diff -Nru gimp-2.6.11/aclocal.m4 gimp-2.6.12/aclocal.m4 --- gimp-2.6.11/aclocal.m4 2010-10-03 20:15:00.000000000 +0000 +++ gimp-2.6.12/aclocal.m4 2012-01-31 14:25:11.000000000 +0000 @@ -13,8 +13,8 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],, -[m4_warning([this file was generated for autoconf 2.67. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, +[m4_warning([this file was generated for autoconf 2.68. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) @@ -112,14 +112,14 @@ int main () { - int major, minor, micro; + unsigned int major, minor, micro; char *tmp_version; fclose (fopen ("conf.glibtest", "w")); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("$min_glib_version"); - if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { + if (sscanf(tmp_version, "%u.%u.%u", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_glib_version"); exit(1); } @@ -158,9 +158,9 @@ } else { - printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n", + printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n", glib_major_version, glib_minor_version, glib_micro_version); - printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n", + printf("*** You need a version of GLIB newer than %u.%u.%u. The latest version of\n", major, minor, micro); printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); @@ -472,6 +472,10 @@ [CATOBJEXT=.mo DATADIRNAME=lib]) ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; *) CATOBJEXT=.mo DATADIRNAME=lib @@ -513,7 +517,7 @@ dnl These rules are solely for the distribution goal. While doing this dnl we only have to keep exactly one list of the available catalogs - dnl in configure.in. + dnl in configure.ac. for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" @@ -642,7 +646,7 @@ dnl dnl Now the definitions that aclocal will find dnl -ifdef(glib_configure_in,[],[ +ifdef(glib_configure_ac,[],[ AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) ])dnl @@ -1058,7 +1062,8 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -1067,7 +1072,8 @@ m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -1094,7 +1100,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) -# serial 56 LT_INIT +# serial 57 LT_INIT # LT_PREREQ(VERSION) @@ -1123,6 +1129,7 @@ # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl @@ -1139,6 +1146,8 @@ AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) @@ -1175,7 +1184,7 @@ *) break;; esac done -cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` ]) @@ -1195,6 +1204,9 @@ m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl + _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl @@ -1217,10 +1229,13 @@ dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_WITH_SYSROOT])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our @@ -1236,7 +1251,6 @@ _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl -_LT_PROG_ECHO_BACKSLASH case $host_os in aix3*) @@ -1250,23 +1264,6 @@ ;; esac -# Sed substitution that helps us do robust quoting. It backslashifies -# metacharacters that are still active within double-quoted strings. -sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' - -# Same as above, but do not quote variable references. -double_quote_subst='s/\([["`\\]]\)/\\\1/g' - -# Sed substitution to delay expansion of an escaped shell variable in a -# double_quote_subst'ed string. -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - -# Sed substitution to delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' - -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' - # Global variables: ofile=libtool can_build_shared=yes @@ -1307,6 +1304,28 @@ ])# _LT_SETUP +# _LT_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([["`\\]]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' +]) + # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' @@ -1459,7 +1478,7 @@ # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], -[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS @@ -1469,7 +1488,7 @@ # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # -# ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' +# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) @@ -1568,12 +1587,20 @@ LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} + # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -1584,9 +1611,9 @@ # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -1594,16 +1621,38 @@ esac done -# Fix-up fallback echo if it was mangled by the above quoting rules. -case \$lt_ECHO in -*'\\\[$]0 --fallback-echo"')dnl " - lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` - ;; -esac - _LT_OUTPUT_LIBTOOL_INIT ]) +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# `#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test $lt_write_fail = 0 && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- @@ -1613,20 +1662,11 @@ AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) -cat >"$CONFIG_LT" <<_LTEOF -#! $SHELL -# Generated by $as_me. -# Run this file to recreate a libtool stub with the current configuration. - -lt_cl_silent=false -SHELL=\${CONFIG_SHELL-$SHELL} -_LTEOF +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF -AS_SHELL_SANITIZE -_AS_PREPARE - -exec AS_MESSAGE_FD>&1 +lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo @@ -1652,7 +1692,7 @@ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2010 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." @@ -1697,15 +1737,13 @@ # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. -if test "$no_create" != yes; then - lt_cl_success=: - test "$silent" = yes && - lt_config_lt_args="$lt_config_lt_args --quiet" - exec AS_MESSAGE_LOG_FD>/dev/null - $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false - exec AS_MESSAGE_LOG_FD>>config.log - $lt_cl_success || AS_EXIT(1) -fi +lt_cl_success=: +test "$silent" = yes && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT @@ -1768,15 +1806,12 @@ # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? - sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - _LT_PROG_XSI_SHELLFNS + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) - sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) + _LT_PROG_REPLACE_SHELLFNS - mv -f "$cfgfile" "$ofile" || + mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], @@ -1882,11 +1917,13 @@ AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER @@ -1991,6 +2028,31 @@ [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; @@ -2018,7 +2080,7 @@ else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi - if test "$DSYMUTIL" != ":"; then + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= @@ -2038,7 +2100,11 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - _LT_TAGVAR(whole_archive_flag_spec, $1)='' + if test "$lt_cv_ld_force_load" = "yes"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in @@ -2046,7 +2112,7 @@ *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then - output_verbose_link_cmd=echo + output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" @@ -2062,203 +2128,142 @@ fi ]) -# _LT_SYS_MODULE_PATH_AIX -# ----------------------- +# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) +# ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. +# Store the results from the different compilers for each TAGNAME. +# Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl -AC_LINK_IFELSE(AC_LANG_PROGRAM,[ -lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { - /^0/ { - s/^0 *\(.*\)$/\1/ - p - } - }' -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -# Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -fi],[]) -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi +if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], + [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ + lt_aix_libpath_sed='[ + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }]' + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi],[]) + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" + fi + ]) + aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) +fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], -[ifdef([AC_DIVERSION_NOTICE], - [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], - [AC_DIVERT_PUSH(NOTICE)]) -$1 -AC_DIVERT_POP -])# _LT_SHELL_INIT +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT + # _LT_PROG_ECHO_BACKSLASH # ----------------------- -# Add some code to the start of the generated configure script which -# will find an echo command which doesn't interpret backslashes. +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script which will find a shell with a builtin +# printf (which we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], -[_LT_SHELL_INIT([ -# Check that we are running under the correct shell. -SHELL=${CONFIG_SHELL-/bin/sh} - -case X$lt_ECHO in -X*--fallback-echo) - # Remove one level of quotation (which was required for Make). - ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` - ;; -esac - -ECHO=${lt_ECHO-echo} -if test "X[$]1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift -elif test "X[$]1" = X--fallback-echo; then - # Avoid inline document here, it may be left over - : -elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then - # Yippee, $ECHO works! - : +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' else - # Restart under the correct shell. - exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} -fi - -if test "X[$]1" = X--fallback-echo; then - # used as fallback echo - shift - cat <<_LT_EOF -[$]* -_LT_EOF - exit 0 + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' fi -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -if test -z "$lt_ECHO"; then - if test "X${echo_test_string+set}" != Xset; then - # find a string as large as possible, as long as the shell can cope with it - for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do - # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... - if { echo_test_string=`eval $cmd`; } 2>/dev/null && - { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null - then - break - fi - done - fi - - if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - : - else - # The Solaris, AIX, and Digital Unix default echo programs unquote - # backslashes. This makes it impossible to quote backslashes using - # echo "$something" | sed 's/\\/\\\\/g' - # - # So, first we look for a working echo in the user's PATH. - - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for dir in $PATH /usr/ucb; do - IFS="$lt_save_ifs" - if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && - test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && - echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - ECHO="$dir/echo" - break - fi - done - IFS="$lt_save_ifs" - - if test "X$ECHO" = Xecho; then - # We didn't find a better echo, so look for alternatives. - if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # This shell has a builtin print -r that does the trick. - ECHO='print -r' - elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && - test "X$CONFIG_SHELL" != X/bin/ksh; then - # If we have ksh, try running configure again with it. - ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} - export ORIGINAL_CONFIG_SHELL - CONFIG_SHELL=/bin/ksh - export CONFIG_SHELL - exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} - else - # Try using printf. - ECHO='printf %s\n' - if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # Cool, printf works - : - elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL - export CONFIG_SHELL - SHELL="$CONFIG_SHELL" - export SHELL - ECHO="$CONFIG_SHELL [$]0 --fallback-echo" - elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - ECHO="$CONFIG_SHELL [$]0 --fallback-echo" - else - # maybe with a smaller string... - prev=: - - for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do - if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null - then - break - fi - prev="$cmd" - done +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} - if test "$prev" != 'sed 50q "[$]0"'; then - echo_test_string=`eval $prev` - export echo_test_string - exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} - else - # Oops. We lost completely, so just stick with echo. - ECHO=echo - fi - fi - fi - fi - fi -fi +case "$ECHO" in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac -# Copy echo and quote the copy suitably for passing to libtool from -# the Makefile, instead of quoting the original, which is used later. -lt_ECHO=$ECHO -if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then - lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" -fi +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) -AC_SUBST(lt_ECHO) -]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) -_LT_DECL([], [ECHO], [1], - [An echo program that does not interpret backslashes]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH +# _LT_WITH_SYSROOT +# ---------------- +AC_DEFUN([_LT_WITH_SYSROOT], +[AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[ --with-sysroot[=DIR] Search for dependent libraries within DIR + (or the compiler's sysroot if not specified).], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case ${with_sysroot} in #( + yes) + if test "$GCC" = yes; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([${with_sysroot}]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and in which our libraries should be installed.])]) + # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], @@ -2287,7 +2292,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '[#]line __oline__ "configure"' > conftest.$ac_ext + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in @@ -2405,14 +2410,47 @@ ])# _LT_ENABLE_LOCK +# _LT_PROG_AR +# ----------- +m4_defun([_LT_PROG_AR], +[AC_CHECK_TOOLS(AR, [ar], false) +: ${AR=ar} +: ${AR_FLAGS=cru} +_LT_DECL([], [AR], [1], [The archiver]) +_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) + +AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], + [lt_cv_ar_at_file=no + AC_COMPILE_IFELSE([AC_LANG_PROGRAM], + [echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([lt_ar_try]) + if test "$ac_status" -eq 0; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + AC_TRY_EVAL([lt_ar_try]) + if test "$ac_status" -ne 0; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + ]) + ]) + +if test "x$lt_cv_ar_at_file" = xno; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi +_LT_DECL([], [archiver_list_spec], [1], + [How to feed a file listing to the archiver]) +])# _LT_PROG_AR + + # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], -[AC_CHECK_TOOL(AR, ar, false) -test -z "$AR" && AR=ar -test -z "$AR_FLAGS" && AR_FLAGS=cru -_LT_DECL([], [AR], [1], [The archiver]) -_LT_DECL([], [AR_FLAGS], [1]) +[_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: @@ -2439,10 +2477,19 @@ esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) +_LT_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE @@ -2467,15 +2514,15 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes @@ -2515,7 +2562,7 @@ if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD - $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes @@ -2578,6 +2625,11 @@ lt_cv_sys_max_cmd_len=8192; ;; + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. @@ -2642,8 +2694,8 @@ # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ - = "XX$teststring$teststring"; } >/dev/null 2>&1 && + while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` @@ -2694,7 +2746,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -[#line __oline__ "configure" +[#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -2735,7 +2787,13 @@ # endif #endif -void fnord() { int i=42;} +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); @@ -2744,7 +2802,11 @@ if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } /* dlclose (self); */ } else @@ -2920,16 +2982,16 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes @@ -3088,6 +3150,7 @@ m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ @@ -3096,16 +3159,23 @@ darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac - lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` - else - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= @@ -3118,7 +3188,7 @@ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done - lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; @@ -3138,7 +3208,13 @@ if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` - sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) @@ -3226,7 +3302,7 @@ m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; @@ -3257,8 +3333,9 @@ need_version=no need_lib_prefix=no - case $GCC,$host_os in - yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) + case $GCC,$cc_basename in + yes,*) + # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ @@ -3279,36 +3356,83 @@ cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then - # It is most probably a Windows format PATH printed by - # mingw gcc, but we are running on Cygwin. Gcc prints its search - # path with ; separators, and with drive letters. We can handle the - # drive letters (cygwin fileutils understands them), so leave them, - # especially as we might pass files found there to a mingw objdump, - # which wouldn't understand a cygwinified path. Ahh. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' ;; *) + # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' ;; esac - dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; @@ -3395,6 +3519,19 @@ hardcode_into_libs=yes ;; +haiku*) + version_type=linux + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. @@ -3437,8 +3574,10 @@ soname_spec='${libname}${release}${shared_ext}$major' ;; esac - # HP-UX runs *really* slowly unless shared libraries are mode 555. + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 ;; interix[[3-9]]*) @@ -3505,26 +3644,35 @@ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no + # Some binutils ld are patched to set DT_RUNPATH - save_LDFLAGS=$LDFLAGS - save_libdir=$libdir - eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ - LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], - [shlibpath_overrides_runpath=yes])]) - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -3536,18 +3684,6 @@ dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no @@ -3768,6 +3904,8 @@ The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], @@ -3880,6 +4018,7 @@ AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], @@ -4001,6 +4140,11 @@ esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test "$GCC" != yes; then + reload_cmds=false + fi + ;; darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' @@ -4009,8 +4153,8 @@ fi ;; esac -_LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl -_LT_DECL([], [reload_cmds], [2])dnl +_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl +_LT_TAGDECL([], [reload_cmds], [2])dnl ])# _LT_CMD_RELOAD @@ -4062,16 +4206,18 @@ # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. - if ( file / ) >/dev/null 2>&1; then + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; -cegcc) +cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' @@ -4101,6 +4247,10 @@ lt_cv_deplibs_check_method=pass_all ;; +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in @@ -4109,11 +4259,11 @@ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) - [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac @@ -4139,7 +4289,7 @@ lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -4213,6 +4363,21 @@ ;; esac ]) + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` + fi + ;; + esac +fi + file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown @@ -4220,7 +4385,11 @@ _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], - [Command to use when deplibs_check_method == "file_magic"]) + [Command to use when deplibs_check_method = "file_magic"]) +_LT_DECL([], [file_magic_glob], [1], + [How to find potential files when deplibs_check_method = "file_magic"]) +_LT_DECL([], [want_nocaseglob], [1], + [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD @@ -4277,7 +4446,19 @@ NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. - AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" @@ -4290,13 +4471,13 @@ AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -4311,15 +4492,76 @@ dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) +# _LT_CHECK_SHAREDLIB_FROM_LINKLIB +# -------------------------------- +# how to determine the name of the shared library +# associated with a specific link library. +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +m4_require([_LT_DECL_DLLTOOL]) +AC_CACHE_CHECK([how to associate runtime and link libraries], +lt_cv_sharedlib_from_linklib_cmd, +[lt_cv_sharedlib_from_linklib_cmd='unknown' -# LT_LIB_M -# -------- -# check for math library -AC_DEFUN([LT_LIB_M], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh + # decide which to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd="$ECHO" + ;; +esac +]) +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + +_LT_DECL([], [sharedlib_from_linklib_cmd], [1], + [Command to associate shared and link libraries]) +])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB + + +# _LT_PATH_MANIFEST_TOOL +# ---------------------- +# locate the manifest tool +m4_defun([_LT_PATH_MANIFEST_TOOL], +[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], + [lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&AS_MESSAGE_LOG_FD + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest*]) +if test "x$lt_cv_path_mainfest_tool" != xyes; then + MANIFEST_TOOL=: +fi +_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl +])# _LT_PATH_MANIFEST_TOOL + + +# LT_LIB_M +# -------- +# check for math library +AC_DEFUN([LT_LIB_M], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in -*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) @@ -4347,7 +4589,12 @@ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, @@ -4364,6 +4611,7 @@ m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl @@ -4431,8 +4679,8 @@ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= @@ -4468,6 +4716,7 @@ else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no @@ -4489,7 +4738,7 @@ if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then + if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -4501,6 +4750,18 @@ if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + #ifdef __cplusplus extern "C" { #endif @@ -4512,7 +4773,7 @@ cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ -const struct { +LT@&t@_DLSYM_CONST struct { const char *name; void *address; } @@ -4538,15 +4799,15 @@ _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext - lt_save_LIBS="$LIBS" - lt_save_CFLAGS="$CFLAGS" + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi - LIBS="$lt_save_LIBS" - CFLAGS="$lt_save_CFLAGS" + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi @@ -4579,6 +4840,13 @@ AC_MSG_RESULT(ok) fi +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], @@ -4589,6 +4857,8 @@ _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) +_LT_DECL([], [nm_file_list_spec], [1], + [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS @@ -4600,7 +4870,6 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= -AC_MSG_CHECKING([for $compiler option to produce PIC]) m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then @@ -4651,6 +4920,11 @@ # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. @@ -4700,6 +4974,12 @@ ;; esac ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; dgux*) case $cc_basename in ec++*) @@ -4789,8 +5069,8 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; - xlc* | xlC*) - # IBM XL 8.0 on PPC + xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' @@ -4820,7 +5100,7 @@ ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -4852,7 +5132,7 @@ ;; solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' @@ -4956,6 +5236,12 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag @@ -4998,6 +5284,13 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC' + ;; + esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in @@ -5061,7 +5354,13 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; - pgcc* | pgf77* | pgf90* | pgf95*) + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' @@ -5073,25 +5372,25 @@ # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; - xl*) - # IBM XL C 8.0/Fortran 10.1 on PPC + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C 5.9 + *Sun\ F* | *Sun*Fortran*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; - *Sun\ F*) - # Sun Fortran 8.3 passes all unrecognized flags to the linker + *Sun\ C*) + # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; esac ;; @@ -5123,7 +5422,7 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in - f77* | f90* | f95*) + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; @@ -5180,9 +5479,11 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac -AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) -_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], - [How to pass a linker flag through the compiler]) + +AC_CACHE_CHECK([for $compiler option to produce PIC], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. @@ -5201,6 +5502,8 @@ _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # @@ -5221,6 +5524,7 @@ m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl @@ -5229,30 +5533,35 @@ AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" - ;; + ;; cygwin* | mingw* | cegcc*) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' - ;; - linux* | k*bsd*-gnu) - _LT_TAGVAR(link_all_deplibs, $1)=no - ;; + case $cc_basename in + cl*) ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + ;; + esac + ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - ;; + ;; esac - _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= @@ -5312,13 +5621,36 @@ openbsd*) with_gnu_ld=no ;; - linux* | k*bsd*-gnu) - _LT_TAGVAR(link_all_deplibs, $1)=no - ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' @@ -5352,11 +5684,12 @@ _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 -*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you -*** really care for shared libraries, you may want to modify your PATH -*** so that a non-GNU linker is found, and then restart. +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. _LT_EOF fi @@ -5392,10 +5725,12 @@ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -5413,6 +5748,11 @@ fi ;; + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no @@ -5438,15 +5778,16 @@ if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then - tmp_addflag= + tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; - pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; @@ -5457,13 +5798,17 @@ lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; - xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 @@ -5479,17 +5824,17 @@ fi case $cc_basename in - xlf*) + xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' - _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac @@ -5498,13 +5843,13 @@ fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; @@ -5522,8 +5867,8 @@ _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -5569,8 +5914,8 @@ *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -5610,8 +5955,10 @@ else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi @@ -5673,7 +6020,6 @@ if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi - _LT_TAGVAR(link_all_deplibs, $1)=no else # not using gcc if test "$host_cpu" = ia64; then @@ -5699,9 +6045,9 @@ _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. - _LT_SYS_MODULE_PATH_AIX + _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' @@ -5710,14 +6056,19 @@ else # Determine the default libpath from the value encoded in an # empty executable. - _LT_SYS_MODULE_PATH_AIX + _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' @@ -5749,20 +6100,63 @@ # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" - # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' - # The linker will automatically build a .lib file if we build a DLL. - _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - # FIXME: Should let the user specify the lib program. - _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' - _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + case $cc_basename in + cl*) + # Native MSVC + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + esac ;; darwin* | rhapsody*) @@ -5800,7 +6194,7 @@ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no @@ -5808,7 +6202,7 @@ hpux9*) if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi @@ -5823,8 +6217,8 @@ ;; hpux10*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi @@ -5842,16 +6236,16 @@ ;; hpux11*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then + if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else @@ -5863,7 +6257,14 @@ _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi @@ -5891,19 +6292,34 @@ irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" - AC_LINK_IFELSE(int foo(void) {}, - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' - ) - LDFLAGS="$save_LDFLAGS" + # This should be the same for all languages, so no per-tag cache variable. + AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], + [lt_cv_irix_exported_symbol], + [save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], + [lt_cv_irix_exported_symbol=yes], + [lt_cv_irix_exported_symbol=no]) + LDFLAGS="$save_LDFLAGS"]) + if test "$lt_cv_irix_exported_symbol" = yes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + fi else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' @@ -5912,7 +6328,7 @@ _LT_TAGVAR(link_all_deplibs, $1)=yes ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -5965,17 +6381,17 @@ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' @@ -5985,13 +6401,13 @@ osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' @@ -6004,9 +6420,9 @@ _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) @@ -6182,36 +6598,38 @@ # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - AC_MSG_CHECKING([whether -lc should be explicitly linked in]) - $RM conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - if AC_TRY_EVAL(ac_compile) 2>conftest.err; then - soname=conftest - lib=conftest - libobjs=conftest.$ac_objext - deplibs= - wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) - pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) - _LT_TAGVAR(allow_undefined_flag, $1)= - if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) - then - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - else - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - fi - _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) + AC_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi @@ -6276,8 +6694,6 @@ to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) -_LT_TAGDECL([], [fix_srcfile_path], [1], - [Fix the shell variable $srcfile for the compiler]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], @@ -6288,6 +6704,8 @@ [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [postlink_cmds], [2], + [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented @@ -6377,37 +6795,22 @@ ])# _LT_LANG_C_CONFIG -# _LT_PROG_CXX -# ------------ -# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ -# compiler, we have our own version here. -m4_defun([_LT_PROG_CXX], -[ -pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) -AC_PROG_CXX -if test -n "$CXX" && ( test "X$CXX" != "Xno" && - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || - (test "X$CXX" != "Xg++"))) ; then - AC_PROG_CXXCPP -else - _lt_caught_CXX_error=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_CXX - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_CXX], []) - - # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], -[AC_REQUIRE([_LT_PROG_CXX])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no @@ -6429,6 +6832,8 @@ _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no @@ -6460,6 +6865,7 @@ # Allow CC to be a program name with arguments. lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX @@ -6477,6 +6883,7 @@ fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) @@ -6498,8 +6905,8 @@ # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' @@ -6531,7 +6938,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no @@ -6640,10 +7047,10 @@ _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. - _LT_SYS_MODULE_PATH_AIX + _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' @@ -6652,14 +7059,19 @@ else # Determine the default libpath from the value encoded in an # empty executable. - _LT_SYS_MODULE_PATH_AIX + _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. @@ -6689,28 +7101,75 @@ ;; cygwin* | mingw* | pw32* | cegcc*) - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; @@ -6752,6 +7211,11 @@ gnu*) ;; + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: @@ -6776,11 +7240,11 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no @@ -6841,7 +7305,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then @@ -6851,10 +7315,10 @@ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi @@ -6884,7 +7348,7 @@ case $cc_basename in CC*) # SGI C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is @@ -6895,9 +7359,9 @@ *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes @@ -6926,7 +7390,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' @@ -6963,26 +7427,26 @@ pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in - *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) + *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ - compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ - $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; - *) # Version 6 will use weak symbols + *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; @@ -6990,7 +7454,7 @@ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ @@ -7009,9 +7473,9 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; - xl*) + xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' @@ -7031,13 +7495,13 @@ _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. - output_verbose_link_cmd='echo' + output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is @@ -7106,7 +7570,7 @@ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi - output_verbose_link_cmd=echo + output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -7141,15 +7605,15 @@ case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ - $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; @@ -7165,17 +7629,17 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac @@ -7185,7 +7649,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support @@ -7221,7 +7685,7 @@ solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' @@ -7242,7 +7706,7 @@ esac _LT_TAGVAR(link_all_deplibs, $1)=yes - output_verbose_link_cmd='echo' + output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is @@ -7262,14 +7726,14 @@ if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. @@ -7280,7 +7744,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' @@ -7334,6 +7798,10 @@ CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' @@ -7389,6 +7857,7 @@ fi # test -n "$compiler" CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC @@ -7403,6 +7872,29 @@ ])# _LT_LANG_CXX_CONFIG +# _LT_FUNC_STRIPNAME_CNF +# ---------------------- +# func_stripname_cnf prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# +# This function is identical to the (non-XSI) version of func_stripname, +# except this one can be used by m4 code that may be executed by configure, +# rather than the libtool script. +m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl +AC_REQUIRE([_LT_DECL_SED]) +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) +func_stripname_cnf () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname_cnf +])# _LT_FUNC_STRIPNAME_CNF + # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose @@ -7411,6 +7903,7 @@ # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl +AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= @@ -7461,6 +7954,13 @@ }; _LT_EOF ]) + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +esac + dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then @@ -7472,7 +7972,7 @@ pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do - case $p in + case ${prev}${p} in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. @@ -7481,13 +7981,22 @@ test $p = "-R"; then prev=$p continue - else - prev= fi + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac if test "$pre_test_object_deps_done" = no; then - case $p in - -L* | -R*) + case ${prev} in + -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. @@ -7507,8 +8016,10 @@ _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi + prev= ;; + *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. @@ -7544,6 +8055,7 @@ fi $RM -f confest.$objext +CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], @@ -7580,7 +8092,7 @@ solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as @@ -7624,32 +8136,16 @@ ])# _LT_SYS_HIDDEN_LIBDEPS -# _LT_PROG_F77 -# ------------ -# Since AC_PROG_F77 is broken, in that it returns the empty string -# if there is no fortran compiler, we have our own version here. -m4_defun([_LT_PROG_F77], -[ -pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) -AC_PROG_F77 -if test -z "$F77" || test "X$F77" = "Xno"; then - _lt_disable_F77=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_F77 - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_F77], []) - - # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], -[AC_REQUIRE([_LT_PROG_F77])dnl -AC_LANG_PUSH(Fortran 77) +[AC_LANG_PUSH(Fortran 77) +if test -z "$F77" || test "X$F77" = "Xno"; then + _lt_disable_F77=yes +fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= @@ -7668,6 +8164,8 @@ _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no @@ -7707,7 +8205,9 @@ # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} + CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) @@ -7761,38 +8261,24 @@ GCC=$lt_save_GCC CC="$lt_save_CC" + CFLAGS="$lt_save_CFLAGS" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG -# _LT_PROG_FC -# ----------- -# Since AC_PROG_FC is broken, in that it returns the empty string -# if there is no fortran compiler, we have our own version here. -m4_defun([_LT_PROG_FC], -[ -pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) -AC_PROG_FC -if test -z "$FC" || test "X$FC" = "Xno"; then - _lt_disable_FC=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_FC - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_FC], []) - - # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], -[AC_REQUIRE([_LT_PROG_FC])dnl -AC_LANG_PUSH(Fortran) +[AC_LANG_PUSH(Fortran) + +if test -z "$FC" || test "X$FC" = "Xno"; then + _lt_disable_FC=yes +fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= @@ -7811,6 +8297,8 @@ _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no @@ -7850,7 +8338,9 @@ # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} + CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu @@ -7906,7 +8396,8 @@ fi # test -n "$compiler" GCC=$lt_save_GCC - CC="$lt_save_CC" + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS fi # test "$_lt_disable_FC" != yes AC_LANG_POP @@ -7943,10 +8434,12 @@ _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. -lt_save_CC="$CC" +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} +CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" @@ -7956,6 +8449,8 @@ _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) @@ -7971,7 +8466,8 @@ AC_LANG_RESTORE GCC=$lt_save_GCC -CC="$lt_save_CC" +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG @@ -8006,9 +8502,11 @@ # Allow CC to be a program name with arguments. lt_save_CC="$CC" +lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} +CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) @@ -8021,7 +8519,8 @@ GCC=$lt_save_GCC AC_LANG_RESTORE -CC="$lt_save_CC" +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG @@ -8080,6 +8579,15 @@ AC_SUBST([OBJDUMP]) ]) +# _LT_DECL_DLLTOOL +# ---------------- +# Ensure DLLTOOL variable is set. +m4_defun([_LT_DECL_DLLTOOL], +[AC_CHECK_TOOL(DLLTOOL, dlltool, false) +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) +AC_SUBST([DLLTOOL]) +]) # _LT_DECL_SED # ------------ @@ -8171,8 +8679,8 @@ # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" - test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ - = c,a/b,, \ + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes @@ -8211,222 +8719,177 @@ ])# _LT_CHECK_SHELL_FEATURES -# _LT_PROG_XSI_SHELLFNS -# --------------------- -# Bourne and XSI compatible variants of some useful shell functions. -m4_defun([_LT_PROG_XSI_SHELLFNS], -[case $xsi_shell in - yes) - cat << \_LT_EOF >> "$cfgfile" - -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac -} - -# func_basename file -func_basename () -{ - func_basename_result="${1##*/}" -} - -# func_dirname_and_basename file append nondir_replacement -# perform func_basename and func_dirname in a single function -# call: -# dirname: Compute the dirname of FILE. If nonempty, -# add APPEND to the result, otherwise set result -# to NONDIR_REPLACEMENT. -# value returned in "$func_dirname_result" -# basename: Compute filename of FILE. -# value retuned in "$func_basename_result" -# Implementation must be kept synchronized with func_dirname -# and func_basename. For efficiency, we do not delegate to -# those functions but instead duplicate the functionality here. -func_dirname_and_basename () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac - func_basename_result="${1##*/}" -} - -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -func_stripname () -{ - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary parameter first. - func_stripname_result=${3} - func_stripname_result=${func_stripname_result#"${1}"} - func_stripname_result=${func_stripname_result%"${2}"} -} - -# func_opt_split -func_opt_split () -{ - func_opt_split_opt=${1%%=*} - func_opt_split_arg=${1#*=} -} - -# func_lo2o object -func_lo2o () -{ - case ${1} in - *.lo) func_lo2o_result=${1%.lo}.${objext} ;; - *) func_lo2o_result=${1} ;; - esac -} - -# func_xform libobj-or-source -func_xform () -{ - func_xform_result=${1%.*}.lo -} - -# func_arith arithmetic-term... -func_arith () -{ - func_arith_result=$(( $[*] )) -} - -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=${#1} -} +# _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) +# ------------------------------------------------------ +# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and +# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. +m4_defun([_LT_PROG_FUNCTION_REPLACE], +[dnl { +sed -e '/^$1 ()$/,/^} # $1 /c\ +$1 ()\ +{\ +m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) +} # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: +]) -_LT_EOF - ;; - *) # Bourne compatible functions. - cat << \_LT_EOF >> "$cfgfile" -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` - if test "X$func_dirname_result" = "X${1}"; then - func_dirname_result="${3}" - else - func_dirname_result="$func_dirname_result${2}" - fi -} +# _LT_PROG_REPLACE_SHELLFNS +# ------------------------- +# Replace existing portable implementations of several shell functions with +# equivalent extended shell implementations where those features are available.. +m4_defun([_LT_PROG_REPLACE_SHELLFNS], +[if test x"$xsi_shell" = xyes; then + _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac]) -# func_basename file -func_basename () -{ - func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` -} + _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl + func_basename_result="${1##*/}"]) -dnl func_dirname_and_basename -dnl A portable version of this function is already defined in general.m4sh -dnl so there is no need for it here. + _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac + func_basename_result="${1##*/}"]) -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -# func_strip_suffix prefix name -func_stripname () -{ - case ${2} in - .*) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; - esac -} + _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary parameter first. + func_stripname_result=${3} + func_stripname_result=${func_stripname_result#"${1}"} + func_stripname_result=${func_stripname_result%"${2}"}]) + + _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl + func_split_long_opt_name=${1%%=*} + func_split_long_opt_arg=${1#*=}]) + + _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl + func_split_short_opt_arg=${1#??} + func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) + + _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl + case ${1} in + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; + *) func_lo2o_result=${1} ;; + esac]) -# sed scripts: -my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' -my_sed_long_arg='1s/^-[[^=]]*=//' + _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) -# func_opt_split -func_opt_split () -{ - func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` - func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` -} + _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) -# func_lo2o object -func_lo2o () -{ - func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` -} + _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) +fi -# func_xform libobj-or-source -func_xform () -{ - func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` -} +if test x"$lt_shell_append" = xyes; then + _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) -# func_arith arithmetic-term... -func_arith () -{ - func_arith_result=`expr "$[@]"` -} + _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl + func_quote_for_eval "${2}" +dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ + eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` -} + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi -_LT_EOF -esac +if test x"$_lt_function_replace_fail" = x":"; then + AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) +fi +]) -case $lt_shell_append in - yes) - cat << \_LT_EOF >> "$cfgfile" - -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () -{ - eval "$[1]+=\$[2]" -} -_LT_EOF +# _LT_PATH_CONVERSION_FUNCTIONS +# ----------------------------- +# Determine which file name conversion functions should be used by +# func_to_host_file (and, implicitly, by func_to_host_path). These are needed +# for certain cross-compile configurations and native mingw. +m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_MSG_CHECKING([how to convert $build file names to $host format]) +AC_CACHE_VAL(lt_cv_to_host_file_cmd, +[case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac ;; - *) - cat << \_LT_EOF >> "$cfgfile" - -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () -{ - eval "$[1]=\$$[1]\$[2]" -} - -_LT_EOF + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac ;; - esac + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac +]) +to_host_file_cmd=$lt_cv_to_host_file_cmd +AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) +_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], + [0], [convert $build file names to $host format])dnl + +AC_MSG_CHECKING([how to convert $build file names to toolchain format]) +AC_CACHE_VAL(lt_cv_to_tool_file_cmd, +[#assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac ]) +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) +_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], + [0], [convert $build files to toolchain format])dnl +])# _LT_PATH_CONVERSION_FUNCTIONS # Helper functions for option handling. -*- Autoconf -*- # -# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, +# Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# serial 6 ltoptions.m4 +# serial 7 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) @@ -8541,7 +9004,7 @@ [enable_win32_dll=yes case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) @@ -8549,13 +9012,13 @@ esac test -z "$AS" && AS=as -_LT_DECL([], [AS], [0], [Assembler program])dnl +_LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool -_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl +_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], @@ -8913,31 +9376,31 @@ # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# Generated from ltversion.in. +# @configure_input@ -# serial 3017 ltversion.m4 +# serial 3293 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.2.6b]) -m4_define([LT_PACKAGE_REVISION], [1.3017]) +m4_define([LT_PACKAGE_VERSION], [2.4]) +m4_define([LT_PACKAGE_REVISION], [1.3293]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.6b' -macro_revision='1.3017' +[macro_version='2.4' +macro_revision='1.3293' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # -# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# serial 4 lt~obsolete.m4 +# serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # @@ -9007,7 +9470,6 @@ m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) @@ -9020,6 +9482,13 @@ m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) # nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, @@ -9191,7 +9660,7 @@ Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -_PKG_TEXT])dnl +_PKG_TEXT]) ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) @@ -9202,7 +9671,7 @@ _PKG_TEXT -To get pkg-config, see .])dnl +To get pkg-config, see .]) ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS diff -Nru gimp-2.6.11/app/actions/image-commands.c gimp-2.6.12/app/actions/image-commands.c --- gimp-2.6.11/app/actions/image-commands.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/actions/image-commands.c 2012-01-31 13:50:14.000000000 +0000 @@ -174,7 +174,7 @@ NULL, &error)) { gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, - error->message); + "%s", error->message); g_clear_error (&error); return; } diff -Nru gimp-2.6.11/app/actions/layers-commands.c gimp-2.6.12/app/actions/layers-commands.c --- gimp-2.6.11/app/actions/layers-commands.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/actions/layers-commands.c 2012-01-31 13:50:14.000000000 +0000 @@ -235,7 +235,7 @@ if (! floating_sel_to_layer (floating_sel, &error)) { gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, - error->message); + "%s", error->message); g_clear_error (&error); return; } @@ -287,7 +287,7 @@ if (! floating_sel_to_layer (floating_sel, &error)) { gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, - error->message); + "%s", error->message); g_clear_error (&error); return; } diff -Nru gimp-2.6.11/app/actions/Makefile.in gimp-2.6.12/app/actions/Makefile.in --- gimp-2.6.11/app/actions/Makefile.in 2010-10-03 20:15:02.000000000 +0000 +++ gimp-2.6.12/app/actions/Makefile.in 2012-01-31 14:25:14.000000000 +0000 @@ -266,6 +266,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -357,6 +358,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -394,7 +396,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/actions/select-commands.c gimp-2.6.12/app/actions/select-commands.c --- gimp-2.6.11/app/actions/select-commands.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/actions/select-commands.c 2012-01-31 13:50:14.000000000 +0000 @@ -374,7 +374,7 @@ drawable, context, desc, FALSE, NULL, &error)) { gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, - error->message); + "%s", error->message); g_clear_error (&error); } else diff -Nru gimp-2.6.11/app/actions/vectors-commands.c gimp-2.6.12/app/actions/vectors-commands.c --- gimp-2.6.11/app/actions/vectors-commands.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/actions/vectors-commands.c 2012-01-31 13:50:14.000000000 +0000 @@ -281,7 +281,7 @@ if (! gimp_image_merge_visible_vectors (image, &error)) { gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, - error->message); + "%s", error->message); g_clear_error (&error); return; } @@ -425,7 +425,7 @@ NULL, &error)) { gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, - error->message); + "%s", error->message); g_clear_error (&error); } else diff -Nru gimp-2.6.11/app/base/Makefile.in gimp-2.6.12/app/base/Makefile.in --- gimp-2.6.11/app/base/Makefile.in 2010-10-03 20:15:03.000000000 +0000 +++ gimp-2.6.12/app/base/Makefile.in 2012-01-31 14:25:14.000000000 +0000 @@ -237,6 +237,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -328,6 +329,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -365,7 +367,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/composite/Makefile.in gimp-2.6.12/app/composite/Makefile.in --- gimp-2.6.11/app/composite/Makefile.in 2010-10-03 20:15:03.000000000 +0000 +++ gimp-2.6.12/app/composite/Makefile.in 2012-01-31 14:25:15.000000000 +0000 @@ -333,6 +333,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -424,6 +425,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -461,7 +463,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/config/gimprc.c gimp-2.6.12/app/config/gimprc.c --- gimp-2.6.11/app/config/gimprc.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/config/gimprc.c 2012-01-31 13:50:14.000000000 +0000 @@ -264,7 +264,7 @@ rc->system_gimprc, NULL, &error)) { if (error->code != GIMP_CONFIG_ERROR_OPEN_ENOENT) - g_message (error->message); + g_message ("%s", error->message); g_clear_error (&error); } @@ -278,7 +278,7 @@ { if (error->code != GIMP_CONFIG_ERROR_OPEN_ENOENT) { - g_message (error->message); + g_message ("%s", error->message); gimp_config_file_backup_on_error (rc->user_gimprc, "gimprc", NULL); } @@ -524,7 +524,7 @@ header, footer, global, &error)) { - g_message (error->message); + g_message ("%s", error->message); g_error_free (error); } diff -Nru gimp-2.6.11/app/config/Makefile.in gimp-2.6.12/app/config/Makefile.in --- gimp-2.6.11/app/config/Makefile.in 2010-10-03 20:15:03.000000000 +0000 +++ gimp-2.6.12/app/config/Makefile.in 2012-01-31 14:25:15.000000000 +0000 @@ -242,6 +242,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -333,6 +334,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -370,7 +372,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/core/gimpcontainer-filter.c gimp-2.6.12/app/core/gimpcontainer-filter.c --- gimp-2.6.11/app/core/gimpcontainer-filter.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/core/gimpcontainer-filter.c 2012-01-31 13:50:14.000000000 +0000 @@ -166,7 +166,7 @@ } else { - g_warning (error->message); + g_warning ("%s", error->message); g_error_free (error); *length = 0; diff -Nru gimp-2.6.11/app/core/gimpmarshal.c gimp-2.6.12/app/core/gimpmarshal.c --- gimp-2.6.11/app/core/gimpmarshal.c 2010-07-07 17:41:35.000000000 +0000 +++ gimp-2.6.12/app/core/gimpmarshal.c 2012-01-31 14:27:36.000000000 +0000 @@ -22,6 +22,7 @@ #define g_marshal_value_peek_boxed(v) g_value_get_boxed (v) #define g_marshal_value_peek_pointer(v) g_value_get_pointer (v) #define g_marshal_value_peek_object(v) g_value_get_object (v) +#define g_marshal_value_peek_variant(v) g_value_get_variant (v) #else /* !G_ENABLE_DEBUG */ /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API. * Do not access GValues directly in your code. Instead, use the @@ -45,6 +46,7 @@ #define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer #define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer #define g_marshal_value_peek_object(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ diff -Nru gimp-2.6.11/app/core/Makefile.in gimp-2.6.12/app/core/Makefile.in --- gimp-2.6.11/app/core/Makefile.in 2010-10-03 20:15:03.000000000 +0000 +++ gimp-2.6.12/app/core/Makefile.in 2012-01-31 14:25:15.000000000 +0000 @@ -310,6 +310,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -401,6 +402,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -438,7 +440,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/dialogs/authors.h gimp-2.6.12/app/dialogs/authors.h --- gimp-2.6.11/app/dialogs/authors.h 2010-07-07 17:45:17.000000000 +0000 +++ gimp-2.6.12/app/dialogs/authors.h 2012-01-31 14:28:09.000000000 +0000 @@ -16,6 +16,7 @@ "Alexia Death", "Daniel Eddeland", "Ulf-D. Ehlert", + "Saul Goode", "David Gowers", "Marcus Heese", "Daniel Hornung", @@ -32,6 +33,9 @@ "Sven Neumann", "Martin Nordholts", "Ville Pätsi", + "Mikael Magnusson", + "Christian Krippendorf", + "Nils Philippsen", "Raphaël Quinet", "Dennis Ranke", "Michael Schumacher", @@ -65,6 +69,21 @@ "Jean-Pierre Litzler", "Vitaly Lomov", "Pierre Perrier", + "Baurzhan Muftakhidinov", + "Joe Hansen", + "Carles Ferrando", + "Pedro Barreira", + "Francisco Vila", + "Xandru Armesto", + "Gitte Illum Petersen", + "Dimitris Spingos", + "Sergio Cipolla", + "Rudolfs Mazurs", + "Kristjan SCHMIDT", + "Piotr Drąg", + "Fran Dieguez", + "Nishibori Kiyotaka", + "Muhammet Kara", "Alexandre Prokoudine", "Patrycja Stawiarska", "Kolbjørn Stuestøl", diff -Nru gimp-2.6.11/app/dialogs/convert-dialog.c gimp-2.6.12/app/dialogs/convert-dialog.c --- gimp-2.6.11/app/dialogs/convert-dialog.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/dialogs/convert-dialog.c 2012-01-31 13:50:14.000000000 +0000 @@ -298,7 +298,7 @@ { gimp_message (dialog->image->gimp, G_OBJECT (dialog->dialog), GIMP_MESSAGE_WARNING, - error->message); + "%s", error->message); g_clear_error (&error); if (progress) diff -Nru gimp-2.6.11/app/dialogs/Makefile.in gimp-2.6.12/app/dialogs/Makefile.in --- gimp-2.6.11/app/dialogs/Makefile.in 2010-10-03 20:15:03.000000000 +0000 +++ gimp-2.6.12/app/dialogs/Makefile.in 2012-01-31 14:25:15.000000000 +0000 @@ -246,6 +246,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -337,6 +338,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -374,7 +376,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/dialogs/preferences-dialog.c gimp-2.6.12/app/dialogs/preferences-dialog.c --- gimp-2.6.11/app/dialogs/preferences-dialog.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/dialogs/preferences-dialog.c 2012-01-31 13:50:14.000000000 +0000 @@ -1362,7 +1362,7 @@ destroy_with_parent ? GTK_DIALOG_DESTROY_WITH_PARENT : 0, type, GTK_BUTTONS_OK, - message); + "%s", message); g_signal_connect (dialog, "response", G_CALLBACK (gtk_widget_destroy), diff -Nru gimp-2.6.11/app/dialogs/quit-dialog.c gimp-2.6.12/app/dialogs/quit-dialog.c --- gimp-2.6.11/app/dialogs/quit-dialog.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/dialogs/quit-dialog.c 2012-01-31 13:50:14.000000000 +0000 @@ -216,7 +216,7 @@ text = g_strdup_printf (ngettext ("There is one image with unsaved changes:", "There are %d images with unsaved changes:", num_images), num_images); - gimp_message_box_set_primary_text (box, text); + gimp_message_box_set_primary_text (box, "%s", text); g_free (text); if (num_images == 0) diff -Nru gimp-2.6.11/app/dialogs/stroke-dialog.c gimp-2.6.12/app/dialogs/stroke-dialog.c --- gimp-2.6.11/app/dialogs/stroke-dialog.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/dialogs/stroke-dialog.c 2012-01-31 13:50:14.000000000 +0000 @@ -321,6 +321,7 @@ gimp_message (context->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, + "%s", error ? error->message : "NULL"); g_clear_error (&error); return; diff -Nru gimp-2.6.11/app/display/gimpdisplayshell-dnd.c gimp-2.6.12/app/display/gimpdisplayshell-dnd.c --- gimp-2.6.11/app/display/gimpdisplayshell-dnd.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/display/gimpdisplayshell-dnd.c 2012-01-31 13:50:14.000000000 +0000 @@ -458,11 +458,21 @@ gpointer data) { GimpDisplayShell *shell = GIMP_DISPLAY_SHELL (data); - GimpImage *image = shell->display->image; - GimpContext *context = gimp_get_user_context (shell->display->gimp); + GimpImage *image; + GimpContext *context; GList *list; gboolean open_as_layers; + /* If the app is already being torn down, shell->display might be NULL here. + * Play it safe. */ + if (! shell->display) + { + return; + } + + image = shell->display->image; + context = gimp_get_user_context (shell->display->gimp); + GIMP_LOG (DND, NULL); open_as_layers = (shell->display->image != NULL); @@ -474,6 +484,12 @@ GError *error = NULL; gboolean warn = FALSE; + if (! shell->display) + { + /* It seems as if GIMP is being torn down for quitting. Bail out. */ + return; + } + if (open_as_layers) { GList *new_layers; @@ -528,7 +544,10 @@ warn = TRUE; } - if (warn) + /* Something above might have run a few rounds of the main loop. Check + * that shell->display is still there, otherwise ignore this as the app + * is being torn down for quitting. */ + if (warn && shell->display) { gchar *filename = file_utils_uri_display_name (uri); diff -Nru gimp-2.6.11/app/display/Makefile.in gimp-2.6.12/app/display/Makefile.in --- gimp-2.6.11/app/display/Makefile.in 2010-10-03 20:15:03.000000000 +0000 +++ gimp-2.6.12/app/display/Makefile.in 2012-01-31 14:25:15.000000000 +0000 @@ -253,6 +253,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -344,6 +345,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -381,7 +383,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/errors.c gimp-2.6.12/app/errors.c --- gimp-2.6.11/app/errors.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/errors.c 2012-01-31 13:50:14.000000000 +0000 @@ -185,7 +185,7 @@ const gchar *message, gpointer data) { - gimp_fatal_error (message); + gimp_fatal_error ("%s", message); } static void diff -Nru gimp-2.6.11/app/file/file-open.c gimp-2.6.12/app/file/file-open.c --- gimp-2.6.11/app/file/file-open.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/file/file-open.c 2012-01-31 13:50:14.000000000 +0000 @@ -136,7 +136,7 @@ { g_free (filename); g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_ACCES, - g_strerror (errno)); + "%s", g_strerror (errno)); return NULL; } } @@ -617,13 +617,15 @@ g_object_set (config, "mode", GIMP_COLOR_MANAGEMENT_OFF, NULL); gimp_message (image->gimp, G_OBJECT (progress), - GIMP_MESSAGE_WARNING, msg); + GIMP_MESSAGE_WARNING, + "%s", msg); g_free (msg); } else { gimp_message (image->gimp, G_OBJECT (progress), - GIMP_MESSAGE_ERROR, error->message); + GIMP_MESSAGE_ERROR, + "%s", error->message); } g_error_free (error); diff -Nru gimp-2.6.11/app/file/Makefile.in gimp-2.6.12/app/file/Makefile.in --- gimp-2.6.11/app/file/Makefile.in 2010-10-03 20:15:03.000000000 +0000 +++ gimp-2.6.12/app/file/Makefile.in 2012-01-31 14:25:15.000000000 +0000 @@ -227,6 +227,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -318,6 +319,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -355,7 +357,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/gegl/Makefile.in gimp-2.6.12/app/gegl/Makefile.in --- gimp-2.6.11/app/gegl/Makefile.in 2010-10-03 20:15:03.000000000 +0000 +++ gimp-2.6.12/app/gegl/Makefile.in 2012-01-31 14:25:16.000000000 +0000 @@ -242,6 +242,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -333,6 +334,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -370,7 +372,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/gui/gimpdbusservice-glue.h gimp-2.6.12/app/gui/gimpdbusservice-glue.h --- gimp-2.6.11/app/gui/gimpdbusservice-glue.h 2010-07-07 17:46:11.000000000 +0000 +++ gimp-2.6.12/app/gui/gimpdbusservice-glue.h 2012-01-31 14:28:16.000000000 +0000 @@ -27,6 +27,7 @@ #define g_marshal_value_peek_boxed(v) g_value_get_boxed (v) #define g_marshal_value_peek_pointer(v) g_value_get_pointer (v) #define g_marshal_value_peek_object(v) g_value_get_object (v) +#define g_marshal_value_peek_variant(v) g_value_get_variant (v) #else /* !G_ENABLE_DEBUG */ /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API. * Do not access GValues directly in your code. Instead, use the @@ -50,6 +51,7 @@ #define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer #define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer #define g_marshal_value_peek_object(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ @@ -158,8 +160,7 @@ { (GCallback) gimp_dbus_service_activate, dbus_glib_marshal_gimp_BOOLEAN__POINTER, 103 }, }; -const DBusGObjectInfo dbus_glib_gimp_object_info = { - 0, +const DBusGObjectInfo dbus_glib_gimp_object_info = { 1, dbus_glib_gimp_methods, 3, "org.gimp.GIMP.UI\0Open\0S\0uri\0I\0s\0success\0O\0F\0N\0b\0\0org.gimp.GIMP.UI\0OpenAsNew\0S\0uri\0I\0s\0success\0O\0F\0N\0b\0\0org.gimp.GIMP.UI\0Activate\0S\0\0\0", diff -Nru gimp-2.6.11/app/gui/gui.c gimp-2.6.12/app/gui/gui.c --- gimp-2.6.11/app/gui/gui.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/gui/gui.c 2012-01-31 13:50:14.000000000 +0000 @@ -170,7 +170,7 @@ "border-width", 12, NULL); - gimp_message_box_set_text (GIMP_MESSAGE_BOX (box), abort_message); + gimp_message_box_set_text (GIMP_MESSAGE_BOX (box), "%s", abort_message); gtk_container_add (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), box); gtk_widget_show (box); diff -Nru gimp-2.6.11/app/gui/gui-message.c gimp-2.6.12/app/gui/gui-message.c --- gimp-2.6.11/app/gui/gui-message.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/gui/gui-message.c 2012-01-31 13:50:14.000000000 +0000 @@ -219,7 +219,7 @@ gtk_message_dialog_new (GTK_WINDOW (gtk_widget_get_toplevel (parent)), GTK_DIALOG_DESTROY_WITH_PARENT, type, GTK_BUTTONS_OK, - message); + "%s", message); g_signal_connect (dialog, "response", G_CALLBACK (gtk_widget_destroy), diff -Nru gimp-2.6.11/app/gui/Makefile.in gimp-2.6.12/app/gui/Makefile.in --- gimp-2.6.11/app/gui/Makefile.in 2010-10-03 20:15:04.000000000 +0000 +++ gimp-2.6.12/app/gui/Makefile.in 2012-01-31 14:25:16.000000000 +0000 @@ -231,6 +231,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -322,6 +323,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -359,7 +361,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/main.c gimp-2.6.12/app/main.c --- gimp-2.6.11/app/main.c 2010-10-03 12:04:42.000000000 +0000 +++ gimp-2.6.12/app/main.c 2012-01-31 13:50:14.000000000 +0000 @@ -240,7 +240,7 @@ N_("Debug in case of a crash (never|query|always)"), "" }, { - "debug-handlers", 0, G_OPTION_FLAG_NO_ARG, + "debug-handlers", 0, 0, G_OPTION_ARG_NONE, &use_debug_handler, N_("Enable non-fatal debugging signal handlers"), NULL }, @@ -719,14 +719,14 @@ case SIGQUIT: case SIGABRT: case SIGTERM: - gimp_terminate (g_strsignal (sig_num)); + gimp_terminate ("%s", g_strsignal (sig_num)); break; case SIGBUS: case SIGSEGV: case SIGFPE: default: - gimp_fatal_error (g_strsignal (sig_num)); + gimp_fatal_error ("%s", g_strsignal (sig_num)); break; } } diff -Nru gimp-2.6.11/app/Makefile.in gimp-2.6.12/app/Makefile.in --- gimp-2.6.11/app/Makefile.in 2010-10-03 20:15:02.000000000 +0000 +++ gimp-2.6.12/app/Makefile.in 2012-01-31 14:25:14.000000000 +0000 @@ -331,6 +331,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -422,6 +423,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -459,7 +461,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/menus/Makefile.in gimp-2.6.12/app/menus/Makefile.in --- gimp-2.6.11/app/menus/Makefile.in 2010-10-03 20:15:04.000000000 +0000 +++ gimp-2.6.12/app/menus/Makefile.in 2012-01-31 14:25:16.000000000 +0000 @@ -229,6 +229,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -320,6 +321,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -357,7 +359,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/paint/Makefile.in gimp-2.6.12/app/paint/Makefile.in --- gimp-2.6.11/app/paint/Makefile.in 2010-10-03 20:15:04.000000000 +0000 +++ gimp-2.6.12/app/paint/Makefile.in 2012-01-31 14:25:16.000000000 +0000 @@ -242,6 +242,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -333,6 +334,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -370,7 +372,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/paint-funcs/Makefile.in gimp-2.6.12/app/paint-funcs/Makefile.in --- gimp-2.6.11/app/paint-funcs/Makefile.in 2010-10-03 20:15:04.000000000 +0000 +++ gimp-2.6.12/app/paint-funcs/Makefile.in 2012-01-31 14:25:16.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/pdb/Makefile.in gimp-2.6.12/app/pdb/Makefile.in --- gimp-2.6.11/app/pdb/Makefile.in 2010-10-03 20:15:04.000000000 +0000 +++ gimp-2.6.12/app/pdb/Makefile.in 2012-01-31 14:25:16.000000000 +0000 @@ -256,6 +256,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -347,6 +348,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -384,7 +386,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/pdb/paths-cmds.c gimp-2.6.12/app/pdb/paths-cmds.c --- gimp-2.6.11/app/pdb/paths-cmds.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/pdb/paths-cmds.c 2012-01-31 13:50:14.000000000 +0000 @@ -872,12 +872,12 @@ "gimp-path-set-points"); gimp_procedure_set_static_strings (procedure, "gimp-path-set-points", - "This procedure is deprecated! Use 'vectors-stroke-new-from-points' instead.", - "This procedure is deprecated! Use 'vectors-stroke-new-from-points' instead.", + "This procedure is deprecated! Use 'gimp-vectors-stroke-new-from-points' instead.", + "This procedure is deprecated! Use 'gimp-vectors-stroke-new-from-points' instead.", "", "", "", - "vectors-stroke-new-from-points"); + "gimp-vectors-stroke-new-from-points"); gimp_procedure_add_argument (procedure, gimp_param_spec_image_id ("image", "image", @@ -1230,12 +1230,12 @@ "gimp-path-import"); gimp_procedure_set_static_strings (procedure, "gimp-path-import", - "This procedure is deprecated! Use 'vectors-import-from-file' instead.", - "This procedure is deprecated! Use 'vectors-import-from-file' instead.", + "This procedure is deprecated! Use 'gimp-vectors-import-from-file' instead.", + "This procedure is deprecated! Use 'gimp-vectors-import-from-file' instead.", "", "", "", - "vectors-import-from-file"); + "gimp-vectors-import-from-file"); gimp_procedure_add_argument (procedure, gimp_param_spec_image_id ("image", "image", diff -Nru gimp-2.6.11/app/plug-in/gimppluginprocedure.c gimp-2.6.12/app/plug-in/gimppluginprocedure.c --- gimp-2.6.11/app/plug-in/gimppluginprocedure.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/plug-in/gimppluginprocedure.c 2012-01-31 13:50:15.000000000 +0000 @@ -658,7 +658,7 @@ if (! pixbuf && error) { - g_printerr (error->message); + g_printerr ("%s", error->message); g_clear_error (&error); } diff -Nru gimp-2.6.11/app/plug-in/Makefile.in gimp-2.6.12/app/plug-in/Makefile.in --- gimp-2.6.11/app/plug-in/Makefile.in 2010-10-03 20:15:04.000000000 +0000 +++ gimp-2.6.12/app/plug-in/Makefile.in 2012-01-31 14:25:16.000000000 +0000 @@ -244,6 +244,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -335,6 +336,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -372,7 +374,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/text/Makefile.in gimp-2.6.12/app/text/Makefile.in --- gimp-2.6.11/app/text/Makefile.in 2010-10-03 20:15:04.000000000 +0000 +++ gimp-2.6.12/app/text/Makefile.in 2012-01-31 14:25:17.000000000 +0000 @@ -235,6 +235,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -326,6 +327,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -363,7 +365,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/tools/gimpaligntool.c gimp-2.6.12/app/tools/gimpaligntool.c --- gimp-2.6.11/app/tools/gimpaligntool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpaligntool.c 2012-01-31 13:50:15.000000000 +0000 @@ -645,7 +645,7 @@ } if (status) - gimp_tool_push_status (tool, display, status); + gimp_tool_push_status (tool, display, "%s", status); if (free_status) g_free ((gchar *) status); diff -Nru gimp-2.6.11/app/tools/gimpbucketfilltool.c gimp-2.6.12/app/tools/gimpbucketfilltool.c --- gimp-2.6.11/app/tools/gimpbucketfilltool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpbucketfilltool.c 2012-01-31 13:50:15.000000000 +0000 @@ -158,7 +158,7 @@ { gimp_message (display->image->gimp, G_OBJECT (display), GIMP_MESSAGE_WARNING, - error->message); + "%s", error->message); g_clear_error (&error); } else diff -Nru gimp-2.6.11/app/tools/gimpcolorpickertool.c gimp-2.6.12/app/tools/gimpcolorpickertool.c --- gimp-2.6.11/app/tools/gimpcolorpickertool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpcolorpickertool.c 2012-01-31 13:50:15.000000000 +0000 @@ -270,7 +270,7 @@ } if (status_help != NULL) { - gimp_tool_push_status (tool, display, status_help); + gimp_tool_push_status (tool, display, "%s", status_help); g_free (status_help); } } diff -Nru gimp-2.6.11/app/tools/gimpcurvestool.c gimp-2.6.12/app/tools/gimpcurvestool.c --- gimp-2.6.11/app/tools/gimpcurvestool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpcurvestool.c 2012-01-31 13:50:15.000000000 +0000 @@ -331,7 +331,7 @@ GIMP_COLOR_TOOL (tool)->pick_mode = mode; if (status && proximity) - gimp_tool_push_status (tool, display, status); + gimp_tool_push_status (tool, display, "%s", status); } static void diff -Nru gimp-2.6.11/app/tools/gimpforegroundselecttool.c gimp-2.6.12/app/tools/gimpforegroundselecttool.c --- gimp-2.6.11/app/tools/gimpforegroundselecttool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpforegroundselecttool.c 2012-01-31 13:50:15.000000000 +0000 @@ -334,7 +334,7 @@ if (proximity) { if (status) - gimp_tool_replace_status (tool, display, status); + gimp_tool_replace_status (tool, display, "%s", status); gimp_draw_tool_start (draw_tool, display); } diff -Nru gimp-2.6.11/app/tools/gimpfreeselecttool.c gimp-2.6.12/app/tools/gimpfreeselecttool.c --- gimp-2.6.11/app/tools/gimpfreeselecttool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpfreeselecttool.c 2012-01-31 13:50:15.000000000 +0000 @@ -1132,7 +1132,7 @@ if (status_text) { - gimp_tool_push_status (tool, display, status_text); + gimp_tool_push_status (tool, display, "%s", status_text); } } } diff -Nru gimp-2.6.11/app/tools/gimpimagemaptool-settings.c gimp-2.6.12/app/tools/gimpimagemaptool-settings.c --- gimp-2.6.11/app/tools/gimpimagemaptool-settings.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpimagemaptool-settings.c 2012-01-31 13:50:15.000000000 +0000 @@ -179,7 +179,7 @@ if (! tool_class->settings_import (tool, filename, &error)) { gimp_message (GIMP_TOOL (tool)->tool_info->gimp, G_OBJECT (tool->shell), - GIMP_MESSAGE_ERROR, error->message); + GIMP_MESSAGE_ERROR, "%s", error->message); g_clear_error (&error); return FALSE; @@ -208,7 +208,7 @@ if (! tool_class->settings_export (tool, filename, &error)) { gimp_message (GIMP_TOOL (tool)->tool_info->gimp, G_OBJECT (tool->shell), - GIMP_MESSAGE_ERROR, error->message); + GIMP_MESSAGE_ERROR, "%s", error->message); g_clear_error (&error); return FALSE; diff -Nru gimp-2.6.11/app/tools/gimpiscissorstool.c gimp-2.6.12/app/tools/gimpiscissorstool.c --- gimp-2.6.11/app/tools/gimpiscissorstool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpiscissorstool.c 2012-01-31 13:50:15.000000000 +0000 @@ -940,7 +940,7 @@ status = gimp_suggest_modifiers (_("Click-Drag to move this point"), GDK_SHIFT_MASK & ~state, _("%s: disable auto-snap"), NULL, NULL); - gimp_tool_replace_status (tool, display, status); + gimp_tool_replace_status (tool, display, "%s", status); g_free (status); iscissors->op = ISCISSORS_OP_MOVE_POINT; } @@ -1006,7 +1006,7 @@ GDK_SHIFT_MASK & ~state, _("%s: disable auto-snap"), NULL, NULL); - gimp_tool_replace_status (tool, display, status); + gimp_tool_replace_status (tool, display, "%s", status); g_free (status); } iscissors->op = ISCISSORS_OP_ADD_POINT; diff -Nru gimp-2.6.11/app/tools/gimpmeasuretool.c gimp-2.6.12/app/tools/gimpmeasuretool.c --- gimp-2.6.11/app/tools/gimpmeasuretool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpmeasuretool.c 2012-01-31 13:50:15.000000000 +0000 @@ -572,7 +572,7 @@ GDK_MOD1_MASK & ~state, NULL, NULL, NULL); } - gimp_tool_replace_status (tool, display, status); + gimp_tool_replace_status (tool, display, "%s", status); g_free (status); measure->status_help = TRUE; break; @@ -585,7 +585,7 @@ "vertical guide"), GDK_CONTROL_MASK & ~state, NULL, NULL, NULL); - gimp_tool_replace_status (tool, display, status); + gimp_tool_replace_status (tool, display, "%s", status); g_free (status); measure->status_help = TRUE; break; @@ -613,7 +613,7 @@ | GDK_MOD1_MASK) & ~state, NULL, NULL, NULL); } - gimp_tool_replace_status (tool, display, status); + gimp_tool_replace_status (tool, display, "%s", status); g_free (status); measure->status_help = TRUE; break; diff -Nru gimp-2.6.11/app/tools/gimppainttool.c gimp-2.6.12/app/tools/gimppainttool.c --- gimp-2.6.11/app/tools/gimppainttool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimppainttool.c 2012-01-31 13:50:15.000000000 +0000 @@ -325,7 +325,7 @@ if (! gimp_paint_core_start (core, drawable, paint_options, &curr_coords, &error)) { - gimp_tool_message (tool, display, error->message); + gimp_tool_message (tool, display, "%s", error->message); g_clear_error (&error); return; } @@ -662,7 +662,7 @@ _("%s for a straight line"), paint_tool->status_ctrl, NULL); - gimp_tool_push_status (tool, display, status); + gimp_tool_push_status (tool, display, "%s", status); g_free (status); paint_tool->draw_line = FALSE; diff -Nru gimp-2.6.11/app/tools/gimpselectiontool.c gimp-2.6.12/app/tools/gimpselectiontool.c --- gimp-2.6.11/app/tools/gimpselectiontool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpselectiontool.c 2012-01-31 13:50:15.000000000 +0000 @@ -313,7 +313,7 @@ } if (status) - gimp_tool_push_status (tool, display, status); + gimp_tool_push_status (tool, display, "%s", status); if (free_status) g_free ((gchar *) status); diff -Nru gimp-2.6.11/app/tools/gimpsourcetool.c gimp-2.6.12/app/tools/gimpsourcetool.c --- gimp-2.6.11/app/tools/gimpsourcetool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpsourcetool.c 2012-01-31 13:50:15.000000000 +0000 @@ -313,7 +313,7 @@ { if (state & GDK_CONTROL_MASK) gimp_tool_replace_status (tool, display, - source_tool->status_set_source); + "%s", source_tool->status_set_source); else { gchar *status; @@ -322,7 +322,7 @@ gimp_get_mod_separator (), source_tool->status_set_source, NULL); - gimp_tool_replace_status (tool, display, status); + gimp_tool_replace_status (tool, display, "%s", status); g_free (status); } } diff -Nru gimp-2.6.11/app/tools/gimptool.c gimp-2.6.12/app/tools/gimptool.c --- gimp-2.6.11/app/tools/gimptool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimptool.c 2012-01-31 13:50:15.000000000 +0000 @@ -429,7 +429,7 @@ { if (error) { - gimp_tool_message (tool, display, error->message); + gimp_tool_message (tool, display, "%s", error->message); g_clear_error (&error); } diff -Nru gimp-2.6.11/app/tools/gimptransformtool.c gimp-2.6.12/app/tools/gimptransformtool.c --- gimp-2.6.11/app/tools/gimptransformtool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimptransformtool.c 2012-01-31 13:50:15.000000000 +0000 @@ -1179,7 +1179,7 @@ if (! active_item) { - gimp_tool_message (tool, display, message); + gimp_tool_message (tool, display, "%s", message); return; } diff -Nru gimp-2.6.11/app/tools/gimpvectortool.c gimp-2.6.12/app/tools/gimpvectortool.c --- gimp-2.6.11/app/tools/gimpvectortool.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/tools/gimpvectortool.c 2012-01-31 13:50:15.000000000 +0000 @@ -1265,7 +1265,7 @@ } if (status) - gimp_tool_push_status (tool, display, status); + gimp_tool_push_status (tool, display, "%s", status); if (free_status) g_free ((gchar *) status); diff -Nru gimp-2.6.11/app/tools/Makefile.in gimp-2.6.12/app/tools/Makefile.in --- gimp-2.6.11/app/tools/Makefile.in 2010-10-03 20:15:05.000000000 +0000 +++ gimp-2.6.12/app/tools/Makefile.in 2012-01-31 14:25:17.000000000 +0000 @@ -274,6 +274,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -365,6 +366,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -402,7 +404,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/vectors/gimpvectors-import.c gimp-2.6.12/app/vectors/gimpvectors-import.c --- gimp-2.6.11/app/vectors/gimpvectors-import.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/vectors/gimpvectors-import.c 2012-01-31 13:50:15.000000000 +0000 @@ -1542,6 +1542,11 @@ ctx->strokes = g_list_prepend (ctx->strokes, ctx->stroke); ctx->param = 0; + + /* If a moveto is followed by multiple pairs of coordinates, + * the subsequent pairs are treated as implicit lineto commands. + */ + ctx->cmd = 'l'; } break; diff -Nru gimp-2.6.11/app/vectors/Makefile.in gimp-2.6.12/app/vectors/Makefile.in --- gimp-2.6.11/app/vectors/Makefile.in 2010-10-03 20:15:05.000000000 +0000 +++ gimp-2.6.12/app/vectors/Makefile.in 2012-01-31 14:25:17.000000000 +0000 @@ -232,6 +232,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -323,6 +324,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -360,7 +362,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/widgets/gimpcellrendererviewable.c gimp-2.6.12/app/widgets/gimpcellrendererviewable.c --- gimp-2.6.11/app/widgets/gimpcellrendererviewable.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/widgets/gimpcellrendererviewable.c 2012-01-31 13:50:15.000000000 +0000 @@ -317,31 +317,36 @@ const gchar *path, GdkModifierType state) { - GdkEvent *event; g_return_if_fail (GIMP_IS_CELL_RENDERER_VIEWABLE (cell)); g_return_if_fail (path != NULL); - g_signal_emit (cell, viewable_cell_signals[CLICKED], 0, path, state); - - event = gtk_get_current_event (); - - if (event) + if (cell->renderer) { - GdkEventButton *bevent = (GdkEventButton *) event; + GdkEvent *event = gtk_get_current_event (); - if (bevent->type == GDK_BUTTON_PRESS && - (bevent->button == 1 || bevent->button == 2)) + if (event) { - gimp_view_popup_show (gtk_get_event_widget (event), - bevent, - cell->renderer->context, - cell->renderer->viewable, - cell->renderer->width, - cell->renderer->height, - cell->renderer->dot_for_dot); - } + GdkEventButton *bevent = (GdkEventButton *) event; - gdk_event_free (event); + if (bevent->type == GDK_BUTTON_PRESS && + (bevent->button == 1 || bevent->button == 2)) + { + gimp_view_popup_show (gtk_get_event_widget (event), + bevent, + cell->renderer->context, + cell->renderer->viewable, + cell->renderer->width, + cell->renderer->height, + cell->renderer->dot_for_dot); + } + + gdk_event_free (event); + } } + + /* emit the signal last so no callback effects can set + * cell->renderer to NULL. + */ + g_signal_emit (cell, viewable_cell_signals[CLICKED], 0, path, state); } diff -Nru gimp-2.6.11/app/widgets/gimpcontrollerlist.c gimp-2.6.12/app/widgets/gimpcontrollerlist.c --- gimp-2.6.11/app/widgets/gimpcontrollerlist.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/widgets/gimpcontrollerlist.c 2012-01-31 13:50:15.000000000 +0000 @@ -577,9 +577,9 @@ "the controller without removing it.")); gimp_message_box_set_primary_text (GIMP_MESSAGE_DIALOG (dialog)->box, - primary); + "%s", primary); gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (dialog)->box, - secondary); + "%s", secondary); g_free (primary); g_free (secondary); diff -Nru gimp-2.6.11/app/widgets/gimperrordialog.c gimp-2.6.12/app/widgets/gimperrordialog.c --- gimp-2.6.11/app/widgets/gimperrordialog.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/widgets/gimperrordialog.c 2012-01-31 13:50:15.000000000 +0000 @@ -165,7 +165,7 @@ dialog->num_messages++; if (overflow) - gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box), domain); + gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box), "%s", domain); else gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box), _("%s Message"), domain); diff -Nru gimp-2.6.11/app/widgets/gimphelp.c gimp-2.6.12/app/widgets/gimphelp.c --- gimp-2.6.11/app/widgets/gimphelp.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/widgets/gimphelp.c 2012-01-31 13:50:15.000000000 +0000 @@ -380,8 +380,9 @@ } gimp_message_box_set_primary_text (GIMP_MESSAGE_DIALOG (dialog)->box, - primary); - gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (dialog)->box, text); + "%s", primary); + gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (dialog)->box, + "%s", text); if (gimp_dialog_run (GIMP_DIALOG (dialog)) == GTK_RESPONSE_OK) { diff -Nru gimp-2.6.11/app/widgets/gimpviewrendererimagefile.c gimp-2.6.12/app/widgets/gimpviewrendererimagefile.c --- gimp-2.6.11/app/widgets/gimpviewrendererimagefile.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/widgets/gimpviewrendererimagefile.c 2012-01-31 13:50:15.000000000 +0000 @@ -167,9 +167,8 @@ #if GTK_CHECK_VERSION (2, 13, 4) if (! pixbuf) { - GFile *file; - GFileInfo *file_info; - GtkIconInfo *info; + GFile *file; + GFileInfo *file_info; file = g_file_new_for_uri (gimp_object_get_name (GIMP_OBJECT (imagefile))); file_info = g_file_query_info (file, "standard::icon", 0, NULL, NULL); @@ -180,8 +179,22 @@ icon = g_file_info_get_icon (file_info); - info = gtk_icon_theme_lookup_by_gicon (icon_theme, icon, size, 0); - pixbuf = gtk_icon_info_load_icon (info, NULL); + if (icon) + { + GtkIconInfo *info; + + info = gtk_icon_theme_lookup_by_gicon (icon_theme, icon, size, 0); + + if (info) + pixbuf = gtk_icon_info_load_icon (info, NULL); + } + else + { +#ifdef GIMP_UNSTABLE + g_printerr ("no icon for: %s\n", + gimp_object_get_name (imagefile)); +#endif + } g_object_unref (file_info); } diff -Nru gimp-2.6.11/app/widgets/gimpwidgets-utils.c gimp-2.6.12/app/widgets/gimpwidgets-utils.c --- gimp-2.6.11/app/widgets/gimpwidgets-utils.c 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/app/widgets/gimpwidgets-utils.c 2012-01-31 13:50:15.000000000 +0000 @@ -850,7 +850,7 @@ if (! file) { g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno), - g_strerror (errno)); + "%s", g_strerror (errno)); return FALSE; } @@ -907,7 +907,7 @@ if (fd == -1) { g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno), - g_strerror (errno)); + "%s", g_strerror (errno)); return FALSE; } @@ -934,7 +934,7 @@ g_free (text_contents); close (fd); g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno), - g_strerror (errno)); + "%s", g_strerror (errno)); return FALSE; } } diff -Nru gimp-2.6.11/app/widgets/Makefile.in gimp-2.6.12/app/widgets/Makefile.in --- gimp-2.6.11/app/widgets/Makefile.in 2010-10-03 20:15:05.000000000 +0000 +++ gimp-2.6.12/app/widgets/Makefile.in 2012-01-31 14:25:17.000000000 +0000 @@ -316,6 +316,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -407,6 +408,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -444,7 +446,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/app/xcf/Makefile.in gimp-2.6.12/app/xcf/Makefile.in --- gimp-2.6.11/app/xcf/Makefile.in 2010-10-03 20:15:05.000000000 +0000 +++ gimp-2.6.12/app/xcf/Makefile.in 2012-01-31 14:25:17.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/AUTHORS gimp-2.6.12/AUTHORS --- gimp-2.6.11/AUTHORS 2010-07-07 17:52:01.000000000 +0000 +++ gimp-2.6.12/AUTHORS 2012-01-31 14:20:01.000000000 +0000 @@ -168,6 +168,8 @@ Jay Painter Ville Pätsi Akkana Peck + Mikael Magnusson + Christian Krippendorf Asbjorn Pettersen Mike Phillips Nils Philippsen @@ -265,6 +267,21 @@ Ed Mackey Ian Main Pierre Perrier + Baurzhan Muftakhidinov + Joe Hansen + Carles Ferrando + Pedro Barreira + Francisco Vila + Xandru Armesto + Gitte Illum Petersen + Dimitris Spingos + Sergio Cipolla + Rudolfs Mazurs + Kristjan SCHMIDT + Piotr Drąg + Fran Dieguez + Nishibori Kiyotaka + Muhammet Kara Alexandre Prokoudine Manuel Quiñones James Robinson diff -Nru gimp-2.6.11/authors.xml gimp-2.6.12/authors.xml --- gimp-2.6.11/authors.xml 2010-07-02 22:51:55.000000000 +0000 +++ gimp-2.6.12/authors.xml 2012-01-31 14:04:13.000000000 +0000 @@ -89,7 +89,7 @@ Scott Goehring Heiko Goller Marcelo de Gomensoro Malheiros - Saul Goode + Saul Goode David Gowers Cameron Gregory Pavel Grinfeld @@ -191,9 +191,26 @@ Ville Pätsi Akkana Peck Pierre Perrier + Baurzhan Muftakhidinov + Joe Hansen + Carles Ferrando + Pedro Barreira + Francisco Vila + Xandru Armesto + Gitte Illum Petersen + Dimitris Spingos + Sergio Cipolla + Rudolfs Mazurs + Kristjan SCHMIDT + Mikael Magnusson + Piotr Drąg + Fran Dieguez + Nishibori Kiyotaka + Muhammet Kara + Christian Krippendorf Asbjorn Pettersen Mike Phillips - Nils Philippsen + Nils Philippsen Ari Pollak Alexandre Prokoudine Raphaël Quinet diff -Nru gimp-2.6.11/ChangeLog gimp-2.6.12/ChangeLog --- gimp-2.6.11/ChangeLog 2010-10-03 20:34:13.000000000 +0000 +++ gimp-2.6.12/ChangeLog 2012-01-31 14:33:47.000000000 +0000 @@ -1,6 +1,1402 @@ +commit fa5092ec67297e4d5d90be8b812ad7c4ac7a6137 +Author: Mukund Sivaraman +Date: Tue Jan 31 19:53:47 2012 +0530 + + gtk-doc: Update generated files + + devel-docs/libgimp/tmpl/gimp.sgml | 2 +- + devel-docs/libgimp/tmpl/gimppixelrgn.sgml | 2 +- + devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml | 2 +- + devel-docs/libgimp/tmpl/gimpprogress.sgml | 4 ++-- + devel-docs/libgimpbase/tmpl/gimputils.sgml | 2 +- + .../libgimpconfig/tmpl/gimpconfigwriter.sgml | 2 +- + devel-docs/libgimpwidgets/tmpl/gimpbrowser.sgml | 2 +- + devel-docs/libgimpwidgets/tmpl/gimpdialog.sgml | 4 ++-- + devel-docs/libgimpwidgets/tmpl/gimpenumstore.sgml | 2 +- + .../libgimpwidgets/tmpl/gimpintcombobox.sgml | 6 +++--- + devel-docs/libgimpwidgets/tmpl/gimpoldwidgets.sgml | 6 +++--- + devel-docs/libgimpwidgets/tmpl/gimpwidgets.sgml | 8 ++++---- + 12 files changed, 21 insertions(+), 21 deletions(-) + +commit 9ea66bb04bc30123212ea0855d6a023303369c3c +Author: Mukund Sivaraman +Date: Tue Jan 31 19:52:17 2012 +0530 + + AUTHORS: Update for 2.6.12 + + AUTHORS | 17 +++++++++++++++++ + authors.xml | 21 +++++++++++++++++++-- + 2 files changed, 36 insertions(+), 2 deletions(-) + +commit 9ea8c21b776de01a3918166450a92c4ca76c6f55 +Author: Mukund Sivaraman +Date: Tue Jan 31 19:21:52 2012 +0530 + + NEWS: Update for 2.6.12 (contd.) + + NEWS | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 4f3754eb7adeb5aaaae158951449dfc8c93240e9 +Author: Nils Philippsen +Date: Fri Jul 9 12:49:58 2010 +0200 + + script-fu: make server strict-aliasing friendly + + use union of struct sockaddr* types instead of direct casts + (cherry picked from commit 521cf890064009f3b97336e97dd189746ff9f1e2) + + plug-ins/script-fu/script-fu-server.c | 29 + +++++++++++++++++------------ + 1 files changed, 17 insertions(+), 12 deletions(-) + +commit f9e79c4429ded0be61ff9a042f3ff879c48ea8af +Author: Nils Philippsen +Date: Tue Jun 29 15:43:31 2010 +0200 + + Bug 623045 - script-fu: make server IPv6 aware + + use getnameinfo() instead of inet_ntoa() + use two sockets for IPv4, IPv6 + (cherry picked from commit 04538534fc581de0507ef2ec1148853ff1e96dbe) + + configure.in | 8 +- + plug-ins/script-fu/script-fu-server.c | 141 + +++++++++++++++++++++++++------- + plug-ins/script-fu/servertest.py | 76 ++++++++++++------ + 3 files changed, 166 insertions(+), 59 deletions(-) + +commit 1f2d8c8e7da605c234b9e8d4296bd362b922ba54 +Author: Mukund Sivaraman +Date: Tue Jan 31 16:44:13 2012 +0530 + + NEWS: Update for 2.6.12 + + NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 40 insertions(+), 0 deletions(-) + +commit b3486b32c9f13925b28cd04e4a313fe14cebbfde +Author: Mukund Sivaraman +Date: Tue Jan 31 17:04:20 2012 +0530 + + pdb: Update generated files due to commit 5ba6186 + + app/pdb/paths-cmds.c | 12 ++++++------ + libgimp/gimppaths_pdb.c | 6 +++--- + 2 files changed, 9 insertions(+), 9 deletions(-) + +commit 8c416f195ed6fbb02e59fe6379a7a41a7163d681 +Author: Mukund Sivaraman +Date: Tue Jan 31 17:10:50 2012 +0530 + + l10n: Drop broken Dzongkha translations + + Commit hook checks for problems and fails on these on git.gnome.org. + Errors are due to wrong number of format string specifiers. + + po-libgimp/dz.po | 21 --------------------- + po-plug-ins/dz.po | 8 -------- + po/dz.po | 14 -------------- + 3 files changed, 0 insertions(+), 43 deletions(-) + +commit cd0e8bf27f9da4fc526647c46ae0d3f0fc390bf6 +Author: Marco Ciampa +Date: Sat Jan 28 22:05:30 2012 +0100 + + Updated italian translation. + + po-script-fu/it.po | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 79c5960cac9304d5031f180c76b38058a9f50031 +Author: Marco Ciampa +Date: Fri Jan 27 22:38:55 2012 +0100 + + Updated italian translation. + + po-plug-ins/it.po | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit b6c6f66d1c15f267d53adb286d2decaabae7b6d7 +Author: Muhammet Kara +Date: Tue Jan 3 11:45:44 2012 +0200 + + [l10n]Updated Turkish translation + + po/tr.po |13426 + ++++++++++++++++++++++++++++++++++---------------------------- + 1 files changed, 7362 insertions(+), 6064 deletions(-) + +commit 755e60f02a457c9dc0904dbf86926eba7cfc03cc +Author: Muhammet Kara +Date: Tue Jan 3 11:39:55 2012 +0200 + + [l10n]Added Turkish translation + + po-tips/LINGUAS | 1 + + po-tips/tr.po | 460 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 461 insertions(+), 0 deletions(-) + +commit 518073dd7b406067d52ca003d9a8e8dbd027cdfa +Author: Muhammet Kara +Date: Tue Jan 3 11:36:22 2012 +0200 + + [l10n]Updated Turkish translation + + po-script-fu/tr.po | 4266 + ++++++++++++++++++++++------------------------------ + 1 files changed, 1823 insertions(+), 2443 deletions(-) + +commit 3f9cb533bb37c3d3d1382ea66858fbb4ceaf4207 +Author: Muhammet Kara +Date: Tue Jan 3 11:31:00 2012 +0200 + + [l10n]Updated Turkish translation + + po-plug-ins/tr.po |18343 + +++++++++++++++++++++++++++-------------------------- + 1 files changed, 9328 insertions(+), 9015 deletions(-) + +commit e106b4c079a8f71f63bb0c3aa8244070f5f30040 +Author: Muhammet Kara +Date: Tue Jan 3 11:14:54 2012 +0200 + + [l10n]Updated Turkish translation + + po-libgimp/tr.po | 1988 + +++++++++++++++++++++++++++++++++++++----------------- + 1 files changed, 1361 insertions(+), 627 deletions(-) + +commit 7c72fec5e2f534b71fd078176bf4c2745e9ad730 +Author: Kolbjørn Stuestøl +Date: Thu Dec 29 19:33:04 2011 +0100 + + Updated Norwegian Nynorsk translation + + po/nn.po | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +commit 5b67215c8a1d8c5a99584733890fe3434baf7b2a +Author: Nishibori Kiyotaka +Date: Thu Dec 29 01:07:17 2011 +0900 + + Updated Japanese translation + + po-tips/ja.po | 8 ++++---- + 1 files changed, 4 insertions(+), 4 deletions(-) + +commit e7469007cea6e0e8c0432c172323a2200ee8beda +Author: Mukund Sivaraman +Date: Tue Oct 11 10:22:24 2011 +0530 + + file-png: Remove redundant assignment + (cherry picked from commit f40453be3c90b6e9157c5b6f25c278948e5f90b4) + + plug-ins/common/file-png.c | 4 ---- + 1 files changed, 0 insertions(+), 4 deletions(-) + +commit a2ac4c6491e58243a80257d77ee8fef4a1ab5b13 +Author: Mukund Sivaraman +Date: Tue Oct 11 10:22:00 2011 +0530 + + file-png: Move comment to correct function + (cherry picked from commit e0298effdf758f5beb9c01dfe161d33448f4130c) + + plug-ins/common/file-png.c | 7 +++---- + 1 files changed, 3 insertions(+), 4 deletions(-) + +commit e5c847d8e4457376f996d9af095dc10eaf06d785 +Author: Mukund Sivaraman +Date: Tue Sep 27 19:22:50 2011 +0530 + + file-png: Add comments about the struct checks + (cherry picked from commit 5769acd3db0c726914c2a399e59b71eb4d8a9d7d) + + plug-ins/common/file-png.c | 6 ++++++ + 1 files changed, 6 insertions(+), 0 deletions(-) + +commit 25305c0d93a0a43beb57714058b32e71581d7c60 +Author: Mukund Sivaraman +Date: Wed Sep 21 17:16:54 2011 +0530 + + file-png: Return correct type of error value + (cherry picked from commit ff2b9ee727586b431e17f283825be3444b5ef496) + + plug-ins/common/file-png.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 457d0afd121e84e7fff2583dac525c7a20b964c3 +Author: Mukund Sivaraman +Date: Wed Sep 21 17:08:53 2011 +0530 + + file-png: Check that PNG structs are created properly + + If there's a version mismatch between compiled version (header) and + installed shared libpng library, structs are not created and NULL is + returned. + (cherry picked from commit 1ac6c7b85c461b29fc84c9ed5446e7ae98102e00) + + plug-ins/common/file-png.c | 16 ++++++++++++++++ + 1 files changed, 16 insertions(+), 0 deletions(-) + +commit b71108dcc60339e8bc9ad79a713da9a59cc10788 +Author: Mukund Sivaraman +Date: Fri May 6 17:51:09 2011 +0530 + + file-png: Indent some code + (cherry picked from commit 5b999ab3f9c5e1bb5937111bb1d2fb4222381b98) + + plug-ins/common/file-png.c | 8 ++++++-- + 1 files changed, 6 insertions(+), 2 deletions(-) + +commit 80f8e400a4e64431f69ba800f73e5ffb29b8385c +Author: Mukund Sivaraman +Date: Thu May 5 20:47:53 2011 +0530 + + file-png: Update comment for png_set_IHDR() + (cherry picked from commit ae654a7aaea25a1ae445b702f57792562e1d3763) + + plug-ins/common/file-png.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit f0fca5855b0bd4826c5f839a2ffa968ab2f08290 +Author: Mukund Sivaraman +Date: Thu May 5 20:36:45 2011 +0530 + + file-png: Call png_set_*() functions after png_set_IHDR() + (cherry picked from commit fbbeb8d629eb78728396025432bb8be2078461fe) + + plug-ins/common/file-png.c | 80 + +++++++++++++++++++++++++++++++------------ + 1 files changed, 57 insertions(+), 23 deletions(-) + +commit 67182566dbace21541c003e8c183a7ca76eb9cff +Author: Mukund Sivaraman +Date: Thu May 5 20:15:02 2011 +0530 + + file-png: Move setting the comment text after IHDR is set + (cherry picked from commit dbecc7b7053e0b8429eb00ab0a732d252c688381) + + Conflicts: + + plug-ins/common/file-png.c + + plug-ins/common/file-png.c | 92 + ++++++++++++++++++++++---------------------- + 1 files changed, 46 insertions(+), 46 deletions(-) + +commit f0fb4aaf4eddb3f2798c429117f9169a7347c4db +Author: Mukund Sivaraman +Date: Thu May 5 18:53:11 2011 +0530 + + file-png: Specify the interlace type explicitly + (cherry picked from commit 4fa2bbabf9959dc8bebc45fe263e737198c30e99) + + plug-ins/common/file-png.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 847c9eaec839ad34030e2e5c5f7a5053e9ed5258 +Author: Mukund Sivaraman +Date: Tue Apr 26 15:18:27 2011 +0530 + + file-png: Get num_colors properly before passing it on + (cherry picked from commit 5b5d88a2f1d9f0e37d07b24148f76a14d0f2789b) + + plug-ins/common/file-png.c | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +commit 78a2060ca59e4ac7b683435fcbb9d13d22a12213 +Author: Mukund Sivaraman +Date: Tue Apr 26 08:06:27 2011 +0530 + + file-png: Don't access inside PNG structs directly (contd.) + (cherry picked from commit 92684a25e95ce3da7954140b6f88f2cbfe3cd62d) + + plug-ins/common/file-png.c | 92 + +++++++++++++++++++++++-------------------- + 1 files changed, 49 insertions(+), 43 deletions(-) + +commit bfc3353378ccb088f4714524ffd3b015a72885d5 +Author: Mukund Sivaraman +Date: Mon Apr 25 20:12:54 2011 +0530 + + file-png: Conditionally declare text_length + (cherry picked from commit a1c7606d51541ba0a99f556de90d3f79d1a2ca00) + + plug-ins/common/file-png.c | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +commit 1c9205f2d2bb2be1ca6c0aa1fa81a67241779dc5 +Author: Mukund Sivaraman +Date: Mon Apr 25 20:09:15 2011 +0530 + + file-png: Don't access inside PNG structs directly + (cherry picked from commit f610aa4375213d556bc6881ce00fecbb67d50aec) + + plug-ins/common/file-png.c | 75 + ++++++++++++++++++++++++++----------------- + 1 files changed, 45 insertions(+), 30 deletions(-) + +commit 8d2c567555900e04ff7251fa9e6cb4d10c3f7196 +Author: Mukund Sivaraman +Date: Fri May 6 19:33:20 2011 +0530 + + file-mng: Indent some code + (cherry picked from commit 904d3452b9087bcdc6366cf98b4b2d04b1fc6a37) + + plug-ins/common/file-mng.c | 3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +commit bf78cd536891b4210ddc3c49d64c7762c410099c +Author: Mukund Sivaraman +Date: Fri May 6 16:28:25 2011 +0530 + + file-mng: Call png_set_*() functions after png_set_IHDR() + (cherry picked from commit 17c5e114c3df3aeabe5316f7a85da67f21f65961) + + plug-ins/common/file-mng.c | 54 + +++++++++++++++++++++++++++++++++++-------- + 1 files changed, 44 insertions(+), 10 deletions(-) + +commit 48624d10c17adca9b6876f463c42dd712a89b49f +Author: Mukund Sivaraman +Date: Fri May 6 16:17:56 2011 +0530 + + file-mng: Specify the interlace type explicitly + (cherry picked from commit cbc2ffc7c2cd2103c81064d56b135fd66987422c) + + plug-ins/common/file-mng.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 7de49a80bd5a52270c6d9fe3af7ce49afd7ec5f4 +Author: Mukund Sivaraman +Date: Tue Apr 26 15:19:43 2011 +0530 + + file-mng: Rename more variables + (cherry picked from commit 8868a044ea266618e06c984e5ac500db59f0c1cf) + + plug-ins/common/file-mng.c | 10 +++++----- + 1 files changed, 5 insertions(+), 5 deletions(-) + +commit 573b44f23bac640815988314b137ac7352219c0f +Author: Mukund Sivaraman +Date: Tue Apr 26 15:18:45 2011 +0530 + + file-mng: Don't access inside PNG structs directly + (cherry picked from commit c6a60d79c451f9f13825443fc1836f2fbd492c51) + + plug-ins/common/file-mng.c | 77 + +++++++++++++++++++++++++------------------ + 1 files changed, 45 insertions(+), 32 deletions(-) + +commit 3c03dd1f38c2a4e581e8d1e500f239e496195232 +Author: Mukund Sivaraman +Date: Tue Apr 26 15:00:07 2011 +0530 + + file-mng: Rename variables + (cherry picked from commit 838ba0b78e6c2a1d60a00da52c89f6bc5ddd5385) + + plug-ins/common/file-mng.c | 86 + ++++++++++++++++++++++---------------------- + 1 files changed, 43 insertions(+), 43 deletions(-) + +commit 2917a0ee3e3a9ab5955dcd0da803706be3098970 +Author: Mukund Sivaraman +Date: Wed Sep 28 07:50:50 2011 +0530 + + Bug 660305 - fails to build with -Werror=format-security + + According to the bug, Debian enforces + -Wformat-security and -Werror=format-security, which is a good thing. + Most of these patches are already in master, but I'll check master + anyway. + + app/actions/image-commands.c | 2 +- + app/actions/layers-commands.c | 4 ++-- + app/actions/select-commands.c | 2 +- + app/actions/vectors-commands.c | 4 ++-- + app/config/gimprc.c | 6 +++--- + app/core/gimpcontainer-filter.c | 2 +- + app/dialogs/convert-dialog.c | 2 +- + app/dialogs/preferences-dialog.c | 2 +- + app/dialogs/quit-dialog.c | 2 +- + app/dialogs/stroke-dialog.c | 1 + + app/errors.c | 2 +- + app/file/file-open.c | 8 +++++--- + app/gui/gui-message.c | 2 +- + app/gui/gui.c | 2 +- + app/main.c | 4 ++-- + app/plug-in/gimppluginprocedure.c | 2 +- + app/tools/gimpaligntool.c | 2 +- + app/tools/gimpbucketfilltool.c | 2 +- + app/tools/gimpcolorpickertool.c | 2 +- + app/tools/gimpcurvestool.c | 2 +- + app/tools/gimpforegroundselecttool.c | 2 +- + app/tools/gimpfreeselecttool.c | 2 +- + app/tools/gimpimagemaptool-settings.c | 4 ++-- + app/tools/gimpiscissorstool.c | 4 ++-- + app/tools/gimpmeasuretool.c | 6 +++--- + app/tools/gimppainttool.c | 4 ++-- + app/tools/gimpselectiontool.c | 2 +- + app/tools/gimpsourcetool.c | 4 ++-- + app/tools/gimptool.c | 2 +- + app/tools/gimptransformtool.c | 2 +- + app/tools/gimpvectortool.c | 2 +- + app/widgets/gimpcontrollerlist.c | 4 ++-- + app/widgets/gimperrordialog.c | 2 +- + app/widgets/gimphelp.c | 5 +++-- + app/widgets/gimpwidgets-utils.c | 6 +++--- + configure.in | 3 +++ + libgimpconfig/gimpconfigwriter.c | 1 + + libgimpthumb/gimpthumbnail.c | 2 +- + plug-ins/common/lcms.c | 4 ++-- + plug-ins/common/mail.c | 2 +- + plug-ins/file-bmp/bmp-write.c | 4 ++-- + plug-ins/file-fits/fits.c | 2 +- + plug-ins/file-jpeg/jpeg.c | 2 +- + plug-ins/file-uri/uri.c | 2 +- + plug-ins/help/gimphelpdomain.c | 2 +- + plug-ins/ifs-compose/ifs-compose.c | 3 ++- + plug-ins/print/print.c | 2 +- + 47 files changed, 72 insertions(+), 63 deletions(-) + +commit 394205b3cac08256427f4be8bd23cb926db509d7 +Author: Fran Dieguez +Date: Tue Sep 27 20:03:29 2011 +0200 + + Updated Galician translations for UI, python and plugins + + po-plug-ins/gl.po | 1191 ++++++++++++++++++++------------------ + po-python/gl.po | 107 ++-- + po/gl.po | 1632 + ++++++++++++++++++++++++++--------------------------- + 3 files changed, 1487 insertions(+), 1443 deletions(-) + +commit 7df2cb45b3c77ad2847c3756b2e5d711e104b5bd +Author: Nils Philippsen +Date: Thu Sep 22 16:42:37 2011 +0200 + + script-fu: link libtinyscheme with libm if necessary + + The tinyscheme static library uses math functions, ensure that libm is + linked where necessary (#659586, original patch by Vincent Untz, + modified) + + plug-ins/script-fu/Makefile.am | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit e26b52063197f53f57dafda2ccbed5aa6e3ec4d2 +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + selection-to-path: explicitly specify library dependencies + + plug-ins/selection-to-path/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit 509730a8cb94a9a3ca745908920bdb7bc705b18a +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + pagecurl: explicitly specify library dependencies + + plug-ins/pagecurl/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit 902f768a811b5de26c588018d0af4415a312de6b +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + map-object: explicitly specify library dependencies + + plug-ins/map-object/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit f060a8767a37ca8fea650daba8e9cbac1dc746a3 +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + lighting: explicitly specify library dependencies + + plug-ins/lighting/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit 00425ea7085e22e59d4092a1467284d1bc0e011b +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + imagemap: explicitly specify library dependencies + + plug-ins/imagemap/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit 25d339bddef5402a1b7c25bb2fc39b93908702ee +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + ifs-compose: explicitly specify library dependencies + + plug-ins/ifs-compose/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit c5068c2b81466fb8c79f976622570f91b0286e87 +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + gradient-flare: explicitly specify library dependencies + + plug-ins/gradient-flare/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit 67f3423543b1dc94f0e491568ab968b25c9b844b +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + gimpressionist: explicitly specify library dependencies + + plug-ins/gimpressionist/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit dc4e802f0883fdf74cdb3dfff0028db4baeca1d2 +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + gfig: explicitly specify library dependencies + + plug-ins/gfig/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit 640f9181eecd22ce58f26410c6437df09b6e01da +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + fractal-explorer: explicitly specify library dependencies + + plug-ins/fractal-explorer/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit 5db7dfd03268885bdbd68762d466670e53a201a5 +Author: Nils Philippsen +Date: Thu Feb 25 15:36:20 2010 +0100 + + flame: explicitly specify library dependencies + + plug-ins/flame/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit 7bd11510168e0854e683d7fff845aadac2a6951d +Author: Nils Philippsen +Date: Thu Feb 25 15:11:04 2010 +0100 + + color-rotate: explicitly specify library dependencies + + plug-ins/color-rotate/Makefile.am | 12 +++++++----- + 1 files changed, 7 insertions(+), 5 deletions(-) + +commit d1e0f540e551cbc7f622a84dc65a7e97d016174c +Author: Nils Philippsen +Date: Wed Feb 24 15:40:50 2010 +0100 + + script-fu: explicitly specify library dependencies + + plug-ins/script-fu/Makefile.am | 14 ++++++++------ + 1 files changed, 8 insertions(+), 6 deletions(-) + +commit db2a961004aa6ce291ff7637b57172c38b22d029 +Author: Manish Singh +Date: Wed Sep 9 17:41:20 2009 -0700 + + Explicit shared lib deps to support gold + + (attempted cherry-picking from commit + 15497c1d6808b1ea479574b0b3e132484f7f172f, resolved conflicts) + + plug-ins/metadata/Makefile.am | 5 ++++- + 1 files changed, 4 insertions(+), 1 deletions(-) + +commit 7f8d272d4c4a3990259928070752f215fb229d6f +Author: Manish Singh +Date: Sun May 24 10:42:39 2009 -0700 + + Explicitly specify library dependencies at link time, so we can + use gold. + (cherry picked from commit 582cb0f14eb9f145bd2a2f5c9fda12309ae0229f) + + libgimpthumb/Makefile.am | 5 ++++- + plug-ins/common/Makefile.am | 11 ++++++----- + plug-ins/common/mkgen.pl | 11 ++++++----- + plug-ins/help-browser/Makefile.am | 1 + + 4 files changed, 17 insertions(+), 11 deletions(-) + +commit c439d1ac34772f3ab60a57cf95db718db03c30fd +Author: Marco Ciampa +Date: Fri Sep 16 01:24:32 2011 +0200 + + Small fix in italian translation + + po-script-fu/it.po | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 2744360f05800577bda7768d5e852e93bdb5967a +Author: Marco Ciampa +Date: Fri Sep 16 00:53:03 2011 +0200 + + Small fix in italian translation, thanks to Stefano Ferri, again + + po-script-fu/it.po | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +commit 240ef571c2509480efb31c9d72e8bb5c03ea0f91 +Author: Marco Ciampa +Date: Thu Sep 15 10:36:40 2011 +0200 + + Small fix in italian translation + + po/it.po | 9 ++++----- + 1 files changed, 4 insertions(+), 5 deletions(-) + +commit 27706aa544a0512c0ce79725488a167ab87f357c +Author: Piotr Drąg +Date: Thu Aug 25 21:03:40 2011 +0200 + + Updated Polish translation + + po-libgimp/pl.po | 49 +- + po-plug-ins/pl.po | 896 +++++++++-------- + po-python/pl.po | 180 ++-- + po-script-fu/pl.po | 37 +- + po-tips/pl.po | 110 +-- + po/pl.po | 2991 + ++++++++++++++++++++++++++++------------------------ + 6 files changed, 2289 insertions(+), 1974 deletions(-) + +commit 62718f821b7c79a6860b8b25f0a21a91daa6e22d +Author: Nils Philippsen +Date: Thu Aug 4 12:51:42 2011 +0200 + + file-gif-load: fix heap corruption and buffer overflow (CVE-2011-2896) + (cherry picked from commit 376ad788c1a1c31d40f18494889c383f6909ebfc) + + plug-ins/common/file-gif-load.c | 15 +++++++++------ + 1 files changed, 9 insertions(+), 6 deletions(-) + +commit 0eae221c7c6eb84591d718587a17ea90c8852d5b +Author: Nils Philippsen +Date: Thu Aug 4 12:47:44 2011 +0200 + + file-gif-load: ensure return value of LZWReadByte() is <= 255 + (cherry picked from commit b1a3de761362db982c0ddfaff60ab4a3c4267f32) + + plug-ins/common/file-gif-load.c | 10 +++++----- + 1 files changed, 5 insertions(+), 5 deletions(-) + +commit 51f42ab9d9bd89c5c0ad81f9c96caa49098493c2 +Author: Mikael Magnusson +Date: Wed Mar 9 15:35:52 2011 +0100 + + app: fix goption warning + + Using G_OPTION_FLAG_NO_ARG with G_OPTION_ARG_NONE is not a valid + combination, + glib 2.28.2 warns about it. + + (gimp:20379): GLib-WARNING **: goption.c:2132: ignoring no-arg, + optional-arg or filename flags (8) on option "debug-handlers" of + type 0 + (cherry picked from commit b81276ca83e6ec4c7df32c8f611f441d1dfc59ad) + + app/main.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 6a0361cd864050ffd8455b19d00e47bee2c7d369 +Author: Kristjan SCHMIDT +Date: Wed Aug 3 19:29:04 2011 +0200 + + Add Esperanto translation + + po-plug-ins/LINGUAS | 1 + + po-plug-ins/eo.po |12442 + +++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 12443 insertions(+), 0 deletions(-) + +commit 0e0fbe13e16c20658a82d63192e66c435f71da3a +Author: Rudolfs Mazurs +Date: Tue Aug 2 23:00:57 2011 +0300 + + Added Latvian translation. + + po-tips/LINGUAS | 1 + + po-tips/lv.po | 303 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 304 insertions(+), 0 deletions(-) + +commit 71f9df7d4562b0c147afd8e240b9db67611f4108 +Author: Rudolfs Mazurs +Date: Tue Aug 2 22:15:40 2011 +0300 + + Added Latvian translation. + + po-script-fu/lv.po | 3471 + ++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 3471 insertions(+), 0 deletions(-) + +commit 2de9fe15b8a39329b3c5898390dbff126f24bd0b +Author: Rudolfs Mazurs +Date: Tue Aug 2 22:15:29 2011 +0300 + + Added Latvian translation. + + po-script-fu/LINGUAS | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit ea4ed4e6ab7157086854e53ea037ff8059ff92f3 +Author: Rudolfs Mazurs +Date: Tue Aug 2 22:12:44 2011 +0300 + + Updated Latvian translation. + + po-plug-ins/lv.po | 8 ++++---- + 1 files changed, 4 insertions(+), 4 deletions(-) + +commit da4965147709104867479f8b3dfb742dd9952e88 +Author: Rudolfs Mazurs +Date: Tue Aug 2 22:08:06 2011 +0300 + + Updated LINGUAS for Latvian translation for plug-ins and python + modules. + + po-plug-ins/LINGUAS | 1 + + po-python/LINGUAS | 1 + + 2 files changed, 2 insertions(+), 0 deletions(-) + +commit 10f2010f6fcb472cb72cd2bb8550a0ec29abf6aa +Author: Rudolfs Mazurs +Date: Tue Aug 2 22:05:19 2011 +0300 + + Added Latvian translation. + + po-plug-ins/lv.po |15329 + +++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 15329 insertions(+), 0 deletions(-) + +commit 00eb68491bd876e1d21a4bcc01ad0c4cc0156f5e +Author: Rudolfs Mazurs +Date: Tue Aug 2 22:04:04 2011 +0300 + + Added Latvian translation. + + po-python/lv.po | 364 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 364 insertions(+), 0 deletions(-) + +commit 12f34da38485171b64f93af6d5afada0d4633ee0 +Author: Rudolfs Mazurs +Date: Tue Aug 2 22:02:39 2011 +0300 + + Updated Latvian translation. + + po-libgimp/lv.po | 82 ++------- + po/lv.po | 520 + ++++++++++++++++++++++------------------------------- + 2 files changed, 231 insertions(+), 371 deletions(-) + +commit 8d7dd16b74ae612ef9c3b26168efbb83539c9b44 +Author: Sergio Cipolla +Date: Thu Jul 28 15:50:03 2011 -0300 + + Updated Brazilian Portuguese translation + + po-plug-ins/pt_BR.po | 1015 + +++++++++++++++++++++++++++----------------------- + 1 files changed, 557 insertions(+), 458 deletions(-) + +commit e47dd189aaf189a37c0db7184ddb70e0d19edae2 +Author: Kolbjørn Stuestøl +Date: Fri Jul 22 13:54:55 2011 +0200 + + Updated Norwegian Nynorsk translation + + po-libgimp/nn.po | 49 +- + po-plug-ins/nn.po | 7106 + +++++++++++++++++++++++++++------------------------- + po-python/nn.po | 97 +- + po-script-fu/nn.po | 251 +- + po/nn.po | 361 +-- + 5 files changed, 4023 insertions(+), 3841 deletions(-) + +commit 08a7f9d914dd8bf40fc864552026a3c70e7a777c +Author: Dimitris Spingos +Date: Fri Jul 1 16:57:39 2011 +0300 + + l10n: Added Greek translation for gimp-tips + + po-tips/LINGUAS | 1 + + po-tips/el.po | 132 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 133 insertions(+), 0 deletions(-) + +commit eae4804e56dca692014d11dc1e0bf5053936e986 +Author: Nils Philippsen +Date: Fri Jun 10 18:06:02 2011 +0200 + + app: guard against crash due to quitting while DND is processed + + In gimp_display_shell_drop_uri_list(), shell->display is dereferenced + in + some places without checking that it's still there. It can be set to + NULL if the user quits the application while a drag and drop action is + being processed and the main loop is iterated during execution of this + function. (Bug #652280) + (cherry picked from commit b1a2c736bf7e6c75ca1af4b4c3330172dddb269e) + + Conflicts: + + app/display/gimpdisplayshell-dnd.c + + app/display/gimpdisplayshell-dnd.c | 25 ++++++++++++++++++++++--- + 1 files changed, 22 insertions(+), 3 deletions(-) + +commit 6e0bd8f649e14e48b84a98587dca6e4257d99236 +Author: Christian Kirbach +Date: Sun Jun 5 15:02:34 2011 +0200 + + Revert "[l10n] Updated German plug-ins translation" + + This reverts commit bae69a400a5749913878c3601c714b65f95065e9. + + po-plug-ins/de.po | 6101 + +++++++++++++++++++++++++---------------------------- + 1 files changed, 2855 insertions(+), 3246 deletions(-) + +commit bae69a400a5749913878c3601c714b65f95065e9 +Author: Christian Kirbach +Date: Sun Jun 5 14:42:41 2011 +0200 + + [l10n] Updated German plug-ins translation + + po-plug-ins/de.po | 6101 + ++++++++++++++++++++++++++++------------------------- + 1 files changed, 3246 insertions(+), 2855 deletions(-) + +commit 28a4a5284f3f20b730b3f1c6caa4c32882c32e69 +Author: Alexandre Prokoudine +Date: Sun May 29 09:41:18 2011 +0400 + + Fixed a typo in Russian translation + + po-plug-ins/ru.po | 136 + ++++++++++++++++++++++++++-------------------------- + 1 files changed, 68 insertions(+), 68 deletions(-) + +commit d72f771ced872c676b0897dd430c2d2ac6bed457 +Author: Simon Budig +Date: Tue Jan 11 23:28:16 2011 +0100 + + fixes for some buffer overflow problems (see bug #639203) + (cherry picked from commit 7fb0300e1cfdb98a3bde54dbc73a0f3eda375162) + + plug-ins/common/sphere-designer.c | 5 ++++- + plug-ins/gfig/gfig-style.c | 8 +++++++- + plug-ins/lighting/lighting-ui.c | 27 +++++++++++++++++++++++---- + 3 files changed, 34 insertions(+), 6 deletions(-) + +commit a92328348e47a6386a713d60ef4220e666be8022 +Author: Nils Philippsen +Date: Fri May 13 17:08:02 2011 +0200 + + file-psp: fix overflow protection (CVE-2011-1782) + + amends commit 48ec15890e1751dede061f6d1f469b6508c13439, related to + CVE-2010-4543 + (cherry picked from commit f657361db04de69ce003328724c59e3f942d7d15) + + plug-ins/common/file-psp.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 1271b708c2ff00d2dce85ee8541db5ccafb9bbf8 +Author: Simon Budig +Date: Mon Feb 14 21:46:31 2011 +0100 + + file-psp: fix for bogus input data. Fixes bug #639203 + (cherry picked from commit 48ec15890e1751dede061f6d1f469b6508c13439) + + plug-ins/common/file-psp.c | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +commit c48bda05bed559f9c1c69ccc17facf503550ffa0 +Author: Nils Philippsen +Date: Fri May 6 11:50:30 2011 +0200 + + use code based on pixbufs instead of cairo surfaces + + this is done to avoid adding to libgimp, thanks to Mukund Sivaraman + for + hints how to do this + + plug-ins/common/file-pdf.c | 77 + ++++++++++++++++++++------------------------ + 1 files changed, 35 insertions(+), 42 deletions(-) + +commit 52ccb8fdf483d753f0090742c43d9f87babeeb04 +Author: Mukund Sivaraman +Date: Thu Apr 21 13:57:13 2011 +0530 + + file-pdf-load: Update attribution, removing bogus copyright + (cherry picked from commit e999122e0b20b6ccd6bde3ce039bb64068fc0019) + + plug-ins/common/file-pdf.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 4775fbcdfff53ee5a7fe9509d02c9f5a75ec984c +Author: Nils Philippsen +Date: Thu Apr 21 13:52:18 2011 +0200 + + file-pdf-load: Use better API + cleanups + + * fixes issues with poppler 0.17 completely + * uses new libgimp API to pass surfaces instead of pixbufs + * uses GTK+ 3 API to convert surfaces to pixbufs where available + (backported from commit 7bdadd80ba479d6ff904e276d805e16f6b940ee2) + + plug-ins/common/file-pdf.c | 363 + ++++++++++++++++++++++++++++++++------------ + 1 files changed, 269 insertions(+), 94 deletions(-) + +commit 5e9ea1625c4d69c571aeb13f42f8124a4e55c2f7 +Author: Nils Philippsen +Date: Thu Apr 21 13:38:08 2011 +0200 + + file-pdf-load: Don't use deprecated API (bug #646947) + + (cherry picked from commit 9b3e1c91fd2eac69da6947ec9c7fbf10096ba237) + + Conflicts: + + plug-ins/common/file-pdf.c + + plug-ins/common/file-pdf.c | 97 + +++++++++++++++++++++++++++++++++++++++----- + 1 files changed, 86 insertions(+), 11 deletions(-) + +commit 1c7b4ba0abb9f34a601e6ce1b7e86df1d44ea86e +Author: Gitte Illum Petersen +Date: Thu Apr 21 11:45:09 2011 +0200 + + Update Danish translation + + po-plug-ins/da.po |23086 + ++++++++++++++++++++++++++--------------------------- + 1 files changed, 11173 insertions(+), 11913 deletions(-) + +commit 38fb283324d39291d6418fc06b905bf1e20d3a5c +Author: Francisco Vila +Date: Sun Feb 27 13:41:36 2011 +0100 + + Updated Spanish translation + + po/es.po | 9839 + +++++++++++++++++++++++--------------------------------------- + 1 files changed, 3590 insertions(+), 6249 deletions(-) + +commit adf3346db77b5f7ac8992ff2dc291dff25bbed95 +Author: Xandru Armesto +Date: Sun Feb 20 14:17:50 2011 +0100 + + Updating asturian translation + + po/ast.po | 1204 + +++++++++++++++++++++++++++++++------------------------------ + 1 files changed, 607 insertions(+), 597 deletions(-) + +commit 6023d9d9dc4bc2d269cf7bdb39cd90775614e77c +Author: Francisco Vila +Date: Thu Feb 17 20:49:12 2011 +0100 + + Updated Spanish translation + + po-script-fu/es.po | 10 +++++----- + 1 files changed, 5 insertions(+), 5 deletions(-) + +commit 821e4643bd3aa87723064e1d11e64a212dc95b72 +Author: Francisco Vila +Date: Thu Feb 17 20:44:04 2011 +0100 + + Updated Spanish translation + + po-plug-ins/es.po | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 56b620e37454ffeda2661bdef1590cf823469c17 +Author: Francisco Vila +Date: Thu Feb 17 20:42:16 2011 +0100 + + Updated Spanish translation + + po-plug-ins/es.po | 152 + ++++++++++++++++++++++++++-------------------------- + 1 files changed, 76 insertions(+), 76 deletions(-) + +commit 4be605f8ad042d1cc1542ad4a410e34dd8a419e7 +Author: Francisco Vila +Date: Thu Feb 17 20:39:25 2011 +0100 + + Updated Spanish translation + + po-libgimp/es.po | 26 +++++++++++++------------- + 1 files changed, 13 insertions(+), 13 deletions(-) + +commit 1ea3087d8386ce34016850b3748826344e763fb8 +Author: Francisco Vila +Date: Tue Feb 15 21:35:59 2011 +0100 + + Updated Spanish translation + + po/es.po | 222 + +++++++++++++++++++++++++++++++------------------------------ + 1 files changed, 113 insertions(+), 109 deletions(-) + +commit 762c707b838a9c766aa0f4b151c4d164da95c92b +Author: Saul Goode +Date: Tue Jan 25 22:26:36 2011 -0500 + + Bug 640612 - Sample Colorize does not function non-interactively + + Fixed bug with Sample Colorize plugin's non-interactive mode + (cherry picked from commit 2d419a0cb1e4135caddf7f2a1795947db39bcda5) + + plug-ins/common/sample-colorize.c | 9 +++++++++ + 1 files changed, 9 insertions(+), 0 deletions(-) + +commit fda9a839fb6e423213f087349141ece42513e61b +Author: Michael Natterer +Date: Mon Feb 14 09:55:24 2011 +0100 + + Bug 640219 - gimp(1) manpage fixes + + Applied patch from John Bradshaw that fixes two typos in the gimp(1) + manual page. + (cherry picked from commit b8a60d22159c66c15ae63f0e6817d76d1333c0e3) + + docs/gimp.1.in | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 5ba618662f321343d7ced6353b99626495242668 +Author: Kevin Cozens +Date: Sat Feb 12 15:04:39 2011 -0500 + + Corrected name of replacement procedure for two deprecated PDB + procedures + + The error first occured in the 2.4 version of GIMP. + + tools/pdbgen/pdb/paths.pdb | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 6dd76d635b02c22e7dd7739b6715d25fb0944ba7 +Author: Francisco Vila +Date: Sat Feb 12 18:18:39 2011 +0100 + + Updated Spanish translation + + po/es.po | 9804 + +++++++++++++++++++++++++++++++++++++++----------------------- + 1 files changed, 6235 insertions(+), 3569 deletions(-) + +commit c13d5427e4b46425a21a8e052b1256319e8d0b3d +Author: Alexandre Prokoudine +Date: Fri Feb 4 00:35:08 2011 +0300 + + Fix for caret return in Russian translation, as spotted by zend + + po/ru.po | 11 +++++------ + 1 files changed, 5 insertions(+), 6 deletions(-) + +commit ed896ccbf2c48541160fb4ee6d846fba3d14b967 +Author: Alexandre Prokoudine +Date: Fri Feb 4 00:33:08 2011 +0300 + + Fix to Normalize translation suggested by Alex Pasyada, few updates + + po-plug-ins/ru.po | 1123 + ++++++++++++++++++++++++++++------------------------- + 1 files changed, 590 insertions(+), 533 deletions(-) + +commit 16d77f975b2c398a515f91e34ef868dc3bb49228 +Author: Nils Philippsen +Date: Wed Feb 2 17:11:28 2011 +0100 + + Bug 641259 - [abrt] gimp-2:2.6.11-1.fc14: + py-slice.py:172:slice:TypeError: integer argument expected, got float + + py-slice: cast cellspacing to int in pyslice() to avoid tracebacks + (cherry picked from commit 0af966b63fcc55b36380d6538dfb30000f71fef9) + + plug-ins/pygimp/plug-ins/py-slice.py | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +commit 741e4d7c1f187cba5321f37acee641f146cf02f3 +Author: Pedro Barreira +Date: Mon Jan 24 00:52:40 2011 +0000 + + Updated Portuguese translation + + po-plug-ins/pt.po | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 2a99aa5159daa5b8b0c10ce52711be624c7484fc +Author: Pedro Barreira +Date: Mon Jan 24 00:43:56 2011 +0000 + + Updated Portuguese translation + + po-plug-ins/pt.po | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 57fa33d899b0bcb37477b4587932247f852acc68 +Author: Pedro Barreira +Date: Mon Jan 24 00:43:11 2011 +0000 + + Updated Portuguese translation + + po-plug-ins/pt.po |20471 + ++++++++++++++++++++++++++--------------------------- + 1 files changed, 9853 insertions(+), 10618 deletions(-) + +commit 8c73ffea06d6092607e73845fee8ebb2bd1ed98f +Author: Francisco Vila +Date: Sat Jan 22 11:00:20 2011 +0100 + + Updated Spanish translation + + po-python/es.po | 110 + ++++++++++++++++++++++++++++--------------------------- + 1 files changed, 56 insertions(+), 54 deletions(-) + +commit b5c49aeebd1f9f14456e6ac5a77102e49682a75c +Author: Francisco Vila +Date: Sat Jan 22 10:51:02 2011 +0100 + + Updated Spanish translation + + po-tips/es.po | 115 + ++++++++++++++++++++++----------------------------------- + 1 files changed, 44 insertions(+), 71 deletions(-) + +commit 94ed899dbc43f3671392d30101ddbc869bdf26d8 +Author: Francisco Vila +Date: Thu Jan 20 20:47:57 2011 +0100 + + Updated Spanish translation + + po/es.po | 817 + +++++++++++++++++++++++++++++++------------------------------- + 1 files changed, 412 insertions(+), 405 deletions(-) + +commit 81acbe656b70fc740d7ed0d517211d7016fd77de +Author: Kevin Cozens +Date: Sun Jan 16 16:26:57 2011 -0500 + + Fix for SourceForge bug #2826594 (allow reverse to work on empty + list). + From SVN version 64 of official version of TinyScheme. + + Also removed obsolete op code from opdefines.h table. + + plug-ins/script-fu/tinyscheme/opdefines.h | 3 +-- + 1 files changed, 1 insertions(+), 2 deletions(-) + +commit 535ede30ffb49afb6ccaf7f7d75a38e234d45a26 +Author: Pedro Barreira +Date: Sun Jan 9 19:47:13 2011 +0000 + + Updated Portuguese translation + + po-script-fu/pt.po | 895 + ++++++++++++++++++++++------------------------------ + 1 files changed, 376 insertions(+), 519 deletions(-) + +commit 405aebd97d4c052cb480c74fcb637a2d0e4e58bd +Author: Pedro Barreira +Date: Sun Jan 9 19:34:05 2011 +0000 + + Updated Portuguese translation + + po/pt.po | 5328 + +++++++++++++++++++++++++------------------------------------- + 1 files changed, 2123 insertions(+), 3205 deletions(-) + +commit e21f4d03828c042c635c17fc7ada19347ad84d75 +Author: mike2718 +Date: Thu Dec 30 16:21:37 2010 +0000 + + Update Chinese (China) translation. + + po/zh_CN.po | 1999 + ++++++++++++++++++++++++++++++----------------------------- + 1 files changed, 1013 insertions(+), 986 deletions(-) + +commit 194002b0bad2d42ae53d8f9e8fad7a8ee529a43a +Author: Marco Ciampa +Date: Mon Dec 20 23:28:48 2010 +0100 + + Updated italian translation + + po-plug-ins/it.po | 4 ++-- + po-python/it.po | 10 ++++------ + 2 files changed, 6 insertions(+), 8 deletions(-) + +commit b36936603577305587425f74dafeffed811c00d1 +Author: Nils Philippsen +Date: Tue Nov 9 11:28:30 2010 +0100 + + colorxhtml: check validity of source_type + (cherry picked from commit d2ebadcfb906af972edb95807e2887af4ad76856) + + plug-ins/pygimp/plug-ins/colorxhtml.py | 5 ++++- + 1 files changed, 4 insertions(+), 1 deletions(-) + +commit 1b5c60af974f0bf820d94e5c745157492ef43997 +Author: Carles Ferrando +Date: Fri Oct 29 00:28:16 2010 +0100 + + Updated Catalan (Valencian) translation + + po-libgimp/ca@valencia.po | 15 ++-- + po-plug-ins/ca@valencia.po | 230 + ++++++++++++++++++++++--------------------- + po-python/ca@valencia.po | 5 +- + po-script-fu/ca@valencia.po | 13 ++- + po-tips/ca@valencia.po | 52 +++++----- + po/ca@valencia.po | 162 ++++++++++++++++--------------- + 6 files changed, 246 insertions(+), 231 deletions(-) + +commit 98d078e277e1c4883537c403a9072d6ede8033fa +Author: Joe Hansen +Date: Sun Oct 24 17:32:06 2010 +0200 + + Updated Danish translation + + po-script-fu/da.po | 3872 + +++++++++++++++++++++++----------------------------- + 1 files changed, 1715 insertions(+), 2157 deletions(-) + +commit 5a2d78b3173a0344a557f09797383a024ee5d04d +Author: Alexandre Prokoudine +Date: Sat Oct 23 02:26:13 2010 +0400 + + po/ru.po: Fixed typos spotted by Maxim S. Barabash + + po/ru.po | 2486 + +++++++++++++++++++++++++++++++++++++------------------------- + 1 files changed, 1486 insertions(+), 1000 deletions(-) + +commit 3436b76c8445c3a5e33b4098a6065e2a7b56c904 +Author: Sven Neumann +Date: Mon Oct 18 18:28:57 2010 +0200 + + Bug 631728 - Crash or Gtk-CRITICAL on File->Open + + Check return value of gtk_icon_theme_lookup_by_gicon() before + using it. + (cherry picked from commit 1130e8c8908c7d011948bac9ae65c7f57b18e8dd) + + app/widgets/gimpviewrendererimagefile.c | 7 +++++-- + 1 files changed, 5 insertions(+), 2 deletions(-) + +commit d72a318a2c582a6b17e9327a5c1d72167b0b2d91 +Author: Michael Natterer +Date: Tue Sep 22 20:25:11 2009 +0200 + + Guard against g_file_info_get_icon() returning NULL + + It can return NULL, but should not for a proper gvfs backend; add a + returning NULL. + (cherry picked from commit 295f345b2eca4b224f51192632e0bc2060c6e07d) + + app/widgets/gimpviewrendererimagefile.c | 20 +++++++++++++++----- + 1 files changed, 15 insertions(+), 5 deletions(-) + +commit 61ef9157d560e44bac9afb326290672b19663d1f +Author: Sven Neumann +Date: Wed Oct 13 22:01:58 2010 +0200 + + Bug 631885 - GIMP fails to import a path from SVG + + If a moveto is followed by multiple pairs of coordinates, the + subsequent pairs are supposed to be treated as implicit lineto + commands. + + The parser used to ignore this part of the SVG specification and + treated subsequent pairs of coordinates as moveto commands (which + is correct in general, but for moveto commands there is this + explicit exception of the general rule). + (cherry picked from commit beef765b4f4d0174f6886964b147f315b2f9b499) + + app/vectors/gimpvectors-import.c | 5 +++++ + 1 files changed, 5 insertions(+), 0 deletions(-) + +commit b23d1635cd435790bffcf50bbff5753d34c9ff97 +Author: Christian Krippendorf +Date: Sun Oct 10 22:31:35 2010 +0200 + + Bug 627328 - GIMP 2.6.10 segfaults when CTRL-left click on a + layer mask + + Move the g_signal_emit() to the end, because the cell->renderer could + be changed and cause a segfault. Also check cell->renderer before + dereferencing it. + (cherry picked from commit ff03681bdfa371891ec7cc754bfed811c5c434e6) + + app/widgets/gimpcellrendererviewable.c | 41 + ++++++++++++++++++-------------- + 1 files changed, 23 insertions(+), 18 deletions(-) + +commit 8278bde1699140c3f91f666bf33b05988d5961bc +Author: Baurzhan Muftakhidinov +Date: Fri Oct 8 09:46:45 2010 +0600 + + Initial translation of libgimp to Kazakh + + po-libgimp/LINGUAS | 1 + + po-libgimp/kk.po | 1853 + ++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 1854 insertions(+), 0 deletions(-) + +commit 7c76ea7c402e60b1c95a29789bc83286bbecf90f +Author: Baurzhan Muftakhidinov +Date: Fri Oct 8 09:45:43 2010 +0600 + + Initial translation to Kazakh + + po/LINGUAS | 1 + + po/kk.po |12602 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 12603 insertions(+), 0 deletions(-) + +commit ab82381f7286877720e53044a44a3b172fb37876 +Author: Martin Nordholts +Date: Mon Oct 4 20:17:10 2010 +0200 + + NEWS: Use more descriptive bug title + + At least it will be in the 2.6.12 NEWS + + NEWS | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 502d5bf22bc5c6cb9403c895b9f160b956901a4d +Author: Sven Neumann +Date: Sun Oct 3 23:02:50 2010 +0200 + + Bump version to 2.6.12 (interface age 12) + + configure.in | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + commit f34c49a08b8511815467dfbc5232f8f167b7f950 Author: Sven Neumann -Date: Sun Oct 3 22:22:31 2010 +0200 +Date: Sun Oct 3 22:22:31 2010 +0200 NEWS: update for the upcoming 2.6.11 release @@ -9,7 +1405,7 @@ commit c58dc682e6dbbcf2ad5eb162ae84e15f12ae74a1 Author: Sven Neumann -Date: Sun Oct 3 14:05:20 2010 +0200 +Date: Sun Oct 3 14:05:20 2010 +0200 Bug 631199 - Printing and Print preview broken with cairo 1.10 @@ -22,7 +1418,7 @@ commit c54dff49f85d38a558aa621d2aa0c8808c23bab2 Author: Tor Lillqvist -Date: Mon Sep 27 18:21:53 2010 +0300 +Date: Mon Sep 27 18:21:53 2010 +0300 No SYMPREFIX should be used for 64-bit Windows @@ -34,7 +1430,7 @@ commit ac5fc1097110772340874abfa3fdca61c8710abf Author: Chao-Hsiung Liao -Date: Tue Sep 21 20:23:37 2010 +0800 +Date: Tue Sep 21 20:23:37 2010 +0800 Updated Traditional Chinese translation (Hong Kong and Taiwan) @@ -52,7 +1448,7 @@ commit d2986674793f39d3582a5f983c7a1b719db5edad Author: Kevin Cozens -Date: Mon Sep 20 23:47:55 2010 -0400 +Date: Mon Sep 20 23:47:55 2010 -0400 Additional fixes for handling UTF-8 coded strings (Bugs 572865 & 628893) @@ -69,14 +1465,14 @@ - Added some comments. (Cherry picked of commit b0d8ba5ffddd46798a7480d75f5de3c8d808b9ad) - plug-ins/script-fu/scheme-wrapper.c | 10 +++++--- + plug-ins/script-fu/scheme-wrapper.c | 10 +++++--- plug-ins/script-fu/tinyscheme/scheme.c | 35 +++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 11 deletions(-) commit c00dfc97d7bf8f47e4bb888079d6675f3e791e1e Author: Kevin Cozens -Date: Sun Sep 19 20:17:26 2010 -0400 +Date: Sun Sep 19 20:17:26 2010 -0400 Last part of fixes for handling UTF-8 coded strings (Bugs 572865 & 628893) @@ -93,7 +1489,7 @@ commit 136bfb61cc655d51b0ee7066f5126ceb33cf56c5 Author: Kevin Cozens -Date: Sun Sep 19 17:50:49 2010 -0400 +Date: Sun Sep 19 17:50:49 2010 -0400 First part of fixes for handling UTF-8 coded strings (Bugs 572865 & 628893) @@ -108,7 +1504,7 @@ commit d06a4ee4c37912557fce5a7e2e24b8015c6ccf9b Author: Kevin Cozens -Date: Thu Sep 16 15:01:11 2010 -0400 +Date: Thu Sep 16 15:01:11 2010 -0400 Applied changes from CVS version 1.23 of official version of TinyScheme. @@ -121,7 +1517,7 @@ commit 24b76d01e0c53d4f64e81c5f43ffd23f471ca1ab Author: Kevin Cozens -Date: Thu Sep 16 12:11:09 2010 -0400 +Date: Thu Sep 16 12:11:09 2010 -0400 Applied changes from CVS version 1.9 of official version of TinyScheme. @@ -131,25 +1527,25 @@ TinyScheme interpreter. (cherry pick of commit 28e7c3f612a4d89c73e1f9f95f5469d9e44340e6) - plug-ins/script-fu/scheme-wrapper.c | 50 +++-------- + plug-ins/script-fu/scheme-wrapper.c | 50 +++-------- plug-ins/script-fu/tinyscheme/scheme-private.h | 1 - - plug-ins/script-fu/tinyscheme/scheme.c | 117 + plug-ins/script-fu/tinyscheme/scheme.c | 117 +++++++++++++++++------ - plug-ins/script-fu/tinyscheme/scheme.h | 2 - + plug-ins/script-fu/tinyscheme/scheme.h | 2 - 4 files changed, 99 insertions(+), 71 deletions(-) commit 2782c8bb3d519a5959870558d7ae385356ca97dd Author: Massimo Valentini -Date: Thu Sep 16 19:47:37 2010 +0200 +Date: Thu Sep 16 19:47:37 2010 +0200 Bug 623850 - (Paco) Recursive Gaussian Filter error - plug-ins/common/contrast-retinex.c | 2 +- + plug-ins/common/contrast-retinex.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a2ab5e8b55782f619657728818a4bfcb5305d5a8 Author: Barak Itkin -Date: Mon Sep 13 02:55:20 2010 +0200 +Date: Mon Sep 13 02:55:20 2010 +0200 Bug 624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in @@ -159,20 +1555,20 @@ commit b0868e3eef076e8aadbf6726ee9cd9938c2ff524 Author: Seth Burgess -Date: Mon Sep 13 02:08:05 2010 +0200 +Date: Mon Sep 13 02:08:05 2010 +0200 plug-ins: Fix preview in Difference of Gaussians Implement invert as part of normalize routine - See Bug 557380 (cherry picked from commit 0382fdb45de2d9f05157327295c873a84b5b8f8d) - plug-ins/common/edge-dog.c | 41 + plug-ins/common/edge-dog.c | 41 +++++++++++++++++++++++++++-------------- 1 files changed, 27 insertions(+), 14 deletions(-) commit 7a74dc1d93eacac6dba631bbdcadf1709928210c Author: Michael Natterer -Date: Tue Sep 7 16:21:40 2010 +0200 +Date: Tue Sep 7 16:21:40 2010 +0200 app: make sure to always show error messages returned by plug-ins @@ -187,7 +1583,7 @@ commit 927d0c380adf208f21c48c46b2e2c9365efa4f2c Author: Tor Lillqvist -Date: Thu Sep 2 21:28:29 2010 +0300 +Date: Thu Sep 2 21:28:29 2010 +0300 Reduce risks on Windows also for plug-ins @@ -196,28 +1592,28 @@ commit 0bb4d7d58436ab2f44b406b254f48ab8f1413b47 Author: Tor Lillqvist -Date: Thu Sep 2 18:38:06 2010 +0300 +Date: Thu Sep 2 18:38:06 2010 +0300 Increase safety on Windows Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution. - app/main.c | 28 ++++++++++++++++++++++++++++ + app/main.c | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) commit aa8ca0439d290e0aab3be3185f2bab0f7db705f4 Author: Marco Ciampa -Date: Fri Aug 27 11:27:40 2010 +0200 +Date: Fri Aug 27 11:27:40 2010 +0200 Updated italian translation - po-script-fu/it.po | 6 +++--- + po-script-fu/it.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 93efe1eb5658ad0d2f0f67073be51ce4789d9fb8 Author: Michael Schumacher -Date: Mon Aug 16 22:34:59 2010 +0200 +Date: Mon Aug 16 22:34:59 2010 +0200 Bug 627009 - Image type filter doesn't include .rgba SGI files @@ -229,7 +1625,7 @@ commit 2401b3b7174b2145bb93e2c1e387ed23d7e6e56c Author: Chao-Hsiung Liao -Date: Fri Aug 13 20:21:52 2010 +0800 +Date: Fri Aug 13 20:21:52 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) @@ -249,58 +1645,58 @@ commit 5eb5d0e8d8960fedd0cb764f1bf13adb30bd8751 Author: Marco Ciampa -Date: Fri Aug 13 00:51:41 2010 +0200 +Date: Fri Aug 13 00:51:41 2010 +0200 Updated italian translation - po-plug-ins/it.po | 4 ++-- + po-plug-ins/it.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2643fc74bdacca7a179d5e043a5792da3ff82f05 Author: Michael Schumacher -Date: Thu Aug 12 22:55:50 2010 +0200 +Date: Thu Aug 12 22:55:50 2010 +0200 Added all *.exe files and some missing .libs to .gitignore - libgimpthumb/.gitignore | 1 + + libgimpthumb/.gitignore | 1 + plug-ins/color-rotate/.gitignore | 1 + - plug-ins/common/.gitignore | 144 + plug-ins/common/.gitignore | 144 +++++++++++++++++++++++++++++++++ - plug-ins/file-bmp/.gitignore | 1 + + plug-ins/file-bmp/.gitignore | 1 + plug-ins/file-faxg3/.gitignore | 1 + - plug-ins/file-fits/.gitignore | 1 + - plug-ins/file-fli/.gitignore | 1 + - plug-ins/file-ico/.gitignore | 1 + - plug-ins/file-jpeg/.gitignore | 2 + - plug-ins/file-psd/.gitignore | 2 + - plug-ins/file-sgi/.gitignore | 1 + - plug-ins/file-uri/.gitignore | 1 + - plug-ins/file-xjt/.gitignore | 1 + - plug-ins/flame/.gitignore | 1 + + plug-ins/file-fits/.gitignore | 1 + + plug-ins/file-fli/.gitignore | 1 + + plug-ins/file-ico/.gitignore | 1 + + plug-ins/file-jpeg/.gitignore | 2 + + plug-ins/file-psd/.gitignore | 2 + + plug-ins/file-sgi/.gitignore | 1 + + plug-ins/file-uri/.gitignore | 1 + + plug-ins/file-xjt/.gitignore | 1 + + plug-ins/flame/.gitignore | 1 + plug-ins/fractal-explorer/.gitignore | 1 + - plug-ins/gfig/.gitignore | 1 + + plug-ins/gfig/.gitignore | 1 + plug-ins/gimpressionist/.gitignore | 1 + plug-ins/gradient-flare/.gitignore | 1 + plug-ins/help-browser/.gitignore | 1 + - plug-ins/help/.gitignore | 2 + + plug-ins/help/.gitignore | 2 + plug-ins/ifs-compose/.gitignore | 1 + - plug-ins/imagemap/.gitignore | 1 + - plug-ins/lighting/.gitignore | 1 + + plug-ins/imagemap/.gitignore | 1 + + plug-ins/lighting/.gitignore | 1 + plug-ins/map-object/.gitignore | 1 + - plug-ins/maze/.gitignore | 1 + - plug-ins/metadata/.gitignore | 3 + - plug-ins/pagecurl/.gitignore | 1 + - plug-ins/print/.gitignore | 6 +- - plug-ins/script-fu/.gitignore | 1 + + plug-ins/maze/.gitignore | 1 + + plug-ins/metadata/.gitignore | 3 + + plug-ins/pagecurl/.gitignore | 1 + + plug-ins/print/.gitignore | 6 +- + plug-ins/script-fu/.gitignore | 1 + plug-ins/selection-to-path/.gitignore | 1 + - plug-ins/twain/.gitignore | 4 +- - plug-ins/win-snap/.gitignore | 5 +- - tools/.gitignore | 2 + + plug-ins/twain/.gitignore | 4 +- + plug-ins/win-snap/.gitignore | 5 +- + tools/.gitignore | 2 + 33 files changed, 190 insertions(+), 4 deletions(-) commit 608a680240eb4a10e718cdb4ac8e17e70c695312 Author: Michael Schumacher -Date: Thu Aug 12 21:40:40 2010 +0200 +Date: Thu Aug 12 21:40:40 2010 +0200 Bug 626020 - Console window opening on file-ps-load @@ -311,21 +1707,21 @@ stdout and stderr are set to NULL. - plug-ins/common/file-ps.c | 4 +++- + plug-ins/common/file-ps.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 1078f2c8969675f0d3f5232c6fc5374b4c425e2c Author: Marco Ciampa -Date: Wed Aug 11 09:34:02 2010 +0200 +Date: Wed Aug 11 09:34:02 2010 +0200 Updated italian translation. - po-plug-ins/it.po | 4 ++-- + po-plug-ins/it.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e1e2a0c10cbcbfcbdb7084ee0c1d2e8ea400f97e Author: Lucian Adrian Grijincu -Date: Sat Aug 7 20:44:50 2010 +0300 +Date: Sat Aug 7 20:44:50 2010 +0300 po: Updated Romanian translation @@ -334,7 +1730,7 @@ commit 5e49f5f8782b9197acdeab151caba47e1f4a9177 Author: Lucian Adrian Grijincu -Date: Fri Aug 6 00:40:45 2010 +0300 +Date: Fri Aug 6 00:40:45 2010 +0300 po-script-fu: Updated Romanian translation @@ -344,7 +1740,7 @@ commit f90e15aac9c086bbeb7ab608d63f5ff1363c1691 Author: Lucian Adrian Grijincu -Date: Fri Aug 6 00:36:57 2010 +0300 +Date: Fri Aug 6 00:36:57 2010 +0300 po-python: Updated Romanian translation @@ -353,7 +1749,7 @@ commit 4f3f841e1cb8b84e0a7225ae3f2bdea8a0ec99ef Author: Lucian Adrian Grijincu -Date: Fri Aug 6 00:35:34 2010 +0300 +Date: Fri Aug 6 00:35:34 2010 +0300 po-plug-ins: Updated Romanian translation @@ -363,7 +1759,7 @@ commit d5df55e3254f3b6dbcd8bb57375d71d907a0c6d4 Author: Lucian Adrian Grijincu -Date: Fri Aug 6 00:33:20 2010 +0300 +Date: Fri Aug 6 00:33:20 2010 +0300 po-libgimp: Updated Romanian translation @@ -373,7 +1769,7 @@ commit 85bb25433926e19ef88088743e75c4b2ba9d188d Author: Lucian Adrian Grijincu -Date: Fri Aug 6 00:31:28 2010 +0300 +Date: Fri Aug 6 00:31:28 2010 +0300 po: Updated Romanian translation @@ -383,36 +1779,36 @@ commit ab673588a98aec75410acba93599cf4a536a8410 Author: Kiyotaka NISHIBORI -Date: Thu Aug 5 00:22:53 2010 +0900 +Date: Thu Aug 5 00:22:53 2010 +0900 Updated Japanese translation. po-plug-ins/ja.po | 348 ++++++++++++++++++++++++++++++---------------------- - po-script-fu/ja.po | 6 +- + po-script-fu/ja.po | 6 +- 2 files changed, 203 insertions(+), 151 deletions(-) commit 785238ca23ad5bf6b5a60f55a8c219425863117a Author: Marco Ciampa -Date: Tue Aug 3 22:42:19 2010 +0200 +Date: Tue Aug 3 22:42:19 2010 +0200 Updated italian translation. - po-plug-ins/it.po | 8 ++++---- + po-plug-ins/it.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit edf792a40f0fe9e331b40f3b98ef2d488db3683a Author: Marco Ciampa -Date: Tue Aug 3 17:50:01 2010 +0200 +Date: Tue Aug 3 17:50:01 2010 +0200 Updated italian translation - po-script-fu/it.po | 12 ++++++------ + po-script-fu/it.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 2a551e000f333ff5940e66ffef53a6e458ee87e5 Author: Francisco Vila -Date: Wed Jul 28 08:43:32 2010 +0200 +Date: Wed Jul 28 08:43:32 2010 +0200 Updated Spanish translation @@ -422,29 +1818,29 @@ commit fa621655fcfe1dd40c33904eb34bad4b0273b8b4 Author: Ulf-D. Ehlert -Date: Mon Jul 26 21:19:18 2010 +0200 +Date: Mon Jul 26 21:19:18 2010 +0200 po: Fix German translation - po-plug-ins/de.po | 3 ++- + po-plug-ins/de.po | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 5bcb212e825cf5d0bb3fc190bc2bb7fd443e904a Author: Cameron Gregory -Date: Mon Jul 19 13:53:00 2010 +0200 +Date: Mon Jul 19 13:53:00 2010 +0200 Bug 624698 - Wood 1 and Wood 2 have bad alpha value Alpha value in last segment of Wood gradients should be 1.0. (cherry picked from commit e701384f3ac89dadd6de5e69f822d904f7f72a27) - data/gradients/Wood_1.ggr | 2 +- - data/gradients/Wood_2.ggr | 2 +- + data/gradients/Wood_1.ggr | 2 +- + data/gradients/Wood_2.ggr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit d8d734a1a81dce5cb6a38697f64e82424104bbae Author: Sven Neumann -Date: Tue Jul 13 22:20:15 2010 +0200 +Date: Tue Jul 13 22:20:15 2010 +0200 Bug 624275 - Image saved from google docs generates a 'gimp-image-set-resolution' error message @@ -453,12 +1849,12 @@ is greater than zero. (cherry picked from commit ff221e679c2dd17be9cd55d3d980859d656bfccd) - plug-ins/common/file-png.c | 3 ++- + plug-ins/common/file-png.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 9a6372218dc4587990cb02373d4526c569f97c43 Author: Sven Neumann -Date: Wed Jul 7 22:40:10 2010 +0200 +Date: Wed Jul 7 22:40:10 2010 +0200 Bump version to 2.6.11 (interface age 11) @@ -467,7 +1863,7 @@ commit c2a0c39c298e2c2b892ada59831d55679a3a8e9c Author: Sven Neumann -Date: Wed Jul 7 21:45:16 2010 +0200 +Date: Wed Jul 7 21:45:16 2010 +0200 NEWS: update for the upcoming 2.6.10 release @@ -476,19 +1872,19 @@ commit 8426f36e5a6cca6963323441c6a56f32a77136b2 Author: Andrew Wyatt -Date: Wed Jul 7 20:38:53 2010 +0200 +Date: Wed Jul 7 20:38:53 2010 +0200 Bug 613328 - TGA files saved with incorrect header yOrigin data Fix header for TGA files saved with save option 'Origin=Top Left'. (cherry picked from commit 4a1078796ba2d7b03567760f806ded060bd87e61) - plug-ins/common/file-tga.c | 8 +++++--- + plug-ins/common/file-tga.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit fcfc9197c3322ce5245e4bb605db8c9cc8bc5d9c Author: Massimo Valentini -Date: Wed Jul 7 20:29:06 2010 +0200 +Date: Wed Jul 7 20:29:06 2010 +0200 Bug 623290 - Save As... does not save Windows Bitmap as default in dialog @@ -501,7 +1897,7 @@ commit 3133d68d5d8502453169899bfbc8960c745c5d70 Author: Rupert Weber -Date: Sat Jul 3 12:57:41 2010 +0200 +Date: Sat Jul 3 12:57:41 2010 +0200 Bug 621363 - CMYK decompose broken @@ -509,14 +1905,14 @@ for RGB<->CMYK conversions. This fix changes the plugin to use the conversion routines provided by libgimpcolorspace. - plug-ins/common/compose.c | 47 ++++++++----------- - plug-ins/common/decompose.c | 101 + plug-ins/common/compose.c | 47 ++++++++----------- + plug-ins/common/decompose.c | 101 +++++++++++++++++++++++-------------------- 2 files changed, 74 insertions(+), 74 deletions(-) commit 66846857e551f77471ba53cc76aa9df4056d038c Author: Cristian Secară -Date: Sun Jul 4 00:48:13 2010 +0300 +Date: Sun Jul 4 00:48:13 2010 +0300 po-tips: Updated Romanian translation @@ -525,7 +1921,7 @@ commit 7f16a8085f0265b7e082127837119eee28082ff5 Author: Cristian Secară -Date: Sun Jul 4 00:46:43 2010 +0300 +Date: Sun Jul 4 00:46:43 2010 +0300 po: Updated Romanian translation @@ -535,7 +1931,7 @@ commit ed1395ef7a1a59851a772ae52e364a7b3f25eac3 Author: Ulf-D. Ehlert -Date: Tue Jun 29 18:19:08 2010 +0200 +Date: Tue Jun 29 18:19:08 2010 +0200 po: Minor fixes to German translations @@ -544,7 +1940,7 @@ commit 821ebccaed6dc16fe1aae0ce618979b17f215968 Author: Marco Ciampa -Date: Tue Jun 29 18:07:29 2010 +0200 +Date: Tue Jun 29 18:07:29 2010 +0200 Little fix in italian translation. @@ -553,7 +1949,7 @@ commit d6c5d98062111ee4da29f98cf96b938bdd3ce166 Author: Marco Ciampa -Date: Tue Jun 29 12:03:28 2010 +0200 +Date: Tue Jun 29 12:03:28 2010 +0200 Small fix in italian translation. @@ -562,7 +1958,7 @@ commit 8deda13e5f9b5611387dcd1724bfdcac83f07255 Author: Michael Natterer -Date: Mon Jun 28 12:23:31 2010 +0200 +Date: Mon Jun 28 12:23:31 2010 +0200 Make cairo code work with newer cairo backends that actually use caching @@ -573,24 +1969,24 @@ get actually used. (manually cherry-picked from fad6053643482e222e246c2db828182b4f2a8c7f) - app/widgets/gimpviewrenderer.c | 12 ++++++++++++ + app/widgets/gimpviewrenderer.c | 12 ++++++++++++ app/widgets/gimpviewrenderergradient.c | 4 ++++ - app/widgets/gimpviewrendererpalette.c | 4 ++++ - libgimpwidgets/gimpcairo-utils.c | 4 ++++ + app/widgets/gimpviewrendererpalette.c | 4 ++++ + libgimpwidgets/gimpcairo-utils.c | 4 ++++ 4 files changed, 24 insertions(+), 0 deletions(-) commit bd62d6c13b356c613a85df4bdc20950b42202a3e Author: Marco Ciampa -Date: Sun Jun 27 18:21:48 2010 +0200 +Date: Sun Jun 27 18:21:48 2010 +0200 Updated italian translation. - po-plug-ins/it.po | 8 ++++---- + po-plug-ins/it.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit f7aab7eaa002a6a8195b6d966b282b0c3bd67548 Author: Fernando Correia -Date: Sun Jun 27 15:13:45 2010 +0100 +Date: Sun Jun 27 15:13:45 2010 +0100 Updated Portuguese translation @@ -600,7 +1996,7 @@ commit 896a87bc2acb7de632260967e71aea8c81baef49 Author: Fernando Correia -Date: Sun Jun 27 14:51:03 2010 +0100 +Date: Sun Jun 27 14:51:03 2010 +0100 Updated Portuguese translation @@ -610,19 +2006,19 @@ commit 05f3a559b6e0c2b05f29e64800323d4327f4c6a0 Author: Michael Natterer -Date: Sun Jun 27 01:55:21 2010 +0200 +Date: Sun Jun 27 01:55:21 2010 +0200 Bug 595170 - brush - color from gradient works wrong in greyscale Convert the gradient color to the drawable's type before using it. (manually cherry-picked from 15fd08747de7bfac29dd13550109c58f484bdb7a) - app/paint/gimppaintbrush.c | 11 +++++++++-- + app/paint/gimppaintbrush.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit d75e1a94889edfed82a9b4058ede407522ecdc77 Author: Michael Natterer -Date: Sun Jun 27 01:15:46 2010 +0200 +Date: Sun Jun 27 01:15:46 2010 +0200 Bug 613838 - Error in gimp-hue-saturation PDB call @@ -637,7 +2033,7 @@ commit 4d7a9a87416ce3189c87b258427757935dabdf1b Author: Marco Ciampa -Date: Fri Jun 25 00:09:17 2010 +0200 +Date: Fri Jun 25 00:09:17 2010 +0200 Small fix in italian translation. @@ -646,7 +2042,7 @@ commit f216c6d3cf686f9de1414dc339a11e3151987043 Author: Marco Ciampa -Date: Fri Jun 25 00:04:22 2010 +0200 +Date: Fri Jun 25 00:04:22 2010 +0200 Updated italian translation. @@ -655,7 +2051,7 @@ commit d2fb21f664a3fd4ca04816ce1916081b3b1cd6d2 Author: Michael Natterer -Date: Thu Jun 24 21:56:41 2010 +0200 +Date: Thu Jun 24 21:56:41 2010 +0200 Bug 622608 - GIMP crashes when clicking any scroll bar from combo boxes @@ -669,7 +2065,7 @@ commit a0ce1c916ec0fe514a50cb70780685024cb3a762 Author: Cristian Secară -Date: Thu Jun 24 03:26:08 2010 +0300 +Date: Thu Jun 24 03:26:08 2010 +0300 po-tips: Updated Romanian translation @@ -678,16 +2074,16 @@ commit 3787c8a0946f4ce737cc7dd911e7784c5332c318 Author: Cristian Secară -Date: Thu Jun 24 03:25:14 2010 +0300 +Date: Thu Jun 24 03:25:14 2010 +0300 po-script-fu: Updated Romanian translation - po-script-fu/ro.po | 17 ++++++++--------- + po-script-fu/ro.po | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) commit c15e0ebc94cac1508884c2db062554e6afe4011c Author: Cristian Secară -Date: Thu Jun 24 03:21:10 2010 +0300 +Date: Thu Jun 24 03:21:10 2010 +0300 po-plug-ins: Updated Romanian translation @@ -697,7 +2093,7 @@ commit 0591ae50b2c84ea58a1757f10010b539fbd5e073 Author: Cristian Secară -Date: Thu Jun 24 03:15:12 2010 +0300 +Date: Thu Jun 24 03:15:12 2010 +0300 po-libgimp: Updated Romanian translation @@ -706,7 +2102,7 @@ commit 65146ab47cf595d3901c67d7c1f6586bc531e86e Author: Cristian Secară -Date: Thu Jun 24 02:57:25 2010 +0300 +Date: Thu Jun 24 02:57:25 2010 +0300 po: Updated Romanian translation @@ -716,7 +2112,7 @@ commit 3222c3df322b8f892f6ae3758ba7d7e9e996c8fb Author: Martin Nordholts -Date: Wed Jun 23 20:17:37 2010 +0200 +Date: Wed Jun 23 20:17:37 2010 +0200 Bug 565459 - newly opened images are put into the background @@ -733,7 +2129,7 @@ commit 4fe6a05a7fcbaf7a1235b3224762728d71dedf49 Author: Martin Nordholts -Date: Wed Jun 23 20:22:02 2010 +0200 +Date: Wed Jun 23 20:22:02 2010 +0200 NEWS: Remove duplicate 2.6.9 entry @@ -742,7 +2138,7 @@ commit 942bcfaa27080aea080971a6b3e47cd8d7dd8e7c Author: Sven Neumann -Date: Tue Jun 22 23:44:16 2010 +0200 +Date: Tue Jun 22 23:44:16 2010 +0200 Fix language name @@ -751,7 +2147,7 @@ commit f250054cc68339929b11b553685fc3567f7ffd96 Author: Sven Neumann -Date: Tue Jun 22 21:20:35 2010 +0200 +Date: Tue Jun 22 21:20:35 2010 +0200 Bump version to 2.6.10 (interface age 10) @@ -760,7 +2156,7 @@ commit 03afb4ac7c91b3c7988aab7bf4c67d1ae9f9d71c Author: Sven Neumann -Date: Tue Jun 22 20:42:29 2010 +0200 +Date: Tue Jun 22 20:42:29 2010 +0200 Update NEWS for upcoming release @@ -769,194 +2165,194 @@ commit 6cadb69d008812fa11fee2cd76ee4efc1141edde Author: Sven Neumann -Date: Tue Jun 22 20:42:06 2010 +0200 +Date: Tue Jun 22 20:42:06 2010 +0200 Regenerated template files with gtk-doc 1.15 - devel-docs/libgimp/tmpl/gimp.sgml | 29 + devel-docs/libgimp/tmpl/gimp.sgml | 29 ++++++++++++++++++++ - devel-docs/libgimp/tmpl/gimpaspectpreview.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpbrush.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpbrushes.sgml | 7 +++++ - devel-docs/libgimp/tmpl/gimpbrushmenu.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpbrushselect.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpbrushselectbutton.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpbuffer.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpchannel.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpcolor.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpcontext.sgml | 15 ++++++++++ - devel-docs/libgimp/tmpl/gimpconvert.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpdisplay.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimpdrawable.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpdrawablepreview.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpdrawabletransform.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpedit.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimpenums.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimpexport.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpfileops.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpfloatingsel.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpfontmenu.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpfonts.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimpfontselect.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpgimprc.sgml | 8 +++++ - devel-docs/libgimp/tmpl/gimpgradient.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpgradientmenu.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpgradients.sgml | 5 +++ - devel-docs/libgimp/tmpl/gimpgradientselect.sgml | 3 ++ - .../libgimp/tmpl/gimpgradientselectbutton.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpgrid.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpguides.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimphelp.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpimage.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpimagecombobox.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpitemcombobox.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimplayer.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpmenu.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpmessage.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimppalette.sgml | 5 +++ - devel-docs/libgimp/tmpl/gimppalettemenu.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimppalettes.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimppaletteselect.sgml | 3 ++ - .../libgimp/tmpl/gimppaletteselectbutton.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimppaths.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimppattern.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimppatternmenu.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimppatterns.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimppatternselect.sgml | 3 ++ - .../libgimp/tmpl/gimppatternselectbutton.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimppixbuf.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimppixelfetcher.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimppixelrgn.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpplugin.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpproceduraldb.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimpprocview.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpprogress.sgml | 6 ++++ - devel-docs/libgimp/tmpl/gimpprogressbar.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimpregioniterator.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpselectbutton.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpselection.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimptextlayer.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimptexttool.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimptile.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimptools.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpui.sgml | 4 +++ - devel-docs/libgimp/tmpl/gimpundo.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpvectors.sgml | 3 ++ - devel-docs/libgimp/tmpl/gimpzoompreview.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpbasetypes.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpchecks.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpcpuaccel.sgml | 4 +++ - devel-docs/libgimpbase/tmpl/gimpdatafiles.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpenv.sgml | 9 ++++++ - devel-docs/libgimpbase/tmpl/gimplimits.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpmemsize.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpparam.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpparasite.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpparasiteio.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimprectangle.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpsignal.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpunit.sgml | 5 +++ - devel-docs/libgimpbase/tmpl/gimputils.sgml | 3 ++ - devel-docs/libgimpbase/tmpl/gimpversion.sgml | 3 ++ - .../libgimpcolor/tmpl/gimpadaptivesupersample.sgml | 3 ++ - devel-docs/libgimpcolor/tmpl/gimpbilinear.sgml | 3 ++ - devel-docs/libgimpcolor/tmpl/gimpcmyk.sgml | 3 ++ - devel-docs/libgimpcolor/tmpl/gimpcolormanaged.sgml | 3 ++ - devel-docs/libgimpcolor/tmpl/gimpcolorspace.sgml | 3 ++ - devel-docs/libgimpcolor/tmpl/gimphsv.sgml | 3 ++ - devel-docs/libgimpcolor/tmpl/gimprgb.sgml | 3 ++ - devel-docs/libgimpconfig/tmpl/gimpcolorconfig.sgml | 3 ++ - .../libgimpconfig/tmpl/gimpconfig-deserialize.sgml | 3 ++ - .../libgimpconfig/tmpl/gimpconfig-error.sgml | 4 +++ - .../libgimpconfig/tmpl/gimpconfig-iface.sgml | 3 ++ - .../libgimpconfig/tmpl/gimpconfig-params.sgml | 3 ++ - devel-docs/libgimpconfig/tmpl/gimpconfig-path.sgml | 3 ++ - .../libgimpconfig/tmpl/gimpconfig-serialize.sgml | 3 ++ - .../libgimpconfig/tmpl/gimpconfig-utils.sgml | 3 ++ - .../libgimpconfig/tmpl/gimpconfigwriter.sgml | 3 ++ - devel-docs/libgimpconfig/tmpl/gimpscanner.sgml | 3 ++ - devel-docs/libgimpmath/tmpl/gimpmath.sgml | 3 ++ - devel-docs/libgimpmath/tmpl/gimpmatrix.sgml | 3 ++ - devel-docs/libgimpmath/tmpl/gimpmd5.sgml | 3 ++ - devel-docs/libgimpmath/tmpl/gimpvector.sgml | 3 ++ - devel-docs/libgimpmodule/tmpl/gimpmodule.sgml | 3 ++ - devel-docs/libgimpmodule/tmpl/gimpmoduledb.sgml | 3 ++ - devel-docs/libgimpthumb/tmpl/gimpthumb-enums.sgml | 3 ++ - devel-docs/libgimpthumb/tmpl/gimpthumb-error.sgml | 4 +++ - devel-docs/libgimpthumb/tmpl/gimpthumb-utils.sgml | 3 ++ - devel-docs/libgimpthumb/tmpl/gimpthumbnail.sgml | 4 +++ - devel-docs/libgimpwidgets/tmpl/gimpbrowser.sgml | 4 +++ - devel-docs/libgimpwidgets/tmpl/gimpbutton.sgml | 4 +++ - .../libgimpwidgets/tmpl/gimpcairo-utils.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpcellrenderercolor.sgml | 4 +++ - .../tmpl/gimpcellrenderertoggle.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpchainbutton.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpcolorarea.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpcolorbutton.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpcolordisplay.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpcolordisplaystack.sgml | 4 +++ - .../libgimpwidgets/tmpl/gimpcolorhexentry.sgml | 4 +++ - .../libgimpwidgets/tmpl/gimpcolornotebook.sgml | 3 ++ - .../tmpl/gimpcolorprofilecombobox.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpcolorprofilestore.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpcolorscale.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpcolorscales.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpcolorselect.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpcolorselection.sgml | 4 +++ - .../libgimpwidgets/tmpl/gimpcolorselector.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpcontroller.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpdialog.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpenumcombobox.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpenumlabel.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpenumstore.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpenumwidgets.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpfileentry.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpframe.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml | 5 +++ - devel-docs/libgimpwidgets/tmpl/gimphintbox.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpintcombobox.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpintstore.sgml | 4 +++ - .../libgimpwidgets/tmpl/gimpmemsizeentry.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpnumberpairentry.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpoldwidgets.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimppageselector.sgml | 4 +++ - devel-docs/libgimpwidgets/tmpl/gimppatheditor.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimppickbutton.sgml | 4 +++ - devel-docs/libgimpwidgets/tmpl/gimppixmap.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimppreview.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimppreviewarea.sgml | 4 +++ - .../libgimpwidgets/tmpl/gimppropwidgets.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpquerybox.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpruler.sgml | 3 ++ - .../libgimpwidgets/tmpl/gimpscrolledpreview.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpsizeentry.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpstock.sgml | 4 +++ - .../libgimpwidgets/tmpl/gimpstringcombobox.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpunitmenu.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpwidgets.sgml | 3 ++ - devel-docs/libgimpwidgets/tmpl/gimpzoommodel.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpaspectpreview.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpbrush.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpbrushes.sgml | 7 +++++ + devel-docs/libgimp/tmpl/gimpbrushmenu.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpbrushselect.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpbrushselectbutton.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpbuffer.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpchannel.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpcolor.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpcontext.sgml | 15 ++++++++++ + devel-docs/libgimp/tmpl/gimpconvert.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpdisplay.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpdrawable.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpdrawablepreview.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpdrawabletransform.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpedit.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpenums.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpexport.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpfileops.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpfloatingsel.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpfontmenu.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpfonts.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpfontselect.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpgimprc.sgml | 8 +++++ + devel-docs/libgimp/tmpl/gimpgradient.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpgradientmenu.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpgradients.sgml | 5 +++ + devel-docs/libgimp/tmpl/gimpgradientselect.sgml | 3 ++ + .../libgimp/tmpl/gimpgradientselectbutton.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpgrid.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpguides.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimphelp.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpimage.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpimagecombobox.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpitemcombobox.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimplayer.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpmenu.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpmessage.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimppalette.sgml | 5 +++ + devel-docs/libgimp/tmpl/gimppalettemenu.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimppalettes.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimppaletteselect.sgml | 3 ++ + .../libgimp/tmpl/gimppaletteselectbutton.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimppaths.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimppattern.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimppatternmenu.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimppatterns.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimppatternselect.sgml | 3 ++ + .../libgimp/tmpl/gimppatternselectbutton.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimppixbuf.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimppixelfetcher.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimppixelrgn.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpplugin.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpproceduraldb.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpprocview.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpprogress.sgml | 6 ++++ + devel-docs/libgimp/tmpl/gimpprogressbar.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpregioniterator.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpselectbutton.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpselection.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimptextlayer.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimptexttool.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimptile.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimptools.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpui.sgml | 4 +++ + devel-docs/libgimp/tmpl/gimpundo.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpvectors.sgml | 3 ++ + devel-docs/libgimp/tmpl/gimpzoompreview.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpbasetypes.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpchecks.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpcpuaccel.sgml | 4 +++ + devel-docs/libgimpbase/tmpl/gimpdatafiles.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpenv.sgml | 9 ++++++ + devel-docs/libgimpbase/tmpl/gimplimits.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpmemsize.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpparam.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpparasite.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpparasiteio.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimprectangle.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpsignal.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpunit.sgml | 5 +++ + devel-docs/libgimpbase/tmpl/gimputils.sgml | 3 ++ + devel-docs/libgimpbase/tmpl/gimpversion.sgml | 3 ++ + .../libgimpcolor/tmpl/gimpadaptivesupersample.sgml | 3 ++ + devel-docs/libgimpcolor/tmpl/gimpbilinear.sgml | 3 ++ + devel-docs/libgimpcolor/tmpl/gimpcmyk.sgml | 3 ++ + devel-docs/libgimpcolor/tmpl/gimpcolormanaged.sgml | 3 ++ + devel-docs/libgimpcolor/tmpl/gimpcolorspace.sgml | 3 ++ + devel-docs/libgimpcolor/tmpl/gimphsv.sgml | 3 ++ + devel-docs/libgimpcolor/tmpl/gimprgb.sgml | 3 ++ + devel-docs/libgimpconfig/tmpl/gimpcolorconfig.sgml | 3 ++ + .../libgimpconfig/tmpl/gimpconfig-deserialize.sgml | 3 ++ + .../libgimpconfig/tmpl/gimpconfig-error.sgml | 4 +++ + .../libgimpconfig/tmpl/gimpconfig-iface.sgml | 3 ++ + .../libgimpconfig/tmpl/gimpconfig-params.sgml | 3 ++ + devel-docs/libgimpconfig/tmpl/gimpconfig-path.sgml | 3 ++ + .../libgimpconfig/tmpl/gimpconfig-serialize.sgml | 3 ++ + .../libgimpconfig/tmpl/gimpconfig-utils.sgml | 3 ++ + .../libgimpconfig/tmpl/gimpconfigwriter.sgml | 3 ++ + devel-docs/libgimpconfig/tmpl/gimpscanner.sgml | 3 ++ + devel-docs/libgimpmath/tmpl/gimpmath.sgml | 3 ++ + devel-docs/libgimpmath/tmpl/gimpmatrix.sgml | 3 ++ + devel-docs/libgimpmath/tmpl/gimpmd5.sgml | 3 ++ + devel-docs/libgimpmath/tmpl/gimpvector.sgml | 3 ++ + devel-docs/libgimpmodule/tmpl/gimpmodule.sgml | 3 ++ + devel-docs/libgimpmodule/tmpl/gimpmoduledb.sgml | 3 ++ + devel-docs/libgimpthumb/tmpl/gimpthumb-enums.sgml | 3 ++ + devel-docs/libgimpthumb/tmpl/gimpthumb-error.sgml | 4 +++ + devel-docs/libgimpthumb/tmpl/gimpthumb-utils.sgml | 3 ++ + devel-docs/libgimpthumb/tmpl/gimpthumbnail.sgml | 4 +++ + devel-docs/libgimpwidgets/tmpl/gimpbrowser.sgml | 4 +++ + devel-docs/libgimpwidgets/tmpl/gimpbutton.sgml | 4 +++ + .../libgimpwidgets/tmpl/gimpcairo-utils.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpcellrenderercolor.sgml | 4 +++ + .../tmpl/gimpcellrenderertoggle.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpchainbutton.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpcolorarea.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpcolorbutton.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpcolordisplay.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpcolordisplaystack.sgml | 4 +++ + .../libgimpwidgets/tmpl/gimpcolorhexentry.sgml | 4 +++ + .../libgimpwidgets/tmpl/gimpcolornotebook.sgml | 3 ++ + .../tmpl/gimpcolorprofilecombobox.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpcolorprofilestore.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpcolorscale.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpcolorscales.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpcolorselect.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpcolorselection.sgml | 4 +++ + .../libgimpwidgets/tmpl/gimpcolorselector.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpcontroller.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpdialog.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpenumcombobox.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpenumlabel.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpenumstore.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpenumwidgets.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpfileentry.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpframe.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimphelpui.sgml | 5 +++ + devel-docs/libgimpwidgets/tmpl/gimphintbox.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpintcombobox.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpintstore.sgml | 4 +++ + .../libgimpwidgets/tmpl/gimpmemsizeentry.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpnumberpairentry.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpoffsetarea.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpoldwidgets.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimppageselector.sgml | 4 +++ + devel-docs/libgimpwidgets/tmpl/gimppatheditor.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimppickbutton.sgml | 4 +++ + devel-docs/libgimpwidgets/tmpl/gimppixmap.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimppreview.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimppreviewarea.sgml | 4 +++ + .../libgimpwidgets/tmpl/gimppropwidgets.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpquerybox.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpruler.sgml | 3 ++ + .../libgimpwidgets/tmpl/gimpscrolledpreview.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpsizeentry.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpstock.sgml | 4 +++ + .../libgimpwidgets/tmpl/gimpstringcombobox.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpunitmenu.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpwidgets.sgml | 3 ++ + devel-docs/libgimpwidgets/tmpl/gimpzoommodel.sgml | 4 +++ 165 files changed, 586 insertions(+), 0 deletions(-) commit 0647e6ae85bf4148fd2eb0bee461287a01c6259c Author: Sven Neumann -Date: Tue Jun 22 20:41:28 2010 +0200 +Date: Tue Jun 22 20:41:28 2010 +0200 Update gtk-doc.m4 with a newer version Actually it shouldn't even be in git and in trunk this file has been removed. - m4macros/gtk-doc.m4 | 74 + m4macros/gtk-doc.m4 | 74 ++++++++++++++++++++++++++++---------------------- 1 files changed, 41 insertions(+), 33 deletions(-) commit c36bafdd7a32cdb1fea211295ffa1f8d0e8743ec Author: Michael Natterer -Date: Tue Jun 22 20:07:50 2010 +0200 +Date: Tue Jun 22 20:07:50 2010 +0200 Bug 612618 - Font selection remains visible @@ -969,7 +2365,7 @@ commit ed1cb47428398bcdec51e088afa142ee8711641a Author: Michael Natterer -Date: Sun Jun 20 23:53:43 2010 +0200 +Date: Sun Jun 20 23:53:43 2010 +0200 Bug 622234 - gimp.desktop: image/x-psd in MimeTypes twice @@ -981,7 +2377,7 @@ commit effc864b3b23195c0cf2bd9bf53cb568204a5910 Author: Sven Neumann -Date: Sun Jun 20 18:37:53 2010 +0200 +Date: Sun Jun 20 18:37:53 2010 +0200 Bug 622196 - Unportable test(1) construct in configure script @@ -993,7 +2389,7 @@ commit 552158a7a7eb008637545f31da4753ac584d00b4 Author: Marco Ciampa -Date: Tue Jun 15 00:40:42 2010 +0200 +Date: Tue Jun 15 00:40:42 2010 +0200 Updated italian translation. @@ -1002,17 +2398,17 @@ commit f08ed1ae72b808c27587271a8aa727f8f0f6d686 Author: Ulf-D. Ehlert -Date: Sun Jun 13 18:47:11 2010 +0200 +Date: Sun Jun 13 18:47:11 2010 +0200 po: Minor fixes to German translations - po-plug-ins/de.po | 7 ++++--- - po/de.po | 6 +++--- + po-plug-ins/de.po | 7 ++++--- + po/de.po | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) commit 1c91f68f39c43906eeba9d582aff3214e2d4fea0 Author: Marco Ciampa -Date: Fri Jun 11 01:41:09 2010 +0200 +Date: Fri Jun 11 01:41:09 2010 +0200 Little fix to a main menu hotkey. @@ -1021,7 +2417,7 @@ commit 1cb13d2c7ce02cdc3e3c90d432f1df222fc5ad4f Author: Xandru Armesto -Date: Sun Jun 6 17:20:29 2010 +0200 +Date: Sun Jun 6 17:20:29 2010 +0200 Updated asturian translation @@ -1031,7 +2427,7 @@ commit f18c43a1f8f02c0f51b8b32aa28647123cf52447 Author: Xandru Armesto -Date: Sun Jun 6 17:20:23 2010 +0200 +Date: Sun Jun 6 17:20:23 2010 +0200 Updated asturian translation @@ -1041,7 +2437,7 @@ commit 3e677bbd0dc36b1dd23ace9b14219e4c6a28cc5d Author: Xandru Armesto -Date: Sun Jun 6 17:20:11 2010 +0200 +Date: Sun Jun 6 17:20:11 2010 +0200 Updated asturian translation @@ -1051,16 +2447,16 @@ commit b5b2708f353e001e5fece70b58fbc73f103b97c1 Author: Xandru Armesto -Date: Sun Jun 6 17:19:16 2010 +0200 +Date: Sun Jun 6 17:19:16 2010 +0200 Added asturian language - po/LINGUAS | 1 + + po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 60a72a7fa2e3b6915e52aeab6f87a633d1cbb4d6 Author: Xandru Armesto -Date: Sun Jun 6 17:19:08 2010 +0200 +Date: Sun Jun 6 17:19:08 2010 +0200 Added asturian language @@ -1069,25 +2465,25 @@ commit 8e99d9a7470629cbf54aff1a767e5e3db95cc3bd Author: Xandru Armesto -Date: Sun Jun 6 17:18:57 2010 +0200 +Date: Sun Jun 6 17:18:57 2010 +0200 Added asturian language - po-plug-ins/LINGUAS | 1 + + po-plug-ins/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f0e5143339949511df3b1940ef6a71214d710e70 Author: Xandru Armesto -Date: Sun Jun 6 17:18:45 2010 +0200 +Date: Sun Jun 6 17:18:45 2010 +0200 Added asturian language - po-libgimp/LINGUAS | 1 + + po-libgimp/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b7e9fc1b473a397dc1ebd92fce47370779d6d116 Author: Xandru Armesto -Date: Sun Jun 6 17:16:58 2010 +0200 +Date: Sun Jun 6 17:16:58 2010 +0200 Updated asturian translation @@ -1095,7 +2491,7 @@ commit e1578b4730f9b3614f060f17947949b31c47b488 Author: Xandru Armesto -Date: Sun Jun 6 17:14:38 2010 +0200 +Date: Sun Jun 6 17:14:38 2010 +0200 Updated asturian translation @@ -1105,7 +2501,7 @@ commit 9f98dedd45fa4ddc1d58519b043fcf3ea4eae04a Author: Michael Natterer -Date: Sat Jun 5 19:26:06 2010 +0200 +Date: Sat Jun 5 19:26:06 2010 +0200 Bug 620604 - Description of "histogram" procedure is slightly inaccurate @@ -1134,26 +2530,26 @@ mentioned in the bug report. (cherry picked from commit 9dd373d86e71ac69301e4cbfaaeb4bee0eb5be6a) - app/pdb/color-cmds.c | 4 ++-- - tools/pdbgen/app.pl | 42 ++++++++++++++++++++++++++++++++++++------ - tools/pdbgen/pdb.pl | 16 +--------------- + app/pdb/color-cmds.c | 4 ++-- + tools/pdbgen/app.pl | 42 ++++++++++++++++++++++++++++++++++++------ + tools/pdbgen/pdb.pl | 16 +--------------- tools/pdbgen/pdbgen.pl | 4 ++-- 4 files changed, 41 insertions(+), 25 deletions(-) commit d3adca9f8a4d4f92392359d5d53f6604340f9d75 Author: Ulf-D. Ehlert -Date: Wed Jun 2 14:01:37 2010 +0200 +Date: Wed Jun 2 14:01:37 2010 +0200 po: Minor fixes to German translations - po-plug-ins/de.po | 47 +++++++++++++++++++++++++++++------------------ - po-script-fu/de.po | 11 +++++++---- - po/de.po | 6 +++--- + po-plug-ins/de.po | 47 +++++++++++++++++++++++++++++------------------ + po-script-fu/de.po | 11 +++++++---- + po/de.po | 6 +++--- 3 files changed, 39 insertions(+), 25 deletions(-) commit 8d93ae092bf4181964a049d4e3d70351be299844 Author: Kevin Cozens -Date: Tue Jun 1 17:10:57 2010 -0400 +Date: Tue Jun 1 17:10:57 2010 -0400 Fixed issue with list length mentioned in comment 18 of bug #499443. @@ -1168,54 +2564,54 @@ commit 47d0eb7d01d3b8190458cab2fbe1ec05adb89f4d Author: Marco Ciampa -Date: Mon May 10 08:48:19 2010 +0200 +Date: Mon May 10 08:48:19 2010 +0200 Little fix in italian translation. - po-plug-ins/it.po | 8 ++++---- + po-plug-ins/it.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 8460f23d351d733b03ab0824d8f1d12d93536b49 Author: Nishibori Kiyotaka -Date: Tue May 4 13:32:18 2010 +0900 +Date: Tue May 4 13:32:18 2010 +0900 Updated Japanese translation. - po-script-fu/ja.po | 26 +++++++++++++------------- + po-script-fu/ja.po | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit c4da35c8918c6b754142a39b7dc387aa989b976c Author: Marco Ciampa -Date: Sun May 2 02:11:19 2010 +0200 +Date: Sun May 2 02:11:19 2010 +0200 Updated italian translation. - po-script-fu/it.po | 4 ++-- + po-script-fu/it.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a11a20fa913ecd867806e36482a885e84c06afd2 Author: Ulf-D. Ehlert -Date: Tue Apr 27 14:33:51 2010 +0200 +Date: Tue Apr 27 14:33:51 2010 +0200 po: Fix German translation (cherry picked from commit 9eac51989a49c0b03993bee8d46ef7763152902f) - po-plug-ins/de.po | 4 +++- - po-script-fu/de.po | 4 +++- + po-plug-ins/de.po | 4 +++- + po-script-fu/de.po | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) commit 69cde30cca3093ab125cd4267922ac0763b0ee05 Author: Marco Ciampa -Date: Fri Apr 23 12:43:04 2010 +0200 +Date: Fri Apr 23 12:43:04 2010 +0200 Little fix in italian translatio. - po-script-fu/it.po | 6 +++--- + po-script-fu/it.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 713a98da3dc485eed6e0524e0ff6ded4cf244da5 Author: Michael Natterer -Date: Sun Apr 18 12:47:18 2010 +0200 +Date: Sun Apr 18 12:47:18 2010 +0200 Bug 541586 - Tool options not saved/loaded correctly? @@ -1230,29 +2626,29 @@ commit b17d09f095641cf0749583d3da5e65bfc7ec3d1a Author: Marco Ciampa -Date: Wed Apr 14 18:06:39 2010 +0200 +Date: Wed Apr 14 18:06:39 2010 +0200 Updated italian translation - po-plug-ins/it.po | 22 ++++++------ - po-script-fu/it.po | 10 +++--- - po/it.po | 87 + po-plug-ins/it.po | 22 ++++++------ + po-script-fu/it.po | 10 +++--- + po/it.po | 87 ++++++++++++++++++++++++++------------------------- 3 files changed, 60 insertions(+), 59 deletions(-) commit 57588a79abaec08312f160c558f62d034d3efa2a Author: Maxim V. Dziumanenko -Date: Sat Apr 3 16:40:35 2010 +0300 +Date: Sat Apr 3 16:40:35 2010 +0300 Updated Ukrainian translation - po-plug-ins/uk.po |12560 + po-plug-ins/uk.po |17618 +++++++++++++++++++++++++++-------------------------- - 1 files changed, 6404 insertions(+), 6156 deletions(-) + 1 files changed, 8933 insertions(+), 8685 deletions(-) commit 6161db1b2310570da589856f3fb84fc63046bb81 Author: Maxim V. Dziumanenko -Date: Sat Apr 3 01:38:06 2010 +0300 +Date: Sat Apr 3 01:38:06 2010 +0300 Updated Ukrainian translation @@ -1262,17 +2658,17 @@ commit 5900f94791262c19ab1d11ed5f88dd74c27440a1 Author: Maxim V. Dziumanenko -Date: Sat Apr 3 01:37:55 2010 +0300 +Date: Sat Apr 3 01:37:55 2010 +0300 Updated Ukrainian translation - po/uk.po | 5159 + po/uk.po | 5167 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 2936 insertions(+), 2223 deletions(-) + 1 files changed, 2940 insertions(+), 2227 deletions(-) commit b4ea2a263549369e2cf1cf70622e2a9d5b742719 Author: Maxim V. Dziumanenko -Date: Fri Apr 2 18:11:19 2010 +0300 +Date: Fri Apr 2 18:11:19 2010 +0300 Updated Ukrainian translation @@ -1282,7 +2678,7 @@ commit 2f101d78e32601bbdc25546737c6671c5531ffd8 Author: Maxim V. Dziumanenko -Date: Fri Apr 2 18:09:44 2010 +0300 +Date: Fri Apr 2 18:09:44 2010 +0300 Updated Ukrainian translation @@ -1292,7 +2688,7 @@ commit fb4349533303957344bbaa11ba51093ca271bbb2 Author: Maxim V. Dziumanenko -Date: Fri Apr 2 18:05:15 2010 +0300 +Date: Fri Apr 2 18:05:15 2010 +0300 Updated Ukrainian translation @@ -1302,51 +2698,51 @@ commit 8c07af31c0c48733d933d43ecd3117a4b63eb5c6 Author: Pau Iranzo -Date: Wed Mar 31 10:00:41 2010 +0200 +Date: Wed Mar 31 10:00:41 2010 +0200 Updated Catalan (Valencian) translation - po-plug-ins/ca@valencia.po |12483 - +++++++++++++++++++++++--------------------- - 1 files changed, 6394 insertions(+), 6089 deletions(-) + po-plug-ins/ca@valencia.po |15849 + ++++++++++++++++++++++---------------------- + 1 files changed, 8077 insertions(+), 7772 deletions(-) commit 996b8fe29a739a04f05cdd8dccf94e1d876f3a46 Author: Pau Iranzo -Date: Tue Mar 30 19:50:39 2010 +0200 +Date: Tue Mar 30 19:50:39 2010 +0200 Updated Catalan (Valencian) translation - po-libgimp/ca@valencia.po | 549 +++--- - po-python/ca@valencia.po | 143 +- - po-script-fu/ca@valencia.po | 431 ++--- - po-tips/ca@valencia.po | 116 +- - po/ca@valencia.po | 4659 + po-libgimp/ca@valencia.po | 549 +++--- + po-python/ca@valencia.po | 143 +- + po-script-fu/ca@valencia.po | 431 ++--- + po-tips/ca@valencia.po | 116 +- + po/ca@valencia.po | 4659 +++++++++++++++++++++++-------------------- 5 files changed, 3005 insertions(+), 2893 deletions(-) commit 71fb5c4e18569f122547306550d22493a74a3baf Author: David Planella -Date: Tue Mar 30 18:54:51 2010 +0200 +Date: Tue Mar 30 18:54:51 2010 +0200 Updated Catalan translation po-plug-ins/ca.po | 977 ++++++++++++++++++++++++++++------------------------- - po/ca.po | 829 +++++++++++++++++++++++---------------------- + po/ca.po | 829 +++++++++++++++++++++++---------------------- 2 files changed, 935 insertions(+), 871 deletions(-) commit d9687271c48c69787dfdb56999b0ee56d9c72821 Author: Inaki Larranaga Murgoitio -Date: Mon Mar 29 18:52:02 2010 +0200 +Date: Mon Mar 29 18:52:02 2010 +0200 Updated Basque language - po-script-fu/eu.po | 46 +++++++++++++++++++++++----------------------- + po-script-fu/eu.po | 46 +++++++++++++++++++++++----------------------- 1 files changed, 23 insertions(+), 23 deletions(-) commit ddabb59e945b5654d7f291ded6f0242b2b8a25ff Author: Inaki Larranaga Murgoitio -Date: Mon Mar 29 18:43:12 2010 +0200 +Date: Mon Mar 29 18:43:12 2010 +0200 Updated Basque language @@ -1356,7 +2752,7 @@ commit e9b36d3d0a1511949afd0f73e3701927ce96e4f8 Author: Inaki Larranaga Murgoitio -Date: Mon Mar 29 18:23:32 2010 +0200 +Date: Mon Mar 29 18:23:32 2010 +0200 Updated Basque language @@ -1365,7 +2761,7 @@ commit 856f28c6e52e55cedcfd73d3830c2abcea9cbc47 Author: Inaki Larranaga Murgoitio -Date: Mon Mar 29 18:18:32 2010 +0200 +Date: Mon Mar 29 18:18:32 2010 +0200 Updated Basque language @@ -1375,7 +2771,7 @@ commit e73c9deefe14a4e0db308cadf55dd6c099023fc8 Author: Inaki Larranaga Murgoitio -Date: Mon Mar 29 18:14:15 2010 +0200 +Date: Mon Mar 29 18:14:15 2010 +0200 Updated Basque language @@ -1385,31 +2781,31 @@ commit 21812c57ce2299ba561870113f4bcb8785e4b817 Author: Sven Neumann -Date: Sun Mar 28 12:34:38 2010 +0200 +Date: Sun Mar 28 12:34:38 2010 +0200 Bug 614153 - Importing PDF files with long titles Ellipsize the title label. (cherry picked from commit b55591ca04cf5ae3376fb204cb7b397f7deb7fd9) - plug-ins/common/file-pdf.c | 1 + + plug-ins/common/file-pdf.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 501c4f65f08c111df0654cb887d95c2c06e82710 Author: Nils Philippsen -Date: Wed Mar 24 18:08:01 2010 +0100 +Date: Wed Mar 24 18:08:01 2010 +0100 backport statusbar code needed for GTK+ >= 2.19.1 Use the hbox that is provided via gtk_statusbar_get_message_area() since GTK+ 2.19.1. - app/display/gimpstatusbar.c | 32 +++++++++++++++++++++++++------- + app/display/gimpstatusbar.c | 32 +++++++++++++++++++++++++------- 1 files changed, 25 insertions(+), 7 deletions(-) commit f63251c783d0909f787f88a3028ad9744f59bdf4 Author: Russell Kyaw -Date: Thu Mar 18 01:15:52 2010 +0200 +Date: Thu Mar 18 01:15:52 2010 +0200 Updated Burmese translation for GIMP @@ -1419,19 +2815,19 @@ commit d92271418c5c677fd4f48df817a113dac64c9e83 Author: Ulf-D. Ehlert -Date: Wed Mar 17 18:09:00 2010 +0100 +Date: Wed Mar 17 18:09:00 2010 +0100 po: Minor fixes to German translations po-plug-ins/de.po | 19 +++++++++++-------- - po-python/de.po | 2 +- - po-tips/de.po | 7 +++++-- - po/de.po | 19 +++++++++++-------- + po-python/de.po | 2 +- + po-tips/de.po | 7 +++++-- + po/de.po | 19 +++++++++++-------- 4 files changed, 28 insertions(+), 19 deletions(-) commit 72d08f52c0095c543db2088c52c6079848f5b7ff Author: Christian.Kirbach -Date: Wed Mar 17 10:31:29 2010 +0100 +Date: Wed Mar 17 10:31:29 2010 +0100 Updated German translation @@ -1441,7 +2837,7 @@ commit 69f7d88a80263267131a4b4953716c224323e691 Author: Inaki Larranaga -Date: Tue Mar 16 17:56:13 2010 +0100 +Date: Tue Mar 16 17:56:13 2010 +0100 Updated Basque translation @@ -1451,7 +2847,7 @@ commit f395196abee93f8861262409eba9babd469bee6b Author: Matej Urbančič -Date: Mon Mar 15 11:49:13 2010 +0100 +Date: Mon Mar 15 11:49:13 2010 +0100 Updated Slovenian translation @@ -1461,7 +2857,7 @@ commit d74b56e801d01a1c4344ed388640fff8b4079ac8 Author: Matej Urbančič -Date: Mon Mar 15 11:48:24 2010 +0100 +Date: Mon Mar 15 11:48:24 2010 +0100 Updated Slovenian translation @@ -1471,7 +2867,7 @@ commit 20a50f42665184031e1cf47bd46263ff0cf5a8e6 Author: Matej Urbančič -Date: Mon Mar 15 11:32:15 2010 +0100 +Date: Mon Mar 15 11:32:15 2010 +0100 Updated Slovenian translation @@ -1481,7 +2877,7 @@ commit 5c520cf3466a0185e7941f756d339023b0f1e629 Author: Matej Urbančič -Date: Mon Mar 15 11:31:10 2010 +0100 +Date: Mon Mar 15 11:31:10 2010 +0100 Updated Slovenian translation @@ -1491,7 +2887,7 @@ commit da9b8794a80e8694c6ea312362a029c99d4b578c Author: Massimo Valentini -Date: Fri Mar 12 20:58:45 2010 +0100 +Date: Fri Mar 12 20:58:45 2010 +0100 Bug 600112 - blur-gauss-selective.exe crashes @@ -1504,7 +2900,7 @@ commit a67da1e59123519fdf39fbefd53f83c37c49c1da Author: Massimo Valentini -Date: Thu Mar 11 08:42:19 2010 +0100 +Date: Thu Mar 11 08:42:19 2010 +0100 Bug 599233 - Dialog of "Save as BMP" ignores changes which are not made with a mouse @@ -1517,7 +2913,7 @@ commit a9e4044116ee0269a6cb11a00d178bb901796653 Author: Christian.Kirbach -Date: Wed Mar 10 11:16:38 2010 +0100 +Date: Wed Mar 10 11:16:38 2010 +0100 Updated German translation @@ -1527,7 +2923,7 @@ commit eca2cbf210600e7b45219c41835e416c21f79ff3 Author: Nils-Christoph Fiedler -Date: Thu Mar 4 01:15:14 2010 +0100 +Date: Thu Mar 4 01:15:14 2010 +0100 Added LowGerman translation @@ -1537,16 +2933,16 @@ commit 5a004f6b86754fb91a8f9d97de3091a39b2b80bf Author: Nils-Christoph Fiedler -Date: Thu Mar 4 01:15:07 2010 +0100 +Date: Thu Mar 4 01:15:07 2010 +0100 Added LowGerman translation - po/LINGUAS | 1 + + po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 13defe5926251854f58aceef0af23d95936d30d7 Author: Daniel Nylander -Date: Tue Mar 2 18:57:51 2010 +0100 +Date: Tue Mar 2 18:57:51 2010 +0100 Updated Swedish translation @@ -1556,7 +2952,7 @@ commit 6d7b8469fa77a9f2542b059defcffcc81356683b Author: Claude Paroz -Date: Tue Mar 2 18:46:27 2010 +0100 +Date: Tue Mar 2 18:46:27 2010 +0100 Updated French translation @@ -1566,7 +2962,7 @@ commit 18e3c7240bae097b96c50a09876e1e2f5042637b Author: Michael Natterer -Date: Tue Mar 2 15:08:37 2010 +0100 +Date: Tue Mar 2 15:08:37 2010 +0100 Bug 565001 - Text-Tool crashes when edit a 2.4.2 version xcf @@ -1577,7 +2973,7 @@ commit f85cac770b7c617b29d33dc6bd9eed5c3d8877f0 Author: Rudolfs Mazurs -Date: Sat Feb 27 13:16:33 2010 +0200 +Date: Sat Feb 27 13:16:33 2010 +0200 Updated Latvian translation. @@ -1587,17 +2983,17 @@ commit 6db0e83e8946be43b088c42f19467d31ec83b2f3 Author: Rudolfs Mazurs -Date: Sat Feb 27 13:15:13 2010 +0200 +Date: Sat Feb 27 13:15:13 2010 +0200 Updated Latvian translation. - po/lv.po | 9899 + po/lv.po | 9909 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 5189 insertions(+), 4710 deletions(-) + 1 files changed, 5194 insertions(+), 4715 deletions(-) commit ded453fc885bd58e2d2f2d2c15eb14d27d7bc338 Author: Michael Natterer -Date: Sun Feb 21 14:31:15 2010 +0100 +Date: Sun Feb 21 14:31:15 2010 +0100 Bug 565001 - Text-Tool crashes when edit a 2.4.2 version xcf @@ -1610,7 +3006,7 @@ commit d4b7b0d83fe7423ef2979b76c33291f8e8c495e4 Author: Michael Natterer -Date: Fri Feb 19 20:59:25 2010 +0100 +Date: Fri Feb 19 20:59:25 2010 +0100 Bug 610478 - Layer preview suddenly stops getting updated @@ -1621,12 +3017,12 @@ frozen forever. (cherry picked from commit c55753f2ad387ead2edbbfce8cd8f7f3751455b4) - app/paint/gimppaintcore.c | 5 ++++- + app/paint/gimppaintcore.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit ca7517044bbcf5eeb8a5b6241f6346eaf3fc34ed Author: Chao-Hsiung Liao -Date: Fri Feb 19 19:26:57 2010 +0800 +Date: Fri Feb 19 19:26:57 2010 +0800 Added zh_HK to LINGUAS @@ -1637,24 +3033,24 @@ commit fd47c8375f58eecc00fa7b6f675a917fc27eb25f Author: Chao-Hsiung Liao -Date: Fri Feb 19 19:19:13 2010 +0800 +Date: Fri Feb 19 19:19:13 2010 +0800 Updated Traditional Chinese translation (Hong Kong and Taiwan) - po-plug-ins/zh_HK.po |12338 ++++++++++++++++++++++++++++++++++++ - po-plug-ins/zh_TW.po |16555 + po-plug-ins/zh_HK.po |12338 +++++++++++++++++++++++++++++++ + po-plug-ins/zh_TW.po |19127 +++++++++++++++++++++++-------------------------- - po-script-fu/zh_HK.po | 2725 ++++++++ - po-script-fu/zh_TW.po | 3253 +++++------ + po-script-fu/zh_HK.po | 2725 +++++++ + po-script-fu/zh_TW.po | 3263 ++++----- po-tips/zh_HK.po | 216 + po-tips/zh_TW.po | 322 +- - po/zh_HK.po | 88 +- - po/zh_TW.po | 86 +- - 8 files changed, 24813 insertions(+), 10770 deletions(-) + po/zh_HK.po | 88 +- + po/zh_TW.po | 86 +- + 8 files changed, 26104 insertions(+), 12061 deletions(-) commit 387300bce37a74ca296ad0c75ed065bf2cc33e74 Author: Sven Neumann -Date: Fri Feb 12 21:36:22 2010 +0100 +Date: Fri Feb 12 21:36:22 2010 +0100 Revert "Bug 609697 - Spelling error - Plase" @@ -1663,21 +3059,21 @@ This reverts commit 736e6ca1d0e5bddd4c49f62963b15da86b40370a. - app/widgets/gimpuimanager.c | 2 +- + app/widgets/gimpuimanager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 736e6ca1d0e5bddd4c49f62963b15da86b40370a Author: Martin Nordholts -Date: Fri Feb 12 07:40:27 2010 +0100 +Date: Fri Feb 12 07:40:27 2010 +0100 Bug 609697 - Spelling error - Plase - app/widgets/gimpuimanager.c | 2 +- + app/widgets/gimpuimanager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cb41897d21161687c7003d021ddcd4218e57609a Author: Michael Natterer -Date: Wed Feb 10 19:37:46 2010 +0100 +Date: Wed Feb 10 19:37:46 2010 +0100 Bug 609026 - leaks shared memory @@ -1693,19 +3089,19 @@ commit 5f50e1be7b19f75b216f209c862f03b7ca4b69f9 Author: Cristian Secară -Date: Wed Feb 10 20:08:04 2010 +0200 +Date: Wed Feb 10 20:08:04 2010 +0200 Updated Romanian translations - po-plug-ins/ro.po | 5 +- - po-tips/ro.po | 311 + po-plug-ins/ro.po | 5 +- + po-tips/ro.po | 311 ++++++++++++++++++++++++++++++++++++++++++----------- - po/ro.po | 4 +- + po/ro.po | 4 +- 3 files changed, 255 insertions(+), 65 deletions(-) commit 02c395597d6eaa696a17bfe5f3e9b2f7aa7b893d Author: Michael Natterer -Date: Wed Feb 10 12:51:46 2010 +0100 +Date: Wed Feb 10 12:51:46 2010 +0100 Bug 609056 - Exporting to Alias PIX format fails @@ -1713,25 +3109,25 @@ PIX impossible. (cherry picked from commit 034bd0427f17a8a8f594f6901e837a13fc231331) - plug-ins/common/file-pix.c | 2 +- + plug-ins/common/file-pix.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9f86bcbb586e0545ed4cb17ad695e080d0b92d6a Author: Cristian Secară -Date: Mon Feb 8 23:11:11 2010 +0200 +Date: Mon Feb 8 23:11:11 2010 +0200 Updated Romanian translations - po-libgimp/ro.po | 64 +- + po-libgimp/ro.po | 64 +- po-plug-ins/ro.po | 2546 +++++++++++++++++++++++++++++----------------------- po-script-fu/ro.po | 495 ++++++----- - po/ro.po | 776 +++++++++-------- + po/ro.po | 776 +++++++++-------- 4 files changed, 2167 insertions(+), 1714 deletions(-) commit b46970bd08297bfa73a4b6f05477a470eccffe96 Author: Nishibori Kiyotaka -Date: Sun Feb 7 19:08:02 2010 +0900 +Date: Sun Feb 7 19:08:02 2010 +0900 Updated Japanese translation. see @@ -1741,7 +3137,7 @@ commit 99709ed86c8eebcd6b1fab30994a14e8ed77dc50 Author: Marco Ciampa -Date: Sat Feb 6 12:55:53 2010 +0100 +Date: Sat Feb 6 12:55:53 2010 +0100 Updated italian translation @@ -1751,7 +3147,7 @@ commit ca342da60b7bde7e623a611444cc1907c336967b Author: Gabor Kelemen -Date: Sat Feb 6 00:15:28 2010 +0100 +Date: Sat Feb 6 00:15:28 2010 +0100 Hungarian translation updated @@ -1761,7 +3157,7 @@ commit 183e088a4bd25bc79e69f0ff4fa323cf5148e114 Author: Akkana Peck -Date: Thu Feb 4 19:22:14 2010 -0800 +Date: Thu Feb 4 19:22:14 2010 -0800 Fix bug 590418: make chalk script-fu work @@ -1774,7 +3170,7 @@ commit 1def8e273477425791c6ec6f7e0a8c397834e93b Author: Kevin Cozens -Date: Sun Jan 31 17:54:21 2010 -0500 +Date: Sun Jan 31 17:54:21 2010 -0500 Applied patch from Saul Goode which mostly fixes bug #604587 @@ -1788,7 +3184,7 @@ commit cb68d6508d316abcd789212a3a8a906141c86131 Author: Sven Neumann -Date: Sun Jan 31 21:11:11 2010 +0100 +Date: Sun Jan 31 21:11:11 2010 +0100 Bug 608188 - a few strings in Save as... > Raw image data dialog are always in English @@ -1796,12 +3192,12 @@ Add missing call to INIT_18N(). (cherry picked from commit b499d01a71adaf78905433e52b2087dcb55c7c21) - plug-ins/common/file-raw.c | 2 ++ + plug-ins/common/file-raw.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9c135ab33361aa04182735ef0d16e37074caaf32 Author: Michael Natterer -Date: Sun Jan 31 17:34:48 2010 +0100 +Date: Sun Jan 31 17:34:48 2010 +0100 Bug 604820 - GEGL Operation "path" crashes GIMP @@ -1812,7 +3208,7 @@ commit 353ef2037dfbcda8aec8507f8aa7ce5619d3fed0 Author: Michael Natterer -Date: Sun Jan 31 17:19:51 2010 +0100 +Date: Sun Jan 31 17:19:51 2010 +0100 Bug 603711 - Crashes when using path tool @@ -1826,7 +3222,7 @@ commit b22eb0a8271a99257fe214cbf0adda29cf9a39dd Author: Michael Natterer -Date: Sun Jan 31 12:28:02 2010 +0100 +Date: Sun Jan 31 12:28:02 2010 +0100 Bug 607242 - GIMP 2.7.0 fails to build against libpng 1.4.0 @@ -1840,7 +3236,7 @@ commit 3572522f0317ca2f644a5b85f6c76d2b7b519000 Author: Russell Kyaw -Date: Fri Jan 29 18:43:04 2010 +0200 +Date: Fri Jan 29 18:43:04 2010 +0200 Added Burmese (Myanmar) translation @@ -1853,15 +3249,15 @@ po-script-fu/LINGUAS | 1 + po-script-fu/my.po | 2804 ++++++++++ po-tips/LINGUAS | 1 + - po-tips/my.po | 311 ++ - po/LINGUAS | 1 + - po/my.po |14588 + po-tips/my.po | 311 ++ + po/LINGUAS | 1 + + po/my.po |14588 ++++++++++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 32740 insertions(+), 0 deletions(-) commit a5f25708524f433f2b0f02dc72510dcb20aa9669 Author: Petr Kovar -Date: Sun Jan 17 22:02:19 2010 +0100 +Date: Sun Jan 17 22:02:19 2010 +0100 Updated Czech translation by Marek Cernocky @@ -1872,19 +3268,19 @@ commit 26b185c31ebddb1a9c3a30eb6b60a15a5e3ed854 Author: Sven Neumann -Date: Sat Jan 9 12:12:12 2010 +0100 +Date: Sat Jan 9 12:12:12 2010 +0100 Bug 606372 - Saving to .ppm fails on indexed colorspace Don't change the pointer to the colormap and then attempt to free it. (cherry picked from commit b883d59411dfde28fb0704fa2790e602999f7f6f) - plug-ins/common/file-pnm.c | 11 ++++++----- + plug-ins/common/file-pnm.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 936b093438ef2258317279b70b511ab4cb67d676 Author: Petr Kovar -Date: Mon Jan 4 20:48:55 2010 +0100 +Date: Mon Jan 4 20:48:55 2010 +0100 Updated Czech translation by Marek Cernocky @@ -1894,7 +3290,7 @@ commit 0a7807b3060c7f573d39e67d0780546b67d52e85 Author: Sven Neumann -Date: Sun Jan 3 00:51:47 2010 +0100 +Date: Sun Jan 3 00:51:47 2010 +0100 docs: remove use of undefined macro in man pages (cherry picked from commit b6f322d8fce8f4e985b1af8806d7700df621372a) @@ -1906,7 +3302,7 @@ commit c76fd3d443fb69b771781cfff05e590f64fda81f Author: Michael Natterer -Date: Sat Dec 26 14:10:31 2009 +0100 +Date: Sat Dec 26 14:10:31 2009 +0100 app: fix mapping for CURVE_BLUE (use the blue, not the green curve) (cherry picked from commit 105b7c5afaa851461276d3c92c6fe50fffc17515) @@ -1916,7 +3312,7 @@ commit 6ca5f30637024d56d11105c1ac0d1637592c2219 Author: Sven Neumann -Date: Wed Dec 23 23:56:45 2009 +0100 +Date: Wed Dec 23 23:56:45 2009 +0100 Bug 605237 - the "Antialiasing..." message in the progress bar does not show translated @@ -1924,12 +3320,12 @@ Add missing call to INIT_I18N(). (cherry picked from commit e8ff034ab5d1556d93125ab59eec037691c28b3a) - plug-ins/common/antialias.c | 2 ++ + plug-ins/common/antialias.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 1fa837242c1180472c17434b039286f2f017d58b Author: Lucian Grijincu -Date: Sat Dec 19 19:01:40 2009 +0200 +Date: Sat Dec 19 19:01:40 2009 +0200 Updated Romanian translation @@ -1939,7 +3335,7 @@ commit 7ea76a515df94ff00d000bc3b38aab665bdef581 Author: Marco Ciampa -Date: Sat Dec 19 13:41:30 2009 +0100 +Date: Sat Dec 19 13:41:30 2009 +0100 Updated italian translation. @@ -1948,16 +3344,16 @@ commit a569d60d89de2f9f7fbfd3084cd4b8f466ba9d9e Author: Massimo Valentini -Date: Mon Dec 14 20:32:42 2009 +0100 +Date: Mon Dec 14 20:32:42 2009 +0100 initialize all fields of GimpCoords - app/text/gimptext-vectors.c | 11 +++++------ + app/text/gimptext-vectors.c | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit 0c678d0e7aab2ac029a4e95dd191100741a1b9bb Author: Sven Neumann -Date: Mon Dec 14 19:32:01 2009 +0100 +Date: Mon Dec 14 19:32:01 2009 +0100 bumped version to 2.6.9 (interface age 9) @@ -1966,7 +3362,7 @@ commit b2779443b948fe61cd10faafe0dee7c998ac12eb Author: Sven Neumann -Date: Thu Dec 10 22:15:56 2009 +0100 +Date: Thu Dec 10 22:15:56 2009 +0100 correct gimp_interface_age @@ -1975,7 +3371,7 @@ commit 86f299bacd80cceb91023a124cd78c255853443f Author: Michael Natterer -Date: Mon Dec 14 14:19:10 2009 +0100 +Date: Mon Dec 14 14:19:10 2009 +0100 Bug 604508 - gimp-layer-new-from-visible should work from updated projection @@ -1986,43 +3382,43 @@ 335597ce7d92c22e9ecb90c21176b6b43dae5459) app/actions/layers-commands.c | 3 +++ - app/pdb/layer-cmds.c | 3 +++ + app/pdb/layer-cmds.c | 3 +++ tools/pdbgen/pdb/layer.pdb | 3 +++ 3 files changed, 9 insertions(+), 0 deletions(-) commit 9dc470896e26e2902aef6236d14acf903d99391a Author: 神州散人 -Date: Mon Dec 14 11:36:34 2009 +0800 +Date: Mon Dec 14 11:36:34 2009 +0800 Updated Simplified Chinese translation. po-libgimp/zh_CN.po | 27 +- po-plug-ins/zh_CN.po | 332 +++++++------------- - po/zh_CN.po | 836 + po/zh_CN.po | 836 +------------------------------------------------ 3 files changed, 150 insertions(+), 1045 deletions(-) commit bfba5fcbb1a88774c3637ac97188dbe59fbab825 Author: David Planella -Date: Thu Dec 10 22:19:25 2009 +0100 +Date: Thu Dec 10 22:19:25 2009 +0100 Fixed some typos in Catalan - po-plug-ins/ca.po | 4 ++-- + po-plug-ins/ca.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9285ca219cd9cbd3b8e9f6ad804d840209ed2c82 Author: David Planella -Date: Thu Dec 10 22:18:02 2009 +0100 +Date: Thu Dec 10 22:18:02 2009 +0100 Fixed some typos in Catalan - po-script-fu/ca.po | 6 +++--- + po-script-fu/ca.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit c54b53da5589a0eadf5fd2c8d95bf9d01ad77d34 Author: Nils Philippsen -Date: Wed Dec 9 17:11:21 2009 +0100 +Date: Wed Dec 9 17:11:21 2009 +0100 SGI: allocate memory more consistently @@ -2035,7 +3431,7 @@ commit b428adfa9f24eceba2066f656f495b68480f6101 Author: Simon Budig -Date: Wed Dec 9 16:05:05 2009 +0100 +Date: Wed Dec 9 16:05:05 2009 +0100 SGI: fix out of bounds writes @@ -2045,12 +3441,12 @@ data. (cherry picked from commit 4d9724f2f67bca4005ca50c22afccd7bf30cc2e8) - plug-ins/file-sgi/sgi-lib.c | 4 ++-- + plug-ins/file-sgi/sgi-lib.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 88dfad9dc8bd9a20b46b1c3824634c969ef43986 Author: Nils Philippsen -Date: Mon Dec 7 16:21:44 2009 +0100 +Date: Mon Dec 7 16:21:44 2009 +0100 SGI: cast allocation calculations @@ -2065,7 +3461,7 @@ commit 611bad86d2c05743c67c5066fb3eb5bb89b12b50 Author: Nils Philippsen -Date: Wed Dec 9 15:43:28 2009 +0100 +Date: Wed Dec 9 15:43:28 2009 +0100 SGI: sanitize input data @@ -2077,7 +3473,7 @@ commit aee2bc35febf336d6b9ddba0c0a9d2883be8fd21 Author: Nils Philippsen -Date: Tue Dec 8 17:44:54 2009 +0100 +Date: Tue Dec 8 17:44:54 2009 +0100 PAT: sanitize input data @@ -2086,12 +3482,12 @@ are no allocation overflows. (cherry picked from commit 5aa82f3b6d55280012efc6973c799a46b2ad5d75) - plug-ins/common/file-pat.c | 15 +++++++++++++++ + plug-ins/common/file-pat.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit aecccbc62cdb0e0a287502fbf34b98e2371b69b4 Author: Nils Philippsen -Date: Tue Dec 8 16:36:10 2009 +0100 +Date: Tue Dec 8 16:36:10 2009 +0100 GBR: more input data sanitation @@ -2099,12 +3495,12 @@ valid values of bh.bytes. (cherry picked from commit b053021a2938d5967edfc966470bfac9257fc03a) - plug-ins/common/file-gbr.c | 5 ++++- + plug-ins/common/file-gbr.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 343651e87f8a4227b02a34fbff4188b519417de5 Author: Nils Philippsen -Date: Fri Dec 4 11:17:21 2009 +0100 +Date: Fri Dec 4 11:17:21 2009 +0100 GBR: sanitize input data @@ -2112,36 +3508,36 @@ overflows. (cherry picked from commit 869dcd7be1c1ec991256ba079f670574f1e57b90) - plug-ins/common/file-gbr.c | 14 +++++++++++++- + plug-ins/common/file-gbr.c | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) commit aaf0dfe5306f8a6bf66c927fa6c5148d9ce53c36 Author: Nils Philippsen -Date: Wed Dec 2 15:12:17 2009 +0100 +Date: Wed Dec 2 15:12:17 2009 +0100 PCX: Avoid allocation overflows. Multiplying gint values may overflow unless cast into a larger type. (cherry picked from commit a9671395f6573e90316a9d748588c5435216f6ce) - plug-ins/common/file-pcx.c | 8 ++++---- + plug-ins/common/file-pcx.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 5bc9aaf753eae6999fb1497e6dd19e586016e193 Author: Nils Philippsen -Date: Tue Dec 1 15:31:52 2009 +0100 +Date: Tue Dec 1 15:31:52 2009 +0100 PCX: sanitize input data Harden PCX plugin against bad width, height. (cherry picked from commit ed7f48be05d233607460ce331a5c07ebfa5830fa) - plug-ins/common/file-pcx.c | 7 +++++++ + plug-ins/common/file-pcx.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 864d7cbc655fbbaa6e98780c7b3aa6fbc6f96289 Author: Simon Budig -Date: Wed Dec 9 23:01:21 2009 +0100 +Date: Wed Dec 9 23:01:21 2009 +0100 further NEWS updates @@ -2150,7 +3546,7 @@ commit c2da042234d89caa5689d1d8a97b3c11b1eb0ad9 Author: Simon Budig -Date: Wed Dec 9 22:49:34 2009 +0100 +Date: Wed Dec 9 22:49:34 2009 +0100 Start collecting release info in NEWS @@ -2159,7 +3555,7 @@ commit 46c91ebc2fead486b2b8849bacb7d91085c5aad6 Author: Martin Nordholts -Date: Tue Dec 8 22:27:32 2009 +0100 +Date: Tue Dec 8 22:27:32 2009 +0100 Bug 604078 - Crash when pressing Backspace with Free Select Tool @@ -2177,7 +3573,7 @@ commit df956417c42747f9512089e8faa084e74b6d0fa4 Author: Alexandre Prokoudine -Date: Wed Dec 2 05:07:47 2009 +0300 +Date: Wed Dec 2 05:07:47 2009 +0300 Updated Russian translation for 2.6 @@ -2187,7 +3583,7 @@ commit ba14f4d7b5679b2835046f0e572557497cb0af33 Author: Marco Ciampa -Date: Mon Nov 30 12:20:59 2009 +0100 +Date: Mon Nov 30 12:20:59 2009 +0100 Small fix in italian translation @@ -2196,7 +3592,7 @@ commit 0403a4c33b16dad25568d50603d3487879d90e00 Author: Marco Ciampa -Date: Thu Aug 20 23:03:01 2009 +0200 +Date: Thu Aug 20 23:03:01 2009 +0200 Small fix in italian translation @@ -2206,7 +3602,7 @@ commit acc37a4e5d08c0f97920cd1b6bd757f126cafb45 Author: Michael Natterer -Date: Tue Nov 24 14:49:17 2009 +0100 +Date: Tue Nov 24 14:49:17 2009 +0100 Bug 602761 - plug-in-grid: Parameters Horizontal/Vertical Spacing and Horizontal/Vertical Offset are reversed @@ -2228,7 +3624,7 @@ commit 88eccea84aa375197cc04a2a0e2e29debb56bfa5 Author: Simon Budig -Date: Tue Nov 17 00:41:39 2009 +0100 +Date: Tue Nov 17 00:41:39 2009 +0100 Harden the PSD plugin against integer overflows. @@ -2243,7 +3639,7 @@ commit 687ec47914ec08d6e460918cb641c196d80140a3 Author: Simon Budig -Date: Tue Nov 17 01:12:19 2009 +0100 +Date: Tue Nov 17 01:12:19 2009 +0100 Fix the PSD structs to use signed ints for bounding box coordinates. (cherry picked from commit 0e440cb6d4d6ee029667363d244aff61b154c33c) @@ -2254,7 +3650,7 @@ commit 153ae579f7e7508d7a5b95bd569e91890f6b666e Author: Nils Philippsen -Date: Mon Nov 16 18:16:38 2009 +0100 +Date: Mon Nov 16 18:16:38 2009 +0100 Ensure valid bit depths when reading BMP files. (cherry picked from commit 16e6a37687bb4b9748c5a5d166d90f5d5bd2e9f3) @@ -2264,7 +3660,7 @@ commit 6e8ff603a2ee6a0940373723d1f075930dfd3ce0 Author: Nils Philippsen -Date: Mon Nov 16 17:16:09 2009 +0100 +Date: Mon Nov 16 17:16:09 2009 +0100 Use more defensive coding in plausibility check. @@ -2278,7 +3674,7 @@ commit 0214e1ff271a5310731de81d00450a92d9bf0fcd Author: Nils Philippsen -Date: Mon Nov 16 17:15:32 2009 +0100 +Date: Mon Nov 16 17:15:32 2009 +0100 Make plausibility check easier to understand. @@ -2291,7 +3687,7 @@ commit f05ea433536399963fb493c30f27c928259a21d8 Author: Sven Neumann -Date: Sat Nov 14 16:50:42 2009 +0100 +Date: Sat Nov 14 16:50:42 2009 +0100 Bug 601891 - gimp_image_get_selection returns None @@ -2305,7 +3701,7 @@ commit df2b0aca2e7cdb95ebfd3454c65aaba0a83e9bbe Author: Simon Budig -Date: Tue Nov 10 00:08:59 2009 +0100 +Date: Tue Nov 10 00:08:59 2009 +0100 Harden the BMP plugin against integer overflows. @@ -2318,7 +3714,7 @@ commit b8c28ab2b4b96c57f25bba0489de7655f685a012 Author: Michael Natterer -Date: Sun Nov 8 14:22:26 2009 +0100 +Date: Sun Nov 8 14:22:26 2009 +0100 Bug 593848 - FG color changed to black when FG-BG Editor tab created @@ -2330,12 +3726,12 @@ result back on GIMP either. (cherry picked from commit 659cf3743e3c48e18a08ba41c83c7ef77c841410) - modules/color-selector-cmyk-lcms.c | 25 ++++++++++++++++++++----- + modules/color-selector-cmyk-lcms.c | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) commit e22c3aaf4cd5aafbaee1cb2ef4988a8fc6a16f14 Author: Petr Kovar -Date: Wed Nov 4 21:28:29 2009 +0100 +Date: Wed Nov 4 21:28:29 2009 +0100 Updated Czech translation by Marek Cernocky @@ -2345,7 +3741,7 @@ commit 177a6f376dd6935f080fc2e3d218d4a4f7550cc8 Author: Marek Černocký -Date: Sat Oct 31 16:58:26 2009 +0100 +Date: Sat Oct 31 16:58:26 2009 +0100 Update Czech translation @@ -2355,7 +3751,7 @@ commit 4dfe94ace60acdfc88d6c36c398b0b0152d8f206 Author: Michael Natterer -Date: Tue Oct 27 18:52:47 2009 +0100 +Date: Tue Oct 27 18:52:47 2009 +0100 Bug 599765 - F1 key on gimp-tool-align in menu have wrong link and it open gimp-tool-move @@ -2363,13 +3759,13 @@ Add help ID "gimp-tool-align" and use it for the align tool. (cherry picked from commit 398607ee94c11acad4676a7003d8914804d24156) - app/tools/gimpaligntool.c | 2 +- - app/widgets/gimphelp-ids.h | 1 + + app/tools/gimpaligntool.c | 2 +- + app/widgets/gimphelp-ids.h | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit 3b985d2c2ba8e1eaa7714788e1f8386629d1de66 Author: Tournaris Pavlos -Date: Tue Oct 20 14:41:36 2009 +0300 +Date: Tue Oct 20 14:41:36 2009 +0300 Updated Greek po-python translation @@ -2379,7 +3775,7 @@ commit 295a32bcc0de96e4837814bfa540795a6579d0ab Author: Vasilis Kontogiannis -Date: Tue Oct 20 14:37:52 2009 +0300 +Date: Tue Oct 20 14:37:52 2009 +0300 Updated Greek libgimp translation @@ -2389,32 +3785,32 @@ commit d37ad2af45e0feba58c12ea9ed041d02fcb4df18 Author: Vasilis Kontogiannis -Date: Tue Oct 20 14:36:10 2009 +0300 +Date: Tue Oct 20 14:36:10 2009 +0300 Updated Greek script-fu translation - po-script-fu/el.po | 3297 + po-script-fu/el.po | 3299 ++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1886 insertions(+), 1411 deletions(-) + 1 files changed, 1887 insertions(+), 1412 deletions(-) commit 36549276aecff97c0124efd5e8462aaccf51c009 Author: Bruce Cowan -Date: Sat Oct 17 23:09:00 2009 +0100 +Date: Sat Oct 17 23:09:00 2009 +0100 Updated British English translation - po-libgimp/en_GB.po | 515 ++- - po-plug-ins/en_GB.po |11906 + po-libgimp/en_GB.po | 515 +- + po-plug-ins/en_GB.po |15176 +++++++++++++++++++++++++------------------------ po-python/en_GB.po | 140 +- po-script-fu/en_GB.po | 379 +- po-tips/en_GB.po | 117 +- - po/en_GB.po | 4171 ++++++++++-------- - 6 files changed, 9003 insertions(+), 8225 deletions(-) + po/en_GB.po | 4171 ++++++++------ + 6 files changed, 10638 insertions(+), 9860 deletions(-) commit 0799d78db2d13ca9d22152e37bd972d9c9a8653e Author: Sven Neumann -Date: Fri Oct 16 22:06:34 2009 +0200 +Date: Fri Oct 16 22:06:34 2009 +0200 Fix a width/height confusion in the healing tool algorithm @@ -2427,7 +3823,7 @@ commit 35873d22b26e794125718c2ac189289aeee6b4ea Author: Funda Wang -Date: Fri Oct 16 08:52:25 2009 +0800 +Date: Fri Oct 16 08:52:25 2009 +0800 Updated zh_CN translation. @@ -2437,21 +3833,21 @@ commit 2acf42dfe7f720c1909bdf9953e75d79bf338557 Author: Kolbjørn Stuestøl -Date: Mon Oct 12 21:50:43 2009 +0200 +Date: Mon Oct 12 21:50:43 2009 +0200 Updated Norwegian Nynorsk translation - po-libgimp/nn.po | 673 ++-- - po-plug-ins/nn.po |14524 + po-libgimp/nn.po | 673 ++- + po-plug-ins/nn.po |16572 ++++++++++++++++++++++++++-------------------------- - po-python/nn.po | 90 +- + po-python/nn.po | 90 +- po-script-fu/nn.po | 592 +-- - po/nn.po | 5802 +++++++++++---------- - 5 files changed, 10926 insertions(+), 10755 deletions(-) + po/nn.po | 5808 ++++++++++--------- + 5 files changed, 11953 insertions(+), 11782 deletions(-) commit d67177d74438ff5883e97150f2764af5e7b5af1d Author: Massimo Valentini -Date: Mon Oct 12 20:26:42 2009 +0200 +Date: Mon Oct 12 20:26:42 2009 +0200 Bug 470698 - MapObject cannot modify highlight @@ -2460,7 +3856,7 @@ commit 5270f707014701df968a4342acf16a2d1d240a4b Author: Tor Lillqvist -Date: Wed Oct 7 22:31:55 2009 +0300 +Date: Wed Oct 7 22:31:55 2009 +0300 Add missing NULL to g_strconcat() call @@ -2469,37 +3865,37 @@ commit 507521fc23d56709fd758145da654c0fd3b0ed42 Author: Nishibori Kiyotaka -Date: Sat Oct 3 21:48:11 2009 +0900 +Date: Sat Oct 3 21:48:11 2009 +0900 Updated Japanese translation - po-libgimp/ja.po | 31 +- + po-libgimp/ja.po | 31 +- po-plug-ins/ja.po | 3283 +++++++++++++++++++++++++++++++++++++--------------- - po-python/ja.po | 49 +- - po-script-fu/ja.po | 41 +- - po-tips/ja.po | 17 +- - po/ja.po | 628 +++++----- + po-python/ja.po | 49 +- + po-script-fu/ja.po | 41 +- + po-tips/ja.po | 17 +- + po/ja.po | 628 +++++----- 6 files changed, 2738 insertions(+), 1311 deletions(-) commit a2e48eeda198d6a485669efbdd6d663c2bed70b8 Author: Cristian Secară -Date: Mon Sep 28 23:10:53 2009 +0300 +Date: Mon Sep 28 23:10:53 2009 +0300 Updated Romanian translation - po-libgimp/ro.po | 16 +- + po-libgimp/ro.po | 16 +- po-plug-ins/ro.po | 1895 ++++++++++++++++++++-------------------------------- - po-python/ro.po | 11 +- + po-python/ro.po | 11 +- po-script-fu/ro.po | 385 ++++------- - po-tips/ro.po | 313 ++------- - po/ro.po | 140 ++-- + po-tips/ro.po | 313 ++------- + po/ro.po | 140 ++-- 6 files changed, 1021 insertions(+), 1739 deletions(-) commit 2d08956cebd37457b6f230c0617f654e640d868d Author: Sven Neumann -Date: Wed Sep 23 21:21:07 2009 +0200 +Date: Wed Sep 23 21:21:07 2009 +0200 app: fix compilation @@ -2507,12 +3903,12 @@ gimp_dock_get_context(). This function does not exist in the gimp-2-6 branch. - app/widgets/gimpimagedock.c | 2 +- + app/widgets/gimpimagedock.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e2afa0e23fec5b07cc1924909606af181ddc1c80 Author: Michael Natterer -Date: Mon Sep 21 10:43:26 2009 +0200 +Date: Mon Sep 21 10:43:26 2009 +0200 Make sure the layer preview's border is correct after removing a mask @@ -2526,7 +3922,7 @@ commit cd9d331b6e650dcf56e15d9eb70e47fd57c1d65c Author: Martin Nordholts -Date: Sat Sep 12 14:57:46 2009 +0200 +Date: Sat Sep 12 14:57:46 2009 +0200 Bug 594998 - Keyboard shortcuts does not work for first image when dock is focused @@ -2535,12 +3931,12 @@ display changes since the introduction of the empty-image-window does not cause any display changes when creating the first image. - app/widgets/gimpimagedock.c | 14 ++++++++++++++ + app/widgets/gimpimagedock.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 1eaa17430c1625c0a23470240287845e328dd36a Author: Julien Hardelin -Date: Sat Sep 12 09:48:04 2009 +0200 +Date: Sat Sep 12 09:48:04 2009 +0200 Improved French translation @@ -2550,30 +3946,30 @@ commit b3fdf6141bae20b3c63217bd22abf1f725d58079 Author: Manish Singh -Date: Fri Sep 11 12:55:25 2009 -0700 +Date: Fri Sep 11 12:55:25 2009 -0700 Bug 594651 - layer.scale() raises RuntimeError Add "interpolation" to kwlist for pygimp layer.scale() (cherry picked from commit 2182dec09bee12db007b28f0797dc111ea6a1ec2) - plug-ins/pygimp/pygimp-drawable.c | 3 ++- + plug-ins/pygimp/pygimp-drawable.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit eb4273227c0760fcef761492ad3be35016392449 Author: Martin Nordholts -Date: Sun Jun 28 11:02:26 2009 +0200 +Date: Sun Jun 28 11:02:26 2009 +0200 Check for automake-1.11 (Cherry picked from commit 66cc3e5f22c61115d0c3057b4475f1a6a7508ea9) - autogen.sh | 3 +++ + autogen.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 2872f1d4277aa2aa5d7f0c384db0c122823c8a1a Author: Michael Natterer -Date: Tue Sep 8 20:54:51 2009 +0200 +Date: Tue Sep 8 20:54:51 2009 +0200 gimp_layer_transform_color(): don't assume the dest region has alpha @@ -2587,7 +3983,7 @@ commit 36dc72aa34e6178157a65010ff624d8b66e02b4a Author: Inaki Larranaga -Date: Mon Sep 7 12:44:35 2009 +0200 +Date: Mon Sep 7 12:44:35 2009 +0200 Updated Basque translation @@ -2596,19 +3992,19 @@ commit 4fba8e413fee914230558cadf9055d67405b89fb Author: Aron Xu -Date: Mon Sep 7 16:26:42 2009 +0800 +Date: Mon Sep 7 16:26:42 2009 +0800 Updated Simplified Chinese translations. po-libgimp/zh_CN.po | 5 ++--- po-plug-ins/zh_CN.po | 25 ++++++++++++------------- po-script-fu/zh_CN.po | 8 +++----- - po/zh_CN.po | 25 +++++++++++++------------ + po/zh_CN.po | 25 +++++++++++++------------ 4 files changed, 30 insertions(+), 33 deletions(-) commit 12ad3b4822d39d9abff9e770a0ba02c13f2ad0eb Author: Petr Kovar -Date: Sun Sep 6 00:55:56 2009 +0200 +Date: Sun Sep 6 00:55:56 2009 +0200 Updated Czech translation by Jaroslav Krejci @@ -2618,21 +4014,21 @@ po-plug-ins/cs.po | 867 ++++++++++++++++++++++------------------------------ po-script-fu/cs.po | 208 +++---------- - po/cs.po | 700 +++++++++++------------------------------- + po/cs.po | 700 +++++++++++------------------------------- 4 files changed, 624 insertions(+), 1253 deletions(-) commit 4a68e70eef5e84496dc8738338b125b8f7afe112 Author: Julien Hardelin -Date: Sat Sep 5 23:26:20 2009 +0200 +Date: Sat Sep 5 23:26:20 2009 +0200 Fix po-script-fu French translation - po-script-fu/fr.po | 30 +++++++++++++++--------------- + po-script-fu/fr.po | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) commit 227a68fde2adfc4ebb09008af50db04ff1e22c21 Author: Julien Hardelin -Date: Sat Sep 5 22:44:17 2009 +0200 +Date: Sat Sep 5 22:44:17 2009 +0200 Fix po-plug-ins French translation @@ -2642,7 +4038,7 @@ commit 9aa0f9ab79b483d3dbfdbd77d72c112f14efc9d3 Author: Michael Natterer -Date: Mon Aug 31 19:25:25 2009 +0200 +Date: Mon Aug 31 19:25:25 2009 +0200 Bug 563770 - Layer border visibility don't work with masks @@ -2655,7 +4051,7 @@ commit de42f754cbdfe4e7e0fce57a3ade5e264bcc28eb Author: Sven Neumann -Date: Tue Aug 18 22:18:59 2009 +0200 +Date: Tue Aug 18 22:18:59 2009 +0200 print: don't store image specific settings globally @@ -2670,7 +4066,7 @@ commit 07fa4c3d3ec1ae35304e1be9f85d4e591e4918bc Author: Tomasz Dominikowski -Date: Tue Aug 18 16:09:36 2009 +0200 +Date: Tue Aug 18 16:09:36 2009 +0200 Updated Polish translation @@ -2680,7 +4076,7 @@ commit 16f66f8c8d723a0053c3896417757d81a460ea3c Author: Marco Ciampa -Date: Mon Aug 17 17:01:14 2009 +0200 +Date: Mon Aug 17 17:01:14 2009 +0200 Updated italian translation. @@ -2690,7 +4086,7 @@ commit ae341cc8b79ffe6165c2ea9bf38c03e362005e30 Author: Sven Neumann -Date: Sun Aug 16 12:16:46 2009 +0200 +Date: Sun Aug 16 12:16:46 2009 +0200 remove duplicate line in NEWS file @@ -2699,7 +4095,7 @@ commit 3dc0a93e5ae513f840286de9a276e74fb2174cc2 Author: Sven Neumann -Date: Fri Aug 14 21:51:42 2009 +0200 +Date: Fri Aug 14 21:51:42 2009 +0200 bumped version to 2.6.8 @@ -2708,7 +4104,7 @@ commit 1a21ea58dd33aabf31cf084d5a965e3d2dc0f78b Author: Nils Philippsen -Date: Fri Aug 14 11:56:50 2009 +0200 +Date: Fri Aug 14 11:56:50 2009 +0200 fix typo in NEWS file @@ -2717,17 +4113,17 @@ commit 11d217410575cfb9d55b8d50d0996ed6a0e7ebf4 Author: Sven Neumann -Date: Thu Aug 13 22:17:12 2009 +0200 +Date: Thu Aug 13 22:17:12 2009 +0200 Made 2.6.7 release docs/gimprc.5.in | 2 +- - etc/gimprc | 2 +- + etc/gimprc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c90f19b0864669004f6cb1821849f0c43c2827da Author: Sven Neumann -Date: Thu Aug 13 21:20:13 2009 +0200 +Date: Thu Aug 13 21:20:13 2009 +0200 update NEWS for the 2.6.7 release @@ -2736,7 +4132,7 @@ commit 7ab4fccad5dc6241b8a694116f0db5d5c714bd29 Author: Sven Neumann -Date: Fri Aug 7 21:11:45 2009 +0200 +Date: Fri Aug 7 21:11:45 2009 +0200 Bug 591017 – Tablet pan is not working as fast as it should @@ -2749,7 +4145,7 @@ commit f2cb91a6ebca7cbf298726f5c2b720a234e70c72 Author: Martin Nordholts -Date: Tue Aug 11 18:30:41 2009 +0200 +Date: Tue Aug 11 18:30:41 2009 +0200 NEWS: Color tools crash is fixed now @@ -2763,7 +4159,7 @@ commit bed9f38d7af0d61c93371cad6bdf24d84d86b779 Author: Martin Nordholts -Date: Mon Aug 10 21:46:26 2009 +0200 +Date: Mon Aug 10 21:46:26 2009 +0200 NEWS: 589667 – GIMP crashes when clicking GEGL Operation on Windows @@ -2777,7 +4173,7 @@ commit b689147f2fd6e181d1d2e9a189351a87d5953827 Author: Massimo Valentini -Date: Mon Aug 10 21:26:53 2009 +0200 +Date: Mon Aug 10 21:26:53 2009 +0200 Bug 569833 – file-jpeg-save erroneous with small quality values @@ -2785,12 +4181,12 @@ instead of rejecting values below 0.05 in non-interactive mode. (cherry picked from commit fc979283de60d67591cb61e11f5c9aba2f2b543d) - plug-ins/file-jpeg/jpeg.c | 2 +- + plug-ins/file-jpeg/jpeg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1d8e77cabe64f1aa5b16e49bb63403de8be30e79 Author: Mads Lundby -Date: Mon Aug 10 12:06:40 2009 +0200 +Date: Mon Aug 10 12:06:40 2009 +0200 Updated Danish translation @@ -2800,27 +4196,27 @@ commit f9898c7dd0ec48f67ea37562ff075a0a687e311a Author: Francisco Vila -Date: Sun Aug 9 19:33:10 2009 +0200 +Date: Sun Aug 9 19:33:10 2009 +0200 Updated Spanish translation - po-libgimp/es.po | 1483 + po-libgimp/es.po | 1491 ++++++++++++++++++++++++------------------------------ - 1 files changed, 650 insertions(+), 833 deletions(-) + 1 files changed, 654 insertions(+), 837 deletions(-) commit 7f2f5d1838303b614b2de1f6b72442a02171158b Author: Francisco Vila -Date: Sun Aug 9 19:29:58 2009 +0200 +Date: Sun Aug 9 19:29:58 2009 +0200 Updated Spanish translation - po-libgimp/es.po | 1494 + po-libgimp/es.po | 1508 ++++++++++++++++++++++++++++++------------------------ - 1 files changed, 839 insertions(+), 655 deletions(-) + 1 files changed, 846 insertions(+), 662 deletions(-) commit 06dcf02f1bdb4e8c0c27b071902689fe88aaa4e9 Author: Sven Neumann -Date: Sat Aug 8 20:18:24 2009 +0200 +Date: Sat Aug 8 20:18:24 2009 +0200 updated NEWS for 2.6.7 release @@ -2829,33 +4225,33 @@ commit d193d08022cbba7fa3bc89af80988eb4fdb72ac2 Author: Martin Nordholts -Date: Mon Jul 13 13:23:35 2009 +0200 +Date: Mon Jul 13 13:23:35 2009 +0200 Add Makefile.am rule to generate ChangeLog from git log Add Makefile.am rule to generate ChangeLog from git log copied from pango and Behdad Esfahbod. - .gitignore | 1 + - ChangeLog | 1452 + .gitignore | 1 + + ChangeLog | 1452 ---------------------------------------------------- ChangeLog.pre-git | 1453 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - Makefile.am | 21 + + Makefile.am | 21 + 4 files changed, 1475 insertions(+), 1452 deletions(-) commit a3894907b37035021278d21cce3b8f1bc0dd7720 Author: Francisco Vila -Date: Fri Aug 7 19:03:41 2009 +0200 +Date: Fri Aug 7 19:03:41 2009 +0200 Updated Spanish translation - po-script-fu/es.po | 10 +++++----- + po-script-fu/es.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 16643800a1ff14378bbba981793c6d6085fda607 Author: Sven Neumann -Date: Tue Aug 4 23:20:49 2009 +0200 +Date: Tue Aug 4 23:20:49 2009 +0200 Change the default for the 'trust-dirty-flag' gimprc option back to FALSE @@ -2865,12 +4261,12 @@ damaged. (cherry picked from commit 5c630f4ad8ef55d2249968102cb8f5cb8fadfe23) - app/config/gimpguiconfig.c | 2 +- + app/config/gimpguiconfig.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0661bcbcf58c7f9a25eb87ef3f439da01d5ff6cf Author: Gabor Kelemen -Date: Wed Aug 5 15:02:52 2009 +0200 +Date: Wed Aug 5 15:02:52 2009 +0200 Typofix @@ -2879,7 +4275,7 @@ commit 14c2855a345ab46aa990f0c48fffe9ebef0a1069 Author: Sven Neumann -Date: Mon Aug 3 22:14:49 2009 +0200 +Date: Mon Aug 3 22:14:49 2009 +0200 Bug 590638 – Changing palettes from list to grid view loses "locked to dock" status @@ -2893,7 +4289,7 @@ commit 46b5383d6f2aafacb59c96dc083181469c4c3448 Author: NISHIBORI Kiyotaka -Date: Sun Aug 2 19:03:25 2009 +0900 +Date: Sun Aug 2 19:03:25 2009 +0900 Updated Japanese translation Author NISHIBORI Kiyotaka @@ -2904,7 +4300,7 @@ commit a87adf79c44d7955b0726b1f38df804df6e0c357 Author: Michael Natterer -Date: Sat Aug 1 18:39:18 2009 +0200 +Date: Sat Aug 1 18:39:18 2009 +0200 Bug 589674 – "Send by Email" does not update "Filename" @@ -2917,7 +4313,7 @@ commit 01399cf87860db0b0b834b2d231b1dd1284e78fb Author: Martin Nordholts -Date: Sat Aug 1 11:34:58 2009 +0200 +Date: Sat Aug 1 11:34:58 2009 +0200 Bug 589674 – "Send by Email" does not update "Filename" @@ -2930,20 +4326,20 @@ commit 7a2061910dde1647f0234477a15a97aeb42cfa45 Author: Aron Xu -Date: Mon Jul 27 23:08:37 2009 +0800 +Date: Mon Jul 27 23:08:37 2009 +0800 Catch up with latest pot changes on translations of zh_CN. - po-libgimp/zh_CN.po | 1483 +++--- - po-plug-ins/zh_CN.po |12734 + po-libgimp/zh_CN.po | 1495 ++--- + po-plug-ins/zh_CN.po |17710 +++++++++++++++++++++++++------------------------ po-script-fu/zh_CN.po | 74 +- - po/zh_CN.po | 8863 +++++++++++++++++----------------- - 4 files changed, 11524 insertions(+), 11630 deletions(-) + po/zh_CN.po | 8865 ++++++++++++------------- + 4 files changed, 14019 insertions(+), 14125 deletions(-) commit 06affa3373d83c184d7b884de337e5f3b8f5fe3e Author: Michael Natterer -Date: Sun Jul 26 21:03:25 2009 +0200 +Date: Sun Jul 26 21:03:25 2009 +0200 Fix typo in Finnish translation @@ -2952,7 +4348,7 @@ commit 8421cbf6613ad9386cada7017c476b09b59b95a9 Author: Massimo Valentini -Date: Wed Jul 22 18:17:00 2009 +0200 +Date: Wed Jul 22 18:17:00 2009 +0200 Bug 586851 – Transparent BMP files fail to load @@ -2963,7 +4359,7 @@ commit 6dd416eee8f6ce138b382e4f5cc7785cf024fbbf Author: Sven Neumann -Date: Tue Jul 21 22:42:47 2009 +0200 +Date: Tue Jul 21 22:42:47 2009 +0200 Bug 589205 – help-browser uses deprecated (and sometimes broken) webkit call @@ -2976,7 +4372,7 @@ commit e60eb7a496de129388a8e962b2002459f6a59d47 Author: Martin Nordholts -Date: Tue Jul 21 18:52:12 2009 +0200 +Date: Tue Jul 21 18:52:12 2009 +0200 Bug 582821 – 'Sphere Designer' does not reset correctly... @@ -2988,7 +4384,7 @@ commit 20dc068f92cbb4651da104219760304473016639 Author: Barak Itkin -Date: Tue Jul 21 10:01:23 2009 +0300 +Date: Tue Jul 21 10:01:23 2009 +0300 Bug 582821 – 'Sphere Designer' does not reset correctly... @@ -2997,12 +4393,12 @@ restartrender() after rebuildlist() calls since that is done last in rebuildlist() itself. - plug-ins/common/sphere-designer.c | 6 ++---- + plug-ins/common/sphere-designer.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 3c12bb1dd46e435cf0c70f5aad26e02c2bc266b1 Author: Massimo Valentini -Date: Mon Jul 20 23:04:41 2009 +0200 +Date: Mon Jul 20 23:04:41 2009 +0200 Bug 570353 – first time open of .svg file ignores the requested units @@ -3011,12 +4407,12 @@ only set initially and never updated. (cherry picked from commit c78f7d1382ed1b717a7168a883f6ecb1455aa6bf) - plug-ins/common/file-svg.c | 13 +++++++++++++ + plug-ins/common/file-svg.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 0bcae79295af02fed3e1433905fda011618536bb Author: Massimo Valentini -Date: Mon Jul 20 22:55:43 2009 +0200 +Date: Mon Jul 20 22:55:43 2009 +0200 Bug 555777 – Export to MNG animation fails @@ -3035,13 +4431,13 @@ Finally fix a typo in a call to mng_putchunk_text(). (cherry picked from commit e0f21468d4f6d887a8f0f26baee6da59abe59618) - plug-ins/common/file-mng.c | 61 + plug-ins/common/file-mng.c | 61 +++++++++++++++++++++++++++++++++---------- 1 files changed, 47 insertions(+), 14 deletions(-) commit 3061727198a4b055628978a73968008a31ef3272 Author: Sven Neumann -Date: Mon Jul 20 22:48:13 2009 +0200 +Date: Mon Jul 20 22:48:13 2009 +0200 Bug 577301 – Dithering with transparency is broken for "positioned" method @@ -3054,7 +4450,7 @@ commit e72d7c87fc5339853fba878df52e3fa460b8fca4 Author: Sven Neumann -Date: Tue May 12 09:44:58 2009 +0200 +Date: Tue May 12 09:44:58 2009 +0200 help-browser: removed obsolete check for zoom API @@ -3062,13 +4458,13 @@ code unconditionally. (cherry picked from commit 2d1b3ddf725792102e7ddd5523d0f8bea3d0c101) - configure.in | 9 --------- + configure.in | 9 --------- plug-ins/help-browser/dialog.c | 12 ------------ 2 files changed, 0 insertions(+), 21 deletions(-) commit b041e005f38b842b40af319a2572217a234ebc39 Author: Sven Neumann -Date: Tue May 12 09:42:29 2009 +0200 +Date: Tue May 12 09:42:29 2009 +0200 configure: require webkit-1.0 >= 1.1.0 (cherry picked from commit 2f4e3b236bc4573373a9d251dc502e55975b7beb) @@ -3078,7 +4474,7 @@ commit 0d6f48e9f0832b435e943c399929cb88682a4921 Author: Sven Neumann -Date: Tue May 12 09:39:21 2009 +0200 +Date: Tue May 12 09:39:21 2009 +0200 help-browser: fix history menus @@ -3094,7 +4490,7 @@ commit baf48c6167cbf77bccc686498de96fb674619f1f Author: Massimo Valentini -Date: Mon Jul 20 14:59:29 2009 +0200 +Date: Mon Jul 20 14:59:29 2009 +0200 Bug 493778 – metadata plug-in crashes on some images @@ -3115,7 +4511,7 @@ commit a525239eaadf439cc2c1d773ab4a78facc547bdf Author: Sven Neumann -Date: Thu Jul 16 22:29:20 2009 +0200 +Date: Thu Jul 16 22:29:20 2009 +0200 update the list of bug-fixes @@ -3124,7 +4520,7 @@ commit ac95acb4ddde2e4dc7c53e0b01a7ef1322576082 Author: Massimo Valentini -Date: Thu Jul 16 22:24:59 2009 +0200 +Date: Thu Jul 16 22:24:59 2009 +0200 Bug 567466 – PNG comment not found if more than 1 tEXt chunks @@ -3132,12 +4528,12 @@ though repeatedly, when looking for the comment. (cherry picked from commit 65c21b6bc3eb1455cbd7f890b568d3504f7250f4) - plug-ins/common/file-png.c | 2 +- + plug-ins/common/file-png.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3644e67bda4812fed1c72d2cb60b44bce387fb9e Author: Massimo Valentini -Date: Thu Jul 16 22:21:40 2009 +0200 +Date: Thu Jul 16 22:21:40 2009 +0200 Bug 585665 – Exporting to PSD with a blank text layer creates a corrupt file @@ -3150,18 +4546,18 @@ commit f18577df8efb3fbcdadfc2090e4157144c764491 Author: Mason Thomas -Date: Wed Jul 15 22:50:06 2009 -0700 +Date: Wed Jul 15 22:50:06 2009 -0700 Clamp levels after input changes applied. (cherry picked from commit fc66ca5169aea63c0f52ff799511c644c4661eba) - app/base/levels.c | 8 ++++---- + app/base/levels.c | 8 ++++---- app/gegl/gimpoperationlevels.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) commit 23a22952f34134178e045f297d17e253d6086752 Author: Sven Neumann -Date: Wed Jul 8 21:48:57 2009 +0200 +Date: Wed Jul 8 21:48:57 2009 +0200 news update in preparation for the 2.6.7 release @@ -3170,7 +4566,7 @@ commit d07fcc010275b9234c58fd76b75b0665e782e67a Author: Massimo Valentini -Date: Tue Jul 7 17:09:21 2009 +0200 +Date: Tue Jul 7 17:09:21 2009 +0200 Bug 569661 – Import from PDF throws errors when entering resolution in pixels per millimetre @@ -3178,12 +4574,12 @@ Fix calculation of dpi value. (cherry picked from commit a7bca9407d7dec994cbb116e32e84589d34840a5) - plug-ins/common/file-pdf.c | 5 +++-- + plug-ins/common/file-pdf.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 507ba876081b54abd3031637a85257c425b34a15 Author: Massimo Valentini -Date: Tue Jul 7 17:07:12 2009 +0200 +Date: Tue Jul 7 17:07:12 2009 +0200 Bug 567262 – Black pixels appear in "Spread" filter preview @@ -3200,7 +4596,7 @@ commit fe9e5c6db0b9c8be5bb0118f201891370be1a52c Author: Massimo Valentini -Date: Tue Jul 7 17:05:42 2009 +0200 +Date: Tue Jul 7 17:05:42 2009 +0200 Bug 554658 – Path Dialog: Path preview pics not to see constantly @@ -3210,12 +4606,12 @@ cairo_append_path(). (cherry picked from commit 5be4f235a392be003c47ac652ce874528875170d) - app/vectors/gimpvectors.c | 1 + + app/vectors/gimpvectors.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9ed0b1eecacd249b9a8f5b0e29e757e33e4cee89 Author: Massimo Valentini -Date: Tue Jul 7 17:02:32 2009 +0200 +Date: Tue Jul 7 17:02:32 2009 +0200 Bug 167604 – gimp_gradient_get_color_at() may return out-of-bounds values @@ -3229,7 +4625,7 @@ commit 88a483bd18475dcab7f4c3cc31c641e77422d996 Author: Sven Neumann -Date: Tue Jun 30 23:19:13 2009 +0200 +Date: Tue Jun 30 23:19:13 2009 +0200 Bug 567393 – Rectangle select tool size shrinks to 0 if size is larger than @@ -3247,7 +4643,7 @@ commit 4f12de2814284cce54b09a035f8aec039f85d4a8 Author: Martin Nordholts -Date: Wed Jul 1 21:45:33 2009 +0200 +Date: Wed Jul 1 21:45:33 2009 +0200 Bug 587543 – crash in GNU Image Manipulation Program: Pressing shift+- @@ -3261,7 +4657,7 @@ commit b188a1f43c4a288a6fe846df1e66f0c48da120a9 Author: Sven Neumann -Date: Tue Jun 30 23:44:28 2009 +0200 +Date: Tue Jun 30 23:44:28 2009 +0200 news update in preparation for the 2.6.7 release @@ -3270,7 +4666,7 @@ commit 43b40ba7525cb8f65c9b5e5c6925ff58c139a85a Author: Petr Kovar -Date: Mon Jun 29 00:45:26 2009 +0200 +Date: Mon Jun 29 00:45:26 2009 +0200 Fixed Czech translation @@ -3282,7 +4678,7 @@ commit 8b5996f0da395f9ff1150eff7fbb3755d6d00b0f Author: Per Kongstad -Date: Wed Jun 17 22:28:44 2009 +0200 +Date: Wed Jun 17 22:28:44 2009 +0200 Updated Danish translation @@ -3292,7 +4688,7 @@ commit 1d98b2bc2fb5cd69008b299e7c0c3752c18f4257 Author: Michael Natterer -Date: Wed Jun 17 21:29:08 2009 +0200 +Date: Wed Jun 17 21:29:08 2009 +0200 Bug 563029 - Closing maximized image doesn't restore document window size @@ -3305,7 +4701,7 @@ commit a55a33cab10b64e8bd7b379673656ea208bdbd57 Author: Michael Natterer -Date: Wed Jun 17 21:14:32 2009 +0200 +Date: Wed Jun 17 21:14:32 2009 +0200 Bug 585488 – Perspective transformation on a layer with a mask causes crash @@ -3322,7 +4718,7 @@ commit d617916a9325ef1ebc2863c5c507a4de22fa1a38 Author: Michael Natterer -Date: Tue Jun 16 22:09:48 2009 +0200 +Date: Tue Jun 16 22:09:48 2009 +0200 Bug 586008 - GIMP crashes when right-click canceling a drawing action initiated outside layer boundaries @@ -3335,7 +4731,7 @@ commit f11e5886eec4149325840190a774040711c3a5c1 Author: Per Kongstad -Date: Sun Jun 14 23:38:10 2009 +0200 +Date: Sun Jun 14 23:38:10 2009 +0200 Updated Danish translation @@ -3345,29 +4741,29 @@ commit 71423c126a3f166c2529878f64fb09ba83b1dc3c Author: Mads Lundby -Date: Sun Jun 14 23:29:47 2009 +0200 +Date: Sun Jun 14 23:29:47 2009 +0200 Updated Danish translation - po/da.po | 9838 + po/da.po | 9842 +++++++++++++++++++++++++------------------------------------- - 1 files changed, 3929 insertions(+), 5909 deletions(-) + 1 files changed, 3931 insertions(+), 5911 deletions(-) commit 503cee6ad73aa1ccacfc6ff47ab9c847b329c0d3 Author: Chao-Hsiung Liao -Date: Sat Jun 13 19:29:11 2009 +0800 +Date: Sat Jun 13 19:29:11 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) - po/zh_HK.po | 5042 + po/zh_HK.po | 5044 ++++++++++++--------------------------------------------- po/zh_TW.po | 5211 ++++++++++++++--------------------------------------------- - 2 files changed, 2289 insertions(+), 7964 deletions(-) + 2 files changed, 2290 insertions(+), 7965 deletions(-) commit 850ccccbf325df49c7cb04ae290f1ddd1b19c6f4 Author: Sandeep Shedmake -Date: Wed Jun 10 18:10:33 2009 +0530 +Date: Wed Jun 10 18:10:33 2009 +0530 Updated Marathi Translations @@ -3377,7 +4773,7 @@ commit a0788cf7f211d8fd3130faab9b639e6fc7407f31 Author: Sandeep Shedmake -Date: Wed Jun 10 14:38:19 2009 +0530 +Date: Wed Jun 10 14:38:19 2009 +0530 Updated Marathi Translations @@ -3387,7 +4783,7 @@ commit e6d3a02d4a007de8eed3a0fae42f92192301c380 Author: Sandeep Shedmake -Date: Tue Jun 9 12:36:12 2009 +0530 +Date: Tue Jun 9 12:36:12 2009 +0530 Updated Marathi Translations @@ -3397,7 +4793,7 @@ commit e8733799d6e64294610a817496d09c4075f150e1 Author: Sandeep Shedmake -Date: Mon Jun 8 12:59:32 2009 +0530 +Date: Mon Jun 8 12:59:32 2009 +0530 Updated Marathi Translations @@ -3407,16 +4803,16 @@ commit f05f4668585bc9133574d037e94fa24ca4aec831 Author: Sandeep Shedmake -Date: Mon Jun 8 12:13:10 2009 +0530 +Date: Mon Jun 8 12:13:10 2009 +0530 Updated Marathi Translations - po-plug-ins/mr.po | 8 ++++---- + po-plug-ins/mr.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 79219fb60f86e61b277ce53ea0e4020a58e2c53b Author: Sandeep Shedmake -Date: Mon Jun 8 11:50:04 2009 +0530 +Date: Mon Jun 8 11:50:04 2009 +0530 Updated Marathi Translatiuons @@ -3426,7 +4822,7 @@ commit f87f57aea4339f596ca24d2ed77d45dbfd302273 Author: Sven Neumann -Date: Tue Jun 2 20:18:11 2009 +0200 +Date: Tue Jun 2 20:18:11 2009 +0200 git: ignore data/tags from master branch @@ -3435,20 +4831,20 @@ commit 4448fc0d984dd1201cac0bdcc3971aaee0a02bb3 Author: Sven Neumann -Date: Mon Jun 1 19:47:19 2009 +0200 +Date: Mon Jun 1 19:47:19 2009 +0200 git: ignore config.h.in~ - .gitignore | 1 + + .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3f21c948c9672ea22b92d2d546132f2d57fd8484 Author: Sven Neumann -Date: Mon Jun 1 20:02:19 2009 +0200 +Date: Mon Jun 1 20:02:19 2009 +0200 Bug 584345 – when printing, the number of copies should be reset to 1 - at each new GIMP session + at each new GIMP session Do not store the number of copies in the print-settings resource file, but keep it in the print-settings that are attached to the image. @@ -3459,7 +4855,7 @@ commit afcc825b256dadca9e04e09861ba82b598156b8d Author: Sandeep Shedmake -Date: Tue Jun 2 17:55:06 2009 +0530 +Date: Tue Jun 2 17:55:06 2009 +0530 Updated Marathi Translations @@ -3469,16 +4865,16 @@ commit 3c59c936e075a36d1648cbf38ae12c2577432f74 Author: Christopher Montgomery -Date: Thu May 28 21:06:53 2009 +0200 +Date: Thu May 28 21:06:53 2009 +0200 plug-ins: Make sure to flush output in ts_stdout_output_func() - plug-ins/script-fu/scheme-wrapper.c | 1 + + plug-ins/script-fu/scheme-wrapper.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d2836e6e551531497b9882612d3d7ec1e7079878 Author: Manoj Kumar Giri -Date: Thu May 28 18:47:11 2009 +0530 +Date: Thu May 28 18:47:11 2009 +0530 Commit Oriya Translations @@ -3488,7 +4884,7 @@ commit 9e2cfa774c93bc3511440e59133d6149b141c4a7 Author: Manoj Kumar Giri -Date: Thu May 28 18:41:33 2009 +0530 +Date: Thu May 28 18:41:33 2009 +0530 Updated Oriya Translation. @@ -3497,7 +4893,7 @@ commit 840d0b9abbd32193b24f5f870db47cf79a97e6c8 Author: Manoj Kumar Giri -Date: Thu May 28 18:35:38 2009 +0530 +Date: Thu May 28 18:35:38 2009 +0530 Added entries for Oriya Translation. @@ -3506,7 +4902,7 @@ commit 2ec41021f5e316c66aceab31d5cc4b63dbdccad8 Author: Manoj Kumar Giri -Date: Thu May 28 18:32:46 2009 +0530 +Date: Thu May 28 18:32:46 2009 +0530 Updated Oriya Translation. @@ -3516,7 +4912,7 @@ commit 1a598549e46f3de1bded318cd44871673efbdd74 Author: Timo Jyrinki -Date: Thu May 28 15:09:56 2009 +0300 +Date: Thu May 28 15:09:56 2009 +0300 Updated Finnish translation by Aapo Rantalainen @@ -3526,18 +4922,18 @@ commit 8fcfd6cd11893ba0c235e8f538a535a08a2ab83d Author: Kappa8086 -Date: Thu May 28 17:20:02 2009 +0800 +Date: Thu May 28 17:20:02 2009 +0800 Updated Simplified Chinese translations. - po-libgimp/zh_CN.po | 1563 ++++++----- - po/zh_CN.po | 7567 + po-libgimp/zh_CN.po | 1579 ++++++----- + po/zh_CN.po | 7575 +++++++++++++++++++++++++++++++-------------------- - 2 files changed, 5446 insertions(+), 3684 deletions(-) + 2 files changed, 5458 insertions(+), 3696 deletions(-) commit 727b1a1151e146c9d4724d830451137fdf9aa3e0 Author: Sven Neumann -Date: Tue May 26 12:23:26 2009 +0200 +Date: Tue May 26 12:23:26 2009 +0200 app: fix use of GIMP_LOG=help @@ -3550,7 +4946,7 @@ commit 6962182af7159374353d66ec984694d4995b7884 Author: Manoj Kumar Giri -Date: Tue May 26 18:25:40 2009 +0530 +Date: Tue May 26 18:25:40 2009 +0530 Added entries for Oriya Translation. @@ -3559,7 +4955,7 @@ commit da010567da3ac8e409bfc4fa175ddc97b4dccc55 Author: Manoj Kumar Giri -Date: Tue May 26 18:23:53 2009 +0530 +Date: Tue May 26 18:23:53 2009 +0530 Updated Oriya Translation @@ -3569,16 +4965,16 @@ commit 7ad20fb371277b97102c48b947954082aa9efb08 Author: Manoj Kumar Giri -Date: Mon May 25 19:10:07 2009 +0530 +Date: Mon May 25 19:10:07 2009 +0530 Added entries for Oriya Translation and adition to the LINGUAS. - po-python/ChangeLog | 5 +++++ + po-python/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 9367005226a2682ccbc93b16f9c575a847d94d18 Author: Manoj Kumar Giri -Date: Mon May 25 19:09:59 2009 +0530 +Date: Mon May 25 19:09:59 2009 +0530 Updated Oriya Translation @@ -3588,16 +4984,16 @@ commit fdd3de52cf9b7ad77650719bf44271735ad39ae4 Author: Manoj Kumar Giri -Date: Mon May 25 19:09:46 2009 +0530 +Date: Mon May 25 19:09:46 2009 +0530 Added 'or' into the List. - po-python/LINGUAS | 1 + + po-python/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1845882607a695298a1a4dcd8ecaf233a3966092 Author: Manoj Kumar Giri -Date: Mon May 25 18:39:06 2009 +0530 +Date: Mon May 25 18:39:06 2009 +0530 Added entries for Oriya Translation and adition to the LINGUAS. @@ -3606,7 +5002,7 @@ commit 44b6bfc78570fe71b6a9b3ee2e07afd95d6203f8 Author: Manoj Kumar Giri -Date: Mon May 25 18:36:28 2009 +0530 +Date: Mon May 25 18:36:28 2009 +0530 Added entries for Oriya Translation and adition to the LINGUAS. @@ -3615,16 +5011,16 @@ commit c8eaa7ad8dc276b2e4b470344737ff01f0f6cf98 Author: Manoj Kumar Giri -Date: Mon May 25 18:32:37 2009 +0530 +Date: Mon May 25 18:32:37 2009 +0530 Added or in the List. - po/LINGUAS | 1 + + po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f4df8e0a3c0e53c497174f368aba09ac82234a20 Author: Manoj Kumar Giri -Date: Mon May 25 18:31:48 2009 +0530 +Date: Mon May 25 18:31:48 2009 +0530 Updated Oriya Translation @@ -3634,16 +5030,16 @@ commit ec84a006a0c6a5d806c2b4adb70d8cc0aa7315ce Author: Manoj Kumar Giri -Date: Mon May 25 18:22:01 2009 +0530 +Date: Mon May 25 18:22:01 2009 +0530 Added Oriya (or) in the List. - po-plug-ins/LINGUAS | 1 + + po-plug-ins/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7e0403869de4627b1b32d0dfc780c9d3319387b2 Author: Manoj Kumar Giri -Date: Mon May 25 18:18:18 2009 +0530 +Date: Mon May 25 18:18:18 2009 +0530 Updated Oriya Translation @@ -3653,7 +5049,7 @@ commit cd98fd04820293e528f004f7ff703f91280158bd Author: Sven Neumann -Date: Thu May 21 18:49:51 2009 +0200 +Date: Thu May 21 18:49:51 2009 +0200 Bug 557061 – Alpha to Logo @@ -3667,7 +5063,7 @@ commit 76443d2658c84ab618847a29474683f665966ecb Author: Sven Neumann -Date: Thu May 21 14:40:17 2009 +0200 +Date: Thu May 21 14:40:17 2009 +0200 use wildcards so files from master and gimp-2-6 branch are ignored @@ -3677,155 +5073,155 @@ commit 41a03769c532d6db227fda50b4e8a3ae8a383e33 Author: Michael Natterer -Date: Fri Apr 17 23:36:42 2009 +0200 +Date: Fri Apr 17 23:36:42 2009 +0200 Ignore object files globally. - .gitignore | 3 +++ + .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit d27dd37bd4bde15350968101bba990e777338a8c Author: Martin Nordholts -Date: Sat Jan 31 11:37:44 2009 +0000 +Date: Sat Jan 31 11:37:44 2009 +0000 Added .gitignore files generated with git svn create-ignore. svn path=/trunk/; revision=27972 - .gitignore | 36 ++++++ - app/.gitignore | 7 + - app/actions/.gitignore | 7 + - app/base/.gitignore | 7 + - app/composite/.gitignore | 16 +++ - app/config/.gitignore | 9 ++ - app/core/.gitignore | 9 ++ - app/dialogs/.gitignore | 8 ++ - app/display/.gitignore | 7 + - app/file/.gitignore | 7 + - app/gegl/.gitignore | 5 + - app/gui/.gitignore | 8 ++ - app/menus/.gitignore | 7 + - app/paint-funcs/.gitignore | 7 + - app/paint/.gitignore | 7 + - app/pdb/.gitignore | 8 ++ - app/plug-in/.gitignore | 7 + - app/text/.gitignore | 7 + - app/tools/.gitignore | 7 + - app/vectors/.gitignore | 7 + - app/widgets/.gitignore | 7 + - app/xcf/.gitignore | 7 + - cursors/.gitignore | 6 + - data/.gitignore | 2 + - data/brushes/.gitignore | 3 + - data/environ/.gitignore | 2 + - data/gradients/.gitignore | 2 + - data/images/.gitignore | 4 + - data/interpreters/.gitignore | 2 + - data/palettes/.gitignore | 2 + - data/patterns/.gitignore | 3 + - data/tips/.gitignore | 4 + - desktop/.gitignore | 5 + - devel-docs/.gitignore | 2 + - devel-docs/app/.gitignore | 20 ++++ - devel-docs/libgimp/.gitignore | 19 +++ - devel-docs/libgimp/tmpl/.gitignore | 2 + - devel-docs/libgimpbase/.gitignore | 18 +++ + .gitignore | 36 ++++++ + app/.gitignore | 7 + + app/actions/.gitignore | 7 + + app/base/.gitignore | 7 + + app/composite/.gitignore | 16 +++ + app/config/.gitignore | 9 ++ + app/core/.gitignore | 9 ++ + app/dialogs/.gitignore | 8 ++ + app/display/.gitignore | 7 + + app/file/.gitignore | 7 + + app/gegl/.gitignore | 5 + + app/gui/.gitignore | 8 ++ + app/menus/.gitignore | 7 + + app/paint-funcs/.gitignore | 7 + + app/paint/.gitignore | 7 + + app/pdb/.gitignore | 8 ++ + app/plug-in/.gitignore | 7 + + app/text/.gitignore | 7 + + app/tools/.gitignore | 7 + + app/vectors/.gitignore | 7 + + app/widgets/.gitignore | 7 + + app/xcf/.gitignore | 7 + + cursors/.gitignore | 6 + + data/.gitignore | 2 + + data/brushes/.gitignore | 3 + + data/environ/.gitignore | 2 + + data/gradients/.gitignore | 2 + + data/images/.gitignore | 4 + + data/interpreters/.gitignore | 2 + + data/palettes/.gitignore | 2 + + data/patterns/.gitignore | 3 + + data/tips/.gitignore | 4 + + desktop/.gitignore | 5 + + devel-docs/.gitignore | 2 + + devel-docs/app/.gitignore | 20 ++++ + devel-docs/libgimp/.gitignore | 19 +++ + devel-docs/libgimp/tmpl/.gitignore | 2 + + devel-docs/libgimpbase/.gitignore | 18 +++ devel-docs/libgimpbase/tmpl/.gitignore | 2 + - devel-docs/libgimpcolor/.gitignore | 19 +++ + devel-docs/libgimpcolor/.gitignore | 19 +++ devel-docs/libgimpcolor/tmpl/.gitignore | 2 + - devel-docs/libgimpconfig/.gitignore | 19 +++ + devel-docs/libgimpconfig/.gitignore | 19 +++ devel-docs/libgimpconfig/tmpl/.gitignore | 2 + - devel-docs/libgimpmath/.gitignore | 19 +++ + devel-docs/libgimpmath/.gitignore | 19 +++ devel-docs/libgimpmath/tmpl/.gitignore | 2 + - devel-docs/libgimpmodule/.gitignore | 19 +++ + devel-docs/libgimpmodule/.gitignore | 19 +++ devel-docs/libgimpmodule/tmpl/.gitignore | 2 + - devel-docs/libgimpthumb/.gitignore | 19 +++ + devel-docs/libgimpthumb/.gitignore | 19 +++ devel-docs/libgimpthumb/tmpl/.gitignore | 2 + - devel-docs/libgimpwidgets/.gitignore | 19 +++ + devel-docs/libgimpwidgets/.gitignore | 19 +++ devel-docs/libgimpwidgets/tmpl/.gitignore | 2 + - devel-docs/tools/.gitignore | 6 + - docs/.gitignore | 8 ++ - etc/.gitignore | 2 + - libgimp/.gitignore | 12 ++ - libgimpbase/.gitignore | 12 ++ - libgimpcolor/.gitignore | 11 ++ - libgimpconfig/.gitignore | 11 ++ - libgimpmath/.gitignore | 8 ++ - libgimpmodule/.gitignore | 10 ++ - libgimpthumb/.gitignore | 12 ++ - libgimpwidgets/.gitignore | 12 ++ - m4macros/.gitignore | 2 + - menus/.gitignore | 5 + - modules/.gitignore | 8 ++ - plug-ins/.gitignore | 4 + - plug-ins/color-rotate/.gitignore | 6 + + devel-docs/tools/.gitignore | 6 + + docs/.gitignore | 8 ++ + etc/.gitignore | 2 + + libgimp/.gitignore | 12 ++ + libgimpbase/.gitignore | 12 ++ + libgimpcolor/.gitignore | 11 ++ + libgimpconfig/.gitignore | 11 ++ + libgimpmath/.gitignore | 8 ++ + libgimpmodule/.gitignore | 10 ++ + libgimpthumb/.gitignore | 12 ++ + libgimpwidgets/.gitignore | 12 ++ + m4macros/.gitignore | 2 + + menus/.gitignore | 5 + + modules/.gitignore | 8 ++ + plug-ins/.gitignore | 4 + + plug-ins/color-rotate/.gitignore | 6 + plug-ins/color-rotate/images/.gitignore | 4 + - plug-ins/common/.gitignore | 148 + plug-ins/common/.gitignore | 148 +++++++++++++++++++++++++ - plug-ins/file-bmp/.gitignore | 6 + - plug-ins/file-faxg3/.gitignore | 6 + - plug-ins/file-fits/.gitignore | 6 + - plug-ins/file-fli/.gitignore | 6 + - plug-ins/file-ico/.gitignore | 5 + - plug-ins/file-jpeg/.gitignore | 7 + - plug-ins/file-psd/.gitignore | 6 + - plug-ins/file-sgi/.gitignore | 6 + - plug-ins/file-uri/.gitignore | 6 + - plug-ins/file-xjt/.gitignore | 6 + - plug-ins/flame/.gitignore | 6 + - plug-ins/fractal-explorer/.gitignore | 6 + + plug-ins/file-bmp/.gitignore | 6 + + plug-ins/file-faxg3/.gitignore | 6 + + plug-ins/file-fits/.gitignore | 6 + + plug-ins/file-fli/.gitignore | 6 + + plug-ins/file-ico/.gitignore | 5 + + plug-ins/file-jpeg/.gitignore | 7 + + plug-ins/file-psd/.gitignore | 6 + + plug-ins/file-sgi/.gitignore | 6 + + plug-ins/file-uri/.gitignore | 6 + + plug-ins/file-xjt/.gitignore | 6 + + plug-ins/flame/.gitignore | 6 + + plug-ins/fractal-explorer/.gitignore | 6 + plug-ins/fractal-explorer/examples/.gitignore | 2 + - plug-ins/gfig/.gitignore | 6 + + plug-ins/gfig/.gitignore | 6 + plug-ins/gfig/gfig-examples/.gitignore | 2 + - plug-ins/gfig/images/.gitignore | 6 + - plug-ins/gimpressionist/.gitignore | 6 + + plug-ins/gfig/images/.gitignore | 6 + + plug-ins/gimpressionist/.gitignore | 6 + plug-ins/gimpressionist/Brushes/.gitignore | 2 + plug-ins/gimpressionist/Paper/.gitignore | 2 + plug-ins/gimpressionist/Presets/.gitignore | 2 + - plug-ins/gradient-flare/.gitignore | 6 + + plug-ins/gradient-flare/.gitignore | 6 + plug-ins/gradient-flare/flares/.gitignore | 5 + - plug-ins/help-browser/.gitignore | 7 + - plug-ins/help/.gitignore | 8 ++ - plug-ins/ifs-compose/.gitignore | 6 + - plug-ins/imagemap/.gitignore | 8 ++ - plug-ins/imagemap/images/.gitignore | 6 + - plug-ins/lighting/.gitignore | 6 + - plug-ins/lighting/images/.gitignore | 6 + - plug-ins/map-object/.gitignore | 6 + - plug-ins/maze/.gitignore | 6 + - plug-ins/metadata/.gitignore | 7 + - plug-ins/pagecurl/.gitignore | 8 ++ - plug-ins/print/.gitignore | 5 + - plug-ins/pygimp/.gitignore | 22 ++++ - plug-ins/pygimp/doc/.gitignore | 2 + - plug-ins/pygimp/plug-ins/.gitignore | 4 + - plug-ins/script-fu/.gitignore | 6 + - plug-ins/script-fu/ftx/.gitignore | 4 + - plug-ins/script-fu/scripts/.gitignore | 2 + + plug-ins/help-browser/.gitignore | 7 + + plug-ins/help/.gitignore | 8 ++ + plug-ins/ifs-compose/.gitignore | 6 + + plug-ins/imagemap/.gitignore | 8 ++ + plug-ins/imagemap/images/.gitignore | 6 + + plug-ins/lighting/.gitignore | 6 + + plug-ins/lighting/images/.gitignore | 6 + + plug-ins/map-object/.gitignore | 6 + + plug-ins/maze/.gitignore | 6 + + plug-ins/metadata/.gitignore | 7 + + plug-ins/pagecurl/.gitignore | 8 ++ + plug-ins/print/.gitignore | 5 + + plug-ins/pygimp/.gitignore | 22 ++++ + plug-ins/pygimp/doc/.gitignore | 2 + + plug-ins/pygimp/plug-ins/.gitignore | 4 + + plug-ins/script-fu/.gitignore | 6 + + plug-ins/script-fu/ftx/.gitignore | 4 + + plug-ins/script-fu/scripts/.gitignore | 2 + plug-ins/script-fu/scripts/images/.gitignore | 2 + plug-ins/script-fu/tinyscheme/.gitignore | 4 + - plug-ins/selection-to-path/.gitignore | 6 + - plug-ins/twain/.gitignore | 5 + - plug-ins/win-snap/.gitignore | 4 + - po-libgimp/.gitignore | 10 ++ - po-plug-ins/.gitignore | 10 ++ - po-python/.gitignore | 10 ++ - po-script-fu/.gitignore | 10 ++ - po-tips/.gitignore | 10 ++ - po/.gitignore | 11 ++ - themes/.gitignore | 2 + - themes/Default/.gitignore | 6 + - themes/Default/images/.gitignore | 7 + + plug-ins/selection-to-path/.gitignore | 6 + + plug-ins/twain/.gitignore | 5 + + plug-ins/win-snap/.gitignore | 4 + + po-libgimp/.gitignore | 10 ++ + po-plug-ins/.gitignore | 10 ++ + po-python/.gitignore | 10 ++ + po-script-fu/.gitignore | 10 ++ + po-tips/.gitignore | 10 ++ + po/.gitignore | 11 ++ + themes/.gitignore | 2 + + themes/Default/.gitignore | 6 + + themes/Default/images/.gitignore | 7 + themes/Default/images/preferences/.gitignore | 4 + themes/Default/images/tools/.gitignore | 2 + - themes/Small/.gitignore | 2 + - tools/.gitignore | 8 ++ - tools/pdbgen/.gitignore | 6 + + themes/Small/.gitignore | 2 + + tools/.gitignore | 8 ++ + tools/pdbgen/.gitignore | 6 + 128 files changed, 1051 insertions(+), 0 deletions(-) commit 12f95c0981c761ca959b044cbef28c56d02fc5dc Author: Sven Neumann -Date: Thu May 21 14:29:08 2009 +0200 +Date: Thu May 21 14:29:08 2009 +0200 Bug 472644 – Rotate with clipping crops the whole layer @@ -3837,7 +5233,7 @@ commit cc3a8e0e721246ce4d1db33208210765d942ecf6 Author: Sven Neumann -Date: Thu May 21 13:37:17 2009 +0200 +Date: Thu May 21 13:37:17 2009 +0200 app: fixed version checks for babl and GEGL @@ -3850,7 +5246,7 @@ commit da971fc266765e081a6ad76129b91b6893be9d1d Author: Sven Neumann -Date: Tue Apr 21 10:24:52 2009 +0200 +Date: Tue Apr 21 10:24:52 2009 +0200 Fix default values for Image.new_layer() methods @@ -3862,7 +5258,7 @@ commit a63e0b4b15e1cb0ca71a653978f27378c368f7a2 Author: Sandeep Shedmake -Date: Mon May 18 20:03:40 2009 +0530 +Date: Mon May 18 20:03:40 2009 +0530 Updated Few Translations For Marathi @@ -3871,7 +5267,7 @@ commit a58606ce19c1950f258783ff15918e8395aa4a27 Author: Sandeep Shedmake -Date: Mon May 18 19:24:15 2009 +0530 +Date: Mon May 18 19:24:15 2009 +0530 Updated Marathi Translations @@ -3880,7 +5276,7 @@ commit f739e12fc8a502715be09986aaf52869e0672281 Author: Sandeep Shedmake -Date: Mon May 18 15:11:02 2009 +0530 +Date: Mon May 18 15:11:02 2009 +0530 Updated Marathi Translations @@ -3890,7 +5286,7 @@ commit 6b1b1e6b782dff28857a94a90fc6d7953bfd7ef7 Author: Shankar Prasad -Date: Fri May 15 14:22:57 2009 +0530 +Date: Fri May 15 14:22:57 2009 +0530 Updated Kannada translations @@ -3900,7 +5296,7 @@ commit deb6247b44f9dbdc51ed2783318ded93be8e7aa3 Author: Shankar Prasad -Date: Thu May 14 17:51:16 2009 +0530 +Date: Thu May 14 17:51:16 2009 +0530 Updated Kannada translations @@ -3910,7 +5306,7 @@ commit 7e1f7a3ba07149f7b597bc6bb37a402a955e5afd Author: Shankar Prasad -Date: Thu May 14 12:13:06 2009 +0530 +Date: Thu May 14 12:13:06 2009 +0530 Updated Kannada translations @@ -3920,7 +5316,7 @@ commit 1d7f93c53c6e1bf09fe02ce5437461eaaa09aff5 Author: Shankar Prasad -Date: Tue May 12 17:39:06 2009 +0530 +Date: Tue May 12 17:39:06 2009 +0530 Updated Kannada translations @@ -3930,7 +5326,7 @@ commit 445b18a2454108a3efb0800aad5361bd7cdbd1ba Author: Fotis Tsamis -Date: Fri May 8 18:16:55 2009 +0100 +Date: Fri May 8 18:16:55 2009 +0100 Updated Greek translation @@ -3940,7 +5336,7 @@ commit 1cdb44efde3db7b227bfac99a6f8b3b32dcb5a2c Author: Shankar Prasad -Date: Thu May 7 18:07:00 2009 +0530 +Date: Thu May 7 18:07:00 2009 +0530 Updated Kannada translations @@ -3950,7 +5346,7 @@ commit 5406bb6778c5051995aad718a6263ccbc5adc7cb Author: Shankar Prasad -Date: Wed May 6 14:00:26 2009 +0530 +Date: Wed May 6 14:00:26 2009 +0530 Updated the Kannda translations @@ -3960,7 +5356,7 @@ commit cbd672f00ac043bcf4ca56ba7b35aa8211aa0d00 Author: Shankar Prasad -Date: Tue May 5 17:54:21 2009 +0530 +Date: Tue May 5 17:54:21 2009 +0530 Updated the Kannda translations @@ -3970,17 +5366,17 @@ commit 1555ddf88b979109dd24c134a6d4c0d7808533ee Author: Sweta Kothari -Date: Mon Apr 27 14:28:24 2009 +0530 +Date: Mon Apr 27 14:28:24 2009 +0530 Committed gu.po file - po-script-fu/gu.po | 2075 + po-script-fu/gu.po | 2077 ++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1285 insertions(+), 790 deletions(-) + 1 files changed, 1286 insertions(+), 791 deletions(-) commit 3e4f555bc78674726fafb988836d22278201f726 Author: Sweta Kothari -Date: Mon Apr 27 12:20:45 2009 +0530 +Date: Mon Apr 27 12:20:45 2009 +0530 Committed gu.po file @@ -3990,7 +5386,7 @@ commit c45cb8750610ed5ae136cd5f41c55eab1154b60f Author: Sweta Kothari -Date: Mon Apr 27 11:29:42 2009 +0530 +Date: Mon Apr 27 11:29:42 2009 +0530 Committed gu.po file @@ -4000,7 +5396,7 @@ commit 38a90718ecd3e59fea22948120bed704ac51223d Author: Sweta Kothari -Date: Mon Apr 27 10:51:12 2009 +0530 +Date: Mon Apr 27 10:51:12 2009 +0530 Committed Gujarati Translations @@ -4009,7 +5405,7 @@ commit d116c96e03d2770988e506e8f657cd6d330cfbe7 Author: Marco Ciampa -Date: Mon Apr 27 00:47:56 2009 +0200 +Date: Mon Apr 27 00:47:56 2009 +0200 Updated italian translation @@ -4019,17 +5415,17 @@ commit 4bc05c191bc4539350fce196df4e0e2f64cb3556 Author: Sweta Kothari -Date: Fri Apr 24 16:04:29 2009 +0530 +Date: Fri Apr 24 16:04:29 2009 +0530 Committed Gujarati Translations - po-plug-ins/gu.po |14987 - +++++++++++++++++++++++++++++------------------------ - 1 files changed, 8147 insertions(+), 6840 deletions(-) + po-plug-ins/gu.po |17199 + ++++++++++++++++++++++++++++------------------------- + 1 files changed, 9253 insertions(+), 7946 deletions(-) commit 5014c16dc90dff6d53087722294c46b7da8bbd02 Author: Sweta Kothari -Date: Fri Apr 24 14:24:17 2009 +0530 +Date: Fri Apr 24 14:24:17 2009 +0530 Committed Gujarati Translations @@ -4039,7 +5435,7 @@ commit 0a863c53a14dbbcd73b6f661afcb5278c1c2ecda Author: Shankar Prasad -Date: Tue Apr 21 11:37:38 2009 +0530 +Date: Tue Apr 21 11:37:38 2009 +0530 Updated Kannada Translation @@ -4049,7 +5445,7 @@ commit a1f605a6be0621f2abbd108d6ef1d98b06240da1 Author: Shankar Prasad -Date: Thu Apr 16 07:06:18 2009 +0000 +Date: Thu Apr 16 07:06:18 2009 +0000 added kn.po and updated ChangeLog and LINGUAS @@ -4063,25 +5459,25 @@ commit 661d45cadf37c4e622ad24aac878f5c93132bf61 Author: Sweta Kothari -Date: Mon Apr 13 10:50:08 2009 +0000 +Date: Mon Apr 13 10:50:08 2009 +0000 Committed Translation by Sweta Kothari svn path=/branches/gimp-2-6/; revision=28267 po/ChangeLog | 4 + - po/gu.po |10477 - +++++++++++++++++++++++++++++++++++++--------------------- - 2 files changed, 6623 insertions(+), 3858 deletions(-) + po/gu.po |10647 + ++++++++++++++++++++++++++++++++++++---------------------- + 2 files changed, 6708 insertions(+), 3943 deletions(-) commit 9603f49957c8df398f181518f5d94f9788ab86c4 Author: Kjartan Maraas -Date: Thu Apr 9 16:29:29 2009 +0000 +Date: Thu Apr 9 16:29:29 2009 +0000 Updated Norwegian bokmål translation from Sigurd Gartmann + 2009-04-09 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation from Sigurd Gartmann diff -Nru gimp-2.6.11/config.guess gimp-2.6.12/config.guess --- gimp-2.6.11/config.guess 2010-03-06 13:24:27.000000000 +0000 +++ gimp-2.6.12/config.guess 2010-03-29 11:21:24.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-12-30' +timestamp='2009-11-20' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,9 +56,8 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free -Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff -Nru gimp-2.6.11/config.h.in gimp-2.6.12/config.h.in --- gimp-2.6.11/config.h.in 2010-10-03 20:15:43.000000000 +0000 +++ gimp-2.6.12/config.h.in 2012-01-31 14:25:13.000000000 +0000 @@ -84,6 +84,9 @@ /* Define to 1 if you have the `fsync' function. */ #undef HAVE_FSYNC +/* Define to 1 if you have the `getnameinfo' function. */ +#undef HAVE_GETNAMEINFO + /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT @@ -96,9 +99,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_IEEEFP_H -/* Define to 1 if you have the `inet_ntoa' function. */ -#undef HAVE_INET_NTOA - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -287,3 +287,6 @@ /* Define to `int' if does not define. */ #undef pid_t + +/* Define to `unsigned int' if does not define. */ +#undef size_t diff -Nru gimp-2.6.11/config.sub gimp-2.6.12/config.sub --- gimp-2.6.11/config.sub 2010-03-06 13:24:27.000000000 +0000 +++ gimp-2.6.12/config.sub 2010-03-29 11:21:24.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2010-01-22' +timestamp='2009-11-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -75,9 +75,8 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free -Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -381,8 +380,7 @@ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tile-* | tilegx-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | vax-* \ @@ -1087,11 +1085,6 @@ basic_machine=tic6x-unknown os=-coff ;; - # This must be matched before tile*. - tilegx*) - basic_machine=tilegx-unknown - os=-linux-gnu - ;; tile*) basic_machine=tile-unknown os=-linux-gnu @@ -1442,8 +1435,6 @@ -dicos*) os=-dicos ;; - -nacl*) - ;; -none) ;; *) diff -Nru gimp-2.6.11/configure gimp-2.6.12/configure --- gimp-2.6.11/configure 2010-10-03 20:15:17.000000000 +0000 +++ gimp-2.6.12/configure 2012-01-31 14:25:33.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for GIMP 2.6.11. +# Generated by GNU Autoconf 2.68 for GIMP 2.6.12. # # Report bugs to . # @@ -91,6 +91,7 @@ IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. +as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -173,6 +174,14 @@ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes @@ -216,11 +225,18 @@ # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. + # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; + esac + exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} fi if test x$as_have_required = xno; then : @@ -529,155 +545,8 @@ # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - -# Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} -case X$lt_ECHO in -X*--fallback-echo) - # Remove one level of quotation (which was required for Make). - ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` - ;; -esac - -ECHO=${lt_ECHO-echo} -if test "X$1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift -elif test "X$1" = X--fallback-echo; then - # Avoid inline document here, it may be left over - : -elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then - # Yippee, $ECHO works! - : -else - # Restart under the correct shell. - exec $SHELL "$0" --no-reexec ${1+"$@"} -fi - -if test "X$1" = X--fallback-echo; then - # used as fallback echo - shift - cat <<_LT_EOF -$* -_LT_EOF - exit 0 -fi - -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -if test -z "$lt_ECHO"; then - if test "X${echo_test_string+set}" != Xset; then - # find a string as large as possible, as long as the shell can cope with it - for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do - # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... - if { echo_test_string=`eval $cmd`; } 2>/dev/null && - { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null - then - break - fi - done - fi - - if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - : - else - # The Solaris, AIX, and Digital Unix default echo programs unquote - # backslashes. This makes it impossible to quote backslashes using - # echo "$something" | sed 's/\\/\\\\/g' - # - # So, first we look for a working echo in the user's PATH. - - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for dir in $PATH /usr/ucb; do - IFS="$lt_save_ifs" - if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && - test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && - echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - ECHO="$dir/echo" - break - fi - done - IFS="$lt_save_ifs" - - if test "X$ECHO" = Xecho; then - # We didn't find a better echo, so look for alternatives. - if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # This shell has a builtin print -r that does the trick. - ECHO='print -r' - elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && - test "X$CONFIG_SHELL" != X/bin/ksh; then - # If we have ksh, try running configure again with it. - ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} - export ORIGINAL_CONFIG_SHELL - CONFIG_SHELL=/bin/ksh - export CONFIG_SHELL - exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} - else - # Try using printf. - ECHO='printf %s\n' - if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # Cool, printf works - : - elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL - export CONFIG_SHELL - SHELL="$CONFIG_SHELL" - export SHELL - ECHO="$CONFIG_SHELL $0 --fallback-echo" - elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - ECHO="$CONFIG_SHELL $0 --fallback-echo" - else - # maybe with a smaller string... - prev=: - - for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do - if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null - then - break - fi - prev="$cmd" - done - - if test "$prev" != 'sed 50q "$0"'; then - echo_test_string=`eval $prev` - export echo_test_string - exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} - else - # Oops. We lost completely, so just stick with echo. - ECHO=echo - fi - fi - fi - fi - fi -fi - -# Copy echo and quote the copy suitably for passing to libtool from -# the Makefile, instead of quoting the original, which is used later. -lt_ECHO=$ECHO -if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then - lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" -fi - - - test -n "$DJDIR" || exec 7<&0 &1 @@ -702,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='GIMP' PACKAGE_TARNAME='gimp' -PACKAGE_VERSION='2.6.11' -PACKAGE_STRING='GIMP 2.6.11' +PACKAGE_VERSION='2.6.12' +PACKAGE_STRING='GIMP 2.6.12' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP' PACKAGE_URL='' @@ -1009,8 +878,9 @@ LIPO NMEDIT DSYMUTIL -lt_ECHO +MANIFEST_TOOL RANLIB +ac_ct_AR AR LN_S NM @@ -1143,6 +1013,7 @@ with_pic enable_fast_install with_gnu_ld +with_sysroot enable_libtool_lock enable_maintainer_mode enable_largefile @@ -1658,7 +1529,7 @@ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac @@ -1796,7 +1667,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.6.11 to adapt to many kinds of systems. +\`configure' configures GIMP 2.6.12 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1870,7 +1741,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GIMP 2.6.11:";; + short | recursive ) echo "Configuration of GIMP 2.6.12:";; esac cat <<\_ACEOF @@ -1918,6 +1789,8 @@ --with-pic try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-sysroot=DIR Search for dependent libraries within DIR + (or the compiler's sysroot if not specified). --with-x use the X Window System --with-shm=none|sysv|posix|auto shared memory transport type (default=auto) --without-libtiff build without TIFF support @@ -2092,8 +1965,8 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GIMP configure 2.6.11 -generated by GNU Autoconf 2.67 +GIMP configure 2.6.12 +generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation @@ -2139,7 +2012,7 @@ ac_retval=1 fi - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile @@ -2185,7 +2058,7 @@ # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link @@ -2199,7 +2072,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -2217,7 +2090,7 @@ eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile @@ -2253,7 +2126,7 @@ ac_retval=1 fi - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp @@ -2295,7 +2168,7 @@ ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run @@ -2308,7 +2181,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -2363,7 +2236,7 @@ eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func @@ -2375,10 +2248,10 @@ ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if eval "test \"\${$3+set}\"" = set; then : + if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 @@ -2445,7 +2318,7 @@ esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" @@ -2454,7 +2327,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel @@ -2467,7 +2340,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" @@ -2508,15 +2381,15 @@ eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_type cat >config.log <<_ACEOF 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.6.11, which was -generated by GNU Autoconf 2.67. Invocation command line was +It was created by GIMP $as_me 2.6.12, which was +generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2774,7 +2647,7 @@ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi done @@ -2914,7 +2787,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then -if test "${ac_cv_path_install+set}" = set; then : +if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3001,11 +2874,11 @@ ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) - as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; esac # Do `set' in a subshell so we don't clobber the current shell's @@ -3091,7 +2964,7 @@ set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_STRIP+set}" = set; then : +if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then @@ -3131,7 +3004,7 @@ set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then @@ -3184,7 +3057,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then - if test "${ac_cv_path_mkdir+set}" = set; then : + if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3235,7 +3108,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_AWK+set}" = set; then : +if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then @@ -3275,7 +3148,7 @@ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF @@ -3333,7 +3206,7 @@ # Define the identity of the package. PACKAGE='gimp' - VERSION='2.6.11' + VERSION='2.6.12' # Some tools Automake needs. @@ -3369,11 +3242,11 @@ GIMP_MAJOR_VERSION=2 GIMP_MINOR_VERSION=6 -GIMP_MICRO_VERSION=11 -GIMP_INTERFACE_AGE=11 -GIMP_BINARY_AGE=611 -GIMP_VERSION=2.6.11 -GIMP_REAL_VERSION=2.6.11 +GIMP_MICRO_VERSION=12 +GIMP_INTERFACE_AGE=12 +GIMP_BINARY_AGE=612 +GIMP_VERSION=2.6.12 +GIMP_REAL_VERSION=2.6.12 GIMP_API_VERSION=2.0 GIMP_APP_VERSION=2.6 GIMP_PLUGIN_VERSION=2.0 @@ -3431,7 +3304,7 @@ -LT_VERSION_INFO="600:11:600" +LT_VERSION_INFO="600:12:600" LT_CURRENT_MINUS_AGE=0 @@ -3457,7 +3330,7 @@ set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -3497,7 +3370,7 @@ set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -3550,7 +3423,7 @@ set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -3590,7 +3463,7 @@ set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -3649,7 +3522,7 @@ set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -3693,7 +3566,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -3748,7 +3621,7 @@ test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -3863,7 +3736,7 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -3906,7 +3779,7 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 @@ -3965,7 +3838,7 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi fi fi @@ -3976,7 +3849,7 @@ ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } -if test "${ac_cv_objext+set}" = set; then : +if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -4017,7 +3890,7 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi @@ -4027,7 +3900,7 @@ ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if test "${ac_cv_c_compiler_gnu+set}" = set; then : +if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -4064,7 +3937,7 @@ ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } -if test "${ac_cv_prog_cc_g+set}" = set; then : +if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag @@ -4142,7 +4015,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if test "${ac_cv_prog_cc_c89+set}" = set; then : +if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no @@ -4303,7 +4176,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : +if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then @@ -4435,7 +4308,7 @@ fi set dummy $CC; ac_cc=`$as_echo "$2" | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : +if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -4591,7 +4464,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } -if test "${ac_cv_build+set}" = set; then : +if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias @@ -4607,7 +4480,7 @@ $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' @@ -4625,7 +4498,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } -if test "${ac_cv_host+set}" = set; then : +if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then @@ -4640,7 +4513,7 @@ $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' @@ -4659,13 +4532,13 @@ enable_win32_dll=yes case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_AS+set}" = set; then : +if ${ac_cv_prog_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AS"; then @@ -4705,7 +4578,7 @@ set dummy as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_AS+set}" = set; then : +if ${ac_cv_prog_ac_ct_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AS"; then @@ -4757,7 +4630,7 @@ set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_DLLTOOL+set}" = set; then : +if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then @@ -4797,7 +4670,7 @@ set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then : +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then @@ -4849,7 +4722,7 @@ set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OBJDUMP+set}" = set; then : +if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then @@ -4889,7 +4762,7 @@ set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then @@ -4967,8 +4840,8 @@ -macro_version='2.2.6b' -macro_revision='1.3017' +macro_version='2.4' +macro_revision='1.3293' @@ -4984,9 +4857,78 @@ ltmain="$ac_aux_dir/ltmain.sh" +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +$as_echo_n "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case "$ECHO" in + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +$as_echo "printf" >&6; } ;; + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +$as_echo "print -r" >&6; } ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +$as_echo "cat" >&6; } ;; +esac + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } -if test "${ac_cv_path_SED+set}" = set; then : +if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ @@ -5068,7 +5010,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } -if test "${ac_cv_path_GREP+set}" = set; then : +if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then @@ -5131,7 +5073,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } -if test "${ac_cv_path_EGREP+set}" = set; then : +if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 @@ -5198,7 +5140,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } -if test "${ac_cv_path_FGREP+set}" = set; then : +if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 @@ -5329,7 +5271,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi -if test "${lt_cv_path_LD+set}" = set; then : +if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then @@ -5369,7 +5311,7 @@ test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } -if test "${lt_cv_prog_gnu_ld+set}" = set; then : +if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. @@ -5396,7 +5338,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } -if test "${lt_cv_path_NM+set}" = set; then : +if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then @@ -5449,14 +5391,17 @@ NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. - if test -n "$ac_tool_prefix"; then - for ac_prog in "dumpbin -symbols" "link -dump -symbols" + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_DUMPBIN+set}" = set; then : +if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then @@ -5494,13 +5439,13 @@ fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN - for ac_prog in "dumpbin -symbols" "link -dump -symbols" + for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : +if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then @@ -5549,6 +5494,15 @@ fi fi + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" @@ -5563,18 +5517,18 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } -if test "${lt_cv_nm_interface+set}" = set; then : +if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:5571: $ac_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:5574: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:5577: output\"" >&5) + (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -5598,7 +5552,7 @@ # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } -if test "${lt_cv_sys_max_cmd_len+set}" = set; then : +if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 @@ -5631,6 +5585,11 @@ lt_cv_sys_max_cmd_len=8192; ;; + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. @@ -5695,8 +5654,8 @@ # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ - = "XX$teststring$teststring"; } >/dev/null 2>&1 && + while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` @@ -5738,8 +5697,8 @@ # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" - test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ - = c,a/b,, \ + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes @@ -5788,9 +5747,83 @@ +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +$as_echo_n "checking how to convert $build file names to $host format... " >&6; } +if ${lt_cv_to_host_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +$as_echo "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } +if ${lt_cv_to_tool_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +$as_echo "$lt_cv_to_tool_file_cmd" >&6; } + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } -if test "${lt_cv_ld_reload_flag+set}" = set; then : +if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' @@ -5804,6 +5837,11 @@ esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test "$GCC" != yes; then + reload_cmds=false + fi + ;; darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' @@ -5826,7 +5864,7 @@ set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OBJDUMP+set}" = set; then : +if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then @@ -5866,7 +5904,7 @@ set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then @@ -5922,7 +5960,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } -if test "${lt_cv_deplibs_check_method+set}" = set; then : +if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' @@ -5964,16 +6002,18 @@ # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. - if ( file / ) >/dev/null 2>&1; then + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; -cegcc) +cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' @@ -6003,6 +6043,10 @@ lt_cv_deplibs_check_method=pass_all ;; +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in @@ -6011,11 +6055,11 @@ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) - lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) - lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac @@ -6041,7 +6085,7 @@ lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else @@ -6118,6 +6162,21 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown @@ -6133,16 +6192,26 @@ + + + + + + + + + + if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. -set dummy ${ac_tool_prefix}ar; ac_word=$2 + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_AR+set}" = set; then : +if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else - if test -n "$AR"; then - ac_cv_prog_AR="$AR" # Let the user override the test. + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -6151,7 +6220,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AR="${ac_tool_prefix}ar" + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -6161,10 +6230,10 @@ fi fi -AR=$ac_cv_prog_AR -if test -n "$AR"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 -$as_echo "$AR" >&6; } +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +$as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -6172,17 +6241,17 @@ fi -if test -z "$ac_cv_prog_AR"; then - ac_ct_AR=$AR - # Extract the first word of "ar", so it can be a program name with args. -set dummy ar; ac_word=$2 +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else - if test -n "$ac_ct_AR"; then - ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -6191,7 +6260,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_AR="ar" + ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -6201,17 +6270,17 @@ fi fi -ac_ct_AR=$ac_cv_prog_ac_ct_AR -if test -n "$ac_ct_AR"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 -$as_echo "$ac_ct_AR" >&6; } +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +$as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi - if test "x$ac_ct_AR" = x; then - AR="false" + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) @@ -6219,17 +6288,51 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac - AR=$ac_ct_AR + DLLTOOL=$ac_ct_DLLTOOL fi else - AR="$ac_cv_prog_AR" + DLLTOOL="$ac_cv_prog_DLLTOOL" fi -test -z "$AR" && AR=ar -test -z "$AR_FLAGS" && AR_FLAGS=cru +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +$as_echo_n "checking how to associate runtime and link libraries... " >&6; } +if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh + # decide which to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd="$ECHO" + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO @@ -6239,15 +6342,17 @@ if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -set dummy ${ac_tool_prefix}strip; ac_word=$2 + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_STRIP+set}" = set; then : +if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -6256,7 +6361,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -6266,24 +6371,193 @@ fi fi -STRIP=$ac_cv_prog_STRIP -if test -n "$STRIP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +$as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi + test -n "$AR" && break + done fi -if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. -set dummy strip; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_AR+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_AR="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +$as_echo "$ac_ct_AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} +: ${AR_FLAGS=cru} + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +$as_echo_n "checking for archiver @FILE support... " >&6; } +if ${lt_cv_ar_at_file+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -ne 0; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +$as_echo "$lt_cv_ar_at_file" >&6; } + +if test "x$lt_cv_ar_at_file" = xno; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then @@ -6342,7 +6616,7 @@ set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_RANLIB+set}" = set; then : +if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then @@ -6382,7 +6656,7 @@ set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then @@ -6453,6 +6727,18 @@ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + @@ -6499,7 +6785,7 @@ # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } -if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : +if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else @@ -6560,8 +6846,8 @@ lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= @@ -6597,6 +6883,7 @@ else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no @@ -6622,8 +6909,8 @@ test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5 - (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 + (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then @@ -6638,6 +6925,18 @@ if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + #ifdef __cplusplus extern "C" { #endif @@ -6649,7 +6948,7 @@ cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ -const struct { +LT_DLSYM_CONST struct { const char *name; void *address; } @@ -6675,8 +6974,8 @@ _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext - lt_save_LIBS="$LIBS" - lt_save_CFLAGS="$CFLAGS" + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 @@ -6686,8 +6985,8 @@ test $ac_status = 0; } && test -s conftest${ac_exeext}; then pipe_works=yes fi - LIBS="$lt_save_LIBS" - CFLAGS="$lt_save_CFLAGS" + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi @@ -6724,6 +7023,17 @@ $as_echo "ok" >&6; } fi +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + @@ -6746,6 +7056,43 @@ +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +$as_echo_n "checking for sysroot... " >&6; } + +# Check whether --with-sysroot was given. +if test "${with_sysroot+set}" = set; then : + withval=$with_sysroot; +else + with_sysroot=no +fi + + +lt_sysroot= +case ${with_sysroot} in #( + yes) + if test "$GCC" = yes; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 +$as_echo "${with_sysroot}" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +$as_echo "${lt_sysroot:-no}" >&6; } + + + + + # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; @@ -6777,7 +7124,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 6780 "configure"' > conftest.$ac_ext + echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -6871,7 +7218,7 @@ CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } -if test "${lt_cv_cc_needs_belf+set}" = set; then : +if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c @@ -6939,6 +7286,123 @@ need_locks="$enable_libtool_lock" +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +$as_echo "$MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +$as_echo "$ac_ct_MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if ${lt_cv_path_mainfest_tool+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +$as_echo "$lt_cv_path_mainfest_tool" >&6; } +if test "x$lt_cv_path_mainfest_tool" != xyes; then + MANIFEST_TOOL=: +fi + + + + + case $host_os in rhapsody* | darwin*) @@ -6947,7 +7411,7 @@ set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : +if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then @@ -6987,7 +7451,7 @@ set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : +if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then @@ -7039,7 +7503,7 @@ set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_NMEDIT+set}" = set; then : +if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then @@ -7079,7 +7543,7 @@ set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : +if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then @@ -7131,7 +7595,7 @@ set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_LIPO+set}" = set; then : +if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then @@ -7171,7 +7635,7 @@ set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : +if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then @@ -7223,7 +7687,7 @@ set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OTOOL+set}" = set; then : +if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then @@ -7263,7 +7727,7 @@ set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : +if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then @@ -7315,7 +7779,7 @@ set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OTOOL64+set}" = set; then : +if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then @@ -7355,7 +7819,7 @@ set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : +if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then @@ -7430,7 +7894,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } -if test "${lt_cv_apple_cc_single_mod+set}" = set; then : +if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no @@ -7459,7 +7923,7 @@ $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } -if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : +if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no @@ -7489,6 +7953,38 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +$as_echo_n "checking for -force_load linker flag... " >&6; } +if ${lt_cv_ld_force_load+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR cru libconftest.a conftest.o" >&5 + $AR cru libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +$as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; @@ -7516,7 +8012,7 @@ else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi - if test "$DSYMUTIL" != ":"; then + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= @@ -7536,7 +8032,7 @@ CPP= fi if test -z "$CPP"; then - if test "${ac_cv_prog_CPP+set}" = set; then : + if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded @@ -7652,7 +8148,7 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c @@ -7664,7 +8160,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } -if test "${ac_cv_header_stdc+set}" = set; then : +if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -7795,7 +8291,7 @@ do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " -if test "x$ac_cv_header_dlfcn_h" = x""yes; then : +if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF @@ -7806,6 +8302,8 @@ + + # Set options @@ -7926,6 +8424,7 @@ + test -z "$LN_S" && LN_S="ln -s" @@ -7947,7 +8446,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } -if test "${lt_cv_objdir+set}" = set; then : +if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null @@ -7975,19 +8474,6 @@ - - - - - - - - - - - - - case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some @@ -8000,23 +8486,6 @@ ;; esac -# Sed substitution that helps us do robust quoting. It backslashifies -# metacharacters that are still active within double-quoted strings. -sed_quote_subst='s/\(["`$\\]\)/\\\1/g' - -# Same as above, but do not quote variable references. -double_quote_subst='s/\(["`\\]\)/\\\1/g' - -# Sed substitution to delay expansion of an escaped shell variable in a -# double_quote_subst'ed string. -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - -# Sed substitution to delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' - -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' - # Global variables: ofile=libtool can_build_shared=yes @@ -8045,7 +8514,7 @@ *) break;; esac done -cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it @@ -8055,7 +8524,7 @@ if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } -if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : +if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in @@ -8121,7 +8590,7 @@ if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } -if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : +if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in @@ -8250,11 +8719,16 @@ lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then - lt_prog_compiler_no_builtin_flag=' -fno-builtin' + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } -if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : +if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no @@ -8270,15 +8744,15 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8273: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8277: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes @@ -8307,8 +8781,6 @@ lt_prog_compiler_pic= lt_prog_compiler_static= -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 -$as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' @@ -8356,6 +8828,12 @@ lt_prog_compiler_pic='-fno-common' ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag @@ -8398,6 +8876,13 @@ lt_prog_compiler_pic='-fPIC' ;; esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + lt_prog_compiler_pic='-Xcompiler -fPIC' + ;; + esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in @@ -8460,7 +8945,13 @@ lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; - pgcc* | pgf77* | pgf90* | pgf95*) + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' @@ -8472,25 +8963,25 @@ # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; - xl*) - # IBM XL C 8.0/Fortran 10.1 on PPC + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C 5.9 + *Sun\ F* | *Sun*Fortran*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' - lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_wl='' ;; - *Sun\ F*) - # Sun Fortran 8.3 passes all unrecognized flags to the linker + *Sun\ C*) + # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' - lt_prog_compiler_wl='' + lt_prog_compiler_wl='-Wl,' ;; esac ;; @@ -8522,7 +9013,7 @@ lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in - f77* | f90* | f95*) + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; @@ -8579,13 +9070,17 @@ lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 -$as_echo "$lt_prog_compiler_pic" >&6; } - - - - +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } +if ${lt_cv_prog_compiler_pic+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +$as_echo "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. @@ -8593,7 +9088,7 @@ if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } -if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : +if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no @@ -8609,15 +9104,15 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8612: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8616: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes @@ -8646,13 +9141,18 @@ + + + + + # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } -if test "${lt_cv_prog_compiler_static_works+set}" = set; then : +if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no @@ -8665,7 +9165,7 @@ if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 - $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes @@ -8695,7 +9195,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -if test "${lt_cv_prog_compiler_c_o+set}" = set; then : +if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no @@ -8714,16 +9214,16 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8717: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8721: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes @@ -8750,7 +9250,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } -if test "${lt_cv_prog_compiler_c_o+set}" = set; then : +if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no @@ -8769,16 +9269,16 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8772: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8776: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes @@ -8888,13 +9388,36 @@ openbsd*) with_gnu_ld=no ;; - linux* | k*bsd*-gnu) - link_all_deplibs=no - ;; esac ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' @@ -8928,11 +9451,12 @@ ld_shlibs=no cat <<_LT_EOF 1>&2 -*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you -*** really care for shared libraries, you may want to modify your PATH -*** so that a non-GNU linker is found, and then restart. +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. _LT_EOF fi @@ -8968,10 +9492,12 @@ # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='${wl}--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes - export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' @@ -8989,6 +9515,11 @@ fi ;; + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no @@ -9014,15 +9545,16 @@ if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then - tmp_addflag= + tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; - pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; @@ -9033,13 +9565,17 @@ lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; - xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 @@ -9055,17 +9591,17 @@ fi case $cc_basename in - xlf*) + xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld='-rpath $libdir' - archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac @@ -9074,13 +9610,13 @@ fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; @@ -9098,8 +9634,8 @@ _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi @@ -9145,8 +9681,8 @@ *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi @@ -9186,8 +9722,10 @@ else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi @@ -9249,7 +9787,6 @@ if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi - link_all_deplibs=no else # not using gcc if test "$host_cpu" = ia64; then @@ -9275,7 +9812,13 @@ allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -9288,25 +9831,32 @@ _ACEOF if ac_fn_c_try_link "$LINENO"; then : -lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { - /^0/ { - s/^0 *\(.*\)$/\1/ - p - } - }' -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -# Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -fi + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" - archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' @@ -9315,7 +9865,13 @@ else # Determine the default libpath from the value encoded in an # empty executable. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -9328,30 +9884,42 @@ _ACEOF if ac_fn_c_try_link "$LINENO"; then : -lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { - /^0/ { - s/^0 *\(.*\)$/\1/ - p - } - }' -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -# Check for a 64-bit object if we didn't find anything. -if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` -fi + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - whole_archive_flag_spec='$convenience' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' @@ -9383,20 +9951,63 @@ # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. - hardcode_libdir_flag_spec=' ' - allow_undefined_flag=unsupported - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" - # FIXME: Setting linknames here is a bad hack. - archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' - # The linker will automatically build a .lib file if we build a DLL. - old_archive_from_new_cmds='true' - # FIXME: Should let the user specify the lib program. - old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' - fix_srcfile_path='`cygpath -w "$srcfile"`' - enable_shared_with_static_runtimes=yes + case $cc_basename in + cl*) + # Native MSVC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac ;; darwin* | rhapsody*) @@ -9406,7 +10017,11 @@ hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported - whole_archive_flag_spec='' + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else + whole_archive_flag_spec='' + fi link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in @@ -9414,7 +10029,7 @@ *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then - output_verbose_link_cmd=echo + output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" @@ -9457,7 +10072,7 @@ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) - archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no @@ -9465,7 +10080,7 @@ hpux9*) if test "$GCC" = yes; then - archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi @@ -9480,8 +10095,8 @@ ;; hpux10*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then - archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi @@ -9499,16 +10114,16 @@ ;; hpux11*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then + if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) - archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else @@ -9520,7 +10135,46 @@ archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +$as_echo_n "checking if $CC understands -b... " >&6; } +if ${lt_cv_prog_compiler__b+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler__b=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +$as_echo "$lt_cv_prog_compiler__b" >&6; } + +if test x"$lt_cv_prog_compiler__b" = xyes; then + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + ;; esac fi @@ -9548,26 +10202,39 @@ irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + # This should be the same for all languages, so no per-tag cache variable. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if ${lt_cv_irix_exported_symbol+:} false; then : + $as_echo_n "(cached) " >&6 +else + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -int foo(void) {} +int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' - + lt_cv_irix_exported_symbol=yes +else + lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS="$save_LDFLAGS" + LDFLAGS="$save_LDFLAGS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +$as_echo "$lt_cv_irix_exported_symbol" >&6; } + if test "$lt_cv_irix_exported_symbol" = yes; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + fi else - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' @@ -9576,7 +10243,7 @@ link_all_deplibs=yes ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -9629,17 +10296,17 @@ hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported - archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' @@ -9649,13 +10316,13 @@ osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' @@ -9668,9 +10335,9 @@ no_undefined_flag=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' - archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) @@ -9858,44 +10525,50 @@ # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } - $RM conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext +if ${lt_cv_archive_cmds_need_lc+:} false; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then - soname=conftest - lib=conftest - libobjs=conftest.$ac_objext - deplibs= - wl=$lt_prog_compiler_wl - pic_flag=$lt_prog_compiler_pic - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$allow_undefined_flag - allow_undefined_flag= - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } - then - archive_cmds_need_lc=no - else - archive_cmds_need_lc=yes - fi - allow_undefined_flag=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5 -$as_echo "$archive_cmds_need_lc" >&6; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi @@ -10066,16 +10739,23 @@ darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac - lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` - else - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= @@ -10088,7 +10768,7 @@ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done - lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; @@ -10108,7 +10788,13 @@ if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` - sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([A-Za-z]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi @@ -10196,7 +10882,7 @@ m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; @@ -10227,8 +10913,9 @@ need_version=no need_lib_prefix=no - case $GCC,$host_os in - yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) + case $GCC,$cc_basename in + yes,*) + # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ @@ -10247,38 +10934,85 @@ case $host_os in cygwin*) - # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; - mingw* | cegcc*) - # MinGW DLLs use traditional 'lib' prefix - soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` + *) + sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then - # It is most probably a Windows format PATH printed by - # mingw gcc, but we are running on Cygwin. Gcc prints its search - # path with ; separators, and with drive letters. We can handle the - # drive letters (cygwin fileutils understands them), so leave them, - # especially as we might pass files found there to a mingw objdump, - # which wouldn't understand a cygwinified path. Ahh. + # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi - ;; - pw32*) - # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' ;; *) + # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' ;; esac - dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; @@ -10365,6 +11099,19 @@ hardcode_into_libs=yes ;; +haiku*) + version_type=linux + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. @@ -10407,8 +11154,10 @@ soname_spec='${libname}${release}${shared_ext}$major' ;; esac - # HP-UX runs *really* slowly unless shared libraries are mode 555. + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 ;; interix[3-9]*) @@ -10475,12 +11224,17 @@ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no + # Some binutils ld are patched to set DT_RUNPATH - save_LDFLAGS=$LDFLAGS - save_libdir=$libdir - eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ - LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -10493,23 +11247,31 @@ _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : - shlibpath_overrides_runpath=yes + lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" + # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -10521,18 +11283,6 @@ dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no @@ -10823,6 +11573,11 @@ + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= @@ -10895,7 +11650,7 @@ # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } -if test "${ac_cv_lib_dl_dlopen+set}" = set; then : +if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -10929,7 +11684,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } -if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else @@ -10943,12 +11698,12 @@ *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" -if test "x$ac_cv_func_shl_load" = x""yes; then : +if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen="shl_load" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } -if test "${ac_cv_lib_dld_shl_load+set}" = set; then : +if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -10982,16 +11737,16 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } -if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : +if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" -if test "x$ac_cv_func_dlopen" = x""yes; then : +if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen="dlopen" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } -if test "${ac_cv_lib_dl_dlopen+set}" = set; then : +if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -11025,12 +11780,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } -if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } -if test "${ac_cv_lib_svld_dlopen+set}" = set; then : +if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -11064,12 +11819,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } -if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : +if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } -if test "${ac_cv_lib_dld_dld_link+set}" = set; then : +if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -11103,7 +11858,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } -if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : +if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi @@ -11144,7 +11899,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } -if test "${lt_cv_dlopen_self+set}" = set; then : +if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : @@ -11153,7 +11908,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11156 "configure" +#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11194,7 +11949,13 @@ # endif #endif -void fnord() { int i=42;} +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); @@ -11203,7 +11964,11 @@ if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } /* dlclose (self); */ } else @@ -11240,7 +12005,7 @@ wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } -if test "${lt_cv_dlopen_self_static+set}" = set; then : +if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : @@ -11249,7 +12014,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11252 "configure" +#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11290,7 +12055,13 @@ # endif #endif -void fnord() { int i=42;} +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); @@ -11299,7 +12070,11 @@ if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } /* dlclose (self); */ } else @@ -11488,7 +12263,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } -if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then : +if ${am_cv_CCAS_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then @@ -11652,7 +12427,7 @@ set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : +if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in @@ -11695,7 +12470,7 @@ set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in @@ -11882,7 +12657,7 @@ set dummy lib.exe; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ms_librarian+set}" = set; then : +if ${ac_cv_prog_ms_librarian+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ms_librarian"; then @@ -11921,7 +12696,7 @@ set dummy ${ac_tool_prefix}windres; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_WINDRES+set}" = set; then : +if ${ac_cv_prog_WINDRES+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$WINDRES"; then @@ -11961,7 +12736,7 @@ set dummy windres; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then : +if ${ac_cv_prog_ac_ct_WINDRES+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_WINDRES"; then @@ -12039,7 +12814,7 @@ # Checks for programs. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 $as_echo_n "checking for library containing strerror... " >&6; } -if test "${ac_cv_search_strerror+set}" = set; then : +if ${ac_cv_search_strerror+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS @@ -12073,11 +12848,11 @@ fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext - if test "${ac_cv_search_strerror+set}" = set; then : + if ${ac_cv_search_strerror+:} false; then : break fi done -if test "${ac_cv_search_strerror+set}" = set; then : +if ${ac_cv_search_strerror+:} false; then : else ac_cv_search_strerror=no @@ -12098,7 +12873,7 @@ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF @@ -12136,7 +12911,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } -if test "${ac_cv_sys_largefile_CC+set}" = set; then : +if ${ac_cv_sys_largefile_CC+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_sys_largefile_CC=no @@ -12187,7 +12962,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } -if test "${ac_cv_sys_file_offset_bits+set}" = set; then : +if ${ac_cv_sys_file_offset_bits+:} false; then : $as_echo_n "(cached) " >&6 else while :; do @@ -12256,7 +13031,7 @@ if test $ac_cv_sys_file_offset_bits = unknown; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } -if test "${ac_cv_sys_large_files+set}" = set; then : +if ${ac_cv_sys_large_files+:} false; then : $as_echo_n "(cached) " >&6 else while :; do @@ -12610,6 +13385,42 @@ CFLAGS="$CFLAGS $extra_warnings" + extra_warnings= + for flag in '-Wformat-security'; do + if test -z "$extra_warnings"; then + extra_warnings_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $flag" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands $flag" >&5 +$as_echo_n "checking whether $CC understands $flag... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + extra_warnings_works=yes +else + extra_warnings_works=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $extra_warnings_works" >&5 +$as_echo "$extra_warnings_works" >&6; } + CFLAGS="$extra_warnings_save_CFLAGS" + if test "x$extra_warnings_works" = "xyes"; then + extra_warnings="$flag" + fi + fi + done + +CFLAGS="$CFLAGS $extra_warnings" + + # Ensure MSVC-compatible struct packing convention is used when # compiling for Win32 with gcc. # What flag to depends on gcc version: gcc3 uses "-mms-bitfields", while @@ -12652,7 +13463,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } -if test "${ac_cv_header_stdc+set}" = set; then : +if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -12764,7 +13575,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } -if test "${ac_cv_header_sys_wait_h+set}" = set; then : +if ${ac_cv_header_sys_wait_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -12805,7 +13616,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } -if test "${ac_cv_header_time+set}" = set; then : +if ${ac_cv_header_time+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -12854,7 +13665,7 @@ ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" -if test "x$ac_cv_type_pid_t" = x""yes; then : +if test "x$ac_cv_type_pid_t" = xyes; then : else @@ -12866,7 +13677,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 $as_echo_n "checking return type of signal handlers... " >&6; } -if test "${ac_cv_type_signal+set}" = set; then : +if ${ac_cv_type_signal+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -12900,13 +13711,13 @@ for ac_func in vprintf do : ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" -if test "x$ac_cv_func_vprintf" = x""yes; then : +if test "x$ac_cv_func_vprintf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VPRINTF 1 _ACEOF ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" -if test "x$ac_cv_func__doprnt" = x""yes; then : +if test "x$ac_cv_func__doprnt" = xyes; then : $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h @@ -12917,11 +13728,22 @@ +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes; then : + +else + +cat >>confdefs.h <<_ACEOF +#define size_t unsigned int +_ACEOF + +fi + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 $as_echo_n "checking for working alloca.h... " >&6; } -if test "${ac_cv_working_alloca_h+set}" = set; then : +if ${ac_cv_working_alloca_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -12954,7 +13776,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 $as_echo_n "checking for alloca... " >&6; } -if test "${ac_cv_func_alloca_works+set}" = set; then : +if ${ac_cv_func_alloca_works+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -12973,7 +13795,7 @@ #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ -char *alloca (); +void *alloca (size_t); # endif # endif # endif @@ -13017,7 +13839,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } -if test "${ac_cv_os_cray+set}" = set; then : +if ${ac_cv_os_cray+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -13058,7 +13880,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 $as_echo_n "checking stack direction for C alloca... " >&6; } -if test "${ac_cv_c_stack_direction+set}" = set; then : +if ${ac_cv_c_stack_direction+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : @@ -13111,7 +13933,7 @@ for ac_func in fsync do : ac_fn_c_check_func "$LINENO" "fsync" "ac_cv_func_fsync" -if test "x$ac_cv_func_fsync" = x""yes; then : +if test "x$ac_cv_func_fsync" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_FSYNC 1 _ACEOF @@ -13155,7 +13977,7 @@ if test "x$enable_binreloc" = "xauto"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /proc/self/maps" >&5 $as_echo_n "checking for /proc/self/maps... " >&6; } -if test "${ac_cv_file__proc_self_maps+set}" = set; then : +if ${ac_cv_file__proc_self_maps+:} false; then : $as_echo_n "(cached) " >&6 else test "$cross_compiling" = yes && @@ -13168,13 +13990,13 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__proc_self_maps" >&5 $as_echo "$ac_cv_file__proc_self_maps" >&6; } -if test "x$ac_cv_file__proc_self_maps" = x""yes; then : +if test "x$ac_cv_file__proc_self_maps" = xyes; then : fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether everything is installed to the same prefix" >&5 $as_echo_n "checking whether everything is installed to the same prefix... " >&6; } -if test "${br_cv_valid_prefixes+set}" = set; then : +if ${br_cv_valid_prefixes+:} false; then : $as_echo_n "(cached) " >&6 else @@ -13193,7 +14015,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether binary relocation support should be enabled" >&5 $as_echo_n "checking whether binary relocation support should be enabled... " >&6; } -if test "${br_cv_binreloc+set}" = set; then : +if ${br_cv_binreloc+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$enable_binreloc" = "xyes"; then @@ -13217,7 +14039,7 @@ if test "x$enable_binreloc_threads" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_getspecific in -lpthread" >&5 $as_echo_n "checking for pthread_getspecific in -lpthread... " >&6; } -if test "${ac_cv_lib_pthread_pthread_getspecific+set}" = set; then : +if ${ac_cv_lib_pthread_pthread_getspecific+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -13251,7 +14073,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_getspecific" >&5 $as_echo "$ac_cv_lib_pthread_pthread_getspecific" >&6; } -if test "x$ac_cv_lib_pthread_pthread_getspecific" = x""yes; then : +if test "x$ac_cv_lib_pthread_pthread_getspecific" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBPTHREAD 1 _ACEOF @@ -13264,7 +14086,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether binary relocation should use threads" >&5 $as_echo_n "checking whether binary relocation should use threads... " >&6; } -if test "${br_cv_binreloc_threads+set}" = set; then : +if ${br_cv_binreloc_threads+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$enable_binreloc_threads" = "xyes"; then @@ -13377,7 +14199,7 @@ set dummy intltool-update; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then : +if ${ac_cv_path_INTLTOOL_UPDATE+:} false; then : $as_echo_n "(cached) " >&6 else case $INTLTOOL_UPDATE in @@ -13417,7 +14239,7 @@ set dummy intltool-merge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then : +if ${ac_cv_path_INTLTOOL_MERGE+:} false; then : $as_echo_n "(cached) " >&6 else case $INTLTOOL_MERGE in @@ -13457,7 +14279,7 @@ set dummy intltool-extract; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then : +if ${ac_cv_path_INTLTOOL_EXTRACT+:} false; then : $as_echo_n "(cached) " >&6 else case $INTLTOOL_EXTRACT in @@ -13618,7 +14440,7 @@ set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XGETTEXT+set}" = set; then : +if ${ac_cv_path_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else case $XGETTEXT in @@ -13658,7 +14480,7 @@ set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MSGMERGE+set}" = set; then : +if ${ac_cv_path_MSGMERGE+:} false; then : $as_echo_n "(cached) " >&6 else case $MSGMERGE in @@ -13698,7 +14520,7 @@ set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MSGFMT+set}" = set; then : +if ${ac_cv_path_MSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case $MSGFMT in @@ -13738,7 +14560,7 @@ set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GMSGFMT+set}" = set; then : +if ${ac_cv_path_GMSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in @@ -13789,7 +14611,7 @@ set dummy perl; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then : +if ${ac_cv_path_INTLTOOL_PERL+:} false; then : $as_echo_n "(cached) " >&6 else case $INTLTOOL_PERL in @@ -13873,7 +14695,7 @@ case $host in *-*-solaris*) ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : +if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : DATADIRNAME=share else DATADIRNAME=lib @@ -13897,7 +14719,7 @@ for ac_header in locale.h do : ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" -if test "x$ac_cv_header_locale_h" = x""yes; then : +if test "x$ac_cv_header_locale_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LOCALE_H 1 _ACEOF @@ -13909,7 +14731,7 @@ if test $ac_cv_header_locale_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5 $as_echo_n "checking for LC_MESSAGES... " >&6; } -if test "${am_cv_val_LC_MESSAGES+set}" = set; then : +if ${am_cv_val_LC_MESSAGES+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -13949,7 +14771,7 @@ INTLLIBS= ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" -if test "x$ac_cv_header_libintl_h" = x""yes; then : +if test "x$ac_cv_header_libintl_h" = xyes; then : gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" @@ -13958,7 +14780,7 @@ # { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5 $as_echo_n "checking for ngettext in libc... " >&6; } -if test "${gt_cv_func_ngettext_libc+set}" = set; then : +if ${gt_cv_func_ngettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -13989,7 +14811,7 @@ if test "$gt_cv_func_ngettext_libc" = "yes" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5 $as_echo_n "checking for dgettext in libc... " >&6; } -if test "${gt_cv_func_dgettext_libc+set}" = set; then : +if ${gt_cv_func_dgettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -14022,7 +14844,7 @@ for ac_func in bind_textdomain_codeset do : ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : +if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_BIND_TEXTDOMAIN_CODESET 1 _ACEOF @@ -14041,7 +14863,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; } -if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then : +if ${ac_cv_lib_intl_bindtextdomain+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -14075,10 +14897,10 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; } -if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then : +if test "x$ac_cv_lib_intl_bindtextdomain" = xyes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_ngettext+set}" = set; then : +if ${ac_cv_lib_intl_ngettext+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -14112,10 +14934,10 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } -if test "x$ac_cv_lib_intl_ngettext" = x""yes; then : +if test "x$ac_cv_lib_intl_ngettext" = xyes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 $as_echo_n "checking for dgettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_dgettext+set}" = set; then : +if ${ac_cv_lib_intl_dgettext+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -14149,7 +14971,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 $as_echo "$ac_cv_lib_intl_dgettext" >&6; } -if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : +if test "x$ac_cv_lib_intl_dgettext" = xyes; then : gt_cv_func_dgettext_libintl=yes fi @@ -14165,7 +14987,7 @@ $as_echo "" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_ngettext+set}" = set; then : +if ${ac_cv_lib_intl_ngettext+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -14199,10 +15021,10 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } -if test "x$ac_cv_lib_intl_ngettext" = x""yes; then : +if test "x$ac_cv_lib_intl_ngettext" = xyes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5 $as_echo_n "checking for dcgettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_dcgettext+set}" = set; then : +if ${ac_cv_lib_intl_dcgettext+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -14236,7 +15058,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; } -if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then : +if test "x$ac_cv_lib_intl_dcgettext" = xyes; then : gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv else @@ -14261,7 +15083,7 @@ for ac_func in bind_textdomain_codeset do : ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : +if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_BIND_TEXTDOMAIN_CODESET 1 _ACEOF @@ -14299,7 +15121,7 @@ set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MSGFMT+set}" = set; then : +if ${ac_cv_path_MSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGFMT" in @@ -14336,7 +15158,7 @@ for ac_func in dcgettext do : ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext" -if test "x$ac_cv_func_dcgettext" = x""yes; then : +if test "x$ac_cv_func_dcgettext" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DCGETTEXT 1 _ACEOF @@ -14377,7 +15199,7 @@ set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GMSGFMT+set}" = set; then : +if ${ac_cv_path_GMSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in @@ -14418,7 +15240,7 @@ set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XGETTEXT+set}" = set; then : +if ${ac_cv_path_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in @@ -14469,7 +15291,7 @@ case $host in *-*-solaris*) ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : +if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : CATOBJEXT=.gmo DATADIRNAME=share else @@ -14478,6 +15300,10 @@ fi ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; *) CATOBJEXT=.mo DATADIRNAME=lib @@ -14699,6 +15525,7 @@ Alternatively, you may set the environment variables BABL_CFLAGS and BABL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -14713,7 +15540,8 @@ See the pkg-config man page for more details. To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } + else BABL_CFLAGS=$pkg_cv_BABL_CFLAGS BABL_LIBS=$pkg_cv_BABL_LIBS @@ -14788,6 +15616,7 @@ Alternatively, you may set the environment variables GEGL_CFLAGS and GEGL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -14802,7 +15631,8 @@ See the pkg-config man page for more details. To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } + else GEGL_CFLAGS=$pkg_cv_GEGL_CFLAGS GEGL_LIBS=$pkg_cv_GEGL_LIBS @@ -14853,7 +15683,7 @@ set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : +if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in @@ -14896,7 +15726,7 @@ set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in @@ -15018,14 +15848,14 @@ int main () { - int major, minor, micro; + unsigned int major, minor, micro; char *tmp_version; fclose (fopen ("conf.glibtest", "w")); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("$min_glib_version"); - if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { + if (sscanf(tmp_version, "%u.%u.%u", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_glib_version"); exit(1); } @@ -15064,9 +15894,9 @@ } else { - printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n", + printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n", glib_major_version, glib_minor_version, glib_micro_version); - printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n", + printf("*** You need a version of GLIB newer than %u.%u.%u. The latest version of\n", major, minor, micro); printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); @@ -15231,6 +16061,7 @@ Alternatively, you may set the environment variables GMODULE_NO_EXPORT_CFLAGS and GMODULE_NO_EXPORT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -15245,7 +16076,8 @@ See the pkg-config man page for more details. To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } + else GMODULE_NO_EXPORT_CFLAGS=$pkg_cv_GMODULE_NO_EXPORT_CFLAGS GMODULE_NO_EXPORT_LIBS=$pkg_cv_GMODULE_NO_EXPORT_LIBS @@ -15321,6 +16153,7 @@ Alternatively, you may set the environment variables GIO_CFLAGS and GIO_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -15335,7 +16168,8 @@ See the pkg-config man page for more details. To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } + else GIO_CFLAGS=$pkg_cv_GIO_CFLAGS GIO_LIBS=$pkg_cv_GIO_LIBS @@ -15361,7 +16195,7 @@ for ac_func in bind_textdomain_codeset do : ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : +if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_BIND_TEXTDOMAIN_CODESET 1 _ACEOF @@ -15391,8 +16225,8 @@ have_x=disabled else case $x_includes,$x_libraries in #( - *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( - *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : + *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( + *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : $as_echo_n "(cached) " >&6 else # One or both of the vars are not set, and there is no cached value. @@ -15669,7 +16503,7 @@ else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } -if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : +if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -15703,14 +16537,14 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } -if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : +if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } -if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then : +if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -15744,7 +16578,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } -if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then : +if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" fi @@ -15763,14 +16597,14 @@ # The functions gethostbyname, getservbyname, and inet_addr are # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" -if test "x$ac_cv_func_gethostbyname" = x""yes; then : +if test "x$ac_cv_func_gethostbyname" = xyes; then : fi if test $ac_cv_func_gethostbyname = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } -if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then : +if ${ac_cv_lib_nsl_gethostbyname+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -15804,14 +16638,14 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } -if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then : +if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" fi if test $ac_cv_lib_nsl_gethostbyname = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } -if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then : +if ${ac_cv_lib_bsd_gethostbyname+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -15845,7 +16679,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } -if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then : +if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" fi @@ -15860,14 +16694,14 @@ # must be given before -lnsl if both are needed. We assume that # if connect needs -lnsl, so does gethostbyname. ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" -if test "x$ac_cv_func_connect" = x""yes; then : +if test "x$ac_cv_func_connect" = xyes; then : fi if test $ac_cv_func_connect = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 $as_echo_n "checking for connect in -lsocket... " >&6; } -if test "${ac_cv_lib_socket_connect+set}" = set; then : +if ${ac_cv_lib_socket_connect+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -15901,7 +16735,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 $as_echo "$ac_cv_lib_socket_connect" >&6; } -if test "x$ac_cv_lib_socket_connect" = x""yes; then : +if test "x$ac_cv_lib_socket_connect" = xyes; then : X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" fi @@ -15909,14 +16743,14 @@ # Guillermo Gomez says -lposix is necessary on A/UX. ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove" -if test "x$ac_cv_func_remove" = x""yes; then : +if test "x$ac_cv_func_remove" = xyes; then : fi if test $ac_cv_func_remove = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 $as_echo_n "checking for remove in -lposix... " >&6; } -if test "${ac_cv_lib_posix_remove+set}" = set; then : +if ${ac_cv_lib_posix_remove+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -15950,7 +16784,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 $as_echo "$ac_cv_lib_posix_remove" >&6; } -if test "x$ac_cv_lib_posix_remove" = x""yes; then : +if test "x$ac_cv_lib_posix_remove" = xyes; then : X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" fi @@ -15958,14 +16792,14 @@ # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat" -if test "x$ac_cv_func_shmat" = x""yes; then : +if test "x$ac_cv_func_shmat" = xyes; then : fi if test $ac_cv_func_shmat = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 $as_echo_n "checking for shmat in -lipc... " >&6; } -if test "${ac_cv_lib_ipc_shmat+set}" = set; then : +if ${ac_cv_lib_ipc_shmat+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -15999,7 +16833,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 $as_echo "$ac_cv_lib_ipc_shmat" >&6; } -if test "x$ac_cv_lib_ipc_shmat" = x""yes; then : +if test "x$ac_cv_lib_ipc_shmat" = xyes; then : X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" fi @@ -16017,7 +16851,7 @@ # John Interrante, Karl Berry { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } -if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then : +if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -16051,7 +16885,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } -if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then : +if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" fi @@ -16084,7 +16918,7 @@ set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : +if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in @@ -16397,6 +17231,7 @@ Alternatively, you may set the environment variables GDK_PIXBUF_CFLAGS and GDK_PIXBUF_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -16411,7 +17246,8 @@ See the pkg-config man page for more details. To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } + else GDK_PIXBUF_CFLAGS=$pkg_cv_GDK_PIXBUF_CFLAGS GDK_PIXBUF_LIBS=$pkg_cv_GDK_PIXBUF_LIBS @@ -16424,7 +17260,7 @@ set dummy gdk-pixbuf-csource; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GDK_PIXBUF_CSOURCE+set}" = set; then : +if ${ac_cv_path_GDK_PIXBUF_CSOURCE+:} false; then : $as_echo_n "(cached) " >&6 else case $GDK_PIXBUF_CSOURCE in @@ -16532,6 +17368,7 @@ Alternatively, you may set the environment variables CAIRO_CFLAGS and CAIRO_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -16546,7 +17383,8 @@ See the pkg-config man page for more details. To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } + else CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS CAIRO_LIBS=$pkg_cv_CAIRO_LIBS @@ -16622,6 +17460,7 @@ Alternatively, you may set the environment variables FONTCONFIG_CFLAGS and FONTCONFIG_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -16636,7 +17475,8 @@ See the pkg-config man page for more details. To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } + else FONTCONFIG_CFLAGS=$pkg_cv_FONTCONFIG_CFLAGS FONTCONFIG_LIBS=$pkg_cv_FONTCONFIG_LIBS @@ -16774,7 +17614,7 @@ set dummy freetype-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_FREETYPE_CONFIG+set}" = set; then : +if ${ac_cv_path_FREETYPE_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $FREETYPE_CONFIG in @@ -16892,7 +17732,7 @@ for ac_func in finite do : ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite" -if test "x$ac_cv_func_finite" = x""yes; then : +if test "x$ac_cv_func_finite" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_FINITE 1 _ACEOF @@ -17007,7 +17847,7 @@ # check for rint ac_fn_c_check_func "$LINENO" "rint" "ac_cv_func_rint" -if test "x$ac_cv_func_rint" = x""yes; then : +if test "x$ac_cv_func_rint" = xyes; then : $as_echo "#define HAVE_RINT 1" >>confdefs.h @@ -17015,7 +17855,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rint in -lm" >&5 $as_echo_n "checking for rint in -lm... " >&6; } -if test "${ac_cv_lib_m_rint+set}" = set; then : +if ${ac_cv_lib_m_rint+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -17049,7 +17889,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_rint" >&5 $as_echo "$ac_cv_lib_m_rint" >&6; } -if test "x$ac_cv_lib_m_rint" = x""yes; then : +if test "x$ac_cv_lib_m_rint" = xyes; then : $as_echo "#define HAVE_RINT 1" >>confdefs.h @@ -17059,25 +17899,25 @@ -###################################################### -# Check for extra libs needed for inet_ntoa and socket -###################################################### +######################################################## +# Check for extra libs needed for getnameinfo and socket +######################################################## gimp_save_LIBS=$LIBS LIBS="" -for ac_func in inet_ntoa +for ac_func in getnameinfo do : - ac_fn_c_check_func "$LINENO" "inet_ntoa" "ac_cv_func_inet_ntoa" -if test "x$ac_cv_func_inet_ntoa" = x""yes; then : + ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo" +if test "x$ac_cv_func_getnameinfo" = xyes; then : cat >>confdefs.h <<_ACEOF -#define HAVE_INET_NTOA 1 +#define HAVE_GETNAMEINFO 1 _ACEOF else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lnsl" >&5 -$as_echo_n "checking for inet_ntoa in -lnsl... " >&6; } -if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getnameinfo in -lnsl" >&5 +$as_echo_n "checking for getnameinfo in -lnsl... " >&6; } +if ${ac_cv_lib_nsl_getnameinfo+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -17091,27 +17931,27 @@ #ifdef __cplusplus extern "C" #endif -char inet_ntoa (); +char getnameinfo (); int main () { -return inet_ntoa (); +return getnameinfo (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_nsl_inet_ntoa=yes + ac_cv_lib_nsl_getnameinfo=yes else - ac_cv_lib_nsl_inet_ntoa=no + ac_cv_lib_nsl_getnameinfo=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_ntoa" >&5 -$as_echo "$ac_cv_lib_nsl_inet_ntoa" >&6; } -if test "x$ac_cv_lib_nsl_inet_ntoa" = x""yes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_getnameinfo" >&5 +$as_echo "$ac_cv_lib_nsl_getnameinfo" >&6; } +if test "x$ac_cv_lib_nsl_getnameinfo" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBNSL 1 _ACEOF @@ -17125,7 +17965,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5 $as_echo_n "checking for socket in -lsocket... " >&6; } -if test "${ac_cv_lib_socket_socket+set}" = set; then : +if ${ac_cv_lib_socket_socket+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -17159,7 +17999,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5 $as_echo "$ac_cv_lib_socket_socket" >&6; } -if test "x$ac_cv_lib_socket_socket" = x""yes; then : +if test "x$ac_cv_lib_socket_socket" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBSOCKET 1 _ACEOF @@ -17388,7 +18228,7 @@ for ac_header in altivec.h do : ac_fn_c_check_header_mongrel "$LINENO" "altivec.h" "ac_cv_header_altivec_h" "$ac_includes_default" -if test "x$ac_cv_header_altivec_h" = x""yes; then : +if test "x$ac_cv_header_altivec_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_ALTIVEC_H 1 _ACEOF @@ -17478,7 +18318,7 @@ case $shmtype in none|sysv|posix) ;; auto) shmtype=$shmdefault ;; - *) as_fn_error $? "Invalid shared memory transport type: use none, sysv, posix, or auto." "$LINENO" 5 ;; + *) as_fn_error $? "Invalid shared memory transport type: use none, sysv, posix, or auto." "$LINENO" 5;; esac @@ -17486,7 +18326,7 @@ shmtype=win32 elif test "x$shmtype" = "xsysv"; then ac_fn_c_check_header_mongrel "$LINENO" "sys/ipc.h" "ac_cv_header_sys_ipc_h" "$ac_includes_default" -if test "x$ac_cv_header_sys_ipc_h" = x""yes; then : +if test "x$ac_cv_header_sys_ipc_h" = xyes; then : $as_echo "#define HAVE_IPC_H 1" >>confdefs.h @@ -17496,7 +18336,7 @@ ac_fn_c_check_header_mongrel "$LINENO" "sys/shm.h" "ac_cv_header_sys_shm_h" "$ac_includes_default" -if test "x$ac_cv_header_sys_shm_h" = x""yes; then : +if test "x$ac_cv_header_sys_shm_h" = xyes; then : $as_echo "#define HAVE_SHM_H 1" >>confdefs.h @@ -17564,7 +18404,7 @@ have_shm_open=no ac_fn_c_check_func "$LINENO" "shm_open" "ac_cv_func_shm_open" -if test "x$ac_cv_func_shm_open" = x""yes; then : +if test "x$ac_cv_func_shm_open" = xyes; then : have_shm_open=yes fi @@ -17573,7 +18413,7 @@ if test "$have_shm_open" != "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shm_open in -lrt" >&5 $as_echo_n "checking for shm_open in -lrt... " >&6; } -if test "${ac_cv_lib_rt_shm_open+set}" = set; then : +if ${ac_cv_lib_rt_shm_open+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -17607,7 +18447,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_shm_open" >&5 $as_echo "$ac_cv_lib_rt_shm_open" >&6; } -if test "x$ac_cv_lib_rt_shm_open" = x""yes; then : +if test "x$ac_cv_lib_rt_shm_open" = xyes; then : RT_LIBS="-lrt" have_shm_open=yes fi @@ -17615,7 +18455,7 @@ ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default" -if test "x$ac_cv_header_sys_mman_h" = x""yes; then : +if test "x$ac_cv_header_sys_mman_h" = xyes; then : $as_echo "#define HAVE_MMAN_H 1" >>confdefs.h @@ -17782,7 +18622,7 @@ if test -z "$XMU_LIBS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuClientWindow in -lXmu" >&5 $as_echo_n "checking for XmuClientWindow in -lXmu... " >&6; } -if test "${ac_cv_lib_Xmu_XmuClientWindow+set}" = set; then : +if ${ac_cv_lib_Xmu_XmuClientWindow+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -17816,12 +18656,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuClientWindow" >&5 $as_echo "$ac_cv_lib_Xmu_XmuClientWindow" >&6; } -if test "x$ac_cv_lib_Xmu_XmuClientWindow" = x""yes; then : +if test "x$ac_cv_lib_Xmu_XmuClientWindow" = xyes; then : for ac_header in X11/Xmu/WinUtil.h do : ac_fn_c_check_header_compile "$LINENO" "X11/Xmu/WinUtil.h" "ac_cv_header_X11_Xmu_WinUtil_h" "#include " -if test "x$ac_cv_header_X11_Xmu_WinUtil_h" = x""yes; then : +if test "x$ac_cv_header_X11_Xmu_WinUtil_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_X11_XMU_WINUTIL_H 1 _ACEOF @@ -17843,7 +18683,7 @@ # Check for shaped window extension { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeGetRectangles in -lXext" >&5 $as_echo_n "checking for XShapeGetRectangles in -lXext... " >&6; } -if test "${ac_cv_lib_Xext_XShapeGetRectangles+set}" = set; then : +if ${ac_cv_lib_Xext_XShapeGetRectangles+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -17877,12 +18717,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeGetRectangles" >&5 $as_echo "$ac_cv_lib_Xext_XShapeGetRectangles" >&6; } -if test "x$ac_cv_lib_Xext_XShapeGetRectangles" = x""yes; then : +if test "x$ac_cv_lib_Xext_XShapeGetRectangles" = xyes; then : for ac_header in X11/extensions/shape.h do : ac_fn_c_check_header_compile "$LINENO" "X11/extensions/shape.h" "ac_cv_header_X11_extensions_shape_h" "#include " -if test "x$ac_cv_header_X11_extensions_shape_h" = x""yes; then : +if test "x$ac_cv_header_X11_extensions_shape_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_X11_EXTENSIONS_SHAPE_H 1 _ACEOF @@ -18020,7 +18860,7 @@ have_libtiff=yes { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFReadScanline in -ltiff" >&5 $as_echo_n "checking for TIFFReadScanline in -ltiff... " >&6; } -if test "${ac_cv_lib_tiff_TIFFReadScanline+set}" = set; then : +if ${ac_cv_lib_tiff_TIFFReadScanline+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18054,9 +18894,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFReadScanline" >&5 $as_echo "$ac_cv_lib_tiff_TIFFReadScanline" >&6; } -if test "x$ac_cv_lib_tiff_TIFFReadScanline" = x""yes; then : +if test "x$ac_cv_lib_tiff_TIFFReadScanline" = xyes; then : ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" -if test "x$ac_cv_header_tiffio_h" = x""yes; then : +if test "x$ac_cv_header_tiffio_h" = xyes; then : FILE_TIFF_LOAD='file-tiff-load$(EXEEXT)'; FILE_TIFF_SAVE='file-tiff-save$(EXEEXT)'; TIFF_LIBS='-ltiff' else have_libtiff="no (TIFF header files not found)" @@ -18066,7 +18906,7 @@ else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFWriteScanline in -ltiff" >&5 $as_echo_n "checking for TIFFWriteScanline in -ltiff... " >&6; } -if test "${ac_cv_lib_tiff_TIFFWriteScanline+set}" = set; then : +if ${ac_cv_lib_tiff_TIFFWriteScanline+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18100,9 +18940,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFWriteScanline" >&5 $as_echo "$ac_cv_lib_tiff_TIFFWriteScanline" >&6; } -if test "x$ac_cv_lib_tiff_TIFFWriteScanline" = x""yes; then : +if test "x$ac_cv_lib_tiff_TIFFWriteScanline" = xyes; then : ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" -if test "x$ac_cv_header_tiffio_h" = x""yes; then : +if test "x$ac_cv_header_tiffio_h" = xyes; then : FILE_TIFF_LOAD='file-tiff-load$(EXEEXT)'; FILE_TIFF_SAVE='file-tiff-save$(EXEEXT)'; TIFF_LIBS='-ltiff -ljpeg -lz' else have_libtiff="no (TIFF header files not found)" @@ -18112,7 +18952,7 @@ else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFFlushData in -ltiff34" >&5 $as_echo_n "checking for TIFFFlushData in -ltiff34... " >&6; } -if test "${ac_cv_lib_tiff34_TIFFFlushData+set}" = set; then : +if ${ac_cv_lib_tiff34_TIFFFlushData+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18146,9 +18986,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff34_TIFFFlushData" >&5 $as_echo "$ac_cv_lib_tiff34_TIFFFlushData" >&6; } -if test "x$ac_cv_lib_tiff34_TIFFFlushData" = x""yes; then : +if test "x$ac_cv_lib_tiff34_TIFFFlushData" = xyes; then : ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" -if test "x$ac_cv_header_tiffio_h" = x""yes; then : +if test "x$ac_cv_header_tiffio_h" = xyes; then : FILE_TIFF_LOAD='file-tiff-load$(EXEEXT)'; FILE_TIFF_SAVE='file-tiff-save$(EXEEXT)'; TIFF_LIBS='-ltiff34 -ljpeg -lz' else have_libtiff="no (TIFF header files not found)" @@ -18195,7 +19035,7 @@ if test "x$with_libjpeg" != xno && test -z "$JPEG_LIBS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_decompress in -ljpeg" >&5 $as_echo_n "checking for jpeg_destroy_decompress in -ljpeg... " >&6; } -if test "${ac_cv_lib_jpeg_jpeg_destroy_decompress+set}" = set; then : +if ${ac_cv_lib_jpeg_jpeg_destroy_decompress+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18229,7 +19069,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_decompress" >&5 $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_decompress" >&6; } -if test "x$ac_cv_lib_jpeg_jpeg_destroy_decompress" = x""yes; then : +if test "x$ac_cv_lib_jpeg_jpeg_destroy_decompress" = xyes; then : jpeg_ok=yes else jpeg_ok="no (JPEG library not found)" @@ -18261,7 +19101,7 @@ if test "$jpeg_ok" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_save_markers in -ljpeg" >&5 $as_echo_n "checking for jpeg_save_markers in -ljpeg... " >&6; } -if test "${ac_cv_lib_jpeg_jpeg_save_markers+set}" = set; then : +if ${ac_cv_lib_jpeg_jpeg_save_markers+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18295,7 +19135,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_save_markers" >&5 $as_echo "$ac_cv_lib_jpeg_jpeg_save_markers" >&6; } -if test "x$ac_cv_lib_jpeg_jpeg_save_markers" = x""yes; then : +if test "x$ac_cv_lib_jpeg_jpeg_save_markers" = xyes; then : JPEG='jpeg$(EXEEXT)'; JPEG_LIBS='-ljpeg' else jpeg_ok="no (JPEG library is too old)" @@ -18355,7 +19195,7 @@ if test -z "$Z_LIBS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzsetparams in -lz" >&5 $as_echo_n "checking for gzsetparams in -lz... " >&6; } -if test "${ac_cv_lib_z_gzsetparams+set}" = set; then : +if ${ac_cv_lib_z_gzsetparams+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18389,9 +19229,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_gzsetparams" >&5 $as_echo "$ac_cv_lib_z_gzsetparams" >&6; } -if test "x$ac_cv_lib_z_gzsetparams" = x""yes; then : +if test "x$ac_cv_lib_z_gzsetparams" = xyes; then : ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" -if test "x$ac_cv_header_zlib_h" = x""yes; then : +if test "x$ac_cv_header_zlib_h" = xyes; then : FILE_PSP='file-psp$(EXEEXT)'; Z_LIBS='-lz' else have_zlib="no (ZLIB header files not found)" @@ -18535,7 +19375,7 @@ test -n "$PNG_LIBS" && test -n "$JPEG_LIBS" && test -n "$Z_LIBS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mng_create in -lmng" >&5 $as_echo_n "checking for mng_create in -lmng... " >&6; } -if test "${ac_cv_lib_mng_mng_create+set}" = set; then : +if ${ac_cv_lib_mng_mng_create+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18569,9 +19409,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mng_mng_create" >&5 $as_echo "$ac_cv_lib_mng_mng_create" >&6; } -if test "x$ac_cv_lib_mng_mng_create" = x""yes; then : +if test "x$ac_cv_lib_mng_mng_create" = xyes; then : ac_fn_c_check_header_mongrel "$LINENO" "libmng.h" "ac_cv_header_libmng_h" "$ac_includes_default" -if test "x$ac_cv_header_libmng_h" = x""yes; then : +if test "x$ac_cv_header_libmng_h" = xyes; then : mng_ok=yes fi @@ -18701,7 +19541,7 @@ have_libaa=yes { $as_echo "$as_me:${as_lineno-$LINENO}: checking for aa_printf in -laa" >&5 $as_echo_n "checking for aa_printf in -laa... " >&6; } -if test "${ac_cv_lib_aa_aa_printf+set}" = set; then : +if ${ac_cv_lib_aa_aa_printf+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18735,9 +19575,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_aa_aa_printf" >&5 $as_echo "$ac_cv_lib_aa_aa_printf" >&6; } -if test "x$ac_cv_lib_aa_aa_printf" = x""yes; then : +if test "x$ac_cv_lib_aa_aa_printf" = xyes; then : ac_fn_c_check_header_mongrel "$LINENO" "aalib.h" "ac_cv_header_aalib_h" "$ac_includes_default" -if test "x$ac_cv_header_aalib_h" = x""yes; then : +if test "x$ac_cv_header_aalib_h" = xyes; then : FILE_AA='file-aa$(EXEEXT)'; AA_LIBS='-laa' else have_libaa="no (AA header file not found)" @@ -18769,7 +19609,7 @@ if test -z "$XPM_LIBS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToXpmImage in -lXpm" >&5 $as_echo_n "checking for XpmReadFileToXpmImage in -lXpm... " >&6; } -if test "${ac_cv_lib_Xpm_XpmReadFileToXpmImage+set}" = set; then : +if ${ac_cv_lib_Xpm_XpmReadFileToXpmImage+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -18803,9 +19643,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToXpmImage" >&5 $as_echo "$ac_cv_lib_Xpm_XpmReadFileToXpmImage" >&6; } -if test "x$ac_cv_lib_Xpm_XpmReadFileToXpmImage" = x""yes; then : +if test "x$ac_cv_lib_Xpm_XpmReadFileToXpmImage" = xyes; then : ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" -if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : +if test "x$ac_cv_header_X11_xpm_h" = xyes; then : FILE_XPM='file-xpm$(EXEEXT)'; XPM_LIBS="$X_LIBS $X_PRE_LIBS $lib_X11 -lXpm" else have_libxpm="no (XPM header file not found)" @@ -19407,7 +20247,7 @@ set dummy libwmf-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_WMF_CONFIG+set}" = set; then : +if ${ac_cv_path_WMF_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $WMF_CONFIG in @@ -19722,7 +20562,7 @@ if test "x$enable_alsatest" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_ctl_open in -lasound" >&5 $as_echo_n "checking for snd_ctl_open in -lasound... " >&6; } -if test "${ac_cv_lib_asound_snd_ctl_open+set}" = set; then : +if ${ac_cv_lib_asound_snd_ctl_open+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19756,7 +20596,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_ctl_open" >&5 $as_echo "$ac_cv_lib_asound_snd_ctl_open" >&6; } -if test "x$ac_cv_lib_asound_snd_ctl_open" = x""yes; then : +if test "x$ac_cv_lib_asound_snd_ctl_open" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBASOUND 1 _ACEOF @@ -19804,7 +20644,7 @@ have_linux_input="no (linux input support disabled)" if test "x$with_linux_input" != "xno"; then ac_fn_c_check_header_mongrel "$LINENO" "linux/input.h" "ac_cv_header_linux_input_h" "$ac_includes_default" -if test "x$ac_cv_header_linux_input_h" = x""yes; then : +if test "x$ac_cv_header_linux_input_h" = xyes; then : # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES # --------------------------------------------- @@ -19817,7 +20657,7 @@ as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 $as_echo_n "checking whether $as_decl_name is declared... " >&6; } -if eval "test \"\${$3+set}\"" = set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -19848,12 +20688,12 @@ eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_decl ac_fn_c_check_decl "$LINENO" "KEY_OK" "ac_cv_have_decl_KEY_OK" "#include " -if test "x$ac_cv_have_decl_KEY_OK" = x""yes; then : +if test "x$ac_cv_have_decl_KEY_OK" = xyes; then : have_linux_input=yes else have_linux_input="no (needs Linux 2.6)" @@ -19902,10 +20742,10 @@ CPPFLAGS="-I $with_directx_sdk/Include $CPPFLAGS" LDFLAGS="-L$with_directx_sdk/Lib/x86 $LDFLAGS" ac_fn_c_check_header_mongrel "$LINENO" "dinput.h" "ac_cv_header_dinput_h" "$ac_includes_default" -if test "x$ac_cv_header_dinput_h" = x""yes; then : +if test "x$ac_cv_header_dinput_h" = xyes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GUID_XAxis in -ldxguid" >&5 $as_echo_n "checking for GUID_XAxis in -ldxguid... " >&6; } -if test "${ac_cv_lib_dxguid_GUID_XAxis+set}" = set; then : +if ${ac_cv_lib_dxguid_GUID_XAxis+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19939,7 +20779,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dxguid_GUID_XAxis" >&5 $as_echo "$ac_cv_lib_dxguid_GUID_XAxis" >&6; } -if test "x$ac_cv_lib_dxguid_GUID_XAxis" = x""yes; then : +if test "x$ac_cv_lib_dxguid_GUID_XAxis" = xyes; then : have_dx_dinput=yes fi @@ -20058,7 +20898,7 @@ set dummy dbus-binding-tool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_DBUS_BINDING_TOOL+set}" = set; then : +if ${ac_cv_path_DBUS_BINDING_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else case $DBUS_BINDING_TOOL in @@ -20256,7 +21096,7 @@ set dummy sendmail; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_SENDMAIL+set}" = set; then : +if ${ac_cv_path_SENDMAIL+:} false; then : $as_echo_n "(cached) " >&6 else case $SENDMAIL in @@ -20311,7 +21151,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PERL+set}" = set; then : +if ${ac_cv_path_PERL+:} false; then : $as_echo_n "(cached) " >&6 else case $PERL in @@ -20421,7 +21261,7 @@ # VERSION. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 2.5.0" >&5 $as_echo_n "checking for a Python interpreter with version >= 2.5.0... " >&6; } -if test "${am_cv_pathless_PYTHON+set}" = set; then : +if ${am_cv_pathless_PYTHON+:} false; then : $as_echo_n "(cached) " >&6 else @@ -20455,7 +21295,7 @@ set dummy $am_cv_pathless_PYTHON; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PYTHON+set}" = set; then : +if ${ac_cv_path_PYTHON+:} false; then : $as_echo_n "(cached) " >&6 else case $PYTHON in @@ -20507,7 +21347,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON version" >&5 $as_echo_n "checking for $am_display_PYTHON version... " >&6; } -if test "${am_cv_python_version+set}" = set; then : +if ${am_cv_python_version+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"` @@ -20526,7 +21366,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON platform" >&5 $as_echo_n "checking for $am_display_PYTHON platform... " >&6; } -if test "${am_cv_python_platform+set}" = set; then : +if ${am_cv_python_platform+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"` @@ -20540,7 +21380,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5 $as_echo_n "checking for $am_display_PYTHON script directory... " >&6; } -if test "${am_cv_python_pythondir+set}" = set; then : +if ${am_cv_python_pythondir+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$prefix" = xNONE @@ -20578,7 +21418,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5 $as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; } -if test "${am_cv_python_pyexecdir+set}" = set; then : +if ${am_cv_python_pyexecdir+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$exec_prefix" = xNONE @@ -20756,7 +21596,7 @@ set dummy pygtk-codegen-2.0; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PYGTK_CODEGEN+set}" = set; then : +if ${ac_cv_path_PYGTK_CODEGEN+:} false; then : $as_echo_n "(cached) " >&6 else case $PYGTK_CODEGEN in @@ -20979,7 +21819,7 @@ set dummy xmllint; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XMLLINT+set}" = set; then : +if ${ac_cv_path_XMLLINT+:} false; then : $as_echo_n "(cached) " >&6 else case $XMLLINT in @@ -21029,7 +21869,7 @@ set dummy xsltproc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XSLTPROC+set}" = set; then : +if ${ac_cv_path_XSLTPROC+:} false; then : $as_echo_n "(cached) " >&6 else case $XSLTPROC in @@ -21086,7 +21926,7 @@ set dummy gtkdoc-check; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then : +if ${ac_cv_path_GTKDOC_CHECK+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_CHECK in @@ -21128,7 +21968,7 @@ set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then : +if ${ac_cv_path_GTKDOC_REBASE+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_REBASE in @@ -21172,7 +22012,7 @@ set dummy gtkdoc-mkpdf; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then : +if ${ac_cv_path_GTKDOC_MKPDF+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_MKPDF in @@ -21552,10 +22392,21 @@ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then - test "x$cache_file" != "x/dev/null" && + if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} @@ -21755,7 +22606,7 @@ Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -: ${CONFIG_STATUS=./config.status} +: "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" @@ -21856,6 +22707,7 @@ IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. +as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -22162,8 +23014,8 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GIMP $as_me 2.6.11, which was -generated by GNU Autoconf 2.67. Invocation command line was +This file was extended by GIMP $as_me 2.6.12, which was +generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -22228,8 +23080,8 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GIMP config.status 2.6.11 -configured by $0, generated by GNU Autoconf 2.67, +GIMP config.status 2.6.12 +configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" Copyright (C) 2010 Free Software Foundation, Inc. @@ -22357,133 +23209,157 @@ sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' -enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' -AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`' -DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`' -OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' -macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' -macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' -enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' -pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' -enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' -host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' -host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' -host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' -build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' -build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' -build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' -SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' -Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' -GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' -EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' -FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' -LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' -NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' -LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' -max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' -ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' -exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' -lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' -lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' -lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' -reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' -reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' -deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' -file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' -AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' -AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' -STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' -RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' -old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' -CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' -CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' -compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' -GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' -objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' -SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' -ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' -MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' -need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' -DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' -NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' -LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' -OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' -OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' -libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' -shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' -extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' -enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' -export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' -module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' -module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' -with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' -allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' -no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' -inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' -link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' -fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' -always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' -export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' -exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' -include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' -prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' -file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' -variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' -need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' -need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' -version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' -runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' -shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' -shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' -libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' -library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' -soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' -postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' -finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' -sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' -sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' -old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' -striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + # Quote evaled strings. -for var in SED \ +for var in AS \ +DLLTOOL \ +OBJDUMP \ +SHELL \ +ECHO \ +SED \ GREP \ EGREP \ FGREP \ @@ -22495,8 +23371,12 @@ reload_flag \ deplibs_check_method \ file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ +archiver_list_spec \ STRIP \ RANLIB \ CC \ @@ -22506,14 +23386,14 @@ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ -SHELL \ -ECHO \ +nm_file_list_spec \ lt_prog_compiler_no_builtin_flag \ -lt_prog_compiler_wl \ lt_prog_compiler_pic \ +lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ +MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ @@ -22529,7 +23409,6 @@ hardcode_libdir_flag_spec \ hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ -fix_srcfile_path \ exclude_expsyms \ include_expsyms \ file_list_spec \ @@ -22537,12 +23416,13 @@ libname_spec \ library_names_spec \ soname_spec \ +install_override_mode \ finish_eval \ old_striplib \ striplib; do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -22564,14 +23444,15 @@ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ +postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec; do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -22579,12 +23460,6 @@ esac done -# Fix-up fallback echo if it was mangled by the above quoting rules. -case \$lt_ECHO in -*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` - ;; -esac - ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' @@ -22608,8 +23483,8 @@ gimp_major_ver=2 gimp_minor_ver=6 - gimp_micro_ver=11 - gimp_ver=2.6.11 + gimp_micro_ver=12 + gimp_ver=2.6.12 gimp_api_ver=2.0 @@ -22765,7 +23640,7 @@ "sed-po-makefiles") CONFIG_COMMANDS="$CONFIG_COMMANDS sed-po-makefiles" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done @@ -22788,9 +23663,10 @@ # after its creation but before its name has been assigned to `$tmp'. $debug || { - tmp= + tmp= ac_tmp= trap 'exit_status=$? - { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } @@ -22798,12 +23674,13 @@ { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -n "$tmp" && test -d "$tmp" + test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. @@ -22825,7 +23702,7 @@ ac_cs_awk_cr=$ac_cr fi -echo 'BEGIN {' >"$tmp/subs1.awk" && +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF @@ -22853,7 +23730,7 @@ rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h @@ -22901,7 +23778,7 @@ rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK -cat >>"\$tmp/subs1.awk" <<_ACAWK && +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" @@ -22933,7 +23810,7 @@ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF @@ -22967,7 +23844,7 @@ # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then -cat >"$tmp/defines.awk" <<\_ACAWK || +cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF @@ -22979,8 +23856,8 @@ # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do - ac_t=`sed -n "/$ac_delim/p" confdefs.h` - if test -z "$ac_t"; then + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 @@ -23081,7 +23958,7 @@ esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac @@ -23100,7 +23977,7 @@ for ac_f do case $ac_f in - -) ac_f="$tmp/stdin";; + -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. @@ -23109,7 +23986,7 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" @@ -23135,8 +24012,8 @@ esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac @@ -23272,21 +24149,22 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} - rm -f "$tmp/stdin" + rm -f "$ac_tmp/stdin" case $ac_file in - -) cat "$tmp/out" && rm -f "$tmp/out";; - *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; @@ -23297,20 +24175,20 @@ if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" - } >"$tmp/config.h" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" - mv "$tmp/config.h" "$ac_file" \ + mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. @@ -23472,7 +24350,8 @@ # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -23508,13 +24387,13 @@ build_old_libs=$enable_static # Assembler program. -AS=$AS +AS=$lt_AS # DLL creation program. -DLLTOOL=$DLLTOOL +DLLTOOL=$lt_DLLTOOL # Object dumper program. -OBJDUMP=$OBJDUMP +OBJDUMP=$lt_OBJDUMP # Which release of libtool.m4 was used? macro_version=$macro_version @@ -23529,6 +24408,12 @@ # Whether or not to optimize for fast installation. fast_install=$enable_fast_install +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + # The host system. host_alias=$host_alias host=$host @@ -23578,20 +24463,36 @@ # turn newlines into spaces. NL2SP=$lt_lt_NL2SP -# How to create reloadable object files. -reload_flag=$lt_reload_flag -reload_cmds=$lt_reload_cmds +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method -# Command to use when deplibs_check_method == "file_magic". +# Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + # The archiver. AR=$lt_AR + +# Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + # A symbol stripping program. STRIP=$lt_STRIP @@ -23600,6 +24501,9 @@ old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + # A C compiler. LTCC=$lt_CC @@ -23618,14 +24522,14 @@ # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix -# The name of the directory that contains temporary libtool files. -objdir=$objdir +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec -# Shell to use when invoking shell scripts. -SHELL=$lt_SHELL +# The root where to search for dependent libraries,and in which our libraries should be installed. +lt_sysroot=$lt_sysroot -# An echo program that does not interpret backslashes. -ECHO=$lt_ECHO +# The name of the directory that contains temporary libtool files. +objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD @@ -23633,6 +24537,9 @@ # Must we lock files when doing compilation? need_locks=$lt_need_locks +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL @@ -23689,6 +24596,9 @@ # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds @@ -23728,6 +24638,10 @@ # The linker used to build libraries. LD=$lt_LD +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds @@ -23740,12 +24654,12 @@ # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag -# How to pass a linker flag through the compiler. -wl=$lt_lt_prog_compiler_wl - # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static @@ -23832,9 +24746,6 @@ # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs -# Fix the shell variable \$srcfile for the compiler. -fix_srcfile_path=$lt_fix_srcfile_path - # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols @@ -23850,6 +24761,9 @@ # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + # Specify filename containing input files. file_list_spec=$lt_file_list_spec @@ -23882,212 +24796,169 @@ # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? - sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - case $xsi_shell in - yes) - cat << \_LT_EOF >> "$cfgfile" - -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac -} - -# func_basename file -func_basename () -{ - func_basename_result="${1##*/}" -} - -# func_dirname_and_basename file append nondir_replacement -# perform func_basename and func_dirname in a single function -# call: -# dirname: Compute the dirname of FILE. If nonempty, -# add APPEND to the result, otherwise set result -# to NONDIR_REPLACEMENT. -# value returned in "$func_dirname_result" -# basename: Compute filename of FILE. -# value retuned in "$func_basename_result" -# Implementation must be kept synchronized with func_dirname -# and func_basename. For efficiency, we do not delegate to -# those functions but instead duplicate the functionality here. -func_dirname_and_basename () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac - func_basename_result="${1##*/}" -} - -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -func_stripname () -{ - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary parameter first. - func_stripname_result=${3} - func_stripname_result=${func_stripname_result#"${1}"} - func_stripname_result=${func_stripname_result%"${2}"} -} - -# func_opt_split -func_opt_split () -{ - func_opt_split_opt=${1%%=*} - func_opt_split_arg=${1#*=} -} - -# func_lo2o object -func_lo2o () -{ - case ${1} in - *.lo) func_lo2o_result=${1%.lo}.${objext} ;; - *) func_lo2o_result=${1} ;; - esac -} - -# func_xform libobj-or-source -func_xform () -{ - func_xform_result=${1%.*}.lo -} - -# func_arith arithmetic-term... -func_arith () -{ - func_arith_result=$(( $* )) -} - -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=${#1} -} - -_LT_EOF - ;; - *) # Bourne compatible functions. - cat << \_LT_EOF >> "$cfgfile" - -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` - if test "X$func_dirname_result" = "X${1}"; then - func_dirname_result="${3}" - else - func_dirname_result="$func_dirname_result${2}" - fi -} - -# func_basename file -func_basename () -{ - func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` -} - - -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -# func_strip_suffix prefix name -func_stripname () -{ - case ${2} in - .*) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; - esac -} - -# sed scripts: -my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' -my_sed_long_arg='1s/^-[^=]*=//' - -# func_opt_split -func_opt_split () -{ - func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` - func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` -} - -# func_lo2o object -func_lo2o () -{ - func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` -} - -# func_xform libobj-or-source -func_xform () -{ - func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` -} - -# func_arith arithmetic-term... -func_arith () -{ - func_arith_result=`expr "$@"` -} - -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` -} - -_LT_EOF -esac - -case $lt_shell_append in - yes) - cat << \_LT_EOF >> "$cfgfile" - -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () -{ - eval "$1+=\$2" -} -_LT_EOF - ;; - *) - cat << \_LT_EOF >> "$cfgfile" - -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () -{ - eval "$1=\$$1\$2" -} - -_LT_EOF - ;; - esac + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + if test x"$xsi_shell" = xyes; then + sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ +func_dirname ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_basename ()$/,/^} # func_basename /c\ +func_basename ()\ +{\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ +func_dirname_and_basename ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ +func_stripname ()\ +{\ +\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ +\ # positional parameters, so assign one to ordinary parameter first.\ +\ func_stripname_result=${3}\ +\ func_stripname_result=${func_stripname_result#"${1}"}\ +\ func_stripname_result=${func_stripname_result%"${2}"}\ +} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ +func_split_long_opt ()\ +{\ +\ func_split_long_opt_name=${1%%=*}\ +\ func_split_long_opt_arg=${1#*=}\ +} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ +func_split_short_opt ()\ +{\ +\ func_split_short_opt_arg=${1#??}\ +\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ +} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ +func_lo2o ()\ +{\ +\ case ${1} in\ +\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ +\ *) func_lo2o_result=${1} ;;\ +\ esac\ +} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_xform ()$/,/^} # func_xform /c\ +func_xform ()\ +{\ + func_xform_result=${1%.*}.lo\ +} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_arith ()$/,/^} # func_arith /c\ +func_arith ()\ +{\ + func_arith_result=$(( $* ))\ +} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_len ()$/,/^} # func_len /c\ +func_len ()\ +{\ + func_len_result=${#1}\ +} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + +fi + +if test x"$lt_shell_append" = xyes; then + sed -e '/^func_append ()$/,/^} # func_append /c\ +func_append ()\ +{\ + eval "${1}+=\\${2}"\ +} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ +func_append_quoted ()\ +{\ +\ func_quote_for_eval "${2}"\ +\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ +} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi + +if test x"$_lt_function_replace_fail" = x":"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} +fi - sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - mv -f "$cfgfile" "$ofile" || + mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" diff -Nru gimp-2.6.11/configure.in gimp-2.6.12/configure.in --- gimp-2.6.11/configure.in 2010-10-03 12:04:42.000000000 +0000 +++ gimp-2.6.12/configure.in 2012-01-31 13:50:28.000000000 +0000 @@ -8,11 +8,11 @@ m4_define([gimp_major_version], [2]) m4_define([gimp_minor_version], [6]) -m4_define([gimp_micro_version], [11]) +m4_define([gimp_micro_version], [12]) 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], [11]) +m4_define([gimp_interface_age], [12]) m4_define([gimp_binary_age], [m4_eval(100 * gimp_minor_version + gimp_micro_version)]) @@ -339,6 +339,9 @@ GIMP_DETECT_CFLAGS(extra_warnings, '-Wold-style-definition') CFLAGS="$CFLAGS $extra_warnings" +GIMP_DETECT_CFLAGS(extra_warnings, '-Wformat-security') +CFLAGS="$CFLAGS $extra_warnings" + # Ensure MSVC-compatible struct packing convention is used when # compiling for Win32 with gcc. @@ -602,14 +605,14 @@ AC_DEFINE(HAVE_RINT)])]) -###################################################### -# Check for extra libs needed for inet_ntoa and socket -###################################################### +######################################################## +# Check for extra libs needed for getnameinfo and socket +######################################################## gimp_save_LIBS=$LIBS LIBS="" -AC_CHECK_FUNCS(inet_ntoa, , AC_CHECK_LIB(nsl, inet_ntoa)) +AC_CHECK_FUNCS(getnameinfo, , AC_CHECK_LIB(nsl, getnameinfo)) AC_CHECK_LIB(socket, socket) SOCKET_LIBS="$LIBS" diff -Nru gimp-2.6.11/cursors/Makefile.in gimp-2.6.12/cursors/Makefile.in --- gimp-2.6.11/cursors/Makefile.in 2010-10-03 20:15:05.000000000 +0000 +++ gimp-2.6.12/cursors/Makefile.in 2012-01-31 14:25:17.000000000 +0000 @@ -206,6 +206,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -297,6 +298,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -334,7 +336,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/brushes/Makefile.in gimp-2.6.12/data/brushes/Makefile.in --- gimp-2.6.11/data/brushes/Makefile.in 2010-10-03 20:15:05.000000000 +0000 +++ gimp-2.6.12/data/brushes/Makefile.in 2012-01-31 14:25:18.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/environ/Makefile.in gimp-2.6.12/data/environ/Makefile.in --- gimp-2.6.11/data/environ/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/data/environ/Makefile.in 2012-01-31 14:25:18.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/gradients/Makefile.in gimp-2.6.12/data/gradients/Makefile.in --- gimp-2.6.11/data/gradients/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/data/gradients/Makefile.in 2012-01-31 14:25:18.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/images/Makefile.in gimp-2.6.12/data/images/Makefile.in --- gimp-2.6.11/data/images/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/data/images/Makefile.in 2012-01-31 14:25:18.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/interpreters/Makefile.in gimp-2.6.12/data/interpreters/Makefile.in --- gimp-2.6.11/data/interpreters/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/data/interpreters/Makefile.in 2012-01-31 14:25:18.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/Makefile.in gimp-2.6.12/data/Makefile.in --- gimp-2.6.11/data/Makefile.in 2010-10-03 20:15:05.000000000 +0000 +++ gimp-2.6.12/data/Makefile.in 2012-01-31 14:25:17.000000000 +0000 @@ -244,6 +244,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -335,6 +336,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -372,7 +374,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/palettes/Makefile.in gimp-2.6.12/data/palettes/Makefile.in --- gimp-2.6.11/data/palettes/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/data/palettes/Makefile.in 2012-01-31 14:25:18.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/patterns/Makefile.in gimp-2.6.12/data/patterns/Makefile.in --- gimp-2.6.11/data/patterns/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/data/patterns/Makefile.in 2012-01-31 14:25:18.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/data/tips/gimp-tips.xml gimp-2.6.12/data/tips/gimp-tips.xml --- gimp-2.6.11/data/tips/gimp-tips.xml 2010-07-07 17:39:58.000000000 +0000 +++ gimp-2.6.12/data/tips/gimp-tips.xml 2012-01-31 14:26:58.000000000 +0000 @@ -13,11 +13,12 @@ Можна атрымаць кантэкстную дапамогу для бальшыні функцый GIMP'а, націснуўшы клявішу F1 у любы момант. Гэта спрацоўвае нават у мэню. Можете да получите контекстночувствителна помощ за повечето възможности на GIMP като натиснете F1 по всяко време. Работи и в менюта. Podeu obtenir ajuda contextual per a la majoria de les característiques del GIMP prement la tecla F1 en qualsevol moment. Això també funciona dins els menús. - Podeu obtenir ajuda contextual per a la majoria de les característiques del GIMP prement la tecla F1 en qualsevol moment. Això també funciona dins els menús. + Podeu obtindre ajuda contextual per a la majoria de les característiques del GIMP prement la tecla F1 en qualsevol moment. Això també funciona dins els menús. Kontextovou nápovědu o většině vlastností programu GIMP můžete kdykoli získat stisknutím klávesy F1. Funguje to i v menu. Du kan få kontekstafhængig hjælp til de fleste af Gimp'ens faciliteter ved at trykke på F1-tasten på et hvilket som helst tidspunkt. Det virker også inde i menuer. Durch Drücken der F1-Taste erhalten Sie für die meisten GIMP-Funktionen eine kontextabhängige Hilfe. Dies funktioniert auch innerhalb der Menüs. ཁྱོད་ཀྱིས་སྐབས་དོན་- ཚོར་ཅན་གྲོགས་རམ་འདི་ དུས་ཚོད་ནམ་རང་འབད་རུང་ ཨེཕ་༡་ལྡེ་མིག་དེ་ཨེབ་པའི་ཐོག་ལས་ ཇི་ཨའི་ཨེམ་པི་གི་ཁྱད་རྣམ་ཚུ་མང་ཤོས་ཀྱི་དོན་ལུ་ འཐོབ་ཚུགས། འདི་གིས་དཀར་ཆག་ནང་ལུ་ཡང་ལཱ་འབད་བཏུབ་ཨིན། + Μπορείτε να πάρετε εξειδικευμένη βοήθεια για τα χαρακτηριστικά του GIMP πιέζοντας το πλήκτρο F1 οποτεδήποτε. Αυτό επίσης δουλεύει μες τα μενού. You can get context-sensitive help for most of GIMP's features by pressing the F1 key at any time. This also works inside the menus. You can get context-sensitive help for most of GIMP's features by pressing the F1 key at any time. This also works inside the menus. Puede obtener ayuda sensible al contexto para la mayoría de las características de GIMP pulsando la tecla F1 en cualquier momento. Esto también funciona dentro de los menús. @@ -33,6 +34,7 @@ អ្នក​អាច​ទទួល​ជំនួយ​បរិបទ​សម្រាប់​លក្ខណៈ​សម្បត្តិ​ជា​ច្រើន​របស់ GIMP ដោយ​ចុច​គ្រាប់​ចុច F1 នៅ​ពេល​ណា​មួយ ។ វា​ក៏​ដំណើរការ​ខាង​ក្នុង​ម៉ឺនុយ​ផងដែរ ។ 언제라도 F1키를 누르면 GIMP의 대부분의 기능들에 대해서 문맥에 맞는 도움말을 볼 수 있습니다. 물론 메뉴 안에서도 됩니다. Daugumos GIMP funkcijų kontekstinį žinyną galite pamatyti bet kuriuo metu paspaudę klavišą F1. Tai taip pat veikia ir atidarius meniu. + Vajadzīga palīdzība? Nospiežot F1 taustiņu jebkurā GIMP dialogā vai izvēlnē, tiks atvērta atbilstošā rokasgrāmatas sadaļa. Можете да добиете помош при тековна работа за поевеќето елементи на ГИМП со притискање на F1 копчето во било кое време. Ова исто така работи и внатре во менијата. F1 कि दाबून तुम्ही बहुतांश GIMP गुणविशेष करीता संदर्भ-संवेदनशील मदत प्राप्त करू शकता. हे मेन्यू अंतर्गत देखिल कार्य करते. GIMP ရဲ့ ဂုဏ်အင်္ဂါရပ်များ အများစုအတွက် အကြောင်းအရာ-အာရုံခံနိုင်တဲ့ အကူအညီကို F1 သော့ချက်ကို အချိန်မရွေး နှိုပ်ခြင်းဖြင့် သင် ရရှိနိုင်တယ်။ ဒီအရာဟာ စာရင်းမှတ်များ အတွင်းမှာလည်း အလုပ် လုပ်ဆေင်တယ်။ @@ -66,6 +68,7 @@ Gimp'en bruger lag til at lade dig organisere dit billede. Tænk på dem som en stabel lysbilleder eller filtre. Når du kigger gennem dem, ser du et billede der er sat sammen af deres individuelle indhold. GIMP benutzt Ebenen, um Ihre Bilder zu verwalten. Diese können Sie sich als einen Stapel von Folien vorstellen. Sieht man durch diese hindurch, so entsteht das Bild durch die Überlagerung der Inhalte. ཇི་ཨའི་ཨེམ་པི་གིས་ ཁྱོད་ཀྱིས་ཁྱོད་རའི་གཟུགས་བརྙན་འགོ་འདྲེན་འཐབ་བཅུག་ནིའི་དོན་ལུ་ བང་རིམ་ཚུ་ལག་ལེན་འཐབ་ཨིན། ཁྱོད་ཀྱིས་དེ་ཚུ་ བཤུད་བརྙན་གྱི་བརྩེགས་ཕུང་དང་ཡང་ན་ ཚགས་མ་སྦེ་མནོ་་མནོ་བསམ་བཏངདེ་ཚེ་བརྒྱུད་དེ་བལྟ་མི་དེ་གིས་ དེ་ཚུའི་ནང་དོན་གྱི་སྣ་སྡུད་ཅིག་མཐོང་ཚུགས།་ཏེ་ + Το GIMP χρησιμοποιεί στρώσεις για να οργανώσετε την εικόνα σας. Σκεφτείτε τες ως μία στοίβα διαφανειών ή φίλτρων, έτσι κοιτώντας μέσα από αυτές βλέπετε μια σύνθετη από τα περιεχόμενα τους. GIMP uses layers to let you organize your image. Think of them as a stack of slides or filters, such that looking through them you see a composite of their contents. GIMP uses layers to let you organise your image. Think of them as a stack of slides or filters, such that looking through them you see a composite of their contents. GIMP uzas tavolojn por organizi bildon. Vi povas konsideri ilin kiel stako de diapozitivoj aŭ filtriloj, tiel ke, rigardante tra ili, vi povas vidi komponaĵon de la tuta enteno. @@ -83,6 +86,7 @@ GIMP ប្រើ​ស្រទាប់​ដើម្បី​អនុញ្ញាត​ឲ្យ​អ្នក​រៀបចំ​រូបភាព​របស់​អ្នក ។ គិត​ថា​ពួក​វាជា​ជង់​ស្លាយ ឬ​ជា​តម្រង ដូច្នេះ​ការ​មើល​កាត់​ពួកវា អ្នក​នឹង​ឃើញ​សមាសភាគ​មាតិកា​របស់​ពួកវា ។ 김프는 레이어를 이용해 이미지를 구성합니다. 레이어는 내용물을 볼 수 있는 슬라이드나 필터의 모음과 같습니다. GIMP leidžia tvarkyti paveikslėlį naudojant sluoksnius. Įsivaizduokite, kad sluoksniai – tai filtrų arba skaidrių krūva, pro kurią žiūrėdami matysite iš jų sudarytą paveikslėlį. + GIMP atbalsta slāņus, kas palīdz attēla kompozīcijas veidošanā. Slāņi ir kā viens uz otra salikti filtri vai kodoskopa plēves, kas veido vienu kombinētu attēlu. ГИМП користи слоеви за да ви овозможи да ја организирате сликата. Мислете на нив како за пластови на слајдови или филтери, такви кои кога гледате низ нив ја гледате мешавината на нивниот состав. प्रतिमा आयोजीत करण्याकरीता GIMP थरांचा वापर करतो. त्यांस स्लाइड किंवा फिल्टरचे स्टॅक नुरूप पहा, जेणेकरूण त्याचे अवलोकन अंतर्भूत माहिती मिश्रण यानुरूप आढळेल. GIMP က သင့်ရဲ့ ရုပ်ပုံကို စီစဉ်စေဖို့ အလွှာများကို သုံးတယ်။ ၄င်းတို့ကို စလိုက်များ (သို့) စစ်ထုတ် ကိရိယာများရဲ့ ဆင့်စီချက် တခု အဖြစ် မှတ်ယူပြီး ၄င်းတို့မှ တဆင့် ၄င်းတို့ရဲ့ အကြောင်းအရာများရဲ့ ပေါင်းစပ်မှု တခုကို သင်မြင်နိုင်တယ်။ @@ -118,6 +122,7 @@ Du kan udføre mange lagoperationer ved at højreklikke på tekstetiketten til et lag i lagvinduet. Viele Ebenenoperationen werden durch Klicken mit der rechten Maustaste auf den Namen der Ebene im Ebenendialog durchgeführt. ཁྱོད་ཀྱིས་བང་རིམ་ཚུ་གི་ཌའི་ལོག་ནང་ལུ་ བང་རིམ་གྱི་ཚིག་ཡིག་ཁ་ཡིག་གུར་གཡས་ལུ་ ཨེབ་གཏང་འབད་བའི་ཐོག་ལས བང་རིམ་ལེ་ཤ་གི་བཀོལ་སྤྱོད་ཀྱི་ལཱ་འགན་འགྲུབ་ཚུགས། + Μπορείτε να κάνετε πολλές λειτουργίες στρώσης με δεξί κλικ στην ετικέτα κειμένου της στρώσης στο διάλογο στρώσεων. You can perform many layer operations by right-clicking on the text label of a layer in the Layers dialogue. You can perform many layer operations by right-clicking on the text label of a layer in the Layers dialogue. Vi povas fari multajn agojn per dekstra alklako sur la (teksto)slipo de tavolo en la fenestro pri Tavoloj. @@ -137,6 +142,7 @@ អ្នក​អាច​ប្រតិបត្តិ​ប្រតិបត្តិការ​ស្រទាប់​ជា​ច្រើន ដោយ​ចុច​ខាងស្ដាំ​លើ​ស្លាក​អត្ថបទ​របស់​ស្រទាប់​មួយ​ក្នុង​ប្រអប់​ស្រទាប់ ។ 레이어 대화상자의 텍스트 레이블에서 오른쪽-클릭을 하면 많은 레이어 관련 작업을 수행할 수 있습니다. Galite atlikti daug veiksmų su sluoksniu, paspaudę dešinį pelės klavišą ant jo pavadinimo Sluoksnių dialoge. + Daudzas darbības ar slāņiem var veikt, izpildot labo peles klikšķi uz attiecīgā slāņa nosaukuma dialogā "Slāņi". Можете да извршите многу операции врз слоевите со десен клик на текстот на слојот во дијалогот Слоеви. थर संवाद अंतर्गत थराच्या पाठ्य लेबलवर उजवी-क्लिक प्रविष्ट करून तुम्ही अनेक थर कार्यपद्धती कार्यान्वीत करू शकता. Anda boleh melaksanakan banyak pengendalian lapisan dengan mengklik kanan label teks lapisan dalam dialog Lapisan. @@ -156,6 +162,7 @@ Можете извести много операција над слојевима десним кликом на назив слоја у прозорчету са слојевима. Možete izvesti mnogo operacija nad slojevima desnim klikom na naziv sloja u prozorčetu sa slojevima. Du kan utföra många lageråtgärder genom att högerklicka på textetiketten i ett lager i lagerdialogen. + Katmanlar diyalog kutusunda, katmanın yazı etiketine sağ tıklayarak birçok katman işlemini uygulayabilirsin. Більшість операцій з шарами можна вибрати з контекстного меню, що відкривається при натисканні правої кнопки миші на назві шару у діалоговому вікні "Шари". Bạn có thể thực hiện nhiều thao tác lớp bằng cách nhắp-phải vào nhãn chữ của một lớp trong hộp thoại Lớp. 您可以在图层对话框中用鼠标右键单击图层的文本标签来进行许多图层操作。 @@ -173,6 +180,7 @@ Når du gemmer et billede for at arbejde på det senere, så prøv at bruge XCF som er Gimp'ens eget filformat (brug filendelsen .xcf). Dette bevarer lagene og alle andre aspekter af dit igangværende arbejde. Når et projekt er færdigt, kan du gemme det som JPEG, PNG, GIF, ... Die meisten Bildformate können nicht mit mehreren Ebenen umgehen und speichern daher nur die aktive Ebene. Um alle Bildinformationen wie Ebenen, Kanäle und Hilfslinien zu speichern, steht das GIMP-eigene Format XCF (mit der Endung .xcf) zur Verfügung. Wenn Sie ein Projekt abgeschlossen haben können Sie es dann als JPEG, PNG, GIF usw. speichern. ཁྱོད་ཀྱིས་གཟུགས་བརྙན་དེ་ཤུལ་ལས་ཁོ་ར་ལུ་ལོག་ལཱ་འབད་བཏུབ་མི་སྲུང་བཞག་འབདཝ་སྐབས་ལུ་ ཨེགསི་སི་ཨེཕ་དང་ ཇི་ཨའི་ཨེམ་པི་གི་ནེ་ཊིབ་ཡིག་སྣོད་རྩ་སྒྲིག་དེ་ལག་ེན་འཐབ་པའི་ཐོག་ལས་འབད་རྩོལ་བསྐྱེད་(ཡིག་སྣོད་རྒྱ་བསྐྱེད་ལག་ལེན་འཐབ་.xcf).འདི་གིས་ཁྱོད་ཀྱི་བང་རིམ་དང་ ལཱ་གི་རྣམ་པ་ཡར་འཕེལ་བཏང་སྟེ་བཞག་ནི་ཚུ་ཉམས་སྲུང་འབདཝ་ཨིན། ལས་འགུལ་དེ་ཚར་ཅིག་མཇུག་བསྡུ་ཞིནམ་ལས་ ཁྱོད་ཀྱིས་དེ་ ཇེ་པི་ཨི་ཇི་ པི་ཨེན་ཀེ་ ཇི་ཨའི་ཨེཕ་སྦེ་སྲུང་བཞག་འབད་ཚུགས། + Όταν αποθηκεύετε μια εικόνα για να την ξαναδουλέψετε αργότερα, δοκιμάστε τη χρήση του εγγενούς τύπου αρχείου XCF του GIMP (χρησιμοποιήστε την επέκταση αρχείου .xcf). Αυτό διατηρεί τις στρώσεις και κάθε πτυχή της δουλειάς σας σε εξέλιξη. Όταν τελειώσει το έργο, μπορείτε να την αποθηκεύσετε ως JPEG, PNG, GIF, ... When you save an image to work on it again later, try using XCF, GIMP's native file format (use the file extension .xcf). This preserves the layers and every aspect of your work-in-progress. Once a project is completed, you can save it as JPEG, PNG, GIF, ... When you save an image to work on it again later, try using XCF, GIMP's native file format (use the file extension .xcf). This preserves the layers and every aspect of your work-in-progress. Once a project is completed, you can save it as JPEG, PNG, GIF, ... Kiam vi konservas bildon por labori super ĝi poste, provu uzi XCF, t.e. GIMP-origina dosierformato, (uzu .xcf finaĵon). Tio konservas tavolojn kaj iun ajn proprecon de via evoluanta laboraĵo. Kiam la projekto estas finita, vi povas konservi ĝin kiel JPEG, PNG, GIF, ... @@ -190,6 +198,7 @@ នៅ​ពេល​ដែល​អ្នក​រក្សា​រូបភាព​ទុក​ដើម្បី​ធ្វើ​ការ​ជាមួយ​វា​នៅ​ពេល​ក្រោយ​​ ​ព្យាយាម​ប្រើទ្រង់ទ្រាយ​ឯកសារ​ដើម XCF ​របស់​ GIMP (​ប្រើ​កន្ទុយ​ឯកសារ .xcf​) ។ ការ​បង្ការ​​ស្រទាប់​នេះ​និង​ទិដ្ឋភាពនៃ​ការងារ​ក្នុង​វឌ្ឍនភាព ។ គ្រា​មួយ​គម្រោង​ត្រូវ​បាន​បញ្ចប់​ទាំងស្រុង​ ​អ្នក​អាច​រក្សា​វា​ទុក​ជា JPEG, PNG, GIF, ... 나중에 다시 작업할 이미지를 저장할 때는 김프의 자체 파일 형식인 XCF(파일 확장자가 .xcf입니다)를 사용해보세요. 이 형식을 사용하면 레이어와 작업 중인 모든 측면들이 보존됩니다. 프로젝트를 완료했을 때, JPEG, PNG, GIF, ... 등으로 저장하면 됩니다. Kai saugote paveikslėlį, norėdami jį dar redaguoti ateityje, pabandykite jį išsaugoti naudodami gimtąjį GIMP failų formatą XCF (naudokite failo plėtinį .xcf). Taip išsaugomi sluoksniai ir visa jūsų darbinė paveikslėlio būsena. Baigę projektą galėsite jį išsaugoti kaip JPEG, PNG, GIF, ... + Lai ar attēlu varētu turpināt darbu, ieteicams to saglabāt GIMP formātā ar paplašinājumu .xcf. Tas nodrošina slāņu un citu rediģēšanas iespēju atbalstu. Kad darbs ir pabeigts, to var eksportēt JPG, PNG, GIF un citos formātos. Кога ја снимате сликата за да работите подоцна повторно на неа, пробајте да користите XCF, изворен датотечен формат на ГИМП (користи ја наставката .xcf. Ова ги зачувува слоевите и секој аспект од вашата работа. Кога проектот е завршен, можете да го снимите како JPEG, PNG, GIF, ... प्रतिमेवर पुन्हा कार्य करण्यासाठी साठवतेवेळी, XCF, GIMP चे मुळ फाइल स्वरूप वापरण्याचा प्रयत्न करा (.xcf फाइल वाढ वापरा). यामुळे थर व तुमच्या कामाची प्रत्येक प्रगती साठवते. प्रकल्प एकदा पूर्ण झाल्यावर, तुम्ही त्यांस खालिल नुरूप साठवू शकता JPEG, PNG, GIF, ... ရုပ်ပုံတခုကို ၄င်းကို နောက်တခါ လုပ်ဆောင်ဖို့ သင် သိမ်းဆည်းတဲ့အခါ၊ GIMP ရဲ့ မူရင် ဖိုင် အမျိုးအစား (.xcf ဖိုင်တိုးချဲ့ချက်ကို သုံးပါ) XCF ကို စမ်းသုံးကြည့်ပါ။ ဒီအရာက အလွှာများနဲ့ သင့်ရဲ့ လုပ်ဆောင်နေဆဲ ရူထောင့်တိုင်းကို ထိန်းသိမ်းပေးတယ်။ လုပ်ငန်းတခု တကြိမ် ပြီးစီးတိုင်း၊ ၄င်းကို JPEG, PNG, GIF, ... အဖြစ် သင် သိမ်းဆည်းနိုင်တယ်။ @@ -225,6 +234,7 @@ De fleste udvidelsesmoduler arbejder på det aktive lag i det aktive billede. I nogle tilfælde bliver du nødt til at slå alle lagene sammen (Billede→Fladgør billede) hvis du vil have modulet til at virke på hele billedet. Die meisten Plugins bearbeiten nur die aktive Ebene des aktuellen Bildes. In einigen Fällen müssen die Ebenen daher vereint werden (Bild→Bild zusammenfügen), wenn das Plugin auf das gesamte Bild angewendet werden soll. པ་ལག་ཨིནསི་མང་ཤོས་རང་ ད་ལྟོའི་གཟུགས་བརྙན་གྱི་བང་རིམ་གུར་ལཱ་འབདག་བཏུབ་ཨིན། གནད་དོན་ལ་ལུ་ཅིག་ནང་ལུ་ པ་ལག་ཨིན་དེ་གཟུགས་བརྙན་ཧྲིལ་བུམ་གུར་ལཱ་འབད་དགོ་པ་ཅིན་ ཁྱོད་ཀྱིས་བང་རིམ་ཚུ་ཆ་མཉམ་མཉམ་བསྡོམས་འབད་དགོ(གཟུགས་བརྙན་→གཟུགས་བརྙན་ལེབ་ཏེམ་བཟོ་) + Τα περισσότερα πρόσθετα δουλεύουν στην τρέχουσα στρώση της τρέχουσας εικόνας. Στις περισσότερες περιπτώσεις, πρέπει να συγχωνεύσετε όλες τις στρώσεις (Εικόνα→Ισοπέδωση εικόνας), εάν θέλετε το πρόσθετο να δουλέψει σε όλη την εικόνα. Most plug-ins work on the current layer of the current image. In some cases, you will have to merge all layers (Image→Flatten Image) if you want the plug-in to work on the whole image. Most plug-ins work on the current layer of the current image. In some cases, you will have to merge all layers (Image→Flatten Image) if you want the plug-in to work on the whole image. La plejmulto da kromaĵoj laboras super nuna tavolo de la nuna bildo. Kelkfoje estas necese ke oni unuigu ĉiujn tavolojn (Bildo→Platigu Bildon), se oni volas ke la kromaĵo efikas sur tuta bildo. @@ -241,6 +251,7 @@ កម្មវិធី​ជំនួយ​ភាគ​ច្រើន​ដំណើរការ​​លើ​ស្រទាប់​បច្ចុប្បន្ន​របស់​រូបភាព​បច្ចុប្បន្ន ។ ក្នុង​ករណី​មួយ​ចំនួន អ្នក​ត្រូវតែ​បញ្ចូល​ស្រទាប់​ទាំងអស់​ចូលគ្នា (រូបភាព Image→Flatten) ប្រសិន​បើ​អ្នក​ចង់​ឲ្យ​កម្មវិធី​ជំនួយ​ដំណើរការ​លើ​រូបភាព​ទាំងមូល ។ 대부분의 플러그인들은 현재 이미지의 현재 레이어에만 조작합니다. 경우에 따라, 플러그인이 전체 이미지를 조작하도록 하려면 모든 레이어를 합쳐야(이미지->배경으로 이미지 합치기) 할 수도 있습니다. Daugelis įskiepių veikia esamo paveikslėlio esamame sluoksnyje. Tačiau pasitaiko atvejų, kai reikia, jog įskiepis veiktų visą paveikslėlį. Tada reikia sujungti sluoksnius (Paveikslėlis→Suploti paveikslėlį). + Vairums spraudņu strādā tikai ar aktīvo slāni. Lai apstrādātu attēlu kopumā, var būt nepieciešama visu slāņu apvienošana (Attēls→Saplacināt attēlu). Повеќето додатоци работат на тековниот слој од тековната слика. Во некои случаи, ќе морате да ги слепите сите слоеви(Слика->Израмни слика) ако сакате додатокот да работи на целата слика. बहुतांश प्लग-इन वर्तमान प्रतिमाच्या वर्तमान थरावर कार्य करतात. काहिक घटना मध्ये, प्लग-इन संपूर्ण प्रतिमावर योग्यरित्या कार्य करण्याकरीता तुम्हाला सर्व थर (प्रतिमा→प्रतिमा आडवे करा) एकत्र करावे लागतील. ယန္တရားငယ်များ အများစုဟာ လက်ရှိ ရုပ်ပုံရဲ့ လက်ရှိ အလွှာမှာ အလုပ် လုပ်ကြတယ်။ အချို့ ကိစ္စများမှာ၊ ယန္တရားငယ်ကို ရုပ်ပုံ တခုလုံးမှာ သင် အလုပ်လုပ်စေချင်ရင် အလွှာများ အားလုံး (ရုပ်ပုံ→ပြေပြန့်တဲ့ ရုပ်ပုံ) ကို သင် ပေါင်းစပ်ဖို့ လိုတယ်။ @@ -274,6 +285,7 @@ Hvis et lags navn i lagvinduet vises med fed, har dette lag ikke en alfakanal. Du kan tilføje en alfakanal med Lag→Gennemsigtighed→Tilføj alfakanal. Wenn im Ebenendialog ein Ebenenname in fetter Schrift angezeigt wird, bedeutet dies, dass diese Ebene keinen Alphakanal besitzt. Sie können einen Alphakanal hinzufügen, indem Sie »Ebene→Transparenz→Alphakanal hinzufügen« aufrufen. བང་རིམ་ཌའི་ལོག་ནང་གི་བང་རིམ་གྱི་མིང་དེ་ རྒྱགས་པ་,ནང་ལུ་བསྐྲམ་སྟོན་འབད་དེ་ཡོད་པ་ཅིན་ བང་རིམ་འདི་ལུ་ ཨཱལ་ཕ་རྒྱུ་ལམ་དེ་མེདཔ་ཨིན། ཁྱོད་ཀྱིས་ བང་རིམ་→དྭངས་གསལ་ཅན་→དེ་ལག་ལེན་འཐབ་པའི་ཐོག་ལས་ ཨཱལ་ཕ་རྒྱུ་ལམ་དེ་ ཁ་སྐོང་རྐྱབ་ཚུགས། ཨཱལ་ཕ་རྒྱུ་་ལམ་ཁ་སྐོང་རྐྱབས། + Εάν το όνομα στρώσης στο διάλογο στρώσεων εμφανίζεται σε έντονα, αυτή η στρώση δεν έχει κανάλι άλφα. Μπορείτε να προσθέσετε ένα άλφα κανάλι χρησιμοποιώντας Στρώση→Διαφάνεια→Προσθήκη καναλιού άλφα If a layer's name in the Layers dialogue is displayed in bold, this layer doesn't have an alpha-channel. You can add an alpha-channel using Layer→Transparency→Add Alpha Channel. If a layer's name in the Layers dialogue is displayed in bold, this layer doesn't have an alpha-channel. You can add an alpha-channel using Layer→Transparency→Add Alpha Channel. Se la tavolnomo en dialogofenestro pri Tavoloj aperas per grasa litertipo, tio signifas ke ĉi tavolo ne havas alfa-kanalon. Ĉiukaze vi povas aldoni ĝin per Tavolo→Diafaneco→Aldonu Alfa-Kanalon. @@ -291,6 +303,7 @@ ប្រសិន​បើ​ឈ្មោះ​របស់​ស្រទាប់​នៅ​ក្នុង​ប្រអប់​ស្រទាប់​បាន​បង្ហាញជា​ ដិត ស្រទាប់​នេះ​មិនមាន​ឆានែល​អាល់ហ្វា​ទេ ។ អ្នក​អាច​បន្ថែម​ឆានែលអាល់ហ្វា​ដោយ​ប្រើ​ឆានែល​អាល់ហ្វា Layer→Transparency→Add ។ 레이어 대화상자에서 레이어의 이름이 굵게 표시되면, 해당 레이어는 알파 채널을 가지고 있지 않은 것입니다. 알파채널은 레이어 -> 투명 -> 알파 채널 추가 를 통해 추가할 수 있습니다. Jeigu sluoksnio pavadinimas sluoksnių dialoge rodomas pastorintas, šis sluoksnis neturi alfa kanalo. Alfą kanalą galite pridėti panaudodami Sluoksniai→Permatomumas→Pridėti alfa kanalą. + Ja slānim ir Alfa kanāls, tā daļas var būt caurspīdīgas. Ja slāņu dialogā slāņa nosaukums ir treknrakstā, tam nav Alfa kanāla. To var pievienot ar izvēlnes komandu Slānis→Caurspīdīgums→Pievienot Alfa kanālu. थर संवाद मध्ये थराचे नाव bold नुरूप प्रदर्शित केल्यास, या थर करीता अल्फा-वाहिनी आढळणार नाही. तुम्ही अल्फा-वाहिनीथर→पारदर्शकता→अल्फा वाहिनी समावेष करा, नुरूप समावेष करू शकता. အလွှာများ အညွှန်းစာမျက်နှာထဲက အလွှာရဲ့ အမည်တခုဟာ boldနဲ့ ​ပြသနေရင်၊ ဒီအလွှာမှာ အာဖာ-ချာနယ် တခု မရှိဘူး။ အလွှာ→ဖေါက်ထွင်းမြင်နိုင်မှု→အာဖာ ချာမယ် ပေါင်းထည့်မှုကို သုံးပြီး အာဖာ-ချာနယ် တခုကို သင် ပေါင်းထည့်နိုင်တယ်။ Dersom et lagnavn i lagmenyen vises med uthevet skrift, betyr det at laget ikke har noen alfakanal. Du kan legge til en alfakanal med Lag→Gjennomsiktighet→Legg til alfakanal. @@ -318,11 +331,12 @@ Ня ўсе эфэкты можна ўжыць да ўсіх тыпаў выяваў. Гэта адлюстроўваецца шэрым колерам радка мэню. Магчыма, патрэбна зьмяніць рэжым выявы на RGB (Відарыс→Рэжым→RGB), дадаць альфаканал (Пласт→Празрыстасьць→Дадаць альфаканал) ці аб'яднаць усе пласты (Відарыс→Аб'яднаць усе пласты). Не всички филтри работят върху всички типове изображения. Това се маркира със сиво в менюто. Може да се наложи да промените цветовия модел на изображението в ЧЗС (Изображение→Тип→ЧЗС), да добавите канал за прозрачност (Слой→Прозрачност→Добавяне на канал за прозрачност) или да го изравните (Изображение→Изравняване на изображението). No tots els efectes es poden aplicar a tots els tipus d'imatges. Els efectes que no es puguin utilitzar estaran deshabilitats. Per activar-los potser us caldrà canviar el mode de la imatge a RGB (Imatge->Mode->RGB), afegir un canal alfa (Capes-> Transparència-> Afegeix canal alfa) o aplanar la imatge (Imatge->Aplana la imatge). - No tots els efectes es poden aplicar a tots els tipus d'imatges. Els efectes que no es puguen utilitzar estaran deshabilitats. Per activar-los potser us caldrà canviar el mode de la imatge a RGB (Imatge->Mode->RGB), afegir un canal alfa (Capes-> Transparència-> Afig canal alfa) o aplanar la imatge (Imatge->Aplana la imatge). + No tots els efectes es poden aplicar a tots els tipus d'imatges. Els efectes que no es puguen utilitzar estaran deshabilitats. Per activar-los potser vos caldrà canviar el mode de la imatge a RGB (Imatge->Mode->RGB), afegir un canal alfa (Capes-> Transparència-> Afig canal alfa) o aplanar la imatge (Imatge->Aplana la imatge). Některé efekty nemohou být aplikovány na všechny typy obrázků. To je indikováno zašedlou položkou menu. Možná budete muset změnit režim obrázku na RGB (Obrázek→Režim→RGB), přidat alfa kanál (Vrstva→Průhlednost→Přidat alfa kanál) nebo obrázek zploštit (Obrázek→Zploštit obrázek). Ikke alle effekter kan bruges på alle typer billeder. Dette bliver indikeret ved et gråtonet menupunkt. Du får måske bruge for at ændre billedtilstanden til RGB (Billede→Tilstand→RGB), tilføje en alfakanal (Lag→Gennemsigtighed→Tilføj alfakanal) eller fladgøre det (Billede→Fladgør billede). Nicht alle Effekte können auf alle Bildtypen angewendet werden. Dies wird durch einen grauen Menüeintrag angezeigt. Es ist dann nötig, das Bild ins RGB-Format umzuwandeln (Bild→Modus→RGB), dem Bild Transparenz hinzuzufügen (Ebene→Transparenz→Alphakanal hinzufügen) oder die Ebenen des Bildes zu vereinigen (Bild→Bild zusammenfügen). ནུས་པ་ཚུ་ཆ་མཉམ་ གཟུགས་བརྙན་དབྱེ་ཁག་ཆ་མཆམ་ལུ་འཇུག་སྤྱོད་འབད་མི་བཏུབ། འདི་ཡང་ grayed-out དཀར་ཆག-ཐོ་བཀོད་ཀྱིས་བརྡ་སྟོནམ་ཨིན། ཁྱོད་ཀྱིས་གཟུགས་བརྙན་ཐབས་ལམ་དེ་ ཨཱར་བི་ཇི་ལུ་ བསྒྱུར་བཅོས་འབད་དགོཔ་འོང་། (གཟུགས་བརྙན་→ཐབས་ལམ་→ཨཱར་ཇི་བི་),ཨཱལ་ཕ་རྒྱུ་ལམ་ཁ་སྐོང་རྐྱབས་(བང་རིམ་→དྭངས་གསལ་→ཨཱལ་ཕ་རྒྱུ་ལམ་ཁ་སྐོང་རྐྱབས་) ཡང་ན་དེ་ལེབ་ཏེམ་བཟོ་(གཟུགས་བརྙན་→གཟུགས་བརྙན་ལེབ་ཏེམ་བཟོ) + Δεν μπορούν να εφαρμοστούν όλα τα εφέ σε όλα τα είδη των εικόνων. Αυτό φαίνεται από μια αχνή είσοδο μενού. Μπορεί να χρειαστεί να αλλάξετε την κατάσταση εικόνας σε RGB (Εικόνα→Τύπος χρωμάτων→RGB), να προσθέσετε ένα άλφα κανάλι (Στρώση→Διαφάνεια→Προσθήκη καναλιού άλφα) ή να την ισοπεδώσετε (Εικόνα→Ισοπέδωση εικόνας). Not all effects can be applied to all kinds of images. This is indicated by a grayed-out menu-entry. You may need to change the image mode to RGB (Image→Mode→RGB), add an alpha-channel (Layer→Transparency→Add Alpha Channel) or flatten it (Image→Flatten Image). Not all effects can be applied to all kinds of images. This is indicated by a greyed-out menu-entry. You may need to change the image mode to RGB (Image→Mode→RGB), add an alpha-channel (Layer→Transparency→Add Alpha Channel) or flatten it (Image→Flatten Image). Estas neeble apliki ĉiujn efektojn al ĉiuspeco de bildo. Se ĝi estas neeble, la rilata menuo-ero aspektos griza. Vi devus ŝanĝi la moduson de la bildo al RGB (Bildo→Moduso→RGB) aŭ aldoni alfa-kanalon (Tavoloj→Diafaneco→Aldonu alfa-kanalon) aŭ platigi ĝin (Bildo→Platigita Bildo). @@ -339,6 +353,7 @@ មិន​មែន​បែបផែន​ទាំងអស់​អាច​ត្រូវ​បាន​អនុវត្ត​ទៅ​លើ​រូបភាព​គ្រប់​ប្រភេទ​នោះ​ទេ ។ វា​ត្រូវ​បាន​ចង្អុល​បង្ហាញ​ដោយ​​ធាតុ​ម៉ឺនុយ​ប្រផេះ ។ អ្នក​ប្រហែល​ត្រូវការ​ផ្លាស់ប្ដូរ​របៀប​រូបភាព​ទៅជា RGB (Image→Mode→RGB) ​បន្ថែម​ឆានែល​អាល់ហ្វា (​ឆានែល​អាល់ហ្វា Layer→Transparency→Add) ឬ​ធ្វើ​ឲ្យ​វា​រាប​ស្មើ (​រូបភាព Image→Flatten) ។ 모든 효과가 모든 종류의 이미지에 적용되지는 않습니다. 이런 경우에는 메뉴 항목이 회색으로 표시됩니다. 이미지의 모드를 RGB로 바꾸거나(이미지->모드->RGB), 알파 채널을 더하거나(레이어->투명도->알파 채널 더하기), 배경으로 합쳐야(이미지->배경으로 합치기) 할 수도 있습니다. Ne visus efektus galima pritaikyti visų rūšių paveikslėliuose. Tai parodoma pilkos spalvos meniu įrašais. Jums gali reikti pakeisti paveikslėlio veikseną į RGB (Paveikslėlis→Veiksena→RGB), pridėti Alfa kanalą (Sluoksniai→Permatomumas→Pridėti alfa kanalą) arba jį suploti (Paveikslėlis→Suploti paveikslėlį). + Ne katru efektu var lietot jebkuram attēlam. Nepieejamo efektu komandas izvēlnē ir pelēkotas. Lai padarītu efektu pieejamu, iespējams, jāmaina attēla režīms (Attēls→Režīms→RGB), jāpiešķir slānim caurspīdīguma atbalsts (Slānis→Caurspīdīgums→Pievienot Alfa kanālu) vai jāapvieno visi slāņi (Attēls→Saplacināt attēlu). Не можат сите ефекти да се применат на сите видови слики. Ова е означено од сивиот нанос во менито. Можеби ќе морате да го промените режимот на сликата во RGB (Слика->Режим->RGB), да додадете алфа-канал (Слој->Додај Алфа канал) или да ја израмните (Слика->Израмни слика). सर्व प्रकारच्या प्रतिमांना सर्व प्रभाव लागू होत नाही. हे grayed-out मेन्यू-नोंदणी द्वारे दर्शवले गेले आहे. तुम्हाला प्रतिमा पद्धत RGB (प्रतिमा→पद्धत→RGB) नुरूप करावे लागेल, अल्फा-वाहिनी (थर→पारदर्शकता→अल्फा वाहिनी समावेष करा) समावेष किंवा आडवे करावे लागेल (प्रतिमा→प्रतिमा आडवे करा). သက်ရောက်မှုများ အားလုံးကို ရုပ်ပုံများ အမျိုးမျိုးအားလုံးမှာ အသုံးမချနိုင်ဘူး။ ဒါကို မီးခိုးရောင်-စာရင်းမှတ်-ရေးသွင်းချက် တခုနဲ့ ပြညွှန်ထားတယ်။ ရုပ်ပုံ စနစ်ကို နီစိမ်းပြာ (ရုပ်ပုံ→စနစ်→နီစိမ်းပြာ) အဖြစ် ပြောင်းလဲဖို့၊ အာဖာ-ချာနယ် (အလွှာ→ဖေါက်ထွင်းမြင်နိုင်မှု→အာဖာ ချာနယ ပေါင်းထည့်မှု) တခု ပေါင်းထည့်ဖို့ (သို့) ၄င်းကို သင် ပြန့်ပြား (ရုပ်ပုံ→ပြန့်ပြားတဲ့ ရုပ်ပုံ) စေဖို့ လိုအပ်နိုင်တယ်။ @@ -366,10 +381,11 @@ يمكنك تعديل أو تحريك التحديد باستخدام Alt+سحب الفأرة. إن جعل هذا النافذة تتحرك، فهو يعني أن مدير نوافذك يستخدم الزر Alt مسبقًا. Можна папраўляць ці перасоўваць вылучэньне, выкарыстоўваючы перацягваньне з націснутай клявішай Alt. Калі перасоўваецца вакно, г.зн., што кіраўнік вакон ужо ўжывае клявішу Alt. Бальшыню кіраўнікоў вакон можна наставіць так, каб ігнаравалі клявішу Alt або выкарыстоўвалі замест яе клявішу Super («Windows»). Podeu ajustar o moure una selecció utilitzant la combinació Alt-arrossega. Si això fa que es mogui la finestra serà perquè el vostre gestor de finestres ja fa servir la tecla Alt. La majoria de gestors de finestres es poden configurar perquè ignorin la tecla Alt o bé perquè permetin substituir-la per la tecla Super ( o bé el «logotip de Windows» ). - Podeu ajustar o moure una selecció utilitzant la combinació Alt-arrossega. Si això fa que es mogui la finestra serà perquè el vostre gestor de finestres ja fa servir la tecla Alt. La majoria de gestors de finestres es poden configurar perquè ignorin la tecla Alt o bé perquè permetin substituir-la per la tecla Super ( o bé el «logotip de Windows» ). + Podeu ajustar o moure una selecció utilitzant la combinació Alt-arrossega. Si això fa que es mogui la finestra serà perquè el vostre gestor de finestres ja fa servir la tecla Alt. La majoria de gestors de finestres es poden configurar perquè ignorin la tecla Alt o bé perquè permeten substituir-la per la tecla Super ( o bé el «logotip de Windows» ). Výběr můžete upravit či přesunout tažením s Alt. Pokud se místo toho pohybuje okno, klávesu Alt již používá váš správce oken. Většinu správců oken lze nastavit tak, aby místo klávesy Alt používaly klávesu Super ("Tux" či "Windows logo"). Du kan justere og flytte en markering ved at bruge Alt-træk. Hvis dette får vinduet til at flytte sig, bruger din vindueshåndtering allerede Alt-tasten. De fleste vindueshåndteringsprogrammer kan konfigureres til at ignorere Alt-tasten eller til at anvende Super-tasten (eller "Windows logo") i steden for. Sie können eine Auswahl verschieben, indem Sie beim Ziehen die Alt-Taste drücken. Falls dies dazu führt, dass sich Ihr Fenster bewegt, ist die Alt-Taste bereits von Ihrem Fenster-Manager belegt. Die meisten Fenster-Manager können jedoch so eingestellt werden, dass sie die Alt-Taste ignorieren oder stattdessen die Super-Taste (oder »Windows-Taste«) verwenden. + Μπορείτε να ρυθμίσετε ή να μετακινήσετε μια επιλογή χρησιμοποιώντας Alt-σύρσιμο. Εάν αυτό μετακινεί το παράθυρο, ο διαχειριστής παραθύρου χρησιμοποιεί το πλήκτρο Alt ήδη. Οι περισσότεροι διαχειριστές παραθύρου μπορούν να τροποποιηθούν για να αγνοήσουν το πλήκτρο Alt ή να χρησιμοποιήσουν το πλήκτρο Super (ή "λογότυπος των Windows") στη θέση του. You can adjust or move a selection by using Alt-drag. If this makes the window move, your window manager uses the Alt key already. Most window managers can be configured to ignore the Alt key or to use the Super key (or "Windows logo") instead. You can adjust or move a selection by using Alt-drag. If this makes the window move, your window manager uses the Alt key already. Most window managers can be configured to ignore the Alt key or to use the Super key (or "Windows logo") instead. Puede ajustar y recolocar una selección utilizando Alt y arrastrando. Si esto hace que la ventana se mueva, su administrador de ventanas ya utiliza la tecla Alt. La mayor parte de los gestores de ventanas se pueden configurar para que ignoren la tecla Alt o para que usen la tecla Super (o «tecla de Windows») en su lugar. @@ -384,6 +400,7 @@ ファジー選択、自由選択、色域を選択では Alt を押しながらドラッグすると選択範囲の移動ができるよ。もしウィンドウが動いてしまうのであれば、君の使っているウィンドウマネージャがすでに Alt を使ってるんだ。そういうときは Shift も押しながら試してみてね。 Alt-드래그를 사용해서 선택을 조절하거나 이동할 수 있습니다. 이렇게 했더니 창이 움직인다면, 사용 중인 창 관리자가 Alt를 사용하고 있는 겁니다. 그럴 땐 Shift키도 같이 눌러 주십시오. Galite pakoreguoti arba perkelti pažymėjimą jį vilkdami nuspaudę klavišą Alt. Jei dėl to juda langas, Alt klavišą jau naudoja jūsų langų valdyklė. Daugumą langų valdyklių galima sukonfigūruoti, kad jos nepaisytų klavišo Alt arba vietoje jo naudoti klavišą Super (arba „Windows logotipą“). + Iezīmējumu var pārvietot, pieturot Alt taustiņu. Ja šī darbība pārvieto logu, var nomainīt Alt uz Super (vai "mājas", vai "Windows") taustiņu logu pārvaldnieka iestatījumos. Можете да ја прилагодите или поместите селекцијата со користење на Alt-повлечи. Ако ова прави да се поместува прозорецот, вашиот менаџер за прозорци веќе ги користи Altкопчињата. Повеќето менаџери за прозорци можат да се конфигурираат да ја игнорираат Alt комбинацијата или да ја користат Super key (or "Windows лого"). Alt-ओढा चा वापर करून तुम्ही नीवड सुस्थीत किंवा हलवू शकता. यामुळे खिडकी सरकत असल्यास , तुमचे खिडकी व्यवस्थापक Alt किचा वापर आधिपासूनच करते. बहुतांश खिडकी व्यवस्थापक Alt कि किंवा त्याऐवजी Super कि (किंवा "Windows logo") वगळण्याकरीता संयोजीत केले जाऊ शकते. ရွေးချယ်မှု တခုကို Alt ဒရွတ်ဆွဲချက်ကို သုံးပြီး သင် ချိန်ညှိ (သို့) ရွေ့ရှားနိုင်တယ်။ ဒီအရာက ၀င်းဒိုးကို ရွေ့ရှားစေရင်၊ သင့် ၀င်းဒိုး မန်နေဂျာက Alt သော့ချက်ကို သုံးစွဲနေပြီး ဖြစ်တယ်။ ၀င်းဒိုး မန်နေဂျာများ အများစုကို Alt သော့ချက်ကို လျစ်လျုရှုဖို့ (သို့) Super သော့ချက် ((သို့) "၀င်းဒိုး အမှတ်တံဆိပ်") ကို အစားထိုး သုံးစွဲဖို့ စီစဉ်ဖန်တီးနိုင်တယ်။ @@ -421,6 +438,7 @@ Du kan trække og slippe mange ting i Gimp'en. Hvis du f.eks. trækker en farve fra værktøjskassen eller fra en farvepalet og slipper den i et billede, vil billedet eller markeringen blive fyldt ud med den farve. In GIMP können verschiedenste Dinge verschoben und verändert werden. Wenn Sie z.B. eine Farbe aus dem Werkzeugkasten oder aus einer Farbpalette heraus auf ein Bild ziehen, wird die aktuelle Auswahl mit dieser Farbe ausgefüllt. ཁྱོད་ཀྱིས་ ཇི་ཨའི་ཨེམ་པི་ནང་ལུ་ ལེ་ཤ་ཅིག་རང་འདྲུད་དེ་ སར་འཇོག་འབད་ཚུགས། དཔེ་འབད་བ་ཅིན་ ཚོས་གཞི་ཅིག་ ལག་ཆས་སྒྲོམ་ནང་ལས་དང་ ཡང་ན་ ཚོས་གཞི་པེ་ལིཊི་ནང་ལས་ འདྲུད་དེ་ གཟུགས་བརྙན་ནང་ལུ་སར་འཇོག་འབད་མི་དེ་གིས་ ད་ལྟོའི་གཟུགས་བརྙན་ ཡང་ན་ སེལ་འཐུ་དེ་ཚོས་གཞི་དང་གཅིག་ཁར་བཀང་འོང་། + Μπορείτε να σύρετε και να εναποθέσετε πολλά πράγματα στο GIMP. Π.χ., σύρσιμο ενός χρώματος από την εργαλειοθήκη ή από μια χρωματική παλέτα και εναπόθεση της στην εικόνα θα γεμίσει την τρέχουσα επιλογή με αυτό το χρώμα. You can drag and drop many things in GIMP. For example, dragging a colour from the toolbox or from a colour palette and dropping it into an image will fill the current selection with that colour. You can drag and drop many things in GIMP. For example, dragging a colour from the toolbox or from a colour palette and dropping it into an image will fill the current selection with that colour. Vi povas treni-kaj-lasi multajn objektojn en GIMP. Ekzemple, trenante koloron el fenestro de iloj aŭ el paletro kaj lasante tiun en la bildo, vi plenigos la bildon mem aŭ la elekton per ĉi tiu koloro. @@ -437,6 +455,7 @@ អ្នក​អាច​អូស និង​ទម្លាក់​វត្ថុ​ជា​ច្រើន​នៅ​ក្នុង GIMP ។ ឧទាហរណ៍ ការ​អូស​ពណ៌​មួយ​ពី​ប្រអប់ឧបករណ៍ ឬ​ពី​ក្ដារលាយ​ពណ៌ ហើយ​ទម្លាក់​វា​ទៅ​ក្នុង​រូបភាព​ នឹង​បំពេញ​ជម្រើស​បច្ចុប្បន្ន​ដោយ​ពណ៌​នោះ ។ 김프에서는 많은 것을 드래그하고 드롭할 수 있습니다. 예를 들면, 도구 상자나 팔레트에서 색상을 드래그해서 이미지에 드롭하면 현재 이미지나 선택을 그 색상으로 채웁니다. Programoje GIMP daugelį veiksmų galite atlikti tiesiog nuvilkdami. Pavyzdžiui, jei nuvilksite spalvą iš įrankinės arba spalvų paletės į paveikslėlį, tuo metu pasirinkta sritis bus užpildyta šia spalva. + Daudzas darbības GIMP var veikt ar vilkšanas un nomešanas paņēmienu. Piemēram, nometot krāsu no paletes vai rīku kastes uz attēla, ar šo krāsu tiks aizpildīts aktīvais iezīmējums. Можете да влечете и испуштате многу работи во ГИМП. На пример, со влечење на боја од алатникот или од палетата на бои и со испуштање врз сликата, ќе ја исполни активната слика или селекција со избраната боја. तुम्ही GIMP मध्ये बरेच घटक ओढू व टाकू शकता. उदाहरणार्थ, साधनपेटी किंवा रंग पॅलेट पासून रंग ओढणे व प्रतिमा मध्ये समावेष केल्याने वर्तमान नीवडलेले क्षेत्र ठराविक रंगाने भरले जाते. GIMP ထဲမှာ အရာ တော်တော်များများ သင် ဒရွတ်ဆွဲပြီး ချထားနိုင်တယ်။ ဥပမာ အားဖြင့်၊ ကိရိယာအိတ် (သို့) အရောင်စပ်​ ဆေးခွက်တခုမှ အရောင်တခုကို ဒရွတ်ဆွဲပြီး ရုပ်ပုံတခုထဲ ၄င်းကို ချထားခြင်းက လက်ရှိ ရွေးချယ်မှုကို အဲဒီ အရောင်နဲ့ ဖြည့်စေလိမ့်မယ်။ @@ -469,6 +488,7 @@ Du kan bruge den midterste museknap til at flytte rundt i billedet (eller alternativt holde mellemrumstasten nede mens du flytter musen). Passt das Bild nicht vollständig in das Fenster, kann der Ausschnitt mit der mittleren Maustaste verschoben werden (oder drücken Sie die Leertaste während Sie die Maus bewegen). གཟུགས་བརྙན་གྱི་མཐའ་སྐོར་ཏེ་པཱན་འབད་ནིའི་དོན་ལུ་ ཁྱོད་ཀྱིས་བར་ན་གི་མའུསུ་ཨེབ་རྟ་འདི་ལག་ལེན་འཐབ་ཆོག་(ཡང་ན་གདམ་ཁ་ཅན་གྱི་ཐོག་ལས་ བར་སྟོང་ཕྲ་རིང་ འདི་ཁྱོད་ཀྱིས་མཱའུསི་སྤོ་བཤུད་འབད་བའི་སྐབས་འཆང་་)། + Μπορείτε να χρησιμοποιήσετε το μεσαίο πλήκτρο του ποντικιού για να εστιάσετε γύρω από την εικόνα (ή προαιρετικά κρατήστε πατημένο το πλήκτρο διαστήματος ενώ μετακινείται το ποντίκι). You can use the middle mouse button to pan around the image (or optionally hold Spacebar while you move the mouse). You can use the middle mouse button to pan around the image (or optionally hold Spacebar while you move the mouse). Puede usar el botón central del ratón para moverse por la imagen (opcionalmente, mantenga pulsada la barra espaciadora mientras mueve el ratón). @@ -484,6 +504,7 @@ អ្នក​អាច​ប្រើ​ប៊ូតុង​កណ្ដុរ​កណ្ដាល ដើម្បីរុញ​ជុំវិញ​រូបភាព (ឬ​ជា​ជម្រើស សង្កត់ចន្លោះ​មិន​ឃើញខណៈពេល​ផ្លាស់ទី​កណ្ដុរ) ។ 이미지가 표시하는 창 보다 클 경우, 가운데 마우스 단추를 사용해서 이미지의 다른 부분들을 살펴볼 수 있습니다(혹은 스페이스바를 누르고 마우스를 이동시켜도 됩니다). Naudodami vidurinįjį pelės mygtuką galite stumdyti paveikslėlį (tą taip pat galite atlikti laikydami nuspaudę Tarpo klavišą kol stumdote pelę). + Lai pārskatītu attēlu, kas iziet ārpus loga robežām, var lietot vidējo peles pogu, vai arī pieturēt atstarpes taustiņu, pārvietojot peli. Можете ка го користите средното копче од глушецот да се движите околу сликата (или по можност држете притиснато Space додека го движите глушецот) प्रतिमा भोवती पॅन करण्याकरीता तुम्ही मध्य माऊस बटणचा वापर करू शकता (किंवा माऊस फिरवतेवेळी स्पेसबार दाबा). ရုပ်ပုံ ပတ်လည်ကို ရိုက်ဖို့ ကြွက်အလယ် ခလုတ်ကို သင် သုံးစွဲနိုင်တယ် ((သို့) ကြွက်ခလုတ်ကို ရွေ့ရှားနေစဉ် Spacebar ကို ချင့်ချိန်ပြီး ထိန်းထားပါ)။ @@ -517,6 +538,7 @@ Klik og træk på en lineal for at placere en hjælpelinje i billedet. Alle markeringer som bliver flyttet, vil så følge hjælpelinjerne. Du kan fjerne linjerne igen ved at trække dem af billedet med flytteværktøjet. Durch Anklicken des Lineals am Bildrand können Hilfslinien auf das Bild gezogen und dort platziert werden. Beim Anlegen und Verschieben von Auswahlen werden diese entlang dieser Hilfslinien eingerastet. Sie können Hilfslinien wieder entfernen, indem Sie diese mit dem Verschiebenwerkzeug über die Bildgrenzen hinaus verschieben. ལམ་སྟོན་པ་དེ་ གཟུགས་བརྙན་གུར་བཞག་ནིའི་དོན་ལུ་ ཐིག་ཤིང་གུར་ཨེབ་གཏང་འབད་དེ་འདྲུད། འདྲུད་མི་སེལ་འཐུ་ཆ་མཉམ་གྱི་ ལམ་སྟོན་པ་ལུ་པར་བཏབ་ཨིན། ཁྱོད་ཀྱིས་ ལམ་སྟོན་པ་ཚུ་ གཟུགས་བརྙན་གུ་ལས་སྤོ་བཤུད་ལག་ཆས་གཅིག་ཁར་ ཕྱི་ཁར་ལུ་ འདྲུད་པའི་ཐོག་ལས་ རྩ་བསྐྲད་གཏང་ཚུགས། + Κλικ και σύρσιμο σε χάρακα για τοποθέτηση οδηγού σε εικόνα. Όλες οι συρμένες επιλογές θα προσκολληθούν στους οδηγούς. Μπορείτε να αφαιρέσετε τους οδηγούς σύροντας τους εκτός εικόνας με το εργαλείο μετακίνησης. Click and drag on a ruler to place a guide on an image. All dragged selections will snap to the guides. You can remove guides by dragging them off the image with the Move tool. Click and drag on a ruler to place a guide on an image. All dragged selections will snap to the guides. You can remove guides by dragging them off the image with the Move tool. Klaku sur rektilo kaj trenu direkte al la bildo por lokigi gvidrelon. Ĉiuj trenitaj elektoj alkroĉiĝos al la gvidreloj. Vi povas formovi la gvidrelojn eltrenante ilin el la bildo per MOVILO. @@ -535,6 +557,7 @@ ចុច ហើយ​អូស​លើ​បន្ទាត់​ដើម្បី​ដាក់​អ្នក​នាំផ្លូវ​នៅ​លើ​រូបភាព ។ ជ្រើស​ដែល​បាន​អូស​ទាំងអស់​នឹង​ខ្ទាស់​ទៅ​អ្នក​នាំផ្លូវ ។ អ្នក​អាច​យក​អ្នក​នាំផ្លូវ​ចេញ​ដោយ​អូស​ពួកវា​ចេញ​ពី​រូបភាព​ដោយ​ប្រើ​ឧបករណ៍​ផ្លាស់ទី ។ 이미지에 안내선을 표시하려면 눈금자를 클릭한 다음 드래그하십시오. 드래그를 사용하는 모든 선택은 안내선에 자동으로 맞춰집니다. 이동 도구로 안내선을 이미지 밖으로 드래그하면 없어집니다. Norėdami pridėti paveikslėlyje gairę, spustelėkite ant liniuotės ir tempkite ją ant paveikslėlio. Visos tempiamos pažymėtos sritys kibs prie gairių. Analogiškai gaires galima pašalinti, su Perkėlimo įrankiu nutempkite jas už paveikslėlio ribų. + Lai izvietotu attēlā palīglīniju, klikšķiniet un velciet no mērjoslas. Piesaiste palīglīnijām palīdz precīzi novietot objektus. Nevajadzīgās palīglīnijas var izvilkt no attēla ar pārvietošanas rīku. Кликнете и повлечете врз лињерот за да поставите водич на сликата. Сите повлечени селекции ќе се држат во водичите. Можете да ги отстраните водичите повлекувајќи ги надвор од сликата со алатката Премести. प्रतिमेवर गाइड स्थापीत करण्याकरीता रूलरवर क्लिक करा व ओढा. सर्व ओढलेले नीवड गाइड नुरूप केले जातिल. हलवा साधनच्या सहाय्याने तुम्ही प्रतिमा वरील गाइड काढूण टाकू शकता. ရုပ်ပုံတခုပေါ် လမ်းညွှန်တခု ချထားဖို့ ပေတံတခု ​အပေါ် နှိုပ်ပြီး ဒရွတ်ဆွဲပါ။ ဒရွတ်ဆွဲတဲ့ ရွေးချယ်မှုများ အားလုံးဟာ လမ်းညွှန်များထံ ကူးသွားလိမ့်မယ်။ လမ်းညွှန်များကို ရွှေ့​လျားကိရိယာ သုံးပြီး ရုပ်ပုံမှ ၄င်းတို့ကို သင် ဒရွတ်ဆွဲထုတ်နိုင်တယ်။ @@ -553,6 +576,7 @@ Уколико кликните и повучете лењир поставићете вођицу на слику. Изабрани делови слике належу на вођице. Можете уклонити вођицу одвлачећи је са слике помоћу „Алата за померање“. Ukoliko kliknite i povučete lenjir postavićete vođicu na sliku. Izabrani delovi slike naležu na vođice. Možete ukloniti vođicu odvlačeći je sa slike pomoću „Alata za pomeranje“. Klicka på en linjal och dra den för att placera en hjälplinje på en bild. Alla markeringar som dras kommer att fästas vid hjälplinjerna. Du kan ta bort hjälplinjer genom att dra dem utanför bilden med flyttverktyget. + Bir klavuz eklemek için bir cetvele tıklayıp bir imgenin üstüne sürükleyin. Tüm sürüklenmiş seçmeler klavuzlara kancalanır. Klavuzları kaldırmak için onları Taşıma aracı ile imgeden dışarıya sürükleyin. Щоб помістити напрямну на зображення натисніть на лінійку та перетягніть. Всі виділені області, які переміщуватимуться, будуть причіплюватись до напрямних. Видалити напрямні можна перетягнувши їх за межі зображення за допомогою інструменту «Переміщення». Hãy nhắp và kếo vào một thuớc đo để tạo một nét dẫn trên một ảnh nào đó. Mọi vùng chọn đã kéo thì sẽ đính nét dẫn này. Bạn có thể loại bỏ nét dẫn bằng cách kéo nó ra ảnh, dùng công cụ Chuyển. 点击并拖动标尺可以在图像中放置参考线。所有被拖动的选区都会被吸附到参考线上。您可以用使用移动工具把参考线拖出图像外来删除它们。 @@ -570,6 +594,7 @@ Du kan trække et lag fra lagvinduet og slippe det i værktøjskassen. Dette opretter et nyt billede som kun indeholder det lag. Sie können eine Ebene aus dem Ebenendialog in den Werkzeugkasten ziehen. Dadurch wird ein neues Bild erzeugt, welches nur diese Ebene enthält. ཁྱོད་ཀྱིས་བང་རིམ་དེ་ བང་རིམ་ཚུ་གི་དའི་ལོག་དེ་ནང་ལས་འདྲུད་དེ་ འ་ནི་དེ་ལག་ཆས་སྒྲོམ་ནང་ལུ་སར་འཇོག་འབད་ཚུགས། འདི་གིས་འ་ཕི་བང་རིམ་རྐྱངམ་ཅིག་ཡོད་མི་གཟུགས་བརྙན་གསརཔ་ཅིག་གསར་བསྐྲུན་འབད་འོང་། + Μπορείτε να σύρετε μια στρώση από το διάλογο στρώσεων και να την εναποθέσετε στην εργαλειοθήκη. Αυτό θα δημιουργήσει μια νέα εικόνα που περιέχει μόνο αυτήν τη στρώση. You can drag a layer from the Layers dialogue and drop it onto the toolbox. This will create a new image containing only that layer. You can drag a layer from the Layers dialogue and drop it onto the toolbox. This will create a new image containing only that layer. Vi povas treni tavolon el dialogofenestro pri Tavoloj kaj lasi ĝin en la fenestro de la iloj. Tio kreos novan bildon kiu entenos nur tiun tavolon. @@ -589,6 +614,7 @@ អ្នក​អាច​អូស​ស្រទាប់​មួយ​ពី​ប្រអប់​ស្រទាប់​និង​ទម្លាក់​វា​ទៅ​ក្នុង​ប្រអប់​ឧបករណ៍ ។ វា​នឹង​បង្កើត​រូបភាព​ថ្មី​មួយ​ដែល​ផ្ទុក​តែ​ស្រទាប់​នោះ ។ 레이어 대화상자에서 레이어를 드래그해서 도구 상자에 드롭하면, 그 레이어만 가진 새 이미지가 만들어 집니다. Galite nuvilkti pele sluoksnį iš Sluoksnių dialogo ir paleisti ant įrankinės. Taip sukursite naują paveikslėlį, kuriame bus tik šis sluoksnis. + Lai pārvērstu slāni par jaunu attēlu, izvelciet tā ierakstu no slāņu dialoga un nometiet to uz rīku kastes. Можете да го повлечете слојот од дијалогот Слоеви и да го испуштите во алатникот. Ова ќе создаде нова слика која ќе го содржи само тој слој. थर संवाद पासून तुम्ही तर ओढू शकता व साधनपेटी मध्ये स्थीत करू शकता. यामुळे फक्त ठराविक थर समावेष असलेली नवीन प्रतिमा बनवली जाते. Anda boleh menyeret lapisan dari dialog Lapisan dan melepaskannya ke dalam kotak alatan. Ini akan mewujudkan imej baru yang hanya mengandungi lapisan tersebut. @@ -608,6 +634,7 @@ Можете превући слој из прозорчета са слојевима и спустити га на палету алата. Ово прави нову слику која садржи само тај слој. Možete prevući sloj iz prozorčeta sa slojevima i spustiti ga na paletu alata. Ovo pravi novu sliku koja sadrži samo taj sloj. Du kan dra ett lager från lagerdialogen och släppa den på verktygslådan. Detta skapar en ny bild som innehåller endast det lagret. + Katmanlar diyaloğundan bir katman sürükleyebilir ve onu araç çubuğunun üzerine bırakabilirsin. Bu işlem sadece bu katmanı içeren yeni bir resim oluşturacak. Можна перемістити шар з діалогового вікна «Шари» на панель інструментів. Це призведе до створення нового зображення, яке буде містити лише цей шар. Bạn có thể kéo một lớp từ hộp thoại Lớp rồi thả nó trên hộp công cụ. Làm như thế sẽ tạo một ảnh mới có chứa chỉ lớp đó thôi. 您可以从图层对话框中拖动一个图层到工具箱后释放,这样会创建一幅只含有那个图层的新图像。 @@ -620,11 +647,12 @@ Плаваючае вылучэньне мусіць быць прымацаваны да давага пласта або апошняга актыўнага пласта перад выкананьнем іншых дзеяньняў зь відарысам. Для гэтага пстрыкні па кнопцы «Новы пласт» або «Замацаваць пласт» у дыялёгу «Пласты», або выкарыстоўвай мэню, каб зрабіць тое ж самае. Плаващата селекция трябва да бъде прикрепена към нов слой или последният активен такъв преди да се прави друго с изображението. Може да се използва натискане върху бутоните „Нов слой“ или „Фиксиране на плаващ слой“; в прозореца със слоевете или менютата. Si teniu una selecció flotant, abans d'operarar amb la imatge cal ancorar-la, ja sigui en una nova capa o a l'última capa activa. Per fer-ho, cliqueu els botons "Nova capa" o "Ancora la capa" del diàleg de capes, o utilitzeu els menús. - Si teniu una selecció flotant, abans d'operarar amb la imatge cal ancorar-la, ja sigui en una nova capa o a l'última capa activa. Per fer-ho, cliqueu els botons "Nova capa" o "Ancora la capa" del diàleg de capes, o utilitzeu els menús. + Si teniu una selecció flotant, abans d'operarar amb la imatge cal ancorar-la, ja siga en una nova capa o a l'última capa activa. Per fer-ho, cliqueu els botons "Nova capa" o "Ancora la capa" del diàleg de capes, o utilitzeu els menús. Plovoucí výběr musí být před prováděním jiných operací na obrázku ukotven k nové vrstvě nebo k poslední aktivní vrstvě. Klikněte na tlačítko "Nová vrstva" nebo "Ukotvit vrstvu" v dialogu Vrstvy, nebo to proveďte pomocí menu. En flydende markering skal forankres til et nyt lag eller det sidste aktive lag før der kan foretages andre operationer på billedet. Klik på "Nyt lag"- eller "Forankr lag"-knappen i lagvinduet eller brug menuerne til at gøre det samme. Eine schwebende Auswahl muss mit einer neuen Ebene oder der zuletzt aktiven Ebene verankert werden, bevor Sie andere Funktionen auf das Bild anwenden können. Klicken Sie dazu auf die Schaltfläche »Neue Ebene« oder »Ebene verankern« im Ebenendialog oder den Menüs. འཕུར་ལྡིང་འབད་ཡོད་པའི་སེལ་འཐུ་དེ་ བང་རིམ་གསརཔ་ལུ་དང་ ཡང་ན་ གཟུགས་བརྙན་གུ་ལུ་བཀོལ་སྤྱོད་མ་འབད་བའི་ཧེ་མ་ མཇུག་མམ་གྱི་ཤུགས་ལྡན་བང་རིམ་ལུ་ ཨེན་ཀོར་འབད་དགོ "གུར་ཨེབ་གཏང་འབད། བང་རིམ་གསརཔ་" ཡང་ན་ "དེ། ཨེན་ཀོར་འབད་ནི་བང་རིམ་" བང་རིམ་ཚུ་གུ་ཌའི་ལོག་ནང་གི་ཨེབ་རྟ་ ཡང་ན་ ཅོག་གཅིགཔ་སྦེ་འབད་ནི་དོན་ལུ་ དཀར་ཆག་ལག་ལེན་འཐབ། + Μια αιωρούμενη επιλογή πρέπει να αγκυρωθεί σε μια νέα στρώση ή στην τελευταία ενεργή στρώση πριν να γίνουν άλλες λειτουργίες στην εικόνα. Κλικ στο "Νέα στρώση" ή το κουμπί "Αγκίστρωση στρώσης" στο διάλογο στρώσεων ή χρησιμοποιήστε τα μενού για να κάνετε το ίδιο. A floating selection must be anchored to a new layer or to the last active layer before doing other operations on the image. Click on the "New Layer" or the "Anchor Layer" button in the Layers dialogue, or use the menus to do the same. A floating selection must be anchored to a new layer or to the last active layer before doing other operations on the image. Click on the "New Layer" or the "Anchor Layer" button in the Layers dialogue, or use the menus to do the same. La flosantaj elektoj estas ankrendaj al nova tavolo aŭ al lasta aktiva tavolo antaŭ ol fari aliajn agojn sur la bildo. Klaku sur "Nova Tavolo" aŭ "Ankru Tavolo" en TAVOLOJ dialogofenestro aŭ uzu erojn de menuo por fari la samajn agojn. @@ -642,6 +670,7 @@ ជម្រើស​អណ្ដែត​ត្រូវ​តែ​បាន​បោះយុថ្កា​ទៅ​ស្រទាប់​ថ្មី​មួយ ឬ ទៅ​ស្រទាប់​ដែល​សកម្ម​ចុង​ក្រោយ មុន​នឹង​ធ្វើ​ប្រតិបត្តិការ​ផ្សេងៗទៀត​នៅ​លើ​រូបភាព ។ ចុច​លើ​ប៊ូតុង "ស្រទាប់​ថ្មី" ឬ "ស្រទាប់​យុថ្កា" នៅ​ក្នុង​ប្រអប់​ស្រទាប់ ឬ ប្រើ​ម៉ឺនុយ​ដើម្បី​ធ្វើ​ការងារ​ដូចគ្នា ។ 떠있는 선택은 이미지에 다른 조작을 하기 전에 새 레이어나 마지막 활성 레이어에 고정해야 합니다. 레이어 대화상자의 "새 레이어"나 "떠있는 레이어 고정" 단추를 클릭하거나, 같은 기능을 하는 메뉴를 사용하십시오. Prieš atliekant veiksmus paveikslėliui plaukiojantį pažymėjimą reikia pritvirtinti prie paskutiniojo aktyvaus sluoksnio. Tai galite padaryti spustelėję mygtukus „Naujas sluoksnis“ arba „Pritvirtinti sluoksnį“, esančius sluoksnių dialoge; tą patį galite atlikti ir naudodami meniu. + Peldošs iezīmējums ir jāpiesaista kādam slānim, pirms veikt turpmākās darbības. Lietojiet pogas "Jauns slānis" vai "Fiksēt slāni" slāņu dialogā vai atbilstošās izvēlnes komandas. Пловечката селекција мора да биде всидрена во нов слој или на последниот активен слој пред да направите други операции на сликата. Кликнете на "Нов слој" или на копчето "Всидри слој" во дијалогот за слоеви, или користете ги менијата за да го направите истото. प्रतिमेवर इतर कार्यपद्धती कार्यान्वीत करण्यापूर्वी अनिश्चित नीवड यांस नवीन थर किंवा शेवटचे सक्रीय थर नुरूप एँकर करावे लागेल. थर संवाद अंतर्गत "नवीन थर" किंवा "एँकर थर" बटणावर क्लिक करा किंवा तेच कार्य पूर्ण करण्याकरीता मेन्यूचा वापर करा. မျောနေတဲ့ ရွေးချယ်မှု တခုကို ရုပ်ပုံအပေါ် အခြား လုပ်ဆောင်ချက်များ မပြုလုပ်ခင် အလွှာသစ် (သို့) နောက်ဆုံး သက်ကြွတဲ့ အလွှာ တခုဆီ ချိတ်တွယ်ထား ရမယ်။ အလားတူ လုပ်ဆောင်ဖို့ အလွှာများ အညွှန်းစာမျက်နှာထဲမှ "အလွှာသစ်" (သို့) "ကျောက်ဆူး အလွှာ"ပေါ် (သို့) စာရင်းမှတ်များ သုံးစွဲပြီး နှိုပ်ပါ။ @@ -660,6 +689,7 @@ Плутајући избор мора бити усидрен на новом или последњем активном слоју пре извршавања било које друге радње над сликом. Кликните на дугме „Нови слој“ или „Усидри слој“ у прозорчету са слојевима или користите мени за обављање ових радњи. Plutajući izbor mora biti usidren na novom ili poslednjem aktivnom sloju pre izvršavanja bilo koje druge radnje nad slikom. Kliknite na dugme „Novi sloj“ ili „Usidri sloj“ u prozorčetu sa slojevima ili koristite meni za obavljanje ovih radnji. En flytande markering måste ankras vid ett nytt lager eller i det senast aktiva lagret innan andra åtgärder utförs på bilden. Klicka på knapparna "Nytt lager" eller "Ankra lager" i lagerdialogen, eller använd menyerna för att utföra samma sak. + Bir kayan seçme yeni bir katmana veya imgeye diğer işlemleri yapmadan önceki son etkin katmana kancalanmalıdır. Katmanlar diyaloğundaki "New Layer" butonuna veya "Anchor Layer" butonuna tıklayın veya aynısını yapmak için menüleri kullanınç Плаваюча виділена ділянка повинна бути прикріплена до нового шару або до останнього активного шару, перед виконанням інших маніпуляцій із зображенням. Для цього натисніть "Новий шар" у діалоговому вікні "Шари" або "Прикріпити плаваючий шар", або виберіть цю функцію з меню. Một vùng chọn đang nổi phải được neo tới một lớp mới, hoặc tới lớp hoạt động cuối cùng, trước khi bạn thực hiện thao tác khác nào với ảnh đó. Hãy nhắp vào cái nút « Lớp Mới » hoặc « Neo Lớp » trong hộp thoại Lớp, hoặc dùng những lệnh trong trình đơn để làm như thế. 在对图像进行其它操作之前,您必须先把浮动选区固定到当前活动图层或者新的图层上。为此,您可以点击图层对话框中的“固定图层”或者“新建图层”按钮,或者使用菜单中的相应选项来完成这项工作。 @@ -677,6 +707,7 @@ Gimp'en understøtter automatisk gzip-komprimering. Tilføj .gz (eller .bz2 hvis du har bzip2 installeret) til filnavnet, og billedet vil blive gemt komprimeret. Åbning af komprimerede billeder virker selvfølgelig også. GIMP erlaubt es Ihnen, Bilder beim Abspeichern automatisch mit gzip oder bzip2 zu komprimieren (vorausgesetzt, diese Programme sind installiert). Hängen Sie dazu beim Abspeichern einfach die Endung .gz beziehungsweise .bz2 an den Dateinamen an. Natürlich werden die Bilder beim Laden automatisch entpackt. ཇི་ཨའི་ཨེམ་པི་གིས་ ཇི་ཛིབ་ཨེབ་བཙུགས་དེ་ ཕ་ལའི་གུར་རྒྱབ་སྐྱོར་འབདཝ་ཨིན།.gz(ཡང་ན་ ཁྱོད་ཀྱིས་ བི་ཛིབ་༢་དེ་གཞི་བཙུགས་འབད་དེ་ཡོད་པ་ཅིན་ཡང་ན་ .gz)དེ་ ཡིག་སྣོད་མིང་ལུ་ཁ་སྐོང་རྐྱབས་དང་ ཁྱོད་ཀྱི་གཟུགས་བརྙན་དེ་ཨེབ་བཙུགས་སྦེ་སྲུང་བཞག་འབད་བཞག་འོང་། དེ་མ་ཚད་ཨེབ་བཙུགས་འབད་ཡོད་པའི་གཟུགས་བརྙན་ལཱ་གཡོག་ཚུ་ མངོན་གསལ་འབད་ནི་ཡང་ ངེས་བདེན་སྲུང་བཞག་འབད་ཚུགས། + Το GIMP υποστηρίζει συμπίεση gzip εν κινήσει. Απλά προσθέστε .gz.bz2, εάν έχετε εγκαταστήσει bzip2) στο όνομα αρχείου και η εικόνα σας θα αποθηκευτεί συμπιεσμένη. Φυσικά η φόρτωση συμπιεσμένων εικόνων δουλεύει επίσης. GIMP supports gzip compression on the fly. Just add .gz (or .bz2, if you have bzip2 installed) to the filename and your image will be saved compressed. Of course, loading compressed images works too. GIMP supports gzip compression on the fly. Just add .gz (or .bz2, if you have bzip2 installed) to the filename and your image will be saved compressed. Of course loading compressed images works too. GIMP permesas rekte gzip-kunpremon. Estas sufiĉe ke vi aldonas .gz (aŭ .bz2, se bzip2 estas instalita) al dosiernomo kaj via bildo konserviĝos kunpremita. Memkompreneble funkcias ankaŭ ŝargado por kunpremitaj bildoj. @@ -694,6 +725,7 @@ GIMP គាំទ្រ​ការ​បង្ហាប់ gzip នៅ​ពេល​បង្ហោះ ។ គ្រាន់​តែ​បន្ថែម .gz (ឬ .bz2 ប្រសិន​បើ​អ្នក​បាន​ដំឡើង bzip2) ទៅ​ប្រព័ន្ធ​ឯកសារ និង​រូបភាព​របស់​អ្នក​នឹង​ត្រូវ​បាន​រក្សាទុក​ដោយ​បង្ហាប់ ។ តាម​ពិត​ការ​ផ្ទុក​រូបភាព​ដែល​បាន​បង្ហាប់​ក៏​ដំណើរការ​ផងដែរ ។ 김프는 gzip 압축을 지원합니다. 이미지를 저장할 때 확장자명을 .gz.bz2로 지정해주면 이미지를 압축해서 저장합니다. 이는 압축된 이미지를 읽어올 때도 동일하게 동작합니다. GIMP palaiko glaudinimą su gzip. Tiesiog prie failo pavadinimo pridėkite .gz (arba .bz2, jei turite įdiegę bzip2) ir išsaugosite suglaudintą paveikslėlį. Suglaudintų paveikslėlių įkėlimas, žinoma, taip pat veikia. + GIMP atbalsta tūlītēju gzip saspiešanu. Vienkārši pievienojiet faila nosaukumam paplašinājumu .gz (vai .bz2, ja jums ir bzip2), un attēls tiks saglabāts kā arhīvs. Protams, GIMP prot arī atvērt šādi saglabātus attēlus. ГИМП овозможува gzip компресија во од. Само додадете .gz (или .bz2, ако имате инсталирано bzip2) кон името на датотеката и вашата слика ќе биде зачувана компресирана. Се разбира дека работи и вчитување на компресирани слики. GIMP gzip संकोचन करीता on the fly समर्थन पुरवतो. फाइलनावात फक्त .gz (किंवा .bz2, bzip2 प्रतिष्ठापीत असल्यास) समावेष करा व तुमची प्रतिमा संकोचीत नुरूप साठवली जाईल. तसेच संकोचीत प्रतिमाचे दाखलन देखिल योग्य नुरूप चालते. GIMP က ပြေးလွှားရင်း gzip ဖိသိပ်မှုကို ပံ့ပိုးထားတယ်။ သင့် ဖိုင်အမည်မှာ .gz ကို ((သို့) သင့်မှာ bzip2 ကို တပ်ဆင်ထားရင်၊ .bz2) ပေါင်းထည့်လိုက်ရင် သင့်ရဲ့ ရုပ်ပုံကို ဖိသိပ်ပြီး သိမ်းဆည်းထားလိမ့်မယ်။ အမှန်ပဲ ဖိသိပ်ထားတဲ့ ရုပ်ပုံများ ဖွင့်ပြမှုလည်း အလုပ်ဖြစ်တယ်။ @@ -724,11 +756,12 @@ Націснуўшы і ўтрымліваючы клявішу Shift перад стварэньнем вылучэньня можна дадаць вылучэньне да бягучага, замест ягонай замены. Ужыўшы Ctrl перад стварэньнем вылучэньня можна прыбраць зь бягучага вылучэньня. Натискането и задържането на клавиш Shift преди селектиране ви позволява да добавите нова селекция, вместо да подмените старата. Използването на Ctrl преди селектиране изважда селектираното от старата селекция. Premeu i manteniu la tecla majúscules abans de fer una selecció i us permetrà afegir la selecció actual en comptes de reemplaçar-la. Utilitzeu Ctrl abans de fer una selecció per sostreure-la de l'actual. - Premeu i manteniu la tecla majúscules abans de fer una selecció i us permetrà afegir la selecció actual en comptes de reemplaçar-la. Utilitzeu Ctrl abans de fer una selecció per sostreure-la de l'actual. + Premeu i manteniu la tecla majúscules abans de fer una selecció i vos permetrà afegir la selecció actual en comptes de reemplaçar-la. Utilitzeu Ctrl abans de fer una selecció per sostreure-la de l'actual. Stisknutí a držení klávesy Shift před provedením výběru vám umožňuje přidávat k aktuálnímu výběru místo jeho nahrazení. Použití Ctrl před provedením výběru odebírá od aktuálního. Hvis du holder Shift-tasten nede før du markerer noget, kan du tilføje til den aktuelle markering i stedet for at erstatte den. Hvis Ctrl holdes ned før noget markeres, trækkes der fra markeringen. Wird beim Erstellen einer Auswahl während des Mausklicks die Umschalt-Taste gedrückt, so wird die neue Auswahl einer bestehenden hinzugefügt. Wird die Strg-Taste gedrückt, so wird die neue Auswahl von der bestehenden abgezogen. ལྡེ་མིག་སོར་ལྡེ་དེ་ སེལ་འཐུ་མ་འབད་བའི་ཧེ་མ་ ཨེབ་ནི་དང་ འཆང་མི་དེ་གིས་ ཚབ་བཙུགས་ནི་གི་ཚབ་ལུ་ ད་ལྟོའི་སེལ་འཐུ་ལུ་ཁ་སྐོང་འབད་བཅུགཔ་ཨིན།སེལ་འཐུ་མ་འབད་བའི་ཧེ་མ་ཚད་འཛིན་དེལག་ལེན་འཐབ་མི་དེ་གིས་ ད་ལྟོ་གི་ནང་ལས་ཕབ་ཨིན། + Πιέζοντας και κρατώντας το πλήκτρο Shift πριν την δημιουργία επιλογής, σας επιτρέπει να προσθέσετε στην τρέχουσα επιλογή αντί να την αντικαταστήσετε. Χρησιμοποιώντας Ctrl πριν την επιλογή αφαιρεί από την τρέχουσα επιλογή. Pressing and holding the Shift key before making a selection allows you to add to the current selection instead of replacing it. Using Ctrl before making a selection subtracts from the current one. Pressing and holding the Shift key before making a selection allows you to add to the current selection instead of replacing it. Using Ctrl before making a selection subtracts from the current one. Premante Ŝvkl klavon dum vi elektas ion, vi povas aldoni nunan elekton anstataŭ anstataŭigi ĝin. Uzu Strkl por depreni elekton el la nuna. @@ -748,6 +781,7 @@ ចុច និង​​ទប់​គ្រាប់ចុច ប្ដូរ មុន​ពេល​ធ្វើការ​ជ្រើស ដោយ​អនុញ្ញា​តឲ្យ​អ្នក​បន្ថែម​ជម្រើស​បច្ចុប្បន្ន​ជំនួស​ឲ្យ​ការ​ជំនួស​ការ​ជំនួស​វា ។ ដោយ​ប្រើ បញ្ជា មុន​ពេល​ធ្វើការ​ជ្រើស​ដោយ​ដក​ពី​ជម្រើស​បច្ចុប្បន្ន​មួយ ។ Shift키를 누른 채로 선택을 만들면 현재 선택을 바꾸는 대신 더합니다. Ctrl를 누른 채로 선택을 만들면 현재 선택에서 뺍니다. Jei pradėdami pažymėjimo veiksmą laikysite nuspaudę Shift klavišą, papildysite pažymėtą plotą, o ne atliksite naują pažymėjimą. Naudodami Ctlr klavišu atimsite žymimą plotą iš jau pažymėto. + Lai pievienotu jaunu iezīmējumu esošajam, pirms iezīmēšanas pieturiet Shift taustiņu. Lai atņemtu jaunu iezīmējumu no pašreizējā, pieturiet Ctrl. Со притискање и држење на копчето Shift пред да направите селекција, ви овозможува да додадете во тековната селекција наместо да ја замените. Со користење на Ctrl пред да направите селекција, одзема од тековната селекција. नीवड करण्यापूर्वी Shift कि दाबल्यास व सतत दाबून ठेवल्यास, वर्तमान नीवड बदलवण्याऐवजी समावेष करण्यास परवानगी देते. नीवड करण्यापूर्वी Ctrl चा वापर केल्यास वर्तमान नीवड पासून वजा होते. Dengan menekan seketika kekunci Shift sebelum membuat pemilihan membolehkan anda menambahkan pemilihan semasa bukannya menggantikannya. Dengan menggunakan Ctrl sebelum membuat pemilihan tolak daripada yang ada sekarang. @@ -767,6 +801,7 @@ Уколико притиснете и држите тастер Shift пре прављења избора, изабрани део ће бити додат на већ постојећи. Тастер Ctrl омогућава да нов избор одузмете од постојећег. Ukoliko pritisnete i držite taster Shift pre pravljenja izbora, izabrani deo će biti dodat na već postojeći. Taster Ctrl omogućava da nov izbor oduzmete od postojećeg. Att trycka på Skift och hålla den nedtryckt innan en markering görs låter dig lägga till den aktuella markeringen istället för att ersätta den. Att använda Ctrl innan en markering görs tar bort från den aktuella. + Seçim yapmadan önce Shift tuşuna basılı tutmak size mevcut seçimin üzerine yazmak yerine ekleme seçeneği verir. Seçim yapmadan önce Ctrl kullanmak ise mevcut olandan çıkarır. Щоб додати ділянку до виділеної, натисніть перед початком виділення клавішу Shift. Щоб відняти ділянку від виділеної, натисніть перед початком виділення клавішу Ctrl. Nhấn giữ phím Shift trước khi chọn gì thì cho phép bạn thêm vào vùng chọn hiện thời, thay vào thay thế nó. Dùng phím Ctrl trước khi chọn gì thì trừ ra vùng chọn hiện thời. 在进行选择以前按住 Shift 键将允许您将新的选区添加到当前的选区而不是替代它。如果按住的是 Ctrl 键则会从当前的选区中减去新的选区。 @@ -784,6 +819,7 @@ Du kan tegne simple firkanter eller cirkler med Rediger→Bestryg markering. Det bestryger kanten af den aktuelle markering. Mere komplekse figurer kan tegnes med baneværktøjet eller med Filtre→Generér→Figurer. Einfache Formen wie Ellipsen und Rechtecke können gezeichnet werden, indem eine bestehende Auswahl mit dem aktuellen Pinsel nachgezeichnet wird. Dazu steht der Befehl »Bearbeiten→Auswahl nachziehen« zur Verfügung. Komplexere Formen können mit dem Pfad-Werkzeug oder dem GFig-Plugin (Filter→Render→GFig) gezeichnet werden. ཁྱོད་ཀྱིས་གྲུ་བཞི་ཡང་ན་ སྒོར་ཐིག་འཇམ་སམ་ཚུ་ ཞུན་དག་→སི་ཊོག་ སེལ་འཐུ་ དེ་ལག་ལེན་འཐབ་པའི་ཐོག་ལས་འབྲི་ཚུགས། གོ་བཀའ་བའི་དབྱིབས་ཧེང་བཀལ་ འགྲུལ་ལམ་ལག་ཆས་ ཡང་ན་ ཚགས་མ་→ལྷག་སྟོན་འབད་ནི་→ཇི་ཕིག་དེ་གི་ཐོག་ལསའབྲི་ཚུགས། + Μπορείτε να σχεδιάσετε απλά τετράγωνα ή κύκλους χρησιμοποιώντας την επιλογή Επεξεργασία→Περίγραμμα επιλογής. Βάφει την ακμή της τρέχουσας επιλογής. Πιο σύνθετα σχήματα μπορούν να σχεδιαστούν χρησιμοποιώντας το εργαλείο μονοπάτι ή με Φίλτρα→Σχεδίαση→Gfig. You can draw simple squares or circles using Edit→Stroke Selection. It strokes the edge of your current selection. More complex shapes can be drawn using the Path tool or with Filters→Render→Gfig. You can draw simple squares or circles using Edit→Stroke Selection. It strokes the edge of your current selection. More complex shapes can be drawn using the Path tool or with Filters→Render→Gfig. Vi povas desegni simplajn kvadratojn aŭ cirklojn per Redaktu→Konturu Elekton. Ĝi konturas la randojn de via nuna elekto. Pli kompleksaj formoj estas desegneblaj per iloj de Motivo aŭ per uzo de Filtriloj→Transdono→Gfig. @@ -800,6 +836,7 @@ អ្នក​អាច​គូរ​ការ៉េ​ ឬ​រង្វង់​ធម្មតា​ដោយ​ប្រើ​​ជម្រើស Edit→Stroke ។ វា​ខ្វាច់​គែម​របស់​ជម្រើស​បច្ចុប្បន្ន​របស់​អ្នក ។ រាង​លំបាក​បន្ថែម​ទៀត​អាច​ត្រូវ​បានគូរ​ដោយ​ប្រើ​ឧបករណ៍​ផ្លូវ ឬ​ Filters→Render→Gfig ។ 편집->선택 따라그리기를 사용하면 단순한 사격형이나 원을 그릴 수 있습니다. 현재 선택의 모서리를 따라 그립니다. 더 복잡한 도형은 경로 도구나 필터->렌더->Gfig를 사용해서 그릴 수 있습니다. Paprastu kvadratus arba apskritimus galite nupiešti naudodami Keisti→Apvesti pažymėtas vietas. Tai apveda tuo metu jūsų pasirinktos srities kraštą. Sudėtingesnes formas galima nupiešti naudojant Kontūrų įrankį arba Filtrai→Atvaizdavimas→Gfig. + Taisnstūrus un riņķus var zīmēt ar komandu Rediģēt→Apvilkt iezīmējumu. Sarežģītākas figūras var zīmēt ar ceļa rīku, kā arī figūru dialogā Filtri→Renderēšana→Gfig. Можете да цртате едноставни квадрати или кругови со користење на Уреди->Исцртај селекција. Тоа го исцртува работ на вашата тековна селекција. По комплексни форми можат да се цртат со користење на алатката Патека или со Филтри->Исцртај->Gfig. संपादीत करा→नीवड रेखाटा पर्यायचा वापर करून तुम्ही सोपे चौरस किंवा वर्तुळ बनवू शकता. तो वर्तमान नीवडचे किनार रेखाटतो. Path साधन किंवा फिल्टर्स→रेन्डर→Gfig याचा वापर करून आणखी क्लिष्ठ आकार रेखाटले जाऊ शकतात. တည်းဖြတ်→မှတ်သားချက် ရွေးချယ်မှုကို သုံးပြီး ရိုးရိုး စတုရန်းပုံများ (သို့) စက်ဝိုင်းများကို သင်ရေးဆွဲနိုင်တယ်။ ၄င်းက သင့်ရဲ့ လက်ရှိ​ ရွေးချယ်မှုရဲ့ အစွန်ကို မှတ်သားပေးတယ်။ ပိုမို ရှုပ်ထွေးတဲ့ ပုံသဏ္ဍာန်များကို လမ်းကြောင်း ကိရိယာ (သို့) စစ်ထုတ်ကိရိယာများ→တင်ဆက်မှု→Gfig ကို သုံးပြီး သင် ရေးဆွဲနိုင်တယ်။ @@ -833,6 +870,7 @@ Hvis du bestryger en bane (Redigér→Bestryg bane), kan tegneværktøjerne bruges med deres aktuelle indstillinger. Du kan bruge malerpenslen i farveovergangstilstand, eller endda viskelæderet eller udtværingsværktøjet. Wenn Sie einen Pfad nachziehen (Bearbeiten→Pfad nachziehen …), kann das Malwerkzeug mit den aktuellen Einstellungen benutzt werden. Sie können so z.B. die Sprühpistole im Farbverlaufsmodus oder auch den Radierer oder das Verwischenwerkzeug verwenden. ཁྱོད་ཀྱིས་འགྲུལ་ལམ་ཅིག་སིཊོཀ་འབད་བ་ཅིན་(ཞུན་དག་→འགྲུལ་ལམ་སི་ཊོག་འབད་) ཚོན་གཏང་ནིའི་ལག་ཆས་ཚུ་ དེ་ཚུའི་ད་ལྟོའི་སྒྲིག་སྟངས་ཚུ་དང་ཅིག་ཁར་ལག་ལེན་འཐབ་བཏུབ། ཁྱོད་ཀྱིས་ཚོན་གཏང་པྱིར་འདི་སྟེགས་རིས་ཐབས་ལམ་ནང་ལུ་ ཡང་ན་ གསད་ནི་ཡང་ན་རབ་རིབ་ལག་ཆས་ནང་ལག་ལེན་འཐབ་བཏུབ། + Εάν βάψετε ένα μονοπάτι (Επεξεργασία→Περίγραμμα μονοπατιού), τα εργαλεία βαφής (ζωγραφικής) μπορούν να χρησιμοποιηθούν με τις τρέχουσες ρυθμίσεις τους. Μπορείτε να χρησιμοποιήσετε το πινέλο σε κατάσταση διαβάθμισης ή ακόμα τη γόμα ή το εργαλείο μουτζουρώματος. If you stroke a path (Edit→Stroke Path), the paint tools can be used with their current settings. You can use the Paintbrush in gradient mode or even the Eraser or the Smudge tool. If you stroke a path (Edit→Stroke Path), the paint tools can be used with their current settings. You can use the Paintbrush in gradient mode or even the Eraser or the Smudge tool. Se oni konturas strekon (Redaktu→Konturu Strekon), la pentrad-iloj estas uzataj kun iliaj nunaj agordoj. La Peniko estas uzebla per gradiento kaj eĉ Gumo aŭ Stompilo. @@ -849,6 +887,7 @@ ប្រសិន​បើ​ផ្លូវខ្វាច់​ផ្លូវ (កែសម្រួល​ផ្លូវ​ខ្វាច់) ឧបករណ៍​គូរ​អាច​ត្រូវ​បានប្រើ​ជា​មួយ​នឹង​ការ​កំណត់​បច្ចុប្បន្ន​របស់​ពួកវា ។ អ្នក​អាច​ប្រើ​ជក់​គូរ​នៅ​ក្នុង​របៀប​ជម្រាល ឬ​ជ័រ​លុប ឬ​ឧបករណ៍ស្នាម​ប្រឡាក់ ។ 경로를 따라그릴 때(편집->경로 따라 그리기), 그리기 도구들을 현재을 설정으로 사용할 수 있습니다. 그라디언트 모드의 붓 도구는 물론이고 심지어 지우개나 문지르기 도구도 사용할 수 있습니다. Apvedant kontūrą (Keisti→Apvesti kontūrą) galima naudoti piešimo įrankius su jų esamais nustatymais. Galite naudoti teptuką su gradientu arba netgi trintuką ar ištepimo įrankį. + Ceļa apvilkšanai (Rediģēt→Apvilkt ceļu) var lietot jebkuru zīmēšanas rīku ar pašreizējiem iestatījumiem, piemēram, otu krāsu pārejas režīmā, dzēšanas vai izsmērēšanas rīku. Ако исцртате патека (Уреди->Исцртај патека), можат да се користат алатките за цртање со нивните тековни поставки. Можете да ја користите Четката за цртање во режим на нијансирање или дури и Бришачот или алатката за флеки. मार्ग (संपादन→मार्ग रेखाटा) रेखाटल्यास, पेन्ट साधन परस्पर वर्तमान संयोजनाशी वापरले जाऊ शकते. तुम्ही ग्रेडिऐन्ट पद्धतीत Paintbrush किंवा Eraser किंवा Smudge साधनचा वापर करू शकता. လမ်းကြောင်းတခု (လမ်းကြောင်းကို တည်းဖြတ်→မှတ်သားပါ) ကို သင် မှတ်သားရင်၊ ရေးဆွဲ ကိရိယာများကို ၄င်းတို့ရဲ့ လက်ရှိ တပ်ဆင်ချက်များနဲ့ သုံးစွဲနိုင်တယ်။ ရောင်စဉ်တန်း စနစ်ထဲက ပုံဆွဲစုတ်တံ၊ ခဲဖျက် (သို့) မင်ပျံ့ကိရိယာကို သင် သုံးစွဲနိုင်တယ်။ @@ -877,11 +916,12 @@ Можна ствараць і зьмяняць складаныя вылучэньні, ужываючы інструмэнт «Шляхі». Дыялёг «Шляхі» дазваляе працаваць з рознымі шляхамі й ператравараць іх у вылучэньні. Можете да създавате и променяте комплексни селекции с инструмента за пътеки. Дилалогът на пътеките ви позволява да работите по няколко пътеки и да ги превърнете в селекции. Podeu crear i editar seleccions complexes utilitzant l'eina Camí. El diàleg de camins us permet treballar en múltiples camins i convertir-los a seleccions. - Podeu crear i editar seleccions complexes utilitzant l'eina Camí. El diàleg de camins us permet treballar en múltiples camins i convertir-los a seleccions. + Podeu crear i editar seleccions complexes utilitzant l'eina Camí. El diàleg de camins vos permet treballar en múltiples camins i convertir-los a seleccions. Pomocí nástroje Cesty můžete vytvářet a upravovat složité výběry. Dialog Cesty vám umožňuje pracovat na více cestách a konvertovat je na výběry. Du kan oprette og redigere komplekse markeringer med baneværktøjet. Banevinduet lader dig arbejde på flere baner og så konvertere dem til markeringer. Sie können komplexe Auswahlen erzeugen und bearbeiten, indem Sie das Pfad-Werkzeug verwenden. Der Pfaddialog gibt Ihnen die Möglichkeit, mit mehreren Pfaden gleichzeitig zu arbeiten und diese in Auswahlen umzuwandeln. ཁྱོད་ཀྱིས་འགྲུལ་ལམ་ལག་ཆས་ལག་ལེན་འཐབ་པའི་ཐོག་ལས གོ་བཀའ་བའི་སེལ་འཐུ་ཚུ་ གསར་བསྐྲུན་འབད་ནི་དང་ ཞུན་དག་འབད་ཚུགས། འགྲུལ་ལམ་ཚུ་ཌའི་ལོག་གིས་ ཁྱོད་ལམ་སྣ་མང་གུར་ལཱ་འབད་ནི་དང་ དེ་ཚུ་སེལ་འཐུ་ལུ་གཞི་བསྒྱུར་འབད་བཅུགཔ་ཨིན།ུ་ + Μπορείτε να δημιουργήσετε και να επεξεργαστείτε σύνθετες επιλογές χρησιμοποιώντας το εργαλείο μονοπατιού. Ο διάλογος μονοπατιών σας επιτρέπει να εργαστείτε σε πολλαπλά μονοπάτια και να τα μετατρέψετε σε επιλογές. You can create and edit complex selections using the Path tool. The Paths dialogue allows you to work on multiple paths and to convert them to selections. You can create and edit complex selections using the Path tool. The Paths dialogue allows you to work on multiple paths and to convert them to selections. Vi povas krei kaj redakti kompleksajn elektojn per ilo de Strekoj. La dialogofenestro de Strekoj eblas al vi labori super multaj strekojn kaj konverti ilin en elektoj. @@ -900,6 +940,7 @@ អ្នក​អាច​បង្កើត និង​កែសម្រួល​ជម្រើស​ស្មុគស្មាញ ដោយ​ប្រើ​ឧបករណ៍ផ្លូវ ។ ប្រអប់​ផ្លូវ អនុញ្ញាត​ឲ្យ​អ្នក​ធ្វើការ​លើ​ផ្លូវ​ជា​ច្រើន និង​បម្លែង​ពួកវា​ទៅ​ជា​ជម្រើស ។ 경로 도구를 이용해서 복잡한 선택을 만들고 고칠 수 있습니다. 경로 대화상자에서 여러 개의 경로를 조작하여, 선택으로 변환할 수 있습니다. Galite sukurti ir keisti sudėtingus pažymėjimus, naudodami Kontūrų įrankį. Kontūrų dialogas suteikia galimybę dirbti su daugeriopais kontūrais ir paversti juos pažymėjimais. + Ar ceļa rīku var veidot un rediģēt sarežģītas formas iezīmējumus. Dialogs "Ceļi" satur rīkus darbam ar vairākiem ceļiem un to pārvēršanai iezīmējumos. Можете да создавате и уредувате комплексни селекции со користење на алатката Патека. Дијалогот за патеки ви овозможува да работите на повеќе патеки и да ги префрлате во селекциите. Path साधनचा वापर करून तुम्ही क्लिष्ठ नीवड बनवू व संपादीत करू शकता. Paths संवाद तुम्हाला एकापेक्षा जास्त मार्गांवर कार्य करण्यास व त्यांना नीवड नुरूप रूपांतरीत करण्याकरीता परवानगी देतो. လမ်းကြောင်း ကိရိယာကို သုံးပြီး ရှုပ်ထွေးတဲ့ ရွေးချယ်မှုများကို ဖန်တီးနိုင်ပြီး တည်းဖြတ်နိုင်တယ်။ လမ်းကြောင်းများ အညွန်းစာမျက်နှာက လမ်းကြောင်း အများအပြားမှာ လုပ်ဆောင်ပြီး ၄င်းတို့ အားလုံးကို ရွေးချယ်ချက်များဆီ အသွင်ပြောင်းဖို့ သင့်ကို အခွင့်ပေးတယ်။ @@ -918,6 +959,7 @@ Можете направити и уређивати сложене изборе помоћу алата за путање. Прозорче за путање дозвољава рад са више путања и претварање истих у изборе. Možete napraviti i uređivati složene izbore pomoću alata za putanje. Prozorče za putanje dozvoljava rad sa više putanja i pretvaranje istih u izbore. Du kan skapa och redigera komplexa markeringar genom att använda slingverktyget. Slingdialogen låter dig arbeta med flera slingor och konvertera dem till markeringar. + Yön aracını kullanarak karmaşık seçimler oluşturabilir ve düzenleyebilirsin. Yön diyaloğu çoklu yönlerde çalışmana ve onları seçimlere dönüştürmene izin verir. Можна створювати та редагувати складні ділянки виділення використовуючи інструмент «Контур». У діалоговому вікні «Контур»; можна працювати з кількома контурами та перетворювати їх у виділення. Bạn có thể tạo và hiệu chỉnh vùng chọn phức tạp bằng cách dùng công cụ « Đường dẫn ». Hộp thoại « Đường dẫn » cho phép bạn làm việc với nhiều đường dẫn và chuyển đổi chúng thành vùng chọn. 您可以使用路径工具创建和编辑复杂的选区。路径对话框允许您同时操作多个路径并把它们转换到选区。 @@ -935,6 +977,7 @@ Du kan bruge tegneværktøjerne til at ændre markeringen. Klik på ekspresmaskeknappen for neden til venstre i et billedvindue. Ændr markeringen ved at tegne i billedet og klik på knappen igen for at konvertere tilbage til en normal markering. Sie können die Malwerkzeuge verwenden, um eine Auswahl zu ändern. Klicken Sie dazu auf die Schaltfläche »Schnellmaske« in der unteren linken Ecke eines Bildfensters. Ändern Sie nun die Auswahl, indem Sie innerhalb des Bildes malen, und klicken Sie anschließend die Schaltfläche erneut an, um alles wieder in eine normale Auswahl umzuwandeln. ཁྱོད་ཀྱིས་སེལ་འཐུ་དེ་བསྒྱུར་བཅོས་འབད་ནིའི་དོན་ལུ་ ཚོན་གཏང་ནིའི་ལག་ཆས་ལག་ལེན་འཐབ།"འཕྲལ་མགྱོགས་གདོང་ཁེབས་"གཟུགས་བརྙན་སྒོ་སྒྲིག་གི་གཤམ་གྱི་གཡོན་ལུ་ཡོད་མི་ཨེབ་རྟ་ལུ་ ཨེབ་གཏང་འབད། ཁྱོད་ཀྱི་སེལ་འཐུ་དེ་ གཟུགས་བརྙན་ནང་ལུ་་ཚོན་གཏང་པའི་ཐོག་ལས་བསྒྱུར་བཅོས་འབད་ དེ་ལས་ པྱིར་གཏང་སེལ་འཐུ་ལུ་ལོག་གཞི་བསྒྱུར་འབད་ནིའི་དོན་ལུ་ ཨེབ་རྟ་ལུ་ལོག་ཨེབ་གཏང་འབད། + Μπορείτε να χρησιμοποιήσετε τα εργαλεία βαφής (ζωγραφικής) για αλλαγή επιλογής. Πατήστε στο κουμπί "γρήγορη μάσκα" κάτω αριστερά στο παράθυρο εικόνας. Αλλάξτε την επιλογή σας βάφοντας την εικόνα και πατήστε στο κουμπί ξανά για να την μετατρέψετε πάλι σε κανονική επιλογή. You can use the paint tools to change the selection. Click on the "Quick Mask" button at the bottom left of an image window. Change your selection by painting in the image and click on the button again to convert it back to a normal selection. You can use the paint tools to change the selection. Click on the "Quick Mask" button at the bottom left of an image window. Change your selection by painting in the image and click on the button again to convert it back to a normal selection. La iloj de desegno estas uzublaj por ŝanĝi la elektojn. Klaku sur "Rapidmasko" butonon en maldekstro-suba parto de la bildofenestro. Ŝanĝu elekton disegnante en la bildo kaj klaku denove sur la butono por konverti ĝin al normala elekto. @@ -952,6 +995,7 @@ អ្នក​អាច​ប្រើ​ឧបករណ៍​គូរ​ដើម្បី​ផ្លាស់ប្ដូរ​ជម្រើស ។ ចុច​លើ​ប៊ូតុង "របាំង​លឿន" នៅ​បាត​ខាង​ឆ្វេង​របស់​បង្អួច​រូបភាព ។ ផ្លាស់ប្ដូរ​ជម្រើស​របស់​អ្នក​ដោយ​គូរ​ក្នុង​រូបភាព និង​ចុច​លើ​ប៊ូតុង​ម្ដង​ទៀត ដើម្បី​បម្លែង​វា​ទៅ​ជម្រើស​ដើម​វិញ ។ 선택을 고치기 위해서 그리기 도구를 사용할 수 있습니다. 이미지 창의 좌하단에 있는 "퀵마스크" 단추를 클릭하십시오. 이미지에 그리기만 하면 선택이 되고 단추를 한번 더 클릭하면 보통의 선택으로 바뀝니다. Pažymėtą sritį galite pakeisti naudodami piešimo įrankius. Spustelėkite mygtuką „Greita kaukė“ kairiajame apatiniame paveikslėlio kampe. Piešdami paveikslėlyje pakeiskite pažymėtą sritį ir paspauskite tą patį mygtuką dar kartą, konvertuodami šią sritį atgal į normalią. + Iezīmējumu var mainīt ar zīmēšanas rīkiem. Nospiediet ātrās maskas pogu attēla loga apakšējā kreisajā stūrī, rediģējiet masku ar otu vai citiem rīkiem, un nospiediet pogu vēlreiz, lai pārvērstu ātro masku par jauno iezīmējumu. Можете да ги користите алатките за цртање за да ја смените селекцијата. Кликнете на копчето "Брза маска" лево доле во прозорецот на сликата. Изменете ја вашата селекција со цртање врз сликата и кликнете на тоа копче повторно за да ја префрлите во нормална селекција. तुम्ही नीवड बदलण्याकरीता पेन्ट साधनचा वापर करू शकता. प्रतिमा खिडकीच्या तळ डावे बाजूवरील "Quick Mask" बटणावर क्लिक करा. प्रतिमा मध्ये पेन्ट करून तुमची नीवड बदला व सर्वसाधारण नीवड नुरूप रूपांतरीत करण्याकरीता पुन्हा बटणावर क्लिक करा. ရွေးချယ်မှုကို ပြောင်းလဲဖို့ ရေးဆွဲ ကိရိယာများကို သင် သုံးစွဲနိုင်တယ်။ ရုပ်ပုံ ၀င်းဒိုး တခုရဲ့ အောက်ခြေ ဘယ်ဖက်မှ "အမြန် မျက်နှာဖုံး" ခလုတ်ပေါ် နှိုပ်ပါ။ သင့်ရဲ့ ရွေးချယ်မှုကို ရုပ်ပုံမှာ ရွေးဆွဲခြင်းဖြင့် ပြောင်းလဲနိုင်ပြီး ၄င်းကို သာမန် ရွေးချယ်မှု တခုဆီ ပြန် အသွင်ပြောင်းဖို့ ခလုတ်ကို ပြန်နှိုပ်ပါ။ @@ -969,6 +1013,7 @@ Можете мењати избор дела слике помоћу алата за цртање. Кликните на дугме „Брза маска“ у доњем левом делу прозора са сликом. Измените избор цртањем по слици и поново кликните на ово дугме како би се вратили на избор. Možete menjati izbor dela slike pomoću alata za crtanje. Kliknite na dugme „Brza maska“ u donjem levom delu prozora sa slikom. Izmenite izbor crtanjem po slici i ponovo kliknite na ovo dugme kako bi se vratili na izbor. Du kan använda målarverktygen för att ändra markeringen. Klicka på "Snabbmask"-knappen i nedre vänstra hörnet i ett bildfönster. Ändra din markering genom att måla i bilden och klicka på knappen igen för att konvertera den tillbaka till en normal markering. + Seçimi değiştirmek için boyama araçlarını kullanabilirsin. Bir resim penceresinin sol üstündeki "Çabuk Ört" butonuna tıkla. Resmi boyayarak seçimini değiştir ve onu normal bir seçime geri döndürmek için butona tekrar tıkla. Для редагування меж виділеної ділянки можна використовувати інструменти малювання. Для цього необхідно увімкнути "Швидка маска" у нижньому лівому куті вінка зображення, відредагувати виділену ділянку інструментом малювання, потім ще раз натиснути кнопку для переходу у звичайний режим. Bạn có thể sử dụng những công cụ sơn để thay đổi vùng chọn. Hãy nhắp vào cái nút « Mặt nạ nhanh » dưới trái một cửa sổ ảnh. Thay đổi vùng chọn bằng cách sơn vào ảnh đó, rồi nhắp lại vào cái nút để chuyển đổi nó về một vùng chọn chuẩn. 您可以使用涂画工具来改变选区。点击图像窗口左下角的“快速蒙板”按钮,在图像上涂画来修改您的选区,然后再次点击按钮把它转换回一个正常选区。 @@ -986,6 +1031,7 @@ Du kan gemme en markering som en kanel (Markering→Gem som kanal) og så ændre denne kanal med maleværktøjerne. Ved hjælp af knapperne i kanalvinduet kan du slå synligheden af denne nye kanal til eller fra eller konvertere den til en markering. Sie können eine Auswahl in einen Kanal speichern (Auswahl→In Kanal speichern) und anschließend diesen Kanal mit jedem Malwerkzeug bearbeiten. Mit Hilfe der Schaltflächen im Kanäledialog können Sie die Sichtbarkeit dieses neuen Kanals beeinflussen oder ihn in eine Auswahl umwandeln. ཁྱོད་ཀྱིས་སེལ་འཐུ་དེ་རྒྱུ་་ལམ་ལུ་སྲུང་བཞག་འབད་ཚུགས་(སེལ་འཐུ་→རྒྱུ་་ལམ་ལུ་སྲུང་བཞག་འབད་) དེ་ལས་ ཚོན་གཏང་ནིའི་ལག་ཆས་གང་རུང་ཅིག་གིས་ཐོག་ལས རྒྱ་ལམ་འདི་ལེགས་བཅོས་འབད། རྒྱུ་་ལམ་ཌའི་ལོག་ནང་གི་ཨེབ་རྟ་ལག་ལེན་འཐབ་མི་དེ་གིས་ ཁྱོད་ཀྱིས་རྒྱུ་ལམ་གསརཔ་འདི་གི་མཐོང་གསལ་སོར་སྟོན་འབད་ཚུགས་ཡང་ན་ སེལ་འཐུ་ལུ་གཞི་བསྒྱུར་འབད་ཚུགས། + Μπορείτε να αποθηκεύσετε μια επιλογή σε κανάλι (Επιλογή→Αποθήκευση σε κανάλι) και έπειτα να τροποποιήσετε αυτό το κανάλι με οποιοδήποτε εργαλείο βαφής (ζωγραφικής). Χρησιμοποιώντας τα κουμπιά στο διάλογο καναλιών, μπορείτε να εναλλάξετε την ορατότητα αυτού του νέου καναλιού ή να τη μετατρέψετε σε επιλογή. You can save a selection to a channel (Select→Save to Channel) and then modify this channel with any paint tools. Using the buttons in the Channels dialogue, you can toggle the visibility of this new channel or convert it to a selection. You can save a selection to a channel (Select→Save to Channel) and then modify this channel with any paint tools. Using the buttons in the Channels dialogue, you can toggle the visibility of this new channel or convert it to a selection. Vi povas konservi elekton laŭ kanalo (Elektu→Konservu en Kanalo) kaj poste redakti ĝin per iloj de desegno. Uzante butonojn en dialogfenestro de Kanaloj, vi povas mastrumi videblecon de ĉi tiu nova kanalo aŭ konverti ĝin en elekto. @@ -1002,6 +1048,7 @@ អ្នក​អាច​រក្សាទុក​ជម្រើស​ទៅ​ឆានែល (ជ្រើស​រក្សាទុក​ទៅ​ឆានែល) ហើយ​បន្ទាប់​មក​កែប្រែ​ឆានែល​នេះ​ដោយ​ឧបករណ៍​គូរ​ណា​មួយ ។ ដោយ​ប្រើ​ប៊ូតុង​នៅ​ក្នុង​ប្រអប់​ឆានែល អ្នក​អាច​បិទ​បើក​ភាព​មើល​ឃើញ​របស់​ឆានែល​ថ្មី​នេះ ឬ​បម្លែង​ទៅ​ជា​ជម្រើស​មួយ ។ 선택을 채널에 저장하고(선택->채널로 저장), 이 채널을 원하는 그리기 도구로 고칠 수 있습니다. 채널 대화상자의 단추들을 이용해서 채널을 표시하거나 숨길 수 있고, 선택으로 변환할 수도 있습니다. Galite išsaugoti pažymėjimą į kanalą (Pažymėti→Išsaugoti į kanalą) ir tada modifikuoti ši kanalą bet kuriuo piešimo įrankiu. Mygtukais Kanalų dialoge galite įjungti/išjungti šio naujo kanalo matomumą arba konvertuoti jį į pažymėjimą. + Iezīmējumu var saglabāt kā kanālu (Iezīmēt→Saglabāt kanālā), pārveidot šo kanālu ar zīmēšanas rīkiem, un pārvērst to atpakaļ par iezīmējumu, izmantojot kanālu dialoga rīkus. Можете да ја зачувате селекцијата во канал (Избери->Зачувај во канал) и потоа да го промените овој канал со било која алатка за цртање. Со користење на копчињата во дијалогот Канали, можете да ја префрлате видливоста на овој нов канал или да го претворите во селекција. तुम्ही नीवड वाहिनी (नीवडा→वाहिनीवर साठवा) करीता साठवू शकता व त्यानंतर कुठल्याही पेन्ट साधनसह ही वाहिनी संपादीत करू शकता. वाहिनी संवाद अंतर्गत बटणांचा वापर केल्यास, तुम्ही नवीन वाहिनीचे अवलोकन टॉगल करू शकता किंवा त्यांस नीवड नुरूप रूपांतरीत करू शकता. ရွေးချယ်မှု တခုကို ချာနယ် တခုထဲမှာ သင် သိမ်းဆည်းနိုင်ပြီးနောက် ဒီချာနယ်ကို ရေးဆွဲ ကိရိယာ တခုခုဖြင့် ပြုပြင်မွမ်းမံနိုင်တယ်။ ချာနယ်များ အညွန်းစာမျက်နှာထဲမှာ ခလုတ်များကို သုံးပြီး၊ ဒီ ချာနယ် အသစ်ရဲ့ မြင်ကွင်းကို သင် ထိန်းနိုင် (သို့) ၄င်းကို ရွေးချယ်မှု တခုထဲ အသွင်ပြောင်းနိုင်တယ်။ @@ -1041,6 +1088,7 @@ Hvis du aktiverer "Dynamiske tastegenveje" under indstillingerne, kan du omdefinere genvejstaster i menuerne. Bring en menu frem, vælg et menupunkt og tryk den ønskede tastekombination. Genvejen bliver gemt når du afslutter Gimp'en hvis "Gem tastegenveje" er aktiveret. Du bør formodentlig deaktivere dynamiske tastegenveje bagefter for at forhindre omtildeling af en genvej ved et uheld. Nachdem Sie in den Einstellungen »Dynamische Tastenkombinationen« aktiviert haben, können Sie Tastenkombinationen einfach zuweisen oder verändern. Wählen Sie dazu mit dem Mauspfeil den entsprechenden Menüeintrag aus und drücken Sie anschließend die neue Tastenkombination. Wenn »Tastenkombinationen speichern« aktiviert ist, werden die von Ihnen definierten Tastenkürzel auch über das Beenden von GIMP hinaus gespeichert. Eventuell sollten Sie »Dynamische Tastenkombinationen« danach wieder ausschalten, um ein unbeabsichtigtes Ändern der Belegungen zu verhindern. དགའ་གདམ་ཌའི་ལོག་ནང་ ཁྱོད་ཀྱིས་"ནུས་ཅན་ལྡེ་སྒྲོམ་མགྱོགས་ཐབས་" དེ་ ཤུགས་ཅན་བཟོ་ཚར་བའི་ཤུལ་ལས་ ཁྱོད་ཀྱིས་མགྱོགས་ཐབས་ལྡེ་མིག་ཚུ་འགན་སྤྲོད་འབད་ཚུགས། དེ་ཡང་ དཀར་ཆག་ཡར་འབག་འོང་སྟེ་འབད་ནི་དང་ དཀར་ཆག་གི་རྣམ་གྲངས་སེལ་འཐུ་འབད་བའི་ཐོག་ལས་དང་ རེ་འདུན་ཅན་གྱི་མཉམ་མཐུད་ལྡེ་སྒྲོམ་ཨེབ་པའི་ཐོག་ལས་འབད་དགོཔ་ཨིན། "ལྡེ་སྒྲོམ་མགྱོགས་ཐབས་སྲུང་བཞག་འབད་ནི་"དེ་ལྕོགས་ཅན་བཟོ་ཚར་བ་ཅིན་ ཁྱོད་ཀྱིས་ཇི་ཨའི་ཨེམ་པི་དེ་ཕྱིར་ཐོན་འབད་བའི་སྐབས་ལུ་ ཀི་བཱའིན་ཌིང་ཚུ་ སྲུང་བཞག་འབདཝ་ཨིན། ཁྱོད་ཀྱིས་ ཤུལ་ལས་" ནུས་ཅན་ལྡེ་སྒྲོམ་མགྱོགས་ཐབས་" འདི་ལྕོགས་མེད་བཟོ་དགོ་ དེ་ཡང་ གློ་བུར་དུ་འགན་སྤྲོད་འབད་ནི་/ལོག་འགན་སྤྲོད་འབད་བའི་མགྱོགས་ཐབས་ཚུ་སྔོན་བཀག་འབད་ནི་ལུ་ཨིན། + Μετά την ενεργοποίηση "δυναμικές συντομεύσεις πληκτρολογίου" δτο διάλογο προτιμήσεων, μπορείτε να ξανααποδώσετε τα πλήκτρα συντόμευσης. Αυτό γίνεται εμφανίζοντας το μενού, επιλέγοντας ένα στοιχείο μενού και πιέζοντας τον επιθυμητό συνδυασμό πλήκτρων. Εάν το "αποθήκευση συντομεύσεων πληκτρολογίου" έχει ενεργοποιηθεί, οι δεσμεύσεις πληκτρολογίου αποθηκεύονται με την έξοδο από το GIMP. Θα πρέπει να απενεργοποιήσετε το "δυναμικές συντομεύσεις πληκτρολογίου"κατόπιν για αποφυγή τυχαίων αποδώσεων/ξανααποδώσεων συντομεύσεων. After you enabled "Dynamic Keyboard Shortcuts" in the Preferences dialogue, you can reassign shortcut keys. Do so by bringing up the menu, selecting a menu item, and pressing the desired key combination. If "Save Keyboard Shortcuts" is enabled, the key bindings are saved when you exit GIMP. You should probably disable "Dynamic Keyboard Shortcuts" afterwards, to prevent accidentally assigning/reassigning shortcuts. After you enabled "Dynamic Keyboard Shortcuts" in the Preferences dialogue, you can reassign shortcut keys. Do so by bringing up the menu, selecting a menu item and pressing the desired key combination. If "Save Keyboard Shortcuts" is enabled, the key bindings are saved when you exit GIMP. You should probably disable "Dynamic Keyboard Shortcuts" afterwards, to prevent accidentally assigning/reassigning shortcuts. Post aktivado de "Dinamikaj Klavarkurtvojoj" en AGORDOJ, vi povas reatribui klavarkurtvojojn. Estas sufice ke vi malfermu menuon, elektu eron, kaj premu celitan klavkombinon. Se la opcio "Konservu Klavarkurtvojojn Elire" estas ebligita, la klavkombino estos konservata elirante el GIMP. Vi devus malebligi "Dinamikaj Klavarkurtvojoj" por antaŭeviti hazardajn atribuojn/reatribuojn de klavarkurtvojoj. @@ -1052,8 +1100,10 @@ Ha be van kapcsolva a "Dinamikus gyorsbillentyűk használata" beállítás (Beállítások párbeszédablak), akkor a gyorsbillentyűk hozzárendelése módosítható. A módosítás a következőképpen végezhető: menü megnyitása, menübejegyzés kijelölése, majd a kívánt billentyűkombináció lenyomása. Ha a "Gyorsbillentyűk mentése kilépéskor" beállítás be van kapcsolva, akkor a GIMP-ből való kilépéskor a billentyűkombinációk elmentésre kerülnek. Ezt követően érdemes kikapcsolni a "Dinamikus gyorsbillentyűk használata" lehetőséget, hogy a gyorsbillentyűk ne legyenek véletlenül módosítva. Eftir að þú virkjaðir "Dynamic Keyboard Shortcuts" í valmyndinni Kjörstillingar, getur þú ráðið virkni flýtilykla. Gerðu þetta með því að fá upp valmyndina, velja þar atriði og, ýta á þá samsetningu flýtilykla sem þú óskar að nota. Ef "Save Keyboard Shortcuts" er virkt, mun nýju stillingarnar verða vistaðar þegar þú lokar GIMP. Þú ættir líklega að óvirkja "Dynamic Keyboard Shortcuts" síðan, til að hindra að flýtilyklum verði breytt fyrir slysni. Dopo aver attivato "Tasti scorciatoia dinamici" nelle Preferenze, puoi riassegnare le scorciatoie da tastiera. Basta aprire il menu, selezionare una voce, e premere la combinazione tasti desiderata. Se l'opzione "Salva i tasti scorciatoia" è abilitata, la combinazione sarà salvata quando si esce da GIMP. È consigliabile disabilitare in seguito i "Tasti scorciatoia dinamici" per prevenire la riassegnazione accidentale delle scorciatoie da tastiera. + 環境設定ダイアログで "動的なキーボードショートカットを使用" ("ユーザーインタフェース" の中の項目)をオンにしておけば、ショートカットキーの割当てを変えることができるよ。(ショートカットキーの割当てを変えるには、環境設定ダイアログで "ユーザーインターフェース" の中の "キーボードショートカット設定" をクリックするか、画像ウィンドウメニューの 編集 -> キーボードショートカット をクリックしてね。) どんなメニューでもまずそのメニューを呼び出して、メニューにカーソルを当てた状態で、新しく割り当てるキーの組合せを押すだけで良いんだ。 環境設定ダイアログで "終了時にキーボードショートカットを保存" ("ユーザーインタフェース" の中の項目)をオンにしておけば、GIMP の終了時に自動的に保存されるよ。 기본 설정 대화상자에서 "동적인 키보드 바로 가기"를 선택한 다음, 단축키를 재할당 할 수 있습니다. 단축키를 설정하려면 해당 메뉴를 열고, 메뉴 항목을 선택하고, 원하는 키 조합을 누르면 됩니다. "마칠 때 키보드 단축키 저장"을 선택했다면, 김프를 마칠 때 단축키 설정이 저장됩니다. 나중에 단축키간의 충돌을 방지하기 위해 "동적인 키보드 단축키"를 비활성화시킬 수도 있습니다. Jeigu Nustatymų lange esate įjungę „Naudoti dinaminės klavišų kombinacijas“, galite perskirstyti klavišų kombinacijas. Tai galite padaryti atverdami meniu, pasirinkdami meniu elementą bei paspausdami pageidaujamą klavišų kombinaciją. Jeigu esate įjungę „Išeinant išsaugoti klavišų kombinacijas“, klavišų kombinacijos išsaugomos kiekvieną kartą užveriant GIMP. Norėdami išvengti netyčinių klavišų kombinacijų priskyrimo / perskirstymo, po to turėtumėte išjungti „Dinamines klavišų kombinacijas“. + Lai ērti pielāgotu tastatūras īsinājumtaustiņus saskarnē: 1. Atzīmējiet "Izmantot dinamiskos tastatūras īsinājumtaustiņus" dialogā "Iestatījumi". 2. Atveriet izvēlni un novietojiet peles rādītāju uz kādas komandas. 3. Nospiediet vēlamo taustiņu kombināciju. 4. Saglabājiet jaunos īsinājumtaustiņus dialogā "Iestatījumi". 5. Atslēdziet dinamiskos tastatūras īsinājumtaustiņus, lai netīšām neizmainītu savus iestatījumus. आवड नीवड संवाद मध्ये "गतिक कळफलक शार्टकट" कार्यान्वीत केल्यावर, तुम्ही शार्टकट किज् पुन्हा लागू करू शकता. असे तुम्ही मेन्यू वरील, मेन्यू घटक नीवडा, व पसंतीची कि जोडणी दाबा. "कळफलक शार्टकट साठवा" कार्यान्वीत केल्यावर, GIMP पासून बाहेर पडतेवेळी कि बाइन्डींग साठवले जाते. शार्टकटचे चुकीने लागूकरण/पुन्हा लागूकरण टाळण्याकरीता तुम्ही "गतिक कळफलक शार्टकट" अकार्यान्वीत केले पाहिजे. ဦးစားပေးချက်များ အညွန်းစာမျက်နှာထဲမှာ "တက်ကြွသော ကီး​ဘုတ် ဖြတ်လမ်းများ"ကို သင်ဖွင့်လိုက်တဲ့အခါ၊ ဖြတ်လမ်း သော့ချက်များကို သင် ပြန်သတ်မှတ်နိုင်တယ်။ စာရင်းမှတ်ကို ထွက်ပေါ်စေဖို့၊ စာရင်းမှတ် အချက်တခုကို ရွေးချယ်မှုနဲ့၊ နှစ်သက်တဲ့ သော့ချက် အစု​အဝေးကို နှိုပ်ခြင်းဖြင့် လုပ်ဆောင်ပါ။ "ကီးဘုတ် ဖြတ်လမ်းများကို သိမ်းဆည်းပါ"ကို ဖွင့်ထားရင်၊ GIMP ကို သင် ထွက်ခွါတဲ့ အခါ သော့ချက် ချည်နှောင်ချက်များကို သိမ်းထားတယ်။ ဖြတ်လမ်းများကို အမှတ်တမဲ့ သတ်မှတ်ခြင်းပြန်သတ်မှတ်ခြင်းကို တားဆီးဖို့ "တက်ကြွတဲ့ ကီးဘုတ် ဖြတ်လမ်းများ"ကို ဆက်ပြီး သင် သေသေချာချာ ပိတ်ထားသင့်တယ်။ Etter å ha slått på «dynamiske tastatursnarveier» i innstillingene, kan du definere dine egne hurtigtaster. Dette gjør du ved å få fram menyen, velge en oppføring, og trykke den ønskede tastekombinasjonen. Hvis «lagre tastatursnarveier» er slått på, blir de nye innstillingene lagret når du avslutter GIMP. Kanskje du vil slå av «dynamiske tastatursnarveier» etterpå, for å forhindre at du omdefinerer tastatursnarveier ved et uhell. @@ -1085,6 +1135,7 @@ Hvis din skærm er for tæt pakket med vinduer kan du trykke på tabulator flere gange i et billedvindue for at skjule værktøjskassen og andre vinduer. Wenn Ihre Arbeitsfläche zu unaufgeräumt ist, können Sie durch Drücken der Tabulator-Taste in einem Bildfenster den Werkzeugkasten oder andere Dialoge anzeigen oder ausblenden. ཁྱོད་ཀྱི་གསལ་གཞི་དེ་གནམ་མེད་ས་མེད་ཟིང་ཆ་ཅན་ཅིག་ཨིན་པ་ཅིན་ ལག་ཆས་སྒྲོམ་དང་གཞན་མི་ཌའི་ལོག་ཚུ་སོར་སྟོན་འབད་ནི་ལུ་ ཁྱོད་ཀྱིས་གཟུགས་བརྙན་སྒོ་སྒྲིག་ནང་གི་མཆོང་ལྡེ་འདི་ཨེབ་གཏང་། + Εάν η οθόνη σας είναι υπερβολικά ακατάστατη, μπορείτε να πατήσετε Tab στο παράθυρο εικόνας για εναλλαγή ορατότητας της κύριας εργαλειοθήκης και άλλων διαλόγων. If your screen is too cluttered, you can press Tab in an image window to toggle the visibility of the toolbox and other dialogues. If your screen is too cluttered, you can press Tab in an image window to toggle the visibility of the toolbox and other dialogues. Se la ekrano estas tro plenŝtopita, plurfoje premu Tab klavon en fenestro de la bildo por kaŝi aŭ montri ilostangon aŭ aliaj dialogofenestrojn. @@ -1101,6 +1152,7 @@ ប្រសិន​បើ​អេក្រង់​របស់​អ្នក​រាយប៉ាយ​ពេក អ្នក​អាច​ចុច ថេប(Tab) នៅ​ក្ច្រើនុង​បង្អួច​រូបភាព​ ដើម្បី​បិទ/បើក​ភាព​មើលឃើញ​របស់​របារ​ឧបករណ៍ និង​ប្រអប់​របស់​វា ។ 화면이 너무 어지럽다면, 이미지 창에서 Tab을 여러 번 눌러서, 도구 상자나 다른 대화상자들을 표시하거나 숨길 수 있습니다. Jei ekranas per daug apkrautas, paveikslėlio lange galite keletą kartų paspausti Tab, norėdami pakeisti įrankinės bei kitų langų matomumą. + Lai paslēptu rīku kasti un citus papildlogus, nospiediet Tab taustiņu, kad aktīvs attēla logs. Lai tos atkal parādītu, nospiediet Tab vēlreiz. Ако вашиот екран е пренатрупан, можете да го притиснете копчето Tab во прозорецот на сликата служи да ги скрие/прикаже алатниците или другите дијалози. पडदा खूपच विना आयोजीत आडळल्यास, तुम्ही प्रतिमा खिडकीत Tab दाबू शकता व साधनपेटी व इतर संवादचे दृष्य टॉगल करू शकता. သင့်ရဲ့ ဖန်သားပြင်ဟာ စုပြုံလွန်းနေရင်၊ ကိရိယာအိတ်နဲ့ အခြား အညွှန်းစာမျက်နှာများရဲ့ မြင်ကွင်းကို ထိန်းဖို့ ရုပ်ပုံ ၀င်းဒိုး တခုထဲက Tab ကို သင်နှိုပ်နိုင်တယ်။ @@ -1134,6 +1186,7 @@ Shift-klik på øjeikonet i lagvinduet for at skjule alle lag pånær dette. Shift-klik igen for at vise alle lag. Im Ebenendialog werden durch das Anklicken des Augensymbols bei gedrückter Umschalt-Taste alle anderen Ebenen ausgeblendet. Ein weiterer Klick bei gedrückter Umschalt-Taste blendet alle Ebenen wieder ein. སོར་ལྡེ་བང་རིམ་ཆ་མཉམ་སྦ་བཞག་ནིའི་དོན་ལུ་ བང་རིམ་ཌའི་ལོག་ནང་གི་ མིག་ཏོ་ངོས་པར་གུར་ ཨེབ་གཏང་འབད་ དོ་འབདཝ་ད་ འ་ཕི་སོར་ལྡེ་-བང་རིམ་ཆ་མཉམ་སྟོན་ནིའི་དོན་ལུ་ ལོག་ཨེབ་གཏང་འབད། + Shift-κλικ στο εικονίδιο ματιού στο διάλογο στρώσεων για απόκρυψη όλων των στρώσεων πλην μιας. Shift-κλικ ξανά για εμφάνιση όλων των στρώσεων. Shift-click on the eye icon in the Layers dialogue to hide all layers but that one. Shift-click again to show all layers. Shift-click on the eye icon in the Layers dialog to hide all layers but that one. Shift-click again to show all layers. Shift-alklako sur okuloforma ikono en TAVOLOJ dialogofenestro kaŝos ĉiujn tavolojn krom tiu kiu estas rilata la okulon. Per Shift-alklako, ĉiuj tavoloj re-aperos. @@ -1153,6 +1206,7 @@ ប្ដូរ-ចុច​លើ​រូបតំណាង​ភ្នែក​នៅ​ក្នុង​ប្រអប់​ស្រទាប់ ដើម្បី​លាក់​ស្រទាប់​ទាំងអស់ ប៉ុន្តែ​លើកលែង​មួយ ។ ប្ដូរ-ចុច​ម្ដង​ទៀត​ដើម្បី​បង្ហាញ​ស្រទាប់​ទាំងអស់ ។ 레이어 대화상자에서 눈동자 아이콘을 Shift-클릭하면, 현재 레이어를 제외한 모든 레이어를 숨깁니다. 다시 Shift-클릭하면 모든 레이어를 표시합니다. Norėdami paslėpti visus sluoksnius išskyrus pažymėtąjį, laikydami nuspaudę Shift klavišą spustelėkite pele akies piktogramą Sluoksnių dialoge. Jei norite, kad visi sluoksniai vėl būtų matomi, pakartokite procedūrą dar kartą. + Veiciet Shift+klikšķi uz acs ikonas slāņu dialogā, lai paslēptu visus pārējos slāņus. Atkārtojiet Shift+klikšķi. lai padarītu visus slāņus redzamus. Shift-клик на иконата со око во дијалогот за слоеви ќе ги сокрие сите слоеви освен тој. Shift-кликни повторно за да се прикажат сите слоеви. ठराविक सोडून सर्व स्तर लपवण्याकरीता स्तर संवादातील Shift-क्लिक दाबा. सर्व स्तर दाखवण्याकरीता Shift-क्लिक पुन्हा दाबा. Shift-klik pada ikon mata dalam dialog Lapisan untuk menyembunyikan semua lapisan melainkan yang itu. Shift-klik sekali lagi untuk menunjukkan semua lapisan. @@ -1172,6 +1226,7 @@ Уколико држите Shift и кликнете на иконицу ока у прозорчету са слојевима променићете видљивост свих слојева осим оног на кога сте кликнули. Shift—клик враћа претходно стање видљивости слоја. Ukoliko držite Shift i kliknete na ikonicu oka u prozorčetu sa slojevima promenićete vidljivost svih slojeva osim onog na koga ste kliknuli. Shift—klik vraća prethodno stanje vidljivosti sloja. Håll ner Skift och klicka på ögonikonen i lagerdialogen för att dölja alla lager utom det. Skift-klicka igen för att visa alla lager. + Katmanlar diyaloğundaki göz ikonuna Shift tuşuna basarak tıklamak o katman dışındaki tüm katmanları saklar. Tekrar Shift tuşuna basarak tıklamak tüm katmanları gösterir. Якщо у діалоговому вікні "Шари" натиснути на значок ока з одночасним утриманням Shift, невидимими стануть всі шари, крім того на чий значок натиснули. Щоб зробити всі шари знову видимими, натисніть на той самий значок, утримуючи клавішу Shift. Nhấn phím Shift và nhắp vào biểu tượng con Mắt trong hộp thoại Lớp, để ẩn tất cả các lớp trừ lớp đó. Shift-nhắp lần nữa để hiển thị mọi lớp. Shift+鼠标单击图层对话框的“眼睛”图标可以隐藏其它所有图层。再次使用 Shift+鼠标单击则会显示所有的图层。 @@ -1189,6 +1244,7 @@ Ctrl-klik på lagmaskens forhåndsvisning i lagvinduet slår virkningen af masken til og fra. Alt-klik på lagmaskens forhåndsvisning skifter mellem om masken vises direkte. Durch Anklicken der Ebenenmaske im Ebenendialog bei gedrückter Strg-Taste wird die Wirkung der Maske an- und ausgeschaltet. Wird dabei die Alt-Taste gedrückt, kann die Maske direkt betrachtet werden. Ctrl-བང་རིམ་ཌའི་ལོག་བང་རིམ་གདོང་ཁེབས་སྔོན་ལྟ་གུ་ཨེབ་གཏང་འབད་མི་དེ་གིས་ བང་རིམ་གདོང་ཁེབས་གྱི་ནུས་པ་འདི་སོར་སྟོན་འབདཝ་ཨིན། Alt- བང་རིམ་ཌའི་ལོག་ནང་བང་རིམ་གདོང་ཁེབས་སྔོན་ལྟ་གུ་ཨེབ་གཏང་འབད་མི་དེ་གིས་ གདོང་ཁེབས་ཐད་ཀར་དུ་མཐོང་མི་དེ་ལུ་སོར་སྟོན་འབདཝ་ཨིན། + Ctrl-κλικ στην προεπισκόπηση μάσκας στρώσης στο διάλογο στρώσεων εναλλάσσει το αποτέλεσμα της μάσκας στρώσης. Alt-κλικ στην προεπισκόπηση μάσκας στρώσης στο διάλογο στρώσεων εναλλάσσει την προβολή της μάσκας άμεσα. Ctrl-clicking on the layer mask's preview in the Layers dialogue toggles the effect of the layer mask. Alt-clicking on the layer mask's preview in the Layers dialogue toggles viewing the mask directly. Ctrl-clicking on the layer mask's preview in the Layers dialogue toggles the effect of the layer mask. Alt-clicking on the layer mask's preview in the Layers dialogue toggles viewing the mask directly. Strkl-alklako sur antaŭmontro de tavolmasko en TAVOLOJ dialogofenestro permesas kaŝi efekton de tavolmasko. Alt-alklako sur antaŭmontro de tavolmasko en TAVOLOJ fenestro permesas videbligi nur la maskon. @@ -1205,6 +1261,7 @@ បញ្ជា(Ctrl) ចុច​លើ​ទិដ្ឋភាព​មើលជា​មុន​របស់​របាំង​ស្រទាប់​នៅ​ក្នុង​ប្រអប់​ស្រទាប់ បិទ/បើក​​បែបផែន​របាំង​ស្រទាប់ ។ ជំនួស (Alt) ចុច​លើ​ទិដ្ឋភាព​មើលជា​មុន​របស់​របាំង​នៅ​ក្នុង​ប្រអប់​ស្រទាប់ បិទ/បើក​ការ​មើល​របាំង​ដោយ​ផ្ទាល់​ ។ 레이어 대화상자에서 레이어 마스크의 미리보기를 Ctrl-클릭하면, 레이어 마스크의 효과의 적용/미적용 상태를 전환시킵니다. 그리고 Alt-클릭하면 마스크의 내용을 직접 보여줍니다. Laikant nuspaudus Ctrl ir spustelėjus Sluoksnių dialoge esančią sluoksnio kaukės peržiūrą įjungiamas / išjungiamas sluoksnio kaukės efektas.Laikant nuspaudus Alt ir spustelėjus Sluoksnių dialoge esančią sluoksnio kaukės peržiūrą įjungiamas / išjungiamas tiesioginis kaukės rodymas. + Ctrl+klikšķis uz slāņa maskas ikonas slāņu dialogā atslēdz un ieslēdz maskas efektu. Savukārt Alt+klikšķis pārslēdz maskas un slāņa skatu. Ctrl- и клик на прегледот на маската на слојот, во дијалогот за слоеви го префрла ефектот на маската на слојот. Alt и клик на прегледот на маската на слојот во дијалојот за слоеви го менува видикот директно на маската. थर संवाद अंतर्गत थर मास्क पूर्वदृष्य वरील Ctrl-क्लिक केल्यास, थर मास्कचे प्रभाव टॉगल होते. थर संवाद अंतर्गत थर मास्क पूर्वदृष्य वरील Alt-क्लिक केल्यास, प्रत्यक्षरित्या अवलोकन टॉगल होते. Ctrl-အလွှာများ အညွှန်း စာမျက်နှာထဲမှ အလွှာ မျက်နှာဖုံးရဲ့ အစမ်းမြင်ကွင်းပေါ်မှ နှိုပ်ချက်က အလွှာ မျက်နှာဖုံးရဲ့ သက်ရောက်မှုကို ထိန်းပေးတယ်။ Alt-အလွှာများ အညွှန်းစာမျက်နှာထဲမှ အလွှာ မျက်နှာဖုံးရဲ့ အစမ်းမြင်ကွင်းပေါ် နှိုပ်ချက်က မျက်နှာဖုံးကို တိုက်ရိုက် ရှုမြင်ခြင်းကို ထိန်းပေးတယ်။ @@ -1237,6 +1294,7 @@ Du kan bruge Ctrl-Tab til at gå gennem alle lagene i et billede (hvis din vindueshåndtering ikke bruger den kombination...). Strg-Tabulator erlaubt es, durch die Ebenen eines Bildes zu schalten (wenn Ihr Fenster-Manager diese Tastenkombination nicht abfängt …). ཁྱོད་ཀྱིས་ བང་རིམ་ཆ་མཉམ་བརྒྱུད་དེ་གཟུགས་བརྙན་ནང་ལུ་ བསྐྱར་འཁོར་འབད་ནིའི་དོན་ལུ་ གདམ་ལྡེ-མཆོང་ལྡེ་དེ་ལག་ལེན་འཐབ་ཚུགས་(ཁྱོད་རའི་སྒོ་སྒྲིག་འཛིན་སྐྱོང་པ་དེ་གིས་ ལྡེ་མིག་དེ་ཚུ་དམ་བཟུང་མ་འབད་བ་ཅིན་...) + Μπορείτε να χρησιμοποιήσετε Ctrl-Tab για να περιηγηθείτε όλες τις στρώσεις σε μια εικόνα (εάν ο διαχειριστής παραθύρου σας δεν παγιδεύσει αυτά τα πλήκτρα...). You can use Ctrl-Tab to cycle through all layers in an image (if your window manager doesn't trap those keys...). You can use Ctrl-Tab to cycle through all layers in an image (if your window manager doesn't trap those keys...). Vi povas uzi Strkl-Tab por movi tra tavoloj en bildo (se ĉi tiuj klavoj ne estas jam uzataj de la fenestroadministrilo). @@ -1253,6 +1311,7 @@ អ្នក​អាច​ប្រើ បញ្ជា (Ctrl)-ថេប(Tab) ដើម្បី​ទៅ​កាន់​គ្រប់ស្រទាប់​ទាំង​អស់​នៅ​ក្នុង​រូបភាព (ប្រសិន​បើ​កម្មវិធី​គ្រប់គ្រង​បង្អួច​របស់​អ្នក​​មិន​តាម​គ្រាប់ចុច​ទាំង​នោះ...) ។ Alt-Tab를 누르면 이미지의 모든 레이어를 돌아가면서 선택합니다(창관리자가 이 키를 가로채지 않는다면 말이죠...). Klavišų kombinacija Ctrl-Tab galite persijungti tarp visų paveikslėlio sluoksnių (jeigu jūsų langų valdyklė neperima šių klavišų...). + Ar taustiņu kombināciju Ctrl+Tab var iziet cauri visiem attēla slāņiem (ja vien jūsu sistēma to pieļauj). Можете да користите Ctrl-Tab за да кружите низ сите слоеви во сликата (ако вашиот управувач, веќе не ги резервирал со прозорци тие копчиња...). प्रतिमा अंतर्गत सर्व थर वापरायचे असल्यास तुम्ही Ctrl-टॅबचा वापर करू शकता(खिडकी व्यवस्थापक त्या किज सुरक्षीत करत नाही...). ရုပ်ပုံ တခုထဲက အလွှာများ အားလုံးကို ဝိုင်းရံဖို့ Ctrl-Tab ကို သင် သုံးစွဲနိုင်တယ် (အဲဒီ ​ခလုတ်များကို သင့်ရဲ့ ၀င်းဒိုး ​မန်နေဂျာက မချည်နှောင်ထားရင်)။ @@ -1261,7 +1320,7 @@ U kunt de toetsencombinatie Alt-Tab gebruiken om door alle lagen in een afbeelding te bladeren (tenminste als uw windowmanager deze toetsen niet onderschept...). Du kan bruke Ctrl + Tab for å bla deg gjennom alle laga i eit bilete (dersom ikkje vindaugehandteraren i maskinen din har lagt beslag på desse tastane). ਚਿੱਤਰ ਦੀਆਂ ਲੇਅਰ ਦਾ ਚੱਕਰ ਲਾਉਣ ਵਾਸਤੇ ਤੁਸੀਂ Ctrl-Tab ਵਰਤ ਸਕਦੇ ਹੋ। (ਜੇ ਤੁਹਾਡਾ ਵਿੰਡੋ ਮੈਨੇਜਰ ਇਹਨਾਂ ਸਵਿੱਚਾਂ ਨੂੰ ਇਸਤੇਮਾਲ ਨਾ ਕਰੇ...) - Pomiędzy warstwami obrazu możesz przełączać się przy użyciu klawiszy Alt-Tab (o ile nie przechwyci jej twój menedżer okien). + Pomiędzy warstwami obrazu możesz przełączać się przy użyciu klawiszy Alt-Tab (o ile nie przechwyci jej menedżer okien). Pode utilizar Ctrl-Tab para percorrer entre todas as camadas numa imagem (se o seu gestor de janelas não estiver a utilizar essa combinação de teclas...). Você pode usar Ctrl-Tab para alternar entre todas as camadas numa imagem (se o seu gerenciador de janelas não capturar essas teclas...). Puteți folosi Ctrl-Tab pentru a comuta ciclic prin toate straturile unei imagini (asta dacă gestionarul de ferestre nu capturează aceste taste ...). @@ -1281,11 +1340,12 @@ Пры націснутай Ctrl «Вядро» залівае колерам асноведзі, замест колера рысаваньня. Гэтак жа, пры націснутай Ctrl «Піпетка» выбірае колер асноведзі, замест колера рысаваньня. Ctrl-натискане върху инструмента за запълване ще активира цвета на фона, вместо цвета за рисуване. По подобен начин ·Ctrl-натискане с пипетата задава цвета за фон, вместо този за рисуване. Amb l'eina Cubell de pintura, si l'utilitzeu prement Ctrlquan cliqueu per a omplir, utilitzareu el color de fons en comptes del color de primer pla. De la mateixa manera que amb l'eina Capturador de color podeu prémer Ctrl quan cliqueu, per a obtenir el color de fons en comptes del color de primer pla. - Amb l'eina Cubell de pintura, si l'utilitzeu prement Ctrlquan cliqueu per a omplir, utilitzareu el color de fons en comptes del color de primer pla. De la mateixa manera que amb l'eina Capturador de color podeu prémer Ctrl quan cliqueu, per a obtenir el color de fons en comptes del color de primer pla. + Amb l'eina Cubell de pintura, si l'utilitzeu prement Ctrlquan cliqueu per a omplir, utilitzareu el color de fons en comptes del color de primer pla. De la mateixa manera que amb l'eina Capturador de color podeu prémer Ctrl quan cliqueu, per a obtindre el color de fons en comptes del color de primer pla. Při kliknutí s Ctrl bude nástroj Plechovka používat barvu pozadí místo barvy popředí. Stejně tak nástroj Pipeta při kliknutí s Ctrl nastaví barvu pozadí místo barvy popředí. Ctrl-klik med udfyldningsværktøjet for at bruge baggrundsfarven i stedet for forgrundsfarven. Tilsvarende vil Ctrl-klik med farveopsnapperværktøjet vælge baggrundsfarven i stedet for forgrundsfarven. Wird beim Anwenden des Farbeimers die Strg-Taste gedrückt, so wird statt der Vorder- die Hintergrundfarbe verwendet. Auch die Farbpipette setzt die Hinter- statt der Vordergrundfarbe, wenn die Strg-Taste gedrückt wird. Ctrl-གདོང་གཞིའི་ཚོས་གཞི་གི་ཚབ་ལུ་རྒྱབ་གཞི་ཚོས་གཞི་ལག་ལེན་འཐབ་ནི་ལུ་ བ་ཀེཊི་བཀང་བའི་ལག་ཆས་དང་ཅིག་ཁར་ཨེབ་གཏང་འབད། ཆ་འདྲ་བ་འབད་ Ctrl- ཚོས་གཞི་འདེམས་བྱེད་ལག་ཆས་དང་ཅིག་ཁར་ཨེབ་གཏང་འབད་མི་དེ་གིས་ གདོང་གཞི་ཚོས་གཞིའི་ཚབ་ལུ་རྒྱབ་གཞི་ཚོས་གཞི་འདི་ གཞི་སྒྲིག་འབདཝ་ཨིན། + Ctrl-κλικ με το εργαλείο κουβά γεμίσματος για χρήση του χρώματος παρασκηνίου αντί για το χρώμα προσκηνίου. Παρόμοια, Ctrl-κλικ με το εργαλείο σταγονόμετρο ορίζει το χρώμα παρασκηνίου αντί για το χρώμα προσκηνίου. Ctrl-click with the Bucket Fill tool to have it use the background colour instead of the foreground colour. Similarly, Ctrl-clicking with the eyedropper tool sets the background colour instead of the foreground colour. Ctrl-click with the Bucket Fill tool to have it use the background colour instead of the foreground colour. Similarly, Ctrl-clicking with the eyedropper tool sets the background colour instead of the foreground colour. Per Strkl-alklako kun la aktivita ilo de Pleniga Koloro, iĝos utiligata fona koloro anstataŭ malfona koloro. Simile per Strkl-alklako kun eltirilo, iĝos utiligata fona koloro anstataŭ malfona koloro. @@ -1302,6 +1362,7 @@ បញ្ជា(Ctrl)-ចុច​ជា​មួយ​នឹង​ឧបករណ៍​បំពេញ​ធុង ដើម្បី​ឲ្យ​វា​ប្រើ​ពណ៌​ផ្ទៃខាងក្រោយ​ជំនួស​ឲ្យ​ពណ៌​ផ្ទៃ​ខាងមុខ ។ ដូច​គ្នា​នេះ​ដែរការ​ចុច បញ្ជា(Ctrl) ជា​មួយ​នឹង​ឧបករណ៍​​ចាក់ពណ៌​កំណត់​ពណ៌​ផ្ទៃខាង​ក្រោយ​ជំនួស​ឲ្យ​ពណ៌​ផ្ទៃ​ខាង​មុខ ។ 영역 채우기 도구에서 Ctrl-클릭하면, 전경색대신 배경색을 사용합니다. 마찬가지로 색상추출 도구에서 Ctrl-클릭하면 추출한 색을 전경색이 아닌 배경색으로 설정합니다. Norėdami Užpildymo įrankiu užpildyti fono, o ne priekinio plano spalva, užpildydami laikykite Ctrl klavišą. Panašiai yra ir su spalvų parinkimo įrankiu (pipete), laikydami Ctrl pasirinksite ne priekinio plano, o fono spalvą. + Lietojot aizpildīšanas rīku, pieturiet Ctrl taustiņu, lai aizpildītu ar fona, nevis priekšplāna krāsu. Līdzīgi, kad aktīvs krāsu pipetes rīks, Ctrl+klikšķis iestata fona krāsu. Ctrl- и клик со алатката Пополнување со боја, ќе може да ја користите бојата на позадината наместо бојата на предниот план. Со пипетата кога избирате боја, избирате од позадината не од бојата на предниот план. Bucket Fill साधनसह Ctrl-क्लिक केल्यास अग्रभूमी ऐवजी पार्श्वभूमी रंगचा वापर केला जातो. तसेच, eyedropper साधनसह Ctrl-क्लिक केल्यास अग्रभूमी ऐवजी पार्श्वभूमी रंग निश्चित होते. Ctrl-အနီးကပ်မြင်ကွင်း အရောင် အစား နောက်ခံ အရောင်ကို သုံးစွဲစေဖို့ ဆွဲပုံးဖြည့် ကိရိယာနဲ့ နှိုပ်ပါ။ အလားတူ၊ Ctrl-မျက်စည်းခတ်ကိရိယာနဲ့ နှိုပ်ချက်က အနီးကပ်မြင်ကွင်း အရောင် အစား နောက်ခံ အရောင်ကို သတ်မှတ်ပေးတယ်။ @@ -1334,6 +1395,7 @@ Ctrl-træk med roteringsværktøjet vil begrænse rotationen til 15 graders vinkler. Wird beim Anwenden des Rotationswerkzeugs die Strg-Taste gedrückt, so erfolgt die Rotation in 15°-Schritten. ཚད་འཛིན་-བསྒྱིར་ནིའི་ལག་ཆས་དང་གཅིག་ཁར་འདྲུད་མི་དེ་གིས་ བསྒྱིར་ནི་དེ་ དབྱེ་རིམ་གྲུ་ཟུར་༡༥་ཚུན་དམ་འོང་། + Ctrl-σύρσιμο με το εργαλείο περιστροφή θα περιορίσει τη στροφή σε γωνίες 15 μοιρών. Ctrl-drag with the Rotate tool will constrain the rotation to 15 degree angles. Ctrl-drag with the Rotate tool will constrain the rotation to 15 degree angles. Per Ctrl-treno kun ilo de Rotacio, la turno estos devigita laŭ anguloj je 15 gradoj. @@ -1351,6 +1413,7 @@ បញ្ជា-អូស​ជា​មួយ​នឹង​ឧបករណ៍​បង្វឹល នឹង​បង្ខំ​ការង្វឹល​ឲ្យ​ទៅ​មុំ ១៥ អង្សា ។ 회전 도구에서 Ctrl-드래그하면, 회전 각을 15도 단위로 제한합니다. Sukimo įrankiu pasuksite tiksliai kas 15 laipsnių, jei tempdami laikysite paspaudę Ctrl. + Lietojot pagriešanas rīku, pieturiet Ctrl taustiņu, lai pagrieztu ar 15 grādu soli. Ctrl-повлечи со алатката за Ротација ќе ја задржи ротацијата на 15 аголни степени. फिरवा साधनसह Ctrl-ओढा केल्यास गोलाकार 15 डिग्री कोन नुरूप निर्बंधीत केले जाईल. Ctrl-လှည့်ပတ်ကိရိယာနဲ့ ဒရွတ်ဆွဲချက်က လှည့်ပတ်မှုကို ထောင့် ၁၅ ဒီဂရီအထိ ဖျစ်ညှစ်ပေးလိမ့်မယ်။ @@ -1369,6 +1432,7 @@ Уколико држите Ctrl при раду са алатом за ротацију, слика ће се окретати за по 15 степени. Ukoliko držite Ctrl pri radu sa alatom za rotaciju, slika će se okretati za po 15 stepeni. Håll ner Ctrl och dra med rotationsverktyget begränsar rotationen till 15-gradersvinklar. + Rotasyon aracını Ctrl tuşuna basarak kullanmak rotasyonu 15 dercelik açı ile kıstılar. Натискання Ctrl у інструменті "Обертання" при обертанні, призводить до повороту на кут кратний 15 градусам. Nhấn phím Ctrl và kếo công cụ Xoay sẽ ràng buộc độ xoay trong góc 15º. 使用旋转工具时,Ctrl键+鼠标拖动可以使得旋转角度限制为 15 度的整倍数。 @@ -1386,6 +1450,7 @@ Hvis nogle af din indskannede fotografier ikke ser farverige nok ud, kan du hurtigt forbedre deres farveområde med "Auto"-knappen i niveauværktøjet (Farver→Niveauer). Hvis der er farveblødninger, kan du rette dem med kurveværktøjet (Farver→Kurver). Wenn einige Ihrer eingescannten Fotos nicht farbenfroh genug aussehen, können Sie einfach den Farbumfang mit der Schaltfläche »Automatisch« des Farbwertewerkzeugs verbessern (Farben→Werte). Falls es irgendwelche Farbstiche gibt, können diese mit dem Farbkurvenwerkzeug korrigiert werden (Farben→Kurven). ཁྱོད་ཀྱིས་ཞིབ་ལྟ་འབད་ཚར་མི་པར་ཚུ་ ཚོས་གཞི་དང་ལྡནམ་སྦེ་མ་མཐོང་པ་ཅིན་ ཁྱོད་ཀྱིས་ དེ་ཚུ་གི་ཊོ་ནལ་ཁྱབ་ཚད་ཚུ་ "Auto"གནས་རིམ་ནང་གི་ལག་ཆས་ཚུ་གི་ཐོག་ལས་་ལེགས་བཅོས་བཏང་ཚུགས་ (ཚོས་གཞི་→གནས་རིམ་→ཚུ་) དེ་ནང་ལུ་ཚོས་གཞི་གི་ཁྱད་པར་ཡོད་པ་ཅིན་ ཁྱོད་ཀྱིས་ གུག་གུག་པའི་ལག་ཆས་ཀྱི་ཐོག་ལས་ ནོར་བཅོས་འབད་ཚུགས། (ཚོས་གཞི་ཚུ་→གུག་གུགཔ་) + Εάν μερικές από τις σαρωμένες σας φωτογραφίες δεν δείχνουν αρκετά χρωματιστές, μπορείτε εύκολα να βελτιώσετε την τονική τους περιοχή με το κουμπί "Αυτόματο" στο εργαλείο σταθμών (Χρώματα→Στάθμες). Εάν υπάρχουν αποχρώσεις, μπορείτε να τις διορθώσετε με το εργαλείο καμπυλών (Χρώματα→Καμπύλες). If some of your scanned photos do not look colourful enough, you can easily improve their tonal range with the "Auto" button in the Levels tool (Colours→Levels). If there are any colour casts, you can correct them with the Curves tool (Colours→Curves). If some of your scanned photos do not look colourful enough, you can easily improve their tonal range with the "Auto" button in the Levels tool (Colours→Levels). If there are any colour casts, you can correct them with the Curves tool (Colours→Curves). Se la koloroj de viaj diĝitigitaj fotoj ne aspektas intensaj sufiĉe, vi povas facile plibonigi nuancon per "Auto" butono en Ilo de Niveloj(Koloroj→Niveloj). Se kolordominatoj ekzistas, vi povas korekti ilin per la ilo KURBOJ (Koloroj→Kurboj). @@ -1401,6 +1466,7 @@ ប្រសិន​បើ​​រូបថត​ដែល​ស្កេន​មួយ​ចំនួន​របស់​អ្នក​មើល​ទៅ​គ្មាន​ពណ៌​គ្រប់គ្រាន់​ទេ អ្នក​អាច​បង្កើន​ជួរ​របស់ពួកវា​យ៉ាង​ងាយស្រួលដោយ​ប៊ូតុង"ស្វ័យ​ប្រវត្តិ" នៅ​ក្នុង​ឧបករណ៍​កម្រិត (កម្រិត​ពណ៌) ។ ប្រសិន​បើ​មាន​ការ​ចោល​ពណ៌​មួយ​ចំនួន អ្នក​អាច​កែ​ពួកវា​ដោយ​ឧបករណ៍​ខ្សែកោង (ខ្សែកោង​ពណ៌) ។ 스캔된 사진이 칙칙해 보일 때, 레벨 도구(레이어->색상->레벨)에서 "자동" 단추를 사용하면 손쉽게 색조의 폭을 향상 시킬 수 있습니다. 색상이 무언가 불안하다면, 커브 도구(색상 도구->커브)를 사용해서 수정할 수 있습니다. Jei kai kurie jūsų nuskenuoti paveikslėliai atrodo nepakankamai spalvingi, galite lengvai pagerinti jų toninį diapazoną Lygių įrankyje paspausdami mygtuką „Automatinis“ (Spalvos→Lygiai). Atspalvius galite koreguoti Kreivių įrankiu (Spalvos→Kreivės). + Ja ieskanētās fotogrāfijas izskatās blāvas vai tumšas, to var labot ar "Auto" pogu dialogā "Līmeņi" (Krāsas→Līmeņi). Savukārt nepareizas nokrāsas var novērst ar līkņu rīku (Krāsas→Līknes). Ако некои од вашите скенирани фотографии немаат доволно боја, можете лесно да го поправите нивниот тоналитет на бои со "Авто" копчето во алатката Слоеви (Слој->Бои->Слоеви). Ако има било какво претопување на некои бои, можете да ги поправите со алатката Криви (Слој->Бои->Криви). स्कॅन केलेली काहिक फोटो रंगीत नुरूप न आढळल्यास, तुम्ही थर साधन (रंग→थर) अंतर्गत "स्वयं" बटणसह टोनल क्षेत्र सहज वापरू शकता. कुठलेही कलर कास्ट आढळल्यास, तुम्ही त्यांस Curves साधनसह (रंग→वक्ररेष) सुधारीत करू शकता. သင့်ရဲ့ အချို့ စကင်ဖတ်ထားတဲ့ ဓါတ်ပုံများဟာ အရောင်ပါ၀င်မှု မလုံလောက်ရင်၊ အဆင့်များ ကိရိယာ (အရောင်များ→အဆင့်များ) ထဲက "အလိုအလျှောက်" ခလုတ်နဲ့ ၄င်းတို့ရဲ့ အရည်အသွေး အတိုင်းအတာကို အလွယ်တကူ တိုးမြှင့်ပေးနိုင်တယ်။ ​အရောင် ချထားမှု တခုခုရှိရင်၊ ၄င်းတို့ကို မျဉ်းခုံးများ ကိရိယာ (အရောင်များ→အဆင့်များ)နဲ့ ပြုပြင်နိုင်ဘူး။ @@ -1409,7 +1475,7 @@ Als sommige van uw gescande foto's er niet fleurig genoeg uitzien, kunt u hun kleurtoonbereik gemakkelijk verbeteren met de knop "Automatisch" in het gereedschap Niveaus (Kleuren→Niveau's). Als er kleurzwemen in de foto zitten, kunt u deze verwijderen met het gereedschap Curves (Kleuren→Curves). Den enklaste måten å forbetra blasse fargar i eit bilete på, er å bruke "Auto"-knappen i nivåverktøyet (Lag->Fargar->Nivå). Uheldige fargestikk kan korrigerast med kurveverktøyet (Lag->Fargar->Kurver). ਜੇ ਤੁਹਾਡੀਆਂ ਸਕੈਨ ਕੀਤੀਆਂ ਤਸਵੀਰਾਂ ਠੀਕ ਤਰਾਂ ਰੰਗਦਾਰ ਨਹੀਂ ਦਿਸਦੀਆਂ,ਤੁਸੀਂ ਲੈਵਲ ਟੂਲ (ਰੰਗ→ਲੈਵਲ) ਵਿੱਚ "ਆਟੋ" ਸਵਿੱਚ ਨਾਲ ਓਹਨਾਂ ਦੇ ਰੰਗ ਦੀ ਗਹਿਰਾਈ ਨੂੰ ਸੁਧਾਰ ਸਕਦੇ ਹੋ। ਜੇ ਉਥੇ ਕੋਈ ਰੰਗ ਬਣਦਾ ਹੈ,ਤੁਸੀਂ ਉਸਨੂੰ ਕਰਵ ਟੂਲ (ਰੰਗ→ਕਰਵ) ਨਾਲ ਠੀਕ ਕਰ ਸਕਦੇ ਹੋ। - Jeśli zeskanowane zdjęcia są mało kolorowe, można poprawić ich kolorystykę korzystając z narzędzia "Poziomy..." ("Warstwa>Kolory>Poziomy..."), klikająć przycisk "Automatycznie". Zniekształcenia kolorów (ang. color cast) można skorygować za pomocą narzędzia "Krzywe" ("Warstwa>Kolory>Krzywe..."). + Jeśli zeskanowane zdjęcia są mało kolorowe, można poprawić ich kolorystykę korzystając z narzędzia "Poziomy..." ("Warstwa>Kolory>Poziomy..."), klikając przycisk "Automatycznie". Zniekształcenia kolorów (ang. color cast) można skorygować za pomocą narzędzia "Krzywe" ("Warstwa>Kolory>Krzywe..."). Se algumas das suas fotografias assadas no scanner não tiverem cor suficiente, pode facilmente melhorar o seu intervalo de cores com o botão "Auto" na ferramenta de Níveis (Cores→Níveis). Se existirem quaisquer esbatimentos de cor, poderá corrigi-los com a ferramenta de Curvas (Cores→Curvas). Se algumas das suas fotos digitalizadas não parecem coloridas o suficiente, você pode facilmente melhorar suas tonalidades com o botão "Automático" na ferramenta de Níveis (Cores→Níveis). Se existirem vazamentos de cores, você pode corrigi-los com a ferramenta de Curvas (Cores→Curvas). Dacă unele dintre fotografiile scanate nu arată suficient de colorate, puteți să îmbunătățiți cu ușurință gama lor tonală cu butonul „Automat” în instrumentul Niveluri (Culori → Niveluri). Dacă sunt prezente dominante de culoare, puteți să le corectați cu instrumentul Curbe (Culori → Curbe). diff -Nru gimp-2.6.11/data/tips/Makefile.in gimp-2.6.12/data/tips/Makefile.in --- gimp-2.6.11/data/tips/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/data/tips/Makefile.in 2012-01-31 14:25:18.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/debian/changelog gimp-2.6.12/debian/changelog --- gimp-2.6.11/debian/changelog 2012-01-19 14:07:29.000000000 +0000 +++ gimp-2.6.12/debian/changelog 2012-02-23 05:48:40.000000000 +0000 @@ -1,3 +1,54 @@ +gimp (2.6.12-1ubuntu1) precise; urgency=low + + * Merge from Debian unstable (LP: #925674). Remaining Changes: + - debian/patches/02_help-message.patch, + debian/patches/03_gimp.desktop.in.in.patch: + + Update some strings for Ubuntu + - debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events + - debian/control: + + Update description + - debian/rules: + + Set gettext domain and update translation templates + + * Drop poppler patch as it's been applied upstream + - drop debian/patches/poppler0.18.patch + - update debian/patches/series + * fix LP: #680521 - Embed page setup dialog functionality in the print dialog + - add debian/patches/embed-page-setup-dialog.patch + - update debian/patches/series + + -- Micah Gersten Wed, 22 Feb 2012 23:47:53 -0600 + +gimp (2.6.12-1) unstable; urgency=low + + * Imported Upstream version 2.6.12 + * Add ${misc:Depends} variables to packages that were missing it + * Call default versioned python binary instead of just /usr/bin/python + + -- Ari Pollak Sat, 18 Feb 2012 16:59:00 -0500 + +gimp (2.6.11-8) unstable; urgency=low + + * Really add the patch this time (Closes: #651387) + + -- Ari Pollak Thu, 22 Dec 2011 09:39:20 -0500 + +gimp (2.6.11-7) unstable; urgency=low + + * poppler0.18.patch: Port file-pdf plugin to poppler 0.18 API. Patch taken + from Fedora via Ubuntu. + (Closes: #651387) + + -- Ari Pollak Sat, 10 Dec 2011 16:02:12 -0500 + +gimp (2.6.11-6) unstable; urgency=low + + * libpng_compile.patch: + - Apply patch from upstream to fix compilation with libpng 1.5 + (Closes: #649972) + + -- Ari Pollak Tue, 29 Nov 2011 21:38:57 -0500 + gimp (2.6.11-5ubuntu3) precise; urgency=low * debian/patches/ghost-cursor.patch: diff -Nru gimp-2.6.11/debian/control gimp-2.6.12/debian/control --- gimp-2.6.11/debian/control 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/control 2012-02-23 05:36:26.000000000 +0000 @@ -18,7 +18,7 @@ libasound2-dev (>= 1.0.0) [linux-any], libdbus-glib-1-dev (>= 0.70), liblcms1-dev | liblcms-dev, libgegl-0.0-dev, libbabl-0.0-0-dev, - xsltproc + xsltproc, gtk-doc-tools #Build-Conflicts: libgimp2.0 X-Python-Version: >=2.6 XS-Vcs-Git: git://git.debian.org/git/collab-maint/gimp.git @@ -29,7 +29,7 @@ Package: libgimp2.0 Architecture: any Section: libs -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: gimp-data (>= ${source:Upstream-Version}), gimp-data (<= ${source:Upstream-Version}-z) Description: Libraries for the GNU Image Manipulation Program This package includes the libgimp libraries, which are @@ -39,9 +39,7 @@ Architecture: any Section: graphics Provides: gimp-helpbrowser, gimp-python -Depends: libgimp2.0 (>= ${source:Upstream-Version}), libgimp2.0 (<= ${source:Upstream-Version}-z), gimp-data (>= ${source:Upstream-Version}), gimp-data (<= ${source:Upstream-Version}-z), python-gtk2 (>= 2.8.0), ${shlibs:Depends}, ${python:Depends} -Conflicts: gimp-data (<< 2.3.17-2), gimp-wget (<< 2.3.12-1), libgimp-perl (<= 2.0.dfsg+2.2pre1.dfsg-2), gimp-svg, gimp-print (<= 5.0.1-3), gimp-help (<< 2+0.13-1), gimp-helpbrowser, gimp-python (<< 2.6.0), gimp-gnomevfs (<< 2.6.0), gimp-libcurl (<< 2.6.0) -Replaces: gimp-data (<< 2.3.17-2), gimp-wget (<< 2.3.12-1), libgimp-perl (<= 2.0.dfsg+2.2pre1.dfsg-2), gimp-svg, gimp-print (<= 5.0.1-3), gimp-helpbrowser, gimp-python (<< 2.6.0), gimp-gnomevfs (<< 2.6.0), gimp-libcurl (<< 2.6.0) +Depends: libgimp2.0 (>= ${source:Upstream-Version}), libgimp2.0 (<= ${source:Upstream-Version}-z), gimp-data (>= ${source:Upstream-Version}), gimp-data (<= ${source:Upstream-Version}-z), python-gtk2 (>= 2.8.0), ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} Recommends: ghostscript Suggests: gimp-help-en | gimp-help, gimp-data-extras, gvfs-backends, libasound2 Description: The GNU Image Manipulation Program @@ -63,6 +61,7 @@ Architecture: all Section: graphics Recommends: gimp +Depends: ${misc:Depends} Conflicts: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Replaces: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Description: Data files for GIMP @@ -72,7 +71,7 @@ Package: libgimp2.0-dev Architecture: any Section: libdevel -Depends: ${shlibs:Depends}, libgimp2.0 (= ${binary:Version}), libgtk2.0-dev (>= 2.12.5), pkg-config +Depends: ${shlibs:Depends}, ${misc:Depends}, libgimp2.0 (= ${binary:Version}), libgtk2.0-dev (>= 2.12.5), pkg-config Suggests: libgimp2.0-doc Description: Headers and other files for compiling plugins for GIMP This package contains the header files for the GNU Image Manipulation @@ -85,7 +84,7 @@ Package: libgimp2.0-doc Architecture: all Section: doc -Depends: lynx | www-browser +Depends: ${misc:Depends}, lynx | www-browser Description: Developers' Documentation for the GIMP library This package contains the HTML documentation for the GIMP library in /usr/share/gtk-doc/html/ . @@ -94,7 +93,7 @@ Priority: extra Architecture: any Section: debug -Depends: gimp (= ${binary:Version}) | libgimp2.0 (= ${binary:Version}), ${shlibs:Depends} +Depends: gimp (= ${binary:Version}) | libgimp2.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Debugging symbols for GIMP This package includes the debugging symbols useful for debugging GIMP and its libraries, contained in the gimp and libgimp2.0 packages. diff -Nru gimp-2.6.11/debian/NEWS gimp-2.6.12/debian/NEWS --- gimp-2.6.11/debian/NEWS 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/NEWS 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -gimp (2.4.0~rc2-3) unstable; urgency=low - - * The gimp package now includes its own Print plug-in, and should - automatically remove the old gimp-print package that was provided by - Gutenprint. If you still want to use the extended Gutenprint Print - plug-in, please install the gimp-gutenprint package. - - -- Ari Pollak Tue, 18 Sep 2007 08:25:34 -0400 diff -Nru gimp-2.6.11/debian/patches/05_CVE-2010-454x.patch gimp-2.6.12/debian/patches/05_CVE-2010-454x.patch --- gimp-2.6.11/debian/patches/05_CVE-2010-454x.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/05_CVE-2010-454x.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,127 +0,0 @@ -Description: fix denial of service and possible code execution via - malformed plugin configuration files -Origin: upstream, http://git.gnome.org/browse/gimp/commit/?id=7fb0300e1cfdb98a3bde54dbc73a0f3eda375162 -Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608497 -Bug: https://bugzilla.gnome.org/show_bug.cgi?id=639203 - -Index: gimp-2.6.11/plug-ins/common/sphere-designer.c -=================================================================== ---- gimp-2.6.11.orig/plug-ins/common/sphere-designer.c 2011-04-07 10:39:20.396192480 -0400 -+++ gimp-2.6.11/plug-ins/common/sphere-designer.c 2011-04-07 10:40:07.156192468 -0400 -@@ -1992,6 +1992,7 @@ - gchar endbuf[21 * (G_ASCII_DTOSTR_BUF_SIZE + 1)]; - gchar *end = endbuf; - gchar line[1024]; -+ gchar fmt_str[16]; - gint i; - texture *t; - gint majtype, type; -@@ -2016,6 +2017,8 @@ - - s.com.numtexture = 0; - -+ snprintf (fmt_str, sizeof (fmt_str), "%%d %%d %%%lds", sizeof (endbuf) - 1); -+ - while (!feof (f)) - { - -@@ -2026,7 +2029,7 @@ - t = &s.com.texture[i]; - setdefaults (t); - -- if (sscanf (line, "%d %d %s", &t->majtype, &t->type, end) != 3) -+ if (sscanf (line, fmt_str, &t->majtype, &t->type, end) != 3) - t->color1.x = g_ascii_strtod (end, &end); - if (end && errno != ERANGE) - t->color1.y = g_ascii_strtod (end, &end); -Index: gimp-2.6.11/plug-ins/gfig/gfig-style.c -=================================================================== ---- gimp-2.6.11.orig/plug-ins/gfig/gfig-style.c 2011-04-07 10:39:35.966192476 -0400 -+++ gimp-2.6.11/plug-ins/gfig/gfig-style.c 2011-04-07 10:40:07.156192468 -0400 -@@ -165,6 +165,7 @@ - gchar *ptr; - gchar *tmpstr; - gchar *endptr; -+ gchar fmt_str[32]; - gchar colorstr_r[G_ASCII_DTOSTR_BUF_SIZE]; - gchar colorstr_g[G_ASCII_DTOSTR_BUF_SIZE]; - gchar colorstr_b[G_ASCII_DTOSTR_BUF_SIZE]; -@@ -172,6 +173,10 @@ - - style_entry->r = style_entry->g = style_entry->b = style_entry->a = 0.; - -+ snprintf (fmt_str, sizeof (fmt_str), "%%%lds %%%lds %%%lds %%%lds", -+ sizeof (colorstr_r) - 1, sizeof (colorstr_g) - 1, -+ sizeof (colorstr_b) - 1, sizeof (colorstr_a) - 1); -+ - while (n < nitems) - { - ptr = strchr (text[n], ':'); -@@ -181,7 +186,8 @@ - ptr++; - if (!strcmp (tmpstr, name)) - { -- sscanf (ptr, "%s %s %s %s", colorstr_r, colorstr_g, colorstr_b, colorstr_a); -+ sscanf (ptr, fmt_str, -+ colorstr_r, colorstr_g, colorstr_b, colorstr_a); - style_entry->r = g_ascii_strtod (colorstr_r, &endptr); - style_entry->g = g_ascii_strtod (colorstr_g, &endptr); - style_entry->b = g_ascii_strtod (colorstr_b, &endptr); -Index: gimp-2.6.11/plug-ins/lighting/lighting-ui.c -=================================================================== ---- gimp-2.6.11.orig/plug-ins/lighting/lighting-ui.c 2011-04-07 10:39:44.816192474 -0400 -+++ gimp-2.6.11/plug-ins/lighting/lighting-ui.c 2011-04-07 10:40:07.156192468 -0400 -@@ -1342,6 +1342,7 @@ - gchar buffer3[G_ASCII_DTOSTR_BUF_SIZE]; - gchar type_label[21]; - gchar *endptr; -+ gchar fmt_str[32]; - - if (response_id == GTK_RESPONSE_OK) - { -@@ -1381,23 +1382,41 @@ - return; - } - -- fscanf (fp, " Position: %s %s %s", buffer1, buffer2, buffer3); -+ snprintf (fmt_str, sizeof (fmt_str), -+ " Position: %%%lds %%%lds %%%lds", -+ sizeof (buffer1) - 1, -+ sizeof (buffer2) - 1, -+ sizeof (buffer3) - 1); -+ fscanf (fp, fmt_str, buffer1, buffer2, buffer3); - source->position.x = g_ascii_strtod (buffer1, &endptr); - source->position.y = g_ascii_strtod (buffer2, &endptr); - source->position.z = g_ascii_strtod (buffer3, &endptr); - -- fscanf (fp, " Direction: %s %s %s", buffer1, buffer2, buffer3); -+ snprintf (fmt_str, sizeof (fmt_str), -+ " Direction: %%%lds %%%lds %%%lds", -+ sizeof (buffer1) - 1, -+ sizeof (buffer2) - 1, -+ sizeof (buffer3) - 1); -+ fscanf (fp, fmt_str, buffer1, buffer2, buffer3); - source->direction.x = g_ascii_strtod (buffer1, &endptr); - source->direction.y = g_ascii_strtod (buffer2, &endptr); - source->direction.z = g_ascii_strtod (buffer3, &endptr); - -- fscanf (fp, " Color: %s %s %s", buffer1, buffer2, buffer3); -+ snprintf (fmt_str, sizeof (fmt_str), -+ " Color: %%%lds %%%lds %%%lds", -+ sizeof (buffer1) - 1, -+ sizeof (buffer2) - 1, -+ sizeof (buffer3) - 1); -+ fscanf (fp, fmt_str, buffer1, buffer2, buffer3); - source->color.r = g_ascii_strtod (buffer1, &endptr); - source->color.g = g_ascii_strtod (buffer2, &endptr); - source->color.b = g_ascii_strtod (buffer3, &endptr); - source->color.a = 1.0; - -- fscanf (fp, " Intensity: %s", buffer1); -+ snprintf (fmt_str, sizeof (fmt_str), -+ " Intensity: %%%lds", -+ sizeof (buffer1) - 1); -+ fscanf (fp, fmt_str, buffer1); - source->intensity = g_ascii_strtod (buffer1, &endptr); - - } diff -Nru gimp-2.6.11/debian/patches/06_CVE-2010-4543.patch gimp-2.6.12/debian/patches/06_CVE-2010-4543.patch --- gimp-2.6.11/debian/patches/06_CVE-2010-4543.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/06_CVE-2010-4543.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -Description: fix denial of service and possible code execution via - malformed PSP image file -Origin: upstream, http://git.gnome.org/browse/gimp/commit/?id=48ec15890e1751dede061f6d1f469b6508c13439 -Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608497 -Bug: https://bugzilla.gnome.org/show_bug.cgi?id=639203 - -Index: gimp-2.6.11/plug-ins/common/file-psp.c -=================================================================== ---- gimp-2.6.11.orig/plug-ins/common/file-psp.c 2011-04-07 10:55:48.556192230 -0400 -+++ gimp-2.6.11/plug-ins/common/file-psp.c 2011-04-07 10:55:58.576192227 -0400 -@@ -1244,6 +1244,10 @@ - } - else - fread (buf, runcount, 1, f); -+ -+ /* prevent buffer overflow for bogus data */ -+ runcount = MIN (runcount, endq - q); -+ - if (bytespp == 1) - { - memmove (q, buf, runcount); diff -Nru gimp-2.6.11/debian/patches/07_binutils-gold.patch gimp-2.6.12/debian/patches/07_binutils-gold.patch --- gimp-2.6.11/debian/patches/07_binutils-gold.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/07_binutils-gold.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -Description: Allows package to build with binutils-gold. - Already fixed upstream in Makefile.ams, but changes Makefile.ins so we don't - have to autoreconf. -Index: gimp/libgimpthumb/Makefile.in -=================================================================== ---- gimp.orig/libgimpthumb/Makefile.in -+++ gimp/libgimpthumb/Makefile.in -@@ -462,7 +462,8 @@ libgimpthumb_2_0_la_LDFLAGS = \ - - libgimpthumb_2_0_la_LIBADD = $(GDK_PIXBUF_LIBS) $(GLIB_LIBS) - gimp_thumbnail_list_SOURCES = gimp-thumbnail-list.c --gimp_thumbnail_list_LDADD = libgimpthumb-$(GIMP_API_VERSION).la -+gimp_thumbnail_list_LDADD = libgimpthumb-$(GIMP_API_VERSION).la \ -+ $(GDK_PIXBUF_LIBS) $(GLIB_LIBS) - - # - # rules to generate built sources -Index: gimp/plug-ins/common/Makefile.in -=================================================================== ---- gimp.orig/plug-ins/common/Makefile.in -+++ gimp/plug-ins/common/Makefile.in -@@ -1440,7 +1440,7 @@ libgimp = $(top_builddir)/libgimp/libgim - libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la - libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la - libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la --libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -+libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -lm - libgimpmodule = $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la - libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la - libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la -Index: gimp/plug-ins/help-browser/Makefile.in -=================================================================== ---- gimp.orig/plug-ins/help-browser/Makefile.in -+++ gimp/plug-ins/help-browser/Makefile.in -@@ -409,6 +409,7 @@ LDADD = \ - $(libgimpbase) \ - $(WEBKIT_LIBS) \ - $(GIO_LIBS) \ -+ $(GLIB_LIBS) \ - $(RT_LIBS) \ - $(INTLLIBS) - diff -Nru gimp-2.6.11/debian/patches/08_CVE-2011-1782.patch gimp-2.6.12/debian/patches/08_CVE-2011-1782.patch --- gimp-2.6.11/debian/patches/08_CVE-2011-1782.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/08_CVE-2011-1782.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -Description: fix denial of service and possible code execution via - malformed PSP image file -Origin: upstream, http://git.gnome.org/browse/gimp/commit?id=f657361db04de69ce003328724c59e3f942d7d15 - -Index: gimp-2.6.11/plug-ins/common/file-psp.c -=================================================================== ---- gimp-2.6.11.orig/plug-ins/common/file-psp.c 2011-06-08 10:31:55.406816426 -0400 -+++ gimp-2.6.11/plug-ins/common/file-psp.c 2011-06-08 10:32:06.516816421 -0400 -@@ -1246,7 +1246,7 @@ - fread (buf, runcount, 1, f); - - /* prevent buffer overflow for bogus data */ -- runcount = MIN (runcount, endq - q); -+ runcount = MIN (runcount, (endq - q) / bytespp); - - if (bytespp == 1) - { diff -Nru gimp-2.6.11/debian/patches/CVE-2011-2896.part1.patch gimp-2.6.12/debian/patches/CVE-2011-2896.part1.patch --- gimp-2.6.11/debian/patches/CVE-2011-2896.part1.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/CVE-2011-2896.part1.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,54 +0,0 @@ -From 0eae221c7c6eb84591d718587a17ea90c8852d5b Mon Sep 17 00:00:00 2001 -From: Nils Philippsen -Date: Thu, 4 Aug 2011 12:47:44 +0200 -Subject: [PATCH 1/2] file-gif-load: ensure return value of LZWReadByte() is - <= 255 (cherry picked from commit - b1a3de761362db982c0ddfaff60ab4a3c4267f32) - ---- - plug-ins/common/file-gif-load.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/plug-ins/common/file-gif-load.c b/plug-ins/common/file-gif-load.c -index 9a0720b..a4d98fc 100644 ---- a/plug-ins/common/file-gif-load.c -+++ b/plug-ins/common/file-gif-load.c -@@ -743,11 +743,11 @@ LZWReadByte (FILE *fd, - } - while (firstcode == clear_code); - -- return firstcode; -+ return firstcode & 255; - } - - if (sp > stack) -- return *--sp; -+ return (*--sp) & 255; - - while ((code = GetCode (fd, code_size, FALSE)) >= 0) - { -@@ -770,7 +770,7 @@ LZWReadByte (FILE *fd, - sp = stack; - firstcode = oldcode = GetCode (fd, code_size, FALSE); - -- return firstcode; -+ return firstcode & 255; - } - else if (code == end_code) - { -@@ -826,10 +826,10 @@ LZWReadByte (FILE *fd, - oldcode = incode; - - if (sp > stack) -- return *--sp; -+ return (*--sp) & 255; - } - -- return code; -+ return code & 255; - } - - static gint32 --- -1.7.6.3 - diff -Nru gimp-2.6.11/debian/patches/CVE-2011-2896.part2.patch gimp-2.6.12/debian/patches/CVE-2011-2896.part2.patch --- gimp-2.6.11/debian/patches/CVE-2011-2896.part2.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/CVE-2011-2896.part2.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -From 62718f821b7c79a6860b8b25f0a21a91daa6e22d Mon Sep 17 00:00:00 2001 -From: Nils Philippsen -Date: Thu, 4 Aug 2011 12:51:42 +0200 -Subject: [PATCH 2/2] file-gif-load: fix heap corruption and buffer overflow - (CVE-2011-2896) (cherry picked from commit - 376ad788c1a1c31d40f18494889c383f6909ebfc) - ---- - plug-ins/common/file-gif-load.c | 15 +++++++++------ - 1 files changed, 9 insertions(+), 6 deletions(-) - -diff --git a/plug-ins/common/file-gif-load.c b/plug-ins/common/file-gif-load.c -index a4d98fc..8460ec0 100644 ---- a/plug-ins/common/file-gif-load.c -+++ b/plug-ins/common/file-gif-load.c -@@ -697,7 +697,8 @@ LZWReadByte (FILE *fd, - static gint firstcode, oldcode; - static gint clear_code, end_code; - static gint table[2][(1 << MAX_LZW_BITS)]; -- static gint stack[(1 << (MAX_LZW_BITS)) * 2], *sp; -+#define STACK_SIZE ((1 << (MAX_LZW_BITS)) * 2) -+ static gint stack[STACK_SIZE], *sp; - gint i; - - if (just_reset_LZW) -@@ -772,7 +773,7 @@ LZWReadByte (FILE *fd, - - return firstcode & 255; - } -- else if (code == end_code) -+ else if (code == end_code || code > max_code) - { - gint count; - guchar buf[260]; -@@ -791,13 +792,14 @@ LZWReadByte (FILE *fd, - - incode = code; - -- if (code >= max_code) -+ if (code == max_code) - { -- *sp++ = firstcode; -+ if (sp < &(stack[STACK_SIZE])) -+ *sp++ = firstcode; - code = oldcode; - } - -- while (code >= clear_code) -+ while (code >= clear_code && sp < &(stack[STACK_SIZE])) - { - *sp++ = table[1][code]; - if (code == table[0][code]) -@@ -808,7 +810,8 @@ LZWReadByte (FILE *fd, - code = table[0][code]; - } - -- *sp++ = firstcode = table[1][code]; -+ if (sp < &(stack[STACK_SIZE])) -+ *sp++ = firstcode = table[1][code]; - - if ((code = max_code) < (1 << MAX_LZW_BITS)) - { --- -1.7.6.3 - diff -Nru gimp-2.6.11/debian/patches/embed-page-setup-dialog.patch gimp-2.6.12/debian/patches/embed-page-setup-dialog.patch --- gimp-2.6.11/debian/patches/embed-page-setup-dialog.patch 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/debian/patches/embed-page-setup-dialog.patch 2012-02-23 05:55:28.000000000 +0000 @@ -0,0 +1,345 @@ +From bdc3f7e7e0495b599a712c917d6ab17f05f92164 Mon Sep 17 00:00:00 2001 +From: Michael Natterer +Date: Sun, 12 Feb 2012 12:51:18 +0000 +Subject: Bug 635615 - Embed page setup dialog in the print dialog +Bug-Ubuntu: https://bugs.launchpad.net/bugs/680521 + +Get rid of the antique separate page setup menu item and dialog. +Started with a patch from Bilal Akhtar but massively changed it, and +fixed some undiscovered bugs on the way. + +Rebased by Micah Gersten on 2.6.12-1 +--- +--- + plug-ins/print/print-page-layout.c | 16 +++ + plug-ins/print/print-page-setup.c | 17 ---- + plug-ins/print/print-page-setup.h | 9 -- + plug-ins/print/print.c | 157 ++----------------------------------- + 4 files changed, 32 insertions(+), 167 deletions(-) + +Index: gimp-2.6.12/plug-ins/print/print-page-layout.c +=================================================================== +--- gimp-2.6.12.orig/plug-ins/print/print-page-layout.c ++++ gimp-2.6.12/plug-ins/print/print-page-layout.c +@@ -59,6 +59,10 @@ + + + static void print_page_setup_notify (GtkPrintOperation *operation); ++static void update_custom_widget (GtkPrintOperation *operation, ++ GtkWidget *custom_widget, ++ GtkPageSetup *page_setup, ++ GtkPrintSettings *print_settings); + + static GtkWidget * print_size_frame (PrintData *data, + GtkSizeGroup *label_group, +@@ -175,6 +179,9 @@ + g_signal_connect_object (data->operation, "notify::default-page-setup", + G_CALLBACK (print_page_setup_notify), + main_hbox, 0); ++ g_signal_connect_object (data->operation, "update-custom-widget", ++ G_CALLBACK (update_custom_widget), ++ main_hbox, 0); + + gimp_help_connect (main_hbox, gimp_standard_help_func, help_id, NULL); + +@@ -192,6 +199,15 @@ + print_preview_set_page_setup (PRINT_PREVIEW (info.preview), setup); + } + ++static void ++update_custom_widget (GtkPrintOperation *operation, ++ GtkWidget *custom_widget, ++ GtkPageSetup *page_setup, ++ GtkPrintSettings *print_settings) ++{ ++ gtk_print_operation_set_default_page_setup (operation, page_setup); ++} ++ + + #define SB_WIDTH 8 + +Index: gimp-2.6.12/plug-ins/print/print-page-setup.c +=================================================================== +--- gimp-2.6.12.orig/plug-ins/print/print-page-setup.c ++++ gimp-2.6.12/plug-ins/print/print-page-setup.c +@@ -28,23 +28,6 @@ + + + void +-print_page_setup_dialog (GtkPrintOperation *operation) +-{ +- GtkPrintSettings *settings; +- GtkPageSetup *setup; +- +- g_return_if_fail (GTK_IS_PRINT_OPERATION (operation)); +- +- setup = gtk_print_operation_get_default_page_setup (operation); +- +- settings = gtk_print_settings_new (); +- setup = gtk_print_run_page_setup_dialog (NULL, setup, settings); +- g_object_unref (settings); +- +- gtk_print_operation_set_default_page_setup (operation, setup); +-} +- +-void + print_page_setup_load (GtkPrintOperation *operation, + gint32 image_ID) + { +Index: gimp-2.6.12/plug-ins/print/print-page-setup.h +=================================================================== +--- gimp-2.6.12.orig/plug-ins/print/print-page-setup.h ++++ gimp-2.6.12/plug-ins/print/print-page-setup.h +@@ -17,10 +17,9 @@ + */ + + +-void print_page_setup_dialog (GtkPrintOperation *operation); +-void print_page_setup_load (GtkPrintOperation *operation, +- gint32 image_ID); +-void print_page_setup_save (GtkPrintOperation *operation, +- gint32 image_ID); ++void print_page_setup_load (GtkPrintOperation *operation, ++ gint32 image_ID); ++void print_page_setup_save (GtkPrintOperation *operation, ++ gint32 image_ID); + + +Index: gimp-2.6.12/plug-ins/print/print.c +=================================================================== +--- gimp-2.6.12.orig/plug-ins/print/print.c ++++ gimp-2.6.12/plug-ins/print/print.c +@@ -32,11 +32,9 @@ + #include "libgimp/stdplugins-intl.h" + + +-#define PLUG_IN_BINARY "print" +- +-#define PRINT_PROC_NAME "file-print-gtk" +-#define PAGE_SETUP_PROC_NAME "file-print-gtk-page-setup" +-#define PRINT_TEMP_PROC_NAME "file-print-gtk-page-setup-notify-temp" ++#define PLUG_IN_BINARY "print" ++#define PLUG_IN_ROLE "gimp-print" ++#define PRINT_PROC_NAME "file-print-gtk" + + + static void query (void); +@@ -49,7 +47,6 @@ + static GimpPDBStatusType print_image (gint32 image_ID, + gboolean interactive, + GError **error); +-static GimpPDBStatusType page_setup (gint32 image_ID); + + static void print_show_error (const gchar *message); + static void print_operation_set_name (GtkPrintOperation *operation, +@@ -69,15 +66,6 @@ + static GtkWidget * create_custom_widget (GtkPrintOperation *operation, + PrintData *data); + +-static gchar * print_temp_proc_name (gint32 image_ID); +-static gchar * print_temp_proc_install (gint32 image_ID); +- +- +-/* Keep a reference to the current GtkPrintOperation +- * for access by the temporary procedure. +- */ +-static GtkPrintOperation *print_operation = NULL; +- + + const GimpPlugInInfo PLUG_IN_INFO = + { +@@ -113,26 +101,6 @@ + gimp_plugin_menu_register (PRINT_PROC_NAME, "/File/Send"); + gimp_plugin_icon_register (PRINT_PROC_NAME, GIMP_ICON_TYPE_STOCK_ID, + (const guint8 *) GTK_STOCK_PRINT); +- +- gimp_install_procedure (PAGE_SETUP_PROC_NAME, +- N_("Adjust page size and orientation for printing"), +- "Adjust page size and orientation for printing the " +- "image using the GTK+ Print API.", +- "Bill Skaggs, Sven Neumann, Stefan Röllin", +- "Sven Neumann ", +- "2008", +- N_("Page Set_up"), +- "*", +- GIMP_PLUGIN, +- G_N_ELEMENTS (print_args), 0, +- print_args, NULL); +- +- gimp_plugin_menu_register (PAGE_SETUP_PROC_NAME, "/File/Send"); +- +-#if GTK_CHECK_VERSION(2,13,0) +- gimp_plugin_icon_register (PAGE_SETUP_PROC_NAME, GIMP_ICON_TYPE_STOCK_ID, +- (const guint8 *) GTK_STOCK_PAGE_SETUP); +-#endif + } + + static void +@@ -169,18 +137,6 @@ + if (error && run_mode == GIMP_RUN_INTERACTIVE) + { + print_show_error (error->message); +- g_clear_error (&error); +- } +- } +- else if (strcmp (name, PAGE_SETUP_PROC_NAME) == 0) +- { +- if (run_mode == GIMP_RUN_INTERACTIVE) +- { +- status = page_setup (image_ID); +- } +- else +- { +- status = GIMP_PDB_CALLING_ERROR; + } + } + else +@@ -205,7 +161,6 @@ + { + GtkPrintOperation *operation; + GtkPrintOperationResult result; +- gchar *temp_proc; + gint32 layer; + PrintData data; + +@@ -244,11 +199,7 @@ + &data); + g_signal_connect (operation, "end-print", + G_CALLBACK (end_print), +- &image_ID); +- +- print_operation = operation; +- temp_proc = print_temp_proc_install (image_ID); +- gimp_extension_enable (); ++ &layer); + + if (interactive) + { +@@ -264,9 +215,17 @@ + + gtk_print_operation_set_custom_tab_label (operation, _("Image Settings")); + ++ gtk_print_operation_set_embed_page_setup (operation, TRUE); ++ + result = gtk_print_operation_run (operation, + GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG, + NULL, error); ++ ++ if (result == GTK_PRINT_OPERATION_RESULT_APPLY || ++ result == GTK_PRINT_OPERATION_RESULT_IN_PROGRESS) ++ { ++ print_page_setup_save (operation, image_ID); ++ } + } + else + { +@@ -275,10 +234,6 @@ + NULL, error); + } + +- gimp_uninstall_temp_proc (temp_proc); +- g_free (temp_proc); +- print_operation = NULL; +- + g_object_unref (operation); + + if (gimp_drawable_is_valid (layer)) +@@ -300,43 +255,6 @@ + return GIMP_PDB_EXECUTION_ERROR; + } + +-static GimpPDBStatusType +-page_setup (gint32 image_ID) +-{ +- GtkPrintOperation *operation; +- GimpParam *return_vals; +- gchar *name; +- gint n_return_vals; +- +- gimp_ui_init (PLUG_IN_BINARY, FALSE); +- +- operation = gtk_print_operation_new (); +- +- print_page_setup_load (operation, image_ID); +- print_page_setup_dialog (operation); +- print_page_setup_save (operation, image_ID); +- +- g_object_unref (operation); +- +- /* now notify a running print procedure about this change */ +- name = print_temp_proc_name (image_ID); +- +- /* we don't want the core to show an error message if the +- * temporary procedure does not exist +- */ +- gimp_plugin_set_pdb_error_handler (GIMP_PDB_ERROR_HANDLER_PLUGIN); +- +- return_vals = gimp_run_procedure (name, +- &n_return_vals, +- GIMP_PDB_IMAGE, image_ID, +- GIMP_PDB_END); +- gimp_destroy_params (return_vals, n_return_vals); +- +- g_free (name); +- +- return GIMP_PDB_SUCCESS; +-} +- + static void + print_show_error (const gchar *message) + { +@@ -414,54 +332,3 @@ + { + return print_page_layout_gui (data, PRINT_PROC_NAME); + } +- +-static void +-print_temp_proc_run (const gchar *name, +- gint nparams, +- const GimpParam *param, +- gint *nreturn_vals, +- GimpParam **return_vals) +-{ +- static GimpParam values[1]; +- +- values[0].type = GIMP_PDB_STATUS; +- values[0].data.d_status = GIMP_PDB_SUCCESS; +- +- *nreturn_vals = 1; +- *return_vals = values; +- +- if (print_operation && nparams == 1) +- print_page_setup_load (print_operation, param[0].data.d_int32); +-} +- +-static gchar * +-print_temp_proc_name (gint32 image_ID) +-{ +- return g_strdup_printf (PRINT_TEMP_PROC_NAME "-%d", image_ID); +-} +- +-static gchar * +-print_temp_proc_install (gint32 image_ID) +-{ +- static const GimpParamDef args[] = +- { +- { GIMP_PDB_IMAGE, "image", "Image to print" } +- }; +- +- gchar *name = print_temp_proc_name (image_ID); +- +- gimp_install_temp_proc (name, +- "DON'T USE THIS ONE", +- "Temporary procedure to notify the Print plug-in " +- "about changes to the Page Setup.", +- "Sven Neumann", +- "Sven Neumann", +- "2008", +- NULL, +- "", +- GIMP_TEMPORARY, +- G_N_ELEMENTS (args), 0, args, NULL, +- print_temp_proc_run); +- +- return name; +-} diff -Nru gimp-2.6.11/debian/patches/poppler0.18.patch gimp-2.6.12/debian/patches/poppler0.18.patch --- gimp-2.6.11/debian/patches/poppler0.18.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/poppler0.18.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,479 +0,0 @@ -Origin: http://pkgs.fedoraproject.org/gitweb/?p=gimp.git;a=blob_plain;f=gimp-2.6.11-poppler-0.17.patch;hb=HEAD - -From 69f69eed816b89be9a01a48a1f0643d1fd496118 Mon Sep 17 00:00:00 2001 -From: Nils Philippsen -Date: Fri, 6 May 2011 11:58:44 +0200 -Subject: [PATCH] patch: poppler-0.17 - -Squashed commit of the following: - -commit 529d940222dfc352d41fbf72de29134421aa4002 -Author: Nils Philippsen -Date: Fri May 6 11:50:30 2011 +0200 - - use code based on pixbufs instead of cairo surfaces - - this is done to avoid adding to libgimp, thanks to Mukund Sivaraman for - hints how to do this - -commit f8671d8767d4cdab830dc06310e96c63a88ec0fd -Author: Mukund Sivaraman -Date: Thu Apr 21 13:57:13 2011 +0530 - - file-pdf-load: Update attribution, removing bogus copyright - (cherry picked from commit e999122e0b20b6ccd6bde3ce039bb64068fc0019) - -commit 89a78f2590d298dac2f42e6d9a3016fc5d672c70 -Author: Nils Philippsen -Date: Thu Apr 21 13:52:18 2011 +0200 - - file-pdf-load: Use better API + cleanups - - * fixes issues with poppler 0.17 completely - * uses new libgimp API to pass surfaces instead of pixbufs - * uses GTK+ 3 API to convert surfaces to pixbufs where available - (backported from commit 7bdadd80ba479d6ff904e276d805e16f6b940ee2) - -commit 4e92302c4a14a961f112587a0ad86696c88da2f8 -Author: Nils Philippsen -Date: Thu Apr 21 13:38:08 2011 +0200 - - file-pdf-load: Don't use deprecated API (bug #646947) - - (cherry picked from commit 9b3e1c91fd2eac69da6947ec9c7fbf10096ba237) - - Conflicts: - - plug-ins/common/file-pdf.c ---- - plug-ins/common/file-pdf.c | 323 ++++++++++++++++++++++++++++++++++++++------ - 1 files changed, 283 insertions(+), 40 deletions(-) - -diff --git a/plug-ins/common/file-pdf.c b/plug-ins/common/file-pdf.c -index a43b459..43c2b7d 100644 ---- a/plug-ins/common/file-pdf.c -+++ b/plug-ins/common/file-pdf.c -@@ -4,6 +4,9 @@ - * - * Copyright (C) 2005 Nathan Summers - * -+ * Some code in render_page_to_surface() borrowed from -+ * poppler.git/glib/poppler-page.cc. -+ * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or -@@ -80,16 +83,20 @@ static gboolean load_dialog (PopplerDocument *doc, - static PopplerDocument * open_document (const gchar *filename, - GError **error); - --static GdkPixbuf * get_thumbnail (PopplerDocument *doc, -+static cairo_surface_t * get_thumb_surface (PopplerDocument *doc, -+ gint page, -+ gint preferred_size); -+ -+static GdkPixbuf * get_thumb_pixbuf (PopplerDocument *doc, - gint page, - gint preferred_size); - - static gint32 layer_from_pixbuf (gint32 image, -- const gchar *layer_name, -- gint position, -- GdkPixbuf *buf, -- gdouble progress_start, -- gdouble progress_scale); -+ const gchar *layer_name, -+ gint position, -+ GdkPixbuf *pixbuf, -+ gdouble progress_start, -+ gdouble progress_scale); - - /** - ** the following was formerly part of -@@ -433,11 +440,12 @@ run (const gchar *name, - } - else - { -- gdouble width = 0; -- gdouble height = 0; -- gdouble scale; -- gint32 image = -1; -- GdkPixbuf *pixbuf = NULL; -+ gdouble width = 0; -+ gdouble height = 0; -+ gdouble scale; -+ gint32 image = -1; -+ gint num_pages = 0; -+ GdkPixbuf *pixbuf = NULL; - - /* Possibly retrieve last settings */ - gimp_get_data (LOAD_PROC, &loadvals); -@@ -455,7 +463,10 @@ run (const gchar *name, - g_object_unref (page); - } - -- pixbuf = get_thumbnail (doc, 0, param[1].data.d_int32); -+ num_pages = poppler_document_get_n_pages (doc); -+ -+ pixbuf = get_thumb_pixbuf (doc, 0, param[1].data.d_int32); -+ - g_object_unref (doc); - } - -@@ -548,6 +559,187 @@ open_document (const gchar *filename, - return doc; - } - -+/* FIXME: Remove this someday when we depend fully on GTK+ >= 3 */ -+ -+#if (!GTK_CHECK_VERSION (3, 0, 0)) -+ -+static cairo_format_t -+gdk_cairo_format_for_content (cairo_content_t content) -+{ -+ switch (content) -+ { -+ case CAIRO_CONTENT_COLOR: -+ return CAIRO_FORMAT_RGB24; -+ case CAIRO_CONTENT_ALPHA: -+ return CAIRO_FORMAT_A8; -+ case CAIRO_CONTENT_COLOR_ALPHA: -+ default: -+ return CAIRO_FORMAT_ARGB32; -+ } -+} -+ -+static cairo_surface_t * -+gdk_cairo_surface_coerce_to_image (cairo_surface_t *surface, -+ cairo_content_t content, -+ int src_x, -+ int src_y, -+ int width, -+ int height) -+{ -+ cairo_surface_t *copy; -+ cairo_t *cr; -+ -+ copy = cairo_image_surface_create (gdk_cairo_format_for_content (content), -+ width, -+ height); -+ -+ cr = cairo_create (copy); -+ cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE); -+ cairo_set_source_surface (cr, surface, -src_x, -src_y); -+ cairo_paint (cr); -+ cairo_destroy (cr); -+ -+ return copy; -+} -+ -+static void -+convert_alpha (guchar *dest_data, -+ int dest_stride, -+ guchar *src_data, -+ int src_stride, -+ int src_x, -+ int src_y, -+ int width, -+ int height) -+{ -+ int x, y; -+ -+ src_data += src_stride * src_y + src_x * 4; -+ -+ for (y = 0; y < height; y++) { -+ guint32 *src = (guint32 *) src_data; -+ -+ for (x = 0; x < width; x++) { -+ guint alpha = src[x] >> 24; -+ -+ if (alpha == 0) -+ { -+ dest_data[x * 4 + 0] = 0; -+ dest_data[x * 4 + 1] = 0; -+ dest_data[x * 4 + 2] = 0; -+ } -+ else -+ { -+ dest_data[x * 4 + 0] = (((src[x] & 0xff0000) >> 16) * 255 + alpha / 2) / alpha; -+ dest_data[x * 4 + 1] = (((src[x] & 0x00ff00) >> 8) * 255 + alpha / 2) / alpha; -+ dest_data[x * 4 + 2] = (((src[x] & 0x0000ff) >> 0) * 255 + alpha / 2) / alpha; -+ } -+ dest_data[x * 4 + 3] = alpha; -+ } -+ -+ src_data += src_stride; -+ dest_data += dest_stride; -+ } -+} -+ -+static void -+convert_no_alpha (guchar *dest_data, -+ int dest_stride, -+ guchar *src_data, -+ int src_stride, -+ int src_x, -+ int src_y, -+ int width, -+ int height) -+{ -+ int x, y; -+ -+ src_data += src_stride * src_y + src_x * 4; -+ -+ for (y = 0; y < height; y++) { -+ guint32 *src = (guint32 *) src_data; -+ -+ for (x = 0; x < width; x++) { -+ dest_data[x * 3 + 0] = src[x] >> 16; -+ dest_data[x * 3 + 1] = src[x] >> 8; -+ dest_data[x * 3 + 2] = src[x]; -+ } -+ -+ src_data += src_stride; -+ dest_data += dest_stride; -+ } -+} -+ -+/** -+ * gdk_pixbuf_get_from_surface: -+ * @surface: surface to copy from -+ * @src_x: Source X coordinate within @surface -+ * @src_y: Source Y coordinate within @surface -+ * @width: Width in pixels of region to get -+ * @height: Height in pixels of region to get -+ * -+ * Transfers image data from a #cairo_surface_t and converts it to an RGB(A) -+ * representation inside a #GdkPixbuf. This allows you to efficiently read -+ * individual pixels from cairo surfaces. For #GdkWindows, use -+ * gdk_pixbuf_get_from_window() instead. -+ * -+ * This function will create an RGB pixbuf with 8 bits per channel. -+ * The pixbuf will contain an alpha channel if the @surface contains one. -+ * -+ * Return value: (transfer full): A newly-created pixbuf with a reference -+ * count of 1, or %NULL on error -+ */ -+static GdkPixbuf * -+gdk_pixbuf_get_from_surface (cairo_surface_t *surface, -+ gint src_x, -+ gint src_y, -+ gint width, -+ gint height) -+{ -+ cairo_content_t content; -+ GdkPixbuf *dest; -+ -+ /* General sanity checks */ -+ g_return_val_if_fail (surface != NULL, NULL); -+ g_return_val_if_fail (width > 0 && height > 0, NULL); -+ -+ content = cairo_surface_get_content (surface) | CAIRO_CONTENT_COLOR; -+ dest = gdk_pixbuf_new (GDK_COLORSPACE_RGB, -+ !!(content & CAIRO_CONTENT_ALPHA), -+ 8, -+ width, height); -+ -+ surface = gdk_cairo_surface_coerce_to_image (surface, content, -+ src_x, src_y, -+ width, height); -+ cairo_surface_flush (surface); -+ if (cairo_surface_status (surface) || dest == NULL) -+ { -+ cairo_surface_destroy (surface); -+ return NULL; -+ } -+ -+ if (gdk_pixbuf_get_has_alpha (dest)) -+ convert_alpha (gdk_pixbuf_get_pixels (dest), -+ gdk_pixbuf_get_rowstride (dest), -+ cairo_image_surface_get_data (surface), -+ cairo_image_surface_get_stride (surface), -+ 0, 0, -+ width, height); -+ else -+ convert_no_alpha (gdk_pixbuf_get_pixels (dest), -+ gdk_pixbuf_get_rowstride (dest), -+ cairo_image_surface_get_data (surface), -+ cairo_image_surface_get_stride (surface), -+ 0, 0, -+ width, height); -+ -+ cairo_surface_destroy (surface); -+ return dest; -+} -+ -+#endif -+ - static gint32 - layer_from_pixbuf (gint32 image, - const gchar *layer_name, -@@ -566,6 +758,54 @@ layer_from_pixbuf (gint32 image, - return layer; - } - -+static cairo_surface_t * -+render_page_to_surface (PopplerPage *page, -+ int width, -+ int height, -+ double scale) -+{ -+ cairo_surface_t *surface; -+ cairo_t *cr; -+ -+ surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, width, height); -+ cr = cairo_create (surface); -+ -+ cairo_save (cr); -+ cairo_translate (cr, 0.0, 0.0); -+ -+ if (scale != 1.0) -+ cairo_scale (cr, scale, scale); -+ -+ poppler_page_render (page, cr); -+ cairo_restore (cr); -+ -+ cairo_set_operator (cr, CAIRO_OPERATOR_DEST_OVER); -+ cairo_set_source_rgb (cr, 1.0, 1.0, 1.0); -+ cairo_paint (cr); -+ -+ cairo_destroy (cr); -+ -+ return surface; -+} -+ -+static GdkPixbuf * -+render_page_to_pixbuf (PopplerPage *page, -+ int width, -+ int height, -+ double scale) -+{ -+ GdkPixbuf *pixbuf; -+ cairo_surface_t *surface; -+ -+ surface = render_page_to_surface (page, width, height, scale); -+ pixbuf = gdk_pixbuf_get_from_surface (surface, 0, 0, -+ cairo_image_surface_get_width (surface), -+ cairo_image_surface_get_height (surface)); -+ cairo_surface_destroy (surface); -+ -+ return pixbuf; -+} -+ - static gint32 - load_image (PopplerDocument *doc, - const gchar *filename, -@@ -597,7 +837,7 @@ load_image (PopplerDocument *doc, - gdouble page_width; - gdouble page_height; - -- GdkPixbuf *buf; -+ GdkPixbuf *pixbuf; - gint width; - gint height; - -@@ -627,15 +867,13 @@ load_image (PopplerDocument *doc, - gimp_image_set_resolution (image_ID, resolution, resolution); - } - -- buf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, FALSE, 8, width, height); -- -- poppler_page_render_to_pixbuf (page, 0, 0, width, height, scale, 0, buf); -+ pixbuf = render_page_to_pixbuf (page, width, height, scale); - -- layer_from_pixbuf (image_ID, page_label, i, buf, -+ layer_from_pixbuf (image_ID, page_label, i, pixbuf, - doc_progress, 1.0 / pages->n_pages); - - g_free (page_label); -- g_object_unref (buf); -+ g_object_unref(pixbuf); - - doc_progress = (double) (i + 1) / pages->n_pages; - gimp_progress_update (doc_progress); -@@ -676,30 +914,22 @@ load_image (PopplerDocument *doc, - return image_ID; - } - --static GdkPixbuf * --get_thumbnail (PopplerDocument *doc, -- gint page_num, -- gint preferred_size) -+static cairo_surface_t * -+get_thumb_surface (PopplerDocument *doc, -+ gint page_num, -+ gint preferred_size) - { - PopplerPage *page; -- GdkPixbuf *pixbuf; -+ cairo_surface_t *surface; - - page = poppler_document_get_page (doc, page_num); - - if (! page) - return NULL; - -- /* XXX: Remove conditional when we depend on poppler 0.8.0, but also -- * add configure check to make sure POPPLER_WITH_GDK is enabled! -- */ --#ifdef POPPLER_WITH_GDK -- pixbuf = poppler_page_get_thumbnail_pixbuf (page); --#else -- pixbuf = poppler_page_get_thumbnail (page); --#endif -- -+ surface = poppler_page_get_thumbnail (page); - -- if (! pixbuf) -+ if (! surface) - { - gdouble width; - gdouble height; -@@ -712,15 +942,28 @@ get_thumbnail (PopplerDocument *doc, - width *= scale; - height *= scale; - -- pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, FALSE, 8, -- width, height); -- -- poppler_page_render_to_pixbuf (page, -- 0, 0, width, height, scale, 0, pixbuf); -+ surface = render_page_to_surface (page, width, height, scale); - } - - g_object_unref (page); - -+ return surface; -+} -+ -+static GdkPixbuf * -+get_thumb_pixbuf (PopplerDocument *doc, -+ gint page_num, -+ gint preferred_size) -+{ -+ cairo_surface_t *surface; -+ GdkPixbuf *pixbuf; -+ -+ surface = get_thumb_surface (doc, page_num, preferred_size); -+ pixbuf = gdk_pixbuf_get_from_surface (surface, 0, 0, -+ cairo_image_surface_get_width (surface), -+ cairo_image_surface_get_height (surface)); -+ cairo_surface_destroy (surface); -+ - return pixbuf; - } - -@@ -769,8 +1012,8 @@ thumbnail_thread (gpointer data) - idle_data->page_no = i; - - /* FIXME get preferred size from somewhere? */ -- idle_data->pixbuf = get_thumbnail (thread_data->document, i, -- THUMBNAIL_SIZE); -+ idle_data->pixbuf = get_thumb_pixbuf (thread_data->document, i, -+ THUMBNAIL_SIZE); - - g_idle_add (idle_set_thumbnail, idle_data); - --- -1.7.5 - diff -Nru gimp-2.6.11/debian/patches/pyslice.patch gimp-2.6.12/debian/patches/pyslice.patch --- gimp-2.6.11/debian/patches/pyslice.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/pyslice.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -Bug-Debian: http://bugs.debian.org/644025 -commit 0af966b63fcc55b36380d6538dfb30000f71fef9 -Author: Nils Philippsen -Date: Wed Feb 2 17:11:28 2011 +0100 - - Bug 641259 - [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:slice:TypeError: integer argument expected, got float - - py-slice: cast cellspacing to int in pyslice() to avoid tracebacks - -Index: gimp/plug-ins/pygimp/plug-ins/py-slice.py -=================================================================== ---- gimp.orig/plug-ins/pygimp/plug-ins/py-slice.py -+++ gimp/plug-ins/pygimp/plug-ins/py-slice.py -@@ -36,6 +36,9 @@ gettext.install("gimp20-python", gimp.lo - def pyslice(image, drawable, save_path, html_filename, - image_basename, image_extension, separate, - image_path, cellspacing, animate, skip_caps): -+ -+ cellspacing = int (cellspacing) -+ - if animate: - count = 0 - drw = [] diff -Nru gimp-2.6.11/debian/patches/series gimp-2.6.12/debian/patches/series --- gimp-2.6.11/debian/patches/series 2012-01-19 14:05:05.000000000 +0000 +++ gimp-2.6.12/debian/patches/series 2012-02-23 05:47:41.000000000 +0000 @@ -1,14 +1,6 @@ 01_debian-gimprc.patch 02_help-message.patch 03_gimp.desktop.in.in.patch -06_CVE-2010-4543.patch -05_CVE-2010-454x.patch -07_binutils-gold.patch -08_CVE-2011-1782.patch fix_ftbfs4hurd.patch -string-format.patch -pyslice.patch -CVE-2011-2896.part1.patch -CVE-2011-2896.part2.patch -poppler0.18.patch ghost-cursor.patch +embed-page-setup-dialog.patch diff -Nru gimp-2.6.11/debian/patches/string-format.patch gimp-2.6.12/debian/patches/string-format.patch --- gimp-2.6.11/debian/patches/string-format.patch 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/patches/string-format.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,822 +0,0 @@ -From 9d121afc2fd638734b73fe778f9aed0b7b69bf02 Mon Sep 17 00:00:00 2001 -From: Mukund Sivaraman -Date: Wed, 28 Sep 2011 07:50:50 +0530 -Subject: [PATCH] Bug 660305 - fails to build with -Werror=format-security - -According to the bug, Debian enforces --Wformat-security and -Werror=format-security, which is a good thing. -Most of these patches are already in master, but I'll check master -anyway. ---- - app/actions/image-commands.c | 2 +- - app/actions/layers-commands.c | 4 ++-- - app/actions/select-commands.c | 2 +- - app/actions/vectors-commands.c | 4 ++-- - app/config/gimprc.c | 6 +++--- - app/core/gimpcontainer-filter.c | 2 +- - app/dialogs/convert-dialog.c | 2 +- - app/dialogs/preferences-dialog.c | 2 +- - app/dialogs/quit-dialog.c | 2 +- - app/dialogs/stroke-dialog.c | 1 + - app/errors.c | 2 +- - app/file/file-open.c | 8 +++++--- - app/gui/gui-message.c | 2 +- - app/gui/gui.c | 2 +- - app/main.c | 4 ++-- - app/plug-in/gimppluginprocedure.c | 2 +- - app/tools/gimpaligntool.c | 2 +- - app/tools/gimpbucketfilltool.c | 2 +- - app/tools/gimpcolorpickertool.c | 2 +- - app/tools/gimpcurvestool.c | 2 +- - app/tools/gimpforegroundselecttool.c | 2 +- - app/tools/gimpfreeselecttool.c | 2 +- - app/tools/gimpimagemaptool-settings.c | 4 ++-- - app/tools/gimpiscissorstool.c | 4 ++-- - app/tools/gimpmeasuretool.c | 6 +++--- - app/tools/gimppainttool.c | 4 ++-- - app/tools/gimpselectiontool.c | 2 +- - app/tools/gimpsourcetool.c | 4 ++-- - app/tools/gimptool.c | 2 +- - app/tools/gimptransformtool.c | 2 +- - app/tools/gimpvectortool.c | 2 +- - app/widgets/gimpcontrollerlist.c | 4 ++-- - app/widgets/gimperrordialog.c | 2 +- - app/widgets/gimphelp.c | 5 +++-- - app/widgets/gimpwidgets-utils.c | 6 +++--- - configure.in | 3 +++ - libgimpconfig/gimpconfigwriter.c | 1 + - libgimpthumb/gimpthumbnail.c | 2 +- - plug-ins/common/lcms.c | 4 ++-- - plug-ins/common/mail.c | 2 +- - plug-ins/file-bmp/bmp-write.c | 4 ++-- - plug-ins/file-fits/fits.c | 2 +- - plug-ins/file-jpeg/jpeg.c | 2 +- - plug-ins/file-uri/uri.c | 2 +- - plug-ins/help/gimphelpdomain.c | 2 +- - plug-ins/ifs-compose/ifs-compose.c | 3 ++- - plug-ins/print/print.c | 2 +- - 47 files changed, 72 insertions(+), 63 deletions(-) - -diff --git a/app/actions/image-commands.c b/app/actions/image-commands.c -index 73b5717..a2e26d5 100644 ---- a/app/actions/image-commands.c -+++ b/app/actions/image-commands.c -@@ -174,7 +174,7 @@ image_convert_cmd_callback (GtkAction *action, - NULL, &error)) - { - gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, -- error->message); -+ "%s", error->message); - g_clear_error (&error); - return; - } -diff --git a/app/actions/layers-commands.c b/app/actions/layers-commands.c -index 55d93ce..9afef64 100644 ---- a/app/actions/layers-commands.c -+++ b/app/actions/layers-commands.c -@@ -235,7 +235,7 @@ layers_new_cmd_callback (GtkAction *action, - if (! floating_sel_to_layer (floating_sel, &error)) - { - gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, -- error->message); -+ "%s", error->message); - g_clear_error (&error); - return; - } -@@ -287,7 +287,7 @@ layers_new_last_vals_cmd_callback (GtkAction *action, - if (! floating_sel_to_layer (floating_sel, &error)) - { - gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, -- error->message); -+ "%s", error->message); - g_clear_error (&error); - return; - } -diff --git a/app/actions/select-commands.c b/app/actions/select-commands.c -index 9aa0964..546cb68 100644 ---- a/app/actions/select-commands.c -+++ b/app/actions/select-commands.c -@@ -374,7 +374,7 @@ select_stroke_last_vals_cmd_callback (GtkAction *action, - drawable, context, desc, FALSE, NULL, &error)) - { - gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, -- error->message); -+ "%s", error->message); - g_clear_error (&error); - } - else -diff --git a/app/actions/vectors-commands.c b/app/actions/vectors-commands.c -index 6b89759..8cd4af8 100644 ---- a/app/actions/vectors-commands.c -+++ b/app/actions/vectors-commands.c -@@ -281,7 +281,7 @@ vectors_merge_visible_cmd_callback (GtkAction *action, - if (! gimp_image_merge_visible_vectors (image, &error)) - { - gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, -- error->message); -+ "%s", error->message); - g_clear_error (&error); - return; - } -@@ -425,7 +425,7 @@ vectors_stroke_last_vals_cmd_callback (GtkAction *action, - NULL, &error)) - { - gimp_message (image->gimp, G_OBJECT (widget), GIMP_MESSAGE_WARNING, -- error->message); -+ "%s", error->message); - g_clear_error (&error); - } - else -diff --git a/app/config/gimprc.c b/app/config/gimprc.c -index 9b4a109..26e44c6 100644 ---- a/app/config/gimprc.c -+++ b/app/config/gimprc.c -@@ -264,7 +264,7 @@ gimp_rc_load (GimpRc *rc) - rc->system_gimprc, NULL, &error)) - { - if (error->code != GIMP_CONFIG_ERROR_OPEN_ENOENT) -- g_message (error->message); -+ g_message ("%s", error->message); - - g_clear_error (&error); - } -@@ -278,7 +278,7 @@ gimp_rc_load (GimpRc *rc) - { - if (error->code != GIMP_CONFIG_ERROR_OPEN_ENOENT) - { -- g_message (error->message); -+ g_message ("%s", error->message); - - gimp_config_file_backup_on_error (rc->user_gimprc, "gimprc", NULL); - } -@@ -524,7 +524,7 @@ gimp_rc_save (GimpRc *rc) - header, footer, global, - &error)) - { -- g_message (error->message); -+ g_message ("%s", error->message); - g_error_free (error); - } - -diff --git a/app/core/gimpcontainer-filter.c b/app/core/gimpcontainer-filter.c -index d29b11e..5e99f42 100644 ---- a/app/core/gimpcontainer-filter.c -+++ b/app/core/gimpcontainer-filter.c -@@ -166,7 +166,7 @@ gimp_container_get_filtered_name_array (const GimpContainer *container, - } - else - { -- g_warning (error->message); -+ g_warning ("%s", error->message); - g_error_free (error); - - *length = 0; -diff --git a/app/dialogs/convert-dialog.c b/app/dialogs/convert-dialog.c -index e384bc7..693a92b 100644 ---- a/app/dialogs/convert-dialog.c -+++ b/app/dialogs/convert-dialog.c -@@ -298,7 +298,7 @@ convert_dialog_response (GtkWidget *widget, - { - gimp_message (dialog->image->gimp, G_OBJECT (dialog->dialog), - GIMP_MESSAGE_WARNING, -- error->message); -+ "%s", error->message); - g_clear_error (&error); - - if (progress) -diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c -index 00a5c23..df33304 100644 ---- a/app/dialogs/preferences-dialog.c -+++ b/app/dialogs/preferences-dialog.c -@@ -1362,7 +1362,7 @@ prefs_message (GtkMessageType type, - destroy_with_parent ? - GTK_DIALOG_DESTROY_WITH_PARENT : 0, - type, GTK_BUTTONS_OK, -- message); -+ "%s", message); - - g_signal_connect (dialog, "response", - G_CALLBACK (gtk_widget_destroy), -diff --git a/app/dialogs/quit-dialog.c b/app/dialogs/quit-dialog.c -index 7cfa9c7..b7cdecd 100644 ---- a/app/dialogs/quit-dialog.c -+++ b/app/dialogs/quit-dialog.c -@@ -216,7 +216,7 @@ quit_close_all_dialog_container_changed (GimpContainer *images, - text = g_strdup_printf (ngettext ("There is one image with unsaved changes:", - "There are %d images with unsaved changes:", - num_images), num_images); -- gimp_message_box_set_primary_text (box, text); -+ gimp_message_box_set_primary_text (box, "%s", text); - g_free (text); - - if (num_images == 0) -diff --git a/app/dialogs/stroke-dialog.c b/app/dialogs/stroke-dialog.c -index d57f053..c957aa5 100644 ---- a/app/dialogs/stroke-dialog.c -+++ b/app/dialogs/stroke-dialog.c -@@ -321,6 +321,7 @@ stroke_dialog_response (GtkWidget *widget, - gimp_message (context->gimp, - G_OBJECT (widget), - GIMP_MESSAGE_WARNING, -+ "%s", - error ? error->message : "NULL"); - g_clear_error (&error); - return; -diff --git a/app/errors.c b/app/errors.c -index 1eafaef..7103112 100644 ---- a/app/errors.c -+++ b/app/errors.c -@@ -185,7 +185,7 @@ gimp_error_log_func (const gchar *domain, - const gchar *message, - gpointer data) - { -- gimp_fatal_error (message); -+ gimp_fatal_error ("%s", message); - } - - static void -diff --git a/app/file/file-open.c b/app/file/file-open.c -index 269cc9a..d706e88 100644 ---- a/app/file/file-open.c -+++ b/app/file/file-open.c -@@ -136,7 +136,7 @@ file_open_image (Gimp *gimp, - { - g_free (filename); - g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_ACCES, -- g_strerror (errno)); -+ "%s", g_strerror (errno)); - return NULL; - } - } -@@ -617,13 +617,15 @@ file_open_profile_apply_rgb (GimpImage *image, - g_object_set (config, "mode", GIMP_COLOR_MANAGEMENT_OFF, NULL); - - gimp_message (image->gimp, G_OBJECT (progress), -- GIMP_MESSAGE_WARNING, msg); -+ GIMP_MESSAGE_WARNING, -+ "%s", msg); - g_free (msg); - } - else - { - gimp_message (image->gimp, G_OBJECT (progress), -- GIMP_MESSAGE_ERROR, error->message); -+ GIMP_MESSAGE_ERROR, -+ "%s", error->message); - } - - g_error_free (error); -diff --git a/app/gui/gui-message.c b/app/gui/gui-message.c -index 15a0cd8..ec85868 100644 ---- a/app/gui/gui-message.c -+++ b/app/gui/gui-message.c -@@ -219,7 +219,7 @@ gui_message_error_dialog (Gimp *gimp, - gtk_message_dialog_new (GTK_WINDOW (gtk_widget_get_toplevel (parent)), - GTK_DIALOG_DESTROY_WITH_PARENT, - type, GTK_BUTTONS_OK, -- message); -+ "%s", message); - - g_signal_connect (dialog, "response", - G_CALLBACK (gtk_widget_destroy), -diff --git a/app/gui/gui.c b/app/gui/gui.c -index 2adca76..3634c22 100644 ---- a/app/gui/gui.c -+++ b/app/gui/gui.c -@@ -170,7 +170,7 @@ gui_abort (const gchar *abort_message) - "border-width", 12, - NULL); - -- gimp_message_box_set_text (GIMP_MESSAGE_BOX (box), abort_message); -+ gimp_message_box_set_text (GIMP_MESSAGE_BOX (box), "%s", abort_message); - - gtk_container_add (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), box); - gtk_widget_show (box); -diff --git a/app/main.c b/app/main.c -index 34c9f74..49f4f3e 100644 ---- a/app/main.c -+++ b/app/main.c -@@ -719,14 +719,14 @@ gimp_sigfatal_handler (gint sig_num) - case SIGQUIT: - case SIGABRT: - case SIGTERM: -- gimp_terminate (g_strsignal (sig_num)); -+ gimp_terminate ("%s", g_strsignal (sig_num)); - break; - - case SIGBUS: - case SIGSEGV: - case SIGFPE: - default: -- gimp_fatal_error (g_strsignal (sig_num)); -+ gimp_fatal_error ("%s", g_strsignal (sig_num)); - break; - } - } -diff --git a/app/plug-in/gimppluginprocedure.c b/app/plug-in/gimppluginprocedure.c -index 845dc44..09a27ca 100644 ---- a/app/plug-in/gimppluginprocedure.c -+++ b/app/plug-in/gimppluginprocedure.c -@@ -658,7 +658,7 @@ gimp_plug_in_procedure_get_pixbuf (const GimpPlugInProcedure *proc) - - if (! pixbuf && error) - { -- g_printerr (error->message); -+ g_printerr ("%s", error->message); - g_clear_error (&error); - } - -diff --git a/app/tools/gimpaligntool.c b/app/tools/gimpaligntool.c -index 4275861..bc2e951 100644 ---- a/app/tools/gimpaligntool.c -+++ b/app/tools/gimpaligntool.c -@@ -645,7 +645,7 @@ gimp_align_tool_status_update (GimpTool *tool, - } - - if (status) -- gimp_tool_push_status (tool, display, status); -+ gimp_tool_push_status (tool, display, "%s", status); - - if (free_status) - g_free ((gchar *) status); -diff --git a/app/tools/gimpbucketfilltool.c b/app/tools/gimpbucketfilltool.c -index ed37335..6c02103 100644 ---- a/app/tools/gimpbucketfilltool.c -+++ b/app/tools/gimpbucketfilltool.c -@@ -158,7 +158,7 @@ gimp_bucket_fill_tool_button_release (GimpTool *tool, - { - gimp_message (display->image->gimp, G_OBJECT (display), - GIMP_MESSAGE_WARNING, -- error->message); -+ "%s", error->message); - g_clear_error (&error); - } - else -diff --git a/app/tools/gimpcolorpickertool.c b/app/tools/gimpcolorpickertool.c -index 39c3fae..5f86cb4 100644 ---- a/app/tools/gimpcolorpickertool.c -+++ b/app/tools/gimpcolorpickertool.c -@@ -270,7 +270,7 @@ gimp_color_picker_tool_oper_update (GimpTool *tool, - } - if (status_help != NULL) - { -- gimp_tool_push_status (tool, display, status_help); -+ gimp_tool_push_status (tool, display, "%s", status_help); - g_free (status_help); - } - } -diff --git a/app/tools/gimpcurvestool.c b/app/tools/gimpcurvestool.c -index 0c182a9..a8f4b8a 100644 ---- a/app/tools/gimpcurvestool.c -+++ b/app/tools/gimpcurvestool.c -@@ -331,7 +331,7 @@ gimp_curves_tool_oper_update (GimpTool *tool, - GIMP_COLOR_TOOL (tool)->pick_mode = mode; - - if (status && proximity) -- gimp_tool_push_status (tool, display, status); -+ gimp_tool_push_status (tool, display, "%s", status); - } - - static void -diff --git a/app/tools/gimpforegroundselecttool.c b/app/tools/gimpforegroundselecttool.c -index bdc8bb8..bd579c4 100644 ---- a/app/tools/gimpforegroundselecttool.c -+++ b/app/tools/gimpforegroundselecttool.c -@@ -334,7 +334,7 @@ gimp_foreground_select_tool_oper_update (GimpTool *tool, - if (proximity) - { - if (status) -- gimp_tool_replace_status (tool, display, status); -+ gimp_tool_replace_status (tool, display, "%s", status); - - gimp_draw_tool_start (draw_tool, display); - } -diff --git a/app/tools/gimpfreeselecttool.c b/app/tools/gimpfreeselecttool.c -index 6051100..9e82648 100644 ---- a/app/tools/gimpfreeselecttool.c -+++ b/app/tools/gimpfreeselecttool.c -@@ -1132,7 +1132,7 @@ gimp_free_select_tool_status_update (GimpFreeSelectTool *fst, - - if (status_text) - { -- gimp_tool_push_status (tool, display, status_text); -+ gimp_tool_push_status (tool, display, "%s", status_text); - } - } - } -diff --git a/app/tools/gimpimagemaptool-settings.c b/app/tools/gimpimagemaptool-settings.c -index edd0ec9..d9e067b 100644 ---- a/app/tools/gimpimagemaptool-settings.c -+++ b/app/tools/gimpimagemaptool-settings.c -@@ -179,7 +179,7 @@ gimp_image_map_tool_settings_import (GimpSettingsBox *box, - if (! tool_class->settings_import (tool, filename, &error)) - { - gimp_message (GIMP_TOOL (tool)->tool_info->gimp, G_OBJECT (tool->shell), -- GIMP_MESSAGE_ERROR, error->message); -+ GIMP_MESSAGE_ERROR, "%s", error->message); - g_clear_error (&error); - - return FALSE; -@@ -208,7 +208,7 @@ gimp_image_map_tool_settings_export (GimpSettingsBox *box, - if (! tool_class->settings_export (tool, filename, &error)) - { - gimp_message (GIMP_TOOL (tool)->tool_info->gimp, G_OBJECT (tool->shell), -- GIMP_MESSAGE_ERROR, error->message); -+ GIMP_MESSAGE_ERROR, "%s", error->message); - g_clear_error (&error); - - return FALSE; -diff --git a/app/tools/gimpiscissorstool.c b/app/tools/gimpiscissorstool.c -index 1b1f329..41282e1 100644 ---- a/app/tools/gimpiscissorstool.c -+++ b/app/tools/gimpiscissorstool.c -@@ -940,7 +940,7 @@ gimp_iscissors_tool_oper_update (GimpTool *tool, - status = gimp_suggest_modifiers (_("Click-Drag to move this point"), - GDK_SHIFT_MASK & ~state, - _("%s: disable auto-snap"), NULL, NULL); -- gimp_tool_replace_status (tool, display, status); -+ gimp_tool_replace_status (tool, display, "%s", status); - g_free (status); - iscissors->op = ISCISSORS_OP_MOVE_POINT; - } -@@ -1006,7 +1006,7 @@ gimp_iscissors_tool_oper_update (GimpTool *tool, - GDK_SHIFT_MASK & ~state, - _("%s: disable auto-snap"), - NULL, NULL); -- gimp_tool_replace_status (tool, display, status); -+ gimp_tool_replace_status (tool, display, "%s", status); - g_free (status); - } - iscissors->op = ISCISSORS_OP_ADD_POINT; -diff --git a/app/tools/gimpmeasuretool.c b/app/tools/gimpmeasuretool.c -index 0171bde..2cd406b 100644 ---- a/app/tools/gimpmeasuretool.c -+++ b/app/tools/gimpmeasuretool.c -@@ -572,7 +572,7 @@ gimp_measure_tool_cursor_update (GimpTool *tool, - GDK_MOD1_MASK & ~state, - NULL, NULL, NULL); - } -- gimp_tool_replace_status (tool, display, status); -+ gimp_tool_replace_status (tool, display, "%s", status); - g_free (status); - measure->status_help = TRUE; - break; -@@ -585,7 +585,7 @@ gimp_measure_tool_cursor_update (GimpTool *tool, - "vertical guide"), - GDK_CONTROL_MASK & ~state, - NULL, NULL, NULL); -- gimp_tool_replace_status (tool, display, status); -+ gimp_tool_replace_status (tool, display, "%s", status); - g_free (status); - measure->status_help = TRUE; - break; -@@ -613,7 +613,7 @@ gimp_measure_tool_cursor_update (GimpTool *tool, - | GDK_MOD1_MASK) & ~state, - NULL, NULL, NULL); - } -- gimp_tool_replace_status (tool, display, status); -+ gimp_tool_replace_status (tool, display, "%s", status); - g_free (status); - measure->status_help = TRUE; - break; -diff --git a/app/tools/gimppainttool.c b/app/tools/gimppainttool.c -index e76409d..a0584f5 100644 ---- a/app/tools/gimppainttool.c -+++ b/app/tools/gimppainttool.c -@@ -325,7 +325,7 @@ gimp_paint_tool_button_press (GimpTool *tool, - if (! gimp_paint_core_start (core, drawable, paint_options, &curr_coords, - &error)) - { -- gimp_tool_message (tool, display, error->message); -+ gimp_tool_message (tool, display, "%s", error->message); - g_clear_error (&error); - return; - } -@@ -662,7 +662,7 @@ gimp_paint_tool_oper_update (GimpTool *tool, - _("%s for a straight line"), - paint_tool->status_ctrl, - NULL); -- gimp_tool_push_status (tool, display, status); -+ gimp_tool_push_status (tool, display, "%s", status); - g_free (status); - - paint_tool->draw_line = FALSE; -diff --git a/app/tools/gimpselectiontool.c b/app/tools/gimpselectiontool.c -index 36b64b7..91db226 100644 ---- a/app/tools/gimpselectiontool.c -+++ b/app/tools/gimpselectiontool.c -@@ -313,7 +313,7 @@ gimp_selection_tool_oper_update (GimpTool *tool, - } - - if (status) -- gimp_tool_push_status (tool, display, status); -+ gimp_tool_push_status (tool, display, "%s", status); - - if (free_status) - g_free ((gchar *) status); -diff --git a/app/tools/gimpsourcetool.c b/app/tools/gimpsourcetool.c -index c42c13b..cf9037f 100644 ---- a/app/tools/gimpsourcetool.c -+++ b/app/tools/gimpsourcetool.c -@@ -313,7 +313,7 @@ gimp_source_tool_oper_update (GimpTool *tool, - { - if (state & GDK_CONTROL_MASK) - gimp_tool_replace_status (tool, display, -- source_tool->status_set_source); -+ "%s", source_tool->status_set_source); - else - { - gchar *status; -@@ -322,7 +322,7 @@ gimp_source_tool_oper_update (GimpTool *tool, - gimp_get_mod_separator (), - source_tool->status_set_source, - NULL); -- gimp_tool_replace_status (tool, display, status); -+ gimp_tool_replace_status (tool, display, "%s", status); - g_free (status); - } - } -diff --git a/app/tools/gimptool.c b/app/tools/gimptool.c -index 397ec10..2f8c6d3 100644 ---- a/app/tools/gimptool.c -+++ b/app/tools/gimptool.c -@@ -429,7 +429,7 @@ gimp_tool_initialize (GimpTool *tool, - { - if (error) - { -- gimp_tool_message (tool, display, error->message); -+ gimp_tool_message (tool, display, "%s", error->message); - g_clear_error (&error); - } - -diff --git a/app/tools/gimptransformtool.c b/app/tools/gimptransformtool.c -index bf2e575..07041ce 100644 ---- a/app/tools/gimptransformtool.c -+++ b/app/tools/gimptransformtool.c -@@ -1179,7 +1179,7 @@ gimp_transform_tool_doit (GimpTransformTool *tr_tool, - - if (! active_item) - { -- gimp_tool_message (tool, display, message); -+ gimp_tool_message (tool, display, "%s", message); - return; - } - -diff --git a/app/tools/gimpvectortool.c b/app/tools/gimpvectortool.c -index c58783c..b9281d4 100644 ---- a/app/tools/gimpvectortool.c -+++ b/app/tools/gimpvectortool.c -@@ -1265,7 +1265,7 @@ gimp_vector_tool_status_update (GimpTool *tool, - } - - if (status) -- gimp_tool_push_status (tool, display, status); -+ gimp_tool_push_status (tool, display, "%s", status); - - if (free_status) - g_free ((gchar *) status); -diff --git a/app/widgets/gimpcontrollerlist.c b/app/widgets/gimpcontrollerlist.c -index 2adfedd..e6d8655 100644 ---- a/app/widgets/gimpcontrollerlist.c -+++ b/app/widgets/gimpcontrollerlist.c -@@ -577,9 +577,9 @@ gimp_controller_list_remove_clicked (GtkWidget *button, - "the controller without removing it.")); - - gimp_message_box_set_primary_text (GIMP_MESSAGE_DIALOG (dialog)->box, -- primary); -+ "%s", primary); - gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (dialog)->box, -- secondary); -+ "%s", secondary); - - g_free (primary); - g_free (secondary); -diff --git a/app/widgets/gimperrordialog.c b/app/widgets/gimperrordialog.c -index d31155e..eec7935 100644 ---- a/app/widgets/gimperrordialog.c -+++ b/app/widgets/gimperrordialog.c -@@ -165,7 +165,7 @@ gimp_error_dialog_add (GimpErrorDialog *dialog, - dialog->num_messages++; - - if (overflow) -- gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box), domain); -+ gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box), "%s", domain); - else - gimp_message_box_set_primary_text (GIMP_MESSAGE_BOX (box), - _("%s Message"), domain); -diff --git a/app/widgets/gimphelp.c b/app/widgets/gimphelp.c -index 945bbfc..012f768 100644 ---- a/app/widgets/gimphelp.c -+++ b/app/widgets/gimphelp.c -@@ -380,8 +380,9 @@ gimp_help_browser_error (Gimp *gimp, - } - - gimp_message_box_set_primary_text (GIMP_MESSAGE_DIALOG (dialog)->box, -- primary); -- gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (dialog)->box, text); -+ "%s", primary); -+ gimp_message_box_set_text (GIMP_MESSAGE_DIALOG (dialog)->box, -+ "%s", text); - - if (gimp_dialog_run (GIMP_DIALOG (dialog)) == GTK_RESPONSE_OK) - { -diff --git a/app/widgets/gimpwidgets-utils.c b/app/widgets/gimpwidgets-utils.c -index 4a3a711..59b6784 100644 ---- a/app/widgets/gimpwidgets-utils.c -+++ b/app/widgets/gimpwidgets-utils.c -@@ -850,7 +850,7 @@ gimp_text_buffer_load (GtkTextBuffer *buffer, - if (! file) - { - g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno), -- g_strerror (errno)); -+ "%s", g_strerror (errno)); - return FALSE; - } - -@@ -907,7 +907,7 @@ gimp_text_buffer_save (GtkTextBuffer *buffer, - if (fd == -1) - { - g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno), -- g_strerror (errno)); -+ "%s", g_strerror (errno)); - return FALSE; - } - -@@ -934,7 +934,7 @@ gimp_text_buffer_save (GtkTextBuffer *buffer, - g_free (text_contents); - close (fd); - g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno), -- g_strerror (errno)); -+ "%s", g_strerror (errno)); - return FALSE; - } - } -diff --git a/configure.in b/configure.in -index 51a70b8..c567873 100644 ---- a/configure.in -+++ b/configure.in -@@ -339,6 +339,9 @@ CFLAGS="$CFLAGS $extra_warnings" - GIMP_DETECT_CFLAGS(extra_warnings, '-Wold-style-definition') - CFLAGS="$CFLAGS $extra_warnings" - -+GIMP_DETECT_CFLAGS(extra_warnings, '-Wformat-security') -+CFLAGS="$CFLAGS $extra_warnings" -+ - - # Ensure MSVC-compatible struct packing convention is used when - # compiling for Win32 with gcc. -diff --git a/libgimpconfig/gimpconfigwriter.c b/libgimpconfig/gimpconfigwriter.c -index 525ea8a..9f2db79 100644 ---- a/libgimpconfig/gimpconfigwriter.c -+++ b/libgimpconfig/gimpconfigwriter.c -@@ -568,6 +568,7 @@ gimp_config_writer_linefeed (GimpConfigWriter *writer) - { - if (write (writer->fd, "\n", 1) < 0) - g_set_error (&writer->error, GIMP_CONFIG_ERROR, GIMP_CONFIG_ERROR_WRITE, -+ "%s", - g_strerror (errno)); - } - else -diff --git a/libgimpthumb/gimpthumbnail.c b/libgimpthumb/gimpthumbnail.c -index df093b3..7648a44 100644 ---- a/libgimpthumb/gimpthumbnail.c -+++ b/libgimpthumb/gimpthumbnail.c -@@ -830,7 +830,7 @@ gimp_thumbnail_save (GimpThumbnail *thumbnail, - if (thumbnail->image_mimetype) - { - keys[i] = TAG_THUMB_MIMETYPE; -- values[i] = g_strdup_printf (thumbnail->image_mimetype); -+ values[i] = g_strdup_printf ("%s", thumbnail->image_mimetype); - i++; - } - -diff --git a/plug-ins/common/lcms.c b/plug-ins/common/lcms.c -index 2e697a0..8b679bf 100644 ---- a/plug-ins/common/lcms.c -+++ b/plug-ins/common/lcms.c -@@ -804,7 +804,7 @@ lcms_image_set_profile (gint32 image, - - if (! file) - { -- g_message (error->message); -+ g_message ("%s", error->message); - g_error_free (error); - - return FALSE; -@@ -1109,7 +1109,7 @@ lcms_load_profile (const gchar *filename, - - if (! file) - { -- g_message (error->message); -+ g_message ("%s", error->message); - g_error_free (error); - - return NULL; -diff --git a/plug-ins/common/mail.c b/plug-ins/common/mail.c -index 0dfdfd7..ddf08b9 100644 ---- a/plug-ins/common/mail.c -+++ b/plug-ins/common/mail.c -@@ -351,7 +351,7 @@ save_image (const gchar *filename, - - if (! to64 (tmpname, mailpipe, &error)) - { -- g_message (error->message); -+ g_message ("%s", error->message); - g_error_free (error); - goto error; - } -diff --git a/plug-ins/file-bmp/bmp-write.c b/plug-ins/file-bmp/bmp-write.c -index 913bd7b..4e99672 100644 ---- a/plug-ins/file-bmp/bmp-write.c -+++ b/plug-ins/file-bmp/bmp-write.c -@@ -123,10 +123,10 @@ warning_dialog (const gchar *primary, - - dialog = gtk_message_dialog_new (NULL, 0, - GTK_MESSAGE_WARNING, GTK_BUTTONS_OK_CANCEL, -- primary); -+ "%s", primary); - - gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), -- secondary); -+ "%s", secondary); - - gimp_window_set_transient (GTK_WINDOW (dialog)); - -diff --git a/plug-ins/file-fits/fits.c b/plug-ins/file-fits/fits.c -index 9a3c40b..3aa1a48 100644 ---- a/plug-ins/file-fits/fits.c -+++ b/plug-ins/file-fits/fits.c -@@ -1065,5 +1065,5 @@ show_fits_errors (void) - - /* Write out error messages of FITS-Library */ - while ((msg = fits_get_error ()) != NULL) -- g_message (msg); -+ g_message ("%s", msg); - } -diff --git a/plug-ins/file-jpeg/jpeg.c b/plug-ins/file-jpeg/jpeg.c -index b88b63e..fe18678 100644 ---- a/plug-ins/file-jpeg/jpeg.c -+++ b/plug-ins/file-jpeg/jpeg.c -@@ -564,5 +564,5 @@ my_output_message (j_common_ptr cinfo) - gchar buffer[JMSG_LENGTH_MAX + 1]; - - (*cinfo->err->format_message)(cinfo, buffer); -- g_message (buffer); -+ g_message ("%s", buffer); - } -diff --git a/plug-ins/file-uri/uri.c b/plug-ins/file-uri/uri.c -index 89d6464..751678c 100644 ---- a/plug-ins/file-uri/uri.c -+++ b/plug-ins/file-uri/uri.c -@@ -102,7 +102,7 @@ query (void) - - if (! uri_backend_init (PLUG_IN_BINARY, FALSE, 0, &error)) - { -- g_message (error->message); -+ g_message ("%s", error->message); - g_clear_error (&error); - - return; -diff --git a/plug-ins/help/gimphelpdomain.c b/plug-ins/help/gimphelpdomain.c -index 1a5ab8b..78a62a9 100644 ---- a/plug-ins/help/gimphelpdomain.c -+++ b/plug-ins/help/gimphelpdomain.c -@@ -202,7 +202,7 @@ gimp_help_domain_map (GimpHelpDomain *domain, - break; - - default: -- g_message (error->message); -+ g_message ("%s", error->message); - break; - } - -diff --git a/plug-ins/ifs-compose/ifs-compose.c b/plug-ins/ifs-compose/ifs-compose.c -index 56815ce..a4ed9c3 100644 ---- a/plug-ins/ifs-compose/ifs-compose.c -+++ b/plug-ins/ifs-compose/ifs-compose.c -@@ -2341,7 +2341,8 @@ ifscompose_message_dialog (GtkMessageType type, - { - GtkWidget *dialog; - -- dialog = gtk_message_dialog_new (parent, 0, type, GTK_BUTTONS_OK, message); -+ dialog = gtk_message_dialog_new (parent, 0, type, GTK_BUTTONS_OK, -+ "%s", message); - - if (title) - gtk_window_set_title (GTK_WINDOW (dialog), title); -diff --git a/plug-ins/print/print.c b/plug-ins/print/print.c -index 63a5b96..e94c414 100644 ---- a/plug-ins/print/print.c -+++ b/plug-ins/print/print.c -@@ -348,7 +348,7 @@ print_show_error (const gchar *message) - _("An error occurred while trying to print:")); - - gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), -- message); -+ "%s", message); - - gtk_dialog_run (GTK_DIALOG (dialog)); - gtk_widget_destroy (dialog); --- -1.7.4.4 - diff -Nru gimp-2.6.11/debian/rules gimp-2.6.12/debian/rules --- gimp-2.6.11/debian/rules 2011-12-06 10:00:36.000000000 +0000 +++ gimp-2.6.12/debian/rules 2012-02-23 05:36:26.000000000 +0000 @@ -14,14 +14,19 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/gnome.mk -export DEB_BUILD_MAINT_OPTIONS="hardening=-format" # avoid compile-time errors - LDFLAGS = -Wl,--as-needed -DEB_CONFIGURE_EXTRA_FLAGS := --enable-python --enable-default-binary --without-hal +# explicitly set PYTHON to be the versioned python binary, since dh_python2 +# will just end up depending on the pythonX.X package, and we don't want a +# version mismatch between the installed python binary and the private python +# modules. +DEB_CONFIGURE_EXTRA_FLAGS := --enable-python --enable-default-binary \ + --without-hal --enable-gtk-doc PYTHON=/usr/bin/`pyversions -d` DEB_BUILDDIR := $(DEB_SRCDIR)/build DEB_DH_SHLIBDEPS_ARGS_ALL := -Llibgimp2.0 -l$(CURDIR)/debian/libgimp2.0/usr/lib +# exclude this since we manually add the Recommends in debian/control DEB_DH_SHLIBDEPS_ARGS_gimp := -Xlibcontroller-midi.so +DEB_DH_MAKESHLIBS_ARGS_gimp := -X/usr/lib/gimp/2.0/modules/ clean:: rm -rf build diff -Nru gimp-2.6.11/desktop/Makefile.in gimp-2.6.12/desktop/Makefile.in --- gimp-2.6.11/desktop/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/desktop/Makefile.in 2012-01-31 14:25:19.000000000 +0000 @@ -235,6 +235,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -326,6 +327,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -363,7 +365,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/devel-docs/app/Makefile.in gimp-2.6.12/devel-docs/app/Makefile.in --- gimp-2.6.11/devel-docs/app/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/app/Makefile.in 2012-01-31 14:25:19.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -470,10 +471,10 @@ $(RT_LIBS) \ $(INTLLIBS) -@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @ENABLE_GTK_DOC_APP_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -484,6 +485,12 @@ # @ENABLE_GTK_DOC_APP_TRUE@GPATH = $(srcdir) @ENABLE_GTK_DOC_APP_TRUE@TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +@ENABLE_GTK_DOC_APP_TRUE@SETUP_FILES = \ +@ENABLE_GTK_DOC_APP_TRUE@ $(content_files) \ +@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MAIN_SGML_FILE) \ +@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE)-sections.txt \ +@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE)-overrides.txt + # Other files to distribute @ENABLE_GTK_DOC_APP_FALSE@EXTRA_DIST = $(DOC_MODULE)-docs.sgml \ @@ -492,15 +499,11 @@ @ENABLE_GTK_DOC_APP_FALSE@ $(DOC_MODULE).types version.in # Other files to distribute -@ENABLE_GTK_DOC_APP_TRUE@EXTRA_DIST = $(content_files) $(HTML_IMAGES) \ -@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MAIN_SGML_FILE) \ -@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE)-sections.txt \ -@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE)-overrides.txt \ +@ENABLE_GTK_DOC_APP_TRUE@EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) \ @ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE).types version.in -@ENABLE_GTK_DOC_APP_TRUE@DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ -@ENABLE_GTK_DOC_APP_TRUE@ pdf-build.stamp \ -@ENABLE_GTK_DOC_APP_TRUE@ $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ -@ENABLE_GTK_DOC_APP_TRUE@ $(srcdir)/pdf.stamp +@ENABLE_GTK_DOC_APP_TRUE@DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ +@ENABLE_GTK_DOC_APP_TRUE@ html-build.stamp pdf-build.stamp \ +@ENABLE_GTK_DOC_APP_TRUE@ tmpl.stamp sgml.stamp html.stamp pdf.stamp @ENABLE_GTK_DOC_APP_TRUE@SCANOBJ_FILES = \ @ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE).args \ @@ -728,22 +731,47 @@ @ENABLE_GTK_DOC_APP_TRUE@$(REPORT_FILES): sgml-build.stamp +#### setup #### + +@ENABLE_GTK_DOC_APP_TRUE@setup-build.stamp: +@ENABLE_GTK_DOC_APP_TRUE@ -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ +@ENABLE_GTK_DOC_APP_TRUE@ echo ' DOC Preparing build'; \ +@ENABLE_GTK_DOC_APP_TRUE@ files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ +@ENABLE_GTK_DOC_APP_TRUE@ if test "x$$files" != "x" ; then \ +@ENABLE_GTK_DOC_APP_TRUE@ for file in $$files ; do \ +@ENABLE_GTK_DOC_APP_TRUE@ test -f $(abs_srcdir)/$$file && \ +@ENABLE_GTK_DOC_APP_TRUE@ cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ +@ENABLE_GTK_DOC_APP_TRUE@ done; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ +@ENABLE_GTK_DOC_APP_TRUE@ test -d $(abs_srcdir)/tmpl && \ +@ENABLE_GTK_DOC_APP_TRUE@ { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ +@ENABLE_GTK_DOC_APP_TRUE@ chmod -R u+w $(abs_builddir)/tmpl; } \ +@ENABLE_GTK_DOC_APP_TRUE@ fi +@ENABLE_GTK_DOC_APP_TRUE@ @touch setup-build.stamp + #### scan #### @ENABLE_GTK_DOC_APP_TRUE@scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) -@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Scanning header files' -@ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir) -@ENABLE_GTK_DOC_APP_TRUE@ @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ +@ENABLE_GTK_DOC_APP_TRUE@ @echo ' DOC Scanning header files' +@ENABLE_GTK_DOC_APP_TRUE@ @_source_dir='' ; \ +@ENABLE_GTK_DOC_APP_TRUE@ for i in $(DOC_SOURCE_DIR) ; do \ @ENABLE_GTK_DOC_APP_TRUE@ _source_dir="$${_source_dir} --source-dir=$$i" ; \ -@ENABLE_GTK_DOC_APP_TRUE@ done ; \ -@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && \ -@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) -@ENABLE_GTK_DOC_APP_TRUE@ @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ -@ENABLE_GTK_DOC_APP_TRUE@ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ +@ENABLE_GTK_DOC_APP_TRUE@ done ; \ +@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) +@ENABLE_GTK_DOC_APP_TRUE@ @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ +@ENABLE_GTK_DOC_APP_TRUE@ echo " DOC Introspecting gobjects"; \ +@ENABLE_GTK_DOC_APP_TRUE@ scanobj_options=""; \ +@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ +@ENABLE_GTK_DOC_APP_TRUE@ if test "$(?)" = "0"; then \ +@ENABLE_GTK_DOC_APP_TRUE@ if test "x$(V)" = "x1"; then \ +@ENABLE_GTK_DOC_APP_TRUE@ scanobj_options="--verbose"; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ +@ENABLE_GTK_DOC_APP_TRUE@ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ +@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ @ENABLE_GTK_DOC_APP_TRUE@ else \ -@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) ; \ @ENABLE_GTK_DOC_APP_TRUE@ for i in $(SCANOBJ_FILES) ; do \ -@ENABLE_GTK_DOC_APP_TRUE@ test -f $$i || touch $$i ; \ +@ENABLE_GTK_DOC_APP_TRUE@ test -f $$i || touch $$i ; \ @ENABLE_GTK_DOC_APP_TRUE@ done \ @ENABLE_GTK_DOC_APP_TRUE@ fi @ENABLE_GTK_DOC_APP_TRUE@ @touch scan-build.stamp @@ -753,10 +781,14 @@ #### templates #### -@ENABLE_GTK_DOC_APP_TRUE@tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt -@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Rebuilding template files' -@ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir) -@ENABLE_GTK_DOC_APP_TRUE@ @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +@ENABLE_GTK_DOC_APP_TRUE@tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt +@ENABLE_GTK_DOC_APP_TRUE@ @echo ' DOC Rebuilding template files' +@ENABLE_GTK_DOC_APP_TRUE@ @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +@ENABLE_GTK_DOC_APP_TRUE@ @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ +@ENABLE_GTK_DOC_APP_TRUE@ if test -w $(abs_srcdir) ; then \ +@ENABLE_GTK_DOC_APP_TRUE@ cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi \ +@ENABLE_GTK_DOC_APP_TRUE@ fi @ENABLE_GTK_DOC_APP_TRUE@ @touch tmpl-build.stamp @ENABLE_GTK_DOC_APP_TRUE@tmpl.stamp: tmpl-build.stamp @@ -768,13 +800,13 @@ #### xml #### @ENABLE_GTK_DOC_APP_TRUE@sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) -@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Building XML' +@ENABLE_GTK_DOC_APP_TRUE@ @echo ' DOC Building XML' @ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir) -@ENABLE_GTK_DOC_APP_TRUE@ @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ +@ENABLE_GTK_DOC_APP_TRUE@ @_source_dir='' ; \ +@ENABLE_GTK_DOC_APP_TRUE@ for i in $(DOC_SOURCE_DIR) ; do \ @ENABLE_GTK_DOC_APP_TRUE@ _source_dir="$${_source_dir} --source-dir=$$i" ; \ -@ENABLE_GTK_DOC_APP_TRUE@ done ; \ -@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && \ -@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) +@ENABLE_GTK_DOC_APP_TRUE@ done ; \ +@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @ENABLE_GTK_DOC_APP_TRUE@ @touch sgml-build.stamp @ENABLE_GTK_DOC_APP_TRUE@sgml.stamp: sgml-build.stamp @@ -783,58 +815,79 @@ #### html #### @ENABLE_GTK_DOC_APP_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) -@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Building HTML' -@ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir) -@ENABLE_GTK_DOC_APP_TRUE@ @rm -rf $(srcdir)/html -@ENABLE_GTK_DOC_APP_TRUE@ @mkdir $(srcdir)/html +@ENABLE_GTK_DOC_APP_TRUE@ @echo ' DOC Building HTML' +@ENABLE_GTK_DOC_APP_TRUE@ @rm -rf html +@ENABLE_GTK_DOC_APP_TRUE@ @mkdir html @ENABLE_GTK_DOC_APP_TRUE@ @mkhtml_options=""; \ +@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ +@ENABLE_GTK_DOC_APP_TRUE@ if test "$(?)" = "0"; then \ +@ENABLE_GTK_DOC_APP_TRUE@ if test "x$(V)" = "x1"; then \ +@ENABLE_GTK_DOC_APP_TRUE@ mkhtml_options="$$mkhtml_options --verbose"; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ @ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ @ENABLE_GTK_DOC_APP_TRUE@ if test "$(?)" = "0"; then \ -@ENABLE_GTK_DOC_APP_TRUE@ mkhtml_options=--path="$(srcdir)"; \ +@ENABLE_GTK_DOC_APP_TRUE@ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ @ENABLE_GTK_DOC_APP_TRUE@ fi; \ -@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@ENABLE_GTK_DOC_APP_TRUE@ @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) -@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Fixing cross-references' -@ENABLE_GTK_DOC_APP_TRUE@ @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) +@ENABLE_GTK_DOC_APP_TRUE@ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) +@ENABLE_GTK_DOC_APP_TRUE@ -@test "x$(HTML_IMAGES)" = "x" || \ +@ENABLE_GTK_DOC_APP_TRUE@ for file in $(HTML_IMAGES) ; do \ +@ENABLE_GTK_DOC_APP_TRUE@ if test -f $(abs_srcdir)/$$file ; then \ +@ENABLE_GTK_DOC_APP_TRUE@ cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ +@ENABLE_GTK_DOC_APP_TRUE@ if test -f $(abs_builddir)/$$file ; then \ +@ENABLE_GTK_DOC_APP_TRUE@ cp $(abs_builddir)/$$file $(abs_builddir)/html; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ +@ENABLE_GTK_DOC_APP_TRUE@ done; +@ENABLE_GTK_DOC_APP_TRUE@ @echo ' DOC Fixing cross-references' +@ENABLE_GTK_DOC_APP_TRUE@ @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @ENABLE_GTK_DOC_APP_TRUE@ @touch html-build.stamp #### pdf #### @ENABLE_GTK_DOC_APP_TRUE@pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) -@ENABLE_GTK_DOC_APP_TRUE@ @echo 'gtk-doc: Building PDF' -@ENABLE_GTK_DOC_APP_TRUE@ @-chmod -R u+w $(srcdir) -@ENABLE_GTK_DOC_APP_TRUE@ @rm -rf $(srcdir)/$(DOC_MODULE).pdf -@ENABLE_GTK_DOC_APP_TRUE@ @mkpdf_imgdirs=""; \ +@ENABLE_GTK_DOC_APP_TRUE@ @echo ' DOC Building PDF' +@ENABLE_GTK_DOC_APP_TRUE@ @rm -f $(DOC_MODULE).pdf +@ENABLE_GTK_DOC_APP_TRUE@ @mkpdf_options=""; \ +@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ +@ENABLE_GTK_DOC_APP_TRUE@ if test "$(?)" = "0"; then \ +@ENABLE_GTK_DOC_APP_TRUE@ if test "x$(V)" = "x1"; then \ +@ENABLE_GTK_DOC_APP_TRUE@ mkpdf_options="$$mkpdf_options --verbose"; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi; \ @ENABLE_GTK_DOC_APP_TRUE@ if test "x$(HTML_IMAGES)" != "x"; then \ @ENABLE_GTK_DOC_APP_TRUE@ for img in $(HTML_IMAGES); do \ @ENABLE_GTK_DOC_APP_TRUE@ part=`dirname $$img`; \ -@ENABLE_GTK_DOC_APP_TRUE@ echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ +@ENABLE_GTK_DOC_APP_TRUE@ echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ @ENABLE_GTK_DOC_APP_TRUE@ if test $$? != 0; then \ -@ENABLE_GTK_DOC_APP_TRUE@ mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ +@ENABLE_GTK_DOC_APP_TRUE@ mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ @ENABLE_GTK_DOC_APP_TRUE@ fi; \ @ENABLE_GTK_DOC_APP_TRUE@ done; \ @ENABLE_GTK_DOC_APP_TRUE@ fi; \ -@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) +@ENABLE_GTK_DOC_APP_TRUE@ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @ENABLE_GTK_DOC_APP_TRUE@ @touch pdf-build.stamp ############## @ENABLE_GTK_DOC_APP_TRUE@clean-local: -@ENABLE_GTK_DOC_APP_TRUE@ rm -f *~ *.bak -@ENABLE_GTK_DOC_APP_TRUE@ rm -rf .libs +@ENABLE_GTK_DOC_APP_TRUE@ @rm -f *~ *.bak +@ENABLE_GTK_DOC_APP_TRUE@ @rm -rf .libs @ENABLE_GTK_DOC_APP_TRUE@distclean-local: -@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && \ -@ENABLE_GTK_DOC_APP_TRUE@ rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ -@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt +@ENABLE_GTK_DOC_APP_TRUE@ @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ +@ENABLE_GTK_DOC_APP_TRUE@ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt +@ENABLE_GTK_DOC_APP_TRUE@ @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ +@ENABLE_GTK_DOC_APP_TRUE@ rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ +@ENABLE_GTK_DOC_APP_TRUE@ rm -rf tmpl; \ +@ENABLE_GTK_DOC_APP_TRUE@ fi @ENABLE_GTK_DOC_APP_TRUE@maintainer-clean-local: clean -@ENABLE_GTK_DOC_APP_TRUE@ cd $(srcdir) && rm -rf xml html +@ENABLE_GTK_DOC_APP_TRUE@ @rm -rf xml html @ENABLE_GTK_DOC_APP_TRUE@install-data-local: -@ENABLE_GTK_DOC_APP_TRUE@ @installfiles=`echo $(srcdir)/html/*`; \ -@ENABLE_GTK_DOC_APP_TRUE@ if test "$$installfiles" = '$(srcdir)/html/*'; \ -@ENABLE_GTK_DOC_APP_TRUE@ then echo '-- Nothing to install' ; \ +@ENABLE_GTK_DOC_APP_TRUE@ @installfiles=`echo $(builddir)/html/*`; \ +@ENABLE_GTK_DOC_APP_TRUE@ if test "$$installfiles" = '$(builddir)/html/*'; \ +@ENABLE_GTK_DOC_APP_TRUE@ then echo 1>&2 'Nothing to install' ; \ @ENABLE_GTK_DOC_APP_TRUE@ else \ @ENABLE_GTK_DOC_APP_TRUE@ if test -n "$(DOC_MODULE_VERSION)"; then \ @ENABLE_GTK_DOC_APP_TRUE@ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -843,14 +896,12 @@ @ENABLE_GTK_DOC_APP_TRUE@ fi; \ @ENABLE_GTK_DOC_APP_TRUE@ $(mkinstalldirs) $${installdir} ; \ @ENABLE_GTK_DOC_APP_TRUE@ for i in $$installfiles; do \ -@ENABLE_GTK_DOC_APP_TRUE@ echo '-- Installing '$$i ; \ +@ENABLE_GTK_DOC_APP_TRUE@ echo ' $(INSTALL_DATA) '$$i ; \ @ENABLE_GTK_DOC_APP_TRUE@ $(INSTALL_DATA) $$i $${installdir}; \ @ENABLE_GTK_DOC_APP_TRUE@ done; \ @ENABLE_GTK_DOC_APP_TRUE@ if test -n "$(DOC_MODULE_VERSION)"; then \ @ENABLE_GTK_DOC_APP_TRUE@ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ @ENABLE_GTK_DOC_APP_TRUE@ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ -@ENABLE_GTK_DOC_APP_TRUE@ mv -f $${installdir}/$(DOC_MODULE).devhelp \ -@ENABLE_GTK_DOC_APP_TRUE@ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ @ENABLE_GTK_DOC_APP_TRUE@ fi; \ @ENABLE_GTK_DOC_APP_TRUE@ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ @ENABLE_GTK_DOC_APP_TRUE@ fi @@ -872,15 +923,15 @@ @ENABLE_GTK_DOC_APP_TRUE@@ENABLE_GTK_DOC_FALSE@ @false @ENABLE_GTK_DOC_APP_TRUE@dist-hook: dist-check-gtkdoc dist-hook-local -@ENABLE_GTK_DOC_APP_TRUE@ mkdir $(distdir)/tmpl -@ENABLE_GTK_DOC_APP_TRUE@ mkdir $(distdir)/html -@ENABLE_GTK_DOC_APP_TRUE@ -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl -@ENABLE_GTK_DOC_APP_TRUE@ cp $(srcdir)/html/* $(distdir)/html -@ENABLE_GTK_DOC_APP_TRUE@ -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ -@ENABLE_GTK_DOC_APP_TRUE@ -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ -@ENABLE_GTK_DOC_APP_TRUE@ -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ -@ENABLE_GTK_DOC_APP_TRUE@ cd $(distdir) && rm -f $(DISTCLEANFILES) -@ENABLE_GTK_DOC_APP_TRUE@ $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html +@ENABLE_GTK_DOC_APP_TRUE@ @mkdir $(distdir)/tmpl +@ENABLE_GTK_DOC_APP_TRUE@ @mkdir $(distdir)/html +@ENABLE_GTK_DOC_APP_TRUE@ @-cp ./tmpl/*.sgml $(distdir)/tmpl +@ENABLE_GTK_DOC_APP_TRUE@ @cp ./html/* $(distdir)/html +@ENABLE_GTK_DOC_APP_TRUE@ @-cp ./$(DOC_MODULE).pdf $(distdir)/ +@ENABLE_GTK_DOC_APP_TRUE@ @-cp ./$(DOC_MODULE).types $(distdir)/ +@ENABLE_GTK_DOC_APP_TRUE@ @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ +@ENABLE_GTK_DOC_APP_TRUE@ @cd $(distdir) && rm -f $(DISTCLEANFILES) +@ENABLE_GTK_DOC_APP_TRUE@ @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html @ENABLE_GTK_DOC_APP_TRUE@.PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpAspectPreview.html gimp-2.6.12/devel-docs/libgimp/html/GimpAspectPreview.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpAspectPreview.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpAspectPreview.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpAspectPreview - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,58 +41,58 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
-                                       +----GimpPreview
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
+                                       +----GimpPreview
                                              +----GimpAspectPreview
 
-
+

Implemented Interfaces

GimpAspectPreview implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "drawable"                 gpointer              : Read / Write / Construct Only
+  "drawable"                 gpointer              : Read / Write / Construct Only
 
-
+

Description

A widget providing a preview with fixed aspect ratio.

-
+

Details

-
+

GimpAspectPreview

typedef struct _GimpAspectPreview GimpAspectPreview;


-
+

gimp_aspect_preview_new ()

-
GtkWidget *         gimp_aspect_preview_new             (GimpDrawable *drawable,
-                                                         gboolean *toggle);
+
GtkWidget *         gimp_aspect_preview_new             (GimpDrawable *drawable,
+                                                         gboolean *toggle);

Creates a new GimpAspectPreview widget for drawable. See also gimp_drawable_preview_new(). @@ -113,24 +113,18 @@

toggle :

-unused - - - -

Returns :

- - +unused

Since GIMP 2.2

-
+

Property Details

-
+

The "drawable" property

-
  "drawable"                 gpointer              : Read / Write / Construct Only
+
  "drawable"                 gpointer              : Read / Write / Construct Only

Since GIMP 2.4

@@ -138,6 +132,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpBrushSelectButton.html gimp-2.6.12/devel-docs/libgimp/html/GimpBrushSelectButton.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpBrushSelectButton.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpBrushSelectButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpBrushSelectButton - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,84 +43,84 @@
-
+

Synopsis

                    GimpBrushSelectButton;
-GtkWidget *         gimp_brush_select_button_new        (const gchar *title,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+GtkWidget *         gimp_brush_select_button_new        (const gchar *title,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);
-const  gchar *      gimp_brush_select_button_get_brush  (GimpBrushSelectButton *button,
-                                                         gdouble *opacity,
-                                                         gint *spacing,
+const  gchar *      gimp_brush_select_button_get_brush  (GimpBrushSelectButton *button,
+                                                         gdouble *opacity,
+                                                         gint *spacing,
                                                          GimpLayerModeEffects *paint_mode);
 void                gimp_brush_select_button_set_brush  (GimpBrushSelectButton *button,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkHBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkHBox
                                        +----GimpSelectButton
                                              +----GimpBrushSelectButton
 
-
+

Implemented Interfaces

GimpBrushSelectButton implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "brush-name"               gchar*                : Read / Write
-  "brush-opacity"            gdouble               : Read / Write
-  "brush-paint-mode"         gint                  : Read / Write
-  "brush-spacing"            gint                  : Read / Write
-  "title"                    gchar*                : Read / Write / Construct Only
+  "brush-name"               gchar*                : Read / Write
+  "brush-opacity"            gdouble               : Read / Write
+  "brush-paint-mode"         gint                  : Read / Write
+  "brush-spacing"            gint                  : Read / Write
+  "title"                    gchar*                : Read / Write / Construct Only
 
-
+

Signals

-  "brush-set"                                      : Run First
+  "brush-set"                                      : Run First
 
-
+

Description

-
+

Details

-
+

GimpBrushSelectButton

typedef struct _GimpBrushSelectButton GimpBrushSelectButton;


-
+

gimp_brush_select_button_new ()

-
GtkWidget *         gimp_brush_select_button_new        (const gchar *title,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
GtkWidget *         gimp_brush_select_button_new        (const gchar *title,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a GimpBrush. This widget is suitable for placement in a table in a plug-in dialog.

@@ -129,46 +129,39 @@

title :

-Title of the dialog to use or NULL means to use the default - title. - +Title of the dialog to use or NULL means to use the default +title.

brush_name :

-Initial brush name or NULL to use current selection. - +Initial brush name or NULL to use current selection.

opacity :

-Initial opacity. -1 means to use current opacity. - +Initial opacity. -1 means to use current opacity.

spacing :

-Initial spacing. -1 means to use current spacing. - +Initial spacing. -1 means to use current spacing.

paint_mode :

-Initial paint mode. -1 means to use current paint mode. - +Initial paint mode. -1 means to use current paint mode.

Returns :

- A GtkWidget that you can use in your UI. - - +A GtkWidget that you can use in your UI.

Since GIMP 2.4


-
+

gimp_brush_select_button_get_brush ()

-
const  gchar *      gimp_brush_select_button_get_brush  (GimpBrushSelectButton *button,
-                                                         gdouble *opacity,
-                                                         gint *spacing,
+
const  gchar *      gimp_brush_select_button_get_brush  (GimpBrushSelectButton *button,
+                                                         gdouble *opacity,
+                                                         gint *spacing,
                                                          GimpLayerModeEffects *paint_mode);

Retrieves the properties of currently selected brush. @@ -183,36 +176,31 @@

opacity :

-Opacity of the selected brush. - +Opacity of the selected brush.

spacing :

-Spacing of the selected brush. - +Spacing of the selected brush.

paint_mode :

-Paint mode of the selected brush. - +Paint mode of the selected brush.

Returns :

- an internal copy of the brush name which must not be freed. - - +an internal copy of the brush name which must not be freed.

Since GIMP 2.4


-
+

gimp_brush_select_button_set_brush ()

void                gimp_brush_select_button_set_brush  (GimpBrushSelectButton *button,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);

Sets the current brush and other values for the brush select @@ -228,34 +216,30 @@

brush_name :

-Brush name to set; NULL means no change. - +Brush name to set; NULL means no change.

opacity :

-Opacity to set. -1.0 means no change. - +Opacity to set. -1.0 means no change.

spacing :

-Spacing to set. -1 means no change. - +Spacing to set. -1 means no change.

paint_mode :

-Paint mode to set. -1 means no change. - +Paint mode to set. -1 means no change.

Since GIMP 2.4

-
+

Property Details

-
+

The "brush-name" property

-
  "brush-name"               gchar*                : Read / Write
+
  "brush-name"               gchar*                : Read / Write

The name of the currently selected brush.

@@ -263,33 +247,33 @@

Since GIMP 2.4


-
+

The "brush-opacity" property

-
  "brush-opacity"            gdouble               : Read / Write
+
  "brush-opacity"            gdouble               : Read / Write

The opacity of the currently selected brush.

Allowed values: [-1,100]

Default value: -1


-
+

The "brush-paint-mode" property

-
  "brush-paint-mode"         gint                  : Read / Write
+
  "brush-paint-mode"         gint                  : Read / Write

The paint mode of the currently selected brush.

-

Allowed values: [-1,22]

+

Allowed values: [G_MAXULONG,22]

Default value: -1


-
+

The "brush-spacing" property

-
  "brush-spacing"            gint                  : Read / Write
+
  "brush-spacing"            gint                  : Read / Write

The spacing of the currently selected brush.

Allowed values: [-2147483647,1000]

Default value: -1


-
+

The "title" property

-
  "title"                    gchar*                : Read / Write / Construct Only
+
  "title"                    gchar*                : Read / Write / Construct Only

The title to be used for the brush selection popup dialog.

@@ -297,20 +281,20 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "brush-set" signal

void                user_function                      (GimpBrushSelectButton *widget,
-                                                        gchar                 *brush_name,
-                                                        gdouble                opacity,
-                                                        gint                   spacing,
-                                                        gint                   paint_mode,
-                                                        gint                   width,
-                                                        gint                   height,
-                                                        gpointer               mask_data,
-                                                        gboolean               dialog_closing,
-                                                        gpointer               user_data)           : Run First
+ gchar *brush_name, + gdouble opacity, + gint spacing, + gint paint_mode, + gint width, + gint height, + gpointer mask_data, + gboolean dialog_closing, + gpointer user_data) : Run First

The ::brush-set signal is emitted when the user selects a brush.

@@ -319,48 +303,39 @@

widget :

-the object which received the signal. - +the object which received the signal.

brush_name :

-the name of the currently selected brush. - +the name of the currently selected brush.

opacity :

-opacity of the brush - +opacity of the brush

spacing :

-spacing of the brush - +spacing of the brush

paint_mode :

-paint mode of the brush - +paint mode of the brush

width :

-width of the brush - +width of the brush

height :

-height of the brush - +height of the brush

mask_data :

-brush mask data - +brush mask data

dialog_closing :

-whether the dialog was closed or not. - +whether the dialog was closed or not.

user_data :

@@ -374,6 +349,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpDrawablePreview.html gimp-2.6.12/devel-docs/libgimp/html/GimpDrawablePreview.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpDrawablePreview.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpDrawablePreview.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpDrawablePreview - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,62 +41,62 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
-                                       +----GimpPreview
-                                             +----GimpScrolledPreview
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
+                                       +----GimpPreview
+                                             +----GimpScrolledPreview
                                                    +----GimpDrawablePreview
 
-
+

Implemented Interfaces

GimpDrawablePreview implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "drawable"                 gpointer              : Read / Write / Construct Only
+  "drawable"                 gpointer              : Read / Write / Construct Only
 
-
+

Description

A widget providing a preview of a GimpDrawable.

-
+

Details

-
+

GimpDrawablePreview

typedef struct _GimpDrawablePreview GimpDrawablePreview;


-
+

gimp_drawable_preview_new ()

-
GtkWidget *         gimp_drawable_preview_new           (GimpDrawable *drawable,
-                                                         gboolean *toggle);
+
GtkWidget *         gimp_drawable_preview_new           (GimpDrawable *drawable,
+                                                         gboolean *toggle);

Creates a new GimpDrawablePreview widget for drawable.

@@ -116,21 +116,18 @@

toggle :

-unused - +unused

Returns :

- A pointer to the new GimpDrawablePreview widget. - - +A pointer to the new GimpDrawablePreview widget.

Since GIMP 2.2


-
+

gimp_drawable_preview_get_drawable ()

GimpDrawable *      gimp_drawable_preview_get_drawable  (GimpDrawablePreview *preview);
@@ -138,22 +135,19 @@ - + - +

preview :

a GimpDrawablePreview widget -a GimpDrawablePreview widget

Returns :

the GimpDrawable that has been passed to - gimp_drawable_preview_new(). - -the GimpDrawable that has been passed to +gimp_drawable_preview_new().

Since GIMP 2.2


-
+

gimp_drawable_preview_draw_region ()

void                gimp_drawable_preview_draw_region   (GimpDrawablePreview *preview,
                                                          const GimpPixelRgn *region);
@@ -162,8 +156,7 @@

preview :

-a GimpDrawablePreview widget - +a GimpDrawablePreview widget

region :

@@ -175,11 +168,11 @@

Since GIMP 2.2

-
+

Property Details

-
+

The "drawable" property

-
  "drawable"                 gpointer              : Read / Write / Construct Only
+
  "drawable"                 gpointer              : Read / Write / Construct Only

Since GIMP 2.4

@@ -187,6 +180,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpFontSelectButton.html gimp-2.6.12/devel-docs/libgimp/html/GimpFontSelectButton.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpFontSelectButton.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpFontSelectButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpFontSelectButton - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,69 +43,69 @@
-
+

Synopsis

                    GimpFontSelectButton;
-GtkWidget *         gimp_font_select_button_new         (const gchar *title,
-                                                         const gchar *font_name);
-const gchar *       gimp_font_select_button_get_font    (GimpFontSelectButton *button);
+GtkWidget *         gimp_font_select_button_new         (const gchar *title,
+                                                         const gchar *font_name);
+const gchar *       gimp_font_select_button_get_font    (GimpFontSelectButton *button);
 void                gimp_font_select_button_set_font    (GimpFontSelectButton *button,
-                                                         const gchar *font_name);
+                                                         const gchar *font_name);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkHBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkHBox
                                        +----GimpSelectButton
                                              +----GimpFontSelectButton
 
-
+

Implemented Interfaces

GimpFontSelectButton implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "font-name"                gchar*                : Read / Write
-  "title"                    gchar*                : Read / Write / Construct Only
+  "font-name"                gchar*                : Read / Write
+  "title"                    gchar*                : Read / Write / Construct Only
 
-
+

Signals

-  "font-set"                                       : Run First
+  "font-set"                                       : Run First
 
-
+

Description

-
+

Details

-
+

GimpFontSelectButton

typedef struct _GimpFontSelectButton GimpFontSelectButton;


-
+

gimp_font_select_button_new ()

-
GtkWidget *         gimp_font_select_button_new         (const gchar *title,
-                                                         const gchar *font_name);
+
GtkWidget *         gimp_font_select_button_new         (const gchar *title,
+                                                         const gchar *font_name);

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a font. This widget is suitable for placement in a table in a plug-in dialog.

@@ -114,28 +114,24 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

font_name :

-Initial font name. - +Initial font name.

Returns :

- A GtkWidget that you can use in your UI. - - +A GtkWidget that you can use in your UI.

Since GIMP 2.4


-
+

gimp_font_select_button_get_font ()

-
const gchar *       gimp_font_select_button_get_font    (GimpFontSelectButton *button);
+
const gchar *       gimp_font_select_button_get_font    (GimpFontSelectButton *button);

Retrieves the name of currently selected font.

@@ -149,19 +145,17 @@

Returns :

- an internal copy of the font name which must not be freed. - - +an internal copy of the font name which must not be freed.

Since GIMP 2.4


-
+

gimp_font_select_button_set_font ()

void                gimp_font_select_button_set_font    (GimpFontSelectButton *button,
-                                                         const gchar *font_name);
+ const gchar *font_name);

Sets the current font for the font select button.

@@ -175,19 +169,18 @@

font_name :

-Font name to set; NULL means no change. - +Font name to set; NULL means no change.

Since GIMP 2.4

-
+

Property Details

-
+

The "font-name" property

-
  "font-name"                gchar*                : Read / Write
+
  "font-name"                gchar*                : Read / Write

The name of the currently selected font.

@@ -195,9 +188,9 @@

Since GIMP 2.4


-
+

The "title" property

-
  "title"                    gchar*                : Read / Write / Construct Only
+
  "title"                    gchar*                : Read / Write / Construct Only

The title to be used for the font selection popup dialog.

@@ -205,14 +198,14 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "font-set" signal

void                user_function                      (GimpFontSelectButton *widget,
-                                                        gchar                *font_name,
-                                                        gboolean              dialog_closing,
-                                                        gpointer              user_data)           : Run First
+ gchar *font_name, + gboolean dialog_closing, + gpointer user_data) : Run First

The ::font-set signal is emitted when the user selects a font.

@@ -221,18 +214,15 @@

widget :

-the object which received the signal. - +the object which received the signal.

font_name :

-the name of the currently selected font. - +the name of the currently selected font.

dialog_closing :

-whether the dialog was closed or not. - +whether the dialog was closed or not.

user_data :

@@ -246,6 +236,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpGradientSelectButton.html gimp-2.6.12/devel-docs/libgimp/html/GimpGradientSelectButton.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpGradientSelectButton.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpGradientSelectButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpGradientSelectButton - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,71 +43,71 @@
-
+

Synopsis

                    GimpGradientSelectButton;
-GtkWidget *         gimp_gradient_select_button_new     (const gchar *title,
-                                                         const gchar *gradient_name);
-const gchar *       gimp_gradient_select_button_get_gradient
+GtkWidget *         gimp_gradient_select_button_new     (const gchar *title,
+                                                         const gchar *gradient_name);
+const gchar *       gimp_gradient_select_button_get_gradient
                                                         (GimpGradientSelectButton *button);
 void                gimp_gradient_select_button_set_gradient
                                                         (GimpGradientSelectButton *button,
-                                                         const gchar *gradient_name);
+                                                         const gchar *gradient_name);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkHBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkHBox
                                        +----GimpSelectButton
                                              +----GimpGradientSelectButton
 
-
+

Implemented Interfaces

GimpGradientSelectButton implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "gradient-name"            gchar*                : Read / Write
-  "title"                    gchar*                : Read / Write / Construct Only
+  "gradient-name"            gchar*                : Read / Write
+  "title"                    gchar*                : Read / Write / Construct Only
 
-
+

Signals

-  "gradient-set"                                   : Run First
+  "gradient-set"                                   : Run First
 
-
+

Description

-
+

Details

-
+

GimpGradientSelectButton

typedef struct _GimpGradientSelectButton GimpGradientSelectButton;


-
+

gimp_gradient_select_button_new ()

-
GtkWidget *         gimp_gradient_select_button_new     (const gchar *title,
-                                                         const gchar *gradient_name);
+
GtkWidget *         gimp_gradient_select_button_new     (const gchar *title,
+                                                         const gchar *gradient_name);

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a gradient. This widget is suitable for placement in a table in a plug-in dialog.

@@ -116,28 +116,24 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

gradient_name :

-Initial gradient name. - +Initial gradient name.

Returns :

- A GtkWidget that you can use in your UI. - - +A GtkWidget that you can use in your UI.

Since GIMP 2.4


-
+

gimp_gradient_select_button_get_gradient ()

-
const gchar *       gimp_gradient_select_button_get_gradient
+
const gchar *       gimp_gradient_select_button_get_gradient
                                                         (GimpGradientSelectButton *button);

Retrieves the name of currently selected gradient. @@ -152,20 +148,18 @@

Returns :

- an internal copy of the gradient name which must not be freed. - - +an internal copy of the gradient name which must not be freed.

Since GIMP 2.4


-
+

gimp_gradient_select_button_set_gradient ()

void                gimp_gradient_select_button_set_gradient
                                                         (GimpGradientSelectButton *button,
-                                                         const gchar *gradient_name);
+ const gchar *gradient_name);

Sets the current gradient for the gradient select button.

@@ -179,19 +173,18 @@

gradient_name :

-Gradient name to set. - +Gradient name to set.

Since GIMP 2.4

-
+

Property Details

-
+

The "gradient-name" property

-
  "gradient-name"            gchar*                : Read / Write
+
  "gradient-name"            gchar*                : Read / Write

The name of the currently selected gradient.

@@ -199,9 +192,9 @@

Since GIMP 2.4


-
+

The "title" property

-
  "title"                    gchar*                : Read / Write / Construct Only
+
  "title"                    gchar*                : Read / Write / Construct Only

The title to be used for the gradient selection popup dialog.

@@ -209,16 +202,16 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "gradient-set" signal

void                user_function                      (GimpGradientSelectButton *widget,
-                                                        gchar                    *gradient_name,
-                                                        gint                      width,
-                                                        gpointer                  grad_data,
-                                                        gboolean                  dialog_closing,
-                                                        gpointer                  user_data)           : Run First
+ gchar *gradient_name, + gint width, + gpointer grad_data, + gboolean dialog_closing, + gpointer user_data) : Run First

The ::gradient-set signal is emitted when the user selects a gradient.

@@ -227,28 +220,23 @@

widget :

-the object which received the signal. - +the object which received the signal.

gradient_name :

-the name of the currently selected gradient. - +the name of the currently selected gradient.

width :

-width of the gradient - +width of the gradient

grad_data :

-gradient data - +gradient data

dialog_closing :

-whether the dialog was closed or not. - +whether the dialog was closed or not.

user_data :

@@ -262,6 +250,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpImageComboBox.html gimp-2.6.12/devel-docs/libgimp/html/GimpImageComboBox.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpImageComboBox.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpImageComboBox.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpimagecombobox - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,92 +39,72 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
-                                       +----GimpIntComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
+                                       +----GimpIntComboBox
                                              +----GimpImageComboBox
 
-
+

Implemented Interfaces

GimpImageComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

-
+

Description

A widget providing a popup menu of images.

-
+

Details

-
+

GimpImageComboBox

typedef struct _GimpImageComboBox GimpImageComboBox;


-
+

GimpImageConstraintFunc ()

-
gboolean            (*GimpImageConstraintFunc)          (gint32 image_id,
-                                                         gpointer data);
+
gboolean            (*GimpImageConstraintFunc)          (gint32 image_id,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - -

image_id :

-

data :

-

Returns :

-

-
+

gimp_image_combo_box_new ()

-
GtkWidget *         gimp_image_combo_box_new            (GimpImageConstraintFunc constraint,
-                                                         gpointer data);
+
GtkWidget *         gimp_image_combo_box_new            (GimpImageConstraintFunc constraint,
+                                                         gpointer data);

-Creates a new GimpIntComboBox filled with all currently opened +Creates a new GimpIntComboBox filled with all currently opened images. If a constraint function is specified, it is called for -each image and only if the function returns TRUE, the image is +each image and only if the function returns TRUE, the image is added to the combobox.

You should use gimp_int_combo_connect() to initialize and connect -the combo. Use gimp_int_combo_box_set_active() to get the active -image ID and gimp_int_combo_box_get_active() to retrieve the ID of +the combo. Use gimp_int_combo_box_set_active() to get the active +image ID and gimp_int_combo_box_get_active() to retrieve the ID of the selected image.

@@ -132,7 +112,7 @@ - @@ -142,9 +122,7 @@ - +

constraint :

a GimpImageConstraintFunc or NULL +a GimpImageConstraintFunc or NULL

Returns :

a new GimpIntComboBox. - -a new GimpIntComboBox.
@@ -154,6 +132,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpPaletteSelectButton.html gimp-2.6.12/devel-docs/libgimp/html/GimpPaletteSelectButton.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpPaletteSelectButton.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpPaletteSelectButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPaletteSelectButton - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,71 +43,71 @@
-
+

Synopsis

                    GimpPaletteSelectButton;
-GtkWidget *         gimp_palette_select_button_new      (const gchar *title,
-                                                         const gchar *palette_name);
-const gchar *       gimp_palette_select_button_get_palette
+GtkWidget *         gimp_palette_select_button_new      (const gchar *title,
+                                                         const gchar *palette_name);
+const gchar *       gimp_palette_select_button_get_palette
                                                         (GimpPaletteSelectButton *button);
 void                gimp_palette_select_button_set_palette
                                                         (GimpPaletteSelectButton *button,
-                                                         const gchar *palette_name);
+                                                         const gchar *palette_name);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkHBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkHBox
                                        +----GimpSelectButton
                                              +----GimpPaletteSelectButton
 
-
+

Implemented Interfaces

GimpPaletteSelectButton implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "palette-name"             gchar*                : Read / Write
-  "title"                    gchar*                : Read / Write / Construct Only
+  "palette-name"             gchar*                : Read / Write
+  "title"                    gchar*                : Read / Write / Construct Only
 
-
+

Signals

-  "palette-set"                                    : Run First
+  "palette-set"                                    : Run First
 
-
+

Description

-
+

Details

-
+

GimpPaletteSelectButton

typedef struct _GimpPaletteSelectButton GimpPaletteSelectButton;


-
+

gimp_palette_select_button_new ()

-
GtkWidget *         gimp_palette_select_button_new      (const gchar *title,
-                                                         const gchar *palette_name);
+
GtkWidget *         gimp_palette_select_button_new      (const gchar *title,
+                                                         const gchar *palette_name);

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a palette. This widget is suitable for placement in a table in a plug-in dialog.

@@ -116,28 +116,24 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

palette_name :

-Initial palette name. - +Initial palette name.

Returns :

- A GtkWidget that you can use in your UI. - - +A GtkWidget that you can use in your UI.

Since GIMP 2.4


-
+

gimp_palette_select_button_get_palette ()

-
const gchar *       gimp_palette_select_button_get_palette
+
const gchar *       gimp_palette_select_button_get_palette
                                                         (GimpPaletteSelectButton *button);

Retrieves the name of currently selected palette. @@ -152,20 +148,18 @@

Returns :

- an internal copy of the palette name which must not be freed. - - +an internal copy of the palette name which must not be freed.

Since GIMP 2.4


-
+

gimp_palette_select_button_set_palette ()

void                gimp_palette_select_button_set_palette
                                                         (GimpPaletteSelectButton *button,
-                                                         const gchar *palette_name);
+ const gchar *palette_name);

Sets the current palette for the palette select button.

@@ -179,19 +173,18 @@

palette_name :

-Palette name to set; NULL means no change. - +Palette name to set; NULL means no change.

Since GIMP 2.4

-
+

Property Details

-
+

The "palette-name" property

-
  "palette-name"             gchar*                : Read / Write
+
  "palette-name"             gchar*                : Read / Write

The name of the currently selected palette.

@@ -199,9 +192,9 @@

Since GIMP 2.4


-
+

The "title" property

-
  "title"                    gchar*                : Read / Write / Construct Only
+
  "title"                    gchar*                : Read / Write / Construct Only

The title to be used for the palette selection popup dialog.

@@ -209,14 +202,14 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "palette-set" signal

void                user_function                      (GimpPaletteSelectButton *widget,
-                                                        gchar                   *palette_name,
-                                                        gboolean                 dialog_closing,
-                                                        gpointer                 user_data)           : Run First
+ gchar *palette_name, + gboolean dialog_closing, + gpointer user_data) : Run First

The ::palette-set signal is emitted when the user selects a palette.

@@ -225,18 +218,15 @@

widget :

-the object which received the signal. - +the object which received the signal.

palette_name :

-the name of the currently selected palette. - +the name of the currently selected palette.

dialog_closing :

-whether the dialog was closed or not. - +whether the dialog was closed or not.

user_data :

@@ -250,6 +240,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpPatternSelectButton.html gimp-2.6.12/devel-docs/libgimp/html/GimpPatternSelectButton.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpPatternSelectButton.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpPatternSelectButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPatternSelectButton - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,71 +43,71 @@
-
+

Synopsis

                    GimpPatternSelectButton;
-GtkWidget *         gimp_pattern_select_button_new      (const gchar *title,
-                                                         const gchar *pattern_name);
-const gchar *       gimp_pattern_select_button_get_pattern
+GtkWidget *         gimp_pattern_select_button_new      (const gchar *title,
+                                                         const gchar *pattern_name);
+const gchar *       gimp_pattern_select_button_get_pattern
                                                         (GimpPatternSelectButton *button);
 void                gimp_pattern_select_button_set_pattern
                                                         (GimpPatternSelectButton *button,
-                                                         const gchar *pattern_name);
+                                                         const gchar *pattern_name);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkHBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkHBox
                                        +----GimpSelectButton
                                              +----GimpPatternSelectButton
 
-
+

Implemented Interfaces

GimpPatternSelectButton implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "pattern-name"             gchar*                : Read / Write
-  "title"                    gchar*                : Read / Write / Construct Only
+  "pattern-name"             gchar*                : Read / Write
+  "title"                    gchar*                : Read / Write / Construct Only
 
-
+

Signals

-  "pattern-set"                                    : Run First
+  "pattern-set"                                    : Run First
 
-
+

Description

-
+

Details

-
+

GimpPatternSelectButton

typedef struct _GimpPatternSelectButton GimpPatternSelectButton;


-
+

gimp_pattern_select_button_new ()

-
GtkWidget *         gimp_pattern_select_button_new      (const gchar *title,
-                                                         const gchar *pattern_name);
+
GtkWidget *         gimp_pattern_select_button_new      (const gchar *title,
+                                                         const gchar *pattern_name);

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a pattern. This widget is suitable for placement in a table in a plug-in dialog.

@@ -116,28 +116,24 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

pattern_name :

-Initial pattern name or NULL to use current selection. - +Initial pattern name or NULL to use current selection.

Returns :

- A GtkWidget that you can use in your UI. - - +A GtkWidget that you can use in your UI.

Since GIMP 2.4


-
+

gimp_pattern_select_button_get_pattern ()

-
const gchar *       gimp_pattern_select_button_get_pattern
+
const gchar *       gimp_pattern_select_button_get_pattern
                                                         (GimpPatternSelectButton *button);

Retrieves the name of currently selected pattern. @@ -152,20 +148,18 @@

Returns :

- an internal copy of the pattern name which must not be freed. - - +an internal copy of the pattern name which must not be freed.

Since GIMP 2.4


-
+

gimp_pattern_select_button_set_pattern ()

void                gimp_pattern_select_button_set_pattern
                                                         (GimpPatternSelectButton *button,
-                                                         const gchar *pattern_name);
+ const gchar *pattern_name);

Sets the current pattern for the pattern select button.

@@ -179,19 +173,18 @@

pattern_name :

-Pattern name to set; NULL means no change. - +Pattern name to set; NULL means no change.

Since GIMP 2.4

-
+

Property Details

-
+

The "pattern-name" property

-
  "pattern-name"             gchar*                : Read / Write
+
  "pattern-name"             gchar*                : Read / Write

The name of the currently selected pattern.

@@ -199,9 +192,9 @@

Since GIMP 2.4


-
+

The "title" property

-
  "title"                    gchar*                : Read / Write / Construct Only
+
  "title"                    gchar*                : Read / Write / Construct Only

The title to be used for the pattern selection popup dialog.

@@ -209,18 +202,18 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "pattern-set" signal

void                user_function                      (GimpPatternSelectButton *widget,
-                                                        gchar                   *pattern_name,
-                                                        gint                     width,
-                                                        gint                     height,
-                                                        gint                     bpp,
-                                                        gpointer                 mask_data,
-                                                        gboolean                 dialog_closing,
-                                                        gpointer                 user_data)           : Run First
+ gchar *pattern_name, + gint width, + gint height, + gint bpp, + gpointer mask_data, + gboolean dialog_closing, + gpointer user_data) : Run First

The ::pattern-set signal is emitted when the user selects a pattern.

@@ -229,38 +222,31 @@

widget :

-the object which received the signal. - +the object which received the signal.

pattern_name :

-the name of the currently selected pattern. - +the name of the currently selected pattern.

width :

-width of the pattern - +width of the pattern

height :

-height of the pattern - +height of the pattern

bpp :

-bpp of the pattern - +bpp of the pattern

mask_data :

-pattern mask data - +pattern mask data

dialog_closing :

-whether the dialog was closed or not. - +whether the dialog was closed or not.

user_data :

@@ -274,6 +260,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpProcBrowserDialog.html gimp-2.6.12/devel-docs/libgimp/html/GimpProcBrowserDialog.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpProcBrowserDialog.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpProcBrowserDialog.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpProcBrowserDialog - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,66 +41,66 @@
-
+

Synopsis

                    GimpProcBrowserDialog;
-GtkWidget *         gimp_proc_browser_dialog_new        (const gchar *title,
-                                                         const gchar *role,
-                                                         GimpHelpFunc help_func,
-                                                         const gchar *help_id,
+GtkWidget *         gimp_proc_browser_dialog_new        (const gchar *title,
+                                                         const gchar *role,
+                                                         GimpHelpFunc help_func,
+                                                         const gchar *help_id,
                                                          ...);
-gchar *             gimp_proc_browser_dialog_get_selected
+gchar *             gimp_proc_browser_dialog_get_selected
                                                         (GimpProcBrowserDialog *dialog);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkWindow
-                                       +----GtkDialog
-                                             +----GimpDialog
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkWindow
+                                       +----GtkDialog
+                                             +----GimpDialog
                                                    +----GimpProcBrowserDialog
 
-
+

Implemented Interfaces

GimpProcBrowserDialog implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Signals

-  "row-activated"                                  : Run Last
-  "selection-changed"                              : Run Last
+  "row-activated"                                  : Run Last
+  "selection-changed"                              : Run Last
 
-
+

Description

-
+

Details

-
+

GimpProcBrowserDialog

typedef struct _GimpProcBrowserDialog GimpProcBrowserDialog;


-
+

gimp_proc_browser_dialog_new ()

-
GtkWidget *         gimp_proc_browser_dialog_new        (const gchar *title,
-                                                         const gchar *role,
-                                                         GimpHelpFunc help_func,
-                                                         const gchar *help_id,
+
GtkWidget *         gimp_proc_browser_dialog_new        (const gchar *title,
+                                                         const gchar *role,
+                                                         GimpHelpFunc help_func,
+                                                         const gchar *help_id,
                                                          ...);

Create a new GimpProcBrowserDialog. @@ -110,43 +110,36 @@

title :

-The dialog's title. - +The dialog's title.

role :

-The dialog's role, see gtk_window_set_role(). - +The dialog's role, see gtk_window_set_role().

help_func :

-The function which will be called if the user presses "F1". - +The function which will be called if the user presses "F1".

help_id :

-The help_id which will be passed to help_func. - +The help_id which will be passed to help_func.

... :

-A NULL-terminated list destribing the action_area buttons. - +A NULL-terminated list destribing the action_area buttons.

Returns :

- a newly created GimpProcBrowserDialog. - - +a newly created GimpProcBrowserDialog.

Since GIMP 2.4


-
+

gimp_proc_browser_dialog_get_selected ()

-
gchar *             gimp_proc_browser_dialog_get_selected
+
gchar *             gimp_proc_browser_dialog_get_selected
                                                         (GimpProcBrowserDialog *dialog);

Retrieves the name of the currently selected procedure. @@ -161,32 +154,29 @@

Returns :

- The name of the selected procedure of NULL if no - procedure is selected. - - +The name of the selected procedure of NULL if no +procedure is selected.

Since GIMP 2.4

-
+

Signal Details

-
+

The "row-activated" signal

void                user_function                      (GimpProcBrowserDialog *dialog,
-                                                        gpointer               user_data)      : Run Last
+ gpointer user_data) : Run Last

-Emitted when one of the rows in the contained GtkTreeView is activated. +Emitted when one of the rows in the contained GtkTreeView is activated.

- + @@ -196,20 +186,19 @@

dialog :

the object that received the signal -the object that received the signal

user_data :


-
+

The "selection-changed" signal

void                user_function                      (GimpProcBrowserDialog *dialog,
-                                                        gpointer               user_data)      : Run Last
+ gpointer user_data) : Run Last

-Emitted when the selection in the contained GtkTreeView changes. +Emitted when the selection in the contained GtkTreeView changes.

- + @@ -222,6 +211,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpProgressBar.html gimp-2.6.12/devel-docs/libgimp/html/GimpProgressBar.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpProgressBar.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpProgressBar.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpProgressBar - + - + @@ -30,7 +30,7 @@ Implemented Interfaces

dialog :

the object that received the signal -the object that received the signal

user_data :

-
+
@@ -39,49 +39,49 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkProgress
-                           +----GtkProgressBar
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkProgress
+                           +----GtkProgressBar
                                  +----GimpProgressBar
 
-
+

Implemented Interfaces

GimpProgressBar implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Description

A widget providing a progress bar that automatically redirects any progress calls to itself.

-
+

Details

-
+

GimpProgressBar

typedef struct _GimpProgressBar GimpProgressBar;


-
+

gimp_progress_bar_new ()

-
GtkWidget *         gimp_progress_bar_new               (void);
+
GtkWidget *         gimp_progress_bar_new               (void);

Creates a new GimpProgressBar widget.

@@ -89,9 +89,7 @@

Returns :

- the new widget. - - +the new widget.

Since GIMP 2.2

@@ -100,6 +98,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpSelectButton.html gimp-2.6.12/devel-docs/libgimp/html/GimpSelectButton.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpSelectButton.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpSelectButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpSelectButton - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,22 +39,22 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkHBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkHBox
                                        +----GimpSelectButton
                                              +----GimpBrushSelectButton
                                              +----GimpFontSelectButton
@@ -63,27 +63,27 @@
                                              +----GimpPatternSelectButton
 
-
+

Implemented Interfaces

GimpSelectButton implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Description

-
+

Details

-
+

GimpSelectButton

typedef struct _GimpSelectButton GimpSelectButton;


-
+

gimp_select_button_close_popup ()

void                gimp_select_button_close_popup      (GimpSelectButton *button);

@@ -103,6 +103,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/GimpZoomPreview.html gimp-2.6.12/devel-docs/libgimp/html/GimpZoomPreview.html --- gimp-2.6.11/devel-docs/libgimp/html/GimpZoomPreview.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/GimpZoomPreview.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpZoomPreview - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,91 +41,84 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
-                                       +----GimpPreview
-                                             +----GimpScrolledPreview
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
+                                       +----GimpPreview
+                                             +----GimpScrolledPreview
                                                    +----GimpZoomPreview
 
-
+

Implemented Interfaces

GimpZoomPreview implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "drawable"                 gpointer              : Read / Write / Construct Only
-  "model"                    GimpZoomModel*        : Read / Write / Construct Only
+  "drawable"                 gpointer              : Read / Write / Construct Only
+  "model"                    GimpZoomModel*        : Read / Write / Construct Only
 
-
+

Description

-
+

Details

-
+

GimpZoomPreview

typedef struct _GimpZoomPreview GimpZoomPreview;


-
+

gimp_zoom_preview_new ()

-
GtkWidget *         gimp_zoom_preview_new               (GimpDrawable *drawable);
+
GtkWidget *         gimp_zoom_preview_new               (GimpDrawable *drawable);

Creates a new GimpZoomPreview widget for drawable.

- - + - - - - - - +

drawable :

a GimpDrawable

Returns :

-

Since GIMP 2.4


-
+

gimp_zoom_preview_new_with_model ()

-
GtkWidget *         gimp_zoom_preview_new_with_model    (GimpDrawable *drawable,
-                                                         GimpZoomModel *model);
+
GtkWidget *         gimp_zoom_preview_new_with_model    (GimpDrawable *drawable,
+                                                         GimpZoomModel *model);

Creates a new GimpZoomPreview widget for drawable using the given model. @@ -146,12 +139,7 @@

model :

-a GimpZoomModel - - - -

Returns :

- +a GimpZoomModel @@ -159,12 +147,12 @@

Since GIMP 2.4


-
+

gimp_zoom_preview_get_source ()

-
guchar *            gimp_zoom_preview_get_source        (GimpZoomPreview *preview,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp);
+
guchar *            gimp_zoom_preview_get_source        (GimpZoomPreview *preview,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp);

Returns the scaled image data of the part of the drawable the GimpZoomPreview is currently showing, as a newly allocated array of guchar. @@ -176,39 +164,33 @@

preview :

-a GimpZoomPreview widget - +a GimpZoomPreview widget

width :

a pointer to an int where the current width of the zoom widget - will be put. - +will be put.

height :

a pointer to an int where the current width of the zoom widget - will be put. - +will be put.

bpp :

-return location for the number of bytes per pixel - +return location for the number of bytes per pixel

Returns :

- newly allocated data that should be released using g_free() - when it is not any longer needed - - +newly allocated data that should be released using g_free() +when it is not any longer needed

Since GIMP 2.4


-
+

gimp_zoom_preview_get_drawable ()

GimpDrawable *      gimp_zoom_preview_get_drawable      (GimpZoomPreview *preview);

@@ -219,23 +201,20 @@

preview :

-a GimpZoomPreview widget - +a GimpZoomPreview widget

Returns :

- the GimpDrawable that was passed to gimp_zoom_preview_new(). - - +the GimpDrawable that was passed to gimp_zoom_preview_new().

Since GIMP 2.4


-
+

gimp_zoom_preview_get_factor ()

-
gdouble             gimp_zoom_preview_get_factor        (GimpZoomPreview *preview);
+
gdouble             gimp_zoom_preview_get_factor        (GimpZoomPreview *preview);

Returns the zoom factor the preview is currently using.

@@ -244,38 +223,33 @@

preview :

-a GimpZoomPreview widget - +a GimpZoomPreview widget

Returns :

- the current zoom factor - - +the current zoom factor

Since GIMP 2.4


-
+

gimp_zoom_preview_get_model ()

-
GimpZoomModel *     gimp_zoom_preview_get_model         (GimpZoomPreview *preview);
+
GimpZoomModel *     gimp_zoom_preview_get_model         (GimpZoomPreview *preview);

-Returns the GimpZoomModel the preview is using. +Returns the GimpZoomModel the preview is using.

- + - @@ -283,22 +257,22 @@

Since GIMP 2.4

-
+

Property Details

-
+

The "drawable" property

-
  "drawable"                 gpointer              : Read / Write / Construct Only
+
  "drawable"                 gpointer              : Read / Write / Construct Only

The drawable the GimpZoomPreview is attached to.

Since GIMP 2.4


-
+

The "model" property

-
  "model"                    GimpZoomModel*        : Read / Write / Construct Only
+
  "model"                    GimpZoomModel*        : Read / Write / Construct Only

-The GimpZoomModel used by this GimpZoomPreview. +The GimpZoomModel used by this GimpZoomPreview.

Since GIMP 2.4

@@ -306,6 +280,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/index.html gimp-2.6.12/devel-docs/libgimp/html/index.html --- gimp-2.6.11/devel-docs/libgimp/html/index.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/index.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,19 +3,19 @@ GIMP Library Reference Manual - + - + -
+

preview :

a GimpZoomPreview widget -a GimpZoomPreview widget

Returns :

a pointer to the GimpZoomModel owned by the preview - +a pointer to the GimpZoomModel owned by the preview

- for GIMP 2.6.10 + for GIMP 2.6.12

@@ -265,6 +265,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-data.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-data.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-data.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-data.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Data Objects - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Data Objects

@@ -54,6 +54,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp.devhelp gimp-2.6.12/devel-docs/libgimp/html/libgimp.devhelp --- gimp-2.6.11/devel-docs/libgimp/html/libgimp.devhelp 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp.devhelp 1970-01-01 00:00:00.000000000 +0000 @@ -1,944 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp.devhelp2 gimp-2.6.12/devel-docs/libgimp/html/libgimp.devhelp2 --- gimp-2.6.11/devel-docs/libgimp/html/libgimp.devhelp2 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp.devhelp2 2012-01-31 14:34:30.000000000 +0000 @@ -224,7 +224,7 @@ - + diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-general.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-general.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-general.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-general.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Functions not Related to Specific Images - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Functions not Related to Specific Images

@@ -58,6 +58,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbrushes.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbrushes.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbrushes.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbrushes.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpbrushes - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,42 +35,42 @@
-
+

Synopsis

-
gboolean            gimp_brushes_refresh                (void);
-gchar**             gimp_brushes_get_list               (const gchar *filter,
-                                                         gint *num_brushes);
-gchar*              gimp_brushes_get_brush              (gint *width,
-                                                         gint *height,
-                                                         gint *spacing);
-gboolean            gimp_brushes_set_brush              (const gchar *name);
-gdouble             gimp_brushes_get_opacity            (void);
-gboolean            gimp_brushes_set_opacity            (gdouble opacity);
-GimpLayerModeEffects  gimp_brushes_get_paint_mode       (void);
-gboolean            gimp_brushes_set_paint_mode         (GimpLayerModeEffects paint_mode);
-gint                gimp_brushes_get_spacing            (void);
-gboolean            gimp_brushes_set_spacing            (gint spacing);
-gchar*              gimp_brushes_get_brush_data         (const gchar *name,
-                                                         gdouble *opacity,
-                                                         gint *spacing,
+
gboolean            gimp_brushes_refresh                (void);
+gchar **            gimp_brushes_get_list               (const gchar *filter,
+                                                         gint *num_brushes);
+gchar *             gimp_brushes_get_brush              (gint *width,
+                                                         gint *height,
+                                                         gint *spacing);
+gboolean            gimp_brushes_set_brush              (const gchar *name);
+gdouble             gimp_brushes_get_opacity            (void);
+gboolean            gimp_brushes_set_opacity            (gdouble opacity);
+GimpLayerModeEffects gimp_brushes_get_paint_mode        (void);
+gboolean            gimp_brushes_set_paint_mode         (GimpLayerModeEffects paint_mode);
+gint                gimp_brushes_get_spacing            (void);
+gboolean            gimp_brushes_set_spacing            (gint spacing);
+gchar *             gimp_brushes_get_brush_data         (const gchar *name,
+                                                         gdouble *opacity,
+                                                         gint *spacing,
                                                          GimpLayerModeEffects *paint_mode,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *length,
-                                                         guint8 **mask_data);
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *length,
+                                                         guint8 **mask_data);
 
-
+

Description

Functions related to getting and setting brushes.

-
+

Details

-
+

gimp_brushes_refresh ()

-
gboolean            gimp_brushes_refresh                (void);
+
gboolean            gimp_brushes_refresh                (void);

Refresh current brushes. This function always succeeds.

@@ -82,16 +82,15 @@

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_brushes_get_list ()

-
gchar**             gimp_brushes_get_list               (const gchar *filter,
-                                                         gint *num_brushes);
+
gchar **            gimp_brushes_get_list               (const gchar *filter,
+                                                         gint *num_brushes);

Retrieve a complete listing of the available brushes.

@@ -105,29 +104,26 @@

filter :

-An optional regular expression used to filter the list. - +An optional regular expression used to filter the list.

num_brushes :

-The number of brushes in the brush list. - +The number of brushes in the brush list.

Returns :

- The list of brush names. - +The list of brush names.

-
+

gimp_brushes_get_brush ()

-
gchar*              gimp_brushes_get_brush              (gint *width,
-                                                         gint *height,
-                                                         gint *spacing);
-
+
gchar *             gimp_brushes_get_brush              (gint *width,
+                                                         gint *height,
+                                                         gint *spacing);
+

Warning

gimp_brushes_get_brush is deprecated and should not be used in newly-written code.

@@ -139,32 +135,28 @@

width :

-The brush width. - +The brush width.

height :

-The brush height. - +The brush height.

spacing :

-The brush spacing. - +The brush spacing.

Returns :

- The brush name. - +The brush name.

-
+

gimp_brushes_set_brush ()

-
gboolean            gimp_brushes_set_brush              (const gchar *name);
-
+
gboolean            gimp_brushes_set_brush              (const gchar *name);
+

Warning

gimp_brushes_set_brush is deprecated and should not be used in newly-written code.

@@ -176,22 +168,20 @@

name :

-The brush name. - +The brush name.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_brushes_get_opacity ()

-
gdouble             gimp_brushes_get_opacity            (void);
-
+
gdouble             gimp_brushes_get_opacity            (void);
+

Warning

gimp_brushes_get_opacity is deprecated and should not be used in newly-written code.

@@ -202,16 +192,15 @@

Returns :

- The brush opacity. - +The brush opacity.

-
+

gimp_brushes_set_opacity ()

-
gboolean            gimp_brushes_set_opacity            (gdouble opacity);
-
+
gboolean            gimp_brushes_set_opacity            (gdouble opacity);
+

Warning

gimp_brushes_set_opacity is deprecated and should not be used in newly-written code.

@@ -223,22 +212,20 @@

opacity :

-The brush opacity. - +The brush opacity.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_brushes_get_paint_mode ()

-
GimpLayerModeEffects  gimp_brushes_get_paint_mode       (void);
-
+
GimpLayerModeEffects gimp_brushes_get_paint_mode        (void);
+

Warning

gimp_brushes_get_paint_mode is deprecated and should not be used in newly-written code.

@@ -249,16 +236,15 @@

Returns :

- The paint mode. - +The paint mode.

-
+

gimp_brushes_set_paint_mode ()

-
gboolean            gimp_brushes_set_paint_mode         (GimpLayerModeEffects paint_mode);
-
+
gboolean            gimp_brushes_set_paint_mode         (GimpLayerModeEffects paint_mode);
+

Warning

gimp_brushes_set_paint_mode is deprecated and should not be used in newly-written code.

@@ -270,22 +256,20 @@

paint_mode :

-The paint mode. - +The paint mode.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_brushes_get_spacing ()

-
gint                gimp_brushes_get_spacing            (void);
-
+
gint                gimp_brushes_get_spacing            (void);
+

Warning

gimp_brushes_get_spacing is deprecated and should not be used in newly-written code.

@@ -296,16 +280,15 @@

Returns :

- The brush spacing. - +The brush spacing.

-
+

gimp_brushes_set_spacing ()

-
gboolean            gimp_brushes_set_spacing            (gint spacing);
-
+
gboolean            gimp_brushes_set_spacing            (gint spacing);
+

Warning

gimp_brushes_set_spacing is deprecated and should not be used in newly-written code.

@@ -317,29 +300,27 @@

spacing :

-The brush spacing. - +The brush spacing.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_brushes_get_brush_data ()

-
gchar*              gimp_brushes_get_brush_data         (const gchar *name,
-                                                         gdouble *opacity,
-                                                         gint *spacing,
+
gchar *             gimp_brushes_get_brush_data         (const gchar *name,
+                                                         gdouble *opacity,
+                                                         gint *spacing,
                                                          GimpLayerModeEffects *paint_mode,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *length,
-                                                         guint8 **mask_data);
-
+ gint *width, + gint *height, + gint *length, + guint8 **mask_data);
+

Warning

gimp_brushes_get_brush_data is deprecated and should not be used in newly-written code.

@@ -351,48 +332,39 @@

name :

-The brush name (\"\" means current active brush). - +The brush name (\"\" means current active brush).

opacity :

-The brush opacity. - +The brush opacity.

spacing :

-The brush spacing. - +The brush spacing.

paint_mode :

-The paint mode. - +The paint mode.

width :

-The brush width. - +The brush width.

height :

-The brush height. - +The brush height.

length :

-Length of brush mask data. - +Length of brush mask data.

mask_data :

-The brush mask data. - +The brush mask data.

Returns :

- The brush name. - +The brush name.
@@ -401,6 +373,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbrush.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbrush.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbrush.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbrush.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpbrush - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,64 +35,64 @@
-
+

Synopsis

-
gchar*              gimp_brush_new                      (const gchar *name);
-gchar*              gimp_brush_duplicate                (const gchar *name);
-gchar*              gimp_brush_rename                   (const gchar *name,
-                                                         const gchar *new_name);
-gboolean            gimp_brush_delete                   (const gchar *name);
-gboolean            gimp_brush_get_info                 (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *mask_bpp,
-                                                         gint *color_bpp);
-gboolean            gimp_brush_get_pixels               (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *mask_bpp,
-                                                         gint *num_mask_bytes,
-                                                         guint8 **mask_bytes,
-                                                         gint *color_bpp,
-                                                         gint *num_color_bytes,
-                                                         guint8 **color_bytes);
-gboolean            gimp_brush_get_spacing              (const gchar *name,
-                                                         gint *spacing);
-gboolean            gimp_brush_set_spacing              (const gchar *name,
-                                                         gint spacing);
-GimpBrushGeneratedShape  gimp_brush_get_shape           (const gchar *name);
-GimpBrushGeneratedShape  gimp_brush_set_shape           (const gchar *name,
+
gchar *             gimp_brush_new                      (const gchar *name);
+gchar *             gimp_brush_duplicate                (const gchar *name);
+gchar *             gimp_brush_rename                   (const gchar *name,
+                                                         const gchar *new_name);
+gboolean            gimp_brush_delete                   (const gchar *name);
+gboolean            gimp_brush_get_info                 (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *mask_bpp,
+                                                         gint *color_bpp);
+gboolean            gimp_brush_get_pixels               (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *mask_bpp,
+                                                         gint *num_mask_bytes,
+                                                         guint8 **mask_bytes,
+                                                         gint *color_bpp,
+                                                         gint *num_color_bytes,
+                                                         guint8 **color_bytes);
+gboolean            gimp_brush_get_spacing              (const gchar *name,
+                                                         gint *spacing);
+gboolean            gimp_brush_set_spacing              (const gchar *name,
+                                                         gint spacing);
+GimpBrushGeneratedShape gimp_brush_get_shape            (const gchar *name);
+GimpBrushGeneratedShape gimp_brush_set_shape            (const gchar *name,
                                                          GimpBrushGeneratedShape shape_in);
-gint                gimp_brush_get_spikes               (const gchar *name);
-gint                gimp_brush_set_spikes               (const gchar *name,
-                                                         gint spikes_in);
-gdouble             gimp_brush_get_angle                (const gchar *name);
-gdouble             gimp_brush_set_angle                (const gchar *name,
-                                                         gdouble angle_in);
-gdouble             gimp_brush_get_radius               (const gchar *name);
-gdouble             gimp_brush_set_radius               (const gchar *name,
-                                                         gdouble radius_in);
-gdouble             gimp_brush_get_aspect_ratio         (const gchar *name);
-gdouble             gimp_brush_set_aspect_ratio         (const gchar *name,
-                                                         gdouble aspect_ratio_in);
-gdouble             gimp_brush_get_hardness             (const gchar *name);
-gdouble             gimp_brush_set_hardness             (const gchar *name,
-                                                         gdouble hardness_in);
-gboolean            gimp_brush_is_generated             (const gchar *name);
-gboolean            gimp_brush_is_editable              (const gchar *name);
+gint                gimp_brush_get_spikes               (const gchar *name);
+gint                gimp_brush_set_spikes               (const gchar *name,
+                                                         gint spikes_in);
+gdouble             gimp_brush_get_angle                (const gchar *name);
+gdouble             gimp_brush_set_angle                (const gchar *name,
+                                                         gdouble angle_in);
+gdouble             gimp_brush_get_radius               (const gchar *name);
+gdouble             gimp_brush_set_radius               (const gchar *name,
+                                                         gdouble radius_in);
+gdouble             gimp_brush_get_aspect_ratio         (const gchar *name);
+gdouble             gimp_brush_set_aspect_ratio         (const gchar *name,
+                                                         gdouble aspect_ratio_in);
+gdouble             gimp_brush_get_hardness             (const gchar *name);
+gdouble             gimp_brush_set_hardness             (const gchar *name,
+                                                         gdouble hardness_in);
+gboolean            gimp_brush_is_generated             (const gchar *name);
+gboolean            gimp_brush_is_editable              (const gchar *name);
 
-
+

Description

Functions operating on a single brush.

-
+

Details

-
+

gimp_brush_new ()

-
gchar*              gimp_brush_new                      (const gchar *name);
+
gchar *             gimp_brush_new                      (const gchar *name);

Creates a new brush

@@ -104,23 +104,20 @@

name :

-The requested name of the new brush. - +The requested name of the new brush.

Returns :

- The actual new brush name. - - +The actual new brush name.

Since GIMP 2.2


-
+

gimp_brush_duplicate ()

-
gchar*              gimp_brush_duplicate                (const gchar *name);
+
gchar *             gimp_brush_duplicate                (const gchar *name);

Duplicates a brush

@@ -132,24 +129,21 @@

name :

-The brush name. - +The brush name.

Returns :

- The name of the brush's copy. - - +The name of the brush's copy.

Since GIMP 2.2


-
+

gimp_brush_rename ()

-
gchar*              gimp_brush_rename                   (const gchar *name,
-                                                         const gchar *new_name);
+
gchar *             gimp_brush_rename                   (const gchar *name,
+                                                         const gchar *new_name);

Rename a brush

@@ -161,28 +155,24 @@

name :

-The brush name. - +The brush name.

new_name :

-The new name of the brush. - +The new name of the brush.

Returns :

- The actual new name of the brush. - - +The actual new name of the brush.

Since GIMP 2.2


-
+

gimp_brush_delete ()

-
gboolean            gimp_brush_delete                   (const gchar *name);
+
gboolean            gimp_brush_delete                   (const gchar *name);

Deletes a brush

@@ -194,27 +184,24 @@

name :

-The brush name. - +The brush name.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_brush_get_info ()

-
gboolean            gimp_brush_get_info                 (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *mask_bpp,
-                                                         gint *color_bpp);
+
gboolean            gimp_brush_get_info                 (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *mask_bpp,
+                                                         gint *color_bpp);

Retrieve information about the specified brush.

@@ -227,51 +214,44 @@

name :

-The brush name. - +The brush name.

width :

-The brush width. - +The brush width.

height :

-The brush height. - +The brush height.

mask_bpp :

-The brush mask bpp. - +The brush mask bpp.

color_bpp :

-The brush color bpp. - +The brush color bpp.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_brush_get_pixels ()

-
gboolean            gimp_brush_get_pixels               (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *mask_bpp,
-                                                         gint *num_mask_bytes,
-                                                         guint8 **mask_bytes,
-                                                         gint *color_bpp,
-                                                         gint *num_color_bytes,
-                                                         guint8 **color_bytes);
+
gboolean            gimp_brush_get_pixels               (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *mask_bpp,
+                                                         gint *num_mask_bytes,
+                                                         guint8 **mask_bytes,
+                                                         gint *color_bpp,
+                                                         gint *num_color_bytes,
+                                                         guint8 **color_bytes);

Retrieve information about the specified brush.

@@ -284,64 +264,53 @@

name :

-The brush name. - +The brush name.

width :

-The brush width. - +The brush width.

height :

-The brush height. - +The brush height.

mask_bpp :

-The brush mask bpp. - +The brush mask bpp.

num_mask_bytes :

-Length of brush mask data. - +Length of brush mask data.

mask_bytes :

-The brush mask data. - +The brush mask data.

color_bpp :

-The brush color bpp. - +The brush color bpp.

num_color_bytes :

-Length of brush color data. - +Length of brush color data.

color_bytes :

-The brush color data. - +The brush color data.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_brush_get_spacing ()

-
gboolean            gimp_brush_get_spacing              (const gchar *name,
-                                                         gint *spacing);
+
gboolean            gimp_brush_get_spacing              (const gchar *name,
+                                                         gint *spacing);

Get the brush spacing.

@@ -355,29 +324,25 @@

name :

-The brush name. - +The brush name.

spacing :

-The brush spacing. - +The brush spacing.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_brush_set_spacing ()

-
gboolean            gimp_brush_set_spacing              (const gchar *name,
-                                                         gint spacing);
+
gboolean            gimp_brush_set_spacing              (const gchar *name,
+                                                         gint spacing);

Set the brush spacing.

@@ -390,28 +355,24 @@

name :

-The brush name. - +The brush name.

spacing :

-The brush spacing. - +The brush spacing.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_brush_get_shape ()

-
GimpBrushGeneratedShape  gimp_brush_get_shape           (const gchar *name);
+
GimpBrushGeneratedShape gimp_brush_get_shape            (const gchar *name);

Get the shape of a generated brush.

@@ -428,23 +389,20 @@

name :

-The brush name. - +The brush name.

Returns :

- The brush shape. - - +The brush shape.

Since GIMP 2.4


-
+

gimp_brush_set_shape ()

-
GimpBrushGeneratedShape  gimp_brush_set_shape           (const gchar *name,
+
GimpBrushGeneratedShape gimp_brush_set_shape            (const gchar *name,
                                                          GimpBrushGeneratedShape shape_in);

Set the shape of a generated brush. @@ -462,28 +420,24 @@

name :

-The brush name. - +The brush name.

shape_in :

-The brush shape. - +The brush shape.

Returns :

- The brush shape actually assigned. - - +The brush shape actually assigned.

Since GIMP 2.4


-
+

gimp_brush_get_spikes ()

-
gint                gimp_brush_get_spikes               (const gchar *name);
+
gint                gimp_brush_get_spikes               (const gchar *name);

Get the number of spikes for a generated brush.

@@ -496,24 +450,21 @@

name :

-The brush name. - +The brush name.

Returns :

- The number of spikes on the brush. - - +The number of spikes on the brush.

Since GIMP 2.4


-
+

gimp_brush_set_spikes ()

-
gint                gimp_brush_set_spikes               (const gchar *name,
-                                                         gint spikes_in);
+
gint                gimp_brush_set_spikes               (const gchar *name,
+                                                         gint spikes_in);

Set the number of spikes for a generated brush.

@@ -526,28 +477,24 @@

name :

-The brush name. - +The brush name.

spikes_in :

-The desired number of spikes. - +The desired number of spikes.

Returns :

- The number of spikes actually assigned. - - +The number of spikes actually assigned.

Since GIMP 2.4


-
+

gimp_brush_get_angle ()

-
gdouble             gimp_brush_get_angle                (const gchar *name);
+
gdouble             gimp_brush_get_angle                (const gchar *name);

Get the rotation angle of a generated brush.

@@ -560,24 +507,21 @@

name :

-The brush name. - +The brush name.

Returns :

- The rotation angle of the brush. - - +The rotation angle of the brush.

Since GIMP 2.4


-
+

gimp_brush_set_angle ()

-
gdouble             gimp_brush_set_angle                (const gchar *name,
-                                                         gdouble angle_in);
+
gdouble             gimp_brush_set_angle                (const gchar *name,
+                                                         gdouble angle_in);

Set the rotation angle of a generated brush.

@@ -590,28 +534,24 @@

name :

-The brush name. - +The brush name.

angle_in :

-The desired brush rotation angle. - +The desired brush rotation angle.

Returns :

- The brush rotation angle actually assigned. - - +The brush rotation angle actually assigned.

Since GIMP 2.4


-
+

gimp_brush_get_radius ()

-
gdouble             gimp_brush_get_radius               (const gchar *name);
+
gdouble             gimp_brush_get_radius               (const gchar *name);

Get the radius of a generated brush.

@@ -624,24 +564,21 @@

name :

-The brush name. - +The brush name.

Returns :

- The radius of the brush in pixels. - - +The radius of the brush in pixels.

Since GIMP 2.4


-
+

gimp_brush_set_radius ()

-
gdouble             gimp_brush_set_radius               (const gchar *name,
-                                                         gdouble radius_in);
+
gdouble             gimp_brush_set_radius               (const gchar *name,
+                                                         gdouble radius_in);

Set the radius of a generated brush.

@@ -654,28 +591,24 @@

name :

-The brush name. - +The brush name.

radius_in :

-The desired brush radius. - +The desired brush radius.

Returns :

- The brush radius actually assigned. - - +The brush radius actually assigned.

Since GIMP 2.4


-
+

gimp_brush_get_aspect_ratio ()

-
gdouble             gimp_brush_get_aspect_ratio         (const gchar *name);
+
gdouble             gimp_brush_get_aspect_ratio         (const gchar *name);

Get the aspect ratio of a generated brush.

@@ -688,24 +621,21 @@

name :

-The brush name. - +The brush name.

Returns :

- The aspect ratio of the brush. - - +The aspect ratio of the brush.

Since GIMP 2.4


-
+

gimp_brush_set_aspect_ratio ()

-
gdouble             gimp_brush_set_aspect_ratio         (const gchar *name,
-                                                         gdouble aspect_ratio_in);
+
gdouble             gimp_brush_set_aspect_ratio         (const gchar *name,
+                                                         gdouble aspect_ratio_in);

Set the aspect ratio of a generated brush.

@@ -718,28 +648,24 @@

name :

-The brush name. - +The brush name.

aspect_ratio_in :

-The desired brush aspect ratio. - +The desired brush aspect ratio.

Returns :

- The brush aspect ratio actually assigned. - - +The brush aspect ratio actually assigned.

Since GIMP 2.4


-
+

gimp_brush_get_hardness ()

-
gdouble             gimp_brush_get_hardness             (const gchar *name);
+
gdouble             gimp_brush_get_hardness             (const gchar *name);

Get the hardness of a generated brush.

@@ -753,24 +679,21 @@

name :

-The brush name. - +The brush name.

Returns :

- The hardness of the brush. - - +The hardness of the brush.

Since GIMP 2.4


-
+

gimp_brush_set_hardness ()

-
gdouble             gimp_brush_set_hardness             (const gchar *name,
-                                                         gdouble hardness_in);
+
gdouble             gimp_brush_set_hardness             (const gchar *name,
+                                                         gdouble hardness_in);

Set the hardness of a generated brush.

@@ -783,28 +706,24 @@

name :

-The brush name. - +The brush name.

hardness_in :

-The desired brush hardness. - +The desired brush hardness.

Returns :

- The brush hardness actually assigned. - - +The brush hardness actually assigned.

Since GIMP 2.4


-
+

gimp_brush_is_generated ()

-
gboolean            gimp_brush_is_generated             (const gchar *name);
+
gboolean            gimp_brush_is_generated             (const gchar *name);

Tests if brush is generated

@@ -816,23 +735,20 @@

name :

-The brush name. - +The brush name.

Returns :

- TRUE if the brush is generated. - - +TRUE if the brush is generated.

Since GIMP 2.4


-
+

gimp_brush_is_editable ()

-
gboolean            gimp_brush_is_editable              (const gchar *name);
+
gboolean            gimp_brush_is_editable              (const gchar *name);

Tests if brush can be edited

@@ -844,14 +760,11 @@

name :

-The brush name. - +The brush name.

Returns :

- TRUE if the brush can be edited. - - +TRUE if the brush can be edited.
@@ -861,6 +774,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbrushmenu.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbrushmenu.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbrushmenu.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbrushmenu.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpbrushmenu - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,46 +35,46 @@
-
+

Synopsis

-
GtkWidget *         gimp_brush_select_widget_new        (const gchar *title,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
GtkWidget *         gimp_brush_select_widget_new        (const gchar *title,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode,
                                                          GimpRunBrushCallback callback,
-                                                         gpointer data);
-void                gimp_brush_select_widget_close      (GtkWidget *widget);
-void                gimp_brush_select_widget_set        (GtkWidget *widget,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+                                                         gpointer data);
+void                gimp_brush_select_widget_close      (GtkWidget *widget);
+void                gimp_brush_select_widget_set        (GtkWidget *widget,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);
 
-
+

Description

A widget for selecting brushes.

-
+

Details

-
+

gimp_brush_select_widget_new ()

-
GtkWidget *         gimp_brush_select_widget_new        (const gchar *title,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
GtkWidget *         gimp_brush_select_widget_new        (const gchar *title,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode,
                                                          GimpRunBrushCallback callback,
-                                                         gpointer data);
-
+ gpointer data);
+

Warning

gimp_brush_select_widget_new is deprecated and should not be used in newly-written code.

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a GimpBrush. This widget is suitable for placement in a table in a plug-in dialog.

@@ -83,52 +83,44 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

brush_name :

-Initial brush name or NULL to use current selection. - +Initial brush name or NULL to use current selection.

opacity :

-Initial opacity. -1 means to use current opacity. - +Initial opacity. -1 means to use current opacity.

spacing :

-Initial spacing. -1 means to use current spacing. - +Initial spacing. -1 means to use current spacing.

paint_mode :

-Initial paint mode. -1 means to use current paint mode. - +Initial paint mode. -1 means to use current paint mode.

callback :

-A function to call when the selected brush changes. - +A function to call when the selected brush changes.

data :

-A pointer to arbitary data to be used in the call to callback. - +A pointer to arbitary data to be used in the call to callback.

Returns :

- A GtkWidget that you can use in your UI. - +A GtkWidget that you can use in your UI.

-
+

gimp_brush_select_widget_close ()

-
void                gimp_brush_select_widget_close      (GtkWidget *widget);
-
+
void                gimp_brush_select_widget_close      (GtkWidget *widget);
+

Warning

gimp_brush_select_widget_close is deprecated and should not be used in newly-written code.

@@ -139,60 +131,29 @@

widget :

-A brush select widget. - +A brush select widget.

-
+

gimp_brush_select_widget_set ()

-
void                gimp_brush_select_widget_set        (GtkWidget *widget,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
void                gimp_brush_select_widget_set        (GtkWidget *widget,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);
-
+

Warning

gimp_brush_select_widget_set is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - - - - - - - - - - - - - -

widget :

-

brush_name :

-

opacity :

-

spacing :

-

paint_mode :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbrushselect.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbrushselect.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbrushselect.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbrushselect.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpbrushselect - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,192 +35,89 @@
-
+

Synopsis

-
void                (*GimpRunBrushCallback)             (const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
void                (*GimpRunBrushCallback)             (const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode,
-                                                         gint width,
-                                                         gint height,
-                                                         const guchar *mask_data,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
-const gchar *       gimp_brush_select_new               (const gchar *title,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+                                                         gint width,
+                                                         gint height,
+                                                         const guchar *mask_data,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);
+const gchar *       gimp_brush_select_new               (const gchar *title,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode,
                                                          GimpRunBrushCallback callback,
-                                                         gpointer data);
-void                gimp_brush_select_destroy           (const gchar *brush_callback);
-gboolean            gimp_brushes_popup                  (const gchar *brush_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_brush,
-                                                         gdouble opacity,
-                                                         gint spacing,
+                                                         gpointer data);
+void                gimp_brush_select_destroy           (const gchar *brush_callback);
+gboolean            gimp_brushes_popup                  (const gchar *brush_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_brush,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);
-gboolean            gimp_brushes_close_popup            (const gchar *brush_callback);
-gboolean            gimp_brushes_set_popup              (const gchar *brush_callback,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+gboolean            gimp_brushes_close_popup            (const gchar *brush_callback);
+gboolean            gimp_brushes_set_popup              (const gchar *brush_callback,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);
 
-
+

Description

Functions providing a brush selection dialog.

-
+

Details

-
+

GimpRunBrushCallback ()

-
void                (*GimpRunBrushCallback)             (const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
void                (*GimpRunBrushCallback)             (const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode,
-                                                         gint width,
-                                                         gint height,
-                                                         const guchar *mask_data,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
+ gint width, + gint height, + const guchar *mask_data, + gboolean dialog_closing, + gpointer user_data);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

brush_name :

-

opacity :

-

spacing :

-

paint_mode :

-

width :

-

height :

-

mask_data :

-

dialog_closing :

-

user_data :

-

-
+

gimp_brush_select_new ()

-
const gchar *       gimp_brush_select_new               (const gchar *title,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
const gchar *       gimp_brush_select_new               (const gchar *title,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode,
                                                          GimpRunBrushCallback callback,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

title :

-

brush_name :

-

opacity :

-

spacing :

-

paint_mode :

-

callback :

-

data :

-

Returns :

-

-
+

gimp_brush_select_destroy ()

-
void                gimp_brush_select_destroy           (const gchar *brush_callback);
+
void                gimp_brush_select_destroy           (const gchar *brush_callback);

-
-- - - - -

brush_callback :

-

-
+

gimp_brushes_popup ()

-
gboolean            gimp_brushes_popup                  (const gchar *brush_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_brush,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
gboolean            gimp_brushes_popup                  (const gchar *brush_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_brush,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);

Invokes the Gimp brush selection. @@ -233,46 +130,39 @@

brush_callback :

-The callback PDB proc to call when brush selection is made. - +The callback PDB proc to call when brush selection is made.

popup_title :

-Title of the brush selection dialog. - +Title of the brush selection dialog.

initial_brush :

-The name of the brush to set as the first selected. - +The name of the brush to set as the first selected.

opacity :

-The initial opacity of the brush. - +The initial opacity of the brush.

spacing :

-The initial spacing of the brush (if < 0 then use brush default spacing). - +The initial spacing of the brush (if < 0 then use brush default spacing).

paint_mode :

-The initial paint mode. - +The initial paint mode.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_brushes_close_popup ()

-
gboolean            gimp_brushes_close_popup            (const gchar *brush_callback);
+
gboolean            gimp_brushes_close_popup            (const gchar *brush_callback);

Close the brush selection dialog.

@@ -284,24 +174,22 @@

brush_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_brushes_set_popup ()

-
gboolean            gimp_brushes_set_popup              (const gchar *brush_callback,
-                                                         const gchar *brush_name,
-                                                         gdouble opacity,
-                                                         gint spacing,
+
gboolean            gimp_brushes_set_popup              (const gchar *brush_callback,
+                                                         const gchar *brush_name,
+                                                         gdouble opacity,
+                                                         gint spacing,
                                                          GimpLayerModeEffects paint_mode);

Sets the current brush in a brush selection dialog. @@ -314,33 +202,27 @@

brush_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

brush_name :

-The name of the brush to set as selected. - +The name of the brush to set as selected.

opacity :

-The initial opacity of the brush. - +The initial opacity of the brush.

spacing :

-The initial spacing of the brush (if < 0 then use brush default spacing). - +The initial spacing of the brush (if < 0 then use brush default spacing).

paint_mode :

-The initial paint mode. - +The initial paint mode.

Returns :

- TRUE on success. - +TRUE on success.
@@ -349,6 +231,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbuffer.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbuffer.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpbuffer.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpbuffer.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpbuffer - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,30 +35,30 @@
-
+

Synopsis

-
gchar**             gimp_buffers_get_list               (const gchar *filter,
-                                                         gint *num_buffers);
-gchar*              gimp_buffer_rename                  (const gchar *buffer_name,
-                                                         const gchar *new_name);
-gboolean            gimp_buffer_delete                  (const gchar *buffer_name);
-gint                gimp_buffer_get_width               (const gchar *buffer_name);
-gint                gimp_buffer_get_height              (const gchar *buffer_name);
-gint                gimp_buffer_get_bytes               (const gchar *buffer_name);
-GimpImageBaseType   gimp_buffer_get_image_type          (const gchar *buffer_name);
+
gchar **            gimp_buffers_get_list               (const gchar *filter,
+                                                         gint *num_buffers);
+gchar *             gimp_buffer_rename                  (const gchar *buffer_name,
+                                                         const gchar *new_name);
+gboolean            gimp_buffer_delete                  (const gchar *buffer_name);
+gint                gimp_buffer_get_width               (const gchar *buffer_name);
+gint                gimp_buffer_get_height              (const gchar *buffer_name);
+gint                gimp_buffer_get_bytes               (const gchar *buffer_name);
+GimpImageBaseType   gimp_buffer_get_image_type          (const gchar *buffer_name);
 
-
+

Description

-
+

Details

-
+

gimp_buffers_get_list ()

-
gchar**             gimp_buffers_get_list               (const gchar *filter,
-                                                         gint *num_buffers);
+
gchar **            gimp_buffers_get_list               (const gchar *filter,
+                                                         gint *num_buffers);

Retrieve a complete listing of the available buffers.

@@ -71,29 +71,25 @@

filter :

-An optional regular expression used to filter the list. - +An optional regular expression used to filter the list.

num_buffers :

-The number of buffers. - +The number of buffers.

Returns :

- The list of buffer names. - - +The list of buffer names.

Since GIMP 2.4


-
+

gimp_buffer_rename ()

-
gchar*              gimp_buffer_rename                  (const gchar *buffer_name,
-                                                         const gchar *new_name);
+
gchar *             gimp_buffer_rename                  (const gchar *buffer_name,
+                                                         const gchar *new_name);

Renames a named buffer.

@@ -105,28 +101,24 @@

buffer_name :

-The buffer name. - +The buffer name.

new_name :

-The buffer's new name. - +The buffer's new name.

Returns :

- The real name given to the buffer. - - +The real name given to the buffer.

Since GIMP 2.4


-
+

gimp_buffer_delete ()

-
gboolean            gimp_buffer_delete                  (const gchar *buffer_name);
+
gboolean            gimp_buffer_delete                  (const gchar *buffer_name);

Deletes a named buffer.

@@ -138,23 +130,20 @@

buffer_name :

-The buffer name. - +The buffer name.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_buffer_get_width ()

-
gint                gimp_buffer_get_width               (const gchar *buffer_name);
+
gint                gimp_buffer_get_width               (const gchar *buffer_name);

Retrieves the specified buffer's width.

@@ -166,23 +155,20 @@

buffer_name :

-The buffer name. - +The buffer name.

Returns :

- The buffer width. - - +The buffer width.

Since GIMP 2.4


-
+

gimp_buffer_get_height ()

-
gint                gimp_buffer_get_height              (const gchar *buffer_name);
+
gint                gimp_buffer_get_height              (const gchar *buffer_name);

Retrieves the specified buffer's height.

@@ -194,23 +180,20 @@

buffer_name :

-The buffer name. - +The buffer name.

Returns :

- The buffer height. - - +The buffer height.

Since GIMP 2.4


-
+

gimp_buffer_get_bytes ()

-
gint                gimp_buffer_get_bytes               (const gchar *buffer_name);
+
gint                gimp_buffer_get_bytes               (const gchar *buffer_name);

Retrieves the specified buffer's bytes.

@@ -222,23 +205,20 @@

buffer_name :

-The buffer name. - +The buffer name.

Returns :

- The buffer bpp. - - +The buffer bpp.

Since GIMP 2.4


-
+

gimp_buffer_get_image_type ()

-
GimpImageBaseType   gimp_buffer_get_image_type          (const gchar *buffer_name);
+
GimpImageBaseType   gimp_buffer_get_image_type          (const gchar *buffer_name);

Retrieves the specified buffer's image type.

@@ -250,14 +230,11 @@

buffer_name :

-The buffer name. - +The buffer name.

Returns :

- The buffer image type. - - +The buffer image type.
@@ -267,6 +244,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpchannel.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpchannel.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpchannel.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpchannel.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpchannel - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,51 +35,51 @@
-
+

Synopsis

-
gint32              gimp_channel_new                    (gint32 image_ID,
-                                                         const gchar *name,
-                                                         guint width,
-                                                         guint height,
-                                                         gdouble opacity,
-                                                         const GimpRGB *color);
-gint32              gimp_channel_new_from_component     (gint32 image_ID,
-                                                         GimpChannelType component,
-                                                         const gchar *name);
-gint32              gimp_channel_copy                   (gint32 channel_ID);
-gboolean            gimp_channel_get_show_masked        (gint32 channel_ID);
-gboolean            gimp_channel_set_show_masked        (gint32 channel_ID,
-                                                         gboolean show_masked);
-gdouble             gimp_channel_get_opacity            (gint32 channel_ID);
-gboolean            gimp_channel_set_opacity            (gint32 channel_ID,
-                                                         gdouble opacity);
-gboolean            gimp_channel_get_color              (gint32 channel_ID,
-                                                         GimpRGB *color);
-gboolean            gimp_channel_set_color              (gint32 channel_ID,
-                                                         const GimpRGB *color);
-gboolean            gimp_channel_combine_masks          (gint32 channel1_ID,
-                                                         gint32 channel2_ID,
-                                                         GimpChannelOps operation,
-                                                         gint offx,
-                                                         gint offy);
+
gint32              gimp_channel_new                    (gint32 image_ID,
+                                                         const gchar *name,
+                                                         guint width,
+                                                         guint height,
+                                                         gdouble opacity,
+                                                         const GimpRGB *color);
+gint32              gimp_channel_new_from_component     (gint32 image_ID,
+                                                         GimpChannelType component,
+                                                         const gchar *name);
+gint32              gimp_channel_copy                   (gint32 channel_ID);
+gboolean            gimp_channel_get_show_masked        (gint32 channel_ID);
+gboolean            gimp_channel_set_show_masked        (gint32 channel_ID,
+                                                         gboolean show_masked);
+gdouble             gimp_channel_get_opacity            (gint32 channel_ID);
+gboolean            gimp_channel_set_opacity            (gint32 channel_ID,
+                                                         gdouble opacity);
+gboolean            gimp_channel_get_color              (gint32 channel_ID,
+                                                         GimpRGB *color);
+gboolean            gimp_channel_set_color              (gint32 channel_ID,
+                                                         const GimpRGB *color);
+gboolean            gimp_channel_combine_masks          (gint32 channel1_ID,
+                                                         gint32 channel2_ID,
+                                                         GimpChannelOps operation,
+                                                         gint offx,
+                                                         gint offy);
 
-
+

Description

Functions for manipulating channels.

-
+

Details

-
+

gimp_channel_new ()

-
gint32              gimp_channel_new                    (gint32 image_ID,
-                                                         const gchar *name,
-                                                         guint width,
-                                                         guint height,
-                                                         gdouble opacity,
-                                                         const GimpRGB *color);
+
gint32              gimp_channel_new                    (gint32 image_ID,
+                                                         const gchar *name,
+                                                         guint width,
+                                                         guint height,
+                                                         gdouble opacity,
+                                                         const GimpRGB *color);

Create a new channel.

@@ -97,48 +97,41 @@

image_ID :

-The image to which to add the channel. - +The image to which to add the channel.

name :

-The channel name. - +The channel name.

width :

-The channel width. - +The channel width.

height :

-The channel height. - +The channel height.

opacity :

-The channel opacity. - +The channel opacity.

color :

-The channel compositing color. - +The channel compositing color.

Returns :

- The newly created channel. - +The newly created channel.

-
+

gimp_channel_new_from_component ()

-
gint32              gimp_channel_new_from_component     (gint32 image_ID,
-                                                         GimpChannelType component,
-                                                         const gchar *name);
+
gint32              gimp_channel_new_from_component     (gint32 image_ID,
+                                                         GimpChannelType component,
+                                                         const gchar *name);

Create a new channel from a color component

@@ -150,33 +143,28 @@

image_ID :

-The image to which to add the channel. - +The image to which to add the channel.

component :

-The image component. - +The image component.

name :

-The channel name. - +The channel name.

Returns :

- The newly created channel. - - +The newly created channel.

Since GIMP 2.4


-
+

gimp_channel_copy ()

-
gint32              gimp_channel_copy                   (gint32 channel_ID);
+
gint32              gimp_channel_copy                   (gint32 channel_ID);

Copy a channel.

@@ -188,21 +176,19 @@

channel_ID :

-The channel to copy. - +The channel to copy.

Returns :

- The newly copied channel. - +The newly copied channel.

-
+

gimp_channel_get_show_masked ()

-
gboolean            gimp_channel_get_show_masked        (gint32 channel_ID);
+
gboolean            gimp_channel_get_show_masked        (gint32 channel_ID);

Get the composite method of the specified channel.

@@ -216,22 +202,20 @@

channel_ID :

-The channel. - +The channel.

Returns :

- The channel composite method. - +The channel composite method.

-
+

gimp_channel_set_show_masked ()

-
gboolean            gimp_channel_set_show_masked        (gint32 channel_ID,
-                                                         gboolean show_masked);
+
gboolean            gimp_channel_set_show_masked        (gint32 channel_ID,
+                                                         gboolean show_masked);

Set the composite method of the specified channel.

@@ -245,26 +229,23 @@

channel_ID :

-The channel. - +The channel.

show_masked :

-The new channel composite method. - +The new channel composite method.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_channel_get_opacity ()

-
gdouble             gimp_channel_get_opacity            (gint32 channel_ID);
+
gdouble             gimp_channel_get_opacity            (gint32 channel_ID);

Get the opacity of the specified channel.

@@ -276,22 +257,20 @@

channel_ID :

-The channel. - +The channel.

Returns :

- The channel opacity. - +The channel opacity.

-
+

gimp_channel_set_opacity ()

-
gboolean            gimp_channel_set_opacity            (gint32 channel_ID,
-                                                         gdouble opacity);
+
gboolean            gimp_channel_set_opacity            (gint32 channel_ID,
+                                                         gdouble opacity);

Set the opacity of the specified channel.

@@ -303,27 +282,24 @@

channel_ID :

-The channel. - +The channel.

opacity :

-The new channel opacity. - +The new channel opacity.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_channel_get_color ()

-
gboolean            gimp_channel_get_color              (gint32 channel_ID,
-                                                         GimpRGB *color);
+
gboolean            gimp_channel_get_color              (gint32 channel_ID,
+                                                         GimpRGB *color);

Get the compositing color of the specified channel.

@@ -335,27 +311,24 @@

channel_ID :

-The channel. - +The channel.

color :

-The channel compositing color. - +The channel compositing color.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_channel_set_color ()

-
gboolean            gimp_channel_set_color              (gint32 channel_ID,
-                                                         const GimpRGB *color);
+
gboolean            gimp_channel_set_color              (gint32 channel_ID,
+                                                         const GimpRGB *color);

Set the compositing color of the specified channel.

@@ -367,30 +340,27 @@

channel_ID :

-The channel. - +The channel.

color :

-The new channel compositing color. - +The new channel compositing color.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_channel_combine_masks ()

-
gboolean            gimp_channel_combine_masks          (gint32 channel1_ID,
-                                                         gint32 channel2_ID,
-                                                         GimpChannelOps operation,
-                                                         gint offx,
-                                                         gint offy);
+
gboolean            gimp_channel_combine_masks          (gint32 channel1_ID,
+                                                         gint32 channel2_ID,
+                                                         GimpChannelOps operation,
+                                                         gint offx,
+                                                         gint offy);

Combine two channel masks.

@@ -403,33 +373,27 @@

channel1_ID :

-The channel1. - +The channel1.

channel2_ID :

-The channel2. - +The channel2.

operation :

-The selection operation. - +The selection operation.

offx :

-x offset between upper left corner of channels: (second - first). - +x offset between upper left corner of channels: (second - first).

offy :

-y offset between upper left corner of channels: (second - first). - +y offset between upper left corner of channels: (second - first).

Returns :

- TRUE on success. - +TRUE on success.
@@ -438,6 +402,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpcolor.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpcolor.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpcolor.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpcolor.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpcolor - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,79 +35,79 @@
-
+

Synopsis

-
gboolean            gimp_brightness_contrast            (gint32 drawable_ID,
-                                                         gint brightness,
-                                                         gint contrast);
-gboolean            gimp_levels                         (gint32 drawable_ID,
+
gboolean            gimp_brightness_contrast            (gint32 drawable_ID,
+                                                         gint brightness,
+                                                         gint contrast);
+gboolean            gimp_levels                         (gint32 drawable_ID,
                                                          GimpHistogramChannel channel,
-                                                         gint low_input,
-                                                         gint high_input,
-                                                         gdouble gamma,
-                                                         gint low_output,
-                                                         gint high_output);
-gboolean            gimp_levels_auto                    (gint32 drawable_ID);
-gboolean            gimp_levels_stretch                 (gint32 drawable_ID);
-gboolean            gimp_posterize                      (gint32 drawable_ID,
-                                                         gint levels);
-gboolean            gimp_desaturate                     (gint32 drawable_ID);
-gboolean            gimp_desaturate_full                (gint32 drawable_ID,
-                                                         GimpDesaturateMode desaturate_mode);
-gboolean            gimp_equalize                       (gint32 drawable_ID,
-                                                         gboolean mask_only);
-gboolean            gimp_invert                         (gint32 drawable_ID);
-gboolean            gimp_curves_spline                  (gint32 drawable_ID,
+                                                         gint low_input,
+                                                         gint high_input,
+                                                         gdouble gamma,
+                                                         gint low_output,
+                                                         gint high_output);
+gboolean            gimp_levels_auto                    (gint32 drawable_ID);
+gboolean            gimp_levels_stretch                 (gint32 drawable_ID);
+gboolean            gimp_posterize                      (gint32 drawable_ID,
+                                                         gint levels);
+gboolean            gimp_desaturate                     (gint32 drawable_ID);
+gboolean            gimp_desaturate_full                (gint32 drawable_ID,
+                                                         GimpDesaturateMode desaturate_mode);
+gboolean            gimp_equalize                       (gint32 drawable_ID,
+                                                         gboolean mask_only);
+gboolean            gimp_invert                         (gint32 drawable_ID);
+gboolean            gimp_curves_spline                  (gint32 drawable_ID,
                                                          GimpHistogramChannel channel,
-                                                         gint num_points,
-                                                         const guint8 *control_pts);
-gboolean            gimp_curves_explicit                (gint32 drawable_ID,
+                                                         gint num_points,
+                                                         const guint8 *control_pts);
+gboolean            gimp_curves_explicit                (gint32 drawable_ID,
                                                          GimpHistogramChannel channel,
-                                                         gint num_bytes,
-                                                         const guint8 *curve);
-gboolean            gimp_color_balance                  (gint32 drawable_ID,
-                                                         GimpTransferMode transfer_mode,
-                                                         gboolean preserve_lum,
-                                                         gdouble cyan_red,
-                                                         gdouble magenta_green,
-                                                         gdouble yellow_blue);
-gboolean            gimp_colorize                       (gint32 drawable_ID,
-                                                         gdouble hue,
-                                                         gdouble saturation,
-                                                         gdouble lightness);
-gboolean            gimp_histogram                      (gint32 drawable_ID,
+                                                         gint num_bytes,
+                                                         const guint8 *curve);
+gboolean            gimp_color_balance                  (gint32 drawable_ID,
+                                                         GimpTransferMode transfer_mode,
+                                                         gboolean preserve_lum,
+                                                         gdouble cyan_red,
+                                                         gdouble magenta_green,
+                                                         gdouble yellow_blue);
+gboolean            gimp_colorize                       (gint32 drawable_ID,
+                                                         gdouble hue,
+                                                         gdouble saturation,
+                                                         gdouble lightness);
+gboolean            gimp_histogram                      (gint32 drawable_ID,
                                                          GimpHistogramChannel channel,
-                                                         gint start_range,
-                                                         gint end_range,
-                                                         gdouble *mean,
-                                                         gdouble *std_dev,
-                                                         gdouble *median,
-                                                         gdouble *pixels,
-                                                         gdouble *count,
-                                                         gdouble *percentile);
-gboolean            gimp_hue_saturation                 (gint32 drawable_ID,
+                                                         gint start_range,
+                                                         gint end_range,
+                                                         gdouble *mean,
+                                                         gdouble *std_dev,
+                                                         gdouble *median,
+                                                         gdouble *pixels,
+                                                         gdouble *count,
+                                                         gdouble *percentile);
+gboolean            gimp_hue_saturation                 (gint32 drawable_ID,
                                                          GimpHueRange hue_range,
-                                                         gdouble hue_offset,
-                                                         gdouble lightness,
-                                                         gdouble saturation);
-gboolean            gimp_threshold                      (gint32 drawable_ID,
-                                                         gint low_threshold,
-                                                         gint high_threshold);
+                                                         gdouble hue_offset,
+                                                         gdouble lightness,
+                                                         gdouble saturation);
+gboolean            gimp_threshold                      (gint32 drawable_ID,
+                                                         gint low_threshold,
+                                                         gint high_threshold);
 
-
+

Description

Functions for manipulating color, including curves and histograms.

-
+

Details

-
+

gimp_brightness_contrast ()

-
gboolean            gimp_brightness_contrast            (gint32 drawable_ID,
-                                                         gint brightness,
-                                                         gint contrast);
+
gboolean            gimp_brightness_contrast            (gint32 drawable_ID,
+                                                         gint brightness,
+                                                         gint contrast);

Modify brightness/contrast in the specified drawable.

@@ -121,37 +121,33 @@

drawable_ID :

-The drawable. - +The drawable.

brightness :

-Brightness adjustment. - +Brightness adjustment.

contrast :

-Contrast adjustment. - +Contrast adjustment.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_levels ()

-
gboolean            gimp_levels                         (gint32 drawable_ID,
+
gboolean            gimp_levels                         (gint32 drawable_ID,
                                                          GimpHistogramChannel channel,
-                                                         gint low_input,
-                                                         gint high_input,
-                                                         gdouble gamma,
-                                                         gint low_output,
-                                                         gint high_output);
+ gint low_input, + gint high_input, + gdouble gamma, + gint low_output, + gint high_output);

Modifies intensity levels in the specified drawable.

@@ -174,52 +170,44 @@

drawable_ID :

-The drawable. - +The drawable.

channel :

-The channel to modify. - +The channel to modify.

low_input :

-Intensity of lowest input. - +Intensity of lowest input.

high_input :

-Intensity of highest input. - +Intensity of highest input.

gamma :

-Gamma correction factor. - +Gamma correction factor.

low_output :

-Intensity of lowest output. - +Intensity of lowest output.

high_output :

-Intensity of highest output. - +Intensity of highest output.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_levels_auto ()

-
gboolean            gimp_levels_auto                    (gint32 drawable_ID);
-
+
gboolean            gimp_levels_auto                    (gint32 drawable_ID);
+

Warning

gimp_levels_auto is deprecated and should not be used in newly-written code.

@@ -231,21 +219,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_levels_stretch ()

-
gboolean            gimp_levels_stretch                 (gint32 drawable_ID);
+
gboolean            gimp_levels_stretch                 (gint32 drawable_ID);

Automatically modifies intensity levels in the specified drawable.

@@ -261,22 +247,20 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_posterize ()

-
gboolean            gimp_posterize                      (gint32 drawable_ID,
-                                                         gint levels);
+
gboolean            gimp_posterize                      (gint32 drawable_ID,
+                                                         gint levels);

Posterize the specified drawable.

@@ -289,26 +273,23 @@

drawable_ID :

-The drawable. - +The drawable.

levels :

-Levels of posterization. - +Levels of posterization.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_desaturate ()

-
gboolean            gimp_desaturate                     (gint32 drawable_ID);
+
gboolean            gimp_desaturate                     (gint32 drawable_ID);

Desaturate the contents of the specified drawable.

@@ -321,22 +302,20 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_desaturate_full ()

-
gboolean            gimp_desaturate_full                (gint32 drawable_ID,
-                                                         GimpDesaturateMode desaturate_mode);
+
gboolean            gimp_desaturate_full                (gint32 drawable_ID,
+                                                         GimpDesaturateMode desaturate_mode);

Desaturate the contents of the specified drawable, with the specified formula. @@ -351,29 +330,25 @@

drawable_ID :

-The drawable. - +The drawable.

desaturate_mode :

-The formula to use to desaturate. - +The formula to use to desaturate.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_equalize ()

-
gboolean            gimp_equalize                       (gint32 drawable_ID,
-                                                         gboolean mask_only);
+
gboolean            gimp_equalize                       (gint32 drawable_ID,
+                                                         gboolean mask_only);

Equalize the contents of the specified drawable.

@@ -392,26 +367,23 @@

drawable_ID :

-The drawable. - +The drawable.

mask_only :

-Equalization option. - +Equalization option.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_invert ()

-
gboolean            gimp_invert                         (gint32 drawable_ID);
+
gboolean            gimp_invert                         (gint32 drawable_ID);

Invert the contents of the specified drawable.

@@ -426,24 +398,22 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_curves_spline ()

-
gboolean            gimp_curves_spline                  (gint32 drawable_ID,
+
gboolean            gimp_curves_spline                  (gint32 drawable_ID,
                                                          GimpHistogramChannel channel,
-                                                         gint num_points,
-                                                         const guint8 *control_pts);
+ gint num_points, + const guint8 *control_pts);

Modifies the intensity curve(s) for specified drawable.

@@ -461,39 +431,34 @@

drawable_ID :

-The drawable. - +The drawable.

channel :

-The channel to modify. - +The channel to modify.

num_points :

-The number of values in the control point array. - +The number of values in the control point array.

control_pts :

-The spline control points: { cp1.x, cp1.y, cp2.x, cp2.y, ... }. - +The spline control points: { cp1.x, cp1.y, cp2.x, cp2.y, ... }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_curves_explicit ()

-
gboolean            gimp_curves_explicit                (gint32 drawable_ID,
+
gboolean            gimp_curves_explicit                (gint32 drawable_ID,
                                                          GimpHistogramChannel channel,
-                                                         gint num_bytes,
-                                                         const guint8 *curve);
+ gint num_bytes, + const guint8 *curve);

Modifies the intensity curve(s) for specified drawable.

@@ -511,41 +476,36 @@

drawable_ID :

-The drawable. - +The drawable.

channel :

-The channel to modify. - +The channel to modify.

num_bytes :

-The number of bytes in the new curve (always 256). - +The number of bytes in the new curve (always 256).

curve :

-The explicit curve. - +The explicit curve.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_color_balance ()

-
gboolean            gimp_color_balance                  (gint32 drawable_ID,
-                                                         GimpTransferMode transfer_mode,
-                                                         gboolean preserve_lum,
-                                                         gdouble cyan_red,
-                                                         gdouble magenta_green,
-                                                         gdouble yellow_blue);
+
gboolean            gimp_color_balance                  (gint32 drawable_ID,
+                                                         GimpTransferMode transfer_mode,
+                                                         gboolean preserve_lum,
+                                                         gdouble cyan_red,
+                                                         gdouble magenta_green,
+                                                         gdouble yellow_blue);

Modify the color balance of the specified drawable.

@@ -564,49 +524,42 @@

drawable_ID :

-The drawable. - +The drawable.

transfer_mode :

-Transfer mode. - +Transfer mode.

preserve_lum :

-Preserve luminosity values at each pixel. - +Preserve luminosity values at each pixel.

cyan_red :

-Cyan-Red color balance. - +Cyan-Red color balance.

magenta_green :

-Magenta-Green color balance. - +Magenta-Green color balance.

yellow_blue :

-Yellow-Blue color balance. - +Yellow-Blue color balance.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_colorize ()

-
gboolean            gimp_colorize                       (gint32 drawable_ID,
-                                                         gdouble hue,
-                                                         gdouble saturation,
-                                                         gdouble lightness);
+
gboolean            gimp_colorize                       (gint32 drawable_ID,
+                                                         gdouble hue,
+                                                         gdouble saturation,
+                                                         gdouble lightness);

Render the drawable as a grayscale image seen through a colored glass. @@ -621,47 +574,41 @@

drawable_ID :

-The drawable. - +The drawable.

hue :

-Hue in degrees. - +Hue in degrees.

saturation :

-Saturation in percent. - +Saturation in percent.

lightness :

-Lightness in percent. - +Lightness in percent.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_histogram ()

-
gboolean            gimp_histogram                      (gint32 drawable_ID,
+
gboolean            gimp_histogram                      (gint32 drawable_ID,
                                                          GimpHistogramChannel channel,
-                                                         gint start_range,
-                                                         gint end_range,
-                                                         gdouble *mean,
-                                                         gdouble *std_dev,
-                                                         gdouble *median,
-                                                         gdouble *pixels,
-                                                         gdouble *count,
-                                                         gdouble *percentile);
+ gint start_range, + gint end_range, + gdouble *mean, + gdouble *std_dev, + gdouble *median, + gdouble *pixels, + gdouble *count, + gdouble *percentile);

Returns information on the intensity histogram for the specified drawable. @@ -686,70 +633,59 @@

drawable_ID :

-The drawable. - +The drawable.

channel :

-The channel to modify. - +The channel to modify.

start_range :

-Start of the intensity measurement range. - +Start of the intensity measurement range.

end_range :

-End of the intensity measurement range. - +End of the intensity measurement range.

mean :

-Mean intensity value. - +Mean intensity value.

std_dev :

-Standard deviation of intensity values. - +Standard deviation of intensity values.

median :

-Median intensity value. - +Median intensity value.

pixels :

-Alpha-weighted pixel count for entire image. - +Alpha-weighted pixel count for entire image.

count :

-Alpha-weighted pixel count for range. - +Alpha-weighted pixel count for range.

percentile :

-Percentile that range falls under. - +Percentile that range falls under.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_hue_saturation ()

-
gboolean            gimp_hue_saturation                 (gint32 drawable_ID,
+
gboolean            gimp_hue_saturation                 (gint32 drawable_ID,
                                                          GimpHueRange hue_range,
-                                                         gdouble hue_offset,
-                                                         gdouble lightness,
-                                                         gdouble saturation);
+ gdouble hue_offset, + gdouble lightness, + gdouble saturation);

Modify hue, lightness, and saturation in the specified drawable.

@@ -763,43 +699,37 @@

drawable_ID :

-The drawable. - +The drawable.

hue_range :

-Range of affected hues. - +Range of affected hues.

hue_offset :

-Hue offset in degrees. - +Hue offset in degrees.

lightness :

-Lightness modification. - +Lightness modification.

saturation :

-Saturation modification. - +Saturation modification.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_threshold ()

-
gboolean            gimp_threshold                      (gint32 drawable_ID,
-                                                         gint low_threshold,
-                                                         gint high_threshold);
+
gboolean            gimp_threshold                      (gint32 drawable_ID,
+                                                         gint low_threshold,
+                                                         gint high_threshold);

Threshold the specified drawable.

@@ -814,23 +744,19 @@

drawable_ID :

-The drawable. - +The drawable.

low_threshold :

-The low threshold value. - +The low threshold value.

high_threshold :

-The high threshold value. - +The high threshold value.

Returns :

- TRUE on success. - +TRUE on success.
@@ -839,6 +765,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpcontext.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpcontext.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpcontext.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpcontext.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpcontext - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,47 +35,47 @@
-
+

Synopsis

-
gboolean            gimp_context_push                   (void);
-gboolean            gimp_context_pop                    (void);
-gboolean            gimp_context_get_foreground         (GimpRGB *foreground);
-gboolean            gimp_context_set_foreground         (const GimpRGB *foreground);
-gboolean            gimp_context_get_background         (GimpRGB *background);
-gboolean            gimp_context_set_background         (const GimpRGB *background);
-gboolean            gimp_context_set_default_colors     (void);
-gboolean            gimp_context_swap_colors            (void);
-gdouble             gimp_context_get_opacity            (void);
-gboolean            gimp_context_set_opacity            (gdouble opacity);
-GimpLayerModeEffects  gimp_context_get_paint_mode       (void);
-gboolean            gimp_context_set_paint_mode         (GimpLayerModeEffects paint_mode);
-gchar*              gimp_context_get_brush              (void);
-gboolean            gimp_context_set_brush              (const gchar *name);
-gchar*              gimp_context_get_pattern            (void);
-gboolean            gimp_context_set_pattern            (const gchar *name);
-gchar*              gimp_context_get_gradient           (void);
-gboolean            gimp_context_set_gradient           (const gchar *name);
-gchar*              gimp_context_get_palette            (void);
-gboolean            gimp_context_set_palette            (const gchar *name);
-gchar*              gimp_context_get_font               (void);
-gboolean            gimp_context_set_font               (const gchar *name);
-gchar*              gimp_context_get_paint_method       (void);
-gboolean            gimp_context_set_paint_method       (const gchar *name);
-gboolean            gimp_context_list_paint_methods     (gint *num_paint_methods,
-                                                         gchar ***paint_methods);
+
gboolean            gimp_context_push                   (void);
+gboolean            gimp_context_pop                    (void);
+gboolean            gimp_context_get_foreground         (GimpRGB *foreground);
+gboolean            gimp_context_set_foreground         (const GimpRGB *foreground);
+gboolean            gimp_context_get_background         (GimpRGB *background);
+gboolean            gimp_context_set_background         (const GimpRGB *background);
+gboolean            gimp_context_set_default_colors     (void);
+gboolean            gimp_context_swap_colors            (void);
+gdouble             gimp_context_get_opacity            (void);
+gboolean            gimp_context_set_opacity            (gdouble opacity);
+GimpLayerModeEffects gimp_context_get_paint_mode        (void);
+gboolean            gimp_context_set_paint_mode         (GimpLayerModeEffects paint_mode);
+gchar *             gimp_context_get_brush              (void);
+gboolean            gimp_context_set_brush              (const gchar *name);
+gchar *             gimp_context_get_pattern            (void);
+gboolean            gimp_context_set_pattern            (const gchar *name);
+gchar *             gimp_context_get_gradient           (void);
+gboolean            gimp_context_set_gradient           (const gchar *name);
+gchar *             gimp_context_get_palette            (void);
+gboolean            gimp_context_set_palette            (const gchar *name);
+gchar *             gimp_context_get_font               (void);
+gboolean            gimp_context_set_font               (const gchar *name);
+gchar *             gimp_context_get_paint_method       (void);
+gboolean            gimp_context_set_paint_method       (const gchar *name);
+gboolean            gimp_context_list_paint_methods     (gint *num_paint_methods,
+                                                         gchar ***paint_methods);
 
-
+

Description

Functions to manipulate a plug-in's context.

-
+

Details

-
+

gimp_context_push ()

-
gboolean            gimp_context_push                   (void);
+
gboolean            gimp_context_push                   (void);

Pushes a context to the top of the plug-in's context stack.

@@ -88,17 +88,15 @@

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_pop ()

-
gboolean            gimp_context_pop                    (void);
+
gboolean            gimp_context_pop                    (void);

Pops the topmost context from the plug-in's context stack.

@@ -112,17 +110,15 @@

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_foreground ()

-
gboolean            gimp_context_get_foreground         (GimpRGB *foreground);
+
gboolean            gimp_context_get_foreground         (GimpRGB *foreground);

Get the current GIMP foreground color.

@@ -136,23 +132,20 @@

foreground :

-The foreground color. - +The foreground color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_set_foreground ()

-
gboolean            gimp_context_set_foreground         (const GimpRGB *foreground);
+
gboolean            gimp_context_set_foreground         (const GimpRGB *foreground);

Set the current GIMP foreground color.

@@ -166,23 +159,20 @@

foreground :

-The foreground color. - +The foreground color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_background ()

-
gboolean            gimp_context_get_background         (GimpRGB *background);
+
gboolean            gimp_context_get_background         (GimpRGB *background);

Get the current GIMP background color.

@@ -196,23 +186,20 @@

background :

-The background color. - +The background color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_set_background ()

-
gboolean            gimp_context_set_background         (const GimpRGB *background);
+
gboolean            gimp_context_set_background         (const GimpRGB *background);

Set the current GIMP background color.

@@ -227,23 +214,20 @@

background :

-The background color. - +The background color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_set_default_colors ()

-
gboolean            gimp_context_set_default_colors     (void);
+
gboolean            gimp_context_set_default_colors     (void);

Set the current GIMP foreground and background colors to black and white. @@ -256,17 +240,15 @@

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_swap_colors ()

-
gboolean            gimp_context_swap_colors            (void);
+
gboolean            gimp_context_swap_colors            (void);

Swap the current GIMP foreground and background colors.

@@ -279,17 +261,15 @@

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_opacity ()

-
gdouble             gimp_context_get_opacity            (void);
+
gdouble             gimp_context_get_opacity            (void);

Get the opacity.

@@ -301,17 +281,15 @@

Returns :

- The opacity. - - +The opacity.

Since GIMP 2.2


-
+

gimp_context_set_opacity ()

-
gboolean            gimp_context_set_opacity            (gdouble opacity);
+
gboolean            gimp_context_set_opacity            (gdouble opacity);

Set the opacity.

@@ -324,23 +302,20 @@

opacity :

-The opacity. - +The opacity.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_paint_mode ()

-
GimpLayerModeEffects  gimp_context_get_paint_mode       (void);
+
GimpLayerModeEffects gimp_context_get_paint_mode        (void);

Get the paint mode.

@@ -353,17 +328,15 @@

Returns :

- The paint mode. - - +The paint mode.

Since GIMP 2.2


-
+

gimp_context_set_paint_mode ()

-
gboolean            gimp_context_set_paint_mode         (GimpLayerModeEffects paint_mode);
+
gboolean            gimp_context_set_paint_mode         (GimpLayerModeEffects paint_mode);

Set the paint mode.

@@ -375,23 +348,20 @@

paint_mode :

-The paint mode. - +The paint mode.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_brush ()

-
gchar*              gimp_context_get_brush              (void);
+
gchar *             gimp_context_get_brush              (void);

Retrieve the currently active brush.

@@ -404,17 +374,15 @@

Returns :

- The name of the active brush. - - +The name of the active brush.

Since GIMP 2.2


-
+

gimp_context_set_brush ()

-
gboolean            gimp_context_set_brush              (const gchar *name);
+
gboolean            gimp_context_set_brush              (const gchar *name);

Set the specified brush as the active brush.

@@ -430,23 +398,20 @@

name :

-The name of the brush. - +The name of the brush.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_pattern ()

-
gchar*              gimp_context_get_pattern            (void);
+
gchar *             gimp_context_get_pattern            (void);

Retrieve the currently active pattern.

@@ -459,17 +424,15 @@

Returns :

- The name of the active pattern. - - +The name of the active pattern.

Since GIMP 2.2


-
+

gimp_context_set_pattern ()

-
gboolean            gimp_context_set_pattern            (const gchar *name);
+
gboolean            gimp_context_set_pattern            (const gchar *name);

Set the specified pattern as the active pattern.

@@ -486,23 +449,20 @@

name :

-The name of the pattern. - +The name of the pattern.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_gradient ()

-
gchar*              gimp_context_get_gradient           (void);
+
gchar *             gimp_context_get_gradient           (void);

Retrieve the currently active gradient.

@@ -513,17 +473,15 @@

Returns :

- The name of the active gradient. - - +The name of the active gradient.

Since GIMP 2.2


-
+

gimp_context_set_gradient ()

-
gboolean            gimp_context_set_gradient           (const gchar *name);
+
gboolean            gimp_context_set_gradient           (const gchar *name);

Sets the specified gradient as the active gradient.

@@ -540,23 +498,20 @@

name :

-The name of the gradient. - +The name of the gradient.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_palette ()

-
gchar*              gimp_context_get_palette            (void);
+
gchar *             gimp_context_get_palette            (void);

Retrieve the currently active palette.

@@ -567,17 +522,15 @@

Returns :

- The name of the active palette. - - +The name of the active palette.

Since GIMP 2.2


-
+

gimp_context_set_palette ()

-
gboolean            gimp_context_set_palette            (const gchar *name);
+
gboolean            gimp_context_set_palette            (const gchar *name);

Set the specified palette as the active palette.

@@ -594,23 +547,20 @@

name :

-The name of the palette. - +The name of the palette.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_font ()

-
gchar*              gimp_context_get_font               (void);
+
gchar *             gimp_context_get_font               (void);

Retrieve the currently active font.

@@ -621,17 +571,15 @@

Returns :

- The name of the active font. - - +The name of the active font.

Since GIMP 2.2


-
+

gimp_context_set_font ()

-
gboolean            gimp_context_set_font               (const gchar *name);
+
gboolean            gimp_context_set_font               (const gchar *name);

Set the specified font as the active font.

@@ -647,23 +595,20 @@

name :

-The name of the font. - +The name of the font.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_context_get_paint_method ()

-
gchar*              gimp_context_get_paint_method       (void);
+
gchar *             gimp_context_get_paint_method       (void);

Retrieve the currently active paint method.

@@ -675,17 +620,15 @@

Returns :

- The name of the active paint method. - - +The name of the active paint method.

Since GIMP 2.4


-
+

gimp_context_set_paint_method ()

-
gboolean            gimp_context_set_paint_method       (const gchar *name);
+
gboolean            gimp_context_set_paint_method       (const gchar *name);

Set the specified paint method as the active paint method.

@@ -702,24 +645,21 @@

name :

-The name of the paint method. - +The name of the paint method.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_context_list_paint_methods ()

-
gboolean            gimp_context_list_paint_methods     (gint *num_paint_methods,
-                                                         gchar ***paint_methods);
+
gboolean            gimp_context_list_paint_methods     (gint *num_paint_methods,
+                                                         gchar ***paint_methods);

Lists the available paint methods.

@@ -732,19 +672,15 @@

num_paint_methods :

-The number of the available paint methods. - +The number of the available paint methods.

paint_methods :

-The names of the available paint methods. - +The names of the available paint methods.

Returns :

- TRUE on success. - - +TRUE on success.
@@ -754,6 +690,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpconvert.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpconvert.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpconvert.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpconvert.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpconvert - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,35 +35,35 @@
-
+

Synopsis

-
gboolean            gimp_image_convert_rgb              (gint32 image_ID);
-gboolean            gimp_image_convert_grayscale        (gint32 image_ID);
-gboolean            gimp_image_convert_indexed          (gint32 image_ID,
+
gboolean            gimp_image_convert_rgb              (gint32 image_ID);
+gboolean            gimp_image_convert_grayscale        (gint32 image_ID);
+gboolean            gimp_image_convert_indexed          (gint32 image_ID,
                                                          GimpConvertDitherType dither_type,
                                                          GimpConvertPaletteType palette_type,
-                                                         gint num_cols,
-                                                         gboolean alpha_dither,
-                                                         gboolean remove_unused,
-                                                         const gchar *palette);
-gboolean            gimp_image_convert_set_dither_matrix
-                                                        (gint width,
-                                                         gint height,
-                                                         gint matrix_length,
-                                                         const guint8 *matrix);
+                                                         gint num_cols,
+                                                         gboolean alpha_dither,
+                                                         gboolean remove_unused,
+                                                         const gchar *palette);
+gboolean            gimp_image_convert_set_dither_matrix
+                                                        (gint width,
+                                                         gint height,
+                                                         gint matrix_length,
+                                                         const guint8 *matrix);
 
-
+

Description

Conversions between RGB, indexed, and grayscale modes.

-
+

Details

-
+

gimp_image_convert_rgb ()

-
gboolean            gimp_image_convert_rgb              (gint32 image_ID);
+
gboolean            gimp_image_convert_rgb              (gint32 image_ID);

Convert specified image to RGB color

@@ -78,21 +78,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_convert_grayscale ()

-
gboolean            gimp_image_convert_grayscale        (gint32 image_ID);
+
gboolean            gimp_image_convert_grayscale        (gint32 image_ID);

Convert specified image to grayscale (256 intensity levels)

@@ -106,27 +104,25 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_convert_indexed ()

-
gboolean            gimp_image_convert_indexed          (gint32 image_ID,
+
gboolean            gimp_image_convert_indexed          (gint32 image_ID,
                                                          GimpConvertDitherType dither_type,
                                                          GimpConvertPaletteType palette_type,
-                                                         gint num_cols,
-                                                         gboolean alpha_dither,
-                                                         gboolean remove_unused,
-                                                         const gchar *palette);
+ gint num_cols, + gboolean alpha_dither, + gboolean remove_unused, + const gchar *palette);

Convert specified image to and Indexed image

@@ -150,55 +146,47 @@

image_ID :

-The image. - +The image.

dither_type :

-The dither type to use. - +The dither type to use.

palette_type :

-The type of palette to use. - +The type of palette to use.

num_cols :

-The number of colors to quantize to, ignored unless (palette_type == GIMP_MAKE_PALETTE). - +The number of colors to quantize to, ignored unless (palette_type == GIMP_MAKE_PALETTE).

alpha_dither :

-Dither transparency to fake partial opacity. - +Dither transparency to fake partial opacity.

remove_unused :

-Remove unused or duplicate color entries from final palette, ignored if (palette_type == GIMP_MAKE_PALETTE). - +Remove unused or duplicate color entries from final palette, ignored if (palette_type == GIMP_MAKE_PALETTE).

palette :

-The name of the custom palette to use, ignored unless (palette_type == GIMP_CUSTOM_PALETTE). - +The name of the custom palette to use, ignored unless (palette_type == GIMP_CUSTOM_PALETTE).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_convert_set_dither_matrix ()

-
gboolean            gimp_image_convert_set_dither_matrix
-                                                        (gint width,
-                                                         gint height,
-                                                         gint matrix_length,
-                                                         const guint8 *matrix);
+
gboolean            gimp_image_convert_set_dither_matrix
+                                                        (gint width,
+                                                         gint height,
+                                                         gint matrix_length,
+                                                         const guint8 *matrix);

Set dither matrix for conversion to indexed

@@ -211,29 +199,23 @@

width :

-Width of the matrix (0 to reset to default matrix). - +Width of the matrix (0 to reset to default matrix).

height :

-Height of the matrix (0 to reset to default matrix). - +Height of the matrix (0 to reset to default matrix).

matrix_length :

-The length of 'matrix'. - +The length of 'matrix'.

matrix :

-The matrix -- all values must be >= 1. - +The matrix -- all values must be >= 1.

Returns :

- TRUE on success. - - +TRUE on success.
@@ -243,6 +225,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpdisplay.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpdisplay.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpdisplay.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpdisplay.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpdisplay - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,28 +35,28 @@
-
+ -
+

Description

Functions to create, delete and flush new displays (views) on an image.

-
+

Details

-
+

gimp_display_new ()

-
gint32              gimp_display_new                    (gint32 image_ID);
+
gint32              gimp_display_new                    (gint32 image_ID);

Create a new display for the specified image.

@@ -72,21 +72,19 @@

image_ID :

-The image. - +The image.

Returns :

- The new display. - +The new display.

-
+

gimp_display_delete ()

-
gboolean            gimp_display_delete                 (gint32 display_ID);
+
gboolean            gimp_display_delete                 (gint32 display_ID);

Delete the specified display.

@@ -102,21 +100,19 @@

display_ID :

-The display to delete. - +The display to delete.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_display_is_valid ()

-
gboolean            gimp_display_is_valid               (gint32 display_ID);
+
gboolean            gimp_display_is_valid               (gint32 display_ID);

Returns TRUE if the display is valid.

@@ -129,23 +125,20 @@

display_ID :

-The display to check. - +The display to check.

Returns :

- Whether the display ID is valid. - - +Whether the display ID is valid.

Since GIMP 2.4


-
+

gimp_display_get_window_handle ()

-
gint                gimp_display_get_window_handle      (gint32 display_ID);
+
gint                gimp_display_get_window_handle      (gint32 display_ID);

Get a handle to the native window for an image display.

@@ -161,23 +154,20 @@

display_ID :

-The display to get the window handle from. - +The display to get the window handle from.

Returns :

- The native window handle or 0. - - +The native window handle or 0.

Since GIMP 2.4


-
+

gimp_displays_flush ()

-
gboolean            gimp_displays_flush                 (void);
+
gboolean            gimp_displays_flush                 (void);

Flush all internal changes to the user interface

@@ -191,16 +181,15 @@

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_displays_reconnect ()

-
gboolean            gimp_displays_reconnect             (gint32 old_image_ID,
-                                                         gint32 new_image_ID);
+
gboolean            gimp_displays_reconnect             (gint32 old_image_ID,
+                                                         gint32 new_image_ID);

Reconnect displays from one image to another image.

@@ -215,18 +204,15 @@

old_image_ID :

-The old image (must have at least one display). - +The old image (must have at least one display).

new_image_ID :

-The new image (must not have a display). - +The new image (must not have a display).

Returns :

- TRUE on success. - +TRUE on success.
@@ -235,6 +221,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpdrawable.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpdrawable.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpdrawable.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpdrawable.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpdrawable - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,131 +35,131 @@
-
+

Synopsis

                    GimpDrawable;
-GimpDrawable *      gimp_drawable_get                   (gint32 drawable_ID);
+GimpDrawable *      gimp_drawable_get                   (gint32 drawable_ID);
 void                gimp_drawable_detach                (GimpDrawable *drawable);
 void                gimp_drawable_flush                 (GimpDrawable *drawable);
-gboolean            gimp_drawable_delete                (gint32 drawable_ID);
-gboolean            gimp_drawable_is_valid              (gint32 drawable_ID);
-gchar*              gimp_drawable_get_name              (gint32 drawable_ID);
-gboolean            gimp_drawable_set_name              (gint32 drawable_ID,
-                                                         const gchar *name);
-gboolean            gimp_drawable_get_visible           (gint32 drawable_ID);
-gboolean            gimp_drawable_set_visible           (gint32 drawable_ID,
-                                                         gboolean visible);
-gboolean            gimp_drawable_get_linked            (gint32 drawable_ID);
-gboolean            gimp_drawable_set_linked            (gint32 drawable_ID,
-                                                         gboolean linked);
-gint                gimp_drawable_get_tattoo            (gint32 drawable_ID);
-gboolean            gimp_drawable_set_tattoo            (gint32 drawable_ID,
-                                                         gint tattoo);
-guint8*             gimp_drawable_get_pixel             (gint32 drawable_ID,
-                                                         gint x_coord,
-                                                         gint y_coord,
-                                                         gint *num_channels);
-gboolean            gimp_drawable_set_pixel             (gint32 drawable_ID,
-                                                         gint x_coord,
-                                                         gint y_coord,
-                                                         gint num_channels,
-                                                         const guint8 *pixel);
+gboolean            gimp_drawable_delete                (gint32 drawable_ID);
+gboolean            gimp_drawable_is_valid              (gint32 drawable_ID);
+gchar *             gimp_drawable_get_name              (gint32 drawable_ID);
+gboolean            gimp_drawable_set_name              (gint32 drawable_ID,
+                                                         const gchar *name);
+gboolean            gimp_drawable_get_visible           (gint32 drawable_ID);
+gboolean            gimp_drawable_set_visible           (gint32 drawable_ID,
+                                                         gboolean visible);
+gboolean            gimp_drawable_get_linked            (gint32 drawable_ID);
+gboolean            gimp_drawable_set_linked            (gint32 drawable_ID,
+                                                         gboolean linked);
+gint                gimp_drawable_get_tattoo            (gint32 drawable_ID);
+gboolean            gimp_drawable_set_tattoo            (gint32 drawable_ID,
+                                                         gint tattoo);
+guint8 *            gimp_drawable_get_pixel             (gint32 drawable_ID,
+                                                         gint x_coord,
+                                                         gint y_coord,
+                                                         gint *num_channels);
+gboolean            gimp_drawable_set_pixel             (gint32 drawable_ID,
+                                                         gint x_coord,
+                                                         gint y_coord,
+                                                         gint num_channels,
+                                                         const guint8 *pixel);
 GimpTile *          gimp_drawable_get_tile              (GimpDrawable *drawable,
-                                                         gboolean shadow,
-                                                         gint row,
-                                                         gint col);
+                                                         gboolean shadow,
+                                                         gint row,
+                                                         gint col);
 GimpTile *          gimp_drawable_get_tile2             (GimpDrawable *drawable,
-                                                         gboolean shadow,
-                                                         gint x,
-                                                         gint y);
-guchar *            gimp_drawable_get_thumbnail_data    (gint32 drawable_ID,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp);
-guchar *            gimp_drawable_get_sub_thumbnail_data
-                                                        (gint32 drawable_ID,
-                                                         gint src_x,
-                                                         gint src_y,
-                                                         gint src_width,
-                                                         gint src_height,
-                                                         gint *dest_width,
-                                                         gint *dest_height,
-                                                         gint *bpp);
-void                gimp_drawable_get_color_uchar       (gint32 drawable_ID,
-                                                         const GimpRGB *color,
-                                                         guchar *color_uchar);
-gboolean            gimp_drawable_merge_shadow          (gint32 drawable_ID,
-                                                         gboolean undo);
-gboolean            gimp_drawable_free_shadow           (gint32 drawable_ID);
-gboolean            gimp_drawable_fill                  (gint32 drawable_ID,
+                                                         gboolean shadow,
+                                                         gint x,
+                                                         gint y);
+guchar *            gimp_drawable_get_thumbnail_data    (gint32 drawable_ID,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp);
+guchar *            gimp_drawable_get_sub_thumbnail_data
+                                                        (gint32 drawable_ID,
+                                                         gint src_x,
+                                                         gint src_y,
+                                                         gint src_width,
+                                                         gint src_height,
+                                                         gint *dest_width,
+                                                         gint *dest_height,
+                                                         gint *bpp);
+void                gimp_drawable_get_color_uchar       (gint32 drawable_ID,
+                                                         const GimpRGB *color,
+                                                         guchar *color_uchar);
+gboolean            gimp_drawable_merge_shadow          (gint32 drawable_ID,
+                                                         gboolean undo);
+gboolean            gimp_drawable_free_shadow           (gint32 drawable_ID);
+gboolean            gimp_drawable_fill                  (gint32 drawable_ID,
                                                          GimpFillType fill_type);
-gboolean            gimp_drawable_update                (gint32 drawable_ID,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height);
-gboolean            gimp_drawable_mask_bounds           (gint32 drawable_ID,
-                                                         gint *x1,
-                                                         gint *y1,
-                                                         gint *x2,
-                                                         gint *y2);
-gboolean            gimp_drawable_mask_intersect        (gint32 drawable_ID,
-                                                         gint *x,
-                                                         gint *y,
-                                                         gint *width,
-                                                         gint *height);
-gint32              gimp_drawable_get_image             (gint32 drawable_ID);
-gboolean            gimp_drawable_set_image             (gint32 drawable_ID,
-                                                         gint32 image_ID);
-gboolean            gimp_drawable_has_alpha             (gint32 drawable_ID);
-GimpImageType       gimp_drawable_type_with_alpha       (gint32 drawable_ID);
-GimpImageType       gimp_drawable_type                  (gint32 drawable_ID);
-gboolean            gimp_drawable_is_rgb                (gint32 drawable_ID);
-gboolean            gimp_drawable_is_gray               (gint32 drawable_ID);
-gboolean            gimp_drawable_is_indexed            (gint32 drawable_ID);
-gint                gimp_drawable_bpp                   (gint32 drawable_ID);
-gint                gimp_drawable_width                 (gint32 drawable_ID);
-gint                gimp_drawable_height                (gint32 drawable_ID);
-gboolean            gimp_drawable_offsets               (gint32 drawable_ID,
-                                                         gint *offset_x,
-                                                         gint *offset_y);
-gboolean            gimp_drawable_is_channel            (gint32 drawable_ID);
-gboolean            gimp_drawable_is_layer              (gint32 drawable_ID);
-gboolean            gimp_drawable_is_layer_mask         (gint32 drawable_ID);
-gboolean            gimp_drawable_is_text_layer         (gint32 drawable_ID);
-gboolean            gimp_drawable_offset                (gint32 drawable_ID,
-                                                         gboolean wrap_around,
+gboolean            gimp_drawable_update                (gint32 drawable_ID,
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height);
+gboolean            gimp_drawable_mask_bounds           (gint32 drawable_ID,
+                                                         gint *x1,
+                                                         gint *y1,
+                                                         gint *x2,
+                                                         gint *y2);
+gboolean            gimp_drawable_mask_intersect        (gint32 drawable_ID,
+                                                         gint *x,
+                                                         gint *y,
+                                                         gint *width,
+                                                         gint *height);
+gint32              gimp_drawable_get_image             (gint32 drawable_ID);
+gboolean            gimp_drawable_set_image             (gint32 drawable_ID,
+                                                         gint32 image_ID);
+gboolean            gimp_drawable_has_alpha             (gint32 drawable_ID);
+GimpImageType       gimp_drawable_type_with_alpha       (gint32 drawable_ID);
+GimpImageType       gimp_drawable_type                  (gint32 drawable_ID);
+gboolean            gimp_drawable_is_rgb                (gint32 drawable_ID);
+gboolean            gimp_drawable_is_gray               (gint32 drawable_ID);
+gboolean            gimp_drawable_is_indexed            (gint32 drawable_ID);
+gint                gimp_drawable_bpp                   (gint32 drawable_ID);
+gint                gimp_drawable_width                 (gint32 drawable_ID);
+gint                gimp_drawable_height                (gint32 drawable_ID);
+gboolean            gimp_drawable_offsets               (gint32 drawable_ID,
+                                                         gint *offset_x,
+                                                         gint *offset_y);
+gboolean            gimp_drawable_is_channel            (gint32 drawable_ID);
+gboolean            gimp_drawable_is_layer              (gint32 drawable_ID);
+gboolean            gimp_drawable_is_layer_mask         (gint32 drawable_ID);
+gboolean            gimp_drawable_is_text_layer         (gint32 drawable_ID);
+gboolean            gimp_drawable_offset                (gint32 drawable_ID,
+                                                         gboolean wrap_around,
                                                          GimpOffsetType fill_type,
-                                                         gint offset_x,
-                                                         gint offset_y);
-gboolean            gimp_drawable_foreground_extract    (gint32 drawable_ID,
-                                                         GimpForegroundExtractMode mode,
-                                                         gint32 mask_ID);
-GimpParasite*       gimp_drawable_parasite_find         (gint32 drawable_ID,
-                                                         const gchar *name);
-gboolean            gimp_drawable_parasite_list         (gint32 drawable_ID,
-                                                         gint *num_parasites,
-                                                         gchar ***parasites);
-gboolean            gimp_drawable_parasite_attach       (gint32 drawable_ID,
-                                                         const GimpParasite *parasite);
-gboolean            gimp_drawable_parasite_detach       (gint32 drawable_ID,
-                                                         const gchar *name);
-gboolean            gimp_drawable_attach_new_parasite   (gint32 drawable_ID,
-                                                         const gchar *name,
-                                                         gint flags,
-                                                         gint size,
-                                                         gconstpointer data);
+                                                         gint offset_x,
+                                                         gint offset_y);
+gboolean            gimp_drawable_foreground_extract    (gint32 drawable_ID,
+                                                         GimpForegroundExtractMode mode,
+                                                         gint32 mask_ID);
+GimpParasite *      gimp_drawable_parasite_find         (gint32 drawable_ID,
+                                                         const gchar *name);
+gboolean            gimp_drawable_parasite_list         (gint32 drawable_ID,
+                                                         gint *num_parasites,
+                                                         gchar ***parasites);
+gboolean            gimp_drawable_parasite_attach       (gint32 drawable_ID,
+                                                         const GimpParasite *parasite);
+gboolean            gimp_drawable_parasite_detach       (gint32 drawable_ID,
+                                                         const gchar *name);
+gboolean            gimp_drawable_attach_new_parasite   (gint32 drawable_ID,
+                                                         const gchar *name,
+                                                         gint flags,
+                                                         gint size,
+                                                         gconstpointer data);
 
-
+

Description

Functions to manipulate drawables.

-
+

Details

-
+

GimpDrawable

typedef struct {
   gint32    drawable_id;   /* drawable ID */
@@ -176,9 +176,9 @@
 


-
+

gimp_drawable_get ()

-
GimpDrawable *      gimp_drawable_get                   (gint32 drawable_ID);
+
GimpDrawable *      gimp_drawable_get                   (gint32 drawable_ID);

This function creates a GimpDrawable structure for the core drawable identified by drawable_ID. The returned structure @@ -201,19 +201,17 @@

drawable_ID :

-the ID of the drawable - +the ID of the drawable

Returns :

- a new GimpDrawable wrapper - +a new GimpDrawable wrapper

-
+

gimp_drawable_detach ()

void                gimp_drawable_detach                (GimpDrawable *drawable);

@@ -227,13 +225,12 @@

drawable :

-The GimpDrawable to detach from the core - +The GimpDrawable to detach from the core

-
+

gimp_drawable_flush ()

void                gimp_drawable_flush                 (GimpDrawable *drawable);

@@ -248,15 +245,14 @@

drawable :

The GimpDrawable whose tile data is to be transferred -to the core. - +to the core.

-
+

gimp_drawable_delete ()

-
gboolean            gimp_drawable_delete                (gint32 drawable_ID);
+
gboolean            gimp_drawable_delete                (gint32 drawable_ID);

Delete a drawable.

@@ -272,21 +268,19 @@

drawable_ID :

-The drawable to delete. - +The drawable to delete.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_is_valid ()

-
gboolean            gimp_drawable_is_valid              (gint32 drawable_ID);
+
gboolean            gimp_drawable_is_valid              (gint32 drawable_ID);

Returns TRUE if the drawable is valid.

@@ -299,23 +293,20 @@

drawable_ID :

-The drawable to check. - +The drawable to check.

Returns :

- Whether the drawable ID is valid. - - +Whether the drawable ID is valid.

Since GIMP 2.4


-
+

gimp_drawable_get_name ()

-
gchar*              gimp_drawable_get_name              (gint32 drawable_ID);
+
gchar *             gimp_drawable_get_name              (gint32 drawable_ID);

Get the name of the specified drawable.

@@ -327,22 +318,20 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- The drawable name. - +The drawable name.

-
+

gimp_drawable_set_name ()

-
gboolean            gimp_drawable_set_name              (gint32 drawable_ID,
-                                                         const gchar *name);
+
gboolean            gimp_drawable_set_name              (gint32 drawable_ID,
+                                                         const gchar *name);

Set the name of the specified drawable.

@@ -354,26 +343,23 @@

drawable_ID :

-The drawable. - +The drawable.

name :

-The new drawable name. - +The new drawable name.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_get_visible ()

-
gboolean            gimp_drawable_get_visible           (gint32 drawable_ID);
+
gboolean            gimp_drawable_get_visible           (gint32 drawable_ID);

Get the visibility of the specified drawable.

@@ -385,22 +371,20 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- The drawable visibility. - +The drawable visibility.

-
+

gimp_drawable_set_visible ()

-
gboolean            gimp_drawable_set_visible           (gint32 drawable_ID,
-                                                         gboolean visible);
+
gboolean            gimp_drawable_set_visible           (gint32 drawable_ID,
+                                                         gboolean visible);

Set the visibility of the specified drawable.

@@ -412,26 +396,23 @@

drawable_ID :

-The drawable. - +The drawable.

visible :

-The new drawable visibility. - +The new drawable visibility.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_get_linked ()

-
gboolean            gimp_drawable_get_linked            (gint32 drawable_ID);
+
gboolean            gimp_drawable_get_linked            (gint32 drawable_ID);

Get the linked state of the specified drawable.

@@ -443,22 +424,20 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- The drawable linked state (for moves). - +The drawable linked state (for moves).

-
+

gimp_drawable_set_linked ()

-
gboolean            gimp_drawable_set_linked            (gint32 drawable_ID,
-                                                         gboolean linked);
+
gboolean            gimp_drawable_set_linked            (gint32 drawable_ID,
+                                                         gboolean linked);

Set the linked state of the specified drawable.

@@ -470,26 +449,23 @@

drawable_ID :

-The drawable. - +The drawable.

linked :

-The new drawable linked state. - +The new drawable linked state.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_get_tattoo ()

-
gint                gimp_drawable_get_tattoo            (gint32 drawable_ID);
+
gint                gimp_drawable_get_tattoo            (gint32 drawable_ID);

Get the tattoo of the specified drawable.

@@ -504,22 +480,20 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- The drawable tattoo. - +The drawable tattoo.

-
+

gimp_drawable_set_tattoo ()

-
gboolean            gimp_drawable_set_tattoo            (gint32 drawable_ID,
-                                                         gint tattoo);
+
gboolean            gimp_drawable_set_tattoo            (gint32 drawable_ID,
+                                                         gint tattoo);

Set the tattoo of the specified drawable.

@@ -534,29 +508,26 @@

drawable_ID :

-The drawable. - +The drawable.

tattoo :

-The new drawable tattoo. - +The new drawable tattoo.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_get_pixel ()

-
guint8*             gimp_drawable_get_pixel             (gint32 drawable_ID,
-                                                         gint x_coord,
-                                                         gint y_coord,
-                                                         gint *num_channels);
+
guint8 *            gimp_drawable_get_pixel             (gint32 drawable_ID,
+                                                         gint x_coord,
+                                                         gint y_coord,
+                                                         gint *num_channels);

Gets the value of the pixel at the specified coordinates.

@@ -570,40 +541,35 @@

drawable_ID :

-The drawable. - +The drawable.

x_coord :

-The x coordinate. - +The x coordinate.

y_coord :

-The y coordinate. - +The y coordinate.

num_channels :

-The number of channels for the pixel. - +The number of channels for the pixel.

Returns :

- The pixel value. - +The pixel value.

-
+

gimp_drawable_set_pixel ()

-
gboolean            gimp_drawable_set_pixel             (gint32 drawable_ID,
-                                                         gint x_coord,
-                                                         gint y_coord,
-                                                         gint num_channels,
-                                                         const guint8 *pixel);
+
gboolean            gimp_drawable_set_pixel             (gint32 drawable_ID,
+                                                         gint x_coord,
+                                                         gint y_coord,
+                                                         gint num_channels,
+                                                         const guint8 *pixel);

Sets the value of the pixel at the specified coordinates.

@@ -619,256 +585,90 @@

drawable_ID :

-The drawable. - +The drawable.

x_coord :

-The x coordinate. - +The x coordinate.

y_coord :

-The y coordinate. - +The y coordinate.

num_channels :

-The number of channels for the pixel. - +The number of channels for the pixel.

pixel :

-The pixel value. - +The pixel value.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_get_tile ()

GimpTile *          gimp_drawable_get_tile              (GimpDrawable *drawable,
-                                                         gboolean shadow,
-                                                         gint row,
-                                                         gint col);
+ gboolean shadow, + gint row, + gint col);

-
-- - - - - - - - - - - - - - - - - - - - - - -

drawable :

-

shadow :

-

row :

-

col :

-

Returns :

-

-
+

gimp_drawable_get_tile2 ()

GimpTile *          gimp_drawable_get_tile2             (GimpDrawable *drawable,
-                                                         gboolean shadow,
-                                                         gint x,
-                                                         gint y);
+ gboolean shadow, + gint x, + gint y);

-
-- - - - - - - - - - - - - - - - - - - - - - -

drawable :

-

shadow :

-

x :

-

y :

-

Returns :

-

-
+

gimp_drawable_get_thumbnail_data ()

-
guchar *            gimp_drawable_get_thumbnail_data    (gint32 drawable_ID,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp);
+
guchar *            gimp_drawable_get_thumbnail_data    (gint32 drawable_ID,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp);

-
-- - - - - - - - - - - - - - - - - - - - - - -

drawable_ID :

-

width :

-

height :

-

bpp :

-

Returns :

-

-
+

gimp_drawable_get_sub_thumbnail_data ()

-
guchar *            gimp_drawable_get_sub_thumbnail_data
-                                                        (gint32 drawable_ID,
-                                                         gint src_x,
-                                                         gint src_y,
-                                                         gint src_width,
-                                                         gint src_height,
-                                                         gint *dest_width,
-                                                         gint *dest_height,
-                                                         gint *bpp);
+
guchar *            gimp_drawable_get_sub_thumbnail_data
+                                                        (gint32 drawable_ID,
+                                                         gint src_x,
+                                                         gint src_y,
+                                                         gint src_width,
+                                                         gint src_height,
+                                                         gint *dest_width,
+                                                         gint *dest_height,
+                                                         gint *bpp);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

drawable_ID :

-

src_x :

-

src_y :

-

src_width :

-

src_height :

-

dest_width :

-

dest_height :

-

bpp :

-

Returns :

-

-
+

gimp_drawable_get_color_uchar ()

-
void                gimp_drawable_get_color_uchar       (gint32 drawable_ID,
-                                                         const GimpRGB *color,
-                                                         guchar *color_uchar);
+
void                gimp_drawable_get_color_uchar       (gint32 drawable_ID,
+                                                         const GimpRGB *color,
+                                                         guchar *color_uchar);

-
-- - - - - - - - - - - - - - -

drawable_ID :

-

color :

-

color_uchar :

-

-
+

gimp_drawable_merge_shadow ()

-
gboolean            gimp_drawable_merge_shadow          (gint32 drawable_ID,
-                                                         gboolean undo);
+
gboolean            gimp_drawable_merge_shadow          (gint32 drawable_ID,
+                                                         gboolean undo);

Merge the shadow buffer with the specified drawable.

@@ -883,26 +683,23 @@

drawable_ID :

-The drawable. - +The drawable.

undo :

-Push merge to undo stack? - +Push merge to undo stack?

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_free_shadow ()

-
gboolean            gimp_drawable_free_shadow           (gint32 drawable_ID);
+
gboolean            gimp_drawable_free_shadow           (gint32 drawable_ID);

Free the specified drawable's shadow data (if it exists).

@@ -917,23 +714,20 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_drawable_fill ()

-
gboolean            gimp_drawable_fill                  (gint32 drawable_ID,
+
gboolean            gimp_drawable_fill                  (gint32 drawable_ID,
                                                          GimpFillType fill_type);

Fill the drawable with the specified fill mode. @@ -955,30 +749,27 @@

drawable_ID :

-The drawable. - +The drawable.

fill_type :

-The type of fill. - +The type of fill.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_update ()

-
gboolean            gimp_drawable_update                (gint32 drawable_ID,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height);
+
gboolean            gimp_drawable_update                (gint32 drawable_ID,
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height);

Update the specified region of the drawable.

@@ -993,45 +784,39 @@

drawable_ID :

-The drawable. - +The drawable.

x :

-x coordinate of upper left corner of update region. - +x coordinate of upper left corner of update region.

y :

-y coordinate of upper left corner of update region. - +y coordinate of upper left corner of update region.

width :

-Width of update region. - +Width of update region.

height :

-Height of update region. - +Height of update region.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_mask_bounds ()

-
gboolean            gimp_drawable_mask_bounds           (gint32 drawable_ID,
-                                                         gint *x1,
-                                                         gint *y1,
-                                                         gint *x2,
-                                                         gint *y2);
+
gboolean            gimp_drawable_mask_bounds           (gint32 drawable_ID,
+                                                         gint *x1,
+                                                         gint *y1,
+                                                         gint *x2,
+                                                         gint *y2);

Find the bounding box of the current selection in relation to the specified drawable. @@ -1055,45 +840,39 @@

drawable_ID :

-The drawable. - +The drawable.

x1 :

-x coordinate of the upper left corner of selection bounds. - +x coordinate of the upper left corner of selection bounds.

y1 :

-y coordinate of the upper left corner of selection bounds. - +y coordinate of the upper left corner of selection bounds.

x2 :

-x coordinate of the lower right corner of selection bounds. - +x coordinate of the lower right corner of selection bounds.

y2 :

-y coordinate of the lower right corner of selection bounds. - +y coordinate of the lower right corner of selection bounds.

Returns :

- TRUE if there is a selection. - +TRUE if there is a selection.

-
+

gimp_drawable_mask_intersect ()

-
gboolean            gimp_drawable_mask_intersect        (gint32 drawable_ID,
-                                                         gint *x,
-                                                         gint *y,
-                                                         gint *width,
-                                                         gint *height);
+
gboolean            gimp_drawable_mask_intersect        (gint32 drawable_ID,
+                                                         gint *x,
+                                                         gint *y,
+                                                         gint *width,
+                                                         gint *height);

Find the bounding box of the current selection in relation to the specified drawable. @@ -1110,43 +889,36 @@

drawable_ID :

-The drawable. - +The drawable.

x :

-x coordinate of the upper left corner of the intersection. - +x coordinate of the upper left corner of the intersection.

y :

-y coordinate of the upper left corner of the intersection. - +y coordinate of the upper left corner of the intersection.

width :

-width of the intersection. - +width of the intersection.

height :

-height of the intersection. - +height of the intersection.

Returns :

- TRUE if the returned area is not empty. - - +TRUE if the returned area is not empty.

Since GIMP 2.2


-
+

gimp_drawable_get_image ()

-
gint32              gimp_drawable_get_image             (gint32 drawable_ID);
+
gint32              gimp_drawable_get_image             (gint32 drawable_ID);

Returns the drawable's image.

@@ -1158,23 +930,21 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- The drawable's image. - +The drawable's image.

-
+

gimp_drawable_set_image ()

-
gboolean            gimp_drawable_set_image             (gint32 drawable_ID,
-                                                         gint32 image_ID);
-
+
gboolean            gimp_drawable_set_image             (gint32 drawable_ID,
+                                                         gint32 image_ID);
+

Warning

gimp_drawable_set_image is deprecated and should not be used in newly-written code.

@@ -1186,26 +956,23 @@

drawable_ID :

-The drawable. - +The drawable.

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_has_alpha ()

-
gboolean            gimp_drawable_has_alpha             (gint32 drawable_ID);
+
gboolean            gimp_drawable_has_alpha             (gint32 drawable_ID);

Returns TRUE if the drawable has an alpha channel.

@@ -1219,21 +986,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- Does the drawable have an alpha channel? - +Does the drawable have an alpha channel?

-
+

gimp_drawable_type_with_alpha ()

-
GimpImageType       gimp_drawable_type_with_alpha       (gint32 drawable_ID);
+
GimpImageType       gimp_drawable_type_with_alpha       (gint32 drawable_ID);

Returns the drawable's type with alpha.

@@ -1248,21 +1013,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- The drawable's type with alpha. - +The drawable's type with alpha.

-
+

gimp_drawable_type ()

-
GimpImageType       gimp_drawable_type                  (gint32 drawable_ID);
+
GimpImageType       gimp_drawable_type                  (gint32 drawable_ID);

Returns the drawable's type.

@@ -1274,21 +1037,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- The drawable's type. - +The drawable's type.

-
+

gimp_drawable_is_rgb ()

-
gboolean            gimp_drawable_is_rgb                (gint32 drawable_ID);
+
gboolean            gimp_drawable_is_rgb                (gint32 drawable_ID);

Returns whether the drawable is an RGB type.

@@ -1301,21 +1062,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE if the drawable is an RGB type. - +TRUE if the drawable is an RGB type.

-
+

gimp_drawable_is_gray ()

-
gboolean            gimp_drawable_is_gray               (gint32 drawable_ID);
+
gboolean            gimp_drawable_is_gray               (gint32 drawable_ID);

Returns whether the drawable is a grayscale type.

@@ -1328,21 +1087,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE if the drawable is a grayscale type. - +TRUE if the drawable is a grayscale type.

-
+

gimp_drawable_is_indexed ()

-
gboolean            gimp_drawable_is_indexed            (gint32 drawable_ID);
+
gboolean            gimp_drawable_is_indexed            (gint32 drawable_ID);

Returns whether the drawable is an indexed type.

@@ -1355,21 +1112,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE if the drawable is an indexed type. - +TRUE if the drawable is an indexed type.

-
+

gimp_drawable_bpp ()

-
gint                gimp_drawable_bpp                   (gint32 drawable_ID);
+
gint                gimp_drawable_bpp                   (gint32 drawable_ID);

Returns the bytes per pixel.

@@ -1382,21 +1137,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- Bytes per pixel. - +Bytes per pixel.

-
+

gimp_drawable_width ()

-
gint                gimp_drawable_width                 (gint32 drawable_ID);
+
gint                gimp_drawable_width                 (gint32 drawable_ID);

Returns the width of the drawable.

@@ -1408,21 +1161,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- Width of drawable. - +Width of drawable.

-
+

gimp_drawable_height ()

-
gint                gimp_drawable_height                (gint32 drawable_ID);
+
gint                gimp_drawable_height                (gint32 drawable_ID);

Returns the height of the drawable.

@@ -1434,23 +1185,21 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- Height of drawable. - +Height of drawable.

-
+

gimp_drawable_offsets ()

-
gboolean            gimp_drawable_offsets               (gint32 drawable_ID,
-                                                         gint *offset_x,
-                                                         gint *offset_y);
+
gboolean            gimp_drawable_offsets               (gint32 drawable_ID,
+                                                         gint *offset_x,
+                                                         gint *offset_y);

Returns the offsets for the drawable.

@@ -1464,31 +1213,27 @@

drawable_ID :

-The drawable. - +The drawable.

offset_x :

-x offset of drawable. - +x offset of drawable.

offset_y :

-y offset of drawable. - +y offset of drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_is_channel ()

-
gboolean            gimp_drawable_is_channel            (gint32 drawable_ID);
+
gboolean            gimp_drawable_is_channel            (gint32 drawable_ID);

Returns whether the drawable is a channel.

@@ -1500,21 +1245,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE if the drawable is a channel, FALSE otherwise. - +TRUE if the drawable is a channel, FALSE otherwise.

-
+

gimp_drawable_is_layer ()

-
gboolean            gimp_drawable_is_layer              (gint32 drawable_ID);
+
gboolean            gimp_drawable_is_layer              (gint32 drawable_ID);

Returns whether the drawable is a layer.

@@ -1526,21 +1269,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE if the drawable is a layer, FALSE otherwise. - +TRUE if the drawable is a layer, FALSE otherwise.

-
+

gimp_drawable_is_layer_mask ()

-
gboolean            gimp_drawable_is_layer_mask         (gint32 drawable_ID);
+
gboolean            gimp_drawable_is_layer_mask         (gint32 drawable_ID);

Returns whether the drawable is a layer mask.

@@ -1553,21 +1294,19 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE if the drawable is a layer mask, FALSE otherwise. - +TRUE if the drawable is a layer mask, FALSE otherwise.

-
+

gimp_drawable_is_text_layer ()

-
gboolean            gimp_drawable_is_text_layer         (gint32 drawable_ID);
+
gboolean            gimp_drawable_is_text_layer         (gint32 drawable_ID);

Returns whether the drawable is a text layer.

@@ -1580,27 +1319,24 @@

drawable_ID :

-The drawable. - +The drawable.

Returns :

- TRUE if the drawable is a text layer, FALSE otherwise. - - +TRUE if the drawable is a text layer, FALSE otherwise.

Since GIMP 2.6


-
+

gimp_drawable_offset ()

-
gboolean            gimp_drawable_offset                (gint32 drawable_ID,
-                                                         gboolean wrap_around,
+
gboolean            gimp_drawable_offset                (gint32 drawable_ID,
+                                                         gboolean wrap_around,
                                                          GimpOffsetType fill_type,
-                                                         gint offset_x,
-                                                         gint offset_y);
+ gint offset_x, + gint offset_y);

Offset the drawable by the specified amounts in the X and Y directions @@ -1618,43 +1354,37 @@

drawable_ID :

-The drawable to offset. - +The drawable to offset.

wrap_around :

-wrap image around or fill vacated regions. - +wrap image around or fill vacated regions.

fill_type :

-fill vacated regions of drawable with background or transparent. - +fill vacated regions of drawable with background or transparent.

offset_x :

-offset by this amount in X direction. - +offset by this amount in X direction.

offset_y :

-offset by this amount in Y direction. - +offset by this amount in Y direction.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_foreground_extract ()

-
gboolean            gimp_drawable_foreground_extract    (gint32 drawable_ID,
-                                                         GimpForegroundExtractMode mode,
-                                                         gint32 mask_ID);
+
gboolean            gimp_drawable_foreground_extract    (gint32 drawable_ID,
+                                                         GimpForegroundExtractMode mode,
+                                                         gint32 mask_ID);

Extract the foreground of a drawable using a given trimap.

@@ -1667,34 +1397,29 @@

drawable_ID :

-The drawable. - +The drawable.

mode :

-The algorithm to use. - +The algorithm to use.

mask_ID :

-Tri-Map. - +Tri-Map.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_drawable_parasite_find ()

-
GimpParasite*       gimp_drawable_parasite_find         (gint32 drawable_ID,
-                                                         const gchar *name);
+
GimpParasite *      gimp_drawable_parasite_find         (gint32 drawable_ID,
+                                                         const gchar *name);

Look up a parasite in a drawable

@@ -1707,28 +1432,25 @@

drawable_ID :

-The drawable. - +The drawable.

name :

-The name of the parasite to find. - +The name of the parasite to find.

Returns :

- The found parasite. - +The found parasite.

-
+

gimp_drawable_parasite_list ()

-
gboolean            gimp_drawable_parasite_list         (gint32 drawable_ID,
-                                                         gint *num_parasites,
-                                                         gchar ***parasites);
+
gboolean            gimp_drawable_parasite_list         (gint32 drawable_ID,
+                                                         gint *num_parasites,
+                                                         gchar ***parasites);

List all parasites.

@@ -1740,32 +1462,28 @@

drawable_ID :

-The drawable. - +The drawable.

num_parasites :

-The number of attached parasites. - +The number of attached parasites.

parasites :

-The names of currently attached parasites. - +The names of currently attached parasites.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_parasite_attach ()

-
gboolean            gimp_drawable_parasite_attach       (gint32 drawable_ID,
-                                                         const GimpParasite *parasite);
+
gboolean            gimp_drawable_parasite_attach       (gint32 drawable_ID,
+                                                         const GimpParasite *parasite);

Add a parasite to a drawable.

@@ -1778,27 +1496,24 @@

drawable_ID :

-The drawable. - +The drawable.

parasite :

-The parasite to attach to a drawable. - +The parasite to attach to a drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_parasite_detach ()

-
gboolean            gimp_drawable_parasite_detach       (gint32 drawable_ID,
-                                                         const gchar *name);
+
gboolean            gimp_drawable_parasite_detach       (gint32 drawable_ID,
+                                                         const gchar *name);

Removes a parasite from a drawable.

@@ -1811,30 +1526,27 @@

drawable_ID :

-The drawable. - +The drawable.

name :

-The name of the parasite to detach from a drawable. - +The name of the parasite to detach from a drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_drawable_attach_new_parasite ()

-
gboolean            gimp_drawable_attach_new_parasite   (gint32 drawable_ID,
-                                                         const gchar *name,
-                                                         gint flags,
-                                                         gint size,
-                                                         gconstpointer data);
+
gboolean            gimp_drawable_attach_new_parasite   (gint32 drawable_ID,
+                                                         const gchar *name,
+                                                         gint flags,
+                                                         gint size,
+                                                         gconstpointer data);

Convenience function that creates a parasite and attaches it to GIMP. @@ -1844,34 +1556,28 @@

drawable_ID :

-the ID of the GimpDrawable to attach the GimpParasite to. - +the ID of the GimpDrawable to attach the GimpParasite to.

name :

-the name of the GimpParasite to create and attach. - +the name of the GimpParasite to create and attach.

flags :

-the flags set on the GimpParasite. - +the flags set on the GimpParasite.

size :

-the size of the parasite data in bytes. - +the size of the parasite data in bytes.

data :

-a pointer to the data attached with the GimpParasite. - +a pointer to the data attached with the GimpParasite.

Returns :

- TRUE on successful creation and attachment of +TRUE on successful creation and attachment of the new parasite. - See Also: gimp_drawable_parasite_attach() @@ -1882,6 +1588,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpdrawabletransform.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpdrawabletransform.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpdrawabletransform.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpdrawabletransform.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpdrawabletransform - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,181 +35,181 @@
-
+

Synopsis

-
gint32              gimp_drawable_transform_flip_simple (gint32 drawable_ID,
+
gint32              gimp_drawable_transform_flip_simple (gint32 drawable_ID,
                                                          GimpOrientationType flip_type,
-                                                         gboolean auto_center,
-                                                         gdouble axis,
-                                                         gboolean clip_result);
-gint32              gimp_drawable_transform_flip        (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         gboolean clip_result);
-gint32              gimp_drawable_transform_flip_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gboolean interpolate,
-                                                         gboolean clip_result);
-gint32              gimp_drawable_transform_perspective (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2,
-                                                         gdouble x3,
-                                                         gdouble y3,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_perspective_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2,
-                                                         gdouble x3,
-                                                         gdouble y3,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_rotate_simple
-                                                        (gint32 drawable_ID,
+                                                         gboolean auto_center,
+                                                         gdouble axis,
+                                                         gboolean clip_result);
+gint32              gimp_drawable_transform_flip        (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         gboolean clip_result);
+gint32              gimp_drawable_transform_flip_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gboolean interpolate,
+                                                         gboolean clip_result);
+gint32              gimp_drawable_transform_perspective (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2,
+                                                         gdouble x3,
+                                                         gdouble y3,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_perspective_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2,
+                                                         gdouble x3,
+                                                         gdouble y3,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_rotate_simple
+                                                        (gint32 drawable_ID,
                                                          GimpRotationType rotate_type,
-                                                         gboolean auto_center,
-                                                         gint center_x,
-                                                         gint center_y,
-                                                         gboolean clip_result);
-gint32              gimp_drawable_transform_rotate      (gint32 drawable_ID,
-                                                         gdouble angle,
-                                                         gboolean auto_center,
-                                                         gint center_x,
-                                                         gint center_y,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_rotate_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble angle,
-                                                         gboolean auto_center,
-                                                         gint center_x,
-                                                         gint center_y,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_scale       (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_scale_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_shear       (gint32 drawable_ID,
+                                                         gboolean auto_center,
+                                                         gint center_x,
+                                                         gint center_y,
+                                                         gboolean clip_result);
+gint32              gimp_drawable_transform_rotate      (gint32 drawable_ID,
+                                                         gdouble angle,
+                                                         gboolean auto_center,
+                                                         gint center_x,
+                                                         gint center_y,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_rotate_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble angle,
+                                                         gboolean auto_center,
+                                                         gint center_x,
+                                                         gint center_y,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_scale       (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_scale_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_shear       (gint32 drawable_ID,
                                                          GimpOrientationType shear_type,
-                                                         gdouble magnitude,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_shear_default
-                                                        (gint32 drawable_ID,
+                                                         gdouble magnitude,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_shear_default
+                                                        (gint32 drawable_ID,
                                                          GimpOrientationType shear_type,
-                                                         gdouble magnitude,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_2d          (gint32 drawable_ID,
-                                                         gdouble source_x,
-                                                         gdouble source_y,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y,
-                                                         gdouble angle,
-                                                         gdouble dest_x,
-                                                         gdouble dest_y,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_2d_default  (gint32 drawable_ID,
-                                                         gdouble source_x,
-                                                         gdouble source_y,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y,
-                                                         gdouble angle,
-                                                         gdouble dest_x,
-                                                         gdouble dest_y,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_matrix      (gint32 drawable_ID,
-                                                         gdouble coeff_0_0,
-                                                         gdouble coeff_0_1,
-                                                         gdouble coeff_0_2,
-                                                         gdouble coeff_1_0,
-                                                         gdouble coeff_1_1,
-                                                         gdouble coeff_1_2,
-                                                         gdouble coeff_2_0,
-                                                         gdouble coeff_2_1,
-                                                         gdouble coeff_2_2,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
-gint32              gimp_drawable_transform_matrix_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble coeff_0_0,
-                                                         gdouble coeff_0_1,
-                                                         gdouble coeff_0_2,
-                                                         gdouble coeff_1_0,
-                                                         gdouble coeff_1_1,
-                                                         gdouble coeff_1_2,
-                                                         gdouble coeff_2_0,
-                                                         gdouble coeff_2_1,
-                                                         gdouble coeff_2_2,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
+                                                         gdouble magnitude,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_2d          (gint32 drawable_ID,
+                                                         gdouble source_x,
+                                                         gdouble source_y,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y,
+                                                         gdouble angle,
+                                                         gdouble dest_x,
+                                                         gdouble dest_y,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_2d_default  (gint32 drawable_ID,
+                                                         gdouble source_x,
+                                                         gdouble source_y,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y,
+                                                         gdouble angle,
+                                                         gdouble dest_x,
+                                                         gdouble dest_y,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_matrix      (gint32 drawable_ID,
+                                                         gdouble coeff_0_0,
+                                                         gdouble coeff_0_1,
+                                                         gdouble coeff_0_2,
+                                                         gdouble coeff_1_0,
+                                                         gdouble coeff_1_1,
+                                                         gdouble coeff_1_2,
+                                                         gdouble coeff_2_0,
+                                                         gdouble coeff_2_1,
+                                                         gdouble coeff_2_2,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);
+gint32              gimp_drawable_transform_matrix_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble coeff_0_0,
+                                                         gdouble coeff_0_1,
+                                                         gdouble coeff_0_2,
+                                                         gdouble coeff_1_0,
+                                                         gdouble coeff_1_1,
+                                                         gdouble coeff_1_2,
+                                                         gdouble coeff_2_0,
+                                                         gdouble coeff_2_1,
+                                                         gdouble coeff_2_2,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);
 
-
+

Description

-
+

Details

-
+

gimp_drawable_transform_flip_simple ()

-
gint32              gimp_drawable_transform_flip_simple (gint32 drawable_ID,
+
gint32              gimp_drawable_transform_flip_simple (gint32 drawable_ID,
                                                          GimpOrientationType flip_type,
-                                                         gboolean auto_center,
-                                                         gdouble axis,
-                                                         gboolean clip_result);
+ gboolean auto_center, + gdouble axis, + gboolean clip_result);

Flip the specified drawable either vertically or horizontally.

@@ -229,52 +229,45 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

flip_type :

-Type of flip. - +Type of flip.

auto_center :

-Whether to automatically position the axis in the selection center. - +Whether to automatically position the axis in the selection center.

axis :

-coord. of flip axis. - +coord. of flip axis.

clip_result :

-Whether to clip results. - +Whether to clip results.

Returns :

- The flipped drawable. - - +The flipped drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_flip ()

-
gint32              gimp_drawable_transform_flip        (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         gboolean clip_result);
+
gint32              gimp_drawable_transform_flip        (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         gboolean clip_result);

Flip the specified drawable around a given line.

@@ -295,75 +288,63 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

x0 :

-horz. coord. of one end of axis. - +horz. coord. of one end of axis.

y0 :

-vert. coord. of one end of axis. - +vert. coord. of one end of axis.

x1 :

-horz. coord. of other end of axis. - +horz. coord. of other end of axis.

y1 :

-vert. coord. of other end of axis. - +vert. coord. of other end of axis.

transform_direction :

-Direction of transformation. - +Direction of transformation.

interpolation :

-Type of interpolation. - +Type of interpolation.

supersample :

-This parameter is ignored, supersampling is performed based on the interpolation type. - +This parameter is ignored, supersampling is performed based on the interpolation type.

recursion_level :

-Maximum recursion level used for supersampling (3 is a nice value). - +Maximum recursion level used for supersampling (3 is a nice value).

clip_result :

-Whether to clip results. - +Whether to clip results.

Returns :

- The flipped drawable. - - +The flipped drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_flip_default ()

-
gint32              gimp_drawable_transform_flip_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gboolean interpolate,
-                                                         gboolean clip_result);
+
gint32              gimp_drawable_transform_flip_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gboolean interpolate,
+                                                         gboolean clip_result);

Flip the specified drawable around a given line.

@@ -377,66 +358,57 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

x0 :

-horz. coord. of one end of axis. - +horz. coord. of one end of axis.

y0 :

-vert. coord. of one end of axis. - +vert. coord. of one end of axis.

x1 :

-horz. coord. of other end of axis. - +horz. coord. of other end of axis.

y1 :

-vert. coord. of other end of axis. - +vert. coord. of other end of axis.

interpolate :

-Whether to use interpolation and supersampling. - +Whether to use interpolation and supersampling.

clip_result :

-Whether to clip results. - +Whether to clip results.

Returns :

- The flipped drawable. - - +The flipped drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_perspective ()

-
gint32              gimp_drawable_transform_perspective (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2,
-                                                         gdouble x3,
-                                                         gdouble y3,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_perspective (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2,
+                                                         gdouble x3,
+                                                         gdouble y3,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);

Perform a possibly non-affine transformation on the specified drawable, with extra parameters. @@ -463,99 +435,83 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

x0 :

-The new x coordinate of upper-left corner of original bounding box. - +The new x coordinate of upper-left corner of original bounding box.

y0 :

-The new y coordinate of upper-left corner of original bounding box. - +The new y coordinate of upper-left corner of original bounding box.

x1 :

-The new x coordinate of upper-right corner of original bounding box. - +The new x coordinate of upper-right corner of original bounding box.

y1 :

-The new y coordinate of upper-right corner of original bounding box. - +The new y coordinate of upper-right corner of original bounding box.

x2 :

-The new x coordinate of lower-left corner of original bounding box. - +The new x coordinate of lower-left corner of original bounding box.

y2 :

-The new y coordinate of lower-left corner of original bounding box. - +The new y coordinate of lower-left corner of original bounding box.

x3 :

-The new x coordinate of lower-right corner of original bounding box. - +The new x coordinate of lower-right corner of original bounding box.

y3 :

-The new y coordinate of lower-right corner of original bounding box. - +The new y coordinate of lower-right corner of original bounding box.

transform_direction :

-Direction of transformation. - +Direction of transformation.

interpolation :

-Type of interpolation. - +Type of interpolation.

supersample :

-This parameter is ignored, supersampling is performed based on the interpolation type. - +This parameter is ignored, supersampling is performed based on the interpolation type.

recursion_level :

-Maximum recursion level used for supersampling (3 is a nice value). - +Maximum recursion level used for supersampling (3 is a nice value).

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The newly mapped drawable. - - +The newly mapped drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_perspective_default ()

-
gint32              gimp_drawable_transform_perspective_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2,
-                                                         gdouble x3,
-                                                         gdouble y3,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_perspective_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2,
+                                                         gdouble x3,
+                                                         gdouble y3,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);

Perform a possibly non-affine transformation on the specified drawable, with extra parameters. @@ -570,79 +526,66 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

x0 :

-The new x coordinate of upper-left corner of original bounding box. - +The new x coordinate of upper-left corner of original bounding box.

y0 :

-The new y coordinate of upper-left corner of original bounding box. - +The new y coordinate of upper-left corner of original bounding box.

x1 :

-The new x coordinate of upper-right corner of original bounding box. - +The new x coordinate of upper-right corner of original bounding box.

y1 :

-The new y coordinate of upper-right corner of original bounding box. - +The new y coordinate of upper-right corner of original bounding box.

x2 :

-The new x coordinate of lower-left corner of original bounding box. - +The new x coordinate of lower-left corner of original bounding box.

y2 :

-The new y coordinate of lower-left corner of original bounding box. - +The new y coordinate of lower-left corner of original bounding box.

x3 :

-The new x coordinate of lower-right corner of original bounding box. - +The new x coordinate of lower-right corner of original bounding box.

y3 :

-The new y coordinate of lower-right corner of original bounding box. - +The new y coordinate of lower-right corner of original bounding box.

interpolate :

-Whether to use interpolation and supersampling. - +Whether to use interpolation and supersampling.

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The newly mapped drawable. - - +The newly mapped drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_rotate_simple ()

-
gint32              gimp_drawable_transform_rotate_simple
-                                                        (gint32 drawable_ID,
+
gint32              gimp_drawable_transform_rotate_simple
+                                                        (gint32 drawable_ID,
                                                          GimpRotationType rotate_type,
-                                                         gboolean auto_center,
-                                                         gint center_x,
-                                                         gint center_y,
-                                                         gboolean clip_result);
+ gboolean auto_center, + gint center_x, + gint center_y, + gboolean clip_result);

Rotate the specified drawable about given coordinates through the specified angle. @@ -661,57 +604,49 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

rotate_type :

-Type of rotation. - +Type of rotation.

auto_center :

-Whether to automatically rotate around the selection center. - +Whether to automatically rotate around the selection center.

center_x :

-The hor. coordinate of the center of rotation. - +The hor. coordinate of the center of rotation.

center_y :

-The vert. coordinate of the center of rotation. - +The vert. coordinate of the center of rotation.

clip_result :

-Whether to clip results. - +Whether to clip results.

Returns :

- The rotated drawable. - - +The rotated drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_rotate ()

-
gint32              gimp_drawable_transform_rotate      (gint32 drawable_ID,
-                                                         gdouble angle,
-                                                         gboolean auto_center,
-                                                         gint center_x,
-                                                         gint center_y,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_rotate      (gint32 drawable_ID,
+                                                         gdouble angle,
+                                                         gboolean auto_center,
+                                                         gint center_x,
+                                                         gint center_y,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);

Rotate the specified drawable about given coordinates through the specified angle. @@ -730,75 +665,63 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

angle :

-The angle of rotation (radians). - +The angle of rotation (radians).

auto_center :

-Whether to automatically rotate around the selection center. - +Whether to automatically rotate around the selection center.

center_x :

-The hor. coordinate of the center of rotation. - +The hor. coordinate of the center of rotation.

center_y :

-The vert. coordinate of the center of rotation. - +The vert. coordinate of the center of rotation.

transform_direction :

-Direction of transformation. - +Direction of transformation.

interpolation :

-Type of interpolation. - +Type of interpolation.

supersample :

-This parameter is ignored, supersampling is performed based on the interpolation type. - +This parameter is ignored, supersampling is performed based on the interpolation type.

recursion_level :

-Maximum recursion level used for supersampling (3 is a nice value). - +Maximum recursion level used for supersampling (3 is a nice value).

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The rotated drawable. - - +The rotated drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_rotate_default ()

-
gint32              gimp_drawable_transform_rotate_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble angle,
-                                                         gboolean auto_center,
-                                                         gint center_x,
-                                                         gint center_y,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_rotate_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble angle,
+                                                         gboolean auto_center,
+                                                         gint center_x,
+                                                         gint center_y,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);

Rotate the specified drawable about given coordinates through the specified angle. @@ -813,62 +736,53 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

angle :

-The angle of rotation (radians). - +The angle of rotation (radians).

auto_center :

-Whether to automatically rotate around the selection center. - +Whether to automatically rotate around the selection center.

center_x :

-The hor. coordinate of the center of rotation. - +The hor. coordinate of the center of rotation.

center_y :

-The vert. coordinate of the center of rotation. - +The vert. coordinate of the center of rotation.

interpolate :

-Whether to use interpolation and supersampling. - +Whether to use interpolation and supersampling.

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The rotated drawable. - - +The rotated drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_scale ()

-
gint32              gimp_drawable_transform_scale       (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_scale       (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);

Scale the specified drawable with extra parameters

@@ -886,75 +800,63 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

x0 :

-The new x coordinate of the upper-left corner of the scaled region. - +The new x coordinate of the upper-left corner of the scaled region.

y0 :

-The new y coordinate of the upper-left corner of the scaled region. - +The new y coordinate of the upper-left corner of the scaled region.

x1 :

-The new x coordinate of the lower-right corner of the scaled region. - +The new x coordinate of the lower-right corner of the scaled region.

y1 :

-The new y coordinate of the lower-right corner of the scaled region. - +The new y coordinate of the lower-right corner of the scaled region.

transform_direction :

-Direction of transformation. - +Direction of transformation.

interpolation :

-Type of interpolation. - +Type of interpolation.

supersample :

-This parameter is ignored, supersampling is performed based on the interpolation type. - +This parameter is ignored, supersampling is performed based on the interpolation type.

recursion_level :

-Maximum recursion level used for supersampling (3 is a nice value). - +Maximum recursion level used for supersampling (3 is a nice value).

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The scaled drawable. - - +The scaled drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_scale_default ()

-
gint32              gimp_drawable_transform_scale_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_scale_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);

Scale the specified drawable with extra parameters

@@ -968,60 +870,51 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

x0 :

-The new x coordinate of the upper-left corner of the scaled region. - +The new x coordinate of the upper-left corner of the scaled region.

y0 :

-The new y coordinate of the upper-left corner of the scaled region. - +The new y coordinate of the upper-left corner of the scaled region.

x1 :

-The new x coordinate of the lower-right corner of the scaled region. - +The new x coordinate of the lower-right corner of the scaled region.

y1 :

-The new y coordinate of the lower-right corner of the scaled region. - +The new y coordinate of the lower-right corner of the scaled region.

interpolate :

-Whether to use interpolation and supersampling. - +Whether to use interpolation and supersampling.

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The scaled drawable. - - +The scaled drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_shear ()

-
gint32              gimp_drawable_transform_shear       (gint32 drawable_ID,
+
gint32              gimp_drawable_transform_shear       (gint32 drawable_ID,
                                                          GimpOrientationType shear_type,
-                                                         gdouble magnitude,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
+ gdouble magnitude, + GimpTransformDirection transform_direction, + GimpInterpolationType interpolation, + gboolean supersample, + gint recursion_level, + GimpTransformResize clip_result);

Shear the specified drawable about its center by the specified magnitude, with extra parameters. @@ -1043,63 +936,53 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

shear_type :

-Type of shear. - +Type of shear.

magnitude :

-The magnitude of the shear. - +The magnitude of the shear.

transform_direction :

-Direction of transformation. - +Direction of transformation.

interpolation :

-Type of interpolation. - +Type of interpolation.

supersample :

-This parameter is ignored, supersampling is performed based on the interpolation type. - +This parameter is ignored, supersampling is performed based on the interpolation type.

recursion_level :

-Maximum recursion level used for supersampling (3 is a nice value). - +Maximum recursion level used for supersampling (3 is a nice value).

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The sheared drawable. - - +The sheared drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_shear_default ()

-
gint32              gimp_drawable_transform_shear_default
-                                                        (gint32 drawable_ID,
+
gint32              gimp_drawable_transform_shear_default
+                                                        (gint32 drawable_ID,
                                                          GimpOrientationType shear_type,
-                                                         gdouble magnitude,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
+ gdouble magnitude, + gboolean interpolate, + GimpTransformResize clip_result);

Shear the specified drawable about its center by the specified magnitude, with extra parameters. @@ -1114,55 +997,48 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

shear_type :

-Type of shear. - +Type of shear.

magnitude :

-The magnitude of the shear. - +The magnitude of the shear.

interpolate :

-Whether to use interpolation and supersampling. - +Whether to use interpolation and supersampling.

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The sheared drawable. - - +The sheared drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_2d ()

-
gint32              gimp_drawable_transform_2d          (gint32 drawable_ID,
-                                                         gdouble source_x,
-                                                         gdouble source_y,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y,
-                                                         gdouble angle,
-                                                         gdouble dest_x,
-                                                         gdouble dest_y,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_2d          (gint32 drawable_ID,
+                                                         gdouble source_x,
+                                                         gdouble source_y,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y,
+                                                         gdouble angle,
+                                                         gdouble dest_x,
+                                                         gdouble dest_y,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);

Transform the specified drawable in 2d, with extra parameters.

@@ -1183,92 +1059,77 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

source_x :

-X coordinate of the transformation center. - +X coordinate of the transformation center.

source_y :

-Y coordinate of the transformation center. - +Y coordinate of the transformation center.

scale_x :

-Amount to scale in x direction. - +Amount to scale in x direction.

scale_y :

-Amount to scale in y direction. - +Amount to scale in y direction.

angle :

-The angle of rotation (radians). - +The angle of rotation (radians).

dest_x :

-X coordinate of where the center goes. - +X coordinate of where the center goes.

dest_y :

-Y coordinate of where the center goes. - +Y coordinate of where the center goes.

transform_direction :

-Direction of transformation. - +Direction of transformation.

interpolation :

-Type of interpolation. - +Type of interpolation.

supersample :

-This parameter is ignored, supersampling is performed based on the interpolation type. - +This parameter is ignored, supersampling is performed based on the interpolation type.

recursion_level :

-Maximum recursion level used for supersampling (3 is a nice value). - +Maximum recursion level used for supersampling (3 is a nice value).

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The transformed drawable. - - +The transformed drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_2d_default ()

-
gint32              gimp_drawable_transform_2d_default  (gint32 drawable_ID,
-                                                         gdouble source_x,
-                                                         gdouble source_y,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y,
-                                                         gdouble angle,
-                                                         gdouble dest_x,
-                                                         gdouble dest_y,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_2d_default  (gint32 drawable_ID,
+                                                         gdouble source_x,
+                                                         gdouble source_y,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y,
+                                                         gdouble angle,
+                                                         gdouble dest_x,
+                                                         gdouble dest_y,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);

Transform the specified drawable in 2d, with extra parameters.

@@ -1282,82 +1143,70 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

source_x :

-X coordinate of the transformation center. - +X coordinate of the transformation center.

source_y :

-Y coordinate of the transformation center. - +Y coordinate of the transformation center.

scale_x :

-Amount to scale in x direction. - +Amount to scale in x direction.

scale_y :

-Amount to scale in y direction. - +Amount to scale in y direction.

angle :

-The angle of rotation (radians). - +The angle of rotation (radians).

dest_x :

-X coordinate of where the center goes. - +X coordinate of where the center goes.

dest_y :

-Y coordinate of where the center goes. - +Y coordinate of where the center goes.

interpolate :

-Whether to use interpolation and supersampling. - +Whether to use interpolation and supersampling.

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The transformed drawable. - - +The transformed drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_matrix ()

-
gint32              gimp_drawable_transform_matrix      (gint32 drawable_ID,
-                                                         gdouble coeff_0_0,
-                                                         gdouble coeff_0_1,
-                                                         gdouble coeff_0_2,
-                                                         gdouble coeff_1_0,
-                                                         gdouble coeff_1_1,
-                                                         gdouble coeff_1_2,
-                                                         gdouble coeff_2_0,
-                                                         gdouble coeff_2_1,
-                                                         gdouble coeff_2_2,
-                                                         GimpTransformDirection transform_direction,
-                                                         GimpInterpolationType interpolation,
-                                                         gboolean supersample,
-                                                         gint recursion_level,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_matrix      (gint32 drawable_ID,
+                                                         gdouble coeff_0_0,
+                                                         gdouble coeff_0_1,
+                                                         gdouble coeff_0_2,
+                                                         gdouble coeff_1_0,
+                                                         gdouble coeff_1_1,
+                                                         gdouble coeff_1_2,
+                                                         gdouble coeff_2_0,
+                                                         gdouble coeff_2_1,
+                                                         gdouble coeff_2_2,
+                                                         GimpTransformDirection transform_direction,
+                                                         GimpInterpolationType interpolation,
+                                                         gboolean supersample,
+                                                         gint recursion_level,
+                                                         GimpTransformResize clip_result);

Transform the specified drawable in 2d, with extra parameters.

@@ -1376,105 +1225,88 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

coeff_0_0 :

-coefficient (0,0) of the transformation matrix. - +coefficient (0,0) of the transformation matrix.

coeff_0_1 :

-coefficient (0,1) of the transformation matrix. - +coefficient (0,1) of the transformation matrix.

coeff_0_2 :

-coefficient (0,2) of the transformation matrix. - +coefficient (0,2) of the transformation matrix.

coeff_1_0 :

-coefficient (1,0) of the transformation matrix. - +coefficient (1,0) of the transformation matrix.

coeff_1_1 :

-coefficient (1,1) of the transformation matrix. - +coefficient (1,1) of the transformation matrix.

coeff_1_2 :

-coefficient (1,2) of the transformation matrix. - +coefficient (1,2) of the transformation matrix.

coeff_2_0 :

-coefficient (2,0) of the transformation matrix. - +coefficient (2,0) of the transformation matrix.

coeff_2_1 :

-coefficient (2,1) of the transformation matrix. - +coefficient (2,1) of the transformation matrix.

coeff_2_2 :

-coefficient (2,2) of the transformation matrix. - +coefficient (2,2) of the transformation matrix.

transform_direction :

-Direction of transformation. - +Direction of transformation.

interpolation :

-Type of interpolation. - +Type of interpolation.

supersample :

-This parameter is ignored, supersampling is performed based on the interpolation type. - +This parameter is ignored, supersampling is performed based on the interpolation type.

recursion_level :

-Maximum recursion level used for supersampling (3 is a nice value). - +Maximum recursion level used for supersampling (3 is a nice value).

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The transformed drawable. - - +The transformed drawable.

Since GIMP 2.2


-
+

gimp_drawable_transform_matrix_default ()

-
gint32              gimp_drawable_transform_matrix_default
-                                                        (gint32 drawable_ID,
-                                                         gdouble coeff_0_0,
-                                                         gdouble coeff_0_1,
-                                                         gdouble coeff_0_2,
-                                                         gdouble coeff_1_0,
-                                                         gdouble coeff_1_1,
-                                                         gdouble coeff_1_2,
-                                                         gdouble coeff_2_0,
-                                                         gdouble coeff_2_1,
-                                                         gdouble coeff_2_2,
-                                                         gboolean interpolate,
-                                                         GimpTransformResize clip_result);
+
gint32              gimp_drawable_transform_matrix_default
+                                                        (gint32 drawable_ID,
+                                                         gdouble coeff_0_0,
+                                                         gdouble coeff_0_1,
+                                                         gdouble coeff_0_2,
+                                                         gdouble coeff_1_0,
+                                                         gdouble coeff_1_1,
+                                                         gdouble coeff_1_2,
+                                                         gdouble coeff_2_0,
+                                                         gdouble coeff_2_1,
+                                                         gdouble coeff_2_2,
+                                                         gboolean interpolate,
+                                                         GimpTransformResize clip_result);

Transform the specified drawable in 2d, with extra parameters.

@@ -1488,69 +1320,55 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

coeff_0_0 :

-coefficient (0,0) of the transformation matrix. - +coefficient (0,0) of the transformation matrix.

coeff_0_1 :

-coefficient (0,1) of the transformation matrix. - +coefficient (0,1) of the transformation matrix.

coeff_0_2 :

-coefficient (0,2) of the transformation matrix. - +coefficient (0,2) of the transformation matrix.

coeff_1_0 :

-coefficient (1,0) of the transformation matrix. - +coefficient (1,0) of the transformation matrix.

coeff_1_1 :

-coefficient (1,1) of the transformation matrix. - +coefficient (1,1) of the transformation matrix.

coeff_1_2 :

-coefficient (1,2) of the transformation matrix. - +coefficient (1,2) of the transformation matrix.

coeff_2_0 :

-coefficient (2,0) of the transformation matrix. - +coefficient (2,0) of the transformation matrix.

coeff_2_1 :

-coefficient (2,1) of the transformation matrix. - +coefficient (2,1) of the transformation matrix.

coeff_2_2 :

-coefficient (2,2) of the transformation matrix. - +coefficient (2,2) of the transformation matrix.

interpolate :

-Whether to use interpolation and supersampling. - +Whether to use interpolation and supersampling.

clip_result :

-How to clip results. - +How to clip results.

Returns :

- The transformed drawable. - - +The transformed drawable.
@@ -1560,6 +1378,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpedit.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpedit.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpedit.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpedit.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpedit - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,67 +35,67 @@
-
+

Synopsis

-
gboolean            gimp_edit_cut                       (gint32 drawable_ID);
-gboolean            gimp_edit_copy                      (gint32 drawable_ID);
-gboolean            gimp_edit_copy_visible              (gint32 image_ID);
-gint32              gimp_edit_paste                     (gint32 drawable_ID,
-                                                         gboolean paste_into);
-gint32              gimp_edit_paste_as_new              (void);
-gchar*              gimp_edit_named_cut                 (gint32 drawable_ID,
-                                                         const gchar *buffer_name);
-gchar*              gimp_edit_named_copy                (gint32 drawable_ID,
-                                                         const gchar *buffer_name);
-gchar*              gimp_edit_named_copy_visible        (gint32 image_ID,
-                                                         const gchar *buffer_name);
-gint32              gimp_edit_named_paste               (gint32 drawable_ID,
-                                                         const gchar *buffer_name,
-                                                         gboolean paste_into);
-gint32              gimp_edit_named_paste_as_new        (const gchar *buffer_name);
-gboolean            gimp_edit_clear                     (gint32 drawable_ID);
-gboolean            gimp_edit_fill                      (gint32 drawable_ID,
+
gboolean            gimp_edit_cut                       (gint32 drawable_ID);
+gboolean            gimp_edit_copy                      (gint32 drawable_ID);
+gboolean            gimp_edit_copy_visible              (gint32 image_ID);
+gint32              gimp_edit_paste                     (gint32 drawable_ID,
+                                                         gboolean paste_into);
+gint32              gimp_edit_paste_as_new              (void);
+gchar *             gimp_edit_named_cut                 (gint32 drawable_ID,
+                                                         const gchar *buffer_name);
+gchar *             gimp_edit_named_copy                (gint32 drawable_ID,
+                                                         const gchar *buffer_name);
+gchar *             gimp_edit_named_copy_visible        (gint32 image_ID,
+                                                         const gchar *buffer_name);
+gint32              gimp_edit_named_paste               (gint32 drawable_ID,
+                                                         const gchar *buffer_name,
+                                                         gboolean paste_into);
+gint32              gimp_edit_named_paste_as_new        (const gchar *buffer_name);
+gboolean            gimp_edit_clear                     (gint32 drawable_ID);
+gboolean            gimp_edit_fill                      (gint32 drawable_ID,
                                                          GimpFillType fill_type);
-gboolean            gimp_edit_bucket_fill               (gint32 drawable_ID,
-                                                         GimpBucketFillMode fill_mode,
+gboolean            gimp_edit_bucket_fill               (gint32 drawable_ID,
+                                                         GimpBucketFillMode fill_mode,
                                                          GimpLayerModeEffects paint_mode,
-                                                         gdouble opacity,
-                                                         gdouble threshold,
-                                                         gboolean sample_merged,
-                                                         gdouble x,
-                                                         gdouble y);
-gboolean            gimp_edit_blend                     (gint32 drawable_ID,
-                                                         GimpBlendMode blend_mode,
+                                                         gdouble opacity,
+                                                         gdouble threshold,
+                                                         gboolean sample_merged,
+                                                         gdouble x,
+                                                         gdouble y);
+gboolean            gimp_edit_blend                     (gint32 drawable_ID,
+                                                         GimpBlendMode blend_mode,
                                                          GimpLayerModeEffects paint_mode,
-                                                         GimpGradientType gradient_type,
-                                                         gdouble opacity,
-                                                         gdouble offset,
-                                                         GimpRepeatMode repeat,
-                                                         gboolean reverse,
-                                                         gboolean supersample,
-                                                         gint max_depth,
-                                                         gdouble threshold,
-                                                         gboolean dither,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2);
-gboolean            gimp_edit_stroke                    (gint32 drawable_ID);
-gboolean            gimp_edit_stroke_vectors            (gint32 drawable_ID,
-                                                         gint32 vectors_ID);
+                                                         GimpGradientType gradient_type,
+                                                         gdouble opacity,
+                                                         gdouble offset,
+                                                         GimpRepeatMode repeat,
+                                                         gboolean reverse,
+                                                         gboolean supersample,
+                                                         gint max_depth,
+                                                         gdouble threshold,
+                                                         gboolean dither,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2);
+gboolean            gimp_edit_stroke                    (gint32 drawable_ID);
+gboolean            gimp_edit_stroke_vectors            (gint32 drawable_ID,
+                                                         gint32 vectors_ID);
 
-
+

Description

Edit menu functions (cut, copy, paste, clear, etc.)

-
+

Details

-
+

gimp_edit_cut ()

-
gboolean            gimp_edit_cut                       (gint32 drawable_ID);
+
gboolean            gimp_edit_cut                       (gint32 drawable_ID);

Cut from the specified drawable.

@@ -114,21 +114,19 @@

drawable_ID :

-The drawable to cut from. - +The drawable to cut from.

Returns :

- TRUE if the cut was successful, FALSE if there was nothing to copy from. - +TRUE if the cut was successful, FALSE if there was nothing to copy from.

-
+

gimp_edit_copy ()

-
gboolean            gimp_edit_copy                      (gint32 drawable_ID);
+
gboolean            gimp_edit_copy                      (gint32 drawable_ID);

Copy from the specified drawable.

@@ -147,21 +145,19 @@

drawable_ID :

-The drawable to copy from. - +The drawable to copy from.

Returns :

- TRUE if the cut was successful, FALSE if there was nothing to copy from. - +TRUE if the cut was successful, FALSE if there was nothing to copy from.

-
+

gimp_edit_copy_visible ()

-
gboolean            gimp_edit_copy_visible              (gint32 image_ID);
+
gboolean            gimp_edit_copy_visible              (gint32 image_ID);

Copy from the projection.

@@ -178,24 +174,21 @@

image_ID :

-The image to copy from. - +The image to copy from.

Returns :

- TRUE if the copy was successful. - - +TRUE if the copy was successful.

Since GIMP 2.2


-
+

gimp_edit_paste ()

-
gint32              gimp_edit_paste                     (gint32 drawable_ID,
-                                                         gboolean paste_into);
+
gint32              gimp_edit_paste                     (gint32 drawable_ID,
+                                                         gboolean paste_into);

Paste buffer to the specified drawable.

@@ -221,26 +214,23 @@

drawable_ID :

-The drawable to paste to. - +The drawable to paste to.

paste_into :

-Clear selection, or paste behind it? - +Clear selection, or paste behind it?

Returns :

- The new floating selection. - +The new floating selection.

-
+

gimp_edit_paste_as_new ()

-
gint32              gimp_edit_paste_as_new              (void);
+
gint32              gimp_edit_paste_as_new              (void);

Paste buffer to a new image.

@@ -254,18 +244,16 @@

Returns :

- The new image. - - +The new image.

Since GIMP 2.4


-
+

gimp_edit_named_cut ()

-
gchar*              gimp_edit_named_cut                 (gint32 drawable_ID,
-                                                         const gchar *buffer_name);
+
gchar *             gimp_edit_named_cut                 (gint32 drawable_ID,
+                                                         const gchar *buffer_name);

Cut into a named buffer.

@@ -280,29 +268,25 @@

drawable_ID :

-The drawable to cut from. - +The drawable to cut from.

buffer_name :

-The name of the buffer to create. - +The name of the buffer to create.

Returns :

- The real name given to the buffer, or NULL if the cut failed. - - +The real name given to the buffer, or NULL if the cut failed.

Since GIMP 2.4


-
+

gimp_edit_named_copy ()

-
gchar*              gimp_edit_named_copy                (gint32 drawable_ID,
-                                                         const gchar *buffer_name);
+
gchar *             gimp_edit_named_copy                (gint32 drawable_ID,
+                                                         const gchar *buffer_name);

Copy into a named buffer.

@@ -317,29 +301,25 @@

drawable_ID :

-The drawable to copy from. - +The drawable to copy from.

buffer_name :

-The name of the buffer to create. - +The name of the buffer to create.

Returns :

- The real name given to the buffer, or NULL if the copy failed. - - +The real name given to the buffer, or NULL if the copy failed.

Since GIMP 2.4


-
+

gimp_edit_named_copy_visible ()

-
gchar*              gimp_edit_named_copy_visible        (gint32 image_ID,
-                                                         const gchar *buffer_name);
+
gchar *             gimp_edit_named_copy_visible        (gint32 image_ID,
+                                                         const gchar *buffer_name);

Copy from the projection into a named buffer.

@@ -354,30 +334,26 @@

image_ID :

-The image to copy from. - +The image to copy from.

buffer_name :

-The name of the buffer to create. - +The name of the buffer to create.

Returns :

- The real name given to the buffer, or NULL if the copy failed. - - +The real name given to the buffer, or NULL if the copy failed.

Since GIMP 2.4


-
+

gimp_edit_named_paste ()

-
gint32              gimp_edit_named_paste               (gint32 drawable_ID,
-                                                         const gchar *buffer_name,
-                                                         gboolean paste_into);
+
gint32              gimp_edit_named_paste               (gint32 drawable_ID,
+                                                         const gchar *buffer_name,
+                                                         gboolean paste_into);

Paste named buffer to the specified drawable.

@@ -390,33 +366,28 @@

drawable_ID :

-The drawable to paste to. - +The drawable to paste to.

buffer_name :

-The name of the buffer to paste. - +The name of the buffer to paste.

paste_into :

-Clear selection, or paste behind it? - +Clear selection, or paste behind it?

Returns :

- The new floating selection. - - +The new floating selection.

Since GIMP 2.4


-
+

gimp_edit_named_paste_as_new ()

-
gint32              gimp_edit_named_paste_as_new        (const gchar *buffer_name);
+
gint32              gimp_edit_named_paste_as_new        (const gchar *buffer_name);

Paste named buffer to a new image.

@@ -429,23 +400,20 @@

buffer_name :

-The name of the buffer to paste. - +The name of the buffer to paste.

Returns :

- The new image. - - +The new image.

Since GIMP 2.4


-
+

gimp_edit_clear ()

-
gboolean            gimp_edit_clear                     (gint32 drawable_ID);
+
gboolean            gimp_edit_clear                     (gint32 drawable_ID);

Clear selected area of drawable.

@@ -461,21 +429,19 @@

drawable_ID :

-The drawable to clear from. - +The drawable to clear from.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_edit_fill ()

-
gboolean            gimp_edit_fill                      (gint32 drawable_ID,
+
gboolean            gimp_edit_fill                      (gint32 drawable_ID,
                                                          GimpFillType fill_type);

Fill selected area of drawable. @@ -494,33 +460,30 @@

drawable_ID :

-The drawable to fill to. - +The drawable to fill to.

fill_type :

-The type of fill. - +The type of fill.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_edit_bucket_fill ()

-
gboolean            gimp_edit_bucket_fill               (gint32 drawable_ID,
-                                                         GimpBucketFillMode fill_mode,
+
gboolean            gimp_edit_bucket_fill               (gint32 drawable_ID,
+                                                         GimpBucketFillMode fill_mode,
                                                          GimpLayerModeEffects paint_mode,
-                                                         gdouble opacity,
-                                                         gdouble threshold,
-                                                         gboolean sample_merged,
-                                                         gdouble x,
-                                                         gdouble y);
+ gdouble opacity, + gdouble threshold, + gboolean sample_merged, + gdouble x, + gdouble y);

Fill the area specified either by the current selection if there is one, or by a seed fill starting at the specified coordinates. @@ -544,71 +507,62 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

fill_mode :

-The type of fill. - +The type of fill.

paint_mode :

-The paint application mode. - +The paint application mode.

opacity :

-The opacity of the final bucket fill. - +The opacity of the final bucket fill.

threshold :

-The threshold determines how extensive the seed fill will be. It's value is specified in terms of intensity levels. This parameter is only valid when there is no selection in the specified image. - +The threshold determines how extensive the seed fill will be. It's value is specified in terms of intensity levels. This parameter is only valid when there is no selection in the specified image.

sample_merged :

-Use the composite image, not the drawable. - +Use the composite image, not the drawable.

x :

-The x coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image. - +The x coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image.

y :

-The y coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image. - +The y coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_edit_blend ()

-
gboolean            gimp_edit_blend                     (gint32 drawable_ID,
-                                                         GimpBlendMode blend_mode,
+
gboolean            gimp_edit_blend                     (gint32 drawable_ID,
+                                                         GimpBlendMode blend_mode,
                                                          GimpLayerModeEffects paint_mode,
-                                                         GimpGradientType gradient_type,
-                                                         gdouble opacity,
-                                                         gdouble offset,
-                                                         GimpRepeatMode repeat,
-                                                         gboolean reverse,
-                                                         gboolean supersample,
-                                                         gint max_depth,
-                                                         gdouble threshold,
-                                                         gboolean dither,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2);
+ GimpGradientType gradient_type, + gdouble opacity, + gdouble offset, + GimpRepeatMode repeat, + gboolean reverse, + gboolean supersample, + gint max_depth, + gdouble threshold, + gboolean dither, + gdouble x1, + gdouble y1, + gdouble x2, + gdouble y2);

Blend between the starting and ending coordinates with the specified blend mode and gradient type. @@ -624,96 +578,79 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

blend_mode :

-The type of blend. - +The type of blend.

paint_mode :

-The paint application mode. - +The paint application mode.

gradient_type :

-The type of gradient. - +The type of gradient.

opacity :

-The opacity of the final blend. - +The opacity of the final blend.

offset :

-Offset relates to the starting and ending coordinates specified for the blend. This parameter is mode dependent. - +Offset relates to the starting and ending coordinates specified for the blend. This parameter is mode dependent.

repeat :

-Repeat mode. - +Repeat mode.

reverse :

-Use the reverse gradient. - +Use the reverse gradient.

supersample :

-Do adaptive supersampling. - +Do adaptive supersampling.

max_depth :

-Maximum recursion levels for supersampling. - +Maximum recursion levels for supersampling.

threshold :

-Supersampling threshold. - +Supersampling threshold.

dither :

-Use dithering to reduce banding. - +Use dithering to reduce banding.

x1 :

-The x coordinate of this blend's starting point. - +The x coordinate of this blend's starting point.

y1 :

-The y coordinate of this blend's starting point. - +The y coordinate of this blend's starting point.

x2 :

-The x coordinate of this blend's ending point. - +The x coordinate of this blend's ending point.

y2 :

-The y coordinate of this blend's ending point. - +The y coordinate of this blend's ending point.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_edit_stroke ()

-
gboolean            gimp_edit_stroke                    (gint32 drawable_ID);
+
gboolean            gimp_edit_stroke                    (gint32 drawable_ID);

Stroke the current selection

@@ -728,22 +665,20 @@

drawable_ID :

-The drawable to stroke to. - +The drawable to stroke to.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_edit_stroke_vectors ()

-
gboolean            gimp_edit_stroke_vectors            (gint32 drawable_ID,
-                                                         gint32 vectors_ID);
+
gboolean            gimp_edit_stroke_vectors            (gint32 drawable_ID,
+                                                         gint32 vectors_ID);

Stroke the specified vectors object

@@ -756,19 +691,15 @@

drawable_ID :

-The drawable to stroke to. - +The drawable to stroke to.

vectors_ID :

-The vectors object. - +The vectors object.

Returns :

- TRUE on success. - - +TRUE on success.
@@ -778,6 +709,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpenums.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpenums.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpenums.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpenums.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpenums - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

void                gimp_enums_init                     (void);
 enum                GimpBrushApplicationMode;
@@ -56,18 +56,18 @@
 enum                GimpOrientationType;
 enum                GimpRotationType;
 enum                GimpSelectCriterion;
-const gchar **      gimp_enums_get_type_names           (gint *n_type_names);
+const gchar **      gimp_enums_get_type_names           (gint *n_type_names);
 
-
+

Description

Enums and definitions.

-
+

Details

-
+

gimp_enums_init ()

void                gimp_enums_init                     (void);

@@ -81,10 +81,9 @@

Since GIMP 2.4


-
+

enum GimpBrushApplicationMode

-
typedef enum
-{
+
typedef enum {
   GIMP_BRUSH_HARD,
   GIMP_BRUSH_SOFT
 } GimpBrushApplicationMode;
@@ -93,10 +92,9 @@
 


-
+

enum GimpBrushGeneratedShape

-
typedef enum
-{
+
typedef enum {
   GIMP_BRUSH_GENERATED_CIRCLE,
   GIMP_BRUSH_GENERATED_SQUARE,
   GIMP_BRUSH_GENERATED_DIAMOND
@@ -106,10 +104,9 @@
 


-
+

enum GimpConvertDitherType

-
typedef enum
-{
+
typedef enum {
   GIMP_NO_DITHER,
   GIMP_FS_DITHER,
   GIMP_FSLOWBLEED_DITHER,
@@ -120,10 +117,9 @@
 


-
+

enum GimpConvertPaletteType

-
typedef enum
-{
+
typedef enum {
   GIMP_MAKE_PALETTE,
   GIMP_REUSE_PALETTE,
   GIMP_WEB_PALETTE,
@@ -135,10 +131,9 @@
 


-
+

enum GimpConvolutionType

-
typedef enum
-{
+
typedef enum {
   GIMP_NORMAL_CONVOL,
   GIMP_ABSOLUTE_CONVOL,
   GIMP_NEGATIVE_CONVOL
@@ -148,10 +143,9 @@
 


-
+

enum GimpConvolveType

-
typedef enum
-{
+
typedef enum {
   GIMP_BLUR_CONVOLVE,
   GIMP_SHARPEN_CONVOLVE
 } GimpConvolveType;
@@ -160,10 +154,9 @@
 


-
+

enum GimpFillType

-
typedef enum
-{
+
typedef enum {
   GIMP_FOREGROUND_FILL,
   GIMP_BACKGROUND_FILL,
   GIMP_WHITE_FILL,
@@ -175,10 +168,9 @@
 


-
+

enum GimpGradientSegmentColor

-
typedef enum
-{
+
typedef enum {
   GIMP_GRADIENT_SEGMENT_RGB,
   GIMP_GRADIENT_SEGMENT_HSV_CCW,
   GIMP_GRADIENT_SEGMENT_HSV_CW
@@ -188,10 +180,9 @@
 


-
+

enum GimpGradientSegmentType

-
typedef enum
-{
+
typedef enum {
   GIMP_GRADIENT_SEGMENT_LINEAR,
   GIMP_GRADIENT_SEGMENT_CURVED,
   GIMP_GRADIENT_SEGMENT_SINE,
@@ -203,10 +194,9 @@
 


-
+

enum GimpHistogramChannel

-
typedef enum
-{
+
typedef enum {
   GIMP_HISTOGRAM_VALUE,
   GIMP_HISTOGRAM_RED,
   GIMP_HISTOGRAM_GREEN,
@@ -218,10 +208,9 @@
 


-
+

enum GimpHueRange

-
typedef enum
-{
+
typedef enum {
   GIMP_ALL_HUES,
   GIMP_RED_HUES,
   GIMP_YELLOW_HUES,
@@ -235,10 +224,9 @@
 


-
+

enum GimpLayerModeEffects

-
typedef enum
-{
+
typedef enum {
   GIMP_NORMAL_MODE,
   GIMP_DISSOLVE_MODE,
   GIMP_BEHIND_MODE,
@@ -268,10 +256,9 @@
 


-
+

enum GimpMaskApplyMode

-
typedef enum
-{
+
typedef enum {
   GIMP_MASK_APPLY,
   GIMP_MASK_DISCARD
 } GimpMaskApplyMode;
@@ -280,10 +267,9 @@
 


-
+

enum GimpMergeType

-
typedef enum
-{
+
typedef enum {
   GIMP_EXPAND_AS_NECESSARY,
   GIMP_CLIP_TO_IMAGE,
   GIMP_CLIP_TO_BOTTOM_LAYER,
@@ -294,10 +280,9 @@
 


-
+

enum GimpOffsetType

-
typedef enum
-{
+
typedef enum {
   GIMP_OFFSET_BACKGROUND,
   GIMP_OFFSET_TRANSPARENT
 } GimpOffsetType;
@@ -306,10 +291,9 @@
 


-
+

enum GimpOrientationType

-
typedef enum
-{
+
typedef enum {
   GIMP_ORIENTATION_HORIZONTAL,
   GIMP_ORIENTATION_VERTICAL,
   GIMP_ORIENTATION_UNKNOWN
@@ -319,10 +303,9 @@
 


-
+

enum GimpRotationType

-
typedef enum
-{
+
typedef enum {
   GIMP_ROTATE_90,
   GIMP_ROTATE_180,
   GIMP_ROTATE_270
@@ -332,10 +315,9 @@
 


-
+

enum GimpSelectCriterion

-
typedef enum
-{
+
typedef enum {
   GIMP_SELECT_CRITERION_COMPOSITE,
   GIMP_SELECT_CRITERION_R,
   GIMP_SELECT_CRITERION_G,
@@ -349,9 +331,9 @@
 


-
+

gimp_enums_get_type_names ()

-
const gchar **      gimp_enums_get_type_names           (gint *n_type_names);
+
const gchar **      gimp_enums_get_type_names           (gint *n_type_names);

This function gives access to the list of enums registered by libgimp. The returned array is static and must not be modified. @@ -361,14 +343,11 @@

n_type_names :

-return location for the number of names - +return location for the number of names

Returns :

- an array with type names - - +an array with type names
@@ -378,6 +357,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpexport.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpexport.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpexport.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpexport.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpexport - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,17 +35,17 @@
-
+

Synopsis

enum                GimpExportCapabilities;
 enum                GimpExportReturn;
-GimpExportReturn    gimp_export_image                   (gint32 *image_ID,
-                                                         gint32 *drawable_ID,
-                                                         const gchar *format_name,
+GimpExportReturn    gimp_export_image                   (gint32 *image_ID,
+                                                         gint32 *drawable_ID,
+                                                         const gchar *format_name,
                                                          GimpExportCapabilities capabilities);
 
-
+

Description

This function should be called by all save_plugins unless they are @@ -60,12 +60,11 @@ as it will most probably have to open a dialog.

-
+

Details

-
+

enum GimpExportCapabilities

-
typedef enum
-{
+
typedef enum {
   GIMP_EXPORT_CAN_HANDLE_RGB                 = 1 << 0,
   GIMP_EXPORT_CAN_HANDLE_GRAY                = 1 << 1,
   GIMP_EXPORT_CAN_HANDLE_INDEXED             = 1 << 2,
@@ -81,10 +80,9 @@
 


-
+

enum GimpExportReturn

-
typedef enum
-{
+
typedef enum {
   GIMP_EXPORT_CANCEL,
   GIMP_EXPORT_IGNORE,
   GIMP_EXPORT_EXPORT
@@ -94,11 +92,11 @@
 


-
+

gimp_export_image ()

-
GimpExportReturn    gimp_export_image                   (gint32 *image_ID,
-                                                         gint32 *drawable_ID,
-                                                         const gchar *format_name,
+
GimpExportReturn    gimp_export_image                   (gint32 *image_ID,
+                                                         gint32 *drawable_ID,
+                                                         const gchar *format_name,
                                                          GimpExportCapabilities capabilities);

Takes an image and a drawable to be saved together with a @@ -126,28 +124,23 @@

image_ID :

-Pointer to the image_ID. - +Pointer to the image_ID.

drawable_ID :

-Pointer to the drawable_ID. - +Pointer to the drawable_ID.

format_name :

-The (short) name of the image_format (e.g. JPEG or GIF). - +The (short) name of the image_format (e.g. JPEG or GIF).

capabilities :

-What can the image_format do? - +What can the image_format do?

Returns :

- An enum of GimpExportReturn describing the user_action. - +An enum of GimpExportReturn describing the user_action.
@@ -156,6 +149,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfileops.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfileops.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfileops.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfileops.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpfileops - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,53 +35,53 @@
-
+

Synopsis

-
gchar*              gimp_temp_name                      (const gchar *extension);
-gint32              gimp_file_load                      (GimpRunMode run_mode,
-                                                         const gchar *filename,
-                                                         const gchar *raw_filename);
-gint32              gimp_file_load_layer                (GimpRunMode run_mode,
-                                                         gint32 image_ID,
-                                                         const gchar *filename);
-gint*               gimp_file_load_layers               (GimpRunMode run_mode,
-                                                         gint32 image_ID,
-                                                         const gchar *filename,
-                                                         gint *num_layers);
-gboolean            gimp_file_save                      (GimpRunMode run_mode,
-                                                         gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         const gchar *filename,
-                                                         const gchar *raw_filename);
-gboolean            gimp_file_save_thumbnail            (gint32 image_ID,
-                                                         const gchar *filename);
-gboolean            gimp_register_magic_load_handler    (const gchar *procedure_name,
-                                                         const gchar *extensions,
-                                                         const gchar *prefixes,
-                                                         const gchar *magics);
-gboolean            gimp_register_load_handler          (const gchar *procedure_name,
-                                                         const gchar *extensions,
-                                                         const gchar *prefixes);
-gboolean            gimp_register_save_handler          (const gchar *procedure_name,
-                                                         const gchar *extensions,
-                                                         const gchar *prefixes);
-gboolean            gimp_register_file_handler_mime     (const gchar *procedure_name,
-                                                         const gchar *mime_type);
-gboolean            gimp_register_thumbnail_loader      (const gchar *load_proc,
-                                                         const gchar *thumb_proc);
+
gchar *             gimp_temp_name                      (const gchar *extension);
+gint32              gimp_file_load                      (GimpRunMode run_mode,
+                                                         const gchar *filename,
+                                                         const gchar *raw_filename);
+gint32              gimp_file_load_layer                (GimpRunMode run_mode,
+                                                         gint32 image_ID,
+                                                         const gchar *filename);
+gint *              gimp_file_load_layers               (GimpRunMode run_mode,
+                                                         gint32 image_ID,
+                                                         const gchar *filename,
+                                                         gint *num_layers);
+gboolean            gimp_file_save                      (GimpRunMode run_mode,
+                                                         gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         const gchar *filename,
+                                                         const gchar *raw_filename);
+gboolean            gimp_file_save_thumbnail            (gint32 image_ID,
+                                                         const gchar *filename);
+gboolean            gimp_register_magic_load_handler    (const gchar *procedure_name,
+                                                         const gchar *extensions,
+                                                         const gchar *prefixes,
+                                                         const gchar *magics);
+gboolean            gimp_register_load_handler          (const gchar *procedure_name,
+                                                         const gchar *extensions,
+                                                         const gchar *prefixes);
+gboolean            gimp_register_save_handler          (const gchar *procedure_name,
+                                                         const gchar *extensions,
+                                                         const gchar *prefixes);
+gboolean            gimp_register_file_handler_mime     (const gchar *procedure_name,
+                                                         const gchar *mime_type);
+gboolean            gimp_register_thumbnail_loader      (const gchar *load_proc,
+                                                         const gchar *thumb_proc);
 
-
+

Description

File operations (load, save, etc.)

-
+

Details

-
+

gimp_temp_name ()

-
gchar*              gimp_temp_name                      (const gchar *extension);
+
gchar *             gimp_temp_name                      (const gchar *extension);

Generates a unique filename.

@@ -94,23 +94,21 @@

extension :

-The extension the file will have. - +The extension the file will have.

Returns :

- The new temp filename. - +The new temp filename.

-
+

gimp_file_load ()

-
gint32              gimp_file_load                      (GimpRunMode run_mode,
-                                                         const gchar *filename,
-                                                         const gchar *raw_filename);
+
gint32              gimp_file_load                      (GimpRunMode run_mode,
+                                                         const gchar *filename,
+                                                         const gchar *raw_filename);

Loads an image file by invoking the right load handler.

@@ -128,33 +126,29 @@

run_mode :

-The run mode. - +The run mode.

filename :

-The name of the file to load. - +The name of the file to load.

raw_filename :

-The name as entered by the user. - +The name as entered by the user.

Returns :

- The output image. - +The output image.

-
+

gimp_file_load_layer ()

-
gint32              gimp_file_load_layer                (GimpRunMode run_mode,
-                                                         gint32 image_ID,
-                                                         const gchar *filename);
+
gint32              gimp_file_load_layer                (GimpRunMode run_mode,
+                                                         gint32 image_ID,
+                                                         const gchar *filename);

Loads an image file as a layer for an existing image.

@@ -168,36 +162,31 @@

run_mode :

-The run mode. - +The run mode.

image_ID :

-Destination image. - +Destination image.

filename :

-The name of the file to load. - +The name of the file to load.

Returns :

- The layer created when loading the image file. - - +The layer created when loading the image file.

Since GIMP 2.4


-
+

gimp_file_load_layers ()

-
gint*               gimp_file_load_layers               (GimpRunMode run_mode,
-                                                         gint32 image_ID,
-                                                         const gchar *filename,
-                                                         gint *num_layers);
+
gint *              gimp_file_load_layers               (GimpRunMode run_mode,
+                                                         gint32 image_ID,
+                                                         const gchar *filename,
+                                                         gint *num_layers);

Loads an image file as layers for an existing image.

@@ -211,42 +200,36 @@

run_mode :

-The run mode. - +The run mode.

image_ID :

-Destination image. - +Destination image.

filename :

-The name of the file to load. - +The name of the file to load.

num_layers :

-The number of loaded layers. - +The number of loaded layers.

Returns :

- The list of loaded layers. - - +The list of loaded layers.

Since GIMP 2.4


-
+

gimp_file_save ()

-
gboolean            gimp_file_save                      (GimpRunMode run_mode,
-                                                         gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         const gchar *filename,
-                                                         const gchar *raw_filename);
+
gboolean            gimp_file_save                      (GimpRunMode run_mode,
+                                                         gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         const gchar *filename,
+                                                         const gchar *raw_filename);

Saves a file by extension.

@@ -263,42 +246,36 @@

run_mode :

-The run mode. - +The run mode.

image_ID :

-Input image. - +Input image.

drawable_ID :

-Drawable to save. - +Drawable to save.

filename :

-The name of the file to save the image in. - +The name of the file to save the image in.

raw_filename :

-The name as entered by the user. - +The name as entered by the user.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_file_save_thumbnail ()

-
gboolean            gimp_file_save_thumbnail            (gint32 image_ID,
-                                                         const gchar *filename);
+
gboolean            gimp_file_save_thumbnail            (gint32 image_ID,
+                                                         const gchar *filename);

Saves a thumbnail for the given image

@@ -315,29 +292,26 @@

image_ID :

-The image. - +The image.

filename :

-The name of the file the thumbnail belongs to. - +The name of the file the thumbnail belongs to.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_register_magic_load_handler ()

-
gboolean            gimp_register_magic_load_handler    (const gchar *procedure_name,
-                                                         const gchar *extensions,
-                                                         const gchar *prefixes,
-                                                         const gchar *magics);
+
gboolean            gimp_register_magic_load_handler    (const gchar *procedure_name,
+                                                         const gchar *extensions,
+                                                         const gchar *prefixes,
+                                                         const gchar *magics);

Registers a file load handler procedure.

@@ -350,38 +324,33 @@

procedure_name :

-The name of the procedure to be used for loading. - +The name of the procedure to be used for loading.

extensions :

-comma separated list of extensions this handler can load (i.e. \"jpg,jpeg\"). - +comma separated list of extensions this handler can load (i.e. \"jpg,jpeg\").

prefixes :

-comma separated list of prefixes this handler can load (i.e. \"http:,ftp:\"). - +comma separated list of prefixes this handler can load (i.e. \"http:,ftp:\").

magics :

-comma separated list of magic file information this handler can load (i.e. \"0,string,GIF\"). - +comma separated list of magic file information this handler can load (i.e. \"0,string,GIF\").

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_register_load_handler ()

-
gboolean            gimp_register_load_handler          (const gchar *procedure_name,
-                                                         const gchar *extensions,
-                                                         const gchar *prefixes);
+
gboolean            gimp_register_load_handler          (const gchar *procedure_name,
+                                                         const gchar *extensions,
+                                                         const gchar *prefixes);

Registers a file load handler procedure.

@@ -394,33 +363,29 @@

procedure_name :

-The name of the procedure to be used for loading. - +The name of the procedure to be used for loading.

extensions :

-comma separated list of extensions this handler can load (i.e. \"jpg,jpeg\"). - +comma separated list of extensions this handler can load (i.e. \"jpg,jpeg\").

prefixes :

-comma separated list of prefixes this handler can load (i.e. \"http:,ftp:\"). - +comma separated list of prefixes this handler can load (i.e. \"http:,ftp:\").

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_register_save_handler ()

-
gboolean            gimp_register_save_handler          (const gchar *procedure_name,
-                                                         const gchar *extensions,
-                                                         const gchar *prefixes);
+
gboolean            gimp_register_save_handler          (const gchar *procedure_name,
+                                                         const gchar *extensions,
+                                                         const gchar *prefixes);

Registers a file save handler procedure.

@@ -433,32 +398,28 @@

procedure_name :

-The name of the procedure to be used for saving. - +The name of the procedure to be used for saving.

extensions :

-comma separated list of extensions this handler can save (i.e. \"jpg,jpeg\"). - +comma separated list of extensions this handler can save (i.e. \"jpg,jpeg\").

prefixes :

-comma separated list of prefixes this handler can save (i.e. \"http:,ftp:\"). - +comma separated list of prefixes this handler can save (i.e. \"http:,ftp:\").

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_register_file_handler_mime ()

-
gboolean            gimp_register_file_handler_mime     (const gchar *procedure_name,
-                                                         const gchar *mime_type);
+
gboolean            gimp_register_file_handler_mime     (const gchar *procedure_name,
+                                                         const gchar *mime_type);

Associates a MIME type with a file handler procedure.

@@ -472,29 +433,25 @@

procedure_name :

-The name of the procedure to associate a MIME type with. - +The name of the procedure to associate a MIME type with.

mime_type :

-A single MIME type, like for example \"image/jpeg\". - +A single MIME type, like for example \"image/jpeg\".

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_register_thumbnail_loader ()

-
gboolean            gimp_register_thumbnail_loader      (const gchar *load_proc,
-                                                         const gchar *thumb_proc);
+
gboolean            gimp_register_thumbnail_loader      (const gchar *load_proc,
+                                                         const gchar *thumb_proc);

Associates a thumbnail loader with a file load procedure.

@@ -511,19 +468,15 @@

load_proc :

-The name of the procedure the thumbnail loader with. - +The name of the procedure the thumbnail loader with.

thumb_proc :

-The name of the thumbnail load procedure. - +The name of the thumbnail load procedure.

Returns :

- TRUE on success. - - +TRUE on success.
@@ -533,6 +486,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfloatingsel.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfloatingsel.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfloatingsel.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfloatingsel.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpfloatingsel - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,30 +35,30 @@
-
+

Synopsis

-
gboolean            gimp_floating_sel_remove            (gint32 floating_sel_ID);
-gboolean            gimp_floating_sel_anchor            (gint32 floating_sel_ID);
-gboolean            gimp_floating_sel_to_layer          (gint32 floating_sel_ID);
-gboolean            gimp_floating_sel_attach            (gint32 layer_ID,
-                                                         gint32 drawable_ID);
-gboolean            gimp_floating_sel_rigor             (gint32 floating_sel_ID,
-                                                         gboolean undo);
-gboolean            gimp_floating_sel_relax             (gint32 floating_sel_ID,
-                                                         gboolean undo);
+
gboolean            gimp_floating_sel_remove            (gint32 floating_sel_ID);
+gboolean            gimp_floating_sel_anchor            (gint32 floating_sel_ID);
+gboolean            gimp_floating_sel_to_layer          (gint32 floating_sel_ID);
+gboolean            gimp_floating_sel_attach            (gint32 layer_ID,
+                                                         gint32 drawable_ID);
+gboolean            gimp_floating_sel_rigor             (gint32 floating_sel_ID,
+                                                         gboolean undo);
+gboolean            gimp_floating_sel_relax             (gint32 floating_sel_ID,
+                                                         gboolean undo);
 
-
+

Description

Functions for removing or attaching floating selections.

-
+

Details

-
+

gimp_floating_sel_remove ()

-
gboolean            gimp_floating_sel_remove            (gint32 floating_sel_ID);
+
gboolean            gimp_floating_sel_remove            (gint32 floating_sel_ID);

Remove the specified floating selection from its associated drawable. @@ -72,21 +72,19 @@

floating_sel_ID :

-The floating selection. - +The floating selection.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_floating_sel_anchor ()

-
gboolean            gimp_floating_sel_anchor            (gint32 floating_sel_ID);
+
gboolean            gimp_floating_sel_anchor            (gint32 floating_sel_ID);

Anchor the specified floating selection to its associated drawable.

@@ -101,21 +99,19 @@

floating_sel_ID :

-The floating selection. - +The floating selection.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_floating_sel_to_layer ()

-
gboolean            gimp_floating_sel_to_layer          (gint32 floating_sel_ID);
+
gboolean            gimp_floating_sel_to_layer          (gint32 floating_sel_ID);

Transforms the specified floating selection into a layer.

@@ -134,22 +130,20 @@

floating_sel_ID :

-The floating selection. - +The floating selection.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_floating_sel_attach ()

-
gboolean            gimp_floating_sel_attach            (gint32 layer_ID,
-                                                         gint32 drawable_ID);
+
gboolean            gimp_floating_sel_attach            (gint32 layer_ID,
+                                                         gint32 drawable_ID);

Attach the specified layer as floating to the specified drawable.

@@ -162,27 +156,24 @@

layer_ID :

-The layer (is attached as floating selection). - +The layer (is attached as floating selection).

drawable_ID :

-The drawable (where to attach the floating selection). - +The drawable (where to attach the floating selection).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_floating_sel_rigor ()

-
gboolean            gimp_floating_sel_rigor             (gint32 floating_sel_ID,
-                                                         gboolean undo);
+
gboolean            gimp_floating_sel_rigor             (gint32 floating_sel_ID,
+                                                         gboolean undo);

Rigor the floating selection.

@@ -194,27 +185,24 @@

floating_sel_ID :

-The floating selection. - +The floating selection.

undo :

-. - +.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_floating_sel_relax ()

-
gboolean            gimp_floating_sel_relax             (gint32 floating_sel_ID,
-                                                         gboolean undo);
+
gboolean            gimp_floating_sel_relax             (gint32 floating_sel_ID,
+                                                         gboolean undo);

Relax the floating selection.

@@ -226,18 +214,15 @@

floating_sel_ID :

-The floating selection. - +The floating selection.

undo :

-. - +.

Returns :

- TRUE on success. - +TRUE on success.
@@ -246,6 +231,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfontmenu.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfontmenu.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfontmenu.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfontmenu.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpfontmenu - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,37 +35,37 @@
-
+

Synopsis

-
GtkWidget *         gimp_font_select_widget_new         (const gchar *title,
-                                                         const gchar *font_name,
+
GtkWidget *         gimp_font_select_widget_new         (const gchar *title,
+                                                         const gchar *font_name,
                                                          GimpRunFontCallback callback,
-                                                         gpointer data);
-void                gimp_font_select_widget_close       (GtkWidget *widget);
-void                gimp_font_select_widget_set         (GtkWidget *widget,
-                                                         const gchar *font_name);
+                                                         gpointer data);
+void                gimp_font_select_widget_close       (GtkWidget *widget);
+void                gimp_font_select_widget_set         (GtkWidget *widget,
+                                                         const gchar *font_name);
 
-
+

Description

A widget for selecting fonts.

-
+

Details

-
+

gimp_font_select_widget_new ()

-
GtkWidget *         gimp_font_select_widget_new         (const gchar *title,
-                                                         const gchar *font_name,
+
GtkWidget *         gimp_font_select_widget_new         (const gchar *title,
+                                                         const gchar *font_name,
                                                          GimpRunFontCallback callback,
-                                                         gpointer data);
-
+ gpointer data);
+

Warning

gimp_font_select_widget_new is deprecated and should not be used in newly-written code.

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a font. This widget is suitable for placement in a table in a plug-in dialog.

@@ -74,37 +74,32 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

font_name :

-Initial font name. - +Initial font name.

callback :

-A function to call when the selected font changes. - +A function to call when the selected font changes.

data :

-A pointer to arbitary data to be used in the call to callback. - +A pointer to arbitary data to be used in the call to callback.

Returns :

- A GtkWidget that you can use in your UI. - +A GtkWidget that you can use in your UI.

-
+

gimp_font_select_widget_close ()

-
void                gimp_font_select_widget_close       (GtkWidget *widget);
-
+
void                gimp_font_select_widget_close       (GtkWidget *widget);
+

Warning

gimp_font_select_widget_close is deprecated and should not be used in newly-written code.

@@ -115,42 +110,26 @@

widget :

-A font select widget. - +A font select widget.

-
+

gimp_font_select_widget_set ()

-
void                gimp_font_select_widget_set         (GtkWidget *widget,
-                                                         const gchar *font_name);
-
+
void                gimp_font_select_widget_set         (GtkWidget *widget,
+                                                         const gchar *font_name);
+

Warning

gimp_font_select_widget_set is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - -

widget :

-

font_name :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfontselect.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfontselect.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfontselect.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfontselect.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpfontselect - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,121 +35,63 @@
-
+

Synopsis

-
void                (*GimpRunFontCallback)              (const gchar *font_name,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
-const gchar *       gimp_font_select_new                (const gchar *title,
-                                                         const gchar *font_name,
+
void                (*GimpRunFontCallback)              (const gchar *font_name,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);
+const gchar *       gimp_font_select_new                (const gchar *title,
+                                                         const gchar *font_name,
                                                          GimpRunFontCallback callback,
-                                                         gpointer data);
-void                gimp_font_select_destroy            (const gchar *font_callback);
-gboolean            gimp_fonts_popup                    (const gchar *font_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_font);
-gboolean            gimp_fonts_close_popup              (const gchar *font_callback);
-gboolean            gimp_fonts_set_popup                (const gchar *font_callback,
-                                                         const gchar *font_name);
+                                                         gpointer data);
+void                gimp_font_select_destroy            (const gchar *font_callback);
+gboolean            gimp_fonts_popup                    (const gchar *font_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_font);
+gboolean            gimp_fonts_close_popup              (const gchar *font_callback);
+gboolean            gimp_fonts_set_popup                (const gchar *font_callback,
+                                                         const gchar *font_name);
 
-
+

Description

Functions providing a font selection dialog.

-
+

Details

-
+

GimpRunFontCallback ()

-
void                (*GimpRunFontCallback)              (const gchar *font_name,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
+
void                (*GimpRunFontCallback)              (const gchar *font_name,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);

-
-- - - - - - - - - - - - - - -

font_name :

-

dialog_closing :

-

user_data :

-

-
+

gimp_font_select_new ()

-
const gchar *       gimp_font_select_new                (const gchar *title,
-                                                         const gchar *font_name,
+
const gchar *       gimp_font_select_new                (const gchar *title,
+                                                         const gchar *font_name,
                                                          GimpRunFontCallback callback,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - -

title :

-

font_name :

-

callback :

-

data :

-

Returns :

-

-
+

gimp_font_select_destroy ()

-
void                gimp_font_select_destroy            (const gchar *font_callback);
+
void                gimp_font_select_destroy            (const gchar *font_callback);

-
-- - - - -

font_callback :

-

-
+

gimp_fonts_popup ()

-
gboolean            gimp_fonts_popup                    (const gchar *font_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_font);
+
gboolean            gimp_fonts_popup                    (const gchar *font_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_font);

Invokes the Gimp font selection.

@@ -161,31 +103,27 @@

font_callback :

-The callback PDB proc to call when font selection is made. - +The callback PDB proc to call when font selection is made.

popup_title :

-Title of the font selection dialog. - +Title of the font selection dialog.

initial_font :

-The name of the font to set as the first selected. - +The name of the font to set as the first selected.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_fonts_close_popup ()

-
gboolean            gimp_fonts_close_popup              (const gchar *font_callback);
+
gboolean            gimp_fonts_close_popup              (const gchar *font_callback);

Close the font selection dialog.

@@ -197,22 +135,20 @@

font_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_fonts_set_popup ()

-
gboolean            gimp_fonts_set_popup                (const gchar *font_callback,
-                                                         const gchar *font_name);
+
gboolean            gimp_fonts_set_popup                (const gchar *font_callback,
+                                                         const gchar *font_name);

Sets the current font in a font selection dialog.

@@ -224,18 +160,15 @@

font_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

font_name :

-The name of the font to set as selected. - +The name of the font to set as selected.

Returns :

- TRUE on success. - +TRUE on success.
@@ -244,6 +177,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfonts.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfonts.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpfonts.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpfonts.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpfonts - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,23 +35,23 @@
-
+

Synopsis

-
gboolean            gimp_fonts_refresh                  (void);
-gchar**             gimp_fonts_get_list                 (const gchar *filter,
-                                                         gint *num_fonts);
+
gboolean            gimp_fonts_refresh                  (void);
+gchar **            gimp_fonts_get_list                 (const gchar *filter,
+                                                         gint *num_fonts);
 
-
+

Description

-
+

Details

-
+

gimp_fonts_refresh ()

-
gboolean            gimp_fonts_refresh                  (void);
+
gboolean            gimp_fonts_refresh                  (void);

Refresh current fonts. This function always succeeds.

@@ -63,16 +63,15 @@

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_fonts_get_list ()

-
gchar**             gimp_fonts_get_list                 (const gchar *filter,
-                                                         gint *num_fonts);
+
gchar **            gimp_fonts_get_list                 (const gchar *filter,
+                                                         gint *num_fonts);

Retrieve the list of loaded fonts.

@@ -85,18 +84,15 @@

filter :

-An optional regular expression used to filter the list. - +An optional regular expression used to filter the list.

num_fonts :

-The number of available fonts. - +The number of available fonts.

Returns :

- The list of font names. - +The list of font names.
@@ -105,6 +101,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgimprc.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgimprc.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgimprc.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgimprc.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpgimprc - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,31 +35,31 @@
-
+ -
+

Description

Interactions with settings from .gimprc.

-
+

Details

-
+

gimp_gimprc_query ()

-
gchar*              gimp_gimprc_query                   (const gchar *token);
+
gchar *             gimp_gimprc_query                   (const gchar *token);

Queries the gimprc file parser for information on a specified token.

@@ -79,22 +79,20 @@

token :

-The token to query for. - +The token to query for.

Returns :

- The value associated with the queried token. - +The value associated with the queried token.

-
+

gimp_gimprc_set ()

-
gboolean            gimp_gimprc_set                     (const gchar *token,
-                                                         const gchar *value);
+
gboolean            gimp_gimprc_set                     (const gchar *token,
+                                                         const gchar *value);

Sets a gimprc token to a value and saves it in the gimprc.

@@ -110,26 +108,23 @@

token :

-The token to add or modify. - +The token to add or modify.

value :

-The value to set the token to. - +The value to set the token to.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_get_color_configuration ()

-
GimpColorConfig *   gimp_get_color_configuration        (void);
+
GimpColorConfig *   gimp_get_color_configuration        (void);

Retrieve a copy of the current color management configuration.

@@ -137,18 +132,16 @@

Returns :

- A copy of the core's GimpColorConfig. You should unref - this copy if you don't need it any longer. - - +A copy of the core's GimpColorConfig. You should unref +this copy if you don't need it any longer.

Since GIMP 2.4


-
+

gimp_get_default_comment ()

-
gchar*              gimp_get_default_comment            (void);
+
gchar *             gimp_get_default_comment            (void);

Get the default image comment as specified in the Preferences.

@@ -159,15 +152,14 @@

Returns :

- Default image comment. - +Default image comment.

-
+

gimp_get_default_unit ()

-
GimpUnit            gimp_get_default_unit               (void);
+
GimpUnit            gimp_get_default_unit               (void);

Get the default unit (taken from the user's locale).

@@ -178,17 +170,15 @@

Returns :

- Default unit. - - +Default unit.

Since GIMP 2.4


-
+

gimp_get_module_load_inhibit ()

-
gchar*              gimp_get_module_load_inhibit        (void);
+
gchar *             gimp_get_module_load_inhibit        (void);

Get the list of modules which should not be loaded.

@@ -199,16 +189,15 @@

Returns :

- The list of modules. - +The list of modules.

-
+

gimp_get_monitor_resolution ()

-
gboolean            gimp_get_monitor_resolution         (gdouble *xres,
-                                                         gdouble *yres);
+
gboolean            gimp_get_monitor_resolution         (gdouble *xres,
+                                                         gdouble *yres);

Get the monitor resolution as specified in the Preferences.

@@ -223,26 +212,23 @@

xres :

-X resolution. - +X resolution.

yres :

-Y resolution. - +Y resolution.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_get_theme_dir ()

-
gchar*              gimp_get_theme_dir                  (void);
+
gchar *             gimp_get_theme_dir                  (void);

Get the directory of the current GUI theme.

@@ -253,8 +239,7 @@

Returns :

- The GUI theme dir. - +The GUI theme dir.
@@ -262,6 +247,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgradient.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgradient.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgradient.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgradient.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpgradient - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,138 +35,138 @@
-
+

Synopsis

-
gchar*              gimp_gradient_new                   (const gchar *name);
-gchar*              gimp_gradient_duplicate             (const gchar *name);
-gchar*              gimp_gradient_rename                (const gchar *name,
-                                                         const gchar *new_name);
-gboolean            gimp_gradient_delete                (const gchar *name);
-gboolean            gimp_gradient_is_editable           (const gchar *name);
-gboolean            gimp_gradient_get_uniform_samples   (const gchar *name,
-                                                         gint num_samples,
-                                                         gboolean reverse,
-                                                         gint *num_color_samples,
-                                                         gdouble **color_samples);
-gboolean            gimp_gradient_get_custom_samples    (const gchar *name,
-                                                         gint num_samples,
-                                                         const gdouble *positions,
-                                                         gboolean reverse,
-                                                         gint *num_color_samples,
-                                                         gdouble **color_samples);
-gint                gimp_gradient_get_number_of_segments
-                                                        (const gchar *name);
-gboolean            gimp_gradient_segment_get_left_color
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         GimpRGB *color,
-                                                         gdouble *opacity);
-gboolean            gimp_gradient_segment_set_left_color
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         const GimpRGB *color,
-                                                         gdouble opacity);
-gboolean            gimp_gradient_segment_get_right_color
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         GimpRGB *color,
-                                                         gdouble *opacity);
-gboolean            gimp_gradient_segment_set_right_color
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         const GimpRGB *color,
-                                                         gdouble opacity);
-gboolean            gimp_gradient_segment_get_left_pos  (const gchar *name,
-                                                         gint segment,
-                                                         gdouble *pos);
-gboolean            gimp_gradient_segment_set_left_pos  (const gchar *name,
-                                                         gint segment,
-                                                         gdouble pos,
-                                                         gdouble *final_pos);
-gboolean            gimp_gradient_segment_get_middle_pos
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         gdouble *pos);
-gboolean            gimp_gradient_segment_set_middle_pos
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         gdouble pos,
-                                                         gdouble *final_pos);
-gboolean            gimp_gradient_segment_get_right_pos (const gchar *name,
-                                                         gint segment,
-                                                         gdouble *pos);
-gboolean            gimp_gradient_segment_set_right_pos (const gchar *name,
-                                                         gint segment,
-                                                         gdouble pos,
-                                                         gdouble *final_pos);
-gboolean            gimp_gradient_segment_get_blending_function
-                                                        (const gchar *name,
-                                                         gint segment,
+
gchar *             gimp_gradient_new                   (const gchar *name);
+gchar *             gimp_gradient_duplicate             (const gchar *name);
+gchar *             gimp_gradient_rename                (const gchar *name,
+                                                         const gchar *new_name);
+gboolean            gimp_gradient_delete                (const gchar *name);
+gboolean            gimp_gradient_is_editable           (const gchar *name);
+gboolean            gimp_gradient_get_uniform_samples   (const gchar *name,
+                                                         gint num_samples,
+                                                         gboolean reverse,
+                                                         gint *num_color_samples,
+                                                         gdouble **color_samples);
+gboolean            gimp_gradient_get_custom_samples    (const gchar *name,
+                                                         gint num_samples,
+                                                         const gdouble *positions,
+                                                         gboolean reverse,
+                                                         gint *num_color_samples,
+                                                         gdouble **color_samples);
+gint                gimp_gradient_get_number_of_segments
+                                                        (const gchar *name);
+gboolean            gimp_gradient_segment_get_left_color
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         GimpRGB *color,
+                                                         gdouble *opacity);
+gboolean            gimp_gradient_segment_set_left_color
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         const GimpRGB *color,
+                                                         gdouble opacity);
+gboolean            gimp_gradient_segment_get_right_color
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         GimpRGB *color,
+                                                         gdouble *opacity);
+gboolean            gimp_gradient_segment_set_right_color
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         const GimpRGB *color,
+                                                         gdouble opacity);
+gboolean            gimp_gradient_segment_get_left_pos  (const gchar *name,
+                                                         gint segment,
+                                                         gdouble *pos);
+gboolean            gimp_gradient_segment_set_left_pos  (const gchar *name,
+                                                         gint segment,
+                                                         gdouble pos,
+                                                         gdouble *final_pos);
+gboolean            gimp_gradient_segment_get_middle_pos
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         gdouble *pos);
+gboolean            gimp_gradient_segment_set_middle_pos
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         gdouble pos,
+                                                         gdouble *final_pos);
+gboolean            gimp_gradient_segment_get_right_pos (const gchar *name,
+                                                         gint segment,
+                                                         gdouble *pos);
+gboolean            gimp_gradient_segment_set_right_pos (const gchar *name,
+                                                         gint segment,
+                                                         gdouble pos,
+                                                         gdouble *final_pos);
+gboolean            gimp_gradient_segment_get_blending_function
+                                                        (const gchar *name,
+                                                         gint segment,
                                                          GimpGradientSegmentType *blend_func);
-gboolean            gimp_gradient_segment_get_coloring_type
-                                                        (const gchar *name,
-                                                         gint segment,
+gboolean            gimp_gradient_segment_get_coloring_type
+                                                        (const gchar *name,
+                                                         gint segment,
                                                          GimpGradientSegmentColor *coloring_type);
-gboolean            gimp_gradient_segment_range_set_blending_function
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
+gboolean            gimp_gradient_segment_range_set_blending_function
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
                                                          GimpGradientSegmentType blending_function);
-gboolean            gimp_gradient_segment_range_set_coloring_type
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
+gboolean            gimp_gradient_segment_range_set_coloring_type
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
                                                          GimpGradientSegmentColor coloring_type);
-gboolean            gimp_gradient_segment_range_flip    (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
-gboolean            gimp_gradient_segment_range_replicate
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
-                                                         gint replicate_times);
-gboolean            gimp_gradient_segment_range_split_midpoint
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
-gboolean            gimp_gradient_segment_range_split_uniform
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
-                                                         gint split_parts);
-gboolean            gimp_gradient_segment_range_delete  (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
-gboolean            gimp_gradient_segment_range_redistribute_handles
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
-gboolean            gimp_gradient_segment_range_blend_colors
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
-gboolean            gimp_gradient_segment_range_blend_opacity
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
-gdouble             gimp_gradient_segment_range_move    (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
-                                                         gdouble delta,
-                                                         gboolean control_compress);
+gboolean            gimp_gradient_segment_range_flip    (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);
+gboolean            gimp_gradient_segment_range_replicate
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
+                                                         gint replicate_times);
+gboolean            gimp_gradient_segment_range_split_midpoint
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);
+gboolean            gimp_gradient_segment_range_split_uniform
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
+                                                         gint split_parts);
+gboolean            gimp_gradient_segment_range_delete  (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);
+gboolean            gimp_gradient_segment_range_redistribute_handles
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);
+gboolean            gimp_gradient_segment_range_blend_colors
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);
+gboolean            gimp_gradient_segment_range_blend_opacity
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);
+gdouble             gimp_gradient_segment_range_move    (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
+                                                         gdouble delta,
+                                                         gboolean control_compress);
 
-
+

Description

Functions operating on a single gradient.

-
+

Details

-
+

gimp_gradient_new ()

-
gchar*              gimp_gradient_new                   (const gchar *name);
+
gchar *             gimp_gradient_new                   (const gchar *name);

Creates a new gradient

@@ -178,23 +178,20 @@

name :

-The requested name of the new gradient. - +The requested name of the new gradient.

Returns :

- The actual new gradient name. - - +The actual new gradient name.

Since GIMP 2.2


-
+

gimp_gradient_duplicate ()

-
gchar*              gimp_gradient_duplicate             (const gchar *name);
+
gchar *             gimp_gradient_duplicate             (const gchar *name);

Duplicates a gradient

@@ -206,24 +203,21 @@

name :

-The gradient name. - +The gradient name.

Returns :

- The name of the gradient's copy. - - +The name of the gradient's copy.

Since GIMP 2.2


-
+

gimp_gradient_rename ()

-
gchar*              gimp_gradient_rename                (const gchar *name,
-                                                         const gchar *new_name);
+
gchar *             gimp_gradient_rename                (const gchar *name,
+                                                         const gchar *new_name);

Rename a gradient

@@ -235,28 +229,24 @@

name :

-The gradient name. - +The gradient name.

new_name :

-The new name of the gradient. - +The new name of the gradient.

Returns :

- The actual new name of the gradient. - - +The actual new name of the gradient.

Since GIMP 2.2


-
+

gimp_gradient_delete ()

-
gboolean            gimp_gradient_delete                (const gchar *name);
+
gboolean            gimp_gradient_delete                (const gchar *name);

Deletes a gradient

@@ -268,23 +258,20 @@

name :

-The gradient name. - +The gradient name.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_is_editable ()

-
gboolean            gimp_gradient_is_editable           (const gchar *name);
+
gboolean            gimp_gradient_is_editable           (const gchar *name);

Tests if gradient can be edited

@@ -296,27 +283,24 @@

name :

-The gradient name. - +The gradient name.

Returns :

- TRUE if the gradient can be edited. - - +TRUE if the gradient can be edited.

Since GIMP 2.4


-
+

gimp_gradient_get_uniform_samples ()

-
gboolean            gimp_gradient_get_uniform_samples   (const gchar *name,
-                                                         gint num_samples,
-                                                         gboolean reverse,
-                                                         gint *num_color_samples,
-                                                         gdouble **color_samples);
+
gboolean            gimp_gradient_get_uniform_samples   (const gchar *name,
+                                                         gint num_samples,
+                                                         gboolean reverse,
+                                                         gint *num_color_samples,
+                                                         gdouble **color_samples);

Sample the specified in uniform parts.

@@ -334,48 +318,41 @@

name :

-The gradient name. - +The gradient name.

num_samples :

-The number of samples to take. - +The number of samples to take.

reverse :

-Use the reverse gradient. - +Use the reverse gradient.

num_color_samples :

-Length of the color_samples array (4 * num_samples). - +Length of the color_samples array (4 * num_samples).

color_samples :

-Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }. - +Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_get_custom_samples ()

-
gboolean            gimp_gradient_get_custom_samples    (const gchar *name,
-                                                         gint num_samples,
-                                                         const gdouble *positions,
-                                                         gboolean reverse,
-                                                         gint *num_color_samples,
-                                                         gdouble **color_samples);
+
gboolean            gimp_gradient_get_custom_samples    (const gchar *name,
+                                                         gint num_samples,
+                                                         const gdouble *positions,
+                                                         gboolean reverse,
+                                                         gint *num_color_samples,
+                                                         gdouble **color_samples);

Sample the spacified gradient in custom positions.

@@ -392,49 +369,41 @@

name :

-The gradient name. - +The gradient name.

num_samples :

-The number of samples to take. - +The number of samples to take.

positions :

-The list of positions to sample along the gradient. - +The list of positions to sample along the gradient.

reverse :

-Use the reverse gradient. - +Use the reverse gradient.

num_color_samples :

-Length of the color_samples array (4 * num_samples). - +Length of the color_samples array (4 * num_samples).

color_samples :

-Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }. - +Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_get_number_of_segments ()

-
gint                gimp_gradient_get_number_of_segments
-                                                        (const gchar *name);
+
gint                gimp_gradient_get_number_of_segments
+                                                        (const gchar *name);

Returns the number of segments of the specified gradient

@@ -447,27 +416,24 @@

name :

-The gradient name. - +The gradient name.

Returns :

- Number of segments. - - +Number of segments.

Since GIMP 2.6


-
+

gimp_gradient_segment_get_left_color ()

-
gboolean            gimp_gradient_segment_get_left_color
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         GimpRGB *color,
-                                                         gdouble *opacity);
+
gboolean            gimp_gradient_segment_get_left_color
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         GimpRGB *color,
+                                                         gdouble *opacity);

Retrieves the left endpoint color of the specified segment

@@ -480,42 +446,36 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

color :

-The return color. - +The return color.

opacity :

-The opacity of the endpoint. - +The opacity of the endpoint.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_set_left_color ()

-
gboolean            gimp_gradient_segment_set_left_color
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         const GimpRGB *color,
-                                                         gdouble opacity);
+
gboolean            gimp_gradient_segment_set_left_color
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         const GimpRGB *color,
+                                                         gdouble opacity);

Sets the left endpoint color of the specified segment

@@ -528,42 +488,36 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

color :

-The color to set. - +The color to set.

opacity :

-The opacity to set for the endpoint. - +The opacity to set for the endpoint.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_get_right_color ()

-
gboolean            gimp_gradient_segment_get_right_color
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         GimpRGB *color,
-                                                         gdouble *opacity);
+
gboolean            gimp_gradient_segment_get_right_color
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         GimpRGB *color,
+                                                         gdouble *opacity);

Retrieves the right endpoint color of the specified segment

@@ -576,42 +530,36 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

color :

-The return color. - +The return color.

opacity :

-The opacity of the endpoint. - +The opacity of the endpoint.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_set_right_color ()

-
gboolean            gimp_gradient_segment_set_right_color
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         const GimpRGB *color,
-                                                         gdouble opacity);
+
gboolean            gimp_gradient_segment_set_right_color
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         const GimpRGB *color,
+                                                         gdouble opacity);

Sets the right endpoint color of the specified segment

@@ -624,40 +572,34 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

color :

-The color to set. - +The color to set.

opacity :

-The opacity to set for the endpoint. - +The opacity to set for the endpoint.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_get_left_pos ()

-
gboolean            gimp_gradient_segment_get_left_pos  (const gchar *name,
-                                                         gint segment,
-                                                         gdouble *pos);
+
gboolean            gimp_gradient_segment_get_left_pos  (const gchar *name,
+                                                         gint segment,
+                                                         gdouble *pos);

Retrieves the left endpoint position of the specified segment

@@ -670,36 +612,31 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

pos :

-The return position. - +The return position.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_set_left_pos ()

-
gboolean            gimp_gradient_segment_set_left_pos  (const gchar *name,
-                                                         gint segment,
-                                                         gdouble pos,
-                                                         gdouble *final_pos);
+
gboolean            gimp_gradient_segment_set_left_pos  (const gchar *name,
+                                                         gint segment,
+                                                         gdouble pos,
+                                                         gdouble *final_pos);

Sets the left endpoint position of the specified segment

@@ -715,41 +652,35 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

pos :

-The position to set the guidepoint to. - +The position to set the guidepoint to.

final_pos :

-The return position. - +The return position.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_get_middle_pos ()

-
gboolean            gimp_gradient_segment_get_middle_pos
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         gdouble *pos);
+
gboolean            gimp_gradient_segment_get_middle_pos
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         gdouble *pos);

Retrieves the middle point position of the specified segment

@@ -762,37 +693,32 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

pos :

-The return position. - +The return position.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_set_middle_pos ()

-
gboolean            gimp_gradient_segment_set_middle_pos
-                                                        (const gchar *name,
-                                                         gint segment,
-                                                         gdouble pos,
-                                                         gdouble *final_pos);
+
gboolean            gimp_gradient_segment_set_middle_pos
+                                                        (const gchar *name,
+                                                         gint segment,
+                                                         gdouble pos,
+                                                         gdouble *final_pos);

Sets the middle point position of the specified segment

@@ -807,40 +733,34 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

pos :

-The position to set the guidepoint to. - +The position to set the guidepoint to.

final_pos :

-The return position. - +The return position.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_get_right_pos ()

-
gboolean            gimp_gradient_segment_get_right_pos (const gchar *name,
-                                                         gint segment,
-                                                         gdouble *pos);
+
gboolean            gimp_gradient_segment_get_right_pos (const gchar *name,
+                                                         gint segment,
+                                                         gdouble *pos);

Retrieves the right endpoint position of the specified segment

@@ -853,36 +773,31 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

pos :

-The return position. - +The return position.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_set_right_pos ()

-
gboolean            gimp_gradient_segment_set_right_pos (const gchar *name,
-                                                         gint segment,
-                                                         gdouble pos,
-                                                         gdouble *final_pos);
+
gboolean            gimp_gradient_segment_set_right_pos (const gchar *name,
+                                                         gint segment,
+                                                         gdouble pos,
+                                                         gdouble *final_pos);

Sets the right endpoint position of the specified segment

@@ -898,40 +813,34 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

pos :

-The position to set the guidepoint to. - +The position to set the guidepoint to.

final_pos :

-The return position. - +The return position.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_get_blending_function ()

-
gboolean            gimp_gradient_segment_get_blending_function
-                                                        (const gchar *name,
-                                                         gint segment,
+
gboolean            gimp_gradient_segment_get_blending_function
+                                                        (const gchar *name,
+                                                         gint segment,
                                                          GimpGradientSegmentType *blend_func);

Retrieves the gradient segment's blending function @@ -945,35 +854,30 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

blend_func :

-The blending function of the segment. - +The blending function of the segment.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_get_coloring_type ()

-
gboolean            gimp_gradient_segment_get_coloring_type
-                                                        (const gchar *name,
-                                                         gint segment,
+
gboolean            gimp_gradient_segment_get_coloring_type
+                                                        (const gchar *name,
+                                                         gint segment,
                                                          GimpGradientSegmentColor *coloring_type);

Retrieves the gradient segment's coloring type @@ -987,36 +891,31 @@

name :

-The gradient name. - +The gradient name.

segment :

-The index of the segment within the gradient. - +The index of the segment within the gradient.

coloring_type :

-The coloring type of the segment. - +The coloring type of the segment.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_set_blending_function ()

-
gboolean            gimp_gradient_segment_range_set_blending_function
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
+
gboolean            gimp_gradient_segment_range_set_blending_function
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
                                                          GimpGradientSegmentType blending_function);

Change the blending function of a segments range @@ -1030,41 +929,35 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

blending_function :

-The blending function. - +The blending function.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_set_coloring_type ()

-
gboolean            gimp_gradient_segment_range_set_coloring_type
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
+
gboolean            gimp_gradient_segment_range_set_coloring_type
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
                                                          GimpGradientSegmentColor coloring_type);

Change the coloring type of a segments range @@ -1078,40 +971,34 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

coloring_type :

-The coloring type. - +The coloring type.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_flip ()

-
gboolean            gimp_gradient_segment_range_flip    (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
+
gboolean            gimp_gradient_segment_range_flip    (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);

Flip the segment range

@@ -1123,37 +1010,32 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_replicate ()

-
gboolean            gimp_gradient_segment_range_replicate
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
-                                                         gint replicate_times);
+
gboolean            gimp_gradient_segment_range_replicate
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
+                                                         gint replicate_times);

Replicate the segment range

@@ -1167,41 +1049,35 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

replicate_times :

-The number of times to replicate. - +The number of times to replicate.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_split_midpoint ()

-
gboolean            gimp_gradient_segment_range_split_midpoint
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
+
gboolean            gimp_gradient_segment_range_split_midpoint
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);

Splits each segment in the segment range at midpoint

@@ -1214,37 +1090,32 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_split_uniform ()

-
gboolean            gimp_gradient_segment_range_split_uniform
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
-                                                         gint split_parts);
+
gboolean            gimp_gradient_segment_range_split_uniform
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
+                                                         gint split_parts);

Splits each segment in the segment range uniformly

@@ -1257,40 +1128,34 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

split_parts :

-The number of uniform divisions to split each segment to. - +The number of uniform divisions to split each segment to.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_delete ()

-
gboolean            gimp_gradient_segment_range_delete  (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
+
gboolean            gimp_gradient_segment_range_delete  (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);

Delete the segment range

@@ -1302,36 +1167,31 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_redistribute_handles ()

-
gboolean            gimp_gradient_segment_range_redistribute_handles
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
+
gboolean            gimp_gradient_segment_range_redistribute_handles
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);

Uniformly redistribute the segment range's handles

@@ -1344,36 +1204,31 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_blend_colors ()

-
gboolean            gimp_gradient_segment_range_blend_colors
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
+
gboolean            gimp_gradient_segment_range_blend_colors
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);

Blend the colors of the segment range.

@@ -1387,36 +1242,31 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_blend_opacity ()

-
gboolean            gimp_gradient_segment_range_blend_opacity
-                                                        (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment);
+
gboolean            gimp_gradient_segment_range_blend_opacity
+                                                        (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment);

Blend the opacity of the segment range.

@@ -1430,37 +1280,32 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_gradient_segment_range_move ()

-
gdouble             gimp_gradient_segment_range_move    (const gchar *name,
-                                                         gint start_segment,
-                                                         gint end_segment,
-                                                         gdouble delta,
-                                                         gboolean control_compress);
+
gdouble             gimp_gradient_segment_range_move    (const gchar *name,
+                                                         gint start_segment,
+                                                         gint end_segment,
+                                                         gdouble delta,
+                                                         gboolean control_compress);

Move the position of an entire segment range by a delta.

@@ -1474,34 +1319,27 @@

name :

-The gradient name. - +The gradient name.

start_segment :

-The index of the first segment to operate on. - +The index of the first segment to operate on.

end_segment :

-The index of the last segment to operate on. If negative, the selection will extend to the end of the string. - +The index of the last segment to operate on. If negative, the selection will extend to the end of the string.

delta :

-The delta to move the segment range. - +The delta to move the segment range.

control_compress :

-Whether or not to compress the neighboring segments. - +Whether or not to compress the neighboring segments.

Returns :

- The final delta by which the range moved. - - +The final delta by which the range moved.
@@ -1511,6 +1349,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgradientmenu.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgradientmenu.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgradientmenu.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgradientmenu.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpgradientmenu - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,37 +35,37 @@
-
+

Synopsis

-
GtkWidget *         gimp_gradient_select_widget_new     (const gchar *title,
-                                                         const gchar *gradient_name,
+
GtkWidget *         gimp_gradient_select_widget_new     (const gchar *title,
+                                                         const gchar *gradient_name,
                                                          GimpRunGradientCallback callback,
-                                                         gpointer data);
-void                gimp_gradient_select_widget_close   (GtkWidget *widget);
-void                gimp_gradient_select_widget_set     (GtkWidget *widget,
-                                                         const gchar *gradient_name);
+                                                         gpointer data);
+void                gimp_gradient_select_widget_close   (GtkWidget *widget);
+void                gimp_gradient_select_widget_set     (GtkWidget *widget,
+                                                         const gchar *gradient_name);
 
-
+

Description

A widget for selecting gradients.

-
+

Details

-
+

gimp_gradient_select_widget_new ()

-
GtkWidget *         gimp_gradient_select_widget_new     (const gchar *title,
-                                                         const gchar *gradient_name,
+
GtkWidget *         gimp_gradient_select_widget_new     (const gchar *title,
+                                                         const gchar *gradient_name,
                                                          GimpRunGradientCallback callback,
-                                                         gpointer data);
-
+ gpointer data);
+

Warning

gimp_gradient_select_widget_new is deprecated and should not be used in newly-written code.

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a gradient. This widget is suitable for placement in a table in a plug-in dialog.

@@ -74,39 +74,33 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

gradient_name :

-Initial gradient name. - +Initial gradient name.

callback :

-A function to call when the selected gradient changes. - +A function to call when the selected gradient changes.

data :

-A pointer to arbitary data to be used in the call to callback. - +A pointer to arbitary data to be used in the call to callback.

Returns :

- A GtkWidget that you can use in your UI. - - +A GtkWidget that you can use in your UI.

Since GIMP 2.2


-
+

gimp_gradient_select_widget_close ()

-
void                gimp_gradient_select_widget_close   (GtkWidget *widget);
-
+
void                gimp_gradient_select_widget_close   (GtkWidget *widget);
+

Warning

gimp_gradient_select_widget_close is deprecated and should not be used in newly-written code.

@@ -117,42 +111,26 @@

widget :

-A gradient select widget. - +A gradient select widget.

-
+

gimp_gradient_select_widget_set ()

-
void                gimp_gradient_select_widget_set     (GtkWidget *widget,
-                                                         const gchar *gradient_name);
-
+
void                gimp_gradient_select_widget_set     (GtkWidget *widget,
+                                                         const gchar *gradient_name);
+

Warning

gimp_gradient_select_widget_set is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - -

widget :

-

gradient_name :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgradientselect.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgradientselect.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgradientselect.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgradientselect.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpgradientselect - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,144 +35,71 @@
-
+

Synopsis

-
void                (*GimpRunGradientCallback)          (const gchar *gradient_name,
-                                                         gint width,
-                                                         const gdouble *grad_data,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
-const gchar *       gimp_gradient_select_new            (const gchar *title,
-                                                         const gchar *gradient_name,
-                                                         gint sample_size,
+
void                (*GimpRunGradientCallback)          (const gchar *gradient_name,
+                                                         gint width,
+                                                         const gdouble *grad_data,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);
+const gchar *       gimp_gradient_select_new            (const gchar *title,
+                                                         const gchar *gradient_name,
+                                                         gint sample_size,
                                                          GimpRunGradientCallback callback,
-                                                         gpointer data);
-void                gimp_gradient_select_destroy        (const gchar *gradient_callback);
-gboolean            gimp_gradients_popup                (const gchar *gradient_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_gradient,
-                                                         gint sample_size);
-gboolean            gimp_gradients_close_popup          (const gchar *gradient_callback);
-gboolean            gimp_gradients_set_popup            (const gchar *gradient_callback,
-                                                         const gchar *gradient_name);
+                                                         gpointer data);
+void                gimp_gradient_select_destroy        (const gchar *gradient_callback);
+gboolean            gimp_gradients_popup                (const gchar *gradient_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_gradient,
+                                                         gint sample_size);
+gboolean            gimp_gradients_close_popup          (const gchar *gradient_callback);
+gboolean            gimp_gradients_set_popup            (const gchar *gradient_callback,
+                                                         const gchar *gradient_name);
 
-
+

Description

Functions providing a gradient selection dialog.

-
+

Details

-
+

GimpRunGradientCallback ()

-
void                (*GimpRunGradientCallback)          (const gchar *gradient_name,
-                                                         gint width,
-                                                         const gdouble *grad_data,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
+
void                (*GimpRunGradientCallback)          (const gchar *gradient_name,
+                                                         gint width,
+                                                         const gdouble *grad_data,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);

-
-- - - - - - - - - - - - - - - - - - - - - - -

gradient_name :

-

width :

-

grad_data :

-

dialog_closing :

-

user_data :

-

-
+

gimp_gradient_select_new ()

-
const gchar *       gimp_gradient_select_new            (const gchar *title,
-                                                         const gchar *gradient_name,
-                                                         gint sample_size,
+
const gchar *       gimp_gradient_select_new            (const gchar *title,
+                                                         const gchar *gradient_name,
+                                                         gint sample_size,
                                                          GimpRunGradientCallback callback,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

title :

-

gradient_name :

-

sample_size :

-

callback :

-

data :

-

Returns :

-

-
+

gimp_gradient_select_destroy ()

-
void                gimp_gradient_select_destroy        (const gchar *gradient_callback);
+
void                gimp_gradient_select_destroy        (const gchar *gradient_callback);

-
-- - - - -

gradient_callback :

-

-
+

gimp_gradients_popup ()

-
gboolean            gimp_gradients_popup                (const gchar *gradient_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_gradient,
-                                                         gint sample_size);
+
gboolean            gimp_gradients_popup                (const gchar *gradient_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_gradient,
+                                                         gint sample_size);

Invokes the Gimp gradients selection.

@@ -184,36 +111,31 @@

gradient_callback :

-The callback PDB proc to call when gradient selection is made. - +The callback PDB proc to call when gradient selection is made.

popup_title :

-Title of the gradient selection dialog. - +Title of the gradient selection dialog.

initial_gradient :

-The name of the gradient to set as the first selected. - +The name of the gradient to set as the first selected.

sample_size :

-Size of the sample to return when the gradient is changed. - +Size of the sample to return when the gradient is changed.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_gradients_close_popup ()

-
gboolean            gimp_gradients_close_popup          (const gchar *gradient_callback);
+
gboolean            gimp_gradients_close_popup          (const gchar *gradient_callback);

Close the gradient selection dialog.

@@ -225,22 +147,20 @@

gradient_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_gradients_set_popup ()

-
gboolean            gimp_gradients_set_popup            (const gchar *gradient_callback,
-                                                         const gchar *gradient_name);
+
gboolean            gimp_gradients_set_popup            (const gchar *gradient_callback,
+                                                         const gchar *gradient_name);

Sets the current gradient in a gradient selection dialog.

@@ -252,18 +172,15 @@

gradient_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

gradient_name :

-The name of the gradient to set as selected. - +The name of the gradient to set as selected.

Returns :

- TRUE on success. - +TRUE on success.
@@ -272,6 +189,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgradients.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgradients.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgradients.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgradients.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpgradients - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,36 +35,36 @@
-
+

Synopsis

-
gboolean            gimp_gradients_refresh              (void);
-gchar**             gimp_gradients_get_list             (const gchar *filter,
-                                                         gint *num_gradients);
-gchar *             gimp_gradients_get_gradient         (void);
-gboolean            gimp_gradients_set_gradient         (const gchar *name);
-gdouble*            gimp_gradients_sample_uniform       (gint num_samples,
-                                                         gboolean reverse);
-gdouble*            gimp_gradients_sample_custom        (gint num_samples,
-                                                         const gdouble *positions,
-                                                         gboolean reverse);
-gchar*              gimp_gradients_get_gradient_data    (const gchar *name,
-                                                         gint sample_size,
-                                                         gboolean reverse,
-                                                         gint *width,
-                                                         gdouble **grad_data);
+
gboolean            gimp_gradients_refresh              (void);
+gchar **            gimp_gradients_get_list             (const gchar *filter,
+                                                         gint *num_gradients);
+gchar *             gimp_gradients_get_gradient         (void);
+gboolean            gimp_gradients_set_gradient         (const gchar *name);
+gdouble *           gimp_gradients_sample_uniform       (gint num_samples,
+                                                         gboolean reverse);
+gdouble *           gimp_gradients_sample_custom        (gint num_samples,
+                                                         const gdouble *positions,
+                                                         gboolean reverse);
+gchar *             gimp_gradients_get_gradient_data    (const gchar *name,
+                                                         gint sample_size,
+                                                         gboolean reverse,
+                                                         gint *width,
+                                                         gdouble **grad_data);
 
-
+

Description

Operations related to gradients.

-
+

Details

-
+

gimp_gradients_refresh ()

-
gboolean            gimp_gradients_refresh              (void);
+
gboolean            gimp_gradients_refresh              (void);

Refresh current gradients. This function always succeeds.

@@ -76,16 +76,15 @@

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_gradients_get_list ()

-
gchar**             gimp_gradients_get_list             (const gchar *filter,
-                                                         gint *num_gradients);
+
gchar **            gimp_gradients_get_list             (const gchar *filter,
+                                                         gint *num_gradients);

Retrieve the list of loaded gradients.

@@ -99,27 +98,24 @@

filter :

-An optional regular expression used to filter the list. - +An optional regular expression used to filter the list.

num_gradients :

-The number of loaded gradients. - +The number of loaded gradients.

Returns :

- The list of gradient names. - +The list of gradient names.

-
+

gimp_gradients_get_gradient ()

-
gchar *             gimp_gradients_get_gradient         (void);
-
+
gchar *             gimp_gradients_get_gradient         (void);
+

Warning

gimp_gradients_get_gradient is deprecated and should not be used in newly-written code.

@@ -130,16 +126,15 @@

Returns :

- The name of the active gradient. - +The name of the active gradient.

-
+

gimp_gradients_set_gradient ()

-
gboolean            gimp_gradients_set_gradient         (const gchar *name);
-
+
gboolean            gimp_gradients_set_gradient         (const gchar *name);
+

Warning

gimp_gradients_set_gradient is deprecated and should not be used in newly-written code.

@@ -151,23 +146,21 @@

name :

-The name of the gradient to set. - +The name of the gradient to set.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_gradients_sample_uniform ()

-
gdouble*            gimp_gradients_sample_uniform       (gint num_samples,
-                                                         gboolean reverse);
-
+
gdouble *           gimp_gradients_sample_uniform       (gint num_samples,
+                                                         gboolean reverse);
+

Warning

gimp_gradients_sample_uniform is deprecated and should not be used in newly-written code.

@@ -180,29 +173,26 @@

num_samples :

-The number of samples to take. - +The number of samples to take.

reverse :

-Use the reverse gradient. - +Use the reverse gradient.

Returns :

- Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }. - +Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }.

-
+

gimp_gradients_sample_custom ()

-
gdouble*            gimp_gradients_sample_custom        (gint num_samples,
-                                                         const gdouble *positions,
-                                                         gboolean reverse);
-
+
gdouble *           gimp_gradients_sample_custom        (gint num_samples,
+                                                         const gdouble *positions,
+                                                         gboolean reverse);
+

Warning

gimp_gradients_sample_custom is deprecated and should not be used in newly-written code.

@@ -215,36 +205,32 @@

num_samples :

-The number of samples to take. - +The number of samples to take.

positions :

-The list of positions to sample along the gradient. - +The list of positions to sample along the gradient.

reverse :

-Use the reverse gradient. - +Use the reverse gradient.

Returns :

- Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }. - +Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }.

-
+

gimp_gradients_get_gradient_data ()

-
gchar*              gimp_gradients_get_gradient_data    (const gchar *name,
-                                                         gint sample_size,
-                                                         gboolean reverse,
-                                                         gint *width,
-                                                         gdouble **grad_data);
-
+
gchar *             gimp_gradients_get_gradient_data    (const gchar *name,
+                                                         gint sample_size,
+                                                         gboolean reverse,
+                                                         gint *width,
+                                                         gdouble **grad_data);
+

Warning

gimp_gradients_get_gradient_data is deprecated and should not be used in newly-written code.

@@ -257,33 +243,27 @@

name :

-The gradient name (\"\" means current active gradient). - +The gradient name (\"\" means current active gradient).

sample_size :

-Size of the sample to return when the gradient is changed. - +Size of the sample to return when the gradient is changed.

reverse :

-Use the reverse gradient. - +Use the reverse gradient.

width :

-The gradient sample width (r,g,b,a). - +The gradient sample width (r,g,b,a).

grad_data :

-The gradient sample data. - +The gradient sample data.

Returns :

- The gradient name. - +The gradient name.
@@ -292,6 +272,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgrid.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgrid.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpgrid.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpgrid.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpgrid - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,49 +35,49 @@
-
+

Synopsis

-
gboolean            gimp_image_grid_get_spacing         (gint32 image_ID,
-                                                         gdouble *xspacing,
-                                                         gdouble *yspacing);
-gboolean            gimp_image_grid_set_spacing         (gint32 image_ID,
-                                                         gdouble xspacing,
-                                                         gdouble yspacing);
-gboolean            gimp_image_grid_get_offset          (gint32 image_ID,
-                                                         gdouble *xoffset,
-                                                         gdouble *yoffset);
-gboolean            gimp_image_grid_set_offset          (gint32 image_ID,
-                                                         gdouble xoffset,
-                                                         gdouble yoffset);
-gboolean            gimp_image_grid_get_foreground_color
-                                                        (gint32 image_ID,
-                                                         GimpRGB *fgcolor);
-gboolean            gimp_image_grid_set_foreground_color
-                                                        (gint32 image_ID,
-                                                         const GimpRGB *fgcolor);
-gboolean            gimp_image_grid_get_background_color
-                                                        (gint32 image_ID,
-                                                         GimpRGB *bgcolor);
-gboolean            gimp_image_grid_set_background_color
-                                                        (gint32 image_ID,
-                                                         const GimpRGB *bgcolor);
-GimpGridStyle       gimp_image_grid_get_style           (gint32 image_ID);
-gboolean            gimp_image_grid_set_style           (gint32 image_ID,
-                                                         GimpGridStyle style);
+
gboolean            gimp_image_grid_get_spacing         (gint32 image_ID,
+                                                         gdouble *xspacing,
+                                                         gdouble *yspacing);
+gboolean            gimp_image_grid_set_spacing         (gint32 image_ID,
+                                                         gdouble xspacing,
+                                                         gdouble yspacing);
+gboolean            gimp_image_grid_get_offset          (gint32 image_ID,
+                                                         gdouble *xoffset,
+                                                         gdouble *yoffset);
+gboolean            gimp_image_grid_set_offset          (gint32 image_ID,
+                                                         gdouble xoffset,
+                                                         gdouble yoffset);
+gboolean            gimp_image_grid_get_foreground_color
+                                                        (gint32 image_ID,
+                                                         GimpRGB *fgcolor);
+gboolean            gimp_image_grid_set_foreground_color
+                                                        (gint32 image_ID,
+                                                         const GimpRGB *fgcolor);
+gboolean            gimp_image_grid_get_background_color
+                                                        (gint32 image_ID,
+                                                         GimpRGB *bgcolor);
+gboolean            gimp_image_grid_set_background_color
+                                                        (gint32 image_ID,
+                                                         const GimpRGB *bgcolor);
+GimpGridStyle       gimp_image_grid_get_style           (gint32 image_ID);
+gboolean            gimp_image_grid_set_style           (gint32 image_ID,
+                                                         GimpGridStyle style);
 
-
+

Description

-
+

Details

-
+

gimp_image_grid_get_spacing ()

-
gboolean            gimp_image_grid_get_spacing         (gint32 image_ID,
-                                                         gdouble *xspacing,
-                                                         gdouble *yspacing);
+
gboolean            gimp_image_grid_get_spacing         (gint32 image_ID,
+                                                         gdouble *xspacing,
+                                                         gdouble *yspacing);

Gets the spacing of an image's grid.

@@ -90,35 +90,30 @@

image_ID :

-The image. - +The image.

xspacing :

-The image's grid horizontal spacing. - +The image's grid horizontal spacing.

yspacing :

-The image's grid vertical spacing. - +The image's grid vertical spacing.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_grid_set_spacing ()

-
gboolean            gimp_image_grid_set_spacing         (gint32 image_ID,
-                                                         gdouble xspacing,
-                                                         gdouble yspacing);
+
gboolean            gimp_image_grid_set_spacing         (gint32 image_ID,
+                                                         gdouble xspacing,
+                                                         gdouble yspacing);

Sets the spacing of an image's grid.

@@ -131,35 +126,30 @@

image_ID :

-The image. - +The image.

xspacing :

-The image's grid horizontal spacing. - +The image's grid horizontal spacing.

yspacing :

-The image's grid vertical spacing. - +The image's grid vertical spacing.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_grid_get_offset ()

-
gboolean            gimp_image_grid_get_offset          (gint32 image_ID,
-                                                         gdouble *xoffset,
-                                                         gdouble *yoffset);
+
gboolean            gimp_image_grid_get_offset          (gint32 image_ID,
+                                                         gdouble *xoffset,
+                                                         gdouble *yoffset);

Gets the offset of an image's grid.

@@ -172,35 +162,30 @@

image_ID :

-The image. - +The image.

xoffset :

-The image's grid horizontal offset. - +The image's grid horizontal offset.

yoffset :

-The image's grid vertical offset. - +The image's grid vertical offset.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_grid_set_offset ()

-
gboolean            gimp_image_grid_set_offset          (gint32 image_ID,
-                                                         gdouble xoffset,
-                                                         gdouble yoffset);
+
gboolean            gimp_image_grid_set_offset          (gint32 image_ID,
+                                                         gdouble xoffset,
+                                                         gdouble yoffset);

Sets the offset of an image's grid.

@@ -213,35 +198,30 @@

image_ID :

-The image. - +The image.

xoffset :

-The image's grid horizontal offset. - +The image's grid horizontal offset.

yoffset :

-The image's grid vertical offset. - +The image's grid vertical offset.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_grid_get_foreground_color ()

-
gboolean            gimp_image_grid_get_foreground_color
-                                                        (gint32 image_ID,
-                                                         GimpRGB *fgcolor);
+
gboolean            gimp_image_grid_get_foreground_color
+                                                        (gint32 image_ID,
+                                                         GimpRGB *fgcolor);

Sets the foreground color of an image's grid.

@@ -253,30 +233,26 @@

image_ID :

-The image. - +The image.

fgcolor :

-The image's grid foreground color. - +The image's grid foreground color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_grid_set_foreground_color ()

-
gboolean            gimp_image_grid_set_foreground_color
-                                                        (gint32 image_ID,
-                                                         const GimpRGB *fgcolor);
+
gboolean            gimp_image_grid_set_foreground_color
+                                                        (gint32 image_ID,
+                                                         const GimpRGB *fgcolor);

Gets the foreground color of an image's grid.

@@ -288,30 +264,26 @@

image_ID :

-The image. - +The image.

fgcolor :

-The new foreground color. - +The new foreground color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_grid_get_background_color ()

-
gboolean            gimp_image_grid_get_background_color
-                                                        (gint32 image_ID,
-                                                         GimpRGB *bgcolor);
+
gboolean            gimp_image_grid_get_background_color
+                                                        (gint32 image_ID,
+                                                         GimpRGB *bgcolor);

Sets the background color of an image's grid.

@@ -323,30 +295,26 @@

image_ID :

-The image. - +The image.

bgcolor :

-The image's grid background color. - +The image's grid background color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_grid_set_background_color ()

-
gboolean            gimp_image_grid_set_background_color
-                                                        (gint32 image_ID,
-                                                         const GimpRGB *bgcolor);
+
gboolean            gimp_image_grid_set_background_color
+                                                        (gint32 image_ID,
+                                                         const GimpRGB *bgcolor);

Gets the background color of an image's grid.

@@ -358,28 +326,24 @@

image_ID :

-The image. - +The image.

bgcolor :

-The new background color. - +The new background color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_grid_get_style ()

-
GimpGridStyle       gimp_image_grid_get_style           (gint32 image_ID);
+
GimpGridStyle       gimp_image_grid_get_style           (gint32 image_ID);

Gets the style of an image's grid.

@@ -391,24 +355,21 @@

image_ID :

-The image. - +The image.

Returns :

- The image's grid style. - - +The image's grid style.

Since GIMP 2.4


-
+

gimp_image_grid_set_style ()

-
gboolean            gimp_image_grid_set_style           (gint32 image_ID,
-                                                         GimpGridStyle style);
+
gboolean            gimp_image_grid_set_style           (gint32 image_ID,
+                                                         GimpGridStyle style);

Sets the style unit of an image's grid.

@@ -421,19 +382,15 @@

image_ID :

-The image. - +The image.

style :

-The image's grid style. - +The image's grid style.

Returns :

- TRUE on success. - - +TRUE on success.
@@ -443,6 +400,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpguides.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpguides.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpguides.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpguides.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpguides - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,34 +35,34 @@
-
+

Synopsis

-
gint32              gimp_image_add_hguide               (gint32 image_ID,
-                                                         gint yposition);
-gint32              gimp_image_add_vguide               (gint32 image_ID,
-                                                         gint xposition);
-gboolean            gimp_image_delete_guide             (gint32 image_ID,
-                                                         gint32 guide_ID);
-gint32              gimp_image_find_next_guide          (gint32 image_ID,
-                                                         gint32 guide_ID);
-GimpOrientationType  gimp_image_get_guide_orientation   (gint32 image_ID,
-                                                         gint32 guide_ID);
-gint                gimp_image_get_guide_position       (gint32 image_ID,
-                                                         gint32 guide_ID);
+
gint32              gimp_image_add_hguide               (gint32 image_ID,
+                                                         gint yposition);
+gint32              gimp_image_add_vguide               (gint32 image_ID,
+                                                         gint xposition);
+gboolean            gimp_image_delete_guide             (gint32 image_ID,
+                                                         gint32 guide_ID);
+gint32              gimp_image_find_next_guide          (gint32 image_ID,
+                                                         gint32 guide_ID);
+GimpOrientationType gimp_image_get_guide_orientation    (gint32 image_ID,
+                                                         gint32 guide_ID);
+gint                gimp_image_get_guide_position       (gint32 image_ID,
+                                                         gint32 guide_ID);
 
-
+

Description

Functions for manipulating guides.

-
+

Details

-
+

gimp_image_add_hguide ()

-
gint32              gimp_image_add_hguide               (gint32 image_ID,
-                                                         gint yposition);
+
gint32              gimp_image_add_hguide               (gint32 image_ID,
+                                                         gint yposition);

Add a horizontal guide to an image.

@@ -76,27 +76,24 @@

image_ID :

-The image. - +The image.

yposition :

-The guide's y-offset from top of image. - +The guide's y-offset from top of image.

Returns :

- The new guide. - +The new guide.

-
+

gimp_image_add_vguide ()

-
gint32              gimp_image_add_vguide               (gint32 image_ID,
-                                                         gint xposition);
+
gint32              gimp_image_add_vguide               (gint32 image_ID,
+                                                         gint xposition);

Add a vertical guide to an image.

@@ -110,27 +107,24 @@

image_ID :

-The image. - +The image.

xposition :

-The guide's x-offset from left of image. - +The guide's x-offset from left of image.

Returns :

- The new guide. - +The new guide.

-
+

gimp_image_delete_guide ()

-
gboolean            gimp_image_delete_guide             (gint32 image_ID,
-                                                         gint32 guide_ID);
+
gboolean            gimp_image_delete_guide             (gint32 image_ID,
+                                                         gint32 guide_ID);

Deletes a guide from an image.

@@ -143,27 +137,24 @@

image_ID :

-The image. - +The image.

guide_ID :

-The ID of the guide to be removed. - +The ID of the guide to be removed.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_find_next_guide ()

-
gint32              gimp_image_find_next_guide          (gint32 image_ID,
-                                                         gint32 guide_ID);
+
gint32              gimp_image_find_next_guide          (gint32 image_ID,
+                                                         gint32 guide_ID);

Find next guide on an image.

@@ -179,27 +170,24 @@

image_ID :

-The image. - +The image.

guide_ID :

-The ID of the current guide (0 if first invocation). - +The ID of the current guide (0 if first invocation).

Returns :

- The next guide's ID. - +The next guide's ID.

-
+

gimp_image_get_guide_orientation ()

-
GimpOrientationType  gimp_image_get_guide_orientation   (gint32 image_ID,
-                                                         gint32 guide_ID);
+
GimpOrientationType gimp_image_get_guide_orientation    (gint32 image_ID,
+                                                         gint32 guide_ID);

Get orientation of a guide on an image.

@@ -212,27 +200,24 @@

image_ID :

-The image. - +The image.

guide_ID :

-The guide. - +The guide.

Returns :

- The guide's orientation. - +The guide's orientation.

-
+

gimp_image_get_guide_position ()

-
gint                gimp_image_get_guide_position       (gint32 image_ID,
-                                                         gint32 guide_ID);
+
gint                gimp_image_get_guide_position       (gint32 image_ID,
+                                                         gint32 guide_ID);

Get position of a guide on an image.

@@ -245,18 +230,15 @@

image_ID :

-The image. - +The image.

guide_ID :

-The guide. - +The guide.

Returns :

- The guide's position relative to top or left of image. - +The guide's position relative to top or left of image.
@@ -265,6 +247,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimphelp.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimphelp.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimphelp.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimphelp.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimphelp - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,24 +35,24 @@
-
+

Synopsis

-
gboolean            gimp_help                           (const gchar *help_domain,
-                                                         const gchar *help_id);
+
gboolean            gimp_help                           (const gchar *help_domain,
+                                                         const gchar *help_id);
 
-
+

Description

Loading help pages using gimp_help.

-
+

Details

-
+

gimp_help ()

-
gboolean            gimp_help                           (const gchar *help_domain,
-                                                         const gchar *help_id);
+
gboolean            gimp_help                           (const gchar *help_domain,
+                                                         const gchar *help_id);

Load a help page.

@@ -69,18 +69,15 @@

help_domain :

-The help domain in which help_id is registered. - +The help domain in which help_id is registered.

help_id :

-The help page's ID. - +The help page's ID.

Returns :

- TRUE on success. - +TRUE on success.
@@ -89,6 +86,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimp.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimp.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimp.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimp.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimp - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,20 +36,20 @@
-
+

Synopsis

-
gchar*              gimp_version                        (void);
-gint                gimp_getpid                         (void);
+
gchar *             gimp_version                        (void);
+gint                gimp_getpid                         (void);
 #define             gimp_get_data
 #define             gimp_get_data_size
 #define             gimp_set_data
 void                (*GimpInitProc)                     (void);
 void                (*GimpQuitProc)                     (void);
 void                (*GimpQueryProc)                    (void);
-void                (*GimpRunProc)                      (const gchar *name,
-                                                         gint n_params,
+void                (*GimpRunProc)                      (const gchar *name,
+                                                         gint n_params,
                                                          const GimpParam *param,
-                                                         gint *n_return_vals,
+                                                         gint *n_return_vals,
                                                          GimpParam **return_vals);
                     GimpPlugInInfo;
                     GimpParamDef;
@@ -57,93 +57,93 @@
 union               GimpParamData;
                     GimpParam;
 #define             MAIN
-gint                gimp_main                           (const GimpPlugInInfo *info,
-                                                         gint argc,
-                                                         gchar *argv[]);
+gint                gimp_main                           (const GimpPlugInInfo *info,
+                                                         gint argc,
+                                                         gchar *argv[]);
 void                gimp_quit                           (void);
-void                gimp_install_procedure              (const gchar *name,
-                                                         const gchar *blurb,
-                                                         const gchar *help,
-                                                         const gchar *author,
-                                                         const gchar *copyright,
-                                                         const gchar *date,
-                                                         const gchar *menu_label,
-                                                         const gchar *image_types,
-                                                         GimpPDBProcType type,
-                                                         gint n_params,
-                                                         gint n_return_vals,
+void                gimp_install_procedure              (const gchar *name,
+                                                         const gchar *blurb,
+                                                         const gchar *help,
+                                                         const gchar *author,
+                                                         const gchar *copyright,
+                                                         const gchar *date,
+                                                         const gchar *menu_label,
+                                                         const gchar *image_types,
+                                                         GimpPDBProcType type,
+                                                         gint n_params,
+                                                         gint n_return_vals,
                                                          const GimpParamDef *params,
                                                          const GimpParamDef *return_vals);
-void                gimp_install_temp_proc              (const gchar *name,
-                                                         const gchar *blurb,
-                                                         const gchar *help,
-                                                         const gchar *author,
-                                                         const gchar *copyright,
-                                                         const gchar *date,
-                                                         const gchar *menu_label,
-                                                         const gchar *image_types,
-                                                         GimpPDBProcType type,
-                                                         gint n_params,
-                                                         gint n_return_vals,
+void                gimp_install_temp_proc              (const gchar *name,
+                                                         const gchar *blurb,
+                                                         const gchar *help,
+                                                         const gchar *author,
+                                                         const gchar *copyright,
+                                                         const gchar *date,
+                                                         const gchar *menu_label,
+                                                         const gchar *image_types,
+                                                         GimpPDBProcType type,
+                                                         gint n_params,
+                                                         gint n_return_vals,
                                                          const GimpParamDef *params,
                                                          const GimpParamDef *return_vals,
                                                          GimpRunProc run_proc);
-void                gimp_uninstall_temp_proc            (const gchar *name);
-GimpParam *         gimp_run_procedure                  (const gchar *name,
-                                                         gint *n_return_vals,
+void                gimp_uninstall_temp_proc            (const gchar *name);
+GimpParam *         gimp_run_procedure                  (const gchar *name,
+                                                         gint *n_return_vals,
                                                          ...);
-GimpParam *         gimp_run_procedure2                 (const gchar *name,
-                                                         gint *n_return_vals,
-                                                         gint n_params,
+GimpParam *         gimp_run_procedure2                 (const gchar *name,
+                                                         gint *n_return_vals,
+                                                         gint n_params,
                                                          const GimpParam *params);
 void                gimp_destroy_params                 (GimpParam *params,
-                                                         gint n_params);
+                                                         gint n_params);
 void                gimp_destroy_paramdefs              (GimpParamDef *paramdefs,
-                                                         gint n_params);
-const gchar *       gimp_get_pdb_error                  (void);
-guint               gimp_tile_width                     (void);
-guint               gimp_tile_height                    (void);
-gint                gimp_shm_ID                         (void);
-guchar *            gimp_shm_addr                       (void);
-gdouble             gimp_gamma                          (void);
-gboolean            gimp_install_cmap                   (void);
-gint                gimp_min_colors                     (void);
-gboolean            gimp_show_tool_tips                 (void);
-gboolean            gimp_show_help_button               (void);
-GimpCheckSize       gimp_check_size                     (void);
-GimpCheckType       gimp_check_type                     (void);
-gint32              gimp_default_display                (void);
-const gchar *       gimp_wm_class                       (void);
-const gchar *       gimp_display_name                   (void);
-gint                gimp_monitor_number                 (void);
-guint32             gimp_user_time                      (void);
-const gchar *       gimp_get_progname                   (void);
+                                                         gint n_params);
+const gchar *       gimp_get_pdb_error                  (void);
+guint               gimp_tile_width                     (void);
+guint               gimp_tile_height                    (void);
+gint                gimp_shm_ID                         (void);
+guchar *            gimp_shm_addr                       (void);
+gdouble             gimp_gamma                          (void);
+gboolean            gimp_install_cmap                   (void);
+gint                gimp_min_colors                     (void);
+gboolean            gimp_show_tool_tips                 (void);
+gboolean            gimp_show_help_button               (void);
+GimpCheckSize       gimp_check_size                     (void);
+GimpCheckType       gimp_check_type                     (void);
+gint32              gimp_default_display                (void);
+const gchar *       gimp_wm_class                       (void);
+const gchar *       gimp_display_name                   (void);
+gint                gimp_monitor_number                 (void);
+guint32             gimp_user_time                      (void);
+const gchar *       gimp_get_progname                   (void);
 void                gimp_extension_enable               (void);
 void                gimp_extension_ack                  (void);
-void                gimp_extension_process              (guint timeout);
-GimpParasite*       gimp_parasite_find                  (const gchar *name);
-gboolean            gimp_parasite_list                  (gint *num_parasites,
-                                                         gchar ***parasites);
-gboolean            gimp_parasite_attach                (const GimpParasite *parasite);
-gboolean            gimp_parasite_detach                (const gchar *name);
-gboolean            gimp_attach_new_parasite            (const gchar *name,
-                                                         gint flags,
-                                                         gint size,
-                                                         gconstpointer data);
+void                gimp_extension_process              (guint timeout);
+GimpParasite *      gimp_parasite_find                  (const gchar *name);
+gboolean            gimp_parasite_list                  (gint *num_parasites,
+                                                         gchar ***parasites);
+gboolean            gimp_parasite_attach                (const GimpParasite *parasite);
+gboolean            gimp_parasite_detach                (const gchar *name);
+gboolean            gimp_attach_new_parasite            (const gchar *name,
+                                                         gint flags,
+                                                         gint size,
+                                                         gconstpointer data);
 
-
+

Description

Main functions needed for building a GIMP plug-in. This header includes all other GIMP Library headers.

-
+

Details

-
+

gimp_version ()

-
gchar*              gimp_version                        (void);
+
gchar *             gimp_version                        (void);

Returns the host GIMP version.

@@ -155,15 +155,14 @@

Returns :

- GIMP version number. - +GIMP version number.

-
+

gimp_getpid ()

-
gint                gimp_getpid                         (void);
+
gint                gimp_getpid                         (void);

Returns the PID of the host GIMP process.

@@ -174,15 +173,13 @@

Returns :

- The PID. - - +The PID.

Since GIMP 2.4


-
+

gimp_get_data

#define gimp_get_data         gimp_procedural_db_get_data
 
@@ -190,23 +187,15 @@


-
+

gimp_get_data_size

#define gimp_get_data_size    gimp_procedural_db_get_data_size
 

-
-- - - - -

Returns :

-

-
+

gimp_set_data

#define gimp_set_data         gimp_procedural_db_set_data
 
@@ -214,69 +203,39 @@


-
+

GimpInitProc ()

void                (*GimpInitProc)                     (void);


-
+

GimpQuitProc ()

void                (*GimpQuitProc)                     (void);


-
+

GimpQueryProc ()

void                (*GimpQueryProc)                    (void);


-
+

GimpRunProc ()

-
void                (*GimpRunProc)                      (const gchar *name,
-                                                         gint n_params,
+
void                (*GimpRunProc)                      (const gchar *name,
+                                                         gint n_params,
                                                          const GimpParam *param,
-                                                         gint *n_return_vals,
+                                                         gint *n_return_vals,
                                                          GimpParam **return_vals);

-
-- - - - - - - - - - - - - - - - - - - - - - -

name :

-

n_params :

-

param :

-

n_return_vals :

-

return_vals :

-

-
+

GimpPlugInInfo

typedef struct {
   /* called when the gimp application initially starts up */
@@ -301,7 +260,7 @@
 


-
+

GimpParamDef

typedef struct {
   GimpPDBArgType  type;
@@ -313,7 +272,7 @@
 


-
+

GimpParamRegion

typedef struct {
   gint32 x;
@@ -326,44 +285,14 @@
 


-
+

union GimpParamData

-
union _GimpParamData
-{
-  gint32            d_int32;
-  gint16            d_int16;
-  guint8            d_int8;
-  gdouble           d_float;
-  gchar            *d_string;
-  gint32           *d_int32array;
-  gint16           *d_int16array;
-  guint8           *d_int8array;
-  gdouble          *d_floatarray;
-  gchar           **d_stringarray;
-  GimpRGB          *d_colorarray;
-  GimpRGB           d_color;
-  GimpParamRegion   d_region;
-  gint32            d_display;
-  gint32            d_image;
-  gint32            d_layer;
-  gint32            d_layer_mask;
-  gint32            d_channel;
-  gint32            d_drawable;
-  gint32            d_selection;
-  gint32            d_boundary;
-  gint32            d_path; /* deprecated */
-  gint32            d_vectors;
-  gint32            d_unit;
-  GimpParasite      d_parasite;
-  gint32            d_tattoo;
-  GimpPDBStatusType d_status;
-};
-
+

 


-
+

GimpParam

typedef struct {
   GimpPDBArgType type;
@@ -374,18 +303,18 @@
 


-
+

MAIN

#define             MAIN()


-
+

gimp_main ()

-
gint                gimp_main                           (const GimpPlugInInfo *info,
-                                                         gint argc,
-                                                         gchar *argv[]);
+
gint                gimp_main                           (const GimpPlugInInfo *info,
+                                                         gint argc,
+                                                         gchar *argv[]);

The main procedure that must be called with the PLUG_IN_INFO structure and the 'argc' and 'argv' that are passed to "main". @@ -395,29 +324,21 @@

info :

-the PLUG_IN_INFO structure - +the PLUG_IN_INFO structure

argc :

-the number of arguments - +the number of arguments

argv :

-the arguments - - - -

Returns :

- - +the arguments

-
+

gimp_quit ()

void                gimp_quit                           (void);

@@ -426,19 +347,19 @@


-
+

gimp_install_procedure ()

-
void                gimp_install_procedure              (const gchar *name,
-                                                         const gchar *blurb,
-                                                         const gchar *help,
-                                                         const gchar *author,
-                                                         const gchar *copyright,
-                                                         const gchar *date,
-                                                         const gchar *menu_label,
-                                                         const gchar *image_types,
-                                                         GimpPDBProcType type,
-                                                         gint n_params,
-                                                         gint n_return_vals,
+
void                gimp_install_procedure              (const gchar *name,
+                                                         const gchar *blurb,
+                                                         const gchar *help,
+                                                         const gchar *author,
+                                                         const gchar *copyright,
+                                                         const gchar *date,
+                                                         const gchar *menu_label,
+                                                         const gchar *image_types,
+                                                         GimpPDBProcType type,
+                                                         gint n_params,
+                                                         gint n_return_vals,
                                                          const GimpParamDef *params,
                                                          const GimpParamDef *return_vals);

@@ -501,7 +422,7 @@

Additionally, a GIMP_EXTENSION procedure with no parameters -(n_params == 0 and params == NULL) is an "automatic" extension +(n_params == 0 and params == NULL) is an "automatic" extension that will be automatically started on each GIMP startup.

@@ -509,88 +430,75 @@ - + - + +longer than blurb). - + - + - + +or NULL if the procedure has no menu entry. - + - + - + - + - + - +

name :

the procedure's name. -the procedure's name.

blurb :

a short text describing what the procedure does. -a short text describing what the procedure does.

help :

the help text for the procedure (usually considerably - longer than blurb). -

author :

the procedure's author(s). -the procedure's author(s).

copyright :

the procedure's copyright. -the procedure's copyright.

date :

the date the procedure was added. -the date the procedure was added.

menu_label :

the label to use for the procedure's menu entry, - or NULL if the procedure has no menu entry. -

image_types :

the drawable types the procedure can handle. -the drawable types the procedure can handle.

type :

the type of the procedure. -the type of the procedure.

n_params :

the number of parameters the procedure takes. -the number of parameters the procedure takes.

n_return_vals :

the number of return values the procedure returns. -the number of return values the procedure returns.

params :

the procedure's parameters. -the procedure's parameters.

return_vals :

the procedure's return values. -the procedure's return values.

-
+

gimp_install_temp_proc ()

-
void                gimp_install_temp_proc              (const gchar *name,
-                                                         const gchar *blurb,
-                                                         const gchar *help,
-                                                         const gchar *author,
-                                                         const gchar *copyright,
-                                                         const gchar *date,
-                                                         const gchar *menu_label,
-                                                         const gchar *image_types,
-                                                         GimpPDBProcType type,
-                                                         gint n_params,
-                                                         gint n_return_vals,
+
void                gimp_install_temp_proc              (const gchar *name,
+                                                         const gchar *blurb,
+                                                         const gchar *help,
+                                                         const gchar *author,
+                                                         const gchar *copyright,
+                                                         const gchar *date,
+                                                         const gchar *menu_label,
+                                                         const gchar *image_types,
+                                                         GimpPDBProcType type,
+                                                         gint n_params,
+                                                         gint n_return_vals,
                                                          const GimpParamDef *params,
                                                          const GimpParamDef *return_vals,
                                                          GimpRunProc run_proc);
@@ -625,83 +533,69 @@

name :

-the procedure's name. - +the procedure's name.

blurb :

-a short text describing what the procedure does. - +a short text describing what the procedure does.

help :

the help text for the procedure (usually considerably - longer than blurb). - +longer than blurb).

author :

-the procedure's author(s). - +the procedure's author(s).

copyright :

-the procedure's copyright. - +the procedure's copyright.

date :

-the date the procedure was added. - +the date the procedure was added.

menu_label :

-the procedure's menu label, or NULL if the procedure has - no menu entry. - +the procedure's menu label, or NULL if the procedure has +no menu entry.

image_types :

-the drawable types the procedure can handle. - +the drawable types the procedure can handle.

type :

-the type of the procedure. - +the type of the procedure.

n_params :

-the number of parameters the procedure takes. - +the number of parameters the procedure takes.

n_return_vals :

-the number of return values the procedure returns. - +the number of return values the procedure returns.

params :

-the procedure's parameters. - +the procedure's parameters.

return_vals :

-the procedure's return values. - +the procedure's return values.

run_proc :

-the function to call for executing the procedure. - +the function to call for executing the procedure.

-
+

gimp_uninstall_temp_proc ()

-
void                gimp_uninstall_temp_proc            (const gchar *name);
+
void                gimp_uninstall_temp_proc            (const gchar *name);

Uninstalls a temporary procedure which has previously been installed using gimp_install_temp_proc(). @@ -710,16 +604,15 @@

name :

-the procedure's name - +the procedure's name

-
+

gimp_run_procedure ()

-
GimpParam *         gimp_run_procedure                  (const gchar *name,
-                                                         gint *n_return_vals,
+
GimpParam *         gimp_run_procedure                  (const gchar *name,
+                                                         gint *n_return_vals,
                                                          ...);

This function calls a GIMP procedure and returns its return values. @@ -738,33 +631,25 @@

name :

-the name of the procedure to run - +the name of the procedure to run

n_return_vals :

-return location for the number of return values - - - -

... :

-list of procedure parameters - +return location for the number of return values

Returns :

- the procedure's return values. - +the procedure's return values.

-
+

gimp_run_procedure2 ()

-
GimpParam *         gimp_run_procedure2                 (const gchar *name,
-                                                         gint *n_return_vals,
-                                                         gint n_params,
+
GimpParam *         gimp_run_procedure2                 (const gchar *name,
+                                                         gint *n_return_vals,
+                                                         gint n_params,
                                                          const GimpParam *params);

This function calls a GIMP procedure and returns its return values. @@ -781,37 +666,32 @@

name :

-the name of the procedure to run - +the name of the procedure to run

n_return_vals :

-return location for the number of return values - +return location for the number of return values

n_params :

-the number of parameters the procedure takes. - +the number of parameters the procedure takes.

params :

-the procedure's parameters array. - +the procedure's parameters array.

Returns :

- the procedure's return values. - +the procedure's return values.

-
+

gimp_destroy_params ()

void                gimp_destroy_params                 (GimpParam *params,
-                                                         gint n_params);
+ gint n_params);

Destroys a GimpParam array as returned by gimp_run_procedure() or gimp_run_procedure2(). @@ -821,22 +701,20 @@

params :

-the GimpParam array to destroy - +the GimpParam array to destroy

n_params :

-the number of elements in the array - +the number of elements in the array

-
+

gimp_destroy_paramdefs ()

void                gimp_destroy_paramdefs              (GimpParamDef *paramdefs,
-                                                         gint n_params);
+ gint n_params);

Destroys a GimpParamDef array as returned by gimp_procedural_db_proc_info(). @@ -846,21 +724,19 @@

paramdefs :

-the GimpParamDef array to destroy - +the GimpParamDef array to destroy

n_params :

-the number of elements in the array - +the number of elements in the array

-
+

gimp_get_pdb_error ()

-
const gchar *       gimp_get_pdb_error                  (void);
+
const gchar *       gimp_get_pdb_error                  (void);

Retrieves the error message from the last procedure call.

@@ -879,17 +755,15 @@

Returns :

- the error message - - +the error message

Since GIMP 2.6


-
+

gimp_tile_width ()

-
guint               gimp_tile_width                     (void);
+
guint               gimp_tile_width                     (void);

Returns the tile width GIMP is using.

@@ -900,15 +774,14 @@

Returns :

- the tile_width - +the tile_width

-
+

gimp_tile_height ()

-
guint               gimp_tile_height                    (void);
+
guint               gimp_tile_height                    (void);

Returns the tile height GIMP is using.

@@ -919,15 +792,14 @@

Returns :

- the tile_height - +the tile_height

-
+

gimp_shm_ID ()

-
gint                gimp_shm_ID                         (void);
+
gint                gimp_shm_ID                         (void);

Returns the shared memory ID used for passing tile data between the GIMP core and the plug-in. @@ -939,15 +811,14 @@

Returns :

- the shared memory ID - +the shared memory ID

-
+

gimp_shm_addr ()

-
guchar *            gimp_shm_addr                       (void);
+
guchar *            gimp_shm_addr                       (void);

Returns the address of the shared memory segment used for passing tile data between the GIMP core and the plug-in. @@ -959,15 +830,14 @@

Returns :

- the shared memory address - +the shared memory address

-
+

gimp_gamma ()

-
gdouble             gimp_gamma                          (void);
+
gdouble             gimp_gamma                          (void);

Returns the global gamma value GIMP and all its plug-ins should use. @@ -984,15 +854,14 @@

Returns :

- the gamma value - +the gamma value

-
+

gimp_install_cmap ()

-
gboolean            gimp_install_cmap                   (void);
+
gboolean            gimp_install_cmap                   (void);

Returns whether or not the plug-in should allocate an own colormap when running on an 8 bit display. See also: gimp_min_colors(). @@ -1004,15 +873,14 @@

Returns :

- the install_cmap boolean - +the install_cmap boolean

-
+

gimp_min_colors ()

-
gint                gimp_min_colors                     (void);
+
gint                gimp_min_colors                     (void);

Returns the minimum number of colors to use when allocating an own colormap on 8 bit displays. @@ -1027,15 +895,14 @@

Returns :

- the minimum number of colors to allocate - +the minimum number of colors to allocate

-
+

gimp_show_tool_tips ()

-
gboolean            gimp_show_tool_tips                 (void);
+
gboolean            gimp_show_tool_tips                 (void);

Returns whether or not the plug-in should show tool-tips.

@@ -1046,15 +913,14 @@

Returns :

- the show_tool_tips boolean - +the show_tool_tips boolean

-
+

gimp_show_help_button ()

-
gboolean            gimp_show_help_button               (void);
+
gboolean            gimp_show_help_button               (void);

Returns whether or not GimpDialog should automatically add a help button if help_func and help_id are given. @@ -1066,17 +932,15 @@

Returns :

- the show_help_button boolean - - +the show_help_button boolean

Since GIMP 2.2


-
+

gimp_check_size ()

-
GimpCheckSize       gimp_check_size                     (void);
+
GimpCheckSize       gimp_check_size                     (void);

Returns the size of the checkerboard to be used in previews.

@@ -1087,17 +951,15 @@

Returns :

- the check_size value - - +the check_size value

Since GIMP 2.2


-
+

gimp_check_type ()

-
GimpCheckType       gimp_check_type                     (void);
+
GimpCheckType       gimp_check_type                     (void);

Returns the type of the checkerboard to be used in previews.

@@ -1108,17 +970,15 @@

Returns :

- the check_type value - - +the check_type value

Since GIMP 2.2


-
+

gimp_default_display ()

-
gint32              gimp_default_display                (void);
+
gint32              gimp_default_display                (void);

Returns the default display ID. This corresponds to the display the running procedure's menu entry was invoked from. @@ -1130,15 +990,14 @@

Returns :

- the default display ID - +the default display ID

-
+

gimp_wm_class ()

-
const gchar *       gimp_wm_class                       (void);
+
const gchar *       gimp_wm_class                       (void);

Returns the window manager class to be used for plug-in windows.

@@ -1149,15 +1008,14 @@

Returns :

- the window manager class - +the window manager class

-
+

gimp_display_name ()

-
const gchar *       gimp_display_name                   (void);
+
const gchar *       gimp_display_name                   (void);

Returns the display to be used for plug-in windows.

@@ -1168,15 +1026,14 @@

Returns :

- the display name - +the display name

-
+

gimp_monitor_number ()

-
gint                gimp_monitor_number                 (void);
+
gint                gimp_monitor_number                 (void);

Returns the monitor number to be used for plug-in windows.

@@ -1187,15 +1044,14 @@

Returns :

- the monitor number - +the monitor number

-
+

gimp_user_time ()

-
guint32             gimp_user_time                      (void);
+
guint32             gimp_user_time                      (void);

Returns the timestamp of the user interaction that should be set on the plug-in window. This is handled transparently, plug-in authors @@ -1208,17 +1064,15 @@

Returns :

- timestamp for plug-in window - - +timestamp for plug-in window

Since GIMP 2.6


-
+

gimp_get_progname ()

-
const gchar *       gimp_get_progname                   (void);
+
const gchar *       gimp_get_progname                   (void);

Returns the plug-in's executable name.

@@ -1226,13 +1080,12 @@

Returns :

- the executable name - +the executable name

-
+

gimp_extension_enable ()

void                gimp_extension_enable               (void);

@@ -1253,7 +1106,7 @@

If the plug-in cannot use gimp_extension_process(), i.e. if it has -a GUI and is hanging around in a GMainLoop, it must call +a GUI and is hanging around in a GMainLoop, it must call gimp_extension_enable().

@@ -1265,7 +1118,7 @@


-
+

gimp_extension_ack ()

void                gimp_extension_ack                  (void);

@@ -1286,9 +1139,9 @@


-
+

gimp_extension_process ()

-
void                gimp_extension_process              (guint timeout);
+
void                gimp_extension_process              (guint timeout);

Processes one message sent by GIMP and returns.

@@ -1308,15 +1161,14 @@

timeout :

-The timeout (in ms) to use for the select() call. - +The timeout (in ms) to use for the select() call.

-
+

gimp_parasite_find ()

-
GimpParasite*       gimp_parasite_find                  (const gchar *name);
+
GimpParasite *      gimp_parasite_find                  (const gchar *name);

Look up a global parasite.

@@ -1328,22 +1180,20 @@

name :

-The name of the parasite to find. - +The name of the parasite to find.

Returns :

- The found parasite. - +The found parasite.

-
+

gimp_parasite_list ()

-
gboolean            gimp_parasite_list                  (gint *num_parasites,
-                                                         gchar ***parasites);
+
gboolean            gimp_parasite_list                  (gint *num_parasites,
+                                                         gchar ***parasites);

List all parasites.

@@ -1355,26 +1205,23 @@

num_parasites :

-The number of attached parasites. - +The number of attached parasites.

parasites :

-The names of currently attached parasites. - +The names of currently attached parasites.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_parasite_attach ()

-
gboolean            gimp_parasite_attach                (const GimpParasite *parasite);
+
gboolean            gimp_parasite_attach                (const GimpParasite *parasite);

Add a global parasite.

@@ -1386,21 +1233,19 @@

parasite :

-The parasite to attach. - +The parasite to attach.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_parasite_detach ()

-
gboolean            gimp_parasite_detach                (const gchar *name);
+
gboolean            gimp_parasite_detach                (const gchar *name);

Removes a global parasite.

@@ -1413,24 +1258,22 @@

name :

-The name of the parasite to detach. - +The name of the parasite to detach.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_attach_new_parasite ()

-
gboolean            gimp_attach_new_parasite            (const gchar *name,
-                                                         gint flags,
-                                                         gint size,
-                                                         gconstpointer data);
+
gboolean            gimp_attach_new_parasite            (const gchar *name,
+                                                         gint flags,
+                                                         gint size,
+                                                         gconstpointer data);

Convenience function that creates a parasite and attaches it to GIMP. @@ -1440,29 +1283,24 @@

name :

-the name of the GimpParasite to create and attach. - +the name of the GimpParasite to create and attach.

flags :

-the flags set on the GimpParasite. - +the flags set on the GimpParasite.

size :

-the size of the parasite data in bytes. - +the size of the parasite data in bytes.

data :

-a pointer to the data attached with the GimpParasite. - +a pointer to the data attached with the GimpParasite.

Returns :

- TRUE on successful creation and attachment of +TRUE on successful creation and attachment of the new parasite. - See Also: gimp_parasite_attach() @@ -1473,6 +1311,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpimage.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpimage.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpimage.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpimage.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpimage - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,195 +35,195 @@
-
+

Synopsis

-
gint*               gimp_image_list                     (gint *num_images);
-gint32              gimp_image_new                      (gint width,
-                                                         gint height,
-                                                         GimpImageBaseType type);
-gint32              gimp_image_duplicate                (gint32 image_ID);
-gboolean            gimp_image_delete                   (gint32 image_ID);
-gboolean            gimp_image_is_valid                 (gint32 image_ID);
-GimpImageBaseType   gimp_image_base_type                (gint32 image_ID);
-gint                gimp_image_width                    (gint32 image_ID);
-gint                gimp_image_height                   (gint32 image_ID);
-gboolean            gimp_image_free_shadow              (gint32 image_ID);
-gboolean            gimp_image_flip                     (gint32 image_ID,
+
gint *              gimp_image_list                     (gint *num_images);
+gint32              gimp_image_new                      (gint width,
+                                                         gint height,
+                                                         GimpImageBaseType type);
+gint32              gimp_image_duplicate                (gint32 image_ID);
+gboolean            gimp_image_delete                   (gint32 image_ID);
+gboolean            gimp_image_is_valid                 (gint32 image_ID);
+GimpImageBaseType   gimp_image_base_type                (gint32 image_ID);
+gint                gimp_image_width                    (gint32 image_ID);
+gint                gimp_image_height                   (gint32 image_ID);
+gboolean            gimp_image_free_shadow              (gint32 image_ID);
+gboolean            gimp_image_flip                     (gint32 image_ID,
                                                          GimpOrientationType flip_type);
-gboolean            gimp_image_rotate                   (gint32 image_ID,
+gboolean            gimp_image_rotate                   (gint32 image_ID,
                                                          GimpRotationType rotate_type);
-gboolean            gimp_image_resize                   (gint32 image_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gint offx,
-                                                         gint offy);
-gboolean            gimp_image_resize_to_layers         (gint32 image_ID);
-gboolean            gimp_image_scale                    (gint32 image_ID,
-                                                         gint new_width,
-                                                         gint new_height);
-gboolean            gimp_image_scale_full               (gint32 image_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         GimpInterpolationType interpolation);
-gboolean            gimp_image_crop                     (gint32 image_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gint offx,
-                                                         gint offy);
-gint*               gimp_image_get_layers               (gint32 image_ID,
-                                                         gint *num_layers);
-gint*               gimp_image_get_channels             (gint32 image_ID,
-                                                         gint *num_channels);
-gint32              gimp_image_get_active_drawable      (gint32 image_ID);
-gint32              gimp_image_get_floating_sel         (gint32 image_ID);
-gint32              gimp_image_floating_sel_attached_to (gint32 image_ID);
-gboolean            gimp_image_pick_color               (gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gboolean sample_merged,
-                                                         gboolean sample_average,
-                                                         gdouble average_radius,
-                                                         GimpRGB *color);
-gint32              gimp_image_pick_correlate_layer     (gint32 image_ID,
-                                                         gint x,
-                                                         gint y);
-gboolean            gimp_image_add_layer                (gint32 image_ID,
-                                                         gint32 layer_ID,
-                                                         gint position);
-gboolean            gimp_image_remove_layer             (gint32 image_ID,
-                                                         gint32 layer_ID);
-gboolean            gimp_image_raise_layer              (gint32 image_ID,
-                                                         gint32 layer_ID);
-gboolean            gimp_image_lower_layer              (gint32 image_ID,
-                                                         gint32 layer_ID);
-gboolean            gimp_image_raise_layer_to_top       (gint32 image_ID,
-                                                         gint32 layer_ID);
-gboolean            gimp_image_lower_layer_to_bottom    (gint32 image_ID,
-                                                         gint32 layer_ID);
-gint                gimp_image_get_layer_position       (gint32 image_ID,
-                                                         gint32 layer_ID);
-gboolean            gimp_image_add_channel              (gint32 image_ID,
-                                                         gint32 channel_ID,
-                                                         gint position);
-gboolean            gimp_image_remove_channel           (gint32 image_ID,
-                                                         gint32 channel_ID);
-gboolean            gimp_image_raise_channel            (gint32 image_ID,
-                                                         gint32 channel_ID);
-gboolean            gimp_image_lower_channel            (gint32 image_ID,
-                                                         gint32 channel_ID);
-gint                gimp_image_get_channel_position     (gint32 image_ID,
-                                                         gint32 channel_ID);
-gint32              gimp_image_flatten                  (gint32 image_ID);
-gint32              gimp_image_merge_visible_layers     (gint32 image_ID,
+gboolean            gimp_image_resize                   (gint32 image_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gint offx,
+                                                         gint offy);
+gboolean            gimp_image_resize_to_layers         (gint32 image_ID);
+gboolean            gimp_image_scale                    (gint32 image_ID,
+                                                         gint new_width,
+                                                         gint new_height);
+gboolean            gimp_image_scale_full               (gint32 image_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         GimpInterpolationType interpolation);
+gboolean            gimp_image_crop                     (gint32 image_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gint offx,
+                                                         gint offy);
+gint *              gimp_image_get_layers               (gint32 image_ID,
+                                                         gint *num_layers);
+gint *              gimp_image_get_channels             (gint32 image_ID,
+                                                         gint *num_channels);
+gint32              gimp_image_get_active_drawable      (gint32 image_ID);
+gint32              gimp_image_get_floating_sel         (gint32 image_ID);
+gint32              gimp_image_floating_sel_attached_to (gint32 image_ID);
+gboolean            gimp_image_pick_color               (gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gboolean sample_merged,
+                                                         gboolean sample_average,
+                                                         gdouble average_radius,
+                                                         GimpRGB *color);
+gint32              gimp_image_pick_correlate_layer     (gint32 image_ID,
+                                                         gint x,
+                                                         gint y);
+gboolean            gimp_image_add_layer                (gint32 image_ID,
+                                                         gint32 layer_ID,
+                                                         gint position);
+gboolean            gimp_image_remove_layer             (gint32 image_ID,
+                                                         gint32 layer_ID);
+gboolean            gimp_image_raise_layer              (gint32 image_ID,
+                                                         gint32 layer_ID);
+gboolean            gimp_image_lower_layer              (gint32 image_ID,
+                                                         gint32 layer_ID);
+gboolean            gimp_image_raise_layer_to_top       (gint32 image_ID,
+                                                         gint32 layer_ID);
+gboolean            gimp_image_lower_layer_to_bottom    (gint32 image_ID,
+                                                         gint32 layer_ID);
+gint                gimp_image_get_layer_position       (gint32 image_ID,
+                                                         gint32 layer_ID);
+gboolean            gimp_image_add_channel              (gint32 image_ID,
+                                                         gint32 channel_ID,
+                                                         gint position);
+gboolean            gimp_image_remove_channel           (gint32 image_ID,
+                                                         gint32 channel_ID);
+gboolean            gimp_image_raise_channel            (gint32 image_ID,
+                                                         gint32 channel_ID);
+gboolean            gimp_image_lower_channel            (gint32 image_ID,
+                                                         gint32 channel_ID);
+gint                gimp_image_get_channel_position     (gint32 image_ID,
+                                                         gint32 channel_ID);
+gint32              gimp_image_flatten                  (gint32 image_ID);
+gint32              gimp_image_merge_visible_layers     (gint32 image_ID,
                                                          GimpMergeType merge_type);
-gint32              gimp_image_merge_down               (gint32 image_ID,
-                                                         gint32 merge_layer_ID,
+gint32              gimp_image_merge_down               (gint32 image_ID,
+                                                         gint32 merge_layer_ID,
                                                          GimpMergeType merge_type);
-gboolean            gimp_image_clean_all                (gint32 image_ID);
-gboolean            gimp_image_is_dirty                 (gint32 image_ID);
-gint32              gimp_image_get_active_layer         (gint32 image_ID);
-gboolean            gimp_image_set_active_layer         (gint32 image_ID,
-                                                         gint32 active_layer_ID);
-gint32              gimp_image_get_active_channel       (gint32 image_ID);
-gboolean            gimp_image_set_active_channel       (gint32 image_ID,
-                                                         gint32 active_channel_ID);
-gboolean            gimp_image_unset_active_channel     (gint32 image_ID);
-gint32              gimp_image_get_selection            (gint32 image_ID);
-gboolean            gimp_image_get_component_active     (gint32 image_ID,
-                                                         GimpChannelType component);
-gboolean            gimp_image_set_component_active     (gint32 image_ID,
-                                                         GimpChannelType component,
-                                                         gboolean active);
-gboolean            gimp_image_get_component_visible    (gint32 image_ID,
-                                                         GimpChannelType component);
-gboolean            gimp_image_set_component_visible    (gint32 image_ID,
-                                                         GimpChannelType component,
-                                                         gboolean visible);
-gchar*              gimp_image_get_filename             (gint32 image_ID);
-gboolean            gimp_image_set_filename             (gint32 image_ID,
-                                                         const gchar *filename);
-gchar*              gimp_image_get_name                 (gint32 image_ID);
-gboolean            gimp_image_get_resolution           (gint32 image_ID,
-                                                         gdouble *xresolution,
-                                                         gdouble *yresolution);
-gboolean            gimp_image_set_resolution           (gint32 image_ID,
-                                                         gdouble xresolution,
-                                                         gdouble yresolution);
-GimpUnit            gimp_image_get_unit                 (gint32 image_ID);
-gboolean            gimp_image_set_unit                 (gint32 image_ID,
-                                                         GimpUnit unit);
-gboolean            gimp_image_set_tattoo_state         (gint32 image_ID,
-                                                         gint tattoo_state);
-gint                gimp_image_get_tattoo_state         (gint32 image_ID);
-gint32              gimp_image_get_layer_by_tattoo      (gint32 image_ID,
-                                                         gint tattoo);
-gint32              gimp_image_get_channel_by_tattoo    (gint32 image_ID,
-                                                         gint tattoo);
-guchar *            gimp_image_get_cmap                 (gint32 image_ID,
-                                                         gint *num_colors);
-gboolean            gimp_image_set_cmap                 (gint32 image_ID,
-                                                         const guchar *cmap,
-                                                         gint num_colors);
-guchar *            gimp_image_get_colormap             (gint32 image_ID,
-                                                         gint *num_colors);
-gboolean            gimp_image_set_colormap             (gint32 image_ID,
-                                                         const guchar *colormap,
-                                                         gint num_colors);
-gint*               gimp_image_get_vectors              (gint32 image_ID,
-                                                         gint *num_vectors);
-gint32              gimp_image_get_vectors_by_tattoo    (gint32 image_ID,
-                                                         gint tattoo);
-guchar *            gimp_image_get_thumbnail_data       (gint32 image_ID,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp);
-GimpParasite*       gimp_image_parasite_find            (gint32 image_ID,
-                                                         const gchar *name);
-gboolean            gimp_image_parasite_list            (gint32 image_ID,
-                                                         gint *num_parasites,
-                                                         gchar ***parasites);
-gboolean            gimp_image_parasite_attach          (gint32 image_ID,
-                                                         const GimpParasite *parasite);
-gboolean            gimp_image_parasite_detach          (gint32 image_ID,
-                                                         const gchar *name);
-gboolean            gimp_image_attach_new_parasite      (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint flags,
-                                                         gint size,
-                                                         gconstpointer data);
-gboolean            gimp_image_add_vectors              (gint32 image_ID,
-                                                         gint32 vectors_ID,
-                                                         gint position);
-gboolean            gimp_image_remove_vectors           (gint32 image_ID,
-                                                         gint32 vectors_ID);
-gint32              gimp_image_get_active_vectors       (gint32 image_ID);
-gboolean            gimp_image_set_active_vectors       (gint32 image_ID,
-                                                         gint32 active_vectors_ID);
-gboolean            gimp_image_lower_vectors            (gint32 image_ID,
-                                                         gint32 vectors_ID);
-gboolean            gimp_image_raise_vectors            (gint32 image_ID,
-                                                         gint32 vectors_ID);
-gboolean            gimp_image_lower_vectors_to_bottom  (gint32 image_ID,
-                                                         gint32 vectors_ID);
-gboolean            gimp_image_raise_vectors_to_top     (gint32 image_ID,
-                                                         gint32 vectors_ID);
-gint                gimp_image_get_vectors_position     (gint32 image_ID,
-                                                         gint32 vectors_ID);
+gboolean            gimp_image_clean_all                (gint32 image_ID);
+gboolean            gimp_image_is_dirty                 (gint32 image_ID);
+gint32              gimp_image_get_active_layer         (gint32 image_ID);
+gboolean            gimp_image_set_active_layer         (gint32 image_ID,
+                                                         gint32 active_layer_ID);
+gint32              gimp_image_get_active_channel       (gint32 image_ID);
+gboolean            gimp_image_set_active_channel       (gint32 image_ID,
+                                                         gint32 active_channel_ID);
+gboolean            gimp_image_unset_active_channel     (gint32 image_ID);
+gint32              gimp_image_get_selection            (gint32 image_ID);
+gboolean            gimp_image_get_component_active     (gint32 image_ID,
+                                                         GimpChannelType component);
+gboolean            gimp_image_set_component_active     (gint32 image_ID,
+                                                         GimpChannelType component,
+                                                         gboolean active);
+gboolean            gimp_image_get_component_visible    (gint32 image_ID,
+                                                         GimpChannelType component);
+gboolean            gimp_image_set_component_visible    (gint32 image_ID,
+                                                         GimpChannelType component,
+                                                         gboolean visible);
+gchar *             gimp_image_get_filename             (gint32 image_ID);
+gboolean            gimp_image_set_filename             (gint32 image_ID,
+                                                         const gchar *filename);
+gchar *             gimp_image_get_name                 (gint32 image_ID);
+gboolean            gimp_image_get_resolution           (gint32 image_ID,
+                                                         gdouble *xresolution,
+                                                         gdouble *yresolution);
+gboolean            gimp_image_set_resolution           (gint32 image_ID,
+                                                         gdouble xresolution,
+                                                         gdouble yresolution);
+GimpUnit            gimp_image_get_unit                 (gint32 image_ID);
+gboolean            gimp_image_set_unit                 (gint32 image_ID,
+                                                         GimpUnit unit);
+gboolean            gimp_image_set_tattoo_state         (gint32 image_ID,
+                                                         gint tattoo_state);
+gint                gimp_image_get_tattoo_state         (gint32 image_ID);
+gint32              gimp_image_get_layer_by_tattoo      (gint32 image_ID,
+                                                         gint tattoo);
+gint32              gimp_image_get_channel_by_tattoo    (gint32 image_ID,
+                                                         gint tattoo);
+guchar *            gimp_image_get_cmap                 (gint32 image_ID,
+                                                         gint *num_colors);
+gboolean            gimp_image_set_cmap                 (gint32 image_ID,
+                                                         const guchar *cmap,
+                                                         gint num_colors);
+guchar *            gimp_image_get_colormap             (gint32 image_ID,
+                                                         gint *num_colors);
+gboolean            gimp_image_set_colormap             (gint32 image_ID,
+                                                         const guchar *colormap,
+                                                         gint num_colors);
+gint *              gimp_image_get_vectors              (gint32 image_ID,
+                                                         gint *num_vectors);
+gint32              gimp_image_get_vectors_by_tattoo    (gint32 image_ID,
+                                                         gint tattoo);
+guchar *            gimp_image_get_thumbnail_data       (gint32 image_ID,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp);
+GimpParasite *      gimp_image_parasite_find            (gint32 image_ID,
+                                                         const gchar *name);
+gboolean            gimp_image_parasite_list            (gint32 image_ID,
+                                                         gint *num_parasites,
+                                                         gchar ***parasites);
+gboolean            gimp_image_parasite_attach          (gint32 image_ID,
+                                                         const GimpParasite *parasite);
+gboolean            gimp_image_parasite_detach          (gint32 image_ID,
+                                                         const gchar *name);
+gboolean            gimp_image_attach_new_parasite      (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint flags,
+                                                         gint size,
+                                                         gconstpointer data);
+gboolean            gimp_image_add_vectors              (gint32 image_ID,
+                                                         gint32 vectors_ID,
+                                                         gint position);
+gboolean            gimp_image_remove_vectors           (gint32 image_ID,
+                                                         gint32 vectors_ID);
+gint32              gimp_image_get_active_vectors       (gint32 image_ID);
+gboolean            gimp_image_set_active_vectors       (gint32 image_ID,
+                                                         gint32 active_vectors_ID);
+gboolean            gimp_image_lower_vectors            (gint32 image_ID,
+                                                         gint32 vectors_ID);
+gboolean            gimp_image_raise_vectors            (gint32 image_ID,
+                                                         gint32 vectors_ID);
+gboolean            gimp_image_lower_vectors_to_bottom  (gint32 image_ID,
+                                                         gint32 vectors_ID);
+gboolean            gimp_image_raise_vectors_to_top     (gint32 image_ID,
+                                                         gint32 vectors_ID);
+gint                gimp_image_get_vectors_position     (gint32 image_ID,
+                                                         gint32 vectors_ID);
 
-
+

Description

Operations on complete images: creation, resizing/rescaling, and operations involving multiple layers.

-
+

Details

-
+

gimp_image_list ()

-
gint*               gimp_image_list                     (gint *num_images);
+
gint *              gimp_image_list                     (gint *num_images);

Returns the list of images currently open.

@@ -235,23 +235,21 @@

num_images :

-The number of images currently open. - +The number of images currently open.

Returns :

- The list of images currently open. - +The list of images currently open.

-
+

gimp_image_new ()

-
gint32              gimp_image_new                      (gint width,
-                                                         gint height,
-                                                         GimpImageBaseType type);
+
gint32              gimp_image_new                      (gint width,
+                                                         gint height,
+                                                         GimpImageBaseType type);

Creates a new image with the specified width, height, and type.

@@ -268,31 +266,27 @@

width :

-The width of the image. - +The width of the image.

height :

-The height of the image. - +The height of the image.

type :

-The type of image. - +The type of image.

Returns :

- The ID of the newly created image. - +The ID of the newly created image.

-
+

gimp_image_duplicate ()

-
gint32              gimp_image_duplicate                (gint32 image_ID);
+
gint32              gimp_image_duplicate                (gint32 image_ID);

Duplicate the specified image

@@ -305,21 +299,19 @@

image_ID :

-The image. - +The image.

Returns :

- The new, duplicated image. - +The new, duplicated image.

-
+

gimp_image_delete ()

-
gboolean            gimp_image_delete                   (gint32 image_ID);
+
gboolean            gimp_image_delete                   (gint32 image_ID);

Delete the specified image.

@@ -336,21 +328,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_is_valid ()

-
gboolean            gimp_image_is_valid                 (gint32 image_ID);
+
gboolean            gimp_image_is_valid                 (gint32 image_ID);

Returns TRUE if the image is valid.

@@ -363,23 +353,20 @@

image_ID :

-The image to check. - +The image to check.

Returns :

- Whether the image ID is valid. - - +Whether the image ID is valid.

Since GIMP 2.4


-
+

gimp_image_base_type ()

-
GimpImageBaseType   gimp_image_base_type                (gint32 image_ID);
+
GimpImageBaseType   gimp_image_base_type                (gint32 image_ID);

Get the base type of the image.

@@ -392,21 +379,19 @@

image_ID :

-The image. - +The image.

Returns :

- The image's base type. - +The image's base type.

-
+

gimp_image_width ()

-
gint                gimp_image_width                    (gint32 image_ID);
+
gint                gimp_image_width                    (gint32 image_ID);

Return the width of the image

@@ -419,21 +404,19 @@

image_ID :

-The image. - +The image.

Returns :

- The image's width. - +The image's width.

-
+

gimp_image_height ()

-
gint                gimp_image_height                   (gint32 image_ID);
+
gint                gimp_image_height                   (gint32 image_ID);

Return the height of the image

@@ -446,22 +429,20 @@

image_ID :

-The image. - +The image.

Returns :

- The image's height. - +The image's height.

-
+

gimp_image_free_shadow ()

-
gboolean            gimp_image_free_shadow              (gint32 image_ID);
-
+
gboolean            gimp_image_free_shadow              (gint32 image_ID);
+

Warning

gimp_image_free_shadow is deprecated and should not be used in newly-written code.

@@ -474,21 +455,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_flip ()

-
gboolean            gimp_image_flip                     (gint32 image_ID,
+
gboolean            gimp_image_flip                     (gint32 image_ID,
                                                          GimpOrientationType flip_type);

Flips the image horizontally or vertically. @@ -501,26 +480,23 @@

image_ID :

-The image. - +The image.

flip_type :

-Type of flip. - +Type of flip.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_rotate ()

-
gboolean            gimp_image_rotate                   (gint32 image_ID,
+
gboolean            gimp_image_rotate                   (gint32 image_ID,
                                                          GimpRotationType rotate_type);

Rotates the image by the specified degrees. @@ -533,30 +509,27 @@

image_ID :

-The image. - +The image.

rotate_type :

-Angle of rotation. - +Angle of rotation.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_resize ()

-
gboolean            gimp_image_resize                   (gint32 image_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gint offx,
-                                                         gint offy);
+
gboolean            gimp_image_resize                   (gint32 image_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gint offx,
+                                                         gint offy);

Resize the image to the specified extents.

@@ -574,41 +547,35 @@

image_ID :

-The image. - +The image.

new_width :

-New image width. - +New image width.

new_height :

-New image height. - +New image height.

offx :

-x offset between upper left corner of old and new images: (new - old). - +x offset between upper left corner of old and new images: (new - old).

offy :

-y offset between upper left corner of old and new images: (new - old). - +y offset between upper left corner of old and new images: (new - old).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_resize_to_layers ()

-
gboolean            gimp_image_resize_to_layers         (gint32 image_ID);
+
gboolean            gimp_image_resize_to_layers         (gint32 image_ID);

Resize the image to fit all layers.

@@ -623,25 +590,22 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_image_scale ()

-
gboolean            gimp_image_scale                    (gint32 image_ID,
-                                                         gint new_width,
-                                                         gint new_height);
+
gboolean            gimp_image_scale                    (gint32 image_ID,
+                                                         gint new_width,
+                                                         gint new_height);

Scale the image using the default interpolation method.

@@ -657,34 +621,30 @@

image_ID :

-The image. - +The image.

new_width :

-New image width. - +New image width.

new_height :

-New image height. - +New image height.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_scale_full ()

-
gboolean            gimp_image_scale_full               (gint32 image_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         GimpInterpolationType interpolation);
+
gboolean            gimp_image_scale_full               (gint32 image_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         GimpInterpolationType interpolation);

Scale the image using a specific interpolation method.

@@ -700,42 +660,36 @@

image_ID :

-The image. - +The image.

new_width :

-New image width. - +New image width.

new_height :

-New image height. - +New image height.

interpolation :

-Type of interpolation. - +Type of interpolation.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_image_crop ()

-
gboolean            gimp_image_crop                     (gint32 image_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gint offx,
-                                                         gint offy);
+
gboolean            gimp_image_crop                     (gint32 image_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gint offx,
+                                                         gint offy);

Crop the image to the specified extents.

@@ -752,42 +706,36 @@

image_ID :

-The image. - +The image.

new_width :

-New image width: (0 < new_width <= width). - +New image width: (0 < new_width <= width).

new_height :

-New image height: (0 < new_height <= height). - +New image height: (0 < new_height <= height).

offx :

-X offset: (0 <= offx <= (width - new_width)). - +X offset: (0 <= offx <= (width - new_width)).

offy :

-Y offset: (0 <= offy <= (height - new_height)). - +Y offset: (0 <= offy <= (height - new_height)).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_layers ()

-
gint*               gimp_image_get_layers               (gint32 image_ID,
-                                                         gint *num_layers);
+
gint *              gimp_image_get_layers               (gint32 image_ID,
+                                                         gint *num_layers);

Returns the list of layers contained in the specified image.

@@ -800,27 +748,24 @@

image_ID :

-The image. - +The image.

num_layers :

-The number of layers contained in the image. - +The number of layers contained in the image.

Returns :

- The list of layers contained in the image. - +The list of layers contained in the image.

-
+

gimp_image_get_channels ()

-
gint*               gimp_image_get_channels             (gint32 image_ID,
-                                                         gint *num_channels);
+
gint *              gimp_image_get_channels             (gint32 image_ID,
+                                                         gint *num_channels);

Returns the list of channels contained in the specified image.

@@ -834,26 +779,23 @@

image_ID :

-The image. - +The image.

num_channels :

-The number of channels contained in the image. - +The number of channels contained in the image.

Returns :

- The list of channels contained in the image. - +The list of channels contained in the image.

-
+

gimp_image_get_active_drawable ()

-
gint32              gimp_image_get_active_drawable      (gint32 image_ID);
+
gint32              gimp_image_get_active_drawable      (gint32 image_ID);

Get the image's active drawable

@@ -870,21 +812,19 @@

image_ID :

-The image. - +The image.

Returns :

- The active drawable. - +The active drawable.

-
+

gimp_image_get_floating_sel ()

-
gint32              gimp_image_get_floating_sel         (gint32 image_ID);
+
gint32              gimp_image_get_floating_sel         (gint32 image_ID);

Return the floating selection of the image.

@@ -897,21 +837,19 @@

image_ID :

-The image. - +The image.

Returns :

- The image's floating selection. - +The image's floating selection.

-
+

gimp_image_floating_sel_attached_to ()

-
gint32              gimp_image_floating_sel_attached_to (gint32 image_ID);
+
gint32              gimp_image_floating_sel_attached_to (gint32 image_ID);

Return the drawable the floating selection is attached to.

@@ -925,28 +863,26 @@

image_ID :

-The image. - +The image.

Returns :

- The drawable the floating selection is attached to. - +The drawable the floating selection is attached to.

-
+

gimp_image_pick_color ()

-
gboolean            gimp_image_pick_color               (gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gboolean sample_merged,
-                                                         gboolean sample_average,
-                                                         gdouble average_radius,
-                                                         GimpRGB *color);
+
gboolean            gimp_image_pick_color               (gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gboolean sample_merged,
+                                                         gboolean sample_average,
+                                                         gdouble average_radius,
+                                                         GimpRGB *color);

Determine the color at the given drawable coordinates

@@ -968,58 +904,49 @@

image_ID :

-The image. - +The image.

drawable_ID :

-The drawable to pick from. - +The drawable to pick from.

x :

-x coordinate of upper-left corner of rectangle. - +x coordinate of upper-left corner of rectangle.

y :

-y coordinate of upper-left corner of rectangle. - +y coordinate of upper-left corner of rectangle.

sample_merged :

-Use the composite image, not the drawable. - +Use the composite image, not the drawable.

sample_average :

-Average the color of all the pixels in a specified radius. - +Average the color of all the pixels in a specified radius.

average_radius :

-The radius of pixels to average. - +The radius of pixels to average.

color :

-The return color. - +The return color.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_pick_correlate_layer ()

-
gint32              gimp_image_pick_correlate_layer     (gint32 image_ID,
-                                                         gint x,
-                                                         gint y);
+
gint32              gimp_image_pick_correlate_layer     (gint32 image_ID,
+                                                         gint x,
+                                                         gint y);

Find the layer visible at the specified coordinates.

@@ -1035,33 +962,29 @@

image_ID :

-The image. - +The image.

x :

-The x coordinate for the pick. - +The x coordinate for the pick.

y :

-The y coordinate for the pick. - +The y coordinate for the pick.

Returns :

- The layer found at the specified coordinates. - +The layer found at the specified coordinates.

-
+

gimp_image_add_layer ()

-
gboolean            gimp_image_add_layer                (gint32 image_ID,
-                                                         gint32 layer_ID,
-                                                         gint position);
+
gboolean            gimp_image_add_layer                (gint32 image_ID,
+                                                         gint32 layer_ID,
+                                                         gint position);

Add the specified layer to the image.

@@ -1076,32 +999,28 @@

image_ID :

-The image. - +The image.

layer_ID :

-The layer. - +The layer.

position :

-The layer position. - +The layer position.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_remove_layer ()

-
gboolean            gimp_image_remove_layer             (gint32 image_ID,
-                                                         gint32 layer_ID);
+
gboolean            gimp_image_remove_layer             (gint32 image_ID,
+                                                         gint32 layer_ID);

Remove the specified layer from the image.

@@ -1117,27 +1036,24 @@

image_ID :

-The image. - +The image.

layer_ID :

-The layer. - +The layer.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_raise_layer ()

-
gboolean            gimp_image_raise_layer              (gint32 image_ID,
-                                                         gint32 layer_ID);
+
gboolean            gimp_image_raise_layer              (gint32 image_ID,
+                                                         gint32 layer_ID);

Raise the specified layer in the image's layer stack

@@ -1151,27 +1067,24 @@

image_ID :

-The image. - +The image.

layer_ID :

-The layer to raise. - +The layer to raise.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_lower_layer ()

-
gboolean            gimp_image_lower_layer              (gint32 image_ID,
-                                                         gint32 layer_ID);
+
gboolean            gimp_image_lower_layer              (gint32 image_ID,
+                                                         gint32 layer_ID);

Lower the specified layer in the image's layer stack

@@ -1185,27 +1098,24 @@

image_ID :

-The image. - +The image.

layer_ID :

-The layer to lower. - +The layer to lower.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_raise_layer_to_top ()

-
gboolean            gimp_image_raise_layer_to_top       (gint32 image_ID,
-                                                         gint32 layer_ID);
+
gboolean            gimp_image_raise_layer_to_top       (gint32 image_ID,
+                                                         gint32 layer_ID);

Raise the specified layer in the image's layer stack to top of stack

@@ -1219,27 +1129,24 @@

image_ID :

-The image. - +The image.

layer_ID :

-The layer to raise to top. - +The layer to raise to top.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_lower_layer_to_bottom ()

-
gboolean            gimp_image_lower_layer_to_bottom    (gint32 image_ID,
-                                                         gint32 layer_ID);
+
gboolean            gimp_image_lower_layer_to_bottom    (gint32 image_ID,
+                                                         gint32 layer_ID);

Lower the specified layer in the image's layer stack to bottom of stack @@ -1254,27 +1161,24 @@

image_ID :

-The image. - +The image.

layer_ID :

-The layer to lower to bottom. - +The layer to lower to bottom.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_layer_position ()

-
gint                gimp_image_get_layer_position       (gint32 image_ID,
-                                                         gint32 layer_ID);
+
gint                gimp_image_get_layer_position       (gint32 image_ID,
+                                                         gint32 layer_ID);

Returns the position of the layer in the layer stack.

@@ -1288,30 +1192,26 @@

image_ID :

-The image. - +The image.

layer_ID :

-The layer. - +The layer.

Returns :

- The position of the layer in the layer stack. - - +The position of the layer in the layer stack.

Since GIMP 2.4


-
+

gimp_image_add_channel ()

-
gboolean            gimp_image_add_channel              (gint32 image_ID,
-                                                         gint32 channel_ID,
-                                                         gint position);
+
gboolean            gimp_image_add_channel              (gint32 image_ID,
+                                                         gint32 channel_ID,
+                                                         gint position);

Add the specified channel to the image.

@@ -1325,32 +1225,28 @@

image_ID :

-The image. - +The image.

channel_ID :

-The channel. - +The channel.

position :

-The channel position. - +The channel position.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_remove_channel ()

-
gboolean            gimp_image_remove_channel           (gint32 image_ID,
-                                                         gint32 channel_ID);
+
gboolean            gimp_image_remove_channel           (gint32 image_ID,
+                                                         gint32 channel_ID);

Remove the specified channel from the image.

@@ -1363,27 +1259,24 @@

image_ID :

-The image. - +The image.

channel_ID :

-The channel. - +The channel.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_raise_channel ()

-
gboolean            gimp_image_raise_channel            (gint32 image_ID,
-                                                         gint32 channel_ID);
+
gboolean            gimp_image_raise_channel            (gint32 image_ID,
+                                                         gint32 channel_ID);

Raise the specified channel in the image's channel stack

@@ -1397,27 +1290,24 @@

image_ID :

-The image. - +The image.

channel_ID :

-The channel to raise. - +The channel to raise.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_lower_channel ()

-
gboolean            gimp_image_lower_channel            (gint32 image_ID,
-                                                         gint32 channel_ID);
+
gboolean            gimp_image_lower_channel            (gint32 image_ID,
+                                                         gint32 channel_ID);

Lower the specified channel in the image's channel stack

@@ -1431,27 +1321,24 @@

image_ID :

-The image. - +The image.

channel_ID :

-The channel to lower. - +The channel to lower.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_channel_position ()

-
gint                gimp_image_get_channel_position     (gint32 image_ID,
-                                                         gint32 channel_ID);
+
gint                gimp_image_get_channel_position     (gint32 image_ID,
+                                                         gint32 channel_ID);

Returns the position of the channel in the channel stack.

@@ -1465,28 +1352,24 @@

image_ID :

-The image. - +The image.

channel_ID :

-The channel. - +The channel.

Returns :

- The position of the channel in the channel stack. - - +The position of the channel in the channel stack.

Since GIMP 2.4


-
+

gimp_image_flatten ()

-
gint32              gimp_image_flatten                  (gint32 image_ID);
+
gint32              gimp_image_flatten                  (gint32 image_ID);

Flatten all visible layers into a single layer. Discard all invisible layers. @@ -1501,21 +1384,19 @@

image_ID :

-The image. - +The image.

Returns :

- The resulting layer. - +The resulting layer.

-
+

gimp_image_merge_visible_layers ()

-
gint32              gimp_image_merge_visible_layers     (gint32 image_ID,
+
gint32              gimp_image_merge_visible_layers     (gint32 image_ID,
                                                          GimpMergeType merge_type);

Merge the visible image layers into one. @@ -1533,27 +1414,24 @@

image_ID :

-The image. - +The image.

merge_type :

-The type of merge. - +The type of merge.

Returns :

- The resulting layer. - +The resulting layer.

-
+

gimp_image_merge_down ()

-
gint32              gimp_image_merge_down               (gint32 image_ID,
-                                                         gint32 merge_layer_ID,
+
gint32              gimp_image_merge_down               (gint32 image_ID,
+                                                         gint32 merge_layer_ID,
                                                          GimpMergeType merge_type);

Merge the layer passed and the first visible layer below. @@ -1572,31 +1450,27 @@

image_ID :

-The image. - +The image.

merge_layer_ID :

-The layer to merge down from. - +The layer to merge down from.

merge_type :

-The type of merge. - +The type of merge.

Returns :

- The resulting layer. - +The resulting layer.

-
+

gimp_image_clean_all ()

-
gboolean            gimp_image_clean_all                (gint32 image_ID);
+
gboolean            gimp_image_clean_all                (gint32 image_ID);

Set the image dirty count to 0.

@@ -1613,21 +1487,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_is_dirty ()

-
gboolean            gimp_image_is_dirty                 (gint32 image_ID);
+
gboolean            gimp_image_is_dirty                 (gint32 image_ID);

Checks if the image has unsaved changes.

@@ -1642,21 +1514,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE if the image has unsaved changes. - +TRUE if the image has unsaved changes.

-
+

gimp_image_get_active_layer ()

-
gint32              gimp_image_get_active_layer         (gint32 image_ID);
+
gint32              gimp_image_get_active_layer         (gint32 image_ID);

Returns the specified image's active layer.

@@ -1670,22 +1540,20 @@

image_ID :

-The image. - +The image.

Returns :

- The active layer. - +The active layer.

-
+

gimp_image_set_active_layer ()

-
gboolean            gimp_image_set_active_layer         (gint32 image_ID,
-                                                         gint32 active_layer_ID);
+
gboolean            gimp_image_set_active_layer         (gint32 image_ID,
+                                                         gint32 active_layer_ID);

Sets the specified image's active layer.

@@ -1700,26 +1568,23 @@

image_ID :

-The image. - +The image.

active_layer_ID :

-The new image active layer. - +The new image active layer.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_active_channel ()

-
gint32              gimp_image_get_active_channel       (gint32 image_ID);
+
gint32              gimp_image_get_active_channel       (gint32 image_ID);

Returns the specified image's active channel.

@@ -1732,22 +1597,20 @@

image_ID :

-The image. - +The image.

Returns :

- The active channel. - +The active channel.

-
+

gimp_image_set_active_channel ()

-
gboolean            gimp_image_set_active_channel       (gint32 image_ID,
-                                                         gint32 active_channel_ID);
+
gboolean            gimp_image_set_active_channel       (gint32 image_ID,
+                                                         gint32 active_channel_ID);

Sets the specified image's active channel.

@@ -1762,26 +1625,23 @@

image_ID :

-The image. - +The image.

active_channel_ID :

-The new image active channel. - +The new image active channel.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_unset_active_channel ()

-
gboolean            gimp_image_unset_active_channel     (gint32 image_ID);
+
gboolean            gimp_image_unset_active_channel     (gint32 image_ID);

Unsets the active channel in the specified image.

@@ -1796,21 +1656,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_selection ()

-
gint32              gimp_image_get_selection            (gint32 image_ID);
+
gint32              gimp_image_get_selection            (gint32 image_ID);

Returns the specified image's selection.

@@ -1823,22 +1681,20 @@

image_ID :

-The image. - +The image.

Returns :

- The selection channel. - +The selection channel.

-
+

gimp_image_get_component_active ()

-
gboolean            gimp_image_get_component_active     (gint32 image_ID,
-                                                         GimpChannelType component);
+
gboolean            gimp_image_get_component_active     (gint32 image_ID,
+                                                         GimpChannelType component);

Returns if the specified image's image component is active.

@@ -1853,28 +1709,25 @@

image_ID :

-The image. - +The image.

component :

-The image component. - +The image component.

Returns :

- Component is active. - +Component is active.

-
+

gimp_image_set_component_active ()

-
gboolean            gimp_image_set_component_active     (gint32 image_ID,
-                                                         GimpChannelType component,
-                                                         gboolean active);
+
gboolean            gimp_image_set_component_active     (gint32 image_ID,
+                                                         GimpChannelType component,
+                                                         gboolean active);

Sets if the specified image's image component is active.

@@ -1889,32 +1742,28 @@

image_ID :

-The image. - +The image.

component :

-The image component. - +The image component.

active :

-Component is active. - +Component is active.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_component_visible ()

-
gboolean            gimp_image_get_component_visible    (gint32 image_ID,
-                                                         GimpChannelType component);
+
gboolean            gimp_image_get_component_visible    (gint32 image_ID,
+                                                         GimpChannelType component);

Returns if the specified image's image component is visible.

@@ -1930,28 +1779,25 @@

image_ID :

-The image. - +The image.

component :

-The image component. - +The image component.

Returns :

- Component is visible. - +Component is visible.

-
+

gimp_image_set_component_visible ()

-
gboolean            gimp_image_set_component_visible    (gint32 image_ID,
-                                                         GimpChannelType component,
-                                                         gboolean visible);
+
gboolean            gimp_image_set_component_visible    (gint32 image_ID,
+                                                         GimpChannelType component,
+                                                         gboolean visible);

Sets if the specified image's image component is visible.

@@ -1966,60 +1812,54 @@

image_ID :

-The image. - +The image.

component :

-The image component. - +The image component.

visible :

-Component is visible. - +Component is visible.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_filename ()

-
gchar*              gimp_image_get_filename             (gint32 image_ID);
+
gchar *             gimp_image_get_filename             (gint32 image_ID);

Returns the specified image's filename.

This procedure returns the specified image's filename in the filesystem encoding. The image has a filename only if it was loaded -or has since been saved. Otherwise, this function returns NULL. +or has since been saved. Otherwise, this function returns NULL.

- + - +

image_ID :

The image. -The image.

Returns :

The filename. -The filename.

-
+

gimp_image_set_filename ()

-
gboolean            gimp_image_set_filename             (gint32 image_ID,
-                                                         const gchar *filename);
+
gboolean            gimp_image_set_filename             (gint32 image_ID,
+                                                         const gchar *filename);

Sets the specified image's filename.

@@ -2032,26 +1872,23 @@

image_ID :

-The image. - +The image.

filename :

-The new image filename. - +The new image filename.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_name ()

-
gchar*              gimp_image_get_name                 (gint32 image_ID);
+
gchar *             gimp_image_get_name                 (gint32 image_ID);

Returns the specified image's name.

@@ -2063,23 +1900,21 @@

image_ID :

-The image. - +The image.

Returns :

- The name. - +The name.

-
+

gimp_image_get_resolution ()

-
gboolean            gimp_image_get_resolution           (gint32 image_ID,
-                                                         gdouble *xresolution,
-                                                         gdouble *yresolution);
+
gboolean            gimp_image_get_resolution           (gint32 image_ID,
+                                                         gdouble *xresolution,
+                                                         gdouble *yresolution);

Returns the specified image's resolution.

@@ -2092,33 +1927,29 @@

image_ID :

-The image. - +The image.

xresolution :

-The resolution in the x-axis, in dots per inch. - +The resolution in the x-axis, in dots per inch.

yresolution :

-The resolution in the y-axis, in dots per inch. - +The resolution in the y-axis, in dots per inch.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_set_resolution ()

-
gboolean            gimp_image_set_resolution           (gint32 image_ID,
-                                                         gdouble xresolution,
-                                                         gdouble yresolution);
+
gboolean            gimp_image_set_resolution           (gint32 image_ID,
+                                                         gdouble xresolution,
+                                                         gdouble yresolution);

Sets the specified image's resolution.

@@ -2132,31 +1963,27 @@

image_ID :

-The image. - +The image.

xresolution :

-The new image resolution in the x-axis, in dots per inch. - +The new image resolution in the x-axis, in dots per inch.

yresolution :

-The new image resolution in the y-axis, in dots per inch. - +The new image resolution in the y-axis, in dots per inch.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_unit ()

-
GimpUnit            gimp_image_get_unit                 (gint32 image_ID);
+
GimpUnit            gimp_image_get_unit                 (gint32 image_ID);

Returns the specified image's unit.

@@ -2171,22 +1998,20 @@

image_ID :

-The image. - +The image.

Returns :

- The unit. - +The unit.

-
+

gimp_image_set_unit ()

-
gboolean            gimp_image_set_unit                 (gint32 image_ID,
-                                                         GimpUnit unit);
+
gboolean            gimp_image_set_unit                 (gint32 image_ID,
+                                                         GimpUnit unit);

Sets the specified image's unit.

@@ -2202,27 +2027,24 @@

image_ID :

-The image. - +The image.

unit :

-The new image unit. - +The new image unit.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_set_tattoo_state ()

-
gboolean            gimp_image_set_tattoo_state         (gint32 image_ID,
-                                                         gint tattoo_state);
+
gboolean            gimp_image_set_tattoo_state         (gint32 image_ID,
+                                                         gint tattoo_state);

Set the tattoo state associated with the image.

@@ -2245,26 +2067,23 @@

image_ID :

-The image. - +The image.

tattoo_state :

-The new image tattoo state. - +The new image tattoo state.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_tattoo_state ()

-
gint                gimp_image_get_tattoo_state         (gint32 image_ID);
+
gint                gimp_image_get_tattoo_state         (gint32 image_ID);

Returns the tattoo state associated with the image.

@@ -2278,22 +2097,20 @@

image_ID :

-The image. - +The image.

Returns :

- The tattoo state. - +The tattoo state.

-
+

gimp_image_get_layer_by_tattoo ()

-
gint32              gimp_image_get_layer_by_tattoo      (gint32 image_ID,
-                                                         gint tattoo);
+
gint32              gimp_image_get_layer_by_tattoo      (gint32 image_ID,
+                                                         gint tattoo);

Find a layer with a given tattoo in an image.

@@ -2306,27 +2123,24 @@

image_ID :

-The image. - +The image.

tattoo :

-The tattoo of the layer to find. - +The tattoo of the layer to find.

Returns :

- The layer with the specified tattoo. - +The layer with the specified tattoo.

-
+

gimp_image_get_channel_by_tattoo ()

-
gint32              gimp_image_get_channel_by_tattoo    (gint32 image_ID,
-                                                         gint tattoo);
+
gint32              gimp_image_get_channel_by_tattoo    (gint32 image_ID,
+                                                         gint tattoo);

Find a channel with a given tattoo in an image.

@@ -2339,28 +2153,25 @@

image_ID :

-The image. - +The image.

tattoo :

-The tattoo of the channel to find. - +The tattoo of the channel to find.

Returns :

- The channel with the specified tattoo. - +The channel with the specified tattoo.

-
+

gimp_image_get_cmap ()

-
guchar *            gimp_image_get_cmap                 (gint32 image_ID,
-                                                         gint *num_colors);
-
+
guchar *            gimp_image_get_cmap                 (gint32 image_ID,
+                                                         gint *num_colors);
+

Warning

gimp_image_get_cmap is deprecated and should not be used in newly-written code.

@@ -2372,29 +2183,26 @@

image_ID :

-The image. - +The image.

num_colors :

-Number of colors in the colormap array. - +Number of colors in the colormap array.

Returns :

- The image's colormap. - +The image's colormap.

-
+

gimp_image_set_cmap ()

-
gboolean            gimp_image_set_cmap                 (gint32 image_ID,
-                                                         const guchar *cmap,
-                                                         gint num_colors);
-
+
gboolean            gimp_image_set_cmap                 (gint32 image_ID,
+                                                         const guchar *cmap,
+                                                         gint num_colors);
+

Warning

gimp_image_set_cmap is deprecated and should not be used in newly-written code.

@@ -2406,32 +2214,28 @@

image_ID :

-The image. - +The image.

cmap :

-The new colormap values. - +The new colormap values.

num_colors :

-Number of colors in the colormap array. - +Number of colors in the colormap array.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_colormap ()

-
guchar *            gimp_image_get_colormap             (gint32 image_ID,
-                                                         gint *num_colors);
+
guchar *            gimp_image_get_colormap             (gint32 image_ID,
+                                                         gint *num_colors);

Returns the image's colormap

@@ -2445,28 +2249,25 @@

image_ID :

-The image. - +The image.

num_colors :

-Returns the number of colors in the colormap array. - +Returns the number of colors in the colormap array.

Returns :

- The image's colormap. - +The image's colormap.

-
+

gimp_image_set_colormap ()

-
gboolean            gimp_image_set_colormap             (gint32 image_ID,
-                                                         const guchar *colormap,
-                                                         gint num_colors);
+
gboolean            gimp_image_set_colormap             (gint32 image_ID,
+                                                         const guchar *colormap,
+                                                         gint num_colors);

Sets the entries in the image's colormap.

@@ -2481,32 +2282,28 @@

image_ID :

-The image. - +The image.

colormap :

-The new colormap values. - +The new colormap values.

num_colors :

-Number of colors in the colormap array. - +Number of colors in the colormap array.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_get_vectors ()

-
gint*               gimp_image_get_vectors              (gint32 image_ID,
-                                                         gint *num_vectors);
+
gint *              gimp_image_get_vectors              (gint32 image_ID,
+                                                         gint *num_vectors);

Returns the list of vectors contained in the specified image.

@@ -2519,29 +2316,25 @@

image_ID :

-The image. - +The image.

num_vectors :

-The number of vectors contained in the image. - +The number of vectors contained in the image.

Returns :

- The list of vectors contained in the image. - - +The list of vectors contained in the image.

Since GIMP 2.4


-
+

gimp_image_get_vectors_by_tattoo ()

-
gint32              gimp_image_get_vectors_by_tattoo    (gint32 image_ID,
-                                                         gint tattoo);
+
gint32              gimp_image_get_vectors_by_tattoo    (gint32 image_ID,
+                                                         gint tattoo);

Find a vectors with a given tattoo in an image.

@@ -2554,69 +2347,35 @@

image_ID :

-The image. - +The image.

tattoo :

-The tattoo of the vectors to find. - +The tattoo of the vectors to find.

Returns :

- The vectors with the specified tattoo. - - +The vectors with the specified tattoo.

Since GIMP 2.6


-
+

gimp_image_get_thumbnail_data ()

-
guchar *            gimp_image_get_thumbnail_data       (gint32 image_ID,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp);
+
guchar *            gimp_image_get_thumbnail_data       (gint32 image_ID,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp);

-
-- - - - - - - - - - - - - - - - - - - - - - -

image_ID :

-

width :

-

height :

-

bpp :

-

Returns :

-

-
+

gimp_image_parasite_find ()

-
GimpParasite*       gimp_image_parasite_find            (gint32 image_ID,
-                                                         const gchar *name);
+
GimpParasite *      gimp_image_parasite_find            (gint32 image_ID,
+                                                         const gchar *name);

Look up a parasite in an image

@@ -2629,28 +2388,25 @@

image_ID :

-The image. - +The image.

name :

-The name of the parasite to find. - +The name of the parasite to find.

Returns :

- The found parasite. - +The found parasite.

-
+

gimp_image_parasite_list ()

-
gboolean            gimp_image_parasite_list            (gint32 image_ID,
-                                                         gint *num_parasites,
-                                                         gchar ***parasites);
+
gboolean            gimp_image_parasite_list            (gint32 image_ID,
+                                                         gint *num_parasites,
+                                                         gchar ***parasites);

List all parasites.

@@ -2662,32 +2418,28 @@

image_ID :

-The image. - +The image.

num_parasites :

-The number of attached parasites. - +The number of attached parasites.

parasites :

-The names of currently attached parasites. - +The names of currently attached parasites.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_parasite_attach ()

-
gboolean            gimp_image_parasite_attach          (gint32 image_ID,
-                                                         const GimpParasite *parasite);
+
gboolean            gimp_image_parasite_attach          (gint32 image_ID,
+                                                         const GimpParasite *parasite);

Add a parasite to an image.

@@ -2700,27 +2452,24 @@

image_ID :

-The image. - +The image.

parasite :

-The parasite to attach to an image. - +The parasite to attach to an image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_parasite_detach ()

-
gboolean            gimp_image_parasite_detach          (gint32 image_ID,
-                                                         const gchar *name);
+
gboolean            gimp_image_parasite_detach          (gint32 image_ID,
+                                                         const gchar *name);

Removes a parasite from an image.

@@ -2733,30 +2482,27 @@

image_ID :

-The image. - +The image.

name :

-The name of the parasite to detach from an image. - +The name of the parasite to detach from an image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_attach_new_parasite ()

-
gboolean            gimp_image_attach_new_parasite      (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint flags,
-                                                         gint size,
-                                                         gconstpointer data);
+
gboolean            gimp_image_attach_new_parasite      (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint flags,
+                                                         gint size,
+                                                         gconstpointer data);

Convenience function that creates a parasite and attaches it to GIMP. @@ -2766,34 +2512,28 @@

image_ID :

-the ID of the image to attach the GimpParasite to. - +the ID of the image to attach the GimpParasite to.

name :

-the name of the GimpParasite to create and attach. - +the name of the GimpParasite to create and attach.

flags :

-the flags set on the GimpParasite. - +the flags set on the GimpParasite.

size :

-the size of the parasite data in bytes. - +the size of the parasite data in bytes.

data :

-a pointer to the data attached with the GimpParasite. - +a pointer to the data attached with the GimpParasite.

Returns :

- TRUE on successful creation and attachment of +TRUE on successful creation and attachment of the new parasite. - See Also: gimp_image_parasite_attach() @@ -2801,11 +2541,11 @@

-
+

gimp_image_add_vectors ()

-
gboolean            gimp_image_add_vectors              (gint32 image_ID,
-                                                         gint32 vectors_ID,
-                                                         gint position);
+
gboolean            gimp_image_add_vectors              (gint32 image_ID,
+                                                         gint32 vectors_ID,
+                                                         gint position);

Add the specified vectors object to the image.

@@ -2819,32 +2559,28 @@

image_ID :

-The image. - +The image.

vectors_ID :

-The vectors object. - +The vectors object.

position :

-The vectors objects position. - +The vectors objects position.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_remove_vectors ()

-
gboolean            gimp_image_remove_vectors           (gint32 image_ID,
-                                                         gint32 vectors_ID);
+
gboolean            gimp_image_remove_vectors           (gint32 image_ID,
+                                                         gint32 vectors_ID);

Remove the specified path from the image.

@@ -2857,28 +2593,24 @@

image_ID :

-The image. - +The image.

vectors_ID :

-The vectors object. - +The vectors object.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_get_active_vectors ()

-
gint32              gimp_image_get_active_vectors       (gint32 image_ID);
+
gint32              gimp_image_get_active_vectors       (gint32 image_ID);

Returns the specified image's active vectors.

@@ -2890,22 +2622,20 @@

image_ID :

-The image. - +The image.

Returns :

- The active vectors. - +The active vectors.

-
+

gimp_image_set_active_vectors ()

-
gboolean            gimp_image_set_active_vectors       (gint32 image_ID,
-                                                         gint32 active_vectors_ID);
+
gboolean            gimp_image_set_active_vectors       (gint32 image_ID,
+                                                         gint32 active_vectors_ID);

Sets the specified image's active vectors.

@@ -2917,27 +2647,24 @@

image_ID :

-The image. - +The image.

active_vectors_ID :

-The new image active vectors. - +The new image active vectors.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_lower_vectors ()

-
gboolean            gimp_image_lower_vectors            (gint32 image_ID,
-                                                         gint32 vectors_ID);
+
gboolean            gimp_image_lower_vectors            (gint32 image_ID,
+                                                         gint32 vectors_ID);

Lower the specified vectors in the image's vectors stack

@@ -2951,29 +2678,25 @@

image_ID :

-The image. - +The image.

vectors_ID :

-The vectors object to lower. - +The vectors object to lower.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_raise_vectors ()

-
gboolean            gimp_image_raise_vectors            (gint32 image_ID,
-                                                         gint32 vectors_ID);
+
gboolean            gimp_image_raise_vectors            (gint32 image_ID,
+                                                         gint32 vectors_ID);

Raise the specified vectors in the image's vectors stack

@@ -2987,29 +2710,25 @@

image_ID :

-The image. - +The image.

vectors_ID :

-The vectors object to raise. - +The vectors object to raise.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_lower_vectors_to_bottom ()

-
gboolean            gimp_image_lower_vectors_to_bottom  (gint32 image_ID,
-                                                         gint32 vectors_ID);
+
gboolean            gimp_image_lower_vectors_to_bottom  (gint32 image_ID,
+                                                         gint32 vectors_ID);

Lower the specified vectors in the image's vectors stack to bottom of stack @@ -3024,29 +2743,25 @@

image_ID :

-The image. - +The image.

vectors_ID :

-The vectors object to lower to bottom. - +The vectors object to lower to bottom.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_raise_vectors_to_top ()

-
gboolean            gimp_image_raise_vectors_to_top     (gint32 image_ID,
-                                                         gint32 vectors_ID);
+
gboolean            gimp_image_raise_vectors_to_top     (gint32 image_ID,
+                                                         gint32 vectors_ID);

Raise the specified vectors in the image's vectors stack to top of stack @@ -3061,29 +2776,25 @@

image_ID :

-The image. - +The image.

vectors_ID :

-The vectors object to raise to top. - +The vectors object to raise to top.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_image_get_vectors_position ()

-
gint                gimp_image_get_vectors_position     (gint32 image_ID,
-                                                         gint32 vectors_ID);
+
gint                gimp_image_get_vectors_position     (gint32 image_ID,
+                                                         gint32 vectors_ID);

Returns the position of the vectors object in the vectors objects stack. @@ -3098,19 +2809,15 @@

image_ID :

-The image. - +The image.

vectors_ID :

-The vectors object. - +The vectors object.

Returns :

- The position of the vectors object in the vectors stack. - - +The position of the vectors object in the vectors stack.
@@ -3120,6 +2827,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-GimpItemComboBox.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-GimpItemComboBox.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-GimpItemComboBox.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-GimpItemComboBox.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpItemComboBox - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,138 +39,113 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
-                                       +----GimpIntComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
+                                       +----GimpIntComboBox
                                              +----GimpDrawableComboBox
 
-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
-                                       +----GimpIntComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
+                                       +----GimpIntComboBox
                                              +----GimpChannelComboBox
 
-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
-                                       +----GimpIntComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
+                                       +----GimpIntComboBox
                                              +----GimpLayerComboBox
 
-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
-                                       +----GimpIntComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
+                                       +----GimpIntComboBox
                                              +----GimpVectorsComboBox
 
-
+

Implemented Interfaces

GimpDrawableComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

GimpChannelComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

GimpLayerComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

GimpVectorsComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

-
+

Description

-
+

Details

-
+

GimpItemConstraintFunc ()

-
gboolean            (*GimpItemConstraintFunc)           (gint32 image_id,
-                                                         gint32 item_id,
-                                                         gpointer data);
+
gboolean            (*GimpItemConstraintFunc)           (gint32 image_id,
+                                                         gint32 item_id,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - - - - - -

image_id :

-

item_id :

-

data :

-

Returns :

-

-
+

GimpDrawableComboBox

typedef struct _GimpDrawableComboBox GimpDrawableComboBox;


-
+

GimpDrawableConstraintFunc

typedef GimpItemConstraintFunc GimpDrawableConstraintFunc;
 
@@ -178,20 +153,20 @@


-
+

gimp_drawable_combo_box_new ()

-
GtkWidget *         gimp_drawable_combo_box_new         (GimpDrawableConstraintFunc constraint,
-                                                         gpointer data);
+
GtkWidget *         gimp_drawable_combo_box_new         (GimpDrawableConstraintFunc constraint,
+                                                         gpointer data);

-Creates a new GimpIntComboBox filled with all currently opened +Creates a new GimpIntComboBox filled with all currently opened drawables. If a constraint function is specified, it is called for -each drawable and only if the function returns TRUE, the drawable +each drawable and only if the function returns TRUE, the drawable is added to the combobox.

-You should use gimp_int_combo_box_connect() to initialize and connect -the combo. Use gimp_int_combo_box_set_active() to get the active -drawable ID and gimp_int_combo_box_get_active() to retrieve the ID +You should use gimp_int_combo_box_connect() to initialize and connect +the combo. Use gimp_int_combo_box_set_active() to get the active +drawable ID and gimp_int_combo_box_get_active() to retrieve the ID of the selected drawable.

@@ -199,7 +174,7 @@ - @@ -209,28 +184,26 @@ - +

constraint :

a GimpDrawableConstraintFunc or NULL +a GimpDrawableConstraintFunc or NULL

Returns :

a new GimpIntComboBox. - -a new GimpIntComboBox.

Since GIMP 2.2


-
+

GimpChannelComboBox

typedef struct _GimpChannelComboBox GimpChannelComboBox;


-
+

gimp_channel_combo_box_new ()

-
GtkWidget *         gimp_channel_combo_box_new          (GimpDrawableConstraintFunc constraint,
-                                                         gpointer data);
+
GtkWidget *         gimp_channel_combo_box_new          (GimpDrawableConstraintFunc constraint,
+                                                         gpointer data);

-Creates a new GimpIntComboBox filled with all currently opened +Creates a new GimpIntComboBox filled with all currently opened channels. See gimp_drawable_combo_box_new() for more information.

@@ -238,7 +211,7 @@ - @@ -248,28 +221,26 @@ - +

constraint :

a GimpDrawableConstraintFunc or NULL +a GimpDrawableConstraintFunc or NULL

Returns :

a new GimpIntComboBox. - -a new GimpIntComboBox.

Since GIMP 2.2


-
+

GimpLayerComboBox

typedef struct _GimpLayerComboBox GimpLayerComboBox;


-
+

gimp_layer_combo_box_new ()

-
GtkWidget *         gimp_layer_combo_box_new            (GimpDrawableConstraintFunc constraint,
-                                                         gpointer data);
+
GtkWidget *         gimp_layer_combo_box_new            (GimpDrawableConstraintFunc constraint,
+                                                         gpointer data);

-Creates a new GimpIntComboBox filled with all currently opened +Creates a new GimpIntComboBox filled with all currently opened layers. See gimp_drawable_combo_box_new() for more information.

@@ -277,7 +248,7 @@ - @@ -287,23 +258,21 @@ - +

constraint :

a GimpDrawableConstraintFunc or NULL +a GimpDrawableConstraintFunc or NULL

Returns :

a new GimpIntComboBox. - -a new GimpIntComboBox.

Since GIMP 2.2


-
+

GimpVectorsComboBox

typedef struct _GimpVectorsComboBox GimpVectorsComboBox;


-
+

GimpVectorsConstraintFunc

typedef GimpItemConstraintFunc GimpVectorsConstraintFunc;
 
@@ -311,20 +280,20 @@


-
+

gimp_vectors_combo_box_new ()

-
GtkWidget *         gimp_vectors_combo_box_new          (GimpVectorsConstraintFunc constraint,
-                                                         gpointer data);
+
GtkWidget *         gimp_vectors_combo_box_new          (GimpVectorsConstraintFunc constraint,
+                                                         gpointer data);

-Creates a new GimpIntComboBox filled with all currently opened +Creates a new GimpIntComboBox filled with all currently opened vectors objects. If a constraint function is specified, it is called for -each vectors object and only if the function returns TRUE, the vectors +each vectors object and only if the function returns TRUE, the vectors object is added to the combobox.

-You should use gimp_int_combo_box_connect() to initialize and connect -the combo. Use gimp_int_combo_box_set_active() to set the active -vectors ID and gimp_int_combo_box_get_active() to retrieve the ID +You should use gimp_int_combo_box_connect() to initialize and connect +the combo. Use gimp_int_combo_box_set_active() to set the active +vectors ID and gimp_int_combo_box_get_active() to retrieve the ID of the selected vectors object.

@@ -332,7 +301,7 @@ - @@ -342,9 +311,7 @@ - +

constraint :

a GimpVectorsConstraintFunc or NULL +a GimpVectorsConstraintFunc or NULL

Returns :

a new GimpIntComboBox. - -a new GimpIntComboBox.
@@ -354,6 +321,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimplayer.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimplayer.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimplayer.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimplayer.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimplayer - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,92 +35,92 @@
-
+

Synopsis

-
gint32              gimp_layer_new                      (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint width,
-                                                         gint height,
-                                                         GimpImageType type,
-                                                         gdouble opacity,
+
gint32              gimp_layer_new                      (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint width,
+                                                         gint height,
+                                                         GimpImageType type,
+                                                         gdouble opacity,
                                                          GimpLayerModeEffects mode);
-gint32              gimp_layer_new_from_drawable        (gint32 drawable_ID,
-                                                         gint32 dest_image_ID);
-gint32              gimp_layer_new_from_visible         (gint32 image_ID,
-                                                         gint32 dest_image_ID,
-                                                         const gchar *name);
-gint32              gimp_layer_copy                     (gint32 layer_ID);
-gboolean            gimp_layer_scale                    (gint32 layer_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gboolean local_origin);
-gboolean            gimp_layer_scale_full               (gint32 layer_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gboolean local_origin,
-                                                         GimpInterpolationType interpolation);
-gboolean            gimp_layer_resize                   (gint32 layer_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gint offx,
-                                                         gint offy);
-gboolean            gimp_layer_resize_to_image_size     (gint32 layer_ID);
-gboolean            gimp_layer_translate                (gint32 layer_ID,
-                                                         gint offx,
-                                                         gint offy);
-gboolean            gimp_layer_add_alpha                (gint32 layer_ID);
-gboolean            gimp_layer_flatten                  (gint32 layer_ID);
-gboolean            gimp_layer_set_offsets              (gint32 layer_ID,
-                                                         gint offx,
-                                                         gint offy);
-gint32              gimp_layer_create_mask              (gint32 layer_ID,
-                                                         GimpAddMaskType mask_type);
-gint32              gimp_layer_from_mask                (gint32 mask_ID);
-gint32              gimp_layer_get_mask                 (gint32 layer_ID);
-gboolean            gimp_layer_add_mask                 (gint32 layer_ID,
-                                                         gint32 mask_ID);
-gboolean            gimp_layer_remove_mask              (gint32 layer_ID,
+gint32              gimp_layer_new_from_drawable        (gint32 drawable_ID,
+                                                         gint32 dest_image_ID);
+gint32              gimp_layer_new_from_visible         (gint32 image_ID,
+                                                         gint32 dest_image_ID,
+                                                         const gchar *name);
+gint32              gimp_layer_copy                     (gint32 layer_ID);
+gboolean            gimp_layer_scale                    (gint32 layer_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gboolean local_origin);
+gboolean            gimp_layer_scale_full               (gint32 layer_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gboolean local_origin,
+                                                         GimpInterpolationType interpolation);
+gboolean            gimp_layer_resize                   (gint32 layer_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gint offx,
+                                                         gint offy);
+gboolean            gimp_layer_resize_to_image_size     (gint32 layer_ID);
+gboolean            gimp_layer_translate                (gint32 layer_ID,
+                                                         gint offx,
+                                                         gint offy);
+gboolean            gimp_layer_add_alpha                (gint32 layer_ID);
+gboolean            gimp_layer_flatten                  (gint32 layer_ID);
+gboolean            gimp_layer_set_offsets              (gint32 layer_ID,
+                                                         gint offx,
+                                                         gint offy);
+gint32              gimp_layer_create_mask              (gint32 layer_ID,
+                                                         GimpAddMaskType mask_type);
+gint32              gimp_layer_from_mask                (gint32 mask_ID);
+gint32              gimp_layer_get_mask                 (gint32 layer_ID);
+gboolean            gimp_layer_add_mask                 (gint32 layer_ID,
+                                                         gint32 mask_ID);
+gboolean            gimp_layer_remove_mask              (gint32 layer_ID,
                                                          GimpMaskApplyMode mode);
-gboolean            gimp_layer_get_lock_alpha           (gint32 layer_ID);
-gboolean            gimp_layer_set_lock_alpha           (gint32 layer_ID,
-                                                         gboolean lock_alpha);
-gboolean            gimp_layer_get_preserve_trans       (gint32 layer_ID);
-gboolean            gimp_layer_set_preserve_trans       (gint32 layer_ID,
-                                                         gboolean preserve_trans);
-gboolean            gimp_layer_get_apply_mask           (gint32 layer_ID);
-gboolean            gimp_layer_set_apply_mask           (gint32 layer_ID,
-                                                         gboolean apply_mask);
-gboolean            gimp_layer_get_show_mask            (gint32 layer_ID);
-gboolean            gimp_layer_set_show_mask            (gint32 layer_ID,
-                                                         gboolean show_mask);
-gboolean            gimp_layer_get_edit_mask            (gint32 layer_ID);
-gboolean            gimp_layer_set_edit_mask            (gint32 layer_ID,
-                                                         gboolean edit_mask);
-gdouble             gimp_layer_get_opacity              (gint32 layer_ID);
-gboolean            gimp_layer_set_opacity              (gint32 layer_ID,
-                                                         gdouble opacity);
-GimpLayerModeEffects  gimp_layer_get_mode               (gint32 layer_ID);
-gboolean            gimp_layer_set_mode                 (gint32 layer_ID,
+gboolean            gimp_layer_get_lock_alpha           (gint32 layer_ID);
+gboolean            gimp_layer_set_lock_alpha           (gint32 layer_ID,
+                                                         gboolean lock_alpha);
+gboolean            gimp_layer_get_preserve_trans       (gint32 layer_ID);
+gboolean            gimp_layer_set_preserve_trans       (gint32 layer_ID,
+                                                         gboolean preserve_trans);
+gboolean            gimp_layer_get_apply_mask           (gint32 layer_ID);
+gboolean            gimp_layer_set_apply_mask           (gint32 layer_ID,
+                                                         gboolean apply_mask);
+gboolean            gimp_layer_get_show_mask            (gint32 layer_ID);
+gboolean            gimp_layer_set_show_mask            (gint32 layer_ID,
+                                                         gboolean show_mask);
+gboolean            gimp_layer_get_edit_mask            (gint32 layer_ID);
+gboolean            gimp_layer_set_edit_mask            (gint32 layer_ID,
+                                                         gboolean edit_mask);
+gdouble             gimp_layer_get_opacity              (gint32 layer_ID);
+gboolean            gimp_layer_set_opacity              (gint32 layer_ID,
+                                                         gdouble opacity);
+GimpLayerModeEffects gimp_layer_get_mode                (gint32 layer_ID);
+gboolean            gimp_layer_set_mode                 (gint32 layer_ID,
                                                          GimpLayerModeEffects mode);
-gboolean            gimp_layer_is_floating_sel          (gint32 layer_ID);
+gboolean            gimp_layer_is_floating_sel          (gint32 layer_ID);
 
-
+

Description

Operations on a single layer.

-
+

Details

-
+

gimp_layer_new ()

-
gint32              gimp_layer_new                      (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint width,
-                                                         gint height,
-                                                         GimpImageType type,
-                                                         gdouble opacity,
+
gint32              gimp_layer_new                      (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint width,
+                                                         gint height,
+                                                         GimpImageType type,
+                                                         gdouble opacity,
                                                          GimpLayerModeEffects mode);

Create a new layer. @@ -138,52 +138,44 @@

image_ID :

-The image to which to add the layer. - +The image to which to add the layer.

name :

-The layer name. - +The layer name.

width :

-The layer width. - +The layer width.

height :

-The layer height. - +The layer height.

type :

-The layer type. - +The layer type.

opacity :

-The layer opacity. - +The layer opacity.

mode :

-The layer combination mode. - +The layer combination mode.

Returns :

- The newly created layer. - +The newly created layer.

-
+

gimp_layer_new_from_drawable ()

-
gint32              gimp_layer_new_from_drawable        (gint32 drawable_ID,
-                                                         gint32 dest_image_ID);
+
gint32              gimp_layer_new_from_drawable        (gint32 drawable_ID,
+                                                         gint32 dest_image_ID);

Create a new layer by copying an existing drawable.

@@ -199,28 +191,25 @@

drawable_ID :

-The source drawable from where the new layer is copied. - +The source drawable from where the new layer is copied.

dest_image_ID :

-The destination image to which to add the layer. - +The destination image to which to add the layer.

Returns :

- The newly copied layer. - +The newly copied layer.

-
+

gimp_layer_new_from_visible ()

-
gint32              gimp_layer_new_from_visible         (gint32 image_ID,
-                                                         gint32 dest_image_ID,
-                                                         const gchar *name);
+
gint32              gimp_layer_new_from_visible         (gint32 image_ID,
+                                                         gint32 dest_image_ID,
+                                                         const gchar *name);

Create a new layer from what is visible in an image.

@@ -236,33 +225,28 @@

image_ID :

-The source image from where the content is copied. - +The source image from where the content is copied.

dest_image_ID :

-The destination image to which to add the layer. - +The destination image to which to add the layer.

name :

-The layer name. - +The layer name.

Returns :

- The newly created layer. - - +The newly created layer.

Since GIMP 2.6


-
+

gimp_layer_copy ()

-
gint32              gimp_layer_copy                     (gint32 layer_ID);
+
gint32              gimp_layer_copy                     (gint32 layer_ID);

Copy a layer.

@@ -276,24 +260,22 @@

layer_ID :

-The layer to copy. - +The layer to copy.

Returns :

- The newly copied layer. - +The newly copied layer.

-
+

gimp_layer_scale ()

-
gboolean            gimp_layer_scale                    (gint32 layer_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gboolean local_origin);
+
gboolean            gimp_layer_scale                    (gint32 layer_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gboolean local_origin);

Scale the layer using the default interpolation method.

@@ -309,40 +291,35 @@

layer_ID :

-The layer. - +The layer.

new_width :

-New layer width. - +New layer width.

new_height :

-New layer height. - +New layer height.

local_origin :

-Use a local origin (as opposed to the image origin). - +Use a local origin (as opposed to the image origin).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_scale_full ()

-
gboolean            gimp_layer_scale_full               (gint32 layer_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gboolean local_origin,
-                                                         GimpInterpolationType interpolation);
+
gboolean            gimp_layer_scale_full               (gint32 layer_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gboolean local_origin,
+                                                         GimpInterpolationType interpolation);

Scale the layer using a specific interpolation method.

@@ -359,47 +336,40 @@

layer_ID :

-The layer. - +The layer.

new_width :

-New layer width. - +New layer width.

new_height :

-New layer height. - +New layer height.

local_origin :

-Use a local origin (as opposed to the image origin). - +Use a local origin (as opposed to the image origin).

interpolation :

-Type of interpolation. - +Type of interpolation.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_layer_resize ()

-
gboolean            gimp_layer_resize                   (gint32 layer_ID,
-                                                         gint new_width,
-                                                         gint new_height,
-                                                         gint offx,
-                                                         gint offy);
+
gboolean            gimp_layer_resize                   (gint32 layer_ID,
+                                                         gint new_width,
+                                                         gint new_height,
+                                                         gint offx,
+                                                         gint offy);

Resize the layer to the specified extents.

@@ -414,41 +384,35 @@

layer_ID :

-The layer. - +The layer.

new_width :

-New layer width. - +New layer width.

new_height :

-New layer height. - +New layer height.

offx :

-x offset between upper left corner of old and new layers: (old - new). - +x offset between upper left corner of old and new layers: (old - new).

offy :

-y offset between upper left corner of old and new layers: (old - new). - +y offset between upper left corner of old and new layers: (old - new).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_resize_to_image_size ()

-
gboolean            gimp_layer_resize_to_image_size     (gint32 layer_ID);
+
gboolean            gimp_layer_resize_to_image_size     (gint32 layer_ID);

Resize a layer to the image size.

@@ -461,23 +425,21 @@

layer_ID :

-The layer to resize. - +The layer to resize.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_translate ()

-
gboolean            gimp_layer_translate                (gint32 layer_ID,
-                                                         gint offx,
-                                                         gint offy);
+
gboolean            gimp_layer_translate                (gint32 layer_ID,
+                                                         gint offx,
+                                                         gint offy);

Translate the layer by the specified offsets.

@@ -494,31 +456,27 @@

layer_ID :

-The layer. - +The layer.

offx :

-Offset in x direction. - +Offset in x direction.

offy :

-Offset in y direction. - +Offset in y direction.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_add_alpha ()

-
gboolean            gimp_layer_add_alpha                (gint32 layer_ID);
+
gboolean            gimp_layer_add_alpha                (gint32 layer_ID);

Add an alpha channel to the layer if it doesn't already have one.

@@ -534,21 +492,19 @@

layer_ID :

-The layer. - +The layer.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_flatten ()

-
gboolean            gimp_layer_flatten                  (gint32 layer_ID);
+
gboolean            gimp_layer_flatten                  (gint32 layer_ID);

Remove the alpha channel from the layer if it has one.

@@ -563,25 +519,22 @@

layer_ID :

-The layer. - +The layer.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_layer_set_offsets ()

-
gboolean            gimp_layer_set_offsets              (gint32 layer_ID,
-                                                         gint offx,
-                                                         gint offy);
+
gboolean            gimp_layer_set_offsets              (gint32 layer_ID,
+                                                         gint offx,
+                                                         gint offy);

Set the layer offsets.

@@ -595,32 +548,28 @@

layer_ID :

-The layer. - +The layer.

offx :

-Offset in x direction. - +Offset in x direction.

offy :

-Offset in y direction. - +Offset in y direction.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_create_mask ()

-
gint32              gimp_layer_create_mask              (gint32 layer_ID,
-                                                         GimpAddMaskType mask_type);
+
gint32              gimp_layer_create_mask              (gint32 layer_ID,
+                                                         GimpAddMaskType mask_type);

Create a layer mask for the specified specified layer.

@@ -641,26 +590,23 @@

layer_ID :

-The layer to which to add the mask. - +The layer to which to add the mask.

mask_type :

-The type of mask. - +The type of mask.

Returns :

- The newly created mask. - +The newly created mask.

-
+

gimp_layer_from_mask ()

-
gint32              gimp_layer_from_mask                (gint32 mask_ID);
+
gint32              gimp_layer_from_mask                (gint32 mask_ID);

Get the specified mask's layer.

@@ -673,23 +619,20 @@

mask_ID :

-Mask for which to return the layer. - +Mask for which to return the layer.

Returns :

- The mask's layer. - - +The mask's layer.

Since GIMP 2.2


-
+

gimp_layer_get_mask ()

-
gint32              gimp_layer_get_mask                 (gint32 layer_ID);
+
gint32              gimp_layer_get_mask                 (gint32 layer_ID);

Get the specified layer's mask if it exists.

@@ -702,22 +645,20 @@

layer_ID :

-The layer. - +The layer.

Returns :

- The layer mask. - +The layer mask.

-
+

gimp_layer_add_mask ()

-
gboolean            gimp_layer_add_mask                 (gint32 layer_ID,
-                                                         gint32 mask_ID);
+
gboolean            gimp_layer_add_mask                 (gint32 layer_ID,
+                                                         gint32 mask_ID);

Add a layer mask to the specified layer.

@@ -735,26 +676,23 @@

layer_ID :

-The layer to receive the mask. - +The layer to receive the mask.

mask_ID :

-The mask to add to the layer. - +The mask to add to the layer.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_remove_mask ()

-
gboolean            gimp_layer_remove_mask              (gint32 layer_ID,
+
gboolean            gimp_layer_remove_mask              (gint32 layer_ID,
                                                          GimpMaskApplyMode mode);

Remove the specified layer mask from the layer. @@ -768,26 +706,23 @@

layer_ID :

-The layer from which to remove mask. - +The layer from which to remove mask.

mode :

-Removal mode. - +Removal mode.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_get_lock_alpha ()

-
gboolean            gimp_layer_get_lock_alpha           (gint32 layer_ID);
+
gboolean            gimp_layer_get_lock_alpha           (gint32 layer_ID);

Get the lock alpha channel setting of the specified layer.

@@ -800,22 +735,20 @@

layer_ID :

-The layer. - +The layer.

Returns :

- The layer's lock alpha channel setting. - +The layer's lock alpha channel setting.

-
+

gimp_layer_set_lock_alpha ()

-
gboolean            gimp_layer_set_lock_alpha           (gint32 layer_ID,
-                                                         gboolean lock_alpha);
+
gboolean            gimp_layer_set_lock_alpha           (gint32 layer_ID,
+                                                         gboolean lock_alpha);

Set the lock alpha channel setting of the specified layer.

@@ -828,27 +761,24 @@

layer_ID :

-The layer. - +The layer.

lock_alpha :

-The new layer's lock alpha channel setting. - +The new layer's lock alpha channel setting.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_get_preserve_trans ()

-
gboolean            gimp_layer_get_preserve_trans       (gint32 layer_ID);
-
+
gboolean            gimp_layer_get_preserve_trans       (gint32 layer_ID);
+

Warning

gimp_layer_get_preserve_trans is deprecated and should not be used in newly-written code.

@@ -860,23 +790,21 @@

layer_ID :

-The layer. - +The layer.

Returns :

- The layer's preserve transperancy setting. - +The layer's preserve transperancy setting.

-
+

gimp_layer_set_preserve_trans ()

-
gboolean            gimp_layer_set_preserve_trans       (gint32 layer_ID,
-                                                         gboolean preserve_trans);
-
+
gboolean            gimp_layer_set_preserve_trans       (gint32 layer_ID,
+                                                         gboolean preserve_trans);
+

Warning

gimp_layer_set_preserve_trans is deprecated and should not be used in newly-written code.

@@ -888,26 +816,23 @@

layer_ID :

-The layer. - +The layer.

preserve_trans :

-The new layer's preserve transperancy setting. - +The new layer's preserve transperancy setting.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_get_apply_mask ()

-
gboolean            gimp_layer_get_apply_mask           (gint32 layer_ID);
+
gboolean            gimp_layer_get_apply_mask           (gint32 layer_ID);

Get the apply mask setting of the specified layer.

@@ -921,22 +846,20 @@

layer_ID :

-The layer. - +The layer.

Returns :

- The layer's apply mask setting. - +The layer's apply mask setting.

-
+

gimp_layer_set_apply_mask ()

-
gboolean            gimp_layer_set_apply_mask           (gint32 layer_ID,
-                                                         gboolean apply_mask);
+
gboolean            gimp_layer_set_apply_mask           (gint32 layer_ID,
+                                                         gboolean apply_mask);

Set the apply mask setting of the specified layer.

@@ -951,26 +874,23 @@

layer_ID :

-The layer. - +The layer.

apply_mask :

-The new layer's apply mask setting. - +The new layer's apply mask setting.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_get_show_mask ()

-
gboolean            gimp_layer_get_show_mask            (gint32 layer_ID);
+
gboolean            gimp_layer_get_show_mask            (gint32 layer_ID);

Get the show mask setting of the specified layer.

@@ -985,22 +905,20 @@

layer_ID :

-The layer. - +The layer.

Returns :

- The layer's show mask setting. - +The layer's show mask setting.

-
+

gimp_layer_set_show_mask ()

-
gboolean            gimp_layer_set_show_mask            (gint32 layer_ID,
-                                                         gboolean show_mask);
+
gboolean            gimp_layer_set_show_mask            (gint32 layer_ID,
+                                                         gboolean show_mask);

Set the show mask setting of the specified layer.

@@ -1015,26 +933,23 @@

layer_ID :

-The layer. - +The layer.

show_mask :

-The new layer's show mask setting. - +The new layer's show mask setting.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_get_edit_mask ()

-
gboolean            gimp_layer_get_edit_mask            (gint32 layer_ID);
+
gboolean            gimp_layer_get_edit_mask            (gint32 layer_ID);

Get the edit mask setting of the specified layer.

@@ -1048,22 +963,20 @@

layer_ID :

-The layer. - +The layer.

Returns :

- The layer's edit mask setting. - +The layer's edit mask setting.

-
+

gimp_layer_set_edit_mask ()

-
gboolean            gimp_layer_set_edit_mask            (gint32 layer_ID,
-                                                         gboolean edit_mask);
+
gboolean            gimp_layer_set_edit_mask            (gint32 layer_ID,
+                                                         gboolean edit_mask);

Set the edit mask setting of the specified layer.

@@ -1078,26 +991,23 @@

layer_ID :

-The layer. - +The layer.

edit_mask :

-The new layer's edit mask setting. - +The new layer's edit mask setting.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_get_opacity ()

-
gdouble             gimp_layer_get_opacity              (gint32 layer_ID);
+
gdouble             gimp_layer_get_opacity              (gint32 layer_ID);

Get the opacity of the specified layer.

@@ -1109,22 +1019,20 @@

layer_ID :

-The layer. - +The layer.

Returns :

- The layer opacity. - +The layer opacity.

-
+

gimp_layer_set_opacity ()

-
gboolean            gimp_layer_set_opacity              (gint32 layer_ID,
-                                                         gdouble opacity);
+
gboolean            gimp_layer_set_opacity              (gint32 layer_ID,
+                                                         gdouble opacity);

Set the opacity of the specified layer.

@@ -1136,26 +1044,23 @@

layer_ID :

-The layer. - +The layer.

opacity :

-The new layer opacity. - +The new layer opacity.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_get_mode ()

-
GimpLayerModeEffects  gimp_layer_get_mode               (gint32 layer_ID);
+
GimpLayerModeEffects gimp_layer_get_mode                (gint32 layer_ID);

Get the combination mode of the specified layer.

@@ -1167,21 +1072,19 @@

layer_ID :

-The layer. - +The layer.

Returns :

- The layer combination mode. - +The layer combination mode.

-
+

gimp_layer_set_mode ()

-
gboolean            gimp_layer_set_mode                 (gint32 layer_ID,
+
gboolean            gimp_layer_set_mode                 (gint32 layer_ID,
                                                          GimpLayerModeEffects mode);

Set the combination mode of the specified layer. @@ -1194,26 +1097,23 @@

layer_ID :

-The layer. - +The layer.

mode :

-The new layer combination mode. - +The new layer combination mode.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_layer_is_floating_sel ()

-
gboolean            gimp_layer_is_floating_sel          (gint32 layer_ID);
+
gboolean            gimp_layer_is_floating_sel          (gint32 layer_ID);

Is the specified layer a floating selection?

@@ -1227,13 +1127,11 @@

layer_ID :

-The layer. - +The layer.

Returns :

- TRUE if the layer is a floating selection. - +TRUE if the layer is a floating selection.
@@ -1242,6 +1140,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpmenu.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpmenu.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpmenu.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpmenu.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpmenu - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,198 +35,126 @@
-
+

Synopsis

-
gboolean            (*GimpConstraintFunc)               (gint32 image_id,
-                                                         gint32 drawable_id,
-                                                         gpointer data);
-void                (*GimpMenuCallback)                 (gint32 any_id,
-                                                         gpointer data);
-GtkWidget *         gimp_image_menu_new                 (GimpConstraintFunc constraint,
-                                                         GimpMenuCallback callback,
-                                                         gpointer data,
-                                                         gint32 active_image);
-GtkWidget *         gimp_layer_menu_new                 (GimpConstraintFunc constraint,
-                                                         GimpMenuCallback callback,
-                                                         gpointer data,
-                                                         gint32 active_layer);
-GtkWidget *         gimp_channel_menu_new               (GimpConstraintFunc constraint,
-                                                         GimpMenuCallback callback,
-                                                         gpointer data,
-                                                         gint32 active_channel);
-GtkWidget *         gimp_drawable_menu_new              (GimpConstraintFunc constraint,
+
gboolean            (*GimpConstraintFunc)               (gint32 image_id,
+                                                         gint32 drawable_id,
+                                                         gpointer data);
+void                (*GimpMenuCallback)                 (gint32 any_id,
+                                                         gpointer data);
+GtkWidget *         gimp_image_menu_new                 (GimpConstraintFunc constraint,
+                                                         GimpMenuCallback callback,
+                                                         gpointer data,
+                                                         gint32 active_image);
+GtkWidget *         gimp_layer_menu_new                 (GimpConstraintFunc constraint,
+                                                         GimpMenuCallback callback,
+                                                         gpointer data,
+                                                         gint32 active_layer);
+GtkWidget *         gimp_channel_menu_new               (GimpConstraintFunc constraint,
+                                                         GimpMenuCallback callback,
+                                                         gpointer data,
+                                                         gint32 active_channel);
+GtkWidget *         gimp_drawable_menu_new              (GimpConstraintFunc constraint,
                                                          GimpMenuCallback callback,
-                                                         gpointer data,
-                                                         gint32 active_drawable);
+                                                         gpointer data,
+                                                         gint32 active_drawable);
 
-
+

Description

-
+

Details

-
+

GimpConstraintFunc ()

-
gboolean            (*GimpConstraintFunc)               (gint32 image_id,
-                                                         gint32 drawable_id,
-                                                         gpointer data);
-
+
gboolean            (*GimpConstraintFunc)               (gint32 image_id,
+                                                         gint32 drawable_id,
+                                                         gpointer data);
+

Warning

GimpConstraintFunc is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - - - - - - - - - -

image_id :

-

drawable_id :

-

data :

-

Returns :

-

-
+

GimpMenuCallback ()

-
void                (*GimpMenuCallback)                 (gint32 any_id,
-                                                         gpointer data);
-
+
void                (*GimpMenuCallback)                 (gint32 any_id,
+                                                         gpointer data);
+

Warning

GimpMenuCallback is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - -

any_id :

-

data :

-

-
+

gimp_image_menu_new ()

-
GtkWidget *         gimp_image_menu_new                 (GimpConstraintFunc constraint,
+
GtkWidget *         gimp_image_menu_new                 (GimpConstraintFunc constraint,
                                                          GimpMenuCallback callback,
-                                                         gpointer data,
-                                                         gint32 active_image);
-
+ gpointer data, + gint32 active_image);
+

Warning

gimp_image_menu_new is deprecated and should not be used in newly-written code.

Use gimp_image_combo_box_new() instead.

-
-- - - - -

Returns :

-

-
+

gimp_layer_menu_new ()

-
GtkWidget *         gimp_layer_menu_new                 (GimpConstraintFunc constraint,
+
GtkWidget *         gimp_layer_menu_new                 (GimpConstraintFunc constraint,
                                                          GimpMenuCallback callback,
-                                                         gpointer data,
-                                                         gint32 active_layer);
-
+ gpointer data, + gint32 active_layer);
+

Warning

gimp_layer_menu_new is deprecated and should not be used in newly-written code.

Use gimp_layer_combo_box_new() instead.

-
-- - - - -

Returns :

-

-
+

gimp_channel_menu_new ()

-
GtkWidget *         gimp_channel_menu_new               (GimpConstraintFunc constraint,
+
GtkWidget *         gimp_channel_menu_new               (GimpConstraintFunc constraint,
                                                          GimpMenuCallback callback,
-                                                         gpointer data,
-                                                         gint32 active_channel);
-
+ gpointer data, + gint32 active_channel);
+

Warning

gimp_channel_menu_new is deprecated and should not be used in newly-written code.

Use gimp_channel_combo_box_new() instead.

-
-- - - - -

Returns :

-

-
+

gimp_drawable_menu_new ()

-
GtkWidget *         gimp_drawable_menu_new              (GimpConstraintFunc constraint,
+
GtkWidget *         gimp_drawable_menu_new              (GimpConstraintFunc constraint,
                                                          GimpMenuCallback callback,
-                                                         gpointer data,
-                                                         gint32 active_drawable);
-
+ gpointer data, + gint32 active_drawable);
+

Warning

gimp_drawable_menu_new is deprecated and should not be used in newly-written code.

Use gimp_drawable_combo_box_new() instead.

-
-- - - - -

Returns :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpmessage.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpmessage.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpmessage.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpmessage.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpmessage - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,24 +35,24 @@
-
+ -
+

Description

Display a dialog box with a message.

-
+

Details

-
+

gimp_message ()

-
gboolean            gimp_message                        (const gchar *message);
+
gboolean            gimp_message                        (const gchar *message);

Displays a dialog box with a message.

@@ -65,21 +65,19 @@

message :

-Message to display in the dialog. - +Message to display in the dialog.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_message_get_handler ()

-
GimpMessageHandlerType  gimp_message_get_handler        (void);
+
GimpMessageHandlerType gimp_message_get_handler         (void);

Returns the current state of where warning messages are displayed.

@@ -92,15 +90,14 @@

Returns :

- The current handler type. - +The current handler type.

-
+

gimp_message_set_handler ()

-
gboolean            gimp_message_set_handler            (GimpMessageHandlerType handler);
+
gboolean            gimp_message_set_handler            (GimpMessageHandlerType handler);

Controls where warning messages are displayed.

@@ -114,13 +111,11 @@

handler :

-The new handler type. - +The new handler type.

Returns :

- TRUE on success. - +TRUE on success.
@@ -129,6 +124,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppalette.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppalette.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppalette.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppalette.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppalette - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,58 +35,58 @@
-
+

Synopsis

-
gchar*              gimp_palette_new                    (const gchar *name);
-gchar*              gimp_palette_duplicate              (const gchar *name);
-gchar*              gimp_palette_rename                 (const gchar *name,
-                                                         const gchar *new_name);
-gboolean            gimp_palette_delete                 (const gchar *name);
-gboolean            gimp_palette_get_info               (const gchar *name,
-                                                         gint *num_colors);
-GimpRGB*            gimp_palette_get_colors             (const gchar *name,
-                                                         gint *num_colors);
-gint                gimp_palette_get_columns            (const gchar *name);
-gboolean            gimp_palette_set_columns            (const gchar *name,
-                                                         gint columns);
-gboolean            gimp_palette_add_entry              (const gchar *name,
-                                                         const gchar *entry_name,
-                                                         const GimpRGB *color,
-                                                         gint *entry_num);
-gboolean            gimp_palette_delete_entry           (const gchar *name,
-                                                         gint entry_num);
-gboolean            gimp_palette_entry_get_color        (const gchar *name,
-                                                         gint entry_num,
-                                                         GimpRGB *color);
-gboolean            gimp_palette_entry_set_color        (const gchar *name,
-                                                         gint entry_num,
-                                                         const GimpRGB *color);
-gboolean            gimp_palette_entry_get_name         (const gchar *name,
-                                                         gint entry_num,
-                                                         gchar **entry_name);
-gboolean            gimp_palette_entry_set_name         (const gchar *name,
-                                                         gint entry_num,
-                                                         const gchar *entry_name);
-gboolean            gimp_palette_get_foreground         (GimpRGB *foreground);
-gboolean            gimp_palette_get_background         (GimpRGB *background);
-gboolean            gimp_palette_set_foreground         (const GimpRGB *foreground);
-gboolean            gimp_palette_set_background         (const GimpRGB *background);
-gboolean            gimp_palette_set_default_colors     (void);
-gboolean            gimp_palette_swap_colors            (void);
-gboolean            gimp_palette_is_editable            (const gchar *name);
+
gchar *             gimp_palette_new                    (const gchar *name);
+gchar *             gimp_palette_duplicate              (const gchar *name);
+gchar *             gimp_palette_rename                 (const gchar *name,
+                                                         const gchar *new_name);
+gboolean            gimp_palette_delete                 (const gchar *name);
+gboolean            gimp_palette_get_info               (const gchar *name,
+                                                         gint *num_colors);
+GimpRGB *           gimp_palette_get_colors             (const gchar *name,
+                                                         gint *num_colors);
+gint                gimp_palette_get_columns            (const gchar *name);
+gboolean            gimp_palette_set_columns            (const gchar *name,
+                                                         gint columns);
+gboolean            gimp_palette_add_entry              (const gchar *name,
+                                                         const gchar *entry_name,
+                                                         const GimpRGB *color,
+                                                         gint *entry_num);
+gboolean            gimp_palette_delete_entry           (const gchar *name,
+                                                         gint entry_num);
+gboolean            gimp_palette_entry_get_color        (const gchar *name,
+                                                         gint entry_num,
+                                                         GimpRGB *color);
+gboolean            gimp_palette_entry_set_color        (const gchar *name,
+                                                         gint entry_num,
+                                                         const GimpRGB *color);
+gboolean            gimp_palette_entry_get_name         (const gchar *name,
+                                                         gint entry_num,
+                                                         gchar **entry_name);
+gboolean            gimp_palette_entry_set_name         (const gchar *name,
+                                                         gint entry_num,
+                                                         const gchar *entry_name);
+gboolean            gimp_palette_get_foreground         (GimpRGB *foreground);
+gboolean            gimp_palette_get_background         (GimpRGB *background);
+gboolean            gimp_palette_set_foreground         (const GimpRGB *foreground);
+gboolean            gimp_palette_set_background         (const GimpRGB *background);
+gboolean            gimp_palette_set_default_colors     (void);
+gboolean            gimp_palette_swap_colors            (void);
+gboolean            gimp_palette_is_editable            (const gchar *name);
 
-
+

Description

Functions operating on a single palette.

-
+

Details

-
+

gimp_palette_new ()

-
gchar*              gimp_palette_new                    (const gchar *name);
+
gchar *             gimp_palette_new                    (const gchar *name);

Creates a new palette

@@ -98,23 +98,20 @@

name :

-The requested name of the new palette. - +The requested name of the new palette.

Returns :

- The actual new palette name. - - +The actual new palette name.

Since GIMP 2.2


-
+

gimp_palette_duplicate ()

-
gchar*              gimp_palette_duplicate              (const gchar *name);
+
gchar *             gimp_palette_duplicate              (const gchar *name);

Duplicates a palette

@@ -126,24 +123,21 @@

name :

-The palette name. - +The palette name.

Returns :

- The name of the palette's copy. - - +The name of the palette's copy.

Since GIMP 2.2


-
+

gimp_palette_rename ()

-
gchar*              gimp_palette_rename                 (const gchar *name,
-                                                         const gchar *new_name);
+
gchar *             gimp_palette_rename                 (const gchar *name,
+                                                         const gchar *new_name);

Rename a palette

@@ -155,28 +149,24 @@

name :

-The palette name. - +The palette name.

new_name :

-The new name of the palette. - +The new name of the palette.

Returns :

- The actual new name of the palette. - - +The actual new name of the palette.

Since GIMP 2.2


-
+

gimp_palette_delete ()

-
gboolean            gimp_palette_delete                 (const gchar *name);
+
gboolean            gimp_palette_delete                 (const gchar *name);

Deletes a palette

@@ -188,24 +178,21 @@

name :

-The palette name. - +The palette name.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_palette_get_info ()

-
gboolean            gimp_palette_get_info               (const gchar *name,
-                                                         gint *num_colors);
+
gboolean            gimp_palette_get_info               (const gchar *name,
+                                                         gint *num_colors);

Retrieve information about the specified palette.

@@ -218,29 +205,25 @@

name :

-The palette name. - +The palette name.

num_colors :

-The number of colors in the palette. - +The number of colors in the palette.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_palette_get_colors ()

-
GimpRGB*            gimp_palette_get_colors             (const gchar *name,
-                                                         gint *num_colors);
+
GimpRGB *           gimp_palette_get_colors             (const gchar *name,
+                                                         gint *num_colors);

Gets all colors from the specified palette.

@@ -252,28 +235,24 @@

name :

-The palette name. - +The palette name.

num_colors :

-Length of the colors array. - +Length of the colors array.

Returns :

- The colors in the palette. - - +The colors in the palette.

Since GIMP 2.6


-
+

gimp_palette_get_columns ()

-
gint                gimp_palette_get_columns            (const gchar *name);
+
gint                gimp_palette_get_columns            (const gchar *name);

Retrieves the number of columns to use to display this palette

@@ -286,24 +265,21 @@

name :

-The palette name. - +The palette name.

Returns :

- The number of columns used to display this palette. - - +The number of columns used to display this palette.

Since GIMP 2.4


-
+

gimp_palette_set_columns ()

-
gboolean            gimp_palette_set_columns            (const gchar *name,
-                                                         gint columns);
+
gboolean            gimp_palette_set_columns            (const gchar *name,
+                                                         gint columns);

Sets the number of columns to use when displaying the palette

@@ -317,31 +293,27 @@

name :

-The palette name. - +The palette name.

columns :

-The new number of columns. - +The new number of columns.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_palette_add_entry ()

-
gboolean            gimp_palette_add_entry              (const gchar *name,
-                                                         const gchar *entry_name,
-                                                         const GimpRGB *color,
-                                                         gint *entry_num);
+
gboolean            gimp_palette_add_entry              (const gchar *name,
+                                                         const gchar *entry_name,
+                                                         const GimpRGB *color,
+                                                         gint *entry_num);

Adds a palette entry to the specified palette.

@@ -354,39 +326,33 @@

name :

-The palette name. - +The palette name.

entry_name :

-The name of the entry. - +The name of the entry.

color :

-The new entry's color color. - +The new entry's color color.

entry_num :

-The index of the added entry. - +The index of the added entry.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_palette_delete_entry ()

-
gboolean            gimp_palette_delete_entry           (const gchar *name,
-                                                         gint entry_num);
+
gboolean            gimp_palette_delete_entry           (const gchar *name,
+                                                         gint entry_num);

Deletes a palette entry from the specified palette.

@@ -399,30 +365,26 @@

name :

-The palette name. - +The palette name.

entry_num :

-The index of the added entry. - +The index of the added entry.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_palette_entry_get_color ()

-
gboolean            gimp_palette_entry_get_color        (const gchar *name,
-                                                         gint entry_num,
-                                                         GimpRGB *color);
+
gboolean            gimp_palette_entry_get_color        (const gchar *name,
+                                                         gint entry_num,
+                                                         GimpRGB *color);

Gets the specified palette entry from the specified palette.

@@ -436,35 +398,30 @@

name :

-The palette name. - +The palette name.

entry_num :

-The entry to retrieve. - +The entry to retrieve.

color :

-The color requested. - +The color requested.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_palette_entry_set_color ()

-
gboolean            gimp_palette_entry_set_color        (const gchar *name,
-                                                         gint entry_num,
-                                                         const GimpRGB *color);
+
gboolean            gimp_palette_entry_set_color        (const gchar *name,
+                                                         gint entry_num,
+                                                         const GimpRGB *color);

Sets the specified palette entry in the specified palette.

@@ -478,35 +435,30 @@

name :

-The palette name. - +The palette name.

entry_num :

-The entry to retrieve. - +The entry to retrieve.

color :

-The new color. - +The new color.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_palette_entry_get_name ()

-
gboolean            gimp_palette_entry_get_name         (const gchar *name,
-                                                         gint entry_num,
-                                                         gchar **entry_name);
+
gboolean            gimp_palette_entry_get_name         (const gchar *name,
+                                                         gint entry_num,
+                                                         gchar **entry_name);

Gets the specified palette entry from the specified palette.

@@ -520,35 +472,30 @@

name :

-The palette name. - +The palette name.

entry_num :

-The entry to retrieve. - +The entry to retrieve.

entry_name :

-The name requested. - +The name requested.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_palette_entry_set_name ()

-
gboolean            gimp_palette_entry_set_name         (const gchar *name,
-                                                         gint entry_num,
-                                                         const gchar *entry_name);
+
gboolean            gimp_palette_entry_set_name         (const gchar *name,
+                                                         gint entry_num,
+                                                         const gchar *entry_name);

Sets the specified palette entry in the specified palette.

@@ -562,34 +509,29 @@

name :

-The palette name. - +The palette name.

entry_num :

-The entry to retrieve. - +The entry to retrieve.

entry_name :

-The new name. - +The new name.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_palette_get_foreground ()

-
gboolean            gimp_palette_get_foreground         (GimpRGB *foreground);
-
+
gboolean            gimp_palette_get_foreground         (GimpRGB *foreground);
+

Warning

gimp_palette_get_foreground is deprecated and should not be used in newly-written code.

@@ -606,22 +548,20 @@

foreground :

-The foreground color. - +The foreground color.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palette_get_background ()

-
gboolean            gimp_palette_get_background         (GimpRGB *background);
-
+
gboolean            gimp_palette_get_background         (GimpRGB *background);
+

Warning

gimp_palette_get_background is deprecated and should not be used in newly-written code.

@@ -638,22 +578,20 @@

background :

-The background color. - +The background color.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palette_set_foreground ()

-
gboolean            gimp_palette_set_foreground         (const GimpRGB *foreground);
-
+
gboolean            gimp_palette_set_foreground         (const GimpRGB *foreground);
+

Warning

gimp_palette_set_foreground is deprecated and should not be used in newly-written code.

@@ -670,22 +608,20 @@

foreground :

-The foreground color. - +The foreground color.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palette_set_background ()

-
gboolean            gimp_palette_set_background         (const GimpRGB *background);
-
+
gboolean            gimp_palette_set_background         (const GimpRGB *background);
+

Warning

gimp_palette_set_background is deprecated and should not be used in newly-written code.

@@ -703,22 +639,20 @@

background :

-The background color. - +The background color.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palette_set_default_colors ()

-
gboolean            gimp_palette_set_default_colors     (void);
-
+
gboolean            gimp_palette_set_default_colors     (void);
+

Warning

gimp_palette_set_default_colors is deprecated and should not be used in newly-written code.

@@ -734,16 +668,15 @@

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palette_swap_colors ()

-
gboolean            gimp_palette_swap_colors            (void);
-
+
gboolean            gimp_palette_swap_colors            (void);
+

Warning

gimp_palette_swap_colors is deprecated and should not be used in newly-written code.

@@ -759,15 +692,14 @@

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palette_is_editable ()

-
gboolean            gimp_palette_is_editable            (const gchar *name);
+
gboolean            gimp_palette_is_editable            (const gchar *name);

Tests if palette can be edited

@@ -779,14 +711,11 @@

name :

-The palette name. - +The palette name.

Returns :

- TRUE if the palette can be edited. - - +TRUE if the palette can be edited.
@@ -796,6 +725,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppalettemenu.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppalettemenu.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppalettemenu.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppalettemenu.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppalettemenu - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,37 +35,37 @@
-
+

Synopsis

-
GtkWidget *         gimp_palette_select_widget_new      (const gchar *title,
-                                                         const gchar *palette_name,
+
GtkWidget *         gimp_palette_select_widget_new      (const gchar *title,
+                                                         const gchar *palette_name,
                                                          GimpRunPaletteCallback callback,
-                                                         gpointer data);
-void                gimp_palette_select_widget_close    (GtkWidget *widget);
-void                gimp_palette_select_widget_set      (GtkWidget *widget,
-                                                         const gchar *palette_name);
+                                                         gpointer data);
+void                gimp_palette_select_widget_close    (GtkWidget *widget);
+void                gimp_palette_select_widget_set      (GtkWidget *widget,
+                                                         const gchar *palette_name);
 
-
+

Description

A widget for selecting palettes.

-
+

Details

-
+

gimp_palette_select_widget_new ()

-
GtkWidget *         gimp_palette_select_widget_new      (const gchar *title,
-                                                         const gchar *palette_name,
+
GtkWidget *         gimp_palette_select_widget_new      (const gchar *title,
+                                                         const gchar *palette_name,
                                                          GimpRunPaletteCallback callback,
-                                                         gpointer data);
-
+ gpointer data);
+

Warning

gimp_palette_select_widget_new is deprecated and should not be used in newly-written code.

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a palette. This widget is suitable for placement in a table in a plug-in dialog.

@@ -74,39 +74,33 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

palette_name :

-Initial palette name. - +Initial palette name.

callback :

-A function to call when the selected palette changes. - +A function to call when the selected palette changes.

data :

-A pointer to arbitary data to be used in the call to callback. - +A pointer to arbitary data to be used in the call to callback.

Returns :

- A GtkWidget that you can use in your UI. - - +A GtkWidget that you can use in your UI.

Since GIMP 2.2


-
+

gimp_palette_select_widget_close ()

-
void                gimp_palette_select_widget_close    (GtkWidget *widget);
-
+
void                gimp_palette_select_widget_close    (GtkWidget *widget);
+

Warning

gimp_palette_select_widget_close is deprecated and should not be used in newly-written code.

@@ -117,43 +111,27 @@

widget :

-A palette select widget. - +A palette select widget.

Since GIMP 2.2


-
+

gimp_palette_select_widget_set ()

-
void                gimp_palette_select_widget_set      (GtkWidget *widget,
-                                                         const gchar *palette_name);
-
+
void                gimp_palette_select_widget_set      (GtkWidget *widget,
+                                                         const gchar *palette_name);
+

Warning

gimp_palette_select_widget_set is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - -

widget :

-

palette_name :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppaletteselect.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppaletteselect.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppaletteselect.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppaletteselect.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppaletteselect - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,121 +35,63 @@
-
+

Synopsis

-
void                (*GimpRunPaletteCallback)           (const gchar *palette_name,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
-const gchar *       gimp_palette_select_new             (const gchar *title,
-                                                         const gchar *palette_name,
+
void                (*GimpRunPaletteCallback)           (const gchar *palette_name,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);
+const gchar *       gimp_palette_select_new             (const gchar *title,
+                                                         const gchar *palette_name,
                                                          GimpRunPaletteCallback callback,
-                                                         gpointer data);
-void                gimp_palette_select_destroy         (const gchar *palette_callback);
-gboolean            gimp_palettes_popup                 (const gchar *palette_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_palette);
-gboolean            gimp_palettes_close_popup           (const gchar *palette_callback);
-gboolean            gimp_palettes_set_popup             (const gchar *palette_callback,
-                                                         const gchar *palette_name);
+                                                         gpointer data);
+void                gimp_palette_select_destroy         (const gchar *palette_callback);
+gboolean            gimp_palettes_popup                 (const gchar *palette_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_palette);
+gboolean            gimp_palettes_close_popup           (const gchar *palette_callback);
+gboolean            gimp_palettes_set_popup             (const gchar *palette_callback,
+                                                         const gchar *palette_name);
 
-
+

Description

Functions providing a palette selection dialog.

-
+

Details

-
+

GimpRunPaletteCallback ()

-
void                (*GimpRunPaletteCallback)           (const gchar *palette_name,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
+
void                (*GimpRunPaletteCallback)           (const gchar *palette_name,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);

-
-- - - - - - - - - - - - - - -

palette_name :

-

dialog_closing :

-

user_data :

-

-
+

gimp_palette_select_new ()

-
const gchar *       gimp_palette_select_new             (const gchar *title,
-                                                         const gchar *palette_name,
+
const gchar *       gimp_palette_select_new             (const gchar *title,
+                                                         const gchar *palette_name,
                                                          GimpRunPaletteCallback callback,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - -

title :

-

palette_name :

-

callback :

-

data :

-

Returns :

-

-
+

gimp_palette_select_destroy ()

-
void                gimp_palette_select_destroy         (const gchar *palette_callback);
+
void                gimp_palette_select_destroy         (const gchar *palette_callback);

-
-- - - - -

palette_callback :

-

-
+

gimp_palettes_popup ()

-
gboolean            gimp_palettes_popup                 (const gchar *palette_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_palette);
+
gboolean            gimp_palettes_popup                 (const gchar *palette_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_palette);

Invokes the Gimp palette selection.

@@ -161,31 +103,27 @@

palette_callback :

-The callback PDB proc to call when palette selection is made. - +The callback PDB proc to call when palette selection is made.

popup_title :

-Title of the palette selection dialog. - +Title of the palette selection dialog.

initial_palette :

-The name of the palette to set as the first selected. - +The name of the palette to set as the first selected.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palettes_close_popup ()

-
gboolean            gimp_palettes_close_popup           (const gchar *palette_callback);
+
gboolean            gimp_palettes_close_popup           (const gchar *palette_callback);

Close the palette selection dialog.

@@ -197,22 +135,20 @@

palette_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palettes_set_popup ()

-
gboolean            gimp_palettes_set_popup             (const gchar *palette_callback,
-                                                         const gchar *palette_name);
+
gboolean            gimp_palettes_set_popup             (const gchar *palette_callback,
+                                                         const gchar *palette_name);

Sets the current palette in a palette selection dialog.

@@ -224,18 +160,15 @@

palette_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

palette_name :

-The name of the palette to set as selected. - +The name of the palette to set as selected.

Returns :

- TRUE on success. - +TRUE on success.
@@ -244,6 +177,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppalettes.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppalettes.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppalettes.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppalettes.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppalettes - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,30 +35,30 @@
-
+

Synopsis

-
gboolean            gimp_palettes_refresh               (void);
-gchar**             gimp_palettes_get_list              (const gchar *filter,
-                                                         gint *num_palettes);
-gchar*              gimp_palettes_get_palette           (gint *num_colors);
-gboolean            gimp_palettes_set_palette           (const gchar *name);
-gchar*              gimp_palettes_get_palette_entry     (const gchar *name,
-                                                         gint entry_num,
-                                                         gint *num_colors,
-                                                         GimpRGB *color);
+
gboolean            gimp_palettes_refresh               (void);
+gchar **            gimp_palettes_get_list              (const gchar *filter,
+                                                         gint *num_palettes);
+gchar *             gimp_palettes_get_palette           (gint *num_colors);
+gboolean            gimp_palettes_set_palette           (const gchar *name);
+gchar *             gimp_palettes_get_palette_entry     (const gchar *name,
+                                                         gint entry_num,
+                                                         gint *num_colors,
+                                                         GimpRGB *color);
 
-
+

Description

Operations related to palettes.

-
+

Details

-
+

gimp_palettes_refresh ()

-
gboolean            gimp_palettes_refresh               (void);
+
gboolean            gimp_palettes_refresh               (void);

Refreshes current palettes. This function always succeeds.

@@ -70,16 +70,15 @@

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palettes_get_list ()

-
gchar**             gimp_palettes_get_list              (const gchar *filter,
-                                                         gint *num_palettes);
+
gchar **            gimp_palettes_get_list              (const gchar *filter,
+                                                         gint *num_palettes);

Retrieves a list of all of the available palettes

@@ -93,27 +92,24 @@

filter :

-An optional regular expression used to filter the list. - +An optional regular expression used to filter the list.

num_palettes :

-The number of palettes in the list. - +The number of palettes in the list.

Returns :

- The list of palette names. - +The list of palette names.

-
+

gimp_palettes_get_palette ()

-
gchar*              gimp_palettes_get_palette           (gint *num_colors);
-
+
gchar *             gimp_palettes_get_palette           (gint *num_colors);
+

Warning

gimp_palettes_get_palette is deprecated and should not be used in newly-written code.

@@ -126,22 +122,20 @@

num_colors :

-The palette num_colors. - +The palette num_colors.

Returns :

- The palette name. - +The palette name.

-
+

gimp_palettes_set_palette ()

-
gboolean            gimp_palettes_set_palette           (const gchar *name);
-
+
gboolean            gimp_palettes_set_palette           (const gchar *name);
+

Warning

gimp_palettes_set_palette is deprecated and should not be used in newly-written code.

@@ -153,25 +147,23 @@

name :

-The palette name. - +The palette name.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_palettes_get_palette_entry ()

-
gchar*              gimp_palettes_get_palette_entry     (const gchar *name,
-                                                         gint entry_num,
-                                                         gint *num_colors,
-                                                         GimpRGB *color);
-
+
gchar *             gimp_palettes_get_palette_entry     (const gchar *name,
+                                                         gint entry_num,
+                                                         gint *num_colors,
+                                                         GimpRGB *color);
+

Warning

gimp_palettes_get_palette_entry is deprecated and should not be used in newly-written code.

@@ -184,28 +176,23 @@

name :

-The palette name (\"\" means currently active palette). - +The palette name (\"\" means currently active palette).

entry_num :

-The entry to retrieve. - +The entry to retrieve.

num_colors :

-The palette num_colors. - +The palette num_colors.

color :

-The color requested. - +The color requested.

Returns :

- The palette name. - +The palette name.
@@ -214,6 +201,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppaths.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppaths.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppaths.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppaths.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppaths - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,68 +35,68 @@
-
+

Synopsis

-
gchar**             gimp_path_list                      (gint32 image_ID,
-                                                         gint *num_paths);
-gint                gimp_path_get_points                (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint *path_closed,
-                                                         gint *num_path_point_details,
-                                                         gdouble **points_pairs);
-gchar*              gimp_path_get_current               (gint32 image_ID);
-gboolean            gimp_path_set_current               (gint32 image_ID,
-                                                         const gchar *name);
-gboolean            gimp_path_set_points                (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint ptype,
-                                                         gint num_path_points,
-                                                         const gdouble *points_pairs);
-gboolean            gimp_path_stroke_current            (gint32 image_ID);
-gint                gimp_path_get_point_at_dist         (gint32 image_ID,
-                                                         gdouble distance,
-                                                         gint *y_point,
-                                                         gdouble *slope);
-gint                gimp_path_get_tattoo                (gint32 image_ID,
-                                                         const gchar *name);
-gchar*              gimp_get_path_by_tattoo             (gint32 image_ID,
-                                                         gint tattoo);
-gboolean            gimp_path_delete                    (gint32 image_ID,
-                                                         const gchar *name);
-gboolean            gimp_path_get_locked                (gint32 image_ID,
-                                                         const gchar *name);
-gboolean            gimp_path_set_locked                (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gboolean locked);
-gboolean            gimp_path_set_tattoo                (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint tattovalue);
-gboolean            gimp_path_to_selection              (gint32 image_ID,
-                                                         const gchar *name,
-                                                         GimpChannelOps op,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y);
-gboolean            gimp_path_import                    (gint32 image_ID,
-                                                         const gchar *filename,
-                                                         gboolean merge,
-                                                         gboolean scale);
+
gchar **            gimp_path_list                      (gint32 image_ID,
+                                                         gint *num_paths);
+gint                gimp_path_get_points                (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint *path_closed,
+                                                         gint *num_path_point_details,
+                                                         gdouble **points_pairs);
+gchar *             gimp_path_get_current               (gint32 image_ID);
+gboolean            gimp_path_set_current               (gint32 image_ID,
+                                                         const gchar *name);
+gboolean            gimp_path_set_points                (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint ptype,
+                                                         gint num_path_points,
+                                                         const gdouble *points_pairs);
+gboolean            gimp_path_stroke_current            (gint32 image_ID);
+gint                gimp_path_get_point_at_dist         (gint32 image_ID,
+                                                         gdouble distance,
+                                                         gint *y_point,
+                                                         gdouble *slope);
+gint                gimp_path_get_tattoo                (gint32 image_ID,
+                                                         const gchar *name);
+gchar *             gimp_get_path_by_tattoo             (gint32 image_ID,
+                                                         gint tattoo);
+gboolean            gimp_path_delete                    (gint32 image_ID,
+                                                         const gchar *name);
+gboolean            gimp_path_get_locked                (gint32 image_ID,
+                                                         const gchar *name);
+gboolean            gimp_path_set_locked                (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gboolean locked);
+gboolean            gimp_path_set_tattoo                (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint tattovalue);
+gboolean            gimp_path_to_selection              (gint32 image_ID,
+                                                         const gchar *name,
+                                                         GimpChannelOps op,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y);
+gboolean            gimp_path_import                    (gint32 image_ID,
+                                                         const gchar *filename,
+                                                         gboolean merge,
+                                                         gboolean scale);
 
-
+

Description

Operations related to paths.

-
+

Details

-
+

gimp_path_list ()

-
gchar**             gimp_path_list                      (gint32 image_ID,
-                                                         gint *num_paths);
-
+
gchar **            gimp_path_list                      (gint32 image_ID,
+                                                         gint *num_paths);
+

Warning

gimp_path_list is deprecated and should not be used in newly-written code.

@@ -108,31 +108,28 @@

image_ID :

-The image to list the paths from. - +The image to list the paths from.

num_paths :

-The number of paths returned. - +The number of paths returned.

Returns :

- List of the paths belonging to this image. - +List of the paths belonging to this image.

-
+

gimp_path_get_points ()

-
gint                gimp_path_get_points                (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint *path_closed,
-                                                         gint *num_path_point_details,
-                                                         gdouble **points_pairs);
-
+
gint                gimp_path_get_points                (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint *path_closed,
+                                                         gint *num_path_point_details,
+                                                         gdouble **points_pairs);
+

Warning

gimp_path_get_points is deprecated and should not be used in newly-written code.

@@ -145,42 +142,36 @@

image_ID :

-The image to list the paths from. - +The image to list the paths from.

name :

-The name of the path whose points should be listed. - +The name of the path whose points should be listed.

path_closed :

-Return if the path is closed. (0 = path open, 1 = path closed). - +Return if the path is closed. (0 = path open, 1 = path closed).

num_path_point_details :

-The number of points returned. Each point is made up of (x, y, pnt_type) of floats. - +The number of points returned. Each point is made up of (x, y, pnt_type) of floats.

points_pairs :

-The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0 = BEZIER_MOVE). Note all points are returned in pixel resolution. - +The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0 = BEZIER_MOVE). Note all points are returned in pixel resolution.

Returns :

- The type of the path. Currently only one type (1 = Bezier) is supported. - +The type of the path. Currently only one type (1 = Bezier) is supported.

-
+

gimp_path_get_current ()

-
gchar*              gimp_path_get_current               (gint32 image_ID);
-
+
gchar *             gimp_path_get_current               (gint32 image_ID);
+

Warning

gimp_path_get_current is deprecated and should not be used in newly-written code.

@@ -193,23 +184,21 @@

image_ID :

-The image to get the current path from. - +The image to get the current path from.

Returns :

- The name of the current path. - +The name of the current path.

-
+

gimp_path_set_current ()

-
gboolean            gimp_path_set_current               (gint32 image_ID,
-                                                         const gchar *name);
-
+
gboolean            gimp_path_set_current               (gint32 image_ID,
+                                                         const gchar *name);
+

Warning

gimp_path_set_current is deprecated and should not be used in newly-written code.

@@ -222,79 +211,70 @@

image_ID :

-The image in which a path will become current. - +The image in which a path will become current.

name :

-The name of the path to make current. - +The name of the path to make current.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_path_set_points ()

-
gboolean            gimp_path_set_points                (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint ptype,
-                                                         gint num_path_points,
-                                                         const gdouble *points_pairs);
-
+
gboolean            gimp_path_set_points                (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint ptype,
+                                                         gint num_path_points,
+                                                         const gdouble *points_pairs);
+

Warning

gimp_path_set_points is deprecated and should not be used in newly-written code.

-This procedure is deprecated! Use vectors_stroke_new_from_points() -instead. +This procedure is deprecated! Use +gimp_vectors_stroke_new_from_points() instead.

- + - + - + - + - + - +

image_ID :

The image to set the paths in. -The image to set the paths in.

name :

The name of the path to create. If it exists then a unique name will be created - query the list of paths if you want to make sure that the name of the path you create is unique. This will be set as the current path. -The name of the path to create. If it exists then a unique name will be created - query the list of paths if you want to make sure that the name of the path you create is unique. This will be set as the current path.

ptype :

The type of the path. Currently only one type (1 = Bezier) is supported. -The type of the path. Currently only one type (1 = Bezier) is supported.

num_path_points :

The number of elements in the array, i.e. the number of points in the path * 3. Each point is made up of (x, y, type) of floats. Currently only the creation of bezier curves is allowed. The type parameter must be set to (1) to indicate a BEZIER type curve. Note that for BEZIER curves, points must be given in the following order: ACCACCAC... If the path is not closed the last control point is missed off. Points consist of three control points (control/anchor/control) so for a curve that is not closed there must be at least two points passed (2 x,y pairs). If (num_path_points/3) % 3 = 0 then the path is assumed to be closed and the points are ACCACCACCACC. -The number of elements in the array, i.e. the number of points in the path * 3. Each point is made up of (x, y, type) of floats. Currently only the creation of bezier curves is allowed. The type parameter must be set to (1) to indicate a BEZIER type curve. Note that for BEZIER curves, points must be given in the following order: ACCACCAC... If the path is not closed the last control point is missed off. Points consist of three control points (control/anchor/control) so for a curve that is not closed there must be at least two points passed (2 x,y pairs). If (num_path_points/3) % 3 = 0 then the path is assumed to be closed and the points are ACCACCACCACC.

points_pairs :

The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution. -The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution.

Returns :

TRUE on success. -TRUE on success.

-
+

gimp_path_stroke_current ()

-
gboolean            gimp_path_stroke_current            (gint32 image_ID);
-
+
gboolean            gimp_path_stroke_current            (gint32 image_ID);
+

Warning

gimp_path_stroke_current is deprecated and should not be used in newly-written code.

@@ -307,25 +287,23 @@

image_ID :

-The image which contains the path to stroke. - +The image which contains the path to stroke.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_path_get_point_at_dist ()

-
gint                gimp_path_get_point_at_dist         (gint32 image_ID,
-                                                         gdouble distance,
-                                                         gint *y_point,
-                                                         gdouble *slope);
-
+
gint                gimp_path_get_point_at_dist         (gint32 image_ID,
+                                                         gdouble distance,
+                                                         gint *y_point,
+                                                         gdouble *slope);
+

Warning

gimp_path_get_point_at_dist is deprecated and should not be used in newly-written code.

@@ -338,38 +316,33 @@

image_ID :

-The image the paths belongs to. - +The image the paths belongs to.

distance :

-The distance along the path. - +The distance along the path.

y_point :

-The y position of the point. - +The y position of the point.

slope :

-The slope (dy / dx) at the specified point. - +The slope (dy / dx) at the specified point.

Returns :

- The x position of the point. - +The x position of the point.

-
+

gimp_path_get_tattoo ()

-
gint                gimp_path_get_tattoo                (gint32 image_ID,
-                                                         const gchar *name);
-
+
gint                gimp_path_get_tattoo                (gint32 image_ID,
+                                                         const gchar *name);
+

Warning

gimp_path_get_tattoo is deprecated and should not be used in newly-written code.

@@ -381,28 +354,25 @@

image_ID :

-The image. - +The image.

name :

-The name of the path whose tattoo should be obtained. - +The name of the path whose tattoo should be obtained.

Returns :

- The tattoo associated with the named path. - +The tattoo associated with the named path.

-
+

gimp_get_path_by_tattoo ()

-
gchar*              gimp_get_path_by_tattoo             (gint32 image_ID,
-                                                         gint tattoo);
-
+
gchar *             gimp_get_path_by_tattoo             (gint32 image_ID,
+                                                         gint tattoo);
+

Warning

gimp_get_path_by_tattoo is deprecated and should not be used in newly-written code.

@@ -415,28 +385,25 @@

image_ID :

-The image. - +The image.

tattoo :

-The tattoo of the required path. - +The tattoo of the required path.

Returns :

- The name of the path with the specified tattoo. - +The name of the path with the specified tattoo.

-
+

gimp_path_delete ()

-
gboolean            gimp_path_delete                    (gint32 image_ID,
-                                                         const gchar *name);
-
+
gboolean            gimp_path_delete                    (gint32 image_ID,
+                                                         const gchar *name);
+

Warning

gimp_path_delete is deprecated and should not be used in newly-written code.

@@ -449,28 +416,25 @@

image_ID :

-The image to delete the path from. - +The image to delete the path from.

name :

-The name of the path to delete. - +The name of the path to delete.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_path_get_locked ()

-
gboolean            gimp_path_get_locked                (gint32 image_ID,
-                                                         const gchar *name);
-
+
gboolean            gimp_path_get_locked                (gint32 image_ID,
+                                                         const gchar *name);
+

Warning

gimp_path_get_locked is deprecated and should not be used in newly-written code.

@@ -482,29 +446,26 @@

image_ID :

-The image. - +The image.

name :

-The name of the path whose locked status should be obtained. - +The name of the path whose locked status should be obtained.

Returns :

- TRUE if the path is locked, FALSE otherwise. - +TRUE if the path is locked, FALSE otherwise.

-
+

gimp_path_set_locked ()

-
gboolean            gimp_path_set_locked                (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gboolean locked);
-
+
gboolean            gimp_path_set_locked                (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gboolean locked);
+

Warning

gimp_path_set_locked is deprecated and should not be used in newly-written code.

@@ -516,34 +477,30 @@

image_ID :

-The image. - +The image.

name :

-the name of the path whose locked status should be set. - +the name of the path whose locked status should be set.

locked :

-Whether the path is locked. - +Whether the path is locked.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_path_set_tattoo ()

-
gboolean            gimp_path_set_tattoo                (gint32 image_ID,
-                                                         const gchar *name,
-                                                         gint tattovalue);
-
+
gboolean            gimp_path_set_tattoo                (gint32 image_ID,
+                                                         const gchar *name,
+                                                         gint tattovalue);
+

Warning

gimp_path_set_tattoo is deprecated and should not be used in newly-written code.

@@ -555,38 +512,34 @@

image_ID :

-The image. - +The image.

name :

-the name of the path whose tattoo should be set. - +the name of the path whose tattoo should be set.

tattovalue :

-The tattoo associated with the name path. Only values returned from 'path_get_tattoo' should be used here. - +The tattoo associated with the name path. Only values returned from 'path_get_tattoo' should be used here.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_path_to_selection ()

-
gboolean            gimp_path_to_selection              (gint32 image_ID,
-                                                         const gchar *name,
-                                                         GimpChannelOps op,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y);
-
+
gboolean            gimp_path_to_selection              (gint32 image_ID,
+                                                         const gchar *name,
+                                                         GimpChannelOps op,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y);
+

Warning

gimp_path_to_selection is deprecated and should not be used in newly-written code.

@@ -599,60 +552,52 @@

image_ID :

-The image. - +The image.

name :

-The name of the path which should be made into selection. - +The name of the path which should be made into selection.

op :

-The desired operation with current selection. - +The desired operation with current selection.

antialias :

-Antialias selection. - +Antialias selection.

feather :

-Feather selection. - +Feather selection.

feather_radius_x :

-Feather radius x. - +Feather radius x.

feather_radius_y :

-Feather radius y. - +Feather radius y.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_path_import ()

-
gboolean            gimp_path_import                    (gint32 image_ID,
-                                                         const gchar *filename,
-                                                         gboolean merge,
-                                                         gboolean scale);
-
+
gboolean            gimp_path_import                    (gint32 image_ID,
+                                                         const gchar *filename,
+                                                         gboolean merge,
+                                                         gboolean scale);
+

Warning

gimp_path_import is deprecated and should not be used in newly-written code.

-This procedure is deprecated! Use vectors_import_from_file() +This procedure is deprecated! Use gimp_vectors_import_from_file() instead.

@@ -660,28 +605,23 @@ - + - + - + - + - +

image_ID :

The image. -The image.

filename :

The name of the SVG file to import. -The name of the SVG file to import.

merge :

Merge paths into a single vectors object. -Merge paths into a single vectors object.

scale :

Scale the SVG to image dimensions. -Scale the SVG to image dimensions.

Returns :

TRUE on success. -TRUE on success.
@@ -690,6 +630,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppattern.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppattern.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppattern.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppattern.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppattern - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,34 +35,34 @@
-
+

Synopsis

-
gboolean            gimp_pattern_get_info               (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp);
-gboolean            gimp_pattern_get_pixels             (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp,
-                                                         gint *num_color_bytes,
-                                                         guint8 **color_bytes);
+
gboolean            gimp_pattern_get_info               (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp);
+gboolean            gimp_pattern_get_pixels             (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp,
+                                                         gint *num_color_bytes,
+                                                         guint8 **color_bytes);
 
-
+

Description

Functions operating on a single pattern.

-
+

Details

-
+

gimp_pattern_get_info ()

-
gboolean            gimp_pattern_get_info               (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp);
+
gboolean            gimp_pattern_get_info               (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp);

Retrieve information about the specified pattern.

@@ -75,43 +75,37 @@

name :

-The pattern name. - +The pattern name.

width :

-The pattern width. - +The pattern width.

height :

-The pattern height. - +The pattern height.

bpp :

-The pattern bpp. - +The pattern bpp.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_pattern_get_pixels ()

-
gboolean            gimp_pattern_get_pixels             (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *bpp,
-                                                         gint *num_color_bytes,
-                                                         guint8 **color_bytes);
+
gboolean            gimp_pattern_get_pixels             (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *bpp,
+                                                         gint *num_color_bytes,
+                                                         guint8 **color_bytes);

Retrieve information about the specified pattern (including pixels).

@@ -125,39 +119,31 @@

name :

-The pattern name. - +The pattern name.

width :

-The pattern width. - +The pattern width.

height :

-The pattern height. - +The pattern height.

bpp :

-The pattern bpp. - +The pattern bpp.

num_color_bytes :

-Number of pattern bytes. - +Number of pattern bytes.

color_bytes :

-The pattern data. - +The pattern data.

Returns :

- TRUE on success. - - +TRUE on success.
@@ -167,6 +153,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppatternmenu.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppatternmenu.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppatternmenu.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppatternmenu.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppatternmenu - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,37 +35,37 @@
-
+

Synopsis

-
GtkWidget *         gimp_pattern_select_widget_new      (const gchar *title,
-                                                         const gchar *pattern_name,
+
GtkWidget *         gimp_pattern_select_widget_new      (const gchar *title,
+                                                         const gchar *pattern_name,
                                                          GimpRunPatternCallback callback,
-                                                         gpointer data);
-void                gimp_pattern_select_widget_close    (GtkWidget *widget);
-void                gimp_pattern_select_widget_set      (GtkWidget *widget,
-                                                         const gchar *pattern_name);
+                                                         gpointer data);
+void                gimp_pattern_select_widget_close    (GtkWidget *widget);
+void                gimp_pattern_select_widget_set      (GtkWidget *widget,
+                                                         const gchar *pattern_name);
 
-
+

Description

A widget for selecting patterns.

-
+

Details

-
+

gimp_pattern_select_widget_new ()

-
GtkWidget *         gimp_pattern_select_widget_new      (const gchar *title,
-                                                         const gchar *pattern_name,
+
GtkWidget *         gimp_pattern_select_widget_new      (const gchar *title,
+                                                         const gchar *pattern_name,
                                                          GimpRunPatternCallback callback,
-                                                         gpointer data);
-
+ gpointer data);
+

Warning

gimp_pattern_select_widget_new is deprecated and should not be used in newly-written code.

-Creates a new GtkWidget that completely controls the selection of +Creates a new GtkWidget that completely controls the selection of a pattern. This widget is suitable for placement in a table in a plug-in dialog.

@@ -74,37 +74,32 @@

title :

-Title of the dialog to use or NULL to use the default title. - +Title of the dialog to use or NULL to use the default title.

pattern_name :

-Initial pattern name or NULL to use current selection. - +Initial pattern name or NULL to use current selection.

callback :

-A function to call when the selected pattern changes. - +A function to call when the selected pattern changes.

data :

-A pointer to arbitary data to be used in the call to callback. - +A pointer to arbitary data to be used in the call to callback.

Returns :

- A GtkWidget that you can use in your UI. - +A GtkWidget that you can use in your UI.

-
+

gimp_pattern_select_widget_close ()

-
void                gimp_pattern_select_widget_close    (GtkWidget *widget);
-
+
void                gimp_pattern_select_widget_close    (GtkWidget *widget);
+

Warning

gimp_pattern_select_widget_close is deprecated and should not be used in newly-written code.

@@ -115,17 +110,16 @@

widget :

-A pattern select widget. - +A pattern select widget.

-
+

gimp_pattern_select_widget_set ()

-
void                gimp_pattern_select_widget_set      (GtkWidget *widget,
-                                                         const gchar *pattern_name);
-
+
void                gimp_pattern_select_widget_set      (GtkWidget *widget,
+                                                         const gchar *pattern_name);
+

Warning

gimp_pattern_select_widget_set is deprecated and should not be used in newly-written code.

@@ -139,13 +133,11 @@

widget :

-A pattern select widget. - +A pattern select widget.

pattern_name :

-Pattern name to set. NULL means no change. - +Pattern name to set. NULL means no change.
@@ -154,6 +146,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppatternselect.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppatternselect.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppatternselect.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppatternselect.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppatternselect - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,149 +35,71 @@
-
+

Synopsis

-
void                (*GimpRunPatternCallback)           (const gchar *pattern_name,
-                                                         gint width,
-                                                         gint height,
-                                                         gint bpp,
-                                                         const guchar *mask_data,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
-const gchar *       gimp_pattern_select_new             (const gchar *title,
-                                                         const gchar *pattern_name,
+
void                (*GimpRunPatternCallback)           (const gchar *pattern_name,
+                                                         gint width,
+                                                         gint height,
+                                                         gint bpp,
+                                                         const guchar *mask_data,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);
+const gchar *       gimp_pattern_select_new             (const gchar *title,
+                                                         const gchar *pattern_name,
                                                          GimpRunPatternCallback callback,
-                                                         gpointer data);
-void                gimp_pattern_select_destroy         (const gchar *pattern_callback);
-gboolean            gimp_patterns_popup                 (const gchar *pattern_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_pattern);
-gboolean            gimp_patterns_close_popup           (const gchar *pattern_callback);
-gboolean            gimp_patterns_set_popup             (const gchar *pattern_callback,
-                                                         const gchar *pattern_name);
+                                                         gpointer data);
+void                gimp_pattern_select_destroy         (const gchar *pattern_callback);
+gboolean            gimp_patterns_popup                 (const gchar *pattern_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_pattern);
+gboolean            gimp_patterns_close_popup           (const gchar *pattern_callback);
+gboolean            gimp_patterns_set_popup             (const gchar *pattern_callback,
+                                                         const gchar *pattern_name);
 
-
+

Description

Functions providing a pattern selection dialog.

-
+

Details

-
+

GimpRunPatternCallback ()

-
void                (*GimpRunPatternCallback)           (const gchar *pattern_name,
-                                                         gint width,
-                                                         gint height,
-                                                         gint bpp,
-                                                         const guchar *mask_data,
-                                                         gboolean dialog_closing,
-                                                         gpointer user_data);
+
void                (*GimpRunPatternCallback)           (const gchar *pattern_name,
+                                                         gint width,
+                                                         gint height,
+                                                         gint bpp,
+                                                         const guchar *mask_data,
+                                                         gboolean dialog_closing,
+                                                         gpointer user_data);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

pattern_name :

-

width :

-

height :

-

bpp :

-

mask_data :

-

dialog_closing :

-

user_data :

-

-
+

gimp_pattern_select_new ()

-
const gchar *       gimp_pattern_select_new             (const gchar *title,
-                                                         const gchar *pattern_name,
+
const gchar *       gimp_pattern_select_new             (const gchar *title,
+                                                         const gchar *pattern_name,
                                                          GimpRunPatternCallback callback,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - -

title :

-

pattern_name :

-

callback :

-

data :

-

Returns :

-

-
+

gimp_pattern_select_destroy ()

-
void                gimp_pattern_select_destroy         (const gchar *pattern_callback);
+
void                gimp_pattern_select_destroy         (const gchar *pattern_callback);

-
-- - - - -

pattern_callback :

-

-
+

gimp_patterns_popup ()

-
gboolean            gimp_patterns_popup                 (const gchar *pattern_callback,
-                                                         const gchar *popup_title,
-                                                         const gchar *initial_pattern);
+
gboolean            gimp_patterns_popup                 (const gchar *pattern_callback,
+                                                         const gchar *popup_title,
+                                                         const gchar *initial_pattern);

Invokes the Gimp pattern selection.

@@ -189,31 +111,27 @@

pattern_callback :

-The callback PDB proc to call when pattern selection is made. - +The callback PDB proc to call when pattern selection is made.

popup_title :

-Title of the pattern selection dialog. - +Title of the pattern selection dialog.

initial_pattern :

-The name of the pattern to set as the first selected. - +The name of the pattern to set as the first selected.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_patterns_close_popup ()

-
gboolean            gimp_patterns_close_popup           (const gchar *pattern_callback);
+
gboolean            gimp_patterns_close_popup           (const gchar *pattern_callback);

Close the pattern selection dialog.

@@ -225,22 +143,20 @@

pattern_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_patterns_set_popup ()

-
gboolean            gimp_patterns_set_popup             (const gchar *pattern_callback,
-                                                         const gchar *pattern_name);
+
gboolean            gimp_patterns_set_popup             (const gchar *pattern_callback,
+                                                         const gchar *pattern_name);

Sets the current pattern in a pattern selection dialog.

@@ -252,18 +168,15 @@

pattern_callback :

-The name of the callback registered for this pop-up. - +The name of the callback registered for this pop-up.

pattern_name :

-The name of the pattern to set as selected. - +The name of the pattern to set as selected.

Returns :

- TRUE on success. - +TRUE on success.
@@ -272,6 +185,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppatterns.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppatterns.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppatterns.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppatterns.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppatterns - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,33 +35,33 @@
-
+

Synopsis

-
gboolean            gimp_patterns_refresh               (void);
-gchar**             gimp_patterns_get_list              (const gchar *filter,
-                                                         gint *num_patterns);
-gchar*              gimp_patterns_get_pattern           (gint *width,
-                                                         gint *height);
-gboolean            gimp_patterns_set_pattern           (const gchar *name);
-gchar*              gimp_patterns_get_pattern_data      (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *mask_bpp,
-                                                         gint *length,
-                                                         guint8 **mask_data);
+
gboolean            gimp_patterns_refresh               (void);
+gchar **            gimp_patterns_get_list              (const gchar *filter,
+                                                         gint *num_patterns);
+gchar *             gimp_patterns_get_pattern           (gint *width,
+                                                         gint *height);
+gboolean            gimp_patterns_set_pattern           (const gchar *name);
+gchar *             gimp_patterns_get_pattern_data      (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *mask_bpp,
+                                                         gint *length,
+                                                         guint8 **mask_data);
 
-
+

Description

Functions relating to patterns.

-
+

Details

-
+

gimp_patterns_refresh ()

-
gboolean            gimp_patterns_refresh               (void);
+
gboolean            gimp_patterns_refresh               (void);

Refresh current patterns. This function always succeeds.

@@ -73,16 +73,15 @@

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_patterns_get_list ()

-
gchar**             gimp_patterns_get_list              (const gchar *filter,
-                                                         gint *num_patterns);
+
gchar **            gimp_patterns_get_list              (const gchar *filter,
+                                                         gint *num_patterns);

Retrieve a complete listing of the available patterns.

@@ -96,28 +95,25 @@

filter :

-An optional regular expression used to filter the list. - +An optional regular expression used to filter the list.

num_patterns :

-The number of patterns in the pattern list. - +The number of patterns in the pattern list.

Returns :

- The list of pattern names. - +The list of pattern names.

-
+

gimp_patterns_get_pattern ()

-
gchar*              gimp_patterns_get_pattern           (gint *width,
-                                                         gint *height);
-
+
gchar *             gimp_patterns_get_pattern           (gint *width,
+                                                         gint *height);
+

Warning

gimp_patterns_get_pattern is deprecated and should not be used in newly-written code.

@@ -130,27 +126,24 @@

width :

-The pattern width. - +The pattern width.

height :

-The pattern height. - +The pattern height.

Returns :

- The pattern name. - +The pattern name.

-
+

gimp_patterns_set_pattern ()

-
gboolean            gimp_patterns_set_pattern           (const gchar *name);
-
+
gboolean            gimp_patterns_set_pattern           (const gchar *name);
+

Warning

gimp_patterns_set_pattern is deprecated and should not be used in newly-written code.

@@ -162,27 +155,25 @@

name :

-The pattern name. - +The pattern name.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_patterns_get_pattern_data ()

-
gchar*              gimp_patterns_get_pattern_data      (const gchar *name,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *mask_bpp,
-                                                         gint *length,
-                                                         guint8 **mask_data);
-
+
gchar *             gimp_patterns_get_pattern_data      (const gchar *name,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *mask_bpp,
+                                                         gint *length,
+                                                         guint8 **mask_data);
+

Warning

gimp_patterns_get_pattern_data is deprecated and should not be used in newly-written code.

@@ -194,38 +185,31 @@

name :

-The pattern name (\"\" means currently active pattern). - +The pattern name (\"\" means currently active pattern).

width :

-The pattern width. - +The pattern width.

height :

-The pattern height. - +The pattern height.

mask_bpp :

-Pattern bytes per pixel. - +Pattern bytes per pixel.

length :

-Length of pattern mask data. - +Length of pattern mask data.

mask_data :

-The pattern mask data. - +The pattern mask data.

Returns :

- The pattern name. - +The pattern name.
@@ -234,6 +218,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppixbuf.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppixbuf.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppixbuf.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppixbuf.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppixbuf - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,46 +35,45 @@
-
+

Synopsis

enum                GimpPixbufTransparency;
-GdkPixbuf *         gimp_image_get_thumbnail            (gint32 image_ID,
-                                                         gint width,
-                                                         gint height,
+GdkPixbuf *         gimp_image_get_thumbnail            (gint32 image_ID,
+                                                         gint width,
+                                                         gint height,
                                                          GimpPixbufTransparency alpha);
-GdkPixbuf *         gimp_drawable_get_thumbnail         (gint32 drawable_ID,
-                                                         gint width,
-                                                         gint height,
+GdkPixbuf *         gimp_drawable_get_thumbnail         (gint32 drawable_ID,
+                                                         gint width,
+                                                         gint height,
                                                          GimpPixbufTransparency alpha);
-GdkPixbuf *         gimp_drawable_get_sub_thumbnail     (gint32 drawable_ID,
-                                                         gint src_x,
-                                                         gint src_y,
-                                                         gint src_width,
-                                                         gint src_height,
-                                                         gint dest_width,
-                                                         gint dest_height,
+GdkPixbuf *         gimp_drawable_get_sub_thumbnail     (gint32 drawable_ID,
+                                                         gint src_x,
+                                                         gint src_y,
+                                                         gint src_width,
+                                                         gint src_height,
+                                                         gint dest_width,
+                                                         gint dest_height,
                                                          GimpPixbufTransparency alpha);
-gint32              gimp_layer_new_from_pixbuf          (gint32 image_ID,
-                                                         const gchar *name,
-                                                         GdkPixbuf *pixbuf,
-                                                         gdouble opacity,
+gint32              gimp_layer_new_from_pixbuf          (gint32 image_ID,
+                                                         const gchar *name,
+                                                         GdkPixbuf *pixbuf,
+                                                         gdouble opacity,
                                                          GimpLayerModeEffects mode,
-                                                         gdouble progress_start,
-                                                         gdouble progress_end);
+                                                         gdouble progress_start,
+                                                         gdouble progress_end);
 
-
+

Description

Get a thumbnail pixbuf for a drawable or image.

-
+

Details

-
+

enum GimpPixbufTransparency

-
typedef enum
-{
+
typedef enum {
   GIMP_PIXBUF_KEEP_ALPHA,
   GIMP_PIXBUF_SMALL_CHECKS,
   GIMP_PIXBUF_LARGE_CHECKS
@@ -84,11 +83,11 @@
 


-
+

gimp_image_get_thumbnail ()

-
GdkPixbuf *         gimp_image_get_thumbnail            (gint32 image_ID,
-                                                         gint width,
-                                                         gint height,
+
GdkPixbuf *         gimp_image_get_thumbnail            (gint32 image_ID,
+                                                         gint width,
+                                                         gint height,
                                                          GimpPixbufTransparency alpha);

Retrieves a thumbnail pixbuf for the image identified by image_ID. @@ -99,28 +98,23 @@

image_ID :

-the image ID - +the image ID

width :

-the requested thumbnail width (<= 1024 pixels) - +the requested thumbnail width (<= 1024 pixels)

height :

-the requested thumbnail height (<= 1024 pixels) - +the requested thumbnail height (<= 1024 pixels)

alpha :

-how to handle an alpha channel - +how to handle an alpha channel

Returns :

- a new GdkPixbuf - +a new GdkPixbuf @@ -128,11 +122,11 @@

Since GIMP 2.2


-
+

gimp_drawable_get_thumbnail ()

-
GdkPixbuf *         gimp_drawable_get_thumbnail         (gint32 drawable_ID,
-                                                         gint width,
-                                                         gint height,
+
GdkPixbuf *         gimp_drawable_get_thumbnail         (gint32 drawable_ID,
+                                                         gint width,
+                                                         gint height,
                                                          GimpPixbufTransparency alpha);

Retrieves a thumbnail pixbuf for the drawable identified by @@ -144,28 +138,23 @@

drawable_ID :

-the drawable ID - +the drawable ID

width :

-the requested thumbnail width (<= 1024 pixels) - +the requested thumbnail width (<= 1024 pixels)

height :

-the requested thumbnail height (<= 1024 pixels) - +the requested thumbnail height (<= 1024 pixels)

alpha :

-how to handle an alpha channel - +how to handle an alpha channel

Returns :

- a new GdkPixbuf - +a new GdkPixbuf @@ -173,15 +162,15 @@

Since GIMP 2.2


-
+

gimp_drawable_get_sub_thumbnail ()

-
GdkPixbuf *         gimp_drawable_get_sub_thumbnail     (gint32 drawable_ID,
-                                                         gint src_x,
-                                                         gint src_y,
-                                                         gint src_width,
-                                                         gint src_height,
-                                                         gint dest_width,
-                                                         gint dest_height,
+
GdkPixbuf *         gimp_drawable_get_sub_thumbnail     (gint32 drawable_ID,
+                                                         gint src_x,
+                                                         gint src_y,
+                                                         gint src_width,
+                                                         gint src_height,
+                                                         gint dest_width,
+                                                         gint dest_height,
                                                          GimpPixbufTransparency alpha);

Retrieves a thumbnail pixbuf for the drawable identified by @@ -193,48 +182,39 @@

drawable_ID :

-the drawable ID - +the drawable ID

src_x :

-the x coordinate of the area - +the x coordinate of the area

src_y :

-the y coordinate of the area - +the y coordinate of the area

src_width :

-the width of the area - +the width of the area

src_height :

-the height of the area - +the height of the area

dest_width :

-the requested thumbnail width (<= 1024 pixels) - +the requested thumbnail width (<= 1024 pixels)

dest_height :

-the requested thumbnail height (<= 1024 pixels) - +the requested thumbnail height (<= 1024 pixels)

alpha :

-how to handle an alpha channel - +how to handle an alpha channel

Returns :

- a new GdkPixbuf - +a new GdkPixbuf @@ -242,20 +222,20 @@

Since GIMP 2.2


-
+

gimp_layer_new_from_pixbuf ()

-
gint32              gimp_layer_new_from_pixbuf          (gint32 image_ID,
-                                                         const gchar *name,
-                                                         GdkPixbuf *pixbuf,
-                                                         gdouble opacity,
+
gint32              gimp_layer_new_from_pixbuf          (gint32 image_ID,
+                                                         const gchar *name,
+                                                         GdkPixbuf *pixbuf,
+                                                         gdouble opacity,
                                                          GimpLayerModeEffects mode,
-                                                         gdouble progress_start,
-                                                         gdouble progress_end);
+ gdouble progress_start, + gdouble progress_end);

-Create a new layer from a GdkPixbuf. +Create a new layer from a GdkPixbuf.

-This procedure creates a new layer from the given GdkPixbuf. The +This procedure creates a new layer from the given GdkPixbuf. The image has to be an RGB image and just like with gimp_layer_new() you will still need to add the layer to it.

@@ -269,44 +249,35 @@

image_ID :

-The RGB image to which to add the layer. - +The RGB image to which to add the layer.

name :

-The layer name. - +The layer name.

pixbuf :

-A GdkPixbuf. - +A GdkPixbuf.

opacity :

-The layer opacity. - +The layer opacity.

mode :

-The layer combination mode. - +The layer combination mode.

progress_start :

-start of progress - +start of progress

progress_end :

-end of progress - +end of progress

Returns :

- The newly created layer. - - +The newly created layer.
@@ -316,6 +287,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppixelfetcher.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppixelfetcher.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppixelfetcher.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppixelfetcher.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppixelfetcher - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,28 +35,28 @@
-
+ -
+

Description

These functions provide neighbourhood-based algorithms which get @@ -66,12 +66,11 @@ plug-in code more readable and shorter.

-
+

Details

-
+

enum GimpPixelFetcherEdgeMode

-
typedef enum
-{
+
typedef enum {
   GIMP_PIXEL_FETCHER_EDGE_NONE,
   GIMP_PIXEL_FETCHER_EDGE_WRAP,
   GIMP_PIXEL_FETCHER_EDGE_SMEAR,
@@ -83,17 +82,17 @@
 


-
+

GimpPixelFetcher

typedef struct _GimpPixelFetcher GimpPixelFetcher;


-
+

gimp_pixel_fetcher_new ()

GimpPixelFetcher *  gimp_pixel_fetcher_new              (GimpDrawable *drawable,
-                                                         gboolean shadow);
+ gboolean shadow);

Initialize a pixel region from the drawable.

@@ -102,25 +101,22 @@

drawable :

-the GimpDrawable the new region will be attached to. - +the GimpDrawable the new region will be attached to.

shadow :

-a gboolean indicating whether the region is attached to - the shadow tiles or the real drawable tiles. - +a gboolean indicating whether the region is attached to +the shadow tiles or the real drawable tiles.

Returns :

- a pointer to a GimpPixelRgn structure (or NULL). - +a pointer to a GimpPixelRgn structure (or NULL).

-
+

gimp_pixel_fetcher_set_edge_mode ()

void                gimp_pixel_fetcher_set_edge_mode    (GimpPixelFetcher *pf,
                                                          GimpPixelFetcherEdgeMode mode);
@@ -132,22 +128,20 @@

pf :

-a pointer to a previously initialized GimpPixelFetcher. - +a pointer to a previously initialized GimpPixelFetcher.

mode :

-the new edge mode from GimpPixelFetcherEdgeMode. - +the new edge mode from GimpPixelFetcherEdgeMode.

-
+

gimp_pixel_fetcher_set_bg_color ()

void                gimp_pixel_fetcher_set_bg_color     (GimpPixelFetcher *pf,
-                                                         const GimpRGB *color);
+ const GimpRGB *color);

Change the background color of a previously initialized pixel region.

@@ -156,24 +150,22 @@

pf :

-a pointer to a previously initialized GimpPixelFetcher. - +a pointer to a previously initialized GimpPixelFetcher.

color :

-the color to be used as bg color. - +the color to be used as bg color.

-
+

gimp_pixel_fetcher_get_pixel ()

void                gimp_pixel_fetcher_get_pixel        (GimpPixelFetcher *pf,
-                                                         gint x,
-                                                         gint y,
-                                                         guchar *pixel);
+ gint x, + gint y, + guchar *pixel);

Get a pixel from the pixel region.

@@ -182,34 +174,30 @@

pf :

-a pointer to a previously initialized GimpPixelFetcher. - +a pointer to a previously initialized GimpPixelFetcher.

x :

-the x coordinate of the pixel to get. - +the x coordinate of the pixel to get.

y :

-the y coordinate of the pixel to get. - +the y coordinate of the pixel to get.

pixel :

-the memory location where to return the pixel. - +the memory location where to return the pixel.

-
+

gimp_pixel_fetcher_put_pixel ()

void                gimp_pixel_fetcher_put_pixel        (GimpPixelFetcher *pf,
-                                                         gint x,
-                                                         gint y,
-                                                         const guchar *pixel);
+ gint x, + gint y, + const guchar *pixel);

Set a pixel in the pixel region.

@@ -218,29 +206,25 @@

pf :

-a pointer to a previously initialized GimpPixelFetcher. - +a pointer to a previously initialized GimpPixelFetcher.

x :

-the x coordinate of the pixel to set. - +the x coordinate of the pixel to set.

y :

-the y coordinate of the pixel to set. - +the y coordinate of the pixel to set.

pixel :

-the pixel to set. - +the pixel to set.

-
+

gimp_pixel_fetcher_destroy ()

void                gimp_pixel_fetcher_destroy          (GimpPixelFetcher *pf);

@@ -250,8 +234,7 @@

pf :

-a pointer to a previously initialized GimpPixelFetcher. - +a pointer to a previously initialized GimpPixelFetcher.
@@ -259,6 +242,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppixelrgn.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppixelrgn.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimppixelrgn.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimppixelrgn.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimppixelrgn - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,79 +35,79 @@
-
+

Synopsis

                    GimpPixelRgn;
 void                gimp_pixel_rgn_init                 (GimpPixelRgn *pr,
                                                          GimpDrawable *drawable,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         gint dirty,
-                                                         gint shadow);
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height,
+                                                         gint dirty,
+                                                         gint shadow);
 void                gimp_pixel_rgn_resize               (GimpPixelRgn *pr,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height);
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height);
 void                gimp_pixel_rgn_get_pixel            (GimpPixelRgn *pr,
-                                                         guchar *buf,
-                                                         gint x,
-                                                         gint y);
+                                                         guchar *buf,
+                                                         gint x,
+                                                         gint y);
 void                gimp_pixel_rgn_get_row              (GimpPixelRgn *pr,
-                                                         guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width);
+                                                         guchar *buf,
+                                                         gint x,
+                                                         gint y,
+                                                         gint width);
 void                gimp_pixel_rgn_get_col              (GimpPixelRgn *pr,
-                                                         guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint height);
+                                                         guchar *buf,
+                                                         gint x,
+                                                         gint y,
+                                                         gint height);
 void                gimp_pixel_rgn_get_rect             (GimpPixelRgn *pr,
-                                                         guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height);
+                                                         guchar *buf,
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height);
 void                gimp_pixel_rgn_set_pixel            (GimpPixelRgn *pr,
-                                                         const guchar *buf,
-                                                         gint x,
-                                                         gint y);
+                                                         const guchar *buf,
+                                                         gint x,
+                                                         gint y);
 void                gimp_pixel_rgn_set_row              (GimpPixelRgn *pr,
-                                                         const guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width);
+                                                         const guchar *buf,
+                                                         gint x,
+                                                         gint y,
+                                                         gint width);
 void                gimp_pixel_rgn_set_col              (GimpPixelRgn *pr,
-                                                         const guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint height);
+                                                         const guchar *buf,
+                                                         gint x,
+                                                         gint y,
+                                                         gint height);
 void                gimp_pixel_rgn_set_rect             (GimpPixelRgn *pr,
-                                                         const guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height);
-gpointer            gimp_pixel_rgns_register            (gint nrgns,
+                                                         const guchar *buf,
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height);
+gpointer            gimp_pixel_rgns_register            (gint nrgns,
                                                          ...);
-gpointer            gimp_pixel_rgns_register2           (gint nrgns,
+gpointer            gimp_pixel_rgns_register2           (gint nrgns,
                                                          GimpPixelRgn **prs);
-gpointer            gimp_pixel_rgns_process             (gpointer pri_ptr);
+gpointer            gimp_pixel_rgns_process             (gpointer pri_ptr);
 
-
+

Description

Functions for operating on pixel regions. These functions provide fast ways of accessing and modifying portions of a drawable.

-
+

Details

-
+

GimpPixelRgn

typedef struct {
   guchar       *data;          /* pointer to region data */
@@ -125,16 +125,16 @@
 


-
+

gimp_pixel_rgn_init ()

void                gimp_pixel_rgn_init                 (GimpPixelRgn *pr,
                                                          GimpDrawable *drawable,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         gint dirty,
-                                                         gint shadow);
+ gint x, + gint y, + gint width, + gint height, + gint dirty, + gint shadow);

Initialize the pixel region pointed by pr with the specified parameters.

@@ -142,13 +142,16 @@ The dirty and shadow flags can be used as follows:

-- dirty = FALSE, shadow = FALSE: the region will be used to read +

+
  • dirty = FALSE, shadow = FALSE: the region will be used to read the actual drawable datas. This is useful for save plug-ins or for - filters. + filters.

+

-- dirty = FALSE, shadow = TRUE: the region will be used to read the +

+
  • dirty = FALSE, shadow = TRUE: the region will be used to read the shadow tiles. This is used in some filter plug-ins which operate in two passes such as gaussian @@ -156,83 +159,80 @@ actual drawable data and writes to the shadow tiles, and the second one reads from and writes to the - shadow tiles. + shadow tiles.

+

-- dirty = TRUE, shadow = TRUE: the region will be used to write to +

+
  • dirty = TRUE, shadow = TRUE: the region will be used to write to the shadow tiles. It is common practice to write to the shadow tiles and then use gimp_drawable_merge_shadow() to merge the changes from the shadow tiles using the current selection - as a mask. + as a mask.

+

-- dirty = TRUE, shadow = FALSE: the region will be used to directly +

+
  • dirty = TRUE, shadow = FALSE: the region will be used to directly change the drawable content. Don't do this, since this could prevent the Undo-System from working as - expected. + expected.

+

- + - + +drawable. +drawable. - + - + - + - +

pr :

a pointer to a GimpPixelRgn variable. -a pointer to a GimpPixelRgn variable.

drawable :

the GimpDrawable the new region will be attached to. -the GimpDrawable the new region will be attached to.

x :

the x coordinate of the top-left pixel of the region in the - drawable. -

y :

the y coordinate of the top-left pixel of the region in the - drawable. -

width :

the width of the region. -the width of the region.

height :

the height of the region. -the height of the region.

dirty :

a gboolean indicating whether the drawable should be marked - as "dirty". -a gboolean indicating whether the drawable should be marked +as "dirty".

shadow :

a gboolean indicating whether the region is attached to the - shadow tiles or the real drawable tiles. -a gboolean indicating whether the region is attached to the +shadow tiles or the real drawable tiles.

-
+

gimp_pixel_rgn_resize ()

void                gimp_pixel_rgn_resize               (GimpPixelRgn *pr,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height);
+ gint x, + gint y, + gint width, + gint height);

Change the position and size of a previously initialized pixel region.

@@ -241,82 +241,74 @@

pr :

-a pointer to a previously initialized GimpPixelRgn. - +a pointer to a previously initialized GimpPixelRgn.

x :

the x coordinate of the new position of the region's - top-left corner. - +top-left corner.

y :

the y coordinate of the new position of the region's - top-left corner. - +top-left corner.

width :

-the new width of the region. - +the new width of the region.

height :

-the new height of the region. - +the new height of the region.

-
+

gimp_pixel_rgn_get_pixel ()

void                gimp_pixel_rgn_get_pixel            (GimpPixelRgn *pr,
-                                                         guchar *buf,
-                                                         gint x,
-                                                         gint y);
+ guchar *buf, + gint x, + gint y);

Fill the buffer pointed by buf with the value of the pixel at (x, y) in the region pr. buf should be large enough to hold the pixel value -(1 guchar for an indexed or grayscale drawable, 2 guchar for -indexed with alpha or grayscale with alpha drawable, 3 guchar for -rgb drawable and 4 guchar for rgb with alpha drawable. +(1 guchar for an indexed or grayscale drawable, 2 guchar for +indexed with alpha or grayscale with alpha drawable, 3 guchar for +rgb drawable and 4 guchar for rgb with alpha drawable.

- + - - + - +

pr :

a pointer to a previously initialized GimpPixelRgn. -a pointer to a previously initialized GimpPixelRgn.

buf :

a pointer to an array of guchar +a pointer to an array of guchar

x :

the x coordinate of the wanted pixel (relative to the drawable) -the x coordinate of the wanted pixel (relative to the drawable)

y :

the y coordinate of the wanted pixel (relative to the drawable) -the y coordinate of the wanted pixel (relative to the drawable)

-
+

gimp_pixel_rgn_get_row ()

void                gimp_pixel_rgn_get_row              (GimpPixelRgn *pr,
-                                                         guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width);
+ guchar *buf, + gint x, + gint y, + gint width);

Get several pixels of a region in a row. This function fills the buffer buf with the values of the pixels from (x, y) to (x+width-1, y). @@ -327,40 +319,36 @@

pr :

-a pointer to a previously initialized GimpPixelRgn. - +a pointer to a previously initialized GimpPixelRgn.

buf :

-a pointer to an array of guchar +a pointer to an array of guchar

x :

-the x coordinate of the first pixel (relative to the drawable). - +the x coordinate of the first pixel (relative to the drawable).

y :

-the y coordinate of the first pixel (relative to the drawable). - +the y coordinate of the first pixel (relative to the drawable).

width :

-the number of pixels to get. - +the number of pixels to get.

-
+

gimp_pixel_rgn_get_col ()

void                gimp_pixel_rgn_get_col              (GimpPixelRgn *pr,
-                                                         guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint height);
+ guchar *buf, + gint x, + gint y, + gint height);

Get several pixels of a region's column. This function fills the buffer buf with the values of the pixels from (x, y) to (x, y+height-1). @@ -371,41 +359,37 @@

pr :

-a pointer to a previously initialized GimpPixelRgn. - +a pointer to a previously initialized GimpPixelRgn.

buf :

-a pointer to an array of guchar +a pointer to an array of guchar

x :

-the x coordinate of the first pixel (relative to the drawable). - +the x coordinate of the first pixel (relative to the drawable).

y :

-the y coordinate of the first pixel (relative to the drawable). - +the y coordinate of the first pixel (relative to the drawable).

height :

-the number of pixels to get. - +the number of pixels to get.

-
+

gimp_pixel_rgn_get_rect ()

void                gimp_pixel_rgn_get_rect             (GimpPixelRgn *pr,
-                                                         guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height);
+ guchar *buf, + gint x, + gint y, + gint width, + gint height);

Get all the pixel values from the rectangle defined by x, y, width and height. This function fills the buffer buf with the values of the pixels @@ -417,44 +401,39 @@

pr :

-a pointer to a previously initialized GimpPixelRgn. - +a pointer to a previously initialized GimpPixelRgn.

buf :

-a pointer to an array of guchar +a pointer to an array of guchar

x :

-the x coordinate of the first pixel (relative to the drawable). - +the x coordinate of the first pixel (relative to the drawable).

y :

-the y coordinate of the first pixel (relative to the drawable). - +the y coordinate of the first pixel (relative to the drawable).

width :

-the width of the rectangle. - +the width of the rectangle.

height :

-the height of the rectangle. - +the height of the rectangle.

-
+

gimp_pixel_rgn_set_pixel ()

void                gimp_pixel_rgn_set_pixel            (GimpPixelRgn *pr,
-                                                         const guchar *buf,
-                                                         gint x,
-                                                         gint y);
+ const guchar *buf, + gint x, + gint y);

Set the pixel at (x, y) to the values from buf.

@@ -463,35 +442,31 @@

pr :

-a pointer to a previously initialized GimpPixelRgn. - +a pointer to a previously initialized GimpPixelRgn.

buf :

-a pointer to an array of guchar. - +a pointer to an array of guchar.

x :

-the x coordinate of the pixel (relative to the drawable). - +the x coordinate of the pixel (relative to the drawable).

y :

-the y coordinate of the pixel (relative to the drawable). - +the y coordinate of the pixel (relative to the drawable).

-
+

gimp_pixel_rgn_set_row ()

void                gimp_pixel_rgn_set_row              (GimpPixelRgn *pr,
-                                                         const guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width);
+ const guchar *buf, + gint x, + gint y, + gint width);

Set several pixels of a region in a row. This function draws the pixels from (x, y) to (x+width-1, y) using the values of the buffer buf. @@ -502,40 +477,36 @@

pr :

-a pointer to a previously initialized GimpPixelRgn. - +a pointer to a previously initialized GimpPixelRgn.

buf :

-a pointer to an array of guchar +a pointer to an array of guchar

x :

-the x coordinate of the first pixel (relative to the drawable). - +the x coordinate of the first pixel (relative to the drawable).

y :

-the y coordinate of the first pixel (relative to the drawable). - +the y coordinate of the first pixel (relative to the drawable).

width :

-the number of pixels to set. - +the number of pixels to set.

-
+

gimp_pixel_rgn_set_col ()

void                gimp_pixel_rgn_set_col              (GimpPixelRgn *pr,
-                                                         const guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint height);
+ const guchar *buf, + gint x, + gint y, + gint height);

Set several pixels of a region's column. This function draws the pixels from (x, y) to (x, y+height-1) using the values from the buffer buf. @@ -546,41 +517,37 @@

pr :

-a pointer to a previously initialized GimpPixelRgn. - +a pointer to a previously initialized GimpPixelRgn.

buf :

-a pointer to an array of guchar +a pointer to an array of guchar

x :

-the x coordinate of the first pixel (relative to the drawable). - +the x coordinate of the first pixel (relative to the drawable).

y :

-the y coordinate of the first pixel (relative to the drawable). - +the y coordinate of the first pixel (relative to the drawable).

height :

-the number of pixels to set. - +the number of pixels to set.

-
+

gimp_pixel_rgn_set_rect ()

void                gimp_pixel_rgn_set_rect             (GimpPixelRgn *pr,
-                                                         const guchar *buf,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height);
+ const guchar *buf, + gint x, + gint y, + gint width, + gint height);

Set all the pixel of the rectangle defined by x, y, width and height. This function draws the rectangle from (x, y) to @@ -592,41 +559,36 @@

pr :

-a pointer to a previously initialized GimpPixelRgn. - +a pointer to a previously initialized GimpPixelRgn.

buf :

-a pointer to an array of guchar +a pointer to an array of guchar

x :

-the x coordinate of the first pixel (relative to the drawable). - +the x coordinate of the first pixel (relative to the drawable).

y :

-the y coordinate of the first pixel (relative to the drawable). - +the y coordinate of the first pixel (relative to the drawable).

width :

-the width of the rectangle. - +the width of the rectangle.

height :

-the height of the rectangle. - +the height of the rectangle.

-
+

gimp_pixel_rgns_register ()

-
gpointer            gimp_pixel_rgns_register            (gint nrgns,
+
gpointer            gimp_pixel_rgns_register            (gint nrgns,
                                                          ...);

This is the varargs version of gimp_pixel_rgns_register2. @@ -636,27 +598,19 @@

nrgns :

-the number of regions to register. - - - -

... :

- -nrgns pointers to GimpPixelRgn. - +the number of regions to register.

Returns :

- a gpointer to a regions iterator. - +a gpointer to a regions iterator.

-
+

gimp_pixel_rgns_register2 ()

-
gpointer            gimp_pixel_rgns_register2           (gint nrgns,
+
gpointer            gimp_pixel_rgns_register2           (gint nrgns,
                                                          GimpPixelRgn **prs);

It takes a number of initialized regions of the same size and provides a @@ -677,26 +631,23 @@

nrgns :

-the number of regions to register. - +the number of regions to register.

prs :

-an array of nrgns pointers to initialized GimpPixelRgn. - +an array of nrgns pointers to initialized GimpPixelRgn.

Returns :

- a gpointer to a regions iterator. - +a gpointer to a regions iterator.

-
+

gimp_pixel_rgns_process ()

-
gpointer            gimp_pixel_rgns_process             (gpointer pri_ptr);
+
gpointer            gimp_pixel_rgns_process             (gpointer pri_ptr);

This function update the regions registered previously with one of the gimp_pixel_rgns_register* functions to their next tile. @@ -707,14 +658,12 @@

pri_ptr :

a regions iterator returned by gimp_pixel_rgns_register, - gimp_pixel_rgns_register2 or gimp_pixel_rgns_process. - +gimp_pixel_rgns_register2 or gimp_pixel_rgns_process.

Returns :

- a gpointer to a new regions iterator or NULL if there isn't -any tiles left. - +a gpointer to a new regions iterator or NULL if there isn't +any tiles left.
@@ -723,6 +672,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpplugin.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpplugin.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpplugin.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpplugin.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpplugin - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,35 +35,35 @@
-
+

Synopsis

-
gboolean            gimp_plugin_domain_register         (const gchar *domain_name,
-                                                         const gchar *domain_path);
-gboolean            gimp_plugin_help_register           (const gchar *domain_name,
-                                                         const gchar *domain_uri);
-gboolean            gimp_plugin_icon_register           (const gchar *procedure_name,
-                                                         GimpIconType icon_type,
-                                                         const guint8 *icon_data);
-gboolean            gimp_plugin_menu_register           (const gchar *procedure_name,
-                                                         const gchar *menu_path);
-gboolean            gimp_plugin_menu_branch_register    (const gchar *menu_path,
-                                                         const gchar *menu_name);
-gboolean            gimp_plugin_set_pdb_error_handler   (GimpPDBErrorHandler handler);
-GimpPDBErrorHandler  gimp_plugin_get_pdb_error_handler  (void);
+
gboolean            gimp_plugin_domain_register         (const gchar *domain_name,
+                                                         const gchar *domain_path);
+gboolean            gimp_plugin_help_register           (const gchar *domain_name,
+                                                         const gchar *domain_uri);
+gboolean            gimp_plugin_icon_register           (const gchar *procedure_name,
+                                                         GimpIconType icon_type,
+                                                         const guint8 *icon_data);
+gboolean            gimp_plugin_menu_register           (const gchar *procedure_name,
+                                                         const gchar *menu_path);
+gboolean            gimp_plugin_menu_branch_register    (const gchar *menu_path,
+                                                         const gchar *menu_name);
+gboolean            gimp_plugin_set_pdb_error_handler   (GimpPDBErrorHandler handler);
+GimpPDBErrorHandler gimp_plugin_get_pdb_error_handler   (void);
 
-
+

Description

Functions useful for plugins, e.g. registration and progress indicators.

-
+

Details

-
+

gimp_plugin_domain_register ()

-
gboolean            gimp_plugin_domain_register         (const gchar *domain_name,
-                                                         const gchar *domain_path);
+
gboolean            gimp_plugin_domain_register         (const gchar *domain_name,
+                                                         const gchar *domain_path);

Registers a textdomain for localisation.

@@ -82,27 +82,24 @@

domain_name :

-The name of the textdomain (must be unique). - +The name of the textdomain (must be unique).

domain_path :

-The absolute path to the compiled message catalog (may be NULL). - +The absolute path to the compiled message catalog (may be NULL).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_plugin_help_register ()

-
gboolean            gimp_plugin_help_register           (const gchar *domain_name,
-                                                         const gchar *domain_uri);
+
gboolean            gimp_plugin_help_register           (const gchar *domain_name,
+                                                         const gchar *domain_uri);

Register a help path for a plug-in.

@@ -116,61 +113,33 @@

domain_name :

-The XML namespace of the plug-in's help pages. - +The XML namespace of the plug-in's help pages.

domain_uri :

-The root URI of the plug-in's help pages. - +The root URI of the plug-in's help pages.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_plugin_icon_register ()

-
gboolean            gimp_plugin_icon_register           (const gchar *procedure_name,
-                                                         GimpIconType icon_type,
-                                                         const guint8 *icon_data);
+
gboolean            gimp_plugin_icon_register           (const gchar *procedure_name,
+                                                         GimpIconType icon_type,
+                                                         const guint8 *icon_data);

-
-- - - - - - - - - - - - - - - - - - -

procedure_name :

-

icon_type :

-

icon_data :

-

Returns :

-

-
+

gimp_plugin_menu_register ()

-
gboolean            gimp_plugin_menu_register           (const gchar *procedure_name,
-                                                         const gchar *menu_path);
+
gboolean            gimp_plugin_menu_register           (const gchar *procedure_name,
+                                                         const gchar *menu_path);

Register an additional menu path for a plug-in procedure.

@@ -183,29 +152,25 @@

procedure_name :

-The procedure for which to install the menu path. - +The procedure for which to install the menu path.

menu_path :

-The procedure's additional menu path. - +The procedure's additional menu path.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.2


-
+

gimp_plugin_menu_branch_register ()

-
gboolean            gimp_plugin_menu_branch_register    (const gchar *menu_path,
-                                                         const gchar *menu_name);
+
gboolean            gimp_plugin_menu_branch_register    (const gchar *menu_path,
+                                                         const gchar *menu_name);

Register a sub-menu.

@@ -220,28 +185,24 @@

menu_path :

-The sub-menu's menu path. - +The sub-menu's menu path.

menu_name :

-The name of the sub-menu. - +The name of the sub-menu.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_plugin_set_pdb_error_handler ()

-
gboolean            gimp_plugin_set_pdb_error_handler   (GimpPDBErrorHandler handler);
+
gboolean            gimp_plugin_set_pdb_error_handler   (GimpPDBErrorHandler handler);

Sets an error handler for procedure calls.

@@ -260,23 +221,20 @@

handler :

-Who is responsible for handling procedure call errors. - +Who is responsible for handling procedure call errors.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_plugin_get_pdb_error_handler ()

-
GimpPDBErrorHandler  gimp_plugin_get_pdb_error_handler  (void);
+
GimpPDBErrorHandler gimp_plugin_get_pdb_error_handler   (void);

Retrieves the active error handler for procedure calls.

@@ -289,9 +247,7 @@

Returns :

- Who is responsible for handling procedure call errors. - - +Who is responsible for handling procedure call errors.

Since GIMP 2.6

@@ -300,6 +256,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpproceduraldb.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpproceduraldb.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpproceduraldb.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpproceduraldb.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpproceduraldb - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,60 +35,60 @@
-
+

Synopsis

-
gchar*              gimp_procedural_db_temp_name        (void);
-gboolean            gimp_procedural_db_get_data         (const gchar *identifier,
-                                                         gpointer data);
-gboolean            gimp_procedural_db_set_data         (const gchar *identifier,
-                                                         gconstpointer data,
-                                                         guint32 bytes);
-gboolean            gimp_procedural_db_dump             (const gchar *filename);
-gboolean            gimp_procedural_db_query            (const gchar *name,
-                                                         const gchar *blurb,
-                                                         const gchar *help,
-                                                         const gchar *author,
-                                                         const gchar *copyright,
-                                                         const gchar *date,
-                                                         const gchar *proc_type,
-                                                         gint *num_matches,
-                                                         gchar ***procedure_names);
-gboolean            gimp_procedural_db_proc_exists      (const gchar *procedure_name);
-gboolean            gimp_procedural_db_proc_info        (const gchar *procedure,
-                                                         gchar **blurb,
-                                                         gchar **help,
-                                                         gchar **author,
-                                                         gchar **copyright,
-                                                         gchar **date,
-                                                         GimpPDBProcType *proc_type,
-                                                         gint *num_args,
-                                                         gint *num_values,
+
gchar *             gimp_procedural_db_temp_name        (void);
+gboolean            gimp_procedural_db_get_data         (const gchar *identifier,
+                                                         gpointer data);
+gboolean            gimp_procedural_db_set_data         (const gchar *identifier,
+                                                         gconstpointer data,
+                                                         guint32 bytes);
+gboolean            gimp_procedural_db_dump             (const gchar *filename);
+gboolean            gimp_procedural_db_query            (const gchar *name,
+                                                         const gchar *blurb,
+                                                         const gchar *help,
+                                                         const gchar *author,
+                                                         const gchar *copyright,
+                                                         const gchar *date,
+                                                         const gchar *proc_type,
+                                                         gint *num_matches,
+                                                         gchar ***procedure_names);
+gboolean            gimp_procedural_db_proc_exists      (const gchar *procedure_name);
+gboolean            gimp_procedural_db_proc_info        (const gchar *procedure,
+                                                         gchar **blurb,
+                                                         gchar **help,
+                                                         gchar **author,
+                                                         gchar **copyright,
+                                                         gchar **date,
+                                                         GimpPDBProcType *proc_type,
+                                                         gint *num_args,
+                                                         gint *num_values,
                                                          GimpParamDef **args,
                                                          GimpParamDef **return_vals);
-gboolean            gimp_procedural_db_proc_arg         (const gchar *procedure_name,
-                                                         gint arg_num,
-                                                         GimpPDBArgType *arg_type,
-                                                         gchar **arg_name,
-                                                         gchar **arg_desc);
-gboolean            gimp_procedural_db_proc_val         (const gchar *procedure_name,
-                                                         gint val_num,
-                                                         GimpPDBArgType *val_type,
-                                                         gchar **val_name,
-                                                         gchar **val_desc);
-gint                gimp_procedural_db_get_data_size    (const gchar *identifier);
+gboolean            gimp_procedural_db_proc_arg         (const gchar *procedure_name,
+                                                         gint arg_num,
+                                                         GimpPDBArgType *arg_type,
+                                                         gchar **arg_name,
+                                                         gchar **arg_desc);
+gboolean            gimp_procedural_db_proc_val         (const gchar *procedure_name,
+                                                         gint val_num,
+                                                         GimpPDBArgType *val_type,
+                                                         gchar **val_name,
+                                                         gchar **val_desc);
+gint                gimp_procedural_db_get_data_size    (const gchar *identifier);
 
-
+

Description

Functions for querying and changing procedural database (PDB) entries.

-
+

Details

-
+

gimp_procedural_db_temp_name ()

-
gchar*              gimp_procedural_db_temp_name        (void);
+
gchar *             gimp_procedural_db_temp_name        (void);

Generates a unique temporary PDB name.

@@ -100,16 +100,15 @@

Returns :

- A unique temporary name for a temporary PDB entry. - +A unique temporary name for a temporary PDB entry.

-
+

gimp_procedural_db_get_data ()

-
gboolean            gimp_procedural_db_get_data         (const gchar *identifier,
-                                                         gpointer data);
+
gboolean            gimp_procedural_db_get_data         (const gchar *identifier,
+                                                         gpointer data);

Returns data associated with the specified identifier.

@@ -123,29 +122,26 @@

identifier :

-The identifier associated with data. - +The identifier associated with data.

data :

-A byte array containing data. - +A byte array containing data.

Returns :

- TRUE on success, FALSE if no data has been associated with -the identifier - +TRUE on success, FALSE if no data has been associated with +the identifier

-
+

gimp_procedural_db_set_data ()

-
gboolean            gimp_procedural_db_set_data         (const gchar *identifier,
-                                                         gconstpointer data,
-                                                         guint32 bytes);
+
gboolean            gimp_procedural_db_set_data         (const gchar *identifier,
+                                                         gconstpointer data,
+                                                         guint32 bytes);

Associates the specified identifier with the supplied data.

@@ -159,31 +155,27 @@

identifier :

-The identifier associated with data. - +The identifier associated with data.

data :

-A byte array containing data. - +A byte array containing data.

bytes :

-The number of bytes in the data - +The number of bytes in the data

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_procedural_db_dump ()

-
gboolean            gimp_procedural_db_dump             (const gchar *filename);
+
gboolean            gimp_procedural_db_dump             (const gchar *filename);

Dumps the current contents of the procedural database

@@ -197,29 +189,27 @@

filename :

-The dump filename. - +The dump filename.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_procedural_db_query ()

-
gboolean            gimp_procedural_db_query            (const gchar *name,
-                                                         const gchar *blurb,
-                                                         const gchar *help,
-                                                         const gchar *author,
-                                                         const gchar *copyright,
-                                                         const gchar *date,
-                                                         const gchar *proc_type,
-                                                         gint *num_matches,
-                                                         gchar ***procedure_names);
+
gboolean            gimp_procedural_db_query            (const gchar *name,
+                                                         const gchar *blurb,
+                                                         const gchar *help,
+                                                         const gchar *author,
+                                                         const gchar *copyright,
+                                                         const gchar *date,
+                                                         const gchar *proc_type,
+                                                         gint *num_matches,
+                                                         gchar ***procedure_names);

Queries the procedural database for its contents using regular expression matching. @@ -243,61 +233,51 @@

name :

-The regex for procedure name. - +The regex for procedure name.

blurb :

-The regex for procedure blurb. - +The regex for procedure blurb.

help :

-The regex for procedure help. - +The regex for procedure help.

author :

-The regex for procedure author. - +The regex for procedure author.

copyright :

-The regex for procedure copyright. - +The regex for procedure copyright.

date :

-The regex for procedure date. - +The regex for procedure date.

proc_type :

-The regex for procedure type: { 'Internal GIMP procedure', 'GIMP Plug-In', 'GIMP Extension', 'Temporary Procedure' }. - +The regex for procedure type: { 'Internal GIMP procedure', 'GIMP Plug-In', 'GIMP Extension', 'Temporary Procedure' }.

num_matches :

-The number of matching procedures. - +The number of matching procedures.

procedure_names :

-The list of procedure names. - +The list of procedure names.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_procedural_db_proc_exists ()

-
gboolean            gimp_procedural_db_proc_exists      (const gchar *procedure_name);
+
gboolean            gimp_procedural_db_proc_exists      (const gchar *procedure_name);

Checks if the specified procedure exists in the procedural database

@@ -310,31 +290,28 @@

procedure_name :

-The procedure name. - +The procedure name.

Returns :

- Whether a procedure of that name is registered. - - +Whether a procedure of that name is registered.

Since GIMP 2.6


-
+

gimp_procedural_db_proc_info ()

-
gboolean            gimp_procedural_db_proc_info        (const gchar *procedure,
-                                                         gchar **blurb,
-                                                         gchar **help,
-                                                         gchar **author,
-                                                         gchar **copyright,
-                                                         gchar **date,
-                                                         GimpPDBProcType *proc_type,
-                                                         gint *num_args,
-                                                         gint *num_values,
+
gboolean            gimp_procedural_db_proc_info        (const gchar *procedure,
+                                                         gchar **blurb,
+                                                         gchar **help,
+                                                         gchar **author,
+                                                         gchar **copyright,
+                                                         gchar **date,
+                                                         GimpPDBProcType *proc_type,
+                                                         gint *num_args,
+                                                         gint *num_values,
                                                          GimpParamDef **args,
                                                          GimpParamDef **return_vals);

@@ -353,75 +330,63 @@

procedure :

-The procedure name. - +The procedure name.

blurb :

-A short blurb. - +A short blurb.

help :

-Detailed procedure help. - +Detailed procedure help.

author :

-Author(s) of the procedure. - +Author(s) of the procedure.

copyright :

-The copyright. - +The copyright.

date :

-Copyright date. - +Copyright date.

proc_type :

-The procedure type. - +The procedure type.

num_args :

-The number of input arguments. - +The number of input arguments.

num_values :

-The number of return values. - +The number of return values.

args :

-The input arguments. - +The input arguments.

return_vals :

-The return values. - +The return values.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_procedural_db_proc_arg ()

-
gboolean            gimp_procedural_db_proc_arg         (const gchar *procedure_name,
-                                                         gint arg_num,
-                                                         GimpPDBArgType *arg_type,
-                                                         gchar **arg_name,
-                                                         gchar **arg_desc);
+
gboolean            gimp_procedural_db_proc_arg         (const gchar *procedure_name,
+                                                         gint arg_num,
+                                                         GimpPDBArgType *arg_type,
+                                                         gchar **arg_name,
+                                                         gchar **arg_desc);

Queries the procedural database for information on the specified procedure's argument. @@ -435,45 +400,39 @@

procedure_name :

-The procedure name. - +The procedure name.

arg_num :

-The argument number. - +The argument number.

arg_type :

-The type of argument. - +The type of argument.

arg_name :

-The name of the argument. - +The name of the argument.

arg_desc :

-A description of the argument. - +A description of the argument.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_procedural_db_proc_val ()

-
gboolean            gimp_procedural_db_proc_val         (const gchar *procedure_name,
-                                                         gint val_num,
-                                                         GimpPDBArgType *val_type,
-                                                         gchar **val_name,
-                                                         gchar **val_desc);
+
gboolean            gimp_procedural_db_proc_val         (const gchar *procedure_name,
+                                                         gint val_num,
+                                                         GimpPDBArgType *val_type,
+                                                         gchar **val_name,
+                                                         gchar **val_desc);

Queries the procedural database for information on the specified procedure's return value. @@ -488,41 +447,35 @@

procedure_name :

-The procedure name. - +The procedure name.

val_num :

-The return value number. - +The return value number.

val_type :

-The type of return value. - +The type of return value.

val_name :

-The name of the return value. - +The name of the return value.

val_desc :

-A description of the return value. - +A description of the return value.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_procedural_db_get_data_size ()

-
gint                gimp_procedural_db_get_data_size    (const gchar *identifier);
+
gint                gimp_procedural_db_get_data_size    (const gchar *identifier);

Returns size of data associated with the specified identifier.

@@ -536,13 +489,11 @@

identifier :

-The identifier associated with data. - +The identifier associated with data.

Returns :

- The number of bytes in the data. - +The number of bytes in the data.
@@ -551,6 +502,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpprocview.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpprocview.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpprocview.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpprocview.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpprocview - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,120 +35,50 @@
-
+

Synopsis

-
GtkWidget *         gimp_proc_view_new                  (const gchar *name,
-                                                         const gchar *menu_path,
-                                                         const gchar *blurb,
-                                                         const gchar *help,
-                                                         const gchar *author,
-                                                         const gchar *copyright,
-                                                         const gchar *date,
-                                                         GimpPDBProcType type,
-                                                         gint n_params,
-                                                         gint n_return_vals,
+
GtkWidget *         gimp_proc_view_new                  (const gchar *name,
+                                                         const gchar *menu_path,
+                                                         const gchar *blurb,
+                                                         const gchar *help,
+                                                         const gchar *author,
+                                                         const gchar *copyright,
+                                                         const gchar *date,
+                                                         GimpPDBProcType type,
+                                                         gint n_params,
+                                                         gint n_return_vals,
                                                          const GimpParamDef *params,
                                                          const GimpParamDef *return_vals);
 
-
+

Description

-
+

Details

-
+

gimp_proc_view_new ()

-
GtkWidget *         gimp_proc_view_new                  (const gchar *name,
-                                                         const gchar *menu_path,
-                                                         const gchar *blurb,
-                                                         const gchar *help,
-                                                         const gchar *author,
-                                                         const gchar *copyright,
-                                                         const gchar *date,
-                                                         GimpPDBProcType type,
-                                                         gint n_params,
-                                                         gint n_return_vals,
+
GtkWidget *         gimp_proc_view_new                  (const gchar *name,
+                                                         const gchar *menu_path,
+                                                         const gchar *blurb,
+                                                         const gchar *help,
+                                                         const gchar *author,
+                                                         const gchar *copyright,
+                                                         const gchar *date,
+                                                         GimpPDBProcType type,
+                                                         gint n_params,
+                                                         gint n_return_vals,
                                                          const GimpParamDef *params,
                                                          const GimpParamDef *return_vals);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

name :

-

menu_path :

-

blurb :

-

help :

-

author :

-

copyright :

-

date :

-

type :

-

n_params :

-

n_return_vals :

-

params :

-

return_vals :

-

Returns :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpprogress.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpprogress.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpprogress.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpprogress.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpprogress - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,49 +35,49 @@
-
+

Synopsis

-
                    GimpProgressVtable;
-gboolean            gimp_progress_init                  (const gchar *message);
-gboolean            gimp_progress_init_printf           (const gchar *format,
+
struct              GimpProgressVtable;
+gboolean            gimp_progress_init                  (const gchar *message);
+gboolean            gimp_progress_init_printf           (const gchar *format,
                                                          ...);
-gboolean            gimp_progress_update                (gdouble percentage);
-gboolean            gimp_progress_pulse                 (void);
-gboolean            gimp_progress_set_text              (const gchar *message);
-gboolean            gimp_progress_set_text_printf       (const gchar *format,
+gboolean            gimp_progress_update                (gdouble percentage);
+gboolean            gimp_progress_pulse                 (void);
+gboolean            gimp_progress_set_text              (const gchar *message);
+gboolean            gimp_progress_set_text_printf       (const gchar *format,
                                                          ...);
-gboolean            gimp_progress_end                   (void);
-gint                gimp_progress_get_window_handle     (void);
-void                (*GimpProgressStartCallback)        (const gchar *message,
-                                                         gboolean cancelable,
-                                                         gpointer user_data);
-void                (*GimpProgressEndCallback)          (gpointer user_data);
-void                (*GimpProgressTextCallback)         (const gchar *message,
-                                                         gpointer user_data);
-void                (*GimpProgressValueCallback)        (gdouble percentage,
-                                                         gpointer user_data);
-const gchar *       gimp_progress_install_vtable        (const GimpProgressVtable *vtable,
-                                                         gpointer user_data);
-const gchar *       gimp_progress_install               (GimpProgressStartCallback start_callback,
+gboolean            gimp_progress_end                   (void);
+gint                gimp_progress_get_window_handle     (void);
+void                (*GimpProgressStartCallback)        (const gchar *message,
+                                                         gboolean cancelable,
+                                                         gpointer user_data);
+void                (*GimpProgressEndCallback)          (gpointer user_data);
+void                (*GimpProgressTextCallback)         (const gchar *message,
+                                                         gpointer user_data);
+void                (*GimpProgressValueCallback)        (gdouble percentage,
+                                                         gpointer user_data);
+const gchar *       gimp_progress_install_vtable        (const GimpProgressVtable *vtable,
+                                                         gpointer user_data);
+const gchar *       gimp_progress_install               (GimpProgressStartCallback start_callback,
                                                          GimpProgressEndCallback end_callback,
                                                          GimpProgressTextCallback text_callback,
                                                          GimpProgressValueCallback value_callback,
-                                                         gpointer user_data);
-gpointer            gimp_progress_uninstall             (const gchar *progress_callback);
-gboolean            gimp_progress_cancel                (const gchar *progress_callback);
+                                                         gpointer user_data);
+gpointer            gimp_progress_uninstall             (const gchar *progress_callback);
+gboolean            gimp_progress_cancel                (const gchar *progress_callback);
 
-
+

Description

Functions for embedding the progress bar into a plug-in's GUI.

-
+

Details

-
-

GimpProgressVtable

-
typedef struct {
+
+

struct GimpProgressVtable

+
struct GimpProgressVtable {
   void    (* start)        (const gchar *message,
                             gboolean     cancelable,
                             gpointer     user_data);
@@ -99,15 +99,15 @@
   void (* _gimp_reserved6) (void);
   void (* _gimp_reserved7) (void);
   void (* _gimp_reserved8) (void);
-} GimpProgressVtable;
+};
 


-
+

gimp_progress_init ()

-
gboolean            gimp_progress_init                  (const gchar *message);
+
gboolean            gimp_progress_init                  (const gchar *message);

Initializes the progress bar for the current plug-in.

@@ -120,21 +120,19 @@

message :

-Message to use in the progress dialog. - +Message to use in the progress dialog.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_progress_init_printf ()

-
gboolean            gimp_progress_init_printf           (const gchar *format,
+
gboolean            gimp_progress_init_printf           (const gchar *format,
                                                          ...);

Initializes the progress bar for the current plug-in. @@ -148,28 +146,21 @@

format :

-a standard printf() format string - - - -

... :

-arguments for format - +a standard printf() format string

Returns :

- TRUE on success. - - + +TRUE on success.

Since GIMP 2.4


-
+

gimp_progress_update ()

-
gboolean            gimp_progress_update                (gdouble percentage);
+
gboolean            gimp_progress_update                (gdouble percentage);

Updates the progress bar for the current plug-in.

@@ -178,21 +169,19 @@

percentage :

-Percentage of progress completed (in the range from 0.0 to 1.0). - +Percentage of progress completed (in the range from 0.0 to 1.0).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_progress_pulse ()

-
gboolean            gimp_progress_pulse                 (void);
+
gboolean            gimp_progress_pulse                 (void);

Pulses the progress bar for the current plug-in.

@@ -207,17 +196,15 @@

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_progress_set_text ()

-
gboolean            gimp_progress_set_text              (const gchar *message);
+
gboolean            gimp_progress_set_text              (const gchar *message);

Changes the text in the progress bar for the current plug-in.

@@ -231,23 +218,20 @@

message :

-Message to use in the progress dialog. - +Message to use in the progress dialog.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_progress_set_text_printf ()

-
gboolean            gimp_progress_set_text_printf       (const gchar *format,
+
gboolean            gimp_progress_set_text_printf       (const gchar *format,
                                                          ...);

Changes the text in the progress bar for the current plug-in. @@ -262,28 +246,21 @@

format :

-a standard printf() format string - - - -

... :

-arguments for format - +a standard printf() format string

Returns :

- TRUE on success. - - + +TRUE on success.

Since GIMP 2.4


-
+

gimp_progress_end ()

-
gboolean            gimp_progress_end                   (void);
+
gboolean            gimp_progress_end                   (void);

Ends the progress bar for the current plug-in.

@@ -296,17 +273,15 @@

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_progress_get_window_handle ()

-
gint                gimp_progress_get_window_handle     (void);
+
gint                gimp_progress_get_window_handle     (void);

Returns the native window ID of the toplevel window this plug-in's progress is displayed in. @@ -319,156 +294,92 @@

Returns :

- The progress bar's toplevel window. - - +The progress bar's toplevel window.

Since GIMP 2.2


-
+

GimpProgressStartCallback ()

-
void                (*GimpProgressStartCallback)        (const gchar *message,
-                                                         gboolean cancelable,
-                                                         gpointer user_data);
-
+
void                (*GimpProgressStartCallback)        (const gchar *message,
+                                                         gboolean cancelable,
+                                                         gpointer user_data);
+

Warning

GimpProgressStartCallback is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - - - - - -

message :

-

cancelable :

-

user_data :

-

-
+

GimpProgressEndCallback ()

-
void                (*GimpProgressEndCallback)          (gpointer user_data);
-
+
void                (*GimpProgressEndCallback)          (gpointer user_data);
+

Warning

GimpProgressEndCallback is deprecated and should not be used in newly-written code.

-
-- - - - -

user_data :

-

-
+

GimpProgressTextCallback ()

-
void                (*GimpProgressTextCallback)         (const gchar *message,
-                                                         gpointer user_data);
-
+
void                (*GimpProgressTextCallback)         (const gchar *message,
+                                                         gpointer user_data);
+

Warning

GimpProgressTextCallback is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - -

message :

-

user_data :

-

-
+

GimpProgressValueCallback ()

-
void                (*GimpProgressValueCallback)        (gdouble percentage,
-                                                         gpointer user_data);
-
+
void                (*GimpProgressValueCallback)        (gdouble percentage,
+                                                         gpointer user_data);
+

Warning

GimpProgressValueCallback is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - -

percentage :

-

user_data :

-

-
+

gimp_progress_install_vtable ()

-
const gchar *       gimp_progress_install_vtable        (const GimpProgressVtable *vtable,
-                                                         gpointer user_data);
+
const gchar *       gimp_progress_install_vtable        (const GimpProgressVtable *vtable,
+                                                         gpointer user_data);
- + - + - +

vtable :

a pointer to a GimpProgressVtable. -a pointer to a GimpProgressVtable.

user_data :

a pointer that is passed as user_data to all vtable functions. -a pointer that is passed as user_data to all vtable functions.

Returns :

the name of the temporary procedure that's been installed - -the name of the temporary procedure that's been installed

Since GIMP 2.4


-
+

gimp_progress_install ()

-
const gchar *       gimp_progress_install               (GimpProgressStartCallback start_callback,
+
const gchar *       gimp_progress_install               (GimpProgressStartCallback start_callback,
                                                          GimpProgressEndCallback end_callback,
                                                          GimpProgressTextCallback text_callback,
                                                          GimpProgressValueCallback value_callback,
-                                                         gpointer user_data);
-
+ gpointer user_data);
+

Warning

gimp_progress_install is deprecated and should not be used in newly-written code.

@@ -477,43 +388,36 @@

start_callback :

-the function to call when progress starts - +the function to call when progress starts

end_callback :

-the function to call when progress finishes - +the function to call when progress finishes

text_callback :

-the function to call to change the text - +the function to call to change the text

value_callback :

-the function to call to change the value - +the function to call to change the value

user_data :

-a pointer that is returned when uninstalling the progress - +a pointer that is returned when uninstalling the progress

Returns :

- the name of the temporary procedure that's been installed - - +the name of the temporary procedure that's been installed

Since GIMP 2.2


-
+

gimp_progress_uninstall ()

-
gpointer            gimp_progress_uninstall             (const gchar *progress_callback);
+
gpointer            gimp_progress_uninstall             (const gchar *progress_callback);

Uninstalls a temporary progress procedure that was installed using gimp_progress_install(). @@ -523,23 +427,20 @@

progress_callback :

-the name of the temporary procedure to uninstall - +the name of the temporary procedure to uninstall

Returns :

- the user_data that was passed to gimp_progress_install(). - - +the user_data that was passed to gimp_progress_install().

Since GIMP 2.2


-
+

gimp_progress_cancel ()

-
gboolean            gimp_progress_cancel                (const gchar *progress_callback);
+
gboolean            gimp_progress_cancel                (const gchar *progress_callback);

Cancels a running progress.

@@ -551,14 +452,11 @@

progress_callback :

-The name of the callback registered for this progress. - +The name of the callback registered for this progress.

Returns :

- TRUE on success. - - +TRUE on success.
@@ -568,6 +466,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpregioniterator.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpregioniterator.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpregioniterator.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpregioniterator.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpregioniterator - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,55 +35,55 @@
-
+

Synopsis

                    GimpRgnIterator;
-void                (*GimpRgnFunc1)                     (const guchar *src,
-                                                         gint bpp,
-                                                         gpointer data);
-void                (*GimpRgnFunc2)                     (const guchar *src,
-                                                         guchar *dest,
-                                                         gint bpp,
-                                                         gpointer data);
-void                (*GimpRgnFuncSrc)                   (gint x,
-                                                         gint y,
-                                                         const guchar *src,
-                                                         gint bpp,
-                                                         gpointer data);
-void                (*GimpRgnFuncDest)                  (gint x,
-                                                         gint y,
-                                                         guchar *dest,
-                                                         gint bpp,
-                                                         gpointer data);
-void                (*GimpRgnFuncSrcDest)               (gint x,
-                                                         gint y,
-                                                         const guchar *src,
-                                                         guchar *dest,
-                                                         gint bpp,
-                                                         gpointer data);
+void                (*GimpRgnFunc1)                     (const guchar *src,
+                                                         gint bpp,
+                                                         gpointer data);
+void                (*GimpRgnFunc2)                     (const guchar *src,
+                                                         guchar *dest,
+                                                         gint bpp,
+                                                         gpointer data);
+void                (*GimpRgnFuncSrc)                   (gint x,
+                                                         gint y,
+                                                         const guchar *src,
+                                                         gint bpp,
+                                                         gpointer data);
+void                (*GimpRgnFuncDest)                  (gint x,
+                                                         gint y,
+                                                         guchar *dest,
+                                                         gint bpp,
+                                                         gpointer data);
+void                (*GimpRgnFuncSrcDest)               (gint x,
+                                                         gint y,
+                                                         const guchar *src,
+                                                         guchar *dest,
+                                                         gint bpp,
+                                                         gpointer data);
 GimpRgnIterator *   gimp_rgn_iterator_new               (GimpDrawable *drawable,
-                                                         GimpRunMode unused);
+                                                         GimpRunMode unused);
 void                gimp_rgn_iterator_free              (GimpRgnIterator *iter);
 void                gimp_rgn_iterator_src               (GimpRgnIterator *iter,
                                                          GimpRgnFuncSrc func,
-                                                         gpointer data);
+                                                         gpointer data);
 void                gimp_rgn_iterator_dest              (GimpRgnIterator *iter,
                                                          GimpRgnFuncDest func,
-                                                         gpointer data);
+                                                         gpointer data);
 void                gimp_rgn_iterator_src_dest          (GimpRgnIterator *iter,
                                                          GimpRgnFuncSrcDest func,
-                                                         gpointer data);
+                                                         gpointer data);
 void                gimp_rgn_iterate1                   (GimpDrawable *drawable,
-                                                         GimpRunMode unused,
+                                                         GimpRunMode unused,
                                                          GimpRgnFunc1 func,
-                                                         gpointer data);
+                                                         gpointer data);
 void                gimp_rgn_iterate2                   (GimpDrawable *drawable,
-                                                         GimpRunMode unused,
+                                                         GimpRunMode unused,
                                                          GimpRgnFunc2 func,
-                                                         gpointer data);
+                                                         gpointer data);
 
-
+

Description

The GimpRgnIterator functions provide a variety @@ -91,214 +91,74 @@ using a pre-defined function pointer per pixel.

-
+

Details

-
+

GimpRgnIterator

typedef struct _GimpRgnIterator GimpRgnIterator;


-
+

GimpRgnFunc1 ()

-
void                (*GimpRgnFunc1)                     (const guchar *src,
-                                                         gint bpp,
-                                                         gpointer data);
+
void                (*GimpRgnFunc1)                     (const guchar *src,
+                                                         gint bpp,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - -

src :

-

bpp :

-

data :

-

-
+

GimpRgnFunc2 ()

-
void                (*GimpRgnFunc2)                     (const guchar *src,
-                                                         guchar *dest,
-                                                         gint bpp,
-                                                         gpointer data);
+
void                (*GimpRgnFunc2)                     (const guchar *src,
+                                                         guchar *dest,
+                                                         gint bpp,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - - - - - -

src :

-

dest :

-

bpp :

-

data :

-

-
+

GimpRgnFuncSrc ()

-
void                (*GimpRgnFuncSrc)                   (gint x,
-                                                         gint y,
-                                                         const guchar *src,
-                                                         gint bpp,
-                                                         gpointer data);
+
void                (*GimpRgnFuncSrc)                   (gint x,
+                                                         gint y,
+                                                         const guchar *src,
+                                                         gint bpp,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - -

x :

-

y :

-

src :

-

bpp :

-

data :

-

-
+

GimpRgnFuncDest ()

-
void                (*GimpRgnFuncDest)                  (gint x,
-                                                         gint y,
-                                                         guchar *dest,
-                                                         gint bpp,
-                                                         gpointer data);
+
void                (*GimpRgnFuncDest)                  (gint x,
+                                                         gint y,
+                                                         guchar *dest,
+                                                         gint bpp,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - -

x :

-

y :

-

dest :

-

bpp :

-

data :

-

-
+

GimpRgnFuncSrcDest ()

-
void                (*GimpRgnFuncSrcDest)               (gint x,
-                                                         gint y,
-                                                         const guchar *src,
-                                                         guchar *dest,
-                                                         gint bpp,
-                                                         gpointer data);
+
void                (*GimpRgnFuncSrcDest)               (gint x,
+                                                         gint y,
+                                                         const guchar *src,
+                                                         guchar *dest,
+                                                         gint bpp,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

x :

-

y :

-

src :

-

dest :

-

bpp :

-

data :

-

-
+

gimp_rgn_iterator_new ()

GimpRgnIterator *   gimp_rgn_iterator_new               (GimpDrawable *drawable,
-                                                         GimpRunMode unused);
+ GimpRunMode unused);

-Creates a new GimpRgnIterator for drawable. The GimpRunMode +Creates a new GimpRgnIterator for drawable. The GimpRunMode parameter is ignored. Use gimp_rgn_iterator_free() to free thsi iterator.

@@ -312,19 +172,17 @@

unused :

-ignored - +ignored

Returns :

- a newly allocated GimpRgnIterator. - +a newly allocated GimpRgnIterator.

-
+

gimp_rgn_iterator_free ()

void                gimp_rgn_iterator_free              (GimpRgnIterator *iter);

@@ -340,166 +198,56 @@


-
+

gimp_rgn_iterator_src ()

void                gimp_rgn_iterator_src               (GimpRgnIterator *iter,
                                                          GimpRgnFuncSrc func,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - -

iter :

-

func :

-

data :

-

-
+

gimp_rgn_iterator_dest ()

void                gimp_rgn_iterator_dest              (GimpRgnIterator *iter,
                                                          GimpRgnFuncDest func,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - -

iter :

-

func :

-

data :

-

-
+

gimp_rgn_iterator_src_dest ()

void                gimp_rgn_iterator_src_dest          (GimpRgnIterator *iter,
                                                          GimpRgnFuncSrcDest func,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - -

iter :

-

func :

-

data :

-

-
+

gimp_rgn_iterate1 ()

void                gimp_rgn_iterate1                   (GimpDrawable *drawable,
-                                                         GimpRunMode unused,
+                                                         GimpRunMode unused,
                                                          GimpRgnFunc1 func,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - - - - - -

drawable :

-

unused :

-

func :

-

data :

-

-
+

gimp_rgn_iterate2 ()

void                gimp_rgn_iterate2                   (GimpDrawable *drawable,
-                                                         GimpRunMode unused,
+                                                         GimpRunMode unused,
                                                          GimpRgnFunc2 func,
-                                                         gpointer data);
+ gpointer data);

-
-- - - - - - - - - - - - - - - - - - -

drawable :

-

unused :

-

func :

-

data :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpselection.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpselection.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpselection.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpselection.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpselection - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,61 +35,61 @@
-
+

Synopsis

-
gboolean            gimp_selection_bounds               (gint32 image_ID,
-                                                         gboolean *non_empty,
-                                                         gint *x1,
-                                                         gint *y1,
-                                                         gint *x2,
-                                                         gint *y2);
-gboolean            gimp_selection_all                  (gint32 image_ID);
-gboolean            gimp_selection_none                 (gint32 image_ID);
-gboolean            gimp_selection_clear                (gint32 image_ID);
-gboolean            gimp_selection_is_empty             (gint32 image_ID);
-gint32              gimp_selection_float                (gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         gint offx,
-                                                         gint offy);
-gboolean            gimp_selection_load                 (gint32 channel_ID);
-gint32              gimp_selection_save                 (gint32 image_ID);
-gint                gimp_selection_value                (gint32 image_ID,
-                                                         gint x,
-                                                         gint y);
-gboolean            gimp_selection_grow                 (gint32 image_ID,
-                                                         gint steps);
-gboolean            gimp_selection_shrink               (gint32 image_ID,
-                                                         gint steps);
-gboolean            gimp_selection_invert               (gint32 image_ID);
-gboolean            gimp_selection_feather              (gint32 image_ID,
-                                                         gdouble radius);
-gboolean            gimp_selection_sharpen              (gint32 image_ID);
-gboolean            gimp_selection_border               (gint32 image_ID,
-                                                         gint radius);
-gboolean            gimp_selection_translate            (gint32 image_ID,
-                                                         gint offx,
-                                                         gint offy);
-gboolean            gimp_selection_layer_alpha          (gint32 layer_ID);
-gboolean            gimp_selection_combine              (gint32 channel_ID,
-                                                         GimpChannelOps operation);
+
gboolean            gimp_selection_bounds               (gint32 image_ID,
+                                                         gboolean *non_empty,
+                                                         gint *x1,
+                                                         gint *y1,
+                                                         gint *x2,
+                                                         gint *y2);
+gboolean            gimp_selection_all                  (gint32 image_ID);
+gboolean            gimp_selection_none                 (gint32 image_ID);
+gboolean            gimp_selection_clear                (gint32 image_ID);
+gboolean            gimp_selection_is_empty             (gint32 image_ID);
+gint32              gimp_selection_float                (gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         gint offx,
+                                                         gint offy);
+gboolean            gimp_selection_load                 (gint32 channel_ID);
+gint32              gimp_selection_save                 (gint32 image_ID);
+gint                gimp_selection_value                (gint32 image_ID,
+                                                         gint x,
+                                                         gint y);
+gboolean            gimp_selection_grow                 (gint32 image_ID,
+                                                         gint steps);
+gboolean            gimp_selection_shrink               (gint32 image_ID,
+                                                         gint steps);
+gboolean            gimp_selection_invert               (gint32 image_ID);
+gboolean            gimp_selection_feather              (gint32 image_ID,
+                                                         gdouble radius);
+gboolean            gimp_selection_sharpen              (gint32 image_ID);
+gboolean            gimp_selection_border               (gint32 image_ID,
+                                                         gint radius);
+gboolean            gimp_selection_translate            (gint32 image_ID,
+                                                         gint offx,
+                                                         gint offy);
+gboolean            gimp_selection_layer_alpha          (gint32 layer_ID);
+gboolean            gimp_selection_combine              (gint32 channel_ID,
+                                                         GimpChannelOps operation);
 
-
+

Description

Functions for manipulating selections.

-
+

Details

-
+

gimp_selection_bounds ()

-
gboolean            gimp_selection_bounds               (gint32 image_ID,
-                                                         gboolean *non_empty,
-                                                         gint *x1,
-                                                         gint *y1,
-                                                         gint *x2,
-                                                         gint *y2);
+
gboolean            gimp_selection_bounds               (gint32 image_ID,
+                                                         gboolean *non_empty,
+                                                         gint *x1,
+                                                         gint *y1,
+                                                         gint *x2,
+                                                         gint *y2);

Find the bounding box of the current selection.

@@ -108,46 +108,39 @@

image_ID :

-The image. - +The image.

non_empty :

-TRUE if there is a selection. - +TRUE if there is a selection.

x1 :

-x coordinate of upper left corner of selection bounds. - +x coordinate of upper left corner of selection bounds.

y1 :

-y coordinate of upper left corner of selection bounds. - +y coordinate of upper left corner of selection bounds.

x2 :

-x coordinate of lower right corner of selection bounds. - +x coordinate of lower right corner of selection bounds.

y2 :

-y coordinate of lower right corner of selection bounds. - +y coordinate of lower right corner of selection bounds.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_all ()

-
gboolean            gimp_selection_all                  (gint32 image_ID);
+
gboolean            gimp_selection_all                  (gint32 image_ID);

Select all of the image.

@@ -160,21 +153,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_none ()

-
gboolean            gimp_selection_none                 (gint32 image_ID);
+
gboolean            gimp_selection_none                 (gint32 image_ID);

Deselect the entire image.

@@ -187,22 +178,20 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_clear ()

-
gboolean            gimp_selection_clear                (gint32 image_ID);
-
+
gboolean            gimp_selection_clear                (gint32 image_ID);
+

Warning

gimp_selection_clear is deprecated and should not be used in newly-written code.

@@ -214,21 +203,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_is_empty ()

-
gboolean            gimp_selection_is_empty             (gint32 image_ID);
+
gboolean            gimp_selection_is_empty             (gint32 image_ID);

Determine whether the selection is empty.

@@ -241,24 +228,22 @@

image_ID :

-The image. - +The image.

Returns :

- Is the selection empty? - +Is the selection empty?

-
+

gimp_selection_float ()

-
gint32              gimp_selection_float                (gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         gint offx,
-                                                         gint offy);
+
gint32              gimp_selection_float                (gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         gint offx,
+                                                         gint offy);

Float the selection from the specified drawable with initial offsets as specified. @@ -275,36 +260,31 @@

image_ID :

-ignored - +ignored

drawable_ID :

-The drawable from which to float selection. - +The drawable from which to float selection.

offx :

-x offset for translation. - +x offset for translation.

offy :

-y offset for translation. - +y offset for translation.

Returns :

- The floated layer. - +The floated layer.

-
+

gimp_selection_load ()

-
gboolean            gimp_selection_load                 (gint32 channel_ID);
+
gboolean            gimp_selection_load                 (gint32 channel_ID);

Transfer the specified channel to the selection mask.

@@ -316,21 +296,19 @@

channel_ID :

-The channel. - +The channel.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_save ()

-
gint32              gimp_selection_save                 (gint32 image_ID);
+
gint32              gimp_selection_save                 (gint32 image_ID);

Copy the selection mask to a new channel.

@@ -344,23 +322,21 @@

image_ID :

-The image. - +The image.

Returns :

- The new channel. - +The new channel.

-
+

gimp_selection_value ()

-
gint                gimp_selection_value                (gint32 image_ID,
-                                                         gint x,
-                                                         gint y);
+
gint                gimp_selection_value                (gint32 image_ID,
+                                                         gint x,
+                                                         gint y);

Find the value of the selection at the specified coordinates.

@@ -373,32 +349,28 @@

image_ID :

-The image. - +The image.

x :

-x coordinate of value. - +x coordinate of value.

y :

-y coordinate of value. - +y coordinate of value.

Returns :

- Value of the selection. - +Value of the selection.

-
+

gimp_selection_grow ()

-
gboolean            gimp_selection_grow                 (gint32 image_ID,
-                                                         gint steps);
+
gboolean            gimp_selection_grow                 (gint32 image_ID,
+                                                         gint steps);

Grow the image's selection

@@ -411,27 +383,24 @@

image_ID :

-The image. - +The image.

steps :

-Steps of grow (in pixels). - +Steps of grow (in pixels).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_shrink ()

-
gboolean            gimp_selection_shrink               (gint32 image_ID,
-                                                         gint steps);
+
gboolean            gimp_selection_shrink               (gint32 image_ID,
+                                                         gint steps);

Shrink the image's selection

@@ -445,26 +414,23 @@

image_ID :

-The image. - +The image.

steps :

-Steps of shrink (in pixels). - +Steps of shrink (in pixels).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_invert ()

-
gboolean            gimp_selection_invert               (gint32 image_ID);
+
gboolean            gimp_selection_invert               (gint32 image_ID);

Invert the selection mask.

@@ -477,22 +443,20 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_feather ()

-
gboolean            gimp_selection_feather              (gint32 image_ID,
-                                                         gdouble radius);
+
gboolean            gimp_selection_feather              (gint32 image_ID,
+                                                         gdouble radius);

Feather the image's selection

@@ -505,26 +469,23 @@

image_ID :

-The image. - +The image.

radius :

-Radius of feather (in pixels). - +Radius of feather (in pixels).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_sharpen ()

-
gboolean            gimp_selection_sharpen              (gint32 image_ID);
+
gboolean            gimp_selection_sharpen              (gint32 image_ID);

Sharpen the selection mask.

@@ -539,22 +500,20 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_border ()

-
gboolean            gimp_selection_border               (gint32 image_ID,
-                                                         gint radius);
+
gboolean            gimp_selection_border               (gint32 image_ID,
+                                                         gint radius);

Border the image's selection

@@ -568,28 +527,25 @@

image_ID :

-The image. - +The image.

radius :

-Radius of border (in pixels). - +Radius of border (in pixels).

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_translate ()

-
gboolean            gimp_selection_translate            (gint32 image_ID,
-                                                         gint offx,
-                                                         gint offy);
+
gboolean            gimp_selection_translate            (gint32 image_ID,
+                                                         gint offx,
+                                                         gint offy);

Translate the selection by the specified offsets.

@@ -605,31 +561,27 @@

image_ID :

-The image. - +The image.

offx :

-x offset for translation. - +x offset for translation.

offy :

-y offset for translation. - +y offset for translation.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_layer_alpha ()

-
gboolean            gimp_selection_layer_alpha          (gint32 layer_ID);
+
gboolean            gimp_selection_layer_alpha          (gint32 layer_ID);

Transfer the specified layer's alpha channel to the selection mask.

@@ -646,22 +598,20 @@

layer_ID :

-Layer with alpha. - +Layer with alpha.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_selection_combine ()

-
gboolean            gimp_selection_combine              (gint32 channel_ID,
-                                                         GimpChannelOps operation);
+
gboolean            gimp_selection_combine              (gint32 channel_ID,
+                                                         GimpChannelOps operation);

Combines the specified channel with the selection mask.

@@ -674,18 +624,15 @@

channel_ID :

-The channel. - +The channel.

operation :

-The selection operation. - +The selection operation.

Returns :

- TRUE on success. - +TRUE on success.
@@ -694,6 +641,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimptextlayer.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimptextlayer.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimptextlayer.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimptextlayer.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimptextlayer - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,74 +35,73 @@
-
+

Synopsis

-
gint32              gimp_text_layer_new                 (gint32 image_ID,
-                                                         const gchar *text,
-                                                         const gchar *fontname,
-                                                         gdouble size,
-                                                         GimpUnit unit);
-gchar*              gimp_text_layer_get_text            (gint32 layer_ID);
-gboolean            gimp_text_layer_set_text            (gint32 layer_ID,
-                                                         const gchar *text);
-gchar*              gimp_text_layer_get_font            (gint32 layer_ID);
-gboolean            gimp_text_layer_set_font            (gint32 layer_ID,
-                                                         const gchar *font);
-gdouble             gimp_text_layer_get_font_size       (gint32 layer_ID,
-                                                         GimpUnit *unit);
-gboolean            gimp_text_layer_set_font_size       (gint32 layer_ID,
-                                                         gdouble font_size,
-                                                         GimpUnit unit);
-gboolean            gimp_text_layer_get_hinting         (gint32 layer_ID,
-                                                         gboolean *autohint);
-gboolean            gimp_text_layer_set_hinting         (gint32 layer_ID,
-                                                         gboolean hinting,
-                                                         gboolean autohint);
-gboolean            gimp_text_layer_get_antialias       (gint32 layer_ID);
-gboolean            gimp_text_layer_set_antialias       (gint32 layer_ID,
-                                                         gboolean antialias);
-gboolean            gimp_text_layer_get_kerning         (gint32 layer_ID);
-gboolean            gimp_text_layer_set_kerning         (gint32 layer_ID,
-                                                         gboolean kerning);
-gchar*              gimp_text_layer_get_language        (gint32 layer_ID);
-gboolean            gimp_text_layer_set_language        (gint32 layer_ID,
-                                                         const gchar *language);
-GimpTextDirection   gimp_text_layer_get_base_direction  (gint32 layer_ID);
-gboolean            gimp_text_layer_set_base_direction  (gint32 layer_ID,
-                                                         GimpTextDirection direction);
-GimpTextJustification  gimp_text_layer_get_justification
-                                                        (gint32 layer_ID);
-gboolean            gimp_text_layer_set_justification   (gint32 layer_ID,
-                                                         GimpTextJustification justify);
-gboolean            gimp_text_layer_get_color           (gint32 layer_ID,
-                                                         GimpRGB *color);
-gboolean            gimp_text_layer_set_color           (gint32 layer_ID,
-                                                         const GimpRGB *color);
-gdouble             gimp_text_layer_get_indent          (gint32 layer_ID);
-gboolean            gimp_text_layer_set_indent          (gint32 layer_ID,
-                                                         gdouble indent);
-gdouble             gimp_text_layer_get_line_spacing    (gint32 layer_ID);
-gboolean            gimp_text_layer_set_line_spacing    (gint32 layer_ID,
-                                                         gdouble line_spacing);
-gdouble             gimp_text_layer_get_letter_spacing  (gint32 layer_ID);
-gboolean            gimp_text_layer_set_letter_spacing  (gint32 layer_ID,
-                                                         gdouble letter_spacing);
+
gint32              gimp_text_layer_new                 (gint32 image_ID,
+                                                         const gchar *text,
+                                                         const gchar *fontname,
+                                                         gdouble size,
+                                                         GimpUnit unit);
+gchar *             gimp_text_layer_get_text            (gint32 layer_ID);
+gboolean            gimp_text_layer_set_text            (gint32 layer_ID,
+                                                         const gchar *text);
+gchar *             gimp_text_layer_get_font            (gint32 layer_ID);
+gboolean            gimp_text_layer_set_font            (gint32 layer_ID,
+                                                         const gchar *font);
+gdouble             gimp_text_layer_get_font_size       (gint32 layer_ID,
+                                                         GimpUnit *unit);
+gboolean            gimp_text_layer_set_font_size       (gint32 layer_ID,
+                                                         gdouble font_size,
+                                                         GimpUnit unit);
+gboolean            gimp_text_layer_get_hinting         (gint32 layer_ID,
+                                                         gboolean *autohint);
+gboolean            gimp_text_layer_set_hinting         (gint32 layer_ID,
+                                                         gboolean hinting,
+                                                         gboolean autohint);
+gboolean            gimp_text_layer_get_antialias       (gint32 layer_ID);
+gboolean            gimp_text_layer_set_antialias       (gint32 layer_ID,
+                                                         gboolean antialias);
+gboolean            gimp_text_layer_get_kerning         (gint32 layer_ID);
+gboolean            gimp_text_layer_set_kerning         (gint32 layer_ID,
+                                                         gboolean kerning);
+gchar *             gimp_text_layer_get_language        (gint32 layer_ID);
+gboolean            gimp_text_layer_set_language        (gint32 layer_ID,
+                                                         const gchar *language);
+GimpTextDirection   gimp_text_layer_get_base_direction  (gint32 layer_ID);
+gboolean            gimp_text_layer_set_base_direction  (gint32 layer_ID,
+                                                         GimpTextDirection direction);
+GimpTextJustification gimp_text_layer_get_justification (gint32 layer_ID);
+gboolean            gimp_text_layer_set_justification   (gint32 layer_ID,
+                                                         GimpTextJustification justify);
+gboolean            gimp_text_layer_get_color           (gint32 layer_ID,
+                                                         GimpRGB *color);
+gboolean            gimp_text_layer_set_color           (gint32 layer_ID,
+                                                         const GimpRGB *color);
+gdouble             gimp_text_layer_get_indent          (gint32 layer_ID);
+gboolean            gimp_text_layer_set_indent          (gint32 layer_ID,
+                                                         gdouble indent);
+gdouble             gimp_text_layer_get_line_spacing    (gint32 layer_ID);
+gboolean            gimp_text_layer_set_line_spacing    (gint32 layer_ID,
+                                                         gdouble line_spacing);
+gdouble             gimp_text_layer_get_letter_spacing  (gint32 layer_ID);
+gboolean            gimp_text_layer_set_letter_spacing  (gint32 layer_ID,
+                                                         gdouble letter_spacing);
 
-
+

Description

-
+

Details

-
+

gimp_text_layer_new ()

-
gint32              gimp_text_layer_new                 (gint32 image_ID,
-                                                         const gchar *text,
-                                                         const gchar *fontname,
-                                                         gdouble size,
-                                                         GimpUnit unit);
+
gint32              gimp_text_layer_new                 (gint32 image_ID,
+                                                         const gchar *text,
+                                                         const gchar *fontname,
+                                                         gdouble size,
+                                                         GimpUnit unit);

Creates a new text layer.

@@ -119,43 +118,36 @@

image_ID :

-The image. - +The image.

text :

-The text to generate (in UTF-8 encoding). - +The text to generate (in UTF-8 encoding).

fontname :

-The name of the font. - +The name of the font.

size :

-The size of text in either pixels or points. - +The size of text in either pixels or points.

unit :

-The units of specified size. - +The units of specified size.

Returns :

- The new text layer. - - +The new text layer.

Since GIMP 2.6


-
+

gimp_text_layer_get_text ()

-
gchar*              gimp_text_layer_get_text            (gint32 layer_ID);
+
gchar *             gimp_text_layer_get_text            (gint32 layer_ID);

Get the text from a text layer as string.

@@ -167,24 +159,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- The text from the specified text layer. - - +The text from the specified text layer.

Since GIMP 2.6


-
+

gimp_text_layer_set_text ()

-
gboolean            gimp_text_layer_set_text            (gint32 layer_ID,
-                                                         const gchar *text);
+
gboolean            gimp_text_layer_set_text            (gint32 layer_ID,
+                                                         const gchar *text);

Set the text of a text layer.

@@ -196,28 +185,24 @@

layer_ID :

-The text layer. - +The text layer.

text :

-The new text to set. - +The new text to set.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_font ()

-
gchar*              gimp_text_layer_get_font            (gint32 layer_ID);
+
gchar *             gimp_text_layer_get_font            (gint32 layer_ID);

Get the font from a text layer as string.

@@ -229,24 +214,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- The font which is used in the specified text layer. - - +The font which is used in the specified text layer.

Since GIMP 2.6


-
+

gimp_text_layer_set_font ()

-
gboolean            gimp_text_layer_set_font            (gint32 layer_ID,
-                                                         const gchar *font);
+
gboolean            gimp_text_layer_set_font            (gint32 layer_ID,
+                                                         const gchar *font);

Set the font of a text layer.

@@ -258,29 +240,25 @@

layer_ID :

-The text layer. - +The text layer.

font :

-The new font to use. - +The new font to use.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_font_size ()

-
gdouble             gimp_text_layer_get_font_size       (gint32 layer_ID,
-                                                         GimpUnit *unit);
+
gdouble             gimp_text_layer_get_font_size       (gint32 layer_ID,
+                                                         GimpUnit *unit);

Get the font size from a text layer.

@@ -294,30 +272,26 @@

layer_ID :

-The text layer. - +The text layer.

unit :

-The unit used for the font size. - +The unit used for the font size.

Returns :

- The font size. - - +The font size.

Since GIMP 2.6


-
+

gimp_text_layer_set_font_size ()

-
gboolean            gimp_text_layer_set_font_size       (gint32 layer_ID,
-                                                         gdouble font_size,
-                                                         GimpUnit unit);
+
gboolean            gimp_text_layer_set_font_size       (gint32 layer_ID,
+                                                         gdouble font_size,
+                                                         GimpUnit unit);

Set the font size.

@@ -330,34 +304,29 @@

layer_ID :

-The text layer. - +The text layer.

font_size :

-The font size. - +The font size.

unit :

-The unit to use for the font size. - +The unit to use for the font size.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_hinting ()

-
gboolean            gimp_text_layer_get_hinting         (gint32 layer_ID,
-                                                         gboolean *autohint);
+
gboolean            gimp_text_layer_get_hinting         (gint32 layer_ID,
+                                                         gboolean *autohint);

Get information about hinting in the specified text layer.

@@ -370,30 +339,26 @@

layer_ID :

-The text layer. - +The text layer.

autohint :

-A flag which is true if the text layer is forced to use the autohinter from FreeType. - +A flag which is true if the text layer is forced to use the autohinter from FreeType.

Returns :

- A flag which is true if hinting is used on the font. - - +A flag which is true if hinting is used on the font.

Since GIMP 2.6


-
+

gimp_text_layer_set_hinting ()

-
gboolean            gimp_text_layer_set_hinting         (gint32 layer_ID,
-                                                         gboolean hinting,
-                                                         gboolean autohint);
+
gboolean            gimp_text_layer_set_hinting         (gint32 layer_ID,
+                                                         gboolean hinting,
+                                                         gboolean autohint);

Enable/disable the use of hinting in a text layer.

@@ -407,33 +372,28 @@

layer_ID :

-The text layer. - +The text layer.

hinting :

-Enable/disable the use of hinting on the text. - +Enable/disable the use of hinting on the text.

autohint :

-Force the use of the autohinter provided through FreeType. - +Force the use of the autohinter provided through FreeType.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_antialias ()

-
gboolean            gimp_text_layer_get_antialias       (gint32 layer_ID);
+
gboolean            gimp_text_layer_get_antialias       (gint32 layer_ID);

Check if antialiasing is used in the text layer.

@@ -446,24 +406,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- A flag which is true if antialiasing is used for rendering the font in the text layer. - - +A flag which is true if antialiasing is used for rendering the font in the text layer.

Since GIMP 2.6


-
+

gimp_text_layer_set_antialias ()

-
gboolean            gimp_text_layer_set_antialias       (gint32 layer_ID,
-                                                         gboolean antialias);
+
gboolean            gimp_text_layer_set_antialias       (gint32 layer_ID,
+                                                         gboolean antialias);

Enable/disable anti-aliasing in a text layer.

@@ -476,28 +433,24 @@

layer_ID :

-The text layer. - +The text layer.

antialias :

-Enable/disable antialiasing of the text. - +Enable/disable antialiasing of the text.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_kerning ()

-
gboolean            gimp_text_layer_get_kerning         (gint32 layer_ID);
+
gboolean            gimp_text_layer_get_kerning         (gint32 layer_ID);

Check if kerning is used in the text layer.

@@ -510,24 +463,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- A flag which is true if kerning is used in the text layer. - - +A flag which is true if kerning is used in the text layer.

Since GIMP 2.6


-
+

gimp_text_layer_set_kerning ()

-
gboolean            gimp_text_layer_set_kerning         (gint32 layer_ID,
-                                                         gboolean kerning);
+
gboolean            gimp_text_layer_set_kerning         (gint32 layer_ID,
+                                                         gboolean kerning);

Enable/disable kerning in a text layer.

@@ -539,28 +489,24 @@

layer_ID :

-The text layer. - +The text layer.

kerning :

-Enable/disable kerning in the text. - +Enable/disable kerning in the text.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_language ()

-
gchar*              gimp_text_layer_get_language        (gint32 layer_ID);
+
gchar *             gimp_text_layer_get_language        (gint32 layer_ID);

Get the language used in the text layer.

@@ -573,24 +519,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- The language used in the text layer. - - +The language used in the text layer.

Since GIMP 2.6


-
+

gimp_text_layer_set_language ()

-
gboolean            gimp_text_layer_set_language        (gint32 layer_ID,
-                                                         const gchar *language);
+
gboolean            gimp_text_layer_set_language        (gint32 layer_ID,
+                                                         const gchar *language);

Set the language of the text layer.

@@ -603,28 +546,24 @@

layer_ID :

-The text layer. - +The text layer.

language :

-The new language to use for the text layer. - +The new language to use for the text layer.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_base_direction ()

-
GimpTextDirection   gimp_text_layer_get_base_direction  (gint32 layer_ID);
+
GimpTextDirection   gimp_text_layer_get_base_direction  (gint32 layer_ID);

Get the base direction used for rendering the text layer.

@@ -637,24 +576,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- The based direction used for the text layer. - - +The based direction used for the text layer.

Since GIMP 2.6


-
+

gimp_text_layer_set_base_direction ()

-
gboolean            gimp_text_layer_set_base_direction  (gint32 layer_ID,
-                                                         GimpTextDirection direction);
+
gboolean            gimp_text_layer_set_base_direction  (gint32 layer_ID,
+                                                         GimpTextDirection direction);

Set the base direction in the text layer.

@@ -667,29 +603,24 @@

layer_ID :

-The text layer. - +The text layer.

direction :

-The base direction of the text. - +The base direction of the text.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_justification ()

-
GimpTextJustification  gimp_text_layer_get_justification
-                                                        (gint32 layer_ID);
+
GimpTextJustification gimp_text_layer_get_justification (gint32 layer_ID);

Get the text justification information of the text layer.

@@ -702,24 +633,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- The justification used in the text layer. - - +The justification used in the text layer.

Since GIMP 2.6


-
+

gimp_text_layer_set_justification ()

-
gboolean            gimp_text_layer_set_justification   (gint32 layer_ID,
-                                                         GimpTextJustification justify);
+
gboolean            gimp_text_layer_set_justification   (gint32 layer_ID,
+                                                         GimpTextJustification justify);

Set the justification of the text in a text layer.

@@ -732,29 +660,25 @@

layer_ID :

-The text layer. - +The text layer.

justify :

-The justification for your text. - +The justification for your text.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_color ()

-
gboolean            gimp_text_layer_get_color           (gint32 layer_ID,
-                                                         GimpRGB *color);
+
gboolean            gimp_text_layer_get_color           (gint32 layer_ID,
+                                                         GimpRGB *color);

Get the color of the text in a text layer.

@@ -766,29 +690,25 @@

layer_ID :

-The text layer. - +The text layer.

color :

-The color of the text. - +The color of the text.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_set_color ()

-
gboolean            gimp_text_layer_set_color           (gint32 layer_ID,
-                                                         const GimpRGB *color);
+
gboolean            gimp_text_layer_set_color           (gint32 layer_ID,
+                                                         const GimpRGB *color);

Set the color of the text in the text layer.

@@ -800,28 +720,24 @@

layer_ID :

-The text layer. - +The text layer.

color :

-The color to use for the text. - +The color to use for the text.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_indent ()

-
gdouble             gimp_text_layer_get_indent          (gint32 layer_ID);
+
gdouble             gimp_text_layer_get_indent          (gint32 layer_ID);

Get the line indentation of text layer.

@@ -834,24 +750,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- The indentation value of the first line. - - +The indentation value of the first line.

Since GIMP 2.6


-
+

gimp_text_layer_set_indent ()

-
gboolean            gimp_text_layer_set_indent          (gint32 layer_ID,
-                                                         gdouble indent);
+
gboolean            gimp_text_layer_set_indent          (gint32 layer_ID,
+                                                         gdouble indent);

Set the indentation of the first line in a text layer.

@@ -864,28 +777,24 @@

layer_ID :

-The text layer. - +The text layer.

indent :

-The indentation for the first line. - +The indentation for the first line.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_line_spacing ()

-
gdouble             gimp_text_layer_get_line_spacing    (gint32 layer_ID);
+
gdouble             gimp_text_layer_get_line_spacing    (gint32 layer_ID);

Get the spacing between lines of text.

@@ -898,24 +807,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- The line-spacing value. - - +The line-spacing value.

Since GIMP 2.6


-
+

gimp_text_layer_set_line_spacing ()

-
gboolean            gimp_text_layer_set_line_spacing    (gint32 layer_ID,
-                                                         gdouble line_spacing);
+
gboolean            gimp_text_layer_set_line_spacing    (gint32 layer_ID,
+                                                         gdouble line_spacing);

Adjust the line spacing in a text layer.

@@ -928,28 +834,24 @@

layer_ID :

-The text layer. - +The text layer.

line_spacing :

-The additional line spacing to use. - +The additional line spacing to use.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_text_layer_get_letter_spacing ()

-
gdouble             gimp_text_layer_get_letter_spacing  (gint32 layer_ID);
+
gdouble             gimp_text_layer_get_letter_spacing  (gint32 layer_ID);

Get the letter spacing used in a text layer.

@@ -962,24 +864,21 @@

layer_ID :

-The text layer. - +The text layer.

Returns :

- The letter-spacing value. - - +The letter-spacing value.

Since GIMP 2.6


-
+

gimp_text_layer_set_letter_spacing ()

-
gboolean            gimp_text_layer_set_letter_spacing  (gint32 layer_ID,
-                                                         gdouble letter_spacing);
+
gboolean            gimp_text_layer_set_letter_spacing  (gint32 layer_ID,
+                                                         gdouble letter_spacing);

Adjust the letter spacing in a text layer.

@@ -992,19 +891,15 @@

layer_ID :

-The text layer. - +The text layer.

letter_spacing :

-The additional letter spacing to use. - +The additional letter spacing to use.

Returns :

- TRUE on success. - - +TRUE on success.
@@ -1014,6 +909,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimptexttool.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimptexttool.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimptexttool.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimptexttool.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimptexttool - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,80 +35,80 @@
-
+

Synopsis

-
gint32              gimp_text_fontname                  (gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         const gchar *text,
-                                                         gint border,
-                                                         gboolean antialias,
-                                                         gdouble size,
-                                                         GimpSizeType size_type,
-                                                         const gchar *fontname);
-gboolean            gimp_text_get_extents_fontname      (const gchar *text,
-                                                         gdouble size,
-                                                         GimpSizeType size_type,
-                                                         const gchar *fontname,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *ascent,
-                                                         gint *descent);
-gint32              gimp_text                           (gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         const gchar *text,
-                                                         gint border,
-                                                         gboolean antialias,
-                                                         gdouble size,
-                                                         GimpSizeType size_type,
-                                                         const gchar *foundry,
-                                                         const gchar *family,
-                                                         const gchar *weight,
-                                                         const gchar *slant,
-                                                         const gchar *set_width,
-                                                         const gchar *spacing,
-                                                         const gchar *registry,
-                                                         const gchar *encoding);
-gboolean            gimp_text_get_extents               (const gchar *text,
-                                                         gdouble size,
-                                                         GimpSizeType size_type,
-                                                         const gchar *foundry,
-                                                         const gchar *family,
-                                                         const gchar *weight,
-                                                         const gchar *slant,
-                                                         const gchar *set_width,
-                                                         const gchar *spacing,
-                                                         const gchar *registry,
-                                                         const gchar *encoding,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *ascent,
-                                                         gint *descent);
+
gint32              gimp_text_fontname                  (gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         const gchar *text,
+                                                         gint border,
+                                                         gboolean antialias,
+                                                         gdouble size,
+                                                         GimpSizeType size_type,
+                                                         const gchar *fontname);
+gboolean            gimp_text_get_extents_fontname      (const gchar *text,
+                                                         gdouble size,
+                                                         GimpSizeType size_type,
+                                                         const gchar *fontname,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *ascent,
+                                                         gint *descent);
+gint32              gimp_text                           (gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         const gchar *text,
+                                                         gint border,
+                                                         gboolean antialias,
+                                                         gdouble size,
+                                                         GimpSizeType size_type,
+                                                         const gchar *foundry,
+                                                         const gchar *family,
+                                                         const gchar *weight,
+                                                         const gchar *slant,
+                                                         const gchar *set_width,
+                                                         const gchar *spacing,
+                                                         const gchar *registry,
+                                                         const gchar *encoding);
+gboolean            gimp_text_get_extents               (const gchar *text,
+                                                         gdouble size,
+                                                         GimpSizeType size_type,
+                                                         const gchar *foundry,
+                                                         const gchar *family,
+                                                         const gchar *weight,
+                                                         const gchar *slant,
+                                                         const gchar *set_width,
+                                                         const gchar *spacing,
+                                                         const gchar *registry,
+                                                         const gchar *encoding,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *ascent,
+                                                         gint *descent);
 
-
+

Description

Functions for controlling the text tool.

-
+

Details

-
+

gimp_text_fontname ()

-
gint32              gimp_text_fontname                  (gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         const gchar *text,
-                                                         gint border,
-                                                         gboolean antialias,
-                                                         gdouble size,
-                                                         GimpSizeType size_type,
-                                                         const gchar *fontname);
+
gint32              gimp_text_fontname                  (gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         const gchar *text,
+                                                         gint border,
+                                                         gboolean antialias,
+                                                         gdouble size,
+                                                         GimpSizeType size_type,
+                                                         const gchar *fontname);

Add text at the specified location as a floating selection or a new layer. @@ -133,73 +133,62 @@

image_ID :

-The image. - +The image.

drawable_ID :

-The affected drawable: (-1 for a new text layer). - +The affected drawable: (-1 for a new text layer).

x :

-The x coordinate for the left of the text bounding box. - +The x coordinate for the left of the text bounding box.

y :

-The y coordinate for the top of the text bounding box. - +The y coordinate for the top of the text bounding box.

text :

-The text to generate (in UTF-8 encoding). - +The text to generate (in UTF-8 encoding).

border :

-The size of the border. - +The size of the border.

antialias :

-Antialiasing. - +Antialiasing.

size :

-The size of text in either pixels or points. - +The size of text in either pixels or points.

size_type :

-The units of specified size. - +The units of specified size.

fontname :

-The name of the font. - +The name of the font.

Returns :

- The new text layer or -1 if no layer was created. - +The new text layer or -1 if no layer was created.

-
+

gimp_text_get_extents_fontname ()

-
gboolean            gimp_text_get_extents_fontname      (const gchar *text,
-                                                         gdouble size,
-                                                         GimpSizeType size_type,
-                                                         const gchar *fontname,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *ascent,
-                                                         gint *descent);
+
gboolean            gimp_text_get_extents_fontname      (const gchar *text,
+                                                         gdouble size,
+                                                         GimpSizeType size_type,
+                                                         const gchar *fontname,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *ascent,
+                                                         gint *descent);

Get extents of the bounding box for the specified text.

@@ -217,73 +206,64 @@

text :

-The text to generate (in UTF-8 encoding). - +The text to generate (in UTF-8 encoding).

size :

-The size of text in either pixels or points. - +The size of text in either pixels or points.

size_type :

-The units of specified size. - +The units of specified size.

fontname :

-The name of the font. - +The name of the font.

width :

-The width of the specified font. - +The width of the specified font.

height :

-The height of the specified font. - +The height of the specified font.

ascent :

-The ascent of the specified font. - +The ascent of the specified font.

descent :

-The descent of the specified font. - +The descent of the specified font.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_text ()

-
gint32              gimp_text                           (gint32 image_ID,
-                                                         gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         const gchar *text,
-                                                         gint border,
-                                                         gboolean antialias,
-                                                         gdouble size,
-                                                         GimpSizeType size_type,
-                                                         const gchar *foundry,
-                                                         const gchar *family,
-                                                         const gchar *weight,
-                                                         const gchar *slant,
-                                                         const gchar *set_width,
-                                                         const gchar *spacing,
-                                                         const gchar *registry,
-                                                         const gchar *encoding);
-
+
gint32              gimp_text                           (gint32 image_ID,
+                                                         gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         const gchar *text,
+                                                         gint border,
+                                                         gboolean antialias,
+                                                         gdouble size,
+                                                         GimpSizeType size_type,
+                                                         const gchar *foundry,
+                                                         const gchar *family,
+                                                         const gchar *weight,
+                                                         const gchar *slant,
+                                                         const gchar *set_width,
+                                                         const gchar *spacing,
+                                                         const gchar *registry,
+                                                         const gchar *encoding);
+

Warning

gimp_text is deprecated and should not be used in newly-written code.

@@ -295,116 +275,98 @@

image_ID :

-The image. - +The image.

drawable_ID :

-The affected drawable: (-1 for a new text layer). - +The affected drawable: (-1 for a new text layer).

x :

-The x coordinate for the left of the text bounding box. - +The x coordinate for the left of the text bounding box.

y :

-The y coordinate for the top of the text bounding box. - +The y coordinate for the top of the text bounding box.

text :

-The text to generate (in UTF-8 encoding). - +The text to generate (in UTF-8 encoding).

border :

-The size of the border. - +The size of the border.

antialias :

-Antialiasing. - +Antialiasing.

size :

-The size of text in either pixels or points. - +The size of text in either pixels or points.

size_type :

-The units of specified size. - +The units of specified size.

foundry :

-The font foundry. - +The font foundry.

family :

-The font family. - +The font family.

weight :

-The font weight. - +The font weight.

slant :

-The font slant. - +The font slant.

set_width :

-The font set-width. - +The font set-width.

spacing :

-The font spacing. - +The font spacing.

registry :

-The font registry. - +The font registry.

encoding :

-The font encoding. - +The font encoding.

Returns :

- The new text layer or -1 if no layer was created. - +The new text layer or -1 if no layer was created.

-
+

gimp_text_get_extents ()

-
gboolean            gimp_text_get_extents               (const gchar *text,
-                                                         gdouble size,
-                                                         GimpSizeType size_type,
-                                                         const gchar *foundry,
-                                                         const gchar *family,
-                                                         const gchar *weight,
-                                                         const gchar *slant,
-                                                         const gchar *set_width,
-                                                         const gchar *spacing,
-                                                         const gchar *registry,
-                                                         const gchar *encoding,
-                                                         gint *width,
-                                                         gint *height,
-                                                         gint *ascent,
-                                                         gint *descent);
-
+
gboolean            gimp_text_get_extents               (const gchar *text,
+                                                         gdouble size,
+                                                         GimpSizeType size_type,
+                                                         const gchar *foundry,
+                                                         const gchar *family,
+                                                         const gchar *weight,
+                                                         const gchar *slant,
+                                                         const gchar *set_width,
+                                                         const gchar *spacing,
+                                                         const gchar *registry,
+                                                         const gchar *encoding,
+                                                         gint *width,
+                                                         gint *height,
+                                                         gint *ascent,
+                                                         gint *descent);
+

Warning

gimp_text_get_extents is deprecated and should not be used in newly-written code.

@@ -417,83 +379,67 @@

text :

-The text to generate (in UTF-8 encoding). - +The text to generate (in UTF-8 encoding).

size :

-The size of text in either pixels or points. - +The size of text in either pixels or points.

size_type :

-The units of specified size. - +The units of specified size.

foundry :

-The font foundry. - +The font foundry.

family :

-The font family. - +The font family.

weight :

-The font weight. - +The font weight.

slant :

-The font slant. - +The font slant.

set_width :

-The font set-width. - +The font set-width.

spacing :

-The font spacing. - +The font spacing.

registry :

-The font registry. - +The font registry.

encoding :

-The font encoding. - +The font encoding.

width :

-The width of the specified font. - +The width of the specified font.

height :

-The height of the specified font. - +The height of the specified font.

ascent :

-The ascent of the specified font. - +The ascent of the specified font.

descent :

-The descent of the specified font. - +The descent of the specified font.

Returns :

- TRUE on success. - +TRUE on success.
@@ -502,6 +448,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimptile.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimptile.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimptile.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimptile.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimptile - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,27 +35,27 @@
-
+

Synopsis

                    GimpTile;
 void                gimp_tile_ref                       (GimpTile *tile);
 void                gimp_tile_ref_zero                  (GimpTile *tile);
 void                gimp_tile_unref                     (GimpTile *tile,
-                                                         gboolean dirty);
+                                                         gboolean dirty);
 void                gimp_tile_flush                     (GimpTile *tile);
-void                gimp_tile_cache_size                (gulong kilobytes);
-void                gimp_tile_cache_ntiles              (gulong ntiles);
+void                gimp_tile_cache_size                (gulong kilobytes);
+void                gimp_tile_cache_ntiles              (gulong ntiles);
 
-
+

Description

Functions for working with tiles.

-
+

Details

-
+

GimpTile

typedef struct {
   guint         ewidth;     /* the effective width of the tile */
@@ -73,77 +73,38 @@
 


-
+

gimp_tile_ref ()

void                gimp_tile_ref                       (GimpTile *tile);

-
-- - - - -

tile :

-

-
+

gimp_tile_ref_zero ()

void                gimp_tile_ref_zero                  (GimpTile *tile);

-
-- - - - -

tile :

-

-
+

gimp_tile_unref ()

void                gimp_tile_unref                     (GimpTile *tile,
-                                                         gboolean dirty);
+ gboolean dirty);

-
-- - - - - - - - - - -

tile :

-

dirty :

-

-
+

gimp_tile_flush ()

void                gimp_tile_flush                     (GimpTile *tile);

-
-- - - - -

tile :

-

-
+

gimp_tile_cache_size ()

-
void                gimp_tile_cache_size                (gulong kilobytes);
+
void                gimp_tile_cache_size                (gulong kilobytes);

Sets the size of the tile cache on the plug-in side. The tile cache is used to reduce the number of tiles exchanged between the GIMP core @@ -153,15 +114,14 @@

kilobytes :

-new cache size in kilobytes - +new cache size in kilobytes

-
+

gimp_tile_cache_ntiles ()

-
void                gimp_tile_cache_ntiles              (gulong ntiles);
+
void                gimp_tile_cache_ntiles              (gulong ntiles);

Sets the size of the tile cache on the plug-in side. This function is similar to gimp_tile_cache_size() but allows to specify the @@ -178,8 +138,7 @@

ntiles :

-number of tiles that should fit into the cache - +number of tiles that should fit into the cache
@@ -187,6 +146,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimptools.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimptools.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimptools.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimptools.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimptools - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,214 +35,214 @@
-
+

Synopsis

-
gboolean            gimp_airbrush                       (gint32 drawable_ID,
-                                                         gdouble pressure,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_airbrush_default               (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_by_color_select                (gint32 drawable_ID,
-                                                         const GimpRGB *color,
-                                                         gint threshold,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius,
-                                                         gboolean sample_merged);
-gboolean            gimp_by_color_select_full           (gint32 drawable_ID,
-                                                         const GimpRGB *color,
-                                                         gint threshold,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y,
-                                                         gboolean sample_merged,
-                                                         gboolean select_transparent,
+
gboolean            gimp_airbrush                       (gint32 drawable_ID,
+                                                         gdouble pressure,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_airbrush_default               (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_by_color_select                (gint32 drawable_ID,
+                                                         const GimpRGB *color,
+                                                         gint threshold,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius,
+                                                         gboolean sample_merged);
+gboolean            gimp_by_color_select_full           (gint32 drawable_ID,
+                                                         const GimpRGB *color,
+                                                         gint threshold,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y,
+                                                         gboolean sample_merged,
+                                                         gboolean select_transparent,
                                                          GimpSelectCriterion select_criterion);
-gboolean            gimp_clone                          (gint32 drawable_ID,
-                                                         gint32 src_drawable_ID,
-                                                         GimpCloneType clone_type,
-                                                         gdouble src_x,
-                                                         gdouble src_y,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_clone_default                  (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_convolve                       (gint32 drawable_ID,
-                                                         gdouble pressure,
+gboolean            gimp_clone                          (gint32 drawable_ID,
+                                                         gint32 src_drawable_ID,
+                                                         GimpCloneType clone_type,
+                                                         gdouble src_x,
+                                                         gdouble src_y,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_clone_default                  (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_convolve                       (gint32 drawable_ID,
+                                                         gdouble pressure,
                                                          GimpConvolveType convolve_type,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_convolve_default               (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_dodgeburn                      (gint32 drawable_ID,
-                                                         gdouble exposure,
-                                                         GimpDodgeBurnType dodgeburn_type,
-                                                         GimpTransferMode dodgeburn_mode,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_dodgeburn_default              (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_edit_bucket_fill_full          (gint32 drawable_ID,
-                                                         GimpBucketFillMode fill_mode,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_convolve_default               (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_dodgeburn                      (gint32 drawable_ID,
+                                                         gdouble exposure,
+                                                         GimpDodgeBurnType dodgeburn_type,
+                                                         GimpTransferMode dodgeburn_mode,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_dodgeburn_default              (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_edit_bucket_fill_full          (gint32 drawable_ID,
+                                                         GimpBucketFillMode fill_mode,
                                                          GimpLayerModeEffects paint_mode,
-                                                         gdouble opacity,
-                                                         gdouble threshold,
-                                                         gboolean sample_merged,
-                                                         gboolean fill_transparent,
+                                                         gdouble opacity,
+                                                         gdouble threshold,
+                                                         gboolean sample_merged,
+                                                         gboolean fill_transparent,
                                                          GimpSelectCriterion select_criterion,
-                                                         gdouble x,
-                                                         gdouble y);
-gboolean            gimp_ellipse_select                 (gint32 image_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble width,
-                                                         gdouble height,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius);
-gboolean            gimp_eraser                         (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes,
+                                                         gdouble x,
+                                                         gdouble y);
+gboolean            gimp_ellipse_select                 (gint32 image_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gdouble width,
+                                                         gdouble height,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius);
+gboolean            gimp_eraser                         (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes,
                                                          GimpBrushApplicationMode hardness,
-                                                         GimpPaintApplicationMode method);
-gboolean            gimp_eraser_default                 (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gint32              gimp_flip                           (gint32 drawable_ID,
+                                                         GimpPaintApplicationMode method);
+gboolean            gimp_eraser_default                 (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gint32              gimp_flip                           (gint32 drawable_ID,
                                                          GimpOrientationType flip_type);
-gboolean            gimp_free_select                    (gint32 image_ID,
-                                                         gint num_segs,
-                                                         const gdouble *segs,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius);
-gboolean            gimp_fuzzy_select                   (gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gint threshold,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius,
-                                                         gboolean sample_merged);
-gboolean            gimp_fuzzy_select_full              (gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gint threshold,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y,
-                                                         gboolean sample_merged,
-                                                         gboolean select_transparent,
+gboolean            gimp_free_select                    (gint32 image_ID,
+                                                         gint num_segs,
+                                                         const gdouble *segs,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius);
+gboolean            gimp_fuzzy_select                   (gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gint threshold,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius,
+                                                         gboolean sample_merged);
+gboolean            gimp_fuzzy_select_full              (gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gint threshold,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y,
+                                                         gboolean sample_merged,
+                                                         gboolean select_transparent,
                                                          GimpSelectCriterion select_criterion);
-gboolean            gimp_heal                           (gint32 drawable_ID,
-                                                         gint32 src_drawable_ID,
-                                                         gdouble src_x,
-                                                         gdouble src_y,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_heal_default                   (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_paintbrush                     (gint32 drawable_ID,
-                                                         gdouble fade_out,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes,
-                                                         GimpPaintApplicationMode method,
-                                                         gdouble gradient_length);
-gboolean            gimp_paintbrush_default             (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_pencil                         (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gint32              gimp_perspective                    (gint32 drawable_ID,
-                                                         gboolean interpolation,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2,
-                                                         gdouble x3,
-                                                         gdouble y3);
-gboolean            gimp_rect_select                    (gint32 image_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble width,
-                                                         gdouble height,
-                                                         GimpChannelOps operation,
-                                                         gboolean feather,
-                                                         gdouble feather_radius);
-gboolean            gimp_round_rect_select              (gint32 image_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble width,
-                                                         gdouble height,
-                                                         gdouble corner_radius_x,
-                                                         gdouble corner_radius_y,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y);
-gint32              gimp_rotate                         (gint32 drawable_ID,
-                                                         gboolean interpolation,
-                                                         gdouble angle);
-gint32              gimp_scale                          (gint32 drawable_ID,
-                                                         gboolean interpolation,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1);
-gint32              gimp_shear                          (gint32 drawable_ID,
-                                                         gboolean interpolation,
+gboolean            gimp_heal                           (gint32 drawable_ID,
+                                                         gint32 src_drawable_ID,
+                                                         gdouble src_x,
+                                                         gdouble src_y,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_heal_default                   (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_paintbrush                     (gint32 drawable_ID,
+                                                         gdouble fade_out,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes,
+                                                         GimpPaintApplicationMode method,
+                                                         gdouble gradient_length);
+gboolean            gimp_paintbrush_default             (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_pencil                         (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gint32              gimp_perspective                    (gint32 drawable_ID,
+                                                         gboolean interpolation,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2,
+                                                         gdouble x3,
+                                                         gdouble y3);
+gboolean            gimp_rect_select                    (gint32 image_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gdouble width,
+                                                         gdouble height,
+                                                         GimpChannelOps operation,
+                                                         gboolean feather,
+                                                         gdouble feather_radius);
+gboolean            gimp_round_rect_select              (gint32 image_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gdouble width,
+                                                         gdouble height,
+                                                         gdouble corner_radius_x,
+                                                         gdouble corner_radius_y,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y);
+gint32              gimp_rotate                         (gint32 drawable_ID,
+                                                         gboolean interpolation,
+                                                         gdouble angle);
+gint32              gimp_scale                          (gint32 drawable_ID,
+                                                         gboolean interpolation,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1);
+gint32              gimp_shear                          (gint32 drawable_ID,
+                                                         gboolean interpolation,
                                                          GimpOrientationType shear_type,
-                                                         gdouble magnitude);
-gboolean            gimp_smudge                         (gint32 drawable_ID,
-                                                         gdouble pressure,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gboolean            gimp_smudge_default                 (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
-gint32              gimp_transform_2d                   (gint32 drawable_ID,
-                                                         gboolean interpolation,
-                                                         gdouble source_x,
-                                                         gdouble source_y,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y,
-                                                         gdouble angle,
-                                                         gdouble dest_x,
-                                                         gdouble dest_y);
+                                                         gdouble magnitude);
+gboolean            gimp_smudge                         (gint32 drawable_ID,
+                                                         gdouble pressure,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gboolean            gimp_smudge_default                 (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);
+gint32              gimp_transform_2d                   (gint32 drawable_ID,
+                                                         gboolean interpolation,
+                                                         gdouble source_x,
+                                                         gdouble source_y,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y,
+                                                         gdouble angle,
+                                                         gdouble dest_x,
+                                                         gdouble dest_y);
 
-
+

Description

Functions giving access to common toolbox tools.

-
+

Details

-
+

gimp_airbrush ()

-
gboolean            gimp_airbrush                       (gint32 drawable_ID,
-                                                         gdouble pressure,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_airbrush                       (gint32 drawable_ID,
+                                                         gdouble pressure,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Paint in the current brush with varying pressure. Paint application is time-dependent. @@ -258,38 +258,33 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

pressure :

-The pressure of the airbrush strokes. - +The pressure of the airbrush strokes.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_airbrush_default ()

-
gboolean            gimp_airbrush_default               (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_airbrush_default               (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Paint in the current brush with varying pressure. Paint application is time-dependent. @@ -305,38 +300,34 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_by_color_select ()

-
gboolean            gimp_by_color_select                (gint32 drawable_ID,
-                                                         const GimpRGB *color,
-                                                         gint threshold,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius,
-                                                         gboolean sample_merged);
+
gboolean            gimp_by_color_select                (gint32 drawable_ID,
+                                                         const GimpRGB *color,
+                                                         gint threshold,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius,
+                                                         gboolean sample_merged);

Create a selection by selecting all pixels (in the specified drawable) with the same (or similar) color to that specified. @@ -361,65 +352,56 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

color :

-The color to select. - +The color to select.

threshold :

-Threshold in intensity levels. - +Threshold in intensity levels.

operation :

-The selection operation. - +The selection operation.

antialias :

-Antialiasing. - +Antialiasing.

feather :

-Feather option for selections. - +Feather option for selections.

feather_radius :

-Radius for feather operation. - +Radius for feather operation.

sample_merged :

-Use the composite image, not the drawable. - +Use the composite image, not the drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_by_color_select_full ()

-
gboolean            gimp_by_color_select_full           (gint32 drawable_ID,
-                                                         const GimpRGB *color,
-                                                         gint threshold,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y,
-                                                         gboolean sample_merged,
-                                                         gboolean select_transparent,
+
gboolean            gimp_by_color_select_full           (gint32 drawable_ID,
+                                                         const GimpRGB *color,
+                                                         gint threshold,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y,
+                                                         gboolean sample_merged,
+                                                         gboolean select_transparent,
                                                          GimpSelectCriterion select_criterion);

Create a selection by selecting all pixels (in the specified @@ -446,79 +428,66 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

color :

-The color to select. - +The color to select.

threshold :

-Threshold in intensity levels. - +Threshold in intensity levels.

operation :

-The selection operation. - +The selection operation.

antialias :

-Antialiasing. - +Antialiasing.

feather :

-Feather option for selections. - +Feather option for selections.

feather_radius_x :

-Radius for feather operation in X direction. - +Radius for feather operation in X direction.

feather_radius_y :

-Radius for feather operation in Y direction. - +Radius for feather operation in Y direction.

sample_merged :

-Use the composite image, not the drawable. - +Use the composite image, not the drawable.

select_transparent :

-Whether to consider transparent pixels for selection. If TRUE, transparency is considered as a unique selectable color. - +Whether to consider transparent pixels for selection. If TRUE, transparency is considered as a unique selectable color.

select_criterion :

-The criterion used to determine color similarity. SELECT_CRITERION_COMPOSITE is the standard choice. - +The criterion used to determine color similarity. SELECT_CRITERION_COMPOSITE is the standard choice.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_clone ()

-
gboolean            gimp_clone                          (gint32 drawable_ID,
-                                                         gint32 src_drawable_ID,
-                                                         GimpCloneType clone_type,
-                                                         gdouble src_x,
-                                                         gdouble src_y,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_clone                          (gint32 drawable_ID,
+                                                         gint32 src_drawable_ID,
+                                                         GimpCloneType clone_type,
+                                                         gdouble src_x,
+                                                         gdouble src_y,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Clone from the source to the dest drawable using the current brush

@@ -541,53 +510,45 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

src_drawable_ID :

-The source drawable. - +The source drawable.

clone_type :

-The type of clone. - +The type of clone.

src_x :

-The x coordinate in the source image. - +The x coordinate in the source image.

src_y :

-The y coordinate in the source image. - +The y coordinate in the source image.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_clone_default ()

-
gboolean            gimp_clone_default                  (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_clone_default                  (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Clone from the source to the dest drawable using the current brush

@@ -604,35 +565,31 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_convolve ()

-
gboolean            gimp_convolve                       (gint32 drawable_ID,
-                                                         gdouble pressure,
+
gboolean            gimp_convolve                       (gint32 drawable_ID,
+                                                         gdouble pressure,
                                                          GimpConvolveType convolve_type,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+ gint num_strokes, + const gdouble *strokes);

Convolve (Blur, Sharpen) using the current brush.

@@ -647,43 +604,37 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

pressure :

-The pressure. - +The pressure.

convolve_type :

-Convolve type. - +Convolve type.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_convolve_default ()

-
gboolean            gimp_convolve_default               (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_convolve_default               (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Convolve (Blur, Sharpen) using the current brush.

@@ -699,36 +650,32 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_dodgeburn ()

-
gboolean            gimp_dodgeburn                      (gint32 drawable_ID,
-                                                         gdouble exposure,
-                                                         GimpDodgeBurnType dodgeburn_type,
-                                                         GimpTransferMode dodgeburn_mode,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_dodgeburn                      (gint32 drawable_ID,
+                                                         gdouble exposure,
+                                                         GimpDodgeBurnType dodgeburn_type,
+                                                         GimpTransferMode dodgeburn_mode,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Dodgeburn image with varying exposure.

@@ -740,48 +687,41 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

exposure :

-The exposure of the strokes. - +The exposure of the strokes.

dodgeburn_type :

-The type either dodge or burn. - +The type either dodge or burn.

dodgeburn_mode :

-The mode. - +The mode.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_dodgeburn_default ()

-
gboolean            gimp_dodgeburn_default              (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_dodgeburn_default              (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Dodgeburn image with varying exposure. This is the same as the gimp_dodgeburn() function except that the exposure, type and mode @@ -796,40 +736,36 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_edit_bucket_fill_full ()

-
gboolean            gimp_edit_bucket_fill_full          (gint32 drawable_ID,
-                                                         GimpBucketFillMode fill_mode,
+
gboolean            gimp_edit_bucket_fill_full          (gint32 drawable_ID,
+                                                         GimpBucketFillMode fill_mode,
                                                          GimpLayerModeEffects paint_mode,
-                                                         gdouble opacity,
-                                                         gdouble threshold,
-                                                         gboolean sample_merged,
-                                                         gboolean fill_transparent,
+                                                         gdouble opacity,
+                                                         gdouble threshold,
+                                                         gboolean sample_merged,
+                                                         gboolean fill_transparent,
                                                          GimpSelectCriterion select_criterion,
-                                                         gdouble x,
-                                                         gdouble y);
+ gdouble x, + gdouble y);

Fill the area specified either by the current selection if there is one, or by a seed fill starting at the specified coordinates. @@ -853,76 +789,64 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

fill_mode :

-The type of fill. - +The type of fill.

paint_mode :

-The paint application mode. - +The paint application mode.

opacity :

-The opacity of the final bucket fill. - +The opacity of the final bucket fill.

threshold :

-The threshold determines how extensive the seed fill will be. It's value is specified in terms of intensity levels. This parameter is only valid when there is no selection in the specified image. - +The threshold determines how extensive the seed fill will be. It's value is specified in terms of intensity levels. This parameter is only valid when there is no selection in the specified image.

sample_merged :

-Use the composite image, not the drawable. - +Use the composite image, not the drawable.

fill_transparent :

-Whether to consider transparent pixels for filling. If TRUE, transparency is considered as a unique fillable color. - +Whether to consider transparent pixels for filling. If TRUE, transparency is considered as a unique fillable color.

select_criterion :

-The criterion used to determine color similarity. SELECT_CRITERION_COMPOSITE is the standard choice. - +The criterion used to determine color similarity. SELECT_CRITERION_COMPOSITE is the standard choice.

x :

-The x coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image. - +The x coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image.

y :

-The y coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image. - +The y coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_ellipse_select ()

-
gboolean            gimp_ellipse_select                 (gint32 image_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble width,
-                                                         gdouble height,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius);
+
gboolean            gimp_ellipse_select                 (gint32 image_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gdouble width,
+                                                         gdouble height,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius);

Create an elliptical selection over the specified image.

@@ -942,65 +866,55 @@

image_ID :

-The image. - +The image.

x :

-x coordinate of upper-left corner of ellipse bounding box. - +x coordinate of upper-left corner of ellipse bounding box.

y :

-y coordinate of upper-left corner of ellipse bounding box. - +y coordinate of upper-left corner of ellipse bounding box.

width :

-The width of the ellipse. - +The width of the ellipse.

height :

-The height of the ellipse. - +The height of the ellipse.

operation :

-The selection operation. - +The selection operation.

antialias :

-Antialiasing. - +Antialiasing.

feather :

-Feather option for selections. - +Feather option for selections.

feather_radius :

-Radius for feather operation. - +Radius for feather operation.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_eraser ()

-
gboolean            gimp_eraser                         (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes,
+
gboolean            gimp_eraser                         (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes,
                                                          GimpBrushApplicationMode hardness,
-                                                         GimpPaintApplicationMode method);
+ GimpPaintApplicationMode method);

Erase using the current brush.

@@ -1016,43 +930,37 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

hardness :

-How to apply the brush. - +How to apply the brush.

method :

-The paint method to use. - +The paint method to use.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_eraser_default ()

-
gboolean            gimp_eraser_default                 (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_eraser_default                 (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Erase using the current brush.

@@ -1068,33 +976,29 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_flip ()

-
gint32              gimp_flip                           (gint32 drawable_ID,
+
gint32              gimp_flip                           (gint32 drawable_ID,
                                                          GimpOrientationType flip_type);
-
+

Warning

gimp_flip is deprecated and should not be used in newly-written code.

@@ -1107,32 +1011,29 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

flip_type :

-Type of flip. - +Type of flip.

Returns :

- The flipped drawable. - +The flipped drawable.

-
+

gimp_free_select ()

-
gboolean            gimp_free_select                    (gint32 image_ID,
-                                                         gint num_segs,
-                                                         const gdouble *segs,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius);
+
gboolean            gimp_free_select                    (gint32 image_ID,
+                                                         gint num_segs,
+                                                         const gdouble *segs,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius);

Create a polygonal selection over the specified image.

@@ -1154,59 +1055,51 @@

image_ID :

-The image. - +The image.

num_segs :

-Number of points (count 1 coordinate as two points). - +Number of points (count 1 coordinate as two points).

segs :

-Array of points: { p1.x, p1.y, p2.x, p2.y, ..., pn.x, pn.y}. - +Array of points: { p1.x, p1.y, p2.x, p2.y, ..., pn.x, pn.y}.

operation :

-The selection operation. - +The selection operation.

antialias :

-Antialiasing. - +Antialiasing.

feather :

-Feather option for selections. - +Feather option for selections.

feather_radius :

-Radius for feather operation. - +Radius for feather operation.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_fuzzy_select ()

-
gboolean            gimp_fuzzy_select                   (gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gint threshold,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius,
-                                                         gboolean sample_merged);
+
gboolean            gimp_fuzzy_select                   (gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gint threshold,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius,
+                                                         gboolean sample_merged);

Create a fuzzy selection starting at the specified coordinates on the specified drawable. @@ -1236,71 +1129,61 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

x :

-x coordinate of initial seed fill point: (image coordinates). - +x coordinate of initial seed fill point: (image coordinates).

y :

-y coordinate of initial seed fill point: (image coordinates). - +y coordinate of initial seed fill point: (image coordinates).

threshold :

-Threshold in intensity levels. - +Threshold in intensity levels.

operation :

-The selection operation. - +The selection operation.

antialias :

-Antialiasing. - +Antialiasing.

feather :

-Feather option for selections. - +Feather option for selections.

feather_radius :

-Radius for feather operation. - +Radius for feather operation.

sample_merged :

-Use the composite image, not the drawable. - +Use the composite image, not the drawable.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_fuzzy_select_full ()

-
gboolean            gimp_fuzzy_select_full              (gint32 drawable_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gint threshold,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y,
-                                                         gboolean sample_merged,
-                                                         gboolean select_transparent,
+
gboolean            gimp_fuzzy_select_full              (gint32 drawable_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gint threshold,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y,
+                                                         gboolean sample_merged,
+                                                         gboolean select_transparent,
                                                          GimpSelectCriterion select_criterion);

Create a fuzzy selection starting at the specified coordinates on @@ -1331,83 +1214,69 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

x :

-x coordinate of initial seed fill point: (image coordinates). - +x coordinate of initial seed fill point: (image coordinates).

y :

-y coordinate of initial seed fill point: (image coordinates). - +y coordinate of initial seed fill point: (image coordinates).

threshold :

-Threshold in intensity levels. - +Threshold in intensity levels.

operation :

-The selection operation. - +The selection operation.

antialias :

-Antialiasing. - +Antialiasing.

feather :

-Feather option for selections. - +Feather option for selections.

feather_radius_x :

-Radius for feather operation in X direction. - +Radius for feather operation in X direction.

feather_radius_y :

-Radius for feather operation in Y direction. - +Radius for feather operation in Y direction.

sample_merged :

-Use the composite image, not the drawable. - +Use the composite image, not the drawable.

select_transparent :

-Whether to consider transparent pixels for selection. If TRUE, transparency is considered as a unique selectable color. - +Whether to consider transparent pixels for selection. If TRUE, transparency is considered as a unique selectable color.

select_criterion :

-The criterion used to determine color similarity. SELECT_CRITERION_COMPOSITE is the standard choice. - +The criterion used to determine color similarity. SELECT_CRITERION_COMPOSITE is the standard choice.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_heal ()

-
gboolean            gimp_heal                           (gint32 drawable_ID,
-                                                         gint32 src_drawable_ID,
-                                                         gdouble src_x,
-                                                         gdouble src_y,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_heal                           (gint32 drawable_ID,
+                                                         gint32 src_drawable_ID,
+                                                         gdouble src_x,
+                                                         gdouble src_y,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Heal from the source to the dest drawable using the current brush

@@ -1424,50 +1293,42 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

src_drawable_ID :

-The source drawable. - +The source drawable.

src_x :

-The x coordinate in the source image. - +The x coordinate in the source image.

src_y :

-The y coordinate in the source image. - +The y coordinate in the source image.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_heal_default ()

-
gboolean            gimp_heal_default                   (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_heal_default                   (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Heal from the source to the dest drawable using the current brush

@@ -1484,38 +1345,33 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_paintbrush ()

-
gboolean            gimp_paintbrush                     (gint32 drawable_ID,
-                                                         gdouble fade_out,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes,
-                                                         GimpPaintApplicationMode method,
-                                                         gdouble gradient_length);
+
gboolean            gimp_paintbrush                     (gint32 drawable_ID,
+                                                         gdouble fade_out,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes,
+                                                         GimpPaintApplicationMode method,
+                                                         gdouble gradient_length);

Paint in the current brush with optional fade out parameter and pull colors from a gradient. @@ -1536,48 +1392,41 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

fade_out :

-Fade out parameter. - +Fade out parameter.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

method :

-The paint method to use. - +The paint method to use.

gradient_length :

-Length of gradient to draw. - +Length of gradient to draw.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_paintbrush_default ()

-
gboolean            gimp_paintbrush_default             (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_paintbrush_default             (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Paint in the current brush. The fade out parameter and pull colors from a gradient parameter are set from the paintbrush options @@ -1602,33 +1451,29 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_pencil ()

-
gboolean            gimp_pencil                         (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_pencil                         (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Paint in the current brush without sub-pixel sampling.

@@ -1645,41 +1490,37 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_perspective ()

-
gint32              gimp_perspective                    (gint32 drawable_ID,
-                                                         gboolean interpolation,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2,
-                                                         gdouble x3,
-                                                         gdouble y3);
-
+
gint32              gimp_perspective                    (gint32 drawable_ID,
+                                                         gboolean interpolation,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2,
+                                                         gdouble x3,
+                                                         gdouble y3);
+

Warning

gimp_perspective is deprecated and should not be used in newly-written code.

@@ -1692,73 +1533,62 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

interpolation :

-Whether to use interpolation. - +Whether to use interpolation.

x0 :

-The new x coordinate of upper-left corner of original bounding box. - +The new x coordinate of upper-left corner of original bounding box.

y0 :

-The new y coordinate of upper-left corner of original bounding box. - +The new y coordinate of upper-left corner of original bounding box.

x1 :

-The new x coordinate of upper-right corner of original bounding box. - +The new x coordinate of upper-right corner of original bounding box.

y1 :

-The new y coordinate of upper-right corner of original bounding box. - +The new y coordinate of upper-right corner of original bounding box.

x2 :

-The new x coordinate of lower-left corner of original bounding box. - +The new x coordinate of lower-left corner of original bounding box.

y2 :

-The new y coordinate of lower-left corner of original bounding box. - +The new y coordinate of lower-left corner of original bounding box.

x3 :

-The new x coordinate of lower-right corner of original bounding box. - +The new x coordinate of lower-right corner of original bounding box.

y3 :

-The new y coordinate of lower-right corner of original bounding box. - +The new y coordinate of lower-right corner of original bounding box.

Returns :

- The newly mapped drawable. - +The newly mapped drawable.

-
+

gimp_rect_select ()

-
gboolean            gimp_rect_select                    (gint32 image_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble width,
-                                                         gdouble height,
-                                                         GimpChannelOps operation,
-                                                         gboolean feather,
-                                                         gdouble feather_radius);
+
gboolean            gimp_rect_select                    (gint32 image_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gdouble width,
+                                                         gdouble height,
+                                                         GimpChannelOps operation,
+                                                         gboolean feather,
+                                                         gdouble feather_radius);

Create a rectangular selection over the specified image;

@@ -1775,67 +1605,58 @@

image_ID :

-The image. - +The image.

x :

-x coordinate of upper-left corner of rectangle. - +x coordinate of upper-left corner of rectangle.

y :

-y coordinate of upper-left corner of rectangle. - +y coordinate of upper-left corner of rectangle.

width :

-The width of the rectangle. - +The width of the rectangle.

height :

-The height of the rectangle. - +The height of the rectangle.

operation :

-The selection operation. - +The selection operation.

feather :

-Feather option for selections. - +Feather option for selections.

feather_radius :

-Radius for feather operation. - +Radius for feather operation.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_round_rect_select ()

-
gboolean            gimp_round_rect_select              (gint32 image_ID,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble width,
-                                                         gdouble height,
-                                                         gdouble corner_radius_x,
-                                                         gdouble corner_radius_y,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y);
+
gboolean            gimp_round_rect_select              (gint32 image_ID,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gdouble width,
+                                                         gdouble height,
+                                                         gdouble corner_radius_x,
+                                                         gdouble corner_radius_y,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y);

Create a rectangular selection with round corners over the specified image; @@ -1853,81 +1674,67 @@

image_ID :

-The image. - +The image.

x :

-x coordinate of upper-left corner of rectangle. - +x coordinate of upper-left corner of rectangle.

y :

-y coordinate of upper-left corner of rectangle. - +y coordinate of upper-left corner of rectangle.

width :

-The width of the rectangle. - +The width of the rectangle.

height :

-The height of the rectangle. - +The height of the rectangle.

corner_radius_x :

-The corner radius in X direction. - +The corner radius in X direction.

corner_radius_y :

-The corner radius in Y direction. - +The corner radius in Y direction.

operation :

-The selection operation. - +The selection operation.

antialias :

-Antialiasing. - +Antialiasing.

feather :

-Feather option for selections. - +Feather option for selections.

feather_radius_x :

-Radius for feather operation in X direction. - +Radius for feather operation in X direction.

feather_radius_y :

-Radius for feather operation in Y direction. - +Radius for feather operation in Y direction.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_rotate ()

-
gint32              gimp_rotate                         (gint32 drawable_ID,
-                                                         gboolean interpolation,
-                                                         gdouble angle);
-
+
gint32              gimp_rotate                         (gint32 drawable_ID,
+                                                         gboolean interpolation,
+                                                         gdouble angle);
+

Warning

gimp_rotate is deprecated and should not be used in newly-written code.

@@ -1940,37 +1747,33 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

interpolation :

-Whether to use interpolation. - +Whether to use interpolation.

angle :

-The angle of rotation (radians). - +The angle of rotation (radians).

Returns :

- The rotated drawable. - +The rotated drawable.

-
+

gimp_scale ()

-
gint32              gimp_scale                          (gint32 drawable_ID,
-                                                         gboolean interpolation,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1);
-
+
gint32              gimp_scale                          (gint32 drawable_ID,
+                                                         gboolean interpolation,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1);
+

Warning

gimp_scale is deprecated and should not be used in newly-written code.

@@ -1983,50 +1786,43 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

interpolation :

-Whether to use interpolation. - +Whether to use interpolation.

x0 :

-The new x coordinate of the upper-left corner of the scaled region. - +The new x coordinate of the upper-left corner of the scaled region.

y0 :

-The new y coordinate of the upper-left corner of the scaled region. - +The new y coordinate of the upper-left corner of the scaled region.

x1 :

-The new x coordinate of the lower-right corner of the scaled region. - +The new x coordinate of the lower-right corner of the scaled region.

y1 :

-The new y coordinate of the lower-right corner of the scaled region. - +The new y coordinate of the lower-right corner of the scaled region.

Returns :

- The scaled drawable. - +The scaled drawable.

-
+

gimp_shear ()

-
gint32              gimp_shear                          (gint32 drawable_ID,
-                                                         gboolean interpolation,
+
gint32              gimp_shear                          (gint32 drawable_ID,
+                                                         gboolean interpolation,
                                                          GimpOrientationType shear_type,
-                                                         gdouble magnitude);
-
+ gdouble magnitude);
+

Warning

gimp_shear is deprecated and should not be used in newly-written code.

@@ -2039,39 +1835,34 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

interpolation :

-Whether to use interpolation. - +Whether to use interpolation.

shear_type :

-Type of shear. - +Type of shear.

magnitude :

-The magnitude of the shear. - +The magnitude of the shear.

Returns :

- The sheared drawable. - +The sheared drawable.

-
+

gimp_smudge ()

-
gboolean            gimp_smudge                         (gint32 drawable_ID,
-                                                         gdouble pressure,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_smudge                         (gint32 drawable_ID,
+                                                         gdouble pressure,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Smudge image with varying pressure.

@@ -2085,38 +1876,33 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

pressure :

-The pressure of the smudge strokes. - +The pressure of the smudge strokes.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_smudge_default ()

-
gboolean            gimp_smudge_default                 (gint32 drawable_ID,
-                                                         gint num_strokes,
-                                                         const gdouble *strokes);
+
gboolean            gimp_smudge_default                 (gint32 drawable_ID,
+                                                         gint num_strokes,
+                                                         const gdouble *strokes);

Smudge image with varying pressure.

@@ -2131,40 +1917,36 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

num_strokes :

-Number of stroke control points (count each coordinate as 2 points). - +Number of stroke control points (count each coordinate as 2 points).

strokes :

-Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }. - +Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_transform_2d ()

-
gint32              gimp_transform_2d                   (gint32 drawable_ID,
-                                                         gboolean interpolation,
-                                                         gdouble source_x,
-                                                         gdouble source_y,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y,
-                                                         gdouble angle,
-                                                         gdouble dest_x,
-                                                         gdouble dest_y);
-
+
gint32              gimp_transform_2d                   (gint32 drawable_ID,
+                                                         gboolean interpolation,
+                                                         gdouble source_x,
+                                                         gdouble source_y,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y,
+                                                         gdouble angle,
+                                                         gdouble dest_x,
+                                                         gdouble dest_y);
+

Warning

gimp_transform_2d is deprecated and should not be used in newly-written code.

@@ -2177,53 +1959,43 @@

drawable_ID :

-The affected drawable. - +The affected drawable.

interpolation :

-Whether to use interpolation. - +Whether to use interpolation.

source_x :

-X coordinate of the transformation center. - +X coordinate of the transformation center.

source_y :

-Y coordinate of the transformation center. - +Y coordinate of the transformation center.

scale_x :

-Amount to scale in x direction. - +Amount to scale in x direction.

scale_y :

-Amount to scale in y direction. - +Amount to scale in y direction.

angle :

-The angle of rotation (radians). - +The angle of rotation (radians).

dest_x :

-X coordinate of where the centre goes. - +X coordinate of where the centre goes.

dest_y :

-Y coordinate of where the centre goes. - +Y coordinate of where the centre goes.

Returns :

- The transformed drawable. - +The transformed drawable.
@@ -2232,6 +2004,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpui.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpui.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpui.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpui.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpui - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,33 +36,33 @@
-
+

Synopsis

-
void                gimp_ui_init                        (const gchar *prog_name,
-                                                         gboolean preview);
-GdkWindow *         gimp_ui_get_display_window          (guint32 gdisp_ID);
-GdkWindow *         gimp_ui_get_progress_window         (void);
-void                gimp_window_set_transient           (GtkWindow *window);
+
void                gimp_ui_init                        (const gchar *prog_name,
+                                                         gboolean preview);
+GdkWindow *         gimp_ui_get_display_window          (guint32 gdisp_ID);
+GdkWindow *         gimp_ui_get_progress_window         (void);
+void                gimp_window_set_transient           (GtkWindow *window);
 void                gimp_window_set_transient_for_display
-                                                        (GtkWindow *window,
-                                                         guint32 gdisp_ID);
+                                                        (GtkWindow *window,
+                                                         guint32 gdisp_ID);
 
-
+

Description

Common user interface functions. This header includes all other GIMP User Interface Library headers.

-
+

Details

-
+

gimp_ui_init ()

-
void                gimp_ui_init                        (const gchar *prog_name,
-                                                         gboolean preview);
+
void                gimp_ui_init                        (const gchar *prog_name,
+                                                         gboolean preview);

-This function initializes GTK+ with gtk_init() and initializes GDK's +This function initializes GTK+ with gtk_init() and initializes GDK's image rendering subsystem (GdkRGB) to follow the GIMP main program's colormap allocation/installation policy.

@@ -79,27 +79,25 @@

prog_name :

The name of the plug-in which will be passed as argv[0] to - gtk_init(). It's a convention to use the name of the - executable and _not_ the PDB procedure name. - +gtk_init(). It's a convention to use the name of the +executable and _not_ the PDB procedure name.

preview :

This parameter is unused and exists for historical - reasons only. - +reasons only.

-
+

gimp_ui_get_display_window ()

-
GdkWindow *         gimp_ui_get_display_window          (guint32 gdisp_ID);
+
GdkWindow *         gimp_ui_get_display_window          (guint32 gdisp_ID);

-Returns the GdkWindow of a display window. The purpose is to allow +Returns the GdkWindow of a display window. The purpose is to allow to make plug-in dialogs transient to the image display as explained -with gdk_window_set_transient_for(). +with gdk_window_set_transient_for().

You shouldn't have to call this function directly. Use @@ -107,32 +105,23 @@

- - - - - - + - - - + +

gdisp_ID :

-

Returns :

A reference to a GdkWindow or NULL. You should - unref the window using g_object_unref() as soon as - you don't need it any longer. - -
A reference to a GdkWindow or NULL. You should +unref the window using g_object_unref() as soon as +you don't need it any longer.

Since GIMP 2.4


-
+

gimp_ui_get_progress_window ()

-
GdkWindow *         gimp_ui_get_progress_window         (void);
+
GdkWindow *         gimp_ui_get_progress_window         (void);

-Returns the GdkWindow of the window this plug-in's progress bar is +Returns the GdkWindow of the window this plug-in's progress bar is shown in. Use it to make plug-in dialogs transient to this window -as explained with gdk_window_set_transient_for(). +as explained with gdk_window_set_transient_for().

You shouldn't have to call this function directly. Use @@ -142,19 +131,17 @@

Returns :

- A reference to a GdkWindow or NULL. You should - unref the window using g_object_unref() as soon as - you don't need it any longer. - - +A reference to a GdkWindow or NULL. You should +unref the window using g_object_unref() as soon as +you don't need it any longer.

Since GIMP 2.4


-
+

gimp_window_set_transient ()

-
void                gimp_window_set_transient           (GtkWindow *window);
+
void                gimp_window_set_transient           (GtkWindow *window);

Indicates to the window manager that window is a transient dialog associated with the GIMP window that the plug-in has been @@ -164,22 +151,21 @@

window :

-the GtkWindow that should become transient - +the GtkWindow that should become transient

Since GIMP 2.4


-
+

gimp_window_set_transient_for_display ()

void                gimp_window_set_transient_for_display
-                                                        (GtkWindow *window,
-                                                         guint32 gdisp_ID);
+ (GtkWindow *window, + guint32 gdisp_ID);

Indicates to the window manager that window is a transient dialog associated with the GIMP image window that is identified by it's -display ID. See gdk_window_set_transient_for() for more information. +display ID. See gdk_window_set_transient_for() for more information.

Most of the time you will want to use the convenience function @@ -190,31 +176,29 @@

window :

-the GtkWindow that should become transient - +the GtkWindow that should become transient

gdisp_ID :

-display ID of the image window that should become the parent - +display ID of the image window that should become the parent

Since GIMP 2.4

- + Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpundo.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpundo.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpundo.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpundo.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpundo - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,28 +35,28 @@
-
+ -
+

Description

Control of undo/redo.

-
+

Details

-
+

gimp_image_undo_group_start ()

-
gboolean            gimp_image_undo_group_start         (gint32 image_ID);
+
gboolean            gimp_image_undo_group_start         (gint32 image_ID);

Starts a group undo.

@@ -71,21 +71,19 @@

image_ID :

-The ID of the image in which to open an undo group. - +The ID of the image in which to open an undo group.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_undo_group_end ()

-
gboolean            gimp_image_undo_group_end           (gint32 image_ID);
+
gboolean            gimp_image_undo_group_end           (gint32 image_ID);

Finish a group undo.

@@ -98,21 +96,19 @@

image_ID :

-The ID of the image in which to close an undo group. - +The ID of the image in which to close an undo group.

Returns :

- TRUE on success. - +TRUE on success.

-
+

gimp_image_undo_is_enabled ()

-
gboolean            gimp_image_undo_is_enabled          (gint32 image_ID);
+
gboolean            gimp_image_undo_is_enabled          (gint32 image_ID);

Check if the image's undo stack is enabled.

@@ -127,21 +123,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE if undo is enabled for this image. - +TRUE if undo is enabled for this image.

-
+

gimp_image_undo_disable ()

-
gboolean            gimp_image_undo_disable             (gint32 image_ID);
+
gboolean            gimp_image_undo_disable             (gint32 image_ID);

Disable the image's undo stack.

@@ -157,21 +151,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE if the image undo has been disabled. - +TRUE if the image undo has been disabled.

-
+

gimp_image_undo_enable ()

-
gboolean            gimp_image_undo_enable              (gint32 image_ID);
+
gboolean            gimp_image_undo_enable              (gint32 image_ID);

Enable the image's undo stack.

@@ -186,21 +178,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE if the image undo has been enabled. - +TRUE if the image undo has been enabled.

-
+

gimp_image_undo_freeze ()

-
gboolean            gimp_image_undo_freeze              (gint32 image_ID);
+
gboolean            gimp_image_undo_freeze              (gint32 image_ID);

Freeze the image's undo stack.

@@ -222,21 +212,19 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE if the image undo has been frozen. - +TRUE if the image undo has been frozen.

-
+

gimp_image_undo_thaw ()

-
gboolean            gimp_image_undo_thaw                (gint32 image_ID);
+
gboolean            gimp_image_undo_thaw                (gint32 image_ID);

Thaw the image's undo stack.

@@ -257,13 +245,11 @@

image_ID :

-The image. - +The image.

Returns :

- TRUE if the image undo has been thawed. - +TRUE if the image undo has been thawed.
@@ -272,6 +258,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpvectors.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpvectors.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-gimpvectors.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-gimpvectors.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpvectors - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,158 +35,158 @@
-
+

Synopsis

-
gint32              gimp_vectors_new                    (gint32 image_ID,
-                                                         const gchar *name);
-gint32              gimp_vectors_new_from_text_layer    (gint32 image_ID,
-                                                         gint32 layer_ID);
-gint32              gimp_vectors_copy                   (gint32 vectors_ID);
-gboolean            gimp_vectors_is_valid               (gint32 vectors_ID);
-gint*               gimp_vectors_get_strokes            (gint32 vectors_ID,
-                                                         gint *num_strokes);
-gint32              gimp_vectors_get_image              (gint32 vectors_ID);
-gboolean            gimp_vectors_get_linked             (gint32 vectors_ID);
-gchar*              gimp_vectors_get_name               (gint32 vectors_ID);
-gint                gimp_vectors_get_tattoo             (gint32 vectors_ID);
-gboolean            gimp_vectors_get_visible            (gint32 vectors_ID);
-gboolean            gimp_vectors_set_linked             (gint32 vectors_ID,
-                                                         gboolean linked);
-gboolean            gimp_vectors_set_name               (gint32 vectors_ID,
-                                                         const gchar *name);
-gboolean            gimp_vectors_set_tattoo             (gint32 vectors_ID,
-                                                         gint tattoo);
-gboolean            gimp_vectors_set_visible            (gint32 vectors_ID,
-                                                         gboolean visible);
-gboolean            gimp_vectors_remove_stroke          (gint32 vectors_ID,
-                                                         gint stroke_id);
-gboolean            gimp_vectors_to_selection           (gint32 vectors_ID,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y);
-gboolean            gimp_vectors_export_to_file         (gint32 image_ID,
-                                                         const gchar *filename,
-                                                         gint32 vectors_ID);
-gchar*              gimp_vectors_export_to_string       (gint32 image_ID,
-                                                         gint32 vectors_ID);
-gboolean            gimp_vectors_import_from_file       (gint32 image_ID,
-                                                         const gchar *filename,
-                                                         gboolean merge,
-                                                         gboolean scale,
-                                                         gint *num_vectors,
-                                                         gint32 **vectors_ids);
-gboolean            gimp_vectors_import_from_string     (gint32 image_ID,
-                                                         const gchar *string,
-                                                         gint length,
-                                                         gboolean merge,
-                                                         gboolean scale,
-                                                         gint *num_vectors,
-                                                         gint32 **vectors_ids);
-gboolean            gimp_vectors_parasite_attach        (gint32 vectors_ID,
-                                                         const GimpParasite *parasite);
-gboolean            gimp_vectors_parasite_detach        (gint32 vectors_ID,
-                                                         const gchar *name);
-GimpParasite*       gimp_vectors_parasite_find          (gint32 vectors_ID,
-                                                         const gchar *name);
-gboolean            gimp_vectors_parasite_list          (gint32 vectors_ID,
-                                                         gint *num_parasites,
-                                                         gchar ***parasites);
-gint                gimp_vectors_stroke_new_from_points (gint32 vectors_ID,
-                                                         GimpVectorsStrokeType type,
-                                                         gint num_points,
-                                                         const gdouble *controlpoints,
-                                                         gboolean closed);
-gboolean            gimp_vectors_stroke_close           (gint32 vectors_ID,
-                                                         gint stroke_id);
-gdouble             gimp_vectors_stroke_get_length      (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble precision);
-GimpVectorsStrokeType  gimp_vectors_stroke_get_points   (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gint *num_points,
-                                                         gdouble **controlpoints,
-                                                         gboolean *closed);
-gboolean            gimp_vectors_stroke_get_point_at_dist
-                                                        (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble dist,
-                                                         gdouble precision,
-                                                         gdouble *x_point,
-                                                         gdouble *y_point,
-                                                         gdouble *slope,
-                                                         gboolean *valid);
-gdouble*            gimp_vectors_stroke_interpolate     (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble precision,
-                                                         gint *num_coords,
-                                                         gboolean *closed);
-gboolean            gimp_vectors_stroke_scale           (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y);
-gboolean            gimp_vectors_stroke_translate       (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gint off_x,
-                                                         gint off_y);
-gboolean            gimp_vectors_stroke_flip            (gint32 vectors_ID,
-                                                         gint stroke_id,
+
gint32              gimp_vectors_new                    (gint32 image_ID,
+                                                         const gchar *name);
+gint32              gimp_vectors_new_from_text_layer    (gint32 image_ID,
+                                                         gint32 layer_ID);
+gint32              gimp_vectors_copy                   (gint32 vectors_ID);
+gboolean            gimp_vectors_is_valid               (gint32 vectors_ID);
+gint *              gimp_vectors_get_strokes            (gint32 vectors_ID,
+                                                         gint *num_strokes);
+gint32              gimp_vectors_get_image              (gint32 vectors_ID);
+gboolean            gimp_vectors_get_linked             (gint32 vectors_ID);
+gchar *             gimp_vectors_get_name               (gint32 vectors_ID);
+gint                gimp_vectors_get_tattoo             (gint32 vectors_ID);
+gboolean            gimp_vectors_get_visible            (gint32 vectors_ID);
+gboolean            gimp_vectors_set_linked             (gint32 vectors_ID,
+                                                         gboolean linked);
+gboolean            gimp_vectors_set_name               (gint32 vectors_ID,
+                                                         const gchar *name);
+gboolean            gimp_vectors_set_tattoo             (gint32 vectors_ID,
+                                                         gint tattoo);
+gboolean            gimp_vectors_set_visible            (gint32 vectors_ID,
+                                                         gboolean visible);
+gboolean            gimp_vectors_remove_stroke          (gint32 vectors_ID,
+                                                         gint stroke_id);
+gboolean            gimp_vectors_to_selection           (gint32 vectors_ID,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y);
+gboolean            gimp_vectors_export_to_file         (gint32 image_ID,
+                                                         const gchar *filename,
+                                                         gint32 vectors_ID);
+gchar *             gimp_vectors_export_to_string       (gint32 image_ID,
+                                                         gint32 vectors_ID);
+gboolean            gimp_vectors_import_from_file       (gint32 image_ID,
+                                                         const gchar *filename,
+                                                         gboolean merge,
+                                                         gboolean scale,
+                                                         gint *num_vectors,
+                                                         gint32 **vectors_ids);
+gboolean            gimp_vectors_import_from_string     (gint32 image_ID,
+                                                         const gchar *string,
+                                                         gint length,
+                                                         gboolean merge,
+                                                         gboolean scale,
+                                                         gint *num_vectors,
+                                                         gint32 **vectors_ids);
+gboolean            gimp_vectors_parasite_attach        (gint32 vectors_ID,
+                                                         const GimpParasite *parasite);
+gboolean            gimp_vectors_parasite_detach        (gint32 vectors_ID,
+                                                         const gchar *name);
+GimpParasite *      gimp_vectors_parasite_find          (gint32 vectors_ID,
+                                                         const gchar *name);
+gboolean            gimp_vectors_parasite_list          (gint32 vectors_ID,
+                                                         gint *num_parasites,
+                                                         gchar ***parasites);
+gint                gimp_vectors_stroke_new_from_points (gint32 vectors_ID,
+                                                         GimpVectorsStrokeType type,
+                                                         gint num_points,
+                                                         const gdouble *controlpoints,
+                                                         gboolean closed);
+gboolean            gimp_vectors_stroke_close           (gint32 vectors_ID,
+                                                         gint stroke_id);
+gdouble             gimp_vectors_stroke_get_length      (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble precision);
+GimpVectorsStrokeType gimp_vectors_stroke_get_points    (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gint *num_points,
+                                                         gdouble **controlpoints,
+                                                         gboolean *closed);
+gboolean            gimp_vectors_stroke_get_point_at_dist
+                                                        (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble dist,
+                                                         gdouble precision,
+                                                         gdouble *x_point,
+                                                         gdouble *y_point,
+                                                         gdouble *slope,
+                                                         gboolean *valid);
+gdouble *           gimp_vectors_stroke_interpolate     (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble precision,
+                                                         gint *num_coords,
+                                                         gboolean *closed);
+gboolean            gimp_vectors_stroke_scale           (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y);
+gboolean            gimp_vectors_stroke_translate       (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gint off_x,
+                                                         gint off_y);
+gboolean            gimp_vectors_stroke_flip            (gint32 vectors_ID,
+                                                         gint stroke_id,
                                                          GimpOrientationType flip_type,
-                                                         gdouble axis);
-gboolean            gimp_vectors_stroke_flip_free       (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2);
-gboolean            gimp_vectors_stroke_rotate          (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble center_x,
-                                                         gdouble center_y,
-                                                         gdouble angle);
-gboolean            gimp_vectors_bezier_stroke_conicto  (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1);
-gboolean            gimp_vectors_bezier_stroke_cubicto  (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2);
-gboolean            gimp_vectors_bezier_stroke_lineto   (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble x0,
-                                                         gdouble y0);
-gint                gimp_vectors_bezier_stroke_new_ellipse
-                                                        (gint32 vectors_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble radius_x,
-                                                         gdouble radius_y,
-                                                         gdouble angle);
-gint                gimp_vectors_bezier_stroke_new_moveto
-                                                        (gint32 vectors_ID,
-                                                         gdouble x0,
-                                                         gdouble y0);
+                                                         gdouble axis);
+gboolean            gimp_vectors_stroke_flip_free       (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2);
+gboolean            gimp_vectors_stroke_rotate          (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble center_x,
+                                                         gdouble center_y,
+                                                         gdouble angle);
+gboolean            gimp_vectors_bezier_stroke_conicto  (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1);
+gboolean            gimp_vectors_bezier_stroke_cubicto  (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2);
+gboolean            gimp_vectors_bezier_stroke_lineto   (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble x0,
+                                                         gdouble y0);
+gint                gimp_vectors_bezier_stroke_new_ellipse
+                                                        (gint32 vectors_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble radius_x,
+                                                         gdouble radius_y,
+                                                         gdouble angle);
+gint                gimp_vectors_bezier_stroke_new_moveto
+                                                        (gint32 vectors_ID,
+                                                         gdouble x0,
+                                                         gdouble y0);
 
-
+

Description

-
+

Details

-
+

gimp_vectors_new ()

-
gint32              gimp_vectors_new                    (gint32 image_ID,
-                                                         const gchar *name);
+
gint32              gimp_vectors_new                    (gint32 image_ID,
+                                                         const gchar *name);

Creates a new empty vectors object.

@@ -199,29 +199,25 @@

image_ID :

-The image. - +The image.

name :

-the name of the new vector object. - +the name of the new vector object.

Returns :

- the current vector object, 0 if no vector exists in the image. - - +the current vector object, 0 if no vector exists in the image.

Since GIMP 2.4


-
+

gimp_vectors_new_from_text_layer ()

-
gint32              gimp_vectors_new_from_text_layer    (gint32 image_ID,
-                                                         gint32 layer_ID);
+
gint32              gimp_vectors_new_from_text_layer    (gint32 image_ID,
+                                                         gint32 layer_ID);

Creates a new vectors object from a text layer.

@@ -234,28 +230,24 @@

image_ID :

-The image. - +The image.

layer_ID :

-The text layer. - +The text layer.

Returns :

- The vectors of the text layer. - - +The vectors of the text layer.

Since GIMP 2.6


-
+

gimp_vectors_copy ()

-
gint32              gimp_vectors_copy                   (gint32 vectors_ID);
+
gint32              gimp_vectors_copy                   (gint32 vectors_ID);

Copy a vectors object.

@@ -268,23 +260,20 @@

vectors_ID :

-The vectors object to copy. - +The vectors object to copy.

Returns :

- The newly copied vectors object. - - +The newly copied vectors object.

Since GIMP 2.6


-
+

gimp_vectors_is_valid ()

-
gboolean            gimp_vectors_is_valid               (gint32 vectors_ID);
+
gboolean            gimp_vectors_is_valid               (gint32 vectors_ID);

Returns TRUE if the vectors object is valid.

@@ -297,24 +286,21 @@

vectors_ID :

-The vectors object to check. - +The vectors object to check.

Returns :

- Whether the vectors ID is valid. - - +Whether the vectors ID is valid.

Since GIMP 2.4


-
+

gimp_vectors_get_strokes ()

-
gint*               gimp_vectors_get_strokes            (gint32 vectors_ID,
-                                                         gint *num_strokes);
+
gint *              gimp_vectors_get_strokes            (gint32 vectors_ID,
+                                                         gint *num_strokes);

List the strokes associated with the passed path.

@@ -327,28 +313,24 @@

vectors_ID :

-The vectors object. - +The vectors object.

num_strokes :

-The number of strokes returned. - +The number of strokes returned.

Returns :

- List of the strokes belonging to the path. - - +List of the strokes belonging to the path.

Since GIMP 2.4


-
+

gimp_vectors_get_image ()

-
gint32              gimp_vectors_get_image              (gint32 vectors_ID);
+
gint32              gimp_vectors_get_image              (gint32 vectors_ID);

Returns the vectors objects image.

@@ -360,23 +342,20 @@

vectors_ID :

-The vectors object. - +The vectors object.

Returns :

- The vectors image. - - +The vectors image.

Since GIMP 2.4


-
+

gimp_vectors_get_linked ()

-
gboolean            gimp_vectors_get_linked             (gint32 vectors_ID);
+
gboolean            gimp_vectors_get_linked             (gint32 vectors_ID);

Gets the linked state of the vectors object.

@@ -388,23 +367,20 @@

vectors_ID :

-The vectors object. - +The vectors object.

Returns :

- TRUE if the path is linked, FALSE otherwise. - - +TRUE if the path is linked, FALSE otherwise.

Since GIMP 2.4


-
+

gimp_vectors_get_name ()

-
gchar*              gimp_vectors_get_name               (gint32 vectors_ID);
+
gchar *             gimp_vectors_get_name               (gint32 vectors_ID);

Gets the name of the vectors object.

@@ -416,23 +392,20 @@

vectors_ID :

-The vectors object. - +The vectors object.

Returns :

- The name of the vectors object. - - +The name of the vectors object.

Since GIMP 2.4


-
+

gimp_vectors_get_tattoo ()

-
gint                gimp_vectors_get_tattoo             (gint32 vectors_ID);
+
gint                gimp_vectors_get_tattoo             (gint32 vectors_ID);

Get the tattoo of the vectors object.

@@ -444,23 +417,20 @@

vectors_ID :

-The vectors object. - +The vectors object.

Returns :

- The vectors tattoo. - - +The vectors tattoo.

Since GIMP 2.4


-
+

gimp_vectors_get_visible ()

-
gboolean            gimp_vectors_get_visible            (gint32 vectors_ID);
+
gboolean            gimp_vectors_get_visible            (gint32 vectors_ID);

Gets the visibility of the vectors object.

@@ -472,24 +442,21 @@

vectors_ID :

-The vectors object. - +The vectors object.

Returns :

- TRUE if the path is visible, FALSE otherwise. - - +TRUE if the path is visible, FALSE otherwise.

Since GIMP 2.4


-
+

gimp_vectors_set_linked ()

-
gboolean            gimp_vectors_set_linked             (gint32 vectors_ID,
-                                                         gboolean linked);
+
gboolean            gimp_vectors_set_linked             (gint32 vectors_ID,
+                                                         gboolean linked);

Sets the linked state of the vectors object.

@@ -501,29 +468,25 @@

vectors_ID :

-The vectors object. - +The vectors object.

linked :

-Whether the path is linked. - +Whether the path is linked.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_set_name ()

-
gboolean            gimp_vectors_set_name               (gint32 vectors_ID,
-                                                         const gchar *name);
+
gboolean            gimp_vectors_set_name               (gint32 vectors_ID,
+                                                         const gchar *name);

Sets the name of the vectors object.

@@ -535,29 +498,25 @@

vectors_ID :

-The vectors object. - +The vectors object.

name :

-the new name of the path. - +the new name of the path.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_set_tattoo ()

-
gboolean            gimp_vectors_set_tattoo             (gint32 vectors_ID,
-                                                         gint tattoo);
+
gboolean            gimp_vectors_set_tattoo             (gint32 vectors_ID,
+                                                         gint tattoo);

Set the tattoo of the vectors object.

@@ -569,29 +528,25 @@

vectors_ID :

-The vectors object. - +The vectors object.

tattoo :

-the new tattoo. - +the new tattoo.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_set_visible ()

-
gboolean            gimp_vectors_set_visible            (gint32 vectors_ID,
-                                                         gboolean visible);
+
gboolean            gimp_vectors_set_visible            (gint32 vectors_ID,
+                                                         gboolean visible);

Sets the visibility of the vectors object.

@@ -603,29 +558,25 @@

vectors_ID :

-The vectors object. - +The vectors object.

visible :

-Whether the path is visible. - +Whether the path is visible.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_remove_stroke ()

-
gboolean            gimp_vectors_remove_stroke          (gint32 vectors_ID,
-                                                         gint stroke_id);
+
gboolean            gimp_vectors_remove_stroke          (gint32 vectors_ID,
+                                                         gint stroke_id);

remove the stroke from a vectors object.

@@ -637,33 +588,29 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_to_selection ()

-
gboolean            gimp_vectors_to_selection           (gint32 vectors_ID,
-                                                         GimpChannelOps operation,
-                                                         gboolean antialias,
-                                                         gboolean feather,
-                                                         gdouble feather_radius_x,
-                                                         gdouble feather_radius_y);
+
gboolean            gimp_vectors_to_selection           (gint32 vectors_ID,
+                                                         GimpChannelOps operation,
+                                                         gboolean antialias,
+                                                         gboolean feather,
+                                                         gdouble feather_radius_x,
+                                                         gdouble feather_radius_y);

Transforms the specified vectors object into a selection

@@ -676,50 +623,42 @@

vectors_ID :

-The vectors object to render to the selection. - +The vectors object to render to the selection.

operation :

-The desired operation with current selection. - +The desired operation with current selection.

antialias :

-Antialias selection. - +Antialias selection.

feather :

-Feather selection. - +Feather selection.

feather_radius_x :

-Feather radius x. - +Feather radius x.

feather_radius_y :

-Feather radius y. - +Feather radius y.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_export_to_file ()

-
gboolean            gimp_vectors_export_to_file         (gint32 image_ID,
-                                                         const gchar *filename,
-                                                         gint32 vectors_ID);
+
gboolean            gimp_vectors_export_to_file         (gint32 image_ID,
+                                                         const gchar *filename,
+                                                         gint32 vectors_ID);

save a path as an SVG file.

@@ -734,34 +673,29 @@

image_ID :

-The image. - +The image.

filename :

-The name of the SVG file to create. - +The name of the SVG file to create.

vectors_ID :

-The vectors object to be saved, or 0 for all in the image. - +The vectors object to be saved, or 0 for all in the image.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.6


-
+

gimp_vectors_export_to_string ()

-
gchar*              gimp_vectors_export_to_string       (gint32 image_ID,
-                                                         gint32 vectors_ID);
+
gchar *             gimp_vectors_export_to_string       (gint32 image_ID,
+                                                         gint32 vectors_ID);

Save a path as an SVG string.

@@ -776,33 +710,29 @@

image_ID :

-The image. - +The image.

vectors_ID :

-The vectors object to save, or 0 for all in the image. - +The vectors object to save, or 0 for all in the image.

Returns :

- A string whose contents are a complete SVG document. - - +A string whose contents are a complete SVG document.

Since GIMP 2.6


-
+

gimp_vectors_import_from_file ()

-
gboolean            gimp_vectors_import_from_file       (gint32 image_ID,
-                                                         const gchar *filename,
-                                                         gboolean merge,
-                                                         gboolean scale,
-                                                         gint *num_vectors,
-                                                         gint32 **vectors_ids);
+
gboolean            gimp_vectors_import_from_file       (gint32 image_ID,
+                                                         const gchar *filename,
+                                                         gboolean merge,
+                                                         gboolean scale,
+                                                         gint *num_vectors,
+                                                         gint32 **vectors_ids);

Import paths from an SVG file.

@@ -815,54 +745,46 @@

image_ID :

-The image. - +The image.

filename :

-The name of the SVG file to import. - +The name of the SVG file to import.

merge :

-Merge paths into a single vectors object. - +Merge paths into a single vectors object.

scale :

-Scale the SVG to image dimensions. - +Scale the SVG to image dimensions.

num_vectors :

-The number of newly created vectors. - +The number of newly created vectors.

vectors_ids :

-The list of newly created vectors. - +The list of newly created vectors.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_import_from_string ()

-
gboolean            gimp_vectors_import_from_string     (gint32 image_ID,
-                                                         const gchar *string,
-                                                         gint length,
-                                                         gboolean merge,
-                                                         gboolean scale,
-                                                         gint *num_vectors,
-                                                         gint32 **vectors_ids);
+
gboolean            gimp_vectors_import_from_string     (gint32 image_ID,
+                                                         const gchar *string,
+                                                         gint length,
+                                                         gboolean merge,
+                                                         gboolean scale,
+                                                         gint *num_vectors,
+                                                         gint32 **vectors_ids);

Import paths from an SVG string.

@@ -876,54 +798,45 @@

image_ID :

-The image. - +The image.

string :

-A string that must be a complete and valid SVG document. - +A string that must be a complete and valid SVG document.

length :

-Number of bytes in string or -1 if the string is NULL terminated. - +Number of bytes in string or -1 if the string is NULL terminated.

merge :

-Merge paths into a single vectors object. - +Merge paths into a single vectors object.

scale :

-Scale the SVG to image dimensions. - +Scale the SVG to image dimensions.

num_vectors :

-The number of newly created vectors. - +The number of newly created vectors.

vectors_ids :

-The list of newly created vectors. - +The list of newly created vectors.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_parasite_attach ()

-
gboolean            gimp_vectors_parasite_attach        (gint32 vectors_ID,
-                                                         const GimpParasite *parasite);
+
gboolean            gimp_vectors_parasite_attach        (gint32 vectors_ID,
+                                                         const GimpParasite *parasite);

Add a parasite to a vectors object

@@ -936,29 +849,25 @@

vectors_ID :

-The vectors object. - +The vectors object.

parasite :

-The parasite to attach to a vectors object. - +The parasite to attach to a vectors object.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_parasite_detach ()

-
gboolean            gimp_vectors_parasite_detach        (gint32 vectors_ID,
-                                                         const gchar *name);
+
gboolean            gimp_vectors_parasite_detach        (gint32 vectors_ID,
+                                                         const gchar *name);

Removes a parasite from a vectors object

@@ -971,29 +880,25 @@

vectors_ID :

-The vectors object. - +The vectors object.

name :

-The name of the parasite to detach from a vectors object. - +The name of the parasite to detach from a vectors object.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_parasite_find ()

-
GimpParasite*       gimp_vectors_parasite_find          (gint32 vectors_ID,
-                                                         const gchar *name);
+
GimpParasite *      gimp_vectors_parasite_find          (gint32 vectors_ID,
+                                                         const gchar *name);

Look up a parasite in a vectors object

@@ -1006,30 +911,26 @@

vectors_ID :

-The vectors object. - +The vectors object.

name :

-The name of the parasite to find. - +The name of the parasite to find.

Returns :

- The found parasite. - - +The found parasite.

Since GIMP 2.4


-
+

gimp_vectors_parasite_list ()

-
gboolean            gimp_vectors_parasite_list          (gint32 vectors_ID,
-                                                         gint *num_parasites,
-                                                         gchar ***parasites);
+
gboolean            gimp_vectors_parasite_list          (gint32 vectors_ID,
+                                                         gint *num_parasites,
+                                                         gchar ***parasites);

List all parasites.

@@ -1041,37 +942,32 @@

vectors_ID :

-The vectors object. - +The vectors object.

num_parasites :

-The number of attached parasites. - +The number of attached parasites.

parasites :

-The names of currently attached parasites. - +The names of currently attached parasites.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_stroke_new_from_points ()

-
gint                gimp_vectors_stroke_new_from_points (gint32 vectors_ID,
-                                                         GimpVectorsStrokeType type,
-                                                         gint num_points,
-                                                         const gdouble *controlpoints,
-                                                         gboolean closed);
+
gint                gimp_vectors_stroke_new_from_points (gint32 vectors_ID,
+                                                         GimpVectorsStrokeType type,
+                                                         gint num_points,
+                                                         const gdouble *controlpoints,
+                                                         gboolean closed);

Adds a stroke of a given type to the vectors object.

@@ -1090,44 +986,37 @@

vectors_ID :

-The vectors object. - +The vectors object.

type :

-type of the stroke (always GIMP_VECTORS_STROKE_TYPE_BEZIER for now). - +type of the stroke (always GIMP_VECTORS_STROKE_TYPE_BEZIER for now).

num_points :

-The number of elements in the array, i.e. the number of controlpoints in the stroke * 2 (x- and y-coordinate). - +The number of elements in the array, i.e. the number of controlpoints in the stroke * 2 (x- and y-coordinate).

controlpoints :

-List of the x- and y-coordinates of the control points. - +List of the x- and y-coordinates of the control points.

closed :

-Whether the stroke is to be closed or not. - +Whether the stroke is to be closed or not.

Returns :

- The stroke ID of the newly created stroke. - - +The stroke ID of the newly created stroke.

Since GIMP 2.4


-
+

gimp_vectors_stroke_close ()

-
gboolean            gimp_vectors_stroke_close           (gint32 vectors_ID,
-                                                         gint stroke_id);
+
gboolean            gimp_vectors_stroke_close           (gint32 vectors_ID,
+                                                         gint stroke_id);

closes the specified stroke.

@@ -1139,30 +1028,26 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_stroke_get_length ()

-
gdouble             gimp_vectors_stroke_get_length      (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble precision);
+
gdouble             gimp_vectors_stroke_get_length      (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble precision);

Measure the length of the given stroke.

@@ -1174,37 +1059,32 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

precision :

-The precision used for the approximation. - +The precision used for the approximation.

Returns :

- The length (in pixels) of the given stroke. - - +The length (in pixels) of the given stroke.

Since GIMP 2.4


-
+

gimp_vectors_stroke_get_points ()

-
GimpVectorsStrokeType  gimp_vectors_stroke_get_points   (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gint *num_points,
-                                                         gdouble **controlpoints,
-                                                         gboolean *closed);
+
GimpVectorsStrokeType gimp_vectors_stroke_get_points    (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gint *num_points,
+                                                         gdouble **controlpoints,
+                                                         gboolean *closed);

returns the control points of a stroke.

@@ -1219,51 +1099,44 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

num_points :

-The number of floats returned. - +The number of floats returned.

controlpoints :

-List of the control points for the stroke (x0, y0, x1, y1, ...). - +List of the control points for the stroke (x0, y0, x1, y1, ...).

closed :

-Whether the stroke is closed or not. - +Whether the stroke is closed or not.

Returns :

- type of the stroke (always GIMP_VECTORS_STROKE_TYPE_BEZIER for now). - - +type of the stroke (always GIMP_VECTORS_STROKE_TYPE_BEZIER for now).

Since GIMP 2.4


-
+

gimp_vectors_stroke_get_point_at_dist ()

-
gboolean            gimp_vectors_stroke_get_point_at_dist
-                                                        (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble dist,
-                                                         gdouble precision,
-                                                         gdouble *x_point,
-                                                         gdouble *y_point,
-                                                         gdouble *slope,
-                                                         gboolean *valid);
+
gboolean            gimp_vectors_stroke_get_point_at_dist
+                                                        (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble dist,
+                                                         gdouble precision,
+                                                         gdouble *x_point,
+                                                         gdouble *y_point,
+                                                         gdouble *slope,
+                                                         gboolean *valid);

Get point at a specified distance along the stroke.

@@ -1280,62 +1153,52 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

dist :

-The given distance. - +The given distance.

precision :

-The precision used for the approximation. - +The precision used for the approximation.

x_point :

-The x position of the point. - +The x position of the point.

y_point :

-The y position of the point. - +The y position of the point.

slope :

-The slope (dy / dx) at the specified point. - +The slope (dy / dx) at the specified point.

valid :

-Indicator for the validity of the returned data. - +Indicator for the validity of the returned data.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_stroke_interpolate ()

-
gdouble*            gimp_vectors_stroke_interpolate     (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble precision,
-                                                         gint *num_coords,
-                                                         gboolean *closed);
+
gdouble *           gimp_vectors_stroke_interpolate     (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble precision,
+                                                         gint *num_coords,
+                                                         gboolean *closed);

returns polygonal approximation of the stroke.

@@ -1347,46 +1210,39 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

precision :

-The precision used for the approximation. - +The precision used for the approximation.

num_coords :

-The number of floats returned. - +The number of floats returned.

closed :

-Whether the stroke is closed or not. - +Whether the stroke is closed or not.

Returns :

- List of the coords along the path (x0, y0, x1, y1, ...). - - +List of the coords along the path (x0, y0, x1, y1, ...).

Since GIMP 2.4


-
+

gimp_vectors_stroke_scale ()

-
gboolean            gimp_vectors_stroke_scale           (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble scale_x,
-                                                         gdouble scale_y);
+
gboolean            gimp_vectors_stroke_scale           (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble scale_x,
+                                                         gdouble scale_y);

scales the given stroke.

@@ -1398,41 +1254,35 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

scale_x :

-Scale factor in x direction. - +Scale factor in x direction.

scale_y :

-Scale factor in y direction. - +Scale factor in y direction.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_stroke_translate ()

-
gboolean            gimp_vectors_stroke_translate       (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gint off_x,
-                                                         gint off_y);
+
gboolean            gimp_vectors_stroke_translate       (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gint off_x,
+                                                         gint off_y);

translate the given stroke.

@@ -1444,41 +1294,35 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

off_x :

-Offset in x direction. - +Offset in x direction.

off_y :

-Offset in y direction. - +Offset in y direction.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_stroke_flip ()

-
gboolean            gimp_vectors_stroke_flip            (gint32 vectors_ID,
-                                                         gint stroke_id,
+
gboolean            gimp_vectors_stroke_flip            (gint32 vectors_ID,
+                                                         gint stroke_id,
                                                          GimpOrientationType flip_type,
-                                                         gdouble axis);
+ gdouble axis);

flips the given stroke.

@@ -1490,43 +1334,37 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

flip_type :

-Flip orientation, either vertical or horizontal. - +Flip orientation, either vertical or horizontal.

axis :

-axis coordinate about which to flip, in pixels. - +axis coordinate about which to flip, in pixels.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_stroke_flip_free ()

-
gboolean            gimp_vectors_stroke_flip_free       (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2);
+
gboolean            gimp_vectors_stroke_flip_free       (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2);

flips the given stroke about an arbitrary axis.

@@ -1540,52 +1378,44 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

x1 :

-X coordinate of the first point of the flipping axis. - +X coordinate of the first point of the flipping axis.

y1 :

-Y coordinate of the first point of the flipping axis. - +Y coordinate of the first point of the flipping axis.

x2 :

-X coordinate of the second point of the flipping axis. - +X coordinate of the second point of the flipping axis.

y2 :

-Y coordinate of the second point of the flipping axis. - +Y coordinate of the second point of the flipping axis.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_stroke_rotate ()

-
gboolean            gimp_vectors_stroke_rotate          (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble center_x,
-                                                         gdouble center_y,
-                                                         gdouble angle);
+
gboolean            gimp_vectors_stroke_rotate          (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble center_x,
+                                                         gdouble center_y,
+                                                         gdouble angle);

rotates the given stroke.

@@ -1597,48 +1427,41 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

center_x :

-X coordinate of the rotation center. - +X coordinate of the rotation center.

center_y :

-Y coordinate of the rotation center. - +Y coordinate of the rotation center.

angle :

-angle to rotate about. - +angle to rotate about.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_bezier_stroke_conicto ()

-
gboolean            gimp_vectors_bezier_stroke_conicto  (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1);
+
gboolean            gimp_vectors_bezier_stroke_conicto  (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1);

Extends a bezier stroke with a conic bezier spline.

@@ -1652,55 +1475,47 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

x0 :

-The x-coordinate of the control point. - +The x-coordinate of the control point.

y0 :

-The y-coordinate of the control point. - +The y-coordinate of the control point.

x1 :

-The x-coordinate of the end point. - +The x-coordinate of the end point.

y1 :

-The y-coordinate of the end point. - +The y-coordinate of the end point.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_bezier_stroke_cubicto ()

-
gboolean            gimp_vectors_bezier_stroke_cubicto  (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble x1,
-                                                         gdouble y1,
-                                                         gdouble x2,
-                                                         gdouble y2);
+
gboolean            gimp_vectors_bezier_stroke_cubicto  (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble x1,
+                                                         gdouble y1,
+                                                         gdouble x2,
+                                                         gdouble y2);

Extends a bezier stroke with a cubic bezier spline.

@@ -1712,61 +1527,51 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

x0 :

-The x-coordinate of the first control point. - +The x-coordinate of the first control point.

y0 :

-The y-coordinate of the first control point. - +The y-coordinate of the first control point.

x1 :

-The x-coordinate of the second control point. - +The x-coordinate of the second control point.

y1 :

-The y-coordinate of the second control point. - +The y-coordinate of the second control point.

x2 :

-The x-coordinate of the end point. - +The x-coordinate of the end point.

y2 :

-The y-coordinate of the end point. - +The y-coordinate of the end point.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_bezier_stroke_lineto ()

-
gboolean            gimp_vectors_bezier_stroke_lineto   (gint32 vectors_ID,
-                                                         gint stroke_id,
-                                                         gdouble x0,
-                                                         gdouble y0);
+
gboolean            gimp_vectors_bezier_stroke_lineto   (gint32 vectors_ID,
+                                                         gint stroke_id,
+                                                         gdouble x0,
+                                                         gdouble y0);

Extends a bezier stroke with a lineto.

@@ -1778,44 +1583,38 @@

vectors_ID :

-The vectors object. - +The vectors object.

stroke_id :

-The stroke ID. - +The stroke ID.

x0 :

-The x-coordinate of the lineto. - +The x-coordinate of the lineto.

y0 :

-The y-coordinate of the lineto. - +The y-coordinate of the lineto.

Returns :

- TRUE on success. - - +TRUE on success.

Since GIMP 2.4


-
+

gimp_vectors_bezier_stroke_new_ellipse ()

-
gint                gimp_vectors_bezier_stroke_new_ellipse
-                                                        (gint32 vectors_ID,
-                                                         gdouble x0,
-                                                         gdouble y0,
-                                                         gdouble radius_x,
-                                                         gdouble radius_y,
-                                                         gdouble angle);
+
gint                gimp_vectors_bezier_stroke_new_ellipse
+                                                        (gint32 vectors_ID,
+                                                         gdouble x0,
+                                                         gdouble y0,
+                                                         gdouble radius_x,
+                                                         gdouble radius_y,
+                                                         gdouble angle);

Adds a bezier stroke describing an ellipse the vectors object.

@@ -1827,51 +1626,43 @@

vectors_ID :

-The vectors object. - +The vectors object.

x0 :

-The x-coordinate of the center. - +The x-coordinate of the center.

y0 :

-The y-coordinate of the center. - +The y-coordinate of the center.

radius_x :

-The radius in x direction. - +The radius in x direction.

radius_y :

-The radius in y direction. - +The radius in y direction.

angle :

-The angle the x-axis of the ellipse (radians, counterclockwise). - +The angle the x-axis of the ellipse (radians, counterclockwise).

Returns :

- The resulting stroke. - - +The resulting stroke.

Since GIMP 2.4


-
+

gimp_vectors_bezier_stroke_new_moveto ()

-
gint                gimp_vectors_bezier_stroke_new_moveto
-                                                        (gint32 vectors_ID,
-                                                         gdouble x0,
-                                                         gdouble y0);
+
gint                gimp_vectors_bezier_stroke_new_moveto
+                                                        (gint32 vectors_ID,
+                                                         gdouble x0,
+                                                         gdouble y0);

Adds a bezier stroke with a single moveto to the vectors object.

@@ -1883,24 +1674,19 @@

vectors_ID :

-The vectors object. - +The vectors object.

x0 :

-The x-coordinate of the moveto. - +The x-coordinate of the moveto.

y0 :

-The y-coordinate of the moveto. - +The y-coordinate of the moveto.

Returns :

- The resulting stroke. - - +The resulting stroke.
@@ -1910,6 +1696,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp.html gimp-2.6.12/devel-docs/libgimp/html/libgimp.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Part I. GIMP Library - + - + @@ -19,10 +19,10 @@ GIMP Library Reference Manual Next -
+

Part I. GIMP Library

-
+

GIMP's Procedural Database (PDB) offers an interface to core @@ -213,6 +213,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-image.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-image.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-image.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-image.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Manupulating Images and their Properties - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Manupulating Images and their Properties

@@ -99,6 +99,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-index-deprecated.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-index-deprecated.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-index-deprecated.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-index-deprecated.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,11 +3,11 @@ Index of deprecated symbols - + - + @@ -18,7 +18,7 @@ GIMP Library Reference Manual   -
+

Index of deprecated symbols

@@ -195,6 +195,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-index.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-index.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-index.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-index.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Index - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Index

@@ -172,7 +172,7 @@
GimpProgressValueCallback, GimpProgressValueCallback ()
-
GimpProgressVtable, GimpProgressVtable +
GimpProgressVtable, struct GimpProgressVtable
GimpQueryProc, GimpQueryProc ()
@@ -1729,6 +1729,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-index-new-in-2-2.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-index-new-in-2-2.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-index-new-in-2-2.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-index-new-in-2-2.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.2 - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Index of new symbols in GIMP 2.2

@@ -266,6 +266,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-index-new-in-2-4.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-index-new-in-2-4.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-index-new-in-2-4.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-index-new-in-2-4.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.4 - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Index of new symbols in GIMP 2.4

@@ -366,6 +366,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-index-new-in-2-6.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-index-new-in-2-6.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-index-new-in-2-6.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-index-new-in-2-6.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.6 - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Index of new symbols in GIMP 2.6

@@ -118,6 +118,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimp-selectors.html gimp-2.6.12/devel-docs/libgimp/html/libgimp-selectors.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimp-selectors.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimp-selectors.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Controlling the Core's Selection Dialogs - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Controlling the Core's Selection Dialogs

@@ -60,6 +60,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimpui-hierarchy.html gimp-2.6.12/devel-docs/libgimp/html/libgimpui-hierarchy.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimpui-hierarchy.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimpui-hierarchy.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Object Hierarchy - + - + @@ -19,48 +19,48 @@ GIMP Library Reference Manual Next - \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/libgimpui.html gimp-2.6.12/devel-docs/libgimp/html/libgimpui.html --- gimp-2.6.11/devel-docs/libgimp/html/libgimpui.html 2010-10-03 20:34:44.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/libgimpui.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Part II. GIMP User Interface Library - + - + @@ -19,7 +19,7 @@ GIMP Library Reference Manual Next -
+

Part II. GIMP User Interface Library

@@ -83,6 +83,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimp/html/style.css gimp-2.6.12/devel-docs/libgimp/html/style.css --- gimp-2.6.11/devel-docs/libgimp/html/style.css 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/html/style.css 2012-01-31 14:34:30.000000000 +0000 @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index diff -Nru gimp-2.6.11/devel-docs/libgimp/Makefile.in gimp-2.6.12/devel-docs/libgimp/Makefile.in --- gimp-2.6.11/devel-docs/libgimp/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/Makefile.in 2012-01-31 14:25:19.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -422,10 +423,10 @@ $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la \ @GTK_LIBS@ -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -436,15 +437,18 @@ # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +SETUP_FILES = \ + $(content_files) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt + # Other files to distribute -EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \ - version.in -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in +DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -665,22 +669,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -690,10 +719,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -705,13 +738,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -720,58 +753,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -780,14 +834,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -809,15 +861,15 @@ @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimp/tmpl/gimppixelrgn.sgml gimp-2.6.12/devel-docs/libgimp/tmpl/gimppixelrgn.sgml --- gimp-2.6.11/devel-docs/libgimp/tmpl/gimppixelrgn.sgml 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/tmpl/gimppixelrgn.sgml 2012-01-31 14:34:30.000000000 +0000 @@ -168,7 +168,7 @@ @nrgns: -@Varargs: +@...: @Returns: diff -Nru gimp-2.6.11/devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml gimp-2.6.12/devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml --- gimp-2.6.11/devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml 2012-01-31 14:34:30.000000000 +0000 @@ -49,7 +49,7 @@ @role: @help_func: @help_id: -@Varargs: +@...: @Returns: diff -Nru gimp-2.6.11/devel-docs/libgimp/tmpl/gimpprogress.sgml gimp-2.6.12/devel-docs/libgimp/tmpl/gimpprogress.sgml --- gimp-2.6.11/devel-docs/libgimp/tmpl/gimpprogress.sgml 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/tmpl/gimpprogress.sgml 2012-01-31 14:34:30.000000000 +0000 @@ -55,7 +55,7 @@ @format: -@Varargs: +@...: @Returns: @@ -92,7 +92,7 @@ @format: -@Varargs: +@...: @Returns: diff -Nru gimp-2.6.11/devel-docs/libgimp/tmpl/gimp.sgml gimp-2.6.12/devel-docs/libgimp/tmpl/gimp.sgml --- gimp-2.6.11/devel-docs/libgimp/tmpl/gimp.sgml 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimp/tmpl/gimp.sgml 2012-01-31 14:34:30.000000000 +0000 @@ -224,7 +224,7 @@ @name: @n_return_vals: -@Varargs: +@...: @Returns: diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/index.html gimp-2.6.12/devel-docs/libgimpbase/html/index.html --- gimp-2.6.11/devel-docs/libgimpbase/html/index.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/index.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,19 +3,19 @@ GIMP Base Library Reference Manual - + - + -
+

- for GIMP 2.6.10 + for GIMP 2.6.12

@@ -38,7 +38,7 @@ gimplimits — Boundaries of some GIMP data types and some global constants.
-gimpparam — Definitions of useful GParamFlags. +gimpparam — Definitions of useful GParamFlags.
gimpchecks — Constants and functions related to rendering checkerboards. @@ -84,6 +84,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase.devhelp gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase.devhelp --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase.devhelp 2010-10-03 20:34:37.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase.devhelp 1970-01-01 00:00:00.000000000 +0000 @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase.devhelp2 gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase.devhelp2 --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase.devhelp2 2010-10-03 20:34:37.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase.devhelp2 2012-01-31 14:34:27.000000000 +0000 @@ -62,8 +62,8 @@ - - + + diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpbaseenums.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpbaseenums.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpbaseenums.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpbaseenums.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpbaseenums - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

enum                GimpAddMaskType;
 enum                GimpBlendMode;
@@ -74,18 +74,17 @@
 enum                GimpVectorsStrokeType;
 
-
+

Description

Basic GIMP enumeration data types.

-
+

Details

-
+

enum GimpAddMaskType

-
typedef enum
-{
+
typedef enum {
   GIMP_ADD_WHITE_MASK,          /*< desc="_White (full opacity)"           >*/
   GIMP_ADD_BLACK_MASK,          /*< desc="_Black (full transparency)"      >*/
   GIMP_ADD_ALPHA_MASK,          /*< desc="Layer's _alpha channel"          >*/
@@ -99,10 +98,9 @@
 


-
+

enum GimpBlendMode

-
typedef enum
-{
+
typedef enum {
   GIMP_FG_BG_RGB_MODE,         /*< desc="FG to BG (RGB)"    >*/
   GIMP_FG_BG_HSV_MODE,         /*< desc="FG to BG (HSV)"    >*/
   GIMP_FG_TRANSPARENT_MODE,    /*< desc="FG to transparent" >*/
@@ -113,10 +111,9 @@
 


-
+

enum GimpBucketFillMode

-
typedef enum
-{
+
typedef enum {
   GIMP_FG_BUCKET_FILL,      /*< desc="FG color fill" >*/
   GIMP_BG_BUCKET_FILL,      /*< desc="BG color fill" >*/
   GIMP_PATTERN_BUCKET_FILL  /*< desc="Pattern fill"  >*/
@@ -126,10 +123,9 @@
 


-
+

enum GimpChannelOps

-
typedef enum
-{
+
typedef enum {
   GIMP_CHANNEL_OP_ADD,       /*< desc="Add to the current selection"         >*/
   GIMP_CHANNEL_OP_SUBTRACT,  /*< desc="Subtract from the current selection"  >*/
   GIMP_CHANNEL_OP_REPLACE,   /*< desc="Replace the current selection"        >*/
@@ -140,10 +136,9 @@
 


-
+

enum GimpChannelType

-
typedef enum
-{
+
typedef enum {
   GIMP_RED_CHANNEL,      /*< desc="Red"     >*/
   GIMP_GREEN_CHANNEL,    /*< desc="Green"   >*/
   GIMP_BLUE_CHANNEL,     /*< desc="Blue"    >*/
@@ -156,10 +151,9 @@
 


-
+

enum GimpCheckSize

-
typedef enum  /*< pdb-skip >*/
-{
+
typedef enum {
   GIMP_CHECK_SIZE_SMALL_CHECKS  = 0,  /*< desc="Small"  >*/
   GIMP_CHECK_SIZE_MEDIUM_CHECKS = 1,  /*< desc="Medium" >*/
   GIMP_CHECK_SIZE_LARGE_CHECKS  = 2   /*< desc="Large"  >*/
@@ -169,10 +163,9 @@
 


-
+

enum GimpCheckType

-
typedef enum  /*< pdb-skip >*/
-{
+
typedef enum {
   GIMP_CHECK_TYPE_LIGHT_CHECKS = 0,  /*< desc="Light checks"    >*/
   GIMP_CHECK_TYPE_GRAY_CHECKS  = 1,  /*< desc="Mid-tone checks" >*/
   GIMP_CHECK_TYPE_DARK_CHECKS  = 2,  /*< desc="Dark checks"     >*/
@@ -185,10 +178,9 @@
 


-
+

enum GimpCloneType

-
typedef enum
-{
+
typedef enum {
   GIMP_IMAGE_CLONE,   /*< desc="Image"   >*/
   GIMP_PATTERN_CLONE  /*< desc="Pattern" >*/
 } GimpCloneType;
@@ -197,10 +189,9 @@
 


-
+

enum GimpDesaturateMode

-
typedef enum
-{
+
typedef enum {
   GIMP_DESATURATE_LIGHTNESS,   /*< desc="Lightness"  >*/
   GIMP_DESATURATE_LUMINOSITY,  /*< desc="Luminosity" >*/
   GIMP_DESATURATE_AVERAGE      /*< desc="Average"    >*/
@@ -210,10 +201,9 @@
 


-
+

enum GimpDodgeBurnType

-
typedef enum
-{
+
typedef enum {
   GIMP_DODGE,  /*< desc="Dodge" >*/
   GIMP_BURN    /*< desc="Burn"  >*/
 } GimpDodgeBurnType;
@@ -222,10 +212,9 @@
 


-
+

enum GimpForegroundExtractMode

-
typedef enum
-{
+
typedef enum {
   GIMP_FOREGROUND_EXTRACT_SIOX
 } GimpForegroundExtractMode;
 
@@ -233,10 +222,9 @@


-
+

enum GimpGradientType

-
typedef enum
-{
+
typedef enum {
   GIMP_GRADIENT_LINEAR,                /*< desc="gradient|Linear"   >*/
   GIMP_GRADIENT_BILINEAR,              /*< desc="Bi-linear"         >*/
   GIMP_GRADIENT_RADIAL,                /*< desc="Radial"            >*/
@@ -254,10 +242,9 @@
 


-
+

enum GimpGridStyle

-
typedef enum
-{
+
typedef enum {
   GIMP_GRID_DOTS,           /*< desc="Intersections (dots)"       >*/
   GIMP_GRID_INTERSECTIONS,  /*< desc="Intersections (crosshairs)" >*/
   GIMP_GRID_ON_OFF_DASH,    /*< desc="Dashed"                     >*/
@@ -269,10 +256,9 @@
 


-
+

enum GimpIconType

-
typedef enum
-{
+
typedef enum {
   GIMP_ICON_TYPE_STOCK_ID,      /*< desc="Stock ID"      >*/
   GIMP_ICON_TYPE_INLINE_PIXBUF, /*< desc="Inline pixbuf" >*/
   GIMP_ICON_TYPE_IMAGE_FILE     /*< desc="Image file"    >*/
@@ -282,10 +268,9 @@
 


-
+

enum GimpImageBaseType

-
typedef enum
-{
+
typedef enum {
   GIMP_RGB,     /*< desc="RGB color"     >*/
   GIMP_GRAY,    /*< desc="Grayscale"     >*/
   GIMP_INDEXED  /*< desc="Indexed color" >*/
@@ -295,10 +280,9 @@
 


-
+

enum GimpImageType

-
typedef enum
-{
+
typedef enum {
   GIMP_RGB_IMAGE,      /*< desc="RGB"             >*/
   GIMP_RGBA_IMAGE,     /*< desc="RGB-alpha"       >*/
   GIMP_GRAY_IMAGE,     /*< desc="Grayscale"       >*/
@@ -311,10 +295,9 @@
 


-
+

enum GimpInterpolationType

-
typedef enum
-{
+
typedef enum {
   GIMP_INTERPOLATION_NONE,   /*< desc="interpolation|None"   >*/
   GIMP_INTERPOLATION_LINEAR, /*< desc="interpolation|Linear" >*/
   GIMP_INTERPOLATION_CUBIC,  /*< desc="Cubic"                >*/
@@ -325,10 +308,9 @@
 


-
+

enum GimpMessageHandlerType

-
typedef enum
-{
+
typedef enum {
   GIMP_MESSAGE_BOX,
   GIMP_CONSOLE,
   GIMP_ERROR_CONSOLE
@@ -338,10 +320,9 @@
 


-
+

enum GimpPaintApplicationMode

-
typedef enum
-{
+
typedef enum {
   GIMP_PAINT_CONSTANT,    /*< desc="Constant"    >*/
   GIMP_PAINT_INCREMENTAL  /*< desc="Incremental" >*/
 } GimpPaintApplicationMode;
@@ -350,10 +331,9 @@
 


-
+

enum GimpPDBArgType

-
typedef enum
-{
+
typedef enum {
   GIMP_PDB_INT32,
   GIMP_PDB_INT16,
   GIMP_PDB_INT8,
@@ -387,10 +367,9 @@
 


-
+

enum GimpPDBErrorHandler

-
typedef enum
-{
+
typedef enum {
   GIMP_PDB_ERROR_HANDLER_INTERNAL,
   GIMP_PDB_ERROR_HANDLER_PLUGIN
 } GimpPDBErrorHandler;
@@ -399,10 +378,9 @@
 


-
+

enum GimpPDBProcType

-
typedef enum
-{
+
typedef enum {
   GIMP_INTERNAL,   /*< desc="Internal GIMP procedure" >*/
   GIMP_PLUGIN,     /*< desc="GIMP Plug-In" >*/
   GIMP_EXTENSION,  /*< desc="GIMP Extension" >*/
@@ -413,10 +391,9 @@
 


-
+

enum GimpPDBStatusType

-
typedef enum
-{
+
typedef enum {
   GIMP_PDB_EXECUTION_ERROR,
   GIMP_PDB_CALLING_ERROR,
   GIMP_PDB_PASS_THROUGH,
@@ -428,10 +405,9 @@
 


-
+

enum GimpProgressCommand

-
typedef enum
-{
+
typedef enum {
   GIMP_PROGRESS_COMMAND_START,
   GIMP_PROGRESS_COMMAND_END,
   GIMP_PROGRESS_COMMAND_SET_TEXT,
@@ -444,10 +420,9 @@
 


-
+

enum GimpRepeatMode

-
typedef enum
-{
+
typedef enum {
   GIMP_REPEAT_NONE,       /*< desc="None"            >*/
   GIMP_REPEAT_SAWTOOTH,   /*< desc="Sawtooth wave"   >*/
   GIMP_REPEAT_TRIANGULAR  /*< desc="Triangular wave" >*/
@@ -457,10 +432,9 @@
 


-
+

enum GimpRunMode

-
typedef enum
-{
+
typedef enum {
   GIMP_RUN_INTERACTIVE,     /*< desc="Run interactively"         >*/
   GIMP_RUN_NONINTERACTIVE,  /*< desc="Run non-interactively"     >*/
   GIMP_RUN_WITH_LAST_VALS   /*< desc="Run with last used values" >*/
@@ -470,10 +444,9 @@
 


-
+

enum GimpSizeType

-
typedef enum
-{
+
typedef enum {
   GIMP_PIXELS,  /*< desc="Pixels" >*/
   GIMP_POINTS   /*< desc="Points" >*/
 } GimpSizeType;
@@ -482,10 +455,9 @@
 


-
+

enum GimpStackTraceMode

-
typedef enum
-{
+
typedef enum {
   GIMP_STACK_TRACE_NEVER,
   GIMP_STACK_TRACE_QUERY,
   GIMP_STACK_TRACE_ALWAYS
@@ -495,10 +467,9 @@
 


-
+

enum GimpTextDirection

-
typedef enum
-{
+
typedef enum {
   GIMP_TEXT_DIRECTION_LTR,   /*< desc="From left to right" >*/
   GIMP_TEXT_DIRECTION_RTL    /*< desc="From right to left" >*/
 } GimpTextDirection;
@@ -507,10 +478,9 @@
 


-
+

enum GimpTextJustification

-
typedef enum
-{
+
typedef enum {
   GIMP_TEXT_JUSTIFY_LEFT,    /*< desc="Left justified"  >*/
   GIMP_TEXT_JUSTIFY_RIGHT,   /*< desc="Right justified" >*/
   GIMP_TEXT_JUSTIFY_CENTER,  /*< desc="Centered"        >*/
@@ -521,10 +491,9 @@
 


-
+

enum GimpTransferMode

-
typedef enum
-{
+
typedef enum {
   GIMP_SHADOWS,     /*< desc="Shadows"    >*/
   GIMP_MIDTONES,    /*< desc="Midtones"   >*/
   GIMP_HIGHLIGHTS   /*< desc="Highlights" >*/
@@ -534,10 +503,9 @@
 


-
+

enum GimpTransformDirection

-
typedef enum
-{
+
typedef enum {
   GIMP_TRANSFORM_FORWARD,   /*< desc="Normal (Forward)" >*/
   GIMP_TRANSFORM_BACKWARD   /*< desc="Corrective (Backward)" >*/
 } GimpTransformDirection;
@@ -546,10 +514,9 @@
 


-
+

enum GimpTransformResize

-
typedef enum
-{
+
typedef enum {
   GIMP_TRANSFORM_RESIZE_ADJUST           = 0, /*< desc="Adjust" >*/
   GIMP_TRANSFORM_RESIZE_CLIP             = 1, /*< desc="Clip" >*/
   GIMP_TRANSFORM_RESIZE_CROP,                 /*< desc="Crop to result" >*/
@@ -560,10 +527,9 @@
 


-
+

enum GimpUserDirectory

-
typedef enum
-{
+
typedef enum {
   GIMP_USER_DIRECTORY_DESKTOP,
   GIMP_USER_DIRECTORY_DOCUMENTS,
   GIMP_USER_DIRECTORY_DOWNLOAD,
@@ -574,7 +540,7 @@
   GIMP_USER_DIRECTORY_VIDEOS
 } GimpUserDirectory;
 
-
+

Warning

GimpUserDirectory is deprecated and should not be used in newly-written code.

@@ -582,10 +548,9 @@


-
+

enum GimpVectorsStrokeType

-
typedef enum
-{
+
typedef enum {
   GIMP_VECTORS_STROKE_TYPE_BEZIER
 } GimpVectorsStrokeType;
 
@@ -596,6 +561,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpbasetypes.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpbasetypes.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpbasetypes.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpbasetypes.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpbasetypes - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,60 +35,60 @@
-
+

Synopsis

-
                    GimpEnumDesc;
-                    GimpFlagsDesc;
-void                gimp_type_set_translation_domain    (GType type,
-                                                         const gchar *domain);
-const gchar *       gimp_type_get_translation_domain    (GType type);
-void                gimp_enum_set_value_descriptions    (GType enum_type,
-                                                         const GimpEnumDesc *descriptions);
-const GimpEnumDesc * gimp_enum_get_value_descriptions   (GType enum_type);
-const GimpFlagsDesc * gimp_flags_get_value_descriptions (GType flags_type);
-void                gimp_flags_set_value_descriptions   (GType flags_type,
-                                                         const GimpFlagsDesc *descriptions);
+
struct              GimpEnumDesc;
+struct              GimpFlagsDesc;
+void                gimp_type_set_translation_domain    (GType type,
+                                                         const gchar *domain);
+const gchar *       gimp_type_get_translation_domain    (GType type);
+void                gimp_enum_set_value_descriptions    (GType enum_type,
+                                                         const GimpEnumDesc *descriptions);
+const GimpEnumDesc * gimp_enum_get_value_descriptions   (GType enum_type);
+const GimpFlagsDesc * gimp_flags_get_value_descriptions (GType flags_type);
+void                gimp_flags_set_value_descriptions   (GType flags_type,
+                                                         const GimpFlagsDesc *descriptions);
 
-
+

Description

Translation between gettext translation domain identifier and GType.

-
+

Details

-
-

GimpEnumDesc

-
typedef struct {
+
+

struct GimpEnumDesc

+
struct GimpEnumDesc {
   gint         value;
   const gchar *value_desc;
   const gchar *value_help;
-} GimpEnumDesc;
+};
 


-
-

GimpFlagsDesc

-
typedef struct {
+
+

struct GimpFlagsDesc

+
struct GimpFlagsDesc {
   guint        value;
   const gchar *value_desc;
   const gchar *value_help;
-} GimpFlagsDesc;
+};
 


-
+

gimp_type_set_translation_domain ()

-
void                gimp_type_set_translation_domain    (GType type,
-                                                         const gchar *domain);
+
void                gimp_type_set_translation_domain    (GType type,
+                                                         const gchar *domain);

This function attaches a constant string as a gettext translation -domain identifier to a GType. The only purpose of this function is +domain identifier to a GType. The only purpose of this function is to use it when registering a GTypeEnum with translatable value names.

@@ -97,12 +97,12 @@

type :

-a GType +a GType

domain :

-a constant string that identifies a translation domain or NULL +a constant string that identifies a translation domain or NULL @@ -110,9 +110,9 @@

Since GIMP 2.2


-
+

gimp_type_get_translation_domain ()

-
const gchar *       gimp_type_get_translation_domain    (GType type);
+
const gchar *       gimp_type_get_translation_domain    (GType type);

Retrieves the gettext translation domain identifier that has been previously set using gimp_type_set_translation_domain(). You should @@ -124,25 +124,23 @@

type :

-a GType +a GType

Returns :

- the translation domain associated with type - or NULL if no domain was set - - +the translation domain associated with type +or NULL if no domain was set

Since GIMP 2.2


-
+

gimp_enum_set_value_descriptions ()

-
void                gimp_enum_set_value_descriptions    (GType enum_type,
-                                                         const GimpEnumDesc *descriptions);
+
void                gimp_enum_set_value_descriptions    (GType enum_type,
+                                                         const GimpEnumDesc *descriptions);

Sets the array of human readable and translatable descriptions and help texts for enum values. @@ -152,12 +150,12 @@

enum_type :

-a GType +a GType

descriptions :

-a NULL terminated constant static array of GimpEnumDesc +a NULL terminated constant static array of GimpEnumDesc @@ -165,9 +163,9 @@

Since GIMP 2.2


-
+

gimp_enum_get_value_descriptions ()

-
const GimpEnumDesc * gimp_enum_get_value_descriptions   (GType enum_type);
+
const GimpEnumDesc * gimp_enum_get_value_descriptions   (GType enum_type);

Retreives the array of human readable and translatable descriptions and help texts for enum values. @@ -177,13 +175,12 @@

enum_type :

-a GType +a GType

Returns :

- a NULL terminated constant array of GimpEnumDesc - +a NULL terminated constant array of GimpEnumDesc @@ -191,9 +188,9 @@

Since GIMP 2.2


-
+

gimp_flags_get_value_descriptions ()

-
const GimpFlagsDesc * gimp_flags_get_value_descriptions (GType flags_type);
+
const GimpFlagsDesc * gimp_flags_get_value_descriptions (GType flags_type);

Retreives the array of human readable and translatable descriptions and help texts for flags values. @@ -203,13 +200,12 @@

flags_type :

-a GType +a GType

Returns :

- a NULL terminated constant array of GimpFlagsDesc - +a NULL terminated constant array of GimpFlagsDesc @@ -217,10 +213,10 @@

Since GIMP 2.2


-
+

gimp_flags_set_value_descriptions ()

-
void                gimp_flags_set_value_descriptions   (GType flags_type,
-                                                         const GimpFlagsDesc *descriptions);
+
void                gimp_flags_set_value_descriptions   (GType flags_type,
+                                                         const GimpFlagsDesc *descriptions);

Sets the array of human readable and translatable descriptions and help texts for flags values. @@ -230,12 +226,12 @@

flags_type :

-a GType +a GType

descriptions :

-a NULL terminated constant static array of GimpFlagsDesc +a NULL terminated constant static array of GimpFlagsDesc @@ -246,6 +242,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpchecks.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpchecks.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpchecks.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpchecks.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpchecks - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,26 +35,26 @@
-
+

Synopsis

#define             GIMP_CHECK_SIZE
 #define             GIMP_CHECK_SIZE_SM
 #define             GIMP_CHECK_DARK
 #define             GIMP_CHECK_LIGHT
 void                gimp_checks_get_shades              (GimpCheckType type,
-                                                         guchar *light,
-                                                         guchar *dark);
+                                                         guchar *light,
+                                                         guchar *dark);
 
-
+

Description

Constants and functions related to rendering checkerboards.

-
+

Details

-
+

GIMP_CHECK_SIZE

#define GIMP_CHECK_SIZE      8
 
@@ -65,7 +65,7 @@


-
+

GIMP_CHECK_SIZE_SM

#define GIMP_CHECK_SIZE_SM   4
 
@@ -74,7 +74,7 @@


-
+

GIMP_CHECK_DARK

#define GIMP_CHECK_DARK      0.4
 
@@ -83,7 +83,7 @@


-
+

GIMP_CHECK_LIGHT

#define GIMP_CHECK_LIGHT     0.6
 
@@ -92,11 +92,11 @@


-
+

gimp_checks_get_shades ()

void                gimp_checks_get_shades              (GimpCheckType type,
-                                                         guchar *light,
-                                                         guchar *dark);
+ guchar *light, + guchar *dark);

Retrieves the actual shades of gray to use when drawing a checkerboard for a certain GimpCheckType. @@ -106,18 +106,15 @@

type :

-the checkerboard type - +the checkerboard type

light :

-return location for the light shade - +return location for the light shade

dark :

-return location for the dark shade - +return location for the dark shade
@@ -127,6 +124,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpcpuaccel.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpcpuaccel.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpcpuaccel.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpcpuaccel.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpcpuaccel - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,24 +35,23 @@
-
+ -
+

Description

-
+

Details

-
+

enum GimpCpuAccelFlags

-
typedef enum
-{
+
typedef enum {
   GIMP_CPU_ACCEL_NONE        = 0x0,
 
   /* x86 accelerations */
@@ -71,7 +70,7 @@
 


-
+

gimp_cpu_accel_get_support ()

GimpCpuAccelFlags   gimp_cpu_accel_get_support          (void);

@@ -81,17 +80,16 @@

Returns :

- GimpCpuAccelFlags as supported by the CPU. - - + +GimpCpuAccelFlags as supported by the CPU.

Since GIMP 2.4


-
+

gimp_cpu_accel_set_use ()

-
void                gimp_cpu_accel_set_use              (gboolean use);
+
void                gimp_cpu_accel_set_use              (gboolean use);

This function is for internal use only.

@@ -99,8 +97,7 @@

use :

-whether to use CPU acceleration features or not - +whether to use CPU acceleration features or not

Since GIMP 2.4

@@ -109,6 +106,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpdatafiles.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpdatafiles.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpdatafiles.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpdatafiles.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpdatafiles - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,28 +35,28 @@
-
+

Synopsis

                    GimpDatafileData;
 void                (*GimpDatafileLoaderFunc)           (const GimpDatafileData *file_data,
-                                                         gpointer user_data);
-gboolean            gimp_datafiles_check_extension      (const gchar *filename,
-                                                         const gchar *extension);
-void                gimp_datafiles_read_directories     (const gchar *path_str,
-                                                         GFileTest flags,
+                                                         gpointer user_data);
+gboolean            gimp_datafiles_check_extension      (const gchar *filename,
+                                                         const gchar *extension);
+void                gimp_datafiles_read_directories     (const gchar *path_str,
+                                                         GFileTest flags,
                                                          GimpDatafileLoaderFunc loader_func,
-                                                         gpointer user_data);
+                                                         gpointer user_data);
 
-
+

Description

Functions to handle GIMP data files.

-
+

Details

-
+

GimpDatafileData

typedef struct {
   const gchar *filename;
@@ -72,95 +72,35 @@
 


-
+

GimpDatafileLoaderFunc ()

void                (*GimpDatafileLoaderFunc)           (const GimpDatafileData *file_data,
-                                                         gpointer user_data);
+ gpointer user_data);

-
-- - - - - - - - - - -

file_data :

-

user_data :

-

-
+

gimp_datafiles_check_extension ()

-
gboolean            gimp_datafiles_check_extension      (const gchar *filename,
-                                                         const gchar *extension);
+
gboolean            gimp_datafiles_check_extension      (const gchar *filename,
+                                                         const gchar *extension);

-
-- - - - - - - - - - - - - - -

filename :

-

extension :

-

Returns :

-

-
+

gimp_datafiles_read_directories ()

-
void                gimp_datafiles_read_directories     (const gchar *path_str,
-                                                         GFileTest flags,
+
void                gimp_datafiles_read_directories     (const gchar *path_str,
+                                                         GFileTest flags,
                                                          GimpDatafileLoaderFunc loader_func,
-                                                         gpointer user_data);
+ gpointer user_data);

-
-- - - - - - - - - - - - - - - - - - -

path_str :

-

flags :

-

loader_func :

-

user_data :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpenv.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpenv.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpenv.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpenv.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpenv - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,57 +35,56 @@
-
+

Synopsis

-
void                gimp_env_init                       (gboolean plug_in);
-const gchar *       gimp_directory                      (void);
-const gchar *       gimp_data_directory                 (void);
-const gchar *       gimp_locale_directory               (void);
-const gchar *       gimp_plug_in_directory              (void);
-const gchar *       gimp_sysconf_directory              (void);
-const gchar *       gimp_user_directory                 (GimpUserDirectory type);
-gchar *             gimp_personal_rc_file               (const gchar *basename);
-const gchar *       gimp_gtkrc                          (void);
-GList *             gimp_path_parse                     (const gchar *path,
-                                                         gint max_paths,
-                                                         gboolean check,
-                                                         GList **check_failed);
-gchar *             gimp_path_to_str                    (GList *path);
-void                gimp_path_free                      (GList *path);
-gchar *             gimp_path_get_user_writable_dir     (GList *path);
+
void                gimp_env_init                       (gboolean plug_in);
+const gchar *       gimp_directory                      (void);
+const gchar *       gimp_data_directory                 (void);
+const gchar *       gimp_locale_directory               (void);
+const gchar *       gimp_plug_in_directory              (void);
+const gchar *       gimp_sysconf_directory              (void);
+const gchar *       gimp_user_directory                 (GimpUserDirectory type);
+gchar *             gimp_personal_rc_file               (const gchar *basename);
+const gchar *       gimp_gtkrc                          (void);
+GList *             gimp_path_parse                     (const gchar *path,
+                                                         gint max_paths,
+                                                         gboolean check,
+                                                         GList **check_failed);
+gchar *             gimp_path_to_str                    (GList *path);
+void                gimp_path_free                      (GList *path);
+gchar *             gimp_path_get_user_writable_dir     (GList *path);
 
-
+

Description

A set of functions to find the locations of GIMP's data directories and configuration files.

-
+

Details

-
+

gimp_env_init ()

-
void                gimp_env_init                       (gboolean plug_in);
+
void                gimp_env_init                       (gboolean plug_in);

You don't need to care about this function. It is being called for -you automatically (by means of the MAIN() macro that every plug-in +you automatically (by means of the MAIN() macro that every plug-in runs). Calling it again will cause a fatal error.

- +

plug_in :

must be TRUE if this function is called from a plug-in -must be TRUE if this function is called from a plug-in

Since GIMP 2.4


-
+

gimp_directory ()

-
const gchar *       gimp_directory                      (void);
+
const gchar *       gimp_directory                      (void);

Returns the user-specific GIMP settings directory. If the environment variable GIMP2_DIRECTORY exists, it is used. If it is @@ -112,15 +111,14 @@

Returns :

- The user-specific GIMP settings directory. - +The user-specific GIMP settings directory.

-
+

gimp_data_directory ()

-
const gchar *       gimp_data_directory                 (void);
+
const gchar *       gimp_data_directory                 (void);

Returns the top directory for GIMP data. If the environment variable GIMP2_DATADIR exists, that is used. It should be an @@ -138,15 +136,14 @@

Returns :

- The top directory for GIMP data. - +The top directory for GIMP data.

-
+

gimp_locale_directory ()

-
const gchar *       gimp_locale_directory               (void);
+
const gchar *       gimp_locale_directory               (void);

Returns the top directory for GIMP locale files. If the environment variable GIMP2_LOCALEDIR exists, that is used. It should be an @@ -167,15 +164,14 @@

Returns :

- The top directory for GIMP locale files. - +The top directory for GIMP locale files.

-
+

gimp_plug_in_directory ()

-
const gchar *       gimp_plug_in_directory              (void);
+
const gchar *       gimp_plug_in_directory              (void);

Returns the top directory for GIMP plug_ins and modules. If the environment variable GIMP2_PLUGINDIR exists, that is used. It @@ -193,15 +189,14 @@

Returns :

- The top directory for GIMP plug_ins and modules. - +The top directory for GIMP plug_ins and modules.

-
+

gimp_sysconf_directory ()

-
const gchar *       gimp_sysconf_directory              (void);
+
const gchar *       gimp_sysconf_directory              (void);

Returns the top directory for GIMP config files. If the environment variable GIMP2_SYSCONFDIR exists, that is used. It should be an @@ -219,51 +214,47 @@

Returns :

- The top directory for GIMP config files. - +The top directory for GIMP config files.

-
+

gimp_user_directory ()

-
const gchar *       gimp_user_directory                 (GimpUserDirectory type);
-
+
const gchar *       gimp_user_directory                 (GimpUserDirectory type);
+

Warning

gimp_user_directory is deprecated and should not be used in newly-written code.

-This procedure is deprecated! Use g_get_user_special_dir() instead. +This procedure is deprecated! Use g_get_user_special_dir() instead.

- + - +

type :

the type of user directory to retrieve -the type of user directory to retrieve

Returns :

The path to the specified user directory, or NULL if the - logical ID was not found. - -The path to the specified user directory, or NULL if the +logical ID was not found.

Since GIMP 2.4


-
+

gimp_personal_rc_file ()

-
gchar *             gimp_personal_rc_file               (const gchar *basename);
+
gchar *             gimp_personal_rc_file               (const gchar *basename);

Returns the name of a file in the user-specific GIMP settings directory.

The returned string is allocated dynamically and *SHOULD* be freed -with g_free() after use. The returned string is in the encoding +with g_free() after use. The returned string is in the encoding used for filenames by GLib, which isn't necessarily UTF-8. (On Windows it always is UTF-8.)

@@ -272,21 +263,19 @@

basename :

-The basename of a rc_file. - +The basename of a rc_file.

Returns :

- The name of a file in the user-specific GIMP settings directory. - +The name of a file in the user-specific GIMP settings directory.

-
+

gimp_gtkrc ()

-
const gchar *       gimp_gtkrc                          (void);
+
const gchar *       gimp_gtkrc                          (void);

Returns the name of GIMP's application-specific gtkrc file.

@@ -300,75 +289,67 @@

Returns :

- The name of GIMP's application-specific gtkrc file. - +The name of GIMP's application-specific gtkrc file.

-
+

gimp_path_parse ()

-
GList *             gimp_path_parse                     (const gchar *path,
-                                                         gint max_paths,
-                                                         gboolean check,
-                                                         GList **check_failed);
+
GList *             gimp_path_parse                     (const gchar *path,
+                                                         gint max_paths,
+                                                         gboolean check,
+                                                         GList **check_failed);
- + - + +TRUE if you want the directories to be checked. - + - +

path :

A list of directories separated by G_SEARCHPATH_SEPARATOR. -A list of directories separated by G_SEARCHPATH_SEPARATOR.

max_paths :

The maximum number of directories to return. -The maximum number of directories to return.

check :

-TRUE if you want the directories to be checked. -

check_failed :

Returns a GList of path elements for which the - check failed. -Returns a GList of path elements for which the +check failed.

Returns :

A GList of all directories in path. -A GList of all directories in path.

-
+

gimp_path_to_str ()

-
gchar *             gimp_path_to_str                    (GList *path);
+
gchar *             gimp_path_to_str                    (GList *path);
- + - +

path :

A list of directories as returned by gimp_path_parse(). -A list of directories as returned by gimp_path_parse().

Returns :

A searchpath string separated by G_SEARCHPATH_SEPARATOR. -A searchpath string separated by G_SEARCHPATH_SEPARATOR.

-
+

gimp_path_free ()

-
void                gimp_path_free                      (GList *path);
+
void                gimp_path_free                      (GList *path);

This function frees the memory allocated for the list and the strings it contains. @@ -377,30 +358,27 @@

path :

-A list of directories as returned by gimp_path_parse(). - +A list of directories as returned by gimp_path_parse().

-
+

gimp_path_get_user_writable_dir ()

-
gchar *             gimp_path_get_user_writable_dir     (GList *path);
+
gchar *             gimp_path_get_user_writable_dir     (GList *path);

-Note that you have to g_free() the returned string. +Note that you have to g_free() the returned string.

- + - +

path :

A list of directories as returned by gimp_path_parse(). -A list of directories as returned by gimp_path_parse().

Returns :

The first directory in path where the user has write permission. -The first directory in path where the user has write permission.
@@ -409,6 +387,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimplimits.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimplimits.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimplimits.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimplimits.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimplimits - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

#define             GIMP_MIN_IMAGE_SIZE
 #define             GIMP_MAX_IMAGE_SIZE
@@ -44,15 +44,15 @@
 #define             GIMP_MAX_MEMSIZE
 
-
+

Description

Boundaries of some GIMP data types and some global constants.

-
+

Details

-
+

GIMP_MIN_IMAGE_SIZE

#define GIMP_MIN_IMAGE_SIZE  1
 
@@ -61,7 +61,7 @@


-
+

GIMP_MAX_IMAGE_SIZE

#define GIMP_MAX_IMAGE_SIZE  262144    /*  2^18  */
 
@@ -72,7 +72,7 @@


-
+

GIMP_MIN_RESOLUTION

#define GIMP_MIN_RESOLUTION  5e-3      /*  shouldn't display as 0.000  */
 
@@ -84,7 +84,7 @@


-
+

GIMP_MAX_RESOLUTION

#define GIMP_MAX_RESOLUTION  65536.0
 
@@ -96,20 +96,20 @@


-
+

GIMP_MAX_MEMSIZE

#define GIMP_MAX_MEMSIZE     ((guint64) 1 << 42) /*  4 terabyte;
 

A large but arbitrary value that can be used when an upper limit for a -memory size (in bytes) is needed. It is smaller than G_MAXDOUBLE since -the GimpMemsizeEntry doesn't handle larger values. +memory size (in bytes) is needed. It is smaller than G_MAXDOUBLE since +the GimpMemsizeEntry doesn't handle larger values.

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpmemsize.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpmemsize.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpmemsize.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpmemsize.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpmemsize - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,65 +35,62 @@
-
+

Synopsis

-
gchar *             gimp_memsize_serialize              (guint64 memsize);
-gboolean            gimp_memsize_deserialize            (const gchar *string,
-                                                         guint64 *memsize);
-gchar *             gimp_memsize_to_string              (guint64 memsize);
+
gchar *             gimp_memsize_serialize              (guint64 memsize);
+gboolean            gimp_memsize_deserialize            (const gchar *string,
+                                                         guint64 *memsize);
+gchar *             gimp_memsize_to_string              (guint64 memsize);
 #define             GIMP_TYPE_MEMSIZE
 #define             GIMP_TYPE_PARAM_MEMSIZE
 #define             GIMP_IS_PARAM_SPEC_MEMSIZE          (pspec)
-GParamSpec *        gimp_param_spec_memsize             (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
-                                                         guint64 minimum,
-                                                         guint64 maximum,
-                                                         guint64 default_value,
-                                                         GParamFlags flags);
+GParamSpec *        gimp_param_spec_memsize             (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
+                                                         guint64 minimum,
+                                                         guint64 maximum,
+                                                         guint64 default_value,
+                                                         GParamFlags flags);
 #define             GIMP_VALUE_HOLDS_MEMSIZE            (value)
 
-
+

Description

Functions to (de)serialize a given memory size.

-
+

Details

-
+

gimp_memsize_serialize ()

-
gchar *             gimp_memsize_serialize              (guint64 memsize);
+
gchar *             gimp_memsize_serialize              (guint64 memsize);

Creates a string representation of a given memory size. This string can be parsed by gimp_memsize_deserialize() and can thus be used in config files. It should not be displayed to the user. If you need a -nice human-readable string please use g_format_size_for_display(). +nice human-readable string please use g_format_size_for_display().

- + - +

memsize :

memory size in bytes -memory size in bytes

Returns :

A newly allocated string representation of memsize. - -A newly allocated string representation of memsize.

Since GIMP 2.2


-
+

gimp_memsize_deserialize ()

-
gboolean            gimp_memsize_deserialize            (const gchar *string,
-                                                         guint64 *memsize);
+
gboolean            gimp_memsize_deserialize            (const gchar *string,
+                                                         guint64 *memsize);

Parses a string representation of a memory size as returned by gimp_memsize_serialize(). @@ -108,58 +105,54 @@

memsize :

-return location for memory size in bytes - +return location for memory size in bytes

Returns :

- TRUE if the string was successfully parsed and - memsize has been set, FALSE otherwise. - - + +TRUE if the string was successfully parsed and +memsize has been set, FALSE otherwise.

Since GIMP 2.2


-
+

gimp_memsize_to_string ()

-
gchar *             gimp_memsize_to_string              (guint64 memsize);
-
+
gchar *             gimp_memsize_to_string              (guint64 memsize);
+

Warning

gimp_memsize_to_string is deprecated and should not be used in newly-written code.

-This function is deprecated! Use g_format_size_for_display() instead. +This function is deprecated! Use g_format_size_for_display() instead.

- + - +

memsize :

A memory size in bytes. -A memory size in bytes.

Returns :

A newly allocated human-readable, translated string. -A newly allocated human-readable, translated string.

-
+

GIMP_TYPE_MEMSIZE

#define GIMP_TYPE_MEMSIZE               (gimp_memsize_get_type ())
 

-GIMP_TYPE_MEMSIZE is a GType derived from G_TYPE_UINT64. +GIMP_TYPE_MEMSIZE is a GType derived from G_TYPE_UINT64.


-
+

GIMP_TYPE_PARAM_MEMSIZE

#define GIMP_TYPE_PARAM_MEMSIZE           (gimp_param_memsize_get_type ())
 
@@ -167,103 +160,79 @@


-
+

GIMP_IS_PARAM_SPEC_MEMSIZE()

#define GIMP_IS_PARAM_SPEC_MEMSIZE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_MEMSIZE))
 

-
-- - - - -

pspec :

-

-
+

gimp_param_spec_memsize ()

-
GParamSpec *        gimp_param_spec_memsize             (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
-                                                         guint64 minimum,
-                                                         guint64 maximum,
-                                                         guint64 default_value,
-                                                         GParamFlags flags);
+
GParamSpec *        gimp_param_spec_memsize             (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
+                                                         guint64 minimum,
+                                                         guint64 maximum,
+                                                         guint64 default_value,
+                                                         GParamFlags flags);

Creates a param spec to hold a memory size value. -See g_param_spec_internal() for more information. +See g_param_spec_internal() for more information.

- + - + - + - + - + - + - - +

name :

Canonical name of the param -Canonical name of the param

nick :

Nickname of the param -Nickname of the param

blurb :

Brief desciption of param. -Brief desciption of param.

minimum :

Smallest allowed value of the parameter. -Smallest allowed value of the parameter.

maximum :

Largest allowed value of the parameter. -Largest allowed value of the parameter.

default_value :

Value to use if none is assigned. -Value to use if none is assigned.

flags :

a combination of GParamFlags +a combination of GParamFlags

Returns :

a newly allocated GParamSpec instance - -a newly allocated GParamSpec instance

Since GIMP 2.4


-
+

GIMP_VALUE_HOLDS_MEMSIZE()

#define GIMP_VALUE_HOLDS_MEMSIZE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MEMSIZE))
 

-
-- - - - -

value :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpparam.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpparam.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpparam.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpparam.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpparam - + - + @@ -26,16 +26,16 @@ Description -
+

gimpparam

-

gimpparam — Definitions of useful GParamFlags.

+

gimpparam — Definitions of useful GParamFlags.

-
+

Synopsis

#define             GIMP_PARAM_STATIC_STRINGS
 #define             GIMP_PARAM_READABLE
@@ -43,14 +43,14 @@
 #define             GIMP_PARAM_READWRITE
 
-
+

Description

-
+

Details

-
+

GIMP_PARAM_STATIC_STRINGS

#define             GIMP_PARAM_STATIC_STRINGS

@@ -58,7 +58,7 @@


-
+

GIMP_PARAM_READABLE

#define             GIMP_PARAM_READABLE

@@ -66,7 +66,7 @@


-
+

GIMP_PARAM_WRITABLE

#define             GIMP_PARAM_WRITABLE

@@ -74,7 +74,7 @@


-
+

GIMP_PARAM_READWRITE

#define             GIMP_PARAM_READWRITE

@@ -85,6 +85,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpparasite.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpparasite.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpparasite.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpparasite.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpparasite - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,27 +35,27 @@
-
+

Synopsis

                    GimpParasite;
-GimpParasite *      gimp_parasite_new                   (const gchar *name,
-                                                         guint32 flags,
-                                                         guint32 size,
-                                                         gconstpointer data);
+GimpParasite *      gimp_parasite_new                   (const gchar *name,
+                                                         guint32 flags,
+                                                         guint32 size,
+                                                         gconstpointer data);
 void                gimp_parasite_free                  (GimpParasite *parasite);
 GimpParasite *      gimp_parasite_copy                  (const GimpParasite *parasite);
-gboolean            gimp_parasite_compare               (const GimpParasite *a,
+gboolean            gimp_parasite_compare               (const GimpParasite *a,
                                                          const GimpParasite *b);
-gboolean            gimp_parasite_is_type               (const GimpParasite *parasite,
-                                                         const gchar *name);
-gboolean            gimp_parasite_is_persistent         (const GimpParasite *parasite);
-gboolean            gimp_parasite_is_undoable           (const GimpParasite *parasite);
-gboolean            gimp_parasite_has_flag              (const GimpParasite *parasite,
-                                                         gulong flag);
-gulong              gimp_parasite_flags                 (const GimpParasite *parasite);
-const gchar *       gimp_parasite_name                  (const GimpParasite *parasite);
-gconstpointer       gimp_parasite_data                  (const GimpParasite *parasite);
-glong               gimp_parasite_data_size             (const GimpParasite *parasite);
+gboolean            gimp_parasite_is_type               (const GimpParasite *parasite,
+                                                         const gchar *name);
+gboolean            gimp_parasite_is_persistent         (const GimpParasite *parasite);
+gboolean            gimp_parasite_is_undoable           (const GimpParasite *parasite);
+gboolean            gimp_parasite_has_flag              (const GimpParasite *parasite,
+                                                         gulong flag);
+gulong              gimp_parasite_flags                 (const GimpParasite *parasite);
+const gchar *       gimp_parasite_name                  (const GimpParasite *parasite);
+gconstpointer       gimp_parasite_data                  (const GimpParasite *parasite);
+glong               gimp_parasite_data_size             (const GimpParasite *parasite);
 #define             GIMP_PARASITE_PERSISTENT
 #define             GIMP_PARASITE_UNDOABLE
 #define             GIMP_PARASITE_ATTACH_PARENT
@@ -67,22 +67,22 @@
 #define             GIMP_TYPE_PARASITE
 #define             GIMP_TYPE_PARAM_PARASITE
 #define             GIMP_IS_PARAM_SPEC_PARASITE         (pspec)
-GParamSpec *        gimp_param_spec_parasite            (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
-                                                         GParamFlags flags);
+GParamSpec *        gimp_param_spec_parasite            (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
+                                                         GParamFlags flags);
 #define             GIMP_VALUE_HOLDS_PARASITE           (value)
 
-
+

Description

Arbitrary pieces of data which can be attached to various GIMP objects.

-
+

Details

-
+

GimpParasite

typedef struct {
   gchar    *name;   /* The name of the parasite. USE A UNIQUE PREFIX! */
@@ -96,300 +96,97 @@
 


-
+

gimp_parasite_new ()

-
GimpParasite *      gimp_parasite_new                   (const gchar *name,
-                                                         guint32 flags,
-                                                         guint32 size,
-                                                         gconstpointer data);
+
GimpParasite *      gimp_parasite_new                   (const gchar *name,
+                                                         guint32 flags,
+                                                         guint32 size,
+                                                         gconstpointer data);

-
-- - - - - - - - - - - - - - - - - - - - - - -

name :

-

flags :

-

size :

-

data :

-

Returns :

-

-
+

gimp_parasite_free ()

void                gimp_parasite_free                  (GimpParasite *parasite);

-
-- - - - -

parasite :

-

-
+

gimp_parasite_copy ()

GimpParasite *      gimp_parasite_copy                  (const GimpParasite *parasite);

-
-- - - - - - - - - - -

parasite :

-

Returns :

-

-
+

gimp_parasite_compare ()

-
gboolean            gimp_parasite_compare               (const GimpParasite *a,
+
gboolean            gimp_parasite_compare               (const GimpParasite *a,
                                                          const GimpParasite *b);

-
-- - - - - - - - - - - - - - -

a :

-

b :

-

Returns :

-

-
+

gimp_parasite_is_type ()

-
gboolean            gimp_parasite_is_type               (const GimpParasite *parasite,
-                                                         const gchar *name);
+
gboolean            gimp_parasite_is_type               (const GimpParasite *parasite,
+                                                         const gchar *name);

-
-- - - - - - - - - - - - - - -

parasite :

-

name :

-

Returns :

-

-
+

gimp_parasite_is_persistent ()

-
gboolean            gimp_parasite_is_persistent         (const GimpParasite *parasite);
+
gboolean            gimp_parasite_is_persistent         (const GimpParasite *parasite);

-
-- - - - - - - - - - -

parasite :

-

Returns :

-

-
+

gimp_parasite_is_undoable ()

-
gboolean            gimp_parasite_is_undoable           (const GimpParasite *parasite);
+
gboolean            gimp_parasite_is_undoable           (const GimpParasite *parasite);

-
-- - - - - - - - - - -

parasite :

-

Returns :

-

-
+

gimp_parasite_has_flag ()

-
gboolean            gimp_parasite_has_flag              (const GimpParasite *parasite,
-                                                         gulong flag);
+
gboolean            gimp_parasite_has_flag              (const GimpParasite *parasite,
+                                                         gulong flag);

-
-- - - - - - - - - - - - - - -

parasite :

-

flag :

-

Returns :

-

-
+

gimp_parasite_flags ()

-
gulong              gimp_parasite_flags                 (const GimpParasite *parasite);
+
gulong              gimp_parasite_flags                 (const GimpParasite *parasite);

-
-- - - - - - - - - - -

parasite :

-

Returns :

-

-
+

gimp_parasite_name ()

-
const gchar *       gimp_parasite_name                  (const GimpParasite *parasite);
+
const gchar *       gimp_parasite_name                  (const GimpParasite *parasite);

-
-- - - - - - - - - - -

parasite :

-

Returns :

-

-
+

gimp_parasite_data ()

-
gconstpointer       gimp_parasite_data                  (const GimpParasite *parasite);
+
gconstpointer       gimp_parasite_data                  (const GimpParasite *parasite);

-
-- - - - - - - - - - -

parasite :

-

Returns :

-

-
+

gimp_parasite_data_size ()

-
glong               gimp_parasite_data_size             (const GimpParasite *parasite);
+
glong               gimp_parasite_data_size             (const GimpParasite *parasite);

-
-- - - - - - - - - - -

parasite :

-

Returns :

-

-
+

GIMP_PARASITE_PERSISTENT

#define GIMP_PARASITE_PERSISTENT 1
 
@@ -397,7 +194,7 @@


-
+

GIMP_PARASITE_UNDOABLE

#define GIMP_PARASITE_UNDOABLE   2
 
@@ -405,7 +202,7 @@


-
+

GIMP_PARASITE_ATTACH_PARENT

#define GIMP_PARASITE_ATTACH_PARENT     (0x80 << 8)
 
@@ -413,7 +210,7 @@


-
+

GIMP_PARASITE_PARENT_PERSISTENT

#define GIMP_PARASITE_PARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 8)
 
@@ -421,7 +218,7 @@


-
+

GIMP_PARASITE_PARENT_UNDOABLE

#define GIMP_PARASITE_PARENT_UNDOABLE   (GIMP_PARASITE_UNDOABLE << 8)
 
@@ -429,7 +226,7 @@


-
+

GIMP_PARASITE_ATTACH_GRANDPARENT

#define GIMP_PARASITE_ATTACH_GRANDPARENT     (0x80 << 16)
 
@@ -437,7 +234,7 @@


-
+

GIMP_PARASITE_GRANDPARENT_PERSISTENT

#define GIMP_PARASITE_GRANDPARENT_PERSISTENT (GIMP_PARASITE_PERSISTENT << 16)
 
@@ -445,7 +242,7 @@


-
+

GIMP_PARASITE_GRANDPARENT_UNDOABLE

#define GIMP_PARASITE_GRANDPARENT_UNDOABLE   (GIMP_PARASITE_UNDOABLE << 16)
 
@@ -453,7 +250,7 @@


-
+

GIMP_TYPE_PARASITE

#define GIMP_TYPE_PARASITE               (gimp_parasite_get_type ())
 
@@ -461,7 +258,7 @@


-
+

GIMP_TYPE_PARAM_PARASITE

#define GIMP_TYPE_PARAM_PARASITE           (gimp_param_parasite_get_type ())
 
@@ -469,88 +266,42 @@


-
+

GIMP_IS_PARAM_SPEC_PARASITE()

#define GIMP_IS_PARAM_SPEC_PARASITE(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_PARASITE))
 

-
-- - - - -

pspec :

-

-
+

gimp_param_spec_parasite ()

-
GParamSpec *        gimp_param_spec_parasite            (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
-                                                         GParamFlags flags);
+
GParamSpec *        gimp_param_spec_parasite            (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
+                                                         GParamFlags flags);

-
-- - - - - - - - - - - - - - - - - - - - - - -

name :

-

nick :

-

blurb :

-

flags :

-

Returns :

-

-
+

GIMP_VALUE_HOLDS_PARASITE()

#define GIMP_VALUE_HOLDS_PARASITE(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_PARASITE))
 

-
-- - - - -

value :

-
- + Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpparasiteio.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpparasiteio.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpparasiteio.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpparasiteio.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpparasiteio - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,24 +35,24 @@
-
+

Synopsis

#define             GIMP_PIXPIPE_MAXDIM
 void                gimp_pixpipe_params_init            (GimpPixPipeParams *params);
-void                gimp_pixpipe_params_parse           (const gchar *parameters,
+void                gimp_pixpipe_params_parse           (const gchar *parameters,
                                                          GimpPixPipeParams *params);
-gchar *             gimp_pixpipe_params_build           (GimpPixPipeParams *params);
+gchar *             gimp_pixpipe_params_build           (GimpPixPipeParams *params);
 
-
+

Description

Utility functions to (de)serialize certain C structures to/from GimpParasite's.

-
+

Details

-
+

GIMP_PIXPIPE_MAXDIM

#define GIMP_PIXPIPE_MAXDIM 4
 
@@ -60,67 +60,29 @@


-
+

gimp_pixpipe_params_init ()

void                gimp_pixpipe_params_init            (GimpPixPipeParams *params);

-
-- - - - -

params :

-

-
+

gimp_pixpipe_params_parse ()

-
void                gimp_pixpipe_params_parse           (const gchar *parameters,
+
void                gimp_pixpipe_params_parse           (const gchar *parameters,
                                                          GimpPixPipeParams *params);

-
-- - - - - - - - - - -

parameters :

-

params :

-

-
+

gimp_pixpipe_params_build ()

-
gchar *             gimp_pixpipe_params_build           (GimpPixPipeParams *params);
+
gchar *             gimp_pixpipe_params_build           (GimpPixPipeParams *params);

-
-- - - - - - - - - - -

params :

-

Returns :

-
-
+

See Also

GimpParasite @@ -129,6 +91,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimprectangle.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimprectangle.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimprectangle.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimprectangle.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimprectangle - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,43 +35,43 @@
-
+

Synopsis

-
gboolean            gimp_rectangle_intersect            (gint x1,
-                                                         gint y1,
-                                                         gint width1,
-                                                         gint height1,
-                                                         gint x2,
-                                                         gint y2,
-                                                         gint width2,
-                                                         gint height2,
-                                                         gint *dest_x,
-                                                         gint *dest_y,
-                                                         gint *dest_width,
-                                                         gint *dest_height);
+
gboolean            gimp_rectangle_intersect            (gint x1,
+                                                         gint y1,
+                                                         gint width1,
+                                                         gint height1,
+                                                         gint x2,
+                                                         gint y2,
+                                                         gint width2,
+                                                         gint height2,
+                                                         gint *dest_x,
+                                                         gint *dest_y,
+                                                         gint *dest_width,
+                                                         gint *dest_height);
 
-
+

Description

-
+

Details

-
+

gimp_rectangle_intersect ()

-
gboolean            gimp_rectangle_intersect            (gint x1,
-                                                         gint y1,
-                                                         gint width1,
-                                                         gint height1,
-                                                         gint x2,
-                                                         gint y2,
-                                                         gint width2,
-                                                         gint height2,
-                                                         gint *dest_x,
-                                                         gint *dest_y,
-                                                         gint *dest_width,
-                                                         gint *dest_height);
+
gboolean            gimp_rectangle_intersect            (gint x1,
+                                                         gint y1,
+                                                         gint width1,
+                                                         gint height1,
+                                                         gint x2,
+                                                         gint y2,
+                                                         gint width2,
+                                                         gint height2,
+                                                         gint *dest_x,
+                                                         gint *dest_y,
+                                                         gint *dest_width,
+                                                         gint *dest_height);

Calculates the intersection of two rectangles.

@@ -80,69 +80,56 @@

x1 :

-origin of first rectangle - +origin of first rectangle

y1 :

-origin of first rectangle - +origin of first rectangle

width1 :

-width of first rectangle - +width of first rectangle

height1 :

-height of first rectangle - +height of first rectangle

x2 :

-origin of second rectangle - +origin of second rectangle

y2 :

-origin of second rectangle - +origin of second rectangle

width2 :

-width of second rectangle - +width of second rectangle

height2 :

-height of second rectangle - +height of second rectangle

dest_x :

-return location for origin of intersection (may be NULL) - +return location for origin of intersection (may be NULL)

dest_y :

-return location for origin of intersection (may be NULL) - +return location for origin of intersection (may be NULL)

dest_width :

-return location for width of intersection (may be NULL) - +return location for width of intersection (may be NULL)

dest_height :

-return location for height of intersection (may be NULL) - +return location for height of intersection (may be NULL)

Returns :

- TRUE if the intersection is non-empty, FALSE otherwise - - + +TRUE if the intersection is non-empty, FALSE otherwise
@@ -152,6 +139,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpsignal.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpsignal.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpsignal.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpsignal.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpsignal - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,25 +35,25 @@
-
+ -
+

Description

Portable signal handling.

-
+

Details

-
+

GimpSignalHandlerFunc ()

-
void                (*GimpSignalHandlerFunc)            (gint signum);
+
void                (*GimpSignalHandlerFunc)            (gint signum);

A prototype for signal handler functions. Note that each function which takes or returns a variable of this type also accepts or may return @@ -65,17 +65,16 @@

signum :

The number of the signal. Useful if different signals are handled - by a single handler. - +by a single handler.

-
+

gimp_signal_private ()

-
GimpSignalHandlerFunc  gimp_signal_private              (gint signum,
+
GimpSignalHandlerFunc gimp_signal_private               (gint signum,
                                                          GimpSignalHandlerFunc handler,
-                                                         gint flags);
+ gint flags);

This function furnishes a workalike for signal(2) but which internally invokes sigaction(2) after certain @@ -96,33 +95,29 @@

signum :

-Selects signal to be handled see man 5 signal (or man 7 signal) - +Selects signal to be handled see man 5 signal (or man 7 signal)

handler :

Handler that maps to signum. Invoked by O/S. - Handler gets signal that caused invocation. Corresponds - to the sa_handler field of the sigaction struct. - +Handler gets signal that caused invocation. Corresponds +to the sa_handler field of the sigaction struct.

flags :

Preferences. OR'ed SA_<xxx>. See man sigaction. Corresponds - to the sa_flags field of the sigaction struct. - +to the sa_flags field of the sigaction struct.

Returns :

- A reference to the signal handling function which was - active before the call to gimp_signal_private(). - +A reference to the signal handling function which was +active before the call to gimp_signal_private().
-
+

See Also

signal(2), signal(5 or 7), sigaction(2). @@ -131,6 +126,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpunit.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpunit.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpunit.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpunit.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpunit - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,55 +36,54 @@
-
+

Synopsis

enum                GimpUnit;
-gint                gimp_unit_get_number_of_units       (void);
-gint                gimp_unit_get_number_of_built_in_units
+gint                gimp_unit_get_number_of_units       (void);
+gint                gimp_unit_get_number_of_built_in_units
                                                         (void);
-GimpUnit            gimp_unit_new                       (gchar *identifier,
-                                                         gdouble factor,
-                                                         gint digits,
-                                                         gchar *symbol,
-                                                         gchar *abbreviation,
-                                                         gchar *singular,
-                                                         gchar *plural);
-gboolean            gimp_unit_get_deletion_flag         (GimpUnit unit);
+GimpUnit            gimp_unit_new                       (gchar *identifier,
+                                                         gdouble factor,
+                                                         gint digits,
+                                                         gchar *symbol,
+                                                         gchar *abbreviation,
+                                                         gchar *singular,
+                                                         gchar *plural);
+gboolean            gimp_unit_get_deletion_flag         (GimpUnit unit);
 void                gimp_unit_set_deletion_flag         (GimpUnit unit,
-                                                         gboolean deletion_flag);
-gdouble             gimp_unit_get_factor                (GimpUnit unit);
-gint                gimp_unit_get_digits                (GimpUnit unit);
-const gchar *       gimp_unit_get_identifier            (GimpUnit unit);
-const gchar *       gimp_unit_get_symbol                (GimpUnit unit);
-const gchar *       gimp_unit_get_abbreviation          (GimpUnit unit);
-const gchar *       gimp_unit_get_singular              (GimpUnit unit);
-const gchar *       gimp_unit_get_plural                (GimpUnit unit);
+                                                         gboolean deletion_flag);
+gdouble             gimp_unit_get_factor                (GimpUnit unit);
+gint                gimp_unit_get_digits                (GimpUnit unit);
+const gchar *       gimp_unit_get_identifier            (GimpUnit unit);
+const gchar *       gimp_unit_get_symbol                (GimpUnit unit);
+const gchar *       gimp_unit_get_abbreviation          (GimpUnit unit);
+const gchar *       gimp_unit_get_singular              (GimpUnit unit);
+const gchar *       gimp_unit_get_plural                (GimpUnit unit);
 #define             GIMP_TYPE_UNIT
 #define             GIMP_TYPE_PARAM_UNIT
 #define             GIMP_IS_PARAM_SPEC_UNIT             (pspec)
-GParamSpec *        gimp_param_spec_unit                (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
-                                                         gboolean allow_pixels,
-                                                         gboolean allow_percent,
+GParamSpec *        gimp_param_spec_unit                (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
+                                                         gboolean allow_pixels,
+                                                         gboolean allow_percent,
                                                          GimpUnit default_value,
-                                                         GParamFlags flags);
+                                                         GParamFlags flags);
 #define             GIMP_VALUE_HOLDS_UNIT               (value)
 
-
+

Description

Provides a collection of predefined units and functions for creating user-defined units.

-
+

Details

-
+

enum GimpUnit

-
typedef enum /*< skip >*/
-{
+
typedef enum {
   GIMP_UNIT_PIXEL   = 0,
 
   GIMP_UNIT_INCH    = 1,
@@ -101,9 +100,9 @@
 


-
+

gimp_unit_get_number_of_units ()

-
gint                gimp_unit_get_number_of_units       (void);
+
gint                gimp_unit_get_number_of_units       (void);

Returns the number of units which are known to the GimpUnit system.

@@ -111,15 +110,14 @@

Returns :

- The number of defined units. - +The number of defined units.

-
+

gimp_unit_get_number_of_built_in_units ()

-
gint                gimp_unit_get_number_of_built_in_units
+
gint                gimp_unit_get_number_of_built_in_units
                                                         (void);

Returns the number of GimpUnit's which are hardcoded in the unit system @@ -130,27 +128,26 @@

Returns :

- The number of built-in units. - +The number of built-in units.

-
+

gimp_unit_new ()

-
GimpUnit            gimp_unit_new                       (gchar *identifier,
-                                                         gdouble factor,
-                                                         gint digits,
-                                                         gchar *symbol,
-                                                         gchar *abbreviation,
-                                                         gchar *singular,
-                                                         gchar *plural);
+
GimpUnit            gimp_unit_new                       (gchar *identifier,
+                                                         gdouble factor,
+                                                         gint digits,
+                                                         gchar *symbol,
+                                                         gchar *abbreviation,
+                                                         gchar *singular,
+                                                         gchar *plural);

Returns the integer ID of the new GimpUnit.

Note that a new unit is always created with it's deletion flag -set to TRUE. You will have to set it to FALSE with +set to TRUE. You will have to set it to FALSE with gimp_unit_set_deletion_flag() to make the unit definition persistent.

@@ -158,75 +155,65 @@ - + - + - + - + - + - + - + - +

identifier :

The unit's identifier string. -The unit's identifier string.

factor :

The unit's factor (how many units are in one inch). -The unit's factor (how many units are in one inch).

digits :

The unit's suggested number of digits (see gimp_unit_get_digits()). -The unit's suggested number of digits (see gimp_unit_get_digits()).

symbol :

The symbol of the unit (e.g. "''" for inch). -The symbol of the unit (e.g. "''" for inch).

abbreviation :

The abbreviation of the unit. -The abbreviation of the unit.

singular :

The singular form of the unit. -The singular form of the unit.

plural :

The plural form of the unit. -The plural form of the unit.

Returns :

The ID of the new unit. -The ID of the new unit.

-
+

gimp_unit_get_deletion_flag ()

-
gboolean            gimp_unit_get_deletion_flag         (GimpUnit unit);
+
gboolean            gimp_unit_get_deletion_flag         (GimpUnit unit);
- + - +

unit :

The unit you want to know the deletion_flag of. -The unit you want to know the deletion_flag of.

Returns :

The unit's deletion_flag. -The unit's deletion_flag.

-
+

gimp_unit_set_deletion_flag ()

void                gimp_unit_set_deletion_flag         (GimpUnit unit,
-                                                         gboolean deletion_flag);
+ gboolean deletion_flag);

Sets a GimpUnit's deletion_flag. If the deletion_flag of a unit is -TRUE when GIMP exits, this unit will not be saved in the users's +TRUE when GIMP exits, this unit will not be saved in the users's "unitrc" file.

@@ -238,21 +225,19 @@

unit :

-The unit you want to set the deletion_flag for. - +The unit you want to set the deletion_flag for.

deletion_flag :

-The new deletion_flag. - +The new deletion_flag.

-
+

gimp_unit_get_factor ()

-
gdouble             gimp_unit_get_factor                (GimpUnit unit);
+
gdouble             gimp_unit_get_factor                (GimpUnit unit);

A GimpUnit's factor is defined to be:

@@ -267,21 +252,19 @@

unit :

-The unit you want to know the factor of. - +The unit you want to know the factor of.

Returns :

- The unit's factor. - +The unit's factor.

-
+

gimp_unit_get_digits ()

-
gint                gimp_unit_get_digits                (GimpUnit unit);
+
gint                gimp_unit_get_digits                (GimpUnit unit);

Returns the number of digits an entry field should provide to get approximately the same accuracy as an inch input field with two digits. @@ -294,21 +277,19 @@

unit :

-The unit you want to know the digits. - +The unit you want to know the digits.

Returns :

- The suggested number of digits. - +The suggested number of digits.

-
+

gimp_unit_get_identifier ()

-
const gchar *       gimp_unit_get_identifier            (GimpUnit unit);
+
const gchar *       gimp_unit_get_identifier            (GimpUnit unit);

This is an unstranslated string and must not be changed or freed.

@@ -317,21 +298,19 @@

unit :

-The unit you want to know the identifier of. - +The unit you want to know the identifier of.

Returns :

- The unit's identifier. - +The unit's identifier.

-
+

gimp_unit_get_symbol ()

-
const gchar *       gimp_unit_get_symbol                (GimpUnit unit);
+
const gchar *       gimp_unit_get_symbol                (GimpUnit unit);

This is e.g. "''" for UNIT_INCH.

@@ -343,21 +322,19 @@

unit :

-The unit you want to know the symbol of. - +The unit you want to know the symbol of.

Returns :

- The unit's symbol. - +The unit's symbol.

-
+

gimp_unit_get_abbreviation ()

-
const gchar *       gimp_unit_get_abbreviation          (GimpUnit unit);
+
const gchar *       gimp_unit_get_abbreviation          (GimpUnit unit);

For built-in units, this function returns the translated abbreviation of the unit. @@ -370,21 +347,19 @@

unit :

-The unit you want to know the abbreviation of. - +The unit you want to know the abbreviation of.

Returns :

- The unit's abbreviation. - +The unit's abbreviation.

-
+

gimp_unit_get_singular ()

-
const gchar *       gimp_unit_get_singular              (GimpUnit unit);
+
const gchar *       gimp_unit_get_singular              (GimpUnit unit);

For built-in units, this function returns the translated singular form of the unit's name. @@ -397,21 +372,19 @@

unit :

-The unit you want to know the singular form of. - +The unit you want to know the singular form of.

Returns :

- The unit's singular form. - +The unit's singular form.

-
+

gimp_unit_get_plural ()

-
const gchar *       gimp_unit_get_plural                (GimpUnit unit);
+
const gchar *       gimp_unit_get_plural                (GimpUnit unit);

For built-in units, this function returns the translated plural form of the unit's name. @@ -424,28 +397,26 @@

unit :

-The unit you want to know the plural form of. - +The unit you want to know the plural form of.

Returns :

- The unit's plural form. - +The unit's plural form.

-
+

GIMP_TYPE_UNIT

#define GIMP_TYPE_UNIT               (gimp_unit_get_type ())
 

-GIMP_TYPE_UNIT is a GType derived from G_TYPE_INT. +GIMP_TYPE_UNIT is a GType derived from G_TYPE_INT.


-
+

GIMP_TYPE_PARAM_UNIT

#define GIMP_TYPE_PARAM_UNIT              (gimp_param_unit_get_type ())
 
@@ -453,112 +424,88 @@


-
+

GIMP_IS_PARAM_SPEC_UNIT()

#define GIMP_IS_PARAM_SPEC_UNIT(pspec)    (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_UNIT))
 

-
-- - - - -

pspec :

-

-
+

gimp_param_spec_unit ()

-
GParamSpec *        gimp_param_spec_unit                (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
-                                                         gboolean allow_pixels,
-                                                         gboolean allow_percent,
+
GParamSpec *        gimp_param_spec_unit                (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
+                                                         gboolean allow_pixels,
+                                                         gboolean allow_percent,
                                                          GimpUnit default_value,
-                                                         GParamFlags flags);
+ GParamFlags flags);

Creates a param spec to hold a units param. -See g_param_spec_internal() for more information. +See g_param_spec_internal() for more information.

- + - + - + - + - + - + - - +

name :

Canonical name of the param -Canonical name of the param

nick :

Nickname of the param -Nickname of the param

blurb :

Brief desciption of param. -Brief desciption of param.

allow_pixels :

Whether "pixels" is an allowed unit. -Whether "pixels" is an allowed unit.

allow_percent :

Whether "perecent" is an allowed unit. -Whether "perecent" is an allowed unit.

default_value :

Unit to use if none is assigned. -Unit to use if none is assigned.

flags :

a combination of GParamFlags +a combination of GParamFlags

Returns :

a newly allocated GParamSpec instance - -a newly allocated GParamSpec instance

Since GIMP 2.4


-
+

GIMP_VALUE_HOLDS_UNIT()

#define GIMP_VALUE_HOLDS_UNIT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_UNIT))
 

-
-- - - - -

value :

-
- + Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimputils.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimputils.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimputils.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimputils.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimputils - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,56 +35,56 @@
-
+

Synopsis

-
gchar *             gimp_any_to_utf8                    (const gchar *str,
-                                                         gssize len,
-                                                         const gchar *warning_format,
+
gchar *             gimp_any_to_utf8                    (const gchar *str,
+                                                         gssize len,
+                                                         const gchar *warning_format,
                                                          ...);
-const gchar *       gimp_filename_to_utf8               (const gchar *filename);
-gchar *             gimp_utf8_strtrim                   (const gchar *str,
-                                                         gint max_chars);
-gchar *             gimp_escape_uline                   (const gchar *str);
-gchar *             gimp_strip_uline                    (const gchar *str);
-gchar *             gimp_canonicalize_identifier        (const gchar *identifier);
-GimpEnumDesc *      gimp_enum_get_desc                  (GEnumClass *enum_class,
-                                                         gint value);
-gboolean            gimp_enum_get_value                 (GType enum_type,
-                                                         gint value,
-                                                         const gchar **value_name,
-                                                         const gchar **value_nick,
-                                                         const gchar **value_desc,
-                                                         const gchar **value_help);
-const gchar *       gimp_enum_value_get_desc            (GEnumClass *enum_class,
-                                                         GEnumValue *enum_value);
-const gchar *       gimp_enum_value_get_help            (GEnumClass *enum_class,
-                                                         GEnumValue *enum_value);
-GimpFlagsDesc *     gimp_flags_get_first_desc           (GFlagsClass *flags_class,
-                                                         guint value);
-gboolean            gimp_flags_get_first_value          (GType flags_type,
-                                                         guint value,
-                                                         const gchar **value_name,
-                                                         const gchar **value_nick,
-                                                         const gchar **value_desc,
-                                                         const gchar **value_help);
-const gchar *       gimp_flags_value_get_desc           (GFlagsClass *flags_class,
-                                                         GFlagsValue *flags_value);
-const gchar *       gimp_flags_value_get_help           (GFlagsClass *flags_class,
-                                                         GFlagsValue *flags_value);
+const gchar *       gimp_filename_to_utf8               (const gchar *filename);
+gchar *             gimp_utf8_strtrim                   (const gchar *str,
+                                                         gint max_chars);
+gchar *             gimp_escape_uline                   (const gchar *str);
+gchar *             gimp_strip_uline                    (const gchar *str);
+gchar *             gimp_canonicalize_identifier        (const gchar *identifier);
+GimpEnumDesc *      gimp_enum_get_desc                  (GEnumClass *enum_class,
+                                                         gint value);
+gboolean            gimp_enum_get_value                 (GType enum_type,
+                                                         gint value,
+                                                         const gchar **value_name,
+                                                         const gchar **value_nick,
+                                                         const gchar **value_desc,
+                                                         const gchar **value_help);
+const gchar *       gimp_enum_value_get_desc            (GEnumClass *enum_class,
+                                                         GEnumValue *enum_value);
+const gchar *       gimp_enum_value_get_help            (GEnumClass *enum_class,
+                                                         GEnumValue *enum_value);
+GimpFlagsDesc *     gimp_flags_get_first_desc           (GFlagsClass *flags_class,
+                                                         guint value);
+gboolean            gimp_flags_get_first_value          (GType flags_type,
+                                                         guint value,
+                                                         const gchar **value_name,
+                                                         const gchar **value_nick,
+                                                         const gchar **value_desc,
+                                                         const gchar **value_help);
+const gchar *       gimp_flags_value_get_desc           (GFlagsClass *flags_class,
+                                                         GFlagsValue *flags_value);
+const gchar *       gimp_flags_value_get_help           (GFlagsClass *flags_class,
+                                                         GFlagsValue *flags_value);
 
-
+

Description

-
+

Details

-
+

gimp_any_to_utf8 ()

-
gchar *             gimp_any_to_utf8                    (const gchar *str,
-                                                         gssize len,
-                                                         const gchar *warning_format,
+
gchar *             gimp_any_to_utf8                    (const gchar *str,
+                                                         gssize len,
+                                                         const gchar *warning_format,
                                                          ...);

This function takes any string (UTF-8 or not) and always returns a valid @@ -94,7 +94,7 @@ If str is valid UTF-8, a copy of the string is returned.

-If UTF-8 validation fails, g_locale_to_utf8() is tried and if it +If UTF-8 validation fails, g_locale_to_utf8() is tried and if it succeeds the resulting string is returned.

@@ -107,39 +107,30 @@

str :

-The string to be converted to UTF-8. - +The string to be converted to UTF-8.

len :

The length of the string, or -1 if the string - is nul-terminated. - +is nul-terminated.

warning_format :

The message format for the warning message if conversion - to UTF-8 fails. See the printf() - documentation. - - - -

... :

-The parameters to insert into the format string. - +to UTF-8 fails. See the printf() +documentation.

Returns :

- The UTF-8 string as described above. - +The UTF-8 string as described above.

-
+

gimp_filename_to_utf8 ()

-
const gchar *       gimp_filename_to_utf8               (const gchar *filename);
+
const gchar *       gimp_filename_to_utf8               (const gchar *filename);

Convert a filename in the filesystem's encoding to UTF-8 temporarily. The return value is a pointer to a string that is @@ -156,23 +147,21 @@

filename :

-The filename to be converted to UTF-8. - +The filename to be converted to UTF-8.

Returns :

- A temporarily valid UTF-8 representation of filename. - This string must not be changed or freed. - +A temporarily valid UTF-8 representation of filename. +This string must not be changed or freed.

-
+

gimp_utf8_strtrim ()

-
gchar *             gimp_utf8_strtrim                   (const gchar *str,
-                                                         gint max_chars);
+
gchar *             gimp_utf8_strtrim                   (const gchar *str,
+                                                         gint max_chars);

Creates a (possibly trimmed) copy of str. The string is cut if it exceeds max_chars characters or on the first newline. The fact @@ -183,28 +172,25 @@

str :

-an UTF-8 encoded string (or NULL) - +an UTF-8 encoded string (or NULL)

max_chars :

the maximum number of characters before the string get -trimmed - +trimmed

Returns :

- A (possibly trimmed) copy of str which should be freed -using g_free() when it is not needed any longer. - +A (possibly trimmed) copy of str which should be freed +using g_free() when it is not needed any longer.

-
+

gimp_escape_uline ()

-
gchar *             gimp_escape_uline                   (const gchar *str);
+
gchar *             gimp_escape_uline                   (const gchar *str);

This function returns a copy of str with all underline converted to two adjacent underlines. This comes in handy when needing to display @@ -216,24 +202,21 @@

str :

-Underline infested string (or NULL) - +Underline infested string (or NULL)

Returns :

- A (possibly escaped) copy of str which should be -freed using g_free() when it is not needed any longer. - - +A (possibly escaped) copy of str which should be +freed using g_free() when it is not needed any longer.

Since GIMP 2.2


-
+

gimp_strip_uline ()

-
gchar *             gimp_strip_uline                    (const gchar *str);
+
gchar *             gimp_strip_uline                    (const gchar *str);

This function returns a copy of str stripped of underline characters. This comes in handy when needing to strip mnemonics @@ -250,22 +233,20 @@

str :

-underline infested string (or NULL) - +underline infested string (or NULL)

Returns :

- A (possibly stripped) copy of str which should be - freed using g_free() when it is not needed any longer. - +A (possibly stripped) copy of str which should be +freed using g_free() when it is not needed any longer.

-
+

gimp_canonicalize_identifier ()

-
gchar *             gimp_canonicalize_identifier        (const gchar *identifier);
+
gchar *             gimp_canonicalize_identifier        (const gchar *identifier);

Turns any input string into a canonicalized string.

@@ -279,35 +260,32 @@

identifier :

-The identifier string to canonicalize. - +The identifier string to canonicalize.

Returns :

- The canonicalized identifier. This is a newly - allocated string that should be freed with g_free() - when no longer needed. - - +The canonicalized identifier. This is a newly +allocated string that should be freed with g_free() +when no longer needed.

Since GIMP 2.4


-
+

gimp_enum_get_desc ()

-
GimpEnumDesc *      gimp_enum_get_desc                  (GEnumClass *enum_class,
-                                                         gint value);
+
GimpEnumDesc *      gimp_enum_get_desc                  (GEnumClass *enum_class,
+                                                         gint value);

-Retrieves GimpEnumDesc associated with the given value, or NULL. +Retrieves GimpEnumDesc associated with the given value, or NULL.

- @@ -317,78 +295,69 @@ - +

enum_class :

a GEnumClass +a GEnumClass

Returns :

the value's GimpEnumDesc. - -the value's GimpEnumDesc.

Since GIMP 2.2


-
+

gimp_enum_get_value ()

-
gboolean            gimp_enum_get_value                 (GType enum_type,
-                                                         gint value,
-                                                         const gchar **value_name,
-                                                         const gchar **value_nick,
-                                                         const gchar **value_desc,
-                                                         const gchar **value_help);
+
gboolean            gimp_enum_get_value                 (GType enum_type,
+                                                         gint value,
+                                                         const gchar **value_name,
+                                                         const gchar **value_nick,
+                                                         const gchar **value_desc,
+                                                         const gchar **value_help);

Checks if value is valid for the enum registered as enum_type. If the value exists in that enum, its name, nick and its translated desc and help are returned (if value_name, value_nick, value_desc -and value_help are not NULL). +and value_help are not NULL).

- + - + - + - + - + - + - +

enum_type :

the GType of a registered enum -the GType of a registered enum

value :

an integer value -an integer value

value_name :

return location for the value's name (or NULL) -return location for the value's name (or NULL)

value_nick :

return location for the value's nick (or NULL) -return location for the value's nick (or NULL)

value_desc :

return location for the value's translated desc (or NULL) -return location for the value's translated desc (or NULL)

value_help :

return location for the value's translated help (or NULL) -return location for the value's translated help (or NULL)

Returns :

TRUE if value is valid for the enum_type, - FALSE otherwise - - +TRUE if value is valid for the enum_type, +FALSE otherwise

Since GIMP 2.2


-
+

gimp_enum_value_get_desc ()

-
const gchar *       gimp_enum_value_get_desc            (GEnumClass *enum_class,
-                                                         GEnumValue *enum_value);
+
const gchar *       gimp_enum_value_get_desc            (GEnumClass *enum_class,
+                                                         GEnumValue *enum_value);

Retrieves the translated desc for a given enum_value.

@@ -397,29 +366,27 @@

enum_class :

-a GEnumClass +a GEnumClass

enum_value :

-a GEnumValue from enum_class +a GEnumValue from enum_class

Returns :

- the translated desc of the enum value - - +the translated desc of the enum value

Since GIMP 2.2


-
+

gimp_enum_value_get_help ()

-
const gchar *       gimp_enum_value_get_help            (GEnumClass *enum_class,
-                                                         GEnumValue *enum_value);
+
const gchar *       gimp_enum_value_get_help            (GEnumClass *enum_class,
+                                                         GEnumValue *enum_value);

Retrieves the translated help for a given enum_value.

@@ -428,38 +395,36 @@

enum_class :

-a GEnumClass +a GEnumClass

enum_value :

-a GEnumValue from enum_class +a GEnumValue from enum_class

Returns :

- the translated help of the enum value - - +the translated help of the enum value

Since GIMP 2.2


-
+

gimp_flags_get_first_desc ()

-
GimpFlagsDesc *     gimp_flags_get_first_desc           (GFlagsClass *flags_class,
-                                                         guint value);
+
GimpFlagsDesc *     gimp_flags_get_first_desc           (GFlagsClass *flags_class,
+                                                         guint value);

-Retrieves the first GimpFlagsDesc that matches the given value, or NULL. +Retrieves the first GimpFlagsDesc that matches the given value, or NULL.

- @@ -469,78 +434,69 @@ - +

flags_class :

a GFlagsClass +a GFlagsClass

Returns :

the value's GimpFlagsDesc. - -the value's GimpFlagsDesc.

Since GIMP 2.2


-
+

gimp_flags_get_first_value ()

-
gboolean            gimp_flags_get_first_value          (GType flags_type,
-                                                         guint value,
-                                                         const gchar **value_name,
-                                                         const gchar **value_nick,
-                                                         const gchar **value_desc,
-                                                         const gchar **value_help);
+
gboolean            gimp_flags_get_first_value          (GType flags_type,
+                                                         guint value,
+                                                         const gchar **value_name,
+                                                         const gchar **value_nick,
+                                                         const gchar **value_desc,
+                                                         const gchar **value_help);

Checks if value is valid for the flags registered as flags_type. If the value exists in that flags, its name, nick and its translated desc and help are returned (if value_name, value_nick, value_desc -and value_help are not NULL). +and value_help are not NULL).

- + - + - + - + - + - + - +

flags_type :

the GType of registered flags -the GType of registered flags

value :

an integer value -an integer value

value_name :

return location for the value's name (or NULL) -return location for the value's name (or NULL)

value_nick :

return location for the value's nick (or NULL) -return location for the value's nick (or NULL)

value_desc :

return location for the value's translated desc (or NULL) -return location for the value's translated desc (or NULL)

value_help :

return location for the value's translated help (or NULL) -return location for the value's translated help (or NULL)

Returns :

TRUE if value is valid for the flags_type, - FALSE otherwise - - +TRUE if value is valid for the flags_type, +FALSE otherwise

Since GIMP 2.2


-
+

gimp_flags_value_get_desc ()

-
const gchar *       gimp_flags_value_get_desc           (GFlagsClass *flags_class,
-                                                         GFlagsValue *flags_value);
+
const gchar *       gimp_flags_value_get_desc           (GFlagsClass *flags_class,
+                                                         GFlagsValue *flags_value);

Retrieves the translated desc for a given flags_value.

@@ -549,29 +505,27 @@

flags_class :

-a GFlagsClass +a GFlagsClass

flags_value :

-a GFlagsValue from flags_class +a GFlagsValue from flags_class

Returns :

- the translated desc of the flags value - - +the translated desc of the flags value

Since GIMP 2.2


-
+

gimp_flags_value_get_help ()

-
const gchar *       gimp_flags_value_get_help           (GFlagsClass *flags_class,
-                                                         GFlagsValue *flags_value);
+
const gchar *       gimp_flags_value_get_help           (GFlagsClass *flags_class,
+                                                         GFlagsValue *flags_value);

Retrieves the translated help for a given flags_value.

@@ -580,19 +534,17 @@

flags_class :

-a GFlagsClass +a GFlagsClass

flags_value :

-a GFlagsValue from flags_class +a GFlagsValue from flags_class

Returns :

- the translated help of the flags value - - +the translated help of the flags value
@@ -602,6 +554,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpversion.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpversion.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-gimpversion.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-gimpversion.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ gimpversion - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,7 +36,7 @@
-
+

Synopsis

#define             GIMP_MAJOR_VERSION
 #define             GIMP_MINOR_VERSION
@@ -47,21 +47,21 @@
                                                          minor,
                                                          micro)
 #define             GIMPVAR
-extern              const guint gimp_major_version;
-extern              const guint gimp_minor_version;
-extern              const guint gimp_micro_version;
+extern const guint  gimp_major_version;
+extern const guint  gimp_minor_version;
+extern const guint  gimp_micro_version;
 
-
+

Description

Macros and constants useful for determining GIMP's version number and capabilities.

-
+

Details

-
+

GIMP_MAJOR_VERSION

#define GIMP_MAJOR_VERSION                              (2)
 
@@ -69,7 +69,7 @@


-
+

GIMP_MINOR_VERSION

#define GIMP_MINOR_VERSION                              (6)
 
@@ -77,23 +77,23 @@


-
+

GIMP_MICRO_VERSION

-
#define GIMP_MICRO_VERSION                              (10)
+
#define GIMP_MICRO_VERSION                              (12)
 


-
+

GIMP_VERSION

-
#define GIMP_VERSION                                    "2.6.10"
+
#define GIMP_VERSION                                    "2.6.12"
 


-
+

GIMP_API_VERSION

#define GIMP_API_VERSION                                "2.0"
 
@@ -102,41 +102,22 @@


-
+

GIMP_CHECK_VERSION()

#define             GIMP_CHECK_VERSION(major, minor, micro)

-
-- - - - - - - - - - - - - - -

major :

-

minor :

-

micro :

-

-
+

GIMPVAR

-
#define             GIMPVAR
+
#    define GIMPVAR __declspec(dllexport)
+


-
+

gimp_major_version

extern const guint gimp_major_version;
 
@@ -144,7 +125,7 @@


-
+

gimp_minor_version

extern const guint gimp_minor_version;
 
@@ -152,7 +133,7 @@


-
+

gimp_micro_version

extern const guint gimp_micro_version;
 
@@ -163,6 +144,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ Part I. GIMP Base Library - + - + @@ -19,7 +19,7 @@ GIMP Base Library Reference Manual Next -
+

Part I. GIMP Base Library

@@ -39,7 +39,7 @@ gimplimits — Boundaries of some GIMP data types and some global constants.
-gimpparam — Definitions of useful GParamFlags. +gimpparam — Definitions of useful GParamFlags.
gimpchecks — Constants and functions related to rendering checkerboards. @@ -80,6 +80,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index-deprecated.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index-deprecated.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index-deprecated.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index-deprecated.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,11 +3,11 @@ Index of deprecated symbols - + - + @@ -18,7 +18,7 @@ GIMP Base Library Reference Manual   -
+

Index of deprecated symbols

@@ -35,6 +35,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ Index - + - + @@ -19,7 +19,7 @@ GIMP Base Library Reference Manual Next -
+

Index

@@ -51,9 +51,9 @@
GimpDodgeBurnType, enum GimpDodgeBurnType
-
GimpEnumDesc, GimpEnumDesc +
GimpEnumDesc, struct GimpEnumDesc
-
GimpFlagsDesc, GimpFlagsDesc +
GimpFlagsDesc, struct GimpFlagsDesc
GimpForegroundExtractMode, enum GimpForegroundExtractMode
@@ -350,6 +350,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-2.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-2.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-2.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-2.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.2 - + - + @@ -19,7 +19,7 @@ GIMP Base Library Reference Manual Next -
+

Index of new symbols in GIMP 2.2

@@ -66,6 +66,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-4.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-4.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-4.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-4.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.4 - + - + @@ -19,7 +19,7 @@ GIMP Base Library Reference Manual Next -
+

Index of new symbols in GIMP 2.4

@@ -46,6 +46,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-6.html gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-6.html --- gimp-2.6.11/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-6.html 2010-10-03 20:34:39.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/libgimpbase-index-new-in-2-6.html 2012-01-31 14:34:27.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.6 - + - + @@ -19,13 +19,13 @@ GIMP Base Library Reference Manual Next -
+

Index of new symbols in GIMP 2.6

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpbase/html/style.css gimp-2.6.12/devel-docs/libgimpbase/html/style.css --- gimp-2.6.11/devel-docs/libgimpbase/html/style.css 2010-10-03 20:34:37.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/html/style.css 2012-01-31 14:34:27.000000000 +0000 @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index diff -Nru gimp-2.6.11/devel-docs/libgimpbase/Makefile.in gimp-2.6.12/devel-docs/libgimpbase/Makefile.in --- gimp-2.6.11/devel-docs/libgimpbase/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/Makefile.in 2012-01-31 14:25:19.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -409,10 +410,10 @@ # if $(DOC_MODULE).types is non-empty. GTKDOC_CFLAGS = GTKDOC_LIBS = -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -423,15 +424,18 @@ # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +SETUP_FILES = \ + $(content_files) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt + # Other files to distribute -EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \ - version.in -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in +DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -652,22 +656,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -677,10 +706,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -692,13 +725,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -707,58 +740,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -767,14 +821,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -796,15 +848,15 @@ @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimpbase/tmpl/gimputils.sgml gimp-2.6.12/devel-docs/libgimpbase/tmpl/gimputils.sgml --- gimp-2.6.11/devel-docs/libgimpbase/tmpl/gimputils.sgml 2010-10-03 20:34:37.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpbase/tmpl/gimputils.sgml 2012-01-31 14:34:27.000000000 +0000 @@ -28,7 +28,7 @@ @str: @len: @warning_format: -@Varargs: +@...: @Returns: diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/index.html gimp-2.6.12/devel-docs/libgimpcolor/html/index.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/index.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/index.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,19 +3,19 @@ GIMP Color Library Reference Manual - + - + -
+

- for GIMP 2.6.10 + for GIMP 2.6.12

@@ -55,6 +55,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor.devhelp gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor.devhelp --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor.devhelp 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor.devhelp 1970-01-01 00:00:00.000000000 +0000 @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor.devhelp2 gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor.devhelp2 --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor.devhelp2 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor.devhelp2 2012-01-31 14:34:28.000000000 +0000 @@ -18,7 +18,7 @@ - + @@ -64,14 +64,14 @@ - - + + - + @@ -97,7 +97,7 @@ - + diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpAdaptiveSupersample.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpAdaptiveSupersample.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpAdaptiveSupersample.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpAdaptiveSupersample.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ GimpAdaptiveSupersample - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,238 +35,93 @@
-
+

Synopsis

-
void                (*GimpProgressFunc)                 (gint min,
-                                                         gint max,
-                                                         gint current,
-                                                         gpointer data);
-void                (*GimpPutPixelFunc)                 (gint x,
-                                                         gint y,
-                                                         GimpRGB *color,
-                                                         gpointer data);
-void                (*GimpRenderFunc)                   (gdouble x,
-                                                         gdouble y,
-                                                         GimpRGB *color,
-                                                         gpointer data);
-gulong              gimp_adaptive_supersample_area      (gint x1,
-                                                         gint y1,
-                                                         gint x2,
-                                                         gint y2,
-                                                         gint max_depth,
-                                                         gdouble threshold,
+
void                (*GimpProgressFunc)                 (gint min,
+                                                         gint max,
+                                                         gint current,
+                                                         gpointer data);
+void                (*GimpPutPixelFunc)                 (gint x,
+                                                         gint y,
+                                                         GimpRGB *color,
+                                                         gpointer data);
+void                (*GimpRenderFunc)                   (gdouble x,
+                                                         gdouble y,
+                                                         GimpRGB *color,
+                                                         gpointer data);
+gulong              gimp_adaptive_supersample_area      (gint x1,
+                                                         gint y1,
+                                                         gint x2,
+                                                         gint y2,
+                                                         gint max_depth,
+                                                         gdouble threshold,
                                                          GimpRenderFunc render_func,
-                                                         gpointer render_data,
+                                                         gpointer render_data,
                                                          GimpPutPixelFunc put_pixel_func,
-                                                         gpointer put_pixel_data,
+                                                         gpointer put_pixel_data,
                                                          GimpProgressFunc progress_func,
-                                                         gpointer progress_data);
+                                                         gpointer progress_data);
 
-
+

Description

Functions to perform adaptive supersampling on an area.

-
+

Details

-
+

GimpProgressFunc ()

-
void                (*GimpProgressFunc)                 (gint min,
-                                                         gint max,
-                                                         gint current,
-                                                         gpointer data);
+
void                (*GimpProgressFunc)                 (gint min,
+                                                         gint max,
+                                                         gint current,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - - - - - -

min :

-

max :

-

current :

-

data :

-

-
+

GimpPutPixelFunc ()

-
void                (*GimpPutPixelFunc)                 (gint x,
-                                                         gint y,
-                                                         GimpRGB *color,
-                                                         gpointer data);
+
void                (*GimpPutPixelFunc)                 (gint x,
+                                                         gint y,
+                                                         GimpRGB *color,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - - - - - -

x :

-

y :

-

color :

-

data :

-

-
+

GimpRenderFunc ()

-
void                (*GimpRenderFunc)                   (gdouble x,
-                                                         gdouble y,
-                                                         GimpRGB *color,
-                                                         gpointer data);
+
void                (*GimpRenderFunc)                   (gdouble x,
+                                                         gdouble y,
+                                                         GimpRGB *color,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - - - - - -

x :

-

y :

-

color :

-

data :

-

-
+

gimp_adaptive_supersample_area ()

-
gulong              gimp_adaptive_supersample_area      (gint x1,
-                                                         gint y1,
-                                                         gint x2,
-                                                         gint y2,
-                                                         gint max_depth,
-                                                         gdouble threshold,
+
gulong              gimp_adaptive_supersample_area      (gint x1,
+                                                         gint y1,
+                                                         gint x2,
+                                                         gint y2,
+                                                         gint max_depth,
+                                                         gdouble threshold,
                                                          GimpRenderFunc render_func,
-                                                         gpointer render_data,
+                                                         gpointer render_data,
                                                          GimpPutPixelFunc put_pixel_func,
-                                                         gpointer put_pixel_data,
+                                                         gpointer put_pixel_data,
                                                          GimpProgressFunc progress_func,
-                                                         gpointer progress_data);
+ gpointer progress_data);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

x1 :

-

y1 :

-

x2 :

-

y2 :

-

max_depth :

-

threshold :

-

render_func :

-

render_data :

-

put_pixel_func :

-

put_pixel_data :

-

progress_func :

-

progress_data :

-

Returns :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpBilinear.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpBilinear.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpBilinear.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpBilinear.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ GimpBilinear - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,259 +35,109 @@
-
+

Synopsis

-
gdouble             gimp_bilinear                       (gdouble x,
-                                                         gdouble y,
-                                                         gdouble *values);
-guchar              gimp_bilinear_8                     (gdouble x,
-                                                         gdouble y,
-                                                         guchar *values);
-guint16             gimp_bilinear_16                    (gdouble x,
-                                                         gdouble y,
-                                                         guint16 *values);
-guint32             gimp_bilinear_32                    (gdouble x,
-                                                         gdouble y,
-                                                         guint32 *values);
-GimpRGB             gimp_bilinear_rgb                   (gdouble x,
-                                                         gdouble y,
-                                                         GimpRGB *values);
-GimpRGB             gimp_bilinear_rgba                  (gdouble x,
-                                                         gdouble y,
-                                                         GimpRGB *values);
-void                gimp_bilinear_pixels_8              (guchar *dest,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         guint bpp,
-                                                         gboolean has_alpha,
-                                                         guchar **values);
+
gdouble             gimp_bilinear                       (gdouble x,
+                                                         gdouble y,
+                                                         gdouble *values);
+guchar              gimp_bilinear_8                     (gdouble x,
+                                                         gdouble y,
+                                                         guchar *values);
+guint16             gimp_bilinear_16                    (gdouble x,
+                                                         gdouble y,
+                                                         guint16 *values);
+guint32             gimp_bilinear_32                    (gdouble x,
+                                                         gdouble y,
+                                                         guint32 *values);
+GimpRGB             gimp_bilinear_rgb                   (gdouble x,
+                                                         gdouble y,
+                                                         GimpRGB *values);
+GimpRGB             gimp_bilinear_rgba                  (gdouble x,
+                                                         gdouble y,
+                                                         GimpRGB *values);
+void                gimp_bilinear_pixels_8              (guchar *dest,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         guint bpp,
+                                                         gboolean has_alpha,
+                                                         guchar **values);
 
-
+

Description

-
+

Details

-
+

gimp_bilinear ()

-
gdouble             gimp_bilinear                       (gdouble x,
-                                                         gdouble y,
-                                                         gdouble *values);
+
gdouble             gimp_bilinear                       (gdouble x,
+                                                         gdouble y,
+                                                         gdouble *values);

-
-- - - - - - - - - - - - - - - - - - -

x :

-

y :

-

values :

-

Returns :

-

-
+

gimp_bilinear_8 ()

-
guchar              gimp_bilinear_8                     (gdouble x,
-                                                         gdouble y,
-                                                         guchar *values);
+
guchar              gimp_bilinear_8                     (gdouble x,
+                                                         gdouble y,
+                                                         guchar *values);

-
-- - - - - - - - - - - - - - - - - - -

x :

-

y :

-

values :

-

Returns :

-

-
+

gimp_bilinear_16 ()

-
guint16             gimp_bilinear_16                    (gdouble x,
-                                                         gdouble y,
-                                                         guint16 *values);
+
guint16             gimp_bilinear_16                    (gdouble x,
+                                                         gdouble y,
+                                                         guint16 *values);

-
-- - - - - - - - - - - - - - - - - - -

x :

-

y :

-

values :

-

Returns :

-

-
+

gimp_bilinear_32 ()

-
guint32             gimp_bilinear_32                    (gdouble x,
-                                                         gdouble y,
-                                                         guint32 *values);
+
guint32             gimp_bilinear_32                    (gdouble x,
+                                                         gdouble y,
+                                                         guint32 *values);

-
-- - - - - - - - - - - - - - - - - - -

x :

-

y :

-

values :

-

Returns :

-

-
+

gimp_bilinear_rgb ()

-
GimpRGB             gimp_bilinear_rgb                   (gdouble x,
-                                                         gdouble y,
-                                                         GimpRGB *values);
+
GimpRGB             gimp_bilinear_rgb                   (gdouble x,
+                                                         gdouble y,
+                                                         GimpRGB *values);

-
-- - - - - - - - - - - - - - - - - - -

x :

-

y :

-

values :

-

Returns :

-

-
+

gimp_bilinear_rgba ()

-
GimpRGB             gimp_bilinear_rgba                  (gdouble x,
-                                                         gdouble y,
-                                                         GimpRGB *values);
+
GimpRGB             gimp_bilinear_rgba                  (gdouble x,
+                                                         gdouble y,
+                                                         GimpRGB *values);

-
-- - - - - - - - - - - - - - - - - - -

x :

-

y :

-

values :

-

Returns :

-

-
+

gimp_bilinear_pixels_8 ()

-
void                gimp_bilinear_pixels_8              (guchar *dest,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         guint bpp,
-                                                         gboolean has_alpha,
-                                                         guchar **values);
+
void                gimp_bilinear_pixels_8              (guchar *dest,
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         guint bpp,
+                                                         gboolean has_alpha,
+                                                         guchar **values);

Computes bilinear interpolation of four pixels.

-When has_alpha is FALSE, it's identical to gimp_bilinear_8() on -each channel separately. When has_alpha is TRUE, it handles +When has_alpha is FALSE, it's identical to gimp_bilinear_8() on +each channel separately. When has_alpha is TRUE, it handles alpha channel correctly.

@@ -299,35 +149,29 @@

dest :

-Pixel, where interpolation result is to be stored. - +Pixel, where interpolation result is to be stored.

x :

-x-coordinate (0.0 to 1.0). - +x-coordinate (0.0 to 1.0).

y :

-y-coordinate (0.0 to 1.0). - +y-coordinate (0.0 to 1.0).

bpp :

Bytes per pixel. dest and each values item is an array of - bpp bytes. - +bpp bytes.

has_alpha :

-TRUE if the last channel is an alpha channel. - +TRUE if the last channel is an alpha channel.

values :

-Array of four pointers to pixels. - +Array of four pointers to pixels.
@@ -336,6 +180,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpCMYK.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpCMYK.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpCMYK.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpCMYK.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ GimpCMYK - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,72 +35,72 @@
-
+

Synopsis

-
                    GimpCMYK;
-void                gimp_cmyk_set                       (GimpCMYK *cmyk,
-                                                         gdouble cyan,
-                                                         gdouble magenta,
-                                                         gdouble yellow,
-                                                         gdouble black);
-void                gimp_cmyk_set_uchar                 (GimpCMYK *cmyk,
-                                                         guchar cyan,
-                                                         guchar magenta,
-                                                         guchar yellow,
-                                                         guchar black);
-void                gimp_cmyk_get_uchar                 (const GimpCMYK *cmyk,
-                                                         guchar *cyan,
-                                                         guchar *magenta,
-                                                         guchar *yellow,
-                                                         guchar *black);
-void                gimp_cmyka_set                      (GimpCMYK *cmyka,
-                                                         gdouble cyan,
-                                                         gdouble magenta,
-                                                         gdouble yellow,
-                                                         gdouble black,
-                                                         gdouble alpha);
-void                gimp_cmyka_set_uchar                (GimpCMYK *cmyka,
-                                                         guchar cyan,
-                                                         guchar magenta,
-                                                         guchar yellow,
-                                                         guchar black,
-                                                         guchar alpha);
-void                gimp_cmyka_get_uchar                (const GimpCMYK *cmyka,
-                                                         guchar *cyan,
-                                                         guchar *magenta,
-                                                         guchar *yellow,
-                                                         guchar *black,
-                                                         guchar *alpha);
+
struct              GimpCMYK;
+void                gimp_cmyk_set                       (GimpCMYK *cmyk,
+                                                         gdouble cyan,
+                                                         gdouble magenta,
+                                                         gdouble yellow,
+                                                         gdouble black);
+void                gimp_cmyk_set_uchar                 (GimpCMYK *cmyk,
+                                                         guchar cyan,
+                                                         guchar magenta,
+                                                         guchar yellow,
+                                                         guchar black);
+void                gimp_cmyk_get_uchar                 (const GimpCMYK *cmyk,
+                                                         guchar *cyan,
+                                                         guchar *magenta,
+                                                         guchar *yellow,
+                                                         guchar *black);
+void                gimp_cmyka_set                      (GimpCMYK *cmyka,
+                                                         gdouble cyan,
+                                                         gdouble magenta,
+                                                         gdouble yellow,
+                                                         gdouble black,
+                                                         gdouble alpha);
+void                gimp_cmyka_set_uchar                (GimpCMYK *cmyka,
+                                                         guchar cyan,
+                                                         guchar magenta,
+                                                         guchar yellow,
+                                                         guchar black,
+                                                         guchar alpha);
+void                gimp_cmyka_get_uchar                (const GimpCMYK *cmyka,
+                                                         guchar *cyan,
+                                                         guchar *magenta,
+                                                         guchar *yellow,
+                                                         guchar *black,
+                                                         guchar *alpha);
 #define             GIMP_TYPE_CMYK
 
-
+

Description

Definitions and Functions relating to CMYK colors.

-
+

Details

-
-

GimpCMYK

-
typedef struct {
+
+

struct GimpCMYK

+
struct GimpCMYK {
   gdouble c, m, y, k, a;
-} GimpCMYK;
+};
 


-
+

gimp_cmyk_set ()

-
void                gimp_cmyk_set                       (GimpCMYK *cmyk,
-                                                         gdouble cyan,
-                                                         gdouble magenta,
-                                                         gdouble yellow,
-                                                         gdouble black);
+
void                gimp_cmyk_set                       (GimpCMYK *cmyk,
+                                                         gdouble cyan,
+                                                         gdouble magenta,
+                                                         gdouble yellow,
+                                                         gdouble black);

-Very basic initialiser for the internal GimpCMYK structure. Channel +Very basic initialiser for the internal GimpCMYK structure. Channel values are doubles in the range 0 to 1.

@@ -108,40 +108,35 @@ - + - + - + - + - +

cmyk :

A GimpCMYK structure which will hold the specified CMYK value. -A GimpCMYK structure which will hold the specified CMYK value.

cyan :

The Cyan channel of the CMYK value -The Cyan channel of the CMYK value

magenta :

The Magenta channel -The Magenta channel

yellow :

The Yellow channel -The Yellow channel

black :

The blacK channel -The blacK channel

-
+

gimp_cmyk_set_uchar ()

-
void                gimp_cmyk_set_uchar                 (GimpCMYK *cmyk,
-                                                         guchar cyan,
-                                                         guchar magenta,
-                                                         guchar yellow,
-                                                         guchar black);
+
void                gimp_cmyk_set_uchar                 (GimpCMYK *cmyk,
+                                                         guchar cyan,
+                                                         guchar magenta,
+                                                         guchar yellow,
+                                                         guchar black);

The same as gimp_cmyk_set(), except that channel values are unsigned chars in the range 0 to 255. @@ -151,42 +146,37 @@

cmyk :

-A GimpCMYK structure which will hold the specified CMYK value. - +A GimpCMYK structure which will hold the specified CMYK value.

cyan :

-The Cyan channel of the CMYK value - +The Cyan channel of the CMYK value

magenta :

-The Magenta channel - +The Magenta channel

yellow :

-The Yellow channel - +The Yellow channel

black :

-The blacK channel - +The blacK channel

-
+

gimp_cmyk_get_uchar ()

-
void                gimp_cmyk_get_uchar                 (const GimpCMYK *cmyk,
-                                                         guchar *cyan,
-                                                         guchar *magenta,
-                                                         guchar *yellow,
-                                                         guchar *black);
+
void                gimp_cmyk_get_uchar                 (const GimpCMYK *cmyk,
+                                                         guchar *cyan,
+                                                         guchar *magenta,
+                                                         guchar *yellow,
+                                                         guchar *black);

-Retrieve individual channel values from a GimpCMYK structure. Channel +Retrieve individual channel values from a GimpCMYK structure. Channel values are pointers to unsigned chars in the range 0 to 255.

@@ -194,43 +184,38 @@ - + - + - + - + - +

cmyk :

A GimpCMYK structure which will hold the specified CMYK value. -A GimpCMYK structure which will hold the specified CMYK value.

cyan :

The Cyan channel of the CMYK value -The Cyan channel of the CMYK value

magenta :

The Magenta channel -The Magenta channel

yellow :

The Yellow channel -The Yellow channel

black :

The blacK channel -The blacK channel

-
+

gimp_cmyka_set ()

-
void                gimp_cmyka_set                      (GimpCMYK *cmyka,
-                                                         gdouble cyan,
-                                                         gdouble magenta,
-                                                         gdouble yellow,
-                                                         gdouble black,
-                                                         gdouble alpha);
+
void                gimp_cmyka_set                      (GimpCMYK *cmyka,
+                                                         gdouble cyan,
+                                                         gdouble magenta,
+                                                         gdouble yellow,
+                                                         gdouble black,
+                                                         gdouble alpha);

-Initialiser for the internal GimpCMYK structure. Channel values are +Initialiser for the internal GimpCMYK structure. Channel values are doubles in the range 0 to 1.

@@ -238,46 +223,40 @@ - + - + - + - + - + - +

cmyka :

A GimpCMYK structure which will hold the specified CMYKA value. -A GimpCMYK structure which will hold the specified CMYKA value.

cyan :

The Cyan channel of the CMYK value -The Cyan channel of the CMYK value

magenta :

The Magenta channel -The Magenta channel

yellow :

The Yellow channel -The Yellow channel

black :

The blacK channel -The blacK channel

alpha :

The Alpha channel -The Alpha channel

-
+

gimp_cmyka_set_uchar ()

-
void                gimp_cmyka_set_uchar                (GimpCMYK *cmyka,
-                                                         guchar cyan,
-                                                         guchar magenta,
-                                                         guchar yellow,
-                                                         guchar black,
-                                                         guchar alpha);
+
void                gimp_cmyka_set_uchar                (GimpCMYK *cmyka,
+                                                         guchar cyan,
+                                                         guchar magenta,
+                                                         guchar yellow,
+                                                         guchar black,
+                                                         guchar alpha);

The same as gimp_cmyka_set(), except that channel values are unsigned chars in the range 0 to 255. @@ -287,48 +266,42 @@

cmyka :

-A GimpCMYK structure which will hold the specified CMYKA value. - +A GimpCMYK structure which will hold the specified CMYKA value.

cyan :

-The Cyan channel of the CMYK value - +The Cyan channel of the CMYK value

magenta :

-The Magenta channel - +The Magenta channel

yellow :

-The Yellow channel - +The Yellow channel

black :

-The blacK channel - +The blacK channel

alpha :

-The Alpha channel - +The Alpha channel

-
+

gimp_cmyka_get_uchar ()

-
void                gimp_cmyka_get_uchar                (const GimpCMYK *cmyka,
-                                                         guchar *cyan,
-                                                         guchar *magenta,
-                                                         guchar *yellow,
-                                                         guchar *black,
-                                                         guchar *alpha);
+
void                gimp_cmyka_get_uchar                (const GimpCMYK *cmyka,
+                                                         guchar *cyan,
+                                                         guchar *magenta,
+                                                         guchar *yellow,
+                                                         guchar *black,
+                                                         guchar *alpha);

-Retrieve individual channel values from a GimpCMYK structure. +Retrieve individual channel values from a GimpCMYK structure. Channel values are pointers to unsigned chars in the range 0 to 255.

@@ -336,39 +309,33 @@ - + - + - + - + - + - +

cmyka :

A GimpCMYK structure which will hold the specified CMYKA value. -A GimpCMYK structure which will hold the specified CMYKA value.

cyan :

The Cyan channel of the CMYK value -The Cyan channel of the CMYK value

magenta :

The Magenta channel -The Magenta channel

yellow :

The Yellow channel -The Yellow channel

black :

The blacK channel -The blacK channel

alpha :

The Alpha channel -The Alpha channel

-
+

GIMP_TYPE_CMYK

#define GIMP_TYPE_CMYK       (gimp_cmyk_get_type ())
 
@@ -379,6 +346,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpColorManaged.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpColorManaged.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpColorManaged.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpColorManaged.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorManaged - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,32 +35,32 @@
-
+ -
+

Description

-
+

Details

-
+

GimpColorManaged

typedef struct _GimpColorManaged GimpColorManaged;


-
-

GimpColorManagedInterface

-
typedef struct {
+
+

struct GimpColorManagedInterface

+
struct GimpColorManagedInterface {
   GTypeInterface  base_iface;
 
   /*  virtual functions  */
@@ -69,42 +69,38 @@
 
   /*  signals  */
   void           (* profile_changed) (GimpColorManaged *managed);
-} GimpColorManagedInterface;
+};
 


-
+

gimp_color_managed_get_icc_profile ()

-
const guint8 *      gimp_color_managed_get_icc_profile  (GimpColorManaged *managed,
-                                                         gsize *len);
+
const guint8 *      gimp_color_managed_get_icc_profile  (GimpColorManaged *managed,
+                                                         gsize *len);
- + - + - +

managed :

an object the implements the GimpColorManaged interface -an object the implements the GimpColorManaged interface

len :

return location for the number of bytes in the profile data -return location for the number of bytes in the profile data

Returns :

A pointer to a blob of data that represents an ICC - color profile. - -A pointer to a blob of data that represents an ICC +color profile.

Since GIMP 2.4


-
+

gimp_color_managed_profile_changed ()

void                gimp_color_managed_profile_changed  (GimpColorManaged *managed);

@@ -114,8 +110,7 @@

managed :

-an object the implements the GimpColorManaged interface - +an object the implements the GimpColorManaged interface

Since GIMP 2.4

@@ -124,6 +119,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpColorSpace.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpColorSpace.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpColorSpace.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpColorSpace.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorSpace - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,63 +35,63 @@
-
+

Synopsis

-
void                gimp_rgb_to_hsv                     (const GimpRGB *rgb,
-                                                         GimpHSV *hsv);
-void                gimp_rgb_to_hsl                     (const GimpRGB *rgb,
-                                                         GimpHSL *hsl);
-void                gimp_rgb_to_cmyk                    (const GimpRGB *rgb,
-                                                         gdouble pullout,
-                                                         GimpCMYK *cmyk);
-void                gimp_hsv_to_rgb                     (const GimpHSV *hsv,
-                                                         GimpRGB *rgb);
-void                gimp_hsl_to_rgb                     (const GimpHSL *hsl,
-                                                         GimpRGB *rgb);
-void                gimp_cmyk_to_rgb                    (const GimpCMYK *cmyk,
-                                                         GimpRGB *rgb);
-void                gimp_rgb_to_hwb                     (const GimpRGB *rgb,
-                                                         gdouble *hue,
-                                                         gdouble *whiteness,
-                                                         gdouble *blackness);
-void                gimp_hwb_to_rgb                     (gdouble hue,
-                                                         gdouble whiteness,
-                                                         gdouble blackness,
-                                                         GimpRGB *rgb);
-void                gimp_rgb_to_hsv_int                 (gint *red,
-                                                         gint *green,
-                                                         gint *blue);
-void                gimp_hsv_to_rgb_int                 (gint *hue,
-                                                         gint *saturation,
-                                                         gint *value);
-void                gimp_rgb_to_hsl_int                 (gint *red,
-                                                         gint *green,
-                                                         gint *blue);
-void                gimp_rgb_to_cmyk_int                (gint *red,
-                                                         gint *green,
-                                                         gint *blue,
-                                                         gint *pullout);
-void                gimp_cmyk_to_rgb_int                (gint *cyan,
-                                                         gint *magenta,
-                                                         gint *yellow,
-                                                         gint *black);
-gint                gimp_rgb_to_l_int                   (gint red,
-                                                         gint green,
-                                                         gint blue);
-void                gimp_hsl_to_rgb_int                 (gint *hue,
-                                                         gint *saturation,
-                                                         gint *lightness);
-void                gimp_rgb_to_hsv4                    (const guchar *rgb,
-                                                         gdouble *hue,
-                                                         gdouble *saturation,
-                                                         gdouble *value);
-void                gimp_hsv_to_rgb4                    (guchar *rgb,
-                                                         gdouble hue,
-                                                         gdouble saturation,
-                                                         gdouble value);
+
void                gimp_rgb_to_hsv                     (const GimpRGB *rgb,
+                                                         GimpHSV *hsv);
+void                gimp_rgb_to_hsl                     (const GimpRGB *rgb,
+                                                         GimpHSL *hsl);
+void                gimp_rgb_to_cmyk                    (const GimpRGB *rgb,
+                                                         gdouble pullout,
+                                                         GimpCMYK *cmyk);
+void                gimp_hsv_to_rgb                     (const GimpHSV *hsv,
+                                                         GimpRGB *rgb);
+void                gimp_hsl_to_rgb                     (const GimpHSL *hsl,
+                                                         GimpRGB *rgb);
+void                gimp_cmyk_to_rgb                    (const GimpCMYK *cmyk,
+                                                         GimpRGB *rgb);
+void                gimp_rgb_to_hwb                     (const GimpRGB *rgb,
+                                                         gdouble *hue,
+                                                         gdouble *whiteness,
+                                                         gdouble *blackness);
+void                gimp_hwb_to_rgb                     (gdouble hue,
+                                                         gdouble whiteness,
+                                                         gdouble blackness,
+                                                         GimpRGB *rgb);
+void                gimp_rgb_to_hsv_int                 (gint *red,
+                                                         gint *green,
+                                                         gint *blue);
+void                gimp_hsv_to_rgb_int                 (gint *hue,
+                                                         gint *saturation,
+                                                         gint *value);
+void                gimp_rgb_to_hsl_int                 (gint *red,
+                                                         gint *green,
+                                                         gint *blue);
+void                gimp_rgb_to_cmyk_int                (gint *red,
+                                                         gint *green,
+                                                         gint *blue,
+                                                         gint *pullout);
+void                gimp_cmyk_to_rgb_int                (gint *cyan,
+                                                         gint *magenta,
+                                                         gint *yellow,
+                                                         gint *black);
+gint                gimp_rgb_to_l_int                   (gint red,
+                                                         gint green,
+                                                         gint blue);
+void                gimp_hsl_to_rgb_int                 (gint *hue,
+                                                         gint *saturation,
+                                                         gint *lightness);
+void                gimp_rgb_to_hsv4                    (const guchar *rgb,
+                                                         gdouble *hue,
+                                                         gdouble *saturation,
+                                                         gdouble *value);
+void                gimp_hsv_to_rgb4                    (guchar *rgb,
+                                                         gdouble hue,
+                                                         gdouble saturation,
+                                                         gdouble value);
 
-
+

Description

When programming pixel data manipulation functions you will often use @@ -100,12 +100,12 @@ different color spaces.

-
+

Details

-
+

gimp_rgb_to_hsv ()

-
void                gimp_rgb_to_hsv                     (const GimpRGB *rgb,
-                                                         GimpHSV *hsv);
+
void                gimp_rgb_to_hsv                     (const GimpRGB *rgb,
+                                                         GimpHSV *hsv);

Does a conversion from RGB to HSV (Hue, Saturation, Value) colorspace. @@ -115,22 +115,20 @@

rgb :

-A color value in the RGB colorspace - +A color value in the RGB colorspace

hsv :

-The value converted to the HSV colorspace - +The value converted to the HSV colorspace

-
+

gimp_rgb_to_hsl ()

-
void                gimp_rgb_to_hsl                     (const GimpRGB *rgb,
-                                                         GimpHSL *hsl);
+
void                gimp_rgb_to_hsl                     (const GimpRGB *rgb,
+                                                         GimpHSL *hsl);

Convert an RGB color value to a HSL (Hue, Saturation, Lightness) color value. @@ -140,23 +138,21 @@

rgb :

-A color value in the RGB colorspace - +A color value in the RGB colorspace

hsl :

-The value converted to HSL - +The value converted to HSL

-
+

gimp_rgb_to_cmyk ()

-
void                gimp_rgb_to_cmyk                    (const GimpRGB *rgb,
-                                                         gdouble pullout,
-                                                         GimpCMYK *cmyk);
+
void                gimp_rgb_to_cmyk                    (const GimpRGB *rgb,
+                                                         gdouble pullout,
+                                                         GimpCMYK *cmyk);

Does a naive conversion from RGB to CMYK colorspace. A simple formula that doesn't take any color-profiles into account is used. @@ -169,28 +165,25 @@

rgb :

-A value in the RGB colorspace - +A value in the RGB colorspace

pullout :

A scaling value (0-1) indicating how much black should be - pulled out - +pulled out

cmyk :

-The input value naively converted to the CMYK colorspace - +The input value naively converted to the CMYK colorspace

-
+

gimp_hsv_to_rgb ()

-
void                gimp_hsv_to_rgb                     (const GimpHSV *hsv,
-                                                         GimpRGB *rgb);
+
void                gimp_hsv_to_rgb                     (const GimpHSV *hsv,
+                                                         GimpRGB *rgb);

Converts a color value from HSV to RGB colorspace

@@ -199,22 +192,20 @@

hsv :

-A color value in the HSV colorspace - +A color value in the HSV colorspace

rgb :

-The returned RGB value. - +The returned RGB value.

-
+

gimp_hsl_to_rgb ()

-
void                gimp_hsl_to_rgb                     (const GimpHSL *hsl,
-                                                         GimpRGB *rgb);
+
void                gimp_hsl_to_rgb                     (const GimpHSL *hsl,
+                                                         GimpRGB *rgb);

Convert a HSL color value to an RGB color value.

@@ -223,22 +214,20 @@

hsl :

-A color value in the HSL colorspace - +A color value in the HSL colorspace

rgb :

-The value converted to a value in the RGB colorspace - +The value converted to a value in the RGB colorspace

-
+

gimp_cmyk_to_rgb ()

-
void                gimp_cmyk_to_rgb                    (const GimpCMYK *cmyk,
-                                                         GimpRGB *rgb);
+
void                gimp_cmyk_to_rgb                    (const GimpCMYK *cmyk,
+                                                         GimpRGB *rgb);

Does a simple transformation from the CMYK colorspace to the RGB colorspace, without taking color profiles into account. @@ -248,24 +237,22 @@

cmyk :

-A color value in the CMYK colorspace - +A color value in the CMYK colorspace

rgb :

-The value converted to the RGB colorspace - +The value converted to the RGB colorspace

-
+

gimp_rgb_to_hwb ()

-
void                gimp_rgb_to_hwb                     (const GimpRGB *rgb,
-                                                         gdouble *hue,
-                                                         gdouble *whiteness,
-                                                         gdouble *blackness);
+
void                gimp_rgb_to_hwb                     (const GimpRGB *rgb,
+                                                         gdouble *hue,
+                                                         gdouble *whiteness,
+                                                         gdouble *blackness);

Theoretically, hue 0 (pure red) is identical to hue 6 in these transforms. Pure red always maps to 6 in this implementation. Therefore UNDEFINED can @@ -281,34 +268,30 @@

rgb :

-A color value in the RGB colorspace - +A color value in the RGB colorspace

hue :

-The hue value of the above color, in the range 0 to 6 - +The hue value of the above color, in the range 0 to 6

whiteness :

-The whiteness value of the above color, in the range 0 to 1 - +The whiteness value of the above color, in the range 0 to 1

blackness :

-The blackness value of the above color, in the range 0 to 1 - +The blackness value of the above color, in the range 0 to 1

-
+

gimp_hwb_to_rgb ()

-
void                gimp_hwb_to_rgb                     (gdouble hue,
-                                                         gdouble whiteness,
-                                                         gdouble blackness,
-                                                         GimpRGB *rgb);
+
void                gimp_hwb_to_rgb                     (gdouble hue,
+                                                         gdouble whiteness,
+                                                         gdouble blackness,
+                                                         GimpRGB *rgb);

H is defined in the range [0, 6] or UNDEFINED, B and W are both in the range [0, 1]. The returned RGB values are all in the range [0, 1]. @@ -318,33 +301,29 @@

hue :

-A hue value, in the range 0 to 6 - +A hue value, in the range 0 to 6

whiteness :

-A whiteness value, in the range 0 to 1 - +A whiteness value, in the range 0 to 1

blackness :

-A blackness value, in the range 0 to 1 - +A blackness value, in the range 0 to 1

rgb :

-The above color converted to the RGB colorspace - +The above color converted to the RGB colorspace

-
+

gimp_rgb_to_hsv_int ()

-
void                gimp_rgb_to_hsv_int                 (gint *red,
-                                                         gint *green,
-                                                         gint *blue);
+
void                gimp_rgb_to_hsv_int                 (gint *red,
+                                                         gint *green,
+                                                         gint *blue);

The arguments are pointers to int representing channel values in the RGB colorspace, and the values pointed to are all in the range @@ -360,28 +339,25 @@

red :

-The red channel value, returns the Hue channel - +The red channel value, returns the Hue channel

green :

-The green channel value, returns the Saturation channel - +The green channel value, returns the Saturation channel

blue :

-The blue channel value, returns the Value channel - +The blue channel value, returns the Value channel

-
+

gimp_hsv_to_rgb_int ()

-
void                gimp_hsv_to_rgb_int                 (gint *hue,
-                                                         gint *saturation,
-                                                         gint *value);
+
void                gimp_hsv_to_rgb_int                 (gint *hue,
+                                                         gint *saturation,
+                                                         gint *value);

The arguments are pointers to int, with the values pointed to in the following ranges: H [0, 360], S [0, 255], V [0, 255]. @@ -395,28 +371,25 @@

hue :

-The hue channel, returns the red channel - +The hue channel, returns the red channel

saturation :

-The saturation channel, returns the green channel - +The saturation channel, returns the green channel

value :

-The value channel, returns the blue channel - +The value channel, returns the blue channel

-
+

gimp_rgb_to_hsl_int ()

-
void                gimp_rgb_to_hsl_int                 (gint *red,
-                                                         gint *green,
-                                                         gint *blue);
+
void                gimp_rgb_to_hsl_int                 (gint *red,
+                                                         gint *green,
+                                                         gint *blue);

The arguments are pointers to int representing channel values in the RGB colorspace, and the values pointed to are all in the range [0, 255]. @@ -431,29 +404,26 @@

red :

-Red channel, returns Hue channel - +Red channel, returns Hue channel

green :

-Green channel, returns Lightness channel - +Green channel, returns Lightness channel

blue :

-Blue channel, returns Saturation channel - +Blue channel, returns Saturation channel

-
+

gimp_rgb_to_cmyk_int ()

-
void                gimp_rgb_to_cmyk_int                (gint *red,
-                                                         gint *green,
-                                                         gint *blue,
-                                                         gint *pullout);
+
void                gimp_rgb_to_cmyk_int                (gint *red,
+                                                         gint *green,
+                                                         gint *blue,
+                                                         gint *pullout);

Does a naive conversion from RGB to CMYK colorspace. A simple formula that doesn't take any color-profiles into account is used. @@ -466,35 +436,31 @@

red :

-the red channel; returns the cyan value (0-255) - +the red channel; returns the cyan value (0-255)

green :

-the green channel; returns the magenta value (0-255) - +the green channel; returns the magenta value (0-255)

blue :

-the blue channel; returns the yellow value (0-255) - +the blue channel; returns the yellow value (0-255)

pullout :

the percentage of black to pull out (0-100); returns - the black value (0-255) - +the black value (0-255)

-
+

gimp_cmyk_to_rgb_int ()

-
void                gimp_cmyk_to_rgb_int                (gint *cyan,
-                                                         gint *magenta,
-                                                         gint *yellow,
-                                                         gint *black);
+
void                gimp_cmyk_to_rgb_int                (gint *cyan,
+                                                         gint *magenta,
+                                                         gint *yellow,
+                                                         gint *black);

Does a naive conversion from CMYK to RGB colorspace. A simple formula that doesn't take any color-profiles into account is used. @@ -504,33 +470,29 @@

cyan :

-the cyan channel; returns the red value (0-255) - +the cyan channel; returns the red value (0-255)

magenta :

-the magenta channel; returns the green value (0-255) - +the magenta channel; returns the green value (0-255)

yellow :

-the yellow channel; returns the blue value (0-255) - +the yellow channel; returns the blue value (0-255)

black :

-the black channel (0-255); doesn't change - +the black channel (0-255); doesn't change

-
+

gimp_rgb_to_l_int ()

-
gint                gimp_rgb_to_l_int                   (gint red,
-                                                         gint green,
-                                                         gint blue);
+
gint                gimp_rgb_to_l_int                   (gint red,
+                                                         gint green,
+                                                         gint blue);

Calculates the lightness value of an RGB triplet with the formula L = (max(R, G, B) + min (R, G, B)) / 2 @@ -540,33 +502,29 @@

red :

-Red channel - +Red channel

green :

-Green channel - +Green channel

blue :

-Blue channel - +Blue channel

Returns :

- Luminance vaue corresponding to the input RGB value - +Luminance vaue corresponding to the input RGB value

-
+

gimp_hsl_to_rgb_int ()

-
void                gimp_hsl_to_rgb_int                 (gint *hue,
-                                                         gint *saturation,
-                                                         gint *lightness);
+
void                gimp_hsl_to_rgb_int                 (gint *hue,
+                                                         gint *saturation,
+                                                         gint *lightness);

The arguments are pointers to int, with the values pointed to in the following ranges: H [0, 360], L [0, 255], S [0, 255]. @@ -580,86 +538,75 @@

hue :

-Hue channel, returns Red channel - +Hue channel, returns Red channel

saturation :

-Saturation channel, returns Green channel - +Saturation channel, returns Green channel

lightness :

-Lightness channel, returns Blue channel - +Lightness channel, returns Blue channel

-
+

gimp_rgb_to_hsv4 ()

-
void                gimp_rgb_to_hsv4                    (const guchar *rgb,
-                                                         gdouble *hue,
-                                                         gdouble *saturation,
-                                                         gdouble *value);
+
void                gimp_rgb_to_hsv4                    (const guchar *rgb,
+                                                         gdouble *hue,
+                                                         gdouble *saturation,
+                                                         gdouble *value);
+rgb[2] is blue (0..255) - + - + - +

rgb :

RGB triplet, rgb[0] is red channel, rgb[1] is green, - rgb[2] is blue (0..255) -

hue :

Pointer to hue channel (0..1) -Pointer to hue channel (0..1)

saturation :

Pointer to saturation channel (0..1) -Pointer to saturation channel (0..1)

value :

Pointer to value channel (0..1) -Pointer to value channel (0..1)

-
+

gimp_hsv_to_rgb4 ()

-
void                gimp_hsv_to_rgb4                    (guchar *rgb,
-                                                         gdouble hue,
-                                                         gdouble saturation,
-                                                         gdouble value);
+
void                gimp_hsv_to_rgb4                    (guchar *rgb,
+                                                         gdouble hue,
+                                                         gdouble saturation,
+                                                         gdouble value);
+rgb[2] is blue (0..255) - + - + - +

rgb :

RGB triplet, rgb[0] is red channel, rgb[1] is green, - rgb[2] is blue (0..255) -

hue :

Hue channel (0..1) -Hue channel (0..1)

saturation :

Saturation channel (0..1) -Saturation channel (0..1)

value :

Value channel (0..1) -Value channel (0..1)
@@ -668,6 +615,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpHSV.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpHSV.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpHSV.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpHSV.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ GimpHSV - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,144 +35,81 @@
-
+

Synopsis

-
                    GimpHSV;
-                    GimpHSL;
-void                gimp_hsv_set                        (GimpHSV *hsv,
-                                                         gdouble hue,
-                                                         gdouble saturation,
-                                                         gdouble value);
-void                gimp_hsv_clamp                      (GimpHSV *hsv);
-void                gimp_hsva_set                       (GimpHSV *hsva,
-                                                         gdouble hue,
-                                                         gdouble saturation,
-                                                         gdouble value,
-                                                         gdouble alpha);
+
struct              GimpHSV;
+struct              GimpHSL;
+void                gimp_hsv_set                        (GimpHSV *hsv,
+                                                         gdouble hue,
+                                                         gdouble saturation,
+                                                         gdouble value);
+void                gimp_hsv_clamp                      (GimpHSV *hsv);
+void                gimp_hsva_set                       (GimpHSV *hsva,
+                                                         gdouble hue,
+                                                         gdouble saturation,
+                                                         gdouble value,
+                                                         gdouble alpha);
 #define             GIMP_TYPE_HSV
 #define             GIMP_TYPE_HSL
 
-
+

Description

Definitions and Functions relating to HSV colors.

-
+

Details

-
-

GimpHSV

-
typedef struct {
+
+

struct GimpHSV

+
struct GimpHSV {
   gdouble h, s, v, a;
-} GimpHSV;
+};
 


-
-

GimpHSL

-
typedef struct {
+
+

struct GimpHSL

+
struct GimpHSL {
   gdouble h, s, l, a;
-} GimpHSL;
+};
 


-
+

gimp_hsv_set ()

-
void                gimp_hsv_set                        (GimpHSV *hsv,
-                                                         gdouble hue,
-                                                         gdouble saturation,
-                                                         gdouble value);
+
void                gimp_hsv_set                        (GimpHSV *hsv,
+                                                         gdouble hue,
+                                                         gdouble saturation,
+                                                         gdouble value);

-
-- - - - - - - - - - - - - - - - - - -

hsv :

-

hue :

-

saturation :

-

value :

-

-
+

gimp_hsv_clamp ()

-
void                gimp_hsv_clamp                      (GimpHSV *hsv);
+
void                gimp_hsv_clamp                      (GimpHSV *hsv);

-
-- - - - -

hsv :

-

-
+

gimp_hsva_set ()

-
void                gimp_hsva_set                       (GimpHSV *hsva,
-                                                         gdouble hue,
-                                                         gdouble saturation,
-                                                         gdouble value,
-                                                         gdouble alpha);
+
void                gimp_hsva_set                       (GimpHSV *hsva,
+                                                         gdouble hue,
+                                                         gdouble saturation,
+                                                         gdouble value,
+                                                         gdouble alpha);

-
-- - - - - - - - - - - - - - - - - - - - - - -

hsva :

-

hue :

-

saturation :

-

value :

-

alpha :

-

-
+

GIMP_TYPE_HSV

#define GIMP_TYPE_HSV       (gimp_hsv_get_type ())
 
@@ -180,7 +117,7 @@


-
+

GIMP_TYPE_HSL

#define GIMP_TYPE_HSL       (gimp_hsl_get_type ())
 
@@ -191,6 +128,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpRGB.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpRGB.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-GimpRGB.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-GimpRGB.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ GimpRGB - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,81 +35,81 @@
-
+

Synopsis

-
                    GimpRGB;
+
struct              GimpRGB;
 enum                GimpRGBCompositeMode;
-void                gimp_rgb_set                        (GimpRGB *rgb,
-                                                         gdouble red,
-                                                         gdouble green,
-                                                         gdouble blue);
-void                gimp_rgb_set_alpha                  (GimpRGB *rgb,
-                                                         gdouble alpha);
-void                gimp_rgb_set_uchar                  (GimpRGB *rgb,
-                                                         guchar red,
-                                                         guchar green,
-                                                         guchar blue);
-void                gimp_rgb_get_uchar                  (const GimpRGB *rgb,
-                                                         guchar *red,
-                                                         guchar *green,
-                                                         guchar *blue);
-gboolean            gimp_rgb_parse_name                 (GimpRGB *rgb,
-                                                         const gchar *name,
-                                                         gint len);
-gboolean            gimp_rgb_parse_hex                  (GimpRGB *rgb,
-                                                         const gchar *hex,
-                                                         gint len);
-gboolean            gimp_rgb_parse_css                  (GimpRGB *rgb,
-                                                         const gchar *css,
-                                                         gint len);
-gint                gimp_rgb_list_names                 (const gchar ***names,
-                                                         GimpRGB **colors);
-void                gimp_rgb_add                        (GimpRGB *rgb1,
-                                                         const GimpRGB *rgb2);
-void                gimp_rgb_subtract                   (GimpRGB *rgb1,
-                                                         const GimpRGB *rgb2);
-void                gimp_rgb_multiply                   (GimpRGB *rgb1,
-                                                         gdouble factor);
-gdouble             gimp_rgb_distance                   (const GimpRGB *rgb1,
-                                                         const GimpRGB *rgb2);
-gdouble             gimp_rgb_max                        (const GimpRGB *rgb);
-gdouble             gimp_rgb_min                        (const GimpRGB *rgb);
-void                gimp_rgb_clamp                      (GimpRGB *rgb);
-void                gimp_rgb_gamma                      (GimpRGB *rgb,
-                                                         gdouble gamma);
-gdouble             gimp_rgb_luminance                  (const GimpRGB *rgb);
-guchar              gimp_rgb_luminance_uchar            (const GimpRGB *rgb);
-gdouble             gimp_rgb_intensity                  (const GimpRGB *rgb);
-guchar              gimp_rgb_intensity_uchar            (const GimpRGB *rgb);
-void                gimp_rgb_composite                  (GimpRGB *color1,
-                                                         const GimpRGB *color2,
+void                gimp_rgb_set                        (GimpRGB *rgb,
+                                                         gdouble red,
+                                                         gdouble green,
+                                                         gdouble blue);
+void                gimp_rgb_set_alpha                  (GimpRGB *rgb,
+                                                         gdouble alpha);
+void                gimp_rgb_set_uchar                  (GimpRGB *rgb,
+                                                         guchar red,
+                                                         guchar green,
+                                                         guchar blue);
+void                gimp_rgb_get_uchar                  (const GimpRGB *rgb,
+                                                         guchar *red,
+                                                         guchar *green,
+                                                         guchar *blue);
+gboolean            gimp_rgb_parse_name                 (GimpRGB *rgb,
+                                                         const gchar *name,
+                                                         gint len);
+gboolean            gimp_rgb_parse_hex                  (GimpRGB *rgb,
+                                                         const gchar *hex,
+                                                         gint len);
+gboolean            gimp_rgb_parse_css                  (GimpRGB *rgb,
+                                                         const gchar *css,
+                                                         gint len);
+gint                gimp_rgb_list_names                 (const gchar ***names,
+                                                         GimpRGB **colors);
+void                gimp_rgb_add                        (GimpRGB *rgb1,
+                                                         const GimpRGB *rgb2);
+void                gimp_rgb_subtract                   (GimpRGB *rgb1,
+                                                         const GimpRGB *rgb2);
+void                gimp_rgb_multiply                   (GimpRGB *rgb1,
+                                                         gdouble factor);
+gdouble             gimp_rgb_distance                   (const GimpRGB *rgb1,
+                                                         const GimpRGB *rgb2);
+gdouble             gimp_rgb_max                        (const GimpRGB *rgb);
+gdouble             gimp_rgb_min                        (const GimpRGB *rgb);
+void                gimp_rgb_clamp                      (GimpRGB *rgb);
+void                gimp_rgb_gamma                      (GimpRGB *rgb,
+                                                         gdouble gamma);
+gdouble             gimp_rgb_luminance                  (const GimpRGB *rgb);
+guchar              gimp_rgb_luminance_uchar            (const GimpRGB *rgb);
+gdouble             gimp_rgb_intensity                  (const GimpRGB *rgb);
+guchar              gimp_rgb_intensity_uchar            (const GimpRGB *rgb);
+void                gimp_rgb_composite                  (GimpRGB *color1,
+                                                         const GimpRGB *color2,
                                                          GimpRGBCompositeMode mode);
-void                gimp_rgba_set                       (GimpRGB *rgba,
-                                                         gdouble red,
-                                                         gdouble green,
-                                                         gdouble blue,
-                                                         gdouble alpha);
-void                gimp_rgba_set_uchar                 (GimpRGB *rgba,
-                                                         guchar red,
-                                                         guchar green,
-                                                         guchar blue,
-                                                         guchar alpha);
-void                gimp_rgba_get_uchar                 (const GimpRGB *rgba,
-                                                         guchar *red,
-                                                         guchar *green,
-                                                         guchar *blue,
-                                                         guchar *alpha);
-gboolean            gimp_rgba_parse_css                 (GimpRGB *rgba,
-                                                         const gchar *css,
-                                                         gint len);
-void                gimp_rgba_add                       (GimpRGB *rgba1,
-                                                         const GimpRGB *rgba2);
-void                gimp_rgba_subtract                  (GimpRGB *rgba1,
-                                                         const GimpRGB *rgba2);
-void                gimp_rgba_multiply                  (GimpRGB *rgba,
-                                                         gdouble factor);
-gdouble             gimp_rgba_distance                  (const GimpRGB *rgba1,
-                                                         const GimpRGB *rgba2);
+void                gimp_rgba_set                       (GimpRGB *rgba,
+                                                         gdouble red,
+                                                         gdouble green,
+                                                         gdouble blue,
+                                                         gdouble alpha);
+void                gimp_rgba_set_uchar                 (GimpRGB *rgba,
+                                                         guchar red,
+                                                         guchar green,
+                                                         guchar blue,
+                                                         guchar alpha);
+void                gimp_rgba_get_uchar                 (const GimpRGB *rgba,
+                                                         guchar *red,
+                                                         guchar *green,
+                                                         guchar *blue,
+                                                         guchar *alpha);
+gboolean            gimp_rgba_parse_css                 (GimpRGB *rgba,
+                                                         const gchar *css,
+                                                         gint len);
+void                gimp_rgba_add                       (GimpRGB *rgba1,
+                                                         const GimpRGB *rgba2);
+void                gimp_rgba_subtract                  (GimpRGB *rgba1,
+                                                         const GimpRGB *rgba2);
+void                gimp_rgba_multiply                  (GimpRGB *rgba,
+                                                         gdouble factor);
+gdouble             gimp_rgba_distance                  (const GimpRGB *rgba1,
+                                                         const GimpRGB *rgba2);
 #define             GIMP_RGB_LUMINANCE                  (r,
                                                          g,
                                                          b)
@@ -124,42 +124,41 @@
 #define             GIMP_RGB_INTENSITY_BLUE
 #define             GIMP_TYPE_RGB
 #define             GIMP_TYPE_PARAM_RGB
-GParamSpec *        gimp_param_spec_rgb                 (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
-                                                         gboolean has_alpha,
-                                                         const GimpRGB *default_value,
-                                                         GParamFlags flags);
-gboolean            gimp_param_spec_rgb_has_alpha       (GParamSpec *pspec);
+GParamSpec *        gimp_param_spec_rgb                 (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
+                                                         gboolean has_alpha,
+                                                         const GimpRGB *default_value,
+                                                         GParamFlags flags);
+gboolean            gimp_param_spec_rgb_has_alpha       (GParamSpec *pspec);
 #define             GIMP_VALUE_HOLDS_RGB                (value)
-void                gimp_value_get_rgb                  (const GValue *value,
-                                                         GimpRGB *rgb);
-void                gimp_value_set_rgb                  (GValue *value,
-                                                         const GimpRGB *rgb);
+void                gimp_value_get_rgb                  (const GValue *value,
+                                                         GimpRGB *rgb);
+void                gimp_value_set_rgb                  (GValue *value,
+                                                         const GimpRGB *rgb);
 
-
+

Description

Definitions and Functions relating to RGB colors.

-
+

Details

-
-

GimpRGB

-
typedef struct {
+
+

struct GimpRGB

+
struct GimpRGB {
   gdouble r, g, b, a;
-} GimpRGB;
+};
 


-
+

enum GimpRGBCompositeMode

-
typedef enum
-{
+
typedef enum {
   GIMP_RGB_COMPOSITE_NONE = 0,
   GIMP_RGB_COMPOSITE_NORMAL,
   GIMP_RGB_COMPOSITE_BEHIND
@@ -169,12 +168,12 @@
 


-
+

gimp_rgb_set ()

-
void                gimp_rgb_set                        (GimpRGB *rgb,
-                                                         gdouble red,
-                                                         gdouble green,
-                                                         gdouble blue);
+
void                gimp_rgb_set                        (GimpRGB *rgb,
+                                                         gdouble red,
+                                                         gdouble green,
+                                                         gdouble blue);

Sets the red, green and blue components of rgb and leaves the alpha component unchanged. The color values should be between 0.0 @@ -185,16 +184,15 @@

rgb :

-a GimpRGB struct - +a GimpRGB struct

-
+

gimp_rgb_set_alpha ()

-
void                gimp_rgb_set_alpha                  (GimpRGB *rgb,
-                                                         gdouble alpha);
+
void                gimp_rgb_set_alpha                  (GimpRGB *rgb,
+                                                         gdouble alpha);

Sets the alpha component of rgb and leaves the RGB components unchanged.

@@ -202,18 +200,17 @@

rgb :

-a GimpRGB struct - +a GimpRGB struct

-
+

gimp_rgb_set_uchar ()

-
void                gimp_rgb_set_uchar                  (GimpRGB *rgb,
-                                                         guchar red,
-                                                         guchar green,
-                                                         guchar blue);
+
void                gimp_rgb_set_uchar                  (GimpRGB *rgb,
+                                                         guchar red,
+                                                         guchar green,
+                                                         guchar blue);

Sets the red, green and blue components of rgb from 8bit values (0 to 255) and leaves the alpha component unchanged. @@ -222,52 +219,26 @@

rgb :

-a GimpRGB struct - +a GimpRGB struct

-
+

gimp_rgb_get_uchar ()

-
void                gimp_rgb_get_uchar                  (const GimpRGB *rgb,
-                                                         guchar *red,
-                                                         guchar *green,
-                                                         guchar *blue);
+
void                gimp_rgb_get_uchar                  (const GimpRGB *rgb,
+                                                         guchar *red,
+                                                         guchar *green,
+                                                         guchar *blue);

-
-- - - - - - - - - - - - - - - - - - -

rgb :

-

red :

-

green :

-

blue :

-

-
+

gimp_rgb_parse_name ()

-
gboolean            gimp_rgb_parse_name                 (GimpRGB *rgb,
-                                                         const gchar *name,
-                                                         gint len);
+
gboolean            gimp_rgb_parse_name                 (GimpRGB *rgb,
+                                                         const gchar *name,
+                                                         gint len);

Attempts to parse a color name. This function accepts SVG 1.0 color keywords.

@@ -279,36 +250,32 @@

rgb :

-a GimpRGB struct used to return the parsed color - +a GimpRGB struct used to return the parsed color

name :

-a color name (in UTF-8 encoding) - +a color name (in UTF-8 encoding)

len :

-the length of name, in bytes. or -1 if name is nul-terminated - +the length of name, in bytes. or -1 if name is nul-terminated

Returns :

- TRUE if name was parsed successfully and rgb has - been set, FALSE otherwise - - + +TRUE if name was parsed successfully and rgb has +been set, FALSE otherwise

Since GIMP 2.2


-
+

gimp_rgb_parse_hex ()

-
gboolean            gimp_rgb_parse_hex                  (GimpRGB *rgb,
-                                                         const gchar *hex,
-                                                         gint len);
+
gboolean            gimp_rgb_parse_hex                  (GimpRGB *rgb,
+                                                         const gchar *hex,
+                                                         gint len);

Attempts to parse a string describing an RGB color in hexadecimal notation (optionally prefixed with a '#'). @@ -321,36 +288,32 @@

rgb :

-a GimpRGB struct used to return the parsed color - +a GimpRGB struct used to return the parsed color

hex :

-a string describing a color in hexadecimal notation - +a string describing a color in hexadecimal notation

len :

-the length of hex, in bytes. or -1 if hex is nul-terminated - +the length of hex, in bytes. or -1 if hex is nul-terminated

Returns :

- TRUE if hex was parsed successfully and rgb has - been set, FALSE otherwise - - + +TRUE if hex was parsed successfully and rgb has +been set, FALSE otherwise

Since GIMP 2.2


-
+

gimp_rgb_parse_css ()

-
gboolean            gimp_rgb_parse_css                  (GimpRGB *rgb,
-                                                         const gchar *css,
-                                                         gint len);
+
gboolean            gimp_rgb_parse_css                  (GimpRGB *rgb,
+                                                         const gchar *css,
+                                                         gint len);

Attempts to parse a string describing an RGB color in CSS notation. This can be either a numerical representation @@ -367,42 +330,38 @@

rgb :

-a GimpRGB struct used to return the parsed color - +a GimpRGB struct used to return the parsed color

css :

-a string describing a color in CSS notation - +a string describing a color in CSS notation

len :

-the length of hex, in bytes. or -1 if hex is nul-terminated - +the length of hex, in bytes. or -1 if hex is nul-terminated

Returns :

- TRUE if css was parsed successfully and rgb has been - set, FALSE otherwise - - + +TRUE if css was parsed successfully and rgb has been +set, FALSE otherwise

Since GIMP 2.2


-
+

gimp_rgb_list_names ()

-
gint                gimp_rgb_list_names                 (const gchar ***names,
-                                                         GimpRGB **colors);
+
gint                gimp_rgb_list_names                 (const gchar ***names,
+                                                         GimpRGB **colors);

Allows to retrieve the list of SVG 1.0 color keywords that is used by gimp_rgb_parse_name().

The returned strings are const and must not be freed. Only the two -arrays are allocated dynamically. You must call g_free() on the +arrays are allocated dynamically. You must call g_free() on the names and colors arrays when they are not any longer needed.

@@ -410,239 +369,113 @@ - + - + - +

names :

return location for an array of color names -return location for an array of color names

colors :

return location for an array of GimpRGB structs -return location for an array of GimpRGB structs

Returns :

the number of named colors - (i.e. the length of the returned arrays) - -the number of named colors +(i.e. the length of the returned arrays)

Since GIMP 2.2


-
+

gimp_rgb_add ()

-
void                gimp_rgb_add                        (GimpRGB *rgb1,
-                                                         const GimpRGB *rgb2);
+
void                gimp_rgb_add                        (GimpRGB *rgb1,
+                                                         const GimpRGB *rgb2);

-
-- - - - - - - - - - -

rgb1 :

-

rgb2 :

-

-
+

gimp_rgb_subtract ()

-
void                gimp_rgb_subtract                   (GimpRGB *rgb1,
-                                                         const GimpRGB *rgb2);
+
void                gimp_rgb_subtract                   (GimpRGB *rgb1,
+                                                         const GimpRGB *rgb2);

-
-- - - - - - - - - - -

rgb1 :

-

rgb2 :

-

-
+

gimp_rgb_multiply ()

-
void                gimp_rgb_multiply                   (GimpRGB *rgb1,
-                                                         gdouble factor);
+
void                gimp_rgb_multiply                   (GimpRGB *rgb1,
+                                                         gdouble factor);

-
-- - - - - - - - - - -

rgb1 :

-

factor :

-

-
+

gimp_rgb_distance ()

-
gdouble             gimp_rgb_distance                   (const GimpRGB *rgb1,
-                                                         const GimpRGB *rgb2);
+
gdouble             gimp_rgb_distance                   (const GimpRGB *rgb1,
+                                                         const GimpRGB *rgb2);

-
-- - - - - - - - - - - - - - -

rgb1 :

-

rgb2 :

-

Returns :

-

-
+

gimp_rgb_max ()

-
gdouble             gimp_rgb_max                        (const GimpRGB *rgb);
+
gdouble             gimp_rgb_max                        (const GimpRGB *rgb);

-
-- - - - - - - - - - -

rgb :

-

Returns :

-

-
+

gimp_rgb_min ()

-
gdouble             gimp_rgb_min                        (const GimpRGB *rgb);
+
gdouble             gimp_rgb_min                        (const GimpRGB *rgb);

-
-- - - - - - - - - - -

rgb :

-

Returns :

-

-
+

gimp_rgb_clamp ()

-
void                gimp_rgb_clamp                      (GimpRGB *rgb);
+
void                gimp_rgb_clamp                      (GimpRGB *rgb);

-
-- - - - -

rgb :

-

-
+

gimp_rgb_gamma ()

-
void                gimp_rgb_gamma                      (GimpRGB *rgb,
-                                                         gdouble gamma);
+
void                gimp_rgb_gamma                      (GimpRGB *rgb,
+                                                         gdouble gamma);

-
-- - - - - - - - - - -

rgb :

-

gamma :

-

-
+

gimp_rgb_luminance ()

-
gdouble             gimp_rgb_luminance                  (const GimpRGB *rgb);
+
gdouble             gimp_rgb_luminance                  (const GimpRGB *rgb);
- +

Returns :

the luminous intensity of the range from 0.0 to 1.0. - -the luminous intensity of the range from 0.0 to 1.0.

Since GIMP 2.4


-
+

gimp_rgb_luminance_uchar ()

-
guchar              gimp_rgb_luminance_uchar            (const GimpRGB *rgb);
+
guchar              gimp_rgb_luminance_uchar            (const GimpRGB *rgb);
- +

Returns :

the luminous intensity in the range from 0 to 255. - -the luminous intensity in the range from 0 to 255.

Since GIMP 2.4


-
+

gimp_rgb_intensity ()

-
gdouble             gimp_rgb_intensity                  (const GimpRGB *rgb);
-
+
gdouble             gimp_rgb_intensity                  (const GimpRGB *rgb);
+

Warning

gimp_rgb_intensity is deprecated and should not be used in newly-written code.

@@ -653,16 +486,15 @@

Returns :

- the intensity in the range from 0.0 to 1.0. - +the intensity in the range from 0.0 to 1.0.

-
+

gimp_rgb_intensity_uchar ()

-
guchar              gimp_rgb_intensity_uchar            (const GimpRGB *rgb);
-
+
guchar              gimp_rgb_intensity_uchar            (const GimpRGB *rgb);
+

Warning

gimp_rgb_intensity_uchar is deprecated and should not be used in newly-written code.

@@ -673,48 +505,27 @@

Returns :

- the intensity in the range from 0 to 255. - +the intensity in the range from 0 to 255.

-
+

gimp_rgb_composite ()

-
void                gimp_rgb_composite                  (GimpRGB *color1,
-                                                         const GimpRGB *color2,
+
void                gimp_rgb_composite                  (GimpRGB *color1,
+                                                         const GimpRGB *color2,
                                                          GimpRGBCompositeMode mode);

-
-- - - - - - - - - - - - - - -

color1 :

-

color2 :

-

mode :

-

-
+

gimp_rgba_set ()

-
void                gimp_rgba_set                       (GimpRGB *rgba,
-                                                         gdouble red,
-                                                         gdouble green,
-                                                         gdouble blue,
-                                                         gdouble alpha);
+
void                gimp_rgba_set                       (GimpRGB *rgba,
+                                                         gdouble red,
+                                                         gdouble green,
+                                                         gdouble blue,
+                                                         gdouble alpha);

Sets the red, green, blue and alpha components of rgb. The values should be between 0.0 and 1.0 but there is no check to enforce this @@ -724,19 +535,18 @@

rgba :

-a GimpRGB struct - +a GimpRGB struct

-
+

gimp_rgba_set_uchar ()

-
void                gimp_rgba_set_uchar                 (GimpRGB *rgba,
-                                                         guchar red,
-                                                         guchar green,
-                                                         guchar blue,
-                                                         guchar alpha);
+
void                gimp_rgba_set_uchar                 (GimpRGB *rgba,
+                                                         guchar red,
+                                                         guchar green,
+                                                         guchar blue,
+                                                         guchar alpha);

Sets the red, green, blue and alpha components of rgb from 8bit values (0 to 255). @@ -745,58 +555,27 @@

rgba :

-a GimpRGB struct - +a GimpRGB struct

-
+

gimp_rgba_get_uchar ()

-
void                gimp_rgba_get_uchar                 (const GimpRGB *rgba,
-                                                         guchar *red,
-                                                         guchar *green,
-                                                         guchar *blue,
-                                                         guchar *alpha);
+
void                gimp_rgba_get_uchar                 (const GimpRGB *rgba,
+                                                         guchar *red,
+                                                         guchar *green,
+                                                         guchar *blue,
+                                                         guchar *alpha);

-
-- - - - - - - - - - - - - - - - - - - - - - -

rgba :

-

red :

-

green :

-

blue :

-

alpha :

-

-
+

gimp_rgba_parse_css ()

-
gboolean            gimp_rgba_parse_css                 (GimpRGB *rgba,
-                                                         const gchar *css,
-                                                         gint len);
+
gboolean            gimp_rgba_parse_css                 (GimpRGB *rgba,
+                                                         const gchar *css,
+                                                         gint len);

Similar to gimp_rgb_parse_css() but handles RGB colors with alpha channel in the numerical CSS notation (rgba(255,0,0,255) @@ -811,156 +590,67 @@

rgba :

-a GimpRGB struct used to return the parsed color - +a GimpRGB struct used to return the parsed color

css :

-a string describing a color in CSS notation - +a string describing a color in CSS notation

len :

-the length of hex, in bytes. or -1 if hex is nul-terminated - +the length of hex, in bytes. or -1 if hex is nul-terminated

Returns :

- TRUE if css was parsed successfully and rgb has been - set, FALSE otherwise - - + +TRUE if css was parsed successfully and rgb has been +set, FALSE otherwise

Since GIMP 2.2


-
+

gimp_rgba_add ()

-
void                gimp_rgba_add                       (GimpRGB *rgba1,
-                                                         const GimpRGB *rgba2);
+
void                gimp_rgba_add                       (GimpRGB *rgba1,
+                                                         const GimpRGB *rgba2);

-
-- - - - - - - - - - -

rgba1 :

-

rgba2 :

-

-
+

gimp_rgba_subtract ()

-
void                gimp_rgba_subtract                  (GimpRGB *rgba1,
-                                                         const GimpRGB *rgba2);
+
void                gimp_rgba_subtract                  (GimpRGB *rgba1,
+                                                         const GimpRGB *rgba2);

-
-- - - - - - - - - - -

rgba1 :

-

rgba2 :

-

-
+

gimp_rgba_multiply ()

-
void                gimp_rgba_multiply                  (GimpRGB *rgba,
-                                                         gdouble factor);
+
void                gimp_rgba_multiply                  (GimpRGB *rgba,
+                                                         gdouble factor);

-
-- - - - - - - - - - -

rgba :

-

factor :

-

-
+

gimp_rgba_distance ()

-
gdouble             gimp_rgba_distance                  (const GimpRGB *rgba1,
-                                                         const GimpRGB *rgba2);
+
gdouble             gimp_rgba_distance                  (const GimpRGB *rgba1,
+                                                         const GimpRGB *rgba2);

-
-- - - - - - - - - - - - - - -

rgba1 :

-

rgba2 :

-

Returns :

-

-
+

GIMP_RGB_LUMINANCE()

#define             GIMP_RGB_LUMINANCE(r,g,b)

-
-- - - - - - - - - - - - - - -

r :

-

g :

-

b :

-

-
+

GIMP_RGB_LUMINANCE_RED

#define GIMP_RGB_LUMINANCE_RED    (0.2126)
 
@@ -968,7 +658,7 @@


-
+

GIMP_RGB_LUMINANCE_GREEN

#define GIMP_RGB_LUMINANCE_GREEN  (0.7152)
 
@@ -976,7 +666,7 @@


-
+

GIMP_RGB_LUMINANCE_BLUE

#define GIMP_RGB_LUMINANCE_BLUE   (0.0722)
 
@@ -984,10 +674,10 @@


-
+

GIMP_RGB_INTENSITY()

#define             GIMP_RGB_INTENSITY(r,g,b)
-
+

Warning

GIMP_RGB_INTENSITY is deprecated and should not be used in newly-written code.

@@ -1000,28 +690,25 @@

r :

-red - +red

g :

-green - +green

b :

-blue - +blue

-
+

GIMP_RGB_INTENSITY_RED

#define GIMP_RGB_INTENSITY_RED    (0.30)
 
-
+

Warning

GIMP_RGB_INTENSITY_RED is deprecated and should not be used in newly-written code.

@@ -1029,11 +716,11 @@


-
+

GIMP_RGB_INTENSITY_GREEN

#define GIMP_RGB_INTENSITY_GREEN  (0.59)
 
-
+

Warning

GIMP_RGB_INTENSITY_GREEN is deprecated and should not be used in newly-written code.

@@ -1041,11 +728,11 @@


-
+

GIMP_RGB_INTENSITY_BLUE

#define GIMP_RGB_INTENSITY_BLUE   (0.11)
 
-
+

Warning

GIMP_RGB_INTENSITY_BLUE is deprecated and should not be used in newly-written code.

@@ -1053,16 +740,16 @@


-
+

GIMP_TYPE_RGB

#define GIMP_TYPE_RGB               (gimp_rgb_get_type ())
 

-GIMP_TYPE_RGB is a GType derived from G_TYPE_BOXED. +GIMP_TYPE_RGB is a GType derived from G_TYPE_BOXED.


-
+

GIMP_TYPE_PARAM_RGB

#define GIMP_TYPE_PARAM_RGB           (gimp_param_rgb_get_type ())
 
@@ -1070,150 +757,103 @@


-
+

gimp_param_spec_rgb ()

-
GParamSpec *        gimp_param_spec_rgb                 (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
-                                                         gboolean has_alpha,
-                                                         const GimpRGB *default_value,
-                                                         GParamFlags flags);
+
GParamSpec *        gimp_param_spec_rgb                 (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
+                                                         gboolean has_alpha,
+                                                         const GimpRGB *default_value,
+                                                         GParamFlags flags);

-Creates a param spec to hold an GimpRGB value. -See g_param_spec_internal() for more information. +Creates a param spec to hold an GimpRGB value. +See g_param_spec_internal() for more information.

- + - + - + +TRUE if the alpha channel has relevance. - + - - +

name :

Canonical name of the param -Canonical name of the param

nick :

Nickname of the param -Nickname of the param

blurb :

Brief desciption of param. -Brief desciption of param.

has_alpha :

-TRUE if the alpha channel has relevance. -

default_value :

Value to use if none is assigned. -Value to use if none is assigned.

flags :

a combination of GParamFlags +a combination of GParamFlags

Returns :

a newly allocated GParamSpec instance - -a newly allocated GParamSpec instance

Since GIMP 2.4


-
+

gimp_param_spec_rgb_has_alpha ()

-
gboolean            gimp_param_spec_rgb_has_alpha       (GParamSpec *pspec);
+
gboolean            gimp_param_spec_rgb_has_alpha       (GParamSpec *pspec);
- + - +

pspec :

a GParamSpec to hold an GimpRGB value. -a GParamSpec to hold an GimpRGB value.

Returns :

TRUE if the alpha channel is relevant. - - +TRUE if the alpha channel is relevant.

Since GIMP 2.4


-
+

GIMP_VALUE_HOLDS_RGB()

#define GIMP_VALUE_HOLDS_RGB(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_RGB))
 

-
-- - - - -

value :

-

-
+

gimp_value_get_rgb ()

-
void                gimp_value_get_rgb                  (const GValue *value,
-                                                         GimpRGB *rgb);
+
void                gimp_value_get_rgb                  (const GValue *value,
+                                                         GimpRGB *rgb);

-
-- - - - - - - - - - -

value :

-

rgb :

-

-
+

gimp_value_set_rgb ()

-
void                gimp_value_set_rgb                  (GValue *value,
-                                                         const GimpRGB *rgb);
+
void                gimp_value_set_rgb                  (GValue *value,
+                                                         const GimpRGB *rgb);

-
-- - - - - - - - - - -

value :

-

rgb :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Part I. GIMP Color Library - + - + @@ -19,7 +19,7 @@ GIMP Color Library Reference Manual Next -
+

Part I. GIMP Color Library

@@ -51,6 +51,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index-deprecated.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index-deprecated.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index-deprecated.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index-deprecated.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,11 +3,11 @@ Index of deprecated symbols - + - + @@ -18,7 +18,7 @@ GIMP Color Library Reference Manual   -
+

Index of deprecated symbols

@@ -41,6 +41,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Index - + - + @@ -19,21 +19,21 @@ GIMP Color Library Reference Manual Next -
+

Index

G

-
GimpCMYK, GimpCMYK +
GimpCMYK, struct GimpCMYK
GimpColorManaged, GimpColorManaged
-
GimpColorManagedInterface, GimpColorManagedInterface +
GimpColorManagedInterface, struct GimpColorManagedInterface
-
GimpHSL, GimpHSL +
GimpHSL, struct GimpHSL
-
GimpHSV, GimpHSV +
GimpHSV, struct GimpHSV
GimpProgressFunc, GimpProgressFunc ()
@@ -41,7 +41,7 @@
GimpRenderFunc, GimpRenderFunc ()
-
GimpRGB, GimpRGB +
GimpRGB, struct GimpRGB
GimpRGBCompositeMode, enum GimpRGBCompositeMode
@@ -216,6 +216,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-2.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-2.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-2.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-2.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.2 - + - + @@ -19,7 +19,7 @@ GIMP Color Library Reference Manual Next -
+

Index of new symbols in GIMP 2.2

@@ -40,6 +40,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-4.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-4.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-4.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-4.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.4 - + - + @@ -19,7 +19,7 @@ GIMP Color Library Reference Manual Next -
+

Index of new symbols in GIMP 2.4

@@ -42,6 +42,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-6.html gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-6.html --- gimp-2.6.11/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-6.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/libgimpcolor-index-new-in-2-6.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.6 - + - + @@ -19,13 +19,13 @@ GIMP Color Library Reference Manual Next -
+

Index of new symbols in GIMP 2.6

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/html/style.css gimp-2.6.12/devel-docs/libgimpcolor/html/style.css --- gimp-2.6.11/devel-docs/libgimpcolor/html/style.css 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/html/style.css 2012-01-31 14:34:28.000000000 +0000 @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index diff -Nru gimp-2.6.11/devel-docs/libgimpcolor/Makefile.in gimp-2.6.12/devel-docs/libgimpcolor/Makefile.in --- gimp-2.6.11/devel-docs/libgimpcolor/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpcolor/Makefile.in 2012-01-31 14:25:19.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -402,10 +403,10 @@ # if $(DOC_MODULE).types is non-empty. GTKDOC_CFLAGS = GTKDOC_LIBS = -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -416,15 +417,18 @@ # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +SETUP_FILES = \ + $(content_files) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt + # Other files to distribute -EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \ - version.in -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in +DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -645,22 +649,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -670,10 +699,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -685,13 +718,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -700,58 +733,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -760,14 +814,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -789,15 +841,15 @@ @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/GimpColorConfig.html gimp-2.6.12/devel-docs/libgimpconfig/html/GimpColorConfig.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/GimpColorConfig.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/GimpColorConfig.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorConfig - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,50 +41,50 @@
-
+ -
+

Object Hierarchy

-  GObject
+  GObject
    +----GimpColorConfig
 
-
+

Implemented Interfaces

GimpColorConfig implements GimpConfigInterface.

-
+

Properties

   "cmyk-profile"             GimpConfigPath        : Read / Write / Construct
-  "display-module"           gchar*                : Read / Write / Construct
+  "display-module"           gchar*                : Read / Write / Construct
   "display-profile"          GimpConfigPath        : Read / Write / Construct
-  "display-profile-from-gdk" gboolean              : Read / Write / Construct
+  "display-profile-from-gdk" gboolean              : Read / Write / Construct
   "display-rendering-intent" GimpColorRenderingIntent  : Read / Write / Construct
   "mode"                     GimpColorManagementMode  : Read / Write / Construct
-  "out-of-gamut-color"       GimpRGB*              : Read / Write / Construct
+  "out-of-gamut-color"       GimpRGB*              : Read / Write / Construct
   "printer-profile"          GimpConfigPath        : Read / Write / Construct
   "rgb-profile"              GimpConfigPath        : Read / Write / Construct
-  "simulation-gamut-check"   gboolean              : Read / Write / Construct
+  "simulation-gamut-check"   gboolean              : Read / Write / Construct
   "simulation-rendering-intent" GimpColorRenderingIntent  : Read / Write / Construct
 
-
+

Description

-
+

Details

-
+

GimpColorConfig

typedef struct {
   GimpColorManagementMode     mode;
@@ -106,10 +106,9 @@
 


-
+

enum GimpColorManagementMode

-
typedef enum
-{
+
typedef enum {
   GIMP_COLOR_MANAGEMENT_OFF,       /*< desc="No color management"   >*/
   GIMP_COLOR_MANAGEMENT_DISPLAY,   /*< desc="Color managed display" >*/
   GIMP_COLOR_MANAGEMENT_SOFTPROOF  /*< desc="Print simulation"      >*/
@@ -119,10 +118,9 @@
 


-
+

enum GimpColorRenderingIntent

-
typedef enum
-{
+
typedef enum {
   GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL,            /*< desc="Perceptual"            >*/
   GIMP_COLOR_RENDERING_INTENT_RELATIVE_COLORIMETRIC, /*< desc="Relative colorimetric" >*/
   GIMP_COLOR_RENDERING_INTENT_SATURATION,            /*< desc="intent|Saturation"            >*/
@@ -133,78 +131,78 @@
 

-
+

Property Details

-
+

The "cmyk-profile" property

  "cmyk-profile"             GimpConfigPath        : Read / Write / Construct

The CMYK color profile used to convert between RGB and CMYK.

Default value: NULL


-
+

The "display-module" property

-
  "display-module"           gchar*                : Read / Write / Construct
+
  "display-module"           gchar*                : Read / Write / Construct

Default value: "CdisplayLcms"


-
+

The "display-profile" property

  "display-profile"          GimpConfigPath        : Read / Write / Construct

The color profile of your (primary) monitor.

Default value: NULL


-
+

The "display-profile-from-gdk" property

-
  "display-profile-from-gdk" gboolean              : Read / Write / Construct
+
  "display-profile-from-gdk" gboolean              : Read / Write / Construct

When enabled, GIMP will try to use the display color profile from the windowing system. The configured monitor profile is then only used as a fallback.

Default value: FALSE


-
+

The "display-rendering-intent" property

  "display-rendering-intent" GimpColorRenderingIntent  : Read / Write / Construct

Sets how colors are mapped for your display.

Default value: GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL


-
+

The "mode" property

  "mode"                     GimpColorManagementMode  : Read / Write / Construct

Mode of operation for color management.

Default value: GIMP_COLOR_MANAGEMENT_DISPLAY


-
+

The "out-of-gamut-color" property

-
  "out-of-gamut-color"       GimpRGB*              : Read / Write / Construct
+
  "out-of-gamut-color"       GimpRGB*              : Read / Write / Construct

The color to use for marking colors which are out of gamut.


-
+

The "printer-profile" property

  "printer-profile"          GimpConfigPath        : Read / Write / Construct

The color profile used for simulating a printed version (softproof).

Default value: NULL


-
+

The "rgb-profile" property

  "rgb-profile"              GimpConfigPath        : Read / Write / Construct

The default RGB working space color profile.

Default value: NULL


-
+

The "simulation-gamut-check" property

-
  "simulation-gamut-check"   gboolean              : Read / Write / Construct
+
  "simulation-gamut-check"   gboolean              : Read / Write / Construct

When enabled, the print simulation will mark colors which can not be represented in the target color space.

Default value: FALSE


-
+

The "simulation-rendering-intent" property

  "simulation-rendering-intent" GimpColorRenderingIntent  : Read / Write / Construct

Sets how colors are converted from RGB working space to the print simulation device.

@@ -214,6 +212,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/index.html gimp-2.6.12/devel-docs/libgimpconfig/html/index.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/index.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/index.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,19 +3,19 @@ GIMP Config Library Reference Manual - + - + -
+

- for GIMP 2.6.10 + for GIMP 2.6.12

@@ -64,6 +64,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig.devhelp gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig.devhelp --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig.devhelp 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig.devhelp 1970-01-01 00:00:00.000000000 +0000 @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig.devhelp2 gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig.devhelp2 --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig.devhelp2 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig.devhelp2 2012-01-31 14:34:28.000000000 +0000 @@ -22,7 +22,7 @@ - + diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-deserialize.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-deserialize.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-deserialize.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-deserialize.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpconfig-deserialize - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,29 +35,29 @@
-
+

Synopsis

-
gboolean            gimp_config_deserialize_properties  (GimpConfig *config,
-                                                         GScanner *scanner,
-                                                         gint nest_level);
-GTokenType          gimp_config_deserialize_property    (GimpConfig *config,
-                                                         GScanner *scanner,
-                                                         gint nest_level);
+
gboolean            gimp_config_deserialize_properties  (GimpConfig *config,
+                                                         GScanner *scanner,
+                                                         gint nest_level);
+GTokenType          gimp_config_deserialize_property    (GimpConfig *config,
+                                                         GScanner *scanner,
+                                                         gint nest_level);
 
-
+

Description

Deserializing code for libgimpconfig.

-
+

Details

-
+

gimp_config_deserialize_properties ()

-
gboolean            gimp_config_deserialize_properties  (GimpConfig *config,
-                                                         GScanner *scanner,
-                                                         gint nest_level);
+
gboolean            gimp_config_deserialize_properties  (GimpConfig *config,
+                                                         GScanner *scanner,
+                                                         gint nest_level);

This function uses the scanner to configure the properties of config.

@@ -66,30 +66,27 @@

config :

-a GimpConfig. - +a GimpConfig.

scanner :

-a GScanner. - +a GScanner.

Returns :

- TRUE on success, FALSE otherwise. - - + +TRUE on success, FALSE otherwise.

Since GIMP 2.4


-
+

gimp_config_deserialize_property ()

-
GTokenType          gimp_config_deserialize_property    (GimpConfig *config,
-                                                         GScanner *scanner,
-                                                         gint nest_level);
+
GTokenType          gimp_config_deserialize_property    (GimpConfig *config,
+                                                         GScanner *scanner,
+                                                         gint nest_level);

This function deserializes a single property of config. You shouldn't need to call this function directly. If possible, use @@ -100,21 +97,18 @@

config :

-a GimpConfig. - +a GimpConfig.

scanner :

-a GScanner. - +a GScanner.

Returns :

- G_TOKEN_RIGHT_PAREN on success, otherwise the -expected GTokenType or G_TOKEN_NONE if the expected token was -found but couldn't be parsed. - - + +G_TOKEN_RIGHT_PAREN on success, otherwise the +expected GTokenType or G_TOKEN_NONE if the expected token was +found but couldn't be parsed.
@@ -124,6 +118,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigError.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigError.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigError.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigError.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpconfig-error - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,24 +35,23 @@
-
+ -
+

Description

-
+

Details

-
+

enum GimpConfigError

-
typedef enum
-{
+
typedef enum {
   GIMP_CONFIG_ERROR_OPEN,         /*  open failed                            */
   GIMP_CONFIG_ERROR_OPEN_ENOENT,  /*  file does not exist                    */
   GIMP_CONFIG_ERROR_WRITE,        /*  write failed                           */
@@ -64,7 +63,7 @@
 


-
+

GIMP_CONFIG_ERROR

#define GIMP_CONFIG_ERROR (gimp_config_error_quark ())
 
@@ -72,9 +71,9 @@


-
+

gimp_config_error_quark ()

-
GQuark              gimp_config_error_quark             (void);
+
GQuark              gimp_config_error_quark             (void);

This function is never called directly. Use GIMP_CONFIG_ERROR() instead.

@@ -82,9 +81,7 @@

Returns :

- the GQuark that defines the GimpConfig error domain. - - +the GQuark that defines the GimpConfig error domain.

Since GIMP 2.4

@@ -93,6 +90,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpconfig-iface - + - + @@ -32,7 +32,7 @@ Known Implementations -
+
@@ -41,91 +41,91 @@
-
+

Synopsis

                    GimpConfig;
-                    GimpConfigInterface;
-gboolean            gimp_config_serialize_to_file       (GimpConfig *config,
-                                                         const gchar *filename,
-                                                         const gchar *header,
-                                                         const gchar *footer,
-                                                         gpointer data,
-                                                         GError **error);
-gboolean            gimp_config_serialize_to_fd         (GimpConfig *config,
-                                                         gint fd,
-                                                         gpointer data);
-gchar *             gimp_config_serialize_to_string     (GimpConfig *config,
-                                                         gpointer data);
-gboolean            gimp_config_deserialize_file        (GimpConfig *config,
-                                                         const gchar *filename,
-                                                         gpointer data,
-                                                         GError **error);
-gboolean            gimp_config_deserialize_string      (GimpConfig *config,
-                                                         const gchar *text,
-                                                         gint text_len,
-                                                         gpointer data,
-                                                         GError **error);
-gboolean            gimp_config_deserialize_return      (GScanner *scanner,
-                                                         GTokenType expected_token,
-                                                         gint nest_level);
-gpointer            gimp_config_duplicate               (GimpConfig *config);
-gboolean            gimp_config_is_equal_to             (GimpConfig *a,
+struct              GimpConfigInterface;
+gboolean            gimp_config_serialize_to_file       (GimpConfig *config,
+                                                         const gchar *filename,
+                                                         const gchar *header,
+                                                         const gchar *footer,
+                                                         gpointer data,
+                                                         GError **error);
+gboolean            gimp_config_serialize_to_fd         (GimpConfig *config,
+                                                         gint fd,
+                                                         gpointer data);
+gchar *             gimp_config_serialize_to_string     (GimpConfig *config,
+                                                         gpointer data);
+gboolean            gimp_config_deserialize_file        (GimpConfig *config,
+                                                         const gchar *filename,
+                                                         gpointer data,
+                                                         GError **error);
+gboolean            gimp_config_deserialize_string      (GimpConfig *config,
+                                                         const gchar *text,
+                                                         gint text_len,
+                                                         gpointer data,
+                                                         GError **error);
+gboolean            gimp_config_deserialize_return      (GScanner *scanner,
+                                                         GTokenType expected_token,
+                                                         gint nest_level);
+gpointer            gimp_config_duplicate               (GimpConfig *config);
+gboolean            gimp_config_is_equal_to             (GimpConfig *a,
                                                          GimpConfig *b);
 void                gimp_config_reset                   (GimpConfig *config);
-gboolean            gimp_config_copy                    (GimpConfig *src,
+gboolean            gimp_config_copy                    (GimpConfig *src,
                                                          GimpConfig *dest,
-                                                         GParamFlags flags);
+                                                         GParamFlags flags);
 
-
+

Object Hierarchy

   GInterface
    +----GimpConfigInterface
 
-
+

Prerequisites

GimpConfigInterface requires - GObject.

+ GObject.

-
+

Known Implementations

GimpConfigInterface is implemented by GimpColorConfig.

-
+

Description

High-level API functions for libgimpconfig.

-
+

Details

-
+

GimpConfig

typedef struct _GimpConfig GimpConfig;


-
-

GimpConfigInterface

-
typedef struct _GimpConfigInterface GimpConfigInterface;
+
+

struct GimpConfigInterface

+
struct GimpConfigInterface;


-
+

gimp_config_serialize_to_file ()

-
gboolean            gimp_config_serialize_to_file       (GimpConfig *config,
-                                                         const gchar *filename,
-                                                         const gchar *header,
-                                                         const gchar *footer,
-                                                         gpointer data,
-                                                         GError **error);
+
gboolean            gimp_config_serialize_to_file       (GimpConfig *config,
+                                                         const gchar *filename,
+                                                         const gchar *header,
+                                                         const gchar *footer,
+                                                         gpointer data,
+                                                         GError **error);

Serializes the object properties of config to the file specified by filename. If a file with that name already exists, it is @@ -137,45 +137,39 @@

config :

-a GObject that implements the GimpConfigInterface. - +a GObject that implements the GimpConfigInterface.

filename :

-the name of the file to write the configuration to. - +the name of the file to write the configuration to.

header :

-optional file header (must be ASCII only) - +optional file header (must be ASCII only)

footer :

-optional file footer (must be ASCII only) - +optional file footer (must be ASCII only)

data :

-user data passed to the serialize implementation. - +user data passed to the serialize implementation.

Returns :

- TRUE if serialization succeeded, FALSE otherwise. - - + +TRUE if serialization succeeded, FALSE otherwise.

Since GIMP 2.4


-
+

gimp_config_serialize_to_fd ()

-
gboolean            gimp_config_serialize_to_fd         (GimpConfig *config,
-                                                         gint fd,
-                                                         gpointer data);
+
gboolean            gimp_config_serialize_to_fd         (GimpConfig *config,
+                                                         gint fd,
+                                                         gpointer data);

Serializes the object properties of config to the given file descriptor. @@ -185,34 +179,30 @@

config :

-a GObject that implements the GimpConfigInterface. - +a GObject that implements the GimpConfigInterface.

fd :

-a file descriptor, opened for writing - +a file descriptor, opened for writing

data :

-user data passed to the serialize implementation. - +user data passed to the serialize implementation.

Returns :

- TRUE if serialization succeeded, FALSE otherwise. - - + +TRUE if serialization succeeded, FALSE otherwise.

Since GIMP 2.4


-
+

gimp_config_serialize_to_string ()

-
gchar *             gimp_config_serialize_to_string     (GimpConfig *config,
-                                                         gpointer data);
+
gchar *             gimp_config_serialize_to_string     (GimpConfig *config,
+                                                         gpointer data);

Serializes the object properties of config to a string.

@@ -221,35 +211,31 @@

config :

-a GObject that implements the GimpConfigInterface. - +a GObject that implements the GimpConfigInterface.

data :

-user data passed to the serialize implementation. - +user data passed to the serialize implementation.

Returns :

- a newly allocated NUL-terminated string. - - +a newly allocated NUL-terminated string.

Since GIMP 2.4


-
+

gimp_config_deserialize_file ()

-
gboolean            gimp_config_deserialize_file        (GimpConfig *config,
-                                                         const gchar *filename,
-                                                         gpointer data,
-                                                         GError **error);
+
gboolean            gimp_config_deserialize_file        (GimpConfig *config,
+                                                         const gchar *filename,
+                                                         gpointer data,
+                                                         GError **error);

Opens the file specified by filename, reads configuration data from it and configures config accordingly. Basically this function -creates a properly configured GScanner for you and calls the +creates a properly configured GScanner for you and calls the deserialize function of the config's GimpConfigInterface.

@@ -257,40 +243,36 @@ - + - + - + - +

config :

a GObject that implements the GimpConfigInterface. -a GObject that implements the GimpConfigInterface.

filename :

the name of the file to read configuration from. -the name of the file to read configuration from.

data :

user data passed to the deserialize implementation. -user data passed to the deserialize implementation.

Returns :

TRUE if deserialization succeeded, FALSE otherwise. - - +TRUE if deserialization succeeded, FALSE otherwise.

Since GIMP 2.4


-
+

gimp_config_deserialize_string ()

-
gboolean            gimp_config_deserialize_string      (GimpConfig *config,
-                                                         const gchar *text,
-                                                         gint text_len,
-                                                         gpointer data,
-                                                         GError **error);
+
gboolean            gimp_config_deserialize_string      (GimpConfig *config,
+                                                         const gchar *text,
+                                                         gint text_len,
+                                                         gpointer data,
+                                                         GError **error);

Configures config from text. Basically this function creates a -properly configured GScanner for you and calls the deserialize +properly configured GScanner for you and calls the deserialize function of the config's GimpConfigInterface.

@@ -298,50 +280,37 @@ - + - + - + - +

config :

a GObject that implements the GimpConfigInterface. -a GObject that implements the GimpConfigInterface.

text :

string to deserialize (in UTF-8 encoding) -string to deserialize (in UTF-8 encoding)

text_len :

length of text in bytes or -1 -length of text in bytes or -1

Returns :

TRUE if deserialization succeeded, FALSE otherwise. - - +TRUE if deserialization succeeded, FALSE otherwise.

Since GIMP 2.4


-
+

gimp_config_deserialize_return ()

-
gboolean            gimp_config_deserialize_return      (GScanner *scanner,
-                                                         GTokenType expected_token,
-                                                         gint nest_level);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_config_deserialize_return      (GScanner *scanner,
+                                                         GTokenType expected_token,
+                                                         gint nest_level);

Since GIMP 2.4


-
+

gimp_config_duplicate ()

-
gpointer            gimp_config_duplicate               (GimpConfig *config);
+
gpointer            gimp_config_duplicate               (GimpConfig *config);

Creates a copy of the passed object by copying all object properties. The default implementation of the GimpConfigInterface @@ -353,23 +322,20 @@

config :

-a GObject that implements the GimpConfigInterface. - +a GObject that implements the GimpConfigInterface.

Returns :

- the duplicated GimpConfig object - - +the duplicated GimpConfig object

Since GIMP 2.4


-
+

gimp_config_is_equal_to ()

-
gboolean            gimp_config_is_equal_to             (GimpConfig *a,
+
gboolean            gimp_config_is_equal_to             (GimpConfig *a,
                                                          GimpConfig *b);

Compares the two objects. The default implementation of the @@ -382,26 +348,23 @@

a :

-a GObject that implements the GimpConfigInterface. - +a GObject that implements the GimpConfigInterface.

b :

-another GObject of the same type as a. - +another GObject of the same type as a.

Returns :

- TRUE if the two objects are equal. - - + +TRUE if the two objects are equal.

Since GIMP 2.4


-
+

gimp_config_reset ()

void                gimp_config_reset                   (GimpConfig *config);

@@ -413,18 +376,17 @@

config :

-a GObject that implements the GimpConfigInterface. - +a GObject that implements the GimpConfigInterface.

Since GIMP 2.4


-
+

gimp_config_copy ()

-
gboolean            gimp_config_copy                    (GimpConfig *src,
+
gboolean            gimp_config_copy                    (GimpConfig *src,
                                                          GimpConfig *dest,
-                                                         GParamFlags flags);
+ GParamFlags flags);

Compares all read- and write-able properties from src and dest that have all flags set. Differing values are then copied from @@ -438,24 +400,20 @@

src :

-a GObject that implements the GimpConfigInterface. - +a GObject that implements the GimpConfigInterface.

dest :

-another GObject of the same type as a. - +another GObject of the same type as a.

flags :

-a mask of GParamFlags - +a mask of GParamFlags

Returns :

- TRUE if dest was modified, FALSE otherwise - - + +TRUE if dest was modified, FALSE otherwise
@@ -465,6 +423,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-params.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-params.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-params.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-params.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpconfig-params - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

#define             GIMP_CONFIG_PARAM_SERIALIZE
 #define             GIMP_CONFIG_PARAM_AGGREGATE
@@ -148,14 +148,14 @@
                                                          flags)
 
-
+

Description

-
+

Details

-
+

GIMP_CONFIG_PARAM_SERIALIZE

#define GIMP_CONFIG_PARAM_SERIALIZE    (1 << (0 + G_PARAM_USER_SHIFT))
 
@@ -163,7 +163,7 @@


-
+

GIMP_CONFIG_PARAM_AGGREGATE

#define GIMP_CONFIG_PARAM_AGGREGATE    (1 << (1 + G_PARAM_USER_SHIFT))
 
@@ -171,7 +171,7 @@


-
+

GIMP_CONFIG_PARAM_RESTART

#define GIMP_CONFIG_PARAM_RESTART      (1 << (2 + G_PARAM_USER_SHIFT))
 
@@ -179,7 +179,7 @@


-
+

GIMP_CONFIG_PARAM_CONFIRM

#define GIMP_CONFIG_PARAM_CONFIRM      (1 << (3 + G_PARAM_USER_SHIFT))
 
@@ -187,7 +187,7 @@


-
+

GIMP_CONFIG_PARAM_DEFAULTS

#define GIMP_CONFIG_PARAM_DEFAULTS     (1 << (4 + G_PARAM_USER_SHIFT))
 
@@ -195,7 +195,7 @@


-
+

GIMP_CONFIG_PARAM_IGNORE

#define GIMP_CONFIG_PARAM_IGNORE       (1 << (5 + G_PARAM_USER_SHIFT))
 
@@ -203,706 +203,121 @@


-
+

GIMP_CONFIG_PARAM_FLAGS

#define             GIMP_CONFIG_PARAM_FLAGS


-
+

GIMP_CONFIG_INSTALL_PROP_BOOLEAN()

#define             GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_BOXED()

#define             GIMP_CONFIG_INSTALL_PROP_BOXED(class, id, name, blurb, boxed_type, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

boxed_type :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_RGB()

#define             GIMP_CONFIG_INSTALL_PROP_RGB(class, id, name, blurb, has_alpha, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

has_alpha :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_DOUBLE()

#define             GIMP_CONFIG_INSTALL_PROP_DOUBLE(class, id, name, blurb, min, max, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

min :

-

max :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_RESOLUTION()

#define             GIMP_CONFIG_INSTALL_PROP_RESOLUTION(class, id, name, blurb, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_ENUM()

#define             GIMP_CONFIG_INSTALL_PROP_ENUM(class, id, name, blurb, enum_type, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

enum_type :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_INT()

#define             GIMP_CONFIG_INSTALL_PROP_INT(class, id, name, blurb, min, max, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

min :

-

max :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_MATRIX2()

#define             GIMP_CONFIG_INSTALL_PROP_MATRIX2(class, id, name, blurb, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_MEMSIZE()

#define             GIMP_CONFIG_INSTALL_PROP_MEMSIZE(class, id, name, blurb, min, max, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

min :

-

max :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_PATH()

#define             GIMP_CONFIG_INSTALL_PROP_PATH(class, id, name, blurb, path_type, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

path_type :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_STRING()

#define             GIMP_CONFIG_INSTALL_PROP_STRING(class, id, name, blurb, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_UINT()

#define             GIMP_CONFIG_INSTALL_PROP_UINT(class, id, name, blurb, min, max, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

min :

-

max :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_UNIT()

#define             GIMP_CONFIG_INSTALL_PROP_UNIT(class, id, name, blurb, pixels, percent, default, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

pixels :

-

percent :

-

default :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_OBJECT()

#define             GIMP_CONFIG_INSTALL_PROP_OBJECT(class, id, name, blurb, object_type, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

object_type :

-

flags :

-

-
+

GIMP_CONFIG_INSTALL_PROP_POINTER()

#define             GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags)

-
-- - - - - - - - - - - - - - - - - - - - - - -

class :

-

id :

-

name :

-

blurb :

-

flags :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-path.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-path.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-path.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-path.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpconfig-path - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,36 +35,35 @@
-
+

Synopsis

enum                GimpConfigPathType;
-GParamSpec *        gimp_param_spec_config_path         (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
+GParamSpec *        gimp_param_spec_config_path         (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
                                                          GimpConfigPathType type,
-                                                         const gchar *default_value,
-                                                         GParamFlags flags);
-GimpConfigPathType  gimp_param_spec_config_path_type    (GParamSpec *pspec);
-gchar *             gimp_config_path_expand             (const gchar *path,
-                                                         gboolean recode,
-                                                         GError **error);
-gchar *             gimp_config_build_data_path         (const gchar *name);
-gchar *             gimp_config_build_writable_path     (const gchar *name);
-gchar *             gimp_config_build_plug_in_path      (const gchar *name);
+                                                         const gchar *default_value,
+                                                         GParamFlags flags);
+GimpConfigPathType  gimp_param_spec_config_path_type    (GParamSpec *pspec);
+gchar *             gimp_config_path_expand             (const gchar *path,
+                                                         gboolean recode,
+                                                         GError **error);
+gchar *             gimp_config_build_data_path         (const gchar *name);
+gchar *             gimp_config_build_writable_path     (const gchar *name);
+gchar *             gimp_config_build_plug_in_path      (const gchar *name);
 #define             GIMP_VALUE_HOLDS_CONFIG_PATH        (value)
 
-
+

Description

-
+

Details

-
+

enum GimpConfigPathType

-
typedef enum
-{
+
typedef enum {
   GIMP_CONFIG_PATH_FILE,
   GIMP_CONFIG_PATH_FILE_LIST,
   GIMP_CONFIG_PATH_DIR,
@@ -75,66 +74,59 @@
 


-
+

gimp_param_spec_config_path ()

-
GParamSpec *        gimp_param_spec_config_path         (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
+
GParamSpec *        gimp_param_spec_config_path         (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
                                                          GimpConfigPathType type,
-                                                         const gchar *default_value,
-                                                         GParamFlags flags);
+ const gchar *default_value, + GParamFlags flags);

Creates a param spec to hold a filename, dir name, or list of file or dir names. -See g_param_spec_internal() for more information. +See g_param_spec_internal() for more information.

- + - + - + - + - + - - +

name :

Canonical name of the param -Canonical name of the param

nick :

Nickname of the param -Nickname of the param

blurb :

Brief desciption of param. -Brief desciption of param.

type :

a GimpParamConfigPathType value. -a GimpParamConfigPathType value.

default_value :

Value to use if none is assigned. -Value to use if none is assigned.

flags :

a combination of GParamFlags +a combination of GParamFlags

Returns :

a newly allocated GParamSpec instance - -a newly allocated GParamSpec instance

Since GIMP 2.4


-
+

gimp_param_spec_config_path_type ()

-
GimpConfigPathType  gimp_param_spec_config_path_type    (GParamSpec *pspec);
+
GimpConfigPathType  gimp_param_spec_config_path_type    (GParamSpec *pspec);

Tells whether the path param encodes a filename, dir name, or list of file or dir names. @@ -144,25 +136,22 @@

pspec :

-A GParamSpec for a path param - +A GParamSpec for a path param

Returns :

- a GimpConfigPathType value - - +a GimpConfigPathType value

Since GIMP 2.4


-
+

gimp_config_path_expand ()

-
gchar *             gimp_config_path_expand             (const gchar *path,
-                                                         gboolean recode,
-                                                         GError **error);
+
gchar *             gimp_config_path_expand             (const gchar *path,
+                                                         gboolean recode,
+                                                         GError **error);

Paths as stored in the gimprc have to be treated special. The string may contain special identifiers such as for example @@ -177,33 +166,28 @@

path :

-a NUL-terminated string in UTF-8 encoding - +a NUL-terminated string in UTF-8 encoding

recode :

-whether to convert to the filesystem's encoding - +whether to convert to the filesystem's encoding

error :

-return location for errors - +return location for errors

Returns :

- a newly allocated NUL-terminated string - - +a newly allocated NUL-terminated string

Since GIMP 2.4


-
+

gimp_config_build_data_path ()

-
gchar *             gimp_config_build_data_path         (const gchar *name);
+
gchar *             gimp_config_build_data_path         (const gchar *name);

Creates a search path as it is used in the gimprc file. The path returned by gimp_config_build_data_path() includes a directory @@ -211,7 +195,7 @@ directory.

-Note that you cannot use this path directly with gimp_path_parse(). +Note that you cannot use this path directly with gimp_path_parse(). As it is in the gimprc notation, you first need to expand and recode it using gimp_config_path_expand().

@@ -220,30 +204,27 @@

name :

-directory name (in UTF-8 encoding) - +directory name (in UTF-8 encoding)

Returns :

- a newly allocated string - - +a newly allocated string

Since GIMP 2.4


-
+

gimp_config_build_writable_path ()

-
gchar *             gimp_config_build_writable_path     (const gchar *name);
+
gchar *             gimp_config_build_writable_path     (const gchar *name);

Creates a search path as it is used in the gimprc file. The path returned by gimp_config_build_writable_path() is just the writable parts of the search path constructed by gimp_config_build_data_path().

-Note that you cannot use this path directly with gimp_path_parse(). +Note that you cannot use this path directly with gimp_path_parse(). As it is in the gimprc notation, you first need to expand and recode it using gimp_config_path_expand().

@@ -252,23 +233,20 @@

name :

-directory name (in UTF-8 encoding) - +directory name (in UTF-8 encoding)

Returns :

- a newly allocated string - - +a newly allocated string

Since GIMP 2.4


-
+

gimp_config_build_plug_in_path ()

-
gchar *             gimp_config_build_plug_in_path      (const gchar *name);
+
gchar *             gimp_config_build_plug_in_path      (const gchar *name);

Creates a search path as it is used in the gimprc file. The path returned by gimp_config_build_plug_in_path() includes a directory @@ -276,7 +254,7 @@ directory.

-Note that you cannot use this path directly with gimp_path_parse(). +Note that you cannot use this path directly with gimp_path_parse(). As it is in the gimprc notation, you first need to expand and recode it using gimp_config_path_expand().

@@ -285,39 +263,28 @@

name :

-directory name (in UTF-8 encoding) - +directory name (in UTF-8 encoding)

Returns :

- a newly allocated string - - +a newly allocated string

Since GIMP 2.4


-
+

GIMP_VALUE_HOLDS_CONFIG_PATH()

#define GIMP_VALUE_HOLDS_CONFIG_PATH(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_CONFIG_PATH))
 

-
-- - - - -

value :

-
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-serialize.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-serialize.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-serialize.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-serialize.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpconfig-serialize - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,36 +35,36 @@
-
+ -
+

Description

Serializing interface for libgimpconfig.

-
+

Details

-
+

gimp_config_serialize_properties ()

-
gboolean            gimp_config_serialize_properties    (GimpConfig *config,
+
gboolean            gimp_config_serialize_properties    (GimpConfig *config,
                                                          GimpConfigWriter *writer);

This function writes all object properties to the writer. @@ -74,28 +74,25 @@

config :

-a GimpConfig. - +a GimpConfig.

writer :

-a GimpConfigWriter. - +a GimpConfigWriter.

Returns :

- TRUE if serialization succeeded, FALSE otherwise - - + +TRUE if serialization succeeded, FALSE otherwise

Since GIMP 2.4


-
+

gimp_config_serialize_changed_properties ()

-
gboolean            gimp_config_serialize_changed_properties
+
gboolean            gimp_config_serialize_changed_properties
                                                         (GimpConfig *config,
                                                          GimpConfigWriter *writer);

@@ -107,29 +104,26 @@

config :

-a GimpConfig. - +a GimpConfig.

writer :

-a GimpConfigWriter. - +a GimpConfigWriter.

Returns :

- TRUE if serialization succeeded, FALSE otherwise - - + +TRUE if serialization succeeded, FALSE otherwise

Since GIMP 2.4


-
+

gimp_config_serialize_property ()

-
gboolean            gimp_config_serialize_property      (GimpConfig *config,
-                                                         GParamSpec *param_spec,
+
gboolean            gimp_config_serialize_property      (GimpConfig *config,
+                                                         GParamSpec *param_spec,
                                                          GimpConfigWriter *writer);

This function serializes a single object property to the writer. @@ -139,35 +133,31 @@

config :

-a GimpConfig. - +a GimpConfig.

param_spec :

-a GParamSpec. - +a GParamSpec.

writer :

-a GimpConfigWriter. - +a GimpConfigWriter.

Returns :

- TRUE if serialization succeeded, FALSE otherwise - - + +TRUE if serialization succeeded, FALSE otherwise

Since GIMP 2.4


-
+

gimp_config_serialize_property_by_name ()

-
gboolean            gimp_config_serialize_property_by_name
+
gboolean            gimp_config_serialize_property_by_name
                                                         (GimpConfig *config,
-                                                         const gchar *prop_name,
+                                                         const gchar *prop_name,
                                                          GimpConfigWriter *writer);

This function serializes a single object property to the writer. @@ -177,61 +167,53 @@

config :

-a GimpConfig. - +a GimpConfig.

prop_name :

-the property's name. - +the property's name.

writer :

-a GimpConfigWriter. - +a GimpConfigWriter.

Returns :

- TRUE if serialization succeeded, FALSE otherwise - - + +TRUE if serialization succeeded, FALSE otherwise

Since GIMP 2.6


-
+

gimp_config_serialize_value ()

-
gboolean            gimp_config_serialize_value         (const GValue *value,
-                                                         GString *str,
-                                                         gboolean escaped);
+
gboolean            gimp_config_serialize_value         (const GValue *value,
+                                                         GString *str,
+                                                         gboolean escaped);

-This utility function appends a string representation of GValue to str. +This utility function appends a string representation of GValue to str.

- + - + - + - +

value :

a GValue. -a GValue.

str :

a Gstring. -a Gstring.

escaped :

whether to escape string values. -whether to escape string values.

Returns :

TRUE if serialization succeeded, FALSE otherwise. - - +TRUE if serialization succeeded, FALSE otherwise.
@@ -241,6 +223,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-utils.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-utils.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-utils.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-utils.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpconfig-utils - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,34 +35,34 @@
-
+

Synopsis

-
GList *             gimp_config_diff                    (GObject *a,
-                                                         GObject *b,
-                                                         GParamFlags flags);
-gboolean            gimp_config_sync                    (GObject *src,
-                                                         GObject *dest,
-                                                         GParamFlags flags);
-void                gimp_config_reset_properties        (GObject *object);
-void                gimp_config_reset_property          (GObject *object,
-                                                         const gchar *property_name);
-void                gimp_config_string_append_escaped   (GString *string,
-                                                         const gchar *val);
+
GList *             gimp_config_diff                    (GObject *a,
+                                                         GObject *b,
+                                                         GParamFlags flags);
+gboolean            gimp_config_sync                    (GObject *src,
+                                                         GObject *dest,
+                                                         GParamFlags flags);
+void                gimp_config_reset_properties        (GObject *object);
+void                gimp_config_reset_property          (GObject *object,
+                                                         const gchar *property_name);
+void                gimp_config_string_append_escaped   (GString *string,
+                                                         const gchar *val);
 
-
+

Description

Miscellaneous utility functions for libgimpconfig.

-
+

Details

-
+

gimp_config_diff ()

-
GList *             gimp_config_diff                    (GObject *a,
-                                                         GObject *b,
-                                                         GParamFlags flags);
+
GList *             gimp_config_diff                    (GObject *a,
+                                                         GObject *b,
+                                                         GParamFlags flags);

Compares all properties of a and b that have all flags set. If flags is 0, all properties are compared. @@ -77,35 +77,31 @@

a :

-a GObject +a GObject

b :

-another GObject object - +another GObject object

flags :

-a mask of GParamFlags - +a mask of GParamFlags

Returns :

- a GList of differing GParamSpecs. - - +a GList of differing GParamSpecs.

Since GIMP 2.4


-
+

gimp_config_sync ()

-
gboolean            gimp_config_sync                    (GObject *src,
-                                                         GObject *dest,
-                                                         GParamFlags flags);
+
gboolean            gimp_config_sync                    (GObject *src,
+                                                         GObject *dest,
+                                                         GParamFlags flags);

Compares all read- and write-able properties from src and dest that have all flags set. Differing values are then copied from @@ -124,36 +120,34 @@

src :

-a GObject +a GObject

dest :

-another GObject +another GObject

flags :

-a mask of GParamFlags - +a mask of GParamFlags

Returns :

- TRUE if dest was modified, FALSE otherwise - - + +TRUE if dest was modified, FALSE otherwise

Since GIMP 2.4


-
+

gimp_config_reset_properties ()

-
void                gimp_config_reset_properties        (GObject *object);
+
void                gimp_config_reset_properties        (GObject *object);

Resets all writable properties of object to the default values as -defined in their GParamSpec. Properties marked as "construct-only" +defined in their GParamSpec. Properties marked as "construct-only" are not touched.

@@ -163,17 +157,17 @@

object :

-a GObject +a GObject

Since GIMP 2.4


-
+

gimp_config_reset_property ()

-
void                gimp_config_reset_property          (GObject *object,
-                                                         const gchar *property_name);
+
void                gimp_config_reset_property          (GObject *object,
+                                                         const gchar *property_name);

Resets the property named property_name to its default value. The property must be writable and must not be marked as "construct-only". @@ -183,26 +177,25 @@

object :

-a GObject +a GObject

property_name :

-name of the property to reset - +name of the property to reset

Since GIMP 2.4


-
+

gimp_config_string_append_escaped ()

-
void                gimp_config_string_append_escaped   (GString *string,
-                                                         const gchar *val);
+
void                gimp_config_string_append_escaped   (GString *string,
+                                                         const gchar *val);

Escapes and quotes val and appends it to string. The escape -algorithm is different from the one used by g_strescape() since it +algorithm is different from the one used by g_strescape() since it leaves non-ASCII characters intact and thus preserves UTF-8 strings. Only control characters and quotes are being escaped.

@@ -211,12 +204,12 @@

string :

-pointer to a GString +pointer to a GString

val :

-a string to append or NULL +a string to append or NULL @@ -227,6 +220,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigWriter.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigWriter.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigWriter.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfigWriter.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpconfigwriter - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,66 +35,66 @@
-
+

Synopsis

                    GimpConfigWriter;
-GimpConfigWriter *  gimp_config_writer_new_file         (const gchar *filename,
-                                                         gboolean atomic,
-                                                         const gchar *header,
-                                                         GError **error);
-GimpConfigWriter *  gimp_config_writer_new_fd           (gint fd);
-GimpConfigWriter *  gimp_config_writer_new_string       (GString *string);
+GimpConfigWriter *  gimp_config_writer_new_file         (const gchar *filename,
+                                                         gboolean atomic,
+                                                         const gchar *header,
+                                                         GError **error);
+GimpConfigWriter *  gimp_config_writer_new_fd           (gint fd);
+GimpConfigWriter *  gimp_config_writer_new_string       (GString *string);
 void                gimp_config_writer_open             (GimpConfigWriter *writer,
-                                                         const gchar *name);
+                                                         const gchar *name);
 void                gimp_config_writer_comment_mode     (GimpConfigWriter *writer,
-                                                         gboolean enable);
+                                                         gboolean enable);
 void                gimp_config_writer_print            (GimpConfigWriter *writer,
-                                                         const gchar *string,
-                                                         gint len);
+                                                         const gchar *string,
+                                                         gint len);
 void                gimp_config_writer_printf           (GimpConfigWriter *writer,
-                                                         const gchar *format,
+                                                         const gchar *format,
                                                          ...);
 void                gimp_config_writer_identifier       (GimpConfigWriter *writer,
-                                                         const gchar *identifier);
+                                                         const gchar *identifier);
 void                gimp_config_writer_string           (GimpConfigWriter *writer,
-                                                         const gchar *string);
+                                                         const gchar *string);
 void                gimp_config_writer_data             (GimpConfigWriter *writer,
-                                                         gint length,
-                                                         const guint8 *data);
+                                                         gint length,
+                                                         const guint8 *data);
 void                gimp_config_writer_comment          (GimpConfigWriter *writer,
-                                                         const gchar *comment);
+                                                         const gchar *comment);
 void                gimp_config_writer_linefeed         (GimpConfigWriter *writer);
 void                gimp_config_writer_revert           (GimpConfigWriter *writer);
 void                gimp_config_writer_close            (GimpConfigWriter *writer);
-gboolean            gimp_config_writer_finish           (GimpConfigWriter *writer,
-                                                         const gchar *footer,
-                                                         GError **error);
+gboolean            gimp_config_writer_finish           (GimpConfigWriter *writer,
+                                                         const gchar *footer,
+                                                         GError **error);
 
-
+

Description

Functions for writing config info to a file for libgimpconfig.

-
+

Details

-
+

GimpConfigWriter

typedef struct _GimpConfigWriter GimpConfigWriter;


-
+

gimp_config_writer_new_file ()

-
GimpConfigWriter *  gimp_config_writer_new_file         (const gchar *filename,
-                                                         gboolean atomic,
-                                                         const gchar *header,
-                                                         GError **error);
+
GimpConfigWriter *  gimp_config_writer_new_file         (const gchar *filename,
+                                                         gboolean atomic,
+                                                         const gchar *header,
+                                                         GError **error);

Creates a new GimpConfigWriter and sets it up to write to -filename. If atomic is TRUE, a temporary file is used to avoid +filename. If atomic is TRUE, a temporary file is used to avoid possible race conditions. The temporary file is then moved to filename when the writer is closed.

@@ -103,69 +103,59 @@

filename :

-a filename - +a filename

atomic :

-if TRUE the file is written atomically - +if TRUE the file is written atomically

header :

-text to include as comment at the top of the file - +text to include as comment at the top of the file

error :

-return location for errors - +return location for errors

Returns :

- a new GimpConfigWriter or NULL in case of an error - - +a new GimpConfigWriter or NULL in case of an error

Since GIMP 2.4


-
+

gimp_config_writer_new_fd ()

-
GimpConfigWriter *  gimp_config_writer_new_fd           (gint fd);
+
GimpConfigWriter *  gimp_config_writer_new_fd           (gint fd);
- +

Returns :

a new GimpConfigWriter or NULL in case of an error - -a new GimpConfigWriter or NULL in case of an error

Since GIMP 2.4


-
+

gimp_config_writer_new_string ()

-
GimpConfigWriter *  gimp_config_writer_new_string       (GString *string);
+
GimpConfigWriter *  gimp_config_writer_new_string       (GString *string);
- +

Returns :

a new GimpConfigWriter or NULL in case of an error - -a new GimpConfigWriter or NULL in case of an error

Since GIMP 2.4


-
+

gimp_config_writer_open ()

void                gimp_config_writer_open             (GimpConfigWriter *writer,
-                                                         const gchar *name);
+ const gchar *name);

This function writes the opening parenthese followed by name. It also increases the indentation level and sets a mark that @@ -181,18 +171,17 @@

name :

-name of the element to open - +name of the element to open

Since GIMP 2.4


-
+

gimp_config_writer_comment_mode ()

void                gimp_config_writer_comment_mode     (GimpConfigWriter *writer,
-                                                         gboolean enable);
+ gboolean enable);

This function toggles whether the writer should create commented or uncommented output. This feature is used to generate the @@ -213,19 +202,18 @@

enable :

-TRUE to enable comment mode, FALSE to disable it - +TRUE to enable comment mode, FALSE to disable it

Since GIMP 2.4


-
+

gimp_config_writer_print ()

void                gimp_config_writer_print            (GimpConfigWriter *writer,
-                                                         const gchar *string,
-                                                         gint len);
+ const gchar *string, + gint len);

Appends a space followed by string to the writer. Note that string must not contain any special characters that might need to be escaped. @@ -240,23 +228,21 @@

string :

-a string to write - +a string to write

len :

-number of bytes from string or -1 if string is NUL-terminated. - +number of bytes from string or -1 if string is NUL-terminated.

Since GIMP 2.4


-
+

gimp_config_writer_printf ()

void                gimp_config_writer_printf           (GimpConfigWriter *writer,
-                                                         const gchar *format,
+                                                         const gchar *format,
                                                          ...);

A printf-like function for GimpConfigWriter. @@ -271,23 +257,17 @@

format :

-a format string as described for g_strdup_printf(). - - - -

... :

-list of arguments according to format - +a format string as described for g_strdup_printf().

Since GIMP 2.4


-
+

gimp_config_writer_identifier ()

void                gimp_config_writer_identifier       (GimpConfigWriter *writer,
-                                                         const gchar *identifier);
+ const gchar *identifier);

Writes an identifier to writer. The string is *not* quoted and special characters are *not* escaped. @@ -302,18 +282,17 @@

identifier :

-a NUL-terminated string - +a NUL-terminated string

Since GIMP 2.4


-
+

gimp_config_writer_string ()

void                gimp_config_writer_string           (GimpConfigWriter *writer,
-                                                         const gchar *string);
+ const gchar *string);

Writes a string value to writer. The string is quoted and special characters are escaped. @@ -328,19 +307,18 @@

string :

-a NUL-terminated string - +a NUL-terminated string

Since GIMP 2.4


-
+

gimp_config_writer_data ()

void                gimp_config_writer_data             (GimpConfigWriter *writer,
-                                                         gint length,
-                                                         const guint8 *data);
+ gint length, + const guint8 *data);
@@ -352,10 +330,10 @@

Since GIMP 2.4


-
+

gimp_config_writer_comment ()

void                gimp_config_writer_comment          (GimpConfigWriter *writer,
-                                                         const gchar *comment);
+ const gchar *comment);

Appends the comment to str and inserts linebreaks and hash-marks to format it as a comment. Note that this function does not handle non-ASCII @@ -371,30 +349,21 @@

- +

comment :

the comment to write (ASCII only) -the comment to write (ASCII only)

Since GIMP 2.4


-
+

gimp_config_writer_linefeed ()

void                gimp_config_writer_linefeed         (GimpConfigWriter *writer);

-
-- - - - -

writer :

-

-
+

gimp_config_writer_revert ()

void                gimp_config_writer_revert           (GimpConfigWriter *writer);

@@ -413,7 +382,7 @@

Since GIMP 2.4


-
+

gimp_config_writer_close ()

void                gimp_config_writer_close            (GimpConfigWriter *writer);

@@ -430,11 +399,11 @@

Since GIMP 2.4


-
+

gimp_config_writer_finish ()

-
gboolean            gimp_config_writer_finish           (GimpConfigWriter *writer,
-                                                         const gchar *footer,
-                                                         GError **error);
+
gboolean            gimp_config_writer_finish           (GimpConfigWriter *writer,
+                                                         const gchar *footer,
+                                                         GError **error);

This function finishes the work of writer and frees it afterwards. It closes all open elements, appends an optional comment and @@ -451,20 +420,17 @@

footer :

-text to include as comment at the bottom of the file - +text to include as comment at the bottom of the file

error :

-return location for possible errors - +return location for possible errors

Returns :

- TRUE if everything could be successfully written, - FALSE otherwise - - + +TRUE if everything could be successfully written, +FALSE otherwise
@@ -474,6 +440,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-GimpScanner.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-GimpScanner.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-GimpScanner.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-GimpScanner.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ gimpscanner - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,231 +35,132 @@
-
+

Synopsis

-
GScanner *          gimp_scanner_new_file               (const gchar *filename,
-                                                         GError **error);
-GScanner *          gimp_scanner_new_string             (const gchar *text,
-                                                         gint text_len,
-                                                         GError **error);
-void                gimp_scanner_destroy                (GScanner *scanner);
-gboolean            gimp_scanner_parse_token            (GScanner *scanner,
-                                                         GTokenType token);
-gboolean            gimp_scanner_parse_identifier       (GScanner *scanner,
-                                                         const gchar *identifier);
-gboolean            gimp_scanner_parse_string           (GScanner *scanner,
-                                                         gchar **dest);
-gboolean            gimp_scanner_parse_string_no_validate
-                                                        (GScanner *scanner,
-                                                         gchar **dest);
-gboolean            gimp_scanner_parse_data             (GScanner *scanner,
-                                                         gint length,
-                                                         guint8 **dest);
-gboolean            gimp_scanner_parse_int              (GScanner *scanner,
-                                                         gint *dest);
-gboolean            gimp_scanner_parse_float            (GScanner *scanner,
-                                                         gdouble *dest);
-gboolean            gimp_scanner_parse_color            (GScanner *scanner,
-                                                         GimpRGB *dest);
-gboolean            gimp_scanner_parse_matrix2          (GScanner *scanner,
-                                                         GimpMatrix2 *dest);
+
GScanner *          gimp_scanner_new_file               (const gchar *filename,
+                                                         GError **error);
+GScanner *          gimp_scanner_new_string             (const gchar *text,
+                                                         gint text_len,
+                                                         GError **error);
+void                gimp_scanner_destroy                (GScanner *scanner);
+gboolean            gimp_scanner_parse_token            (GScanner *scanner,
+                                                         GTokenType token);
+gboolean            gimp_scanner_parse_identifier       (GScanner *scanner,
+                                                         const gchar *identifier);
+gboolean            gimp_scanner_parse_string           (GScanner *scanner,
+                                                         gchar **dest);
+gboolean            gimp_scanner_parse_string_no_validate
+                                                        (GScanner *scanner,
+                                                         gchar **dest);
+gboolean            gimp_scanner_parse_data             (GScanner *scanner,
+                                                         gint length,
+                                                         guint8 **dest);
+gboolean            gimp_scanner_parse_int              (GScanner *scanner,
+                                                         gint *dest);
+gboolean            gimp_scanner_parse_float            (GScanner *scanner,
+                                                         gdouble *dest);
+gboolean            gimp_scanner_parse_color            (GScanner *scanner,
+                                                         GimpRGB *dest);
+gboolean            gimp_scanner_parse_matrix2          (GScanner *scanner,
+                                                         GimpMatrix2 *dest);
 
-
+

Description

-
+

Details

-
+

gimp_scanner_new_file ()

-
GScanner *          gimp_scanner_new_file               (const gchar *filename,
-                                                         GError **error);
-
-- - - - -

Returns :

- -
+
GScanner *          gimp_scanner_new_file               (const gchar *filename,
+                                                         GError **error);

Since GIMP 2.4


-
+

gimp_scanner_new_string ()

-
GScanner *          gimp_scanner_new_string             (const gchar *text,
-                                                         gint text_len,
-                                                         GError **error);
-
-- - - - -

Returns :

- -
+
GScanner *          gimp_scanner_new_string             (const gchar *text,
+                                                         gint text_len,
+                                                         GError **error);

Since GIMP 2.4


-
+

gimp_scanner_destroy ()

-
void                gimp_scanner_destroy                (GScanner *scanner);
+
void                gimp_scanner_destroy                (GScanner *scanner);

Since GIMP 2.4


-
+

gimp_scanner_parse_token ()

-
gboolean            gimp_scanner_parse_token            (GScanner *scanner,
-                                                         GTokenType token);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_token            (GScanner *scanner,
+                                                         GTokenType token);

Since GIMP 2.4


-
+

gimp_scanner_parse_identifier ()

-
gboolean            gimp_scanner_parse_identifier       (GScanner *scanner,
-                                                         const gchar *identifier);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_identifier       (GScanner *scanner,
+                                                         const gchar *identifier);

Since GIMP 2.4


-
+

gimp_scanner_parse_string ()

-
gboolean            gimp_scanner_parse_string           (GScanner *scanner,
-                                                         gchar **dest);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_string           (GScanner *scanner,
+                                                         gchar **dest);

Since GIMP 2.4


-
+

gimp_scanner_parse_string_no_validate ()

-
gboolean            gimp_scanner_parse_string_no_validate
-                                                        (GScanner *scanner,
-                                                         gchar **dest);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_string_no_validate
+                                                        (GScanner *scanner,
+                                                         gchar **dest);

Since GIMP 2.4


-
+

gimp_scanner_parse_data ()

-
gboolean            gimp_scanner_parse_data             (GScanner *scanner,
-                                                         gint length,
-                                                         guint8 **dest);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_data             (GScanner *scanner,
+                                                         gint length,
+                                                         guint8 **dest);

Since GIMP 2.4


-
+

gimp_scanner_parse_int ()

-
gboolean            gimp_scanner_parse_int              (GScanner *scanner,
-                                                         gint *dest);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_int              (GScanner *scanner,
+                                                         gint *dest);

Since GIMP 2.4


-
+

gimp_scanner_parse_float ()

-
gboolean            gimp_scanner_parse_float            (GScanner *scanner,
-                                                         gdouble *dest);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_float            (GScanner *scanner,
+                                                         gdouble *dest);

Since GIMP 2.4


-
+

gimp_scanner_parse_color ()

-
gboolean            gimp_scanner_parse_color            (GScanner *scanner,
-                                                         GimpRGB *dest);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_color            (GScanner *scanner,
+                                                         GimpRGB *dest);

Since GIMP 2.4


-
+

gimp_scanner_parse_matrix2 ()

-
gboolean            gimp_scanner_parse_matrix2          (GScanner *scanner,
-                                                         GimpMatrix2 *dest);
-
-- - - - -

Returns :

- -
+
gboolean            gimp_scanner_parse_matrix2          (GScanner *scanner,
+                                                         GimpMatrix2 *dest);

Since GIMP 2.4

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-hierarchy.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-hierarchy.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-hierarchy.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-hierarchy.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Object Hierarchy - + - + @@ -19,11 +19,11 @@ GIMP Config Library Reference Manual Next -
+

Object Hierarchy

-    GObject
+    GObject
         GimpColorConfig
     GInterface
         GimpConfigInterface
@@ -31,6 +31,6 @@
 
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Part I. GIMP Config Library - + - + @@ -19,7 +19,7 @@ GIMP Config Library Reference Manual Next -
+

Part I. GIMP Config Library

@@ -61,6 +61,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-index-deprecated.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-index-deprecated.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-index-deprecated.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-index-deprecated.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,11 +3,11 @@ Index of deprecated symbols - + - + @@ -18,13 +18,13 @@ GIMP Config Library Reference Manual   -
+

Index of deprecated symbols

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-index.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-index.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-index.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-index.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Index - + - + @@ -19,7 +19,7 @@ GIMP Config Library Reference Manual Next -
+

Index

@@ -57,7 +57,7 @@
GimpConfigError, enum GimpConfigError
-
GimpConfigInterface, GimpConfigInterface +
GimpConfigInterface, struct GimpConfigInterface
GimpConfigPathType, enum GimpConfigPathType
@@ -228,6 +228,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-index-new-in-2-4.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-index-new-in-2-4.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-index-new-in-2-4.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-index-new-in-2-4.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.4 - + - + @@ -19,7 +19,7 @@ GIMP Config Library Reference Manual Next -
+

Index of new symbols in GIMP 2.4

@@ -136,6 +136,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-index-new-in-2-6.html gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-index-new-in-2-6.html --- gimp-2.6.11/devel-docs/libgimpconfig/html/libgimpconfig-index-new-in-2-6.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/libgimpconfig-index-new-in-2-6.html 2012-01-31 14:34:28.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.6 - + - + @@ -19,7 +19,7 @@ GIMP Config Library Reference Manual Next -
+

Index of new symbols in GIMP 2.6

@@ -34,6 +34,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/html/style.css gimp-2.6.12/devel-docs/libgimpconfig/html/style.css --- gimp-2.6.11/devel-docs/libgimpconfig/html/style.css 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/html/style.css 2012-01-31 14:34:28.000000000 +0000 @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/Makefile.in gimp-2.6.12/devel-docs/libgimpconfig/Makefile.in --- gimp-2.6.11/devel-docs/libgimpconfig/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/Makefile.in 2012-01-31 14:25:19.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -414,10 +415,10 @@ $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -428,15 +429,18 @@ # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +SETUP_FILES = \ + $(content_files) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt + # Other files to distribute -EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \ - version.in -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in +DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -658,22 +662,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -683,10 +712,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -698,13 +731,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -713,58 +746,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -773,14 +827,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -802,15 +854,15 @@ @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimpconfig/tmpl/gimpconfigwriter.sgml gimp-2.6.12/devel-docs/libgimpconfig/tmpl/gimpconfigwriter.sgml --- gimp-2.6.11/devel-docs/libgimpconfig/tmpl/gimpconfigwriter.sgml 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpconfig/tmpl/gimpconfigwriter.sgml 2012-01-31 14:34:28.000000000 +0000 @@ -92,7 +92,7 @@ @writer: @format: -@Varargs: +@...: diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/index.html gimp-2.6.12/devel-docs/libgimpmath/html/index.html --- gimp-2.6.11/devel-docs/libgimpmath/html/index.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/index.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,19 +3,19 @@ GIMP Math Library Reference Manual - + - + -
+

- for GIMP 2.6.10 + for GIMP 2.6.12

@@ -46,6 +46,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath.devhelp gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath.devhelp --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath.devhelp 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath.devhelp 1970-01-01 00:00:00.000000000 +0000 @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-GimpMath.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-GimpMath.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-GimpMath.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-GimpMath.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ GimpMath - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

#define             RINT                                (x)
 #define             ROUND                               (x)
@@ -46,18 +46,19 @@
 #define             gimp_rad_to_deg                     (angle)
 
-
+

Description

Mathematical definitions and macros. These macros should be used rather than the ones from math.h for enhanced portability.

-
+

Details

-
+

RINT()

-
#define             RINT(x)
+
#define RINT(x) rint(x)
+

This macro rounds its argument x to an integer value in floating point format. @@ -66,13 +67,12 @@

x :

-the value to be rounded. - +the value to be rounded.

-
+

ROUND()

#define ROUND(x) ((int) ((x) + 0.5))
 
@@ -83,13 +83,12 @@

x :

-the value to be rounded. - +the value to be rounded.

-
+

SQR()

#define SQR(x) ((x) * (x))
 
@@ -100,13 +99,12 @@

x :

-the value to be squared. - +the value to be squared.

-
+

MAX255()

#define MAX255(a)  ((a) | (((a) & 256) - (((a) & 256) >> 8)))
 
@@ -117,13 +115,12 @@

a :

-the value to be limited. - +the value to be limited.

-
+

CLAMP0255()

#define CLAMP0255(a)  CLAMP(a,0,255)
 
@@ -135,13 +132,12 @@

a :

-the value to be clamped. - +the value to be clamped.

-
+

gimp_deg_to_rad()

#define gimp_deg_to_rad(angle) ((angle) * (2.0 * G_PI) / 360.0)
 
@@ -152,13 +148,12 @@

angle :

-the angle to be converted. - +the angle to be converted.

-
+

gimp_rad_to_deg()

#define gimp_rad_to_deg(angle) ((angle) * 360.0 / (2.0 * G_PI))
 
@@ -169,8 +164,7 @@

angle :

-the angle to be converted. - +the angle to be converted.
@@ -178,6 +172,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-GimpMatrix.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-GimpMatrix.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-GimpMatrix.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-GimpMatrix.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ GimpMatrix - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

                    GimpMatrix2;
                     GimpMatrix3;
@@ -47,51 +47,51 @@
 void                gimp_matrix3_mult                   (const GimpMatrix3 *matrix1,
                                                          GimpMatrix3 *matrix2);
 void                gimp_matrix3_translate              (GimpMatrix3 *matrix,
-                                                         gdouble x,
-                                                         gdouble y);
+                                                         gdouble x,
+                                                         gdouble y);
 void                gimp_matrix3_scale                  (GimpMatrix3 *matrix,
-                                                         gdouble x,
-                                                         gdouble y);
+                                                         gdouble x,
+                                                         gdouble y);
 void                gimp_matrix3_rotate                 (GimpMatrix3 *matrix,
-                                                         gdouble theta);
+                                                         gdouble theta);
 void                gimp_matrix3_xshear                 (GimpMatrix3 *matrix,
-                                                         gdouble amount);
+                                                         gdouble amount);
 void                gimp_matrix3_yshear                 (GimpMatrix3 *matrix,
-                                                         gdouble amount);
+                                                         gdouble amount);
 void                gimp_matrix3_affine                 (GimpMatrix3 *matrix,
-                                                         gdouble a,
-                                                         gdouble b,
-                                                         gdouble c,
-                                                         gdouble d,
-                                                         gdouble e,
-                                                         gdouble f);
+                                                         gdouble a,
+                                                         gdouble b,
+                                                         gdouble c,
+                                                         gdouble d,
+                                                         gdouble e,
+                                                         gdouble f);
 void                gimp_matrix3_transform_point        (const GimpMatrix3 *matrix,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble *newx,
-                                                         gdouble *newy);
-gdouble             gimp_matrix3_determinant            (const GimpMatrix3 *matrix);
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gdouble *newx,
+                                                         gdouble *newy);
+gdouble             gimp_matrix3_determinant            (const GimpMatrix3 *matrix);
 void                gimp_matrix3_invert                 (GimpMatrix3 *matrix);
-gboolean            gimp_matrix3_is_identity            (const GimpMatrix3 *matrix);
-gboolean            gimp_matrix3_is_diagonal            (const GimpMatrix3 *matrix);
-gboolean            gimp_matrix3_is_affine              (const GimpMatrix3 *matrix);
-gboolean            gimp_matrix3_is_simple              (const GimpMatrix3 *matrix);
+gboolean            gimp_matrix3_is_identity            (const GimpMatrix3 *matrix);
+gboolean            gimp_matrix3_is_diagonal            (const GimpMatrix3 *matrix);
+gboolean            gimp_matrix3_is_affine              (const GimpMatrix3 *matrix);
+gboolean            gimp_matrix3_is_simple              (const GimpMatrix3 *matrix);
 void                gimp_matrix4_to_deg                 (const GimpMatrix4 *matrix,
-                                                         gdouble *a,
-                                                         gdouble *b,
-                                                         gdouble *c);
+                                                         gdouble *a,
+                                                         gdouble *b,
+                                                         gdouble *c);
 #define             GIMP_TYPE_MATRIX2
 #define             GIMP_TYPE_PARAM_MATRIX2
 #define             GIMP_IS_PARAM_SPEC_MATRIX2          (pspec)
-GParamSpec *        gimp_param_spec_matrix2             (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
+GParamSpec *        gimp_param_spec_matrix2             (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
                                                          const GimpMatrix2 *default_value,
-                                                         GParamFlags flags);
+                                                         GParamFlags flags);
 #define             GIMP_VALUE_HOLDS_MATRIX2            (value)
 
-
+

Description

When doing image manipulation you will often need 3x3 transformation @@ -105,9 +105,9 @@ element for row r and column c of the matrix is coeff[r][c].

-
+

Details

-
+

GimpMatrix2

typedef struct {
   gdouble coeff[2][2];
@@ -118,7 +118,7 @@
 


-
+

GimpMatrix3

typedef struct {
   gdouble coeff[3][3];
@@ -129,7 +129,7 @@
 


-
+

GimpMatrix4

typedef struct {
   gdouble coeff[4][4];
@@ -140,7 +140,7 @@
 


-
+

gimp_matrix2_identity ()

void                gimp_matrix2_identity               (GimpMatrix2 *matrix);

@@ -150,13 +150,12 @@

matrix :

-A matrix. - +A matrix.

-
+

gimp_matrix2_mult ()

void                gimp_matrix2_mult                   (const GimpMatrix2 *matrix1,
                                                          GimpMatrix2 *matrix2);
@@ -168,19 +167,17 @@

matrix1 :

-The first input matrix. - +The first input matrix.

matrix2 :

-The second input matrix which will be overwritten by the result. - +The second input matrix which will be overwritten by the result.

-
+

gimp_matrix3_identity ()

void                gimp_matrix3_identity               (GimpMatrix3 *matrix);

@@ -190,13 +187,12 @@

matrix :

-A matrix. - +A matrix.

-
+

gimp_matrix3_mult ()

void                gimp_matrix3_mult                   (const GimpMatrix3 *matrix1,
                                                          GimpMatrix3 *matrix2);
@@ -208,23 +204,21 @@

matrix1 :

-The first input matrix. - +The first input matrix.

matrix2 :

-The second input matrix which will be overwritten by the result. - +The second input matrix which will be overwritten by the result.

-
+

gimp_matrix3_translate ()

void                gimp_matrix3_translate              (GimpMatrix3 *matrix,
-                                                         gdouble x,
-                                                         gdouble y);
+ gdouble x, + gdouble y);

Translates the matrix by x and y.

@@ -233,28 +227,25 @@

matrix :

-The matrix that is to be translated. - +The matrix that is to be translated.

x :

-Translation in X direction. - +Translation in X direction.

y :

-Translation in Y direction. - +Translation in Y direction.

-
+

gimp_matrix3_scale ()

void                gimp_matrix3_scale                  (GimpMatrix3 *matrix,
-                                                         gdouble x,
-                                                         gdouble y);
+ gdouble x, + gdouble y);

Scales the matrix by x and y

@@ -263,27 +254,24 @@

matrix :

-The matrix that is to be scaled. - +The matrix that is to be scaled.

x :

-X scale factor. - +X scale factor.

y :

-Y scale factor. - +Y scale factor.

-
+

gimp_matrix3_rotate ()

void                gimp_matrix3_rotate                 (GimpMatrix3 *matrix,
-                                                         gdouble theta);
+ gdouble theta);

Rotates the matrix by theta degrees.

@@ -292,22 +280,20 @@

matrix :

-The matrix that is to be rotated. - +The matrix that is to be rotated.

theta :

-The angle of rotation (in radians). - +The angle of rotation (in radians).

-
+

gimp_matrix3_xshear ()

void                gimp_matrix3_xshear                 (GimpMatrix3 *matrix,
-                                                         gdouble amount);
+ gdouble amount);

Shears the matrix in the X direction.

@@ -316,22 +302,20 @@

matrix :

-The matrix that is to be sheared. - +The matrix that is to be sheared.

amount :

-X shear amount. - +X shear amount.

-
+

gimp_matrix3_yshear ()

void                gimp_matrix3_yshear                 (GimpMatrix3 *matrix,
-                                                         gdouble amount);
+ gdouble amount);

Shears the matrix in the Y direction.

@@ -340,27 +324,25 @@

matrix :

-The matrix that is to be sheared. - +The matrix that is to be sheared.

amount :

-Y shear amount. - +Y shear amount.

-
+

gimp_matrix3_affine ()

void                gimp_matrix3_affine                 (GimpMatrix3 *matrix,
-                                                         gdouble a,
-                                                         gdouble b,
-                                                         gdouble c,
-                                                         gdouble d,
-                                                         gdouble e,
-                                                         gdouble f);
+ gdouble a, + gdouble b, + gdouble c, + gdouble d, + gdouble e, + gdouble f);

Applies the affine transformation given by six values to matrix. The six values form define an affine transformation matrix as @@ -375,19 +357,18 @@

matrix :

-The input matrix. - +The input matrix.

-
+

gimp_matrix3_transform_point ()

void                gimp_matrix3_transform_point        (const GimpMatrix3 *matrix,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble *newx,
-                                                         gdouble *newy);
+ gdouble x, + gdouble y, + gdouble *newx, + gdouble *newy);

Transforms a point in 2D as specified by the transformation matrix.

@@ -396,36 +377,31 @@

matrix :

-The transformation matrix. - +The transformation matrix.

x :

-The source X coordinate. - +The source X coordinate.

y :

-The source Y coordinate. - +The source Y coordinate.

newx :

-The transformed X coordinate. - +The transformed X coordinate.

newy :

-The transformed Y coordinate. - +The transformed Y coordinate.

-
+

gimp_matrix3_determinant ()

-
gdouble             gimp_matrix3_determinant            (const GimpMatrix3 *matrix);
+
gdouble             gimp_matrix3_determinant            (const GimpMatrix3 *matrix);

Calculates the determinant of the given matrix.

@@ -434,19 +410,17 @@

matrix :

-The input matrix. - +The input matrix.

Returns :

- The determinant. - +The determinant.

-
+

gimp_matrix3_invert ()

void                gimp_matrix3_invert                 (GimpMatrix3 *matrix);

@@ -456,15 +430,14 @@

matrix :

-The matrix that is to be inverted. - +The matrix that is to be inverted.

-
+

gimp_matrix3_is_identity ()

-
gboolean            gimp_matrix3_is_identity            (const GimpMatrix3 *matrix);
+
gboolean            gimp_matrix3_is_identity            (const GimpMatrix3 *matrix);

Checks if the given matrix is the identity matrix.

@@ -473,21 +446,20 @@

matrix :

-The matrix that is to be tested. - +The matrix that is to be tested.

Returns :

- TRUE if the matrix is the identity matrix, FALSE otherwise - + +TRUE if the matrix is the identity matrix, FALSE otherwise

-
+

gimp_matrix3_is_diagonal ()

-
gboolean            gimp_matrix3_is_diagonal            (const GimpMatrix3 *matrix);
+
gboolean            gimp_matrix3_is_diagonal            (const GimpMatrix3 *matrix);

Checks if the given matrix is diagonal.

@@ -496,21 +468,20 @@

matrix :

-The matrix that is to be tested. - +The matrix that is to be tested.

Returns :

- TRUE if the matrix is diagonal, FALSE otherwise - + +TRUE if the matrix is diagonal, FALSE otherwise

-
+

gimp_matrix3_is_affine ()

-
gboolean            gimp_matrix3_is_affine              (const GimpMatrix3 *matrix);
+
gboolean            gimp_matrix3_is_affine              (const GimpMatrix3 *matrix);

Checks if the given matrix defines an affine transformation.

@@ -519,24 +490,22 @@

matrix :

-The matrix that is to be tested. - +The matrix that is to be tested.

Returns :

- TRUE if the matrix defines an affine transformation, - FALSE otherwise - - + +TRUE if the matrix defines an affine transformation, +FALSE otherwise

Since GIMP 2.4


-
+

gimp_matrix3_is_simple ()

-
gboolean            gimp_matrix3_is_simple              (const GimpMatrix3 *matrix);
+
gboolean            gimp_matrix3_is_simple              (const GimpMatrix3 *matrix);

Checks if we'll need to interpolate when applying this matrix as a transformation. @@ -546,28 +515,27 @@

matrix :

-The matrix that is to be tested. - +The matrix that is to be tested.

Returns :

- TRUE if all entries of the upper left 2x2 matrix are - either 0 or 1, FALSE otherwise - + +TRUE if all entries of the upper left 2x2 matrix are +either 0 or 1, FALSE otherwise

-
+

gimp_matrix4_to_deg ()

void                gimp_matrix4_to_deg                 (const GimpMatrix4 *matrix,
-                                                         gdouble *a,
-                                                         gdouble *b,
-                                                         gdouble *c);
+ gdouble *a, + gdouble *b, + gdouble *c);

-
+

GIMP_TYPE_MATRIX2

#define GIMP_TYPE_MATRIX2               (gimp_matrix2_get_type ())
 
@@ -575,7 +543,7 @@


-
+

GIMP_TYPE_PARAM_MATRIX2

#define GIMP_TYPE_PARAM_MATRIX2            (gimp_param_matrix2_get_type ())
 
@@ -583,89 +551,67 @@


-
+

GIMP_IS_PARAM_SPEC_MATRIX2()

#define GIMP_IS_PARAM_SPEC_MATRIX2(pspec)  (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GIMP_TYPE_PARAM_MATRIX2))
 

-
-- - - - -

pspec :

-

-
+

gimp_param_spec_matrix2 ()

-
GParamSpec *        gimp_param_spec_matrix2             (const gchar *name,
-                                                         const gchar *nick,
-                                                         const gchar *blurb,
+
GParamSpec *        gimp_param_spec_matrix2             (const gchar *name,
+                                                         const gchar *nick,
+                                                         const gchar *blurb,
                                                          const GimpMatrix2 *default_value,
-                                                         GParamFlags flags);
+ GParamFlags flags);

Creates a param spec to hold a GimpMatrix2 value. -See g_param_spec_internal() for more information. +See g_param_spec_internal() for more information.

- + - + - + - + - - +

name :

Canonical name of the param -Canonical name of the param

nick :

Nickname of the param -Nickname of the param

blurb :

Brief desciption of param. -Brief desciption of param.

default_value :

Value to use if none is assigned. -Value to use if none is assigned.

flags :

a combination of GParamFlags +a combination of GParamFlags

Returns :

a newly allocated GParamSpec instance - -a newly allocated GParamSpec instance

Since GIMP 2.4


-
+

GIMP_VALUE_HOLDS_MATRIX2()

#define GIMP_VALUE_HOLDS_MATRIX2(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_MATRIX2))
 

-
-- - - - -

value :

-
-
+

See Also

GimpVector2 @@ -680,6 +626,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ GimpMD5 - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,27 +35,27 @@
-
+

Synopsis

-
void                gimp_md5_get_digest                 (const gchar *buffer,
-                                                         gint buffer_size,
-                                                         guchar digest[16]);
+
void                gimp_md5_get_digest                 (const gchar *buffer,
+                                                         gint buffer_size,
+                                                         guchar digest[16]);
 
-
+

Description

-
+

Details

-
+

gimp_md5_get_digest ()

-
void                gimp_md5_get_digest                 (const gchar *buffer,
-                                                         gint buffer_size,
-                                                         guchar digest[16]);
+
void                gimp_md5_get_digest                 (const gchar *buffer,
+                                                         gint buffer_size,
+                                                         guchar digest[16]);

-This function is deprecated! Use GChecksum from GLib instead. +This function is deprecated! Use GChecksum from GLib instead.

Get the md5 hash of a buffer. The result is put in the 16 bytes @@ -66,18 +66,15 @@

buffer :

-byte buffer - +byte buffer

buffer_size :

-buffer size (in bytes) or -1 if buffer is nul-terminated. - +buffer size (in bytes) or -1 if buffer is nul-terminated.

digest :

-16 bytes buffer receiving the hash code. - +16 bytes buffer receiving the hash code.
@@ -86,6 +83,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-GimpVector.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-GimpVector.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-GimpVector.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-GimpVector.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ GimpVector - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,22 +35,22 @@
-
+

Synopsis

                    GimpVector2;
                     GimpVector3;
                     GimpVector4;
-GimpVector2         gimp_vector2_new                    (gdouble x,
-                                                         gdouble y);
+GimpVector2         gimp_vector2_new                    (gdouble x,
+                                                         gdouble y);
 void                gimp_vector2_set                    (GimpVector2 *vector,
-                                                         gdouble x,
-                                                         gdouble y);
-gdouble             gimp_vector2_length                 (const GimpVector2 *vector);
-gdouble             gimp_vector2_length_val             (GimpVector2 vector);
+                                                         gdouble x,
+                                                         gdouble y);
+gdouble             gimp_vector2_length                 (const GimpVector2 *vector);
+gdouble             gimp_vector2_length_val             (GimpVector2 vector);
 void                gimp_vector2_mul                    (GimpVector2 *vector,
-                                                         gdouble factor);
+                                                         gdouble factor);
 GimpVector2         gimp_vector2_mul_val                (GimpVector2 vector,
-                                                         gdouble factor);
+                                                         gdouble factor);
 void                gimp_vector2_normalize              (GimpVector2 *vector);
 GimpVector2         gimp_vector2_normalize_val          (GimpVector2 vector);
 void                gimp_vector2_neg                    (GimpVector2 *vector);
@@ -65,31 +65,31 @@
                                                          const GimpVector2 *vector2);
 GimpVector2         gimp_vector2_sub_val                (GimpVector2 vector1,
                                                          GimpVector2 vector2);
-gdouble             gimp_vector2_inner_product          (const GimpVector2 *vector1,
+gdouble             gimp_vector2_inner_product          (const GimpVector2 *vector1,
                                                          const GimpVector2 *vector2);
-gdouble             gimp_vector2_inner_product_val      (GimpVector2 vector1,
+gdouble             gimp_vector2_inner_product_val      (GimpVector2 vector1,
                                                          GimpVector2 vector2);
 GimpVector2         gimp_vector2_cross_product          (const GimpVector2 *vector1,
                                                          const GimpVector2 *vector2);
 GimpVector2         gimp_vector2_cross_product_val      (GimpVector2 vector1,
                                                          GimpVector2 vector2);
 void                gimp_vector2_rotate                 (GimpVector2 *vector,
-                                                         gdouble alpha);
+                                                         gdouble alpha);
 GimpVector2         gimp_vector2_rotate_val             (GimpVector2 vector,
-                                                         gdouble alpha);
-GimpVector3         gimp_vector3_new                    (gdouble x,
-                                                         gdouble y,
-                                                         gdouble z);
+                                                         gdouble alpha);
+GimpVector3         gimp_vector3_new                    (gdouble x,
+                                                         gdouble y,
+                                                         gdouble z);
 void                gimp_vector3_set                    (GimpVector3 *vector,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble z);
-gdouble             gimp_vector3_length                 (const GimpVector3 *vector);
-gdouble             gimp_vector3_length_val             (GimpVector3 vector);
+                                                         gdouble x,
+                                                         gdouble y,
+                                                         gdouble z);
+gdouble             gimp_vector3_length                 (const GimpVector3 *vector);
+gdouble             gimp_vector3_length_val             (GimpVector3 vector);
 void                gimp_vector3_mul                    (GimpVector3 *vector,
-                                                         gdouble factor);
+                                                         gdouble factor);
 GimpVector3         gimp_vector3_mul_val                (GimpVector3 vector,
-                                                         gdouble factor);
+                                                         gdouble factor);
 void                gimp_vector3_normalize              (GimpVector3 *vector);
 GimpVector3         gimp_vector3_normalize_val          (GimpVector3 vector);
 void                gimp_vector3_neg                    (GimpVector3 *vector);
@@ -104,57 +104,57 @@
                                                          const GimpVector3 *vector2);
 GimpVector3         gimp_vector3_sub_val                (GimpVector3 vector1,
                                                          GimpVector3 vector2);
-gdouble             gimp_vector3_inner_product          (const GimpVector3 *vector1,
+gdouble             gimp_vector3_inner_product          (const GimpVector3 *vector1,
                                                          const GimpVector3 *vector2);
-gdouble             gimp_vector3_inner_product_val      (GimpVector3 vector1,
+gdouble             gimp_vector3_inner_product_val      (GimpVector3 vector1,
                                                          GimpVector3 vector2);
 GimpVector3         gimp_vector3_cross_product          (const GimpVector3 *vector1,
                                                          const GimpVector3 *vector2);
 GimpVector3         gimp_vector3_cross_product_val      (GimpVector3 vector1,
                                                          GimpVector3 vector2);
 void                gimp_vector3_rotate                 (GimpVector3 *vector,
-                                                         gdouble alpha,
-                                                         gdouble beta,
-                                                         gdouble gamma);
+                                                         gdouble alpha,
+                                                         gdouble beta,
+                                                         gdouble gamma);
 GimpVector3         gimp_vector3_rotate_val             (GimpVector3 vector,
-                                                         gdouble alpha,
-                                                         gdouble beta,
-                                                         gdouble gamma);
-void                gimp_vector_2d_to_3d                (gint sx,
-                                                         gint sy,
-                                                         gint w,
-                                                         gint h,
-                                                         gint x,
-                                                         gint y,
+                                                         gdouble alpha,
+                                                         gdouble beta,
+                                                         gdouble gamma);
+void                gimp_vector_2d_to_3d                (gint sx,
+                                                         gint sy,
+                                                         gint w,
+                                                         gint h,
+                                                         gint x,
+                                                         gint y,
                                                          const GimpVector3 *vp,
                                                          GimpVector3 *p);
-GimpVector3         gimp_vector_2d_to_3d_val            (gint sx,
-                                                         gint sy,
-                                                         gint w,
-                                                         gint h,
-                                                         gint x,
-                                                         gint y,
+GimpVector3         gimp_vector_2d_to_3d_val            (gint sx,
+                                                         gint sy,
+                                                         gint w,
+                                                         gint h,
+                                                         gint x,
+                                                         gint y,
                                                          GimpVector3 vp,
                                                          GimpVector3 p);
-void                gimp_vector_3d_to_2d                (gint sx,
-                                                         gint sy,
-                                                         gint w,
-                                                         gint h,
-                                                         gdouble *x,
-                                                         gdouble *y,
+void                gimp_vector_3d_to_2d                (gint sx,
+                                                         gint sy,
+                                                         gint w,
+                                                         gint h,
+                                                         gdouble *x,
+                                                         gdouble *y,
                                                          const GimpVector3 *vp,
                                                          const GimpVector3 *p);
 
-
+

Description

Utilities to set up and manipulate vectors.

-
+

Details

-
+

GimpVector2

typedef struct {
   gdouble x, y;
@@ -165,7 +165,7 @@
 


-
+

GimpVector3

typedef struct {
   gdouble x, y, z;
@@ -176,7 +176,7 @@
 


-
+

GimpVector4

typedef struct {
   gdouble x, y, z, w;
@@ -187,10 +187,10 @@
 


-
+

gimp_vector2_new ()

-
GimpVector2         gimp_vector2_new                    (gdouble x,
-                                                         gdouble y);
+
GimpVector2         gimp_vector2_new                    (gdouble x,
+                                                         gdouble y);

Creates a GimpVector2 of coordinates x and y.

@@ -199,28 +199,25 @@

x :

-the X coordinate. - +the X coordinate.

y :

-the Y coordinate. - +the Y coordinate.

Returns :

- the resulting GimpVector2. - +the resulting GimpVector2.

-
+

gimp_vector2_set ()

void                gimp_vector2_set                    (GimpVector2 *vector,
-                                                         gdouble x,
-                                                         gdouble y);
+ gdouble x, + gdouble y);

Sets the X and Y coordinates of vector to x and y.

@@ -229,26 +226,23 @@

vector :

-a pointer to a GimpVector2. - +a pointer to a GimpVector2.

x :

-the X coordinate. - +the X coordinate.

y :

-the Y coordinate. - +the Y coordinate.

-
+

gimp_vector2_length ()

-
gdouble             gimp_vector2_length                 (const GimpVector2 *vector);
+
gdouble             gimp_vector2_length                 (const GimpVector2 *vector);

Computes the length of a 2D vector.

@@ -257,21 +251,19 @@

vector :

-a pointer to a GimpVector2. - +a pointer to a GimpVector2.

Returns :

- the length of vector (a positive gdouble). - +the length of vector (a positive gdouble).

-
+

gimp_vector2_length_val ()

-
gdouble             gimp_vector2_length_val             (GimpVector2 vector);
+
gdouble             gimp_vector2_length_val             (GimpVector2 vector);

This function is identical to gimp_vector2_length() but the vector is passed by value rather than by reference. @@ -281,22 +273,20 @@

vector :

-a GimpVector2. - +a GimpVector2.

Returns :

- the length of vector (a positive gdouble). - +the length of vector (a positive gdouble).

-
+

gimp_vector2_mul ()

void                gimp_vector2_mul                    (GimpVector2 *vector,
-                                                         gdouble factor);
+ gdouble factor);

Multiplies each component of the vector by factor. Note that this is equivalent to multiplying the vectors length by factor. @@ -306,22 +296,20 @@

vector :

-a pointer to a GimpVector2. - +a pointer to a GimpVector2.

factor :

-a scalar. - +a scalar.

-
+

gimp_vector2_mul_val ()

GimpVector2         gimp_vector2_mul_val                (GimpVector2 vector,
-                                                         gdouble factor);
+ gdouble factor);

This function is identical to gimp_vector2_mul() but the vector is passed by value rather than by reference. @@ -331,24 +319,21 @@

vector :

-a GimpVector2. - +a GimpVector2.

factor :

-a scalar. - +a scalar.

Returns :

- the resulting GimpVector2. - +the resulting GimpVector2.

-
+

gimp_vector2_normalize ()

void                gimp_vector2_normalize              (GimpVector2 *vector);

@@ -359,13 +344,12 @@

vector :

-a pointer to a GimpVector2. - +a pointer to a GimpVector2.

-
+

gimp_vector2_normalize_val ()

GimpVector2         gimp_vector2_normalize_val          (GimpVector2 vector);

@@ -377,20 +361,18 @@

vector :

-a GimpVector2. - +a GimpVector2.

Returns :

- a GimpVector2 parallel to vector, pointing in the same -direction but with a length of 1.0. - +a GimpVector2 parallel to vector, pointing in the same +direction but with a length of 1.0.

-
+

gimp_vector2_neg ()

void                gimp_vector2_neg                    (GimpVector2 *vector);

@@ -400,13 +382,12 @@

vector :

-a pointer to a GimpVector2. - +a pointer to a GimpVector2.

-
+

gimp_vector2_neg_val ()

GimpVector2         gimp_vector2_neg_val                (GimpVector2 vector);

@@ -418,19 +399,17 @@

vector :

-a GimpVector2. - +a GimpVector2.

Returns :

- the negated GimpVector2. - +the negated GimpVector2.

-
+

gimp_vector2_add ()

void                gimp_vector2_add                    (GimpVector2 *result,
                                                          const GimpVector2 *vector1,
@@ -444,24 +423,21 @@
 
 
 

result :

-destination for the resulting GimpVector2. - +destination for the resulting GimpVector2.

vector1 :

-a pointer to the first GimpVector2. - +a pointer to the first GimpVector2.

vector2 :

-a pointer to the second GimpVector2. - +a pointer to the second GimpVector2.

-
+

gimp_vector2_add_val ()

GimpVector2         gimp_vector2_add_val                (GimpVector2 vector1,
                                                          GimpVector2 vector2);
@@ -474,24 +450,21 @@

vector1 :

-the first GimpVector2. - +the first GimpVector2.

vector2 :

-the second GimpVector2. - +the second GimpVector2.

Returns :

- the resulting GimpVector2. - +the resulting GimpVector2.

-
+

gimp_vector2_sub ()

void                gimp_vector2_sub                    (GimpVector2 *result,
                                                          const GimpVector2 *vector1,
@@ -505,24 +478,21 @@
 
 
 

result :

-the destination for the resulting GimpVector2. - +the destination for the resulting GimpVector2.

vector1 :

-a pointer to the first GimpVector2. - +a pointer to the first GimpVector2.

vector2 :

-a pointer to the second GimpVector2. - +a pointer to the second GimpVector2.

-
+

gimp_vector2_sub_val ()

GimpVector2         gimp_vector2_sub_val                (GimpVector2 vector1,
                                                          GimpVector2 vector2);
@@ -535,26 +505,23 @@

vector1 :

-the first GimpVector2. - +the first GimpVector2.

vector2 :

-the second GimpVector2. - +the second GimpVector2.

Returns :

- the resulting GimpVector2. - +the resulting GimpVector2.

-
+

gimp_vector2_inner_product ()

-
gdouble             gimp_vector2_inner_product          (const GimpVector2 *vector1,
+
gdouble             gimp_vector2_inner_product          (const GimpVector2 *vector1,
                                                          const GimpVector2 *vector2);

Computes the inner (dot) product of two 2D vectors. @@ -565,26 +532,23 @@

vector1 :

-a pointer to the first GimpVector2. - +a pointer to the first GimpVector2.

vector2 :

-a pointer to the second GimpVector2. - +a pointer to the second GimpVector2.

Returns :

- The inner product. - +The inner product.

-
+

gimp_vector2_inner_product_val ()

-
gdouble             gimp_vector2_inner_product_val      (GimpVector2 vector1,
+
gdouble             gimp_vector2_inner_product_val      (GimpVector2 vector1,
                                                          GimpVector2 vector2);

This function is identical to gimp_vector2_inner_product() but the @@ -595,24 +559,21 @@

vector1 :

-the first GimpVector2. - +the first GimpVector2.

vector2 :

-the second GimpVector2. - +the second GimpVector2.

Returns :

- The inner product. - +The inner product.

-
+

gimp_vector2_cross_product ()

GimpVector2         gimp_vector2_cross_product          (const GimpVector2 *vector1,
                                                          const GimpVector2 *vector2);
@@ -631,24 +592,21 @@

vector1 :

-a pointer to the first GimpVector2. - +a pointer to the first GimpVector2.

vector2 :

-a pointer to the second GimpVector2. - +a pointer to the second GimpVector2.

Returns :

- The cross product. - +The cross product.

-
+

gimp_vector2_cross_product_val ()

GimpVector2         gimp_vector2_cross_product_val      (GimpVector2 vector1,
                                                          GimpVector2 vector2);
@@ -661,27 +619,24 @@

vector1 :

-the first GimpVector2. - +the first GimpVector2.

vector2 :

-the second GimpVector2. - +the second GimpVector2.

Returns :

- The cross product. - +The cross product.

-
+

gimp_vector2_rotate ()

void                gimp_vector2_rotate                 (GimpVector2 *vector,
-                                                         gdouble alpha);
+ gdouble alpha);

Rotates the vector counterclockwise by alpha radians.

@@ -690,22 +645,20 @@

vector :

-a pointer to a GimpVector2. - +a pointer to a GimpVector2.

alpha :

-an angle (in radians). - +an angle (in radians).

-
+

gimp_vector2_rotate_val ()

GimpVector2         gimp_vector2_rotate_val             (GimpVector2 vector,
-                                                         gdouble alpha);
+ gdouble alpha);

This function is identical to gimp_vector2_rotate() but the vector is passed by value rather than by reference. @@ -715,29 +668,26 @@

vector :

-a GimpVector2. - +a GimpVector2.

alpha :

-an angle (in radians). - +an angle (in radians).

Returns :

- a GimpVector2 representing vector rotated by alpha -radians. - +a GimpVector2 representing vector rotated by alpha +radians.

-
+

gimp_vector3_new ()

-
GimpVector3         gimp_vector3_new                    (gdouble x,
-                                                         gdouble y,
-                                                         gdouble z);
+
GimpVector3         gimp_vector3_new                    (gdouble x,
+                                                         gdouble y,
+                                                         gdouble z);

Creates a GimpVector3 of coordinate x, y and z.

@@ -746,34 +696,30 @@

x :

-the X coordinate. - +the X coordinate.

y :

-the Y coordinate. - +the Y coordinate.

z :

-the Z coordinate. - +the Z coordinate.

Returns :

- the resulting GimpVector3. - +the resulting GimpVector3.

-
+

gimp_vector3_set ()

void                gimp_vector3_set                    (GimpVector3 *vector,
-                                                         gdouble x,
-                                                         gdouble y,
-                                                         gdouble z);
+ gdouble x, + gdouble y, + gdouble z);

Sets the X, Y and Z coordinates of vector to x, y and z.

@@ -782,31 +728,27 @@

vector :

-a pointer to a GimpVector3. - +a pointer to a GimpVector3.

x :

-the X coordinate. - +the X coordinate.

y :

-the Y coordinate. - +the Y coordinate.

z :

-the Z coordinate. - +the Z coordinate.

-
+

gimp_vector3_length ()

-
gdouble             gimp_vector3_length                 (const GimpVector3 *vector);
+
gdouble             gimp_vector3_length                 (const GimpVector3 *vector);

Computes the length of a 3D vector.

@@ -815,21 +757,19 @@

vector :

-a pointer to a GimpVector3. - +a pointer to a GimpVector3.

Returns :

- the length of vector (a positive gdouble). - +the length of vector (a positive gdouble).

-
+

gimp_vector3_length_val ()

-
gdouble             gimp_vector3_length_val             (GimpVector3 vector);
+
gdouble             gimp_vector3_length_val             (GimpVector3 vector);

This function is identical to gimp_vector3_length() but the vector is passed by value rather than by reference. @@ -839,22 +779,20 @@

vector :

-a GimpVector3. - +a GimpVector3.

Returns :

- the length of vector (a positive gdouble). - +the length of vector (a positive gdouble).

-
+

gimp_vector3_mul ()

void                gimp_vector3_mul                    (GimpVector3 *vector,
-                                                         gdouble factor);
+ gdouble factor);

Multiplies each component of the vector by factor. Note that this is equivalent to multiplying the vectors length by factor. @@ -864,22 +802,20 @@

vector :

-a pointer to a GimpVector3. - +a pointer to a GimpVector3.

factor :

-a scalar. - +a scalar.

-
+

gimp_vector3_mul_val ()

GimpVector3         gimp_vector3_mul_val                (GimpVector3 vector,
-                                                         gdouble factor);
+ gdouble factor);

This function is identical to gimp_vector3_mul() but the vector is passed by value rather than by reference. @@ -889,24 +825,21 @@

vector :

-a GimpVector3. - +a GimpVector3.

factor :

-a scalar. - +a scalar.

Returns :

- the resulting GimpVector3. - +the resulting GimpVector3.

-
+

gimp_vector3_normalize ()

void                gimp_vector3_normalize              (GimpVector3 *vector);

@@ -917,13 +850,12 @@

vector :

-a pointer to a GimpVector3. - +a pointer to a GimpVector3.

-
+

gimp_vector3_normalize_val ()

GimpVector3         gimp_vector3_normalize_val          (GimpVector3 vector);

@@ -935,20 +867,18 @@

vector :

-a GimpVector3. - +a GimpVector3.

Returns :

- a GimpVector3 parallel to vector, pointing in the same -direction but with a length of 1.0. - +a GimpVector3 parallel to vector, pointing in the same +direction but with a length of 1.0.

-
+

gimp_vector3_neg ()

void                gimp_vector3_neg                    (GimpVector3 *vector);

@@ -958,13 +888,12 @@

vector :

-a pointer to a GimpVector3. - +a pointer to a GimpVector3.

-
+

gimp_vector3_neg_val ()

GimpVector3         gimp_vector3_neg_val                (GimpVector3 vector);

@@ -976,19 +905,17 @@

vector :

-a GimpVector3. - +a GimpVector3.

Returns :

- the negated GimpVector3. - +the negated GimpVector3.

-
+

gimp_vector3_add ()

void                gimp_vector3_add                    (GimpVector3 *result,
                                                          const GimpVector3 *vector1,
@@ -1002,24 +929,21 @@
 
 
 

result :

-destination for the resulting GimpVector3. - +destination for the resulting GimpVector3.

vector1 :

-a pointer to the first GimpVector3. - +a pointer to the first GimpVector3.

vector2 :

-a pointer to the second GimpVector3. - +a pointer to the second GimpVector3.

-
+

gimp_vector3_add_val ()

GimpVector3         gimp_vector3_add_val                (GimpVector3 vector1,
                                                          GimpVector3 vector2);
@@ -1032,24 +956,21 @@

vector1 :

-a GimpVector3. - +a GimpVector3.

vector2 :

-a GimpVector3. - +a GimpVector3.

Returns :

- the resulting GimpVector3. - +the resulting GimpVector3.

-
+

gimp_vector3_sub ()

void                gimp_vector3_sub                    (GimpVector3 *result,
                                                          const GimpVector3 *vector1,
@@ -1063,24 +984,21 @@
 
 
 

result :

-the destination for the resulting GimpVector3. - +the destination for the resulting GimpVector3.

vector1 :

-a pointer to the first GimpVector3. - +a pointer to the first GimpVector3.

vector2 :

-a pointer to the second GimpVector3. - +a pointer to the second GimpVector3.

-
+

gimp_vector3_sub_val ()

GimpVector3         gimp_vector3_sub_val                (GimpVector3 vector1,
                                                          GimpVector3 vector2);
@@ -1093,26 +1011,23 @@

vector1 :

-a GimpVector3. - +a GimpVector3.

vector2 :

-a GimpVector3. - +a GimpVector3.

Returns :

- the resulting GimpVector3. - +the resulting GimpVector3.

-
+

gimp_vector3_inner_product ()

-
gdouble             gimp_vector3_inner_product          (const GimpVector3 *vector1,
+
gdouble             gimp_vector3_inner_product          (const GimpVector3 *vector1,
                                                          const GimpVector3 *vector2);

Computes the inner (dot) product of two 3D vectors. This product @@ -1123,26 +1038,23 @@

vector1 :

-a pointer to the first GimpVector3. - +a pointer to the first GimpVector3.

vector2 :

-a pointer to the second GimpVector3. - +a pointer to the second GimpVector3.

Returns :

- The inner product. - +The inner product.

-
+

gimp_vector3_inner_product_val ()

-
gdouble             gimp_vector3_inner_product_val      (GimpVector3 vector1,
+
gdouble             gimp_vector3_inner_product_val      (GimpVector3 vector1,
                                                          GimpVector3 vector2);

This function is identical to gimp_vector3_inner_product() but the @@ -1153,24 +1065,21 @@

vector1 :

-the first GimpVector3. - +the first GimpVector3.

vector2 :

-the second GimpVector3. - +the second GimpVector3.

Returns :

- The inner product. - +The inner product.

-
+

gimp_vector3_cross_product ()

GimpVector3         gimp_vector3_cross_product          (const GimpVector3 *vector1,
                                                          const GimpVector3 *vector2);
@@ -1189,24 +1098,21 @@

vector1 :

-a pointer to the first GimpVector3. - +a pointer to the first GimpVector3.

vector2 :

-a pointer to the second GimpVector3. - +a pointer to the second GimpVector3.

Returns :

- The cross product. - +The cross product.

-
+

gimp_vector3_cross_product_val ()

GimpVector3         gimp_vector3_cross_product_val      (GimpVector3 vector1,
                                                          GimpVector3 vector2);
@@ -1219,29 +1125,26 @@

vector1 :

-the first GimpVector3. - +the first GimpVector3.

vector2 :

-the second GimpVector3. - +the second GimpVector3.

Returns :

- The cross product. - +The cross product.

-
+

gimp_vector3_rotate ()

void                gimp_vector3_rotate                 (GimpVector3 *vector,
-                                                         gdouble alpha,
-                                                         gdouble beta,
-                                                         gdouble gamma);
+ gdouble alpha, + gdouble beta, + gdouble gamma);

Rotates the vector around the three axis (Z, Y, and X) by alpha, beta and gamma, respectively. @@ -1257,34 +1160,30 @@

vector :

-a pointer to a GimpVector3. - +a pointer to a GimpVector3.

alpha :

-the angle (in radian) of rotation around the Z axis. - +the angle (in radian) of rotation around the Z axis.

beta :

-the angle (in radian) of rotation around the Y axis. - +the angle (in radian) of rotation around the Y axis.

gamma :

-the angle (in radian) of rotation around the X axis. - +the angle (in radian) of rotation around the X axis.

-
+

gimp_vector3_rotate_val ()

GimpVector3         gimp_vector3_rotate_val             (GimpVector3 vector,
-                                                         gdouble alpha,
-                                                         gdouble beta,
-                                                         gdouble gamma);
+ gdouble alpha, + gdouble beta, + gdouble gamma);

This function is identical to gimp_vector3_rotate() but the vectors are passed by value rather than by reference. @@ -1294,41 +1193,36 @@

vector :

-a GimpVector3. - +a GimpVector3.

alpha :

-the angle (in radian) of rotation around the Z axis. - +the angle (in radian) of rotation around the Z axis.

beta :

-the angle (in radian) of rotation around the Y axis. - +the angle (in radian) of rotation around the Y axis.

gamma :

-the angle (in radian) of rotation around the X axis. - +the angle (in radian) of rotation around the X axis.

Returns :

- the rotated vector. - +the rotated vector.

-
+

gimp_vector_2d_to_3d ()

-
void                gimp_vector_2d_to_3d                (gint sx,
-                                                         gint sy,
-                                                         gint w,
-                                                         gint h,
-                                                         gint x,
-                                                         gint y,
+
void                gimp_vector_2d_to_3d                (gint sx,
+                                                         gint sy,
+                                                         gint w,
+                                                         gint h,
+                                                         gint x,
+                                                         gint y,
                                                          const GimpVector3 *vp,
                                                          GimpVector3 *p);

@@ -1346,56 +1240,48 @@

sx :

-the abscisse of the upper-left screen rectangle. - +the abscisse of the upper-left screen rectangle.

sy :

-the ordinate of the upper-left screen rectangle. - +the ordinate of the upper-left screen rectangle.

w :

-the width of the screen rectangle. - +the width of the screen rectangle.

h :

-the height of the screen rectangle. - +the height of the screen rectangle.

x :

-the abscisse of the point in the screen rectangle to map. - +the abscisse of the point in the screen rectangle to map.

y :

-the ordinate of the point in the screen rectangle to map. - +the ordinate of the point in the screen rectangle to map.

vp :

-the position of the observer. - +the position of the observer.

p :

-the resulting point. - +the resulting point.

-
+

gimp_vector_2d_to_3d_val ()

-
GimpVector3         gimp_vector_2d_to_3d_val            (gint sx,
-                                                         gint sy,
-                                                         gint w,
-                                                         gint h,
-                                                         gint x,
-                                                         gint y,
+
GimpVector3         gimp_vector_2d_to_3d_val            (gint sx,
+                                                         gint sy,
+                                                         gint w,
+                                                         gint h,
+                                                         gint x,
+                                                         gint y,
                                                          GimpVector3 vp,
                                                          GimpVector3 p);

@@ -1408,61 +1294,52 @@

sx :

-the abscisse of the upper-left screen rectangle. - +the abscisse of the upper-left screen rectangle.

sy :

-the ordinate of the upper-left screen rectangle. - +the ordinate of the upper-left screen rectangle.

w :

-the width of the screen rectangle. - +the width of the screen rectangle.

h :

-the height of the screen rectangle. - +the height of the screen rectangle.

x :

-the abscisse of the point in the screen rectangle to map. - +the abscisse of the point in the screen rectangle to map.

y :

-the ordinate of the point in the screen rectangle to map. - +the ordinate of the point in the screen rectangle to map.

vp :

-position of the observer. - +position of the observer.

p :

-the resulting point. - +the resulting point.

Returns :

- the computed GimpVector3 point. - +the computed GimpVector3 point.

-
+

gimp_vector_3d_to_2d ()

-
void                gimp_vector_3d_to_2d                (gint sx,
-                                                         gint sy,
-                                                         gint w,
-                                                         gint h,
-                                                         gdouble *x,
-                                                         gdouble *y,
+
void                gimp_vector_3d_to_2d                (gint sx,
+                                                         gint sy,
+                                                         gint w,
+                                                         gint h,
+                                                         gdouble *x,
+                                                         gdouble *y,
                                                          const GimpVector3 *vp,
                                                          const GimpVector3 *p);

@@ -1479,49 +1356,41 @@

sx :

-the abscisse of the upper-left screen rectangle. - +the abscisse of the upper-left screen rectangle.

sy :

-the ordinate of the upper-left screen rectangle. - +the ordinate of the upper-left screen rectangle.

w :

-the width of the screen rectangle. - +the width of the screen rectangle.

h :

-the height of the screen rectangle. - +the height of the screen rectangle.

x :

-the abscisse of the point in the screen rectangle to map (return value). - +the abscisse of the point in the screen rectangle to map (return value).

y :

-the ordinate of the point in the screen rectangle to map (return value). - +the ordinate of the point in the screen rectangle to map (return value).

vp :

-position of the observer. - +position of the observer.

p :

-the 3D point to project to the plane. - +the 3D point to project to the plane.
-
+

See Also

GimpMatrix3 @@ -1533,6 +1402,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Part I. GIMP Math Library - + - + @@ -19,7 +19,7 @@ GIMP Math Library Reference Manual Next -
+

Part I. GIMP Math Library

@@ -42,6 +42,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index-deprecated.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index-deprecated.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index-deprecated.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index-deprecated.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,11 +3,11 @@ Index of deprecated symbols - + - + @@ -18,13 +18,13 @@ GIMP Math Library Reference Manual   -
+

Index of deprecated symbols

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index - + - + @@ -19,7 +19,7 @@ GIMP Math Library Reference Manual Next -
+

Index

@@ -206,6 +206,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-2.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-2.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-2.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-2.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.2 - + - + @@ -19,13 +19,13 @@ GIMP Math Library Reference Manual Next -
+

Index of new symbols in GIMP 2.2

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-4.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-4.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-4.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-4.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.4 - + - + @@ -19,7 +19,7 @@ GIMP Math Library Reference Manual Next -
+

Index of new symbols in GIMP 2.4

@@ -34,6 +34,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-6.html gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-6.html --- gimp-2.6.11/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-6.html 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/libgimpmath-index-new-in-2-6.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.6 - + - + @@ -19,13 +19,13 @@ GIMP Math Library Reference Manual Next -
+

Index of new symbols in GIMP 2.6

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmath/html/style.css gimp-2.6.12/devel-docs/libgimpmath/html/style.css --- gimp-2.6.11/devel-docs/libgimpmath/html/style.css 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/html/style.css 2012-01-31 14:34:29.000000000 +0000 @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index diff -Nru gimp-2.6.11/devel-docs/libgimpmath/Makefile.in gimp-2.6.12/devel-docs/libgimpmath/Makefile.in --- gimp-2.6.11/devel-docs/libgimpmath/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmath/Makefile.in 2012-01-31 14:25:20.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -402,10 +403,10 @@ # if $(DOC_MODULE).types is non-empty. GTKDOC_CFLAGS = GTKDOC_LIBS = -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -416,15 +417,18 @@ # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +SETUP_FILES = \ + $(content_files) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt + # Other files to distribute -EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \ - version.in -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in +DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -645,22 +649,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -670,10 +699,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -685,13 +718,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -700,58 +733,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -760,14 +814,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -789,15 +841,15 @@ @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/index.html gimp-2.6.12/devel-docs/libgimpmodule/html/index.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/index.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/index.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,19 +3,19 @@ GIMP Module Library Reference Manual - + - + -
+

- for GIMP 2.6.10 + for GIMP 2.6.12

@@ -25,7 +25,7 @@
I. GIMP Module Library
-GimpModule — A GTypeModule subclass which implements module loading using GModule. +GimpModule — A GTypeModule subclass which implements module loading using GModule.
GimpModuleDB — Keeps a list of GimpModule's found in a given searchpath. @@ -40,6 +40,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule.devhelp gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule.devhelp --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule.devhelp 2010-10-03 20:34:40.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule.devhelp 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-gimpmoduledb.html gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-gimpmoduledb.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-gimpmoduledb.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-gimpmoduledb.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ GimpModuleDB - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,43 +39,43 @@
-
+

Synopsis

                    GimpModuleDB;
-GimpModuleDB *      gimp_module_db_new                  (gboolean verbose);
+GimpModuleDB *      gimp_module_db_new                  (gboolean verbose);
 void                gimp_module_db_set_load_inhibit     (GimpModuleDB *db,
-                                                         const gchar *load_inhibit);
-const gchar *       gimp_module_db_get_load_inhibit     (GimpModuleDB *db);
+                                                         const gchar *load_inhibit);
+const gchar *       gimp_module_db_get_load_inhibit     (GimpModuleDB *db);
 void                gimp_module_db_load                 (GimpModuleDB *db,
-                                                         const gchar *module_path);
+                                                         const gchar *module_path);
 void                gimp_module_db_refresh              (GimpModuleDB *db,
-                                                         const gchar *module_path);
+                                                         const gchar *module_path);
 
-
+

Object Hierarchy

-  GObject
+  GObject
    +----GimpModuleDB
 
-
+

Signals

-  "add"                                            : Run First
-  "module-modified"                                : Run First
-  "remove"                                         : Run First
+  "add"                                            : Run First
+  "module-modified"                                : Run First
+  "remove"                                         : Run First
 
-
+

Description

Keeps a list of GimpModule's found in a given searchpath.

-
+

Details

-
+

GimpModuleDB

typedef struct _GimpModuleDB GimpModuleDB;

@@ -83,9 +83,9 @@


-
+

gimp_module_db_new ()

-
GimpModuleDB *      gimp_module_db_new                  (gboolean verbose);
+
GimpModuleDB *      gimp_module_db_new                  (gboolean verbose);

Creates a new GimpModuleDB instance. The verbose parameter will be passed to the created GimpModule instances using gimp_module_new(). @@ -95,22 +95,20 @@

verbose :

-Pass TRUE to enable debugging output. - +Pass TRUE to enable debugging output.

Returns :

- The new GimpModuleDB instance. - +The new GimpModuleDB instance.

-
+

gimp_module_db_set_load_inhibit ()

void                gimp_module_db_set_load_inhibit     (GimpModuleDB *db,
-                                                         const gchar *load_inhibit);
+ const gchar *load_inhibit);

Sets the load_inhibit flag for all GimpModule's which are kept by db (using gimp_module_set_load_inhibit()). @@ -120,24 +118,22 @@

db :

-A GimpModuleDB. - +A GimpModuleDB.

load_inhibit :

-A G_SEARCHPATH_SEPARATOR delimited list of module - filenames to exclude from auto-loading. - +A G_SEARCHPATH_SEPARATOR delimited list of module +filenames to exclude from auto-loading.

-
+

gimp_module_db_get_load_inhibit ()

-
const gchar *       gimp_module_db_get_load_inhibit     (GimpModuleDB *db);
+
const gchar *       gimp_module_db_get_load_inhibit     (GimpModuleDB *db);

-Return the G_SEARCHPATH_SEPARATOR selimited list of module filenames +Return the G_SEARCHPATH_SEPARATOR selimited list of module filenames which are excluded from auto-loading.

@@ -145,25 +141,23 @@ - + - +

db :

A GimpModuleDB. -A GimpModuleDB.

Returns :

the db's load_inhibit string. -the db's load_inhibit string.

-
+

gimp_module_db_load ()

void                gimp_module_db_load                 (GimpModuleDB *db,
-                                                         const gchar *module_path);
+ const gchar *module_path);

Scans the directories contained in module_path using -gimp_datafiles_read_directories() and creates a GimpModule +gimp_datafiles_read_directories() and creates a GimpModule instance for every loadable module contained in the directories.

@@ -171,30 +165,28 @@ - + - +

db :

A GimpModuleDB. -A GimpModuleDB.

module_path :

A G_SEARCHPATH_SEPARATOR delimited list of directories - to load modules from. -A G_SEARCHPATH_SEPARATOR delimited list of directories +to load modules from.

-
+

gimp_module_db_refresh ()

void                gimp_module_db_refresh              (GimpModuleDB *db,
-                                                         const gchar *module_path);
+ const gchar *module_path);

Does the same as gimp_module_db_load(), plus removes all GimpModule instances whose modules have been deleted from disk.

Note that the GimpModule's will just be removed from the internal -list and not freed as this is not possible with GTypeModule +list and not freed as this is not possible with GTypeModule instances which actually implement types.

@@ -202,26 +194,24 @@ - + - +

db :

A GimpModuleDB. -A GimpModuleDB.

module_path :

A G_SEARCHPATH_SEPARATOR delimited list of directories - to load modules from. -A G_SEARCHPATH_SEPARATOR delimited list of directories +to load modules from.
-
+

Signal Details

-
+

The "add" signal

void                user_function                      (GimpModuleDB *gimpmoduledb,
                                                         GimpModule   *arg1,
-                                                        gpointer      user_data)         : Run First
+ gpointer user_data) : Run First

@@ -229,13 +219,7 @@ - - - - - + @@ -245,11 +229,11 @@

gimpmoduledb :

the object which received the signal. -

arg1 :

-the object which received the signal.

user_data :


-
+

The "module-modified" signal

void                user_function                      (GimpModuleDB *gimpmoduledb,
                                                         GimpModule   *arg1,
-                                                        gpointer      user_data)         : Run First
+ gpointer user_data) : Run First

@@ -257,13 +241,7 @@ - - - - - + @@ -273,11 +251,11 @@

gimpmoduledb :

the object which received the signal. -

arg1 :

-the object which received the signal.

user_data :


-
+

The "remove" signal

void                user_function                      (GimpModuleDB *gimpmoduledb,
                                                         GimpModule   *arg1,
-                                                        gpointer      user_data)         : Run First
+ gpointer user_data) : Run First

@@ -285,13 +263,7 @@ - - - - - + @@ -304,6 +276,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-gimpmodule.html gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-gimpmodule.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-gimpmodule.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-gimpmodule.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ GimpModule - + - + @@ -32,74 +32,74 @@ Signals

gimpmoduledb :

the object which received the signal. -

arg1 :

-the object which received the signal.

user_data :

-
+

GimpModule

-

GimpModule — A GTypeModule subclass which implements module loading using GModule.

+

GimpModule — A GTypeModule subclass which implements module loading using GModule.

-
+

Synopsis

                    GimpModule;
                     GimpModuleInfo;
 enum                GimpModuleState;
-const GimpModuleInfo * (*GimpModuleQueryFunc)           (GTypeModule *module);
-gboolean            (*GimpModuleRegisterFunc)           (GTypeModule *module);
+const GimpModuleInfo * (*GimpModuleQueryFunc)           (GTypeModule *module);
+gboolean            (*GimpModuleRegisterFunc)           (GTypeModule *module);
 #define             GIMP_MODULE_ABI_VERSION
 #define             GIMP_MODULE_PARAM_SERIALIZE
-GimpModule *        gimp_module_new                     (const gchar *filename,
-                                                         gboolean load_inhibit,
-                                                         gboolean verbose);
+GimpModule *        gimp_module_new                     (const gchar *filename,
+                                                         gboolean load_inhibit,
+                                                         gboolean verbose);
 void                gimp_module_modified                (GimpModule *module);
-gboolean            gimp_module_query_module            (GimpModule *module);
+gboolean            gimp_module_query_module            (GimpModule *module);
 void                gimp_module_set_load_inhibit        (GimpModule *module,
-                                                         gboolean load_inhibit);
-const gchar *       gimp_module_state_name              (GimpModuleState state);
-GType               gimp_module_register_enum           (GTypeModule *module,
-                                                         const gchar *name,
-                                                         const GEnumValue *const_static_values);
-GimpModuleInfo *    gimp_module_info_new                (guint32 abi_version,
-                                                         const gchar *purpose,
-                                                         const gchar *author,
-                                                         const gchar *version,
-                                                         const gchar *copyright,
-                                                         const gchar *date);
+                                                         gboolean load_inhibit);
+const gchar *       gimp_module_state_name              (GimpModuleState state);
+GType               gimp_module_register_enum           (GTypeModule *module,
+                                                         const gchar *name,
+                                                         const GEnumValue *const_static_values);
+GimpModuleInfo *    gimp_module_info_new                (guint32 abi_version,
+                                                         const gchar *purpose,
+                                                         const gchar *author,
+                                                         const gchar *version,
+                                                         const gchar *copyright,
+                                                         const gchar *date);
 GimpModuleInfo *    gimp_module_info_copy               (const GimpModuleInfo *info);
 void                gimp_module_info_free               (GimpModuleInfo *info);
 
-
+

Object Hierarchy

-  GObject
-   +----GTypeModule
+  GObject
+   +----GTypeModule
          +----GimpModule
 
-
+

Implemented Interfaces

GimpModule implements - GTypePlugin.

+ GTypePlugin.

-
+

Signals

-  "modified"                                       : Run First
+  "modified"                                       : Run First
 
-
+

Description

-A GTypeModule subclass which implements module loading using GModule. +A GTypeModule subclass which implements module loading using GModule.

-
+

Details

-
+

GimpModule

typedef struct {
   gchar           *filename;     /* path to the module                       */
@@ -115,14 +115,14 @@
 

GimpModule is a generic mechanism to dynamically load modules into -GIMP. It is a GTypeModule subclass, implementing module loading -using GModule. GimpModule does not know which functionality is +GIMP. It is a GTypeModule subclass, implementing module loading +using GModule. GimpModule does not know which functionality is implemented by the modules, it just provides a framework to get -arbitrary GType implementations loaded from disk. +arbitrary GType implementations loaded from disk.


-
+

GimpModuleInfo

typedef struct {
   guint32  abi_version;
@@ -140,43 +140,36 @@
 
 
 
-

guint32 abi_version;

-The GIMP_MODULE_ABI_VERSION the module was compiled against. - +

guint32 abi_version;

+The GIMP_MODULE_ABI_VERSION the module was compiled against. -

gchar *purpose;

- The module's general purpose. - +

gchar *purpose;

+The module's general purpose. -

gchar *author;

- The module's author. - +

gchar *author;

+The module's author. -

gchar *version;

- The module's version. - +

gchar *version;

+The module's version. -

gchar *copyright;

- The module's copyright. - +

gchar *copyright;

+The module's copyright. -

gchar *date;

- The module's release date. - +

gchar *date;

+The module's release date.

-
+

enum GimpModuleState

-
typedef enum
-{
+
typedef enum {
   GIMP_MODULE_STATE_ERROR,       /* missing gimp_module_register function
                                   * or other error
                                   */
@@ -210,7 +203,7 @@
 
 
 

GIMP_MODULE_STATE_LOAD_FAILED

-gimp_module_register() returned FALSE. +gimp_module_register() returned FALSE. @@ -223,9 +216,9 @@

-
+

GimpModuleQueryFunc ()

-
const GimpModuleInfo * (*GimpModuleQueryFunc)           (GTypeModule *module);
+
const GimpModuleInfo * (*GimpModuleQueryFunc)           (GTypeModule *module);

The signature of the query function a loadable GIMP module must implement. In the module, the function must be called @@ -241,21 +234,19 @@

module :

- The GimpModule responsible for this loadable module. - +The GimpModule responsible for this loadable module.

Returns :

-The GimpModuleInfo struct describing the module. - +The GimpModuleInfo struct describing the module.

-
+

GimpModuleRegisterFunc ()

-
gboolean            (*GimpModuleRegisterFunc)           (GTypeModule *module);
+
gboolean            (*GimpModuleRegisterFunc)           (GTypeModule *module);

The signature of the register function a loadable GIMP module must implement. In the module, the function must be called @@ -270,20 +261,18 @@

module :

- The GimpModule responsible for this loadable module. - +The GimpModule responsible for this loadable module.

Returns :

-TRUE on success, FALSE otherwise. - +TRUE on success, FALSE otherwise.

-
+

GIMP_MODULE_ABI_VERSION

#define GIMP_MODULE_ABI_VERSION 0x0004
 
@@ -295,11 +284,11 @@


-
+

GIMP_MODULE_PARAM_SERIALIZE

#define GIMP_MODULE_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT))
 
-
+

Warning

GIMP_MODULE_PARAM_SERIALIZE is deprecated and should not be used in newly-written code.

@@ -307,11 +296,11 @@


-
+

gimp_module_new ()

-
GimpModule *        gimp_module_new                     (const gchar *filename,
-                                                         gboolean load_inhibit,
-                                                         gboolean verbose);
+
GimpModule *        gimp_module_new                     (const gchar *filename,
+                                                         gboolean load_inhibit,
+                                                         gboolean verbose);

Creates a new GimpModule instance.

@@ -320,29 +309,25 @@

filename :

-The filename of a loadable module. - +The filename of a loadable module.

load_inhibit :

-Pass TRUE to exclude this module from auto-loading. - +Pass TRUE to exclude this module from auto-loading.

verbose :

-Pass TRUE to enable debugging output. - +Pass TRUE to enable debugging output.

Returns :

- The new GimpModule object. - +The new GimpModule object.

-
+

gimp_module_modified ()

void                gimp_module_modified                (GimpModule *module);

@@ -353,15 +338,14 @@

module :

-A GimpModule. - +A GimpModule.

-
+

gimp_module_query_module ()

-
gboolean            gimp_module_query_module            (GimpModule *module);
+
gboolean            gimp_module_query_module            (GimpModule *module);

Queries the module without actually registering any of the types it may implement. After successful query, the info field of the @@ -372,22 +356,21 @@

module :

-A GimpModule. - +A GimpModule.

Returns :

- TRUE on success. - + +TRUE on success.

-
+

gimp_module_set_load_inhibit ()

void                gimp_module_set_load_inhibit        (GimpModule *module,
-                                                         gboolean load_inhibit);
+ gboolean load_inhibit);

Sets the load_inhibit property if the module. Emits "modified".

@@ -396,21 +379,19 @@

module :

-A GimpModule. - +A GimpModule.

load_inhibit :

-Pass TRUE to exclude this module from auto-loading. - +Pass TRUE to exclude this module from auto-loading.

-
+

gimp_module_state_name ()

-
const gchar *       gimp_module_state_name              (GimpModuleState state);
+
const gchar *       gimp_module_state_name              (GimpModuleState state);

Returns the translated textual representation of a GimpModuleState. The returned string must not be freed. @@ -420,48 +401,46 @@

state :

-A GimpModuleState. - +A GimpModuleState.

Returns :

- The state's name. - +The state's name.

-
+

gimp_module_register_enum ()

-
GType               gimp_module_register_enum           (GTypeModule *module,
-                                                         const gchar *name,
-                                                         const GEnumValue *const_static_values);
-
+
GType               gimp_module_register_enum           (GTypeModule *module,
+                                                         const gchar *name,
+                                                         const GEnumValue *const_static_values);
+

Warning

gimp_module_register_enum is deprecated and should not be used in newly-written code.

-This function is deprecated! Use g_type_module_register_enum() instead. +This function is deprecated! Use g_type_module_register_enum() instead.

-

Returns :

a new enum GType +a new enum GType

-
+

gimp_module_info_new ()

-
GimpModuleInfo *    gimp_module_info_new                (guint32 abi_version,
-                                                         const gchar *purpose,
-                                                         const gchar *author,
-                                                         const gchar *version,
-                                                         const gchar *copyright,
-                                                         const gchar *date);
+
GimpModuleInfo *    gimp_module_info_new                (guint32 abi_version,
+                                                         const gchar *purpose,
+                                                         const gchar *author,
+                                                         const gchar *version,
+                                                         const gchar *copyright,
+                                                         const gchar *date);

Creates a newly allocated GimpModuleInfo struct.

@@ -470,44 +449,37 @@

abi_version :

-The GIMP_MODULE_ABI_VERSION the module was compiled against. - +The GIMP_MODULE_ABI_VERSION the module was compiled against.

purpose :

-The module's general purpose. - +The module's general purpose.

author :

-The module's author. - +The module's author.

version :

-The module's version. - +The module's version.

copyright :

-The module's copyright. - +The module's copyright.

date :

-The module's release date. - +The module's release date.

Returns :

- The new GimpModuleInfo struct. - +The new GimpModuleInfo struct.

-
+

gimp_module_info_copy ()

GimpModuleInfo *    gimp_module_info_copy               (const GimpModuleInfo *info);

@@ -518,19 +490,17 @@

info :

-The GimpModuleInfo struct to copy. - +The GimpModuleInfo struct to copy.

Returns :

- The new copy. - +The new copy.

-
+

gimp_module_info_free ()

void                gimp_module_info_free               (GimpModuleInfo *info);

@@ -540,18 +510,17 @@

info :

-The GimpModuleInfo struct to free - +The GimpModuleInfo struct to free
-
+

Signal Details

-
+

The "modified" signal

void                user_function                      (GimpModule *gimpmodule,
-                                                        gpointer    user_data)       : Run First
+ gpointer user_data) : Run First

@@ -559,8 +528,7 @@ - + @@ -570,18 +538,18 @@

gimpmodule :

the object which received the signal. -the object which received the signal.

user_data :

- + Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule.html gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Part I. GIMP Module Library - + - + @@ -19,14 +19,14 @@ GIMP Module Library Reference Manual Next -
+

Part I. GIMP Module Library

Table of Contents

-GimpModule — A GTypeModule subclass which implements module loading using GModule. +GimpModule — A GTypeModule subclass which implements module loading using GModule.
GimpModuleDB — Keeps a list of GimpModule's found in a given searchpath. @@ -36,6 +36,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index-deprecated.html gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index-deprecated.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index-deprecated.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index-deprecated.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,11 +3,11 @@ Index of deprecated symbols - + - + @@ -18,7 +18,7 @@ GIMP Module Library Reference Manual   -
+

Index of deprecated symbols

@@ -33,6 +33,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index.html gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index - + - + @@ -19,7 +19,7 @@ GIMP Module Library Reference Manual Next -
+

Index

@@ -82,6 +82,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-2.html gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-2.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-2.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-2.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.2 - + - + @@ -19,13 +19,13 @@ GIMP Module Library Reference Manual Next -
+

Index of new symbols in GIMP 2.2

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-4.html gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-4.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-4.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-4.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.4 - + - + @@ -19,13 +19,13 @@ GIMP Module Library Reference Manual Next -
+

Index of new symbols in GIMP 2.4

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-6.html gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-6.html --- gimp-2.6.11/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-6.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/libgimpmodule-index-new-in-2-6.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.6 - + - + @@ -19,13 +19,13 @@ GIMP Module Library Reference Manual Next -
+

Index of new symbols in GIMP 2.6

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/html/style.css gimp-2.6.12/devel-docs/libgimpmodule/html/style.css --- gimp-2.6.11/devel-docs/libgimpmodule/html/style.css 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/html/style.css 2012-01-31 14:34:29.000000000 +0000 @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index diff -Nru gimp-2.6.11/devel-docs/libgimpmodule/Makefile.in gimp-2.6.12/devel-docs/libgimpmodule/Makefile.in --- gimp-2.6.11/devel-docs/libgimpmodule/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpmodule/Makefile.in 2012-01-31 14:25:20.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -410,10 +411,10 @@ $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la \ @GMODULE_NO_EXPORT_LIBS@ -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -424,15 +425,18 @@ # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +SETUP_FILES = \ + $(content_files) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt + # Other files to distribute -EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \ - version.in -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in +DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -653,22 +657,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -678,10 +707,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -693,13 +726,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -708,58 +741,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -768,14 +822,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -797,15 +849,15 @@ @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/GimpThumbnail.html gimp-2.6.12/devel-docs/libgimpthumb/html/GimpThumbnail.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/GimpThumbnail.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/GimpThumbnail.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ GimpThumbnail - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,73 +39,73 @@
-
+

Synopsis

                    GimpThumbnail;
 GimpThumbnail *     gimp_thumbnail_new                  (void);
 void                gimp_thumbnail_set_uri              (GimpThumbnail *thumbnail,
-                                                         const gchar *uri);
-gboolean            gimp_thumbnail_set_filename         (GimpThumbnail *thumbnail,
-                                                         const gchar *filename,
-                                                         GError **error);
-gboolean            gimp_thumbnail_set_from_thumb       (GimpThumbnail *thumbnail,
-                                                         const gchar *filename,
-                                                         GError **error);
+                                                         const gchar *uri);
+gboolean            gimp_thumbnail_set_filename         (GimpThumbnail *thumbnail,
+                                                         const gchar *filename,
+                                                         GError **error);
+gboolean            gimp_thumbnail_set_from_thumb       (GimpThumbnail *thumbnail,
+                                                         const gchar *filename,
+                                                         GError **error);
 GimpThumbState      gimp_thumbnail_peek_image           (GimpThumbnail *thumbnail);
 GimpThumbState      gimp_thumbnail_peek_thumb           (GimpThumbnail *thumbnail,
                                                          GimpThumbSize size);
 GimpThumbState      gimp_thumbnail_check_thumb          (GimpThumbnail *thumbnail,
                                                          GimpThumbSize size);
-GdkPixbuf *         gimp_thumbnail_load_thumb           (GimpThumbnail *thumbnail,
+GdkPixbuf *         gimp_thumbnail_load_thumb           (GimpThumbnail *thumbnail,
                                                          GimpThumbSize size,
-                                                         GError **error);
-gboolean            gimp_thumbnail_save_thumb           (GimpThumbnail *thumbnail,
-                                                         GdkPixbuf *pixbuf,
-                                                         const gchar *software,
-                                                         GError **error);
-gboolean            gimp_thumbnail_save_thumb_local     (GimpThumbnail *thumbnail,
-                                                         GdkPixbuf *pixbuf,
-                                                         const gchar *software,
-                                                         GError **error);
-gboolean            gimp_thumbnail_save_failure         (GimpThumbnail *thumbnail,
-                                                         const gchar *software,
-                                                         GError **error);
+                                                         GError **error);
+gboolean            gimp_thumbnail_save_thumb           (GimpThumbnail *thumbnail,
+                                                         GdkPixbuf *pixbuf,
+                                                         const gchar *software,
+                                                         GError **error);
+gboolean            gimp_thumbnail_save_thumb_local     (GimpThumbnail *thumbnail,
+                                                         GdkPixbuf *pixbuf,
+                                                         const gchar *software,
+                                                         GError **error);
+gboolean            gimp_thumbnail_save_failure         (GimpThumbnail *thumbnail,
+                                                         const gchar *software,
+                                                         GError **error);
 void                gimp_thumbnail_delete_failure       (GimpThumbnail *thumbnail);
 void                gimp_thumbnail_delete_others        (GimpThumbnail *thumbnail,
                                                          GimpThumbSize size);
-gboolean            gimp_thumbnail_has_failed           (GimpThumbnail *thumbnail);
+gboolean            gimp_thumbnail_has_failed           (GimpThumbnail *thumbnail);
 
-
+

Object Hierarchy

-  GObject
+  GObject
    +----GimpThumbnail
 
-
+

Properties

-  "image-filesize"           gint64                : Read / Write
-  "image-height"             gint                  : Read / Write
-  "image-mimetype"           gchar*                : Read / Write
-  "image-mtime"              gint64                : Read / Write
-  "image-num-layers"         gint                  : Read / Write
+  "image-filesize"           gint64                : Read / Write
+  "image-height"             gint                  : Read / Write
+  "image-mimetype"           gchar*                : Read / Write
+  "image-mtime"              gint64                : Read / Write
+  "image-num-layers"         gint                  : Read / Write
   "image-state"              GimpThumbState        : Read / Write
-  "image-type"               gchar*                : Read / Write
-  "image-uri"                gchar*                : Read / Write
-  "image-width"              gint                  : Read / Write
+  "image-type"               gchar*                : Read / Write
+  "image-uri"                gchar*                : Read / Write
+  "image-width"              gint                  : Read / Write
   "thumb-state"              GimpThumbState        : Read / Write
 
-
+

Description

-
+

Details

-
+

GimpThumbnail

typedef struct _GimpThumbnail GimpThumbnail;

@@ -114,7 +114,7 @@


-
+

gimp_thumbnail_new ()

GimpThumbnail *     gimp_thumbnail_new                  (void);

@@ -124,16 +124,15 @@

Returns :

- a newly allocated GimpThumbnail object - +a newly allocated GimpThumbnail object

-
+

gimp_thumbnail_set_uri ()

void                gimp_thumbnail_set_uri              (GimpThumbnail *thumbnail,
-                                                         const gchar *uri);
+ const gchar *uri);

Sets the location of the image file associated with the thumbnail.

@@ -145,23 +144,21 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

uri :

-an escaped URI - +an escaped URI

-
+

gimp_thumbnail_set_filename ()

-
gboolean            gimp_thumbnail_set_filename         (GimpThumbnail *thumbnail,
-                                                         const gchar *filename,
-                                                         GError **error);
+
gboolean            gimp_thumbnail_set_filename         (GimpThumbnail *thumbnail,
+                                                         const gchar *filename,
+                                                         GError **error);

Sets the location of the image file associated with the thumbnail.

@@ -170,34 +167,31 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

filename :

-a local filename in the encoding of the filesystem - +a local filename in the encoding of the filesystem

error :

-return location for possible errors - +return location for possible errors

Returns :

- TRUE if the filename was successfully set, - FALSE otherwise - + +TRUE if the filename was successfully set, +FALSE otherwise

-
+

gimp_thumbnail_set_from_thumb ()

-
gboolean            gimp_thumbnail_set_from_thumb       (GimpThumbnail *thumbnail,
-                                                         const gchar *filename,
-                                                         GError **error);
+
gboolean            gimp_thumbnail_set_from_thumb       (GimpThumbnail *thumbnail,
+                                                         const gchar *filename,
+                                                         GError **error);

This function tries to load the thumbnail file pointed to by filename and retrieves the URI of the original image file from @@ -213,29 +207,26 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

filename :

-filename of a local thumbnail file - +filename of a local thumbnail file

error :

-return location for possible errors - +return location for possible errors

Returns :

- TRUE if the pixbuf could be loaded, FALSE otherwise - + +TRUE if the pixbuf could be loaded, FALSE otherwise

-
+

gimp_thumbnail_peek_image ()

GimpThumbState      gimp_thumbnail_peek_image           (GimpThumbnail *thumbnail);

@@ -247,19 +238,17 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

Returns :

- the image's GimpThumbState after the update - +the image's GimpThumbState after the update

-
+

gimp_thumbnail_peek_thumb ()

GimpThumbState      gimp_thumbnail_peek_thumb           (GimpThumbnail *thumbnail,
                                                          GimpThumbSize size);
@@ -279,24 +268,21 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

size :

-the preferred size of the thumbnail image - +the preferred size of the thumbnail image

Returns :

- the thumbnail's GimpThumbState after the update - +the thumbnail's GimpThumbState after the update

-
+

gimp_thumbnail_check_thumb ()

GimpThumbState      gimp_thumbnail_check_thumb          (GimpThumbnail *thumbnail,
                                                          GimpThumbSize size);
@@ -310,30 +296,26 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

size :

-the preferred size of the thumbnail image - +the preferred size of the thumbnail image

Returns :

- the thumbnail's GimpThumbState after the update - - +the thumbnail's GimpThumbState after the update

Since GIMP 2.2


-
+

gimp_thumbnail_load_thumb ()

-
GdkPixbuf *         gimp_thumbnail_load_thumb           (GimpThumbnail *thumbnail,
+
GdkPixbuf *         gimp_thumbnail_load_thumb           (GimpThumbnail *thumbnail,
                                                          GimpThumbSize size,
-                                                         GError **error);
+ GError **error);

Attempts to load a thumbnail preview for the image associated with thumbnail. Before you use this function you need need to set an @@ -354,34 +336,30 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

size :

-the preferred GimpThumbSize for the preview - +the preferred GimpThumbSize for the preview

error :

-return location for possible errors - +return location for possible errors

Returns :

- a preview pixbuf or NULL if no thumbnail was found - +a preview pixbuf or NULL if no thumbnail was found

-
+

gimp_thumbnail_save_thumb ()

-
gboolean            gimp_thumbnail_save_thumb           (GimpThumbnail *thumbnail,
-                                                         GdkPixbuf *pixbuf,
-                                                         const gchar *software,
-                                                         GError **error);
+
gboolean            gimp_thumbnail_save_thumb           (GimpThumbnail *thumbnail,
+                                                         GdkPixbuf *pixbuf,
+                                                         const gchar *software,
+                                                         GError **error);

Saves a preview thumbnail for the image associated with thumbnail. to the global thumbnail repository. @@ -403,40 +381,36 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

pixbuf :

-a GdkPixbuf representing the preview thumbnail - +a GdkPixbuf representing the preview thumbnail

software :

-a string describing the software saving the thumbnail - +a string describing the software saving the thumbnail

error :

-return location for possible errors - +return location for possible errors

Returns :

- TRUE if a thumbnail was successfully written, - FALSE otherwise - + +TRUE if a thumbnail was successfully written, +FALSE otherwise

-
+

gimp_thumbnail_save_thumb_local ()

-
gboolean            gimp_thumbnail_save_thumb_local     (GimpThumbnail *thumbnail,
-                                                         GdkPixbuf *pixbuf,
-                                                         const gchar *software,
-                                                         GError **error);
+
gboolean            gimp_thumbnail_save_thumb_local     (GimpThumbnail *thumbnail,
+                                                         GdkPixbuf *pixbuf,
+                                                         const gchar *software,
+                                                         GError **error);

Saves a preview thumbnail for the image associated with thumbnail to the local thumbnail repository. Local thumbnails have been added @@ -451,41 +425,36 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

pixbuf :

-a GdkPixbuf representing the preview thumbnail - +a GdkPixbuf representing the preview thumbnail

software :

-a string describing the software saving the thumbnail - +a string describing the software saving the thumbnail

error :

-return location for possible errors - +return location for possible errors

Returns :

- TRUE if a thumbnail was successfully written, - FALSE otherwise - - + +TRUE if a thumbnail was successfully written, +FALSE otherwise

Since GIMP 2.2


-
+

gimp_thumbnail_save_failure ()

-
gboolean            gimp_thumbnail_save_failure         (GimpThumbnail *thumbnail,
-                                                         const gchar *software,
-                                                         GError **error);
+
gboolean            gimp_thumbnail_save_failure         (GimpThumbnail *thumbnail,
+                                                         const gchar *software,
+                                                         GError **error);

Saves a failure thumbnail for the image associated with thumbnail. This is an empty pixbuf that indicates that an attempt @@ -497,30 +466,27 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

software :

-a string describing the software saving the thumbnail - +a string describing the software saving the thumbnail

error :

-return location for possible errors - +return location for possible errors

Returns :

- TRUE if a failure thumbnail was successfully written, - FALSE otherwise - + +TRUE if a failure thumbnail was successfully written, +FALSE otherwise

-
+

gimp_thumbnail_delete_failure ()

void                gimp_thumbnail_delete_failure       (GimpThumbnail *thumbnail);

@@ -531,14 +497,13 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

Since GIMP 2.2


-
+

gimp_thumbnail_delete_others ()

void                gimp_thumbnail_delete_others        (GimpThumbnail *thumbnail,
                                                          GimpThumbSize size);
@@ -554,22 +519,20 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

size :

-the thumbnail size which should not be deleted - +the thumbnail size which should not be deleted

Since GIMP 2.2


-
+

gimp_thumbnail_has_failed ()

-
gboolean            gimp_thumbnail_has_failed           (GimpThumbnail *thumbnail);
+
gboolean            gimp_thumbnail_has_failed           (GimpThumbnail *thumbnail);

Checks if a valid failure thumbnail for the given thumbnail exists in the global thumbnail repository. This may be the case even if @@ -586,91 +549,89 @@

thumbnail :

-a GimpThumbnail object - +a GimpThumbnail object

Returns :

- TRUE if a failure thumbnail exists or - - + +TRUE if a failure thumbnail exists or

Since GIMP 2.2

-
+

Property Details

-
+

The "image-filesize" property

-
  "image-filesize"           gint64                : Read / Write
+
  "image-filesize"           gint64                : Read / Write

Size of the image file in bytes.

Allowed values: >= 0

Default value: 0


-
+

The "image-height" property

-
  "image-height"             gint                  : Read / Write
+
  "image-height"             gint                  : Read / Write

Height of the image in pixels.

Allowed values: >= 0

Default value: 0


-
+

The "image-mimetype" property

-
  "image-mimetype"           gchar*                : Read / Write
+
  "image-mimetype"           gchar*                : Read / Write

Image mimetype.

Default value: NULL


-
+

The "image-mtime" property

-
  "image-mtime"              gint64                : Read / Write
+
  "image-mtime"              gint64                : Read / Write

Modification time of the image file in seconds since the Epoch.

Allowed values: >= 0

Default value: 0


-
+

The "image-num-layers" property

-
  "image-num-layers"         gint                  : Read / Write
+
  "image-num-layers"         gint                  : Read / Write

The number of layers in the image.

Allowed values: >= 0

Default value: 0


-
+

The "image-state" property

  "image-state"              GimpThumbState        : Read / Write

State of the image associated to the thumbnail object.

Default value: GIMP_THUMB_STATE_UNKNOWN


-
+

The "image-type" property

-
  "image-type"               gchar*                : Read / Write
+
  "image-type"               gchar*                : Read / Write

String describing the type of the image format.

Default value: NULL


-
+

The "image-uri" property

-
  "image-uri"                gchar*                : Read / Write
+
  "image-uri"                gchar*                : Read / Write

URI of the image file.

Default value: NULL


-
+

The "image-width" property

-
  "image-width"              gint                  : Read / Write
+
  "image-width"              gint                  : Read / Write

Width of the image in pixels.

Allowed values: >= 0

Default value: 0


-
+

The "thumb-state" property

  "thumb-state"              GimpThumbState        : Read / Write

State of the thumbnail file.

@@ -680,6 +641,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/index.html gimp-2.6.12/devel-docs/libgimpthumb/html/index.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/index.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/index.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,19 +3,19 @@ GIMP Thumbnail Library Reference Manual - + - + -
+

- for GIMP 2.6.10 + for GIMP 2.6.12

@@ -46,6 +46,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb.devhelp gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb.devhelp --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb.devhelp 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb.devhelp 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-enums.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-enums.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-enums.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-enums.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ gimpthumb-enums - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,24 +35,23 @@
-
+

Synopsis

enum                GimpThumbFileType;
 enum                GimpThumbSize;
 enum                GimpThumbState;
 
-
+

Description

-
+

Details

-
+

enum GimpThumbFileType

-
typedef enum
-{
+
typedef enum {
   GIMP_THUMB_FILE_TYPE_NONE,
   GIMP_THUMB_FILE_TYPE_REGULAR,
   GIMP_THUMB_FILE_TYPE_FOLDER,
@@ -89,10 +88,9 @@
 

-
+

enum GimpThumbSize

-
typedef enum
-{
+
typedef enum {
   GIMP_THUMB_SIZE_FAIL   = 0,
   GIMP_THUMB_SIZE_NORMAL = 128,
   GIMP_THUMB_SIZE_LARGE  = 256
@@ -124,10 +122,9 @@
 

-
+

enum GimpThumbState

-
typedef enum
-{
+
typedef enum {
   GIMP_THUMB_STATE_UNKNOWN,
   GIMP_THUMB_STATE_REMOTE,
   GIMP_THUMB_STATE_FOLDER,
@@ -197,6 +194,6 @@
 
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-error.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-error.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-error.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-error.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ gimpthumb-error - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,31 +35,30 @@
-
+ -
+

Description

-
+

Details

-
+

enum GimpThumbError

-
typedef enum
-{
+
typedef enum {
   GIMP_THUMB_ERROR_OPEN,         /*  open failed                            */
   GIMP_THUMB_ERROR_OPEN_ENOENT,  /*  file does not exist                    */
   GIMP_THUMB_ERROR_MKDIR         /*  mkdir failed                           */
 } GimpThumbError;
 

-These are the possible error codes used when a GError is set by +These are the possible error codes used when a GError is set by libgimpthumb.

@@ -84,7 +83,7 @@

-
+

GIMP_THUMB_ERROR

#define GIMP_THUMB_ERROR (gimp_thumb_error_quark ())
 
@@ -93,9 +92,9 @@


-
+

gimp_thumb_error_quark ()

-
GQuark              gimp_thumb_error_quark              (void);
+
GQuark              gimp_thumb_error_quark              (void);

This function is never called directly. Use GIMP_THUMB_ERROR() instead.

@@ -103,8 +102,7 @@

Returns :

- the GQuark that defines the GimpThumb error domain. - +the GQuark that defines the GimpThumb error domain.
@@ -112,6 +110,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-utils.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-utils.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-utils.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-gimpthumb-utils.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ gimpthumb-utils - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,43 +35,43 @@
-
+

Synopsis

-
gboolean            gimp_thumb_init                     (const gchar *creator,
-                                                         const gchar *thumb_basedir);
-gchar *             gimp_thumb_find_thumb               (const gchar *uri,
+
gboolean            gimp_thumb_init                     (const gchar *creator,
+                                                         const gchar *thumb_basedir);
+gchar *             gimp_thumb_find_thumb               (const gchar *uri,
                                                          GimpThumbSize *size);
-GimpThumbFileType   gimp_thumb_file_test                (const gchar *filename,
-                                                         gint64 *mtime,
-                                                         gint64 *size,
-                                                         gint *err_no);
-gchar *             gimp_thumb_name_from_uri            (const gchar *uri,
+GimpThumbFileType   gimp_thumb_file_test                (const gchar *filename,
+                                                         gint64 *mtime,
+                                                         gint64 *size,
+                                                         gint *err_no);
+gchar *             gimp_thumb_name_from_uri            (const gchar *uri,
                                                          GimpThumbSize size);
-gboolean            gimp_thumb_ensure_thumb_dir         (GimpThumbSize size,
-                                                         GError **error);
-const gchar *       gimp_thumb_get_thumb_dir            (GimpThumbSize size);
-void                gimp_thumbs_delete_for_uri          (const gchar *uri);
-gchar *             gimp_thumb_name_from_uri_local      (const gchar *uri,
+gboolean            gimp_thumb_ensure_thumb_dir         (GimpThumbSize size,
+                                                         GError **error);
+const gchar *       gimp_thumb_get_thumb_dir            (GimpThumbSize size);
+void                gimp_thumbs_delete_for_uri          (const gchar *uri);
+gchar *             gimp_thumb_name_from_uri_local      (const gchar *uri,
                                                          GimpThumbSize size);
-gboolean            gimp_thumb_ensure_thumb_dir_local   (const gchar *dirname,
+gboolean            gimp_thumb_ensure_thumb_dir_local   (const gchar *dirname,
                                                          GimpThumbSize size,
-                                                         GError **error);
-gchar *             gimp_thumb_get_thumb_dir_local      (const gchar *dirname,
+                                                         GError **error);
+gchar *             gimp_thumb_get_thumb_dir_local      (const gchar *dirname,
                                                          GimpThumbSize size);
-void                gimp_thumbs_delete_for_uri_local    (const gchar *uri);
+void                gimp_thumbs_delete_for_uri_local    (const gchar *uri);
 
-
+

Description

-
+

Details

-
+

gimp_thumb_init ()

-
gboolean            gimp_thumb_init                     (const gchar *creator,
-                                                         const gchar *thumb_basedir);
+
gboolean            gimp_thumb_init                     (const gchar *creator,
+                                                         const gchar *thumb_basedir);

This function initializes the thumbnail system. It must be called before any other functions from libgimpthumb are used. You may call @@ -86,7 +86,7 @@ thumbnail creation failures. See the spec for more details.

-Usually you will pass NULL for thumb_basedir. Thumbnails will +Usually you will pass NULL for thumb_basedir. Thumbnails will then be stored in the user's personal thumbnail directory as defined in the spec. If you wish to use libgimpthumb to store application-specific thumbnails, you can specify a different base @@ -97,26 +97,24 @@

creator :

-an ASCII string that identifies the thumbnail creator - +an ASCII string that identifies the thumbnail creator

thumb_basedir :

-an absolute path or NULL to use the default - +an absolute path or NULL to use the default

Returns :

- TRUE if the library was successfully initialized. - + +TRUE if the library was successfully initialized.

-
+

gimp_thumb_find_thumb ()

-
gchar *             gimp_thumb_find_thumb               (const gchar *uri,
+
gchar *             gimp_thumb_find_thumb               (const gchar *uri,
                                                          GimpThumbSize *size);

This function attempts to locate a thumbnail for the given @@ -139,8 +137,7 @@

uri :

-an escaped URI - +an escaped URI

size :

@@ -149,20 +146,19 @@

Returns :

- a newly allocated string in the encoding of the - filesystem or NULL if no thumbnail for uri was found - +a newly allocated string in the encoding of the +filesystem or NULL if no thumbnail for uri was found

-
+

gimp_thumb_file_test ()

-
GimpThumbFileType   gimp_thumb_file_test                (const gchar *filename,
-                                                         gint64 *mtime,
-                                                         gint64 *size,
-                                                         gint *err_no);
+
GimpThumbFileType   gimp_thumb_file_test                (const gchar *filename,
+                                                         gint64 *mtime,
+                                                         gint64 *size,
+                                                         gint *err_no);

This is a convenience and portability wrapper around stat(). It checks if the given filename exists and returns modification time @@ -173,37 +169,32 @@

filename :

-a filename in the encoding of the filesystem - +a filename in the encoding of the filesystem

mtime :

-return location for modification time - +return location for modification time

size :

-return location for file size - +return location for file size

err_no :

-return location for system "errno" - +return location for system "errno"

Returns :

- The type of the file, or GIMP_THUMB_FILE_TYPE_NONE if - the file doesn't exist. - +The type of the file, or GIMP_THUMB_FILE_TYPE_NONE if +the file doesn't exist.

-
+

gimp_thumb_name_from_uri ()

-
gchar *             gimp_thumb_name_from_uri            (const gchar *uri,
+
gchar *             gimp_thumb_name_from_uri            (const gchar *uri,
                                                          GimpThumbSize size);

Creates the name of the thumbnail file of the specified size that @@ -214,8 +205,7 @@

uri :

-an escaped URI - +an escaped URI

size :

@@ -224,19 +214,18 @@

Returns :

- a newly allocated filename in the encoding of the - filesystem or NULL if uri points to the user's - thumbnail repository. - +a newly allocated filename in the encoding of the +filesystem or NULL if uri points to the user's +thumbnail repository.

-
+

gimp_thumb_ensure_thumb_dir ()

-
gboolean            gimp_thumb_ensure_thumb_dir         (GimpThumbSize size,
-                                                         GError **error);
+
gboolean            gimp_thumb_ensure_thumb_dir         (GimpThumbSize size,
+                                                         GError **error);

This function checks if the directory that is required to store thumbnails for a particular size exist and attempts to create it @@ -252,27 +241,25 @@

size :

-a GimpThumbSize - +a GimpThumbSize

error :

-return location for possible errors - +return location for possible errors

Returns :

- TRUE is the directory exists, FALSE if it could not - be created - + +TRUE is the directory exists, FALSE if it could not +be created

-
+

gimp_thumb_get_thumb_dir ()

-
const gchar *       gimp_thumb_get_thumb_dir            (GimpThumbSize size);
+
const gchar *       gimp_thumb_get_thumb_dir            (GimpThumbSize size);

Retrieve the name of the thumbnail folder for a specific size. The returned pointer will become invalid if gimp_thumb_init() is used @@ -283,21 +270,19 @@

size :

-a GimpThumbSize - +a GimpThumbSize

Returns :

- the thumbnail directory in the encoding of the filesystem - +the thumbnail directory in the encoding of the filesystem

-
+

gimp_thumbs_delete_for_uri ()

-
void                gimp_thumbs_delete_for_uri          (const gchar *uri);
+
void                gimp_thumbs_delete_for_uri          (const gchar *uri);

Deletes all thumbnails for the image file specified by uri from the user's thumbnail repository. @@ -306,16 +291,15 @@

uri :

-an escaped URI - +an escaped URI

Since GIMP 2.2


-
+

gimp_thumb_name_from_uri_local ()

-
gchar *             gimp_thumb_name_from_uri_local      (const gchar *uri,
+
gchar *             gimp_thumb_name_from_uri_local      (const gchar *uri,
                                                          GimpThumbSize size);

Creates the name of a local thumbnail file of the specified size @@ -327,8 +311,7 @@

uri :

-an escaped URI - +an escaped URI

size :

@@ -337,22 +320,20 @@

Returns :

- a newly allocated filename in the encoding of the - filesystem or NULL if uri is a remote file or - points to the user's thumbnail repository. - - +a newly allocated filename in the encoding of the +filesystem or NULL if uri is a remote file or +points to the user's thumbnail repository.

Since GIMP 2.2


-
+

gimp_thumb_ensure_thumb_dir_local ()

-
gboolean            gimp_thumb_ensure_thumb_dir_local   (const gchar *dirname,
+
gboolean            gimp_thumb_ensure_thumb_dir_local   (const gchar *dirname,
                                                          GimpThumbSize size,
-                                                         GError **error);
+ GError **error);

This function checks if the directory that is required to store local thumbnails for a particular size exist and attempts to @@ -367,29 +348,26 @@

size :

-a GimpThumbSize - +a GimpThumbSize

error :

-return location for possible errors - +return location for possible errors

Returns :

- TRUE is the directory exists, FALSE if it could not - be created - - + +TRUE is the directory exists, FALSE if it could not +be created

Since GIMP 2.2


-
+

gimp_thumb_get_thumb_dir_local ()

-
gchar *             gimp_thumb_get_thumb_dir_local      (const gchar *dirname,
+
gchar *             gimp_thumb_get_thumb_dir_local      (const gchar *dirname,
                                                          GimpThumbSize size);

Retrieve the name of the local thumbnail folder for a specific @@ -401,23 +379,20 @@

size :

-a GimpThumbSize - +a GimpThumbSize

Returns :

- the thumbnail directory in the encoding of the filesystem - - +the thumbnail directory in the encoding of the filesystem

Since GIMP 2.2


-
+

gimp_thumbs_delete_for_uri_local ()

-
void                gimp_thumbs_delete_for_uri_local    (const gchar *uri);
+
void                gimp_thumbs_delete_for_uri_local    (const gchar *uri);

Deletes all thumbnails for the image file specified by uri from the local thumbnail repository. @@ -426,8 +401,7 @@

uri :

-an escaped URI - +an escaped URI

Since GIMP 2.2

@@ -436,6 +410,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Part I. GIMP Thumbnail Library - + - + @@ -19,7 +19,7 @@ GIMP Thumbnail Library Reference Manual Next -
+

Part I. GIMP Thumbnail Library

@@ -42,6 +42,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index-deprecated.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index-deprecated.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index-deprecated.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index-deprecated.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,11 +3,11 @@ Index of deprecated symbols - + - + @@ -18,13 +18,13 @@ GIMP Thumbnail Library Reference Manual   -
+

Index of deprecated symbols

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index - + - + @@ -19,7 +19,7 @@ GIMP Thumbnail Library Reference Manual Next -
+

Index

@@ -114,6 +114,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-2.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-2.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-2.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-2.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.2 - + - + @@ -19,7 +19,7 @@ GIMP Thumbnail Library Reference Manual Next -
+

Index of new symbols in GIMP 2.2

@@ -50,6 +50,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-4.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-4.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-4.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-4.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.4 - + - + @@ -19,13 +19,13 @@ GIMP Thumbnail Library Reference Manual Next -
+

Index of new symbols in GIMP 2.4

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-6.html gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-6.html --- gimp-2.6.11/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-6.html 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/libgimpthumb-index-new-in-2-6.html 2012-01-31 14:34:29.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.6 - + - + @@ -19,13 +19,13 @@ GIMP Thumbnail Library Reference Manual Next -
+

Index of new symbols in GIMP 2.6

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/html/style.css gimp-2.6.12/devel-docs/libgimpthumb/html/style.css --- gimp-2.6.11/devel-docs/libgimpthumb/html/style.css 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/html/style.css 2012-01-31 14:34:29.000000000 +0000 @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index diff -Nru gimp-2.6.11/devel-docs/libgimpthumb/Makefile.in gimp-2.6.12/devel-docs/libgimpthumb/Makefile.in --- gimp-2.6.11/devel-docs/libgimpthumb/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpthumb/Makefile.in 2012-01-31 14:25:20.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -411,10 +412,10 @@ $(top_builddir)/libgimpthumb/libgimpthumb-$(GIMP_API_VERSION).la \ @GDK_PIXBUF_LIBS@ -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -425,15 +426,18 @@ # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +SETUP_FILES = \ + $(content_files) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt + # Other files to distribute -EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \ - version.in -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in +DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -654,22 +658,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -679,10 +708,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -694,13 +727,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -709,58 +742,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -769,14 +823,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -798,15 +850,15 @@ @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpBrowser.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpBrowser.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpBrowser.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpBrowser.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpBrowser - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,62 +41,62 @@
-
+

Synopsis

                    GimpBrowser;
-GtkWidget *         gimp_browser_new                    (void);
+GtkWidget *         gimp_browser_new                    (void);
 void                gimp_browser_add_search_types       (GimpBrowser *browser,
-                                                         const gchar *first_type_label,
-                                                         gint first_type_id,
+                                                         const gchar *first_type_label,
+                                                         gint first_type_id,
                                                          ...);
 void                gimp_browser_set_widget             (GimpBrowser *browser,
-                                                         GtkWidget *widget);
+                                                         GtkWidget *widget);
 void                gimp_browser_show_message           (GimpBrowser *browser,
-                                                         const gchar *message);
+                                                         const gchar *message);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkPaned
-                                 +----GtkHPaned
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkPaned
+                                 +----GtkHPaned
                                        +----GimpBrowser
 
-
+

Implemented Interfaces

GimpBrowser implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Signals

-  "search"                                         : Run Last
+  "search"                                         : Run Last
 
-
+

Description

-
+

Details

-
+

GimpBrowser

typedef struct _GimpBrowser GimpBrowser;


-
+

gimp_browser_new ()

-
GtkWidget *         gimp_browser_new                    (void);
+
GtkWidget *         gimp_browser_new                    (void);

Create a new GimpBrowser widget.

@@ -104,55 +104,49 @@

Returns :

- a newly created GimpBrowser. - - +a newly created GimpBrowser.

Since GIMP 2.4


-
+

gimp_browser_add_search_types ()

void                gimp_browser_add_search_types       (GimpBrowser *browser,
-                                                         const gchar *first_type_label,
-                                                         gint first_type_id,
+                                                         const gchar *first_type_label,
+                                                         gint first_type_id,
                                                          ...);

-Populates the GtkComboBox with search types. +Populates the GtkComboBox with search types.

- + - + - + - +

browser :

a GimpBrowser widget -a GimpBrowser widget

first_type_label :

the label of the first search type -the label of the first search type

first_type_id :

an integer that identifies the first search type -an integer that identifies the first search type

... :

a NULL-terminated list of more labels and ids. -a NULL-terminated list of more labels and ids.

Since GIMP 2.4


-
+

gimp_browser_set_widget ()

void                gimp_browser_set_widget             (GimpBrowser *browser,
-                                                         GtkWidget *widget);
+ GtkWidget *widget);

Sets the widget to appear on the right side of the browser.

@@ -161,12 +155,11 @@

browser :

-a GimpBrowser widget - +a GimpBrowser widget

widget :

-a GtkWidget +a GtkWidget @@ -174,41 +167,39 @@

Since GIMP 2.4


-
+

gimp_browser_show_message ()

void                gimp_browser_show_message           (GimpBrowser *browser,
-                                                         const gchar *message);
+ const gchar *message);

Displays message in the right side of the browser. Unless the right -side already contains a GtkLabel, the widget previously added with -gimp_browser_set_widget() is removed and replaced by a GtkLabel. +side already contains a GtkLabel, the widget previously added with +gimp_browser_set_widget() is removed and replaced by a GtkLabel.

- + - +

browser :

a GimpBrowser widget -a GimpBrowser widget

message :

text message -text message

Since GIMP 2.4

-
+

Signal Details

-
+

The "search" signal

void                user_function                      (GimpBrowser *gimpbrowser,
-                                                        gchar       *arg1,
-                                                        gint         arg2,
-                                                        gpointer     user_data)        : Run Last
+ gchar *arg1, + gint arg2, + gpointer user_data) : Run Last

@@ -216,18 +207,7 @@ - - - - - - - - - + @@ -240,6 +220,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpButton.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpButton.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpButton.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpButton - + - + @@ -32,69 +32,69 @@ Signals

gimpbrowser :

the object which received the signal. -

arg1 :

-

arg2 :

-the object which received the signal.

user_data :

-
+

GimpButton

-

GimpButton — A GtkButton with a little extra functionality.

+

GimpButton — A GtkButton with a little extra functionality.

-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkButton
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkButton
                                        +----GimpButton
                                              +----GimpColorButton
 
-
+

Implemented Interfaces

GimpButton implements - AtkImplementorIface, GtkBuildable and GtkActivatable.

+ AtkImplementorIface, GtkBuildable and GtkActivatable.

-
+

Signals

-  "extended-clicked"                               : Run First
+  "extended-clicked"                               : Run First
 
-
+

Description

-GimpButton adds an extra signal to the GtkButton widget that allows +GimpButton adds an extra signal to the GtkButton widget that allows to distinguish a normal click from a click that was performed with modifier keys pressed.

-
+

Details

-
+

GimpButton

typedef struct _GimpButton GimpButton;


-
+

gimp_button_new ()

-
GtkWidget *         gimp_button_new                     (void);
+
GtkWidget *         gimp_button_new                     (void);

Creates a new GimpButton widget.

@@ -102,16 +102,15 @@

Returns :

- A pointer to the new GimpButton widget. - +A pointer to the new GimpButton widget.

-
+

gimp_button_extended_clicked ()

void                gimp_button_extended_clicked        (GimpButton *button,
-                                                         GdkModifierType state);
+ GdkModifierType state);

Emits the button's "extended_clicked" signal.

@@ -120,25 +119,23 @@

button :

-a GimpButton. - +a GimpButton.

state :

-a state as found in GdkEventButton->state, e.g. GDK_SHIFT_MASK. - +a state as found in GdkEventButton->state, e.g. GDK_SHIFT_MASK.
-
+

Signal Details

-
+

The "extended-clicked" signal

void                user_function                      (GimpButton     *gimpbutton,
-                                                        GdkModifierType arg1,
-                                                        gpointer        user_data)       : Run First
+ GdkModifierType arg1, + gpointer user_data) : Run First

@@ -146,13 +143,11 @@ - + - + @@ -165,6 +160,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpCellRendererColor.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpCellRendererColor.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpCellRendererColor.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpCellRendererColor.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpCellRendererColor - + - + @@ -30,7 +30,7 @@ Properties

gimpbutton :

the object which received the signal. -the object which received the signal.

arg1 :

the state of modifier keys when the button was clicked -the state of modifier keys when the button was clicked

user_data :

-
+
@@ -39,81 +39,80 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkCellRenderer
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkCellRenderer
                      +----GimpCellRendererColor
 
-
+

Properties

-  "color"                    GimpRGB*              : Read / Write
-  "icon-size"                gint                  : Read / Write / Construct
-  "opaque"                   gboolean              : Read / Write / Construct
+  "color"                    GimpRGB*              : Read / Write
+  "icon-size"                gint                  : Read / Write / Construct
+  "opaque"                   gboolean              : Read / Write / Construct
 
-
+

Description

-
+

Details

-
+

GimpCellRendererColor

typedef struct _GimpCellRendererColor GimpCellRendererColor;


-
+

gimp_cell_renderer_color_new ()

-
GtkCellRenderer *   gimp_cell_renderer_color_new        (void);
+
GtkCellRenderer *   gimp_cell_renderer_color_new        (void);

-Creates a GtkCellRenderer that displays a color. +Creates a GtkCellRenderer that displays a color.

-

Returns :

a new GimpCellRendererColor - +a new GimpCellRendererColor

Since GIMP 2.2

-
+

Property Details

-
+

The "color" property

-
  "color"                    GimpRGB*              : Read / Write
+
  "color"                    GimpRGB*              : Read / Write


-
+

The "icon-size" property

-
  "icon-size"                gint                  : Read / Write / Construct
+
  "icon-size"                gint                  : Read / Write / Construct

Allowed values: >= 0

Default value: 1


-
+

The "opaque" property

-
  "opaque"                   gboolean              : Read / Write / Construct
+
  "opaque"                   gboolean              : Read / Write / Construct

Default value: TRUE

@@ -121,6 +120,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpCellRendererToggle.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpCellRendererToggle - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,58 +41,58 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkCellRenderer
-                     +----GtkCellRendererToggle
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkCellRenderer
+                     +----GtkCellRendererToggle
                            +----GimpCellRendererToggle
 
-
+

Properties

-  "stock-id"                 gchar*                : Read / Write / Construct
-  "stock-size"               gint                  : Read / Write / Construct
+  "stock-id"                 gchar*                : Read / Write / Construct
+  "stock-size"               gint                  : Read / Write / Construct
 
-
+

Signals

-  "clicked"                                        : Run Last
+  "clicked"                                        : Run Last
 
-
+

Description

-
+

Details

-
+

GimpCellRendererToggle

typedef struct _GimpCellRendererToggle GimpCellRendererToggle;


-
+

gimp_cell_renderer_toggle_new ()

-
GtkCellRenderer *   gimp_cell_renderer_toggle_new       (const gchar *stock_id);
+
GtkCellRenderer *   gimp_cell_renderer_toggle_new       (const gchar *stock_id);

-Creates a custom version of the GtkCellRendererToggle. Instead of +Creates a custom version of the GtkCellRendererToggle. Instead of showing the standard toggle button, it shows a stock icon if the cell is active and no icon otherwise. This cell renderer is for example used in the Layers treeview to indicate and control the @@ -103,13 +103,11 @@

stock_id :

-the stock_id of the icon to use for the active state - +the stock_id of the icon to use for the active state

Returns :

- a new GimpCellRendererToggle - +a new GimpCellRendererToggle @@ -117,11 +115,11 @@

Since GIMP 2.2


-
+

gimp_cell_renderer_toggle_clicked ()

void                gimp_cell_renderer_toggle_clicked   (GimpCellRendererToggle *cell,
-                                                         const gchar *path,
-                                                         GdkModifierType state);
+ const gchar *path, + GdkModifierType state);

Emits the "clicked" signal from a GimpCellRendererToggle.

@@ -136,31 +134,31 @@

Since GIMP 2.2

-
+

Property Details

-
+

The "stock-id" property

-
  "stock-id"                 gchar*                : Read / Write / Construct
+
  "stock-id"                 gchar*                : Read / Write / Construct

Default value: NULL


-
+

The "stock-size" property

-
  "stock-size"               gint                  : Read / Write / Construct
+
  "stock-size"               gint                  : Read / Write / Construct

Allowed values: >= 0

Default value: 4

-
+

Signal Details

-
+

The "clicked" signal

void                user_function                      (GimpCellRendererToggle *gimpcellrenderertoggle,
-                                                        gchar                  *arg1,
-                                                        GdkModifierType         arg2,
-                                                        gpointer                user_data)                   : Run Last
+ gchar *arg1, + GdkModifierType arg2, + gpointer user_data) : Run Last

@@ -168,18 +166,7 @@ - - - - - - - - - + @@ -192,6 +179,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpChainButton.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpChainButton.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpChainButton.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpChainButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpChainButton - + - + @@ -34,7 +34,7 @@ Signals

gimpcellrenderertoggle :

the object which received the signal. -

arg1 :

-

arg2 :

-the object which received the signal.

user_data :

-
+
@@ -43,47 +43,47 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkTable
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkTable
                                  +----GimpChainButton
 
-
+

Implemented Interfaces

GimpChainButton implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Properties

   "position"                 GimpChainPosition     : Read / Write / Construct Only
 
-
+

Signals

-  "toggled"                                        : Run First
+  "toggled"                                        : Run First
 
-
+

Description

This widget provides a button showing either a linked or a broken @@ -100,19 +100,18 @@ necessary.

-
+

Details

-
+

GimpChainButton

typedef struct _GimpChainButton GimpChainButton;


-
+

enum GimpChainPosition

-
typedef enum
-{
+
typedef enum {
   GIMP_CHAIN_TOP,
   GIMP_CHAIN_LEFT,
   GIMP_CHAIN_BOTTOM,
@@ -123,9 +122,9 @@
 


-
+

gimp_chain_button_new ()

-
GtkWidget *         gimp_chain_button_new               (GimpChainPosition position);
+
GtkWidget *         gimp_chain_button_new               (GimpChainPosition position);

Creates a new GimpChainButton widget.

@@ -143,48 +142,44 @@

position :

The position you are going to use for the button - with respect to the widgets you want to chain. - +with respect to the widgets you want to chain.

Returns :

- Pointer to the new GimpChainButton, which is inactive - by default. Use gimp_chain_button_set_active() to - change its state. - +Pointer to the new GimpChainButton, which is inactive +by default. Use gimp_chain_button_set_active() to +change its state.

-
+

gimp_chain_button_set_active ()

void                gimp_chain_button_set_active        (GimpChainButton *button,
-                                                         gboolean active);
+ gboolean active);

-Sets the state of the GimpChainButton to be either locked (TRUE) or -unlocked (FALSE) and changes the showed pixmap to reflect the new state. +Sets the state of the GimpChainButton to be either locked (TRUE) or +unlocked (FALSE) and changes the showed pixmap to reflect the new state.

- + - +

button :

Pointer to a GimpChainButton. -Pointer to a GimpChainButton.

active :

The new state. -The new state.

-
+

gimp_chain_button_get_active ()

-
gboolean            gimp_chain_button_get_active        (GimpChainButton *button);
+
gboolean            gimp_chain_button_get_active        (GimpChainButton *button);

Checks the state of the GimpChainButton.

@@ -193,21 +188,20 @@

button :

-Pointer to a GimpChainButton. - +Pointer to a GimpChainButton.

Returns :

- TRUE if the GimpChainButton is active (locked). - + +TRUE if the GimpChainButton is active (locked).
-
+

Property Details

-
+

The "position" property

  "position"                 GimpChainPosition     : Read / Write / Construct Only

@@ -217,12 +211,12 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "toggled" signal

void                user_function                      (GimpChainButton *gimpchainbutton,
-                                                        gpointer         user_data)            : Run First
+ gpointer user_data) : Run First

@@ -230,8 +224,7 @@ - + @@ -241,7 +234,7 @@

gimpchainbutton :

the object which received the signal. -the object which received the signal.

user_data :

-
+

See Also

You may want to use the convenience function gimp_coordinates_new() to set @@ -251,6 +244,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorArea.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorArea.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorArea.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorArea.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorArea - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,74 +43,73 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkDrawingArea
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkDrawingArea
                            +----GimpColorArea
 
-
+

Implemented Interfaces

GimpColorArea implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Properties

-  "color"                    GimpRGB*              : Read / Write / Construct
-  "drag-mask"                GdkModifierType       : Write / Construct Only
-  "draw-border"              gboolean              : Read / Write
+  "color"                    GimpRGB*              : Read / Write / Construct
+  "drag-mask"                GdkModifierType       : Write / Construct Only
+  "draw-border"              gboolean              : Read / Write
   "type"                     GimpColorAreaType     : Read / Write / Construct
 
-
+

Signals

-  "color-changed"                                  : Run First
+  "color-changed"                                  : Run First
 
-
+

Description

-
+

Details

-
+

GimpColorArea

typedef struct _GimpColorArea GimpColorArea;


-
+

enum GimpColorAreaType

-
typedef enum
-{
+
typedef enum {
   GIMP_COLOR_AREA_FLAT = 0,
   GIMP_COLOR_AREA_SMALL_CHECKS,
   GIMP_COLOR_AREA_LARGE_CHECKS
@@ -120,11 +119,11 @@
 


-
+

gimp_color_area_new ()

-
GtkWidget *         gimp_color_area_new                 (const GimpRGB *color,
+
GtkWidget *         gimp_color_area_new                 (const GimpRGB *color,
                                                          GimpColorAreaType type,
-                                                         GdkModifierType drag_mask);
+ GdkModifierType drag_mask);

Creates a new GimpColorArea widget.

@@ -137,32 +136,28 @@

color :

-A pointer to a GimpRGB struct. - +A pointer to a GimpRGB struct.

type :

-The type of color area to create. - +The type of color area to create.

drag_mask :

-The event_mask that should trigger drags. - +The event_mask that should trigger drags.

Returns :

- Pointer to the new GimpColorArea widget. - +Pointer to the new GimpColorArea widget.

-
+

gimp_color_area_set_color ()

void                gimp_color_area_set_color           (GimpColorArea *area,
-                                                         const GimpRGB *color);
+ const GimpRGB *color);

Sets area to a different color.

@@ -171,22 +166,20 @@

area :

-Pointer to a GimpColorArea. - +Pointer to a GimpColorArea.

color :

-Pointer to a GimpRGB struct that defines the new color. - +Pointer to a GimpRGB struct that defines the new color.

-
+

gimp_color_area_get_color ()

void                gimp_color_area_get_color           (GimpColorArea *area,
-                                                         GimpRGB *color);
+ GimpRGB *color);

Retrieves the current color of the area.

@@ -195,21 +188,19 @@

area :

-Pointer to a GimpColorArea. - +Pointer to a GimpColorArea.

color :

-Pointer to a GimpRGB struct that is used to return the color. - +Pointer to a GimpRGB struct that is used to return the color.

-
+

gimp_color_area_has_alpha ()

-
gboolean            gimp_color_area_has_alpha           (GimpColorArea *area);
+
gboolean            gimp_color_area_has_alpha           (GimpColorArea *area);

Checks whether the area shows transparency information. This is determined via the area's GimpColorAreaType. @@ -219,19 +210,18 @@

area :

-Pointer to a GimpColorArea. - +Pointer to a GimpColorArea.

Returns :

- TRUE if area shows transparency information, FALSE otherwise. - + +TRUE if area shows transparency information, FALSE otherwise.

-
+

gimp_color_area_set_type ()

void                gimp_color_area_set_type            (GimpColorArea *area,
                                                          GimpColorAreaType type);
@@ -245,22 +235,20 @@

area :

-Pointer to a GimpColorArea. - +Pointer to a GimpColorArea.

type :

-A GimpColorAreaType. - +A GimpColorAreaType.

-
+

gimp_color_area_set_draw_border ()

void                gimp_color_area_set_draw_border     (GimpColorArea *area,
-                                                         gboolean draw_border);
+ gboolean draw_border);

The area can draw a thin border in the foreground color around itself. This function allows to toggle this behaviour on and @@ -271,38 +259,36 @@

area :

-Pointer to a GimpColorArea. - +Pointer to a GimpColorArea.

draw_border :

-whether to draw a border or not - +whether to draw a border or not
-
+

Property Details

-
+

The "color" property

-
  "color"                    GimpRGB*              : Read / Write / Construct
+
  "color"                    GimpRGB*              : Read / Write / Construct

The color displayed in the color area.

Since GIMP 2.4


-
+

The "drag-mask" property

-
  "drag-mask"                GdkModifierType       : Write / Construct Only
+
  "drag-mask"                GdkModifierType       : Write / Construct Only


-
+

The "draw-border" property

-
  "draw-border"              gboolean              : Read / Write
+
  "draw-border"              gboolean              : Read / Write

Whether to draw a thin border in the foreground color around the area.

@@ -310,7 +296,7 @@

Since GIMP 2.4


-
+

The "type" property

  "type"                     GimpColorAreaType     : Read / Write / Construct

@@ -320,12 +306,12 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "color-changed" signal

void                user_function                      (GimpColorArea *gimpcolorarea,
-                                                        gpointer       user_data)          : Run First
+ gpointer user_data) : Run First

@@ -333,8 +319,7 @@ - + @@ -347,6 +332,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorButton.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorButton.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorButton.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorButton - + - + @@ -34,7 +34,7 @@ Signals

gimpcolorarea :

the object which received the signal. -the object which received the signal.

user_data :

-
+
@@ -43,62 +43,62 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkButton
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkButton
                                        +----GimpButton
                                              +----GimpColorButton
 
-
+

Implemented Interfaces

GimpColorButton implements - AtkImplementorIface, GtkBuildable and GtkActivatable.

+ AtkImplementorIface, GtkBuildable and GtkActivatable.

-
+

Properties

-  "color"                    GimpRGB*              : Read / Write / Construct
-  "continuous-update"        gboolean              : Read / Write / Construct
-  "title"                    gchar*                : Read / Write / Construct Only
+  "color"                    GimpRGB*              : Read / Write / Construct
+  "continuous-update"        gboolean              : Read / Write / Construct
+  "title"                    gchar*                : Read / Write / Construct Only
   "type"                     GimpColorAreaType     : Read / Write / Construct
 
-
+

Signals

-  "color-changed"                                  : Run First
+  "color-changed"                                  : Run First
 
-
+

Description

This widget provides a simple button with a preview showing the @@ -111,21 +111,21 @@ color, the "color_changed" signal is emitted.

-
+

Details

-
+

GimpColorButton

typedef struct _GimpColorButton GimpColorButton;


-
+

gimp_color_button_new ()

-
GtkWidget *         gimp_color_button_new               (const gchar *title,
-                                                         gint width,
-                                                         gint height,
-                                                         const GimpRGB *color,
+
GtkWidget *         gimp_color_button_new               (const gchar *title,
+                                                         gint width,
+                                                         gint height,
+                                                         const GimpRGB *color,
                                                          GimpColorAreaType type);

Creates a new GimpColorButton widget. @@ -142,37 +142,32 @@

title :

-String that will be used as title for the color_selector. - +String that will be used as title for the color_selector.

width :

-Width of the colorpreview in pixels. - +Width of the colorpreview in pixels.

height :

-Height of the colorpreview in pixels. - +Height of the colorpreview in pixels.

color :

-A pointer to a GimpRGB color. - +A pointer to a GimpRGB color.

Returns :

- Pointer to the new GimpColorButton widget. - +Pointer to the new GimpColorButton widget.

-
+

gimp_color_button_set_color ()

void                gimp_color_button_set_color         (GimpColorButton *button,
-                                                         const GimpRGB *color);
+ const GimpRGB *color);

Sets the button to the given color.

@@ -181,22 +176,20 @@

button :

-Pointer to a GimpColorButton. - +Pointer to a GimpColorButton.

color :

-Pointer to the new GimpRGB color. - +Pointer to the new GimpRGB color.

-
+

gimp_color_button_get_color ()

void                gimp_color_button_get_color         (GimpColorButton *button,
-                                                         GimpRGB *color);
+ GimpRGB *color);

Retrieves the currently set color from the button.

@@ -205,24 +198,22 @@

button :

-Pointer to a GimpColorButton. - +Pointer to a GimpColorButton.

color :

-Pointer to a GimpRGB struct used to return the color. - +Pointer to a GimpRGB struct used to return the color.

-
+

gimp_color_button_set_update ()

void                gimp_color_button_set_update        (GimpColorButton *button,
-                                                         gboolean continuous);
+ gboolean continuous);

-When set to TRUE, the button will emit the "color-changed" +When set to TRUE, the button will emit the "color-changed" continuously while the color is changed in the color selection dialog.

@@ -231,21 +222,19 @@

button :

-A GimpColorButton widget. - +A GimpColorButton widget.

continuous :

-The new setting of the continuous_update property. - +The new setting of the continuous_update property.

-
+

gimp_color_button_get_update ()

-
gboolean            gimp_color_button_get_update        (GimpColorButton *button);
+
gboolean            gimp_color_button_get_update        (GimpColorButton *button);

Returns the color button's continuous_update property.

@@ -254,21 +243,19 @@

button :

-A GimpColorButton widget. - +A GimpColorButton widget.

Returns :

- the continuous_update property. - +the continuous_update property.

-
+

gimp_color_button_has_alpha ()

-
gboolean            gimp_color_button_has_alpha         (GimpColorButton *button);
+
gboolean            gimp_color_button_has_alpha         (GimpColorButton *button);

Checks whether the buttons shows transparency information.

@@ -277,20 +264,19 @@

button :

-Pointer to a GimpColorButton. - +Pointer to a GimpColorButton.

Returns :

- TRUE if the button shows transparency information, FALSE -otherwise. - + +TRUE if the button shows transparency information, FALSE +otherwise.

-
+

gimp_color_button_set_type ()

void                gimp_color_button_set_type          (GimpColorButton *button,
                                                          GimpColorAreaType type);
@@ -302,8 +288,7 @@

button :

-Pointer to a GimpColorButton. - +Pointer to a GimpColorButton.

type :

@@ -314,20 +299,20 @@
-
+

Property Details

-
+

The "color" property

-
  "color"                    GimpRGB*              : Read / Write / Construct
+
  "color"                    GimpRGB*              : Read / Write / Construct

The color displayed in the button's color area.

Since GIMP 2.4


-
+

The "continuous-update" property

-
  "continuous-update"        gboolean              : Read / Write / Construct
+
  "continuous-update"        gboolean              : Read / Write / Construct

The update policy of the color button.

@@ -335,9 +320,9 @@

Since GIMP 2.4


-
+

The "title" property

-
  "title"                    gchar*                : Read / Write / Construct Only
+
  "title"                    gchar*                : Read / Write / Construct Only

The title to be used for the color selection dialog.

@@ -345,7 +330,7 @@

Since GIMP 2.4


-
+

The "type" property

  "type"                     GimpColorAreaType     : Read / Write / Construct

@@ -355,12 +340,12 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "color-changed" signal

void                user_function                      (GimpColorButton *gimpcolorbutton,
-                                                        gpointer         user_data)            : Run First
+ gpointer user_data) : Run First

@@ -368,8 +353,7 @@ - + @@ -379,7 +363,7 @@

gimpcolorbutton :

the object which received the signal. -the object which received the signal.

user_data :

-
+

See Also

libgimpcolor-gimpcolorspace @@ -388,6 +372,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorDisplay.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorDisplay.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorDisplay.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorDisplay.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorDisplay - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,368 +43,221 @@
-
+

Synopsis

                    GimpColorDisplay;
-GimpColorDisplay *  gimp_color_display_new              (GType display_type);
+GimpColorDisplay *  gimp_color_display_new              (GType display_type);
 GimpColorDisplay *  gimp_color_display_clone            (GimpColorDisplay *display);
 void                gimp_color_display_set_enabled      (GimpColorDisplay *display,
-                                                         gboolean enabled);
-gboolean            gimp_color_display_get_enabled      (GimpColorDisplay *display);
-GimpColorConfig *   gimp_color_display_get_config       (GimpColorDisplay *display);
-GimpColorManaged *  gimp_color_display_get_managed      (GimpColorDisplay *display);
+                                                         gboolean enabled);
+gboolean            gimp_color_display_get_enabled      (GimpColorDisplay *display);
+GimpColorConfig *   gimp_color_display_get_config       (GimpColorDisplay *display);
+GimpColorManaged *  gimp_color_display_get_managed      (GimpColorDisplay *display);
 void                gimp_color_display_convert          (GimpColorDisplay *display,
-                                                         guchar *buf,
-                                                         gint width,
-                                                         gint height,
-                                                         gint bpp,
-                                                         gint bpl);
+                                                         guchar *buf,
+                                                         gint width,
+                                                         gint height,
+                                                         gint bpp,
+                                                         gint bpl);
 void                gimp_color_display_load_state       (GimpColorDisplay *display,
-                                                         GimpParasite *state);
-GimpParasite *      gimp_color_display_save_state       (GimpColorDisplay *display);
-GtkWidget *         gimp_color_display_configure        (GimpColorDisplay *display);
+                                                         GimpParasite *state);
+GimpParasite *      gimp_color_display_save_state       (GimpColorDisplay *display);
+GtkWidget *         gimp_color_display_configure        (GimpColorDisplay *display);
 void                gimp_color_display_configure_reset  (GimpColorDisplay *display);
 void                gimp_color_display_changed          (GimpColorDisplay *display);
 
-
+

Object Hierarchy

-  GObject
+  GObject
    +----GimpColorDisplay
 
-
+

Implemented Interfaces

GimpColorDisplay implements - GimpConfigInterface.

+ GimpConfigInterface.

-
+

Properties

-  "color-config"             GimpColorConfig*      : Read / Write / Construct Only
-  "color-managed"            GimpColorManagedInterface*  : Read / Write / Construct Only
-  "enabled"                  gboolean              : Read / Write / Construct
+  "color-config"             GimpColorConfig*      : Read / Write / Construct Only
+  "color-managed"            GimpColorManagedInterface*  : Read / Write / Construct Only
+  "enabled"                  gboolean              : Read / Write / Construct
 
-
+

Signals

-  "changed"                                        : Run First
+  "changed"                                        : Run First
 
-
+

Description

Functions and definitions for creating pluggable GIMP display color correction modules.

-
+

Details

-
+

GimpColorDisplay

typedef struct _GimpColorDisplay GimpColorDisplay;


-
+

gimp_color_display_new ()

-
GimpColorDisplay *  gimp_color_display_new              (GType display_type);
-
+
GimpColorDisplay *  gimp_color_display_new              (GType display_type);
+

Warning

gimp_color_display_new is deprecated and should not be used in newly-written code.

-This function is deprecated. Please use g_object_new() directly. +This function is deprecated. Please use g_object_new() directly.

- + - +

display_type :

the GType of the GimpColorDisplay to instantiate. -the GType of the GimpColorDisplay to instantiate.

Returns :

a new GimpColorDisplay object. -a new GimpColorDisplay object.

-
+

gimp_color_display_clone ()

GimpColorDisplay *  gimp_color_display_clone            (GimpColorDisplay *display);

-
-- - - - - - - - - - -

display :

-

Returns :

-

-
+

gimp_color_display_set_enabled ()

void                gimp_color_display_set_enabled      (GimpColorDisplay *display,
-                                                         gboolean enabled);
+ gboolean enabled);

-
-- - - - - - - - - - -

display :

-

enabled :

-

-
+

gimp_color_display_get_enabled ()

-
gboolean            gimp_color_display_get_enabled      (GimpColorDisplay *display);
+
gboolean            gimp_color_display_get_enabled      (GimpColorDisplay *display);

-
-- - - - - - - - - - -

display :

-

Returns :

-

-
+

gimp_color_display_get_config ()

-
GimpColorConfig *   gimp_color_display_get_config       (GimpColorDisplay *display);
+
GimpColorConfig *   gimp_color_display_get_config       (GimpColorDisplay *display);
- +

Returns :

a pointer to the GimpColorConfig object or NULL. - -a pointer to the GimpColorConfig object or NULL.

Since GIMP 2.4


-
+

gimp_color_display_get_managed ()

-
GimpColorManaged *  gimp_color_display_get_managed      (GimpColorDisplay *display);
+
GimpColorManaged *  gimp_color_display_get_managed      (GimpColorDisplay *display);
- +

Returns :

a pointer to the GimpColorManaged object or NULL. - -a pointer to the GimpColorManaged object or NULL.

Since GIMP 2.4


-
+

gimp_color_display_convert ()

void                gimp_color_display_convert          (GimpColorDisplay *display,
-                                                         guchar *buf,
-                                                         gint width,
-                                                         gint height,
-                                                         gint bpp,
-                                                         gint bpl);
+ guchar *buf, + gint width, + gint height, + gint bpp, + gint bpl);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

display :

-

buf :

-

width :

-

height :

-

bpp :

-

bpl :

-

-
+

gimp_color_display_load_state ()

void                gimp_color_display_load_state       (GimpColorDisplay *display,
-                                                         GimpParasite *state);
+ GimpParasite *state);

-
-- - - - - - - - - - -

display :

-

state :

-

-
+

gimp_color_display_save_state ()

-
GimpParasite *      gimp_color_display_save_state       (GimpColorDisplay *display);
+
GimpParasite *      gimp_color_display_save_state       (GimpColorDisplay *display);

-
-- - - - - - - - - - -

display :

-

Returns :

-

-
+

gimp_color_display_configure ()

-
GtkWidget *         gimp_color_display_configure        (GimpColorDisplay *display);
+
GtkWidget *         gimp_color_display_configure        (GimpColorDisplay *display);

-
-- - - - - - - - - - -

display :

-

Returns :

-

-
+

gimp_color_display_configure_reset ()

void                gimp_color_display_configure_reset  (GimpColorDisplay *display);

-
-- - - - -

display :

-

-
+

gimp_color_display_changed ()

void                gimp_color_display_changed          (GimpColorDisplay *display);

-
-- - - - -

display :

-
-
+

Property Details

-
+

The "color-config" property

-
  "color-config"             GimpColorConfig*      : Read / Write / Construct Only
+
  "color-config"             GimpColorConfig*      : Read / Write / Construct Only


-
+

The "color-managed" property

-
  "color-managed"            GimpColorManagedInterface*  : Read / Write / Construct Only
+
  "color-managed"            GimpColorManagedInterface*  : Read / Write / Construct Only


-
+

The "enabled" property

-
  "enabled"                  gboolean              : Read / Write / Construct
+
  "enabled"                  gboolean              : Read / Write / Construct

Default value: TRUE

-
+

Signal Details

-
+

The "changed" signal

void                user_function                      (GimpColorDisplay *gimpcolordisplay,
-                                                        gpointer          user_data)             : Run First
+ gpointer user_data) : Run First

@@ -412,8 +265,7 @@ - + @@ -423,13 +275,13 @@

gimpcolordisplay :

the object which received the signal. -the object which received the signal.

user_data :

-
+

See Also

-GModule +GModule

-GTypeModule +GTypeModule

libgimp-gimpmodule @@ -438,6 +290,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorDisplayStack.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorDisplayStack - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

                    GimpColorDisplayStack;
 GimpColorDisplayStack * gimp_color_display_stack_new    (void);
@@ -55,243 +55,117 @@
                                                         (GimpColorDisplayStack *stack,
                                                          GimpColorDisplay *display);
 void                gimp_color_display_stack_convert    (GimpColorDisplayStack *stack,
-                                                         guchar *buf,
-                                                         gint width,
-                                                         gint height,
-                                                         gint bpp,
-                                                         gint bpl);
+                                                         guchar *buf,
+                                                         gint width,
+                                                         gint height,
+                                                         gint bpp,
+                                                         gint bpl);
 
-
+

Object Hierarchy

-  GObject
+  GObject
    +----GimpColorDisplayStack
 
-
+

Signals

-  "added"                                          : Run First
-  "changed"                                        : Run First
-  "removed"                                        : Run First
-  "reordered"                                      : Run First
+  "added"                                          : Run First
+  "changed"                                        : Run First
+  "removed"                                        : Run First
+  "reordered"                                      : Run First
 
-
+

Description

-
+

Details

-
+

GimpColorDisplayStack

typedef struct _GimpColorDisplayStack GimpColorDisplayStack;


-
+

gimp_color_display_stack_new ()

GimpColorDisplayStack * gimp_color_display_stack_new    (void);

-
-- - - - -

Returns :

-

-
+

gimp_color_display_stack_clone ()

GimpColorDisplayStack * gimp_color_display_stack_clone  (GimpColorDisplayStack *stack);

-
-- - - - - - - - - - -

stack :

-

Returns :

-

-
+

gimp_color_display_stack_changed ()

void                gimp_color_display_stack_changed    (GimpColorDisplayStack *stack);

-
-- - - - -

stack :

-

-
+

gimp_color_display_stack_add ()

void                gimp_color_display_stack_add        (GimpColorDisplayStack *stack,
                                                          GimpColorDisplay *display);

-
-- - - - - - - - - - -

stack :

-

display :

-

-
+

gimp_color_display_stack_remove ()

void                gimp_color_display_stack_remove     (GimpColorDisplayStack *stack,
                                                          GimpColorDisplay *display);

-
-- - - - - - - - - - -

stack :

-

display :

-

-
+

gimp_color_display_stack_reorder_up ()

void                gimp_color_display_stack_reorder_up (GimpColorDisplayStack *stack,
                                                          GimpColorDisplay *display);

-
-- - - - - - - - - - -

stack :

-

display :

-

-
+

gimp_color_display_stack_reorder_down ()

void                gimp_color_display_stack_reorder_down
                                                         (GimpColorDisplayStack *stack,
                                                          GimpColorDisplay *display);

-
-- - - - - - - - - - -

stack :

-

display :

-

-
+

gimp_color_display_stack_convert ()

void                gimp_color_display_stack_convert    (GimpColorDisplayStack *stack,
-                                                         guchar *buf,
-                                                         gint width,
-                                                         gint height,
-                                                         gint bpp,
-                                                         gint bpl);
+ guchar *buf, + gint width, + gint height, + gint bpp, + gint bpl);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - -

stack :

-

buf :

-

width :

-

height :

-

bpp :

-

bpl :

-
-
+

Signal Details

-
+

The "added" signal

void                user_function                      (GimpColorDisplayStack *gimpcolordisplaystack,
                                                         GimpColorDisplay      *arg1,
-                                                        gint                   arg2,
-                                                        gpointer               user_data)                  : Run First
+ gint arg2, + gpointer user_data) : Run First

@@ -299,18 +173,7 @@ - - - - - - - - - + @@ -320,10 +183,10 @@

gimpcolordisplaystack :

the object which received the signal. -

arg1 :

-

arg2 :

-the object which received the signal.

user_data :


-
+

The "changed" signal

void                user_function                      (GimpColorDisplayStack *gimpcolordisplaystack,
-                                                        gpointer               user_data)                  : Run First
+ gpointer user_data) : Run First

@@ -331,8 +194,7 @@ - + @@ -342,11 +204,11 @@

gimpcolordisplaystack :

the object which received the signal. -the object which received the signal.

user_data :


-
+

The "removed" signal

void                user_function                      (GimpColorDisplayStack *gimpcolordisplaystack,
                                                         GimpColorDisplay      *arg1,
-                                                        gpointer               user_data)                  : Run First
+ gpointer user_data) : Run First

@@ -354,13 +216,7 @@ - - - - - + @@ -370,12 +226,12 @@

gimpcolordisplaystack :

the object which received the signal. -

arg1 :

-the object which received the signal.

user_data :


-
+

The "reordered" signal

void                user_function                      (GimpColorDisplayStack *gimpcolordisplaystack,
                                                         GimpColorDisplay      *arg1,
-                                                        gint                   arg2,
-                                                        gpointer               user_data)                  : Run First
+ gint arg2, + gpointer user_data) : Run First

@@ -383,18 +239,7 @@ - - - - - - - - - + @@ -407,6 +252,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorHexEntry.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorHexEntry.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorHexEntry.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorHexEntry.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorHexEntry - + - + @@ -32,7 +32,7 @@ Signals

gimpcolordisplaystack :

the object which received the signal. -

arg1 :

-

arg2 :

-the object which received the signal.

user_data :

-
+
@@ -41,73 +41,71 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkEntry
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkEntry
                            +----GimpColorHexEntry
 
-
+

Implemented Interfaces

GimpColorHexEntry implements - AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.

-
+

Signals

-  "color-changed"                                  : Run First
+  "color-changed"                                  : Run First
 
-
+

Description

Widget for entering a color's hex triplet.

-
+

Details

-
+

GimpColorHexEntry

typedef struct _GimpColorHexEntry GimpColorHexEntry;


-
+

gimp_color_hex_entry_new ()

-
GtkWidget *         gimp_color_hex_entry_new            (void);
+
GtkWidget *         gimp_color_hex_entry_new            (void);
- +

Returns :

a new GimpColorHexEntry widget - -a new GimpColorHexEntry widget

Since GIMP 2.2


-
+

gimp_color_hex_entry_set_color ()

void                gimp_color_hex_entry_set_color      (GimpColorHexEntry *entry,
-                                                         const GimpRGB *color);
+ const GimpRGB *color);

Sets the color displayed by a GimpColorHexEntry. If the new color is different to the previously set color, the "color-changed" @@ -118,12 +116,11 @@

entry :

-a GimpColorHexEntry widget - +a GimpColorHexEntry widget

color :

-pointer to a GimpRGB +pointer to a GimpRGB @@ -131,10 +128,10 @@

Since GIMP 2.2


-
+

gimp_color_hex_entry_get_color ()

void                gimp_color_hex_entry_get_color      (GimpColorHexEntry *entry,
-                                                         GimpRGB *color);
+ GimpRGB *color);

Retrieves the color value displayed by a GimpColorHexEntry.

@@ -143,12 +140,11 @@

entry :

-a GimpColorHexEntry widget - +a GimpColorHexEntry widget

color :

-pointer to a GimpRGB +pointer to a GimpRGB @@ -156,12 +152,12 @@

Since GIMP 2.2

-
+

Signal Details

-
+

The "color-changed" signal

void                user_function                      (GimpColorHexEntry *gimpcolorhexentry,
-                                                        gpointer           user_data)              : Run First
+ gpointer user_data) : Run First

@@ -169,8 +165,7 @@ - + @@ -183,6 +178,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorNotebook.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorNotebook.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorNotebook.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorNotebook.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorNotebook - + - + @@ -32,7 +32,7 @@ Style Properties

gimpcolorhexentry :

the object which received the signal. -the object which received the signal.

user_data :

-
+
@@ -41,62 +41,62 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpColorSelector
                                              +----GimpColorNotebook
 
-
+

Implemented Interfaces

GimpColorNotebook implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Style Properties

-  "tab-border"               gint                  : Read
-  "tab-icon-size"            GtkIconSize           : Read
+  "tab-border"               gint                  : Read
+  "tab-icon-size"            GtkIconSize           : Read
 
-
+

Description

The GimpColorNotebook widget is an implementation of a GimpColorSelector. It serves as a container for GimpColorSelectors.

-
+

Details

-
+

GimpColorNotebook

typedef struct _GimpColorNotebook GimpColorNotebook;


-
+

gimp_color_notebook_set_has_page ()

-
GtkWidget *         gimp_color_notebook_set_has_page    (GimpColorNotebook *notebook,
-                                                         GType page_type,
-                                                         gboolean has_page);
+
GtkWidget *         gimp_color_notebook_set_has_page    (GimpColorNotebook *notebook,
+                                                         GType page_type,
+                                                         gboolean has_page);

This function adds and removed pages to / from a GimpColorNotebook. The page_type passed must be a GimpColorSelector subtype. @@ -106,42 +106,38 @@

notebook :

-A GimpColorNotebook widget. - +A GimpColorNotebook widget.

page_type :

-The GType of the notebook page to add or remove. - +The GType of the notebook page to add or remove.

has_page :

-Whether the page should be added or removed. - +Whether the page should be added or removed.

Returns :

- The new page widget, if has_page was TRUE, or NULL - if has_page was FALSE. - +The new page widget, if has_page was TRUE, or NULL +if has_page was FALSE.
-
+

Style Property Details

-
+

The "tab-border" style property

-
  "tab-border"               gint                  : Read
+
  "tab-border"               gint                  : Read

Width of the border around the tab contents.

Allowed values: >= 0

Default value: 0


-
+

The "tab-icon-size" style property

-
  "tab-icon-size"            GtkIconSize           : Read
+
  "tab-icon-size"            GtkIconSize           : Read

Size for icons displayed in the tab.

Default value: GTK_ICON_SIZE_BUTTON

@@ -149,6 +145,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorProfileComboBox.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorProfileComboBox.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorProfileComboBox.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorProfileComboBox.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorProfileComboBox - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,69 +41,69 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
                                        +----GimpColorProfileComboBox
 
-
+

Implemented Interfaces

GimpColorProfileComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

-
+

Properties

-  "dialog"                   GtkDialog*            : Read / Write / Construct Only
+  "dialog"                   GtkDialog*            : Read / Write / Construct Only
   "model"                    GimpColorProfileStore*  : Read / Write
 
-
+

Description

-
+

Details

-
+

GimpColorProfileComboBox

typedef struct _GimpColorProfileComboBox GimpColorProfileComboBox;


-
+

gimp_color_profile_combo_box_new ()

-
GtkWidget *         gimp_color_profile_combo_box_new    (GtkWidget *dialog,
-                                                         const gchar *history);
+
GtkWidget *         gimp_color_profile_combo_box_new    (GtkWidget *dialog,
+                                                         const gchar *history);

Create a combo-box widget for selecting color profiles. The combo-box is populated from the file specified as history. This filename is @@ -114,7 +114,7 @@

1
-
gchar *history = gimp_personal_rc_file ("profilerc");
+
gchar *history = gimp_personal_rc_file ("profilerc");
@@ -127,31 +127,27 @@

dialog :

-a GtkDialog to present when the user selects the - "Select color profile from disk..." item - +a GtkDialog to present when the user selects the +"Select color profile from disk..." item

history :

-filename of the profilerc (or NULL for no history) - +filename of the profilerc (or NULL for no history)

Returns :

- a new GimpColorProfileComboBox. - - +a new GimpColorProfileComboBox.

Since GIMP 2.4


-
+

gimp_color_profile_combo_box_new_with_model ()

-
GtkWidget *         gimp_color_profile_combo_box_new_with_model
-                                                        (GtkWidget *dialog,
-                                                         GtkTreeModel *model);
+
GtkWidget *         gimp_color_profile_combo_box_new_with_model
+                                                        (GtkWidget *dialog,
+                                                         GtkTreeModel *model);

This constructor is useful when you want to create several combo-boxes for profile selection that all share the same @@ -166,31 +162,27 @@

dialog :

-a GtkDialog to present when the user selects the - "Select color profile from disk..." item - +a GtkDialog to present when the user selects the +"Select color profile from disk..." item

model :

-a GimpColorProfileStore object - +a GimpColorProfileStore object

Returns :

- a new GimpColorProfileComboBox. - - +a new GimpColorProfileComboBox.

Since GIMP 2.4


-
+

gimp_color_profile_combo_box_add ()

void                gimp_color_profile_combo_box_add    (GimpColorProfileComboBox *combo,
-                                                         const gchar *filename,
-                                                         const gchar *label);
+ const gchar *filename, + const gchar *label);

This function delegates to the underlying GimpColorProfileStore. Please refer to the documentation of @@ -206,30 +198,28 @@

filename :

-filename of the profile to add (or NULL) - +filename of the profile to add (or NULL)

label :

label to use for the profile - (may only be NULL if filename is NULL) - +(may only be NULL if filename is NULL)

Since GIMP 2.4


-
+

gimp_color_profile_combo_box_set_active ()

void                gimp_color_profile_combo_box_set_active
                                                         (GimpColorProfileComboBox *combo,
-                                                         const gchar *filename,
-                                                         const gchar *label);
+ const gchar *filename, + const gchar *label);

Selects a color profile from the combo and makes it the active item. If the profile is not listed in the combo, then it is added -with the given label (or filename in case that label is NULL). +with the given label (or filename in case that label is NULL).

@@ -241,22 +231,20 @@ - + - +

filename :

filename of the profile to select -filename of the profile to select

label :

label to use when adding a new entry (can be NULL) -label to use when adding a new entry (can be NULL)

Since GIMP 2.4


-
+

gimp_color_profile_combo_box_get_active ()

-
gchar *             gimp_color_profile_combo_box_get_active
+
gchar *             gimp_color_profile_combo_box_get_active
                                                         (GimpColorProfileComboBox *combo);
@@ -268,34 +256,32 @@ - +

Returns :

The filename of the currently selected color profile. - This is a newly allocated string and should be released - using g_free() when it is not any longer needed. - -The filename of the currently selected color profile. +This is a newly allocated string and should be released +using g_free() when it is not any longer needed.

Since GIMP 2.4

-
+

Property Details

-
+

The "dialog" property

-
  "dialog"                   GtkDialog*            : Read / Write / Construct Only
+
  "dialog"                   GtkDialog*            : Read / Write / Construct Only

-GtkDialog to present when the user selects the +GtkDialog to present when the user selects the "Select color profile from disk..." item.

Since GIMP 2.4


-
+

The "model" property

  "model"                    GimpColorProfileStore*  : Read / Write

-Overrides the "model" property of the GtkComboBox class. +Overrides the "model" property of the GtkComboBox class. GimpColorProfileComboBox requires the model to be a GimpColorProfileStore.

@@ -305,6 +291,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorProfileStore.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorProfileStore.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorProfileStore.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorProfileStore.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorProfileStore - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,52 +41,52 @@
-
+

Synopsis

                    GimpColorProfileStore;
-GtkListStore *      gimp_color_profile_store_new        (const gchar *history);
+GtkListStore *      gimp_color_profile_store_new        (const gchar *history);
 void                gimp_color_profile_store_add        (GimpColorProfileStore *store,
-                                                         const gchar *filename,
-                                                         const gchar *label);
+                                                         const gchar *filename,
+                                                         const gchar *label);
 
-
+

Object Hierarchy

-  GObject
-   +----GtkListStore
+  GObject
+   +----GtkListStore
          +----GimpColorProfileStore
 
-
+ -
+

Properties

-  "history"                  gchar*                : Read / Write / Construct Only
+  "history"                  gchar*                : Read / Write / Construct Only
 
-
+

Description

-
+

Details

-
+

GimpColorProfileStore

typedef struct _GimpColorProfileStore GimpColorProfileStore;


-
+

gimp_color_profile_store_new ()

-
GtkListStore *      gimp_color_profile_store_new        (const gchar *history);
+
GtkListStore *      gimp_color_profile_store_new        (const gchar *history);

Creates a new GimpColorProfileStore object and populates it with last used profiles read from the file history. The updated history @@ -101,7 +101,7 @@

1
-
gchar *history = gimp_personal_rc_file ("profilerc");
+
gchar *history = gimp_personal_rc_file ("profilerc");
@@ -114,13 +114,11 @@

history :

-filename of the profilerc (or NULL for no history) - +filename of the profilerc (or NULL for no history)

Returns :

- a new GimpColorProfileStore - +a new GimpColorProfileStore @@ -128,19 +126,19 @@

Since GIMP 2.4


-
+

gimp_color_profile_store_add ()

void                gimp_color_profile_store_add        (GimpColorProfileStore *store,
-                                                         const gchar *filename,
-                                                         const gchar *label);
+ const gchar *filename, + const gchar *label);

Adds a color profile item to the GimpColorProfileStore. Items added with this function will be kept at the top, separated from the history of last used color profiles.

-This function is often used to add a selectable item for the NULL -filename. If you pass NULL for both filename and label, the +This function is often used to add a selectable item for the NULL +filename. If you pass NULL for both filename and label, the label will be set to the string "None" for you (and translated for the user).

@@ -154,25 +152,23 @@

filename :

-filename of the profile to add (or NULL) - +filename of the profile to add (or NULL)

label :

label to use for the profile - (may only be NULL if filename is NULL) - +(may only be NULL if filename is NULL)

Since GIMP 2.4

-
+

Property Details

-
+

The "history" property

-
  "history"                  gchar*                : Read / Write / Construct Only
+
  "history"                  gchar*                : Read / Write / Construct Only

Filename of the color history used to populate the profile store.

@@ -183,6 +179,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorScale.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorScale.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorScale.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorScale.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorScale - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,53 +39,53 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkRange
-                           +----GtkScale
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkRange
+                           +----GtkScale
                                  +----GimpColorScale
 
-
+

Implemented Interfaces

GimpColorScale implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Description

-
+

Details

-
+

GimpColorScale

typedef struct _GimpColorScale GimpColorScale;


-
+

gimp_color_scale_new ()

-
GtkWidget *         gimp_color_scale_new                (GtkOrientation orientation,
+
GtkWidget *         gimp_color_scale_new                (GtkOrientation orientation,
                                                          GimpColorSelectorChannel channel);

Creates a new GimpColorScale widget. @@ -95,24 +95,21 @@

orientation :

-the scale's orientation (horizontal or vertical) - +the scale's orientation (horizontal or vertical)

channel :

-the scale's color channel - +the scale's color channel

Returns :

- a new GimpColorScale widget - +a new GimpColorScale widget

-
+

gimp_color_scale_set_channel ()

void                gimp_color_scale_set_channel        (GimpColorScale *scale,
                                                          GimpColorSelectorChannel channel);
@@ -124,23 +121,21 @@

scale :

-a GimpColorScale widget - +a GimpColorScale widget

channel :

-the new color channel - +the new color channel

-
+

gimp_color_scale_set_color ()

void                gimp_color_scale_set_color          (GimpColorScale *scale,
-                                                         const GimpRGB *rgb,
-                                                         const GimpHSV *hsv);
+ const GimpRGB *rgb, + const GimpHSV *hsv);

Changes the color value of the scale.

@@ -149,17 +144,16 @@

scale :

-a GimpColorScale widget - +a GimpColorScale widget

rgb :

-the new color as GimpRGB +the new color as GimpRGB

hsv :

-the new color as GimpHSV +the new color as GimpHSV @@ -169,6 +163,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorScales.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorScales.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorScales.html 2010-10-03 20:34:42.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorScales.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorScales - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,32 +39,32 @@
-
+

Synopsis

                    GimpColorScales;
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpColorSelector
                                              +----GimpColorScales
 
-
+

Implemented Interfaces

GimpColorScales implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Description

The GimpColorScales widget is an implementation of a GimpColorSelector. @@ -72,9 +72,9 @@ HSV and RGB color channels.

-
+

Details

-
+

GimpColorScales

typedef struct _GimpColorScales GimpColorScales;

@@ -84,6 +84,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorSelect.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorSelect.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorSelect.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorSelect.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorSelect - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,32 +39,32 @@
-
+

Synopsis

                    GimpColorSelect;
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpColorSelector
                                              +----GimpColorSelect
 
-
+

Implemented Interfaces

GimpColorSelect implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Description

The GimpColorSelect widget is an implementation of a GimpColorSelector. @@ -74,9 +74,9 @@ will then change the other two channels accordingly.

-
+

Details

-
+

GimpColorSelect

typedef struct _GimpColorSelect GimpColorSelect;

@@ -86,6 +86,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorSelection.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorSelection.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorSelection.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorSelection.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorSelection - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,75 +43,75 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpColorSelection
 
-
+

Implemented Interfaces

GimpColorSelection implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "config"                   GimpColorConfig*      : Write
+  "config"                   GimpColorConfig*      : Write
 
-
+

Signals

-  "color-changed"                                  : Run First
+  "color-changed"                                  : Run First
 
-
+

Description

-
+

Details

-
+

GimpColorSelection

typedef struct _GimpColorSelection GimpColorSelection;


-
+

gimp_color_selection_new ()

-
GtkWidget *         gimp_color_selection_new            (void);
+
GtkWidget *         gimp_color_selection_new            (void);

Creates a new GimpColorSelection widget.

@@ -119,16 +119,15 @@

Returns :

- The new GimpColorSelection widget. - +The new GimpColorSelection widget.

-
+

gimp_color_selection_set_show_alpha ()

void                gimp_color_selection_set_show_alpha (GimpColorSelection *selection,
-                                                         gboolean show_alpha);
+ gboolean show_alpha);

Sets the show_alpha property of the selection widget.

@@ -137,21 +136,19 @@

selection :

-A GimpColorSelection widget. - +A GimpColorSelection widget.

show_alpha :

-The new show_alpha setting. - +The new show_alpha setting.

-
+

gimp_color_selection_get_show_alpha ()

-
gboolean            gimp_color_selection_get_show_alpha (GimpColorSelection *selection);
+
gboolean            gimp_color_selection_get_show_alpha (GimpColorSelection *selection);

Returns the selection's show_alpha property.

@@ -160,22 +157,21 @@

selection :

-A GimpColorSelection widget. - +A GimpColorSelection widget.

Returns :

- TRUE if the GimpColorSelection has alpha controls. - + +TRUE if the GimpColorSelection has alpha controls.

-
+

gimp_color_selection_set_color ()

void                gimp_color_selection_set_color      (GimpColorSelection *selection,
-                                                         const GimpRGB *color);
+ const GimpRGB *color);

Sets the GimpColorSelection's current color to the new color.

@@ -184,22 +180,20 @@

selection :

-A GimpColorSelection widget. - +A GimpColorSelection widget.

color :

-The color to set as current color. - +The color to set as current color.

-
+

gimp_color_selection_get_color ()

void                gimp_color_selection_get_color      (GimpColorSelection *selection,
-                                                         GimpRGB *color);
+ GimpRGB *color);

This function returns the GimpColorSelection's current color.

@@ -208,22 +202,20 @@

selection :

-A GimpColorSelection widget. - +A GimpColorSelection widget.

color :

-Return location for the selection's current color. - +Return location for the selection's current color.

-
+

gimp_color_selection_set_old_color ()

void                gimp_color_selection_set_old_color  (GimpColorSelection *selection,
-                                                         const GimpRGB *color);
+ const GimpRGB *color);

Sets the GimpColorSelection's old color.

@@ -232,22 +224,20 @@

selection :

-A GimpColorSelection widget. - +A GimpColorSelection widget.

color :

-The color to set as old color. - +The color to set as old color.

-
+

gimp_color_selection_get_old_color ()

void                gimp_color_selection_get_old_color  (GimpColorSelection *selection,
-                                                         GimpRGB *color);
+ GimpRGB *color);

This function returns the GimpColorSelection's old color.

@@ -256,19 +246,17 @@

selection :

-A GimpColorSelection widget. - +A GimpColorSelection widget.

color :

-Return location for the selection's old color. - +Return location for the selection's old color.

-
+

gimp_color_selection_reset ()

void                gimp_color_selection_reset          (GimpColorSelection *selection);

@@ -278,13 +266,12 @@

selection :

-A GimpColorSelection widget. - +A GimpColorSelection widget.

-
+

gimp_color_selection_color_changed ()

void                gimp_color_selection_color_changed  (GimpColorSelection *selection);

@@ -294,36 +281,35 @@

selection :

-A GimpColorSelection widget. - +A GimpColorSelection widget.

-
+

gimp_color_selection_set_config ()

void                gimp_color_selection_set_config     (GimpColorSelection *selection,
-                                                         GimpColorConfig *config);
+ GimpColorConfig *config);

Sets the color management configuration to use with this color selection.

Since GIMP 2.4

-
+

Property Details

-
+

The "config" property

-
  "config"                   GimpColorConfig*      : Write
+
  "config"                   GimpColorConfig*      : Write

-
+

Signal Details

-
+

The "color-changed" signal

void                user_function                      (GimpColorSelection *gimpcolorselection,
-                                                        gpointer            user_data)               : Run First
+ gpointer user_data) : Run First

@@ -331,8 +317,7 @@ - + @@ -345,6 +330,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorSelector.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorSelector.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpColorSelector.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpColorSelector.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpColorSelector - + - + @@ -32,7 +32,7 @@ Signals

gimpcolorselection :

the object which received the signal. -the object which received the signal.

user_data :

-
+
@@ -41,81 +41,81 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpColorSelector
                                              +----GimpColorNotebook
                                              +----GimpColorScales
                                              +----GimpColorSelect
 
-
+

Implemented Interfaces

GimpColorSelector implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Signals

-  "channel-changed"                                : Run First
-  "color-changed"                                  : Run First
+  "channel-changed"                                : Run First
+  "color-changed"                                  : Run First
 
-
+

Description

Functions and definitions for creating pluggable GIMP color selector modules.

-
+

Details

-
+

GimpColorSelector

typedef struct _GimpColorSelector GimpColorSelector;


-
+

GIMP_COLOR_SELECTOR_SIZE

#define GIMP_COLOR_SELECTOR_SIZE      150
 
@@ -124,7 +124,7 @@


-
+

GIMP_COLOR_SELECTOR_BAR_SIZE

#define GIMP_COLOR_SELECTOR_BAR_SIZE  15
 
@@ -133,10 +133,9 @@


-
+

enum GimpColorSelectorChannel

-
typedef enum
-{
+
typedef enum {
   GIMP_COLOR_SELECTOR_HUE,        /*< desc="_H", help="Hue"        >*/
   GIMP_COLOR_SELECTOR_SATURATION, /*< desc="_S", help="Saturation" >*/
   GIMP_COLOR_SELECTOR_VALUE,      /*< desc="_V", help="Value"      >*/
@@ -190,216 +189,90 @@
 

-
+

gimp_color_selector_new ()

-
GtkWidget *         gimp_color_selector_new             (GType selector_type,
-                                                         const GimpRGB *rgb,
-                                                         const GimpHSV *hsv,
+
GtkWidget *         gimp_color_selector_new             (GType selector_type,
+                                                         const GimpRGB *rgb,
+                                                         const GimpHSV *hsv,
                                                          GimpColorSelectorChannel channel);

-
-- - - - - - - - - - - - - - - - - - - - - - -

selector_type :

-

rgb :

-

hsv :

-

channel :

-

Returns :

-

-
+

gimp_color_selector_set_toggles_visible ()

void                gimp_color_selector_set_toggles_visible
                                                         (GimpColorSelector *selector,
-                                                         gboolean visible);
+ gboolean visible);

-
-- - - - - - - - - - -

selector :

-

visible :

-

-
+

gimp_color_selector_set_toggles_sensitive ()

void                gimp_color_selector_set_toggles_sensitive
                                                         (GimpColorSelector *selector,
-                                                         gboolean sensitive);
+ gboolean sensitive);

-
-- - - - - - - - - - -

selector :

-

sensitive :

-

-
+

gimp_color_selector_set_show_alpha ()

void                gimp_color_selector_set_show_alpha  (GimpColorSelector *selector,
-                                                         gboolean show_alpha);
+ gboolean show_alpha);

-
-- - - - - - - - - - -

selector :

-

show_alpha :

-

-
+

gimp_color_selector_set_color ()

void                gimp_color_selector_set_color       (GimpColorSelector *selector,
-                                                         const GimpRGB *rgb,
-                                                         const GimpHSV *hsv);
+ const GimpRGB *rgb, + const GimpHSV *hsv);

-
-- - - - - - - - - - - - - - -

selector :

-

rgb :

-

hsv :

-

-
+

gimp_color_selector_set_channel ()

void                gimp_color_selector_set_channel     (GimpColorSelector *selector,
                                                          GimpColorSelectorChannel channel);

-
-- - - - - - - - - - -

selector :

-

channel :

-

-
+

gimp_color_selector_color_changed ()

void                gimp_color_selector_color_changed   (GimpColorSelector *selector);

-
-- - - - -

selector :

-

-
+

gimp_color_selector_channel_changed ()

void                gimp_color_selector_channel_changed (GimpColorSelector *selector);

-
-- - - - -

selector :

-

-
+

gimp_color_selector_set_config ()

void                gimp_color_selector_set_config      (GimpColorSelector *selector,
-                                                         GimpColorConfig *config);
+ GimpColorConfig *config);

Sets the color management configuration to use with this color selector.

Since GIMP 2.4

-
+

Signal Details

-
+

The "channel-changed" signal

void                user_function                      (GimpColorSelector *gimpcolorselector,
-                                                        gint               arg1,
-                                                        gpointer           user_data)              : Run First
+ gint arg1, + gpointer user_data) : Run First

@@ -407,13 +280,7 @@ - - - - - + @@ -423,12 +290,12 @@

gimpcolorselector :

the object which received the signal. -

arg1 :

-the object which received the signal.

user_data :


-
+

The "color-changed" signal

void                user_function                      (GimpColorSelector *gimpcolorselector,
-                                                        gpointer           arg1,
-                                                        gpointer           arg2,
-                                                        gpointer           user_data)              : Run First
+ gpointer arg1, + gpointer arg2, + gpointer user_data) : Run First

@@ -436,18 +303,7 @@ - - - - - - - - - + @@ -457,13 +313,13 @@

gimpcolorselector :

the object which received the signal. -

arg1 :

-

arg2 :

-the object which received the signal.

user_data :

-
+

See Also

-GModule +GModule

-GTypeModule +GTypeModule

libgimp-gimpmodule @@ -472,6 +328,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpController.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpController.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpController.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpController.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpController - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,62 +43,61 @@
-
+ -
+

Object Hierarchy

-  GObject
+  GObject
    +----GimpController
 
-
+

Implemented Interfaces

GimpController implements - GimpConfigInterface.

+ GimpConfigInterface.

-
+

Properties

-  "name"                     gchar*                : Read / Write / Construct
-  "state"                    gchar*                : Read / Write / Construct
+  "name"                     gchar*                : Read / Write / Construct
+  "state"                    gchar*                : Read / Write / Construct
 
-
+

Signals

-  "event"                                          : Run Last
+  "event"                                          : Run Last
 
-
+

Description

An abstract interface for implementing arbitrary input controllers.

-
+

Details

-
+

enum GimpControllerEventType

-
typedef enum
-{
+
typedef enum {
   GIMP_CONTROLLER_EVENT_TRIGGER,
   GIMP_CONTROLLER_EVENT_VALUE
 } GimpControllerEventType;
@@ -107,208 +106,125 @@
 


-
-

GimpControllerEventAny

-
typedef struct {
+
+

struct GimpControllerEventAny

+
struct GimpControllerEventAny {
   GimpControllerEventType  type;
   GimpController          *source;
   gint                     event_id;
-} GimpControllerEventAny;
+};
 


-
-

GimpControllerEventTrigger

-
typedef struct {
+
+

struct GimpControllerEventTrigger

+
struct GimpControllerEventTrigger {
   GimpControllerEventType  type;
   GimpController          *source;
   gint                     event_id;
-} GimpControllerEventTrigger;
+};
 


-
-

GimpControllerEventValue

-
typedef struct {
+
+

struct GimpControllerEventValue

+
struct GimpControllerEventValue {
   GimpControllerEventType  type;
   GimpController          *source;
   gint                     event_id;
   GValue                   value;
-} GimpControllerEventValue;
+};
 


-
+

union GimpControllerEvent

-

+
union _GimpControllerEvent
+{
+  GimpControllerEventType    type;
+  GimpControllerEventAny     any;
+  GimpControllerEventTrigger trigger;
+  GimpControllerEventValue   value;
+};
+


-
+

GimpController

typedef struct _GimpController GimpController;


-
+

gimp_controller_new ()

-
GimpController *    gimp_controller_new                 (GType controller_type);
+
GimpController *    gimp_controller_new                 (GType controller_type);

-
-- - - - - - - - - - -

controller_type :

-

Returns :

-

-
+

gimp_controller_get_n_events ()

-
gint                gimp_controller_get_n_events        (GimpController *controller);
+
gint                gimp_controller_get_n_events        (GimpController *controller);

-
-- - - - - - - - - - -

controller :

-

Returns :

-

-
+

gimp_controller_get_event_name ()

-
const gchar *       gimp_controller_get_event_name      (GimpController *controller,
-                                                         gint event_id);
+
const gchar *       gimp_controller_get_event_name      (GimpController *controller,
+                                                         gint event_id);

-
-- - - - - - - - - - - - - - -

controller :

-

event_id :

-

Returns :

-

-
+

gimp_controller_get_event_blurb ()

-
const gchar *       gimp_controller_get_event_blurb     (GimpController *controller,
-                                                         gint event_id);
+
const gchar *       gimp_controller_get_event_blurb     (GimpController *controller,
+                                                         gint event_id);

-
-- - - - - - - - - - - - - - -

controller :

-

event_id :

-

Returns :

-

-
+

gimp_controller_event ()

-
gboolean            gimp_controller_event               (GimpController *controller,
+
gboolean            gimp_controller_event               (GimpController *controller,
                                                          const GimpControllerEvent *event);

-
-- - - - - - - - - - - - - - -

controller :

-

event :

-

Returns :

-
-
+

Property Details

-
+

The "name" property

-
  "name"                     gchar*                : Read / Write / Construct
+
  "name"                     gchar*                : Read / Write / Construct

Default value: "Unnamed Controller"


-
+

The "state" property

-
  "state"                    gchar*                : Read / Write / Construct
+
  "state"                    gchar*                : Read / Write / Construct

Default value: "Unknown"

-
+

Signal Details

-
+

The "event" signal

-
gboolean            user_function                      (GimpController *gimpcontroller,
-                                                        gpointer        arg1,
-                                                        gpointer        user_data)           : Run Last
+
gboolean            user_function                      (GimpController *gimpcontroller,
+                                                        gpointer        arg1,
+                                                        gpointer        user_data)           : Run Last

@@ -316,23 +232,12 @@ - - - - - + - - - -

gimpcontroller :

the object which received the signal. -

arg1 :

-the object which received the signal.

user_data :

user data set when the signal handler was connected.

Returns :

-
@@ -340,6 +245,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpDialog.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpDialog.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpDialog.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpDialog.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpDialog - + - + @@ -32,93 +32,93 @@ Properties -
+

GimpDialog

-

GimpDialog — Constructors for GtkDialog's and action_areas as well as other +

GimpDialog — Constructors for GtkDialog's and action_areas as well as other dialog-related stuff.

-
+

Synopsis

                    GimpDialog;
-GtkWidget *         gimp_dialog_new                     (const gchar *title,
-                                                         const gchar *role,
-                                                         GtkWidget *parent,
-                                                         GtkDialogFlags flags,
+GtkWidget *         gimp_dialog_new                     (const gchar *title,
+                                                         const gchar *role,
+                                                         GtkWidget *parent,
+                                                         GtkDialogFlags flags,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
+                                                         const gchar *help_id,
                                                          ...);
-GtkWidget *         gimp_dialog_new_valist              (const gchar *title,
-                                                         const gchar *role,
-                                                         GtkWidget *parent,
-                                                         GtkDialogFlags flags,
+GtkWidget *         gimp_dialog_new_valist              (const gchar *title,
+                                                         const gchar *role,
+                                                         GtkWidget *parent,
+                                                         GtkDialogFlags flags,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
+                                                         const gchar *help_id,
                                                          va_list args);
-GtkWidget *         gimp_dialog_add_button              (GimpDialog *dialog,
-                                                         const gchar *button_text,
-                                                         gint response_id);
+GtkWidget *         gimp_dialog_add_button              (GimpDialog *dialog,
+                                                         const gchar *button_text,
+                                                         gint response_id);
 void                gimp_dialog_add_buttons             (GimpDialog *dialog,
                                                          ...);
 void                gimp_dialog_add_buttons_valist      (GimpDialog *dialog,
                                                          va_list args);
-gint                gimp_dialog_run                     (GimpDialog *dialog);
-void                gimp_dialogs_show_help_button       (gboolean show);
+gint                gimp_dialog_run                     (GimpDialog *dialog);
+void                gimp_dialogs_show_help_button       (gboolean show);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkWindow
-                                       +----GtkDialog
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkWindow
+                                       +----GtkDialog
                                              +----GimpDialog
 
-
+

Implemented Interfaces

GimpDialog implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Properties

-  "help-func"                gpointer              : Read / Write / Construct Only
-  "help-id"                  gchar*                : Read / Write / Construct Only
+  "help-func"                gpointer              : Read / Write / Construct Only
+  "help-id"                  gchar*                : Read / Write / Construct Only
 
-
+

Description

-
+

Details

-
+

GimpDialog

typedef struct _GimpDialog GimpDialog;


-
+

gimp_dialog_new ()

-
GtkWidget *         gimp_dialog_new                     (const gchar *title,
-                                                         const gchar *role,
-                                                         GtkWidget *parent,
-                                                         GtkDialogFlags flags,
+
GtkWidget *         gimp_dialog_new                     (const gchar *title,
+                                                         const gchar *role,
+                                                         GtkWidget *parent,
+                                                         GtkDialogFlags flags,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
+                                                         const gchar *help_id,
                                                          ...);

Creates a new GimpDialog widget. @@ -129,7 +129,7 @@

For a description of the format of the va_list describing the -action_area buttons see gtk_dialog_new_with_buttons(). +action_area buttons see gtk_dialog_new_with_buttons().

@@ -137,58 +137,50 @@ +gtk_window_set_title(). +gtk_window_set_role(). - + - + - + - + - + - +

title :

The dialog's title which will be set with - gtk_window_set_title(). -

role :

The dialog's role which will be set with - gtk_window_set_role(). -

parent :

The parent widget of this dialog. -The parent widget of this dialog.

flags :

The flags (see the GtkDialog documentation). -The flags (see the GtkDialog documentation).

help_func :

The function which will be called if the user presses "F1". -The function which will be called if the user presses "F1".

help_id :

The help_id which will be passed to help_func. -The help_id which will be passed to help_func.

... :

A NULL-terminated va_list destribing the - action_area buttons. -A NULL-terminated va_list destribing the +action_area buttons.

Returns :

A GimpDialog. -A GimpDialog.

-
+

gimp_dialog_new_valist ()

-
GtkWidget *         gimp_dialog_new_valist              (const gchar *title,
-                                                         const gchar *role,
-                                                         GtkWidget *parent,
-                                                         GtkDialogFlags flags,
+
GtkWidget *         gimp_dialog_new_valist              (const gchar *title,
+                                                         const gchar *role,
+                                                         GtkWidget *parent,
+                                                         GtkDialogFlags flags,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
+                                                         const gchar *help_id,
                                                          va_list args);

Creates a new GimpDialog widget. If a GtkWindow is specified as @@ -196,7 +188,7 @@

For a description of the format of the va_list describing the -action_area buttons see gtk_dialog_new_with_buttons(). +action_area buttons see gtk_dialog_new_with_buttons().

@@ -204,56 +196,48 @@ +gtk_window_set_title(). +gtk_window_set_role(). - + - + - + - + - + - +

title :

The dialog's title which will be set with - gtk_window_set_title(). -

role :

The dialog's role which will be set with - gtk_window_set_role(). -

parent :

The parent widget of this dialog or NULL. -The parent widget of this dialog or NULL.

flags :

The flags (see the GtkDialog documentation). -The flags (see the GtkDialog documentation).

help_func :

The function which will be called if the user presses "F1". -The function which will be called if the user presses "F1".

help_id :

The help_id which will be passed to help_func. -The help_id which will be passed to help_func.

args :

A va_list destribing the action_area buttons. -A va_list destribing the action_area buttons.

Returns :

A GimpDialog. -A GimpDialog.

-
+

gimp_dialog_add_button ()

-
GtkWidget *         gimp_dialog_add_button              (GimpDialog *dialog,
-                                                         const gchar *button_text,
-                                                         gint response_id);
+
GtkWidget *         gimp_dialog_add_button              (GimpDialog *dialog,
+                                                         const gchar *button_text,
+                                                         gint response_id);

-This function is essentially the same as gtk_dialog_add_button() +This function is essentially the same as gtk_dialog_add_button() except it ensures there is only one help button and automatically sets the RESPONSE_OK widget as the default response.

@@ -262,54 +246,42 @@

dialog :

-The dialog to add a button to. - +The dialog to add a button to.

button_text :

-text of button, or stock ID. - +text of button, or stock ID.

response_id :

-response ID for the button. - +response ID for the button.

Returns :

- the button widget that was added. - +the button widget that was added.

-
+

gimp_dialog_add_buttons ()

void                gimp_dialog_add_buttons             (GimpDialog *dialog,
                                                          ...);

-This function is essentially the same as gtk_dialog_add_buttons() -except it calls gimp_dialog_add_button() instead of gtk_dialog_add_button() +This function is essentially the same as gtk_dialog_add_buttons() +except it calls gimp_dialog_add_button() instead of gtk_dialog_add_button()

- - + - - - - - - - + +

dialog :

The dialog to add buttons to. -

... :

button_text-response_id pairs. -
The dialog to add buttons to.

-
+

gimp_dialog_add_buttons_valist ()

void                gimp_dialog_add_buttons_valist      (GimpDialog *dialog,
                                                          va_list args);
@@ -322,24 +294,22 @@

dialog :

-The dialog to add buttons to. - +The dialog to add buttons to.

args :

-The buttons as va_list. - +The buttons as va_list.

-
+

gimp_dialog_run ()

-
gint                gimp_dialog_run                     (GimpDialog *dialog);
+
gint                gimp_dialog_run                     (GimpDialog *dialog);

-This function does exactly the same as gtk_dialog_run() except it -does not make the dialog modal while the GMainLoop is running. +This function does exactly the same as gtk_dialog_run() except it +does not make the dialog modal while the GMainLoop is running.

@@ -351,16 +321,15 @@ - +

Returns :

response ID -response ID

-
+

gimp_dialogs_show_help_button ()

-
void                gimp_dialogs_show_help_button       (gboolean show);
+
void                gimp_dialogs_show_help_button       (gboolean show);

This function is for internal use only.

@@ -368,24 +337,23 @@

show :

-whether a help button should be added when creating a GimpDialog - +whether a help button should be added when creating a GimpDialog

Since GIMP 2.2

-
+

Property Details

-
+

The "help-func" property

-
  "help-func"                gpointer              : Read / Write / Construct Only
+
  "help-func"                gpointer              : Read / Write / Construct Only


-
+

The "help-id" property

-
  "help-id"                  gchar*                : Read / Write / Construct Only
+
  "help-id"                  gchar*                : Read / Write / Construct Only

Default value: NULL

@@ -393,6 +361,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpEnumComboBox.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpEnumComboBox.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpEnumComboBox.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpEnumComboBox.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpEnumComboBox - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,63 +41,63 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
                                        +----GimpIntComboBox
                                              +----GimpEnumComboBox
 
-
+

Implemented Interfaces

GimpEnumComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

-
+

Properties

   "model"                    GimpEnumStore*        : Read / Write
 
-
+

Description

-
+

Details

-
+

GimpEnumComboBox

typedef struct _GimpEnumComboBox GimpEnumComboBox;


-
+

gimp_enum_combo_box_new ()

-
GtkWidget *         gimp_enum_combo_box_new             (GType enum_type);
+
GtkWidget *         gimp_enum_combo_box_new             (GType enum_type);

-Creates a GtkComboBox readily filled with all enum values from a +Creates a GtkComboBox readily filled with all enum values from a given enum_type. The enum needs to be registered to the type -system. It should also have GimpEnumDesc descriptions registered +system. It should also have GimpEnumDesc descriptions registered that contain translatable value names. This is the case for the enums used in the GIMP PDB functions.

@@ -111,50 +111,44 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

Returns :

- a new GimpEnumComboBox. - - +a new GimpEnumComboBox.

Since GIMP 2.4


-
+

gimp_enum_combo_box_new_with_model ()

-
GtkWidget *         gimp_enum_combo_box_new_with_model  (GimpEnumStore *enum_store);
+
GtkWidget *         gimp_enum_combo_box_new_with_model  (GimpEnumStore *enum_store);

-Creates a GtkComboBox for the given enum_store. +Creates a GtkComboBox for the given enum_store.

- + - +

enum_store :

a GimpEnumStore to use as the model -a GimpEnumStore to use as the model

Returns :

a new GimpEnumComboBox. - -a new GimpEnumComboBox.

Since GIMP 2.4


-
+

gimp_enum_combo_box_set_stock_prefix ()

void                gimp_enum_combo_box_set_stock_prefix
                                                         (GimpEnumComboBox *combo_box,
-                                                         const gchar *stock_prefix);
+ const gchar *stock_prefix);

Attempts to create stock icons for all items in the combo_box. See gimp_enum_store_set_icons() to find out what to use as stock_prefix. @@ -169,17 +163,16 @@

stock_prefix :

-a prefix to create icon stock ID from enum values - +a prefix to create icon stock ID from enum values

Since GIMP 2.4

-
+

Property Details

-
+

The "model" property

  "model"                    GimpEnumStore*        : Read / Write

@@ -188,6 +181,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpEnumLabel.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpEnumLabel.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpEnumLabel.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpEnumLabel.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpEnumLabel - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,74 +39,71 @@
-
+

Synopsis

                    GimpEnumLabel;
-GtkWidget *         gimp_enum_label_new                 (GType enum_type,
-                                                         gint value);
+GtkWidget *         gimp_enum_label_new                 (GType enum_type,
+                                                         gint value);
 void                gimp_enum_label_set_value           (GimpEnumLabel *label,
-                                                         gint value);
+                                                         gint value);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkMisc
-                           +----GtkLabel
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkMisc
+                           +----GtkLabel
                                  +----GimpEnumLabel
 
-
+

Implemented Interfaces

GimpEnumLabel implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Description

-
+

Details

-
+

GimpEnumLabel

typedef struct _GimpEnumLabel GimpEnumLabel;


-
+

gimp_enum_label_new ()

-
GtkWidget *         gimp_enum_label_new                 (GType enum_type,
-                                                         gint value);
+
GtkWidget *         gimp_enum_label_new                 (GType enum_type,
+                                                         gint value);
- + - +

enum_type :

the GType of an enum. -the GType of an enum.

Returns :

a new GimpEnumLabel. - -a new GimpEnumLabel.

Since GIMP 2.4


-
+

gimp_enum_label_set_value ()

void                gimp_enum_label_set_value           (GimpEnumLabel *label,
-                                                         gint value);
+ gint value);
@@ -121,6 +118,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpEnumStore.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpEnumStore.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpEnumStore.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpEnumStore.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpEnumStore - + - + @@ -32,7 +32,7 @@ Properties
-
+
@@ -41,64 +41,64 @@
-
+

Synopsis

                    GimpEnumStore;
-GtkListStore *      gimp_enum_store_new                 (GType enum_type);
-GtkListStore *      gimp_enum_store_new_with_range      (GType enum_type,
-                                                         gint minimum,
-                                                         gint maximum);
-GtkListStore *      gimp_enum_store_new_with_values     (GType enum_type,
-                                                         gint n_values,
+GtkListStore *      gimp_enum_store_new                 (GType enum_type);
+GtkListStore *      gimp_enum_store_new_with_range      (GType enum_type,
+                                                         gint minimum,
+                                                         gint maximum);
+GtkListStore *      gimp_enum_store_new_with_values     (GType enum_type,
+                                                         gint n_values,
                                                          ...);
-GtkListStore *      gimp_enum_store_new_with_values_valist
-                                                        (GType enum_type,
-                                                         gint n_values,
+GtkListStore *      gimp_enum_store_new_with_values_valist
+                                                        (GType enum_type,
+                                                         gint n_values,
                                                          va_list args);
 void                gimp_enum_store_set_stock_prefix    (GimpEnumStore *store,
-                                                         const gchar *stock_prefix);
+                                                         const gchar *stock_prefix);
 
-
+

Object Hierarchy

-  GObject
-   +----GtkListStore
+  GObject
+   +----GtkListStore
          +----GimpIntStore
                +----GimpEnumStore
 
-
+ -
+

Properties

-  "enum-type"                GType*                : Read / Write / Construct Only
+  "enum-type"                GType*                : Read / Write / Construct Only
 
-
+

Description

-
+

Details

-
+

GimpEnumStore

typedef struct _GimpEnumStore GimpEnumStore;


-
+

gimp_enum_store_new ()

-
GtkListStore *      gimp_enum_store_new                 (GType enum_type);
+
GtkListStore *      gimp_enum_store_new                 (GType enum_type);

-Creates a new GimpEnumStore, derived from GtkListStore and fills +Creates a new GimpEnumStore, derived from GtkListStore and fills it with enum values. The enum needs to be registered to the type system and should have translatable value names.

@@ -107,25 +107,22 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

Returns :

- a new GimpEnumStore. - - +a new GimpEnumStore.

Since GIMP 2.4


-
+

gimp_enum_store_new_with_range ()

-
GtkListStore *      gimp_enum_store_new_with_range      (GType enum_type,
-                                                         gint minimum,
-                                                         gint maximum);
+
GtkListStore *      gimp_enum_store_new_with_range      (GType enum_type,
+                                                         gint minimum,
+                                                         gint maximum);

Creates a new GimpEnumStore like gimp_enum_store_new() but allows to limit the enum values to a certain range. Values smaller than @@ -136,34 +133,29 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

minimum :

-the minimum value to include - +the minimum value to include

maximum :

-the maximum value to include - +the maximum value to include

Returns :

- a new GimpEnumStore. - - +a new GimpEnumStore.

Since GIMP 2.4


-
+

gimp_enum_store_new_with_values ()

-
GtkListStore *      gimp_enum_store_new_with_values     (GType enum_type,
-                                                         gint n_values,
+
GtkListStore *      gimp_enum_store_new_with_values     (GType enum_type,
+                                                         gint n_values,
                                                          ...);

Creates a new GimpEnumStore like gimp_enum_store_new() but allows @@ -175,35 +167,30 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

n_values :

-the number of enum values to include - +the number of enum values to include

... :

-a list of enum values (exactly n_values) - +a list of enum values (exactly n_values)

Returns :

- a new GimpEnumStore. - - +a new GimpEnumStore.

Since GIMP 2.4


-
+

gimp_enum_store_new_with_values_valist ()

-
GtkListStore *      gimp_enum_store_new_with_values_valist
-                                                        (GType enum_type,
-                                                         gint n_values,
+
GtkListStore *      gimp_enum_store_new_with_values_valist
+                                                        (GType enum_type,
+                                                         gint n_values,
                                                          va_list args);

See gimp_enum_store_new_with_values(). @@ -213,34 +200,29 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

n_values :

-the number of enum values to include - +the number of enum values to include

args :

-a va_list of enum values (exactly n_values) - +a va_list of enum values (exactly n_values)

Returns :

- a new GimpEnumStore. - - +a new GimpEnumStore.

Since GIMP 2.4


-
+

gimp_enum_store_set_stock_prefix ()

void                gimp_enum_store_set_stock_prefix    (GimpEnumStore *store,
-                                                         const gchar *stock_prefix);
+ const gchar *stock_prefix);

Creates a stock ID for each enum value in the store by appending the value's nick to the given stock_prefix, separated by a hyphen. @@ -258,28 +240,28 @@

stock_prefix :

-a prefix to create icon stock ID from enum values - +a prefix to create icon stock ID from enum values

Since GIMP 2.4

-
+

Property Details

-
+

The "enum-type" property

-
  "enum-type"                GType*                : Read / Write / Construct Only
+
  "enum-type"                GType*                : Read / Write / Construct Only

-Sets the GType of the enum to be used in the store. +Sets the GType of the enum to be used in the store.

+

Allowed values: gint

Since GIMP 2.4

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpFileEntry.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpFileEntry.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpFileEntry.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpFileEntry.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpFileEntry - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,58 +41,58 @@
-
+

Synopsis

                    GimpFileEntry;
-GtkWidget *         gimp_file_entry_new                 (const gchar *title,
-                                                         const gchar *filename,
-                                                         gboolean dir_only,
-                                                         gboolean check_valid);
-gchar *             gimp_file_entry_get_filename        (GimpFileEntry *entry);
+GtkWidget *         gimp_file_entry_new                 (const gchar *title,
+                                                         const gchar *filename,
+                                                         gboolean dir_only,
+                                                         gboolean check_valid);
+gchar *             gimp_file_entry_get_filename        (GimpFileEntry *entry);
 void                gimp_file_entry_set_filename        (GimpFileEntry *entry,
-                                                         const gchar *filename);
+                                                         const gchar *filename);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkHBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkHBox
                                        +----GimpFileEntry
 
-
+

Implemented Interfaces

GimpFileEntry implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Signals

-  "filename-changed"                               : Run First
+  "filename-changed"                               : Run First
 
-
+

Description

This widget is used to enter filenames or directories.

-There is a GtkEntry for entering the filename manually and a "..." -button which will pop up a GtkFileSelection dialog. +There is a GtkEntry for entering the filename manually and a "..." +button which will pop up a GtkFileSelection dialog.

You can restrict the GimpFileSelection to directories. In this case -the filename listbox of the GtkFileSelection dialog will be hidden. +the filename listbox of the GtkFileSelection dialog will be hidden.

-If you specify check_valid as TRUE in gimp_file_entry_new() +If you specify check_valid as TRUE in gimp_file_entry_new() the entered filename will be checked for validity and a pixmap will be shown which indicates if the file exists or not.

@@ -101,12 +101,12 @@ will be emitted.

-
+

Details

-
+

GimpFileEntry

typedef struct _GimpFileEntry GimpFileEntry;
-
+

Warning

GimpFileEntry is deprecated and should not be used in newly-written code.

@@ -114,91 +114,84 @@


-
+

gimp_file_entry_new ()

-
GtkWidget *         gimp_file_entry_new                 (const gchar *title,
-                                                         const gchar *filename,
-                                                         gboolean dir_only,
-                                                         gboolean check_valid);
-
+
GtkWidget *         gimp_file_entry_new                 (const gchar *title,
+                                                         const gchar *filename,
+                                                         gboolean dir_only,
+                                                         gboolean check_valid);
+

Warning

gimp_file_entry_new is deprecated and should not be used in newly-written code.

-You should use GtkFileChooserButton instead. +You should use GtkFileChooserButton instead.

- + - + +TRUE if the file entry should accept directories only. +TRUE if the widget should check if the entered file +really exists. - +

title :

The title of the GtkFileEntry dialog. -The title of the GtkFileEntry dialog.

filename :

The initial filename. -The initial filename.

dir_only :

-TRUE if the file entry should accept directories only. -

check_valid :

-TRUE if the widget should check if the entered file - really exists. -

Returns :

A pointer to the new GimpFileEntry widget. -A pointer to the new GimpFileEntry widget.

-
+

gimp_file_entry_get_filename ()

-
gchar *             gimp_file_entry_get_filename        (GimpFileEntry *entry);
-
+
gchar *             gimp_file_entry_get_filename        (GimpFileEntry *entry);
+

Warning

gimp_file_entry_get_filename is deprecated and should not be used in newly-written code.

-Note that you have to g_free() the returned string. +Note that you have to g_free() the returned string.

- + - +

entry :

The file entry you want to know the filename from. -The file entry you want to know the filename from.

Returns :

The file or directory the user has entered. -The file or directory the user has entered.

-
+

gimp_file_entry_set_filename ()

void                gimp_file_entry_set_filename        (GimpFileEntry *entry,
-                                                         const gchar *filename);
-
+ const gchar *filename); +

Warning

gimp_file_entry_set_filename is deprecated and should not be used in newly-written code.

-If you specified check_valid as TRUE in gimp_file_entry_new() +If you specified check_valid as TRUE in gimp_file_entry_new() the GimpFileEntry will immediately check the validity of the file name.

@@ -207,24 +200,22 @@

entry :

-The file entry you want to set the filename for. - +The file entry you want to set the filename for.

filename :

-The new filename. - +The new filename.
-
+

Signal Details

-
+

The "filename-changed" signal

void                user_function                      (GimpFileEntry *arg0,
-                                                        gpointer       user_data)      : Run First
+ gpointer user_data) : Run First

This signal is emitted whenever the user changes the filename.

@@ -237,7 +228,7 @@
-
+

See Also

GimpPathEditor @@ -246,6 +237,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpFrame.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpFrame.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpFrame.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpFrame.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpFrame - + - + @@ -32,68 +32,68 @@ Style Properties -
+

GimpFrame

-

GimpFrame — A widget providing a HIG-compliant subclass of GtkFrame.

+

GimpFrame — A widget providing a HIG-compliant subclass of GtkFrame.

-
+

Synopsis

                    GimpFrame;
-GtkWidget *         gimp_frame_new                      (const gchar *label);
+GtkWidget *         gimp_frame_new                      (const gchar *label);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkFrame
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkFrame
                                        +----GimpFrame
 
-
+

Implemented Interfaces

GimpFrame implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Style Properties

-  "label-bold"               gboolean              : Read
-  "label-spacing"            gint                  : Read
+  "label-bold"               gboolean              : Read
+  "label-spacing"            gint                  : Read
 
-
+

Description

-A widget providing a HIG-compliant subclass of GtkFrame. +A widget providing a HIG-compliant subclass of GtkFrame.

-
+

Details

-
+

GimpFrame

typedef struct _GimpFrame GimpFrame;


-
+

gimp_frame_new ()

-
GtkWidget *         gimp_frame_new                      (const gchar *label);
+
GtkWidget *         gimp_frame_new                      (const gchar *label);

Creates a GimpFrame widget. A GimpFrame is a HIG-compliant -variant of GtkFrame. It doesn't render a frame at all but +variant of GtkFrame. It doesn't render a frame at all but otherwise behaves like a frame. The frame's title is rendered in bold and the frame content is indented four spaces as suggested by the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/). @@ -103,32 +103,29 @@

label :

-text to set as the frame's title label (or NULL for no title) - +text to set as the frame's title label (or NULL for no title)

Returns :

- a new GimpFrame widget - - +a new GimpFrame widget

Since GIMP 2.2

-
+

Style Property Details

-
+

The "label-bold" style property

-
  "label-bold"               gboolean              : Read
+
  "label-bold"               gboolean              : Read

Default value: TRUE


-
+

The "label-spacing" style property

-
  "label-spacing"            gint                  : Read
+
  "label-spacing"            gint                  : Read

Allowed values: >= 0

Default value: 6

@@ -137,6 +134,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpIntComboBox.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpIntComboBox.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpIntComboBox.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpIntComboBox.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpIntComboBox - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,114 +41,94 @@
-
+

Synopsis

                    GimpIntComboBox;
-gboolean            (*GimpIntSensitivityFunc)           (gint value,
-                                                         gpointer data);
-GtkWidget *         gimp_int_combo_box_new              (const gchar *first_label,
-                                                         gint first_value,
+gboolean            (*GimpIntSensitivityFunc)           (gint value,
+                                                         gpointer data);
+GtkWidget *         gimp_int_combo_box_new              (const gchar *first_label,
+                                                         gint first_value,
                                                          ...);
-GtkWidget *         gimp_int_combo_box_new_valist       (const gchar *first_label,
-                                                         gint first_value,
+GtkWidget *         gimp_int_combo_box_new_valist       (const gchar *first_label,
+                                                         gint first_value,
                                                          va_list values);
-GtkWidget *         gimp_int_combo_box_new_array        (gint n_values,
-                                                         const gchar *labels[]);
+GtkWidget *         gimp_int_combo_box_new_array        (gint n_values,
+                                                         const gchar *labels[]);
 void                gimp_int_combo_box_prepend          (GimpIntComboBox *combo_box,
                                                          ...);
 void                gimp_int_combo_box_append           (GimpIntComboBox *combo_box,
                                                          ...);
-gboolean            gimp_int_combo_box_set_active       (GimpIntComboBox *combo_box,
-                                                         gint value);
-gboolean            gimp_int_combo_box_get_active       (GimpIntComboBox *combo_box,
-                                                         gint *value);
-gulong              gimp_int_combo_box_connect          (GimpIntComboBox *combo_box,
-                                                         gint value,
-                                                         GCallback callback,
-                                                         gpointer data);
+gboolean            gimp_int_combo_box_set_active       (GimpIntComboBox *combo_box,
+                                                         gint value);
+gboolean            gimp_int_combo_box_get_active       (GimpIntComboBox *combo_box,
+                                                         gint *value);
+gulong              gimp_int_combo_box_connect          (GimpIntComboBox *combo_box,
+                                                         gint value,
+                                                         GCallback callback,
+                                                         gpointer data);
 void                gimp_int_combo_box_set_sensitivity  (GimpIntComboBox *combo_box,
                                                          GimpIntSensitivityFunc func,
-                                                         gpointer data,
-                                                         GDestroyNotify destroy);
+                                                         gpointer data,
+                                                         GDestroyNotify destroy);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
                                        +----GimpIntComboBox
                                              +----GimpEnumComboBox
 
-
+

Implemented Interfaces

GimpIntComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

-
+

Properties

   "ellipsize"                PangoEllipsizeMode    : Read / Write
 
-
+

Description

A widget providing a popup menu of integer values (e.g. enums).

-
+

Details

-
+

GimpIntComboBox

typedef struct _GimpIntComboBox GimpIntComboBox;


-
+

GimpIntSensitivityFunc ()

-
gboolean            (*GimpIntSensitivityFunc)           (gint value,
-                                                         gpointer data);
+
gboolean            (*GimpIntSensitivityFunc)           (gint value,
+                                                         gpointer data);

-
-- - - - - - - - - - - - - - -

value :

-

data :

-

Returns :

-

-
+

gimp_int_combo_box_new ()

-
GtkWidget *         gimp_int_combo_box_new              (const gchar *first_label,
-                                                         gint first_value,
+
GtkWidget *         gimp_int_combo_box_new              (const gchar *first_label,
+                                                         gint first_value,
                                                          ...);

Creates a GtkComboBox that has integer values associated with each -item. The items to fill the combo box with are specified as a NULL +item. The items to fill the combo box with are specified as a NULL terminated list of label/value pairs.

@@ -160,34 +140,29 @@

first_label :

-the label of the first item - +the label of the first item

first_value :

-the value of the first item - +the value of the first item

... :

-a NULL terminated list of more label, value pairs - +a NULL terminated list of more label, value pairs

Returns :

- a new GimpIntComboBox. - - +a new GimpIntComboBox.

Since GIMP 2.2


-
+

gimp_int_combo_box_new_valist ()

-
GtkWidget *         gimp_int_combo_box_new_valist       (const gchar *first_label,
-                                                         gint first_value,
+
GtkWidget *         gimp_int_combo_box_new_valist       (const gchar *first_label,
+                                                         gint first_value,
                                                          va_list values);

A variant of gimp_int_combo_box_new() that takes a va_list of @@ -198,34 +173,29 @@

first_label :

-the label of the first item - +the label of the first item

first_value :

-the value of the first item - +the value of the first item

values :

-a va_list with more values - +a va_list with more values

Returns :

- a new GimpIntComboBox. - - +a new GimpIntComboBox.

Since GIMP 2.2


-
+

gimp_int_combo_box_new_array ()

-
GtkWidget *         gimp_int_combo_box_new_array        (gint n_values,
-                                                         const gchar *labels[]);
+
GtkWidget *         gimp_int_combo_box_new_array        (gint n_values,
+                                                         const gchar *labels[]);

A variant of gimp_int_combo_box_new() that takes an array of labels. The array indices are used as values. @@ -235,33 +205,29 @@

n_values :

-the number of values - +the number of values

labels :

-an array of labels (array length must be n_values) - +an array of labels (array length must be n_values)

Returns :

- a new GimpIntComboBox. - - +a new GimpIntComboBox.

Since GIMP 2.2


-
+

gimp_int_combo_box_prepend ()

void                gimp_int_combo_box_prepend          (GimpIntComboBox *combo_box,
                                                          ...);

This function provides a convenient way to prepend items to a GimpIntComboBox. It prepends a row to the combo_box's list store -and calls gtk_list_store_set() for you. +and calls gtk_list_store_set() for you.

The column number must be taken from the enum GimpIntStoreColumns. @@ -276,22 +242,21 @@

... :

-pairs of column number and value, terminated with -1 - +pairs of column number and value, terminated with -1

Since GIMP 2.2


-
+

gimp_int_combo_box_append ()

void                gimp_int_combo_box_append           (GimpIntComboBox *combo_box,
                                                          ...);

This function provides a convenient way to append items to a GimpIntComboBox. It appends a row to the combo_box's list store -and calls gtk_list_store_set() for you. +and calls gtk_list_store_set() for you.

The column number must be taken from the enum GimpIntStoreColumns. @@ -306,18 +271,17 @@

... :

-pairs of column number and value, terminated with -1 - +pairs of column number and value, terminated with -1

Since GIMP 2.2


-
+

gimp_int_combo_box_set_active ()

-
gboolean            gimp_int_combo_box_set_active       (GimpIntComboBox *combo_box,
-                                                         gint value);
+
gboolean            gimp_int_combo_box_set_active       (GimpIntComboBox *combo_box,
+                                                         gint value);

Looks up the item that belongs to the given value and makes it the selected item in the combo_box. @@ -332,25 +296,23 @@

value :

-an integer value - +an integer value

Returns :

- TRUE on success or FALSE if there was no item for - this value. - - + +TRUE on success or FALSE if there was no item for +this value.

Since GIMP 2.2


-
+

gimp_int_combo_box_get_active ()

-
gboolean            gimp_int_combo_box_get_active       (GimpIntComboBox *combo_box,
-                                                         gint *value);
+
gboolean            gimp_int_combo_box_get_active       (GimpIntComboBox *combo_box,
+                                                         gint *value);

Retrieves the value of the selected (active) item in the combo_box.

@@ -364,27 +326,25 @@

value :

-return location for the integer value - +return location for the integer value

Returns :

- TRUE if value has been set or FALSE if no item was - active. - - + +TRUE if value has been set or FALSE if no item was +active.

Since GIMP 2.2


-
+

gimp_int_combo_box_connect ()

-
gulong              gimp_int_combo_box_connect          (GimpIntComboBox *combo_box,
-                                                         gint value,
-                                                         GCallback callback,
-                                                         gpointer data);
+
gulong              gimp_int_combo_box_connect          (GimpIntComboBox *combo_box,
+                                                         gint value,
+                                                         GCallback callback,
+                                                         gpointer data);

A convenience function that sets the inital value of a GimpIntComboBox and connects callback to the "changed" @@ -394,7 +354,7 @@ This function also calls the callback once after setting the initial value. This is often convenient when working with combo boxes that select a default active item, like for example -gimp_drawable_combo_box_new(). If you pass an invalid initial +gimp_drawable_combo_box_new(). If you pass an invalid initial value, the callback will be called with the default item active.

@@ -407,23 +367,20 @@ - + - + - - @@ -431,19 +388,19 @@

Since GIMP 2.2


-
+

gimp_int_combo_box_set_sensitivity ()

void                gimp_int_combo_box_set_sensitivity  (GimpIntComboBox *combo_box,
                                                          GimpIntSensitivityFunc func,
-                                                         gpointer data,
-                                                         GDestroyNotify destroy);
+ gpointer data, + GDestroyNotify destroy);

Sets a function that is used to decide about the sensitivity of rows in the combo_box. Use this if you want to set certain rows insensitive.

-Calling gtk_widget_queue_draw() on the combo_box will cause the +Calling gtk_widget_queue_draw() on the combo_box will cause the sensitivity to be updated.

value :

the value to set -the value to set

callback :

a callback to connect to the combo_box's "changed" signal -a callback to connect to the combo_box's "changed" signal

data :

a pointer passed as data to g_signal_connect() +a pointer passed as data to g_signal_connect()

Returns :

the signal handler ID as returned by g_signal_connect() - +the signal handler ID as returned by g_signal_connect()
@@ -456,8 +413,7 @@ - + @@ -474,9 +430,9 @@

Since GIMP 2.4

-
+

Property Details

-
+

The "ellipsize" property

  "ellipsize"                PangoEllipsizeMode    : Read / Write

@@ -491,6 +447,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpIntStore.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpIntStore.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpIntStore.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpIntStore.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpIntStore - + - + @@ -32,7 +32,7 @@ Properties

func :

a function that returns a boolean value, or NULL to unset -a function that returns a boolean value, or NULL to unset

data :

-
+
@@ -41,56 +41,55 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GtkListStore
+  GObject
+   +----GtkListStore
          +----GimpIntStore
                +----GimpEnumStore
 
-
+ -
+

Properties

-  "user-data-type"           GType*                : Read / Write / Construct Only
+  "user-data-type"           GType*                : Read / Write / Construct Only
 
-
+

Description

A model for integer based name-value pairs (e.g. enums)

-
+

Details

-
+

GimpIntStore

typedef struct _GimpIntStore GimpIntStore;


-
+

enum GimpIntStoreColumns

-
typedef enum
-{
+
typedef enum {
   GIMP_INT_STORE_VALUE,
   GIMP_INT_STORE_LABEL,
   GIMP_INT_STORE_STOCK_ID,
@@ -103,11 +102,11 @@
 


-
+

gimp_int_store_new ()

-
GtkListStore *      gimp_int_store_new                  (void);
+
GtkListStore *      gimp_int_store_new                  (void);

-Creates a GtkListStore with a number of useful columns. +Creates a GtkListStore with a number of useful columns. GimpIntStore is especially useful if the items you want to store are identified using an integer value.

@@ -115,19 +114,17 @@

Returns :

- a new GimpIntStore. - - +a new GimpIntStore.

Since GIMP 2.2


-
+

gimp_int_store_lookup_by_value ()

-
gboolean            gimp_int_store_lookup_by_value      (GtkTreeModel *model,
-                                                         gint value,
-                                                         GtkTreeIter *iter);
+
gboolean            gimp_int_store_lookup_by_value      (GtkTreeModel *model,
+                                                         gint value,
+                                                         GtkTreeIter *iter);

Iterate over the model looking for value.

@@ -151,35 +148,35 @@

Returns :

- TRUE if the value has been located and iter is - valid, FALSE otherwise. - - + +TRUE if the value has been located and iter is +valid, FALSE otherwise.

Since GIMP 2.2

-
+

Property Details

-
+

The "user-data-type" property

-
  "user-data-type"           GType*                : Read / Write / Construct Only
+
  "user-data-type"           GType*                : Read / Write / Construct Only

-Allows to set the GType for the GIMP_INT_STORE_USER_DATA column. +Allows to set the GType for the GIMP_INT_STORE_USER_DATA column.

You need to set this property when constructing the store if you want to use the GIMP_INT_STORE_USER_DATA column and want to have the store handle ref-counting of your user data.

+

Allowed values: void

Since GIMP 2.4

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpMemsizeEntry.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpMemsizeEntry - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,43 +41,43 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkHBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkHBox
                                        +----GimpMemsizeEntry
 
-
+

Implemented Interfaces

GimpMemsizeEntry implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Signals

-  "value-changed"                                  : Run First
+  "value-changed"                                  : Run First
 
-
+

Description

Similar to a GimpSizeEntry but instead of lengths, this widget is used to let @@ -85,9 +85,9 @@ Kilobytes, Megabytes and Gigabytes. Used in the GIMP preferences dialog.

-
+

Details

-
+

GimpMemsizeEntry

typedef struct _GimpMemsizeEntry GimpMemsizeEntry;

@@ -95,46 +95,42 @@


-
+

gimp_memsize_entry_new ()

-
GtkWidget *         gimp_memsize_entry_new              (guint64 value,
-                                                         guint64 lower,
-                                                         guint64 upper);
+
GtkWidget *         gimp_memsize_entry_new              (guint64 value,
+                                                         guint64 lower,
+                                                         guint64 upper);

-Creates a new GimpMemsizeEntry which is a GtkHBox with a GtkSpinButton -and a GtkOptionMenu all setup to allow the user to enter memory sizes. +Creates a new GimpMemsizeEntry which is a GtkHBox with a GtkSpinButton +and a GtkOptionMenu all setup to allow the user to enter memory sizes.

- + - + - + - +

value :

the initial value (in Bytes) -the initial value (in Bytes)

lower :

the lower limit for the value (in Bytes) -the lower limit for the value (in Bytes)

upper :

the upper limit for the value (in Bytes) -the upper limit for the value (in Bytes)

Returns :

Pointer to the new GimpMemsizeEntry. -Pointer to the new GimpMemsizeEntry.

-
+

gimp_memsize_entry_set_value ()

void                gimp_memsize_entry_set_value        (GimpMemsizeEntry *entry,
-                                                         guint64 value);
+ guint64 value);

Sets the entry's value. Please note that the GimpMemsizeEntry rounds the value to full Kilobytes. @@ -149,16 +145,15 @@

value :

-the new value (in Bytes) - +the new value (in Bytes)

-
+

gimp_memsize_entry_get_value ()

-
guint64             gimp_memsize_entry_get_value        (GimpMemsizeEntry *entry);
+
guint64             gimp_memsize_entry_get_value        (GimpMemsizeEntry *entry);

Retrieves the current value from a GimpMemsizeEntry.

@@ -172,19 +167,18 @@

Returns :

- the current value of entry (in Bytes). - +the current value of entry (in Bytes).
-
+

Signal Details

-
+

The "value-changed" signal

void                user_function                      (GimpMemsizeEntry *gimpmemsizeentry,
-                                                        gpointer          user_data)             : Run First
+ gpointer user_data) : Run First

@@ -192,8 +186,7 @@ - + @@ -206,6 +199,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpNumberPairEntry.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpNumberPairEntry.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpNumberPairEntry.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpNumberPairEntry.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpNumberPairEntry - + - + @@ -34,7 +34,7 @@ Signals

gimpmemsizeentry :

the object which received the signal. -the object which received the signal.

user_data :

-
+
@@ -43,105 +43,104 @@
-
+

Synopsis

                    GimpNumberPairEntry;
 enum                GimpAspectType;
-GtkWidget *         gimp_number_pair_entry_new          (const gchar *separators,
-                                                         gboolean allow_simplification,
-                                                         gdouble min_valid_value,
-                                                         gdouble max_valid_value);
+GtkWidget *         gimp_number_pair_entry_new          (const gchar *separators,
+                                                         gboolean allow_simplification,
+                                                         gdouble min_valid_value,
+                                                         gdouble max_valid_value);
 void                gimp_number_pair_entry_set_default_values
                                                         (GimpNumberPairEntry *entry,
-                                                         gdouble left,
-                                                         gdouble right);
+                                                         gdouble left,
+                                                         gdouble right);
 void                gimp_number_pair_entry_get_default_values
                                                         (GimpNumberPairEntry *entry,
-                                                         gdouble *left,
-                                                         gdouble *right);
+                                                         gdouble *left,
+                                                         gdouble *right);
 void                gimp_number_pair_entry_set_values   (GimpNumberPairEntry *entry,
-                                                         gdouble left,
-                                                         gdouble right);
+                                                         gdouble left,
+                                                         gdouble right);
 void                gimp_number_pair_entry_get_values   (GimpNumberPairEntry *entry,
-                                                         gdouble *left,
-                                                         gdouble *right);
+                                                         gdouble *left,
+                                                         gdouble *right);
 GimpAspectType      gimp_number_pair_entry_get_aspect   (GimpNumberPairEntry *entry);
 void                gimp_number_pair_entry_set_aspect   (GimpNumberPairEntry *entry,
                                                          GimpAspectType aspect);
-gdouble             gimp_number_pair_entry_get_ratio    (GimpNumberPairEntry *entry);
+gdouble             gimp_number_pair_entry_get_ratio    (GimpNumberPairEntry *entry);
 void                gimp_number_pair_entry_set_ratio    (GimpNumberPairEntry *entry,
-                                                         gdouble ratio);
-gboolean            gimp_number_pair_entry_get_user_override
+                                                         gdouble ratio);
+gboolean            gimp_number_pair_entry_get_user_override
                                                         (GimpNumberPairEntry *entry);
 void                gimp_number_pair_entry_set_user_override
                                                         (GimpNumberPairEntry *entry,
-                                                         gboolean user_override);
-const gchar *       gimp_number_pair_entry_get_default_text
+                                                         gboolean user_override);
+const gchar *       gimp_number_pair_entry_get_default_text
                                                         (GimpNumberPairEntry *entry);
 void                gimp_number_pair_entry_set_default_text
                                                         (GimpNumberPairEntry *entry,
-                                                         const gchar *string);
+                                                         const gchar *string);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkEntry
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkEntry
                            +----GimpNumberPairEntry
 
-
+

Implemented Interfaces

GimpNumberPairEntry implements - AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.

-
+

Properties

-  "allow-simplification"     gboolean              : Read / Write
+  "allow-simplification"     gboolean              : Read / Write
   "aspect"                   GimpAspectType        : Read / Write
-  "default-left-number"      gdouble               : Read / Write
-  "default-right-number"     gdouble               : Read / Write
-  "default-text"             gchar*                : Read / Write
-  "left-number"              gdouble               : Read / Write
-  "max-valid-value"          gdouble               : Read / Write
-  "min-valid-value"          gdouble               : Read / Write
-  "ratio"                    gdouble               : Read / Write
-  "right-number"             gdouble               : Read / Write
-  "separators"               gchar*                : Read / Write / Construct Only
-  "user-override"            gboolean              : Read / Write
+  "default-left-number"      gdouble               : Read / Write
+  "default-right-number"     gdouble               : Read / Write
+  "default-text"             gchar*                : Read / Write
+  "left-number"              gdouble               : Read / Write
+  "max-valid-value"          gdouble               : Read / Write
+  "min-valid-value"          gdouble               : Read / Write
+  "ratio"                    gdouble               : Read / Write
+  "right-number"             gdouble               : Read / Write
+  "separators"               gchar*                : Read / Write / Construct Only
+  "user-override"            gboolean              : Read / Write
 
-
+

Signals

-  "numbers-changed"                                : Run First
-  "ratio-changed"                                  : Run First
+  "numbers-changed"                                : Run First
+  "ratio-changed"                                  : Run First
 
-
+

Description

-
+

Details

-
+

GimpNumberPairEntry

typedef struct _GimpNumberPairEntry GimpNumberPairEntry;


-
+

enum GimpAspectType

-
typedef enum
-{
+
typedef enum {
   GIMP_ASPECT_SQUARE,    /*< desc="Square"    >*/
   GIMP_ASPECT_PORTRAIT,  /*< desc="Portrait"  >*/
   GIMP_ASPECT_LANDSCAPE  /*< desc="Landscape" >*/
@@ -151,12 +150,12 @@
 


-
+

gimp_number_pair_entry_new ()

-
GtkWidget *         gimp_number_pair_entry_new          (const gchar *separators,
-                                                         gboolean allow_simplification,
-                                                         gdouble min_valid_value,
-                                                         gdouble max_valid_value);
+
GtkWidget *         gimp_number_pair_entry_new          (const gchar *separators,
+                                                         gboolean allow_simplification,
+                                                         gdouble min_valid_value,
+                                                         gdouble max_valid_value);

Creates a new GimpNumberPairEntry widget, which is a GtkEntry that accepts two numbers separated by a separator. Typical input example @@ -182,101 +181,71 @@

- - - - - - - - - - - - - - - - - - + - - - + +

separators :

-

allow_simplification :

-

min_valid_value :

-

max_valid_value :

-

Returns :

The new GimpNumberPairEntry widget. - -
The new GimpNumberPairEntry widget.

Since GIMP 2.4


-
+

gimp_number_pair_entry_set_default_values ()

void                gimp_number_pair_entry_set_default_values
                                                         (GimpNumberPairEntry *entry,
-                                                         gdouble left,
-                                                         gdouble right);
+ gdouble left, + gdouble right);
- + - + - +

entry :

A GimpNumberPairEntry widget. -A GimpNumberPairEntry widget.

left :

Default left value in the entry. -Default left value in the entry.

right :

Default right value in the entry. -Default right value in the entry.

Since GIMP 2.4


-
+

gimp_number_pair_entry_get_default_values ()

void                gimp_number_pair_entry_get_default_values
                                                         (GimpNumberPairEntry *entry,
-                                                         gdouble *left,
-                                                         gdouble *right);
+ gdouble *left, + gdouble *right);
- + - + - +

entry :

A GimpNumberPairEntry widget. -A GimpNumberPairEntry widget.

left :

Pointer of where to put left value. -Pointer of where to put left value.

right :

Pointer of where to put right value. -Pointer of where to put right value.

Since GIMP 2.4


-
+

gimp_number_pair_entry_set_values ()

void                gimp_number_pair_entry_set_values   (GimpNumberPairEntry *entry,
-                                                         gdouble left,
-                                                         gdouble right);
+ gdouble left, + gdouble right);

Forces setting the numbers displayed by a GimpNumberPairEntry, ignoring if the user has set his/her own value. The state of @@ -287,29 +256,26 @@

entry :

-A GimpNumberPairEntry widget. - +A GimpNumberPairEntry widget.

left :

-Left number in the entry. - +Left number in the entry.

right :

-Right number in the entry. - +Right number in the entry.

Since GIMP 2.4


-
+

gimp_number_pair_entry_get_values ()

void                gimp_number_pair_entry_get_values   (GimpNumberPairEntry *entry,
-                                                         gdouble *left,
-                                                         gdouble *right);
+ gdouble *left, + gdouble *right);

Gets the numbers displayed by a GimpNumberPairEntry.

@@ -318,25 +284,22 @@

entry :

-A GimpNumberPairEntry widget. - +A GimpNumberPairEntry widget.

left :

-Pointer of where to store the left number (may be NULL). - +Pointer of where to store the left number (may be NULL).

right :

-Pointer of to store the right number (may be NULL). - +Pointer of to store the right number (may be NULL).

Since GIMP 2.4


-
+

gimp_number_pair_entry_get_aspect ()

GimpAspectType      gimp_number_pair_entry_get_aspect   (GimpNumberPairEntry *entry);

@@ -347,21 +310,18 @@

entry :

-A GimpNumberPairEntry widget. - +A GimpNumberPairEntry widget.

Returns :

- The entry's current aspect. - - +The entry's current aspect.

Since GIMP 2.4


-
+

gimp_number_pair_entry_set_aspect ()

void                gimp_number_pair_entry_set_aspect   (GimpNumberPairEntry *entry,
                                                          GimpAspectType aspect);
@@ -375,22 +335,20 @@

entry :

-A GimpNumberPairEntry widget. - +A GimpNumberPairEntry widget.

aspect :

-The new aspect. - +The new aspect.

Since GIMP 2.4


-
+

gimp_number_pair_entry_get_ratio ()

-
gdouble             gimp_number_pair_entry_get_ratio    (GimpNumberPairEntry *entry);
+
gdouble             gimp_number_pair_entry_get_ratio    (GimpNumberPairEntry *entry);

Retrieves the ratio of the numbers displayed by a GimpNumberPairEntry.

@@ -399,24 +357,21 @@

entry :

-A GimpNumberPairEntry widget. - +A GimpNumberPairEntry widget.

Returns :

- The ratio value. - - +The ratio value.

Since GIMP 2.4


-
+

gimp_number_pair_entry_set_ratio ()

void                gimp_number_pair_entry_set_ratio    (GimpNumberPairEntry *entry,
-                                                         gdouble ratio);
+ gdouble ratio);

Sets the numbers of the GimpNumberPairEntry to have the desired ratio. If the new ratio is different than the previous ratio, the @@ -431,47 +386,42 @@

entry :

-A GimpNumberPairEntry widget. - +A GimpNumberPairEntry widget.

ratio :

-Ratio to set in the widget. - +Ratio to set in the widget.

Since GIMP 2.4


-
+

gimp_number_pair_entry_get_user_override ()

-
gboolean            gimp_number_pair_entry_get_user_override
+
gboolean            gimp_number_pair_entry_get_user_override
                                                         (GimpNumberPairEntry *entry);
- + - +

entry :

A GimpNumberPairEntry widget. -A GimpNumberPairEntry widget.

Returns :

Wether or not the the widget is in user overridden mode. - -Wether or not the the widget is in user overridden mode.

Since GIMP 2.4


-
+

gimp_number_pair_entry_set_user_override ()

void                gimp_number_pair_entry_set_user_override
                                                         (GimpNumberPairEntry *entry,
-                                                         gboolean user_override);
+ gboolean user_override);

When the entry is not in user overridden mode, the values will change when the default values are changed. When in user overridden @@ -482,50 +432,45 @@

entry :

-A GimpNumberPairEntry widget. - +A GimpNumberPairEntry widget.

user_override :

-TRUE sets the entry in user overridden mode, - FALSE disables. - +TRUE sets the entry in user overridden mode, +FALSE disables.

Since GIMP 2.4


-
+

gimp_number_pair_entry_get_default_text ()

-
const gchar *       gimp_number_pair_entry_get_default_text
+
const gchar *       gimp_number_pair_entry_get_default_text
                                                         (GimpNumberPairEntry *entry);
- + - +

entry :

A GimpNumberPairEntry widget. -A GimpNumberPairEntry widget.

Returns :

the string manully set to be shown, or NULL if values are - shown in a normal fashion. - -the string manully set to be shown, or NULL if values are +shown in a normal fashion.

Since GIMP 2.4


-
+

gimp_number_pair_entry_set_default_text ()

void                gimp_number_pair_entry_set_default_text
                                                         (GimpNumberPairEntry *entry,
-                                                         const gchar *string);
+ const gchar *string);

Causes the entry to show a given string when in automatic mode, instead of the default numbers. The only thing this does is making @@ -533,7 +478,7 @@ and API calls are not affected.

-Set the default string to NULL to display default values as +Set the default string to NULL to display default values as normal.

@@ -541,118 +486,116 @@ - + - +

entry :

A GimpNumberPairEntry widget. -A GimpNumberPairEntry widget.

string :

Default string. -Default string.

Since GIMP 2.4

-
+

Property Details

-
+

The "allow-simplification" property

-
  "allow-simplification"     gboolean              : Read / Write
+
  "allow-simplification"     gboolean              : Read / Write

Whether to allow simplification.

Default value: FALSE


-
+

The "aspect" property

  "aspect"                   GimpAspectType        : Read / Write

Default value: GIMP_ASPECT_SQUARE


-
+

The "default-left-number" property

-
  "default-left-number"      gdouble               : Read / Write
+
  "default-left-number"      gdouble               : Read / Write

Allowed values: >= G_MINDOUBLE

Default value: 100


-
+

The "default-right-number" property

-
  "default-right-number"     gdouble               : Read / Write
+
  "default-right-number"     gdouble               : Read / Write

Allowed values: >= G_MINDOUBLE

Default value: 100


-
+

The "default-text" property

-
  "default-text"             gchar*                : Read / Write
+
  "default-text"             gchar*                : Read / Write

String to show when in automatic mode.

Default value: NULL


-
+

The "left-number" property

-
  "left-number"              gdouble               : Read / Write
+
  "left-number"              gdouble               : Read / Write

Allowed values: >= G_MINDOUBLE

Default value: 100


-
+

The "max-valid-value" property

-
  "max-valid-value"          gdouble               : Read / Write
+
  "max-valid-value"          gdouble               : Read / Write

Maximum value valid when parsing input.

Allowed values: >= G_MINDOUBLE

Default value: 1.79769e+308


-
+

The "min-valid-value" property

-
  "min-valid-value"          gdouble               : Read / Write
+
  "min-valid-value"          gdouble               : Read / Write

Minimum value valid when parsing input.

Allowed values: >= G_MINDOUBLE

Default value: 2.22507e-308


-
+

The "ratio" property

-
  "ratio"                    gdouble               : Read / Write
+
  "ratio"                    gdouble               : Read / Write

Allowed values: >= G_MINDOUBLE

Default value: 1


-
+

The "right-number" property

-
  "right-number"             gdouble               : Read / Write
+
  "right-number"             gdouble               : Read / Write

Allowed values: >= G_MINDOUBLE

Default value: 100


-
+

The "separators" property

-
  "separators"               gchar*                : Read / Write / Construct Only
+
  "separators"               gchar*                : Read / Write / Construct Only

A string of valid separators.

Default value: NULL


-
+

The "user-override" property

-
  "user-override"            gboolean              : Read / Write
+
  "user-override"            gboolean              : Read / Write

Whether the widget is in 'user override' mode.

Default value: FALSE

-
+

Signal Details

-
+

The "numbers-changed" signal

void                user_function                      (GimpNumberPairEntry *gimpnumberpairentry,
-                                                        gpointer             user_data)                : Run First
+ gpointer user_data) : Run First

@@ -660,8 +603,7 @@ - + @@ -671,10 +613,10 @@

gimpnumberpairentry :

the object which received the signal. -the object which received the signal.

user_data :


-
+

The "ratio-changed" signal

void                user_function                      (GimpNumberPairEntry *gimpnumberpairentry,
-                                                        gpointer             user_data)                : Run First
+ gpointer user_data) : Run First

@@ -682,8 +624,7 @@ - + @@ -696,6 +637,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpOffsetArea.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpOffsetArea.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpOffsetArea.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpOffsetArea.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpOffsetArea - + - + @@ -32,7 +32,7 @@ Signals

gimpnumberpairentry :

the object which received the signal. -the object which received the signal.

user_data :

-
+
@@ -41,62 +41,62 @@
-
+

Synopsis

                    GimpOffsetArea;
-GtkWidget *         gimp_offset_area_new                (gint orig_width,
-                                                         gint orig_height);
+GtkWidget *         gimp_offset_area_new                (gint orig_width,
+                                                         gint orig_height);
 void                gimp_offset_area_set_size           (GimpOffsetArea *offset_area,
-                                                         gint width,
-                                                         gint height);
+                                                         gint width,
+                                                         gint height);
 void                gimp_offset_area_set_offsets        (GimpOffsetArea *offset_area,
-                                                         gint offset_x,
-                                                         gint offset_y);
+                                                         gint offset_x,
+                                                         gint offset_y);
 void                gimp_offset_area_set_pixbuf         (GimpOffsetArea *offset_area,
-                                                         GdkPixbuf *pixbuf);
+                                                         GdkPixbuf *pixbuf);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkDrawingArea
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkDrawingArea
                            +----GimpOffsetArea
 
-
+

Implemented Interfaces

GimpOffsetArea implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Signals

-  "offsets-changed"                                : Run First
+  "offsets-changed"                                : Run First
 
-
+

Description

-
+

Details

-
+

GimpOffsetArea

typedef struct _GimpOffsetArea GimpOffsetArea;


-
+

gimp_offset_area_new ()

-
GtkWidget *         gimp_offset_area_new                (gint orig_width,
-                                                         gint orig_height);
+
GtkWidget *         gimp_offset_area_new                (gint orig_width,
+                                                         gint orig_height);

Creates a new GimpOffsetArea widget. A GimpOffsetArea can be used when resizing an image or a drawable to allow the user to interactively @@ -107,28 +107,25 @@

orig_width :

-the original width - +the original width

orig_height :

-the original height - +the original height

Returns :

- the new GimpOffsetArea widget. - +the new GimpOffsetArea widget.

-
+

gimp_offset_area_set_size ()

void                gimp_offset_area_set_size           (GimpOffsetArea *offset_area,
-                                                         gint width,
-                                                         gint height);
+ gint width, + gint height);

Sets the size of the image/drawable displayed by the GimpOffsetArea. If the offsets change as a result of this change, the "offsets-changed" @@ -139,28 +136,25 @@

offset_area :

-a GimpOffsetArea. - +a GimpOffsetArea.

width :

-the new width - +the new width

height :

-the new height - +the new height

-
+

gimp_offset_area_set_offsets ()

void                gimp_offset_area_set_offsets        (GimpOffsetArea *offset_area,
-                                                         gint offset_x,
-                                                         gint offset_y);
+ gint offset_x, + gint offset_y);

Sets the offsets of the image/drawable displayed by the GimpOffsetArea. It does not emit the "offsets-changed" signal. @@ -170,27 +164,24 @@

offset_area :

-a GimpOffsetArea. - +a GimpOffsetArea.

offset_x :

-the X offset - +the X offset

offset_y :

-the Y offset - +the Y offset

-
+

gimp_offset_area_set_pixbuf ()

void                gimp_offset_area_set_pixbuf         (GimpOffsetArea *offset_area,
-                                                         GdkPixbuf *pixbuf);
+ GdkPixbuf *pixbuf);

Sets the pixbuf which represents the original image/drawable which is being offset. @@ -200,27 +191,25 @@

offset_area :

-a GimpOffsetArea. - +a GimpOffsetArea.

pixbuf :

-a GdkPixbuf. - +a GdkPixbuf.

Since GIMP 2.2

-
+

Signal Details

-
+

The "offsets-changed" signal

void                user_function                      (GimpOffsetArea *gimpoffsetarea,
-                                                        gint            arg1,
-                                                        gint            arg2,
-                                                        gpointer        user_data)           : Run First
+ gint arg1, + gint arg2, + gpointer user_data) : Run First

@@ -228,18 +217,7 @@ - - - - - - - - - + @@ -252,6 +230,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPageSelector.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPageSelector.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPageSelector.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPageSelector.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPageSelector - + - + @@ -34,7 +34,7 @@ Signals

gimpoffsetarea :

the object which received the signal. -

arg1 :

-

arg2 :

-the object which received the signal.

user_data :

-
+
@@ -43,97 +43,96 @@
-
+

Synopsis

                    GimpPageSelector;
 enum                GimpPageSelectorTarget;
-GtkWidget *         gimp_page_selector_new              (void);
+GtkWidget *         gimp_page_selector_new              (void);
 void                gimp_page_selector_set_n_pages      (GimpPageSelector *selector,
-                                                         gint n_pages);
-gint                gimp_page_selector_get_n_pages      (GimpPageSelector *selector);
+                                                         gint n_pages);
+gint                gimp_page_selector_get_n_pages      (GimpPageSelector *selector);
 void                gimp_page_selector_set_target       (GimpPageSelector *selector,
                                                          GimpPageSelectorTarget target);
-GimpPageSelectorTarget  gimp_page_selector_get_target   (GimpPageSelector *selector);
+GimpPageSelectorTarget gimp_page_selector_get_target    (GimpPageSelector *selector);
 void                gimp_page_selector_set_page_thumbnail
                                                         (GimpPageSelector *selector,
-                                                         gint page_no,
-                                                         GdkPixbuf *thumbnail);
-GdkPixbuf *         gimp_page_selector_get_page_thumbnail
+                                                         gint page_no,
+                                                         GdkPixbuf *thumbnail);
+GdkPixbuf *         gimp_page_selector_get_page_thumbnail
                                                         (GimpPageSelector *selector,
-                                                         gint page_no);
+                                                         gint page_no);
 void                gimp_page_selector_set_page_label   (GimpPageSelector *selector,
-                                                         gint page_no,
-                                                         const gchar *label);
-gchar *             gimp_page_selector_get_page_label   (GimpPageSelector *selector,
-                                                         gint page_no);
+                                                         gint page_no,
+                                                         const gchar *label);
+gchar *             gimp_page_selector_get_page_label   (GimpPageSelector *selector,
+                                                         gint page_no);
 void                gimp_page_selector_select_all       (GimpPageSelector *selector);
 void                gimp_page_selector_unselect_all     (GimpPageSelector *selector);
 void                gimp_page_selector_select_page      (GimpPageSelector *selector,
-                                                         gint page_no);
+                                                         gint page_no);
 void                gimp_page_selector_unselect_page    (GimpPageSelector *selector,
-                                                         gint page_no);
-gboolean            gimp_page_selector_page_is_selected (GimpPageSelector *selector,
-                                                         gint page_no);
-gint *              gimp_page_selector_get_selected_pages
+                                                         gint page_no);
+gboolean            gimp_page_selector_page_is_selected (GimpPageSelector *selector,
+                                                         gint page_no);
+gint *              gimp_page_selector_get_selected_pages
                                                         (GimpPageSelector *selector,
-                                                         gint *n_selected_pages);
+                                                         gint *n_selected_pages);
 void                gimp_page_selector_select_range     (GimpPageSelector *selector,
-                                                         const gchar *range);
-gchar *             gimp_page_selector_get_selected_range
+                                                         const gchar *range);
+gchar *             gimp_page_selector_get_selected_range
                                                         (GimpPageSelector *selector);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpPageSelector
 
-
+

Implemented Interfaces

GimpPageSelector implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "n-pages"                  gint                  : Read / Write
+  "n-pages"                  gint                  : Read / Write
   "target"                   GimpPageSelectorTarget  : Read / Write
 
-
+

Signals

-  "activate"                                       : Run First / Action
-  "selection-changed"                              : Run First
+  "activate"                                       : Action
+  "selection-changed"                              : Run First
 
-
+

Description

-
+

Details

-
+

GimpPageSelector

typedef struct _GimpPageSelector GimpPageSelector;


-
+

enum GimpPageSelectorTarget

-
typedef enum
-{
+
typedef enum {
   GIMP_PAGE_SELECTOR_TARGET_LAYERS, /*< desc="Layers" >*/
   GIMP_PAGE_SELECTOR_TARGET_IMAGES  /*< desc="Images" >*/
 } GimpPageSelectorTarget;
@@ -142,9 +141,9 @@
 


-
+

gimp_page_selector_new ()

-
GtkWidget *         gimp_page_selector_new              (void);
+
GtkWidget *         gimp_page_selector_new              (void);

Creates a new GimpPageSelector widget.

@@ -152,18 +151,16 @@

Returns :

- Pointer to the new GimpPageSelector widget. - - +Pointer to the new GimpPageSelector widget.

Since GIMP 2.4


-
+

gimp_page_selector_set_n_pages ()

void                gimp_page_selector_set_n_pages      (GimpPageSelector *selector,
-                                                         gint n_pages);
+ gint n_pages);

Sets the number of pages in the document to open.

@@ -172,42 +169,37 @@

selector :

-Pointer to a GimpPageSelector. - +Pointer to a GimpPageSelector.

n_pages :

-The number of pages. - +The number of pages.

Since GIMP 2.4


-
+

gimp_page_selector_get_n_pages ()

-
gint                gimp_page_selector_get_n_pages      (GimpPageSelector *selector);
+
gint                gimp_page_selector_get_n_pages      (GimpPageSelector *selector);
- + - +

selector :

Pointer to a GimpPageSelector. -Pointer to a GimpPageSelector.

Returns :

the number of pages in the document to open. - -the number of pages in the document to open.

Since GIMP 2.4


-
+

gimp_page_selector_set_target ()

void                gimp_page_selector_set_target       (GimpPageSelector *selector,
                                                          GimpPageSelectorTarget target);
@@ -216,47 +208,42 @@

selector :

-Pointer to a GimpPageSelector. - +Pointer to a GimpPageSelector.

target :

-How to open the selected pages. - +How to open the selected pages.

Since GIMP 2.4


-
+

gimp_page_selector_get_target ()

-
GimpPageSelectorTarget  gimp_page_selector_get_target   (GimpPageSelector *selector);
+
GimpPageSelectorTarget gimp_page_selector_get_target    (GimpPageSelector *selector);
- + - +

selector :

Pointer to a GimpPageSelector. -Pointer to a GimpPageSelector.

Returns :

How the selected pages should be opened. - -How the selected pages should be opened.

Since GIMP 2.4


-
+

gimp_page_selector_set_page_thumbnail ()

void                gimp_page_selector_set_page_thumbnail
                                                         (GimpPageSelector *selector,
-                                                         gint page_no,
-                                                         GdkPixbuf *thumbnail);
+ gint page_no, + GdkPixbuf *thumbnail);

Sets the thumbnail for given page_no. A default "page" icon will be used if no page thumbnail is set. @@ -266,114 +253,100 @@

selector :

-Pointer to a GimpPageSelector. - +Pointer to a GimpPageSelector.

page_no :

-The number of the page to set the thumbnail for. - +The number of the page to set the thumbnail for.

thumbnail :

-The thumbnail pixbuf. - +The thumbnail pixbuf.

Since GIMP 2.4


-
+

gimp_page_selector_get_page_thumbnail ()

-
GdkPixbuf *         gimp_page_selector_get_page_thumbnail
+
GdkPixbuf *         gimp_page_selector_get_page_thumbnail
                                                         (GimpPageSelector *selector,
-                                                         gint page_no);
+ gint page_no);
- + - + - +

selector :

Pointer to a GimpPageSelector. -Pointer to a GimpPageSelector.

page_no :

The number of the page to get the thumbnail for. -The number of the page to get the thumbnail for.

Returns :

The page's thumbnail, or NULL if none is set. The returned - pixbuf is owned by GimpPageSelector and must not be - unref'ed when no longer needed. - -The page's thumbnail, or NULL if none is set. The returned +pixbuf is owned by GimpPageSelector and must not be +unref'ed when no longer needed.

Since GIMP 2.4


-
+

gimp_page_selector_set_page_label ()

void                gimp_page_selector_set_page_label   (GimpPageSelector *selector,
-                                                         gint page_no,
-                                                         const gchar *label);
+ gint page_no, + const gchar *label);
- + - + - +

selector :

Pointer to a GimpPageSelector. -Pointer to a GimpPageSelector.

page_no :

The number of the page to set the label for. -The number of the page to set the label for.

label :

The label. -The label.

Since GIMP 2.4


-
+

gimp_page_selector_get_page_label ()

-
gchar *             gimp_page_selector_get_page_label   (GimpPageSelector *selector,
-                                                         gint page_no);
+
gchar *             gimp_page_selector_get_page_label   (GimpPageSelector *selector,
+                                                         gint page_no);
- + - + - +

selector :

Pointer to a GimpPageSelector. -Pointer to a GimpPageSelector.

page_no :

The number of the page to get the thumbnail for. -The number of the page to get the thumbnail for.

Returns :

The page's label, or NULL if none is set. This is a newly - allocated string that should be g_free()'d when no longer - needed. - -The page's label, or NULL if none is set. This is a newly +allocated string that should be g_free()'d when no longer +needed.

Since GIMP 2.4


-
+

gimp_page_selector_select_all ()

void                gimp_page_selector_select_all       (GimpPageSelector *selector);

@@ -383,14 +356,13 @@

selector :

-Pointer to a GimpPageSelector. - +Pointer to a GimpPageSelector.

Since GIMP 2.4


-
+

gimp_page_selector_unselect_all ()

void                gimp_page_selector_unselect_all     (GimpPageSelector *selector);

@@ -400,17 +372,16 @@

selector :

-Pointer to a GimpPageSelector. - +Pointer to a GimpPageSelector.

Since GIMP 2.4


-
+

gimp_page_selector_select_page ()

void                gimp_page_selector_select_page      (GimpPageSelector *selector,
-                                                         gint page_no);
+ gint page_no);

Adds a page to the selection.

@@ -419,23 +390,21 @@

selector :

-Pointer to a GimpPageSelector. - +Pointer to a GimpPageSelector.

page_no :

-The number of the page to select. - +The number of the page to select.

Since GIMP 2.4


-
+

gimp_page_selector_unselect_page ()

void                gimp_page_selector_unselect_page    (GimpPageSelector *selector,
-                                                         gint page_no);
+ gint page_no);

Removes a page from the selection.

@@ -444,81 +413,72 @@

selector :

-Pointer to a GimpPageSelector. - +Pointer to a GimpPageSelector.

page_no :

-The number of the page to unselect. - +The number of the page to unselect.

Since GIMP 2.4


-
+

gimp_page_selector_page_is_selected ()

-
gboolean            gimp_page_selector_page_is_selected (GimpPageSelector *selector,
-                                                         gint page_no);
+
gboolean            gimp_page_selector_page_is_selected (GimpPageSelector *selector,
+                                                         gint page_no);
- + - + - +

selector :

Pointer to a GimpPageSelector. -Pointer to a GimpPageSelector.

page_no :

The number of the page to check. -The number of the page to check.

Returns :

TRUE if the page is selected, FALSE otherwise. - - +TRUE if the page is selected, FALSE otherwise.

Since GIMP 2.4


-
+

gimp_page_selector_get_selected_pages ()

-
gint *              gimp_page_selector_get_selected_pages
+
gint *              gimp_page_selector_get_selected_pages
                                                         (GimpPageSelector *selector,
-                                                         gint *n_selected_pages);
+ gint *n_selected_pages);
- + - + - +

selector :

Pointer to a GimpPageSelector. -Pointer to a GimpPageSelector.

n_selected_pages :

Returns the number of selected pages. -Returns the number of selected pages.

Returns :

A sorted array of page numbers of selected pages. Use g_free() if - you don't need the array any longer. - -A sorted array of page numbers of selected pages. Use g_free() if +you don't need the array any longer.

Since GIMP 2.4


-
+

gimp_page_selector_select_range ()

void                gimp_page_selector_select_range     (GimpPageSelector *selector,
-                                                         const gchar *range);
+ const gchar *range);

Selectes the pages described by range. The range string is a user-editable list of pages and ranges, e.g. "1,3,5-7,9-12,14". @@ -534,49 +494,44 @@

selector :

-Pointer to a GimpPageSelector. - +Pointer to a GimpPageSelector.

range :

-A string representing the set of selected pages. - +A string representing the set of selected pages.

Since GIMP 2.4


-
+

gimp_page_selector_get_selected_range ()

-
gchar *             gimp_page_selector_get_selected_range
+
gchar *             gimp_page_selector_get_selected_range
                                                         (GimpPageSelector *selector);
- + - +

selector :

Pointer to a GimpPageSelector. -Pointer to a GimpPageSelector.

Returns :

A newly allocated string representing the set of selected - pages. See gimp_page_selector_set_selected_range() for the - format of the string. - -A newly allocated string representing the set of selected +pages. See gimp_page_selector_set_selected_range() for the +format of the string.

Since GIMP 2.4

-
+

Property Details

-
+

The "n-pages" property

-
  "n-pages"                  gint                  : Read / Write
+
  "n-pages"                  gint                  : Read / Write

The number of pages of the document to open.

@@ -585,7 +540,7 @@

Since GIMP 2.4


-
+

The "target" property

  "target"                   GimpPageSelectorTarget  : Read / Write

@@ -595,12 +550,12 @@

Since GIMP 2.4

-
+

Signal Details

-
+

The "activate" signal

void                user_function                      (GimpPageSelector *widget,
-                                                        gpointer          user_data)      : Run First / Action
+ gpointer user_data) : Action

The "activate" signal on GimpPageSelector is an action signal. It is emitted when a user double-clicks an item in the page selection. @@ -610,8 +565,7 @@

widget :

-the object which received the signal. - +the object which received the signal.

user_data :

@@ -622,10 +576,10 @@

Since GIMP 2.4


-
+

The "selection-changed" signal

void                user_function                      (GimpPageSelector *widget,
-                                                        gpointer          user_data)      : Run First
+ gpointer user_data) : Run First

This signal is emitted whenever the set of selected pages changes.

@@ -634,8 +588,7 @@

widget :

-the object which received the signal. - +the object which received the signal.

user_data :

@@ -649,6 +602,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPathEditor.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPathEditor.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPathEditor.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPathEditor.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPathEditor - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,51 +41,51 @@
-
+

Synopsis

                    GimpPathEditor;
-GtkWidget *         gimp_path_editor_new                (const gchar *title,
-                                                         const gchar *path);
-gchar *             gimp_path_editor_get_path           (GimpPathEditor *editor);
+GtkWidget *         gimp_path_editor_new                (const gchar *title,
+                                                         const gchar *path);
+gchar *             gimp_path_editor_get_path           (GimpPathEditor *editor);
 void                gimp_path_editor_set_path           (GimpPathEditor *editor,
-                                                         const gchar *path);
-gchar *             gimp_path_editor_get_writable_path  (GimpPathEditor *editor);
+                                                         const gchar *path);
+gchar *             gimp_path_editor_get_writable_path  (GimpPathEditor *editor);
 void                gimp_path_editor_set_writable_path  (GimpPathEditor *editor,
-                                                         const gchar *path);
-gboolean            gimp_path_editor_get_dir_writable   (GimpPathEditor *editor,
-                                                         const gchar *directory);
+                                                         const gchar *path);
+gboolean            gimp_path_editor_get_dir_writable   (GimpPathEditor *editor,
+                                                         const gchar *directory);
 void                gimp_path_editor_set_dir_writable   (GimpPathEditor *editor,
-                                                         const gchar *directory,
-                                                         gboolean writable);
+                                                         const gchar *directory,
+                                                         gboolean writable);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpPathEditor
 
-
+

Implemented Interfaces

GimpPathEditor implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Signals

-  "path-changed"                                   : Run First
-  "writable-changed"                               : Run First
+  "path-changed"                                   : Run First
+  "writable-changed"                               : Run First
 
-
+

Description

This widget is used to edit file search paths. @@ -104,208 +104,131 @@ the search path, the "path_changed" signal will be emitted.

-
+

Details

-
+

GimpPathEditor

typedef struct _GimpPathEditor GimpPathEditor;


-
+

gimp_path_editor_new ()

-
GtkWidget *         gimp_path_editor_new                (const gchar *title,
-                                                         const gchar *path);
+
GtkWidget *         gimp_path_editor_new                (const gchar *title,
+                                                         const gchar *path);

Creates a new GimpPathEditor widget.

The elements of the initial search path must be separated with the -G_SEARCHPATH_SEPARATOR character. +G_SEARCHPATH_SEPARATOR character.

- + - + - +

title :

The title of the GtkFileChooser dialog which can be popped up. -The title of the GtkFileChooser dialog which can be popped up.

path :

The initial search path. -The initial search path.

Returns :

A pointer to the new GimpPathEditor widget. -A pointer to the new GimpPathEditor widget.

-
+

gimp_path_editor_get_path ()

-
gchar *             gimp_path_editor_get_path           (GimpPathEditor *editor);
+
gchar *             gimp_path_editor_get_path           (GimpPathEditor *editor);

The elements of the returned search path string are separated with the -G_SEARCHPATH_SEPARATOR character. +G_SEARCHPATH_SEPARATOR character.

-Note that you have to g_free() the returned string. +Note that you have to g_free() the returned string.

- + - +

editor :

The path editor you want to get the search path from. -The path editor you want to get the search path from.

Returns :

The search path the user has selected in the path editor. -The search path the user has selected in the path editor.

-
+

gimp_path_editor_set_path ()

void                gimp_path_editor_set_path           (GimpPathEditor *editor,
-                                                         const gchar *path);
+ const gchar *path);

The elements of the initial search path must be separated with the -G_SEARCHPATH_SEPARATOR character. +G_SEARCHPATH_SEPARATOR character.

- + - +

editor :

The path editor you want to set the search path from. -The path editor you want to set the search path from.

path :

The new path to set. -The new path to set.

-
+

gimp_path_editor_get_writable_path ()

-
gchar *             gimp_path_editor_get_writable_path  (GimpPathEditor *editor);
+
gchar *             gimp_path_editor_get_writable_path  (GimpPathEditor *editor);

-
-- - - - - - - - - - -

editor :

-

Returns :

-

-
+

gimp_path_editor_set_writable_path ()

void                gimp_path_editor_set_writable_path  (GimpPathEditor *editor,
-                                                         const gchar *path);
+ const gchar *path);

-
-- - - - - - - - - - -

editor :

-

path :

-

-
+

gimp_path_editor_get_dir_writable ()

-
gboolean            gimp_path_editor_get_dir_writable   (GimpPathEditor *editor,
-                                                         const gchar *directory);
+
gboolean            gimp_path_editor_get_dir_writable   (GimpPathEditor *editor,
+                                                         const gchar *directory);

-
-- - - - - - - - - - - - - - -

editor :

-

directory :

-

Returns :

-

-
+

gimp_path_editor_set_dir_writable ()

void                gimp_path_editor_set_dir_writable   (GimpPathEditor *editor,
-                                                         const gchar *directory,
-                                                         gboolean writable);
+ const gchar *directory, + gboolean writable);

-
-- - - - - - - - - - - - - - -

editor :

-

directory :

-

writable :

-
-
+

Signal Details

-
+

The "path-changed" signal

void                user_function                      (GimpPathEditor *arg0,
-                                                        gpointer        user_data)      : Run First
+ gpointer user_data) : Run First

This signal is emitted whenever the user adds, deletes, modifies or reorders an element of the search path. @@ -319,10 +242,10 @@


-
+

The "writable-changed" signal

void                user_function                      (GimpPathEditor *arg0,
-                                                        gpointer        user_data)      : Run First
+ gpointer user_data) : Run First

This signal is emitted whenever the "writable" column of a directory is changed, either by the user clicking on it or by calling @@ -337,18 +260,18 @@

- + Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPickButton.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPickButton.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPickButton.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPickButton.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPickButton - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,38 +41,38 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkButton
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkButton
                                        +----GimpPickButton
 
-
+

Implemented Interfaces

GimpPickButton implements - AtkImplementorIface, GtkBuildable and GtkActivatable.

+ AtkImplementorIface, GtkBuildable and GtkActivatable.

-
+

Signals

-  "color-picked"                                   : Run First
+  "color-picked"                                   : Run First
 
-
+

Description

GimpPickButton is a specialized button. When clicked, it changes the @@ -80,18 +80,18 @@ from any point on the screen.

-
+

Details

-
+

GimpPickButton

typedef struct _GimpPickButton GimpPickButton;


-
+

gimp_pick_button_new ()

-
GtkWidget *         gimp_pick_button_new                (void);
+
GtkWidget *         gimp_pick_button_new                (void);

Creates a new GimpPickButton widget.

@@ -99,19 +99,18 @@

Returns :

- A new GimpPickButton widget. - +A new GimpPickButton widget.
-
+

Signal Details

-
+

The "color-picked" signal

void                user_function                      (GimpPickButton *gimppickbutton,
-                                                        gpointer        arg1,
-                                                        gpointer        user_data)           : Run First
+ gpointer arg1, + gpointer user_data) : Run First

@@ -119,13 +118,11 @@ - + - + @@ -138,6 +135,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPixmap.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPixmap.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPixmap.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPixmap.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPixmap - + - + @@ -30,62 +30,62 @@ Implemented Interfaces

gimppickbutton :

the object which received the signal. -the object which received the signal.

arg1 :

pointer to a GimpRGB structure that holds the picked color -pointer to a GimpRGB structure that holds the picked color

user_data :

-
+

GimpPixmap

-

GimpPixmap — Widget which creates a GtkPixmap from XPM data.

+

GimpPixmap — Widget which creates a GtkPixmap from XPM data.

-
+

Synopsis

                    GimpPixmap;
-GtkWidget *         gimp_pixmap_new                     (gchar **xpm_data);
+GtkWidget *         gimp_pixmap_new                     (gchar **xpm_data);
 void                gimp_pixmap_set                     (GimpPixmap *pixmap,
-                                                         gchar **xpm_data);
+                                                         gchar **xpm_data);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkMisc
-                           +----GtkImage
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkMisc
+                           +----GtkImage
                                  +----GimpPixmap
 
-
+

Implemented Interfaces

GimpPixmap implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Description

-Widget which creates a GtkPixmap from XPM data. +Widget which creates a GtkPixmap from XPM data.

-Use this widget instead of GtkPixmap if you don't want to worry about +Use this widget instead of GtkPixmap if you don't want to worry about the parent container's "realized" state.

-Note that the drawback of the easy interface is that the actual GdkPixmap +Note that the drawback of the easy interface is that the actual GdkPixmap and it's mask have to be constructed every time you call gimp_pixmap_new() and cannot be cached in memory without doing bad hacks.

-
+

Details

-
+

GimpPixmap

typedef struct _GimpPixmap GimpPixmap;
-
+

Warning

GimpPixmap is deprecated and should not be used in newly-written code.

@@ -93,10 +93,10 @@


-
+

gimp_pixmap_new ()

-
GtkWidget *         gimp_pixmap_new                     (gchar **xpm_data);
-
+
GtkWidget *         gimp_pixmap_new                     (gchar **xpm_data);
+

Warning

gimp_pixmap_new is deprecated and should not be used in newly-written code.

@@ -108,23 +108,21 @@

xpm_data :

-A pointer to a XPM data structure as found in XPM files. - +A pointer to a XPM data structure as found in XPM files.

Returns :

- A pointer to the new GimpPixmap widget. - +A pointer to the new GimpPixmap widget.

-
+

gimp_pixmap_set ()

void                gimp_pixmap_set                     (GimpPixmap *pixmap,
-                                                         gchar **xpm_data);
-
+ gchar **xpm_data); +

Warning

gimp_pixmap_set is deprecated and should not be used in newly-written code.

@@ -136,30 +134,28 @@

pixmap :

-The pixmap widget you want to set the new xpm_data for. - +The pixmap widget you want to set the new xpm_data for.

xpm_data :

-A pointer to a XPM data structure as found in XPM files. - +A pointer to a XPM data structure as found in XPM files.
- + Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPreviewArea.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPreviewArea.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPreviewArea.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPreviewArea.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPreviewArea - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,104 +41,104 @@
-
+

Synopsis

                    GimpPreviewArea;
-GtkWidget *         gimp_preview_area_new               (void);
+GtkWidget *         gimp_preview_area_new               (void);
 void                gimp_preview_area_draw              (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         GimpImageType type,
-                                                         const guchar *buf,
-                                                         gint rowstride);
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height,
+                                                         GimpImageType type,
+                                                         const guchar *buf,
+                                                         gint rowstride);
 void                gimp_preview_area_fill              (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         guchar red,
-                                                         guchar green,
-                                                         guchar blue);
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height,
+                                                         guchar red,
+                                                         guchar green,
+                                                         guchar blue);
 void                gimp_preview_area_blend             (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         GimpImageType type,
-                                                         const guchar *buf1,
-                                                         gint rowstride1,
-                                                         const guchar *buf2,
-                                                         gint rowstride2,
-                                                         guchar opacity);
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height,
+                                                         GimpImageType type,
+                                                         const guchar *buf1,
+                                                         gint rowstride1,
+                                                         const guchar *buf2,
+                                                         gint rowstride2,
+                                                         guchar opacity);
 void                gimp_preview_area_mask              (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         GimpImageType type,
-                                                         const guchar *buf1,
-                                                         gint rowstride1,
-                                                         const guchar *buf2,
-                                                         gint rowstride2,
-                                                         const guchar *mask,
-                                                         gint rowstride_mask);
+                                                         gint x,
+                                                         gint y,
+                                                         gint width,
+                                                         gint height,
+                                                         GimpImageType type,
+                                                         const guchar *buf1,
+                                                         gint rowstride1,
+                                                         const guchar *buf2,
+                                                         gint rowstride2,
+                                                         const guchar *mask,
+                                                         gint rowstride_mask);
 void                gimp_preview_area_set_offsets       (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y);
+                                                         gint x,
+                                                         gint y);
 void                gimp_preview_area_set_colormap      (GimpPreviewArea *area,
-                                                         const guchar *colormap,
-                                                         gint num_colors);
+                                                         const guchar *colormap,
+                                                         gint num_colors);
 void                gimp_preview_area_set_max_size      (GimpPreviewArea *area,
-                                                         gint width,
-                                                         gint height);
+                                                         gint width,
+                                                         gint height);
 void                gimp_preview_area_menu_popup        (GimpPreviewArea *area,
-                                                         GdkEventButton *event);
+                                                         GdkEventButton *event);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkDrawingArea
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkDrawingArea
                            +----GimpPreviewArea
 
-
+

Implemented Interfaces

GimpPreviewArea implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Properties

-  "check-size"               GimpCheckSize         : Read / Write
-  "check-type"               GimpCheckType         : Read / Write
+  "check-size"               GimpCheckSize         : Read / Write
+  "check-type"               GimpCheckType         : Read / Write
 
-
+

Description

A general purpose preview widget which caches its pixel data.

-
+

Details

-
+

GimpPreviewArea

typedef struct _GimpPreviewArea GimpPreviewArea;


-
+

gimp_preview_area_new ()

-
GtkWidget *         gimp_preview_area_new               (void);
+
GtkWidget *         gimp_preview_area_new               (void);

Creates a new GimpPreviewArea widget.

@@ -146,24 +146,22 @@

Returns :

- a new GimpPreviewArea widget. - -Since GIMP 2.2 - +a new GimpPreviewArea widget. +Since GIMP 2.2

-
+

gimp_preview_area_draw ()

void                gimp_preview_area_draw              (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         GimpImageType type,
-                                                         const guchar *buf,
-                                                         gint rowstride);
+ gint x, + gint y, + gint width, + gint height, + GimpImageType type, + const guchar *buf, + gint rowstride);

Draws buf on area and queues a redraw on the given rectangle.

@@ -175,38 +173,32 @@

area :

-a GimpPreviewArea widget. - +a GimpPreviewArea widget.

x :

-x offset in preview - +x offset in preview

y :

-y offset in preview - +y offset in preview

width :

-buffer width - +buffer width

height :

-buffer height - +buffer height

type :

-the GimpImageType of buf +the GimpImageType of buf

buf :

-a guchar buffer that contains the preview pixel data. - +a guchar buffer that contains the preview pixel data.

rowstride :

@@ -217,16 +209,16 @@

-
+

gimp_preview_area_fill ()

void                gimp_preview_area_fill              (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         guchar red,
-                                                         guchar green,
-                                                         guchar blue);
+ gint x, + gint y, + gint width, + gint height, + guchar red, + guchar green, + guchar blue);

Fills the given rectangle of area in the given color and queues a redraw. @@ -239,61 +231,53 @@

area :

-a GimpPreviewArea widget. - +a GimpPreviewArea widget.

x :

-x offset in preview - +x offset in preview

y :

-y offset in preview - +y offset in preview

width :

-width of the rectangle to fill - +width of the rectangle to fill

height :

-height of the rectangle to fill - +height of the rectangle to fill

red :

-red component of the fill color (0-255) - +red component of the fill color (0-255)

green :

-green component of the fill color (0-255) - +green component of the fill color (0-255)

blue :

-red component of the fill color (0-255) - +red component of the fill color (0-255)

-
+

gimp_preview_area_blend ()

void                gimp_preview_area_blend             (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         GimpImageType type,
-                                                         const guchar *buf1,
-                                                         gint rowstride1,
-                                                         const guchar *buf2,
-                                                         gint rowstride2,
-                                                         guchar opacity);
+ gint x, + gint y, + gint width, + gint height, + GimpImageType type, + const guchar *buf1, + gint rowstride1, + const guchar *buf2, + gint rowstride2, + guchar opacity);

Composites buf1 on buf2 with the given opacity, draws the result to area and queues a redraw on the given rectangle. @@ -306,39 +290,33 @@

area :

-a GimpPreviewArea widget. - +a GimpPreviewArea widget.

x :

-x offset in preview - +x offset in preview

y :

-y offset in preview - +y offset in preview

width :

-buffer width - +buffer width

height :

-buffer height - +buffer height

type :

-the GimpImageType of buf1 and buf2 +the GimpImageType of buf1 and buf2

buf1 :

-a guchar buffer that contains the pixel data for - the lower layer - +a guchar buffer that contains the pixel data for +the lower layer

rowstride1 :

@@ -347,9 +325,8 @@

buf2 :

-a guchar buffer that contains the pixel data for - the upper layer - +a guchar buffer that contains the pixel data for +the upper layer

rowstride2 :

@@ -358,27 +335,26 @@

opacity :

-The opacity of the first layer. - +The opacity of the first layer.

-
+

gimp_preview_area_mask ()

void                gimp_preview_area_mask              (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y,
-                                                         gint width,
-                                                         gint height,
-                                                         GimpImageType type,
-                                                         const guchar *buf1,
-                                                         gint rowstride1,
-                                                         const guchar *buf2,
-                                                         gint rowstride2,
-                                                         const guchar *mask,
-                                                         gint rowstride_mask);
+ gint x, + gint y, + gint width, + gint height, + GimpImageType type, + const guchar *buf1, + gint rowstride1, + const guchar *buf2, + gint rowstride2, + const guchar *mask, + gint rowstride_mask);

Composites buf1 on buf2 with the given mask, draws the result on area and queues a redraw on the given rectangle. @@ -391,39 +367,33 @@

area :

-a GimpPreviewArea widget. - +a GimpPreviewArea widget.

x :

-x offset in preview - +x offset in preview

y :

-y offset in preview - +y offset in preview

width :

-buffer width - +buffer width

height :

-buffer height - +buffer height

type :

-the GimpImageType of buf1 and buf2 +the GimpImageType of buf1 and buf2

buf1 :

-a guchar buffer that contains the pixel data for - the lower layer - +a guchar buffer that contains the pixel data for +the lower layer

rowstride1 :

@@ -432,9 +402,8 @@

buf2 :

-a guchar buffer that contains the pixel data for - the upper layer - +a guchar buffer that contains the pixel data for +the upper layer

rowstride2 :

@@ -443,24 +412,22 @@

mask :

-a guchar buffer representing the mask of the second - layer. - +a guchar buffer representing the mask of the second +layer.

rowstride_mask :

-rowstride for the mask. - +rowstride for the mask.

-
+

gimp_preview_area_set_offsets ()

void                gimp_preview_area_set_offsets       (GimpPreviewArea *area,
-                                                         gint x,
-                                                         gint y);
+ gint x, + gint y);

Sets the offsets of the previewed area. This information is used when drawing the checkerboard and to determine the dither offsets. @@ -475,24 +442,22 @@

x :

-horizontal offset - +horizontal offset

y :

-vertical offset - +vertical offset

Since GIMP 2.2


-
+

gimp_preview_area_set_colormap ()

void                gimp_preview_area_set_colormap      (GimpPreviewArea *area,
-                                                         const guchar *colormap,
-                                                         gint num_colors);
+ const guchar *colormap, + gint num_colors);

Sets the colormap for the GimpPreviewArea widget. You need to call this function before you use gimp_preview_area_draw() with @@ -511,23 +476,21 @@

colormap :

-a guchar buffer that contains the colormap - +a guchar buffer that contains the colormap

num_colors :

-the number of colors in the colormap - +the number of colors in the colormap

-
+

gimp_preview_area_set_max_size ()

void                gimp_preview_area_set_max_size      (GimpPreviewArea *area,
-                                                         gint width,
-                                                         gint height);
+ gint width, + gint height);

Usually a GimpPreviewArea fills the size that it is allocated. This funtion allows you to limit the preview area to a @@ -539,28 +502,25 @@

area :

-a GimpPreviewArea widget - +a GimpPreviewArea widget

width :

-the maximum width in pixels or -1 to unset the limit - +the maximum width in pixels or -1 to unset the limit

height :

-the maximum height in pixels or -1 to unset the limit - +the maximum height in pixels or -1 to unset the limit

Since GIMP 2.2


-
+

gimp_preview_area_menu_popup ()

void                gimp_preview_area_menu_popup        (GimpPreviewArea *area,
-                                                         GdkEventButton *event);
+ GdkEventButton *event);

Creates a popup menu that allows to configure the size and type of the checkerboard pattern that the area uses to visualize transparency. @@ -575,7 +535,7 @@

event :

-the button event that causes the menu to popup or NULL +the button event that causes the menu to popup or NULL @@ -583,18 +543,18 @@

Since GIMP 2.2

-
+

Property Details

-
+

The "check-size" property

-
  "check-size"               GimpCheckSize         : Read / Write
+
  "check-size"               GimpCheckSize         : Read / Write

Default value: GIMP_CHECK_SIZE_MEDIUM_CHECKS


-
+

The "check-type" property

-
  "check-type"               GimpCheckType         : Read / Write
+
  "check-type"               GimpCheckType         : Read / Write

Default value: GIMP_CHECK_TYPE_GRAY_CHECKS

@@ -602,6 +562,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPreview.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPreview.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpPreview.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpPreview.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPreview - + - + @@ -36,7 +36,7 @@ Signals -
+
@@ -45,123 +45,120 @@
-
+

Synopsis

                    GimpPreview;
-gboolean            gimp_preview_get_update             (GimpPreview *preview);
+gboolean            gimp_preview_get_update             (GimpPreview *preview);
 void                gimp_preview_set_update             (GimpPreview *preview,
-                                                         gboolean update);
+                                                         gboolean update);
 void                gimp_preview_set_bounds             (GimpPreview *preview,
-                                                         gint xmin,
-                                                         gint ymin,
-                                                         gint xmax,
-                                                         gint ymax);
+                                                         gint xmin,
+                                                         gint ymin,
+                                                         gint xmax,
+                                                         gint ymax);
 void                gimp_preview_get_size               (GimpPreview *preview,
-                                                         gint *width,
-                                                         gint *height);
+                                                         gint *width,
+                                                         gint *height);
 void                gimp_preview_get_position           (GimpPreview *preview,
-                                                         gint *x,
-                                                         gint *y);
+                                                         gint *x,
+                                                         gint *y);
 void                gimp_preview_transform              (GimpPreview *preview,
-                                                         gint src_x,
-                                                         gint src_y,
-                                                         gint *dest_x,
-                                                         gint *dest_y);
+                                                         gint src_x,
+                                                         gint src_y,
+                                                         gint *dest_x,
+                                                         gint *dest_y);
 void                gimp_preview_untransform            (GimpPreview *preview,
-                                                         gint src_x,
-                                                         gint src_y,
-                                                         gint *dest_x,
-                                                         gint *dest_y);
-GtkWidget *         gimp_preview_get_area               (GimpPreview *preview);
+                                                         gint src_x,
+                                                         gint src_y,
+                                                         gint *dest_x,
+                                                         gint *dest_y);
+GtkWidget *         gimp_preview_get_area               (GimpPreview *preview);
 void                gimp_preview_draw                   (GimpPreview *preview);
 void                gimp_preview_draw_buffer            (GimpPreview *preview,
-                                                         const guchar *buffer,
-                                                         gint rowstride);
+                                                         const guchar *buffer,
+                                                         gint rowstride);
 void                gimp_preview_invalidate             (GimpPreview *preview);
 void                gimp_preview_set_default_cursor     (GimpPreview *preview,
-                                                         GdkCursor *cursor);
-GtkWidget *         gimp_preview_get_controls           (GimpPreview *preview);
+                                                         GdkCursor *cursor);
+GtkWidget *         gimp_preview_get_controls           (GimpPreview *preview);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpPreview
                                              +----GimpScrolledPreview
 
-
+

Implemented Interfaces

GimpPreview implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Properties

-  "update"                   gboolean              : Read / Write / Construct
+  "update"                   gboolean              : Read / Write / Construct
 
-
+

Style Properties

-  "size"                     gint                  : Read
+  "size"                     gint                  : Read
 
-
+

Signals

-  "invalidated"                                    : Run First
+  "invalidated"                                    : Run First
 
-
+

Description

A widget providing a GimpPreviewArea plus framework to update the preview.

-
+

Details

-
+

GimpPreview

typedef struct _GimpPreview GimpPreview;


-
+

gimp_preview_get_update ()

-
gboolean            gimp_preview_get_update             (GimpPreview *preview);
+
gboolean            gimp_preview_get_update             (GimpPreview *preview);
- + - +

preview :

a GimpPreview widget -a GimpPreview widget

Returns :

the state of the "Preview" check button. - -the state of the "Preview" check button.

Since GIMP 2.2


-
+

gimp_preview_set_update ()

void                gimp_preview_set_update             (GimpPreview *preview,
-                                                         gboolean update);
+ gboolean update);

Sets the state of the "Preview" check button.

@@ -170,28 +167,26 @@

preview :

-a GimpPreview widget - +a GimpPreview widget

update :

-TRUE if the preview should invalidate itself when being - scrolled or when gimp_preview_invalidate() is being called - +TRUE if the preview should invalidate itself when being +scrolled or when gimp_preview_invalidate() is being called

Since GIMP 2.2


-
+

gimp_preview_set_bounds ()

void                gimp_preview_set_bounds             (GimpPreview *preview,
-                                                         gint xmin,
-                                                         gint ymin,
-                                                         gint xmax,
-                                                         gint ymax);
+ gint xmin, + gint ymin, + gint xmax, + gint ymax);

Sets the lower and upper limits for the previewed area. The difference between the upper and lower value is used to set the @@ -201,76 +196,69 @@

preview :

-a GimpPreview widget - +a GimpPreview widget

Since GIMP 2.2


-
+

gimp_preview_get_size ()

void                gimp_preview_get_size               (GimpPreview *preview,
-                                                         gint *width,
-                                                         gint *height);
+ gint *width, + gint *height);
- + - + - +

preview :

a GimpPreview widget -a GimpPreview widget

width :

return location for the preview area width -return location for the preview area width

height :

return location for the preview area height -return location for the preview area height

Since GIMP 2.2


-
+

gimp_preview_get_position ()

void                gimp_preview_get_position           (GimpPreview *preview,
-                                                         gint *x,
-                                                         gint *y);
+ gint *x, + gint *y);
- + - + - +

preview :

a GimpPreview widget -a GimpPreview widget

x :

return location for the horizontal offset -return location for the horizontal offset

y :

return location for the vertical offset -return location for the vertical offset

Since GIMP 2.2


-
+

gimp_preview_transform ()

void                gimp_preview_transform              (GimpPreview *preview,
-                                                         gint src_x,
-                                                         gint src_y,
-                                                         gint *dest_x,
-                                                         gint *dest_y);
+ gint src_x, + gint src_y, + gint *dest_x, + gint *dest_y);

Transforms from image to widget coordinates.

@@ -279,41 +267,36 @@

preview :

-a GimpPreview widget - +a GimpPreview widget

src_x :

-horizontal position on the previewed image - +horizontal position on the previewed image

src_y :

-vertical position on the previewed image - +vertical position on the previewed image

dest_x :

-returns the transformed horizontal position - +returns the transformed horizontal position

dest_y :

-returns the transformed vertical position - +returns the transformed vertical position

Since GIMP 2.4


-
+

gimp_preview_untransform ()

void                gimp_preview_untransform            (GimpPreview *preview,
-                                                         gint src_x,
-                                                         gint src_y,
-                                                         gint *dest_x,
-                                                         gint *dest_y);
+ gint src_x, + gint src_y, + gint *dest_x, + gint *dest_y);

Transforms from widget to image coordinates.

@@ -322,37 +305,32 @@

preview :

-a GimpPreview widget - +a GimpPreview widget

src_x :

-horizontal position relative to the preview area's origin - +horizontal position relative to the preview area's origin

src_y :

-vertical position relative to preview area's origin - +vertical position relative to preview area's origin

dest_x :

-returns the untransformed horizontal position - +returns the untransformed horizontal position

dest_y :

-returns the untransformed vertical position - +returns the untransformed vertical position

Since GIMP 2.4


-
+

gimp_preview_get_area ()

-
GtkWidget *         gimp_preview_get_area               (GimpPreview *preview);
+
GtkWidget *         gimp_preview_get_area               (GimpPreview *preview);

In most cases, you shouldn't need to access the GimpPreviewArea that is being used in the preview. Sometimes however, you need to. @@ -364,21 +342,18 @@

preview :

-a GimpPreview widget - +a GimpPreview widget

Returns :

- a pointer to the GimpPreviewArea used in the preview. - - +a pointer to the GimpPreviewArea used in the preview.

Since GIMP 2.4


-
+

gimp_preview_draw ()

void                gimp_preview_draw                   (GimpPreview *preview);

@@ -387,25 +362,24 @@ the derived class implementing this method.

-GimpDrawablePreview implements gimp_preview_draw() by drawing the +GimpDrawablePreview implements gimp_preview_draw() by drawing the original, unmodified drawable to the preview.

- +

preview :

a GimpPreview widget -a GimpPreview widget

Since GIMP 2.2


-
+

gimp_preview_draw_buffer ()

void                gimp_preview_draw_buffer            (GimpPreview *preview,
-                                                         const guchar *buffer,
-                                                         gint rowstride);
+ const guchar *buffer, + gint rowstride);

Calls the GimpPreview::draw_buffer method. GimpPreview itself doesn't implement this method so the behaviour is determined by the @@ -416,25 +390,22 @@

preview :

-a GimpPreview widget - +a GimpPreview widget

buffer :

-a pixel buffer the size of the preview - +a pixel buffer the size of the preview

rowstride :

-the buffer's rowstride - +the buffer's rowstride

Since GIMP 2.2


-
+

gimp_preview_invalidate ()

void                gimp_preview_invalidate             (GimpPreview *preview);

@@ -454,33 +425,31 @@

preview :

-a GimpPreview widget - +a GimpPreview widget

Since GIMP 2.2


-
+

gimp_preview_set_default_cursor ()

void                gimp_preview_set_default_cursor     (GimpPreview *preview,
-                                                         GdkCursor *cursor);
+ GdkCursor *cursor);

Sets the default mouse cursor for the preview. Note that this will -be overriden by a GDK_FLEUR if the preview has scrollbars, or by a -GDK_WATCH when the preview is invalidated. +be overriden by a GDK_FLEUR if the preview has scrollbars, or by a +GDK_WATCH when the preview is invalidated.

- + - @@ -488,11 +457,11 @@

Since GIMP 2.2


-
+

gimp_preview_get_controls ()

-
GtkWidget *         gimp_preview_get_controls           (GimpPreview *preview);
+
GtkWidget *         gimp_preview_get_controls           (GimpPreview *preview);

-Gives access to the GtkHBox at the bottom of the preview that +Gives access to the GtkHBox at the bottom of the preview that contains the update toggle. Derived widgets can use this function if they need to add controls to this area.

@@ -501,45 +470,42 @@
- + - +

preview :

a GimpPreview widget -a GimpPreview widget

cursor :

a GdkCursor or NULL +a GdkCursor or NULL

preview :

a GimpPreview widget -a GimpPreview widget

Returns :

the GtkHBox at the bottom of the preview. - -the GtkHBox at the bottom of the preview.

Since GIMP 2.4

-
+

Property Details

-
+

The "update" property

-
  "update"                   gboolean              : Read / Write / Construct
+
  "update"                   gboolean              : Read / Write / Construct

Default value: TRUE

-
+

Style Property Details

-
+

The "size" style property

-
  "size"                     gint                  : Read
+
  "size"                     gint                  : Read

Allowed values: [1,1024]

Default value: 200

-
+

Signal Details

-
+

The "invalidated" signal

void                user_function                      (GimpPreview *gimppreview,
-                                                        gpointer     user_data)        : Run First
+ gpointer user_data) : Run First

@@ -547,8 +513,7 @@ - + @@ -561,6 +526,6 @@ + Generated by GTK-Doc V1.18 \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpRuler.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpRuler.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpRuler.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpRuler.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpRuler - + - + @@ -34,7 +34,7 @@ Style Properties

gimppreview :

the object which received the signal. -the object which received the signal.

user_data :

-
+
@@ -43,76 +43,76 @@
-
+

Synopsis

                    GimpRuler;
-GtkWidget *         gimp_ruler_new                      (GtkOrientation orientation);
+GtkWidget *         gimp_ruler_new                      (GtkOrientation orientation);
 void                gimp_ruler_set_unit                 (GimpRuler *ruler,
-                                                         GimpUnit unit);
-GimpUnit            gimp_ruler_get_unit                 (GimpRuler *ruler);
+                                                         GimpUnit unit);
+GimpUnit            gimp_ruler_get_unit                 (GimpRuler *ruler);
 void                gimp_ruler_set_position             (GimpRuler *ruler,
-                                                         gdouble position);
-gdouble             gimp_ruler_get_position             (GimpRuler *ruler);
+                                                         gdouble position);
+gdouble             gimp_ruler_get_position             (GimpRuler *ruler);
 void                gimp_ruler_set_range                (GimpRuler *ruler,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gdouble max_size);
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gdouble max_size);
 void                gimp_ruler_get_range                (GimpRuler *ruler,
-                                                         gdouble *lower,
-                                                         gdouble *upper,
-                                                         gdouble *max_size);
+                                                         gdouble *lower,
+                                                         gdouble *upper,
+                                                         gdouble *max_size);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
                      +----GimpRuler
 
-
+

Implemented Interfaces

GimpRuler implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Properties

-  "lower"                    gdouble               : Read / Write
-  "max-size"                 gdouble               : Read / Write
-  "orientation"              GtkOrientation        : Read / Write
-  "position"                 gdouble               : Read / Write
-  "unit"                     GimpUnit              : Read / Write
-  "upper"                    gdouble               : Read / Write
+  "lower"                    gdouble               : Read / Write
+  "max-size"                 gdouble               : Read / Write
+  "orientation"              GtkOrientation        : Read / Write
+  "position"                 gdouble               : Read / Write
+  "unit"                     GimpUnit              : Read / Write
+  "upper"                    gdouble               : Read / Write
 
-
+

Style Properties

-  "font-scale"               gdouble               : Read
+  "font-scale"               gdouble               : Read
 
-
+

Description

-
+

Details

-
+

GimpRuler

typedef struct _GimpRuler GimpRuler;


-
+

gimp_ruler_new ()

-
GtkWidget *         gimp_ruler_new                      (GtkOrientation orientation);
+
GtkWidget *         gimp_ruler_new                      (GtkOrientation orientation);

Creates a new ruler.

@@ -121,46 +121,28 @@

orientation :

-the ruler's orientation. - +the ruler's orientation.

Returns :

- a new GimpRuler widget. - - +a new GimpRuler widget.

Since GIMP 2.8


-
+

gimp_ruler_set_unit ()

void                gimp_ruler_set_unit                 (GimpRuler *ruler,
-                                                         GimpUnit unit);
+ GimpUnit unit);

-
-- - - - - - - - - - -

ruler :

-

unit :

-

-
+

gimp_ruler_get_unit ()

-
GimpUnit            gimp_ruler_get_unit                 (GimpRuler *ruler);
+
GimpUnit            gimp_ruler_get_unit                 (GimpRuler *ruler);
@@ -171,19 +153,17 @@ - +

Returns :

the unit currently used in the ruler widget. - -the unit currently used in the ruler widget.

Since GIMP 2.8


-
+

gimp_ruler_set_position ()

void                gimp_ruler_set_position             (GimpRuler *ruler,
-                                                         gdouble position);
+ gdouble position);

This sets the position of the ruler.

@@ -197,17 +177,16 @@

position :

-the position to set the ruler to - +the position to set the ruler to

Since GIMP 2.8


-
+

gimp_ruler_get_position ()

-
gdouble             gimp_ruler_get_position             (GimpRuler *ruler);
+
gdouble             gimp_ruler_get_position             (GimpRuler *ruler);
@@ -218,21 +197,19 @@ - +

Returns :

the current position of the ruler widget. - -the current position of the ruler widget.

Since GIMP 2.8


-
+

gimp_ruler_set_range ()

void                gimp_ruler_set_range                (GimpRuler *ruler,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gdouble max_size);
+ gdouble lower, + gdouble upper, + gdouble max_size);

This sets the range of the ruler.

@@ -246,31 +223,28 @@

lower :

-the lower limit of the ruler - +the lower limit of the ruler

upper :

-the upper limit of the ruler - +the upper limit of the ruler

max_size :

the maximum size of the ruler used when calculating the space to -leave for the text - +leave for the text

Since GIMP 2.8


-
+

gimp_ruler_get_range ()

void                gimp_ruler_get_range                (GimpRuler *ruler,
-                                                         gdouble *lower,
-                                                         gdouble *upper,
-                                                         gdouble *max_size);
+ gdouble *lower, + gdouble *upper, + gdouble *max_size);

Retrieves values indicating the range and current position of a GimpRuler. See gimp_ruler_set_range(). @@ -285,75 +259,74 @@

lower :

-location to store lower limit of the ruler, or NULL +location to store lower limit of the ruler, or NULL

upper :

-location to store upper limit of the ruler, or NULL +location to store upper limit of the ruler, or NULL

max_size :

location to store the maximum size of the ruler used when - calculating the space to leave for the text, or NULL. - +calculating the space to leave for the text, or NULL.

Since GIMP 2.8

-
+

Property Details

-
+

The "lower" property

-
  "lower"                    gdouble               : Read / Write
+
  "lower"                    gdouble               : Read / Write

Lower limit of ruler.

Default value: 0


-
+

The "max-size" property

-
  "max-size"                 gdouble               : Read / Write
+
  "max-size"                 gdouble               : Read / Write

Maximum size of the ruler.

Default value: 0


-
+

The "orientation" property

-
  "orientation"              GtkOrientation        : Read / Write
+
  "orientation"              GtkOrientation        : Read / Write

The orientation of the ruler.

Default value: GTK_ORIENTATION_HORIZONTAL


-
+

The "position" property

-
  "position"                 gdouble               : Read / Write
+
  "position"                 gdouble               : Read / Write

Position of mark on the ruler.

Default value: 0


-
+

The "unit" property

-
  "unit"                     GimpUnit              : Read / Write
+
  "unit"                     GimpUnit              : Read / Write

Unit of ruler.

Allowed values: [0,65535]

Default value: 0


-
+

The "upper" property

-
  "upper"                    gdouble               : Read / Write
+
  "upper"                    gdouble               : Read / Write

Upper limit of ruler.

Default value: 0

-
+

Style Property Details

-
+

The "font-scale" style property

-
  "font-scale"               gdouble               : Read
+
  "font-scale"               gdouble               : Read

Allowed values: >= 0

Default value: 0.833333

@@ -362,6 +335,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpScrolledPreview - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,59 +39,59 @@
-
+

Synopsis

                    GimpScrolledPreview;
 void                gimp_scrolled_preview_set_position  (GimpScrolledPreview *preview,
-                                                         gint x,
-                                                         gint y);
+                                                         gint x,
+                                                         gint y);
 void                gimp_scrolled_preview_set_policy    (GimpScrolledPreview *preview,
-                                                         GtkPolicyType hscrollbar_policy,
-                                                         GtkPolicyType vscrollbar_policy);
+                                                         GtkPolicyType hscrollbar_policy,
+                                                         GtkPolicyType vscrollbar_policy);
 void                gimp_scrolled_preview_freeze        (GimpScrolledPreview *preview);
 void                gimp_scrolled_preview_thaw          (GimpScrolledPreview *preview);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBox
-                                 +----GtkVBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBox
+                                 +----GtkVBox
                                        +----GimpPreview
                                              +----GimpScrolledPreview
 
-
+

Implemented Interfaces

GimpScrolledPreview implements - AtkImplementorIface, GtkBuildable and GtkOrientable.

+ AtkImplementorIface, GtkBuildable and GtkOrientable.

-
+

Description

A widget providing a GimpPreview enhanced by scrolling capabilities.

-
+

Details

-
+

GimpScrolledPreview

typedef struct _GimpScrolledPreview GimpScrolledPreview;


-
+

gimp_scrolled_preview_set_position ()

void                gimp_scrolled_preview_set_position  (GimpScrolledPreview *preview,
-                                                         gint x,
-                                                         gint y);
+ gint x, + gint y);
@@ -102,24 +102,22 @@ - + - +

x :

horizontal scroll offset -horizontal scroll offset

y :

vertical scroll offset -vertical scroll offset

Since GIMP 2.4


-
+

gimp_scrolled_preview_set_policy ()

void                gimp_scrolled_preview_set_policy    (GimpScrolledPreview *preview,
-                                                         GtkPolicyType hscrollbar_policy,
-                                                         GtkPolicyType vscrollbar_policy);
+ GtkPolicyType hscrollbar_policy, + GtkPolicyType vscrollbar_policy);
@@ -130,20 +128,18 @@ - + - +

hscrollbar_policy :

policy for horizontal scrollbar -policy for horizontal scrollbar

vscrollbar_policy :

policy for vertical scrollbar -policy for vertical scrollbar

Since GIMP 2.4


-
+

gimp_scrolled_preview_freeze ()

void                gimp_scrolled_preview_freeze        (GimpScrolledPreview *preview);

@@ -165,7 +161,7 @@

Since GIMP 2.4


-
+

gimp_scrolled_preview_thaw ()

void                gimp_scrolled_preview_thaw          (GimpScrolledPreview *preview);

@@ -190,6 +186,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpSizeEntry.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpSizeEntry.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpSizeEntry.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpSizeEntry.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpSizeEntry - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,100 +41,100 @@
-
+

Synopsis

                    GimpSizeEntry;
                     GimpSizeEntryField;
 enum                GimpSizeEntryUpdatePolicy;
-GtkWidget *         gimp_size_entry_new                 (gint number_of_fields,
-                                                         GimpUnit unit,
-                                                         const gchar *unit_format,
-                                                         gboolean menu_show_pixels,
-                                                         gboolean menu_show_percent,
-                                                         gboolean show_refval,
-                                                         gint spinbutton_width,
+GtkWidget *         gimp_size_entry_new                 (gint number_of_fields,
+                                                         GimpUnit unit,
+                                                         const gchar *unit_format,
+                                                         gboolean menu_show_pixels,
+                                                         gboolean menu_show_percent,
+                                                         gboolean show_refval,
+                                                         gint spinbutton_width,
                                                          GimpSizeEntryUpdatePolicy update_policy);
 void                gimp_size_entry_add_field           (GimpSizeEntry *gse,
-                                                         GtkSpinButton *value_spinbutton,
-                                                         GtkSpinButton *refval_spinbutton);
-GtkWidget *         gimp_size_entry_attach_label        (GimpSizeEntry *gse,
-                                                         const gchar *text,
-                                                         gint row,
-                                                         gint column,
-                                                         gfloat alignment);
+                                                         GtkSpinButton *value_spinbutton,
+                                                         GtkSpinButton *refval_spinbutton);
+GtkWidget *         gimp_size_entry_attach_label        (GimpSizeEntry *gse,
+                                                         const gchar *text,
+                                                         gint row,
+                                                         gint column,
+                                                         gfloat alignment);
 void                gimp_size_entry_set_resolution      (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble resolution,
-                                                         gboolean keep_size);
+                                                         gint field,
+                                                         gdouble resolution,
+                                                         gboolean keep_size);
 void                gimp_size_entry_set_size            (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble lower,
-                                                         gdouble upper);
+                                                         gint field,
+                                                         gdouble lower,
+                                                         gdouble upper);
 void                gimp_size_entry_set_value_boundaries
                                                         (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble lower,
-                                                         gdouble upper);
-gdouble             gimp_size_entry_get_value           (GimpSizeEntry *gse,
-                                                         gint field);
+                                                         gint field,
+                                                         gdouble lower,
+                                                         gdouble upper);
+gdouble             gimp_size_entry_get_value           (GimpSizeEntry *gse,
+                                                         gint field);
 void                gimp_size_entry_set_value           (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble value);
+                                                         gint field,
+                                                         gdouble value);
 void                gimp_size_entry_set_refval_boundaries
                                                         (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble lower,
-                                                         gdouble upper);
+                                                         gint field,
+                                                         gdouble lower,
+                                                         gdouble upper);
 void                gimp_size_entry_set_refval_digits   (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gint digits);
-gdouble             gimp_size_entry_get_refval          (GimpSizeEntry *gse,
-                                                         gint field);
+                                                         gint field,
+                                                         gint digits);
+gdouble             gimp_size_entry_get_refval          (GimpSizeEntry *gse,
+                                                         gint field);
 void                gimp_size_entry_set_refval          (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble refval);
-GimpUnit            gimp_size_entry_get_unit            (GimpSizeEntry *gse);
+                                                         gint field,
+                                                         gdouble refval);
+GimpUnit            gimp_size_entry_get_unit            (GimpSizeEntry *gse);
 void                gimp_size_entry_set_unit            (GimpSizeEntry *gse,
-                                                         GimpUnit unit);
+                                                         GimpUnit unit);
 void                gimp_size_entry_set_pixel_digits    (GimpSizeEntry *gse,
-                                                         gint digits);
+                                                         gint digits);
 void                gimp_size_entry_show_unit_menu      (GimpSizeEntry *gse,
-                                                         gboolean show);
+                                                         gboolean show);
 void                gimp_size_entry_grab_focus          (GimpSizeEntry *gse);
 void                gimp_size_entry_set_activates_default
                                                         (GimpSizeEntry *gse,
-                                                         gboolean setting);
-GtkWidget *         gimp_size_entry_get_help_widget     (GimpSizeEntry *gse,
-                                                         gint field);
+                                                         gboolean setting);
+GtkWidget *         gimp_size_entry_get_help_widget     (GimpSizeEntry *gse,
+                                                         gint field);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkTable
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkTable
                                  +----GimpSizeEntry
 
-
+

Implemented Interfaces

GimpSizeEntry implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

-
+

Signals

-  "refval-changed"                                 : Run First
-  "unit-changed"                                   : Run First
-  "value-changed"                                  : Run First
+  "refval-changed"                                 : Run First
+  "unit-changed"                                   : Run First
+  "value-changed"                                  : Run First
 
-
+

Description

This widget is used to enter pixel distances/sizes and resolutions. @@ -146,42 +146,41 @@

There is a GimpUnitMenu right of the entry fields which lets you -specify the GimpUnit of the displayed values. +specify the GimpUnit of the displayed values.

-For each field, there can be one or two GtkSpinButton's to enter -"value" and "reference value". If you specify show_refval as FALSE -in gimp_size_entry_new() there will be only one GtkSpinButton and the +For each field, there can be one or two GtkSpinButton's to enter +"value" and "reference value". If you specify show_refval as FALSE +in gimp_size_entry_new() there will be only one GtkSpinButton and the GimpUnitMenu will contain an item for selecting GIMP_UNIT_PIXEL.

The "reference value" is either of GIMP_UNIT_PIXEL or dpi, depending on which GimpSizeEntryUpdatePolicy you specify in gimp_size_entry_new(). The "value" is either the size in pixels mapped to the size in a -real-world-unit (see GimpUnit) or the dpi value mapped to pixels per +real-world-unit (see GimpUnit) or the dpi value mapped to pixels per real-world-unit.

-
+

Details

-
+

GimpSizeEntry

typedef struct _GimpSizeEntry GimpSizeEntry;


-
+

GimpSizeEntryField

typedef struct _GimpSizeEntryField GimpSizeEntryField;


-
+

enum GimpSizeEntryUpdatePolicy

-
typedef enum
-{
+
typedef enum {
   GIMP_SIZE_ENTRY_UPDATE_NONE       = 0,
   GIMP_SIZE_ENTRY_UPDATE_SIZE       = 1,
   GIMP_SIZE_ENTRY_UPDATE_RESOLUTION = 2
@@ -191,15 +190,15 @@
 


-
+

gimp_size_entry_new ()

-
GtkWidget *         gimp_size_entry_new                 (gint number_of_fields,
-                                                         GimpUnit unit,
-                                                         const gchar *unit_format,
-                                                         gboolean menu_show_pixels,
-                                                         gboolean menu_show_percent,
-                                                         gboolean show_refval,
-                                                         gint spinbutton_width,
+
GtkWidget *         gimp_size_entry_new                 (gint number_of_fields,
+                                                         GimpUnit unit,
+                                                         const gchar *unit_format,
+                                                         gboolean menu_show_pixels,
+                                                         gboolean menu_show_percent,
+                                                         gboolean show_refval,
+                                                         gint spinbutton_width,
                                                          GimpSizeEntryUpdatePolicy update_policy);

Creates a new GimpSizeEntry widget. @@ -234,7 +233,7 @@ 7. gimp_size_entry_set_refval() (or gimp_size_entry_set_value())

-The GimpSizeEntry is derived from GtkTable and will have +The GimpSizeEntry is derived from GtkTable and will have an empty border of one cell width on each side plus an empty column left of the GimpUnitMenu to allow the caller to add labels or a GimpChainButton. @@ -244,74 +243,65 @@

number_of_fields :

-The number of input fields. - +The number of input fields.

unit :

-The initial unit. - +The initial unit.

unit_format :

A printf-like unit-format string as is used with - gimp_unit_menu_new(). - +gimp_unit_menu_new().

menu_show_pixels :

-TRUE if the unit menu shold contain an item for - GIMP_UNIT_PIXEL (ignored if the update_policy is not - GIMP_SIZE_ENTRY_UPDATE_NONE). - +TRUE if the unit menu shold contain an item for +GIMP_UNIT_PIXEL (ignored if the update_policy is not +GIMP_SIZE_ENTRY_UPDATE_NONE).

menu_show_percent :

-TRUE if the unit menu shold contain an item for - GIMP_UNIT_PERCENT. - +TRUE if the unit menu shold contain an item for +GIMP_UNIT_PERCENT.

show_refval :

-TRUE if you want an extra "reference value" - spinbutton per input field. - +TRUE if you want an extra "reference value" +spinbutton per input field.

spinbutton_width :

-The minimal horizontal size of the GtkSpinButton's. - +The minimal horizontal size of the GtkSpinButton's.

update_policy :

How the automatic pixel <-> real-world-unit - calculations should be done. - +calculations should be done.

Returns :

- A Pointer to the new GimpSizeEntry widget. - +A Pointer to the new GimpSizeEntry widget.

-
+

gimp_size_entry_add_field ()

void                gimp_size_entry_add_field           (GimpSizeEntry *gse,
-                                                         GtkSpinButton *value_spinbutton,
-                                                         GtkSpinButton *refval_spinbutton);
+ GtkSpinButton *value_spinbutton, + GtkSpinButton *refval_spinbutton);

Adds an input field to the GimpSizeEntry.

The new input field will have the index 0. If you specified show_refval -as TRUE in gimp_size_entry_new() you have to pass an additional -GtkSpinButton to hold the reference value. If show_refval was FALSE, +as TRUE in gimp_size_entry_new() you have to pass an additional +GtkSpinButton to hold the reference value. If show_refval was FALSE, refval_spinbutton will be ignored.

@@ -319,82 +309,73 @@ - + - + - +

gse :

The sizeentry you want to add a field to. -The sizeentry you want to add a field to.

value_spinbutton :

The spinbutton to display the field's value. -The spinbutton to display the field's value.

refval_spinbutton :

The spinbutton to display the field's reference value. -The spinbutton to display the field's reference value.

-
+

gimp_size_entry_attach_label ()

-
GtkWidget *         gimp_size_entry_attach_label        (GimpSizeEntry *gse,
-                                                         const gchar *text,
-                                                         gint row,
-                                                         gint column,
-                                                         gfloat alignment);
+
GtkWidget *         gimp_size_entry_attach_label        (GimpSizeEntry *gse,
+                                                         const gchar *text,
+                                                         gint row,
+                                                         gint column,
+                                                         gfloat alignment);

-Attaches a GtkLabel to the GimpSizeEntry (which is a GtkTable). +Attaches a GtkLabel to the GimpSizeEntry (which is a GtkTable).

- + - + - + - + - + - +

gse :

The sizeentry you want to add a label to. -The sizeentry you want to add a label to.

text :

The text of the label. -The text of the label.

row :

The row where the label will be attached. -The row where the label will be attached.

column :

The column where the label will be attached. -The column where the label will be attached.

alignment :

The horizontal alignment of the label. -The horizontal alignment of the label.

Returns :

A pointer to the new GtkLabel widget. -A pointer to the new GtkLabel widget.

-
+

gimp_size_entry_set_resolution ()

void                gimp_size_entry_set_resolution      (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble resolution,
-                                                         gboolean keep_size);
+ gint field, + gdouble resolution, + gboolean keep_size);

Sets the resolution (in dpi) for field # field of the GimpSizeEntry.

The resolution passed will be clamped to fit in -[GIMP_MIN_RESOLUTION..GIMP_MAX_RESOLUTION]. +[GIMP_MIN_RESOLUTION..GIMP_MAX_RESOLUTION].

This function does nothing if the GimpSizeEntryUpdatePolicy specified in @@ -405,42 +386,38 @@

gse :

-The sizeentry you want to set a resolution for. - +The sizeentry you want to set a resolution for.

field :

-The index of the field you want to set the resolution for. - +The index of the field you want to set the resolution for.

resolution :

-The new resolution (in dpi) for the chosen field. - +The new resolution (in dpi) for the chosen field.

keep_size :

-TRUE if the field's size in pixels should stay the same. - FALSE if the field's size in units should stay the same. - +TRUE if the field's size in pixels should stay the same. +FALSE if the field's size in units should stay the same.

-
+

gimp_size_entry_set_size ()

void                gimp_size_entry_set_size            (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble lower,
-                                                         gdouble upper);
+ gint field, + gdouble lower, + gdouble upper);

Sets the pixel values for field # field of the GimpSizeEntry which will be treated as 0% and 100%.

-These values will be used if you specified menu_show_percent as TRUE +These values will be used if you specified menu_show_percent as TRUE in gimp_size_entry_new() and the user has selected GIMP_UNIT_PERCENT in the GimpSizeEntry's GimpUnitMenu.

@@ -453,35 +430,31 @@

gse :

-The sizeentry you want to set a size for. - +The sizeentry you want to set a size for.

field :

-The index of the field you want to set the size for. - +The index of the field you want to set the size for.

lower :

-The reference value which will be treated as 0%. - +The reference value which will be treated as 0%.

upper :

-The reference value which will be treated as 100%. - +The reference value which will be treated as 100%.

-
+

gimp_size_entry_set_value_boundaries ()

void                gimp_size_entry_set_value_boundaries
                                                         (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble lower,
-                                                         gdouble upper);
+ gint field, + gdouble lower, + gdouble upper);

Limits the range of possible values which can be entered in field # field of the GimpSizeEntry. @@ -502,92 +475,48 @@

gse :

-The sizeentry you want to set value boundaries for. - +The sizeentry you want to set value boundaries for.

field :

-The index of the field you want to set value boundaries for. - +The index of the field you want to set value boundaries for.

lower :

-The new lower boundary of the value of the chosen field. - +The new lower boundary of the value of the chosen field.

upper :

-The new upper boundary of the value of the chosen field. - +The new upper boundary of the value of the chosen field.

-
+

gimp_size_entry_get_value ()

-
gdouble             gimp_size_entry_get_value           (GimpSizeEntry *gse,
-                                                         gint field);
+
gdouble             gimp_size_entry_get_value           (GimpSizeEntry *gse,
+                                                         gint field);

-
-- - - - - - - - - - - - - - -

gse :

-

field :

-

Returns :

-

-
+

gimp_size_entry_set_value ()

void                gimp_size_entry_set_value           (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble value);
+ gint field, + gdouble value);

-
-- - - - - - - - - - - - - - -

gse :

-

field :

-

value :

-

-
+

gimp_size_entry_set_refval_boundaries ()

void                gimp_size_entry_set_refval_boundaries
                                                         (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble lower,
-                                                         gdouble upper);
+ gint field, + gdouble lower, + gdouble upper);

Limits the range of possible reference values which can be entered in field # field of the GimpSizeEntry. @@ -601,34 +530,30 @@

gse :

-The sizeentry you want to set the reference value boundaries for. - +The sizeentry you want to set the reference value boundaries for.

field :

The index of the field you want to set the reference value - boundaries for. - +boundaries for.

lower :

-The new lower boundary of the reference value of the chosen field. - +The new lower boundary of the reference value of the chosen field.

upper :

-The new upper boundary of the reference value of the chosen field. - +The new upper boundary of the reference value of the chosen field.

-
+

gimp_size_entry_set_refval_digits ()

void                gimp_size_entry_set_refval_digits   (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gint digits);
+ gint field, + gint digits);

Sets the decimal digits of field # field of the GimpSizeEntry to digits. @@ -643,86 +568,43 @@

gse :

-The sizeentry you want to set the reference value digits for. - +The sizeentry you want to set the reference value digits for.

field :

-The index of the field you want to set the reference value for. - +The index of the field you want to set the reference value for.

digits :

-The new number of decimal digits for the GtkSpinButton which - displays field's reference value. - +The new number of decimal digits for the GtkSpinButton which +displays field's reference value.

-
+

gimp_size_entry_get_refval ()

-
gdouble             gimp_size_entry_get_refval          (GimpSizeEntry *gse,
-                                                         gint field);
+
gdouble             gimp_size_entry_get_refval          (GimpSizeEntry *gse,
+                                                         gint field);

-
-- - - - - - - - - - - - - - -

gse :

-

field :

-

Returns :

-

-
+

gimp_size_entry_set_refval ()

void                gimp_size_entry_set_refval          (GimpSizeEntry *gse,
-                                                         gint field,
-                                                         gdouble refval);
+ gint field, + gdouble refval);

-
-- - - - - - - - - - - - - - -

gse :

-

field :

-

refval :

-

-
+

gimp_size_entry_get_unit ()

-
GimpUnit            gimp_size_entry_get_unit            (GimpSizeEntry *gse);
+
GimpUnit            gimp_size_entry_get_unit            (GimpSizeEntry *gse);

-Returns the GimpUnit the user has selected in the GimpSizeEntry's +Returns the GimpUnit the user has selected in the GimpSizeEntry's GimpUnitMenu.

@@ -730,22 +612,20 @@ - + - +

gse :

The sizeentry you want to know the unit of. -The sizeentry you want to know the unit of.

Returns :

The sizeentry's unit. -The sizeentry's unit.

-
+

gimp_size_entry_set_unit ()

void                gimp_size_entry_set_unit            (GimpSizeEntry *gse,
-                                                         GimpUnit unit);
+ GimpUnit unit);

Sets the GimpSizeEntry's unit. The reference value for all fields will stay the same but the value in units or pixels per unit will change @@ -757,22 +637,20 @@

gse :

-The sizeentry you want to change the unit for. - +The sizeentry you want to change the unit for.

unit :

-The new unit. - +The new unit.

-
+

gimp_size_entry_set_pixel_digits ()

void                gimp_size_entry_set_pixel_digits    (GimpSizeEntry *gse,
-                                                         gint digits);
+ gint digits);

Similar to gimp_unit_menu_set_pixel_digits(), this function allows you set up a GimpSizeEntry so that sub-pixel sizes can be entered. @@ -787,20 +665,19 @@

digits :

-the number of digits to display for a pixel size - +the number of digits to display for a pixel size

-
+

gimp_size_entry_show_unit_menu ()

void                gimp_size_entry_show_unit_menu      (GimpSizeEntry *gse,
-                                                         gboolean show);
+ gboolean show);

Controls whether a unit menu is shown in the size entry. If -show is TRUE, the menu is shown; otherwise it is hidden. +show is TRUE, the menu is shown; otherwise it is hidden.

@@ -812,39 +689,37 @@ - +

show :

Boolean -Boolean

Since GIMP 2.4


-
+

gimp_size_entry_grab_focus ()

void                gimp_size_entry_grab_focus          (GimpSizeEntry *gse);

This function is rather ugly and just a workaround for the fact that -it's impossible to implement gtk_widget_grab_focus() for a GtkTable. +it's impossible to implement gtk_widget_grab_focus() for a GtkTable.

- +

gse :

The sizeentry you want to grab the keyboard focus. -The sizeentry you want to grab the keyboard focus.

-
+

gimp_size_entry_set_activates_default ()

void                gimp_size_entry_set_activates_default
                                                         (GimpSizeEntry *gse,
-                                                         gboolean setting);
+ gboolean setting);

Iterates over all entries in the GimpSizeEntry and calls -gtk_entry_set_activates_default() on them. +gtk_entry_set_activates_default() on them.

@@ -857,18 +732,17 @@ +TRUE to activate window's default widget on Enter keypress

setting :

-TRUE to activate window's default widget on Enter keypress -

Since GIMP 2.4


-
+

gimp_size_entry_get_help_widget ()

-
GtkWidget *         gimp_size_entry_get_help_widget     (GimpSizeEntry *gse,
-                                                         gint field);
+
GtkWidget *         gimp_size_entry_get_help_widget     (GimpSizeEntry *gse,
+                                                         gint field);

You shouldn't fiddle with the internals of a GimpSizeEntry but if you want to set tooltips using gimp_help_set_help_data() you @@ -884,24 +758,22 @@

field :

-the index of the widget you want to get a pointer to - +the index of the widget you want to get a pointer to

Returns :

- a GtkWidget pointer that you can attach a tooltip to. - +a GtkWidget pointer that you can attach a tooltip to.
-
+

Signal Details

-
+

The "refval-changed" signal

void                user_function                      (GimpSizeEntry *gimpsizeentry,
-                                                        gpointer       user_data)          : Run First
+ gpointer user_data) : Run First

@@ -909,8 +781,7 @@ - + @@ -920,10 +791,10 @@

gimpsizeentry :

the object which received the signal. -the object which received the signal.

user_data :


-
+

The "unit-changed" signal

void                user_function                      (GimpSizeEntry *gimpsizeentry,
-                                                        gpointer       user_data)          : Run First
+ gpointer user_data) : Run First

@@ -931,8 +802,7 @@ - + @@ -942,10 +812,10 @@

gimpsizeentry :

the object which received the signal. -the object which received the signal.

user_data :


-
+

The "value-changed" signal

void                user_function                      (GimpSizeEntry *gimpsizeentry,
-                                                        gpointer       user_data)          : Run First
+ gpointer user_data) : Run First

@@ -953,8 +823,7 @@ - + @@ -964,10 +833,10 @@

gimpsizeentry :

the object which received the signal. -the object which received the signal.

user_data :

-
+

See Also

-GimpUnit +GimpUnit

GimpUnitMenu @@ -979,6 +848,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpStringComboBox.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpStringComboBox.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpStringComboBox.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpStringComboBox.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpStringComboBox - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,86 +41,77 @@
-
+ -
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkComboBox
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkComboBox
                                        +----GimpStringComboBox
 
-
+

Implemented Interfaces

GimpStringComboBox implements - AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

+ AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

-
+

Properties

   "ellipsize"                PangoEllipsizeMode    : Read / Write
-  "id-column"                gint                  : Read / Write / Construct Only
-  "label-column"             gint                  : Read / Write / Construct Only
+  "id-column"                gint                  : Read / Write / Construct Only
+  "label-column"             gint                  : Read / Write / Construct Only
 
-
+

Description

-
+

Details

-
+

GimpStringComboBox

typedef struct _GimpStringComboBox GimpStringComboBox;


-
+

gimp_string_combo_box_new ()

-
GtkWidget *         gimp_string_combo_box_new           (GtkTreeModel *model,
-                                                         gint id_column,
-                                                         gint label_column);
+
GtkWidget *         gimp_string_combo_box_new           (GtkTreeModel *model,
+                                                         gint id_column,
+                                                         gint label_column);
- - - - - - + - - - + +

model :

-

Returns :

a new GimpStringComboBox. - -
a new GimpStringComboBox.

Since GIMP 2.4


-
+

gimp_string_combo_box_set_active ()

-
gboolean            gimp_string_combo_box_set_active    (GimpStringComboBox *combo_box,
-                                                         const gchar *id);
+
gboolean            gimp_string_combo_box_set_active    (GimpStringComboBox *combo_box,
+                                                         const gchar *id);

Looks up the item that belongs to the given id and makes it the selected item in the combo_box. @@ -135,19 +126,18 @@

Returns :

- TRUE on success or FALSE if there was no item for - this value. - - + +TRUE on success or FALSE if there was no item for +this value.

Since GIMP 2.4


-
+

gimp_string_combo_box_get_active ()

-
gchar *             gimp_string_combo_box_get_active    (GimpStringComboBox *combo_box);
+
gchar *             gimp_string_combo_box_get_active    (GimpStringComboBox *combo_box);

Retrieves the value of the selected (active) item in the combo_box.

@@ -161,18 +151,16 @@

Returns :

- newly allocated ID string or NULL if nothing was selected - - +newly allocated ID string or NULL if nothing was selected

Since GIMP 2.4

-
+

Property Details

-
+

The "ellipsize" property

  "ellipsize"                PangoEllipsizeMode    : Read / Write

@@ -184,9 +172,9 @@

Since GIMP 2.4


-
+

The "id-column" property

-
  "id-column"                gint                  : Read / Write / Construct Only
+
  "id-column"                gint                  : Read / Write / Construct Only

The column in the associated GtkTreeModel that holds strings to be used as labels in the combo-box. @@ -196,9 +184,9 @@

Since GIMP 2.4


-
+

The "label-column" property

-
  "label-column"             gint                  : Read / Write / Construct Only
+
  "label-column"             gint                  : Read / Write / Construct Only

Allowed values: >= 0

Default value: 0

@@ -207,6 +195,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpUnitMenu.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpUnitMenu.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpUnitMenu.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpUnitMenu.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpUnitMenu - + - + @@ -32,61 +32,61 @@ Signals -
+

GimpUnitMenu

-

GimpUnitMenu — Widget for selecting a GimpUnit.

+

GimpUnitMenu — Widget for selecting a GimpUnit.

-
+

Synopsis

                    GimpUnitMenu;
-GtkWidget *         gimp_unit_menu_new                  (const gchar *format,
-                                                         GimpUnit unit,
-                                                         gboolean show_pixels,
-                                                         gboolean show_percent,
-                                                         gboolean show_custom);
+GtkWidget *         gimp_unit_menu_new                  (const gchar *format,
+                                                         GimpUnit unit,
+                                                         gboolean show_pixels,
+                                                         gboolean show_percent,
+                                                         gboolean show_custom);
 void                gimp_unit_menu_set_unit             (GimpUnitMenu *menu,
-                                                         GimpUnit unit);
-GimpUnit            gimp_unit_menu_get_unit             (GimpUnitMenu *menu);
-gint                gimp_unit_menu_get_pixel_digits     (GimpUnitMenu *menu);
+                                                         GimpUnit unit);
+GimpUnit            gimp_unit_menu_get_unit             (GimpUnitMenu *menu);
+gint                gimp_unit_menu_get_pixel_digits     (GimpUnitMenu *menu);
 void                gimp_unit_menu_set_pixel_digits     (GimpUnitMenu *menu,
-                                                         gint digits);
+                                                         gint digits);
 
-
+

Object Hierarchy

-  GObject
-   +----GInitiallyUnowned
-         +----GtkObject
-               +----GtkWidget
-                     +----GtkContainer
-                           +----GtkBin
-                                 +----GtkButton
-                                       +----GtkOptionMenu
+  GObject
+   +----GInitiallyUnowned
+         +----GtkObject
+               +----GtkWidget
+                     +----GtkContainer
+                           +----GtkBin
+                                 +----GtkButton
+                                       +----GtkOptionMenu
                                              +----GimpUnitMenu
 
-
+

Implemented Interfaces

GimpUnitMenu implements - AtkImplementorIface, GtkBuildable and GtkActivatable.

+ AtkImplementorIface, GtkBuildable and GtkActivatable.

-
+

Signals

-  "unit-changed"                                   : Run First
+  "unit-changed"                                   : Run First
 
-
+

Description

-This widget provides a GtkOptionMenu which contains a list of GimpUnit's. +This widget provides a GtkOptionMenu which contains a list of GimpUnit's.

You can specify the string that will be displayed for each unit by @@ -102,22 +102,22 @@ "unit_changed" signal will be emitted.

-
+

Details

-
+

GimpUnitMenu

typedef struct _GimpUnitMenu GimpUnitMenu;


-
+

gimp_unit_menu_new ()

-
GtkWidget *         gimp_unit_menu_new                  (const gchar *format,
-                                                         GimpUnit unit,
-                                                         gboolean show_pixels,
-                                                         gboolean show_percent,
-                                                         gboolean show_custom);
+
GtkWidget *         gimp_unit_menu_new                  (const gchar *format,
+                                                         GimpUnit unit,
+                                                         gboolean show_pixels,
+                                                         gboolean show_percent,
+                                                         gboolean show_custom);

Creates a new GimpUnitMenu widget.

@@ -166,94 +166,84 @@

format :

A printf-like format string which is used to create the unit - strings. - +strings.

unit :

-The initially selected unit. - +The initially selected unit.

show_pixels :

-TRUE if the unit menu should contain an item for - GIMP_UNIT_PIXEL. - +TRUE if the unit menu should contain an item for +GIMP_UNIT_PIXEL.

show_percent :

-TRUE in the unit menu should contain an item for - GIMP_UNIT_PERCENT. - +TRUE in the unit menu should contain an item for +GIMP_UNIT_PERCENT.

show_custom :

-TRUE if the unit menu should contain a "More..." item for - opening the user-defined-unit selection dialog. - +TRUE if the unit menu should contain a "More..." item for +opening the user-defined-unit selection dialog.

Returns :

- A pointer to the new GimpUnitMenu widget. - +A pointer to the new GimpUnitMenu widget.

-
+

gimp_unit_menu_set_unit ()

void                gimp_unit_menu_set_unit             (GimpUnitMenu *menu,
-                                                         GimpUnit unit);
+ GimpUnit unit);

-Sets a new GimpUnit for the specified GimpUnitMenu. +Sets a new GimpUnit for the specified GimpUnitMenu.

- + - +

menu :

The unit menu you want to set the unit for. -The unit menu you want to set the unit for.

unit :

The new unit. -The new unit.

-
+

gimp_unit_menu_get_unit ()

-
GimpUnit            gimp_unit_menu_get_unit             (GimpUnitMenu *menu);
+
GimpUnit            gimp_unit_menu_get_unit             (GimpUnitMenu *menu);

-Returns the GimpUnit the user has selected from the GimpUnitMenu. +Returns the GimpUnit the user has selected from the GimpUnitMenu.

- + - +

menu :

The unit menu you want to know the unit of. -The unit menu you want to know the unit of.

Returns :

The unit the user has selected. -The unit the user has selected.

-
+

gimp_unit_menu_get_pixel_digits ()

-
gint                gimp_unit_menu_get_pixel_digits     (GimpUnitMenu *menu);
+
gint                gimp_unit_menu_get_pixel_digits     (GimpUnitMenu *menu);

Retrieve the number of digits for a pixel size as set by gimp_unit_set_pixel_digits(). @@ -268,17 +258,16 @@

Returns :

- the configured number of digits for a pixel size - +the configured number of digits for a pixel size

-
+

gimp_unit_menu_set_pixel_digits ()

void                gimp_unit_menu_set_pixel_digits     (GimpUnitMenu *menu,
-                                                         gint digits);
+ gint digits);

A GimpUnitMenu can be setup to control the number of digits shown by attached spinbuttons. Please refer to the documentation of @@ -301,21 +290,20 @@

digits :

-the number of digits to display for a pixel size - +the number of digits to display for a pixel size
-
+

Signal Details

-
+

The "unit-changed" signal

void                user_function                      (GimpUnitMenu *arg0,
-                                                        gpointer      user_data)      : Run First
+ gpointer user_data) : Run First

-This signal is emitted whenever the user selects a GimpUnit from +This signal is emitted whenever the user selects a GimpUnit from the GimpUnitMenu.

@@ -327,10 +315,10 @@
-
+

See Also

-GimpUnit +GimpUnit

GimpSizeEntry @@ -342,6 +330,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpZoomModel.html gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpZoomModel.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/GimpZoomModel.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/GimpZoomModel.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpZoomModel - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,69 +41,68 @@
-
+ -
+

Object Hierarchy

-  GObject
+  GObject
    +----GimpZoomModel
 
-
+

Properties

-  "fraction"                 gchar*                : Read
-  "maximum"                  gdouble               : Read / Write
-  "minimum"                  gdouble               : Read / Write
-  "percentage"               gchar*                : Read
-  "value"                    gdouble               : Read / Write
+  "fraction"                 gchar*                : Read
+  "maximum"                  gdouble               : Read / Write
+  "minimum"                  gdouble               : Read / Write
+  "percentage"               gchar*                : Read
+  "value"                    gdouble               : Read / Write
 
-
+

Signals

-  "zoomed"                                         : Run Last
+  "zoomed"                                         : Run Last
 
-
+

Description

-
+

Details

-
+

GimpZoomModel

typedef struct _GimpZoomModel GimpZoomModel;


-
+

enum GimpZoomType

-
typedef enum
-{
+
typedef enum {
   GIMP_ZOOM_IN,        /*< desc="Zoom in"  >*/
   GIMP_ZOOM_OUT,       /*< desc="Zoom out" >*/
   GIMP_ZOOM_IN_MORE,   /*< skip >*/
@@ -117,7 +116,7 @@
 


-
+

gimp_zoom_model_new ()

GimpZoomModel *     gimp_zoom_model_new                 (void);

@@ -127,19 +126,17 @@

Returns :

- a new GimpZoomModel. - -Since GIMP 2.4 - +a new GimpZoomModel. +Since GIMP 2.4

-
+

gimp_zoom_model_set_range ()

void                gimp_zoom_model_set_range           (GimpZoomModel *model,
-                                                         gdouble min,
-                                                         gdouble max);
+ gdouble min, + gdouble max);

Sets the allowed range of the model.

@@ -156,23 +153,21 @@

min :

-new lower limit for zoom factor - +new lower limit for zoom factor

max :

-new upper limit for zoom factor - +new upper limit for zoom factor

-
+

gimp_zoom_model_zoom ()

void                gimp_zoom_model_zoom                (GimpZoomModel *model,
                                                          GimpZoomType zoom_type,
-                                                         gdouble scale);
+ gdouble scale);

Since GIMP 2.4

@@ -198,9 +193,9 @@

-
+

gimp_zoom_model_get_factor ()

-
gdouble             gimp_zoom_model_get_factor          (GimpZoomModel *model);
+
gdouble             gimp_zoom_model_get_factor          (GimpZoomModel *model);

Retrieves the current zoom factor of model.

@@ -214,20 +209,18 @@

Returns :

- the current scale factor - -Since GIMP 2.4 - +the current scale factor +Since GIMP 2.4

-
+

gimp_zoom_model_get_fraction ()

void                gimp_zoom_model_get_fraction        (GimpZoomModel *model,
-                                                         gint *numerator,
-                                                         gint *denominator);
+ gint *numerator, + gint *denominator);

Retrieves the current zoom factor of model as a fraction.

@@ -244,23 +237,21 @@

numerator :

-return location for numerator - +return location for numerator

denominator :

-return location for denominator - +return location for denominator

-
+

gimp_zoom_button_new ()

-
GtkWidget *         gimp_zoom_button_new                (GimpZoomModel *model,
+
GtkWidget *         gimp_zoom_button_new                (GimpZoomModel *model,
                                                          GimpZoomType zoom_type,
-                                                         GtkIconSize icon_size);
+ GtkIconSize icon_size);
@@ -271,24 +262,21 @@ - + - +

icon_size :

use 0 for a button with text labels -use 0 for a button with text labels

Returns :

a newly created GtkButton - -Since GIMP 2.4 -a newly created GtkButton +Since GIMP 2.4

-
+

gimp_zoom_model_zoom_step ()

-
gdouble             gimp_zoom_model_zoom_step           (GimpZoomType zoom_type,
-                                                         gdouble scale);
+
gdouble             gimp_zoom_model_zoom_step           (GimpZoomType zoom_type,
+                                                         gdouble scale);

Utility function to calculate a new scale factor.

@@ -302,63 +290,61 @@

Returns :

- the new scale factor - -Since GIMP 2.4 - +the new scale factor +Since GIMP 2.4
-
+

Property Details

-
+

The "fraction" property

-
  "fraction"                 gchar*                : Read
+
  "fraction"                 gchar*                : Read

Default value: "1:1"


-
+

The "maximum" property

-
  "maximum"                  gdouble               : Read / Write
+
  "maximum"                  gdouble               : Read / Write

Allowed values: [0.00390625,256]

Default value: 256


-
+

The "minimum" property

-
  "minimum"                  gdouble               : Read / Write
+
  "minimum"                  gdouble               : Read / Write

Allowed values: [0.00390625,256]

Default value: 0.00390625


-
+

The "percentage" property

-
  "percentage"               gchar*                : Read
+
  "percentage"               gchar*                : Read

Default value: "100%"


-
+

The "value" property

-
  "value"                    gdouble               : Read / Write
+
  "value"                    gdouble               : Read / Write

Allowed values: [0.00390625,256]

Default value: 1

-
+

Signal Details

-
+

The "zoomed" signal

void                user_function                      (GimpZoomModel *model,
-                                                        gdouble        old_factor,
-                                                        gdouble        new_factor,
-                                                        gpointer       user_data)       : Run Last
+ gdouble old_factor, + gdouble new_factor, + gpointer user_data) : Run Last

Emitted when the zoom factor of the zoom model changes.

@@ -367,18 +353,15 @@

model :

-the object that received the signal - +the object that received the signal

old_factor :

-the zoom factor before it changes - +the zoom factor before it changes

new_factor :

-the zoom factor after it has changed. - +the zoom factor after it has changed.

user_data :

@@ -391,6 +374,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/index.html gimp-2.6.12/devel-docs/libgimpwidgets/html/index.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/index.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/index.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,19 +3,19 @@ GIMP Widgets Library Reference Manual - + - + -
+

- for GIMP 2.6.10 + for GIMP 2.6.12

@@ -30,7 +30,7 @@ GimpBrowser
-GimpButton — A GtkButton with a little extra functionality. +GimpButton — A GtkButton with a little extra functionality.
GimpChainButton — Widget to visually connect two entry widgets. @@ -57,7 +57,7 @@ GimpColorProfileComboBox
-GimpDialog — Constructors for GtkDialog's and action_areas as well as other +GimpDialog — Constructors for GtkDialog's and action_areas as well as other dialog-related stuff.
@@ -73,7 +73,7 @@ GimpFileEntry — Widget for entering a filename.
-GimpFrame — A widget providing a HIG-compliant subclass of GtkFrame. +GimpFrame — A widget providing a HIG-compliant subclass of GtkFrame.
GimpHintBox @@ -103,7 +103,7 @@ GimpPickButton — Widget to pick a color from screen.
-GimpPixmap — Widget which creates a GtkPixmap from XPM data. +GimpPixmap — Widget which creates a GtkPixmap from XPM data.
GimpPreviewArea — A general purpose preview widget which caches its pixel data. @@ -124,7 +124,7 @@ GimpStringComboBox
-GimpUnitMenu — Widget for selecting a GimpUnit. +GimpUnitMenu — Widget for selecting a GimpUnit.
GimpZoomModel @@ -173,7 +173,7 @@ gimpcairo-utils
-GimpHelpUI — Functions for setting GtkTooltips and help identifier used by GIMP help +GimpHelpUI — Functions for setting GtkTooltips and help identifier used by GIMP help system.
@@ -206,6 +206,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-cell-renderers.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-cell-renderers.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-cell-renderers.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-cell-renderers.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Cell Renderers for GtkTreeView - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Cell Renderers for GtkTreeView

@@ -33,6 +33,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-colordisplay.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-colordisplay.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-colordisplay.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-colordisplay.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Part II. GIMP Display Filters - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Part II. GIMP Display Filters

@@ -36,6 +36,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-colorselector.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-colorselector.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-colorselector.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-colorselector.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Part III. GIMP Color Selectors - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Part III. GIMP Color Selectors

@@ -42,6 +42,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-controller.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-controller.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-controller.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-controller.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Part IV. GIMP Controllers - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Part IV. GIMP Controllers

@@ -34,6 +34,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-deprecated.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-deprecated.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-deprecated.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-deprecated.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Part VI. Deprecated API - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Part VI. Deprecated API

@@ -31,6 +31,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp 1970-01-01 00:00:00.000000000 +0000 @@ -1,777 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp2 gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp2 --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp2 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets.devhelp2 2012-01-31 14:34:30.000000000 +0000 @@ -450,9 +450,9 @@ - - - + + + diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-gallery.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-gallery.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-gallery.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-gallery.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Widget Gallery - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Widget Gallery

@@ -96,6 +96,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpCairoUtils.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpCairoUtils.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpCairoUtils.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpCairoUtils.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpcairo-utils - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,20 +35,20 @@
-
+

Synopsis

-
void                gimp_cairo_set_source_rgb           (cairo_t *cr,
-                                                         const GimpRGB *color);
-void                gimp_cairo_set_source_rgba          (cairo_t *cr,
-                                                         const GimpRGB *color);
-gboolean            gimp_cairo_set_focus_line_pattern   (cairo_t *cr,
-                                                         GtkWidget *widget);
-cairo_pattern_t *   gimp_cairo_checkerboard_create      (cairo_t *cr,
-                                                         gint size,
-                                                         const GimpRGB *light,
-                                                         const GimpRGB *dark);
-cairo_surface_t *   gimp_cairo_surface_create_from_pixbuf
-                                                        (GdkPixbuf *pixbuf);
+
void                gimp_cairo_set_source_rgb           (cairo_t *cr,
+                                                         const GimpRGB *color);
+void                gimp_cairo_set_source_rgba          (cairo_t *cr,
+                                                         const GimpRGB *color);
+gboolean            gimp_cairo_set_focus_line_pattern   (cairo_t *cr,
+                                                         GtkWidget *widget);
+cairo_pattern_t *   gimp_cairo_checkerboard_create      (cairo_t *cr,
+                                                         gint size,
+                                                         const GimpRGB *light,
+                                                         const GimpRGB *dark);
+cairo_surface_t *   gimp_cairo_surface_create_from_pixbuf
+                                                        (GdkPixbuf *pixbuf);
 #define             GIMP_CAIRO_RGB24_SET_PIXEL          (d,
                                                          r,
                                                          g,
@@ -60,75 +60,71 @@
                                                          a)
 
-
+

Description

-
+

Details

-
+

gimp_cairo_set_source_rgb ()

-
void                gimp_cairo_set_source_rgb           (cairo_t *cr,
-                                                         const GimpRGB *color);
+
void                gimp_cairo_set_source_rgb           (cairo_t *cr,
+                                                         const GimpRGB *color);

Sets the source pattern within cr to the solid opaque color described by color.

-This function calls cairo_set_source_rgb() for you. +This function calls cairo_set_source_rgb() for you.

- + - +

cr :

Cairo context -Cairo context

color :

GimpRGB color -GimpRGB color

Since GIMP 2.6


-
+

gimp_cairo_set_source_rgba ()

-
void                gimp_cairo_set_source_rgba          (cairo_t *cr,
-                                                         const GimpRGB *color);
+
void                gimp_cairo_set_source_rgba          (cairo_t *cr,
+                                                         const GimpRGB *color);

Sets the source pattern within cr to the solid translucent color described by color.

-This function calls cairo_set_source_rgba() for you. +This function calls cairo_set_source_rgba() for you.

- + - +

cr :

Cairo context -Cairo context

color :

GimpRGB color -GimpRGB color

Since GIMP 2.6


-
+

gimp_cairo_set_focus_line_pattern ()

-
gboolean            gimp_cairo_set_focus_line_pattern   (cairo_t *cr,
-                                                         GtkWidget *widget);
+
gboolean            gimp_cairo_set_focus_line_pattern   (cairo_t *cr,
+                                                         GtkWidget *widget);

Sets color and dash pattern for stroking a focus line on the given cr. The line pattern is taken from widget. @@ -138,32 +134,29 @@

cr :

-Cairo context - +Cairo context

widget :

-widget to draw the focus indicator on - +widget to draw the focus indicator on

Returns :

- TRUE if the widget style has a focus line pattern, - FALSE otherwise - - + +TRUE if the widget style has a focus line pattern, +FALSE otherwise

Since GIMP 2.6


-
+

gimp_cairo_checkerboard_create ()

-
cairo_pattern_t *   gimp_cairo_checkerboard_create      (cairo_t *cr,
-                                                         gint size,
-                                                         const GimpRGB *light,
-                                                         const GimpRGB *dark);
+
cairo_pattern_t *   gimp_cairo_checkerboard_create      (cairo_t *cr,
+                                                         gint size,
+                                                         const GimpRGB *light,
+                                                         const GimpRGB *dark);

Create a repeating checkerboard pattern.

@@ -172,39 +165,33 @@

cr :

-Cairo context - +Cairo context

size :

-check size - +check size

light :

-light check color or NULL to use the default light gray - +light check color or NULL to use the default light gray

dark :

-dark check color or NULL to use the default dark gray - +dark check color or NULL to use the default dark gray

Returns :

- a new Cairo pattern that can be used as a source on cr. - - +a new Cairo pattern that can be used as a source on cr.

Since GIMP 2.6


-
+

gimp_cairo_surface_create_from_pixbuf ()

-
cairo_surface_t *   gimp_cairo_surface_create_from_pixbuf
-                                                        (GdkPixbuf *pixbuf);
+
cairo_surface_t *   gimp_cairo_surface_create_from_pixbuf
+                                                        (GdkPixbuf *pixbuf);

Create a Cairo image surface from a GdkPixbuf.

@@ -214,89 +201,72 @@

- - + - - - - - - - + +

pixbuf :

a GdkPixbuf -

Returns :

-
a GdkPixbuf

Since GIMP 2.6


-
+

GIMP_CAIRO_RGB24_SET_PIXEL()

#define             GIMP_CAIRO_RGB24_SET_PIXEL(d, r, g, b)

-Sets a single pixel in an Cairo image surface in CAIRO_FORMAT_RGB24. +Sets a single pixel in an Cairo image surface in CAIRO_FORMAT_RGB24.

- + - + - + - +

d :

pointer to the destination buffer -pointer to the destination buffer

r :

red component -red component

g :

green component -green component

b :

blue component -blue component

Since GIMP 2.6


-
+

GIMP_CAIRO_ARGB32_SET_PIXEL()

#define             GIMP_CAIRO_ARGB32_SET_PIXEL(d, r, g, b, a)

-Sets a single pixel in an Cairo image surface in CAIRO_FORMAT_ARGB32. +Sets a single pixel in an Cairo image surface in CAIRO_FORMAT_ARGB32.

- + - + - + - + - +

d :

pointer to the destination buffer -pointer to the destination buffer

r :

red component, not pre-multiplied -red component, not pre-multiplied

g :

green component, not pre-multiplied -green component, not pre-multiplied

b :

blue component, not pre-multiplied -blue component, not pre-multiplied

a :

alpha component -alpha component
@@ -306,6 +276,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpEnumWidgets.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpEnumWidgets.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpEnumWidgets.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpEnumWidgets.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpEnumWidgets - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,66 +35,66 @@
-
+

Synopsis

-
GtkWidget *         gimp_enum_radio_box_new             (GType enum_type,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
-GtkWidget *         gimp_enum_radio_box_new_with_range  (GType enum_type,
-                                                         gint minimum,
-                                                         gint maximum,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
-GtkWidget *         gimp_enum_radio_frame_new           (GType enum_type,
-                                                         GtkWidget *label_widget,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
-GtkWidget *         gimp_enum_radio_frame_new_with_range
-                                                        (GType enum_type,
-                                                         gint minimum,
-                                                         gint maximum,
-                                                         GtkWidget *label_widget,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
-GtkWidget *         gimp_enum_stock_box_new             (GType enum_type,
-                                                         const gchar *stock_prefix,
-                                                         GtkIconSize icon_size,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
-GtkWidget *         gimp_enum_stock_box_new_with_range  (GType enum_type,
-                                                         gint minimum,
-                                                         gint maximum,
-                                                         const gchar *stock_prefix,
-                                                         GtkIconSize icon_size,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
+
GtkWidget *         gimp_enum_radio_box_new             (GType enum_type,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);
+GtkWidget *         gimp_enum_radio_box_new_with_range  (GType enum_type,
+                                                         gint minimum,
+                                                         gint maximum,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);
+GtkWidget *         gimp_enum_radio_frame_new           (GType enum_type,
+                                                         GtkWidget *label_widget,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);
+GtkWidget *         gimp_enum_radio_frame_new_with_range
+                                                        (GType enum_type,
+                                                         gint minimum,
+                                                         gint maximum,
+                                                         GtkWidget *label_widget,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);
+GtkWidget *         gimp_enum_stock_box_new             (GType enum_type,
+                                                         const gchar *stock_prefix,
+                                                         GtkIconSize icon_size,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);
+GtkWidget *         gimp_enum_stock_box_new_with_range  (GType enum_type,
+                                                         gint minimum,
+                                                         gint maximum,
+                                                         const gchar *stock_prefix,
+                                                         GtkIconSize icon_size,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);
 void                gimp_enum_stock_box_set_child_padding
-                                                        (GtkWidget *stock_box,
-                                                         gint xpad,
-                                                         gint ypad);
+                                                        (GtkWidget *stock_box,
+                                                         gint xpad,
+                                                         gint ypad);
 
-
+

Description

-
+

Details

-
+

gimp_enum_radio_box_new ()

-
GtkWidget *         gimp_enum_radio_box_new             (GType enum_type,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
+
GtkWidget *         gimp_enum_radio_box_new             (GType enum_type,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);

-Creates a new group of GtkRadioButtons representing the enum +Creates a new group of GtkRadioButtons representing the enum values. A group of radiobuttons is a good way to represent enums with up to three or four values. Often it is better to use a GimpEnumComboBox instead. @@ -104,44 +104,38 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

callback :

a callback to connect to the "toggled" signal of each - GtkRadioButton that is created. - +GtkRadioButton that is created.

callback_data :

-data to pass to the callback. - +data to pass to the callback.

first_button :

-returns the first button in the created group. - +returns the first button in the created group.

Returns :

- a new GtkVBox holding a group of GtkRadioButtons. - - +a new GtkVBox holding a group of GtkRadioButtons.

Since GIMP 2.4


-
+

gimp_enum_radio_box_new_with_range ()

-
GtkWidget *         gimp_enum_radio_box_new_with_range  (GType enum_type,
-                                                         gint minimum,
-                                                         gint maximum,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
+
GtkWidget *         gimp_enum_radio_box_new_with_range  (GType enum_type,
+                                                         gint minimum,
+                                                         gint maximum,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);

Just like gimp_enum_radio_box_new(), this function creates a group of radio buttons, but it allows to limit the range of available @@ -152,150 +146,130 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

callback :

a callback to connect to the "toggled" signal of each - GtkRadioButton that is created. - +GtkRadioButton that is created.

callback_data :

-data to pass to the callback. - +data to pass to the callback.

first_button :

-returns the first button in the created group. - +returns the first button in the created group.

Returns :

- a new GtkVBox holding a group of GtkRadioButtons. - - +a new GtkVBox holding a group of GtkRadioButtons.

Since GIMP 2.4


-
+

gimp_enum_radio_frame_new ()

-
GtkWidget *         gimp_enum_radio_frame_new           (GType enum_type,
-                                                         GtkWidget *label_widget,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
+
GtkWidget *         gimp_enum_radio_frame_new           (GType enum_type,
+                                                         GtkWidget *label_widget,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);

Calls gimp_enum_radio_box_new() and puts the resulting vbox into a -GtkFrame. +GtkFrame.

- + +hold the radio box. +GtkRadioButton that is created. - + - + - +

enum_type :

the GType of an enum. -the GType of an enum.

label_widget :

a widget to use as label for the frame that will - hold the radio box. -

callback :

a callback to connect to the "toggled" signal of each - GtkRadioButton that is created. -

callback_data :

data to pass to the callback. -data to pass to the callback.

first_button :

returns the first button in the created group. -returns the first button in the created group.

Returns :

a new GtkFrame holding a group of GtkRadioButtons. - -a new GtkFrame holding a group of GtkRadioButtons.

Since GIMP 2.4


-
+

gimp_enum_radio_frame_new_with_range ()

-
GtkWidget *         gimp_enum_radio_frame_new_with_range
-                                                        (GType enum_type,
-                                                         gint minimum,
-                                                         gint maximum,
-                                                         GtkWidget *label_widget,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
+
GtkWidget *         gimp_enum_radio_frame_new_with_range
+                                                        (GType enum_type,
+                                                         gint minimum,
+                                                         gint maximum,
+                                                         GtkWidget *label_widget,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);

Calls gimp_enum_radio_box_new_with_range() and puts the resulting -vbox into a GtkFrame. +vbox into a GtkFrame.

- + - + +GtkRadioButton that is created. - + - + - +

enum_type :

the GType of an enum. -the GType of an enum.

label_widget :

a widget to put into the frame that will hold the radio box. -a widget to put into the frame that will hold the radio box.

callback :

a callback to connect to the "toggled" signal of each - GtkRadioButton that is created. -

callback_data :

data to pass to the callback. -data to pass to the callback.

first_button :

returns the first button in the created group. -returns the first button in the created group.

Returns :

a new GtkFrame holding a group of GtkRadioButtons. - -a new GtkFrame holding a group of GtkRadioButtons.

Since GIMP 2.4


-
+

gimp_enum_stock_box_new ()

-
GtkWidget *         gimp_enum_stock_box_new             (GType enum_type,
-                                                         const gchar *stock_prefix,
-                                                         GtkIconSize icon_size,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
+
GtkWidget *         gimp_enum_stock_box_new             (GType enum_type,
+                                                         const gchar *stock_prefix,
+                                                         GtkIconSize icon_size,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);

Creates a horizontal box of radio buttons with stock icons. The stock_id for each icon is created by appending the enum_value's @@ -306,51 +280,44 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

stock_prefix :

-the prefix of the group of stock ids to use. - +the prefix of the group of stock ids to use.

callback :

a callback to connect to the "toggled" signal of each - GtkRadioButton that is created. - +GtkRadioButton that is created.

callback_data :

-data to pass to the callback. - +data to pass to the callback.

first_button :

-returns the first button in the created group. - +returns the first button in the created group.

Returns :

- a new GtkHbox holding a group of GtkRadioButtons. - - +a new GtkHbox holding a group of GtkRadioButtons.

Since GIMP 2.4


-
+

gimp_enum_stock_box_new_with_range ()

-
GtkWidget *         gimp_enum_stock_box_new_with_range  (GType enum_type,
-                                                         gint minimum,
-                                                         gint maximum,
-                                                         const gchar *stock_prefix,
-                                                         GtkIconSize icon_size,
-                                                         GCallback callback,
-                                                         gpointer callback_data,
-                                                         GtkWidget **first_button);
+
GtkWidget *         gimp_enum_stock_box_new_with_range  (GType enum_type,
+                                                         gint minimum,
+                                                         gint maximum,
+                                                         const gchar *stock_prefix,
+                                                         GtkIconSize icon_size,
+                                                         GCallback callback,
+                                                         gpointer callback_data,
+                                                         GtkWidget **first_button);

Just like gimp_enum_stock_box_new(), this function creates a group of radio buttons, but it allows to limit the range of available @@ -361,47 +328,40 @@

enum_type :

-the GType of an enum. - +the GType of an enum.

stock_prefix :

-the prefix of the group of stock ids to use. - +the prefix of the group of stock ids to use.

callback :

a callback to connect to the "toggled" signal of each - GtkRadioButton that is created. - +GtkRadioButton that is created.

callback_data :

-data to pass to the callback. - +data to pass to the callback.

first_button :

-returns the first button in the created group. - +returns the first button in the created group.

Returns :

- a new GtkHbox holding a group of GtkRadioButtons. - - +a new GtkHbox holding a group of GtkRadioButtons.

Since GIMP 2.4


-
+

gimp_enum_stock_box_set_child_padding ()

void                gimp_enum_stock_box_set_child_padding
-                                                        (GtkWidget *stock_box,
-                                                         gint xpad,
-                                                         gint ypad);
+ (GtkWidget *stock_box, + gint xpad, + gint ypad);

Sets the padding of all buttons in a box created by gimp_enum_stock_box_new(). @@ -411,18 +371,15 @@

stock_box :

-a stock box widget - +a stock box widget

xpad :

-horizontal padding - +horizontal padding

ypad :

-vertical padding - +vertical padding
@@ -432,6 +389,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHelpUI.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpHelpUI - + - + @@ -26,49 +26,49 @@ Description -
+

GimpHelpUI

-

GimpHelpUI — Functions for setting GtkTooltips and help identifier used by GIMP help +

GimpHelpUI — Functions for setting GtkTooltips and help identifier used by GIMP help system.

-
+

Synopsis

-
void                (*GimpHelpFunc)                     (const gchar *help_id,
-                                                         gpointer help_data);
+
void                (*GimpHelpFunc)                     (const gchar *help_id,
+                                                         gpointer help_data);
 #define             GIMP_HELP_ID
 void                gimp_help_enable_tooltips           (void);
 void                gimp_help_disable_tooltips          (void);
-void                gimp_standard_help_func             (const gchar *help_id,
-                                                         gpointer help_data);
-void                gimp_help_connect                   (GtkWidget *widget,
+void                gimp_standard_help_func             (const gchar *help_id,
+                                                         gpointer help_data);
+void                gimp_help_connect                   (GtkWidget *widget,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         gpointer help_data);
-void                gimp_help_set_help_data             (GtkWidget *widget,
-                                                         const gchar *tooltip,
-                                                         const gchar *help_id);
-void                gimp_help_set_help_data_with_markup (GtkWidget *widget,
-                                                         const gchar *tooltip,
-                                                         const gchar *help_id);
-void                gimp_context_help                   (GtkWidget *widget);
+                                                         const gchar *help_id,
+                                                         gpointer help_data);
+void                gimp_help_set_help_data             (GtkWidget *widget,
+                                                         const gchar *tooltip,
+                                                         const gchar *help_id);
+void                gimp_help_set_help_data_with_markup (GtkWidget *widget,
+                                                         const gchar *tooltip,
+                                                         const gchar *help_id);
+void                gimp_context_help                   (GtkWidget *widget);
 
-
+

Description

-
+

Details

-
+

GimpHelpFunc ()

-
void                (*GimpHelpFunc)                     (const gchar *help_id,
-                                                         gpointer help_data);
+
void                (*GimpHelpFunc)                     (const gchar *help_id,
+                                                         gpointer help_data);

This is the prototype for all functions you pass as help_func to the various GIMP dialog constructors like gimp_dialog_new(), @@ -83,29 +83,14 @@

In most cases it will be ok to use gimp_standard_help_func() which does -nothing but passing the help_id string to gimp_help(). If your +nothing but passing the help_id string to gimp_help(). If your plug-in needs some more sophisticated help handling you can provide -your own help_func which has to call gimp_help() to actually display +your own help_func which has to call gimp_help() to actually display the help.

-
-- - - - - - - - - - -

help_id :

-

help_data :

-

-
+

GIMP_HELP_ID

#define GIMP_HELP_ID (gimp_help_id_quark ())
 
@@ -114,7 +99,7 @@


-
+

gimp_help_enable_tooltips ()

void                gimp_help_enable_tooltips           (void);

@@ -122,13 +107,13 @@

As a plug-in author, you don't need to care about this as this -function is called for you from gimp_ui_init(). This ensures that +function is called for you from gimp_ui_init(). This ensures that the user setting from the GIMP preferences dialog is respected in all plug-in dialogs.


-
+

gimp_help_disable_tooltips ()

void                gimp_help_disable_tooltips          (void);

@@ -136,43 +121,41 @@

As a plug-in author, you don't need to care about this as this -function is called for you from gimp_ui_init(). This ensures that +function is called for you from gimp_ui_init(). This ensures that the user setting from the GIMP preferences dialog is respected in all plug-in dialogs.


-
+

gimp_standard_help_func ()

-
void                gimp_standard_help_func             (const gchar *help_id,
-                                                         gpointer help_data);
+
void                gimp_standard_help_func             (const gchar *help_id,
+                                                         gpointer help_data);

This is the standard GIMP help function which does nothing but calling -gimp_help(). It is the right function to use in almost all cases. +gimp_help(). It is the right function to use in almost all cases.

- + - +

help_id :

A unique help identifier. -A unique help identifier.

help_data :

The help_data passed to gimp_help_connect(). -The help_data passed to gimp_help_connect().

-
+

gimp_help_connect ()

-
void                gimp_help_connect                   (GtkWidget *widget,
+
void                gimp_help_connect                   (GtkWidget *widget,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         gpointer help_data);
+ const gchar *help_id, + gpointer help_data);

Note that this function is automatically called by all libgimp dialog constructors. You only have to call it for windows/dialogs you created @@ -184,40 +167,36 @@

widget :

The widget you want to connect the help accelerator for. Will - be a GtkWindow in most cases. - +be a GtkWindow in most cases.

help_func :

-The function which will be called if the user presses "F1". - +The function which will be called if the user presses "F1".

help_id :

-The help_id which will be passed to help_func. - +The help_id which will be passed to help_func.

help_data :

-The help_data pointer which will be passed to help_func. - +The help_data pointer which will be passed to help_func.

-
+

gimp_help_set_help_data ()

-
void                gimp_help_set_help_data             (GtkWidget *widget,
-                                                         const gchar *tooltip,
-                                                         const gchar *help_id);
+
void                gimp_help_set_help_data             (GtkWidget *widget,
+                                                         const gchar *tooltip,
+                                                         const gchar *help_id);

-The reason why we don't use gtk_widget_set_tooltip_text() is that +The reason why we don't use gtk_widget_set_tooltip_text() is that elements in the GIMP user interface should, if possible, also have a help_id set for context-sensitive help.

-This function can be called with NULL for tooltip. Use this feature +This function can be called with NULL for tooltip. Use this feature if you want to set a help link for a widget which shouldn't have a visible tooltip.

@@ -226,28 +205,25 @@

widget :

-The GtkWidget you want to set a tooltip and/or help_id for. - +The GtkWidget you want to set a tooltip and/or help_id for.

tooltip :

-The text for this widget's tooltip (or NULL). - +The text for this widget's tooltip (or NULL).

help_id :

-The help_id for the GtkTipsQuery tooltips inspector. - +The help_id for the GtkTipsQuery tooltips inspector.

-
+

gimp_help_set_help_data_with_markup ()

-
void                gimp_help_set_help_data_with_markup (GtkWidget *widget,
-                                                         const gchar *tooltip,
-                                                         const gchar *help_id);
+
void                gimp_help_set_help_data_with_markup (GtkWidget *widget,
+                                                         const gchar *tooltip,
+                                                         const gchar *help_id);

Just like gimp_help_set_help_data(), but it allows to pass text which is marked up with @@ -258,27 +234,24 @@

widget :

-The GtkWidget you want to set a tooltip and/or help_id for. - +The GtkWidget you want to set a tooltip and/or help_id for.

tooltip :

-The markup for this widget's tooltip (or NULL). - +The markup for this widget's tooltip (or NULL).

help_id :

-The help_id for the GtkTipsQuery tooltips inspector. - +The help_id for the GtkTipsQuery tooltips inspector.

Since GIMP 2.6


-
+

gimp_context_help ()

-
void                gimp_context_help                   (GtkWidget *widget);
+
void                gimp_context_help                   (GtkWidget *widget);

This function invokes the context help inspector.

@@ -297,8 +270,7 @@

widget :

-Any GtkWidget on the screen. - +Any GtkWidget on the screen.
@@ -306,6 +278,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHintBox.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHintBox.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHintBox.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpHintBox.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpHintBox - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,21 +35,21 @@
-
+

Synopsis

-
GtkWidget *         gimp_hint_box_new                   (const gchar *hint);
+
GtkWidget *         gimp_hint_box_new                   (const gchar *hint);
 
-
+

Description

-
+

Details

-
+

gimp_hint_box_new ()

-
GtkWidget *         gimp_hint_box_new                   (const gchar *hint);
+
GtkWidget *         gimp_hint_box_new                   (const gchar *hint);

Creates a new widget that shows a text label showing hint, decorated with a GIMP_STOCK_INFO wilber icon. @@ -59,15 +59,12 @@

hint :

-text to display as a user hint - +text to display as a user hint

Returns :

- a new widget - -Since GIMP 2.4 - +a new widget +Since GIMP 2.4
@@ -76,6 +73,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-gimpoldwidgets.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-gimpoldwidgets.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-gimpoldwidgets.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-gimpoldwidgets.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ gimpoldwidgets - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,61 +35,61 @@
-
+

Synopsis

-
GtkWidget *         gimp_int_option_menu_new            (gboolean menu_only,
-                                                         GCallback menu_item_callback,
-                                                         gpointer menu_item_callback_data,
-                                                         gint initial,
+
GtkWidget *         gimp_int_option_menu_new            (gboolean menu_only,
+                                                         GCallback menu_item_callback,
+                                                         gpointer menu_item_callback_data,
+                                                         gint initial,
                                                          ...);
-void                gimp_int_option_menu_set_history    (GtkOptionMenu *option_menu,
-                                                         gint item_data);
-gboolean            (*GimpIntOptionMenuSensitivityCallback)
-                                                        (gint item_data,
-                                                         gpointer callback_data);
-void                gimp_int_option_menu_set_sensitive  (GtkOptionMenu *option_menu,
+void                gimp_int_option_menu_set_history    (GtkOptionMenu *option_menu,
+                                                         gint item_data);
+gboolean            (*GimpIntOptionMenuSensitivityCallback)
+                                                        (gint item_data,
+                                                         gpointer callback_data);
+void                gimp_int_option_menu_set_sensitive  (GtkOptionMenu *option_menu,
                                                          GimpIntOptionMenuSensitivityCallback callback,
-                                                         gpointer callback_data);
-GtkWidget *         gimp_option_menu_new                (gboolean menu_only,
+                                                         gpointer callback_data);
+GtkWidget *         gimp_option_menu_new                (gboolean menu_only,
                                                          ...);
-GtkWidget *         gimp_option_menu_new2               (gboolean menu_only,
-                                                         GCallback menu_item_callback,
-                                                         gpointer menu_item_callback_data,
-                                                         gpointer initial,
+GtkWidget *         gimp_option_menu_new2               (gboolean menu_only,
+                                                         GCallback menu_item_callback,
+                                                         gpointer menu_item_callback_data,
+                                                         gpointer initial,
                                                          ...);
-void                gimp_option_menu_set_history        (GtkOptionMenu *option_menu,
-                                                         gpointer item_data);
-gboolean            (*GimpOptionMenuSensitivityCallback)
-                                                        (gpointer item_data,
-                                                         gpointer callback_data);
-void                gimp_option_menu_set_sensitive      (GtkOptionMenu *option_menu,
+void                gimp_option_menu_set_history        (GtkOptionMenu *option_menu,
+                                                         gpointer item_data);
+gboolean            (*GimpOptionMenuSensitivityCallback)
+                                                        (gpointer item_data,
+                                                         gpointer callback_data);
+void                gimp_option_menu_set_sensitive      (GtkOptionMenu *option_menu,
                                                          GimpOptionMenuSensitivityCallback callback,
-                                                         gpointer callback_data);
-void                gimp_menu_item_update               (GtkWidget *widget,
-                                                         gpointer data);
+                                                         gpointer callback_data);
+void                gimp_menu_item_update               (GtkWidget *widget,
+                                                         gpointer data);
 
-
+

Description

These functions are not defined if you #define GIMP_DISABLE_DEPRECATED.

-
+

Details

-
+

gimp_int_option_menu_new ()

-
GtkWidget *         gimp_int_option_menu_new            (gboolean menu_only,
-                                                         GCallback menu_item_callback,
-                                                         gpointer menu_item_callback_data,
-                                                         gint initial,
+
GtkWidget *         gimp_int_option_menu_new            (gboolean menu_only,
+                                                         GCallback menu_item_callback,
+                                                         gpointer menu_item_callback_data,
+                                                         gint initial,
                                                          ...);
-
+

Warning

gimp_int_option_menu_new is deprecated and should not be used in newly-written code.

-Convenience function to create a GtkOptionMenu or a GtkMenu. This +Convenience function to create a GtkOptionMenu or a GtkMenu. This function does the same thing as the deprecated function gimp_option_menu_new2(), but it takes integers as item_data instead of pointers, since that is a very common case (mapping an @@ -101,50 +101,44 @@

menu_only :

-TRUE if the function should return a GtkMenu only. - +TRUE if the function should return a GtkMenu only.

menu_item_callback :

The callback each menu item's "activate" signal will - be connected with. - +be connected with.

menu_item_callback_data :

- The data which will be passed to g_signal_connect(). - +The data which will be passed to g_signal_connect().

initial :

-The item_data of the initially selected menu item. - +The item_data of the initially selected menu item.

... :

-A NULL-terminated va_list describing the menu items. - +A NULL-terminated va_list describing the menu items.

Returns :

- A GtkOptionMenu or a GtkMenu (depending on menu_only). - +A GtkOptionMenu or a GtkMenu (depending on menu_only).

-
+

gimp_int_option_menu_set_history ()

-
void                gimp_int_option_menu_set_history    (GtkOptionMenu *option_menu,
-                                                         gint item_data);
-
+
void                gimp_int_option_menu_set_history    (GtkOptionMenu *option_menu,
+                                                         gint item_data);
+

Warning

gimp_int_option_menu_set_history is deprecated and should not be used in newly-written code.

-Iterates over all entries in a GtkOptionMenu and selects the one with the -matching item_data. Probably only makes sense to use with a GtkOptionMenu +Iterates over all entries in a GtkOptionMenu and selects the one with the +matching item_data. Probably only makes sense to use with a GtkOptionMenu that was created using gimp_int_option_menu_new(). This function does the same thing as gimp_option_menu_set_history(), but takes integers as item_data instead of pointers. @@ -154,57 +148,35 @@

option_menu :

-A GtkOptionMenu as returned by gimp_int_option_menu_new(). - +A GtkOptionMenu as returned by gimp_int_option_menu_new().

item_data :

-The item_data of the menu item you want to select. - +The item_data of the menu item you want to select.

-
+

GimpIntOptionMenuSensitivityCallback ()

-
gboolean            (*GimpIntOptionMenuSensitivityCallback)
-                                                        (gint item_data,
-                                                         gpointer callback_data);
-
+
gboolean            (*GimpIntOptionMenuSensitivityCallback)
+                                                        (gint item_data,
+                                                         gpointer callback_data);
+

Warning

GimpIntOptionMenuSensitivityCallback is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - - - - - -

item_data :

-

callback_data :

-

Returns :

-

-
+

gimp_int_option_menu_set_sensitive ()

-
void                gimp_int_option_menu_set_sensitive  (GtkOptionMenu *option_menu,
+
void                gimp_int_option_menu_set_sensitive  (GtkOptionMenu *option_menu,
                                                          GimpIntOptionMenuSensitivityCallback callback,
-                                                         gpointer callback_data);
-
+ gpointer callback_data);
+

Warning

gimp_int_option_menu_set_sensitive is deprecated and should not be used in newly-written code.

@@ -220,35 +192,32 @@

option_menu :

-a GtkOptionMenu as returned by gimp_option_menu_new() or - gimp_option_menu_new2(). - +a GtkOptionMenu as returned by gimp_option_menu_new() or +gimp_option_menu_new2().

callback :

a function called for each item in the menu to determine the - the sensitivity state. - +the sensitivity state.

callback_data :

-data to pass to the callback function. - +data to pass to the callback function.

-
+

gimp_option_menu_new ()

-
GtkWidget *         gimp_option_menu_new                (gboolean menu_only,
+
GtkWidget *         gimp_option_menu_new                (gboolean menu_only,
                                                          ...);
-
+

Warning

gimp_option_menu_new is deprecated and should not be used in newly-written code.

-Convenience function to create a GtkOptionMenu or a GtkMenu. +Convenience function to create a GtkOptionMenu or a GtkMenu.

@@ -256,36 +225,33 @@ +TRUE if the function should return a GtkMenu only. - + - +

menu_only :

-TRUE if the function should return a GtkMenu only. -

... :

A NULL-terminated va_list describing the menu items. -A NULL-terminated va_list describing the menu items.

Returns :

A GtkOptionMenu or a GtkMenu (depending on menu_only). -A GtkOptionMenu or a GtkMenu (depending on menu_only).

-
+

gimp_option_menu_new2 ()

-
GtkWidget *         gimp_option_menu_new2               (gboolean menu_only,
-                                                         GCallback menu_item_callback,
-                                                         gpointer menu_item_callback_data,
-                                                         gpointer initial,
+
GtkWidget *         gimp_option_menu_new2               (gboolean menu_only,
+                                                         GCallback menu_item_callback,
+                                                         gpointer menu_item_callback_data,
+                                                         gpointer initial,
                                                          ...);
-
+

Warning

gimp_option_menu_new2 is deprecated and should not be used in newly-written code.

-Convenience function to create a GtkOptionMenu or a GtkMenu. +Convenience function to create a GtkOptionMenu or a GtkMenu.

@@ -293,51 +259,45 @@ +TRUE if the function should return a GtkMenu only. +be connected with. - + - + - + - +

menu_only :

-TRUE if the function should return a GtkMenu only. -

menu_item_callback :

The callback each menu item's "activate" signal will - be connected with. -

menu_item_callback_data :

The data which will be passed to g_signal_connect(). -The data which will be passed to g_signal_connect().

initial :

The item_data of the initially selected menu item. -The item_data of the initially selected menu item.

... :

A NULL-terminated va_list describing the menu items. -A NULL-terminated va_list describing the menu items.

Returns :

A GtkOptionMenu or a GtkMenu (depending on menu_only). -A GtkOptionMenu or a GtkMenu (depending on menu_only).

-
+

gimp_option_menu_set_history ()

-
void                gimp_option_menu_set_history        (GtkOptionMenu *option_menu,
-                                                         gpointer item_data);
-
+
void                gimp_option_menu_set_history        (GtkOptionMenu *option_menu,
+                                                         gpointer item_data);
+

Warning

gimp_option_menu_set_history is deprecated and should not be used in newly-written code.

-Iterates over all entries in a GtkOptionMenu and selects the one +Iterates over all entries in a GtkOptionMenu and selects the one with the matching item_data. Probably only makes sense to use with -a GtkOptionMenu that was created using gimp_option_menu_new() or +a GtkOptionMenu that was created using gimp_option_menu_new() or gimp_option_menu_new2().

@@ -345,58 +305,36 @@ - + - +

option_menu :

A GtkOptionMenu as returned by gimp_option_menu_new() or - gimp_option_menu_new2(). -A GtkOptionMenu as returned by gimp_option_menu_new() or +gimp_option_menu_new2().

item_data :

The item_data of the menu item you want to select. -The item_data of the menu item you want to select.

-
+

GimpOptionMenuSensitivityCallback ()

-
gboolean            (*GimpOptionMenuSensitivityCallback)
-                                                        (gpointer item_data,
-                                                         gpointer callback_data);
-
+
gboolean            (*GimpOptionMenuSensitivityCallback)
+                                                        (gpointer item_data,
+                                                         gpointer callback_data);
+

Warning

GimpOptionMenuSensitivityCallback is deprecated and should not be used in newly-written code.

-
-- - - - - - - - - - - - - - -

item_data :

-

callback_data :

-

Returns :

-

-
+

gimp_option_menu_set_sensitive ()

-
void                gimp_option_menu_set_sensitive      (GtkOptionMenu *option_menu,
+
void                gimp_option_menu_set_sensitive      (GtkOptionMenu *option_menu,
                                                          GimpOptionMenuSensitivityCallback callback,
-                                                         gpointer callback_data);
-
+ gpointer callback_data);
+

Warning

gimp_option_menu_set_sensitive is deprecated and should not be used in newly-written code.

@@ -410,30 +348,27 @@

option_menu :

-a GtkOptionMenu as returned by gimp_option_menu_new() or - gimp_option_menu_new2(). - +a GtkOptionMenu as returned by gimp_option_menu_new() or +gimp_option_menu_new2().

callback :

a function called for each item in the menu to determine the - the sensitivity state. - +the sensitivity state.

callback_data :

-data to pass to the callback function. - +data to pass to the callback function.

-
+

gimp_menu_item_update ()

-
void                gimp_menu_item_update               (GtkWidget *widget,
-                                                         gpointer data);
-
+
void                gimp_menu_item_update               (GtkWidget *widget,
+                                                         gpointer data);
+

Warning

gimp_menu_item_update is deprecated and should not be used in newly-written code.

@@ -442,20 +377,18 @@

widget :

-A GtkMenuItem. - +A GtkMenuItem.

data :

-A pointer to a gint variable which will store the value of - GPOINTER_TO_INT (g_object_get_data (widget, "gimp-item-data")). - +A pointer to a gint variable which will store the value of +GPOINTER_TO_INT (g_object_get_data (widget, "gimp-item-data")).
-
+

See Also

GimpIntComboBox @@ -464,6 +397,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpPropWidgets.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpPropWidgets.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpPropWidgets.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpPropWidgets.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpPropWidgets - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,158 +35,158 @@
-
+

Synopsis

-
GtkWidget *         gimp_prop_boolean_combo_box_new     (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *true_text,
-                                                         const gchar *false_text);
-GtkWidget *         gimp_prop_boolean_radio_frame_new   (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *title,
-                                                         const gchar *true_text,
-                                                         const gchar *false_text);
-GtkWidget *         gimp_prop_check_button_new          (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *label);
-GtkWidget *         gimp_prop_color_area_new            (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint width,
-                                                         gint height,
+
GtkWidget *         gimp_prop_boolean_combo_box_new     (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *true_text,
+                                                         const gchar *false_text);
+GtkWidget *         gimp_prop_boolean_radio_frame_new   (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *title,
+                                                         const gchar *true_text,
+                                                         const gchar *false_text);
+GtkWidget *         gimp_prop_check_button_new          (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *label);
+GtkWidget *         gimp_prop_color_area_new            (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint width,
+                                                         gint height,
                                                          GimpColorAreaType type);
-gboolean            gimp_prop_coordinates_connect       (GObject *config,
-                                                         const gchar *x_property_name,
-                                                         const gchar *y_property_name,
-                                                         const gchar *unit_property_name,
-                                                         GtkWidget *sizeentry,
-                                                         GtkWidget *chainbutton,
-                                                         gdouble xresolution,
-                                                         gdouble yresolution);
-GtkWidget *         gimp_prop_coordinates_new           (GObject *config,
-                                                         const gchar *x_property_name,
-                                                         const gchar *y_property_name,
-                                                         const gchar *unit_property_name,
-                                                         const gchar *unit_format,
+gboolean            gimp_prop_coordinates_connect       (GObject *config,
+                                                         const gchar *x_property_name,
+                                                         const gchar *y_property_name,
+                                                         const gchar *unit_property_name,
+                                                         GtkWidget *sizeentry,
+                                                         GtkWidget *chainbutton,
+                                                         gdouble xresolution,
+                                                         gdouble yresolution);
+GtkWidget *         gimp_prop_coordinates_new           (GObject *config,
+                                                         const gchar *x_property_name,
+                                                         const gchar *y_property_name,
+                                                         const gchar *unit_property_name,
+                                                         const gchar *unit_format,
                                                          GimpSizeEntryUpdatePolicy update_policy,
-                                                         gdouble xresolution,
-                                                         gdouble yresolution,
-                                                         gboolean has_chainbutton);
-GtkWidget *         gimp_prop_entry_new                 (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint max_len);
-GtkWidget *         gimp_prop_enum_check_button_new     (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *label,
-                                                         gint false_value,
-                                                         gint true_value);
-GtkWidget *         gimp_prop_enum_combo_box_new        (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint minimum,
-                                                         gint maximum);
-GtkWidget *         gimp_prop_enum_label_new            (GObject *config,
-                                                         const gchar *property_name);
-GtkWidget *         gimp_prop_enum_radio_box_new        (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint minimum,
-                                                         gint maximum);
-GtkWidget *         gimp_prop_enum_radio_frame_new      (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *title,
-                                                         gint minimum,
-                                                         gint maximum);
-GtkWidget *         gimp_prop_enum_stock_box_new        (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *stock_prefix,
-                                                         gint minimum,
-                                                         gint maximum);
-GtkWidget *         gimp_prop_expander_new              (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *label);
-GtkWidget *         gimp_prop_file_chooser_button_new   (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *title,
-                                                         GtkFileChooserAction action);
-GtkWidget *         gimp_prop_file_chooser_button_new_with_dialog
-                                                        (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkWidget *dialog);
-GtkWidget *         gimp_prop_hscale_new                (GObject *config,
-                                                         const gchar *property_name,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         gint digits);
-GtkWidget *         gimp_prop_int_combo_box_new         (GObject *config,
-                                                         const gchar *property_name,
+                                                         gdouble xresolution,
+                                                         gdouble yresolution,
+                                                         gboolean has_chainbutton);
+GtkWidget *         gimp_prop_entry_new                 (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint max_len);
+GtkWidget *         gimp_prop_enum_check_button_new     (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *label,
+                                                         gint false_value,
+                                                         gint true_value);
+GtkWidget *         gimp_prop_enum_combo_box_new        (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint minimum,
+                                                         gint maximum);
+GtkWidget *         gimp_prop_enum_label_new            (GObject *config,
+                                                         const gchar *property_name);
+GtkWidget *         gimp_prop_enum_radio_box_new        (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint minimum,
+                                                         gint maximum);
+GtkWidget *         gimp_prop_enum_radio_frame_new      (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *title,
+                                                         gint minimum,
+                                                         gint maximum);
+GtkWidget *         gimp_prop_enum_stock_box_new        (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *stock_prefix,
+                                                         gint minimum,
+                                                         gint maximum);
+GtkWidget *         gimp_prop_expander_new              (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *label);
+GtkWidget *         gimp_prop_file_chooser_button_new   (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *title,
+                                                         GtkFileChooserAction action);
+GtkWidget *         gimp_prop_file_chooser_button_new_with_dialog
+                                                        (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkWidget *dialog);
+GtkWidget *         gimp_prop_hscale_new                (GObject *config,
+                                                         const gchar *property_name,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         gint digits);
+GtkWidget *         gimp_prop_int_combo_box_new         (GObject *config,
+                                                         const gchar *property_name,
                                                          GimpIntStore *store);
-GtkWidget *         gimp_prop_label_new                 (GObject *config,
-                                                         const gchar *property_name);
-GtkWidget *         gimp_prop_memsize_entry_new         (GObject *config,
-                                                         const gchar *property_name);
-GtkObject *         gimp_prop_opacity_entry_new         (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *label);
-GtkWidget *         gimp_prop_path_editor_new           (GObject *config,
-                                                         const gchar *path_property_name,
-                                                         const gchar *writable_property_name,
-                                                         const gchar *filesel_title);
-GtkObject *         gimp_prop_scale_entry_new           (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *label,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         gint digits,
-                                                         gboolean limit_scale,
-                                                         gdouble lower_limit,
-                                                         gdouble upper_limit);
-GtkWidget *         gimp_prop_size_entry_new            (GObject *config,
-                                                         const gchar *property_name,
-                                                         gboolean property_is_pixel,
-                                                         const gchar *unit_property_name,
-                                                         const gchar *unit_format,
+GtkWidget *         gimp_prop_label_new                 (GObject *config,
+                                                         const gchar *property_name);
+GtkWidget *         gimp_prop_memsize_entry_new         (GObject *config,
+                                                         const gchar *property_name);
+GtkObject *         gimp_prop_opacity_entry_new         (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *label);
+GtkWidget *         gimp_prop_path_editor_new           (GObject *config,
+                                                         const gchar *path_property_name,
+                                                         const gchar *writable_property_name,
+                                                         const gchar *filesel_title);
+GtkObject *         gimp_prop_scale_entry_new           (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *label,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         gint digits,
+                                                         gboolean limit_scale,
+                                                         gdouble lower_limit,
+                                                         gdouble upper_limit);
+GtkWidget *         gimp_prop_size_entry_new            (GObject *config,
+                                                         const gchar *property_name,
+                                                         gboolean property_is_pixel,
+                                                         const gchar *unit_property_name,
+                                                         const gchar *unit_format,
                                                          GimpSizeEntryUpdatePolicy update_policy,
-                                                         gdouble resolution);
-GtkWidget *         gimp_prop_spin_button_new           (GObject *config,
-                                                         const gchar *property_name,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         gint digits);
-GtkWidget *         gimp_prop_stock_image_new           (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkIconSize icon_size);
-GtkWidget *         gimp_prop_string_combo_box_new      (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkTreeModel *model,
-                                                         gint id_column,
-                                                         gint label_column);
-GtkTextBuffer *     gimp_prop_text_buffer_new           (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint max_len);
-GtkWidget *         gimp_prop_unit_menu_new             (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *unit_format);
+                                                         gdouble resolution);
+GtkWidget *         gimp_prop_spin_button_new           (GObject *config,
+                                                         const gchar *property_name,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         gint digits);
+GtkWidget *         gimp_prop_stock_image_new           (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkIconSize icon_size);
+GtkWidget *         gimp_prop_string_combo_box_new      (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkTreeModel *model,
+                                                         gint id_column,
+                                                         gint label_column);
+GtkTextBuffer *     gimp_prop_text_buffer_new           (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint max_len);
+GtkWidget *         gimp_prop_unit_menu_new             (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *unit_format);
 
-
+

Description

-
+

Details

-
+

gimp_prop_boolean_combo_box_new ()

-
GtkWidget *         gimp_prop_boolean_combo_box_new     (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *true_text,
-                                                         const gchar *false_text);
+
GtkWidget *         gimp_prop_boolean_combo_box_new     (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *true_text,
+                                                         const gchar *false_text);

-Creates a GtkComboBox widget to display and set the specified +Creates a GtkComboBox widget to display and set the specified boolean property. The combo box will have two entries, one displaying the true_text label, the other displaying the false_text label. @@ -196,42 +196,36 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of boolean property controlled by combo box. - +Name of boolean property controlled by combo box.

true_text :

-Label used for entry corresponding to TRUE value. - +Label used for entry corresponding to TRUE value.

false_text :

-Label used for entry corresponding to FALSE value. - +Label used for entry corresponding to FALSE value.

Returns :

- The newly created GtkComboBox widget. - -Since GIMP 2.4 - +The newly created GtkComboBox widget. +Since GIMP 2.4

-
+

gimp_prop_boolean_radio_frame_new ()

-
GtkWidget *         gimp_prop_boolean_radio_frame_new   (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *title,
-                                                         const gchar *true_text,
-                                                         const gchar *false_text);
+
GtkWidget *         gimp_prop_boolean_radio_frame_new   (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *title,
+                                                         const gchar *true_text,
+                                                         const gchar *false_text);

Creates a pair of radio buttons which function to set and display the specified boolean property. @@ -241,47 +235,40 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of boolean property controlled by the radio buttons. - +Name of boolean property controlled by the radio buttons.

title :

-Label for the frame. - +Label for the frame.

true_text :

-Label for the button corresponding to TRUE. - +Label for the button corresponding to TRUE.

false_text :

-Label for the button corresponding to FALSE. - +Label for the button corresponding to FALSE.

Returns :

- A GimpFrame containing the radio buttons. - -Since GIMP 2.4 - +A GimpFrame containing the radio buttons. +Since GIMP 2.4

-
+

gimp_prop_check_button_new ()

-
GtkWidget *         gimp_prop_check_button_new          (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *label);
+
GtkWidget *         gimp_prop_check_button_new          (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *label);

-Creates a GtkCheckButton that displays and sets the specified +Creates a GtkCheckButton that displays and sets the specified boolean property.

@@ -289,36 +276,31 @@ - + - + - + - +

config :

Object to which property is attached. -Object to which property is attached.

property_name :

Name of boolean property controlled by checkbutton. -Name of boolean property controlled by checkbutton.

label :

Label to give checkbutton (including mnemonic). -Label to give checkbutton (including mnemonic).

Returns :

The newly created GtkCheckButton widget. - -Since GIMP 2.4 -The newly created GtkCheckButton widget. +Since GIMP 2.4

-
+

gimp_prop_color_area_new ()

-
GtkWidget *         gimp_prop_color_area_new            (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint width,
-                                                         gint height,
+
GtkWidget *         gimp_prop_color_area_new            (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint width,
+                                                         gint height,
                                                          GimpColorAreaType type);

Creates a GimpColorArea to set and display the value of an RGB @@ -329,115 +311,58 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of RGB property. - +Name of RGB property.

width :

-Width of color area. - +Width of color area.

height :

-Height of color area. - +Height of color area.

type :

-How transparency is represented. - +How transparency is represented.

Returns :

- A new GimpColorArea widget. - -Since GIMP 2.4 - +A new GimpColorArea widget. +Since GIMP 2.4

-
+

gimp_prop_coordinates_connect ()

-
gboolean            gimp_prop_coordinates_connect       (GObject *config,
-                                                         const gchar *x_property_name,
-                                                         const gchar *y_property_name,
-                                                         const gchar *unit_property_name,
-                                                         GtkWidget *sizeentry,
-                                                         GtkWidget *chainbutton,
-                                                         gdouble xresolution,
-                                                         gdouble yresolution);
+
gboolean            gimp_prop_coordinates_connect       (GObject *config,
+                                                         const gchar *x_property_name,
+                                                         const gchar *y_property_name,
+                                                         const gchar *unit_property_name,
+                                                         GtkWidget *sizeentry,
+                                                         GtkWidget *chainbutton,
+                                                         gdouble xresolution,
+                                                         gdouble yresolution);

-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

config :

-

x_property_name :

-

y_property_name :

-

unit_property_name :

-

sizeentry :

-

chainbutton :

-

xresolution :

-

yresolution :

-

Returns :

-

-
+

gimp_prop_coordinates_new ()

-
GtkWidget *         gimp_prop_coordinates_new           (GObject *config,
-                                                         const gchar *x_property_name,
-                                                         const gchar *y_property_name,
-                                                         const gchar *unit_property_name,
-                                                         const gchar *unit_format,
+
GtkWidget *         gimp_prop_coordinates_new           (GObject *config,
+                                                         const gchar *x_property_name,
+                                                         const gchar *y_property_name,
+                                                         const gchar *unit_property_name,
+                                                         const gchar *unit_format,
                                                          GimpSizeEntryUpdatePolicy update_policy,
-                                                         gdouble xresolution,
-                                                         gdouble yresolution,
-                                                         gboolean has_chainbutton);
+ gdouble xresolution, + gdouble yresolution, + gboolean has_chainbutton);

Creates a GimpSizeEntry to set and display two double or int properties, which will usually represent X and Y coordinates, and @@ -448,69 +373,58 @@

config :

-Object to which property is attached. - +Object to which property is attached.

x_property_name :

-Name of int or double property for X coordinate. - +Name of int or double property for X coordinate.

y_property_name :

-Name of int or double property for Y coordinate. - +Name of int or double property for Y coordinate.

unit_property_name :

-Name of unit property. - +Name of unit property.

unit_format :

A printf-like unit-format string as is used with - gimp_unit_menu_new(). - +gimp_unit_menu_new().

update_policy :

How the automatic pixel <-> real-world-unit - calculations should be done. - +calculations should be done.

xresolution :

-The resolution (in dpi) for the X coordinate. - +The resolution (in dpi) for the X coordinate.

yresolution :

-The resolution (in dpi) for the Y coordinate. - +The resolution (in dpi) for the Y coordinate.

has_chainbutton :

-Whether to add a chainbutton to the size entry. - +Whether to add a chainbutton to the size entry.

Returns :

- A new GimpSizeEntry widget. - -Since GIMP 2.4 - +A new GimpSizeEntry widget. +Since GIMP 2.4

-
+

gimp_prop_entry_new ()

-
GtkWidget *         gimp_prop_entry_new                 (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint max_len);
+
GtkWidget *         gimp_prop_entry_new                 (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint max_len);

-Creates a GtkEntry to set and display the value of the specified +Creates a GtkEntry to set and display the value of the specified string property.

@@ -518,39 +432,34 @@ - + - + - + - +

config :

Object to which property is attached. -Object to which property is attached.

property_name :

Name of string property. -Name of string property.

max_len :

Maximum allowed length of string. -Maximum allowed length of string.

Returns :

A new GtkEntry widget. - -Since GIMP 2.4 -A new GtkEntry widget. +Since GIMP 2.4

-
+

gimp_prop_enum_check_button_new ()

-
GtkWidget *         gimp_prop_enum_check_button_new     (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *label,
-                                                         gint false_value,
-                                                         gint true_value);
+
GtkWidget *         gimp_prop_enum_check_button_new     (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *label,
+                                                         gint false_value,
+                                                         gint true_value);

-Creates a GtkCheckButton that displays and sets the specified +Creates a GtkCheckButton that displays and sets the specified property of type Enum. Note that this widget only allows two values for the enum, one corresponding to the "checked" state and the other to the "unchecked" state. @@ -560,46 +469,39 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of enum property controlled by checkbutton. - +Name of enum property controlled by checkbutton.

label :

-Label to give checkbutton (including mnemonic). - +Label to give checkbutton (including mnemonic).

false_value :

-Enum value corresponding to unchecked state. - +Enum value corresponding to unchecked state.

true_value :

-Enum value corresonding to checked state. - +Enum value corresonding to checked state.

Returns :

- The newly created GtkCheckButton widget. - -Since GIMP 2.4 - +The newly created GtkCheckButton widget. +Since GIMP 2.4

-
+

gimp_prop_enum_combo_box_new ()

-
GtkWidget *         gimp_prop_enum_combo_box_new        (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint minimum,
-                                                         gint maximum);
+
GtkWidget *         gimp_prop_enum_combo_box_new        (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint minimum,
+                                                         gint maximum);

Creates a GimpIntComboBox widget to display and set the specified enum property. The mimimum_value and maximum_value give the @@ -612,69 +514,59 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of enum property controlled by combo box. - +Name of enum property controlled by combo box.

minimum :

-Smallest allowed value of enum. - +Smallest allowed value of enum.

maximum :

-Largest allowed value of enum. - +Largest allowed value of enum.

Returns :

- The newly created GimpEnumComboBox widget. - -Since GIMP 2.4 - +The newly created GimpEnumComboBox widget. +Since GIMP 2.4

-
+

gimp_prop_enum_label_new ()

-
GtkWidget *         gimp_prop_enum_label_new            (GObject *config,
-                                                         const gchar *property_name);
+
GtkWidget *         gimp_prop_enum_label_new            (GObject *config,
+                                                         const gchar *property_name);
- + - + - +

config :

Object to which property is attached. -Object to which property is attached.

property_name :

Name of enum property to be displayed. -Name of enum property to be displayed.

Returns :

The newly created GimpEnumLabel widget. - -Since GIMP 2.4 -The newly created GimpEnumLabel widget. +Since GIMP 2.4

-
+

gimp_prop_enum_radio_box_new ()

-
GtkWidget *         gimp_prop_enum_radio_box_new        (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint minimum,
-                                                         gint maximum);
+
GtkWidget *         gimp_prop_enum_radio_box_new        (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint minimum,
+                                                         gint maximum);

Creates a group of radio buttons which function to set and display the specified enum property. The minimum and maximum arguments @@ -688,42 +580,36 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of enum property controlled by the radio buttons. - +Name of enum property controlled by the radio buttons.

minimum :

-Smallest value of enum to be included. - +Smallest value of enum to be included.

maximum :

-Largest value of enum to be included. - +Largest value of enum to be included.

Returns :

- A GtkVBox containing the radio buttons. - -Since GIMP 2.4 - +A GtkVBox containing the radio buttons. +Since GIMP 2.4

-
+

gimp_prop_enum_radio_frame_new ()

-
GtkWidget *         gimp_prop_enum_radio_frame_new      (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *title,
-                                                         gint minimum,
-                                                         gint maximum);
+
GtkWidget *         gimp_prop_enum_radio_frame_new      (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *title,
+                                                         gint minimum,
+                                                         gint maximum);

Creates a group of radio buttons which function to set and display the specified enum property. The minimum and maximum arguments @@ -735,47 +621,40 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of enum property controlled by the radio buttons. - +Name of enum property controlled by the radio buttons.

title :

-Label for the frame holding the buttons - +Label for the frame holding the buttons

minimum :

-Smallest value of enum to be included. - +Smallest value of enum to be included.

maximum :

-Largest value of enum to be included. - +Largest value of enum to be included.

Returns :

- A GimpFrame containing the radio buttons. - -Since GIMP 2.4 - +A GimpFrame containing the radio buttons. +Since GIMP 2.4

-
+

gimp_prop_enum_stock_box_new ()

-
GtkWidget *         gimp_prop_enum_stock_box_new        (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *stock_prefix,
-                                                         gint minimum,
-                                                         gint maximum);
+
GtkWidget *         gimp_prop_enum_stock_box_new        (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *stock_prefix,
+                                                         gint minimum,
+                                                         gint maximum);

Creates a horizontal box of radio buttons with stock icons, which function to set and display the value of the specified Enum @@ -788,48 +667,41 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of enum property controlled by the radio buttons. - +Name of enum property controlled by the radio buttons.

stock_prefix :

-The prefix of the group of stock ids to use. - +The prefix of the group of stock ids to use.

minimum :

-Smallest value of enum to be included. - +Smallest value of enum to be included.

maximum :

-Largest value of enum to be included. - +Largest value of enum to be included.

Returns :

- A GimpEnumStockBox containing the radio buttons. - -Since GIMP 2.4 - +A GimpEnumStockBox containing the radio buttons. +Since GIMP 2.4

-
+

gimp_prop_expander_new ()

-
GtkWidget *         gimp_prop_expander_new              (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *label);
+
GtkWidget *         gimp_prop_expander_new              (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *label);

-Creates a GtkExpander controlled by the specified boolean property. -A value of TRUE for the property corresponds to the expanded state +Creates a GtkExpander controlled by the specified boolean property. +A value of TRUE for the property corresponds to the expanded state for the widget.

@@ -837,131 +709,115 @@ - + - + - + - +

config :

Object to which property is attached. -Object to which property is attached.

property_name :

Name of boolean property. -Name of boolean property.

label :

Label for expander. -Label for expander.

Returns :

A new GtkExpander widget. - -Since GIMP 2.4 -A new GtkExpander widget. +Since GIMP 2.4

-
+

gimp_prop_file_chooser_button_new ()

-
GtkWidget *         gimp_prop_file_chooser_button_new   (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *title,
-                                                         GtkFileChooserAction action);
+
GtkWidget *         gimp_prop_file_chooser_button_new   (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *title,
+                                                         GtkFileChooserAction action);

-Creates a GtkFileChooserButton to edit the specified path property. +Creates a GtkFileChooserButton to edit the specified path property.

-Note that GtkFileChooserButton implements the GtkFileChooser -interface; you can use the GtkFileChooser API with it. +Note that GtkFileChooserButton implements the GtkFileChooser +interface; you can use the GtkFileChooser API with it.

- + - + - + - + - +

config :

object to which property is attached. -object to which property is attached.

property_name :

name of path property. -name of path property.

title :

the title of the browse dialog. -the title of the browse dialog.

action :

the open mode for the widget. -the open mode for the widget.

Returns :

A new GtkFileChooserButton. - -Since GIMP 2.4 -A new GtkFileChooserButton. +Since GIMP 2.4

-
+

gimp_prop_file_chooser_button_new_with_dialog ()

-
GtkWidget *         gimp_prop_file_chooser_button_new_with_dialog
-                                                        (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkWidget *dialog);
+
GtkWidget *         gimp_prop_file_chooser_button_new_with_dialog
+                                                        (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkWidget *dialog);

-Creates a GtkFileChooserButton to edit the specified path property. +Creates a GtkFileChooserButton to edit the specified path property.

The button uses dialog as it's file-picking window. Note that dialog -must be a GtkFileChooserDialog (or subclass) and must not have -GTK_DIALOG_DESTROY_WITH_PARENT set. +must be a GtkFileChooserDialog (or subclass) and must not have +GTK_DIALOG_DESTROY_WITH_PARENT set.

-Note that GtkFileChooserButton implements the GtkFileChooser -interface; you can use the GtkFileChooser API with it. +Note that GtkFileChooserButton implements the GtkFileChooser +interface; you can use the GtkFileChooser API with it.

- + - + - + - +

config :

object to which property is attached. -object to which property is attached.

property_name :

name of path property. -name of path property.

dialog :

the GtkFileChooserDialog widget to use. -the GtkFileChooserDialog widget to use.

Returns :

A new GtkFileChooserButton. - -Since GIMP 2.4 -A new GtkFileChooserButton. +Since GIMP 2.4

-
+

gimp_prop_hscale_new ()

-
GtkWidget *         gimp_prop_hscale_new                (GObject *config,
-                                                         const gchar *property_name,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         gint digits);
+
GtkWidget *         gimp_prop_hscale_new                (GObject *config,
+                                                         const gchar *property_name,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         gint digits);

Creates a horizontal scale to control the value of the specified integer or double property. @@ -971,44 +827,37 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of integer or double property controlled by the scale. - +Name of integer or double property controlled by the scale.

step_increment :

-Step size. - +Step size.

page_increment :

-Page size. - +Page size.

digits :

-Number of digits after decimal point to display. - +Number of digits after decimal point to display.

Returns :

- A new GtkScale. - -Since GIMP 2.4 - +A new GtkScale. +Since GIMP 2.4

-
+

gimp_prop_int_combo_box_new ()

-
GtkWidget *         gimp_prop_int_combo_box_new         (GObject *config,
-                                                         const gchar *property_name,
+
GtkWidget *         gimp_prop_int_combo_box_new         (GObject *config,
+                                                         const gchar *property_name,
                                                          GimpIntStore *store);

Creates a GimpIntComboBox widget to display and set the specified @@ -1020,37 +869,32 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of int property controlled by combo box. - +Name of int property controlled by combo box.

store :

-GimpIntStore holding list of labels, values, etc. - +GimpIntStore holding list of labels, values, etc.

Returns :

- The newly created GimpIntComboBox widget. - -Since GIMP 2.4 - +The newly created GimpIntComboBox widget. +Since GIMP 2.4

-
+

gimp_prop_label_new ()

-
GtkWidget *         gimp_prop_label_new                 (GObject *config,
-                                                         const gchar *property_name);
+
GtkWidget *         gimp_prop_label_new                 (GObject *config,
+                                                         const gchar *property_name);

-Creates a GtkLabel to display the value of the specified property. +Creates a GtkLabel to display the value of the specified property. The property should be a string property or at least transformable to a string. If the user should be able to edit the string, use gimp_prop_entry_new() instead. @@ -1060,29 +904,25 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of string property. - +Name of string property.

Returns :

- A new GtkLabel widget. - -Since GIMP 2.4 - +A new GtkLabel widget. +Since GIMP 2.4

-
+

gimp_prop_memsize_entry_new ()

-
GtkWidget *         gimp_prop_memsize_entry_new         (GObject *config,
-                                                         const gchar *property_name);
+
GtkWidget *         gimp_prop_memsize_entry_new         (GObject *config,
+                                                         const gchar *property_name);

Creates a GimpMemsizeEntry (spin button and option menu) to set and display the value of the specified memsize property. See @@ -1093,33 +933,29 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of memsize property. - +Name of memsize property.

Returns :

- A new GimpMemsizeEntry. - -Since GIMP 2.4 - +A new GimpMemsizeEntry. +Since GIMP 2.4

-
+

gimp_prop_opacity_entry_new ()

-
GtkObject *         gimp_prop_opacity_entry_new         (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *label);
+
GtkObject *         gimp_prop_opacity_entry_new         (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *label);

Creates a GimpScaleEntry (slider and spin button) to set and display the value of the specified double property, which should @@ -1131,100 +967,62 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of double property controlled by the spin button. - +Name of double property controlled by the spin button.

table :

-The GtkTable the widgets will be attached to. - +The GtkTable the widgets will be attached to.

column :

-The column to start with. - +The column to start with.

row :

-The row to attach the widgets. - +The row to attach the widgets.

label :

-The text for the GtkLabel which will appear left of the - GtkHScale. - +The text for the GtkLabel which will appear left of the +GtkHScale.

Returns :

- The GtkSpinButton's GtkAdjustment. - -Since GIMP 2.4 - +The GtkSpinButton's GtkAdjustment. +Since GIMP 2.4

-
+

gimp_prop_path_editor_new ()

-
GtkWidget *         gimp_prop_path_editor_new           (GObject *config,
-                                                         const gchar *path_property_name,
-                                                         const gchar *writable_property_name,
-                                                         const gchar *filesel_title);
+
GtkWidget *         gimp_prop_path_editor_new           (GObject *config,
+                                                         const gchar *path_property_name,
+                                                         const gchar *writable_property_name,
+                                                         const gchar *filesel_title);

-
-- - - - - - - - - - - - - - - - - - - - - - -

config :

-

path_property_name :

-

writable_property_name :

-

filesel_title :

-

Returns :

-

-
+

gimp_prop_scale_entry_new ()

-
GtkObject *         gimp_prop_scale_entry_new           (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *label,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         gint digits,
-                                                         gboolean limit_scale,
-                                                         gdouble lower_limit,
-                                                         gdouble upper_limit);
+
GtkObject *         gimp_prop_scale_entry_new           (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *label,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         gint digits,
+                                                         gboolean limit_scale,
+                                                         gdouble lower_limit,
+                                                         gdouble upper_limit);

Creates a GimpScaleEntry (slider and spin button) to set and display the value of the specified double property. See @@ -1235,87 +1033,73 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of double property controlled by the spin button. - +Name of double property controlled by the spin button.

table :

-The GtkTable the widgets will be attached to. - +The GtkTable the widgets will be attached to.

column :

-The column to start with. - +The column to start with.

row :

-The row to attach the widgets. - +The row to attach the widgets.

label :

-The text for the GtkLabel which will appear left of - the GtkHScale. - +The text for the GtkLabel which will appear left of +the GtkHScale.

step_increment :

-Step size. - +Step size.

page_increment :

-Page size. - +Page size.

digits :

-Number of digits after decimal point to display. - +Number of digits after decimal point to display.

limit_scale :

-TRUE if the range of possible values of the - GtkSpinButton should be the same as of the GtkHScale. - +TRUE if the range of possible values of the +GtkSpinButton should be the same as of the GtkHScale.

lower_limit :

-The spinbutton's lower boundary if limit_scale is FALSE. - +The spinbutton's lower boundary if limit_scale is FALSE.

upper_limit :

-The spinbutton's upper boundary if limit_scale is FALSE. - +The spinbutton's upper boundary if limit_scale is FALSE.

Returns :

- The GtkSpinButton's GtkAdjustment. - -Since GIMP 2.4 - +The GtkSpinButton's GtkAdjustment. +Since GIMP 2.4

-
+

gimp_prop_size_entry_new ()

-
GtkWidget *         gimp_prop_size_entry_new            (GObject *config,
-                                                         const gchar *property_name,
-                                                         gboolean property_is_pixel,
-                                                         const gchar *unit_property_name,
-                                                         const gchar *unit_format,
+
GtkWidget *         gimp_prop_size_entry_new            (GObject *config,
+                                                         const gchar *property_name,
+                                                         gboolean property_is_pixel,
+                                                         const gchar *unit_property_name,
+                                                         const gchar *unit_format,
                                                          GimpSizeEntryUpdatePolicy update_policy,
-                                                         gdouble resolution);
+ gdouble resolution);

Creates a GimpSizeEntry to set and display the specified double or int property, and its associated unit property. Note that this @@ -1328,60 +1112,51 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of int or double property. - +Name of int or double property.

property_is_pixel :

-When TRUE, the property value is in pixels, - and in the selected unit otherwise. - +When TRUE, the property value is in pixels, +and in the selected unit otherwise.

unit_property_name :

-Name of unit property. - +Name of unit property.

unit_format :

A printf-like unit-format string as is used with - gimp_unit_menu_new(). - +gimp_unit_menu_new().

update_policy :

How the automatic pixel <-> real-world-unit - calculations should be done. - +calculations should be done.

resolution :

-The resolution (in dpi) for the field. - +The resolution (in dpi) for the field.

Returns :

- A new GimpSizeEntry widget. - -Since GIMP 2.4 - +A new GimpSizeEntry widget. +Since GIMP 2.4

-
+

gimp_prop_spin_button_new ()

-
GtkWidget *         gimp_prop_spin_button_new           (GObject *config,
-                                                         const gchar *property_name,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         gint digits);
+
GtkWidget *         gimp_prop_spin_button_new           (GObject *config,
+                                                         const gchar *property_name,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         gint digits);

Creates a spin button to set and display the value of the specified double property. @@ -1391,86 +1166,74 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of double property controlled by the spin button. - +Name of double property controlled by the spin button.

step_increment :

-Step size. - +Step size.

page_increment :

-Page size. - +Page size.

digits :

-Number of digits after decimal point to display. - +Number of digits after decimal point to display.

Returns :

- A new GimpSpinButton. - -Since GIMP 2.4 - +A new GimpSpinButton. +Since GIMP 2.4

-
+

gimp_prop_stock_image_new ()

-
GtkWidget *         gimp_prop_stock_image_new           (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkIconSize icon_size);
+
GtkWidget *         gimp_prop_stock_image_new           (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkIconSize icon_size);

Creates a widget to display a stock image representing the value of the specified string property, which should encode a Stock ID. -See gtk_image_new_from_stock() for more information. +See gtk_image_new_from_stock() for more information.

- + - + - + - +

config :

Object to which property is attached. -Object to which property is attached.

property_name :

Name of string property. -Name of string property.

icon_size :

Size of desired stock image. -Size of desired stock image.

Returns :

A new GtkImage widget. - -Since GIMP 2.4 -A new GtkImage widget. +Since GIMP 2.4

-
+

gimp_prop_string_combo_box_new ()

-
GtkWidget *         gimp_prop_string_combo_box_new      (GObject *config,
-                                                         const gchar *property_name,
-                                                         GtkTreeModel *model,
-                                                         gint id_column,
-                                                         gint label_column);
+
GtkWidget *         gimp_prop_string_combo_box_new      (GObject *config,
+                                                         const gchar *property_name,
+                                                         GtkTreeModel *model,
+                                                         gint id_column,
+                                                         gint label_column);

Creates a GimpStringComboBox widget to display and set the specified property. The contents of the widget are determined by @@ -1481,51 +1244,44 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of int property controlled by combo box. - +Name of int property controlled by combo box.

model :

-GtkTreeStore holding list of values - +GtkTreeStore holding list of values

id_column :

-column in store that holds string IDs - +column in store that holds string IDs

label_column :

-column in store that holds labels to use in the combo-box - +column in store that holds labels to use in the combo-box

Returns :

- The newly created GimpStringComboBox widget. - -Since GIMP 2.4 - +The newly created GimpStringComboBox widget. +Since GIMP 2.4

-
+

gimp_prop_text_buffer_new ()

-
GtkTextBuffer *     gimp_prop_text_buffer_new           (GObject *config,
-                                                         const gchar *property_name,
-                                                         gint max_len);
+
GtkTextBuffer *     gimp_prop_text_buffer_new           (GObject *config,
+                                                         const gchar *property_name,
+                                                         gint max_len);

-Creates a GtkTextBuffer to set and display the value of the +Creates a GtkTextBuffer to set and display the value of the specified string property. Unless the string is expected to contain multiple lines or a large amount of text, use -gimp_prop_entry_new() instead. See GtkTextView for information on +gimp_prop_entry_new() instead. See GtkTextView for information on how to insert a text buffer into a visible widget.

@@ -1537,35 +1293,30 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of string property. - +Name of string property.

max_len :

-Maximum allowed length of text (in characters). - +Maximum allowed length of text (in characters).

Returns :

- A new GtkTextBuffer. - -Since GIMP 2.4 - +A new GtkTextBuffer. +Since GIMP 2.4

-
+

gimp_prop_unit_menu_new ()

-
GtkWidget *         gimp_prop_unit_menu_new             (GObject *config,
-                                                         const gchar *property_name,
-                                                         const gchar *unit_format);
+
GtkWidget *         gimp_prop_unit_menu_new             (GObject *config,
+                                                         const gchar *property_name,
+                                                         const gchar *unit_format);

Creates a GimpUnitMenu to set and display the value of a Unit property. See gimp_unit_menu_new() for more information. @@ -1575,26 +1326,21 @@

config :

-Object to which property is attached. - +Object to which property is attached.

property_name :

-Name of Unit property. - +Name of Unit property.

unit_format :

A printf-like format string which is used to create - the unit strings. - +the unit strings.

Returns :

- A new GimpUnitMenu widget. - -Since GIMP 2.4 - +A new GimpUnitMenu widget. +Since GIMP 2.4
@@ -1603,6 +1349,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpQueryBox.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpQueryBox - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,99 +35,99 @@
-
+

Synopsis

-
void                (*GimpQueryStringCallback)          (GtkWidget *query_box,
-                                                         const gchar *string,
-                                                         gpointer data);
-void                (*GimpQueryIntCallback)             (GtkWidget *query_box,
-                                                         gint value,
-                                                         gpointer data);
-void                (*GimpQueryDoubleCallback)          (GtkWidget *query_box,
-                                                         gdouble value,
-                                                         gpointer data);
-void                (*GimpQuerySizeCallback)            (GtkWidget *query_box,
-                                                         gdouble size,
-                                                         GimpUnit unit,
-                                                         gpointer data);
-void                (*GimpQueryBooleanCallback)         (GtkWidget *query_box,
-                                                         gboolean value,
-                                                         gpointer data);
-GtkWidget *         gimp_query_string_box               (const gchar *title,
-                                                         GtkWidget *parent,
+
void                (*GimpQueryStringCallback)          (GtkWidget *query_box,
+                                                         const gchar *string,
+                                                         gpointer data);
+void                (*GimpQueryIntCallback)             (GtkWidget *query_box,
+                                                         gint value,
+                                                         gpointer data);
+void                (*GimpQueryDoubleCallback)          (GtkWidget *query_box,
+                                                         gdouble value,
+                                                         gpointer data);
+void                (*GimpQuerySizeCallback)            (GtkWidget *query_box,
+                                                         gdouble size,
+                                                         GimpUnit unit,
+                                                         gpointer data);
+void                (*GimpQueryBooleanCallback)         (GtkWidget *query_box,
+                                                         gboolean value,
+                                                         gpointer data);
+GtkWidget *         gimp_query_string_box               (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *message,
-                                                         const gchar *initial,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *message,
+                                                         const gchar *initial,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQueryStringCallback callback,
-                                                         gpointer data);
-GtkWidget *         gimp_query_int_box                  (const gchar *title,
-                                                         GtkWidget *parent,
+                                                         gpointer data);
+GtkWidget *         gimp_query_int_box                  (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *message,
-                                                         gint initial,
-                                                         gint lower,
-                                                         gint upper,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *message,
+                                                         gint initial,
+                                                         gint lower,
+                                                         gint upper,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQueryIntCallback callback,
-                                                         gpointer data);
-GtkWidget *         gimp_query_double_box               (const gchar *title,
-                                                         GtkWidget *parent,
+                                                         gpointer data);
+GtkWidget *         gimp_query_double_box               (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *message,
-                                                         gdouble initial,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gint digits,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *message,
+                                                         gdouble initial,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gint digits,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQueryDoubleCallback callback,
-                                                         gpointer data);
-GtkWidget *         gimp_query_size_box                 (const gchar *title,
-                                                         GtkWidget *parent,
+                                                         gpointer data);
+GtkWidget *         gimp_query_size_box                 (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *message,
-                                                         gdouble initial,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gint digits,
-                                                         GimpUnit unit,
-                                                         gdouble resolution,
-                                                         gboolean dot_for_dot,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *message,
+                                                         gdouble initial,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gint digits,
+                                                         GimpUnit unit,
+                                                         gdouble resolution,
+                                                         gboolean dot_for_dot,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQuerySizeCallback callback,
-                                                         gpointer data);
-GtkWidget *         gimp_query_boolean_box              (const gchar *title,
-                                                         GtkWidget *parent,
+                                                         gpointer data);
+GtkWidget *         gimp_query_boolean_box              (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *stock_id,
-                                                         const gchar *message,
-                                                         const gchar *true_button,
-                                                         const gchar *false_button,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *stock_id,
+                                                         const gchar *message,
+                                                         const gchar *true_button,
+                                                         const gchar *false_button,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQueryBooleanCallback callback,
-                                                         gpointer data);
+                                                         gpointer data);
 #define             GIMP_QUERY_BOX_VBOX                 (qbox)
 
-
+

Description

These functions provide simple dialogs for entering a single string, integer, double, boolean or pixel size value.

-They return a pointer to a GtkDialog which has to be shown with -gtk_widget_show() by the caller. +They return a pointer to a GtkDialog which has to be shown with +gtk_widget_show() by the caller.

The dialogs contain an entry widget for the kind of value they ask for @@ -136,43 +136,40 @@ callback function is called and returns the entered value.

-
+

Details

-
+

GimpQueryStringCallback ()

-
void                (*GimpQueryStringCallback)          (GtkWidget *query_box,
-                                                         const gchar *string,
-                                                         gpointer data);
+
void                (*GimpQueryStringCallback)          (GtkWidget *query_box,
+                                                         const gchar *string,
+                                                         gpointer data);

-Note that you have to g_free() the returned string. +Note that you have to g_free() the returned string.

- + - + - +

query_box :

The query box. -The query box.

string :

The entered string. -The entered string.

data :

The user data. -The user data.

-
+

GimpQueryIntCallback ()

-
void                (*GimpQueryIntCallback)             (GtkWidget *query_box,
-                                                         gint value,
-                                                         gpointer data);
+
void                (*GimpQueryIntCallback)             (GtkWidget *query_box,
+                                                         gint value,
+                                                         gpointer data);

@@ -180,28 +177,25 @@ - + - + - +

query_box :

The query box. -The query box.

value :

The entered integer value. -The entered integer value.

data :

The user data. -The user data.

-
+

GimpQueryDoubleCallback ()

-
void                (*GimpQueryDoubleCallback)          (GtkWidget *query_box,
-                                                         gdouble value,
-                                                         gpointer data);
+
void                (*GimpQueryDoubleCallback)          (GtkWidget *query_box,
+                                                         gdouble value,
+                                                         gpointer data);

@@ -209,29 +203,26 @@ - + - + - +

query_box :

The query box. -The query box.

value :

The entered double value. -The entered double value.

data :

The user data. -The user data.

-
+

GimpQuerySizeCallback ()

-
void                (*GimpQuerySizeCallback)            (GtkWidget *query_box,
-                                                         gdouble size,
-                                                         GimpUnit unit,
-                                                         gpointer data);
+
void                (*GimpQuerySizeCallback)            (GtkWidget *query_box,
+                                                         gdouble size,
+                                                         GimpUnit unit,
+                                                         gpointer data);

@@ -239,33 +230,29 @@ - + - + - + - +

query_box :

The query box. -The query box.

size :

The entered size in pixels. -The entered size in pixels.

unit :

The selected unit from the GimpUnitMenu. -The selected unit from the GimpUnitMenu.

data :

The user data. -The user data.

-
+

GimpQueryBooleanCallback ()

-
void                (*GimpQueryBooleanCallback)         (GtkWidget *query_box,
-                                                         gboolean value,
-                                                         gpointer data);
+
void                (*GimpQueryBooleanCallback)         (GtkWidget *query_box,
+                                                         gboolean value,
+                                                         gpointer data);

@@ -273,304 +260,263 @@ - + - + - +

query_box :

The query box. -The query box.

value :

The entered boolean value. -The entered boolean value.

data :

The user data. -The user data.

-
+

gimp_query_string_box ()

-
GtkWidget *         gimp_query_string_box               (const gchar *title,
-                                                         GtkWidget *parent,
+
GtkWidget *         gimp_query_string_box               (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *message,
-                                                         const gchar *initial,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *message,
+                                                         const gchar *initial,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQueryStringCallback callback,
-                                                         gpointer data);
+ gpointer data);

-Creates a new GtkDialog that queries the user for a string value. +Creates a new GtkDialog that queries the user for a string value.

- + - + - + - + - + - + - + - + - + - + - +

title :

The query box dialog's title. -The query box dialog's title.

parent :

The dialog's parent widget. -The dialog's parent widget.

help_func :

The help function to show this dialog's help page. -The help function to show this dialog's help page.

help_id :

A string identifying this dialog's help page. -A string identifying this dialog's help page.

message :

A string which will be shown above the dialog's entry widget. -A string which will be shown above the dialog's entry widget.

initial :

The initial value. -The initial value.

object :

The object this query box is associated with. -The object this query box is associated with.

signal :

The object's signal which will cause the query box to be closed. -The object's signal which will cause the query box to be closed.

callback :

The function which will be called when the user selects "OK". -The function which will be called when the user selects "OK".

data :

The callback's user data. -The callback's user data.

Returns :

A pointer to the new GtkDialog. -A pointer to the new GtkDialog.

-
+

gimp_query_int_box ()

-
GtkWidget *         gimp_query_int_box                  (const gchar *title,
-                                                         GtkWidget *parent,
+
GtkWidget *         gimp_query_int_box                  (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *message,
-                                                         gint initial,
-                                                         gint lower,
-                                                         gint upper,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *message,
+                                                         gint initial,
+                                                         gint lower,
+                                                         gint upper,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQueryIntCallback callback,
-                                                         gpointer data);
+ gpointer data);

-Creates a new GtkDialog that queries the user for an integer value. +Creates a new GtkDialog that queries the user for an integer value.

- + - + - + - + - + - + - + - + - + - + - + - + - +

title :

The query box dialog's title. -The query box dialog's title.

parent :

The dialog's parent widget. -The dialog's parent widget.

help_func :

The help function to show this dialog's help page. -The help function to show this dialog's help page.

help_id :

A string identifying this dialog's help page. -A string identifying this dialog's help page.

message :

A string which will be shown above the dialog's entry widget. -A string which will be shown above the dialog's entry widget.

initial :

The initial value. -The initial value.

lower :

The lower boundary of the range of possible values. -The lower boundary of the range of possible values.

upper :

The upper boundray of the range of possible values. -The upper boundray of the range of possible values.

object :

The object this query box is associated with. -The object this query box is associated with.

signal :

The object's signal which will cause the query box to be closed. -The object's signal which will cause the query box to be closed.

callback :

The function which will be called when the user selects "OK". -The function which will be called when the user selects "OK".

data :

The callback's user data. -The callback's user data.

Returns :

A pointer to the new GtkDialog. -A pointer to the new GtkDialog.

-
+

gimp_query_double_box ()

-
GtkWidget *         gimp_query_double_box               (const gchar *title,
-                                                         GtkWidget *parent,
+
GtkWidget *         gimp_query_double_box               (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *message,
-                                                         gdouble initial,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gint digits,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *message,
+                                                         gdouble initial,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gint digits,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQueryDoubleCallback callback,
-                                                         gpointer data);
+ gpointer data);

-Creates a new GtkDialog that queries the user for a double value. +Creates a new GtkDialog that queries the user for a double value.

- + - + - + - + - + - + - + - + - + - + - + - + - + - +

title :

The query box dialog's title. -The query box dialog's title.

parent :

The dialog's parent widget. -The dialog's parent widget.

help_func :

The help function to show this dialog's help page. -The help function to show this dialog's help page.

help_id :

A string identifying this dialog's help page. -A string identifying this dialog's help page.

message :

A string which will be shown above the dialog's entry widget. -A string which will be shown above the dialog's entry widget.

initial :

The initial value. -The initial value.

lower :

The lower boundary of the range of possible values. -The lower boundary of the range of possible values.

upper :

The upper boundray of the range of possible values. -The upper boundray of the range of possible values.

digits :

The number of decimal digits the GtkSpinButton will provide. -The number of decimal digits the GtkSpinButton will provide.

object :

The object this query box is associated with. -The object this query box is associated with.

signal :

The object's signal which will cause the query box to be closed. -The object's signal which will cause the query box to be closed.

callback :

The function which will be called when the user selects "OK". -The function which will be called when the user selects "OK".

data :

The callback's user data. -The callback's user data.

Returns :

A pointer to the new GtkDialog. -A pointer to the new GtkDialog.

-
+

gimp_query_size_box ()

-
GtkWidget *         gimp_query_size_box                 (const gchar *title,
-                                                         GtkWidget *parent,
+
GtkWidget *         gimp_query_size_box                 (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *message,
-                                                         gdouble initial,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gint digits,
-                                                         GimpUnit unit,
-                                                         gdouble resolution,
-                                                         gboolean dot_for_dot,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *message,
+                                                         gdouble initial,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gint digits,
+                                                         GimpUnit unit,
+                                                         gdouble resolution,
+                                                         gboolean dot_for_dot,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQuerySizeCallback callback,
-                                                         gpointer data);
+ gpointer data);

-Creates a new GtkDialog that queries the user for a size using a +Creates a new GtkDialog that queries the user for a size using a GimpSizeEntry.

@@ -578,207 +524,169 @@ - + - + - + - + - + - + - + - + +"pixel" mode. - + +calculations. +TRUE if the GimpUnitMenu's initial unit should be "pixels". - + +to be closed. - + - + - +

title :

The query box dialog's title. -The query box dialog's title.

parent :

The dialog's parent widget. -The dialog's parent widget.

help_func :

The help function to show this dialog's help page. -The help function to show this dialog's help page.

help_id :

A string identifying this dialog's help page. -A string identifying this dialog's help page.

message :

A string which will be shown above the dialog's entry widget. -A string which will be shown above the dialog's entry widget.

initial :

The initial value. -The initial value.

lower :

The lower boundary of the range of possible values. -The lower boundary of the range of possible values.

upper :

The upper boundray of the range of possible values. -The upper boundray of the range of possible values.

digits :

The number of decimal digits the GimpSizeEntry provide in - "pixel" mode. -

unit :

The unit initially shown by the GimpUnitMenu. -The unit initially shown by the GimpUnitMenu.

resolution :

The resolution (in dpi) which will be used for pixel/unit - calculations. -

dot_for_dot :

-TRUE if the GimpUnitMenu's initial unit should be "pixels". -

object :

The object this query box is associated with. -The object this query box is associated with.

signal :

The object's signal which will cause the query box - to be closed. -

callback :

The function which will be called when the user selects "OK". -The function which will be called when the user selects "OK".

data :

The callback's user data. -The callback's user data.

Returns :

A pointer to the new GtkDialog. -A pointer to the new GtkDialog.

-
+

gimp_query_boolean_box ()

-
GtkWidget *         gimp_query_boolean_box              (const gchar *title,
-                                                         GtkWidget *parent,
+
GtkWidget *         gimp_query_boolean_box              (const gchar *title,
+                                                         GtkWidget *parent,
                                                          GimpHelpFunc help_func,
-                                                         const gchar *help_id,
-                                                         const gchar *stock_id,
-                                                         const gchar *message,
-                                                         const gchar *true_button,
-                                                         const gchar *false_button,
-                                                         GObject *object,
-                                                         const gchar *signal,
+                                                         const gchar *help_id,
+                                                         const gchar *stock_id,
+                                                         const gchar *message,
+                                                         const gchar *true_button,
+                                                         const gchar *false_button,
+                                                         GObject *object,
+                                                         const gchar *signal,
                                                          GimpQueryBooleanCallback callback,
-                                                         gpointer data);
+ gpointer data);

-Creates a new GtkDialog that asks the user to do a boolean decision. +Creates a new GtkDialog that asks the user to do a boolean decision.

- + - + - + - + +on the dialog's message. - + - + - + - + +to be closed. +of the buttons. - + - +

title :

The query box dialog's title. -The query box dialog's title.

parent :

The dialog's parent widget. -The dialog's parent widget.

help_func :

The help function to show this dialog's help page. -The help function to show this dialog's help page.

help_id :

A string identifying this dialog's help page. -A string identifying this dialog's help page.

stock_id :

A stock_id to specify an icon to appear on the left - on the dialog's message. -

message :

A string which will be shown in the query box. -A string which will be shown in the query box.

true_button :

The string to be shown in the dialog's left button. -The string to be shown in the dialog's left button.

false_button :

The string to be shown in the dialog's right button. -The string to be shown in the dialog's right button.

object :

The object this query box is associated with. -The object this query box is associated with.

signal :

The object's signal which will cause the query box - to be closed. -

callback :

The function which will be called when the user clicks one - of the buttons. -

data :

The callback's user data. -The callback's user data.

Returns :

A pointer to the new GtkDialog. -A pointer to the new GtkDialog.

-
+

GIMP_QUERY_BOX_VBOX()

#define             GIMP_QUERY_BOX_VBOX(qbox)

-A macro to access the GtkVBox in a GimpQueryBox. Useful if you want to add +A macro to access the GtkVBox in a GimpQueryBox. Useful if you want to add more widgets.

-
-- - - - -

qbox :

-
-
+

See Also

GimpSizeEntry @@ -790,6 +698,6 @@

+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpStock.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpStock.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpStock.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpStock.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpStock - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

void                gimp_stock_init                     (void);
 
@@ -244,7 +244,7 @@
 #define             GIMP_STOCK_PATTERN
 
-
+

Description

GIMP registers a set of menu/toolbar items and corresponding icons in @@ -257,21 +257,21 @@ locales.

-
+

Details

-
+

gimp_stock_init ()

void                gimp_stock_init                     (void);

Initializes the GIMP stock icon factory.

-You don't need to call this function as gimp_ui_init() already does +You don't need to call this function as gimp_ui_init() already does this for you.


-
+

GIMP_STOCK_ANCHOR

#define GIMP_STOCK_ANCHOR                   "gimp-anchor"
 
@@ -280,7 +280,7 @@


-
+

GIMP_STOCK_CENTER

#define GIMP_STOCK_CENTER                   "gimp-center"
 
@@ -290,7 +290,7 @@


-
+

GIMP_STOCK_DUPLICATE

#define GIMP_STOCK_DUPLICATE                "gimp-duplicate"
 
@@ -299,7 +299,7 @@


-
+

GIMP_STOCK_EDIT

#define GIMP_STOCK_EDIT                     "gimp-edit"
 
@@ -308,7 +308,7 @@


-
+

GIMP_STOCK_RESET

#define GIMP_STOCK_RESET                    "gimp-reset"
 
@@ -317,7 +317,7 @@


-
+

GIMP_STOCK_CLOSE

#define GIMP_STOCK_CLOSE                    "gimp-close"
 
@@ -326,7 +326,7 @@


-
+

GIMP_STOCK_MENU_LEFT

#define GIMP_STOCK_MENU_LEFT                "gimp-menu-left"
 
@@ -337,7 +337,7 @@


-
+

GIMP_STOCK_MENU_RIGHT

#define GIMP_STOCK_MENU_RIGHT               "gimp-menu-right"
 
@@ -348,7 +348,7 @@


-
+

GIMP_STOCK_MOVE_TO_SCREEN

#define GIMP_STOCK_MOVE_TO_SCREEN           "gimp-move-to-screen"
 
@@ -358,7 +358,7 @@


-
+

GIMP_STOCK_INVERT

#define GIMP_STOCK_INVERT                   "gimp-invert"
 
@@ -367,7 +367,7 @@


-
+

GIMP_STOCK_LAYER_TO_IMAGESIZE

#define GIMP_STOCK_LAYER_TO_IMAGESIZE       "gimp-layer-to-imagesize"
 
@@ -376,7 +376,7 @@


-
+

GIMP_STOCK_MERGE_DOWN

#define GIMP_STOCK_MERGE_DOWN               "gimp-merge-down"
 
@@ -385,7 +385,7 @@


-
+

GIMP_STOCK_NAVIGATION

#define GIMP_STOCK_NAVIGATION               "gimp-navigation"
 
@@ -394,7 +394,7 @@


-
+

GIMP_STOCK_PASTE_AS_NEW

#define GIMP_STOCK_PASTE_AS_NEW             "gimp-paste-as-new"
 
@@ -403,7 +403,7 @@


-
+

GIMP_STOCK_PASTE_INTO

#define GIMP_STOCK_PASTE_INTO               "gimp-paste-into"
 
@@ -412,7 +412,7 @@


-
+

GIMP_STOCK_PATH_STROKE

#define GIMP_STOCK_PATH_STROKE              "gimp-path-stroke"
 
@@ -421,7 +421,7 @@


-
+

GIMP_STOCK_PLUGIN

#define GIMP_STOCK_PLUGIN                   "gimp-plugin"
 
@@ -430,7 +430,7 @@


-
+

GIMP_STOCK_QUICK_MASK_OFF

#define GIMP_STOCK_QUICK_MASK_OFF           "gimp-quick-mask-off"
 
@@ -439,7 +439,7 @@


-
+

GIMP_STOCK_QUICK_MASK_ON

#define GIMP_STOCK_QUICK_MASK_ON            "gimp-quick-mask-on"
 
@@ -448,7 +448,7 @@


-
+

GIMP_STOCK_HISTOGRAM

#define GIMP_STOCK_HISTOGRAM                "gimp-histogram"
 
@@ -458,7 +458,7 @@


-
+

GIMP_STOCK_HISTOGRAM_LINEAR

#define GIMP_STOCK_HISTOGRAM_LINEAR         "gimp-histogram-linear"
 
@@ -467,7 +467,7 @@


-
+

GIMP_STOCK_HISTOGRAM_LOGARITHMIC

#define GIMP_STOCK_HISTOGRAM_LOGARITHMIC    "gimp-histogram-logarithmic"
 
@@ -476,7 +476,7 @@


-
+

GIMP_STOCK_RESHOW_FILTER

#define GIMP_STOCK_RESHOW_FILTER            "gimp-reshow-filter"
 
@@ -485,7 +485,7 @@


-
+

GIMP_STOCK_RESIZE

#define GIMP_STOCK_RESIZE                   "gimp-resize"
 
@@ -494,7 +494,7 @@


-
+

GIMP_STOCK_FLIP_HORIZONTAL

#define GIMP_STOCK_FLIP_HORIZONTAL          "gimp-flip-horizontal"
 
@@ -503,7 +503,7 @@


-
+

GIMP_STOCK_FLIP_VERTICAL

#define GIMP_STOCK_FLIP_VERTICAL            "gimp-flip-vertical"
 
@@ -512,7 +512,7 @@


-
+

GIMP_STOCK_ROTATE_180

#define GIMP_STOCK_ROTATE_180               "gimp-rotate-180"
 
@@ -521,7 +521,7 @@


-
+

GIMP_STOCK_ROTATE_270

#define GIMP_STOCK_ROTATE_270               "gimp-rotate-270"
 
@@ -530,7 +530,7 @@


-
+

GIMP_STOCK_ROTATE_90

#define GIMP_STOCK_ROTATE_90                "gimp-rotate-90"
 
@@ -539,7 +539,7 @@


-
+

GIMP_STOCK_SCALE

#define GIMP_STOCK_SCALE                    "gimp-scale"
 
@@ -548,7 +548,7 @@


-
+

GIMP_STOCK_LINKED

#define GIMP_STOCK_LINKED                   "gimp-linked"
 
@@ -558,7 +558,7 @@


-
+

GIMP_STOCK_VISIBLE

#define GIMP_STOCK_VISIBLE                  "gimp-visible"
 
@@ -568,7 +568,7 @@


-
+

GIMP_STOCK_LIST

#define GIMP_STOCK_LIST                     "gimp-list"
 
@@ -577,7 +577,7 @@


-
+

GIMP_STOCK_GRID

#define GIMP_STOCK_GRID                     "gimp-grid"
 
@@ -586,7 +586,7 @@


-
+

GIMP_STOCK_PORTRAIT

#define GIMP_STOCK_PORTRAIT                 "gimp-portrait"
 
@@ -595,7 +595,7 @@


-
+

GIMP_STOCK_LANDSCAPE

#define GIMP_STOCK_LANDSCAPE                "gimp-landscape"
 
@@ -604,7 +604,7 @@


-
+

GIMP_STOCK_VIDEO

#define GIMP_STOCK_VIDEO                    "gimp-video"
 
@@ -614,7 +614,7 @@


-
+

GIMP_STOCK_WEB

#define GIMP_STOCK_WEB                      "gimp-web"
 
@@ -624,7 +624,7 @@


-
+

GIMP_STOCK_IMAGE

#define GIMP_STOCK_IMAGE                    "gimp-image"
 
@@ -636,7 +636,7 @@


-
+

GIMP_STOCK_LAYER

#define GIMP_STOCK_LAYER                    "gimp-layer"
 
@@ -648,7 +648,7 @@


-
+

GIMP_STOCK_LAYER_MASK

#define GIMP_STOCK_LAYER_MASK               "gimp-layer-mask"
 
@@ -660,7 +660,7 @@


-
+

GIMP_STOCK_CHANNEL

#define GIMP_STOCK_CHANNEL                  "gimp-channel"
 
@@ -672,7 +672,7 @@


-
+

GIMP_STOCK_CHANNEL_RED

#define GIMP_STOCK_CHANNEL_RED              "gimp-channel-red"
 
@@ -684,7 +684,7 @@


-
+

GIMP_STOCK_CHANNEL_GREEN

#define GIMP_STOCK_CHANNEL_GREEN            "gimp-channel-green"
 
@@ -696,7 +696,7 @@


-
+

GIMP_STOCK_CHANNEL_BLUE

#define GIMP_STOCK_CHANNEL_BLUE             "gimp-channel-blue"
 
@@ -708,7 +708,7 @@


-
+

GIMP_STOCK_CHANNEL_GRAY

#define GIMP_STOCK_CHANNEL_GRAY             "gimp-channel-gray"
 
@@ -720,7 +720,7 @@


-
+

GIMP_STOCK_CHANNEL_INDEXED

#define GIMP_STOCK_CHANNEL_INDEXED          "gimp-channel-indexed"
 
@@ -732,7 +732,7 @@


-
+

GIMP_STOCK_CHANNEL_ALPHA

#define GIMP_STOCK_CHANNEL_ALPHA            "gimp-channel-alpha"
 
@@ -744,7 +744,7 @@


-
+

GIMP_STOCK_PATH

#define GIMP_STOCK_PATH                     "gimp-path"
 
@@ -754,7 +754,7 @@


-
+

GIMP_STOCK_TEXT_LAYER

#define GIMP_STOCK_TEXT_LAYER               "gimp-text-layer"
 
@@ -766,7 +766,7 @@


-
+

GIMP_STOCK_FLOATING_SELECTION

#define GIMP_STOCK_FLOATING_SELECTION       "gimp-floating-selection"
 
@@ -778,7 +778,7 @@


-
+

GIMP_STOCK_TEMPLATE

#define GIMP_STOCK_TEMPLATE                 "gimp-template"
 
@@ -788,7 +788,7 @@


-
+

GIMP_STOCK_IMAGES

#define GIMP_STOCK_IMAGES                   "gimp-images"
 
@@ -798,7 +798,7 @@


-
+

GIMP_STOCK_LAYERS

#define GIMP_STOCK_LAYERS                   "gimp-layers"
 
@@ -808,7 +808,7 @@


-
+

GIMP_STOCK_CHANNELS

#define GIMP_STOCK_CHANNELS                 "gimp-channels"
 
@@ -818,7 +818,7 @@


-
+

GIMP_STOCK_PATHS

#define GIMP_STOCK_PATHS                    "gimp-paths"
 
@@ -828,7 +828,7 @@


-
+

GIMP_STOCK_COLORMAP

#define GIMP_STOCK_COLORMAP                 "gimp-colormap"
 
@@ -838,11 +838,11 @@


-
+

GIMP_STOCK_INDEXED_PALETTE

#define GIMP_STOCK_INDEXED_PALETTE          "gimp-colormap"
 
-
+

Warning

GIMP_STOCK_INDEXED_PALETTE is deprecated and should not be used in newly-written code.

@@ -850,7 +850,7 @@


-
+

GIMP_STOCK_CURSOR

#define GIMP_STOCK_CURSOR                   "gimp-cursor"
 
@@ -860,7 +860,7 @@


-
+

GIMP_STOCK_SAMPLE_POINT

#define GIMP_STOCK_SAMPLE_POINT             "gimp-sample-point"
 
@@ -870,7 +870,7 @@


-
+

GIMP_STOCK_SHAPE_CIRCLE

#define GIMP_STOCK_SHAPE_CIRCLE             "gimp-shape-circle"
 
@@ -879,7 +879,7 @@


-
+

GIMP_STOCK_SHAPE_SQUARE

#define GIMP_STOCK_SHAPE_SQUARE             "gimp-shape-square"
 
@@ -888,7 +888,7 @@


-
+

GIMP_STOCK_SHAPE_DIAMOND

#define GIMP_STOCK_SHAPE_DIAMOND            "gimp-shape-diamond"
 
@@ -897,7 +897,7 @@


-
+

GIMP_STOCK_CAP_BUTT

#define GIMP_STOCK_CAP_BUTT                 "gimp-cap-butt"
 
@@ -906,7 +906,7 @@


-
+

GIMP_STOCK_CAP_ROUND

#define GIMP_STOCK_CAP_ROUND                "gimp-cap-round"
 
@@ -915,7 +915,7 @@


-
+

GIMP_STOCK_CAP_SQUARE

#define GIMP_STOCK_CAP_SQUARE               "gimp-cap-square"
 
@@ -924,7 +924,7 @@


-
+

GIMP_STOCK_JOIN_MITER

#define GIMP_STOCK_JOIN_MITER               "gimp-join-miter"
 
@@ -933,7 +933,7 @@


-
+

GIMP_STOCK_JOIN_ROUND

#define GIMP_STOCK_JOIN_ROUND               "gimp-join-round"
 
@@ -942,7 +942,7 @@


-
+

GIMP_STOCK_JOIN_BEVEL

#define GIMP_STOCK_JOIN_BEVEL               "gimp-join-bevel"
 
@@ -951,7 +951,7 @@


-
+

GIMP_STOCK_SELECTION

#define GIMP_STOCK_SELECTION                "gimp-selection"
 
@@ -960,7 +960,7 @@


-
+

GIMP_STOCK_SELECTION_ALL

#define GIMP_STOCK_SELECTION_ALL            "gimp-selection-all"
 
@@ -969,7 +969,7 @@


-
+

GIMP_STOCK_SELECTION_NONE

#define GIMP_STOCK_SELECTION_NONE           "gimp-selection-none"
 
@@ -978,7 +978,7 @@


-
+

GIMP_STOCK_SELECTION_GROW

#define GIMP_STOCK_SELECTION_GROW           "gimp-selection-grow"
 
@@ -987,7 +987,7 @@


-
+

GIMP_STOCK_SELECTION_SHRINK

#define GIMP_STOCK_SELECTION_SHRINK         "gimp-selection-shrink"
 
@@ -996,7 +996,7 @@


-
+

GIMP_STOCK_SELECTION_BORDER

#define GIMP_STOCK_SELECTION_BORDER         "gimp-selection-border"
 
@@ -1005,7 +1005,7 @@


-
+

GIMP_STOCK_SELECTION_ADD

#define GIMP_STOCK_SELECTION_ADD            "gimp-selection-add"
 
@@ -1014,7 +1014,7 @@


-
+

GIMP_STOCK_SELECTION_SUBTRACT

#define GIMP_STOCK_SELECTION_SUBTRACT       "gimp-selection-subtract"
 
@@ -1023,7 +1023,7 @@


-
+

GIMP_STOCK_SELECTION_REPLACE

#define GIMP_STOCK_SELECTION_REPLACE        "gimp-selection-replace"
 
@@ -1032,7 +1032,7 @@


-
+

GIMP_STOCK_SELECTION_INTERSECT

#define GIMP_STOCK_SELECTION_INTERSECT      "gimp-selection-intersect"
 
@@ -1041,7 +1041,7 @@


-
+

GIMP_STOCK_SELECTION_STROKE

#define GIMP_STOCK_SELECTION_STROKE         "gimp-selection-stroke"
 
@@ -1050,7 +1050,7 @@


-
+

GIMP_STOCK_SELECTION_TO_CHANNEL

#define GIMP_STOCK_SELECTION_TO_CHANNEL     "gimp-selection-to-channel"
 
@@ -1059,7 +1059,7 @@


-
+

GIMP_STOCK_SELECTION_TO_PATH

#define GIMP_STOCK_SELECTION_TO_PATH        "gimp-selection-to-path"
 
@@ -1068,7 +1068,7 @@


-
+

GIMP_STOCK_GRADIENT_LINEAR

#define GIMP_STOCK_GRADIENT_LINEAR               "gimp-gradient-linear"
 
@@ -1077,7 +1077,7 @@


-
+

GIMP_STOCK_GRADIENT_BILINEAR

#define GIMP_STOCK_GRADIENT_BILINEAR             "gimp-gradient-bilinear"
 
@@ -1086,7 +1086,7 @@


-
+

GIMP_STOCK_GRADIENT_RADIAL

#define GIMP_STOCK_GRADIENT_RADIAL               "gimp-gradient-radial"
 
@@ -1095,7 +1095,7 @@


-
+

GIMP_STOCK_GRADIENT_SQUARE

#define GIMP_STOCK_GRADIENT_SQUARE               "gimp-gradient-square"
 
@@ -1104,7 +1104,7 @@


-
+

GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC

#define GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC    "gimp-gradient-conical-symmetric"
 
@@ -1113,7 +1113,7 @@


-
+

GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC

#define GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC   "gimp-gradient-conical-asymmetric"
 
@@ -1122,7 +1122,7 @@


-
+

GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL

#define GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical"
 
@@ -1131,7 +1131,7 @@


-
+

GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR

#define GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR   "gimp-gradient-shapeburst-angular"
 
@@ -1140,7 +1140,7 @@


-
+

GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED

#define GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED   "gimp-gradient-shapeburst-dimpled"
 
@@ -1149,7 +1149,7 @@


-
+

GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE

#define GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE     "gimp-gradient-spiral-clockwise"
 
@@ -1158,7 +1158,7 @@


-
+

GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE

#define GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise"
 
@@ -1167,7 +1167,7 @@


-
+

GIMP_STOCK_GRAVITY_NORTH_WEST

#define GIMP_STOCK_GRAVITY_NORTH_WEST       "gimp-gravity-north-west"
 
@@ -1176,7 +1176,7 @@


-
+

GIMP_STOCK_GRAVITY_NORTH

#define GIMP_STOCK_GRAVITY_NORTH            "gimp-gravity-north"
 
@@ -1185,7 +1185,7 @@


-
+

GIMP_STOCK_GRAVITY_NORTH_EAST

#define GIMP_STOCK_GRAVITY_NORTH_EAST       "gimp-gravity-north-east"
 
@@ -1194,7 +1194,7 @@


-
+

GIMP_STOCK_GRAVITY_WEST

#define GIMP_STOCK_GRAVITY_WEST             "gimp-gravity-west"
 
@@ -1203,7 +1203,7 @@


-
+

GIMP_STOCK_GRAVITY_EAST

#define GIMP_STOCK_GRAVITY_EAST             "gimp-gravity-east"
 
@@ -1212,7 +1212,7 @@


-
+

GIMP_STOCK_GRAVITY_SOUTH_WEST

#define GIMP_STOCK_GRAVITY_SOUTH_WEST       "gimp-gravity-south-west"
 
@@ -1221,7 +1221,7 @@


-
+

GIMP_STOCK_GRAVITY_SOUTH

#define GIMP_STOCK_GRAVITY_SOUTH            "gimp-gravity-south"
 
@@ -1230,7 +1230,7 @@


-
+

GIMP_STOCK_GRAVITY_SOUTH_EAST

#define GIMP_STOCK_GRAVITY_SOUTH_EAST       "gimp-gravity-south-east"
 
@@ -1239,7 +1239,7 @@


-
+

GIMP_STOCK_HCENTER

#define GIMP_STOCK_HCENTER                  "gimp-hcenter"
 
@@ -1248,7 +1248,7 @@


-
+

GIMP_STOCK_VCENTER

#define GIMP_STOCK_VCENTER                  "gimp-vcenter"
 
@@ -1257,7 +1257,7 @@


-
+

GIMP_STOCK_CHAR_PICKER

#define GIMP_STOCK_CHAR_PICKER              "gimp-char-picker"
 
@@ -1266,7 +1266,7 @@


-
+

GIMP_STOCK_LETTER_SPACING

#define GIMP_STOCK_LETTER_SPACING           "gimp-letter-spacing"
 
@@ -1275,7 +1275,7 @@


-
+

GIMP_STOCK_LINE_SPACING

#define GIMP_STOCK_LINE_SPACING             "gimp-line-spacing"
 
@@ -1284,7 +1284,7 @@


-
+

GIMP_STOCK_TEXT_DIR_LTR

#define GIMP_STOCK_TEXT_DIR_LTR             "gimp-text-dir-ltr"
 
@@ -1293,7 +1293,7 @@


-
+

GIMP_STOCK_TEXT_DIR_RTL

#define GIMP_STOCK_TEXT_DIR_RTL             "gimp-text-dir-rtl"
 
@@ -1302,7 +1302,7 @@


-
+

GIMP_STOCK_PRINT_RESOLUTION

#define GIMP_STOCK_PRINT_RESOLUTION         "gimp-print-resolution"
 
@@ -1312,7 +1312,7 @@


-
+

GIMP_STOCK_TOOLS

#define GIMP_STOCK_TOOLS                    "gimp-tools"
 
@@ -1322,7 +1322,7 @@


-
+

GIMP_STOCK_TOOL_OPTIONS

#define GIMP_STOCK_TOOL_OPTIONS             "gimp-tool-options"
 
@@ -1332,7 +1332,7 @@


-
+

GIMP_STOCK_DEVICE_STATUS

#define GIMP_STOCK_DEVICE_STATUS            "gimp-device-status"
 
@@ -1342,7 +1342,7 @@


-
+

GIMP_STOCK_DISPLAY_FILTER

#define GIMP_STOCK_DISPLAY_FILTER           "gimp-display-filter"
 
@@ -1352,7 +1352,7 @@


-
+

GIMP_STOCK_CURVE_FREE

#define GIMP_STOCK_CURVE_FREE               "gimp-curve-free"
 
@@ -1361,7 +1361,7 @@


-
+

GIMP_STOCK_CURVE_SMOOTH

#define GIMP_STOCK_CURVE_SMOOTH             "gimp-curve-smooth"
 
@@ -1370,7 +1370,7 @@


-
+

GIMP_STOCK_COLOR_PICKER_BLACK

#define GIMP_STOCK_COLOR_PICKER_BLACK       "gimp-color-picker-black"
 
@@ -1379,7 +1379,7 @@


-
+

GIMP_STOCK_COLOR_PICKER_GRAY

#define GIMP_STOCK_COLOR_PICKER_GRAY        "gimp-color-picker-gray"
 
@@ -1388,7 +1388,7 @@


-
+

GIMP_STOCK_COLOR_PICKER_WHITE

#define GIMP_STOCK_COLOR_PICKER_WHITE       "gimp-color-picker-white"
 
@@ -1397,7 +1397,7 @@


-
+

GIMP_STOCK_COLOR_TRIANGLE

#define GIMP_STOCK_COLOR_TRIANGLE           "gimp-color-triangle"
 
@@ -1406,7 +1406,7 @@


-
+

GIMP_STOCK_COLOR_PICK_FROM_SCREEN

#define GIMP_STOCK_COLOR_PICK_FROM_SCREEN   "gimp-color-pick-from-screen"
 
@@ -1415,7 +1415,7 @@


-
+

GIMP_STOCK_CONVERT_GRAYSCALE

#define GIMP_STOCK_CONVERT_GRAYSCALE        "gimp-convert-grayscale"
 
@@ -1424,7 +1424,7 @@


-
+

GIMP_STOCK_CONVERT_INDEXED

#define GIMP_STOCK_CONVERT_INDEXED          "gimp-convert-indexed"
 
@@ -1433,7 +1433,7 @@


-
+

GIMP_STOCK_CONVERT_RGB

#define GIMP_STOCK_CONVERT_RGB              "gimp-convert-rgb"
 
@@ -1442,7 +1442,7 @@


-
+

GIMP_STOCK_TRANSPARENCY

#define GIMP_STOCK_TRANSPARENCY             "gimp-transparency"
 
@@ -1451,7 +1451,7 @@


-
+

GIMP_STOCK_DEFAULT_COLORS

#define GIMP_STOCK_DEFAULT_COLORS           "gimp-default-colors"
 
@@ -1460,7 +1460,7 @@


-
+

GIMP_STOCK_SWAP_COLORS

#define GIMP_STOCK_SWAP_COLORS              "gimp-swap-colors"
 
@@ -1469,7 +1469,7 @@


-
+

GIMP_STOCK_UNDO_HISTORY

#define GIMP_STOCK_UNDO_HISTORY             "gimp-undo-history"
 
@@ -1478,7 +1478,7 @@


-
+

GIMP_STOCK_HCHAIN

#define GIMP_STOCK_HCHAIN                   "gimp-hchain"
 
@@ -1487,7 +1487,7 @@


-
+

GIMP_STOCK_HCHAIN_BROKEN

#define GIMP_STOCK_HCHAIN_BROKEN            "gimp-hchain-broken"
 
@@ -1496,7 +1496,7 @@


-
+

GIMP_STOCK_VCHAIN

#define GIMP_STOCK_VCHAIN                   "gimp-vchain"
 
@@ -1505,7 +1505,7 @@


-
+

GIMP_STOCK_VCHAIN_BROKEN

#define GIMP_STOCK_VCHAIN_BROKEN            "gimp-vchain-broken"
 
@@ -1514,7 +1514,7 @@


-
+

GIMP_STOCK_TEXTURE

#define GIMP_STOCK_TEXTURE                  "gimp-texture"
 
@@ -1523,7 +1523,7 @@


-
+

GIMP_STOCK_FRAME

#define GIMP_STOCK_FRAME                    "gimp-frame"
 
@@ -1532,7 +1532,7 @@


-
+

GIMP_STOCK_ERROR

#define GIMP_STOCK_ERROR                    "gimp-error"
 
@@ -1541,7 +1541,7 @@


-
+

GIMP_STOCK_INFO

#define GIMP_STOCK_INFO                     "gimp-info"
 
@@ -1552,7 +1552,7 @@


-
+

GIMP_STOCK_QUESTION

#define GIMP_STOCK_QUESTION                 "gimp-question"
 
@@ -1561,7 +1561,7 @@


-
+

GIMP_STOCK_WARNING

#define GIMP_STOCK_WARNING                  "gimp-warning"
 
@@ -1572,7 +1572,7 @@


-
+

GIMP_STOCK_GEGL

#define GIMP_STOCK_GEGL                     "gimp-gegl"
 
@@ -1582,7 +1582,7 @@


-
+

GIMP_STOCK_USER_MANUAL

#define GIMP_STOCK_USER_MANUAL              "gimp-user-manual"
 
@@ -1594,7 +1594,7 @@


-
+

GIMP_STOCK_WILBER

#define GIMP_STOCK_WILBER                   "gimp-wilber"
 
@@ -1604,7 +1604,7 @@


-
+

GIMP_STOCK_WILBER_EEK

#define GIMP_STOCK_WILBER_EEK               "gimp-wilber-eek"
 
@@ -1613,7 +1613,7 @@


-
+

GIMP_STOCK_ZOOM_FOLLOW_WINDOW

#define GIMP_STOCK_ZOOM_FOLLOW_WINDOW       "gimp-zoom-follow-window"
 
@@ -1622,7 +1622,7 @@


-
+

GIMP_STOCK_TOOL_AIRBRUSH

#define GIMP_STOCK_TOOL_AIRBRUSH            "gimp-tool-airbrush"
 
@@ -1632,7 +1632,7 @@


-
+

GIMP_STOCK_TOOL_ALIGN

#define GIMP_STOCK_TOOL_ALIGN               "gimp-tool-align"
 
@@ -1642,7 +1642,7 @@


-
+

GIMP_STOCK_TOOL_BLEND

#define GIMP_STOCK_TOOL_BLEND               "gimp-tool-blend"
 
@@ -1652,7 +1652,7 @@


-
+

GIMP_STOCK_TOOL_BLUR

#define GIMP_STOCK_TOOL_BLUR                "gimp-tool-blur"
 
@@ -1662,7 +1662,7 @@


-
+

GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST

#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"
 
@@ -1672,7 +1672,7 @@


-
+

GIMP_STOCK_TOOL_BUCKET_FILL

#define GIMP_STOCK_TOOL_BUCKET_FILL         "gimp-tool-bucket-fill"
 
@@ -1682,7 +1682,7 @@


-
+

GIMP_STOCK_TOOL_BY_COLOR_SELECT

#define GIMP_STOCK_TOOL_BY_COLOR_SELECT     "gimp-tool-by-color-select"
 
@@ -1692,7 +1692,7 @@


-
+

GIMP_STOCK_TOOL_CLONE

#define GIMP_STOCK_TOOL_CLONE               "gimp-tool-clone"
 
@@ -1702,7 +1702,7 @@


-
+

GIMP_STOCK_TOOL_COLOR_BALANCE

#define GIMP_STOCK_TOOL_COLOR_BALANCE       "gimp-tool-color-balance"
 
@@ -1712,7 +1712,7 @@


-
+

GIMP_STOCK_TOOL_COLOR_PICKER

#define GIMP_STOCK_TOOL_COLOR_PICKER        "gimp-tool-color-picker"
 
@@ -1722,7 +1722,7 @@


-
+

GIMP_STOCK_TOOL_COLORIZE

#define GIMP_STOCK_TOOL_COLORIZE            "gimp-tool-colorize"
 
@@ -1732,7 +1732,7 @@


-
+

GIMP_STOCK_TOOL_CROP

#define GIMP_STOCK_TOOL_CROP                "gimp-tool-crop"
 
@@ -1742,7 +1742,7 @@


-
+

GIMP_STOCK_TOOL_CURVES

#define GIMP_STOCK_TOOL_CURVES              "gimp-tool-curves"
 
@@ -1752,7 +1752,7 @@


-
+

GIMP_STOCK_TOOL_DESATURATE

#define GIMP_STOCK_TOOL_DESATURATE          GIMP_STOCK_CONVERT_GRAYSCALE
 
@@ -1761,7 +1761,7 @@


-
+

GIMP_STOCK_TOOL_DODGE

#define GIMP_STOCK_TOOL_DODGE               "gimp-tool-dodge"
 
@@ -1771,7 +1771,7 @@


-
+

GIMP_STOCK_TOOL_ELLIPSE_SELECT

#define GIMP_STOCK_TOOL_ELLIPSE_SELECT      "gimp-tool-ellipse-select"
 
@@ -1781,7 +1781,7 @@


-
+

GIMP_STOCK_TOOL_ERASER

#define GIMP_STOCK_TOOL_ERASER              "gimp-tool-eraser"
 
@@ -1791,7 +1791,7 @@


-
+

GIMP_STOCK_TOOL_FLIP

#define GIMP_STOCK_TOOL_FLIP                "gimp-tool-flip"
 
@@ -1801,7 +1801,7 @@


-
+

GIMP_STOCK_TOOL_FOREGROUND_SELECT

#define GIMP_STOCK_TOOL_FOREGROUND_SELECT   "gimp-tool-foreground-select"
 
@@ -1811,7 +1811,7 @@


-
+

GIMP_STOCK_TOOL_FREE_SELECT

#define GIMP_STOCK_TOOL_FREE_SELECT         "gimp-tool-free-select"
 
@@ -1821,7 +1821,7 @@


-
+

GIMP_STOCK_TOOL_FUZZY_SELECT

#define GIMP_STOCK_TOOL_FUZZY_SELECT        "gimp-tool-fuzzy-select"
 
@@ -1831,7 +1831,7 @@


-
+

GIMP_STOCK_TOOL_HEAL

#define GIMP_STOCK_TOOL_HEAL                "gimp-tool-heal"
 
@@ -1841,7 +1841,7 @@


-
+

GIMP_STOCK_TOOL_HUE_SATURATION

#define GIMP_STOCK_TOOL_HUE_SATURATION      "gimp-tool-hue-saturation"
 
@@ -1851,7 +1851,7 @@


-
+

GIMP_STOCK_TOOL_INK

#define GIMP_STOCK_TOOL_INK                 "gimp-tool-ink"
 
@@ -1861,7 +1861,7 @@


-
+

GIMP_STOCK_TOOL_ISCISSORS

#define GIMP_STOCK_TOOL_ISCISSORS           "gimp-tool-iscissors"
 
@@ -1871,7 +1871,7 @@


-
+

GIMP_STOCK_TOOL_LEVELS

#define GIMP_STOCK_TOOL_LEVELS              "gimp-tool-levels"
 
@@ -1881,7 +1881,7 @@


-
+

GIMP_STOCK_TOOL_MEASURE

#define GIMP_STOCK_TOOL_MEASURE             "gimp-tool-measure"
 
@@ -1891,7 +1891,7 @@


-
+

GIMP_STOCK_TOOL_MOVE

#define GIMP_STOCK_TOOL_MOVE                "gimp-tool-move"
 
@@ -1901,7 +1901,7 @@


-
+

GIMP_STOCK_TOOL_PAINTBRUSH

#define GIMP_STOCK_TOOL_PAINTBRUSH          "gimp-tool-paintbrush"
 
@@ -1911,7 +1911,7 @@


-
+

GIMP_STOCK_TOOL_PATH

#define GIMP_STOCK_TOOL_PATH                "gimp-tool-path"
 
@@ -1921,7 +1921,7 @@


-
+

GIMP_STOCK_TOOL_PENCIL

#define GIMP_STOCK_TOOL_PENCIL              "gimp-tool-pencil"
 
@@ -1931,7 +1931,7 @@


-
+

GIMP_STOCK_TOOL_PERSPECTIVE

#define GIMP_STOCK_TOOL_PERSPECTIVE         "gimp-tool-perspective"
 
@@ -1941,7 +1941,7 @@


-
+

GIMP_STOCK_TOOL_PERSPECTIVE_CLONE

#define GIMP_STOCK_TOOL_PERSPECTIVE_CLONE   "gimp-tool-perspective-clone"
 
@@ -1951,7 +1951,7 @@


-
+

GIMP_STOCK_TOOL_POSTERIZE

#define GIMP_STOCK_TOOL_POSTERIZE           "gimp-tool-posterize"
 
@@ -1961,7 +1961,7 @@


-
+

GIMP_STOCK_TOOL_RECT_SELECT

#define GIMP_STOCK_TOOL_RECT_SELECT         "gimp-tool-rect-select"
 
@@ -1971,7 +1971,7 @@


-
+

GIMP_STOCK_TOOL_ROTATE

#define GIMP_STOCK_TOOL_ROTATE              "gimp-tool-rotate"
 
@@ -1981,7 +1981,7 @@


-
+

GIMP_STOCK_TOOL_SCALE

#define GIMP_STOCK_TOOL_SCALE               "gimp-tool-scale"
 
@@ -1991,7 +1991,7 @@


-
+

GIMP_STOCK_TOOL_SHEAR

#define GIMP_STOCK_TOOL_SHEAR               "gimp-tool-shear"
 
@@ -2001,7 +2001,7 @@


-
+

GIMP_STOCK_TOOL_SMUDGE

#define GIMP_STOCK_TOOL_SMUDGE              "gimp-tool-smudge"
 
@@ -2011,7 +2011,7 @@


-
+

GIMP_STOCK_TOOL_TEXT

#define GIMP_STOCK_TOOL_TEXT                "gimp-tool-text"
 
@@ -2021,7 +2021,7 @@


-
+

GIMP_STOCK_TOOL_THRESHOLD

#define GIMP_STOCK_TOOL_THRESHOLD           "gimp-tool-threshold"
 
@@ -2031,7 +2031,7 @@


-
+

GIMP_STOCK_TOOL_ZOOM

#define GIMP_STOCK_TOOL_ZOOM                "gimp-tool-zoom"
 
@@ -2041,7 +2041,7 @@


-
+

GIMP_STOCK_CONTROLLER

#define GIMP_STOCK_CONTROLLER               "gimp-controller"
 
@@ -2051,7 +2051,7 @@


-
+

GIMP_STOCK_CONTROLLER_KEYBOARD

#define GIMP_STOCK_CONTROLLER_KEYBOARD      "gimp-controller-keyboard"
 
@@ -2061,7 +2061,7 @@


-
+

GIMP_STOCK_CONTROLLER_LINUX_INPUT

#define GIMP_STOCK_CONTROLLER_LINUX_INPUT   "gimp-controller-linux-input"
 
@@ -2071,7 +2071,7 @@


-
+

GIMP_STOCK_CONTROLLER_MIDI

#define GIMP_STOCK_CONTROLLER_MIDI          "gimp-controller-midi"
 
@@ -2081,7 +2081,7 @@


-
+

GIMP_STOCK_CONTROLLER_WHEEL

#define GIMP_STOCK_CONTROLLER_WHEEL         "gimp-controller-wheel"
 
@@ -2091,7 +2091,7 @@


-
+

GIMP_STOCK_DISPLAY_FILTER_COLORBLIND

#define GIMP_STOCK_DISPLAY_FILTER_COLORBLIND "gimp-display-filter-colorblind"
 
@@ -2101,7 +2101,7 @@


-
+

GIMP_STOCK_DISPLAY_FILTER_CONTRAST

#define GIMP_STOCK_DISPLAY_FILTER_CONTRAST  "gimp-display-filter-contrast"
 
@@ -2111,7 +2111,7 @@


-
+

GIMP_STOCK_DISPLAY_FILTER_GAMMA

#define GIMP_STOCK_DISPLAY_FILTER_GAMMA     "gimp-display-filter-gamma"
 
@@ -2121,7 +2121,7 @@


-
+

GIMP_STOCK_DISPLAY_FILTER_LCMS

#define GIMP_STOCK_DISPLAY_FILTER_LCMS      "gimp-display-filter-lcms"
 
@@ -2131,7 +2131,7 @@


-
+

GIMP_STOCK_DISPLAY_FILTER_PROOF

#define GIMP_STOCK_DISPLAY_FILTER_PROOF     "gimp-display-filter-proof"
 
@@ -2141,11 +2141,11 @@


-
+

GIMP_STOCK_QMASK_ON

#define GIMP_STOCK_QMASK_ON                 "gimp-quick-mask-on"
 
-
+

Warning

GIMP_STOCK_QMASK_ON is deprecated and should not be used in newly-written code.

@@ -2153,11 +2153,11 @@


-
+

GIMP_STOCK_QMASK_OFF

#define GIMP_STOCK_QMASK_OFF                "gimp-quick-mask-off"
 
-
+

Warning

GIMP_STOCK_QMASK_OFF is deprecated and should not be used in newly-written code.

@@ -2165,7 +2165,7 @@


-
+

GIMP_STOCK_BRUSH

#define GIMP_STOCK_BRUSH                    GIMP_STOCK_TOOL_PAINTBRUSH
 
@@ -2173,7 +2173,7 @@


-
+

GIMP_STOCK_BUFFER

#define GIMP_STOCK_BUFFER                   GTK_STOCK_PASTE
 
@@ -2181,7 +2181,7 @@


-
+

GIMP_STOCK_DETACH

#define GIMP_STOCK_DETACH                   GTK_STOCK_CONVERT
 
@@ -2189,7 +2189,7 @@


-
+

GIMP_STOCK_FONT

#define GIMP_STOCK_FONT                     GTK_STOCK_SELECT_FONT
 
@@ -2197,7 +2197,7 @@


-
+

GIMP_STOCK_GRADIENT

#define GIMP_STOCK_GRADIENT                 GIMP_STOCK_TOOL_BLEND
 
@@ -2205,7 +2205,7 @@


-
+

GIMP_STOCK_PALETTE

#define GIMP_STOCK_PALETTE                  GTK_STOCK_SELECT_COLOR
 
@@ -2213,7 +2213,7 @@


-
+

GIMP_STOCK_PATTERN

#define GIMP_STOCK_PATTERN                  GIMP_STOCK_TOOL_BUCKET_FILL
 
@@ -2224,6 +2224,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-GimpWidgets.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ GimpWidgets - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,150 +36,150 @@
-
+

Synopsis

-
GtkWidget *         gimp_radio_group_new                (gboolean in_frame,
-                                                         const gchar *frame_title,
+
GtkWidget *         gimp_radio_group_new                (gboolean in_frame,
+                                                         const gchar *frame_title,
                                                          ...);
-GtkWidget *         gimp_radio_group_new2               (gboolean in_frame,
-                                                         const gchar *frame_title,
-                                                         GCallback radio_button_callback,
-                                                         gpointer radio_button_callback_data,
-                                                         gpointer initial,
+GtkWidget *         gimp_radio_group_new2               (gboolean in_frame,
+                                                         const gchar *frame_title,
+                                                         GCallback radio_button_callback,
+                                                         gpointer radio_button_callback_data,
+                                                         gpointer initial,
                                                          ...);
-void                gimp_radio_group_set_active         (GtkRadioButton *radio_button,
-                                                         gpointer item_data);
-GtkWidget *         gimp_int_radio_group_new            (gboolean in_frame,
-                                                         const gchar *frame_title,
-                                                         GCallback radio_button_callback,
-                                                         gpointer radio_button_callback_data,
-                                                         gint initial,
+void                gimp_radio_group_set_active         (GtkRadioButton *radio_button,
+                                                         gpointer item_data);
+GtkWidget *         gimp_int_radio_group_new            (gboolean in_frame,
+                                                         const gchar *frame_title,
+                                                         GCallback radio_button_callback,
+                                                         gpointer radio_button_callback_data,
+                                                         gint initial,
                                                          ...);
-void                gimp_int_radio_group_set_active     (GtkRadioButton *radio_button,
-                                                         gint item_data);
-GtkWidget *         gimp_spin_button_new                (GtkObject **adjustment,
-                                                         gdouble value,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         gdouble page_size,
-                                                         gdouble climb_rate,
-                                                         guint digits);
+void                gimp_int_radio_group_set_active     (GtkRadioButton *radio_button,
+                                                         gint item_data);
+GtkWidget *         gimp_spin_button_new                (GtkObject **adjustment,
+                                                         gdouble value,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         gdouble page_size,
+                                                         gdouble climb_rate,
+                                                         guint digits);
 #define             GIMP_SCALE_ENTRY_LABEL              (adj)
 #define             GIMP_SCALE_ENTRY_SCALE              (adj)
 #define             GIMP_SCALE_ENTRY_SCALE_ADJ          (adj)
 #define             GIMP_SCALE_ENTRY_SPINBUTTON         (adj)
 #define             GIMP_SCALE_ENTRY_SPINBUTTON_ADJ     (adj)
-GtkObject *         gimp_scale_entry_new                (GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *text,
-                                                         gint scale_width,
-                                                         gint spinbutton_width,
-                                                         gdouble value,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         guint digits,
-                                                         gboolean constrain,
-                                                         gdouble unconstrained_lower,
-                                                         gdouble unconstrained_upper,
-                                                         const gchar *tooltip,
-                                                         const gchar *help_id);
-void                gimp_scale_entry_set_sensitive      (GtkObject *adjustment,
-                                                         gboolean sensitive);
-void                gimp_scale_entry_set_logarithmic    (GtkObject *adjustment,
-                                                         gboolean logarithmic);
-gboolean            gimp_scale_entry_get_logarithmic    (GtkObject *adjustment);
-GtkObject *         gimp_color_scale_entry_new          (GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *text,
-                                                         gint scale_width,
-                                                         gint spinbutton_width,
-                                                         gdouble value,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         guint digits,
-                                                         const gchar *tooltip,
-                                                         const gchar *help_id);
+GtkObject *         gimp_scale_entry_new                (GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *text,
+                                                         gint scale_width,
+                                                         gint spinbutton_width,
+                                                         gdouble value,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         guint digits,
+                                                         gboolean constrain,
+                                                         gdouble unconstrained_lower,
+                                                         gdouble unconstrained_upper,
+                                                         const gchar *tooltip,
+                                                         const gchar *help_id);
+void                gimp_scale_entry_set_sensitive      (GtkObject *adjustment,
+                                                         gboolean sensitive);
+void                gimp_scale_entry_set_logarithmic    (GtkObject *adjustment,
+                                                         gboolean logarithmic);
+gboolean            gimp_scale_entry_get_logarithmic    (GtkObject *adjustment);
+GtkObject *         gimp_color_scale_entry_new          (GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *text,
+                                                         gint scale_width,
+                                                         gint spinbutton_width,
+                                                         gdouble value,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         guint digits,
+                                                         const gchar *tooltip,
+                                                         const gchar *help_id);
 #define             GIMP_RANDOM_SEED_SPINBUTTON         (hbox)
 #define             GIMP_RANDOM_SEED_SPINBUTTON_ADJ     (hbox)
 #define             GIMP_RANDOM_SEED_TOGGLE             (hbox)
-GtkWidget *         gimp_random_seed_new                (guint32 *seed,
-                                                         gboolean *random_seed);
+GtkWidget *         gimp_random_seed_new                (guint32 *seed,
+                                                         gboolean *random_seed);
 #define             GIMP_COORDINATES_CHAINBUTTON        (sizeentry)
-GtkWidget *         gimp_coordinates_new                (GimpUnit unit,
-                                                         const gchar *unit_format,
-                                                         gboolean menu_show_pixels,
-                                                         gboolean menu_show_percent,
-                                                         gint spinbutton_width,
+GtkWidget *         gimp_coordinates_new                (GimpUnit unit,
+                                                         const gchar *unit_format,
+                                                         gboolean menu_show_pixels,
+                                                         gboolean menu_show_percent,
+                                                         gint spinbutton_width,
                                                          GimpSizeEntryUpdatePolicy update_policy,
-                                                         gboolean chainbutton_active,
-                                                         gboolean chain_constrains_ratio,
-                                                         const gchar *xlabel,
-                                                         gdouble x,
-                                                         gdouble xres,
-                                                         gdouble lower_boundary_x,
-                                                         gdouble upper_boundary_x,
-                                                         gdouble xsize_0,
-                                                         gdouble xsize_100,
-                                                         const gchar *ylabel,
-                                                         gdouble y,
-                                                         gdouble yres,
-                                                         gdouble lower_boundary_y,
-                                                         gdouble upper_boundary_y,
-                                                         gdouble ysize_0,
-                                                         gdouble ysize_100);
-GtkWidget *         gimp_pixmap_button_new              (gchar **xpm_data,
-                                                         const gchar *text);
-void                gimp_toggle_button_sensitive_update (GtkToggleButton *toggle_button);
-void                gimp_toggle_button_update           (GtkWidget *widget,
-                                                         gpointer data);
-void                gimp_radio_button_update            (GtkWidget *widget,
-                                                         gpointer data);
-void                gimp_int_adjustment_update          (GtkAdjustment *adjustment,
-                                                         gpointer data);
-void                gimp_uint_adjustment_update         (GtkAdjustment *adjustment,
-                                                         gpointer data);
-void                gimp_float_adjustment_update        (GtkAdjustment *adjustment,
-                                                         gpointer data);
-void                gimp_double_adjustment_update       (GtkAdjustment *adjustment,
-                                                         gpointer data);
-void                gimp_unit_menu_update               (GtkWidget *widget,
-                                                         gpointer data);
-GtkWidget *         gimp_table_attach_aligned           (GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *label_text,
-                                                         gfloat xalign,
-                                                         gfloat yalign,
-                                                         GtkWidget *widget,
-                                                         gint colspan,
-                                                         gboolean left_align);
-void                gimp_label_set_attributes           (GtkLabel *label,
+                                                         gboolean chainbutton_active,
+                                                         gboolean chain_constrains_ratio,
+                                                         const gchar *xlabel,
+                                                         gdouble x,
+                                                         gdouble xres,
+                                                         gdouble lower_boundary_x,
+                                                         gdouble upper_boundary_x,
+                                                         gdouble xsize_0,
+                                                         gdouble xsize_100,
+                                                         const gchar *ylabel,
+                                                         gdouble y,
+                                                         gdouble yres,
+                                                         gdouble lower_boundary_y,
+                                                         gdouble upper_boundary_y,
+                                                         gdouble ysize_0,
+                                                         gdouble ysize_100);
+GtkWidget *         gimp_pixmap_button_new              (gchar **xpm_data,
+                                                         const gchar *text);
+void                gimp_toggle_button_sensitive_update (GtkToggleButton *toggle_button);
+void                gimp_toggle_button_update           (GtkWidget *widget,
+                                                         gpointer data);
+void                gimp_radio_button_update            (GtkWidget *widget,
+                                                         gpointer data);
+void                gimp_int_adjustment_update          (GtkAdjustment *adjustment,
+                                                         gpointer data);
+void                gimp_uint_adjustment_update         (GtkAdjustment *adjustment,
+                                                         gpointer data);
+void                gimp_float_adjustment_update        (GtkAdjustment *adjustment,
+                                                         gpointer data);
+void                gimp_double_adjustment_update       (GtkAdjustment *adjustment,
+                                                         gpointer data);
+void                gimp_unit_menu_update               (GtkWidget *widget,
+                                                         gpointer data);
+GtkWidget *         gimp_table_attach_aligned           (GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *label_text,
+                                                         gfloat xalign,
+                                                         gfloat yalign,
+                                                         GtkWidget *widget,
+                                                         gint colspan,
+                                                         gboolean left_align);
+void                gimp_label_set_attributes           (GtkLabel *label,
                                                          ...);
 
-
+

Description

-
+

Details

-
+

gimp_radio_group_new ()

-
GtkWidget *         gimp_radio_group_new                (gboolean in_frame,
-                                                         const gchar *frame_title,
+
GtkWidget *         gimp_radio_group_new                (gboolean in_frame,
+                                                         const gchar *frame_title,
                                                          ...);

Convenience function to create a group of radio buttons embedded into -a GtkFrame or GtkVbox. +a GtkFrame or GtkVbox.

@@ -187,39 +187,35 @@ +TRUE if you want a GtkFrame around the radio button group. - + - + - +

in_frame :

-TRUE if you want a GtkFrame around the radio button group. -

frame_title :

The title of the Frame or NULL if you don't want a title. -The title of the Frame or NULL if you don't want a title.

... :

A NULL-terminated va_list describing the radio buttons. -A NULL-terminated va_list describing the radio buttons.

Returns :

A GtkFrame or GtkVbox (depending on in_frame). -A GtkFrame or GtkVbox (depending on in_frame).

-
+

gimp_radio_group_new2 ()

-
GtkWidget *         gimp_radio_group_new2               (gboolean in_frame,
-                                                         const gchar *frame_title,
-                                                         GCallback radio_button_callback,
-                                                         gpointer radio_button_callback_data,
-                                                         gpointer initial,
+
GtkWidget *         gimp_radio_group_new2               (gboolean in_frame,
+                                                         const gchar *frame_title,
+                                                         GCallback radio_button_callback,
+                                                         gpointer radio_button_callback_data,
+                                                         gpointer initial,
                                                          ...);

Convenience function to create a group of radio buttons embedded into -a GtkFrame or GtkVbox. +a GtkFrame or GtkVbox.

@@ -227,53 +223,46 @@ +TRUE if you want a GtkFrame around the +radio button group. - + +be connected with. - + - + - + - +

in_frame :

-TRUE if you want a GtkFrame around the - radio button group. -

frame_title :

The title of the Frame or NULL if you don't want - a title. -The title of the Frame or NULL if you don't want +a title.

radio_button_callback :

The callback each button's "toggled" signal will - be connected with. -

radio_button_callback_data :

The data which will be passed to g_signal_connect(). -The data which will be passed to g_signal_connect().

initial :

The item_data of the initially pressed radio button. -The item_data of the initially pressed radio button.

... :

A NULL-terminated va_list describing - the radio buttons. -A NULL-terminated va_list describing +the radio buttons.

Returns :

A GtkFrame or GtkVbox (depending on in_frame). -A GtkFrame or GtkVbox (depending on in_frame).

-
+

gimp_radio_group_set_active ()

-
void                gimp_radio_group_set_active         (GtkRadioButton *radio_button,
-                                                         gpointer item_data);
+
void                gimp_radio_group_set_active         (GtkRadioButton *radio_button,
+                                                         gpointer item_data);

-Calls gtk_toggle_button_set_active() with the radio button that was +Calls gtk_toggle_button_set_active() with the radio button that was created with a matching item_data.

@@ -281,29 +270,27 @@ - + - +

radio_button :

Pointer to a GtkRadioButton. -Pointer to a GtkRadioButton.

item_data :

The item_data of the radio button you want to select. -The item_data of the radio button you want to select.

-
+

gimp_int_radio_group_new ()

-
GtkWidget *         gimp_int_radio_group_new            (gboolean in_frame,
-                                                         const gchar *frame_title,
-                                                         GCallback radio_button_callback,
-                                                         gpointer radio_button_callback_data,
-                                                         gint initial,
+
GtkWidget *         gimp_int_radio_group_new            (gboolean in_frame,
+                                                         const gchar *frame_title,
+                                                         GCallback radio_button_callback,
+                                                         gpointer radio_button_callback_data,
+                                                         gint initial,
                                                          ...);

Convenience function to create a group of radio buttons embedded into -a GtkFrame or GtkVbox. This function does the same thing as +a GtkFrame or GtkVbox. This function does the same thing as gimp_radio_group_new2(), but it takes integers as item_data instead of pointers, since that is a very common case (mapping an enum to a radio group). @@ -314,53 +301,46 @@

in_frame :

-TRUE if you want a GtkFrame around the - radio button group. - +TRUE if you want a GtkFrame around the +radio button group.

frame_title :

-The title of the Frame or NULL if you don't want - a title. - +The title of the Frame or NULL if you don't want +a title.

radio_button_callback :

The callback each button's "toggled" signal will - be connected with. - +be connected with.

radio_button_callback_data :

- The data which will be passed to g_signal_connect(). - +The data which will be passed to g_signal_connect().

initial :

-The item_data of the initially pressed radio button. - +The item_data of the initially pressed radio button.

... :

-A NULL-terminated va_list describing - the radio buttons. - +A NULL-terminated va_list describing +the radio buttons.

Returns :

- A GtkFrame or GtkVbox (depending on in_frame). - +A GtkFrame or GtkVbox (depending on in_frame).

-
+

gimp_int_radio_group_set_active ()

-
void                gimp_int_radio_group_set_active     (GtkRadioButton *radio_button,
-                                                         gint item_data);
+
void                gimp_int_radio_group_set_active     (GtkRadioButton *radio_button,
+                                                         gint item_data);

-Calls gtk_toggle_button_set_active() with the radio button that was created +Calls gtk_toggle_button_set_active() with the radio button that was created with a matching item_data. This function does the same thing as gimp_radio_group_set_active(), but takes integers as item_data instead of pointers. @@ -370,33 +350,31 @@

radio_button :

-Pointer to a GtkRadioButton. - +Pointer to a GtkRadioButton.

item_data :

-The item_data of the radio button you want to select. - +The item_data of the radio button you want to select.

-
+

gimp_spin_button_new ()

-
GtkWidget *         gimp_spin_button_new                (GtkObject **adjustment,
-                                                         gdouble value,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         gdouble page_size,
-                                                         gdouble climb_rate,
-                                                         guint digits);
-

-This function is a shortcut for gtk_adjustment_new() and a -subsequent gtk_spin_button_new(). It also calls -gtk_spin_button_set_numeric() so that non-numeric text cannot be +

GtkWidget *         gimp_spin_button_new                (GtkObject **adjustment,
+                                                         gdouble value,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         gdouble page_size,
+                                                         gdouble climb_rate,
+                                                         guint digits);
+

+This function is a shortcut for gtk_adjustment_new() and a +subsequent gtk_spin_button_new(). It also calls +gtk_spin_button_set_numeric() so that non-numeric text cannot be entered.

@@ -404,269 +382,236 @@ - + - + - + - + - + - + - + - + - + - +

adjustment :

Returns the spinbutton's GtkAdjustment. -Returns the spinbutton's GtkAdjustment.

value :

The initial value of the spinbutton. -The initial value of the spinbutton.

lower :

The lower boundary. -The lower boundary.

upper :

The uppper boundary. -The uppper boundary.

step_increment :

The spinbutton's step increment. -The spinbutton's step increment.

page_increment :

The spinbutton's page increment (mouse button 2). -The spinbutton's page increment (mouse button 2).

page_size :

The spinbutton's page size. -The spinbutton's page size.

climb_rate :

The spinbutton's climb rate. -The spinbutton's climb rate.

digits :

The spinbutton's number of decimal digits. -The spinbutton's number of decimal digits.

Returns :

A GtkSpinbutton and it's GtkAdjustment. -A GtkSpinbutton and it's GtkAdjustment.

-
+

GIMP_SCALE_ENTRY_LABEL()

#define             GIMP_SCALE_ENTRY_LABEL(adj)

-Returns the scale_entry's GtkLabel. +Returns the scale_entry's GtkLabel.

- +

adj :

The GtkAdjustment returned by gimp_scale_entry_new(). -The GtkAdjustment returned by gimp_scale_entry_new().

-
+

GIMP_SCALE_ENTRY_SCALE()

#define             GIMP_SCALE_ENTRY_SCALE(adj)

-Returns the scale_entry's GtkHScale. +Returns the scale_entry's GtkHScale.

- +

adj :

The GtkAdjustment returned by gimp_scale_entry_new(). -The GtkAdjustment returned by gimp_scale_entry_new().

-
+

GIMP_SCALE_ENTRY_SCALE_ADJ()

#define             GIMP_SCALE_ENTRY_SCALE_ADJ(adj)

-Returns the GtkAdjustment of the scale_entry's GtkHScale. +Returns the GtkAdjustment of the scale_entry's GtkHScale.

- +

adj :

The GtkAdjustment returned by gimp_scale_entry_new(). -The GtkAdjustment returned by gimp_scale_entry_new().

-
+

GIMP_SCALE_ENTRY_SPINBUTTON()

#define             GIMP_SCALE_ENTRY_SPINBUTTON(adj)

-Returns the scale_entry's GtkSpinButton. +Returns the scale_entry's GtkSpinButton.

- +

adj :

The GtkAdjustment returned by gimp_scale_entry_new(). -The GtkAdjustment returned by gimp_scale_entry_new().

-
+

GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()

#define             GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)

-Returns the GtkAdjustment of the scale_entry's GtkSpinButton. +Returns the GtkAdjustment of the scale_entry's GtkSpinButton.

- +

adj :

The GtkAdjustment returned by gimp_scale_entry_new(). -The GtkAdjustment returned by gimp_scale_entry_new().

-
+

gimp_scale_entry_new ()

-
GtkObject *         gimp_scale_entry_new                (GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *text,
-                                                         gint scale_width,
-                                                         gint spinbutton_width,
-                                                         gdouble value,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         guint digits,
-                                                         gboolean constrain,
-                                                         gdouble unconstrained_lower,
-                                                         gdouble unconstrained_upper,
-                                                         const gchar *tooltip,
-                                                         const gchar *help_id);
+
GtkObject *         gimp_scale_entry_new                (GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *text,
+                                                         gint scale_width,
+                                                         gint spinbutton_width,
+                                                         gdouble value,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         guint digits,
+                                                         gboolean constrain,
+                                                         gdouble unconstrained_lower,
+                                                         gdouble unconstrained_upper,
+                                                         const gchar *tooltip,
+                                                         const gchar *help_id);

-This function creates a GtkLabel, a GtkHScale and a GtkSpinButton and -attaches them to a 3-column GtkTable. +This function creates a GtkLabel, a GtkHScale and a GtkSpinButton and +attaches them to a 3-column GtkTable.

- + - + - + - + - + - + - + - + - + - + - + - + +TRUE if the range of possible values of the +GtkSpinButton should be the same as of the GtkHScale. +if constrain == FALSE. +if constrain == FALSE. - + - + - +

table :

The GtkTable the widgets will be attached to. -The GtkTable the widgets will be attached to.

column :

The column to start with. -The column to start with.

row :

The row to attach the widgets. -The row to attach the widgets.

text :

The text for the GtkLabel which will appear - left of the GtkHScale. -The text for the GtkLabel which will appear +left of the GtkHScale.

scale_width :

The minimum horizontal size of the GtkHScale. -The minimum horizontal size of the GtkHScale.

spinbutton_width :

The minimum horizontal size of the GtkSpinButton. -The minimum horizontal size of the GtkSpinButton.

value :

The initial value. -The initial value.

lower :

The lower boundary. -The lower boundary.

upper :

The upper boundary. -The upper boundary.

step_increment :

The step increment. -The step increment.

page_increment :

The page increment. -The page increment.

digits :

The number of decimal digits. -The number of decimal digits.

constrain :

-TRUE if the range of possible values of the - GtkSpinButton should be the same as of the GtkHScale. -

unconstrained_lower :

The spinbutton's lower boundary - if constrain == FALSE. -

unconstrained_upper :

The spinbutton's upper boundary - if constrain == FALSE. -

tooltip :

A tooltip message for the scale and the spinbutton. -A tooltip message for the scale and the spinbutton.

help_id :

The widgets' help_id (see gimp_help_set_help_data()). -The widgets' help_id (see gimp_help_set_help_data()).

Returns :

The GtkSpinButton's GtkAdjustment. -The GtkSpinButton's GtkAdjustment.

-
+

gimp_scale_entry_set_sensitive ()

-
void                gimp_scale_entry_set_sensitive      (GtkObject *adjustment,
-                                                         gboolean sensitive);
+
void                gimp_scale_entry_set_sensitive      (GtkObject *adjustment,
+                                                         gboolean sensitive);

-Sets the sensitivity of the scale_entry's GtkLabel, GtkHScale and +Sets the sensitivity of the scale_entry's GtkLabel, GtkHScale and GtkSpinbutton.

@@ -674,23 +619,23 @@ -

adjustment :

a GtkAdjustment returned by gimp_scale_entry_new() +a GtkAdjustment returned by gimp_scale_entry_new()

sensitive :

a boolean value with the same semantics as the sensitive - parameter of gtk_widget_set_sensitive() +parameter of gtk_widget_set_sensitive()

-
+

gimp_scale_entry_set_logarithmic ()

-
void                gimp_scale_entry_set_logarithmic    (GtkObject *adjustment,
-                                                         gboolean logarithmic);
+
void                gimp_scale_entry_set_logarithmic    (GtkObject *adjustment,
+                                                         gboolean logarithmic);

Sets whether the scale_entry's scale widget will behave in a linear or logharithmic fashion. Useful when an entry has to attend large @@ -702,197 +647,170 @@

adjustment :

-a GtkAdjustment as returned by gimp_scale_entry_new() +a GtkAdjustment as returned by gimp_scale_entry_new()

logarithmic :

a boolean value to set or reset logarithmic behaviour - of the scale widget - +of the scale widget

Since GIMP 2.2


-
+

gimp_scale_entry_get_logarithmic ()

-
gboolean            gimp_scale_entry_get_logarithmic    (GtkObject *adjustment);
+
gboolean            gimp_scale_entry_get_logarithmic    (GtkObject *adjustment);
- - +

adjustment :

a GtkAdjustment as returned by gimp_scale_entry_new() +a GtkAdjustment as returned by gimp_scale_entry_new()

Returns :

TRUE if the the entry's scale widget will behave in - logharithmic fashion, FALSE for linear behaviour. - - +TRUE if the the entry's scale widget will behave in +logharithmic fashion, FALSE for linear behaviour.

Since GIMP 2.2


-
+

gimp_color_scale_entry_new ()

-
GtkObject *         gimp_color_scale_entry_new          (GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *text,
-                                                         gint scale_width,
-                                                         gint spinbutton_width,
-                                                         gdouble value,
-                                                         gdouble lower,
-                                                         gdouble upper,
-                                                         gdouble step_increment,
-                                                         gdouble page_increment,
-                                                         guint digits,
-                                                         const gchar *tooltip,
-                                                         const gchar *help_id);
+
GtkObject *         gimp_color_scale_entry_new          (GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *text,
+                                                         gint scale_width,
+                                                         gint spinbutton_width,
+                                                         gdouble value,
+                                                         gdouble lower,
+                                                         gdouble upper,
+                                                         gdouble step_increment,
+                                                         gdouble page_increment,
+                                                         guint digits,
+                                                         const gchar *tooltip,
+                                                         const gchar *help_id);

-This function creates a GtkLabel, a GimpColorScale and a -GtkSpinButton and attaches them to a 3-column GtkTable. +This function creates a GtkLabel, a GimpColorScale and a +GtkSpinButton and attaches them to a 3-column GtkTable.

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

table :

The GtkTable the widgets will be attached to. -The GtkTable the widgets will be attached to.

column :

The column to start with. -The column to start with.

row :

The row to attach the widgets. -The row to attach the widgets.

text :

The text for the GtkLabel which will appear - left of the GtkHScale. -The text for the GtkLabel which will appear +left of the GtkHScale.

scale_width :

The minimum horizontal size of the GtkHScale. -The minimum horizontal size of the GtkHScale.

spinbutton_width :

The minimum horizontal size of the GtkSpinButton. -The minimum horizontal size of the GtkSpinButton.

value :

The initial value. -The initial value.

lower :

The lower boundary. -The lower boundary.

upper :

The upper boundary. -The upper boundary.

step_increment :

The step increment. -The step increment.

page_increment :

The page increment. -The page increment.

digits :

The number of decimal digits. -The number of decimal digits.

tooltip :

A tooltip message for the scale and the spinbutton. -A tooltip message for the scale and the spinbutton.

help_id :

The widgets' help_id (see gimp_help_set_help_data()). -The widgets' help_id (see gimp_help_set_help_data()).

Returns :

The GtkSpinButton's GtkAdjustment. -The GtkSpinButton's GtkAdjustment.

-
+

GIMP_RANDOM_SEED_SPINBUTTON()

#define             GIMP_RANDOM_SEED_SPINBUTTON(hbox)

-Returns the random_seed's GtkSpinButton. +Returns the random_seed's GtkSpinButton.

- +

hbox :

The GtkHBox returned by gimp_random_seed_new(). -The GtkHBox returned by gimp_random_seed_new().

-
+

GIMP_RANDOM_SEED_SPINBUTTON_ADJ()

#define             GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)

-Returns the GtkAdjustment of the random_seed's GtkSpinButton. +Returns the GtkAdjustment of the random_seed's GtkSpinButton.

- +

hbox :

The GtkHBox returned by gimp_random_seed_new(). -The GtkHBox returned by gimp_random_seed_new().

-
+

GIMP_RANDOM_SEED_TOGGLE()

#define             GIMP_RANDOM_SEED_TOGGLE(hbox)

-
-- - - - -

hbox :

-

-
+

gimp_random_seed_new ()

-
GtkWidget *         gimp_random_seed_new                (guint32 *seed,
-                                                         gboolean *random_seed);
+
GtkWidget *         gimp_random_seed_new                (guint32 *seed,
+                                                         gboolean *random_seed);

Creates a widget that allows the user to control how the random number generator is initialized. @@ -902,26 +820,23 @@

seed :

-A pointer to the variable which stores the random seed. - +A pointer to the variable which stores the random seed.

random_seed :

A pointer to a boolean indicating whether seed should be - initialised randomly or not. - +initialised randomly or not.

Returns :

- A GtkHBox containing a GtkSpinButton for the seed and - a GtkButton for setting a random seed. - +A GtkHBox containing a GtkSpinButton for the seed and +a GtkButton for setting a random seed.

-
+

GIMP_COORDINATES_CHAINBUTTON()

#define             GIMP_COORDINATES_CHAINBUTTON(sizeentry)

@@ -931,36 +846,35 @@

sizeentry :

-The GimpSizeEntry returned by gimp_coordinates_new(). - +The GimpSizeEntry returned by gimp_coordinates_new().

-
+

gimp_coordinates_new ()

-
GtkWidget *         gimp_coordinates_new                (GimpUnit unit,
-                                                         const gchar *unit_format,
-                                                         gboolean menu_show_pixels,
-                                                         gboolean menu_show_percent,
-                                                         gint spinbutton_width,
+
GtkWidget *         gimp_coordinates_new                (GimpUnit unit,
+                                                         const gchar *unit_format,
+                                                         gboolean menu_show_pixels,
+                                                         gboolean menu_show_percent,
+                                                         gint spinbutton_width,
                                                          GimpSizeEntryUpdatePolicy update_policy,
-                                                         gboolean chainbutton_active,
-                                                         gboolean chain_constrains_ratio,
-                                                         const gchar *xlabel,
-                                                         gdouble x,
-                                                         gdouble xres,
-                                                         gdouble lower_boundary_x,
-                                                         gdouble upper_boundary_x,
-                                                         gdouble xsize_0,
-                                                         gdouble xsize_100,
-                                                         const gchar *ylabel,
-                                                         gdouble y,
-                                                         gdouble yres,
-                                                         gdouble lower_boundary_y,
-                                                         gdouble upper_boundary_y,
-                                                         gdouble ysize_0,
-                                                         gdouble ysize_100);
+ gboolean chainbutton_active, + gboolean chain_constrains_ratio, + const gchar *xlabel, + gdouble x, + gdouble xres, + gdouble lower_boundary_x, + gdouble upper_boundary_x, + gdouble xsize_0, + gdouble xsize_100, + const gchar *ylabel, + gdouble y, + gdouble yres, + gdouble lower_boundary_y, + gdouble upper_boundary_y, + gdouble ysize_0, + gdouble ysize_100);

Convenience function that creates a GimpSizeEntry with two fields for x/y coordinates/sizes with a GimpChainButton attached to constrain either the @@ -971,174 +885,148 @@

unit :

-The initial unit of the GimpUnitMenu. - +The initial unit of the GimpUnitMenu.

unit_format :

A printf-like unit-format string as is used with - gimp_unit_menu_new(). - +gimp_unit_menu_new().

menu_show_pixels :

-TRUE if the GimpUnitMenu should contain an item - for GIMP_UNIT_PIXEL. - +TRUE if the GimpUnitMenu should contain an item +for GIMP_UNIT_PIXEL.

menu_show_percent :

-TRUE if the GimpUnitMenu should contain an item - for GIMP_UNIT_PERCENT. - +TRUE if the GimpUnitMenu should contain an item +for GIMP_UNIT_PERCENT.

spinbutton_width :

The horizontal size of the GimpSizeEntry's - GtkSpinButton's. - +GtkSpinButton's.

update_policy :

-The update policy for the GimpSizeEntry. - +The update policy for the GimpSizeEntry.

chainbutton_active :

-TRUE if the attached GimpChainButton should be - active. - +TRUE if the attached GimpChainButton should be +active.

chain_constrains_ratio :

-TRUE if the chainbutton should constrain the - fields' aspect ratio. If FALSE, the values will - be constrained. - +TRUE if the chainbutton should constrain the +fields' aspect ratio. If FALSE, the values will +be constrained.

xlabel :

-The label for the X coordinate. - +The label for the X coordinate.

x :

-The initial value of the X coordinate. - +The initial value of the X coordinate.

xres :

-The horizontal resolution in DPI. - +The horizontal resolution in DPI.

lower_boundary_x :

-The lower boundary of the X coordinate. - +The lower boundary of the X coordinate.

upper_boundary_x :

-The upper boundary of the X coordinate. - +The upper boundary of the X coordinate.

xsize_0 :

-The X value which will be treated as 0%. - +The X value which will be treated as 0%.

xsize_100 :

-The X value which will be treated as 100%. - +The X value which will be treated as 100%.

ylabel :

-The label for the Y coordinate. - +The label for the Y coordinate.

y :

-The initial value of the Y coordinate. - +The initial value of the Y coordinate.

yres :

-The vertical resolution in DPI. - +The vertical resolution in DPI.

lower_boundary_y :

-The lower boundary of the Y coordinate. - +The lower boundary of the Y coordinate.

upper_boundary_y :

-The upper boundary of the Y coordinate. - +The upper boundary of the Y coordinate.

ysize_0 :

-The Y value which will be treated as 0%. - +The Y value which will be treated as 0%.

ysize_100 :

-The Y value which will be treated as 100%. - +The Y value which will be treated as 100%.

Returns :

- The new GimpSizeEntry. - +The new GimpSizeEntry.

-
+

gimp_pixmap_button_new ()

-
GtkWidget *         gimp_pixmap_button_new              (gchar **xpm_data,
-                                                         const gchar *text);
-
+
GtkWidget *         gimp_pixmap_button_new              (gchar **xpm_data,
+                                                         const gchar *text);
+

Warning

gimp_pixmap_button_new is deprecated and should not be used in newly-written code.

-Convenience function that creates a GtkButton with a GimpPixmap -and an optional GtkLabel. +Convenience function that creates a GtkButton with a GimpPixmap +and an optional GtkLabel.

- + - + - +

xpm_data :

The XPM data which will be passed to gimp_pixmap_new(). -The XPM data which will be passed to gimp_pixmap_new().

text :

An optional text which will appear right of the pixmap. -An optional text which will appear right of the pixmap.

Returns :

The new GtkButton. -The new GtkButton.

-
+

gimp_toggle_button_sensitive_update ()

-
void                gimp_toggle_button_sensitive_update (GtkToggleButton *toggle_button);
+
void                gimp_toggle_button_sensitive_update (GtkToggleButton *toggle_button);

-If you attached a pointer to a GtkWidget with g_object_set_data() and -the "set_sensitive" key to the GtkToggleButton, the sensitive state of +If you attached a pointer to a GtkWidget with g_object_set_data() and +the "set_sensitive" key to the GtkToggleButton, the sensitive state of the attached widget will be set according to the toggle button's "active" state.

@@ -1155,17 +1043,16 @@

toggle_button :

-The GtkToggleButton the "set_sensitive" and - "inverse_sensitive" lists are attached to. - +The GtkToggleButton the "set_sensitive" and +"inverse_sensitive" lists are attached to.

-
+

gimp_toggle_button_update ()

-
void                gimp_toggle_button_update           (GtkWidget *widget,
-                                                         gpointer data);
+
void                gimp_toggle_button_update           (GtkWidget *widget,
+                                                         gpointer data);

Note that this function calls gimp_toggle_button_sensitive_update().

@@ -1174,23 +1061,21 @@

widget :

-A GtkToggleButton. - +A GtkToggleButton.

data :

-A pointer to a gint variable which will store the value of - gtk_toggle_button_get_active(). - +A pointer to a gint variable which will store the value of +gtk_toggle_button_get_active().

-
+

gimp_radio_button_update ()

-
void                gimp_radio_button_update            (GtkWidget *widget,
-                                                         gpointer data);
+
void                gimp_radio_button_update            (GtkWidget *widget,
+                                                         gpointer data);

Note that this function calls gimp_toggle_button_sensitive_update().

@@ -1199,123 +1084,113 @@

widget :

-A GtkRadioButton. - +A GtkRadioButton.

data :

-A pointer to a gint variable which will store the value of - GPOINTER_TO_INT (g_object_get_data (widget, "gimp-item-data")). - +A pointer to a gint variable which will store the value of +GPOINTER_TO_INT (g_object_get_data (widget, "gimp-item-data")).

-
+

gimp_int_adjustment_update ()

-
void                gimp_int_adjustment_update          (GtkAdjustment *adjustment,
-                                                         gpointer data);
+
void                gimp_int_adjustment_update          (GtkAdjustment *adjustment,
+                                                         gpointer data);

-Note that the GtkAdjustment's value (which is a gdouble) will be -rounded with RINT(). +Note that the GtkAdjustment's value (which is a gdouble) will be +rounded with RINT().

- + - +

adjustment :

A GtkAdjustment. -A GtkAdjustment.

data :

A pointer to a gint variable which will store the - adjustment's value. -A pointer to a gint variable which will store the +adjustment's value.

-
+

gimp_uint_adjustment_update ()

-
void                gimp_uint_adjustment_update         (GtkAdjustment *adjustment,
-                                                         gpointer data);
+
void                gimp_uint_adjustment_update         (GtkAdjustment *adjustment,
+                                                         gpointer data);

-Note that the GtkAdjustment's value (which is a gdouble) will be rounded -with (guint) (value + 0.5). +Note that the GtkAdjustment's value (which is a gdouble) will be rounded +with (guint) (value + 0.5).

- + - +

adjustment :

A GtkAdjustment. -A GtkAdjustment.

data :

A pointer to a guint variable which will store the - adjustment's value. -A pointer to a guint variable which will store the +adjustment's value.

-
+

gimp_float_adjustment_update ()

-
void                gimp_float_adjustment_update        (GtkAdjustment *adjustment,
-                                                         gpointer data);
+
void                gimp_float_adjustment_update        (GtkAdjustment *adjustment,
+                                                         gpointer data);
- + - +

adjustment :

A GtkAdjustment. -A GtkAdjustment.

data :

A pointer to a gfloat varaiable which will store the - adjustment's value. -A pointer to a gfloat varaiable which will store the +adjustment's value.

-
+

gimp_double_adjustment_update ()

-
void                gimp_double_adjustment_update       (GtkAdjustment *adjustment,
-                                                         gpointer data);
+
void                gimp_double_adjustment_update       (GtkAdjustment *adjustment,
+                                                         gpointer data);
- + - +

adjustment :

A GtkAdjustment. -A GtkAdjustment.

data :

A pointer to a gdouble variable which will store the - adjustment's value. -A pointer to a gdouble variable which will store the +adjustment's value.

-
+

gimp_unit_menu_update ()

-
void                gimp_unit_menu_update               (GtkWidget *widget,
-                                                         gpointer data);
+
void                gimp_unit_menu_update               (GtkWidget *widget,
+                                                         gpointer data);

This callback can set the number of decimal digits of an arbitrary number -of GtkSpinButton's. To use this functionality, attach the spinbuttons -as list of data pointers attached with g_object_set_data() with the +of GtkSpinButton's. To use this functionality, attach the spinbuttons +as list of data pointers attached with g_object_set_data() with the "set_digits" key.

@@ -1327,32 +1202,30 @@

widget :

-A GimpUnitMenu. - +A GimpUnitMenu.

data :

-A pointer to a GimpUnit variable which will store the unit menu's - value. - +A pointer to a GimpUnit variable which will store the unit menu's +value.

-
+

gimp_table_attach_aligned ()

-
GtkWidget *         gimp_table_attach_aligned           (GtkTable *table,
-                                                         gint column,
-                                                         gint row,
-                                                         const gchar *label_text,
-                                                         gfloat xalign,
-                                                         gfloat yalign,
-                                                         GtkWidget *widget,
-                                                         gint colspan,
-                                                         gboolean left_align);
+
GtkWidget *         gimp_table_attach_aligned           (GtkTable *table,
+                                                         gint column,
+                                                         gint row,
+                                                         const gchar *label_text,
+                                                         gfloat xalign,
+                                                         gfloat yalign,
+                                                         GtkWidget *widget,
+                                                         gint colspan,
+                                                         gboolean left_align);

-Note that the label_text can be NULL and that the widget will be +Note that the label_text can be NULL and that the widget will be attached starting at (column + 1) in this case, too.

@@ -1360,71 +1233,61 @@ - + - + - + - + - + - + - + - + +TRUE if the widget should be left-aligned. - +

table :

The GtkTable the widgets will be attached to. -The GtkTable the widgets will be attached to.

column :

The column to start with. -The column to start with.

row :

The row to attach the widgets. -The row to attach the widgets.

label_text :

The text for the GtkLabel which will be attached left of - the widget. -The text for the GtkLabel which will be attached left of +the widget.

xalign :

The horizontal alignment of the GtkLabel. -The horizontal alignment of the GtkLabel.

yalign :

The vertival alignment of the GtkLabel. -The vertival alignment of the GtkLabel.

widget :

The GtkWidget to attach right of the label. -The GtkWidget to attach right of the label.

colspan :

The number of columns the widget will use. -The number of columns the widget will use.

left_align :

-TRUE if the widget should be left-aligned. -

Returns :

The created GtkLabel. -The created GtkLabel.

-
+

gimp_label_set_attributes ()

-
void                gimp_label_set_attributes           (GtkLabel *label,
+
void                gimp_label_set_attributes           (GtkLabel *label,
                                                          ...);

-Sets Pango attributes on a GtkLabel in a more convenient way than -gtk_label_set_attributes(). +Sets Pango attributes on a GtkLabel in a more convenient way than +gtk_label_set_attributes().

This function is useful if you want to change the font attributes -of a GtkLabel. This is an alternative to using PangoMarkup which +of a GtkLabel. This is an alternative to using PangoMarkup which is slow to parse and akward to handle in an i18n-friendly way.

@@ -1437,13 +1300,12 @@

label :

-a GtkLabel +a GtkLabel

... :

-a list of PangoAttrType and value pairs terminated by -1. - +a list of PangoAttrType and value pairs terminated by -1.
@@ -1453,6 +1315,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-hierarchy.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Object Hierarchy - + - + @@ -19,40 +19,40 @@ GIMP Widgets Library Reference Manual Next - \ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index-deprecated.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index-deprecated.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index-deprecated.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index-deprecated.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,11 +3,11 @@ Index of deprecated symbols - + - + @@ -18,7 +18,7 @@ GIMP Widgets Library Reference Manual   -
+

Index of deprecated symbols

@@ -73,6 +73,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Index - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Index

@@ -155,13 +155,13 @@
GimpControllerEvent, union GimpControllerEvent
-
GimpControllerEventAny, GimpControllerEventAny +
GimpControllerEventAny, struct GimpControllerEventAny
-
GimpControllerEventTrigger, GimpControllerEventTrigger +
GimpControllerEventTrigger, struct GimpControllerEventTrigger
GimpControllerEventType, enum GimpControllerEventType
-
GimpControllerEventValue, GimpControllerEventValue +
GimpControllerEventValue, struct GimpControllerEventValue
GimpDialog, GimpDialog
@@ -1424,6 +1424,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-2.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-2.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-2.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-2.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.2 - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Index of new symbols in GIMP 2.2

@@ -98,6 +98,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-4.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-4.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-4.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-4.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.4 - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Index of new symbols in GIMP 2.4

@@ -222,6 +222,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-6.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-6.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-6.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-index-new-in-2-6.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Index of new symbols in GIMP 2.6 - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Index of new symbols in GIMP 2.6

@@ -46,6 +46,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-utils.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Part V. GIMP Widgets Utilities - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Part V. GIMP Widgets Utilities

@@ -29,7 +29,7 @@ gimpcairo-utils
-GimpHelpUI — Functions for setting GtkTooltips and help identifier used by GIMP help +GimpHelpUI — Functions for setting GtkTooltips and help identifier used by GIMP help system.
@@ -53,6 +53,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html --- gimp-2.6.11/devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html 2010-10-03 20:34:43.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/libgimpwidgets-widgets.html 2012-01-31 14:34:30.000000000 +0000 @@ -3,12 +3,12 @@ Part I. GIMP Widgets - + - + @@ -19,7 +19,7 @@ GIMP Widgets Library Reference Manual Next -
+

Part I. GIMP Widgets

@@ -31,7 +31,7 @@ GimpBrowser
-GimpButton — A GtkButton with a little extra functionality. +GimpButton — A GtkButton with a little extra functionality.
GimpChainButton — Widget to visually connect two entry widgets. @@ -58,7 +58,7 @@ GimpColorProfileComboBox
-GimpDialog — Constructors for GtkDialog's and action_areas as well as other +GimpDialog — Constructors for GtkDialog's and action_areas as well as other dialog-related stuff.
@@ -74,7 +74,7 @@ GimpFileEntry — Widget for entering a filename.
-GimpFrame — A widget providing a HIG-compliant subclass of GtkFrame. +GimpFrame — A widget providing a HIG-compliant subclass of GtkFrame.
GimpHintBox @@ -104,7 +104,7 @@ GimpPickButton — Widget to pick a color from screen.
-GimpPixmap — Widget which creates a GtkPixmap from XPM data. +GimpPixmap — Widget which creates a GtkPixmap from XPM data.
GimpPreviewArea — A general purpose preview widget which caches its pixel data. @@ -125,7 +125,7 @@ GimpStringComboBox
-GimpUnitMenu — Widget for selecting a GimpUnit. +GimpUnitMenu — Widget for selecting a GimpUnit.
GimpZoomModel @@ -135,6 +135,6 @@
+ Generated by GTK-Doc V1.18
\ No newline at end of file diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/html/style.css gimp-2.6.12/devel-docs/libgimpwidgets/html/style.css --- gimp-2.6.11/devel-docs/libgimpwidgets/html/style.css 2010-10-03 20:34:42.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/html/style.css 2012-01-31 14:34:30.000000000 +0000 @@ -32,8 +32,9 @@ /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { + display: inline-block; position: relative; - padding-top:4.5em; + top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/Makefile.in gimp-2.6.12/devel-docs/libgimpwidgets/Makefile.in --- gimp-2.6.11/devel-docs/libgimpwidgets/Makefile.in 2010-10-03 20:15:07.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/Makefile.in 2012-01-31 14:25:20.000000000 +0000 @@ -211,6 +211,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -302,6 +303,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -339,7 +341,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -425,10 +426,10 @@ $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la \ @GTK_LIBS@ -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute @@ -439,15 +440,18 @@ # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) +SETUP_FILES = \ + $(content_files) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt + # Other files to distribute -EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \ - version.in -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.in +DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -668,22 +672,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -693,10 +722,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -708,13 +741,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -723,58 +756,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -783,14 +837,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -812,15 +864,15 @@ @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpbrowser.sgml gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpbrowser.sgml --- gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpbrowser.sgml 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpbrowser.sgml 2012-01-31 14:34:29.000000000 +0000 @@ -52,7 +52,7 @@ @browser: @first_type_label: @first_type_id: -@Varargs: +@...: diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpdialog.sgml gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpdialog.sgml --- gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpdialog.sgml 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpdialog.sgml 2012-01-31 14:34:29.000000000 +0000 @@ -48,7 +48,7 @@ @flags: @help_func: @help_id: -@Varargs: +@...: @Returns: @@ -84,7 +84,7 @@ @dialog: -@Varargs: +@...: diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpenumstore.sgml gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpenumstore.sgml --- gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpenumstore.sgml 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpenumstore.sgml 2012-01-31 14:34:29.000000000 +0000 @@ -58,7 +58,7 @@ @enum_type: @n_values: -@Varargs: +@...: @Returns: diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpintcombobox.sgml gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpintcombobox.sgml --- gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpintcombobox.sgml 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpintcombobox.sgml 2012-01-31 14:34:29.000000000 +0000 @@ -48,7 +48,7 @@ @first_label: @first_value: -@Varargs: +@...: @Returns: @@ -79,7 +79,7 @@ @combo_box: -@Varargs: +@...: @@ -88,7 +88,7 @@ @combo_box: -@Varargs: +@...: diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpoldwidgets.sgml gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpoldwidgets.sgml --- gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpoldwidgets.sgml 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpoldwidgets.sgml 2012-01-31 14:34:29.000000000 +0000 @@ -29,7 +29,7 @@ @menu_item_callback: @menu_item_callback_data: @initial: -@Varargs: +@...: @Returns: @@ -68,7 +68,7 @@ @menu_only: -@Varargs: +@...: @Returns: @@ -81,7 +81,7 @@ @menu_item_callback: @menu_item_callback_data: @initial: -@Varargs: +@...: @Returns: diff -Nru gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpwidgets.sgml gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpwidgets.sgml --- gimp-2.6.11/devel-docs/libgimpwidgets/tmpl/gimpwidgets.sgml 2010-10-03 20:34:41.000000000 +0000 +++ gimp-2.6.12/devel-docs/libgimpwidgets/tmpl/gimpwidgets.sgml 2012-01-31 14:34:29.000000000 +0000 @@ -28,7 +28,7 @@ @in_frame: @frame_title: -@Varargs: +@...: @Returns: @@ -42,7 +42,7 @@ @radio_button_callback: @radio_button_callback_data: @initial: -@Varargs: +@...: @Returns: @@ -65,7 +65,7 @@ @radio_button_callback: @radio_button_callback_data: @initial: -@Varargs: +@...: @Returns: @@ -385,6 +385,6 @@ @label: -@Varargs: +@...: diff -Nru gimp-2.6.11/devel-docs/Makefile.in gimp-2.6.12/devel-docs/Makefile.in --- gimp-2.6.11/devel-docs/Makefile.in 2010-10-03 20:15:06.000000000 +0000 +++ gimp-2.6.12/devel-docs/Makefile.in 2012-01-31 14:25:19.000000000 +0000 @@ -247,6 +247,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -338,6 +339,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -375,7 +377,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/devel-docs/tools/Makefile.in gimp-2.6.12/devel-docs/tools/Makefile.in --- gimp-2.6.11/devel-docs/tools/Makefile.in 2010-10-03 20:15:08.000000000 +0000 +++ gimp-2.6.12/devel-docs/tools/Makefile.in 2012-01-31 14:25:20.000000000 +0000 @@ -229,6 +229,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -320,6 +321,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -357,7 +359,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/docs/gimp.1.in gimp-2.6.12/docs/gimp.1.in --- gimp-2.6.11/docs/gimp.1.in 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/docs/gimp.1.in 2011-09-28 02:59:54.000000000 +0000 @@ -199,7 +199,7 @@ settings. Options such as widget color and fonts sizes can be set here. -@gimpsysconfdir@/gtkrc - sytem wide default set of GIMP-specific GTK+ +@gimpsysconfdir@/gtkrc - system wide default set of GIMP-specific GTK+ config settings. \fB$HOME\fP/@gimpdir@/menurc - user's set of keybindings. @@ -332,7 +332,7 @@ There is also a GIMP User Manual available at http://docs.gimp.org/ that goes into much more detail about the interactive use of GIMP. -The latest version of GIMP and the GTK+ libs is always available at +The latest versions of GIMP and the GTK+ libs are always available at ftp://ftp.gimp.org/. diff -Nru gimp-2.6.11/docs/Makefile.in gimp-2.6.12/docs/Makefile.in --- gimp-2.6.11/docs/Makefile.in 2010-10-03 20:15:08.000000000 +0000 +++ gimp-2.6.12/docs/Makefile.in 2012-01-31 14:25:20.000000000 +0000 @@ -234,6 +234,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -325,6 +326,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -362,7 +364,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/etc/Makefile.in gimp-2.6.12/etc/Makefile.in --- gimp-2.6.11/etc/Makefile.in 2010-10-03 20:15:08.000000000 +0000 +++ gimp-2.6.12/etc/Makefile.in 2012-01-31 14:25:20.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/gtk-doc.make gimp-2.6.12/gtk-doc.make --- gimp-2.6.11/gtk-doc.make 2010-06-26 08:09:20.000000000 +0000 +++ gimp-2.6.12/gtk-doc.make 2011-08-25 21:20:22.000000000 +0000 @@ -5,12 +5,12 @@ #################################### if GTK_DOC_USE_LIBTOOL -GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) GTKDOC_RUN = $(LIBTOOL) --mode=execute else -GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) +GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) GTKDOC_RUN = endif @@ -23,17 +23,19 @@ TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) -EXTRA_DIST = \ +SETUP_FILES = \ $(content_files) \ - $(HTML_IMAGES) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt -DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - pdf-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \ - $(srcdir)/pdf.stamp +EXTRA_DIST = \ + $(HTML_IMAGES) \ + $(SETUP_FILES) + +DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + html-build.stamp pdf-build.stamp \ + tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -70,22 +72,47 @@ $(REPORT_FILES): sgml-build.stamp +#### setup #### + +setup-build.stamp: + -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + echo ' DOC Preparing build'; \ + files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + test -f $(abs_srcdir)/$$file && \ + cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + done; \ + fi; \ + test -d $(abs_srcdir)/tmpl && \ + { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + chmod -R u+w $(abs_builddir)/tmpl; } \ + fi + @touch setup-build.stamp + #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo 'gtk-doc: Scanning header files' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @echo ' DOC Scanning header files' + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ + done ; \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) + @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + echo " DOC Introspecting gobjects"; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ + fi; \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ + test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp @@ -95,10 +122,14 @@ #### templates #### -tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo 'gtk-doc: Rebuilding template files' - @-chmod -R u+w $(srcdir) - @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) +tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt + @echo ' DOC Rebuilding template files' + @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + if test -w $(abs_srcdir) ; then \ + cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + fi \ + fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @@ -110,13 +141,13 @@ #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo 'gtk-doc: Building XML' + @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) - @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + @_source_dir='' ; \ + for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ - done ; \ - cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) + done ; \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @@ -125,58 +156,79 @@ #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building HTML' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/html - @mkdir $(srcdir)/html + @echo ' DOC Building HTML' + @rm -rf html + @mkdir html @mkhtml_options=""; \ + gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkhtml_options="$$mkhtml_options --verbose"; \ + fi; \ + fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ - mkhtml_options=--path="$(srcdir)"; \ + mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ - cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) - @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) - @echo 'gtk-doc: Fixing cross-references' - @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) + -@test "x$(HTML_IMAGES)" = "x" || \ + for file in $(HTML_IMAGES) ; do \ + if test -f $(abs_srcdir)/$$file ; then \ + cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + fi; \ + if test -f $(abs_builddir)/$$file ; then \ + cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + fi; \ + done; + @echo ' DOC Fixing cross-references' + @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo 'gtk-doc: Building PDF' - @-chmod -R u+w $(srcdir) - @rm -rf $(srcdir)/$(DOC_MODULE).pdf - @mkpdf_imgdirs=""; \ + @echo ' DOC Building PDF' + @rm -f $(DOC_MODULE).pdf + @mkpdf_options=""; \ + gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$(?)" = "0"; then \ + if test "x$(V)" = "x1"; then \ + mkpdf_options="$$mkpdf_options --verbose"; \ + fi; \ + fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ - echo $$mkpdf_imgdirs | grep >/dev/null "\-\-imgdir=$$part "; \ + echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ - mkpdf_imgdirs="$$mkpdf_imgdirs --imgdir=$$part"; \ + mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ - cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) + gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: - rm -f *~ *.bak - rm -rf .libs + @rm -f *~ *.bak + @rm -rf .libs distclean-local: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -rf tmpl; \ + fi maintainer-clean-local: clean - cd $(srcdir) && rm -rf xml html + @rm -rf xml html install-data-local: - @installfiles=`echo $(srcdir)/html/*`; \ - if test "$$installfiles" = '$(srcdir)/html/*'; \ - then echo '-- Nothing to install' ; \ + @installfiles=`echo $(builddir)/html/*`; \ + if test "$$installfiles" = '$(builddir)/html/*'; \ + then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ @@ -185,14 +237,12 @@ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ - mv -f $${installdir}/$(DOC_MODULE).devhelp \ - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi @@ -217,14 +267,14 @@ endif dist-hook: dist-check-gtkdoc dist-hook-local - mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - cp $(srcdir)/html/* $(distdir)/html - -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ - -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ - cd $(distdir) && rm -f $(DISTCLEANFILES) - $(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html + @mkdir $(distdir)/tmpl + @mkdir $(distdir)/html + @-cp ./tmpl/*.sgml $(distdir)/tmpl + @cp ./html/* $(distdir)/html + @-cp ./$(DOC_MODULE).pdf $(distdir)/ + @-cp ./$(DOC_MODULE).types $(distdir)/ + @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ + @cd $(distdir) && rm -f $(DISTCLEANFILES) + @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs diff -Nru gimp-2.6.11/libgimp/gimppaths_pdb.c gimp-2.6.12/libgimp/gimppaths_pdb.c --- gimp-2.6.11/libgimp/gimppaths_pdb.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/libgimp/gimppaths_pdb.c 2012-01-31 13:50:15.000000000 +0000 @@ -215,8 +215,8 @@ * @num_path_points: The number of elements in the array, i.e. the number of points in the path * 3. Each point is made up of (x, y, type) of floats. Currently only the creation of bezier curves is allowed. The type parameter must be set to (1) to indicate a BEZIER type curve. Note that for BEZIER curves, points must be given in the following order: ACCACCAC... If the path is not closed the last control point is missed off. Points consist of three control points (control/anchor/control) so for a curve that is not closed there must be at least two points passed (2 x,y pairs). If (num_path_points/3) % 3 = 0 then the path is assumed to be closed and the points are ACCACCACCACC. * @points_pairs: The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution. * - * This procedure is deprecated! Use vectors_stroke_new_from_points() - * instead. + * This procedure is deprecated! Use + * gimp_vectors_stroke_new_from_points() instead. * * Returns: TRUE on success. */ @@ -528,7 +528,7 @@ * @merge: Merge paths into a single vectors object. * @scale: Scale the SVG to image dimensions. * - * This procedure is deprecated! Use vectors_import_from_file() + * This procedure is deprecated! Use gimp_vectors_import_from_file() * instead. * * Returns: TRUE on success. diff -Nru gimp-2.6.11/libgimp/gimpuimarshal.c gimp-2.6.12/libgimp/gimpuimarshal.c --- gimp-2.6.11/libgimp/gimpuimarshal.c 2010-07-07 17:41:04.000000000 +0000 +++ gimp-2.6.12/libgimp/gimpuimarshal.c 2012-01-31 14:27:29.000000000 +0000 @@ -22,6 +22,7 @@ #define g_marshal_value_peek_boxed(v) g_value_get_boxed (v) #define g_marshal_value_peek_pointer(v) g_value_get_pointer (v) #define g_marshal_value_peek_object(v) g_value_get_object (v) +#define g_marshal_value_peek_variant(v) g_value_get_variant (v) #else /* !G_ENABLE_DEBUG */ /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API. * Do not access GValues directly in your code. Instead, use the @@ -45,6 +46,7 @@ #define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer #define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer #define g_marshal_value_peek_object(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ diff -Nru gimp-2.6.11/libgimp/Makefile.in gimp-2.6.12/libgimp/Makefile.in --- gimp-2.6.11/libgimp/Makefile.in 2010-10-03 20:15:08.000000000 +0000 +++ gimp-2.6.12/libgimp/Makefile.in 2012-01-31 14:25:21.000000000 +0000 @@ -299,6 +299,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -390,6 +391,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -427,7 +429,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/libgimpbase/gimpversion.h gimp-2.6.12/libgimpbase/gimpversion.h --- gimp-2.6.11/libgimpbase/gimpversion.h 2010-10-03 20:15:43.000000000 +0000 +++ gimp-2.6.12/libgimpbase/gimpversion.h 2012-01-31 14:26:06.000000000 +0000 @@ -11,8 +11,8 @@ #define GIMP_MAJOR_VERSION (2) #define GIMP_MINOR_VERSION (6) -#define GIMP_MICRO_VERSION (11) -#define GIMP_VERSION "2.6.11" +#define GIMP_MICRO_VERSION (12) +#define GIMP_VERSION "2.6.12" #define GIMP_API_VERSION "2.0" #define GIMP_CHECK_VERSION(major, minor, micro) \ (GIMP_MAJOR_VERSION > (major) || \ diff -Nru gimp-2.6.11/libgimpbase/Makefile.in gimp-2.6.12/libgimpbase/Makefile.in --- gimp-2.6.11/libgimpbase/Makefile.in 2010-10-03 20:15:08.000000000 +0000 +++ gimp-2.6.12/libgimpbase/Makefile.in 2012-01-31 14:25:21.000000000 +0000 @@ -267,6 +267,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -358,6 +359,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -395,7 +397,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/libgimpcolor/Makefile.in gimp-2.6.12/libgimpcolor/Makefile.in --- gimp-2.6.11/libgimpcolor/Makefile.in 2010-10-03 20:15:08.000000000 +0000 +++ gimp-2.6.12/libgimpcolor/Makefile.in 2012-01-31 14:25:21.000000000 +0000 @@ -263,6 +263,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -354,6 +355,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -391,7 +393,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/libgimpconfig/gimpconfigwriter.c gimp-2.6.12/libgimpconfig/gimpconfigwriter.c --- gimp-2.6.11/libgimpconfig/gimpconfigwriter.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/libgimpconfig/gimpconfigwriter.c 2012-01-31 13:50:15.000000000 +0000 @@ -568,6 +568,7 @@ { if (write (writer->fd, "\n", 1) < 0) g_set_error (&writer->error, GIMP_CONFIG_ERROR, GIMP_CONFIG_ERROR_WRITE, + "%s", g_strerror (errno)); } else diff -Nru gimp-2.6.11/libgimpconfig/Makefile.in gimp-2.6.12/libgimpconfig/Makefile.in --- gimp-2.6.11/libgimpconfig/Makefile.in 2010-10-03 20:15:08.000000000 +0000 +++ gimp-2.6.12/libgimpconfig/Makefile.in 2012-01-31 14:25:21.000000000 +0000 @@ -260,6 +260,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -351,6 +352,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -388,7 +390,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/libgimpmath/Makefile.in gimp-2.6.12/libgimpmath/Makefile.in --- gimp-2.6.11/libgimpmath/Makefile.in 2010-10-03 20:15:09.000000000 +0000 +++ gimp-2.6.12/libgimpmath/Makefile.in 2012-01-31 14:25:21.000000000 +0000 @@ -255,6 +255,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -346,6 +347,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -383,7 +385,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/libgimpmodule/Makefile.in gimp-2.6.12/libgimpmodule/Makefile.in --- gimp-2.6.11/libgimpmodule/Makefile.in 2010-10-03 20:15:09.000000000 +0000 +++ gimp-2.6.12/libgimpmodule/Makefile.in 2012-01-31 14:25:21.000000000 +0000 @@ -255,6 +255,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -346,6 +347,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -383,7 +385,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/libgimpthumb/gimpthumbnail.c gimp-2.6.12/libgimpthumb/gimpthumbnail.c --- gimp-2.6.11/libgimpthumb/gimpthumbnail.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/libgimpthumb/gimpthumbnail.c 2012-01-31 13:50:15.000000000 +0000 @@ -830,7 +830,7 @@ if (thumbnail->image_mimetype) { keys[i] = TAG_THUMB_MIMETYPE; - values[i] = g_strdup_printf (thumbnail->image_mimetype); + values[i] = g_strdup_printf ("%s", thumbnail->image_mimetype); i++; } diff -Nru gimp-2.6.11/libgimpthumb/Makefile.am gimp-2.6.12/libgimpthumb/Makefile.am --- gimp-2.6.11/libgimpthumb/Makefile.am 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/libgimpthumb/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -86,7 +86,10 @@ gimp_thumbnail_list_SOURCES = gimp-thumbnail-list.c -gimp_thumbnail_list_LDADD = libgimpthumb-$(GIMP_API_VERSION).la +gimp_thumbnail_list_LDADD = \ + libgimpthumb-$(GIMP_API_VERSION).la \ + $(GDK_PIXBUF_LIBS) \ + $(GLIB_LIBS) install-data-local: install-ms-lib install-libtool-import-lib diff -Nru gimp-2.6.11/libgimpthumb/Makefile.in gimp-2.6.12/libgimpthumb/Makefile.in --- gimp-2.6.11/libgimpthumb/Makefile.in 2010-10-03 20:15:09.000000000 +0000 +++ gimp-2.6.12/libgimpthumb/Makefile.in 2012-01-31 14:25:22.000000000 +0000 @@ -92,7 +92,8 @@ am_gimp_thumbnail_list_OBJECTS = gimp-thumbnail-list.$(OBJEXT) gimp_thumbnail_list_OBJECTS = $(am_gimp_thumbnail_list_OBJECTS) gimp_thumbnail_list_DEPENDENCIES = \ - libgimpthumb-$(GIMP_API_VERSION).la + libgimpthumb-$(GIMP_API_VERSION).la $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -267,6 +268,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -358,6 +360,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -395,7 +398,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -462,7 +464,11 @@ libgimpthumb_2_0_la_LIBADD = $(GDK_PIXBUF_LIBS) $(GLIB_LIBS) gimp_thumbnail_list_SOURCES = gimp-thumbnail-list.c -gimp_thumbnail_list_LDADD = libgimpthumb-$(GIMP_API_VERSION).la +gimp_thumbnail_list_LDADD = \ + libgimpthumb-$(GIMP_API_VERSION).la \ + $(GDK_PIXBUF_LIBS) \ + $(GLIB_LIBS) + # # rules to generate built sources diff -Nru gimp-2.6.11/libgimpwidgets/gimpwidgetsmarshal.c gimp-2.6.12/libgimpwidgets/gimpwidgetsmarshal.c --- gimp-2.6.11/libgimpwidgets/gimpwidgetsmarshal.c 2010-07-07 17:40:19.000000000 +0000 +++ gimp-2.6.12/libgimpwidgets/gimpwidgetsmarshal.c 2012-01-31 14:27:13.000000000 +0000 @@ -22,6 +22,7 @@ #define g_marshal_value_peek_boxed(v) g_value_get_boxed (v) #define g_marshal_value_peek_pointer(v) g_value_get_pointer (v) #define g_marshal_value_peek_object(v) g_value_get_object (v) +#define g_marshal_value_peek_variant(v) g_value_get_variant (v) #else /* !G_ENABLE_DEBUG */ /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API. * Do not access GValues directly in your code. Instead, use the @@ -45,6 +46,7 @@ #define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer #define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer #define g_marshal_value_peek_object(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ diff -Nru gimp-2.6.11/libgimpwidgets/Makefile.in gimp-2.6.12/libgimpwidgets/Makefile.in --- gimp-2.6.11/libgimpwidgets/Makefile.in 2010-10-03 20:15:09.000000000 +0000 +++ gimp-2.6.12/libgimpwidgets/Makefile.in 2012-01-31 14:25:22.000000000 +0000 @@ -280,6 +280,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -371,6 +372,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -408,7 +410,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/ltmain.sh gimp-2.6.12/ltmain.sh --- gimp-2.6.11/ltmain.sh 2009-12-09 23:55:19.000000000 +0000 +++ gimp-2.6.12/ltmain.sh 2011-10-27 18:31:29.000000000 +0000 @@ -1,9 +1,9 @@ -# Generated from ltmain.m4sh. -# ltmain.sh (GNU libtool) 2.2.6b +# libtool (GNU libtool) 2.4 # Written by Gordon Matzigkeit , 1996 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -32,50 +32,56 @@ # # Provide generalized library-building support services. # -# --config show all configuration variables -# --debug enable verbose shell tracing -# -n, --dry-run display commands without modifying any files -# --features display basic configuration information and exit -# --mode=MODE use operation mode MODE -# --preserve-dup-deps don't remove duplicate dependency libraries -# --quiet, --silent don't print informational messages -# --tag=TAG use configuration variables from tag TAG -# -v, --verbose print informational messages (default) -# --version print version information -# -h, --help print short or long help message +# --config show all configuration variables +# --debug enable verbose shell tracing +# -n, --dry-run display commands without modifying any files +# --features display basic configuration information and exit +# --mode=MODE use operation mode MODE +# --preserve-dup-deps don't remove duplicate dependency libraries +# --quiet, --silent don't print informational messages +# --no-quiet, --no-silent +# print informational messages (default) +# --tag=TAG use configuration variables from tag TAG +# -v, --verbose print more informational messages than default +# --no-verbose don't print the extra informational messages +# --version print version information +# -h, --help, --help-all print short, long, or detailed help message # # MODE must be one of the following: # -# clean remove files from the build directory -# compile compile a source file into a libtool object -# execute automatically set library path, then run a program -# finish complete the installation of libtool libraries -# install install libraries or executables -# link create a library or an executable -# uninstall remove libraries from an installed directory +# clean remove files from the build directory +# compile compile a source file into a libtool object +# execute automatically set library path, then run a program +# finish complete the installation of libtool libraries +# install install libraries or executables +# link create a library or an executable +# uninstall remove libraries from an installed directory # -# MODE-ARGS vary depending on the MODE. +# MODE-ARGS vary depending on the MODE. When passed as first option, +# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # -# host-triplet: $host -# shell: $SHELL -# compiler: $LTCC -# compiler flags: $LTCFLAGS -# linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2 -# automake: $automake_version -# autoconf: $autoconf_version +# host-triplet: $host +# shell: $SHELL +# compiler: $LTCC +# compiler flags: $LTCFLAGS +# linker: $LD (gnu? $with_gnu_ld) +# $progname: (GNU libtool) 2.4 +# automake: $automake_version +# autoconf: $autoconf_version # # Report bugs to . +# GNU libtool home page: . +# General help using GNU software: . -PROGRAM=ltmain.sh +PROGRAM=libtool PACKAGE=libtool -VERSION="2.2.6b Debian-2.2.6b-2" +VERSION=2.4 TIMESTAMP="" -package_revision=1.3017 +package_revision=1.3293 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -91,10 +97,15 @@ BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + # NLS nuisances: We save the old values to restore during execute mode. -# Only set LANG and LC_ALL to C if already set. -# These must not be set unconditionally because not all systems understand -# e.g. LANG=C (notably SCO). lt_user_locale= lt_safe_locale= for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES @@ -107,15 +118,24 @@ lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" fi" done +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL $lt_unset CDPATH +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" : ${CP="cp -f"} -: ${ECHO="echo"} +test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} : ${EGREP="/bin/grep -E"} : ${FGREP="/bin/grep -F"} : ${GREP="/bin/grep"} @@ -144,6 +164,27 @@ dirname="s,/[^/]*$,," basename="s,^.*/,," +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi +} # func_dirname may be replaced by extended shell implementation + + +# func_basename file +func_basename () +{ + func_basename_result=`$ECHO "${1}" | $SED "$basename"` +} # func_basename may be replaced by extended shell implementation + + # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: @@ -158,33 +199,183 @@ # those functions but instead duplicate the functionality here. func_dirname_and_basename () { - # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` - if test "X$func_dirname_result" = "X${1}"; then - func_dirname_result="${3}" - else - func_dirname_result="$func_dirname_result${2}" - fi - func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi + func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` +} # func_dirname_and_basename may be replaced by extended shell implementation + + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname may be replaced by extended shell implementation + + +# These SED scripts presuppose an absolute path with a trailing slash. +pathcar='s,^/\([^/]*\).*$,\1,' +pathcdr='s,^/[^/]*,,' +removedotparts=':dotsl + s@/\./@/@g + t dotsl + s,/\.$,/,' +collapseslashes='s@/\{1,\}@/@g' +finalslash='s,/*$,/,' + +# func_normal_abspath PATH +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +# value returned in "$func_normal_abspath_result" +func_normal_abspath () +{ + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` + while :; do + # Processed it all yet? + if test "$func_normal_abspath_tpath" = / ; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result" ; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } -# Generated shell functions inserted here. +# func_relative_path SRCDIR DSTDIR +# generates a relative path from SRCDIR to DSTDIR, with a trailing +# slash if non-empty, suitable for immediately appending a filename +# without needing to append a separator. +# value returned in "$func_relative_path_result" +func_relative_path () +{ + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=${func_dirname_result} + if test "x$func_relative_path_tlibdir" = x ; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done -# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh -# is ksh but when the shell is invoked as "sh" and the current value of -# the _XPG environment variable is not equal to 1 (one), the special -# positional parameter $0, within a function call, is the name of the -# function. -progpath="$0" + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test "x$func_stripname_result" != x ; then + func_relative_path_result=${func_relative_path_result}/${func_stripname_result} + fi + + # Normalisation. If bindir is libdir, return empty string, + # else relative path ending with a slash; either way, target + # file name can be directly appended. + if test ! -z "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result/" + func_relative_path_result=$func_stripname_result + fi +} # The name of this program: -# In the unlikely event $progname began with a '-', it would play havoc with -# func_echo (imagine progname=-n), so we prepend ./ in that case: func_dirname_and_basename "$progpath" progname=$func_basename_result -case $progname in - -*) progname=./$progname ;; -esac # Make sure we have an absolute path for reexecution: case $progpath in @@ -215,6 +406,15 @@ # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' + +# Sed substitution that converts a w32 file name or path +# which contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + # Re-`\' parameter expansions in output of double_quote_subst that were # `\'-ed in input to the same. If an odd number of `\' preceded a '$' # in input to double_quote_subst, that '$' was protected from expansion. @@ -243,7 +443,7 @@ # name if it has been set yet. func_echo () { - $ECHO "$progname${mode+: }$mode: $*" + $ECHO "$progname: ${opt_mode+$opt_mode: }$*" } # func_verbose arg... @@ -258,18 +458,25 @@ : } +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + # func_error arg... # Echo program name prefixed message to standard error. func_error () { - $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2 + $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 } # func_warning arg... # Echo program name prefixed warning message to standard error. func_warning () { - $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2 + $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 # bash bug again: : @@ -326,9 +533,9 @@ case $my_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop - my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` + my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` done - my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` + my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` save_mkdir_p_IFS="$IFS"; IFS=':' for my_dir in $my_dir_list; do @@ -378,7 +585,7 @@ func_fatal_error "cannot create temporary directory \`$my_tmpdir'" fi - $ECHO "X$my_tmpdir" | $Xsed + $ECHO "$my_tmpdir" } @@ -392,7 +599,7 @@ { case $1 in *[\\\`\"\$]*) - func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; + func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; *) func_quote_for_eval_unquoted_result="$1" ;; esac @@ -419,7 +626,7 @@ { case $1 in *[\\\`\"]*) - my_arg=`$ECHO "X$1" | $Xsed \ + my_arg=`$ECHO "$1" | $SED \ -e "$double_quote_subst" -e "$sed_double_backslash"` ;; *) my_arg="$1" ;; @@ -488,15 +695,39 @@ fi } - - +# func_tr_sh +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} # func_version # Echo version message to standard output and exit. func_version () { - $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { + $opt_debug + + $SED -n '/(C)/!b go + :more + /\./!{ + N + s/\n# / / + b more + } + :go + /^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *$// s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ @@ -509,22 +740,28 @@ # Echo short help message to standard output and exit. func_usage () { - $SED -n '/^# Usage:/,/# -h/ { + $opt_debug + + $SED -n '/^# Usage:/,/^# *.*--help/ { s/^# // s/^# *$// s/\$progname/'$progname'/ p }' < "$progpath" - $ECHO + echo $ECHO "run \`$progname --help | more' for full usage" exit $? } -# func_help -# Echo long help message to standard output and exit. +# func_help [NOEXIT] +# Echo long help message to standard output and exit, +# unless 'noexit' is passed as argument. func_help () { + $opt_debug + $SED -n '/^# Usage:/,/# Report bugs to/ { + :print s/^# // s/^# *$// s*\$progname*'$progname'* @@ -537,8 +774,15 @@ s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ p - }' < "$progpath" - exit $? + d + } + /^# .* home page:/b print + /^# General help using/b print + ' < "$progpath" + ret=$? + if test -z "$1"; then + exit $ret + fi } # func_missing_arg argname @@ -546,63 +790,106 @@ # exit_cmd. func_missing_arg () { - func_error "missing argument for $1" + $opt_debug + + func_error "missing argument for $1." exit_cmd=exit } -exit_cmd=: +# func_split_short_opt shortopt +# Set func_split_short_opt_name and func_split_short_opt_arg shell +# variables after splitting SHORTOPT after the 2nd character. +func_split_short_opt () +{ + my_sed_short_opt='1s/^\(..\).*$/\1/;q' + my_sed_short_rest='1s/^..\(.*\)$/\1/;q' + + func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` + func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` +} # func_split_short_opt may be replaced by extended shell implementation + + +# func_split_long_opt longopt +# Set func_split_long_opt_name and func_split_long_opt_arg shell +# variables after splitting LONGOPT at the `=' sign. +func_split_long_opt () +{ + my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q' + my_sed_long_arg='1s/^--[^=]*=//' + + func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` + func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` +} # func_split_long_opt may be replaced by extended shell implementation +exit_cmd=: -# Check that we have a working $ECHO. -if test "X$1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift -elif test "X$1" = X--fallback-echo; then - # Avoid inline document here, it may be left over - : -elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then - # Yippee, $ECHO works! - : -else - # Restart under the correct shell, and then maybe $ECHO will work. - exec $SHELL "$progpath" --no-reexec ${1+"$@"} -fi -if test "X$1" = X--fallback-echo; then - # used as fallback echo - shift - cat </dev/null || echo $max_cmd_len` +} # func_len may be replaced by extended shell implementation + + +# func_lo2o object +func_lo2o () +{ + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` +} # func_lo2o may be replaced by extended shell implementation + + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` +} # func_xform may be replaced by extended shell implementation + + # func_fatal_configuration arg... # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. @@ -636,16 +923,16 @@ # Display the features supported by this script. func_features () { - $ECHO "host: $host" + echo "host: $host" if test "$build_libtool_libs" = yes; then - $ECHO "enable shared libraries" + echo "enable shared libraries" else - $ECHO "disable shared libraries" + echo "disable shared libraries" fi if test "$build_old_libs" = yes; then - $ECHO "enable static libraries" + echo "enable static libraries" else - $ECHO "disable static libraries" + echo "disable static libraries" fi exit $? @@ -692,117 +979,204 @@ esac } -# Parse options once, thoroughly. This comes as soon as possible in -# the script to make things like `libtool --version' happen quickly. +# func_check_version_match +# Ensure that we are using m4 macros, and libtool script from the same +# release of libtool. +func_check_version_match () { + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from an older release. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + fi + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, +$progname: but the definition of this LT_INIT comes from revision $macro_revision. +$progname: You should recreate aclocal.m4 with macros from revision $package_revision +$progname: of $PACKAGE $VERSION and run autoconf again. +_LT_EOF + fi - # Shorthand for --mode=foo, only valid as the first argument - case $1 in - clean|clea|cle|cl) - shift; set dummy --mode clean ${1+"$@"}; shift - ;; - compile|compil|compi|comp|com|co|c) - shift; set dummy --mode compile ${1+"$@"}; shift - ;; - execute|execut|execu|exec|exe|ex|e) - shift; set dummy --mode execute ${1+"$@"}; shift - ;; - finish|finis|fini|fin|fi|f) - shift; set dummy --mode finish ${1+"$@"}; shift - ;; - install|instal|insta|inst|ins|in|i) - shift; set dummy --mode install ${1+"$@"}; shift - ;; - link|lin|li|l) - shift; set dummy --mode link ${1+"$@"}; shift - ;; - uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) - shift; set dummy --mode uninstall ${1+"$@"}; shift - ;; - esac + exit $EXIT_MISMATCH + fi +} - # Parse non-mode specific arguments: - while test "$#" -gt 0; do + +# Shorthand for --mode=foo, only valid as the first argument +case $1 in +clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; +compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; +execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; +finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; +install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; +link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; +uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; +esac + + + +# Option defaults: +opt_debug=: +opt_dry_run=false +opt_config=false +opt_preserve_dup_deps=false +opt_features=false +opt_finish=false +opt_help=false +opt_help_all=false +opt_silent=: +opt_verbose=: +opt_silent=false +opt_verbose=false + + +# Parse options once, thoroughly. This comes as soon as possible in the +# script to make things like `--version' happen as quickly as we can. +{ + # this just eases exit handling + while test $# -gt 0; do opt="$1" shift - case $opt in - --config) func_config ;; - - --debug) preserve_args="$preserve_args $opt" + --debug|-x) opt_debug='set -x' func_echo "enabling shell trace mode" - opt_debug='set -x' $opt_debug ;; - - -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break - execute_dlfiles="$execute_dlfiles $1" - shift + --dry-run|--dryrun|-n) + opt_dry_run=: ;; - - --dry-run | -n) opt_dry_run=: ;; - --features) func_features ;; - --finish) mode="finish" ;; - - --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break - case $1 in - # Valid mode arguments: - clean) ;; - compile) ;; - execute) ;; - finish) ;; - install) ;; - link) ;; - relink) ;; - uninstall) ;; - - # Catch anything else as an error - *) func_error "invalid argument for $opt" - exit_cmd=exit - break - ;; - esac - - mode="$1" + --config) + opt_config=: +func_config + ;; + --dlopen|-dlopen) + optarg="$1" + opt_dlopen="${opt_dlopen+$opt_dlopen +}$optarg" shift ;; - --preserve-dup-deps) - opt_duplicate_deps=: ;; - - --quiet|--silent) preserve_args="$preserve_args $opt" - opt_silent=: + opt_preserve_dup_deps=: ;; - - --verbose| -v) preserve_args="$preserve_args $opt" + --features) + opt_features=: +func_features + ;; + --finish) + opt_finish=: +set dummy --mode finish ${1+"$@"}; shift + ;; + --help) + opt_help=: + ;; + --help-all) + opt_help_all=: +opt_help=': help-all' + ;; + --mode) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_mode="$optarg" +case $optarg in + # Valid mode arguments: + clean|compile|execute|finish|install|link|relink|uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $opt" + exit_cmd=exit + break + ;; +esac + shift + ;; + --no-silent|--no-quiet) opt_silent=false +func_append preserve_args " $opt" ;; - - --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break - preserve_args="$preserve_args $opt $1" - func_enable_tag "$1" # tagname is set here + --no-verbose) + opt_verbose=false +func_append preserve_args " $opt" + ;; + --silent|--quiet) + opt_silent=: +func_append preserve_args " $opt" + opt_verbose=false + ;; + --verbose|-v) + opt_verbose=: +func_append preserve_args " $opt" +opt_silent=false + ;; + --tag) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_tag="$optarg" +func_append preserve_args " $opt $optarg" +func_enable_tag "$optarg" shift ;; + -\?|-h) func_usage ;; + --help) func_help ;; + --version) func_version ;; + # Separate optargs to long options: - -dlopen=*|--mode=*|--tag=*) - func_opt_split "$opt" - set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"} + --*=*) + func_split_long_opt "$opt" + set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} shift ;; - -\?|-h) func_usage ;; - --help) opt_help=: ;; - --version) func_version ;; - - -*) func_fatal_help "unrecognized option \`$opt'" ;; - - *) nonopt="$opt" - break + # Separate non-argument short options: + -\?*|-h*|-n*|-v*) + func_split_short_opt "$opt" + set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} + shift ;; + + --) break ;; + -*) func_fatal_help "unrecognized option \`$opt'" ;; + *) set dummy "$opt" ${1+"$@"}; shift; break ;; esac done + # Validate options: + + # save first non-option argument + if test "$#" -gt 0; then + nonopt="$opt" + shift + fi + + # preserve --debug + test "$opt_debug" = : || func_append preserve_args " --debug" case $host in *cygwin* | *mingw* | *pw32* | *cegcc*) @@ -810,82 +1184,44 @@ opt_duplicate_compiler_generated_deps=: ;; *) - opt_duplicate_compiler_generated_deps=$opt_duplicate_deps + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps ;; esac - # Having warned about all mis-specified options, bail out if - # anything was wrong. - $exit_cmd $EXIT_FAILURE -} + $opt_help || { + # Sanity checks first: + func_check_version_match -# func_check_version_match -# Ensure that we are using m4 macros, and libtool script from the same -# release of libtool. -func_check_version_match () -{ - if test "$package_revision" != "$macro_revision"; then - if test "$VERSION" != "$macro_version"; then - if test -z "$macro_version"; then - cat >&2 <<_LT_EOF -$progname: Version mismatch error. This is $PACKAGE $VERSION, but the -$progname: definition of this LT_INIT comes from an older release. -$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION -$progname: and run autoconf again. -_LT_EOF - else - cat >&2 <<_LT_EOF -$progname: Version mismatch error. This is $PACKAGE $VERSION, but the -$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. -$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION -$progname: and run autoconf again. -_LT_EOF - fi - else - cat >&2 <<_LT_EOF -$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, -$progname: but the definition of this LT_INIT comes from revision $macro_revision. -$progname: You should recreate aclocal.m4 with macros from revision $package_revision -$progname: of $PACKAGE $VERSION and run autoconf again. -_LT_EOF + if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then + func_fatal_configuration "not configured to build any kind of library" fi - exit $EXIT_MISMATCH - fi -} - - -## ----------- ## -## Main. ## -## ----------- ## + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" -$opt_help || { - # Sanity checks first: - func_check_version_match + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test "$opt_mode" != execute; then + func_error "unrecognized option \`-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi - if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then - func_fatal_configuration "not configured to build any kind of library" - fi + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$progname --help --mode=$opt_mode' for more information." + } - test -z "$mode" && func_fatal_error "error: you must specify a MODE." + # Bail if the options were screwed + $exit_cmd $EXIT_FAILURE +} - # Darwin sucks - eval std_shrext=\"$shrext_cmds\" - # Only execute mode is allowed to have -dlopen flags. - if test -n "$execute_dlfiles" && test "$mode" != execute; then - func_error "unrecognized option \`-dlopen'" - $ECHO "$help" 1>&2 - exit $EXIT_FAILURE - fi - - # Change the help message to a mode-specific one. - generic_help="$help" - help="Try \`$progname --help --mode=$mode' for more information." -} +## ----------- ## +## Main. ## +## ----------- ## # func_lalib_p file # True iff FILE is a libtool `.la' library or `.lo' object file. @@ -950,12 +1286,9 @@ # temporary ltwrapper_script. func_ltwrapper_scriptname () { - func_ltwrapper_scriptname_result="" - if func_ltwrapper_executable_p "$1"; then - func_dirname_and_basename "$1" "" "." - func_stripname '' '.exe' "$func_basename_result" - func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" - fi + func_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" } # func_ltwrapper_p file @@ -1001,6 +1334,37 @@ } +# func_resolve_sysroot PATH +# Replace a leading = in PATH with a sysroot. Store the result into +# func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_result in + =*) + func_stripname '=' '' "$func_resolve_sysroot_result" + func_resolve_sysroot_result=$lt_sysroot$func_stripname_result + ;; + esac +} + +# func_replace_sysroot PATH +# If PATH begins with the sysroot, replace it with = and +# store the result into func_replace_sysroot_result. +func_replace_sysroot () +{ + case "$lt_sysroot:$1" in + ?*:"$lt_sysroot"*) + func_stripname "$lt_sysroot" '' "$1" + func_replace_sysroot_result="=$func_stripname_result" + ;; + *) + # Including no sysroot. + func_replace_sysroot_result=$1 + ;; + esac +} + # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. @@ -1013,13 +1377,15 @@ if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do - func_quote_for_eval "$arg" - CC_quoted="$CC_quoted $func_quote_for_eval_result" + func_append_quoted CC_quoted "$arg" done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. - " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) @@ -1030,11 +1396,13 @@ CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. - func_quote_for_eval "$arg" - CC_quoted="$CC_quoted $func_quote_for_eval_result" + func_append_quoted CC_quoted "$arg" done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in - " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. @@ -1097,6 +1465,486 @@ } } + +################################################## +# FILE NAME AND PATH CONVERSION HELPER FUNCTIONS # +################################################## + +# func_convert_core_file_wine_to_w32 ARG +# Helper function used by file name conversion functions when $build is *nix, +# and $host is mingw, cygwin, or some other w32 environment. Relies on a +# correctly configured wine environment available, with the winepath program +# in $build's $PATH. +# +# ARG is the $build file name to be converted to w32 format. +# Result is available in $func_convert_core_file_wine_to_w32_result, and will +# be empty on error (or when ARG is empty) +func_convert_core_file_wine_to_w32 () +{ + $opt_debug + func_convert_core_file_wine_to_w32_result="$1" + if test -n "$1"; then + # Unfortunately, winepath does not exit with a non-zero error code, so we + # are forced to check the contents of stdout. On the other hand, if the + # command is not found, the shell will set an exit code of 127 and print + # *an error message* to stdout. So we must check for both error code of + # zero AND non-empty stdout, which explains the odd construction: + func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` + if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then + func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | + $SED -e "$lt_sed_naive_backslashify"` + else + func_convert_core_file_wine_to_w32_result= + fi + fi +} +# end: func_convert_core_file_wine_to_w32 + + +# func_convert_core_path_wine_to_w32 ARG +# Helper function used by path conversion functions when $build is *nix, and +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly +# configured wine environment available, with the winepath program in $build's +# $PATH. Assumes ARG has no leading or trailing path separator characters. +# +# ARG is path to be converted from $build format to win32. +# Result is available in $func_convert_core_path_wine_to_w32_result. +# Unconvertible file (directory) names in ARG are skipped; if no directory names +# are convertible, then the result may be empty. +func_convert_core_path_wine_to_w32 () +{ + $opt_debug + # unfortunately, winepath doesn't convert paths, only file names + func_convert_core_path_wine_to_w32_result="" + if test -n "$1"; then + oldIFS=$IFS + IFS=: + for func_convert_core_path_wine_to_w32_f in $1; do + IFS=$oldIFS + func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" + if test -n "$func_convert_core_file_wine_to_w32_result" ; then + if test -z "$func_convert_core_path_wine_to_w32_result"; then + func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" + else + func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" + fi + fi + done + IFS=$oldIFS + fi +} +# end: func_convert_core_path_wine_to_w32 + + +# func_cygpath ARGS... +# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when +# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) +# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or +# (2), returns the Cygwin file name or path in func_cygpath_result (input +# file name or path is assumed to be in w32 format, as previously converted +# from $build's *nix or MSYS format). In case (3), returns the w32 file name +# or path in func_cygpath_result (input file name or path is assumed to be in +# Cygwin format). Returns an empty string on error. +# +# ARGS are passed to cygpath, with the last one being the file name or path to +# be converted. +# +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH +# environment variable; do not put it in $PATH. +func_cygpath () +{ + $opt_debug + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then + func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` + if test "$?" -ne 0; then + # on failure, ensure result is empty + func_cygpath_result= + fi + else + func_cygpath_result= + func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" + fi +} +#end: func_cygpath + + +# func_convert_core_msys_to_w32 ARG +# Convert file name or path ARG from MSYS format to w32 format. Return +# result in func_convert_core_msys_to_w32_result. +func_convert_core_msys_to_w32 () +{ + $opt_debug + # awkward: cmd appends spaces to result + func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` +} +#end: func_convert_core_msys_to_w32 + + +# func_convert_file_check ARG1 ARG2 +# Verify that ARG1 (a file name in $build format) was converted to $host +# format in ARG2. Otherwise, emit an error message, but continue (resetting +# func_to_host_file_result to ARG1). +func_convert_file_check () +{ + $opt_debug + if test -z "$2" && test -n "$1" ; then + func_error "Could not determine host file name corresponding to" + func_error " \`$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_file_result="$1" + fi +} +# end func_convert_file_check + + +# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH +# Verify that FROM_PATH (a path in $build format) was converted to $host +# format in TO_PATH. Otherwise, emit an error message, but continue, resetting +# func_to_host_file_result to a simplistic fallback value (see below). +func_convert_path_check () +{ + $opt_debug + if test -z "$4" && test -n "$3"; then + func_error "Could not determine the host path corresponding to" + func_error " \`$3'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This is a deliberately simplistic "conversion" and + # should not be "improved". See libtool.info. + if test "x$1" != "x$2"; then + lt_replace_pathsep_chars="s|$1|$2|g" + func_to_host_path_result=`echo "$3" | + $SED -e "$lt_replace_pathsep_chars"` + else + func_to_host_path_result="$3" + fi + fi +} +# end func_convert_path_check + + +# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG +# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT +# and appending REPL if ORIG matches BACKPAT. +func_convert_path_front_back_pathsep () +{ + $opt_debug + case $4 in + $1 ) func_to_host_path_result="$3$func_to_host_path_result" + ;; + esac + case $4 in + $2 ) func_append func_to_host_path_result "$3" + ;; + esac +} +# end func_convert_path_front_back_pathsep + + +################################################## +# $build to $host FILE NAME CONVERSION FUNCTIONS # +################################################## +# invoked via `$to_host_file_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# Result will be available in $func_to_host_file_result. + + +# func_to_host_file ARG +# Converts the file name ARG from $build format to $host format. Return result +# in func_to_host_file_result. +func_to_host_file () +{ + $opt_debug + $to_host_file_cmd "$1" +} +# end func_to_host_file + + +# func_to_tool_file ARG LAZY +# converts the file name ARG from $build format to toolchain format. Return +# result in func_to_tool_file_result. If the conversion in use is listed +# in (the comma separated) LAZY, no conversion takes place. +func_to_tool_file () +{ + $opt_debug + case ,$2, in + *,"$to_tool_file_cmd",*) + func_to_tool_file_result=$1 + ;; + *) + $to_tool_file_cmd "$1" + func_to_tool_file_result=$func_to_host_file_result + ;; + esac +} +# end func_to_tool_file + + +# func_convert_file_noop ARG +# Copy ARG to func_to_host_file_result. +func_convert_file_noop () +{ + func_to_host_file_result="$1" +} +# end func_convert_file_noop + + +# func_convert_file_msys_to_w32 ARG +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_file_result. +func_convert_file_msys_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_to_host_file_result="$func_convert_core_msys_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_w32 + + +# func_convert_file_cygwin_to_w32 ARG +# Convert file name ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_file_cygwin_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # because $build is cygwin, we call "the" cygpath in $PATH; no need to use + # LT_CYGPATH in this case. + func_to_host_file_result=`cygpath -m "$1"` + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_cygwin_to_w32 + + +# func_convert_file_nix_to_w32 ARG +# Convert file name ARG from *nix to w32 format. Requires a wine environment +# and a working winepath. Returns result in func_to_host_file_result. +func_convert_file_nix_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_file_wine_to_w32 "$1" + func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_w32 + + +# func_convert_file_msys_to_cygwin ARG +# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_file_msys_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_cygpath -u "$func_convert_core_msys_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_cygwin + + +# func_convert_file_nix_to_cygwin ARG +# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed +# in a wine environment, working winepath, and LT_CYGPATH set. Returns result +# in func_to_host_file_result. +func_convert_file_nix_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. + func_convert_core_file_wine_to_w32 "$1" + func_cygpath -u "$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_cygwin + + +############################################# +# $build to $host PATH CONVERSION FUNCTIONS # +############################################# +# invoked via `$to_host_path_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# The result will be available in $func_to_host_path_result. +# +# Path separators are also converted from $build format to $host format. If +# ARG begins or ends with a path separator character, it is preserved (but +# converted to $host format) on output. +# +# All path conversion functions are named using the following convention: +# file name conversion function : func_convert_file_X_to_Y () +# path conversion function : func_convert_path_X_to_Y () +# where, for any given $build/$host combination the 'X_to_Y' value is the +# same. If conversion functions are added for new $build/$host combinations, +# the two new functions must follow this pattern, or func_init_to_host_path_cmd +# will break. + + +# func_init_to_host_path_cmd +# Ensures that function "pointer" variable $to_host_path_cmd is set to the +# appropriate value, based on the value of $to_host_file_cmd. +to_host_path_cmd= +func_init_to_host_path_cmd () +{ + $opt_debug + if test -z "$to_host_path_cmd"; then + func_stripname 'func_convert_file_' '' "$to_host_file_cmd" + to_host_path_cmd="func_convert_path_${func_stripname_result}" + fi +} + + +# func_to_host_path ARG +# Converts the path ARG from $build format to $host format. Return result +# in func_to_host_path_result. +func_to_host_path () +{ + $opt_debug + func_init_to_host_path_cmd + $to_host_path_cmd "$1" +} +# end func_to_host_path + + +# func_convert_path_noop ARG +# Copy ARG to func_to_host_path_result. +func_convert_path_noop () +{ + func_to_host_path_result="$1" +} +# end func_convert_path_noop + + +# func_convert_path_msys_to_w32 ARG +# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_path_result. +func_convert_path_msys_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from ARG. MSYS + # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; + # and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_msys_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_msys_to_w32 + + +# func_convert_path_cygwin_to_w32 ARG +# Convert path ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_path_cygwin_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_cygwin_to_w32 + + +# func_convert_path_nix_to_w32 ARG +# Convert path ARG from *nix to w32 format. Requires a wine environment and +# a working winepath. Returns result in func_to_host_file_result. +func_convert_path_nix_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_nix_to_w32 + + +# func_convert_path_msys_to_cygwin ARG +# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_path_msys_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_msys_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_msys_to_cygwin + + +# func_convert_path_nix_to_cygwin ARG +# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a +# a wine environment, working winepath, and LT_CYGPATH set. Returns result in +# func_to_host_file_result. +func_convert_path_nix_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from + # ARG. msys behavior is inconsistent here, cygpath turns them + # into '.;' and ';.', and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_nix_to_cygwin + + # func_mode_compile arg... func_mode_compile () { @@ -1137,12 +1985,12 @@ ;; -pie | -fpie | -fPIE) - pie_flag="$pie_flag $arg" + func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) - later="$later $arg" + func_append later " $arg" continue ;; @@ -1163,15 +2011,14 @@ save_ifs="$IFS"; IFS=',' for arg in $args; do IFS="$save_ifs" - func_quote_for_eval "$arg" - lastarg="$lastarg $func_quote_for_eval_result" + func_append_quoted lastarg "$arg" done IFS="$save_ifs" func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. - base_compile="$base_compile $lastarg" + func_append base_compile " $lastarg" continue ;; @@ -1187,8 +2034,7 @@ esac # case $arg_mode # Aesthetically quote the previous argument. - func_quote_for_eval "$lastarg" - base_compile="$base_compile $func_quote_for_eval_result" + func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in @@ -1213,7 +2059,7 @@ *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ - *.[fF][09]? | *.for | *.java | *.obj | *.sx) + *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; @@ -1288,7 +2134,7 @@ # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then - output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" else output_obj= @@ -1319,17 +2165,16 @@ $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi - removelist="$removelist $output_obj" + func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist - removelist="$removelist $lockfile" + func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 - if test -n "$fix_srcfile_path"; then - eval srcfile=\"$fix_srcfile_path\" - fi + func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 + srcfile=$func_to_tool_file_result func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result @@ -1349,7 +2194,7 @@ if test -z "$output_obj"; then # Place PIC objects in $objdir - command="$command -o $lobj" + func_append command " -o $lobj" fi func_show_eval_locale "$command" \ @@ -1396,11 +2241,11 @@ command="$base_compile $qsrcfile $pic_flag" fi if test "$compiler_c_o" = yes; then - command="$command -o $obj" + func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. - command="$command$suppress_output" + func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' @@ -1445,13 +2290,13 @@ } $opt_help || { -test "$mode" = compile && func_mode_compile ${1+"$@"} + test "$opt_mode" = compile && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. - case $mode in + case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. @@ -1482,10 +2327,11 @@ -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes - -prefer-pic try to building PIC objects only - -prefer-non-pic try to building non-PIC objects only + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build non-PIC objects only -shared do not build a \`.o' file suitable for static linking -static only build a \`.o' file suitable for static linking + -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. @@ -1538,7 +2384,7 @@ The following components of INSTALL-COMMAND are treated specially: - -inst-prefix PREFIX-DIR Use PREFIX-DIR as a staging area for installation + -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." @@ -1558,6 +2404,8 @@ -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) @@ -1586,6 +2434,11 @@ -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with \`-') are ignored. @@ -1619,18 +2472,44 @@ ;; *) - func_fatal_help "invalid operation mode \`$mode'" + func_fatal_help "invalid operation mode \`$opt_mode'" ;; esac - $ECHO + echo $ECHO "Try \`$progname --help' for more information about other modes." - - exit $? } - # Now that we've collected a possible --mode arg, show help if necessary - $opt_help && func_mode_help +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test "$opt_help" = :; then + func_mode_help + else + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | sed -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + sed '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi # func_mode_execute arg... @@ -1643,13 +2522,16 @@ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. - for file in $execute_dlfiles; do + for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "\`$file' is not a file" dir= case $file in *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$lib' is not a valid libtool archive" @@ -1671,7 +2553,7 @@ dir="$func_dirname_result" if test -f "$dir/$objdir/$dlname"; then - dir="$dir/$objdir" + func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" @@ -1712,7 +2594,7 @@ for file do case $file in - -*) ;; + -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then @@ -1728,8 +2610,7 @@ ;; esac # Quote arguments (to preserve shell metacharacters). - func_quote_for_eval "$file" - args="$args $func_quote_for_eval_result" + func_append_quoted args "$file" done if test "X$opt_dry_run" = Xfalse; then @@ -1754,29 +2635,66 @@ # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" - $ECHO "export $shlibpath_var" + echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS fi } -test "$mode" = execute && func_mode_execute ${1+"$@"} +test "$opt_mode" = execute && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $opt_debug - libdirs="$nonopt" + libs= + libdirs= admincmds= - if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then - for dir - do - libdirs="$libdirs $dir" - done + for opt in "$nonopt" ${1+"$@"} + do + if test -d "$opt"; then + func_append libdirs " $opt" + + elif test -f "$opt"; then + if func_lalib_unsafe_p "$opt"; then + func_append libs " $opt" + else + func_warning "\`$opt' is not a valid libtool archive" + fi + else + func_fatal_error "invalid argument \`$opt'" + fi + done + + if test -n "$libs"; then + if test -n "$lt_sysroot"; then + sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` + sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" + else + sysroot_cmd= + fi + + # Remove sysroot references + if $opt_dry_run; then + for lib in $libs; do + echo "removing references to $lt_sysroot and \`=' prefixes from $lib" + done + else + tmpdir=`func_mktempdir` + for lib in $libs; do + sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + > $tmpdir/tmp-la + mv -f $tmpdir/tmp-la $lib + done + ${RM}r "$tmpdir" + fi + fi + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. @@ -1786,7 +2704,7 @@ if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" - $opt_dry_run || eval "$cmds" || admincmds="$admincmds + $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done @@ -1795,53 +2713,55 @@ # Exit here if they wanted silent mode. $opt_silent && exit $EXIT_SUCCESS - $ECHO "X----------------------------------------------------------------------" | $Xsed - $ECHO "Libraries have been installed in:" - for libdir in $libdirs; do - $ECHO " $libdir" - done - $ECHO - $ECHO "If you ever happen to want to link against installed libraries" - $ECHO "in a given directory, LIBDIR, you must either use libtool, and" - $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'" - $ECHO "flag during linking and do at least one of the following:" - if test -n "$shlibpath_var"; then - $ECHO " - add LIBDIR to the \`$shlibpath_var' environment variable" - $ECHO " during execution" - fi - if test -n "$runpath_var"; then - $ECHO " - add LIBDIR to the \`$runpath_var' environment variable" - $ECHO " during linking" - fi - if test -n "$hardcode_libdir_flag_spec"; then - libdir=LIBDIR - eval flag=\"$hardcode_libdir_flag_spec\" + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + echo "----------------------------------------------------------------------" + echo "Libraries have been installed in:" + for libdir in $libdirs; do + $ECHO " $libdir" + done + echo + echo "If you ever happen to want to link against installed libraries" + echo "in a given directory, LIBDIR, you must either use libtool, and" + echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + echo " during execution" + fi + if test -n "$runpath_var"; then + echo " - add LIBDIR to the \`$runpath_var' environment variable" + echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $ECHO " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $ECHO " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + echo - $ECHO " - use the \`$flag' linker flag" - fi - if test -n "$admincmds"; then - $ECHO " - have your system administrator run these commands:$admincmds" - fi - if test -f /etc/ld.so.conf; then - $ECHO " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + echo "See any operating system documentation about shared libraries for" + case $host in + solaris2.[6789]|solaris2.1[0-9]) + echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" + echo "pages." + ;; + *) + echo "more information, such as the ld(1) and ld.so(8) manual pages." + ;; + esac + echo "----------------------------------------------------------------------" fi - $ECHO - - $ECHO "See any operating system documentation about shared libraries for" - case $host in - solaris2.[6789]|solaris2.1[0-9]) - $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual" - $ECHO "pages." - ;; - *) - $ECHO "more information, such as the ld(1) and ld.so(8) manual pages." - ;; - esac - $ECHO "X----------------------------------------------------------------------" | $Xsed exit $EXIT_SUCCESS } -test "$mode" = finish && func_mode_finish ${1+"$@"} +test "$opt_mode" = finish && func_mode_finish ${1+"$@"} # func_mode_install arg... @@ -1852,7 +2772,7 @@ # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. - $ECHO "X$nonopt" | $GREP shtool >/dev/null; then + case $nonopt in *shtool*) :;; *) false;; esac; then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " @@ -1866,7 +2786,12 @@ # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" - install_prog="$install_prog$func_quote_for_eval_result" + func_append install_prog "$func_quote_for_eval_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac # We need to accept at least all the BSD install flags. dest= @@ -1876,10 +2801,12 @@ install_type= isdir=no stripme= + no_mode=: for arg do + arg2= if test -n "$dest"; then - files="$files $dest" + func_append files " $dest" dest=$arg continue fi @@ -1887,10 +2814,9 @@ case $arg in -d) isdir=yes ;; -f) - case " $install_prog " in - *[\\\ /]cp\ *) ;; - *) prev=$arg ;; - esac + if $install_cp; then :; else + prev=$arg + fi ;; -g | -m | -o) prev=$arg @@ -1904,6 +2830,10 @@ *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then + if test "x$prev" = x-m && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi prev= else dest=$arg @@ -1914,7 +2844,11 @@ # Aesthetically quote the argument. func_quote_for_eval "$arg" - install_prog="$install_prog $func_quote_for_eval_result" + func_append install_prog " $func_quote_for_eval_result" + if test -n "$arg2"; then + func_quote_for_eval "$arg2" + fi + func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ @@ -1923,6 +2857,13 @@ test -n "$prev" && \ func_fatal_help "the \`$prev' option requires an argument" + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_for_eval "$install_override_mode" + func_append install_shared_prog " -m $func_quote_for_eval_result" + fi + fi + if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" @@ -1977,10 +2918,13 @@ case $file in *.$libext) # Do the static libraries later. - staticlibs="$staticlibs $file" + func_append staticlibs " $file" ;; *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$file' is not a valid libtool archive" @@ -1994,23 +2938,23 @@ if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; - *) current_libdirs="$current_libdirs $libdir" ;; + *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; - *) future_libdirs="$future_libdirs $libdir" ;; + *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir="$func_dirname_result" - dir="$dir$objdir" + func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. - inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that @@ -2023,9 +2967,9 @@ if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. - relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else - relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking \`$file'" @@ -2043,7 +2987,7 @@ test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. - func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \ + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme="$stripme" case $host_os in @@ -2083,7 +3027,7 @@ func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) @@ -2183,7 +3127,7 @@ if test -f "$lib"; then func_source "$lib" fi - libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test + libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then func_warning "\`$lib' has not been installed in \`$libdir'" finalize=no @@ -2202,7 +3146,7 @@ file="$func_basename_result" outputname="$tmpdir/$file" # Replace the output file specification. - relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_silent || { func_quote_for_expand "$relink_command" @@ -2221,7 +3165,7 @@ } else # Install the binary that we compiled earlier. - file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi @@ -2280,7 +3224,7 @@ fi } -test "$mode" = install && func_mode_install ${1+"$@"} +test "$opt_mode" = install && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p @@ -2323,6 +3267,22 @@ extern \"C\" { #endif +#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + /* External symbol declarations for the compiler. */\ " @@ -2332,10 +3292,11 @@ $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. - progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do - func_verbose "extracting global C symbols from \`$progfile'" - $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'" + func_to_tool_file "$progfile" func_convert_file_msys_to_w32 + func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" + $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then @@ -2371,7 +3332,7 @@ eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in - *cygwin | *mingw* | *cegcc* ) + *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; @@ -2384,10 +3345,52 @@ func_verbose "extracting global C symbols from \`$dlprefile'" func_basename "$dlprefile" name="$func_basename_result" - $opt_dry_run || { - eval '$ECHO ": $name " >> "$nlist"' - eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'" - } + case $host in + *cygwin* | *mingw* | *cegcc* ) + # if an import library, we need to obtain dlname + if func_win32_import_lib_p "$dlprefile"; then + func_tr_sh "$dlprefile" + eval "curr_lafile=\$libfile_$func_tr_sh_result" + dlprefile_dlbasename="" + if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then + # Use subshell, to avoid clobbering current variable values + dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` + if test -n "$dlprefile_dlname" ; then + func_basename "$dlprefile_dlname" + dlprefile_dlbasename="$func_basename_result" + else + # no lafile. user explicitly requested -dlpreopen . + $sharedlib_from_linklib_cmd "$dlprefile" + dlprefile_dlbasename=$sharedlib_from_linklib_result + fi + fi + $opt_dry_run || { + if test -n "$dlprefile_dlbasename" ; then + eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' + else + func_warning "Could not compute DLL name from $name" + eval '$ECHO ": $name " >> "$nlist"' + fi + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | + $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" + } + else # not an import lib + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + fi + ;; + *) + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + ;; + esac done $opt_dry_run || { @@ -2415,36 +3418,19 @@ if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else - $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms" + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi - $ECHO >> "$output_objdir/$my_dlsyms" "\ + echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; -" - case $host in - *cygwin* | *mingw* | *cegcc* ) - $ECHO >> "$output_objdir/$my_dlsyms" "\ -/* DATA imports from DLLs on WIN32 con't be const, because - runtime relocations are performed -- see ld's documentation - on pseudo-relocs. */" - lt_dlsym_const= ;; - *osf5*) - echo >> "$output_objdir/$my_dlsyms" "\ -/* This system does not cope well with relocations in const data */" - lt_dlsym_const= ;; - *) - lt_dlsym_const=const ;; - esac - - $ECHO >> "$output_objdir/$my_dlsyms" "\ -extern $lt_dlsym_const lt_dlsymlist +extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[]; -$lt_dlsym_const lt_dlsymlist +LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = {\ { \"$my_originator\", (void *) 0 }," @@ -2457,7 +3443,7 @@ eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac - $ECHO >> "$output_objdir/$my_dlsyms" "\ + echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; @@ -2500,7 +3486,7 @@ for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; - *) symtab_cflags="$symtab_cflags $arg" ;; + *) func_append symtab_cflags " $arg" ;; esac done @@ -2515,16 +3501,16 @@ case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then - compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` - finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else - compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) - compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; @@ -2538,8 +3524,8 @@ # really was required. # Nullify the symbol file. - compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` - finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } @@ -2549,6 +3535,7 @@ # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. func_win32_libid () { $opt_debug @@ -2559,9 +3546,11 @@ win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | - $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then - win32_nmres=`eval $NM -f posix -A $1 | + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ @@ -2590,6 +3579,131 @@ $ECHO "$win32_libid_type" } +# func_cygming_dll_for_implib ARG +# +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib () +{ + $opt_debug + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` +} + +# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs +# +# The is the core of a fallback implementation of a +# platform-specific function to extract the name of the +# DLL associated with the specified import library LIBNAME. +# +# SECTION_NAME is either .idata$6 or .idata$7, depending +# on the platform and compiler that created the implib. +# +# Echos the name of the DLL associated with the +# specified import library. +func_cygming_dll_for_implib_fallback_core () +{ + $opt_debug + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` + $OBJDUMP -s --section "$1" "$2" 2>/dev/null | + $SED '/^Contents of section '"$match_literal"':/{ + # Place marker at beginning of archive member dllname section + s/.*/====MARK====/ + p + d + } + # These lines can sometimes be longer than 43 characters, but + # are always uninteresting + /:[ ]*file format pe[i]\{,1\}-/d + /^In archive [^:]*:/d + # Ensure marker is printed + /^====MARK====/p + # Remove all lines with less than 43 characters + /^.\{43\}/!d + # From remaining lines, remove first 43 characters + s/^.\{43\}//' | + $SED -n ' + # Join marker and all lines until next marker into a single line + /^====MARK====/ b para + H + $ b para + b + :para + x + s/\n//g + # Remove the marker + s/^====MARK====// + # Remove trailing dots and whitespace + s/[\. \t]*$// + # Print + /./p' | + # we now have a list, one entry per line, of the stringified + # contents of the appropriate section of all members of the + # archive which possess that section. Heuristic: eliminate + # all those which have a first or second character that is + # a '.' (that is, objdump's representation of an unprintable + # character.) This should work for all archives with less than + # 0x302f exports -- but will fail for DLLs whose name actually + # begins with a literal '.' or a single character followed by + # a '.'. + # + # Of those that remain, print the first one. + $SED -e '/^\./d;/^.\./d;q' +} + +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + +# func_cygming_dll_for_implib_fallback ARG +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# +# This fallback implementation is for use when $DLLTOOL +# does not support the --identify-strict option. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib_fallback () +{ + $opt_debug + if func_cygming_gnu_implib_p "$1" ; then + # binutils import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` + elif func_cygming_ms_implib_p "$1" ; then + # ms-generated import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` + else + # unknown + sharedlib_from_linklib_result="" + fi +} # func_extract_an_archive dir oldlib @@ -2598,7 +3712,18 @@ $opt_debug f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" - func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?' + if test "$lock_old_archive_extraction" = yes; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test "$lock_old_archive_extraction" = yes; then + $opt_dry_run || rm -f "$lockfile" + fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else @@ -2669,7 +3794,7 @@ darwin_file= darwin_files= for darwin_file in $darwin_filelist; do - darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ @@ -2684,25 +3809,30 @@ func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac - my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result="$my_oldobjs" } - -# func_emit_wrapper_part1 [arg=no] +# func_emit_wrapper [arg=no] # -# Emit the first part of a libtool wrapper script on stdout. -# For more information, see the description associated with -# func_emit_wrapper(), below. -func_emit_wrapper_part1 () -{ - func_emit_wrapper_part1_arg1=no - if test -n "$1" ; then - func_emit_wrapper_part1_arg1=$1 - fi +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory in which it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL @@ -2718,7 +3848,6 @@ # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. -Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' # Be Bourne compatible @@ -2749,31 +3878,132 @@ else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then - ECHO=\"$qecho\" - file=\"\$0\" - # Make sure echo works. - if test \"X\$1\" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift - elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then - # Yippee, \$ECHO works! - : - else - # Restart under the correct shell, and then maybe \$ECHO will work. - exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} - fi - fi\ + file=\"\$0\"" + + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=\"$qECHO\" + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ which is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options which match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ " - $ECHO "\ + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. - thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. - file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do - destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then @@ -2783,30 +4013,13 @@ esac fi - file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` - file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` + file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done -" -} -# end: func_emit_wrapper_part1 - -# func_emit_wrapper_part2 [arg=no] -# -# Emit the second part of a libtool wrapper script on stdout. -# For more information, see the description associated with -# func_emit_wrapper(), below. -func_emit_wrapper_part2 () -{ - func_emit_wrapper_part2_arg1=no - if test -n "$1" ; then - func_emit_wrapper_part2_arg1=$1 - fi - - $ECHO "\ # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. - WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1 + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then @@ -2814,7 +4027,7 @@ fi # remove .libs from thisdir case \"\$thisdir\" in - *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi @@ -2869,6 +4082,18 @@ if test -f \"\$progdir/\$program\"; then" + # fixup the dll searchpath if we need to. + # + # Fix the DLL searchpath if we need to. Do this before prepending + # to shlibpath, because on Windows, both are PATH and uninstalled + # libraries must come first. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ @@ -2877,253 +4102,28 @@ # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed - $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi - # fixup the dll searchpath if we need to. - if test -n "$dllsearchpath"; then - $ECHO "\ - # Add the dll search path components to the executable PATH - PATH=$dllsearchpath:\$PATH -" - fi - $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. -" - case $host in - # Backslashes separate directories on plain windows - *-*-mingw | *-*-os2* | *-cegcc*) - $ECHO "\ - exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} -" - ;; - - *) - $ECHO "\ - exec \"\$progdir/\$program\" \${1+\"\$@\"} -" - ;; - esac - $ECHO "\ - \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 - exit 1 + func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 - $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } -# end: func_emit_wrapper_part2 - - -# func_emit_wrapper [arg=no] -# -# Emit a libtool wrapper script on stdout. -# Don't directly open a file because we may want to -# incorporate the script contents within a cygwin/mingw -# wrapper executable. Must ONLY be called from within -# func_mode_link because it depends on a number of variables -# set therein. -# -# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR -# variable will take. If 'yes', then the emitted script -# will assume that the directory in which it is stored is -# the $objdir directory. This is a cygwin/mingw-specific -# behavior. -func_emit_wrapper () -{ - func_emit_wrapper_arg1=no - if test -n "$1" ; then - func_emit_wrapper_arg1=$1 - fi - - # split this up so that func_emit_cwrapperexe_src - # can call each part independently. - func_emit_wrapper_part1 "${func_emit_wrapper_arg1}" - func_emit_wrapper_part2 "${func_emit_wrapper_arg1}" -} - - -# func_to_host_path arg -# -# Convert paths to host format when used with build tools. -# Intended for use with "native" mingw (where libtool itself -# is running under the msys shell), or in the following cross- -# build environments: -# $build $host -# mingw (msys) mingw [e.g. native] -# cygwin mingw -# *nix + wine mingw -# where wine is equipped with the `winepath' executable. -# In the native mingw case, the (msys) shell automatically -# converts paths for any non-msys applications it launches, -# but that facility isn't available from inside the cwrapper. -# Similar accommodations are necessary for $host mingw and -# $build cygwin. Calling this function does no harm for other -# $host/$build combinations not listed above. -# -# ARG is the path (on $build) that should be converted to -# the proper representation for $host. The result is stored -# in $func_to_host_path_result. -func_to_host_path () -{ - func_to_host_path_result="$1" - if test -n "$1" ; then - case $host in - *mingw* ) - lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' - case $build in - *mingw* ) # actually, msys - # awkward: cmd appends spaces to result - lt_sed_strip_trailing_spaces="s/[ ]*\$//" - func_to_host_path_tmp1=`( cmd //c echo "$1" |\ - $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` - func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ - $SED -e "$lt_sed_naive_backslashify"` - ;; - *cygwin* ) - func_to_host_path_tmp1=`cygpath -w "$1"` - func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ - $SED -e "$lt_sed_naive_backslashify"` - ;; - * ) - # Unfortunately, winepath does not exit with a non-zero - # error code, so we are forced to check the contents of - # stdout. On the other hand, if the command is not - # found, the shell will set an exit code of 127 and print - # *an error message* to stdout. So we must check for both - # error code of zero AND non-empty stdout, which explains - # the odd construction: - func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` - if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then - func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ - $SED -e "$lt_sed_naive_backslashify"` - else - # Allow warning below. - func_to_host_path_result="" - fi - ;; - esac - if test -z "$func_to_host_path_result" ; then - func_error "Could not determine host path corresponding to" - func_error " '$1'" - func_error "Continuing, but uninstalled executables may not work." - # Fallback: - func_to_host_path_result="$1" - fi - ;; - esac - fi -} -# end: func_to_host_path -# func_to_host_pathlist arg -# -# Convert pathlists to host format when used with build tools. -# See func_to_host_path(), above. This function supports the -# following $build/$host combinations (but does no harm for -# combinations not listed here): -# $build $host -# mingw (msys) mingw [e.g. native] -# cygwin mingw -# *nix + wine mingw -# -# Path separators are also converted from $build format to -# $host format. If ARG begins or ends with a path separator -# character, it is preserved (but converted to $host format) -# on output. -# -# ARG is a pathlist (on $build) that should be converted to -# the proper representation on $host. The result is stored -# in $func_to_host_pathlist_result. -func_to_host_pathlist () -{ - func_to_host_pathlist_result="$1" - if test -n "$1" ; then - case $host in - *mingw* ) - lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' - # Remove leading and trailing path separator characters from - # ARG. msys behavior is inconsistent here, cygpath turns them - # into '.;' and ';.', and winepath ignores them completely. - func_to_host_pathlist_tmp2="$1" - # Once set for this call, this variable should not be - # reassigned. It is used in tha fallback case. - func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\ - $SED -e 's|^:*||' -e 's|:*$||'` - case $build in - *mingw* ) # Actually, msys. - # Awkward: cmd appends spaces to result. - lt_sed_strip_trailing_spaces="s/[ ]*\$//" - func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\ - $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` - func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ - $SED -e "$lt_sed_naive_backslashify"` - ;; - *cygwin* ) - func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` - func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ - $SED -e "$lt_sed_naive_backslashify"` - ;; - * ) - # unfortunately, winepath doesn't convert pathlists - func_to_host_pathlist_result="" - func_to_host_pathlist_oldIFS=$IFS - IFS=: - for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do - IFS=$func_to_host_pathlist_oldIFS - if test -n "$func_to_host_pathlist_f" ; then - func_to_host_path "$func_to_host_pathlist_f" - if test -n "$func_to_host_path_result" ; then - if test -z "$func_to_host_pathlist_result" ; then - func_to_host_pathlist_result="$func_to_host_path_result" - else - func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result" - fi - fi - fi - IFS=: - done - IFS=$func_to_host_pathlist_oldIFS - ;; - esac - if test -z "$func_to_host_pathlist_result" ; then - func_error "Could not determine the host path(s) corresponding to" - func_error " '$1'" - func_error "Continuing, but uninstalled executables may not work." - # Fallback. This may break if $1 contains DOS-style drive - # specifications. The fix is not to complicate the expression - # below, but for the user to provide a working wine installation - # with winepath so that path translation in the cross-to-mingw - # case works properly. - lt_replace_pathsep_nix_to_dos="s|:|;|g" - func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\ - $SED -e "$lt_replace_pathsep_nix_to_dos"` - fi - # Now, add the leading and trailing path separators back - case "$1" in - :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result" - ;; - esac - case "$1" in - *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;" - ;; - esac - ;; - esac - fi -} -# end: func_to_host_pathlist # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout @@ -3141,41 +4141,71 @@ This wrapper executable should never be moved out of the build directory. If it is, it will not operate correctly. - - Currently, it simply execs the wrapper *script* "$SHELL $output", - but could eventually absorb all of the scripts functionality and - exec $objdir/$outputname directly. */ EOF cat <<"EOF" +#ifdef _MSC_VER +# define _CRT_SECURE_NO_DEPRECATE 1 +#endif #include #include #ifdef _MSC_VER # include # include # include -# define setmode _setmode #else # include # include # ifdef __CYGWIN__ # include -# define HAVE_SETENV -# ifdef __STRICT_ANSI__ +# endif +#endif +#include +#include +#include +#include +#include +#include +#include +#include + +/* declarations of non-ANSI functions */ +#if defined(__MINGW32__) +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined(__CYGWIN__) +# ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); -# endif # endif +/* #elif defined (other platforms) ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined(_MSC_VER) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +# ifndef _INTPTR_T_DEFINED +# define _INTPTR_T_DEFINED +# define intptr_t int +# endif +#elif defined(__MINGW32__) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined(__CYGWIN__) +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined (other platforms) ... */ #endif -#include -#include -#include -#include -#include -#include -#include -#include #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX @@ -3192,14 +4222,7 @@ # define S_IXGRP 0 #endif -#ifdef _MSC_VER -# define S_IXUSR _S_IEXEC -# define stat _stat -# ifndef _INTPTR_T_DEFINED -# define intptr_t int -# endif -#endif - +/* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' @@ -3230,10 +4253,6 @@ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ -#ifdef __CYGWIN__ -# define FOPEN_WB "wb" -#endif - #ifndef FOPEN_WB # define FOPEN_WB "w" #endif @@ -3246,22 +4265,13 @@ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) -#undef LTWRAPPER_DEBUGPRINTF -#if defined DEBUGWRAPPER -# define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args -static void -ltwrapper_debugprintf (const char *fmt, ...) -{ - va_list args; - va_start (args, fmt); - (void) vfprintf (stderr, fmt, args); - va_end (args); -} +#if defined(LT_DEBUGWRAPPER) +static int lt_debug = 1; #else -# define LTWRAPPER_DEBUGPRINTF(args) +static int lt_debug = 0; #endif -const char *program_name = NULL; +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); @@ -3271,41 +4281,27 @@ int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); -void lt_fatal (const char *message, ...); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); -void lt_opt_process_env_set (const char *arg); -void lt_opt_process_env_prepend (const char *arg); -void lt_opt_process_env_append (const char *arg); -int lt_split_name_value (const char *arg, char** name, char** value); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); - -static const char *script_text_part1 = -EOF - - func_emit_wrapper_part1 yes | - $SED -e 's/\([\\"]\)/\\\1/g' \ - -e 's/^/ "/' -e 's/$/\\n"/' - echo ";" - cat <"))); + lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n", + nonnull (lt_argv_zero)); for (i = 0; i < newargc; i++) { - LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : ""))); + lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n", + i, nonnull (newargz[i])); } EOF @@ -3560,11 +4517,14 @@ mingw*) cat <<"EOF" /* execv doesn't actually work on mingw as expected on unix */ + newargz = prepare_spawn (newargz); rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); if (rval == -1) { /* failed to start process */ - LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno)); + lt_debugprintf (__FILE__, __LINE__, + "(main) failed to launch target \"%s\": %s\n", + lt_argv_zero, nonnull (strerror (errno))); return 127; } return rval; @@ -3586,7 +4546,7 @@ { void *p = (void *) malloc (num); if (!p) - lt_fatal ("Memory exhausted"); + lt_fatal (__FILE__, __LINE__, "memory exhausted"); return p; } @@ -3620,8 +4580,8 @@ { struct stat st; - LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n", - path ? (*path ? path : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n", + nonempty (path)); if ((!path) || (!*path)) return 0; @@ -3638,8 +4598,8 @@ int rval = 0; struct stat st; - LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n", - path ? (*path ? path : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); if ((!path) || (!*path)) return 0; @@ -3665,8 +4625,8 @@ int tmp_len; char *concat_name; - LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", - wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; @@ -3719,7 +4679,8 @@ { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal ("getcwd failed"); + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); @@ -3744,7 +4705,8 @@ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal ("getcwd failed"); + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); @@ -3770,8 +4732,9 @@ int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { - LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n", - tmp_pathspec)); + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) @@ -3793,8 +4756,9 @@ } else { - char *errstr = strerror (errno); - lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr); + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); @@ -3807,7 +4771,8 @@ tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { - lt_fatal ("Could not follow symlinks for %s", pathspec); + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif @@ -3833,11 +4798,25 @@ return str; } +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + static void -lt_error_core (int exit_status, const char *mode, +lt_error_core (int exit_status, const char *file, + int line, const char *mode, const char *message, va_list ap) { - fprintf (stderr, "%s: %s: ", program_name, mode); + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); @@ -3846,20 +4825,32 @@ } void -lt_fatal (const char *message, ...) +lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); - lt_error_core (EXIT_FAILURE, "FATAL", message, ap); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + void lt_setenv (const char *name, const char *value) { - LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n", - (name ? name : ""), - (value ? value : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ @@ -3904,95 +4895,12 @@ return new_value; } -int -lt_split_name_value (const char *arg, char** name, char** value) -{ - const char *p; - int len; - if (!arg || !*arg) - return 1; - - p = strchr (arg, (int)'='); - - if (!p) - return 1; - - *value = xstrdup (++p); - - len = strlen (arg) - strlen (*value); - *name = XMALLOC (char, len); - strncpy (*name, arg, len-1); - (*name)[len - 1] = '\0'; - - return 0; -} - -void -lt_opt_process_env_set (const char *arg) -{ - char *name = NULL; - char *value = NULL; - - if (lt_split_name_value (arg, &name, &value) != 0) - { - XFREE (name); - XFREE (value); - lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg); - } - - lt_setenv (name, value); - XFREE (name); - XFREE (value); -} - -void -lt_opt_process_env_prepend (const char *arg) -{ - char *name = NULL; - char *value = NULL; - char *new_value = NULL; - - if (lt_split_name_value (arg, &name, &value) != 0) - { - XFREE (name); - XFREE (value); - lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg); - } - - new_value = lt_extend_str (getenv (name), value, 0); - lt_setenv (name, new_value); - XFREE (new_value); - XFREE (name); - XFREE (value); -} - -void -lt_opt_process_env_append (const char *arg) -{ - char *name = NULL; - char *value = NULL; - char *new_value = NULL; - - if (lt_split_name_value (arg, &name, &value) != 0) - { - XFREE (name); - XFREE (value); - lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg); - } - - new_value = lt_extend_str (getenv (name), value, 1); - lt_setenv (name, new_value); - XFREE (new_value); - XFREE (name); - XFREE (value); -} - void lt_update_exe_path (const char *name, const char *value) { - LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n", - (name ? name : ""), - (value ? value : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); if (name && *name && value && *value) { @@ -4011,9 +4919,9 @@ void lt_update_lib_path (const char *name, const char *value) { - LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n", - (name ? name : ""), - (value ? value : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); if (name && *name && value && *value) { @@ -4023,11 +4931,152 @@ } } +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -e 's/\([\\"]\)/\\\1/g' \ + -e 's/^/ fputs ("/' -e 's/$/\\n", f);/' + cat <<"EOF" +} EOF } # end: func_emit_cwrapperexe_src +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $opt_debug + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + # func_mode_link arg... func_mode_link () { @@ -4072,6 +5121,7 @@ new_inherited_linker_flags= avoid_version=no + bindir= dlfiles= dlprefiles= dlself=no @@ -4164,6 +5214,11 @@ esac case $prev in + bindir) + bindir="$arg" + prev= + continue + ;; dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. @@ -4195,9 +5250,9 @@ ;; *) if test "$prev" = dlfiles; then - dlfiles="$dlfiles $arg" + func_append dlfiles " $arg" else - dlprefiles="$dlprefiles $arg" + func_append dlprefiles " $arg" fi prev= continue @@ -4221,7 +5276,7 @@ *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; - *) deplibs="$deplibs $qarg.ltframework" # this is fixed later + *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; @@ -4240,7 +5295,7 @@ moreargs= for fil in `cat "$save_arg"` do -# moreargs="$moreargs $fil" +# func_append moreargs " $fil" arg=$fil # A libtool-controlled object. @@ -4269,7 +5324,7 @@ if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then - dlfiles="$dlfiles $pic_object" + func_append dlfiles " $pic_object" prev= continue else @@ -4281,7 +5336,7 @@ # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. - dlprefiles="$dlprefiles $pic_object" + func_append dlprefiles " $pic_object" prev= fi @@ -4351,12 +5406,12 @@ if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; - *) rpath="$rpath $arg" ;; + *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; - *) xrpath="$xrpath $arg" ;; + *) func_append xrpath " $arg" ;; esac fi prev= @@ -4368,28 +5423,28 @@ continue ;; weak) - weak_libs="$weak_libs $arg" + func_append weak_libs " $arg" prev= continue ;; xcclinker) - linker_flags="$linker_flags $qarg" - compiler_flags="$compiler_flags $qarg" + func_append linker_flags " $qarg" + func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) - compiler_flags="$compiler_flags $qarg" + func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) - linker_flags="$linker_flags $qarg" - compiler_flags="$compiler_flags $wl$qarg" + func_append linker_flags " $qarg" + func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" @@ -4425,6 +5480,11 @@ continue ;; + -bindir) + prev=bindir + continue + ;; + -dlopen) prev=dlfiles continue @@ -4475,15 +5535,16 @@ ;; -L*) - func_stripname '-L' '' "$arg" - dir=$func_stripname_result - if test -z "$dir"; then + func_stripname "-L" '' "$arg" + if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between \`-L' and \`$1'" else func_fatal_error "need path for \`-L' option" fi fi + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; @@ -4495,24 +5556,30 @@ ;; esac case "$deplibs " in - *" -L$dir "*) ;; + *" -L$dir "* | *" $arg "*) + # Will only happen for absolute or sysroot arguments + ;; *) - deplibs="$deplibs -L$dir" - lib_search_path="$lib_search_path $dir" + # Preserve sysroot, but never include relative directories + case $dir in + [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; + *) func_append deplibs " -L$dir" ;; + esac + func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; - *) dllsearchpath="$dllsearchpath:$dir";; + *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; - *) dllsearchpath="$dllsearchpath:$testbindir";; + *) func_append dllsearchpath ":$testbindir";; esac ;; esac @@ -4522,7 +5589,7 @@ -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; @@ -4536,7 +5603,7 @@ ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework - deplibs="$deplibs System.ltframework" + func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) @@ -4556,7 +5623,7 @@ ;; esac fi - deplibs="$deplibs $arg" + func_append deplibs " $arg" continue ;; @@ -4568,8 +5635,8 @@ # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. - -model|-arch|-isysroot) - compiler_flags="$compiler_flags $arg" + -model|-arch|-isysroot|--sysroot) + func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler @@ -4577,12 +5644,12 @@ ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) - compiler_flags="$compiler_flags $arg" + func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; - * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;; + * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; @@ -4649,13 +5716,17 @@ # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; + =*) + func_stripname '=' '' "$dir" + dir=$lt_sysroot$func_stripname_result + ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; - *) xrpath="$xrpath $dir" ;; + *) func_append xrpath " $dir" ;; esac continue ;; @@ -4708,8 +5779,8 @@ for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" - arg="$arg $wl$func_quote_for_eval_result" - compiler_flags="$compiler_flags $func_quote_for_eval_result" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" @@ -4724,9 +5795,9 @@ for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" - arg="$arg $wl$func_quote_for_eval_result" - compiler_flags="$compiler_flags $wl$func_quote_for_eval_result" - linker_flags="$linker_flags $func_quote_for_eval_result" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" @@ -4754,23 +5825,27 @@ arg="$func_quote_for_eval_result" ;; - # -64, -mips[0-9] enable 64-bit mode on the SGI compiler - # -r[0-9][0-9]* specifies the processor on the SGI compiler - # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler - # +DA*, +DD* enable 64-bit mode on the HP compiler - # -q* pass through compiler args for the IBM compiler - # -m*, -t[45]*, -txscale* pass through architecture-specific - # compiler args for GCC - # -F/path gives path to uninstalled frameworks, gcc on darwin - # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC - # @file GCC response files + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + # --sysroot=* for sysroot support + # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ + -O*|-flto*|-fwhopr*|-fuse-linker-plugin) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" func_append finalize_command " $arg" - compiler_flags="$compiler_flags $arg" + func_append compiler_flags " $arg" continue ;; @@ -4782,7 +5857,7 @@ *.$objext) # A standard object. - objs="$objs $arg" + func_append objs " $arg" ;; *.lo) @@ -4813,7 +5888,7 @@ if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then - dlfiles="$dlfiles $pic_object" + func_append dlfiles " $pic_object" prev= continue else @@ -4825,7 +5900,7 @@ # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. - dlprefiles="$dlprefiles $pic_object" + func_append dlprefiles " $pic_object" prev= fi @@ -4870,24 +5945,25 @@ *.$libext) # An archive. - deplibs="$deplibs $arg" - old_deplibs="$old_deplibs $arg" + func_append deplibs " $arg" + func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. + func_resolve_sysroot "$arg" if test "$prev" = dlfiles; then # This library was specified with -dlopen. - dlfiles="$dlfiles $arg" + func_append dlfiles " $func_resolve_sysroot_result" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. - dlprefiles="$dlprefiles $arg" + func_append dlprefiles " $func_resolve_sysroot_result" prev= else - deplibs="$deplibs $arg" + func_append deplibs " $func_resolve_sysroot_result" fi continue ;; @@ -4925,7 +6001,7 @@ if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var - eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` + eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi @@ -4934,6 +6010,8 @@ func_dirname "$output" "/" "" output_objdir="$func_dirname_result$objdir" + func_to_tool_file "$output_objdir/" + tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" @@ -4954,12 +6032,12 @@ # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do - if $opt_duplicate_deps ; then + if $opt_preserve_dup_deps ; then case "$libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi - libs="$libs $deplib" + func_append libs " $deplib" done if test "$linkmode" = lib; then @@ -4972,9 +6050,9 @@ if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in - *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; + *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac - pre_post_deps="$pre_post_deps $pre_post_dep" + func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= @@ -5033,10 +6111,7 @@ case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; - link) - libs="$deplibs %DEPLIBS%" - test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" - ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then @@ -5044,17 +6119,19 @@ for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= + func_resolve_sysroot "$lib" case $lib in - *.la) func_source "$lib" ;; + *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do - deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` + func_basename "$deplib" + deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; - *) deplibs="$deplibs $deplib" ;; + *) func_append deplibs " $deplib" ;; esac done done @@ -5075,11 +6152,11 @@ compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else - compiler_flags="$compiler_flags $deplib" + func_append compiler_flags " $deplib" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; - * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi @@ -5164,7 +6241,7 @@ if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; - * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi @@ -5177,7 +6254,8 @@ test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" - newlib_search_path="$newlib_search_path $func_stripname_result" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test "$pass" = conv; then @@ -5191,7 +6269,8 @@ finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" - newlib_search_path="$newlib_search_path $func_stripname_result" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "\`-L' is ignored for archives/objects" @@ -5202,17 +6281,21 @@ -R*) if test "$pass" = link; then func_stripname '-R' '' "$deplib" - dir=$func_stripname_result + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; - *) xrpath="$xrpath $dir" ;; + *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; - *.la) lib="$deplib" ;; + *.la) + func_resolve_sysroot "$deplib" + lib=$func_resolve_sysroot_result + ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" @@ -5230,7 +6313,7 @@ match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` - if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi @@ -5240,15 +6323,15 @@ ;; esac if test "$valid_a_lib" != yes; then - $ECHO + echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have" - $ECHO "*** because the file extensions .$libext of this argument makes me believe" - $ECHO "*** that it is just a static archive that I should not use here." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because the file extensions .$libext of this argument makes me believe" + echo "*** that it is just a static archive that I should not use here." else - $ECHO + echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" @@ -5275,11 +6358,11 @@ if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. - newdlprefiles="$newdlprefiles $deplib" + func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else - newdlfiles="$newdlfiles $deplib" + func_append newdlfiles " $deplib" fi fi continue @@ -5321,20 +6404,20 @@ # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then - tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; - *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";; + *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi - dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then - test -n "$dlopen" && dlfiles="$dlfiles $dlopen" - test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" + test -n "$dlopen" && func_append dlfiles " $dlopen" + test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test "$pass" = conv; then @@ -5345,30 +6428,36 @@ func_fatal_error "cannot find name of link library for \`$lib'" fi # It is a libtool convenience library, so add in its objects. - convenience="$convenience $ladir/$objdir/$old_library" - old_convenience="$old_convenience $ladir/$objdir/$old_library" - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_duplicate_deps ; then - case "$tmp_libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; - esac - fi - tmp_libs="$tmp_libs $deplib" - done + func_append convenience " $ladir/$objdir/$old_library" + func_append old_convenience " $ladir/$objdir/$old_library" elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done continue fi # $pass = conv # Get the name of the library we link against. linklib= - for l in $old_library $library_names; do - linklib="$l" - done + if test -n "$old_library" && + { test "$prefer_static_libs" = yes || + test "$prefer_static_libs,$installed" = "built,no"; }; then + linklib=$old_library + else + for l in $old_library $library_names; do + linklib="$l" + done + fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for \`$lib'" fi @@ -5385,9 +6474,9 @@ # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. - dlprefiles="$dlprefiles $lib $dependency_libs" + func_append dlprefiles " $lib $dependency_libs" else - newdlfiles="$newdlfiles $lib" + func_append newdlfiles " $lib" fi continue fi # $pass = dlopen @@ -5409,14 +6498,14 @@ # Find the relevant object directory and library name. if test "X$installed" = Xyes; then - if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library \`$lib' was moved." dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else - dir="$libdir" - absdir="$libdir" + dir="$lt_sysroot$libdir" + absdir="$lt_sysroot$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else @@ -5424,12 +6513,12 @@ dir="$ladir" absdir="$abs_ladir" # Remove this search path later - notinst_path="$notinst_path $abs_ladir" + func_append notinst_path " $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later - notinst_path="$notinst_path $abs_ladir" + func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" @@ -5440,20 +6529,46 @@ if test -z "$libdir" && test "$linkmode" = prog; then func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" fi - # Prefer using a static library (so that no silly _DYNAMIC symbols - # are required to link). - if test -n "$old_library"; then - newdlprefiles="$newdlprefiles $dir/$old_library" - # Keep a list of preopened convenience libraries to check - # that they are being used correctly in the link pass. - test -z "$libdir" && \ - dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library" - # Otherwise, use the dlname, so that lt_dlopen finds it. - elif test -n "$dlname"; then - newdlprefiles="$newdlprefiles $dir/$dlname" - else - newdlprefiles="$newdlprefiles $dir/$linklib" - fi + case "$host" in + # special handling for platforms with PE-DLLs. + *cygwin* | *mingw* | *cegcc* ) + # Linker will automatically link against shared library if both + # static and shared are present. Therefore, ensure we extract + # symbols from the import library if a shared library is present + # (otherwise, the dlopen module name will be incorrect). We do + # this by putting the import library name into $newdlprefiles. + # We recover the dlopen module name by 'saving' the la file + # name in a special purpose variable, and (later) extracting the + # dlname from the la file. + if test -n "$dlname"; then + func_tr_sh "$dir/$linklib" + eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" + func_append newdlprefiles " $dir/$linklib" + else + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + fi + ;; + * ) + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + func_append newdlprefiles " $dir/$dlname" + else + func_append newdlprefiles " $dir/$linklib" + fi + ;; + esac fi # $pass = dlpreopen if test -z "$libdir"; then @@ -5471,7 +6586,7 @@ if test "$linkmode" = prog && test "$pass" != link; then - newlib_search_path="$newlib_search_path $ladir" + func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=no @@ -5484,7 +6599,8 @@ for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" - newlib_search_path="$newlib_search_path $func_stripname_result" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? @@ -5495,12 +6611,12 @@ # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi - if $opt_duplicate_deps ; then + if $opt_preserve_dup_deps ; then case "$tmp_libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi - tmp_libs="$tmp_libs $deplib" + func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... @@ -5515,7 +6631,7 @@ # Make sure the rpath contains only unique directories. case "$temp_rpath:" in *"$absdir:"*) ;; - *) temp_rpath="$temp_rpath$absdir:" ;; + *) func_append temp_rpath "$absdir:" ;; esac fi @@ -5527,7 +6643,7 @@ *) case "$compile_rpath " in *" $absdir "*) ;; - *) compile_rpath="$compile_rpath $absdir" + *) func_append compile_rpath " $absdir" ;; esac ;; esac @@ -5536,7 +6652,7 @@ *) case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath="$finalize_rpath $libdir" + *) func_append finalize_rpath " $libdir" ;; esac ;; esac @@ -5561,12 +6677,12 @@ case $host in *cygwin* | *mingw* | *cegcc*) # No point in relinking DLLs because paths are not encoded - notinst_deplibs="$notinst_deplibs $lib" + func_append notinst_deplibs " $lib" need_relink=no ;; *) if test "$installed" = no; then - notinst_deplibs="$notinst_deplibs $lib" + func_append notinst_deplibs " $lib" need_relink=yes fi ;; @@ -5583,7 +6699,7 @@ fi done if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then - $ECHO + echo if test "$linkmode" = prog; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else @@ -5601,7 +6717,7 @@ *) case "$compile_rpath " in *" $absdir "*) ;; - *) compile_rpath="$compile_rpath $absdir" + *) func_append compile_rpath " $absdir" ;; esac ;; esac @@ -5610,7 +6726,7 @@ *) case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath="$finalize_rpath $libdir" + *) func_append finalize_rpath " $libdir" ;; esac ;; esac @@ -5664,7 +6780,7 @@ linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" - if test "$linkmode" = prog || test "$mode" != relink; then + if test "$linkmode" = prog || test "$opt_mode" != relink; then add_shlibpath= add_dir= add= @@ -5686,9 +6802,9 @@ if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library" ; then - $ECHO - $ECHO "*** And there doesn't seem to be a static archive available" - $ECHO "*** The link will probably fail, sorry" + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" else add="$dir/$old_library" fi @@ -5720,7 +6836,7 @@ if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) - add_dir="$add_dir -L$inst_prefix_dir$libdir" + func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi @@ -5742,7 +6858,7 @@ if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; - *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; + *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then @@ -5756,13 +6872,13 @@ test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; - *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi - if test "$linkmode" = prog || test "$mode" = relink; then + if test "$linkmode" = prog || test "$opt_mode" = relink; then add_shlibpath= add_dir= add= @@ -5776,7 +6892,7 @@ elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; - *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + *) func_append finalize_shlibpath "$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then @@ -5793,7 +6909,7 @@ if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) - add_dir="$add_dir -L$inst_prefix_dir$libdir" + func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi @@ -5828,21 +6944,21 @@ # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. - $ECHO + echo $ECHO "*** Warning: This system can not link to static lib archive $lib." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then - $ECHO "*** But as you try to build a module library, libtool will still create " - $ECHO "*** a static module, that should work as long as the dlopening application" - $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime." + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then - $ECHO - $ECHO "*** However, this would only work if libtool was able to extract symbol" - $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" - $ECHO "*** not find such a program. So, this module is probably useless." - $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module @@ -5870,27 +6986,33 @@ temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; - *) xrpath="$xrpath $temp_xrpath";; + *) func_append xrpath " $temp_xrpath";; esac;; - *) temp_deplibs="$temp_deplibs $libdir";; + *) func_append temp_deplibs " $libdir";; esac done dependency_libs="$temp_deplibs" fi - newlib_search_path="$newlib_search_path $absdir" + func_append newlib_search_path " $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" - if $opt_duplicate_deps ; then + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result";; + *) func_resolve_sysroot "$deplib" ;; + esac + if $opt_preserve_dup_deps ; then case "$tmp_libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + *" $func_resolve_sysroot_result "*) + func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi - tmp_libs="$tmp_libs $deplib" + func_append tmp_libs " $func_resolve_sysroot_result" done if test "$link_all_deplibs" != no; then @@ -5900,8 +7022,10 @@ case $deplib in -L*) path="$deplib" ;; *.la) + func_resolve_sysroot "$deplib" + deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." - dir="$func_dirname_result" + dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; @@ -5928,8 +7052,8 @@ if test -z "$darwin_install_name"; then darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi - compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" - linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}" + func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" + func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}" path= fi fi @@ -5962,7 +7086,7 @@ compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else - compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs="$newdependency_libs" @@ -5979,7 +7103,7 @@ for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; - *) lib_search_path="$lib_search_path $dir" ;; + *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= @@ -6037,10 +7161,10 @@ -L*) case " $tmp_libs " in *" $deplib "*) ;; - *) tmp_libs="$tmp_libs $deplib" ;; + *) func_append tmp_libs " $deplib" ;; esac ;; - *) tmp_libs="$tmp_libs $deplib" ;; + *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" @@ -6056,7 +7180,7 @@ ;; esac if test -n "$i" ; then - tmp_libs="$tmp_libs $i" + func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs @@ -6097,7 +7221,7 @@ # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" - objs="$objs$old_deplibs" + func_append objs "$old_deplibs" ;; lib) @@ -6130,10 +7254,10 @@ if test "$deplibs_check_method" != pass_all; then func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" else - $ECHO + echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" - libobjs="$libobjs $objs" + func_append libobjs " $objs" fi fi @@ -6198,7 +7322,7 @@ age="$number_minor" revision="$number_revision" ;; - freebsd-aout|freebsd-elf|sunos) + freebsd-aout|freebsd-elf|qnx|sunos) current="$number_major" revision="$number_minor" age="0" @@ -6210,9 +7334,6 @@ revision="$number_minor" lt_irix_increment=no ;; - *) - func_fatal_configuration "$modename: unknown library version type \`$version_type'" - ;; esac ;; no) @@ -6334,7 +7455,7 @@ done # Make executables depend on our current version. - verstring="$verstring:${current}.0" + func_append verstring ":${current}.0" ;; qnx) @@ -6402,10 +7523,10 @@ fi func_generate_dlsyms "$libname" "$libname" "yes" - libobjs="$libobjs $symfileobj" + func_append libobjs " $symfileobj" test "X$libobjs" = "X " && libobjs= - if test "$mode" != relink; then + if test "$opt_mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= @@ -6421,7 +7542,7 @@ continue fi fi - removelist="$removelist $p" + func_append removelist " $p" ;; *) ;; esac @@ -6432,27 +7553,28 @@ # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then - oldlibs="$oldlibs $output_objdir/$libname.$libext" + func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. - oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do - # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` - # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` - # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do - temp_xrpath="$temp_xrpath -R$libdir" + func_replace_sysroot "$libdir" + func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath="$finalize_rpath $libdir" ;; + *) func_append finalize_rpath " $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then @@ -6466,7 +7588,7 @@ for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; - *) dlfiles="$dlfiles $lib" ;; + *) func_append dlfiles " $lib" ;; esac done @@ -6476,19 +7598,19 @@ for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; - *) dlprefiles="$dlprefiles $lib" ;; + *) func_append dlprefiles " $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework - deplibs="$deplibs System.ltframework" + func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. @@ -6505,7 +7627,7 @@ *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then - deplibs="$deplibs -lc" + func_append deplibs " -lc" fi ;; esac @@ -6554,7 +7676,7 @@ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $i "*) - newdeplibs="$newdeplibs $i" + func_append newdeplibs " $i" i="" ;; esac @@ -6565,21 +7687,21 @@ set dummy $deplib_matches; shift deplib_match=$1 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then - newdeplibs="$newdeplibs $i" + func_append newdeplibs " $i" else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which I believe you do not have" - $ECHO "*** because a test_compile did reveal that the linker did not use it for" - $ECHO "*** its dynamic dependency list that programs get resolved with at runtime." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which I believe you do not have" + echo "*** because a test_compile did reveal that the linker did not use it for" + echo "*** its dynamic dependency list that programs get resolved with at runtime." fi fi ;; *) - newdeplibs="$newdeplibs $i" + func_append newdeplibs " $i" ;; esac done @@ -6597,7 +7719,7 @@ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $i "*) - newdeplibs="$newdeplibs $i" + func_append newdeplibs " $i" i="" ;; esac @@ -6608,29 +7730,29 @@ set dummy $deplib_matches; shift deplib_match=$1 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then - newdeplibs="$newdeplibs $i" + func_append newdeplibs " $i" else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have" - $ECHO "*** because a test_compile did reveal that the linker did not use this one" - $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because a test_compile did reveal that the linker did not use this one" + echo "*** as a dynamic dependency that programs can get resolved with at runtime." fi fi else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning! Library $i is needed by this library but I was not able to" - $ECHO "*** make it link in! You will probably need to install it or some" - $ECHO "*** library that it depends on before this library will be fully" - $ECHO "*** functional. Installing it before continuing would be even better." + echo "*** make it link in! You will probably need to install it or some" + echo "*** library that it depends on before this library will be fully" + echo "*** functional. Installing it before continuing would be even better." fi ;; *) - newdeplibs="$newdeplibs $i" + func_append newdeplibs " $i" ;; esac done @@ -6647,15 +7769,27 @@ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) - newdeplibs="$newdeplibs $a_deplib" + func_append newdeplibs " $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval "\\$ECHO \"$libname_spec\""` + if test -n "$file_magic_glob"; then + libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` + else + libnameglob=$libname + fi + test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do - potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + if test "$want_nocaseglob" = yes; then + shopt -s nocaseglob + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + $nocaseglob + else + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | @@ -6672,13 +7806,13 @@ potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; - *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; + *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then - newdeplibs="$newdeplibs $a_deplib" + func_append newdeplibs " $a_deplib" a_deplib="" break 2 fi @@ -6687,12 +7821,12 @@ fi if test -n "$a_deplib" ; then droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have" - $ECHO "*** because I did check the linker path looking for a file starting" + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else @@ -6703,7 +7837,7 @@ ;; *) # Add a -L argument. - newdeplibs="$newdeplibs $a_deplib" + func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. @@ -6719,7 +7853,7 @@ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) - newdeplibs="$newdeplibs $a_deplib" + func_append newdeplibs " $a_deplib" a_deplib="" ;; esac @@ -6730,9 +7864,9 @@ potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test - if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \ + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then - newdeplibs="$newdeplibs $a_deplib" + func_append newdeplibs " $a_deplib" a_deplib="" break 2 fi @@ -6741,12 +7875,12 @@ fi if test -n "$a_deplib" ; then droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have" - $ECHO "*** because I did check the linker path looking for a file starting" + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else @@ -6757,32 +7891,32 @@ ;; *) # Add a -L argument. - newdeplibs="$newdeplibs $a_deplib" + func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" - tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \ - -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'` + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' - tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` done fi - if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' | - $GREP . >/dev/null; then - $ECHO + case $tmp_deplibs in + *[!\ \ ]*) + echo if test "X$deplibs_check_method" = "Xnone"; then - $ECHO "*** Warning: inter-library dependencies are not supported in this platform." + echo "*** Warning: inter-library dependencies are not supported in this platform." else - $ECHO "*** Warning: inter-library dependencies are not known to be supported." + echo "*** Warning: inter-library dependencies are not known to be supported." fi - $ECHO "*** All declared inter-library dependencies are being dropped." + echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes - fi + ;; + esac ;; esac versuffix=$versuffix_save @@ -6794,23 +7928,23 @@ case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework - newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then - $ECHO - $ECHO "*** Warning: libtool could not satisfy all declared inter-library" + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" - $ECHO "*** a static module, that should work as long as the dlopening" - $ECHO "*** application is linked with the -dlopen flag." + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then - $ECHO - $ECHO "*** However, this would only work if libtool was able to extract symbol" - $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" - $ECHO "*** not find such a program. So, this module is probably useless." - $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" @@ -6820,16 +7954,16 @@ build_libtool_libs=no fi else - $ECHO "*** The inter-library dependencies that have been dropped here will be" - $ECHO "*** automatically added whenever a program is linked with this library" - $ECHO "*** or is declared to -dlopen it." + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then - $ECHO - $ECHO "*** Since this library must not contain undefined symbols," - $ECHO "*** because either the platform does not support them or" - $ECHO "*** it was explicitly requested with -no-undefined," - $ECHO "*** libtool will only create a static version of it." + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module @@ -6846,9 +7980,9 @@ # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) - newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` - new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` - deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac @@ -6861,7 +7995,7 @@ *) case " $deplibs " in *" -L$path/$objdir "*) - new_libs="$new_libs -L$path/$objdir" ;; + func_append new_libs " -L$path/$objdir" ;; esac ;; esac @@ -6871,10 +8005,10 @@ -L*) case " $new_libs " in *" $deplib "*) ;; - *) new_libs="$new_libs $deplib" ;; + *) func_append new_libs " $deplib" ;; esac ;; - *) new_libs="$new_libs $deplib" ;; + *) func_append new_libs " $deplib" ;; esac done deplibs="$new_libs" @@ -6891,10 +8025,12 @@ hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" - test "$mode" != relink && rpath="$compile_rpath$rpath" + test "$opt_mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then + func_replace_sysroot "$libdir" + libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else @@ -6903,18 +8039,18 @@ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) - hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - dep_rpath="$dep_rpath $flag" + func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) perm_rpath="$perm_rpath $libdir" ;; + *) func_apped perm_rpath " $libdir" ;; esac fi done @@ -6932,7 +8068,7 @@ # We should set the runpath_var. rpath= for dir in $perm_rpath; do - rpath="$rpath$dir:" + func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi @@ -6940,7 +8076,7 @@ fi shlibpath="$finalize_shlibpath" - test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi @@ -6966,18 +8102,18 @@ linknames= for link do - linknames="$linknames $link" + func_append linknames " $link" done # Use standard objects if they are pic - test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols="$output_objdir/$libname.uexp" - delfiles="$delfiles $export_symbols" + func_append delfiles " $export_symbols" fi orig_export_symbols= @@ -7008,13 +8144,45 @@ $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' - for cmd in $cmds; do + for cmd1 in $cmds; do IFS="$save_ifs" - eval cmd=\"$cmd\" - func_len " $cmd" - len=$func_len_result - if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + # Take the normal branch if the nm_file_list_spec branch + # doesn't work or if tool conversion is not needed. + case $nm_file_list_spec~$to_tool_file_cmd in + *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) + try_normal_branch=yes + eval cmd=\"$cmd1\" + func_len " $cmd" + len=$func_len_result + ;; + *) + try_normal_branch=no + ;; + esac + if test "$try_normal_branch" = yes \ + && { test "$len" -lt "$max_cmd_len" \ + || test "$max_cmd_len" -le -1; } + then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + elif test -n "$nm_file_list_spec"; then + func_basename "$output" + output_la=$func_basename_result + save_libobjs=$libobjs + save_output=$output + output=${output_objdir}/${output_la}.nm + func_to_tool_file "$output" + libobjs=$nm_file_list_spec$func_to_tool_file_result + func_append delfiles " $output" + func_verbose "creating $NM input file list: $output" + for obj in $save_libobjs; do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > "$output" + eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' + output=$save_output + libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. @@ -7036,7 +8204,7 @@ if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" - $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then @@ -7048,7 +8216,7 @@ # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" + func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi @@ -7058,7 +8226,7 @@ case " $convenience " in *" $test_deplib "*) ;; *) - tmp_deplibs="$tmp_deplibs $test_deplib" + func_append tmp_deplibs " $test_deplib" ;; esac done @@ -7078,21 +8246,21 @@ test "X$libobjs" = "X " && libobjs= else gentop="$output_objdir/${outputname}x" - generated="$generated $gentop" + func_append generated " $gentop" func_extract_archives $gentop $convenience - libobjs="$libobjs $func_extract_archives_result" + func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" - linker_flags="$linker_flags $flag" + func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking - if test "$mode" = relink; then + if test "$opt_mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi @@ -7137,7 +8305,8 @@ save_libobjs=$libobjs fi save_output=$output - output_la=`$ECHO "X$output" | $Xsed -e "$basename"` + func_basename "$output" + output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. @@ -7150,13 +8319,16 @@ if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" - $ECHO 'INPUT (' > $output + echo 'INPUT (' > $output for obj in $save_libobjs do - $ECHO "$obj" >> $output + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output done - $ECHO ')' >> $output - delfiles="$delfiles $output" + echo ')' >> $output + func_append delfiles " $output" + func_to_tool_file "$output" + output=$func_to_tool_file_result elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then output=${output_objdir}/${output_la}.lnk func_verbose "creating linker input file list: $output" @@ -7170,10 +8342,12 @@ fi for obj do - $ECHO "$obj" >> $output + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output done - delfiles="$delfiles $output" - output=$firstobj\"$file_list_spec$output\" + func_append delfiles " $output" + func_to_tool_file "$output" + output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." @@ -7197,17 +8371,19 @@ # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. - eval concat_cmds=\"$reload_cmds $objlist $last_robj\" + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. - eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\" + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-${k}.$objext - objlist=$obj + objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result @@ -7217,11 +8393,12 @@ # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\${concat_cmds}$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" fi - delfiles="$delfiles $output" + func_append delfiles " $output" else output= @@ -7255,7 +8432,7 @@ lt_exit=$? # Restore the uninstalled library and exit - if test "$mode" = relink; then + if test "$opt_mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) @@ -7276,7 +8453,7 @@ if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" - $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then @@ -7288,7 +8465,7 @@ # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" + func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi @@ -7329,10 +8506,10 @@ # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" - generated="$generated $gentop" + func_append generated " $gentop" func_extract_archives $gentop $dlprefiles - libobjs="$libobjs $func_extract_archives_result" + func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi @@ -7348,7 +8525,7 @@ lt_exit=$? # Restore the uninstalled library and exit - if test "$mode" = relink; then + if test "$opt_mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) @@ -7360,7 +8537,7 @@ IFS="$save_ifs" # Restore the uninstalled library and exit - if test "$mode" = relink; then + if test "$opt_mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then @@ -7441,18 +8618,21 @@ if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" - reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` + reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` else gentop="$output_objdir/${obj}x" - generated="$generated $gentop" + func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi + # If we're not building shared, we need to use non_pic_objs + test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" + # Create the old-style object. - reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" func_execute_cmds "$reload_cmds" 'exit $?' @@ -7512,8 +8692,8 @@ case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework - compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` - finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac @@ -7524,14 +8704,14 @@ if test "$tagname" = CXX ; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) - compile_command="$compile_command ${wl}-bind_at_load" - finalize_command="$finalize_command ${wl}-bind_at_load" + func_append compile_command " ${wl}-bind_at_load" + func_append finalize_command " ${wl}-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" - compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` - finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac @@ -7545,7 +8725,7 @@ *) case " $compile_deplibs " in *" -L$path/$objdir "*) - new_libs="$new_libs -L$path/$objdir" ;; + func_append new_libs " -L$path/$objdir" ;; esac ;; esac @@ -7555,17 +8735,17 @@ -L*) case " $new_libs " in *" $deplib "*) ;; - *) new_libs="$new_libs $deplib" ;; + *) func_append new_libs " $deplib" ;; esac ;; - *) new_libs="$new_libs $deplib" ;; + *) func_append new_libs " $deplib" ;; esac done compile_deplibs="$new_libs" - compile_command="$compile_command $compile_deplibs" - finalize_command="$finalize_command $finalize_deplibs" + func_append compile_command " $compile_deplibs" + func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. @@ -7573,7 +8753,7 @@ # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath="$finalize_rpath $libdir" ;; + *) func_append finalize_rpath " $libdir" ;; esac done fi @@ -7592,18 +8772,18 @@ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) - hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - rpath="$rpath $flag" + func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) perm_rpath="$perm_rpath $libdir" ;; + *) func_append perm_rpath " $libdir" ;; esac fi case $host in @@ -7612,12 +8792,12 @@ case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; - *) dllsearchpath="$dllsearchpath:$libdir";; + *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; - *) dllsearchpath="$dllsearchpath:$testbindir";; + *) func_append dllsearchpath ":$testbindir";; esac ;; esac @@ -7643,18 +8823,18 @@ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) - hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - rpath="$rpath $flag" + func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; - *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; + *) func_append finalize_perm_rpath " $libdir" ;; esac fi done @@ -7668,8 +8848,8 @@ if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. - compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` - finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" "no" @@ -7681,15 +8861,15 @@ wrappers_required=yes case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=no + ;; *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; - *cegcc) - # Disable wrappers for cegcc, we are cross compiling anyway. - wrappers_required=no - ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no @@ -7698,13 +8878,19 @@ esac if test "$wrappers_required" = no; then # Replace the output file specification. - compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + # Delete the generated files. if test -f "$output_objdir/${outputname}S.${objext}"; then func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' @@ -7727,7 +8913,7 @@ # We should set the runpath_var. rpath= for dir in $perm_rpath; do - rpath="$rpath$dir:" + func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi @@ -7735,7 +8921,7 @@ # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do - rpath="$rpath$dir:" + func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi @@ -7745,11 +8931,18 @@ # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. - link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + exit $EXIT_SUCCESS fi @@ -7764,7 +8957,7 @@ if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then - relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= @@ -7776,13 +8969,19 @@ fi # Replace the output file specification. - link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' + if test -n "$postlink_cmds"; then + func_to_tool_file "$output_objdir/$outputname" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + # Now create the wrapper script. func_verbose "creating $output" @@ -7800,18 +8999,7 @@ fi done relink_command="(cd `pwd`; $relink_command)" - relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` - fi - - # Quote $ECHO for shipping. - if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then - case $progpath in - [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; - *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; - esac - qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` - else - qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. @@ -7891,7 +9079,7 @@ else oldobjs="$old_deplibs $non_pic_objects" if test "$preload" = yes && test -f "$symfileobj"; then - oldobjs="$oldobjs $symfileobj" + func_append oldobjs " $symfileobj" fi fi addlibs="$old_convenience" @@ -7899,10 +9087,10 @@ if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" - generated="$generated $gentop" + func_append generated " $gentop" func_extract_archives $gentop $addlibs - oldobjs="$oldobjs $func_extract_archives_result" + func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. @@ -7913,10 +9101,10 @@ # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" - generated="$generated $gentop" + func_append generated " $gentop" func_extract_archives $gentop $dlprefiles - oldobjs="$oldobjs $func_extract_archives_result" + func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have @@ -7932,9 +9120,9 @@ done | sort | sort -uc >/dev/null 2>&1); then : else - $ECHO "copying selected object files to avoid basename conflicts..." + echo "copying selected object files to avoid basename conflicts..." gentop="$output_objdir/${outputname}x" - generated="$generated $gentop" + func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= @@ -7958,9 +9146,9 @@ esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" - oldobjs="$oldobjs $gentop/$newobj" + func_append oldobjs " $gentop/$newobj" ;; - *) oldobjs="$oldobjs $obj" ;; + *) func_append oldobjs " $obj" ;; esac done fi @@ -7970,6 +9158,16 @@ len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds + elif test -n "$archiver_list_spec"; then + func_verbose "using command file archive linking..." + for obj in $oldobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > $output_objdir/$libname.libcmd + func_to_tool_file "$output_objdir/$libname.libcmd" + oldobjs=" $archiver_list_spec$func_to_tool_file_result" + cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." @@ -8043,7 +9241,7 @@ done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi @@ -8066,9 +9264,19 @@ eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" - newdependency_libs="$newdependency_libs $libdir/$name" + func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" + ;; + -L*) + func_stripname -L '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -L$func_replace_sysroot_result" ;; - *) newdependency_libs="$newdependency_libs $deplib" ;; + -R*) + func_stripname -R '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -R$func_replace_sysroot_result" + ;; + *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs="$newdependency_libs" @@ -8082,9 +9290,9 @@ eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" - newdlfiles="$newdlfiles $libdir/$name" + func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; - *) newdlfiles="$newdlfiles $lib" ;; + *) func_append newdlfiles " $lib" ;; esac done dlfiles="$newdlfiles" @@ -8101,7 +9309,7 @@ eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" - newdlprefiles="$newdlprefiles $libdir/$name" + func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done @@ -8113,7 +9321,7 @@ [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac - newdlfiles="$newdlfiles $abs" + func_append newdlfiles " $abs" done dlfiles="$newdlfiles" newdlprefiles= @@ -8122,15 +9330,33 @@ [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac - newdlprefiles="$newdlprefiles $abs" + func_append newdlprefiles " $abs" done dlprefiles="$newdlprefiles" fi $RM $output # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in - *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test "x$bindir" != x ; + then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; esac $ECHO > $output "\ # $outputname - a libtool library file @@ -8189,7 +9415,7 @@ exit $EXIT_SUCCESS } -{ test "$mode" = link || test "$mode" = relink; } && +{ test "$opt_mode" = link || test "$opt_mode" = relink; } && func_mode_link ${1+"$@"} @@ -8209,9 +9435,9 @@ for arg do case $arg in - -f) RM="$RM $arg"; rmforce=yes ;; - -*) RM="$RM $arg" ;; - *) files="$files $arg" ;; + -f) func_append RM " $arg"; rmforce=yes ;; + -*) func_append RM " $arg" ;; + *) func_append files " $arg" ;; esac done @@ -8220,24 +9446,23 @@ rmdirs= - origobjdir="$objdir" for file in $files; do func_dirname "$file" "" "." dir="$func_dirname_result" if test "X$dir" = X.; then - objdir="$origobjdir" + odir="$objdir" else - objdir="$dir/$origobjdir" + odir="$dir/$objdir" fi func_basename "$file" name="$func_basename_result" - test "$mode" = uninstall && objdir="$dir" + test "$opt_mode" = uninstall && odir="$dir" - # Remember objdir for removal later, being careful to avoid duplicates - if test "$mode" = clean; then + # Remember odir for removal later, being careful to avoid duplicates + if test "$opt_mode" = clean; then case " $rmdirs " in - *" $objdir "*) ;; - *) rmdirs="$rmdirs $objdir" ;; + *" $odir "*) ;; + *) func_append rmdirs " $odir" ;; esac fi @@ -8263,18 +9488,17 @@ # Delete the libtool libraries and symlinks. for n in $library_names; do - rmfiles="$rmfiles $objdir/$n" + func_append rmfiles " $odir/$n" done - test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" + test -n "$old_library" && func_append rmfiles " $odir/$old_library" - case "$mode" in + case "$opt_mode" in clean) - case " $library_names " in - # " " in the beginning catches empty $dlname + case " $library_names " in *" $dlname "*) ;; - *) rmfiles="$rmfiles $objdir/$dlname" ;; + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac - test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then @@ -8302,19 +9526,19 @@ # Add PIC object to the list of files to remove. if test -n "$pic_object" && test "$pic_object" != none; then - rmfiles="$rmfiles $dir/$pic_object" + func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test "$non_pic_object" != none; then - rmfiles="$rmfiles $dir/$non_pic_object" + func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) - if test "$mode" = clean ; then + if test "$opt_mode" = clean ; then noexename=$name case $file in *.exe) @@ -8324,7 +9548,7 @@ noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe - rmfiles="$rmfiles $file" + func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. @@ -8333,7 +9557,7 @@ func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result - rmfiles="$rmfiles $func_ltwrapper_scriptname_result" + func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename @@ -8341,12 +9565,12 @@ # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles - rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" + func_append rmfiles " $odir/$name $odir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then - rmfiles="$rmfiles $objdir/lt-$name" + func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name" ; then - rmfiles="$rmfiles $objdir/lt-${noexename}.c" + func_append rmfiles " $odir/lt-${noexename}.c" fi fi fi @@ -8354,7 +9578,6 @@ esac func_show_eval "$RM $rmfiles" 'exit_status=1' done - objdir="$origobjdir" # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do @@ -8366,16 +9589,16 @@ exit $exit_status } -{ test "$mode" = uninstall || test "$mode" = clean; } && +{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && func_mode_uninstall ${1+"$@"} -test -z "$mode" && { +test -z "$opt_mode" && { help="$generic_help" func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ - func_fatal_help "invalid operation mode \`$mode'" + func_fatal_help "invalid operation mode \`$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" diff -Nru gimp-2.6.11/m4macros/Makefile.in gimp-2.6.12/m4macros/Makefile.in --- gimp-2.6.11/m4macros/Makefile.in 2010-10-03 20:15:09.000000000 +0000 +++ gimp-2.6.12/m4macros/Makefile.in 2012-01-31 14:25:22.000000000 +0000 @@ -230,6 +230,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -321,6 +322,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -358,7 +360,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/Makefile.in gimp-2.6.12/Makefile.in --- gimp-2.6.11/Makefile.in 2010-10-03 20:15:16.000000000 +0000 +++ gimp-2.6.12/Makefile.in 2012-01-31 14:25:32.000000000 +0000 @@ -289,6 +289,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -380,6 +381,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -417,7 +419,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/menus/Makefile.in gimp-2.6.12/menus/Makefile.in --- gimp-2.6.11/menus/Makefile.in 2010-10-03 20:15:09.000000000 +0000 +++ gimp-2.6.12/menus/Makefile.in 2012-01-31 14:25:22.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/modules/Makefile.in gimp-2.6.12/modules/Makefile.in --- gimp-2.6.11/modules/Makefile.in 2010-10-03 20:15:09.000000000 +0000 +++ gimp-2.6.12/modules/Makefile.in 2012-01-31 14:25:22.000000000 +0000 @@ -386,6 +386,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -477,6 +478,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -514,7 +516,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/NEWS gimp-2.6.12/NEWS --- gimp-2.6.11/NEWS 2010-10-03 20:22:06.000000000 +0000 +++ gimp-2.6.12/NEWS 2012-01-31 13:51:40.000000000 +0000 @@ -7,6 +7,47 @@ here, just bug-fixes. +Overview of Changes from GIMP 2.6.11 to GIMP 2.6.12 +=================================================== + +* Bugs fixed: + + 627328 - GIMP 2.6.10 segfaults when CTRL-left click on a layer mask + 631885 - GIMP fails to import a path from SVG + 631728 - Crash or Gtk-CRITICAL on File->Open + 641259 - [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:slice:TypeError: integer argument expected, got float + 640219 - gimp(1) manpage fixes + 640612 - Sample Colorize does not function non-interactively + 646947 - file-pdf-load: Don't use deprecated API + 639203 - file-psp: fix for bogus input data + 639203 - Fixes for some buffer overflow problems + 652280 - Guard against crash due to quitting while DND is processed + 660305 - fails to build with -Werror=format-security + 623045 - script-fu: make server IPv6 aware + + ... plus a ton of others. + +* Updated translations: + + Asturian (ast) + Catalan (Valencian) (ca@valencia) + Danish (da) + Greek (el) + Esperanto (eo) + Spanish (es) + Italian (it) + Japanese (ja) + Kazakh (kk) + Latvian (la) + Norwegian Nynorsk (nn) + Polish (pl) + Portuguese (pt) + Brazilian Portuguese (pt_BR) + Russian (ru) + Turkish (tr) + Simplified Chinese (zh_CN) + + Overview of Changes from GIMP 2.6.10 to GIMP 2.6.11 =================================================== @@ -15,7 +56,7 @@ 631199 - Printing and Print preview broken with cairo 1.10 572865 - Parasite handling had problems and can cause crashing 628893 - Error with string-append and gimp-drawable-get-name - 623850 - (Paco) Recursive Gaussian Filter error + 623850 - Colors -> Retinex creates halos 624487 - Fix incorrect "wrap mode" documentation values in Edge plug-in 557380 - Difference of Gaussians gives blank doc if "Invert" selected 627009 - Image type filter doesn't include .rgba SGI files diff -Nru gimp-2.6.11/plug-ins/color-rotate/images/Makefile.in gimp-2.6.12/plug-ins/color-rotate/images/Makefile.in --- gimp-2.6.11/plug-ins/color-rotate/images/Makefile.in 2010-10-03 20:15:10.000000000 +0000 +++ gimp-2.6.12/plug-ins/color-rotate/images/Makefile.in 2012-01-31 14:25:23.000000000 +0000 @@ -206,6 +206,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -297,6 +298,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -334,7 +336,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/color-rotate/Makefile.am gimp-2.6.12/plug-ins/color-rotate/Makefile.am --- gimp-2.6.11/plug-ins/color-rotate/Makefile.am 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/color-rotate/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,16 +1,18 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la - -if OS_WIN32 -mwindows = -mwindows -endif +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) diff -Nru gimp-2.6.11/plug-ins/color-rotate/Makefile.in gimp-2.6.12/plug-ins/color-rotate/Makefile.in --- gimp-2.6.11/plug-ins/color-rotate/Makefile.in 2010-10-03 20:15:10.000000000 +0000 +++ gimp-2.6.12/plug-ins/color-rotate/Makefile.in 2012-01-31 14:25:23.000000000 +0000 @@ -60,10 +60,12 @@ color_rotate_OBJECTS = $(am_color_rotate_OBJECTS) color_rotate_LDADD = $(LDADD) am__DEPENDENCIES_1 = -color_rotate_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimpmath) $(libgimp) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +color_rotate_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(am__DEPENDENCIES_2) $(libgimp) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -272,6 +274,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -363,6 +366,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -400,7 +404,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -421,14 +424,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) SUBDIRS = images color_rotate_SOURCES = \ diff -Nru gimp-2.6.11/plug-ins/common/file-gif-load.c gimp-2.6.12/plug-ins/common/file-gif-load.c --- gimp-2.6.11/plug-ins/common/file-gif-load.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/file-gif-load.c 2012-01-31 13:50:15.000000000 +0000 @@ -697,7 +697,8 @@ static gint firstcode, oldcode; static gint clear_code, end_code; static gint table[2][(1 << MAX_LZW_BITS)]; - static gint stack[(1 << (MAX_LZW_BITS)) * 2], *sp; +#define STACK_SIZE ((1 << (MAX_LZW_BITS)) * 2) + static gint stack[STACK_SIZE], *sp; gint i; if (just_reset_LZW) @@ -743,11 +744,11 @@ } while (firstcode == clear_code); - return firstcode; + return firstcode & 255; } if (sp > stack) - return *--sp; + return (*--sp) & 255; while ((code = GetCode (fd, code_size, FALSE)) >= 0) { @@ -770,9 +771,9 @@ sp = stack; firstcode = oldcode = GetCode (fd, code_size, FALSE); - return firstcode; + return firstcode & 255; } - else if (code == end_code) + else if (code == end_code || code > max_code) { gint count; guchar buf[260]; @@ -791,13 +792,14 @@ incode = code; - if (code >= max_code) + if (code == max_code) { - *sp++ = firstcode; + if (sp < &(stack[STACK_SIZE])) + *sp++ = firstcode; code = oldcode; } - while (code >= clear_code) + while (code >= clear_code && sp < &(stack[STACK_SIZE])) { *sp++ = table[1][code]; if (code == table[0][code]) @@ -808,7 +810,8 @@ code = table[0][code]; } - *sp++ = firstcode = table[1][code]; + if (sp < &(stack[STACK_SIZE])) + *sp++ = firstcode = table[1][code]; if ((code = max_code) < (1 << MAX_LZW_BITS)) { @@ -826,10 +829,10 @@ oldcode = incode; if (sp > stack) - return *--sp; + return (*--sp) & 255; } - return code; + return code & 255; } static gint32 diff -Nru gimp-2.6.11/plug-ins/common/file-mng.c gimp-2.6.12/plug-ins/common/file-mng.c --- gimp-2.6.11/plug-ins/common/file-mng.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/file-mng.c 2012-01-31 13:50:15.000000000 +0000 @@ -136,7 +136,6 @@ gint32 default_dispose; }; - /* Values of the instance of the above struct when the plug-in is * first invoked. */ @@ -160,6 +159,21 @@ }; +/* These are not saved or restored. */ + +struct mng_globals_t +{ + gboolean has_trns; + png_bytep trans; + int num_trans; + gboolean has_plte; + png_colorp palette; + int num_palette; +}; + +static struct mng_globals_t mngg; + + /* The output FILE pointer which is used by libmng; * passed around as user data. */ struct mnglib_userdata_t @@ -196,7 +210,8 @@ png_infop png_info_ptr, guchar *remap, gint32 image_id, - GimpDrawable *drawable); + GimpDrawable *drawable, + int *bit_depth); static gboolean mng_save_image (const gchar *filename, gint32 image_id, @@ -414,6 +429,18 @@ return FALSE; } +static int +get_bit_depth_for_palette (int num_palette) +{ + if (num_palette <= 2) + return 1; + else if (num_palette <= 4) + return 2; + else if (num_palette <= 16) + return 4; + else + return 8; +} /* Spins the color map (palette) putting the transparent color at * index 0 if there is space. If there isn't any space, warn the user @@ -422,11 +449,12 @@ */ static gboolean -respin_cmap (png_structp png_ptr, - png_infop png_info_ptr, +respin_cmap (png_structp pp, + png_infop info, guchar *remap, gint32 image_id, - GimpDrawable *drawable) + GimpDrawable *drawable, + int *bit_depth) { static guchar trans[] = { 0 }; guchar *before; @@ -464,10 +492,13 @@ if (transparent != -1) { - png_color palette[256] = { {0, 0, 0} }; + static png_color palette[256] = { {0, 0, 0} }; gint i; - png_set_tRNS (png_ptr, png_info_ptr, (png_bytep) trans, 1, NULL); + /* Set tRNS chunk values for writing later. */ + mngg.has_trns = TRUE; + mngg.trans = trans; + mngg.num_trans = 1; /* Transform all pixels with a value = transparent to * 0 and vice versa to compensate for re-ordering in palette @@ -489,7 +520,12 @@ palette[i].blue = before[3 * remap[i] + 2]; } - png_set_PLTE (png_ptr, png_info_ptr, (png_colorp) palette, colors); + /* Set PLTE chunk values for writing later. */ + mngg.has_plte = TRUE; + mngg.palette = palette; + mngg.num_palette = colors; + + *bit_depth = get_bit_depth_for_palette (colors); return TRUE; } @@ -500,7 +536,10 @@ } } - png_set_PLTE (png_ptr, png_info_ptr, (png_colorp) before, colors); + mngg.has_plte = TRUE; + mngg.palette = (png_colorp) before; + mngg.num_palette = colors; + *bit_depth = get_bit_depth_for_palette (colors); return FALSE; } @@ -777,7 +816,6 @@ for (i = (num_layers - 1); i >= 0; i--) { - gint num_colors; GimpImageType layer_drawable_type; GimpDrawable *layer_drawable; gint layer_offset_x, layer_offset_y; @@ -795,8 +833,8 @@ gchar frame_mode; int frame_delay; gchar *temp_file_name; - png_structp png_ptr; - png_infop png_info_ptr; + png_structp pp; + png_infop info; FILE *infile, *outfile; int num_passes; int tile_height; @@ -804,6 +842,8 @@ int pass, j, k, begin, end, num; guchar *fixed; guchar layer_remap[256]; + int color_type; + int bit_depth; layer_name = gimp_drawable_get_name (layers[i]); layer_chunks_type = parse_chunks_type_from_layer_name (layer_name); @@ -948,9 +988,9 @@ goto err3; } - png_ptr = png_create_write_struct (PNG_LIBPNG_VER_STRING, + pp = png_create_write_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); - if (NULL == png_ptr) + if (NULL == pp) { g_warning ("Unable to png_create_write_struct() in mng_save_image()"); fclose (outfile); @@ -958,89 +998,97 @@ goto err3; } - png_info_ptr = png_create_info_struct (png_ptr); - if (NULL == png_info_ptr) + info = png_create_info_struct (pp); + if (NULL == info) { g_warning ("Unable to png_create_info_struct() in mng_save_image()"); - png_destroy_write_struct (&png_ptr, NULL); + png_destroy_write_struct (&pp, NULL); fclose (outfile); g_unlink (temp_file_name); goto err3; } - if (setjmp (png_ptr->jmpbuf) != 0) + if (setjmp (png_jmpbuf (pp)) != 0) { g_warning ("HRM saving PNG in mng_save_image()"); - png_destroy_write_struct (&png_ptr, &png_info_ptr); + png_destroy_write_struct (&pp, &info); fclose (outfile); g_unlink (temp_file_name); goto err3; } - png_init_io (png_ptr, outfile); - png_set_compression_level (png_ptr, mng_data.compression_level); + png_init_io (pp, outfile); - png_info_ptr->width = layer_cols; - png_info_ptr->height = layer_rows; - png_info_ptr->interlace_type = (mng_data.interlaced == 0 ? 0 : 1); - png_info_ptr->bit_depth = 8; + bit_depth = 8; switch (layer_drawable_type) { case GIMP_RGB_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_RGB; + color_type = PNG_COLOR_TYPE_RGB; break; case GIMP_RGBA_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_RGB_ALPHA; + color_type = PNG_COLOR_TYPE_RGB_ALPHA; break; case GIMP_GRAY_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_GRAY; + color_type = PNG_COLOR_TYPE_GRAY; break; case GIMP_GRAYA_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_GRAY_ALPHA; + color_type = PNG_COLOR_TYPE_GRAY_ALPHA; break; case GIMP_INDEXED_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_PALETTE; - png_info_ptr->valid |= PNG_INFO_PLTE; - png_info_ptr->palette = - (png_colorp) gimp_image_get_colormap (image_id, &num_colors); - png_info_ptr->num_palette = num_colors; + color_type = PNG_COLOR_TYPE_PALETTE; + mngg.has_plte = TRUE; + mngg.palette = (png_colorp) + gimp_image_get_colormap (image_id, &mngg.num_palette); + bit_depth = get_bit_depth_for_palette (mngg.num_palette); break; case GIMP_INDEXEDA_IMAGE: - png_info_ptr->color_type = PNG_COLOR_TYPE_PALETTE; + color_type = PNG_COLOR_TYPE_PALETTE; layer_has_unique_palette = - respin_cmap (png_ptr, png_info_ptr, layer_remap, - image_id, layer_drawable); + respin_cmap (pp, info, layer_remap, + image_id, layer_drawable, + &bit_depth); break; default: g_warning ("This can't be!\n"); - png_destroy_write_struct (&png_ptr, &png_info_ptr); + png_destroy_write_struct (&pp, &info); fclose (outfile); g_unlink (temp_file_name); goto err3; } - if ((png_info_ptr->valid & PNG_INFO_PLTE) == PNG_INFO_PLTE) + /* Note: png_set_IHDR() must be called before any other + png_set_*() functions. */ + png_set_IHDR (pp, info, layer_cols, layer_rows, + bit_depth, + color_type, + mng_data.interlaced ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE, + PNG_COMPRESSION_TYPE_BASE, + PNG_FILTER_TYPE_BASE); + + if (mngg.has_trns) + { + png_set_tRNS (pp, info, mngg.trans, mngg.num_trans, NULL); + } + + if (mngg.has_plte) { - if (png_info_ptr->num_palette <= 2) - png_info_ptr->bit_depth = 1; - else if (png_info_ptr->num_palette <= 4) - png_info_ptr->bit_depth = 2; - else if (png_info_ptr->num_palette <= 16) - png_info_ptr->bit_depth = 4; + png_set_PLTE (pp, info, mngg.palette, mngg.num_palette); } - png_write_info (png_ptr, png_info_ptr); + png_set_compression_level (pp, mng_data.compression_level); + + png_write_info (pp, info); if (mng_data.interlaced != 0) - num_passes = png_set_interlace_handling (png_ptr); + num_passes = png_set_interlace_handling (pp); else num_passes = 1; - if ((png_info_ptr->color_type == PNG_COLOR_TYPE_PALETTE) && - (png_info_ptr->bit_depth < 8)) - png_set_packing (png_ptr); + if ((color_type == PNG_COLOR_TYPE_PALETTE) && + (bit_depth < 8)) + png_set_packing (pp); tile_height = gimp_tile_height (); layer_pixel = g_new (guchar, tile_height * layer_cols * layer_bpp); @@ -1065,7 +1113,7 @@ gimp_pixel_rgn_get_rect (&layer_pixel_rgn, layer_pixel, 0, begin, layer_cols, num); - if ((png_info_ptr->valid & PNG_INFO_tRNS) == PNG_INFO_tRNS) + if (png_get_valid (pp, info, PNG_INFO_tRNS)) { for (j = 0; j < num; j++) { @@ -1077,7 +1125,7 @@ } } else - if (((png_info_ptr->valid & PNG_INFO_PLTE) == PNG_INFO_PLTE) + if (png_get_valid (pp, info, PNG_INFO_PLTE) && (layer_bpp == 2)) { for (j = 0; j < num; j++) @@ -1089,12 +1137,12 @@ } } - png_write_rows (png_ptr, layer_pixels, num); + png_write_rows (pp, layer_pixels, num); } } - png_write_end (png_ptr, png_info_ptr); - png_destroy_write_struct (&png_ptr, &png_info_ptr); + png_write_end (pp, info); + png_destroy_write_struct (&pp, &info); g_free (layer_pixels); g_free (layer_pixel); diff -Nru gimp-2.6.11/plug-ins/common/file-pdf.c gimp-2.6.12/plug-ins/common/file-pdf.c --- gimp-2.6.11/plug-ins/common/file-pdf.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/file-pdf.c 2012-01-31 13:50:15.000000000 +0000 @@ -4,6 +4,9 @@ * * Copyright (C) 2005 Nathan Summers * + * Some code in render_page_to_surface() borrowed from + * poppler.git/glib/poppler-page.cc. + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -80,16 +83,20 @@ static PopplerDocument * open_document (const gchar *filename, GError **error); -static GdkPixbuf * get_thumbnail (PopplerDocument *doc, +static cairo_surface_t * get_thumb_surface (PopplerDocument *doc, + gint page, + gint preferred_size); + +static GdkPixbuf * get_thumb_pixbuf (PopplerDocument *doc, gint page, gint preferred_size); static gint32 layer_from_pixbuf (gint32 image, - const gchar *layer_name, - gint position, - GdkPixbuf *buf, - gdouble progress_start, - gdouble progress_scale); + const gchar *layer_name, + gint position, + GdkPixbuf *pixbuf, + gdouble progress_start, + gdouble progress_scale); /** ** the following was formerly part of @@ -433,11 +440,12 @@ } else { - gdouble width = 0; - gdouble height = 0; - gdouble scale; - gint32 image = -1; - GdkPixbuf *pixbuf = NULL; + gdouble width = 0; + gdouble height = 0; + gdouble scale; + gint32 image = -1; + gint num_pages = 0; + GdkPixbuf *pixbuf = NULL; /* Possibly retrieve last settings */ gimp_get_data (LOAD_PROC, &loadvals); @@ -455,7 +463,10 @@ g_object_unref (page); } - pixbuf = get_thumbnail (doc, 0, param[1].data.d_int32); + num_pages = poppler_document_get_n_pages (doc); + + pixbuf = get_thumb_pixbuf (doc, 0, param[1].data.d_int32); + g_object_unref (doc); } @@ -548,6 +559,187 @@ return doc; } +/* FIXME: Remove this someday when we depend fully on GTK+ >= 3 */ + +#if (!GTK_CHECK_VERSION (3, 0, 0)) + +static cairo_format_t +gdk_cairo_format_for_content (cairo_content_t content) +{ + switch (content) + { + case CAIRO_CONTENT_COLOR: + return CAIRO_FORMAT_RGB24; + case CAIRO_CONTENT_ALPHA: + return CAIRO_FORMAT_A8; + case CAIRO_CONTENT_COLOR_ALPHA: + default: + return CAIRO_FORMAT_ARGB32; + } +} + +static cairo_surface_t * +gdk_cairo_surface_coerce_to_image (cairo_surface_t *surface, + cairo_content_t content, + int src_x, + int src_y, + int width, + int height) +{ + cairo_surface_t *copy; + cairo_t *cr; + + copy = cairo_image_surface_create (gdk_cairo_format_for_content (content), + width, + height); + + cr = cairo_create (copy); + cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE); + cairo_set_source_surface (cr, surface, -src_x, -src_y); + cairo_paint (cr); + cairo_destroy (cr); + + return copy; +} + +static void +convert_alpha (guchar *dest_data, + int dest_stride, + guchar *src_data, + int src_stride, + int src_x, + int src_y, + int width, + int height) +{ + int x, y; + + src_data += src_stride * src_y + src_x * 4; + + for (y = 0; y < height; y++) { + guint32 *src = (guint32 *) src_data; + + for (x = 0; x < width; x++) { + guint alpha = src[x] >> 24; + + if (alpha == 0) + { + dest_data[x * 4 + 0] = 0; + dest_data[x * 4 + 1] = 0; + dest_data[x * 4 + 2] = 0; + } + else + { + dest_data[x * 4 + 0] = (((src[x] & 0xff0000) >> 16) * 255 + alpha / 2) / alpha; + dest_data[x * 4 + 1] = (((src[x] & 0x00ff00) >> 8) * 255 + alpha / 2) / alpha; + dest_data[x * 4 + 2] = (((src[x] & 0x0000ff) >> 0) * 255 + alpha / 2) / alpha; + } + dest_data[x * 4 + 3] = alpha; + } + + src_data += src_stride; + dest_data += dest_stride; + } +} + +static void +convert_no_alpha (guchar *dest_data, + int dest_stride, + guchar *src_data, + int src_stride, + int src_x, + int src_y, + int width, + int height) +{ + int x, y; + + src_data += src_stride * src_y + src_x * 4; + + for (y = 0; y < height; y++) { + guint32 *src = (guint32 *) src_data; + + for (x = 0; x < width; x++) { + dest_data[x * 3 + 0] = src[x] >> 16; + dest_data[x * 3 + 1] = src[x] >> 8; + dest_data[x * 3 + 2] = src[x]; + } + + src_data += src_stride; + dest_data += dest_stride; + } +} + +/** + * gdk_pixbuf_get_from_surface: + * @surface: surface to copy from + * @src_x: Source X coordinate within @surface + * @src_y: Source Y coordinate within @surface + * @width: Width in pixels of region to get + * @height: Height in pixels of region to get + * + * Transfers image data from a #cairo_surface_t and converts it to an RGB(A) + * representation inside a #GdkPixbuf. This allows you to efficiently read + * individual pixels from cairo surfaces. For #GdkWindows, use + * gdk_pixbuf_get_from_window() instead. + * + * This function will create an RGB pixbuf with 8 bits per channel. + * The pixbuf will contain an alpha channel if the @surface contains one. + * + * Return value: (transfer full): A newly-created pixbuf with a reference + * count of 1, or %NULL on error + */ +static GdkPixbuf * +gdk_pixbuf_get_from_surface (cairo_surface_t *surface, + gint src_x, + gint src_y, + gint width, + gint height) +{ + cairo_content_t content; + GdkPixbuf *dest; + + /* General sanity checks */ + g_return_val_if_fail (surface != NULL, NULL); + g_return_val_if_fail (width > 0 && height > 0, NULL); + + content = cairo_surface_get_content (surface) | CAIRO_CONTENT_COLOR; + dest = gdk_pixbuf_new (GDK_COLORSPACE_RGB, + !!(content & CAIRO_CONTENT_ALPHA), + 8, + width, height); + + surface = gdk_cairo_surface_coerce_to_image (surface, content, + src_x, src_y, + width, height); + cairo_surface_flush (surface); + if (cairo_surface_status (surface) || dest == NULL) + { + cairo_surface_destroy (surface); + return NULL; + } + + if (gdk_pixbuf_get_has_alpha (dest)) + convert_alpha (gdk_pixbuf_get_pixels (dest), + gdk_pixbuf_get_rowstride (dest), + cairo_image_surface_get_data (surface), + cairo_image_surface_get_stride (surface), + 0, 0, + width, height); + else + convert_no_alpha (gdk_pixbuf_get_pixels (dest), + gdk_pixbuf_get_rowstride (dest), + cairo_image_surface_get_data (surface), + cairo_image_surface_get_stride (surface), + 0, 0, + width, height); + + cairo_surface_destroy (surface); + return dest; +} + +#endif + static gint32 layer_from_pixbuf (gint32 image, const gchar *layer_name, @@ -566,6 +758,54 @@ return layer; } +static cairo_surface_t * +render_page_to_surface (PopplerPage *page, + int width, + int height, + double scale) +{ + cairo_surface_t *surface; + cairo_t *cr; + + surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, width, height); + cr = cairo_create (surface); + + cairo_save (cr); + cairo_translate (cr, 0.0, 0.0); + + if (scale != 1.0) + cairo_scale (cr, scale, scale); + + poppler_page_render (page, cr); + cairo_restore (cr); + + cairo_set_operator (cr, CAIRO_OPERATOR_DEST_OVER); + cairo_set_source_rgb (cr, 1.0, 1.0, 1.0); + cairo_paint (cr); + + cairo_destroy (cr); + + return surface; +} + +static GdkPixbuf * +render_page_to_pixbuf (PopplerPage *page, + int width, + int height, + double scale) +{ + GdkPixbuf *pixbuf; + cairo_surface_t *surface; + + surface = render_page_to_surface (page, width, height, scale); + pixbuf = gdk_pixbuf_get_from_surface (surface, 0, 0, + cairo_image_surface_get_width (surface), + cairo_image_surface_get_height (surface)); + cairo_surface_destroy (surface); + + return pixbuf; +} + static gint32 load_image (PopplerDocument *doc, const gchar *filename, @@ -597,7 +837,7 @@ gdouble page_width; gdouble page_height; - GdkPixbuf *buf; + GdkPixbuf *pixbuf; gint width; gint height; @@ -627,15 +867,13 @@ gimp_image_set_resolution (image_ID, resolution, resolution); } - buf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, FALSE, 8, width, height); + pixbuf = render_page_to_pixbuf (page, width, height, scale); - poppler_page_render_to_pixbuf (page, 0, 0, width, height, scale, 0, buf); - - layer_from_pixbuf (image_ID, page_label, i, buf, + layer_from_pixbuf (image_ID, page_label, i, pixbuf, doc_progress, 1.0 / pages->n_pages); g_free (page_label); - g_object_unref (buf); + g_object_unref(pixbuf); doc_progress = (double) (i + 1) / pages->n_pages; gimp_progress_update (doc_progress); @@ -676,30 +914,22 @@ return image_ID; } -static GdkPixbuf * -get_thumbnail (PopplerDocument *doc, - gint page_num, - gint preferred_size) +static cairo_surface_t * +get_thumb_surface (PopplerDocument *doc, + gint page_num, + gint preferred_size) { PopplerPage *page; - GdkPixbuf *pixbuf; + cairo_surface_t *surface; page = poppler_document_get_page (doc, page_num); if (! page) return NULL; - /* XXX: Remove conditional when we depend on poppler 0.8.0, but also - * add configure check to make sure POPPLER_WITH_GDK is enabled! - */ -#ifdef POPPLER_WITH_GDK - pixbuf = poppler_page_get_thumbnail_pixbuf (page); -#else - pixbuf = poppler_page_get_thumbnail (page); -#endif + surface = poppler_page_get_thumbnail (page); - - if (! pixbuf) + if (! surface) { gdouble width; gdouble height; @@ -712,15 +942,28 @@ width *= scale; height *= scale; - pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, FALSE, 8, - width, height); - - poppler_page_render_to_pixbuf (page, - 0, 0, width, height, scale, 0, pixbuf); + surface = render_page_to_surface (page, width, height, scale); } g_object_unref (page); + return surface; +} + +static GdkPixbuf * +get_thumb_pixbuf (PopplerDocument *doc, + gint page_num, + gint preferred_size) +{ + cairo_surface_t *surface; + GdkPixbuf *pixbuf; + + surface = get_thumb_surface (doc, page_num, preferred_size); + pixbuf = gdk_pixbuf_get_from_surface (surface, 0, 0, + cairo_image_surface_get_width (surface), + cairo_image_surface_get_height (surface)); + cairo_surface_destroy (surface); + return pixbuf; } @@ -769,8 +1012,8 @@ idle_data->page_no = i; /* FIXME get preferred size from somewhere? */ - idle_data->pixbuf = get_thumbnail (thread_data->document, i, - THUMBNAIL_SIZE); + idle_data->pixbuf = get_thumb_pixbuf (thread_data->document, i, + THUMBNAIL_SIZE); g_idle_add (idle_set_thumbnail, idle_data); diff -Nru gimp-2.6.11/plug-ins/common/file-png.c gimp-2.6.12/plug-ins/common/file-png.c --- gimp-2.6.11/plug-ins/common/file-png.c 2010-07-13 20:22:27.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/file-png.c 2012-01-31 13:50:15.000000000 +0000 @@ -106,6 +106,17 @@ } PngSaveGui; +/* These are not saved or restored. */ +typedef struct +{ + gboolean has_trns; + png_bytep trans; + int num_trans; + gboolean has_plte; + png_colorp palette; + int num_palette; +} +PngGlobals; /* * Local functions... @@ -127,7 +138,7 @@ gint32 orig_image_ID, GError **error); -static void respin_cmap (png_structp pp, +static int respin_cmap (png_structp pp, png_infop info, guchar *remap, gint32 image_ID, @@ -175,6 +186,7 @@ }; static PngSaveVals pngvals; +static PngGlobals pngg; /* @@ -653,13 +665,25 @@ error_data->drawable->width, num); } - longjmp (png_ptr->jmpbuf, 1); + longjmp (png_jmpbuf (png_ptr), 1); +} + +static int +get_bit_depth_for_palette (int num_palette) +{ + if (num_palette <= 2) + return 1; + else if (num_palette <= 4) + return 2; + else if (num_palette <= 16) + return 4; + else + return 8; } /* * 'load_image()' - Load a PNG image into a new image window. */ - static gint32 load_image (const gchar *filename, gboolean interactive, @@ -695,9 +719,20 @@ gint num_texts; pp = png_create_read_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); + if (!pp) + { + /* this could happen if the compile time and run-time libpng + versions do not match. */ + + g_set_error (error, 0, 0, + _("Error creating PNG read struct while saving '%s'."), + gimp_filename_to_utf8 (filename)); + return -1; + } + info = png_create_info_struct (pp); - if (setjmp (pp->jmpbuf)) + if (setjmp (png_jmpbuf (pp))) { g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED, _("Error while reading '%s'. File corrupted?"), @@ -705,10 +740,6 @@ return image; } - /* initialise image here, thus avoiding compiler warnings */ - - image = -1; - /* * Open the file and initialize the PNG read "engine"... */ @@ -738,17 +769,19 @@ * Latest attempt, this should be my best yet :) */ - if (info->bit_depth == 16) + if (png_get_bit_depth (pp, info) == 16) { png_set_strip_16 (pp); } - if (info->color_type == PNG_COLOR_TYPE_GRAY && info->bit_depth < 8) + if (png_get_color_type (pp, info) == PNG_COLOR_TYPE_GRAY && + png_get_bit_depth (pp, info) < 8) { png_set_expand (pp); } - if (info->color_type == PNG_COLOR_TYPE_PALETTE && info->bit_depth < 8) + if (png_get_color_type (pp, info) == PNG_COLOR_TYPE_PALETTE && + png_get_bit_depth (pp, info) < 8) { png_set_packing (pp); } @@ -757,8 +790,8 @@ * Expand G+tRNS to GA, RGB+tRNS to RGBA */ - if (info->color_type != PNG_COLOR_TYPE_PALETTE && - (info->valid & PNG_INFO_tRNS)) + if (png_get_color_type (pp, info) != PNG_COLOR_TYPE_PALETTE && + png_get_valid (pp, info, PNG_INFO_tRNS)) { png_set_expand (pp); } @@ -775,7 +808,7 @@ */ if (png_get_valid (pp, info, PNG_INFO_tRNS) && - info->color_type == PNG_COLOR_TYPE_PALETTE) + png_get_color_type (pp, info) == PNG_COLOR_TYPE_PALETTE) { png_get_tRNS (pp, info, &alpha_ptr, &num, NULL); /* Copy the existing alpha values from the tRNS chunk */ @@ -797,7 +830,7 @@ png_read_update_info (pp, info); - switch (info->color_type) + switch (png_get_color_type (pp, info)) { case PNG_COLOR_TYPE_RGB: /* RGB */ bpp = 3; @@ -836,7 +869,9 @@ return -1; } - image = gimp_image_new (info->width, info->height, image_type); + image = gimp_image_new (png_get_image_width (pp, info), + png_get_image_height (pp, info), + image_type); if (image == -1) { g_set_error (error, 0, 0, @@ -849,7 +884,9 @@ * Create the "background" layer to hold the image... */ - layer = gimp_layer_new (image, _("Background"), info->width, info->height, + layer = gimp_layer_new (image, _("Background"), + png_get_image_width (pp, info), + png_get_image_height (pp, info), layer_type, 100, GIMP_NORMAL_MODE); gimp_image_add_layer (image, layer, 0); @@ -883,7 +920,8 @@ gimp_layer_set_offsets (layer, offset_x, offset_y); - if ((abs (offset_x) > info->width) || (abs (offset_y) > info->height)) + if ((abs (offset_x) > png_get_image_width (pp, info)) || + (abs (offset_y) > png_get_image_height (pp, info))) { if (interactive) g_message (_("The PNG file specifies an offset that caused " @@ -938,23 +976,27 @@ empty = 0; /* by default assume no full transparent palette entries */ - if (info->color_type & PNG_COLOR_MASK_PALETTE) + if (png_get_color_type (pp, info) & PNG_COLOR_MASK_PALETTE) { + png_colorp palette; + int num_palette; + + png_get_PLTE (pp, info, &palette, &num_palette); if (png_get_valid (pp, info, PNG_INFO_tRNS)) { for (empty = 0; empty < 256 && alpha[empty] == 0; ++empty) /* Calculates number of fully transparent "empty" entries */; /* keep at least one entry */ - empty = MIN (empty, info->num_palette - 1); + empty = MIN (empty, num_palette - 1); - gimp_image_set_colormap (image, (guchar *) (info->palette + empty), - info->num_palette - empty); + gimp_image_set_colormap (image, (guchar *) (palette + empty), + num_palette - empty); } else { - gimp_image_set_colormap (image, (guchar *) info->palette, - info->num_palette); + gimp_image_set_colormap (image, (guchar *) palette, + num_palette); } } @@ -972,18 +1014,19 @@ */ tile_height = gimp_tile_height (); - pixel = g_new0 (guchar, tile_height * info->width * bpp); + pixel = g_new0 (guchar, tile_height * png_get_image_width (pp, info) * bpp); pixels = g_new (guchar *, tile_height); for (i = 0; i < tile_height; i++) - pixels[i] = pixel + info->width * info->channels * i; + pixels[i] = pixel + png_get_image_width (pp, info) * + png_get_channels (pp, info) * i; /* Install our own error handler to handle incomplete PNG files better */ error_data.drawable = drawable; error_data.pixel = pixel; error_data.tile_height = tile_height; - error_data.width = info->width; - error_data.height = info->height; + error_data.width = png_get_image_width (pp, info); + error_data.height = png_get_image_height (pp, info); error_data.bpp = bpp; error_data.pixel_rgn = &pixel_rgn; @@ -996,10 +1039,11 @@ */ for (begin = 0, end = tile_height; - begin < info->height; begin += tile_height, end += tile_height) + begin < png_get_image_height (pp, info); + begin += tile_height, end += tile_height) { - if (end > info->height) - end = info->height; + if (end > png_get_image_height (pp, info)) + end = png_get_image_height (pp, info); num = end - begin; @@ -1016,11 +1060,13 @@ gimp_pixel_rgn_set_rect (&pixel_rgn, pixel, 0, begin, drawable->width, num); - memset (pixel, 0, tile_height * info->width * bpp); + memset (pixel, 0, + tile_height * png_get_image_width (pp, info) * bpp); - gimp_progress_update (((gdouble) pass + - (gdouble) end / (gdouble) info->height) / - (gdouble) num_passes); + gimp_progress_update + (((gdouble) pass + + (gdouble) end / (gdouble) png_get_image_height (pp, info)) / + (gdouble) num_passes); } } @@ -1189,7 +1235,6 @@ GimpPixelRgn pixel_rgn; /* Pixel region for layer */ png_structp pp; /* PNG read pointer */ png_infop info; /* PNG info pointer */ - gint num_colors; /* Number of colors in colormap */ gint offx, offy; /* Drawable offsets from origin */ guchar **pixels, /* Pixel rows */ *fixed, /* Fixed-up pixel data */ @@ -1200,56 +1245,28 @@ guchar red, green, blue; /* Used for palette background */ time_t cutime; /* Time since epoch */ struct tm *gmt; /* GMT broken down */ + int color_type; + int bit_depth; guchar remap[256]; /* Re-mapping for the palette */ png_textp text = NULL; - if (pngvals.comment) + pp = png_create_write_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); + if (!pp) { - GimpParasite *parasite; - gsize text_length = 0; - - parasite = gimp_image_parasite_find (orig_image_ID, "gimp-comment"); - if (parasite) - { - gchar *comment = g_strndup (gimp_parasite_data (parasite), - gimp_parasite_data_size (parasite)); - - gimp_parasite_free (parasite); - - text = g_new0 (png_text, 1); - text->key = "Comment"; + /* this could happen if the compile time and run-time libpng + versions do not match. */ -#ifdef PNG_iTXt_SUPPORTED - - text->compression = PNG_ITXT_COMPRESSION_NONE; - text->text = comment; - text->itxt_length = strlen (comment); - -#else - - text->compression = PNG_TEXT_COMPRESSION_NONE; - text->text = g_convert (comment, -1, - "ISO-8859-1", "UTF-8", - NULL, &text_length, - NULL); - text->text_length = text_length; - -#endif - - if (!text->text) - { - g_free (text); - text = NULL; - } - } + g_set_error (error, 0, 0, + _("Error creating PNG write struct while saving '%s'."), + gimp_filename_to_utf8 (filename)); + return FALSE; } - pp = png_create_write_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); info = png_create_info_struct (pp); - if (setjmp (pp->jmpbuf)) + if (setjmp (png_jmpbuf (pp))) { g_set_error (error, 0, 0, _("Error while saving '%s'. Could not save image."), @@ -1257,9 +1274,6 @@ return FALSE; } - if (text) - png_set_text (pp, info, text, 1); - /* * Open the file and initialize the PNG write "engine"... */ @@ -1286,17 +1300,6 @@ type = gimp_drawable_type (drawable_ID); /* - * Set the image dimensions, bit depth, interlacing and compression - */ - - png_set_compression_level (pp, pngvals.compression_level); - - info->width = drawable->width; - info->height = drawable->height; - info->bit_depth = 8; - info->interlace_type = pngvals.interlaced; - - /* * Initialise remap[] */ for (i = 0; i < 256; i++) @@ -1306,42 +1309,44 @@ * Set color type and remember bytes per pixel count */ + bit_depth = 8; + switch (type) { case GIMP_RGB_IMAGE: - info->color_type = PNG_COLOR_TYPE_RGB; + color_type = PNG_COLOR_TYPE_RGB; bpp = 3; break; case GIMP_RGBA_IMAGE: - info->color_type = PNG_COLOR_TYPE_RGB_ALPHA; + color_type = PNG_COLOR_TYPE_RGB_ALPHA; bpp = 4; break; case GIMP_GRAY_IMAGE: - info->color_type = PNG_COLOR_TYPE_GRAY; + color_type = PNG_COLOR_TYPE_GRAY; bpp = 1; break; case GIMP_GRAYA_IMAGE: - info->color_type = PNG_COLOR_TYPE_GRAY_ALPHA; + color_type = PNG_COLOR_TYPE_GRAY_ALPHA; bpp = 2; break; case GIMP_INDEXED_IMAGE: bpp = 1; - info->color_type = PNG_COLOR_TYPE_PALETTE; - info->valid |= PNG_INFO_PLTE; - info->palette = - (png_colorp) gimp_image_get_colormap (image_ID, &num_colors); - info->num_palette = num_colors; + color_type = PNG_COLOR_TYPE_PALETTE; + pngg.has_plte = TRUE; + pngg.palette = (png_colorp) gimp_image_get_colormap (image_ID, + &pngg.num_palette); + bit_depth = get_bit_depth_for_palette (pngg.num_palette); break; case GIMP_INDEXEDA_IMAGE: bpp = 2; - info->color_type = PNG_COLOR_TYPE_PALETTE; + color_type = PNG_COLOR_TYPE_PALETTE; /* fix up transparency */ - respin_cmap (pp, info, remap, image_ID, drawable); + bit_depth = respin_cmap (pp, info, remap, image_ID, drawable); break; default: @@ -1349,21 +1354,29 @@ return FALSE; } - /* - * Fix bit depths for (possibly) smaller colormap images - */ + /* Note: png_set_IHDR() must be called before any other png_set_*() + functions. */ + png_set_IHDR (pp, info, drawable->width, drawable->height, + bit_depth, + color_type, + pngvals.interlaced ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE, + PNG_COMPRESSION_TYPE_BASE, + PNG_FILTER_TYPE_BASE); - if (info->valid & PNG_INFO_PLTE) + if (pngg.has_trns) { - if (info->num_palette <= 2) - info->bit_depth = 1; - else if (info->num_palette <= 4) - info->bit_depth = 2; - else if (info->num_palette <= 16) - info->bit_depth = 4; - /* otherwise the default is fine */ + png_set_tRNS (pp, info, pngg.trans, pngg.num_trans, NULL); } + if (pngg.has_plte) + { + png_set_PLTE (pp, info, pngg.palette, pngg.num_palette); + } + + /* Set the compression level */ + + png_set_compression_level (pp, pngvals.compression_level); + /* All this stuff is optional extras, if the user is aiming for smallest possible file size she can turn them all off */ @@ -1462,6 +1475,52 @@ } #endif + if (pngvals.comment) + { + GimpParasite *parasite; +#ifndef PNG_iTXt_SUPPORTED + gsize text_length = 0; +#endif /* PNG_iTXt_SUPPORTED */ + + parasite = gimp_image_parasite_find (orig_image_ID, "gimp-comment"); + if (parasite) + { + gchar *comment = g_strndup (gimp_parasite_data (parasite), + gimp_parasite_data_size (parasite)); + + gimp_parasite_free (parasite); + + text = g_new0 (png_text, 1); + text->key = "Comment"; + +#ifdef PNG_iTXt_SUPPORTED + + text->compression = PNG_ITXT_COMPRESSION_NONE; + text->text = comment; + text->itxt_length = strlen (comment); + +#else + + text->compression = PNG_TEXT_COMPRESSION_NONE; + text->text = g_convert (comment, -1, + "ISO-8859-1", "UTF-8", + NULL, &text_length, + NULL); + text->text_length = text_length; + +#endif + + if (!text->text) + { + g_free (text); + text = NULL; + } + } + } + + if (text) + png_set_text (pp, info, text, 1); + png_write_info (pp, info); /* @@ -1477,7 +1536,8 @@ * Convert unpacked pixels to packed if necessary */ - if (info->color_type == PNG_COLOR_TYPE_PALETTE && info->bit_depth < 8) + if (color_type == PNG_COLOR_TYPE_PALETTE && + bit_depth < 8) png_set_packing (pp); /* @@ -1507,7 +1567,9 @@ gimp_pixel_rgn_get_rect (&pixel_rgn, pixel, 0, begin, drawable->width, num); - /*if we are with a RGBA image and have to pre-multiply the alpha channel */ + + /* If we are with a RGBA image and have to pre-multiply the + alpha channel */ if (bpp == 4 && ! pngvals.save_transp_pixels) { for (i = 0; i < num; ++i) @@ -1529,7 +1591,7 @@ /* If we're dealing with a paletted image with * transparency set, write out the remapped palette */ - if (info->valid & PNG_INFO_tRNS) + if (png_get_valid (pp, info, PNG_INFO_tRNS)) { guchar inverse_remap[256]; @@ -1547,9 +1609,11 @@ } } } + /* Otherwise if we have a paletted image and transparency * couldn't be set, we ignore the alpha channel */ - else if (info->valid & PNG_INFO_PLTE && bpp == 2) + else if (png_get_valid (pp, info, PNG_INFO_PLTE) && + bpp == 2) { for (i = 0; i < num; ++i) { @@ -1564,7 +1628,7 @@ png_write_rows (pp, pixels, num); gimp_progress_update (((double) pass + (double) end / - (double) info->height) / + (double) drawable->height) / (double) num_passes); } } @@ -1694,14 +1758,14 @@ } -static void +static int respin_cmap (png_structp pp, png_infop info, guchar *remap, gint32 image_ID, GimpDrawable *drawable) { - static const guchar trans[] = { 0 }; + static guchar trans[] = { 0 }; gint colors; guchar *before; @@ -1728,10 +1792,13 @@ * index - do like gif2png and swap * index 0 and index transparent */ { - png_color palette[256]; + static png_color palette[256]; gint i; - png_set_tRNS (pp, info, (png_bytep) trans, 1, NULL); + /* Set tRNS chunk values for writing later. */ + pngg.has_trns = TRUE; + pngg.trans = trans; + pngg.num_trans = 1; /* Transform all pixels with a value = transparent to * 0 and vice versa to compensate for re-ordering in palette @@ -1752,7 +1819,10 @@ palette[i].blue = before[3 * remap[i] + 2]; } - png_set_PLTE (pp, info, palette, colors); + /* Set PLTE chunk values for writing later. */ + pngg.has_plte = TRUE; + pngg.palette = palette; + pngg.num_palette = colors; } else { @@ -1760,14 +1830,22 @@ * transparency & just use the full palette */ g_message (_("Couldn't losslessly save transparency, " "saving opacity instead.")); - png_set_PLTE (pp, info, (png_colorp) before, colors); + + /* Set PLTE chunk values for writing later. */ + pngg.has_plte = TRUE; + pngg.palette = (png_colorp) before; + pngg.num_palette = colors; } } else { - png_set_PLTE (pp, info, (png_colorp) before, colors); + /* Set PLTE chunk values for writing later. */ + pngg.has_plte = TRUE; + pngg.palette = (png_colorp) before; + pngg.num_palette = colors; } + return get_bit_depth_for_palette (colors); } static gboolean diff -Nru gimp-2.6.11/plug-ins/common/file-psp.c gimp-2.6.12/plug-ins/common/file-psp.c --- gimp-2.6.11/plug-ins/common/file-psp.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/file-psp.c 2012-01-31 13:50:15.000000000 +0000 @@ -1244,6 +1244,10 @@ } else fread (buf, runcount, 1, f); + + /* prevent buffer overflow for bogus data */ + runcount = MIN (runcount, (endq - q) / bytespp); + if (bytespp == 1) { memmove (q, buf, runcount); diff -Nru gimp-2.6.11/plug-ins/common/lcms.c gimp-2.6.12/plug-ins/common/lcms.c --- gimp-2.6.11/plug-ins/common/lcms.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/lcms.c 2012-01-31 13:50:15.000000000 +0000 @@ -804,7 +804,7 @@ if (! file) { - g_message (error->message); + g_message ("%s", error->message); g_error_free (error); return FALSE; @@ -1109,7 +1109,7 @@ if (! file) { - g_message (error->message); + g_message ("%s", error->message); g_error_free (error); return NULL; diff -Nru gimp-2.6.11/plug-ins/common/mail.c gimp-2.6.12/plug-ins/common/mail.c --- gimp-2.6.11/plug-ins/common/mail.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/mail.c 2012-01-31 13:50:15.000000000 +0000 @@ -351,7 +351,7 @@ if (! to64 (tmpname, mailpipe, &error)) { - g_message (error->message); + g_message ("%s", error->message); g_error_free (error); goto error; } diff -Nru gimp-2.6.11/plug-ins/common/Makefile.am gimp-2.6.12/plug-ins/common/Makefile.am --- gimp-2.6.11/plug-ins/common/Makefile.am 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -7,21 +7,22 @@ ## Modify those two files instead of this one; for most ## plug-ins you should only need to modify plugin-defs.pl. +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) libgimpmodule = $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la -if OS_WIN32 -mwindows = -mwindows -endif - AM_LDFLAGS = $(mwindows) libexecdir = $(gimpplugindir)/plug-ins diff -Nru gimp-2.6.11/plug-ins/common/Makefile.in gimp-2.6.12/plug-ins/common/Makefile.in --- gimp-2.6.11/plug-ins/common/Makefile.in 2010-10-03 20:15:10.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/Makefile.in 2012-01-31 14:25:24.000000000 +0000 @@ -114,63 +114,72 @@ am_alien_map_OBJECTS = alien-map.$(OBJEXT) alien_map_OBJECTS = $(am_alien_map_OBJECTS) am__DEPENDENCIES_1 = +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ + $(am__DEPENDENCIES_1) alien_map_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_align_layers_OBJECTS = align-layers.$(OBJEXT) align_layers_OBJECTS = $(am_align_layers_OBJECTS) align_layers_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_animation_optimize_OBJECTS = animation-optimize.$(OBJEXT) animation_optimize_OBJECTS = $(am_animation_optimize_OBJECTS) -animation_optimize_DEPENDENCIES = $(libgimp) $(libgimpmath) \ +animation_optimize_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_animation_play_OBJECTS = animation-play.$(OBJEXT) animation_play_OBJECTS = $(am_animation_play_OBJECTS) animation_play_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_antialias_OBJECTS = antialias.$(OBJEXT) antialias_OBJECTS = $(am_antialias_OBJECTS) -antialias_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +antialias_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_apply_canvas_OBJECTS = apply-canvas.$(OBJEXT) apply_canvas_OBJECTS = $(am_apply_canvas_OBJECTS) apply_canvas_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_blinds_OBJECTS = blinds.$(OBJEXT) blinds_OBJECTS = $(am_blinds_OBJECTS) blinds_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_blur_OBJECTS = blur.$(OBJEXT) blur_OBJECTS = $(am_blur_OBJECTS) -blur_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ +blur_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_blur_gauss_OBJECTS = blur-gauss.$(OBJEXT) blur_gauss_OBJECTS = $(am_blur_gauss_OBJECTS) blur_gauss_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_blur_gauss_selective_OBJECTS = \ blur_gauss_selective-blur-gauss-selective.$(OBJEXT) blur_gauss_selective_OBJECTS = $(am_blur_gauss_selective_OBJECTS) blur_gauss_selective_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) blur_gauss_selective_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(blur_gauss_selective_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ @@ -178,825 +187,912 @@ am_blur_motion_OBJECTS = blur-motion.$(OBJEXT) blur_motion_OBJECTS = $(am_blur_motion_OBJECTS) blur_motion_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_border_average_OBJECTS = border-average.$(OBJEXT) border_average_OBJECTS = $(am_border_average_OBJECTS) border_average_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_bump_map_OBJECTS = bump-map.$(OBJEXT) bump_map_OBJECTS = $(am_bump_map_OBJECTS) bump_map_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_cartoon_OBJECTS = cartoon.$(OBJEXT) cartoon_OBJECTS = $(am_cartoon_OBJECTS) cartoon_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_channel_mixer_OBJECTS = channel-mixer.$(OBJEXT) channel_mixer_OBJECTS = $(am_channel_mixer_OBJECTS) channel_mixer_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_checkerboard_OBJECTS = checkerboard.$(OBJEXT) checkerboard_OBJECTS = $(am_checkerboard_OBJECTS) checkerboard_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_cml_explorer_OBJECTS = cml-explorer.$(OBJEXT) cml_explorer_OBJECTS = $(am_cml_explorer_OBJECTS) cml_explorer_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_color_cube_analyze_OBJECTS = color-cube-analyze.$(OBJEXT) color_cube_analyze_OBJECTS = $(am_color_cube_analyze_OBJECTS) color_cube_analyze_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_color_enhance_OBJECTS = color-enhance.$(OBJEXT) color_enhance_OBJECTS = $(am_color_enhance_OBJECTS) color_enhance_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_color_exchange_OBJECTS = color-exchange.$(OBJEXT) color_exchange_OBJECTS = $(am_color_exchange_OBJECTS) color_exchange_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_color_to_alpha_OBJECTS = color-to-alpha.$(OBJEXT) color_to_alpha_OBJECTS = $(am_color_to_alpha_OBJECTS) color_to_alpha_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_colorify_OBJECTS = colorify.$(OBJEXT) colorify_OBJECTS = $(am_colorify_OBJECTS) colorify_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_colormap_remap_OBJECTS = colormap-remap.$(OBJEXT) colormap_remap_OBJECTS = $(am_colormap_remap_OBJECTS) colormap_remap_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_compose_OBJECTS = compose.$(OBJEXT) compose_OBJECTS = $(am_compose_OBJECTS) compose_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_contrast_normalize_OBJECTS = contrast-normalize.$(OBJEXT) contrast_normalize_OBJECTS = $(am_contrast_normalize_OBJECTS) -contrast_normalize_DEPENDENCIES = $(libgimp) $(libgimpmath) \ +contrast_normalize_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_contrast_retinex_OBJECTS = contrast-retinex.$(OBJEXT) contrast_retinex_OBJECTS = $(am_contrast_retinex_OBJECTS) contrast_retinex_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_contrast_stretch_OBJECTS = contrast-stretch.$(OBJEXT) contrast_stretch_OBJECTS = $(am_contrast_stretch_OBJECTS) -contrast_stretch_DEPENDENCIES = $(libgimp) $(libgimpmath) \ +contrast_stretch_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_contrast_stretch_hsv_OBJECTS = contrast-stretch-hsv.$(OBJEXT) contrast_stretch_hsv_OBJECTS = $(am_contrast_stretch_hsv_OBJECTS) -contrast_stretch_hsv_DEPENDENCIES = $(libgimp) $(libgimpmath) \ +contrast_stretch_hsv_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_convolution_matrix_OBJECTS = convolution-matrix.$(OBJEXT) convolution_matrix_OBJECTS = $(am_convolution_matrix_OBJECTS) convolution_matrix_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_crop_auto_OBJECTS = crop-auto.$(OBJEXT) crop_auto_OBJECTS = $(am_crop_auto_OBJECTS) -crop_auto_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +crop_auto_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_crop_zealous_OBJECTS = crop-zealous.$(OBJEXT) crop_zealous_OBJECTS = $(am_crop_zealous_OBJECTS) -crop_zealous_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +crop_zealous_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_cubism_OBJECTS = cubism.$(OBJEXT) cubism_OBJECTS = $(am_cubism_OBJECTS) cubism_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_curve_bend_OBJECTS = curve-bend.$(OBJEXT) curve_bend_OBJECTS = $(am_curve_bend_OBJECTS) curve_bend_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_decompose_OBJECTS = decompose.$(OBJEXT) decompose_OBJECTS = $(am_decompose_OBJECTS) decompose_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_deinterlace_OBJECTS = deinterlace.$(OBJEXT) deinterlace_OBJECTS = $(am_deinterlace_OBJECTS) deinterlace_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_depth_merge_OBJECTS = depth-merge.$(OBJEXT) depth_merge_OBJECTS = $(am_depth_merge_OBJECTS) depth_merge_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_despeckle_OBJECTS = despeckle.$(OBJEXT) despeckle_OBJECTS = $(am_despeckle_OBJECTS) despeckle_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_destripe_OBJECTS = destripe.$(OBJEXT) destripe_OBJECTS = $(am_destripe_OBJECTS) destripe_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_diffraction_OBJECTS = diffraction.$(OBJEXT) diffraction_OBJECTS = $(am_diffraction_OBJECTS) diffraction_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_displace_OBJECTS = displace.$(OBJEXT) displace_OBJECTS = $(am_displace_OBJECTS) displace_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_edge_OBJECTS = edge.$(OBJEXT) edge_OBJECTS = $(am_edge_OBJECTS) edge_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_edge_dog_OBJECTS = edge-dog.$(OBJEXT) edge_dog_OBJECTS = $(am_edge_dog_OBJECTS) edge_dog_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_edge_laplace_OBJECTS = edge-laplace.$(OBJEXT) edge_laplace_OBJECTS = $(am_edge_laplace_OBJECTS) -edge_laplace_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +edge_laplace_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_edge_neon_OBJECTS = edge-neon.$(OBJEXT) edge_neon_OBJECTS = $(am_edge_neon_OBJECTS) edge_neon_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_edge_sobel_OBJECTS = edge-sobel.$(OBJEXT) edge_sobel_OBJECTS = $(am_edge_sobel_OBJECTS) edge_sobel_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_emboss_OBJECTS = emboss.$(OBJEXT) emboss_OBJECTS = $(am_emboss_OBJECTS) emboss_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_engrave_OBJECTS = engrave.$(OBJEXT) engrave_OBJECTS = $(am_engrave_OBJECTS) engrave_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_file_aa_OBJECTS = file-aa.$(OBJEXT) file_aa_OBJECTS = $(am_file_aa_OBJECTS) file_aa_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_cel_OBJECTS = file-cel.$(OBJEXT) file_cel_OBJECTS = $(am_file_cel_OBJECTS) file_cel_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_compressor_OBJECTS = file-compressor.$(OBJEXT) file_compressor_OBJECTS = $(am_file_compressor_OBJECTS) -file_compressor_DEPENDENCIES = $(libgimp) $(libgimpmath) \ +file_compressor_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_file_csource_OBJECTS = file-csource.$(OBJEXT) file_csource_OBJECTS = $(am_file_csource_OBJECTS) file_csource_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_desktop_link_OBJECTS = file-desktop-link.$(OBJEXT) file_desktop_link_OBJECTS = $(am_file_desktop_link_OBJECTS) -file_desktop_link_DEPENDENCIES = $(libgimp) $(libgimpmath) \ +file_desktop_link_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_file_dicom_OBJECTS = file-dicom.$(OBJEXT) file_dicom_OBJECTS = $(am_file_dicom_OBJECTS) file_dicom_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_gbr_OBJECTS = file-gbr.$(OBJEXT) file_gbr_OBJECTS = $(am_file_gbr_OBJECTS) file_gbr_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_gif_load_OBJECTS = file-gif-load.$(OBJEXT) file_gif_load_OBJECTS = $(am_file_gif_load_OBJECTS) -file_gif_load_DEPENDENCIES = $(libgimp) $(libgimpmath) \ +file_gif_load_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_file_gif_save_OBJECTS = file-gif-save.$(OBJEXT) file_gif_save_OBJECTS = $(am_file_gif_save_OBJECTS) file_gif_save_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_gih_OBJECTS = file-gih.$(OBJEXT) file_gih_OBJECTS = $(am_file_gih_OBJECTS) file_gih_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_glob_OBJECTS = file-glob.$(OBJEXT) file_glob_OBJECTS = $(am_file_glob_OBJECTS) -file_glob_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +file_glob_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_header_OBJECTS = file-header.$(OBJEXT) file_header_OBJECTS = $(am_file_header_OBJECTS) file_header_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_html_table_OBJECTS = file-html-table.$(OBJEXT) file_html_table_OBJECTS = $(am_file_html_table_OBJECTS) file_html_table_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_mng_OBJECTS = file-mng.$(OBJEXT) file_mng_OBJECTS = $(am_file_mng_OBJECTS) file_mng_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_file_pat_OBJECTS = file-pat.$(OBJEXT) file_pat_OBJECTS = $(am_file_pat_OBJECTS) file_pat_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_pcx_OBJECTS = file-pcx.$(OBJEXT) file_pcx_OBJECTS = $(am_file_pcx_OBJECTS) file_pcx_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_pdf_OBJECTS = file_pdf-file-pdf.$(OBJEXT) file_pdf_OBJECTS = $(am_file_pdf_OBJECTS) file_pdf_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) file_pdf_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(file_pdf_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_file_pix_OBJECTS = file-pix.$(OBJEXT) file_pix_OBJECTS = $(am_file_pix_OBJECTS) file_pix_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_png_OBJECTS = file_png-file-png.$(OBJEXT) file_png_OBJECTS = $(am_file_png_OBJECTS) file_png_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) file_png_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(file_png_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_file_pnm_OBJECTS = file-pnm.$(OBJEXT) file_pnm_OBJECTS = $(am_file_pnm_OBJECTS) file_pnm_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_ps_OBJECTS = file-ps.$(OBJEXT) file_ps_OBJECTS = $(am_file_ps_OBJECTS) file_ps_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_file_psp_OBJECTS = file-psp.$(OBJEXT) file_psp_OBJECTS = $(am_file_psp_OBJECTS) file_psp_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_file_raw_OBJECTS = file-raw.$(OBJEXT) file_raw_OBJECTS = $(am_file_raw_OBJECTS) file_raw_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_sunras_OBJECTS = file-sunras.$(OBJEXT) file_sunras_OBJECTS = $(am_file_sunras_OBJECTS) file_sunras_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_svg_OBJECTS = file_svg-file-svg.$(OBJEXT) file_svg_OBJECTS = $(am_file_svg_OBJECTS) file_svg_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) file_svg_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(file_svg_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_file_tga_OBJECTS = file-tga.$(OBJEXT) file_tga_OBJECTS = $(am_file_tga_OBJECTS) file_tga_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_tiff_load_OBJECTS = file-tiff-load.$(OBJEXT) file_tiff_load_OBJECTS = $(am_file_tiff_load_OBJECTS) file_tiff_load_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_file_tiff_save_OBJECTS = file-tiff-save.$(OBJEXT) file_tiff_save_OBJECTS = $(am_file_tiff_save_OBJECTS) file_tiff_save_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_file_wmf_OBJECTS = file_wmf-file-wmf.$(OBJEXT) file_wmf_OBJECTS = $(am_file_wmf_OBJECTS) file_wmf_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) file_wmf_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(file_wmf_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_file_xbm_OBJECTS = file-xbm.$(OBJEXT) file_xbm_OBJECTS = $(am_file_xbm_OBJECTS) file_xbm_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_file_xpm_OBJECTS = file-xpm.$(OBJEXT) file_xpm_OBJECTS = $(am_file_xpm_OBJECTS) file_xpm_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_file_xwd_OBJECTS = file-xwd.$(OBJEXT) file_xwd_OBJECTS = $(am_file_xwd_OBJECTS) file_xwd_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_film_OBJECTS = film.$(OBJEXT) film_OBJECTS = $(am_film_OBJECTS) film_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_filter_pack_OBJECTS = filter-pack.$(OBJEXT) filter_pack_OBJECTS = $(am_filter_pack_OBJECTS) filter_pack_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_fractal_trace_OBJECTS = fractal-trace.$(OBJEXT) fractal_trace_OBJECTS = $(am_fractal_trace_OBJECTS) fractal_trace_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_gee_OBJECTS = gee.$(OBJEXT) gee_OBJECTS = $(am_gee_OBJECTS) gee_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_gee_zoom_OBJECTS = gee-zoom.$(OBJEXT) gee_zoom_OBJECTS = $(am_gee_zoom_OBJECTS) gee_zoom_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_gradient_map_OBJECTS = gradient-map.$(OBJEXT) gradient_map_OBJECTS = $(am_gradient_map_OBJECTS) -gradient_map_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +gradient_map_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_grid_OBJECTS = grid.$(OBJEXT) grid_OBJECTS = $(am_grid_OBJECTS) grid_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) -am_guillotine_OBJECTS = guillotine.$(OBJEXT) -guillotine_OBJECTS = $(am_guillotine_OBJECTS) -guillotine_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_guillotine_OBJECTS = guillotine.$(OBJEXT) +guillotine_OBJECTS = $(am_guillotine_OBJECTS) +guillotine_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_hot_OBJECTS = hot.$(OBJEXT) hot_OBJECTS = $(am_hot_OBJECTS) hot_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_illusion_OBJECTS = illusion.$(OBJEXT) illusion_OBJECTS = $(am_illusion_OBJECTS) illusion_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_iwarp_OBJECTS = iwarp.$(OBJEXT) iwarp_OBJECTS = $(am_iwarp_OBJECTS) iwarp_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_jigsaw_OBJECTS = jigsaw.$(OBJEXT) jigsaw_OBJECTS = $(am_jigsaw_OBJECTS) jigsaw_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_lcms_OBJECTS = lcms-lcms.$(OBJEXT) lcms_OBJECTS = $(am_lcms_OBJECTS) lcms_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) lcms_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(lcms_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_lens_apply_OBJECTS = lens-apply.$(OBJEXT) lens_apply_OBJECTS = $(am_lens_apply_OBJECTS) lens_apply_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_lens_distortion_OBJECTS = lens-distortion.$(OBJEXT) lens_distortion_OBJECTS = $(am_lens_distortion_OBJECTS) lens_distortion_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_lens_flare_OBJECTS = lens-flare.$(OBJEXT) lens_flare_OBJECTS = $(am_lens_flare_OBJECTS) lens_flare_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_mail_OBJECTS = mail.$(OBJEXT) mail_OBJECTS = $(am_mail_OBJECTS) mail_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_max_rgb_OBJECTS = max-rgb.$(OBJEXT) max_rgb_OBJECTS = $(am_max_rgb_OBJECTS) max_rgb_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_mosaic_OBJECTS = mosaic.$(OBJEXT) mosaic_OBJECTS = $(am_mosaic_OBJECTS) mosaic_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_newsprint_OBJECTS = newsprint.$(OBJEXT) newsprint_OBJECTS = $(am_newsprint_OBJECTS) newsprint_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_nl_filter_OBJECTS = nl-filter.$(OBJEXT) nl_filter_OBJECTS = $(am_nl_filter_OBJECTS) nl_filter_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_noise_hsv_OBJECTS = noise-hsv.$(OBJEXT) noise_hsv_OBJECTS = $(am_noise_hsv_OBJECTS) noise_hsv_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_noise_randomize_OBJECTS = noise-randomize.$(OBJEXT) noise_randomize_OBJECTS = $(am_noise_randomize_OBJECTS) noise_randomize_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_noise_rgb_OBJECTS = noise-rgb.$(OBJEXT) noise_rgb_OBJECTS = $(am_noise_rgb_OBJECTS) noise_rgb_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_noise_solid_OBJECTS = noise-solid.$(OBJEXT) noise_solid_OBJECTS = $(am_noise_solid_OBJECTS) noise_solid_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_noise_spread_OBJECTS = noise-spread.$(OBJEXT) noise_spread_OBJECTS = $(am_noise_spread_OBJECTS) noise_spread_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_nova_OBJECTS = nova.$(OBJEXT) nova_OBJECTS = $(am_nova_OBJECTS) nova_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_oilify_OBJECTS = oilify.$(OBJEXT) oilify_OBJECTS = $(am_oilify_OBJECTS) oilify_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_photocopy_OBJECTS = photocopy.$(OBJEXT) photocopy_OBJECTS = $(am_photocopy_OBJECTS) photocopy_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_pixelize_OBJECTS = pixelize.$(OBJEXT) pixelize_OBJECTS = $(am_pixelize_OBJECTS) pixelize_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_plasma_OBJECTS = plasma.$(OBJEXT) plasma_OBJECTS = $(am_plasma_OBJECTS) plasma_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_plugin_browser_OBJECTS = plugin-browser.$(OBJEXT) plugin_browser_OBJECTS = $(am_plugin_browser_OBJECTS) plugin_browser_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_polar_coords_OBJECTS = polar-coords.$(OBJEXT) polar_coords_OBJECTS = $(am_polar_coords_OBJECTS) polar_coords_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_procedure_browser_OBJECTS = procedure-browser.$(OBJEXT) procedure_browser_OBJECTS = $(am_procedure_browser_OBJECTS) procedure_browser_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_qbist_OBJECTS = qbist.$(OBJEXT) qbist_OBJECTS = $(am_qbist_OBJECTS) qbist_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_red_eye_removal_OBJECTS = red-eye-removal.$(OBJEXT) red_eye_removal_OBJECTS = $(am_red_eye_removal_OBJECTS) red_eye_removal_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_ripple_OBJECTS = ripple.$(OBJEXT) ripple_OBJECTS = $(am_ripple_OBJECTS) ripple_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) -am_rotate_OBJECTS = rotate.$(OBJEXT) -rotate_OBJECTS = $(am_rotate_OBJECTS) -rotate_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_rotate_OBJECTS = rotate.$(OBJEXT) +rotate_OBJECTS = $(am_rotate_OBJECTS) +rotate_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_sample_colorize_OBJECTS = sample-colorize.$(OBJEXT) sample_colorize_OBJECTS = $(am_sample_colorize_OBJECTS) sample_colorize_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_screenshot_OBJECTS = screenshot-screenshot.$(OBJEXT) screenshot_OBJECTS = $(am_screenshot_OBJECTS) screenshot_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) screenshot_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(screenshot_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ am_semi_flatten_OBJECTS = semi-flatten.$(OBJEXT) semi_flatten_OBJECTS = $(am_semi_flatten_OBJECTS) -semi_flatten_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +semi_flatten_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_sharpen_OBJECTS = sharpen.$(OBJEXT) sharpen_OBJECTS = $(am_sharpen_OBJECTS) sharpen_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_shift_OBJECTS = shift.$(OBJEXT) shift_OBJECTS = $(am_shift_OBJECTS) shift_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_sinus_OBJECTS = sinus.$(OBJEXT) sinus_OBJECTS = $(am_sinus_OBJECTS) sinus_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_smooth_palette_OBJECTS = smooth-palette.$(OBJEXT) smooth_palette_OBJECTS = $(am_smooth_palette_OBJECTS) smooth_palette_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_softglow_OBJECTS = softglow.$(OBJEXT) softglow_OBJECTS = $(am_softglow_OBJECTS) softglow_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_sparkle_OBJECTS = sparkle.$(OBJEXT) sparkle_OBJECTS = $(am_sparkle_OBJECTS) sparkle_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_sphere_designer_OBJECTS = sphere-designer.$(OBJEXT) sphere_designer_OBJECTS = $(am_sphere_designer_OBJECTS) sphere_designer_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_threshold_alpha_OBJECTS = threshold-alpha.$(OBJEXT) threshold_alpha_OBJECTS = $(am_threshold_alpha_OBJECTS) threshold_alpha_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_tile_OBJECTS = tile.$(OBJEXT) tile_OBJECTS = $(am_tile_OBJECTS) tile_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_tile_glass_OBJECTS = tile-glass.$(OBJEXT) tile_glass_OBJECTS = $(am_tile_glass_OBJECTS) tile_glass_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_tile_paper_OBJECTS = tile-paper.$(OBJEXT) tile_paper_OBJECTS = $(am_tile_paper_OBJECTS) tile_paper_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_tile_seamless_OBJECTS = tile-seamless.$(OBJEXT) tile_seamless_OBJECTS = $(am_tile_seamless_OBJECTS) -tile_seamless_DEPENDENCIES = $(libgimp) $(libgimpmath) \ +tile_seamless_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_tile_small_OBJECTS = tile-small.$(OBJEXT) tile_small_OBJECTS = $(am_tile_small_OBJECTS) tile_small_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_unit_editor_OBJECTS = unit-editor.$(OBJEXT) unit_editor_OBJECTS = $(am_unit_editor_OBJECTS) unit_editor_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_unsharp_mask_OBJECTS = unsharp-mask.$(OBJEXT) unsharp_mask_OBJECTS = $(am_unsharp_mask_OBJECTS) unsharp_mask_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_value_invert_OBJECTS = value-invert.$(OBJEXT) value_invert_OBJECTS = $(am_value_invert_OBJECTS) -value_invert_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +value_invert_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_value_propagate_OBJECTS = value-propagate.$(OBJEXT) value_propagate_OBJECTS = $(am_value_propagate_OBJECTS) value_propagate_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_van_gogh_lic_OBJECTS = van-gogh-lic.$(OBJEXT) van_gogh_lic_OBJECTS = $(am_van_gogh_lic_OBJECTS) van_gogh_lic_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_video_OBJECTS = video.$(OBJEXT) video_OBJECTS = $(am_video_OBJECTS) video_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_warp_OBJECTS = warp.$(OBJEXT) warp_OBJECTS = $(am_warp_OBJECTS) warp_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_waves_OBJECTS = waves.$(OBJEXT) waves_OBJECTS = $(am_waves_OBJECTS) waves_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) -am_web_browser_OBJECTS = web-browser.$(OBJEXT) -web_browser_OBJECTS = $(am_web_browser_OBJECTS) -web_browser_DEPENDENCIES = $(libgimp) $(libgimpmath) $(libgimpconfig) \ + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +am_web_browser_OBJECTS = web-browser.$(OBJEXT) +web_browser_OBJECTS = $(am_web_browser_OBJECTS) +web_browser_DEPENDENCIES = $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_whirl_pinch_OBJECTS = whirl-pinch.$(OBJEXT) whirl_pinch_OBJECTS = $(am_whirl_pinch_OBJECTS) whirl_pinch_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpmodule) $(libgimp) $(libgimpmath) $(libgimpconfig) \ - $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(libgimpmodule) $(libgimp) $(am__DEPENDENCIES_2) \ + $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am_wind_OBJECTS = wind.$(OBJEXT) wind_OBJECTS = $(am_wind_OBJECTS) wind_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \ - $(libgimp) $(libgimpmath) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(libgimp) $(am__DEPENDENCIES_2) $(libgimpconfig) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -1287,6 +1383,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -1378,6 +1475,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -1415,7 +1513,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -1436,15 +1533,16 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) libgimpmodule = $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows AM_LDFLAGS = $(mwindows) EXTRA_DIST = \ mkgen.pl \ diff -Nru gimp-2.6.11/plug-ins/common/mkgen.pl gimp-2.6.12/plug-ins/common/mkgen.pl --- gimp-2.6.11/plug-ins/common/mkgen.pl 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/mkgen.pl 2012-01-31 13:50:15.000000000 +0000 @@ -51,21 +51,22 @@ ## Modify those two files instead of this one; for most ## plug-ins you should only need to modify plugin-defs.pl. +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif libgimp = \$(top_builddir)/libgimp/libgimp-\$(GIMP_API_VERSION).la libgimpbase = \$(top_builddir)/libgimpbase/libgimpbase-\$(GIMP_API_VERSION).la libgimpcolor = \$(top_builddir)/libgimpcolor/libgimpcolor-\$(GIMP_API_VERSION).la libgimpconfig = \$(top_builddir)/libgimpconfig/libgimpconfig-\$(GIMP_API_VERSION).la -libgimpmath = \$(top_builddir)/libgimpmath/libgimpmath-\$(GIMP_API_VERSION).la +libgimpmath = \$(top_builddir)/libgimpmath/libgimpmath-\$(GIMP_API_VERSION).la \$(libm) libgimpmodule = \$(top_builddir)/libgimpmodule/libgimpmodule-\$(GIMP_API_VERSION).la libgimpui = \$(top_builddir)/libgimp/libgimpui-\$(GIMP_API_VERSION).la libgimpwidgets = \$(top_builddir)/libgimpwidgets/libgimpwidgets-\$(GIMP_API_VERSION).la -if OS_WIN32 -mwindows = -mwindows -endif - AM_LDFLAGS = \$(mwindows) libexecdir = \$(gimpplugindir)/plug-ins diff -Nru gimp-2.6.11/plug-ins/common/sample-colorize.c gimp-2.6.12/plug-ins/common/sample-colorize.c --- gimp-2.6.11/plug-ins/common/sample-colorize.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/sample-colorize.c 2012-01-31 13:50:15.000000000 +0000 @@ -389,6 +389,15 @@ g_values.lvl_in_gamma = param[10].data.d_float; g_values.lvl_out_min = param[11].data.d_int32; g_values.lvl_out_max = param[12].data.d_int32; + if (main_colorize (MC_GET_SAMPLE_COLORS) >= 0) + { + main_colorize (MC_DST_REMAP); + status = GIMP_PDB_SUCCESS; + } + else + { + status = GIMP_PDB_EXECUTION_ERROR; + } } else { diff -Nru gimp-2.6.11/plug-ins/common/sphere-designer.c gimp-2.6.12/plug-ins/common/sphere-designer.c --- gimp-2.6.11/plug-ins/common/sphere-designer.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/common/sphere-designer.c 2012-01-31 13:50:15.000000000 +0000 @@ -1992,6 +1992,7 @@ gchar endbuf[21 * (G_ASCII_DTOSTR_BUF_SIZE + 1)]; gchar *end = endbuf; gchar line[1024]; + gchar fmt_str[16]; gint i; texture *t; gint majtype, type; @@ -2016,6 +2017,8 @@ s.com.numtexture = 0; + snprintf (fmt_str, sizeof (fmt_str), "%%d %%d %%%lds", sizeof (endbuf) - 1); + while (!feof (f)) { @@ -2026,7 +2029,7 @@ t = &s.com.texture[i]; setdefaults (t); - if (sscanf (line, "%d %d %s", &t->majtype, &t->type, end) != 3) + if (sscanf (line, fmt_str, &t->majtype, &t->type, end) != 3) t->color1.x = g_ascii_strtod (end, &end); if (end && errno != ERANGE) t->color1.y = g_ascii_strtod (end, &end); diff -Nru gimp-2.6.11/plug-ins/file-bmp/bmp-write.c gimp-2.6.12/plug-ins/file-bmp/bmp-write.c --- gimp-2.6.11/plug-ins/file-bmp/bmp-write.c 2010-07-07 18:30:32.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-bmp/bmp-write.c 2012-01-31 13:50:15.000000000 +0000 @@ -123,10 +123,10 @@ dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_WARNING, GTK_BUTTONS_OK_CANCEL, - primary); + "%s", primary); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), - secondary); + "%s", secondary); gimp_window_set_transient (GTK_WINDOW (dialog)); diff -Nru gimp-2.6.11/plug-ins/file-bmp/Makefile.in gimp-2.6.12/plug-ins/file-bmp/Makefile.in --- gimp-2.6.11/plug-ins/file-bmp/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-bmp/Makefile.in 2012-01-31 14:25:24.000000000 +0000 @@ -232,6 +232,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -323,6 +324,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -360,7 +362,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-faxg3/Makefile.in gimp-2.6.12/plug-ins/file-faxg3/Makefile.in --- gimp-2.6.11/plug-ins/file-faxg3/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-faxg3/Makefile.in 2012-01-31 14:25:24.000000000 +0000 @@ -230,6 +230,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -321,6 +322,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -358,7 +360,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-fits/fits.c gimp-2.6.12/plug-ins/file-fits/fits.c --- gimp-2.6.11/plug-ins/file-fits/fits.c 2010-07-02 22:51:56.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-fits/fits.c 2012-01-31 13:50:15.000000000 +0000 @@ -1065,5 +1065,5 @@ /* Write out error messages of FITS-Library */ while ((msg = fits_get_error ()) != NULL) - g_message (msg); + g_message ("%s", msg); } diff -Nru gimp-2.6.11/plug-ins/file-fits/Makefile.in gimp-2.6.12/plug-ins/file-fits/Makefile.in --- gimp-2.6.11/plug-ins/file-fits/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-fits/Makefile.in 2012-01-31 14:25:24.000000000 +0000 @@ -231,6 +231,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -322,6 +323,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -359,7 +361,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-fli/Makefile.in gimp-2.6.12/plug-ins/file-fli/Makefile.in --- gimp-2.6.11/plug-ins/file-fli/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-fli/Makefile.in 2012-01-31 14:25:24.000000000 +0000 @@ -231,6 +231,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -322,6 +323,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -359,7 +361,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-ico/Makefile.in gimp-2.6.12/plug-ins/file-ico/Makefile.in --- gimp-2.6.11/plug-ins/file-ico/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-ico/Makefile.in 2012-01-31 14:25:25.000000000 +0000 @@ -236,6 +236,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -327,6 +328,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -364,7 +366,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-jpeg/jpeg.c gimp-2.6.12/plug-ins/file-jpeg/jpeg.c --- gimp-2.6.11/plug-ins/file-jpeg/jpeg.c 2010-07-02 22:51:58.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-jpeg/jpeg.c 2012-01-31 13:50:15.000000000 +0000 @@ -564,5 +564,5 @@ gchar buffer[JMSG_LENGTH_MAX + 1]; (*cinfo->err->format_message)(cinfo, buffer); - g_message (buffer); + g_message ("%s", buffer); } diff -Nru gimp-2.6.11/plug-ins/file-jpeg/Makefile.in gimp-2.6.12/plug-ins/file-jpeg/Makefile.in --- gimp-2.6.11/plug-ins/file-jpeg/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-jpeg/Makefile.in 2012-01-31 14:25:25.000000000 +0000 @@ -239,6 +239,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -330,6 +331,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -367,7 +369,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-psd/Makefile.in gimp-2.6.12/plug-ins/file-psd/Makefile.in --- gimp-2.6.11/plug-ins/file-psd/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-psd/Makefile.in 2012-01-31 14:25:25.000000000 +0000 @@ -242,6 +242,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -333,6 +334,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -370,7 +372,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-sgi/Makefile.in gimp-2.6.12/plug-ins/file-sgi/Makefile.in --- gimp-2.6.11/plug-ins/file-sgi/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-sgi/Makefile.in 2012-01-31 14:25:25.000000000 +0000 @@ -231,6 +231,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -322,6 +323,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -359,7 +361,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-uri/Makefile.in gimp-2.6.12/plug-ins/file-uri/Makefile.in --- gimp-2.6.11/plug-ins/file-uri/Makefile.in 2010-10-03 20:15:11.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-uri/Makefile.in 2012-01-31 14:25:25.000000000 +0000 @@ -243,6 +243,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -334,6 +335,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -371,7 +373,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/file-uri/uri.c gimp-2.6.12/plug-ins/file-uri/uri.c --- gimp-2.6.11/plug-ins/file-uri/uri.c 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-uri/uri.c 2012-01-31 13:50:15.000000000 +0000 @@ -102,7 +102,7 @@ if (! uri_backend_init (PLUG_IN_BINARY, FALSE, 0, &error)) { - g_message (error->message); + g_message ("%s", error->message); g_clear_error (&error); return; diff -Nru gimp-2.6.11/plug-ins/file-xjt/Makefile.in gimp-2.6.12/plug-ins/file-xjt/Makefile.in --- gimp-2.6.11/plug-ins/file-xjt/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/file-xjt/Makefile.in 2012-01-31 14:25:25.000000000 +0000 @@ -231,6 +231,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -322,6 +323,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -359,7 +361,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/flame/Makefile.am gimp-2.6.12/plug-ins/flame/Makefile.am --- gimp-2.6.11/plug-ins/flame/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/flame/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,16 +1,18 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la - -if OS_WIN32 -mwindows = -mwindows -endif +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) diff -Nru gimp-2.6.11/plug-ins/flame/Makefile.in gimp-2.6.12/plug-ins/flame/Makefile.in --- gimp-2.6.11/plug-ins/flame/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/flame/Makefile.in 2012-01-31 14:25:26.000000000 +0000 @@ -58,9 +58,11 @@ flame_OBJECTS = $(am_flame_OBJECTS) flame_LDADD = $(LDADD) am__DEPENDENCIES_1 = +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ + $(am__DEPENDENCIES_1) flame_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpconfig) \ - $(libgimp) $(libgimpcolor) $(libgimpmath) $(libgimpbase) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(libgimp) $(libgimpcolor) $(am__DEPENDENCIES_2) \ + $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -232,6 +234,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -323,6 +326,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -360,7 +364,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -381,14 +384,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) flame_SOURCES = \ cmap.c \ diff -Nru gimp-2.6.11/plug-ins/fractal-explorer/examples/Makefile.in gimp-2.6.12/plug-ins/fractal-explorer/examples/Makefile.in --- gimp-2.6.11/plug-ins/fractal-explorer/examples/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/fractal-explorer/examples/Makefile.in 2012-01-31 14:25:26.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/fractal-explorer/Makefile.am gimp-2.6.12/plug-ins/fractal-explorer/Makefile.am --- gimp-2.6.11/plug-ins/fractal-explorer/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/fractal-explorer/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,16 +1,18 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la - -if OS_WIN32 -mwindows = -mwindows -endif +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) diff -Nru gimp-2.6.11/plug-ins/fractal-explorer/Makefile.in gimp-2.6.12/plug-ins/fractal-explorer/Makefile.in --- gimp-2.6.11/plug-ins/fractal-explorer/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/fractal-explorer/Makefile.in 2012-01-31 14:25:26.000000000 +0000 @@ -58,10 +58,12 @@ fractal_explorer_OBJECTS = $(am_fractal_explorer_OBJECTS) fractal_explorer_LDADD = $(LDADD) am__DEPENDENCIES_1 = -fractal_explorer_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimp) $(libgimpcolor) $(libgimpmath) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +fractal_explorer_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(libgimp) $(libgimpcolor) \ + $(am__DEPENDENCIES_2) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -270,6 +272,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -361,6 +364,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -398,7 +402,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -419,14 +422,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) SUBDIRS = examples fractal_explorer_SOURCES = \ diff -Nru gimp-2.6.11/plug-ins/gfig/gfig-examples/Makefile.in gimp-2.6.12/plug-ins/gfig/gfig-examples/Makefile.in --- gimp-2.6.11/plug-ins/gfig/gfig-examples/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/gfig/gfig-examples/Makefile.in 2012-01-31 14:25:26.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/gfig/gfig-style.c gimp-2.6.12/plug-ins/gfig/gfig-style.c --- gimp-2.6.11/plug-ins/gfig/gfig-style.c 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/gfig/gfig-style.c 2012-01-31 13:50:15.000000000 +0000 @@ -165,6 +165,7 @@ gchar *ptr; gchar *tmpstr; gchar *endptr; + gchar fmt_str[32]; gchar colorstr_r[G_ASCII_DTOSTR_BUF_SIZE]; gchar colorstr_g[G_ASCII_DTOSTR_BUF_SIZE]; gchar colorstr_b[G_ASCII_DTOSTR_BUF_SIZE]; @@ -172,6 +173,10 @@ style_entry->r = style_entry->g = style_entry->b = style_entry->a = 0.; + snprintf (fmt_str, sizeof (fmt_str), "%%%lds %%%lds %%%lds %%%lds", + sizeof (colorstr_r) - 1, sizeof (colorstr_g) - 1, + sizeof (colorstr_b) - 1, sizeof (colorstr_a) - 1); + while (n < nitems) { ptr = strchr (text[n], ':'); @@ -181,7 +186,8 @@ ptr++; if (!strcmp (tmpstr, name)) { - sscanf (ptr, "%s %s %s %s", colorstr_r, colorstr_g, colorstr_b, colorstr_a); + sscanf (ptr, fmt_str, + colorstr_r, colorstr_g, colorstr_b, colorstr_a); style_entry->r = g_ascii_strtod (colorstr_r, &endptr); style_entry->g = g_ascii_strtod (colorstr_g, &endptr); style_entry->b = g_ascii_strtod (colorstr_b, &endptr); diff -Nru gimp-2.6.11/plug-ins/gfig/images/Makefile.in gimp-2.6.12/plug-ins/gfig/images/Makefile.in --- gimp-2.6.11/plug-ins/gfig/images/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/gfig/images/Makefile.in 2012-01-31 14:25:26.000000000 +0000 @@ -206,6 +206,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -297,6 +298,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -334,7 +336,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/gfig/Makefile.am gimp-2.6.12/plug-ins/gfig/Makefile.am --- gimp-2.6.11/plug-ins/gfig/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/gfig/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,16 +1,18 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la - -if OS_WIN32 -mwindows = -mwindows -endif +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) diff -Nru gimp-2.6.11/plug-ins/gfig/Makefile.in gimp-2.6.12/plug-ins/gfig/Makefile.in --- gimp-2.6.11/plug-ins/gfig/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/gfig/Makefile.in 2012-01-31 14:25:26.000000000 +0000 @@ -63,9 +63,11 @@ gfig_OBJECTS = $(am_gfig_OBJECTS) gfig_LDADD = $(LDADD) am__DEPENDENCIES_1 = +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ + $(am__DEPENDENCIES_1) gfig_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpconfig) \ - $(libgimp) $(libgimpcolor) $(libgimpmath) $(libgimpbase) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(libgimp) $(libgimpcolor) $(am__DEPENDENCIES_2) \ + $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -275,6 +277,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -366,6 +369,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -403,7 +407,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -424,14 +427,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) SUBDIRS = gfig-examples images gfig_SOURCES = \ diff -Nru gimp-2.6.11/plug-ins/gimpressionist/Brushes/Makefile.in gimp-2.6.12/plug-ins/gimpressionist/Brushes/Makefile.in --- gimp-2.6.11/plug-ins/gimpressionist/Brushes/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/gimpressionist/Brushes/Makefile.in 2012-01-31 14:25:26.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/gimpressionist/Makefile.am gimp-2.6.12/plug-ins/gimpressionist/Makefile.am --- gimp-2.6.11/plug-ins/gimpressionist/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/gimpressionist/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,19 +1,21 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) SUBDIRS = Brushes Paper Presets -if OS_WIN32 -mwindows = -mwindows -endif - AM_CPPFLAGS = \ -DDEFAULTPATH=\""~/$(gimpdir)/gimpressionist:$(gimpdatadir)/gimpressionist"\" diff -Nru gimp-2.6.11/plug-ins/gimpressionist/Makefile.in gimp-2.6.12/plug-ins/gimpressionist/Makefile.in --- gimp-2.6.11/plug-ins/gimpressionist/Makefile.in 2010-10-03 20:15:12.000000000 +0000 +++ gimp-2.6.12/plug-ins/gimpressionist/Makefile.in 2012-01-31 14:25:27.000000000 +0000 @@ -64,10 +64,12 @@ gimpressionist_OBJECTS = $(am_gimpressionist_OBJECTS) gimpressionist_LDADD = $(LDADD) am__DEPENDENCIES_1 = -gimpressionist_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimp) $(libgimpcolor) $(libgimpmath) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +gimpressionist_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(libgimp) $(libgimpcolor) \ + $(am__DEPENDENCIES_2) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -276,6 +278,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -367,6 +370,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -404,7 +408,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -425,15 +428,16 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) SUBDIRS = Brushes Paper Presets -@OS_WIN32_TRUE@mwindows = -mwindows AM_CPPFLAGS = \ -DDEFAULTPATH=\""~/$(gimpdir)/gimpressionist:$(gimpdatadir)/gimpressionist"\" diff -Nru gimp-2.6.11/plug-ins/gimpressionist/Paper/Makefile.in gimp-2.6.12/plug-ins/gimpressionist/Paper/Makefile.in --- gimp-2.6.11/plug-ins/gimpressionist/Paper/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/gimpressionist/Paper/Makefile.in 2012-01-31 14:25:27.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/gimpressionist/Presets/Makefile.in gimp-2.6.12/plug-ins/gimpressionist/Presets/Makefile.in --- gimp-2.6.11/plug-ins/gimpressionist/Presets/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/gimpressionist/Presets/Makefile.in 2012-01-31 14:25:27.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/gradient-flare/flares/Makefile.in gimp-2.6.12/plug-ins/gradient-flare/flares/Makefile.in --- gimp-2.6.11/plug-ins/gradient-flare/flares/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/gradient-flare/flares/Makefile.in 2012-01-31 14:25:27.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/gradient-flare/Makefile.am gimp-2.6.12/plug-ins/gradient-flare/Makefile.am --- gimp-2.6.11/plug-ins/gradient-flare/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/gradient-flare/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,16 +1,18 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la - -if OS_WIN32 -mwindows = -mwindows -endif +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) diff -Nru gimp-2.6.11/plug-ins/gradient-flare/Makefile.in gimp-2.6.12/plug-ins/gradient-flare/Makefile.in --- gimp-2.6.11/plug-ins/gradient-flare/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/gradient-flare/Makefile.in 2012-01-31 14:25:27.000000000 +0000 @@ -57,10 +57,12 @@ gradient_flare_OBJECTS = $(am_gradient_flare_OBJECTS) gradient_flare_LDADD = $(LDADD) am__DEPENDENCIES_1 = -gradient_flare_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimp) $(libgimpcolor) $(libgimpmath) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +gradient_flare_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(libgimp) $(libgimpcolor) \ + $(am__DEPENDENCIES_2) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -269,6 +271,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -360,6 +363,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -397,7 +401,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -418,14 +421,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) SUBDIRS = flares gradient_flare_SOURCES = gradient-flare.c diff -Nru gimp-2.6.11/plug-ins/help/gimphelpdomain.c gimp-2.6.12/plug-ins/help/gimphelpdomain.c --- gimp-2.6.11/plug-ins/help/gimphelpdomain.c 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/help/gimphelpdomain.c 2012-01-31 13:50:15.000000000 +0000 @@ -202,7 +202,7 @@ break; default: - g_message (error->message); + g_message ("%s", error->message); break; } diff -Nru gimp-2.6.11/plug-ins/help/Makefile.in gimp-2.6.12/plug-ins/help/Makefile.in --- gimp-2.6.11/plug-ins/help/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/help/Makefile.in 2012-01-31 14:25:27.000000000 +0000 @@ -247,6 +247,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -338,6 +339,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -375,7 +377,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/help-browser/Makefile.am gimp-2.6.12/plug-ins/help-browser/Makefile.am --- gimp-2.6.11/plug-ins/help-browser/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/help-browser/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -36,6 +36,7 @@ $(libgimpbase) \ $(WEBKIT_LIBS) \ $(GIO_LIBS) \ + $(GLIB_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) diff -Nru gimp-2.6.11/plug-ins/help-browser/Makefile.in gimp-2.6.12/plug-ins/help-browser/Makefile.in --- gimp-2.6.11/plug-ins/help-browser/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/help-browser/Makefile.in 2012-01-31 14:25:27.000000000 +0000 @@ -63,7 +63,7 @@ $(libgimpwidgets) $(libgimpconfig) $(libgimp) $(libgimpcolor) \ $(libgimpmath) $(libgimpbase) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -234,6 +234,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -325,6 +326,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -362,7 +364,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -409,6 +410,7 @@ $(libgimpbase) \ $(WEBKIT_LIBS) \ $(GIO_LIBS) \ + $(GLIB_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) diff -Nru gimp-2.6.11/plug-ins/ifs-compose/ifs-compose.c gimp-2.6.12/plug-ins/ifs-compose/ifs-compose.c --- gimp-2.6.11/plug-ins/ifs-compose/ifs-compose.c 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/ifs-compose/ifs-compose.c 2012-01-31 13:50:15.000000000 +0000 @@ -2341,7 +2341,8 @@ { GtkWidget *dialog; - dialog = gtk_message_dialog_new (parent, 0, type, GTK_BUTTONS_OK, message); + dialog = gtk_message_dialog_new (parent, 0, type, GTK_BUTTONS_OK, + "%s", message); if (title) gtk_window_set_title (GTK_WINDOW (dialog), title); diff -Nru gimp-2.6.11/plug-ins/ifs-compose/Makefile.am gimp-2.6.12/plug-ins/ifs-compose/Makefile.am --- gimp-2.6.11/plug-ins/ifs-compose/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/ifs-compose/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,16 +1,18 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la - -if OS_WIN32 -mwindows = -mwindows -endif +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) diff -Nru gimp-2.6.11/plug-ins/ifs-compose/Makefile.in gimp-2.6.12/plug-ins/ifs-compose/Makefile.in --- gimp-2.6.11/plug-ins/ifs-compose/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/ifs-compose/Makefile.in 2012-01-31 14:25:28.000000000 +0000 @@ -58,10 +58,12 @@ ifs_compose_OBJECTS = $(am_ifs_compose_OBJECTS) ifs_compose_LDADD = $(LDADD) am__DEPENDENCIES_1 = -ifs_compose_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimp) $(libgimpcolor) $(libgimpmath) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +ifs_compose_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(libgimp) $(libgimpcolor) \ + $(am__DEPENDENCIES_2) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -232,6 +234,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -323,6 +326,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -360,7 +364,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -381,14 +384,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) ifs_compose_SOURCES = \ ifs-compose.c \ diff -Nru gimp-2.6.11/plug-ins/imagemap/images/Makefile.in gimp-2.6.12/plug-ins/imagemap/images/Makefile.in --- gimp-2.6.11/plug-ins/imagemap/images/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/imagemap/images/Makefile.in 2012-01-31 14:25:28.000000000 +0000 @@ -206,6 +206,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -297,6 +298,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -334,7 +336,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/imagemap/Makefile.am gimp-2.6.12/plug-ins/imagemap/Makefile.am --- gimp-2.6.11/plug-ins/imagemap/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/imagemap/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,16 +1,18 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la - -if OS_WIN32 -mwindows = -mwindows -endif +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) diff -Nru gimp-2.6.11/plug-ins/imagemap/Makefile.in gimp-2.6.12/plug-ins/imagemap/Makefile.in --- gimp-2.6.11/plug-ins/imagemap/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/imagemap/Makefile.in 2012-01-31 14:25:28.000000000 +0000 @@ -88,10 +88,12 @@ imagemap_OBJECTS = $(am_imagemap_OBJECTS) imagemap_LDADD = $(LDADD) am__DEPENDENCIES_1 = -imagemap_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimp) $(libgimpcolor) $(libgimpmath) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +imagemap_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(libgimp) $(libgimpcolor) \ + $(am__DEPENDENCIES_2) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -300,6 +302,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -391,6 +394,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -428,7 +432,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -449,14 +452,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) SUBDIRS = images EXTRA_DIST = \ diff -Nru gimp-2.6.11/plug-ins/lighting/images/Makefile.in gimp-2.6.12/plug-ins/lighting/images/Makefile.in --- gimp-2.6.11/plug-ins/lighting/images/Makefile.in 2010-10-03 20:15:14.000000000 +0000 +++ gimp-2.6.12/plug-ins/lighting/images/Makefile.in 2012-01-31 14:25:28.000000000 +0000 @@ -206,6 +206,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -297,6 +298,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -334,7 +336,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/lighting/lighting-ui.c gimp-2.6.12/plug-ins/lighting/lighting-ui.c --- gimp-2.6.11/plug-ins/lighting/lighting-ui.c 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/lighting/lighting-ui.c 2012-01-31 13:50:15.000000000 +0000 @@ -1342,6 +1342,7 @@ gchar buffer3[G_ASCII_DTOSTR_BUF_SIZE]; gchar type_label[21]; gchar *endptr; + gchar fmt_str[32]; if (response_id == GTK_RESPONSE_OK) { @@ -1381,23 +1382,41 @@ return; } - fscanf (fp, " Position: %s %s %s", buffer1, buffer2, buffer3); + snprintf (fmt_str, sizeof (fmt_str), + " Position: %%%lds %%%lds %%%lds", + sizeof (buffer1) - 1, + sizeof (buffer2) - 1, + sizeof (buffer3) - 1); + fscanf (fp, fmt_str, buffer1, buffer2, buffer3); source->position.x = g_ascii_strtod (buffer1, &endptr); source->position.y = g_ascii_strtod (buffer2, &endptr); source->position.z = g_ascii_strtod (buffer3, &endptr); - fscanf (fp, " Direction: %s %s %s", buffer1, buffer2, buffer3); + snprintf (fmt_str, sizeof (fmt_str), + " Direction: %%%lds %%%lds %%%lds", + sizeof (buffer1) - 1, + sizeof (buffer2) - 1, + sizeof (buffer3) - 1); + fscanf (fp, fmt_str, buffer1, buffer2, buffer3); source->direction.x = g_ascii_strtod (buffer1, &endptr); source->direction.y = g_ascii_strtod (buffer2, &endptr); source->direction.z = g_ascii_strtod (buffer3, &endptr); - fscanf (fp, " Color: %s %s %s", buffer1, buffer2, buffer3); + snprintf (fmt_str, sizeof (fmt_str), + " Color: %%%lds %%%lds %%%lds", + sizeof (buffer1) - 1, + sizeof (buffer2) - 1, + sizeof (buffer3) - 1); + fscanf (fp, fmt_str, buffer1, buffer2, buffer3); source->color.r = g_ascii_strtod (buffer1, &endptr); source->color.g = g_ascii_strtod (buffer2, &endptr); source->color.b = g_ascii_strtod (buffer3, &endptr); source->color.a = 1.0; - fscanf (fp, " Intensity: %s", buffer1); + snprintf (fmt_str, sizeof (fmt_str), + " Intensity: %%%lds", + sizeof (buffer1) - 1); + fscanf (fp, fmt_str, buffer1); source->intensity = g_ascii_strtod (buffer1, &endptr); } diff -Nru gimp-2.6.11/plug-ins/lighting/Makefile.am gimp-2.6.12/plug-ins/lighting/Makefile.am --- gimp-2.6.11/plug-ins/lighting/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/lighting/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,17 +1,19 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -if OS_WIN32 -mwindows = -mwindows -endif - AM_LDFLAGS = $(mwindows) SUBDIRS = images diff -Nru gimp-2.6.11/plug-ins/lighting/Makefile.in gimp-2.6.12/plug-ins/lighting/Makefile.in --- gimp-2.6.11/plug-ins/lighting/Makefile.in 2010-10-03 20:15:13.000000000 +0000 +++ gimp-2.6.12/plug-ins/lighting/Makefile.in 2012-01-31 14:25:28.000000000 +0000 @@ -60,10 +60,12 @@ lighting_OBJECTS = $(am_lighting_OBJECTS) lighting_LDADD = $(LDADD) am__DEPENDENCIES_1 = -lighting_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimp) $(libgimpcolor) $(libgimpmath) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +lighting_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(libgimp) $(libgimpcolor) \ + $(am__DEPENDENCIES_2) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -272,6 +274,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -363,6 +366,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -400,7 +404,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -421,14 +424,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows AM_LDFLAGS = $(mwindows) SUBDIRS = images lighting_SOURCES = \ diff -Nru gimp-2.6.11/plug-ins/Makefile.in gimp-2.6.12/plug-ins/Makefile.in --- gimp-2.6.11/plug-ins/Makefile.in 2010-10-03 20:15:09.000000000 +0000 +++ gimp-2.6.12/plug-ins/Makefile.in 2012-01-31 14:25:22.000000000 +0000 @@ -249,6 +249,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -340,6 +341,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -377,7 +379,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/map-object/Makefile.am gimp-2.6.12/plug-ins/map-object/Makefile.am --- gimp-2.6.11/plug-ins/map-object/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/map-object/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,17 +1,19 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -if OS_WIN32 -mwindows = -mwindows -endif - AM_LDFLAGS = $(mwindows) libexecdir = $(gimpplugindir)/plug-ins diff -Nru gimp-2.6.11/plug-ins/map-object/Makefile.in gimp-2.6.12/plug-ins/map-object/Makefile.in --- gimp-2.6.11/plug-ins/map-object/Makefile.in 2010-10-03 20:15:14.000000000 +0000 +++ gimp-2.6.12/plug-ins/map-object/Makefile.in 2012-01-31 14:25:28.000000000 +0000 @@ -60,10 +60,12 @@ map_object_OBJECTS = $(am_map_object_OBJECTS) map_object_LDADD = $(LDADD) am__DEPENDENCIES_1 = -map_object_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimp) $(libgimpcolor) $(libgimpmath) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +map_object_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(libgimp) $(libgimpcolor) \ + $(am__DEPENDENCIES_2) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -234,6 +236,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -325,6 +328,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -362,7 +366,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -383,14 +386,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows AM_LDFLAGS = $(mwindows) map_object_SOURCES = \ arcball.c \ diff -Nru gimp-2.6.11/plug-ins/maze/Makefile.in gimp-2.6.12/plug-ins/maze/Makefile.in --- gimp-2.6.11/plug-ins/maze/Makefile.in 2010-10-03 20:15:14.000000000 +0000 +++ gimp-2.6.12/plug-ins/maze/Makefile.in 2012-01-31 14:25:28.000000000 +0000 @@ -232,6 +232,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -323,6 +324,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -360,7 +362,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/metadata/Makefile.am gimp-2.6.12/plug-ins/metadata/Makefile.am --- gimp-2.6.11/plug-ins/metadata/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/metadata/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -55,11 +55,14 @@ -I$(includedir) LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ $(libgimp) \ + $(libgimpmath) \ $(libgimpconfig) \ $(libgimpcolor) \ $(libgimpbase) \ - $(libgimpmath) \ + $(EXIF_LIBS) \ $(GTK_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) diff -Nru gimp-2.6.11/plug-ins/metadata/Makefile.in gimp-2.6.12/plug-ins/metadata/Makefile.in --- gimp-2.6.11/plug-ins/metadata/Makefile.in 2010-10-03 20:15:14.000000000 +0000 +++ gimp-2.6.12/plug-ins/metadata/Makefile.in 2012-01-31 14:25:29.000000000 +0000 @@ -61,21 +61,24 @@ metadata_OBJECTS = $(am_metadata_OBJECTS) metadata_LDADD = $(LDADD) am__DEPENDENCIES_1 = -metadata_DEPENDENCIES = $(libgimp) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(libgimpmath) $(am__DEPENDENCIES_1) \ +metadata_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimp) \ + $(libgimpmath) $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_testbase64_OBJECTS = base64.$(OBJEXT) testbase64.$(OBJEXT) testbase64_OBJECTS = $(am_testbase64_OBJECTS) testbase64_LDADD = $(LDADD) -testbase64_DEPENDENCIES = $(libgimp) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(libgimpmath) $(am__DEPENDENCIES_1) \ +testbase64_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimp) \ + $(libgimpmath) $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_xmpdump_OBJECTS = xmpdump.$(OBJEXT) base64.$(OBJEXT) \ xmp-parse.$(OBJEXT) xmpdump_OBJECTS = $(am_xmpdump_OBJECTS) xmpdump_LDADD = $(LDADD) -xmpdump_DEPENDENCIES = $(libgimp) $(libgimpconfig) $(libgimpcolor) \ - $(libgimpbase) $(libgimpmath) $(am__DEPENDENCIES_1) \ +xmpdump_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimp) \ + $(libgimpmath) $(libgimpconfig) $(libgimpcolor) $(libgimpbase) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -250,6 +253,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -341,6 +345,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -378,7 +383,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -436,11 +440,14 @@ -I$(includedir) LDADD = \ + $(libgimpui) \ + $(libgimpwidgets) \ $(libgimp) \ + $(libgimpmath) \ $(libgimpconfig) \ $(libgimpcolor) \ $(libgimpbase) \ - $(libgimpmath) \ + $(EXIF_LIBS) \ $(GTK_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) diff -Nru gimp-2.6.11/plug-ins/pagecurl/Makefile.am gimp-2.6.12/plug-ins/pagecurl/Makefile.am --- gimp-2.6.11/plug-ins/pagecurl/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/pagecurl/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,17 +1,19 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -if OS_WIN32 -mwindows = -mwindows -endif - AM_LDFLAGS = $(mwindows) libexecdir = $(gimpplugindir)/plug-ins diff -Nru gimp-2.6.11/plug-ins/pagecurl/Makefile.in gimp-2.6.12/plug-ins/pagecurl/Makefile.in --- gimp-2.6.11/plug-ins/pagecurl/Makefile.in 2010-10-03 20:15:14.000000000 +0000 +++ gimp-2.6.12/plug-ins/pagecurl/Makefile.in 2012-01-31 14:25:29.000000000 +0000 @@ -59,10 +59,12 @@ pagecurl_OBJECTS = $(am_pagecurl_OBJECTS) pagecurl_LDADD = $(LDADD) am__DEPENDENCIES_1 = -pagecurl_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimp) $(libgimpcolor) $(libgimpmath) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +pagecurl_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(libgimp) $(libgimpcolor) \ + $(am__DEPENDENCIES_2) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -233,6 +235,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -324,6 +327,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -361,7 +365,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -382,14 +385,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows AM_LDFLAGS = $(mwindows) pagecurl_sources = pagecurl.c pagecurl_built_sources = pagecurl-icons.h diff -Nru gimp-2.6.11/plug-ins/pagecurl/pagecurl-icons.h gimp-2.6.12/plug-ins/pagecurl/pagecurl-icons.h --- gimp-2.6.11/plug-ins/pagecurl/pagecurl-icons.h 2010-07-07 17:48:44.000000000 +0000 +++ gimp-2.6.12/plug-ins/pagecurl/pagecurl-icons.h 2012-01-31 14:29:14.000000000 +0000 @@ -387,152 +387,152 @@ "\314\314\314\314\314\314\314\231\231\231\231\231\231\231\231\231ffff" "fffff333333\0\0\0\314\314\314\314\314\314fffffffff\314\314\314\314\314" "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffff" - "ff\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\314\314" - "\314\314\314\314\314\314\314\231\231\231\231\231\231\231\231\231ffff" - "ff333333333\0\0\0\314\314\314fffffffff\314\314\314\314\314\314\314\314" - "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\377\0\0\0" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\314\314" - "\314\314\314\314\314\314\314\231\231\231\231\231\231fffffffff333333\0" - "\0\0\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" - "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\377" - "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\314\314\314\314\314\314\314\314\314\231\231\231\231\231\231" - "fffffffff333333\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\314\314\314\314\314\314\231\231\231" - "\231\231\231\231\231\231ffffff333333\0\0\0\0\0\0\314\314\314\314\314" - "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" - "\314\314\314\314\314\314\377\0\0\0\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\314\314\314\314\314" - "\314\314\314\314\231\231\231\231\231\231\231\231\231ffffff333333\0\0" - "\0ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" - "\314\314\314\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\314" - "\314\314\314\314\314\314\314\314\231\231\231\231\231\231fffffffff333" - "333\0\0\0fff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" - "\314\314\314\314\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\314\314\314\314\314\314\314\314\314\231\231\231\231\231" - "\231ffffff333fff333fff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\377\0\0\0\377\377\377\377\377" + "ff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\314\314\314" + "\314\314\314\314\314\314\231\231\231\231\231\231\231\231\231ffffff33" + "3333333\0\0\0\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" + "fffffffff\314\314\314\314\314\314\314\314\314fffffffff\0\0\0\0\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\314\314\314\314" + "\314\314\314\314\314\231\231\231\231\231\231fffffffff333333\0\0\0\0\0" + "\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" + "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377\377\377\314\314\314\314\314\314\314\314\314\231\231" - "\231\231\231\231333\314\314\314\231\231\231333\0\0\0fffffffff\314\314" - "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" - "\314\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\377\377" - "\314\314\314\314\314\314\314\314\314333\377\377\377\377\377\377\314\314" - "\314fff333fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314\377\0\0\0\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\0\0\0\0\0\0""333333\314\314\314\377\377\377" - "\377\377\377\377\377\377\231\231\231fff\0\0\0ffffff\314\314\314\314\314" - "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\377\0\0" - "\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0\0\0\0fff\231\231\231\314\314\314\377\377\377\377\377\377\314\314\314" - "\231\231\231333\314\314\314\314\314\314fffffffff\314\314\314\314\314" - "\314\314\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377\377" + "\314\314\314\314\314\314\314\314\314\231\231\231\231\231\231ffffffff" + "f333333\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\314\314\314\314\314\314\231\231\231\231\231" + "\231\231\231\231ffffff333333\0\0\0\0\0\0\314\314\314\314\314\314ffff" + "fffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\314\314\314\314\314\314\314" + "\314\314\231\231\231\231\231\231\231\231\231ffffff333333\0\0\0ffffff" + "\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" + "\314\314\314fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\314\314\314" + "\314\314\314\314\314\314\231\231\231\231\231\231fffffffff333333\0\0\0" + "fff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0fff\231\231\231\314" - "\314\314\377\377\377\377\377\377\314\314\314fff\0\0\0\314\314\314fff" - "ffffff\314\314\314\314\314\314\314\314\314fffffffff\377\0\0\0\377\377" + "\377\314\314\314\314\314\314\314\314\314\231\231\231\231\231\231ffff" + "ff333fff333fff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\0\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\377\377\377\314\314\314\314\314\314\314\314\314\231\231\231\231" + "\231\231333\314\314\314\231\231\231333\0\0\0fffffffff\314\314\314\314" + "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0" + "\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\377\377\314\314" + "\314\314\314\314\314\314\314333\377\377\377\377\377\377\314\314\314f" + "ff333fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\0\0\0\0\0\0""333333\314\314\314\377\377\377\377\377" + "\377\377\377\377\231\231\231fff\0\0\0ffffff\314\314\314\314\314\314\314" + "\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0\0\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0" + "fff\231\231\231\314\314\314\377\377\377\377\377\377\314\314\314\231\231" + "\231333\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" + "\314\314fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0\0\0fff\231\231\231\314\314\314" + "\377\377\377\377\377\377\314\314\314fff\0\0\0\314\314\314fffffffff\314" + "\314\314\314\314\314\314\314\314fffffffff\0\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0""333fff\231\231\231\377\377\377\377\377\377\377\377" - "\377\231\231\231333\0\0\0fffffffff\314\314\314\314\314\314\314\314\314" - "fffffffff\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333fff\314\314" - "\314\377\377\377\377\377\377\314\314\314\231\231\231\0\0\0\314\314\314" - "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" - "\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0""333fff\231\231\231\377\377\377\377\377\377\377\377\377\231\231" + "\231333\0\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffffff\0" + "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333fff\314" - "\314\314\377\377\377\377\377\377\314\314\314fff\0\0\0\314\314\314\314" - "\314\314fffffffff\314\314\314\314\314\314\314\314\314\377\0\0\0\377\377" + "\377\377\377\377\377\377\377\377\377\0\0\0""333fff\314\314\314\377\377" + "\377\377\377\377\314\314\314\231\231\231\0\0\0\314\314\314\314\314\314" + "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0\0\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0""333fff\314\314\314\377" + "\377\377\377\377\377\314\314\314fff\0\0\0\314\314\314\314\314\314fff" + "ffffff\314\314\314\314\314\314\314\314\314\0\0\0\0\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231\231\314\314\314" + "\377\377\377\377\377\377\231\231\231333\314\314\314\314\314\314fffff" + "ffff\314\314\314\314\314\314\314\314\314\0\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231\231" - "\314\314\314\377\377\377\377\377\377\231\231\231333\314\314\314\314\314" - "\314fffffffff\314\314\314\314\314\314\314\314\314\377\0\0\0\377\377\377" + "\314\314\314\377\377\377\314\314\314fff\0\0\0fff\314\314\314\314\314" + "\314\314\314\314fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231" - "\231\231\314\314\314\377\377\377\314\314\314fff\0\0\0fff\314\314\314" - "\314\314\314\314\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231\231\377" + "\377\377\377\377\377\314\314\314333fff\314\314\314\314\314\314\314\314" + "\314fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231" - "\231\377\377\377\377\377\377\314\314\314333fff\314\314\314\314\314\314" - "\314\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231\231\377" + "\377\377\377\377\377\231\231\231\0\0\0\314\314\314\314\314\314\314\314" + "\314fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231" - "\231\377\377\377\377\377\377\231\231\231\0\0\0\314\314\314\314\314\314" - "\314\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\314" + "\314\314\377\377\377\314\314\314333333ffffff\314\314\314\314\314\314" + "\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0""333\314\314\314\377\377\377\314\314\314333333ffffff\314\314\314\314" - "\314\314\314\314\314\377\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0fff\314\314\314\377\377\377\231\231\231\0\0\0ffffff\314\314\314" + "\314\314\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0fff\314\314\314\377\377\377\231\231\231\0\0\0ffffff\314" - "\314\314\314\314\314\314\314\314\377\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0fff\314\314\314\377\377\377fff333fff\314" + "\314\314\314\314\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0fff\314\314\314\377\377\377fff" - "333fff\314\314\314\314\314\314\314\314\314\377\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0fff\377\377\377\314" + "\314\314\0\0\0\314\314\314fffffffff\0\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0fff\377" - "\377\377\314\314\314\0\0\0\314\314\314fffffffff\377\0\0\0\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\231\231" + "\231\377\377\377\231\231\231\0\0\0fffffffff\0\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0\231\231\231\377\377\377\231\231\231\0\0\0fffffffff\377\0\0" - "\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0\231\231\231\377\377\377\0\0\0fffffffff\0\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\231\231\231\377\377\377\0\0\0ffff" - "fffff\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\314\314\314\314\314\314333\314" + "\314\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\314\314\314" - "\314\314\314333\314\314\314\314\314\314\377\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\0\0\0\314\314\314333\314\314\314\314\314\314\0\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0\314\314\314333\314\314\314\314" - "\314\314\314\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\314" + "\314\314333\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0\314\314\314333\314\314\314\314\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0fff\0\0\0\0\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" - "\0\0fff\314\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0""333\231\0\0\0\0\0\0\0\0\0" + "\377\377\0\0\0""333\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; + "\0\0\0\0\0\0\0\0"}; /* GdkPixbuf RGB C-Source image dump */ @@ -566,152 +566,152 @@ "ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" "\314\0\0\0""333333fffffffff\231\231\231\231\231\231\231\231\231\314\314" "\314\314\314\314\314\314\314\377\377\377\377\377\377\377\377\377\0\0" - "\0\377fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" - "\314\314\314\314\314\314\314fffffffff\314\314\314\0\0\0""333333333ff" - "ffff\231\231\231\231\231\231\231\231\231\314\314\314\314\314\314\314" - "\314\314\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0\0\0\0""3" - "33333fffffffff\231\231\231\231\231\231\314\314\314\314\314\314\314\314" - "\314\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0\377\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" - "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0""3" - "33333fffffffff\231\231\231\231\231\231\314\314\314\314\314\314\314\314" + "\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\314\314\314\0\0\0""333333333ffffff" + "\231\231\231\231\231\231\231\231\231\314\314\314\314\314\314\314\314" + "\314\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\314\314" + "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" + "\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0\0\0\0""33333" + "3fffffffff\231\231\231\231\231\231\314\314\314\314\314\314\314\314\314" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" + "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0""333" + "333fffffffff\231\231\231\231\231\231\314\314\314\314\314\314\314\314" "\314\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314" "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\0\0\0\0" "\0\0""333333ffffff\231\231\231\231\231\231\231\231\231\314\314\314\314" "\314\314\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\0\0\0\377fffffffff\314\314\314\314\314\314\314" + "\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314\314" "\314\314fffffffff\314\314\314\314\314\314\314\314\314ffffff\0\0\0""3" "33333ffffff\231\231\231\231\231\231\231\231\231\314\314\314\314\314\314" "\314\314\314\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377fffffffff\314\314\314\314\314\314" + "\377\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314" "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff\0\0\0""3" "33333fffffffff\231\231\231\231\231\231\314\314\314\314\314\314\314\314" "\314\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0\377fffffffff\314\314\314\314\314" + "\377\377\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314" "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff333f" "ff333ffffff\231\231\231\231\231\231\314\314\314\314\314\314\314\314\314" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314" "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffff" "ff\0\0\0""333\231\231\231\314\314\314333\231\231\231\231\231\231\314" "\314\314\314\314\314\314\314\314\377\377\377\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314" "\314\314\314\314\314\314\314fffffffff333fff\314\314\314\377\377\377\377" "\377\377333\314\314\314\314\314\314\314\314\314\377\377\377\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314\314" + "\377\377\377\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314" "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314ffffff\0\0\0" "fff\231\231\231\377\377\377\377\377\377\377\377\377\314\314\31433333" "3\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0\377fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" - "\314\314\314\314333\231\231\231\314\314\314\377\377\377\377\377\377\314" - "\314\314\231\231\231fff\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377fffffffff\314\314\314\314\314\314" - "\314\314\314fffffffff\314\314\314\0\0\0fff\314\314\314\377\377\377\377" - "\377\377\314\314\314\231\231\231fff\0\0\0\0\0\0\377\377\377\377\377\377" + "\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314333\231\231\231\314\314\314\377\377\377\377\377\377\314\314" + "\314\231\231\231fff\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377ffffff" - "fff\314\314\314\314\314\314\314\314\314fffffffff\0\0\0""333\231\231\231" - "\377\377\377\377\377\377\377\377\377\231\231\231fff333\0\0\0\377\377" + "\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314\314" + "\314\314fffffffff\314\314\314\0\0\0fff\314\314\314\377\377\377\377\377" + "\377\314\314\314\231\231\231fff\0\0\0\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0fffffffff\314" + "\314\314\314\314\314\314\314\314fffffffff\0\0\0""333\231\231\231\377" + "\377\377\377\377\377\377\377\377\231\231\231fff333\0\0\0\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314\0\0\0\231\231\231\314\314\314\377\377" - "\377\377\377\377\314\314\314fff333\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\314\314\314\314\314\314\314\0\0\0\231\231\231\314\314\314\377\377\377" + "\377\377\377\314\314\314fff333\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" - "\314\314\314\0\0\0fff\314\314\314\377\377\377\377\377\377\314\314\314" - "fff333\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314333" - "\231\231\231\377\377\377\377\377\377\314\314\314\231\231\231333\0\0\0" + "\0\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" + "\314\314\0\0\0fff\314\314\314\377\377\377\377\377\377\314\314\314fff" + "333\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\314\314" + "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314333\231" + "\231\231\377\377\377\377\377\377\314\314\314\231\231\231333\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377ff" - "fffffff\314\314\314\314\314\314\314\314\314fff\0\0\0fff\314\314\314\377" - "\377\377\314\314\314\231\231\231333\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0ffffffff" + "f\314\314\314\314\314\314\314\314\314fff\0\0\0fff\314\314\314\377\377" + "\377\314\314\314\231\231\231333\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0\377fffffffff\314\314\314" - "\314\314\314\314\314\314fff333\314\314\314\377\377\377\377\377\377\231" - "\231\231333\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314" + "\314\314\314\314\314fff333\314\314\314\377\377\377\377\377\377\231\231" + "\231333\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377fffffffff\314\314\314\314\314\314" - "\314\314\314\0\0\0\231\231\231\377\377\377\377\377\377\231\231\23133" - "3\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314\314" + "\314\314\0\0\0\231\231\231\377\377\377\377\377\377\231\231\231333\0\0" + "\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314\314\314\314" - "\314ffffff333333\314\314\314\377\377\377\314\314\314333\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314" + "ffffff333333\314\314\314\377\377\377\314\314\314333\0\0\0\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314\314\314\314" - "\314ffffff\0\0\0\231\231\231\377\377\377\314\314\314fff\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314" + "ffffff\0\0\0\231\231\231\377\377\377\314\314\314fff\0\0\0\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314" - "\314\314\314\314fff333fff\377\377\377\314\314\314fff\0\0\0\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314" + "\314\314\314fff333fff\377\377\377\314\314\314fff\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377fffffffff\314" - "\314\314\0\0\0\314\314\314\377\377\377fff\0\0\0\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0fffffffff\314\314" + "\314\0\0\0\314\314\314\377\377\377fff\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377fffffffff\0" - "\0\0\231\231\231\377\377\377\231\231\231\0\0\0\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0fffffffff\0\0\0\231" + "\231\231\377\377\377\231\231\231\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377" - "fffffffff\0\0\0\377\377\377\231\231\231\0\0\0\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0ffffffff" + "f\0\0\0\377\377\377\231\231\231\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0\377\314\314\314\314\314\314333\314\314\314\314\314\314\0\0" - "\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" + "\0\0\314\314\314\314\314\314333\314\314\314\314\314\314\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314" - "\314333\314\314\314\0\0\0\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314333\314" + "\314\314\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\314\314\314\314333\314\314\314\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" + "\0\0\314\314\314333\314\314\314\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\314fff\0\0\0\0\0\0" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0fff\0\0\0\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\314333\0\0\0\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "333\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\231\0\0\0\0\0\0\0" + "\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; /* GdkPixbuf RGB C-Source image dump */ @@ -746,149 +746,148 @@ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377" - "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\314\314\314\0\0\0\377\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\314\314\314\0\0\0\0\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\314\314" - "\314\314\314\314\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\314\314\314\314\314" + "\314\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\314\314\314\314\314\314\314\314\314\0\0" - "\0\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\314\314\314\314\314\314\314\314\314\0\0\0\0\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\314" - "\314\314\314\314\314\314\314\314\231\231\231\0\0\0\377\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\314\314\314\314\314\314" + "\314\314\314\231\231\231\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\314\314\314\314\314\314\314\314\314\314\314\314" - "\231\231\231\231\231\231\0\0\0\377\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\314" + "\314\314\314\314\314\314\314\314\314\314\314\231\231\231\231\231\231" + "\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0\377\377\377\314\314\314\314\314" - "\314\314\314\314\314\314\314\231\231\231\231\231\231\231\231\231\0\0" - "\0\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\0\0\0\377\377\377\314\314\314\314\314\314\314\314\314\314\314\314" + "\231\231\231\231\231\231\231\231\231\0\0\0\0\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377" - "\377\377\314\314\314\314\314\314\314\314\314\231\231\231\231\231\231" - "\231\231\231\231\231\231fff\0\0\0\377\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\0\0\0\377\377\377\314\314\314\314\314\314" + "\314\314\314\231\231\231\231\231\231\231\231\231\231\231\231fff\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377\377\377\314\314\314\314\314\314\314\314\314\231\231" - "\231\231\231\231\231\231\231fffffffff\0\0\0\377\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\377\377\314\314" + "\314\314\314\314\314\314\314\231\231\231\231\231\231\231\231\231ffff" + "fffff\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\0\0\0\314\314\314\314\314\314\314\314\314\231\231\231" - "\231\231\231\231\231\231ffffffffffff\0\0\0\377\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\314\314\314\314" + "\314\314\314\314\314\231\231\231\231\231\231\231\231\231ffffffffffff" + "\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0\0\0\0""333\314\314\314\314\314\314\231\231\231\231\231\231\231\231" - "\231fffffffff333333\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0\0\0""333\314\314\314\314\314\314\231" + "\231\231\231\231\231\231\231\231fffffffff333333\0\0\0\0\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0\0\0\0fff333\314\314\314\231\231" - "\231\231\231\231ffffffffffff333333333\0\0\0\377\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0fff333\314\314\314\231\231\231\231\231\231ffffffffffff333333333\0" + "\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0""333fff\231\231\231\314" - "\314\314333\231\231\231fffffffff333333333333\0\0\0\314\314\314\377\0" - "\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0""333fff\231\231\231\314\314\314333\231\231\231fffffffff333333" + "333333\0\0\0\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333fff\231\231" - "\231\314\314\314\377\377\377\377\377\377333ffffff333333333\0\0\0\0\0" - "\0\314\314\314\314\314\314\377\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0""333fff\231\231\231\314\314\314\377\377\377\377\377\377" + "333ffffff333333333\0\0\0\0\0\0\314\314\314\314\314\314\0\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0""333fff\231\231\231\314\314\314\377\377\377\377\377\377\377\377" - "\377\314\314\314333333333\0\0\0\0\0\0\0\0\0\314\314\314\314\314\314\314" - "\314\314\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0""333fff\314\314\314\377\377" - "\377\377\377\377\377\377\377\377\377\377\314\314\314\231\231\231fff3" - "33\0\0\0\0\0\0\314\314\314\314\314\314fffffffff\377\0\0\0\377\377\377" + "\377\377\377\377\377\377\0\0\0""333fff\231\231\231\314\314\314\377\377" + "\377\377\377\377\377\377\377\314\314\314333333333\0\0\0\0\0\0\0\0\0\314" + "\314\314\314\314\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0""333\231\231\231\314\314\314\377\377\377\377\377\377\377\377\377\314" - "\314\314\231\231\231fff333333\0\0\0fff\314\314\314\314\314\314\314\314" - "\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""3" + "33fff\314\314\314\377\377\377\377\377\377\377\377\377\377\377\377\314" + "\314\314\231\231\231fff333\0\0\0\0\0\0\314\314\314\314\314\314ffffff" + "fff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\0\0\0""333\231\231\231\314\314\314\377\377\377\377\377" - "\377\377\377\377\314\314\314\231\231\231fff333\0\0\0fffffffff\314\314" - "\314\314\314\314\314\314\314fffffffff\377\0\0\0\377\377\377\377\377\377" + "\377\377\377\377\314\314\314\231\231\231fff333333\0\0\0fff\314\314\314" + "\314\314\314\314\314\314fffffffff\0\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0""333\231\231\231\314\314\314\377\377" - "\377\377\377\377\314\314\314\231\231\231fff333\0\0\0ffffff\314\314\314" - "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" - "\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231\231" - "\377\377\377\377\377\377\377\377\377\314\314\314\231\231\231333\0\0\0" - "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314\377\0\0\0\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231\231\314\314\314" + "\377\377\377\377\377\377\377\377\377\314\314\314\231\231\231fff333\0" + "\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffffff\0\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0fff\314\314\314\377\377\377\377\377\377\314\314\314\231\231\231" - "fff\0\0\0\0\0\0\314\314\314\314\314\314fffffffff\314\314\314\314\314" - "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\377\0\0" - "\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\0\0\0fff\314\314\314\377\377\377\377\377\377\314\314" - "\314fff333\0\0\0\314\314\314fffffffff\314\314\314\314\314\314\314\314" - "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\377\0\0\0" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231\231" + "\314\314\314\377\377\377\377\377\377\314\314\314\231\231\231fff333\0" + "\0\0ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" + "\314\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0""333\231\231\231\377\377\377\377\377\377\377\377\377\314\314\314" + "\231\231\231333\0\0\0\314\314\314fffffffff\314\314\314\314\314\314\314" + "\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0fff\314\314\314\377\377\377\314\314\314\231\231\231333\0\0" - "\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" - "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\377" - "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0" - "\0\0\231\231\231\377\377\377\377\377\377\231\231\231333\0\0\0ffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\377\0" - "\0\0\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\231\231\231" - "\377\377\377\314\314\314fff\0\0\0""333\314\314\314\314\314\314\314\314" - "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\377\377\377\377\377\0\0\0fff\314\314\314\377\377\377\377\377\377\314" + "\314\314\231\231\231fff\0\0\0\0\0\0\314\314\314\314\314\314fffffffff" + "\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" + "\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\0\0\0fff\314\314\314\377\377\377" + "\377\377\377\314\314\314fff333\0\0\0\314\314\314fffffffff\314\314\314" "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" - "\377\0\0\0\377\377\377\377\377\377\377\377\377\0\0\0\314\314\314\377" - "\377\377\231\231\231\0\0\0""333ffffff\314\314\314\314\314\314\314\314" - "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\0\0\0fff\314\314\314\377\377\377\314\314\314\231" + "\231\231333\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" + "\314fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\0\0\0\231\231\231\377\377\377\377\377\377\231\231\23133" + "3\0\0\0ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" - "\314\0\0\0\377\377\377\377\377\377\0\0\0\314\314\314\314\314\314\0\0" - "\0\0\0\0\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff" + "fffffffff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\0\0" + "\0\231\231\231\377\377\377\314\314\314fff\0\0\0""333\314\314\314\314" + "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff" "ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" - "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\314\0\0" - "\0\377\377\377\0\0\0\314\314\314333333fffffffff\314\314\314\314\314\314" - "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314fffffffff\314\0\0\0\0\0\0\0\0\0""333\314\314\314\314\314\314" - "fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" + "\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\0\0\0\314" + "\314\314\377\377\377\231\231\231\0\0\0""333ffffff\314\314\314\314\314" + "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffff" + "ff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" + "\314\314\314\0\0\0\0\377\377\377\377\377\377\0\0\0\314\314\314\314\314" + "\314\0\0\0\0\0\0\314\314\314fffffffff\314\314\314\314\314\314\314\314" + "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" + "\0\0\0\0\377\377\377\0\0\0\314\314\314333333fffffffff\314\314\314\314" "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff" - "ffffff\314\314\314\314\314\314\314\314\314fffffffff\231\0\0\0""333ff" - "f\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" + "ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314fffffffff\0\0\0\0\0\0\0\0\0\0""333\314\314\314\314\314" + "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" + "fffffffff\314\314\314\314\314\314\314\314\314fffffffff\0\0\0\0""333f" + "ff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" "\314\314fffffffff\0"}; @@ -926,152 +925,151 @@ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377" - "\0\0\0\314\314\314\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\314" + "\314\314\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0\314\314\314\314" - "\314\314\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\0\0\0\0\0\0\0\314\314\314\314\314\314\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\0\0\0\377\0\0\0\314\314\314\314\314\314\314\314\314" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\0\0\0\0\0\0\0\314\314\314\314\314\314\314\314\314\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0\377\0\0\0\231\231\231\314\314\314\314\314\314\314\314\314\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\231\231" + "\231\314\314\314\314\314\314\314\314\314\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0\231\231" - "\231\231\231\231\314\314\314\314\314\314\314\314\314\314\314\314\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0\0\0\0\231\231\231\231\231\231\314\314" + "\314\314\314\314\314\314\314\314\314\314\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\0\0\0\377\0\0\0\231\231\231\231\231\231\231" - "\231\231\314\314\314\314\314\314\314\314\314\314\314\314\377\377\377" - "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\231\231\231\231\231\231\231\231\231\314\314\314\314\314" + "\314\314\314\314\314\314\314\377\377\377\0\0\0\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0fff\231\231\231\231" + "\231\231\231\231\231\231\231\231\314\314\314\314\314\314\314\314\314" + "\377\377\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0\377\0\0\0fff\231\231\231\231\231\231\231\231\231\231\231\231\314\314" - "\314\314\314\314\314\314\314\377\377\377\0\0\0\377\377\377\377\377\377" + "\0\0\0\0\0fffffffff\231\231\231\231\231\231\231\231\231\314\314\314\314" + "\314\314\314\314\314\377\377\377\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\0\0\0\377\0\0\0fffffffff\231\231\231\231\231" - "\231\231\231\231\314\314\314\314\314\314\314\314\314\377\377\377\0\0" - "\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\0\0\0\0\0\0\0ffffffffffff\231\231\231\231\231\231\231\231\231\314" + "\314\314\314\314\314\314\314\314\0\0\0\0\0\0\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0ffffffffffff\231" - "\231\231\231\231\231\231\231\231\314\314\314\314\314\314\314\314\314" - "\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0""333333fffffffff\231\231\231\231\231\231\231\231\231\314" + "\314\314\314\314\314333\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0""333333ffffffff" - "f\231\231\231\231\231\231\231\231\231\314\314\314\314\314\314333\0\0" - "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0""33333333" + "3ffffffffffff\231\231\231\231\231\231\314\314\314333fff\0\0\0\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\0\0\0\377\0\0\0""333333333ffffffffffff\231\231\231" - "\231\231\231\314\314\314333fff\0\0\0\0\0\0\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" + "\0\0\314\314\314\0\0\0""333333333333fffffffff\231\231\231333\314\314" + "\314\231\231\231fff333\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314\314\0\0\0" - "333333333333fffffffff\231\231\231333\314\314\314\231\231\231fff333\0" + "\377\377\377\377\0\0\0\0\314\314\314\314\314\314\0\0\0\0\0\0""333333" + "333ffffff333\377\377\377\377\377\377\314\314\314\231\231\231fff333\0" "\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377" - "\314\314\314\314\314\314\0\0\0\0\0\0""333333333ffffff333\377\377\377" - "\377\377\377\314\314\314\231\231\231fff333\0\0\0\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\314\314\314" + "\314\314\314\314\314\314\0\0\0\0\0\0\0\0\0""333333333\314\314\314\377" + "\377\377\377\377\377\377\377\377\314\314\314\231\231\231fff333\0\0\0" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314\314\314\314\314" - "\0\0\0\0\0\0\0\0\0""333333333\314\314\314\377\377\377\377\377\377\377" - "\377\377\314\314\314\231\231\231fff333\0\0\0\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314" + "\314\0\0\0\0\0\0""333fff\231\231\231\314\314\314\377\377\377\377\377" + "\377\377\377\377\377\377\377\314\314\314fff333\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377fffffffff\314\314\314\314\314\314\0\0\0\0\0\0""333" - "fff\231\231\231\314\314\314\377\377\377\377\377\377\377\377\377\377\377" - "\377\314\314\314fff333\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\0\0\0\0fffffffff\314\314\314\314\314\314\314\314\314fff\0\0\0""3" + "33333fff\231\231\231\314\314\314\377\377\377\377\377\377\377\377\377" + "\314\314\314\231\231\231333\0\0\0\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377fffffffff\314" - "\314\314\314\314\314\314\314\314fff\0\0\0""333333fff\231\231\231\314" - "\314\314\377\377\377\377\377\377\377\377\377\314\314\314\231\231\231" - "333\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\0\0\0""333fff\231\231\231\314\314\314" + "\377\377\377\377\377\377\377\377\377\314\314\314\231\231\231333\0\0\0" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\0\0\0\377fffffffff\314\314\314\314\314\314\314\314\314" - "fffffffff\0\0\0""333fff\231\231\231\314\314\314\377\377\377\377\377\377" - "\377\377\377\314\314\314\231\231\231333\0\0\0\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314" - "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314ffffff\0" - "\0\0""333fff\231\231\231\314\314\314\377\377\377\377\377\377\314\314" - "\314\231\231\231333\0\0\0\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314\314" - "\314\314\314\314\314\314\314fffffffff\314\314\314\0\0\0""333\231\231" - "\231\314\314\314\377\377\377\377\377\377\377\377\377\231\231\231333\0" - "\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314" - "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff" - "ffffff\314\314\314\314\314\314\0\0\0\0\0\0fff\231\231\231\314\314\314" - "\377\377\377\377\377\377\314\314\314fff\0\0\0\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" + "\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314ffffff\0\0\0""333fff\231\231\231\314\314\314\377\377" + "\377\377\377\377\314\314\314\231\231\231333\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0\377fffffffff\314\314\314\314\314\314\314\314\314fffffffff" - "\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\0\0\0""333" - "fff\314\314\314\377\377\377\377\377\377\314\314\314fff\0\0\0\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377fffffffff\314\314\314\314\314\314\314\314\314fffff" - "ffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" - "\314\314\314\314\0\0\0""333\231\231\231\314\314\314\377\377\377\314\314" - "\314fff\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\0\0\0\377fffffffff\314\314\314\314\314\314\314\314\314" + "\377\377\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314\314" + "\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\314\0\0\0""333\231\231\231\314\314\314\377\377\377\377\377\377\377\377" + "\377\231\231\231333\0\0\0\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" + "\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314fffffffff\314\314\314\314\314\314\0\0\0\0\0\0fff\231" + "\231\231\314\314\314\377\377\377\377\377\377\314\314\314fff\0\0\0\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314\314" + "\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\314\0\0\0""333fff\314\314\314\377\377\377\377\377\377\314\314\314ff" + "f\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314\314\314" + "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314\0\0\0""333\231\231\231\314\314\314\377\377\377" + "\314\314\314fff\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314\314" + "\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\314\314\314\314\314\314\314ffffff\0\0\0""333\231\231\231\377\377\377" + "\377\377\377\231\231\231\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314ffff" + "fffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314333\0\0" + "\0fff\314\314\314\377\377\377\231\231\231\0\0\0\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314" "fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" - "\314\314\314\314\314ffffff\0\0\0""333\231\231\231\377\377\377\377\377" - "\377\231\231\231\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314fffffffff\314\314\314\314\314\314\314\314\314333\0\0\0fff\314" - "\314\314\377\377\377\231\231\231\0\0\0\377\377\377\377\377\377\377\377" - "\377\377\377\377\0\0\0\377\314\314\314\314\314\314\314\314\314ffffff" - "fff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" - "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314ffffff3" - "33\0\0\0\231\231\231\377\377\377\314\314\314\0\0\0\377\377\377\377\377" - "\377\377\377\377\0\0\0\314\314\314\314\314\314\314\314\314\314ffffff" - "fff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff" + "fff333\0\0\0\231\231\231\377\377\377\314\314\314\0\0\0\377\377\377\377" + "\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314ffff" + "fffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffff" "ff\314\314\314\0\0\0\0\0\0\314\314\314\314\314\314\0\0\0\377\377\377" - "\377\377\377\0\0\0\314fffffffff\314\314\314\314\314\314\314\314\314f" - "ffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" + "\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314\314\314\314fff" + "ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffff" + "ff333333\314\314\314\0\0\0\377\377\377\0\0\0\0fffffffff\314\314\314\314" "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff" - "ffffff333333\314\314\314\0\0\0\377\377\377\0\0\0\314fffffffff\314\314" - "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" - "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" - "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314333\0\0\0\0" - "\0\0\0\0\0\231fffffffff\314\314\314\314\314\314\314\314\314fffffffff" - "\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" - "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fff333\0\0\0\0"}; + "ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314fffffffff\314\314\314\314\314\314333\0\0\0\0\0\0\0\0" + "\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" + "fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" + "\314\314\314\314\314fff333\0\0\0\0"}; /* GdkPixbuf RGB C-Source image dump */ @@ -1104,154 +1102,153 @@ "\314\314\314\314\314fffffffff\0\0\0\0\0\0\0\0\0\0""333\314\314\314\314" "\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" - "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\377\0\0\0" - "\377\377\377\0\0\0\314\314\314333333fffffffff\314\314\314\314\314\314" - "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\0\0\0\314\314\314" - "\314\314\314\0\0\0\0\0\0\314\314\314fffffffff\314\314\314\314\314\314" - "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314\377\0\0\0\377\377\377\377\377\377\377\377\377\0\0\0\314\314" - "\314\377\377\377\231\231\231\0\0\0""333ffffff\314\314\314\314\314\314" - "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\0" - "\0\0\231\231\231\377\377\377\314\314\314fff\0\0\0""333\314\314\314\314" - "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fff" - "ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" - "\314\314\314\314\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\0\0\0\231\231\231\377\377\377\377\377\377\231\231\231" - "333\0\0\0ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" - "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" - "\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\0\0\0fff\314\314\314\377\377\377\314\314\314" - "\231\231\231333\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\0\0\0fff\314\314\314\377\377" - "\377\377\377\377\314\314\314fff333\0\0\0\314\314\314fffffffff\314\314" + "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\0\0\0\0\377" + "\377\377\0\0\0\314\314\314333333fffffffff\314\314\314\314\314\314\314" + "\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" - "\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0fff\314\314\314" - "\377\377\377\377\377\377\314\314\314\231\231\231fff\0\0\0\0\0\0\314\314" + "\314fffffffff\0\0\0\0\377\377\377\377\377\377\0\0\0\314\314\314\314\314" + "\314\0\0\0\0\0\0\314\314\314fffffffff\314\314\314\314\314\314\314\314" + "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\0\0\0\314\314\314\377\377" + "\377\231\231\231\0\0\0""333ffffff\314\314\314\314\314\314\314\314\314" + "fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" + "\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0" + "\0\0\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\231\231\231" + "\377\377\377\314\314\314fff\0\0\0""333\314\314\314\314\314\314\314\314" + "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\231\231\231\377\377\377\377\377\377\231\231\231333\0\0\0fffff" + "f\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" + "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\0" + "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0fff\314\314\314\377\377\377\314\314\314\231\231\231333" + "\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffff" - "ff\314\314\314\314\314\314\314\314\314\377\0\0\0\377\377\377\377\377" + "ff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0fff\314\314\314\377\377\377\377\377\377" + "\314\314\314fff333\0\0\0\314\314\314fffffffff\314\314\314\314\314\314" + "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\0" + "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0fff\314\314\314\377\377\377\377" + "\377\377\314\314\314\231\231\231fff\0\0\0\0\0\0\314\314\314\314\314\314" + "fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" + "\314\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\0\0\0""333\231\231\231\377\377\377\377\377\377\377" - "\377\377\314\314\314\231\231\231333\0\0\0\314\314\314fffffffff\314\314" - "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" - "\314\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0""333\231\231\231\314\314\314\377\377\377\377\377\377\314\314\314\231" - "\231\231fff333\0\0\0ffffff\314\314\314\314\314\314\314\314\314ffffff" - "fff\314\314\314\314\314\314\314\314\314\377\0\0\0\377\377\377\377\377" + "\0\0\0""333\231\231\231\377\377\377\377\377\377\377\377\377\314\314\314" + "\231\231\231333\0\0\0\314\314\314fffffffff\314\314\314\314\314\314\314" + "\314\314fffffffff\314\314\314\314\314\314\314\314\314\0\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231\231\231\314" - "\314\314\377\377\377\377\377\377\377\377\377\314\314\314\231\231\231" - "fff333\0\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffffff\377" - "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0""333\231\231\231\314\314\314\377\377\377\377\377\377" - "\377\377\377\314\314\314\231\231\231fff333333\0\0\0fff\314\314\314\314" - "\314\314\314\314\314fffffffff\377\0\0\0\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333f" - "ff\314\314\314\377\377\377\377\377\377\377\377\377\377\377\377\314\314" - "\314\231\231\231fff333\0\0\0\0\0\0\314\314\314\314\314\314fffffffff\377" - "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\314\314\377\377\377\377\377\377\314\314\314\231\231\231fff333\0\0\0" + "ffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0""333fff\231\231\231\314\314" - "\314\377\377\377\377\377\377\377\377\377\314\314\314333333333\0\0\0\0" - "\0\0\0\0\0\314\314\314\314\314\314\314\314\314\377\0\0\0\377\377\377" + "\377\377\377\377\377\0\0\0""333\231\231\231\314\314\314\377\377\377\377" + "\377\377\377\377\377\314\314\314\231\231\231fff333\0\0\0fffffffff\314" + "\314\314\314\314\314\314\314\314fffffffff\0\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333\231" + "\231\231\314\314\314\377\377\377\377\377\377\377\377\377\314\314\314" + "\231\231\231fff333333\0\0\0fff\314\314\314\314\314\314\314\314\314ff" + "fffffff\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0""333fff\231\231\231\314\314\314" - "\377\377\377\377\377\377333ffffff333333333\0\0\0\0\0\0\314\314\314\314" - "\314\314\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0""333fff\314\314\314\377\377\377" + "\377\377\377\377\377\377\377\377\377\314\314\314\231\231\231fff333\0" + "\0\0\0\0\0\314\314\314\314\314\314fffffffff\0\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0""333fff\231\231\231\314\314\314333\231\231\231fffffffff33" - "3333333333\0\0\0\314\314\314\377\0\0\0\377\377\377\377\377\377\377\377" + "\377\377\377\0\0\0""333fff\231\231\231\314\314\314\377\377\377\377\377" + "\377\377\377\377\314\314\314333333333\0\0\0\0\0\0\0\0\0\314\314\314\314" + "\314\314\314\314\314\0\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0fff333\314\314\314\231" - "\231\231\231\231\231ffffffffffff333333333\0\0\0\377\0\0\0\377\377\377" + "\377\0\0\0""333fff\231\231\231\314\314\314\377\377\377\377\377\37733" + "3ffffff333333333\0\0\0\0\0\0\314\314\314\314\314\314\0\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0""333fff\231\231" + "\231\314\314\314333\231\231\231fffffffff333333333333\0\0\0\314\314\314" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0\0\0\0""333\314\314\314\314\314\314\231\231\231\231\231\231\231" - "\231\231fffffffff333333\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0\0\0\0fff333\314\314\314\231\231\231\231\231\231ffffff" + "ffffff333333333\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" - "\0\0\314\314\314\314\314\314\314\314\314\231\231\231\231\231\231\231" - "\231\231ffffffffffff\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0""333\314\314\314" + "\314\314\314\231\231\231\231\231\231\231\231\231fffffffff333333\0\0\0" + "\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0\377\377\377\314\314\314\314\314\314\314\314\314\231\231\231" - "\231\231\231\231\231\231fffffffff\0\0\0\377\0\0\0\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\314\314\314\314\314\314" + "\314\314\314\231\231\231\231\231\231\231\231\231ffffffffffff\0\0\0\0" + "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\377\377\377\314\314\314" + "\314\314\314\314\314\314\231\231\231\231\231\231\231\231\231ffffffff" + "f\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377\377\377\314\314\314\314\314\314" - "\314\314\314\231\231\231\231\231\231\231\231\231\231\231\231fff\0\0\0" - "\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377" + "\377\377\314\314\314\314\314\314\314\314\314\231\231\231\231\231\231" + "\231\231\231\231\231\231fff\0\0\0\0\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0\377\377\377\314\314\314\314\314\314\314\314\314\314\314\314\231" - "\231\231\231\231\231\231\231\231\0\0\0\377\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\377\377\377\314\314\314\314\314" + "\314\314\314\314\314\314\314\231\231\231\231\231\231\231\231\231\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\314\314\314\314\314\314\314\314\314\314\314\314\231\231\231" - "\231\231\231\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\314\314\314\314\314\314\314\314" + "\314\314\314\314\231\231\231\231\231\231\0\0\0\0\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\314\314\314\314\314\314\314\314\314\231\231\231\0\0\0\377" - "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\314\314\314\314\314\314\314\314" + "\314\231\231\231\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\314\314\314\314\314\314\314\314\314\0\0\0\377\0\0\0\377\377\377\377" + "\377\377\377\377\377\377\314\314\314\314\314\314\314\314\314\0\0\0\0" + "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\314\314" - "\314\314\314\314\0\0\0\377\0\0\0\377\377\377\377\377\377\377\377\377" + "\377\377\377\314\314\314\314\314\314\0\0\0\0\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\314\314\314\0\0" - "\0\314\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\314\314\314\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\314\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0" + "\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\0\0\0\314\0\0\0\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\0\0\0\231\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0"}; + "\0\0\0\0\0\0"}; /* GdkPixbuf RGB C-Source image dump */ @@ -1284,153 +1281,152 @@ "\314\314\314\314fff333\0\0\0\0fffffffff\314\314\314\314\314\314\314\314" "\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" - "fffffffff\314\314\314\314\314\314333\0\0\0\0\0\0\0\0\0\377fffffffff\314" + "fffffffff\314\314\314\314\314\314333\0\0\0\0\0\0\0\0\0\0fffffffff\314" "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" "\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" "\314\314\314\314\314\314\314fffffffff333333\314\314\314\0\0\0\377\377" - "\377\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" + "\377\0\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314" "\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314" "fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\0" "\0\0\0\0\0\314\314\314\314\314\314\0\0\0\377\377\377\377\377\377\0\0" - "\0\377\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" + "\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffff" "ff\314\314\314\314\314\314\314\314\314ffffff333\0\0\0\231\231\231\377" "\377\377\314\314\314\0\0\0\377\377\377\377\377\377\377\377\377\0\0\0" - "\377\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314" - "\314\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffff" - "ff\314\314\314\314\314\314\314\314\314333\0\0\0fff\314\314\314\377\377" - "\377\231\231\231\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0\377fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314ffffff\0\0\0""333\231\231\231\377\377\377\377\377\377\231\231" - "\231\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0\377fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314" - "\314\314\0\0\0""333\231\231\231\314\314\314\377\377\377\314\314\314f" + "\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314" + "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" + "\314\314\314\314\314\314\314\314333\0\0\0fff\314\314\314\377\377\377" + "\231\231\231\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\0" + "\0\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" + "\314ffffff\0\0\0""333\231\231\231\377\377\377\377\377\377\231\231\231" + "\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0" + "\0\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\314\314" + "\314\0\0\0""333\231\231\231\314\314\314\377\377\377\314\314\314fff\0" + "\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0\0fffffffff\314\314\314\314\314\314\314\314\314fffffff" + "ff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\0\0\0""3" + "33fff\314\314\314\377\377\377\377\377\377\314\314\314fff\0\0\0\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\0\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314" + "\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\0\0\0\0" + "\0\0fff\231\231\231\314\314\314\377\377\377\377\377\377\314\314\314f" "ff\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0\377fffffffff\314\314\314\314\314\314\314\314\314f" - "ffffffff\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\0\0" - "\0""333fff\314\314\314\377\377\377\377\377\377\314\314\314fff\0\0\0\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314" - "\314\314\314\314\314\314\314\314fffffffff\314\314\314\314\314\314\0\0" - "\0\0\0\0fff\231\231\231\314\314\314\377\377\377\377\377\377\314\314\314" - "fff\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314\314\314\314\314" + "\377\377\377\377\377\377\377\377\377\0\0\0\0\314\314\314\314\314\314" "\314\314\314fffffffff\314\314\314\314\314\314\314\314\314fffffffff\314" "\314\314\0\0\0""333\231\231\231\314\314\314\377\377\377\377\377\377\377" "\377\377\231\231\231333\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0\377\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" + "\0\0\0\0\314\314\314\314\314\314\314\314\314fffffffff\314\314\314\314" "\314\314\314\314\314ffffff\0\0\0""333fff\231\231\231\314\314\314\377" "\377\377\377\377\377\314\314\314\231\231\231333\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377fffffffff\314\314\314\314" + "\377\377\377\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314" "\314\314\314\314\314fffffffff\0\0\0""333fff\231\231\231\314\314\314\377" "\377\377\377\377\377\377\377\377\314\314\314\231\231\231333\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" "fffffffff\314\314\314\314\314\314\314\314\314fff\0\0\0""333333fff\231" "\231\231\314\314\314\377\377\377\377\377\377\377\377\377\314\314\314" "\231\231\231333\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377fffffffff\314\314\314\314\314\314" + "\377\377\377\377\377\377\377\0\0\0\0fffffffff\314\314\314\314\314\314" "\0\0\0\0\0\0""333fff\231\231\231\314\314\314\377\377\377\377\377\377" "\377\377\377\377\377\377\314\314\314fff333\0\0\0\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\0\0\0\377\314\314\314\314\314\314\314\314\314\0\0\0\0\0\0\0\0\0""33" - "3333333\314\314\314\377\377\377\377\377\377\377\377\377\314\314\314\231" + "\0\0\0\0\314\314\314\314\314\314\314\314\314\0\0\0\0\0\0\0\0\0""3333" + "33333\314\314\314\377\377\377\377\377\377\377\377\377\314\314\314\231" "\231\231fff333\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\314\314" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\314\314" "\314\314\314\314\0\0\0\0\0\0""333333333ffffff333\377\377\377\377\377" "\377\314\314\314\231\231\231fff333\0\0\0\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\0\0\0\377\314\314\314\0\0\0""333333333333fffffffff\231" + "\377\377\377\377\0\0\0\0\314\314\314\0\0\0""333333333333fffffffff\231" "\231\231333\314\314\314\231\231\231fff333\0\0\0\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0""333333333fffffffff" - "fff\231\231\231\231\231\231\314\314\314333fff\0\0\0\0\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0""333333333fffffffffff" + "f\231\231\231\231\231\231\314\314\314333fff\0\0\0\0\0\0\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\0" - "\0\0""333333fffffffff\231\231\231\231\231\231\231\231\231\314\314\314" - "\314\314\314333\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0""3" + "33333fffffffff\231\231\231\231\231\231\231\231\231\314\314\314\314\314" + "\314333\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0ffffffffffff\231" - "\231\231\231\231\231\231\231\231\314\314\314\314\314\314\314\314\314" - "\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\0\0\0\0\0\0\0ffffffffffff\231\231\231\231" + "\231\231\231\231\231\314\314\314\314\314\314\314\314\314\0\0\0\0\0\0" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0fffffffff\231\231" - "\231\231\231\231\231\231\231\314\314\314\314\314\314\314\314\314\377" - "\377\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0\0\0\0fffffffff\231\231\231\231\231\231" + "\231\231\231\314\314\314\314\314\314\314\314\314\377\377\377\0\0\0\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0fff\231" - "\231\231\231\231\231\231\231\231\231\231\231\314\314\314\314\314\314" - "\314\314\314\377\377\377\0\0\0\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0fff\231\231\231\231\231" + "\231\231\231\231\231\231\231\314\314\314\314\314\314\314\314\314\377" + "\377\377\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377\0\0\0\231\231\231\231\231\231\231\231\231\314\314" - "\314\314\314\314\314\314\314\314\314\314\377\377\377\0\0\0\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0" + "\0\0\0\231\231\231\231\231\231\231\231\231\314\314\314\314\314\314\314" + "\314\314\314\314\314\377\377\377\0\0\0\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0\231" - "\231\231\231\231\231\314\314\314\314\314\314\314\314\314\314\314\314" + "\377\377\377\377\377\377\377\0\0\0\0\0\0\0\231\231\231\231\231\231\314" + "\314\314\314\314\314\314\314\314\314\314\314\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\0\0\0\377\0\0\0\231\231\231\314\314\314" - "\314\314\314\314\314\314\377\377\377\377\377\377\377\377\377\377\377" + "\377\0\0\0\0\0\0\0\231\231\231\314\314\314\314\314\314\314\314\314\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\0\0\0\377\0\0\0\314\314\314\314\314\314\314\314\314\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\314\314" + "\314\314\314\314\314\314\314\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0\0\377\0" - "\0\0\314\314\314\314\314\314\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\0\0\0\0\0\0\0\314\314\314\314\314\314\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\0\0\0\377\0\0\0\314\314\314\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\0\0\0\0\0\0\0\314\314\314\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\0\0\0\314\0\0\0\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" - "\0\314\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\377\377\377\377\377\0\0\0\314\0\0\0\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\0\0" + "\0\0\0\0\0\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" - "\377\377\377\377\377\377\0\0\0\231\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" + "\377\377\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}; diff -Nru gimp-2.6.11/plug-ins/print/Makefile.in gimp-2.6.12/plug-ins/print/Makefile.in --- gimp-2.6.11/plug-ins/print/Makefile.in 2010-10-03 20:15:14.000000000 +0000 +++ gimp-2.6.12/plug-ins/print/Makefile.in 2012-01-31 14:25:29.000000000 +0000 @@ -235,6 +235,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -326,6 +327,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -363,7 +365,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/print/print.c gimp-2.6.12/plug-ins/print/print.c --- gimp-2.6.11/plug-ins/print/print.c 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/print/print.c 2012-01-31 13:50:15.000000000 +0000 @@ -348,7 +348,7 @@ _("An error occurred while trying to print:")); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), - message); + "%s", message); gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_destroy (dialog); diff -Nru gimp-2.6.11/plug-ins/pygimp/Makefile.in gimp-2.6.12/plug-ins/pygimp/Makefile.in --- gimp-2.6.11/plug-ins/pygimp/Makefile.in 2010-10-03 20:15:14.000000000 +0000 +++ gimp-2.6.12/plug-ins/pygimp/Makefile.in 2012-01-31 14:25:29.000000000 +0000 @@ -332,6 +332,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -423,6 +424,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -460,7 +462,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/pygimp/plug-ins/colorxhtml.py gimp-2.6.12/plug-ins/pygimp/plug-ins/colorxhtml.py --- gimp-2.6.11/plug-ins/pygimp/plug-ins/colorxhtml.py 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/pygimp/plug-ins/colorxhtml.py 2012-01-31 13:50:15.000000000 +0000 @@ -27,7 +27,7 @@ gettext.install("gimp20-python", gimp.locale_directory, unicode=True) -(CHARS_SOURCE, CHARS_FILE, CHARS_PARAMETER) = range(3) +all_source_types = (CHARS_SOURCE, CHARS_FILE, CHARS_PARAMETER) = range(3) escape_table = { '&': '&', @@ -67,6 +67,9 @@ if not drawable.is_rgb or drawable.has_alpha: return + if source_type not in all_source_types: + return + gimp.tile_cache_ntiles(width / gimp.tile_width() + 1) html = file(filename, 'w') diff -Nru gimp-2.6.11/plug-ins/pygimp/plug-ins/Makefile.in gimp-2.6.12/plug-ins/pygimp/plug-ins/Makefile.in --- gimp-2.6.11/plug-ins/pygimp/plug-ins/Makefile.in 2010-10-03 20:15:14.000000000 +0000 +++ gimp-2.6.12/plug-ins/pygimp/plug-ins/Makefile.in 2012-01-31 14:25:29.000000000 +0000 @@ -231,6 +231,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -322,6 +323,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -359,7 +361,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/pygimp/plug-ins/py-slice.py gimp-2.6.12/plug-ins/pygimp/plug-ins/py-slice.py --- gimp-2.6.11/plug-ins/pygimp/plug-ins/py-slice.py 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/pygimp/plug-ins/py-slice.py 2012-01-31 13:50:15.000000000 +0000 @@ -36,6 +36,9 @@ def pyslice(image, drawable, save_path, html_filename, image_basename, image_extension, separate, image_path, cellspacing, animate, skip_caps): + + cellspacing = int (cellspacing) + if animate: count = 0 drw = [] diff -Nru gimp-2.6.11/plug-ins/script-fu/ftx/Makefile.in gimp-2.6.12/plug-ins/script-fu/ftx/Makefile.in --- gimp-2.6.11/plug-ins/script-fu/ftx/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/plug-ins/script-fu/ftx/Makefile.in 2012-01-31 14:25:30.000000000 +0000 @@ -226,6 +226,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -317,6 +318,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -354,7 +356,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/script-fu/Makefile.am gimp-2.6.12/plug-ins/script-fu/Makefile.am --- gimp-2.6.11/plug-ins/script-fu/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/script-fu/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,21 +1,23 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +WINSOCK_LIBS = -lws2_32 +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) -libtinyscheme=tinyscheme/libtinyscheme.a +libtinyscheme=tinyscheme/libtinyscheme.a $(libm) libftx=ftx/libftx.a -if OS_WIN32 -mwindows = -mwindows -WINSOCK_LIBS = -lws2_32 -endif - AM_CFLAGS = \ -DSTANDALONE=0 \ -DUSE_INTERFACE=1 \ diff -Nru gimp-2.6.11/plug-ins/script-fu/Makefile.in gimp-2.6.12/plug-ins/script-fu/Makefile.in --- gimp-2.6.11/plug-ins/script-fu/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/plug-ins/script-fu/Makefile.in 2012-01-31 14:25:29.000000000 +0000 @@ -62,9 +62,12 @@ script_fu_OBJECTS = $(am_script_fu_OBJECTS) script_fu_LDADD = $(LDADD) am__DEPENDENCIES_1 = +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ + $(am__DEPENDENCIES_1) +am__DEPENDENCIES_3 = tinyscheme/libtinyscheme.a $(am__DEPENDENCIES_1) script_fu_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimpmath) $(libgimp) $(libgimpcolor) \ - $(libgimpbase) $(libtinyscheme) $(libftx) \ + $(libgimpconfig) $(am__DEPENDENCIES_2) $(libgimp) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_3) $(libftx) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) @@ -276,6 +279,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -367,6 +371,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -404,7 +409,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -425,17 +429,18 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_TRUE@WINSOCK_LIBS = -lws2_32 +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -libtinyscheme = tinyscheme/libtinyscheme.a +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) +libtinyscheme = tinyscheme/libtinyscheme.a $(libm) libftx = ftx/libftx.a -@OS_WIN32_TRUE@mwindows = -mwindows -@OS_WIN32_TRUE@WINSOCK_LIBS = -lws2_32 AM_CFLAGS = \ -DSTANDALONE=0 \ -DUSE_INTERFACE=1 \ diff -Nru gimp-2.6.11/plug-ins/script-fu/script-fu-server.c gimp-2.6.12/plug-ins/script-fu/script-fu-server.c --- gimp-2.6.11/plug-ins/script-fu/script-fu-server.c 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/script-fu/script-fu-server.c 2012-01-31 13:50:28.000000000 +0000 @@ -108,7 +108,7 @@ #define RSP_LEN_L_BYTE 3 /* - * Local Structures + * Local Types */ typedef struct @@ -129,6 +129,15 @@ gboolean run; } ServerInterface; +typedef union +{ + sa_family_t family; + struct sockaddr_storage ss; + struct sockaddr sa; + struct sockaddr_in sa_in; + struct sockaddr_in6 sa_in6; +} sa_union; + /* * Local Functions */ @@ -137,7 +146,8 @@ const gchar *logfile); static gboolean execute_command (SFCommand *cmd); static gint read_from_client (gint filedes); -static gint make_socket (guint port); +static gint make_socket (const struct addrinfo + *ai); static void server_log (const gchar *format, ...) G_GNUC_PRINTF (1, 2); static void server_quit (void); @@ -151,7 +161,10 @@ /* * Local variables */ -static gint server_sock; +static gint server_socks[2], + server_socks_used = 0; +static const gint server_socks_len = sizeof (server_socks) / + sizeof (server_socks[0]); static GList *command_queue = NULL; static gint queue_length = 0; static gint request_no = 0; @@ -285,6 +298,7 @@ struct timeval tv; struct timeval *tvp = NULL; SELECT_MASK fds; + gint sockno; /* Set time struct */ if (timeout) @@ -295,7 +309,10 @@ } FD_ZERO (&fds); - FD_SET (server_sock, &fds); + for (sockno = 0; sockno < server_socks_used; sockno++) + { + FD_SET (server_socks[sockno], &fds); + } g_hash_table_foreach (clients, script_fu_server_add_fd, &fds); /* Block until input arrives on one or more active sockets @@ -307,15 +324,23 @@ return; } - /* Service the server socket if it has input pending. */ - if (FD_ISSET (server_sock, &fds)) + /* Service the server sockets if any has input pending. */ + for (sockno = 0; sockno < server_socks_used; sockno++) { - struct sockaddr_in clientname; + sa_union client; + gchar clientname[NI_MAXHOST]; /* Connection request on original socket. */ - guint size = sizeof (clientname); - gint new = accept (server_sock, - (struct sockaddr *) &clientname, &size); + guint size = sizeof (client); + gint new; + guint portno; + + if (! FD_ISSET (server_socks[sockno], &fds)) + { + continue; + } + + new = accept (server_socks[sockno], &(client.sa), &size); if (new < 0) { @@ -324,13 +349,32 @@ } /* Associate the client address with the socket */ - g_hash_table_insert (clients, - GINT_TO_POINTER (new), - g_strdup (inet_ntoa (clientname.sin_addr))); + + /* If all else fails ... */ + strncpy (clientname, "(error during host address lookup)", NI_MAXHOST-1); + + /* Lookup address */ + (void) getnameinfo (&(client.sa), size, clientname, sizeof (clientname), + NULL, 0, NI_NUMERICHOST); + + g_hash_table_insert (clients, GINT_TO_POINTER (new), + g_strdup (clientname)); + + /* Determine port number */ + switch (client.family) + { + case AF_INET: + portno = (guint) g_ntohs (client.sa_in.sin_port); + break; + case AF_INET6: + portno = (guint) g_ntohs (client.sa_in6.sin6_port); + break; + default: + portno = 0; + } server_log ("Server: connect from host %s, port %d.\n", - inet_ntoa (clientname.sin_addr), - (unsigned int) ntohs (clientname.sin_port)); + clientname, portno); } /* Service the client sockets. */ @@ -392,18 +436,46 @@ server_start (gint port, const gchar *logfile) { - const gchar *progress; - - /* First of all, create the socket and set it up to accept connections. */ - /* This may fail if there's a server running on this port already. */ - server_sock = make_socket (port); + struct addrinfo *ai, + *ai_curr; + struct addrinfo hints; + gint e, + sockno; + gchar *port_s; + + const gchar *progress; + + memset (&hints, 0, sizeof (hints)); + hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG; + hints.ai_socktype = SOCK_STREAM; + + port_s = g_strdup_printf ("%d", port); + e = getaddrinfo (NULL, port_s, &hints, &ai); + g_free (port_s); - if (listen (server_sock, 5) < 0) + if (e != 0) { - print_socket_api_error ("listen"); + g_printerr ("getaddrinfo: %s", gai_strerror (e)); return; } + for (ai_curr = ai, sockno = 0; + ai_curr != NULL && sockno < server_socks_len; + ai_curr = ai_curr->ai_next, sockno++) + { + /* Create the socket and set it up to accept connections. */ + /* This may fail if there's a server running on this port already. */ + server_socks[sockno] = make_socket (ai_curr); + + if (listen (server_socks[sockno], 5) < 0) + { + print_socket_api_error ("listen"); + return; + } + } + + server_socks_used = sockno; + /* Setup up the server log file */ if (logfile && *logfile) server_log_file = g_fopen (logfile, "a"); @@ -592,11 +664,10 @@ } static gint -make_socket (guint port) +make_socket (const struct addrinfo *ai) { - struct sockaddr_in name; - gint sock; - gint v = 1; + gint sock; + gint v = 1; /* Win32 needs the winsock library initialized. */ #ifdef G_OS_WIN32 @@ -620,7 +691,7 @@ #endif /* Create the socket. */ - sock = socket (PF_INET, SOCK_STREAM, 0); + sock = socket (ai->ai_family, ai->ai_socktype, ai->ai_protocol); if (sock < 0) { print_socket_api_error ("socket"); @@ -629,12 +700,20 @@ setsockopt (sock, SOL_SOCKET, SO_REUSEADDR, &v, sizeof(v)); - /* Give the socket a name. */ - name.sin_family = AF_INET; - name.sin_port = htons (port); - name.sin_addr.s_addr = htonl (INADDR_ANY); +#ifdef IPV6_V6ONLY + /* Only listen on IPv6 addresses, otherwise bind() will fail. */ + if (ai->ai_family == AF_INET6) + { + v = 1; + if (setsockopt (sock, IPPROTO_IPV6, IPV6_V6ONLY, &v, sizeof(v)) < 0) + { + print_socket_api_error ("setsockopt"); + gimp_quit(); + } + } +#endif - if (bind (sock, (struct sockaddr *) &name, sizeof (name)) < 0) + if (bind (sock, ai->ai_addr, ai->ai_addrlen) < 0) { print_socket_api_error ("bind"); gimp_quit (); @@ -672,7 +751,12 @@ static void server_quit (void) { - CLOSESOCKET (server_sock); + gint sockno; + + for (sockno = 0; sockno < server_socks_used; sockno++) + { + CLOSESOCKET (server_socks[sockno]); + } if (clients) { diff -Nru gimp-2.6.11/plug-ins/script-fu/scripts/images/Makefile.in gimp-2.6.12/plug-ins/script-fu/scripts/images/Makefile.in --- gimp-2.6.11/plug-ins/script-fu/scripts/images/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/plug-ins/script-fu/scripts/images/Makefile.in 2012-01-31 14:25:30.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/script-fu/scripts/Makefile.in gimp-2.6.12/plug-ins/script-fu/scripts/Makefile.in --- gimp-2.6.11/plug-ins/script-fu/scripts/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/plug-ins/script-fu/scripts/Makefile.in 2012-01-31 14:25:30.000000000 +0000 @@ -268,6 +268,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -359,6 +360,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -396,7 +398,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/script-fu/tinyscheme/Makefile.in gimp-2.6.12/plug-ins/script-fu/tinyscheme/Makefile.in --- gimp-2.6.11/plug-ins/script-fu/tinyscheme/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/plug-ins/script-fu/tinyscheme/Makefile.in 2012-01-31 14:25:30.000000000 +0000 @@ -227,6 +227,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -318,6 +319,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -355,7 +357,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/script-fu/tinyscheme/opdefines.h gimp-2.6.12/plug-ins/script-fu/tinyscheme/opdefines.h --- gimp-2.6.11/plug-ins/script-fu/tinyscheme/opdefines.h 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/script-fu/tinyscheme/opdefines.h 2012-01-31 13:50:15.000000000 +0000 @@ -131,7 +131,6 @@ _OP_DEF(opexe_3, "list?", 1, 1, TST_ANY, OP_LISTP ) _OP_DEF(opexe_3, "environment?", 1, 1, TST_ANY, OP_ENVP ) _OP_DEF(opexe_3, "vector?", 1, 1, TST_ANY, OP_VECTORP ) - _OP_DEF(opexe_3, "array?", 1, 1, TST_ANY, OP_ARRAYP ) _OP_DEF(opexe_3, "eq?", 2, 2, TST_ANY, OP_EQ ) _OP_DEF(opexe_3, "eqv?", 2, 2, TST_ANY, OP_EQV ) _OP_DEF(opexe_4, "force", 1, 1, TST_ANY, OP_FORCE ) @@ -142,7 +141,7 @@ _OP_DEF(opexe_4, "newline", 0, 1, TST_OUTPORT, OP_NEWLINE ) _OP_DEF(opexe_4, "error", 1, INF_ARG, TST_NONE, OP_ERR0 ) _OP_DEF(opexe_4, 0, 0, 0, 0, OP_ERR1 ) - _OP_DEF(opexe_4, "reverse", 1, 1, TST_PAIR, OP_REVERSE ) + _OP_DEF(opexe_4, "reverse", 1, 1, TST_LIST, OP_REVERSE ) _OP_DEF(opexe_4, "list*", 1, INF_ARG, TST_NONE, OP_LIST_STAR ) _OP_DEF(opexe_4, "append", 0, INF_ARG, TST_NONE, OP_APPEND ) _OP_DEF(opexe_4, "put", 3, 3, TST_NONE, OP_PUT ) diff -Nru gimp-2.6.11/plug-ins/selection-to-path/Makefile.am gimp-2.6.12/plug-ins/selection-to-path/Makefile.am --- gimp-2.6.11/plug-ins/selection-to-path/Makefile.am 2010-07-02 22:51:59.000000000 +0000 +++ gimp-2.6.12/plug-ins/selection-to-path/Makefile.am 2012-01-31 13:50:15.000000000 +0000 @@ -1,16 +1,18 @@ ## Process this file with automake to produce Makefile.in +if OS_WIN32 +mwindows = -mwindows +else +libm = -lm +endif + libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la - -if OS_WIN32 -mwindows = -mwindows -endif +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) diff -Nru gimp-2.6.11/plug-ins/selection-to-path/Makefile.in gimp-2.6.12/plug-ins/selection-to-path/Makefile.in --- gimp-2.6.11/plug-ins/selection-to-path/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/plug-ins/selection-to-path/Makefile.in 2012-01-31 14:25:30.000000000 +0000 @@ -60,10 +60,12 @@ selection_to_path_OBJECTS = $(am_selection_to_path_OBJECTS) selection_to_path_LDADD = $(LDADD) am__DEPENDENCIES_1 = -selection_to_path_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ - $(libgimpconfig) $(libgimpmath) $(libgimp) $(libgimpcolor) \ - $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +am__DEPENDENCIES_2 = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la \ $(am__DEPENDENCIES_1) +selection_to_path_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ + $(libgimpconfig) $(am__DEPENDENCIES_2) $(libgimp) \ + $(libgimpcolor) $(libgimpbase) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -234,6 +236,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -325,6 +328,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -362,7 +366,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -383,14 +386,15 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +@OS_WIN32_TRUE@mwindows = -mwindows +@OS_WIN32_FALSE@libm = -lm libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la -libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la -@OS_WIN32_TRUE@mwindows = -mwindows +libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm) AM_LDFLAGS = $(mwindows) selection_to_path_SOURCES = \ bitmap.h \ diff -Nru gimp-2.6.11/plug-ins/twain/Makefile.in gimp-2.6.12/plug-ins/twain/Makefile.in --- gimp-2.6.11/plug-ins/twain/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/plug-ins/twain/Makefile.in 2012-01-31 14:25:30.000000000 +0000 @@ -262,6 +262,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -353,6 +354,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -390,7 +392,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/plug-ins/win-snap/Makefile.in gimp-2.6.12/plug-ins/win-snap/Makefile.in --- gimp-2.6.11/plug-ins/win-snap/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/plug-ins/win-snap/Makefile.in 2012-01-31 14:25:30.000000000 +0000 @@ -234,6 +234,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -325,6 +326,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -362,7 +364,6 @@ libexecdir = $(gimpplugindir)/plug-ins localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/po/ast.po gimp-2.6.12/po/ast.po --- gimp-2.6.11/po/ast.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/ast.po 2012-01-31 13:50:16.000000000 +0000 @@ -3,14 +3,15 @@ # This file is distributed under the same license as the gimp package. # FIRST AUTHOR , 2008. # xandru , 2010. +# Xandru Armesto , 2011. msgid "" msgstr "" "Project-Id-Version: gimp\n" "Report-Msgid-Bugs-To: " "http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2010-06-05 17:44+0000\n" -"PO-Revision-Date: 2010-06-06 16:26+0200\n" -"Last-Translator: xandru \n" +"POT-Creation-Date: 2011-02-17 19:48+0000\n" +"PO-Revision-Date: 2011-02-20 14:15+0200\n" +"Last-Translator: Xandru Armesto \n" "Language-Team: Softastur alministradores@softastur.org\n" "Language: ast\n" "MIME-Version: 1.0\n" @@ -18,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Virtaal 0.5.2\n" -"X-Launchpad-Export-Date: 2010-06-05 10:44+0000\n" +"X-Launchpad-Export-Date: 2011-02-20 12:44+0000\n" #: ../app/about.h:24 msgid "GIMP" @@ -52,14 +53,14 @@ "GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - " "Suite 330, Boston, MA 02111-1307, USA." msgstr "" -"GIMP ye software llibre; puedes redistribuilu y/o camudalu baxo los " -"térmsinos de la Llicencia Pública Xeneral GNU como ta espublizada pola Free " -"Software Foundation; seya la versión 2 de la Llicencia, o (a la to opción) " +"GIMP ye software llibre; puedes redistribuyilu y/o camudalu baxo los " +"términos de la Llicencia Pública Xeneral GNU como ta espublizada pola Free " +"Software Foundation; seya la versión 2 de la Llicencia, o (a la to opción) " "cualquier versión posterior.\n" "\n" "GIMP distribuise esperando que seya amañoso, pero ENSIN GARANTÍA DENGUNA; " "ensin siquiera la garantía implícita de COMERCIALIDÁ o AXUSTE A UN ENVÍS " -"DETERMINÁU. Llee la Llicencia Pública Xeneral GNU pa mayores detalles.\n" +"DETERMINÁU. Llei la Llicencia Pública Xeneral GNU pa mayores detalles.\n" "\n" "Tendríes que haber recibido una copia de la Llicencia Pública Xeneral GNU " "xunto con GIMP; si nun ye asina, escribe a la Free Software Foundation, " @@ -73,10 +74,10 @@ "To avoid data loss, please check the location and permissions of the swap " "directory defined in your Preferences (currently \"%s\")." msgstr "" -"Nun se pue abrir un archivu d'intercambéu de preba.\n" +"Nun se puede abrir un ficheru d'intercambiu de preba.\n" "\n" -"Pa evitar perdes de datos, has de comprebar la llocalización y permisos del " -"direutoriu d'intercambéu definíu nes tos Preferencies (actualmente \"%s\")." +"Pa evitar perdes de datos, has comprobar l'allugamientu y permisos del " +"direutoriu d'intercambiu definíu nes tos Preferencies (anguaño \"%s\")." #: ../app/batch.c:75 #, c-format @@ -89,124 +90,124 @@ msgstr "" "L'intérprete pa llotes '%s' nun ta disponible. Mou por llotes desactiváu." -#: ../app/main.c:144 ../tools/gimp-remote.c:60 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" -msgstr "Amosar información de la versión y salir" +msgstr "Amosar información de la versión y colar" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" -msgstr "Amosar información de la llicencia y salir" +msgstr "Amosar información de la llicencia y colar" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" -msgstr "Mou más falanderu" +msgstr "Mou más detalláu" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Entamar un oxetu GIMP nuevu" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" -msgstr "Abrir imaxes como nueves" +msgstr "Abrir imáxenes como nueves" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" -msgstr "Executar ensin interfaz d'usuariu" +msgstr "Executar ensin una interfaz d'usuariu" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." -msgstr "Nun cargar broches, gradientes, patrones..." +msgstr "Nun cargar los pinceles, los dilíos, los patrones, …" -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "Nun cargar denguna fonte" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" msgstr "Nun amosar el ventanu d'entamu" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" -msgstr "Nun usar memoria en comuña ente GIMP y plugins" +msgstr "Nun usar memoria a comuña ente GIMP y los complementos" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" msgstr "Nun usar funciones aceleradores de la CPU especiales" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" -msgstr "Usar un archivu sessionrc alternativu" +msgstr "Usar un ficheru sessionrc alternativu" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" -msgstr "Usar un archivu d'usuariu gimprc alternativu" +msgstr "Usar un fichderu d'usuariu gimprc alternativu" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" -msgstr "Usar un archivu de sistema gimprc alternativu" +msgstr "Usar un ficheru de sistema gimprc alternativu" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" -msgstr "Comandu por lotes pa executar (pue usase delles vegaes)" +msgstr "Comandu por lotes pa executar (puede usase delles vegaes)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" msgstr "Procedimientu col que van procesase los comandos en lotes" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" -msgstr "Unviar los mensexes a la consola en llugar d'usar un diálogu" +msgstr "Unviar los mensaxes a la consola en vez d'usar un diálogu" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "Mou de compatibilidá PDB (apagáu|prendíu|alvertencia)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "Depurar en casu de fallu (enxamás|dulda|siempre)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" -msgstr "Activar los remanadore de señales nou fatales de depuración" +msgstr "Activar los remanadores de señales non fatales de depuración" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "Facer que tolos avisos seyan fatales" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Sacar un ficheru gimprc cola configuración predeterminada" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[FICHERU|URI…]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." msgstr "" -"GIMP nun pudo entamar la interfaz gráfica d'usuariu.Asegúrate de que esista " +"GIMP nun pudo entamar la interfaz gráfica d'usuariu. Asegúrate de qu'esista " "una instalación afayadiza pa la so pantalla." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." -msgstr "Ya tá executándose otra instancia del GIMP." +msgstr "Yá ta executándose otra instancia del GIMP." -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." -msgstr "Salida de GIMP. Calque cualisquier tecla pa pesllar esta ventana." +msgstr "Salida de GIMP. Calca cualquier tecla pa pesllar esta ventana." -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" -msgstr "(Calque cualisquier tecla pa pesllar esta ventana)\n" +msgstr "(Calca cualquier tecla pa pesllar esta ventana)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." -msgstr "Salida de GIMP. Pue minimizar esta ventana, pero nun la pieslle." +msgstr "Salida de GIMP. Puedes minimizar esta ventana, pero nun la pieslles." #: ../app/sanity.c:365 #, c-format @@ -215,8 +216,8 @@ "\n" "Please check the value of the environment variable G_FILENAME_ENCODING." msgstr "" -"La codificación configurada pal nome del ficheru nun pue convertise a UTF-8: " -"%sComprueba'l valor de la variable d'entornu G_FILENAME_ENCODING." +"La codificación configurada pal nome del ficheru nun puede convertise a " +"UTF-8: %sComprueba'l valor de la variable d'entornu G_FILENAME_ENCODING." #: ../app/sanity.c:384 #, c-format @@ -228,11 +229,11 @@ "you didn't tell GLib about this. Please set the environment variable " "G_FILENAME_ENCODING." msgstr "" -"El nome del direutoriu que contien la configuración d'usuario de GIMP nun " +"El nome del direutoriu que contien la configuración d'usuariu de GIMP nun " "puede convertise a UTF-8: %s\n" "Lo más probable ye que'l to sistema de ficheros almacene los ficheros nuna " -"codificación dixebrada a UTF-8 y nun-y dixiste esto a Glib. Por favor, " -"establez la variable d'entornu G_FILENAME_ENCODING." +"codificación estremada a UTF-8 y nun-y dixiste esto a Glib. Por favor, afita " +"la variable d'entornu G_FILENAME_ENCODING." #. show versions of libraries used by GIMP #: ../app/version.c:64 @@ -291,7 +292,7 @@ #: ../app/actions/actions.c:131 msgid "Dock" -msgstr "Empotrable" +msgstr "Anclar" #: ../app/actions/actions.c:134 msgid "Dockable" @@ -301,7 +302,7 @@ #: ../app/actions/actions.c:137 ../app/dialogs/dialogs.c:171 #: ../app/dialogs/preferences-dialog.c:1595 msgid "Document History" -msgstr "Hestorial del documentu" +msgstr "Historial del documentu" #: ../app/actions/actions.c:140 msgid "Drawable" @@ -309,11 +310,11 @@ #: ../app/actions/actions.c:143 ../app/tools/tools-enums.c:300 msgid "Edit" -msgstr "Remanar" +msgstr "Editar" #: ../app/actions/actions.c:146 ../app/dialogs/dialogs.c:146 msgid "Error Console" -msgstr "Consola d'errores" +msgstr "Consola de fallos" #: ../app/actions/actions.c:149 msgid "File" @@ -337,7 +338,7 @@ #: ../app/actions/actions.c:161 msgid "Help" -msgstr "Aida" +msgstr "Ayuda" #: ../app/actions/actions.c:164 ../app/core/core-enums.c:212 #: ../app/tools/tools-enums.c:242 @@ -347,7 +348,7 @@ #. list & grid views #: ../app/actions/actions.c:167 ../app/dialogs/dialogs.c:155 msgid "Images" -msgstr "Imaxes" +msgstr "Imáxenes" #: ../app/actions/actions.c:170 ../app/dialogs/dialogs.c:178 #: ../app/dialogs/resize-dialog.c:286 @@ -369,7 +370,7 @@ #: ../app/actions/actions.c:179 ../app/core/gimp.c:842 #: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2748 msgid "Patterns" -msgstr "Patrones" +msgstr "Plantíes" #: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-Ins" @@ -382,7 +383,7 @@ #: ../app/actions/actions.c:188 ../app/dialogs/dialogs.c:206 msgid "Sample Points" -msgstr "Puntos d'amuesa" +msgstr "Puntos d'exemplu" #: ../app/actions/actions.c:191 msgid "Select" @@ -401,20 +402,20 @@ #: ../app/actions/actions.c:200 ../app/dialogs/dialogs.c:138 #: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:429 msgid "Tool Options" -msgstr "Opciones de ferramienta" +msgstr "Opciones de Preseos" #: ../app/actions/actions.c:203 ../app/dialogs/dialogs.c:167 msgid "Tools" -msgstr "Ferramientes" +msgstr "Preseos" #: ../app/actions/actions.c:206 ../app/dialogs/dialogs.c:186 #: ../app/tools/gimpvectortool.c:160 msgid "Paths" -msgstr "Rutes" +msgstr "Caminos" #: ../app/actions/actions.c:209 msgid "View" -msgstr "Amosar" +msgstr "Ver" #: ../app/actions/actions.c:212 msgid "Windows" @@ -458,11 +459,11 @@ #: ../app/actions/brushes-actions.c:65 msgid "Copy Brush _Location" -msgstr "Copiar la _Llocalización del Pincel" +msgstr "Copiar l'_Allugamientu del Pincel" #: ../app/actions/brushes-actions.c:66 msgid "Copy brush file location to clipboard" -msgstr "Copiar al portapapeles la localización de la imagen" +msgstr "Copiar al portapapeles l'allugamientu de la imaxe" #: ../app/actions/brushes-actions.c:71 msgid "_Delete Brush" @@ -494,7 +495,7 @@ #: ../app/actions/buffers-actions.c:46 msgid "_Paste Buffer" -msgstr "_Pegar búfer" +msgstr "_Pegar Búfer" #: ../app/actions/buffers-actions.c:47 msgid "Paste the selected buffer" @@ -530,7 +531,7 @@ #: ../app/actions/channels-actions.c:48 msgid "_Edit Channel Attributes..." -msgstr "_Iguar les carauterístiques de la canal…" +msgstr "_Editar los atributos de la canal…" #: ../app/actions/channels-actions.c:49 msgid "Edit the channel's name, color and opacity" @@ -538,7 +539,7 @@ #: ../app/actions/channels-actions.c:54 msgid "_New Channel..." -msgstr "Canal _nueva…" +msgstr "Canal _Nueva…" #: ../app/actions/channels-actions.c:55 msgid "Create a new channel" @@ -546,23 +547,23 @@ #: ../app/actions/channels-actions.c:60 msgid "_New Channel" -msgstr "_Canal nueva" +msgstr "_Canal Nueva" #: ../app/actions/channels-actions.c:61 msgid "Create a new channel with last used values" -msgstr "Crear una canal nueva colos caberos valores usaos" +msgstr "Crear una canal nueva colos últimos valores usaos" #: ../app/actions/channels-actions.c:66 msgid "D_uplicate Channel" -msgstr "D_uplicar canal" +msgstr "D_uplicar Canal" #: ../app/actions/channels-actions.c:67 msgid "Create a duplicate of this channel and add it to the image" -msgstr "Crear una copia d'esta canal ya axuntala a la imaxe" +msgstr "Crear una copia d'esta canal y axuntala a la imaxe" #: ../app/actions/channels-actions.c:72 msgid "_Delete Channel" -msgstr "_Borrar canal" +msgstr "_Desaniciar Canal" #: ../app/actions/channels-actions.c:73 msgid "Delete this channel" @@ -602,7 +603,7 @@ #: ../app/actions/channels-actions.c:105 msgid "Channel to Sele_ction" -msgstr "Canal a Sele_ición" +msgstr "Canal a Es_coyeta" #: ../app/actions/channels-actions.c:106 msgid "Replace the selection with this channel" @@ -611,7 +612,7 @@ #: ../app/actions/channels-actions.c:111 ../app/actions/layers-actions.c:266 #: ../app/actions/vectors-actions.c:173 msgid "_Add to Selection" -msgstr "_Amestar a selección" +msgstr "_Amestar a escoyeta" #: ../app/actions/channels-actions.c:112 msgid "Add this channel to the current selection" @@ -631,24 +632,24 @@ #: ../app/actions/layers-actions.c:305 ../app/actions/layers-actions.c:332 #: ../app/actions/vectors-actions.c:185 msgid "_Intersect with Selection" -msgstr "_Cruciar cola Escoyeta" +msgstr "_Intersectar cola Escoyeta" #: ../app/actions/channels-actions.c:124 msgid "Intersect this channel with the current selection" -msgstr "Cruciar esta canal cola escoyeta actual" +msgstr "Intersectar esta canal cola escoyeta actual" #: ../app/actions/channels-commands.c:85 #: ../app/actions/channels-commands.c:393 msgid "Channel Attributes" -msgstr "Carauterístiques de la canal" +msgstr "Atributos de la canal" #: ../app/actions/channels-commands.c:88 msgid "Edit Channel Attributes" -msgstr "Editar les carauterístiques de la canal" +msgstr "Editar los atributos de la canal" #: ../app/actions/channels-commands.c:90 msgid "Edit Channel Color" -msgstr "Editar el Color de la canal" +msgstr "Editar el Color de la Canal" #: ../app/actions/channels-commands.c:91 #: ../app/actions/channels-commands.c:123 @@ -669,7 +670,7 @@ #: ../app/actions/channels-commands.c:122 msgid "New Channel Color" -msgstr "Canal de Color Nuevu" +msgstr "Canal de Color Nueva" #: ../app/actions/channels-commands.c:243 #: ../app/display/gimpdisplayshell-dnd.c:584 @@ -677,42 +678,42 @@ #: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:313 #, c-format msgid "%s Channel Copy" -msgstr "%s Copia de la canal" +msgstr "%s Copia de la Canal" #: ../app/actions/channels-commands.c:307 ../app/core/gimpselection.c:549 #: ../app/pdb/selection-cmds.c:454 ../app/pdb/selection-cmds.c:521 msgid "Channel to Selection" -msgstr "Canal a Seleición" +msgstr "Canal a Escoyeta" #: ../app/actions/colormap-actions.c:44 msgid "Colormap Menu" -msgstr "Menú del mapa de colores" +msgstr "Menú del Mapa de Colores" #: ../app/actions/colormap-actions.c:48 #: ../app/actions/palette-editor-actions.c:48 msgid "_Edit Color..." -msgstr "_Iguar color..." +msgstr "_Editar Color…" #: ../app/actions/colormap-actions.c:49 #: ../app/actions/palette-editor-actions.c:49 msgid "Edit color" -msgstr "Iguar el color" +msgstr "Editar el color" #: ../app/actions/colormap-actions.c:57 msgid "_Add Color from FG" -msgstr "_Axuntar color dende'l frente" +msgstr "_Amestar color dende'l frente" #: ../app/actions/colormap-actions.c:58 msgid "Add current foreground color" -msgstr "Axuntar el color de frente d'anguañu" +msgstr "Amiesta'l color de frente actual" #: ../app/actions/colormap-actions.c:63 msgid "_Add Color from BG" -msgstr "_Axuntar color dende'l fondu" +msgstr "_Amestar color dende'l fondu" #: ../app/actions/colormap-actions.c:64 msgid "Add current background color" -msgstr "Amesta'l color de fondu actual" +msgstr "Amiesta'l color de fondu actual" #: ../app/actions/colormap-commands.c:73 #, c-format @@ -729,7 +730,7 @@ #: ../app/actions/config-actions.c:40 msgid "If possible, use GEGL for image processing" -msgstr "Si ye posible, usa GEGL pal procesamientu d'imaxe" +msgstr "Si ye posible, usar GEGL pal procesamientu d'imaxe" #: ../app/actions/context-actions.c:46 msgid "_Context" @@ -749,7 +750,7 @@ #: ../app/actions/context-actions.c:50 msgid "_Tool" -msgstr "_Ferramienta" +msgstr "_Preséu" #: ../app/actions/context-actions.c:51 #: ../app/dialogs/preferences-dialog.c:1940 @@ -785,7 +786,7 @@ #: ../app/actions/context-actions.c:59 msgid "S_pikes" -msgstr "_Púes" +msgstr "_Púes [Spikes]" #: ../app/actions/context-actions.c:60 msgid "_Hardness" @@ -831,8 +832,8 @@ msgstr "Muestra combinada" #: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 -#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 #: ../app/display/gimpdisplayshell-dnd.c:537 @@ -858,7 +859,7 @@ #: ../app/actions/data-commands.c:231 msgid "Delete Object" -msgstr "Eliminar oxetu" +msgstr "Desaniciar Oxetu" #: ../app/actions/data-commands.c:254 #, c-format @@ -869,19 +870,21 @@ #, c-format msgid "" "Are you sure you want to remove '%s' from the list and delete it on disk?" -msgstr "¿De xuru quies desaniciar '%s' de la llista y borralo del discu?" +msgstr "" +"¿Tas seguru de que quies desaniciar '%s' de la llista y desanicialo del " +"discu?" #: ../app/actions/dialogs-actions.c:39 msgid "Tool _Options" -msgstr "_Opciones de ferramienta" +msgstr "_Opciones de Preséu" #: ../app/actions/dialogs-actions.c:40 msgid "Open the tool options dialog" -msgstr "Abre'l diálogu d'opciones de ferramienta" +msgstr "Abre'l diálogu d'opciones de preséu" #: ../app/actions/dialogs-actions.c:45 msgid "_Device Status" -msgstr "_Estáu del preséu" +msgstr "_Estáu del Preséu" #: ../app/actions/dialogs-actions.c:46 msgid "Open the device status dialog" @@ -909,7 +912,7 @@ #: ../app/actions/dialogs-actions.c:64 msgid "Open the paths dialog" -msgstr "Abrir el dialogu de caminos" +msgstr "Abre'l dialogu de caminos" #: ../app/actions/dialogs-actions.c:69 msgid "Color_map" @@ -917,7 +920,7 @@ #: ../app/actions/dialogs-actions.c:70 msgid "Open the colormap dialog" -msgstr "Abrir el dialogu de mapa de colores" +msgstr "Abre'l dialogu de mapa de colores" #: ../app/actions/dialogs-actions.c:75 msgid "Histogra_m" @@ -925,11 +928,11 @@ #: ../app/actions/dialogs-actions.c:76 msgid "Open the histogram dialog" -msgstr "Abrir el dialogu d'histograma" +msgstr "Abre'l dialogu d'histograma" #: ../app/actions/dialogs-actions.c:81 msgid "_Selection Editor" -msgstr "Editor de _seleición" +msgstr "Editor d'_escoyeta" #: ../app/actions/dialogs-actions.c:82 msgid "Open the selection editor" @@ -937,15 +940,15 @@ #: ../app/actions/dialogs-actions.c:87 msgid "Na_vigation" -msgstr "Res_tolación" +msgstr "Res_tolamientu" #: ../app/actions/dialogs-actions.c:88 msgid "Open the display navigation dialog" -msgstr "Abre la pantalla de diálogu de restolación" +msgstr "Abre la pantalla de diálogu de restolamientu" #: ../app/actions/dialogs-actions.c:93 msgid "Undo _History" -msgstr "_Hestorial de Desfacer" +msgstr "_Historial de Desfacer" #: ../app/actions/dialogs-actions.c:94 msgid "Open the undo history dialog" @@ -985,7 +988,7 @@ #: ../app/actions/dialogs-actions.c:124 msgid "Open the brush editor" -msgstr "Abrir l'editor de pinceles" +msgstr "Abre l'editor de pinceles" #: ../app/actions/dialogs-actions.c:129 msgid "P_atterns" @@ -1017,7 +1020,7 @@ #: ../app/actions/dialogs-actions.c:154 msgid "Open the palette editor" -msgstr "Abrir l'editor de paletes" +msgstr "Abre l'editor de paletes" #: ../app/actions/dialogs-actions.c:159 msgid "_Fonts" @@ -1037,19 +1040,19 @@ #: ../app/actions/dialogs-actions.c:171 msgid "_Images" -msgstr "_Imaxes" +msgstr "_Imáxenes" #: ../app/actions/dialogs-actions.c:172 msgid "Open the images dialog" -msgstr "Abrel diálogu d'imaxes" +msgstr "Abre'l diálogu d'imaxenes" #: ../app/actions/dialogs-actions.c:177 msgid "Document Histor_y" -msgstr "_Hestorial del documentu" +msgstr "_Historial del documentu" #: ../app/actions/dialogs-actions.c:178 msgid "Open the document history dialog" -msgstr "Abre'l diálogu de la hestoria del documentu" +msgstr "Abre'l diálogu de la historia del documentu" #: ../app/actions/dialogs-actions.c:183 msgid "_Templates" @@ -1065,15 +1068,15 @@ #: ../app/actions/dialogs-actions.c:190 msgid "Open the tools dialog" -msgstr "Abre'l diáloguo de ferramientes" +msgstr "Abre'l diálogu de ferramientes" #: ../app/actions/dialogs-actions.c:195 msgid "Error Co_nsole" -msgstr "Co_nsola d'errores" +msgstr "Co_nsola de fallos" #: ../app/actions/dialogs-actions.c:196 msgid "Open the error console" -msgstr "Abrir la consola d'errores" +msgstr "Abre la consola de fallos" #: ../app/actions/dialogs-actions.c:206 msgid "_Preferences" @@ -1162,7 +1165,7 @@ #: ../app/actions/dockable-actions.c:63 msgid "_Detach Tab" -msgstr "_Desacoplar solapa" +msgstr "_Desacoplar llingüeta" #: ../app/actions/dockable-actions.c:81 msgid "_Tiny" @@ -1178,7 +1181,7 @@ #: ../app/actions/dockable-actions.c:84 msgid "_Medium" -msgstr "_Mediu" +msgstr "_Medianu" #: ../app/actions/dockable-actions.c:85 msgid "_Large" @@ -1190,7 +1193,7 @@ #: ../app/actions/dockable-actions.c:87 msgid "_Huge" -msgstr "_Descomáu" +msgstr "_Descomanáu" #: ../app/actions/dockable-actions.c:88 msgid "_Enormous" @@ -1226,7 +1229,7 @@ #: ../app/actions/dockable-actions.c:109 msgid "Protect this tab from being dragged with the mouse pointer" -msgstr "Protexer esta llingüeta pa evitar l'arrastre col mur" +msgstr "Protexer esta llingüeta pa torgar l'arrastre col mur" #: ../app/actions/dockable-actions.c:115 msgid "Show _Button Bar" @@ -1238,7 +1241,7 @@ #: ../app/actions/dockable-actions.c:129 msgid "View as _Grid" -msgstr "Ver como Re_xella" +msgstr "Ver como Re_xáu" #: ../app/actions/documents-actions.c:42 msgid "Documents Menu" @@ -1250,7 +1253,7 @@ #: ../app/actions/documents-actions.c:47 msgid "Open the selected entry" -msgstr "Abrir la entrada escoyía" +msgstr "Abrir la entrada escoyida" #: ../app/actions/documents-actions.c:52 msgid "_Raise or Open Image" @@ -1286,7 +1289,7 @@ #: ../app/actions/documents-actions.c:76 msgid "_Clear History" -msgstr "_Llimpiar hestorial" +msgstr "_Llimpiar historial" #: ../app/actions/documents-actions.c:77 msgid "Clear the entire document history" @@ -1294,11 +1297,11 @@ #: ../app/actions/documents-actions.c:82 msgid "Recreate _Preview" -msgstr "Recrear la Vista _Previa" +msgstr "Rexenerar la Vista _Previa" #: ../app/actions/documents-actions.c:83 msgid "Recreate preview" -msgstr "Recrear la Vista Previa" +msgstr "Rexenerar la Vista Previa" #: ../app/actions/documents-actions.c:88 msgid "Reload _all Previews" @@ -1318,18 +1321,18 @@ #: ../app/actions/documents-commands.c:198 msgid "Clear Document History" -msgstr "Llimpiar l'hestorial del documentu" +msgstr "Llimpiar l'historial del documentu" #: ../app/actions/documents-commands.c:221 msgid "Clear the Recent Documents list?" -msgstr "¿Borrar la llista de documentos recientes?" +msgstr "¿Llimpiar la llista de documentos recientes?" #: ../app/actions/documents-commands.c:224 msgid "" "Clearing the document history will permanently remove all items from the " "recent documents list in all applications." msgstr "" -"Al llimpiar l'hestorial de documentos desaniciaránse dafechu toles entraes " +"Al llimpiar l'historial de documentos desaniciaránse dafechu toles entraes " "de la llista de documentos recientes, en toles aplicaciones." #: ../app/actions/drawable-actions.c:45 @@ -1402,7 +1405,7 @@ #: ../app/actions/drawable-actions.c:105 msgid "Rotate 90 degrees to the right" -msgstr "Voltiar 90 grados pala derecha" +msgstr "Voltiar 90 grados pala drecha" #: ../app/actions/drawable-actions.c:110 ../app/actions/image-actions.c:180 msgid "Rotate _180°" @@ -1410,7 +1413,7 @@ #: ../app/actions/drawable-actions.c:111 msgid "Turn upside-down" -msgstr "Xirar verticalmente" +msgstr "Voltiar verticalmente" #: ../app/actions/drawable-actions.c:116 ../app/actions/image-actions.c:186 msgid "Rotate 90° counter-clock_wise" @@ -1446,7 +1449,7 @@ #: ../app/actions/edit-actions.c:68 msgid "Undo History Menu" -msgstr "Menú del hestorial de desfacer" +msgstr "Menú del historial de desfacer" #: ../app/actions/edit-actions.c:72 ../app/actions/edit-actions.c:313 msgid "_Undo" @@ -1454,7 +1457,7 @@ #: ../app/actions/edit-actions.c:73 msgid "Undo the last operation" -msgstr "Desfacer la cabera operación" +msgstr "Desfacer la última operación" #: ../app/actions/edit-actions.c:78 ../app/actions/edit-actions.c:314 msgid "_Redo" @@ -1462,7 +1465,7 @@ #: ../app/actions/edit-actions.c:79 msgid "Redo the last operation that was undone" -msgstr "Refacer la cabera operación desfecha" +msgstr "Refacer la última operación desfecha" #: ../app/actions/edit-actions.c:84 msgid "Strong Undo" @@ -1478,15 +1481,15 @@ #: ../app/actions/edit-actions.c:91 msgid "Redo the last operation that was undone, skipping visibility changes" -msgstr "Refacer la cabera operación desfecha, saltándo cambeos de visibilidá" +msgstr "Refacer la última operación desfecha, saltándo cambeos de visibilidá" #: ../app/actions/edit-actions.c:96 msgid "_Clear Undo History" -msgstr "_Llimpiar hestorial de desfacer" +msgstr "_Llimpiar historial de desfacer" #: ../app/actions/edit-actions.c:97 msgid "Remove all operations from the undo history" -msgstr "Desaniciar toles operaciones del hestorial de desfacer" +msgstr "Desaniciar toles operaciones del historial de desfacer" #: ../app/actions/edit-actions.c:102 ../app/actions/edit-actions.c:315 msgid "_Fade..." @@ -1495,7 +1498,7 @@ #: ../app/actions/edit-actions.c:103 msgid "Modify paint mode and opacity of the last pixel manipulation" msgstr "" -"Camudar el mou de pintar y la opacidá de la cabera manipulación de píxeles" +"Camudar el mou de pintar y la opacidá del últimu remanamientu de píxeles" #: ../app/actions/edit-actions.c:108 msgid "Cu_t" @@ -1520,7 +1523,7 @@ #: ../app/actions/edit-actions.c:121 msgid "Copy what is visible in the selected region" -msgstr "Copiar tolo visible na rexón escoyía" +msgstr "Copiar tolo visible na rexón escoyida" #: ../app/actions/edit-actions.c:126 msgid "_Paste" @@ -1597,7 +1600,7 @@ #: ../app/actions/edit-actions.c:181 msgid "Clear the selected pixels" -msgstr "Borrar los píxeles seleicionaos" +msgstr "Desaniciar los píxeles escoyíos" #: ../app/actions/edit-actions.c:189 msgid "Fill with _FG Color" @@ -1640,17 +1643,17 @@ #: ../app/actions/edit-commands.c:134 msgid "Clear Undo History" -msgstr "Llimpiar hestorial de desfacer" +msgstr "Llimpiar historial de desfacer" #: ../app/actions/edit-commands.c:160 msgid "Really clear image's undo history?" -msgstr "¿De xuru quies llimpiar l'hestorial de desfacer de la imaxe?" +msgstr "¿Tas seguru de que quies llimpiar l'historial de desfacer de la imaxe?" #: ../app/actions/edit-commands.c:172 #, c-format msgid "Clearing the undo history of this image will gain %s of memory." msgstr "" -"Llimpiando l'hestorial de desfacer d'esta imaxe recuperaránse %s de memoria." +"Llimpiando l'historial de desfacer d'esta imaxe recuperaránse %s de memoria." #: ../app/actions/edit-commands.c:201 msgid "Cut pixels to the clipboard" @@ -1668,7 +1671,7 @@ #: ../app/actions/edit-commands.c:338 ../app/core/gimpbrushclipboard.c:181 #: ../app/core/gimppatternclipboard.c:181 ../app/widgets/gimpclipboard.c:296 msgid "Clipboard" -msgstr "cartafueyu" +msgstr "Cartafueyu" #: ../app/actions/edit-commands.c:363 msgid "Cut Named" @@ -1702,7 +1705,7 @@ #: ../app/actions/error-console-actions.c:40 msgid "Error Console Menu" -msgstr "Menú de la consola d'error" +msgstr "Menú de la consola de fallu" #: ../app/actions/error-console-actions.c:44 msgid "_Clear" @@ -1710,7 +1713,7 @@ #: ../app/actions/error-console-actions.c:45 msgid "Clear error console" -msgstr "Llimpiar consola d'errores" +msgstr "Llimpiar consola de fallos" #: ../app/actions/error-console-actions.c:50 msgid "Select _All" @@ -1718,31 +1721,31 @@ #: ../app/actions/error-console-actions.c:51 msgid "Select all errors" -msgstr "Esbillar tolos errores" +msgstr "Esbillar tolos fallos" #: ../app/actions/error-console-actions.c:59 msgid "_Save Error Log to File..." -msgstr "_Guarda'l rexistru d'errores nun ficheru…" +msgstr "_Guarda'l rexistru de fallos nun ficheru…" #: ../app/actions/error-console-actions.c:60 msgid "Save error log" -msgstr "Guardar rexistru d'errores" +msgstr "Guardar rexistru de fallos" #: ../app/actions/error-console-actions.c:65 msgid "Save S_election to File..." -msgstr "Guardar la E_scoyeta nel ficheru…" +msgstr "Guardar la E_scoyeta nel Ficheru…" #: ../app/actions/error-console-actions.c:66 msgid "Save selection" -msgstr "Guardar esbilla" +msgstr "Guardar escoyeta" #: ../app/actions/error-console-commands.c:84 msgid "Cannot save. Nothing is selected." -msgstr "Nun pue guardase. Nun hai un res esbilláu." +msgstr "Nun puede guardase. Nun hai un nada esbillao." #: ../app/actions/error-console-commands.c:95 msgid "Save Error Log to File" -msgstr "Guardar rexistru d'errores nun ficheru" +msgstr "Guardar rexistru de fallos nun ficheru" #: ../app/actions/error-console-commands.c:156 #, c-format @@ -1750,7 +1753,7 @@ "Error writing file '%s':\n" "%s" msgstr "" -"Error al escribir el ficheru '%s':\n" +"Fallu al escribir el ficheru '%s':\n" "%s" #: ../app/actions/file-actions.c:66 @@ -1783,7 +1786,7 @@ #: ../app/actions/file-actions.c:83 msgid "Open _Location..." -msgstr "Abrir _llugar..." +msgstr "Abrir _Señes..." #: ../app/actions/file-actions.c:84 msgid "Open an image file from a specified location" @@ -1875,17 +1878,17 @@ "\n" "%s" msgstr "" -"Falló'l guardáu de '%s':\n" +"Ha fallado el guardado de «%s»\n" "\n" "%s" #: ../app/actions/file-commands.c:300 msgid "No changes need to be saved" -msgstr "Nun hai cambios que guardar" +msgstr "No es necesario guardar ningún cambio" #: ../app/actions/file-commands.c:307 ../app/dialogs/file-save-dialog.c:88 msgid "Save Image" -msgstr "Guardar Imaxe" +msgstr "Guardar imagen" #: ../app/actions/file-commands.c:313 msgid "Save a Copy of the Image" @@ -1893,11 +1896,11 @@ #: ../app/actions/file-commands.c:333 msgid "Create New Template" -msgstr "Crear una Nueva Plantía" +msgstr "Facer una Plantía Nueva" #: ../app/actions/file-commands.c:337 msgid "Enter a name for this template" -msgstr "Mete un nome pa esta plantía" +msgstr "Pon un nome pa esta plantía" #: ../app/actions/file-commands.c:363 msgid "Revert failed. No file name associated with this image." @@ -1931,13 +1934,13 @@ "\n" "%s" msgstr "" -"La reversión de '%s' falló:\n" +"La reversión de «%s» ha fallado:\n" "\n" "%s" #: ../app/actions/fonts-actions.c:44 msgid "Fonts Menu" -msgstr "Menú de fontes" +msgstr "Menú de tipografías" #: ../app/actions/fonts-actions.c:48 msgid "_Rescan Font List" @@ -1965,7 +1968,7 @@ #: ../app/actions/gradient-editor-actions.c:57 msgid "Right Color Type" -msgstr "Triba de Color Derechu" +msgstr "Triba de Color Drechu" #: ../app/actions/gradient-editor-actions.c:59 msgid "Load Right Color Fr_om" @@ -1993,7 +1996,7 @@ #: ../app/actions/gradient-editor-actions.c:125 msgid "Edit Active Gradient" -msgstr "Edita el Dilíu activu" +msgstr "Edita'l Dilíu Activu" #: ../app/actions/gradient-editor-actions.c:156 msgid "_Left Neighbor's Right Endpoint" @@ -2057,11 +2060,11 @@ #: ../app/actions/gradient-editor-actions.c:329 msgid "Spherical (i_ncreasing)" -msgstr "Esféricu (X_orreciente)" +msgstr "Esféricu (I_ncremental)" #: ../app/actions/gradient-editor-actions.c:334 msgid "Spherical (_decreasing)" -msgstr "Esféricu (_Amenorgante)" +msgstr "Esféricu (_decreciente)" #: ../app/actions/gradient-editor-actions.c:339 #: ../app/actions/gradient-editor-actions.c:362 @@ -2075,7 +2078,7 @@ #: ../app/actions/gradient-editor-actions.c:352 msgid "HSV (_counter-clockwise hue)" -msgstr "HSV (tono en _sentido antihorario)" +msgstr "HSV (tonu en _sen antihorariu)" #: ../app/actions/gradient-editor-actions.c:357 msgid "HSV (clockwise _hue)" @@ -2118,7 +2121,7 @@ #: ../app/actions/gradient-editor-actions.c:775 msgid "Coloring _Type for Segment" -msgstr "Trib_a de Coloreáu pal Segmentu" +msgstr "Trib_a de Pintáu pal Segmentu" #: ../app/actions/gradient-editor-actions.c:778 msgid "_Flip Segment" @@ -2130,7 +2133,7 @@ #: ../app/actions/gradient-editor-actions.c:782 msgid "Split Segment at _Midpoint" -msgstr "Frañir Segmentu pela _Metá" +msgstr "Frañir Segmentu pela _Metada" #: ../app/actions/gradient-editor-actions.c:784 msgid "Split Segment _Uniformly..." @@ -2138,7 +2141,7 @@ #: ../app/actions/gradient-editor-actions.c:786 msgid "_Delete Segment" -msgstr "_Esborrar Segmentu" +msgstr "_Desaniciar Segmentu" #: ../app/actions/gradient-editor-actions.c:788 msgid "Re-_center Segment's Midpoint" @@ -2174,7 +2177,7 @@ #: ../app/actions/gradient-editor-actions.c:808 msgid "_Delete Selection" -msgstr "_Borrar esbilla" +msgstr "_Desaniciar escoyeta" #: ../app/actions/gradient-editor-actions.c:810 msgid "Re-_center Midpoints in Selection" @@ -2226,7 +2229,7 @@ "to replicate the selected segment." msgstr "" "Escueyi'l númberu de vegaes\n" -"a duplicar el segmentu esbilláu." +"a replicar el segmentu esbilláu." #: ../app/actions/gradient-editor-commands.c:495 msgid "" @@ -2234,7 +2237,7 @@ "to replicate the selection." msgstr "" "Escueyi'l númberu de vegaes\n" -"a duplicar la escoyeta." +"a replicar la escoyeta." #: ../app/actions/gradient-editor-commands.c:554 msgid "Split Segment Uniformly" @@ -2254,23 +2257,23 @@ #: ../app/actions/gradient-editor-commands.c:573 msgid "Split" -msgstr "Dixebrar" +msgstr "Dividir" #: ../app/actions/gradient-editor-commands.c:594 msgid "" "Select the number of uniform parts\n" "in which to split the selected segment." msgstr "" -"Escueya la cantidá de partes uniformes \n" -"nes que quier dixebrar el segmentu esbilláu." +"Escueyi la cantidá de partes uniformes \n" +"nes que quieres dividir el segmentu esbilláu." #: ../app/actions/gradient-editor-commands.c:597 msgid "" "Select the number of uniform parts\n" "in which to split the segments in the selection." msgstr "" -"Escueya la cantidá de partes uniformes \n" -"nes que quier dixebrar el segmentu esbilláu." +"Escueyi la cantidá de partes uniformes \n" +"nes que quieres dividir el segmentu esbilláu." #: ../app/actions/gradients-actions.c:44 msgid "Gradients Menu" @@ -2294,11 +2297,11 @@ #: ../app/actions/gradients-actions.c:60 msgid "Copy Gradient _Location" -msgstr "Copiar la _Llocalización del Dilíu" +msgstr "Copiar l'_Allugamientu del Dilíu" #: ../app/actions/gradients-actions.c:61 msgid "Copy gradient file location to clipboard" -msgstr "Copiar la Llocalización del Ficheru de Dilíu al Cartafueyu" +msgstr "Copiar l'Allugamientu del Ficheru de Dilíu al Cartafueyu" #: ../app/actions/gradients-actions.c:66 msgid "Save as _POV-Ray..." @@ -2310,11 +2313,11 @@ #: ../app/actions/gradients-actions.c:72 msgid "_Delete Gradient" -msgstr "_Esborrar dilíu" +msgstr "_Desaniciar dilíu" #: ../app/actions/gradients-actions.c:73 msgid "Delete gradient" -msgstr "Esborrar dilíu" +msgstr "Desaniciar dilíu" #: ../app/actions/gradients-actions.c:78 msgid "_Refresh Gradients" @@ -2339,7 +2342,7 @@ #: ../app/actions/help-actions.c:38 ../app/actions/help-actions.c:41 msgid "_Help" -msgstr "_Aida" +msgstr "_Ayuda" #: ../app/actions/help-actions.c:42 msgid "Open the GIMP user manual" @@ -2347,11 +2350,11 @@ #: ../app/actions/help-actions.c:47 msgid "_Context Help" -msgstr "Aida _Contestual" +msgstr "Ayuda _Contestual" #: ../app/actions/help-actions.c:48 msgid "Show the help for a specific user interface item" -msgstr "Amosar l'aida pa un elementu específicu de la interfaz d'usuariu" +msgstr "Amosar l'ayuda pa un elementu específicu de la interfaz d'usuariu" #: ../app/actions/image-actions.c:47 ../app/actions/image-actions.c:51 msgid "Image Menu" @@ -2375,7 +2378,7 @@ #: ../app/actions/image-actions.c:60 msgid "I_nfo" -msgstr "I_nformación" +msgstr "In_fo" #: ../app/actions/image-actions.c:61 ../app/tools/gimplevelstool.c:653 #: ../app/tools/gimpthresholdtool.c:264 @@ -2440,11 +2443,11 @@ #: ../app/actions/image-actions.c:102 ../app/actions/layers-actions.c:188 msgid "_Crop to Selection" -msgstr "Trun_car a la Escoyeta" +msgstr "Re_cortar a la Escoyeta" #: ../app/actions/image-actions.c:103 msgid "Crop the image to the extents of the selection" -msgstr "Recortar la imaxe hasta les llendes de la escoyeta" +msgstr "Recorta la imagen hasta los límites de la selección" #: ../app/actions/image-actions.c:108 msgid "_Duplicate" @@ -2472,11 +2475,11 @@ #: ../app/actions/image-actions.c:126 msgid "Configure G_rid..." -msgstr "Configurar la R_exina…" +msgstr "Configurar el R_exáu…" #: ../app/actions/image-actions.c:127 msgid "Configure the grid for this image" -msgstr "Configurar la rexella pa esta imaxe" +msgstr "Configurar el rexáu pa esta imaxe" #: ../app/actions/image-actions.c:132 msgid "Image Pr_operties" @@ -2500,7 +2503,7 @@ #: ../app/actions/image-actions.c:151 msgid "_Indexed..." -msgstr "_Indizáu…" +msgstr "_Indexáu…" #: ../app/actions/image-actions.c:152 msgid "Convert the image to indexed colors" @@ -2554,11 +2557,11 @@ #: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." -msgstr "No se puede recortar porque la selección actual está vacía." +msgstr "Nun se puede recortar porque la escoyeta actual ta balera." #: ../app/actions/image-commands.c:606 msgid "Change Print Size" -msgstr "Camudar el tamañu d'imprenatación" +msgstr "Camudar el tamañu d'imprentación" #: ../app/actions/image-commands.c:647 ../app/core/gimpimage-scale.c:82 msgid "Scale Image" @@ -2573,11 +2576,11 @@ #: ../app/pdb/layer-cmds.c:337 ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" -msgstr "Escalando" +msgstr "Escaláu" #: ../app/actions/images-actions.c:43 msgid "Images Menu" -msgstr "Menú d'imaxes" +msgstr "Menú d'imáxenes" #: ../app/actions/images-actions.c:47 msgid "_Raise Views" @@ -2593,15 +2596,15 @@ #: ../app/actions/images-actions.c:54 msgid "Create a new display for this image" -msgstr "Criar una nueva vista pa esta imaxen" +msgstr "Crear una nueva vista pa esta imaxen" #: ../app/actions/images-actions.c:59 msgid "_Delete Image" -msgstr "_Esborrar Imaxe" +msgstr "_Desaniciar Imaxe" #: ../app/actions/images-actions.c:60 msgid "Delete this image" -msgstr "Esborrar esta Imaxe" +msgstr "Desaniciar esta Imaxe" #: ../app/actions/layers-actions.c:48 msgid "Layers Menu" @@ -2657,7 +2660,7 @@ #: ../app/actions/layers-actions.c:75 msgid "Create a new layer and add it to the image" -msgstr "Crea una capa nueva ya axúntala a la imaxe" +msgstr "Crea una capa nueva y axúntala a la imaxe" #: ../app/actions/layers-actions.c:80 msgid "_New Layer" @@ -2665,7 +2668,7 @@ #: ../app/actions/layers-actions.c:81 msgid "Create a new layer with last used values" -msgstr "Crea una capa nueva colos caberos valores usaos" +msgstr "Crea una capa nueva colos últimos valores usaos" #: ../app/actions/layers-actions.c:86 msgid "New from _Visible" @@ -2673,7 +2676,7 @@ #: ../app/actions/layers-actions.c:87 msgid "Create a new layer from what is visible in this image" -msgstr "Cria una nueva capa con tolo visible na imaxe" +msgstr "Crea una nueva capa con tolo visible na imaxe" #: ../app/actions/layers-actions.c:92 msgid "D_uplicate Layer" @@ -2681,15 +2684,15 @@ #: ../app/actions/layers-actions.c:93 msgid "Create a duplicate of the layer and add it to the image" -msgstr "Crea un duplicáu de la capa ya axúntalu a la imaxe" +msgstr "Crea un duplicáu de la capa y axúntalu a la imaxe" #: ../app/actions/layers-actions.c:98 msgid "_Delete Layer" -msgstr "_Esborrar capa" +msgstr "_Desaniciar capa" #: ../app/actions/layers-actions.c:99 msgid "Delete this layer" -msgstr "Esborra esta capa" +msgstr "Desanicia esta capa" #: ../app/actions/layers-actions.c:104 msgid "_Raise Layer" @@ -2701,7 +2704,7 @@ #: ../app/actions/layers-actions.c:110 msgid "Layer to _Top" -msgstr "Capa a lo _Cimero" +msgstr "Trayer la capa al fren_te" #: ../app/actions/layers-actions.c:111 msgid "Move this layer to the top of the layer stack" @@ -2717,11 +2720,11 @@ #: ../app/actions/layers-actions.c:122 msgid "Layer to _Bottom" -msgstr "Capa a lo _Fonderu" +msgstr "Baxar capa al _fondu" #: ../app/actions/layers-actions.c:123 msgid "Move this layer to the bottom of the layer stack" -msgstr "Mueve esta capa a la parte inferior de la pila de capas" +msgstr "Mueve esta capa a la parte baxera de la pila de capes" #: ../app/actions/layers-actions.c:128 msgid "_Anchor Layer" @@ -2733,15 +2736,15 @@ #: ../app/actions/layers-actions.c:134 msgid "Merge Do_wn" -msgstr "Axuntar p'Aba_xo" +msgstr "Combinar p' aba_xo" #: ../app/actions/layers-actions.c:135 msgid "Merge this layer with the one below it" -msgstr "Axunta esta capa cola que tá embaxo" +msgstr "Axunta esta capa cola que ta embaxo" #: ../app/actions/layers-actions.c:140 msgid "Merge _Visible Layers..." -msgstr "Combinar las capas _visibles…" +msgstr "Combinar les capes _visibles…" #: ../app/actions/layers-actions.c:152 msgid "_Discard Text Information" @@ -2797,24 +2800,25 @@ #: ../app/actions/layers-actions.c:194 msgid "Add La_yer Mask..." -msgstr "Axuntar Máz_cara de Capa…" +msgstr "Amestar Máz_cara de Capa…" #: ../app/actions/layers-actions.c:195 msgid "Add a mask that allows non-destructive editing of transparency" msgstr "" -"Axunta una mázcara que permita la edición non destructiva de la tresparencia" +"Amiesta una mázcara que permita la edición non destructiva de la " +"tresparencia" #: ../app/actions/layers-actions.c:200 msgid "Add Alpha C_hannel" -msgstr "Axunta la C_anal Alfa" +msgstr "Amestar la C_anal Alfa" #: ../app/actions/layers-actions.c:201 msgid "Add transparency information to the layer" -msgstr "Axunta información de trensparencia a la capa" +msgstr "Amiesta información de trensparencia a la capa" #: ../app/actions/layers-actions.c:206 msgid "_Remove Alpha Channel" -msgstr "_Desaniciarr la Canal Alfa" +msgstr "_Desaniciar la Canal Alfa" #: ../app/actions/layers-actions.c:207 msgid "Remove transparency information from the layer" @@ -2846,7 +2850,7 @@ #: ../app/actions/layers-actions.c:236 msgid "Dismiss the effect of the layer mask" -msgstr "Inorar l'efeutu de la mázcara de capa" +msgstr "Ignorar l'efeutu de la mázcara de capa" #: ../app/actions/layers-actions.c:245 msgid "Apply Layer _Mask" @@ -2858,11 +2862,11 @@ #: ../app/actions/layers-actions.c:251 msgid "Delete Layer Mas_k" -msgstr "Esborrar Mázca_ra de Capa" +msgstr "Desaniciar la Mázca_ra de Capa" #: ../app/actions/layers-actions.c:252 msgid "Remove the layer mask and its effect" -msgstr "Quitar la mázcara de capa y el so efeutu" +msgstr "Desaniciar la mázcara de capa y el so efeutu" #: ../app/actions/layers-actions.c:260 msgid "_Mask to Selection" @@ -2874,7 +2878,7 @@ #: ../app/actions/layers-actions.c:267 msgid "Add the layer mask to the current selection" -msgstr "Axuntar la mázcara de capa a la escoyeta actual" +msgstr "Amestar la mázcara de capa a la escoyeta actual" #: ../app/actions/layers-actions.c:273 msgid "Subtract the layer mask from the current selection" @@ -2894,11 +2898,11 @@ #: ../app/actions/layers-actions.c:293 ../app/actions/layers-actions.c:320 msgid "A_dd to Selection" -msgstr "_Axuntar a la Escoyeta" +msgstr "_Amestar a la Escoyeta" #: ../app/actions/layers-actions.c:294 msgid "Add the layer's alpha channel to the current selection" -msgstr "Axuntar la canal alfa de la capa a la escoyeta actual" +msgstr "Amestar la canal alfa de la capa a la escoyeta actual" #: ../app/actions/layers-actions.c:300 msgid "Subtract the layer's alpha channel from the current selection" @@ -2922,7 +2926,7 @@ #: ../app/actions/layers-actions.c:327 msgid "Subtract the text layer's outline from the current selection" -msgstr "Restar el berbesu esterior de la capa de testu de la escoyeta actual" +msgstr "Sustraer el berbesu esterior de la capa de testu de la escoyeta actual" #: ../app/actions/layers-actions.c:333 msgid "Intersect the text layer's outline with the current selection" @@ -2950,7 +2954,7 @@ #: ../app/actions/layers-actions.c:354 msgid "Select the layer above the current layer" -msgstr "Esbillar la capa sobre la d'anguaño" +msgstr "Esbillar la capa penriba de l'actual" #: ../app/actions/layers-actions.c:359 msgid "Select _Next Layer" @@ -2958,7 +2962,7 @@ #: ../app/actions/layers-actions.c:360 msgid "Select the layer below the current layer" -msgstr "Esbillar la capa so la d'anguaño" +msgstr "Esbillar la capa per debaxo de l'actual" #: ../app/actions/layers-actions.c:368 msgid "Set Opacity" @@ -3010,7 +3014,7 @@ #: ../app/actions/layers-commands.c:1047 ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" -msgstr "Axuntar Mászara de Capa" +msgstr "Amestar Mázcara de Capa" #: ../app/actions/palette-editor-actions.c:44 msgid "Palette Editor Menu" @@ -3018,11 +3022,11 @@ #: ../app/actions/palette-editor-actions.c:54 msgid "_Delete Color" -msgstr "_Esborrar color" +msgstr "_Desaniciar color" #: ../app/actions/palette-editor-actions.c:55 msgid "Delete color" -msgstr "Esborrar color" +msgstr "Desaniciar color" #: ../app/actions/palette-editor-actions.c:63 msgid "Edit Active Palette" @@ -3047,12 +3051,12 @@ #: ../app/actions/palette-editor-actions.c:87 #: ../app/actions/view-actions.c:261 msgid "Zoom _In" -msgstr "_Averar" +msgstr "_Aumentar" #: ../app/actions/palette-editor-actions.c:93 #: ../app/actions/view-actions.c:255 msgid "Zoom _Out" -msgstr "A_lloñar" +msgstr "A_menorgar" #: ../app/actions/palette-editor-actions.c:99 msgid "Zoom _All" @@ -3096,11 +3100,11 @@ #: ../app/actions/palettes-actions.c:66 msgid "_Merge Palettes..." -msgstr "_Axuntar Paletes…" +msgstr "Co_mbinar Paletes…" #: ../app/actions/palettes-actions.c:67 msgid "Merge palettes" -msgstr "Axuntar Paletes" +msgstr "Combinar Paletes" #: ../app/actions/palettes-actions.c:72 msgid "Copy Palette _Location" @@ -3108,7 +3112,7 @@ #: ../app/actions/palettes-actions.c:73 msgid "Copy palette file location to clipboard" -msgstr "Copiar al cartafueyu la llocalización del ficheru de la paleta" +msgstr "Copiar al cartafueyu l'allugamientu del ficheru de la paleta" #: ../app/actions/palettes-actions.c:78 msgid "_Delete Palette" @@ -3120,11 +3124,11 @@ #: ../app/actions/palettes-actions.c:84 msgid "_Refresh Palettes" -msgstr "_Enfrescar Paletes" +msgstr "_Refrescar Paletes" #: ../app/actions/palettes-actions.c:85 msgid "Refresh palettes" -msgstr "Enfrescar paletes" +msgstr "Refrescar paletes" #: ../app/actions/palettes-actions.c:93 msgid "_Edit Palette..." @@ -3136,11 +3140,11 @@ #: ../app/actions/palettes-commands.c:74 msgid "Merge Palette" -msgstr "Axuntar Paleta" +msgstr "Combinar la paleta" #: ../app/actions/palettes-commands.c:78 msgid "Enter a name for the merged palette" -msgstr "Mete un nome pala paleta axuntada" +msgstr "Pon un nome pala paleta axuntada" #: ../app/actions/patterns-actions.c:43 msgid "Patterns Menu" @@ -3148,7 +3152,7 @@ #: ../app/actions/patterns-actions.c:47 msgid "_Open Pattern as Image" -msgstr "_Abre'l Patrón como una Imaxe" +msgstr "_Abrir el Patrón como una Imaxe" #: ../app/actions/patterns-actions.c:48 msgid "Open pattern as image" @@ -3172,7 +3176,7 @@ #: ../app/actions/patterns-actions.c:65 msgid "Copy Pattern _Location" -msgstr "Copiar la _Llocalización del Patrón" +msgstr "Copiar l'A_llugamientu del Patrón" #: ../app/actions/patterns-actions.c:66 msgid "Copy pattern file location to clipboard" @@ -3188,11 +3192,11 @@ #: ../app/actions/patterns-actions.c:77 msgid "_Refresh Patterns" -msgstr "_Enfrescar Patrones" +msgstr "_Refrescar Patrones" #: ../app/actions/patterns-actions.c:78 msgid "Refresh patterns" -msgstr "Enfrescar patrones" +msgstr "Refrescar Patrones" #: ../app/actions/patterns-actions.c:86 msgid "_Edit Pattern..." @@ -3204,7 +3208,7 @@ #: ../app/actions/plug-in-actions.c:83 msgid "Filte_rs" -msgstr "Fielt_ros" +msgstr "Peñe_res" #: ../app/actions/plug-in-actions.c:84 msgid "Recently Used" @@ -3212,7 +3216,7 @@ #: ../app/actions/plug-in-actions.c:85 msgid "_Blur" -msgstr "_Desenfoque" +msgstr "_Desenfoque [Blur]" #: ../app/actions/plug-in-actions.c:86 msgid "_Noise" @@ -3220,7 +3224,7 @@ #: ../app/actions/plug-in-actions.c:87 msgid "Edge-De_tect" -msgstr "De_teutar Bordes" +msgstr "De_tectar Berbesos" #: ../app/actions/plug-in-actions.c:88 msgid "En_hance" @@ -3228,7 +3232,7 @@ #: ../app/actions/plug-in-actions.c:89 msgid "C_ombine" -msgstr "A_xuntar" +msgstr "C_ombinar" #: ../app/actions/plug-in-actions.c:90 msgid "_Generic" @@ -3268,11 +3272,11 @@ #: ../app/actions/plug-in-actions.c:101 msgid "An_imation" -msgstr "An_imation" +msgstr "An_imación" #: ../app/actions/plug-in-actions.c:104 msgid "Reset all _Filters" -msgstr "Resetear tolos _Fieltros" +msgstr "Resetear toles _Peñeres" #: ../app/actions/plug-in-actions.c:105 msgid "Reset all plug-ins to their default settings" @@ -3280,19 +3284,19 @@ #: ../app/actions/plug-in-actions.c:113 msgid "Re_peat Last" -msgstr "Re_petir el caberu" +msgstr "Re_petir l'últimu" #: ../app/actions/plug-in-actions.c:114 msgid "Rerun the last used plug-in using the same settings" -msgstr "Volver a executar el caberu complementu usáu colos mesmos axustes" +msgstr "Volver a executar l'últimu complementu usáu colos mesmos axustes" #: ../app/actions/plug-in-actions.c:119 msgid "R_e-Show Last" -msgstr "_Volver a Amosar el caberu" +msgstr "_Volver a Amosar l'Últimu" #: ../app/actions/plug-in-actions.c:120 msgid "Show the last used plug-in dialog again" -msgstr "Amuesa'l diálogu del caberu complementu usáu otra vuelta" +msgstr "Amuesa'l diálogu del últimu complementu usáu otra vuelta" #: ../app/actions/plug-in-actions.c:503 #, c-format @@ -3306,19 +3310,19 @@ #: ../app/actions/plug-in-actions.c:520 msgid "Repeat Last" -msgstr "Repetir el Caberu" +msgstr "Repetir l'Últimu" #: ../app/actions/plug-in-actions.c:522 msgid "Re-Show Last" -msgstr "Volver a Amosar el Caberu" +msgstr "Volver a Amosar l'Últimu" #: ../app/actions/plug-in-commands.c:262 msgid "Reset all Filters" -msgstr "Resetear tolos Fieltros" +msgstr "Resetear toles Peñeres" #: ../app/actions/plug-in-commands.c:281 msgid "Do you really want to reset all filters to default values?" -msgstr "¿De xuru quies resetear tolos fieltros colos sos valores d'entamu?" +msgstr "¿De xuru quies resetear toles peñeres colos sos valores d'entamu?" #: ../app/actions/quick-mask-actions.c:42 msgid "Quick Mask Menu" @@ -3343,7 +3347,7 @@ #: ../app/actions/quick-mask-actions.c:68 msgid "Mask _Unselected Areas" -msgstr "Amazcarar Árees _Non Esbillaes" +msgstr "Amazcarar Estayes _Ensin Esbillar" #: ../app/actions/quick-mask-commands.c:105 msgid "Quick Mask Attributes" @@ -3367,11 +3371,11 @@ #: ../app/actions/select-actions.c:44 msgid "Selection Editor Menu" -msgstr "Menú del Editor d'Esbilla" +msgstr "Menú del Editor d'Escoyeta" #: ../app/actions/select-actions.c:47 msgid "_Select" -msgstr "_Esbilla" +msgstr "_Esbillar" #: ../app/actions/select-actions.c:50 msgid "select|_All" @@ -3379,7 +3383,7 @@ #: ../app/actions/select-actions.c:51 msgid "Select everything" -msgstr "Esbillar too" +msgstr "Esbillalo too" #: ../app/actions/select-actions.c:56 msgid "select|_None" @@ -3387,7 +3391,7 @@ #: ../app/actions/select-actions.c:57 msgid "Dismiss the selection" -msgstr "Escartar la escoyeta" +msgstr "Descartar la escoyeta" #: ../app/actions/select-actions.c:62 msgid "_Invert" @@ -3395,7 +3399,7 @@ #: ../app/actions/select-actions.c:63 msgid "Invert the selection" -msgstr "Invertir la esbilla" +msgstr "Invertir la escoyeta" #: ../app/actions/select-actions.c:68 msgid "_Float" @@ -3403,15 +3407,15 @@ #: ../app/actions/select-actions.c:69 msgid "Create a floating selection" -msgstr "Criar una esbilla flotante" +msgstr "Crear una escoyeta flotante" #: ../app/actions/select-actions.c:74 msgid "Fea_ther..." -msgstr "Es_fuminar [Feather]…" +msgstr "Di_lir [Feather]…" #: ../app/actions/select-actions.c:75 msgid "Blur the selection border so that it fades out smoothly" -msgstr "Esfuminar el berbesu de la escoyeta pa que s'esvaneza adulces" +msgstr "Dilir el berbesu de la escoyeta pa que s'esvaneza adulces" #: ../app/actions/select-actions.c:80 msgid "_Sharpen" @@ -3427,15 +3431,15 @@ #: ../app/actions/select-actions.c:87 msgid "Contract the selection" -msgstr "Contrayer la esbilla" +msgstr "Contrayer la escoyeta" #: ../app/actions/select-actions.c:92 msgid "_Grow..." -msgstr "_Enantar..." +msgstr "_Agrandar [Grow]…" #: ../app/actions/select-actions.c:93 msgid "Enlarge the selection" -msgstr "Allargar la esbilla" +msgstr "Allargar la escoyeta" #: ../app/actions/select-actions.c:98 msgid "Bo_rder..." @@ -3451,7 +3455,7 @@ #: ../app/actions/select-actions.c:105 msgid "Save the selection to a channel" -msgstr "Guarda la esbilla nuna canal" +msgstr "Guarda la escoyeta nuna canal" #: ../app/actions/select-actions.c:110 msgid "_Stroke Selection..." @@ -3467,7 +3471,7 @@ #: ../app/actions/select-actions.c:117 msgid "Stroke the selection with last used values" -msgstr "Trazar escoyeta colos caberos valores usaos" +msgstr "Trazar escoyeta colos últimos valores usaos" #: ../app/actions/select-commands.c:153 ../app/core/gimpselection.c:167 msgid "Feather Selection" @@ -3479,11 +3483,11 @@ #: ../app/actions/select-commands.c:191 ../app/core/gimpselection.c:174 msgid "Shrink Selection" -msgstr "Encoyer Esbilla" +msgstr "Encoyer Escoyeta" #: ../app/actions/select-commands.c:195 msgid "Shrink selection by" -msgstr "Encoyer Esbilla en" +msgstr "Encoyer Escoyeta en" #: ../app/actions/select-commands.c:203 msgid "_Shrink from image border" @@ -3491,11 +3495,11 @@ #: ../app/actions/select-commands.c:228 ../app/core/gimpselection.c:173 msgid "Grow Selection" -msgstr "Enantar Esbilla" +msgstr "Agrandar Escoyeta" #: ../app/actions/select-commands.c:232 msgid "Grow selection by" -msgstr "Agrandar esbilla en" +msgstr "Agrandar escoyeta en" #: ../app/actions/select-commands.c:255 ../app/core/gimpselection.c:172 msgid "Border Selection" @@ -3535,7 +3539,7 @@ #: ../app/actions/templates-actions.c:47 msgid "Create a new image from the selected template" -msgstr "Criar una imaxe nueva dende la plantía esbillada" +msgstr "Crear una imaxe nueva dende la plantía esbillada" #: ../app/actions/templates-actions.c:52 msgid "_New Template..." @@ -3543,7 +3547,7 @@ #: ../app/actions/templates-actions.c:53 msgid "Create a new template" -msgstr "Criar una plantía nueva" +msgstr "Crear una plantía nueva" #: ../app/actions/templates-actions.c:58 msgid "D_uplicate Template..." @@ -3575,7 +3579,7 @@ #: ../app/actions/templates-commands.c:116 msgid "Create a New Template" -msgstr "Criar una Plantía Nueva" +msgstr "Crear una Plantía Nueva" #: ../app/actions/templates-commands.c:175 #: ../app/actions/templates-commands.c:178 @@ -3614,7 +3618,7 @@ #: ../app/actions/text-editor-actions.c:60 msgid "From left to right" -msgstr "Dende esquierda a drecha" +msgstr "Dende izquierda a drecha" #: ../app/actions/text-editor-actions.c:65 msgid "RTL" @@ -3622,7 +3626,7 @@ #: ../app/actions/text-editor-actions.c:66 msgid "From right to left" -msgstr "Dende drecha a esquierda" +msgstr "Dende drecha a izquierda" #: ../app/actions/text-editor-commands.c:63 msgid "Open Text File (UTF-8)" @@ -3688,7 +3692,7 @@ #: ../app/actions/tool-options-commands.c:76 msgid "Enter a name for the saved options" -msgstr "Mete un nome pales opciones guardaes" +msgstr "Pon un nome pa les opciones guardaes" #: ../app/actions/tool-options-commands.c:77 #: ../app/actions/tool-options-commands.c:247 @@ -3702,7 +3706,7 @@ #: ../app/actions/tool-options-commands.c:144 msgid "Enter a new name for the saved options" -msgstr "Mete un nome nuevu pales opciones guardaes" +msgstr "Pon un nome nuevu pa les opciones guardaes" #: ../app/actions/tool-options-commands.c:187 msgid "Reset Tool Options" @@ -3724,7 +3728,7 @@ #: ../app/actions/tools-actions.c:51 msgid "_Selection Tools" -msgstr "Ferramientes d'_Esbilla" +msgstr "Ferramientes d'_Escoyeta" #: ../app/actions/tools-actions.c:52 msgid "_Paint Tools" @@ -3788,7 +3792,7 @@ #: ../app/actions/tools-actions.c:100 msgid "Select regions with similar colors" -msgstr "Esbillar fasteres con colores similares" +msgstr "Esbillar fasteres con colores asemeyaos" #: ../app/actions/tools-actions.c:105 msgid "_Arbitrary Rotation..." @@ -3800,7 +3804,7 @@ #: ../app/actions/vectors-actions.c:44 msgid "Paths Menu" -msgstr "Menú de Camínos" +msgstr "Menú de Caminos" #: ../app/actions/vectors-actions.c:48 msgid "Path _Tool" @@ -3828,7 +3832,7 @@ #: ../app/actions/vectors-actions.c:66 msgid "New path with last values" -msgstr "Nuevu camín colos caberos valores" +msgstr "Nuevu camín colos últimos valores" #: ../app/actions/vectors-actions.c:71 msgid "D_uplicate Path" @@ -3848,7 +3852,7 @@ #: ../app/actions/vectors-actions.c:83 msgid "Merge _Visible Paths" -msgstr "Axuntar Caminos _Visible" +msgstr "Combinar Caminos _Visible" #: ../app/actions/vectors-actions.c:88 msgid "_Raise Path" @@ -3928,15 +3932,15 @@ #: ../app/actions/vectors-actions.c:174 msgid "Add" -msgstr "Axuntar" +msgstr "Amestar" #: ../app/actions/vectors-actions.c:180 ../app/base/base-enums.c:119 msgid "Subtract" -msgstr "Restar" +msgstr "Sustraer" #: ../app/actions/vectors-actions.c:186 msgid "Intersect" -msgstr "Cruciar" +msgstr "Interseición" #: ../app/actions/vectors-actions.c:194 msgid "Selecti_on to Path" @@ -3964,7 +3968,7 @@ #: ../app/actions/vectors-commands.c:141 msgid "Edit Path Attributes" -msgstr "Editar les Carauterístiques del Camíin" +msgstr "Editar les Carauterístiques del Camín" #: ../app/actions/vectors-commands.c:165 ../app/actions/vectors-commands.c:166 #: ../app/actions/vectors-commands.c:188 @@ -3987,7 +3991,7 @@ #: ../app/actions/view-actions.c:67 msgid "_View" -msgstr "_Agüeyar" +msgstr "_Ver" #: ../app/actions/view-actions.c:68 msgid "_Zoom" @@ -4007,7 +4011,7 @@ #: ../app/actions/view-actions.c:81 msgid "_Close" -msgstr "_Pesllar" +msgstr "_Zarrar" #: ../app/actions/view-actions.c:82 msgid "Close this image window" @@ -4047,11 +4051,11 @@ #: ../app/actions/view-actions.c:111 msgid "Display _Filters..." -msgstr "Amosar _Fieltros…" +msgstr "Amosar _Peñeres…" #: ../app/actions/view-actions.c:112 msgid "Configure filters applied to this view" -msgstr "Configurar fieltros aplicaos a esta vista" +msgstr "Configurar peñeres aplicaes a esta vista" #: ../app/actions/view-actions.c:117 msgid "Shrink _Wrap" @@ -4139,7 +4143,7 @@ #: ../app/actions/view-actions.c:196 msgid "Tool operations snap to the active path" -msgstr "Les operaciones de les ferramientes se axustense a la ruta activa" +msgstr "Les operaciones de les ferramientes axústense al camín activu" #: ../app/actions/view-actions.c:202 msgid "Show _Menubar" @@ -4171,7 +4175,7 @@ #: ../app/actions/view-actions.c:224 msgid "Show this window's statusbar" -msgstr "Amosar la Barra d'E_stáu d'esta ventana" +msgstr "Amosar la barra d'e_stáu d'esta ventana" #: ../app/actions/view-actions.c:230 msgid "Fullscr_een" @@ -4187,7 +4191,7 @@ #: ../app/actions/view-actions.c:293 msgid "Zoom 16:1" -msgstr "Enantar 16:1" +msgstr "Agrandar 16:1" #: ../app/actions/view-actions.c:298 msgid "_8:1 (800%)" @@ -4195,7 +4199,7 @@ #: ../app/actions/view-actions.c:299 msgid "Zoom 8:1" -msgstr "Enantar 8:1" +msgstr "Agrandar 8:1" #: ../app/actions/view-actions.c:304 msgid "_4:1 (400%)" @@ -4203,7 +4207,7 @@ #: ../app/actions/view-actions.c:305 msgid "Zoom 4:1" -msgstr "Enantar 4:1" +msgstr "Agrandar 4:1" #: ../app/actions/view-actions.c:310 msgid "_2:1 (200%)" @@ -4211,7 +4215,7 @@ #: ../app/actions/view-actions.c:311 msgid "Zoom 2:1" -msgstr "Enantar 2:1" +msgstr "Agrandar 2:1" #: ../app/actions/view-actions.c:316 msgid "_1:1 (100%)" @@ -4219,7 +4223,7 @@ #: ../app/actions/view-actions.c:317 msgid "Zoom 1:1" -msgstr "Enantar 1:1" +msgstr "Agrandar 1:1" #: ../app/actions/view-actions.c:322 msgid "1:_2 (50%)" @@ -4227,7 +4231,7 @@ #: ../app/actions/view-actions.c:323 msgid "Zoom 1:2" -msgstr "Enantar 1:2" +msgstr "Agrandar 1:2" #: ../app/actions/view-actions.c:328 msgid "1:_4 (25%)" @@ -4235,7 +4239,7 @@ #: ../app/actions/view-actions.c:329 msgid "Zoom 1:4" -msgstr "Enantar 1:4" +msgstr "Agrandar 1:4" #: ../app/actions/view-actions.c:334 msgid "1:_8 (12.5%)" @@ -4243,7 +4247,7 @@ #: ../app/actions/view-actions.c:335 msgid "Zoom 1:8" -msgstr "Enantar 1:8" +msgstr "Agrandar 1:8" #: ../app/actions/view-actions.c:340 msgid "1:1_6 (6.25%)" @@ -4251,7 +4255,7 @@ #: ../app/actions/view-actions.c:341 msgid "Zoom 1:16" -msgstr "Enantar 1:16" +msgstr "Agrandar 1:16" #: ../app/actions/view-actions.c:346 msgid "Othe_r..." @@ -4259,7 +4263,7 @@ #: ../app/actions/view-actions.c:347 msgid "Set a custom zoom factor" -msgstr "Establez un factor de zoom personalizáu" +msgstr "Afita un factor de zoom personalizáu" #: ../app/actions/view-actions.c:355 msgid "From _Theme" @@ -4318,11 +4322,11 @@ #: ../app/actions/view-commands.c:613 msgid "Set Canvas Padding Color" -msgstr "Establez el color de rellenu del llenzu" +msgstr "Afita el color de rellenu del llenzu" #: ../app/actions/view-commands.c:615 msgid "Set Custom Canvas Padding Color" -msgstr "Establez el color personalizáu de rellenu del llenzu" +msgstr "Afita el color personalizáu de rellenu del llenzu" #: ../app/actions/window-actions.c:168 #, c-format @@ -4340,7 +4344,7 @@ #: ../app/actions/windows-actions.c:80 msgid "_Recently Closed Docks" -msgstr "Empot_rables Pesllaos Últimamente" +msgstr "Empot_rables Pesllaos _Recién" #: ../app/actions/windows-actions.c:81 msgid "_Dockable Dialogs" @@ -4428,11 +4432,11 @@ #: ../app/base/base-enums.c:120 msgid "Darken only" -msgstr "Namái Escurecer" +msgstr "Escurecer namái" #: ../app/base/base-enums.c:121 msgid "Lighten only" -msgstr "Namái Esclariar" +msgstr "Namái esclariar" #: ../app/base/base-enums.c:122 ../app/core/core-enums.c:1200 msgid "Hue" @@ -4456,7 +4460,7 @@ #: ../app/base/base-enums.c:128 msgid "Burn" -msgstr "Grabar" +msgstr "Quemar" #: ../app/base/base-enums.c:129 msgid "Hard light" @@ -4515,7 +4519,7 @@ #: ../app/xcf/xcf.c:422 #, c-format msgid "Could not open '%s' for writing: %s" -msgstr "Nun se pudo abrir «%s» pa escritura: %s" +msgstr "Nun puede abrise '%s' pa escribir: %s" #: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102 #, c-format @@ -4573,19 +4577,19 @@ #: ../app/config/gimprc-blurbs.h:39 msgid "Sets the pixel format to use for mouse pointers." -msgstr "Establez el formatu de píxel pa los punteros del mur." +msgstr "Afita'l formatu de píxel pa los punteros del mur." #: ../app/config/gimprc-blurbs.h:42 msgid "Sets the type of mouse pointers to use." -msgstr "Establez la triba de punteros del mur pa usar." +msgstr "Afita la triba de punteros del mur pa usar." #: ../app/config/gimprc-blurbs.h:45 msgid "" "Context-dependent mouse pointers are helpful. They are enabled by default. " "However, they require overhead that you may want to do without." msgstr "" -"Los punteros del mur dependientes del contestu son de muncha aida. Tán " -"activaos de forma predeterminada. Por embargu requieren procesamientu extra " +"Los punteros del mur dependientes del contestu son de muncha ayuda. Tán " +"activaos de forma predeterminada. Por embargu requieren procesamientu estra " "que quiciabes podríes necesitar si nun los uses." #: ../app/config/gimprc-blurbs.h:53 @@ -4593,8 +4597,8 @@ "When enabled, this will ensure that each pixel of an image gets mapped to a " "pixel on the screen." msgstr "" -"Cuando tea activáu, sofitará que cada píxel d'una imaxe s'asigne a un píxel " -"de la pantalla." +"Cuando tea activáu, encargaráse de que cada píxel d'una imaxe s'asigne a un " +"píxel de la pantalla." #: ../app/config/gimprc-blurbs.h:75 msgid "This is the distance in pixels where Guide and Grid snapping activates." @@ -4621,13 +4625,13 @@ "The window type hint that is set on dock windows. This may affect the way " "your window manager decorates and handles dock windows." msgstr "" -"La opción de tipo de ventana que es utilizada en las ventanas empotrables. " -"Esto podría afectar la forma en que su gestor de ventanas decora y maneja " -"las ventanas empotrables." +"La opción de triba de ventana que s'usa nes ventanes empotrables. Esto " +"podría afectar la forma na que'l so xestor de ventanes decora y remana les " +"ventanes empotrables." #: ../app/config/gimprc-blurbs.h:123 msgid "When enabled, the selected brush will be used for all tools." -msgstr "Cuando té activáu, el pincel esbilláu usaráse pa toles ferramientes." +msgstr "Cuando tea activáu, el pincel esbilláu usaráse pa toles ferramientes." #: ../app/config/gimprc-blurbs.h:129 msgid "When enabled, the selected gradient will be used for all tools." @@ -4639,7 +4643,7 @@ #: ../app/config/gimprc-blurbs.h:146 msgid "Sets the browser used by the help system." -msgstr "Afita'l visor qu'usará'l sistema d'aida" +msgstr "Afita'l visor qu'usará'l sistema d'ayuda" #: ../app/config/gimprc-blurbs.h:154 msgid "Sets the text to appear in image window status bars." @@ -4744,7 +4748,7 @@ #: ../app/config/gimprc-blurbs.h:216 msgid "Sets how many processors GIMP should try to use simultaneously." -msgstr "Afita cuántos procesadores tien d'intentar usar al empar GIMP." +msgstr "Afita cuántos procesadores tien d'intentar usar a la vez GIMP." #: ../app/config/gimprc-blurbs.h:229 msgid "" @@ -4766,17 +4770,17 @@ "the layers and channels dialog are nice to have but they can slow things " "down when working with large images." msgstr "" -"Afita si El Gimp tendría de crear vistes previes de les capes y les canales. " -"Ye estupendo disponer de les vistes previes nel diálogu de capes y canales, " -"pero pueden aselecer el trabayu con imáxenes grandes." +"Afita si Gimp tendría de crear vistes previes de les capes y les canales. Ye " +"bueno disponer de les vistes previes nel diálogu de capes y canales, pero " +"pueden aselecer el trabayu con imáxenes grandes." #: ../app/config/gimprc-blurbs.h:250 msgid "" "Sets the preview size used for layers and channel previews in newly created " "dialogs." msgstr "" -"Afita'l tamañu de la vista previa usá pa les vistes preliminares de les " -"capes y los canales nos diálogos nuevos creaos." +"Afita'l tamañu de la vista previa usada pa les vistes preliminares de les " +"capes y les canales nos diálogos nuevos creaos." #: ../app/config/gimprc-blurbs.h:254 msgid "" @@ -4839,8 +4843,8 @@ "related help page. Without this button, the help page can still be reached " "by pressing F1." msgstr "" -"Cuando tea activáu, los diálogos amosarán un botó d'aida qu'empobina a la " -"páxina d'aida venceyada. Ensin esi botón, la páxina d'aida puede vese al " +"Cuando tea activáu, los diálogos amosarán un botón d'ayuda qu'empobina a la " +"páxina d'ayuda venceyada. Ensin esi botón, la páxina d'ayuda puede vese al " "calcar F1." #: ../app/config/gimprc-blurbs.h:291 @@ -4856,7 +4860,7 @@ "When enabled, the menubar is visible by default. This can also be toggled " "with the \"View->Show Menubar\" command." msgstr "" -"Cuando tea activáu la barra d'estáu verase por defeutu. Esto tamién puede " +"Cuando tea activáu, la barra d'estáu veráse por defeutu. Esto tamién puede " "activase col comandu \"Ver->Amosar barra d'estáu\"" #: ../app/config/gimprc-blurbs.h:299 @@ -4872,7 +4876,7 @@ "When enabled, the scrollbars are visible by default. This can also be " "toggled with the \"View->Show Scrollbars\" command." msgstr "" -"Cuando tea activáu, les bares de desplazamientu vense por defeutu. Esto, " +"Cuando tea activáu, les barres de desplazamientu vense por defeutu. Esto, " "tamién puede activase col comandu «Ver->Amosar les barres de " "desplazamientu»." @@ -4913,8 +4917,8 @@ "When enabled, the grid is visible by default. This can also be toggled with " "the \"View->Show Grid\" command." msgstr "" -"Cuando tea activáu, la rexina vese por defeutu. Esto, tamién puede activase " -"col comandu «Ver->Amosar la rexina»." +"Cuando tea activáu, el rexáu vese por defeutu. Esto, tamién puede activase " +"col comandu «Ver->Amosar el rexáu»." #: ../app/config/gimprc-blurbs.h:327 msgid "" @@ -4926,7 +4930,7 @@ #: ../app/config/gimprc-blurbs.h:331 msgid "Show a tooltip when the pointer hovers over an item." -msgstr "Presentar una aiuda cuando'l punteru pasa per enriba d'un elementu." +msgstr "Presentar una ayuda cuando'l punteru pasa per enriba d'un elementu." #: ../app/config/gimprc-blurbs.h:334 msgid "What to do when the space bar is pressed in the image window." @@ -5053,8 +5057,8 @@ "When enabled, GIMP will not save an image if it has not been changed since " "it was opened." msgstr "" -"Cuando te activáu GIMP nun guardará una imaxe si nun se modificó dende que " -"se abrió." +"Cuando tea activáu GIMP nun guardará una imaxe si nun se modificó dende que " +"s'abrió." #: ../app/config/gimprc-blurbs.h:416 msgid "" @@ -5070,7 +5074,7 @@ "on the undo stack. Regardless of this setting, at least as many undo-levels " "as configured can be undone." msgstr "" -"Afita la llende superior de la memoria que cada imaxe usa pa grabar les " +"Afita la llende cimera de la memoria que cada imaxe usa pa grabar les " "operaciones na pila de desfacer. Independiéntemente d'esta configuración, " "sólo se pueden desfacer tantos niveles desfacer como tengamos configurao." @@ -5080,7 +5084,7 @@ #: ../app/config/gimprc-blurbs.h:428 msgid "When enabled, pressing F1 will open the help browser." -msgstr "Cuando te activáu, al calcar F1 abriráse'l restolador de la ayuda." +msgstr "Cuando tea activáu, al calcar F1 abriráse'l restolador de l'ayuda." #: ../app/config/gimprc-blurbs.h:439 #, c-format @@ -5148,7 +5152,7 @@ #: ../app/core/core-enums.c:213 ../app/dialogs/dialogs.c:198 #: ../app/tools/tools-enums.c:210 msgid "Selection" -msgstr "Esbilla" +msgstr "Escoyeta" #: ../app/core/core-enums.c:214 msgid "Active layer" @@ -5385,17 +5389,17 @@ #: ../app/core/core-enums.c:858 msgid "Merge layers" -msgstr "Combinar les capes" +msgstr "Combinar las capas" #: ../app/core/core-enums.c:859 msgid "Merge paths" -msgstr "Combinar rutes" +msgstr "Combinar caminos" #: ../app/core/core-enums.c:861 ../app/core/core-enums.c:892 #: ../app/core/gimpimage-grid.c:58 ../app/dialogs/grid-dialog.c:152 #: ../app/tools/tools-enums.c:241 msgid "Grid" -msgstr "Rexella" +msgstr "Rexáu" #: ../app/core/core-enums.c:862 ../app/core/core-enums.c:894 msgid "Guide" @@ -5415,7 +5419,7 @@ #: ../app/core/core-enums.c:866 ../app/core/core-enums.c:898 msgid "Selection mask" -msgstr "Mázcara de seleición" +msgstr "Mázcara d'escoyeta" #: ../app/core/core-enums.c:867 ../app/core/core-enums.c:901 msgid "Item visibility" @@ -5455,19 +5459,19 @@ #: ../app/core/core-enums.c:876 ../app/core/core-enums.c:923 msgid "Floating selection to layer" -msgstr "Esbilla flotante a capa" +msgstr "Escoyeta flotante a capa" #: ../app/core/core-enums.c:877 msgid "Float selection" -msgstr "Esbilla flotante" +msgstr "Escoyeta flotante" #: ../app/core/core-enums.c:878 msgid "Anchor floating selection" -msgstr "Anclar la esbilla flotante" +msgstr "Anclar la escoyeta flotante" #: ../app/core/core-enums.c:879 msgid "Remove floating selection" -msgstr "Desaniciar la esbilla flotante" +msgstr "Desaniciar la escoyeta flotante" #: ../app/core/core-enums.c:880 ../app/core/gimp-edit.c:262 msgid "Paste" @@ -5502,7 +5506,7 @@ #: ../app/core/core-enums.c:887 msgid "Import paths" -msgstr "Importar caminos o rutes" +msgstr "Importar caminos" #: ../app/core/core-enums.c:888 ../app/pdb/drawable-cmds.c:885 msgid "Plug-In" @@ -5598,16 +5602,16 @@ #: ../app/core/core-enums.c:924 msgid "Rigor floating selection" -msgstr "Anclar la esbilla flotante" +msgstr "Anclar la escoyeta flotante" #: ../app/core/core-enums.c:925 msgid "Relax floating selection" -msgstr "Lliberar la esbilla flotante" +msgstr "Lliberar la escoyeta flotante" #: ../app/core/core-enums.c:928 ../app/paint/gimpink.c:95 #: ../app/tools/gimpinktool.c:55 msgid "Ink" -msgstr "Tinta" +msgstr "Trazu" #: ../app/core/core-enums.c:929 msgid "Select foreground" @@ -5627,7 +5631,7 @@ #: ../app/core/core-enums.c:1231 msgid "Warning" -msgstr "Alvertencia" +msgstr "Avisu" #: ../app/core/core-enums.c:1232 msgid "Error" @@ -5702,8 +5706,8 @@ "It seems you have used GIMP %s before. GIMP will now migrate your user " "settings to '%s'." msgstr "" -"Parez que usó GIMP %s enantes. GIMP migrará los sos axustes d'usuariu a «%" -"s»." +"Paez ser qu'useste GIMP %s enantes. GIMP migrará los sos axustes d'usuariu " +"a «%s»." #: ../app/core/gimp-user-install.c:158 #, c-format @@ -5711,13 +5715,13 @@ "It appears that you are using GIMP for the first time. GIMP will now create " "a folder named '%s' and copy some files to it." msgstr "" -"Paez que tas usando GIMP per primer vegada, GIMP creará agora una carpeta " -"denomada «%s» y copiará dalgunos ficheros nella." +"Paez ser que tas usando GIMP per primer vegada, GIMP creará agora una " +"carpeta denomada «%s» y copiará dellos ficheros nella." #: ../app/core/gimp-user-install.c:309 #, c-format msgid "Copying file '%s' from '%s'..." -msgstr "Copiando'l ficheru «%s» desde «%s»…" +msgstr "Copiando'l ficheru «%s» dende «%s»…" #: ../app/core/gimp-user-install.c:324 ../app/core/gimp-user-install.c:350 #, c-format @@ -5781,19 +5785,20 @@ #, c-format msgid "Fatal parse error in brush file '%s': Unknown depth %d." msgstr "" -"Fallu fatal d'analís nel ficheru de pincel «%s»: Profundidá desconocía %d." +"Fallu fatal d'analís nel ficheru de pincel «%s»: Profundidá desconocida %d." #: ../app/core/gimpbrush-load.c:252 #, c-format msgid "Fatal parse error in brush file '%s': Unknown version %d." -msgstr "Fallu fatal d'analís nel ficheru de pincel «%s»: Versión desconocía %d." +msgstr "" +"Fallu fatal d'analís nel ficheru de pincel «%s»: Versión desconocida %d." #: ../app/core/gimpbrush-load.c:268 ../app/core/gimpbrush-load.c:388 #: ../app/core/gimpbrush-load.c:720 #, c-format msgid "Fatal parse error in brush file '%s': File appears truncated." msgstr "" -"Fallu fatal d'analís nel ficheru de pincel «%s»: El ficheru parez tar " +"Fallu fatal d'analís nel ficheru de pincel «%s»: El ficheru paez que ta " "truncáu." #: ../app/core/gimpbrush-load.c:276 ../app/core/gimpbrushgenerated-load.c:128 @@ -5815,8 +5820,8 @@ "Fatal parse error in brush file '%s': Unsupported brush depth %d\n" "GIMP brushes must be GRAY or RGBA." msgstr "" -"Fallu fatal d'analís nel ficheru de pincel «%s»: Profundidá de pincel non " -"soportada %d\n" +"Fallu fatal d'analís nel ficheru de pincel «%s»: Nun se soporta la " +"profundidá de pincel %d\n" "Les broches de El Gimp tienen de ser GRAY (BUXOS) o RGBA." #: ../app/core/gimpbrush-load.c:448 @@ -5825,21 +5830,21 @@ "Fatal parse error in brush file '%s': unable to decode abr format version %d." msgstr "" "Fallu fatal d'analís nel ficheru de pincel «%s»: Imposible decodificar el " -"formato abr versión %d." +"formatu abr versión %d." #: ../app/core/gimpbrush-load.c:615 #, c-format msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." msgstr "" -"Fallu fatal d'analís nel ficheru de pincel \"%s\": Los pinceles anchos nun tán " -"soportaos" +"Fallu fatal d'analís nel ficheru de pincel \"%s\": Los pinceles anchos nun se " +"soporten" #: ../app/core/gimpbrushgenerated-load.c:87 #, c-format msgid "Fatal parse error in brush file '%s': Not a GIMP brush file." msgstr "" "Fallu fatal d'analís nel ficheru de pincel «%s»: Nun ye un ficheru de pincel " -"de El Gimp." +"d'El Gimp." #: ../app/core/gimpbrushgenerated-load.c:104 #, c-format @@ -5847,7 +5852,7 @@ "Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." msgstr "" "Fallu fatal d'analís nel ficheru de pincel «%s»: Versión de pincel de GIMP " -"desconocía na llinia %d." +"desconocida na llinia %d." #: ../app/core/gimpbrushgenerated-load.c:150 #, c-format @@ -5870,7 +5875,7 @@ #: ../app/core/gimpbrushgenerated-load.c:231 #, c-format msgid "Error while reading brush file '%s': %s" -msgstr "Asocedió un fallu al lleer el ficheru de pincel «%s»: %s" +msgstr "Hebo un fallu al lleer el ficheru de pincel «%s»: %s" #: ../app/core/gimpbrushpipe-load.c:113 ../app/core/gimpbrushpipe-load.c:133 #: ../app/core/gimpbrushpipe-load.c:223 @@ -5881,37 +5886,37 @@ #: ../app/core/gimpchannel-select.c:60 msgctxt "command" msgid "Rectangle Select" -msgstr "Seleición reutangular" +msgstr "Escoyeta rectangular" #: ../app/core/gimpchannel-select.c:111 msgctxt "command" msgid "Ellipse Select" -msgstr "Seleición elíptica" +msgstr "Escoyeta elíptica" #: ../app/core/gimpchannel-select.c:165 msgctxt "command" msgid "Rounded Rectangle Select" -msgstr "Seleición reutangular redondeada" +msgstr "Escoyeta rectangular redondeada" #: ../app/core/gimpchannel-select.c:434 msgid "Alpha to Selection" -msgstr "Alfa a seleición" +msgstr "Alfa a escoyeta" #: ../app/core/gimpchannel-select.c:472 #, c-format msgid "%s Channel to Selection" -msgstr "canal %s a seleición" +msgstr "canal %s a escoyeta" #: ../app/core/gimpchannel-select.c:520 ../app/tools/gimpfuzzyselecttool.c:80 msgctxt "command" msgid "Fuzzy Select" -msgstr "Seleición difusa" +msgstr "Escoyeta difusa" #: ../app/core/gimpchannel-select.c:567 #: ../app/tools/gimpbycolorselecttool.c:82 msgctxt "command" msgid "Select by Color" -msgstr "Seleicionar por color" +msgstr "Escoyer por color" #: ../app/core/gimpchannel.c:257 msgid "Channel" @@ -5979,12 +5984,12 @@ #: ../app/core/gimpchannel.c:293 msgid "Shrink Channel" -msgstr "Achicar la canal" +msgstr "Encoyer la canal" #: ../app/core/gimpchannel.c:710 #, c-format msgid "Cannot stroke empty channel." -msgstr "Nun se puede trazar una canal ermo." +msgstr "Nun se puede trazar una canal balera." #: ../app/core/gimpchannel.c:1631 msgid "Set Channel Color" @@ -5996,7 +6001,7 @@ #: ../app/core/gimpchannel.c:1747 ../app/core/gimpselection.c:520 msgid "Selection Mask" -msgstr "Mázcara de seleición" +msgstr "Mázcara d'escoyeta" #: ../app/core/gimpdata.c:526 ../app/core/gimptoolpresets.c:279 #, c-format @@ -6027,7 +6032,7 @@ #: ../app/core/gimpdatafactory.c:576 msgid "You don't have a writable data folder configured." -msgstr "Nun tien una carpeta de datos escribibles configurada." +msgstr "Nun tienes una carpeta de datos escribibles configurada." #: ../app/core/gimpdatafactory.c:751 #, c-format @@ -6042,11 +6047,11 @@ #: ../app/core/gimpdrawable-blend.c:245 ../app/tools/gimpblendtool.c:107 msgid "Blend" -msgstr "Mezu" +msgstr "Dilíu" #: ../app/core/gimpdrawable-brightness-contrast.c:76 msgid "Brightness_Contrast" -msgstr "Rellumu-_Contraste" +msgstr "Brillo-_Contraste" #: ../app/core/gimpdrawable-brightness-contrast.c:87 #: ../app/tools/gimpbrightnesscontrasttool.c:111 @@ -6200,39 +6205,39 @@ #: ../app/core/gimpgrid.c:84 msgid "Line style used for the grid." -msgstr "Estilu de llinia usáu pola rexella." +msgstr "Estilu de llinia usáu pol rexáu." #: ../app/core/gimpgrid.c:90 msgid "The foreground color of the grid." -msgstr "El color de frente de la rexella." +msgstr "El color de frente del rexáu." #: ../app/core/gimpgrid.c:95 msgid "" "The background color of the grid; only used in double dashed line style." msgstr "" -"El color de fondu de la rexella, namái s'usa nel estilu de llinia de guiones " -"dubles." +"El color de fondu del rexáu, namái s'usa nel estilu de llinia de guiones " +"dobles." #: ../app/core/gimpgrid.c:101 msgid "Horizontal spacing of grid lines." -msgstr "Espaciu horizontal de les llinies de la rexella." +msgstr "Espaciu horizontal de les llinies del rexáu." #: ../app/core/gimpgrid.c:106 msgid "Vertical spacing of grid lines." -msgstr "Espaciu vertical de les llinies de la rexella." +msgstr "Espaciu vertical de les llinies del rexáu." #: ../app/core/gimpgrid.c:115 msgid "" "Horizontal offset of the first grid line; this may be a negative number." msgstr "" -"Desplazamientu horizontal de la primer llinia de la rexella, pue ser un " +"Desplazamientu horizontal de la primer llinia del rexáu, puede ser un " "númberu negativu." #: ../app/core/gimpgrid.c:122 msgid "Vertical offset of the first grid line; this may be a negative number." msgstr "" -"Desplazamientu vertical de la primer llinia de la rexella, pue ser un " -"númberu negativu." +"Desplazamientu vertical de la primer llinia del rexáu, puede ser un númberu " +"negativu." #: ../app/core/gimpimage-arrange.c:143 msgid "Arrange Objects" @@ -6253,7 +6258,7 @@ #: ../app/core/gimpimage-convert.c:792 #, c-format msgid "Cannot convert image: palette is empty." -msgstr "Nun puede convertise la imaxe, la paleta ta erma." +msgstr "Nun puede convertise la imaxe, la paleta ta balera." #: ../app/core/gimpimage-convert.c:806 msgid "Convert Image to RGB" @@ -6318,7 +6323,7 @@ #: ../app/core/gimpimage-merge.c:102 ../app/core/gimpimage-merge.c:114 msgid "Merge Visible Layers" -msgstr "Combinar les capes adicables" +msgstr "Combinar les capes visibles" #: ../app/core/gimpimage-merge.c:165 msgid "Flatten Image" @@ -6330,13 +6335,13 @@ #: ../app/core/gimpimage-merge.c:254 msgid "Merge Visible Paths" -msgstr "Combinar les rutes adicables" +msgstr "Combinar los caminos visibles" #: ../app/core/gimpimage-merge.c:289 #, c-format msgid "Not enough visible paths for a merge. There must be at least two." msgstr "" -"Nun hai abondes capes adicables pa facer una combinación. Tien d'haber polo " +"Nun hai abondes capes visibles pa facer una combinación. Tien d'haber polo " "menos dos." #: ../app/core/gimpimage-quick-mask.c:82 @@ -6490,7 +6495,7 @@ #: ../app/core/gimpimagefile.c:568 msgid "Click to create preview" -msgstr "Calcar pa criar la vista previa" +msgstr "Calcar pa crear la vista previa" #: ../app/core/gimpimagefile.c:574 msgid "Loading preview..." @@ -6543,11 +6548,11 @@ #: ../app/core/gimplayer-floating-sel.c:99 msgid "Remove Floating Selection" -msgstr "Desaniciar la esbilla flotante" +msgstr "Desaniciar la escoyeta flotante" #: ../app/core/gimplayer-floating-sel.c:130 msgid "Anchor Floating Selection" -msgstr "Anclar la esbilla flotante" +msgstr "Anclar la escoyeta flotante" #: ../app/core/gimplayer-floating-sel.c:205 ../app/core/gimplayer.c:643 #, c-format @@ -6555,12 +6560,12 @@ "Cannot create a new layer from the floating selection because it belongs to " "a layer mask or channel." msgstr "" -"Nun puede crease una nueva capa dende la esbilla flotante porque ésta " +"Nun puede crease una nueva capa dende la escoyeta flotante porque ésta " "pertenez a una mázcara de capa o canal." #: ../app/core/gimplayer-floating-sel.c:211 msgid "Floating Selection to Layer" -msgstr "Esbilla flotante a capa" +msgstr "Escoyeta flotante a capa" #: ../app/core/gimplayer.c:248 ../app/tools/tools-enums.c:209 msgid "Layer" @@ -6599,13 +6604,13 @@ "Floating Selection\n" "(%s)" msgstr "" -"Esbilla flotante\n" +"Escoyeta flotante\n" "(%s)" #: ../app/core/gimplayer.c:1266 #, c-format msgid "Unable to add a layer mask since the layer already has one." -msgstr "Nun puede amestase una mázcara de capa dau que la capa yá tien una." +msgstr "Nun puede amestase una mázcara de capa porque la capa yá tien una." #: ../app/core/gimplayer.c:1277 #, c-format @@ -6660,7 +6665,7 @@ #: ../app/core/gimppalette-import.c:532 #, c-format msgid "Unknown type of palette file: %s" -msgstr "Tipu de ficheru de paleta desconocíu: %s" +msgstr "Triba de ficheru de paleta desconocida: %s" #: ../app/core/gimppalette-load.c:85 ../app/core/gimppalette-load.c:110 #: ../app/core/gimppalette-load.c:131 ../app/core/gimppalette-load.c:160 @@ -6675,7 +6680,7 @@ #, c-format msgid "Fatal parse error in palette file '%s': Missing magic header." msgstr "" -"Fallu fatal d'analís nel ficheru de paleta «%s»: Cabecera máxica perdida." +"Fallu fatal d'analís nel ficheru de paleta «%s»: Testera máxica perdida." #: ../app/core/gimppalette-load.c:123 #, c-format @@ -6688,7 +6693,7 @@ "Reading palette file '%s': Invalid number of columns in line %d. Using " "default value." msgstr "" -"Lleendo'l ficheru de paleta «%s»: Númberu inválido de columnes na llinia %d. " +"Lleendo'l ficheru de paleta «%s»: Númberu inválidu de columnes na llinia %d. " "Usando'l valor predetermináu." #: ../app/core/gimppalette-load.c:183 @@ -6729,7 +6734,7 @@ "Fatal parse error in pattern file '%s': Unknown pattern format version %d." msgstr "" "Fallu fatal d'analís nel ficheru de patrón «%s»: Versión del formatu de " -"patrón desconocía %d." +"patrón desconocida %d." #: ../app/core/gimppattern-load.c:114 #, c-format @@ -6751,7 +6756,7 @@ msgid "Unable to run %s callback. The corresponding plug-in may have crashed." msgstr "" "Nun puede executase la retrollamada %s. El complementu correspondiente paez " -"tener frayao." +"que falló." #: ../app/core/gimpprogress.c:107 ../app/core/gimpprogress.c:154 msgid "Please wait" @@ -6767,7 +6772,7 @@ #: ../app/core/gimpselection.c:169 msgid "Select None" -msgstr "Esbillar Res" +msgstr "Nun esbillar nada" #: ../app/core/gimpselection.c:170 msgid "Select All" @@ -6775,27 +6780,27 @@ #: ../app/core/gimpselection.c:171 msgid "Invert Selection" -msgstr "Invertir Esbilla" +msgstr "Invertir Escoyeta" #: ../app/core/gimpselection.c:275 #, c-format msgid "There is no selection to stroke." -msgstr "Nun hai denguna esbilla que trazar." +msgstr "Nun hai denguna escoyeta que trazar." #: ../app/core/gimpselection.c:640 #, c-format msgid "Unable to cut or copy because the selected region is empty." -msgstr "Nun puede cortase o copiase porque la rexón esbillada ta erma." +msgstr "Nun puede cortase o copiase porque la rexón esbillada ta balera." #: ../app/core/gimpselection.c:814 #, c-format msgid "Cannot float selection because the selected region is empty." msgstr "" -"Nun se puede facer flotar la esbilla, porque la rexón esbillada ta erma." +"Nun se puede facer flotar la escoyeta, porque la rexón esbillada ta balera." #: ../app/core/gimpselection.c:821 msgid "Float Selection" -msgstr "Esbilla flotante" +msgstr "Escoyeta flotante" #: ../app/core/gimpselection.c:837 msgid "Floated Layer" @@ -6806,9 +6811,9 @@ "Convert a mitered join to a bevelled join if the miter would extend to a " "distance of more than miter-limit * line-width from the actual join point." msgstr "" -"Convertir una unión mediana nuna xunión en bisel si la mediana s'estendiere " -"hasta una distancia mayor que la llende de mediana multiplicao pol grosor de " -"la llinia a partir del puntu real de xunión." +"Convertir una xunión mediana nuna xunión en bisel si la mediana s'estendiere " +"hasta una distancia mayor que la llende de mediana multiplicao pol grosor " +"de la llinia a partir del puntu real de xunión." #: ../app/core/gimptemplate.c:106 msgid "The unit used for coordinate display when not in dot-for-dot mode." @@ -6826,7 +6831,7 @@ #: ../app/core/gimptemplate.c:405 ../app/widgets/widgets-enums.c:24 msgid "Background" -msgstr "Fondo" +msgstr "Fondu" #. pseudo unit #: ../app/core/gimpunit.c:56 @@ -6892,6 +6897,7 @@ "Launchpad Contributions:\n" " Ciso https://launchpad.net/~narcisoantunez\n" " Iñigo Varela https://launchpad.net/~ivarela\n" +" Xandru https://launchpad.net/~xandruarmesto\n" " Xandru Martino https://launchpad.net/~xandru-martino\n" " Xuacu Saturio https://launchpad.net/~xuacusk8\n" " riel.lu https://launchpad.net/~riello27" @@ -6910,7 +6916,7 @@ #: ../app/dialogs/channel-options-dialog.c:174 msgid "Initialize from _selection" -msgstr "Aniciar a partir de la _seleición" +msgstr "Aniciar a partir de la _escoyeta" #: ../app/dialogs/convert-dialog.c:125 msgid "Indexed Color Conversion" @@ -6957,7 +6963,7 @@ #: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:161 #: ../app/gui/gui-message.c:148 msgid "GIMP Message" -msgstr "Mensax de El Gimp" +msgstr "Mensax d'El Gimp" #: ../app/dialogs/dialogs.c:142 msgid "Devices" @@ -6973,7 +6979,7 @@ #: ../app/dialogs/dialogs.c:171 msgid "History" -msgstr "Hestorial" +msgstr "Historial" #: ../app/dialogs/dialogs.c:173 msgid "Image Templates" @@ -6985,7 +6991,7 @@ #: ../app/dialogs/dialogs.c:198 msgid "Selection Editor" -msgstr "Editor de seleición" +msgstr "Editor d'escoyeta" #: ../app/dialogs/dialogs.c:202 msgid "Undo" @@ -6993,15 +6999,15 @@ #: ../app/dialogs/dialogs.c:202 msgid "Undo History" -msgstr "Hestorial de desfacer" +msgstr "Historial de desfacer" #: ../app/dialogs/dialogs.c:212 msgid "Navigation" -msgstr "Navegación" +msgstr "Restolamientu" #: ../app/dialogs/dialogs.c:212 msgid "Display Navigation" -msgstr "Navegación de la vista" +msgstr "Restolamientu de la vista" #: ../app/dialogs/dialogs.c:218 msgid "FG/BG" @@ -7028,7 +7034,7 @@ msgid "_Opacity:" msgstr "_Opacidá:" -#: ../app/dialogs/file-open-dialog.c:253 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "Abrir capes" @@ -7045,9 +7051,9 @@ "The given filename does not have any known file extension. Please enter a " "known file extension or select a file format from the file format list." msgstr "" -"El nome de ficheru dau nun tien denguna estensión de ficheru. Por favor, " -"introduz una estensión de ficheru conociida o seleiciona un formatu de " -"ficheru de la llista de formatos de ficheru." +"El nome de ficheru dau nun tien denguna estensión de ficheru. Por favor, pon " +"una estensión de ficheru conocida o escueyi un formatu de ficheru de la " +"llista de formatos de ficheru." #: ../app/dialogs/file-save-dialog.c:371 msgid "" @@ -7065,7 +7071,7 @@ #: ../app/dialogs/file-save-dialog.c:444 msgid "The given file extension does not match the chosen file type." -msgstr "La estensión de ficheru dada nun concase cola triba de ficheru escoyíu." +msgstr "La estensión de ficheru dada nun concasa cola triba de ficheru escoyíu." #: ../app/dialogs/file-save-dialog.c:448 msgid "Do you want to save the image using this name anyway?" @@ -7073,11 +7079,11 @@ #: ../app/dialogs/grid-dialog.c:85 msgid "Configure Grid" -msgstr "Configurar la rexella" +msgstr "Configurar el rexáu" #: ../app/dialogs/grid-dialog.c:86 msgid "Configure Image Grid" -msgstr "Configurar la rexella de la imaxe" +msgstr "Configurar el rexáu de la imaxe" #: ../app/dialogs/image-merge-layers-dialog.c:64 msgid "Merge Layers" @@ -7109,7 +7115,7 @@ #: ../app/dialogs/image-merge-layers-dialog.c:109 msgid "_Discard invisible layers" -msgstr "_Descartar les capes non adicables" +msgstr "_Descartar les capes invisibles" #: ../app/dialogs/image-new-dialog.c:96 msgid "Create a New Image" @@ -7137,7 +7143,7 @@ "\"Maximum Image Size\" in the Preferences dialog (currently %s)." msgstr "" "Una imaxe del tamañu escoyíu usará más memoria de la que ta configurada como " -"«Tamañu másimu de la imaxe» nel diálogu Preferencies (anguaño %s)." +"«Tamañu máximu de la imaxe» nel diálogu Preferencies (anguaño %s)." #: ../app/dialogs/image-properties-dialog.c:60 #: ../app/dialogs/image-properties-dialog.c:63 @@ -7173,7 +7179,7 @@ "%s)." msgstr "" "Escalar la imaxe al tamañu escoyíu fadrá qu'use más memoria de la que ta " -"configurada como «Tamañu másimu de la imaxe» nel diálogu Preferencies " +"configurada como «Tamañu máximu de la imaxe» nel diálogu Preferencies " "(anguaño %s)." #: ../app/dialogs/image-scale-dialog.c:260 @@ -7209,7 +7215,7 @@ #: ../app/dialogs/layer-add-mask-dialog.c:110 msgid "Initialize Layer Mask to:" -msgstr "Aniciar mázcara de capa a:" +msgstr "Entamar mázcara de capa a:" #: ../app/dialogs/layer-add-mask-dialog.c:138 msgid "In_vert mask" @@ -7244,7 +7250,7 @@ #: ../app/dialogs/module-dialog.c:150 msgid "You will have to restart GIMP for the changes to take effect." -msgstr "Necesitará reaniciar GIMP pa que los cambeos faigan efeutu." +msgstr "Necesitarás reaniciar GIMP pa que los cambeos se faigan." #: ../app/dialogs/module-dialog.c:191 msgid "Module" @@ -7256,7 +7262,7 @@ #: ../app/dialogs/module-dialog.c:469 msgid "No longer available" -msgstr "Ya nun ta disponible" +msgstr "Yá nun ta disponible" #: ../app/dialogs/module-dialog.c:498 msgid "Author:" @@ -7276,7 +7282,7 @@ #: ../app/dialogs/module-dialog.c:502 msgid "Location:" -msgstr "Llocallización:" +msgstr "Allugamientu:" #: ../app/dialogs/offset-dialog.c:108 msgid "Offset Layer" @@ -7324,7 +7330,7 @@ #: ../app/dialogs/offset-dialog.c:229 msgid "Fill with _background color" -msgstr "Enllenar col color del _fondu" +msgstr "Rellenar col color del _fondu" #: ../app/dialogs/offset-dialog.c:232 msgid "Make _transparent" @@ -7341,7 +7347,7 @@ #. The "Source" frame #: ../app/dialogs/palette-import-dialog.c:205 msgid "Select Source" -msgstr "Seleicionar orixe" +msgstr "Escoyer orixe" #: ../app/dialogs/palette-import-dialog.c:227 msgid "I_mage" @@ -7357,12 +7363,12 @@ #: ../app/dialogs/palette-import-dialog.c:265 msgid "Palette _file" -msgstr "_Fiecheru de la paleta" +msgstr "_Ficheru de la paleta" #. Palette file name entry #: ../app/dialogs/palette-import-dialog.c:294 msgid "Select Palette File" -msgstr "Seleicionar ficheru de paletes" +msgstr "Escoyer ficheru de paletes" #. The "Import" frame #: ../app/dialogs/palette-import-dialog.c:305 @@ -7400,16 +7406,16 @@ #: ../app/dialogs/preferences-dialog.c:267 msgid "Reset All Preferences" -msgstr "Resetiar toles preferencies" +msgstr "Reafitar toles preferencies" #: ../app/dialogs/preferences-dialog.c:285 msgid "Do you really want to reset all preferences to default values?" -msgstr "¿Daveres quies afitar toles preferencies a los valores predeterminaos?" +msgstr "" +"¿Daveres quies reafitar toles preferencies a los valores predeterminaos?" #: ../app/dialogs/preferences-dialog.c:355 msgid "You will have to restart GIMP for the following changes to take effect:" -msgstr "" -"Necesitará reaniciar El Gimp pa que los siguientes cambeos faigan efeutu:" +msgstr "Necesitarás reaniciar El Gimp pa que los siguientes cambeos se faigan:" #: ../app/dialogs/preferences-dialog.c:500 msgid "Configure Input Devices" @@ -7420,7 +7426,7 @@ "Your keyboard shortcuts will be reset to default values the next time you " "start GIMP." msgstr "" -"Les sos combinaciones de teclas se afitaránse a los valores de fábrica la " +"Les tos combinaciones de tecles afitaránse a los valores de fábrica la " "próxima vegada qu'anicie GIMP." #: ../app/dialogs/preferences-dialog.c:588 @@ -7436,24 +7442,24 @@ "Your window setup will be reset to default values the next time you start " "GIMP." msgstr "" -"La so configuración de ventanes se reafitaráse al valor de fábrica la " -"próxima vegada qu'anicie GIMP." +"La to configuración de ventanes reafitaráse al valor de fábrica la próxima " +"vegada qu'anicies GIMP." #: ../app/dialogs/preferences-dialog.c:686 msgid "" "Your input device settings will be reset to default values the next time you " "start GIMP." msgstr "" -"La so configuración de preseos d'entrada reafitaráse al valor de fábrica la " -"próxima vegada qu'anicie GIMP." +"La to configuración de preseos d'entrada reafitaráse al valor de fábrica la " +"próxima vegada qu'anicies GIMP." #: ../app/dialogs/preferences-dialog.c:721 msgid "" "Your tool options will be reset to default values the next time you start " "GIMP." msgstr "" -"Les sos opciones de ferramientas reafitaráse al valor de fábrica la próxima " -"vegada qu'anicie GIMP." +"Les tos opciones de ferramientes reafitaráse al valor de fábrica la próxima " +"vegada qu'anicies GIMP." #: ../app/dialogs/preferences-dialog.c:1289 msgid "Show _menubar" @@ -7477,7 +7483,7 @@ #: ../app/dialogs/preferences-dialog.c:1310 msgid "Show _layer boundary" -msgstr "Amosar el _llímite de la capa" +msgstr "Amosar la _llende de la capa" #: ../app/dialogs/preferences-dialog.c:1313 msgid "Show _guides" @@ -7485,7 +7491,7 @@ #: ../app/dialogs/preferences-dialog.c:1316 msgid "Show gri_d" -msgstr "Amosar la _rexella" +msgstr "Amosar el _rexáu" #: ../app/dialogs/preferences-dialog.c:1322 msgid "Canvas _padding mode:" @@ -7539,7 +7545,7 @@ #: ../app/dialogs/preferences-dialog.c:1577 msgid "Size of _thumbnails:" -msgstr "Tamañu de lus _miniaturus:" +msgstr "Tamañu de les _miniatures:" #: ../app/dialogs/preferences-dialog.c:1581 msgid "Maximum _filesize for thumbnailing:" @@ -7582,7 +7588,7 @@ #: ../app/dialogs/preferences-dialog.c:1629 msgid "Na_vigation preview size:" -msgstr "Tamañu de vistes previes de _navegación:" +msgstr "Tamañu de vistes previes de _restolamientu:" #. Keyboard Shortcuts #: ../app/dialogs/preferences-dialog.c:1633 @@ -7632,7 +7638,7 @@ #: ../app/dialogs/preferences-dialog.c:1786 msgid "Help System" -msgstr "Sistema d'aida" +msgstr "Sistema d'ayuda" #. General #: ../app/dialogs/preferences-dialog.c:1798 @@ -7648,7 +7654,7 @@ #: ../app/dialogs/preferences-dialog.c:1804 msgid "Show help _buttons" -msgstr "Amosar _botones d'aida" +msgstr "Amosar _botones d'ayuda" #: ../app/dialogs/preferences-dialog.c:1817 msgid "Use the online version" @@ -7664,7 +7670,7 @@ #: ../app/dialogs/preferences-dialog.c:1826 msgid "There's a local installation of the user manual." -msgstr "Esiste una instalación llocal del manual d'usuariu." +msgstr "Existe una instalación llocal del manual d'usuariu." #: ../app/dialogs/preferences-dialog.c:1831 msgid "The user manual is not installed locally." @@ -7673,11 +7679,11 @@ #. Help Browser #: ../app/dialogs/preferences-dialog.c:1854 msgid "Help Browser" -msgstr "Visor d'aida" +msgstr "Visor d'ayuda" #: ../app/dialogs/preferences-dialog.c:1858 msgid "H_elp browser to use:" -msgstr "_Visor d'aida:" +msgstr "_Visor d'ayuda:" #: ../app/dialogs/preferences-dialog.c:1863 msgid "Web Browser" @@ -7704,7 +7710,7 @@ #. Snapping Distance #: ../app/dialogs/preferences-dialog.c:1916 msgid "Guide & Grid Snapping" -msgstr "Axuste a la rexella y la guía" +msgstr "Axuste al rexáu y la guía" #: ../app/dialogs/preferences-dialog.c:1921 msgid "_Snap distance:" @@ -7760,11 +7766,11 @@ #: ../app/dialogs/preferences-dialog.c:2043 msgid "Default Image Grid" -msgstr "Rexella d'imaxe predeterminada" +msgstr "Rexáu d'imaxe predeterminada" #: ../app/dialogs/preferences-dialog.c:2046 msgid "Default Grid" -msgstr "Rexella predeterminada" +msgstr "Rexáu predeterminada" #: ../app/dialogs/preferences-dialog.c:2067 msgid "Image Windows" @@ -7806,7 +7812,7 @@ #: ../app/dialogs/preferences-dialog.c:2117 msgid "_While space bar is pressed:" -msgstr "_Mentantu se calca la barra espaciadora:" +msgstr "_Mentanto se calca la barra espaciadora:" #. Mouse Pointers #: ../app/dialogs/preferences-dialog.c:2121 @@ -7879,7 +7885,7 @@ #: ../app/dialogs/preferences-dialog.c:2299 msgid "Display" -msgstr "Pantalla" +msgstr "Amosar" #: ../app/dialogs/preferences-dialog.c:2315 msgid "_Check style:" @@ -7897,7 +7903,7 @@ #: ../app/widgets/gimpcursorview.c:124 ../app/widgets/gimpgrideditor.c:269 #: ../app/widgets/gimpgrideditor.c:301 msgid "Pixels" -msgstr "píxeles" +msgstr "Píxeles" #: ../app/dialogs/preferences-dialog.c:2347 #: ../app/widgets/gimpimagepropview.c:476 @@ -7919,7 +7925,7 @@ #: ../app/dialogs/preferences-dialog.c:2421 msgid "Color Management" -msgstr "Xestión del color" +msgstr "Xestión del Color" #: ../app/dialogs/preferences-dialog.c:2441 msgid "_RGB profile:" @@ -8018,7 +8024,7 @@ #: ../app/dialogs/preferences-dialog.c:2617 msgid "Window Management" -msgstr "Xestión de la ventana" +msgstr "Alministración de Ventanes" #: ../app/dialogs/preferences-dialog.c:2626 msgid "Window Manager Hints" @@ -8040,7 +8046,7 @@ #: ../app/dialogs/preferences-dialog.c:2646 msgid "Focus" -msgstr "Foco" +msgstr "Focu" #: ../app/dialogs/preferences-dialog.c:2650 msgid "Activate the _focused image" @@ -8074,7 +8080,7 @@ #: ../app/dialogs/preferences-dialog.c:2704 msgid "Select Folder for Temporary Files" -msgstr "Esbille la carpeta pa los ficheros temporales" +msgstr "Escueyi la carpeta pa los ficheros temporales" #: ../app/dialogs/preferences-dialog.c:2708 msgid "Swap folder:" @@ -8082,7 +8088,7 @@ #: ../app/dialogs/preferences-dialog.c:2709 msgid "Select Swap Folder" -msgstr "Esbillar la carpeta d'intercambéu" +msgstr "Escoyer la carpeta d'intercambéu" #: ../app/dialogs/preferences-dialog.c:2744 msgid "Brush Folders" @@ -8090,7 +8096,7 @@ #: ../app/dialogs/preferences-dialog.c:2746 msgid "Select Brush Folders" -msgstr "Esbillar la carpeta de pinceles" +msgstr "Escoyer la carpeta de pinceles" #: ../app/dialogs/preferences-dialog.c:2748 msgid "Pattern Folders" @@ -8098,7 +8104,7 @@ #: ../app/dialogs/preferences-dialog.c:2750 msgid "Select Pattern Folders" -msgstr "Esbillar la carpeta de patrones" +msgstr "Escoyer la carpeta de patrones" #: ../app/dialogs/preferences-dialog.c:2752 msgid "Palette Folders" @@ -8106,7 +8112,7 @@ #: ../app/dialogs/preferences-dialog.c:2754 msgid "Select Palette Folders" -msgstr "Esbillar les carpetes de paletes" +msgstr "Escoyer les carpetes de paletes" #: ../app/dialogs/preferences-dialog.c:2756 msgid "Gradient Folders" @@ -8122,7 +8128,7 @@ #: ../app/dialogs/preferences-dialog.c:2762 msgid "Select Font Folders" -msgstr "ESbillar les carpetes de fontes" +msgstr "Escoyer les carpetes de fontes" #: ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-In Folders" @@ -8130,7 +8136,7 @@ #: ../app/dialogs/preferences-dialog.c:2766 msgid "Select Plug-In Folders" -msgstr "Esbillar les carpetes de complementos" +msgstr "Escoyer les carpetes de complementos" #: ../app/dialogs/preferences-dialog.c:2768 msgid "Scripts" @@ -8142,7 +8148,7 @@ #: ../app/dialogs/preferences-dialog.c:2770 msgid "Select Script-Fu Folders" -msgstr "Esbillar la carpeta de script-fu" +msgstr "Escoyer la carpeta de script-fu" #: ../app/dialogs/preferences-dialog.c:2772 msgid "Module Folders" @@ -8150,7 +8156,7 @@ #: ../app/dialogs/preferences-dialog.c:2774 msgid "Select Module Folders" -msgstr "Esbillar les carpetes de módulos" +msgstr "Escoyer les carpetes de módulos" #: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreters" @@ -8162,7 +8168,7 @@ #: ../app/dialogs/preferences-dialog.c:2778 msgid "Select Interpreter Folders" -msgstr "Esbillar les carpetes de los intérpretes" +msgstr "Escoyer les carpetes de los intérpretes" #: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment Folders" @@ -8170,7 +8176,7 @@ #: ../app/dialogs/preferences-dialog.c:2782 msgid "Select Environment Folders" -msgstr "Esbillar les carpetes d'entornu" +msgstr "Escoyer les carpetes d'entornu" #: ../app/dialogs/preferences-dialog.c:2784 msgid "Themes" @@ -8182,7 +8188,7 @@ #: ../app/dialogs/preferences-dialog.c:2786 msgid "Select Theme Folders" -msgstr "Esbillar les carpetes de temes" +msgstr "Escoyer les carpetes de temes" #: ../app/dialogs/print-size-dialog.c:138 msgid "Print Size" @@ -8226,7 +8232,7 @@ #: ../app/dialogs/quit-dialog.c:165 msgid "If you quit GIMP now, these changes will be lost." -msgstr "Si quites Gimp agora, estos cambeos perderánse." +msgstr "Si coles de Gimp agora, estos cambeos perderánse." #: ../app/dialogs/quit-dialog.c:168 msgid "If you close these images now, changes will be lost." @@ -8236,7 +8242,7 @@ #, c-format msgid "There is one image with unsaved changes:" msgid_plural "There are %d images with unsaved changes:" -msgstr[0] "Hai una imaxe con cambeos non guardaos:" +msgstr[0] "Hai una imaxe con cambeos ensin guardar" msgstr[1] "Hai %d imáxenes con cambeos non guardaos:" #: ../app/dialogs/quit-dialog.c:238 @@ -8261,7 +8267,7 @@ #: ../app/dialogs/resolution-calibrate-dialog.c:128 msgid "Measure the rulers and enter their lengths:" -msgstr "Mide les regles ya introduz les sos llonxitudes embaxo:" +msgstr "Midi les regles y pon les sos llonxitúes embaxo:" #: ../app/dialogs/resolution-calibrate-dialog.c:153 msgid "_Horizontal:" @@ -8294,7 +8300,7 @@ #: ../app/dialogs/stroke-dialog.c:102 msgid "Choose Stroke Style" -msgstr "Esbillar l'estilu de trazu" +msgstr "Escoyer l'estilu de trazu" #: ../app/dialogs/stroke-dialog.c:225 msgid "Paint tool:" @@ -8306,7 +8312,7 @@ #: ../app/dialogs/tips-dialog.c:89 msgid "The GIMP tips file is empty!" -msgstr "¡El ficheru de conseyos de GIMP ta ermu!" +msgstr "¡El ficheru de conseyos de GIMP ta baleru!" #: ../app/dialogs/tips-dialog.c:93 msgid "The GIMP tips file appears to be missing!" @@ -8315,7 +8321,7 @@ #: ../app/dialogs/tips-dialog.c:95 #, c-format msgid "There should be a file called '%s'. Please check your installation." -msgstr "Tendría d'esistir un ficheru denomáu «%s». Comprebe la so instalación." +msgstr "Tendría d'esistir un ficheru denomáu «%s». Comprueba la so instalación." #: ../app/dialogs/tips-dialog.c:101 msgid "The GIMP tips file could not be parsed!" @@ -8323,7 +8329,7 @@ #: ../app/dialogs/tips-dialog.c:129 msgid "GIMP Tip of the Day" -msgstr "Conseyo del día de El Gimp" +msgstr "Conseyu del día d'El Gimp" #: ../app/dialogs/tips-dialog.c:135 msgid "_Previous Tip" @@ -8358,7 +8364,7 @@ #: ../app/dialogs/user-install-dialog.c:96 msgid "The GIMP user installation failed; see the log for details." msgstr "" -"La instalación d'usuariu de GIMP falló, llea l'informe pa tener más " +"La instalación d'usuariu de GIMP falló, llei l'informe pa tener más " "detalles." #: ../app/dialogs/user-install-dialog.c:99 @@ -8465,12 +8471,12 @@ #: ../app/display/gimpdisplayshell.c:1190 msgid "Navigate the image display" -msgstr "Navegar pela imaxe" +msgstr "Restolar pela imaxe" #: ../app/display/gimpdisplayshell.c:1285 #: ../app/display/gimpdisplayshell.c:1375 ../app/widgets/gimptoolbox.c:222 msgid "Drop image files here to open them" -msgstr "Arrastre hasta equí los ficheros d'imaxe p'abrilos" +msgstr "Arrastra hasta equí los ficheros d'imaxe p'abrilos" #: ../app/display/gimpdisplayshell-close.c:147 #: ../app/display/gimpdisplayshell-close.c:224 @@ -8493,9 +8499,9 @@ msgid_plural "" "If you don't save the image, changes from the last %d hours will be lost." msgstr[0] "" -"Si nun guardes la imaxe, los cambeos fechos dende la cabera hora perderánse." +"Si nun guardes la imaxe, los cambeos fechos dende la última hora perderánse." msgstr[1] "" -"Si nun guardes la imaxe, los cambeos fechos dende les %d caberes hores " +"Si nun guardes la imaxe, los cambeos fechos dende les %d últimes hores " "perderánse." #: ../app/display/gimpdisplayshell-close.c:264 @@ -8507,10 +8513,10 @@ "If you don't save the image, changes from the last hour and %d minutes will " "be lost." msgstr[0] "" -"Si nun guardes la imaxe, los cambeos fechos dende la cabera hora y %d minutu " +"Si nun guardes la imaxe, los cambeos fechos dende la última hora y %d minutu " "perderánse." msgstr[1] "" -"Si nun guardes la imaxe, los cambeos fechos dende la cabera hora y %d " +"Si nun guardes la imaxe, los cambeos fechos dende la última hora y %d " "minutos perderánse." #: ../app/display/gimpdisplayshell-close.c:275 @@ -8519,10 +8525,10 @@ msgid_plural "" "If you don't save the image, changes from the last %d minutes will be lost." msgstr[0] "" -"Si nun guardes la imaxe, los cambeos fechos dende'l caberu minutu " +"Si nun guardes la imaxe, los cambeos fechos dende l'últimu minutu " "perderánse." msgstr[1] "" -"Si nun guardes la imaxe, los cambeos fechos dende los caberos %d minutos " +"Si nun guardes la imaxe, los cambeos fechos dende los últimos %d minutos " "perderánse." #: ../app/display/gimpdisplayshell-dnd.c:255 @@ -8547,7 +8553,7 @@ #: ../app/display/gimpdisplayshell-filter-dialog.c:75 msgid "Color Display Filters" -msgstr "Fieltros de pantalla de color" +msgstr "Peñeres de pantalla de color" #: ../app/display/gimpdisplayshell-filter-dialog.c:78 msgid "Configure Color Display Filters" @@ -8678,7 +8684,7 @@ #: ../app/gegl/gimplevelsconfig.c:664 #, c-format msgid "not a GIMP Levels file" -msgstr "Nun ye un ficheru de niveles GIMP" +msgstr "nun ye un ficheru de niveles GIMP" #. initialize the document history #: ../app/gui/gui.c:426 @@ -8739,7 +8745,7 @@ #: ../app/paint/gimppencil.c:42 ../app/tools/gimppenciltool.c:51 msgid "Pencil" -msgstr "Pincel" +msgstr "Bolígrafu" #: ../app/paint/gimpperspectiveclone.c:97 ../app/paint/paint-enums.c:52 #: ../app/tools/gimpperspectiveclonetool.c:126 @@ -8774,7 +8780,7 @@ #: ../app/paint/paint-enums.c:84 msgid "Fixed" -msgstr "Fixu" +msgstr "Iguáu" #: ../app/paint/paint-enums.c:111 msgid "Blur" @@ -8813,17 +8819,17 @@ #: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:225 msgid "Blending" -msgstr "Meciendo" +msgstr "Entemeciendo" #: ../app/pdb/floating-sel-cmds.c:63 #, c-format msgid "Cannot remove this layer because it is not a floating selection." -msgstr "Nun puede desaniciase esta capa porque nun ye una esbilla flotante." +msgstr "Nun puede desaniciase esta capa porque nun ye una escoyeta flotante." #: ../app/pdb/floating-sel-cmds.c:95 #, c-format msgid "Cannot anchor this layer because it is not a floating selection." -msgstr "Nun puede fixase esta capa porque nun ye una esbilla flotante." +msgstr "Nun puede fixase esta capa porque nun ye una escoyeta flotante." #: ../app/pdb/floating-sel-cmds.c:127 #, c-format @@ -8831,18 +8837,18 @@ "Cannot convert this layer to a normal layer because it is not a floating " "selection." msgstr "" -"Nun puede convertise esta capa nuna capa normal porque nun ye una esbilla " +"Nun puede convertise esta capa nuna capa normal porque nun ye una escoyeta " "flotante." #: ../app/pdb/floating-sel-cmds.c:188 #, c-format msgid "Cannot rigor this layer because it is not a floating selection." -msgstr "Nun puede fixase esta capa porque nun ye una esbilla flotante." +msgstr "Nun puede fixase esta capa porque nun ye una escoyeta flotante." #: ../app/pdb/floating-sel-cmds.c:222 #, c-format msgid "Cannot relax this layer because it is not a floating selection." -msgstr "Nun puede lliberase esta capa porque nun ye una esbilla flotante." +msgstr "Nun puede lliberase esta capa porque nun ye una escoyeta flotante." #: ../app/pdb/gimppdb-query.c:300 ../app/pdb/gimppdb.c:307 #: ../app/pdb/gimppdb.c:377 @@ -8853,7 +8859,7 @@ #: ../app/pdb/gimppdb-utils.c:61 #, c-format msgid "Invalid empty brush name" -msgstr "Nome ermu del pincel non válidu" +msgstr "Nome baleru del pincel inválidu" #: ../app/pdb/gimppdb-utils.c:71 #, c-format @@ -8873,7 +8879,7 @@ #: ../app/pdb/gimppdb-utils.c:122 #, c-format msgid "Invalid empty pattern name" -msgstr "Nome ermu del patrón non válidu" +msgstr "Nome baleru del patrón inválidu" #: ../app/pdb/gimppdb-utils.c:132 #, c-format @@ -8883,7 +8889,7 @@ #: ../app/pdb/gimppdb-utils.c:152 #, c-format msgid "Invalid empty gradient name" -msgstr "Nome ermu del dilíu non válidu" +msgstr "Nome baleru del dilíu inválidu" #: ../app/pdb/gimppdb-utils.c:162 #, c-format @@ -8898,7 +8904,7 @@ #: ../app/pdb/gimppdb-utils.c:188 #, c-format msgid "Invalid empty palette name" -msgstr "Nome ermu de paleta non válidu" +msgstr "Nome baleru de paleta inválidu" #: ../app/pdb/gimppdb-utils.c:198 #, c-format @@ -8913,7 +8919,7 @@ #: ../app/pdb/gimppdb-utils.c:223 #, c-format msgid "Invalid empty font name" -msgstr "Nome ermu de tipografía non válidu" +msgstr "Nome baleru de tipografía inválidu" #: ../app/pdb/gimppdb-utils.c:233 #, c-format @@ -8923,7 +8929,7 @@ #: ../app/pdb/gimppdb-utils.c:252 #, c-format msgid "Invalid empty buffer name" -msgstr "Nome ermu de búfer non válidu" +msgstr "Nome baleru de búfer inválidu" #: ../app/pdb/gimppdb-utils.c:262 #, c-format @@ -8933,23 +8939,23 @@ #: ../app/pdb/gimppdb-utils.c:281 #, c-format msgid "Invalid empty paint method name" -msgstr "Nome ermu de métodu de pintura non válidu" +msgstr "Nome baleru de métodu de pintura inválidu" #: ../app/pdb/gimppdb-utils.c:291 #, c-format msgid "Paint method '%s' does not exist" -msgstr "Nun esiste'l métodu de pintura «%s»" +msgstr "Nun existe'l métodu de pintura «%s»" #: ../app/pdb/gimppdb-utils.c:307 #, c-format msgid "" "Item '%s' (%d) can not be used because it has not been added to an image" -msgstr "L'elementu «%s» (%d) nun puede usase porque nun s'amiestó a una imaxe" +msgstr "L'elementu «%s» (%d) nun puede usase porque nun s'amestó a una imaxe" #: ../app/pdb/gimppdb-utils.c:329 #, c-format msgid "Item '%s' (%d) has already been added to an image" -msgstr "L'elementu «%s» (%d) yá s'amiestó a una imaxe" +msgstr "L'elementu «%s» (%d) yá s'amestó a una imaxe" #: ../app/pdb/gimppdb-utils.c:337 #, c-format @@ -8965,12 +8971,13 @@ #, c-format msgid "Image '%s' (%d) is of type '%s', but an image of type '%s' is expected" msgstr "" -"La imaxe «%s» (%d) ye del tipu «%s», pero esperábase una imaxe del tipu «%s»" +"La imaxe «%s» (%d) ye del tipu «%s», pero esperábase una imaxe de la triba «" +"%s»" #: ../app/pdb/gimppdb-utils.c:430 #, c-format msgid "Image '%s' (%d) is already of type '%s'" -msgstr "La imaxe «%s» (%d) yá ye del tipu «%s»" +msgstr "La imaxe «%s» (%d) yá ye de la triba «%s»" #: ../app/pdb/gimppdb-utils.c:455 #, c-format @@ -9072,7 +9079,7 @@ msgid "" "Image resolution is out of bounds, using the default resolution instead." msgstr "" -"La resolución de la imaxe salese de les llendes, ta usándose la resolución " +"La resolución de la imaxe sal de les llendes, ta usándose la resolución " "predefinida nel so llugar." #: ../app/pdb/selection-tools-cmds.c:218 ../app/tools/gimpfreeselecttool.c:197 @@ -9082,7 +9089,7 @@ #: ../app/pdb/text-layer-cmds.c:90 #, c-format msgid "Failed to create text layer" -msgstr "Fallo al crear la capa de testu" +msgstr "Fallu al crear la capa de testu" #: ../app/pdb/text-layer-cmds.c:163 ../app/pdb/text-layer-cmds.c:235 #: ../app/pdb/text-layer-cmds.c:314 ../app/pdb/text-layer-cmds.c:394 @@ -9148,7 +9155,7 @@ "El complementu falló: «%s»\n" "(%s)\n" "El complementu que falló puede que tollera l'estáu internu de GIMP. " -"Convendría que grabases toles tos imáxenes y rearranques GIMP, pa non " +"Convendría que grabases toles tos imáxenes y rearranques GIMP, pa nun " "arriesgar." #: ../app/plug-in/gimppluginmanager-call.c:173 @@ -9239,7 +9246,10 @@ msgid "" "Pack my box with\n" "five dozen liquor jugs." -msgstr "Ilusiones de burra vieya, peos de mil colores." +msgstr "" +"Ilusiones de burra vieya, peos de mil colores. La vieya fecha gaitera usa " +"saya naranxera.\n" +"ḥachu, ḷḷeite, güevu, ñarres y otres herbes." #: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" @@ -9301,7 +9311,7 @@ "Hebo problemes analizando'l parásitu de testu pa la capa %s:\n" "%s\n" "\n" -"Delles propiedaes del testu podríen tar mal. A non ser que quieras editar la " +"Delles propiedaes del testu podríen tar mal. A nun ser que quieras editar la " "capa de testu nun vas necesitar preocupate por esto." #: ../app/tools/gimp-tools.c:335 @@ -9323,7 +9333,7 @@ #: ../app/tools/gimpairbrushtool.c:92 ../app/tools/gimpconvolvetool.c:217 #: ../app/tools/gimpsmudgetool.c:97 msgid "Rate:" -msgstr "Ratio:" +msgstr "Tasa:" #: ../app/tools/gimpairbrushtool.c:98 ../app/tools/gimppaintoptions-gui.c:198 msgid "Pressure:" @@ -9411,7 +9421,7 @@ #: ../app/tools/gimpaligntool.c:862 msgid "Distribute right edges of targets" -msgstr "Distribuyir los bordes deechos de los oxetivos" +msgstr "Distribuyir los bordes drechos de los oxetivos" #: ../app/tools/gimpaligntool.c:872 msgid "Distribute top edges of targets" @@ -9419,7 +9429,7 @@ #: ../app/tools/gimpaligntool.c:879 msgid "Distribute vertical centers of targets" -msgstr "Distribuyir los centros veriticales de los oxetivos" +msgstr "Distribuyir los centros verticales de los oxetivos" #: ../app/tools/gimpaligntool.c:885 msgid "Distribute bottoms of targets" @@ -9435,7 +9445,7 @@ #: ../app/tools/gimpblendoptions.c:232 ../app/widgets/gimpbrusheditor.c:146 msgid "Shape:" -msgstr "Forma:" +msgstr "Figura:" #: ../app/tools/gimpblendoptions.c:239 ../app/tools/gimppaintoptions-gui.c:672 msgid "Repeat:" @@ -9453,25 +9463,25 @@ #: ../app/tools/gimpbucketfilloptions.c:287 #: ../app/tools/gimpregionselectoptions.c:220 msgid "Threshold:" -msgstr "Solera:" +msgstr "Umbral:" #: ../app/tools/gimpblendtool.c:108 msgid "Blend Tool: Fill selected area with a color gradient" -msgstr "Preséu d'entemez: Rellena la estaya escoyida con un dilíu de colores" +msgstr "Preséu de dilíu: Rellena la estaya escoyida con un dilíu de colores" #: ../app/tools/gimpblendtool.c:109 msgid "Blen_d" -msgstr "_Entemez" +msgstr "Dilí_u" #: ../app/tools/gimpblendtool.c:164 #, c-format msgid "Blend does not operate on indexed layers." -msgstr "L'entemez nun furrula sobre capes indexaes." +msgstr "El dilíu nun funciona sobre capes indexaes." #: ../app/tools/gimpblendtool.c:402 ../app/tools/gimppainttool.c:606 #, c-format msgid "%s for constrained angles" -msgstr "%s p'ángulos restrinxios" +msgstr "%s p'ángulos restrinxíos" #: ../app/tools/gimpblendtool.c:403 #, c-format @@ -9480,7 +9490,7 @@ #: ../app/tools/gimpblendtool.c:407 msgid "Blend: " -msgstr "Entemez: " +msgstr "Dilíu: " #: ../app/tools/gimpbrightnesscontrasttool.c:112 msgid "Brightness/Contrast Tool: Adjust brightness and contrast" @@ -9542,7 +9552,7 @@ #: ../app/tools/gimpbucketfilloptions.c:239 #, c-format msgid "Affected Area (%s)" -msgstr "Estaya afeutada (%s)" +msgstr "Estaya afectada (%s)" #: ../app/tools/gimpbucketfilloptions.c:243 msgid "Fill whole selection" @@ -9589,7 +9599,7 @@ #: ../app/tools/gimpbycolorselecttool.c:68 msgid "Select by Color Tool: Select regions with similar colors" -msgstr "Préséu d'Esbilla por Color: Esbillar estayes con colores asemeyaes" +msgstr "Préséu d'Esbilla por Color: Esbillar estayes con colores asemeyaos" #: ../app/tools/gimpbycolorselecttool.c:69 msgid "_By Color Select" @@ -9612,7 +9622,7 @@ #: ../app/tools/gimpclonetool.c:87 ../app/tools/gimpclonetool.c:91 #, c-format msgid "%s to set a new clone source" -msgstr "%s pa afitar un orixe de clonáu nuevu" +msgstr "%s p'afitar un orixe de clonáu nuevu" #: ../app/tools/gimpclonetool.c:90 msgid "Click to set a new clone source" @@ -9664,7 +9674,7 @@ #: ../app/tools/gimpcolorbalancetool.c:296 #: ../app/tools/gimphuesaturationtool.c:255 msgid "Cyan" -msgstr "Cyan" +msgstr "Cian" #: ../app/tools/gimpcolorbalancetool.c:305 #: ../app/tools/gimphuesaturationtool.c:257 @@ -9889,7 +9899,7 @@ #: ../app/tools/gimpcurvestool.c:221 #, c-format msgid "Curves does not operate on indexed layers." -msgstr "Les curves nun furrulen sobre capes indeixaes." +msgstr "Les curves nun furrulen sobre capes indexaes." #: ../app/tools/gimpcurvestool.c:323 msgid "Click to add a control point" @@ -10008,7 +10018,7 @@ #: ../app/tools/gimpellipseselecttool.c:68 msgid "Ellipse Select" -msgstr "Esbilla elíptica" +msgstr "Escoyeta elíptica" #: ../app/tools/gimpellipseselecttool.c:69 msgid "Ellipse Select Tool: Select an elliptical region" @@ -10065,7 +10075,7 @@ msgid "" "Flip Tool: Reverse the layer, selection or path horizontally or vertically" msgstr "" -"Preséu de Voltéu: Voltia la cpa, esbilla o camín horizontalmente o " +"Preséu de Voltéu: Voltia la cpa, escoyeta o camín horizontalmente o " "verticalmente" #: ../app/tools/gimpfliptool.c:82 @@ -10197,7 +10207,7 @@ #: ../app/tools/gimpfreeselecttool.c:1126 msgid "Return commits, Escape cancels, Backspace removes last segment" -msgstr "Intro executa, Escape encaboxa, Retrocesu quita'l caberu segmentu" +msgstr "Intro executa, Escape encaboxa, Retrocesu quita l'últimu segmentu" #: ../app/tools/gimpfreeselecttool.c:1130 msgid "Click-Drag adds a free segment, Click adds a polygonal segment" @@ -10346,7 +10356,7 @@ #: ../app/tools/gimphuesaturationtool.c:447 msgid "R_eset Color" -msgstr "R_establecer el color" +msgstr "R_eafitar el color" #: ../app/tools/gimpimagemaptool-settings.c:81 msgid "Pre_sets:" @@ -10598,7 +10608,7 @@ #: ../app/tools/gimpmoveoptions.c:145 msgid "Move selection" -msgstr "Mover la esbilla" +msgstr "Mover la escoyeta" #: ../app/tools/gimpmoveoptions.c:149 msgid "Pick a path" @@ -10767,7 +10777,7 @@ #: ../app/tools/gimpperspectivetool.c:70 msgid "Perspective Tool: Change perspective of the layer, selection or path" msgstr "" -"Ferramienta de perspeutiva: cambia la perspeutiva de la capa, esbilla o " +"Ferramienta de perspeutiva: cambia la perspeutiva de la capa, escoyeta o " "camín" #: ../app/tools/gimpperspectivetool.c:72 @@ -10810,7 +10820,7 @@ #: ../app/tools/gimprectangleoptions.c:112 msgid "Use all visible layers when shrinking the selection" -msgstr "Utilizar toles capes visibles cuando se ta encoyendo la esbilla" +msgstr "Utilizar toles capes visibles cuando se ta encoyendo la escoyeta" #. Current, as in what is currently in use. #: ../app/tools/gimprectangleoptions.c:729 @@ -10831,7 +10841,7 @@ #: ../app/tools/gimprectangleoptions.c:981 msgid "Highlight" -msgstr "Esbilla" +msgstr "Escoyeta" #. Auto Shrink #: ../app/tools/gimprectangleoptions.c:991 @@ -10852,7 +10862,7 @@ #: ../app/tools/gimprectangleselecttool.c:168 msgid "Rectangle Select Tool: Select a rectangular region" -msgstr "Ferramienta d'esbilla de reutángulos: esbillar una zona reutangular" +msgstr "Ferramienta d'escoyeta de rectángulos: esbillar una zona rectangular" #: ../app/tools/gimprectangleselecttool.c:169 msgid "_Rectangle Select" @@ -10868,7 +10878,7 @@ #: ../app/tools/gimpregionselectoptions.c:90 msgid "Base region_select on all visible layers" -msgstr "Esbilla de la rexón base en toles capes visibles" +msgstr "Escoyeta de la rexón base en toles capes visibles" #: ../app/tools/gimpregionselectoptions.c:202 msgid "Select transparent areas" @@ -10888,7 +10898,7 @@ #: ../app/tools/gimprotatetool.c:91 msgid "Rotate Tool: Rotate the layer, selection or path" -msgstr "Ferramienta de rotación: rotar la capa, esbilla o camín" +msgstr "Ferramienta de rotación: rotar la capa, escoyeta o camín" #: ../app/tools/gimprotatetool.c:92 msgid "_Rotate" @@ -10912,7 +10922,7 @@ #: ../app/tools/gimpscaletool.c:79 msgid "Scale Tool: Scale the layer, selection or path" -msgstr "Ferramienta d'escaláu: escalar la capa, esbilla o camín" +msgstr "Ferramienta d'escaláu: escalar la capa, escoyeta o camín" #: ../app/tools/gimpscaletool.c:80 msgid "_Scale" @@ -10933,39 +10943,39 @@ #: ../app/tools/gimpselectiontool.c:251 msgid "Click-Drag to replace the current selection" -msgstr "Calque y arrastre pa sustituyir la esbilla actual" +msgstr "Calca y arrastra pa sustituyir la escoyeta actual" #: ../app/tools/gimpselectiontool.c:259 msgid "Click-Drag to create a new selection" -msgstr "Calque y arrastre pa crear una nueva esbilla" +msgstr "Calca y arrastra pa crear una escoyeta nueva" #: ../app/tools/gimpselectiontool.c:264 msgid "Click-Drag to add to the current selection" -msgstr "Calque y arrastre p'amestar a la esbilla actual" +msgstr "Calca y arrastra p'amestar a la escoyeta actual" #: ../app/tools/gimpselectiontool.c:273 msgid "Click-Drag to subtract from the current selection" -msgstr "Calque y arrastre pa sustrayer de la esbilla actual" +msgstr "Calca y arrastra pa sustrayer de la escoyeta actual" #: ../app/tools/gimpselectiontool.c:282 msgid "Click-Drag to intersect with the current selection" -msgstr "Calque y arrastre pa interseutar cola esbilla actual" +msgstr "Calca y arrastra pa interseutar cola escoyeta actual" #: ../app/tools/gimpselectiontool.c:292 msgid "Click-Drag to move the selection mask" -msgstr "Calque y arrastre pa mover la mázcara d'esbilla" +msgstr "Calca y arrastra pa mover la mázcara d'escoyeta" #: ../app/tools/gimpselectiontool.c:300 msgid "Click-Drag to move the selected pixels" -msgstr "Calque y arrastre pa mover los píxeles esbillaos" +msgstr "Calca y arrastra pa mover los píxeles esbillaos" #: ../app/tools/gimpselectiontool.c:304 msgid "Click-Drag to move a copy of the selected pixels" -msgstr "Calque y arrastre pa mover una copia de los píxeles esbillaos" +msgstr "Calca y arrastra pa mover una copia de los píxeles esbillaos" #: ../app/tools/gimpselectiontool.c:308 msgid "Click to anchor the floating selection" -msgstr "Calque p'anclar la esbilla flotante" +msgstr "Calca p'anclar la escoyeta flotante" #: ../app/tools/gimpsheartool.c:82 msgid "Shear" @@ -10973,7 +10983,7 @@ #: ../app/tools/gimpsheartool.c:83 msgid "Shear Tool: Shear the layer, selection or path" -msgstr "Ferramienta d'atenlláu: Atenllar la capa, esbilla o camín" +msgstr "Ferramienta d'atenlláu: Atenllar la capa, escoyeta o camín" #: ../app/tools/gimpsheartool.c:84 msgid "S_hear" @@ -11096,7 +11106,7 @@ "\n" "You can edit the layer or create a new text layer from its text attributes." msgstr "" -"La capa qu'esbillasti ye una capa de testu pero foi modificada usando otres " +"La capa qu'esbillasti ye una capa de testu pero modificóse usando otres " "ferramientes. Al editar la capa cola ferramienta de testu perderánse estes " "modificaciones.\n" "\n" @@ -11199,7 +11209,7 @@ "%s Subtract\n" "%s Intersect" msgstr "" -"Camín a esbilla\n" +"Camín pa esbillar\n" "%s Amestar\n" "%s Estrayer\n" "%s Interseutar" @@ -11207,7 +11217,7 @@ #. Create a selection from the current path #: ../app/tools/gimpvectoroptions.c:189 msgid "Selection from Path" -msgstr "Crear esbilla a partir d'un camín" +msgstr "Crear escoyeta a partir d'un camín" #: ../app/tools/gimpvectortool.c:161 msgid "Paths Tool: Create and edit paths" @@ -11374,7 +11384,7 @@ #: ../app/tools/tools-enums.c:179 msgid "Free select" -msgstr "Esbilla llibre" +msgstr "Escoyeta llibre" #: ../app/tools/tools-enums.c:180 msgid "Fixed size" @@ -11553,7 +11563,7 @@ #: ../app/widgets/gimpchanneltreeview.c:321 msgid "Empty Channel" -msgstr "Canal erma" +msgstr "Canal balera" #: ../app/widgets/gimpcolordialog.c:150 msgid "Add the current color to the color history" @@ -11677,11 +11687,11 @@ msgid "Palette" msgstr "Paleta" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Vistes previes perpequeñes" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Vistes previes enormes" @@ -12101,7 +12111,7 @@ #: ../app/widgets/gimpgradienteditor.c:1348 #, c-format msgid "%s%sClick: extend selection" -msgstr "%s%sCalcar: estender esbilla" +msgstr "%s%sCalcar: estender escoyeta" #: ../app/widgets/gimpgradienteditor.c:1304 #: ../app/widgets/gimpgradienteditor.c:1318 @@ -12150,27 +12160,27 @@ #: ../app/widgets/gimphelp.c:294 msgid "Help browser is missing" -msgstr "Falta el visor d'aida" +msgstr "Falta el visor d'ayuda" #: ../app/widgets/gimphelp.c:295 msgid "The GIMP help browser is not available." -msgstr "Nun ta disponible el visor d'aida del GIMP" +msgstr "Nun ta disponible el visor d'ayuda del GIMP" #: ../app/widgets/gimphelp.c:296 msgid "" "The GIMP help browser plug-in appears to be missing from your installation. " "You may instead use the web browser for reading the help pages." msgstr "" -"Parez que falta el complementu del visor d'aida del GIMP na so instalación. " -"En so llugar, puede usar el restolador web pa lleer les páxines d'aida." +"Paez que falta'l complementu del visor d'ayuda del GIMP na so instalación. " +"En cuenta d'ello, pues usar el restolador web pa lleer les páxines d'ayuda." #: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" -msgstr "El visor d'aida nun s'anicia" +msgstr "El visor d'ayuda nun s'anicia" #: ../app/widgets/gimphelp.c:338 msgid "Could not start the GIMP help browser plug-in." -msgstr "Nun pudo aniciase'l complementu del visor d'aida de GIMP." +msgstr "Nun pudo aniciase'l complementu del visor d'ayuda de GIMP." #: ../app/widgets/gimphelp.c:365 msgid "Use _Web Browser" @@ -12193,7 +12203,7 @@ "You may either install the additional help package or change your " "preferences to use the online version." msgstr "" -"Puede escoyer ente instalar el paquete adicional d'aida o camudar les " +"Pues escoyer ente instalar el paquete adicional d'ayuda o camudar les " "preferencies pa usar la versión en llinia." #: ../app/widgets/gimphistogrameditor.c:99 @@ -12320,7 +12330,7 @@ #: ../app/widgets/gimplayertreeview.c:841 msgid "Empty Layer" -msgstr "Capa erma" +msgstr "Capa balera" #: ../app/widgets/gimpmenudock.c:159 msgid "Auto" @@ -12548,7 +12558,7 @@ "Colores de frente y fondu.\n" "Los cuadraos blancos y prietos reanicien los colores.\n" "Les fleches intercambien los colores.\n" -"Calque p'abrir el diálogu d'esbilla de colores." +"Calque p'abrir el diálogu d'escoyeta de colores." #: ../app/widgets/gimptoolbox-color-area.c:141 msgid "Change Foreground Color" @@ -12637,19 +12647,19 @@ #: ../app/widgets/gimpvectorstreeview.c:253 msgid "Empty Path" -msgstr "Camín ermu" +msgstr "Camín baleru" #: ../app/widgets/gimpviewablebox.c:81 msgid "Open the brush selection dialog" -msgstr "Abre'l diálogu d'esbilla de pincel" +msgstr "Abre'l diálogu d'escoyeta de pincel" #: ../app/widgets/gimpviewablebox.c:138 msgid "Open the pattern selection dialog" -msgstr "Abre'l diálogu d'esbilla de patrón" +msgstr "Abre'l diálogu d'escoyeta de patrón" #: ../app/widgets/gimpviewablebox.c:204 msgid "Open the gradient selection dialog" -msgstr "Abre'l diálogu d'esbilla de dilíu" +msgstr "Abre'l diálogu d'escoyeta de dilíu" #: ../app/widgets/gimpviewablebox.c:224 msgid "Reverse" @@ -12657,11 +12667,11 @@ #: ../app/widgets/gimpviewablebox.c:306 msgid "Open the palette selection dialog" -msgstr "Abre'l diálogu d'esbilla de paleta" +msgstr "Abre'l diálogu d'escoyeta de paleta" #: ../app/widgets/gimpviewablebox.c:364 msgid "Open the font selection dialog" -msgstr "Abre'l diálogu d'esbilla de fonte" +msgstr "Abre'l diálogu d'escoyeta de fonte" #: ../app/widgets/gimpwidgets-utils.c:608 #, c-format @@ -12730,7 +12740,7 @@ #: ../app/widgets/widgets-enums.c:201 msgid "GIMP help browser" -msgstr "Visor d'aida de GIMP" +msgstr "Visor d'ayuda de GIMP" #: ../app/widgets/widgets-enums.c:202 msgid "Web browser" diff -Nru gimp-2.6.11/po/ca@valencia.po gimp-2.6.12/po/ca@valencia.po --- gimp-2.6.11/po/ca@valencia.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/ca@valencia.po 2012-01-31 13:50:16.000000000 +0000 @@ -12,10 +12,11 @@ msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 19:45+0200\n" -"PO-Revision-Date: 2010-03-30 19:46+0200\n" +"POT-Creation-Date: 2010-10-29 00:27+0100\n" +"PO-Revision-Date: 2010-03-30 18:43+0200\n" "Last-Translator: Quim Perez i Noguer \n" "Language-Team: Catalan \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -84,7 +85,8 @@ #: ../app/batch.c:75 #, c-format msgid "No batch interpreter specified, using the default '%s'.\n" -msgstr "No s'ha definit cap intèrpret d'ordes, per defecte s'utilitzarà «%s».\n" +msgstr "" +"No s'ha definit cap intèrpret d'ordes, per defecte s'utilitzarà «%s».\n" #: ../app/batch.c:93 ../app/batch.c:111 #, c-format @@ -92,102 +94,102 @@ msgstr "" "L'intèrpret d'ordes «%s» no està disponible. El mode d'ordes està desactivat." -#: ../app/main.c:144 ../tools/gimp-remote.c:60 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "Mostra informació de la versió i ix" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" msgstr "Mostra informació de la llicència i ix" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Escriu més informació" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Inicia una nova instància del GIMP" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "Obri les imatges com a noves" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "Executa sense interfícies d'usuari" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "No carreguis pinzells, degradats, paletes, patrons..." -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "No carreguis tipus de lletra" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" msgstr "No mostres la finestra inicial" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" msgstr "No utilitzes la memòria compartida entre el GIMP i els seus connectors" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" msgstr "No utilitzes cap funció especial d'acceleració de CPU " -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "Utilitza un fitxer sessionrc alternatiu" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "Utilitza un fitxer gimprc del sistema alternatiu" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "Utilitza un fitxer gimprc del sistema alternatiu" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" msgstr "Orde de processament a executar (es pot emprar múltiples cops)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" msgstr "El procediment amb el qual processar ordes" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "Mostra els avisos a la consola en comptes d'emprar un quadre de diàleg" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "" "Mode de compatibilitat de la base de dades de procediments (off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "Depura en cas de fallada (never|query|always)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "Habilita la depuració dels gestors de senyals no fatals" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "Fes tots els avisos fatals" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Escriu un fitxer gimprc amb els paràmetres per defecte" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[Fitxer|URI...]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." @@ -196,21 +198,21 @@ "Assegureu-vos que el vostre entorn de visualització està configurat " "adequadament." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." msgstr "Ja hi ha una altra instància del GIMP executant-se." -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." msgstr "" "Eixida del GIMP. Escriviu qualsevol caràcter per a tancar esta finestra." -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" msgstr "(Escriviu qualsevol caràcter per a tancar esta finestra)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." msgstr "" "Eixida del GIMP. Podeu minimitzar esta finestra, però no la podeu tancar." @@ -851,8 +853,8 @@ msgstr "Mostra fusionada" #: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 -#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 #: ../app/display/gimpdisplayshell-dnd.c:537 @@ -2006,7 +2008,7 @@ #: ../app/actions/gradient-editor-actions.c:54 msgid "_Save Left Color To" -msgstr "Al_ça el color esquerre a" +msgstr "De_sa el color esquerre a" #: ../app/actions/gradient-editor-actions.c:57 msgid "Right Color Type" @@ -3709,7 +3711,7 @@ #: ../app/actions/tool-options-actions.c:60 msgid "_Save Options To" -msgstr "Al_ça opcions a" +msgstr "De_sa opcions a" #: ../app/actions/tool-options-actions.c:64 msgid "_Restore Options From" @@ -4597,8 +4599,8 @@ "backup of your configuration has been created at '%s'." msgstr "" "Hi ha hagut un error en analitzar el fitxer «%s». S'utilitzaran els valors " -"per defecte. S'ha creat una còpia de seguretat de la vostra configuració a «%" -"s»." +"per defecte. S'ha creat una còpia de seguretat de la vostra configuració a " +"«%s»." # Not all strings defined here are used in the user interface # * (the preferences dialog mainly) and only those that are should @@ -4783,7 +4785,7 @@ "resolution information." msgstr "" "Estableix la resolució horitzontal del monitor, en punts per polzada. Si " -"s'estableix a 0, força a que el sevidor X demane informació de les dos " +"s'estableix a 0, força a que el sevidor X demane informació de les dues " "resolucions, horitzontal i vertical." #: ../app/config/gimprc-blurbs.h:203 @@ -4793,7 +4795,7 @@ "resolution information." msgstr "" "Estableix la resolució vertical del monitor, en punts per polzada. Si " -"s'estableix a 0, força a que el sevidor X demane informació de les dos " +"s'estableix a 0, força a que el sevidor X demane informació de les dues " "resolucions, horitzontal i vertical." #: ../app/config/gimprc-blurbs.h:208 @@ -5845,7 +5847,8 @@ #: ../app/core/gimpbrush-load.c:215 #, c-format msgid "Fatal parse error in brush file '%s': Bytes = 0." -msgstr "El fitxer del pinzell «%s» està malmés: té una mida nul·la (Bytes = 0)." +msgstr "" +"El fitxer del pinzell «%s» està malmés: té una mida nul·la (Bytes = 0)." #: ../app/core/gimpbrush-load.c:239 #, c-format @@ -5898,7 +5901,8 @@ #: ../app/core/gimpbrush-load.c:615 #, c-format msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." -msgstr "El fitxer del pinzell «%s» està malmés: no es permeten pinzells amples." +msgstr "" +"El fitxer del pinzell «%s» està malmés: no es permeten pinzells amples." #: ../app/core/gimpbrushgenerated-load.c:87 #, c-format @@ -6238,15 +6242,15 @@ #, c-format msgid "Fatal parse error in gradient file '%s': Corrupt segment %d in line %d." msgstr "" -"El fitxer del degradat «%s» està malmés: el segment %d està malmés a la línia " -"%d." +"El fitxer del degradat «%s» està malmés: el segment %d està malmés a la " +"línia %d." #: ../app/core/gimpgradient-load.c:241 ../app/core/gimpgradient-load.c:255 #, c-format msgid "Gradient file '%s' is corrupt: Segments do not span the range 0-1." msgstr "" -"El fitxer de degradats «%s» està malmés: s'han trobat segments fora del límit " -"0-1." +"El fitxer de degradats «%s» està malmés: s'han trobat segments fora del " +"límit 0-1." #: ../app/core/gimpgradient-load.c:334 #, c-format @@ -6770,8 +6774,8 @@ #, c-format msgid "Reading palette file '%s': RGB value out of range in line %d." msgstr "" -"En el fitxer de la paleta «%s»: el valor RGB està fora de límits a la línia %" -"d." +"En el fitxer de la paleta «%s»: el valor RGB està fora de límits a la línia " +"%d." #: ../app/core/gimppattern-load.c:85 ../app/core/gimppattern-load.c:131 #: ../app/core/gimppattern-load.c:162 @@ -6793,8 +6797,8 @@ "Fatal parse error in pattern file '%s: Unsupported pattern depth %d.\n" "GIMP Patterns must be GRAY or RGB." msgstr "" -"El fitxer del patró «%s» està malmés: no es permet una profunditat de patró %" -"d.\n" +"El fitxer del patró «%s» està malmés: no es permet una profunditat de patró " +"%d.\n" "Els patrons del GIMP han de ser en GRIS o en RGB." #: ../app/core/gimppattern-load.c:139 @@ -7077,7 +7081,7 @@ msgid "_Opacity:" msgstr "_Opacitat:" -#: ../app/dialogs/file-open-dialog.c:253 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "Obri les capes" @@ -7659,7 +7663,7 @@ #: ../app/dialogs/preferences-dialog.c:1651 msgid "_Save keyboard shortcuts on exit" -msgstr "Al_ça les dreceres de teclat en eixir" +msgstr "De_sa les dreceres de teclat en eixir" #: ../app/dialogs/preferences-dialog.c:1655 msgid "Save Keyboard Shortcuts _Now" @@ -7745,7 +7749,7 @@ #: ../app/dialogs/preferences-dialog.c:1895 msgid "_Save tool options on exit" -msgstr "Al_ça les opcions de les finestres en eixir" +msgstr "De_sa les opcions de les finestres en eixir" #: ../app/dialogs/preferences-dialog.c:1899 msgid "Save Tool Options _Now" @@ -8055,7 +8059,7 @@ #: ../app/dialogs/preferences-dialog.c:2572 msgid "_Save input device settings on exit" -msgstr "Al_ça els paràmetres dels dispositius d'entrada en eixir" +msgstr "De_sa els paràmetres dels dispositius d'entrada en eixir" #: ../app/dialogs/preferences-dialog.c:2576 msgid "Save Input Device Settings _Now" @@ -8108,7 +8112,7 @@ #: ../app/dialogs/preferences-dialog.c:2657 msgid "_Save window positions on exit" -msgstr "Al_ça les posicions de les finestres en eixir" +msgstr "De_sa les posicions de les finestres en eixir" #: ../app/dialogs/preferences-dialog.c:2661 msgid "Save Window Positions _Now" @@ -9044,8 +9048,8 @@ #: ../app/pdb/gimppdb.c:411 #, c-format msgid "" -"Procedure '%s' has been called with a wrong type for argument #%d. Expected %" -"s, got %s." +"Procedure '%s' has been called with a wrong type for argument #%d. Expected " +"%s, got %s." msgstr "" "La funció «%s» s'ha cridat amb un paràmetre (núm #%d) amb el tipus " "incorrecte. S'esperava un %s, però ha arribat un %s." @@ -9067,8 +9071,8 @@ #: ../app/pdb/gimpprocedure.c:597 #, c-format msgid "" -"Procedure '%s' has been called with a wrong value type for argument '%s' (#%" -"d). Expected %s, got %s." +"Procedure '%s' has been called with a wrong value type for argument '%s' (#" +"%d). Expected %s, got %s." msgstr "" "La funció «%s» s'ha cridat amb un paràmetre «%s» (núm %d) amb el tipus " "incorrecte. S'esperava un %s, però ha arribat un %s." @@ -9079,8 +9083,8 @@ "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" "in is trying to work on a layer that doesn't exist any longer." msgstr "" -"La funció «%s» ha retornat un id invàlid per al paràmetre «%s». Segurament un " -"connector està intentant treballar amb una capa que ja no existeix." +"La funció «%s» ha retornat un id invàlid per al paràmetre «%s». Segurament " +"un connector està intentant treballar amb una capa que ja no existeix." #: ../app/pdb/gimpprocedure.c:641 #, c-format @@ -9088,8 +9092,9 @@ "Procedure '%s' has been called with an invalid ID for argument '%s'. Most " "likely a plug-in is trying to work on a layer that doesn't exist any longer." msgstr "" -"La funció «%s» s'ha cridat amb un id invàlid per al paràmetre «%s». Segurament " -"un connector està intentant treballar amb una capa que ja no existeix." +"La funció «%s» s'ha cridat amb un id invàlid per al paràmetre «%s». " +"Segurament un connector està intentant treballar amb una capa que ja no " +"existeix." #: ../app/pdb/gimpprocedure.c:657 #, c-format @@ -9097,8 +9102,8 @@ "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" "in is trying to work on an image that doesn't exist any longer." msgstr "" -"La funció «%s» ha retornat un id invàlid per al paràmetre «%s». Segurament un " -"connector està intentant treballar amb una imatge que ja no existeix." +"La funció «%s» ha retornat un id invàlid per al paràmetre «%s». Segurament " +"un connector està intentant treballar amb una imatge que ja no existeix." #: ../app/pdb/gimpprocedure.c:669 #, c-format @@ -9106,8 +9111,9 @@ "Procedure '%s' has been called with an invalid ID for argument '%s'. Most " "likely a plug-in is trying to work on an image that doesn't exist any longer." msgstr "" -"La funció «%s» s'ha cridat amb un id invàlid per al paràmetre «%s». Segurament " -"un connector està intentant treballar amb una imatge que ja no existeix." +"La funció «%s» s'ha cridat amb un id invàlid per al paràmetre «%s». " +"Segurament un connector està intentant treballar amb una imatge que ja no " +"existeix." #: ../app/pdb/gimpprocedure.c:689 #, c-format @@ -9115,17 +9121,17 @@ "Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value " "is out of range." msgstr "" -"La funció «%s» ha retornat «%s» com a valor de retorn «%s» (núm. %d, de tipus %" -"s). Este valor no és permés." +"La funció «%s» ha retornat «%s» com a valor de retorn «%s» (núm. %d, de " +"tipus %s). Este valor no és permés." #: ../app/pdb/gimpprocedure.c:702 #, c-format msgid "" -"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %" -"s). This value is out of range." +"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type " +"%s). This value is out of range." msgstr "" -"La funció «%s» s'ha cridat amb el valor «%s» per al paràmetre «%s» (núm. %d, de " -"tipus %s). Este valor no és permés." +"La funció «%s» s'ha cridat amb el valor «%s» per al paràmetre «%s» (núm. %d, " +"de tipus %s). Este valor no és permés." #: ../app/pdb/image-cmds.c:2268 #, c-format @@ -9380,7 +9386,7 @@ "Algunes propietats del text poden estar malament. A no ser que es vulga " "editar la capa del text, no cal preocupar-se." -#: ../app/tools/gimp-tools.c:327 +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." @@ -11777,11 +11783,11 @@ msgid "Palette" msgstr "Paleta" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Previsualitzacions més petites" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Previsualitzacions més grans" @@ -11968,8 +11974,8 @@ "Si se suprimeix este controlador de la llista, també se suprimiran tots els " "esdeveniments que li hagueu configurat.\n" "\n" -"Si no voleu perdre tota la informació, és millor que només feu «inhabilita el " -"controlador»." +"Si no voleu perdre tota la informació, és millor que només feu «inhabilita " +"el controlador»." #: ../app/widgets/gimpcontrollerlist.c:633 msgid "Configure Input Controller" @@ -12101,7 +12107,7 @@ #: ../app/widgets/gimperrordialog.c:152 msgid "Messages are redirected to stderr." -msgstr "Els missatges són redireccionats a l'eixida estàndard." +msgstr "Els missatges són redireccionats a la eixida estàndard." #: ../app/widgets/gimperrordialog.c:171 #, c-format diff -Nru gimp-2.6.11/po/dz.po gimp-2.6.12/po/dz.po --- gimp-2.6.11/po/dz.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/dz.po 2012-01-31 13:50:16.000000000 +0000 @@ -7678,13 +7678,6 @@ msgid "If you close these images now, changes will be lost." msgstr "ཁཡོད་ཀྱིས་ འ་ནི་གཞུགས་བརྙན་ཚུ་ ད་ལྟོ་ཁ་བསྡམ་པ་ཅིན་ བསྒྱུར་བཅོས་ཚུ་ བརླག་སྟོར་གཏང་འོང་།" -#: ../app/dialogs/quit-dialog.c:216 -#, c-format -msgid "There is one image with unsaved changes:" -msgid_plural "There are %d images with unsaved changes:" -msgstr[0] "ཕི་ནང་ལུ་ བསྒྱུར་བཅོས་ སྲུང་བཞག་མ་འབད་བའི་ཐོག་ལས་བཞག་མི་ གཟུུགས་བརྙན་གཅིག་གི་འདུག" -msgstr[1] "ཕི་ནང་ལུ་ བསྒྱུར་བཅོས་ སྲུང་བཞག་མ་འབད་བའི་ཐོག་ལས་བཞག་མི་ གཟུུགས་བརྙན་གཅིག་གི་འདུག" - #: ../app/dialogs/quit-dialog.c:238 msgid "_Discard Changes" msgstr "བསྒྱུར་བཅོས་ བཏོན་བཀོག། (_D)" @@ -7907,13 +7900,6 @@ msgid "Save the changes to image '%s' before closing?" msgstr "བསྒྱུར་བཅོས་ཚུ་ ཁ་མ་བསྡམ་པའི་ཧེ་མ་ལས་ གཟུགས་བརྙན་'%s'ནང་ལུ་ སྲུང་འབད་ཡ?" -#: ../app/display/gimpdisplayshell-close.c:232 -#, c-format -msgid "If you don't save the image, changes from the last hour will be lost." -msgid_plural "If you don't save the image, changes from the last %d hours will be lost." -msgstr[0] "ཁྱོད་ཀྱིས་ གཟུགས་བརྙན་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཇུག་་གི་ཆུ་ཚོད་ལས་ བསྒྱུར་བཅོས་ཚུ་ བརླག་སྟོར་ཞུགས་འོང་།" -msgstr[1] "ཁྱོད་ཀྱིས་ གཟུགས་བརྙན་སྲུང་བཞག་མ་འབད་བ་ཅིན་ མཇུག་གི་ཆུ་ཚོད་ལས་ བསྒྱུར་བཅོས་ཚུ་ བརླག་སྟོར་ཞུགས་འོང་།" - #: ../app/display/gimpdisplayshell-close.c:242 #, c-format msgid "If you don't save the image, changes from the last hour and %d minute will be lost." diff -Nru gimp-2.6.11/po/es.po gimp-2.6.12/po/es.po --- gimp-2.6.11/po/es.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/es.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,27 +1,33 @@ # translation of gimp.gimp-2-6.po to Español -# Copyright © 1998-2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright © 1998-2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the gimp package. # +# Rodrigo Sancho Senosiain +# +# # Pablo G. del Campo , 2003, 2004. # Alonso Lara , 2005. # Francisco Javier F. Serrador , 2003, 2004, 2005, 2006. # Francisco Vila , 2003, 2004, 2005, 2006, 2007. -# Jorge González , 2007, 2008. -# Francisco Vila , 2003, 2004, 2005, 2006, 2007, 2008. -# Rodrigo Sancho Senosiain +# Francisco Vila , 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011. +# Daniel Mustieles , 2011. +# Jorge González , 2007, 2008, 2009, 2010, 2011. +# msgid "" msgstr "" "Project-Id-Version: gimp.gimp-2-6\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-10 08:08+0000\n" -"PO-Revision-Date: 2008-12-30 13:25+0100\n" -"Last-Translator: Francisco Vila \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&component=general\n" +"POT-Creation-Date: 2011-02-15 20:35+0000\n" +"PO-Revision-Date: 2011-02-27 13:39+0100\n" +"Last-Translator: Jorge González \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../app/about.h:24 msgid "GIMP" @@ -55,18 +61,18 @@ "GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - " "Suite 330, Boston, MA 02111-1307, USA." msgstr "" -"Este programa es software libre. Puede redistribuirlo y/o modificarlo bajo " -"los términos de la Licencia Pública General de GNU según se encuentra " -"publicada por la Free Software Foundation, bien de la versión 2 de dicha " -"Licencia o bien (según su elección) de cualquier versión posterior.\n" +"GIMP es software libre: puede redistribuirlo y/o modificarlo bajo los " +"términos de la Licencia Pública General de GNU según se encuentra publicada " +"por la Free Software Foundation, bien de la versión 2 de dicha Licencia o " +"bien (según su elección) de cualquier versión posterior.\n" "\n" "Este programa se distribuye con la esperanza de que sea útil, pero SIN " -"NINGUNA GARANTÍA, incluso sin la garantía MERCANTIL implícita o sin " -"garantizar la ADECUACIÓN A UN PROPÓSITO PARTICULAR. Véase la Licencia " +"NINGUNA GARANTÍA, incluso sin la garantía MERCANTIL implícita ni la de " +"garantizar la ADECUACIÓN A UN PROPÓSITO PARTICULAR. Véase la Licencia " "Pública General de GNU para más detalles.\n" "\n" -"Debería haber recibido una copia de la Licencia Pública General junto con " -"este programa. Si no ha sido así, escriba a la Free Software Foundation, " +"Debería haber recibido una copia de la Licencia Pública General de GNU " +"junto con el GIMP. Si no ha sido así, escriba a la Free Software Foundation, " "Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." #: ../app/app.c:214 @@ -92,104 +98,104 @@ #, c-format msgid "The batch interpreter '%s' is not available. Batch mode disabled." msgstr "" -"El intérprete del proceso por lotes «%s» no está disponible, el modo de lotes " -"se desactivará." +"El intérprete del proceso por lotes «%s» no está disponible, el modo de " +"lotes se desactivará." -#: ../app/main.c:144 ../tools/gimp-remote.c:60 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "Mostrar información de la versión y salir" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" msgstr "Mostrar información de la licencia y salir" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Ser más detallado" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Iniciar una istancia de GIMP nueva" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "Abrir imágenes como nuevas" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "Ejecutar sin una interfaz de usuario" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "No cargar los pinceles, los degradados, los patrones, …" -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "No cargar ninguna tipografía" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" -msgstr "No mostrar una ventana de inicio" +msgstr "No mostrar la ventana de inicio" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" msgstr "No compartir la memoria entre GIMP y los complementos" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" msgstr "No utilizar las funciones de aceleración especiales de la CPU" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "Usar un archivo «sessionrc» alternativo" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "Usar un archivo de usuario «gimprc» alternativo" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "Usar un archivo de sistema «gimprc» alternativo" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" -msgstr "Comando por lotes que ejecutar (puede usarse varias veces)" +msgstr "Instrucción por lotes que ejecutar (puede usarse varias veces)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" -msgstr "El procedimiento con el que se procesarán los comandos en lotes" +msgstr "El procedimiento con el que se procesarán las instrucciones en lotes" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "Enviar las advertencias a la consola en vez de usar un diálogo" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "Modo de compatibilidad PDB (off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "Depurar en caso de error (never|query|always)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "Activar los manejadores de señales no fatales de depuración" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "Hacer todas las advertencias fatales" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Sacar un archivo gimprc con la configuración predeterminada" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[ARCHIVO|URI…]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." @@ -197,25 +203,25 @@ "GIMP no ha podido inicializar la interfaz gráfica de usuario.\n" "Asegúrese de que exista una instalación apropiada para su pantalla." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." msgstr "Ya se está ejecutando otra instancia del GIMP." -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." msgstr "" "Salida del GIMP. Teclee un carácter cualquiera para cerrar esta ventana." -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" msgstr "(Teclee un carácter cualquiera para cerrar esta ventana)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." msgstr "Salida del GIMP. Puede minimizar esta ventana, pero no la cierre." -#: ../app/sanity.c:342 +#: ../app/sanity.c:365 #, c-format msgid "" "The configured filename encoding cannot be converted to UTF-8: %s\n" @@ -227,7 +233,7 @@ "\n" "Compruebe el valor de la variable de entorno G_FILENAME_ENCODING." -#: ../app/sanity.c:361 +#: ../app/sanity.c:384 #, c-format msgid "" "The name of the directory holding the GIMP user configuration cannot be " @@ -262,7 +268,7 @@ #. initialize the list of gimp brushes #: ../app/actions/actions.c:104 ../app/core/gimp.c:838 -#: ../app/dialogs/dialogs.c:157 ../app/dialogs/preferences-dialog.c:2738 +#: ../app/dialogs/dialogs.c:157 ../app/dialogs/preferences-dialog.c:2744 msgid "Brushes" msgstr "Pinceles" @@ -309,7 +315,7 @@ #. Document History #: ../app/actions/actions.c:137 ../app/dialogs/dialogs.c:171 -#: ../app/dialogs/preferences-dialog.c:1589 +#: ../app/dialogs/preferences-dialog.c:1595 msgid "Document History" msgstr "Historial del documento" @@ -330,7 +336,7 @@ msgstr "Archivo" #: ../app/actions/actions.c:152 ../app/dialogs/dialogs.c:165 -#: ../app/dialogs/preferences-dialog.c:2754 +#: ../app/dialogs/preferences-dialog.c:2760 msgid "Fonts" msgstr "Tipografías" @@ -341,7 +347,7 @@ #. initialize the list of gimp gradients #: ../app/actions/actions.c:158 ../app/core/gimp.c:850 -#: ../app/dialogs/dialogs.c:161 ../app/dialogs/preferences-dialog.c:2750 +#: ../app/dialogs/dialogs.c:161 ../app/dialogs/preferences-dialog.c:2756 msgid "Gradients" msgstr "Degradados" @@ -371,17 +377,17 @@ #. initialize the list of gimp palettes #: ../app/actions/actions.c:176 ../app/core/gimp.c:846 -#: ../app/dialogs/dialogs.c:163 ../app/dialogs/preferences-dialog.c:2746 +#: ../app/dialogs/dialogs.c:163 ../app/dialogs/preferences-dialog.c:2752 msgid "Palettes" msgstr "Paletas" #. initialize the list of gimp patterns #: ../app/actions/actions.c:179 ../app/core/gimp.c:842 -#: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2742 +#: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2748 msgid "Patterns" msgstr "Patrones" -#: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2758 +#: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-Ins" msgstr "Complementos" @@ -409,7 +415,7 @@ msgstr "Editor de textos" #: ../app/actions/actions.c:200 ../app/dialogs/dialogs.c:138 -#: ../app/dialogs/preferences-dialog.c:1874 ../app/gui/gui.c:423 +#: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:429 msgid "Tool Options" msgstr "Opciones de herramienta" @@ -472,15 +478,15 @@ #: ../app/actions/brushes-actions.c:66 msgid "Copy brush file location to clipboard" -msgstr "Copiar al portapapeles la localización de la imagen" +msgstr "Copiar al portapapeles la localización del pincel" #: ../app/actions/brushes-actions.c:71 msgid "_Delete Brush" -msgstr "_Borrar pincel" +msgstr "_Eliminar pincel" #: ../app/actions/brushes-actions.c:72 msgid "Delete brush" -msgstr "Borrar pincel" +msgstr "Eliminar pincel" #: ../app/actions/brushes-actions.c:77 msgid "_Refresh Brushes" @@ -488,7 +494,7 @@ #: ../app/actions/brushes-actions.c:78 msgid "Refresh brushes" -msgstr "Refrescar pinceles" +msgstr "Refrescar los pinceles" #: ../app/actions/brushes-actions.c:86 msgid "_Edit Brush..." @@ -496,7 +502,7 @@ #: ../app/actions/brushes-actions.c:87 msgid "Edit brush" -msgstr "Editar pincel" +msgstr "Editar este pincel" #: ../app/actions/buffers-actions.c:42 msgid "Buffers Menu" @@ -528,7 +534,7 @@ #: ../app/actions/buffers-actions.c:64 msgid "_Delete Buffer" -msgstr "_Borrar búfer" +msgstr "_Eliminar búfer" #: ../app/actions/buffers-actions.c:65 msgid "Delete the selected buffer" @@ -572,11 +578,11 @@ #: ../app/actions/channels-actions.c:72 msgid "_Delete Channel" -msgstr "_Borrar canal" +msgstr "_Eliminar canal" #: ../app/actions/channels-actions.c:73 msgid "Delete this channel" -msgstr "Borrar este canal" +msgstr "Eliminar este canal" #: ../app/actions/channels-actions.c:78 msgid "_Raise Channel" @@ -631,7 +637,7 @@ #: ../app/actions/layers-actions.c:299 ../app/actions/layers-actions.c:326 #: ../app/actions/vectors-actions.c:179 msgid "_Subtract from Selection" -msgstr "_Sustraer de selección" +msgstr "_Sustraer de la selección" #: ../app/actions/channels-actions.c:118 msgid "Subtract this channel from the current selection" @@ -641,7 +647,7 @@ #: ../app/actions/layers-actions.c:305 ../app/actions/layers-actions.c:332 #: ../app/actions/vectors-actions.c:185 msgid "_Intersect with Selection" -msgstr "_Intersectar con selección" +msgstr "_Intersectar con la selección" #: ../app/actions/channels-actions.c:124 msgid "Intersect this channel with the current selection" @@ -706,7 +712,7 @@ #: ../app/actions/colormap-actions.c:49 #: ../app/actions/palette-editor-actions.c:49 msgid "Edit color" -msgstr "Editar el color" +msgstr "Editar este color" #: ../app/actions/colormap-actions.c:57 msgid "_Add Color from FG" @@ -722,7 +728,7 @@ #: ../app/actions/colormap-actions.c:64 msgid "Add current background color" -msgstr "Añade el color de fondo actual" +msgstr "Añadir el color de fondo actual" #: ../app/actions/colormap-commands.c:73 #, c-format @@ -762,12 +768,12 @@ msgstr "_Herramienta" #: ../app/actions/context-actions.c:51 -#: ../app/dialogs/preferences-dialog.c:1934 +#: ../app/dialogs/preferences-dialog.c:1940 msgid "_Brush" msgstr "_Pincel" #: ../app/actions/context-actions.c:52 ../app/actions/plug-in-actions.c:99 -#: ../app/dialogs/preferences-dialog.c:1937 +#: ../app/dialogs/preferences-dialog.c:1943 msgid "_Pattern" msgstr "_Patrón" @@ -778,7 +784,7 @@ # Es Degradado #: ../app/actions/context-actions.c:54 #: ../app/dialogs/palette-import-dialog.c:216 -#: ../app/dialogs/preferences-dialog.c:1940 +#: ../app/dialogs/preferences-dialog.c:1946 msgid "_Gradient" msgstr "_Degradado" @@ -796,7 +802,7 @@ #: ../app/actions/context-actions.c:59 msgid "S_pikes" -msgstr "_Púas [Spikes]" +msgstr "_Púas" #: ../app/actions/context-actions.c:60 msgid "_Hardness" @@ -804,7 +810,7 @@ #: ../app/actions/context-actions.c:61 msgid "_Aspect" -msgstr "_Aspecto" +msgstr "Proporción de _aspecto" #: ../app/actions/context-actions.c:62 msgid "A_ngle" @@ -816,7 +822,7 @@ #: ../app/actions/context-actions.c:66 msgid "Set foreground color to black, background color to white" -msgstr "Pone el color de frente a negro, el color de fondo a blanco" +msgstr "Pone el color de frente a negro y el color de fondo a blanco" #: ../app/actions/context-actions.c:71 msgid "S_wap Colors" @@ -839,16 +845,16 @@ #: ../app/actions/cursor-info-actions.c:48 #: ../app/actions/sample-points-actions.c:48 msgid "Sample Merged" -msgstr "Muestra combinada" +msgstr "Muestra _combinada" -#: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:342 -#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 #: ../app/display/gimpdisplayshell-dnd.c:537 #: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:158 -#: ../app/widgets/gimptoolbox.c:979 +#: ../app/widgets/gimptoolbox.c:981 #, c-format msgid "" "Opening '%s' failed:\n" @@ -868,19 +874,19 @@ #: ../app/actions/data-commands.c:231 msgid "Delete Object" -msgstr "Borrar objeto" +msgstr "Eliminar objeto" #: ../app/actions/data-commands.c:254 #, c-format msgid "Delete '%s'?" -msgstr "¿Borrar «%s»?" +msgstr "¿Eliminar «%s»?" #: ../app/actions/data-commands.c:257 #, c-format msgid "" "Are you sure you want to remove '%s' from the list and delete it on disk?" msgstr "" -"¿Está seguro de que quiere eliminar «%s» de la lista y borrarlo del disco?" +"¿Está seguro de que quiere eliminar «%s» de la lista y eliminarlo del disco?" #: ../app/actions/dialogs-actions.c:39 msgid "Tool _Options" @@ -888,7 +894,7 @@ #: ../app/actions/dialogs-actions.c:40 msgid "Open the tool options dialog" -msgstr "Abre el diálogo de opciones de herramienta" +msgstr "Abrir el diálogo de opciones de herramienta" #: ../app/actions/dialogs-actions.c:45 msgid "_Device Status" @@ -896,7 +902,7 @@ #: ../app/actions/dialogs-actions.c:46 msgid "Open the device status dialog" -msgstr "Abre el diálogo de estado del dispositivo" +msgstr "Abrir el diálogo de estado de los dispositivos" #: ../app/actions/dialogs-actions.c:51 msgid "_Layers" @@ -904,7 +910,7 @@ #: ../app/actions/dialogs-actions.c:52 msgid "Open the layers dialog" -msgstr "Abre el diálogo de capas" +msgstr "Abrir el diálogo de capas" #: ../app/actions/dialogs-actions.c:57 msgid "_Channels" @@ -912,7 +918,7 @@ #: ../app/actions/dialogs-actions.c:58 msgid "Open the channels dialog" -msgstr "Abre el diálogo de canales" +msgstr "Abrir el diálogo de canales" #: ../app/actions/dialogs-actions.c:63 msgid "_Paths" @@ -920,7 +926,7 @@ #: ../app/actions/dialogs-actions.c:64 msgid "Open the paths dialog" -msgstr "Abre el diálogo de rutas" +msgstr "Abrir el diálogo de rutas" #: ../app/actions/dialogs-actions.c:69 msgid "Color_map" @@ -928,7 +934,7 @@ #: ../app/actions/dialogs-actions.c:70 msgid "Open the colormap dialog" -msgstr "Abre el diálogo de mapas de color" +msgstr "Abrir el diálogo de mapas de color" #: ../app/actions/dialogs-actions.c:75 msgid "Histogra_m" @@ -936,7 +942,7 @@ #: ../app/actions/dialogs-actions.c:76 msgid "Open the histogram dialog" -msgstr "Abre el diálogo de histograma" +msgstr "Abrir el diálogo de histograma" #: ../app/actions/dialogs-actions.c:81 msgid "_Selection Editor" @@ -944,7 +950,7 @@ #: ../app/actions/dialogs-actions.c:82 msgid "Open the selection editor" -msgstr "Abre el editor de selección" +msgstr "Abrir el editor de selección" #: ../app/actions/dialogs-actions.c:87 msgid "Na_vigation" @@ -952,7 +958,7 @@ #: ../app/actions/dialogs-actions.c:88 msgid "Open the display navigation dialog" -msgstr "Abre el diálogo de navegación por la presentación" +msgstr "Abrir el diálogo de navegación por la presentación" #: ../app/actions/dialogs-actions.c:93 msgid "Undo _History" @@ -960,7 +966,7 @@ #: ../app/actions/dialogs-actions.c:94 msgid "Open the undo history dialog" -msgstr "Abre el diálogo del historial de deshacer" +msgstr "Abrir el diálogo del historial de deshacer" #: ../app/actions/dialogs-actions.c:99 ../app/dialogs/dialogs.c:150 msgid "Pointer" @@ -968,7 +974,7 @@ #: ../app/actions/dialogs-actions.c:100 msgid "Open the pointer information dialog" -msgstr "Abre el diálogo de información del puntero" +msgstr "Abrir el diálogo de información del puntero" #: ../app/actions/dialogs-actions.c:105 msgid "_Sample Points" @@ -976,7 +982,7 @@ #: ../app/actions/dialogs-actions.c:106 msgid "Open the sample points dialog" -msgstr "Abre el diálogo de puntos de muestreo" +msgstr "Abrir el diálogo de puntos de muestreo" #: ../app/actions/dialogs-actions.c:111 msgid "Colo_rs" @@ -984,7 +990,7 @@ #: ../app/actions/dialogs-actions.c:112 msgid "Open the FG/BG color dialog" -msgstr "Abre el diálogo de color de frente/fondo" +msgstr "Abrir el diálogo de colores de frente/fondo" #: ../app/actions/dialogs-actions.c:117 msgid "_Brushes" @@ -992,7 +998,7 @@ #: ../app/actions/dialogs-actions.c:118 msgid "Open the brushes dialog" -msgstr "Abre el diálogo de pinceles" +msgstr "Abrir el diálogo de pinceles" #: ../app/actions/dialogs-actions.c:124 msgid "Open the brush editor" @@ -1004,7 +1010,7 @@ #: ../app/actions/dialogs-actions.c:130 msgid "Open the patterns dialog" -msgstr "Abre el diálogo de patrones" +msgstr "Abrir el diálogo de patrones" # Es Degradado #: ../app/actions/dialogs-actions.c:135 @@ -1013,7 +1019,7 @@ #: ../app/actions/dialogs-actions.c:136 msgid "Open the gradients dialog" -msgstr "Abre el diálogo de degradados" +msgstr "Abrir el diálogo de degradados" #: ../app/actions/dialogs-actions.c:142 msgid "Open the gradient editor" @@ -1025,7 +1031,7 @@ #: ../app/actions/dialogs-actions.c:148 msgid "Open the palettes dialog" -msgstr "Abre el diálogo de paletas" +msgstr "Abrir el diálogo de paletas" #: ../app/actions/dialogs-actions.c:154 msgid "Open the palette editor" @@ -1061,7 +1067,7 @@ #: ../app/actions/dialogs-actions.c:178 msgid "Open the document history dialog" -msgstr "Abre el diálogo de la historia del documento" +msgstr "Abrir el diálogo de la historia del documento" #: ../app/actions/dialogs-actions.c:183 msgid "_Templates" @@ -1069,15 +1075,15 @@ #: ../app/actions/dialogs-actions.c:184 msgid "Open the image templates dialog" -msgstr "Abre el diálogo de las plantillas de imagen" +msgstr "Abrir el diálogo de las plantillas de imagen" #: ../app/actions/dialogs-actions.c:189 msgid "T_ools" -msgstr "_Herramientas" +msgstr "He_rramientas" #: ../app/actions/dialogs-actions.c:190 msgid "Open the tools dialog" -msgstr "Abre el diálogo de herramientas" +msgstr "Abrir el diálogo de opciones de herramienta" #: ../app/actions/dialogs-actions.c:195 msgid "Error Co_nsole" @@ -1085,7 +1091,7 @@ #: ../app/actions/dialogs-actions.c:196 msgid "Open the error console" -msgstr "Abre la consola de errores" +msgstr "Abrir la consola de errores" #: ../app/actions/dialogs-actions.c:206 msgid "_Preferences" @@ -1093,7 +1099,7 @@ #: ../app/actions/dialogs-actions.c:207 msgid "Open the preferences dialog" -msgstr "Abre el diálogo de preferencias" +msgstr "Abrir el diálogo de preferencias" #: ../app/actions/dialogs-actions.c:212 msgid "_Keyboard Shortcuts" @@ -1101,7 +1107,7 @@ #: ../app/actions/dialogs-actions.c:213 msgid "Open the keyboard shortcuts editor" -msgstr "Abre el editor de combinaciones de teclas" +msgstr "Abrir el editor de combinaciones de teclas" #: ../app/actions/dialogs-actions.c:218 msgid "_Modules" @@ -1109,7 +1115,7 @@ #: ../app/actions/dialogs-actions.c:219 msgid "Open the module manager dialog" -msgstr "Abre el diálogo del gestor de módulos" +msgstr "Abrir el diálogo del gestor de módulos" #: ../app/actions/dialogs-actions.c:224 msgid "_Tip of the Day" @@ -1124,7 +1130,7 @@ msgstr "A_cerca de" #: ../app/actions/dialogs-actions.c:231 ../app/dialogs/about-dialog.c:114 -#: ../app/gui/gui.c:473 +#: ../app/gui/gui.c:479 msgid "About GIMP" msgstr "Acerca del GIMP" @@ -1250,7 +1256,7 @@ #: ../app/actions/dockable-actions.c:129 msgid "View as _Grid" -msgstr "Ver como re_jilla" +msgstr "Ver como reji_lla" #: ../app/actions/documents-actions.c:42 msgid "Documents Menu" @@ -1294,15 +1300,15 @@ #: ../app/actions/documents-actions.c:71 msgid "Remove the selected entry" -msgstr "Elimina la entrada seleccionada" +msgstr "Eliminar la entrada seleccionada" #: ../app/actions/documents-actions.c:76 msgid "_Clear History" -msgstr "_Borrar el histórico" +msgstr "_Limpiar el histórico" #: ../app/actions/documents-actions.c:77 msgid "Clear the entire document history" -msgstr "Borrar todo el histórico del documento" +msgstr "Limpiar todo el histórico del documento" #: ../app/actions/documents-actions.c:82 msgid "Recreate _Preview" @@ -1318,7 +1324,7 @@ #: ../app/actions/documents-actions.c:89 msgid "Reload all previews" -msgstr "Recarga todas las vistas previas" +msgstr "Recargar todas las vistas previas" #: ../app/actions/documents-actions.c:94 msgid "Remove Dangling E_ntries" @@ -1326,23 +1332,23 @@ #: ../app/actions/documents-actions.c:95 msgid "Remove dangling entries" -msgstr "Elimina las entradas colgantes" +msgstr "Eliminar las entradas _colgantes" #: ../app/actions/documents-commands.c:198 msgid "Clear Document History" -msgstr "Borrar el histórico del documento" +msgstr "Limpiar el histórico del documento" #: ../app/actions/documents-commands.c:221 msgid "Clear the Recent Documents list?" -msgstr "¿Borrar la lista de documentos recientes?" +msgstr "¿Limpiar la lista de documentos recientes?" #: ../app/actions/documents-commands.c:224 msgid "" "Clearing the document history will permanently remove all items from the " "recent documents list in all applications." msgstr "" -"Al borrar el histórico de documentos se suprimirán de forma permanente todas " -"las entradas de la lista de documentos recientes, en todas las aplicaciones." +"Al limpiar el histórico de documentos se suprimirán de forma permanente " +"todas las imágenes de la lista de documentos recientes." #: ../app/actions/drawable-actions.c:45 msgid "_Equalize" @@ -1390,7 +1396,7 @@ #: ../app/actions/drawable-actions.c:80 msgid "Toggle visibility" -msgstr "Alternar la visibilidad" +msgstr "Alternar el estado de visibilidad" #: ../app/actions/drawable-actions.c:89 ../app/actions/image-actions.c:159 msgid "Flip _Horizontally" @@ -1451,7 +1457,7 @@ #: ../app/actions/edit-actions.c:64 msgid "_Paste as" -msgstr "_Pegar como" +msgstr "Peg_ar como" #: ../app/actions/edit-actions.c:65 msgid "_Buffer" @@ -1483,7 +1489,7 @@ #: ../app/actions/edit-actions.c:85 msgid "Undo the last operation, skipping visibility changes" -msgstr "Deshacer la última operación, saltádose cambios de visibilidad" +msgstr "Deshacer la última operación, saltándose cambios de visibilidad" #: ../app/actions/edit-actions.c:90 msgid "Strong Redo" @@ -1500,7 +1506,7 @@ #: ../app/actions/edit-actions.c:97 msgid "Remove all operations from the undo history" -msgstr "Borrar todas las operaciones del historial de deshacer" +msgstr "Eliminar todas las operaciones del historial de deshacer" #: ../app/actions/edit-actions.c:102 ../app/actions/edit-actions.c:315 msgid "_Fade..." @@ -1535,7 +1541,7 @@ #: ../app/actions/edit-actions.c:121 msgid "Copy what is visible in the selected region" -msgstr "Copiar todo lo que se ve en la región seleccionada" +msgstr "Copiar lo que es visible dentro de la región seleccionada" #: ../app/actions/edit-actions.c:126 msgid "_Paste" @@ -1596,7 +1602,7 @@ #: ../app/actions/edit-actions.c:169 msgid "Copy the selected region to a named buffer" -msgstr "Copiar la región seleccionada a un búfer con nombre" +msgstr "Copiar los píxeles seleccionados a un búfer con nombre" #: ../app/actions/edit-actions.c:174 msgid "_Paste Named..." @@ -1612,7 +1618,7 @@ #: ../app/actions/edit-actions.c:181 msgid "Clear the selected pixels" -msgstr "Borrar los píxeles seleccionados" +msgstr "Eliminar los píxeles seleccionados" #: ../app/actions/edit-actions.c:189 msgid "Fill with _FG Color" @@ -1632,7 +1638,7 @@ #: ../app/actions/edit-actions.c:201 msgid "Fill with P_attern" -msgstr "Rellenar con un _patrón" +msgstr "Rellenar con un p_atrón" #: ../app/actions/edit-actions.c:202 msgid "Fill the selection using the active pattern" @@ -1738,11 +1744,11 @@ #: ../app/actions/error-console-actions.c:59 msgid "_Save Error Log to File..." -msgstr "_Guarda el registro de errores en un archivo…" +msgstr "_Guardar el registro de errores en un archivo…" #: ../app/actions/error-console-actions.c:60 msgid "Save error log" -msgstr "Guarda registro de errores" +msgstr "Guardar registro de errores en un archivo" #: ../app/actions/error-console-actions.c:65 msgid "Save S_election to File..." @@ -1750,7 +1756,7 @@ #: ../app/actions/error-console-actions.c:66 msgid "Save selection" -msgstr "Guardar selección" +msgstr "Guardar la selección" #: ../app/actions/error-console-commands.c:84 msgid "Cannot save. Nothing is selected." @@ -1775,7 +1781,7 @@ #: ../app/actions/file-actions.c:67 msgid "Create" -msgstr "Crear" +msgstr "C_rear" #: ../app/actions/file-actions.c:68 msgid "Open _Recent" @@ -1795,7 +1801,7 @@ #: ../app/actions/file-actions.c:78 msgid "Open an image file as layers" -msgstr "Abrir una imagen como capas" +msgstr "Abrir un archivo de imagen como capas" # Location lo traducimos por lugar (Serrador) #: ../app/actions/file-actions.c:83 @@ -1808,7 +1814,7 @@ #: ../app/actions/file-actions.c:89 msgid "Save as _Template..." -msgstr "Guardar como _plantilla…" +msgstr "Guardar como pla_ntilla…" #: ../app/actions/file-actions.c:90 msgid "Create a new template from this image" @@ -1861,7 +1867,7 @@ #: ../app/actions/file-actions.c:129 msgid "Save this image with a different name, but keep its current name" msgstr "" -"Guardar esta imagen con un nombre diferente, pero conservar su nombre actual" +"Guardar esta imagen con un nombre diferente, pero mantener el nombre actual" #: ../app/actions/file-actions.c:134 msgid "Save and Close..." @@ -1967,7 +1973,7 @@ #: ../app/actions/gradient-editor-actions.c:46 msgid "Gradient Editor Menu" -msgstr "Menú del editor de degradado" +msgstr "Menú del editor de degradados" #: ../app/actions/gradient-editor-actions.c:50 msgid "Left Color Type" @@ -2019,7 +2025,7 @@ #: ../app/actions/gradient-editor-actions.c:161 msgid "_Right Endpoint" -msgstr "Color del punto final _derecho" +msgstr "Punto final _derecho" #: ../app/actions/gradient-editor-actions.c:166 #: ../app/actions/gradient-editor-actions.c:214 @@ -2039,7 +2045,7 @@ #: ../app/actions/gradient-editor-actions.c:209 msgid "_Left Endpoint" -msgstr "Color del punto final _izquierdo" +msgstr "Punto final _izquierdo" #: ../app/actions/gradient-editor-actions.c:258 #: ../app/actions/gradient-editor-actions.c:286 @@ -2075,7 +2081,7 @@ #: ../app/actions/gradient-editor-actions.c:329 msgid "Spherical (i_ncreasing)" -msgstr "Esférica (i_ncremental)" +msgstr "Esférica (crecie_nte)" #: ../app/actions/gradient-editor-actions.c:334 msgid "Spherical (_decreasing)" @@ -2157,7 +2163,7 @@ #: ../app/actions/gradient-editor-actions.c:786 msgid "_Delete Segment" -msgstr "B_orrar segmento" +msgstr "Elimi_nar segmento" #: ../app/actions/gradient-editor-actions.c:788 msgid "Re-_center Segment's Midpoint" @@ -2193,7 +2199,7 @@ #: ../app/actions/gradient-editor-actions.c:808 msgid "_Delete Selection" -msgstr "Bo_rrar selección" +msgstr "Elimi_nar selección" #: ../app/actions/gradient-editor-actions.c:810 msgid "Re-_center Midpoints in Selection" @@ -2329,11 +2335,11 @@ #: ../app/actions/gradients-actions.c:72 msgid "_Delete Gradient" -msgstr "_Borrar degradado" +msgstr "_Eliminar degradado" #: ../app/actions/gradients-actions.c:73 msgid "Delete gradient" -msgstr "Borra el degradado" +msgstr "Eliminar degradado" #: ../app/actions/gradients-actions.c:78 msgid "_Refresh Gradients" @@ -2349,7 +2355,7 @@ #: ../app/actions/gradients-actions.c:88 msgid "Edit gradient" -msgstr "Edita el degradado" +msgstr "Editar el degradado" #: ../app/actions/gradients-commands.c:66 #, c-format @@ -2390,7 +2396,7 @@ #: ../app/actions/image-actions.c:57 msgid "_Guides" -msgstr "_Guías" +msgstr "Líneas de g_uía" #: ../app/actions/image-actions.c:60 msgid "I_nfo" @@ -2439,7 +2445,7 @@ #: ../app/actions/image-actions.c:85 msgid "Resize the image to the extents of the selection" -msgstr "Amplía la imagen al tamaño de la selección" +msgstr "Cambia el tamaño de la imagen a las dimensiones de la selección" #: ../app/actions/image-actions.c:90 msgid "_Print Size..." @@ -2455,7 +2461,7 @@ #: ../app/actions/image-actions.c:97 msgid "Change the size of the image content" -msgstr "Cambia el tamaño del contenido de la imagen" +msgstr "Cambiar el tamaño del contenido de la imagen" #: ../app/actions/image-actions.c:102 ../app/actions/layers-actions.c:188 msgid "_Crop to Selection" @@ -2463,7 +2469,7 @@ #: ../app/actions/image-actions.c:103 msgid "Crop the image to the extents of the selection" -msgstr "Recorta la imagen hasta los límites de la selección" +msgstr "Recortar la imagen a las dimensiones de la selección" #: ../app/actions/image-actions.c:108 msgid "_Duplicate" @@ -2471,7 +2477,7 @@ #: ../app/actions/image-actions.c:109 msgid "Create a duplicate of this image" -msgstr "Crea un duplicado de esta imagen" +msgstr "Crear un duplicado de esta imagen" #: ../app/actions/image-actions.c:114 msgid "Merge Visible _Layers..." @@ -2479,7 +2485,7 @@ #: ../app/actions/image-actions.c:115 ../app/actions/layers-actions.c:141 msgid "Merge all visible layers into one layer" -msgstr "Combina todas las capas visibles en una sola capa" +msgstr "Combinar todas las capas visibles en una sola capa" #: ../app/actions/image-actions.c:120 ../app/actions/layers-actions.c:146 msgid "_Flatten Image" @@ -2487,7 +2493,7 @@ #: ../app/actions/image-actions.c:121 ../app/actions/layers-actions.c:147 msgid "Merge all layers into one and remove transparency" -msgstr "Combina todas las capas en una y quita la transparencia" +msgstr "Combinar todas las capas en una y quitar la transparencia" #: ../app/actions/image-actions.c:126 msgid "Configure G_rid..." @@ -2495,7 +2501,7 @@ #: ../app/actions/image-actions.c:127 msgid "Configure the grid for this image" -msgstr "Configura la rejilla para esta imagen" +msgstr "Configurar la rejilla para esta imagen" #: ../app/actions/image-actions.c:132 msgid "Image Pr_operties" @@ -2503,19 +2509,19 @@ #: ../app/actions/image-actions.c:133 msgid "Display information about this image" -msgstr "Muestra información sobre esta imagen" +msgstr "Mostrar información sobre esta imagen" #: ../app/actions/image-actions.c:142 msgid "Convert the image to the RGB colorspace" -msgstr "Convierte la imagen al espacio de colores RGB" +msgstr "Convertir la imagen al espacio de colores RGB" #: ../app/actions/image-actions.c:146 msgid "_Grayscale" -msgstr "Escala de _grises" +msgstr "Escala de gr_ises" #: ../app/actions/image-actions.c:147 msgid "Convert the image to grayscale" -msgstr "Convierte la imagen a tonos de grises" +msgstr "Convertir la imagen a tonos de grises" #: ../app/actions/image-actions.c:151 msgid "_Indexed..." @@ -2523,27 +2529,27 @@ #: ../app/actions/image-actions.c:152 msgid "Convert the image to indexed colors" -msgstr "Convierte la imagen a colores indexados" +msgstr "Convertir la imagen a colores indexados" #: ../app/actions/image-actions.c:160 msgid "Flip image horizontally" -msgstr "Voltea la imagen horizontalmente" +msgstr "Voltear la imagen horizontalmente" #: ../app/actions/image-actions.c:166 msgid "Flip image vertically" -msgstr "Voltea la imagen verticalmente" +msgstr "Voltear la imagen verticalmente" #: ../app/actions/image-actions.c:175 msgid "Rotate the image 90 degrees to the right" -msgstr "Rota la imagen 90 grados a la derecha" +msgstr "Rotar la imagen 90 grados a la derecha" #: ../app/actions/image-actions.c:181 msgid "Turn the image upside-down" -msgstr "Pone la imagen cabeza abajo" +msgstr "Poner la imagen cabeza abajo" #: ../app/actions/image-actions.c:187 msgid "Rotate the image 90 degrees to the left" -msgstr "Rota la imagen 90 grados a la izquierda" +msgstr "Rotar la imagen 90 grados a la izquierda" #: ../app/actions/image-commands.c:235 msgid "Set Image Canvas Size" @@ -2571,7 +2577,7 @@ msgid "Rotating" msgstr "Rotando" -#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:639 +#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." msgstr "No se puede recortar porque la selección actual está vacía." @@ -2584,12 +2590,12 @@ msgstr "Escalar la imagen" #. Scaling -#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1101 -#: ../app/dialogs/preferences-dialog.c:1919 +#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1104 +#: ../app/dialogs/preferences-dialog.c:1925 #: ../app/pdb/drawable-transform-cmds.c:682 #: ../app/pdb/drawable-transform-cmds.c:758 ../app/pdb/image-cmds.c:405 -#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:289 -#: ../app/pdb/layer-cmds.c:334 ../app/pdb/transform-tools-cmds.c:291 +#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" msgstr "Escalado" @@ -2604,7 +2610,7 @@ #: ../app/actions/images-actions.c:48 msgid "Raise this image's displays" -msgstr "Elevar estas vistas de imagen" +msgstr "Elevar las vistas de esta imagen" #: ../app/actions/images-actions.c:53 ../app/actions/view-actions.c:75 msgid "_New View" @@ -2616,11 +2622,11 @@ #: ../app/actions/images-actions.c:59 msgid "_Delete Image" -msgstr "B_orrar imagen" +msgstr "Elimi_nar imagen" #: ../app/actions/images-actions.c:60 msgid "Delete this image" -msgstr "Borrar esta imagen" +msgstr "Eliminar esta imagen" #: ../app/actions/layers-actions.c:48 msgid "Layers Menu" @@ -2636,7 +2642,7 @@ #: ../app/actions/layers-actions.c:53 msgid "Te_xt to Selection" -msgstr "Te_xto a selección" +msgstr "Texto a selección" #: ../app/actions/layers-actions.c:54 msgid "_Mask" @@ -2676,7 +2682,7 @@ #: ../app/actions/layers-actions.c:75 msgid "Create a new layer and add it to the image" -msgstr "Crea una capa nueva y la añade a la imagen" +msgstr "Crear una capa nueva y añadirla a la imagen" #: ../app/actions/layers-actions.c:80 msgid "_New Layer" @@ -2684,11 +2690,11 @@ #: ../app/actions/layers-actions.c:81 msgid "Create a new layer with last used values" -msgstr "Crea una capa nueva con los últimos valores utilizados" +msgstr "Crear una capa nueva con los últimos valores utilizados" #: ../app/actions/layers-actions.c:86 msgid "New from _Visible" -msgstr "Nuevo desde _visible" +msgstr "Nuevo a partir de lo _visible" #: ../app/actions/layers-actions.c:87 msgid "Create a new layer from what is visible in this image" @@ -2700,15 +2706,15 @@ #: ../app/actions/layers-actions.c:93 msgid "Create a duplicate of the layer and add it to the image" -msgstr "Crea un duplicado de la capa y la añade a la imagen" +msgstr "Crear un duplicado de la capa y añadirla a la imagen" #: ../app/actions/layers-actions.c:98 msgid "_Delete Layer" -msgstr "_Borrar la capa" +msgstr "_Eliminar la capa" #: ../app/actions/layers-actions.c:99 msgid "Delete this layer" -msgstr "Borra esta capa" +msgstr "Eliminar esta capa" #: ../app/actions/layers-actions.c:104 msgid "_Raise Layer" @@ -2716,7 +2722,7 @@ #: ../app/actions/layers-actions.c:105 msgid "Raise this layer one step in the layer stack" -msgstr "Eleva esta capa un nivel dentro de la pila de capas" +msgstr "Elevar esta capa un nivel dentro de la pila de capas" #: ../app/actions/layers-actions.c:110 msgid "Layer to _Top" @@ -2724,7 +2730,7 @@ #: ../app/actions/layers-actions.c:111 msgid "Move this layer to the top of the layer stack" -msgstr "Mueve esta capa a la parte superior de la pila de capas" +msgstr "Mover esta capa a la parte superior de la pila de capas" #: ../app/actions/layers-actions.c:116 msgid "_Lower Layer" @@ -2732,7 +2738,7 @@ #: ../app/actions/layers-actions.c:117 msgid "Lower this layer one step in the layer stack" -msgstr "Baja esta capa un nivel dentro de la pila de capas" +msgstr "Bajar esta capa un nivel dentro de la pila de capas" #: ../app/actions/layers-actions.c:122 msgid "Layer to _Bottom" @@ -2740,7 +2746,7 @@ #: ../app/actions/layers-actions.c:123 msgid "Move this layer to the bottom of the layer stack" -msgstr "Mueve esta capa a la parte inferior de la pila de capas" +msgstr "Mover esta capa a la parte inferior de la pila de capas" #: ../app/actions/layers-actions.c:128 msgid "_Anchor Layer" @@ -2752,11 +2758,12 @@ #: ../app/actions/layers-actions.c:134 msgid "Merge Do_wn" -msgstr "Combinar hacia aba_jo" +msgstr "Combinar hacia abaj_o" #: ../app/actions/layers-actions.c:135 msgid "Merge this layer with the one below it" -msgstr "Combina esta capa con la que está bajo ella" +msgstr "" +"Combinar esta capa con la primera capa visible que está por debajo de ella" #: ../app/actions/layers-actions.c:140 msgid "Merge _Visible Layers..." @@ -2768,7 +2775,7 @@ #: ../app/actions/layers-actions.c:153 msgid "Turn this text layer into a normal layer" -msgstr "Convierte esta capa de texto en una capa normal" +msgstr "Convertir esta capa de texto en una capa normal" #: ../app/actions/layers-actions.c:158 msgid "Text to _Path" @@ -2776,7 +2783,7 @@ #: ../app/actions/layers-actions.c:159 msgid "Create a path from this text layer" -msgstr "Crea una ruta a partir de esta capa de texto" +msgstr "Crear una ruta a partir de esta capa de texto" #: ../app/actions/layers-actions.c:164 msgid "Text alon_g Path" @@ -2792,7 +2799,7 @@ #: ../app/actions/layers-actions.c:171 msgid "Adjust the layer dimensions" -msgstr "Ajusta las dimensiones de la capa" +msgstr "Ajustar las dimensiones de la capa" #: ../app/actions/layers-actions.c:176 msgid "Layer to _Image Size" @@ -2800,7 +2807,7 @@ #: ../app/actions/layers-actions.c:177 msgid "Resize the layer to the size of the image" -msgstr "Redimensiona la capa al tamaño de la imagen" +msgstr "Redimensionar la capa al tamaño de la imagen" #: ../app/actions/layers-actions.c:182 msgid "_Scale Layer..." @@ -2808,11 +2815,11 @@ #: ../app/actions/layers-actions.c:183 msgid "Change the size of the layer content" -msgstr "Cambia el tamaño del contenido de la capa" +msgstr "Cambiar el tamaño del contenido de la capa" #: ../app/actions/layers-actions.c:189 msgid "Crop the layer to the extents of the selection" -msgstr "Recorta la capa hasta los límites de la selección" +msgstr "Recortar la capa a las dimensiones de la selección" #: ../app/actions/layers-actions.c:194 msgid "Add La_yer Mask..." @@ -2821,7 +2828,7 @@ #: ../app/actions/layers-actions.c:195 msgid "Add a mask that allows non-destructive editing of transparency" msgstr "" -"Añade una máscara que permita la edición no destructiva de la transparencia" +"Añadir una máscara que permita la edición no destructiva de la transparencia" #: ../app/actions/layers-actions.c:200 msgid "Add Alpha C_hannel" @@ -2829,7 +2836,7 @@ #: ../app/actions/layers-actions.c:201 msgid "Add transparency information to the layer" -msgstr "Añade información de transparencia a la capa" +msgstr "Añadir información de transparencia a la capa" #: ../app/actions/layers-actions.c:206 msgid "_Remove Alpha Channel" @@ -2837,7 +2844,7 @@ #: ../app/actions/layers-actions.c:207 msgid "Remove transparency information from the layer" -msgstr "Quita la información de transparencia de la capa" +msgstr "Quitar la información de transparencia de la capa" #: ../app/actions/layers-actions.c:215 msgid "Lock Alph_a Channel" @@ -2846,7 +2853,7 @@ #: ../app/actions/layers-actions.c:216 msgid "Keep transparency information on this layer from being modified" msgstr "" -"Evita que la información de transparencia de esta capa pueda ser modificada" +"Evitar que la información de transparencia de esta capa pueda ser modificada" #: ../app/actions/layers-actions.c:222 msgid "_Edit Layer Mask" @@ -2878,7 +2885,7 @@ #: ../app/actions/layers-actions.c:251 msgid "Delete Layer Mas_k" -msgstr "Borrar másca_ra de capa" +msgstr "Eliminar másca_ra de capa" #: ../app/actions/layers-actions.c:252 msgid "Remove the layer mask and its effect" @@ -2902,7 +2909,8 @@ #: ../app/actions/layers-actions.c:279 msgid "Intersect the layer mask with the current selection" -msgstr "Intersectar la máscara de capa con la selección actual" +msgstr "" +"Establecer la máscara de capa como su intersección con la selección actual" #: ../app/actions/layers-actions.c:287 msgid "Al_pha to Selection" @@ -2936,20 +2944,21 @@ #: ../app/actions/layers-actions.c:315 msgid "Replace the selection with the text layer's outline" -msgstr "Sustituir la selección por borde exterior de la capa de texto" +msgstr "Sustituir la selección con el contorno de la capa de texto" #: ../app/actions/layers-actions.c:321 msgid "Add the text layer's outline to the current selection" -msgstr "Añadir el borde exterior de la capa del texto a la selección actual" +msgstr "Añadir el contorno de la capa de texto a la selección actual" #: ../app/actions/layers-actions.c:327 msgid "Subtract the text layer's outline from the current selection" -msgstr "Sustraer el borde exterior de la capa de texto de la selección actual" +msgstr "Sustraer el contorno de la capa de texto de la selección actual" #: ../app/actions/layers-actions.c:333 msgid "Intersect the text layer's outline with the current selection" msgstr "" -"Intersectar el borde exterior de la capa de texto con la selección actual" +"Establecer la selección actual como su intersección con el contorno de la " +"capa de texto" #: ../app/actions/layers-actions.c:341 msgid "Select _Top Layer" @@ -2985,52 +2994,52 @@ #: ../app/actions/layers-actions.c:368 msgid "Set Opacity" -msgstr "Definir la opacidad" +msgstr "Establecer opacidad" -#: ../app/actions/layers-commands.c:203 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "Atributos de la capa" -#: ../app/actions/layers-commands.c:206 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "Editar atributos de capa" -#: ../app/actions/layers-commands.c:249 ../app/actions/layers-commands.c:251 -#: ../app/actions/layers-commands.c:319 ../app/actions/layers-commands.c:323 +#: ../app/actions/layers-commands.c:250 ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 ../app/actions/layers-commands.c:324 #: ../app/widgets/gimpdrawabletreeview.c:326 #: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "Capa nueva" -#: ../app/actions/layers-commands.c:254 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" msgstr "Crear una capa nueva" -#: ../app/actions/layers-commands.c:352 +#: ../app/actions/layers-commands.c:355 msgid "Visible" msgstr "Visible" -#: ../app/actions/layers-commands.c:571 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" msgstr "Establecer el tamaño de borde de capa" -#: ../app/actions/layers-commands.c:612 ../app/core/gimplayer.c:251 +#: ../app/actions/layers-commands.c:615 ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "Escalar la capa" -#: ../app/actions/layers-commands.c:649 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" msgstr "Recortar la capa" -#: ../app/actions/layers-commands.c:788 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" msgstr "Máscara de capa a selección" -#: ../app/actions/layers-commands.c:1036 +#: ../app/actions/layers-commands.c:1039 msgid "Please select a channel first" msgstr "Seleccione un canal primero" -#: ../app/actions/layers-commands.c:1044 ../app/core/gimplayer.c:1282 +#: ../app/actions/layers-commands.c:1047 ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "Añadir máscara de capa" @@ -3041,11 +3050,11 @@ #: ../app/actions/palette-editor-actions.c:54 msgid "_Delete Color" -msgstr "_Borrar color" +msgstr "_Eliminar color" #: ../app/actions/palette-editor-actions.c:55 msgid "Delete color" -msgstr "Borrar el color" +msgstr "Eliminar color" #: ../app/actions/palette-editor-actions.c:63 msgid "Edit Active Palette" @@ -3057,7 +3066,7 @@ #: ../app/actions/palette-editor-actions.c:73 msgid "New color from foreground color" -msgstr "Color nuevo desde el color del frente" +msgstr "Color nuevo a partir del color de frente" #: ../app/actions/palette-editor-actions.c:78 msgid "New Color from _BG" @@ -3065,7 +3074,7 @@ #: ../app/actions/palette-editor-actions.c:79 msgid "New color from background color" -msgstr "Color nuevo desde el color del fondo" +msgstr "Color nuevo a partir del color de fondo" #: ../app/actions/palette-editor-actions.c:87 #: ../app/actions/view-actions.c:261 @@ -3123,7 +3132,7 @@ #: ../app/actions/palettes-actions.c:67 msgid "Merge palettes" -msgstr "Combinar la paleta" +msgstr "Combinar paletas" #: ../app/actions/palettes-actions.c:72 msgid "Copy Palette _Location" @@ -3135,11 +3144,11 @@ #: ../app/actions/palettes-actions.c:78 msgid "_Delete Palette" -msgstr "B_orrar paleta" +msgstr "Elimi_nar paleta" #: ../app/actions/palettes-actions.c:79 msgid "Delete palette" -msgstr "Borrar paleta" +msgstr "Eliminar paleta" #: ../app/actions/palettes-actions.c:84 msgid "_Refresh Palettes" @@ -3155,7 +3164,7 @@ #: ../app/actions/palettes-actions.c:94 msgid "Edit palette" -msgstr "Editar paleta" +msgstr "Editar la paleta" #: ../app/actions/palettes-commands.c:74 msgid "Merge Palette" @@ -3175,7 +3184,7 @@ #: ../app/actions/patterns-actions.c:48 msgid "Open pattern as image" -msgstr "Abre el patrón como una imagen" +msgstr "Abrir el patrón como una imagen" #: ../app/actions/patterns-actions.c:53 msgid "_New Pattern" @@ -3199,15 +3208,15 @@ #: ../app/actions/patterns-actions.c:66 msgid "Copy pattern file location to clipboard" -msgstr "Copiar al portapapeles la localización del patrón" +msgstr "Copiar al portapapeles la localización del archivo de patrón" #: ../app/actions/patterns-actions.c:71 msgid "_Delete Pattern" -msgstr "_Borrar patrón" +msgstr "_Eliminar patrón" #: ../app/actions/patterns-actions.c:72 msgid "Delete pattern" -msgstr "Borrar patrón" +msgstr "Eliminar patrón" #: ../app/actions/patterns-actions.c:77 msgid "_Refresh Patterns" @@ -3235,7 +3244,7 @@ #: ../app/actions/plug-in-actions.c:85 msgid "_Blur" -msgstr "_Desenfoque [Blur]" +msgstr "_Desenfoque" #: ../app/actions/plug-in-actions.c:86 msgid "_Noise" @@ -3247,7 +3256,7 @@ #: ../app/actions/plug-in-actions.c:88 msgid "En_hance" -msgstr "Rea_lzar [Enhance]" +msgstr "Rea_lzar" #: ../app/actions/plug-in-actions.c:89 msgid "C_ombine" @@ -3315,7 +3324,7 @@ #: ../app/actions/plug-in-actions.c:120 msgid "Show the last used plug-in dialog again" -msgstr "Muestra el diálogo del último complemento usado otra vez" +msgstr "Mostrar otra vez el diálogo del último complemento utilizado" #: ../app/actions/plug-in-actions.c:503 #, c-format @@ -3357,7 +3366,7 @@ msgstr "Activar máscara _rápida" #: ../app/actions/quick-mask-actions.c:54 -#: ../app/display/gimpdisplayshell.c:1158 +#: ../app/display/gimpdisplayshell.c:1169 msgid "Toggle Quick Mask" msgstr "Activar máscara rápida" @@ -3367,7 +3376,7 @@ #: ../app/actions/quick-mask-actions.c:68 msgid "Mask _Unselected Areas" -msgstr "Enmascarar áreas _no seleccionadas" +msgstr "Enmascarar las áreas _no seleccionadas" #: ../app/actions/quick-mask-commands.c:105 msgid "Quick Mask Attributes" @@ -3431,7 +3440,7 @@ #: ../app/actions/select-actions.c:74 msgid "Fea_ther..." -msgstr "Di_fuminar [Feather]…" +msgstr "Di_fuminar…" #: ../app/actions/select-actions.c:75 msgid "Blur the selection border so that it fades out smoothly" @@ -3439,7 +3448,7 @@ #: ../app/actions/select-actions.c:80 msgid "_Sharpen" -msgstr "_Enfocar [Sharpen]" +msgstr "_Enfocar" #: ../app/actions/select-actions.c:81 msgid "Remove fuzzyness from the selection" @@ -3447,7 +3456,7 @@ #: ../app/actions/select-actions.c:86 msgid "S_hrink..." -msgstr "_Encoger [Shrink]…" +msgstr "_Encoger…" #: ../app/actions/select-actions.c:87 msgid "Contract the selection" @@ -3455,11 +3464,11 @@ #: ../app/actions/select-actions.c:92 msgid "_Grow..." -msgstr "_Agrandar [Grow]…" +msgstr "Agran_dar…" #: ../app/actions/select-actions.c:93 msgid "Enlarge the selection" -msgstr "Alargar la selección" +msgstr "Aumentar el tamaño de la selección" #: ../app/actions/select-actions.c:98 msgid "Bo_rder..." @@ -3471,7 +3480,7 @@ #: ../app/actions/select-actions.c:104 msgid "Save to _Channel" -msgstr "Guardar en c_anal" +msgstr "Guardar en _canal" #: ../app/actions/select-actions.c:105 msgid "Save the selection to a channel" @@ -3479,7 +3488,7 @@ #: ../app/actions/select-actions.c:110 msgid "_Stroke Selection..." -msgstr "_Trazar selección [Stroke selection]…" +msgstr "_Trazar selección…" #: ../app/actions/select-actions.c:111 msgid "Paint along the selection outline" @@ -3487,11 +3496,11 @@ #: ../app/actions/select-actions.c:116 msgid "_Stroke Selection" -msgstr "_Trazar selección [Stroke selection]" +msgstr "_Trazar selección" #: ../app/actions/select-actions.c:117 msgid "Stroke the selection with last used values" -msgstr "Trazar selección con los últimos valores usados" +msgstr "Trazar la selección con los últimos valores usados" #: ../app/actions/select-commands.c:153 ../app/core/gimpselection.c:167 msgid "Feather Selection" @@ -3572,7 +3581,7 @@ #: ../app/actions/templates-actions.c:58 msgid "D_uplicate Template..." -msgstr "D_uplicar la plantilla…" +msgstr "D_uplicar plantilla…" #: ../app/actions/templates-actions.c:59 msgid "Duplicate the selected template" @@ -3588,11 +3597,11 @@ #: ../app/actions/templates-actions.c:70 msgid "_Delete Template" -msgstr "B_orrar la plantilla" +msgstr "_Eliminar la plantilla" #: ../app/actions/templates-actions.c:71 msgid "Delete the selected template" -msgstr "Borrar la plantilla seleccionada" +msgstr "Eliminar la plantilla seleccionada" #: ../app/actions/templates-commands.c:113 msgid "New Template" @@ -3609,13 +3618,13 @@ #: ../app/actions/templates-commands.c:213 msgid "Delete Template" -msgstr "Borrar la plantilla" +msgstr "Eliminar la plantilla" #: ../app/actions/templates-commands.c:239 #, c-format msgid "" "Are you sure you want to delete template '%s' from the list and from disk?" -msgstr "¿Está seguro de que quiere borrar «%s» de la lista y del disco?" +msgstr "¿Está seguro de que quiere eliminar «%s» de la lista y del disco?" #: ../app/actions/text-editor-actions.c:44 msgid "Open" @@ -3631,7 +3640,7 @@ #: ../app/actions/text-editor-actions.c:51 msgid "Clear all text" -msgstr "Borrar todo el texto" +msgstr "Eliminar todo el texto" #: ../app/actions/text-editor-actions.c:59 msgid "LTR" @@ -3685,7 +3694,7 @@ #: ../app/actions/tool-options-actions.c:72 msgid "_Delete Saved Options" -msgstr "_Borrar las opciones guardadas" +msgstr "_Eliminar las opciones guardadas" #: ../app/actions/tool-options-actions.c:76 msgid "_New Entry..." @@ -3697,15 +3706,15 @@ #: ../app/actions/tool-options-actions.c:82 msgid "Reset to default values" -msgstr "Reiniciar con los valores predeterminados" +msgstr "Restablecer los valores predeterminados" #: ../app/actions/tool-options-actions.c:87 msgid "Reset _all Tool Options" -msgstr "Reiniciar _todas las opciones de herramientas" +msgstr "Restablecer _todas las opciones de herramientas" #: ../app/actions/tool-options-actions.c:88 msgid "Reset all tool options" -msgstr "Reiniciar todas las opciones de herramientas" +msgstr "Restablecer todas las opciones de herramientas" #: ../app/actions/tool-options-commands.c:72 msgid "Save Tool Options" @@ -3731,7 +3740,7 @@ #: ../app/actions/tool-options-commands.c:187 msgid "Reset Tool Options" -msgstr "Reiniciar las opciones de herramientas" +msgstr "R_establecer las opciones de las herramientas" #: ../app/actions/tool-options-commands.c:210 msgid "Do you really want to reset all tool options to default values?" @@ -3741,7 +3750,7 @@ #: ../app/actions/tools-actions.c:47 msgid "Tools Menu" -msgstr "Menú de la caja de herramientas" +msgstr "Menú de herramientas" #: ../app/actions/tools-actions.c:50 msgid "_Tools" @@ -3765,43 +3774,43 @@ #: ../app/actions/tools-actions.c:57 msgid "R_aise Tool" -msgstr "_Elevar herramienta" +msgstr "Elev_ar la herramienta" #: ../app/actions/tools-actions.c:58 msgid "Raise tool" -msgstr "Eleva la herramienta" +msgstr "Elevar esta herramienta" #: ../app/actions/tools-actions.c:63 msgid "Ra_ise to Top" -msgstr "E_levar hasta arriba" +msgstr "Sub_ir al lugar más alto" #: ../app/actions/tools-actions.c:64 msgid "Raise tool to top" -msgstr "Elevar la herramienta hasta arriba del todo" +msgstr "Elevar esta herramienta hasta el lugar más alto" #: ../app/actions/tools-actions.c:69 msgid "L_ower Tool" -msgstr "_Bajar la herramienta" +msgstr "Bajar herra_mienta" #: ../app/actions/tools-actions.c:70 msgid "Lower tool" -msgstr "Bajar la herramienta" +msgstr "Bajar esta herramienta" #: ../app/actions/tools-actions.c:75 msgid "Lo_wer to Bottom" -msgstr "Ba_jar hasta abajo del todo" +msgstr "_Bajar al lugar más bajo" #: ../app/actions/tools-actions.c:76 msgid "Lower tool to bottom" -msgstr "Baja la herramienta hasta abajo del todo" +msgstr "Bajar esta herramienta hasta el lugar más bajo" #: ../app/actions/tools-actions.c:81 msgid "_Reset Order & Visibility" -msgstr "_Restablecer visibilidad y orden" +msgstr "_Restablecer el orden y la visibilidad" #: ../app/actions/tools-actions.c:82 msgid "Reset tool order and visibility" -msgstr "Restablecer el orden y la visibilidad de la herramienta" +msgstr "Reiniciar el orden y la visibilidad de las herramientas" #: ../app/actions/tools-actions.c:90 msgid "_Show in Toolbox" @@ -3829,15 +3838,15 @@ #: ../app/actions/vectors-actions.c:48 msgid "Path _Tool" -msgstr "_Herramienta de ruta" +msgstr "_Herramienta de rutas" #: ../app/actions/vectors-actions.c:53 msgid "_Edit Path Attributes..." -msgstr "_Editar atributos de la ruta…" +msgstr "_Editar atributos de ruta…" #: ../app/actions/vectors-actions.c:54 msgid "Edit path attributes" -msgstr "Editar atributos de la ruta" +msgstr "Editar los atributos de la ruta" #: ../app/actions/vectors-actions.c:59 msgid "_New Path..." @@ -3849,7 +3858,7 @@ #: ../app/actions/vectors-actions.c:65 msgid "_New Path" -msgstr "_Ruta nueva [path]" +msgstr "Ruta _nueva" #: ../app/actions/vectors-actions.c:66 msgid "New path with last values" @@ -3865,11 +3874,11 @@ #: ../app/actions/vectors-actions.c:77 msgid "_Delete Path" -msgstr "B_orrar ruta" +msgstr "_Eliminar ruta" #: ../app/actions/vectors-actions.c:78 ../app/core/core-enums.c:920 msgid "Delete path" -msgstr "Borrar ruta" +msgstr "Eliminar ruta" #: ../app/actions/vectors-actions.c:83 msgid "Merge _Visible Paths" @@ -3885,11 +3894,11 @@ #: ../app/actions/vectors-actions.c:94 msgid "Raise Path to _Top" -msgstr "Elevar la ruta hasta el _principio" +msgstr "Elevar la ruta hasta la parte más _alta" #: ../app/actions/vectors-actions.c:95 msgid "Raise path to top" -msgstr "Elevar la ruta hasta el principio" +msgstr "Subir la ruta al lugar más alto" #: ../app/actions/vectors-actions.c:100 msgid "_Lower Path" @@ -3901,11 +3910,11 @@ #: ../app/actions/vectors-actions.c:106 msgid "Lower Path to _Bottom" -msgstr "Bajar la ruta hasta el _final" +msgstr "Bajar la ruta hasta la parte más _baja" #: ../app/actions/vectors-actions.c:107 msgid "Lower path to bottom" -msgstr "Bajar la ruta hasta el final" +msgstr "Bajar la ruta al lugar más bajo" #: ../app/actions/vectors-actions.c:112 msgid "Stro_ke Path..." @@ -3917,11 +3926,11 @@ #: ../app/actions/vectors-actions.c:118 msgid "Stro_ke Path" -msgstr "_Trazar ruta [Stroke path]" +msgstr "_Trazar ruta" #: ../app/actions/vectors-actions.c:119 msgid "Paint along the path with last values" -msgstr "Trazar la ruta con los últimos valores" +msgstr "Pintar a lo largo de la ruta con los últimos valores" #: ../app/actions/vectors-actions.c:124 msgid "Co_py Path" @@ -3961,7 +3970,7 @@ #: ../app/actions/vectors-actions.c:186 msgid "Intersect" -msgstr "Intersectar" +msgstr "Intersección" #: ../app/actions/vectors-actions.c:194 msgid "Selecti_on to Path" @@ -3977,7 +3986,7 @@ #: ../app/actions/vectors-actions.c:206 msgid "Selection to Path (_Advanced)" -msgstr "Selección a ruta (_Avanzado)" +msgstr "Selección a ruta (_avanzado)" #: ../app/actions/vectors-actions.c:207 msgid "Advanced options" @@ -4012,7 +4021,7 @@ #: ../app/actions/view-actions.c:67 msgid "_View" -msgstr "_Ver" +msgstr "_Vista" #: ../app/actions/view-actions.c:68 msgid "_Zoom" @@ -4073,7 +4082,7 @@ #: ../app/actions/view-actions.c:111 msgid "Display _Filters..." -msgstr "Mostrar _filtros…" +msgstr "_Filtros de pantalla…" #: ../app/actions/view-actions.c:112 msgid "Configure filters applied to this view" @@ -4102,7 +4111,7 @@ #: ../app/actions/view-actions.c:140 msgid "Display the selection outline" -msgstr "Muestra el contorno de la selección" +msgstr "Mostrar el contorno de la selección" #: ../app/actions/view-actions.c:146 msgid "Show _Layer Boundary" @@ -4110,15 +4119,15 @@ #: ../app/actions/view-actions.c:147 msgid "Draw a border around the active layer" -msgstr "Dibuja un borde alrededor de la capa activa" +msgstr "Dibujar un borde alrededor de la capa activa" #: ../app/actions/view-actions.c:153 msgid "Show _Guides" -msgstr "Mostrar _guías" +msgstr "Mostrar g_uías" #: ../app/actions/view-actions.c:154 msgid "Display the image's guides" -msgstr "Muestra las guías de la imagen" +msgstr "Mostrar las líneas guía de la imagen" #: ../app/actions/view-actions.c:160 msgid "S_how Grid" @@ -4126,7 +4135,7 @@ #: ../app/actions/view-actions.c:161 msgid "Display the image's grid" -msgstr "Muestra la rejilla de la imagen" +msgstr "Mostrar la rejilla de la imagen" #: ../app/actions/view-actions.c:167 msgid "Show Sample Points" @@ -4134,7 +4143,7 @@ #: ../app/actions/view-actions.c:168 msgid "Display the image's color sample points" -msgstr "Muestra los puntos de muestreo de color de la imagen" +msgstr "Mostrar los puntos de muestreo de color de la imagen" #: ../app/actions/view-actions.c:174 msgid "Sn_ap to Guides" @@ -4142,11 +4151,11 @@ #: ../app/actions/view-actions.c:175 msgid "Tool operations snap to guides" -msgstr "Las operaciones de las herramientas se ajustan a las guías" +msgstr "Las operaciones de las herramientas se ajustan a las líneas guía" #: ../app/actions/view-actions.c:181 msgid "Sna_p to Grid" -msgstr "Ajustar a la re_jilla" +msgstr "Ajustar a la rej_illa" #: ../app/actions/view-actions.c:182 msgid "Tool operations snap to the grid" @@ -4174,7 +4183,7 @@ #: ../app/actions/view-actions.c:203 msgid "Show this window's menubar" -msgstr "Muestra la barra de menús de esta ventana" +msgstr "Mostrar la barra de menús de esta ventana" #: ../app/actions/view-actions.c:209 msgid "Show R_ulers" @@ -4182,7 +4191,7 @@ #: ../app/actions/view-actions.c:210 msgid "Show this window's rulers" -msgstr "Muestra las reglas de esta ventana" +msgstr "Mostrar las reglas de medición de esta ventana" #: ../app/actions/view-actions.c:216 msgid "Show Scroll_bars" @@ -4190,7 +4199,7 @@ #: ../app/actions/view-actions.c:217 msgid "Show this window's scrollbars" -msgstr "Muestra las barras de desplazamiento de esta ventana" +msgstr "Mostrar las barras de desplazamiento de esta ventana" #: ../app/actions/view-actions.c:223 msgid "Show S_tatusbar" @@ -4198,7 +4207,7 @@ #: ../app/actions/view-actions.c:224 msgid "Show this window's statusbar" -msgstr "Muestra la barra de estado de esta ventana" +msgstr "Mostrar la barra de estado de esta ventana" #: ../app/actions/view-actions.c:230 msgid "Fullscr_een" @@ -4206,7 +4215,7 @@ #: ../app/actions/view-actions.c:231 msgid "Toggle fullscreen view" -msgstr "Alterna la vista de pantalla completa" +msgstr "Activar o desactivar la vista de pantalla completa" #: ../app/actions/view-actions.c:292 msgid "1_6:1 (1600%)" @@ -4286,7 +4295,7 @@ #: ../app/actions/view-actions.c:347 msgid "Set a custom zoom factor" -msgstr "Establece un factor de ampliación personalizado" +msgstr "Fijar un factor de ampliación personalizado" #: ../app/actions/view-actions.c:355 msgid "From _Theme" @@ -4326,7 +4335,7 @@ #: ../app/actions/view-actions.c:380 msgid "Reset padding color to what's configured in preferences" -msgstr "Reiniciar el color de relleno a lo establecido en las preferencias" +msgstr "Restablecer el color de relleno a lo establecido en las preferencias" #: ../app/actions/view-actions.c:571 #, c-format @@ -4487,7 +4496,7 @@ #: ../app/base/base-enums.c:129 msgid "Hard light" -msgstr "Claridad fuerte" +msgstr "Claridad dura" #: ../app/base/base-enums.c:130 msgid "Soft light" @@ -4503,11 +4512,11 @@ #: ../app/base/base-enums.c:133 msgid "Color erase" -msgstr "Borrar color" +msgstr "Eliminar color" #: ../app/base/base-enums.c:134 msgid "Erase" -msgstr "Borrar" +msgstr "Eliminar" #: ../app/base/base-enums.c:135 msgid "Replace" @@ -4515,7 +4524,7 @@ #: ../app/base/base-enums.c:136 msgid "Anti erase" -msgstr "Antiborrado" +msgstr "Anti-borrado" #: ../app/base/tile-swap.c:553 msgid "" @@ -4533,8 +4542,7 @@ #: ../app/base/tile-swap.c:568 #, c-format msgid "Failed to resize swap file: %s" -msgstr "" -"Se produjo un fallo al cambiar el tamaño del archivo de intercambio: %s" +msgstr "Falló al cambiar el tamaño del archivo de intercambio: %s" #: ../app/config/gimpconfig-file.c:68 ../app/core/gimpbrushgenerated-save.c:63 #: ../app/core/gimpcurve-save.c:53 ../app/core/gimpgradient-save.c:51 @@ -4640,20 +4648,21 @@ "the original is greater than a specified threshold. This value represents " "the default threshold." msgstr "" -"Herramientas como «Selección difusa» y «Relleno» buscan regiones basándose en " -"un algoritmo de búsqueda de semilla. El relleno de semilla arranca en el " -"píxel seleccionado inicialmente y avanza en todas direcciones hasta que la " -"diferencia de la intensidad del píxel del original es más grande que el " -"umbral especificado. Este valor representa el umbral predeterminado." +"Las herramientas como «Selección difusa» y «Relleno» buscan regiones " +"basándose en un algoritmo de búsqueda de semilla. El relleno de semilla " +"arranca en el píxel seleccionado inicialmente y avanza en todas direcciones " +"hasta que la diferencia de la intensidad del píxel del original es más " +"grande que el umbral especificado. Este valor representa el umbral " +"predeterminado." #: ../app/config/gimprc-blurbs.h:92 msgid "" "The window type hint that is set on dock windows. This may affect the way " "your window manager decorates and handles dock windows." msgstr "" -"La opción de tipo de ventana que es utilizada en las ventanas empotrables. " +"La opción de tipo de ventana que se utiliza en las ventanas empotrables. " "Esto podría afectar la forma en que su gestor de ventanas decora y maneja " -"las ventanas empotrables." +"estas ventanas." #: ../app/config/gimprc-blurbs.h:123 msgid "When enabled, the selected brush will be used for all tools." @@ -4700,8 +4709,8 @@ msgid "" "Install a private colormap; might be useful on 8-bit (256 colors) displays." msgstr "" -"Instala un mapa de color privado; podría ser muy útil en las pantallas de 8 " -"bits (256 colores)." +"Instalar un mapa de colores privado; podría ser útil en pantallas de 8 bits " +"(256 colores)." #: ../app/config/gimprc-blurbs.h:167 msgid "" @@ -4734,15 +4743,16 @@ #: ../app/config/gimprc-blurbs.h:185 msgid "When enabled, GIMP will show mnemonics in menus." -msgstr "Cuando se encuentre activado GIMP mostrará mnemónicos en los menús." +msgstr "" +"Cuando está habilitado, el GIMP muestra ayudas recordatorias en los menús." #: ../app/config/gimprc-blurbs.h:188 msgid "" "Generally only a concern for 8-bit displays, this sets the minimum number of " "system colors allocated for GIMP." msgstr "" -"Generalmente sólo es importante para pantallas de 8 bits, esto define el " -"número mínimo de colores del sistema reservados para GIMP." +"Establece el número mínimo de colores del sistema reservados para el GIMP; " +"generalmente sólo es pertinente en pantallas de 8 bits." #: ../app/config/gimprc-blurbs.h:198 msgid "" @@ -4770,7 +4780,7 @@ "used to be the default behaviour in older versions." msgstr "" "Si está activado, la herramienta de movimiento cambia la capa editada o ruta " -"como activa. Esto acostumbraba ser el comportamiento predeterminado en las " +"como activa. Esto solía ser el comportamiento predeterminado en las " "versiones más antiguas." #: ../app/config/gimprc-blurbs.h:212 @@ -4797,8 +4807,9 @@ "Cuando se encuentre activado, se consultará al servidor X por la posición " "actual del ratón con cada evento de movimiento, en vez de confiar en la " "pista de posición. Esto significa que pintar con pinceles grandes debería " -"ser más preciso, pero podría ser más lento. Perversamente en algunos " -"servidores X al activarse esta opción se obtiene un pintado más rápido." +"ser más preciso, pero podría ser más lento. De forma algo perversa, al " +"activarse esta opción se obtiene un pintado más rápido en algunos servidores " +"X." #: ../app/config/gimprc-blurbs.h:245 msgid "" @@ -4896,7 +4907,7 @@ "with the \"View->Show Menubar\" command." msgstr "" "Cuando está activado la barra de estado es visible de forma predeterminada. " -"Esto también puede ser activado con el comando «Ver->Mostrar la barra de " +"Esto también se puede activar con la instrucción «Ver->Mostrar la barra de " "estado»." #: ../app/config/gimprc-blurbs.h:299 @@ -4905,7 +4916,7 @@ "with the \"View->Show Rulers\" command." msgstr "" "Cuando está activado las reglas están visibles de forma predeterminada. Esto " -"también puede ser activado con el comando «Ver->Mostrar las reglas»." +"también se puede activar con la instrucción «Ver->Mostrar las reglas»." #: ../app/config/gimprc-blurbs.h:303 msgid "" @@ -4913,8 +4924,8 @@ "toggled with the \"View->Show Scrollbars\" command." msgstr "" "Cuando está activado las barras de desplazamiento están visibles de forma " -"predeterminada. Esto también puede ser activado con el comando «Ver->Mostrar " -"las barras de desplazamiento»." +"predeterminada. Esto también se puede activar con la instrucción «Ver-" +">Mostrar las barras de desplazamiento»." #: ../app/config/gimprc-blurbs.h:307 msgid "" @@ -4922,8 +4933,8 @@ "with the \"View->Show Statusbar\" command." msgstr "" "Cuando está activado la barra de estado es visible de forma predeterminada. " -"Esto también puede ser activado con el comando «Ver->Mostrar la barra de " -"estado»." +"Esto también puede puede activarse con la instrucción «Ver->Mostrar la barra " +"de estado»." #: ../app/config/gimprc-blurbs.h:311 msgid "" @@ -4931,7 +4942,7 @@ "with the \"View->Show Selection\" command." msgstr "" "Cuando está activado la selección es visible de forma predeterminada. Esto " -"también puede ser activado con el comando «Ver->Mostrar la selección»." +"también puede activarse con la instrucción «Ver->Mostrar la selección»." #: ../app/config/gimprc-blurbs.h:315 msgid "" @@ -4939,8 +4950,8 @@ "toggled with the \"View->Show Layer Boundary\" command." msgstr "" "Cuando está activado el límite de la capa es visible de forma " -"predeterminada. Esto también puede ser activado con el comando «Ver->Mostrar " -"el límite de la capa»." +"predeterminada. Esto también puede activarse con la instrucción «Ver-" +">Mostrar el límite de la capa»." #: ../app/config/gimprc-blurbs.h:319 msgid "" @@ -4948,7 +4959,7 @@ "with the \"View->Show Guides\" command." msgstr "" "Cuando está activado las reglas están visibles de forma predeterminada. Esto " -"también puede ser activado con el comando «Ver->Mostrar las reglas»." +"también puede activarse con la instrucción «Ver->Mostrar las reglas»." #: ../app/config/gimprc-blurbs.h:323 msgid "" @@ -4956,7 +4967,7 @@ "the \"View->Show Grid\" command." msgstr "" "Cuando está activado la rejilla es visible de forma predeterminada. Esto " -"también puede ser activado con el comando «Ver->Mostrar la rejilla»." +"también puede activarse con la instrucción «Ver->Mostrar la rejilla»." #: ../app/config/gimprc-blurbs.h:327 msgid "" @@ -4964,8 +4975,8 @@ "toggled with the \"View->Show Sample Points\" command." msgstr "" "Cuando está activado los puntos de muestra están visibles de forma " -"predeterminada. Esto también puede activarse con el comando «Ver->Mostrar " -"puntos de muestra»." +"predeterminada. Esto también puede activarse con la instrucción «Ver-" +">Mostrar puntos de muestra»." #: ../app/config/gimprc-blurbs.h:331 msgid "Show a tooltip when the pointer hovers over an item." @@ -5004,11 +5015,11 @@ "transient to the active image window. Most window managers will keep the " "dock windows above the image window then, but it may also have other effects." msgstr "" -"Cuando se encuentre activado, se establecerán las ventanas empotrables (la " -"caja de herramientas y las paletas) como dependientes de la ventana de " -"imagen activa. La mayoría de los gestores de ventanas mantendrán entonces " -"las ventanas empotrables encima de la ventana de imagen, pero esto podría " -"tener también otros efectos." +"Cuando se encuentra activado, las ventanas empotrables (la caja de " +"herramientas y de paletas) se establecen de forma que sean sensibles a la " +"ventana de la imagen activa. La mayor parte de los gestores de ventanas " +"mantienen en este caso las ventanas empotrables por encima de la ventana de " +"imagen , pero también puede tener otros efectos." #: ../app/config/gimprc-blurbs.h:355 msgid "" @@ -5069,11 +5080,14 @@ #: ../app/config/gimprc-blurbs.h:390 msgid "Show the current foreground and background colors in the toolbox." -msgstr "Mostrar los colores actuales de primer plano y fondo en la caja de herramientas." +msgstr "" +"Mostrar los colores de frente y fondo actuales en la caja de herramientas." #: ../app/config/gimprc-blurbs.h:393 msgid "Show the currently selected brush, pattern and gradient in the toolbox." -msgstr "Mostrar el pincel, patrón y degradado activos en la caja de herramientas." +msgstr "" +"Mostrar los pinceles, patrones y degradados activos en la caja de " +"herramientas" #: ../app/config/gimprc-blurbs.h:396 msgid "Show the currently active image in the toolbox." @@ -5084,9 +5098,9 @@ "The window type hint that is set on the toolbox. This may affect how your " "window manager decorates and handles the toolbox window." msgstr "" -"La opción de tipo de ventana que se utiliza en la caja de herramientas. Esto " -"podría afectar la forma en que su gestor de ventanas decora y maneja la " -"ventana de la caja de herramientas." +"La opción de tipo de ventana que se utiliza en la ventana de la caja de " +"herramientas. Esto podría afectar la forma en que su gestor de ventanas " +"decora y maneja esta ventana." #: ../app/config/gimprc-blurbs.h:406 msgid "Sets the manner in which transparency is displayed in images." @@ -5141,10 +5155,11 @@ "contains '%s' it will be replaced with the URL, else the URL will be " "appended to the command with a space separating the two." msgstr "" -"Define el navegador externo que se usará. Esto puede ser una ruta absoluta o " -"el nombre de un ejecutable que se encuentre en la ruta del usuario. Si el " -"comando contiene «%s» será reemplazado con la URL, sino la URL será añadida " -"al comando con un espacio separando a ambos." +"Determina el navegador web externo que usar. Esto puede ser una ruta " +"absoluta o el nombre de un ejecutable que buscar en la variable PATH del " +"usuario. Si la instrucción contiene «%s» se sustituirá con la URL, en caso " +"contrario la URL se añadirá al final de la instrucción insertando un espacio " +"de separación entre ellas." #: ../app/config/gimprc-deserialize.c:135 ../app/core/gimp-modules.c:134 #: ../app/core/gimp-units.c:164 ../app/gui/session.c:206 @@ -5226,7 +5241,7 @@ msgstr "Blanco" #. Transparency -#: ../app/core/core-enums.c:250 ../app/dialogs/preferences-dialog.c:2305 +#: ../app/core/core-enums.c:250 ../app/dialogs/preferences-dialog.c:2311 msgid "Transparency" msgstr "Transparencia" @@ -5236,7 +5251,7 @@ #: ../app/core/core-enums.c:279 msgid "Stroke line" -msgstr "Línea de trazado" +msgstr "Trazar línea" #: ../app/core/core-enums.c:280 msgid "Stroke with a paint tool" @@ -5244,7 +5259,7 @@ #: ../app/core/core-enums.c:307 msgid "Solid color" -msgstr "Color sólido" +msgstr "Color liso" #: ../app/core/core-enums.c:336 msgid "Miter" @@ -5252,11 +5267,11 @@ #: ../app/core/core-enums.c:337 ../app/core/core-enums.c:367 msgid "Round" -msgstr "Círculo" +msgstr "Circular" #: ../app/core/core-enums.c:338 msgid "Bevel" -msgstr "Bisel" +msgstr "Biselado" #: ../app/core/core-enums.c:366 msgid "Butt" @@ -5300,7 +5315,7 @@ #: ../app/core/core-enums.c:412 msgid "Stipples" -msgstr "Punteados" +msgstr "Moteado" #: ../app/core/core-enums.c:413 msgid "Dash, dot" @@ -5316,13 +5331,13 @@ #: ../app/core/core-enums.c:444 msgid "Diamond" -msgstr "Diamante" +msgstr "Rombo" -#: ../app/core/core-enums.c:472 ../app/dialogs/preferences-dialog.c:2337 +#: ../app/core/core-enums.c:472 ../app/dialogs/preferences-dialog.c:2343 msgid "Horizontal" msgstr "Horizontal" -#: ../app/core/core-enums.c:473 ../app/dialogs/preferences-dialog.c:2339 +#: ../app/core/core-enums.c:473 ../app/dialogs/preferences-dialog.c:2345 msgid "Vertical" msgstr "Vertical" @@ -5436,7 +5451,7 @@ #: ../app/core/core-enums.c:858 msgid "Merge layers" -msgstr "Combinar las capas" +msgstr "Combinar capas" #: ../app/core/core-enums.c:859 msgid "Merge paths" @@ -5458,7 +5473,7 @@ #: ../app/core/core-enums.c:864 ../app/core/core-enums.c:896 msgid "Layer/Channel" -msgstr "Capa/canal" +msgstr "Capa o canal" #: ../app/core/core-enums.c:865 ../app/core/core-enums.c:897 msgid "Layer/Channel modification" @@ -5486,11 +5501,11 @@ #: ../app/core/core-enums.c:871 msgid "Scale item" -msgstr "Escalar elemento" +msgstr "Escalar el elemento" #: ../app/core/core-enums.c:872 msgid "Resize item" -msgstr "Redimensionar elemento" +msgstr "Redimensionar el elemento" #: ../app/core/core-enums.c:873 msgid "Add layer" @@ -5510,7 +5525,7 @@ #: ../app/core/core-enums.c:877 msgid "Float selection" -msgstr "Selección flotante" +msgstr "Hace flotante la selección" #: ../app/core/core-enums.c:878 msgid "Anchor floating selection" @@ -5528,7 +5543,7 @@ msgid "Cut" msgstr "Cortar" -#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:160 +#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:161 #: ../app/widgets/widgets-enums.c:265 msgid "Text" msgstr "Texto" @@ -5539,7 +5554,7 @@ msgstr "Transformar" #: ../app/core/core-enums.c:884 ../app/core/core-enums.c:927 -#: ../app/paint/gimppaintcore.c:135 +#: ../app/paint/gimppaintcore.c:137 msgid "Paint" msgstr "Pintar" @@ -5589,7 +5604,7 @@ #: ../app/core/core-enums.c:905 msgid "Reposition layer" -msgstr "Reposicionar la capa" +msgstr "Recolocar la capa" #: ../app/core/core-enums.c:906 msgid "Set layer mode" @@ -5601,7 +5616,7 @@ #: ../app/core/core-enums.c:908 msgid "Lock/Unlock alpha channel" -msgstr "Bloquear/desbloquear el canal Alfa" +msgstr "Bloquear o desbloquear el canal Alfa" #: ../app/core/core-enums.c:909 msgid "Text layer" @@ -5613,7 +5628,7 @@ #: ../app/core/core-enums.c:912 msgid "Delete layer mask" -msgstr "Borrar máscara de capa" +msgstr "Eliminar máscara de capa" #: ../app/core/core-enums.c:914 msgid "Show layer mask" @@ -5621,15 +5636,15 @@ #: ../app/core/core-enums.c:915 msgid "New channel" -msgstr "Nuevo canal" +msgstr "Canal nuevo" #: ../app/core/core-enums.c:916 msgid "Delete channel" -msgstr "Borra el canal" +msgstr "Elimina el canal" #: ../app/core/core-enums.c:917 msgid "Reposition channel" -msgstr "Reposicionar el canal" +msgstr "Recolocar el canal" #: ../app/core/core-enums.c:918 msgid "Channel color" @@ -5637,7 +5652,7 @@ #: ../app/core/core-enums.c:919 msgid "New path" -msgstr "Nueva ruta" +msgstr "Ruta nueva" #: ../app/core/core-enums.c:921 msgid "Path modification" @@ -5645,15 +5660,15 @@ #: ../app/core/core-enums.c:922 msgid "Reposition path" -msgstr "Reposicionar la ruta" +msgstr "Recolocar la ruta" #: ../app/core/core-enums.c:924 msgid "Rigor floating selection" -msgstr "Anclar la selección flotante" +msgstr "Inmovilizar la selección flotante" #: ../app/core/core-enums.c:925 msgid "Relax floating selection" -msgstr "Liberar la selección flotante" +msgstr "Hacer movible la selección flotante" #: ../app/core/core-enums.c:928 ../app/paint/gimpink.c:95 #: ../app/tools/gimpinktool.c:55 @@ -5753,8 +5768,8 @@ "It seems you have used GIMP %s before. GIMP will now migrate your user " "settings to '%s'." msgstr "" -"Parece que ha usado GIMP %s antes. GIMP migrará sus ajustes de usuario a «%" -"s»." +"Parece que ha usado GIMP %s antes. GIMP migrará sus ajustes de usuario a " +"«%s»." #: ../app/core/gimp-user-install.c:158 #, c-format @@ -5804,7 +5819,7 @@ msgstr "Tipografías (esto puede tardar un rato)" #. initialize the module list -#: ../app/core/gimp.c:863 ../app/dialogs/preferences-dialog.c:2766 +#: ../app/core/gimp.c:863 ../app/dialogs/preferences-dialog.c:2772 msgid "Modules" msgstr "Módulos" @@ -5832,8 +5847,8 @@ #, c-format msgid "Fatal parse error in brush file '%s': Unknown depth %d." msgstr "" -"Error fatal de análisis en el archivo de pincel «%s»: Profundidad desconocida " -"%d." +"Error fatal de análisis en el archivo de pincel «%s»: Profundidad " +"desconocida %d." #: ../app/core/gimpbrush-load.c:252 #, c-format @@ -5846,8 +5861,8 @@ #, c-format msgid "Fatal parse error in brush file '%s': File appears truncated." msgstr "" -"Error fatal de análisis en el archivo de pincel «%s»: El archivo parece estar " -"truncado." +"Error fatal de análisis en el archivo de pincel «%s»: El archivo parece " +"estar truncado." #: ../app/core/gimpbrush-load.c:276 ../app/core/gimpbrushgenerated-load.c:128 #: ../app/core/gimpbrushpipe-load.c:97 @@ -5884,8 +5899,8 @@ #, c-format msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." msgstr "" -"Error fatal de análisis en el archivo de pincel «%s»: No están soportados los " -"pinceles anchos." +"Error fatal de análisis en el archivo de pincel «%s»: No están soportados " +"los pinceles anchos." #: ../app/core/gimpbrushgenerated-load.c:87 #, c-format @@ -5907,8 +5922,8 @@ msgid "" "Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." msgstr "" -"Error fatal de análisis en el archivo de pincel «%s»: Forma de pincel de GIMP " -"desconocida en la línea %d." +"Error fatal de análisis en el archivo de pincel «%s»: Forma de pincel de " +"GIMP desconocida en la línea %d." #: ../app/core/gimpbrushgenerated-load.c:226 #, c-format @@ -5955,7 +5970,7 @@ #: ../app/core/gimpchannel-select.c:472 #, c-format msgid "%s Channel to Selection" -msgstr "canal %s a selección" +msgstr "Canal %s a selección" #: ../app/core/gimpchannel-select.c:520 ../app/tools/gimpfuzzyselecttool.c:80 msgctxt "command" @@ -5996,13 +6011,13 @@ msgid "Rotate Channel" msgstr "Rotar el canal" -#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:843 +#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" msgstr "Transformar el canal" #: ../app/core/gimpchannel.c:265 msgid "Stroke Channel" -msgstr "Canal de marcado" +msgstr "Impresionar el canal" #: ../app/core/gimpchannel.c:286 msgid "Feather Channel" @@ -6026,7 +6041,7 @@ #: ../app/core/gimpchannel.c:291 msgid "Border Channel" -msgstr "Bordear el canal" +msgstr "Rebordear el canal" #: ../app/core/gimpchannel.c:292 msgid "Grow Channel" @@ -6056,7 +6071,7 @@ #: ../app/core/gimpdata.c:526 ../app/core/gimptoolpresets.c:279 #, c-format msgid "Could not delete '%s': %s" -msgstr "No se ha podido borrar «%s»: %s" +msgstr "No se ha podido eliminar «%s»: %s" #: ../app/core/gimpdatafactory.c:415 ../app/core/gimpdatafactory.c:575 #: ../app/core/gimpdatafactory.c:595 @@ -6082,7 +6097,7 @@ #: ../app/core/gimpdatafactory.c:576 msgid "You don't have a writable data folder configured." -msgstr "No tiene una carpeta de datos escribibles configurada." +msgstr "No tiene configurada una carpeta escribible de datos." #: ../app/core/gimpdatafactory.c:751 #, c-format @@ -6184,21 +6199,21 @@ msgid "Threshold" msgstr "Umbral B/N" -#: ../app/core/gimpdrawable-transform.c:629 ../app/tools/gimpfliptool.c:116 +#: ../app/core/gimpdrawable-transform.c:645 ../app/tools/gimpfliptool.c:116 msgctxt "command" msgid "Flip" msgstr "Voltear" -#: ../app/core/gimpdrawable-transform.c:716 ../app/tools/gimprotatetool.c:121 +#: ../app/core/gimpdrawable-transform.c:745 ../app/tools/gimprotatetool.c:121 msgctxt "command" msgid "Rotate" msgstr "Rotar" -#: ../app/core/gimpdrawable-transform.c:841 ../app/core/gimplayer.c:255 +#: ../app/core/gimpdrawable-transform.c:884 ../app/core/gimplayer.c:255 msgid "Transform Layer" msgstr "Transformar la capa" -#: ../app/core/gimpdrawable-transform.c:856 +#: ../app/core/gimpdrawable-transform.c:899 msgid "Transformation" msgstr "Transformación" @@ -6291,7 +6306,7 @@ #: ../app/core/gimpimage-arrange.c:143 msgid "Arrange Objects" -msgstr "Colocar objetos" +msgstr "Disponer objetos" #: ../app/core/gimpimage-colormap.c:63 msgid "Set Colormap" @@ -6441,7 +6456,7 @@ #: ../app/core/gimpimage.c:2935 ../app/core/gimpimage.c:2948 msgid "Remove Layer" -msgstr "Eliminar una capa" +msgstr "Eliminar la capa" #: ../app/core/gimpimage.c:3092 msgid "Layer cannot be raised higher." @@ -6517,7 +6532,7 @@ #: ../app/core/gimpimage.c:3538 msgid "Raise Path to Top" -msgstr "Elevar la ruta hasta el principio" +msgstr "Subir la ruta al lugar más alto" #: ../app/core/gimpimage.c:3557 msgid "Path cannot be lowered more." @@ -6529,9 +6544,9 @@ #: ../app/core/gimpimage.c:3577 msgid "Lower Path to Bottom" -msgstr "Bajar la ruta hasta el fondo" +msgstr "Bajar la ruta al lugar más bajo" -#: ../app/core/gimpimagefile.c:528 ../app/dialogs/preferences-dialog.c:1721 +#: ../app/core/gimpimagefile.c:528 ../app/dialogs/preferences-dialog.c:1727 msgid "Folder" msgstr "Carpeta" @@ -6590,11 +6605,11 @@ #: ../app/core/gimpitem.c:1148 msgid "Attach Parasite to Item" -msgstr "Adjuntar una parásito al elemento" +msgstr "Adjuntar un parásito al elemento" #: ../app/core/gimpitem.c:1190 ../app/core/gimpitem.c:1197 msgid "Remove Parasite from Item" -msgstr "Eliminar el parásito del elemento" +msgstr "Eliminar un parásito del elemento" #: ../app/core/gimplayer-floating-sel.c:99 msgid "Remove Floating Selection" @@ -6610,7 +6625,7 @@ "Cannot create a new layer from the floating selection because it belongs to " "a layer mask or channel." msgstr "" -"No se puede crear una nueva capa a partir de la selección flotante porque " +"No se puede crear una capa nueva a partir de la selección flotante porque " "ésta pertenece a una máscara de capa o canal." #: ../app/core/gimplayer-floating-sel.c:211 @@ -6623,10 +6638,10 @@ #: ../app/core/gimplayer.c:249 msgid "Rename Layer" -msgstr "Renombrar la capa" +msgstr "Renombrar una capa" -#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:434 -#: ../app/pdb/layer-cmds.c:470 +#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "Mover la capa" @@ -6642,7 +6657,7 @@ msgid "Rotate Layer" msgstr "Rotar la capa" -#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1329 +#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1330 #: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" @@ -6657,39 +6672,39 @@ "Selección flotante\n" "(%s)" -#: ../app/core/gimplayer.c:1265 +#: ../app/core/gimplayer.c:1266 #, c-format msgid "Unable to add a layer mask since the layer already has one." msgstr "No se puede añadir una máscara de capa dado que la capa ya posee una." -#: ../app/core/gimplayer.c:1276 +#: ../app/core/gimplayer.c:1277 #, c-format msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" "No se puede añadir una máscara de capa de dimensiones distintas a la capa " "especificada." -#: ../app/core/gimplayer.c:1384 +#: ../app/core/gimplayer.c:1385 msgid "Transfer Alpha to Mask" msgstr "Transferir alfa a la máscara" -#: ../app/core/gimplayer.c:1556 ../app/core/gimplayermask.c:235 +#: ../app/core/gimplayer.c:1557 ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "Aplicar máscara de capa" -#: ../app/core/gimplayer.c:1557 +#: ../app/core/gimplayer.c:1558 msgid "Delete Layer Mask" -msgstr "Borrar máscara de capa" +msgstr "Eliminar máscara de capa" -#: ../app/core/gimplayer.c:1669 +#: ../app/core/gimplayer.c:1670 msgid "Add Alpha Channel" msgstr "Añadir un canal alfa" -#: ../app/core/gimplayer.c:1723 +#: ../app/core/gimplayer.c:1724 msgid "Remove Alpha Channel" msgstr "Eliminar el canal alfa" -#: ../app/core/gimplayer.c:1745 +#: ../app/core/gimplayer.c:1746 msgid "Layer to Image Size" msgstr "Capa a tamaño de imagen" @@ -6730,7 +6745,8 @@ #, c-format msgid "Fatal parse error in palette file '%s': Missing magic header." msgstr "" -"Error fatal de análisis en el archivo de paleta «%s»: Cabecera mágica perdida." +"Error fatal de análisis en el archivo de paleta «%s»: Cabecera mágica " +"perdida." #: ../app/core/gimppalette-load.c:123 #, c-format @@ -6743,8 +6759,8 @@ "Reading palette file '%s': Invalid number of columns in line %d. Using " "default value." msgstr "" -"Leyendo el archivo de paleta «%s»: Número inválido de columnas en la línea %" -"d. Usando el valor predeterminado." +"Leyendo el archivo de paleta «%s»: Número inválido de columnas en la línea " +"%d. Usando el valor predeterminado." #: ../app/core/gimppalette-load.c:183 #, c-format @@ -6755,7 +6771,8 @@ #: ../app/core/gimppalette-load.c:191 #, c-format msgid "Reading palette file '%s': Missing GREEN component in line %d." -msgstr "Leyendo el archivo de paleta «%s»: Falta la componente VERDE en la línea %d." +msgstr "" +"Leyendo el archivo de paleta «%s»: Falta la componente VERDE en la línea %d." #: ../app/core/gimppalette-load.c:199 #, c-format @@ -6774,8 +6791,8 @@ #, c-format msgid "Fatal parse error in pattern file '%s': File appears truncated." msgstr "" -"Error fatal de análisis en el archivo de patrón «%s»: El archivo parece estar " -"truncado." +"Error fatal de análisis en el archivo de patrón «%s»: El archivo parece " +"estar truncado." #: ../app/core/gimppattern-load.c:104 #, c-format @@ -6811,13 +6828,13 @@ msgid "Please wait" msgstr "Por favor, espere" -#: ../app/core/gimpselection.c:150 ../app/tools/gimpeditselectiontool.c:242 +#: ../app/core/gimpselection.c:150 ../app/tools/gimpeditselectiontool.c:240 msgid "Move Selection" msgstr "Mover la selección" #: ../app/core/gimpselection.c:168 msgid "Sharpen Selection" -msgstr "Enfocar la selección" +msgstr "Enfocar la selección" #: ../app/core/gimpselection.c:169 msgid "Select None" @@ -6829,7 +6846,7 @@ #: ../app/core/gimpselection.c:171 msgid "Invert Selection" -msgstr "Invertir selección" +msgstr "Invertir la selección" #: ../app/core/gimpselection.c:275 #, c-format @@ -6850,7 +6867,7 @@ #: ../app/core/gimpselection.c:821 msgid "Float Selection" -msgstr "Selección flotante" +msgstr "Flotar la selección" #: ../app/core/gimpselection.c:837 msgid "Floated Layer" @@ -6888,9 +6905,9 @@ msgid "pixel" msgstr "píxel" -#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:874 -#: ../app/tools/gimpmeasuretool.c:1017 ../app/tools/gimpmeasuretool.c:1073 -#: ../app/tools/gimpmeasuretool.c:1101 ../app/tools/gimppainttool.c:615 +#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:877 +#: ../app/tools/gimpmeasuretool.c:1020 ../app/tools/gimpmeasuretool.c:1076 +#: ../app/tools/gimpmeasuretool.c:1104 ../app/tools/gimppainttool.c:615 msgid "pixels" msgstr "píxeles" @@ -6934,7 +6951,7 @@ #: ../app/core/gimpunit.c:71 msgid "plural|percent" -msgstr "porcentajes" +msgstr "porcentaje" #: ../app/dialogs/about-dialog.c:123 msgid "Visit the GIMP website" @@ -7007,7 +7024,7 @@ msgid "Cannot convert to a palette with more than 256 colors." msgstr "No se puede convertir a una paleta con más de 256 colores." -#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:158 +#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:161 #: ../app/gui/gui-message.c:148 msgid "GIMP Message" msgstr "Mensaje de GIMP" @@ -7082,7 +7099,7 @@ msgstr "_Opacidad:" # ¿O es abrir capas? depende del contexto. FVD -#: ../app/dialogs/file-open-dialog.c:253 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "Abrir capas" @@ -7171,28 +7188,29 @@ msgstr "Crear una imagen nueva" #: ../app/dialogs/image-new-dialog.c:144 -#: ../app/dialogs/preferences-dialog.c:2015 +#: ../app/dialogs/preferences-dialog.c:2021 msgid "_Template:" msgstr "Plan_tilla:" -#: ../app/dialogs/image-new-dialog.c:295 +#: ../app/dialogs/image-new-dialog.c:299 msgid "Confirm Image Size" msgstr "Confirmar el tamaño de la imagen" -#: ../app/dialogs/image-new-dialog.c:317 +#: ../app/dialogs/image-new-dialog.c:321 #: ../app/dialogs/image-scale-dialog.c:239 #, c-format msgid "You are trying to create an image with a size of %s." msgstr "Está intentando crear una imagen con un tamaño de %s." -#: ../app/dialogs/image-new-dialog.c:324 +#: ../app/dialogs/image-new-dialog.c:328 #, c-format msgid "" "An image of the chosen size will use more memory than what is configured as " "\"Maximum Image Size\" in the Preferences dialog (currently %s)." msgstr "" "Una imagen del tamaño elegido usará más memoria de la que está configurada " -"como «Tamaño máximo de la imagen» en el diálogo Preferencias (actualmente %s)." +"como «Tamaño máximo de la imagen» en el diálogo Preferencias (actualmente " +"%s)." #: ../app/dialogs/image-properties-dialog.c:60 #: ../app/dialogs/image-properties-dialog.c:63 @@ -7252,7 +7270,7 @@ "accelerator, or press backspace to clear." msgstr "" "Para editar una combinación de teclas, pulse en la fila correspondiente y " -"teclee un acelerador nuevo, o pulse la tecla de retroceso para borrar." +"teclee un acelerador nuevo, o pulse la tecla de retroceso para limpiar." #: ../app/dialogs/keyboard-shortcuts-dialog.c:81 msgid "S_ave keyboard shortcuts on exit" @@ -7276,12 +7294,12 @@ #. The size labels #: ../app/dialogs/layer-options-dialog.c:139 -#: ../app/tools/gimpmeasuretool.c:1062 +#: ../app/tools/gimpmeasuretool.c:1065 msgid "Width:" msgstr "Anchura:" #: ../app/dialogs/layer-options-dialog.c:145 -#: ../app/tools/gimpmeasuretool.c:1090 +#: ../app/tools/gimpmeasuretool.c:1093 msgid "Height:" msgstr "Altura:" @@ -7468,11 +7486,11 @@ msgstr "" "Necesitará reiniciar GIMP para que los siguientes cambios tengan efecto:" -#: ../app/dialogs/preferences-dialog.c:494 +#: ../app/dialogs/preferences-dialog.c:500 msgid "Configure Input Devices" msgstr "Configurar los dispositivos de entrada" -#: ../app/dialogs/preferences-dialog.c:571 +#: ../app/dialogs/preferences-dialog.c:577 msgid "" "Your keyboard shortcuts will be reset to default values the next time you " "start GIMP." @@ -7480,17 +7498,17 @@ "Sus combinaciones de teclas se restablecerán a los valores de fábrica la " "próxima vez que inicie GIMP." -#: ../app/dialogs/preferences-dialog.c:582 +#: ../app/dialogs/preferences-dialog.c:588 msgid "Remove all Keyboard Shortcuts" msgstr "Eliminar todas las combinaciones de teclas" -#: ../app/dialogs/preferences-dialog.c:604 +#: ../app/dialogs/preferences-dialog.c:610 msgid "Do you really want to remove all keyboard shortcuts from all menus?" msgstr "" "¿Realmente desea eliminar todas las combinaciones de teclas de todos los " "menús?" -#: ../app/dialogs/preferences-dialog.c:645 +#: ../app/dialogs/preferences-dialog.c:651 msgid "" "Your window setup will be reset to default values the next time you start " "GIMP." @@ -7498,7 +7516,7 @@ "Su configuración de ventanas se restablecerá al valor de fábrica la próxima " "vez que inicie GIMP." -#: ../app/dialogs/preferences-dialog.c:680 +#: ../app/dialogs/preferences-dialog.c:686 msgid "" "Your input device settings will be reset to default values the next time you " "start GIMP." @@ -7506,7 +7524,7 @@ "Su configuración de dispositivos de entrada se restablecerá a los valores de " "fábrica la siguiente vez que inicie GIMP." -#: ../app/dialogs/preferences-dialog.c:715 +#: ../app/dialogs/preferences-dialog.c:721 msgid "" "Your tool options will be reset to default values the next time you start " "GIMP." @@ -7514,734 +7532,734 @@ "Sus opciones de herramientas se restablecerán a los valores predeterminados " "la próxima vez que inicie GIMP." -#: ../app/dialogs/preferences-dialog.c:1283 +#: ../app/dialogs/preferences-dialog.c:1289 msgid "Show _menubar" msgstr "Mostrar la barra de _menús" -#: ../app/dialogs/preferences-dialog.c:1287 +#: ../app/dialogs/preferences-dialog.c:1293 msgid "Show _rulers" msgstr "Mostrar las _reglas" -#: ../app/dialogs/preferences-dialog.c:1290 +#: ../app/dialogs/preferences-dialog.c:1296 msgid "Show scroll_bars" msgstr "Mostrar las _barras de desplazamiento" -#: ../app/dialogs/preferences-dialog.c:1293 +#: ../app/dialogs/preferences-dialog.c:1299 msgid "Show s_tatusbar" msgstr "Mostrar la barra de es_tado" -#: ../app/dialogs/preferences-dialog.c:1301 +#: ../app/dialogs/preferences-dialog.c:1307 msgid "Show s_election" msgstr "Mostrar la s_elección" -#: ../app/dialogs/preferences-dialog.c:1304 +#: ../app/dialogs/preferences-dialog.c:1310 msgid "Show _layer boundary" msgstr "Mostrar el _límite de la capa" -#: ../app/dialogs/preferences-dialog.c:1307 +#: ../app/dialogs/preferences-dialog.c:1313 msgid "Show _guides" -msgstr "Mostrar las _guías" +msgstr "Mostra_r las guías" -#: ../app/dialogs/preferences-dialog.c:1310 +#: ../app/dialogs/preferences-dialog.c:1316 msgid "Show gri_d" msgstr "Mostrar la _rejilla" -#: ../app/dialogs/preferences-dialog.c:1316 +#: ../app/dialogs/preferences-dialog.c:1322 msgid "Canvas _padding mode:" msgstr "Modo de _relleno del lienzo:" -#: ../app/dialogs/preferences-dialog.c:1321 +#: ../app/dialogs/preferences-dialog.c:1327 msgid "Custom p_adding color:" msgstr "Color de _relleno del lienzo:" -#: ../app/dialogs/preferences-dialog.c:1322 +#: ../app/dialogs/preferences-dialog.c:1328 msgid "Select Custom Canvas Padding Color" msgstr "Establecer el color personalizado de relleno del lienzo" -#: ../app/dialogs/preferences-dialog.c:1411 +#: ../app/dialogs/preferences-dialog.c:1417 msgid "Preferences" msgstr "Preferencias" -#: ../app/dialogs/preferences-dialog.c:1523 -#: ../app/dialogs/preferences-dialog.c:2774 +#: ../app/dialogs/preferences-dialog.c:1529 +#: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment" msgstr "Entorno" -#: ../app/dialogs/preferences-dialog.c:1537 +#: ../app/dialogs/preferences-dialog.c:1543 msgid "Resource Consumption" msgstr "Consumo de recursos" -#: ../app/dialogs/preferences-dialog.c:1547 +#: ../app/dialogs/preferences-dialog.c:1553 msgid "Minimal number of _undo levels:" msgstr "Número mínimo de niveles de _deshacer:" -#: ../app/dialogs/preferences-dialog.c:1550 +#: ../app/dialogs/preferences-dialog.c:1556 msgid "Maximum undo _memory:" msgstr "_Memoria máxima para deshacer:" -#: ../app/dialogs/preferences-dialog.c:1553 +#: ../app/dialogs/preferences-dialog.c:1559 msgid "Tile cache _size:" msgstr "Tamaño del caché de _mosaico:" -#: ../app/dialogs/preferences-dialog.c:1556 +#: ../app/dialogs/preferences-dialog.c:1562 msgid "Maximum _new image size:" msgstr "Tamaño máximo de la imagen _nueva:" -#: ../app/dialogs/preferences-dialog.c:1561 +#: ../app/dialogs/preferences-dialog.c:1567 msgid "Number of _processors to use:" msgstr "Número de _procesadores que usar:" #. Image Thumbnails -#: ../app/dialogs/preferences-dialog.c:1566 +#: ../app/dialogs/preferences-dialog.c:1572 msgid "Image Thumbnails" msgstr "Miniaturas de imágenes" -#: ../app/dialogs/preferences-dialog.c:1571 +#: ../app/dialogs/preferences-dialog.c:1577 msgid "Size of _thumbnails:" msgstr "Tamaño de las _miniaturas:" -#: ../app/dialogs/preferences-dialog.c:1575 +#: ../app/dialogs/preferences-dialog.c:1581 msgid "Maximum _filesize for thumbnailing:" msgstr "Tamaño _máximo del archivo para miniaturizar:" #. File Saving -#: ../app/dialogs/preferences-dialog.c:1579 +#: ../app/dialogs/preferences-dialog.c:1585 msgid "Saving Images" msgstr "Guardando imágenes" -#: ../app/dialogs/preferences-dialog.c:1582 +#: ../app/dialogs/preferences-dialog.c:1588 msgid "Confirm closing of unsa_ved images" msgstr "Confirmar el cierre de las _imágenes no guardadas" -#: ../app/dialogs/preferences-dialog.c:1592 +#: ../app/dialogs/preferences-dialog.c:1598 msgid "Keep record of used files in the Recent Documents list" msgstr "" "Mantener un registro de los archivos utilizados en la lista de documentos " "recientes" -#: ../app/dialogs/preferences-dialog.c:1601 +#: ../app/dialogs/preferences-dialog.c:1607 msgid "User Interface" msgstr "Interfaz de usuario" -#: ../app/dialogs/preferences-dialog.c:1604 +#: ../app/dialogs/preferences-dialog.c:1610 msgid "Interface" msgstr "Interfaz" #. Previews -#: ../app/dialogs/preferences-dialog.c:1611 +#: ../app/dialogs/preferences-dialog.c:1617 msgid "Previews" msgstr "Vistas previas" -#: ../app/dialogs/preferences-dialog.c:1614 +#: ../app/dialogs/preferences-dialog.c:1620 msgid "_Enable layer & channel previews" msgstr "_Activar las vistas previas de las capas y los canales" -#: ../app/dialogs/preferences-dialog.c:1620 +#: ../app/dialogs/preferences-dialog.c:1626 msgid "_Default layer & channel preview size:" msgstr "Tamaño predeterminado de las vistas previas de _capas y canales:" -#: ../app/dialogs/preferences-dialog.c:1623 +#: ../app/dialogs/preferences-dialog.c:1629 msgid "Na_vigation preview size:" msgstr "Tamaño de vistas previas de _navegación:" #. Keyboard Shortcuts -#: ../app/dialogs/preferences-dialog.c:1627 +#: ../app/dialogs/preferences-dialog.c:1633 msgid "Keyboard Shortcuts" msgstr "Combinaciones de teclas" -#: ../app/dialogs/preferences-dialog.c:1631 +#: ../app/dialogs/preferences-dialog.c:1637 msgid "Show menu _mnemonics (access keys)" -msgstr "Mostrar _mnemónicos del menú (teclas de acceso)" +msgstr "_Mostrar ayudas recordatorias en los menús (teclas de accesibilidad)" -#: ../app/dialogs/preferences-dialog.c:1634 +#: ../app/dialogs/preferences-dialog.c:1640 msgid "_Use dynamic keyboard shortcuts" msgstr "Usar combinaciones de teclas _dinámicas" -#: ../app/dialogs/preferences-dialog.c:1638 +#: ../app/dialogs/preferences-dialog.c:1644 msgid "Configure _Keyboard Shortcuts..." msgstr "Configurar las combinaciones de _teclas…" -#: ../app/dialogs/preferences-dialog.c:1645 +#: ../app/dialogs/preferences-dialog.c:1651 msgid "_Save keyboard shortcuts on exit" msgstr "_Guardar las combinaciones de teclas al salir" -#: ../app/dialogs/preferences-dialog.c:1649 +#: ../app/dialogs/preferences-dialog.c:1655 msgid "Save Keyboard Shortcuts _Now" msgstr "Guardar las combinaciones de teclas _ahora" -#: ../app/dialogs/preferences-dialog.c:1656 +#: ../app/dialogs/preferences-dialog.c:1662 msgid "_Reset Keyboard Shortcuts to Default Values" msgstr "_Restablecer las combinaciones de teclas a los valores predeterminados" -#: ../app/dialogs/preferences-dialog.c:1665 +#: ../app/dialogs/preferences-dialog.c:1671 msgid "Remove _All Keyboard Shortcuts" msgstr "Eliminar _todas las combinaciones de teclas" -#: ../app/dialogs/preferences-dialog.c:1677 -#: ../app/dialogs/preferences-dialog.c:1716 +#: ../app/dialogs/preferences-dialog.c:1683 +#: ../app/dialogs/preferences-dialog.c:1722 msgid "Theme" msgstr "Tema" -#: ../app/dialogs/preferences-dialog.c:1686 +#: ../app/dialogs/preferences-dialog.c:1692 msgid "Select Theme" msgstr "Seleccionar un tema" -#: ../app/dialogs/preferences-dialog.c:1768 +#: ../app/dialogs/preferences-dialog.c:1774 msgid "Reload C_urrent Theme" msgstr "Recargar el tema act_ual" -#: ../app/dialogs/preferences-dialog.c:1780 +#: ../app/dialogs/preferences-dialog.c:1786 msgid "Help System" msgstr "Sistema de ayuda" #. General -#: ../app/dialogs/preferences-dialog.c:1792 -#: ../app/dialogs/preferences-dialog.c:1886 -#: ../app/dialogs/preferences-dialog.c:2073 +#: ../app/dialogs/preferences-dialog.c:1798 +#: ../app/dialogs/preferences-dialog.c:1892 +#: ../app/dialogs/preferences-dialog.c:2079 #: ../app/widgets/gimpcontrollereditor.c:189 msgid "General" msgstr "General" -#: ../app/dialogs/preferences-dialog.c:1795 +#: ../app/dialogs/preferences-dialog.c:1801 msgid "Show _tooltips" msgstr "Mostrar _consejos" -#: ../app/dialogs/preferences-dialog.c:1798 +#: ../app/dialogs/preferences-dialog.c:1804 msgid "Show help _buttons" msgstr "Mostrar _botones de ayuda" -#: ../app/dialogs/preferences-dialog.c:1811 +#: ../app/dialogs/preferences-dialog.c:1817 msgid "Use the online version" msgstr "Usar la versión en línea" -#: ../app/dialogs/preferences-dialog.c:1812 +#: ../app/dialogs/preferences-dialog.c:1818 msgid "Use a locally installed copy" msgstr "Usar una copia instalada localmente" -#: ../app/dialogs/preferences-dialog.c:1813 +#: ../app/dialogs/preferences-dialog.c:1819 msgid "User manual:" msgstr "Manual del usuario:" -#: ../app/dialogs/preferences-dialog.c:1820 +#: ../app/dialogs/preferences-dialog.c:1826 msgid "There's a local installation of the user manual." msgstr "Existe una instalación local del manual de usuario." -#: ../app/dialogs/preferences-dialog.c:1825 +#: ../app/dialogs/preferences-dialog.c:1831 msgid "The user manual is not installed locally." msgstr "El manual del usuario no está instalado localmente." #. Help Browser -#: ../app/dialogs/preferences-dialog.c:1848 +#: ../app/dialogs/preferences-dialog.c:1854 msgid "Help Browser" msgstr "Visor de ayuda" -#: ../app/dialogs/preferences-dialog.c:1852 +#: ../app/dialogs/preferences-dialog.c:1858 msgid "H_elp browser to use:" msgstr "_Visor de ayuda:" -#: ../app/dialogs/preferences-dialog.c:1857 +#: ../app/dialogs/preferences-dialog.c:1863 msgid "Web Browser" msgstr "Navegador web" -#: ../app/dialogs/preferences-dialog.c:1861 +#: ../app/dialogs/preferences-dialog.c:1867 msgid "_Web browser to use:" -msgstr "Navegador _web:" +msgstr "Navegador _web que usar:" -#: ../app/dialogs/preferences-dialog.c:1889 +#: ../app/dialogs/preferences-dialog.c:1895 msgid "_Save tool options on exit" msgstr "G_uardar las opciones de herramientas al salir" -#: ../app/dialogs/preferences-dialog.c:1893 +#: ../app/dialogs/preferences-dialog.c:1899 msgid "Save Tool Options _Now" msgstr "Guardar las opciones de herramientas _ahora" -#: ../app/dialogs/preferences-dialog.c:1900 +#: ../app/dialogs/preferences-dialog.c:1906 msgid "_Reset Saved Tool Options to Default Values" msgstr "" "R_estaurar las opciones de herramientas guardadas a los valores " "predeterminados" #. Snapping Distance -#: ../app/dialogs/preferences-dialog.c:1910 +#: ../app/dialogs/preferences-dialog.c:1916 msgid "Guide & Grid Snapping" msgstr "Ajuste a la rejilla y la guía" -#: ../app/dialogs/preferences-dialog.c:1915 +#: ../app/dialogs/preferences-dialog.c:1921 msgid "_Snap distance:" -msgstr "Distancia del a_juste:" +msgstr "Distancia del ajus_te:" -#: ../app/dialogs/preferences-dialog.c:1923 +#: ../app/dialogs/preferences-dialog.c:1929 msgid "Default _interpolation:" msgstr "_Interpolación predeterminada:" #. Global Brush, Pattern, ... -#: ../app/dialogs/preferences-dialog.c:1930 +#: ../app/dialogs/preferences-dialog.c:1936 msgid "Paint Options Shared Between Tools" msgstr "Opciones de pintado compartidas entre las herramientas" -#: ../app/dialogs/preferences-dialog.c:1943 +#: ../app/dialogs/preferences-dialog.c:1949 msgid "Move Tool" msgstr "Herramienta mover" -#: ../app/dialogs/preferences-dialog.c:1947 +#: ../app/dialogs/preferences-dialog.c:1953 msgid "Set layer or path as active" msgstr "Definir capa o ruta como activa" -#: ../app/dialogs/preferences-dialog.c:1960 ../app/widgets/gimptoolbox.c:631 +#: ../app/dialogs/preferences-dialog.c:1966 ../app/widgets/gimptoolbox.c:633 msgid "Toolbox" msgstr "Caja de herramientas" #. Appearance -#: ../app/dialogs/preferences-dialog.c:1972 -#: ../app/dialogs/preferences-dialog.c:2146 +#: ../app/dialogs/preferences-dialog.c:1978 +#: ../app/dialogs/preferences-dialog.c:2152 #: ../app/widgets/gimpgrideditor.c:204 msgid "Appearance" msgstr "Apariencia" -#: ../app/dialogs/preferences-dialog.c:1976 +#: ../app/dialogs/preferences-dialog.c:1982 msgid "Show _foreground & background color" msgstr "Mostrar color de _fondo y frente" -#: ../app/dialogs/preferences-dialog.c:1980 +#: ../app/dialogs/preferences-dialog.c:1986 msgid "Show active _brush, pattern & gradient" msgstr "Mostrar _pinceles, patrones y degradados activos" -#: ../app/dialogs/preferences-dialog.c:1984 +#: ../app/dialogs/preferences-dialog.c:1990 msgid "Show active _image" msgstr "Mostrar imagen _activa" -#: ../app/dialogs/preferences-dialog.c:1997 +#: ../app/dialogs/preferences-dialog.c:2003 msgid "Default New Image" msgstr "Imagen nueva predeterminada" -#: ../app/dialogs/preferences-dialog.c:2000 +#: ../app/dialogs/preferences-dialog.c:2006 msgid "Default Image" msgstr "Imagen predeterminada" -#: ../app/dialogs/preferences-dialog.c:2037 +#: ../app/dialogs/preferences-dialog.c:2043 msgid "Default Image Grid" msgstr "Rejilla de imagen predeterminada" -#: ../app/dialogs/preferences-dialog.c:2040 +#: ../app/dialogs/preferences-dialog.c:2046 msgid "Default Grid" msgstr "Rejilla predeterminada" -#: ../app/dialogs/preferences-dialog.c:2061 +#: ../app/dialogs/preferences-dialog.c:2067 msgid "Image Windows" msgstr "Ventanas de imagen" -#: ../app/dialogs/preferences-dialog.c:2076 +#: ../app/dialogs/preferences-dialog.c:2082 msgid "Use \"_Dot for dot\" by default" -msgstr "Usar «p_unto por punto» por omisión" +msgstr "Usar «p_unto por punto» de forma predeterminada" -#: ../app/dialogs/preferences-dialog.c:2082 +#: ../app/dialogs/preferences-dialog.c:2088 msgid "Marching _ants speed:" msgstr "Velocid_ad del «desfile de hormigas»:" #. Zoom & Resize Behavior -#: ../app/dialogs/preferences-dialog.c:2086 +#: ../app/dialogs/preferences-dialog.c:2092 msgid "Zoom & Resize Behavior" msgstr "Comportamiento de la redimensión y la ampliación" -#: ../app/dialogs/preferences-dialog.c:2090 +#: ../app/dialogs/preferences-dialog.c:2096 msgid "Resize window on _zoom" msgstr "Redimensionar la ventana al a_mpliar" -#: ../app/dialogs/preferences-dialog.c:2093 +#: ../app/dialogs/preferences-dialog.c:2099 msgid "Resize window on image _size change" msgstr "Redimen_sionar la ventana al cambiar el tamaño de la imagen" -#: ../app/dialogs/preferences-dialog.c:2099 +#: ../app/dialogs/preferences-dialog.c:2105 msgid "Fit to window" msgstr "Ajustar a la ventana" -#: ../app/dialogs/preferences-dialog.c:2101 +#: ../app/dialogs/preferences-dialog.c:2107 msgid "Initial zoom _ratio:" msgstr "_Proporción de ampliación inicial:" #. Space Bar -#: ../app/dialogs/preferences-dialog.c:2105 +#: ../app/dialogs/preferences-dialog.c:2111 msgid "Space Bar" msgstr "Barra espaciadora" -#: ../app/dialogs/preferences-dialog.c:2111 +#: ../app/dialogs/preferences-dialog.c:2117 msgid "_While space bar is pressed:" msgstr "_Mientras se pulsa la barra espaciadora:" #. Mouse Pointers -#: ../app/dialogs/preferences-dialog.c:2115 +#: ../app/dialogs/preferences-dialog.c:2121 msgid "Mouse Pointers" msgstr "Punteros del ratón" -#: ../app/dialogs/preferences-dialog.c:2119 +#: ../app/dialogs/preferences-dialog.c:2125 msgid "Show _brush outline" msgstr "Mostrar el contorno del _pincel" -#: ../app/dialogs/preferences-dialog.c:2122 +#: ../app/dialogs/preferences-dialog.c:2128 msgid "Show pointer for paint _tools" msgstr "Mostrar el puntero de las herramientas de _pintura" -#: ../app/dialogs/preferences-dialog.c:2128 +#: ../app/dialogs/preferences-dialog.c:2134 msgid "Pointer _mode:" msgstr "_Modo del puntero:" -#: ../app/dialogs/preferences-dialog.c:2131 +#: ../app/dialogs/preferences-dialog.c:2137 msgid "Pointer re_ndering:" msgstr "Re_nderizado del puntero:" -#: ../app/dialogs/preferences-dialog.c:2143 +#: ../app/dialogs/preferences-dialog.c:2149 msgid "Image Window Appearance" msgstr "Apariencia de la ventana de la imagen" -#: ../app/dialogs/preferences-dialog.c:2154 +#: ../app/dialogs/preferences-dialog.c:2160 msgid "Default Appearance in Normal Mode" msgstr "Apariencia predeterminada en el modo normal" -#: ../app/dialogs/preferences-dialog.c:2159 +#: ../app/dialogs/preferences-dialog.c:2165 msgid "Default Appearance in Fullscreen Mode" msgstr "Apariencia predeterminada en el modo de pantalla completa" -#: ../app/dialogs/preferences-dialog.c:2168 +#: ../app/dialogs/preferences-dialog.c:2174 msgid "Image Title & Statusbar Format" msgstr "Formato del título de imagen y la barra de estado" -#: ../app/dialogs/preferences-dialog.c:2171 +#: ../app/dialogs/preferences-dialog.c:2177 msgid "Title & Status" msgstr "Título y estado" -#: ../app/dialogs/preferences-dialog.c:2189 +#: ../app/dialogs/preferences-dialog.c:2195 msgid "Current format" msgstr "Formato actual" -#: ../app/dialogs/preferences-dialog.c:2190 +#: ../app/dialogs/preferences-dialog.c:2196 msgid "Default format" msgstr "Formato predeterminado" -#: ../app/dialogs/preferences-dialog.c:2191 +#: ../app/dialogs/preferences-dialog.c:2197 msgid "Show zoom percentage" msgstr "Mostrar el porcentaje de ampliación" -#: ../app/dialogs/preferences-dialog.c:2192 +#: ../app/dialogs/preferences-dialog.c:2198 msgid "Show zoom ratio" msgstr "Mostrar la relación de ampliación" -#: ../app/dialogs/preferences-dialog.c:2193 +#: ../app/dialogs/preferences-dialog.c:2199 msgid "Show image size" msgstr "Mostrar el tamaño de imagen" -#: ../app/dialogs/preferences-dialog.c:2206 +#: ../app/dialogs/preferences-dialog.c:2212 msgid "Image Title Format" msgstr "Formato del título de imagen" -#: ../app/dialogs/preferences-dialog.c:2208 +#: ../app/dialogs/preferences-dialog.c:2214 msgid "Image Statusbar Format" msgstr "Formato de la barra de estado de la imagen" -#: ../app/dialogs/preferences-dialog.c:2293 +#: ../app/dialogs/preferences-dialog.c:2299 msgid "Display" msgstr "Pantalla" -#: ../app/dialogs/preferences-dialog.c:2309 +#: ../app/dialogs/preferences-dialog.c:2315 msgid "_Check style:" msgstr "Estilo de la _cuadrícula:" -#: ../app/dialogs/preferences-dialog.c:2312 +#: ../app/dialogs/preferences-dialog.c:2318 msgid "Check _size:" msgstr "Ta_maño de la cuadrícula:" -#: ../app/dialogs/preferences-dialog.c:2315 +#: ../app/dialogs/preferences-dialog.c:2321 msgid "Monitor Resolution" msgstr "Resolución de monitor" # Debe ir en minúsculas por las reglas de estilo -#: ../app/dialogs/preferences-dialog.c:2319 +#: ../app/dialogs/preferences-dialog.c:2325 #: ../app/widgets/gimpcursorview.c:124 ../app/widgets/gimpgrideditor.c:269 #: ../app/widgets/gimpgrideditor.c:301 msgid "Pixels" msgstr "píxeles" -#: ../app/dialogs/preferences-dialog.c:2341 +#: ../app/dialogs/preferences-dialog.c:2347 #: ../app/widgets/gimpimagepropview.c:476 msgid "ppi" msgstr "ppp" -#: ../app/dialogs/preferences-dialog.c:2357 +#: ../app/dialogs/preferences-dialog.c:2363 #, c-format msgid "_Detect automatically (currently %d × %d ppi)" msgstr "_Detectar automáticamente (actualmente %d x %d ppp)" -#: ../app/dialogs/preferences-dialog.c:2377 +#: ../app/dialogs/preferences-dialog.c:2383 msgid "_Enter manually" msgstr "Introducir _manualmente" -#: ../app/dialogs/preferences-dialog.c:2392 +#: ../app/dialogs/preferences-dialog.c:2398 msgid "C_alibrate..." msgstr "C_alibrar…" -#: ../app/dialogs/preferences-dialog.c:2415 +#: ../app/dialogs/preferences-dialog.c:2421 msgid "Color Management" msgstr "Gestión del color" -#: ../app/dialogs/preferences-dialog.c:2435 +#: ../app/dialogs/preferences-dialog.c:2441 msgid "_RGB profile:" msgstr "Perfil _RGB:" -#: ../app/dialogs/preferences-dialog.c:2436 +#: ../app/dialogs/preferences-dialog.c:2442 msgid "Select RGB Color Profile" msgstr "Seleccionar el perfil de color RGB" -#: ../app/dialogs/preferences-dialog.c:2437 +#: ../app/dialogs/preferences-dialog.c:2443 msgid "_CMYK profile:" msgstr "Perfil _CMYK:" -#: ../app/dialogs/preferences-dialog.c:2438 +#: ../app/dialogs/preferences-dialog.c:2444 msgid "Select CMYK Color Profile" msgstr "Seleccionar el perfil de color CMYK" -#: ../app/dialogs/preferences-dialog.c:2439 +#: ../app/dialogs/preferences-dialog.c:2445 msgid "_Monitor profile:" msgstr "Perfil del _monitor:" -#: ../app/dialogs/preferences-dialog.c:2440 +#: ../app/dialogs/preferences-dialog.c:2446 msgid "Select Monitor Color Profile" msgstr "Seleccionar el perfil de color del monitor" -#: ../app/dialogs/preferences-dialog.c:2441 +#: ../app/dialogs/preferences-dialog.c:2447 msgid "_Print simulation profile:" msgstr "Perfil de simulación de _impresión:" -#: ../app/dialogs/preferences-dialog.c:2442 +#: ../app/dialogs/preferences-dialog.c:2448 msgid "Select Printer Color Profile" msgstr "Seleccionar el perfil de color de la impresora" -#: ../app/dialogs/preferences-dialog.c:2453 +#: ../app/dialogs/preferences-dialog.c:2459 msgid "_Mode of operation:" msgstr "_Modo de operación:" -#: ../app/dialogs/preferences-dialog.c:2483 +#: ../app/dialogs/preferences-dialog.c:2489 msgid "_Try to use the system monitor profile" msgstr "In_tentar utilizar el perfil de monitor del sistema" -#: ../app/dialogs/preferences-dialog.c:2493 +#: ../app/dialogs/preferences-dialog.c:2499 msgid "_Display rendering intent:" msgstr "Prueba de renderizado en _pantalla:" -#: ../app/dialogs/preferences-dialog.c:2502 +#: ../app/dialogs/preferences-dialog.c:2508 msgid "_Softproof rendering intent:" msgstr "_Pseudoprueba de renderizado:" -#: ../app/dialogs/preferences-dialog.c:2515 +#: ../app/dialogs/preferences-dialog.c:2521 msgid "Mark out of gamut colors" msgstr "Marcar a partir de los colores del gamut" -#: ../app/dialogs/preferences-dialog.c:2520 +#: ../app/dialogs/preferences-dialog.c:2526 msgid "Select Warning Color" msgstr "Seleccionar el color de las advertencias" -#: ../app/dialogs/preferences-dialog.c:2533 +#: ../app/dialogs/preferences-dialog.c:2539 msgid "File Open behaviour:" msgstr "Comportamiento de apertura de archivos:" -#: ../app/dialogs/preferences-dialog.c:2545 +#: ../app/dialogs/preferences-dialog.c:2551 msgid "Input Devices" msgstr "Dispositivos de entrada" #. Extended Input Devices -#: ../app/dialogs/preferences-dialog.c:2555 +#: ../app/dialogs/preferences-dialog.c:2561 msgid "Extended Input Devices" msgstr "Dispositivos de entrada extendidos" -#: ../app/dialogs/preferences-dialog.c:2559 +#: ../app/dialogs/preferences-dialog.c:2565 msgid "Configure E_xtended Input Devices..." msgstr "Configurar los dispositivos de entrada e_xtendidos…" -#: ../app/dialogs/preferences-dialog.c:2566 +#: ../app/dialogs/preferences-dialog.c:2572 msgid "_Save input device settings on exit" msgstr "Guardar la configuración del dispositivo de entrada al _salir" -#: ../app/dialogs/preferences-dialog.c:2570 +#: ../app/dialogs/preferences-dialog.c:2576 msgid "Save Input Device Settings _Now" msgstr "Guardar la configuración del dispositivo de entrada _ahora" -#: ../app/dialogs/preferences-dialog.c:2577 +#: ../app/dialogs/preferences-dialog.c:2583 msgid "_Reset Saved Input Device Settings to Default Values" msgstr "" "_Restablecer la configuración guardada del dispositivo de entrada a los " -"valores de fábrica" +"valores predeterminados" -#: ../app/dialogs/preferences-dialog.c:2592 +#: ../app/dialogs/preferences-dialog.c:2598 msgid "Additional Input Controllers" msgstr "Controles adicionales de entrada" -#: ../app/dialogs/preferences-dialog.c:2595 +#: ../app/dialogs/preferences-dialog.c:2601 msgid "Input Controllers" msgstr "Controladores de entrada" -#: ../app/dialogs/preferences-dialog.c:2611 +#: ../app/dialogs/preferences-dialog.c:2617 msgid "Window Management" msgstr "Gestión de la ventana" -#: ../app/dialogs/preferences-dialog.c:2620 +#: ../app/dialogs/preferences-dialog.c:2626 msgid "Window Manager Hints" msgstr "Hints del gestor de ventanas" -#: ../app/dialogs/preferences-dialog.c:2626 +#: ../app/dialogs/preferences-dialog.c:2632 msgid "Hint for the _toolbox:" -msgstr "Hint para la caja de herramien_tas:" +msgstr "Pista para la caja de herramien_tas:" -#: ../app/dialogs/preferences-dialog.c:2630 +#: ../app/dialogs/preferences-dialog.c:2636 msgid "Hint for other _docks:" -msgstr "Hint para otros e_mpotrables:" +msgstr "Pista para otras cajas emprotables:" -#: ../app/dialogs/preferences-dialog.c:2635 +#: ../app/dialogs/preferences-dialog.c:2641 msgid "Toolbox and other docks are transient to the active image window" msgstr "" -"La caja de herramientas y otros empotrables dependerán de la ventana de " -"imagen activa" +"La caja de herramientas y otras cajas empotrables son sensibles a la ventana " +"de imagen activa" -#: ../app/dialogs/preferences-dialog.c:2640 +#: ../app/dialogs/preferences-dialog.c:2646 msgid "Focus" msgstr "Foco" -#: ../app/dialogs/preferences-dialog.c:2644 +#: ../app/dialogs/preferences-dialog.c:2650 msgid "Activate the _focused image" msgstr "Activar la imagen con el _foco" #. Window Positions -#: ../app/dialogs/preferences-dialog.c:2648 +#: ../app/dialogs/preferences-dialog.c:2654 msgid "Window Positions" msgstr "Posiciones de las ventanas" -#: ../app/dialogs/preferences-dialog.c:2651 +#: ../app/dialogs/preferences-dialog.c:2657 msgid "_Save window positions on exit" msgstr "G_uardar posiciones de ventanas al salir" -#: ../app/dialogs/preferences-dialog.c:2655 +#: ../app/dialogs/preferences-dialog.c:2661 msgid "Save Window Positions _Now" msgstr "Guardar las posiciones de las ventanas _ahora" -#: ../app/dialogs/preferences-dialog.c:2662 +#: ../app/dialogs/preferences-dialog.c:2668 msgid "_Reset Saved Window Positions to Default Values" msgstr "" "R_estaurar las posiciones de ventana guardadas a los valores predeterminados" -#: ../app/dialogs/preferences-dialog.c:2677 +#: ../app/dialogs/preferences-dialog.c:2683 msgid "Folders" msgstr "Carpetas" -#: ../app/dialogs/preferences-dialog.c:2697 +#: ../app/dialogs/preferences-dialog.c:2703 msgid "Temporary folder:" msgstr "Carpeta temporal:" -#: ../app/dialogs/preferences-dialog.c:2698 +#: ../app/dialogs/preferences-dialog.c:2704 msgid "Select Folder for Temporary Files" msgstr "Seleccione la carpeta para los archivos temporales" -#: ../app/dialogs/preferences-dialog.c:2702 +#: ../app/dialogs/preferences-dialog.c:2708 msgid "Swap folder:" msgstr "Carpeta de intercambio:" -#: ../app/dialogs/preferences-dialog.c:2703 +#: ../app/dialogs/preferences-dialog.c:2709 msgid "Select Swap Folder" msgstr "Seleccionar la carpeta de intercambio" -#: ../app/dialogs/preferences-dialog.c:2738 +#: ../app/dialogs/preferences-dialog.c:2744 msgid "Brush Folders" msgstr "Carpetas de pinceles" -#: ../app/dialogs/preferences-dialog.c:2740 +#: ../app/dialogs/preferences-dialog.c:2746 msgid "Select Brush Folders" msgstr "Seleccionar la carpeta de pinceles" -#: ../app/dialogs/preferences-dialog.c:2742 +#: ../app/dialogs/preferences-dialog.c:2748 msgid "Pattern Folders" msgstr "Carpetas de patrones" -#: ../app/dialogs/preferences-dialog.c:2744 +#: ../app/dialogs/preferences-dialog.c:2750 msgid "Select Pattern Folders" msgstr "Seleccionar la carpeta de patrones" -#: ../app/dialogs/preferences-dialog.c:2746 +#: ../app/dialogs/preferences-dialog.c:2752 msgid "Palette Folders" msgstr "Carpetas de paletas" -#: ../app/dialogs/preferences-dialog.c:2748 +#: ../app/dialogs/preferences-dialog.c:2754 msgid "Select Palette Folders" msgstr "Seleccionar las carpetas de paletas" -#: ../app/dialogs/preferences-dialog.c:2750 +#: ../app/dialogs/preferences-dialog.c:2756 msgid "Gradient Folders" msgstr "Carpetas de degradados" -#: ../app/dialogs/preferences-dialog.c:2752 +#: ../app/dialogs/preferences-dialog.c:2758 msgid "Select Gradient Folders" msgstr "Seleccionar las carpetas de degradados" -#: ../app/dialogs/preferences-dialog.c:2754 +#: ../app/dialogs/preferences-dialog.c:2760 msgid "Font Folders" msgstr "Carpetas de tipografías" -#: ../app/dialogs/preferences-dialog.c:2756 +#: ../app/dialogs/preferences-dialog.c:2762 msgid "Select Font Folders" msgstr "Seleccionar las carpetas de tipografías" -#: ../app/dialogs/preferences-dialog.c:2758 +#: ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-In Folders" msgstr "Carpetas de complementos" -#: ../app/dialogs/preferences-dialog.c:2760 +#: ../app/dialogs/preferences-dialog.c:2766 msgid "Select Plug-In Folders" msgstr "Seleccionar las carpetas de complementos" -#: ../app/dialogs/preferences-dialog.c:2762 +#: ../app/dialogs/preferences-dialog.c:2768 msgid "Scripts" msgstr "Guiones" -#: ../app/dialogs/preferences-dialog.c:2762 +#: ../app/dialogs/preferences-dialog.c:2768 msgid "Script-Fu Folders" msgstr "Carpetas de scripts-fu" -#: ../app/dialogs/preferences-dialog.c:2764 +#: ../app/dialogs/preferences-dialog.c:2770 msgid "Select Script-Fu Folders" msgstr "Seleccionar la carpeta de script-fu" -#: ../app/dialogs/preferences-dialog.c:2766 +#: ../app/dialogs/preferences-dialog.c:2772 msgid "Module Folders" msgstr "Carpetas de módulos" -#: ../app/dialogs/preferences-dialog.c:2768 +#: ../app/dialogs/preferences-dialog.c:2774 msgid "Select Module Folders" msgstr "Seleccionar las carpetas de módulos" -#: ../app/dialogs/preferences-dialog.c:2770 +#: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreters" msgstr "Intérpretes" -#: ../app/dialogs/preferences-dialog.c:2770 +#: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreter Folders" msgstr "Carpetas del intérprete" -#: ../app/dialogs/preferences-dialog.c:2772 +#: ../app/dialogs/preferences-dialog.c:2778 msgid "Select Interpreter Folders" msgstr "Seleccionar las carpetas de los intérpretes" -#: ../app/dialogs/preferences-dialog.c:2774 +#: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment Folders" msgstr "Carpetas de entorno" -#: ../app/dialogs/preferences-dialog.c:2776 +#: ../app/dialogs/preferences-dialog.c:2782 msgid "Select Environment Folders" msgstr "Seleccionar las carpetas de entorno" -#: ../app/dialogs/preferences-dialog.c:2778 +#: ../app/dialogs/preferences-dialog.c:2784 msgid "Themes" msgstr "Temas" -#: ../app/dialogs/preferences-dialog.c:2778 +#: ../app/dialogs/preferences-dialog.c:2784 msgid "Theme Folders" msgstr "Carpetas de temas" -#: ../app/dialogs/preferences-dialog.c:2780 +#: ../app/dialogs/preferences-dialog.c:2786 msgid "Select Theme Folders" msgstr "Seleccionar las carpetas de temas" @@ -8493,7 +8511,7 @@ #: ../app/display/display-enums.c:116 msgid "No action" -msgstr "Sin acción" +msgstr "Ninguna acción" #: ../app/display/display-enums.c:117 msgid "Pan view" @@ -8501,7 +8519,7 @@ #: ../app/display/display-enums.c:118 msgid "Switch to Move tool" -msgstr "Cambiar a la herramienta de movimiento" +msgstr "Cambiar a la herramienta Mover" #: ../app/display/display-enums.c:145 msgid "quality|Low" @@ -8516,20 +8534,20 @@ msgid "Image saved to '%s'" msgstr "Imagen guardada en «%s»" -#: ../app/display/gimpdisplayshell.c:1024 +#: ../app/display/gimpdisplayshell.c:1035 msgid "Access the image menu" msgstr "Ir al menú de imagen" -#: ../app/display/gimpdisplayshell.c:1129 +#: ../app/display/gimpdisplayshell.c:1140 msgid "Zoom image when window size changes" msgstr "Ampliar imagen cuando cambia el tamaño de ventana" -#: ../app/display/gimpdisplayshell.c:1179 +#: ../app/display/gimpdisplayshell.c:1190 msgid "Navigate the image display" msgstr "Navegar por la imagen" -#: ../app/display/gimpdisplayshell.c:1274 -#: ../app/display/gimpdisplayshell.c:1364 ../app/widgets/gimptoolbox.c:222 +#: ../app/display/gimpdisplayshell.c:1285 +#: ../app/display/gimpdisplayshell.c:1375 ../app/widgets/gimptoolbox.c:222 msgid "Drop image files here to open them" msgstr "Arrastre hasta aquí los archivos de imagen para abrirlos" @@ -8591,7 +8609,7 @@ #: ../app/display/gimpdisplayshell-dnd.c:301 msgid "Drop New Path" -msgstr "Borrar la ruta nueva" +msgstr "Descartar la ruta nueva" #: ../app/display/gimpdisplayshell-dnd.c:497 #: ../app/widgets/gimplayertreeview.c:719 @@ -8633,11 +8651,11 @@ #: ../app/display/gimpdisplayshell-title.c:233 msgid "RGB-empty" -msgstr "RGB-vacío" +msgstr "RGB - vacío" #: ../app/display/gimpdisplayshell-title.c:236 msgid "grayscale-empty" -msgstr "escala de grises-vacío" +msgstr "escala de gr_ises - vacío" #: ../app/display/gimpdisplayshell-title.c:236 msgid "grayscale" @@ -8645,7 +8663,7 @@ #: ../app/display/gimpdisplayshell-title.c:239 msgid "indexed-empty" -msgstr "indexado-vacío" +msgstr "indexado - vacío" #: ../app/display/gimpdisplayshell-title.c:239 msgid "indexed" @@ -8653,19 +8671,19 @@ #: ../app/display/gimpdisplayshell-title.c:293 msgid "(modified)" -msgstr "(modificado)" +msgstr "(modificada)" #: ../app/display/gimpdisplayshell-title.c:298 msgid "(clean)" -msgstr "(limpio)" +msgstr "(limpia)" #: ../app/display/gimpdisplayshell-title.c:346 #: ../app/display/gimpdisplayshell-title.c:359 #: ../app/widgets/gimpactiongroup.c:805 msgid "(none)" -msgstr "(ninguno)" +msgstr "(ninguna)" -#: ../app/display/gimpstatusbar.c:346 +#: ../app/display/gimpstatusbar.c:364 #, c-format msgid "Cancel %s" msgstr "Cancelar %s" @@ -8740,7 +8758,7 @@ msgstr "no es un archivo de niveles GIMP" #. initialize the document history -#: ../app/gui/gui.c:420 +#: ../app/gui/gui.c:426 msgid "Documents" msgstr "Documentos" @@ -8795,7 +8813,7 @@ #: ../app/paint/gimppaintcore-stroke.c:332 #, c-format msgid "Not enough points to stroke" -msgstr "No hay suficientes puntos para hacer el trazo" +msgstr "No hay suficientes puntos para trazar" #: ../app/paint/gimppencil.c:42 ../app/tools/gimppenciltool.c:51 msgid "Pencil" @@ -8838,11 +8856,11 @@ #: ../app/paint/paint-enums.c:111 msgid "Blur" -msgstr "Desenfoque" +msgstr "Desenfocar" #: ../app/paint/paint-enums.c:112 msgid "Sharpen" -msgstr "Enfoque" +msgstr "Enfocar" #: ../app/pdb/channel-cmds.c:183 msgid "Combine Masks" @@ -8871,7 +8889,7 @@ msgid "2D Transforming" msgstr "Aplicando transformación 2D" -#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:223 +#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:225 msgid "Blending" msgstr "Mezclando" @@ -8897,12 +8915,12 @@ #: ../app/pdb/floating-sel-cmds.c:188 #, c-format msgid "Cannot rigor this layer because it is not a floating selection." -msgstr "No se puede fijar esta capa porque no es una selección flotante." +msgstr "No se puede inmovilizar esta capa porque no es una selección flotante." #: ../app/pdb/floating-sel-cmds.c:222 #, c-format msgid "Cannot relax this layer because it is not a floating selection." -msgstr "No se puede liberar esta capa porque no es una selección flotante." +msgstr "No se puede hacer móvil esta capa porque no es una selección flotante." #: ../app/pdb/gimppdb-query.c:300 ../app/pdb/gimppdb.c:307 #: ../app/pdb/gimppdb.c:377 @@ -8910,129 +8928,131 @@ msgid "Procedure '%s' not found" msgstr "No se encuentra el procedimiento «%s»" -#: ../app/pdb/gimppdb-utils.c:59 +#: ../app/pdb/gimppdb-utils.c:61 #, c-format msgid "Invalid empty brush name" msgstr "Nombre vacío del pincel no válido" -#: ../app/pdb/gimppdb-utils.c:69 +#: ../app/pdb/gimppdb-utils.c:71 #, c-format msgid "Brush '%s' not found" msgstr "No se encuentra el pincel «%s»" -#: ../app/pdb/gimppdb-utils.c:74 +#: ../app/pdb/gimppdb-utils.c:76 #, c-format msgid "Brush '%s' is not editable" msgstr "El pincel «%s» no es editable" -#: ../app/pdb/gimppdb-utils.c:100 +#: ../app/pdb/gimppdb-utils.c:102 #, c-format msgid "Brush '%s' is not a generated brush" msgstr "El pincel «%s» no es un pincel generado" -#: ../app/pdb/gimppdb-utils.c:120 +#: ../app/pdb/gimppdb-utils.c:122 #, c-format msgid "Invalid empty pattern name" msgstr "Nombre vacío del patrón no válido" -#: ../app/pdb/gimppdb-utils.c:130 +#: ../app/pdb/gimppdb-utils.c:132 #, c-format msgid "Pattern '%s' not found" msgstr "No se encuentra el patrón «%s»" -#: ../app/pdb/gimppdb-utils.c:150 +#: ../app/pdb/gimppdb-utils.c:152 #, c-format msgid "Invalid empty gradient name" msgstr "Nombre vacío del degradado no válido" -#: ../app/pdb/gimppdb-utils.c:160 +#: ../app/pdb/gimppdb-utils.c:162 #, c-format msgid "Gradient '%s' not found" msgstr "No se encuentra el degradado «%s»" -#: ../app/pdb/gimppdb-utils.c:165 +#: ../app/pdb/gimppdb-utils.c:167 #, c-format msgid "Gradient '%s' is not editable" msgstr "El degradado «%s» no es editable" -#: ../app/pdb/gimppdb-utils.c:186 +#: ../app/pdb/gimppdb-utils.c:188 #, c-format msgid "Invalid empty palette name" msgstr "Nombre vacío de paleta no válido" -#: ../app/pdb/gimppdb-utils.c:196 +#: ../app/pdb/gimppdb-utils.c:198 #, c-format msgid "Palette '%s' not found" msgstr "No se encuentra la paleta «%s»" -#: ../app/pdb/gimppdb-utils.c:201 +#: ../app/pdb/gimppdb-utils.c:203 #, c-format msgid "Palette '%s' is not editable" msgstr "La paleta «%s» no es editable" -#: ../app/pdb/gimppdb-utils.c:221 +#: ../app/pdb/gimppdb-utils.c:223 #, c-format msgid "Invalid empty font name" msgstr "Nombre vacío de tipografía no válido" -#: ../app/pdb/gimppdb-utils.c:231 +#: ../app/pdb/gimppdb-utils.c:233 #, c-format msgid "Font '%s' not found" msgstr "No se encuentra la tipografía «%s»" -#: ../app/pdb/gimppdb-utils.c:250 +#: ../app/pdb/gimppdb-utils.c:252 #, c-format msgid "Invalid empty buffer name" msgstr "Nombre vacío de búfer no válido" -#: ../app/pdb/gimppdb-utils.c:260 +#: ../app/pdb/gimppdb-utils.c:262 #, c-format msgid "Named buffer '%s' not found" msgstr "No se encuentra el búfer con nombre «%s»" -#: ../app/pdb/gimppdb-utils.c:279 +#: ../app/pdb/gimppdb-utils.c:281 #, c-format msgid "Invalid empty paint method name" msgstr "Nombre vacío de método de pintura no válido" -#: ../app/pdb/gimppdb-utils.c:289 +#: ../app/pdb/gimppdb-utils.c:291 #, c-format msgid "Paint method '%s' does not exist" msgstr "No existe el método de pintura «%s»" -#: ../app/pdb/gimppdb-utils.c:305 +#: ../app/pdb/gimppdb-utils.c:307 #, c-format msgid "" "Item '%s' (%d) can not be used because it has not been added to an image" msgstr "" -"El elemento «%s» (%d) no se puede usar porque no se ha añadido a una imagen" +"No se puede usar el elemento «%s» (%d) porque no se ha añadido a una imagen" -#: ../app/pdb/gimppdb-utils.c:327 +#: ../app/pdb/gimppdb-utils.c:329 #, c-format msgid "Item '%s' (%d) has already been added to an image" msgstr "El elemento «%s» (%d) ya se ha añadido a una imagen" -#: ../app/pdb/gimppdb-utils.c:335 +#: ../app/pdb/gimppdb-utils.c:337 #, c-format msgid "Trying to add item '%s' (%d) to wrong image" msgstr "Intentando añadir el elemento «%s» (%d) a la imagen equivocada" -#: ../app/pdb/gimppdb-utils.c:354 +#: ../app/pdb/gimppdb-utils.c:356 #, c-format msgid "Layer '%s' (%d) can not be used because it is not a text layer" -msgstr "La capa «%s» (%d) no se puede usar porque no es una capa de texto" +msgstr "No se puede usar la capa «%s» (%d) porque no es una capa de texto" -#: ../app/pdb/gimppdb-utils.c:395 +#: ../app/pdb/gimppdb-utils.c:401 #, c-format msgid "Image '%s' (%d) is of type '%s', but an image of type '%s' is expected" -msgstr "La imagen «%s» (%d) es del tipo «%s», pero se esperaba una imagen del tipo «%s»" +msgstr "" +"La imagen «%s» (%d) es del tipo «%s», pero se esperaba una imagen del tipo " +"«%s»" -#: ../app/pdb/gimppdb-utils.c:418 +#: ../app/pdb/gimppdb-utils.c:430 #, c-format msgid "Image '%s' (%d) is already of type '%s'" msgstr "La imagen «%s» (%d) ya es del tipo «%s»" -#: ../app/pdb/gimppdb-utils.c:441 +#: ../app/pdb/gimppdb-utils.c:455 #, c-format msgid "Vectors object %d does not contain stroke with ID %d" msgstr "El objeto de vectores %d no contiene un trazo con el ID %d" @@ -9040,16 +9060,16 @@ #: ../app/pdb/gimppdb.c:411 #, c-format msgid "" -"Procedure '%s' has been called with a wrong type for argument #%d. Expected %" -"s, got %s." +"Procedure '%s' has been called with a wrong type for argument #%d. Expected " +"%s, got %s." msgstr "" -"El procedimiento «%s» se ha llamado con un valor con un tipo erróneo para el " +"Se ha llamado al procedimiento «%s» con un valor con un tipo erróneo para el " "argumento #%d. Se esperaba %s pero se obtuvo %s." #: ../app/pdb/gimpprocedure.c:361 ../app/plug-in/gimppluginprocframe.c:209 #, c-format msgid "Procedure '%s' returned no return values" -msgstr "El procedimiento «%s» no devolvió ningún valor" +msgstr "El procedimiento «%s» no ha devuelto ningún valor de retorno" #: ../app/pdb/gimpprocedure.c:585 #, c-format @@ -9063,8 +9083,8 @@ #: ../app/pdb/gimpprocedure.c:597 #, c-format msgid "" -"Procedure '%s' has been called with a wrong value type for argument '%s' (#%" -"d). Expected %s, got %s." +"Procedure '%s' has been called with a wrong value type for argument '%s' (#" +"%d). Expected %s, got %s." msgstr "" "El procedimiento «%s» se ha llamado con un valor con un tipo erróneo para el " "argumento «%s» (#%d). Se esperaba %s pero se obtuvo %s." @@ -9085,8 +9105,8 @@ "Procedure '%s' has been called with an invalid ID for argument '%s'. Most " "likely a plug-in is trying to work on a layer that doesn't exist any longer." msgstr "" -"El procedimiento «%s» se ha llamado con un ID incorrecto para el argumento «%" -"s». Con toda probabilidad un complemento está tratando de operar sobre una " +"El procedimiento «%s» se ha llamado con un ID incorrecto para el argumento " +"«%s». Con toda probabilidad un complemento está tratando de operar sobre una " "capa que ya no existe." #: ../app/pdb/gimpprocedure.c:657 @@ -9105,8 +9125,8 @@ "Procedure '%s' has been called with an invalid ID for argument '%s'. Most " "likely a plug-in is trying to work on an image that doesn't exist any longer." msgstr "" -"El procedimiento «%s» se ha llamado con un ID inválido para el argumento '%" -"s'. Con toda probabilidad un complemento está tratando de operar sobre una " +"El procedimiento «%s» se ha llamado con un ID inválido para el argumento " +"«%s». Con toda probabilidad un complemento está tratando de operar sobre una " "capa que ya no existe." #: ../app/pdb/gimpprocedure.c:689 @@ -9115,17 +9135,17 @@ "Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value " "is out of range." msgstr "" -"El procedimiento «%s» ha devuelto «%s» como valor de retorno «%s» (#%d, tipo %" -"s). Este valor está fuera de los límites." +"El procedimiento «%s» ha devuelto «%s» como valor de retorno «%s» (#%d, tipo " +"%s). Este valor está fuera de los límites." #: ../app/pdb/gimpprocedure.c:702 #, c-format msgid "" -"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %" -"s). This value is out of range." +"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type " +"%s). This value is out of range." msgstr "" -"El procedimiento «%s» se ha llamado con un valor «%s» para el argumento «%s» (#%" -"d, tipo %s). Este valor está fuera de los límites." +"El procedimiento «%s» se ha llamado con un valor «%s» para el argumento " +"«%s» (#%d, tipo %s). Este valor está fuera de los límites." #: ../app/pdb/image-cmds.c:2268 #, c-format @@ -9133,7 +9153,7 @@ "Image resolution is out of bounds, using the default resolution instead." msgstr "" "La resolución de la Imagen se sale de los límites; usando la resolución " -"predefinida en su lugar." +"predeterminada en su lugar." #: ../app/pdb/selection-tools-cmds.c:218 ../app/tools/gimpfreeselecttool.c:197 msgid "Free Select" @@ -9217,7 +9237,7 @@ #: ../app/plug-in/gimppluginmanager-call.c:321 #, c-format msgid "Failed to run plug-in \"%s\"" -msgstr "Se produjo un fallo al ejecutar el complemento «%s»" +msgstr "Se produjo un fallo alejecutar el complemento «%s»" #: ../app/plug-in/gimppluginmanager-restore.c:222 msgid "Searching Plug-Ins" @@ -9239,11 +9259,11 @@ msgid "Starting Extensions" msgstr "Inicializando los añadidos" -#: ../app/plug-in/gimppluginmanager.c:296 +#: ../app/plug-in/gimppluginmanager.c:290 msgid "Plug-In Interpreters" msgstr "Intérpretes de complementos" -#: ../app/plug-in/gimppluginmanager.c:303 +#: ../app/plug-in/gimppluginmanager.c:297 msgid "Plug-In Environment" msgstr "Entorno de complementos" @@ -9304,7 +9324,7 @@ "El veloz murciélago hindú comía feliz cardillo y kiwi. La cigüeña tocaba el " "saxofón detrás del palenque de paja." -#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:877 +#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "Añadir una capa de texto" @@ -9370,7 +9390,7 @@ "Algunas propiedades del texto podrían estar incorrectas. Al menos que quiera " "editar la capa de texto no necesitará preocuparse por esto." -#: ../app/tools/gimp-tools.c:327 +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." @@ -9395,7 +9415,7 @@ msgid "Pressure:" msgstr "Presión:" -#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:754 +#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:766 msgid "Align" msgstr "Alineado" @@ -9407,91 +9427,91 @@ msgid "_Align" msgstr "_Alineado" -#: ../app/tools/gimpaligntool.c:587 +#: ../app/tools/gimpaligntool.c:599 msgid "Click on a layer, path or guide, or Click-Drag to pick several layers" msgstr "Pulse sobre una capa, ruta o guía, o arrastre para elegir varias capas" -#: ../app/tools/gimpaligntool.c:596 +#: ../app/tools/gimpaligntool.c:608 msgid "Click to pick this layer as first item" msgstr "Pulse para elegir esta capa como primer elemento" -#: ../app/tools/gimpaligntool.c:604 +#: ../app/tools/gimpaligntool.c:616 msgid "Click to add this layer to the list" msgstr "Pulse para añadir esta capa a la lista" -#: ../app/tools/gimpaligntool.c:608 +#: ../app/tools/gimpaligntool.c:620 msgid "Click to pick this guide as first item" msgstr "Pulse para elegir esta guía como primer elemento" -#: ../app/tools/gimpaligntool.c:616 +#: ../app/tools/gimpaligntool.c:628 msgid "Click to add this guide to the list" msgstr "Pulse para añadir esta guía a la lista" -#: ../app/tools/gimpaligntool.c:620 +#: ../app/tools/gimpaligntool.c:632 msgid "Click to pick this path as first item" msgstr "Pulse para elegir esta ruta como primer elemento" -#: ../app/tools/gimpaligntool.c:628 +#: ../app/tools/gimpaligntool.c:640 msgid "Click to add this path to the list" msgstr "Pulse para añadir esta ruta a la lista" -#: ../app/tools/gimpaligntool.c:766 +#: ../app/tools/gimpaligntool.c:778 msgid "Relative to:" msgstr "Relativo a:" -#: ../app/tools/gimpaligntool.c:784 +#: ../app/tools/gimpaligntool.c:796 msgid "Align left edge of target" msgstr "Alinear al borde izquierdo del objetivo" -#: ../app/tools/gimpaligntool.c:790 +#: ../app/tools/gimpaligntool.c:802 msgid "Align center of target" msgstr "Alinear al centro del objetivo" -#: ../app/tools/gimpaligntool.c:796 +#: ../app/tools/gimpaligntool.c:808 msgid "Align right edge of target" msgstr "Alinear al borde derecho del objetivo" -#: ../app/tools/gimpaligntool.c:806 +#: ../app/tools/gimpaligntool.c:818 msgid "Align top edge of target" msgstr "Alinear al borde superior del objetivo" -#: ../app/tools/gimpaligntool.c:812 +#: ../app/tools/gimpaligntool.c:824 msgid "Align middle of target" msgstr "Alinear a la mitad del objetivo" -#: ../app/tools/gimpaligntool.c:818 +#: ../app/tools/gimpaligntool.c:830 msgid "Align bottom of target" msgstr "Alinear a la parte inferior del objetivo" -#: ../app/tools/gimpaligntool.c:822 +#: ../app/tools/gimpaligntool.c:834 msgid "Distribute" msgstr "Distribuir" -#: ../app/tools/gimpaligntool.c:836 +#: ../app/tools/gimpaligntool.c:848 msgid "Distribute left edges of targets" msgstr "Distribuir los bordes izquierdos de los objetivos" -#: ../app/tools/gimpaligntool.c:843 +#: ../app/tools/gimpaligntool.c:855 msgid "Distribute horizontal centers of targets" msgstr "Distribuir horizontalmente los centros de los objetivos" -#: ../app/tools/gimpaligntool.c:850 +#: ../app/tools/gimpaligntool.c:862 msgid "Distribute right edges of targets" msgstr "Distribuir los bordes derechos de los objetivos" -#: ../app/tools/gimpaligntool.c:860 +#: ../app/tools/gimpaligntool.c:872 msgid "Distribute top edges of targets" msgstr "Distribuir los bordes superiores de los objetivos" -#: ../app/tools/gimpaligntool.c:867 +#: ../app/tools/gimpaligntool.c:879 msgid "Distribute vertical centers of targets" msgstr "Distribuir los centros verticales de los objetivos" -#: ../app/tools/gimpaligntool.c:873 +#: ../app/tools/gimpaligntool.c:885 msgid "Distribute bottoms of targets" msgstr "Distribuir las partes inferiores de los objetivos" -#: ../app/tools/gimpaligntool.c:881 ../app/tools/gimpblendoptions.c:222 +#: ../app/tools/gimpaligntool.c:893 ../app/tools/gimpblendoptions.c:222 msgid "Offset:" msgstr "Desplazamiento:" @@ -9531,22 +9551,22 @@ msgid "Blen_d" msgstr "_Mezcla [Blend]" -#: ../app/tools/gimpblendtool.c:162 +#: ../app/tools/gimpblendtool.c:164 #, c-format msgid "Blend does not operate on indexed layers." msgstr "La mezcla no funciona sobre capas indexadas." -#: ../app/tools/gimpblendtool.c:400 ../app/tools/gimppainttool.c:606 +#: ../app/tools/gimpblendtool.c:402 ../app/tools/gimppainttool.c:606 #, c-format msgid "%s for constrained angles" msgstr "%s para ángulos restringidos" -#: ../app/tools/gimpblendtool.c:401 +#: ../app/tools/gimpblendtool.c:403 #, c-format msgid "%s to move the whole line" msgstr "%s para mover toda la línea" -#: ../app/tools/gimpblendtool.c:405 +#: ../app/tools/gimpblendtool.c:407 msgid "Blend: " msgstr "Mezcla: " @@ -10070,13 +10090,13 @@ msgid "Exposure:" msgstr "Exposición:" -#: ../app/tools/gimpeditselectiontool.c:246 -#: ../app/tools/gimpeditselectiontool.c:1231 +#: ../app/tools/gimpeditselectiontool.c:244 +#: ../app/tools/gimpeditselectiontool.c:1229 msgid "Move Floating Selection" msgstr "Mover la selección flotante" -#: ../app/tools/gimpeditselectiontool.c:459 -#: ../app/tools/gimpeditselectiontool.c:728 +#: ../app/tools/gimpeditselectiontool.c:457 +#: ../app/tools/gimpeditselectiontool.c:726 msgid "Move: " msgstr "Mover: " @@ -10245,7 +10265,7 @@ #: ../app/tools/gimpforegroundselecttool.c:327 msgid "Rougly outline the object to extract" -msgstr "Dibuje un círculo aproximado alrededor del objeto que quiere extraer" +msgstr "Dibuje un contorno aproximado alrededor del objeto que quiere extraer" #: ../app/tools/gimpforegroundselecttool.c:766 msgctxt "command" @@ -10263,26 +10283,26 @@ msgid "_Free Select" msgstr "Selección _libre" -#: ../app/tools/gimpfreeselecttool.c:1116 +#: ../app/tools/gimpfreeselecttool.c:1117 msgid "Click to complete selection" msgstr "Pulse para completar la selección" -#: ../app/tools/gimpfreeselecttool.c:1120 +#: ../app/tools/gimpfreeselecttool.c:1121 msgid "Click-Drag to move segment vertex" msgstr "Pulse y arrastre para mover el vértice del segmento" -#: ../app/tools/gimpfreeselecttool.c:1125 +#: ../app/tools/gimpfreeselecttool.c:1126 msgid "Return commits, Escape cancels, Backspace removes last segment" msgstr "" "Retorno realiza la acción, Escape cancela, Retroceso quita el último segmento" -#: ../app/tools/gimpfreeselecttool.c:1129 +#: ../app/tools/gimpfreeselecttool.c:1130 msgid "Click-Drag adds a free segment, Click adds a polygonal segment" msgstr "" "Pulse y arrastre para añadir un segmento libre, pulse para añadir un " "segmento poligonal" -#: ../app/tools/gimpfreeselecttool.c:1581 +#: ../app/tools/gimpfreeselecttool.c:1582 msgctxt "command" msgid "Free Select" msgstr "Selección libre" @@ -10317,12 +10337,12 @@ msgid "GEGL operations do not operate on indexed layers." msgstr "Las operaciones de GEGL no funcionan sobre capas indexadas." -#: ../app/tools/gimpgegltool.c:338 +#: ../app/tools/gimpgegltool.c:339 msgid "_Operation:" msgstr "_Operación:" #. The options vbox -#: ../app/tools/gimpgegltool.c:411 +#: ../app/tools/gimpgegltool.c:412 msgid "Operation Settings" msgstr "Ajustes de la operación" @@ -10336,7 +10356,7 @@ #: ../app/tools/gimphealtool.c:77 ../app/tools/gimphealtool.c:80 msgid "Click to heal" -msgstr "Pulse para sanear" +msgstr "Pulsar para sanear" #: ../app/tools/gimphealtool.c:78 ../app/tools/gimphealtool.c:82 #, c-format @@ -10345,7 +10365,7 @@ #: ../app/tools/gimphealtool.c:81 msgid "Click to set a new heal source" -msgstr "Pulse para establecer un nuevo origen de saneado" +msgstr "Pulsar para establecer un nuevo origen de saneado" #: ../app/tools/gimphistogramoptions.c:127 msgid "Histogram Scale" @@ -10449,7 +10469,7 @@ msgid "Size:" msgstr "Tamaño:" -#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1034 +#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1037 #: ../app/widgets/gimpbrusheditor.c:208 msgid "Angle:" msgstr "Ángulo:" @@ -10461,7 +10481,7 @@ #: ../app/tools/gimpinkoptions-gui.c:100 msgid "Tilt:" -msgstr "Alabeo:" +msgstr "Inclinación:" #: ../app/tools/gimpinkoptions-gui.c:107 msgid "Speed:" @@ -10502,7 +10522,7 @@ msgid "Intelligent _Scissors" msgstr "Tijeras _inteligentes" -#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:606 +#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:609 msgid "Click-Drag to move this point" msgstr "Pulse y arrastre para mover este punto" @@ -10633,36 +10653,36 @@ msgid "_Measure" msgstr "_Medir" -#: ../app/tools/gimpmeasuretool.c:238 +#: ../app/tools/gimpmeasuretool.c:241 msgid "Add Guides" msgstr "Añadir guías" -#: ../app/tools/gimpmeasuretool.c:558 +#: ../app/tools/gimpmeasuretool.c:561 msgid "Click to place vertical and horizontal guides" msgstr "Pulse para colocar guías verticales y horizontales" -#: ../app/tools/gimpmeasuretool.c:567 +#: ../app/tools/gimpmeasuretool.c:570 msgid "Click to place a horizontal guide" msgstr "Pulse para colocar una guía horizontal" -#: ../app/tools/gimpmeasuretool.c:581 +#: ../app/tools/gimpmeasuretool.c:584 msgid "Click to place a vertical guide" msgstr "Pulse para colocar una guía vertical" -#: ../app/tools/gimpmeasuretool.c:595 +#: ../app/tools/gimpmeasuretool.c:598 msgid "Click-Drag to add a new point" msgstr "Pulse y arrastre para añadir un punto nuevo" -#: ../app/tools/gimpmeasuretool.c:625 +#: ../app/tools/gimpmeasuretool.c:628 msgid "Click-Drag to move all points" msgstr "Pulse y arrastre para mover todos los puntos" #. tool->display->shell -#: ../app/tools/gimpmeasuretool.c:986 +#: ../app/tools/gimpmeasuretool.c:989 msgid "Measure Distances and Angles" msgstr "Medida de distancias y ángulos" -#: ../app/tools/gimpmeasuretool.c:1006 +#: ../app/tools/gimpmeasuretool.c:1009 msgid "Distance:" msgstr "Distancia:" @@ -10737,7 +10757,7 @@ #: ../app/tools/gimppaintoptions-gui.c:137 msgid "Brush:" -msgstr "Pinceles:" +msgstr "Pincel:" #: ../app/tools/gimppaintoptions-gui.c:142 msgid "Scale:" @@ -10781,7 +10801,7 @@ #: ../app/tools/gimppaintoptions-gui.c:565 msgid "Fade out" -msgstr "Desvanecimiento" +msgstr "Desvanecer" #: ../app/tools/gimppaintoptions-gui.c:574 #: ../app/tools/gimppaintoptions-gui.c:657 @@ -10794,11 +10814,11 @@ #: ../app/tools/gimppaintoptions-gui.c:606 msgid "Amount:" -msgstr "Cuenta:" +msgstr "Cantidad:" #: ../app/tools/gimppaintoptions-gui.c:631 msgid "Use color from gradient" -msgstr "Utilizar los colores del degradado" +msgstr "Usar color a partir del degradado" #: ../app/tools/gimppainttool.c:136 msgid "Click to paint" @@ -10938,7 +10958,7 @@ msgid "_Rectangle Select" msgstr "Selección _rectangular" -#: ../app/tools/gimprectangletool.c:1084 ../app/tools/gimprectangletool.c:1980 +#: ../app/tools/gimprectangletool.c:1085 ../app/tools/gimprectangletool.c:1981 msgid "Rectangle: " msgstr "Rectángulo: " @@ -10948,7 +10968,7 @@ #: ../app/tools/gimpregionselectoptions.c:90 msgid "Base region_select on all visible layers" -msgstr "Selección de la región base en todas las capas visibles" +msgstr "Basar la selección de región en todas las capas visibles" #: ../app/tools/gimpregionselectoptions.c:202 msgid "Select transparent areas" @@ -11103,8 +11123,8 @@ "If available, hints from the font are used but you may prefer to always use " "the automatic hinter" msgstr "" -"Si está disponible, se utilizan los «hints» de la tipografía, pero podría " -"preferir usar siempre el «hinter» automático" +"Si están disponibles, se usan los hints de la tipografía pero quizá prefiera " +"usar siempre el aplicador automático de hinting" #: ../app/tools/gimptextoptions.c:159 msgid "Indentation of the first line" @@ -11128,7 +11148,7 @@ #: ../app/tools/gimptextoptions.c:466 msgid "Force auto-hinter" -msgstr "Forzar el «auto-hinter»" +msgstr "Forzar hinting automático" #: ../app/tools/gimptextoptions.c:487 msgid "Text Color" @@ -11145,33 +11165,33 @@ #. Create a path from the current text #: ../app/tools/gimptextoptions.c:520 msgid "Path from Text" -msgstr "Crear una ruta a partir del texto" +msgstr "Ruta a partir del texto" #: ../app/tools/gimptextoptions.c:527 msgid "Text along Path" msgstr "Texto siguiendo una ruta" -#: ../app/tools/gimptexttool.c:161 +#: ../app/tools/gimptexttool.c:162 msgid "Text Tool: Create or edit text layers" msgstr "Herramienta de texto: crear o editar capas de texto" -#: ../app/tools/gimptexttool.c:162 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" msgstr "Te_xto" -#: ../app/tools/gimptexttool.c:954 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "Editor de textos de GIMP" -#: ../app/tools/gimptexttool.c:1070 ../app/tools/gimptexttool.c:1073 +#: ../app/tools/gimptexttool.c:1103 ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "Confirmar la edición del texto" -#: ../app/tools/gimptexttool.c:1077 +#: ../app/tools/gimptexttool.c:1110 msgid "Create _New Layer" msgstr "Crear una capa _nueva" -#: ../app/tools/gimptexttool.c:1101 +#: ../app/tools/gimptexttool.c:1134 msgid "" "The layer you selected is a text layer but it has been modified using other " "tools. Editing the layer with the text tool will discard these " @@ -11186,7 +11206,7 @@ "Puede editar la capa o crear una capa de texto nueva desde sus atributos de " "texto." -#: ../app/tools/gimptexttool.c:1313 +#: ../app/tools/gimptexttool.c:1356 msgid "Reshape Text Layer" msgstr "Cambiar forma de la capa de texto" @@ -11343,11 +11363,11 @@ #: ../app/tools/gimpvectortool.c:567 msgid "Delete Anchor" -msgstr "Borrar el ancla" +msgstr "Eliminar el ancla" #: ../app/tools/gimpvectortool.c:589 msgid "Delete Segment" -msgstr "Borrar el segmento" +msgstr "Eliminar el segmento" #: ../app/tools/gimpvectortool.c:807 msgid "Move Anchors" @@ -11404,7 +11424,7 @@ #: ../app/tools/gimpvectortool.c:1246 msgid "Click to delete this anchor" -msgstr "Pulse para borrar este ancla" +msgstr "Pulse para eliminar este ancla" #: ../app/tools/gimpvectortool.c:1250 msgid "Click to connect this anchor with the selected endpoint" @@ -11420,7 +11440,7 @@ #: ../app/tools/gimpvectortool.c:1766 msgid "Delete Anchors" -msgstr "Borrar anclas" +msgstr "Eliminar anclas" #: ../app/tools/gimpvectortool.c:1939 msgid "There is no active layer or channel to stroke to" @@ -11466,7 +11486,7 @@ #: ../app/tools/tools-enums.c:181 msgid "Fixed aspect ratio" -msgstr "Proporción fija" +msgstr "Proporción de aspecto fija" #: ../app/tools/tools-enums.c:211 ../app/vectors/gimpvectors.c:192 msgid "Path" @@ -11474,7 +11494,7 @@ #: ../app/tools/tools-enums.c:240 msgid "Outline" -msgstr "Esquema" +msgstr "Contorno" #: ../app/tools/tools-enums.c:243 msgid "Image + Grid" @@ -11638,7 +11658,7 @@ #: ../app/widgets/gimpchanneltreeview.c:321 msgid "Empty Channel" -msgstr "Canal vacío" +msgstr "Vaciar el canal" #: ../app/widgets/gimpcolordialog.c:150 msgid "Add the current color to the color history" @@ -11763,11 +11783,11 @@ msgid "Palette" msgstr "Paleta" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Vistas previas diminutas" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Vistas previas enormes" @@ -11952,11 +11972,11 @@ "removing it." msgstr "" "La eliminación de este controlador de la lista de controladores activos " -"borrará permanentemente todas las asignaciones de eventos que haya " +"eliminará permanentemente todas las asignaciones de eventos que haya " "configurado.\n" "\n" -"Al seleccionar \"Desactivar el controlador\" se desactivará el controlador " -"sin quitarlo." +"Al seleccionar «Desactivar el controlador» se desactivará el controlador sin " +"quitarlo." #: ../app/widgets/gimpcontrollerlist.c:633 msgid "Configure Input Controller" @@ -12080,7 +12100,7 @@ #: ../app/widgets/gimpdockseparator.c:44 msgid "You can drop dockable dialogs here" -msgstr "Puede soltar los diálogos empotrables aquí" +msgstr "Puede soltar aquí los diálogos emptrables" #: ../app/widgets/gimperrordialog.c:151 msgid "Too many error messages!" @@ -12235,15 +12255,15 @@ msgid "Spacing" msgstr "Espaciado" -#: ../app/widgets/gimphelp.c:276 +#: ../app/widgets/gimphelp.c:294 msgid "Help browser is missing" msgstr "Falta el visor de ayuda" -#: ../app/widgets/gimphelp.c:277 +#: ../app/widgets/gimphelp.c:295 msgid "The GIMP help browser is not available." msgstr "No está disponible el visor de ayuda del GIMP" -#: ../app/widgets/gimphelp.c:278 +#: ../app/widgets/gimphelp.c:296 msgid "" "The GIMP help browser plug-in appears to be missing from your installation. " "You may instead use the web browser for reading the help pages." @@ -12252,31 +12272,31 @@ "instalación. En su lugar, puede usar el navegador web para leer las páginas " "de ayuda." -#: ../app/widgets/gimphelp.c:319 +#: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" msgstr "El visor de ayuda no se inicia" -#: ../app/widgets/gimphelp.c:320 +#: ../app/widgets/gimphelp.c:338 msgid "Could not start the GIMP help browser plug-in." msgstr "No se ha podido iniciar el complemento del visor de ayuda de GIMP." -#: ../app/widgets/gimphelp.c:347 +#: ../app/widgets/gimphelp.c:365 msgid "Use _Web Browser" msgstr "Usar el navegador _web" -#: ../app/widgets/gimphelp.c:596 +#: ../app/widgets/gimphelp.c:614 msgid "GIMP user manual is missing" msgstr "Falta el manual de usuario del GIMP" -#: ../app/widgets/gimphelp.c:603 +#: ../app/widgets/gimphelp.c:621 msgid "_Read Online" msgstr "_Leer en línea" -#: ../app/widgets/gimphelp.c:627 +#: ../app/widgets/gimphelp.c:645 msgid "The GIMP user manual is not installed on your computer." msgstr "El manual de usuario del GIMP no está instalado en su equipo." -#: ../app/widgets/gimphelp.c:630 +#: ../app/widgets/gimphelp.c:648 msgid "" "You may either install the additional help package or change your " "preferences to use the online version." @@ -12406,9 +12426,10 @@ msgid "Lock:" msgstr "Bloquear:" +# Aquí creo que Empty es adjetivo también #: ../app/widgets/gimplayertreeview.c:841 msgid "Empty Layer" -msgstr "Capa vacía" +msgstr "Vaciar la capa" #: ../app/widgets/gimpmenudock.c:159 msgid "Auto" @@ -12508,7 +12529,7 @@ #: ../app/widgets/gimpsettingseditor.c:192 msgid "Delete the selected settings" -msgstr "Borrar los ajustes seleccionados" +msgstr "Eliminar los ajustes seleccionados" #: ../app/widgets/gimpsizebox.c:464 #, c-format @@ -12546,7 +12567,7 @@ #: ../app/widgets/gimpstrokeeditor.c:302 msgid "Dash _preset:" -msgstr "_Preconfiguración del punteado:" +msgstr "Ajuste _prefijado del punteado:" #: ../app/widgets/gimpstrokeeditor.c:323 msgid "_Antialiasing" @@ -12693,14 +12714,13 @@ #: ../app/widgets/gimptooloptionseditor.c:181 msgid "Delete saved options..." -msgstr "Borrar las opciones guardadas…" +msgstr "Eliminar las opciones guardadas…" #: ../app/widgets/gimptooloptionseditor.c:480 #, c-format msgid "Error saving tool options presets: %s" msgstr "" -"Ocurrió un error al guardar los valores predeterminados de las herramientas: " -"%s" +"Ocurrió un error al guardar los ajustes prefijados de las herramientas: %s" #: ../app/widgets/gimpuimanager.c:738 msgid "Your GIMP installation is incomplete:" @@ -12724,22 +12744,21 @@ msgid "Reorder path" msgstr "Reordenar la ruta" -# Otra vez Empty es adjetivo. #: ../app/widgets/gimpvectorstreeview.c:253 msgid "Empty Path" -msgstr "Ruta vacía" +msgstr "Vaciar la ruta" #: ../app/widgets/gimpviewablebox.c:81 msgid "Open the brush selection dialog" -msgstr "Abre el diálogo de selección de pincel" +msgstr "Abrir el diálogo de selección de pincel" #: ../app/widgets/gimpviewablebox.c:138 msgid "Open the pattern selection dialog" -msgstr "Abre el diálogo de selección de patrón" +msgstr "Abrir el diálogo de selección de patrón" #: ../app/widgets/gimpviewablebox.c:204 msgid "Open the gradient selection dialog" -msgstr "Abre el diálogo de selección de degradado" +msgstr "Abrir el diálogo de selección de degradado" #: ../app/widgets/gimpviewablebox.c:224 msgid "Reverse" @@ -12747,11 +12766,11 @@ #: ../app/widgets/gimpviewablebox.c:306 msgid "Open the palette selection dialog" -msgstr "Abre el diálogo de selección de paleta" +msgstr "Abrir el diálogo de selección de paleta" #: ../app/widgets/gimpviewablebox.c:364 msgid "Open the font selection dialog" -msgstr "Abre el diálogo de selección de tipografía" +msgstr "Abrir el diálogo de selección de tipografía" #: ../app/widgets/gimpwidgets-utils.c:608 #, c-format @@ -12785,7 +12804,7 @@ # Debe ir en minúsculas por las reglas de estilo #: ../app/widgets/widgets-enums.c:83 msgid "Pixel" -msgstr "píxel" +msgstr "Píxel" #: ../app/widgets/widgets-enums.c:85 msgid "HSV" @@ -12853,7 +12872,7 @@ #: ../app/widgets/widgets-enums.c:268 msgid "Icon & desc" -msgstr "Icono y desc" +msgstr "Icono y descr." #: ../app/widgets/widgets-enums.c:269 msgid "Status & text" @@ -12980,4 +12999,3 @@ #, c-format msgid "Couldn't start '%s': %s" msgstr "No se ha podido iniciar «%s»: %s" - diff -Nru gimp-2.6.11/po/gl.po gimp-2.6.12/po/gl.po --- gimp-2.6.11/po/gl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/gl.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,26 +1,26 @@ -# translation of gimp.HEAD.po to Galician +# translation of gimp-gimp-2-6-po-gl-25334.po to Galician # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # fjrial , 2008. # Frco. Javier Rial Rodríguez , 2008. # Ignacio Casal Quinteiro , 2008. -# Ignacio Casal Quinteiro , 2008. -# Ignacio Casal Quinteiro , 2008. -# Ignacio Casal Quinteiro , 2008. -# Ignacio Casal Quinteiro , 2008. +# Frco. Javier Rial Rodríguez , 2009. +# Antón Méixome , 2009. +# Fran Diéguez , 2010. msgid "" msgstr "" -"Project-Id-Version: gimp.HEAD\n" +"Project-Id-Version: gimp-gimp-2-6-po-gl-25334\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-26 20:20+0200\n" -"PO-Revision-Date: 2008-09-26 20:20+0200\n" -"Last-Translator: Ignacio Casal Quinteiro \n" -"Language-Team: Galego \n" +"POT-Creation-Date: 2011-09-27 20:02+0200\n" +"PO-Revision-Date: 2010-03-04 09:31+0100\n" +"Last-Translator: Fran Diéguez \n" +"Language-Team: Galician \n" +"Language: gl\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: KBabel 1.11.4\n" #: ../app/about.h:24 @@ -29,7 +29,7 @@ #: ../app/about.h:27 ../desktop/gimp.desktop.in.in.h:2 msgid "GNU Image Manipulation Program" -msgstr "Programa de Manipulación de Imaxes de GNU" +msgstr "Programa de manipulación de Imaxes de GNU" #: ../app/about.h:30 msgid "" @@ -77,10 +77,10 @@ "To avoid data loss, please check the location and permissions of the swap " "directory defined in your Preferences (currently \"%s\")." msgstr "" -"Non é posible abrir un ficheiro de intercambio para proba.\n" +"Non é posíbel abrir un ficheiro de intercambio para proba.\n" "\n" "Para evitar a perda de datos, verifique a localización e os permisos do " -"directorio de intercambio definido nas preferencias (actualmente \"%s\")." +"cartafol de intercambio definido nas preferencias (actualmente \"%s\")." #: ../app/batch.c:75 #, c-format @@ -96,101 +96,101 @@ "O intérprete de proceso por lotes '%s' non está dispoñible. Desactivouse o " "modo Proceso por lotes ." -#: ../app/main.c:144 ../tools/gimp-remote.c:60 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" -msgstr "Mostrar información da versión e saír" +msgstr "Mostrar a información da versión e saír" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" -msgstr "Mostrar información da licenza e saír" +msgstr "Mostrar a información da licenza e saír" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Ser máis detallado" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Iniciar outra execución de GIMP" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "Abrir imaxes como novas" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "Executar sen interface de usuario" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "Non cargar os pinceis, as gradacións, os patróns, ..." -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "Non cargar ningún tipo de letra" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" -msgstr "Non mostrar a ventá de inicio" +msgstr "Non mostrar a xanela de inicio" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" msgstr "Non compartir memoria entre GIMP e as extensións" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" msgstr "Non utilizar as funcións de aceleración especiais da CPU" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "Utilizar un ficheiro sessionrc alternativo" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "Utilizar un ficheiro de usuario gimprc alternativo" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "Utilizar un ficheiro de sistema gimprc alternativo" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" -msgstr "Comando por lotes para executar (pode utilizarse varias veces)" +msgstr "Orde por lotes para executar (pode utilizarse varias veces)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" -msgstr "O procedemento con que se procesan os comandos por lotes" +msgstr "O procedemento con que se procesan as ordes por lotes" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "Enviar mensaxes á consola en vez de utilizar unha caixa de diálogo" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "Modo de compatibilidade PDB (off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "Depurar en caso de erro (never|query|always)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "Activar os manipuladores de sinal de depuración non grave" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "Facer que todos os avisos sexan graves" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Devolver un ficheiro gimprc coa configuración predefinida" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[FICHEIRO|URI...]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." @@ -199,36 +199,36 @@ "Verifique se existe unha configuración apropiada para o seu contorno de " "pantalla." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." msgstr "Xa está executando o GIMP." -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." -msgstr "Saída GIMP. Escriba calquera caracter para pechar esta ventá." +msgstr "Saída GIMP. Escriba calquera caracter para pechar esta xanela." -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" -msgstr "(Escriba calquera caracter para pechar esta ventá)\n" +msgstr "(Escriba calquera caracter para pechar esta xanela)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." -msgstr "Saída de GIMP. Pode minimizar esta ventá, pero non a peche." +msgstr "Saída de GIMP. Pode minimizar esta xanela, pero non a peche." -#: ../app/sanity.c:342 +#: ../app/sanity.c:365 #, c-format msgid "" "The configured filename encoding cannot be converted to UTF-8: %s\n" "\n" "Please check the value of the environment variable G_FILENAME_ENCODING." msgstr "" -"Non é posible converter a codificación configurada para o nome do ficheiro a " +"Non é posíbel converter a codificación configurada para o nome do ficheiro a " "UTF-8: %s\n" "\n" "Verifique o valor da variable de contorno G_FILENAME_ENCODING." -#: ../app/sanity.c:361 +#: ../app/sanity.c:384 #, c-format msgid "" "The name of the directory holding the GIMP user configuration cannot be " @@ -238,10 +238,10 @@ "you didn't tell GLib about this. Please set the environment variable " "G_FILENAME_ENCODING." msgstr "" -"Non é posible converter o nome do directorio que contén a configuración de " +"Non é posíbel converter o nome do cartafol que contén a configuración de " "usuario de GIMP a UTF-8: %s\n" "\n" -"É probable que o sistema almacene os ficheiros nunha codificación diferente " +"É probábel que o sistema almacene os ficheiros nunha codificación diferente " "a UTF-8 e GLib non o saiba. Defina a variable de contorno " "G_FILENAME_ENCODING." @@ -262,8 +262,8 @@ msgstr "Editor de pinceis" #. initialize the list of gimp brushes -#: ../app/actions/actions.c:104 ../app/core/gimp.c:828 -#: ../app/dialogs/dialogs.c:157 ../app/dialogs/preferences-dialog.c:2738 +#: ../app/actions/actions.c:104 ../app/core/gimp.c:838 +#: ../app/dialogs/dialogs.c:157 ../app/dialogs/preferences-dialog.c:2744 msgid "Brushes" msgstr "Pinceis" @@ -298,11 +298,11 @@ #: ../app/actions/actions.c:128 msgid "Dialogs" -msgstr "Ventás" +msgstr "xanelas" #: ../app/actions/actions.c:131 msgid "Dock" -msgstr "Ancorar" +msgstr "Dock" #: ../app/actions/actions.c:134 msgid "Dockable" @@ -310,13 +310,13 @@ #. Document History #: ../app/actions/actions.c:137 ../app/dialogs/dialogs.c:171 -#: ../app/dialogs/preferences-dialog.c:1589 +#: ../app/dialogs/preferences-dialog.c:1595 msgid "Document History" msgstr "Historial de documentos" #: ../app/actions/actions.c:140 msgid "Drawable" -msgstr "Debuxable" +msgstr "Debuxábel" #: ../app/actions/actions.c:143 ../app/tools/tools-enums.c:300 msgid "Edit" @@ -331,7 +331,7 @@ msgstr "Ficheiro" #: ../app/actions/actions.c:152 ../app/dialogs/dialogs.c:165 -#: ../app/dialogs/preferences-dialog.c:2754 +#: ../app/dialogs/preferences-dialog.c:2760 msgid "Fonts" msgstr "Tipos de letra" @@ -341,8 +341,8 @@ msgstr "Editor de gradacións" #. initialize the list of gimp gradients -#: ../app/actions/actions.c:158 ../app/core/gimp.c:840 -#: ../app/dialogs/dialogs.c:161 ../app/dialogs/preferences-dialog.c:2750 +#: ../app/actions/actions.c:158 ../app/core/gimp.c:850 +#: ../app/dialogs/dialogs.c:161 ../app/dialogs/preferences-dialog.c:2756 msgid "Gradients" msgstr "Gradacións" @@ -371,18 +371,18 @@ msgstr "Editor de paletas" #. initialize the list of gimp palettes -#: ../app/actions/actions.c:176 ../app/core/gimp.c:836 -#: ../app/dialogs/dialogs.c:163 ../app/dialogs/preferences-dialog.c:2746 +#: ../app/actions/actions.c:176 ../app/core/gimp.c:846 +#: ../app/dialogs/dialogs.c:163 ../app/dialogs/preferences-dialog.c:2752 msgid "Palettes" msgstr "Paletas" #. initialize the list of gimp patterns -#: ../app/actions/actions.c:179 ../app/core/gimp.c:832 -#: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2742 +#: ../app/actions/actions.c:179 ../app/core/gimp.c:842 +#: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2748 msgid "Patterns" msgstr "Patróns" -#: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2758 +#: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-Ins" msgstr "Extensións" @@ -400,7 +400,7 @@ msgstr "Seleccionar" #. initialize the template list -#: ../app/actions/actions.c:194 ../app/core/gimp.c:849 +#: ../app/actions/actions.c:194 ../app/core/gimp.c:859 #: ../app/dialogs/dialogs.c:173 msgid "Templates" msgstr "Modelos" @@ -410,7 +410,7 @@ msgstr "Editor de textos" #: ../app/actions/actions.c:200 ../app/dialogs/dialogs.c:138 -#: ../app/dialogs/preferences-dialog.c:1874 ../app/gui/gui.c:423 +#: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:429 msgid "Tool Options" msgstr "Opcións das ferramentas" @@ -429,7 +429,7 @@ #: ../app/actions/actions.c:212 msgid "Windows" -msgstr "Ventás" +msgstr "Xanelas" #: ../app/actions/brush-editor-actions.c:43 msgid "Brush Editor Menu" @@ -632,11 +632,11 @@ #: ../app/actions/layers-actions.c:299 ../app/actions/layers-actions.c:326 #: ../app/actions/vectors-actions.c:179 msgid "_Subtract from Selection" -msgstr "_Subtraer da selección" +msgstr "_Substraer da selección" #: ../app/actions/channels-actions.c:118 msgid "Subtract this channel from the current selection" -msgstr "Subtraer esta canle da selección actual" +msgstr "Substrae esta canle da selección actual" #: ../app/actions/channels-actions.c:123 ../app/actions/layers-actions.c:278 #: ../app/actions/layers-actions.c:305 ../app/actions/layers-actions.c:332 @@ -683,9 +683,9 @@ msgstr "Cor da canle" #: ../app/actions/channels-commands.c:243 -#: ../app/display/gimpdisplayshell-dnd.c:567 +#: ../app/display/gimpdisplayshell-dnd.c:603 #: ../app/widgets/gimpchanneltreeview.c:249 -#: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:310 +#: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:313 #, c-format msgid "%s Channel Copy" msgstr "Copia da canle %s" @@ -740,7 +740,7 @@ #: ../app/actions/config-actions.c:40 msgid "If possible, use GEGL for image processing" -msgstr "Se é posible, usar GEGL para o procesamento de imaxe" +msgstr "Se é posíbel, usar GEGL para o procesamento de imaxe" #: ../app/actions/context-actions.c:46 msgid "_Context" @@ -763,12 +763,12 @@ msgstr "_Ferramenta" #: ../app/actions/context-actions.c:51 -#: ../app/dialogs/preferences-dialog.c:1934 +#: ../app/dialogs/preferences-dialog.c:1940 msgid "_Brush" msgstr "_Pincel" #: ../app/actions/context-actions.c:52 ../app/actions/plug-in-actions.c:99 -#: ../app/dialogs/preferences-dialog.c:1937 +#: ../app/dialogs/preferences-dialog.c:1943 msgid "_Pattern" msgstr "_Patrón" @@ -778,7 +778,7 @@ #: ../app/actions/context-actions.c:54 #: ../app/dialogs/palette-import-dialog.c:216 -#: ../app/dialogs/preferences-dialog.c:1940 +#: ../app/dialogs/preferences-dialog.c:1946 msgid "_Gradient" msgstr "_Gradación" @@ -841,21 +841,21 @@ msgid "Sample Merged" msgstr "Mostra combinada" -#: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:342 -#: ../app/actions/file-commands.c:180 ../app/dialogs/file-open-dialog.c:213 -#: ../app/dialogs/file-open-dialog.c:259 +#: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 -#: ../app/display/gimpdisplayshell-dnd.c:520 -#: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:155 -#: ../app/widgets/gimptoolbox.c:979 +#: ../app/display/gimpdisplayshell-dnd.c:556 +#: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:158 +#: ../app/widgets/gimptoolbox.c:981 #, c-format msgid "" "Opening '%s' failed:\n" "\n" "%s" msgstr "" -"Erro ao abrir '%s':\n" +"Produciuse un erro ao abrir '%s':\n" "\n" "%s" @@ -888,7 +888,7 @@ #: ../app/actions/dialogs-actions.c:40 msgid "Open the tool options dialog" -msgstr "Abrir a ventá de opcións de ferramenta" +msgstr "Abrir a xanela de opcións de ferramenta" #: ../app/actions/dialogs-actions.c:45 msgid "_Device Status" @@ -896,7 +896,7 @@ #: ../app/actions/dialogs-actions.c:46 msgid "Open the device status dialog" -msgstr "Abrir a ventá de estado do dispositivo" +msgstr "Abrir a xanela de estado do dispositivo" #: ../app/actions/dialogs-actions.c:51 msgid "_Layers" @@ -904,7 +904,7 @@ #: ../app/actions/dialogs-actions.c:52 msgid "Open the layers dialog" -msgstr "Abrir a ventá de capas " +msgstr "Abrir a xanela de capas " #: ../app/actions/dialogs-actions.c:57 msgid "_Channels" @@ -912,7 +912,7 @@ #: ../app/actions/dialogs-actions.c:58 msgid "Open the channels dialog" -msgstr "Abrir a ventá de canles" +msgstr "Abrir a xanela de canles" #: ../app/actions/dialogs-actions.c:63 msgid "_Paths" @@ -920,7 +920,7 @@ #: ../app/actions/dialogs-actions.c:64 msgid "Open the paths dialog" -msgstr "Abrir a ventá de camiños" +msgstr "Abrir a xanela de camiños" #: ../app/actions/dialogs-actions.c:69 msgid "Color_map" @@ -928,7 +928,7 @@ #: ../app/actions/dialogs-actions.c:70 msgid "Open the colormap dialog" -msgstr "Abrir a ventá de mapa de cores" +msgstr "Abrir a xanela de mapa de cores" #: ../app/actions/dialogs-actions.c:75 msgid "Histogra_m" @@ -936,7 +936,7 @@ #: ../app/actions/dialogs-actions.c:76 msgid "Open the histogram dialog" -msgstr "Abrir a ventá do histograma" +msgstr "Abrir a xanela do histograma" #: ../app/actions/dialogs-actions.c:81 msgid "_Selection Editor" @@ -952,7 +952,7 @@ #: ../app/actions/dialogs-actions.c:88 msgid "Open the display navigation dialog" -msgstr "Abrir a ventá de navegación da pantalla" +msgstr "Abrir a xanela de navegación da pantalla" #: ../app/actions/dialogs-actions.c:93 msgid "Undo _History" @@ -960,7 +960,7 @@ #: ../app/actions/dialogs-actions.c:94 msgid "Open the undo history dialog" -msgstr "Abrir a ventá di historial de desfacer" +msgstr "Abrir a xanela di historial de desfacer" #: ../app/actions/dialogs-actions.c:99 ../app/dialogs/dialogs.c:150 msgid "Pointer" @@ -968,7 +968,7 @@ #: ../app/actions/dialogs-actions.c:100 msgid "Open the pointer information dialog" -msgstr "Abrir a ventá de información do punteiro" +msgstr "Abrir a xanela de información do punteiro" #: ../app/actions/dialogs-actions.c:105 msgid "_Sample Points" @@ -976,7 +976,7 @@ #: ../app/actions/dialogs-actions.c:106 msgid "Open the sample points dialog" -msgstr "Abrir a ventá de puntos de mostra" +msgstr "Abrir a xanela de puntos de mostra" #: ../app/actions/dialogs-actions.c:111 msgid "Colo_rs" @@ -984,7 +984,7 @@ #: ../app/actions/dialogs-actions.c:112 msgid "Open the FG/BG color dialog" -msgstr "Abrir a ventá das cores de primerio plano e de fondo" +msgstr "Abrir a xanela das cores de primerio plano e de fondo" #: ../app/actions/dialogs-actions.c:117 msgid "_Brushes" @@ -992,7 +992,7 @@ #: ../app/actions/dialogs-actions.c:118 msgid "Open the brushes dialog" -msgstr "Abrir a ventá de pinceis" +msgstr "Abrir a xanela de pinceis" #: ../app/actions/dialogs-actions.c:124 msgid "Open the brush editor" @@ -1004,7 +1004,7 @@ #: ../app/actions/dialogs-actions.c:130 msgid "Open the patterns dialog" -msgstr "Abrir a ventá de patróns" +msgstr "Abrir a xanela de patróns" #: ../app/actions/dialogs-actions.c:135 msgid "_Gradients" @@ -1012,7 +1012,7 @@ #: ../app/actions/dialogs-actions.c:136 msgid "Open the gradients dialog" -msgstr "Abrir a ventá de gradacións" +msgstr "Abrir a xanela de gradacións" #: ../app/actions/dialogs-actions.c:142 msgid "Open the gradient editor" @@ -1024,7 +1024,7 @@ #: ../app/actions/dialogs-actions.c:148 msgid "Open the palettes dialog" -msgstr "Abrir a ventá de paletas" +msgstr "Abrir a xanela de paletas" #: ../app/actions/dialogs-actions.c:154 msgid "Open the palette editor" @@ -1036,7 +1036,7 @@ #: ../app/actions/dialogs-actions.c:160 msgid "Open the fonts dialog" -msgstr "Abrir a ventá de tipos de letra" +msgstr "Abrir a xanela de tipos de letra" #: ../app/actions/dialogs-actions.c:165 msgid "B_uffers" @@ -1044,7 +1044,7 @@ #: ../app/actions/dialogs-actions.c:166 msgid "Open the named buffers dialog" -msgstr "Abrir a ventá dos búferes con nome" +msgstr "Abrir a xanela dos búferes con nome" #: ../app/actions/dialogs-actions.c:171 msgid "_Images" @@ -1052,7 +1052,7 @@ #: ../app/actions/dialogs-actions.c:172 msgid "Open the images dialog" -msgstr "Abrir a ventá de imaxes" +msgstr "Abrir a xanela de imaxes" #: ../app/actions/dialogs-actions.c:177 msgid "Document Histor_y" @@ -1060,7 +1060,7 @@ #: ../app/actions/dialogs-actions.c:178 msgid "Open the document history dialog" -msgstr "Abrir a ventá de historial de documentos" +msgstr "Abrir a xanela de historial de documentos" #: ../app/actions/dialogs-actions.c:183 msgid "_Templates" @@ -1068,7 +1068,7 @@ #: ../app/actions/dialogs-actions.c:184 msgid "Open the image templates dialog" -msgstr "Abrir a ventá de modelos de imaxes" +msgstr "Abrir a xanela de modelos de imaxes" #: ../app/actions/dialogs-actions.c:189 msgid "T_ools" @@ -1076,7 +1076,7 @@ #: ../app/actions/dialogs-actions.c:190 msgid "Open the tools dialog" -msgstr "Abrir a ventá de ferramentas" +msgstr "Abrir a xanela de ferramentas" #: ../app/actions/dialogs-actions.c:195 msgid "Error Co_nsole" @@ -1092,7 +1092,7 @@ #: ../app/actions/dialogs-actions.c:207 msgid "Open the preferences dialog" -msgstr "Abrir a ventá de preferencias" +msgstr "Abrir a xanela de preferencias" #: ../app/actions/dialogs-actions.c:212 msgid "_Keyboard Shortcuts" @@ -1108,7 +1108,7 @@ #: ../app/actions/dialogs-actions.c:219 msgid "Open the module manager dialog" -msgstr "Abrir a ventá de xestor de módulos" +msgstr "Abrir a xanela de xestor de módulos" #: ../app/actions/dialogs-actions.c:224 msgid "_Tip of the Day" @@ -1116,14 +1116,14 @@ #: ../app/actions/dialogs-actions.c:225 msgid "Show some helpful tips on using GIMP" -msgstr "Amosar algúns consellos útiles de uso do GIMP" +msgstr "Mostrar algúns consellos útiles de uso do GIMP" #: ../app/actions/dialogs-actions.c:230 msgid "_About" msgstr "_Acerca de" #: ../app/actions/dialogs-actions.c:231 ../app/dialogs/about-dialog.c:114 -#: ../app/gui/gui.c:473 +#: ../app/gui/gui.c:479 msgid "About GIMP" msgstr "Acerca do GIMP" @@ -1153,7 +1153,7 @@ #: ../app/actions/dockable-actions.c:49 msgid "Dialogs Menu" -msgstr "Menú Ventás" +msgstr "Menú xanelas" #: ../app/actions/dockable-actions.c:53 msgid "_Add Tab" @@ -1233,11 +1233,11 @@ #: ../app/actions/dockable-actions.c:108 msgid "Loc_k Tab to Dock" -msgstr "Bloquear a solapa no empotrable" +msgstr "Blo_quear o separador no dock" #: ../app/actions/dockable-actions.c:109 msgid "Protect this tab from being dragged with the mouse pointer" -msgstr "Protexe esta solapa de ser arrastrada co punteiro do rato" +msgstr "Protexe este separador de ser arrastrado co punteiro do rato" #: ../app/actions/dockable-actions.c:115 msgid "Show _Button Bar" @@ -1269,15 +1269,15 @@ #: ../app/actions/documents-actions.c:53 msgid "Raise window if already open" -msgstr "Subir a ventá se xa está aberta" +msgstr "Subir a xanela se xa está aberta" #: ../app/actions/documents-actions.c:58 msgid "File Open _Dialog" -msgstr "_Ventá de abertura de ficheiros" +msgstr "_xanela de abertura de ficheiros" #: ../app/actions/documents-actions.c:59 msgid "Open image dialog" -msgstr "Ventá de abertura de imaxes" +msgstr "xanela de abertura de imaxes" #: ../app/actions/documents-actions.c:64 msgid "Copy Image _Location" @@ -1341,7 +1341,7 @@ "recent documents list in all applications." msgstr "" "Limpar o historial de documentos eliminará permanentemente todo o listado de " -"documentos recentes in todas as aplicacións." +"documentos recentes en todos os aplicativos." #: ../app/actions/drawable-actions.c:45 msgid "_Equalize" @@ -1750,7 +1750,7 @@ #: ../app/actions/error-console-commands.c:84 msgid "Cannot save. Nothing is selected." -msgstr "Non é posible gardar. Non hai nada seleccionado." +msgstr "Non é posíbel gardar. Non hai nada seleccionado." #: ../app/actions/error-console-commands.c:95 msgid "Save Error Log to File" @@ -1762,7 +1762,7 @@ "Error writing file '%s':\n" "%s" msgstr "" -"Erro ao escribir o ficheiro '%s':\n" +"Produciuse un erro ao escribir o ficheiro '%s':\n" "%s" #: ../app/actions/file-actions.c:66 @@ -1863,13 +1863,22 @@ #: ../app/actions/file-actions.c:135 msgid "Save this image and close its window" -msgstr "Gardar esta imaxe e pechar a súa ventá" +msgstr "Gardar esta imaxe e pechar a súa xanela" + +#: ../app/actions/file-commands.c:104 ../app/actions/file-commands.c:456 +#: ../app/dialogs/file-open-dialog.c:76 +msgid "Open Image" +msgstr "Abrir imaxe" + +#: ../app/actions/file-commands.c:125 +msgid "Open Image as Layers" +msgstr "Abrir imaxe como capas" -#: ../app/actions/file-commands.c:259 +#: ../app/actions/file-commands.c:266 msgid "Saving canceled" msgstr "Cancelouse o gardado" -#: ../app/actions/file-commands.c:268 ../app/dialogs/file-save-dialog.c:513 +#: ../app/actions/file-commands.c:275 ../app/dialogs/file-save-dialog.c:513 #: ../app/widgets/gimpdnd-xds.c:173 #, c-format msgid "" @@ -1877,44 +1886,46 @@ "\n" "%s" msgstr "" -"Erro ao gardar '%s':\n" +"Produciuse un erro ao gardar '%s':\n" "\n" "%s" -#: ../app/actions/file-commands.c:293 +#: ../app/actions/file-commands.c:300 msgid "No changes need to be saved" msgstr "Non se necesita gardar ningún cambio" -#: ../app/actions/file-commands.c:300 ../app/dialogs/file-save-dialog.c:88 +#: ../app/actions/file-commands.c:307 ../app/dialogs/file-save-dialog.c:88 msgid "Save Image" msgstr "Gardar imaxe" -#: ../app/actions/file-commands.c:306 +#: ../app/actions/file-commands.c:313 msgid "Save a Copy of the Image" msgstr "Gardar unha copia da imaxe" -#: ../app/actions/file-commands.c:326 +#: ../app/actions/file-commands.c:333 msgid "Create New Template" msgstr "Crear novo modelo" -#: ../app/actions/file-commands.c:330 +#: ../app/actions/file-commands.c:337 msgid "Enter a name for this template" msgstr "Introduza un nome para este modelo" -#: ../app/actions/file-commands.c:356 +#: ../app/actions/file-commands.c:363 msgid "Revert failed. No file name associated with this image." -msgstr "Erro ao reverter. Non hai un nome de ficheiro asociado con esta imaxe." +msgstr "" +"Produciuse un erro ao reverter. Non hai un nome de ficheiro asociado con " +"esta imaxe." -#: ../app/actions/file-commands.c:369 +#: ../app/actions/file-commands.c:376 msgid "Revert Image" msgstr "Reverter imaxe" -#: ../app/actions/file-commands.c:395 +#: ../app/actions/file-commands.c:402 #, c-format msgid "Revert '%s' to '%s'?" msgstr "Reverter '%s' a '%s'?" -#: ../app/actions/file-commands.c:401 +#: ../app/actions/file-commands.c:408 msgid "" "By reverting the image to the state saved on disk, you will lose all " "changes, including all undo information." @@ -1922,26 +1933,18 @@ "Ao reverter a imaxe ao estado gardado en disco, perderá todas as súas " "modificacións, inclusive toda a información para desfacer." -#: ../app/actions/file-commands.c:477 -msgid "Open Image as Layers" -msgstr "Abrir imaxe como capas" - -#: ../app/actions/file-commands.c:482 ../app/dialogs/file-open-dialog.c:76 -msgid "Open Image" -msgstr "Abrir imaxe" - -#: ../app/actions/file-commands.c:557 +#: ../app/actions/file-commands.c:563 msgid "(Unnamed Template)" msgstr "(Modelo sen nome)" -#: ../app/actions/file-commands.c:605 +#: ../app/actions/file-commands.c:611 #, c-format msgid "" "Reverting to '%s' failed:\n" "\n" "%s" msgstr "" -"Erro ao reverter a '%s':\n" +"Produciuse un erro ao reverter a '%s':\n" "\n" "%s" @@ -2387,7 +2390,7 @@ msgid "I_nfo" msgstr "I_nformación" -#: ../app/actions/image-actions.c:61 ../app/tools/gimplevelstool.c:645 +#: ../app/actions/image-actions.c:61 ../app/tools/gimplevelstool.c:653 #: ../app/tools/gimpthresholdtool.c:264 msgid "_Auto" msgstr "_Auto" @@ -2562,9 +2565,9 @@ msgid "Rotating" msgstr "Rotando" -#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:639 +#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." -msgstr "Non é posible recortar porque a selección actual está baleira." +msgstr "Non é posíbel recortar porque a selección actual está baleira." #: ../app/actions/image-commands.c:606 msgid "Change Print Size" @@ -2575,12 +2578,12 @@ msgstr "Escalar imaxe" #. Scaling -#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1101 -#: ../app/dialogs/preferences-dialog.c:1919 +#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1104 +#: ../app/dialogs/preferences-dialog.c:1925 #: ../app/pdb/drawable-transform-cmds.c:682 #: ../app/pdb/drawable-transform-cmds.c:758 ../app/pdb/image-cmds.c:405 -#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:289 -#: ../app/pdb/layer-cmds.c:334 ../app/pdb/transform-tools-cmds.c:291 +#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" msgstr "Escalando" @@ -2974,50 +2977,50 @@ msgid "Set Opacity" msgstr "Definir opacidade" -#: ../app/actions/layers-commands.c:203 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "Atributos da capa" -#: ../app/actions/layers-commands.c:206 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "Editar atributos da capa" -#: ../app/actions/layers-commands.c:249 ../app/actions/layers-commands.c:251 -#: ../app/actions/layers-commands.c:319 ../app/actions/layers-commands.c:323 +#: ../app/actions/layers-commands.c:250 ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 ../app/actions/layers-commands.c:324 #: ../app/widgets/gimpdrawabletreeview.c:326 #: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "Nova Capa" -#: ../app/actions/layers-commands.c:254 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" msgstr "Crear unha capa nova" -#: ../app/actions/layers-commands.c:352 +#: ../app/actions/layers-commands.c:355 msgid "Visible" msgstr "Visible" -#: ../app/actions/layers-commands.c:571 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" msgstr "Definir tamaño do límite da capa" -#: ../app/actions/layers-commands.c:612 ../app/core/gimplayer.c:251 +#: ../app/actions/layers-commands.c:615 ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "Escalar Capa" -#: ../app/actions/layers-commands.c:649 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" msgstr "Recortar capa" -#: ../app/actions/layers-commands.c:788 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" msgstr "Máscara de capa a selección" -#: ../app/actions/layers-commands.c:1036 +#: ../app/actions/layers-commands.c:1039 msgid "Please select a channel first" msgstr "Seleccionar primeiro unha canle" -#: ../app/actions/layers-commands.c:1044 ../app/core/gimplayer.c:1280 +#: ../app/actions/layers-commands.c:1047 ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "Engadir máscara de capa" @@ -3344,7 +3347,7 @@ msgstr "(Des)Activar máscara rá_pida" #: ../app/actions/quick-mask-actions.c:54 -#: ../app/display/gimpdisplayshell.c:1153 +#: ../app/display/gimpdisplayshell.c:1169 msgid "Toggle Quick Mask" msgstr "Activar ou desactivar máscara rápida" @@ -3386,7 +3389,7 @@ #: ../app/actions/select-actions.c:50 msgid "select|_All" -msgstr "|_Todo" +msgstr "_Todo" #: ../app/actions/select-actions.c:51 msgid "Select everything" @@ -3394,7 +3397,7 @@ #: ../app/actions/select-actions.c:56 msgid "select|_None" -msgstr "|_Nada" +msgstr "_Nada" #: ../app/actions/select-actions.c:57 msgid "Dismiss the selection" @@ -3647,11 +3650,11 @@ #: ../app/core/gimppalette-load.c:270 ../app/core/gimppalette-load.c:314 #: ../app/core/gimppalette-load.c:368 ../app/core/gimppalette-load.c:456 #: ../app/core/gimppalette-load.c:599 ../app/core/gimppattern-load.c:76 -#: ../app/tools/gimpcurvestool.c:594 ../app/tools/gimplevelstool.c:725 +#: ../app/tools/gimpcurvestool.c:623 ../app/tools/gimplevelstool.c:743 #: ../app/xcf/xcf.c:329 #, c-format msgid "Could not open '%s' for reading: %s" -msgstr "Non foi posible abrir '%s' para lectura: %s" +msgstr "Non foi posíbel abrir '%s' para lectura: %s" #: ../app/actions/tool-options-actions.c:56 msgid "Tool Options Menu" @@ -4022,11 +4025,11 @@ #: ../app/actions/view-actions.c:82 msgid "Close this image window" -msgstr "Pechar esta ventá de imaxe" +msgstr "Pechar esta xanela de imaxe" #: ../app/actions/view-actions.c:87 msgid "_Fit Image in Window" -msgstr "_Axustar imaxe na ventá" +msgstr "_Axustar imaxe na xanela" #: ../app/actions/view-actions.c:88 msgid "Adjust the zoom ratio so that the image becomes fully visible" @@ -4034,11 +4037,11 @@ #: ../app/actions/view-actions.c:93 msgid "Fi_ll Window" -msgstr "Encher a ventá" +msgstr "Encher a xanela" #: ../app/actions/view-actions.c:94 msgid "Adjust the zoom ratio so that the entire window is used" -msgstr "Axusta o zoom para que se use a ventá completa" +msgstr "Axusta o zoom para que se use a xanela completa" #: ../app/actions/view-actions.c:99 ../app/actions/view-actions.c:579 msgid "Re_vert Zoom" @@ -4050,11 +4053,11 @@ #: ../app/actions/view-actions.c:105 msgid "Na_vigation Window" -msgstr "Ventá de na_vegación" +msgstr "xanela de na_vegación" #: ../app/actions/view-actions.c:106 msgid "Show an overview window for this image" -msgstr "Mostra unha ventá para ter unha visión xeral desta imaxe" +msgstr "Mostra unha xanela para ter unha visión xeral desta imaxe" #: ../app/actions/view-actions.c:111 msgid "Display _Filters..." @@ -4070,7 +4073,7 @@ #: ../app/actions/view-actions.c:118 msgid "Reduce the image window to the size of the image display" -msgstr "Reducir a ventá ao tamaño de visualización da imaxe" +msgstr "Reducir a xanela ao tamaño de visualización da imaxe" #: ../app/actions/view-actions.c:132 msgid "_Dot for Dot" @@ -4158,7 +4161,7 @@ #: ../app/actions/view-actions.c:203 msgid "Show this window's menubar" -msgstr "Mostra a barra de menú desta ventá" +msgstr "Mostra a barra de menú desta xanela" #: ../app/actions/view-actions.c:209 msgid "Show R_ulers" @@ -4166,7 +4169,7 @@ #: ../app/actions/view-actions.c:210 msgid "Show this window's rulers" -msgstr "Mostrar as regras desta ventá" +msgstr "Mostrar as regras desta xanela" #: ../app/actions/view-actions.c:216 msgid "Show Scroll_bars" @@ -4174,7 +4177,7 @@ #: ../app/actions/view-actions.c:217 msgid "Show this window's scrollbars" -msgstr "Mostrar as barras de desprazamento desta ventá" +msgstr "Mostrar as barras de desprazamento desta xanela" #: ../app/actions/view-actions.c:223 msgid "Show S_tatusbar" @@ -4182,7 +4185,7 @@ #: ../app/actions/view-actions.c:224 msgid "Show this window's statusbar" -msgstr "Mostrar a barra de estado desta ventá" +msgstr "Mostrar a barra de estado desta xanela" #: ../app/actions/view-actions.c:230 msgid "Fullscr_een" @@ -4327,11 +4330,11 @@ msgid "_Zoom (%s)" msgstr "_Zoom (%s)" -#: ../app/actions/view-commands.c:589 +#: ../app/actions/view-commands.c:613 msgid "Set Canvas Padding Color" msgstr "Establecer a cor de enchemento do tapiz do lenzo" -#: ../app/actions/view-commands.c:591 +#: ../app/actions/view-commands.c:615 msgid "Set Custom Canvas Padding Color" msgstr "Establece unha cor personalizada para o enchemento do tapiz do lenzo" @@ -4343,11 +4346,11 @@ #: ../app/actions/window-actions.c:170 #, c-format msgid "Move this window to screen %s" -msgstr "Mover esta ventá á pantalla %s" +msgstr "Mover esta xanela á pantalla %s" #: ../app/actions/windows-actions.c:79 msgid "_Windows" -msgstr "_Ventás" +msgstr "_xanelas" #: ../app/actions/windows-actions.c:80 msgid "_Recently Closed Docks" @@ -4355,7 +4358,7 @@ #: ../app/actions/windows-actions.c:81 msgid "_Dockable Dialogs" -msgstr "_Ventás ancorables" +msgstr "_xanelas ancorables" #: ../app/actions/windows-actions.c:84 msgid "Tool_box" @@ -4508,7 +4511,7 @@ "using different filenames, restart GIMP and check the location of the swap " "directory in your Preferences." msgstr "" -"Non foi posible abrir o ficheiro de intercambio de memoria. GIMP excedeu o " +"Non foi posíbel abrir o ficheiro de intercambio de memoria. GIMP excedeu o " "tamaño da memoria e non pode usar o ficheiro de intercambio. Algunhas partes " "da imaxe poden estar corruptas. Intente gardar os seus traballos empregando " "diferentes nomes de ficheiro, reinicie o GIMP e verifique a localización do " @@ -4518,27 +4521,27 @@ #, c-format msgid "Failed to resize swap file: %s" msgstr "" -"Ocorreu un erro ao redimensionar o ficheiro de intercambio de memoria: %s" +"Produciuse un erro ao redimensionar o ficheiro de intercambio de memoria: %s" #: ../app/config/gimpconfig-file.c:68 ../app/core/gimpbrushgenerated-save.c:63 #: ../app/core/gimpcurve-save.c:53 ../app/core/gimpgradient-save.c:51 #: ../app/core/gimpgradient-save.c:145 ../app/core/gimppalette-save.c:56 -#: ../app/gui/themes.c:239 ../app/tools/gimpcurvestool.c:642 -#: ../app/tools/gimplevelstool.c:752 ../app/vectors/gimpvectors-export.c:83 +#: ../app/gui/themes.c:239 ../app/tools/gimpcurvestool.c:676 +#: ../app/tools/gimplevelstool.c:796 ../app/vectors/gimpvectors-export.c:83 #: ../app/xcf/xcf.c:422 #, c-format msgid "Could not open '%s' for writing: %s" -msgstr "Non foi posible abrir '%s' para escrita: %s" +msgstr "Non foi posíbel abrir '%s' para escrita: %s" #: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102 #, c-format msgid "Error writing '%s': %s" -msgstr "Erro ao escribir '%s': %s" +msgstr "Produciuse un erro ao escribir '%s': %s" #: ../app/config/gimpconfig-file.c:90 #, c-format msgid "Error reading '%s': %s" -msgstr "Erro ao ler '%s': %s" +msgstr "Produciuse un erro ao ler '%s': %s" #: ../app/config/gimpconfig-file.c:132 #, c-format @@ -4546,7 +4549,7 @@ "There was an error parsing your '%s' file. Default values will be used. A " "backup of your configuration has been created at '%s'." msgstr "" -"Houbo un erro analizando o ficheiro '%s'. Utilizaranse os valores " +"Produciuse un erro analizando o ficheiro '%s'. Utilizaranse os valores " "predefinidos. Creouse unha copia de seguranza da súa configuración en '%s'." #. Not all strings defined here are used in the user interface @@ -4559,8 +4562,8 @@ "receives the focus. This is useful for window managers using \"click to focus" "\"." msgstr "" -"Se está activado, as imaxes convértense en activas cando a súa ventá recibe " -"o foco. Isto é moi útil para os xestores de ventás que estean a utilizar a " +"Se está activado, as imaxes convértense en activas cando a súa xanela recibe " +"o foco. Isto é moi útil para os xestores de xanelas que estean a utilizar a " "opción \"premer para obter o foco\"." #: ../app/config/gimprc-blurbs.h:23 @@ -4633,9 +4636,9 @@ "The window type hint that is set on dock windows. This may affect the way " "your window manager decorates and handles dock windows." msgstr "" -"O hint do tipo de ventá que está definida nas ventás ancorables. Isto " -"podería afectar a forma en que o seu xestor de ventás decora e manexa as " -"ventás ancorables." +"O hint do tipo de xanela que está definida nas xanelas ancorables. Isto " +"podería afectar a forma en que o seu xestor de xanelas decora e manexa as " +"xanelas ancorables." #: ../app/config/gimprc-blurbs.h:123 msgid "When enabled, the selected brush will be used for all tools." @@ -4659,11 +4662,11 @@ #: ../app/config/gimprc-blurbs.h:154 msgid "Sets the text to appear in image window status bars." -msgstr "Define o texto que aparece nas barras de estado das ventás de imaxe." +msgstr "Define o texto que aparece nas barras de estado das xanelas de imaxe." #: ../app/config/gimprc-blurbs.h:157 msgid "Sets the text to appear in image window titles." -msgstr "Define o texto que aparece nos títulos das ventás de imaxe." +msgstr "Define o texto que aparece nos títulos das xanelas de imaxe." #: ../app/config/gimprc-blurbs.h:160 msgid "" @@ -4755,7 +4758,7 @@ "of the image window." msgstr "" "Define o tamaño da previsualización da navegación dispoñible na esquina " -"inferior dereita da ventá da imaxe." +"inferior dereita da xanela da imaxe." #: ../app/config/gimprc-blurbs.h:216 msgid "Sets how many processors GIMP should try to use simultaneously." @@ -4799,7 +4802,7 @@ "When enabled, the image window will automatically resize itself whenever the " "physical image size changes." msgstr "" -"Cando estea activo, a ventá da imaxe redimensiónase automaticamente ao " +"Cando estea activo, a xanela da imaxe redimensiónase automaticamente ao " "modificar o tamaño físico da imaxe." #: ../app/config/gimprc-blurbs.h:258 @@ -4807,7 +4810,7 @@ "When enabled, the image window will automatically resize itself when zooming " "into and out of images." msgstr "" -"Cando estea activo, a ventá da imaxe redimensiónase automaticamente ao " +"Cando estea activo, a xanela da imaxe redimensiónase automaticamente ao " "aumentar ou diminuír o zoom das imaxes." #: ../app/config/gimprc-blurbs.h:262 @@ -4870,8 +4873,8 @@ "with the \"View->Show Menubar\" command." msgstr "" "Cando estea activo, a barra de menú é visible de xeito predefinido. Isto " -"tamén pode activarse ou desactivarse co comando \"Ver->Mostrar a barra de " -"menú\"." +"tamén pode activarse ou desactivarse coa orde \"Ver->Mostrar a barra de menú" +"\"." #: ../app/config/gimprc-blurbs.h:299 msgid "" @@ -4879,7 +4882,7 @@ "with the \"View->Show Rulers\" command." msgstr "" "Cando estea activo, as regras están visibles de xeito predefinido. Isto " -"tamén pode activarse ou desactivarse co comando \"Ver->Mostrar regras\"." +"tamén pode activarse ou desactivarse coa orde \"Ver->Mostrar regras\"." #: ../app/config/gimprc-blurbs.h:303 msgid "" @@ -4887,7 +4890,7 @@ "toggled with the \"View->Show Scrollbars\" command." msgstr "" "Cando estea activo, as barras de desprazamento están visibles de xeito " -"predefinido. Isto tamén pode activarse ou desactivarse co comando \"Ver-" +"predefinido. Isto tamén pode activarse ou desactivarse coa orde \"Ver-" ">Mostrar barras de desprazamento\"." #: ../app/config/gimprc-blurbs.h:307 @@ -4896,8 +4899,8 @@ "with the \"View->Show Statusbar\" command." msgstr "" "Cando estea activo, a barra de estado é visible de xeito predefinido. Isto " -"tamén pode activarse ou desactivarse co comando \"Ver->Mostrar barra de " -"estado\"." +"tamén pode activarse ou desactivarse coa orde \"Ver->Mostrar barra de estado" +"\"." #: ../app/config/gimprc-blurbs.h:311 msgid "" @@ -4905,7 +4908,7 @@ "with the \"View->Show Selection\" command." msgstr "" "Cando estea activo, a selección é visible de xeito predefinido. Isto tamén " -"pode activarse ou desactivarse co comando \"Ver->Mostrar selección\"." +"pode activarse ou desactivarse coa orde \"Ver->Mostrar selección\"." #: ../app/config/gimprc-blurbs.h:315 msgid "" @@ -4913,7 +4916,7 @@ "toggled with the \"View->Show Layer Boundary\" command." msgstr "" "Cando estea activo, o límite da capa é visible de xeito predefinido. Isto " -"tamén pode activarse ou desactivarse co comando \"Ver->Mostrar límite de capa" +"tamén pode activarse ou desactivarse coa orde \"Ver->Mostrar límite de capa" "\"." #: ../app/config/gimprc-blurbs.h:319 @@ -4922,7 +4925,7 @@ "with the \"View->Show Guides\" command." msgstr "" "Cando estea activo, as regras están visibles de xeito predefinido. Isto " -"tamén pode activarse ou desactivarse co comando \"Ver->Mostrar regras\"." +"tamén pode activarse ou desactivarse coa orde \"Ver->Mostrar regras\"." #: ../app/config/gimprc-blurbs.h:323 msgid "" @@ -4930,7 +4933,7 @@ "the \"View->Show Grid\" command." msgstr "" "Cando estea activo, a grade é visible de xeito predefinido. Isto tamén pode " -"activarse ou desactivarse co comando \"Ver->Mostrar grade\"." +"activarse ou desactivarse coa orde \"Ver->Mostrar grade\"." #: ../app/config/gimprc-blurbs.h:327 msgid "" @@ -4938,8 +4941,8 @@ "toggled with the \"View->Show Sample Points\" command." msgstr "" "Cando estea activo, os puntos de proba están visibles de xeito predefinido. " -"Isto tamén pode activarse ou desactivarse co comando \"Ver->Mostrar puntos " -"de mostra\"." +"Isto tamén pode activarse ou desactivarse coa orde \"Ver->Mostrar puntos de " +"mostra\"." #: ../app/config/gimprc-blurbs.h:331 msgid "Show a tooltip when the pointer hovers over an item." @@ -4947,7 +4950,7 @@ #: ../app/config/gimprc-blurbs.h:334 msgid "What to do when the space bar is pressed in the image window." -msgstr "Que facer cando se preme a barra espazadora na ventá da imaxe." +msgstr "Que facer cando se preme a barra espazadora na xanela da imaxe." #: ../app/config/gimprc-blurbs.h:337 msgid "" @@ -4963,7 +4966,7 @@ "para intercambiar páxinas rápida e facilmente para e desde o disco. Teña en " "conta que o ficheiro de intercambio pode volverse moi grande facilmente se " "utiliza GIMP con imaxes grandes. Tamén se pode volver lento o proceso se " -"crea o ficheiro de intercambio nun directorio montado sobre NFS. Por estas " +"crea o ficheiro de intercambio nun cartafol montado sobre NFS. Por estas " "razóns, talvez sexa conveniente colocar o ficheiro de intercambio en \"/tmp" "\"." @@ -4977,9 +4980,9 @@ "transient to the active image window. Most window managers will keep the " "dock windows above the image window then, but it may also have other effects." msgstr "" -"Cando estea activo, as ventás ancorables (a caixa de ferramentas e as " -"paletas) establécense como dependentes da ventá activa. A maioría dos " -"xestores de ventás manteñen entón as ventás ancorables enriba da ventá de " +"Cando estea activo, as xanelas ancorables (a caixa de ferramentas e as " +"paletas) establécense como dependentes da xanela activa. A maioría dos " +"xestores de xanelas manteñen entón as xanelas ancorables enriba da xanela de " "imaxe, mais isto podería ter tamén outro efectos." #: ../app/config/gimprc-blurbs.h:355 @@ -5008,7 +5011,7 @@ msgstr "" "Define o cartafol para o almacenamento temporal. Os ficheiros aparecerán nel " "mentre se estea executando o GIMP. A maioría dos ficheiros desaparecerán ao " -"saír do GIMP, mais é posible que algúns permanezan polo que o mellor será " +"saír do GIMP, mais é posíbel que algúns permanezan polo que o mellor será " "que este cartafol non estea compartido con outros usuarios." #: ../app/config/gimprc-blurbs.h:377 @@ -5056,9 +5059,9 @@ "The window type hint that is set on the toolbox. This may affect how your " "window manager decorates and handles the toolbox window." msgstr "" -"O hint de tipo de ventá que se utiliza na caixa de ferramentas. Isto podería " -"afectar a forma en que o seu xestor de ventás decora e manexa a ventá da " -"caixa de ferramentas." +"O hint de tipo de xanela que se utiliza na caixa de ferramentas. Isto " +"podería afectar a forma en que o seu xestor de xanelas decora e manexa a " +"xanela da caixa de ferramentas." #: ../app/config/gimprc-blurbs.h:406 msgid "Sets the manner in which transparency is displayed in images." @@ -5113,17 +5116,17 @@ "appended to the command with a space separating the two." msgstr "" "Define o explorador externo que se utilizará. Pode ser un camiño absoluto ou " -"o nome dun executable que sexa localizable no camiño do usuario. Se o " -"comando contén '%s' será substituído co URL, senón o URL será engadido ao " -"comando cun espazo en medio." +"o nome dun executable que sexa localizable no camiño do usuario. Se a orde " +"contén '%s' será substituído co URL, senón o URL será engadido á orde cun " +"espazo en medio." -#: ../app/config/gimprc-deserialize.c:136 ../app/core/gimp-modules.c:134 +#: ../app/config/gimprc-deserialize.c:135 ../app/core/gimp-modules.c:134 #: ../app/core/gimp-units.c:164 ../app/gui/session.c:206 #: ../app/plug-in/plug-in-rc.c:213 msgid "fatal parse error" msgstr "erro grave de análise" -#: ../app/config/gimprc-deserialize.c:164 +#: ../app/config/gimprc-deserialize.c:163 #, c-format msgid "value for token %s is not a valid UTF-8 string" msgstr "o valor para o token %s non é unha cadea UTF-8 válida" @@ -5197,7 +5200,7 @@ msgstr "Branco" #. Transparency -#: ../app/core/core-enums.c:250 ../app/dialogs/preferences-dialog.c:2305 +#: ../app/core/core-enums.c:250 ../app/dialogs/preferences-dialog.c:2311 msgid "Transparency" msgstr "Transparencia" @@ -5289,11 +5292,11 @@ msgid "Diamond" msgstr "Diamante" -#: ../app/core/core-enums.c:472 ../app/dialogs/preferences-dialog.c:2337 +#: ../app/core/core-enums.c:472 ../app/dialogs/preferences-dialog.c:2343 msgid "Horizontal" msgstr "Horizontal" -#: ../app/core/core-enums.c:473 ../app/dialogs/preferences-dialog.c:2339 +#: ../app/core/core-enums.c:473 ../app/dialogs/preferences-dialog.c:2345 msgid "Vertical" msgstr "Vertical" @@ -5499,7 +5502,7 @@ msgid "Cut" msgstr "Cortar" -#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:160 +#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:161 #: ../app/widgets/widgets-enums.c:265 msgid "Text" msgstr "Texto" @@ -5510,7 +5513,7 @@ msgstr "Transformar" #: ../app/core/core-enums.c:884 ../app/core/core-enums.c:927 -#: ../app/paint/gimppaintcore.c:135 +#: ../app/paint/gimppaintcore.c:137 msgid "Paint" msgstr "Pintar" @@ -5637,7 +5640,7 @@ #: ../app/core/core-enums.c:932 msgid "Not undoable" -msgstr "Imposible de desfacer" +msgstr "Imposíbel de desfacer" #: ../app/core/core-enums.c:1196 msgid "Composite" @@ -5672,7 +5675,7 @@ #: ../app/widgets/gimpdevices.c:258 #, c-format msgid "Deleting \"%s\" failed: %s" -msgstr "Erro ao eliminar \"%s\": %s" +msgstr "Produciuse un erro ao eliminar \"%s\": %s" #: ../app/core/gimp-edit.c:190 ../app/core/gimp-edit.c:326 msgid "Pasted Layer" @@ -5749,40 +5752,40 @@ #: ../app/core/gimp-user-install.c:335 ../app/core/gimp-user-install.c:361 #, c-format msgid "Cannot create folder '%s': %s" -msgstr "Non é posible crear o cartafol '%s': %s" +msgstr "Non é posíbel crear o cartafol '%s': %s" -#: ../app/core/gimp.c:533 +#: ../app/core/gimp.c:543 msgid "Initialization" msgstr "Inicio" #. register all internal procedures -#: ../app/core/gimp.c:608 +#: ../app/core/gimp.c:618 msgid "Internal Procedures" msgstr "Procedementos internos" #. initialize the global parasite table -#: ../app/core/gimp.c:824 +#: ../app/core/gimp.c:834 msgid "Looking for data files" msgstr "Buscando ficheiros de datos" -#: ../app/core/gimp.c:824 +#: ../app/core/gimp.c:834 msgid "Parasites" msgstr "Parásitos" #. initialize the list of fonts -#: ../app/core/gimp.c:844 +#: ../app/core/gimp.c:854 msgid "Fonts (this may take a while)" msgstr "Tipos de letra (isto pode levar un tempo)" #. initialize the module list -#: ../app/core/gimp.c:853 ../app/dialogs/preferences-dialog.c:2766 +#: ../app/core/gimp.c:863 ../app/dialogs/preferences-dialog.c:2772 msgid "Modules" msgstr "Módulos" #: ../app/core/gimpbrush-load.c:177 #, c-format msgid "Could not read %d bytes from '%s': %s" -msgstr "Non foi posibel ler %d bytes de '%s': %s" +msgstr "Non foi posíbel ler %d bytes de '%s': %s" #: ../app/core/gimpbrush-load.c:197 #, c-format @@ -5803,8 +5806,8 @@ #, c-format msgid "Fatal parse error in brush file '%s': Unknown depth %d." msgstr "" -"Erro grave de análise no ficheiro do pincel '%s': Profundidade descoñecida %" -"d." +"Erro grave de análise no ficheiro do pincel '%s': Profundidade descoñecida " +"%d." #: ../app/core/gimpbrush-load.c:252 #, c-format @@ -5847,15 +5850,15 @@ msgid "" "Fatal parse error in brush file '%s': unable to decode abr format version %d." msgstr "" -"Erro grave de análise no ficheiro do pincel '%s': imposible decodificar o " +"Erro grave de análise no ficheiro do pincel '%s': imposíbel decodificar o " "formato abr versión %d." #: ../app/core/gimpbrush-load.c:615 #, c-format msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." msgstr "" -"Erro grave de análise no ficheiro do pincel '%s': Non se poden usar pinceis " -"anchos." +"Produciuse un erro grave de análise no ficheiro do pincel '%s': Non é " +"posíbel usar os pinceis anchos." #: ../app/core/gimpbrushgenerated-load.c:87 #, c-format @@ -5893,7 +5896,7 @@ #: ../app/core/gimpbrushgenerated-load.c:231 #, c-format msgid "Error while reading brush file '%s': %s" -msgstr "Houbo un erro ao ler o ficheiro de pincel '%s': %s" +msgstr "Produciuse un erro ao ler o ficheiro de pincel '%s': %s" #: ../app/core/gimpbrushpipe-load.c:113 ../app/core/gimpbrushpipe-load.c:133 #: ../app/core/gimpbrushpipe-load.c:223 @@ -5965,7 +5968,7 @@ msgid "Rotate Channel" msgstr "Rotar canle" -#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:843 +#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" msgstr "Transformar canle" @@ -6008,7 +6011,7 @@ #: ../app/core/gimpchannel.c:710 #, c-format msgid "Cannot stroke empty channel." -msgstr "Non é posible trazar unha canle en branco." +msgstr "Non é posíbel trazar unha canle en branco." #: ../app/core/gimpchannel.c:1631 msgid "Set Channel Color" @@ -6025,7 +6028,7 @@ #: ../app/core/gimpdata.c:526 ../app/core/gimptoolpresets.c:279 #, c-format msgid "Could not delete '%s': %s" -msgstr "Non foi posible eliminar '%s': %s" +msgstr "Non foi posíbel eliminar '%s': %s" #: ../app/core/gimpdatafactory.c:415 ../app/core/gimpdatafactory.c:575 #: ../app/core/gimpdatafactory.c:595 @@ -6035,7 +6038,7 @@ "\n" "%s" msgstr "" -"Erro ao gardar datos:\n" +"Produciuse un fallo ao gardar datos:\n" "\n" "%s" @@ -6060,7 +6063,7 @@ "\n" "%s" msgstr "" -"Erro ao cargar datos:\n" +"Produciuse un erro ao cargar datos:\n" "\n" "%s" @@ -6068,12 +6071,12 @@ msgid "Blend" msgstr "Mesturar" -#: ../app/core/gimpdrawable-brightness-contrast.c:71 +#: ../app/core/gimpdrawable-brightness-contrast.c:76 msgid "Brightness_Contrast" msgstr "Brillo_Contraste" -#: ../app/core/gimpdrawable-brightness-contrast.c:82 -#: ../app/tools/gimpbrightnesscontrasttool.c:110 +#: ../app/core/gimpdrawable-brightness-contrast.c:87 +#: ../app/tools/gimpbrightnesscontrasttool.c:111 msgid "Brightness-Contrast" msgstr "Luminosidade-Contraste" @@ -6099,7 +6102,7 @@ msgstr "Colorar" #: ../app/core/gimpdrawable-curves.c:165 ../app/core/gimpdrawable-curves.c:182 -#: ../app/tools/gimpcurvestool.c:136 +#: ../app/tools/gimpcurvestool.c:140 msgid "Curves" msgstr "Curvas" @@ -6126,12 +6129,12 @@ msgid "Hue_Saturation" msgstr "Matiz_Saturación" -#: ../app/core/gimpdrawable-invert.c:55 ../app/core/gimpdrawable-invert.c:63 +#: ../app/core/gimpdrawable-invert.c:60 ../app/core/gimpdrawable-invert.c:68 msgid "Invert" msgstr "Inverter" #: ../app/core/gimpdrawable-levels.c:154 ../app/core/gimpdrawable-levels.c:170 -#: ../app/tools/gimplevelstool.c:146 +#: ../app/tools/gimplevelstool.c:150 msgid "Levels" msgstr "Niveis" @@ -6153,21 +6156,21 @@ msgid "Threshold" msgstr "Limiar" -#: ../app/core/gimpdrawable-transform.c:629 ../app/tools/gimpfliptool.c:116 +#: ../app/core/gimpdrawable-transform.c:645 ../app/tools/gimpfliptool.c:116 msgctxt "command" msgid "Flip" msgstr "Voltear" -#: ../app/core/gimpdrawable-transform.c:716 ../app/tools/gimprotatetool.c:121 +#: ../app/core/gimpdrawable-transform.c:745 ../app/tools/gimprotatetool.c:121 msgctxt "command" msgid "Rotate" msgstr "Rotar" -#: ../app/core/gimpdrawable-transform.c:841 ../app/core/gimplayer.c:255 +#: ../app/core/gimpdrawable-transform.c:884 ../app/core/gimplayer.c:255 msgid "Transform Layer" msgstr "Transformar capa" -#: ../app/core/gimpdrawable-transform.c:856 +#: ../app/core/gimpdrawable-transform.c:899 msgid "Transformation" msgstr "Transformación" @@ -6176,15 +6179,15 @@ #, c-format msgid "Fatal parse error in gradient file '%s': Read error in line %d." msgstr "" -"Erro grave de análise no ficheiro de gradación '%s': Erro de lectura na liña " -"%d." +"Produciuse un erro grave de análise no ficheiro de gradación '%s': Erro de " +"lectura na liña %d." #: ../app/core/gimpgradient-load.c:81 #, c-format msgid "Fatal parse error in gradient file '%s': Not a GIMP gradient file." msgstr "" -"Erro grave de análise no ficheiro de gradación '%s': Non é un ficheiro de " -"gradación de GIMP." +"Produciuse un erro grave de análise no ficheiro de gradación '%s': Non é un " +"ficheiro de gradación de GIMP." #: ../app/core/gimpgradient-load.c:109 #, c-format @@ -6220,7 +6223,7 @@ #: ../app/core/gimpgradient-load.c:344 #, c-format msgid "Failed to import gradients from '%s': %s" -msgstr "Erro ao importar gradacións desde '%s': %s" +msgstr "Produciuse un erro ao importar gradacións desde '%s': %s" #: ../app/core/gimpgrid.c:84 msgid "Line style used for the grid." @@ -6234,7 +6237,7 @@ msgid "" "The background color of the grid; only used in double dashed line style." msgstr "" -"A cor de fondo da grade, só se utiliza no estilo de liña de guións duplos." +"A cor de fondo da grade, só se utiliza no estilo de liña de guións dobres." #: ../app/core/gimpgrid.c:101 msgid "Horizontal spacing of grid lines." @@ -6276,7 +6279,7 @@ #: ../app/core/gimpimage-convert.c:792 #, c-format msgid "Cannot convert image: palette is empty." -msgstr "Non é posible converter a imaxe: a paleta está en branco." +msgstr "Non é posíbel converter a imaxe: a paleta está en branco." #: ../app/core/gimpimage-convert.c:806 msgid "Convert Image to RGB" @@ -6315,7 +6318,7 @@ msgid "Add Vertical Guide" msgstr "Engadir guía vertical" -#: ../app/core/gimpimage-guides.c:115 ../app/tools/gimpmovetool.c:554 +#: ../app/core/gimpimage-guides.c:115 ../app/tools/gimpmovetool.c:564 msgid "Remove Guide" msgstr "Eliminar guía" @@ -6385,7 +6388,7 @@ #: ../app/core/gimpimage-undo-push.c:863 #, c-format msgid "Can't undo %s" -msgstr "Non é posible desfacer %s" +msgstr "Non é posíbel desfacer %s" #: ../app/core/gimpimage.c:1506 msgid "Change Image Resolution" @@ -6407,99 +6410,99 @@ msgid "Add Layer" msgstr "Engadir capa" -#: ../app/core/gimpimage.c:2940 ../app/core/gimpimage.c:2953 +#: ../app/core/gimpimage.c:2935 ../app/core/gimpimage.c:2948 msgid "Remove Layer" msgstr "Eliminar capa" -#: ../app/core/gimpimage.c:3097 +#: ../app/core/gimpimage.c:3092 msgid "Layer cannot be raised higher." -msgstr "Non é posible subir máis a capa." +msgstr "Non é posíbel subir máis a capa." -#: ../app/core/gimpimage.c:3102 +#: ../app/core/gimpimage.c:3097 msgid "Raise Layer" msgstr "Subir capa" -#: ../app/core/gimpimage.c:3121 +#: ../app/core/gimpimage.c:3116 msgid "Layer cannot be lowered more." -msgstr "Non é posible baixar máis a capa." +msgstr "Non é posíbel baixar máis a capa." -#: ../app/core/gimpimage.c:3126 +#: ../app/core/gimpimage.c:3121 msgid "Lower Layer" msgstr "Baixar capa" -#: ../app/core/gimpimage.c:3137 +#: ../app/core/gimpimage.c:3132 msgid "Raise Layer to Top" msgstr "Subir a capa á parte superior" -#: ../app/core/gimpimage.c:3152 +#: ../app/core/gimpimage.c:3147 msgid "Lower Layer to Bottom" msgstr "Baixar a capa á parte inferior" -#: ../app/core/gimpimage.c:3214 +#: ../app/core/gimpimage.c:3209 msgid "Add Channel" msgstr "Engadir canle" -#: ../app/core/gimpimage.c:3259 ../app/core/gimpimage.c:3270 +#: ../app/core/gimpimage.c:3252 ../app/core/gimpimage.c:3263 msgid "Remove Channel" msgstr "Eliminar canle" -#: ../app/core/gimpimage.c:3319 +#: ../app/core/gimpimage.c:3312 msgid "Channel cannot be raised higher." -msgstr "Non é posible subir máis a canle." +msgstr "Non é posíbel subir máis a canle." -#: ../app/core/gimpimage.c:3324 +#: ../app/core/gimpimage.c:3317 msgid "Raise Channel" msgstr "Subir canle" -#: ../app/core/gimpimage.c:3335 +#: ../app/core/gimpimage.c:3328 msgid "Raise Channel to Top" msgstr "Subir a canle á parte superior" -#: ../app/core/gimpimage.c:3355 +#: ../app/core/gimpimage.c:3348 msgid "Channel cannot be lowered more." -msgstr "Non é posible baixar máis a canle." +msgstr "Non é posíbel baixar máis a canle." -#: ../app/core/gimpimage.c:3360 +#: ../app/core/gimpimage.c:3353 msgid "Lower Channel" msgstr "Baixar canle" -#: ../app/core/gimpimage.c:3375 +#: ../app/core/gimpimage.c:3368 msgid "Lower Channel to Bottom" msgstr "Baixar canle á parte inferior" -#: ../app/core/gimpimage.c:3439 +#: ../app/core/gimpimage.c:3432 msgid "Add Path" msgstr "Engadir camiño" -#: ../app/core/gimpimage.c:3485 +#: ../app/core/gimpimage.c:3476 msgid "Remove Path" msgstr "Eliminar camiño" -#: ../app/core/gimpimage.c:3531 +#: ../app/core/gimpimage.c:3522 msgid "Path cannot be raised higher." -msgstr "Non é posible subir máis o camiño." +msgstr "Non é posíbel subir máis o camiño." -#: ../app/core/gimpimage.c:3536 +#: ../app/core/gimpimage.c:3527 msgid "Raise Path" msgstr "Subir camiño" -#: ../app/core/gimpimage.c:3547 +#: ../app/core/gimpimage.c:3538 msgid "Raise Path to Top" msgstr "Subir o camiño á parte superior" -#: ../app/core/gimpimage.c:3566 +#: ../app/core/gimpimage.c:3557 msgid "Path cannot be lowered more." -msgstr "Non é posible baixar máis o camiño." +msgstr "Non é posíbel baixar máis o camiño." -#: ../app/core/gimpimage.c:3571 +#: ../app/core/gimpimage.c:3562 msgid "Lower Path" msgstr "Baixar camiño" -#: ../app/core/gimpimage.c:3586 +#: ../app/core/gimpimage.c:3577 msgid "Lower Path to Bottom" msgstr "Baixar o camiño á parte inferior" -#: ../app/core/gimpimagefile.c:528 ../app/dialogs/preferences-dialog.c:1721 +#: ../app/core/gimpimagefile.c:528 ../app/dialogs/preferences-dialog.c:1727 msgid "Folder" msgstr "Cartafol" @@ -6525,7 +6528,7 @@ #: ../app/core/gimpimagefile.c:586 msgid "Cannot create preview" -msgstr "Non é posible crear a previsualización" +msgstr "Non é posíbel crear a previsualización" #: ../app/core/gimpimagefile.c:596 msgid "(Preview may be out of date)" @@ -6550,7 +6553,7 @@ #: ../app/core/gimpimagefile.c:675 #, c-format msgid "Could not open thumbnail '%s': %s" -msgstr "Non foi posible abrir a miniatura '%s': %s" +msgstr "Non foi posíbel abrir a miniatura '%s': %s" #: ../app/core/gimpitem.c:1138 msgid "Attach Parasite" @@ -6578,7 +6581,7 @@ "Cannot create a new layer from the floating selection because it belongs to " "a layer mask or channel." msgstr "" -"Non é posible crear unha nova capa a partir da selección flotante porque " +"Non é posíbel crear unha nova capa a partir da selección flotante porque " "pertence a unha máscara de capa ou canle." #: ../app/core/gimplayer-floating-sel.c:211 @@ -6593,8 +6596,8 @@ msgid "Rename Layer" msgstr "Renomear capa" -#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:434 -#: ../app/pdb/layer-cmds.c:470 +#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "Mover capa" @@ -6610,7 +6613,7 @@ msgid "Rotate Layer" msgstr "Rotar capa" -#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1327 +#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1330 #: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" @@ -6625,40 +6628,40 @@ "Selección flotante\n" "(%s)" -#: ../app/core/gimplayer.c:1263 +#: ../app/core/gimplayer.c:1266 #, c-format msgid "Unable to add a layer mask since the layer already has one." msgstr "" -"Non é posible engadir unha máscara de capa visto que a capa xa posúe unha." +"Non é posíbel engadir unha máscara de capa visto que a capa xa posúe unha." -#: ../app/core/gimplayer.c:1274 +#: ../app/core/gimplayer.c:1277 #, c-format msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" -"Non é posible engadir unha máscara de capa de dimensións diferentes á capa " +"Non é posíbel engadir unha máscara de capa de dimensións diferentes á capa " "especificada." -#: ../app/core/gimplayer.c:1382 +#: ../app/core/gimplayer.c:1385 msgid "Transfer Alpha to Mask" msgstr "Transferir alfa á máscara" -#: ../app/core/gimplayer.c:1554 ../app/core/gimplayermask.c:235 +#: ../app/core/gimplayer.c:1557 ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "Aplicar máscara de capa" -#: ../app/core/gimplayer.c:1555 +#: ../app/core/gimplayer.c:1558 msgid "Delete Layer Mask" msgstr "Eliminar máscara de capa" -#: ../app/core/gimplayer.c:1667 +#: ../app/core/gimplayer.c:1670 msgid "Add Alpha Channel" msgstr "Engadir canle alfa" -#: ../app/core/gimplayer.c:1721 +#: ../app/core/gimplayer.c:1724 msgid "Remove Alpha Channel" msgstr "Eliminar canle alfa" -#: ../app/core/gimplayer.c:1743 +#: ../app/core/gimplayer.c:1746 msgid "Layer to Image Size" msgstr "Capa a tamaño de imaxe" @@ -6670,7 +6673,7 @@ #: ../app/core/gimplayermask.c:160 #, c-format msgid "Cannot rename layer masks." -msgstr "Non se pode renomear as máscaras de capa." +msgstr "Non é posíbel renomear as máscaras de capa." #: ../app/core/gimplayermask.c:303 msgid "Show Layer Mask" @@ -6770,8 +6773,8 @@ #, c-format msgid "Unable to run %s callback. The corresponding plug-in may have crashed." msgstr "" -"Non foi posible executar a chamada de retorno %s. O complemento " -"correspondente debeu fallar." +"Non foi posíbel executar a chamada de retorno %s. O engadido correspondente " +"debeu fallar." #: ../app/core/gimpprogress.c:107 ../app/core/gimpprogress.c:154 msgid "Please wait" @@ -6806,13 +6809,13 @@ #, c-format msgid "Unable to cut or copy because the selected region is empty." msgstr "" -"Non é posible cortar ou copiar porque a área seleccionada está baleira." +"Non é posíbel cortar ou copiar porque a área seleccionada está baleira." #: ../app/core/gimpselection.c:814 #, c-format msgid "Cannot float selection because the selected region is empty." msgstr "" -"Non é posible facer flotar a selección porque a área seleccionada está " +"Non é posíbel facer flotar a selección porque a área seleccionada está " "baleira." #: ../app/core/gimpselection.c:821 @@ -6842,11 +6845,11 @@ msgid "The horizontal image resolution." msgstr "A resolución horizontal da imaxe." -#: ../app/core/gimptemplate.c:118 +#: ../app/core/gimptemplate.c:119 msgid "The vertical image resolution." msgstr "A resolución vertical da imaxe." -#: ../app/core/gimptemplate.c:403 ../app/widgets/widgets-enums.c:24 +#: ../app/core/gimptemplate.c:405 ../app/widgets/widgets-enums.c:24 msgid "Background" msgstr "Fondo" @@ -6855,9 +6858,9 @@ msgid "pixel" msgstr "píxel" -#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:874 -#: ../app/tools/gimpmeasuretool.c:1017 ../app/tools/gimpmeasuretool.c:1073 -#: ../app/tools/gimpmeasuretool.c:1101 ../app/tools/gimppainttool.c:615 +#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:877 +#: ../app/tools/gimpmeasuretool.c:1020 ../app/tools/gimpmeasuretool.c:1076 +#: ../app/tools/gimpmeasuretool.c:1104 ../app/tools/gimppainttool.c:615 msgid "pixels" msgstr "píxeles" @@ -6911,11 +6914,12 @@ #: ../app/dialogs/about-dialog.c:128 msgid "translator-credits" msgstr "" -"Mar Castro Pereiro para mancomun.org\n" +"Fran Dieguez , 2010;\n" +"Mar Castro Pereiro , 2009;\n" +"Ignacio Casal Quinteiro , 2008;\n" +"Proxecto Trasno : http://www.trasno.net\n" "imaxin software para mancomun.org\n" -" Ignacio Casal Quinteiro \n" -" Francisco Xosé Vázquez Grandal\n" -" Proxecto Trasno: http://www.trasno.net" +"Francisco Xosé Vázquez Grandal, 2008;" #: ../app/dialogs/about-dialog.c:529 msgid "GIMP is brought to you by" @@ -6973,9 +6977,9 @@ #: ../app/dialogs/convert-dialog.c:414 ../app/pdb/convert-cmds.c:150 #, c-format msgid "Cannot convert to a palette with more than 256 colors." -msgstr "Non é posible converter a unha paleta con máis de 256 cores." +msgstr "Non é posíbel converter a unha paleta con máis de 256 cores." -#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:158 +#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:161 #: ../app/gui/gui-message.c:148 msgid "GIMP Message" msgstr "Mensaxe de GIMP" @@ -7049,7 +7053,7 @@ msgid "_Opacity:" msgstr "_Opacidade:" -#: ../app/dialogs/file-open-dialog.c:246 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "Abrir capas" @@ -7136,21 +7140,21 @@ msgstr "Crear unha imaxe" #: ../app/dialogs/image-new-dialog.c:144 -#: ../app/dialogs/preferences-dialog.c:2015 +#: ../app/dialogs/preferences-dialog.c:2021 msgid "_Template:" msgstr "_Modelo:" -#: ../app/dialogs/image-new-dialog.c:292 +#: ../app/dialogs/image-new-dialog.c:299 msgid "Confirm Image Size" msgstr "Confirmar tamaño da imaxe" -#: ../app/dialogs/image-new-dialog.c:314 +#: ../app/dialogs/image-new-dialog.c:321 #: ../app/dialogs/image-scale-dialog.c:239 #, c-format msgid "You are trying to create an image with a size of %s." msgstr "Está a tentar crear unha imaxe cun tamaño de %s." -#: ../app/dialogs/image-new-dialog.c:321 +#: ../app/dialogs/image-new-dialog.c:328 #, c-format msgid "" "An image of the chosen size will use more memory than what is configured as " @@ -7241,12 +7245,12 @@ #. The size labels #: ../app/dialogs/layer-options-dialog.c:139 -#: ../app/tools/gimpmeasuretool.c:1062 +#: ../app/tools/gimpmeasuretool.c:1065 msgid "Width:" msgstr "Largura:" #: ../app/dialogs/layer-options-dialog.c:145 -#: ../app/tools/gimpmeasuretool.c:1090 +#: ../app/tools/gimpmeasuretool.c:1093 msgid "Height:" msgstr "Altura:" @@ -7432,11 +7436,11 @@ msgid "You will have to restart GIMP for the following changes to take effect:" msgstr "Reinicie GIMP para que as seguintes modificacións surtan efecto:" -#: ../app/dialogs/preferences-dialog.c:494 +#: ../app/dialogs/preferences-dialog.c:500 msgid "Configure Input Devices" msgstr "Configurar dispositivos de entrada" -#: ../app/dialogs/preferences-dialog.c:571 +#: ../app/dialogs/preferences-dialog.c:577 msgid "" "Your keyboard shortcuts will be reset to default values the next time you " "start GIMP." @@ -7444,23 +7448,23 @@ "Os atallos de teclado restableceranse aos valores predefinidos a próxima vez " "que inicie GIMP." -#: ../app/dialogs/preferences-dialog.c:582 +#: ../app/dialogs/preferences-dialog.c:588 msgid "Remove all Keyboard Shortcuts" msgstr "Eliminar todos os atallos de teclado" -#: ../app/dialogs/preferences-dialog.c:604 +#: ../app/dialogs/preferences-dialog.c:610 msgid "Do you really want to remove all keyboard shortcuts from all menus?" msgstr "Está seguro de que desexa eliminar todos os atallos de todos os menús?" -#: ../app/dialogs/preferences-dialog.c:645 +#: ../app/dialogs/preferences-dialog.c:651 msgid "" "Your window setup will be reset to default values the next time you start " "GIMP." msgstr "" -"A configuración de ventás restablecerase aos valores predefinidos a próxima " +"A configuración de xanelas restablecerase aos valores predefinidos a próxima " "vez que inicie GIMP." -#: ../app/dialogs/preferences-dialog.c:680 +#: ../app/dialogs/preferences-dialog.c:686 msgid "" "Your input device settings will be reset to default values the next time you " "start GIMP." @@ -7468,7 +7472,7 @@ "A configuración de dispositivos de entrada restablecerase aos valores " "predefinidos a próxima vez que inicie GIMP." -#: ../app/dialogs/preferences-dialog.c:715 +#: ../app/dialogs/preferences-dialog.c:721 msgid "" "Your tool options will be reset to default values the next time you start " "GIMP." @@ -7476,729 +7480,729 @@ "As opcións de ferramentas restableceranse aos valores predefinidos a próxima " "vez que inicie GIMP." -#: ../app/dialogs/preferences-dialog.c:1283 +#: ../app/dialogs/preferences-dialog.c:1289 msgid "Show _menubar" msgstr "Mostrar barra de _menús" -#: ../app/dialogs/preferences-dialog.c:1287 +#: ../app/dialogs/preferences-dialog.c:1293 msgid "Show _rulers" msgstr "Mostrar _regras" -#: ../app/dialogs/preferences-dialog.c:1290 +#: ../app/dialogs/preferences-dialog.c:1296 msgid "Show scroll_bars" msgstr "Mostrar _barras de desprazamento" -#: ../app/dialogs/preferences-dialog.c:1293 +#: ../app/dialogs/preferences-dialog.c:1299 msgid "Show s_tatusbar" msgstr "Mostrar barra de es_tado" -#: ../app/dialogs/preferences-dialog.c:1301 +#: ../app/dialogs/preferences-dialog.c:1307 msgid "Show s_election" msgstr "Mostrar s_elección" -#: ../app/dialogs/preferences-dialog.c:1304 +#: ../app/dialogs/preferences-dialog.c:1310 msgid "Show _layer boundary" msgstr "Mostrar _límite da capa" -#: ../app/dialogs/preferences-dialog.c:1307 +#: ../app/dialogs/preferences-dialog.c:1313 msgid "Show _guides" msgstr "Mostrar _guías" -#: ../app/dialogs/preferences-dialog.c:1310 +#: ../app/dialogs/preferences-dialog.c:1316 msgid "Show gri_d" msgstr "Mostrar gr_ade" -#: ../app/dialogs/preferences-dialog.c:1316 +#: ../app/dialogs/preferences-dialog.c:1322 msgid "Canvas _padding mode:" msgstr "Modo de _enchemento do tapiz:" -#: ../app/dialogs/preferences-dialog.c:1321 +#: ../app/dialogs/preferences-dialog.c:1327 msgid "Custom p_adding color:" msgstr "Personalizar a cor de enchemento do t_apiz:" -#: ../app/dialogs/preferences-dialog.c:1322 +#: ../app/dialogs/preferences-dialog.c:1328 msgid "Select Custom Canvas Padding Color" msgstr "Seleccionar cor personalizada de enchemento do tapiz do lenzo" -#: ../app/dialogs/preferences-dialog.c:1411 +#: ../app/dialogs/preferences-dialog.c:1417 msgid "Preferences" msgstr "Preferencias" -#: ../app/dialogs/preferences-dialog.c:1523 -#: ../app/dialogs/preferences-dialog.c:2774 +#: ../app/dialogs/preferences-dialog.c:1529 +#: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment" msgstr "Contorno" -#: ../app/dialogs/preferences-dialog.c:1537 +#: ../app/dialogs/preferences-dialog.c:1543 msgid "Resource Consumption" msgstr "Consumo de recursos" -#: ../app/dialogs/preferences-dialog.c:1547 +#: ../app/dialogs/preferences-dialog.c:1553 msgid "Minimal number of _undo levels:" msgstr "Número mínimo de niveis de _desfacer:" -#: ../app/dialogs/preferences-dialog.c:1550 +#: ../app/dialogs/preferences-dialog.c:1556 msgid "Maximum undo _memory:" msgstr "_Memoria máxima para desfacer:" -#: ../app/dialogs/preferences-dialog.c:1553 +#: ../app/dialogs/preferences-dialog.c:1559 msgid "Tile cache _size:" msgstr "Tamaño da caché de _paxinación:" -#: ../app/dialogs/preferences-dialog.c:1556 +#: ../app/dialogs/preferences-dialog.c:1562 msgid "Maximum _new image size:" msgstr "Tamaño máximo da imaxe _nova:" -#: ../app/dialogs/preferences-dialog.c:1561 +#: ../app/dialogs/preferences-dialog.c:1567 msgid "Number of _processors to use:" msgstr "Número de _procesadores que utilizar:" #. Image Thumbnails -#: ../app/dialogs/preferences-dialog.c:1566 +#: ../app/dialogs/preferences-dialog.c:1572 msgid "Image Thumbnails" msgstr "Miniaturas de imaxes" -#: ../app/dialogs/preferences-dialog.c:1571 +#: ../app/dialogs/preferences-dialog.c:1577 msgid "Size of _thumbnails:" msgstr "Tamaño das minia_turas:" -#: ../app/dialogs/preferences-dialog.c:1575 +#: ../app/dialogs/preferences-dialog.c:1581 msgid "Maximum _filesize for thumbnailing:" msgstr "Tamaño máximo do _ficheiro para as miniaturas:" #. File Saving -#: ../app/dialogs/preferences-dialog.c:1579 +#: ../app/dialogs/preferences-dialog.c:1585 msgid "Saving Images" msgstr "Gardar imaxes" -#: ../app/dialogs/preferences-dialog.c:1582 +#: ../app/dialogs/preferences-dialog.c:1588 msgid "Confirm closing of unsa_ved images" msgstr "Confirmar pechamento de _imaxes non gardadas" -#: ../app/dialogs/preferences-dialog.c:1592 +#: ../app/dialogs/preferences-dialog.c:1598 msgid "Keep record of used files in the Recent Documents list" msgstr "" "Gardar un rexistro dos ficheiros usados na lista de documentos recentes" -#: ../app/dialogs/preferences-dialog.c:1601 +#: ../app/dialogs/preferences-dialog.c:1607 msgid "User Interface" msgstr "Interface de usuario" -#: ../app/dialogs/preferences-dialog.c:1604 +#: ../app/dialogs/preferences-dialog.c:1610 msgid "Interface" msgstr "Interface" #. Previews -#: ../app/dialogs/preferences-dialog.c:1611 +#: ../app/dialogs/preferences-dialog.c:1617 msgid "Previews" msgstr "Previsualizacións" -#: ../app/dialogs/preferences-dialog.c:1614 +#: ../app/dialogs/preferences-dialog.c:1620 msgid "_Enable layer & channel previews" msgstr "_Activar as previsualizacións das capas e as canles" -#: ../app/dialogs/preferences-dialog.c:1620 +#: ../app/dialogs/preferences-dialog.c:1626 msgid "_Default layer & channel preview size:" msgstr "Tamaño de previsualización da capas e canles predefinidas:" -#: ../app/dialogs/preferences-dialog.c:1623 +#: ../app/dialogs/preferences-dialog.c:1629 msgid "Na_vigation preview size:" msgstr "Tamaño de previsualización de na_vegación:" #. Keyboard Shortcuts -#: ../app/dialogs/preferences-dialog.c:1627 +#: ../app/dialogs/preferences-dialog.c:1633 msgid "Keyboard Shortcuts" msgstr "Atallos de teclado" -#: ../app/dialogs/preferences-dialog.c:1631 +#: ../app/dialogs/preferences-dialog.c:1637 msgid "Show menu _mnemonics (access keys)" msgstr "Mostrar _mnemónicos do menú (teclas de acceso)" -#: ../app/dialogs/preferences-dialog.c:1634 +#: ../app/dialogs/preferences-dialog.c:1640 msgid "_Use dynamic keyboard shortcuts" msgstr "Utilizar atallos de teclado _dinámicos" -#: ../app/dialogs/preferences-dialog.c:1638 +#: ../app/dialogs/preferences-dialog.c:1644 msgid "Configure _Keyboard Shortcuts..." msgstr "Configurar atallos de _teclado..." -#: ../app/dialogs/preferences-dialog.c:1645 +#: ../app/dialogs/preferences-dialog.c:1651 msgid "_Save keyboard shortcuts on exit" msgstr "_Gardar os atallos de teclado ao saír" -#: ../app/dialogs/preferences-dialog.c:1649 +#: ../app/dialogs/preferences-dialog.c:1655 msgid "Save Keyboard Shortcuts _Now" msgstr "Gardar atallos de teclado _agora" -#: ../app/dialogs/preferences-dialog.c:1656 +#: ../app/dialogs/preferences-dialog.c:1662 msgid "_Reset Keyboard Shortcuts to Default Values" msgstr "_Restablecer os atallos de teclado aos valores predefinidos" -#: ../app/dialogs/preferences-dialog.c:1665 +#: ../app/dialogs/preferences-dialog.c:1671 msgid "Remove _All Keyboard Shortcuts" msgstr "Eliminar _todos os atallos de teclado" -#: ../app/dialogs/preferences-dialog.c:1677 -#: ../app/dialogs/preferences-dialog.c:1716 +#: ../app/dialogs/preferences-dialog.c:1683 +#: ../app/dialogs/preferences-dialog.c:1722 msgid "Theme" msgstr "Tema" -#: ../app/dialogs/preferences-dialog.c:1686 +#: ../app/dialogs/preferences-dialog.c:1692 msgid "Select Theme" msgstr "Seleccionar tema" -#: ../app/dialogs/preferences-dialog.c:1768 +#: ../app/dialogs/preferences-dialog.c:1774 msgid "Reload C_urrent Theme" msgstr "Recargar tema act_ual" -#: ../app/dialogs/preferences-dialog.c:1780 +#: ../app/dialogs/preferences-dialog.c:1786 msgid "Help System" msgstr "Sistema de axuda" #. General -#: ../app/dialogs/preferences-dialog.c:1792 -#: ../app/dialogs/preferences-dialog.c:1886 -#: ../app/dialogs/preferences-dialog.c:2073 +#: ../app/dialogs/preferences-dialog.c:1798 +#: ../app/dialogs/preferences-dialog.c:1892 +#: ../app/dialogs/preferences-dialog.c:2079 #: ../app/widgets/gimpcontrollereditor.c:189 msgid "General" msgstr "Xeral" -#: ../app/dialogs/preferences-dialog.c:1795 +#: ../app/dialogs/preferences-dialog.c:1801 msgid "Show _tooltips" msgstr "Mostrar _suxestións" -#: ../app/dialogs/preferences-dialog.c:1798 +#: ../app/dialogs/preferences-dialog.c:1804 msgid "Show help _buttons" msgstr "Mostrar _botóns de axuda" -#: ../app/dialogs/preferences-dialog.c:1811 +#: ../app/dialogs/preferences-dialog.c:1817 msgid "Use the online version" msgstr "Usar a versión en liña" -#: ../app/dialogs/preferences-dialog.c:1812 +#: ../app/dialogs/preferences-dialog.c:1818 msgid "Use a locally installed copy" msgstr "Usar unha copia instalada neste computador" -#: ../app/dialogs/preferences-dialog.c:1813 +#: ../app/dialogs/preferences-dialog.c:1819 msgid "User manual:" msgstr "Manual de usuario:" -#: ../app/dialogs/preferences-dialog.c:1820 +#: ../app/dialogs/preferences-dialog.c:1826 msgid "There's a local installation of the user manual." msgstr "Hai unha instalación do manual de usuario neste computador." -#: ../app/dialogs/preferences-dialog.c:1825 +#: ../app/dialogs/preferences-dialog.c:1831 msgid "The user manual is not installed locally." msgstr "O manual de usuario non está instalado neste computador." #. Help Browser -#: ../app/dialogs/preferences-dialog.c:1848 +#: ../app/dialogs/preferences-dialog.c:1854 msgid "Help Browser" msgstr "Explorador da axuda" -#: ../app/dialogs/preferences-dialog.c:1852 +#: ../app/dialogs/preferences-dialog.c:1858 msgid "H_elp browser to use:" msgstr "Explorador da a_xuda a utilizar:" -#: ../app/dialogs/preferences-dialog.c:1857 +#: ../app/dialogs/preferences-dialog.c:1863 msgid "Web Browser" msgstr "Explorador web" -#: ../app/dialogs/preferences-dialog.c:1861 +#: ../app/dialogs/preferences-dialog.c:1867 msgid "_Web browser to use:" msgstr "Explorador _web a utilizar:" -#: ../app/dialogs/preferences-dialog.c:1889 +#: ../app/dialogs/preferences-dialog.c:1895 msgid "_Save tool options on exit" msgstr "_Gardar opcións de ferramentas ao saír" -#: ../app/dialogs/preferences-dialog.c:1893 +#: ../app/dialogs/preferences-dialog.c:1899 msgid "Save Tool Options _Now" msgstr "Gardar opcións de ferramentas _agora" -#: ../app/dialogs/preferences-dialog.c:1900 +#: ../app/dialogs/preferences-dialog.c:1906 msgid "_Reset Saved Tool Options to Default Values" msgstr "_Restaurar as opcións de ferramentas gardadas aos valores predefinidos" #. Snapping Distance -#: ../app/dialogs/preferences-dialog.c:1910 +#: ../app/dialogs/preferences-dialog.c:1916 msgid "Guide & Grid Snapping" msgstr "Axuste da grade e a guía" -#: ../app/dialogs/preferences-dialog.c:1915 +#: ../app/dialogs/preferences-dialog.c:1921 msgid "_Snap distance:" msgstr "_Axustar distancia:" -#: ../app/dialogs/preferences-dialog.c:1923 +#: ../app/dialogs/preferences-dialog.c:1929 msgid "Default _interpolation:" msgstr "_Interpolación predefinida:" #. Global Brush, Pattern, ... -#: ../app/dialogs/preferences-dialog.c:1930 +#: ../app/dialogs/preferences-dialog.c:1936 msgid "Paint Options Shared Between Tools" msgstr "Opcións de pintura compartidas entre as ferramentas" -#: ../app/dialogs/preferences-dialog.c:1943 +#: ../app/dialogs/preferences-dialog.c:1949 msgid "Move Tool" msgstr "Ferramenta Mover" -#: ../app/dialogs/preferences-dialog.c:1947 +#: ../app/dialogs/preferences-dialog.c:1953 msgid "Set layer or path as active" msgstr "Establecer capa ou camiño como activo" -#: ../app/dialogs/preferences-dialog.c:1960 ../app/widgets/gimptoolbox.c:631 +#: ../app/dialogs/preferences-dialog.c:1966 ../app/widgets/gimptoolbox.c:633 msgid "Toolbox" msgstr "Caixa de ferramentas" #. Appearance -#: ../app/dialogs/preferences-dialog.c:1972 -#: ../app/dialogs/preferences-dialog.c:2146 +#: ../app/dialogs/preferences-dialog.c:1978 +#: ../app/dialogs/preferences-dialog.c:2152 #: ../app/widgets/gimpgrideditor.c:204 msgid "Appearance" msgstr "Aparencia" -#: ../app/dialogs/preferences-dialog.c:1976 +#: ../app/dialogs/preferences-dialog.c:1982 msgid "Show _foreground & background color" msgstr "Mostrar cor de pri_meiro plano e fondo" -#: ../app/dialogs/preferences-dialog.c:1980 +#: ../app/dialogs/preferences-dialog.c:1986 msgid "Show active _brush, pattern & gradient" msgstr "Mostrar_pinceis, patróns e gradacións activas" -#: ../app/dialogs/preferences-dialog.c:1984 +#: ../app/dialogs/preferences-dialog.c:1990 msgid "Show active _image" msgstr "Mostrar _imaxe activa" -#: ../app/dialogs/preferences-dialog.c:1997 +#: ../app/dialogs/preferences-dialog.c:2003 msgid "Default New Image" msgstr "Imaxe nova predefinida" -#: ../app/dialogs/preferences-dialog.c:2000 +#: ../app/dialogs/preferences-dialog.c:2006 msgid "Default Image" msgstr "Imaxe predefinida" -#: ../app/dialogs/preferences-dialog.c:2037 +#: ../app/dialogs/preferences-dialog.c:2043 msgid "Default Image Grid" msgstr "Grade de imaxe predefinida" -#: ../app/dialogs/preferences-dialog.c:2040 +#: ../app/dialogs/preferences-dialog.c:2046 msgid "Default Grid" msgstr "Grade predefinida" -#: ../app/dialogs/preferences-dialog.c:2061 +#: ../app/dialogs/preferences-dialog.c:2067 msgid "Image Windows" -msgstr "Ventás de imaxe" +msgstr "xanelas de imaxe" -#: ../app/dialogs/preferences-dialog.c:2076 +#: ../app/dialogs/preferences-dialog.c:2082 msgid "Use \"_Dot for dot\" by default" msgstr "Utilizar \"_Punto por punto\" de xeito predefinido" -#: ../app/dialogs/preferences-dialog.c:2082 +#: ../app/dialogs/preferences-dialog.c:2088 msgid "Marching _ants speed:" msgstr "Velocid_ade de liñas móbiles:" #. Zoom & Resize Behavior -#: ../app/dialogs/preferences-dialog.c:2086 +#: ../app/dialogs/preferences-dialog.c:2092 msgid "Zoom & Resize Behavior" msgstr "Comportamento do zoom e do redimensionamento" -#: ../app/dialogs/preferences-dialog.c:2090 +#: ../app/dialogs/preferences-dialog.c:2096 msgid "Resize window on _zoom" -msgstr "Redimensionar ventá ao facer _zoom" +msgstr "Redimensionar xanela ao facer _zoom" -#: ../app/dialogs/preferences-dialog.c:2093 +#: ../app/dialogs/preferences-dialog.c:2099 msgid "Resize window on image _size change" -msgstr "Redimen_sionar ventá ao modificar o tamaño da imaxe" +msgstr "Redimen_sionar xanela ao modificar o tamaño da imaxe" -#: ../app/dialogs/preferences-dialog.c:2099 +#: ../app/dialogs/preferences-dialog.c:2105 msgid "Fit to window" -msgstr "Axustar á ventá" +msgstr "Axustar á xanela" -#: ../app/dialogs/preferences-dialog.c:2101 +#: ../app/dialogs/preferences-dialog.c:2107 msgid "Initial zoom _ratio:" msgstr "_Proporción de zoom inicial:" #. Space Bar -#: ../app/dialogs/preferences-dialog.c:2105 +#: ../app/dialogs/preferences-dialog.c:2111 msgid "Space Bar" msgstr "Barra espazadora" -#: ../app/dialogs/preferences-dialog.c:2111 +#: ../app/dialogs/preferences-dialog.c:2117 msgid "_While space bar is pressed:" msgstr "_Cando preme a barra espazadora:" #. Mouse Pointers -#: ../app/dialogs/preferences-dialog.c:2115 +#: ../app/dialogs/preferences-dialog.c:2121 msgid "Mouse Pointers" msgstr "Punteiros do rato" -#: ../app/dialogs/preferences-dialog.c:2119 +#: ../app/dialogs/preferences-dialog.c:2125 msgid "Show _brush outline" msgstr "Mostrar contorno de _pincel" -#: ../app/dialogs/preferences-dialog.c:2122 +#: ../app/dialogs/preferences-dialog.c:2128 msgid "Show pointer for paint _tools" msgstr "Mostrar punteiro para as _ferramentas de pintura" -#: ../app/dialogs/preferences-dialog.c:2128 +#: ../app/dialogs/preferences-dialog.c:2134 msgid "Pointer _mode:" msgstr "_Modo de punteiro:" -#: ../app/dialogs/preferences-dialog.c:2131 +#: ../app/dialogs/preferences-dialog.c:2137 msgid "Pointer re_ndering:" msgstr "Re_nderizado do punteiro:" -#: ../app/dialogs/preferences-dialog.c:2143 +#: ../app/dialogs/preferences-dialog.c:2149 msgid "Image Window Appearance" -msgstr "Aparencia da ventá da imaxe" +msgstr "Aparencia da xanela da imaxe" -#: ../app/dialogs/preferences-dialog.c:2154 +#: ../app/dialogs/preferences-dialog.c:2160 msgid "Default Appearance in Normal Mode" msgstr "Aparencia predefinida no modo normal" -#: ../app/dialogs/preferences-dialog.c:2159 +#: ../app/dialogs/preferences-dialog.c:2165 msgid "Default Appearance in Fullscreen Mode" msgstr "Aparencia predefinida no modo pantalla completa" -#: ../app/dialogs/preferences-dialog.c:2168 +#: ../app/dialogs/preferences-dialog.c:2174 msgid "Image Title & Statusbar Format" msgstr "Fomato de título da imaxe e de barra de estado" -#: ../app/dialogs/preferences-dialog.c:2171 +#: ../app/dialogs/preferences-dialog.c:2177 msgid "Title & Status" msgstr "Título e estado" -#: ../app/dialogs/preferences-dialog.c:2189 +#: ../app/dialogs/preferences-dialog.c:2195 msgid "Current format" msgstr "Formato actual" -#: ../app/dialogs/preferences-dialog.c:2190 +#: ../app/dialogs/preferences-dialog.c:2196 msgid "Default format" msgstr "Formato predefinido" -#: ../app/dialogs/preferences-dialog.c:2191 +#: ../app/dialogs/preferences-dialog.c:2197 msgid "Show zoom percentage" msgstr "Mostrar porcentaxe de zoom" -#: ../app/dialogs/preferences-dialog.c:2192 +#: ../app/dialogs/preferences-dialog.c:2198 msgid "Show zoom ratio" msgstr "Mostrar proporción de zoom" -#: ../app/dialogs/preferences-dialog.c:2193 +#: ../app/dialogs/preferences-dialog.c:2199 msgid "Show image size" msgstr "Mostrar tamaño da imaxe" -#: ../app/dialogs/preferences-dialog.c:2206 +#: ../app/dialogs/preferences-dialog.c:2212 msgid "Image Title Format" msgstr "Formato do título da imaxe" -#: ../app/dialogs/preferences-dialog.c:2208 +#: ../app/dialogs/preferences-dialog.c:2214 msgid "Image Statusbar Format" msgstr "Formato da barra de estado da imaxe" -#: ../app/dialogs/preferences-dialog.c:2293 +#: ../app/dialogs/preferences-dialog.c:2299 msgid "Display" msgstr "Pantalla" -#: ../app/dialogs/preferences-dialog.c:2309 +#: ../app/dialogs/preferences-dialog.c:2315 msgid "_Check style:" msgstr "Estilo das _casiñas:" -#: ../app/dialogs/preferences-dialog.c:2312 +#: ../app/dialogs/preferences-dialog.c:2318 msgid "Check _size:" msgstr "_Tamaño das casiñas:" -#: ../app/dialogs/preferences-dialog.c:2315 +#: ../app/dialogs/preferences-dialog.c:2321 msgid "Monitor Resolution" msgstr "Resolución do monitor" -#: ../app/dialogs/preferences-dialog.c:2319 +#: ../app/dialogs/preferences-dialog.c:2325 #: ../app/widgets/gimpcursorview.c:124 ../app/widgets/gimpgrideditor.c:269 #: ../app/widgets/gimpgrideditor.c:301 msgid "Pixels" msgstr "Píxeles" -#: ../app/dialogs/preferences-dialog.c:2341 +#: ../app/dialogs/preferences-dialog.c:2347 #: ../app/widgets/gimpimagepropview.c:476 msgid "ppi" msgstr "ppp" -#: ../app/dialogs/preferences-dialog.c:2357 +#: ../app/dialogs/preferences-dialog.c:2363 #, c-format msgid "_Detect automatically (currently %d × %d ppi)" msgstr "_Detectar automaticamente (actualmente %d x %d ppp)" -#: ../app/dialogs/preferences-dialog.c:2377 +#: ../app/dialogs/preferences-dialog.c:2383 msgid "_Enter manually" msgstr "_Inserir manualmente" -#: ../app/dialogs/preferences-dialog.c:2392 +#: ../app/dialogs/preferences-dialog.c:2398 msgid "C_alibrate..." msgstr "C_alibrar..." -#: ../app/dialogs/preferences-dialog.c:2415 +#: ../app/dialogs/preferences-dialog.c:2421 msgid "Color Management" msgstr "Xestión da cor" -#: ../app/dialogs/preferences-dialog.c:2435 +#: ../app/dialogs/preferences-dialog.c:2441 msgid "_RGB profile:" msgstr "Perfil _RGB:" -#: ../app/dialogs/preferences-dialog.c:2436 +#: ../app/dialogs/preferences-dialog.c:2442 msgid "Select RGB Color Profile" msgstr "Seleccionar perfil de cor RGB" -#: ../app/dialogs/preferences-dialog.c:2437 +#: ../app/dialogs/preferences-dialog.c:2443 msgid "_CMYK profile:" msgstr "Perfil _CMYK:" -#: ../app/dialogs/preferences-dialog.c:2438 +#: ../app/dialogs/preferences-dialog.c:2444 msgid "Select CMYK Color Profile" msgstr "Seleccionar perfil de cor CMYK" -#: ../app/dialogs/preferences-dialog.c:2439 +#: ../app/dialogs/preferences-dialog.c:2445 msgid "_Monitor profile:" msgstr "Perfil do _monitor:" -#: ../app/dialogs/preferences-dialog.c:2440 +#: ../app/dialogs/preferences-dialog.c:2446 msgid "Select Monitor Color Profile" msgstr "Seleccionar perfil de cor do monitor" -#: ../app/dialogs/preferences-dialog.c:2441 +#: ../app/dialogs/preferences-dialog.c:2447 msgid "_Print simulation profile:" msgstr "Perfil de simulación de _impresión:" -#: ../app/dialogs/preferences-dialog.c:2442 +#: ../app/dialogs/preferences-dialog.c:2448 msgid "Select Printer Color Profile" msgstr "Seleccionar perfil de cor da impresora" -#: ../app/dialogs/preferences-dialog.c:2453 +#: ../app/dialogs/preferences-dialog.c:2459 msgid "_Mode of operation:" msgstr "_Modo de operación:" -#: ../app/dialogs/preferences-dialog.c:2483 +#: ../app/dialogs/preferences-dialog.c:2489 msgid "_Try to use the system monitor profile" msgstr "_Tentar usar o perfil de cor do monitor do sistema" -#: ../app/dialogs/preferences-dialog.c:2493 +#: ../app/dialogs/preferences-dialog.c:2499 msgid "_Display rendering intent:" msgstr "Tentativa de renderizado en _pantalla:" -#: ../app/dialogs/preferences-dialog.c:2502 +#: ../app/dialogs/preferences-dialog.c:2508 msgid "_Softproof rendering intent:" msgstr "P_seudoproba de renderizado:" -#: ../app/dialogs/preferences-dialog.c:2515 +#: ../app/dialogs/preferences-dialog.c:2521 msgid "Mark out of gamut colors" msgstr "Marcado dos cores do gamut" -#: ../app/dialogs/preferences-dialog.c:2520 +#: ../app/dialogs/preferences-dialog.c:2526 msgid "Select Warning Color" msgstr "Seleccionar cor de aviso" -#: ../app/dialogs/preferences-dialog.c:2533 +#: ../app/dialogs/preferences-dialog.c:2539 msgid "File Open behaviour:" msgstr "Comportamento ao abrir ficheiros" -#: ../app/dialogs/preferences-dialog.c:2545 +#: ../app/dialogs/preferences-dialog.c:2551 msgid "Input Devices" msgstr "Dispositivos de entrada" #. Extended Input Devices -#: ../app/dialogs/preferences-dialog.c:2555 +#: ../app/dialogs/preferences-dialog.c:2561 msgid "Extended Input Devices" msgstr "Dispositivos de entrada estendidos" -#: ../app/dialogs/preferences-dialog.c:2559 +#: ../app/dialogs/preferences-dialog.c:2565 msgid "Configure E_xtended Input Devices..." msgstr "Configurar dispositivos de entrada e_stendidos..." -#: ../app/dialogs/preferences-dialog.c:2566 +#: ../app/dialogs/preferences-dialog.c:2572 msgid "_Save input device settings on exit" msgstr "_Gardar configuración do dispositivo de entrada ao saír" -#: ../app/dialogs/preferences-dialog.c:2570 +#: ../app/dialogs/preferences-dialog.c:2576 msgid "Save Input Device Settings _Now" msgstr "Gardar configuración do dispositivo de entrada _agora" -#: ../app/dialogs/preferences-dialog.c:2577 +#: ../app/dialogs/preferences-dialog.c:2583 msgid "_Reset Saved Input Device Settings to Default Values" msgstr "" "_Restablecer a configuración gardada do dispositivo de entrada aos valores " "predefinidos" -#: ../app/dialogs/preferences-dialog.c:2592 +#: ../app/dialogs/preferences-dialog.c:2598 msgid "Additional Input Controllers" msgstr "Controladores adicionais de entrada" -#: ../app/dialogs/preferences-dialog.c:2595 +#: ../app/dialogs/preferences-dialog.c:2601 msgid "Input Controllers" msgstr "Controladores de entrada" -#: ../app/dialogs/preferences-dialog.c:2611 +#: ../app/dialogs/preferences-dialog.c:2617 msgid "Window Management" -msgstr "Xestión de ventás" +msgstr "Xestión de xanelas" -#: ../app/dialogs/preferences-dialog.c:2620 +#: ../app/dialogs/preferences-dialog.c:2626 msgid "Window Manager Hints" -msgstr "Hints do xestor de ventás" +msgstr "Hints do xestor de xanelas" -#: ../app/dialogs/preferences-dialog.c:2626 +#: ../app/dialogs/preferences-dialog.c:2632 msgid "Hint for the _toolbox:" msgstr "Hint da _caixa de ferramentas:" -#: ../app/dialogs/preferences-dialog.c:2630 +#: ../app/dialogs/preferences-dialog.c:2636 msgid "Hint for other _docks:" msgstr "Hint para outros _ancorables:" -#: ../app/dialogs/preferences-dialog.c:2635 +#: ../app/dialogs/preferences-dialog.c:2641 msgid "Toolbox and other docks are transient to the active image window" msgstr "" -"A caixa de ferramentas e outros ancorables son dependentes da ventá de imaxe " -"activa" +"A caixa de ferramentas e outros ancorables son dependentes da xanela de " +"imaxe activa" -#: ../app/dialogs/preferences-dialog.c:2640 +#: ../app/dialogs/preferences-dialog.c:2646 msgid "Focus" msgstr "Foco" -#: ../app/dialogs/preferences-dialog.c:2644 +#: ../app/dialogs/preferences-dialog.c:2650 msgid "Activate the _focused image" msgstr "Activar a imaxe co _foco" #. Window Positions -#: ../app/dialogs/preferences-dialog.c:2648 +#: ../app/dialogs/preferences-dialog.c:2654 msgid "Window Positions" -msgstr "Posicións da ventá" +msgstr "Posicións da xanela" -#: ../app/dialogs/preferences-dialog.c:2651 +#: ../app/dialogs/preferences-dialog.c:2657 msgid "_Save window positions on exit" -msgstr "_Gardar as posicións da ventá ao saír" +msgstr "_Gardar as posicións da xanela ao saír" -#: ../app/dialogs/preferences-dialog.c:2655 +#: ../app/dialogs/preferences-dialog.c:2661 msgid "Save Window Positions _Now" -msgstr "Gardar as posicións da ventá _agora" +msgstr "Gardar as posicións da xanela _agora" -#: ../app/dialogs/preferences-dialog.c:2662 +#: ../app/dialogs/preferences-dialog.c:2668 msgid "_Reset Saved Window Positions to Default Values" -msgstr "_Restablecer as posicións gardadas da ventá aos valores por defecto" +msgstr "_Restablecer as posicións gardadas da xanela aos valores por defecto" -#: ../app/dialogs/preferences-dialog.c:2677 +#: ../app/dialogs/preferences-dialog.c:2683 msgid "Folders" msgstr "Cartafoles" -#: ../app/dialogs/preferences-dialog.c:2697 +#: ../app/dialogs/preferences-dialog.c:2703 msgid "Temporary folder:" msgstr "Cartafol temporal:" -#: ../app/dialogs/preferences-dialog.c:2698 +#: ../app/dialogs/preferences-dialog.c:2704 msgid "Select Folder for Temporary Files" msgstr "Seleccionar cartafol de ficheiros temporais" -#: ../app/dialogs/preferences-dialog.c:2702 +#: ../app/dialogs/preferences-dialog.c:2708 msgid "Swap folder:" msgstr "Cartafol de intercambio:" -#: ../app/dialogs/preferences-dialog.c:2703 +#: ../app/dialogs/preferences-dialog.c:2709 msgid "Select Swap Folder" msgstr "Seleccionar o cartafol de intercambio" -#: ../app/dialogs/preferences-dialog.c:2738 +#: ../app/dialogs/preferences-dialog.c:2744 msgid "Brush Folders" msgstr "Cartafoles de pinceis" -#: ../app/dialogs/preferences-dialog.c:2740 +#: ../app/dialogs/preferences-dialog.c:2746 msgid "Select Brush Folders" msgstr "Seleccionar os cartafoles de pinceis" -#: ../app/dialogs/preferences-dialog.c:2742 +#: ../app/dialogs/preferences-dialog.c:2748 msgid "Pattern Folders" msgstr "Cartafoles de patróns" -#: ../app/dialogs/preferences-dialog.c:2744 +#: ../app/dialogs/preferences-dialog.c:2750 msgid "Select Pattern Folders" msgstr "Seleccionar os cartafoles de patróns" -#: ../app/dialogs/preferences-dialog.c:2746 +#: ../app/dialogs/preferences-dialog.c:2752 msgid "Palette Folders" msgstr "Cartafoles da paleta" -#: ../app/dialogs/preferences-dialog.c:2748 +#: ../app/dialogs/preferences-dialog.c:2754 msgid "Select Palette Folders" msgstr "Seleccionar os cartafoles da paleta" -#: ../app/dialogs/preferences-dialog.c:2750 +#: ../app/dialogs/preferences-dialog.c:2756 msgid "Gradient Folders" msgstr "Cartafoles de gradacións" -#: ../app/dialogs/preferences-dialog.c:2752 +#: ../app/dialogs/preferences-dialog.c:2758 msgid "Select Gradient Folders" msgstr "Seleccionar os cartafoles de gradación" -#: ../app/dialogs/preferences-dialog.c:2754 +#: ../app/dialogs/preferences-dialog.c:2760 msgid "Font Folders" msgstr "Cartafoles de tipos de letra" -#: ../app/dialogs/preferences-dialog.c:2756 +#: ../app/dialogs/preferences-dialog.c:2762 msgid "Select Font Folders" msgstr "Seleccionar os cartafoles de tipos de letra" -#: ../app/dialogs/preferences-dialog.c:2758 +#: ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-In Folders" msgstr "Cartafoles de extensións" -#: ../app/dialogs/preferences-dialog.c:2760 +#: ../app/dialogs/preferences-dialog.c:2766 msgid "Select Plug-In Folders" msgstr "Seleccionar os cartafoles de extensións" -#: ../app/dialogs/preferences-dialog.c:2762 +#: ../app/dialogs/preferences-dialog.c:2768 msgid "Scripts" msgstr "Scripts" -#: ../app/dialogs/preferences-dialog.c:2762 +#: ../app/dialogs/preferences-dialog.c:2768 msgid "Script-Fu Folders" msgstr "Cartafoles de Script-Fu" -#: ../app/dialogs/preferences-dialog.c:2764 +#: ../app/dialogs/preferences-dialog.c:2770 msgid "Select Script-Fu Folders" msgstr "Seleccionar cartafoles de Script-Fu" -#: ../app/dialogs/preferences-dialog.c:2766 +#: ../app/dialogs/preferences-dialog.c:2772 msgid "Module Folders" msgstr "Cartafoles de módulo" -#: ../app/dialogs/preferences-dialog.c:2768 +#: ../app/dialogs/preferences-dialog.c:2774 msgid "Select Module Folders" msgstr "Seleccionar cartafoles de módulos" -#: ../app/dialogs/preferences-dialog.c:2770 +#: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreters" msgstr "Intérpretes" -#: ../app/dialogs/preferences-dialog.c:2770 +#: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreter Folders" msgstr "Cartafoles de intérpretes" -#: ../app/dialogs/preferences-dialog.c:2772 +#: ../app/dialogs/preferences-dialog.c:2778 msgid "Select Interpreter Folders" msgstr "Seleccionar cartafoles de intérpretes" -#: ../app/dialogs/preferences-dialog.c:2774 +#: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment Folders" msgstr "Cartafoles de contorno" -#: ../app/dialogs/preferences-dialog.c:2776 +#: ../app/dialogs/preferences-dialog.c:2782 msgid "Select Environment Folders" msgstr "Seleccionar cartafoles de contorno" -#: ../app/dialogs/preferences-dialog.c:2778 +#: ../app/dialogs/preferences-dialog.c:2784 msgid "Themes" msgstr "Temas" -#: ../app/dialogs/preferences-dialog.c:2778 +#: ../app/dialogs/preferences-dialog.c:2784 msgid "Theme Folders" msgstr "Cartafoles de temas" -#: ../app/dialogs/preferences-dialog.c:2780 +#: ../app/dialogs/preferences-dialog.c:2786 msgid "Select Theme Folders" msgstr "Seleccionar cartafoles de temas" @@ -8337,7 +8341,7 @@ #: ../app/dialogs/tips-dialog.c:101 msgid "The GIMP tips file could not be parsed!" -msgstr "Non se pode analizar o ficheiro de suxestión de GIMP!" +msgstr "Non é posíbel analizar o ficheiro de suxestión de GIMP!" #: ../app/dialogs/tips-dialog.c:129 msgid "GIMP Tip of the Day" @@ -8473,20 +8477,20 @@ msgid "Image saved to '%s'" msgstr "Imaxe gardada en '%s'" -#: ../app/display/gimpdisplayshell.c:1019 +#: ../app/display/gimpdisplayshell.c:1035 msgid "Access the image menu" msgstr "Acceder ao menú da imaxe" -#: ../app/display/gimpdisplayshell.c:1124 +#: ../app/display/gimpdisplayshell.c:1140 msgid "Zoom image when window size changes" -msgstr "Aplicar zoom á imaxe cando cambia o tamaño da ventá" +msgstr "Aplicar zoom á imaxe cando cambia o tamaño da xanela" -#: ../app/display/gimpdisplayshell.c:1174 +#: ../app/display/gimpdisplayshell.c:1190 msgid "Navigate the image display" msgstr "Navegar na pantalla da imaxe" -#: ../app/display/gimpdisplayshell.c:1269 -#: ../app/display/gimpdisplayshell.c:1359 ../app/widgets/gimptoolbox.c:222 +#: ../app/display/gimpdisplayshell.c:1285 +#: ../app/display/gimpdisplayshell.c:1375 ../app/widgets/gimptoolbox.c:222 msgid "Drop image files here to open them" msgstr "Arrastre aquí os ficheiros de imaxes para abrilos" @@ -8514,8 +8518,8 @@ "Se non garda a imaxe perderanse as modificacións feitas durante a última " "hora." msgstr[1] "" -"Se non garda a imaxe perderanse as modificacións feitas durante as últimas %" -"d horas." +"Se non garda a imaxe perderanse as modificacións feitas durante as últimas " +"%d horas." #: ../app/display/gimpdisplayshell-close.c:264 #, c-format @@ -8545,8 +8549,8 @@ "últimos minutos." #: ../app/display/gimpdisplayshell-dnd.c:255 -#: ../app/display/gimpdisplayshell-dnd.c:570 -#: ../app/display/gimpdisplayshell-dnd.c:641 +#: ../app/display/gimpdisplayshell-dnd.c:606 +#: ../app/display/gimpdisplayshell-dnd.c:677 msgid "Drop New Layer" msgstr "Eliminar a nova capa" @@ -8554,13 +8558,13 @@ msgid "Drop New Path" msgstr "Eliminar o novo camiño" -#: ../app/display/gimpdisplayshell-dnd.c:504 +#: ../app/display/gimpdisplayshell-dnd.c:513 #: ../app/widgets/gimplayertreeview.c:719 msgid "Drop layers" msgstr "Eliminar capas" -#: ../app/display/gimpdisplayshell-dnd.c:631 -#: ../app/widgets/gimplayertreeview.c:801 ../app/widgets/gimptoolbox-dnd.c:358 +#: ../app/display/gimpdisplayshell-dnd.c:667 +#: ../app/widgets/gimplayertreeview.c:801 ../app/widgets/gimptoolbox-dnd.c:361 msgid "Dropped Buffer" msgstr "Búfer eliminado" @@ -8620,13 +8624,13 @@ msgid "(clean)" msgstr "(limpo)" -#: ../app/display/gimpdisplayshell-title.c:337 -#: ../app/display/gimpdisplayshell-title.c:349 +#: ../app/display/gimpdisplayshell-title.c:346 +#: ../app/display/gimpdisplayshell-title.c:359 #: ../app/widgets/gimpactiongroup.c:805 msgid "(none)" msgstr "(ningún)" -#: ../app/display/gimpstatusbar.c:346 +#: ../app/display/gimpstatusbar.c:364 #, c-format msgid "Cancel %s" msgstr "Cancelar %s" @@ -8639,24 +8643,24 @@ #: ../app/file/file-open.c:183 #, c-format msgid "%s plug-in returned SUCCESS but did not return an image" -msgstr "A extensión %s devolveu ÉXITO pero non devolveu unha imaxe" +msgstr "A extensión %s devolveu CORRECTO pero non devolveu unha imaxe" #: ../app/file/file-open.c:194 #, c-format msgid "%s plug-In could not open image" msgstr "A extensión %s non puido abrir a imaxe" -#: ../app/file/file-open.c:452 +#: ../app/file/file-open.c:455 #, c-format msgid "Image doesn't contain any layers" msgstr "A imaxe non contén ningunha capa" -#: ../app/file/file-open.c:502 +#: ../app/file/file-open.c:505 #, c-format msgid "Opening '%s' failed: %s" -msgstr "Erro ao abrir '%s': %s" +msgstr "Produciuse un erro ao abrir '%s': %s" -#: ../app/file/file-open.c:610 +#: ../app/file/file-open.c:613 msgid "" "Color management has been disabled. It can be enabled again in the " "Preferences dialog." @@ -8684,12 +8688,12 @@ msgid "Invalid character sequence in URI" msgstr "Secuencia de caracteres inválida na URI" -#: ../app/gegl/gimpcurvesconfig.c:392 +#: ../app/gegl/gimpcurvesconfig.c:384 #, c-format msgid "not a GIMP Curves file" msgstr "non é un ficheiro de curvas GIMP" -#: ../app/gegl/gimpcurvesconfig.c:406 ../app/gegl/gimplevelsconfig.c:711 +#: ../app/gegl/gimpcurvesconfig.c:398 ../app/gegl/gimplevelsconfig.c:711 #, c-format msgid "parse error" msgstr "erro de análise" @@ -8700,7 +8704,7 @@ msgstr "Non hai un ficheiro de niveles GIMP" #. initialize the document history -#: ../app/gui/gui.c:420 +#: ../app/gui/gui.c:426 msgid "Documents" msgstr "Documentos" @@ -8751,6 +8755,11 @@ msgid "Paintbrush" msgstr "Pincel de pintura" +#: ../app/paint/gimppaintcore-stroke.c:332 +#, c-format +msgid "Not enough points to stroke" +msgstr "Non hai puntos abondos para trazar" + #: ../app/paint/gimppencil.c:42 ../app/tools/gimppenciltool.c:51 msgid "Pencil" msgstr "Lapis" @@ -8825,19 +8834,19 @@ msgid "2D Transforming" msgstr "Aplicando transformación 2D" -#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:223 +#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:225 msgid "Blending" msgstr "Mesturando" #: ../app/pdb/floating-sel-cmds.c:63 #, c-format msgid "Cannot remove this layer because it is not a floating selection." -msgstr "Non se pode eliminar esta capa porque non é unha selección flotante." +msgstr "Non é posíbel eliminar esta capa porque non é unha selección flotante." #: ../app/pdb/floating-sel-cmds.c:95 #, c-format msgid "Cannot anchor this layer because it is not a floating selection." -msgstr "Non é posible ancorar esta capa porque non é unha selección flotante." +msgstr "Non é posíbel ancorar esta capa porque non é unha selección flotante." #: ../app/pdb/floating-sel-cmds.c:127 #, c-format @@ -8845,18 +8854,18 @@ "Cannot convert this layer to a normal layer because it is not a floating " "selection." msgstr "" -"Non se pode converter esta capa a unha capa normal porque non é unha " +"Non é posíbel converter esta capa a unha capa normal porque non é unha " "selección flotante." #: ../app/pdb/floating-sel-cmds.c:188 #, c-format msgid "Cannot rigor this layer because it is not a floating selection." -msgstr "Non se pode reforzar esta capa porque non é unha selección flotante." +msgstr "Non é posíbel reforzar esta capa porque non é unha selección flotante." #: ../app/pdb/floating-sel-cmds.c:222 #, c-format msgid "Cannot relax this layer because it is not a floating selection." -msgstr "Non se pode relaxar esta capa porque non é unha selección flotante." +msgstr "Non é posíbel relaxar esta capa porque non é unha selección flotante." #: ../app/pdb/gimppdb-query.c:300 ../app/pdb/gimppdb.c:307 #: ../app/pdb/gimppdb.c:377 @@ -8864,131 +8873,131 @@ msgid "Procedure '%s' not found" msgstr "Non se atopou o procedemento '%s'" -#: ../app/pdb/gimppdb-utils.c:59 +#: ../app/pdb/gimppdb-utils.c:61 #, c-format msgid "Invalid empty brush name" msgstr "Nome baleiro do pincel non válido" -#: ../app/pdb/gimppdb-utils.c:69 +#: ../app/pdb/gimppdb-utils.c:71 #, c-format msgid "Brush '%s' not found" msgstr "Non se atopou o pincel '%s'" -#: ../app/pdb/gimppdb-utils.c:74 +#: ../app/pdb/gimppdb-utils.c:76 #, c-format msgid "Brush '%s' is not editable" -msgstr "O pincel '%s' non se pode editar" +msgstr "Non é posíbel editar o pincel '%s'" -#: ../app/pdb/gimppdb-utils.c:100 +#: ../app/pdb/gimppdb-utils.c:102 #, c-format msgid "Brush '%s' is not a generated brush" msgstr "O pincel '%s' non é un pincel xerado" -#: ../app/pdb/gimppdb-utils.c:120 +#: ../app/pdb/gimppdb-utils.c:122 #, c-format msgid "Invalid empty pattern name" msgstr "Nome baleiro do patrón non válido" -#: ../app/pdb/gimppdb-utils.c:130 +#: ../app/pdb/gimppdb-utils.c:132 #, c-format msgid "Pattern '%s' not found" msgstr "Non se atopou o patrón '%s'" -#: ../app/pdb/gimppdb-utils.c:150 +#: ../app/pdb/gimppdb-utils.c:152 #, c-format msgid "Invalid empty gradient name" msgstr "Nome baleiro da gradación non válido" -#: ../app/pdb/gimppdb-utils.c:160 +#: ../app/pdb/gimppdb-utils.c:162 #, c-format msgid "Gradient '%s' not found" msgstr "Non se atopou a gradación '%s'" -#: ../app/pdb/gimppdb-utils.c:165 +#: ../app/pdb/gimppdb-utils.c:167 #, c-format msgid "Gradient '%s' is not editable" msgstr "A gradación '%s' non é editable" -#: ../app/pdb/gimppdb-utils.c:186 +#: ../app/pdb/gimppdb-utils.c:188 #, c-format msgid "Invalid empty palette name" msgstr "Nome baleiro da paleta non válido" -#: ../app/pdb/gimppdb-utils.c:196 +#: ../app/pdb/gimppdb-utils.c:198 #, c-format msgid "Palette '%s' not found" msgstr "Non se atopou a paleta '%s'" -#: ../app/pdb/gimppdb-utils.c:201 +#: ../app/pdb/gimppdb-utils.c:203 #, c-format msgid "Palette '%s' is not editable" msgstr "A paleta '%s' non é editable" -#: ../app/pdb/gimppdb-utils.c:221 +#: ../app/pdb/gimppdb-utils.c:223 #, c-format msgid "Invalid empty font name" msgstr "Nome baleiro do tipo de letra non válido" -#: ../app/pdb/gimppdb-utils.c:231 +#: ../app/pdb/gimppdb-utils.c:233 #, c-format msgid "Font '%s' not found" msgstr "Non se atopou a fonte '%s'" -#: ../app/pdb/gimppdb-utils.c:250 +#: ../app/pdb/gimppdb-utils.c:252 #, c-format msgid "Invalid empty buffer name" msgstr "Nome baleiro do búfer non válido" -#: ../app/pdb/gimppdb-utils.c:260 +#: ../app/pdb/gimppdb-utils.c:262 #, c-format msgid "Named buffer '%s' not found" msgstr "Non se atopa o búfer con nome '%s' " -#: ../app/pdb/gimppdb-utils.c:279 +#: ../app/pdb/gimppdb-utils.c:281 #, c-format msgid "Invalid empty paint method name" msgstr "Nome baleiro do método de pintura non válido" -#: ../app/pdb/gimppdb-utils.c:289 +#: ../app/pdb/gimppdb-utils.c:291 #, c-format msgid "Paint method '%s' does not exist" msgstr "O método de pintura '%s' non existe" -#: ../app/pdb/gimppdb-utils.c:305 +#: ../app/pdb/gimppdb-utils.c:307 #, c-format msgid "" "Item '%s' (%d) can not be used because it has not been added to an image" msgstr "" -"O obxecto '%s' (%d) non se pode usar porque non foi engadido a unha imaxe" +"Non é posíbel usar o obxecto '%s' (%d) porque non foi engadido a unha imaxe" -#: ../app/pdb/gimppdb-utils.c:327 +#: ../app/pdb/gimppdb-utils.c:329 #, c-format msgid "Item '%s' (%d) has already been added to an image" msgstr "O obxecto '%s' (%d) xa foi engadido a unha imaxe" -#: ../app/pdb/gimppdb-utils.c:335 +#: ../app/pdb/gimppdb-utils.c:337 #, c-format msgid "Trying to add item '%s' (%d) to wrong image" msgstr "Tentando engadir o elemento '%s' (%d) a unha imaxe errónea" -#: ../app/pdb/gimppdb-utils.c:354 +#: ../app/pdb/gimppdb-utils.c:356 #, c-format msgid "Layer '%s' (%d) can not be used because it is not a text layer" -msgstr "A capa '%s' (%d) non se pode usar porque non é unha capa de texto" +msgstr "Non é posíbel usar a capa '%s' (%d) porque non é unha capa de texto" -#: ../app/pdb/gimppdb-utils.c:395 +#: ../app/pdb/gimppdb-utils.c:401 #, c-format msgid "Image '%s' (%d) is of type '%s', but an image of type '%s' is expected" msgstr "" -"A imaxe '%s' (%d) é do tipo '%s', mais esperábase que a imaxe fora do tipo '%" -"s'" +"A imaxe '%s' (%d) é do tipo '%s', mais esperábase que a imaxe fora do tipo " +"'%s'" -#: ../app/pdb/gimppdb-utils.c:418 +#: ../app/pdb/gimppdb-utils.c:430 #, c-format msgid "Image '%s' (%d) is already of type '%s'" msgstr "A imaxe '%s' (%d) xa é do tipo '%s'" -#: ../app/pdb/gimppdb-utils.c:441 +#: ../app/pdb/gimppdb-utils.c:455 #, c-format msgid "Vectors object %d does not contain stroke with ID %d" msgstr "O obxecto de vectores %d non contén un trazo co ID %d" @@ -8996,36 +9005,36 @@ #: ../app/pdb/gimppdb.c:411 #, c-format msgid "" -"Procedure '%s' has been called with a wrong type for argument #%d. Expected %" -"s, got %s." +"Procedure '%s' has been called with a wrong type for argument #%d. Expected " +"%s, got %s." msgstr "" "Ao procedemento '%s' pasóuselle un tipo de dato erróneo como argumento #%d. " "Agardábase %s, obtívose %s." -#: ../app/pdb/gimpprocedure.c:360 ../app/plug-in/gimppluginprocframe.c:203 +#: ../app/pdb/gimpprocedure.c:361 ../app/plug-in/gimppluginprocframe.c:209 #, c-format msgid "Procedure '%s' returned no return values" msgstr "O procedemento '%s' devolveu valores sen retorno" -#: ../app/pdb/gimpprocedure.c:584 +#: ../app/pdb/gimpprocedure.c:585 #, c-format msgid "" "Procedure '%s' returned a wrong value type for return value '%s' (#%d). " "Expected %s, got %s." msgstr "" -"O procedemento '%s' devolveu un tipo erróneo para o valor devolto '%s' (#%" -"d). Agardábase %s, obtívose %s." +"O procedemento '%s' devolveu un tipo erróneo para o valor devolto '%s' (#" +"%d). Agardábase %s, obtívose %s." -#: ../app/pdb/gimpprocedure.c:596 +#: ../app/pdb/gimpprocedure.c:597 #, c-format msgid "" -"Procedure '%s' has been called with a wrong value type for argument '%s' (#%" -"d). Expected %s, got %s." +"Procedure '%s' has been called with a wrong value type for argument '%s' (#" +"%d). Expected %s, got %s." msgstr "" -"Ao procedemento '%s' pasóuselle un tipo de dato erróneo como argumento '%" -"s' (#%d). Agardábase %s, obtívose %s." +"Ao procedemento '%s' pasóuselle un tipo de dato erróneo como argumento " +"'%s' (#%d). Agardábase %s, obtívose %s." -#: ../app/pdb/gimpprocedure.c:628 +#: ../app/pdb/gimpprocedure.c:629 #, c-format msgid "" "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" @@ -9035,7 +9044,7 @@ "probable é que unha extensión esté a intentar traballar nunha capa que xa " "non existe." -#: ../app/pdb/gimpprocedure.c:640 +#: ../app/pdb/gimpprocedure.c:641 #, c-format msgid "" "Procedure '%s' has been called with an invalid ID for argument '%s'. Most " @@ -9045,7 +9054,7 @@ "probable é que unha extensión esté a intentar traballar nunha capa que xa " "non existe." -#: ../app/pdb/gimpprocedure.c:656 +#: ../app/pdb/gimpprocedure.c:657 #, c-format msgid "" "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" @@ -9055,7 +9064,7 @@ "probable é que unha extensión esté a intentar traballar nunha imaxe que xa " "non existe." -#: ../app/pdb/gimpprocedure.c:668 +#: ../app/pdb/gimpprocedure.c:669 #, c-format msgid "" "Procedure '%s' has been called with an invalid ID for argument '%s'. Most " @@ -9065,7 +9074,7 @@ "probable é que unha extensión esté a intentar traballar nunha imaxe que xa " "non existe." -#: ../app/pdb/gimpprocedure.c:688 +#: ../app/pdb/gimpprocedure.c:689 #, c-format msgid "" "Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value " @@ -9074,14 +9083,14 @@ "O procedemento '%s' devolveu '%s' como valor resultado '%s' (#%d, tipo %s). " "Este valor está fora de rango." -#: ../app/pdb/gimpprocedure.c:701 +#: ../app/pdb/gimpprocedure.c:702 #, c-format msgid "" -"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %" -"s). This value is out of range." +"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type " +"%s). This value is out of range." msgstr "" -"O procedemento '%s' chamouse cun valor resultado '%s'para o argumento '%s (#%" -"d, tipo %s). Este valor está fora de rango." +"O procedemento '%s' chamouse cun valor resultado '%s'para o argumento '%s (#" +"%d, tipo %s). Este valor está fora de rango." #: ../app/pdb/image-cmds.c:2268 #, c-format @@ -9098,7 +9107,7 @@ #: ../app/pdb/text-layer-cmds.c:90 #, c-format msgid "Failed to create text layer" -msgstr "Erro ao crear a capa de texto" +msgstr "Produciuse un erro ao crear a capa de texto" #: ../app/pdb/text-layer-cmds.c:163 ../app/pdb/text-layer-cmds.c:235 #: ../app/pdb/text-layer-cmds.c:314 ../app/pdb/text-layer-cmds.c:394 @@ -9152,7 +9161,7 @@ msgid "Cancelled" msgstr "Cancelado" -#: ../app/plug-in/gimpplugin.c:637 +#: ../app/plug-in/gimpplugin.c:639 #, c-format msgid "" "Plug-in crashed: \"%s\"\n" @@ -9165,7 +9174,7 @@ "(%s)\n" "\n" "A extensión que fallou puido ter estragado o estado interno de GIMP. É " -"posible que desexe gardar as súas imaxes e reiniciar GIMP para traballar con " +"posíbel que desexe gardar as súas imaxes e reiniciar GIMP para traballar con " "seguranza." #: ../app/plug-in/gimppluginmanager-call.c:173 @@ -9173,7 +9182,7 @@ #: ../app/plug-in/gimppluginmanager-call.c:321 #, c-format msgid "Failed to run plug-in \"%s\"" -msgstr "Fallou ao executar o complemento \"%s\"" +msgstr "Produciuse un fallo ao executar o engadido \"%s\"" #: ../app/plug-in/gimppluginmanager-restore.c:222 msgid "Searching Plug-Ins" @@ -9195,11 +9204,11 @@ msgid "Starting Extensions" msgstr "Iniciando extensións" -#: ../app/plug-in/gimppluginmanager.c:296 +#: ../app/plug-in/gimppluginmanager.c:290 msgid "Plug-In Interpreters" msgstr "Intérpretes da extensión" -#: ../app/plug-in/gimppluginmanager.c:303 +#: ../app/plug-in/gimppluginmanager.c:297 msgid "Plug-In Environment" msgstr "Contorno da extensión" @@ -9226,7 +9235,7 @@ #: ../app/plug-in/plug-in-icc-profile.c:247 #, c-format msgid "Error running '%s'" -msgstr "Erro ao executar '%s'" +msgstr "Produciuse un erro ao executar '%s'" #: ../app/plug-in/plug-in-icc-profile.c:137 #: ../app/plug-in/plug-in-icc-profile.c:198 @@ -9260,7 +9269,7 @@ "Vexo que moitos koalas ruben ao eucalipto\n" " ao son da gaita e da zanfoña: 1234567890." -#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:877 +#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "Engadir capa de texto" @@ -9325,7 +9334,7 @@ "Algunhas propiedades do texto poderían ser incorrectas. A non ser que queira " "editar a capa de texto non necesitará preocuparse por isto." -#: ../app/tools/gimp-tools.c:327 +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." @@ -9351,7 +9360,7 @@ msgid "Pressure:" msgstr "Presión:" -#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:754 +#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:766 msgid "Align" msgstr "Aliñar" @@ -9363,93 +9372,93 @@ msgid "_Align" msgstr "_Aliñar" -#: ../app/tools/gimpaligntool.c:587 +#: ../app/tools/gimpaligntool.c:599 msgid "Click on a layer, path or guide, or Click-Drag to pick several layers" msgstr "" "Prema nunha capa, camiño ou guía, ou prema e arrastre para coller varias " "capas" -#: ../app/tools/gimpaligntool.c:596 +#: ../app/tools/gimpaligntool.c:608 msgid "Click to pick this layer as first item" msgstr "Prema para coller esta capa como primeiro elemento" -#: ../app/tools/gimpaligntool.c:604 +#: ../app/tools/gimpaligntool.c:616 msgid "Click to add this layer to the list" msgstr "Prema para engadir esta capa á lista" -#: ../app/tools/gimpaligntool.c:608 +#: ../app/tools/gimpaligntool.c:620 msgid "Click to pick this guide as first item" msgstr "Prema para coller esta guía como primeiro elemento" -#: ../app/tools/gimpaligntool.c:616 +#: ../app/tools/gimpaligntool.c:628 msgid "Click to add this guide to the list" msgstr "Prema para engadir esta guía á lista" -#: ../app/tools/gimpaligntool.c:620 +#: ../app/tools/gimpaligntool.c:632 msgid "Click to pick this path as first item" msgstr "Prema para coller este camiño como primeiro elemento" -#: ../app/tools/gimpaligntool.c:628 +#: ../app/tools/gimpaligntool.c:640 msgid "Click to add this path to the list" msgstr "Prema para engadir este camiño á lista" -#: ../app/tools/gimpaligntool.c:766 +#: ../app/tools/gimpaligntool.c:778 msgid "Relative to:" msgstr "Relativo a:" -#: ../app/tools/gimpaligntool.c:784 +#: ../app/tools/gimpaligntool.c:796 msgid "Align left edge of target" msgstr "Aliñar o límite esquerdo de destino" -#: ../app/tools/gimpaligntool.c:790 +#: ../app/tools/gimpaligntool.c:802 msgid "Align center of target" msgstr "Aliñar o centro de destino" -#: ../app/tools/gimpaligntool.c:796 +#: ../app/tools/gimpaligntool.c:808 msgid "Align right edge of target" msgstr "Aliñar o límite dereito de destino" -#: ../app/tools/gimpaligntool.c:806 +#: ../app/tools/gimpaligntool.c:818 msgid "Align top edge of target" msgstr "Aliñar o límite superior de destino" -#: ../app/tools/gimpaligntool.c:812 +#: ../app/tools/gimpaligntool.c:824 msgid "Align middle of target" msgstr "Aliñar no medio do destino" -#: ../app/tools/gimpaligntool.c:818 +#: ../app/tools/gimpaligntool.c:830 msgid "Align bottom of target" msgstr "Aliñar na parte inferior de destino" -#: ../app/tools/gimpaligntool.c:822 +#: ../app/tools/gimpaligntool.c:834 msgid "Distribute" msgstr "Distribuír" -#: ../app/tools/gimpaligntool.c:836 +#: ../app/tools/gimpaligntool.c:848 msgid "Distribute left edges of targets" msgstr "Distribuír os límites esquerdos de destino" -#: ../app/tools/gimpaligntool.c:843 +#: ../app/tools/gimpaligntool.c:855 msgid "Distribute horizontal centers of targets" msgstr "Distribuír os centros horizontais de destino" -#: ../app/tools/gimpaligntool.c:850 +#: ../app/tools/gimpaligntool.c:862 msgid "Distribute right edges of targets" msgstr "Distribuír os límites dereitos de destino" -#: ../app/tools/gimpaligntool.c:860 +#: ../app/tools/gimpaligntool.c:872 msgid "Distribute top edges of targets" msgstr "Distribuír os límites superiores de destino" -#: ../app/tools/gimpaligntool.c:867 +#: ../app/tools/gimpaligntool.c:879 msgid "Distribute vertical centers of targets" msgstr "Distribuír os centros verticais de destino" -#: ../app/tools/gimpaligntool.c:873 +#: ../app/tools/gimpaligntool.c:885 msgid "Distribute bottoms of targets" msgstr "Distribuír as partes inferiores de destino" -#: ../app/tools/gimpaligntool.c:881 ../app/tools/gimpblendoptions.c:222 +#: ../app/tools/gimpaligntool.c:893 ../app/tools/gimpblendoptions.c:222 msgid "Offset:" msgstr "Desprazamento:" @@ -9487,59 +9496,59 @@ msgid "Blen_d" msgstr "_Mestura" -#: ../app/tools/gimpblendtool.c:162 +#: ../app/tools/gimpblendtool.c:164 #, c-format msgid "Blend does not operate on indexed layers." msgstr "Non é operativa a mestura nas capas indexadas." -#: ../app/tools/gimpblendtool.c:400 ../app/tools/gimppainttool.c:606 +#: ../app/tools/gimpblendtool.c:402 ../app/tools/gimppainttool.c:606 #, c-format msgid "%s for constrained angles" msgstr "%s de ángulos restrinxidos" -#: ../app/tools/gimpblendtool.c:401 +#: ../app/tools/gimpblendtool.c:403 #, c-format msgid "%s to move the whole line" msgstr "%s para mover a liña enteira" -#: ../app/tools/gimpblendtool.c:405 +#: ../app/tools/gimpblendtool.c:407 msgid "Blend: " msgstr "Mestura: " -#: ../app/tools/gimpbrightnesscontrasttool.c:111 +#: ../app/tools/gimpbrightnesscontrasttool.c:112 msgid "Brightness/Contrast Tool: Adjust brightness and contrast" msgstr "Ferramenta Luminosidade/Contraste: Axustar luminosidade e contraste" -#: ../app/tools/gimpbrightnesscontrasttool.c:112 +#: ../app/tools/gimpbrightnesscontrasttool.c:113 msgid "B_rightness-Contrast..." msgstr "L_uminosidade e contraste..." -#: ../app/tools/gimpbrightnesscontrasttool.c:132 +#: ../app/tools/gimpbrightnesscontrasttool.c:133 msgid "Adjust Brightness and Contrast" msgstr "Axustar luminosidade e contraste" -#: ../app/tools/gimpbrightnesscontrasttool.c:134 +#: ../app/tools/gimpbrightnesscontrasttool.c:135 msgid "Import Brightness-Contrast settings" msgstr "Importar configuracións de brillo e contraste" -#: ../app/tools/gimpbrightnesscontrasttool.c:135 +#: ../app/tools/gimpbrightnesscontrasttool.c:136 msgid "Export Brightness-Contrast settings" msgstr "Exportar configuracións de brillo e contraste" -#: ../app/tools/gimpbrightnesscontrasttool.c:183 +#: ../app/tools/gimpbrightnesscontrasttool.c:184 #, c-format msgid "Brightness-Contrast does not operate on indexed layers." msgstr "A luminosidade e o contraste non funcionan sobre capas indexadas." -#: ../app/tools/gimpbrightnesscontrasttool.c:320 +#: ../app/tools/gimpbrightnesscontrasttool.c:325 msgid "_Brightness:" msgstr "_Luminosidade:" -#: ../app/tools/gimpbrightnesscontrasttool.c:335 +#: ../app/tools/gimpbrightnesscontrasttool.c:340 msgid "Con_trast:" msgstr "Con_traste:" -#: ../app/tools/gimpbrightnesscontrasttool.c:349 +#: ../app/tools/gimpbrightnesscontrasttool.c:354 msgid "Edit these Settings as Levels" msgstr "Editar estas configuracións como niveis" @@ -9684,7 +9693,7 @@ msgid "Select Range to Adjust" msgstr "Seleccione o intervalo a axustar" -#: ../app/tools/gimpcolorbalancetool.c:279 ../app/tools/gimplevelstool.c:168 +#: ../app/tools/gimpcolorbalancetool.c:279 ../app/tools/gimplevelstool.c:172 msgid "Adjust Color Levels" msgstr "Axustar os niveis de cor" @@ -9776,7 +9785,7 @@ #: ../app/tools/gimpcolorpickeroptions.c:165 #, c-format msgid "Use info window (%s)" -msgstr "Usar a ventá de información (%s)" +msgstr "Usar a xanela de información (%s)" #: ../app/tools/gimpcolorpickertool.c:96 msgid "Color Picker" @@ -9893,55 +9902,59 @@ msgid "Click or press Enter to crop" msgstr "Premer co rato ou a tecla Intro para recortar" -#: ../app/tools/gimpcurvestool.c:137 +#: ../app/tools/gimpcurvestool.c:141 msgid "Curves Tool: Adjust color curves" msgstr "Ferramenta Curvas: Axustar curvas de cor" -#: ../app/tools/gimpcurvestool.c:138 +#: ../app/tools/gimpcurvestool.c:142 msgid "_Curves..." msgstr "_Curvas..." -#: ../app/tools/gimpcurvestool.c:164 +#: ../app/tools/gimpcurvestool.c:168 msgid "Adjust Color Curves" msgstr "Axustar as curvas de cor" -#: ../app/tools/gimpcurvestool.c:166 +#: ../app/tools/gimpcurvestool.c:170 msgid "Import Curves" msgstr "Importar curvas" -#: ../app/tools/gimpcurvestool.c:167 +#: ../app/tools/gimpcurvestool.c:171 msgid "Export Curves" msgstr "Exportar curvas" -#: ../app/tools/gimpcurvestool.c:217 +#: ../app/tools/gimpcurvestool.c:221 #, c-format msgid "Curves does not operate on indexed layers." msgstr "As curvas non fucionan en capas indexadas." -#: ../app/tools/gimpcurvestool.c:319 +#: ../app/tools/gimpcurvestool.c:323 msgid "Click to add a control point" msgstr "Premer para engadir un punto de control" -#: ../app/tools/gimpcurvestool.c:324 +#: ../app/tools/gimpcurvestool.c:328 msgid "Click to add control points to all channels" msgstr "Premer para engadir puntos de control a todas as canles" -#: ../app/tools/gimpcurvestool.c:433 ../app/tools/gimplevelstool.c:372 +#: ../app/tools/gimpcurvestool.c:441 ../app/tools/gimplevelstool.c:380 msgid "Cha_nnel:" msgstr "Ca_nle:" -#: ../app/tools/gimpcurvestool.c:459 ../app/tools/gimplevelstool.c:396 +#: ../app/tools/gimpcurvestool.c:467 ../app/tools/gimplevelstool.c:404 msgid "R_eset Channel" msgstr "R_establecer canle" -#: ../app/tools/gimpcurvestool.c:549 +#: ../app/tools/gimpcurvestool.c:557 msgid "Curve _type:" msgstr "_Tipo de curva:" -#: ../app/tools/gimpcurvestool.c:603 +#: ../app/tools/gimpcurvestool.c:632 ../app/tools/gimplevelstool.c:752 #, c-format msgid "Could not read header from '%s': %s" -msgstr "Non se puido ler a cabeceira de '%s': %s" +msgstr "Non foi posíbel ler a cabeceira de '%s': %s" + +#: ../app/tools/gimpcurvestool.c:705 +msgid "Use _old curves file format" +msgstr "Usar o formato de ficheiro antigo para as _curvas" #: ../app/tools/gimpdesaturatetool.c:78 msgid "Desaturate Tool: Turn colors into shades of gray" @@ -10208,26 +10221,26 @@ msgid "_Free Select" msgstr "Selección _libre" -#: ../app/tools/gimpfreeselecttool.c:1116 +#: ../app/tools/gimpfreeselecttool.c:1117 msgid "Click to complete selection" msgstr "Prema para completar a selección" -#: ../app/tools/gimpfreeselecttool.c:1120 +#: ../app/tools/gimpfreeselecttool.c:1121 msgid "Click-Drag to move segment vertex" msgstr "Prema e arrastre para mover o vértice do segmento" -#: ../app/tools/gimpfreeselecttool.c:1125 +#: ../app/tools/gimpfreeselecttool.c:1126 msgid "Return commits, Escape cancels, Backspace removes last segment" msgstr "" "Intro realiza a acción, Esc cancela, retroceso elimina o último segmento" -#: ../app/tools/gimpfreeselecttool.c:1129 +#: ../app/tools/gimpfreeselecttool.c:1130 msgid "Click-Drag adds a free segment, Click adds a polygonal segment" msgstr "" "Premer e arrastrar engade un segmento libre, Premer engade un segmento " "poligonar" -#: ../app/tools/gimpfreeselecttool.c:1581 +#: ../app/tools/gimpfreeselecttool.c:1582 msgctxt "command" msgid "Free Select" msgstr "Selección libre" @@ -10246,29 +10259,29 @@ msgid "Fu_zzy Select" msgstr "Selección _difusa" -#: ../app/tools/gimpgegltool.c:83 ../app/tools/gimpgegltool.c:102 +#: ../app/tools/gimpgegltool.c:92 ../app/tools/gimpgegltool.c:111 msgid "GEGL Operation" msgstr "Operación GEGL" -#: ../app/tools/gimpgegltool.c:84 +#: ../app/tools/gimpgegltool.c:93 msgid "GEGL Tool: Use an arbitrary GEGL operation" msgstr "Ferramenta GEGL: Usar unha operación GEGL arbitratia" -#: ../app/tools/gimpgegltool.c:85 +#: ../app/tools/gimpgegltool.c:94 msgid "_GEGL Operation..." msgstr "Operación _GEGL..." -#: ../app/tools/gimpgegltool.c:149 +#: ../app/tools/gimpgegltool.c:158 #, c-format msgid "GEGL operations do not operate on indexed layers." msgstr "As operacións GEGL non operan en capas indexadas." -#: ../app/tools/gimpgegltool.c:324 +#: ../app/tools/gimpgegltool.c:339 msgid "_Operation:" msgstr "_Operación:" #. The options vbox -#: ../app/tools/gimpgegltool.c:370 +#: ../app/tools/gimpgegltool.c:412 msgid "Operation Settings" msgstr "Configuracións de operación" @@ -10380,7 +10393,7 @@ msgid "Settings saved to '%s'" msgstr "Configuracións gardadas en '%s'" -#: ../app/tools/gimpimagemaptool.c:311 +#: ../app/tools/gimpimagemaptool.c:318 msgid "_Preview" msgstr "_Previsualización" @@ -10394,7 +10407,7 @@ msgid "Size:" msgstr "Tamaño:" -#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1034 +#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1037 #: ../app/widgets/gimpbrusheditor.c:208 msgid "Angle:" msgstr "Ángulo:" @@ -10447,7 +10460,7 @@ msgid "Intelligent _Scissors" msgstr "_Tesoiras intelixentes" -#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:606 +#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:609 msgid "Click-Drag to move this point" msgstr "Premer co rato e arrastrar para mover este punto" @@ -10476,69 +10489,73 @@ msgid "Click or Click-Drag to add a point" msgstr "Premer co rato ou premer e arrastrar para engadir un punto" -#: ../app/tools/gimplevelstool.c:147 +#: ../app/tools/gimplevelstool.c:151 msgid "Levels Tool: Adjust color levels" msgstr "Ferramenta Niveis: Axustar niveis de cor" -#: ../app/tools/gimplevelstool.c:148 +#: ../app/tools/gimplevelstool.c:152 msgid "_Levels..." msgstr "_Niveis..." -#: ../app/tools/gimplevelstool.c:170 +#: ../app/tools/gimplevelstool.c:174 msgid "Import Levels" msgstr "Importar niveis" -#: ../app/tools/gimplevelstool.c:171 +#: ../app/tools/gimplevelstool.c:175 msgid "Export Levels" msgstr "Exportar niveis" -#: ../app/tools/gimplevelstool.c:224 +#: ../app/tools/gimplevelstool.c:228 #, c-format msgid "Levels does not operate on indexed layers." msgstr "Os niveis non funcionan nas capas indexadas." -#: ../app/tools/gimplevelstool.c:306 +#: ../app/tools/gimplevelstool.c:310 msgid "Pick black point" msgstr "Seleccionar un punto negro" -#: ../app/tools/gimplevelstool.c:310 +#: ../app/tools/gimplevelstool.c:314 msgid "Pick gray point" msgstr "Seleccionar un punto gris" -#: ../app/tools/gimplevelstool.c:314 +#: ../app/tools/gimplevelstool.c:318 msgid "Pick white point" msgstr "Seleccionar un punto branco" #. Input levels frame -#: ../app/tools/gimplevelstool.c:411 +#: ../app/tools/gimplevelstool.c:419 msgid "Input Levels" msgstr "Niveis de entrada" -#: ../app/tools/gimplevelstool.c:514 +#: ../app/tools/gimplevelstool.c:522 msgid "Gamma" msgstr "Gamma" #. Output levels frame -#: ../app/tools/gimplevelstool.c:556 +#: ../app/tools/gimplevelstool.c:564 msgid "Output Levels" msgstr "Niveis de saída" #. all channels frame -#: ../app/tools/gimplevelstool.c:633 +#: ../app/tools/gimplevelstool.c:641 msgid "All Channels" msgstr "Todas as canles" -#: ../app/tools/gimplevelstool.c:647 +#: ../app/tools/gimplevelstool.c:655 msgid "Adjust levels automatically" msgstr "Axustar os niveis automaticamente" -#: ../app/tools/gimplevelstool.c:674 +#: ../app/tools/gimplevelstool.c:682 msgid "Edit these Settings as Curves" msgstr "Editar estas configuracións como curvas" +#: ../app/tools/gimplevelstool.c:825 +msgid "Use _old levels file format" +msgstr "Usar o formato de ficheiro antigo para os _niveis" + #: ../app/tools/gimpmagnifyoptions.c:167 msgid "Auto-resize window" -msgstr "Redimensionar automaticamente a ventá" +msgstr "Redimensionar automaticamente a xanela" #. tool toggle #: ../app/tools/gimpmagnifyoptions.c:172 ../app/tools/gimpmoveoptions.c:188 @@ -10560,7 +10577,7 @@ #: ../app/tools/gimpmeasureoptions.c:124 msgid "Use info window" -msgstr "Usar a ventá de información" +msgstr "Usar a xanela de información" #: ../app/tools/gimpmeasuretool.c:121 msgid "Measure" @@ -10574,36 +10591,36 @@ msgid "_Measure" msgstr "_Medir" -#: ../app/tools/gimpmeasuretool.c:238 +#: ../app/tools/gimpmeasuretool.c:241 msgid "Add Guides" msgstr "Engadir guías" -#: ../app/tools/gimpmeasuretool.c:558 +#: ../app/tools/gimpmeasuretool.c:561 msgid "Click to place vertical and horizontal guides" msgstr "Premer co rato para colocar guías verticais e horizontais" -#: ../app/tools/gimpmeasuretool.c:567 +#: ../app/tools/gimpmeasuretool.c:570 msgid "Click to place a horizontal guide" msgstr "Premer para colocar unha guía horizontal" -#: ../app/tools/gimpmeasuretool.c:581 +#: ../app/tools/gimpmeasuretool.c:584 msgid "Click to place a vertical guide" msgstr "Premer para colocar unha guía vertical" -#: ../app/tools/gimpmeasuretool.c:595 +#: ../app/tools/gimpmeasuretool.c:598 msgid "Click-Drag to add a new point" msgstr "Premer e arrastrar para engadir un novo punto" -#: ../app/tools/gimpmeasuretool.c:625 +#: ../app/tools/gimpmeasuretool.c:628 msgid "Click-Drag to move all points" msgstr "Premer e arrastra para mover todos os puntos" #. tool->display->shell -#: ../app/tools/gimpmeasuretool.c:986 +#: ../app/tools/gimpmeasuretool.c:989 msgid "Measure Distances and Angles" msgstr "Medir distancias e ángulos" -#: ../app/tools/gimpmeasuretool.c:1006 +#: ../app/tools/gimpmeasuretool.c:1009 msgid "Distance:" msgstr "Distancia:" @@ -10644,15 +10661,15 @@ msgid "_Move" msgstr "_Mover" -#: ../app/tools/gimpmovetool.c:276 ../app/tools/gimpmovetool.c:560 +#: ../app/tools/gimpmovetool.c:276 ../app/tools/gimpmovetool.c:570 msgid "Move Guide: " msgstr "Mover guía: " -#: ../app/tools/gimpmovetool.c:554 +#: ../app/tools/gimpmovetool.c:564 msgid "Cancel Guide" msgstr "Cancelar guía" -#: ../app/tools/gimpmovetool.c:560 +#: ../app/tools/gimpmovetool.c:570 msgid "Add Guide: " msgstr "Engadir guía: " @@ -10877,7 +10894,7 @@ msgid "_Rectangle Select" msgstr "_Selección rectangular" -#: ../app/tools/gimprectangletool.c:1084 ../app/tools/gimprectangletool.c:1980 +#: ../app/tools/gimprectangletool.c:1085 ../app/tools/gimprectangletool.c:1981 msgid "Rectangle: " msgstr "Rectángulo: " @@ -11040,7 +11057,7 @@ "If available, hints from the font are used but you may prefer to always use " "the automatic hinter" msgstr "" -"Se está dispoñible, utilízanse os hints do tipo de letra, mais é posible que " +"Se está dispoñible, utilízanse os hints do tipo de letra, mais é posíbel que " "prefira sempre o hinter automático" #: ../app/tools/gimptextoptions.c:159 @@ -11088,27 +11105,27 @@ msgid "Text along Path" msgstr "Texto seguindo un camiño" -#: ../app/tools/gimptexttool.c:161 +#: ../app/tools/gimptexttool.c:162 msgid "Text Tool: Create or edit text layers" msgstr "Ferramenta Texto: Crear ou editar capas de texto" -#: ../app/tools/gimptexttool.c:162 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" msgstr "Te_xto" -#: ../app/tools/gimptexttool.c:954 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "Editor de texto de GIMP" -#: ../app/tools/gimptexttool.c:1070 ../app/tools/gimptexttool.c:1073 +#: ../app/tools/gimptexttool.c:1103 ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "Confirmar a edición do texto" -#: ../app/tools/gimptexttool.c:1077 +#: ../app/tools/gimptexttool.c:1110 msgid "Create _New Layer" msgstr "Crear unha _nova capa" -#: ../app/tools/gimptexttool.c:1101 +#: ../app/tools/gimptexttool.c:1134 msgid "" "The layer you selected is a text layer but it has been modified using other " "tools. Editing the layer with the text tool will discard these " @@ -11123,7 +11140,7 @@ "Pode editar a capa ou crear unha capa de texto nova desde o seus atributos " "de texto." -#: ../app/tools/gimptexttool.c:1313 +#: ../app/tools/gimptexttool.c:1356 msgid "Reshape Text Layer" msgstr "Cambiar a forma da capa de texto" @@ -11463,7 +11480,7 @@ #: ../app/vectors/gimpvectors-export.c:96 #, c-format msgid "Error while writing '%s': %s" -msgstr "Erro ao escribir '%s': %s" +msgstr "Produciuse un erro ao escribir '%s': %s" #: ../app/vectors/gimpvectors-import.c:296 msgid "Import Paths" @@ -11486,7 +11503,7 @@ #: ../app/vectors/gimpvectors-import.c:349 #, c-format msgid "Failed to import paths from '%s': %s" -msgstr "Fallou ao importar camiños desde '%s': %s" +msgstr "Produciuse un fallo ao importar os camiños desde '%s': %s" #: ../app/widgets/gimpactioneditor.c:71 msgid "_Search:" @@ -11538,7 +11555,7 @@ #: ../app/widgets/gimpactionview.c:870 msgid "Removing shortcut failed." -msgstr "Erro ao eliminar o atallo." +msgstr "Produciuse un erro ao eliminar o atallo." #: ../app/widgets/gimpbrusheditor.c:169 msgid "Spikes:" @@ -11697,11 +11714,11 @@ msgid "Palette" msgstr "Paleta" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Previsualizacións diminutas" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Previsualizacións enormes" @@ -12028,23 +12045,23 @@ msgid "%s Message" msgstr "Mensaxe de %s" -#: ../app/widgets/gimpfiledialog.c:279 +#: ../app/widgets/gimpfiledialog.c:310 msgid "Automatically Detected" msgstr "Detectado automaticamente" -#: ../app/widgets/gimpfiledialog.c:289 +#: ../app/widgets/gimpfiledialog.c:320 msgid "By Extension" msgstr "Por extensión" -#: ../app/widgets/gimpfiledialog.c:605 +#: ../app/widgets/gimpfiledialog.c:652 msgid "All files" msgstr "Todos os ficheiros" -#: ../app/widgets/gimpfiledialog.c:610 +#: ../app/widgets/gimpfiledialog.c:657 msgid "All images" msgstr "Todas as imaxes" -#: ../app/widgets/gimpfiledialog.c:739 +#: ../app/widgets/gimpfiledialog.c:786 #, c-format msgid "Select File _Type (%s)" msgstr "Seleccionar o _tipo de ficheiro (%s)" @@ -12168,48 +12185,48 @@ msgid "Spacing" msgstr "Espazamento" -#: ../app/widgets/gimphelp.c:267 +#: ../app/widgets/gimphelp.c:294 msgid "Help browser is missing" msgstr "Falta o explorador de axuda" -#: ../app/widgets/gimphelp.c:268 +#: ../app/widgets/gimphelp.c:295 msgid "The GIMP help browser is not available." msgstr "O explorador de axuda de GIMP non está dispoñible." -#: ../app/widgets/gimphelp.c:269 +#: ../app/widgets/gimphelp.c:296 msgid "" "The GIMP help browser plug-in appears to be missing from your installation. " "You may instead use the web browser for reading the help pages." msgstr "" -"Parece que falta o complemento do explorador de axuda de GIMP na súa " +"Parece que falta o engadido do explorador de axuda de GIMP na súa " "instalación. No seu lugar, pode usar o seu navegador web para ler as páxinas " "de axuda." -#: ../app/widgets/gimphelp.c:310 +#: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" msgstr "O explorador de axuda non se inicia" -#: ../app/widgets/gimphelp.c:311 +#: ../app/widgets/gimphelp.c:338 msgid "Could not start the GIMP help browser plug-in." -msgstr "Non foi posible iniciar a extensión do explorador de axuda de GIMP." +msgstr "Non foi posíbel iniciar a extensión do explorador de axuda de GIMP." -#: ../app/widgets/gimphelp.c:338 +#: ../app/widgets/gimphelp.c:365 msgid "Use _Web Browser" msgstr "Usar navegador _web" -#: ../app/widgets/gimphelp.c:587 +#: ../app/widgets/gimphelp.c:614 msgid "GIMP user manual is missing" msgstr "Falta o manual de usuario de GIMP " -#: ../app/widgets/gimphelp.c:594 +#: ../app/widgets/gimphelp.c:621 msgid "_Read Online" msgstr "Le_r en liña" -#: ../app/widgets/gimphelp.c:618 +#: ../app/widgets/gimphelp.c:645 msgid "The GIMP user manual is not installed on your computer." msgstr "O manual de usuario de GIMP non está instalado no seu computador." -#: ../app/widgets/gimphelp.c:621 +#: ../app/widgets/gimphelp.c:648 msgid "" "You may either install the additional help package or change your " "preferences to use the online version." @@ -12387,7 +12404,7 @@ "\n" "%s" msgstr "" -"Non foi posible converter o nome do ficheiro %s nunha URI válida:\n" +"Non foi posíbel converter o nome do ficheiro %s nunha URI válida:\n" "\n" "%s" @@ -12395,39 +12412,39 @@ msgid "Invalid UTF-8" msgstr "UTF-8 inválido" -#: ../app/widgets/gimpsettingsbox.c:226 +#: ../app/widgets/gimpsettingsbox.c:239 msgid "Pick a setting from the list" msgstr "Elixa unha configuración da lista" -#: ../app/widgets/gimpsettingsbox.c:247 +#: ../app/widgets/gimpsettingsbox.c:260 msgid "Add settings to favorites" msgstr "Engadir configuracións a favoritos" -#: ../app/widgets/gimpsettingsbox.c:275 +#: ../app/widgets/gimpsettingsbox.c:288 msgid "_Import Settings from File..." msgstr "_Importar configuracións desde un ficheiro..." -#: ../app/widgets/gimpsettingsbox.c:281 +#: ../app/widgets/gimpsettingsbox.c:294 msgid "_Export Settings to File..." msgstr "_Exportar configuracións a un ficheiro..." -#: ../app/widgets/gimpsettingsbox.c:288 +#: ../app/widgets/gimpsettingsbox.c:301 msgid "_Manage Settings..." msgstr "_Xestionar configuracións..." -#: ../app/widgets/gimpsettingsbox.c:575 +#: ../app/widgets/gimpsettingsbox.c:588 msgid "Add Settings to Favorites" msgstr "Engadir configuracións a favoritos" -#: ../app/widgets/gimpsettingsbox.c:578 +#: ../app/widgets/gimpsettingsbox.c:591 msgid "Enter a name for the settings" msgstr "Introduza un nome para as configuracións" -#: ../app/widgets/gimpsettingsbox.c:579 +#: ../app/widgets/gimpsettingsbox.c:592 msgid "Saved Settings" msgstr "Configuracións gardadas" -#: ../app/widgets/gimpsettingsbox.c:614 +#: ../app/widgets/gimpsettingsbox.c:627 msgid "Manage Saved Settings" msgstr "Xestionar as configuracións gardadas" @@ -12532,7 +12549,7 @@ msgid "_Use selected font" msgstr "_Utilizar o tipo de letra seleccionado" -#: ../app/widgets/gimpthumbbox.c:330 +#: ../app/widgets/gimpthumbbox.c:344 #, c-format msgid "" "Click to update preview\n" @@ -12542,20 +12559,20 @@ "Premer %s%s veces para forzar a actualización aínda que a vista previa estea " "actualizada" -#: ../app/widgets/gimpthumbbox.c:348 +#: ../app/widgets/gimpthumbbox.c:362 msgid "Pr_eview" msgstr "_Previsualización" -#: ../app/widgets/gimpthumbbox.c:403 ../app/widgets/gimpthumbbox.c:467 +#: ../app/widgets/gimpthumbbox.c:417 ../app/widgets/gimpthumbbox.c:481 msgid "No selection" msgstr "Sen selección" -#: ../app/widgets/gimpthumbbox.c:595 ../app/widgets/gimpthumbbox.c:616 +#: ../app/widgets/gimpthumbbox.c:609 ../app/widgets/gimpthumbbox.c:630 #, c-format msgid "Thumbnail %d of %d" msgstr "Miniatura %d de %d" -#: ../app/widgets/gimpthumbbox.c:729 ../app/widgets/gimpthumbbox.c:739 +#: ../app/widgets/gimpthumbbox.c:743 ../app/widgets/gimpthumbbox.c:753 msgid "Creating preview..." msgstr "Creando previsualización..." @@ -12632,7 +12649,8 @@ #: ../app/widgets/gimptooloptionseditor.c:480 #, c-format msgid "Error saving tool options presets: %s" -msgstr "Erro ao gardar as opcións preestablecidas das ferramentas: %s" +msgstr "" +"Produciuse un erro ao gardar as opcións preestablecidas das ferramentas: %s" #: ../app/widgets/gimpuimanager.c:738 msgid "Your GIMP installation is incomplete:" @@ -12646,7 +12664,7 @@ #: ../app/widgets/gimpuimanager.c:746 #, c-format msgid "There was an error parsing the menu definition from %s: %s" -msgstr "Houbo un erro ao analizar a definición de menú a partir de %s: %s" +msgstr "Produciuse un erro ao analizar a definición de menú a partir de %s: %s" #: ../app/widgets/gimpundoeditor.c:270 msgid "[ Base Image ]" @@ -12795,11 +12813,11 @@ #: ../app/widgets/widgets-enums.c:298 msgid "Normal window" -msgstr "Ventá normal" +msgstr "xanela normal" #: ../app/widgets/widgets-enums.c:299 msgid "Utility window" -msgstr "Ventá de utilidades" +msgstr "xanela de utilidades" #: ../app/widgets/widgets-enums.c:300 msgid "Keep above" @@ -12819,7 +12837,7 @@ "This XCF file is corrupt! I could not even salvage any partial image data " "from it." msgstr "" -"Este ficheiro XCF está danado! Non se puido salvar nin sequera unha imaxe " +"Este ficheiro XCF está danado! Non foi posíbel salvar nin sequera unha imaxe " "parcial del." #: ../app/xcf/xcf-load.c:324 @@ -12839,12 +12857,12 @@ #: ../app/xcf/xcf-write.c:87 #, c-format msgid "Error writing XCF: %s" -msgstr "Erro ao escribir XCF: %s" +msgstr "Produciuse un erro ao escribir XCF: %s" #: ../app/xcf/xcf-seek.c:44 ../app/xcf/xcf-seek.c:61 ../app/xcf/xcf-seek.c:72 #, c-format msgid "Could not seek in XCF file: %s" -msgstr "Non foi posible o desprazamento dentro do ficheiro XCF: %s" +msgstr "Non foi posíbel o desprazamento dentro do ficheiro XCF: %s" #: ../app/xcf/xcf.c:99 ../app/xcf/xcf.c:167 msgid "GIMP XCF image" @@ -12868,7 +12886,7 @@ #: ../app/xcf/xcf.c:403 #, c-format msgid "Error saving XCF file: %s" -msgstr "Erro ao gardar o ficheiro XCF: %s" +msgstr "Produciuse un erro ao gardar o ficheiro XCF: %s" #: ../desktop/gimp.desktop.in.in.h:1 msgid "Create images and edit photographs" @@ -12889,16 +12907,16 @@ #: ../tools/gimp-remote.c:76 msgid "Print X window ID of GIMP toolbox window, then quit" msgstr "" -"Imprimir o ID da ventá X da ventá da caixa de ferramentas de GIMP e, logo " +"Imprimir o ID da xanela X da xanela da caixa de ferramentas de GIMP e, logo " "saia" #: ../tools/gimp-remote.c:82 msgid "Start GIMP without showing the startup window" -msgstr "Iniciar GIMP sen mostrar a ventá de inicio" +msgstr "Iniciar GIMP sen mostrar a xanela de inicio" #: ../tools/gimp-remote-x11.c:67 msgid "Could not connect to GIMP." -msgstr "Non foi posible conectar con GIMP." +msgstr "Non foi posíbel conectar con GIMP." #: ../tools/gimp-remote-x11.c:68 msgid "Make sure that the Toolbox is visible!" @@ -12908,44 +12926,4 @@ #: ../tools/gimp-remote-x11.c:248 #, c-format msgid "Couldn't start '%s': %s" -msgstr "Non foi posible iniciar '%s': %s" - -#~ msgid "Ne_w" -#~ msgstr "_Novo" - -#~ msgid "Channel is already on top." -#~ msgstr "A canle xa está na parte superior." - -#~ msgid "Channel is already on the bottom." -#~ msgstr "A canle xa está na parte inferior." - -#~ msgid "Path is already on top." -#~ msgstr "O camiño xa está na parte superior." - -#~ msgid "Path is already on the bottom." -#~ msgstr "O camiño xa está na parte inferior." - -#~ msgid "Cannot add layer mask to layer which is not part of an image." -#~ msgstr "" -#~ "Non é posible engadir unha máscara á unha capa que non é parte dunha " -#~ "imaxe." - -#~ msgid "Reading palette '%s': Missing GREEN component in line %d." -#~ msgstr "Lendo a paleta '%s': Falta o compoñente VERDE na liña %d." - -#~ msgid "" -#~ "PDB calling error:\n" -#~ "Procedure '%s' not found" -#~ msgstr "" -#~ "Erro de chamada PDB:\n" -#~ "Non se encontrou o procedemento '%s'" - -#~ msgid "" -#~ "PDB calling error for procedure '%s':\n" -#~ "Argument #%d type mismatch (expected %s, got %s)" -#~ msgstr "" -#~ "Erro de chamada a PDB para o procedemento '%s':\n" -#~ "O tipo do argumento #%d non é correcto (agardábase %s, obtívose %s)" - -#~ msgid "Copy the selected region to the clipboard" -#~ msgstr "Copiar no portapapeis a área seleccionada" +msgstr "Non foi posíbel iniciar '%s': %s" diff -Nru gimp-2.6.11/po/it.po gimp-2.6.12/po/it.po --- gimp-2.6.11/po/it.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/it.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,7 +1,7 @@ # This is the Italian catalog for The GIMP. # Copyright (C) 1999 Free Software Foundation, Inc. # Daniele Medri , 2000-2002 -# Marco Ciampa , 2003-2010 +# Marco Ciampa , 2003-2011 # Alessandro Falappa , 2007-2008 # # Convenzioni adottate per GIMP: @@ -31,7 +31,7 @@ "Project-Id-Version: gimp 2.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-06-11 01:40+0200\n" -"PO-Revision-Date: 2010-06-29 12:03+0200\n" +"PO-Revision-Date: 2011-09-15 10:35+0200\n" "Last-Translator: Marco Ciampa \n" "Language-Team: gimp@erlug.linux.it\n" "MIME-Version: 1.0\n" @@ -8393,8 +8393,7 @@ #: ../app/dialogs/user-install-dialog.c:96 msgid "The GIMP user installation failed; see the log for details." -msgstr "" -"Istallazione utente di GIMP fallita; vedere il file log per i dettagli." +msgstr "Installazione utente di GIMP fallita; vedere il file log per i dettagli." #: ../app/dialogs/user-install-dialog.c:99 msgid "Installation Log" @@ -12244,7 +12243,7 @@ #: ../app/widgets/gimphelp.c:645 msgid "The GIMP user manual is not installed on your computer." -msgstr "Il manuale utente di GIMP non è istallato sul computer." +msgstr "Il manuale utente di GIMP non è installato sul computer." #: ../app/widgets/gimphelp.c:648 msgid "" diff -Nru gimp-2.6.11/po/kk.po gimp-2.6.12/po/kk.po --- gimp-2.6.11/po/kk.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po/kk.po 2010-10-10 14:07:12.000000000 +0000 @@ -0,0 +1,12602 @@ +# Kazakh translation for gimp. +# Copyright (C) 2010 gimp's COPYRIGHT HOLDER +# This file is distributed under the same license as the gimp package. +# Baurzhan Muftakhidinov , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: gimp gimp-2-6\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" +"POT-Creation-Date: 2010-10-04 18:08+0000\n" +"PO-Revision-Date: 2010-10-08 09:25+0600\n" +"Last-Translator: Baurzhan Muftakhidinov \n" +"Language-Team: Kazakh \n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Language: Kazakh\n" +"X-Poedit-Country: KAZAKHSTAN\n" + +#: ../app/about.h:24 +msgid "GIMP" +msgstr "" + +#: ../app/about.h:27 +#: ../desktop/gimp.desktop.in.in.h:2 +msgid "GNU Image Manipulation Program" +msgstr "" + +#: ../app/about.h:30 +msgid "" +"Copyright © 1995-2008\n" +"Spencer Kimball, Peter Mattis and the GIMP Development Team" +msgstr "" + +#: ../app/about.h:34 +msgid "" +"GIMP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n" +"\n" +"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" +"\n" +"You should have received a copy of the GNU General Public License along with GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." +msgstr "" + +#: ../app/app.c:214 +#, c-format +msgid "" +"Unable to open a test swap file.\n" +"\n" +"To avoid data loss, please check the location and permissions of the swap directory defined in your Preferences (currently \"%s\")." +msgstr "" + +#: ../app/batch.c:75 +#, c-format +msgid "No batch interpreter specified, using the default '%s'.\n" +msgstr "" + +#: ../app/batch.c:93 +#: ../app/batch.c:111 +#, c-format +msgid "The batch interpreter '%s' is not available. Batch mode disabled." +msgstr "" + +#: ../app/main.c:148 +#: ../tools/gimp-remote.c:60 +msgid "Show version information and exit" +msgstr "" + +#: ../app/main.c:153 +msgid "Show license information and exit" +msgstr "" + +#: ../app/main.c:158 +msgid "Be more verbose" +msgstr "" + +#: ../app/main.c:163 +msgid "Start a new GIMP instance" +msgstr "" + +#: ../app/main.c:168 +msgid "Open images as new" +msgstr "" + +#: ../app/main.c:173 +msgid "Run without a user interface" +msgstr "" + +#: ../app/main.c:178 +msgid "Do not load brushes, gradients, patterns, ..." +msgstr "" + +#: ../app/main.c:183 +msgid "Do not load any fonts" +msgstr "" + +#: ../app/main.c:188 +msgid "Do not show a startup window" +msgstr "" + +#: ../app/main.c:193 +msgid "Do not use shared memory between GIMP and plugins" +msgstr "" + +#: ../app/main.c:198 +msgid "Do not use special CPU acceleration functions" +msgstr "" + +#: ../app/main.c:203 +msgid "Use an alternate sessionrc file" +msgstr "" + +#: ../app/main.c:208 +msgid "Use an alternate user gimprc file" +msgstr "" + +#: ../app/main.c:213 +msgid "Use an alternate system gimprc file" +msgstr "" + +#: ../app/main.c:218 +msgid "Batch command to run (can be used multiple times)" +msgstr "" + +#: ../app/main.c:223 +msgid "The procedure to process batch commands with" +msgstr "" + +#: ../app/main.c:228 +msgid "Send messages to console instead of using a dialog" +msgstr "" + +#. don't translate the mode names (off|on|warn) +#: ../app/main.c:234 +msgid "PDB compatibility mode (off|on|warn)" +msgstr "" + +#. don't translate the mode names (never|query|always) +#: ../app/main.c:240 +msgid "Debug in case of a crash (never|query|always)" +msgstr "" + +#: ../app/main.c:245 +msgid "Enable non-fatal debugging signal handlers" +msgstr "" + +#: ../app/main.c:250 +msgid "Make all warnings fatal" +msgstr "Барлық ескертулерді қатаң деп белгілеу" + +#: ../app/main.c:255 +msgid "Output a gimprc file with default settings" +msgstr "" + +#: ../app/main.c:383 +msgid "[FILE|URI...]" +msgstr "" + +#: ../app/main.c:401 +msgid "" +"GIMP could not initialize the graphical user interface.\n" +"Make sure a proper setup for your display environment exists." +msgstr "" + +#: ../app/main.c:420 +msgid "Another GIMP instance is already running." +msgstr "" + +#: ../app/main.c:490 +msgid "GIMP output. Type any character to close this window." +msgstr "" + +#: ../app/main.c:491 +#, c-format +msgid "(Type any character to close this window)\n" +msgstr "" + +#: ../app/main.c:508 +msgid "GIMP output. You can minimize this window, but don't close it." +msgstr "" + +#: ../app/sanity.c:365 +#, c-format +msgid "" +"The configured filename encoding cannot be converted to UTF-8: %s\n" +"\n" +"Please check the value of the environment variable G_FILENAME_ENCODING." +msgstr "" + +#: ../app/sanity.c:384 +#, c-format +msgid "" +"The name of the directory holding the GIMP user configuration cannot be converted to UTF-8: %s\n" +"\n" +"Your filesystem probably stores files in an encoding other than UTF-8 and you didn't tell GLib about this. Please set the environment variable G_FILENAME_ENCODING." +msgstr "" + +#. show versions of libraries used by GIMP +#: ../app/version.c:64 +#, c-format +msgid "using %s version %s (compiled against version %s)" +msgstr "" + +#: ../app/version.c:127 +#: ../tools/gimp-remote.c:95 +#, fuzzy, c-format +msgid "%s version %s" +msgstr "Нұсқасы" + +#: ../app/actions/actions.c:101 +#: ../app/actions/dialogs-actions.c:123 +#: ../app/dialogs/dialogs.c:224 +#: ../app/widgets/gimpbrusheditor.c:90 +msgid "Brush Editor" +msgstr "" + +#. initialize the list of gimp brushes +#: ../app/actions/actions.c:104 +#: ../app/core/gimp.c:838 +#: ../app/dialogs/dialogs.c:157 +#: ../app/dialogs/preferences-dialog.c:2744 +msgid "Brushes" +msgstr "" + +#: ../app/actions/actions.c:107 +#: ../app/dialogs/dialogs.c:169 +msgid "Buffers" +msgstr "" + +#: ../app/actions/actions.c:110 +#: ../app/dialogs/dialogs.c:182 +#, fuzzy +msgid "Channels" +msgstr "Арналары:" + +#: ../app/actions/actions.c:113 +#: ../app/dialogs/convert-dialog.c:174 +#: ../app/dialogs/dialogs.c:190 +msgid "Colormap" +msgstr "" + +#: ../app/actions/actions.c:116 +msgid "Configuration" +msgstr "Баптаулар" + +#: ../app/actions/actions.c:119 +msgid "Context" +msgstr "" + +#: ../app/actions/actions.c:122 +#: ../app/dialogs/dialogs.c:150 +msgid "Pointer Information" +msgstr "" + +#: ../app/actions/actions.c:125 +msgid "Debug" +msgstr "Жөндеу" + +#: ../app/actions/actions.c:128 +msgid "Dialogs" +msgstr "" + +#: ../app/actions/actions.c:131 +msgid "Dock" +msgstr "" + +#: ../app/actions/actions.c:134 +msgid "Dockable" +msgstr "" + +#. Document History +#: ../app/actions/actions.c:137 +#: ../app/dialogs/dialogs.c:171 +#: ../app/dialogs/preferences-dialog.c:1595 +msgid "Document History" +msgstr "Құжат тарихы" + +#: ../app/actions/actions.c:140 +msgid "Drawable" +msgstr "" + +#: ../app/actions/actions.c:143 +#: ../app/tools/tools-enums.c:300 +msgid "Edit" +msgstr "Түзету" + +#: ../app/actions/actions.c:146 +#: ../app/dialogs/dialogs.c:146 +msgid "Error Console" +msgstr "" + +#: ../app/actions/actions.c:149 +msgid "File" +msgstr "Файл" + +#: ../app/actions/actions.c:152 +#: ../app/dialogs/dialogs.c:165 +#: ../app/dialogs/preferences-dialog.c:2760 +msgid "Fonts" +msgstr "Қаріптер" + +#: ../app/actions/actions.c:155 +#: ../app/actions/dialogs-actions.c:141 +#: ../app/dialogs/dialogs.c:228 +#: ../app/widgets/gimpgradienteditor.c:276 +msgid "Gradient Editor" +msgstr "" + +#. initialize the list of gimp gradients +#: ../app/actions/actions.c:158 +#: ../app/core/gimp.c:850 +#: ../app/dialogs/dialogs.c:161 +#: ../app/dialogs/preferences-dialog.c:2756 +msgid "Gradients" +msgstr "" + +#: ../app/actions/actions.c:161 +msgid "Help" +msgstr "Көмек" + +#: ../app/actions/actions.c:164 +#: ../app/core/core-enums.c:212 +#: ../app/tools/tools-enums.c:242 +msgid "Image" +msgstr "Сурет" + +#. list & grid views +#: ../app/actions/actions.c:167 +#: ../app/dialogs/dialogs.c:155 +msgid "Images" +msgstr "Суреттер" + +#: ../app/actions/actions.c:170 +#: ../app/dialogs/dialogs.c:178 +#: ../app/dialogs/resize-dialog.c:286 +msgid "Layers" +msgstr "Қабаттар" + +#: ../app/actions/actions.c:173 +#: ../app/actions/dialogs-actions.c:153 +#: ../app/dialogs/dialogs.c:232 +#: ../app/widgets/gimppaletteeditor.c:155 +msgid "Palette Editor" +msgstr "" + +#. initialize the list of gimp palettes +#: ../app/actions/actions.c:176 +#: ../app/core/gimp.c:846 +#: ../app/dialogs/dialogs.c:163 +#: ../app/dialogs/preferences-dialog.c:2752 +msgid "Palettes" +msgstr "" + +#. initialize the list of gimp patterns +#: ../app/actions/actions.c:179 +#: ../app/core/gimp.c:842 +#: ../app/dialogs/dialogs.c:159 +#: ../app/dialogs/preferences-dialog.c:2748 +msgid "Patterns" +msgstr "" + +#: ../app/actions/actions.c:182 +#: ../app/dialogs/preferences-dialog.c:2764 +msgid "Plug-Ins" +msgstr "" + +#: ../app/actions/actions.c:185 +#: ../app/core/core-enums.c:860 +#: ../app/core/gimpchannel.c:362 +msgid "Quick Mask" +msgstr "" + +#: ../app/actions/actions.c:188 +#: ../app/dialogs/dialogs.c:206 +msgid "Sample Points" +msgstr "" + +#: ../app/actions/actions.c:191 +msgid "Select" +msgstr "Таңдау" + +#. initialize the template list +#: ../app/actions/actions.c:194 +#: ../app/core/gimp.c:859 +#: ../app/dialogs/dialogs.c:173 +msgid "Templates" +msgstr "Үлгілер" + +#: ../app/actions/actions.c:197 +msgid "Text Editor" +msgstr "Мәтін түзетушісі" + +#: ../app/actions/actions.c:200 +#: ../app/dialogs/dialogs.c:138 +#: ../app/dialogs/preferences-dialog.c:1880 +#: ../app/gui/gui.c:429 +msgid "Tool Options" +msgstr "" + +#: ../app/actions/actions.c:203 +#: ../app/dialogs/dialogs.c:167 +msgid "Tools" +msgstr "Саймандар" + +#: ../app/actions/actions.c:206 +#: ../app/dialogs/dialogs.c:186 +#: ../app/tools/gimpvectortool.c:160 +msgid "Paths" +msgstr "Жолдар" + +#: ../app/actions/actions.c:209 +msgid "View" +msgstr "Түрі" + +#: ../app/actions/actions.c:212 +#, fuzzy +msgid "Windows" +msgstr "Windows" + +#: ../app/actions/brush-editor-actions.c:43 +msgid "Brush Editor Menu" +msgstr "" + +#: ../app/actions/brush-editor-actions.c:50 +msgid "Edit Active Brush" +msgstr "" + +#: ../app/actions/brushes-actions.c:43 +msgid "Brushes Menu" +msgstr "" + +#: ../app/actions/brushes-actions.c:47 +msgid "_Open Brush as Image" +msgstr "" + +#: ../app/actions/brushes-actions.c:48 +msgid "Open brush as image" +msgstr "" + +#: ../app/actions/brushes-actions.c:53 +msgid "_New Brush" +msgstr "" + +#: ../app/actions/brushes-actions.c:54 +msgid "New brush" +msgstr "" + +#: ../app/actions/brushes-actions.c:59 +msgid "D_uplicate Brush" +msgstr "" + +#: ../app/actions/brushes-actions.c:60 +msgid "Duplicate brush" +msgstr "" + +#: ../app/actions/brushes-actions.c:65 +msgid "Copy Brush _Location" +msgstr "" + +#: ../app/actions/brushes-actions.c:66 +msgid "Copy brush file location to clipboard" +msgstr "" + +#: ../app/actions/brushes-actions.c:71 +msgid "_Delete Brush" +msgstr "" + +#: ../app/actions/brushes-actions.c:72 +msgid "Delete brush" +msgstr "" + +#: ../app/actions/brushes-actions.c:77 +msgid "_Refresh Brushes" +msgstr "" + +#: ../app/actions/brushes-actions.c:78 +msgid "Refresh brushes" +msgstr "" + +#: ../app/actions/brushes-actions.c:86 +msgid "_Edit Brush..." +msgstr "" + +#: ../app/actions/brushes-actions.c:87 +msgid "Edit brush" +msgstr "" + +#: ../app/actions/buffers-actions.c:42 +msgid "Buffers Menu" +msgstr "" + +#: ../app/actions/buffers-actions.c:46 +msgid "_Paste Buffer" +msgstr "" + +#: ../app/actions/buffers-actions.c:47 +msgid "Paste the selected buffer" +msgstr "" + +#: ../app/actions/buffers-actions.c:52 +msgid "Paste Buffer _Into" +msgstr "" + +#: ../app/actions/buffers-actions.c:53 +msgid "Paste the selected buffer into the selection" +msgstr "" + +#: ../app/actions/buffers-actions.c:58 +msgid "Paste Buffer as _New" +msgstr "" + +#: ../app/actions/buffers-actions.c:59 +msgid "Paste the selected buffer as new image" +msgstr "" + +#: ../app/actions/buffers-actions.c:64 +msgid "_Delete Buffer" +msgstr "" + +#: ../app/actions/buffers-actions.c:65 +msgid "Delete the selected buffer" +msgstr "" + +#: ../app/actions/channels-actions.c:44 +msgid "Channels Menu" +msgstr "" + +#: ../app/actions/channels-actions.c:48 +msgid "_Edit Channel Attributes..." +msgstr "" + +#: ../app/actions/channels-actions.c:49 +msgid "Edit the channel's name, color and opacity" +msgstr "" + +#: ../app/actions/channels-actions.c:54 +msgid "_New Channel..." +msgstr "" + +#: ../app/actions/channels-actions.c:55 +msgid "Create a new channel" +msgstr "" + +#: ../app/actions/channels-actions.c:60 +msgid "_New Channel" +msgstr "" + +#: ../app/actions/channels-actions.c:61 +msgid "Create a new channel with last used values" +msgstr "" + +#: ../app/actions/channels-actions.c:66 +msgid "D_uplicate Channel" +msgstr "" + +#: ../app/actions/channels-actions.c:67 +msgid "Create a duplicate of this channel and add it to the image" +msgstr "" + +#: ../app/actions/channels-actions.c:72 +msgid "_Delete Channel" +msgstr "" + +#: ../app/actions/channels-actions.c:73 +msgid "Delete this channel" +msgstr "" + +#: ../app/actions/channels-actions.c:78 +msgid "_Raise Channel" +msgstr "" + +#: ../app/actions/channels-actions.c:79 +msgid "Raise this channel one step in the channel stack" +msgstr "" + +#: ../app/actions/channels-actions.c:84 +msgid "Raise Channel to _Top" +msgstr "" + +#: ../app/actions/channels-actions.c:85 +msgid "Raise this channel to the top of the channel stack" +msgstr "" + +#: ../app/actions/channels-actions.c:90 +msgid "_Lower Channel" +msgstr "" + +#: ../app/actions/channels-actions.c:91 +msgid "Lower this channel one step in the channel stack" +msgstr "" + +#: ../app/actions/channels-actions.c:96 +msgid "Lower Channel to _Bottom" +msgstr "" + +#: ../app/actions/channels-actions.c:97 +msgid "Lower this channel to the bottom of the channel stack" +msgstr "" + +#: ../app/actions/channels-actions.c:105 +msgid "Channel to Sele_ction" +msgstr "" + +#: ../app/actions/channels-actions.c:106 +msgid "Replace the selection with this channel" +msgstr "" + +#: ../app/actions/channels-actions.c:111 +#: ../app/actions/layers-actions.c:266 +#: ../app/actions/vectors-actions.c:173 +msgid "_Add to Selection" +msgstr "" + +#: ../app/actions/channels-actions.c:112 +msgid "Add this channel to the current selection" +msgstr "" + +#: ../app/actions/channels-actions.c:117 +#: ../app/actions/layers-actions.c:272 +#: ../app/actions/layers-actions.c:299 +#: ../app/actions/layers-actions.c:326 +#: ../app/actions/vectors-actions.c:179 +msgid "_Subtract from Selection" +msgstr "" + +#: ../app/actions/channels-actions.c:118 +msgid "Subtract this channel from the current selection" +msgstr "" + +#: ../app/actions/channels-actions.c:123 +#: ../app/actions/layers-actions.c:278 +#: ../app/actions/layers-actions.c:305 +#: ../app/actions/layers-actions.c:332 +#: ../app/actions/vectors-actions.c:185 +msgid "_Intersect with Selection" +msgstr "" + +#: ../app/actions/channels-actions.c:124 +msgid "Intersect this channel with the current selection" +msgstr "" + +#: ../app/actions/channels-commands.c:85 +#: ../app/actions/channels-commands.c:393 +msgid "Channel Attributes" +msgstr "" + +#: ../app/actions/channels-commands.c:88 +msgid "Edit Channel Attributes" +msgstr "" + +#: ../app/actions/channels-commands.c:90 +msgid "Edit Channel Color" +msgstr "" + +#: ../app/actions/channels-commands.c:91 +#: ../app/actions/channels-commands.c:123 +msgid "_Fill opacity:" +msgstr "" + +#: ../app/actions/channels-commands.c:116 +#: ../app/actions/channels-commands.c:117 +#: ../app/actions/channels-commands.c:159 +#: ../app/actions/channels-commands.c:163 +#: ../app/widgets/gimpchanneltreeview.c:316 +msgid "New Channel" +msgstr "" + +#: ../app/actions/channels-commands.c:120 +msgid "New Channel Options" +msgstr "" + +#: ../app/actions/channels-commands.c:122 +msgid "New Channel Color" +msgstr "" + +#: ../app/actions/channels-commands.c:243 +#: ../app/display/gimpdisplayshell-dnd.c:584 +#: ../app/widgets/gimpchanneltreeview.c:249 +#: ../app/widgets/gimplayertreeview.c:773 +#: ../app/widgets/gimptoolbox-dnd.c:313 +#, c-format +msgid "%s Channel Copy" +msgstr "" + +#: ../app/actions/channels-commands.c:307 +#: ../app/core/gimpselection.c:549 +#: ../app/pdb/selection-cmds.c:454 +#: ../app/pdb/selection-cmds.c:521 +msgid "Channel to Selection" +msgstr "" + +#: ../app/actions/colormap-actions.c:44 +msgid "Colormap Menu" +msgstr "" + +#: ../app/actions/colormap-actions.c:48 +#: ../app/actions/palette-editor-actions.c:48 +msgid "_Edit Color..." +msgstr "" + +#: ../app/actions/colormap-actions.c:49 +#: ../app/actions/palette-editor-actions.c:49 +msgid "Edit color" +msgstr "" + +#: ../app/actions/colormap-actions.c:57 +msgid "_Add Color from FG" +msgstr "" + +#: ../app/actions/colormap-actions.c:58 +msgid "Add current foreground color" +msgstr "" + +#: ../app/actions/colormap-actions.c:63 +msgid "_Add Color from BG" +msgstr "" + +#: ../app/actions/colormap-actions.c:64 +msgid "Add current background color" +msgstr "" + +#: ../app/actions/colormap-commands.c:73 +#, c-format +msgid "Edit colormap entry #%d" +msgstr "" + +#: ../app/actions/colormap-commands.c:80 +msgid "Edit Colormap Entry" +msgstr "" + +#: ../app/actions/config-actions.c:39 +msgid "Use _GEGL" +msgstr "" + +#: ../app/actions/config-actions.c:40 +msgid "If possible, use GEGL for image processing" +msgstr "" + +#: ../app/actions/context-actions.c:46 +msgid "_Context" +msgstr "" + +#: ../app/actions/context-actions.c:47 +#: ../app/actions/image-actions.c:59 +msgid "_Colors" +msgstr "Тү_стер" + +#: ../app/actions/context-actions.c:48 +#: ../app/actions/layers-actions.c:58 +msgid "_Opacity" +msgstr "_Мөлдірлілігі" + +#: ../app/actions/context-actions.c:49 +msgid "Paint _Mode" +msgstr "" + +#: ../app/actions/context-actions.c:50 +msgid "_Tool" +msgstr "" + +#: ../app/actions/context-actions.c:51 +#: ../app/dialogs/preferences-dialog.c:1940 +msgid "_Brush" +msgstr "" + +#: ../app/actions/context-actions.c:52 +#: ../app/actions/plug-in-actions.c:99 +#: ../app/dialogs/preferences-dialog.c:1943 +msgid "_Pattern" +msgstr "" + +#: ../app/actions/context-actions.c:53 +msgid "_Palette" +msgstr "_Палитра" + +#: ../app/actions/context-actions.c:54 +#: ../app/dialogs/palette-import-dialog.c:216 +#: ../app/dialogs/preferences-dialog.c:1946 +msgid "_Gradient" +msgstr "Гр_адиент" + +#: ../app/actions/context-actions.c:55 +msgid "_Font" +msgstr "Қа_ріп" + +#: ../app/actions/context-actions.c:57 +msgid "_Shape" +msgstr "" + +#: ../app/actions/context-actions.c:58 +msgid "_Radius" +msgstr "" + +#: ../app/actions/context-actions.c:59 +msgid "S_pikes" +msgstr "" + +#: ../app/actions/context-actions.c:60 +msgid "_Hardness" +msgstr "" + +#: ../app/actions/context-actions.c:61 +msgid "_Aspect" +msgstr "" + +#: ../app/actions/context-actions.c:62 +msgid "A_ngle" +msgstr "" + +#: ../app/actions/context-actions.c:65 +msgid "_Default Colors" +msgstr "" + +#: ../app/actions/context-actions.c:66 +msgid "Set foreground color to black, background color to white" +msgstr "" + +#: ../app/actions/context-actions.c:71 +msgid "S_wap Colors" +msgstr "" + +#: ../app/actions/context-actions.c:72 +msgid "Exchange foreground and background colors" +msgstr "" + +#: ../app/actions/cursor-info-actions.c:40 +msgid "Pointer Information Menu" +msgstr "" + +#: ../app/actions/cursor-info-actions.c:47 +#: ../app/actions/sample-points-actions.c:47 +#: ../app/widgets/gimpcursorview.c:192 +msgid "_Sample Merged" +msgstr "" + +#: ../app/actions/cursor-info-actions.c:48 +#: ../app/actions/sample-points-actions.c:48 +msgid "Sample Merged" +msgstr "" + +#: ../app/actions/data-commands.c:107 +#: ../app/actions/documents-commands.c:344 +#: ../app/actions/file-commands.c:184 +#: ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 +#: ../app/dialogs/file-open-location-dialog.c:213 +#: ../app/dialogs/file-open-location-dialog.c:225 +#: ../app/display/gimpdisplayshell-dnd.c:537 +#: ../app/widgets/gimplayertreeview.c:730 +#: ../app/widgets/gimptoolbox-dnd.c:158 +#: ../app/widgets/gimptoolbox.c:981 +#, c-format +msgid "" +"Opening '%s' failed:\n" +"\n" +"%s" +msgstr "" + +#: ../app/actions/data-commands.c:133 +#: ../app/core/gimpbrushgenerated-load.c:125 +#: ../app/core/gimpimage.c:1419 +#: ../app/core/gimppalette-import.c:211 +#: ../app/core/gimppalette-load.c:222 +#: ../app/core/gimppalette.c:333 +#: ../app/dialogs/palette-import-dialog.c:774 +#: ../app/pdb/image-cmds.c:2198 +#: ../app/widgets/gimpdnd-xds.c:92 +msgid "Untitled" +msgstr "Атаусыз" + +#: ../app/actions/data-commands.c:231 +msgid "Delete Object" +msgstr "Объектті өшіру" + +#: ../app/actions/data-commands.c:254 +#, c-format +msgid "Delete '%s'?" +msgstr "'%s' өшіру керек пе?" + +#: ../app/actions/data-commands.c:257 +#, c-format +msgid "Are you sure you want to remove '%s' from the list and delete it on disk?" +msgstr "" + +#: ../app/actions/dialogs-actions.c:39 +msgid "Tool _Options" +msgstr "" + +#: ../app/actions/dialogs-actions.c:40 +msgid "Open the tool options dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:45 +msgid "_Device Status" +msgstr "" + +#: ../app/actions/dialogs-actions.c:46 +msgid "Open the device status dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:51 +msgid "_Layers" +msgstr "Қа_баттар" + +#: ../app/actions/dialogs-actions.c:52 +msgid "Open the layers dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:57 +msgid "_Channels" +msgstr "Ар_налар" + +#: ../app/actions/dialogs-actions.c:58 +msgid "Open the channels dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:63 +msgid "_Paths" +msgstr "Ж_олдар" + +#: ../app/actions/dialogs-actions.c:64 +msgid "Open the paths dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:69 +msgid "Color_map" +msgstr "" + +#: ../app/actions/dialogs-actions.c:70 +msgid "Open the colormap dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:75 +msgid "Histogra_m" +msgstr "" + +#: ../app/actions/dialogs-actions.c:76 +msgid "Open the histogram dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:81 +msgid "_Selection Editor" +msgstr "" + +#: ../app/actions/dialogs-actions.c:82 +msgid "Open the selection editor" +msgstr "" + +#: ../app/actions/dialogs-actions.c:87 +msgid "Na_vigation" +msgstr "" + +#: ../app/actions/dialogs-actions.c:88 +msgid "Open the display navigation dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:93 +msgid "Undo _History" +msgstr "" + +#: ../app/actions/dialogs-actions.c:94 +msgid "Open the undo history dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:99 +#: ../app/dialogs/dialogs.c:150 +msgid "Pointer" +msgstr "" + +#: ../app/actions/dialogs-actions.c:100 +msgid "Open the pointer information dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:105 +msgid "_Sample Points" +msgstr "" + +#: ../app/actions/dialogs-actions.c:106 +msgid "Open the sample points dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:111 +msgid "Colo_rs" +msgstr "" + +#: ../app/actions/dialogs-actions.c:112 +msgid "Open the FG/BG color dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:117 +msgid "_Brushes" +msgstr "" + +#: ../app/actions/dialogs-actions.c:118 +msgid "Open the brushes dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:124 +msgid "Open the brush editor" +msgstr "" + +#: ../app/actions/dialogs-actions.c:129 +msgid "P_atterns" +msgstr "" + +#: ../app/actions/dialogs-actions.c:130 +msgid "Open the patterns dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:135 +msgid "_Gradients" +msgstr "" + +#: ../app/actions/dialogs-actions.c:136 +msgid "Open the gradients dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:142 +msgid "Open the gradient editor" +msgstr "" + +#: ../app/actions/dialogs-actions.c:147 +msgid "Pal_ettes" +msgstr "" + +#: ../app/actions/dialogs-actions.c:148 +msgid "Open the palettes dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:154 +msgid "Open the palette editor" +msgstr "" + +#: ../app/actions/dialogs-actions.c:159 +msgid "_Fonts" +msgstr "Қ_аріптер" + +#: ../app/actions/dialogs-actions.c:160 +msgid "Open the fonts dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:165 +msgid "B_uffers" +msgstr "" + +#: ../app/actions/dialogs-actions.c:166 +msgid "Open the named buffers dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:171 +msgid "_Images" +msgstr "Сур_еттер" + +#: ../app/actions/dialogs-actions.c:172 +msgid "Open the images dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:177 +msgid "Document Histor_y" +msgstr "" + +#: ../app/actions/dialogs-actions.c:178 +msgid "Open the document history dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:183 +#, fuzzy +msgid "_Templates" +msgstr "Үлгілер" + +#: ../app/actions/dialogs-actions.c:184 +msgid "Open the image templates dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:189 +msgid "T_ools" +msgstr "" + +#: ../app/actions/dialogs-actions.c:190 +msgid "Open the tools dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:195 +msgid "Error Co_nsole" +msgstr "" + +#: ../app/actions/dialogs-actions.c:196 +msgid "Open the error console" +msgstr "" + +#: ../app/actions/dialogs-actions.c:206 +msgid "_Preferences" +msgstr "Қа_лаулар" + +#: ../app/actions/dialogs-actions.c:207 +msgid "Open the preferences dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:212 +msgid "_Keyboard Shortcuts" +msgstr "П_ернетақта жарлықтары" + +#: ../app/actions/dialogs-actions.c:213 +msgid "Open the keyboard shortcuts editor" +msgstr "" + +#: ../app/actions/dialogs-actions.c:218 +msgid "_Modules" +msgstr "Моду_льдер" + +#: ../app/actions/dialogs-actions.c:219 +msgid "Open the module manager dialog" +msgstr "" + +#: ../app/actions/dialogs-actions.c:224 +msgid "_Tip of the Day" +msgstr "" + +#: ../app/actions/dialogs-actions.c:225 +msgid "Show some helpful tips on using GIMP" +msgstr "" + +#: ../app/actions/dialogs-actions.c:230 +msgid "_About" +msgstr "О_сы туралы" + +#: ../app/actions/dialogs-actions.c:231 +#: ../app/dialogs/about-dialog.c:114 +#: ../app/gui/gui.c:479 +msgid "About GIMP" +msgstr "" + +#: ../app/actions/dock-actions.c:43 +msgid "M_ove to Screen" +msgstr "" + +#: ../app/actions/dock-actions.c:47 +msgid "Close Dock" +msgstr "" + +#: ../app/actions/dock-actions.c:52 +#: ../app/actions/view-actions.c:123 +msgid "_Open Display..." +msgstr "" + +#: ../app/actions/dock-actions.c:53 +#: ../app/actions/view-actions.c:124 +msgid "Connect to another display" +msgstr "" + +#: ../app/actions/dock-actions.c:61 +msgid "_Show Image Selection" +msgstr "" + +#: ../app/actions/dock-actions.c:67 +msgid "Auto _Follow Active Image" +msgstr "" + +#: ../app/actions/dockable-actions.c:49 +msgid "Dialogs Menu" +msgstr "" + +#: ../app/actions/dockable-actions.c:53 +msgid "_Add Tab" +msgstr "" + +#: ../app/actions/dockable-actions.c:54 +msgid "_Preview Size" +msgstr "" + +#: ../app/actions/dockable-actions.c:55 +msgid "_Tab Style" +msgstr "" + +#: ../app/actions/dockable-actions.c:58 +msgid "_Close Tab" +msgstr "Бетті _жабу" + +#: ../app/actions/dockable-actions.c:63 +msgid "_Detach Tab" +msgstr "Бетті бө_ліп жіберу" + +#: ../app/actions/dockable-actions.c:81 +msgid "_Tiny" +msgstr "" + +#: ../app/actions/dockable-actions.c:82 +msgid "E_xtra Small" +msgstr "" + +#: ../app/actions/dockable-actions.c:83 +msgid "_Small" +msgstr "_Кіші" + +#: ../app/actions/dockable-actions.c:84 +msgid "_Medium" +msgstr "О_рташа" + +#: ../app/actions/dockable-actions.c:85 +msgid "_Large" +msgstr "Ү_лкен" + +#: ../app/actions/dockable-actions.c:86 +msgid "Ex_tra Large" +msgstr "" + +#: ../app/actions/dockable-actions.c:87 +msgid "_Huge" +msgstr "" + +#: ../app/actions/dockable-actions.c:88 +msgid "_Enormous" +msgstr "" + +#: ../app/actions/dockable-actions.c:89 +msgid "_Gigantic" +msgstr "" + +#: ../app/actions/dockable-actions.c:94 +msgid "_Icon" +msgstr "Таңба_ша" + +#: ../app/actions/dockable-actions.c:95 +msgid "Current _Status" +msgstr "" + +#: ../app/actions/dockable-actions.c:96 +msgid "_Text" +msgstr "Мә_тін" + +#: ../app/actions/dockable-actions.c:97 +msgid "I_con & Text" +msgstr "" + +#: ../app/actions/dockable-actions.c:98 +msgid "St_atus & Text" +msgstr "" + +#: ../app/actions/dockable-actions.c:108 +msgid "Loc_k Tab to Dock" +msgstr "" + +#: ../app/actions/dockable-actions.c:109 +msgid "Protect this tab from being dragged with the mouse pointer" +msgstr "" + +#: ../app/actions/dockable-actions.c:115 +msgid "Show _Button Bar" +msgstr "" + +#: ../app/actions/dockable-actions.c:124 +msgid "View as _List" +msgstr "" + +#: ../app/actions/dockable-actions.c:129 +msgid "View as _Grid" +msgstr "" + +#: ../app/actions/documents-actions.c:42 +msgid "Documents Menu" +msgstr "" + +#: ../app/actions/documents-actions.c:46 +msgid "_Open Image" +msgstr "Сурет_ті ашу" + +#: ../app/actions/documents-actions.c:47 +msgid "Open the selected entry" +msgstr "" + +#: ../app/actions/documents-actions.c:52 +msgid "_Raise or Open Image" +msgstr "" + +#: ../app/actions/documents-actions.c:53 +msgid "Raise window if already open" +msgstr "" + +#: ../app/actions/documents-actions.c:58 +msgid "File Open _Dialog" +msgstr "" + +#: ../app/actions/documents-actions.c:59 +msgid "Open image dialog" +msgstr "" + +#: ../app/actions/documents-actions.c:64 +msgid "Copy Image _Location" +msgstr "" + +#: ../app/actions/documents-actions.c:65 +msgid "Copy image location to clipboard" +msgstr "" + +#: ../app/actions/documents-actions.c:70 +msgid "Remove _Entry" +msgstr "" + +#: ../app/actions/documents-actions.c:71 +msgid "Remove the selected entry" +msgstr "" + +#: ../app/actions/documents-actions.c:76 +msgid "_Clear History" +msgstr "Тар_ихты тазарту" + +#: ../app/actions/documents-actions.c:77 +msgid "Clear the entire document history" +msgstr "" + +#: ../app/actions/documents-actions.c:82 +msgid "Recreate _Preview" +msgstr "" + +#: ../app/actions/documents-actions.c:83 +msgid "Recreate preview" +msgstr "" + +#: ../app/actions/documents-actions.c:88 +msgid "Reload _all Previews" +msgstr "" + +#: ../app/actions/documents-actions.c:89 +msgid "Reload all previews" +msgstr "" + +#: ../app/actions/documents-actions.c:94 +msgid "Remove Dangling E_ntries" +msgstr "" + +#: ../app/actions/documents-actions.c:95 +msgid "Remove dangling entries" +msgstr "" + +#: ../app/actions/documents-commands.c:198 +msgid "Clear Document History" +msgstr "" + +#: ../app/actions/documents-commands.c:221 +msgid "Clear the Recent Documents list?" +msgstr "" + +#: ../app/actions/documents-commands.c:224 +msgid "Clearing the document history will permanently remove all items from the recent documents list in all applications." +msgstr "" + +#: ../app/actions/drawable-actions.c:45 +msgid "_Equalize" +msgstr "" + +#: ../app/actions/drawable-actions.c:46 +msgid "Automatic contrast enhancement" +msgstr "" + +#: ../app/actions/drawable-actions.c:51 +msgid "In_vert" +msgstr "" + +#: ../app/actions/drawable-actions.c:52 +msgid "Invert the colors" +msgstr "" + +#: ../app/actions/drawable-actions.c:57 +msgid "_White Balance" +msgstr "" + +#: ../app/actions/drawable-actions.c:58 +msgid "Automatic white balance correction" +msgstr "" + +#: ../app/actions/drawable-actions.c:63 +msgid "_Offset..." +msgstr "" + +#: ../app/actions/drawable-actions.c:64 +msgid "Shift the pixels, optionally wrapping them at the borders" +msgstr "" + +#: ../app/actions/drawable-actions.c:72 +#: ../app/actions/vectors-actions.c:153 +msgid "_Linked" +msgstr "" + +#: ../app/actions/drawable-actions.c:73 +msgid "Toggle the linked state" +msgstr "" + +#: ../app/actions/drawable-actions.c:79 +#: ../app/actions/vectors-actions.c:147 +msgid "_Visible" +msgstr "_Көрінетін" + +#: ../app/actions/drawable-actions.c:80 +msgid "Toggle visibility" +msgstr "" + +#: ../app/actions/drawable-actions.c:89 +#: ../app/actions/image-actions.c:159 +msgid "Flip _Horizontally" +msgstr "_Горизонталды айналдыру" + +#: ../app/actions/drawable-actions.c:90 +msgid "Flip horizontally" +msgstr "Горизонталды айналдыру" + +#: ../app/actions/drawable-actions.c:95 +#: ../app/actions/image-actions.c:165 +msgid "Flip _Vertically" +msgstr "_Вертикалды айналдыру" + +#: ../app/actions/drawable-actions.c:96 +msgid "Flip vertically" +msgstr "Вертикалды айналдыру" + +#: ../app/actions/drawable-actions.c:104 +#: ../app/actions/image-actions.c:174 +msgid "Rotate 90° _clockwise" +msgstr "" + +#: ../app/actions/drawable-actions.c:105 +msgid "Rotate 90 degrees to the right" +msgstr "" + +#: ../app/actions/drawable-actions.c:110 +#: ../app/actions/image-actions.c:180 +msgid "Rotate _180°" +msgstr "" + +#: ../app/actions/drawable-actions.c:111 +msgid "Turn upside-down" +msgstr "" + +#: ../app/actions/drawable-actions.c:116 +#: ../app/actions/image-actions.c:186 +msgid "Rotate 90° counter-clock_wise" +msgstr "" + +#: ../app/actions/drawable-actions.c:117 +msgid "Rotate 90 degrees to the left" +msgstr "" + +#: ../app/actions/drawable-commands.c:62 +msgid "Equalize does not operate on indexed layers." +msgstr "" + +#: ../app/actions/drawable-commands.c:85 +msgid "Invert does not operate on indexed layers." +msgstr "" + +#: ../app/actions/drawable-commands.c:108 +msgid "White Balance operates only on RGB color layers." +msgstr "" + +#: ../app/actions/edit-actions.c:63 +msgid "_Edit" +msgstr "Тү_зету" + +#: ../app/actions/edit-actions.c:64 +msgid "_Paste as" +msgstr "" + +#: ../app/actions/edit-actions.c:65 +msgid "_Buffer" +msgstr "" + +#: ../app/actions/edit-actions.c:68 +msgid "Undo History Menu" +msgstr "" + +#: ../app/actions/edit-actions.c:72 +#: ../app/actions/edit-actions.c:313 +msgid "_Undo" +msgstr "Бол_дырмау" + +#: ../app/actions/edit-actions.c:73 +msgid "Undo the last operation" +msgstr "Соңғы әрекетті болдырмау" + +#: ../app/actions/edit-actions.c:78 +#: ../app/actions/edit-actions.c:314 +msgid "_Redo" +msgstr "Қа_йталау" + +#: ../app/actions/edit-actions.c:79 +msgid "Redo the last operation that was undone" +msgstr "" + +#: ../app/actions/edit-actions.c:84 +msgid "Strong Undo" +msgstr "" + +#: ../app/actions/edit-actions.c:85 +msgid "Undo the last operation, skipping visibility changes" +msgstr "" + +#: ../app/actions/edit-actions.c:90 +msgid "Strong Redo" +msgstr "" + +#: ../app/actions/edit-actions.c:91 +msgid "Redo the last operation that was undone, skipping visibility changes" +msgstr "" + +#: ../app/actions/edit-actions.c:96 +msgid "_Clear Undo History" +msgstr "" + +#: ../app/actions/edit-actions.c:97 +msgid "Remove all operations from the undo history" +msgstr "" + +#: ../app/actions/edit-actions.c:102 +#: ../app/actions/edit-actions.c:315 +msgid "_Fade..." +msgstr "" + +#: ../app/actions/edit-actions.c:103 +msgid "Modify paint mode and opacity of the last pixel manipulation" +msgstr "" + +#: ../app/actions/edit-actions.c:108 +msgid "Cu_t" +msgstr "Қ_иып алу" + +#: ../app/actions/edit-actions.c:109 +msgid "Move the selected pixels to the clipboard" +msgstr "" + +#: ../app/actions/edit-actions.c:114 +msgid "_Copy" +msgstr "_Көшіру" + +#: ../app/actions/edit-actions.c:115 +msgid "Copy the selected pixels to the clipboard" +msgstr "" + +#. GIMP_STOCK_COPY_VISIBLE, +#: ../app/actions/edit-actions.c:120 +msgid "Copy _Visible" +msgstr "" + +#: ../app/actions/edit-actions.c:121 +msgid "Copy what is visible in the selected region" +msgstr "" + +#: ../app/actions/edit-actions.c:126 +msgid "_Paste" +msgstr "Кірі_стіру" + +#: ../app/actions/edit-actions.c:127 +msgid "Paste the content of the clipboard" +msgstr "" + +#: ../app/actions/edit-actions.c:132 +msgid "Paste _Into" +msgstr "" + +#: ../app/actions/edit-actions.c:133 +msgid "Paste the content of the clipboard into the current selection" +msgstr "" + +#: ../app/actions/edit-actions.c:138 +msgid "From _Clipboard" +msgstr "" + +#: ../app/actions/edit-actions.c:139 +#: ../app/actions/edit-actions.c:145 +msgid "Create a new image from the content of the clipboard" +msgstr "" + +#: ../app/actions/edit-actions.c:144 +msgid "_New Image" +msgstr "" + +#: ../app/actions/edit-actions.c:150 +msgid "New _Layer" +msgstr "" + +#: ../app/actions/edit-actions.c:151 +msgid "Create a new layer from the content of the clipboard" +msgstr "" + +#: ../app/actions/edit-actions.c:156 +msgid "Cu_t Named..." +msgstr "" + +#: ../app/actions/edit-actions.c:157 +msgid "Move the selected pixels to a named buffer" +msgstr "" + +#: ../app/actions/edit-actions.c:162 +msgid "_Copy Named..." +msgstr "" + +#: ../app/actions/edit-actions.c:163 +msgid "Copy the selected pixels to a named buffer" +msgstr "" + +#. GIMP_STOCK_COPY_VISIBLE, +#: ../app/actions/edit-actions.c:168 +msgid "Copy _Visible Named..." +msgstr "" + +#: ../app/actions/edit-actions.c:169 +msgid "Copy the selected region to a named buffer" +msgstr "" + +#: ../app/actions/edit-actions.c:174 +msgid "_Paste Named..." +msgstr "" + +#: ../app/actions/edit-actions.c:175 +msgid "Paste the content of a named buffer" +msgstr "" + +#: ../app/actions/edit-actions.c:180 +msgid "Cl_ear" +msgstr "Та_зарту" + +#: ../app/actions/edit-actions.c:181 +msgid "Clear the selected pixels" +msgstr "" + +#: ../app/actions/edit-actions.c:189 +msgid "Fill with _FG Color" +msgstr "" + +#: ../app/actions/edit-actions.c:190 +msgid "Fill the selection using the foreground color" +msgstr "" + +#: ../app/actions/edit-actions.c:195 +msgid "Fill with B_G Color" +msgstr "" + +#: ../app/actions/edit-actions.c:196 +msgid "Fill the selection using the background color" +msgstr "" + +#: ../app/actions/edit-actions.c:201 +msgid "Fill with P_attern" +msgstr "" + +#: ../app/actions/edit-actions.c:202 +msgid "Fill the selection using the active pattern" +msgstr "" + +#: ../app/actions/edit-actions.c:279 +#, c-format +msgid "_Undo %s" +msgstr "%s _болдырмау" + +#: ../app/actions/edit-actions.c:286 +#, c-format +msgid "_Redo %s" +msgstr "%s қа_йталау" + +#: ../app/actions/edit-actions.c:301 +#, c-format +msgid "_Fade %s..." +msgstr "" + +#: ../app/actions/edit-commands.c:134 +msgid "Clear Undo History" +msgstr "" + +#: ../app/actions/edit-commands.c:160 +msgid "Really clear image's undo history?" +msgstr "" + +#: ../app/actions/edit-commands.c:172 +#, c-format +msgid "Clearing the undo history of this image will gain %s of memory." +msgstr "" + +#: ../app/actions/edit-commands.c:201 +msgid "Cut pixels to the clipboard" +msgstr "" + +#: ../app/actions/edit-commands.c:228 +#: ../app/actions/edit-commands.c:254 +msgid "Copied pixels to the clipboard" +msgstr "" + +#: ../app/actions/edit-commands.c:315 +#: ../app/actions/edit-commands.c:349 +#: ../app/actions/edit-commands.c:525 +msgid "There is no image data in the clipboard to paste." +msgstr "" + +#: ../app/actions/edit-commands.c:338 +#: ../app/core/gimpbrushclipboard.c:181 +#: ../app/core/gimppatternclipboard.c:181 +#: ../app/widgets/gimpclipboard.c:296 +msgid "Clipboard" +msgstr "Алмасу буфері" + +#: ../app/actions/edit-commands.c:363 +msgid "Cut Named" +msgstr "" + +#: ../app/actions/edit-commands.c:366 +#: ../app/actions/edit-commands.c:407 +#: ../app/actions/edit-commands.c:427 +msgid "Enter a name for this buffer" +msgstr "" + +#: ../app/actions/edit-commands.c:404 +msgid "Copy Named" +msgstr "" + +#: ../app/actions/edit-commands.c:424 +msgid "Copy Visible Named " +msgstr "" + +#: ../app/actions/edit-commands.c:542 +msgid "There is no active layer or channel to cut from." +msgstr "" + +#: ../app/actions/edit-commands.c:547 +#: ../app/actions/edit-commands.c:579 +#: ../app/actions/edit-commands.c:603 +msgid "(Unnamed Buffer)" +msgstr "" + +#: ../app/actions/edit-commands.c:574 +msgid "There is no active layer or channel to copy from." +msgstr "" + +#: ../app/actions/error-console-actions.c:40 +msgid "Error Console Menu" +msgstr "" + +#: ../app/actions/error-console-actions.c:44 +msgid "_Clear" +msgstr "Та_зарту" + +#: ../app/actions/error-console-actions.c:45 +msgid "Clear error console" +msgstr "" + +#: ../app/actions/error-console-actions.c:50 +msgid "Select _All" +msgstr "Б_арлығын таңдау" + +#: ../app/actions/error-console-actions.c:51 +msgid "Select all errors" +msgstr "" + +#: ../app/actions/error-console-actions.c:59 +msgid "_Save Error Log to File..." +msgstr "" + +#: ../app/actions/error-console-actions.c:60 +msgid "Save error log" +msgstr "" + +#: ../app/actions/error-console-actions.c:65 +msgid "Save S_election to File..." +msgstr "" + +#: ../app/actions/error-console-actions.c:66 +msgid "Save selection" +msgstr "" + +#: ../app/actions/error-console-commands.c:84 +msgid "Cannot save. Nothing is selected." +msgstr "" + +#: ../app/actions/error-console-commands.c:95 +msgid "Save Error Log to File" +msgstr "" + +#: ../app/actions/error-console-commands.c:156 +#, c-format +msgid "" +"Error writing file '%s':\n" +"%s" +msgstr "" + +#: ../app/actions/file-actions.c:66 +msgid "_File" +msgstr "_Файл" + +#: ../app/actions/file-actions.c:67 +msgid "Create" +msgstr "Жасау" + +#: ../app/actions/file-actions.c:68 +msgid "Open _Recent" +msgstr "Соңғы_сын ашу" + +#: ../app/actions/file-actions.c:71 +msgid "_Open..." +msgstr "А_шу..." + +#: ../app/actions/file-actions.c:72 +msgid "Open an image file" +msgstr "" + +#: ../app/actions/file-actions.c:77 +msgid "Op_en as Layers..." +msgstr "" + +#: ../app/actions/file-actions.c:78 +msgid "Open an image file as layers" +msgstr "" + +#: ../app/actions/file-actions.c:83 +msgid "Open _Location..." +msgstr "Жо_лды ашу..." + +#: ../app/actions/file-actions.c:84 +msgid "Open an image file from a specified location" +msgstr "" + +#: ../app/actions/file-actions.c:89 +msgid "Save as _Template..." +msgstr "" + +#: ../app/actions/file-actions.c:90 +msgid "Create a new template from this image" +msgstr "" + +#: ../app/actions/file-actions.c:95 +msgid "Re_vert" +msgstr "" + +#: ../app/actions/file-actions.c:96 +msgid "Reload the image file from disk" +msgstr "" + +#: ../app/actions/file-actions.c:101 +msgid "Close all" +msgstr "Барлығын жабу" + +#: ../app/actions/file-actions.c:102 +msgid "Close all opened images" +msgstr "" + +#: ../app/actions/file-actions.c:107 +msgid "_Quit" +msgstr "_Шығу" + +#: ../app/actions/file-actions.c:108 +msgid "Quit the GNU Image Manipulation Program" +msgstr "" + +#: ../app/actions/file-actions.c:116 +msgid "_Save" +msgstr "_Сақтау" + +#: ../app/actions/file-actions.c:117 +msgid "Save this image" +msgstr "" + +#: ../app/actions/file-actions.c:122 +msgid "Save _As..." +msgstr "Қала_йша сақтау..." + +#: ../app/actions/file-actions.c:123 +msgid "Save this image with a different name" +msgstr "" + +#: ../app/actions/file-actions.c:128 +msgid "Save a Cop_y..." +msgstr "" + +#: ../app/actions/file-actions.c:129 +msgid "Save this image with a different name, but keep its current name" +msgstr "" + +#: ../app/actions/file-actions.c:134 +msgid "Save and Close..." +msgstr "" + +#: ../app/actions/file-actions.c:135 +msgid "Save this image and close its window" +msgstr "" + +#: ../app/actions/file-commands.c:104 +#: ../app/actions/file-commands.c:456 +#: ../app/dialogs/file-open-dialog.c:76 +msgid "Open Image" +msgstr "Суретті ашу" + +#: ../app/actions/file-commands.c:125 +msgid "Open Image as Layers" +msgstr "" + +#: ../app/actions/file-commands.c:266 +msgid "Saving canceled" +msgstr "" + +#: ../app/actions/file-commands.c:275 +#: ../app/dialogs/file-save-dialog.c:513 +#: ../app/widgets/gimpdnd-xds.c:173 +#, c-format +msgid "" +"Saving '%s' failed:\n" +"\n" +"%s" +msgstr "" + +#: ../app/actions/file-commands.c:300 +msgid "No changes need to be saved" +msgstr "" + +#: ../app/actions/file-commands.c:307 +#: ../app/dialogs/file-save-dialog.c:88 +msgid "Save Image" +msgstr "Суретті сақтау" + +#: ../app/actions/file-commands.c:313 +msgid "Save a Copy of the Image" +msgstr "" + +#: ../app/actions/file-commands.c:333 +msgid "Create New Template" +msgstr "" + +#: ../app/actions/file-commands.c:337 +msgid "Enter a name for this template" +msgstr "" + +#: ../app/actions/file-commands.c:363 +msgid "Revert failed. No file name associated with this image." +msgstr "" + +#: ../app/actions/file-commands.c:376 +msgid "Revert Image" +msgstr "" + +#: ../app/actions/file-commands.c:402 +#, c-format +msgid "Revert '%s' to '%s'?" +msgstr "" + +#: ../app/actions/file-commands.c:408 +msgid "By reverting the image to the state saved on disk, you will lose all changes, including all undo information." +msgstr "" + +#: ../app/actions/file-commands.c:563 +msgid "(Unnamed Template)" +msgstr "" + +#: ../app/actions/file-commands.c:611 +#, c-format +msgid "" +"Reverting to '%s' failed:\n" +"\n" +"%s" +msgstr "" + +#: ../app/actions/fonts-actions.c:44 +msgid "Fonts Menu" +msgstr "" + +#: ../app/actions/fonts-actions.c:48 +msgid "_Rescan Font List" +msgstr "" + +#: ../app/actions/fonts-actions.c:49 +msgid "Rescan font list" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:46 +msgid "Gradient Editor Menu" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:50 +msgid "Left Color Type" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:52 +msgid "_Load Left Color From" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:54 +msgid "_Save Left Color To" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:57 +msgid "Right Color Type" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:59 +msgid "Load Right Color Fr_om" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:61 +msgid "Sa_ve Right Color To" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:67 +msgid "L_eft Endpoint's Color..." +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:72 +msgid "R_ight Endpoint's Color..." +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:112 +msgid "Ble_nd Endpoints' Colors" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:117 +msgid "Blend Endpoints' Opacit_y" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:125 +msgid "Edit Active Gradient" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:156 +msgid "_Left Neighbor's Right Endpoint" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:161 +msgid "_Right Endpoint" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:166 +#: ../app/actions/gradient-editor-actions.c:214 +msgid "_Foreground Color" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:171 +#: ../app/actions/gradient-editor-actions.c:219 +#: ../app/actions/gradient-editor-actions.c:273 +#: ../app/actions/gradient-editor-actions.c:301 +msgid "_Background Color" +msgstr "_Фон түсі" + +#: ../app/actions/gradient-editor-actions.c:204 +msgid "_Right Neighbor's Left Endpoint" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:209 +msgid "_Left Endpoint" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:258 +#: ../app/actions/gradient-editor-actions.c:286 +msgid "_Fixed" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:263 +#: ../app/actions/gradient-editor-actions.c:291 +msgid "F_oreground Color" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:268 +#: ../app/actions/gradient-editor-actions.c:296 +msgid "Fo_reground Color (Transparent)" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:278 +#: ../app/actions/gradient-editor-actions.c:306 +msgid "B_ackground Color (Transparent)" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:314 +#, fuzzy +msgid "_Linear" +msgstr "Қалыпты" + +#: ../app/actions/gradient-editor-actions.c:319 +msgid "_Curved" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:324 +msgid "_Sinusoidal" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:329 +msgid "Spherical (i_ncreasing)" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:334 +msgid "Spherical (_decreasing)" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:339 +#: ../app/actions/gradient-editor-actions.c:362 +msgid "(Varies)" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:347 +#: ../app/actions/image-actions.c:141 +msgid "_RGB" +msgstr "_RGB" + +#: ../app/actions/gradient-editor-actions.c:352 +msgid "HSV (_counter-clockwise hue)" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:357 +msgid "HSV (clockwise _hue)" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:370 +#: ../app/actions/view-actions.c:273 +msgid "Zoom In" +msgstr "Үлкейту" + +#: ../app/actions/gradient-editor-actions.c:371 +#: ../app/actions/palette-editor-actions.c:88 +#: ../app/actions/view-actions.c:262 +#: ../app/actions/view-actions.c:274 +msgid "Zoom in" +msgstr "Үлкейту" + +#: ../app/actions/gradient-editor-actions.c:376 +#: ../app/actions/view-actions.c:267 +msgid "Zoom Out" +msgstr "Кішірейту" + +#: ../app/actions/gradient-editor-actions.c:377 +#: ../app/actions/palette-editor-actions.c:94 +#: ../app/actions/view-actions.c:256 +#: ../app/actions/view-actions.c:268 +msgid "Zoom out" +msgstr "Кішірейту" + +#: ../app/actions/gradient-editor-actions.c:382 +msgid "Zoom All" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:383 +#: ../app/actions/palette-editor-actions.c:100 +msgid "Zoom all" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:773 +msgid "_Blending Function for Segment" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:775 +msgid "Coloring _Type for Segment" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:778 +msgid "_Flip Segment" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:780 +msgid "_Replicate Segment..." +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:782 +msgid "Split Segment at _Midpoint" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:784 +msgid "Split Segment _Uniformly..." +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:786 +msgid "_Delete Segment" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:788 +msgid "Re-_center Segment's Midpoint" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:790 +msgid "Re-distribute _Handles in Segment" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:795 +msgid "_Blending Function for Selection" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:797 +msgid "Coloring _Type for Selection" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:800 +msgid "_Flip Selection" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:802 +msgid "_Replicate Selection..." +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:804 +msgid "Split Segments at _Midpoints" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:806 +msgid "Split Segments _Uniformly..." +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:808 +msgid "_Delete Selection" +msgstr "ТаңдЛемуралғанды өшіру" + +#: ../app/actions/gradient-editor-actions.c:810 +msgid "Re-_center Midpoints in Selection" +msgstr "" + +#: ../app/actions/gradient-editor-actions.c:812 +msgid "Re-distribute _Handles in Selection" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:86 +msgid "Left Endpoint Color" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:88 +msgid "Gradient Segment's Left Endpoint Color" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:237 +msgid "Right Endpoint Color" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:239 +msgid "Gradient Segment's Right Endpoint Color" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:453 +msgid "Replicate Segment" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:454 +msgid "Replicate Gradient Segment" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:458 +msgid "Replicate Selection" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:459 +msgid "Replicate Gradient Selection" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:472 +msgid "Replicate" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:492 +msgid "" +"Select the number of times\n" +"to replicate the selected segment." +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:495 +msgid "" +"Select the number of times\n" +"to replicate the selection." +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:554 +msgid "Split Segment Uniformly" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:555 +msgid "Split Gradient Segment Uniformly" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:559 +msgid "Split Segments Uniformly" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:560 +msgid "Split Gradient Segments Uniformly" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:573 +msgid "Split" +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:594 +msgid "" +"Select the number of uniform parts\n" +"in which to split the selected segment." +msgstr "" + +#: ../app/actions/gradient-editor-commands.c:597 +msgid "" +"Select the number of uniform parts\n" +"in which to split the segments in the selection." +msgstr "" + +#: ../app/actions/gradients-actions.c:44 +msgid "Gradients Menu" +msgstr "" + +#: ../app/actions/gradients-actions.c:48 +msgid "_New Gradient" +msgstr "" + +#: ../app/actions/gradients-actions.c:49 +msgid "New gradient" +msgstr "" + +#: ../app/actions/gradients-actions.c:54 +msgid "D_uplicate Gradient" +msgstr "" + +#: ../app/actions/gradients-actions.c:55 +msgid "Duplicate gradient" +msgstr "" + +#: ../app/actions/gradients-actions.c:60 +msgid "Copy Gradient _Location" +msgstr "" + +#: ../app/actions/gradients-actions.c:61 +msgid "Copy gradient file location to clipboard" +msgstr "" + +#: ../app/actions/gradients-actions.c:66 +msgid "Save as _POV-Ray..." +msgstr "" + +#: ../app/actions/gradients-actions.c:67 +msgid "Save gradient as POV-Ray" +msgstr "" + +#: ../app/actions/gradients-actions.c:72 +msgid "_Delete Gradient" +msgstr "" + +#: ../app/actions/gradients-actions.c:73 +msgid "Delete gradient" +msgstr "" + +#: ../app/actions/gradients-actions.c:78 +msgid "_Refresh Gradients" +msgstr "" + +#: ../app/actions/gradients-actions.c:79 +msgid "Refresh gradients" +msgstr "" + +#: ../app/actions/gradients-actions.c:87 +msgid "_Edit Gradient..." +msgstr "" + +#: ../app/actions/gradients-actions.c:88 +msgid "Edit gradient" +msgstr "" + +#: ../app/actions/gradients-commands.c:66 +#, c-format +msgid "Save '%s' as POV-Ray" +msgstr "" + +#: ../app/actions/help-actions.c:38 +#: ../app/actions/help-actions.c:41 +msgid "_Help" +msgstr "_Көмек" + +#: ../app/actions/help-actions.c:42 +msgid "Open the GIMP user manual" +msgstr "" + +#: ../app/actions/help-actions.c:47 +msgid "_Context Help" +msgstr "Контекст _көмегі" + +#: ../app/actions/help-actions.c:48 +msgid "Show the help for a specific user interface item" +msgstr "" + +#: ../app/actions/image-actions.c:47 +#: ../app/actions/image-actions.c:51 +msgid "Image Menu" +msgstr "" + +#: ../app/actions/image-actions.c:54 +msgid "_Image" +msgstr "_Сурет" + +#: ../app/actions/image-actions.c:55 +msgid "_Mode" +msgstr "_Режим" + +#: ../app/actions/image-actions.c:56 +#: ../app/actions/layers-actions.c:56 +msgid "_Transform" +msgstr "" + +#: ../app/actions/image-actions.c:57 +msgid "_Guides" +msgstr "" + +#: ../app/actions/image-actions.c:60 +msgid "I_nfo" +msgstr "" + +#: ../app/actions/image-actions.c:61 +#: ../app/tools/gimplevelstool.c:653 +#: ../app/tools/gimpthresholdtool.c:264 +msgid "_Auto" +msgstr "" + +#: ../app/actions/image-actions.c:62 +#: ../app/actions/plug-in-actions.c:95 +msgid "_Map" +msgstr "" + +#: ../app/actions/image-actions.c:63 +msgid "C_omponents" +msgstr "" + +#: ../app/actions/image-actions.c:66 +msgid "_New..." +msgstr "_Жаңа..." + +#: ../app/actions/image-actions.c:67 +msgid "Create a new image" +msgstr "" + +#: ../app/actions/image-actions.c:72 +msgid "Can_vas Size..." +msgstr "" + +#: ../app/actions/image-actions.c:73 +msgid "Adjust the image dimensions" +msgstr "" + +#: ../app/actions/image-actions.c:78 +msgid "F_it Canvas to Layers" +msgstr "" + +#: ../app/actions/image-actions.c:79 +msgid "Resize the image to enclose all layers" +msgstr "" + +#: ../app/actions/image-actions.c:84 +msgid "F_it Canvas to Selection" +msgstr "" + +#: ../app/actions/image-actions.c:85 +msgid "Resize the image to the extents of the selection" +msgstr "" + +#: ../app/actions/image-actions.c:90 +msgid "_Print Size..." +msgstr "" + +#: ../app/actions/image-actions.c:91 +msgid "Adjust the print resolution" +msgstr "" + +#: ../app/actions/image-actions.c:96 +msgid "_Scale Image..." +msgstr "" + +#: ../app/actions/image-actions.c:97 +msgid "Change the size of the image content" +msgstr "" + +#: ../app/actions/image-actions.c:102 +#: ../app/actions/layers-actions.c:188 +msgid "_Crop to Selection" +msgstr "" + +#: ../app/actions/image-actions.c:103 +msgid "Crop the image to the extents of the selection" +msgstr "" + +#: ../app/actions/image-actions.c:108 +msgid "_Duplicate" +msgstr "Кө_шірмесін жасау" + +#: ../app/actions/image-actions.c:109 +msgid "Create a duplicate of this image" +msgstr "" + +#: ../app/actions/image-actions.c:114 +msgid "Merge Visible _Layers..." +msgstr "" + +#: ../app/actions/image-actions.c:115 +#: ../app/actions/layers-actions.c:141 +msgid "Merge all visible layers into one layer" +msgstr "" + +#: ../app/actions/image-actions.c:120 +#: ../app/actions/layers-actions.c:146 +msgid "_Flatten Image" +msgstr "" + +#: ../app/actions/image-actions.c:121 +#: ../app/actions/layers-actions.c:147 +msgid "Merge all layers into one and remove transparency" +msgstr "" + +#: ../app/actions/image-actions.c:126 +msgid "Configure G_rid..." +msgstr "" + +#: ../app/actions/image-actions.c:127 +msgid "Configure the grid for this image" +msgstr "" + +#: ../app/actions/image-actions.c:132 +msgid "Image Pr_operties" +msgstr "" + +#: ../app/actions/image-actions.c:133 +msgid "Display information about this image" +msgstr "" + +#: ../app/actions/image-actions.c:142 +msgid "Convert the image to the RGB colorspace" +msgstr "" + +#: ../app/actions/image-actions.c:146 +msgid "_Grayscale" +msgstr "_Сұр" + +#: ../app/actions/image-actions.c:147 +msgid "Convert the image to grayscale" +msgstr "" + +#: ../app/actions/image-actions.c:151 +msgid "_Indexed..." +msgstr "" + +#: ../app/actions/image-actions.c:152 +msgid "Convert the image to indexed colors" +msgstr "" + +#: ../app/actions/image-actions.c:160 +msgid "Flip image horizontally" +msgstr "" + +#: ../app/actions/image-actions.c:166 +msgid "Flip image vertically" +msgstr "" + +#: ../app/actions/image-actions.c:175 +msgid "Rotate the image 90 degrees to the right" +msgstr "Суретті 90 градусқа оңға бұру" + +#: ../app/actions/image-actions.c:181 +msgid "Turn the image upside-down" +msgstr "" + +#: ../app/actions/image-actions.c:187 +msgid "Rotate the image 90 degrees to the left" +msgstr "Суретті 90 градусқа солға бұру" + +#: ../app/actions/image-commands.c:235 +msgid "Set Image Canvas Size" +msgstr "" + +#: ../app/actions/image-commands.c:261 +#: ../app/actions/image-commands.c:282 +#: ../app/actions/image-commands.c:559 +msgid "Resizing" +msgstr "" + +#: ../app/actions/image-commands.c:306 +msgid "Set Image Print Resolution" +msgstr "" + +#: ../app/actions/image-commands.c:362 +#: ../app/pdb/drawable-transform-cmds.c:148 +#: ../app/pdb/drawable-transform-cmds.c:223 +msgid "Flipping" +msgstr "" + +#: ../app/actions/image-commands.c:383 +#: ../app/pdb/drawable-transform-cmds.c:525 +#: ../app/pdb/drawable-transform-cmds.c:604 +#: ../app/pdb/image-cmds.c:533 +#: ../app/pdb/transform-tools-cmds.c:215 +#: ../app/tools/gimprotatetool.c:122 +msgid "Rotating" +msgstr "Бұрылуда" + +#: ../app/actions/image-commands.c:408 +#: ../app/actions/layers-commands.c:642 +msgid "Cannot crop because the current selection is empty." +msgstr "" + +#: ../app/actions/image-commands.c:606 +msgid "Change Print Size" +msgstr "" + +#: ../app/actions/image-commands.c:647 +#: ../app/core/gimpimage-scale.c:82 +msgid "Scale Image" +msgstr "" + +#. Scaling +#: ../app/actions/image-commands.c:658 +#: ../app/actions/layers-commands.c:1104 +#: ../app/dialogs/preferences-dialog.c:1925 +#: ../app/pdb/drawable-transform-cmds.c:682 +#: ../app/pdb/drawable-transform-cmds.c:758 +#: ../app/pdb/image-cmds.c:405 +#: ../app/pdb/image-cmds.c:441 +#: ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 +#: ../app/pdb/transform-tools-cmds.c:291 +#: ../app/tools/gimpscaletool.c:107 +msgid "Scaling" +msgstr "" + +#: ../app/actions/images-actions.c:43 +msgid "Images Menu" +msgstr "" + +#: ../app/actions/images-actions.c:47 +msgid "_Raise Views" +msgstr "" + +#: ../app/actions/images-actions.c:48 +msgid "Raise this image's displays" +msgstr "" + +#: ../app/actions/images-actions.c:53 +#: ../app/actions/view-actions.c:75 +msgid "_New View" +msgstr "" + +#: ../app/actions/images-actions.c:54 +msgid "Create a new display for this image" +msgstr "" + +#: ../app/actions/images-actions.c:59 +msgid "_Delete Image" +msgstr "Суретті ө_шіру" + +#: ../app/actions/images-actions.c:60 +msgid "Delete this image" +msgstr "" + +#: ../app/actions/layers-actions.c:48 +msgid "Layers Menu" +msgstr "" + +#: ../app/actions/layers-actions.c:51 +msgid "_Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:52 +msgid "Stac_k" +msgstr "" + +#: ../app/actions/layers-actions.c:53 +msgid "Te_xt to Selection" +msgstr "" + +#: ../app/actions/layers-actions.c:54 +msgid "_Mask" +msgstr "" + +#: ../app/actions/layers-actions.c:55 +msgid "Tr_ansparency" +msgstr "" + +#: ../app/actions/layers-actions.c:57 +msgid "_Properties" +msgstr "Қас_иеттері" + +#: ../app/actions/layers-actions.c:59 +msgid "Layer _Mode" +msgstr "" + +#: ../app/actions/layers-actions.c:62 +msgid "Te_xt Tool" +msgstr "" + +#: ../app/actions/layers-actions.c:63 +msgid "Activate the text tool on this text layer" +msgstr "" + +#: ../app/actions/layers-actions.c:68 +msgid "_Edit Layer Attributes..." +msgstr "" + +#: ../app/actions/layers-actions.c:69 +msgid "Edit the layer's name" +msgstr "" + +#: ../app/actions/layers-actions.c:74 +msgid "_New Layer..." +msgstr "" + +#: ../app/actions/layers-actions.c:75 +msgid "Create a new layer and add it to the image" +msgstr "" + +#: ../app/actions/layers-actions.c:80 +msgid "_New Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:81 +msgid "Create a new layer with last used values" +msgstr "" + +#: ../app/actions/layers-actions.c:86 +msgid "New from _Visible" +msgstr "" + +#: ../app/actions/layers-actions.c:87 +msgid "Create a new layer from what is visible in this image" +msgstr "" + +#: ../app/actions/layers-actions.c:92 +msgid "D_uplicate Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:93 +msgid "Create a duplicate of the layer and add it to the image" +msgstr "" + +#: ../app/actions/layers-actions.c:98 +msgid "_Delete Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:99 +msgid "Delete this layer" +msgstr "" + +#: ../app/actions/layers-actions.c:104 +msgid "_Raise Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:105 +msgid "Raise this layer one step in the layer stack" +msgstr "" + +#: ../app/actions/layers-actions.c:110 +msgid "Layer to _Top" +msgstr "" + +#: ../app/actions/layers-actions.c:111 +msgid "Move this layer to the top of the layer stack" +msgstr "" + +#: ../app/actions/layers-actions.c:116 +msgid "_Lower Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:117 +msgid "Lower this layer one step in the layer stack" +msgstr "" + +#: ../app/actions/layers-actions.c:122 +msgid "Layer to _Bottom" +msgstr "" + +#: ../app/actions/layers-actions.c:123 +msgid "Move this layer to the bottom of the layer stack" +msgstr "" + +#: ../app/actions/layers-actions.c:128 +msgid "_Anchor Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:129 +msgid "Anchor the floating layer" +msgstr "" + +#: ../app/actions/layers-actions.c:134 +msgid "Merge Do_wn" +msgstr "" + +#: ../app/actions/layers-actions.c:135 +msgid "Merge this layer with the one below it" +msgstr "" + +#: ../app/actions/layers-actions.c:140 +msgid "Merge _Visible Layers..." +msgstr "" + +#: ../app/actions/layers-actions.c:152 +msgid "_Discard Text Information" +msgstr "" + +#: ../app/actions/layers-actions.c:153 +msgid "Turn this text layer into a normal layer" +msgstr "" + +#: ../app/actions/layers-actions.c:158 +msgid "Text to _Path" +msgstr "" + +#: ../app/actions/layers-actions.c:159 +msgid "Create a path from this text layer" +msgstr "" + +#: ../app/actions/layers-actions.c:164 +msgid "Text alon_g Path" +msgstr "" + +#: ../app/actions/layers-actions.c:165 +msgid "Warp this layer's text along the current path" +msgstr "" + +#: ../app/actions/layers-actions.c:170 +msgid "Layer B_oundary Size..." +msgstr "" + +#: ../app/actions/layers-actions.c:171 +msgid "Adjust the layer dimensions" +msgstr "" + +#: ../app/actions/layers-actions.c:176 +msgid "Layer to _Image Size" +msgstr "" + +#: ../app/actions/layers-actions.c:177 +msgid "Resize the layer to the size of the image" +msgstr "" + +#: ../app/actions/layers-actions.c:182 +msgid "_Scale Layer..." +msgstr "" + +#: ../app/actions/layers-actions.c:183 +msgid "Change the size of the layer content" +msgstr "" + +#: ../app/actions/layers-actions.c:189 +msgid "Crop the layer to the extents of the selection" +msgstr "" + +#: ../app/actions/layers-actions.c:194 +msgid "Add La_yer Mask..." +msgstr "" + +#: ../app/actions/layers-actions.c:195 +msgid "Add a mask that allows non-destructive editing of transparency" +msgstr "" + +#: ../app/actions/layers-actions.c:200 +msgid "Add Alpha C_hannel" +msgstr "" + +#: ../app/actions/layers-actions.c:201 +msgid "Add transparency information to the layer" +msgstr "" + +#: ../app/actions/layers-actions.c:206 +msgid "_Remove Alpha Channel" +msgstr "" + +#: ../app/actions/layers-actions.c:207 +msgid "Remove transparency information from the layer" +msgstr "" + +#: ../app/actions/layers-actions.c:215 +msgid "Lock Alph_a Channel" +msgstr "" + +#: ../app/actions/layers-actions.c:216 +msgid "Keep transparency information on this layer from being modified" +msgstr "" + +#: ../app/actions/layers-actions.c:222 +msgid "_Edit Layer Mask" +msgstr "" + +#: ../app/actions/layers-actions.c:223 +msgid "Work on the layer mask" +msgstr "" + +#: ../app/actions/layers-actions.c:229 +msgid "S_how Layer Mask" +msgstr "" + +#: ../app/actions/layers-actions.c:235 +msgid "_Disable Layer Mask" +msgstr "" + +#: ../app/actions/layers-actions.c:236 +msgid "Dismiss the effect of the layer mask" +msgstr "" + +#: ../app/actions/layers-actions.c:245 +msgid "Apply Layer _Mask" +msgstr "" + +#: ../app/actions/layers-actions.c:246 +msgid "Apply the effect of the layer mask and remove it" +msgstr "" + +#: ../app/actions/layers-actions.c:251 +msgid "Delete Layer Mas_k" +msgstr "" + +#: ../app/actions/layers-actions.c:252 +msgid "Remove the layer mask and its effect" +msgstr "" + +#: ../app/actions/layers-actions.c:260 +msgid "_Mask to Selection" +msgstr "" + +#: ../app/actions/layers-actions.c:261 +msgid "Replace the selection with the layer mask" +msgstr "" + +#: ../app/actions/layers-actions.c:267 +msgid "Add the layer mask to the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:273 +msgid "Subtract the layer mask from the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:279 +msgid "Intersect the layer mask with the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:287 +msgid "Al_pha to Selection" +msgstr "" + +#: ../app/actions/layers-actions.c:288 +msgid "Replace the selection with the layer's alpha channel" +msgstr "" + +#: ../app/actions/layers-actions.c:293 +#: ../app/actions/layers-actions.c:320 +msgid "A_dd to Selection" +msgstr "" + +#: ../app/actions/layers-actions.c:294 +msgid "Add the layer's alpha channel to the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:300 +msgid "Subtract the layer's alpha channel from the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:306 +msgid "Intersect the layer's alpha channel with the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:314 +msgid "_Text to Selection" +msgstr "" + +#: ../app/actions/layers-actions.c:315 +msgid "Replace the selection with the text layer's outline" +msgstr "" + +#: ../app/actions/layers-actions.c:321 +msgid "Add the text layer's outline to the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:327 +msgid "Subtract the text layer's outline from the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:333 +msgid "Intersect the text layer's outline with the current selection" +msgstr "" + +#: ../app/actions/layers-actions.c:341 +msgid "Select _Top Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:342 +msgid "Select the topmost layer" +msgstr "" + +#: ../app/actions/layers-actions.c:347 +msgid "Select _Bottom Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:348 +msgid "Select the bottommost layer" +msgstr "" + +#: ../app/actions/layers-actions.c:353 +msgid "Select _Previous Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:354 +msgid "Select the layer above the current layer" +msgstr "" + +#: ../app/actions/layers-actions.c:359 +msgid "Select _Next Layer" +msgstr "" + +#: ../app/actions/layers-actions.c:360 +msgid "Select the layer below the current layer" +msgstr "" + +#: ../app/actions/layers-actions.c:368 +msgid "Set Opacity" +msgstr "" + +#: ../app/actions/layers-commands.c:204 +msgid "Layer Attributes" +msgstr "" + +#: ../app/actions/layers-commands.c:207 +msgid "Edit Layer Attributes" +msgstr "" + +#: ../app/actions/layers-commands.c:250 +#: ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 +#: ../app/actions/layers-commands.c:324 +#: ../app/widgets/gimpdrawabletreeview.c:326 +#: ../app/widgets/gimplayertreeview.c:835 +msgid "New Layer" +msgstr "" + +#: ../app/actions/layers-commands.c:255 +msgid "Create a New Layer" +msgstr "" + +#: ../app/actions/layers-commands.c:355 +msgid "Visible" +msgstr "Көрінетін" + +#: ../app/actions/layers-commands.c:574 +msgid "Set Layer Boundary Size" +msgstr "" + +#: ../app/actions/layers-commands.c:615 +#: ../app/core/gimplayer.c:251 +msgid "Scale Layer" +msgstr "" + +#: ../app/actions/layers-commands.c:652 +msgid "Crop Layer" +msgstr "" + +#: ../app/actions/layers-commands.c:791 +msgid "Layer Mask to Selection" +msgstr "" + +#: ../app/actions/layers-commands.c:1039 +msgid "Please select a channel first" +msgstr "" + +#: ../app/actions/layers-commands.c:1047 +#: ../app/core/gimplayer.c:1283 +#: ../app/dialogs/layer-add-mask-dialog.c:81 +msgid "Add Layer Mask" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:44 +msgid "Palette Editor Menu" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:54 +msgid "_Delete Color" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:55 +msgid "Delete color" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:63 +msgid "Edit Active Palette" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:72 +msgid "New Color from _FG" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:73 +msgid "New color from foreground color" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:78 +msgid "New Color from _BG" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:79 +msgid "New color from background color" +msgstr "" + +#: ../app/actions/palette-editor-actions.c:87 +#: ../app/actions/view-actions.c:261 +msgid "Zoom _In" +msgstr "Үлке_йту" + +#: ../app/actions/palette-editor-actions.c:93 +#: ../app/actions/view-actions.c:255 +msgid "Zoom _Out" +msgstr "Кі_шірейту" + +#: ../app/actions/palette-editor-actions.c:99 +msgid "Zoom _All" +msgstr "" + +#: ../app/actions/palette-editor-commands.c:69 +msgid "Edit Palette Color" +msgstr "" + +#: ../app/actions/palette-editor-commands.c:71 +msgid "Edit Color Palette Entry" +msgstr "" + +#: ../app/actions/palettes-actions.c:44 +msgid "Palettes Menu" +msgstr "" + +#: ../app/actions/palettes-actions.c:48 +msgid "_New Palette" +msgstr "" + +#: ../app/actions/palettes-actions.c:49 +msgid "New palette" +msgstr "" + +#: ../app/actions/palettes-actions.c:54 +msgid "_Import Palette..." +msgstr "" + +#: ../app/actions/palettes-actions.c:55 +msgid "Import palette" +msgstr "" + +#: ../app/actions/palettes-actions.c:60 +msgid "D_uplicate Palette" +msgstr "" + +#: ../app/actions/palettes-actions.c:61 +msgid "Duplicate palette" +msgstr "" + +#: ../app/actions/palettes-actions.c:66 +msgid "_Merge Palettes..." +msgstr "" + +#: ../app/actions/palettes-actions.c:67 +msgid "Merge palettes" +msgstr "" + +#: ../app/actions/palettes-actions.c:72 +msgid "Copy Palette _Location" +msgstr "" + +#: ../app/actions/palettes-actions.c:73 +msgid "Copy palette file location to clipboard" +msgstr "" + +#: ../app/actions/palettes-actions.c:78 +msgid "_Delete Palette" +msgstr "" + +#: ../app/actions/palettes-actions.c:79 +msgid "Delete palette" +msgstr "" + +#: ../app/actions/palettes-actions.c:84 +msgid "_Refresh Palettes" +msgstr "" + +#: ../app/actions/palettes-actions.c:85 +msgid "Refresh palettes" +msgstr "" + +#: ../app/actions/palettes-actions.c:93 +msgid "_Edit Palette..." +msgstr "" + +#: ../app/actions/palettes-actions.c:94 +msgid "Edit palette" +msgstr "" + +#: ../app/actions/palettes-commands.c:74 +msgid "Merge Palette" +msgstr "" + +#: ../app/actions/palettes-commands.c:78 +msgid "Enter a name for the merged palette" +msgstr "" + +#: ../app/actions/patterns-actions.c:43 +msgid "Patterns Menu" +msgstr "" + +#: ../app/actions/patterns-actions.c:47 +msgid "_Open Pattern as Image" +msgstr "" + +#: ../app/actions/patterns-actions.c:48 +msgid "Open pattern as image" +msgstr "" + +#: ../app/actions/patterns-actions.c:53 +msgid "_New Pattern" +msgstr "" + +#: ../app/actions/patterns-actions.c:54 +msgid "New pattern" +msgstr "" + +#: ../app/actions/patterns-actions.c:59 +msgid "D_uplicate Pattern" +msgstr "" + +#: ../app/actions/patterns-actions.c:60 +msgid "Duplicate pattern" +msgstr "" + +#: ../app/actions/patterns-actions.c:65 +msgid "Copy Pattern _Location" +msgstr "" + +#: ../app/actions/patterns-actions.c:66 +msgid "Copy pattern file location to clipboard" +msgstr "" + +#: ../app/actions/patterns-actions.c:71 +msgid "_Delete Pattern" +msgstr "" + +#: ../app/actions/patterns-actions.c:72 +msgid "Delete pattern" +msgstr "" + +#: ../app/actions/patterns-actions.c:77 +msgid "_Refresh Patterns" +msgstr "" + +#: ../app/actions/patterns-actions.c:78 +msgid "Refresh patterns" +msgstr "" + +#: ../app/actions/patterns-actions.c:86 +msgid "_Edit Pattern..." +msgstr "" + +#: ../app/actions/patterns-actions.c:87 +msgid "Edit pattern" +msgstr "" + +#: ../app/actions/plug-in-actions.c:83 +msgid "Filte_rs" +msgstr "" + +#: ../app/actions/plug-in-actions.c:84 +msgid "Recently Used" +msgstr "Соңғы қолданылған" + +#: ../app/actions/plug-in-actions.c:85 +msgid "_Blur" +msgstr "" + +#: ../app/actions/plug-in-actions.c:86 +msgid "_Noise" +msgstr "" + +#: ../app/actions/plug-in-actions.c:87 +msgid "Edge-De_tect" +msgstr "" + +#: ../app/actions/plug-in-actions.c:88 +msgid "En_hance" +msgstr "" + +#: ../app/actions/plug-in-actions.c:89 +msgid "C_ombine" +msgstr "" + +#: ../app/actions/plug-in-actions.c:90 +msgid "_Generic" +msgstr "" + +#: ../app/actions/plug-in-actions.c:91 +msgid "_Light and Shadow" +msgstr "" + +#: ../app/actions/plug-in-actions.c:92 +msgid "_Distorts" +msgstr "" + +#: ../app/actions/plug-in-actions.c:93 +msgid "_Artistic" +msgstr "" + +#: ../app/actions/plug-in-actions.c:94 +msgid "_Decor" +msgstr "" + +#: ../app/actions/plug-in-actions.c:96 +msgid "_Render" +msgstr "" + +#: ../app/actions/plug-in-actions.c:97 +msgid "_Clouds" +msgstr "" + +#: ../app/actions/plug-in-actions.c:98 +msgid "_Nature" +msgstr "" + +#: ../app/actions/plug-in-actions.c:100 +msgid "_Web" +msgstr "В_еб" + +#: ../app/actions/plug-in-actions.c:101 +msgid "An_imation" +msgstr "" + +#: ../app/actions/plug-in-actions.c:104 +msgid "Reset all _Filters" +msgstr "" + +#: ../app/actions/plug-in-actions.c:105 +msgid "Reset all plug-ins to their default settings" +msgstr "" + +#: ../app/actions/plug-in-actions.c:113 +msgid "Re_peat Last" +msgstr "" + +#: ../app/actions/plug-in-actions.c:114 +msgid "Rerun the last used plug-in using the same settings" +msgstr "" + +#: ../app/actions/plug-in-actions.c:119 +msgid "R_e-Show Last" +msgstr "" + +#: ../app/actions/plug-in-actions.c:120 +msgid "Show the last used plug-in dialog again" +msgstr "" + +#: ../app/actions/plug-in-actions.c:503 +#, c-format +msgid "Re_peat \"%s\"" +msgstr "" + +#: ../app/actions/plug-in-actions.c:504 +#, fuzzy, c-format +msgid "R_e-Show \"%s\"" +msgstr "Көр_сету:" + +#: ../app/actions/plug-in-actions.c:520 +msgid "Repeat Last" +msgstr "" + +#: ../app/actions/plug-in-actions.c:522 +msgid "Re-Show Last" +msgstr "" + +#: ../app/actions/plug-in-commands.c:262 +msgid "Reset all Filters" +msgstr "" + +#: ../app/actions/plug-in-commands.c:281 +msgid "Do you really want to reset all filters to default values?" +msgstr "" + +#: ../app/actions/quick-mask-actions.c:42 +msgid "Quick Mask Menu" +msgstr "" + +#: ../app/actions/quick-mask-actions.c:46 +msgid "_Configure Color and Opacity..." +msgstr "" + +#: ../app/actions/quick-mask-actions.c:54 +msgid "Toggle _Quick Mask" +msgstr "" + +#: ../app/actions/quick-mask-actions.c:54 +#: ../app/display/gimpdisplayshell.c:1169 +msgid "Toggle Quick Mask" +msgstr "" + +#: ../app/actions/quick-mask-actions.c:63 +msgid "Mask _Selected Areas" +msgstr "" + +#: ../app/actions/quick-mask-actions.c:68 +msgid "Mask _Unselected Areas" +msgstr "" + +#: ../app/actions/quick-mask-commands.c:105 +msgid "Quick Mask Attributes" +msgstr "" + +#: ../app/actions/quick-mask-commands.c:108 +msgid "Edit Quick Mask Attributes" +msgstr "" + +#: ../app/actions/quick-mask-commands.c:110 +msgid "Edit Quick Mask Color" +msgstr "" + +#: ../app/actions/quick-mask-commands.c:111 +msgid "_Mask opacity:" +msgstr "" + +#: ../app/actions/sample-points-actions.c:40 +msgid "Sample Point Menu" +msgstr "" + +#: ../app/actions/select-actions.c:44 +msgid "Selection Editor Menu" +msgstr "" + +#: ../app/actions/select-actions.c:47 +msgid "_Select" +msgstr "Таң_дау" + +#: ../app/actions/select-actions.c:50 +#, fuzzy +msgid "select|_All" +msgstr "Барлығын таңдау" + +#: ../app/actions/select-actions.c:51 +msgid "Select everything" +msgstr "" + +#: ../app/actions/select-actions.c:56 +#, fuzzy +msgid "select|_None" +msgstr "Ештеңе таңдамау" + +#: ../app/actions/select-actions.c:57 +msgid "Dismiss the selection" +msgstr "" + +#: ../app/actions/select-actions.c:62 +msgid "_Invert" +msgstr "" + +#: ../app/actions/select-actions.c:63 +msgid "Invert the selection" +msgstr "Таңдауды терістеу" + +#: ../app/actions/select-actions.c:68 +#, fuzzy +msgid "_Float" +msgstr "Қалқымалы сан" + +#: ../app/actions/select-actions.c:69 +msgid "Create a floating selection" +msgstr "" + +#: ../app/actions/select-actions.c:74 +msgid "Fea_ther..." +msgstr "" + +#: ../app/actions/select-actions.c:75 +msgid "Blur the selection border so that it fades out smoothly" +msgstr "" + +#: ../app/actions/select-actions.c:80 +msgid "_Sharpen" +msgstr "" + +#: ../app/actions/select-actions.c:81 +msgid "Remove fuzzyness from the selection" +msgstr "" + +#: ../app/actions/select-actions.c:86 +msgid "S_hrink..." +msgstr "" + +#: ../app/actions/select-actions.c:87 +msgid "Contract the selection" +msgstr "" + +#: ../app/actions/select-actions.c:92 +#, fuzzy +msgid "_Grow..." +msgstr "Ұлғайту" + +#: ../app/actions/select-actions.c:93 +msgid "Enlarge the selection" +msgstr "" + +#: ../app/actions/select-actions.c:98 +msgid "Bo_rder..." +msgstr "" + +#: ../app/actions/select-actions.c:99 +msgid "Replace the selection by its border" +msgstr "" + +#: ../app/actions/select-actions.c:104 +msgid "Save to _Channel" +msgstr "" + +#: ../app/actions/select-actions.c:105 +msgid "Save the selection to a channel" +msgstr "" + +#: ../app/actions/select-actions.c:110 +msgid "_Stroke Selection..." +msgstr "" + +#: ../app/actions/select-actions.c:111 +msgid "Paint along the selection outline" +msgstr "" + +#: ../app/actions/select-actions.c:116 +msgid "_Stroke Selection" +msgstr "" + +#: ../app/actions/select-actions.c:117 +msgid "Stroke the selection with last used values" +msgstr "" + +#: ../app/actions/select-commands.c:153 +#: ../app/core/gimpselection.c:167 +msgid "Feather Selection" +msgstr "" + +#: ../app/actions/select-commands.c:157 +msgid "Feather selection by" +msgstr "" + +#: ../app/actions/select-commands.c:191 +#: ../app/core/gimpselection.c:174 +msgid "Shrink Selection" +msgstr "" + +#: ../app/actions/select-commands.c:195 +msgid "Shrink selection by" +msgstr "" + +#: ../app/actions/select-commands.c:203 +msgid "_Shrink from image border" +msgstr "" + +#: ../app/actions/select-commands.c:228 +#: ../app/core/gimpselection.c:173 +msgid "Grow Selection" +msgstr "" + +#: ../app/actions/select-commands.c:232 +msgid "Grow selection by" +msgstr "" + +#: ../app/actions/select-commands.c:255 +#: ../app/core/gimpselection.c:172 +msgid "Border Selection" +msgstr "" + +#: ../app/actions/select-commands.c:259 +msgid "Border selection by" +msgstr "" + +#. Feather button +#: ../app/actions/select-commands.c:268 +msgid "_Feather border" +msgstr "" + +#. Edge lock button +#: ../app/actions/select-commands.c:281 +msgid "_Lock selection to image edges" +msgstr "" + +#: ../app/actions/select-commands.c:330 +#: ../app/actions/select-commands.c:362 +#: ../app/actions/vectors-commands.c:379 +#: ../app/actions/vectors-commands.c:412 +#: ../app/dialogs/stroke-dialog.c:299 +msgid "There is no active layer or channel to stroke to." +msgstr "" + +#: ../app/actions/select-commands.c:336 +#: ../app/core/gimpselection.c:151 +msgid "Stroke Selection" +msgstr "" + +#: ../app/actions/templates-actions.c:42 +msgid "Templates Menu" +msgstr "" + +#: ../app/actions/templates-actions.c:46 +msgid "_Create Image from Template" +msgstr "" + +#: ../app/actions/templates-actions.c:47 +msgid "Create a new image from the selected template" +msgstr "" + +#: ../app/actions/templates-actions.c:52 +msgid "_New Template..." +msgstr "" + +#: ../app/actions/templates-actions.c:53 +msgid "Create a new template" +msgstr "" + +#: ../app/actions/templates-actions.c:58 +msgid "D_uplicate Template..." +msgstr "" + +#: ../app/actions/templates-actions.c:59 +msgid "Duplicate the selected template" +msgstr "" + +#: ../app/actions/templates-actions.c:64 +msgid "_Edit Template..." +msgstr "" + +#: ../app/actions/templates-actions.c:65 +msgid "Edit the selected template" +msgstr "" + +#: ../app/actions/templates-actions.c:70 +msgid "_Delete Template" +msgstr "" + +#: ../app/actions/templates-actions.c:71 +msgid "Delete the selected template" +msgstr "" + +#: ../app/actions/templates-commands.c:113 +msgid "New Template" +msgstr "" + +#: ../app/actions/templates-commands.c:116 +msgid "Create a New Template" +msgstr "" + +#: ../app/actions/templates-commands.c:175 +#: ../app/actions/templates-commands.c:178 +msgid "Edit Template" +msgstr "" + +#: ../app/actions/templates-commands.c:213 +msgid "Delete Template" +msgstr "" + +#: ../app/actions/templates-commands.c:239 +#, c-format +msgid "Are you sure you want to delete template '%s' from the list and from disk?" +msgstr "" + +#: ../app/actions/text-editor-actions.c:44 +msgid "Open" +msgstr "Ашу" + +#: ../app/actions/text-editor-actions.c:45 +msgid "Load text from file" +msgstr "" + +#: ../app/actions/text-editor-actions.c:50 +#: ../app/core/gimp-edit.c:445 +msgid "Clear" +msgstr "Тазарту" + +#: ../app/actions/text-editor-actions.c:51 +msgid "Clear all text" +msgstr "" + +#: ../app/actions/text-editor-actions.c:59 +msgid "LTR" +msgstr "LTR" + +#: ../app/actions/text-editor-actions.c:60 +msgid "From left to right" +msgstr "" + +#: ../app/actions/text-editor-actions.c:65 +msgid "RTL" +msgstr "" + +#: ../app/actions/text-editor-actions.c:66 +msgid "From right to left" +msgstr "" + +#: ../app/actions/text-editor-commands.c:63 +msgid "Open Text File (UTF-8)" +msgstr "" + +#: ../app/actions/text-editor-commands.c:144 +#: ../app/config/gimpconfig-file.c:59 +#: ../app/core/gimpbrush-load.c:140 +#: ../app/core/gimpbrush-load.c:420 +#: ../app/core/gimpbrushgenerated-load.c:73 +#: ../app/core/gimpbrushpipe-load.c:81 +#: ../app/core/gimpcurve-load.c:55 +#: ../app/core/gimpgradient-load.c:62 +#: ../app/core/gimppalette-load.c:76 +#: ../app/core/gimppalette-load.c:270 +#: ../app/core/gimppalette-load.c:314 +#: ../app/core/gimppalette-load.c:368 +#: ../app/core/gimppalette-load.c:456 +#: ../app/core/gimppalette-load.c:599 +#: ../app/core/gimppattern-load.c:76 +#: ../app/tools/gimpcurvestool.c:623 +#: ../app/tools/gimplevelstool.c:743 +#: ../app/xcf/xcf.c:329 +#, c-format +msgid "Could not open '%s' for reading: %s" +msgstr "" + +#: ../app/actions/tool-options-actions.c:56 +msgid "Tool Options Menu" +msgstr "" + +#: ../app/actions/tool-options-actions.c:60 +msgid "_Save Options To" +msgstr "" + +#: ../app/actions/tool-options-actions.c:64 +msgid "_Restore Options From" +msgstr "" + +#: ../app/actions/tool-options-actions.c:68 +msgid "Re_name Saved Options" +msgstr "" + +#: ../app/actions/tool-options-actions.c:72 +msgid "_Delete Saved Options" +msgstr "" + +#: ../app/actions/tool-options-actions.c:76 +msgid "_New Entry..." +msgstr "" + +#: ../app/actions/tool-options-actions.c:81 +msgid "R_eset Tool Options" +msgstr "" + +#: ../app/actions/tool-options-actions.c:82 +msgid "Reset to default values" +msgstr "" + +#: ../app/actions/tool-options-actions.c:87 +msgid "Reset _all Tool Options" +msgstr "" + +#: ../app/actions/tool-options-actions.c:88 +msgid "Reset all tool options" +msgstr "" + +#: ../app/actions/tool-options-commands.c:72 +msgid "Save Tool Options" +msgstr "" + +#: ../app/actions/tool-options-commands.c:76 +msgid "Enter a name for the saved options" +msgstr "" + +#: ../app/actions/tool-options-commands.c:77 +#: ../app/actions/tool-options-commands.c:247 +#: ../app/actions/tool-options-commands.c:264 +#, fuzzy +msgid "Saved Options" +msgstr "Опциялар сақталды." + +#: ../app/actions/tool-options-commands.c:140 +msgid "Rename Saved Tool Options" +msgstr "" + +#: ../app/actions/tool-options-commands.c:144 +msgid "Enter a new name for the saved options" +msgstr "" + +#: ../app/actions/tool-options-commands.c:187 +msgid "Reset Tool Options" +msgstr "" + +#: ../app/actions/tool-options-commands.c:210 +msgid "Do you really want to reset all tool options to default values?" +msgstr "" + +#: ../app/actions/tools-actions.c:47 +msgid "Tools Menu" +msgstr "" + +#: ../app/actions/tools-actions.c:50 +msgid "_Tools" +msgstr "Са_ймандар" + +#: ../app/actions/tools-actions.c:51 +msgid "_Selection Tools" +msgstr "" + +#: ../app/actions/tools-actions.c:52 +msgid "_Paint Tools" +msgstr "" + +#: ../app/actions/tools-actions.c:53 +msgid "_Transform Tools" +msgstr "" + +#: ../app/actions/tools-actions.c:54 +msgid "_Color Tools" +msgstr "" + +#: ../app/actions/tools-actions.c:57 +msgid "R_aise Tool" +msgstr "" + +#: ../app/actions/tools-actions.c:58 +msgid "Raise tool" +msgstr "" + +#: ../app/actions/tools-actions.c:63 +msgid "Ra_ise to Top" +msgstr "" + +#: ../app/actions/tools-actions.c:64 +msgid "Raise tool to top" +msgstr "" + +#: ../app/actions/tools-actions.c:69 +msgid "L_ower Tool" +msgstr "" + +#: ../app/actions/tools-actions.c:70 +msgid "Lower tool" +msgstr "" + +#: ../app/actions/tools-actions.c:75 +msgid "Lo_wer to Bottom" +msgstr "" + +#: ../app/actions/tools-actions.c:76 +msgid "Lower tool to bottom" +msgstr "" + +#: ../app/actions/tools-actions.c:81 +msgid "_Reset Order & Visibility" +msgstr "" + +#: ../app/actions/tools-actions.c:82 +msgid "Reset tool order and visibility" +msgstr "" + +#: ../app/actions/tools-actions.c:90 +msgid "_Show in Toolbox" +msgstr "" + +#: ../app/actions/tools-actions.c:99 +msgid "_By Color" +msgstr "" + +#: ../app/actions/tools-actions.c:100 +msgid "Select regions with similar colors" +msgstr "" + +#: ../app/actions/tools-actions.c:105 +msgid "_Arbitrary Rotation..." +msgstr "" + +#: ../app/actions/tools-actions.c:106 +msgid "Rotate by an arbitrary angle" +msgstr "" + +#: ../app/actions/vectors-actions.c:44 +msgid "Paths Menu" +msgstr "" + +#: ../app/actions/vectors-actions.c:48 +msgid "Path _Tool" +msgstr "" + +#: ../app/actions/vectors-actions.c:53 +msgid "_Edit Path Attributes..." +msgstr "" + +#: ../app/actions/vectors-actions.c:54 +msgid "Edit path attributes" +msgstr "" + +#: ../app/actions/vectors-actions.c:59 +msgid "_New Path..." +msgstr "" + +#: ../app/actions/vectors-actions.c:60 +msgid "New path..." +msgstr "" + +#: ../app/actions/vectors-actions.c:65 +msgid "_New Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:66 +msgid "New path with last values" +msgstr "" + +#: ../app/actions/vectors-actions.c:71 +msgid "D_uplicate Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:72 +msgid "Duplicate path" +msgstr "" + +#: ../app/actions/vectors-actions.c:77 +msgid "_Delete Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:78 +#: ../app/core/core-enums.c:920 +msgid "Delete path" +msgstr "" + +#: ../app/actions/vectors-actions.c:83 +msgid "Merge _Visible Paths" +msgstr "" + +#: ../app/actions/vectors-actions.c:88 +msgid "_Raise Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:89 +msgid "Raise path" +msgstr "" + +#: ../app/actions/vectors-actions.c:94 +msgid "Raise Path to _Top" +msgstr "" + +#: ../app/actions/vectors-actions.c:95 +msgid "Raise path to top" +msgstr "" + +#: ../app/actions/vectors-actions.c:100 +msgid "_Lower Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:101 +msgid "Lower path" +msgstr "" + +#: ../app/actions/vectors-actions.c:106 +msgid "Lower Path to _Bottom" +msgstr "" + +#: ../app/actions/vectors-actions.c:107 +msgid "Lower path to bottom" +msgstr "" + +#: ../app/actions/vectors-actions.c:112 +msgid "Stro_ke Path..." +msgstr "" + +#: ../app/actions/vectors-actions.c:113 +msgid "Paint along the path" +msgstr "" + +#: ../app/actions/vectors-actions.c:118 +msgid "Stro_ke Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:119 +msgid "Paint along the path with last values" +msgstr "" + +#: ../app/actions/vectors-actions.c:124 +msgid "Co_py Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:129 +msgid "Paste Pat_h" +msgstr "" + +#: ../app/actions/vectors-actions.c:134 +msgid "E_xport Path..." +msgstr "" + +#: ../app/actions/vectors-actions.c:139 +msgid "I_mport Path..." +msgstr "" + +#: ../app/actions/vectors-actions.c:162 +msgid "Path to Sele_ction" +msgstr "" + +#: ../app/actions/vectors-actions.c:163 +#: ../app/tools/gimpvectortool.c:1912 +msgid "Path to selection" +msgstr "" + +#: ../app/actions/vectors-actions.c:168 +msgid "Fr_om Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:174 +msgid "Add" +msgstr "Қосу" + +#: ../app/actions/vectors-actions.c:180 +#: ../app/base/base-enums.c:119 +msgid "Subtract" +msgstr "Азайту" + +#: ../app/actions/vectors-actions.c:186 +msgid "Intersect" +msgstr "" + +#: ../app/actions/vectors-actions.c:194 +msgid "Selecti_on to Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:195 +#: ../app/actions/vectors-actions.c:201 +msgid "Selection to path" +msgstr "" + +#: ../app/actions/vectors-actions.c:200 +msgid "To _Path" +msgstr "" + +#: ../app/actions/vectors-actions.c:206 +msgid "Selection to Path (_Advanced)" +msgstr "" + +#: ../app/actions/vectors-actions.c:207 +msgid "Advanced options" +msgstr "Кеңейтілген баптаулар" + +#: ../app/actions/vectors-commands.c:138 +msgid "Path Attributes" +msgstr "" + +#: ../app/actions/vectors-commands.c:141 +msgid "Edit Path Attributes" +msgstr "" + +#: ../app/actions/vectors-commands.c:165 +#: ../app/actions/vectors-commands.c:166 +#: ../app/actions/vectors-commands.c:188 +msgid "New Path" +msgstr "" + +#: ../app/actions/vectors-commands.c:169 +msgid "New Path Options" +msgstr "" + +#: ../app/actions/vectors-commands.c:305 +#: ../app/pdb/paths-cmds.c:640 +#: ../app/pdb/vectors-cmds.c:1253 +msgid "Path to Selection" +msgstr "" + +#: ../app/actions/vectors-commands.c:385 +#: ../app/tools/gimpvectoroptions.c:199 +#: ../app/tools/gimpvectortool.c:1945 +#: ../app/vectors/gimpvectors.c:200 +msgid "Stroke Path" +msgstr "" + +#: ../app/actions/view-actions.c:67 +msgid "_View" +msgstr "_Түрі" + +#: ../app/actions/view-actions.c:68 +msgid "_Zoom" +msgstr "_Масштаб" + +#: ../app/actions/view-actions.c:69 +msgid "_Padding Color" +msgstr "" + +#: ../app/actions/view-actions.c:71 +msgid "Move to Screen" +msgstr "" + +#: ../app/actions/view-actions.c:76 +msgid "Create another view on this image" +msgstr "" + +#: ../app/actions/view-actions.c:81 +msgid "_Close" +msgstr "_Жабу" + +#: ../app/actions/view-actions.c:82 +msgid "Close this image window" +msgstr "" + +#: ../app/actions/view-actions.c:87 +msgid "_Fit Image in Window" +msgstr "" + +#: ../app/actions/view-actions.c:88 +msgid "Adjust the zoom ratio so that the image becomes fully visible" +msgstr "" + +#: ../app/actions/view-actions.c:93 +msgid "Fi_ll Window" +msgstr "" + +#: ../app/actions/view-actions.c:94 +msgid "Adjust the zoom ratio so that the entire window is used" +msgstr "" + +#: ../app/actions/view-actions.c:99 +#: ../app/actions/view-actions.c:579 +msgid "Re_vert Zoom" +msgstr "" + +#: ../app/actions/view-actions.c:100 +msgid "Restore the previous zoom level" +msgstr "" + +#: ../app/actions/view-actions.c:105 +msgid "Na_vigation Window" +msgstr "" + +#: ../app/actions/view-actions.c:106 +msgid "Show an overview window for this image" +msgstr "" + +#: ../app/actions/view-actions.c:111 +msgid "Display _Filters..." +msgstr "" + +#: ../app/actions/view-actions.c:112 +msgid "Configure filters applied to this view" +msgstr "" + +#: ../app/actions/view-actions.c:117 +msgid "Shrink _Wrap" +msgstr "" + +#: ../app/actions/view-actions.c:118 +msgid "Reduce the image window to the size of the image display" +msgstr "" + +#: ../app/actions/view-actions.c:132 +msgid "_Dot for Dot" +msgstr "" + +#: ../app/actions/view-actions.c:133 +msgid "A pixel on the screen represents an image pixel" +msgstr "" + +#: ../app/actions/view-actions.c:139 +msgid "Show _Selection" +msgstr "" + +#: ../app/actions/view-actions.c:140 +msgid "Display the selection outline" +msgstr "" + +#: ../app/actions/view-actions.c:146 +msgid "Show _Layer Boundary" +msgstr "" + +#: ../app/actions/view-actions.c:147 +msgid "Draw a border around the active layer" +msgstr "" + +#: ../app/actions/view-actions.c:153 +msgid "Show _Guides" +msgstr "" + +#: ../app/actions/view-actions.c:154 +msgid "Display the image's guides" +msgstr "" + +#: ../app/actions/view-actions.c:160 +msgid "S_how Grid" +msgstr "" + +#: ../app/actions/view-actions.c:161 +msgid "Display the image's grid" +msgstr "" + +#: ../app/actions/view-actions.c:167 +msgid "Show Sample Points" +msgstr "" + +#: ../app/actions/view-actions.c:168 +msgid "Display the image's color sample points" +msgstr "" + +#: ../app/actions/view-actions.c:174 +msgid "Sn_ap to Guides" +msgstr "" + +#: ../app/actions/view-actions.c:175 +msgid "Tool operations snap to guides" +msgstr "" + +#: ../app/actions/view-actions.c:181 +msgid "Sna_p to Grid" +msgstr "" + +#: ../app/actions/view-actions.c:182 +msgid "Tool operations snap to the grid" +msgstr "" + +#: ../app/actions/view-actions.c:188 +msgid "Snap to _Canvas Edges" +msgstr "" + +#: ../app/actions/view-actions.c:189 +msgid "Tool operations snap to the canvas edges" +msgstr "" + +#: ../app/actions/view-actions.c:195 +msgid "Snap t_o Active Path" +msgstr "" + +#: ../app/actions/view-actions.c:196 +msgid "Tool operations snap to the active path" +msgstr "" + +#: ../app/actions/view-actions.c:202 +msgid "Show _Menubar" +msgstr "_Мәзірді көрсету" + +#: ../app/actions/view-actions.c:203 +msgid "Show this window's menubar" +msgstr "" + +#: ../app/actions/view-actions.c:209 +msgid "Show R_ulers" +msgstr "" + +#: ../app/actions/view-actions.c:210 +msgid "Show this window's rulers" +msgstr "" + +#: ../app/actions/view-actions.c:216 +msgid "Show Scroll_bars" +msgstr "" + +#: ../app/actions/view-actions.c:217 +msgid "Show this window's scrollbars" +msgstr "" + +#: ../app/actions/view-actions.c:223 +msgid "Show S_tatusbar" +msgstr "" + +#: ../app/actions/view-actions.c:224 +msgid "Show this window's statusbar" +msgstr "" + +#: ../app/actions/view-actions.c:230 +msgid "Fullscr_een" +msgstr "" + +#: ../app/actions/view-actions.c:231 +msgid "Toggle fullscreen view" +msgstr "" + +#: ../app/actions/view-actions.c:292 +msgid "1_6:1 (1600%)" +msgstr "1_6:1 (1600%)" + +#: ../app/actions/view-actions.c:293 +msgid "Zoom 16:1" +msgstr "" + +#: ../app/actions/view-actions.c:298 +msgid "_8:1 (800%)" +msgstr "_8:1 (800%)" + +#: ../app/actions/view-actions.c:299 +#, fuzzy +msgid "Zoom 8:1" +msgstr "Үлкейту" + +#: ../app/actions/view-actions.c:304 +msgid "_4:1 (400%)" +msgstr "_4:1 (400%)" + +#: ../app/actions/view-actions.c:305 +#, fuzzy +msgid "Zoom 4:1" +msgstr "Үлкейту" + +#: ../app/actions/view-actions.c:310 +msgid "_2:1 (200%)" +msgstr "_2:1 (200%)" + +#: ../app/actions/view-actions.c:311 +#, fuzzy +msgid "Zoom 2:1" +msgstr "Үлкейту" + +#: ../app/actions/view-actions.c:316 +msgid "_1:1 (100%)" +msgstr "_1:1 (100%)" + +#: ../app/actions/view-actions.c:317 +#, fuzzy +msgid "Zoom 1:1" +msgstr "Үлкейту" + +#: ../app/actions/view-actions.c:322 +msgid "1:_2 (50%)" +msgstr "1:_2 (50%)" + +#: ../app/actions/view-actions.c:323 +#, fuzzy +msgid "Zoom 1:2" +msgstr "Үлкейту" + +#: ../app/actions/view-actions.c:328 +msgid "1:_4 (25%)" +msgstr "" + +#: ../app/actions/view-actions.c:329 +#, fuzzy +msgid "Zoom 1:4" +msgstr "Үлкейту" + +#: ../app/actions/view-actions.c:334 +msgid "1:_8 (12.5%)" +msgstr "1:_8 (12.5%)" + +#: ../app/actions/view-actions.c:335 +#, fuzzy +msgid "Zoom 1:8" +msgstr "Үлкейту" + +#: ../app/actions/view-actions.c:340 +msgid "1:1_6 (6.25%)" +msgstr "" + +#: ../app/actions/view-actions.c:341 +msgid "Zoom 1:16" +msgstr "" + +#: ../app/actions/view-actions.c:346 +msgid "Othe_r..." +msgstr "" + +#: ../app/actions/view-actions.c:347 +msgid "Set a custom zoom factor" +msgstr "" + +#: ../app/actions/view-actions.c:355 +msgid "From _Theme" +msgstr "" + +#: ../app/actions/view-actions.c:356 +msgid "Use the current theme's background color" +msgstr "" + +#: ../app/actions/view-actions.c:361 +msgid "_Light Check Color" +msgstr "" + +#: ../app/actions/view-actions.c:362 +msgid "Use the light check color" +msgstr "" + +#: ../app/actions/view-actions.c:367 +msgid "_Dark Check Color" +msgstr "" + +#: ../app/actions/view-actions.c:368 +msgid "Use the dark check color" +msgstr "" + +#: ../app/actions/view-actions.c:373 +msgid "Select _Custom Color..." +msgstr "" + +#: ../app/actions/view-actions.c:374 +msgid "Use an arbitrary color" +msgstr "" + +#: ../app/actions/view-actions.c:379 +msgid "As in _Preferences" +msgstr "" + +#: ../app/actions/view-actions.c:380 +msgid "Reset padding color to what's configured in preferences" +msgstr "" + +#: ../app/actions/view-actions.c:571 +#, c-format +msgid "Re_vert Zoom (%d%%)" +msgstr "" + +#: ../app/actions/view-actions.c:708 +#, c-format +msgid "Othe_r (%s)..." +msgstr "" + +#: ../app/actions/view-actions.c:717 +#, fuzzy, c-format +msgid "_Zoom (%s)" +msgstr "Үлкейту" + +#: ../app/actions/view-commands.c:613 +msgid "Set Canvas Padding Color" +msgstr "" + +#: ../app/actions/view-commands.c:615 +msgid "Set Custom Canvas Padding Color" +msgstr "" + +#: ../app/actions/window-actions.c:168 +#, fuzzy, c-format +msgid "Screen %s" +msgstr "ЭКРАН" + +#: ../app/actions/window-actions.c:170 +#, c-format +msgid "Move this window to screen %s" +msgstr "" + +#: ../app/actions/windows-actions.c:79 +#, fuzzy +msgid "_Windows" +msgstr "Windows" + +#: ../app/actions/windows-actions.c:80 +msgid "_Recently Closed Docks" +msgstr "" + +#: ../app/actions/windows-actions.c:81 +msgid "_Dockable Dialogs" +msgstr "" + +#: ../app/actions/windows-actions.c:84 +msgid "Tool_box" +msgstr "" + +#: ../app/actions/windows-actions.c:85 +msgid "Raise the toolbox" +msgstr "" + +#: ../app/base/base-enums.c:23 +msgid "Smooth" +msgstr "" + +#: ../app/base/base-enums.c:24 +msgid "Freehand" +msgstr "" + +#: ../app/base/base-enums.c:55 +#: ../app/base/base-enums.c:125 +#: ../app/core/core-enums.c:1202 +msgid "Value" +msgstr "Мәні" + +#: ../app/base/base-enums.c:56 +#: ../app/core/core-enums.c:1197 +#: ../app/tools/gimpcolorbalancetool.c:296 +#: ../app/tools/gimphuesaturationtool.c:252 +msgid "Red" +msgstr "Қызыл" + +#: ../app/base/base-enums.c:57 +#: ../app/core/core-enums.c:1198 +#: ../app/tools/gimpcolorbalancetool.c:305 +#: ../app/tools/gimphuesaturationtool.c:254 +msgid "Green" +msgstr "Жасыл" + +#: ../app/base/base-enums.c:58 +#: ../app/core/core-enums.c:1199 +#: ../app/tools/gimpcolorbalancetool.c:314 +#: ../app/tools/gimphuesaturationtool.c:256 +msgid "Blue" +msgstr "Көк" + +#: ../app/base/base-enums.c:59 +msgid "Alpha" +msgstr "Альфа" + +#: ../app/base/base-enums.c:60 +#: ../app/display/gimpdisplayshell-title.c:233 +#: ../app/widgets/widgets-enums.c:84 +msgid "RGB" +msgstr "RGB" + +#: ../app/base/base-enums.c:111 +msgid "Normal" +msgstr "Қалыпты" + +#: ../app/base/base-enums.c:112 +msgid "Dissolve" +msgstr "" + +#: ../app/base/base-enums.c:113 +msgid "Behind" +msgstr "" + +#: ../app/base/base-enums.c:114 +msgid "Multiply" +msgstr "Көбейту" + +#: ../app/base/base-enums.c:115 +msgid "Screen" +msgstr "Экран" + +#: ../app/base/base-enums.c:116 +msgid "Overlay" +msgstr "" + +#: ../app/base/base-enums.c:117 +msgid "Difference" +msgstr "" + +#: ../app/base/base-enums.c:118 +msgid "Addition" +msgstr "" + +#: ../app/base/base-enums.c:120 +msgid "Darken only" +msgstr "" + +#: ../app/base/base-enums.c:121 +msgid "Lighten only" +msgstr "" + +#: ../app/base/base-enums.c:122 +#: ../app/core/core-enums.c:1200 +msgid "Hue" +msgstr "Реңі" + +#: ../app/base/base-enums.c:123 +#: ../app/core/core-enums.c:1201 +msgid "Saturation" +msgstr "Қаңықтылығы" + +#: ../app/base/base-enums.c:124 +#: ../app/tools/gimppaintoptions-gui.c:174 +msgid "Color" +msgstr "Түс" + +#: ../app/base/base-enums.c:126 +msgid "Divide" +msgstr "Бөлу" + +#: ../app/base/base-enums.c:127 +msgid "Dodge" +msgstr "" + +#: ../app/base/base-enums.c:128 +msgid "Burn" +msgstr "" + +#: ../app/base/base-enums.c:129 +msgid "Hard light" +msgstr "" + +#: ../app/base/base-enums.c:130 +msgid "Soft light" +msgstr "" + +#: ../app/base/base-enums.c:131 +msgid "Grain extract" +msgstr "" + +#: ../app/base/base-enums.c:132 +msgid "Grain merge" +msgstr "" + +#: ../app/base/base-enums.c:133 +msgid "Color erase" +msgstr "" + +#: ../app/base/base-enums.c:134 +msgid "Erase" +msgstr "Өшіру" + +#: ../app/base/base-enums.c:135 +msgid "Replace" +msgstr "Алмастыру" + +#: ../app/base/base-enums.c:136 +msgid "Anti erase" +msgstr "" + +#: ../app/base/tile-swap.c:553 +msgid "Unable to open swap file. GIMP has run out of memory and cannot use the swap file. Some parts of your images may be corrupted. Try to save your work using different filenames, restart GIMP and check the location of the swap directory in your Preferences." +msgstr "" + +#: ../app/base/tile-swap.c:568 +#, c-format +msgid "Failed to resize swap file: %s" +msgstr "" + +#: ../app/config/gimpconfig-file.c:68 +#: ../app/core/gimpbrushgenerated-save.c:63 +#: ../app/core/gimpcurve-save.c:53 +#: ../app/core/gimpgradient-save.c:51 +#: ../app/core/gimpgradient-save.c:145 +#: ../app/core/gimppalette-save.c:56 +#: ../app/gui/themes.c:239 +#: ../app/tools/gimpcurvestool.c:676 +#: ../app/tools/gimplevelstool.c:796 +#: ../app/vectors/gimpvectors-export.c:83 +#: ../app/xcf/xcf.c:422 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "" + +#: ../app/config/gimpconfig-file.c:79 +#: ../app/config/gimpconfig-file.c:102 +#, fuzzy, c-format +msgid "Error writing '%s': %s" +msgstr "\"%s\" жазу қатесі: %s" + +#: ../app/config/gimpconfig-file.c:90 +#, fuzzy, c-format +msgid "Error reading '%s': %s" +msgstr "%s: %s: оқу қатесі: %s\n" + +#: ../app/config/gimpconfig-file.c:132 +#, c-format +msgid "There was an error parsing your '%s' file. Default values will be used. A backup of your configuration has been created at '%s'." +msgstr "" + +#. Not all strings defined here are used in the user interface +#. * (the preferences dialog mainly) and only those that are should +#. * be marked for translation. +#. +#: ../app/config/gimprc-blurbs.h:13 +msgid "When enabled, an image will become the active image when its image window receives the focus. This is useful for window managers using \"click to focus\"." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:23 +msgid "Sets the canvas padding color used if the padding mode is set to custom color." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:27 +msgid "Specifies how the area around the image should be drawn." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:33 +msgid "How to handle embedded color profiles when opening a file." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:36 +msgid "Ask for confirmation before closing an image without saving." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:39 +msgid "Sets the pixel format to use for mouse pointers." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:42 +msgid "Sets the type of mouse pointers to use." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:45 +msgid "Context-dependent mouse pointers are helpful. They are enabled by default. However, they require overhead that you may want to do without." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:53 +msgid "When enabled, this will ensure that each pixel of an image gets mapped to a pixel on the screen." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:75 +msgid "This is the distance in pixels where Guide and Grid snapping activates." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:79 +msgid "Tools such as fuzzy-select and bucket fill find regions based on a seed-fill algorithm. The seed fill starts at the initially selected pixel and progresses in all directions until the difference of pixel intensity from the original is greater than a specified threshold. This value represents the default threshold." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:92 +msgid "The window type hint that is set on dock windows. This may affect the way your window manager decorates and handles dock windows." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:123 +msgid "When enabled, the selected brush will be used for all tools." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:129 +msgid "When enabled, the selected gradient will be used for all tools." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:132 +msgid "When enabled, the selected pattern will be used for all tools." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:146 +msgid "Sets the browser used by the help system." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:154 +msgid "Sets the text to appear in image window status bars." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:157 +msgid "Sets the text to appear in image window titles." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:160 +msgid "When enabled, this will ensure that the full image is visible after a file is opened, otherwise it will be displayed with a scale of 1:1." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:164 +msgid "Install a private colormap; might be useful on 8-bit (256 colors) displays." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:167 +msgid "Sets the level of interpolation used for scaling and other transformations." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:174 +msgid "How many recently opened image filenames to keep on the File menu." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:177 +msgid "Speed of marching ants in the selection outline. This value is in milliseconds (less time indicates faster marching)." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:181 +msgid "GIMP will warn the user if an attempt is made to create an image that would take more memory than the size specified here." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:185 +msgid "When enabled, GIMP will show mnemonics in menus." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:188 +msgid "Generally only a concern for 8-bit displays, this sets the minimum number of system colors allocated for GIMP." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:198 +msgid "Sets the monitor's horizontal resolution, in dots per inch. If set to 0, forces the X server to be queried for both horizontal and vertical resolution information." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:203 +msgid "Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces the X server to be queried for both horizontal and vertical resolution information." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:208 +msgid "If enabled, the move tool sets the edited layer or path as active. This used to be the default behaviour in older versions." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:212 +msgid "Sets the size of the navigation preview available in the lower right corner of the image window." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:216 +msgid "Sets how many processors GIMP should try to use simultaneously." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:229 +msgid "When enabled, the X server is queried for the mouse's current position on each motion event, rather than relying on the position hint. This means painting with large brushes should be more accurate, but it may be slower. Perversely, on some X servers enabling this option results in faster painting." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:245 +msgid "Sets whether GIMP should create previews of layers and channels. Previews in the layers and channels dialog are nice to have but they can slow things down when working with large images." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:250 +msgid "Sets the preview size used for layers and channel previews in newly created dialogs." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:254 +msgid "When enabled, the image window will automatically resize itself whenever the physical image size changes." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:258 +msgid "When enabled, the image window will automatically resize itself when zooming into and out of images." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:262 +msgid "Let GIMP try to restore your last saved session on each startup." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:265 +msgid "Remember the current tool, pattern, color, and brush across GIMP sessions." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:269 +msgid "Keep a permanent record of all opened and saved files in the Recent Documents list." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:273 +msgid "Save the positions and sizes of the main dialogs when GIMP exits." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:276 +msgid "Save the tool options when GIMP exits." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:282 +msgid "When enabled, all paint tools will show a preview of the current brush's outline." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:286 +msgid "When enabled, dialogs will show a help button that gives access to the related help page. Without this button, the help page can still be reached by pressing F1." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:291 +msgid "When enabled, the mouse pointer will be shown over the image while using a paint tool." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:295 +msgid "When enabled, the menubar is visible by default. This can also be toggled with the \"View->Show Menubar\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:299 +msgid "When enabled, the rulers are visible by default. This can also be toggled with the \"View->Show Rulers\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:303 +msgid "When enabled, the scrollbars are visible by default. This can also be toggled with the \"View->Show Scrollbars\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:307 +msgid "When enabled, the statusbar is visible by default. This can also be toggled with the \"View->Show Statusbar\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:311 +msgid "When enabled, the selection is visible by default. This can also be toggled with the \"View->Show Selection\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:315 +msgid "When enabled, the layer boundary is visible by default. This can also be toggled with the \"View->Show Layer Boundary\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:319 +msgid "When enabled, the guides are visible by default. This can also be toggled with the \"View->Show Guides\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:323 +msgid "When enabled, the grid is visible by default. This can also be toggled with the \"View->Show Grid\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:327 +msgid "When enabled, the sample points are visible by default. This can also be toggled with the \"View->Show Sample Points\" command." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:331 +msgid "Show a tooltip when the pointer hovers over an item." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:334 +msgid "What to do when the space bar is pressed in the image window." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:337 +msgid "Sets the swap file location. GIMP uses a tile based memory allocation scheme. The swap file is used to quickly and easily swap tiles out to disk and back in. Be aware that the swap file can easily get very large if GIMP is used with large images. Also, things can get horribly slow if the swap file is created on a folder that is mounted over NFS. For these reasons, it may be desirable to put your swap file in \"/tmp\"." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:346 +msgid "When enabled, menus can be torn off." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:349 +msgid "When enabled, dock windows (the toolbox and palettes) are set to be transient to the active image window. Most window managers will keep the dock windows above the image window then, but it may also have other effects." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:355 +msgid "When enabled, you can change keyboard shortcuts for menu items by hitting a key combination while the menu item is highlighted." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:359 +msgid "Save changed keyboard shortcuts when GIMP exits." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:362 +msgid "Restore saved keyboard shortcuts on each GIMP startup." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:365 +msgid "Sets the folder for temporary storage. Files will appear here during the course of running GIMP. Most files will disappear when GIMP exits, but some files are likely to remain, so it is best if this folder not be one that is shared by other users." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:377 +msgid "Sets the size of the thumbnail shown in the Open dialog." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:380 +msgid "The thumbnail in the Open dialog will be automatically updated if the file being previewed is smaller than the size set here." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:384 +msgid "When the amount of pixel data exceeds this limit, GIMP will start to swap tiles to disk. This is a lot slower but it makes it possible to work on images that wouldn't fit into memory otherwise. If you have a lot of RAM, you may want to set this to a higher value." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:390 +msgid "Show the current foreground and background colors in the toolbox." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:393 +msgid "Show the currently selected brush, pattern and gradient in the toolbox." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:396 +msgid "Show the currently active image in the toolbox." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:402 +msgid "The window type hint that is set on the toolbox. This may affect how your window manager decorates and handles the toolbox window." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:406 +msgid "Sets the manner in which transparency is displayed in images." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:409 +msgid "Sets the size of the checkerboard used to display transparency." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:412 +msgid "When enabled, GIMP will not save an image if it has not been changed since it was opened." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:416 +msgid "Sets the minimal number of operations that can be undone. More undo levels are kept available until the undo-size limit is reached." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:420 +msgid "Sets an upper limit to the memory that is used per image to keep operations on the undo stack. Regardless of this setting, at least as many undo-levels as configured can be undone." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:425 +msgid "Sets the size of the previews in the Undo History." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:428 +msgid "When enabled, pressing F1 will open the help browser." +msgstr "" + +#: ../app/config/gimprc-blurbs.h:439 +#, c-format +msgid "Sets the external web browser to be used. This can be an absolute path or the name of an executable to search for in the user's PATH. If the command contains '%s' it will be replaced with the URL, else the URL will be appended to the command with a space separating the two." +msgstr "" + +#: ../app/config/gimprc-deserialize.c:135 +#: ../app/core/gimp-modules.c:134 +#: ../app/core/gimp-units.c:164 +#: ../app/gui/session.c:206 +#: ../app/plug-in/plug-in-rc.c:213 +msgid "fatal parse error" +msgstr "" + +#: ../app/config/gimprc-deserialize.c:163 +#, c-format +msgid "value for token %s is not a valid UTF-8 string" +msgstr "" + +#. no undo (or redo) steps available +#: ../app/core/core-enums.c:53 +#: ../app/core/core-enums.c:252 +#: ../app/core/core-enums.c:504 +#: ../app/paint/paint-enums.c:81 +#: ../app/widgets/gimpimagepropview.c:416 +msgid "None" +msgstr "Ешнәрсе" + +#: ../app/core/core-enums.c:54 +msgid "Floyd-Steinberg (normal)" +msgstr "" + +#: ../app/core/core-enums.c:55 +msgid "Floyd-Steinberg (reduced color bleeding)" +msgstr "" + +#: ../app/core/core-enums.c:56 +msgid "Positioned" +msgstr "" + +#: ../app/core/core-enums.c:85 +msgid "Generate optimum palette" +msgstr "" + +#: ../app/core/core-enums.c:86 +msgid "Use web-optimized palette" +msgstr "" + +#: ../app/core/core-enums.c:87 +msgid "Use black and white (1-bit) palette" +msgstr "" + +#: ../app/core/core-enums.c:88 +msgid "Use custom palette" +msgstr "" + +#: ../app/core/core-enums.c:211 +msgid "First item" +msgstr "" + +#: ../app/core/core-enums.c:213 +#: ../app/dialogs/dialogs.c:198 +#: ../app/tools/tools-enums.c:210 +msgid "Selection" +msgstr "Таңдалған" + +#: ../app/core/core-enums.c:214 +msgid "Active layer" +msgstr "" + +#: ../app/core/core-enums.c:215 +msgid "Active channel" +msgstr "" + +#: ../app/core/core-enums.c:216 +msgid "Active path" +msgstr "" + +#: ../app/core/core-enums.c:247 +msgid "Foreground color" +msgstr "" + +#: ../app/core/core-enums.c:248 +msgid "Background color" +msgstr "Фон түсі" + +#: ../app/core/core-enums.c:249 +msgid "White" +msgstr "Ақ" + +#. Transparency +#: ../app/core/core-enums.c:250 +#: ../app/dialogs/preferences-dialog.c:2311 +msgid "Transparency" +msgstr "Мөлдірлілігі" + +#: ../app/core/core-enums.c:251 +#: ../app/core/core-enums.c:308 +msgid "Pattern" +msgstr "Шаблон" + +#: ../app/core/core-enums.c:279 +msgid "Stroke line" +msgstr "" + +#: ../app/core/core-enums.c:280 +msgid "Stroke with a paint tool" +msgstr "" + +#: ../app/core/core-enums.c:307 +msgid "Solid color" +msgstr "" + +#: ../app/core/core-enums.c:336 +msgid "Miter" +msgstr "" + +#: ../app/core/core-enums.c:337 +#: ../app/core/core-enums.c:367 +msgid "Round" +msgstr "" + +#: ../app/core/core-enums.c:338 +msgid "Bevel" +msgstr "" + +#: ../app/core/core-enums.c:366 +msgid "Butt" +msgstr "" + +#: ../app/core/core-enums.c:368 +#: ../app/core/core-enums.c:443 +msgid "Square" +msgstr "Өз өзіне көбейту" + +#: ../app/core/core-enums.c:404 +msgid "Custom" +msgstr "Таңдауыңызша" + +#: ../app/core/core-enums.c:405 +msgid "Line" +msgstr "Сызық" + +#: ../app/core/core-enums.c:406 +msgid "Long dashes" +msgstr "" + +#: ../app/core/core-enums.c:407 +msgid "Medium dashes" +msgstr "" + +#: ../app/core/core-enums.c:408 +msgid "Short dashes" +msgstr "" + +#: ../app/core/core-enums.c:409 +msgid "Sparse dots" +msgstr "" + +#: ../app/core/core-enums.c:410 +msgid "Normal dots" +msgstr "" + +#: ../app/core/core-enums.c:411 +msgid "Dense dots" +msgstr "" + +#: ../app/core/core-enums.c:412 +msgid "Stipples" +msgstr "" + +#: ../app/core/core-enums.c:413 +msgid "Dash, dot" +msgstr "" + +#: ../app/core/core-enums.c:414 +msgid "Dash, dot, dot" +msgstr "" + +#: ../app/core/core-enums.c:442 +msgid "Circle" +msgstr "Шеңбер" + +#: ../app/core/core-enums.c:444 +msgid "Diamond" +msgstr "" + +#: ../app/core/core-enums.c:472 +#: ../app/dialogs/preferences-dialog.c:2343 +msgid "Horizontal" +msgstr "Жатық" + +#: ../app/core/core-enums.c:473 +#: ../app/dialogs/preferences-dialog.c:2345 +msgid "Vertical" +msgstr "Тік" + +#: ../app/core/core-enums.c:474 +msgid "Unknown" +msgstr "Белгісіз" + +#: ../app/core/core-enums.c:505 +msgid "All layers" +msgstr "" + +#: ../app/core/core-enums.c:506 +msgid "Image-sized layers" +msgstr "" + +#: ../app/core/core-enums.c:507 +msgid "All visible layers" +msgstr "" + +#: ../app/core/core-enums.c:508 +msgid "All linked layers" +msgstr "" + +#: ../app/core/core-enums.c:572 +msgid "Tiny" +msgstr "" + +#: ../app/core/core-enums.c:573 +msgid "Very small" +msgstr "Өте кішкентай" + +#: ../app/core/core-enums.c:574 +msgid "Small" +msgstr "Кішкентай" + +#: ../app/core/core-enums.c:575 +msgid "Medium" +msgstr "Орташа" + +#: ../app/core/core-enums.c:576 +msgid "Large" +msgstr "Үлкен" + +#: ../app/core/core-enums.c:577 +msgid "Very large" +msgstr "Өте үлкен" + +#: ../app/core/core-enums.c:578 +msgid "Huge" +msgstr "" + +#: ../app/core/core-enums.c:579 +msgid "Enormous" +msgstr "" + +#: ../app/core/core-enums.c:580 +msgid "Gigantic" +msgstr "" + +#: ../app/core/core-enums.c:607 +msgid "View as list" +msgstr "" + +#: ../app/core/core-enums.c:608 +msgid "View as grid" +msgstr "" + +#: ../app/core/core-enums.c:672 +msgid "No thumbnails" +msgstr "" + +#: ../app/core/core-enums.c:673 +msgid "Normal (128x128)" +msgstr "" + +#: ../app/core/core-enums.c:674 +msgid "Large (256x256)" +msgstr "" + +#: ../app/core/core-enums.c:850 +msgid "<>" +msgstr "<<қате>>" + +#: ../app/core/core-enums.c:851 +msgid "Scale image" +msgstr "" + +#: ../app/core/core-enums.c:852 +msgid "Resize image" +msgstr "" + +#: ../app/core/core-enums.c:853 +msgid "Flip image" +msgstr "" + +#: ../app/core/core-enums.c:854 +msgid "Rotate image" +msgstr "" + +#: ../app/core/core-enums.c:855 +msgid "Crop image" +msgstr "" + +#: ../app/core/core-enums.c:856 +msgid "Convert image" +msgstr "" + +#: ../app/core/core-enums.c:857 +msgid "Remove item" +msgstr "" + +#: ../app/core/core-enums.c:858 +msgid "Merge layers" +msgstr "" + +#: ../app/core/core-enums.c:859 +msgid "Merge paths" +msgstr "" + +#: ../app/core/core-enums.c:861 +#: ../app/core/core-enums.c:892 +#: ../app/core/gimpimage-grid.c:58 +#: ../app/dialogs/grid-dialog.c:152 +#: ../app/tools/tools-enums.c:241 +msgid "Grid" +msgstr "Тор" + +#: ../app/core/core-enums.c:862 +#: ../app/core/core-enums.c:894 +msgid "Guide" +msgstr "" + +#: ../app/core/core-enums.c:863 +#: ../app/core/core-enums.c:895 +msgid "Sample Point" +msgstr "" + +#: ../app/core/core-enums.c:864 +#: ../app/core/core-enums.c:896 +msgid "Layer/Channel" +msgstr "" + +#: ../app/core/core-enums.c:865 +#: ../app/core/core-enums.c:897 +msgid "Layer/Channel modification" +msgstr "" + +#: ../app/core/core-enums.c:866 +#: ../app/core/core-enums.c:898 +msgid "Selection mask" +msgstr "" + +#: ../app/core/core-enums.c:867 +#: ../app/core/core-enums.c:901 +msgid "Item visibility" +msgstr "" + +#: ../app/core/core-enums.c:868 +#: ../app/core/core-enums.c:902 +msgid "Link/Unlink item" +msgstr "" + +#: ../app/core/core-enums.c:869 +msgid "Item properties" +msgstr "" + +#: ../app/core/core-enums.c:870 +#: ../app/core/core-enums.c:900 +msgid "Move item" +msgstr "" + +#: ../app/core/core-enums.c:871 +msgid "Scale item" +msgstr "" + +#: ../app/core/core-enums.c:872 +msgid "Resize item" +msgstr "" + +#: ../app/core/core-enums.c:873 +msgid "Add layer" +msgstr "" + +#: ../app/core/core-enums.c:874 +#: ../app/core/core-enums.c:911 +msgid "Add layer mask" +msgstr "" + +#: ../app/core/core-enums.c:875 +#: ../app/core/core-enums.c:913 +msgid "Apply layer mask" +msgstr "" + +#: ../app/core/core-enums.c:876 +#: ../app/core/core-enums.c:923 +msgid "Floating selection to layer" +msgstr "" + +#: ../app/core/core-enums.c:877 +msgid "Float selection" +msgstr "" + +#: ../app/core/core-enums.c:878 +msgid "Anchor floating selection" +msgstr "" + +#: ../app/core/core-enums.c:879 +msgid "Remove floating selection" +msgstr "" + +#: ../app/core/core-enums.c:880 +#: ../app/core/gimp-edit.c:262 +msgid "Paste" +msgstr "Кірістіру" + +#: ../app/core/core-enums.c:881 +#: ../app/core/gimp-edit.c:557 +msgid "Cut" +msgstr "Қиып алу" + +#: ../app/core/core-enums.c:882 +#: ../app/tools/gimptexttool.c:161 +#: ../app/widgets/widgets-enums.c:265 +msgid "Text" +msgstr "Мәтін" + +#: ../app/core/core-enums.c:883 +#: ../app/core/core-enums.c:926 +#: ../app/core/gimpdrawable-transform.c:567 +msgid "Transform" +msgstr "" + +#: ../app/core/core-enums.c:884 +#: ../app/core/core-enums.c:927 +#: ../app/paint/gimppaintcore.c:137 +msgid "Paint" +msgstr "" + +#: ../app/core/core-enums.c:885 +#: ../app/core/core-enums.c:930 +msgid "Attach parasite" +msgstr "" + +#: ../app/core/core-enums.c:886 +#: ../app/core/core-enums.c:931 +msgid "Remove parasite" +msgstr "" + +#: ../app/core/core-enums.c:887 +msgid "Import paths" +msgstr "" + +#: ../app/core/core-enums.c:888 +#: ../app/pdb/drawable-cmds.c:885 +msgid "Plug-In" +msgstr "" + +#: ../app/core/core-enums.c:889 +msgid "Image type" +msgstr "Сурет түрі" + +#: ../app/core/core-enums.c:890 +msgid "Image size" +msgstr "Сурет өлшемі" + +#: ../app/core/core-enums.c:891 +msgid "Image resolution change" +msgstr "" + +#: ../app/core/core-enums.c:893 +msgid "Change indexed palette" +msgstr "" + +#: ../app/core/core-enums.c:899 +msgid "Rename item" +msgstr "" + +#: ../app/core/core-enums.c:903 +msgid "New layer" +msgstr "" + +#: ../app/core/core-enums.c:904 +msgid "Delete layer" +msgstr "" + +#: ../app/core/core-enums.c:905 +msgid "Reposition layer" +msgstr "" + +#: ../app/core/core-enums.c:906 +msgid "Set layer mode" +msgstr "" + +#: ../app/core/core-enums.c:907 +msgid "Set layer opacity" +msgstr "" + +#: ../app/core/core-enums.c:908 +msgid "Lock/Unlock alpha channel" +msgstr "" + +#: ../app/core/core-enums.c:909 +msgid "Text layer" +msgstr "" + +#: ../app/core/core-enums.c:910 +msgid "Text layer modification" +msgstr "" + +#: ../app/core/core-enums.c:912 +msgid "Delete layer mask" +msgstr "" + +#: ../app/core/core-enums.c:914 +msgid "Show layer mask" +msgstr "" + +#: ../app/core/core-enums.c:915 +msgid "New channel" +msgstr "" + +#: ../app/core/core-enums.c:916 +msgid "Delete channel" +msgstr "" + +#: ../app/core/core-enums.c:917 +msgid "Reposition channel" +msgstr "" + +#: ../app/core/core-enums.c:918 +msgid "Channel color" +msgstr "" + +#: ../app/core/core-enums.c:919 +msgid "New path" +msgstr "" + +#: ../app/core/core-enums.c:921 +msgid "Path modification" +msgstr "" + +#: ../app/core/core-enums.c:922 +msgid "Reposition path" +msgstr "" + +#: ../app/core/core-enums.c:924 +msgid "Rigor floating selection" +msgstr "" + +#: ../app/core/core-enums.c:925 +msgid "Relax floating selection" +msgstr "" + +#: ../app/core/core-enums.c:928 +#: ../app/paint/gimpink.c:95 +#: ../app/tools/gimpinktool.c:55 +msgid "Ink" +msgstr "" + +#: ../app/core/core-enums.c:929 +msgid "Select foreground" +msgstr "" + +#: ../app/core/core-enums.c:932 +msgid "Not undoable" +msgstr "" + +#: ../app/core/core-enums.c:1196 +msgid "Composite" +msgstr "" + +#: ../app/core/core-enums.c:1230 +msgid "Message" +msgstr "Хабарлама" + +#: ../app/core/core-enums.c:1231 +msgid "Warning" +msgstr "Ескерту" + +#: ../app/core/core-enums.c:1232 +msgid "Error" +msgstr "Қате" + +#: ../app/core/core-enums.c:1260 +msgid "Ask what to do" +msgstr "" + +#: ../app/core/core-enums.c:1261 +msgid "Keep embedded profile" +msgstr "" + +#: ../app/core/core-enums.c:1262 +msgid "Convert to RGB workspace" +msgstr "" + +#: ../app/core/gimp-contexts.c:155 +#: ../app/core/gimptooloptions.c:231 +#: ../app/gui/session.c:307 +#: ../app/menus/menus.c:433 +#: ../app/widgets/gimpdevices.c:258 +#, c-format +msgid "Deleting \"%s\" failed: %s" +msgstr "" + +#: ../app/core/gimp-edit.c:190 +#: ../app/core/gimp-edit.c:326 +msgid "Pasted Layer" +msgstr "" + +#: ../app/core/gimp-edit.c:464 +msgid "Fill with Foreground Color" +msgstr "" + +#: ../app/core/gimp-edit.c:468 +msgid "Fill with Background Color" +msgstr "" + +#: ../app/core/gimp-edit.c:472 +msgid "Fill with White" +msgstr "" + +#: ../app/core/gimp-edit.c:476 +msgid "Fill with Transparency" +msgstr "" + +#: ../app/core/gimp-edit.c:480 +msgid "Fill with Pattern" +msgstr "" + +#: ../app/core/gimp-edit.c:573 +msgid "Global Buffer" +msgstr "" + +#: ../app/core/gimp-gradients.c:61 +msgid "FG to BG (RGB)" +msgstr "" + +#: ../app/core/gimp-gradients.c:66 +msgid "FG to BG (HSV counter-clockwise)" +msgstr "" + +#: ../app/core/gimp-gradients.c:71 +msgid "FG to BG (HSV clockwise hue)" +msgstr "" + +#: ../app/core/gimp-gradients.c:76 +msgid "FG to Transparent" +msgstr "" + +#: ../app/core/gimp-user-install.c:153 +#, c-format +msgid "It seems you have used GIMP %s before. GIMP will now migrate your user settings to '%s'." +msgstr "" + +#: ../app/core/gimp-user-install.c:158 +#, c-format +msgid "It appears that you are using GIMP for the first time. GIMP will now create a folder named '%s' and copy some files to it." +msgstr "" + +#: ../app/core/gimp-user-install.c:309 +#, c-format +msgid "Copying file '%s' from '%s'..." +msgstr "" + +#: ../app/core/gimp-user-install.c:324 +#: ../app/core/gimp-user-install.c:350 +#, c-format +msgid "Creating folder '%s'..." +msgstr "" + +#: ../app/core/gimp-user-install.c:335 +#: ../app/core/gimp-user-install.c:361 +#, c-format +msgid "Cannot create folder '%s': %s" +msgstr "" + +#: ../app/core/gimp.c:543 +msgid "Initialization" +msgstr "" + +#. register all internal procedures +#: ../app/core/gimp.c:618 +msgid "Internal Procedures" +msgstr "" + +#. initialize the global parasite table +#: ../app/core/gimp.c:834 +msgid "Looking for data files" +msgstr "" + +#: ../app/core/gimp.c:834 +msgid "Parasites" +msgstr "" + +#. initialize the list of fonts +#: ../app/core/gimp.c:854 +msgid "Fonts (this may take a while)" +msgstr "" + +#. initialize the module list +#: ../app/core/gimp.c:863 +#: ../app/dialogs/preferences-dialog.c:2772 +msgid "Modules" +msgstr "Модульдер" + +#: ../app/core/gimpbrush-load.c:177 +#, c-format +msgid "Could not read %d bytes from '%s': %s" +msgstr "" + +#: ../app/core/gimpbrush-load.c:197 +#, c-format +msgid "Fatal parse error in brush file '%s': Width = 0." +msgstr "" + +#: ../app/core/gimpbrush-load.c:206 +#, c-format +msgid "Fatal parse error in brush file '%s': Height = 0." +msgstr "" + +#: ../app/core/gimpbrush-load.c:215 +#, c-format +msgid "Fatal parse error in brush file '%s': Bytes = 0." +msgstr "" + +#: ../app/core/gimpbrush-load.c:239 +#, c-format +msgid "Fatal parse error in brush file '%s': Unknown depth %d." +msgstr "" + +#: ../app/core/gimpbrush-load.c:252 +#, c-format +msgid "Fatal parse error in brush file '%s': Unknown version %d." +msgstr "" + +#: ../app/core/gimpbrush-load.c:268 +#: ../app/core/gimpbrush-load.c:388 +#: ../app/core/gimpbrush-load.c:720 +#, c-format +msgid "Fatal parse error in brush file '%s': File appears truncated." +msgstr "" + +#: ../app/core/gimpbrush-load.c:276 +#: ../app/core/gimpbrushgenerated-load.c:128 +#: ../app/core/gimpbrushpipe-load.c:97 +#, c-format +msgid "Invalid UTF-8 string in brush file '%s'." +msgstr "" + +#: ../app/core/gimpbrush-load.c:283 +#: ../app/core/gimpitem.c:505 +#: ../app/core/gimppattern-load.c:146 +#: ../app/dialogs/template-options-dialog.c:83 +#: ../app/tools/gimpvectortool.c:299 +msgid "Unnamed" +msgstr "Атаусыз" + +#: ../app/core/gimpbrush-load.c:377 +#, c-format +msgid "" +"Fatal parse error in brush file '%s': Unsupported brush depth %d\n" +"GIMP brushes must be GRAY or RGBA." +msgstr "" + +#: ../app/core/gimpbrush-load.c:448 +#, c-format +msgid "Fatal parse error in brush file '%s': unable to decode abr format version %d." +msgstr "" + +#: ../app/core/gimpbrush-load.c:615 +#, c-format +msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." +msgstr "" + +#: ../app/core/gimpbrushgenerated-load.c:87 +#, c-format +msgid "Fatal parse error in brush file '%s': Not a GIMP brush file." +msgstr "" + +#: ../app/core/gimpbrushgenerated-load.c:104 +#, c-format +msgid "Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." +msgstr "" + +#: ../app/core/gimpbrushgenerated-load.c:150 +#, c-format +msgid "Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." +msgstr "" + +#: ../app/core/gimpbrushgenerated-load.c:226 +#, fuzzy, c-format +msgid "Line %d: %s" +msgstr "Жол" + +#: ../app/core/gimpbrushgenerated-load.c:228 +#, c-format +msgid "File is truncated in line %d" +msgstr "" + +#: ../app/core/gimpbrushgenerated-load.c:231 +#, c-format +msgid "Error while reading brush file '%s': %s" +msgstr "" + +#: ../app/core/gimpbrushpipe-load.c:113 +#: ../app/core/gimpbrushpipe-load.c:133 +#: ../app/core/gimpbrushpipe-load.c:223 +#, c-format +msgid "Fatal parse error in brush file '%s': File is corrupt." +msgstr "" + +#: ../app/core/gimpchannel-select.c:60 +msgctxt "command" +msgid "Rectangle Select" +msgstr "" + +#: ../app/core/gimpchannel-select.c:111 +msgctxt "command" +msgid "Ellipse Select" +msgstr "" + +#: ../app/core/gimpchannel-select.c:165 +msgctxt "command" +msgid "Rounded Rectangle Select" +msgstr "" + +#: ../app/core/gimpchannel-select.c:434 +msgid "Alpha to Selection" +msgstr "" + +#: ../app/core/gimpchannel-select.c:472 +#, c-format +msgid "%s Channel to Selection" +msgstr "" + +#: ../app/core/gimpchannel-select.c:520 +#: ../app/tools/gimpfuzzyselecttool.c:80 +msgctxt "command" +msgid "Fuzzy Select" +msgstr "" + +#: ../app/core/gimpchannel-select.c:567 +#: ../app/tools/gimpbycolorselecttool.c:82 +msgctxt "command" +msgid "Select by Color" +msgstr "" + +#: ../app/core/gimpchannel.c:257 +msgid "Channel" +msgstr "Арна" + +#: ../app/core/gimpchannel.c:258 +msgid "Rename Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:259 +msgid "Move Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:260 +msgid "Scale Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:261 +msgid "Resize Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:262 +msgid "Flip Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:263 +msgid "Rotate Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:264 +#: ../app/core/gimpdrawable-transform.c:886 +msgid "Transform Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:265 +msgid "Stroke Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:286 +msgid "Feather Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:287 +msgid "Sharpen Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:288 +msgid "Clear Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:289 +msgid "Fill Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:290 +msgid "Invert Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:291 +msgid "Border Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:292 +msgid "Grow Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:293 +msgid "Shrink Channel" +msgstr "" + +#: ../app/core/gimpchannel.c:710 +#, c-format +msgid "Cannot stroke empty channel." +msgstr "" + +#: ../app/core/gimpchannel.c:1631 +msgid "Set Channel Color" +msgstr "" + +#: ../app/core/gimpchannel.c:1679 +msgid "Set Channel Opacity" +msgstr "" + +#: ../app/core/gimpchannel.c:1747 +#: ../app/core/gimpselection.c:520 +msgid "Selection Mask" +msgstr "" + +#: ../app/core/gimpdata.c:526 +#: ../app/core/gimptoolpresets.c:279 +#, c-format +msgid "Could not delete '%s': %s" +msgstr "" + +#: ../app/core/gimpdatafactory.c:415 +#: ../app/core/gimpdatafactory.c:575 +#: ../app/core/gimpdatafactory.c:595 +#, c-format +msgid "" +"Failed to save data:\n" +"\n" +"%s" +msgstr "" + +#: ../app/core/gimpdatafactory.c:494 +#: ../app/core/gimpdatafactory.c:497 +#: ../app/core/gimpitem.c:312 +#: ../app/core/gimpitem.c:315 +#, fuzzy +msgid "copy" +msgstr "Көшіру" + +#: ../app/core/gimpdatafactory.c:506 +#: ../app/core/gimpitem.c:324 +#, fuzzy, c-format +msgid "%s copy" +msgstr "Көшіру" + +#: ../app/core/gimpdatafactory.c:576 +msgid "You don't have a writable data folder configured." +msgstr "" + +#: ../app/core/gimpdatafactory.c:751 +#, c-format +msgid "" +"Failed to load data:\n" +"\n" +"%s" +msgstr "" + +#: ../app/core/gimpdrawable-blend.c:245 +#: ../app/tools/gimpblendtool.c:107 +msgid "Blend" +msgstr "" + +#: ../app/core/gimpdrawable-brightness-contrast.c:76 +msgid "Brightness_Contrast" +msgstr "" + +#: ../app/core/gimpdrawable-brightness-contrast.c:87 +#: ../app/tools/gimpbrightnesscontrasttool.c:111 +msgid "Brightness-Contrast" +msgstr "" + +#: ../app/core/gimpdrawable-bucket-fill.c:91 +#, c-format +msgid "No patterns available for this operation." +msgstr "" + +#: ../app/core/gimpdrawable-bucket-fill.c:286 +msgctxt "command" +msgid "Bucket Fill" +msgstr "" + +#: ../app/core/gimpdrawable-color-balance.c:80 +#: ../app/core/gimpdrawable-color-balance.c:90 +#: ../app/tools/gimpcolorbalancetool.c:94 +msgid "Color Balance" +msgstr "" + +#: ../app/core/gimpdrawable-colorize.c:73 +#: ../app/core/gimpdrawable-colorize.c:85 +#: ../app/tools/gimpcolorizetool.c:90 +msgid "Colorize" +msgstr "" + +#: ../app/core/gimpdrawable-curves.c:165 +#: ../app/core/gimpdrawable-curves.c:182 +#: ../app/tools/gimpcurvestool.c:140 +msgid "Curves" +msgstr "" + +#: ../app/core/gimpdrawable-desaturate.c:71 +#: ../app/core/gimpdrawable-desaturate.c:77 +#: ../app/tools/gimpdesaturatetool.c:77 +msgid "Desaturate" +msgstr "" + +#: ../app/core/gimpdrawable-equalize.c:53 +msgid "Equalize" +msgstr "" + +#: ../app/core/gimpdrawable-foreground-extract.c:138 +msgid "Foreground Extraction" +msgstr "" + +#: ../app/core/gimpdrawable-hue-saturation.c:78 +#: ../app/tools/gimphuesaturationtool.c:102 +msgid "Hue-Saturation" +msgstr "" + +#: ../app/core/gimpdrawable-hue-saturation.c:88 +msgid "Hue_Saturation" +msgstr "" + +#: ../app/core/gimpdrawable-invert.c:60 +#: ../app/core/gimpdrawable-invert.c:68 +msgid "Invert" +msgstr "" + +#: ../app/core/gimpdrawable-levels.c:154 +#: ../app/core/gimpdrawable-levels.c:170 +#: ../app/tools/gimplevelstool.c:150 +msgid "Levels" +msgstr "" + +#: ../app/core/gimpdrawable-offset.c:316 +msgid "Offset Drawable" +msgstr "" + +#: ../app/core/gimpdrawable-posterize.c:70 +#: ../app/core/gimpdrawable-posterize.c:80 +#: ../app/tools/gimpposterizetool.c:84 +msgid "Posterize" +msgstr "" + +#: ../app/core/gimpdrawable-stroke.c:324 +msgid "Render Stroke" +msgstr "" + +#: ../app/core/gimpdrawable-threshold.c:71 +#: ../app/core/gimpdrawable-threshold.c:82 +#: ../app/tools/gimpthresholdtool.c:90 +msgid "Threshold" +msgstr "" + +#: ../app/core/gimpdrawable-transform.c:645 +#: ../app/tools/gimpfliptool.c:116 +msgctxt "command" +msgid "Flip" +msgstr "" + +#: ../app/core/gimpdrawable-transform.c:745 +#: ../app/tools/gimprotatetool.c:121 +msgctxt "command" +msgid "Rotate" +msgstr "Бұру" + +#: ../app/core/gimpdrawable-transform.c:884 +#: ../app/core/gimplayer.c:255 +msgid "Transform Layer" +msgstr "" + +#: ../app/core/gimpdrawable-transform.c:899 +msgid "Transformation" +msgstr "" + +#: ../app/core/gimpgradient-load.c:71 +#: ../app/core/gimpgradient-load.c:96 +#: ../app/core/gimpgradient-load.c:117 +#: ../app/core/gimpgradient-load.c:168 +#, c-format +msgid "Fatal parse error in gradient file '%s': Read error in line %d." +msgstr "" + +#: ../app/core/gimpgradient-load.c:81 +#, c-format +msgid "Fatal parse error in gradient file '%s': Not a GIMP gradient file." +msgstr "" + +#: ../app/core/gimpgradient-load.c:109 +#, c-format +msgid "Invalid UTF-8 string in gradient file '%s'." +msgstr "" + +#: ../app/core/gimpgradient-load.c:136 +#, c-format +msgid "Fatal parse error in gradient file '%s': File is corrupt in line %d." +msgstr "" + +#: ../app/core/gimpgradient-load.c:218 +#: ../app/core/gimpgradient-load.c:229 +#, c-format +msgid "Fatal parse error in gradient file '%s': Corrupt segment %d in line %d." +msgstr "" + +#: ../app/core/gimpgradient-load.c:241 +#: ../app/core/gimpgradient-load.c:255 +#, c-format +msgid "Gradient file '%s' is corrupt: Segments do not span the range 0-1." +msgstr "" + +#: ../app/core/gimpgradient-load.c:334 +#, c-format +msgid "No linear gradients found in '%s'" +msgstr "" + +#: ../app/core/gimpgradient-load.c:344 +#, c-format +msgid "Failed to import gradients from '%s': %s" +msgstr "" + +#: ../app/core/gimpgrid.c:84 +msgid "Line style used for the grid." +msgstr "" + +#: ../app/core/gimpgrid.c:90 +msgid "The foreground color of the grid." +msgstr "" + +#: ../app/core/gimpgrid.c:95 +msgid "The background color of the grid; only used in double dashed line style." +msgstr "" + +#: ../app/core/gimpgrid.c:101 +msgid "Horizontal spacing of grid lines." +msgstr "" + +#: ../app/core/gimpgrid.c:106 +msgid "Vertical spacing of grid lines." +msgstr "" + +#: ../app/core/gimpgrid.c:115 +msgid "Horizontal offset of the first grid line; this may be a negative number." +msgstr "" + +#: ../app/core/gimpgrid.c:122 +msgid "Vertical offset of the first grid line; this may be a negative number." +msgstr "" + +#: ../app/core/gimpimage-arrange.c:143 +msgid "Arrange Objects" +msgstr "" + +#: ../app/core/gimpimage-colormap.c:63 +msgid "Set Colormap" +msgstr "" + +#: ../app/core/gimpimage-colormap.c:118 +msgid "Change Colormap entry" +msgstr "" + +#: ../app/core/gimpimage-colormap.c:138 +msgid "Add Color to Colormap" +msgstr "" + +#: ../app/core/gimpimage-convert.c:792 +#, c-format +msgid "Cannot convert image: palette is empty." +msgstr "" + +#: ../app/core/gimpimage-convert.c:806 +msgid "Convert Image to RGB" +msgstr "" + +#: ../app/core/gimpimage-convert.c:810 +msgid "Convert Image to Grayscale" +msgstr "" + +#: ../app/core/gimpimage-convert.c:814 +msgid "Convert Image to Indexed" +msgstr "" + +#: ../app/core/gimpimage-convert.c:896 +msgid "Converting to indexed colors (stage 2)" +msgstr "" + +#: ../app/core/gimpimage-convert.c:941 +msgid "Converting to indexed colors (stage 3)" +msgstr "" + +#: ../app/core/gimpimage-crop.c:130 +msgctxt "command" +msgid "Crop Image" +msgstr "" + +#: ../app/core/gimpimage-crop.c:133 +#: ../app/core/gimpimage-resize.c:90 +msgid "Resize Image" +msgstr "" + +#: ../app/core/gimpimage-guides.c:51 +msgid "Add Horizontal Guide" +msgstr "" + +#: ../app/core/gimpimage-guides.c:74 +msgid "Add Vertical Guide" +msgstr "" + +#: ../app/core/gimpimage-guides.c:115 +#: ../app/tools/gimpmovetool.c:564 +msgid "Remove Guide" +msgstr "" + +#: ../app/core/gimpimage-guides.c:140 +msgid "Move Guide" +msgstr "" + +#: ../app/core/gimpimage-item-list.c:53 +msgid "Translate Items" +msgstr "" + +#: ../app/core/gimpimage-item-list.c:80 +msgid "Flip Items" +msgstr "" + +#: ../app/core/gimpimage-item-list.c:107 +msgid "Rotate Items" +msgstr "" + +#: ../app/core/gimpimage-item-list.c:137 +msgid "Transform Items" +msgstr "" + +#: ../app/core/gimpimage-merge.c:102 +#: ../app/core/gimpimage-merge.c:114 +msgid "Merge Visible Layers" +msgstr "" + +#: ../app/core/gimpimage-merge.c:165 +msgid "Flatten Image" +msgstr "" + +#: ../app/core/gimpimage-merge.c:214 +msgid "Merge Down" +msgstr "" + +#: ../app/core/gimpimage-merge.c:254 +msgid "Merge Visible Paths" +msgstr "" + +#: ../app/core/gimpimage-merge.c:289 +#, c-format +msgid "Not enough visible paths for a merge. There must be at least two." +msgstr "" + +#: ../app/core/gimpimage-quick-mask.c:82 +msgid "Enable Quick Mask" +msgstr "" + +#: ../app/core/gimpimage-quick-mask.c:132 +msgid "Disable Quick Mask" +msgstr "" + +#: ../app/core/gimpimage-sample-points.c:53 +msgid "Add Sample Point" +msgstr "" + +#: ../app/core/gimpimage-sample-points.c:98 +#: ../app/tools/gimpcolortool.c:429 +msgid "Remove Sample Point" +msgstr "" + +#: ../app/core/gimpimage-sample-points.c:135 +msgid "Move Sample Point" +msgstr "" + +#: ../app/core/gimpimage-undo-push.c:863 +#, c-format +msgid "Can't undo %s" +msgstr "" + +#: ../app/core/gimpimage.c:1506 +msgid "Change Image Resolution" +msgstr "" + +#: ../app/core/gimpimage.c:1550 +msgid "Change Image Unit" +msgstr "" + +#: ../app/core/gimpimage.c:2384 +msgid "Attach Parasite to Image" +msgstr "" + +#: ../app/core/gimpimage.c:2422 +msgid "Remove Parasite from Image" +msgstr "" + +#: ../app/core/gimpimage.c:2875 +msgid "Add Layer" +msgstr "" + +#: ../app/core/gimpimage.c:2935 +#: ../app/core/gimpimage.c:2948 +msgid "Remove Layer" +msgstr "" + +#: ../app/core/gimpimage.c:3092 +msgid "Layer cannot be raised higher." +msgstr "" + +#: ../app/core/gimpimage.c:3097 +msgid "Raise Layer" +msgstr "" + +#: ../app/core/gimpimage.c:3116 +msgid "Layer cannot be lowered more." +msgstr "" + +#: ../app/core/gimpimage.c:3121 +msgid "Lower Layer" +msgstr "" + +#: ../app/core/gimpimage.c:3132 +msgid "Raise Layer to Top" +msgstr "" + +#: ../app/core/gimpimage.c:3147 +msgid "Lower Layer to Bottom" +msgstr "" + +#: ../app/core/gimpimage.c:3209 +msgid "Add Channel" +msgstr "" + +#: ../app/core/gimpimage.c:3252 +#: ../app/core/gimpimage.c:3263 +msgid "Remove Channel" +msgstr "" + +#: ../app/core/gimpimage.c:3312 +msgid "Channel cannot be raised higher." +msgstr "" + +#: ../app/core/gimpimage.c:3317 +msgid "Raise Channel" +msgstr "" + +#: ../app/core/gimpimage.c:3328 +msgid "Raise Channel to Top" +msgstr "" + +#: ../app/core/gimpimage.c:3348 +msgid "Channel cannot be lowered more." +msgstr "" + +#: ../app/core/gimpimage.c:3353 +msgid "Lower Channel" +msgstr "" + +#: ../app/core/gimpimage.c:3368 +msgid "Lower Channel to Bottom" +msgstr "" + +#: ../app/core/gimpimage.c:3432 +msgid "Add Path" +msgstr "" + +#: ../app/core/gimpimage.c:3476 +msgid "Remove Path" +msgstr "" + +#: ../app/core/gimpimage.c:3522 +msgid "Path cannot be raised higher." +msgstr "" + +#: ../app/core/gimpimage.c:3527 +msgid "Raise Path" +msgstr "" + +#: ../app/core/gimpimage.c:3538 +msgid "Raise Path to Top" +msgstr "" + +#: ../app/core/gimpimage.c:3557 +msgid "Path cannot be lowered more." +msgstr "" + +#: ../app/core/gimpimage.c:3562 +msgid "Lower Path" +msgstr "" + +#: ../app/core/gimpimage.c:3577 +msgid "Lower Path to Bottom" +msgstr "" + +#: ../app/core/gimpimagefile.c:528 +#: ../app/dialogs/preferences-dialog.c:1727 +msgid "Folder" +msgstr "Бума" + +#: ../app/core/gimpimagefile.c:533 +msgid "Special File" +msgstr "" + +#: ../app/core/gimpimagefile.c:549 +msgid "Remote File" +msgstr "" + +#: ../app/core/gimpimagefile.c:568 +msgid "Click to create preview" +msgstr "" + +#: ../app/core/gimpimagefile.c:574 +msgid "Loading preview..." +msgstr "" + +#: ../app/core/gimpimagefile.c:580 +msgid "Preview is out of date" +msgstr "" + +#: ../app/core/gimpimagefile.c:586 +msgid "Cannot create preview" +msgstr "" + +#: ../app/core/gimpimagefile.c:596 +msgid "(Preview may be out of date)" +msgstr "" + +#. pixel size +#: ../app/core/gimpimagefile.c:605 +#: ../app/widgets/gimpimagepropview.c:446 +#: ../app/widgets/gimpsizebox.c:438 +#: ../app/widgets/gimptemplateeditor.c:566 +#, fuzzy, c-format +msgid "%d × %d pixel" +msgid_plural "%d × %d pixels" +msgstr[0] "пиксель" +msgstr[1] "" + +#: ../app/core/gimpimagefile.c:628 +#: ../app/display/gimpdisplayshell-title.c:325 +#, c-format +msgid "%d layer" +msgid_plural "%d layers" +msgstr[0] "" +msgstr[1] "" + +#: ../app/core/gimpimagefile.c:675 +#, c-format +msgid "Could not open thumbnail '%s': %s" +msgstr "" + +#: ../app/core/gimpitem.c:1138 +msgid "Attach Parasite" +msgstr "" + +#: ../app/core/gimpitem.c:1148 +msgid "Attach Parasite to Item" +msgstr "" + +#: ../app/core/gimpitem.c:1190 +#: ../app/core/gimpitem.c:1197 +msgid "Remove Parasite from Item" +msgstr "" + +#: ../app/core/gimplayer-floating-sel.c:99 +msgid "Remove Floating Selection" +msgstr "" + +#: ../app/core/gimplayer-floating-sel.c:130 +msgid "Anchor Floating Selection" +msgstr "" + +#: ../app/core/gimplayer-floating-sel.c:205 +#: ../app/core/gimplayer.c:643 +#, c-format +msgid "Cannot create a new layer from the floating selection because it belongs to a layer mask or channel." +msgstr "" + +#: ../app/core/gimplayer-floating-sel.c:211 +msgid "Floating Selection to Layer" +msgstr "" + +#: ../app/core/gimplayer.c:248 +#: ../app/tools/tools-enums.c:209 +msgid "Layer" +msgstr "" + +#: ../app/core/gimplayer.c:249 +msgid "Rename Layer" +msgstr "" + +#: ../app/core/gimplayer.c:250 +#: ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 +msgid "Move Layer" +msgstr "" + +#: ../app/core/gimplayer.c:252 +msgid "Resize Layer" +msgstr "" + +#: ../app/core/gimplayer.c:253 +msgid "Flip Layer" +msgstr "" + +#: ../app/core/gimplayer.c:254 +msgid "Rotate Layer" +msgstr "" + +#: ../app/core/gimplayer.c:405 +#: ../app/core/gimplayer.c:1330 +#: ../app/core/gimplayermask.c:208 +#, c-format +msgid "%s mask" +msgstr "" + +#: ../app/core/gimplayer.c:446 +#, c-format +msgid "" +"Floating Selection\n" +"(%s)" +msgstr "" + +#: ../app/core/gimplayer.c:1266 +#, c-format +msgid "Unable to add a layer mask since the layer already has one." +msgstr "" + +#: ../app/core/gimplayer.c:1277 +#, c-format +msgid "Cannot add layer mask of different dimensions than specified layer." +msgstr "" + +#: ../app/core/gimplayer.c:1385 +msgid "Transfer Alpha to Mask" +msgstr "" + +#: ../app/core/gimplayer.c:1557 +#: ../app/core/gimplayermask.c:235 +msgid "Apply Layer Mask" +msgstr "" + +#: ../app/core/gimplayer.c:1558 +msgid "Delete Layer Mask" +msgstr "" + +#: ../app/core/gimplayer.c:1670 +msgid "Add Alpha Channel" +msgstr "" + +#: ../app/core/gimplayer.c:1724 +msgid "Remove Alpha Channel" +msgstr "" + +#: ../app/core/gimplayer.c:1746 +msgid "Layer to Image Size" +msgstr "" + +#: ../app/core/gimplayermask.c:105 +msgid "Move Layer Mask" +msgstr "" + +#. reject renaming, layer masks are always named " mask" +#: ../app/core/gimplayermask.c:160 +#, c-format +msgid "Cannot rename layer masks." +msgstr "" + +#: ../app/core/gimplayermask.c:303 +msgid "Show Layer Mask" +msgstr "" + +#: ../app/core/gimppalette-import.c:428 +#, fuzzy, c-format +msgid "Index %d" +msgstr "_Мазмұны" + +#: ../app/core/gimppalette-import.c:532 +#, c-format +msgid "Unknown type of palette file: %s" +msgstr "" + +#: ../app/core/gimppalette-load.c:85 +#: ../app/core/gimppalette-load.c:110 +#: ../app/core/gimppalette-load.c:131 +#: ../app/core/gimppalette-load.c:160 +#: ../app/core/gimppalette-load.c:236 +#, c-format +msgid "Fatal parse error in palette file '%s': Read error in line %d." +msgstr "" + +#: ../app/core/gimppalette-load.c:95 +#, c-format +msgid "Fatal parse error in palette file '%s': Missing magic header." +msgstr "" + +#: ../app/core/gimppalette-load.c:123 +#, c-format +msgid "Invalid UTF-8 string in palette file '%s'" +msgstr "" + +#: ../app/core/gimppalette-load.c:147 +#, c-format +msgid "Reading palette file '%s': Invalid number of columns in line %d. Using default value." +msgstr "" + +#: ../app/core/gimppalette-load.c:183 +#, c-format +msgid "Reading palette file '%s': Missing RED component in line %d." +msgstr "" + +#: ../app/core/gimppalette-load.c:191 +#, c-format +msgid "Reading palette file '%s': Missing GREEN component in line %d." +msgstr "" + +#: ../app/core/gimppalette-load.c:199 +#, c-format +msgid "Reading palette file '%s': Missing BLUE component in line %d." +msgstr "" + +#: ../app/core/gimppalette-load.c:209 +#, c-format +msgid "Reading palette file '%s': RGB value out of range in line %d." +msgstr "" + +#: ../app/core/gimppattern-load.c:85 +#: ../app/core/gimppattern-load.c:131 +#: ../app/core/gimppattern-load.c:162 +#, c-format +msgid "Fatal parse error in pattern file '%s': File appears truncated." +msgstr "" + +#: ../app/core/gimppattern-load.c:104 +#, c-format +msgid "Fatal parse error in pattern file '%s': Unknown pattern format version %d." +msgstr "" + +#: ../app/core/gimppattern-load.c:114 +#, c-format +msgid "" +"Fatal parse error in pattern file '%s: Unsupported pattern depth %d.\n" +"GIMP Patterns must be GRAY or RGB." +msgstr "" + +#: ../app/core/gimppattern-load.c:139 +#, c-format +msgid "Invalid UTF-8 string in pattern file '%s'." +msgstr "" + +#: ../app/core/gimppdbprogress.c:288 +#: ../app/widgets/gimppdbdialog.c:352 +#, c-format +msgid "Unable to run %s callback. The corresponding plug-in may have crashed." +msgstr "" + +#: ../app/core/gimpprogress.c:107 +#: ../app/core/gimpprogress.c:154 +msgid "Please wait" +msgstr "Күте тұрыңыз" + +#: ../app/core/gimpselection.c:150 +#: ../app/tools/gimpeditselectiontool.c:240 +msgid "Move Selection" +msgstr "" + +#: ../app/core/gimpselection.c:168 +msgid "Sharpen Selection" +msgstr "" + +#: ../app/core/gimpselection.c:169 +msgid "Select None" +msgstr "Ештеңе таңдамау" + +#: ../app/core/gimpselection.c:170 +msgid "Select All" +msgstr "Барлығын таңдау" + +#: ../app/core/gimpselection.c:171 +msgid "Invert Selection" +msgstr "Таңдауды терістеу" + +#: ../app/core/gimpselection.c:275 +#, c-format +msgid "There is no selection to stroke." +msgstr "" + +#: ../app/core/gimpselection.c:640 +#, c-format +msgid "Unable to cut or copy because the selected region is empty." +msgstr "" + +#: ../app/core/gimpselection.c:814 +#, c-format +msgid "Cannot float selection because the selected region is empty." +msgstr "" + +#: ../app/core/gimpselection.c:821 +msgid "Float Selection" +msgstr "" + +#: ../app/core/gimpselection.c:837 +msgid "Floated Layer" +msgstr "" + +#: ../app/core/gimpstrokeoptions.c:119 +msgid "Convert a mitered join to a bevelled join if the miter would extend to a distance of more than miter-limit * line-width from the actual join point." +msgstr "" + +#: ../app/core/gimptemplate.c:106 +msgid "The unit used for coordinate display when not in dot-for-dot mode." +msgstr "" + +#: ../app/core/gimptemplate.c:113 +msgid "The horizontal image resolution." +msgstr "" + +#: ../app/core/gimptemplate.c:119 +msgid "The vertical image resolution." +msgstr "" + +#: ../app/core/gimptemplate.c:405 +#: ../app/widgets/widgets-enums.c:24 +msgid "Background" +msgstr "Фон" + +#. pseudo unit +#: ../app/core/gimpunit.c:56 +msgid "pixel" +msgstr "пиксель" + +#: ../app/core/gimpunit.c:56 +#: ../app/tools/gimpmeasuretool.c:877 +#: ../app/tools/gimpmeasuretool.c:1020 +#: ../app/tools/gimpmeasuretool.c:1076 +#: ../app/tools/gimpmeasuretool.c:1104 +#: ../app/tools/gimppainttool.c:615 +msgid "pixels" +msgstr "пиксель" + +#. standard units +#: ../app/core/gimpunit.c:59 +msgid "inch" +msgstr "дюйм" + +#: ../app/core/gimpunit.c:59 +msgid "inches" +msgstr "дюйм" + +#: ../app/core/gimpunit.c:60 +msgid "millimeter" +msgstr "" + +#: ../app/core/gimpunit.c:60 +msgid "millimeters" +msgstr "миллиметр" + +#. professional units +#: ../app/core/gimpunit.c:63 +msgid "point" +msgstr "" + +#: ../app/core/gimpunit.c:63 +msgid "points" +msgstr "" + +#: ../app/core/gimpunit.c:64 +msgid "pica" +msgstr "" + +#: ../app/core/gimpunit.c:64 +msgid "picas" +msgstr "" + +#: ../app/core/gimpunit.c:71 +msgid "percent" +msgstr "пайыз" + +#: ../app/core/gimpunit.c:71 +msgid "plural|percent" +msgstr "" + +#: ../app/dialogs/about-dialog.c:123 +msgid "Visit the GIMP website" +msgstr "" + +#. Translators: insert your names here, separated by newline +#: ../app/dialogs/about-dialog.c:128 +msgid "translator-credits" +msgstr "Baurzhan Muftakhidinov , 2010" + +#: ../app/dialogs/about-dialog.c:529 +msgid "GIMP is brought to you by" +msgstr "" + +#: ../app/dialogs/about-dialog.c:603 +msgid "This is an unstable development release." +msgstr "" + +#: ../app/dialogs/channel-options-dialog.c:145 +msgid "Channel _name:" +msgstr "" + +#: ../app/dialogs/channel-options-dialog.c:174 +msgid "Initialize from _selection" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:125 +msgid "Indexed Color Conversion" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:128 +msgid "Convert Image to Indexed Colors" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:138 +msgid "C_onvert" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:189 +msgid "_Maximum number of colors:" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:216 +msgid "_Remove unused colors from colormap" +msgstr "" + +#. dithering +#: ../app/dialogs/convert-dialog.c:232 +#: ../app/tools/gimpblendoptions.c:247 +msgid "Dithering" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:244 +msgid "Color _dithering:" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:259 +msgid "Enable dithering of _transparency" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:286 +msgid "Converting to indexed colors" +msgstr "" + +#: ../app/dialogs/convert-dialog.c:414 +#: ../app/pdb/convert-cmds.c:150 +#, c-format +msgid "Cannot convert to a palette with more than 256 colors." +msgstr "" + +#: ../app/dialogs/dialogs-constructors.c:184 +#: ../app/gui/gui.c:161 +#: ../app/gui/gui-message.c:148 +msgid "GIMP Message" +msgstr "" + +#: ../app/dialogs/dialogs.c:142 +msgid "Devices" +msgstr "Құрылғылар" + +#: ../app/dialogs/dialogs.c:142 +msgid "Device Status" +msgstr "" + +#: ../app/dialogs/dialogs.c:146 +msgid "Errors" +msgstr "Қателер" + +#: ../app/dialogs/dialogs.c:171 +msgid "History" +msgstr "Тарихы" + +#: ../app/dialogs/dialogs.c:173 +msgid "Image Templates" +msgstr "" + +#: ../app/dialogs/dialogs.c:194 +msgid "Histogram" +msgstr "" + +#: ../app/dialogs/dialogs.c:198 +msgid "Selection Editor" +msgstr "" + +#: ../app/dialogs/dialogs.c:202 +msgid "Undo" +msgstr "Болдырмау" + +#: ../app/dialogs/dialogs.c:202 +msgid "Undo History" +msgstr "" + +#: ../app/dialogs/dialogs.c:212 +msgid "Navigation" +msgstr "Навигация" + +#: ../app/dialogs/dialogs.c:212 +msgid "Display Navigation" +msgstr "" + +#: ../app/dialogs/dialogs.c:218 +msgid "FG/BG" +msgstr "" + +#: ../app/dialogs/dialogs.c:218 +msgid "FG/BG Color" +msgstr "" + +#: ../app/dialogs/fade-dialog.c:110 +#, c-format +msgid "Fade %s" +msgstr "" + +#: ../app/dialogs/fade-dialog.c:123 +msgid "_Fade" +msgstr "" + +#: ../app/dialogs/fade-dialog.c:157 +msgid "_Mode:" +msgstr "_Режимі:" + +#: ../app/dialogs/fade-dialog.c:163 +msgid "_Opacity:" +msgstr "_Мөлдірлілігі:" + +#: ../app/dialogs/file-open-dialog.c:262 +msgid "Open layers" +msgstr "" + +#: ../app/dialogs/file-open-location-dialog.c:72 +msgid "Open Location" +msgstr "Орналасуды ашу" + +#: ../app/dialogs/file-open-location-dialog.c:110 +msgid "Enter location (URI):" +msgstr "" + +#: ../app/dialogs/file-save-dialog.c:302 +#: ../app/dialogs/file-save-dialog.c:338 +msgid "The given filename does not have any known file extension. Please enter a known file extension or select a file format from the file format list." +msgstr "" + +#: ../app/dialogs/file-save-dialog.c:371 +msgid "Saving remote files needs to determine the file format from the file extension. Please enter a file extension that matches the selected file format or enter no file extension at all." +msgstr "" + +#: ../app/dialogs/file-save-dialog.c:428 +msgid "Extension Mismatch" +msgstr "" + +#: ../app/dialogs/file-save-dialog.c:444 +msgid "The given file extension does not match the chosen file type." +msgstr "" + +#: ../app/dialogs/file-save-dialog.c:448 +msgid "Do you want to save the image using this name anyway?" +msgstr "" + +#: ../app/dialogs/grid-dialog.c:85 +msgid "Configure Grid" +msgstr "" + +#: ../app/dialogs/grid-dialog.c:86 +msgid "Configure Image Grid" +msgstr "" + +#: ../app/dialogs/image-merge-layers-dialog.c:64 +msgid "Merge Layers" +msgstr "" + +#: ../app/dialogs/image-merge-layers-dialog.c:66 +msgid "Layers Merge Options" +msgstr "" + +#: ../app/dialogs/image-merge-layers-dialog.c:72 +msgid "_Merge" +msgstr "Бірі_ктіру" + +#: ../app/dialogs/image-merge-layers-dialog.c:91 +msgid "Final, Merged Layer should be:" +msgstr "" + +#: ../app/dialogs/image-merge-layers-dialog.c:95 +msgid "Expanded as necessary" +msgstr "" + +#: ../app/dialogs/image-merge-layers-dialog.c:98 +msgid "Clipped to image" +msgstr "" + +#: ../app/dialogs/image-merge-layers-dialog.c:101 +msgid "Clipped to bottom layer" +msgstr "" + +#: ../app/dialogs/image-merge-layers-dialog.c:109 +msgid "_Discard invisible layers" +msgstr "" + +#: ../app/dialogs/image-new-dialog.c:96 +msgid "Create a New Image" +msgstr "" + +#: ../app/dialogs/image-new-dialog.c:144 +#: ../app/dialogs/preferences-dialog.c:2021 +msgid "_Template:" +msgstr "" + +#: ../app/dialogs/image-new-dialog.c:299 +msgid "Confirm Image Size" +msgstr "" + +#: ../app/dialogs/image-new-dialog.c:321 +#: ../app/dialogs/image-scale-dialog.c:239 +#, c-format +msgid "You are trying to create an image with a size of %s." +msgstr "" + +#: ../app/dialogs/image-new-dialog.c:328 +#, c-format +msgid "An image of the chosen size will use more memory than what is configured as \"Maximum Image Size\" in the Preferences dialog (currently %s)." +msgstr "" + +#: ../app/dialogs/image-properties-dialog.c:60 +#: ../app/dialogs/image-properties-dialog.c:63 +msgid "Image Properties" +msgstr "Сурет қасиеттері" + +#: ../app/dialogs/image-properties-dialog.c:84 +msgid "Properties" +msgstr "Қасиеттері" + +#: ../app/dialogs/image-properties-dialog.c:89 +msgid "Color Profile" +msgstr "" + +#: ../app/dialogs/image-properties-dialog.c:94 +msgid "Comment" +msgstr "Түсіндірме" + +#: ../app/dialogs/image-scale-dialog.c:111 +msgctxt "dialog-title" +msgid "Scale Image" +msgstr "" + +#: ../app/dialogs/image-scale-dialog.c:205 +msgid "Confirm Scaling" +msgstr "" + +#: ../app/dialogs/image-scale-dialog.c:245 +#, c-format +msgid "Scaling the image to the chosen size will make it use more memory than what is configured as \"Maximum Image Size\" in the Preferences dialog (currently %s)." +msgstr "" + +#: ../app/dialogs/image-scale-dialog.c:260 +msgid "Scaling the image to the chosen size will shrink some layers completely away." +msgstr "" + +#: ../app/dialogs/image-scale-dialog.c:264 +msgid "Is this what you want to do?" +msgstr "" + +#: ../app/dialogs/keyboard-shortcuts-dialog.c:49 +msgid "Configure Keyboard Shortcuts" +msgstr "" + +#: ../app/dialogs/keyboard-shortcuts-dialog.c:73 +msgid "To edit a shortcut key, click on the corresponding row and type a new accelerator, or press backspace to clear." +msgstr "" + +#: ../app/dialogs/keyboard-shortcuts-dialog.c:81 +msgid "S_ave keyboard shortcuts on exit" +msgstr "" + +#: ../app/dialogs/layer-add-mask-dialog.c:83 +msgid "Add a Mask to the Layer" +msgstr "" + +#: ../app/dialogs/layer-add-mask-dialog.c:110 +msgid "Initialize Layer Mask to:" +msgstr "" + +#: ../app/dialogs/layer-add-mask-dialog.c:138 +msgid "In_vert mask" +msgstr "" + +#: ../app/dialogs/layer-options-dialog.c:125 +msgid "Layer _name:" +msgstr "" + +#. The size labels +#: ../app/dialogs/layer-options-dialog.c:139 +#: ../app/tools/gimpmeasuretool.c:1065 +msgid "Width:" +msgstr "Ені:" + +#: ../app/dialogs/layer-options-dialog.c:145 +#: ../app/tools/gimpmeasuretool.c:1093 +msgid "Height:" +msgstr "Биіктігі:" + +#: ../app/dialogs/layer-options-dialog.c:202 +msgid "Layer Fill Type" +msgstr "" + +#: ../app/dialogs/layer-options-dialog.c:217 +msgid "Set name from _text" +msgstr "" + +#: ../app/dialogs/module-dialog.c:127 +msgid "Module Manager" +msgstr "" + +#: ../app/dialogs/module-dialog.c:150 +msgid "You will have to restart GIMP for the changes to take effect." +msgstr "" + +#: ../app/dialogs/module-dialog.c:191 +msgid "Module" +msgstr "Модуль" + +#: ../app/dialogs/module-dialog.c:464 +msgid "Only in memory" +msgstr "" + +#: ../app/dialogs/module-dialog.c:469 +msgid "No longer available" +msgstr "" + +#: ../app/dialogs/module-dialog.c:498 +msgid "Author:" +msgstr "Авторы:" + +#: ../app/dialogs/module-dialog.c:499 +msgid "Version:" +msgstr "Нұсқасы:" + +#: ../app/dialogs/module-dialog.c:500 +msgid "Date:" +msgstr "Күні:" + +#: ../app/dialogs/module-dialog.c:501 +msgid "Copyright:" +msgstr "Copyright:" + +#: ../app/dialogs/module-dialog.c:502 +msgid "Location:" +msgstr "Орналасуы:" + +#: ../app/dialogs/offset-dialog.c:108 +msgid "Offset Layer" +msgstr "" + +#: ../app/dialogs/offset-dialog.c:110 +msgid "Offset Layer Mask" +msgstr "" + +#: ../app/dialogs/offset-dialog.c:112 +msgid "Offset Channel" +msgstr "" + +#. The offset frame +#: ../app/dialogs/offset-dialog.c:118 +#: ../app/dialogs/offset-dialog.c:152 +#: ../app/dialogs/resize-dialog.c:197 +#: ../app/widgets/gimpgrideditor.c:276 +msgid "Offset" +msgstr "" + +#. offset, used as a verb +#: ../app/dialogs/offset-dialog.c:127 +msgid "_Offset" +msgstr "" + +#: ../app/dialogs/offset-dialog.c:184 +#: ../app/dialogs/resize-dialog.c:226 +msgid "_X:" +msgstr "_X:" + +#: ../app/dialogs/offset-dialog.c:186 +#: ../app/dialogs/resize-dialog.c:227 +msgid "_Y:" +msgstr "_Y:" + +#: ../app/dialogs/offset-dialog.c:213 +msgid "Offset by x/_2, y/2" +msgstr "" + +#. The edge behavior frame +#: ../app/dialogs/offset-dialog.c:222 +msgid "Edge Behavior" +msgstr "" + +#: ../app/dialogs/offset-dialog.c:226 +msgid "_Wrap around" +msgstr "" + +#: ../app/dialogs/offset-dialog.c:229 +msgid "Fill with _background color" +msgstr "" + +#: ../app/dialogs/offset-dialog.c:232 +msgid "Make _transparent" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:156 +msgid "Import a New Palette" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:166 +msgid "_Import" +msgstr "И_мпорт" + +#. The "Source" frame +#: ../app/dialogs/palette-import-dialog.c:205 +msgid "Select Source" +msgstr "Алынатын көзін таңдаңыз" + +#: ../app/dialogs/palette-import-dialog.c:227 +msgid "I_mage" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:241 +msgid "Sample _Merged" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:253 +msgid "_Selected Pixels only" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:265 +msgid "Palette _file" +msgstr "" + +#. Palette file name entry +#: ../app/dialogs/palette-import-dialog.c:294 +msgid "Select Palette File" +msgstr "" + +#. The "Import" frame +#: ../app/dialogs/palette-import-dialog.c:305 +msgid "Import Options" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:319 +msgid "New import" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:321 +msgid "Palette _name:" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:327 +msgid "N_umber of colors:" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:340 +msgid "C_olumns:" +msgstr "" + +#: ../app/dialogs/palette-import-dialog.c:352 +msgid "I_nterval:" +msgstr "" + +#. The "Preview" frame +#: ../app/dialogs/palette-import-dialog.c:363 +msgid "Preview" +msgstr "Алдын-ала қарау" + +#: ../app/dialogs/palette-import-dialog.c:384 +msgid "The selected source contains no colors." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:267 +msgid "Reset All Preferences" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:285 +msgid "Do you really want to reset all preferences to default values?" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:355 +msgid "You will have to restart GIMP for the following changes to take effect:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:500 +msgid "Configure Input Devices" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:577 +msgid "Your keyboard shortcuts will be reset to default values the next time you start GIMP." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:588 +msgid "Remove all Keyboard Shortcuts" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:610 +msgid "Do you really want to remove all keyboard shortcuts from all menus?" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:651 +msgid "Your window setup will be reset to default values the next time you start GIMP." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:686 +msgid "Your input device settings will be reset to default values the next time you start GIMP." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:721 +msgid "Your tool options will be reset to default values the next time you start GIMP." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1289 +msgid "Show _menubar" +msgstr "_Мәзірді көрсету" + +#: ../app/dialogs/preferences-dialog.c:1293 +msgid "Show _rulers" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1296 +msgid "Show scroll_bars" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1299 +msgid "Show s_tatusbar" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1307 +msgid "Show s_election" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1310 +msgid "Show _layer boundary" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1313 +msgid "Show _guides" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1316 +msgid "Show gri_d" +msgstr "_Торды көрсету" + +#: ../app/dialogs/preferences-dialog.c:1322 +msgid "Canvas _padding mode:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1327 +msgid "Custom p_adding color:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1328 +msgid "Select Custom Canvas Padding Color" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1417 +msgid "Preferences" +msgstr "Қалаулар" + +#: ../app/dialogs/preferences-dialog.c:1529 +#: ../app/dialogs/preferences-dialog.c:2780 +#, fuzzy +msgid "Environment" +msgstr "Ортасы" + +#: ../app/dialogs/preferences-dialog.c:1543 +msgid "Resource Consumption" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1553 +msgid "Minimal number of _undo levels:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1556 +msgid "Maximum undo _memory:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1559 +msgid "Tile cache _size:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1562 +msgid "Maximum _new image size:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1567 +msgid "Number of _processors to use:" +msgstr "" + +#. Image Thumbnails +#: ../app/dialogs/preferences-dialog.c:1572 +msgid "Image Thumbnails" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1577 +msgid "Size of _thumbnails:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1581 +msgid "Maximum _filesize for thumbnailing:" +msgstr "" + +#. File Saving +#: ../app/dialogs/preferences-dialog.c:1585 +msgid "Saving Images" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1588 +msgid "Confirm closing of unsa_ved images" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1598 +msgid "Keep record of used files in the Recent Documents list" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1607 +msgid "User Interface" +msgstr "Пайдаланушы интерфейсі" + +#: ../app/dialogs/preferences-dialog.c:1610 +msgid "Interface" +msgstr "Сыртқы түрі" + +#. Previews +#: ../app/dialogs/preferences-dialog.c:1617 +msgid "Previews" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1620 +msgid "_Enable layer & channel previews" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1626 +msgid "_Default layer & channel preview size:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1629 +msgid "Na_vigation preview size:" +msgstr "" + +#. Keyboard Shortcuts +#: ../app/dialogs/preferences-dialog.c:1633 +msgid "Keyboard Shortcuts" +msgstr "Пернетақта жарлықтары" + +#: ../app/dialogs/preferences-dialog.c:1637 +msgid "Show menu _mnemonics (access keys)" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1640 +msgid "_Use dynamic keyboard shortcuts" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1644 +msgid "Configure _Keyboard Shortcuts..." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1651 +msgid "_Save keyboard shortcuts on exit" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1655 +msgid "Save Keyboard Shortcuts _Now" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1662 +msgid "_Reset Keyboard Shortcuts to Default Values" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1671 +msgid "Remove _All Keyboard Shortcuts" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1683 +#: ../app/dialogs/preferences-dialog.c:1722 +msgid "Theme" +msgstr "Тема" + +#: ../app/dialogs/preferences-dialog.c:1692 +msgid "Select Theme" +msgstr "Теманы таңдаңыз" + +#: ../app/dialogs/preferences-dialog.c:1774 +msgid "Reload C_urrent Theme" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1786 +msgid "Help System" +msgstr "" + +#. General +#: ../app/dialogs/preferences-dialog.c:1798 +#: ../app/dialogs/preferences-dialog.c:1892 +#: ../app/dialogs/preferences-dialog.c:2079 +#: ../app/widgets/gimpcontrollereditor.c:189 +msgid "General" +msgstr "Жалпы" + +#: ../app/dialogs/preferences-dialog.c:1801 +msgid "Show _tooltips" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1804 +msgid "Show help _buttons" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1817 +msgid "Use the online version" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1818 +msgid "Use a locally installed copy" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1819 +msgid "User manual:" +msgstr "Пайдаланушы құжаттамасы:" + +#: ../app/dialogs/preferences-dialog.c:1826 +msgid "There's a local installation of the user manual." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1831 +msgid "The user manual is not installed locally." +msgstr "" + +#. Help Browser +#: ../app/dialogs/preferences-dialog.c:1854 +msgid "Help Browser" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1858 +msgid "H_elp browser to use:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1863 +msgid "Web Browser" +msgstr "Веб браузері" + +#: ../app/dialogs/preferences-dialog.c:1867 +msgid "_Web browser to use:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1895 +msgid "_Save tool options on exit" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1899 +msgid "Save Tool Options _Now" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1906 +msgid "_Reset Saved Tool Options to Default Values" +msgstr "" + +#. Snapping Distance +#: ../app/dialogs/preferences-dialog.c:1916 +msgid "Guide & Grid Snapping" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1921 +msgid "_Snap distance:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1929 +msgid "Default _interpolation:" +msgstr "" + +#. Global Brush, Pattern, ... +#: ../app/dialogs/preferences-dialog.c:1936 +msgid "Paint Options Shared Between Tools" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1949 +msgid "Move Tool" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1953 +msgid "Set layer or path as active" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1966 +#: ../app/widgets/gimptoolbox.c:633 +msgid "Toolbox" +msgstr "" + +#. Appearance +#: ../app/dialogs/preferences-dialog.c:1978 +#: ../app/dialogs/preferences-dialog.c:2152 +#: ../app/widgets/gimpgrideditor.c:204 +msgid "Appearance" +msgstr "Сыртқы түрі" + +#: ../app/dialogs/preferences-dialog.c:1982 +msgid "Show _foreground & background color" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1986 +msgid "Show active _brush, pattern & gradient" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:1990 +msgid "Show active _image" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2003 +msgid "Default New Image" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2006 +msgid "Default Image" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2043 +msgid "Default Image Grid" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2046 +msgid "Default Grid" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2067 +msgid "Image Windows" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2082 +msgid "Use \"_Dot for dot\" by default" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2088 +msgid "Marching _ants speed:" +msgstr "" + +#. Zoom & Resize Behavior +#: ../app/dialogs/preferences-dialog.c:2092 +msgid "Zoom & Resize Behavior" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2096 +msgid "Resize window on _zoom" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2099 +msgid "Resize window on image _size change" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2105 +msgid "Fit to window" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2107 +msgid "Initial zoom _ratio:" +msgstr "" + +#. Space Bar +#: ../app/dialogs/preferences-dialog.c:2111 +#, fuzzy +msgid "Space Bar" +msgstr "SPACE BAR" + +#: ../app/dialogs/preferences-dialog.c:2117 +msgid "_While space bar is pressed:" +msgstr "" + +#. Mouse Pointers +#: ../app/dialogs/preferences-dialog.c:2121 +msgid "Mouse Pointers" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2125 +msgid "Show _brush outline" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2128 +msgid "Show pointer for paint _tools" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2134 +msgid "Pointer _mode:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2137 +msgid "Pointer re_ndering:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2149 +msgid "Image Window Appearance" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2160 +msgid "Default Appearance in Normal Mode" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2165 +msgid "Default Appearance in Fullscreen Mode" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2174 +msgid "Image Title & Statusbar Format" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2177 +msgid "Title & Status" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2195 +msgid "Current format" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2196 +msgid "Default format" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2197 +msgid "Show zoom percentage" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2198 +msgid "Show zoom ratio" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2199 +msgid "Show image size" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2212 +msgid "Image Title Format" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2214 +msgid "Image Statusbar Format" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2299 +#, fuzzy +msgid "Display" +msgstr "Дисплей" + +#: ../app/dialogs/preferences-dialog.c:2315 +msgid "_Check style:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2318 +msgid "Check _size:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2321 +msgid "Monitor Resolution" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2325 +#: ../app/widgets/gimpcursorview.c:124 +#: ../app/widgets/gimpgrideditor.c:269 +#: ../app/widgets/gimpgrideditor.c:301 +#, fuzzy +msgid "Pixels" +msgstr " _пиксель" + +#: ../app/dialogs/preferences-dialog.c:2347 +#: ../app/widgets/gimpimagepropview.c:476 +msgid "ppi" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2363 +#, c-format +msgid "_Detect automatically (currently %d × %d ppi)" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2383 +#, fuzzy +msgid "_Enter manually" +msgstr "Қолдан енгізу" + +#: ../app/dialogs/preferences-dialog.c:2398 +msgid "C_alibrate..." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2421 +msgid "Color Management" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2441 +msgid "_RGB profile:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2442 +msgid "Select RGB Color Profile" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2443 +msgid "_CMYK profile:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2444 +msgid "Select CMYK Color Profile" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2445 +msgid "_Monitor profile:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2446 +msgid "Select Monitor Color Profile" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2447 +msgid "_Print simulation profile:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2448 +msgid "Select Printer Color Profile" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2459 +msgid "_Mode of operation:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2489 +msgid "_Try to use the system monitor profile" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2499 +msgid "_Display rendering intent:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2508 +msgid "_Softproof rendering intent:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2521 +msgid "Mark out of gamut colors" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2526 +msgid "Select Warning Color" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2539 +msgid "File Open behaviour:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2551 +msgid "Input Devices" +msgstr "Енгізу құрылғылары" + +#. Extended Input Devices +#: ../app/dialogs/preferences-dialog.c:2561 +msgid "Extended Input Devices" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2565 +msgid "Configure E_xtended Input Devices..." +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2572 +msgid "_Save input device settings on exit" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2576 +msgid "Save Input Device Settings _Now" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2583 +msgid "_Reset Saved Input Device Settings to Default Values" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2598 +msgid "Additional Input Controllers" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2601 +msgid "Input Controllers" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2617 +msgid "Window Management" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2626 +msgid "Window Manager Hints" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2632 +msgid "Hint for the _toolbox:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2636 +msgid "Hint for other _docks:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2641 +msgid "Toolbox and other docks are transient to the active image window" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2646 +msgid "Focus" +msgstr "Фокус" + +#: ../app/dialogs/preferences-dialog.c:2650 +msgid "Activate the _focused image" +msgstr "" + +#. Window Positions +#: ../app/dialogs/preferences-dialog.c:2654 +msgid "Window Positions" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2657 +msgid "_Save window positions on exit" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2661 +msgid "Save Window Positions _Now" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2668 +msgid "_Reset Saved Window Positions to Default Values" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2683 +msgid "Folders" +msgstr "Бумалар" + +#: ../app/dialogs/preferences-dialog.c:2703 +msgid "Temporary folder:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2704 +msgid "Select Folder for Temporary Files" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2708 +msgid "Swap folder:" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2709 +msgid "Select Swap Folder" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2744 +msgid "Brush Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2746 +msgid "Select Brush Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2748 +msgid "Pattern Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2750 +msgid "Select Pattern Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2752 +msgid "Palette Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2754 +msgid "Select Palette Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2756 +msgid "Gradient Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2758 +msgid "Select Gradient Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2760 +msgid "Font Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2762 +msgid "Select Font Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2764 +msgid "Plug-In Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2766 +msgid "Select Plug-In Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2768 +msgid "Scripts" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2768 +msgid "Script-Fu Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2770 +msgid "Select Script-Fu Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2772 +msgid "Module Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2774 +msgid "Select Module Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2776 +msgid "Interpreters" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2776 +msgid "Interpreter Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2778 +msgid "Select Interpreter Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2780 +msgid "Environment Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2782 +msgid "Select Environment Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2784 +msgid "Themes" +msgstr "Темалар" + +#: ../app/dialogs/preferences-dialog.c:2784 +msgid "Theme Folders" +msgstr "" + +#: ../app/dialogs/preferences-dialog.c:2786 +msgid "Select Theme Folders" +msgstr "" + +#: ../app/dialogs/print-size-dialog.c:138 +msgid "Print Size" +msgstr "" + +#. the image size labels +#: ../app/dialogs/print-size-dialog.c:165 +#: ../app/widgets/gimpsizebox.c:202 +#: ../app/widgets/gimptemplateeditor.c:161 +msgid "_Width:" +msgstr "_Ені:" + +#: ../app/dialogs/print-size-dialog.c:172 +#: ../app/widgets/gimpsizebox.c:206 +#: ../app/widgets/gimptemplateeditor.c:168 +msgid "H_eight:" +msgstr "Б_иіктігі:" + +#. the resolution labels +#: ../app/dialogs/print-size-dialog.c:222 +#: ../app/widgets/gimpsizebox.c:264 +#: ../app/widgets/gimptemplateeditor.c:288 +#, fuzzy +msgid "_X resolution:" +msgstr "Ажыратылымдығы" + +#: ../app/dialogs/print-size-dialog.c:229 +#: ../app/widgets/gimpsizebox.c:267 +#: ../app/widgets/gimptemplateeditor.c:295 +#, fuzzy +msgid "_Y resolution:" +msgstr "Ажыратылымдығы" + +#: ../app/dialogs/print-size-dialog.c:240 +#: ../app/widgets/gimpsizebox.c:260 +#: ../app/widgets/gimptemplateeditor.c:308 +#, fuzzy, c-format +msgid "pixels/%a" +msgstr " _пиксель" + +#: ../app/dialogs/quit-dialog.c:106 +msgid "Quit GIMP" +msgstr "" + +#: ../app/dialogs/quit-dialog.c:106 +msgid "Close All Images" +msgstr "" + +#: ../app/dialogs/quit-dialog.c:165 +msgid "If you quit GIMP now, these changes will be lost." +msgstr "" + +#: ../app/dialogs/quit-dialog.c:168 +msgid "If you close these images now, changes will be lost." +msgstr "" + +#: ../app/dialogs/quit-dialog.c:216 +#, c-format +msgid "There is one image with unsaved changes:" +msgid_plural "There are %d images with unsaved changes:" +msgstr[0] "" +msgstr[1] "" + +#: ../app/dialogs/quit-dialog.c:238 +msgid "_Discard Changes" +msgstr "Өз_герістерді елемеу" + +#: ../app/dialogs/resize-dialog.c:119 +msgid "Canvas Size" +msgstr "" + +#: ../app/dialogs/resize-dialog.c:130 +#: ../app/dialogs/scale-dialog.c:109 +msgid "Layer Size" +msgstr "" + +#: ../app/dialogs/resize-dialog.c:294 +msgid "Resize _layers:" +msgstr "" + +#: ../app/dialogs/resolution-calibrate-dialog.c:70 +msgid "Calibrate Monitor Resolution" +msgstr "" + +#: ../app/dialogs/resolution-calibrate-dialog.c:128 +msgid "Measure the rulers and enter their lengths:" +msgstr "" + +#: ../app/dialogs/resolution-calibrate-dialog.c:153 +msgid "_Horizontal:" +msgstr "_Горизонталды:" + +#: ../app/dialogs/resolution-calibrate-dialog.c:158 +msgid "_Vertical:" +msgstr "_Вертикалды:" + +#. Image size frame +#: ../app/dialogs/scale-dialog.c:98 +#: ../app/widgets/gimptemplateeditor.c:139 +msgid "Image Size" +msgstr "Сурет өлшемі" + +#: ../app/dialogs/scale-dialog.c:175 +msgid "Quality" +msgstr "Сапасы" + +#: ../app/dialogs/scale-dialog.c:187 +msgid "I_nterpolation:" +msgstr "" + +#: ../app/dialogs/scale-dialog.c:206 +msgid "Indexed color layers are always scaled without interpolation. The chosen interpolation type will affect channels and layer masks only." +msgstr "" + +#: ../app/dialogs/stroke-dialog.c:102 +msgid "Choose Stroke Style" +msgstr "" + +#: ../app/dialogs/stroke-dialog.c:225 +msgid "Paint tool:" +msgstr "" + +#: ../app/dialogs/stroke-dialog.c:246 +msgid "_Emulate brush dynamics" +msgstr "" + +#: ../app/dialogs/tips-dialog.c:89 +msgid "The GIMP tips file is empty!" +msgstr "" + +#: ../app/dialogs/tips-dialog.c:93 +msgid "The GIMP tips file appears to be missing!" +msgstr "" + +#: ../app/dialogs/tips-dialog.c:95 +#, c-format +msgid "There should be a file called '%s'. Please check your installation." +msgstr "" + +#: ../app/dialogs/tips-dialog.c:101 +msgid "The GIMP tips file could not be parsed!" +msgstr "" + +#: ../app/dialogs/tips-dialog.c:129 +msgid "GIMP Tip of the Day" +msgstr "" + +#: ../app/dialogs/tips-dialog.c:135 +msgid "_Previous Tip" +msgstr "" + +#: ../app/dialogs/tips-dialog.c:141 +msgid "_Next Tip" +msgstr "" + +#. a link to the related section in the user manual +#: ../app/dialogs/tips-dialog.c:194 +msgid "Learn more" +msgstr "" + +#. This is a special string to specify the language identifier to +#. look for in the gimp-tips.xml file. Please translate the C in it +#. according to the name of the po file used for gimp-tips.xml. +#. E.g. for the german translation, that would be "tips-locale:de". +#. +#: ../app/dialogs/tips-parser.c:188 +msgid "tips-locale:C" +msgstr "" + +#: ../app/dialogs/user-install-dialog.c:85 +msgid "GIMP User Installation" +msgstr "" + +#: ../app/dialogs/user-install-dialog.c:94 +msgid "User installation failed!" +msgstr "" + +#: ../app/dialogs/user-install-dialog.c:96 +msgid "The GIMP user installation failed; see the log for details." +msgstr "" + +#: ../app/dialogs/user-install-dialog.c:99 +msgid "Installation Log" +msgstr "Орнату логы" + +#: ../app/dialogs/vectors-export-dialog.c:55 +msgid "Export Path to SVG" +msgstr "" + +#: ../app/dialogs/vectors-export-dialog.c:90 +msgid "Export the active path" +msgstr "" + +#: ../app/dialogs/vectors-export-dialog.c:91 +msgid "Export all paths from this image" +msgstr "" + +#: ../app/dialogs/vectors-import-dialog.c:58 +msgid "Import Paths from SVG" +msgstr "" + +#: ../app/dialogs/vectors-import-dialog.c:92 +#: ../app/widgets/gimpprofilechooserdialog.c:132 +msgid "All files (*.*)" +msgstr "" + +#: ../app/dialogs/vectors-import-dialog.c:97 +msgid "Scalable SVG image (*.svg)" +msgstr "" + +#: ../app/dialogs/vectors-import-dialog.c:108 +msgid "_Merge imported paths" +msgstr "" + +#: ../app/dialogs/vectors-import-dialog.c:118 +msgid "_Scale imported paths to fit image" +msgstr "" + +#: ../app/dialogs/vectors-options-dialog.c:121 +msgid "Path name:" +msgstr "" + +#: ../app/display/display-enums.c:24 +msgid "Tool icon" +msgstr "" + +#: ../app/display/display-enums.c:25 +msgid "Tool icon with crosshair" +msgstr "" + +#: ../app/display/display-enums.c:26 +msgid "Crosshair only" +msgstr "" + +#: ../app/display/display-enums.c:85 +msgid "From theme" +msgstr "" + +#: ../app/display/display-enums.c:86 +msgid "Light check color" +msgstr "" + +#: ../app/display/display-enums.c:87 +msgid "Dark check color" +msgstr "" + +#: ../app/display/display-enums.c:88 +msgid "Custom color" +msgstr "" + +#: ../app/display/display-enums.c:116 +msgid "No action" +msgstr "" + +#: ../app/display/display-enums.c:117 +msgid "Pan view" +msgstr "" + +#: ../app/display/display-enums.c:118 +msgid "Switch to Move tool" +msgstr "" + +#: ../app/display/display-enums.c:145 +msgid "quality|Low" +msgstr "" + +#: ../app/display/display-enums.c:146 +msgid "quality|High" +msgstr "" + +#: ../app/display/gimpdisplay-handlers.c:160 +#, c-format +msgid "Image saved to '%s'" +msgstr "" + +#: ../app/display/gimpdisplayshell.c:1035 +msgid "Access the image menu" +msgstr "" + +#: ../app/display/gimpdisplayshell.c:1140 +msgid "Zoom image when window size changes" +msgstr "" + +#: ../app/display/gimpdisplayshell.c:1190 +msgid "Navigate the image display" +msgstr "" + +#: ../app/display/gimpdisplayshell.c:1285 +#: ../app/display/gimpdisplayshell.c:1375 +#: ../app/widgets/gimptoolbox.c:222 +msgid "Drop image files here to open them" +msgstr "" + +#: ../app/display/gimpdisplayshell-close.c:147 +#: ../app/display/gimpdisplayshell-close.c:224 +#, c-format +msgid "Close %s" +msgstr "%s жабу" + +#: ../app/display/gimpdisplayshell-close.c:159 +msgid "Do_n't Save" +msgstr "" + +#: ../app/display/gimpdisplayshell-close.c:231 +#, c-format +msgid "Save the changes to image '%s' before closing?" +msgstr "" + +#: ../app/display/gimpdisplayshell-close.c:254 +#, c-format +msgid "If you don't save the image, changes from the last hour will be lost." +msgid_plural "If you don't save the image, changes from the last %d hours will be lost." +msgstr[0] "" +msgstr[1] "" + +#: ../app/display/gimpdisplayshell-close.c:264 +#, c-format +msgid "If you don't save the image, changes from the last hour and %d minute will be lost." +msgid_plural "If you don't save the image, changes from the last hour and %d minutes will be lost." +msgstr[0] "" +msgstr[1] "" + +#: ../app/display/gimpdisplayshell-close.c:275 +#, c-format +msgid "If you don't save the image, changes from the last minute will be lost." +msgid_plural "If you don't save the image, changes from the last %d minutes will be lost." +msgstr[0] "" +msgstr[1] "" + +#: ../app/display/gimpdisplayshell-dnd.c:255 +#: ../app/display/gimpdisplayshell-dnd.c:587 +#: ../app/display/gimpdisplayshell-dnd.c:658 +msgid "Drop New Layer" +msgstr "" + +#: ../app/display/gimpdisplayshell-dnd.c:301 +msgid "Drop New Path" +msgstr "" + +#: ../app/display/gimpdisplayshell-dnd.c:497 +#: ../app/widgets/gimplayertreeview.c:719 +msgid "Drop layers" +msgstr "" + +#: ../app/display/gimpdisplayshell-dnd.c:648 +#: ../app/widgets/gimplayertreeview.c:801 +#: ../app/widgets/gimptoolbox-dnd.c:361 +msgid "Dropped Buffer" +msgstr "" + +#: ../app/display/gimpdisplayshell-filter-dialog.c:75 +msgid "Color Display Filters" +msgstr "" + +#: ../app/display/gimpdisplayshell-filter-dialog.c:78 +msgid "Configure Color Display Filters" +msgstr "" + +#: ../app/display/gimpdisplayshell-layer-select.c:120 +msgid "Layer Select" +msgstr "" + +#: ../app/display/gimpdisplayshell-scale-dialog.c:114 +msgid "Zoom Ratio" +msgstr "" + +#: ../app/display/gimpdisplayshell-scale-dialog.c:116 +msgid "Select Zoom Ratio" +msgstr "" + +#: ../app/display/gimpdisplayshell-scale-dialog.c:159 +msgid "Zoom ratio:" +msgstr "" + +#: ../app/display/gimpdisplayshell-scale-dialog.c:184 +msgid "Zoom:" +msgstr "Масштаб:" + +#: ../app/display/gimpdisplayshell-title.c:233 +msgid "RGB-empty" +msgstr "" + +#: ../app/display/gimpdisplayshell-title.c:236 +msgid "grayscale-empty" +msgstr "" + +#: ../app/display/gimpdisplayshell-title.c:236 +msgid "grayscale" +msgstr "сұр" + +#: ../app/display/gimpdisplayshell-title.c:239 +msgid "indexed-empty" +msgstr "" + +#: ../app/display/gimpdisplayshell-title.c:239 +msgid "indexed" +msgstr "" + +#: ../app/display/gimpdisplayshell-title.c:293 +msgid "(modified)" +msgstr "(өзгертілген)" + +#: ../app/display/gimpdisplayshell-title.c:298 +msgid "(clean)" +msgstr "(таза)" + +#: ../app/display/gimpdisplayshell-title.c:346 +#: ../app/display/gimpdisplayshell-title.c:359 +#: ../app/widgets/gimpactiongroup.c:805 +msgid "(none)" +msgstr "(ешнәрсе)" + +#: ../app/display/gimpstatusbar.c:364 +#, fuzzy, c-format +msgid "Cancel %s" +msgstr "Ба_с тарту" + +#: ../app/file/file-open.c:131 +#: ../app/file/file-save.c:111 +#, c-format +msgid "Not a regular file" +msgstr "Қалыпты файл емес" + +#: ../app/file/file-open.c:183 +#, c-format +msgid "%s plug-in returned SUCCESS but did not return an image" +msgstr "" + +#: ../app/file/file-open.c:194 +#, c-format +msgid "%s plug-In could not open image" +msgstr "" + +#: ../app/file/file-open.c:455 +#, c-format +msgid "Image doesn't contain any layers" +msgstr "" + +#: ../app/file/file-open.c:505 +#, c-format +msgid "Opening '%s' failed: %s" +msgstr "" + +#: ../app/file/file-open.c:613 +msgid "Color management has been disabled. It can be enabled again in the Preferences dialog." +msgstr "" + +#: ../app/file/file-procedure.c:200 +#, c-format +msgid "Unknown file type" +msgstr "Файл түрі белгісіз" + +#: ../app/file/file-save.c:192 +#, c-format +msgid "%s plug-in could not save image" +msgstr "" + +#: ../app/file/file-utils.c:74 +#, c-format +msgid "'%s:' is not a valid URI scheme" +msgstr "" + +#: ../app/file/file-utils.c:88 +#: ../app/file/file-utils.c:122 +#, c-format +msgid "Invalid character sequence in URI" +msgstr "" + +#: ../app/gegl/gimpcurvesconfig.c:384 +#, c-format +msgid "not a GIMP Curves file" +msgstr "" + +#: ../app/gegl/gimpcurvesconfig.c:398 +#: ../app/gegl/gimplevelsconfig.c:711 +#, c-format +msgid "parse error" +msgstr "" + +#: ../app/gegl/gimplevelsconfig.c:664 +#, c-format +msgid "not a GIMP Levels file" +msgstr "" + +#. initialize the document history +#: ../app/gui/gui.c:426 +msgid "Documents" +msgstr "Құжаттар" + +#: ../app/gui/splash.c:116 +msgid "GIMP Startup" +msgstr "" + +#: ../app/paint/gimpairbrush.c:69 +#: ../app/tools/gimpairbrushtool.c:54 +msgid "Airbrush" +msgstr "" + +#: ../app/paint/gimpbrushcore.c:353 +#, c-format +msgid "No brushes available for use with this tool." +msgstr "" + +#: ../app/paint/gimpclone.c:99 +#: ../app/tools/gimpclonetool.c:61 +msgid "Clone" +msgstr "" + +#: ../app/paint/gimpclone.c:140 +#, c-format +msgid "No patterns available for use with this tool." +msgstr "" + +#: ../app/paint/gimpconvolve.c:77 +msgid "Convolve" +msgstr "" + +#: ../app/paint/gimpdodgeburn.c:87 +msgid "Dodge/Burn" +msgstr "" + +#: ../app/paint/gimperaser.c:62 +#: ../app/tools/gimperasertool.c:66 +msgid "Eraser" +msgstr "" + +#: ../app/paint/gimpheal.c:115 +#: ../app/tools/gimphealtool.c:53 +msgid "Heal" +msgstr "" + +#: ../app/paint/gimpheal.c:154 +#, c-format +msgid "Healing does not operate on indexed layers." +msgstr "" + +#: ../app/paint/gimppaintbrush.c:63 +#: ../app/tools/gimppaintbrushtool.c:51 +msgid "Paintbrush" +msgstr "" + +#: ../app/paint/gimppaintcore-stroke.c:332 +#, c-format +msgid "Not enough points to stroke" +msgstr "" + +#: ../app/paint/gimppencil.c:42 +#: ../app/tools/gimppenciltool.c:51 +msgid "Pencil" +msgstr "" + +#: ../app/paint/gimpperspectiveclone.c:97 +#: ../app/paint/paint-enums.c:52 +#: ../app/tools/gimpperspectiveclonetool.c:126 +msgid "Perspective Clone" +msgstr "" + +#: ../app/paint/gimpperspectiveclone.c:162 +#, c-format +msgid "Perspective Clone does not operate on indexed layers." +msgstr "" + +#: ../app/paint/gimpsmudge.c:78 +#: ../app/tools/gimpsmudgetool.c:53 +msgid "Smudge" +msgstr "" + +#: ../app/paint/gimpsourcecore.c:227 +#, c-format +msgid "Set a source image first." +msgstr "" + +#: ../app/paint/paint-enums.c:51 +msgid "Modify Perspective" +msgstr "" + +#: ../app/paint/paint-enums.c:82 +msgid "Aligned" +msgstr "" + +#: ../app/paint/paint-enums.c:83 +msgid "Registered" +msgstr "" + +#: ../app/paint/paint-enums.c:84 +msgid "Fixed" +msgstr "" + +#: ../app/paint/paint-enums.c:111 +msgid "Blur" +msgstr "" + +#: ../app/paint/paint-enums.c:112 +msgid "Sharpen" +msgstr "" + +#: ../app/pdb/channel-cmds.c:183 +msgid "Combine Masks" +msgstr "" + +#: ../app/pdb/drawable-transform-cmds.c:310 +#: ../app/pdb/drawable-transform-cmds.c:395 +#: ../app/pdb/transform-tools-cmds.c:146 +#: ../app/tools/gimpperspectivetool.c:69 +msgid "Perspective" +msgstr "" + +#: ../app/pdb/drawable-transform-cmds.c:832 +#: ../app/pdb/drawable-transform-cmds.c:904 +#: ../app/pdb/transform-tools-cmds.c:362 +#: ../app/tools/gimpsheartool.c:111 +msgid "Shearing" +msgstr "" + +#: ../app/pdb/drawable-transform-cmds.c:989 +#: ../app/pdb/transform-tools-cmds.c:438 +msgid "2D Transform" +msgstr "" + +#: ../app/pdb/drawable-transform-cmds.c:1072 +#: ../app/pdb/drawable-transform-cmds.c:1165 +#: ../app/pdb/drawable-transform-cmds.c:1256 +msgid "2D Transforming" +msgstr "" + +#: ../app/pdb/edit-cmds.c:709 +#: ../app/tools/gimpblendtool.c:225 +msgid "Blending" +msgstr "" + +#: ../app/pdb/floating-sel-cmds.c:63 +#, c-format +msgid "Cannot remove this layer because it is not a floating selection." +msgstr "" + +#: ../app/pdb/floating-sel-cmds.c:95 +#, c-format +msgid "Cannot anchor this layer because it is not a floating selection." +msgstr "" + +#: ../app/pdb/floating-sel-cmds.c:127 +#, c-format +msgid "Cannot convert this layer to a normal layer because it is not a floating selection." +msgstr "" + +#: ../app/pdb/floating-sel-cmds.c:188 +#, c-format +msgid "Cannot rigor this layer because it is not a floating selection." +msgstr "" + +#: ../app/pdb/floating-sel-cmds.c:222 +#, c-format +msgid "Cannot relax this layer because it is not a floating selection." +msgstr "" + +#: ../app/pdb/gimppdb-query.c:300 +#: ../app/pdb/gimppdb.c:307 +#: ../app/pdb/gimppdb.c:377 +#, c-format +msgid "Procedure '%s' not found" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:61 +#, c-format +msgid "Invalid empty brush name" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:71 +#, c-format +msgid "Brush '%s' not found" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:76 +#, c-format +msgid "Brush '%s' is not editable" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:102 +#, c-format +msgid "Brush '%s' is not a generated brush" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:122 +#, c-format +msgid "Invalid empty pattern name" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:132 +#, c-format +msgid "Pattern '%s' not found" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:152 +#, c-format +msgid "Invalid empty gradient name" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:162 +#, c-format +msgid "Gradient '%s' not found" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:167 +#, c-format +msgid "Gradient '%s' is not editable" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:188 +#, c-format +msgid "Invalid empty palette name" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:198 +#, c-format +msgid "Palette '%s' not found" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:203 +#, c-format +msgid "Palette '%s' is not editable" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:223 +#, c-format +msgid "Invalid empty font name" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:233 +#, c-format +msgid "Font '%s' not found" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:252 +#, c-format +msgid "Invalid empty buffer name" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:262 +#, c-format +msgid "Named buffer '%s' not found" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:281 +#, c-format +msgid "Invalid empty paint method name" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:291 +#, c-format +msgid "Paint method '%s' does not exist" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:307 +#, c-format +msgid "Item '%s' (%d) can not be used because it has not been added to an image" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:329 +#, c-format +msgid "Item '%s' (%d) has already been added to an image" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:337 +#, c-format +msgid "Trying to add item '%s' (%d) to wrong image" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:356 +#, c-format +msgid "Layer '%s' (%d) can not be used because it is not a text layer" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:401 +#, c-format +msgid "Image '%s' (%d) is of type '%s', but an image of type '%s' is expected" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:430 +#, c-format +msgid "Image '%s' (%d) is already of type '%s'" +msgstr "" + +#: ../app/pdb/gimppdb-utils.c:455 +#, c-format +msgid "Vectors object %d does not contain stroke with ID %d" +msgstr "" + +#: ../app/pdb/gimppdb.c:411 +#, c-format +msgid "Procedure '%s' has been called with a wrong type for argument #%d. Expected %s, got %s." +msgstr "" + +#: ../app/pdb/gimpprocedure.c:361 +#: ../app/plug-in/gimppluginprocframe.c:209 +#, c-format +msgid "Procedure '%s' returned no return values" +msgstr "" + +#: ../app/pdb/gimpprocedure.c:585 +#, c-format +msgid "Procedure '%s' returned a wrong value type for return value '%s' (#%d). Expected %s, got %s." +msgstr "" + +#: ../app/pdb/gimpprocedure.c:597 +#, c-format +msgid "Procedure '%s' has been called with a wrong value type for argument '%s' (#%d). Expected %s, got %s." +msgstr "" + +#: ../app/pdb/gimpprocedure.c:629 +#, c-format +msgid "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer." +msgstr "" + +#: ../app/pdb/gimpprocedure.c:641 +#, c-format +msgid "Procedure '%s' has been called with an invalid ID for argument '%s'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer." +msgstr "" + +#: ../app/pdb/gimpprocedure.c:657 +#, c-format +msgid "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-in is trying to work on an image that doesn't exist any longer." +msgstr "" + +#: ../app/pdb/gimpprocedure.c:669 +#, c-format +msgid "Procedure '%s' has been called with an invalid ID for argument '%s'. Most likely a plug-in is trying to work on an image that doesn't exist any longer." +msgstr "" + +#: ../app/pdb/gimpprocedure.c:689 +#, c-format +msgid "Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value is out of range." +msgstr "" + +#: ../app/pdb/gimpprocedure.c:702 +#, c-format +msgid "Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %s). This value is out of range." +msgstr "" + +#: ../app/pdb/image-cmds.c:2268 +#, c-format +msgid "Image resolution is out of bounds, using the default resolution instead." +msgstr "" + +#: ../app/pdb/selection-tools-cmds.c:218 +#: ../app/tools/gimpfreeselecttool.c:197 +msgid "Free Select" +msgstr "" + +#: ../app/pdb/text-layer-cmds.c:90 +#, c-format +msgid "Failed to create text layer" +msgstr "" + +#: ../app/pdb/text-layer-cmds.c:163 +#: ../app/pdb/text-layer-cmds.c:235 +#: ../app/pdb/text-layer-cmds.c:314 +#: ../app/pdb/text-layer-cmds.c:394 +#: ../app/pdb/text-layer-cmds.c:467 +#: ../app/pdb/text-layer-cmds.c:539 +#: ../app/pdb/text-layer-cmds.c:611 +#: ../app/pdb/text-layer-cmds.c:683 +#: ../app/pdb/text-layer-cmds.c:755 +#: ../app/pdb/text-layer-cmds.c:825 +#: ../app/pdb/text-layer-cmds.c:897 +#: ../app/pdb/text-layer-cmds.c:969 +#: ../app/pdb/text-layer-cmds.c:1041 +msgid "Set text layer attribute" +msgstr "" + +#: ../app/plug-in/gimpenvirontable.c:282 +#, c-format +msgid "Empty variable name in environment file %s" +msgstr "" + +#: ../app/plug-in/gimpenvirontable.c:300 +#, c-format +msgid "Illegal variable name in environment file %s: %s" +msgstr "" + +#: ../app/plug-in/gimpinterpreterdb.c:264 +#, c-format +msgid "Bad interpreter referenced in interpreter file %s: %s" +msgstr "" + +#: ../app/plug-in/gimpinterpreterdb.c:323 +#, c-format +msgid "Bad binary format string in interpreter file %s" +msgstr "" + +#: ../app/plug-in/gimpplugin-message.c:423 +#, c-format +msgid "" +"Calling error for procedure '%s':\n" +"%s" +msgstr "" + +#: ../app/plug-in/gimpplugin-message.c:432 +#, c-format +msgid "" +"Execution error for procedure '%s':\n" +"%s" +msgstr "" + +#: ../app/plug-in/gimpplugin-progress.c:330 +msgid "Cancelled" +msgstr "Бас тартылған" + +#: ../app/plug-in/gimpplugin.c:639 +#, c-format +msgid "" +"Plug-in crashed: \"%s\"\n" +"(%s)\n" +"\n" +"The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side." +msgstr "" + +#: ../app/plug-in/gimppluginmanager-call.c:173 +#: ../app/plug-in/gimppluginmanager-call.c:223 +#: ../app/plug-in/gimppluginmanager-call.c:321 +#, c-format +msgid "Failed to run plug-in \"%s\"" +msgstr "" + +#: ../app/plug-in/gimppluginmanager-restore.c:222 +msgid "Searching Plug-Ins" +msgstr "" + +#: ../app/plug-in/gimppluginmanager-restore.c:271 +msgid "Resource configuration" +msgstr "" + +#: ../app/plug-in/gimppluginmanager-restore.c:307 +msgid "Querying new Plug-ins" +msgstr "" + +#: ../app/plug-in/gimppluginmanager-restore.c:357 +msgid "Initializing Plug-ins" +msgstr "" + +#: ../app/plug-in/gimppluginmanager-restore.c:429 +msgid "Starting Extensions" +msgstr "" + +#: ../app/plug-in/gimppluginmanager.c:290 +msgid "Plug-In Interpreters" +msgstr "" + +#: ../app/plug-in/gimppluginmanager.c:297 +msgid "Plug-In Environment" +msgstr "" + +#: ../app/plug-in/gimppluginprocedure.c:989 +#, c-format +msgid "" +"Calling error for '%s':\n" +"%s" +msgstr "" + +#: ../app/plug-in/gimppluginprocedure.c:1001 +#, c-format +msgid "" +"Execution error for '%s':\n" +"%s" +msgstr "" + +#: ../app/plug-in/plug-in-icc-profile.c:113 +#: ../app/plug-in/plug-in-icc-profile.c:188 +#: ../app/plug-in/plug-in-icc-profile.c:247 +#, c-format +msgid "Error running '%s'" +msgstr "" + +#: ../app/plug-in/plug-in-icc-profile.c:137 +#: ../app/plug-in/plug-in-icc-profile.c:198 +#: ../app/plug-in/plug-in-icc-profile.c:257 +#, c-format +msgid "Plug-In missing (%s)" +msgstr "" + +#: ../app/plug-in/plug-in-rc.c:206 +#, c-format +msgid "Skipping '%s': wrong GIMP protocol version." +msgstr "" + +#: ../app/plug-in/plug-in-rc.c:479 +#, c-format +msgid "invalid value '%s' for icon type" +msgstr "" + +#: ../app/plug-in/plug-in-rc.c:494 +#, c-format +msgid "invalid value '%ld' for icon type" +msgstr "" + +#. This is a so-called pangram; it's supposed to +#. contain all characters found in the alphabet. +#: ../app/text/gimpfont.c:45 +msgid "" +"Pack my box with\n" +"five dozen liquor jugs." +msgstr "" + +#: ../app/text/gimptext-compat.c:108 +#: ../app/tools/gimptexttool.c:901 +msgid "Add Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:138 +msgid "Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:139 +msgid "Rename Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:140 +msgid "Move Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:141 +msgid "Scale Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:142 +msgid "Resize Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:143 +msgid "Flip Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:144 +msgid "Rotate Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:145 +msgid "Transform Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer.c:492 +msgid "Discard Text Information" +msgstr "" + +#: ../app/text/gimptextlayer.c:543 +msgid "Due to lack of any fonts, text functionality is not available." +msgstr "" + +#: ../app/text/gimptextlayer.c:579 +msgid "Empty Text Layer" +msgstr "" + +#: ../app/text/gimptextlayer-xcf.c:75 +#, c-format +msgid "" +"Problems parsing the text parasite for layer '%s':\n" +"%s\n" +"\n" +"Some text properties may be wrong. Unless you want to edit the text layer, you don't need to worry about this." +msgstr "" + +#: ../app/tools/gimp-tools.c:335 +msgid "" +"This tool has\n" +"no options." +msgstr "" + +#: ../app/tools/gimpairbrushtool.c:55 +msgid "Airbrush Tool: Paint using a brush, with variable pressure" +msgstr "" + +#: ../app/tools/gimpairbrushtool.c:56 +msgid "_Airbrush" +msgstr "" + +#: ../app/tools/gimpairbrushtool.c:92 +#: ../app/tools/gimpconvolvetool.c:217 +#: ../app/tools/gimpsmudgetool.c:97 +#, fuzzy +msgid "Rate:" +msgstr "%s етіп баға беру" + +#: ../app/tools/gimpairbrushtool.c:98 +#: ../app/tools/gimppaintoptions-gui.c:198 +#, fuzzy +msgid "Pressure:" +msgstr "Қысым:" + +#: ../app/tools/gimpaligntool.c:134 +#: ../app/tools/gimpaligntool.c:766 +msgid "Align" +msgstr "Туралау" + +#: ../app/tools/gimpaligntool.c:135 +msgid "Alignment Tool: Align or arrange layers and other objects" +msgstr "" + +#: ../app/tools/gimpaligntool.c:136 +msgid "_Align" +msgstr "Т_уралауы" + +#: ../app/tools/gimpaligntool.c:599 +msgid "Click on a layer, path or guide, or Click-Drag to pick several layers" +msgstr "" + +#: ../app/tools/gimpaligntool.c:608 +msgid "Click to pick this layer as first item" +msgstr "" + +#: ../app/tools/gimpaligntool.c:616 +msgid "Click to add this layer to the list" +msgstr "" + +#: ../app/tools/gimpaligntool.c:620 +msgid "Click to pick this guide as first item" +msgstr "" + +#: ../app/tools/gimpaligntool.c:628 +msgid "Click to add this guide to the list" +msgstr "" + +#: ../app/tools/gimpaligntool.c:632 +msgid "Click to pick this path as first item" +msgstr "" + +#: ../app/tools/gimpaligntool.c:640 +msgid "Click to add this path to the list" +msgstr "" + +#: ../app/tools/gimpaligntool.c:778 +msgid "Relative to:" +msgstr "" + +#: ../app/tools/gimpaligntool.c:796 +msgid "Align left edge of target" +msgstr "" + +#: ../app/tools/gimpaligntool.c:802 +msgid "Align center of target" +msgstr "" + +#: ../app/tools/gimpaligntool.c:808 +msgid "Align right edge of target" +msgstr "" + +#: ../app/tools/gimpaligntool.c:818 +msgid "Align top edge of target" +msgstr "" + +#: ../app/tools/gimpaligntool.c:824 +msgid "Align middle of target" +msgstr "" + +#: ../app/tools/gimpaligntool.c:830 +msgid "Align bottom of target" +msgstr "" + +#: ../app/tools/gimpaligntool.c:834 +msgid "Distribute" +msgstr "" + +#: ../app/tools/gimpaligntool.c:848 +msgid "Distribute left edges of targets" +msgstr "" + +#: ../app/tools/gimpaligntool.c:855 +msgid "Distribute horizontal centers of targets" +msgstr "" + +#: ../app/tools/gimpaligntool.c:862 +msgid "Distribute right edges of targets" +msgstr "" + +#: ../app/tools/gimpaligntool.c:872 +msgid "Distribute top edges of targets" +msgstr "" + +#: ../app/tools/gimpaligntool.c:879 +msgid "Distribute vertical centers of targets" +msgstr "" + +#: ../app/tools/gimpaligntool.c:885 +msgid "Distribute bottoms of targets" +msgstr "" + +#: ../app/tools/gimpaligntool.c:893 +#: ../app/tools/gimpblendoptions.c:222 +msgid "Offset:" +msgstr "" + +#: ../app/tools/gimpblendoptions.c:216 +#: ../app/tools/gimppaintoptions-gui.c:648 +msgid "Gradient:" +msgstr "Градиент:" + +#: ../app/tools/gimpblendoptions.c:232 +#: ../app/widgets/gimpbrusheditor.c:146 +msgid "Shape:" +msgstr "" + +#: ../app/tools/gimpblendoptions.c:239 +#: ../app/tools/gimppaintoptions-gui.c:672 +msgid "Repeat:" +msgstr "Қайталау:" + +#: ../app/tools/gimpblendoptions.c:257 +msgid "Adaptive supersampling" +msgstr "" + +#: ../app/tools/gimpblendoptions.c:265 +msgid "Max depth:" +msgstr "" + +#: ../app/tools/gimpblendoptions.c:272 +#: ../app/tools/gimpbucketfilloptions.c:287 +#: ../app/tools/gimpregionselectoptions.c:220 +msgid "Threshold:" +msgstr "" + +#: ../app/tools/gimpblendtool.c:108 +msgid "Blend Tool: Fill selected area with a color gradient" +msgstr "" + +#: ../app/tools/gimpblendtool.c:109 +msgid "Blen_d" +msgstr "" + +#: ../app/tools/gimpblendtool.c:164 +#, c-format +msgid "Blend does not operate on indexed layers." +msgstr "" + +#: ../app/tools/gimpblendtool.c:402 +#: ../app/tools/gimppainttool.c:606 +#, c-format +msgid "%s for constrained angles" +msgstr "" + +#: ../app/tools/gimpblendtool.c:403 +#, c-format +msgid "%s to move the whole line" +msgstr "" + +#: ../app/tools/gimpblendtool.c:407 +msgid "Blend: " +msgstr "" + +#: ../app/tools/gimpbrightnesscontrasttool.c:112 +msgid "Brightness/Contrast Tool: Adjust brightness and contrast" +msgstr "" + +#: ../app/tools/gimpbrightnesscontrasttool.c:113 +msgid "B_rightness-Contrast..." +msgstr "" + +#: ../app/tools/gimpbrightnesscontrasttool.c:133 +msgid "Adjust Brightness and Contrast" +msgstr "" + +#: ../app/tools/gimpbrightnesscontrasttool.c:135 +msgid "Import Brightness-Contrast settings" +msgstr "" + +#: ../app/tools/gimpbrightnesscontrasttool.c:136 +msgid "Export Brightness-Contrast settings" +msgstr "" + +#: ../app/tools/gimpbrightnesscontrasttool.c:184 +#, c-format +msgid "Brightness-Contrast does not operate on indexed layers." +msgstr "" + +#: ../app/tools/gimpbrightnesscontrasttool.c:325 +#, fuzzy +msgid "_Brightness:" +msgstr "Жар_ықтылығы" + +#: ../app/tools/gimpbrightnesscontrasttool.c:340 +msgid "Con_trast:" +msgstr "" + +#: ../app/tools/gimpbrightnesscontrasttool.c:354 +msgid "Edit these Settings as Levels" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:100 +msgid "Allow completely transparent regions to be filled" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:106 +msgid "Base filled area on all visible layers" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:112 +#: ../app/tools/gimpregionselectoptions.c:96 +msgid "Maximum color difference" +msgstr "" + +#. fill type +#: ../app/tools/gimpbucketfilloptions.c:226 +#, c-format +msgid "Fill Type (%s)" +msgstr "" + +#. fill selection +#: ../app/tools/gimpbucketfilloptions.c:239 +#, c-format +msgid "Affected Area (%s)" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:243 +msgid "Fill whole selection" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:244 +msgid "Fill similar colors" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:253 +msgid "Finding Similar Colors" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:269 +msgid "Fill transparent areas" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:275 +#: ../app/tools/gimpclonetool.c:114 +#: ../app/tools/gimpcolorpickeroptions.c:151 +#: ../app/tools/gimphealtool.c:99 +#: ../app/tools/gimpperspectiveclonetool.c:941 +#: ../app/tools/gimpregionselectoptions.c:208 +msgid "Sample merged" +msgstr "" + +#: ../app/tools/gimpbucketfilloptions.c:294 +msgid "Fill by:" +msgstr "" + +#: ../app/tools/gimpbucketfilltool.c:81 +msgid "Bucket Fill" +msgstr "" + +#: ../app/tools/gimpbucketfilltool.c:82 +msgid "Bucket Fill Tool: Fill selected area with a color or pattern" +msgstr "" + +#: ../app/tools/gimpbucketfilltool.c:83 +msgid "_Bucket Fill" +msgstr "" + +#: ../app/tools/gimpbycolorselecttool.c:67 +msgid "Select by Color" +msgstr "" + +#: ../app/tools/gimpbycolorselecttool.c:68 +msgid "Select by Color Tool: Select regions with similar colors" +msgstr "" + +#: ../app/tools/gimpbycolorselecttool.c:69 +msgid "_By Color Select" +msgstr "" + +#: ../app/tools/gimpclonetool.c:62 +msgid "Clone Tool: Selectively copy from an image or pattern, using a brush" +msgstr "" + +#: ../app/tools/gimpclonetool.c:63 +msgid "_Clone" +msgstr "" + +#: ../app/tools/gimpclonetool.c:86 +#: ../app/tools/gimpclonetool.c:89 +msgid "Click to clone" +msgstr "" + +#: ../app/tools/gimpclonetool.c:87 +#: ../app/tools/gimpclonetool.c:91 +#, c-format +msgid "%s to set a new clone source" +msgstr "" + +#: ../app/tools/gimpclonetool.c:90 +msgid "Click to set a new clone source" +msgstr "" + +#: ../app/tools/gimpclonetool.c:109 +#: ../app/tools/gimpperspectiveclonetool.c:936 +#, fuzzy +msgid "Source" +msgstr "Бастапқы кодтары" + +#: ../app/tools/gimpclonetool.c:128 +#: ../app/tools/gimphealtool.c:111 +#: ../app/tools/gimpperspectiveclonetool.c:955 +msgid "Alignment:" +msgstr "Туралауы:" + +#: ../app/tools/gimpcolorbalancetool.c:95 +msgid "Color Balance Tool: Adjust color distribution" +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:96 +msgid "Color _Balance..." +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:113 +msgid "Adjust Color Balance" +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:115 +msgid "Import Color Balance Settings" +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:116 +msgid "Export Color Balance Settings" +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:163 +#, c-format +msgid "Color Balance operates only on RGB color layers." +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:270 +msgid "Select Range to Adjust" +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:279 +#: ../app/tools/gimplevelstool.c:172 +msgid "Adjust Color Levels" +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:296 +#: ../app/tools/gimphuesaturationtool.c:255 +#, fuzzy +msgid "Cyan" +msgstr "көгілдір" + +#: ../app/tools/gimpcolorbalancetool.c:305 +#: ../app/tools/gimphuesaturationtool.c:257 +msgid "Magenta" +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:314 +#: ../app/tools/gimphuesaturationtool.c:253 +msgid "Yellow" +msgstr "Сары" + +#: ../app/tools/gimpcolorbalancetool.c:325 +msgid "R_eset Range" +msgstr "" + +#: ../app/tools/gimpcolorbalancetool.c:334 +msgid "Preserve _luminosity" +msgstr "" + +#: ../app/tools/gimpcolorizetool.c:91 +msgid "Colorize Tool: Colorize the image" +msgstr "" + +#: ../app/tools/gimpcolorizetool.c:92 +msgid "Colori_ze..." +msgstr "" + +#: ../app/tools/gimpcolorizetool.c:109 +msgid "Colorize the Image" +msgstr "" + +#: ../app/tools/gimpcolorizetool.c:111 +msgid "Import Colorize Settings" +msgstr "" + +#: ../app/tools/gimpcolorizetool.c:112 +msgid "Export Colorize Settings" +msgstr "" + +#: ../app/tools/gimpcolorizetool.c:156 +#, c-format +msgid "Colorize operates only on RGB color layers." +msgstr "" + +#: ../app/tools/gimpcolorizetool.c:221 +msgid "Select Color" +msgstr "Түсті таңдаңыз" + +#: ../app/tools/gimpcolorizetool.c:238 +#: ../app/tools/gimphuesaturationtool.c:388 +msgid "_Hue:" +msgstr "Р_еңі:" + +#: ../app/tools/gimpcolorizetool.c:253 +#: ../app/tools/gimphuesaturationtool.c:426 +msgid "_Saturation:" +msgstr "Қ_аңықтылығы:" + +#: ../app/tools/gimpcolorizetool.c:268 +#: ../app/tools/gimphuesaturationtool.c:407 +msgid "_Lightness:" +msgstr "" + +#: ../app/tools/gimpcoloroptions.c:161 +msgid "Sample average" +msgstr "" + +#: ../app/tools/gimpcoloroptions.c:171 +#: ../app/tools/gimprectangleselectoptions.c:176 +#: ../app/tools/gimpselectionoptions.c:281 +#: ../app/widgets/gimpbrusheditor.c:154 +msgid "Radius:" +msgstr "" + +#. the pick FG/BG frame +#: ../app/tools/gimpcolorpickeroptions.c:156 +#, c-format +msgid "Pick Mode (%s)" +msgstr "" + +#. the use_info_window toggle button +#: ../app/tools/gimpcolorpickeroptions.c:165 +#, c-format +msgid "Use info window (%s)" +msgstr "" + +#: ../app/tools/gimpcolorpickertool.c:96 +msgid "Color Picker" +msgstr "" + +#: ../app/tools/gimpcolorpickertool.c:97 +msgid "Color Picker Tool: Set colors from image pixels" +msgstr "" + +#: ../app/tools/gimpcolorpickertool.c:98 +msgid "C_olor Picker" +msgstr "" + +#: ../app/tools/gimpcolorpickertool.c:242 +msgid "Click in any image to view its color" +msgstr "" + +#: ../app/tools/gimpcolorpickertool.c:249 +#: ../app/tools/gimppainttool.c:509 +msgid "Click in any image to pick the foreground color" +msgstr "" + +#: ../app/tools/gimpcolorpickertool.c:257 +#: ../app/tools/gimppainttool.c:515 +msgid "Click in any image to pick the background color" +msgstr "" + +#: ../app/tools/gimpcolorpickertool.c:265 +msgid "Click in any image to add the color to the palette" +msgstr "" + +#. tool->display->shell +#: ../app/tools/gimpcolorpickertool.c:318 +msgid "Color Picker Information" +msgstr "" + +#: ../app/tools/gimpcolortool.c:258 +#: ../app/tools/gimpcolortool.c:437 +msgid "Move Sample Point: " +msgstr "" + +#: ../app/tools/gimpcolortool.c:430 +msgid "Cancel Sample Point" +msgstr "" + +#: ../app/tools/gimpcolortool.c:438 +msgid "Add Sample Point: " +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:73 +msgid "Blur / Sharpen" +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:74 +msgid "Blur / Sharpen Tool: Selective blurring or unblurring using a brush" +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:75 +msgid "Bl_ur / Sharpen" +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:170 +msgid "Click to blur" +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:171 +msgid "Click to blur the line" +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:172 +#, c-format +msgid "%s to sharpen" +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:176 +msgid "Click to sharpen" +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:177 +msgid "Click to sharpen the line" +msgstr "" + +#: ../app/tools/gimpconvolvetool.c:178 +#, c-format +msgid "%s to blur" +msgstr "" + +#. the type radio box +#: ../app/tools/gimpconvolvetool.c:199 +#, c-format +msgid "Convolve Type (%s)" +msgstr "" + +#: ../app/tools/gimpcropoptions.c:161 +msgid "Current layer only" +msgstr "" + +#: ../app/tools/gimpcropoptions.c:167 +msgid "Allow growing" +msgstr "" + +#: ../app/tools/gimpcroptool.c:126 +#, fuzzy +msgid "Crop" +msgstr "Одан басқасын өшіру" + +#: ../app/tools/gimpcroptool.c:127 +msgid "Crop Tool: Remove edge areas from image or layer" +msgstr "" + +#: ../app/tools/gimpcroptool.c:128 +#, fuzzy +msgid "_Crop" +msgstr "Қ_ию" + +#: ../app/tools/gimpcroptool.c:269 +msgid "Click or press Enter to crop" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:141 +msgid "Curves Tool: Adjust color curves" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:142 +msgid "_Curves..." +msgstr "" + +#: ../app/tools/gimpcurvestool.c:168 +msgid "Adjust Color Curves" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:170 +msgid "Import Curves" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:171 +msgid "Export Curves" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:221 +#, c-format +msgid "Curves does not operate on indexed layers." +msgstr "" + +#: ../app/tools/gimpcurvestool.c:323 +msgid "Click to add a control point" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:328 +msgid "Click to add control points to all channels" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:441 +#: ../app/tools/gimplevelstool.c:380 +msgid "Cha_nnel:" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:467 +#: ../app/tools/gimplevelstool.c:404 +msgid "R_eset Channel" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:557 +msgid "Curve _type:" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:632 +#: ../app/tools/gimplevelstool.c:752 +#, c-format +msgid "Could not read header from '%s': %s" +msgstr "" + +#: ../app/tools/gimpcurvestool.c:705 +msgid "Use _old curves file format" +msgstr "" + +#: ../app/tools/gimpdesaturatetool.c:78 +msgid "Desaturate Tool: Turn colors into shades of gray" +msgstr "" + +#: ../app/tools/gimpdesaturatetool.c:79 +msgid "_Desaturate..." +msgstr "" + +#: ../app/tools/gimpdesaturatetool.c:93 +msgid "Desaturate (Remove Colors)" +msgstr "" + +#: ../app/tools/gimpdesaturatetool.c:125 +#, c-format +msgid "Desaturate does only operate on RGB layers." +msgstr "" + +#: ../app/tools/gimpdesaturatetool.c:191 +msgid "Choose shade of gray based on:" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:73 +msgid "Dodge / Burn" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:74 +msgid "Dodge / Burn Tool: Selectively lighten or darken using a brush" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:75 +msgid "Dod_ge / Burn" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:173 +msgid "Click to dodge" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:174 +msgid "Click to dodge the line" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:175 +#, c-format +msgid "%s to burn" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:179 +msgid "Click to burn" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:180 +msgid "Click to burn the line" +msgstr "" + +#: ../app/tools/gimpdodgeburntool.c:181 +#, c-format +msgid "%s to dodge" +msgstr "" + +#. the type (dodge or burn) +#: ../app/tools/gimpdodgeburntool.c:202 +#, fuzzy, c-format +msgid "Type (%s)" +msgstr "Түрі:" + +#. mode (highlights, midtones, or shadows) +#: ../app/tools/gimpdodgeburntool.c:213 +#, fuzzy +msgid "Range" +msgstr "Ағымдағы сессияны жаппай-ақ, басқа пайдаланушыға ауысу" + +#: ../app/tools/gimpdodgeburntool.c:225 +#, fuzzy +msgid "Exposure:" +msgstr "Экспозиция:" + +#: ../app/tools/gimpeditselectiontool.c:244 +#: ../app/tools/gimpeditselectiontool.c:1229 +msgid "Move Floating Selection" +msgstr "" + +#: ../app/tools/gimpeditselectiontool.c:457 +#: ../app/tools/gimpeditselectiontool.c:726 +#, fuzzy +msgid "Move: " +msgstr "Жылжыту:" + +#: ../app/tools/gimpellipseselecttool.c:68 +msgid "Ellipse Select" +msgstr "" + +#: ../app/tools/gimpellipseselecttool.c:69 +msgid "Ellipse Select Tool: Select an elliptical region" +msgstr "" + +#: ../app/tools/gimpellipseselecttool.c:70 +msgid "_Ellipse Select" +msgstr "" + +#: ../app/tools/gimperasertool.c:67 +msgid "Eraser Tool: Erase to background or transparency using a brush" +msgstr "" + +#: ../app/tools/gimperasertool.c:68 +msgid "_Eraser" +msgstr "" + +#: ../app/tools/gimperasertool.c:97 +msgid "Click to erase" +msgstr "" + +#: ../app/tools/gimperasertool.c:98 +msgid "Click to erase the line" +msgstr "" + +#: ../app/tools/gimperasertool.c:99 +#, c-format +msgid "%s to pick a background color" +msgstr "" + +#. the anti_erase toggle +#: ../app/tools/gimperasertool.c:146 +#, c-format +msgid "Anti erase (%s)" +msgstr "" + +#: ../app/tools/gimpflipoptions.c:130 +msgid "Affect:" +msgstr "" + +#. tool toggle +#: ../app/tools/gimpflipoptions.c:139 +#, c-format +msgid "Flip Type (%s)" +msgstr "" + +#: ../app/tools/gimpfliptool.c:79 +msgid "Flip" +msgstr "" + +#: ../app/tools/gimpfliptool.c:80 +msgid "Flip Tool: Reverse the layer, selection or path horizontally or vertically" +msgstr "" + +#: ../app/tools/gimpfliptool.c:82 +msgid "_Flip" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:79 +#: ../app/tools/gimpselectionoptions.c:79 +msgid "Smooth edges" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:85 +msgid "Select a single contiguous area" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:96 +msgid "Size of the brush used for refinements" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:102 +msgid "Smaller values give a more accurate selection border but may introduce holes in the selection" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:121 +msgid "Sensitivity for brightness component" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:127 +msgid "Sensitivity for red/green component" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:133 +msgid "Sensitivity for yellow/blue component" +msgstr "" + +#. single / multiple objects +#: ../app/tools/gimpforegroundselectoptions.c:276 +msgid "Contiguous" +msgstr "" + +#. foreground / background +#: ../app/tools/gimpforegroundselectoptions.c:281 +#, c-format +msgid "Interactive refinement (%s)" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:285 +msgid "Mark background" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:286 +msgid "Mark foreground" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:302 +msgid "Small brush" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:310 +msgid "Large brush" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:334 +msgid "Smoothing:" +msgstr "" + +#: ../app/tools/gimpforegroundselectoptions.c:340 +msgid "Preview color:" +msgstr "" + +#. granularity +#: ../app/tools/gimpforegroundselectoptions.c:343 +msgid "Color Sensitivity" +msgstr "" + +#: ../app/tools/gimpforegroundselecttool.c:145 +msgid "Foreground Select" +msgstr "" + +#: ../app/tools/gimpforegroundselecttool.c:146 +msgid "Foreground Select Tool: Select a region containing foreground objects" +msgstr "" + +#: ../app/tools/gimpforegroundselecttool.c:147 +msgid "F_oreground Select" +msgstr "" + +#: ../app/tools/gimpforegroundselecttool.c:314 +msgid "Add more strokes or press Enter to accept the selection" +msgstr "" + +#: ../app/tools/gimpforegroundselecttool.c:316 +msgid "Mark foreground by painting on the object to extract" +msgstr "" + +#: ../app/tools/gimpforegroundselecttool.c:327 +msgid "Rougly outline the object to extract" +msgstr "" + +#: ../app/tools/gimpforegroundselecttool.c:766 +msgctxt "command" +msgid "Foreground Select" +msgstr "" + +#: ../app/tools/gimpfreeselecttool.c:198 +msgid "Free Select Tool: Select a hand-drawn region with free and polygonal segments" +msgstr "" + +#: ../app/tools/gimpfreeselecttool.c:199 +msgid "_Free Select" +msgstr "" + +#: ../app/tools/gimpfreeselecttool.c:1117 +msgid "Click to complete selection" +msgstr "" + +#: ../app/tools/gimpfreeselecttool.c:1121 +msgid "Click-Drag to move segment vertex" +msgstr "" + +#: ../app/tools/gimpfreeselecttool.c:1126 +msgid "Return commits, Escape cancels, Backspace removes last segment" +msgstr "" + +#: ../app/tools/gimpfreeselecttool.c:1130 +msgid "Click-Drag adds a free segment, Click adds a polygonal segment" +msgstr "" + +#: ../app/tools/gimpfreeselecttool.c:1582 +msgctxt "command" +msgid "Free Select" +msgstr "" + +#: ../app/tools/gimpfuzzyselecttool.c:65 +msgid "Fuzzy Select" +msgstr "" + +#: ../app/tools/gimpfuzzyselecttool.c:66 +msgid "Fuzzy Select Tool: Select a contiguous region on the basis of color" +msgstr "" + +#: ../app/tools/gimpfuzzyselecttool.c:67 +msgid "Fu_zzy Select" +msgstr "" + +#: ../app/tools/gimpgegltool.c:92 +#: ../app/tools/gimpgegltool.c:111 +msgid "GEGL Operation" +msgstr "" + +#: ../app/tools/gimpgegltool.c:93 +msgid "GEGL Tool: Use an arbitrary GEGL operation" +msgstr "" + +#: ../app/tools/gimpgegltool.c:94 +msgid "_GEGL Operation..." +msgstr "" + +#: ../app/tools/gimpgegltool.c:158 +#, c-format +msgid "GEGL operations do not operate on indexed layers." +msgstr "" + +#: ../app/tools/gimpgegltool.c:339 +msgid "_Operation:" +msgstr "" + +#. The options vbox +#: ../app/tools/gimpgegltool.c:412 +msgid "Operation Settings" +msgstr "" + +#: ../app/tools/gimphealtool.c:54 +msgid "Healing Tool: Heal image irregularities" +msgstr "" + +#: ../app/tools/gimphealtool.c:55 +msgid "_Heal" +msgstr "" + +#: ../app/tools/gimphealtool.c:77 +#: ../app/tools/gimphealtool.c:80 +msgid "Click to heal" +msgstr "" + +#: ../app/tools/gimphealtool.c:78 +#: ../app/tools/gimphealtool.c:82 +#, c-format +msgid "%s to set a new heal source" +msgstr "" + +#: ../app/tools/gimphealtool.c:81 +msgid "Click to set a new heal source" +msgstr "" + +#: ../app/tools/gimphistogramoptions.c:127 +msgid "Histogram Scale" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:103 +msgid "Hue-Saturation Tool: Adjust hue, saturation, and lightness" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:104 +msgid "Hue-_Saturation..." +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:121 +msgid "Adjust Hue / Lightness / Saturation" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:123 +msgid "Import Hue-Saturation Settings" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:124 +msgid "Export Hue-Saturation Settings" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:171 +#, c-format +msgid "Hue-Saturation operates only on RGB color layers." +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:251 +msgid "M_aster" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:251 +msgid "Adjust all colors" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:252 +msgid "_R" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:253 +msgid "_Y" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:254 +msgid "_G" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:255 +msgid "_C" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:256 +msgid "_B" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:257 +msgid "_M" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:262 +msgid "Select Primary Color to Adjust" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:352 +msgid "_Overlap:" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:371 +msgid "Adjust Selected Color" +msgstr "" + +#: ../app/tools/gimphuesaturationtool.c:447 +msgid "R_eset Color" +msgstr "" + +#: ../app/tools/gimpimagemaptool-settings.c:81 +msgid "Pre_sets:" +msgstr "" + +#: ../app/tools/gimpimagemaptool-settings.c:221 +#, c-format +msgid "Settings saved to '%s'" +msgstr "" + +#: ../app/tools/gimpimagemaptool.c:318 +msgid "_Preview" +msgstr "А_лдын-ала қарау" + +#. adjust sliders +#: ../app/tools/gimpinkoptions-gui.c:56 +msgid "Adjustment" +msgstr "" + +#: ../app/tools/gimpinkoptions-gui.c:68 +#: ../app/tools/gimpinkoptions-gui.c:93 +#: ../app/tools/gimprectangleoptions.c:973 +#: ../app/tools/gimptextoptions.c:452 +msgid "Size:" +msgstr "Өлшемі:" + +#: ../app/tools/gimpinkoptions-gui.c:76 +#: ../app/tools/gimpmeasuretool.c:1037 +#: ../app/widgets/gimpbrusheditor.c:208 +msgid "Angle:" +msgstr "" + +#. sens sliders +#: ../app/tools/gimpinkoptions-gui.c:81 +msgid "Sensitivity" +msgstr "" + +#: ../app/tools/gimpinkoptions-gui.c:100 +#, fuzzy +msgid "Tilt:" +msgstr "_Парольді енгізіңіз" + +#: ../app/tools/gimpinkoptions-gui.c:107 +msgid "Speed:" +msgstr "Жылдамдық:" + +#: ../app/tools/gimpinkoptions-gui.c:118 +msgid "Type" +msgstr "Түрі" + +#. Blob shape widget +#: ../app/tools/gimpinkoptions-gui.c:149 +msgid "Shape" +msgstr "" + +#: ../app/tools/gimpinktool.c:56 +msgid "Ink Tool: Calligraphy-style painting" +msgstr "" + +#: ../app/tools/gimpinktool.c:57 +#, fuzzy +msgid "In_k" +msgstr "\"%s\", %s ішінде" + +#: ../app/tools/gimpiscissorsoptions.c:126 +msgid "Interactive boundary" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:278 +msgid "Scissors" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:279 +msgid "Scissors Select Tool: Select shapes using intelligent edge-fitting" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:280 +msgid "Intelligent _Scissors" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:940 +#: ../app/tools/gimpmeasuretool.c:609 +msgid "Click-Drag to move this point" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:942 +#: ../app/tools/gimpiscissorstool.c:1007 +#, c-format +msgid "%s: disable auto-snap" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:959 +msgid "Click to close the curve" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:965 +msgid "Click to add a point on this segment" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:979 +msgid "Click or press Enter to convert to a selection" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:989 +msgid "Press Enter to convert to a selection" +msgstr "" + +#: ../app/tools/gimpiscissorstool.c:1004 +msgid "Click or Click-Drag to add a point" +msgstr "" + +#: ../app/tools/gimplevelstool.c:151 +msgid "Levels Tool: Adjust color levels" +msgstr "" + +#: ../app/tools/gimplevelstool.c:152 +msgid "_Levels..." +msgstr "" + +#: ../app/tools/gimplevelstool.c:174 +msgid "Import Levels" +msgstr "" + +#: ../app/tools/gimplevelstool.c:175 +msgid "Export Levels" +msgstr "" + +#: ../app/tools/gimplevelstool.c:228 +#, c-format +msgid "Levels does not operate on indexed layers." +msgstr "" + +#: ../app/tools/gimplevelstool.c:310 +msgid "Pick black point" +msgstr "" + +#: ../app/tools/gimplevelstool.c:314 +msgid "Pick gray point" +msgstr "" + +#: ../app/tools/gimplevelstool.c:318 +msgid "Pick white point" +msgstr "" + +#. Input levels frame +#: ../app/tools/gimplevelstool.c:419 +msgid "Input Levels" +msgstr "" + +#: ../app/tools/gimplevelstool.c:522 +msgid "Gamma" +msgstr "Гамма" + +#. Output levels frame +#: ../app/tools/gimplevelstool.c:564 +msgid "Output Levels" +msgstr "" + +#. all channels frame +#: ../app/tools/gimplevelstool.c:641 +msgid "All Channels" +msgstr "" + +#: ../app/tools/gimplevelstool.c:655 +msgid "Adjust levels automatically" +msgstr "" + +#: ../app/tools/gimplevelstool.c:682 +msgid "Edit these Settings as Curves" +msgstr "" + +#: ../app/tools/gimplevelstool.c:825 +msgid "Use _old levels file format" +msgstr "" + +#: ../app/tools/gimpmagnifyoptions.c:167 +msgid "Auto-resize window" +msgstr "" + +#. tool toggle +#: ../app/tools/gimpmagnifyoptions.c:172 +#: ../app/tools/gimpmoveoptions.c:188 +#, c-format +msgid "Tool Toggle (%s)" +msgstr "" + +#: ../app/tools/gimpmagnifytool.c:86 +msgid "Zoom" +msgstr "Масштаб" + +#: ../app/tools/gimpmagnifytool.c:87 +msgid "Zoom Tool: Adjust the zoom level" +msgstr "" + +#: ../app/tools/gimpmagnifytool.c:88 +msgid "tool|_Zoom" +msgstr "" + +#: ../app/tools/gimpmeasureoptions.c:124 +msgid "Use info window" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:121 +msgid "Measure" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:122 +msgid "Measure Tool: Measure distances and angles" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:123 +msgid "_Measure" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:241 +msgid "Add Guides" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:561 +msgid "Click to place vertical and horizontal guides" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:570 +msgid "Click to place a horizontal guide" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:584 +msgid "Click to place a vertical guide" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:598 +msgid "Click-Drag to add a new point" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:628 +msgid "Click-Drag to move all points" +msgstr "" + +#. tool->display->shell +#: ../app/tools/gimpmeasuretool.c:989 +msgid "Measure Distances and Angles" +msgstr "" + +#: ../app/tools/gimpmeasuretool.c:1009 +msgid "Distance:" +msgstr "Қашықтық:" + +#: ../app/tools/gimpmoveoptions.c:140 +msgid "Pick a layer or guide" +msgstr "" + +#: ../app/tools/gimpmoveoptions.c:141 +msgid "Move the active layer" +msgstr "" + +#: ../app/tools/gimpmoveoptions.c:145 +msgid "Move selection" +msgstr "" + +#: ../app/tools/gimpmoveoptions.c:149 +msgid "Pick a path" +msgstr "" + +#: ../app/tools/gimpmoveoptions.c:150 +msgid "Move the active path" +msgstr "" + +#: ../app/tools/gimpmoveoptions.c:179 +#, fuzzy +msgid "Move:" +msgstr "Жылжыту" + +#: ../app/tools/gimpmovetool.c:127 +#, fuzzy +msgctxt "tool" +msgid "Move" +msgstr "Жылжыту" + +#: ../app/tools/gimpmovetool.c:128 +msgid "Move Tool: Move layers, selections, and other objects" +msgstr "" + +#: ../app/tools/gimpmovetool.c:129 +#, fuzzy +msgid "_Move" +msgstr "Жы_лжыту" + +#: ../app/tools/gimpmovetool.c:276 +#: ../app/tools/gimpmovetool.c:570 +msgid "Move Guide: " +msgstr "" + +#: ../app/tools/gimpmovetool.c:564 +msgid "Cancel Guide" +msgstr "" + +#: ../app/tools/gimpmovetool.c:570 +msgid "Add Guide: " +msgstr "" + +#: ../app/tools/gimppaintbrushtool.c:52 +msgid "Paintbrush Tool: Paint smooth strokes using a brush" +msgstr "" + +#: ../app/tools/gimppaintbrushtool.c:53 +msgid "_Paintbrush" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:112 +#: ../app/tools/gimpselectionoptions.c:211 +#: ../app/widgets/gimpbrushselect.c:191 +#: ../app/widgets/gimplayertreeview.c:269 +#, fuzzy +msgid "Mode:" +msgstr "Режимі:" + +#: ../app/tools/gimppaintoptions-gui.c:127 +#: ../app/tools/gimptransformoptions.c:348 +#: ../app/widgets/gimpbrushselect.c:178 +#: ../app/widgets/gimplayertreeview.c:284 +#, fuzzy +msgid "Opacity:" +msgstr "_Мөлдірлілігі:" + +#: ../app/tools/gimppaintoptions-gui.c:137 +msgid "Brush:" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:142 +msgid "Scale:" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:150 +#, fuzzy +msgid "Opacity" +msgstr "_Мөлдірлілігі:" + +#: ../app/tools/gimppaintoptions-gui.c:156 +msgid "Hardness" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:162 +#, fuzzy +msgid "Rate" +msgstr "%s етіп баға беру" + +#: ../app/tools/gimppaintoptions-gui.c:168 +#: ../app/tools/tools-enums.c:151 +msgid "Size" +msgstr "Өлшемі" + +#: ../app/tools/gimppaintoptions-gui.c:186 +msgid "Brush Dynamics" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:204 +msgid "Velocity:" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:210 +msgid "Random:" +msgstr "Кездейсоқ:" + +#: ../app/tools/gimppaintoptions-gui.c:264 +msgid "Incremental" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:280 +msgid "Hard edge" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:565 +msgid "Fade out" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:574 +#: ../app/tools/gimppaintoptions-gui.c:657 +msgid "Length:" +msgstr "Ұзақтығы:" + +#: ../app/tools/gimppaintoptions-gui.c:601 +msgid "Apply Jitter" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:606 +msgid "Amount:" +msgstr "" + +#: ../app/tools/gimppaintoptions-gui.c:631 +msgid "Use color from gradient" +msgstr "" + +#: ../app/tools/gimppainttool.c:136 +msgid "Click to paint" +msgstr "" + +#: ../app/tools/gimppainttool.c:137 +msgid "Click to draw the line" +msgstr "" + +#: ../app/tools/gimppainttool.c:138 +#, c-format +msgid "%s to pick a color" +msgstr "" + +#: ../app/tools/gimppainttool.c:662 +#, c-format +msgid "%s for a straight line" +msgstr "" + +#: ../app/tools/gimppenciltool.c:52 +msgid "Pencil Tool: Hard edge painting using a brush" +msgstr "" + +#: ../app/tools/gimppenciltool.c:53 +msgid "Pe_ncil" +msgstr "" + +#: ../app/tools/gimpperspectiveclonetool.c:127 +msgid "Perspective Clone Tool: Clone from an image source after applying a perspective transformation" +msgstr "" + +#: ../app/tools/gimpperspectiveclonetool.c:129 +msgid "_Perspective Clone" +msgstr "" + +#: ../app/tools/gimpperspectiveclonetool.c:692 +msgid "Ctrl-Click to set a clone source" +msgstr "" + +#: ../app/tools/gimpperspectivetool.c:70 +msgid "Perspective Tool: Change perspective of the layer, selection or path" +msgstr "" + +#: ../app/tools/gimpperspectivetool.c:72 +msgid "_Perspective" +msgstr "" + +#: ../app/tools/gimpperspectivetool.c:99 +msgctxt "command" +msgid "Perspective" +msgstr "" + +#: ../app/tools/gimpperspectivetool.c:100 +msgid "Perspective transformation" +msgstr "" + +#: ../app/tools/gimpperspectivetool.c:115 +msgid "Transformation Matrix" +msgstr "" + +#: ../app/tools/gimpposterizetool.c:85 +msgid "Posterize Tool: Reduce to a limited set of colors" +msgstr "" + +#: ../app/tools/gimpposterizetool.c:86 +msgid "_Posterize..." +msgstr "" + +#: ../app/tools/gimpposterizetool.c:103 +msgid "Posterize (Reduce Number of Colors)" +msgstr "" + +#: ../app/tools/gimpposterizetool.c:151 +#, c-format +msgid "Posterize does not operate on indexed layers." +msgstr "" + +#: ../app/tools/gimpposterizetool.c:226 +msgid "Posterize _levels:" +msgstr "" + +#: ../app/tools/gimprectangleoptions.c:112 +msgid "Use all visible layers when shrinking the selection" +msgstr "" + +#. Current, as in what is currently in use. +#: ../app/tools/gimprectangleoptions.c:729 +msgid "Current" +msgstr "Ағымдағы" + +#: ../app/tools/gimprectangleoptions.c:807 +msgid "Expand from center" +msgstr "" + +#: ../app/tools/gimprectangleoptions.c:830 +msgid "Fixed:" +msgstr "" + +#: ../app/tools/gimprectangleoptions.c:963 +#, fuzzy +msgid "Position:" +msgstr "Орны:" + +#: ../app/tools/gimprectangleoptions.c:981 +msgid "Highlight" +msgstr "Түспен ерекшелеу" + +#. Auto Shrink +#: ../app/tools/gimprectangleoptions.c:991 +msgid "Auto Shrink" +msgstr "" + +#: ../app/tools/gimprectangleoptions.c:998 +msgid "Shrink merged" +msgstr "" + +#: ../app/tools/gimprectangleselectoptions.c:164 +msgid "Rounded corners" +msgstr "" + +#: ../app/tools/gimprectangleselecttool.c:167 +msgid "Rectangle Select" +msgstr "" + +#: ../app/tools/gimprectangleselecttool.c:168 +msgid "Rectangle Select Tool: Select a rectangular region" +msgstr "" + +#: ../app/tools/gimprectangleselecttool.c:169 +msgid "_Rectangle Select" +msgstr "" + +#: ../app/tools/gimprectangletool.c:1085 +#: ../app/tools/gimprectangletool.c:1981 +msgid "Rectangle: " +msgstr "" + +#: ../app/tools/gimpregionselectoptions.c:83 +msgid "Allow completely transparent regions to be selected" +msgstr "" + +#: ../app/tools/gimpregionselectoptions.c:90 +msgid "Base region_select on all visible layers" +msgstr "" + +#: ../app/tools/gimpregionselectoptions.c:202 +msgid "Select transparent areas" +msgstr "" + +#: ../app/tools/gimpregionselectoptions.c:227 +msgid "Select by:" +msgstr "" + +#: ../app/tools/gimpregionselecttool.c:162 +msgid "Move the mouse to change threshold" +msgstr "" + +#: ../app/tools/gimprotatetool.c:90 +msgid "Rotate" +msgstr "Бұру" + +#: ../app/tools/gimprotatetool.c:91 +msgid "Rotate Tool: Rotate the layer, selection or path" +msgstr "" + +#: ../app/tools/gimprotatetool.c:92 +msgid "_Rotate" +msgstr "Бұру" + +#: ../app/tools/gimprotatetool.c:188 +msgid "_Angle:" +msgstr "" + +#: ../app/tools/gimprotatetool.c:204 +#, fuzzy +msgid "Center _X:" +msgstr "Ор_тасы" + +#: ../app/tools/gimprotatetool.c:213 +#, fuzzy +msgid "Center _Y:" +msgstr "Ор_тасы" + +#: ../app/tools/gimpscaletool.c:78 +msgid "Scale" +msgstr "" + +#: ../app/tools/gimpscaletool.c:79 +msgid "Scale Tool: Scale the layer, selection or path" +msgstr "" + +#: ../app/tools/gimpscaletool.c:80 +msgid "_Scale" +msgstr "" + +#: ../app/tools/gimpscaletool.c:106 +msgctxt "command" +msgid "Scale" +msgstr "" + +#: ../app/tools/gimpselectionoptions.c:258 +#: ../app/tools/gimptextoptions.c:473 +msgid "Antialiasing" +msgstr "" + +#: ../app/tools/gimpselectionoptions.c:273 +msgid "Feather edges" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:251 +msgid "Click-Drag to replace the current selection" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:259 +msgid "Click-Drag to create a new selection" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:264 +msgid "Click-Drag to add to the current selection" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:273 +msgid "Click-Drag to subtract from the current selection" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:282 +msgid "Click-Drag to intersect with the current selection" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:292 +msgid "Click-Drag to move the selection mask" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:300 +msgid "Click-Drag to move the selected pixels" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:304 +msgid "Click-Drag to move a copy of the selected pixels" +msgstr "" + +#: ../app/tools/gimpselectiontool.c:308 +msgid "Click to anchor the floating selection" +msgstr "" + +#: ../app/tools/gimpsheartool.c:82 +msgid "Shear" +msgstr "" + +#: ../app/tools/gimpsheartool.c:83 +msgid "Shear Tool: Shear the layer, selection or path" +msgstr "" + +#: ../app/tools/gimpsheartool.c:84 +msgid "S_hear" +msgstr "" + +#: ../app/tools/gimpsheartool.c:110 +msgctxt "command" +msgid "Shear" +msgstr "" + +#: ../app/tools/gimpsheartool.c:134 +msgid "Shear magnitude _X:" +msgstr "" + +#: ../app/tools/gimpsheartool.c:144 +msgid "Shear magnitude _Y:" +msgstr "" + +#: ../app/tools/gimpsmudgetool.c:54 +msgid "Smudge Tool: Smudge selectively using a brush" +msgstr "" + +#: ../app/tools/gimpsmudgetool.c:55 +msgid "_Smudge" +msgstr "" + +#: ../app/tools/gimpsmudgetool.c:74 +msgid "Click to smudge" +msgstr "" + +#: ../app/tools/gimpsmudgetool.c:75 +msgid "Click to smudge the line" +msgstr "" + +#: ../app/tools/gimptextoptions.c:127 +msgid "Hinting alters the font outline to produce a crisp bitmap at small sizes" +msgstr "" + +#: ../app/tools/gimptextoptions.c:134 +msgid "If available, hints from the font are used but you may prefer to always use the automatic hinter" +msgstr "" + +#: ../app/tools/gimptextoptions.c:159 +msgid "Indentation of the first line" +msgstr "" + +#: ../app/tools/gimptextoptions.c:165 +msgid "Adjust line spacing" +msgstr "" + +#: ../app/tools/gimptextoptions.c:171 +msgid "Adjust letter spacing" +msgstr "" + +#: ../app/tools/gimptextoptions.c:445 +msgid "Font:" +msgstr "Қаріп:" + +#: ../app/tools/gimptextoptions.c:461 +msgid "Hinting" +msgstr "Тегістеу" + +#: ../app/tools/gimptextoptions.c:466 +msgid "Force auto-hinter" +msgstr "" + +#: ../app/tools/gimptextoptions.c:487 +msgid "Text Color" +msgstr "Мәтін түсі" + +#: ../app/tools/gimptextoptions.c:492 +msgid "Color:" +msgstr "Түс:" + +#: ../app/tools/gimptextoptions.c:498 +#, fuzzy +msgid "Justify:" +msgstr "&Енінен" + +#. Create a path from the current text +#: ../app/tools/gimptextoptions.c:520 +msgid "Path from Text" +msgstr "" + +#: ../app/tools/gimptextoptions.c:527 +msgid "Text along Path" +msgstr "" + +#: ../app/tools/gimptexttool.c:162 +msgid "Text Tool: Create or edit text layers" +msgstr "" + +#: ../app/tools/gimptexttool.c:163 +msgid "Te_xt" +msgstr "" + +#: ../app/tools/gimptexttool.c:987 +msgid "GIMP Text Editor" +msgstr "" + +#: ../app/tools/gimptexttool.c:1103 +#: ../app/tools/gimptexttool.c:1106 +msgid "Confirm Text Editing" +msgstr "" + +#: ../app/tools/gimptexttool.c:1110 +msgid "Create _New Layer" +msgstr "" + +#: ../app/tools/gimptexttool.c:1134 +msgid "" +"The layer you selected is a text layer but it has been modified using other tools. Editing the layer with the text tool will discard these modifications.\n" +"\n" +"You can edit the layer or create a new text layer from its text attributes." +msgstr "" + +#: ../app/tools/gimptexttool.c:1356 +msgid "Reshape Text Layer" +msgstr "" + +#: ../app/tools/gimpthresholdtool.c:91 +msgid "Threshold Tool: Reduce image to two colors using a threshold" +msgstr "" + +#: ../app/tools/gimpthresholdtool.c:92 +msgid "_Threshold..." +msgstr "" + +#: ../app/tools/gimpthresholdtool.c:109 +msgid "Apply Threshold" +msgstr "" + +#: ../app/tools/gimpthresholdtool.c:111 +msgid "Import Threshold Settings" +msgstr "" + +#: ../app/tools/gimpthresholdtool.c:112 +msgid "Export Threshold Settings" +msgstr "" + +#: ../app/tools/gimpthresholdtool.c:161 +#, c-format +msgid "Threshold does not operate on indexed layers." +msgstr "" + +#: ../app/tools/gimpthresholdtool.c:266 +msgid "Automatically adjust to optimal binarization threshold" +msgstr "" + +#: ../app/tools/gimptransformoptions.c:273 +msgid "Transform:" +msgstr "" + +#: ../app/tools/gimptransformoptions.c:282 +msgid "Direction" +msgstr "" + +#. the interpolation menu +#: ../app/tools/gimptransformoptions.c:287 +msgid "Interpolation:" +msgstr "" + +#: ../app/tools/gimptransformoptions.c:300 +msgid "Clipping:" +msgstr "" + +#: ../app/tools/gimptransformoptions.c:318 +msgid "Preview:" +msgstr "Алдын-ала қарау:" + +#: ../app/tools/gimptransformoptions.c:389 +#, c-format +msgid "15 degrees (%s)" +msgstr "" + +#: ../app/tools/gimptransformoptions.c:393 +#, c-format +msgid "Keep aspect (%s)" +msgstr "" + +#: ../app/tools/gimptransformtool.c:238 +msgid "Transforming" +msgstr "" + +#: ../app/tools/gimptransformtool.c:1165 +msgid "There is no layer to transform." +msgstr "" + +#: ../app/tools/gimptransformtool.c:1176 +msgid "There is no path to transform." +msgstr "" + +#: ../app/tools/gimpvectoroptions.c:77 +msgid "Restrict editing to polygons" +msgstr "" + +#: ../app/tools/gimpvectoroptions.c:156 +msgid "Edit Mode" +msgstr "" + +#: ../app/tools/gimpvectoroptions.c:174 +msgid "Polygonal" +msgstr "" + +#: ../app/tools/gimpvectoroptions.c:178 +#, c-format +msgid "" +"Path to Selection\n" +"%s Add\n" +"%s Subtract\n" +"%s Intersect" +msgstr "" + +#. Create a selection from the current path +#: ../app/tools/gimpvectoroptions.c:189 +msgid "Selection from Path" +msgstr "" + +#: ../app/tools/gimpvectortool.c:161 +msgid "Paths Tool: Create and edit paths" +msgstr "" + +#: ../app/tools/gimpvectortool.c:162 +msgid "Pat_hs" +msgstr "" + +#: ../app/tools/gimpvectortool.c:322 +msgid "Add Stroke" +msgstr "" + +#: ../app/tools/gimpvectortool.c:345 +msgid "Add Anchor" +msgstr "" + +#: ../app/tools/gimpvectortool.c:370 +msgid "Insert Anchor" +msgstr "" + +#: ../app/tools/gimpvectortool.c:400 +msgid "Drag Handle" +msgstr "" + +#: ../app/tools/gimpvectortool.c:429 +msgid "Drag Anchor" +msgstr "" + +#: ../app/tools/gimpvectortool.c:446 +msgid "Drag Anchors" +msgstr "" + +#: ../app/tools/gimpvectortool.c:468 +msgid "Drag Curve" +msgstr "" + +#: ../app/tools/gimpvectortool.c:496 +msgid "Connect Strokes" +msgstr "" + +#: ../app/tools/gimpvectortool.c:527 +msgid "Drag Path" +msgstr "" + +#: ../app/tools/gimpvectortool.c:537 +msgid "Convert Edge" +msgstr "" + +#: ../app/tools/gimpvectortool.c:567 +msgid "Delete Anchor" +msgstr "" + +#: ../app/tools/gimpvectortool.c:589 +msgid "Delete Segment" +msgstr "" + +#: ../app/tools/gimpvectortool.c:807 +msgid "Move Anchors" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1167 +msgid "Click to pick path to edit" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1171 +msgid "Click to create a new path" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1175 +msgid "Click to create a new component of the path" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1179 +msgid "Click or Click-Drag to create a new anchor" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1189 +#: ../app/tools/gimpvectortool.c:1196 +msgid "Click-Drag to move the anchor around" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1200 +#: ../app/tools/gimpvectortool.c:1213 +msgid "Click-Drag to move the anchors around" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1204 +msgid "Click-Drag to move the handle around" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1218 +msgid "Click-Drag to change the shape of the curve" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1221 +#, c-format +msgid "%s: symmetrical" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1226 +msgid "Click-Drag to move the component around" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1234 +msgid "Click-Drag to move the path around" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1238 +msgid "Click-Drag to insert an anchor on the path" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1246 +msgid "Click to delete this anchor" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1250 +msgid "Click to connect this anchor with the selected endpoint" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1255 +msgid "Click to open up the path" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1259 +msgid "Click to make this node angular" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1766 +msgid "Delete Anchors" +msgstr "" + +#: ../app/tools/gimpvectortool.c:1939 +msgid "There is no active layer or channel to stroke to" +msgstr "" + +#: ../app/tools/tools-enums.c:58 +msgid "No guides" +msgstr "" + +#: ../app/tools/tools-enums.c:59 +msgid "Center lines" +msgstr "" + +#: ../app/tools/tools-enums.c:60 +msgid "Rule of thirds" +msgstr "" + +#: ../app/tools/tools-enums.c:61 +msgid "Golden sections" +msgstr "" + +#: ../app/tools/tools-enums.c:148 +msgid "Aspect ratio" +msgstr "" + +#: ../app/tools/tools-enums.c:149 +#: ../app/widgets/gimpgrideditor.c:265 +#: ../app/widgets/gimpgrideditor.c:297 +msgid "Width" +msgstr "Ені" + +#: ../app/tools/tools-enums.c:150 +#: ../app/widgets/gimpgrideditor.c:267 +#: ../app/widgets/gimpgrideditor.c:299 +msgid "Height" +msgstr "Биіктігі" + +#: ../app/tools/tools-enums.c:179 +msgid "Free select" +msgstr "" + +#: ../app/tools/tools-enums.c:180 +msgid "Fixed size" +msgstr "" + +#: ../app/tools/tools-enums.c:181 +msgid "Fixed aspect ratio" +msgstr "" + +#: ../app/tools/tools-enums.c:211 +#: ../app/vectors/gimpvectors.c:192 +msgid "Path" +msgstr "Жолы" + +#: ../app/tools/tools-enums.c:240 +msgid "Outline" +msgstr "" + +#: ../app/tools/tools-enums.c:243 +msgid "Image + Grid" +msgstr "" + +#: ../app/tools/tools-enums.c:270 +msgid "Number of grid lines" +msgstr "" + +#: ../app/tools/tools-enums.c:271 +msgid "Grid line spacing" +msgstr "" + +#: ../app/tools/tools-enums.c:299 +msgid "Design" +msgstr "Дизайн" + +#: ../app/tools/tools-enums.c:301 +msgid "Move" +msgstr "Жылжыту" + +#: ../app/vectors/gimpvectors.c:193 +msgid "Rename Path" +msgstr "" + +#: ../app/vectors/gimpvectors.c:194 +#: ../app/vectors/gimpvectors.c:316 +msgid "Move Path" +msgstr "" + +#: ../app/vectors/gimpvectors.c:195 +msgid "Scale Path" +msgstr "" + +#: ../app/vectors/gimpvectors.c:196 +msgid "Resize Path" +msgstr "" + +#: ../app/vectors/gimpvectors.c:197 +#: ../app/vectors/gimpvectors.c:415 +msgid "Flip Path" +msgstr "" + +#: ../app/vectors/gimpvectors.c:198 +#: ../app/vectors/gimpvectors.c:446 +msgid "Rotate Path" +msgstr "" + +#: ../app/vectors/gimpvectors.c:199 +#: ../app/vectors/gimpvectors.c:476 +msgid "Transform Path" +msgstr "" + +#: ../app/vectors/gimpvectors-export.c:96 +#, c-format +msgid "Error while writing '%s': %s" +msgstr "" + +#: ../app/vectors/gimpvectors-import.c:296 +msgid "Import Paths" +msgstr "" + +#: ../app/vectors/gimpvectors-import.c:307 +msgid "Imported Path" +msgstr "" + +#: ../app/vectors/gimpvectors-import.c:336 +#, c-format +msgid "No paths found in '%s'" +msgstr "" + +#: ../app/vectors/gimpvectors-import.c:339 +#, c-format +msgid "No paths found in the buffer" +msgstr "" + +#: ../app/vectors/gimpvectors-import.c:349 +#, c-format +msgid "Failed to import paths from '%s': %s" +msgstr "" + +#: ../app/widgets/gimpactioneditor.c:71 +msgid "_Search:" +msgstr "І_здеу:" + +#: ../app/widgets/gimpactiongroup.c:802 +#, c-format +msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" +msgstr "" + +#: ../app/widgets/gimpactionview.c:346 +#: ../app/widgets/gimpcontrollereditor.c:348 +msgid "Action" +msgstr "Әрекет" + +#: ../app/widgets/gimpactionview.c:375 +msgid "Shortcut" +msgstr "Жарлық" + +#: ../app/widgets/gimpactionview.c:401 +msgid "Name" +msgstr "Аты" + +#: ../app/widgets/gimpactionview.c:641 +#: ../app/widgets/gimpactionview.c:846 +msgid "Changing shortcut failed." +msgstr "" + +#: ../app/widgets/gimpactionview.c:683 +msgid "Conflicting Shortcuts" +msgstr "" + +#: ../app/widgets/gimpactionview.c:689 +msgid "_Reassign shortcut" +msgstr "" + +#: ../app/widgets/gimpactionview.c:704 +#, c-format +msgid "Shortcut \"%s\" is already taken by \"%s\" from the \"%s\" group." +msgstr "" + +#: ../app/widgets/gimpactionview.c:708 +#, c-format +msgid "Reassigning the shortcut will cause it to be removed from \"%s\"." +msgstr "" + +#: ../app/widgets/gimpactionview.c:781 +msgid "Invalid shortcut." +msgstr "" + +#: ../app/widgets/gimpactionview.c:870 +msgid "Removing shortcut failed." +msgstr "" + +#: ../app/widgets/gimpbrusheditor.c:169 +msgid "Spikes:" +msgstr "" + +#: ../app/widgets/gimpbrusheditor.c:182 +msgid "Hardness:" +msgstr "" + +#: ../app/widgets/gimpbrusheditor.c:195 +msgid "Aspect ratio:" +msgstr "" + +#: ../app/widgets/gimpbrusheditor.c:221 +#: ../app/widgets/gimpbrushfactoryview.c:82 +#, fuzzy +msgid "Spacing:" +msgstr "Бос орын" + +#: ../app/widgets/gimpbrusheditor.c:224 +#: ../app/widgets/gimpbrushfactoryview.c:85 +msgid "Percentage of width of brush" +msgstr "" + +#: ../app/widgets/gimpbufferview.c:173 +#: ../app/widgets/gimpbufferview.c:257 +#: ../app/widgets/gimpeditor.c:754 +msgid "(None)" +msgstr "(Ешнәрсе)" + +#: ../app/widgets/gimpchanneltreeview.c:119 +msgid "Reorder Channel" +msgstr "" + +#: ../app/widgets/gimpchanneltreeview.c:321 +msgid "Empty Channel" +msgstr "" + +#: ../app/widgets/gimpcolordialog.c:150 +msgid "Add the current color to the color history" +msgstr "" + +#: ../app/widgets/gimpcolordisplayeditor.c:152 +msgid "Available Filters" +msgstr "" + +#: ../app/widgets/gimpcolordisplayeditor.c:213 +msgid "Move the selected filter up" +msgstr "" + +#: ../app/widgets/gimpcolordisplayeditor.c:222 +msgid "Move the selected filter down" +msgstr "" + +#: ../app/widgets/gimpcolordisplayeditor.c:268 +msgid "Active Filters" +msgstr "" + +#: ../app/widgets/gimpcolordisplayeditor.c:319 +msgid "Reset the selected filter to default values" +msgstr "" + +#: ../app/widgets/gimpcolordisplayeditor.c:493 +#, c-format +msgid "Add '%s' to the list of active filters" +msgstr "" + +#: ../app/widgets/gimpcolordisplayeditor.c:530 +#, c-format +msgid "Remove '%s' from the list of active filters" +msgstr "" + +#: ../app/widgets/gimpcolordisplayeditor.c:561 +msgid "No filter selected" +msgstr "" + +#: ../app/widgets/gimpcoloreditor.c:263 +msgid "Hexadecimal color notation as used in HTML and CSS. This entry also accepts CSS color names." +msgstr "" + +#: ../app/widgets/gimpcolorframe.c:501 +#, fuzzy +msgid "Index:" +msgstr "_Мазмұны" + +#: ../app/widgets/gimpcolorframe.c:514 +#: ../app/widgets/gimpcolorframe.c:540 +msgid "Red:" +msgstr "Қызыл:" + +#: ../app/widgets/gimpcolorframe.c:515 +#: ../app/widgets/gimpcolorframe.c:541 +msgid "Green:" +msgstr "Жасыл:" + +#: ../app/widgets/gimpcolorframe.c:516 +#: ../app/widgets/gimpcolorframe.c:542 +msgid "Blue:" +msgstr "Көк:" + +#: ../app/widgets/gimpcolorframe.c:529 +#: ../app/widgets/gimpcolorframe.c:562 +msgid "Value:" +msgstr "Мәні:" + +#: ../app/widgets/gimpcolorframe.c:553 +msgid "Hex:" +msgstr "" + +#: ../app/widgets/gimpcolorframe.c:560 +msgid "Hue:" +msgstr "Реңі:" + +#: ../app/widgets/gimpcolorframe.c:561 +msgid "Sat.:" +msgstr "" + +#: ../app/widgets/gimpcolorframe.c:579 +#, fuzzy +msgid "Cyan:" +msgstr "көгілдір" + +#: ../app/widgets/gimpcolorframe.c:580 +msgid "Magenta:" +msgstr "" + +#: ../app/widgets/gimpcolorframe.c:581 +msgid "Yellow:" +msgstr "Сары:" + +#: ../app/widgets/gimpcolorframe.c:582 +msgid "Black:" +msgstr "Қара:" + +#: ../app/widgets/gimpcolorframe.c:602 +msgid "Alpha:" +msgstr "Альфа:" + +#: ../app/widgets/gimpcolorframe.c:623 +#: ../app/widgets/gimpcursorview.c:134 +#: ../app/widgets/gimpcursorview.c:140 +#: ../app/widgets/gimpcursorview.c:156 +#: ../app/widgets/gimpcursorview.c:162 +#: ../app/widgets/gimpcursorview.c:444 +#: ../app/widgets/gimpcursorview.c:445 +#: ../app/widgets/gimpcursorview.c:446 +#: ../app/widgets/gimpcursorview.c:447 +msgid "n/a" +msgstr "" + +#: ../app/widgets/gimpcolormapeditor.c:225 +msgid "Color index:" +msgstr "" + +#: ../app/widgets/gimpcolormapeditor.c:235 +msgid "HTML notation:" +msgstr "" + +#: ../app/widgets/gimpcolormapeditor.c:492 +msgid "Only indexed images have a colormap." +msgstr "" + +#: ../app/widgets/gimpcolorselectorpalette.c:59 +msgid "Palette" +msgstr "Палитра" + +#: ../app/widgets/gimpcontainerpopup.c:571 +msgid "Smaller Previews" +msgstr "" + +#: ../app/widgets/gimpcontainerpopup.c:576 +msgid "Larger Previews" +msgstr "" + +#: ../app/widgets/gimpcontrollereditor.c:202 +msgid "_Dump events from this controller" +msgstr "" + +#: ../app/widgets/gimpcontrollereditor.c:207 +msgid "_Enable this controller" +msgstr "" + +#: ../app/widgets/gimpcontrollereditor.c:228 +msgid "Name:" +msgstr "Аты:" + +#: ../app/widgets/gimpcontrollereditor.c:234 +msgid "State:" +msgstr "Күйі:" + +#: ../app/widgets/gimpcontrollereditor.c:342 +msgid "Event" +msgstr "Оқиға" + +#: ../app/widgets/gimpcontrollereditor.c:367 +msgid "_Grab event" +msgstr "" + +#: ../app/widgets/gimpcontrollereditor.c:377 +msgid "Select the next event arriving from the controller" +msgstr "" + +#: ../app/widgets/gimpcontrollereditor.c:535 +#, c-format +msgid "Remove the action assigned to '%s'" +msgstr "" + +#: ../app/widgets/gimpcontrollereditor.c:540 +#, c-format +msgid "Assign an action to '%s'" +msgstr "" + +#: ../app/widgets/gimpcontrollereditor.c:661 +#, c-format +msgid "Select Action for Event '%s'" +msgstr "" + +#: ../app/widgets/gimpcontrollereditor.c:666 +msgid "Select Controller Event Action" +msgstr "" + +#: ../app/widgets/gimpcontrollerkeyboard.c:70 +#: ../app/widgets/gimpcontrollerkeyboard.c:73 +#: ../app/widgets/gimpcontrollerkeyboard.c:76 +#: ../app/widgets/gimpcontrollerkeyboard.c:79 +#: ../app/widgets/gimpcontrollerkeyboard.c:82 +#: ../app/widgets/gimpcontrollerkeyboard.c:85 +#: ../app/widgets/gimpcontrollerkeyboard.c:88 +#: ../app/widgets/gimpcontrollerkeyboard.c:91 +msgid "Cursor Up" +msgstr "" + +#: ../app/widgets/gimpcontrollerkeyboard.c:95 +#: ../app/widgets/gimpcontrollerkeyboard.c:98 +#: ../app/widgets/gimpcontrollerkeyboard.c:101 +#: ../app/widgets/gimpcontrollerkeyboard.c:104 +#: ../app/widgets/gimpcontrollerkeyboard.c:107 +#: ../app/widgets/gimpcontrollerkeyboard.c:110 +#: ../app/widgets/gimpcontrollerkeyboard.c:113 +#: ../app/widgets/gimpcontrollerkeyboard.c:116 +msgid "Cursor Down" +msgstr "" + +#: ../app/widgets/gimpcontrollerkeyboard.c:120 +#: ../app/widgets/gimpcontrollerkeyboard.c:123 +#: ../app/widgets/gimpcontrollerkeyboard.c:126 +#: ../app/widgets/gimpcontrollerkeyboard.c:129 +#: ../app/widgets/gimpcontrollerkeyboard.c:132 +#: ../app/widgets/gimpcontrollerkeyboard.c:135 +#: ../app/widgets/gimpcontrollerkeyboard.c:138 +#: ../app/widgets/gimpcontrollerkeyboard.c:141 +msgid "Cursor Left" +msgstr "" + +#: ../app/widgets/gimpcontrollerkeyboard.c:145 +#: ../app/widgets/gimpcontrollerkeyboard.c:148 +#: ../app/widgets/gimpcontrollerkeyboard.c:151 +#: ../app/widgets/gimpcontrollerkeyboard.c:154 +#: ../app/widgets/gimpcontrollerkeyboard.c:157 +#: ../app/widgets/gimpcontrollerkeyboard.c:160 +#: ../app/widgets/gimpcontrollerkeyboard.c:163 +#: ../app/widgets/gimpcontrollerkeyboard.c:166 +msgid "Cursor Right" +msgstr "" + +#: ../app/widgets/gimpcontrollerkeyboard.c:178 +msgid "Keyboard" +msgstr "Пернетақта" + +#: ../app/widgets/gimpcontrollerkeyboard.c:222 +msgid "Keyboard Events" +msgstr "" + +#: ../app/widgets/gimpcontrollerkeyboard.c:223 +#: ../app/widgets/gimpcontrollerwheel.c:225 +msgid "Ready" +msgstr "Дайын" + +#: ../app/widgets/gimpcontrollerlist.c:182 +msgid "Available Controllers" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:274 +msgid "Active Controllers" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:290 +msgid "Configure the selected controller" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:298 +msgid "Move the selected controller up" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:306 +msgid "Move the selected controller down" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:430 +#, c-format +msgid "Add '%s' to the list of active controllers" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:481 +#, c-format +msgid "Remove '%s' from the list of active controllers" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:514 +msgid "" +"There can only be one active keyboard controller.\n" +"\n" +"You already have a keyboard controller in your list of active controllers." +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:524 +msgid "" +"There can only be one active wheel controller.\n" +"\n" +"You already have a wheel controller in your list of active controllers." +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:551 +msgid "Remove Controller?" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:556 +msgid "Disable Controller" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:558 +msgid "Remove Controller" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:569 +#, c-format +msgid "Remove Controller '%s'?" +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:573 +#, c-format +msgid "" +"Removing this controller from the list of active controllers will permanently delete all event mappings you have configured.\n" +"\n" +"Selecting \"Disable Controller\" will disable the controller without removing it." +msgstr "" + +#: ../app/widgets/gimpcontrollerlist.c:633 +msgid "Configure Input Controller" +msgstr "" + +#: ../app/widgets/gimpcontrollerwheel.c:72 +#: ../app/widgets/gimpcontrollerwheel.c:75 +#: ../app/widgets/gimpcontrollerwheel.c:78 +#: ../app/widgets/gimpcontrollerwheel.c:81 +#: ../app/widgets/gimpcontrollerwheel.c:84 +#: ../app/widgets/gimpcontrollerwheel.c:87 +#: ../app/widgets/gimpcontrollerwheel.c:90 +#: ../app/widgets/gimpcontrollerwheel.c:93 +msgid "Scroll Up" +msgstr "Жоғары айналдыру" + +#: ../app/widgets/gimpcontrollerwheel.c:97 +#: ../app/widgets/gimpcontrollerwheel.c:100 +#: ../app/widgets/gimpcontrollerwheel.c:103 +#: ../app/widgets/gimpcontrollerwheel.c:106 +#: ../app/widgets/gimpcontrollerwheel.c:109 +#: ../app/widgets/gimpcontrollerwheel.c:112 +#: ../app/widgets/gimpcontrollerwheel.c:115 +#: ../app/widgets/gimpcontrollerwheel.c:118 +msgid "Scroll Down" +msgstr "Төмен айналдыру" + +#: ../app/widgets/gimpcontrollerwheel.c:122 +#: ../app/widgets/gimpcontrollerwheel.c:125 +#: ../app/widgets/gimpcontrollerwheel.c:128 +#: ../app/widgets/gimpcontrollerwheel.c:131 +#: ../app/widgets/gimpcontrollerwheel.c:134 +#: ../app/widgets/gimpcontrollerwheel.c:137 +#: ../app/widgets/gimpcontrollerwheel.c:140 +#: ../app/widgets/gimpcontrollerwheel.c:143 +msgid "Scroll Left" +msgstr "" + +#: ../app/widgets/gimpcontrollerwheel.c:147 +#: ../app/widgets/gimpcontrollerwheel.c:150 +#: ../app/widgets/gimpcontrollerwheel.c:153 +#: ../app/widgets/gimpcontrollerwheel.c:156 +#: ../app/widgets/gimpcontrollerwheel.c:159 +#: ../app/widgets/gimpcontrollerwheel.c:162 +#: ../app/widgets/gimpcontrollerwheel.c:165 +#: ../app/widgets/gimpcontrollerwheel.c:168 +msgid "Scroll Right" +msgstr "" + +#: ../app/widgets/gimpcontrollerwheel.c:180 +msgid "Mouse Wheel" +msgstr "" + +#: ../app/widgets/gimpcontrollerwheel.c:224 +msgid "Mouse Wheel Events" +msgstr "" + +#: ../app/widgets/gimpcursorview.c:137 +#: ../app/widgets/gimpcursorview.c:159 +msgid "X" +msgstr "X" + +#: ../app/widgets/gimpcursorview.c:143 +#: ../app/widgets/gimpcursorview.c:165 +msgid "Y" +msgstr "Y" + +#: ../app/widgets/gimpcursorview.c:146 +msgid "Units" +msgstr "Бірліктер" + +#: ../app/widgets/gimpdataeditor.c:220 +msgid "Save" +msgstr "Сақтау" + +#: ../app/widgets/gimpdataeditor.c:228 +msgid "Revert" +msgstr "Қайтару" + +#: ../app/widgets/gimpdataeditor.c:444 +#, c-format +msgid "%s (read only)" +msgstr "%s (тек оқу)" + +#: ../app/widgets/gimpdevicestatus.c:138 +msgid "Save device status" +msgstr "" + +#: ../app/widgets/gimpdevicestatus.c:448 +#, fuzzy, c-format +msgid "Foreground: %d, %d, %d" +msgstr "Алдыңғы көрінісі" + +#: ../app/widgets/gimpdevicestatus.c:453 +#, fuzzy, c-format +msgid "Background: %d, %d, %d" +msgstr "Фон" + +#: ../app/widgets/gimpdnd-xds.c:190 +msgid "The given filename does not have any known file extension." +msgstr "" + +#: ../app/widgets/gimpdnd-xds.c:208 +msgid "File Exists" +msgstr "Файл бар болып тұр" + +#: ../app/widgets/gimpdnd-xds.c:213 +msgid "_Replace" +msgstr "А_лмастыру" + +#: ../app/widgets/gimpdnd-xds.c:224 +#, fuzzy, c-format +msgid "A file named '%s' already exists." +msgstr "" +"\"%s\" аты бар файл бар болып тұр.\n" +"\n" +"%s" + +#: ../app/widgets/gimpdnd-xds.c:229 +msgid "Do you want to replace it with the image you are saving?" +msgstr "" + +#: ../app/widgets/gimpdockable.c:194 +msgid "Configure this tab" +msgstr "" + +#: ../app/widgets/gimpdockseparator.c:44 +msgid "You can drop dockable dialogs here" +msgstr "" + +#: ../app/widgets/gimperrordialog.c:151 +msgid "Too many error messages!" +msgstr "" + +#: ../app/widgets/gimperrordialog.c:152 +msgid "Messages are redirected to stderr." +msgstr "" + +#: ../app/widgets/gimperrordialog.c:171 +#, fuzzy, c-format +msgid "%s Message" +msgstr "Хабарлама: " + +#: ../app/widgets/gimpfiledialog.c:310 +msgid "Automatically Detected" +msgstr "" + +#: ../app/widgets/gimpfiledialog.c:320 +#, fuzzy +msgid "By Extension" +msgstr "Кеңейтуі бойынша" + +#: ../app/widgets/gimpfiledialog.c:652 +msgid "All files" +msgstr "Барлық файлдар" + +#: ../app/widgets/gimpfiledialog.c:657 +msgid "All images" +msgstr "Барлық суреттер" + +#: ../app/widgets/gimpfiledialog.c:786 +#, c-format +msgid "Select File _Type (%s)" +msgstr "" + +#: ../app/widgets/gimpfileprocview.c:187 +msgid "File Type" +msgstr "Файл түрі" + +#: ../app/widgets/gimpfileprocview.c:199 +msgid "Extensions" +msgstr "" + +#. Instant update toggle +#: ../app/widgets/gimpgradienteditor.c:414 +msgid "Instant update" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:775 +#, c-format +msgid "Zoom factor: %d:1" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:778 +#, c-format +msgid "Displaying [%0.4f, %0.4f]" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:997 +#, c-format +msgid "Position: %0.4f" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:998 +#, c-format +msgid "RGB (%0.3f, %0.3f, %0.3f)" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1000 +#, c-format +msgid "HSV (%0.1f, %0.1f, %0.1f)" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1002 +#, c-format +msgid "Luminance: %0.1f Opacity: %0.1f" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1033 +#, c-format +msgid "RGB (%d, %d, %d)" +msgstr "RGB (%d, %d, %d)" + +#: ../app/widgets/gimpgradienteditor.c:1044 +msgid "Foreground color set to:" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1051 +msgid "Background color set to:" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1285 +#: ../app/widgets/gimpgradienteditor.c:1351 +#, c-format +msgid "%s%sDrag: move & compress" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1291 +msgid "Drag: move" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1298 +#: ../app/widgets/gimpgradienteditor.c:1312 +#: ../app/widgets/gimpgradienteditor.c:1326 +#: ../app/widgets/gimpgradienteditor.c:1348 +#, c-format +msgid "%s%sClick: extend selection" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1304 +#: ../app/widgets/gimpgradienteditor.c:1318 +msgid "Click: select" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1332 +#: ../app/widgets/gimpgradienteditor.c:1356 +msgid "Click: select Drag: move" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1571 +#: ../app/widgets/gimpgradienteditor.c:1579 +#, c-format +msgid "Handle position: %0.4f" +msgstr "" + +#: ../app/widgets/gimpgradienteditor.c:1596 +#, c-format +msgid "Distance: %0.4f" +msgstr "" + +#: ../app/widgets/gimpgrideditor.c:217 +msgid "Line _style:" +msgstr "" + +#: ../app/widgets/gimpgrideditor.c:221 +msgid "Change grid foreground color" +msgstr "" + +#: ../app/widgets/gimpgrideditor.c:228 +msgid "_Foreground color:" +msgstr "" + +#: ../app/widgets/gimpgrideditor.c:232 +msgid "Change grid background color" +msgstr "" + +#: ../app/widgets/gimpgrideditor.c:239 +msgid "_Background color:" +msgstr "_Background color:" + +#: ../app/widgets/gimpgrideditor.c:244 +#, fuzzy +msgid "Spacing" +msgstr "Бос орын" + +#: ../app/widgets/gimphelp.c:294 +msgid "Help browser is missing" +msgstr "" + +#: ../app/widgets/gimphelp.c:295 +msgid "The GIMP help browser is not available." +msgstr "" + +#: ../app/widgets/gimphelp.c:296 +msgid "The GIMP help browser plug-in appears to be missing from your installation. You may instead use the web browser for reading the help pages." +msgstr "" + +#: ../app/widgets/gimphelp.c:337 +msgid "Help browser doesn't start" +msgstr "" + +#: ../app/widgets/gimphelp.c:338 +msgid "Could not start the GIMP help browser plug-in." +msgstr "" + +#: ../app/widgets/gimphelp.c:365 +msgid "Use _Web Browser" +msgstr "" + +#: ../app/widgets/gimphelp.c:614 +msgid "GIMP user manual is missing" +msgstr "" + +#: ../app/widgets/gimphelp.c:621 +msgid "_Read Online" +msgstr "Инте_рнетте оқу" + +#: ../app/widgets/gimphelp.c:645 +msgid "The GIMP user manual is not installed on your computer." +msgstr "" + +#: ../app/widgets/gimphelp.c:648 +msgid "You may either install the additional help package or change your preferences to use the online version." +msgstr "" + +#: ../app/widgets/gimphistogrameditor.c:99 +#, fuzzy +msgid "Mean:" +msgstr "Орташа" + +#: ../app/widgets/gimphistogrameditor.c:100 +msgid "Std dev:" +msgstr "" + +#: ../app/widgets/gimphistogrameditor.c:101 +msgid "Median:" +msgstr "" + +#: ../app/widgets/gimphistogrameditor.c:102 +msgid "Pixels:" +msgstr "Пиксель:" + +#: ../app/widgets/gimphistogrameditor.c:103 +msgid "Count:" +msgstr "" + +#: ../app/widgets/gimphistogrameditor.c:104 +msgid "Percentile:" +msgstr "" + +#: ../app/widgets/gimphistogrameditor.c:122 +msgid "Channel:" +msgstr "Арна:" + +#: ../app/widgets/gimpimageprofileview.c:200 +msgid "Querying..." +msgstr "Сұрау..." + +#: ../app/widgets/gimpimagepropview.c:122 +msgid "Pixel dimensions:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:125 +msgid "Print size:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:128 +#, fuzzy +msgid "Resolution:" +msgstr "Ажыратылымдығы" + +#: ../app/widgets/gimpimagepropview.c:131 +msgid "Color space:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:136 +msgid "File Name:" +msgstr "Файл аты:" + +#: ../app/widgets/gimpimagepropview.c:142 +msgid "File Size:" +msgstr "Файл өлшемі:" + +#: ../app/widgets/gimpimagepropview.c:145 +msgid "File Type:" +msgstr "Файл түрі:" + +#: ../app/widgets/gimpimagepropview.c:150 +msgid "Size in memory:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:153 +msgid "Undo steps:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:156 +msgid "Redo steps:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:161 +msgid "Number of pixels:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:164 +msgid "Number of layers:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:167 +msgid "Number of channels:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:170 +msgid "Number of paths:" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:471 +#, fuzzy, c-format +msgid "pixels/%s" +msgstr " _пиксель" + +#: ../app/widgets/gimpimagepropview.c:473 +#, c-format +msgid "%g × %g %s" +msgstr "" + +#: ../app/widgets/gimpimagepropview.c:494 +msgid "colors" +msgstr "түстер" + +#: ../app/widgets/gimpitemtreeview.c:980 +msgid "Set Item Exclusive Visible" +msgstr "" + +#: ../app/widgets/gimpitemtreeview.c:988 +msgid "Set Item Exclusive Linked" +msgstr "" + +#: ../app/widgets/gimplayertreeview.c:218 +msgid "Reorder Layer" +msgstr "" + +#: ../app/widgets/gimplayertreeview.c:306 +msgid "Lock alpha channel" +msgstr "" + +#: ../app/widgets/gimplayertreeview.c:318 +#, fuzzy +msgid "Lock:" +msgstr "Блоктау" + +#: ../app/widgets/gimplayertreeview.c:841 +msgid "Empty Layer" +msgstr "" + +#: ../app/widgets/gimpmenudock.c:159 +msgid "Auto" +msgstr "" + +#: ../app/widgets/gimpmenudock.c:170 +msgid "When enabled the dialog automatically follows the image you are working on." +msgstr "" + +#: ../app/widgets/gimpmessagebox.c:443 +#, c-format +msgid "Message repeated %d times." +msgstr "" + +#: ../app/widgets/gimpmessagebox.c:445 +msgid "Message repeated once." +msgstr "" + +#: ../app/widgets/gimppaletteeditor.c:255 +#: ../app/widgets/gimppaletteeditor.c:741 +msgid "Undefined" +msgstr "Анықталмаған" + +#: ../app/widgets/gimppaletteeditor.c:263 +msgid "Columns:" +msgstr "Бағандар:" + +#: ../app/widgets/gimpprofilechooserdialog.c:137 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "" + +#: ../app/widgets/gimpprogressdialog.c:220 +msgid "Progress" +msgstr "Барысы" + +#: ../app/widgets/gimpselectiondata.c:242 +#, c-format +msgid "" +"The filename '%s' couldn't be converted to a valid URI:\n" +"\n" +"%s" +msgstr "" + +#: ../app/widgets/gimpselectiondata.c:246 +msgid "Invalid UTF-8" +msgstr "Қате UTF-8" + +#: ../app/widgets/gimpsettingsbox.c:239 +msgid "Pick a setting from the list" +msgstr "" + +#: ../app/widgets/gimpsettingsbox.c:260 +msgid "Add settings to favorites" +msgstr "" + +#: ../app/widgets/gimpsettingsbox.c:288 +msgid "_Import Settings from File..." +msgstr "" + +#: ../app/widgets/gimpsettingsbox.c:294 +msgid "_Export Settings to File..." +msgstr "" + +#: ../app/widgets/gimpsettingsbox.c:301 +msgid "_Manage Settings..." +msgstr "" + +#: ../app/widgets/gimpsettingsbox.c:588 +msgid "Add Settings to Favorites" +msgstr "" + +#: ../app/widgets/gimpsettingsbox.c:591 +msgid "Enter a name for the settings" +msgstr "" + +#: ../app/widgets/gimpsettingsbox.c:592 +#, fuzzy +msgid "Saved Settings" +msgstr "Баптаулар сақталды." + +#: ../app/widgets/gimpsettingsbox.c:627 +msgid "Manage Saved Settings" +msgstr "" + +#: ../app/widgets/gimpsettingseditor.c:174 +msgid "Import settings from a file" +msgstr "" + +#: ../app/widgets/gimpsettingseditor.c:183 +msgid "Export the selected settings to a file" +msgstr "" + +#: ../app/widgets/gimpsettingseditor.c:192 +msgid "Delete the selected settings" +msgstr "" + +#: ../app/widgets/gimpsizebox.c:464 +#, c-format +msgid "%d × %d ppi" +msgstr "" + +#: ../app/widgets/gimpsizebox.c:466 +#, c-format +msgid "%d ppi" +msgstr "" + +#: ../app/widgets/gimpstrokeeditor.c:185 +msgid "Line width:" +msgstr "" + +#: ../app/widgets/gimpstrokeeditor.c:202 +msgid "_Line Style" +msgstr "" + +#: ../app/widgets/gimpstrokeeditor.c:221 +msgid "_Cap style:" +msgstr "" + +#: ../app/widgets/gimpstrokeeditor.c:227 +msgid "_Join style:" +msgstr "" + +#: ../app/widgets/gimpstrokeeditor.c:232 +msgid "_Miter limit:" +msgstr "" + +#: ../app/widgets/gimpstrokeeditor.c:239 +msgid "Dash pattern:" +msgstr "" + +#: ../app/widgets/gimpstrokeeditor.c:302 +msgid "Dash _preset:" +msgstr "" + +#: ../app/widgets/gimpstrokeeditor.c:323 +msgid "_Antialiasing" +msgstr "" + +#: ../app/widgets/gimptemplateeditor.c:180 +#, c-format +msgid "%p" +msgstr "" + +#: ../app/widgets/gimptemplateeditor.c:255 +#, fuzzy +msgid "_Advanced Options" +msgstr "Кеңейтілген баптаулары" + +#: ../app/widgets/gimptemplateeditor.c:362 +msgid "Color _space:" +msgstr "" + +#: ../app/widgets/gimptemplateeditor.c:370 +msgid "_Fill with:" +msgstr "" + +#: ../app/widgets/gimptemplateeditor.c:380 +msgid "Comme_nt:" +msgstr "" + +#: ../app/widgets/gimptemplateeditor.c:530 +msgid "_Name:" +msgstr "_Аты:" + +#: ../app/widgets/gimptemplateeditor.c:543 +msgid "_Icon:" +msgstr "_Таңбаша:" + +#: ../app/widgets/gimptemplateeditor.c:671 +#, c-format +msgid "%d × %d ppi, %s" +msgstr "" + +#: ../app/widgets/gimptemplateeditor.c:673 +#, c-format +msgid "%d ppi, %s" +msgstr "" + +#: ../app/widgets/gimptexteditor.c:188 +msgid "_Language:" +msgstr "_Тіл:" + +#: ../app/widgets/gimptexteditor.c:234 +msgid "_Use selected font" +msgstr "" + +#: ../app/widgets/gimpthumbbox.c:344 +#, c-format +msgid "" +"Click to update preview\n" +"%s%sClick to force update even if preview is up-to-date" +msgstr "" + +#: ../app/widgets/gimpthumbbox.c:362 +msgid "Pr_eview" +msgstr "" + +#: ../app/widgets/gimpthumbbox.c:417 +#: ../app/widgets/gimpthumbbox.c:481 +msgid "No selection" +msgstr "" + +#: ../app/widgets/gimpthumbbox.c:609 +#: ../app/widgets/gimpthumbbox.c:630 +#, c-format +msgid "Thumbnail %d of %d" +msgstr "" + +#: ../app/widgets/gimpthumbbox.c:743 +#: ../app/widgets/gimpthumbbox.c:753 +msgid "Creating preview..." +msgstr "" + +#: ../app/widgets/gimptoolbox-color-area.c:80 +msgid "" +"Foreground & background colors.\n" +"The black and white squares reset colors.\n" +"The arrows swap colors.\n" +"Click to open the color selection dialog." +msgstr "" + +#: ../app/widgets/gimptoolbox-color-area.c:141 +msgid "Change Foreground Color" +msgstr "" + +#: ../app/widgets/gimptoolbox-color-area.c:146 +msgid "Change Background Color" +msgstr "Фон түсін өзгерту" + +#: ../app/widgets/gimptoolbox-image-area.c:112 +#: ../app/widgets/gimptoolbox-image-area.c:117 +msgid "" +"The active image.\n" +"Click to open the Image Dialog." +msgstr "" + +#: ../app/widgets/gimptoolbox-image-area.c:114 +msgid "Drag to an XDS enabled file-manager to save the image." +msgstr "" + +#: ../app/widgets/gimptoolbox-indicator-area.c:150 +msgid "" +"The active brush.\n" +"Click to open the Brush Dialog." +msgstr "" + +#: ../app/widgets/gimptoolbox-indicator-area.c:182 +msgid "" +"The active pattern.\n" +"Click to open the Pattern Dialog." +msgstr "" + +#: ../app/widgets/gimptoolbox-indicator-area.c:214 +msgid "" +"The active gradient.\n" +"Click to open the Gradient Dialog." +msgstr "" + +#: ../app/widgets/gimptooloptionseditor.c:165 +msgid "Save options to..." +msgstr "" + +#: ../app/widgets/gimptooloptionseditor.c:173 +msgid "Restore options from..." +msgstr "" + +#: ../app/widgets/gimptooloptionseditor.c:181 +msgid "Delete saved options..." +msgstr "" + +#: ../app/widgets/gimptooloptionseditor.c:480 +#, c-format +msgid "Error saving tool options presets: %s" +msgstr "" + +#: ../app/widgets/gimpuimanager.c:738 +msgid "Your GIMP installation is incomplete:" +msgstr "" + +#: ../app/widgets/gimpuimanager.c:740 +msgid "Plase make sure the menu XML files are correctly installed." +msgstr "" + +#: ../app/widgets/gimpuimanager.c:746 +#, c-format +msgid "There was an error parsing the menu definition from %s: %s" +msgstr "" + +#: ../app/widgets/gimpundoeditor.c:270 +msgid "[ Base Image ]" +msgstr "" + +#: ../app/widgets/gimpvectorstreeview.c:110 +msgid "Reorder path" +msgstr "" + +#: ../app/widgets/gimpvectorstreeview.c:253 +msgid "Empty Path" +msgstr "" + +#: ../app/widgets/gimpviewablebox.c:81 +msgid "Open the brush selection dialog" +msgstr "" + +#: ../app/widgets/gimpviewablebox.c:138 +msgid "Open the pattern selection dialog" +msgstr "" + +#: ../app/widgets/gimpviewablebox.c:204 +msgid "Open the gradient selection dialog" +msgstr "" + +#: ../app/widgets/gimpviewablebox.c:224 +#, fuzzy +msgid "Reverse" +msgstr "К_ері" + +#: ../app/widgets/gimpviewablebox.c:306 +msgid "Open the palette selection dialog" +msgstr "" + +#: ../app/widgets/gimpviewablebox.c:364 +msgid "Open the font selection dialog" +msgstr "" + +#: ../app/widgets/gimpwidgets-utils.c:608 +#, c-format +msgid "%s (try %s)" +msgstr "" + +#: ../app/widgets/gimpwidgets-utils.c:608 +#, c-format +msgid "%s (%s)" +msgstr "%s (%s)" + +#: ../app/widgets/gimpwidgets-utils.c:612 +#, c-format +msgid "%s (try %s, %s)" +msgstr "" + +#: ../app/widgets/gimpwidgets-utils.c:616 +#, c-format +msgid "%s (try %s, %s, %s)" +msgstr "" + +#: ../app/widgets/gimpwidgets-utils.c:882 +#, c-format +msgid "Invalid UTF-8 data in file '%s'." +msgstr "" + +#: ../app/widgets/widgets-enums.c:23 +#, fuzzy +msgid "Foreground" +msgstr "Алдыңғы көрінісі" + +#: ../app/widgets/widgets-enums.c:83 +msgid "Pixel" +msgstr "Пиксель" + +#: ../app/widgets/widgets-enums.c:85 +msgid "HSV" +msgstr "" + +#: ../app/widgets/widgets-enums.c:86 +msgid "CMYK" +msgstr "" + +#: ../app/widgets/widgets-enums.c:115 +msgid "Pick only" +msgstr "" + +#: ../app/widgets/widgets-enums.c:116 +msgid "Set foreground color" +msgstr "" + +#: ../app/widgets/widgets-enums.c:117 +msgid "Set background color" +msgstr "" + +#: ../app/widgets/widgets-enums.c:118 +msgid "Add to palette" +msgstr "" + +#: ../app/widgets/widgets-enums.c:173 +msgid "Black & white" +msgstr "Ақ пен қара" + +#: ../app/widgets/widgets-enums.c:174 +msgid "Fancy" +msgstr "" + +#: ../app/widgets/widgets-enums.c:201 +msgid "GIMP help browser" +msgstr "" + +#: ../app/widgets/widgets-enums.c:202 +msgid "Web browser" +msgstr "Веб браузері" + +#: ../app/widgets/widgets-enums.c:229 +msgid "Linear histogram" +msgstr "" + +#: ../app/widgets/widgets-enums.c:230 +msgid "Logarithmic histogram" +msgstr "" + +#: ../app/widgets/widgets-enums.c:263 +msgid "Icon" +msgstr "Таңбаша" + +#: ../app/widgets/widgets-enums.c:264 +msgid "Current status" +msgstr "" + +#: ../app/widgets/widgets-enums.c:266 +msgid "Description" +msgstr "Сипаттамасы" + +#: ../app/widgets/widgets-enums.c:267 +msgid "Icon & text" +msgstr "" + +#: ../app/widgets/widgets-enums.c:268 +msgid "Icon & desc" +msgstr "" + +#: ../app/widgets/widgets-enums.c:269 +msgid "Status & text" +msgstr "" + +#: ../app/widgets/widgets-enums.c:270 +msgid "Status & desc" +msgstr "" + +#: ../app/widgets/widgets-enums.c:298 +msgid "Normal window" +msgstr "" + +#: ../app/widgets/widgets-enums.c:299 +msgid "Utility window" +msgstr "" + +#: ../app/widgets/widgets-enums.c:300 +msgid "Keep above" +msgstr "" + +#: ../app/xcf/xcf-load.c:277 +msgid "This XCF file is corrupt! I have loaded as much of it as I can, but it is incomplete." +msgstr "" + +#: ../app/xcf/xcf-load.c:286 +#, c-format +msgid "This XCF file is corrupt! I could not even salvage any partial image data from it." +msgstr "" + +#: ../app/xcf/xcf-load.c:324 +msgid "" +"XCF warning: version 0 of XCF file format\n" +"did not save indexed colormaps correctly.\n" +"Substituting grayscale map." +msgstr "" + +#: ../app/xcf/xcf-read.c:109 +msgid "Invalid UTF-8 string in XCF file" +msgstr "" + +#: ../app/xcf/xcf-write.c:87 +#, c-format +msgid "Error writing XCF: %s" +msgstr "" + +#: ../app/xcf/xcf-seek.c:44 +#: ../app/xcf/xcf-seek.c:61 +#: ../app/xcf/xcf-seek.c:72 +#, c-format +msgid "Could not seek in XCF file: %s" +msgstr "" + +#: ../app/xcf/xcf.c:99 +#: ../app/xcf/xcf.c:167 +msgid "GIMP XCF image" +msgstr "" + +#: ../app/xcf/xcf.c:271 +#, c-format +msgid "Opening '%s'" +msgstr "%s ашылуда" + +#: ../app/xcf/xcf.c:313 +#, c-format +msgid "XCF error: unsupported XCF file version %d encountered" +msgstr "" + +#: ../app/xcf/xcf.c:383 +#, c-format +msgid "Saving '%s'" +msgstr "" + +#: ../app/xcf/xcf.c:403 +#, c-format +msgid "Error saving XCF file: %s" +msgstr "" + +#: ../desktop/gimp.desktop.in.in.h:1 +msgid "Create images and edit photographs" +msgstr "" + +#: ../desktop/gimp.desktop.in.in.h:3 +msgid "Image Editor" +msgstr "" + +#: ../tools/gimp-remote.c:65 +msgid "Use a running GIMP only, never start a new one" +msgstr "" + +#: ../tools/gimp-remote.c:70 +msgid "Only check if GIMP is running, then quit" +msgstr "" + +#: ../tools/gimp-remote.c:76 +msgid "Print X window ID of GIMP toolbox window, then quit" +msgstr "" + +#: ../tools/gimp-remote.c:82 +msgid "Start GIMP without showing the startup window" +msgstr "" + +#: ../tools/gimp-remote-x11.c:67 +msgid "Could not connect to GIMP." +msgstr "" + +#: ../tools/gimp-remote-x11.c:68 +msgid "Make sure that the Toolbox is visible!" +msgstr "" + +#. if execv and execvp return, there was an error +#: ../tools/gimp-remote-x11.c:248 +#, c-format +msgid "Couldn't start '%s': %s" +msgstr "" + diff -Nru gimp-2.6.11/po/LINGUAS gimp-2.6.12/po/LINGUAS --- gimp-2.6.11/po/LINGUAS 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/LINGUAS 2012-01-31 13:50:16.000000000 +0000 @@ -34,6 +34,7 @@ it ja ka +kk km kn ko diff -Nru gimp-2.6.11/po/lv.po gimp-2.6.12/po/lv.po --- gimp-2.6.11/po/lv.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/lv.po 2012-01-31 13:50:16.000000000 +0000 @@ -6,19 +6,20 @@ # Peteris Caune , 2007. # Raivis Dejus , 2007. # Rūdolfs Mazurs , 2009, 2010. +# Rūdofls Mazurs , 2011. msgid "" msgstr "" "Project-Id-Version: lv\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug." -"cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2009-04-17 09:11+0000\n" -"PO-Revision-Date: 2010-02-14 00:16+0200\n" -"Last-Translator: Rūdolfs Mazurs \n" -"Language-Team: Latviešu \n" +"cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-07-28 18:51+0000\n" +"PO-Revision-Date: 2011-08-02 19:34+0300\n" +"Last-Translator: Rūdofls Mazurs \n" +"Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" +"X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" @@ -31,9 +32,6 @@ msgstr "GNU programmatūra darbam ar attēliem" #: ../app/about.h:30 -#| msgid "" -#| "Copyright © 1995-2007\n" -#| "Spencer Kimball, Peter Mattis and the GIMP Development Team" msgid "" "Copyright © 1995-2008\n" "Spencer Kimball, Peter Mattis and the GIMP Development Team" @@ -69,8 +67,8 @@ "\n" "Jums vajadzēja saņemt GNU Vispārējās publiskās licences kopiju kopā ar šo " "programmu; ja jūs to nesaņēmāt, rakstiet uz Brīvas programmatūras fondu, " -"Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA " -"02111-1307 USA" +"Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-" +"1307 USA" #: ../app/app.c:214 #, c-format @@ -96,101 +94,101 @@ msgstr "" "Pakešu (batch) interpretators '%s' nav pieejams, pakešu režīms ir izslēgts." -#: ../app/main.c:144 ../tools/gimp-remote.c:60 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "Skatīt versijas informāciju un iziet" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" msgstr "Skatīt licences informāciju un iziet" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Būt detalizētākam" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Palaist jaunu GIMP instanci" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "Atvērt attēlus kā jaunu" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "Palaist bez lietotāja saskarnes" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "Neielādēt otas, krāsu pārejas, šablonus,..." -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "Neielādēt fontus" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" msgstr "Nerādīt palaišanas logu" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" msgstr "Neizmantot koplietojamo atmiņu vienlaicīgi starp GIMP un spraudņiem" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" msgstr "Neizmantot procesora (CPU) paātrinātājus" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "Izmantot citu sessionrc failu" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "Izmantot citu lietotāja gimprc failu" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "Izmantot citu sistēmas gimprc failu" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" msgstr "Palaižamā paketes (batch) komanda (var izmantot vairākas reizes)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" msgstr "Procedūra, ar kuru apstrādāt paketes (batch) komandu" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "Rādīt brīdinājumus konsolē nevis ar dialoga logiem" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "PDB savietojamības režīms (izsl|iesl|brīd)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "Atkļūdot avārijas gadījumā (nekad|vaicāt|vienmēr)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "Atļaut nefatālu signālu atkļūdošanu" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "Atzīmēt visus brīdinājumus kā fatālus" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Parādīt gimprc failu ar noklusētajiem iestatījumiem" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[FAILS|URI...]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." @@ -198,24 +196,24 @@ "GIMP nevar inicializēt grafisko lietotāja saskarni.\n" "Pārbaudiet jūsu displeja parametrus." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." msgstr "Jau ir palaista cita GIMP instance." -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." msgstr "GIMP izvads. Ievadiet jebkuru simbolu, lai aizvērtu šo logu." -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" msgstr "(Ievadiet jebkuru simbolu, lai aizvērtu šo logu)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." msgstr "GIMP izvads. Jūs varat minimizēt šo logu, bet neaizveriet to." -#: ../app/sanity.c:342 +#: ../app/sanity.c:365 #, c-format msgid "" "The configured filename encoding cannot be converted to UTF-8: %s\n" @@ -226,7 +224,7 @@ "\n" "Lūdzu pārbaudiet mainīgā G_FILENAME_ENCODING vērtību." -#: ../app/sanity.c:361 +#: ../app/sanity.c:384 #, c-format msgid "" "The name of the directory holding the GIMP user configuration cannot be " @@ -278,7 +276,6 @@ msgstr "Krāsu karte" #: ../app/actions/actions.c:116 -#| msgid "Resource configuration" msgid "Configuration" msgstr "Konfigurācija" @@ -426,7 +423,6 @@ msgstr "Skats" #: ../app/actions/actions.c:212 -#| msgid "Image Windows" msgid "Windows" msgstr "Logs" @@ -682,7 +678,7 @@ msgstr "Jauna kanāla krāsa" #: ../app/actions/channels-commands.c:243 -#: ../app/display/gimpdisplayshell-dnd.c:584 +#: ../app/display/gimpdisplayshell-dnd.c:603 #: ../app/widgets/gimpchanneltreeview.c:249 #: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:313 #, c-format @@ -841,11 +837,11 @@ msgstr "No viesiem slāņiem" #: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 -#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 -#: ../app/display/gimpdisplayshell-dnd.c:537 +#: ../app/display/gimpdisplayshell-dnd.c:556 #: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:158 #: ../app/widgets/gimptoolbox.c:981 #, c-format @@ -870,11 +866,13 @@ msgid "Delete Object" msgstr "Dzēst objektu" -#: ../app/actions/data-commands.c:254, c-format +#: ../app/actions/data-commands.c:254 +#, c-format msgid "Delete '%s'?" msgstr "Dzēst '%s'?" -#: ../app/actions/data-commands.c:257, c-format +#: ../app/actions/data-commands.c:257 +#, c-format msgid "" "Are you sure you want to remove '%s' from the list and delete it on disk?" msgstr "Vai tiešām vēlaties izņemt '%s' no saraksta un no dzēst no diska?" @@ -1100,7 +1098,6 @@ msgstr "Atvērt tastatūras īsinājumtaustiņu redaktoru" #: ../app/actions/dialogs-actions.c:218 -#| msgid "Modules" msgid "_Modules" msgstr "_Moduļi" @@ -1528,7 +1525,6 @@ msgstr "Kopēt _redzamo" #: ../app/actions/edit-actions.c:121 -#| msgid "Cannot float selection because the selected region is empty." msgid "Copy what is visible in the selected region" msgstr "Kopēt redzamo iezīmētajā apgabalā" @@ -1549,7 +1545,6 @@ msgstr "Ielīmēt starpliktuves saturu pašreiz iezīmētajā" #: ../app/actions/edit-actions.c:138 -#| msgid "Clipboard" msgid "From _Clipboard" msgstr "No _starpliktuves" @@ -1562,7 +1557,6 @@ msgstr "Jau_ns attēls" #: ../app/actions/edit-actions.c:150 -#| msgid "New Layer" msgid "New _Layer" msgstr "Jauns s_lānis" @@ -1645,9 +1639,11 @@ msgid "_Redo %s" msgstr "Atkā_rtot %s" -#: ../app/actions/edit-actions.c:301, c-format +#: ../app/actions/edit-actions.c:301 +#, c-format +#| msgid "_Fade %s..." msgid "_Fade %s..." -msgstr "_Izgaisināt %" +msgstr "_Izgaisināt %s..." #: ../app/actions/edit-commands.c:134 msgid "Clear Undo History" @@ -1768,7 +1764,6 @@ msgstr "_Fails" #: ../app/actions/file-actions.c:67 -#| msgid "Rate" msgid "Create" msgstr "Izveidot" @@ -2562,7 +2557,7 @@ msgid "Rotating" msgstr "Pagriešana" -#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:639 +#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." msgstr "Nevar apcirst, jo iezīmējums ir tukšs." @@ -2575,12 +2570,12 @@ msgstr "Mainīt attēla izmēru" #. Scaling -#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1101 +#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1104 #: ../app/dialogs/preferences-dialog.c:1925 #: ../app/pdb/drawable-transform-cmds.c:682 #: ../app/pdb/drawable-transform-cmds.c:758 ../app/pdb/image-cmds.c:405 -#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:289 -#: ../app/pdb/layer-cmds.c:334 ../app/pdb/transform-tools-cmds.c:291 +#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" msgstr "Izmēra maiņa" @@ -2678,7 +2673,6 @@ msgstr "Izveidot jaunu slāni ar pēdējo reizi lietotajām vērtībām" #: ../app/actions/layers-actions.c:86 -#| msgid "Copy _Visible" msgid "New from _Visible" msgstr "Jauns no _redzamā" @@ -2974,51 +2968,50 @@ msgid "Set Opacity" msgstr "Iestatīt necaurspīdību" -#: ../app/actions/layers-commands.c:203 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "Slāņa atribūti" -#: ../app/actions/layers-commands.c:206 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "Rediģēt slāņa atribūtus" -#: ../app/actions/layers-commands.c:249 ../app/actions/layers-commands.c:251 -#: ../app/actions/layers-commands.c:319 ../app/actions/layers-commands.c:323 +#: ../app/actions/layers-commands.c:250 ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 ../app/actions/layers-commands.c:324 #: ../app/widgets/gimpdrawabletreeview.c:326 #: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "Jauns slānis" -#: ../app/actions/layers-commands.c:254 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" msgstr "Izveidot jaunu slāni" -#: ../app/actions/layers-commands.c:352 -#| msgid "_Visible" +#: ../app/actions/layers-commands.c:355 msgid "Visible" msgstr "Redzams" -#: ../app/actions/layers-commands.c:571 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" msgstr "Norādīt slāņa robežas izmērus" -#: ../app/actions/layers-commands.c:612 ../app/core/gimplayer.c:251 +#: ../app/actions/layers-commands.c:615 ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "Mainīt slāņa izmēru" -#: ../app/actions/layers-commands.c:649 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" msgstr "Apcirst slāni" -#: ../app/actions/layers-commands.c:788 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" msgstr "Slāņa maska par iezīmējumu" -#: ../app/actions/layers-commands.c:1036 +#: ../app/actions/layers-commands.c:1039 msgid "Please select a channel first" msgstr "Vispirms izvēlieties kanālu" -#: ../app/actions/layers-commands.c:1044 ../app/core/gimplayer.c:1282 +#: ../app/actions/layers-commands.c:1047 ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "Pievienot slāņa masku" @@ -3311,7 +3304,8 @@ msgid "Re_peat \"%s\"" msgstr "_Atkārtot \"%s\"" -#: ../app/actions/plug-in-actions.c:504, c-format +#: ../app/actions/plug-in-actions.c:504 +#, c-format msgid "R_e-Show \"%s\"" msgstr "V_ēlreiz parādīt \"%s\"" @@ -3541,7 +3535,6 @@ msgstr "Sagatavju izvēlne" #: ../app/actions/templates-actions.c:46 -#| msgid "_Create Image from Template..." msgid "_Create Image from Template" msgstr "_Izveidot attēlu no sagataves" @@ -4033,7 +4026,6 @@ msgstr "Pielāgot mērogu, lai attēls būtu pilnībā redzams" #: ../app/actions/view-actions.c:93 -#| msgid "Fit to window" msgid "Fi_ll Window" msgstr "Aizpildīt _logu" @@ -4313,11 +4305,13 @@ msgid "Reset padding color to what's configured in preferences" msgstr "Atstatīt apmales krāsu uz parametros norādīto" -#: ../app/actions/view-actions.c:571, c-format +#: ../app/actions/view-actions.c:571 +#, c-format msgid "Re_vert Zoom (%d%%)" msgstr "Atgrie_zt mērogu (%d%%)" -#: ../app/actions/view-actions.c:708, c-format +#: ../app/actions/view-actions.c:708 +#, c-format msgid "Othe_r (%s)..." msgstr "_Cits (%s)" @@ -4334,26 +4328,25 @@ msgid "Set Custom Canvas Padding Color" msgstr "Iestatīt pielāgotu fona krāsu apkārt attēlam" -#: ../app/actions/window-actions.c:168, c-format +#: ../app/actions/window-actions.c:168 +#, c-format msgid "Screen %s" msgstr "Ekrāns %s" -#: ../app/actions/window-actions.c:170, c-format +#: ../app/actions/window-actions.c:170 +#, c-format msgid "Move this window to screen %s" msgstr "Pārvietot šo logu uz ekrānu %s" #: ../app/actions/windows-actions.c:79 -#| msgid "Image Windows" msgid "_Windows" msgstr "_Logs" #: ../app/actions/windows-actions.c:80 -#| msgid "Close Dock" msgid "_Recently Closed Docks" msgstr "Nesen aizvē_rtie doki" #: ../app/actions/windows-actions.c:81 -#| msgid "Dockable" msgid "_Dockable Dialogs" msgstr "_Dokojami dialogi" @@ -4528,11 +4521,13 @@ msgid "Could not open '%s' for writing: %s" msgstr "Nevar atvērt '%s' rakstīšanai: %s" -#: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102, c-format +#: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102 +#, c-format msgid "Error writing '%s': %s" msgstr "Kļūda rakstot '%s': %s" -#: ../app/config/gimpconfig-file.c:90, c-format +#: ../app/config/gimpconfig-file.c:90 +#, c-format msgid "Error reading '%s': %s" msgstr "Kļūda nolasot '%s': %s" @@ -4729,9 +4724,8 @@ "If enabled, the move tool sets the edited layer or path as active. This " "used to be the default behaviour in older versions." msgstr "" -"Ja ieslēgts, pārvietošanas rīks iestata aktīvo slāni vai kontūru kā izvēlētu." -" " -"Parametrs ir ieslēgts vecākās versijās." +"Ja ieslēgts, pārvietošanas rīks iestata aktīvo slāni vai kontūru kā " +"izvēlētu. Parametrs ir ieslēgts vecākās versijās." #: ../app/config/gimprc-blurbs.h:212 msgid "" @@ -4844,56 +4838,56 @@ "When enabled, the menubar is visible by default. This can also be toggled " "with the \"View->Show Menubar\" command." msgstr "" -"Ja ieslēgts, izvēlņu josla ir redzama. Tas pats panākams, ieķeksējot " -"\"Skats->Rādīt izvēlņu joslu\"." +"Ja ieslēgts, izvēlņu josla ir redzama. Tas pats panākams, ieķeksējot \"Skats-" +">Rādīt izvēlņu joslu\"." #: ../app/config/gimprc-blurbs.h:299 msgid "" "When enabled, the rulers are visible by default. This can also be toggled " "with the \"View->Show Rulers\" command." msgstr "" -"Ja ieslēgts, mērjoslas ir redzamas. Tas pats panākams, ieķeksējot \"Skats->" -"Rādīt mērjoslas\"." +"Ja ieslēgts, mērjoslas ir redzamas. Tas pats panākams, ieķeksējot \"Skats-" +">Rādīt mērjoslas\"." #: ../app/config/gimprc-blurbs.h:303 msgid "" "When enabled, the scrollbars are visible by default. This can also be " "toggled with the \"View->Show Scrollbars\" command." msgstr "" -"Ja ieslēgts, ritjoslas ir redzamas. Tas pats panākams, ieķeksējot " -"\"Skats->Rādīt ritjoslas\"." +"Ja ieslēgts, ritjoslas ir redzamas. Tas pats panākams, ieķeksējot \"Skats-" +">Rādīt ritjoslas\"." #: ../app/config/gimprc-blurbs.h:307 msgid "" "When enabled, the statusbar is visible by default. This can also be toggled " "with the \"View->Show Statusbar\" command." msgstr "" -"Ja ieslēgts, stāvokļa josla ir redzama. Tas pats panākams, ieķeksējot" -"\"Skats->Rādīt stāvokļa joslu\"." +"Ja ieslēgts, stāvokļa josla ir redzama. Tas pats panākams, ieķeksējot\"Skats-" +">Rādīt stāvokļa joslu\"." #: ../app/config/gimprc-blurbs.h:311 msgid "" "When enabled, the selection is visible by default. This can also be toggled " "with the \"View->Show Selection\" command." msgstr "" -"Ja ieslēgts, iezīmējums ir redzams. Tas pats panākams, ieķeksējot" -"\"Skats->Rādīt izvēlēto\"." +"Ja ieslēgts, iezīmējums ir redzams. Tas pats panākams, ieķeksējot\"Skats-" +">Rādīt izvēlēto\"." #: ../app/config/gimprc-blurbs.h:315 msgid "" "When enabled, the layer boundary is visible by default. This can also be " "toggled with the \"View->Show Layer Boundary\" command." msgstr "" -"Ja ieslēgts, slāņa robeža ir redzama. Tas pats panākams, ieķeksējot" -"\"Skats->Rādīt slāņu robežas\"." +"Ja ieslēgts, slāņa robeža ir redzama. Tas pats panākams, ieķeksējot\"Skats-" +">Rādīt slāņu robežas\"." #: ../app/config/gimprc-blurbs.h:319 msgid "" "When enabled, the guides are visible by default. This can also be toggled " "with the \"View->Show Guides\" command." msgstr "" -"Ja ieslēgts, palīglīnijas ir redzamas. Tas pats panākams, ieķeksējot" -"\"Skats->Rādīt palīglīnijas\"." +"Ja ieslēgts, palīglīnijas ir redzamas. Tas pats panākams, ieķeksējot\"Skats-" +">Rādīt palīglīnijas\"." #: ../app/config/gimprc-blurbs.h:323 msgid "" @@ -4946,17 +4940,16 @@ "dock windows above the image window then, but it may also have other effects." msgstr "" "Ja ieslēgts, doka logi (rīku kaste un paletes) ir pārejoši piesaistīti " -"aktīvajam " -"attēla logam. Vairums logu pārvaldnieku turēs doka logus virs attēla loga, " -"bet tam var būt arī citi efekti." +"aktīvajam attēla logam. Vairums logu pārvaldnieku turēs doka logus virs " +"attēla loga, bet tam var būt arī citi efekti." #: ../app/config/gimprc-blurbs.h:355 msgid "" "When enabled, you can change keyboard shortcuts for menu items by hitting a " "key combination while the menu item is highlighted." msgstr "" -"Ja ieslēgts, īsinājumtaustiņus iezīmētajam izvēlnes vienumam var " -"mainīt, uzsitot taustiņu kombināciju, kad vienums ir izcelts." +"Ja ieslēgts, īsinājumtaustiņus iezīmētajam izvēlnes vienumam var mainīt, " +"uzsitot taustiņu kombināciju, kad vienums ir izcelts." #: ../app/config/gimprc-blurbs.h:359 msgid "Save changed keyboard shortcuts when GIMP exits." @@ -5006,7 +4999,6 @@ msgstr "Rādīt pašreizējo priekšplāna un fona krāsu rīku kastē." #: ../app/config/gimprc-blurbs.h:393 -#| msgid "Show active _brush, pattern & gradient" msgid "Show the currently selected brush, pattern and gradient in the toolbox." msgstr "Rādīt pašreiz izvēlētās otas, šablonus un krāsu pārejas rīku kastē." @@ -5020,8 +5012,7 @@ "window manager decorates and handles the toolbox window." msgstr "" "Loga tipa mājiens, kurš tiek iestatīts rīku kastē. No šī parametra ir " -"atkarīgs, " -"kā atainosies rīku kaste logu pārvaldniekā." +"atkarīgs, kā atainosies rīku kaste logu pārvaldniekā." #: ../app/config/gimprc-blurbs.h:406 msgid "Sets the manner in which transparency is displayed in images." @@ -5071,11 +5062,10 @@ "contains '%s' it will be replaced with the URL, else the URL will be " "appended to the command with a space separating the two." msgstr "" -"Norādiet pārlūku, kas tiks izmantots palīdzības iegūšanai. Pēc " -"izvēles var norādīt gan pilnu programmas izpildāmā faila ceļu, gan tikai " -"komandu. Ja komanda satur '%s', šī argumenta vietā tiks ievietots URL, ja " -"nē, " -"tad URL tiks pievienots komandai pēc atstarpes." +"Norādiet pārlūku, kas tiks izmantots palīdzības iegūšanai. Pēc izvēles var " +"norādīt gan pilnu programmas izpildāmā faila ceļu, gan tikai komandu. Ja " +"komanda satur '%s', šī argumenta vietā tiks ievietots URL, ja nē, tad URL " +"tiks pievienots komandai pēc atstarpes." #: ../app/config/gimprc-deserialize.c:135 ../app/core/gimp-modules.c:134 #: ../app/core/gimp-units.c:164 ../app/gui/session.c:206 @@ -5459,7 +5449,7 @@ msgid "Cut" msgstr "Izgriezt" -#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:160 +#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:161 #: ../app/widgets/widgets-enums.c:265 msgid "Text" msgstr "Teksts" @@ -5579,12 +5569,10 @@ msgstr "Pārvietot ceļu" #: ../app/core/core-enums.c:924 -#| msgid "Anchor floating selection" msgid "Rigor floating selection" msgstr "Iestīvināt peldošo iezīmējumu" #: ../app/core/core-enums.c:925 -#| msgid "Remove floating selection" msgid "Relax floating selection" msgstr "Atslābināt peldošo iezīmējumu" @@ -5798,8 +5786,8 @@ "Fatal parse error in brush file '%s': Unsupported brush depth %d\n" "GIMP brushes must be GRAY or RGBA." msgstr "" -"Nelabojama kļūda analizējot otas failu '%s': nepieļaujams dziļums %d. " -"GIMP otas darbojas tikai RGBA un pelēktoņu režīmos." +"Nelabojama kļūda analizējot otas failu '%s': nepieļaujams dziļums %d. GIMP " +"otas darbojas tikai RGBA un pelēktoņu režīmos." #: ../app/core/gimpbrush-load.c:448 #, c-format @@ -5832,8 +5820,7 @@ "Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." msgstr "" "Nelabojama kļūda analizējot otas failu '%s': Nepazīstama GIMP otas forma " -"rindiņā " -"%d." +"rindiņā %d." #: ../app/core/gimpbrushgenerated-load.c:226 #, c-format @@ -5857,19 +5844,16 @@ msgstr "Nelabojama kļūda analizējot otas failu '%s': fails ir bojāts." #: ../app/core/gimpchannel-select.c:60 -#| msgid "Rectangle Select" msgctxt "command" msgid "Rectangle Select" msgstr "Taisnstūra iezīmēšana" #: ../app/core/gimpchannel-select.c:111 -#| msgid "Ellipse Select" msgctxt "command" msgid "Ellipse Select" msgstr "Elipses iezīmēšana" #: ../app/core/gimpchannel-select.c:165 -#| msgid "command|Rounded Rectangle Select" msgctxt "command" msgid "Rounded Rectangle Select" msgstr "Noapaļots taisnstūra iezīmēšana" @@ -5884,14 +5868,12 @@ msgstr "%s kanāls par iezīmējumu" #: ../app/core/gimpchannel-select.c:520 ../app/tools/gimpfuzzyselecttool.c:80 -#| msgid "Fuzzy Select" msgctxt "command" msgid "Fuzzy Select" msgstr "Aptuvenā iezīmēšana" #: ../app/core/gimpchannel-select.c:567 #: ../app/tools/gimpbycolorselecttool.c:82 -#| msgid "Select by Color" msgctxt "command" msgid "Select by Color" msgstr "Iezīmēt pēc krāsas" @@ -5924,7 +5906,7 @@ msgid "Rotate Channel" msgstr "Pagriezt kanālu" -#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:843 +#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" msgstr "Pārveidot kanālu" @@ -6028,7 +6010,6 @@ msgstr "Sapludināt" #: ../app/core/gimpdrawable-brightness-contrast.c:76 -#| msgid "Brightness-Contrast" msgid "Brightness_Contrast" msgstr "Spilgtums_Kontrasts" @@ -6043,7 +6024,6 @@ msgstr "Šai darbībai nav pieejami šabloni." #: ../app/core/gimpdrawable-bucket-fill.c:286 -#| msgid "Bucket Fill" msgctxt "command" msgid "Bucket Fill" msgstr "Aizpildīšana ar spaini" @@ -6084,7 +6064,6 @@ msgstr "Tonis-Piesātinājums" #: ../app/core/gimpdrawable-hue-saturation.c:88 -#| msgid "Hue-Saturation" msgid "Hue_Saturation" msgstr "Tonis_Piesātinājums" @@ -6115,23 +6094,21 @@ msgid "Threshold" msgstr "Slieksnis" -#: ../app/core/gimpdrawable-transform.c:629 ../app/tools/gimpfliptool.c:116 -#| msgid "Flip" +#: ../app/core/gimpdrawable-transform.c:645 ../app/tools/gimpfliptool.c:116 msgctxt "command" msgid "Flip" msgstr "Apmest" -#: ../app/core/gimpdrawable-transform.c:716 ../app/tools/gimprotatetool.c:121 -#| msgid "Rotate" +#: ../app/core/gimpdrawable-transform.c:745 ../app/tools/gimprotatetool.c:121 msgctxt "command" msgid "Rotate" msgstr "Pagriezt" -#: ../app/core/gimpdrawable-transform.c:841 ../app/core/gimplayer.c:255 +#: ../app/core/gimpdrawable-transform.c:884 ../app/core/gimplayer.c:255 msgid "Transform Layer" msgstr "Pārveidot slāni" -#: ../app/core/gimpdrawable-transform.c:856 +#: ../app/core/gimpdrawable-transform.c:899 msgid "Transformation" msgstr "Pārveidošana" @@ -6158,8 +6135,7 @@ msgid "Fatal parse error in gradient file '%s': File is corrupt in line %d." msgstr "" "Nelabojama kļūda analizējot krāsu pārejas failu '%s': Fails ir sabojāts " -"rindiņā " -"%d." +"rindiņā %d." #: ../app/core/gimpgradient-load.c:218 ../app/core/gimpgradient-load.c:229 #, c-format @@ -6255,7 +6231,6 @@ msgstr "Pārveido uz indeksētām krāsām (otrā stadija)" #: ../app/core/gimpimage-crop.c:130 -#| msgid "Crop image" msgctxt "command" msgid "Crop Image" msgstr "Apcirst attēlu" @@ -6326,7 +6301,6 @@ msgstr "Izslēgt ātrmasku" #: ../app/core/gimpimage-sample-points.c:53 -#| msgid "Add Sample Point: " msgid "Add Sample Point" msgstr "Pievienot paraugpunktu" @@ -6489,14 +6463,16 @@ #. pixel size #: ../app/core/gimpimagefile.c:605 ../app/widgets/gimpimagepropview.c:446 -#: ../app/widgets/gimpsizebox.c:438 ../app/widgets/gimptemplateeditor.c:566, c-format +#: ../app/widgets/gimpsizebox.c:438 ../app/widgets/gimptemplateeditor.c:566 +#, c-format msgid "%d × %d pixel" msgid_plural "%d × %d pixels" msgstr[0] "%d × %d pikselis" msgstr[1] "%d × %d pikseļi" msgstr[2] "%d × %d pikseļi" -#: ../app/core/gimpimagefile.c:628 ../app/display/gimpdisplayshell-title.c:325, c-format +#: ../app/core/gimpimagefile.c:628 ../app/display/gimpdisplayshell-title.c:325 +#, c-format msgid "%d layer" msgid_plural "%d layers" msgstr[0] "%d slānis" @@ -6549,8 +6525,8 @@ msgid "Rename Layer" msgstr "Pārsaukt slāni" -#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:434 -#: ../app/pdb/layer-cmds.c:470 +#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "Pārvietot slāni" @@ -6566,7 +6542,7 @@ msgid "Rotate Layer" msgstr "Pagriezt slāni" -#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1329 +#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1330 #: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" @@ -6581,37 +6557,37 @@ "Peldošais iezīmējums\n" "(%s)" -#: ../app/core/gimplayer.c:1265 +#: ../app/core/gimplayer.c:1266 #, c-format msgid "Unable to add a layer mask since the layer already has one." msgstr "Nevar pievienot slāņa masku, jo viena maska jau ir." -#: ../app/core/gimplayer.c:1276 +#: ../app/core/gimplayer.c:1277 #, c-format msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "Nevar pievienot slāņa masku ar citiem izmēriem kā slānis." -#: ../app/core/gimplayer.c:1384 +#: ../app/core/gimplayer.c:1385 msgid "Transfer Alpha to Mask" msgstr "Pārveidot alfa kanālu par masku" -#: ../app/core/gimplayer.c:1556 ../app/core/gimplayermask.c:235 +#: ../app/core/gimplayer.c:1557 ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "Apstiprināt slāņa masku" -#: ../app/core/gimplayer.c:1557 +#: ../app/core/gimplayer.c:1558 msgid "Delete Layer Mask" msgstr "Dzēst slāņa masku" -#: ../app/core/gimplayer.c:1669 +#: ../app/core/gimplayer.c:1670 msgid "Add Alpha Channel" msgstr "Pievienot alfa kanālu" -#: ../app/core/gimplayer.c:1723 +#: ../app/core/gimplayer.c:1724 msgid "Remove Alpha Channel" msgstr "Izņemt alfa kanālu" -#: ../app/core/gimplayer.c:1745 +#: ../app/core/gimplayer.c:1746 msgid "Layer to Image Size" msgstr "Slānis attēla izmēros" @@ -6622,7 +6598,6 @@ #. reject renaming, layer masks are always named " mask" #: ../app/core/gimplayermask.c:160 #, c-format -#| msgid "Cannot create folder '%s': %s" msgid "Cannot rename layer masks." msgstr "Nevar pārsaukt slāņa maskas." @@ -6674,7 +6649,6 @@ #: ../app/core/gimppalette-load.c:191 #, c-format -#| msgid "Reading palette file '%s': Missing RED component in line %d." msgid "Reading palette file '%s': Missing GREEN component in line %d." msgstr "Paletes faila '%s' nolasīšana: Trūkst komponents GREEN līnijā %d." @@ -6687,8 +6661,8 @@ #, c-format msgid "Reading palette file '%s': RGB value out of range in line %d." msgstr "" -"Paletes faila '%s' nolasīšana: RGB vērtība ārpus noteiktā diapazona rindiņā " -"%d." +"Paletes faila '%s' nolasīšana: RGB vērtība ārpus noteiktā diapazona rindiņā %" +"d." #: ../app/core/gimppattern-load.c:85 ../app/core/gimppattern-load.c:131 #: ../app/core/gimppattern-load.c:162 @@ -6857,9 +6831,7 @@ #. Translators: insert your names here, separated by newline #: ../app/dialogs/about-dialog.c:128 msgid "translator-credits" -msgstr "" -"Gatis Kalnins " -"Rūdolfs Mazurs" +msgstr "Gatis Kalnins Rūdolfs Mazurs" #: ../app/dialogs/about-dialog.c:529 msgid "GIMP is brought to you by" @@ -6976,7 +6948,8 @@ msgid "FG/BG Color" msgstr "Priekšplāna/Fona krāsa" -#: ../app/dialogs/fade-dialog.c:110, c-format +#: ../app/dialogs/fade-dialog.c:110 +#, c-format msgid "Fade %s" msgstr "Izgaisināt %s" @@ -6992,7 +6965,7 @@ msgid "_Opacity:" msgstr "_Necaurspīdīgums:" -#: ../app/dialogs/file-open-dialog.c:253 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "Atvērt slāņus" @@ -7120,7 +7093,6 @@ msgstr "Komentārs" #: ../app/dialogs/image-scale-dialog.c:111 -#| msgid "Scale Image" msgctxt "dialog-title" msgid "Scale Image" msgstr "Mainīt attēla izmēru" @@ -7137,15 +7109,15 @@ "%s)." msgstr "" "Ja attēla izmērs tiks mainīts ar norādītajām vērtībām, tas aizņems vairāk " -"atmiņas nekā norādīts parametru punktā \"Maksimālais attēla izmērs\" " -"(patlaban %s)." +"atmiņas nekā norādīts parametru punktā \"Maksimālais attēla izmērs" +"\" (patlaban %s)." #: ../app/dialogs/image-scale-dialog.c:260 msgid "" "Scaling the image to the chosen size will shrink some layers completely away." msgstr "" -"Samazinot attēlu līdz tādam izmēram, dažu slāņu izmērs būs nulle," -"un tie tiks atmesti." +"Samazinot attēlu līdz tādam izmēram, dažu slāņu izmērs būs nulle,un tie tiks " +"atmesti." #: ../app/dialogs/image-scale-dialog.c:264 msgid "Is this what you want to do?" @@ -7164,7 +7136,6 @@ "jaunu paātrinātāju, vai nospiediet atkāpšanās taustiņu, lai attīrītu." #: ../app/dialogs/keyboard-shortcuts-dialog.c:81 -#| msgid "_Save keyboard shortcuts on exit" msgid "S_ave keyboard shortcuts on exit" msgstr "Izejot s_aglabāt tastatūras īsinājumtaustiņus" @@ -7204,18 +7175,14 @@ msgstr "Nosaukums no _teksta" #: ../app/dialogs/module-dialog.c:127 -#| msgid "_Module Manager" msgid "Module Manager" msgstr "Moduļu pārvaldnieks" #: ../app/dialogs/module-dialog.c:150 -#| msgid "" -#| "You will have to restart GIMP for the following changes to take effect:" msgid "You will have to restart GIMP for the changes to take effect." msgstr "Jums ir jāpārstartē GIMP, lai izmaiņas stātos spēkā." #: ../app/dialogs/module-dialog.c:191 -#| msgid "Modules" msgid "Module" msgstr "Modulis" @@ -7389,8 +7356,8 @@ "Your keyboard shortcuts will be reset to default values the next time you " "start GIMP." msgstr "" -"Tastatūras īsinājumtaustiņi tiks atstatīti uz sākotnējām vērtībām, " -"kad palaidīsiet GIMP nākošo reizi." +"Tastatūras īsinājumtaustiņi tiks atstatīti uz sākotnējām vērtībām, kad " +"palaidīsiet GIMP nākošo reizi." #: ../app/dialogs/preferences-dialog.c:588 msgid "Remove all Keyboard Shortcuts" @@ -7415,8 +7382,8 @@ "Your input device settings will be reset to default values the next time you " "start GIMP." msgstr "" -"Ievadierīces parametri tiks atstatīti uz sākotnējām vērtībām, kad " -"startēsiet GIMP nākošo reizi." +"Ievadierīces parametri tiks atstatīti uz sākotnējām vērtībām, kad startēsiet " +"GIMP nākošo reizi." #: ../app/dialogs/preferences-dialog.c:721 msgid "" @@ -7943,7 +7910,6 @@ msgstr "Atzīmēt krāsas, kas neietilpst krāsu diapazonā" #: ../app/dialogs/preferences-dialog.c:2526 -#| msgid "Select Color" msgid "Select Warning Color" msgstr "Izvēlēties brīdinājuma krāsu" @@ -8197,12 +8163,15 @@ msgid "If you close these images now, changes will be lost." msgstr "Ja aizvērsiet šos attēlus tagad, visas izmaiņas zudīs." -#: ../app/dialogs/quit-dialog.c:216, c-format +#: ../app/dialogs/quit-dialog.c:216 +#, c-format +#| msgid "There is one image with unsaved changes:" +#| msgid_plural "There are %d images with unsaved changes:" msgid "There is one image with unsaved changes:" msgid_plural "There are %d images with unsaved changes:" -msgstr[0] "Vienam attēlam ir nesaglabātas izmaiņas:" -msgstr[1] "%d attēliem ir nesaglabātas izmaiņas:" -msgstr[2] "%d attēliem ir nesaglabātas izmaiņas:" +msgstr[0] "Ir %d attēls ar nesaglabātām izmaiņām:" +msgstr[1] "Ir %d attēli ar nesaglabātām izmaiņām:" +msgstr[2] "Ir %d attēli ar nesaglabātām izmaiņām:" #: ../app/dialogs/quit-dialog.c:238 msgid "_Discard Changes" @@ -8254,9 +8223,9 @@ "Indexed color layers are always scaled without interpolation. The chosen " "interpolation type will affect channels and layer masks only." msgstr "" -"Slāņi, kuriem ir indeksētas krāsas, izmērs vienmēr tiek mainīts bez" -"interpolācijas. Izvēlētais interpolācijas veids ietekmēs tikai kanālus " -"un slāņu maskas." +"Slāņi, kuriem ir indeksētas krāsas, izmērs vienmēr tiek mainīts " +"bezinterpolācijas. Izvēlētais interpolācijas veids ietekmēs tikai kanālus un " +"slāņu maskas." #: ../app/dialogs/stroke-dialog.c:102 msgid "Choose Stroke Style" @@ -8408,12 +8377,10 @@ msgstr "Pārslēgties uz pārvietošanas rīku" #: ../app/display/display-enums.c:145 -#| msgid "Quality" msgid "quality|Low" msgstr "Zema" #: ../app/display/display-enums.c:146 -#| msgid "Quality" msgid "quality|High" msgstr "Augsta" @@ -8454,18 +8421,24 @@ msgid "Save the changes to image '%s' before closing?" msgstr "Saglabāt '%s' izmaiņas pirms aizvēršanas?" -#: ../app/display/gimpdisplayshell-close.c:254, c-format +#: ../app/display/gimpdisplayshell-close.c:254 +#, c-format +#| msgid "" +#| "If you don't save the image, changes from the last hour will be lost." +#| msgid_plural "" +#| "If you don't save the image, changes from the last %d hours will be lost." msgid "If you don't save the image, changes from the last hour will be lost." msgid_plural "" "If you don't save the image, changes from the last %d hours will be lost." msgstr[0] "" -"Ja nesaglabāsiet attēlu, pēdējā stundā veiktās izmaiņas tiks zaudētas." +"Ja nesaglabāsiet attēlu, pēdējā %d stundā veiktās izmaiņas tiks zaudētas." msgstr[1] "" "Ja nesaglabāsiet attēlu, pēdējās %d stundās veiktās izmaiņas tiks zaudētas." msgstr[2] "" "Ja nesaglabāsiet attēlu, pēdējās %d stundās veiktās izmaiņas tiks zaudētas." -#: ../app/display/gimpdisplayshell-close.c:264, c-format +#: ../app/display/gimpdisplayshell-close.c:264 +#, c-format msgid "" "If you don't save the image, changes from the last hour and %d minute will " "be lost." @@ -8482,20 +8455,26 @@ "Ja Jūs nesaglabāsiet attēlu, pēdējās stundas un %d minūšu izmaiņas tiks " "zaudētas." -#: ../app/display/gimpdisplayshell-close.c:275, c-format +#: ../app/display/gimpdisplayshell-close.c:275 +#, c-format +#| msgid "" +#| "If you don't save the image, changes from the last minute will be lost." +#| msgid_plural "" +#| "If you don't save the image, changes from the last %d minutes will be " +#| "lost." msgid "If you don't save the image, changes from the last minute will be lost." msgid_plural "" "If you don't save the image, changes from the last %d minutes will be lost." msgstr[0] "" -"Ja nesaglabāsiet attēlu, pēdējā minūtē veiktās izmaiņas tiks zaudētas." +"Ja nesaglabāsiet attēlu, pēdējā %d minūtē veiktās izmaiņas tiks zaudētas." msgstr[1] "" "Ja nesaglabāsiet attēlu, pēdējās %d minūtēs veiktās izmaiņas tiks zaudētas." msgstr[2] "" "Ja nesaglabāsiet attēlu, pēdējās %d minūtēs veiktās izmaiņas tiks zaudētas." #: ../app/display/gimpdisplayshell-dnd.c:255 -#: ../app/display/gimpdisplayshell-dnd.c:587 -#: ../app/display/gimpdisplayshell-dnd.c:658 +#: ../app/display/gimpdisplayshell-dnd.c:606 +#: ../app/display/gimpdisplayshell-dnd.c:677 msgid "Drop New Layer" msgstr "Nolaist jaunu slāni" @@ -8503,12 +8482,12 @@ msgid "Drop New Path" msgstr "Nolaist jaunu ceļu" -#: ../app/display/gimpdisplayshell-dnd.c:497 +#: ../app/display/gimpdisplayshell-dnd.c:513 #: ../app/widgets/gimplayertreeview.c:719 msgid "Drop layers" msgstr "Nolaist slāņus" -#: ../app/display/gimpdisplayshell-dnd.c:648 +#: ../app/display/gimpdisplayshell-dnd.c:667 #: ../app/widgets/gimplayertreeview.c:801 ../app/widgets/gimptoolbox-dnd.c:361 msgid "Dropped Buffer" msgstr "Dzēst buferi" @@ -8575,7 +8554,7 @@ msgid "(none)" msgstr "(nekas)" -#: ../app/display/gimpstatusbar.c:346 +#: ../app/display/gimpstatusbar.c:364 #, c-format msgid "Cancel %s" msgstr "Atcelt %s" @@ -8784,7 +8763,6 @@ #: ../app/pdb/floating-sel-cmds.c:63 #, c-format -#| msgid "Cannot anchor this layer because it is not a floating selection." msgid "Cannot remove this layer because it is not a floating selection." msgstr "Nevar izņemt šo slāni, jo tas nav peldošais iezīmējums." @@ -8795,7 +8773,6 @@ #: ../app/pdb/floating-sel-cmds.c:127 #, c-format -#| msgid "Cannot anchor this layer because it is not a floating selection." msgid "" "Cannot convert this layer to a normal layer because it is not a floating " "selection." @@ -8804,13 +8781,11 @@ #: ../app/pdb/floating-sel-cmds.c:188 #, c-format -#| msgid "Cannot anchor this layer because it is not a floating selection." msgid "Cannot rigor this layer because it is not a floating selection." msgstr "Nevar iestīvināt šo slāni, jo tas nav peldošais iezīmējums." #: ../app/pdb/floating-sel-cmds.c:222 #, c-format -#| msgid "Cannot anchor this layer because it is not a floating selection." msgid "Cannot relax this layer because it is not a floating selection." msgstr "Nevar atslābināt šo slāni, jo tas nav peldošais iezīmējums." @@ -8847,7 +8822,6 @@ #: ../app/pdb/gimppdb-utils.c:132 #, c-format -#| msgid "Patterns Menu" msgid "Pattern '%s' not found" msgstr "Šablons '%s' nav atrasta" @@ -8858,7 +8832,6 @@ #: ../app/pdb/gimppdb-utils.c:162 #, c-format -#| msgid "Gradients Menu" msgid "Gradient '%s' not found" msgstr "Krāsu pāreja '%s' nav atrasta" @@ -8869,13 +8842,11 @@ #: ../app/pdb/gimppdb-utils.c:188 #, c-format -#| msgid "Import palette" msgid "Invalid empty palette name" msgstr "Paletes nosaukums nevar būt tukšs" #: ../app/pdb/gimppdb-utils.c:198 #, c-format -#| msgid "Palettes Menu" msgid "Palette '%s' not found" msgstr "Palete '%s' nav atrasta" @@ -8899,8 +8870,8 @@ msgid "Invalid empty buffer name" msgstr "Bufera nosaukums nevar būt tukšs" -#: ../app/pdb/gimppdb-utils.c:262, c-format -#| msgid "Help browser not found" +#: ../app/pdb/gimppdb-utils.c:262 +#, c-format msgid "Named buffer '%s' not found" msgstr "Nosauktais buferis '%s' nav atrasts" @@ -8956,8 +8927,8 @@ "Procedure '%s' has been called with a wrong type for argument #%d. Expected %" "s, got %s." msgstr "" -"procedūra '%s' ir izsaukta ar nepareizu argumenta tipu #%d. Gaidīja %" -"s, saņēma %s." +"procedūra '%s' ir izsaukta ar nepareizu argumenta tipu #%d. Gaidīja %s, " +"saņēma %s." #: ../app/pdb/gimpprocedure.c:361 ../app/plug-in/gimppluginprocframe.c:209 #, c-format @@ -8979,8 +8950,8 @@ "Procedure '%s' has been called with a wrong value type for argument '%s' (#%" "d). Expected %s, got %s." msgstr "" -"Procedūra '%s' tika izsaukta ar nepareizu vērtības tipu parametram '%s' " -"(#%d).\r\n" +"Procedūra '%s' tika izsaukta ar nepareizu vērtības tipu parametram '%s' (#%" +"d).\r\n" "Gaidīja %s, saņēma %s." #: ../app/pdb/gimpprocedure.c:629 @@ -9034,8 +9005,8 @@ "Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %" "s). This value is out of range." msgstr "" -"Procedūra '%s' tika izsaukta ar vērtību '%s' argumentam '%s' (#%d, tips " -"%s). Šī vērtība ir ārpus pieļaujamo vērtību apgabala." +"Procedūra '%s' tika izsaukta ar vērtību '%s' argumentam '%s' (#%d, tips %" +"s). Šī vērtība ir ārpus pieļaujamo vērtību apgabala." #: ../app/pdb/image-cmds.c:2268 #, c-format @@ -9051,7 +9022,6 @@ #: ../app/pdb/text-layer-cmds.c:90 #, c-format -#| msgid "Text Tool: Create or edit text layers" msgid "Failed to create text layer" msgstr "Neizdevās izveidot teksta slāni" @@ -9062,7 +9032,6 @@ #: ../app/pdb/text-layer-cmds.c:755 ../app/pdb/text-layer-cmds.c:825 #: ../app/pdb/text-layer-cmds.c:897 ../app/pdb/text-layer-cmds.c:969 #: ../app/pdb/text-layer-cmds.c:1041 -#| msgid "Edit Layer Attributes" msgid "Set text layer attribute" msgstr "Iestatīt teksta slāņa atribūtus" @@ -9105,7 +9074,6 @@ "%s" #: ../app/plug-in/gimpplugin-progress.c:330 -#| msgid "Cancel" msgid "Cancelled" msgstr "Atcelts" @@ -9121,8 +9089,8 @@ "Spraudnis avarēja: \"%s\"\n" "(%s)\n" "\n" -"Iespējams, ka tas ietekmējis GIMP iekšējo stāvokli. " -"Drošības pēc jūs varētu saglabāt attēlus un pārstartēt GIMP." +"Iespējams, ka tas ietekmējis GIMP iekšējo stāvokli. Drošības pēc jūs varētu " +"saglabāt attēlus un pārstartēt GIMP." #: ../app/plug-in/gimppluginmanager-call.c:173 #: ../app/plug-in/gimppluginmanager-call.c:223 @@ -9151,17 +9119,16 @@ msgid "Starting Extensions" msgstr "Paplašinājumu startēšana" -#: ../app/plug-in/gimppluginmanager.c:296 +#: ../app/plug-in/gimppluginmanager.c:290 msgid "Plug-In Interpreters" msgstr "Spraudņu interpretatori" -#: ../app/plug-in/gimppluginmanager.c:303 +#: ../app/plug-in/gimppluginmanager.c:297 msgid "Plug-In Environment" msgstr "Spraudņu vide" #: ../app/plug-in/gimppluginprocedure.c:989 #, c-format -#| msgid "Cannot create folder '%s': %s" msgid "" "Calling error for '%s':\n" "%s" @@ -9217,7 +9184,7 @@ "Glāžšķūņa rūķeļi koncertflīģelī aŗ šķērēm\n" "klusi griež Baham nočiepto zivju desu." -#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:879 +#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "Pievienot teksta slāni" @@ -9277,10 +9244,10 @@ "Kļūme tekstu trokšņu analīzes laikā slānim '%s':\n" "%s\n" "\n" -"Teksta parametri ir kļūdaini. Ja vien nevēlaties labot teksta slāni, " -"par to nav jāuztraucas." +"Teksta parametri ir kļūdaini. Ja vien nevēlaties labot teksta slāni, par to " +"nav jāuztraucas." -#: ../app/tools/gimp-tools.c:327 +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." @@ -9473,12 +9440,10 @@ msgstr "Pieskaņot spilgtumu un kontrastu" #: ../app/tools/gimpbrightnesscontrasttool.c:135 -#| msgid "Brightness-Contrast" msgid "Import Brightness-Contrast settings" msgstr "Importēt spilgtums-kontrasta iestatījumus" #: ../app/tools/gimpbrightnesscontrasttool.c:136 -#| msgid "Brightness-Contrast" msgid "Export Brightness-Contrast settings" msgstr "Eksportēt spilgtums-kontrasta iestatījumus" @@ -9620,12 +9585,10 @@ msgstr "Pieskaņot krāsu līdzsvaru" #: ../app/tools/gimpcolorbalancetool.c:115 -#| msgid "Color Balance" msgid "Import Color Balance Settings" msgstr "Importēt krāsu līdzsvara iestatījumus" #: ../app/tools/gimpcolorbalancetool.c:116 -#| msgid "Color Balance" msgid "Export Color Balance Settings" msgstr "Eksportēt krāsu līdzsvara iestatījumus" @@ -9784,8 +9747,8 @@ #: ../app/tools/gimpconvolvetool.c:74 msgid "Blur / Sharpen Tool: Selective blurring or unblurring using a brush" msgstr "" -"Aizmiglošanas / Asināšanas rīks: selektīvi aizmiglot vai atmiglot " -"izmantojot otu" +"Aizmiglošanas / Asināšanas rīks: selektīvi aizmiglot vai atmiglot izmantojot " +"otu" #: ../app/tools/gimpconvolvetool.c:75 msgid "Bl_ur / Sharpen" @@ -9860,12 +9823,10 @@ msgstr "Krāsu līkņu pieskaņošana" #: ../app/tools/gimpcurvestool.c:170 -#| msgid "Load Curves" msgid "Import Curves" msgstr "Importēt līknes" #: ../app/tools/gimpcurvestool.c:171 -#| msgid "Load Curves" msgid "Export Curves" msgstr "Eksportēt līknes" @@ -9891,13 +9852,11 @@ msgstr "_Atstatīt kanālu" #: ../app/tools/gimpcurvestool.c:557 -#| msgid "Curve Type" msgid "Curve _type:" msgstr "Līknes _tips:" #: ../app/tools/gimpcurvestool.c:632 ../app/tools/gimplevelstool.c:752 #, c-format -#| msgid "Could not read %d bytes from '%s': %s" msgid "Could not read header from '%s': %s" msgstr "Nevar nolasīt galvu no '%s': %s" @@ -9919,7 +9878,6 @@ #: ../app/tools/gimpdesaturatetool.c:125 #, c-format -#| msgid "Desaturate operates only on RGB color layers." msgid "Desaturate does only operate on RGB layers." msgstr "Piesātinājuma mazināšana darbojas tikai RGB krāsu slāņos." @@ -9975,7 +9933,6 @@ #. mode (highlights, midtones, or shadows) #: ../app/tools/gimpdodgeburntool.c:213 -#| msgid "Rate" msgid "Range" msgstr "Apgabals" @@ -10050,8 +10007,7 @@ msgid "" "Flip Tool: Reverse the layer, selection or path horizontally or vertically" msgstr "" -"Apmešanas rīks: Apgriež slāni, iezīmējumu vai ceļu horizontāli vai " -"vertikāli" +"Apmešanas rīks: Apgriež slāni, iezīmējumu vai ceļu horizontāli vai vertikāli" #: ../app/tools/gimpfliptool.c:82 msgid "_Flip" @@ -10157,13 +10113,11 @@ msgstr "Apmēram iezīmējiet izvelkamo objektu" #: ../app/tools/gimpforegroundselecttool.c:766 -#| msgid "Foreground Select" msgctxt "command" msgid "Foreground Select" msgstr "Priekšplāna iezīmēšana" #: ../app/tools/gimpfreeselecttool.c:198 -#| msgid "Free Select Tool: Select a hand-drawn region" msgid "" "Free Select Tool: Select a hand-drawn region with free and polygonal segments" msgstr "" @@ -10173,26 +10127,25 @@ msgid "_Free Select" msgstr "_Brīva iezīmēšana" -#: ../app/tools/gimpfreeselecttool.c:1116 +#: ../app/tools/gimpfreeselecttool.c:1117 msgid "Click to complete selection" msgstr "Klikšķiniet, lai pabeigtu iezīmēšanu" -#: ../app/tools/gimpfreeselecttool.c:1120 +#: ../app/tools/gimpfreeselecttool.c:1121 msgid "Click-Drag to move segment vertex" msgstr "Klikšķiniet un pavelciet, lai pārvietotu segmenta virsotni" -#: ../app/tools/gimpfreeselecttool.c:1125 +#: ../app/tools/gimpfreeselecttool.c:1126 msgid "Return commits, Escape cancels, Backspace removes last segment" msgstr "Enter izpilda, Esc atceļ, atpakaļatkāpe noņemt pēdējo segmentu" -#: ../app/tools/gimpfreeselecttool.c:1129 +#: ../app/tools/gimpfreeselecttool.c:1130 msgid "Click-Drag adds a free segment, Click adds a polygonal segment" msgstr "" "Klikšķis un pavilkšana pievieno brīvo segmentu, klikšķis pievieno daudzstūra " "segmentu" -#: ../app/tools/gimpfreeselecttool.c:1581 -#| msgid "Free Select" +#: ../app/tools/gimpfreeselecttool.c:1582 msgctxt "command" msgid "Free Select" msgstr "Brīva iezīmēšana" @@ -10219,7 +10172,6 @@ msgstr "GEFL rīks: izmantot patvaļīgu GEGL darbību" #: ../app/tools/gimpgegltool.c:94 -#| msgid "Open _Location..." msgid "_GEGL Operation..." msgstr "_GEGL darbība..." @@ -10228,13 +10180,12 @@ msgid "GEGL operations do not operate on indexed layers." msgstr "GEGL darbības nedarbojas indeksētos slāņos." -#: ../app/tools/gimpgegltool.c:338 -#| msgid "_Saturation:" +#: ../app/tools/gimpgegltool.c:339 msgid "_Operation:" msgstr "_Darbības:" #. The options vbox -#: ../app/tools/gimpgegltool.c:411 +#: ../app/tools/gimpgegltool.c:412 msgid "Operation Settings" msgstr "Darbību iestatījumi" @@ -10276,12 +10227,10 @@ msgstr "Pieskaņot toni / gaišumu / piesātinājumu" #: ../app/tools/gimphuesaturationtool.c:123 -#| msgid "Hue-Saturation" msgid "Import Hue-Saturation Settings" msgstr "Importēt toņa-piesātinājuma iestatījumus" #: ../app/tools/gimphuesaturationtool.c:124 -#| msgid "Hue-Saturation" msgid "Export Hue-Saturation Settings" msgstr "Eksportēt toņa-piesātinājuma iestatījumus" @@ -10339,7 +10288,6 @@ msgstr "_Atstatīt krāsas:" #: ../app/tools/gimpimagemaptool-settings.c:81 -#| msgid "Pressure:" msgid "Pre_sets:" msgstr "Iepriekšnoteikt_s:" @@ -10398,7 +10346,6 @@ msgstr "_Spalva" #: ../app/tools/gimpiscissorsoptions.c:126 -#| msgid "Show interactive boundary" msgid "Interactive boundary" msgstr "Interaktīva robeža" @@ -10454,12 +10401,10 @@ msgstr "_Līmeņi..." #: ../app/tools/gimplevelstool.c:174 -#| msgid "Input Levels" msgid "Import Levels" msgstr "Importēt līmeņus" #: ../app/tools/gimplevelstool.c:175 -#| msgid "Input Levels" msgid "Export Levels" msgstr "Eksportēt līmeņus" @@ -10607,7 +10552,6 @@ msgstr "Pārvietot:" #: ../app/tools/gimpmovetool.c:127 -#| msgid "Move" msgctxt "tool" msgid "Move" msgstr "Pārvietot" @@ -10681,7 +10625,6 @@ msgstr "Otas dinamika" #: ../app/tools/gimppaintoptions-gui.c:204 -#| msgid "Select by:" msgid "Velocity:" msgstr "Ātrums:" @@ -10769,7 +10712,6 @@ msgstr "_Perspektīva" #: ../app/tools/gimpperspectivetool.c:99 -#| msgid "Perspective" msgctxt "command" msgid "Perspective" msgstr "Perspektīva" @@ -10809,7 +10751,6 @@ #. Current, as in what is currently in use. #: ../app/tools/gimprectangleoptions.c:729 -#| msgid "Current format" msgid "Current" msgstr "Pašreizējais" @@ -10822,7 +10763,6 @@ msgstr "Fiksēts:" #: ../app/tools/gimprectangleoptions.c:963 -#| msgid "Positioned" msgid "Position:" msgstr "Pozīcija:" @@ -10832,7 +10772,6 @@ #. Auto Shrink #: ../app/tools/gimprectangleoptions.c:991 -#| msgid "Auto Shrink Selection" msgid "Auto Shrink" msgstr "Automātiski samazināt" @@ -10865,7 +10804,6 @@ msgstr "Atļaut pilnīgi caurspīdīgu laukumu iezīmēšanu" #: ../app/tools/gimpregionselectoptions.c:90 -#| msgid "Base selection on all visible layers" msgid "Base region_select on all visible layers" msgstr "Apgabala iezīmējuma noteikšanai izmantot visus redzamos _slāņus" @@ -10918,7 +10856,6 @@ msgstr "_Mainīt izmēru" #: ../app/tools/gimpscaletool.c:106 -#| msgid "Scale" msgctxt "command" msgid "Scale" msgstr "Izmēra maiņa" @@ -10980,7 +10917,6 @@ msgstr "Sašķie_bt" #: ../app/tools/gimpsheartool.c:110 -#| msgid "Shear" msgctxt "command" msgid "Shear" msgstr "Sašķiebšana" @@ -11021,8 +10957,8 @@ "If available, hints from the font are used but you may prefer to always use " "the automatic hinter" msgstr "" -"Ja ir pieejamas, tad tiek izmantotas fonta instrukcijas, taču vienmēr " -"varat izmantot automātisko instruēšanu." +"Ja ir pieejamas, tad tiek izmantotas fonta instrukcijas, taču vienmēr varat " +"izmantot automātisko instruēšanu." #: ../app/tools/gimptextoptions.c:159 msgid "Indentation of the first line" @@ -11069,28 +11005,27 @@ msgid "Text along Path" msgstr "Teksts gar ceļu" -#: ../app/tools/gimptexttool.c:161 +#: ../app/tools/gimptexttool.c:162 msgid "Text Tool: Create or edit text layers" msgstr "Teksta rīks: izveido vai labo teksta slāņus" -#: ../app/tools/gimptexttool.c:162 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" msgstr "Te_ksts" -#: ../app/tools/gimptexttool.c:956 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "GIMP teksta redaktors" -#: ../app/tools/gimptexttool.c:1072 ../app/tools/gimptexttool.c:1075 +#: ../app/tools/gimptexttool.c:1103 ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "Apstiprināt teksta maiņu" -#: ../app/tools/gimptexttool.c:1079 -#| msgid "Create a New Layer" +#: ../app/tools/gimptexttool.c:1110 msgid "Create _New Layer" msgstr "Izveidot jau_nu slāni" -#: ../app/tools/gimptexttool.c:1103 +#: ../app/tools/gimptexttool.c:1134 msgid "" "The layer you selected is a text layer but it has been modified using other " "tools. Editing the layer with the text tool will discard these " @@ -11103,8 +11038,7 @@ "\n" "Jūs varat turpināt rediģēt šo slāni vai arī izveidot jaunu." -#: ../app/tools/gimptexttool.c:1315 -#| msgid "Rename Text Layer" +#: ../app/tools/gimptexttool.c:1356 msgid "Reshape Text Layer" msgstr "Mainīt teksta slāņa formu" @@ -11207,7 +11141,6 @@ #. Create a selection from the current path #: ../app/tools/gimpvectoroptions.c:189 -#| msgid "Selecti_on to Path" msgid "Selection from Path" msgstr "Iezīmējums no ceļa" @@ -11471,7 +11404,6 @@ msgstr "Neizdevās importēt ceļus no '%s': %s" #: ../app/widgets/gimpactioneditor.c:71 -#| msgid "Shear" msgid "_Search:" msgstr "_Meklēt:" @@ -11678,15 +11610,14 @@ msgstr "Tikai indeksētiem attēliem ir krāsu karte" #: ../app/widgets/gimpcolorselectorpalette.c:59 -#| msgid "Palettes" msgid "Palette" msgstr "Palete" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Samazināti priekšskatījumi" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Palielināti priekšskatījumi" @@ -12154,25 +12085,20 @@ msgstr "Atstatums" #: ../app/widgets/gimphelp.c:294 -#| msgid "H_elp browser to use:" msgid "Help browser is missing" msgstr "Palīdzības pārlūka nav" #: ../app/widgets/gimphelp.c:295 -#| msgid "GIMP help browser" msgid "The GIMP help browser is not available." msgstr "GIMP palīdzības pārlūks nav pieejams." #: ../app/widgets/gimphelp.c:296 -#| msgid "" -#| "The GIMP help browser plug-in appears to be missing from your " -#| "installation." msgid "" "The GIMP help browser plug-in appears to be missing from your installation. " "You may instead use the web browser for reading the help pages." msgstr "" -"GIMP palīdzības spraudnis jūsu instalācijā nav atrodams. " -"Tā vietā palīdzības lapu lasīšanai varat izmantot tīmekļa pārlūku." +"GIMP palīdzības spraudnis jūsu instalācijā nav atrodams. Tā vietā palīdzības " +"lapu lasīšanai varat izmantot tīmekļa pārlūku." #: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" @@ -12183,12 +12109,10 @@ msgstr "GIMP palīdzības pārlūks spraudnis nestartējas." #: ../app/widgets/gimphelp.c:365 -#| msgid "Web Browser" msgid "Use _Web Browser" msgstr "Izmantot _tīmekļa pārlūku" #: ../app/widgets/gimphelp.c:614 -#| msgid "Open the GIMP user manual" msgid "GIMP user manual is missing" msgstr "GIMP lietotāja rokasgrāmata nav atrodama" @@ -12389,12 +12313,10 @@ msgstr "Izvēlieties iestatījumu no saraksta" #: ../app/widgets/gimpsettingsbox.c:260 -#| msgid "Save curves settings to file" msgid "Add settings to favorites" msgstr "Pievienot iestatījumus izlasei" #: ../app/widgets/gimpsettingsbox.c:288 -#| msgid "Load curves settings from file" msgid "_Import Settings from File..." msgstr "_Importēt iestatījumus no faila..." @@ -12403,7 +12325,6 @@ msgstr "_Eksportēt iestatījumus failā..." #: ../app/widgets/gimpsettingsbox.c:301 -#| msgid "_Merge Palettes..." msgid "_Manage Settings..." msgstr "_Pārvaldīt iestatījumus..." @@ -12412,32 +12333,26 @@ msgstr "Pievienot iestatījumus izlasei" #: ../app/widgets/gimpsettingsbox.c:591 -#| msgid "Enter a name for the saved options" msgid "Enter a name for the settings" msgstr "Ievadiet nosaukumu saglabātajiem iestatījumiem" #: ../app/widgets/gimpsettingsbox.c:592 -#| msgid "Saved Options" msgid "Saved Settings" msgstr "Saglabātie iestatījumi" #: ../app/widgets/gimpsettingsbox.c:627 -#| msgid "Re_name Saved Options" msgid "Manage Saved Settings" msgstr "Pārvaldīt saglabātos iestatījumus" #: ../app/widgets/gimpsettingseditor.c:174 -#| msgid "Load curves settings from file" msgid "Import settings from a file" msgstr "Importēt iestatījumus no faila" #: ../app/widgets/gimpsettingseditor.c:183 -#| msgid "Save levels settings to file" msgid "Export the selected settings to a file" msgstr "Eksportēt izvēlētos iestatījumus failā" #: ../app/widgets/gimpsettingseditor.c:192 -#| msgid "Delete the selected template" msgid "Delete the selected settings" msgstr "Dzēst izvēlētos iestatījumus" @@ -12523,7 +12438,6 @@ msgstr "%d ppi, %s" #: ../app/widgets/gimptexteditor.c:188 -#| msgid "_Large" msgid "_Language:" msgstr "Va_loda:" @@ -12754,12 +12668,10 @@ msgstr "Tīmekļa pārlūks" #: ../app/widgets/widgets-enums.c:229 -#| msgid "Histogram" msgid "Linear histogram" msgstr "Lineāra histogramma" #: ../app/widgets/widgets-enums.c:230 -#| msgid "Logarithmic" msgid "Logarithmic histogram" msgstr "Logaritmiska histogramma" diff -Nru gimp-2.6.11/po/nn.po gimp-2.6.12/po/nn.po --- gimp-2.6.11/po/nn.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/nn.po 2012-01-31 10:57:45.000000000 +0000 @@ -2,11 +2,11 @@ msgid "" msgstr "" "Project-Id-Version: gimp 2.4\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2009-04-17 09:11+0000\n" -"PO-Revision-Date: 2009-09-14 16:44+0100\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-05-29 05:41+0000\n" +"PO-Revision-Date: 2011-05-31 22:33+0100\n" "Last-Translator: Kolbjørn Stuestøl \n" -"Language-Team: Kolbjørn Stuestøl \n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -67,102 +67,102 @@ msgid "The batch interpreter '%s' is not available. Batch mode disabled." msgstr "Mengdetolkaren «%s» er ikkje tilgjengeleg, mengdemodus er slått av." -#: ../app/main.c:144 +#: ../app/main.c:148 #: ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "Vis versjonsinformasjonen og slutt av" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" msgstr "Vis lisensinformasjonen og slutt av" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Forklar nærare" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Start ei ny økt av GIMP" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "Opna bilete som nytt" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "Køyr utan brukargrensesnitt." -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "Ikkje last inn penslar, fargeovergangar, mønsterelement …" -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "Ikkje last skrifttypar." -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" msgstr "Ikkje vis oppstartsvindauget" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" msgstr "Ikkje bruk delt minne mellom GIMP og programtillegga." -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" msgstr "Ikkje bruk CPU-akseleratorar" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "Bruk ei alternativ sessionrc-fil." -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "Bruk ei alternativ brukar-gimprc-fil." -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "Bruk ei alternativ system-gimprc-fil." -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" msgstr "Mengdetolkar som skal brukast (kan bli brukt fleire gonger)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" msgstr "Prosedyren som blir brukt for å køyre mengdetolkarane (batch kommandoane)." -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "Vis meldingane på konsollen i staden for i eit dialogvindauge." #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "PDB kompatibilitetsmodus (off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "Feilfinning i tilfelle krasj (never|query|always)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "Slå på signalhandterarane for ikkje-fatale feil." -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "Gjer alle varslingane fatale" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Skriv ut ei gimprc-fil med standardinnstillingane" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[FIL|URI …]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." @@ -170,24 +170,24 @@ "GIMP klarte ikkje å sette opp det grafiske brukargrensesnittet.\n" "Kontroller oppsettet for skjermen og skjermdrivarane." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." msgstr "Ei anna økt av GIMP er aktivert" -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." msgstr "GIMP-melding. Trykk ein tast for å lukke vindauget" -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" msgstr "(Trykk ein tast for å lukke vindauget)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." msgstr "GIMP-melding. Du kan forminske dette vindauget, men ikkje lukke det." -#: ../app/sanity.c:342 +#: ../app/sanity.c:365 #, c-format msgid "" "The configured filename encoding cannot be converted to UTF-8: %s\n" @@ -198,7 +198,7 @@ "\n" "Kontroller verdiane sett i omgivnadsvariabelen G_FILENAME_ENCODING." -#: ../app/sanity.c:361 +#: ../app/sanity.c:384 #, c-format msgid "" "The name of the directory holding the GIMP user configuration cannot be converted to UTF-8: %s\n" @@ -212,7 +212,6 @@ #. show versions of libraries used by GIMP #: ../app/version.c:64 #, c-format -#| msgid "using %s, compiled against version %s, running against version %s" msgid "using %s version %s (compiled against version %s)" msgstr "bruker %s versjon %s (kompilert mot versjon %s)" @@ -254,7 +253,6 @@ msgstr "Fargekart" #: ../app/actions/actions.c:116 -#| msgid "Resource configuration" msgid "Configuration" msgstr "Konfigurering" @@ -428,7 +426,6 @@ msgstr "Vis" #: ../app/actions/actions.c:212 -#| msgid "Image Windows" msgid "Windows" msgstr "Vindauge" @@ -856,8 +853,8 @@ #: ../app/actions/data-commands.c:107 #: ../app/actions/documents-commands.c:344 #: ../app/actions/file-commands.c:184 -#: ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 #: ../app/display/gimpdisplayshell-dnd.c:537 @@ -962,7 +959,7 @@ #: ../app/actions/dialogs-actions.c:82 msgid "Open the selection editor" -msgstr "Opna utvalsbehandlaren" +msgstr "Opna utvalshandteraren" #: ../app/actions/dialogs-actions.c:87 msgid "Na_vigation" @@ -1014,7 +1011,6 @@ msgstr "Opna penseldialogen" #: ../app/actions/dialogs-actions.c:124 -#| msgid "Open the brushes dialog" msgid "Open the brush editor" msgstr "Opna penselredigeringa" @@ -1035,7 +1031,6 @@ msgstr "Opna overgangsdialogen" #: ../app/actions/dialogs-actions.c:142 -#| msgid "Open the gradients dialog" msgid "Open the gradient editor" msgstr "Opna overgangsredigeringa" @@ -1048,7 +1043,6 @@ msgstr "Opna palettdialogen" #: ../app/actions/dialogs-actions.c:154 -#| msgid "Open the palettes dialog" msgid "Open the palette editor" msgstr "Opna palettredigeringa" @@ -1122,10 +1116,9 @@ #: ../app/actions/dialogs-actions.c:213 msgid "Open the keyboard shortcuts editor" -msgstr "Opnar behandlaren for tastatursnarvegar" +msgstr "Opnar for redigering av tastatursnarvegane" #: ../app/actions/dialogs-actions.c:218 -#| msgid "Modules" msgid "_Modules" msgstr "_Modular" @@ -1358,14 +1351,10 @@ msgstr "Tøm dokumentloggen" #: ../app/actions/documents-commands.c:221 -#| msgid "Clear the entire document history" msgid "Clear the Recent Documents list?" msgstr "Fjerne den gjeldande dokumentloggen?" #: ../app/actions/documents-commands.c:224 -#| msgid "" -#| "Clearing the document history will permanently remove all currently " -#| "listed entries." msgid "Clearing the document history will permanently remove all items from the recent documents list in all applications." msgstr "Tømmer du dokumentloggen, vil alle oppføringane forsvinne frå loggen for alltid i alle oppsett" @@ -1565,7 +1554,6 @@ msgstr "Kopier _synlege" #: ../app/actions/edit-actions.c:121 -#| msgid "Cannot float selection because the selected region is empty." msgid "Copy what is visible in the selected region" msgstr "Kopier det som er synleg i det valde området" @@ -1586,7 +1574,6 @@ msgstr "Lim innhaldet av utklippstavla inn i det aktive utvalet" #: ../app/actions/edit-actions.c:138 -#| msgid "Clipboard" msgid "From _Clipboard" msgstr "frå _utklippstavla" @@ -1600,12 +1587,10 @@ msgstr "_Nytt bilete" #: ../app/actions/edit-actions.c:150 -#| msgid "New Layer" msgid "New _Layer" msgstr "nytt _lag" #: ../app/actions/edit-actions.c:151 -#| msgid "Create a new image from the content of the clipboard" msgid "Create a new layer from the content of the clipboard" msgstr "Opprett eit nytt lag med innhaldet frå utklippstavla" @@ -1814,7 +1799,6 @@ msgstr "_Fil" #: ../app/actions/file-actions.c:67 -#| msgid "Current" msgid "Create" msgstr "_Hent inn" @@ -2004,7 +1988,7 @@ #: ../app/actions/gradient-editor-actions.c:46 msgid "Gradient Editor Menu" -msgstr "Meny for overgangsbehandlaren" +msgstr "Meny for overgangshandteraren" #: ../app/actions/gradient-editor-actions.c:50 msgid "Left Color Type" @@ -2498,7 +2482,7 @@ #: ../app/actions/image-actions.c:97 msgid "Change the size of the image content" -msgstr "Endre biletformatet" +msgstr "Endre storleiken på biletvisinga" #: ../app/actions/image-actions.c:102 #: ../app/actions/layers-actions.c:188 @@ -2622,7 +2606,7 @@ msgstr "Roterer" #: ../app/actions/image-commands.c:408 -#: ../app/actions/layers-commands.c:639 +#: ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." msgstr "Kunne ikkje beskjere fordi dette utvalet er tomt." @@ -2637,14 +2621,14 @@ #. Scaling #: ../app/actions/image-commands.c:658 -#: ../app/actions/layers-commands.c:1101 +#: ../app/actions/layers-commands.c:1104 #: ../app/dialogs/preferences-dialog.c:1925 #: ../app/pdb/drawable-transform-cmds.c:682 #: ../app/pdb/drawable-transform-cmds.c:758 #: ../app/pdb/image-cmds.c:405 #: ../app/pdb/image-cmds.c:441 -#: ../app/pdb/layer-cmds.c:289 -#: ../app/pdb/layer-cmds.c:334 +#: ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 #: ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" @@ -2744,12 +2728,10 @@ msgstr "Opprett eit nytt lag med same verdiane som blei brukte sist" #: ../app/actions/layers-actions.c:86 -#| msgid "Copy _Visible" msgid "New from _Visible" msgstr "Nytt frå _synlege" #: ../app/actions/layers-actions.c:87 -#| msgid "Create a new template from this image" msgid "Create a new layer from what is visible in this image" msgstr "Opprett eit nytt lag av det som er synleg i dette biletet" @@ -3042,62 +3024,61 @@ msgid "Set Opacity" msgstr "Set dekkevne" -#: ../app/actions/layers-commands.c:203 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "Laginnstillingane" -#: ../app/actions/layers-commands.c:206 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "Rediger lagattributta" -#: ../app/actions/layers-commands.c:249 -#: ../app/actions/layers-commands.c:251 -#: ../app/actions/layers-commands.c:319 -#: ../app/actions/layers-commands.c:323 +#: ../app/actions/layers-commands.c:250 +#: ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 +#: ../app/actions/layers-commands.c:324 #: ../app/widgets/gimpdrawabletreeview.c:326 #: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "Nytt lag" -#: ../app/actions/layers-commands.c:254 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" msgstr "Opprett eit nytt lag" -#: ../app/actions/layers-commands.c:352 -#| msgid "_Visible" +#: ../app/actions/layers-commands.c:355 msgid "Visible" msgstr "Synleg" -#: ../app/actions/layers-commands.c:571 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" msgstr "Skriv storleik på laggrense" -#: ../app/actions/layers-commands.c:612 +#: ../app/actions/layers-commands.c:615 #: ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "Skaler laget" -#: ../app/actions/layers-commands.c:649 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" msgstr "Beskjer laget" -#: ../app/actions/layers-commands.c:788 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" msgstr "Lagmaske til utval" -#: ../app/actions/layers-commands.c:1036 +#: ../app/actions/layers-commands.c:1039 msgid "Please select a channel first" msgstr "Vel først ein kanal" -#: ../app/actions/layers-commands.c:1044 -#: ../app/core/gimplayer.c:1282 +#: ../app/actions/layers-commands.c:1047 +#: ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "Legg til lagmaske" #: ../app/actions/palette-editor-actions.c:44 msgid "Palette Editor Menu" -msgstr "Meny for palettbehandlaren" +msgstr "Meny for paletthandteraren" #: ../app/actions/palette-editor-actions.c:54 msgid "_Delete Color" @@ -3620,7 +3601,6 @@ msgstr "Malmeny" #: ../app/actions/templates-actions.c:46 -#| msgid "_Create Image from Template..." msgid "_Create Image from Template" msgstr "_Opprett bilete frå mal" @@ -4441,17 +4421,14 @@ msgstr "Flytt dette vindauget til skjerm %s" #: ../app/actions/windows-actions.c:79 -#| msgid "Fi_ll Window" msgid "_Windows" msgstr "Vin_dauge" #: ../app/actions/windows-actions.c:80 -#| msgid "Recently Used" msgid "_Recently Closed Docks" msgstr "_Tidlegare lukka samlevindauge" #: ../app/actions/windows-actions.c:81 -#| msgid "Dockable" msgid "_Dockable Dialogs" msgstr "_Dialogvindauge" @@ -4565,7 +4542,7 @@ #: ../app/base/base-enums.c:126 msgid "Divide" -msgstr "Del opp" +msgstr "Divider" #: ../app/base/base-enums.c:127 msgid "Dodge" @@ -4804,7 +4781,6 @@ msgstr "Hugs gjeldande verktøy, mønsterelement, farge og pensel mellom GIMP-øktene." #: ../app/config/gimprc-blurbs.h:269 -#| msgid "Add all opened and saved files to the document history on disk." msgid "Keep a permanent record of all opened and saved files in the Recent Documents list." msgstr "Lager ei permanent liste over alle nyleg opna og lagra filer i dokumentloggen" @@ -4913,12 +4889,10 @@ msgstr "Når mengda av pikslar overskrid denne grensa, vil GIMP sende fliser til harddisken. Dette seinkar arbeidet, men gjer det mogleg å arbeida med bilete som er for store for minnet. Har du mykje RAM, kan du gjerne setje denne verdien høgare." #: ../app/config/gimprc-blurbs.h:390 -#| msgid "Exchange foreground and background colors" msgid "Show the current foreground and background colors in the toolbox." msgstr "Vis gjeldane forgrunns- og bakgrunnsfarge i verktøykassa" #: ../app/config/gimprc-blurbs.h:393 -#| msgid "Show active _brush, pattern & gradient" msgid "Show the currently selected brush, pattern and gradient in the toolbox." msgstr "Vis aktive penslar, mønsterelement og fargeovergangar i verktøykassa" @@ -5372,7 +5346,7 @@ msgstr "Klipp ut" #: ../app/core/core-enums.c:882 -#: ../app/tools/gimptexttool.c:160 +#: ../app/tools/gimptexttool.c:161 #: ../app/widgets/widgets-enums.c:265 msgid "Text" msgstr "Tekst" @@ -5497,16 +5471,12 @@ msgstr "Flytt banen" #: ../app/core/core-enums.c:924 -#, fuzzy -#| msgid "Anchor floating selection" msgid "Rigor floating selection" -msgstr "Forankre det flytande utvalet" +msgstr "Fest det flytande utvalet" #: ../app/core/core-enums.c:925 -#, fuzzy -#| msgid "Remove floating selection" msgid "Relax floating selection" -msgstr "Forankre det flytande utvalet" +msgstr "Losna det flytande utvalet" #: ../app/core/core-enums.c:928 #: ../app/paint/gimpink.c:95 @@ -5769,19 +5739,16 @@ msgstr "Fatal feil i penselfila «%s»: Fila er øydelagt." #: ../app/core/gimpchannel-select.c:60 -#| msgid "Rectangle Select" msgctxt "command" msgid "Rectangle Select" msgstr "Rektangelutval" #: ../app/core/gimpchannel-select.c:111 -#| msgid "Ellipse Select" msgctxt "command" msgid "Ellipse Select" msgstr "Ellipseutval" #: ../app/core/gimpchannel-select.c:165 -#| msgid "command|Rounded Rectangle Select" msgctxt "command" msgid "Rounded Rectangle Select" msgstr "Avrunda rektangelutval" @@ -5797,14 +5764,12 @@ #: ../app/core/gimpchannel-select.c:520 #: ../app/tools/gimpfuzzyselecttool.c:80 -#| msgid "Fuzzy Select" msgctxt "command" msgid "Fuzzy Select" msgstr "Tryllestaven" #: ../app/core/gimpchannel-select.c:567 #: ../app/tools/gimpbycolorselecttool.c:82 -#| msgid "Select by Color" msgctxt "command" msgid "Select by Color" msgstr "Vel etter farge" @@ -5838,7 +5803,7 @@ msgstr "Roter kanalen" #: ../app/core/gimpchannel.c:264 -#: ../app/core/gimpdrawable-transform.c:843 +#: ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" msgstr "Transformer kanalen" @@ -5963,7 +5928,6 @@ msgstr "Ingen mønsterelement tilgjengelege for denne operasjonen." #: ../app/core/gimpdrawable-bucket-fill.c:286 -#| msgid "Bucket Fill" msgctxt "command" msgid "Bucket Fill" msgstr "Fyll" @@ -6040,26 +6004,24 @@ msgid "Threshold" msgstr "Terskel" -#: ../app/core/gimpdrawable-transform.c:629 +#: ../app/core/gimpdrawable-transform.c:645 #: ../app/tools/gimpfliptool.c:116 -#| msgid "Flip" msgctxt "command" msgid "Flip" msgstr "Spegelvend" -#: ../app/core/gimpdrawable-transform.c:716 +#: ../app/core/gimpdrawable-transform.c:745 #: ../app/tools/gimprotatetool.c:121 -#| msgid "Rotate" msgctxt "command" msgid "Rotate" msgstr "Roter" -#: ../app/core/gimpdrawable-transform.c:841 +#: ../app/core/gimpdrawable-transform.c:884 #: ../app/core/gimplayer.c:255 msgid "Transform Layer" msgstr "Transformasjonslag" -#: ../app/core/gimpdrawable-transform.c:856 +#: ../app/core/gimpdrawable-transform.c:899 msgid "Transformation" msgstr "Transformasjon" @@ -6178,7 +6140,6 @@ msgstr "Konverterer til indekserte fargar (steg 3)" #: ../app/core/gimpimage-crop.c:130 -#| msgid "Crop image" msgctxt "command" msgid "Crop Image" msgstr "Beskjer bilete" @@ -6481,8 +6442,8 @@ msgstr "Gi laget nytt namn" #: ../app/core/gimplayer.c:250 -#: ../app/pdb/layer-cmds.c:434 -#: ../app/pdb/layer-cmds.c:470 +#: ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "Flytt laget" @@ -6499,7 +6460,7 @@ msgstr "Roter laget" #: ../app/core/gimplayer.c:405 -#: ../app/core/gimplayer.c:1329 +#: ../app/core/gimplayer.c:1330 #: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" @@ -6514,38 +6475,38 @@ "Flytande utval\n" "(%s)" -#: ../app/core/gimplayer.c:1265 +#: ../app/core/gimplayer.c:1266 #, c-format msgid "Unable to add a layer mask since the layer already has one." msgstr "Kan ikkje legge til ei lagmaske fordi laget har ei slik maske frå før." -#: ../app/core/gimplayer.c:1276 +#: ../app/core/gimplayer.c:1277 #, c-format msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "Kan ikkje legge til lagmaske med andre dimensjonar enn det det spesifiserte laget har." -#: ../app/core/gimplayer.c:1384 +#: ../app/core/gimplayer.c:1385 msgid "Transfer Alpha to Mask" msgstr "Overfør alfa til maske" -#: ../app/core/gimplayer.c:1556 +#: ../app/core/gimplayer.c:1557 #: ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "Legg til lagmaske" -#: ../app/core/gimplayer.c:1557 +#: ../app/core/gimplayer.c:1558 msgid "Delete Layer Mask" msgstr "Slett lagmaske" -#: ../app/core/gimplayer.c:1669 +#: ../app/core/gimplayer.c:1670 msgid "Add Alpha Channel" msgstr "Legg til alfakanal" -#: ../app/core/gimplayer.c:1723 +#: ../app/core/gimplayer.c:1724 msgid "Remove Alpha Channel" msgstr "Fjern alfakanal" -#: ../app/core/gimplayer.c:1745 +#: ../app/core/gimplayer.c:1746 msgid "Layer to Image Size" msgstr "Laget til biletstorleik" @@ -6604,7 +6565,6 @@ #: ../app/core/gimppalette-load.c:191 #, c-format -#| msgid "Reading palette file '%s': Missing RED component in line %d." msgid "Reading palette file '%s': Missing GREEN component in line %d." msgstr "Les palettfila «%s»: Manglar GRØN komponent i linje %d." @@ -6881,7 +6841,7 @@ #: ../app/dialogs/dialogs.c:198 msgid "Selection Editor" -msgstr "Utvalsbehandlar" +msgstr "Utvalshandteraren" #: ../app/dialogs/dialogs.c:202 msgid "Undo" @@ -6924,7 +6884,7 @@ msgid "_Opacity:" msgstr "_Dekkevne:" -#: ../app/dialogs/file-open-dialog.c:253 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "Opna lag" @@ -7039,7 +6999,6 @@ msgstr "Kommentar" #: ../app/dialogs/image-scale-dialog.c:111 -#| msgid "Scale Image" msgctxt "dialog-title" msgid "Scale Image" msgstr "Skaler biletet" @@ -7070,7 +7029,6 @@ msgstr "For å endre ein snarvegtast klikkar du i ei rad og trykker ønskt tast eller trykk «Tilbake»-tasten for å slette" #: ../app/dialogs/keyboard-shortcuts-dialog.c:81 -#| msgid "_Save keyboard shortcuts on exit" msgid "S_ave keyboard shortcuts on exit" msgstr "_Lagra tastesnarvegane ved avslutning" @@ -7110,18 +7068,14 @@ msgstr "Opprett namn frå _tekst" #: ../app/dialogs/module-dialog.c:127 -#| msgid "_Module Manager" msgid "Module Manager" msgstr "Modulhandterar" #: ../app/dialogs/module-dialog.c:150 -#| msgid "" -#| "You will have to restart GIMP for the following changes to take effect:" msgid "You will have to restart GIMP for the changes to take effect." msgstr "Du må starte GIMP på nytt for at endringar skal tre i kraft." #: ../app/dialogs/module-dialog.c:191 -#| msgid "Modules" msgid "Module" msgstr "Modul" @@ -7520,7 +7474,6 @@ msgstr "Bruk ein lokal installert kopi" #: ../app/dialogs/preferences-dialog.c:1819 -#| msgid "_Enter manually" msgid "User manual:" msgstr "Brukarhandboka:" @@ -7672,7 +7625,7 @@ #. Mouse Pointers #: ../app/dialogs/preferences-dialog.c:2121 msgid "Mouse Pointers" -msgstr "Musempeikarar" +msgstr "Musepeikar" #: ../app/dialogs/preferences-dialog.c:2125 msgid "Show _brush outline" @@ -8165,12 +8118,10 @@ msgstr "_Etterlikner penseldynamikk" #: ../app/dialogs/tips-dialog.c:89 -#| msgid "The GIMP tips file could not be parsed!" msgid "The GIMP tips file is empty!" msgstr "GIMP si tips-fil er tom!" #: ../app/dialogs/tips-dialog.c:93 -#| msgid "Your GIMP tips file appears to be missing!" msgid "The GIMP tips file appears to be missing!" msgstr "Det ser ut til at tipsfila manglar!" @@ -8452,7 +8403,7 @@ msgid "(none)" msgstr "(ingen)" -#: ../app/display/gimpstatusbar.c:346 +#: ../app/display/gimpstatusbar.c:364 #, c-format msgid "Cancel %s" msgstr "Avbryt %s" @@ -8686,14 +8637,14 @@ msgstr "Kan ikkje konvertere dette laget fordi det ikkje er eit flytande utval." #: ../app/pdb/floating-sel-cmds.c:188 -#, fuzzy, c-format +#, c-format msgid "Cannot rigor this layer because it is not a floating selection." -msgstr "Kan ikkje forankre dette laget fordi det ikkje er eit flytande utval." +msgstr "Kan ikkje feste dette laget fordi det ikkje er eit flytande utval." #: ../app/pdb/floating-sel-cmds.c:222 -#, fuzzy, c-format +#, c-format msgid "Cannot relax this layer because it is not a floating selection." -msgstr "Kan ikkje forankre dette laget fordi det ikkje er eit flytande utval." +msgstr "Kan ikkje losne dette laget fordi det ikkje er eit flytande utval." #: ../app/pdb/gimppdb-query.c:300 #: ../app/pdb/gimppdb.c:307 @@ -8794,15 +8745,11 @@ #: ../app/pdb/gimppdb-utils.c:307 #, c-format -#| msgid "" -#| "Item '%s' (%d) cannot be used because it has not been added to an image" msgid "Item '%s' (%d) can not be used because it has not been added to an image" msgstr "Elementet «%s» (%d) kan ikkje brukast sidan det ikkje er lagt til i eit bilete" #: ../app/pdb/gimppdb-utils.c:329 #, c-format -#| msgid "" -#| "Item '%s' (%d) cannot be used because it has not been added to an image" msgid "Item '%s' (%d) has already been added to an image" msgstr "Elementet «%s» (%d) er alt lagt til eit bilete" @@ -8813,8 +8760,6 @@ #: ../app/pdb/gimppdb-utils.c:356 #, c-format -#| msgid "" -#| "Item '%s' (%d) cannot be used because it has not been added to an image" msgid "Layer '%s' (%d) can not be used because it is not a text layer" msgstr "Du kan ikkje bruke laget «%s» (%d) sidan dette ikkje er eit tekstlag" @@ -8835,16 +8780,12 @@ #: ../app/pdb/gimppdb.c:411 #, c-format -#| msgid "" -#| "Procedure '%s' has been called with a wrong value type for argument '%" -#| "s' (#%d). Expected %s, got %s." msgid "Procedure '%s' has been called with a wrong type for argument #%d. Expected %s, got %s." msgstr "Prosedyren «%s» er kalla opp med feil type for argument nr %d. Venta %s, fekk %s." #: ../app/pdb/gimpprocedure.c:361 #: ../app/plug-in/gimppluginprocframe.c:209 #, c-format -#| msgid "Procedure '%s' not found" msgid "Procedure '%s' returned no return values" msgstr "Prosedyren «%s» returnerte ingen returverdi" @@ -8900,7 +8841,6 @@ #: ../app/pdb/text-layer-cmds.c:90 #, c-format -#| msgid "Text Tool: Create or edit text layers" msgid "Failed to create text layer" msgstr "Kunne ikkje oppretta eit tekstlag" @@ -8917,7 +8857,6 @@ #: ../app/pdb/text-layer-cmds.c:897 #: ../app/pdb/text-layer-cmds.c:969 #: ../app/pdb/text-layer-cmds.c:1041 -#| msgid "Edit Layer Attributes" msgid "Set text layer attribute" msgstr "Rediger attributta for tekstlaget" @@ -8943,9 +8882,6 @@ #: ../app/plug-in/gimpplugin-message.c:423 #, c-format -#| msgid "" -#| "PDB calling error for procedure '%s':\n" -#| "%s" msgid "" "Calling error for procedure '%s':\n" "%s" @@ -8955,9 +8891,6 @@ #: ../app/plug-in/gimpplugin-message.c:432 #, c-format -#| msgid "" -#| "PDB calling error for procedure '%s':\n" -#| "%s" msgid "" "Execution error for procedure '%s':\n" "%s" @@ -8966,7 +8899,6 @@ "%s" #: ../app/plug-in/gimpplugin-progress.c:330 -#| msgid "Cancel" msgid "Cancelled" msgstr "Avbrote" @@ -8987,7 +8919,6 @@ #: ../app/plug-in/gimppluginmanager-call.c:223 #: ../app/plug-in/gimppluginmanager-call.c:321 #, c-format -#| msgid "Failed to resize swap file: %s" msgid "Failed to run plug-in \"%s\"" msgstr "Kunne ikkje køyre programtillegget «%s»" @@ -9011,19 +8942,16 @@ msgid "Starting Extensions" msgstr "Starter programutvidingar" -#: ../app/plug-in/gimppluginmanager.c:296 +#: ../app/plug-in/gimppluginmanager.c:290 msgid "Plug-In Interpreters" msgstr "Tolkar for programtillegg" -#: ../app/plug-in/gimppluginmanager.c:303 +#: ../app/plug-in/gimppluginmanager.c:297 msgid "Plug-In Environment" msgstr "Omgivnader for programtillegg" #: ../app/plug-in/gimppluginprocedure.c:989 #, c-format -#| msgid "" -#| "PDB calling error for procedure '%s':\n" -#| "%s" msgid "" "Calling error for '%s':\n" "%s" @@ -9033,9 +8961,6 @@ #: ../app/plug-in/gimppluginprocedure.c:1001 #, c-format -#| msgid "" -#| "PDB calling error for procedure '%s':\n" -#| "%s" msgid "" "Execution error for '%s':\n" "%s" @@ -9083,7 +9008,7 @@ "får litt pizza i Mexico by." #: ../app/text/gimptext-compat.c:108 -#: ../app/tools/gimptexttool.c:879 +#: ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "Legg til tekstlag" @@ -9145,7 +9070,7 @@ "\n" "Noen av teksteigenskapane kan vere feil. Du treng bare bry deg om dette dersom du ønskjer å redigera tekstlaget." -#: ../app/tools/gimp-tools.c:327 +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." @@ -9344,12 +9269,10 @@ msgstr "Juster lysstyrke og kontrast" #: ../app/tools/gimpbrightnesscontrasttool.c:135 -#| msgid "Brightness-Contrast" msgid "Import Brightness-Contrast settings" msgstr "Importer innstillingane for lysstyrke-kontrast" #: ../app/tools/gimpbrightnesscontrasttool.c:136 -#| msgid "Brightness-Contrast" msgid "Export Brightness-Contrast settings" msgstr "Eksporter innstillingane for lysstyrke-kontrast" @@ -9495,12 +9418,10 @@ msgstr "Justere fargebalansen" #: ../app/tools/gimpcolorbalancetool.c:115 -#| msgid "Color Balance" msgid "Import Color Balance Settings" msgstr "Importer innstillingane for fargebalanse" #: ../app/tools/gimpcolorbalancetool.c:116 -#| msgid "Color Balance" msgid "Export Color Balance Settings" msgstr "Eksporter innstillingane for fargebalanse" @@ -9737,12 +9658,10 @@ msgstr "Juster fargekurver" #: ../app/tools/gimpcurvestool.c:170 -#| msgid "Load Curves" msgid "Import Curves" msgstr "Importer kurver" #: ../app/tools/gimpcurvestool.c:171 -#| msgid "Load Curves" msgid "Export Curves" msgstr "Eksporter kurver" @@ -9770,24 +9689,20 @@ msgstr "_Tilbakestilll kanal" #: ../app/tools/gimpcurvestool.c:557 -#| msgid "Curve Type" msgid "Curve _type:" msgstr "_Kurvetype:" #: ../app/tools/gimpcurvestool.c:632 #: ../app/tools/gimplevelstool.c:752 #, c-format -#| msgid "Could not read %d bytes from '%s': %s" msgid "Could not read header from '%s': %s" msgstr "Kunne ikkje lese header frå «%s»: %s" #: ../app/tools/gimpcurvestool.c:705 -#, fuzzy msgid "Use _old curves file format" -msgstr "Åtvaring: «%s» er ei fil i gammalt format." +msgstr "Bruk _gammalt kurvefilformat" #: ../app/tools/gimpdesaturatetool.c:78 -#| msgid "Turn colors into shades of gray" msgid "Desaturate Tool: Turn colors into shades of gray" msgstr "Avmettingsverktøyet: Omformar fargane til gråtoner" @@ -9796,13 +9711,11 @@ msgstr "_Mindre metning" #: ../app/tools/gimpdesaturatetool.c:93 -#| msgid "Remove Colors" msgid "Desaturate (Remove Colors)" msgstr "Avmetting (Fjern fargane)" #: ../app/tools/gimpdesaturatetool.c:125 #, c-format -#| msgid "Desaturate operates only on RGB color layers." msgid "Desaturate does only operate on RGB layers." msgstr "«Mindre metning» verkar bare på RGB-fargelag." @@ -9856,7 +9769,6 @@ #. mode (highlights, midtones, or shadows) #: ../app/tools/gimpdodgeburntool.c:213 -#| msgid "Rate" msgid "Range" msgstr "Verkeområde" @@ -10025,18 +9937,15 @@ msgstr "Marker forgrunnen ved å teikne på objektet som skal plukkast ut" #: ../app/tools/gimpforegroundselecttool.c:327 -#| msgid "Draw a rough circle around the object to extract" msgid "Rougly outline the object to extract" msgstr "Teikna eit omtrentleg omriss rundt objektet som skal plukkast ut" #: ../app/tools/gimpforegroundselecttool.c:766 -#| msgid "Foreground Select" msgctxt "command" msgid "Foreground Select" msgstr "Forgrunnsutval" #: ../app/tools/gimpfreeselecttool.c:198 -#| msgid "Free Select Tool: Select a hand-drawn region" msgid "Free Select Tool: Select a hand-drawn region with free and polygonal segments" msgstr "Verktøyet «frihandsutval»: Teikna utvalet på frihand." @@ -10044,27 +9953,23 @@ msgid "_Free Select" msgstr "_Frihandsutval" -#: ../app/tools/gimpfreeselecttool.c:1116 -#| msgid "Click-Drag to create a new selection" +#: ../app/tools/gimpfreeselecttool.c:1117 msgid "Click to complete selection" msgstr "Klikk for å komplettere utvalet" -#: ../app/tools/gimpfreeselecttool.c:1120 -#, fuzzy -#| msgid "Click-Drag to move the component around" +#: ../app/tools/gimpfreeselecttool.c:1121 msgid "Click-Drag to move segment vertex" -msgstr "Klikk-og-dra for å flytte alle punkta" +msgstr "Klikk og dra for å flytte segmentpunktet" -#: ../app/tools/gimpfreeselecttool.c:1125 +#: ../app/tools/gimpfreeselecttool.c:1126 msgid "Return commits, Escape cancels, Backspace removes last segment" msgstr " bekrefter, avbryt, fjerner det siste segmentet" -#: ../app/tools/gimpfreeselecttool.c:1129 +#: ../app/tools/gimpfreeselecttool.c:1130 msgid "Click-Drag adds a free segment, Click adds a polygonal segment" -msgstr "" +msgstr "Klikk-og-dra legg til eit fritt segment. Klikk legg til eit polygonalt segment." -#: ../app/tools/gimpfreeselecttool.c:1581 -#| msgid "Free Select" +#: ../app/tools/gimpfreeselecttool.c:1582 msgctxt "command" msgid "Free Select" msgstr "Frihandsutval" @@ -10091,24 +9996,20 @@ msgstr "GEGL-verktøyet: Vel ein GEGL-operasjon (32 bits fargehandtering)." #: ../app/tools/gimpgegltool.c:94 -#| msgid "Open _Location..." msgid "_GEGL Operation..." msgstr "_GEGL-operasjon …" #: ../app/tools/gimpgegltool.c:158 #, c-format -#| msgid "Healing does not operate on indexed layers." msgid "GEGL operations do not operate on indexed layers." msgstr "GEGL-operasjonane verkar ikkje på indekserte lag." -#: ../app/tools/gimpgegltool.c:338 -#| msgid "_Saturation:" +#: ../app/tools/gimpgegltool.c:339 msgid "_Operation:" msgstr "_Operasjon:" #. The options vbox -#: ../app/tools/gimpgegltool.c:411 -#| msgid "Recent Settings:" +#: ../app/tools/gimpgegltool.c:412 msgid "Operation Settings" msgstr "Innstillingar" @@ -10152,12 +10053,10 @@ msgstr "Juster kulør / lys / metning" #: ../app/tools/gimphuesaturationtool.c:123 -#| msgid "Hue-Saturation" msgid "Import Hue-Saturation Settings" msgstr "Importer innstillingane for kulør og metning" #: ../app/tools/gimphuesaturationtool.c:124 -#| msgid "Hue-Saturation" msgid "Export Hue-Saturation Settings" msgstr "Eksporter innstillingane for kulør og metning" @@ -10215,7 +10114,6 @@ msgstr "_Tilbakestill farge" #: ../app/tools/gimpimagemaptool-settings.c:81 -#| msgid "Pressure:" msgid "Pre_sets:" msgstr "Førehands_valde:" @@ -10332,12 +10230,10 @@ msgstr "_Nivå …" #: ../app/tools/gimplevelstool.c:174 -#| msgid "Input Levels" msgid "Import Levels" msgstr "Importer nivåa" #: ../app/tools/gimplevelstool.c:175 -#| msgid "Input Levels" msgid "Export Levels" msgstr "Eksporter nivåa" @@ -10386,9 +10282,8 @@ msgstr "Rediger desse innstillingane som kurver" #: ../app/tools/gimplevelstool.c:825 -#, fuzzy msgid "Use _old levels file format" -msgstr "Åtvaring: «%s» er ei fil i gammalt format." +msgstr "Bruk _gammalt format for nivåfil" #: ../app/tools/gimpmagnifyoptions.c:167 msgid "Auto-resize window" @@ -10487,7 +10382,6 @@ msgstr "Flytt " #: ../app/tools/gimpmovetool.c:127 -#| msgid "Move" msgctxt "tool" msgid "Move" msgstr "Flytt" @@ -10565,7 +10459,6 @@ msgstr "Penseldynamikk" #: ../app/tools/gimppaintoptions-gui.c:204 -#| msgid "Select by:" msgid "Velocity:" msgstr "Fart: " @@ -10649,7 +10542,6 @@ msgstr "_Perspektiv" #: ../app/tools/gimpperspectivetool.c:99 -#| msgid "Perspective" msgctxt "command" msgid "Perspective" msgstr "Perspektiv" @@ -10743,7 +10635,6 @@ msgstr "Tillat utveljing av heilt gjennomsiktige område" #: ../app/tools/gimpregionselectoptions.c:90 -#| msgid "Base selection on all visible layers" msgid "Base region_select on all visible layers" msgstr "Baser område_utvalet på alle dei synlege laga" @@ -10796,7 +10687,6 @@ msgstr "_Skaler" #: ../app/tools/gimpscaletool.c:106 -#| msgid "Scale" msgctxt "command" msgid "Scale" msgstr "Skaler" @@ -10859,7 +10749,6 @@ msgstr "_Forskyv" #: ../app/tools/gimpsheartool.c:110 -#| msgid "Shear" msgctxt "command" msgid "Shear" msgstr "Forskyv" @@ -10941,29 +10830,28 @@ msgid "Text along Path" msgstr "Tekst langs bane" -#: ../app/tools/gimptexttool.c:161 +#: ../app/tools/gimptexttool.c:162 msgid "Text Tool: Create or edit text layers" msgstr "Tekstverktøyet: Oppretter eller redigerer tekstlag" -#: ../app/tools/gimptexttool.c:162 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" msgstr "_Tekst" -#: ../app/tools/gimptexttool.c:956 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "GIMP tekstbehandlar" -#: ../app/tools/gimptexttool.c:1072 -#: ../app/tools/gimptexttool.c:1075 +#: ../app/tools/gimptexttool.c:1103 +#: ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "Bekreft tekstredigering" -#: ../app/tools/gimptexttool.c:1079 -#| msgid "Create a New Layer" +#: ../app/tools/gimptexttool.c:1110 msgid "Create _New Layer" msgstr "Opprett eit _nytt lag" -#: ../app/tools/gimptexttool.c:1103 +#: ../app/tools/gimptexttool.c:1134 msgid "" "The layer you selected is a text layer but it has been modified using other tools. Editing the layer with the text tool will discard these modifications.\n" "\n" @@ -10973,8 +10861,7 @@ "\n" "Du kan redigere laget eller oppretta eit nytt tekstlag med dette laget sine tekstinnstillingar." -#: ../app/tools/gimptexttool.c:1315 -#| msgid "Rename Text Layer" +#: ../app/tools/gimptexttool.c:1356 msgid "Reshape Text Layer" msgstr "Endre forma på tekstlaget" @@ -11349,7 +11236,6 @@ msgstr "Kunne ikkje importere banar frå «%s»: %s." #: ../app/widgets/gimpactioneditor.c:71 -#| msgid "Shear" msgid "_Search:" msgstr "_Søk:" @@ -11564,11 +11450,11 @@ msgid "Palette" msgstr "Palett" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Mindre førehandsvisingar" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Større førehandsvisingar" @@ -11952,7 +11838,7 @@ #: ../app/widgets/gimpgradienteditor.c:1002 #, c-format msgid "Luminance: %0.1f Opacity: %0.1f" -msgstr "Luminans: %0.3f Dekkevne: %0.3f" +msgstr "Luminans: %0.1f Dekkevne: %0.1f" #: ../app/widgets/gimpgradienteditor.c:1033 #, c-format @@ -11999,12 +11885,12 @@ #: ../app/widgets/gimpgradienteditor.c:1579 #, c-format msgid "Handle position: %0.4f" -msgstr "Posisjon for handtak: %0.6f" +msgstr "Posisjon for handtak: %0.4f" #: ../app/widgets/gimpgradienteditor.c:1596 #, c-format msgid "Distance: %0.4f" -msgstr "Avstand: %0.6f" +msgstr "Avstand: %0.4f" #: ../app/widgets/gimpgrideditor.c:217 msgid "Line _style:" @@ -12031,19 +11917,14 @@ msgstr "Mellomrom" #: ../app/widgets/gimphelp.c:294 -#| msgid "H_elp browser to use:" msgid "Help browser is missing" msgstr "Hjelplesaren manglar" #: ../app/widgets/gimphelp.c:295 -#| msgid "GIMP help browser" msgid "The GIMP help browser is not available." msgstr "GIMP sin hjelplesar er ikkje tilgjengeleg." #: ../app/widgets/gimphelp.c:296 -#| msgid "" -#| "The GIMP help browser plug-in appears to be missing from your " -#| "installation." msgid "The GIMP help browser plug-in appears to be missing from your installation. You may instead use the web browser for reading the help pages." msgstr "Det ser ut til at programtillegget for GIMP sin hjelplesar manglar i denne installasjonen. Du kan i staden bruke nettlesaren for å sjå hjelpsidene." @@ -12056,12 +11937,10 @@ msgstr "Fekk ikkje starta programtillegget for GIMP sin hjelplesar." #: ../app/widgets/gimphelp.c:365 -#| msgid "Web Browser" msgid "Use _Web Browser" msgstr "Bruk _nettlesar" #: ../app/widgets/gimphelp.c:614 -#| msgid "Open the GIMP user manual" msgid "GIMP user manual is missing" msgstr "Finn ikkje GIMP-handboka" @@ -12257,22 +12136,18 @@ msgstr "Vel ei innstilling frå lista" #: ../app/widgets/gimpsettingsbox.c:260 -#| msgid "Save curves settings to file" msgid "Add settings to favorites" msgstr "Legg innstillingane i favorittar" #: ../app/widgets/gimpsettingsbox.c:288 -#| msgid "Load curves settings from file" msgid "_Import Settings from File..." msgstr "_Importer innstillingane frå ei fil …" #: ../app/widgets/gimpsettingsbox.c:294 -#| msgid "_Save Error Log to File..." msgid "_Export Settings to File..." msgstr "_Eksporter innstillingane til ei fil …" #: ../app/widgets/gimpsettingsbox.c:301 -#| msgid "_Merge Palettes..." msgid "_Manage Settings..." msgstr "_Handter innstillingane …" @@ -12281,32 +12156,26 @@ msgstr "Legg innstillingane til i favorittlista" #: ../app/widgets/gimpsettingsbox.c:591 -#| msgid "Enter a name for the saved options" msgid "Enter a name for the settings" msgstr "Skriv eit namn for innstillingane" #: ../app/widgets/gimpsettingsbox.c:592 -#| msgid "Saved Options" msgid "Saved Settings" msgstr "Lagra innstillingar" #: ../app/widgets/gimpsettingsbox.c:627 -#| msgid "Re_name Saved Options" msgid "Manage Saved Settings" msgstr "Handter dei lagra innstillingane" #: ../app/widgets/gimpsettingseditor.c:174 -#| msgid "Load curves settings from file" msgid "Import settings from a file" msgstr "Importer innstillingane frå ei fil" #: ../app/widgets/gimpsettingseditor.c:183 -#| msgid "Save levels settings to file" msgid "Export the selected settings to a file" msgstr "Lagra dei markerte innstillingane til ei fil" #: ../app/widgets/gimpsettingseditor.c:192 -#| msgid "Delete the selected template" msgid "Delete the selected settings" msgstr "Slett dei markerte innstillingane" @@ -12625,12 +12494,10 @@ msgstr "Nettlesar" #: ../app/widgets/widgets-enums.c:229 -#| msgid "Histogram" msgid "Linear histogram" msgstr "Lineært histogram" #: ../app/widgets/widgets-enums.c:230 -#| msgid "Logarithmic" msgid "Logarithmic histogram" msgstr "Logaritmisk histogram" @@ -12740,7 +12607,7 @@ #: ../desktop/gimp.desktop.in.in.h:3 msgid "Image Editor" -msgstr "Biletbehandlar" +msgstr "Bilethandterar" #: ../tools/gimp-remote.c:65 msgid "Use a running GIMP only, never start a new one" diff -Nru gimp-2.6.11/po/pl.po gimp-2.6.12/po/pl.po --- gimp-2.6.11/po/pl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/pl.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,12 +1,11 @@ # translation of gimp.gimp-2-6.pl.po to Polish -# Copyright (C) 2001-2008 Free Software Foundation, Inc. +# Copyright (C) 2001-2011 Free Software Foundation, Inc. # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Aviary.pl # Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz # pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas: # gnomepl@aviary.pl # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Terminy: # drawable - obszar rysowania (warstwa, kanał, itp.) # segment @@ -32,32 +31,30 @@ # - Shear - Ścięcie? (jest już chyba gdzieś nowsze inaczej) # - "midpoint" w gradiencie = punkt pośredni - sprawdzić, czy tak już jest wszędzie # - named buffers = ??? nazwane bufory ??? -# TODO: -# s/narzędziówka/przybornik/ ??? -# s/narzędzia/przybory/ ??? +# - s/narzędziówka/przybornik/ ??? +# - s/narzędzia/przybory/ ??? msgid "" msgstr "" -"Project-Id-Version: gimp.gimp-2-6.pl\n" +"Project-Id-Version: gimp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-08 22:02+0100\n" -"PO-Revision-Date: 2009-08-18 16:09+0100\n" -"Last-Translator: Tomasz Dominikowski \n" -"Language-Team: Polish \n" +"POT-Creation-Date: 2011-08-25 19:15+0200\n" +"PO-Revision-Date: 2011-08-25 19:24+0200\n" +"Last-Translator: Piotr Drąg \n" +"Language-Team: Polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Poedit-Language: Polish\n" -"X-Poedit-Country: POLAND\n" -"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-Country: Poland\n" #: ../app/about.h:24 msgid "GIMP" msgstr "GIMP" -#: ../app/about.h:27 -#: ../desktop/gimp.desktop.in.in.h:2 +#: ../app/about.h:27 ../desktop/gimp.desktop.in.in.h:2 msgid "GNU Image Manipulation Program" msgstr "Edytor obrazów GIMP" @@ -66,141 +63,165 @@ "Copyright © 1995-2008\n" "Spencer Kimball, Peter Mattis and the GIMP Development Team" msgstr "" -"Copyright (C) 1995-2007\n" -"Spencer Kimball, Peter Mattis oraz GIMP Development Team" +"Copyright © 1995-2008\n" +"Spencer Kimball, Peter Mattis oraz Zespół programistów GIMP" #: ../app/about.h:34 msgid "" -"GIMP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n" +"GIMP is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version.\n" "\n" -"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" +"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details.\n" "\n" -"You should have received a copy of the GNU General Public License along with GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." -msgstr "" -"Program GIMP jest wolnym oprogramowaniem; można go rozprowadzać dalej i/lub modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej przez Fundację Wolnego Oprogramowania - według wersji drugiej tej Licencji lub którejś z późniejszych wersji.\n" +"You should have received a copy of the GNU General Public License along with " +"GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - " +"Suite 330, Boston, MA 02111-1307, USA." +msgstr "" +"Program GIMP jest wolnym oprogramowaniem; można go rozprowadzać dalej i/lub " +"modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej przez " +"Fundację Wolnego Oprogramowania - według wersji drugiej tej Licencji lub " +"którejś z późniejszych wersji.\n" "\n" -" Niniejszy program rozpowszechniany jest z nadzieją, iż będzie on użyteczny - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania bliższych informacji należy zapoznać się z Powszechną Licencją Publiczną GNU. \n" +" Niniejszy program rozpowszechniany jest z nadzieją, iż będzie on użyteczny " +"- jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI " +"HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania " +"bliższych informacji należy zapoznać się z Powszechną Licencją Publiczną " +"GNU. \n" "\n" -"Z pewnością wraz z niniejszym programem dostarczono także egzemplarz Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie - proszę napisać do Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +"Z pewnością wraz z niniejszym programem dostarczono także egzemplarz " +"Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie " +"- proszę napisać do Free Software Foundation, Inc., 59 Temple Place - " +"Suite 330, Boston, MA 02111-1307, USA." #: ../app/app.c:214 #, c-format msgid "" "Unable to open a test swap file.\n" "\n" -"To avoid data loss, please check the location and permissions of the swap directory defined in your Preferences (currently \"%s\")." +"To avoid data loss, please check the location and permissions of the swap " +"directory defined in your Preferences (currently \"%s\")." msgstr "" "Nie można otworzyć testowego pliku wymiany.\n" "\n" -"Aby zapobiec utracie danych, zweryfikuj położenie oraz uprawnienia katalogu wymiany zdefiniowanego w preferencjach programu (aktualnie jest to \"%s\")." +"Aby zapobiec utracie danych, zweryfikuj położenie oraz uprawnienia katalogu " +"wymiany zdefiniowanego w preferencjach programu (aktualnie jest to \"%s\")." #: ../app/batch.c:75 #, c-format msgid "No batch interpreter specified, using the default '%s'.\n" -msgstr "Nie ustawiono interpretera poleceń wsadowych, użyty zostanie domyślny \"%s\". \n" +msgstr "" +"Nie ustawiono interpretera poleceń wsadowych, użyty zostanie domyślny \"%s" +"\". \n" -#: ../app/batch.c:93 -#: ../app/batch.c:111 +#: ../app/batch.c:93 ../app/batch.c:111 #, c-format msgid "The batch interpreter '%s' is not available. Batch mode disabled." -msgstr "Interpreter poleceń wsadowych \"%s\" nie jest dostępny, wyłączono tryb wsadowy." +msgstr "" +"Interpreter poleceń wsadowych \"%s\" nie jest dostępny, wyłączono tryb " +"wsadowy." -#: ../app/main.c:144 -#: ../tools/gimp-remote.c:60 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "Wyświetla informację o wersji i wychodzi" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" msgstr "Wyświetla informację o licencji i wychodzi" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Wyświetla dodatkowe informacje" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Uruchamia nową kopię programu GIMP" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "Otwiera obraz jako nowy" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "Uruchamia bez interfejsu użytkownika" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "Nie wczytuje pędzli, gradientów, deseni, ..." -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "Nie wczytuje żadnych czcionek" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" msgstr "Nie wyświetla okna startowego" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" msgstr "Nie wykorzystuje pamięci dzielonej pomiędzy programem GIMP a wtyczkami" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" -msgstr "Nie wykorzystuje specjalnych instrukcji procesora przyśpieszających działanie" +msgstr "" +"Nie wykorzystuje specjalnych instrukcji procesora przyśpieszających działanie" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "Wykorzystuje alternatywny plik sessionrc" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "Wykorzystuje alternatywny plik gimprc użytkownika" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "Wykorzystuje alternatywny systemowy plik gimprc" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" msgstr "Polecenie wsadowe do uruchomienia (może być używane wielokrotnie)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" msgstr "Procedura do polecenia procesu wsadowego z" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "Wyświetla ostrzeżenia w konsoli zamiast wyświetlać w oknie dialogowym" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "Tryb kompatybilności PDB (off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" -msgstr "Debuguj w przypadku nieoczekiwanego zamknięcia programu (nigdy|pytaj|zawsze)" +msgstr "" +"Debuguj w przypadku nieoczekiwanego zamknięcia programu (nigdy|pytaj|zawsze)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "Aktywuje obsługę analizowania błędów przy mniej groźnych sygnałach" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "Traktuje wszystkie ostrzeżenia poważnie" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Wypisuje plik gimprc z ustawieniami domyślnymi" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[PLIK|URI...]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." @@ -208,44 +229,54 @@ "Program GIMP nie może zainicjować interfejsu graficznego.\n" "Upewnij się, że ustawienie środowiska wyświetlania jest poprawne." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." msgstr "Inny program GIMP jest już uruchomiony." -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." -msgstr "Wyjście programu GIMP. Należy wprowadzić dowolny znak, aby zamknąć okno." +msgstr "" +"Wyjście programu GIMP. Należy wprowadzić dowolny znak, aby zamknąć okno." -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" msgstr "(Wprowadzenie dowolnego znaku zamyka okno)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." -msgstr "Wyjście programu GIMP. Można zminimalizować okno, lecz nie należy go zamykać." +msgstr "" +"Wyjście programu GIMP. Można zminimalizować okno, lecz nie należy go zamykać." -#: ../app/sanity.c:342 +#: ../app/sanity.c:365 #, c-format msgid "" "The configured filename encoding cannot be converted to UTF-8: %s\n" "\n" "Please check the value of the environment variable G_FILENAME_ENCODING." msgstr "" -"Nie można dokonać konwersji z ustawionego kodowania nazw plików na kodowanie UTF-8: %s\n" +"Nie można dokonać konwersji z ustawionego kodowania nazw plików na kodowanie " +"UTF-8: %s\n" "\n" "Sprawdź wartość zmiennej środowiskowej o nazwie G_FILENAME_ENCODING." -#: ../app/sanity.c:361 +#: ../app/sanity.c:384 #, c-format msgid "" -"The name of the directory holding the GIMP user configuration cannot be converted to UTF-8: %s\n" +"The name of the directory holding the GIMP user configuration cannot be " +"converted to UTF-8: %s\n" "\n" -"Your filesystem probably stores files in an encoding other than UTF-8 and you didn't tell GLib about this. Please set the environment variable G_FILENAME_ENCODING." +"Your filesystem probably stores files in an encoding other than UTF-8 and " +"you didn't tell GLib about this. Please set the environment variable " +"G_FILENAME_ENCODING." msgstr "" -"Nie można przekonwertować na kodowanie UTF-8 nazwy katalogu przechowującego konfigurację użytkownika programu GIMP: %s\n" +"Nie można przekonwertować na kodowanie UTF-8 nazwy katalogu przechowującego " +"konfigurację użytkownika programu GIMP: %s\n" "\n" -"Prawdopodobnie nazwy plików zapisane w systemie plików oparto na kodowaniu innym niż UTF-8, a jednocześnie nie udostępniono programom wykorzystującym bibliotekę GLib informacji o tym kodowaniu. Aby to zrobić, należy ustawić odpowiednio zmienną środowiskową G_FILENAME_ENCODING." +"Prawdopodobnie nazwy plików zapisane w systemie plików oparto na kodowaniu " +"innym niż UTF-8, a jednocześnie nie udostępniono programom wykorzystującym " +"bibliotekę GLib informacji o tym kodowaniu. Aby to zrobić, należy ustawić " +"odpowiednio zmienną środowiskową G_FILENAME_ENCODING." #. show versions of libraries used by GIMP #: ../app/version.c:64 @@ -253,39 +284,31 @@ msgid "using %s version %s (compiled against version %s)" msgstr "%s używa wersji %s (skompilowano wersję %s)" -#: ../app/version.c:127 -#: ../tools/gimp-remote.c:95 +#: ../app/version.c:127 ../tools/gimp-remote.c:95 #, c-format msgid "%s version %s" msgstr "%s wersja %s" -#: ../app/actions/actions.c:101 -#: ../app/actions/dialogs-actions.c:123 -#: ../app/dialogs/dialogs.c:224 -#: ../app/widgets/gimpbrusheditor.c:90 +#: ../app/actions/actions.c:101 ../app/actions/dialogs-actions.c:123 +#: ../app/dialogs/dialogs.c:224 ../app/widgets/gimpbrusheditor.c:90 msgid "Brush Editor" msgstr "Edytor pędzli" #. initialize the list of gimp brushes -#: ../app/actions/actions.c:104 -#: ../app/core/gimp.c:838 -#: ../app/dialogs/dialogs.c:157 -#: ../app/dialogs/preferences-dialog.c:2738 +#: ../app/actions/actions.c:104 ../app/core/gimp.c:838 +#: ../app/dialogs/dialogs.c:157 ../app/dialogs/preferences-dialog.c:2744 msgid "Brushes" msgstr "Pędzle" -#: ../app/actions/actions.c:107 -#: ../app/dialogs/dialogs.c:169 +#: ../app/actions/actions.c:107 ../app/dialogs/dialogs.c:169 msgid "Buffers" msgstr "Bufory" -#: ../app/actions/actions.c:110 -#: ../app/dialogs/dialogs.c:182 +#: ../app/actions/actions.c:110 ../app/dialogs/dialogs.c:182 msgid "Channels" msgstr "Kanały" -#: ../app/actions/actions.c:113 -#: ../app/dialogs/convert-dialog.c:174 +#: ../app/actions/actions.c:113 ../app/dialogs/convert-dialog.c:174 #: ../app/dialogs/dialogs.c:190 msgid "Colormap" msgstr "Paleta kolorów" @@ -298,8 +321,7 @@ msgid "Context" msgstr "Kontekst" -#: ../app/actions/actions.c:122 -#: ../app/dialogs/dialogs.c:150 +#: ../app/actions/actions.c:122 ../app/dialogs/dialogs.c:150 msgid "Pointer Information" msgstr "Informacje o wskaźniku" @@ -320,9 +342,8 @@ msgstr "Element dokowalny" #. Document History -#: ../app/actions/actions.c:137 -#: ../app/dialogs/dialogs.c:171 -#: ../app/dialogs/preferences-dialog.c:1589 +#: ../app/actions/actions.c:137 ../app/dialogs/dialogs.c:171 +#: ../app/dialogs/preferences-dialog.c:1595 msgid "Document History" msgstr "Historia dokumentów" @@ -330,13 +351,11 @@ msgid "Drawable" msgstr "Obszar rysowania" -#: ../app/actions/actions.c:143 -#: ../app/tools/tools-enums.c:300 +#: ../app/actions/actions.c:143 ../app/tools/tools-enums.c:300 msgid "Edit" msgstr "Edycja" -#: ../app/actions/actions.c:146 -#: ../app/dialogs/dialogs.c:146 +#: ../app/actions/actions.c:146 ../app/dialogs/dialogs.c:146 msgid "Error Console" msgstr "Konsola błędów" @@ -344,24 +363,19 @@ msgid "File" msgstr "Plik" -#: ../app/actions/actions.c:152 -#: ../app/dialogs/dialogs.c:165 -#: ../app/dialogs/preferences-dialog.c:2754 +#: ../app/actions/actions.c:152 ../app/dialogs/dialogs.c:165 +#: ../app/dialogs/preferences-dialog.c:2760 msgid "Fonts" msgstr "Czcionki" -#: ../app/actions/actions.c:155 -#: ../app/actions/dialogs-actions.c:141 -#: ../app/dialogs/dialogs.c:228 -#: ../app/widgets/gimpgradienteditor.c:276 +#: ../app/actions/actions.c:155 ../app/actions/dialogs-actions.c:141 +#: ../app/dialogs/dialogs.c:228 ../app/widgets/gimpgradienteditor.c:276 msgid "Gradient Editor" msgstr "Edytor gradientów" #. initialize the list of gimp gradients -#: ../app/actions/actions.c:158 -#: ../app/core/gimp.c:850 -#: ../app/dialogs/dialogs.c:161 -#: ../app/dialogs/preferences-dialog.c:2750 +#: ../app/actions/actions.c:158 ../app/core/gimp.c:850 +#: ../app/dialogs/dialogs.c:161 ../app/dialogs/preferences-dialog.c:2756 msgid "Gradients" msgstr "Gradienty" @@ -369,60 +383,48 @@ msgid "Help" msgstr "Pomoc" -#: ../app/actions/actions.c:164 -#: ../app/core/core-enums.c:212 +#: ../app/actions/actions.c:164 ../app/core/core-enums.c:212 #: ../app/tools/tools-enums.c:242 msgid "Image" msgstr "Obraz" #. list & grid views -#: ../app/actions/actions.c:167 -#: ../app/dialogs/dialogs.c:155 +#: ../app/actions/actions.c:167 ../app/dialogs/dialogs.c:155 msgid "Images" msgstr "Obrazy" -#: ../app/actions/actions.c:170 -#: ../app/dialogs/dialogs.c:178 +#: ../app/actions/actions.c:170 ../app/dialogs/dialogs.c:178 #: ../app/dialogs/resize-dialog.c:286 msgid "Layers" msgstr "Warstwy" -#: ../app/actions/actions.c:173 -#: ../app/actions/dialogs-actions.c:153 -#: ../app/dialogs/dialogs.c:232 -#: ../app/widgets/gimppaletteeditor.c:155 +#: ../app/actions/actions.c:173 ../app/actions/dialogs-actions.c:153 +#: ../app/dialogs/dialogs.c:232 ../app/widgets/gimppaletteeditor.c:155 msgid "Palette Editor" msgstr "Edytor palety" #. initialize the list of gimp palettes -#: ../app/actions/actions.c:176 -#: ../app/core/gimp.c:846 -#: ../app/dialogs/dialogs.c:163 -#: ../app/dialogs/preferences-dialog.c:2746 +#: ../app/actions/actions.c:176 ../app/core/gimp.c:846 +#: ../app/dialogs/dialogs.c:163 ../app/dialogs/preferences-dialog.c:2752 msgid "Palettes" msgstr "Palety" #. initialize the list of gimp patterns -#: ../app/actions/actions.c:179 -#: ../app/core/gimp.c:842 -#: ../app/dialogs/dialogs.c:159 -#: ../app/dialogs/preferences-dialog.c:2742 +#: ../app/actions/actions.c:179 ../app/core/gimp.c:842 +#: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2748 msgid "Patterns" msgstr "Desenie" -#: ../app/actions/actions.c:182 -#: ../app/dialogs/preferences-dialog.c:2758 +#: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-Ins" msgstr "Wtyczki" -#: ../app/actions/actions.c:185 -#: ../app/core/core-enums.c:860 +#: ../app/actions/actions.c:185 ../app/core/core-enums.c:860 #: ../app/core/gimpchannel.c:362 msgid "Quick Mask" msgstr "Szybka maska" -#: ../app/actions/actions.c:188 -#: ../app/dialogs/dialogs.c:206 +#: ../app/actions/actions.c:188 ../app/dialogs/dialogs.c:206 msgid "Sample Points" msgstr "Punkty wzorcowe" @@ -431,8 +433,7 @@ msgstr "Zaznaczenie" #. initialize the template list -#: ../app/actions/actions.c:194 -#: ../app/core/gimp.c:859 +#: ../app/actions/actions.c:194 ../app/core/gimp.c:859 #: ../app/dialogs/dialogs.c:173 msgid "Templates" msgstr "Szablony" @@ -441,20 +442,16 @@ msgid "Text Editor" msgstr "Edytor tekstowy" -#: ../app/actions/actions.c:200 -#: ../app/dialogs/dialogs.c:138 -#: ../app/dialogs/preferences-dialog.c:1874 -#: ../app/gui/gui.c:423 +#: ../app/actions/actions.c:200 ../app/dialogs/dialogs.c:138 +#: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:429 msgid "Tool Options" msgstr "Opcje narzędzia" -#: ../app/actions/actions.c:203 -#: ../app/dialogs/dialogs.c:167 +#: ../app/actions/actions.c:203 ../app/dialogs/dialogs.c:167 msgid "Tools" msgstr "Narzędzia" -#: ../app/actions/actions.c:206 -#: ../app/dialogs/dialogs.c:186 +#: ../app/actions/actions.c:206 ../app/dialogs/dialogs.c:186 #: ../app/tools/gimpvectortool.c:160 msgid "Paths" msgstr "Ścieżki" @@ -655,8 +652,7 @@ msgid "Replace the selection with this channel" msgstr "Zamienia zaznaczenie na kanał" -#: ../app/actions/channels-actions.c:111 -#: ../app/actions/layers-actions.c:266 +#: ../app/actions/channels-actions.c:111 ../app/actions/layers-actions.c:266 #: ../app/actions/vectors-actions.c:173 msgid "_Add to Selection" msgstr "Dod_aj do zaznaczenia" @@ -665,10 +661,8 @@ msgid "Add this channel to the current selection" msgstr "Dodaj bieżący kanał do bieżącego zaznaczenia" -#: ../app/actions/channels-actions.c:117 -#: ../app/actions/layers-actions.c:272 -#: ../app/actions/layers-actions.c:299 -#: ../app/actions/layers-actions.c:326 +#: ../app/actions/channels-actions.c:117 ../app/actions/layers-actions.c:272 +#: ../app/actions/layers-actions.c:299 ../app/actions/layers-actions.c:326 #: ../app/actions/vectors-actions.c:179 msgid "_Subtract from Selection" msgstr "Od_ejmij od zaznaczenia" @@ -677,10 +671,8 @@ msgid "Subtract this channel from the current selection" msgstr "Odejmuje ten kanał od bieżącego zaznaczenia" -#: ../app/actions/channels-actions.c:123 -#: ../app/actions/layers-actions.c:278 -#: ../app/actions/layers-actions.c:305 -#: ../app/actions/layers-actions.c:332 +#: ../app/actions/channels-actions.c:123 ../app/actions/layers-actions.c:278 +#: ../app/actions/layers-actions.c:305 ../app/actions/layers-actions.c:332 #: ../app/actions/vectors-actions.c:185 msgid "_Intersect with Selection" msgstr "Prze_tnij z zaznaczeniem" @@ -724,18 +716,15 @@ msgstr "Kolor nowego kanału" #: ../app/actions/channels-commands.c:243 -#: ../app/display/gimpdisplayshell-dnd.c:584 +#: ../app/display/gimpdisplayshell-dnd.c:603 #: ../app/widgets/gimpchanneltreeview.c:249 -#: ../app/widgets/gimplayertreeview.c:773 -#: ../app/widgets/gimptoolbox-dnd.c:313 +#: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:313 #, c-format msgid "%s Channel Copy" msgstr "Kopia kanału %s" -#: ../app/actions/channels-commands.c:307 -#: ../app/core/gimpselection.c:549 -#: ../app/pdb/selection-cmds.c:454 -#: ../app/pdb/selection-cmds.c:521 +#: ../app/actions/channels-commands.c:307 ../app/core/gimpselection.c:549 +#: ../app/pdb/selection-cmds.c:454 ../app/pdb/selection-cmds.c:521 msgid "Channel to Selection" msgstr "Kanał na zaznaczenie" @@ -792,13 +781,11 @@ msgid "_Context" msgstr "_Kontekst" -#: ../app/actions/context-actions.c:47 -#: ../app/actions/image-actions.c:59 +#: ../app/actions/context-actions.c:47 ../app/actions/image-actions.c:59 msgid "_Colors" msgstr "_Kolory" -#: ../app/actions/context-actions.c:48 -#: ../app/actions/layers-actions.c:58 +#: ../app/actions/context-actions.c:48 ../app/actions/layers-actions.c:58 msgid "_Opacity" msgstr "K_rycie" @@ -811,13 +798,12 @@ msgstr "_Narzędzie" #: ../app/actions/context-actions.c:51 -#: ../app/dialogs/preferences-dialog.c:1934 +#: ../app/dialogs/preferences-dialog.c:1940 msgid "_Brush" msgstr "_Pędzel" -#: ../app/actions/context-actions.c:52 -#: ../app/actions/plug-in-actions.c:99 -#: ../app/dialogs/preferences-dialog.c:1937 +#: ../app/actions/context-actions.c:52 ../app/actions/plug-in-actions.c:99 +#: ../app/dialogs/preferences-dialog.c:1943 msgid "_Pattern" msgstr "_Deseń" @@ -827,7 +813,7 @@ #: ../app/actions/context-actions.c:54 #: ../app/dialogs/palette-import-dialog.c:216 -#: ../app/dialogs/preferences-dialog.c:1940 +#: ../app/dialogs/preferences-dialog.c:1946 msgid "_Gradient" msgstr "_Gradient" @@ -891,17 +877,14 @@ msgstr "Próbkuje wszystkie warstwy" # c-format -#: ../app/actions/data-commands.c:107 -#: ../app/actions/documents-commands.c:342 -#: ../app/actions/file-commands.c:184 -#: ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 -#: ../app/display/gimpdisplayshell-dnd.c:537 -#: ../app/widgets/gimplayertreeview.c:730 -#: ../app/widgets/gimptoolbox-dnd.c:158 -#: ../app/widgets/gimptoolbox.c:979 +#: ../app/display/gimpdisplayshell-dnd.c:556 +#: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:158 +#: ../app/widgets/gimptoolbox.c:981 #, c-format msgid "" "Opening '%s' failed:\n" @@ -913,14 +896,10 @@ "%s" #: ../app/actions/data-commands.c:133 -#: ../app/core/gimpbrushgenerated-load.c:125 -#: ../app/core/gimpimage.c:1419 -#: ../app/core/gimppalette-import.c:211 -#: ../app/core/gimppalette-load.c:222 -#: ../app/core/gimppalette.c:333 -#: ../app/dialogs/palette-import-dialog.c:774 -#: ../app/pdb/image-cmds.c:2198 -#: ../app/widgets/gimpdnd-xds.c:92 +#: ../app/core/gimpbrushgenerated-load.c:125 ../app/core/gimpimage.c:1419 +#: ../app/core/gimppalette-import.c:211 ../app/core/gimppalette-load.c:222 +#: ../app/core/gimppalette.c:333 ../app/dialogs/palette-import-dialog.c:774 +#: ../app/pdb/image-cmds.c:2198 ../app/widgets/gimpdnd-xds.c:92 msgid "Untitled" msgstr "Bez nazwy" @@ -935,7 +914,8 @@ #: ../app/actions/data-commands.c:257 #, c-format -msgid "Are you sure you want to remove '%s' from the list and delete it on disk?" +msgid "" +"Are you sure you want to remove '%s' from the list and delete it on disk?" msgstr "Czy na pewno usunąć \"%s\" z listy i z dysku?" #: ../app/actions/dialogs-actions.c:39 @@ -1018,8 +998,7 @@ msgid "Open the undo history dialog" msgstr "Otwiera okno historii cofnięć" -#: ../app/actions/dialogs-actions.c:99 -#: ../app/dialogs/dialogs.c:150 +#: ../app/actions/dialogs-actions.c:99 ../app/dialogs/dialogs.c:150 msgid "Pointer" msgstr "Wskaźnik" @@ -1179,9 +1158,8 @@ msgid "_About" msgstr "_O programie" -#: ../app/actions/dialogs-actions.c:231 -#: ../app/dialogs/about-dialog.c:114 -#: ../app/gui/gui.c:473 +#: ../app/actions/dialogs-actions.c:231 ../app/dialogs/about-dialog.c:114 +#: ../app/gui/gui.c:479 msgid "About GIMP" msgstr "Informacje o programie GIMP" @@ -1193,13 +1171,11 @@ msgid "Close Dock" msgstr "Zamknij dok" -#: ../app/actions/dock-actions.c:52 -#: ../app/actions/view-actions.c:123 +#: ../app/actions/dock-actions.c:52 ../app/actions/view-actions.c:123 msgid "_Open Display..." msgstr "_Otwórz wyświetlanie..." -#: ../app/actions/dock-actions.c:53 -#: ../app/actions/view-actions.c:124 +#: ../app/actions/dock-actions.c:53 ../app/actions/view-actions.c:124 msgid "Connect to another display" msgstr "Łączy z innym wyświetlaniem" @@ -1396,8 +1372,12 @@ msgstr "Wyczyścić całą historię dokumentów?" #: ../app/actions/documents-commands.c:224 -msgid "Clearing the document history will permanently remove all items from the recent documents list in all applications." -msgstr "Czyszczenie historii dokumentów, trwale usunie wszystkie pozycje ostatnio używanych dokumentów." +msgid "" +"Clearing the document history will permanently remove all items from the " +"recent documents list in all applications." +msgstr "" +"Czyszczenie historii dokumentów, trwale usunie wszystkie pozycje ostatnio " +"używanych dokumentów." #: ../app/actions/drawable-actions.c:45 msgid "_Equalize" @@ -1431,8 +1411,7 @@ msgid "Shift the pixels, optionally wrapping them at the borders" msgstr "Przesuwa piksele, opcjonalnie otaczając je ramkami" -#: ../app/actions/drawable-actions.c:72 -#: ../app/actions/vectors-actions.c:153 +#: ../app/actions/drawable-actions.c:72 ../app/actions/vectors-actions.c:153 msgid "_Linked" msgstr "_Dowiązany" @@ -1440,8 +1419,7 @@ msgid "Toggle the linked state" msgstr "Przełącza stan dowiązania" -#: ../app/actions/drawable-actions.c:79 -#: ../app/actions/vectors-actions.c:147 +#: ../app/actions/drawable-actions.c:79 ../app/actions/vectors-actions.c:147 msgid "_Visible" msgstr "_Widoczny" @@ -1449,8 +1427,7 @@ msgid "Toggle visibility" msgstr "Przełącza widoczność" -#: ../app/actions/drawable-actions.c:89 -#: ../app/actions/image-actions.c:159 +#: ../app/actions/drawable-actions.c:89 ../app/actions/image-actions.c:159 msgid "Flip _Horizontally" msgstr "Odbij po_ziomo" @@ -1458,8 +1435,7 @@ msgid "Flip horizontally" msgstr "Odbija poziomo" -#: ../app/actions/drawable-actions.c:95 -#: ../app/actions/image-actions.c:165 +#: ../app/actions/drawable-actions.c:95 ../app/actions/image-actions.c:165 msgid "Flip _Vertically" msgstr "Odbij p_ionowo" @@ -1467,8 +1443,7 @@ msgid "Flip vertically" msgstr "Odbija pionowo" -#: ../app/actions/drawable-actions.c:104 -#: ../app/actions/image-actions.c:174 +#: ../app/actions/drawable-actions.c:104 ../app/actions/image-actions.c:174 msgid "Rotate 90° _clockwise" msgstr "Obróć o 90° w _prawo" @@ -1476,8 +1451,7 @@ msgid "Rotate 90 degrees to the right" msgstr "Obraca o 90 stopni w zgodnie z ruchem wskazówek zegara" -#: ../app/actions/drawable-actions.c:110 -#: ../app/actions/image-actions.c:180 +#: ../app/actions/drawable-actions.c:110 ../app/actions/image-actions.c:180 msgid "Rotate _180°" msgstr "Obróć o _180°" @@ -1485,8 +1459,7 @@ msgid "Turn upside-down" msgstr "Odwraca do góry nogami" -#: ../app/actions/drawable-actions.c:116 -#: ../app/actions/image-actions.c:186 +#: ../app/actions/drawable-actions.c:116 ../app/actions/image-actions.c:186 msgid "Rotate 90° counter-clock_wise" msgstr "Obróć o 90° w _lewo" @@ -1522,8 +1495,7 @@ msgid "Undo History Menu" msgstr "Menu historii operacji" -#: ../app/actions/edit-actions.c:72 -#: ../app/actions/edit-actions.c:313 +#: ../app/actions/edit-actions.c:72 ../app/actions/edit-actions.c:313 msgid "_Undo" msgstr "Cof_nij" @@ -1531,8 +1503,7 @@ msgid "Undo the last operation" msgstr "Cofa ostatnia operację" -#: ../app/actions/edit-actions.c:78 -#: ../app/actions/edit-actions.c:314 +#: ../app/actions/edit-actions.c:78 ../app/actions/edit-actions.c:314 msgid "_Redo" msgstr "P_onów" @@ -1564,8 +1535,7 @@ msgid "Remove all operations from the undo history" msgstr "Usuwa wszystkie pozycje z historii dokumentów" -#: ../app/actions/edit-actions.c:102 -#: ../app/actions/edit-actions.c:315 +#: ../app/actions/edit-actions.c:102 ../app/actions/edit-actions.c:315 msgid "_Fade..." msgstr "_Zanikanie..." @@ -1618,8 +1588,7 @@ msgid "From _Clipboard" msgstr "Ze _schowka" -#: ../app/actions/edit-actions.c:139 -#: ../app/actions/edit-actions.c:145 +#: ../app/actions/edit-actions.c:139 ../app/actions/edit-actions.c:145 msgid "Create a new image from the content of the clipboard" msgstr "Tworzy nowy obraz z zawartości schowka" @@ -1732,21 +1701,17 @@ msgid "Cut pixels to the clipboard" msgstr "Wycięto piksele do schowka" -#: ../app/actions/edit-commands.c:228 -#: ../app/actions/edit-commands.c:254 +#: ../app/actions/edit-commands.c:228 ../app/actions/edit-commands.c:254 msgid "Copied pixels to the clipboard" msgstr "Skopiowano piksele do schowka" -#: ../app/actions/edit-commands.c:315 -#: ../app/actions/edit-commands.c:349 +#: ../app/actions/edit-commands.c:315 ../app/actions/edit-commands.c:349 #: ../app/actions/edit-commands.c:525 msgid "There is no image data in the clipboard to paste." msgstr "Nie ma danych obrazu w schowku do wklejenia." -#: ../app/actions/edit-commands.c:338 -#: ../app/core/gimpbrushclipboard.c:181 -#: ../app/core/gimppatternclipboard.c:181 -#: ../app/widgets/gimpclipboard.c:296 +#: ../app/actions/edit-commands.c:338 ../app/core/gimpbrushclipboard.c:181 +#: ../app/core/gimppatternclipboard.c:181 ../app/widgets/gimpclipboard.c:296 msgid "Clipboard" msgstr "Schowek" @@ -1754,8 +1719,7 @@ msgid "Cut Named" msgstr "Wytnij nazwany" -#: ../app/actions/edit-commands.c:366 -#: ../app/actions/edit-commands.c:407 +#: ../app/actions/edit-commands.c:366 ../app/actions/edit-commands.c:407 #: ../app/actions/edit-commands.c:427 msgid "Enter a name for this buffer" msgstr "Wprowadź nazwę bufora" @@ -1772,8 +1736,7 @@ msgid "There is no active layer or channel to cut from." msgstr "Brak aktywnej warstwy lub kanału, z którego można wyciąć." -#: ../app/actions/edit-commands.c:547 -#: ../app/actions/edit-commands.c:579 +#: ../app/actions/edit-commands.c:547 ../app/actions/edit-commands.c:579 #: ../app/actions/edit-commands.c:603 msgid "(Unnamed Buffer)" msgstr "(Bufor bez nazwy)" @@ -1938,8 +1901,7 @@ msgid "Save this image and close its window" msgstr "Zapisuje bieżący obraz i zamyka okno" -#: ../app/actions/file-commands.c:104 -#: ../app/actions/file-commands.c:456 +#: ../app/actions/file-commands.c:104 ../app/actions/file-commands.c:456 #: ../app/dialogs/file-open-dialog.c:76 msgid "Open Image" msgstr "Otwarcie obrazu" @@ -1952,8 +1914,7 @@ msgid "Saving canceled" msgstr "Zapisywanie anulowane" -#: ../app/actions/file-commands.c:275 -#: ../app/dialogs/file-save-dialog.c:513 +#: ../app/actions/file-commands.c:275 ../app/dialogs/file-save-dialog.c:513 #: ../app/widgets/gimpdnd-xds.c:173 #, c-format msgid "" @@ -1969,8 +1930,7 @@ msgid "No changes need to be saved" msgstr "Nie znaleziono zmian" -#: ../app/actions/file-commands.c:307 -#: ../app/dialogs/file-save-dialog.c:88 +#: ../app/actions/file-commands.c:307 ../app/dialogs/file-save-dialog.c:88 msgid "Save Image" msgstr "Zapis obrazu" @@ -2000,8 +1960,12 @@ msgstr "Czy przywrócić \"%s\" do wersji \"%s\"?" #: ../app/actions/file-commands.c:408 -msgid "By reverting the image to the state saved on disk, you will lose all changes, including all undo information." -msgstr "Przywrócenie obrazu do stanu zapisanego w pliku spowoduje utratę wszystkich dokonanych w nim zmian, wraz z informacjami o historii operacji." +msgid "" +"By reverting the image to the state saved on disk, you will lose all " +"changes, including all undo information." +msgstr "" +"Przywrócenie obrazu do stanu zapisanego w pliku spowoduje utratę wszystkich " +"dokonanych w nim zmian, wraz z informacjami o historii operacji." #: ../app/actions/file-commands.c:563 msgid "(Unnamed Template)" @@ -2173,8 +2137,7 @@ #: ../app/actions/gradient-editor-actions.c:371 #: ../app/actions/palette-editor-actions.c:88 -#: ../app/actions/view-actions.c:262 -#: ../app/actions/view-actions.c:274 +#: ../app/actions/view-actions.c:262 ../app/actions/view-actions.c:274 msgid "Zoom in" msgstr "Powiększenie" @@ -2185,8 +2148,7 @@ #: ../app/actions/gradient-editor-actions.c:377 #: ../app/actions/palette-editor-actions.c:94 -#: ../app/actions/view-actions.c:256 -#: ../app/actions/view-actions.c:268 +#: ../app/actions/view-actions.c:256 ../app/actions/view-actions.c:268 msgid "Zoom out" msgstr "Zmniejszenie" @@ -2430,8 +2392,7 @@ msgid "Save '%s' as POV-Ray" msgstr "Zapis \"%s\" w formacie POV-Ray" -#: ../app/actions/help-actions.c:38 -#: ../app/actions/help-actions.c:41 +#: ../app/actions/help-actions.c:38 ../app/actions/help-actions.c:41 msgid "_Help" msgstr "Pomo_c" @@ -2447,8 +2408,7 @@ msgid "Show the help for a specific user interface item" msgstr "Wyświetla pomoc określonego przez użytkownika obiektu" -#: ../app/actions/image-actions.c:47 -#: ../app/actions/image-actions.c:51 +#: ../app/actions/image-actions.c:47 ../app/actions/image-actions.c:51 msgid "Image Menu" msgstr "Menu obrazu" @@ -2460,8 +2420,7 @@ msgid "_Mode" msgstr "_Tryb" -#: ../app/actions/image-actions.c:56 -#: ../app/actions/layers-actions.c:56 +#: ../app/actions/image-actions.c:56 ../app/actions/layers-actions.c:56 msgid "_Transform" msgstr "Prze_kształcenie" @@ -2473,14 +2432,12 @@ msgid "I_nfo" msgstr "I_nformacje" -#: ../app/actions/image-actions.c:61 -#: ../app/tools/gimplevelstool.c:653 +#: ../app/actions/image-actions.c:61 ../app/tools/gimplevelstool.c:653 #: ../app/tools/gimpthresholdtool.c:264 msgid "_Auto" msgstr "_Automatycznie" -#: ../app/actions/image-actions.c:62 -#: ../app/actions/plug-in-actions.c:95 +#: ../app/actions/image-actions.c:62 ../app/actions/plug-in-actions.c:95 msgid "_Map" msgstr "O_dwzorowania" @@ -2536,8 +2493,7 @@ msgid "Change the size of the image content" msgstr "Zmienia rozmiar zawartości obrazu" -#: ../app/actions/image-actions.c:102 -#: ../app/actions/layers-actions.c:188 +#: ../app/actions/image-actions.c:102 ../app/actions/layers-actions.c:188 msgid "_Crop to Selection" msgstr "_Kadruj według zaznaczenia" @@ -2557,18 +2513,15 @@ msgid "Merge Visible _Layers..." msgstr "_Połącz widoczne warstwy..." -#: ../app/actions/image-actions.c:115 -#: ../app/actions/layers-actions.c:141 +#: ../app/actions/image-actions.c:115 ../app/actions/layers-actions.c:141 msgid "Merge all visible layers into one layer" msgstr "Łączy wszystkie widoczne warstwy w jedną" -#: ../app/actions/image-actions.c:120 -#: ../app/actions/layers-actions.c:146 +#: ../app/actions/image-actions.c:120 ../app/actions/layers-actions.c:146 msgid "_Flatten Image" msgstr "Spłasz_cz obraz" -#: ../app/actions/image-actions.c:121 -#: ../app/actions/layers-actions.c:147 +#: ../app/actions/image-actions.c:121 ../app/actions/layers-actions.c:147 msgid "Merge all layers into one and remove transparency" msgstr "Łączy wszystkie widoczne warstwy w jedną i usuwa przezroczystość" @@ -2632,8 +2585,7 @@ msgid "Set Image Canvas Size" msgstr "Ustawienie wymiarów płótna obrazu" -#: ../app/actions/image-commands.c:261 -#: ../app/actions/image-commands.c:282 +#: ../app/actions/image-commands.c:261 ../app/actions/image-commands.c:282 #: ../app/actions/image-commands.c:559 msgid "Resizing" msgstr "Zmienianie wymiarów" @@ -2650,38 +2602,31 @@ #: ../app/actions/image-commands.c:383 #: ../app/pdb/drawable-transform-cmds.c:525 -#: ../app/pdb/drawable-transform-cmds.c:604 -#: ../app/pdb/image-cmds.c:533 -#: ../app/pdb/transform-tools-cmds.c:215 -#: ../app/tools/gimprotatetool.c:122 +#: ../app/pdb/drawable-transform-cmds.c:604 ../app/pdb/image-cmds.c:533 +#: ../app/pdb/transform-tools-cmds.c:215 ../app/tools/gimprotatetool.c:122 msgid "Rotating" msgstr "Obracanie" -#: ../app/actions/image-commands.c:408 -#: ../app/actions/layers-commands.c:639 +#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." -msgstr "Nie można przeprowadzić kadrowania, gdyż bieżące zaznaczenie jest puste." +msgstr "" +"Nie można przeprowadzić kadrowania, gdyż bieżące zaznaczenie jest puste." #: ../app/actions/image-commands.c:606 msgid "Change Print Size" msgstr "Zmień rozmiar wydruku" -#: ../app/actions/image-commands.c:647 -#: ../app/core/gimpimage-scale.c:82 +#: ../app/actions/image-commands.c:647 ../app/core/gimpimage-scale.c:82 msgid "Scale Image" msgstr "Skalowanie obrazu" #. Scaling -#: ../app/actions/image-commands.c:658 -#: ../app/actions/layers-commands.c:1101 -#: ../app/dialogs/preferences-dialog.c:1919 +#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1104 +#: ../app/dialogs/preferences-dialog.c:1925 #: ../app/pdb/drawable-transform-cmds.c:682 -#: ../app/pdb/drawable-transform-cmds.c:758 -#: ../app/pdb/image-cmds.c:405 -#: ../app/pdb/image-cmds.c:441 -#: ../app/pdb/layer-cmds.c:289 -#: ../app/pdb/layer-cmds.c:334 -#: ../app/pdb/transform-tools-cmds.c:291 +#: ../app/pdb/drawable-transform-cmds.c:758 ../app/pdb/image-cmds.c:405 +#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" msgstr "Skalowanie" @@ -2698,8 +2643,7 @@ msgid "Raise this image's displays" msgstr "Wysuwa widoki bieżącego obrazu" -#: ../app/actions/images-actions.c:53 -#: ../app/actions/view-actions.c:75 +#: ../app/actions/images-actions.c:53 ../app/actions/view-actions.c:75 msgid "_New View" msgstr "_Nowy widok" @@ -3004,8 +2948,7 @@ msgid "Replace the selection with the layer's alpha channel" msgstr "Zamienia zaznaczenie z kanałem alfa warstwy" -#: ../app/actions/layers-actions.c:293 -#: ../app/actions/layers-actions.c:320 +#: ../app/actions/layers-actions.c:293 ../app/actions/layers-actions.c:320 msgid "A_dd to Selection" msgstr "Dod_aj do zaznaczenia" @@ -3079,57 +3022,53 @@ msgid "Set Opacity" msgstr "Ustaw krycie" -#: ../app/actions/layers-commands.c:203 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "Atrybuty warstwy" # KOLIZJA # app/gui/layers-commands.c - "Modyfikacja atrybutów warstwy" # app/widgets/gimplayertreeview.c - "Modyfikuje atrybuty warstwy" -#: ../app/actions/layers-commands.c:206 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "Modyfikacja atrybutów warstwy" -#: ../app/actions/layers-commands.c:249 -#: ../app/actions/layers-commands.c:251 -#: ../app/actions/layers-commands.c:319 -#: ../app/actions/layers-commands.c:323 +#: ../app/actions/layers-commands.c:250 ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 ../app/actions/layers-commands.c:324 #: ../app/widgets/gimpdrawabletreeview.c:326 #: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "Nowa warstwa" -#: ../app/actions/layers-commands.c:254 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" msgstr "Nowa warstwa" -#: ../app/actions/layers-commands.c:352 +#: ../app/actions/layers-commands.c:355 msgid "Visible" msgstr "Widoczny" -#: ../app/actions/layers-commands.c:571 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" msgstr "Ustawienie wymiarów granic warstwy" -#: ../app/actions/layers-commands.c:612 -#: ../app/core/gimplayer.c:251 +#: ../app/actions/layers-commands.c:615 ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "Skaluj warstwę" -#: ../app/actions/layers-commands.c:649 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" msgstr "Kadrowanie warstwy" -#: ../app/actions/layers-commands.c:788 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" msgstr "Maska warstwy na zaznaczenie" -#: ../app/actions/layers-commands.c:1036 +#: ../app/actions/layers-commands.c:1039 msgid "Please select a channel first" msgstr "Zaznacz najpierw kanał" -#: ../app/actions/layers-commands.c:1044 -#: ../app/core/gimplayer.c:1282 +#: ../app/actions/layers-commands.c:1047 ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "Dodanie maski warstwy" @@ -3442,7 +3381,8 @@ #: ../app/actions/plug-in-commands.c:281 msgid "Do you really want to reset all filters to default values?" -msgstr "Czy na pewno przywrócić domyślne wartości opcji dla wszystkich filtrów?" +msgstr "" +"Czy na pewno przywrócić domyślne wartości opcji dla wszystkich filtrów?" #: ../app/actions/quick-mask-actions.c:42 msgid "Quick Mask Menu" @@ -3457,7 +3397,7 @@ msgstr "_Szybka maska" #: ../app/actions/quick-mask-actions.c:54 -#: ../app/display/gimpdisplayshell.c:1158 +#: ../app/display/gimpdisplayshell.c:1169 msgid "Toggle Quick Mask" msgstr "Przełącz szybką maskę" @@ -3594,8 +3534,7 @@ msgid "Stroke the selection with last used values" msgstr "Rysuje wzdłuż zaznaczenia z użyciem ostatnich wartości" -#: ../app/actions/select-commands.c:153 -#: ../app/core/gimpselection.c:167 +#: ../app/actions/select-commands.c:153 ../app/core/gimpselection.c:167 msgid "Feather Selection" msgstr "Zmiękcza zaznaczenie" @@ -3603,8 +3542,7 @@ msgid "Feather selection by" msgstr "Zmiękcza zaznaczenie o" -#: ../app/actions/select-commands.c:191 -#: ../app/core/gimpselection.c:174 +#: ../app/actions/select-commands.c:191 ../app/core/gimpselection.c:174 msgid "Shrink Selection" msgstr "Zmniejszenie zaznaczenia" @@ -3616,8 +3554,7 @@ msgid "_Shrink from image border" msgstr "_Zmniejsz od granic obrazu" -#: ../app/actions/select-commands.c:228 -#: ../app/core/gimpselection.c:173 +#: ../app/actions/select-commands.c:228 ../app/core/gimpselection.c:173 msgid "Grow Selection" msgstr "Powiększenie zaznaczenia" @@ -3625,8 +3562,7 @@ msgid "Grow selection by" msgstr "Stopień powiększenia zaznaczenia" -#: ../app/actions/select-commands.c:255 -#: ../app/core/gimpselection.c:172 +#: ../app/actions/select-commands.c:255 ../app/core/gimpselection.c:172 msgid "Border Selection" msgstr "Obramowanie zaznaczenia" @@ -3644,16 +3580,13 @@ msgid "_Lock selection to image edges" msgstr "_Blokuj zaznaczenie do krawędzi obrazu" -#: ../app/actions/select-commands.c:330 -#: ../app/actions/select-commands.c:362 -#: ../app/actions/vectors-commands.c:379 -#: ../app/actions/vectors-commands.c:412 +#: ../app/actions/select-commands.c:330 ../app/actions/select-commands.c:362 +#: ../app/actions/vectors-commands.c:379 ../app/actions/vectors-commands.c:412 #: ../app/dialogs/stroke-dialog.c:299 msgid "There is no active layer or channel to stroke to." msgstr "Brak aktywnej warstwy lub kanału, na którym można rysować." -#: ../app/actions/select-commands.c:336 -#: ../app/core/gimpselection.c:151 +#: ../app/actions/select-commands.c:336 ../app/core/gimpselection.c:151 msgid "Stroke Selection" msgstr "Rysowanie wzdłuż zaznaczenia" @@ -3720,7 +3653,8 @@ #: ../app/actions/templates-commands.c:239 #, c-format -msgid "Are you sure you want to delete template '%s' from the list and from disk?" +msgid "" +"Are you sure you want to delete template '%s' from the list and from disk?" msgstr "Czy na pewno usunąć szablon \"%s\" z listy i z dysku?" #: ../app/actions/text-editor-actions.c:44 @@ -3731,8 +3665,7 @@ msgid "Load text from file" msgstr "Wczytanie tekstu z pliku" -#: ../app/actions/text-editor-actions.c:50 -#: ../app/core/gimp-edit.c:445 +#: ../app/actions/text-editor-actions.c:50 ../app/core/gimp-edit.c:445 msgid "Clear" msgstr "Wyczyść" @@ -3761,22 +3694,14 @@ msgstr "Otwiera plik tekstowy (UTF-8)" #: ../app/actions/text-editor-commands.c:144 -#: ../app/config/gimpconfig-file.c:59 -#: ../app/core/gimpbrush-load.c:140 -#: ../app/core/gimpbrush-load.c:420 -#: ../app/core/gimpbrushgenerated-load.c:73 -#: ../app/core/gimpbrushpipe-load.c:81 -#: ../app/core/gimpcurve-load.c:55 -#: ../app/core/gimpgradient-load.c:62 -#: ../app/core/gimppalette-load.c:76 -#: ../app/core/gimppalette-load.c:270 -#: ../app/core/gimppalette-load.c:314 -#: ../app/core/gimppalette-load.c:368 -#: ../app/core/gimppalette-load.c:456 -#: ../app/core/gimppalette-load.c:599 -#: ../app/core/gimppattern-load.c:76 -#: ../app/tools/gimpcurvestool.c:623 -#: ../app/tools/gimplevelstool.c:743 +#: ../app/config/gimpconfig-file.c:59 ../app/core/gimpbrush-load.c:140 +#: ../app/core/gimpbrush-load.c:420 ../app/core/gimpbrushgenerated-load.c:73 +#: ../app/core/gimpbrushpipe-load.c:81 ../app/core/gimpcurve-load.c:55 +#: ../app/core/gimpgradient-load.c:62 ../app/core/gimppalette-load.c:76 +#: ../app/core/gimppalette-load.c:270 ../app/core/gimppalette-load.c:314 +#: ../app/core/gimppalette-load.c:368 ../app/core/gimppalette-load.c:456 +#: ../app/core/gimppalette-load.c:599 ../app/core/gimppattern-load.c:76 +#: ../app/tools/gimpcurvestool.c:623 ../app/tools/gimplevelstool.c:743 #: ../app/xcf/xcf.c:329 #, c-format msgid "Could not open '%s' for reading: %s" @@ -3980,8 +3905,7 @@ msgid "_Delete Path" msgstr "_Usuń ścieżkę" -#: ../app/actions/vectors-actions.c:78 -#: ../app/core/core-enums.c:920 +#: ../app/actions/vectors-actions.c:78 ../app/core/core-enums.c:920 msgid "Delete path" msgstr "Usunięcie ścieżki" @@ -4057,8 +3981,7 @@ msgid "Path to Sele_ction" msgstr "Ścieżka na _zaznaczenie" -#: ../app/actions/vectors-actions.c:163 -#: ../app/tools/gimpvectortool.c:1912 +#: ../app/actions/vectors-actions.c:163 ../app/tools/gimpvectortool.c:1912 msgid "Path to selection" msgstr "Ścieżka na zaznaczenie" @@ -4070,8 +3993,7 @@ msgid "Add" msgstr "Dodanie" -#: ../app/actions/vectors-actions.c:180 -#: ../app/base/base-enums.c:119 +#: ../app/actions/vectors-actions.c:180 ../app/base/base-enums.c:119 msgid "Subtract" msgstr "Odejmowanie" @@ -4083,8 +4005,7 @@ msgid "Selecti_on to Path" msgstr "Zaznaczenie na ś_cieżkę" -#: ../app/actions/vectors-actions.c:195 -#: ../app/actions/vectors-actions.c:201 +#: ../app/actions/vectors-actions.c:195 ../app/actions/vectors-actions.c:201 msgid "Selection to path" msgstr "Przekształcenie zaznaczenia na ścieżkę" @@ -4108,8 +4029,7 @@ msgid "Edit Path Attributes" msgstr "Modyfikacja atrybutów ścieżki" -#: ../app/actions/vectors-commands.c:165 -#: ../app/actions/vectors-commands.c:166 +#: ../app/actions/vectors-commands.c:165 ../app/actions/vectors-commands.c:166 #: ../app/actions/vectors-commands.c:188 msgid "New Path" msgstr "Nowa ścieżka" @@ -4118,16 +4038,13 @@ msgid "New Path Options" msgstr "Opcje nowej ścieżki" -#: ../app/actions/vectors-commands.c:305 -#: ../app/pdb/paths-cmds.c:640 +#: ../app/actions/vectors-commands.c:305 ../app/pdb/paths-cmds.c:640 #: ../app/pdb/vectors-cmds.c:1253 msgid "Path to Selection" msgstr "Utworzenie zaznaczenia ze ścieżki" -#: ../app/actions/vectors-commands.c:385 -#: ../app/tools/gimpvectoroptions.c:199 -#: ../app/tools/gimpvectortool.c:1945 -#: ../app/vectors/gimpvectors.c:200 +#: ../app/actions/vectors-commands.c:385 ../app/tools/gimpvectoroptions.c:199 +#: ../app/tools/gimpvectortool.c:1945 ../app/vectors/gimpvectors.c:200 msgid "Stroke Path" msgstr "Rysuj wzdłuż ścieżki" @@ -4178,8 +4095,7 @@ # FIXME # 1. app/gui/file-commands.c: "Przywróć" # 2. app/widgets/gimpdataeditor.c: "Przywraca" -#: ../app/actions/view-actions.c:99 -#: ../app/actions/view-actions.c:579 +#: ../app/actions/view-actions.c:99 ../app/actions/view-actions.c:579 msgid "Re_vert Zoom" msgstr "Przyw_róć powiększenie" @@ -4513,28 +4429,24 @@ msgid "Freehand" msgstr "Odręczna" -#: ../app/base/base-enums.c:55 -#: ../app/base/base-enums.c:125 +#: ../app/base/base-enums.c:55 ../app/base/base-enums.c:125 #: ../app/core/core-enums.c:1202 msgid "Value" msgstr "Wartość" -#: ../app/base/base-enums.c:56 -#: ../app/core/core-enums.c:1197 +#: ../app/base/base-enums.c:56 ../app/core/core-enums.c:1197 #: ../app/tools/gimpcolorbalancetool.c:296 #: ../app/tools/gimphuesaturationtool.c:252 msgid "Red" msgstr "Czerwony" -#: ../app/base/base-enums.c:57 -#: ../app/core/core-enums.c:1198 +#: ../app/base/base-enums.c:57 ../app/core/core-enums.c:1198 #: ../app/tools/gimpcolorbalancetool.c:305 #: ../app/tools/gimphuesaturationtool.c:254 msgid "Green" msgstr "Zielony" -#: ../app/base/base-enums.c:58 -#: ../app/core/core-enums.c:1199 +#: ../app/base/base-enums.c:58 ../app/core/core-enums.c:1199 #: ../app/tools/gimpcolorbalancetool.c:314 #: ../app/tools/gimphuesaturationtool.c:256 msgid "Blue" @@ -4544,8 +4456,7 @@ msgid "Alpha" msgstr "Alfa" -#: ../app/base/base-enums.c:60 -#: ../app/display/gimpdisplayshell-title.c:233 +#: ../app/base/base-enums.c:60 ../app/display/gimpdisplayshell-title.c:233 #: ../app/widgets/widgets-enums.c:84 msgid "RGB" msgstr "RGB" @@ -4590,18 +4501,15 @@ msgid "Lighten only" msgstr "Tylko jaśniejsze" -#: ../app/base/base-enums.c:122 -#: ../app/core/core-enums.c:1200 +#: ../app/base/base-enums.c:122 ../app/core/core-enums.c:1200 msgid "Hue" msgstr "Odcień" -#: ../app/base/base-enums.c:123 -#: ../app/core/core-enums.c:1201 +#: ../app/base/base-enums.c:123 ../app/core/core-enums.c:1201 msgid "Saturation" msgstr "Nasycenie" -#: ../app/base/base-enums.c:124 -#: ../app/tools/gimppaintoptions-gui.c:174 +#: ../app/base/base-enums.c:124 ../app/tools/gimppaintoptions-gui.c:174 msgid "Color" msgstr "Kolor" @@ -4650,31 +4558,33 @@ msgstr "Cofanie wycierania" #: ../app/base/tile-swap.c:553 -msgid "Unable to open swap file. GIMP has run out of memory and cannot use the swap file. Some parts of your images may be corrupted. Try to save your work using different filenames, restart GIMP and check the location of the swap directory in your Preferences." -msgstr "Nie można otworzyć pliku wymiany. Program GIMP wyczerpał dostępną pamięć i nie może użyć pliku wymiany. Część elementów obrazów może ulec uszkodzeniu. Spróbuj zapisać dane pod inną nazwą, ponownie uruchom program i sprawdź położenie katalogu wymiany w \"Preferencjach\"." +msgid "" +"Unable to open swap file. GIMP has run out of memory and cannot use the swap " +"file. Some parts of your images may be corrupted. Try to save your work " +"using different filenames, restart GIMP and check the location of the swap " +"directory in your Preferences." +msgstr "" +"Nie można otworzyć pliku wymiany. Program GIMP wyczerpał dostępną pamięć i " +"nie może użyć pliku wymiany. Część elementów obrazów może ulec uszkodzeniu. " +"Spróbuj zapisać dane pod inną nazwą, ponownie uruchom program i sprawdź " +"położenie katalogu wymiany w \"Preferencjach\"." #: ../app/base/tile-swap.c:568 #, c-format msgid "Failed to resize swap file: %s" msgstr "Nie można zmienić rozmiaru pliku wymiany: %s" -#: ../app/config/gimpconfig-file.c:68 -#: ../app/core/gimpbrushgenerated-save.c:63 -#: ../app/core/gimpcurve-save.c:53 -#: ../app/core/gimpgradient-save.c:51 -#: ../app/core/gimpgradient-save.c:145 -#: ../app/core/gimppalette-save.c:56 -#: ../app/gui/themes.c:239 -#: ../app/tools/gimpcurvestool.c:676 -#: ../app/tools/gimplevelstool.c:796 -#: ../app/vectors/gimpvectors-export.c:83 +#: ../app/config/gimpconfig-file.c:68 ../app/core/gimpbrushgenerated-save.c:63 +#: ../app/core/gimpcurve-save.c:53 ../app/core/gimpgradient-save.c:51 +#: ../app/core/gimpgradient-save.c:145 ../app/core/gimppalette-save.c:56 +#: ../app/gui/themes.c:239 ../app/tools/gimpcurvestool.c:676 +#: ../app/tools/gimplevelstool.c:796 ../app/vectors/gimpvectors-export.c:83 #: ../app/xcf/xcf.c:422 #, c-format msgid "Could not open '%s' for writing: %s" msgstr "Nie można otworzyć \"%s\" do zapisu: %s" -#: ../app/config/gimpconfig-file.c:79 -#: ../app/config/gimpconfig-file.c:102 +#: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102 #, c-format msgid "Error writing '%s': %s" msgstr "Błąd zapisu \"%s\": %s" @@ -4686,20 +4596,35 @@ #: ../app/config/gimpconfig-file.c:132 #, c-format -msgid "There was an error parsing your '%s' file. Default values will be used. A backup of your configuration has been created at '%s'." -msgstr "Przy analizie zawartości pliku \"%s\" wystąpił błąd. Zamiast niego zostaną użyte wartości domyślne. Utworzono kopię zapasową konfiguracji w pliku \"%s\"." +msgid "" +"There was an error parsing your '%s' file. Default values will be used. A " +"backup of your configuration has been created at '%s'." +msgstr "" +"Przy analizie zawartości pliku \"%s\" wystąpił błąd. Zamiast niego zostaną " +"użyte wartości domyślne. Utworzono kopię zapasową konfiguracji w pliku \"%s" +"\"." #. Not all strings defined here are used in the user interface #. * (the preferences dialog mainly) and only those that are should #. * be marked for translation. #. #: ../app/config/gimprc-blurbs.h:13 -msgid "When enabled, an image will become the active image when its image window receives the focus. This is useful for window managers using \"click to focus\"." -msgstr "Powoduje, że obraz staje się aktywny, kiedy okno otrzyma wskazanie (fokus). Opcja ta jest przydatna w przypadku, gdy używany menedżer okien przekazuje fokus okna po jego kliknięciu (ang. \"click to focus\")." +msgid "" +"When enabled, an image will become the active image when its image window " +"receives the focus. This is useful for window managers using \"click to focus" +"\"." +msgstr "" +"Powoduje, że obraz staje się aktywny, kiedy okno otrzyma wskazanie (fokus). " +"Opcja ta jest przydatna w przypadku, gdy używany menedżer okien przekazuje " +"fokus okna po jego kliknięciu (ang. \"click to focus\")." #: ../app/config/gimprc-blurbs.h:23 -msgid "Sets the canvas padding color used if the padding mode is set to custom color." -msgstr "Ustawia kolor wyściółki płótna, używany jeśli wygląd wyściółki ustalony jest na dowolny kolor." +msgid "" +"Sets the canvas padding color used if the padding mode is set to custom " +"color." +msgstr "" +"Ustawia kolor wyściółki płótna, używany jeśli wygląd wyściółki ustalony jest " +"na dowolny kolor." #: ../app/config/gimprc-blurbs.h:27 msgid "Specifies how the area around the image should be drawn." @@ -4707,11 +4632,13 @@ #: ../app/config/gimprc-blurbs.h:33 msgid "How to handle embedded color profiles when opening a file." -msgstr "Określa jak przetwarzać dodatkowe profile koloru, przy otwieraniu jest pliku." +msgstr "" +"Określa jak przetwarzać dodatkowe profile koloru, przy otwieraniu jest pliku." #: ../app/config/gimprc-blurbs.h:36 msgid "Ask for confirmation before closing an image without saving." -msgstr "Powoduje konieczność potwierdzania zamknięcia każdego niezapisanego obrazu." +msgstr "" +"Powoduje konieczność potwierdzania zamknięcia każdego niezapisanego obrazu." #: ../app/config/gimprc-blurbs.h:39 msgid "Sets the pixel format to use for mouse pointers." @@ -4722,24 +4649,50 @@ msgstr "Ustawia typ używanej myszy." #: ../app/config/gimprc-blurbs.h:45 -msgid "Context-dependent mouse pointers are helpful. They are enabled by default. However, they require overhead that you may want to do without." -msgstr "Wskaźnik myszy zmieniający swój kształt w zależności od treści, znacznie ułatwia pracę. Opcja ta jest domyślnie włączona, jednak powoduje dodatkowe zużycie zasobów." +msgid "" +"Context-dependent mouse pointers are helpful. They are enabled by default. " +"However, they require overhead that you may want to do without." +msgstr "" +"Wskaźnik myszy zmieniający swój kształt w zależności od treści, znacznie " +"ułatwia pracę. Opcja ta jest domyślnie włączona, jednak powoduje dodatkowe " +"zużycie zasobów." #: ../app/config/gimprc-blurbs.h:53 -msgid "When enabled, this will ensure that each pixel of an image gets mapped to a pixel on the screen." -msgstr "Opcja zapewnia, że każdy piksel obrazu jest odwzorowywany na piksel na ekranie." +msgid "" +"When enabled, this will ensure that each pixel of an image gets mapped to a " +"pixel on the screen." +msgstr "" +"Opcja zapewnia, że każdy piksel obrazu jest odwzorowywany na piksel na " +"ekranie." #: ../app/config/gimprc-blurbs.h:75 msgid "This is the distance in pixels where Guide and Grid snapping activates." -msgstr "Określa odległość w pikselach, przy której uaktywniają się prowadnice i siatka." +msgstr "" +"Określa odległość w pikselach, przy której uaktywniają się prowadnice i " +"siatka." #: ../app/config/gimprc-blurbs.h:79 -msgid "Tools such as fuzzy-select and bucket fill find regions based on a seed-fill algorithm. The seed fill starts at the initially selected pixel and progresses in all directions until the difference of pixel intensity from the original is greater than a specified threshold. This value represents the default threshold." -msgstr "Narzędzia, takie jak zaznaczenie rozmyte, czy wypełnienie kubełkiem, identyfikują ciągłe obszary w oparciu o algorytm wypełniania przez wysiewanie. Wysiewanie rozpoczyna się we wskazanym punkcie początkowym i postępuje we wszystkich kierunkach, aż do momentu, w którym różnica jasności pomiędzy punktem bieżącym i początkowym jest większa od pewnego progu. Ustawienie reprezentuje domyślną wartość progu." +msgid "" +"Tools such as fuzzy-select and bucket fill find regions based on a seed-fill " +"algorithm. The seed fill starts at the initially selected pixel and " +"progresses in all directions until the difference of pixel intensity from " +"the original is greater than a specified threshold. This value represents " +"the default threshold." +msgstr "" +"Narzędzia, takie jak zaznaczenie rozmyte, czy wypełnienie kubełkiem, " +"identyfikują ciągłe obszary w oparciu o algorytm wypełniania przez " +"wysiewanie. Wysiewanie rozpoczyna się we wskazanym punkcie początkowym i " +"postępuje we wszystkich kierunkach, aż do momentu, w którym różnica jasności " +"pomiędzy punktem bieżącym i początkowym jest większa od pewnego progu. " +"Ustawienie reprezentuje domyślną wartość progu." #: ../app/config/gimprc-blurbs.h:92 -msgid "The window type hint that is set on dock windows. This may affect the way your window manager decorates and handles dock windows." -msgstr "Typ podpowiedzi powiązanych z oknami doków. Ustawienie to może wpłynąć na sposób, w jaki menedżer okien ozdabia i obsługuje okna doków." +msgid "" +"The window type hint that is set on dock windows. This may affect the way " +"your window manager decorates and handles dock windows." +msgstr "" +"Typ podpowiedzi powiązanych z oknami doków. Ustawienie to może wpłynąć na " +"sposób, w jaki menedżer okien ozdabia i obsługuje okna doków." #: ../app/config/gimprc-blurbs.h:123 msgid "When enabled, the selected brush will be used for all tools." @@ -4747,11 +4700,13 @@ #: ../app/config/gimprc-blurbs.h:129 msgid "When enabled, the selected gradient will be used for all tools." -msgstr "Powoduje użycie wybranego gradientu w odniesieniu do wszystkich narzędzi." +msgstr "" +"Powoduje użycie wybranego gradientu w odniesieniu do wszystkich narzędzi." #: ../app/config/gimprc-blurbs.h:132 msgid "When enabled, the selected pattern will be used for all tools." -msgstr "Powoduje użycie wybranego desenia w odniesieniu do wszystkich narzędzi." +msgstr "" +"Powoduje użycie wybranego desenia w odniesieniu do wszystkich narzędzi." #: ../app/config/gimprc-blurbs.h:146 msgid "Sets the browser used by the help system." @@ -4766,144 +4721,278 @@ msgstr "Ustawia napis pojawiający się na pasku tytułowym okna z obrazem." #: ../app/config/gimprc-blurbs.h:160 -msgid "When enabled, this will ensure that the full image is visible after a file is opened, otherwise it will be displayed with a scale of 1:1." -msgstr "Powoduje, że po wczytaniu obrazu skala jego widoku ustalana jest w taki sposób, aby cały obraz był widoczny. Jeśli opcja nie jest aktywna, skala ustawiana jest zawsze na 1:1." +msgid "" +"When enabled, this will ensure that the full image is visible after a file " +"is opened, otherwise it will be displayed with a scale of 1:1." +msgstr "" +"Powoduje, że po wczytaniu obrazu skala jego widoku ustalana jest w taki " +"sposób, aby cały obraz był widoczny. Jeśli opcja nie jest aktywna, skala " +"ustawiana jest zawsze na 1:1." #: ../app/config/gimprc-blurbs.h:164 -msgid "Install a private colormap; might be useful on 8-bit (256 colors) displays." -msgstr "Instalacja osobistą palety kolorów, jest przydatna w przypadku pracy na ekranie w trybie 8-bitowym (256-kolorowym)." +msgid "" +"Install a private colormap; might be useful on 8-bit (256 colors) displays." +msgstr "" +"Instalacja osobistą palety kolorów, jest przydatna w przypadku pracy na " +"ekranie w trybie 8-bitowym (256-kolorowym)." #: ../app/config/gimprc-blurbs.h:167 -msgid "Sets the level of interpolation used for scaling and other transformations." -msgstr "Rodzaj interpolacji wykorzystywany przy skalowaniu i innych przekształceniach" +msgid "" +"Sets the level of interpolation used for scaling and other transformations." +msgstr "" +"Rodzaj interpolacji wykorzystywany przy skalowaniu i innych przekształceniach" #: ../app/config/gimprc-blurbs.h:174 msgid "How many recently opened image filenames to keep on the File menu." -msgstr "Ilość wyświetlanych w menu \"Plik\" nazw plików z ostatnio otwieranymi obrazami." +msgstr "" +"Ilość wyświetlanych w menu \"Plik\" nazw plików z ostatnio otwieranymi " +"obrazami." #: ../app/config/gimprc-blurbs.h:177 -msgid "Speed of marching ants in the selection outline. This value is in milliseconds (less time indicates faster marching)." -msgstr "Szybkość animacji obwódki, widocznej wokół zaznaczonego obszaru. Wartość jest podana w milisekundach (krótszy czas oznacza szybszą animację)." +msgid "" +"Speed of marching ants in the selection outline. This value is in " +"milliseconds (less time indicates faster marching)." +msgstr "" +"Szybkość animacji obwódki, widocznej wokół zaznaczonego obszaru. Wartość " +"jest podana w milisekundach (krótszy czas oznacza szybszą animację)." #: ../app/config/gimprc-blurbs.h:181 -msgid "GIMP will warn the user if an attempt is made to create an image that would take more memory than the size specified here." -msgstr "Program GIMP wyświetli ostrzeżenie, jeżeli ilość pamięci niezbędna do utworzenia obrazu przekroczy podaną tutaj wartość. " +msgid "" +"GIMP will warn the user if an attempt is made to create an image that would " +"take more memory than the size specified here." +msgstr "" +"Program GIMP wyświetli ostrzeżenie, jeżeli ilość pamięci niezbędna do " +"utworzenia obrazu przekroczy podaną tutaj wartość. " #: ../app/config/gimprc-blurbs.h:185 msgid "When enabled, GIMP will show mnemonics in menus." msgstr "Powoduje wyświetlanie mnemoników w pozycjach menu programu." #: ../app/config/gimprc-blurbs.h:188 -msgid "Generally only a concern for 8-bit displays, this sets the minimum number of system colors allocated for GIMP." -msgstr "Ustawienie odnosi się tylko do ekranów 8-bitowych.Ustala minimalną liczbę kolorów systemowych, alokowanych przez program GIMP." +msgid "" +"Generally only a concern for 8-bit displays, this sets the minimum number of " +"system colors allocated for GIMP." +msgstr "" +"Ustawienie odnosi się tylko do ekranów 8-bitowych.Ustala minimalną liczbę " +"kolorów systemowych, alokowanych przez program GIMP." #: ../app/config/gimprc-blurbs.h:198 -msgid "Sets the monitor's horizontal resolution, in dots per inch. If set to 0, forces the X server to be queried for both horizontal and vertical resolution information." -msgstr "Ustala rozdzielczość poziomą monitora w punktach na cal. Jeżeli ustawione jest 0, wymusza zapytanie X serwera o rozdzielczość pionową i poziomą." +msgid "" +"Sets the monitor's horizontal resolution, in dots per inch. If set to 0, " +"forces the X server to be queried for both horizontal and vertical " +"resolution information." +msgstr "" +"Ustala rozdzielczość poziomą monitora w punktach na cal. Jeżeli ustawione " +"jest 0, wymusza zapytanie X serwera o rozdzielczość pionową i poziomą." #: ../app/config/gimprc-blurbs.h:203 -msgid "Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces the X server to be queried for both horizontal and vertical resolution information." -msgstr "Ustala rozdzielczość pionową monitora w punktach na cal. Jeżeli ustawione jest 0, wymusza zapytanie X serwera o rozdzielczość pionową i poziomą." +msgid "" +"Sets the monitor's vertical resolution, in dots per inch. If set to 0, " +"forces the X server to be queried for both horizontal and vertical " +"resolution information." +msgstr "" +"Ustala rozdzielczość pionową monitora w punktach na cal. Jeżeli ustawione " +"jest 0, wymusza zapytanie X serwera o rozdzielczość pionową i poziomą." #: ../app/config/gimprc-blurbs.h:208 -msgid "If enabled, the move tool sets the edited layer or path as active. This used to be the default behaviour in older versions." -msgstr "Powoduje, że narzędzie przesuwania ustawia edytowaną warstwę lub ścieżkę na aktywną. Zachowanie to występowało jako domyślne w starszych wersjach programu." +msgid "" +"If enabled, the move tool sets the edited layer or path as active. This " +"used to be the default behaviour in older versions." +msgstr "" +"Powoduje, że narzędzie przesuwania ustawia edytowaną warstwę lub ścieżkę na " +"aktywną. Zachowanie to występowało jako domyślne w starszych wersjach " +"programu." #: ../app/config/gimprc-blurbs.h:212 -msgid "Sets the size of the navigation preview available in the lower right corner of the image window." -msgstr "Ustala rozmiar podglądu nawigacyjnego, widocznego w prawym dolnym rogu okna obrazu." +msgid "" +"Sets the size of the navigation preview available in the lower right corner " +"of the image window." +msgstr "" +"Ustala rozmiar podglądu nawigacyjnego, widocznego w prawym dolnym rogu okna " +"obrazu." #: ../app/config/gimprc-blurbs.h:216 msgid "Sets how many processors GIMP should try to use simultaneously." msgstr "Określa ilość procesorów, jakie powinien równocześnie używać GIMP." #: ../app/config/gimprc-blurbs.h:229 -msgid "When enabled, the X server is queried for the mouse's current position on each motion event, rather than relying on the position hint. This means painting with large brushes should be more accurate, but it may be slower. Perversely, on some X servers enabling this option results in faster painting." -msgstr "Powoduje, że serwer X odpytywany jest o współrzędne wskaźnika myszy przy każdym zdarzeniu opisującym zmianę jego położenia (zamiast użycia informacji przekazanych ze zdarzeniem). Powinno to zwiększyć precyzję rysowania przy użyciu pędzli o dużych rozmiarach, jednak kosztem szybkości działania. Co ciekawe, w przypadku niektórych serwerów X użycie tej opcji powoduje, że program działa szybciej." +msgid "" +"When enabled, the X server is queried for the mouse's current position on " +"each motion event, rather than relying on the position hint. This means " +"painting with large brushes should be more accurate, but it may be slower. " +"Perversely, on some X servers enabling this option results in faster " +"painting." +msgstr "" +"Powoduje, że serwer X odpytywany jest o współrzędne wskaźnika myszy przy " +"każdym zdarzeniu opisującym zmianę jego położenia (zamiast użycia informacji " +"przekazanych ze zdarzeniem). Powinno to zwiększyć precyzję rysowania przy " +"użyciu pędzli o dużych rozmiarach, jednak kosztem szybkości działania. Co " +"ciekawe, w przypadku niektórych serwerów X użycie tej opcji powoduje, że " +"program działa szybciej." #: ../app/config/gimprc-blurbs.h:245 -msgid "Sets whether GIMP should create previews of layers and channels. Previews in the layers and channels dialog are nice to have but they can slow things down when working with large images." -msgstr "Określa, czy program GIMP powinien tworzyć podglądy warstw i kanałów. Podglądy w oknie warstw i kanałów ułatwiają pracę, jednak przy pracy z dużymi obrazami mogą negatywnie wpłynąć na szybkość działania programu." +msgid "" +"Sets whether GIMP should create previews of layers and channels. Previews in " +"the layers and channels dialog are nice to have but they can slow things " +"down when working with large images." +msgstr "" +"Określa, czy program GIMP powinien tworzyć podglądy warstw i kanałów. " +"Podglądy w oknie warstw i kanałów ułatwiają pracę, jednak przy pracy z " +"dużymi obrazami mogą negatywnie wpłynąć na szybkość działania programu." #: ../app/config/gimprc-blurbs.h:250 -msgid "Sets the preview size used for layers and channel previews in newly created dialogs." -msgstr "Ustawia rozmiar podglądu warstw i kanałów w nowoutworzonych oknach dialogowych." +msgid "" +"Sets the preview size used for layers and channel previews in newly created " +"dialogs." +msgstr "" +"Ustawia rozmiar podglądu warstw i kanałów w nowoutworzonych oknach " +"dialogowych." #: ../app/config/gimprc-blurbs.h:254 -msgid "When enabled, the image window will automatically resize itself whenever the physical image size changes." -msgstr "Powoduje automatyczną zmianę wymiarów okna z obrazem w przypadku zmiany fizycznych wymiarów obrazu." +msgid "" +"When enabled, the image window will automatically resize itself whenever the " +"physical image size changes." +msgstr "" +"Powoduje automatyczną zmianę wymiarów okna z obrazem w przypadku zmiany " +"fizycznych wymiarów obrazu." #: ../app/config/gimprc-blurbs.h:258 -msgid "When enabled, the image window will automatically resize itself when zooming into and out of images." -msgstr "Powoduje automatyczną zmianę wymiarów okna z obrazem w przypadku zmiany powiększenia obrazu." +msgid "" +"When enabled, the image window will automatically resize itself when zooming " +"into and out of images." +msgstr "" +"Powoduje automatyczną zmianę wymiarów okna z obrazem w przypadku zmiany " +"powiększenia obrazu." #: ../app/config/gimprc-blurbs.h:262 msgid "Let GIMP try to restore your last saved session on each startup." -msgstr "Powoduje, że przy każdym uruchomieniu programu GIMP przywracana jest poprzednia zapisana sesja." +msgstr "" +"Powoduje, że przy każdym uruchomieniu programu GIMP przywracana jest " +"poprzednia zapisana sesja." #: ../app/config/gimprc-blurbs.h:265 -msgid "Remember the current tool, pattern, color, and brush across GIMP sessions." -msgstr "Powoduje zapamiętywanie aktywnego narzędzia, desenia, koloru oraz pędzla pomiędzy kolejnymi sesjami programu GIMP." +msgid "" +"Remember the current tool, pattern, color, and brush across GIMP sessions." +msgstr "" +"Powoduje zapamiętywanie aktywnego narzędzia, desenia, koloru oraz pędzla " +"pomiędzy kolejnymi sesjami programu GIMP." #: ../app/config/gimprc-blurbs.h:269 -msgid "Keep a permanent record of all opened and saved files in the Recent Documents list." -msgstr "Zachowuje wszystkie rekordy otwartych i zapisanych plików na liście historii dokumentówi." +msgid "" +"Keep a permanent record of all opened and saved files in the Recent " +"Documents list." +msgstr "" +"Zachowuje wszystkie rekordy otwartych i zapisanych plików na liście historii " +"dokumentówi." #: ../app/config/gimprc-blurbs.h:273 msgid "Save the positions and sizes of the main dialogs when GIMP exits." -msgstr "Powoduje zapisywanie położeń i rozmiarów głównych okien dialogowych przed zakończeniem działania programu." +msgstr "" +"Powoduje zapisywanie położeń i rozmiarów głównych okien dialogowych przed " +"zakończeniem działania programu." #: ../app/config/gimprc-blurbs.h:276 msgid "Save the tool options when GIMP exits." -msgstr "Powoduje zapisywanie opcji narzędzi kiedy uruchomiony jest program GIMP." +msgstr "" +"Powoduje zapisywanie opcji narzędzi kiedy uruchomiony jest program GIMP." #: ../app/config/gimprc-blurbs.h:282 -msgid "When enabled, all paint tools will show a preview of the current brush's outline." -msgstr "Powoduje wyświetlanie podglądu kształtu aktywnego pędzla podczas używania któregokolwiek z narzędzi rysowniczych." +msgid "" +"When enabled, all paint tools will show a preview of the current brush's " +"outline." +msgstr "" +"Powoduje wyświetlanie podglądu kształtu aktywnego pędzla podczas używania " +"któregokolwiek z narzędzi rysowniczych." #: ../app/config/gimprc-blurbs.h:286 -msgid "When enabled, dialogs will show a help button that gives access to the related help page. Without this button, the help page can still be reached by pressing F1." -msgstr "Powoduje, że w oknach dialogowych dostępny będzie przycisk pomocy, dający dostęp do strony pomocy powiązanej z oknem. Przy wyłączonej opcji pomoc nadal będzie dostępna poprzez przyciśnięcie klawisza F1." +msgid "" +"When enabled, dialogs will show a help button that gives access to the " +"related help page. Without this button, the help page can still be reached " +"by pressing F1." +msgstr "" +"Powoduje, że w oknach dialogowych dostępny będzie przycisk pomocy, dający " +"dostęp do strony pomocy powiązanej z oknem. Przy wyłączonej opcji pomoc " +"nadal będzie dostępna poprzez przyciśnięcie klawisza F1." #: ../app/config/gimprc-blurbs.h:291 -msgid "When enabled, the mouse pointer will be shown over the image while using a paint tool." -msgstr "Powoduje, że w czasie rysowania, nad obrazem wyświetlany jest wskaźnik myszy." +msgid "" +"When enabled, the mouse pointer will be shown over the image while using a " +"paint tool." +msgstr "" +"Powoduje, że w czasie rysowania, nad obrazem wyświetlany jest wskaźnik myszy." #: ../app/config/gimprc-blurbs.h:295 -msgid "When enabled, the menubar is visible by default. This can also be toggled with the \"View->Show Menubar\" command." -msgstr "Powoduje, że domyślnie pasek menu jest widoczny. Ustawienie można zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl pasek menu\"." +msgid "" +"When enabled, the menubar is visible by default. This can also be toggled " +"with the \"View->Show Menubar\" command." +msgstr "" +"Powoduje, że domyślnie pasek menu jest widoczny. Ustawienie można zmienić w " +"dowolnej chwili przy użyciu opcji \"Widok->Wyświetl pasek menu\"." #: ../app/config/gimprc-blurbs.h:299 -msgid "When enabled, the rulers are visible by default. This can also be toggled with the \"View->Show Rulers\" command." -msgstr "Powoduje, że domyślnie linijki są widoczne. Ustawienie można zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl linijki\"." +msgid "" +"When enabled, the rulers are visible by default. This can also be toggled " +"with the \"View->Show Rulers\" command." +msgstr "" +"Powoduje, że domyślnie linijki są widoczne. Ustawienie można zmienić w " +"dowolnej chwili przy użyciu opcji \"Widok->Wyświetl linijki\"." #: ../app/config/gimprc-blurbs.h:303 -msgid "When enabled, the scrollbars are visible by default. This can also be toggled with the \"View->Show Scrollbars\" command." -msgstr "Powoduje, że domyślnie paski przewijania są widoczne. Ustawienie można zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl paski przewijania\"." +msgid "" +"When enabled, the scrollbars are visible by default. This can also be " +"toggled with the \"View->Show Scrollbars\" command." +msgstr "" +"Powoduje, że domyślnie paski przewijania są widoczne. Ustawienie można " +"zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl paski " +"przewijania\"." #: ../app/config/gimprc-blurbs.h:307 -msgid "When enabled, the statusbar is visible by default. This can also be toggled with the \"View->Show Statusbar\" command." -msgstr "Powoduje, że domyślnie pasek stanu jest widoczny. Ustawienie można zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl pasek stanu\"." +msgid "" +"When enabled, the statusbar is visible by default. This can also be toggled " +"with the \"View->Show Statusbar\" command." +msgstr "" +"Powoduje, że domyślnie pasek stanu jest widoczny. Ustawienie można zmienić w " +"dowolnej chwili przy użyciu opcji \"Widok->Wyświetl pasek stanu\"." #: ../app/config/gimprc-blurbs.h:311 -msgid "When enabled, the selection is visible by default. This can also be toggled with the \"View->Show Selection\" command." -msgstr "Powoduje, że domyślnie zaznaczenie jest widoczne. Ustawienie można zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl zaznaczenia\"." +msgid "" +"When enabled, the selection is visible by default. This can also be toggled " +"with the \"View->Show Selection\" command." +msgstr "" +"Powoduje, że domyślnie zaznaczenie jest widoczne. Ustawienie można zmienić w " +"dowolnej chwili przy użyciu opcji \"Widok->Wyświetl zaznaczenia\"." #: ../app/config/gimprc-blurbs.h:315 -msgid "When enabled, the layer boundary is visible by default. This can also be toggled with the \"View->Show Layer Boundary\" command." -msgstr "Powoduje, że domyślnie granice warstwy są widoczne. Ustawienie można zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl granice warstwy\"." +msgid "" +"When enabled, the layer boundary is visible by default. This can also be " +"toggled with the \"View->Show Layer Boundary\" command." +msgstr "" +"Powoduje, że domyślnie granice warstwy są widoczne. Ustawienie można zmienić " +"w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl granice warstwy\"." #: ../app/config/gimprc-blurbs.h:319 -msgid "When enabled, the guides are visible by default. This can also be toggled with the \"View->Show Guides\" command." -msgstr "Powoduje, że domyślnie prowadnice są widoczne. Ustawienie można zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl prowadnice\"." +msgid "" +"When enabled, the guides are visible by default. This can also be toggled " +"with the \"View->Show Guides\" command." +msgstr "" +"Powoduje, że domyślnie prowadnice są widoczne. Ustawienie można zmienić w " +"dowolnej chwili przy użyciu opcji \"Widok->Wyświetl prowadnice\"." #: ../app/config/gimprc-blurbs.h:323 -msgid "When enabled, the grid is visible by default. This can also be toggled with the \"View->Show Grid\" command." -msgstr "Powoduje, że domyślnie siatka jest widoczna. Ustawienie można zmienić w dowolnej chwili przy użyciu opcji \"Widok->Wyświetl siatkę\"." +msgid "" +"When enabled, the grid is visible by default. This can also be toggled with " +"the \"View->Show Grid\" command." +msgstr "" +"Powoduje, że domyślnie siatka jest widoczna. Ustawienie można zmienić w " +"dowolnej chwili przy użyciu opcji \"Widok->Wyświetl siatkę\"." #: ../app/config/gimprc-blurbs.h:327 -msgid "When enabled, the sample points are visible by default. This can also be toggled with the \"View->Show Sample Points\" command." -msgstr "Powoduje, że domyślnie punkty wzorcowe są widoczne. Ustawienie można zmienić w przy użyciu opcji \"Widok->Wyświetl punkty wzorcowe\"." +msgid "" +"When enabled, the sample points are visible by default. This can also be " +"toggled with the \"View->Show Sample Points\" command." +msgstr "" +"Powoduje, że domyślnie punkty wzorcowe są widoczne. Ustawienie można zmienić " +"w przy użyciu opcji \"Widok->Wyświetl punkty wzorcowe\"." #: ../app/config/gimprc-blurbs.h:331 msgid "Show a tooltip when the pointer hovers over an item." @@ -4914,48 +5003,100 @@ msgstr "Określa co zrobić, gdy została wciśnięta spacja w oknie obrazu." #: ../app/config/gimprc-blurbs.h:337 -msgid "Sets the swap file location. GIMP uses a tile based memory allocation scheme. The swap file is used to quickly and easily swap tiles out to disk and back in. Be aware that the swap file can easily get very large if GIMP is used with large images. Also, things can get horribly slow if the swap file is created on a folder that is mounted over NFS. For these reasons, it may be desirable to put your swap file in \"/tmp\"." -msgstr "Ustala położenie pliku wymiany. Program GIMP używa pamięci stronicowanej. Plik wymiany służy do szybkiego zapisu pamięci stronicowej na dysk i z powrotem. Należy pamiętać o tym, że przy pracy z dużymi obrazami, plik wymiany może szybko osiągnąć ogromne rozmiary. Ze względu na szybkość działania, nie należy umieszczać pliku wymiany na dyskach sieciowych (np. poprzez NFS). W większości przypadków zaleca się umiejscowienie go w katalogu \"/tmp\"." +msgid "" +"Sets the swap file location. GIMP uses a tile based memory allocation " +"scheme. The swap file is used to quickly and easily swap tiles out to disk " +"and back in. Be aware that the swap file can easily get very large if GIMP " +"is used with large images. Also, things can get horribly slow if the swap " +"file is created on a folder that is mounted over NFS. For these reasons, it " +"may be desirable to put your swap file in \"/tmp\"." +msgstr "" +"Ustala położenie pliku wymiany. Program GIMP używa pamięci stronicowanej. " +"Plik wymiany służy do szybkiego zapisu pamięci stronicowej na dysk i z " +"powrotem. Należy pamiętać o tym, że przy pracy z dużymi obrazami, plik " +"wymiany może szybko osiągnąć ogromne rozmiary. Ze względu na szybkość " +"działania, nie należy umieszczać pliku wymiany na dyskach sieciowych (np. " +"poprzez NFS). W większości przypadków zaleca się umiejscowienie go w " +"katalogu \"/tmp\"." #: ../app/config/gimprc-blurbs.h:346 msgid "When enabled, menus can be torn off." msgstr "Pozwala na odrywanie menu." #: ../app/config/gimprc-blurbs.h:349 -msgid "When enabled, dock windows (the toolbox and palettes) are set to be transient to the active image window. Most window managers will keep the dock windows above the image window then, but it may also have other effects." -msgstr "Kiedy jest włączona, okna doku (przybornika i palet), tymczasowo zostają ustawione jako aktywne okna obrazu. Wtedy większość menedżerów okien zachowuje okna doku, ponad oknem obrazu. Niestety mogą także pojawić się inne efekty." +msgid "" +"When enabled, dock windows (the toolbox and palettes) are set to be " +"transient to the active image window. Most window managers will keep the " +"dock windows above the image window then, but it may also have other effects." +msgstr "" +"Kiedy jest włączona, okna doku (przybornika i palet), tymczasowo zostają " +"ustawione jako aktywne okna obrazu. Wtedy większość menedżerów okien " +"zachowuje okna doku, ponad oknem obrazu. Niestety mogą także pojawić się " +"inne efekty." #: ../app/config/gimprc-blurbs.h:355 -msgid "When enabled, you can change keyboard shortcuts for menu items by hitting a key combination while the menu item is highlighted." -msgstr "Umożliwia modyfikowanie skrótów klawiszowych związanych z pozycjami menu, poprzez przyciśnięcie wybranej kombinacji klawiszy, kiedy dana pozycja jest aktywna." +msgid "" +"When enabled, you can change keyboard shortcuts for menu items by hitting a " +"key combination while the menu item is highlighted." +msgstr "" +"Umożliwia modyfikowanie skrótów klawiszowych związanych z pozycjami menu, " +"poprzez przyciśnięcie wybranej kombinacji klawiszy, kiedy dana pozycja jest " +"aktywna." #: ../app/config/gimprc-blurbs.h:359 msgid "Save changed keyboard shortcuts when GIMP exits." -msgstr "Powoduje zapisywanie skrótów klawiszowych przed zakończeniem działania programu GIMP." +msgstr "" +"Powoduje zapisywanie skrótów klawiszowych przed zakończeniem działania " +"programu GIMP." #: ../app/config/gimprc-blurbs.h:362 msgid "Restore saved keyboard shortcuts on each GIMP startup." -msgstr "Powoduje przywracanie zapisanych skrótów klawiszowych przy uruchamianiu programu GIMP." +msgstr "" +"Powoduje przywracanie zapisanych skrótów klawiszowych przy uruchamianiu " +"programu GIMP." #: ../app/config/gimprc-blurbs.h:365 -msgid "Sets the folder for temporary storage. Files will appear here during the course of running GIMP. Most files will disappear when GIMP exits, but some files are likely to remain, so it is best if this folder not be one that is shared by other users." -msgstr "Ustawia katalog przeznaczony na tymczasowe przechowywanie danych. Będą się w nim pojawiały pliki tworzone w czasie działania programu GIMP. Większość z plików zostanie usunięta przy zakończeniu działania programu, jednak istnieje możliwość, że część plików pozostanie, więc zaleca się, aby katalog ten nie był współdzielony z innymi użytkownikami." +msgid "" +"Sets the folder for temporary storage. Files will appear here during the " +"course of running GIMP. Most files will disappear when GIMP exits, but some " +"files are likely to remain, so it is best if this folder not be one that is " +"shared by other users." +msgstr "" +"Ustawia katalog przeznaczony na tymczasowe przechowywanie danych. Będą się w " +"nim pojawiały pliki tworzone w czasie działania programu GIMP. Większość z " +"plików zostanie usunięta przy zakończeniu działania programu, jednak " +"istnieje możliwość, że część plików pozostanie, więc zaleca się, aby katalog " +"ten nie był współdzielony z innymi użytkownikami." #: ../app/config/gimprc-blurbs.h:377 msgid "Sets the size of the thumbnail shown in the Open dialog." msgstr "Ustawia rozmiar miniaturek w oknie wyboru pliku." #: ../app/config/gimprc-blurbs.h:380 -msgid "The thumbnail in the Open dialog will be automatically updated if the file being previewed is smaller than the size set here." -msgstr "W przypadku, gdy rozmiar obrazu przeglądanego w oknie otwarcia obrazu będzie mniejszy od podanej tutaj wartości, nastąpi automatyczne zaktualizowanie jego miniaturki." +msgid "" +"The thumbnail in the Open dialog will be automatically updated if the file " +"being previewed is smaller than the size set here." +msgstr "" +"W przypadku, gdy rozmiar obrazu przeglądanego w oknie otwarcia obrazu będzie " +"mniejszy od podanej tutaj wartości, nastąpi automatyczne zaktualizowanie " +"jego miniaturki." #: ../app/config/gimprc-blurbs.h:384 -msgid "When the amount of pixel data exceeds this limit, GIMP will start to swap tiles to disk. This is a lot slower but it makes it possible to work on images that wouldn't fit into memory otherwise. If you have a lot of RAM, you may want to set this to a higher value." -msgstr "Kiedy ilość danych pikseli przekroczy ten limit, GIMP uruchomi pamięć wymiany. Jest ona o wiele wolniejsza, lecz pozwala pracować na obrazach nie mieszczących się w pamięci. Jeżeli posiadasz dużą ilość pamięci RAM, zwiększ tę wartość." +msgid "" +"When the amount of pixel data exceeds this limit, GIMP will start to swap " +"tiles to disk. This is a lot slower but it makes it possible to work on " +"images that wouldn't fit into memory otherwise. If you have a lot of RAM, " +"you may want to set this to a higher value." +msgstr "" +"Kiedy ilość danych pikseli przekroczy ten limit, GIMP uruchomi pamięć " +"wymiany. Jest ona o wiele wolniejsza, lecz pozwala pracować na obrazach nie " +"mieszczących się w pamięci. Jeżeli posiadasz dużą ilość pamięci RAM, zwiększ " +"tę wartość." #: ../app/config/gimprc-blurbs.h:390 msgid "Show the current foreground and background colors in the toolbox." -msgstr "Wyświetla aktywny kolor pierwszoplanowy oraz tła z kolorem tła w przyborniku" +msgstr "" +"Wyświetla aktywny kolor pierwszoplanowy oraz tła z kolorem tła w przyborniku" #: ../app/config/gimprc-blurbs.h:393 msgid "Show the currently selected brush, pattern and gradient in the toolbox." @@ -4966,8 +5107,12 @@ msgstr "Wyświetla aktywny obraz w przyborniku." #: ../app/config/gimprc-blurbs.h:402 -msgid "The window type hint that is set on the toolbox. This may affect how your window manager decorates and handles the toolbox window." -msgstr "Typ podpowiedzi powiązanej z oknem przybornika. Ustawienie to może wpłynąć na sposób, w jaki menedżer okien wyświetla okno przybornika." +msgid "" +"The window type hint that is set on the toolbox. This may affect how your " +"window manager decorates and handles the toolbox window." +msgstr "" +"Typ podpowiedzi powiązanej z oknem przybornika. Ustawienie to może wpłynąć " +"na sposób, w jaki menedżer okien wyświetla okno przybornika." #: ../app/config/gimprc-blurbs.h:406 msgid "Sets the manner in which transparency is displayed in images." @@ -4975,19 +5120,36 @@ #: ../app/config/gimprc-blurbs.h:409 msgid "Sets the size of the checkerboard used to display transparency." -msgstr "Ustawia rozmiar szachownicy używanej dla zobrazowania przezroczystości." +msgstr "" +"Ustawia rozmiar szachownicy używanej dla zobrazowania przezroczystości." #: ../app/config/gimprc-blurbs.h:412 -msgid "When enabled, GIMP will not save an image if it has not been changed since it was opened." -msgstr "Sprawia że GIMP nie zapisuje obrazu, dopóki nie zostanie zmieniony (odkąd zostanie otwarty)." +msgid "" +"When enabled, GIMP will not save an image if it has not been changed since " +"it was opened." +msgstr "" +"Sprawia że GIMP nie zapisuje obrazu, dopóki nie zostanie zmieniony (odkąd " +"zostanie otwarty)." #: ../app/config/gimprc-blurbs.h:416 -msgid "Sets the minimal number of operations that can be undone. More undo levels are kept available until the undo-size limit is reached." -msgstr "Ustala minimalną liczbę operacji w programie, które można cofnąć. Możliwość cofnięcia większej liczby operacji istnieje do czasu osiągnięcia ograniczenia rozmiaru historii operacji." +msgid "" +"Sets the minimal number of operations that can be undone. More undo levels " +"are kept available until the undo-size limit is reached." +msgstr "" +"Ustala minimalną liczbę operacji w programie, które można cofnąć. Możliwość " +"cofnięcia większej liczby operacji istnieje do czasu osiągnięcia " +"ograniczenia rozmiaru historii operacji." #: ../app/config/gimprc-blurbs.h:420 -msgid "Sets an upper limit to the memory that is used per image to keep operations on the undo stack. Regardless of this setting, at least as many undo-levels as configured can be undone." -msgstr "Ustawia maksymalny rozmiar pamięci, jaki może zostać przydzielony każdemu z obrazów na historię operacji. Niezależnie od tego ustawienia program gwarantuje jednak możliwość cofnięcia przynajmniej takiej liczby operacji, jaką skonfigurowano jako minimalną." +msgid "" +"Sets an upper limit to the memory that is used per image to keep operations " +"on the undo stack. Regardless of this setting, at least as many undo-levels " +"as configured can be undone." +msgstr "" +"Ustawia maksymalny rozmiar pamięci, jaki może zostać przydzielony każdemu z " +"obrazów na historię operacji. Niezależnie od tego ustawienia program " +"gwarantuje jednak możliwość cofnięcia przynajmniej takiej liczby operacji, " +"jaką skonfigurowano jako minimalną." #: ../app/config/gimprc-blurbs.h:425 msgid "Sets the size of the previews in the Undo History." @@ -4995,17 +5157,27 @@ #: ../app/config/gimprc-blurbs.h:428 msgid "When enabled, pressing F1 will open the help browser." -msgstr "Powoduje uruchomienie przeglądarki pomocy po przyciśnięciu klawisza F1." +msgstr "" +"Powoduje uruchomienie przeglądarki pomocy po przyciśnięciu klawisza F1." #: ../app/config/gimprc-blurbs.h:439 #, c-format -msgid "Sets the external web browser to be used. This can be an absolute path or the name of an executable to search for in the user's PATH. If the command contains '%s' it will be replaced with the URL, else the URL will be appended to the command with a space separating the two." -msgstr "Określa, jaki program ma być używany w roli zewnętrznej przeglądarki WWW. Jako wartość można podać ścieżkę bezwzględną programu lub nazwę programu znajdującego się na ścieżce przeszukiwań (PATH). Jeśli polecenie zawiera napis \"%s\", to przy uruchamianiu przeglądarki zostanie on zastąpiony adresem URL przeznaczonym do wyświetlenia. Jeśli polecenie nie zawiera tego napisu, wówczas adres URL zostanie dołączony (po poprzedzeniu go spacją) na końcu polecenia." +msgid "" +"Sets the external web browser to be used. This can be an absolute path or " +"the name of an executable to search for in the user's PATH. If the command " +"contains '%s' it will be replaced with the URL, else the URL will be " +"appended to the command with a space separating the two." +msgstr "" +"Określa, jaki program ma być używany w roli zewnętrznej przeglądarki WWW. " +"Jako wartość można podać ścieżkę bezwzględną programu lub nazwę programu " +"znajdującego się na ścieżce przeszukiwań (PATH). Jeśli polecenie zawiera " +"napis \"%s\", to przy uruchamianiu przeglądarki zostanie on zastąpiony " +"adresem URL przeznaczonym do wyświetlenia. Jeśli polecenie nie zawiera tego " +"napisu, wówczas adres URL zostanie dołączony (po poprzedzeniu go spacją) na " +"końcu polecenia." -#: ../app/config/gimprc-deserialize.c:135 -#: ../app/core/gimp-modules.c:134 -#: ../app/core/gimp-units.c:164 -#: ../app/gui/session.c:206 +#: ../app/config/gimprc-deserialize.c:135 ../app/core/gimp-modules.c:134 +#: ../app/core/gimp-units.c:164 ../app/gui/session.c:206 #: ../app/plug-in/plug-in-rc.c:213 msgid "fatal parse error" msgstr "poważny błąd przy analizie składniowej" @@ -5016,10 +5188,8 @@ msgstr "wartość tokenu %s nie jest poprawnym napisem UTF-8" #. no undo (or redo) steps available -#: ../app/core/core-enums.c:53 -#: ../app/core/core-enums.c:252 -#: ../app/core/core-enums.c:504 -#: ../app/paint/paint-enums.c:81 +#: ../app/core/core-enums.c:53 ../app/core/core-enums.c:252 +#: ../app/core/core-enums.c:504 ../app/paint/paint-enums.c:81 #: ../app/widgets/gimpimagepropview.c:416 msgid "None" msgstr "Brak" @@ -5056,8 +5226,7 @@ msgid "First item" msgstr "Pierwszy obiekt" -#: ../app/core/core-enums.c:213 -#: ../app/dialogs/dialogs.c:198 +#: ../app/core/core-enums.c:213 ../app/dialogs/dialogs.c:198 #: ../app/tools/tools-enums.c:210 msgid "Selection" msgstr "Zaznaczenie" @@ -5087,13 +5256,11 @@ msgstr "Białe" #. Transparency -#: ../app/core/core-enums.c:250 -#: ../app/dialogs/preferences-dialog.c:2305 +#: ../app/core/core-enums.c:250 ../app/dialogs/preferences-dialog.c:2311 msgid "Transparency" msgstr "Przezroczysta" -#: ../app/core/core-enums.c:251 -#: ../app/core/core-enums.c:308 +#: ../app/core/core-enums.c:251 ../app/core/core-enums.c:308 msgid "Pattern" msgstr "Deseń" @@ -5113,8 +5280,7 @@ msgid "Miter" msgstr "Zaostrzony" -#: ../app/core/core-enums.c:337 -#: ../app/core/core-enums.c:367 +#: ../app/core/core-enums.c:337 ../app/core/core-enums.c:367 msgid "Round" msgstr "Zaokrąglony" @@ -5126,8 +5292,7 @@ msgid "Butt" msgstr "Pniak" -#: ../app/core/core-enums.c:368 -#: ../app/core/core-enums.c:443 +#: ../app/core/core-enums.c:368 ../app/core/core-enums.c:443 msgid "Square" msgstr "Prostokątny" @@ -5183,13 +5348,11 @@ msgid "Diamond" msgstr "Rombowy" -#: ../app/core/core-enums.c:472 -#: ../app/dialogs/preferences-dialog.c:2337 +#: ../app/core/core-enums.c:472 ../app/dialogs/preferences-dialog.c:2343 msgid "Horizontal" msgstr "Poziomo" -#: ../app/core/core-enums.c:473 -#: ../app/dialogs/preferences-dialog.c:2339 +#: ../app/core/core-enums.c:473 ../app/dialogs/preferences-dialog.c:2345 msgid "Vertical" msgstr "Pionowo" @@ -5309,46 +5472,37 @@ msgid "Merge paths" msgstr "Połączenie ścieżek" -#: ../app/core/core-enums.c:861 -#: ../app/core/core-enums.c:892 -#: ../app/core/gimpimage-grid.c:58 -#: ../app/dialogs/grid-dialog.c:152 +#: ../app/core/core-enums.c:861 ../app/core/core-enums.c:892 +#: ../app/core/gimpimage-grid.c:58 ../app/dialogs/grid-dialog.c:152 #: ../app/tools/tools-enums.c:241 msgid "Grid" msgstr "Siatka" -#: ../app/core/core-enums.c:862 -#: ../app/core/core-enums.c:894 +#: ../app/core/core-enums.c:862 ../app/core/core-enums.c:894 msgid "Guide" msgstr "Prowadnica" -#: ../app/core/core-enums.c:863 -#: ../app/core/core-enums.c:895 +#: ../app/core/core-enums.c:863 ../app/core/core-enums.c:895 msgid "Sample Point" msgstr "Punkt wzorcowy" -#: ../app/core/core-enums.c:864 -#: ../app/core/core-enums.c:896 +#: ../app/core/core-enums.c:864 ../app/core/core-enums.c:896 msgid "Layer/Channel" msgstr "Warstwa/kanał" -#: ../app/core/core-enums.c:865 -#: ../app/core/core-enums.c:897 +#: ../app/core/core-enums.c:865 ../app/core/core-enums.c:897 msgid "Layer/Channel modification" msgstr "Warstwa/modyfikacja kanału" -#: ../app/core/core-enums.c:866 -#: ../app/core/core-enums.c:898 +#: ../app/core/core-enums.c:866 ../app/core/core-enums.c:898 msgid "Selection mask" msgstr "Maska zaznaczenia" -#: ../app/core/core-enums.c:867 -#: ../app/core/core-enums.c:901 +#: ../app/core/core-enums.c:867 ../app/core/core-enums.c:901 msgid "Item visibility" msgstr "Widoczność elementu" -#: ../app/core/core-enums.c:868 -#: ../app/core/core-enums.c:902 +#: ../app/core/core-enums.c:868 ../app/core/core-enums.c:902 msgid "Link/Unlink item" msgstr "Powiąż/usuń dowiązanie elementu" @@ -5356,8 +5510,7 @@ msgid "Item properties" msgstr "Właściwości elementu" -#: ../app/core/core-enums.c:870 -#: ../app/core/core-enums.c:900 +#: ../app/core/core-enums.c:870 ../app/core/core-enums.c:900 msgid "Move item" msgstr "Przesunięcie elementu" @@ -5373,18 +5526,15 @@ msgid "Add layer" msgstr "Dodanie warstwy" -#: ../app/core/core-enums.c:874 -#: ../app/core/core-enums.c:911 +#: ../app/core/core-enums.c:874 ../app/core/core-enums.c:911 msgid "Add layer mask" msgstr "Dodanie maski warstwy" -#: ../app/core/core-enums.c:875 -#: ../app/core/core-enums.c:913 +#: ../app/core/core-enums.c:875 ../app/core/core-enums.c:913 msgid "Apply layer mask" msgstr "Zastosowanie maski warstwy" -#: ../app/core/core-enums.c:876 -#: ../app/core/core-enums.c:923 +#: ../app/core/core-enums.c:876 ../app/core/core-enums.c:923 msgid "Floating selection to layer" msgstr "Oderwane zaznaczenie na warstwę" @@ -5403,41 +5553,34 @@ # FIXME # 1. app/core/core-enums.c:1 app/core/gimpedit.c:1: "Wklejenie" # 2. app/widgets/gimpbufferview.c: "Wklej" -#: ../app/core/core-enums.c:880 -#: ../app/core/gimp-edit.c:262 +#: ../app/core/core-enums.c:880 ../app/core/gimp-edit.c:262 msgid "Paste" msgstr "Wklej" -#: ../app/core/core-enums.c:881 -#: ../app/core/gimp-edit.c:557 +#: ../app/core/core-enums.c:881 ../app/core/gimp-edit.c:557 msgid "Cut" msgstr "Wycięcie" -#: ../app/core/core-enums.c:882 -#: ../app/tools/gimptexttool.c:160 +#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:161 #: ../app/widgets/widgets-enums.c:265 msgid "Text" msgstr "Tekst" -#: ../app/core/core-enums.c:883 -#: ../app/core/core-enums.c:926 +#: ../app/core/core-enums.c:883 ../app/core/core-enums.c:926 #: ../app/core/gimpdrawable-transform.c:567 msgid "Transform" msgstr "Przekształcenie" -#: ../app/core/core-enums.c:884 -#: ../app/core/core-enums.c:927 -#: ../app/paint/gimppaintcore.c:135 +#: ../app/core/core-enums.c:884 ../app/core/core-enums.c:927 +#: ../app/paint/gimppaintcore.c:137 msgid "Paint" msgstr "Rysowanie" -#: ../app/core/core-enums.c:885 -#: ../app/core/core-enums.c:930 +#: ../app/core/core-enums.c:885 ../app/core/core-enums.c:930 msgid "Attach parasite" msgstr "Dołączenie danych pasożytniczych" -#: ../app/core/core-enums.c:886 -#: ../app/core/core-enums.c:931 +#: ../app/core/core-enums.c:886 ../app/core/core-enums.c:931 msgid "Remove parasite" msgstr "Usunięcie danych pasożytniczych" @@ -5445,8 +5588,7 @@ msgid "Import paths" msgstr "Import ścieżek" -#: ../app/core/core-enums.c:888 -#: ../app/pdb/drawable-cmds.c:885 +#: ../app/core/core-enums.c:888 ../app/pdb/drawable-cmds.c:885 msgid "Plug-In" msgstr "Wtyczka" @@ -5546,8 +5688,7 @@ msgid "Relax floating selection" msgstr "Usunięcie oderwanego zaznaczenia" -#: ../app/core/core-enums.c:928 -#: ../app/paint/gimpink.c:95 +#: ../app/core/core-enums.c:928 ../app/paint/gimpink.c:95 #: ../app/tools/gimpinktool.c:55 msgid "Ink" msgstr "Stalówka" @@ -5590,17 +5731,14 @@ msgstr "Konwertuj do obszaru roboczego RGB" # c-format -#: ../app/core/gimp-contexts.c:155 -#: ../app/core/gimptooloptions.c:231 -#: ../app/gui/session.c:307 -#: ../app/menus/menus.c:433 +#: ../app/core/gimp-contexts.c:155 ../app/core/gimptooloptions.c:231 +#: ../app/gui/session.c:307 ../app/menus/menus.c:433 #: ../app/widgets/gimpdevices.c:258 #, c-format msgid "Deleting \"%s\" failed: %s" msgstr "Usunięcie \"%s\" nie powiodło się: %s" -#: ../app/core/gimp-edit.c:190 -#: ../app/core/gimp-edit.c:326 +#: ../app/core/gimp-edit.c:190 ../app/core/gimp-edit.c:326 msgid "Pasted Layer" msgstr "Wklejona warstwa" @@ -5646,27 +5784,33 @@ #: ../app/core/gimp-user-install.c:153 #, c-format -msgid "It seems you have used GIMP %s before. GIMP will now migrate your user settings to '%s'." -msgstr "Prawdopodobnie używano wcześniej programu GIMP %s. Rrozpocznie się teraz migracja ustawień użytkownika do wersji \"%s\"." +msgid "" +"It seems you have used GIMP %s before. GIMP will now migrate your user " +"settings to '%s'." +msgstr "" +"Prawdopodobnie używano wcześniej programu GIMP %s. Rrozpocznie się teraz " +"migracja ustawień użytkownika do wersji \"%s\"." #: ../app/core/gimp-user-install.c:158 #, c-format -msgid "It appears that you are using GIMP for the first time. GIMP will now create a folder named '%s' and copy some files to it." -msgstr "Prawdopodobnie uruchomiono program GIMP po raz pierwszy. Nastąpi teraz utworzenie katalogu \"%s\" i zostaną do niego skopiowane pliki." +msgid "" +"It appears that you are using GIMP for the first time. GIMP will now create " +"a folder named '%s' and copy some files to it." +msgstr "" +"Prawdopodobnie uruchomiono program GIMP po raz pierwszy. Nastąpi teraz " +"utworzenie katalogu \"%s\" i zostaną do niego skopiowane pliki." #: ../app/core/gimp-user-install.c:309 #, c-format msgid "Copying file '%s' from '%s'..." msgstr "Kopiowanie pliku \"%s\" z \"%s\"..." -#: ../app/core/gimp-user-install.c:324 -#: ../app/core/gimp-user-install.c:350 +#: ../app/core/gimp-user-install.c:324 ../app/core/gimp-user-install.c:350 #, c-format msgid "Creating folder '%s'..." msgstr "Tworzenie katalogu \"%s\"..." -#: ../app/core/gimp-user-install.c:335 -#: ../app/core/gimp-user-install.c:361 +#: ../app/core/gimp-user-install.c:335 ../app/core/gimp-user-install.c:361 #, c-format msgid "Cannot create folder '%s': %s" msgstr "Nie można utworzyć katalogu \"%s\": %s" @@ -5695,8 +5839,7 @@ msgstr "Czcionki (może to zająć kilka minut)" #. initialize the module list -#: ../app/core/gimp.c:863 -#: ../app/dialogs/preferences-dialog.c:2766 +#: ../app/core/gimp.c:863 ../app/dialogs/preferences-dialog.c:2772 msgid "Modules" msgstr "Moduły" @@ -5718,34 +5861,39 @@ #: ../app/core/gimpbrush-load.c:215 #, c-format msgid "Fatal parse error in brush file '%s': Bytes = 0." -msgstr "Błąd przy analizie składniowej pliku \"%s\" z pędzlami: Rozmiar pliku = 0 Bajtów" +msgstr "" +"Błąd przy analizie składniowej pliku \"%s\" z pędzlami: Rozmiar pliku = 0 " +"Bajtów" #: ../app/core/gimpbrush-load.c:239 #, c-format msgid "Fatal parse error in brush file '%s': Unknown depth %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: nieznana głębia %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: nieznana " +"głębia %d." #: ../app/core/gimpbrush-load.c:252 #, c-format msgid "Fatal parse error in brush file '%s': Unknown version %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: nieznana wersja %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: nieznana " +"wersja %d." -#: ../app/core/gimpbrush-load.c:268 -#: ../app/core/gimpbrush-load.c:388 +#: ../app/core/gimpbrush-load.c:268 ../app/core/gimpbrush-load.c:388 #: ../app/core/gimpbrush-load.c:720 #, c-format msgid "Fatal parse error in brush file '%s': File appears truncated." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: plik wydaje się być obcięty." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: plik wydaje " +"się być obcięty." -#: ../app/core/gimpbrush-load.c:276 -#: ../app/core/gimpbrushgenerated-load.c:128 +#: ../app/core/gimpbrush-load.c:276 ../app/core/gimpbrushgenerated-load.c:128 #: ../app/core/gimpbrushpipe-load.c:97 #, c-format msgid "Invalid UTF-8 string in brush file '%s'." msgstr "Niepoprawny napis UTF-8 w pliku z pędzlami \"%s\"." -#: ../app/core/gimpbrush-load.c:283 -#: ../app/core/gimpitem.c:505 +#: ../app/core/gimpbrush-load.c:283 ../app/core/gimpitem.c:505 #: ../app/core/gimppattern-load.c:146 #: ../app/dialogs/template-options-dialog.c:83 #: ../app/tools/gimpvectortool.c:299 @@ -5758,33 +5906,48 @@ "Fatal parse error in brush file '%s': Unsupported brush depth %d\n" "GIMP brushes must be GRAY or RGBA." msgstr "" -"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: Nieobsługiwana głębia pędzla (%d).\n" -"Pędzle programu GIMP muszą być zapisane albo w odcieniach szarości albo w formacie RGBA." +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: " +"Nieobsługiwana głębia pędzla (%d).\n" +"Pędzle programu GIMP muszą być zapisane albo w odcieniach szarości albo w " +"formacie RGBA." #: ../app/core/gimpbrush-load.c:448 #, c-format -msgid "Fatal parse error in brush file '%s': unable to decode abr format version %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: nie można dekodować wersji formatu abr %d." +msgid "" +"Fatal parse error in brush file '%s': unable to decode abr format version %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: nie można " +"dekodować wersji formatu abr %d." #: ../app/core/gimpbrush-load.c:615 #, c-format msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: Duże pędzle nie są obsługiwane" +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: Duże pędzle " +"nie są obsługiwane" #: ../app/core/gimpbrushgenerated-load.c:87 #, c-format msgid "Fatal parse error in brush file '%s': Not a GIMP brush file." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: to nie jest plik z pędzlami programu GIMP." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: to nie jest " +"plik z pędzlami programu GIMP." #: ../app/core/gimpbrushgenerated-load.c:104 #, c-format -msgid "Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." -msgstr "Błąd przy analizie składniowej pliku \"%s\" z pędzlami: nieznana wersja pliku z pędzlami programu GIMP, w linii %d." +msgid "" +"Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." +msgstr "" +"Błąd przy analizie składniowej pliku \"%s\" z pędzlami: nieznana wersja " +"pliku z pędzlami programu GIMP, w linii %d." #: ../app/core/gimpbrushgenerated-load.c:150 #, c-format -msgid "Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: nieznany kształt pędzla w linii %d." +msgid "" +"Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: nieznany " +"kształt pędzla w linii %d." #: ../app/core/gimpbrushgenerated-load.c:226 #, c-format @@ -5801,12 +5964,13 @@ msgid "Error while reading brush file '%s': %s" msgstr "Przy odczycie z pliku \"%s\" z pędzlami: %s" -#: ../app/core/gimpbrushpipe-load.c:113 -#: ../app/core/gimpbrushpipe-load.c:133 +#: ../app/core/gimpbrushpipe-load.c:113 ../app/core/gimpbrushpipe-load.c:133 #: ../app/core/gimpbrushpipe-load.c:223 #, c-format msgid "Fatal parse error in brush file '%s': File is corrupt." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: plik jest uszkodzony." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z pędzlami: plik jest " +"uszkodzony." #: ../app/core/gimpchannel-select.c:60 msgctxt "command" @@ -5832,8 +5996,7 @@ msgid "%s Channel to Selection" msgstr "Kanał %s na zaznaczenie" -#: ../app/core/gimpchannel-select.c:520 -#: ../app/tools/gimpfuzzyselecttool.c:80 +#: ../app/core/gimpchannel-select.c:520 ../app/tools/gimpfuzzyselecttool.c:80 msgctxt "command" msgid "Fuzzy Select" msgstr "Zaznaczenie rozmyte" @@ -5872,8 +6035,7 @@ msgid "Rotate Channel" msgstr "Obrót kanału" -#: ../app/core/gimpchannel.c:264 -#: ../app/core/gimpdrawable-transform.c:843 +#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" msgstr "Przekształcenie kanału" @@ -5926,19 +6088,16 @@ msgid "Set Channel Opacity" msgstr "Ustawienie krycia kanału" -#: ../app/core/gimpchannel.c:1747 -#: ../app/core/gimpselection.c:520 +#: ../app/core/gimpchannel.c:1747 ../app/core/gimpselection.c:520 msgid "Selection Mask" msgstr "Maska zaznaczenia" -#: ../app/core/gimpdata.c:526 -#: ../app/core/gimptoolpresets.c:279 +#: ../app/core/gimpdata.c:526 ../app/core/gimptoolpresets.c:279 #, c-format msgid "Could not delete '%s': %s" msgstr "Nie można usunąć \"%s\": %s" -#: ../app/core/gimpdatafactory.c:415 -#: ../app/core/gimpdatafactory.c:575 +#: ../app/core/gimpdatafactory.c:415 ../app/core/gimpdatafactory.c:575 #: ../app/core/gimpdatafactory.c:595 #, c-format msgid "" @@ -5950,15 +6109,12 @@ "\n" "%s" -#: ../app/core/gimpdatafactory.c:494 -#: ../app/core/gimpdatafactory.c:497 -#: ../app/core/gimpitem.c:312 -#: ../app/core/gimpitem.c:315 +#: ../app/core/gimpdatafactory.c:494 ../app/core/gimpdatafactory.c:497 +#: ../app/core/gimpitem.c:312 ../app/core/gimpitem.c:315 msgid "copy" msgstr "kopia" -#: ../app/core/gimpdatafactory.c:506 -#: ../app/core/gimpitem.c:324 +#: ../app/core/gimpdatafactory.c:506 ../app/core/gimpitem.c:324 #, c-format msgid "%s copy" msgstr "kopia: %s" @@ -5978,8 +6134,7 @@ "\n" "%s" -#: ../app/core/gimpdrawable-blend.c:245 -#: ../app/tools/gimpblendtool.c:107 +#: ../app/core/gimpdrawable-blend.c:245 ../app/tools/gimpblendtool.c:107 msgid "Blend" msgstr "Gradient" @@ -6009,13 +6164,11 @@ msgstr "Balans kolorów" #: ../app/core/gimpdrawable-colorize.c:73 -#: ../app/core/gimpdrawable-colorize.c:85 -#: ../app/tools/gimpcolorizetool.c:90 +#: ../app/core/gimpdrawable-colorize.c:85 ../app/tools/gimpcolorizetool.c:90 msgid "Colorize" msgstr "Barwienie" -#: ../app/core/gimpdrawable-curves.c:165 -#: ../app/core/gimpdrawable-curves.c:182 +#: ../app/core/gimpdrawable-curves.c:165 ../app/core/gimpdrawable-curves.c:182 #: ../app/tools/gimpcurvestool.c:140 msgid "Curves" msgstr "Krzywe" @@ -6043,13 +6196,11 @@ msgid "Hue_Saturation" msgstr "Odcień_nasycenie" -#: ../app/core/gimpdrawable-invert.c:60 -#: ../app/core/gimpdrawable-invert.c:68 +#: ../app/core/gimpdrawable-invert.c:60 ../app/core/gimpdrawable-invert.c:68 msgid "Invert" msgstr "Inwersja" -#: ../app/core/gimpdrawable-levels.c:154 -#: ../app/core/gimpdrawable-levels.c:170 +#: ../app/core/gimpdrawable-levels.c:154 ../app/core/gimpdrawable-levels.c:170 #: ../app/tools/gimplevelstool.c:150 msgid "Levels" msgstr "Poziomy" @@ -6059,8 +6210,7 @@ msgstr "Przesunięcie obszaru rysowania" #: ../app/core/gimpdrawable-posterize.c:70 -#: ../app/core/gimpdrawable-posterize.c:80 -#: ../app/tools/gimpposterizetool.c:84 +#: ../app/core/gimpdrawable-posterize.c:80 ../app/tools/gimpposterizetool.c:84 msgid "Posterize" msgstr "Redukcja kolorów" @@ -6069,44 +6219,42 @@ msgstr "Narysowanie pociągnięcia" #: ../app/core/gimpdrawable-threshold.c:71 -#: ../app/core/gimpdrawable-threshold.c:82 -#: ../app/tools/gimpthresholdtool.c:90 +#: ../app/core/gimpdrawable-threshold.c:82 ../app/tools/gimpthresholdtool.c:90 msgid "Threshold" msgstr "Progowanie" -#: ../app/core/gimpdrawable-transform.c:629 -#: ../app/tools/gimpfliptool.c:116 +#: ../app/core/gimpdrawable-transform.c:645 ../app/tools/gimpfliptool.c:116 msgctxt "command" msgid "Flip" msgstr "Odbicie" -#: ../app/core/gimpdrawable-transform.c:716 -#: ../app/tools/gimprotatetool.c:121 +#: ../app/core/gimpdrawable-transform.c:745 ../app/tools/gimprotatetool.c:121 msgctxt "command" msgid "Rotate" msgstr "Obrót" -#: ../app/core/gimpdrawable-transform.c:841 -#: ../app/core/gimplayer.c:255 +#: ../app/core/gimpdrawable-transform.c:884 ../app/core/gimplayer.c:255 msgid "Transform Layer" msgstr "Przekształcenie warstwy" -#: ../app/core/gimpdrawable-transform.c:856 +#: ../app/core/gimpdrawable-transform.c:899 msgid "Transformation" msgstr "Przekształcenie" -#: ../app/core/gimpgradient-load.c:71 -#: ../app/core/gimpgradient-load.c:96 -#: ../app/core/gimpgradient-load.c:117 -#: ../app/core/gimpgradient-load.c:168 +#: ../app/core/gimpgradient-load.c:71 ../app/core/gimpgradient-load.c:96 +#: ../app/core/gimpgradient-load.c:117 ../app/core/gimpgradient-load.c:168 #, c-format msgid "Fatal parse error in gradient file '%s': Read error in line %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z gradientem: błąd przy odczycie wiersza %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z gradientem: błąd przy " +"odczycie wiersza %d." #: ../app/core/gimpgradient-load.c:81 #, c-format msgid "Fatal parse error in gradient file '%s': Not a GIMP gradient file." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z gradientem: to nie jest plik z gradientem programu GIMP." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z gradientem: to nie " +"jest plik z gradientem programu GIMP." #: ../app/core/gimpgradient-load.c:109 #, c-format @@ -6116,19 +6264,23 @@ #: ../app/core/gimpgradient-load.c:136 #, c-format msgid "Fatal parse error in gradient file '%s': File is corrupt in line %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z gradientem: plik jest uszkodzony w linii %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z gradientem: plik jest " +"uszkodzony w linii %d." -#: ../app/core/gimpgradient-load.c:218 -#: ../app/core/gimpgradient-load.c:229 +#: ../app/core/gimpgradient-load.c:218 ../app/core/gimpgradient-load.c:229 #, c-format msgid "Fatal parse error in gradient file '%s': Corrupt segment %d in line %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z gradientem: Uszkodzony segment %d w linii %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z gradientem: Uszkodzony " +"segment %d w linii %d." -#: ../app/core/gimpgradient-load.c:241 -#: ../app/core/gimpgradient-load.c:255 +#: ../app/core/gimpgradient-load.c:241 ../app/core/gimpgradient-load.c:255 #, c-format msgid "Gradient file '%s' is corrupt: Segments do not span the range 0-1." -msgstr "Plik '\"%s\" z gradientem jest nieprawidłowy: Segmenty nie zawierają się w przedziale 0-1." +msgstr "" +"Plik '\"%s\" z gradientem jest nieprawidłowy: Segmenty nie zawierają się w " +"przedziale 0-1." #: ../app/core/gimpgradient-load.c:334 #, c-format @@ -6149,8 +6301,11 @@ msgstr "Kolor pierwszoplanowy siatki." #: ../app/core/gimpgrid.c:95 -msgid "The background color of the grid; only used in double dashed line style." -msgstr "Kolor tła siatki, używany tylko przy wyświetlaniu linii podwójnie kreskowanej." +msgid "" +"The background color of the grid; only used in double dashed line style." +msgstr "" +"Kolor tła siatki, używany tylko przy wyświetlaniu linii podwójnie " +"kreskowanej." #: ../app/core/gimpgrid.c:101 msgid "Horizontal spacing of grid lines." @@ -6161,7 +6316,8 @@ msgstr "Pionowe odstępy pomiędzy liniami siatki." #: ../app/core/gimpgrid.c:115 -msgid "Horizontal offset of the first grid line; this may be a negative number." +msgid "" +"Horizontal offset of the first grid line; this may be a negative number." msgstr "Poziome przesunięcie pierwszej linii siatki; może być liczbą ujemną." #: ../app/core/gimpgrid.c:122 @@ -6214,8 +6370,7 @@ msgid "Crop Image" msgstr "Kadrowanie obrazu" -#: ../app/core/gimpimage-crop.c:133 -#: ../app/core/gimpimage-resize.c:90 +#: ../app/core/gimpimage-crop.c:133 ../app/core/gimpimage-resize.c:90 msgid "Resize Image" msgstr "Zmiana wymiarów obrazu" @@ -6227,8 +6382,7 @@ msgid "Add Vertical Guide" msgstr "Dodanie prowadnicy pionowej" -#: ../app/core/gimpimage-guides.c:115 -#: ../app/tools/gimpmovetool.c:564 +#: ../app/core/gimpimage-guides.c:115 ../app/tools/gimpmovetool.c:564 msgid "Remove Guide" msgstr "Usunięcie prowadnicy" @@ -6253,8 +6407,7 @@ msgid "Transform Items" msgstr "Przekształca obiektów" -#: ../app/core/gimpimage-merge.c:102 -#: ../app/core/gimpimage-merge.c:114 +#: ../app/core/gimpimage-merge.c:102 ../app/core/gimpimage-merge.c:114 msgid "Merge Visible Layers" msgstr "Połączenie widocznych warstw" @@ -6273,7 +6426,9 @@ #: ../app/core/gimpimage-merge.c:289 #, c-format msgid "Not enough visible paths for a merge. There must be at least two." -msgstr "Niewystarczająca ilość widocznych ścieżek do połączenia. Potrzebne są przynajmniej dwie." +msgstr "" +"Niewystarczająca ilość widocznych ścieżek do połączenia. Potrzebne są " +"przynajmniej dwie." #: ../app/core/gimpimage-quick-mask.c:82 msgid "Enable Quick Mask" @@ -6287,8 +6442,7 @@ msgid "Add Sample Point" msgstr "Dodaj punkt wzorcowy" -#: ../app/core/gimpimage-sample-points.c:98 -#: ../app/tools/gimpcolortool.c:429 +#: ../app/core/gimpimage-sample-points.c:98 ../app/tools/gimpcolortool.c:429 msgid "Remove Sample Point" msgstr "Usuń punkt wzorcowy" @@ -6321,8 +6475,7 @@ msgid "Add Layer" msgstr "Dodanie warstwy" -#: ../app/core/gimpimage.c:2935 -#: ../app/core/gimpimage.c:2948 +#: ../app/core/gimpimage.c:2935 ../app/core/gimpimage.c:2948 msgid "Remove Layer" msgstr "Usunięcie warstwy" @@ -6366,8 +6519,7 @@ msgid "Add Channel" msgstr "Dodanie kanału" -#: ../app/core/gimpimage.c:3252 -#: ../app/core/gimpimage.c:3263 +#: ../app/core/gimpimage.c:3252 ../app/core/gimpimage.c:3263 msgid "Remove Channel" msgstr "Usunięcie kanału" @@ -6427,8 +6579,7 @@ msgid "Lower Path to Bottom" msgstr "Obniżenie ścieżki na dno" -#: ../app/core/gimpimagefile.c:528 -#: ../app/dialogs/preferences-dialog.c:1721 +#: ../app/core/gimpimagefile.c:528 ../app/dialogs/preferences-dialog.c:1727 msgid "Folder" msgstr "Katalog" @@ -6461,10 +6612,8 @@ msgstr "(Podgląd może być nieaktualny)" #. pixel size -#: ../app/core/gimpimagefile.c:605 -#: ../app/widgets/gimpimagepropview.c:446 -#: ../app/widgets/gimpsizebox.c:438 -#: ../app/widgets/gimptemplateeditor.c:566 +#: ../app/core/gimpimagefile.c:605 ../app/widgets/gimpimagepropview.c:446 +#: ../app/widgets/gimpsizebox.c:438 ../app/widgets/gimptemplateeditor.c:566 #, c-format msgid "%d × %d pixel" msgid_plural "%d × %d pixels" @@ -6472,8 +6621,7 @@ msgstr[1] "%d x %d piksele" msgstr[2] "%d x %d pikseli" -#: ../app/core/gimpimagefile.c:628 -#: ../app/display/gimpdisplayshell-title.c:325 +#: ../app/core/gimpimagefile.c:628 ../app/display/gimpdisplayshell-title.c:325 #, c-format msgid "%d layer" msgid_plural "%d layers" @@ -6494,8 +6642,7 @@ msgid "Attach Parasite to Item" msgstr "Dołączenie do elementu danych pasożytniczych" -#: ../app/core/gimpitem.c:1190 -#: ../app/core/gimpitem.c:1197 +#: ../app/core/gimpitem.c:1190 ../app/core/gimpitem.c:1197 msgid "Remove Parasite from Item" msgstr "Usunięcie z elementu danych pasożytniczych" @@ -6507,18 +6654,20 @@ msgid "Anchor Floating Selection" msgstr "Zakotwiczenie oderwanego zaznaczenia" -#: ../app/core/gimplayer-floating-sel.c:205 -#: ../app/core/gimplayer.c:643 +#: ../app/core/gimplayer-floating-sel.c:205 ../app/core/gimplayer.c:643 #, c-format -msgid "Cannot create a new layer from the floating selection because it belongs to a layer mask or channel." -msgstr "Nie można utworzyć nowej warstwy z oderwanego zaznaczenia, ponieważ należy ono do maski warstwy lub kanału." +msgid "" +"Cannot create a new layer from the floating selection because it belongs to " +"a layer mask or channel." +msgstr "" +"Nie można utworzyć nowej warstwy z oderwanego zaznaczenia, ponieważ należy " +"ono do maski warstwy lub kanału." #: ../app/core/gimplayer-floating-sel.c:211 msgid "Floating Selection to Layer" msgstr "Oderwane zaznaczenie na warstwę" -#: ../app/core/gimplayer.c:248 -#: ../app/tools/tools-enums.c:209 +#: ../app/core/gimplayer.c:248 ../app/tools/tools-enums.c:209 msgid "Layer" msgstr "Warstwa" @@ -6526,9 +6675,8 @@ msgid "Rename Layer" msgstr "Zmiana nazwy warstwy" -#: ../app/core/gimplayer.c:250 -#: ../app/pdb/layer-cmds.c:434 -#: ../app/pdb/layer-cmds.c:470 +#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "Przesunięcie warstwy" @@ -6544,8 +6692,7 @@ msgid "Rotate Layer" msgstr "Obrót warstwy" -#: ../app/core/gimplayer.c:405 -#: ../app/core/gimplayer.c:1329 +#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1330 #: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" @@ -6560,38 +6707,37 @@ "Oderwane zaznaczenie\n" "(%s)" -#: ../app/core/gimplayer.c:1265 +#: ../app/core/gimplayer.c:1266 #, c-format msgid "Unable to add a layer mask since the layer already has one." msgstr "Nie można dodać maski warstwy, ponieważ warstwa już ją ma." -#: ../app/core/gimplayer.c:1276 +#: ../app/core/gimplayer.c:1277 #, c-format msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "Nie można dodać maski warstwy o wymiarach różnych od wymiarów warstwy." -#: ../app/core/gimplayer.c:1384 +#: ../app/core/gimplayer.c:1385 msgid "Transfer Alpha to Mask" msgstr "Przeniesienie kanału alfa na maskę" -#: ../app/core/gimplayer.c:1556 -#: ../app/core/gimplayermask.c:235 +#: ../app/core/gimplayer.c:1557 ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "Zastosowanie maski warstwy" -#: ../app/core/gimplayer.c:1557 +#: ../app/core/gimplayer.c:1558 msgid "Delete Layer Mask" msgstr "Usunięcie maski warstwy" -#: ../app/core/gimplayer.c:1669 +#: ../app/core/gimplayer.c:1670 msgid "Add Alpha Channel" msgstr "Dodanie kanału alfa" -#: ../app/core/gimplayer.c:1723 +#: ../app/core/gimplayer.c:1724 msgid "Remove Alpha Channel" msgstr "Usuń kanał alfa" -#: ../app/core/gimplayer.c:1745 +#: ../app/core/gimplayer.c:1746 msgid "Layer to Image Size" msgstr "Dopasowanie wymiarów warstwy do obrazu" @@ -6619,19 +6765,21 @@ msgid "Unknown type of palette file: %s" msgstr "Nieznany typ pliku palety: %s" -#: ../app/core/gimppalette-load.c:85 -#: ../app/core/gimppalette-load.c:110 -#: ../app/core/gimppalette-load.c:131 -#: ../app/core/gimppalette-load.c:160 +#: ../app/core/gimppalette-load.c:85 ../app/core/gimppalette-load.c:110 +#: ../app/core/gimppalette-load.c:131 ../app/core/gimppalette-load.c:160 #: ../app/core/gimppalette-load.c:236 #, c-format msgid "Fatal parse error in palette file '%s': Read error in line %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z paletą: błąd przy odczycie wiersza %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z paletą: błąd przy " +"odczycie wiersza %d." #: ../app/core/gimppalette-load.c:95 #, c-format msgid "Fatal parse error in palette file '%s': Missing magic header." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z paletą: brak nagłówka identyfikacyjnego." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z paletą: brak nagłówka " +"identyfikacyjnego." #: ../app/core/gimppalette-load.c:123 #, c-format @@ -6640,40 +6788,56 @@ #: ../app/core/gimppalette-load.c:147 #, c-format -msgid "Reading palette file '%s': Invalid number of columns in line %d. Using default value." -msgstr "Odczytywanie pliku \"%s\" z paletą: niepoprawna ilość kolumn w wierszu %d, użyto wartości domyślnej." +msgid "" +"Reading palette file '%s': Invalid number of columns in line %d. Using " +"default value." +msgstr "" +"Odczytywanie pliku \"%s\" z paletą: niepoprawna ilość kolumn w wierszu %d, " +"użyto wartości domyślnej." #: ../app/core/gimppalette-load.c:183 #, c-format msgid "Reading palette file '%s': Missing RED component in line %d." -msgstr "Odczytywanie pliku \"%s\" z paletą: brak czerwonej (RED) składowej w wierszu %d." +msgstr "" +"Odczytywanie pliku \"%s\" z paletą: brak czerwonej (RED) składowej w wierszu " +"%d." #: ../app/core/gimppalette-load.c:191 #, c-format msgid "Reading palette file '%s': Missing GREEN component in line %d." -msgstr "Odczytywanie pliku \"%s\" z paletą: brak zielonej (GREEN) składowej w wierszu %d." +msgstr "" +"Odczytywanie pliku \"%s\" z paletą: brak zielonej (GREEN) składowej w " +"wierszu %d." #: ../app/core/gimppalette-load.c:199 #, c-format msgid "Reading palette file '%s': Missing BLUE component in line %d." -msgstr "Odczytywanie pliku \"%s\" z paletą: brak niebieskiej (BLUE) składowej w wierszu %d." +msgstr "" +"Odczytywanie pliku \"%s\" z paletą: brak niebieskiej (BLUE) składowej w " +"wierszu %d." #: ../app/core/gimppalette-load.c:209 #, c-format msgid "Reading palette file '%s': RGB value out of range in line %d." -msgstr "Odczytywanie pliku \"%s\" z paletą: wartość RGB w wierszu %d jest poza zakresem." +msgstr "" +"Odczytywanie pliku \"%s\" z paletą: wartość RGB w wierszu %d jest poza " +"zakresem." -#: ../app/core/gimppattern-load.c:85 -#: ../app/core/gimppattern-load.c:131 +#: ../app/core/gimppattern-load.c:85 ../app/core/gimppattern-load.c:131 #: ../app/core/gimppattern-load.c:162 #, c-format msgid "Fatal parse error in pattern file '%s': File appears truncated." -msgstr "Błąd przy analizie składniowej pliku \"%s\" z deseniami: Plik jest prawdopodobnie ucięty." +msgstr "" +"Błąd przy analizie składniowej pliku \"%s\" z deseniami: Plik jest " +"prawdopodobnie ucięty." #: ../app/core/gimppattern-load.c:104 #, c-format -msgid "Fatal parse error in pattern file '%s': Unknown pattern format version %d." -msgstr "Poważny błąd przy analizie składniowej pliku \"%s\" z deseniami: nieznana wersja formatu desenia (%d)." +msgid "" +"Fatal parse error in pattern file '%s': Unknown pattern format version %d." +msgstr "" +"Poważny błąd przy analizie składniowej pliku \"%s\" z deseniami: nieznana " +"wersja formatu desenia (%d)." #: ../app/core/gimppattern-load.c:114 #, c-format @@ -6681,27 +6845,28 @@ "Fatal parse error in pattern file '%s: Unsupported pattern depth %d.\n" "GIMP Patterns must be GRAY or RGB." msgstr "" -"Poważny błąd przy analizie składniowej pliku \"%s\" z deseniami: nieobsługiwana głębia desenia (%d).\n" -"Desenie programu GIMP muszą być zapisane albo w odcieniach szarości albo w formacie RGB." +"Poważny błąd przy analizie składniowej pliku \"%s\" z deseniami: " +"nieobsługiwana głębia desenia (%d).\n" +"Desenie programu GIMP muszą być zapisane albo w odcieniach szarości albo w " +"formacie RGB." #: ../app/core/gimppattern-load.c:139 #, c-format msgid "Invalid UTF-8 string in pattern file '%s'." msgstr "Niepoprawny napis UTF-8 w pliku z deseniami \"%s\"." -#: ../app/core/gimppdbprogress.c:288 -#: ../app/widgets/gimppdbdialog.c:352 +#: ../app/core/gimppdbprogress.c:288 ../app/widgets/gimppdbdialog.c:352 #, c-format msgid "Unable to run %s callback. The corresponding plug-in may have crashed." -msgstr "Nie można wywołać funkcji typu %s. Być może przestała działać odpowiadająca jej wtyczka." +msgstr "" +"Nie można wywołać funkcji typu %s. Być może przestała działać odpowiadająca " +"jej wtyczka." -#: ../app/core/gimpprogress.c:107 -#: ../app/core/gimpprogress.c:154 +#: ../app/core/gimpprogress.c:107 ../app/core/gimpprogress.c:154 msgid "Please wait" msgstr "Proszę czekać" -#: ../app/core/gimpselection.c:150 -#: ../app/tools/gimpeditselectiontool.c:242 +#: ../app/core/gimpselection.c:150 ../app/tools/gimpeditselectiontool.c:240 msgid "Move Selection" msgstr "Przesunięcie zaznaczenia" @@ -6745,13 +6910,19 @@ msgstr "Oderwana warstwa" #: ../app/core/gimpstrokeoptions.c:119 -#, fuzzy -msgid "Convert a mitered join to a bevelled join if the miter would extend to a distance of more than miter-limit * line-width from the actual join point." -msgstr "Konwertuje połączenie narożnikowe na Kontrast punkt." +msgid "" +"Convert a mitered join to a bevelled join if the miter would extend to a " +"distance of more than miter-limit * line-width from the actual join point." +msgstr "" +"Konwertuje zaostrzony grzbiet na grzbiet ścięty skośnie, jeśli zaostrzenie " +"rozszerzyłoby się na dystans większy niż miter-limit * line-width z " +"właściwego punktu grzbietu." #: ../app/core/gimptemplate.c:106 msgid "The unit used for coordinate display when not in dot-for-dot mode." -msgstr "Jednostka używana przy wyświetlaniu współrzędnych na obrazie, jeśli nie jest ustawiony tryb \"punkt do punktu\"." +msgstr "" +"Jednostka używana przy wyświetlaniu współrzędnych na obrazie, jeśli nie jest " +"ustawiony tryb \"punkt do punktu\"." #: ../app/core/gimptemplate.c:113 msgid "The horizontal image resolution." @@ -6761,8 +6932,7 @@ msgid "The vertical image resolution." msgstr "Pionowa rozdzielczość obrazu." -#: ../app/core/gimptemplate.c:405 -#: ../app/widgets/widgets-enums.c:24 +#: ../app/core/gimptemplate.c:405 ../app/widgets/widgets-enums.c:24 msgid "Background" msgstr "Tło" @@ -6771,12 +6941,9 @@ msgid "pixel" msgstr "piksel" -#: ../app/core/gimpunit.c:56 -#: ../app/tools/gimpmeasuretool.c:874 -#: ../app/tools/gimpmeasuretool.c:1017 -#: ../app/tools/gimpmeasuretool.c:1073 -#: ../app/tools/gimpmeasuretool.c:1101 -#: ../app/tools/gimppainttool.c:615 +#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:877 +#: ../app/tools/gimpmeasuretool.c:1020 ../app/tools/gimpmeasuretool.c:1076 +#: ../app/tools/gimpmeasuretool.c:1104 ../app/tools/gimppainttool.c:615 msgid "pixels" msgstr "piksele" @@ -6870,8 +7037,7 @@ msgstr "_Usuń nieużywane kolory z palety kolorów" #. dithering -#: ../app/dialogs/convert-dialog.c:232 -#: ../app/tools/gimpblendoptions.c:247 +#: ../app/dialogs/convert-dialog.c:232 ../app/tools/gimpblendoptions.c:247 msgid "Dithering" msgstr "Dithering" @@ -6887,14 +7053,12 @@ msgid "Converting to indexed colors" msgstr "Konwertowanie na kolory indeksowane" -#: ../app/dialogs/convert-dialog.c:414 -#: ../app/pdb/convert-cmds.c:150 +#: ../app/dialogs/convert-dialog.c:414 ../app/pdb/convert-cmds.c:150 #, c-format msgid "Cannot convert to a palette with more than 256 colors." msgstr "Nie można dokonać konwersji na paletę z więcej niż 256 kolorami." -#: ../app/dialogs/dialogs-constructors.c:184 -#: ../app/gui/gui.c:158 +#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:161 #: ../app/gui/gui-message.c:148 msgid "GIMP Message" msgstr "Komunikat programu GIMP" @@ -6972,7 +7136,7 @@ msgid "_Opacity:" msgstr "K_rycie:" -#: ../app/dialogs/file-open-dialog.c:253 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "Otwórz warstwy" @@ -6984,14 +7148,23 @@ msgid "Enter location (URI):" msgstr "Wprowadź położenie (URI):" -#: ../app/dialogs/file-save-dialog.c:302 -#: ../app/dialogs/file-save-dialog.c:338 -msgid "The given filename does not have any known file extension. Please enter a known file extension or select a file format from the file format list." -msgstr "Podany plik nie ma żadnego znanego rozszerzenia. Wpisz lub wybierz rozszerzenie z listy." +#: ../app/dialogs/file-save-dialog.c:302 ../app/dialogs/file-save-dialog.c:338 +msgid "" +"The given filename does not have any known file extension. Please enter a " +"known file extension or select a file format from the file format list." +msgstr "" +"Podany plik nie ma żadnego znanego rozszerzenia. Wpisz lub wybierz " +"rozszerzenie z listy." #: ../app/dialogs/file-save-dialog.c:371 -msgid "Saving remote files needs to determine the file format from the file extension. Please enter a file extension that matches the selected file format or enter no file extension at all." -msgstr "Aby zapisać do zdalnych plików, potrzebne jest ustalenie formatu pliku, na podstawie jego rozszerzenia. Wpisz rozszerzenie pliku, które pasuje do podanego pliku, lub nie wpisuj rozszerzenia." +msgid "" +"Saving remote files needs to determine the file format from the file " +"extension. Please enter a file extension that matches the selected file " +"format or enter no file extension at all." +msgstr "" +"Aby zapisać do zdalnych plików, potrzebne jest ustalenie formatu pliku, na " +"podstawie jego rozszerzenia. Wpisz rozszerzenie pliku, które pasuje do " +"podanego pliku, lub nie wpisuj rozszerzenia." #: ../app/dialogs/file-save-dialog.c:428 msgid "Extension Mismatch" @@ -7050,24 +7223,28 @@ msgstr "Utworzenie nowego obrazu" #: ../app/dialogs/image-new-dialog.c:144 -#: ../app/dialogs/preferences-dialog.c:2015 +#: ../app/dialogs/preferences-dialog.c:2021 msgid "_Template:" msgstr "Sza_blon:" -#: ../app/dialogs/image-new-dialog.c:295 +#: ../app/dialogs/image-new-dialog.c:299 msgid "Confirm Image Size" msgstr "Potwierdzenie rozmiaru obrazu" -#: ../app/dialogs/image-new-dialog.c:317 +#: ../app/dialogs/image-new-dialog.c:321 #: ../app/dialogs/image-scale-dialog.c:239 #, c-format msgid "You are trying to create an image with a size of %s." msgstr "Wystąpiła próba utworzenia obrazu o rozmiarze %s." -#: ../app/dialogs/image-new-dialog.c:324 +#: ../app/dialogs/image-new-dialog.c:328 #, c-format -msgid "An image of the chosen size will use more memory than what is configured as \"Maximum Image Size\" in the Preferences dialog (currently %s)." -msgstr "Wybrany rozmiar obrazu wymaga pamięci przekraczającej wartość ustaloną w oknie Preferencje jako \"Maksymalny rozmiar obrazu\" (aktualnie: %s)." +msgid "" +"An image of the chosen size will use more memory than what is configured as " +"\"Maximum Image Size\" in the Preferences dialog (currently %s)." +msgstr "" +"Wybrany rozmiar obrazu wymaga pamięci przekraczającej wartość ustaloną w " +"oknie Preferencje jako \"Maksymalny rozmiar obrazu\" (aktualnie: %s)." #: ../app/dialogs/image-properties-dialog.c:60 #: ../app/dialogs/image-properties-dialog.c:63 @@ -7097,12 +7274,21 @@ #: ../app/dialogs/image-scale-dialog.c:245 #, c-format -msgid "Scaling the image to the chosen size will make it use more memory than what is configured as \"Maximum Image Size\" in the Preferences dialog (currently %s)." -msgstr "Przeskalowanie obrazu do wybranego rozmiaru wymaga ilości pamięci przekraczającej wartość ustaloną w oknie preferencji jako \"Maksymalny rozmiar obrazu\" (aktualnie: %s)." +msgid "" +"Scaling the image to the chosen size will make it use more memory than what " +"is configured as \"Maximum Image Size\" in the Preferences dialog (currently " +"%s)." +msgstr "" +"Przeskalowanie obrazu do wybranego rozmiaru wymaga ilości pamięci " +"przekraczającej wartość ustaloną w oknie preferencji jako \"Maksymalny " +"rozmiar obrazu\" (aktualnie: %s)." #: ../app/dialogs/image-scale-dialog.c:260 -msgid "Scaling the image to the chosen size will shrink some layers completely away." -msgstr "Przeskalowanie obrazu do podanych wymiarów spowoduje przycięcie niektórych warstw." +msgid "" +"Scaling the image to the chosen size will shrink some layers completely away." +msgstr "" +"Przeskalowanie obrazu do podanych wymiarów spowoduje przycięcie niektórych " +"warstw." #: ../app/dialogs/image-scale-dialog.c:264 msgid "Is this what you want to do?" @@ -7113,8 +7299,12 @@ msgstr "Konfiguracja skrótów klawiszowych" #: ../app/dialogs/keyboard-shortcuts-dialog.c:73 -msgid "To edit a shortcut key, click on the corresponding row and type a new accelerator, or press backspace to clear." -msgstr "Aby edytować klawisz skrótu, kliknij na odpowiedni rząd i wprowadź nowy akcelerator lub wyczyść pozycję naciskając Backspace." +msgid "" +"To edit a shortcut key, click on the corresponding row and type a new " +"accelerator, or press backspace to clear." +msgstr "" +"Aby edytować klawisz skrótu, kliknij na odpowiedni rząd i wprowadź nowy " +"akcelerator lub wyczyść pozycję naciskając Backspace." #: ../app/dialogs/keyboard-shortcuts-dialog.c:81 msgid "S_ave keyboard shortcuts on exit" @@ -7138,12 +7328,12 @@ #. The size labels #: ../app/dialogs/layer-options-dialog.c:139 -#: ../app/tools/gimpmeasuretool.c:1062 +#: ../app/tools/gimpmeasuretool.c:1065 msgid "Width:" msgstr "Szerokość:" #: ../app/dialogs/layer-options-dialog.c:145 -#: ../app/tools/gimpmeasuretool.c:1090 +#: ../app/tools/gimpmeasuretool.c:1093 msgid "Height:" msgstr "Wysokość: " @@ -7161,7 +7351,8 @@ #: ../app/dialogs/module-dialog.c:150 msgid "You will have to restart GIMP for the changes to take effect." -msgstr "Aby zastosować zmiany, konieczne jest ponowne uruchomienie programu GIMP." +msgstr "" +"Aby zastosować zmiany, konieczne jest ponowne uruchomienie programu GIMP." #: ../app/dialogs/module-dialog.c:191 msgid "Module" @@ -7208,10 +7399,8 @@ msgstr "Przesunięcie kanału" #. The offset frame -#: ../app/dialogs/offset-dialog.c:118 -#: ../app/dialogs/offset-dialog.c:152 -#: ../app/dialogs/resize-dialog.c:197 -#: ../app/widgets/gimpgrideditor.c:276 +#: ../app/dialogs/offset-dialog.c:118 ../app/dialogs/offset-dialog.c:152 +#: ../app/dialogs/resize-dialog.c:197 ../app/widgets/gimpgrideditor.c:276 msgid "Offset" msgstr "Przesunięcie" @@ -7220,13 +7409,11 @@ msgid "_Offset" msgstr "_Przesunięcie" -#: ../app/dialogs/offset-dialog.c:184 -#: ../app/dialogs/resize-dialog.c:226 +#: ../app/dialogs/offset-dialog.c:184 ../app/dialogs/resize-dialog.c:226 msgid "_X:" msgstr "_X:" -#: ../app/dialogs/offset-dialog.c:186 -#: ../app/dialogs/resize-dialog.c:227 +#: ../app/dialogs/offset-dialog.c:186 ../app/dialogs/resize-dialog.c:227 msgid "_Y:" msgstr "_Y:" @@ -7329,756 +7516,772 @@ #: ../app/dialogs/preferences-dialog.c:355 msgid "You will have to restart GIMP for the following changes to take effect:" -msgstr "Aby weszły w życie wymienione poniżej zmiany, będzie konieczne ponowne uruchomienie programu GIMP:" +msgstr "" +"Aby weszły w życie wymienione poniżej zmiany, będzie konieczne ponowne " +"uruchomienie programu GIMP:" -#: ../app/dialogs/preferences-dialog.c:494 +#: ../app/dialogs/preferences-dialog.c:500 msgid "Configure Input Devices" msgstr "Konfiguruje urządzenia wejściowe" -#: ../app/dialogs/preferences-dialog.c:571 -msgid "Your keyboard shortcuts will be reset to default values the next time you start GIMP." -msgstr "Skróty klawiszowe zostaną ustawione na wartości domyślne przy następnym uruchomieniu programu GIMP." +#: ../app/dialogs/preferences-dialog.c:577 +msgid "" +"Your keyboard shortcuts will be reset to default values the next time you " +"start GIMP." +msgstr "" +"Skróty klawiszowe zostaną ustawione na wartości domyślne przy następnym " +"uruchomieniu programu GIMP." -#: ../app/dialogs/preferences-dialog.c:582 +#: ../app/dialogs/preferences-dialog.c:588 msgid "Remove all Keyboard Shortcuts" msgstr "Usuń wszystkie skróty klawiszowe" -#: ../app/dialogs/preferences-dialog.c:604 +#: ../app/dialogs/preferences-dialog.c:610 msgid "Do you really want to remove all keyboard shortcuts from all menus?" msgstr "Czy na pewno usunąć wszystkie skróty klawiszowe z wszystkich menu?" -#: ../app/dialogs/preferences-dialog.c:645 -msgid "Your window setup will be reset to default values the next time you start GIMP." -msgstr "Ustawienia okien zostaną ustawione na wartości domyślne przy następnym uruchomieniu programu GIMP." - -#: ../app/dialogs/preferences-dialog.c:680 -msgid "Your input device settings will be reset to default values the next time you start GIMP." -msgstr "Ustawienia urządzenia wejściowego zostaną ustawione na wartości domyślne przy następnym uruchomieniu programu GIMP." - -#: ../app/dialogs/preferences-dialog.c:715 -msgid "Your tool options will be reset to default values the next time you start GIMP." -msgstr "Ustawienia narzędzi zostaną ustawione na wartości domyślne przy następnym uruchomieniu programu GIMP." +#: ../app/dialogs/preferences-dialog.c:651 +msgid "" +"Your window setup will be reset to default values the next time you start " +"GIMP." +msgstr "" +"Ustawienia okien zostaną ustawione na wartości domyślne przy następnym " +"uruchomieniu programu GIMP." + +#: ../app/dialogs/preferences-dialog.c:686 +msgid "" +"Your input device settings will be reset to default values the next time you " +"start GIMP." +msgstr "" +"Ustawienia urządzenia wejściowego zostaną ustawione na wartości domyślne " +"przy następnym uruchomieniu programu GIMP." + +#: ../app/dialogs/preferences-dialog.c:721 +msgid "" +"Your tool options will be reset to default values the next time you start " +"GIMP." +msgstr "" +"Ustawienia narzędzi zostaną ustawione na wartości domyślne przy następnym " +"uruchomieniu programu GIMP." -#: ../app/dialogs/preferences-dialog.c:1283 +#: ../app/dialogs/preferences-dialog.c:1289 msgid "Show _menubar" msgstr "Wyświetlaj pasek _menu" -#: ../app/dialogs/preferences-dialog.c:1287 +#: ../app/dialogs/preferences-dialog.c:1293 msgid "Show _rulers" msgstr "Wyświetlaj _linijki" -#: ../app/dialogs/preferences-dialog.c:1290 +#: ../app/dialogs/preferences-dialog.c:1296 msgid "Show scroll_bars" msgstr "Wyświetlaj pase_k przewijania" -#: ../app/dialogs/preferences-dialog.c:1293 +#: ../app/dialogs/preferences-dialog.c:1299 msgid "Show s_tatusbar" msgstr "Wyświetlaj pasek _stanu" -#: ../app/dialogs/preferences-dialog.c:1301 +#: ../app/dialogs/preferences-dialog.c:1307 msgid "Show s_election" msgstr "Wyświetlaj _zaznaczenia" -#: ../app/dialogs/preferences-dialog.c:1304 +#: ../app/dialogs/preferences-dialog.c:1310 msgid "Show _layer boundary" msgstr "Wyświetlaj g_ranice warstwy" -#: ../app/dialogs/preferences-dialog.c:1307 +#: ../app/dialogs/preferences-dialog.c:1313 msgid "Show _guides" msgstr "Wyświetlaj pr_owadnice" -#: ../app/dialogs/preferences-dialog.c:1310 +#: ../app/dialogs/preferences-dialog.c:1316 msgid "Show gri_d" msgstr "Wyświetlaj sia_tki" -#: ../app/dialogs/preferences-dialog.c:1316 +#: ../app/dialogs/preferences-dialog.c:1322 msgid "Canvas _padding mode:" msgstr "Wygląd wyściół_ki płótna:" -#: ../app/dialogs/preferences-dialog.c:1321 +#: ../app/dialogs/preferences-dialog.c:1327 msgid "Custom p_adding color:" msgstr "Wybrany kolor wyściółki płótna:" -#: ../app/dialogs/preferences-dialog.c:1322 +#: ../app/dialogs/preferences-dialog.c:1328 msgid "Select Custom Canvas Padding Color" msgstr "Wybór koloru wyściółki płótna" -#: ../app/dialogs/preferences-dialog.c:1411 +#: ../app/dialogs/preferences-dialog.c:1417 msgid "Preferences" msgstr "Preferencje" -#: ../app/dialogs/preferences-dialog.c:1523 -#: ../app/dialogs/preferences-dialog.c:2774 +#: ../app/dialogs/preferences-dialog.c:1529 +#: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment" msgstr "Środowisko" -#: ../app/dialogs/preferences-dialog.c:1537 +#: ../app/dialogs/preferences-dialog.c:1543 msgid "Resource Consumption" msgstr "Wykorzystywanie zasobów" -#: ../app/dialogs/preferences-dialog.c:1547 +#: ../app/dialogs/preferences-dialog.c:1553 msgid "Minimal number of _undo levels:" msgstr "Mi_nimalna ilość poziomów cofnięć:" -#: ../app/dialogs/preferences-dialog.c:1550 +#: ../app/dialogs/preferences-dialog.c:1556 msgid "Maximum undo _memory:" msgstr "_Maksymalna pamięć dla historii operacji:" -#: ../app/dialogs/preferences-dialog.c:1553 +#: ../app/dialogs/preferences-dialog.c:1559 msgid "Tile cache _size:" msgstr "_Rozmiar cache kafli:" -#: ../app/dialogs/preferences-dialog.c:1556 +#: ../app/dialogs/preferences-dialog.c:1562 msgid "Maximum _new image size:" msgstr "Maksymal_ny rozmiar nowego obrazu:" -#: ../app/dialogs/preferences-dialog.c:1561 +#: ../app/dialogs/preferences-dialog.c:1567 msgid "Number of _processors to use:" msgstr "_Ilość wykorzystywanych procesorów:" #. Image Thumbnails -#: ../app/dialogs/preferences-dialog.c:1566 +#: ../app/dialogs/preferences-dialog.c:1572 msgid "Image Thumbnails" msgstr "Miniaturki obrazów" -#: ../app/dialogs/preferences-dialog.c:1571 +#: ../app/dialogs/preferences-dialog.c:1577 msgid "Size of _thumbnails:" msgstr "Wymiary m_iniaturek:" -#: ../app/dialogs/preferences-dialog.c:1575 +#: ../app/dialogs/preferences-dialog.c:1581 msgid "Maximum _filesize for thumbnailing:" msgstr "Ma_ksymalny rozmiar miniaturyzowanych plików:" #. File Saving -#: ../app/dialogs/preferences-dialog.c:1579 +#: ../app/dialogs/preferences-dialog.c:1585 msgid "Saving Images" msgstr "Zapisywanie obrazów" -#: ../app/dialogs/preferences-dialog.c:1582 +#: ../app/dialogs/preferences-dialog.c:1588 msgid "Confirm closing of unsa_ved images" msgstr "Po_twierdzaj zamknięcie niezapisanych obrazów" -#: ../app/dialogs/preferences-dialog.c:1592 +#: ../app/dialogs/preferences-dialog.c:1598 msgid "Keep record of used files in the Recent Documents list" msgstr "Zachowuje używane pliki w liście historii dokumentów" -#: ../app/dialogs/preferences-dialog.c:1601 +#: ../app/dialogs/preferences-dialog.c:1607 msgid "User Interface" msgstr "Interfejs użytkownika" -#: ../app/dialogs/preferences-dialog.c:1604 +#: ../app/dialogs/preferences-dialog.c:1610 msgid "Interface" msgstr "Interfejs" #. Previews -#: ../app/dialogs/preferences-dialog.c:1611 +#: ../app/dialogs/preferences-dialog.c:1617 msgid "Previews" msgstr "Podglądy" -#: ../app/dialogs/preferences-dialog.c:1614 +#: ../app/dialogs/preferences-dialog.c:1620 msgid "_Enable layer & channel previews" msgstr "_Wyświetlaj podglądy kanałów i warstw" -#: ../app/dialogs/preferences-dialog.c:1620 +#: ../app/dialogs/preferences-dialog.c:1626 msgid "_Default layer & channel preview size:" msgstr "_Domyślny rozmiar podglądu warstwy i kanału:" -#: ../app/dialogs/preferences-dialog.c:1623 +#: ../app/dialogs/preferences-dialog.c:1629 msgid "Na_vigation preview size:" msgstr "Rozmiar podglądu _nawigacyjnego:" #. Keyboard Shortcuts -#: ../app/dialogs/preferences-dialog.c:1627 +#: ../app/dialogs/preferences-dialog.c:1633 msgid "Keyboard Shortcuts" msgstr "Skróty klawiszowe" -#: ../app/dialogs/preferences-dialog.c:1631 +#: ../app/dialogs/preferences-dialog.c:1637 msgid "Show menu _mnemonics (access keys)" msgstr "Wyświetlaj _mnemoniki w menu (klawiszy dostępu)" -#: ../app/dialogs/preferences-dialog.c:1634 +#: ../app/dialogs/preferences-dialog.c:1640 msgid "_Use dynamic keyboard shortcuts" msgstr "Dynamiczne skróty k_lawiszowe" -#: ../app/dialogs/preferences-dialog.c:1638 +#: ../app/dialogs/preferences-dialog.c:1644 msgid "Configure _Keyboard Shortcuts..." msgstr "_Konfiguruj skróty klawiszowe..." -#: ../app/dialogs/preferences-dialog.c:1645 +#: ../app/dialogs/preferences-dialog.c:1651 msgid "_Save keyboard shortcuts on exit" msgstr "Zap_isz skróty klawiszowe przed zakończeniem" -#: ../app/dialogs/preferences-dialog.c:1649 +#: ../app/dialogs/preferences-dialog.c:1655 msgid "Save Keyboard Shortcuts _Now" msgstr "_Zapisz skróty klawiszowe" -#: ../app/dialogs/preferences-dialog.c:1656 +#: ../app/dialogs/preferences-dialog.c:1662 msgid "_Reset Keyboard Shortcuts to Default Values" msgstr "_Ustaw domyślne wartości skrótów klawiszowych" -#: ../app/dialogs/preferences-dialog.c:1665 +#: ../app/dialogs/preferences-dialog.c:1671 msgid "Remove _All Keyboard Shortcuts" msgstr "Usuń wszystkie skróty _klawiszowe" -#: ../app/dialogs/preferences-dialog.c:1677 -#: ../app/dialogs/preferences-dialog.c:1716 +#: ../app/dialogs/preferences-dialog.c:1683 +#: ../app/dialogs/preferences-dialog.c:1722 msgid "Theme" msgstr "Motyw" -#: ../app/dialogs/preferences-dialog.c:1686 +#: ../app/dialogs/preferences-dialog.c:1692 msgid "Select Theme" msgstr "Wybór motywu" -#: ../app/dialogs/preferences-dialog.c:1768 +#: ../app/dialogs/preferences-dialog.c:1774 msgid "Reload C_urrent Theme" msgstr "Odśwież _bieżący motyw" -#: ../app/dialogs/preferences-dialog.c:1780 +#: ../app/dialogs/preferences-dialog.c:1786 msgid "Help System" msgstr "System pomocy" #. General -#: ../app/dialogs/preferences-dialog.c:1792 -#: ../app/dialogs/preferences-dialog.c:1886 -#: ../app/dialogs/preferences-dialog.c:2073 +#: ../app/dialogs/preferences-dialog.c:1798 +#: ../app/dialogs/preferences-dialog.c:1892 +#: ../app/dialogs/preferences-dialog.c:2079 #: ../app/widgets/gimpcontrollereditor.c:189 msgid "General" msgstr "Ogólne" -#: ../app/dialogs/preferences-dialog.c:1795 +#: ../app/dialogs/preferences-dialog.c:1801 msgid "Show _tooltips" msgstr "Wyświetlaj po_dpowiedzi" -#: ../app/dialogs/preferences-dialog.c:1798 +#: ../app/dialogs/preferences-dialog.c:1804 msgid "Show help _buttons" msgstr "Wyświetlaj przyciski po_mocy" -#: ../app/dialogs/preferences-dialog.c:1811 +#: ../app/dialogs/preferences-dialog.c:1817 msgid "Use the online version" msgstr "Używa wersji sieciowej" -#: ../app/dialogs/preferences-dialog.c:1812 +#: ../app/dialogs/preferences-dialog.c:1818 msgid "Use a locally installed copy" msgstr "Używa lokalnie zainstalowanej kopii" -#: ../app/dialogs/preferences-dialog.c:1813 +#: ../app/dialogs/preferences-dialog.c:1819 msgid "User manual:" msgstr "Podręcznik użytkownika:" -#: ../app/dialogs/preferences-dialog.c:1820 +#: ../app/dialogs/preferences-dialog.c:1826 msgid "There's a local installation of the user manual." msgstr "Znaleziono zainstalowaną, lokalną wersję podręcznika użytkownika." -#: ../app/dialogs/preferences-dialog.c:1825 +#: ../app/dialogs/preferences-dialog.c:1831 msgid "The user manual is not installed locally." msgstr "Podręcznik użytkownika nie został zainstalowany lokalnie." #. Help Browser -#: ../app/dialogs/preferences-dialog.c:1848 +#: ../app/dialogs/preferences-dialog.c:1854 msgid "Help Browser" msgstr "Przeglądarka pomocy" -#: ../app/dialogs/preferences-dialog.c:1852 +#: ../app/dialogs/preferences-dialog.c:1858 msgid "H_elp browser to use:" msgstr "Używana prz_eglądarka pomocy:" -#: ../app/dialogs/preferences-dialog.c:1857 +#: ../app/dialogs/preferences-dialog.c:1863 msgid "Web Browser" msgstr "Przeglądarka WWW" -#: ../app/dialogs/preferences-dialog.c:1861 +#: ../app/dialogs/preferences-dialog.c:1867 msgid "_Web browser to use:" msgstr "Uży_wana przeglądarka WWW:" -#: ../app/dialogs/preferences-dialog.c:1889 +#: ../app/dialogs/preferences-dialog.c:1895 msgid "_Save tool options on exit" msgstr "_Zapisz ustawienia narzędzi przy zakończeniu" -#: ../app/dialogs/preferences-dialog.c:1893 +#: ../app/dialogs/preferences-dialog.c:1899 msgid "Save Tool Options _Now" msgstr "Zapisz ustawienia _narzędzi" -#: ../app/dialogs/preferences-dialog.c:1900 +#: ../app/dialogs/preferences-dialog.c:1906 msgid "_Reset Saved Tool Options to Default Values" msgstr "_Ustaw zapisane opcje narzędzi na wartości domyślne" #. Snapping Distance -#: ../app/dialogs/preferences-dialog.c:1910 +#: ../app/dialogs/preferences-dialog.c:1916 msgid "Guide & Grid Snapping" msgstr "Przyciągaj do prowadnic i siatki" -#: ../app/dialogs/preferences-dialog.c:1915 +#: ../app/dialogs/preferences-dialog.c:1921 msgid "_Snap distance:" msgstr "_Zasięg przyciągania:" -#: ../app/dialogs/preferences-dialog.c:1923 +#: ../app/dialogs/preferences-dialog.c:1929 msgid "Default _interpolation:" msgstr "Domyślna _interpolacja:" #. Global Brush, Pattern, ... -#: ../app/dialogs/preferences-dialog.c:1930 +#: ../app/dialogs/preferences-dialog.c:1936 msgid "Paint Options Shared Between Tools" msgstr "Opcje rysowania współdzielone przez narzędzia" -#: ../app/dialogs/preferences-dialog.c:1943 +#: ../app/dialogs/preferences-dialog.c:1949 msgid "Move Tool" msgstr "Przesuwanie" -#: ../app/dialogs/preferences-dialog.c:1947 +#: ../app/dialogs/preferences-dialog.c:1953 msgid "Set layer or path as active" msgstr "Ustaw warstwę lub ścieżkę na aktywną" -#: ../app/dialogs/preferences-dialog.c:1960 -#: ../app/widgets/gimptoolbox.c:631 +#: ../app/dialogs/preferences-dialog.c:1966 ../app/widgets/gimptoolbox.c:633 msgid "Toolbox" msgstr "Przybornik" #. Appearance -#: ../app/dialogs/preferences-dialog.c:1972 -#: ../app/dialogs/preferences-dialog.c:2146 +#: ../app/dialogs/preferences-dialog.c:1978 +#: ../app/dialogs/preferences-dialog.c:2152 #: ../app/widgets/gimpgrideditor.c:204 msgid "Appearance" msgstr "Wygląd" -#: ../app/dialogs/preferences-dialog.c:1976 +#: ../app/dialogs/preferences-dialog.c:1982 msgid "Show _foreground & background color" msgstr "Wyświetlaj _kolor pierwszoplanowy i tła" -#: ../app/dialogs/preferences-dialog.c:1980 +#: ../app/dialogs/preferences-dialog.c:1986 msgid "Show active _brush, pattern & gradient" msgstr "Wyświetlaj ak_tywny pędzel, deseń i gradient" -#: ../app/dialogs/preferences-dialog.c:1984 +#: ../app/dialogs/preferences-dialog.c:1990 msgid "Show active _image" msgstr "Wyświetlaj aktywny o_braz" -#: ../app/dialogs/preferences-dialog.c:1997 +#: ../app/dialogs/preferences-dialog.c:2003 msgid "Default New Image" msgstr "Domyślny nowy obraz" -#: ../app/dialogs/preferences-dialog.c:2000 +#: ../app/dialogs/preferences-dialog.c:2006 msgid "Default Image" msgstr "Domyślny obraz" -#: ../app/dialogs/preferences-dialog.c:2037 +#: ../app/dialogs/preferences-dialog.c:2043 msgid "Default Image Grid" msgstr "Domyślna siatka obrazu" -#: ../app/dialogs/preferences-dialog.c:2040 +#: ../app/dialogs/preferences-dialog.c:2046 msgid "Default Grid" msgstr "Domyślna siatka" -#: ../app/dialogs/preferences-dialog.c:2061 +#: ../app/dialogs/preferences-dialog.c:2067 msgid "Image Windows" msgstr "Okna z obrazami" -#: ../app/dialogs/preferences-dialog.c:2076 +#: ../app/dialogs/preferences-dialog.c:2082 msgid "Use \"_Dot for dot\" by default" msgstr "Domyślne ustawienie \"_Punkt do punktu\"" -#: ../app/dialogs/preferences-dialog.c:2082 +#: ../app/dialogs/preferences-dialog.c:2088 msgid "Marching _ants speed:" msgstr "Szybkość a_nimacji obwódki:" #. Zoom & Resize Behavior -#: ../app/dialogs/preferences-dialog.c:2086 +#: ../app/dialogs/preferences-dialog.c:2092 msgid "Zoom & Resize Behavior" msgstr "Zachowanie przy powiększaniu i zmianie wymiarów" -#: ../app/dialogs/preferences-dialog.c:2090 +#: ../app/dialogs/preferences-dialog.c:2096 msgid "Resize window on _zoom" msgstr "Zmieniaj wymiary okna przy po_większeniu" -#: ../app/dialogs/preferences-dialog.c:2093 +#: ../app/dialogs/preferences-dialog.c:2099 msgid "Resize window on image _size change" msgstr "Zmieniaj wymiary okna przy z_mianie wymiarów obrazu" -#: ../app/dialogs/preferences-dialog.c:2099 +#: ../app/dialogs/preferences-dialog.c:2105 msgid "Fit to window" msgstr "Dopasowanie do okna" -#: ../app/dialogs/preferences-dialog.c:2101 +#: ../app/dialogs/preferences-dialog.c:2107 msgid "Initial zoom _ratio:" msgstr "Począ_tkowy współczynnik powiększenia:" #. Space Bar -#: ../app/dialogs/preferences-dialog.c:2105 +#: ../app/dialogs/preferences-dialog.c:2111 msgid "Space Bar" msgstr "Spacja" -#: ../app/dialogs/preferences-dialog.c:2111 +#: ../app/dialogs/preferences-dialog.c:2117 msgid "_While space bar is pressed:" msgstr "_Gdy naciśnięty jest klawisz spacji:" #. Mouse Pointers -#: ../app/dialogs/preferences-dialog.c:2115 +#: ../app/dialogs/preferences-dialog.c:2121 msgid "Mouse Pointers" msgstr "Wskaźniki myszy" -#: ../app/dialogs/preferences-dialog.c:2119 +#: ../app/dialogs/preferences-dialog.c:2125 msgid "Show _brush outline" msgstr "Wyświetlaj o_bwódki pędzla" -#: ../app/dialogs/preferences-dialog.c:2122 +#: ../app/dialogs/preferences-dialog.c:2128 msgid "Show pointer for paint _tools" msgstr "Wyświetlaj wskaźnik dla narzędzi _rysowania" -#: ../app/dialogs/preferences-dialog.c:2128 +#: ../app/dialogs/preferences-dialog.c:2134 msgid "Pointer _mode:" msgstr "_Tryb rysowania:" -#: ../app/dialogs/preferences-dialog.c:2131 +#: ../app/dialogs/preferences-dialog.c:2137 msgid "Pointer re_ndering:" msgstr "W_ygląd wskaźnika:" -#: ../app/dialogs/preferences-dialog.c:2143 +#: ../app/dialogs/preferences-dialog.c:2149 msgid "Image Window Appearance" msgstr "Wygląd okna z obrazem" -#: ../app/dialogs/preferences-dialog.c:2154 +#: ../app/dialogs/preferences-dialog.c:2160 msgid "Default Appearance in Normal Mode" msgstr "Domyślny wygląd w trybie zwykłym" -#: ../app/dialogs/preferences-dialog.c:2159 +#: ../app/dialogs/preferences-dialog.c:2165 msgid "Default Appearance in Fullscreen Mode" msgstr "Domyślny wygląd w trybie pełnoekranowym" -#: ../app/dialogs/preferences-dialog.c:2168 +#: ../app/dialogs/preferences-dialog.c:2174 msgid "Image Title & Statusbar Format" msgstr "Format tytułu i opisu stanu" -#: ../app/dialogs/preferences-dialog.c:2171 +#: ../app/dialogs/preferences-dialog.c:2177 msgid "Title & Status" msgstr "Tytuł i stan" -#: ../app/dialogs/preferences-dialog.c:2189 +#: ../app/dialogs/preferences-dialog.c:2195 msgid "Current format" msgstr "Aktualny format" -#: ../app/dialogs/preferences-dialog.c:2190 +#: ../app/dialogs/preferences-dialog.c:2196 msgid "Default format" msgstr "Domyślny format" -#: ../app/dialogs/preferences-dialog.c:2191 +#: ../app/dialogs/preferences-dialog.c:2197 msgid "Show zoom percentage" msgstr "Wyświetlaj procentowe powiększenie" -#: ../app/dialogs/preferences-dialog.c:2192 +#: ../app/dialogs/preferences-dialog.c:2198 msgid "Show zoom ratio" msgstr "Wyświetlaj współczynnik powiększenia" -#: ../app/dialogs/preferences-dialog.c:2193 +#: ../app/dialogs/preferences-dialog.c:2199 msgid "Show image size" msgstr "Wyświetlaj rozmiar obrazu" -#: ../app/dialogs/preferences-dialog.c:2206 +#: ../app/dialogs/preferences-dialog.c:2212 msgid "Image Title Format" msgstr "Format tytułu obrazu" -#: ../app/dialogs/preferences-dialog.c:2208 +#: ../app/dialogs/preferences-dialog.c:2214 msgid "Image Statusbar Format" msgstr "Format opisu na pasku stanu obrazu" -#: ../app/dialogs/preferences-dialog.c:2293 +#: ../app/dialogs/preferences-dialog.c:2299 msgid "Display" msgstr "Wyświetlanie" -#: ../app/dialogs/preferences-dialog.c:2309 +#: ../app/dialogs/preferences-dialog.c:2315 msgid "_Check style:" msgstr "Wygląd pola sza_chownicy:" -#: ../app/dialogs/preferences-dialog.c:2312 +#: ../app/dialogs/preferences-dialog.c:2318 msgid "Check _size:" msgstr "_Rozmiar pola szachownicy:" -#: ../app/dialogs/preferences-dialog.c:2315 +#: ../app/dialogs/preferences-dialog.c:2321 msgid "Monitor Resolution" msgstr "Rozdzielczość monitora" -#: ../app/dialogs/preferences-dialog.c:2319 -#: ../app/widgets/gimpcursorview.c:124 -#: ../app/widgets/gimpgrideditor.c:269 +#: ../app/dialogs/preferences-dialog.c:2325 +#: ../app/widgets/gimpcursorview.c:124 ../app/widgets/gimpgrideditor.c:269 #: ../app/widgets/gimpgrideditor.c:301 msgid "Pixels" msgstr "Piksele" -#: ../app/dialogs/preferences-dialog.c:2341 +#: ../app/dialogs/preferences-dialog.c:2347 #: ../app/widgets/gimpimagepropview.c:476 msgid "ppi" msgstr "ppi" -#: ../app/dialogs/preferences-dialog.c:2357 +#: ../app/dialogs/preferences-dialog.c:2363 #, c-format msgid "_Detect automatically (currently %d × %d ppi)" msgstr "_Wykryj automatycznie (obecnie %d × %d ppi)" -#: ../app/dialogs/preferences-dialog.c:2377 +#: ../app/dialogs/preferences-dialog.c:2383 msgid "_Enter manually" msgstr "_Wprowadź ręcznie" -#: ../app/dialogs/preferences-dialog.c:2392 +#: ../app/dialogs/preferences-dialog.c:2398 msgid "C_alibrate..." msgstr "_Kalibruj..." -#: ../app/dialogs/preferences-dialog.c:2415 +#: ../app/dialogs/preferences-dialog.c:2421 msgid "Color Management" msgstr "Zarządzanie kolorami" -#: ../app/dialogs/preferences-dialog.c:2435 +#: ../app/dialogs/preferences-dialog.c:2441 msgid "_RGB profile:" msgstr "Profil _RGB:" -#: ../app/dialogs/preferences-dialog.c:2436 +#: ../app/dialogs/preferences-dialog.c:2442 msgid "Select RGB Color Profile" msgstr "Wybór profilu koloru RGB" -#: ../app/dialogs/preferences-dialog.c:2437 +#: ../app/dialogs/preferences-dialog.c:2443 msgid "_CMYK profile:" msgstr "Profil _CMYK:" -#: ../app/dialogs/preferences-dialog.c:2438 +#: ../app/dialogs/preferences-dialog.c:2444 msgid "Select CMYK Color Profile" msgstr "Wybór profilu koloru CMYK" -#: ../app/dialogs/preferences-dialog.c:2439 +#: ../app/dialogs/preferences-dialog.c:2445 msgid "_Monitor profile:" msgstr "Profil _monitora:" -#: ../app/dialogs/preferences-dialog.c:2440 +#: ../app/dialogs/preferences-dialog.c:2446 msgid "Select Monitor Color Profile" msgstr "Wybór profilu koloru monitora" -#: ../app/dialogs/preferences-dialog.c:2441 +#: ../app/dialogs/preferences-dialog.c:2447 msgid "_Print simulation profile:" msgstr "_Profil symulacji wydruku:" -#: ../app/dialogs/preferences-dialog.c:2442 +#: ../app/dialogs/preferences-dialog.c:2448 msgid "Select Printer Color Profile" msgstr "Wybór profilu koloru drukarki" -#: ../app/dialogs/preferences-dialog.c:2453 +#: ../app/dialogs/preferences-dialog.c:2459 msgid "_Mode of operation:" -msgstr "_Tryb operacji:" +msgstr "_Tryb działania:" -#: ../app/dialogs/preferences-dialog.c:2483 +#: ../app/dialogs/preferences-dialog.c:2489 msgid "_Try to use the system monitor profile" msgstr "_Spróbuj użyć systemowego profilu monitora" -#: ../app/dialogs/preferences-dialog.c:2493 +#: ../app/dialogs/preferences-dialog.c:2499 msgid "_Display rendering intent:" -msgstr "" +msgstr "_Wyświetlanie renderowania docelowego:" -#: ../app/dialogs/preferences-dialog.c:2502 +#: ../app/dialogs/preferences-dialog.c:2508 msgid "_Softproof rendering intent:" -msgstr "" +msgstr "_Korekta ekranowa renderowania docelowego:" -#: ../app/dialogs/preferences-dialog.c:2515 +#: ../app/dialogs/preferences-dialog.c:2521 msgid "Mark out of gamut colors" msgstr "Wyróżnij gamę kolorów" -#: ../app/dialogs/preferences-dialog.c:2520 +#: ../app/dialogs/preferences-dialog.c:2526 msgid "Select Warning Color" msgstr "Wybór koloru ostrzeżeń" -#: ../app/dialogs/preferences-dialog.c:2533 +#: ../app/dialogs/preferences-dialog.c:2539 msgid "File Open behaviour:" msgstr "Zachowanie okna otwierania pliku:" -#: ../app/dialogs/preferences-dialog.c:2545 +#: ../app/dialogs/preferences-dialog.c:2551 msgid "Input Devices" msgstr "Urządzenia wejściowe" #. Extended Input Devices -#: ../app/dialogs/preferences-dialog.c:2555 +#: ../app/dialogs/preferences-dialog.c:2561 msgid "Extended Input Devices" msgstr "Dodatkowe urządzenia wejściowe" -#: ../app/dialogs/preferences-dialog.c:2559 +#: ../app/dialogs/preferences-dialog.c:2565 msgid "Configure E_xtended Input Devices..." msgstr "_Konfiguruj dodatkowe urządzenia wejściowe..." -#: ../app/dialogs/preferences-dialog.c:2566 +#: ../app/dialogs/preferences-dialog.c:2572 msgid "_Save input device settings on exit" msgstr "Zap_isz ustawienia urządzeń wejściowych przed zakończeniem" -#: ../app/dialogs/preferences-dialog.c:2570 +#: ../app/dialogs/preferences-dialog.c:2576 msgid "Save Input Device Settings _Now" msgstr "_Zapisz ustawienia urządzeń wejściowych" -#: ../app/dialogs/preferences-dialog.c:2577 +#: ../app/dialogs/preferences-dialog.c:2583 msgid "_Reset Saved Input Device Settings to Default Values" msgstr "_Ustaw zapisane ustawienia urządzeń wejściowych na wartości domyślne" -#: ../app/dialogs/preferences-dialog.c:2592 +#: ../app/dialogs/preferences-dialog.c:2598 msgid "Additional Input Controllers" msgstr "Dodatkowe urządzenia sterujące" -#: ../app/dialogs/preferences-dialog.c:2595 +#: ../app/dialogs/preferences-dialog.c:2601 msgid "Input Controllers" msgstr "Urządzenia sterujące" -#: ../app/dialogs/preferences-dialog.c:2611 +#: ../app/dialogs/preferences-dialog.c:2617 msgid "Window Management" msgstr "Zarządzanie oknami" -#: ../app/dialogs/preferences-dialog.c:2620 +#: ../app/dialogs/preferences-dialog.c:2626 msgid "Window Manager Hints" msgstr "Podpowiedź do zarządzania oknami" -#: ../app/dialogs/preferences-dialog.c:2626 +#: ../app/dialogs/preferences-dialog.c:2632 msgid "Hint for the _toolbox:" msgstr "Podpowiedź do _przybornika:" -#: ../app/dialogs/preferences-dialog.c:2630 +#: ../app/dialogs/preferences-dialog.c:2636 msgid "Hint for other _docks:" msgstr "Po_dpowiedź do innych doków:" -#: ../app/dialogs/preferences-dialog.c:2635 +#: ../app/dialogs/preferences-dialog.c:2641 msgid "Toolbox and other docks are transient to the active image window" msgstr "Przybornik i inne doki są tymczasowo na aktywnym oknie obrazu" -#: ../app/dialogs/preferences-dialog.c:2640 +#: ../app/dialogs/preferences-dialog.c:2646 msgid "Focus" msgstr "Aktywowanie okien" -#: ../app/dialogs/preferences-dialog.c:2644 +#: ../app/dialogs/preferences-dialog.c:2650 msgid "Activate the _focused image" msgstr "A_ktywuj obraz z kursorem" #. Window Positions -#: ../app/dialogs/preferences-dialog.c:2648 +#: ../app/dialogs/preferences-dialog.c:2654 msgid "Window Positions" msgstr "Położenia okien" -#: ../app/dialogs/preferences-dialog.c:2651 +#: ../app/dialogs/preferences-dialog.c:2657 msgid "_Save window positions on exit" msgstr "Zapisz pozycje okien przed za_kończeniem" -#: ../app/dialogs/preferences-dialog.c:2655 +#: ../app/dialogs/preferences-dialog.c:2661 msgid "Save Window Positions _Now" msgstr "_Zapisz położenia okien" -#: ../app/dialogs/preferences-dialog.c:2662 +#: ../app/dialogs/preferences-dialog.c:2668 msgid "_Reset Saved Window Positions to Default Values" msgstr "_Ustaw zapisane pozycje okien na wartości domyślne" -#: ../app/dialogs/preferences-dialog.c:2677 +#: ../app/dialogs/preferences-dialog.c:2683 msgid "Folders" msgstr "Katalogi" -#: ../app/dialogs/preferences-dialog.c:2697 +#: ../app/dialogs/preferences-dialog.c:2703 msgid "Temporary folder:" msgstr "Katalog tymczasowy:" -#: ../app/dialogs/preferences-dialog.c:2698 +#: ../app/dialogs/preferences-dialog.c:2704 msgid "Select Folder for Temporary Files" msgstr "Wybór katalogu dla plików tymczasowych." -#: ../app/dialogs/preferences-dialog.c:2702 +#: ../app/dialogs/preferences-dialog.c:2708 msgid "Swap folder:" msgstr "Katalog wymiany:" -#: ../app/dialogs/preferences-dialog.c:2703 +#: ../app/dialogs/preferences-dialog.c:2709 msgid "Select Swap Folder" msgstr "Wybór katalogu wymiany" -#: ../app/dialogs/preferences-dialog.c:2738 +#: ../app/dialogs/preferences-dialog.c:2744 msgid "Brush Folders" msgstr "Katalogi z pędzlami" -#: ../app/dialogs/preferences-dialog.c:2740 +#: ../app/dialogs/preferences-dialog.c:2746 msgid "Select Brush Folders" msgstr "Wybór katalogów z pędzlami" -#: ../app/dialogs/preferences-dialog.c:2742 +#: ../app/dialogs/preferences-dialog.c:2748 msgid "Pattern Folders" msgstr "Katalogi z deseniami" -#: ../app/dialogs/preferences-dialog.c:2744 +#: ../app/dialogs/preferences-dialog.c:2750 msgid "Select Pattern Folders" msgstr "Wybór katalogów z deseniami" -#: ../app/dialogs/preferences-dialog.c:2746 +#: ../app/dialogs/preferences-dialog.c:2752 msgid "Palette Folders" msgstr "Katalogi z paletami" -#: ../app/dialogs/preferences-dialog.c:2748 +#: ../app/dialogs/preferences-dialog.c:2754 msgid "Select Palette Folders" msgstr "Wybór katalogów z paletami" -#: ../app/dialogs/preferences-dialog.c:2750 +#: ../app/dialogs/preferences-dialog.c:2756 msgid "Gradient Folders" msgstr "Katalogi z gradientami" -#: ../app/dialogs/preferences-dialog.c:2752 +#: ../app/dialogs/preferences-dialog.c:2758 msgid "Select Gradient Folders" msgstr "Wybór katalogów z gradientami" -#: ../app/dialogs/preferences-dialog.c:2754 +#: ../app/dialogs/preferences-dialog.c:2760 msgid "Font Folders" msgstr "Katalogi z czcionkami" -#: ../app/dialogs/preferences-dialog.c:2756 +#: ../app/dialogs/preferences-dialog.c:2762 msgid "Select Font Folders" msgstr "Wybór katalogów z czcionkami" -#: ../app/dialogs/preferences-dialog.c:2758 +#: ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-In Folders" msgstr "Katalogi z wtyczkami" -#: ../app/dialogs/preferences-dialog.c:2760 +#: ../app/dialogs/preferences-dialog.c:2766 msgid "Select Plug-In Folders" msgstr "Wybór katalogów z wtyczkami" -#: ../app/dialogs/preferences-dialog.c:2762 +#: ../app/dialogs/preferences-dialog.c:2768 msgid "Scripts" msgstr "Skrypty" -#: ../app/dialogs/preferences-dialog.c:2762 +#: ../app/dialogs/preferences-dialog.c:2768 msgid "Script-Fu Folders" msgstr "Katalogi ze Script-Fu" -#: ../app/dialogs/preferences-dialog.c:2764 +#: ../app/dialogs/preferences-dialog.c:2770 msgid "Select Script-Fu Folders" msgstr "Wybór katalogów ze Script-Fu" -#: ../app/dialogs/preferences-dialog.c:2766 +#: ../app/dialogs/preferences-dialog.c:2772 msgid "Module Folders" msgstr "Katalogi z modułami" -#: ../app/dialogs/preferences-dialog.c:2768 +#: ../app/dialogs/preferences-dialog.c:2774 msgid "Select Module Folders" msgstr "Wybór katalogów z modułami" -#: ../app/dialogs/preferences-dialog.c:2770 +#: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreters" msgstr "Interpretery" -#: ../app/dialogs/preferences-dialog.c:2770 +#: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreter Folders" msgstr "Katalogi interpretera" -#: ../app/dialogs/preferences-dialog.c:2772 +#: ../app/dialogs/preferences-dialog.c:2778 msgid "Select Interpreter Folders" msgstr "Wybór katalogów interpretera" -#: ../app/dialogs/preferences-dialog.c:2774 +#: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment Folders" msgstr "Katalogi ze zmiennymi środowiskowymi" -#: ../app/dialogs/preferences-dialog.c:2776 +#: ../app/dialogs/preferences-dialog.c:2782 msgid "Select Environment Folders" msgstr "Wybór katalogów ze zmiennymi środowiskowymi" -#: ../app/dialogs/preferences-dialog.c:2778 +#: ../app/dialogs/preferences-dialog.c:2784 msgid "Themes" msgstr "Motywy" -#: ../app/dialogs/preferences-dialog.c:2778 +#: ../app/dialogs/preferences-dialog.c:2784 msgid "Theme Folders" msgstr "Katalogi z motywami" -#: ../app/dialogs/preferences-dialog.c:2780 +#: ../app/dialogs/preferences-dialog.c:2786 msgid "Select Theme Folders" msgstr "Wybór katalogów z motywami" @@ -8087,33 +8290,28 @@ msgstr "Rozmiar wydruku" #. the image size labels -#: ../app/dialogs/print-size-dialog.c:165 -#: ../app/widgets/gimpsizebox.c:202 +#: ../app/dialogs/print-size-dialog.c:165 ../app/widgets/gimpsizebox.c:202 #: ../app/widgets/gimptemplateeditor.c:161 msgid "_Width:" msgstr "_Szerokość:" -#: ../app/dialogs/print-size-dialog.c:172 -#: ../app/widgets/gimpsizebox.c:206 +#: ../app/dialogs/print-size-dialog.c:172 ../app/widgets/gimpsizebox.c:206 #: ../app/widgets/gimptemplateeditor.c:168 msgid "H_eight:" msgstr "_Wysokość:" #. the resolution labels -#: ../app/dialogs/print-size-dialog.c:222 -#: ../app/widgets/gimpsizebox.c:264 +#: ../app/dialogs/print-size-dialog.c:222 ../app/widgets/gimpsizebox.c:264 #: ../app/widgets/gimptemplateeditor.c:288 msgid "_X resolution:" msgstr "Rozdzielczość _X:" -#: ../app/dialogs/print-size-dialog.c:229 -#: ../app/widgets/gimpsizebox.c:267 +#: ../app/dialogs/print-size-dialog.c:229 ../app/widgets/gimpsizebox.c:267 #: ../app/widgets/gimptemplateeditor.c:295 msgid "_Y resolution:" msgstr "Rozdzielczość _Y:" -#: ../app/dialogs/print-size-dialog.c:240 -#: ../app/widgets/gimpsizebox.c:260 +#: ../app/dialogs/print-size-dialog.c:240 ../app/widgets/gimpsizebox.c:260 #: ../app/widgets/gimptemplateeditor.c:308 #, c-format msgid "pixels/%a" @@ -8151,8 +8349,7 @@ msgid "Canvas Size" msgstr "Wymiary płótna" -#: ../app/dialogs/resize-dialog.c:130 -#: ../app/dialogs/scale-dialog.c:109 +#: ../app/dialogs/resize-dialog.c:130 ../app/dialogs/scale-dialog.c:109 msgid "Layer Size" msgstr "Wymiary warstwy" @@ -8177,8 +8374,7 @@ msgstr "Pio_nowo:" #. Image size frame -#: ../app/dialogs/scale-dialog.c:98 -#: ../app/widgets/gimptemplateeditor.c:139 +#: ../app/dialogs/scale-dialog.c:98 ../app/widgets/gimptemplateeditor.c:139 msgid "Image Size" msgstr "Wymiary obrazu" @@ -8191,8 +8387,12 @@ msgstr "I_nterpolacja:" #: ../app/dialogs/scale-dialog.c:206 -msgid "Indexed color layers are always scaled without interpolation. The chosen interpolation type will affect channels and layer masks only." -msgstr "Warstwy w trybie indeksowanym są zawsze skalowane bez interpolacji. Wybrany typ interpolacji wpłynie tylko na kanały i maski." +msgid "" +"Indexed color layers are always scaled without interpolation. The chosen " +"interpolation type will affect channels and layer masks only." +msgstr "" +"Warstwy w trybie indeksowanym są zawsze skalowane bez interpolacji. Wybrany " +"typ interpolacji wpłynie tylko na kanały i maski." #: ../app/dialogs/stroke-dialog.c:102 msgid "Choose Stroke Style" @@ -8259,7 +8459,9 @@ #: ../app/dialogs/user-install-dialog.c:96 msgid "The GIMP user installation failed; see the log for details." -msgstr "Instalacja programu GIMP nie powiodła się. Należy sprawdzić plik log po więcej szczegółów." +msgstr "" +"Instalacja programu GIMP nie powiodła się. Należy sprawdzić plik log po " +"więcej szczegółów." #: ../app/dialogs/user-install-dialog.c:99 msgid "Installation Log" @@ -8355,21 +8557,20 @@ msgid "Image saved to '%s'" msgstr "Obraz zapisano do \"%s\"" -#: ../app/display/gimpdisplayshell.c:1024 +#: ../app/display/gimpdisplayshell.c:1035 msgid "Access the image menu" msgstr "Dostęp do menu obrazu" -#: ../app/display/gimpdisplayshell.c:1129 +#: ../app/display/gimpdisplayshell.c:1140 msgid "Zoom image when window size changes" msgstr "Zmiana powiększenia przy zmianie wymiarów okna" -#: ../app/display/gimpdisplayshell.c:1179 +#: ../app/display/gimpdisplayshell.c:1190 msgid "Navigate the image display" msgstr "Kontroluje wyświetlanie obrazu" -#: ../app/display/gimpdisplayshell.c:1274 -#: ../app/display/gimpdisplayshell.c:1364 -#: ../app/widgets/gimptoolbox.c:222 +#: ../app/display/gimpdisplayshell.c:1285 +#: ../app/display/gimpdisplayshell.c:1375 ../app/widgets/gimptoolbox.c:222 msgid "Drop image files here to open them" msgstr "Upuść tutaj pliki obrazu, aby je otworzyć" @@ -8391,30 +8592,54 @@ #: ../app/display/gimpdisplayshell-close.c:254 #, c-format msgid "If you don't save the image, changes from the last hour will be lost." -msgid_plural "If you don't save the image, changes from the last %d hours will be lost." -msgstr[0] "Jeśli obraz nie zostanie zapisany, zmiany z ostatniej godziny zostaną utracone." -msgstr[1] "Jeśli obraz nie zostanie zapisany, zmiany z %d ostatnich godzin zostaną utracone." -msgstr[2] "Jeśli obraz nie zostanie zapisany, zmiany z %d ostatnich godzin zostaną utracone." +msgid_plural "" +"If you don't save the image, changes from the last %d hours will be lost." +msgstr[0] "" +"Jeśli obraz nie zostanie zapisany, zmiany z ostatniej godziny zostaną " +"utracone." +msgstr[1] "" +"Jeśli obraz nie zostanie zapisany, zmiany z %d ostatnich godzin zostaną " +"utracone." +msgstr[2] "" +"Jeśli obraz nie zostanie zapisany, zmiany z %d ostatnich godzin zostaną " +"utracone." #: ../app/display/gimpdisplayshell-close.c:264 #, c-format -msgid "If you don't save the image, changes from the last hour and %d minute will be lost." -msgid_plural "If you don't save the image, changes from the last hour and %d minutes will be lost." -msgstr[0] "Jeśli obraz nie zostanie zapisany, zmiany z ostatniej godziny i %d minuty zostaną utracone." -msgstr[1] "Jeśli obraz nie zostanie zapisany, zmiany z ostatniej godziny i %d minut zostaną utracone." -msgstr[2] "Jeśli obraz nie zostanie zapisany, zmiany z ostatniej godziny i %d minut zostaną utracone." +msgid "" +"If you don't save the image, changes from the last hour and %d minute will " +"be lost." +msgid_plural "" +"If you don't save the image, changes from the last hour and %d minutes will " +"be lost." +msgstr[0] "" +"Jeśli obraz nie zostanie zapisany, zmiany z ostatniej godziny i %d minuty " +"zostaną utracone." +msgstr[1] "" +"Jeśli obraz nie zostanie zapisany, zmiany z ostatniej godziny i %d minut " +"zostaną utracone." +msgstr[2] "" +"Jeśli obraz nie zostanie zapisany, zmiany z ostatniej godziny i %d minut " +"zostaną utracone." #: ../app/display/gimpdisplayshell-close.c:275 #, c-format msgid "If you don't save the image, changes from the last minute will be lost." -msgid_plural "If you don't save the image, changes from the last %d minutes will be lost." -msgstr[0] "Jeśli obraz nie zostanie zapisany, zmiany z ostatniej minuty zostaną utracone." -msgstr[1] "Jeśli obraz nie zostanie zapisany, zmiany z ostatnich %d minut zostaną utracone." -msgstr[2] "Jeśli obraz nie zostanie zapisany, zmiany z ostatnich %d minut zostaną utracone." +msgid_plural "" +"If you don't save the image, changes from the last %d minutes will be lost." +msgstr[0] "" +"Jeśli obraz nie zostanie zapisany, zmiany z ostatniej minuty zostaną " +"utracone." +msgstr[1] "" +"Jeśli obraz nie zostanie zapisany, zmiany z ostatnich %d minut zostaną " +"utracone." +msgstr[2] "" +"Jeśli obraz nie zostanie zapisany, zmiany z ostatnich %d minut zostaną " +"utracone." #: ../app/display/gimpdisplayshell-dnd.c:255 -#: ../app/display/gimpdisplayshell-dnd.c:587 -#: ../app/display/gimpdisplayshell-dnd.c:658 +#: ../app/display/gimpdisplayshell-dnd.c:606 +#: ../app/display/gimpdisplayshell-dnd.c:677 msgid "Drop New Layer" msgstr "Upuszczenie nowej warstwy" @@ -8422,14 +8647,13 @@ msgid "Drop New Path" msgstr "Upuszczenie nowej ścieżki" -#: ../app/display/gimpdisplayshell-dnd.c:497 +#: ../app/display/gimpdisplayshell-dnd.c:513 #: ../app/widgets/gimplayertreeview.c:719 msgid "Drop layers" msgstr "Upuszczone warstwy" -#: ../app/display/gimpdisplayshell-dnd.c:648 -#: ../app/widgets/gimplayertreeview.c:801 -#: ../app/widgets/gimptoolbox-dnd.c:361 +#: ../app/display/gimpdisplayshell-dnd.c:667 +#: ../app/widgets/gimplayertreeview.c:801 ../app/widgets/gimptoolbox-dnd.c:361 msgid "Dropped Buffer" msgstr "Upuszczony bufor" @@ -8495,13 +8719,12 @@ msgid "(none)" msgstr "(brak)" -#: ../app/display/gimpstatusbar.c:346 +#: ../app/display/gimpstatusbar.c:364 #, c-format msgid "Cancel %s" msgstr "Anuluj %s" -#: ../app/file/file-open.c:131 -#: ../app/file/file-save.c:111 +#: ../app/file/file-open.c:131 ../app/file/file-save.c:111 #, c-format msgid "Not a regular file" msgstr "To nie jest zwykły plik" @@ -8528,8 +8751,12 @@ msgstr "Nie można otworzyć pliku \"%s\": %s" #: ../app/file/file-open.c:613 -msgid "Color management has been disabled. It can be enabled again in the Preferences dialog." -msgstr "Zarządzanie kolorami zostało wyłączone. Może ono zostać włączono ponownie w oknie Preferencji." +msgid "" +"Color management has been disabled. It can be enabled again in the " +"Preferences dialog." +msgstr "" +"Zarządzanie kolorami zostało wyłączone. Może ono zostać włączono ponownie w " +"oknie Preferencji." #: ../app/file/file-procedure.c:200 #, c-format @@ -8546,8 +8773,7 @@ msgid "'%s:' is not a valid URI scheme" msgstr "\"%s:\" nie jest poprawnym znacznikiem URI" -#: ../app/file/file-utils.c:88 -#: ../app/file/file-utils.c:122 +#: ../app/file/file-utils.c:88 ../app/file/file-utils.c:122 #, c-format msgid "Invalid character sequence in URI" msgstr "Niepoprawna ciąg znaków w URI" @@ -8557,8 +8783,7 @@ msgid "not a GIMP Curves file" msgstr "nie jest plikiem krzywych programu GIMP" -#: ../app/gegl/gimpcurvesconfig.c:398 -#: ../app/gegl/gimplevelsconfig.c:711 +#: ../app/gegl/gimpcurvesconfig.c:398 ../app/gegl/gimplevelsconfig.c:711 #, c-format msgid "parse error" msgstr "błąd przy analizie składniowej" @@ -8569,7 +8794,7 @@ msgstr "nie jest plikiem poziomów programu GIMP" #. initialize the document history -#: ../app/gui/gui.c:420 +#: ../app/gui/gui.c:426 msgid "Documents" msgstr "Dokumenty" @@ -8577,8 +8802,7 @@ msgid "GIMP Startup" msgstr "Uruchamianie programu GIMP" -#: ../app/paint/gimpairbrush.c:69 -#: ../app/tools/gimpairbrushtool.c:54 +#: ../app/paint/gimpairbrush.c:69 ../app/tools/gimpairbrushtool.c:54 msgid "Airbrush" msgstr "Aerograf" @@ -8587,8 +8811,7 @@ msgid "No brushes available for use with this tool." msgstr "Brak dostępnych pędzli dla tego narzędzia." -#: ../app/paint/gimpclone.c:99 -#: ../app/tools/gimpclonetool.c:61 +#: ../app/paint/gimpclone.c:99 ../app/tools/gimpclonetool.c:61 msgid "Clone" msgstr "Klonowanie" @@ -8605,13 +8828,11 @@ msgid "Dodge/Burn" msgstr "Rozjaśnianie lub wypalanie" -#: ../app/paint/gimperaser.c:62 -#: ../app/tools/gimperasertool.c:66 +#: ../app/paint/gimperaser.c:62 ../app/tools/gimperasertool.c:66 msgid "Eraser" msgstr "Gumka" -#: ../app/paint/gimpheal.c:115 -#: ../app/tools/gimphealtool.c:53 +#: ../app/paint/gimpheal.c:115 ../app/tools/gimphealtool.c:53 msgid "Heal" msgstr "Łatka" @@ -8620,18 +8841,20 @@ msgid "Healing does not operate on indexed layers." msgstr "Łatanie nie jest możliwe na warstwach indeksowanych." -#: ../app/paint/gimppaintbrush.c:63 -#: ../app/tools/gimppaintbrushtool.c:51 +#: ../app/paint/gimppaintbrush.c:63 ../app/tools/gimppaintbrushtool.c:51 msgid "Paintbrush" msgstr "Pędzel" -#: ../app/paint/gimppencil.c:42 -#: ../app/tools/gimppenciltool.c:51 +#: ../app/paint/gimppaintcore-stroke.c:332 +#, c-format +msgid "Not enough points to stroke" +msgstr "Za mało punktów dla krzywej" + +#: ../app/paint/gimppencil.c:42 ../app/tools/gimppenciltool.c:51 msgid "Pencil" msgstr "Ołówek" -#: ../app/paint/gimpperspectiveclone.c:97 -#: ../app/paint/paint-enums.c:52 +#: ../app/paint/gimpperspectiveclone.c:97 ../app/paint/paint-enums.c:52 #: ../app/tools/gimpperspectiveclonetool.c:126 msgid "Perspective Clone" msgstr "Klon perspektywy" @@ -8641,8 +8864,7 @@ msgid "Perspective Clone does not operate on indexed layers." msgstr "Klon perspektywy nie jest możliwy na warstwach indeksowanych." -#: ../app/paint/gimpsmudge.c:78 -#: ../app/tools/gimpsmudgetool.c:53 +#: ../app/paint/gimpsmudge.c:78 ../app/tools/gimpsmudgetool.c:53 msgid "Smudge" msgstr "Rozsmarowywanie" @@ -8681,15 +8903,13 @@ #: ../app/pdb/drawable-transform-cmds.c:310 #: ../app/pdb/drawable-transform-cmds.c:395 -#: ../app/pdb/transform-tools-cmds.c:146 -#: ../app/tools/gimpperspectivetool.c:69 +#: ../app/pdb/transform-tools-cmds.c:146 ../app/tools/gimpperspectivetool.c:69 msgid "Perspective" msgstr "Perspektywa" #: ../app/pdb/drawable-transform-cmds.c:832 #: ../app/pdb/drawable-transform-cmds.c:904 -#: ../app/pdb/transform-tools-cmds.c:362 -#: ../app/tools/gimpsheartool.c:111 +#: ../app/pdb/transform-tools-cmds.c:362 ../app/tools/gimpsheartool.c:111 msgid "Shearing" msgstr "Nachylanie" @@ -8704,226 +8924,275 @@ msgid "2D Transforming" msgstr "Przekształcanie 2D" -#: ../app/pdb/edit-cmds.c:709 -#: ../app/tools/gimpblendtool.c:223 +#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:225 msgid "Blending" msgstr "Mieszanie" #: ../app/pdb/floating-sel-cmds.c:63 #, c-format msgid "Cannot remove this layer because it is not a floating selection." -msgstr "Nie można usunąć warstwy, ponieważ nie jest ona oderwanym zaznaczeniem." +msgstr "" +"Nie można usunąć warstwy, ponieważ nie jest ona oderwanym zaznaczeniem." #: ../app/pdb/floating-sel-cmds.c:95 #, c-format msgid "Cannot anchor this layer because it is not a floating selection." -msgstr "Nie można zakotwiczyć warstwy, ponieważ nie jest ona oderwanym zaznaczeniem." +msgstr "" +"Nie można zakotwiczyć warstwy, ponieważ nie jest ona oderwanym zaznaczeniem." #: ../app/pdb/floating-sel-cmds.c:127 #, c-format -msgid "Cannot convert this layer to a normal layer because it is not a floating selection." -msgstr "Nie można skonwertować warstwy na normalną, ponieważ nie jest ona oderwanym zaznaczeniem." +msgid "" +"Cannot convert this layer to a normal layer because it is not a floating " +"selection." +msgstr "" +"Nie można skonwertować warstwy na normalną, ponieważ nie jest ona oderwanym " +"zaznaczeniem." #: ../app/pdb/floating-sel-cmds.c:188 #, c-format msgid "Cannot rigor this layer because it is not a floating selection." -msgstr "Nie można zablokować warstwy, ponieważ nie jest ona oderwanym zaznaczeniem." +msgstr "" +"Nie można zablokować warstwy, ponieważ nie jest ona oderwanym zaznaczeniem." #: ../app/pdb/floating-sel-cmds.c:222 #, c-format msgid "Cannot relax this layer because it is not a floating selection." -msgstr "Nie można odblokować warstwy, ponieważ nie jest ona oderwanym zaznaczeniem." +msgstr "" +"Nie można odblokować warstwy, ponieważ nie jest ona oderwanym zaznaczeniem." -#: ../app/pdb/gimppdb-query.c:300 -#: ../app/pdb/gimppdb.c:307 +#: ../app/pdb/gimppdb-query.c:300 ../app/pdb/gimppdb.c:307 #: ../app/pdb/gimppdb.c:377 #, c-format msgid "Procedure '%s' not found" msgstr "Nie odnaleziono procedury \"%s\"" -#: ../app/pdb/gimppdb-utils.c:59 +#: ../app/pdb/gimppdb-utils.c:61 #, c-format msgid "Invalid empty brush name" msgstr "Niepoprawna, pusta nazwa pędzla" -#: ../app/pdb/gimppdb-utils.c:69 +#: ../app/pdb/gimppdb-utils.c:71 #, c-format msgid "Brush '%s' not found" msgstr "Nie znaleziono pędzla \"%s\"" -#: ../app/pdb/gimppdb-utils.c:74 +#: ../app/pdb/gimppdb-utils.c:76 #, c-format msgid "Brush '%s' is not editable" msgstr "Nie można edytować pędzla \"%s\"" -#: ../app/pdb/gimppdb-utils.c:100 +#: ../app/pdb/gimppdb-utils.c:102 #, c-format msgid "Brush '%s' is not a generated brush" msgstr "Pędzel \"%s\" nie jest wygenerowany" -#: ../app/pdb/gimppdb-utils.c:120 +#: ../app/pdb/gimppdb-utils.c:122 #, c-format msgid "Invalid empty pattern name" msgstr "Niepoprawna, pusta nazwa desenia" -#: ../app/pdb/gimppdb-utils.c:130 +#: ../app/pdb/gimppdb-utils.c:132 #, c-format msgid "Pattern '%s' not found" msgstr "Nie znaleziono desenia \"%s\"" -#: ../app/pdb/gimppdb-utils.c:150 +#: ../app/pdb/gimppdb-utils.c:152 #, c-format msgid "Invalid empty gradient name" msgstr "Niepoprawna, pusta nazwa gradientu" -#: ../app/pdb/gimppdb-utils.c:160 +#: ../app/pdb/gimppdb-utils.c:162 #, c-format msgid "Gradient '%s' not found" msgstr "Nie znaleziono gradientu \"%s\"" -#: ../app/pdb/gimppdb-utils.c:165 +#: ../app/pdb/gimppdb-utils.c:167 #, c-format msgid "Gradient '%s' is not editable" msgstr "Nie można edytować gradientu \"%s\"" -#: ../app/pdb/gimppdb-utils.c:186 +#: ../app/pdb/gimppdb-utils.c:188 #, c-format msgid "Invalid empty palette name" msgstr "Niepoprawna, pusta nazwa palety" -#: ../app/pdb/gimppdb-utils.c:196 +#: ../app/pdb/gimppdb-utils.c:198 #, c-format msgid "Palette '%s' not found" msgstr "Nie znaleziono palety \"%s\"" -#: ../app/pdb/gimppdb-utils.c:201 +#: ../app/pdb/gimppdb-utils.c:203 #, c-format msgid "Palette '%s' is not editable" msgstr "Nie można edytować palety \"%s\"" -#: ../app/pdb/gimppdb-utils.c:221 +#: ../app/pdb/gimppdb-utils.c:223 #, c-format msgid "Invalid empty font name" msgstr "Niepoprawna, pusta nazwa czcionki" -#: ../app/pdb/gimppdb-utils.c:231 +#: ../app/pdb/gimppdb-utils.c:233 #, c-format msgid "Font '%s' not found" msgstr "Nie znaleziono czcionki \"%s\"" -#: ../app/pdb/gimppdb-utils.c:250 +#: ../app/pdb/gimppdb-utils.c:252 #, c-format msgid "Invalid empty buffer name" msgstr "Niepoprawna, pusta nazwa buforu" -#: ../app/pdb/gimppdb-utils.c:260 +#: ../app/pdb/gimppdb-utils.c:262 #, c-format msgid "Named buffer '%s' not found" msgstr "Nie odnaleziono buforu \"%s\"" -#: ../app/pdb/gimppdb-utils.c:279 +#: ../app/pdb/gimppdb-utils.c:281 #, c-format msgid "Invalid empty paint method name" msgstr "Niepoprawna, pusta nazwa metody rysowania" -#: ../app/pdb/gimppdb-utils.c:289 +#: ../app/pdb/gimppdb-utils.c:291 #, c-format msgid "Paint method '%s' does not exist" msgstr "Nie istnieje metoda rysowania \"%s\"" -#: ../app/pdb/gimppdb-utils.c:305 +#: ../app/pdb/gimppdb-utils.c:307 #, c-format -msgid "Item '%s' (%d) can not be used because it has not been added to an image" -msgstr "Element \"%s\" (%d) nie może zostac użyty, ponieważ nie został dodany do obrazu" +msgid "" +"Item '%s' (%d) can not be used because it has not been added to an image" +msgstr "" +"Element \"%s\" (%d) nie może zostac użyty, ponieważ nie został dodany do " +"obrazu" -#: ../app/pdb/gimppdb-utils.c:327 +#: ../app/pdb/gimppdb-utils.c:329 #, c-format msgid "Item '%s' (%d) has already been added to an image" msgstr "Element \"%s\" (%d) został już dodany do obrazu" -#: ../app/pdb/gimppdb-utils.c:335 +#: ../app/pdb/gimppdb-utils.c:337 #, c-format msgid "Trying to add item '%s' (%d) to wrong image" msgstr "Próbowano dodać element \"%s\" (%d) do złego obrazu" -#: ../app/pdb/gimppdb-utils.c:354 +#: ../app/pdb/gimppdb-utils.c:356 #, c-format msgid "Layer '%s' (%d) can not be used because it is not a text layer" -msgstr "Warstwa \"%s\" (%d) nie może zostać użyta ponieważ nie jest warstwą tekstową" +msgstr "" +"Warstwa \"%s\" (%d) nie może zostać użyta ponieważ nie jest warstwą tekstową" -#: ../app/pdb/gimppdb-utils.c:395 +#: ../app/pdb/gimppdb-utils.c:401 #, c-format msgid "Image '%s' (%d) is of type '%s', but an image of type '%s' is expected" -msgstr "Obraz \"%s\" (%d) jest typu \"%s\", natomiast spodziewany typ obrazu to \"%s\"" +msgstr "" +"Obraz \"%s\" (%d) jest typu \"%s\", natomiast spodziewany typ obrazu to \"%s" +"\"" -#: ../app/pdb/gimppdb-utils.c:418 +#: ../app/pdb/gimppdb-utils.c:430 #, c-format msgid "Image '%s' (%d) is already of type '%s'" msgstr "Obraz \"%s\" (%d) jest już typu \"%s\"" -#: ../app/pdb/gimppdb-utils.c:441 +#: ../app/pdb/gimppdb-utils.c:455 #, c-format msgid "Vectors object %d does not contain stroke with ID %d" msgstr "Obiekt wektorowy %d nie zawiera krzywej o ID %d" #: ../app/pdb/gimppdb.c:411 #, c-format -msgid "Procedure '%s' has been called with a wrong type for argument #%d. Expected %s, got %s." -msgstr "Procedura \"%s\" została wywołana z błędnym typem argumentu #%d. Spodziewany %s, otrzymany %s." +msgid "" +"Procedure '%s' has been called with a wrong type for argument #%d. Expected " +"%s, got %s." +msgstr "" +"Procedura \"%s\" została wywołana z błędnym typem argumentu #%d. Spodziewany " +"%s, otrzymany %s." -#: ../app/pdb/gimpprocedure.c:361 -#: ../app/plug-in/gimppluginprocframe.c:209 +#: ../app/pdb/gimpprocedure.c:361 ../app/plug-in/gimppluginprocframe.c:209 #, c-format msgid "Procedure '%s' returned no return values" msgstr "Procedura \"%s\" nie zwróciła wartości" #: ../app/pdb/gimpprocedure.c:585 #, c-format -msgid "Procedure '%s' returned a wrong value type for return value '%s' (#%d). Expected %s, got %s." -msgstr "Procedura \"%s\" zwróciła zły typ wartości \"%s\" (#%d). Spodziewany %s, otrzymany %s." +msgid "" +"Procedure '%s' returned a wrong value type for return value '%s' (#%d). " +"Expected %s, got %s." +msgstr "" +"Procedura \"%s\" zwróciła zły typ wartości \"%s\" (#%d). Spodziewany %s, " +"otrzymany %s." #: ../app/pdb/gimpprocedure.c:597 #, c-format -msgid "Procedure '%s' has been called with a wrong value type for argument '%s' (#%d). Expected %s, got %s." -msgstr "Procedura \"%s\" została wywołana z błędnym argumentem \"%s\" (#%d). Spodziewany %s, otrzymany %s." +msgid "" +"Procedure '%s' has been called with a wrong value type for argument '%s' (#" +"%d). Expected %s, got %s." +msgstr "" +"Procedura \"%s\" została wywołana z błędnym argumentem \"%s\" (#%d). " +"Spodziewany %s, otrzymany %s." #: ../app/pdb/gimpprocedure.c:629 #, c-format -msgid "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer." -msgstr "Procedura \"%s\" zwróciła błędny ID dla argumentu \"%s\". Prawdopodobnie wtyczka próbuje pracować na warstwie, która nie istnieje." +msgid "" +"Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" +"in is trying to work on a layer that doesn't exist any longer." +msgstr "" +"Procedura \"%s\" zwróciła błędny ID dla argumentu \"%s\". Prawdopodobnie " +"wtyczka próbuje pracować na warstwie, która nie istnieje." #: ../app/pdb/gimpprocedure.c:641 #, c-format -msgid "Procedure '%s' has been called with an invalid ID for argument '%s'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer." -msgstr "Procedura \"%s\" wywołała błędny ID dla argumentu \"%s\". Prawdopodobnie wtyczka próbuje pracować na warstwie, która nie istnieje." +msgid "" +"Procedure '%s' has been called with an invalid ID for argument '%s'. Most " +"likely a plug-in is trying to work on a layer that doesn't exist any longer." +msgstr "" +"Procedura \"%s\" wywołała błędny ID dla argumentu \"%s\". Prawdopodobnie " +"wtyczka próbuje pracować na warstwie, która nie istnieje." #: ../app/pdb/gimpprocedure.c:657 #, c-format -msgid "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-in is trying to work on an image that doesn't exist any longer." -msgstr "Procedura \"%s\" zwróciła błędny ID dla argumentu \"%s\". Prawdopodobnie wtyczka próbuje pracować na obrazie, który nie istnieje." +msgid "" +"Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" +"in is trying to work on an image that doesn't exist any longer." +msgstr "" +"Procedura \"%s\" zwróciła błędny ID dla argumentu \"%s\". Prawdopodobnie " +"wtyczka próbuje pracować na obrazie, który nie istnieje." #: ../app/pdb/gimpprocedure.c:669 #, c-format -msgid "Procedure '%s' has been called with an invalid ID for argument '%s'. Most likely a plug-in is trying to work on an image that doesn't exist any longer." -msgstr "Procedura \"%s\" wywołała błędny ID dla argumentu \"%s\". Prawdopodobnie wtyczka próbuje pracować na obrazie, który nie istnieje." +msgid "" +"Procedure '%s' has been called with an invalid ID for argument '%s'. Most " +"likely a plug-in is trying to work on an image that doesn't exist any longer." +msgstr "" +"Procedura \"%s\" wywołała błędny ID dla argumentu \"%s\". Prawdopodobnie " +"wtyczka próbuje pracować na obrazie, który nie istnieje." #: ../app/pdb/gimpprocedure.c:689 #, c-format -msgid "Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value is out of range." -msgstr "Procedura \"%s\" zwróciła \"%s\", jako wartość \"%s\" (#%d, typ %s). Ta wartość jest poza zakresem." +msgid "" +"Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value " +"is out of range." +msgstr "" +"Procedura \"%s\" zwróciła \"%s\", jako wartość \"%s\" (#%d, typ %s). Ta " +"wartość jest poza zakresem." #: ../app/pdb/gimpprocedure.c:702 #, c-format -msgid "Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %s). This value is out of range." -msgstr "Procedura \"%s\" została wywołana z wartością \"%s\", jako argument \"%s\" (#%d, typ %s). Ta wartość jest poza zakresem." +msgid "" +"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type " +"%s). This value is out of range." +msgstr "" +"Procedura \"%s\" została wywołana z wartością \"%s\", jako argument \"%s\" (#" +"%d, typ %s). Ta wartość jest poza zakresem." #: ../app/pdb/image-cmds.c:2268 #, c-format -msgid "Image resolution is out of bounds, using the default resolution instead." -msgstr "Rozdzielczość obrazu przekracza dopuszczalny zakres. Użyto rozdzielczości domyślnej." +msgid "" +"Image resolution is out of bounds, using the default resolution instead." +msgstr "" +"Rozdzielczość obrazu przekracza dopuszczalny zakres. Użyto rozdzielczości " +"domyślnej." -#: ../app/pdb/selection-tools-cmds.c:218 -#: ../app/tools/gimpfreeselecttool.c:197 +#: ../app/pdb/selection-tools-cmds.c:218 ../app/tools/gimpfreeselecttool.c:197 msgid "Free Select" msgstr "Zaznaczenie odręczne" @@ -8935,18 +9204,12 @@ # KOLIZJA # app/gui/layers-commands.c - "Modyfikacja atrybutów warstwy" # app/widgets/gimplayertreeview.c - "Modyfikuje atrybuty warstwy" -#: ../app/pdb/text-layer-cmds.c:163 -#: ../app/pdb/text-layer-cmds.c:235 -#: ../app/pdb/text-layer-cmds.c:314 -#: ../app/pdb/text-layer-cmds.c:394 -#: ../app/pdb/text-layer-cmds.c:467 -#: ../app/pdb/text-layer-cmds.c:539 -#: ../app/pdb/text-layer-cmds.c:611 -#: ../app/pdb/text-layer-cmds.c:683 -#: ../app/pdb/text-layer-cmds.c:755 -#: ../app/pdb/text-layer-cmds.c:825 -#: ../app/pdb/text-layer-cmds.c:897 -#: ../app/pdb/text-layer-cmds.c:969 +#: ../app/pdb/text-layer-cmds.c:163 ../app/pdb/text-layer-cmds.c:235 +#: ../app/pdb/text-layer-cmds.c:314 ../app/pdb/text-layer-cmds.c:394 +#: ../app/pdb/text-layer-cmds.c:467 ../app/pdb/text-layer-cmds.c:539 +#: ../app/pdb/text-layer-cmds.c:611 ../app/pdb/text-layer-cmds.c:683 +#: ../app/pdb/text-layer-cmds.c:755 ../app/pdb/text-layer-cmds.c:825 +#: ../app/pdb/text-layer-cmds.c:897 ../app/pdb/text-layer-cmds.c:969 #: ../app/pdb/text-layer-cmds.c:1041 msgid "Set text layer attribute" msgstr "Modyfikuje atrybut warstwy tekstowej" @@ -8999,12 +9262,15 @@ "Plug-in crashed: \"%s\"\n" "(%s)\n" "\n" -"The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side." +"The dying plug-in may have messed up GIMP's internal state. You may want to " +"save your images and restart GIMP to be on the safe side." msgstr "" "We wtyczce wystąpił błąd: \"%s\"\n" "(%s)\n" "\n" -"Wtyczka przerywając działanie w wyniku błędu, mogła uszkodzić wewnętrzny stan programu GIMP. Dla bezpieczeństwa zalecane jest zapisanie obrazów i ponowne uruchomienie programu." +"Wtyczka przerywając działanie w wyniku błędu, mogła uszkodzić wewnętrzny " +"stan programu GIMP. Dla bezpieczeństwa zalecane jest zapisanie obrazów i " +"ponowne uruchomienie programu." #: ../app/plug-in/gimppluginmanager-call.c:173 #: ../app/plug-in/gimppluginmanager-call.c:223 @@ -9033,11 +9299,11 @@ msgid "Starting Extensions" msgstr "Uruchamianie rozszerzeń" -#: ../app/plug-in/gimppluginmanager.c:296 +#: ../app/plug-in/gimppluginmanager.c:290 msgid "Plug-In Interpreters" msgstr "Interpreter wtyczek" -#: ../app/plug-in/gimppluginmanager.c:303 +#: ../app/plug-in/gimppluginmanager.c:297 msgid "Plug-In Environment" msgstr "Środowisko wtyczki" @@ -9098,8 +9364,7 @@ "pchnąć w tę łódź jeża\n" "lub ośm skrzyń fig." -#: ../app/text/gimptext-compat.c:108 -#: ../app/tools/gimptexttool.c:877 +#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "Dodanie warstwy tekstowej" @@ -9153,14 +9418,17 @@ "Problems parsing the text parasite for layer '%s':\n" "%s\n" "\n" -"Some text properties may be wrong. Unless you want to edit the text layer, you don't need to worry about this." +"Some text properties may be wrong. Unless you want to edit the text layer, " +"you don't need to worry about this." msgstr "" -"Wystąpił problem przy analizowaniu zawartości elementu pasożytniczego opisującego tekst, dołączonego do warstwy \"%s\":\n" +"Wystąpił problem przy analizowaniu zawartości elementu pasożytniczego " +"opisującego tekst, dołączonego do warstwy \"%s\":\n" "%s\n" "\n" -"Niektóre właściwości tekstu mogą być niepoprawne. Jeśli tekst nie będzie modyfikowany, nie ma to większego znaczenia." +"Niektóre właściwości tekstu mogą być niepoprawne. Jeśli tekst nie będzie " +"modyfikowany, nie ma to większego znaczenia." -#: ../app/tools/gimp-tools.c:327 +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." @@ -9176,19 +9444,16 @@ msgid "_Airbrush" msgstr "_Aerograf" -#: ../app/tools/gimpairbrushtool.c:92 -#: ../app/tools/gimpconvolvetool.c:217 +#: ../app/tools/gimpairbrushtool.c:92 ../app/tools/gimpconvolvetool.c:217 #: ../app/tools/gimpsmudgetool.c:97 msgid "Rate:" msgstr "Tempo:" -#: ../app/tools/gimpairbrushtool.c:98 -#: ../app/tools/gimppaintoptions-gui.c:198 +#: ../app/tools/gimpairbrushtool.c:98 ../app/tools/gimppaintoptions-gui.c:198 msgid "Pressure:" msgstr "Nacisk: " -#: ../app/tools/gimpaligntool.c:134 -#: ../app/tools/gimpaligntool.c:754 +#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:766 msgid "Align" msgstr "Wyrównanie" @@ -9200,107 +9465,105 @@ msgid "_Align" msgstr "_Wyrównaj" -#: ../app/tools/gimpaligntool.c:587 +#: ../app/tools/gimpaligntool.c:599 msgid "Click on a layer, path or guide, or Click-Drag to pick several layers" -msgstr "Kliknij na warstwie, ścieżce lub prowadnicy, lub kliknij i przeciągnij aby pobrać kilka warstw" +msgstr "" +"Kliknij na warstwie, ścieżce lub prowadnicy, lub kliknij i przeciągnij aby " +"pobrać kilka warstw" -#: ../app/tools/gimpaligntool.c:596 +#: ../app/tools/gimpaligntool.c:608 msgid "Click to pick this layer as first item" msgstr "Kliknij, aby wybrać pierwszą warstwę" -#: ../app/tools/gimpaligntool.c:604 +#: ../app/tools/gimpaligntool.c:616 msgid "Click to add this layer to the list" msgstr "Kliknij, aby dodać warstwę do listy" -#: ../app/tools/gimpaligntool.c:608 +#: ../app/tools/gimpaligntool.c:620 msgid "Click to pick this guide as first item" msgstr "Kliknij, aby wybrać pierwszą prowadnicę" -#: ../app/tools/gimpaligntool.c:616 +#: ../app/tools/gimpaligntool.c:628 msgid "Click to add this guide to the list" msgstr "Kliknij, aby dodać tę prowadnicę do listy" -#: ../app/tools/gimpaligntool.c:620 +#: ../app/tools/gimpaligntool.c:632 msgid "Click to pick this path as first item" msgstr "Kliknij, aby wybrać pierwszą scieżkę" -#: ../app/tools/gimpaligntool.c:628 +#: ../app/tools/gimpaligntool.c:640 msgid "Click to add this path to the list" msgstr "Kliknij, aby dodać tę ścieżkę do listy" -#: ../app/tools/gimpaligntool.c:766 +#: ../app/tools/gimpaligntool.c:778 msgid "Relative to:" msgstr "Odniesienie:" -#: ../app/tools/gimpaligntool.c:784 +#: ../app/tools/gimpaligntool.c:796 msgid "Align left edge of target" msgstr "Wyrównuje lewą krawędź" -#: ../app/tools/gimpaligntool.c:790 +#: ../app/tools/gimpaligntool.c:802 msgid "Align center of target" msgstr "Wyrównuje środek" -#: ../app/tools/gimpaligntool.c:796 +#: ../app/tools/gimpaligntool.c:808 msgid "Align right edge of target" msgstr "Wyrównuje prawą krawędź" -#: ../app/tools/gimpaligntool.c:806 +#: ../app/tools/gimpaligntool.c:818 msgid "Align top edge of target" msgstr "Wyrównuje górną krawędź" -#: ../app/tools/gimpaligntool.c:812 +#: ../app/tools/gimpaligntool.c:824 msgid "Align middle of target" msgstr "Wyrównuje środek" -#: ../app/tools/gimpaligntool.c:818 +#: ../app/tools/gimpaligntool.c:830 msgid "Align bottom of target" msgstr "Wyrównuje dolną krawędź" -#: ../app/tools/gimpaligntool.c:822 +#: ../app/tools/gimpaligntool.c:834 msgid "Distribute" msgstr "Rozmieszczenie" -#: ../app/tools/gimpaligntool.c:836 +#: ../app/tools/gimpaligntool.c:848 msgid "Distribute left edges of targets" msgstr "Rozmieszczenie lewych krawędzi" -#: ../app/tools/gimpaligntool.c:843 +#: ../app/tools/gimpaligntool.c:855 msgid "Distribute horizontal centers of targets" msgstr "Rozmieszczenie poziomych środków" -#: ../app/tools/gimpaligntool.c:850 +#: ../app/tools/gimpaligntool.c:862 msgid "Distribute right edges of targets" msgstr "Rozmieszczenie prawych krawędzi" -#: ../app/tools/gimpaligntool.c:860 +#: ../app/tools/gimpaligntool.c:872 msgid "Distribute top edges of targets" msgstr "Rozmieszczenie górnych krawędzi" -#: ../app/tools/gimpaligntool.c:867 +#: ../app/tools/gimpaligntool.c:879 msgid "Distribute vertical centers of targets" msgstr "Rozmieszczenie pionowych środków" -#: ../app/tools/gimpaligntool.c:873 +#: ../app/tools/gimpaligntool.c:885 msgid "Distribute bottoms of targets" msgstr "Rozmieszczenie dołów krawędzi" -#: ../app/tools/gimpaligntool.c:881 -#: ../app/tools/gimpblendoptions.c:222 +#: ../app/tools/gimpaligntool.c:893 ../app/tools/gimpblendoptions.c:222 msgid "Offset:" msgstr "Przesunięcie:" -#: ../app/tools/gimpblendoptions.c:216 -#: ../app/tools/gimppaintoptions-gui.c:648 +#: ../app/tools/gimpblendoptions.c:216 ../app/tools/gimppaintoptions-gui.c:648 msgid "Gradient:" msgstr "Gradient:" -#: ../app/tools/gimpblendoptions.c:232 -#: ../app/widgets/gimpbrusheditor.c:146 +#: ../app/tools/gimpblendoptions.c:232 ../app/widgets/gimpbrusheditor.c:146 msgid "Shape:" msgstr "Kształt:" -#: ../app/tools/gimpblendoptions.c:239 -#: ../app/tools/gimppaintoptions-gui.c:672 +#: ../app/tools/gimpblendoptions.c:239 ../app/tools/gimppaintoptions-gui.c:672 msgid "Repeat:" msgstr "Okresowość:" @@ -9326,23 +9589,22 @@ msgid "Blen_d" msgstr "_Gradient" -#: ../app/tools/gimpblendtool.c:162 +#: ../app/tools/gimpblendtool.c:164 #, c-format msgid "Blend does not operate on indexed layers." msgstr "Gradient nie pracuje na warstwach indeksowanych." -#: ../app/tools/gimpblendtool.c:400 -#: ../app/tools/gimppainttool.c:606 +#: ../app/tools/gimpblendtool.c:402 ../app/tools/gimppainttool.c:606 #, c-format msgid "%s for constrained angles" msgstr "%s dla wymuszonych kątów" -#: ../app/tools/gimpblendtool.c:401 +#: ../app/tools/gimpblendtool.c:403 #, c-format msgid "%s to move the whole line" msgstr "%s aby przesunąć całą linię" -#: ../app/tools/gimpblendtool.c:405 +#: ../app/tools/gimpblendtool.c:407 msgid "Blend: " msgstr "Gradient: " @@ -9389,7 +9651,9 @@ #: ../app/tools/gimpbucketfilloptions.c:106 msgid "Base filled area on all visible layers" -msgstr "Powoduje ustalanie wypełnianego obszaru w oparciu o wszystkie widoczne warstwy" +msgstr "" +"Powoduje ustalanie wypełnianego obszaru w oparciu o wszystkie widoczne " +"warstwy" #: ../app/tools/gimpbucketfilloptions.c:112 #: ../app/tools/gimpregionselectoptions.c:96 @@ -9427,10 +9691,8 @@ msgid "Fill transparent areas" msgstr "Z obszarami przezroczystymi" -#: ../app/tools/gimpbucketfilloptions.c:275 -#: ../app/tools/gimpclonetool.c:114 -#: ../app/tools/gimpcolorpickeroptions.c:151 -#: ../app/tools/gimphealtool.c:99 +#: ../app/tools/gimpbucketfilloptions.c:275 ../app/tools/gimpclonetool.c:114 +#: ../app/tools/gimpcolorpickeroptions.c:151 ../app/tools/gimphealtool.c:99 #: ../app/tools/gimpperspectiveclonetool.c:941 #: ../app/tools/gimpregionselectoptions.c:208 msgid "Sample merged" @@ -9458,7 +9720,8 @@ #: ../app/tools/gimpbycolorselecttool.c:68 msgid "Select by Color Tool: Select regions with similar colors" -msgstr "Narzędzie zaznaczenie według koloru: Zaznacza obszary z podobnymi kolorami" +msgstr "" +"Narzędzie zaznaczenie według koloru: Zaznacza obszary z podobnymi kolorami" #: ../app/tools/gimpbycolorselecttool.c:69 msgid "_By Color Select" @@ -9472,13 +9735,11 @@ msgid "_Clone" msgstr "_Klonowanie" -#: ../app/tools/gimpclonetool.c:86 -#: ../app/tools/gimpclonetool.c:89 +#: ../app/tools/gimpclonetool.c:86 ../app/tools/gimpclonetool.c:89 msgid "Click to clone" msgstr "Kliknij, aby sklonować" -#: ../app/tools/gimpclonetool.c:87 -#: ../app/tools/gimpclonetool.c:91 +#: ../app/tools/gimpclonetool.c:87 ../app/tools/gimpclonetool.c:91 #, c-format msgid "%s to set a new clone source" msgstr "%s ustawia nowe źródło klonowania" @@ -9492,8 +9753,7 @@ msgid "Source" msgstr "Źródło" -#: ../app/tools/gimpclonetool.c:128 -#: ../app/tools/gimphealtool.c:111 +#: ../app/tools/gimpclonetool.c:128 ../app/tools/gimphealtool.c:111 #: ../app/tools/gimpperspectiveclonetool.c:955 msgid "Alignment:" msgstr "Wyrównanie:" @@ -9527,8 +9787,7 @@ msgid "Select Range to Adjust" msgstr "Wybór modyfikowanego zakresu" -#: ../app/tools/gimpcolorbalancetool.c:279 -#: ../app/tools/gimplevelstool.c:172 +#: ../app/tools/gimpcolorbalancetool.c:279 ../app/tools/gimplevelstool.c:172 msgid "Adjust Color Levels" msgstr "Modyfikacja poziomów kolorów" @@ -9639,13 +9898,11 @@ msgid "Click in any image to view its color" msgstr "Kliknij na obraz, aby zobaczyć jego kolor" -#: ../app/tools/gimpcolorpickertool.c:249 -#: ../app/tools/gimppainttool.c:509 +#: ../app/tools/gimpcolorpickertool.c:249 ../app/tools/gimppainttool.c:509 msgid "Click in any image to pick the foreground color" msgstr "Kliknij na dowolny obraz, aby pobrać jego kolor pierwszoplanowy" -#: ../app/tools/gimpcolorpickertool.c:257 -#: ../app/tools/gimppainttool.c:515 +#: ../app/tools/gimpcolorpickertool.c:257 ../app/tools/gimppainttool.c:515 msgid "Click in any image to pick the background color" msgstr "Kliknij na dowolny obraz, aby pobrać jego kolor tła" @@ -9658,8 +9915,7 @@ msgid "Color Picker Information" msgstr "Informacje o zakraplaczu" -#: ../app/tools/gimpcolortool.c:258 -#: ../app/tools/gimpcolortool.c:437 +#: ../app/tools/gimpcolortool.c:258 ../app/tools/gimpcolortool.c:437 msgid "Move Sample Point: " msgstr "Przesuń punkt wzorcowy: " @@ -9677,7 +9933,8 @@ #: ../app/tools/gimpconvolvetool.c:74 msgid "Blur / Sharpen Tool: Selective blurring or unblurring using a brush" -msgstr "Rozmywanie / Wyostrzanie: Selektywnie rozmywa lub wyostrza używając pędzla" +msgstr "" +"Rozmywanie / Wyostrzanie: Selektywnie rozmywa lub wyostrza używając pędzla" #: ../app/tools/gimpconvolvetool.c:75 msgid "Bl_ur / Sharpen" @@ -9772,13 +10029,11 @@ msgid "Click to add control points to all channels" msgstr "Kliknij, aby dodać punkty kontrolne do wszystkich kanałów" -#: ../app/tools/gimpcurvestool.c:441 -#: ../app/tools/gimplevelstool.c:380 +#: ../app/tools/gimpcurvestool.c:441 ../app/tools/gimplevelstool.c:380 msgid "Cha_nnel:" msgstr "Ka_nał:" -#: ../app/tools/gimpcurvestool.c:467 -#: ../app/tools/gimplevelstool.c:404 +#: ../app/tools/gimpcurvestool.c:467 ../app/tools/gimplevelstool.c:404 msgid "R_eset Channel" msgstr "R_esetuj kanał" @@ -9786,8 +10041,7 @@ msgid "Curve _type:" msgstr "_Typ krzywej:" -#: ../app/tools/gimpcurvestool.c:632 -#: ../app/tools/gimplevelstool.c:752 +#: ../app/tools/gimpcurvestool.c:632 ../app/tools/gimplevelstool.c:752 #, c-format msgid "Could not read header from '%s': %s" msgstr "Nie można odczytaćnagłówka z \"%s\": %s" @@ -9823,7 +10077,9 @@ #: ../app/tools/gimpdodgeburntool.c:74 msgid "Dodge / Burn Tool: Selectively lighten or darken using a brush" -msgstr "Rozjaśnianie / Wypalenie: Selektywnie rozjaśnia lub przyciemnia używając pędzla" +msgstr "" +"Rozjaśnianie / Wypalenie: Selektywnie rozjaśnia lub przyciemnia używając " +"pędzla" #: ../app/tools/gimpdodgeburntool.c:75 msgid "Dod_ge / Burn" @@ -9871,13 +10127,13 @@ msgid "Exposure:" msgstr "Intensywność:" -#: ../app/tools/gimpeditselectiontool.c:246 -#: ../app/tools/gimpeditselectiontool.c:1231 +#: ../app/tools/gimpeditselectiontool.c:244 +#: ../app/tools/gimpeditselectiontool.c:1229 msgid "Move Floating Selection" msgstr "Przesunięcie oderwanego zaznaczenia" -#: ../app/tools/gimpeditselectiontool.c:459 -#: ../app/tools/gimpeditselectiontool.c:728 +#: ../app/tools/gimpeditselectiontool.c:457 +#: ../app/tools/gimpeditselectiontool.c:726 msgid "Move: " msgstr "Przesunięcie: " @@ -9936,7 +10192,8 @@ msgstr "Odbicie" #: ../app/tools/gimpfliptool.c:80 -msgid "Flip Tool: Reverse the layer, selection or path horizontally or vertically" +msgid "" +"Flip Tool: Reverse the layer, selection or path horizontally or vertically" msgstr "Odbicie: Odwraca warstwę, zaznaczenie lub ścieżkę, pionowo lub poziomo" #: ../app/tools/gimpfliptool.c:82 @@ -9957,8 +10214,12 @@ msgstr "Rozmiar użytego pędzla" #: ../app/tools/gimpforegroundselectoptions.c:102 -msgid "Smaller values give a more accurate selection border but may introduce holes in the selection" -msgstr "Mniejsze wartości dają większą dokładność zaznaczenia, lecz mogą powodować dziury w zaznaczeniu" +msgid "" +"Smaller values give a more accurate selection border but may introduce holes " +"in the selection" +msgstr "" +"Mniejsze wartości dają większą dokładność zaznaczenia, lecz mogą powodować " +"dziury w zaznaczeniu" #: ../app/tools/gimpforegroundselectoptions.c:121 msgid "Sensitivity for brightness component" @@ -10018,7 +10279,9 @@ #: ../app/tools/gimpforegroundselecttool.c:146 msgid "Foreground Select Tool: Select a region containing foreground objects" -msgstr "Zaznaczenie pierwszego planu: Zaznacza obszar zawierający obiekty z pierwszego planu" +msgstr "" +"Zaznaczenie pierwszego planu: Zaznacza obszar zawierający obiekty z " +"pierwszego planu" #: ../app/tools/gimpforegroundselecttool.c:147 msgid "F_oreground Select" @@ -10026,7 +10289,8 @@ #: ../app/tools/gimpforegroundselecttool.c:314 msgid "Add more strokes or press Enter to accept the selection" -msgstr "Zrób więcej pociągnięć lub naciśnij \"Enter\", aby zaakceptować zaznaczenie" +msgstr "" +"Zrób więcej pociągnięć lub naciśnij \"Enter\", aby zaakceptować zaznaczenie" #: ../app/tools/gimpforegroundselecttool.c:316 msgid "Mark foreground by painting on the object to extract" @@ -10042,30 +10306,36 @@ msgstr "Zaznaczenie pierwszego planu" #: ../app/tools/gimpfreeselecttool.c:198 -msgid "Free Select Tool: Select a hand-drawn region with free and polygonal segments" -msgstr "Odręczne zaznaczanie obszarów: Pozwala zaznaczyć obszar za pomocą wielokątów lub odręcznie" +msgid "" +"Free Select Tool: Select a hand-drawn region with free and polygonal segments" +msgstr "" +"Odręczne zaznaczanie obszarów: Pozwala zaznaczyć obszar za pomocą wielokątów " +"lub odręcznie" #: ../app/tools/gimpfreeselecttool.c:199 msgid "_Free Select" msgstr "Zaznaczenie od_ręczne" -#: ../app/tools/gimpfreeselecttool.c:1116 +#: ../app/tools/gimpfreeselecttool.c:1117 msgid "Click to complete selection" msgstr "Kliknij, zakończyć zaznaczanie" -#: ../app/tools/gimpfreeselecttool.c:1120 +#: ../app/tools/gimpfreeselecttool.c:1121 msgid "Click-Drag to move segment vertex" msgstr "Kliknij i przeciągnij, aby przemieścić segment wierzchołka" -#: ../app/tools/gimpfreeselecttool.c:1125 +#: ../app/tools/gimpfreeselecttool.c:1126 msgid "Return commits, Escape cancels, Backspace removes last segment" -msgstr "Klawisz Enter potwierdza, Escape anuluje, Backspace usuwa ostatni segment" +msgstr "" +"Klawisz Enter potwierdza, Escape anuluje, Backspace usuwa ostatni segment" -#: ../app/tools/gimpfreeselecttool.c:1129 +#: ../app/tools/gimpfreeselecttool.c:1130 msgid "Click-Drag adds a free segment, Click adds a polygonal segment" -msgstr "Kliknięcie i przeciągnięcie, dodaje odręczny segment. Kliknięcie dodaje segment wielokątny" +msgstr "" +"Kliknięcie i przeciągnięcie, dodaje odręczny segment. Kliknięcie dodaje " +"segment wielokątny" -#: ../app/tools/gimpfreeselecttool.c:1581 +#: ../app/tools/gimpfreeselecttool.c:1582 msgctxt "command" msgid "Free Select" msgstr "Zaznaczanie odręczne" @@ -10082,8 +10352,7 @@ msgid "Fu_zzy Select" msgstr "Zaznaczenie roz_myte" -#: ../app/tools/gimpgegltool.c:92 -#: ../app/tools/gimpgegltool.c:111 +#: ../app/tools/gimpgegltool.c:92 ../app/tools/gimpgegltool.c:111 msgid "GEGL Operation" msgstr "Operacja GEGL-a" @@ -10100,12 +10369,12 @@ msgid "GEGL operations do not operate on indexed layers." msgstr "Operacje GEGL-a nie działają na warstwach indeksowanych." -#: ../app/tools/gimpgegltool.c:338 +#: ../app/tools/gimpgegltool.c:339 msgid "_Operation:" msgstr "_Operacja:" #. The options vbox -#: ../app/tools/gimpgegltool.c:411 +#: ../app/tools/gimpgegltool.c:412 msgid "Operation Settings" msgstr "Ustawienia operacji" @@ -10117,13 +10386,11 @@ msgid "_Heal" msgstr "_Łatka" -#: ../app/tools/gimphealtool.c:77 -#: ../app/tools/gimphealtool.c:80 +#: ../app/tools/gimphealtool.c:77 ../app/tools/gimphealtool.c:80 msgid "Click to heal" msgstr "Kliknięcie usuwa nieregularności" -#: ../app/tools/gimphealtool.c:78 -#: ../app/tools/gimphealtool.c:82 +#: ../app/tools/gimphealtool.c:78 ../app/tools/gimphealtool.c:82 #, c-format msgid "%s to set a new heal source" msgstr "%s ustawia nowe źródło usuwania nieregularności" @@ -10227,15 +10494,12 @@ msgid "Adjustment" msgstr "Dopasowanie" -#: ../app/tools/gimpinkoptions-gui.c:68 -#: ../app/tools/gimpinkoptions-gui.c:93 -#: ../app/tools/gimprectangleoptions.c:973 -#: ../app/tools/gimptextoptions.c:452 +#: ../app/tools/gimpinkoptions-gui.c:68 ../app/tools/gimpinkoptions-gui.c:93 +#: ../app/tools/gimprectangleoptions.c:973 ../app/tools/gimptextoptions.c:452 msgid "Size:" msgstr "Rozmiar:" -#: ../app/tools/gimpinkoptions-gui.c:76 -#: ../app/tools/gimpmeasuretool.c:1034 +#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1037 #: ../app/widgets/gimpbrusheditor.c:208 msgid "Angle:" msgstr "Kąt:" @@ -10280,19 +10544,18 @@ #: ../app/tools/gimpiscissorstool.c:279 msgid "Scissors Select Tool: Select shapes using intelligent edge-fitting" -msgstr "Inteligentne nożyce: Zaznacza obszary, używając dopasowania do krawędzi" +msgstr "" +"Inteligentne nożyce: Zaznacza obszary, używając dopasowania do krawędzi" #: ../app/tools/gimpiscissorstool.c:280 msgid "Intelligent _Scissors" msgstr "Inteligentne _nożyce" -#: ../app/tools/gimpiscissorstool.c:940 -#: ../app/tools/gimpmeasuretool.c:606 +#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:609 msgid "Click-Drag to move this point" msgstr "Kliknięcie i przeciągnięcie przemieszcza bieżący punkt" -#: ../app/tools/gimpiscissorstool.c:942 -#: ../app/tools/gimpiscissorstool.c:1007 +#: ../app/tools/gimpiscissorstool.c:942 ../app/tools/gimpiscissorstool.c:1007 #, c-format msgid "%s: disable auto-snap" msgstr "%s: wyłącza automatyczne-przyciągania" @@ -10386,8 +10649,7 @@ msgstr "Dopasuj rozmiar okna" #. tool toggle -#: ../app/tools/gimpmagnifyoptions.c:172 -#: ../app/tools/gimpmoveoptions.c:188 +#: ../app/tools/gimpmagnifyoptions.c:172 ../app/tools/gimpmoveoptions.c:188 #, c-format msgid "Tool Toggle (%s)" msgstr "Przełącznik narzędzia %s" @@ -10420,38 +10682,38 @@ msgid "_Measure" msgstr "_Miarka" -#: ../app/tools/gimpmeasuretool.c:238 +#: ../app/tools/gimpmeasuretool.c:241 msgid "Add Guides" msgstr "Dodanie prowadnic" -#: ../app/tools/gimpmeasuretool.c:558 +#: ../app/tools/gimpmeasuretool.c:561 msgid "Click to place vertical and horizontal guides" msgstr "Kliknij, aby dodać poziome lub pionowe prowadnice" # cyba: forma skrócona -#: ../app/tools/gimpmeasuretool.c:567 +#: ../app/tools/gimpmeasuretool.c:570 msgid "Click to place a horizontal guide" msgstr "Kliknij, aby dodać poziome prowadnice" # cyba: forma skrócona -#: ../app/tools/gimpmeasuretool.c:581 +#: ../app/tools/gimpmeasuretool.c:584 msgid "Click to place a vertical guide" msgstr "Kliknij, aby dodać pionowe prowadnice" -#: ../app/tools/gimpmeasuretool.c:595 +#: ../app/tools/gimpmeasuretool.c:598 msgid "Click-Drag to add a new point" msgstr "Kliknij i przeciągnij, aby dodać nowy punkt." -#: ../app/tools/gimpmeasuretool.c:625 +#: ../app/tools/gimpmeasuretool.c:628 msgid "Click-Drag to move all points" msgstr "Kliknij i przeciągnij, aby przemieścić wszystkie punkty" #. tool->display->shell -#: ../app/tools/gimpmeasuretool.c:986 +#: ../app/tools/gimpmeasuretool.c:989 msgid "Measure Distances and Angles" msgstr "Pomiary odległości i kątów" -#: ../app/tools/gimpmeasuretool.c:1006 +#: ../app/tools/gimpmeasuretool.c:1009 msgid "Distance:" msgstr "Odległość:" @@ -10496,8 +10758,7 @@ msgid "_Move" msgstr "_Przesunięcie" -#: ../app/tools/gimpmovetool.c:276 -#: ../app/tools/gimpmovetool.c:570 +#: ../app/tools/gimpmovetool.c:276 ../app/tools/gimpmovetool.c:570 msgid "Move Guide: " msgstr "Przenieś prowadnicę: " @@ -10519,15 +10780,13 @@ #: ../app/tools/gimppaintoptions-gui.c:112 #: ../app/tools/gimpselectionoptions.c:211 -#: ../app/widgets/gimpbrushselect.c:191 -#: ../app/widgets/gimplayertreeview.c:269 +#: ../app/widgets/gimpbrushselect.c:191 ../app/widgets/gimplayertreeview.c:269 msgid "Mode:" msgstr "Tryb:" #: ../app/tools/gimppaintoptions-gui.c:127 #: ../app/tools/gimptransformoptions.c:348 -#: ../app/widgets/gimpbrushselect.c:178 -#: ../app/widgets/gimplayertreeview.c:284 +#: ../app/widgets/gimpbrushselect.c:178 ../app/widgets/gimplayertreeview.c:284 msgid "Opacity:" msgstr "Krycie:" @@ -10554,8 +10813,7 @@ # kolizja! # app/gui/resize-dialog.c: "Wymiary" # app/tools/gimppaintoptions-gui.c: "Rozmiar" -#: ../app/tools/gimppaintoptions-gui.c:168 -#: ../app/tools/tools-enums.c:151 +#: ../app/tools/gimppaintoptions-gui.c:168 ../app/tools/tools-enums.c:151 msgid "Size" msgstr "Rozmiar" @@ -10627,8 +10885,11 @@ msgstr "Ołó_wek" #: ../app/tools/gimpperspectiveclonetool.c:127 -msgid "Perspective Clone Tool: Clone from an image source after applying a perspective transformation" -msgstr "Klon perspektywy: Klonuje obraz po zastosowaniu transformacji perspektywy" +msgid "" +"Perspective Clone Tool: Clone from an image source after applying a " +"perspective transformation" +msgstr "" +"Klon perspektywy: Klonuje obraz po zastosowaniu transformacji perspektywy" #: ../app/tools/gimpperspectiveclonetool.c:129 msgid "_Perspective Clone" @@ -10731,8 +10992,7 @@ msgid "_Rectangle Select" msgstr "Zaznaczenie p_rostokątne" -#: ../app/tools/gimprectangletool.c:1084 -#: ../app/tools/gimprectangletool.c:1980 +#: ../app/tools/gimprectangletool.c:1085 ../app/tools/gimprectangletool.c:1981 msgid "Rectangle: " msgstr "Prostokąt: " @@ -10798,8 +11058,7 @@ msgid "Scale" msgstr "Skalowanie" -#: ../app/tools/gimpselectionoptions.c:258 -#: ../app/tools/gimptextoptions.c:473 +#: ../app/tools/gimpselectionoptions.c:258 ../app/tools/gimptextoptions.c:473 msgid "Antialiasing" msgstr "Wygładzaj" @@ -10886,12 +11145,20 @@ msgstr "Kliknij, aby rozsmarować linię" #: ../app/tools/gimptextoptions.c:127 -msgid "Hinting alters the font outline to produce a crisp bitmap at small sizes" -msgstr "Hinting wpływa przy niewielkich rozmiarach znaków na kształt czcionki, tak aby przy rasteryzacji powstawała bitmapa lepszej jakości." +msgid "" +"Hinting alters the font outline to produce a crisp bitmap at small sizes" +msgstr "" +"Hinting wpływa przy niewielkich rozmiarach znaków na kształt czcionki, tak " +"aby przy rasteryzacji powstawała bitmapa lepszej jakości." #: ../app/tools/gimptextoptions.c:134 -msgid "If available, hints from the font are used but you may prefer to always use the automatic hinter" -msgstr "Jeśli dostępne są podpowiedzi dotyczące rasteryzacji dołączone do czcionki, wówczas GIMP z nich korzysta. Możliwe jest jednak korzystanie wyłącznie ze sposobu hintingu wbudowanego w program." +msgid "" +"If available, hints from the font are used but you may prefer to always use " +"the automatic hinter" +msgstr "" +"Jeśli dostępne są podpowiedzi dotyczące rasteryzacji dołączone do czcionki, " +"wówczas GIMP z nich korzysta. Możliwe jest jednak korzystanie wyłącznie ze " +"sposobu hintingu wbudowanego w program." #: ../app/tools/gimptextoptions.c:159 msgid "Indentation of the first line" @@ -10938,44 +11205,50 @@ msgid "Text along Path" msgstr "Tekst za ścieżką" -#: ../app/tools/gimptexttool.c:161 +#: ../app/tools/gimptexttool.c:162 msgid "Text Tool: Create or edit text layers" msgstr "Tekst: Tworzy i edytuje warstwy tekstu" -#: ../app/tools/gimptexttool.c:162 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" msgstr "_Tekst" -#: ../app/tools/gimptexttool.c:954 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "Edytor tekstowy programu GIMP" -#: ../app/tools/gimptexttool.c:1070 -#: ../app/tools/gimptexttool.c:1073 +#: ../app/tools/gimptexttool.c:1103 ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "Potwierdzenie modyfikacji tekstu" -#: ../app/tools/gimptexttool.c:1077 +#: ../app/tools/gimptexttool.c:1110 msgid "Create _New Layer" msgstr "Utwórz _nową warstwę" -#: ../app/tools/gimptexttool.c:1101 +#: ../app/tools/gimptexttool.c:1134 msgid "" -"The layer you selected is a text layer but it has been modified using other tools. Editing the layer with the text tool will discard these modifications.\n" +"The layer you selected is a text layer but it has been modified using other " +"tools. Editing the layer with the text tool will discard these " +"modifications.\n" "\n" "You can edit the layer or create a new text layer from its text attributes." msgstr "" -"Zaznaczona warstwa jest warstwą tekstową, jednak została zmodyfikowana przy użyciu innych narzędzi. Wprowadzenie zmian przy użyciu narzędzia tekstowego spowoduje porzucenie zmian wykonanych wcześniej innymi narzędziami.\n" +"Zaznaczona warstwa jest warstwą tekstową, jednak została zmodyfikowana przy " +"użyciu innych narzędzi. Wprowadzenie zmian przy użyciu narzędzia tekstowego " +"spowoduje porzucenie zmian wykonanych wcześniej innymi narzędziami.\n" "\n" -"Możliwe jest zmodyfikowanie warstwy lub utworzenie nowej warstwy tekstowej w oparciu o atrybuty obecnej." +"Możliwe jest zmodyfikowanie warstwy lub utworzenie nowej warstwy tekstowej w " +"oparciu o atrybuty obecnej." -#: ../app/tools/gimptexttool.c:1313 +#: ../app/tools/gimptexttool.c:1356 msgid "Reshape Text Layer" msgstr "Zmiana kształtu warstwy tekstowej" #: ../app/tools/gimpthresholdtool.c:91 msgid "Threshold Tool: Reduce image to two colors using a threshold" -msgstr "Progowanie: Zmniejsza do dwóch liczbę kolorów w obrazie przy użyciu progowania" +msgstr "" +"Progowanie: Zmniejsza do dwóch liczbę kolorów w obrazie przy użyciu " +"progowania" #: ../app/tools/gimpthresholdtool.c:92 msgid "_Threshold..." @@ -11151,13 +11424,11 @@ msgid "Click or Click-Drag to create a new anchor" msgstr "Kliknij lub kliknij i przeciągnij, aby stworzyć nowe zakotwiczenie" -#: ../app/tools/gimpvectortool.c:1189 -#: ../app/tools/gimpvectortool.c:1196 +#: ../app/tools/gimpvectortool.c:1189 ../app/tools/gimpvectortool.c:1196 msgid "Click-Drag to move the anchor around" msgstr "Kliknij i przeciągnij, aby przemieścić zakotwiczenie" -#: ../app/tools/gimpvectortool.c:1200 -#: ../app/tools/gimpvectortool.c:1213 +#: ../app/tools/gimpvectortool.c:1200 ../app/tools/gimpvectortool.c:1213 msgid "Click-Drag to move the anchors around" msgstr "Kliknij i przeciągnij, aby przemieścić zakotwiczenie" @@ -11192,7 +11463,8 @@ #: ../app/tools/gimpvectortool.c:1250 msgid "Click to connect this anchor with the selected endpoint" -msgstr "Kliknij, aby połączyć bieżące zakotwiczenie z zaznaczonym punktem końcowym" +msgstr "" +"Kliknij, aby połączyć bieżące zakotwiczenie z zaznaczonym punktem końcowym" #: ../app/tools/gimpvectortool.c:1255 msgid "Click to open up the path" @@ -11231,14 +11503,12 @@ msgid "Aspect ratio" msgstr "Proporcje" -#: ../app/tools/tools-enums.c:149 -#: ../app/widgets/gimpgrideditor.c:265 +#: ../app/tools/tools-enums.c:149 ../app/widgets/gimpgrideditor.c:265 #: ../app/widgets/gimpgrideditor.c:297 msgid "Width" msgstr "Szerokość" -#: ../app/tools/tools-enums.c:150 -#: ../app/widgets/gimpgrideditor.c:267 +#: ../app/tools/tools-enums.c:150 ../app/widgets/gimpgrideditor.c:267 #: ../app/widgets/gimpgrideditor.c:299 msgid "Height" msgstr "Wysokość" @@ -11255,8 +11525,7 @@ msgid "Fixed aspect ratio" msgstr "Stałe proporcje" -#: ../app/tools/tools-enums.c:211 -#: ../app/vectors/gimpvectors.c:192 +#: ../app/tools/tools-enums.c:211 ../app/vectors/gimpvectors.c:192 msgid "Path" msgstr "Ścieżka" @@ -11288,8 +11557,7 @@ msgid "Rename Path" msgstr "Zmiana nazwy ścieżki" -#: ../app/vectors/gimpvectors.c:194 -#: ../app/vectors/gimpvectors.c:316 +#: ../app/vectors/gimpvectors.c:194 ../app/vectors/gimpvectors.c:316 msgid "Move Path" msgstr "Przesunięcie ścieżki" @@ -11301,18 +11569,15 @@ msgid "Resize Path" msgstr "Zmiana rozmiaru ścieżki" -#: ../app/vectors/gimpvectors.c:197 -#: ../app/vectors/gimpvectors.c:415 +#: ../app/vectors/gimpvectors.c:197 ../app/vectors/gimpvectors.c:415 msgid "Flip Path" msgstr "Odbicie ścieżki" -#: ../app/vectors/gimpvectors.c:198 -#: ../app/vectors/gimpvectors.c:446 +#: ../app/vectors/gimpvectors.c:198 ../app/vectors/gimpvectors.c:446 msgid "Rotate Path" msgstr "Obrót ścieżki" -#: ../app/vectors/gimpvectors.c:199 -#: ../app/vectors/gimpvectors.c:476 +#: ../app/vectors/gimpvectors.c:199 ../app/vectors/gimpvectors.c:476 msgid "Transform Path" msgstr "Przekształcenie ścieżki" @@ -11366,8 +11631,7 @@ msgid "Name" msgstr "Nazwa" -#: ../app/widgets/gimpactionview.c:641 -#: ../app/widgets/gimpactionview.c:846 +#: ../app/widgets/gimpactionview.c:641 ../app/widgets/gimpactionview.c:846 msgid "Changing shortcut failed." msgstr "Nie można zmienić skrótu." @@ -11382,12 +11646,15 @@ #: ../app/widgets/gimpactionview.c:704 #, c-format msgid "Shortcut \"%s\" is already taken by \"%s\" from the \"%s\" group." -msgstr "Skrót \"%s\" został już powiązany z operacją \"%s\" z grupy o nazwie \"%s\"." +msgstr "" +"Skrót \"%s\" został już powiązany z operacją \"%s\" z grupy o nazwie \"%s\"." #: ../app/widgets/gimpactionview.c:708 #, c-format msgid "Reassigning the shortcut will cause it to be removed from \"%s\"." -msgstr "Zmiana przypisania skrótu spowoduje, że jego skojarzenie z operacją \"%s\" zostanie usunięte." +msgstr "" +"Zmiana przypisania skrótu spowoduje, że jego skojarzenie z operacją \"%s\" " +"zostanie usunięte." #: ../app/widgets/gimpactionview.c:781 msgid "Invalid shortcut." @@ -11419,8 +11686,7 @@ msgid "Percentage of width of brush" msgstr "Procent szerokości pędzla" -#: ../app/widgets/gimpbufferview.c:173 -#: ../app/widgets/gimpbufferview.c:257 +#: ../app/widgets/gimpbufferview.c:173 ../app/widgets/gimpbufferview.c:257 #: ../app/widgets/gimpeditor.c:754 msgid "(None)" msgstr "(Brak)" @@ -11472,30 +11738,30 @@ msgstr "Nie zaznaczono filtru" #: ../app/widgets/gimpcoloreditor.c:263 -msgid "Hexadecimal color notation as used in HTML and CSS. This entry also accepts CSS color names." -msgstr "Heksadecymedalny zapis koloru jest używany w HTML-u oraz w CSS. To pole dopuszcza również nazwy koloru CSS." +msgid "" +"Hexadecimal color notation as used in HTML and CSS. This entry also accepts " +"CSS color names." +msgstr "" +"Heksadecymedalny zapis koloru jest używany w HTML-u oraz w CSS. To pole " +"dopuszcza również nazwy koloru CSS." #: ../app/widgets/gimpcolorframe.c:501 msgid "Index:" msgstr "Indeks:" -#: ../app/widgets/gimpcolorframe.c:514 -#: ../app/widgets/gimpcolorframe.c:540 +#: ../app/widgets/gimpcolorframe.c:514 ../app/widgets/gimpcolorframe.c:540 msgid "Red:" msgstr "Czerwony:" -#: ../app/widgets/gimpcolorframe.c:515 -#: ../app/widgets/gimpcolorframe.c:541 +#: ../app/widgets/gimpcolorframe.c:515 ../app/widgets/gimpcolorframe.c:541 msgid "Green:" msgstr "Zielony:" -#: ../app/widgets/gimpcolorframe.c:516 -#: ../app/widgets/gimpcolorframe.c:542 +#: ../app/widgets/gimpcolorframe.c:516 ../app/widgets/gimpcolorframe.c:542 msgid "Blue:" msgstr "Niebieski:" -#: ../app/widgets/gimpcolorframe.c:529 -#: ../app/widgets/gimpcolorframe.c:562 +#: ../app/widgets/gimpcolorframe.c:529 ../app/widgets/gimpcolorframe.c:562 msgid "Value:" msgstr "Wartość:" @@ -11531,14 +11797,10 @@ msgid "Alpha:" msgstr "Alfa:" -#: ../app/widgets/gimpcolorframe.c:623 -#: ../app/widgets/gimpcursorview.c:134 -#: ../app/widgets/gimpcursorview.c:140 -#: ../app/widgets/gimpcursorview.c:156 -#: ../app/widgets/gimpcursorview.c:162 -#: ../app/widgets/gimpcursorview.c:444 -#: ../app/widgets/gimpcursorview.c:445 -#: ../app/widgets/gimpcursorview.c:446 +#: ../app/widgets/gimpcolorframe.c:623 ../app/widgets/gimpcursorview.c:134 +#: ../app/widgets/gimpcursorview.c:140 ../app/widgets/gimpcursorview.c:156 +#: ../app/widgets/gimpcursorview.c:162 ../app/widgets/gimpcursorview.c:444 +#: ../app/widgets/gimpcursorview.c:445 ../app/widgets/gimpcursorview.c:446 #: ../app/widgets/gimpcursorview.c:447 msgid "n/a" msgstr "nd" @@ -11559,11 +11821,11 @@ msgid "Palette" msgstr "Paleta" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Mniejsze podglądy" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Większe podglądy" @@ -11741,11 +12003,14 @@ #: ../app/widgets/gimpcontrollerlist.c:573 #, c-format msgid "" -"Removing this controller from the list of active controllers will permanently delete all event mappings you have configured.\n" +"Removing this controller from the list of active controllers will " +"permanently delete all event mappings you have configured.\n" "\n" -"Selecting \"Disable Controller\" will disable the controller without removing it." +"Selecting \"Disable Controller\" will disable the controller without " +"removing it." msgstr "" -"Usunięcie tego urządzenia z listy aktywnych urządzeń, usunie wszystkie mapowania zdarzeń, które zostały skonfigurowane.\n" +"Usunięcie tego urządzenia z listy aktywnych urządzeń, usunie wszystkie " +"mapowania zdarzeń, które zostały skonfigurowane.\n" "\n" "Polecenie \"Wyłącz urządzenie\" wyłączy urządzenie, bez usuwania go." @@ -11805,13 +12070,11 @@ msgid "Mouse Wheel Events" msgstr "Zdarzenia kółka myszy" -#: ../app/widgets/gimpcursorview.c:137 -#: ../app/widgets/gimpcursorview.c:159 +#: ../app/widgets/gimpcursorview.c:137 ../app/widgets/gimpcursorview.c:159 msgid "X" msgstr "X" -#: ../app/widgets/gimpcursorview.c:143 -#: ../app/widgets/gimpcursorview.c:165 +#: ../app/widgets/gimpcursorview.c:143 ../app/widgets/gimpcursorview.c:165 msgid "Y" msgstr "Y" @@ -12034,45 +12297,55 @@ msgid "Spacing" msgstr "Odstępy" -#: ../app/widgets/gimphelp.c:276 +#: ../app/widgets/gimphelp.c:294 msgid "Help browser is missing" msgstr "Nie można znaleźć przeglądarki pomocy" -#: ../app/widgets/gimphelp.c:277 +#: ../app/widgets/gimphelp.c:295 msgid "The GIMP help browser is not available." msgstr "Nie można odnaleźć przeglądarki pomocy programu GIMP." -#: ../app/widgets/gimphelp.c:278 -msgid "The GIMP help browser plug-in appears to be missing from your installation. You may instead use the web browser for reading the help pages." -msgstr "Nie można odnaleźć wtyczki przeglądarki pomocy programu GIMP. Alternatywnie, możesz użyć przeglądarki internetowej aby przeczytać strony pomocy. " +#: ../app/widgets/gimphelp.c:296 +msgid "" +"The GIMP help browser plug-in appears to be missing from your installation. " +"You may instead use the web browser for reading the help pages." +msgstr "" +"Nie można odnaleźć wtyczki przeglądarki pomocy programu GIMP. Alternatywnie, " +"możesz użyć przeglądarki internetowej aby przeczytać strony pomocy. " -#: ../app/widgets/gimphelp.c:319 +#: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" msgstr "Nie można uruchomić przeglądarki pomocy" -#: ../app/widgets/gimphelp.c:320 +#: ../app/widgets/gimphelp.c:338 msgid "Could not start the GIMP help browser plug-in." msgstr "Nie można uruchomić wtyczki przeglądarki pomocy programu GIMP." -#: ../app/widgets/gimphelp.c:347 +#: ../app/widgets/gimphelp.c:365 msgid "Use _Web Browser" msgstr "Użyj przeglądarki _WWW" -#: ../app/widgets/gimphelp.c:596 +#: ../app/widgets/gimphelp.c:614 msgid "GIMP user manual is missing" msgstr "Nie można znaleźć podręcznika użytkownika programu GIMP" -#: ../app/widgets/gimphelp.c:603 +#: ../app/widgets/gimphelp.c:621 msgid "_Read Online" msgstr "_Czytaj z sieci" -#: ../app/widgets/gimphelp.c:627 +#: ../app/widgets/gimphelp.c:645 msgid "The GIMP user manual is not installed on your computer." -msgstr "Podręcznik użytkownika programu GIMP nie został zainstalowany na tym komputerze." +msgstr "" +"Podręcznik użytkownika programu GIMP nie został zainstalowany na tym " +"komputerze." -#: ../app/widgets/gimphelp.c:630 -msgid "You may either install the additional help package or change your preferences to use the online version." -msgstr "Możesz zainstalować dodatkowe pakiety pomocy lub zmienić ustawienia, aby użyć wersji sieciowej." +#: ../app/widgets/gimphelp.c:648 +msgid "" +"You may either install the additional help package or change your " +"preferences to use the online version." +msgstr "" +"Możesz zainstalować dodatkowe pakiety pomocy lub zmienić ustawienia, aby " +"użyć wersji sieciowej." #: ../app/widgets/gimphistogrameditor.c:99 msgid "Mean:" @@ -12205,8 +12478,10 @@ msgstr "Autom." #: ../app/widgets/gimpmenudock.c:170 -msgid "When enabled the dialog automatically follows the image you are working on." -msgstr "Powoduje, że okno dialogowe automatycznie dopasowuje się do bieżącego obrazu." +msgid "" +"When enabled the dialog automatically follows the image you are working on." +msgstr "" +"Powoduje, że okno dialogowe automatycznie dopasowuje się do bieżącego obrazu." #: ../app/widgets/gimpmessagebox.c:443 #, c-format @@ -12399,19 +12674,16 @@ msgid "Pr_eview" msgstr "_Podgląd" -#: ../app/widgets/gimpthumbbox.c:417 -#: ../app/widgets/gimpthumbbox.c:481 +#: ../app/widgets/gimpthumbbox.c:417 ../app/widgets/gimpthumbbox.c:481 msgid "No selection" msgstr "Brak zaznaczenia" -#: ../app/widgets/gimpthumbbox.c:609 -#: ../app/widgets/gimpthumbbox.c:630 +#: ../app/widgets/gimpthumbbox.c:609 ../app/widgets/gimpthumbbox.c:630 #, c-format msgid "Thumbnail %d of %d" msgstr "Miniaturka %d z %d" -#: ../app/widgets/gimpthumbbox.c:743 -#: ../app/widgets/gimpthumbbox.c:753 +#: ../app/widgets/gimpthumbbox.c:743 ../app/widgets/gimpthumbbox.c:753 msgid "Creating preview..." msgstr "Tworzenie podglądu ..." @@ -12662,12 +12934,18 @@ msgstr "Wyświetlaj na wierzchu" #: ../app/xcf/xcf-load.c:277 -msgid "This XCF file is corrupt! I have loaded as much of it as I can, but it is incomplete." -msgstr "Plik XCF jest uszkodzony! Tylko część pliku została wczytana, dlatego jest niekompletny." +msgid "" +"This XCF file is corrupt! I have loaded as much of it as I can, but it is " +"incomplete." +msgstr "" +"Plik XCF jest uszkodzony! Tylko część pliku została wczytana, dlatego jest " +"niekompletny." #: ../app/xcf/xcf-load.c:286 #, c-format -msgid "This XCF file is corrupt! I could not even salvage any partial image data from it." +msgid "" +"This XCF file is corrupt! I could not even salvage any partial image data " +"from it." msgstr "Plik XCF jest uszkodzony! Nie można było wczytać nawet części pliku." #: ../app/xcf/xcf-load.c:324 @@ -12689,15 +12967,12 @@ msgid "Error writing XCF: %s" msgstr "Błąd przy zapisie pliku w formacie XCF: %s" -#: ../app/xcf/xcf-seek.c:44 -#: ../app/xcf/xcf-seek.c:61 -#: ../app/xcf/xcf-seek.c:72 +#: ../app/xcf/xcf-seek.c:44 ../app/xcf/xcf-seek.c:61 ../app/xcf/xcf-seek.c:72 #, c-format msgid "Could not seek in XCF file: %s" msgstr "Nie można przeglądać pliku XCF: %s" -#: ../app/xcf/xcf.c:99 -#: ../app/xcf/xcf.c:167 +#: ../app/xcf/xcf.c:99 ../app/xcf/xcf.c:167 msgid "GIMP XCF image" msgstr "Obraz XCF programu GIMP" @@ -12732,7 +13007,9 @@ #: ../tools/gimp-remote.c:65 msgid "Use a running GIMP only, never start a new one" -msgstr "Należy używać wyłącznie aktualnie uruchomionego programu GIMP. Nie należy uruchamiać nowego." +msgstr "" +"Należy używać wyłącznie aktualnie uruchomionego programu GIMP. Nie należy " +"uruchamiać nowego." #: ../tools/gimp-remote.c:70 msgid "Only check if GIMP is running, then quit" @@ -12740,7 +13017,8 @@ #: ../tools/gimp-remote.c:76 msgid "Print X window ID of GIMP toolbox window, then quit" -msgstr "Wyświetla numer identyfikacyjny ID okna przybornika GIMP-a i kończy pracę" +msgstr "" +"Wyświetla numer identyfikacyjny ID okna przybornika GIMP-a i kończy pracę" #: ../tools/gimp-remote.c:82 msgid "Start GIMP without showing the startup window" @@ -12759,4 +13037,3 @@ #, c-format msgid "Couldn't start '%s': %s" msgstr "Nie można uruchomić \"%s\": %s" - diff -Nru gimp-2.6.11/po/pt.po gimp-2.6.12/po/pt.po --- gimp-2.6.11/po/pt.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/pt.po 2012-01-31 13:50:16.000000000 +0000 @@ -2,23 +2,29 @@ # gimp's Portuguese translation. # Copyright © 2001, 2002, 2003, 2004, 2008, gimp # Distributed under the same licence as the gimp package. -# +# # Filipe Maia , 2001, 2002 (Baseado na versão pt_BR de: Cyro Mendes de Moraes Neto , 1999 e Marcia Norie Nakaza , 2000, 2001). # Duarte Loreto , 2003, 2004. # Bruno Queiros , 2008. -# +# +# Pedro Barreira , 2010. +# msgid "" msgstr "" "Project-Id-Version: gimp.gimp-2-6\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2008-12-28 17:37+0000\n" -"PO-Revision-Date: 2009-03-07 08:18+0000\n" -"Last-Translator: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-01-09 19:15+0000\n" +"PO-Revision-Date: 2010-12-15 20:31+0100\n" +"Last-Translator: Pedro Barreira \n" "Language-Team: \n" +"Language: Portuguese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Poedit-Language: Portuguese\n" +"X-Poedit-Country: PORTUGAL\n" +"X-Poedit-SourceCharset: utf-8\n" #: ../app/about.h:24 msgid "GIMP" @@ -29,13 +35,12 @@ msgstr "Programa de Manipulação de Imagens GNU" #: ../app/about.h:30 -#, fuzzy msgid "" "Copyright © 1995-2008\n" "Spencer Kimball, Peter Mattis and the GIMP Development Team" msgstr "" -"Copyright © 1995-2007\n" -"Spencer Kimball, Peter Mattis e a Equipa de Desenvolvimento GIMP" +"Copyright © 1995-2008\n" +"Spencer Kimball, Peter Mattis e a Equipa de Desenvolvimento do GIMP" #: ../app/about.h:34 msgid "" @@ -53,14 +58,16 @@ "GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - " "Suite 330, Boston, MA 02111-1307, USA." msgstr "" -"GIMP é software livre; você pode redistribui-lo e/ou modificá-lo sob as " -"condições do GNU General Public License como foi publicada pela Free " -"Software Foundation; quer seja a versão 2 da Licença, ou (na sua opinião) " +"GIMP é software livre; você pode redistribui-lo e/ou modificá-lo segundo os " +"termos da Licença Pública Geral GNU, sempre com base nos termos da versão em " +"inglês da GNU General Public License, tal como foi publicada pela Free " +"Software Foundation; quer seja a versão 2 da Licença, ou (à sua escolha) " "qualquer versão posterior.\n" "\n" -"GIMP é distribuído na esperança que irá ser útil, mas SEM QUALQUER GARANTIA; " -"mesmo sem a garantia implícita da MERCANTABILIDADE ou PRÓPRIA PARA UM USO " -"PARTICULAR. Veja a GNU General Public License para mais detalhes.\n" +"GIMP é distribuído na esperança de que lhe será útil, mas SEM QUALQUER TIPO " +"DE GARANTIAS; não incluindo mesmo a garantia implícita de COMERCIALIZAÇÃO OU " +"ADEQUAÇÃO A UM USO ESPECÍFICO. Consulte o texto original em inglês da GNU " +"General Public License para mais detalhes.\n" "\n" "Você deve ter recebido uma cópia da GNU General Public License juntamente " "com o GIMP; se não, escreva para a Free Software Foundatio, Inc., 59 Temple " @@ -74,9 +81,9 @@ "To avoid data loss, please check the location and permissions of the swap " "directory defined in your Preferences (currently \"%s\")." msgstr "" -"Incapaz de abrir um ficheiro swap de teste.\n" +"Incapaz de abrir um ficheiro swap de teste. \n" "\n" -"Para evitar a perca de dados verifique a localização e as permissões do " +"Para evitar a perda de dados, verifique a localização e permissões do " "directório de swap definido nas suas Preferências (actualmente \"%s\")." #: ../app/batch.c:75 @@ -87,139 +94,142 @@ #: ../app/batch.c:93 ../app/batch.c:111 #, c-format msgid "The batch interpreter '%s' is not available. Batch mode disabled." -msgstr "O editor de batch '%s' is não está disponível. Modo de batch desactivado." +msgstr "" +"O editor de batch '%s' is não está disponível. Modo de batch desactivado." -#: ../app/main.c:144 ../tools/gimp-remote.c:60 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "Mostrar informação da versão e sair" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" msgstr "Mostrar informação da licença e sair" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Ser mais verboso" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Inicia uma nova instância do GIMP" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "Abrir imagens como novas" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "Executar sem interface de utilizador" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "Não carregar pinceis, gradientes, texturas, ..." -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "Não carregar nenhuma fonte" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" -msgstr "Não apresentar a janela de inicialização" +msgstr "Não apresentar a janela inicial" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" -msgstr "Não utilizar memória partilhada entre o GIMP e seus plugins" +msgstr "Não utilizar memória partilhada entre o GIMP e as Extensões dele" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" -msgstr "Não utilizar funções especiais de aceleração da CPU" +msgstr "Não utilizar funções especiais de aceleração do CPU" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "Utilizar um ficheiro sessionrc alternativo" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "Utilizar um ficheiro alternativo gimprc de utilizador" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "Utilizar um ficheiro gimprc de sistema alternativo" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" msgstr "Comando para executar o batch (pode ser usado múltiplas vezes)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" msgstr "O procedimento para processar comandos batch com" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "Mostra avisos na consola em vez de utilizar um diálogo" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "Modo de compatibilidade PDB (off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "Depurar no caso de bloquear (never|query|always)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "Activa manipuladores de sinais de depuração não-fatais" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" -msgstr "Tornar todos os avisos fatais" +msgstr "Tornar todos os avisos em erros fatais" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Gerar um ficheiro gimprc com definições por omissão" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[FICHEIRO|URI...]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." msgstr "" -"GIMP incapaz de inicializar o interface de utilizador.\n" -"Certifique-se de que existe uma instalação adequada ao seu ambiente." +"O GIMP não pôde iniciar a interface gráfica de utilizador.\n" +"Certifique-se de que o seu ambiente gráfico está configurado correctamente." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." -msgstr "Outra instância do GIMP já se encontra em execução." +msgstr "Já se encontra em execução outra instância do GIMP." -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." -msgstr "Saída GIMP. Escreva qualquer caracter para fechar esta janela." +msgstr "Saída de dados do GIMP. Prima qualquer tecla para fechar esta janela." -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" -msgstr "(Escreva qualquer caracter para fechar esta janela)\n" +msgstr "(Prima qualquer tecla para fechar esta janela)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." -msgstr "Saída GIMP. Você pode minimizar esta janela, mas não a feche." +msgstr "" +"Saída de dados do GIMP. Você pode minimizar esta janela, mas não a feche." -#: ../app/sanity.c:342 +#: ../app/sanity.c:365 #, c-format msgid "" "The configured filename encoding cannot be converted to UTF-8: %s\n" "\n" "Please check the value of the environment variable G_FILENAME_ENCODING." msgstr "" -"A configuração para a codificação de nomes de ficheiros não pode ser convertida para UTF-8: %s\n" +"A configuração para a codificação de nomes de ficheiros não pode ser " +"convertida para UTF-8: %s\n" "\n" "Por favor verifique o valor da variável G_FILENAME_ENCODING." -#: ../app/sanity.c:361 +#: ../app/sanity.c:384 #, c-format msgid "" "The name of the directory holding the GIMP user configuration cannot be " @@ -229,15 +239,18 @@ "you didn't tell GLib about this. Please set the environment variable " "G_FILENAME_ENCODING." msgstr "" -"A configuração do nome da pasta atribuida ao utilizador GIMP não pode ser convertida para UTF-8: %s\n" +"A configuração do nome da pasta atribuida ao utilizador GIMP não pode ser " +"convertida para UTF-8: %s\n" "\n" -"O sistema de ficheiros provavelmente guarda numa codificação diferente de UTF-8 e não comunicou ao GLib isso. Por favor ajuste a variável G_FILENAME_ENCODING." +"O sistema de ficheiros provavelmente guarda numa codificação diferente de " +"UTF-8 e não comunicou ao GLib isso. Por favor ajuste a variável " +"G_FILENAME_ENCODING." #. show versions of libraries used by GIMP #: ../app/version.c:64 #, c-format msgid "using %s version %s (compiled against version %s)" -msgstr "usando %s versão %s (compilada por oposição à versão%s)" +msgstr "usando %s versão %s (compilada sobre a versão %s)" #: ../app/version.c:127 ../tools/gimp-remote.c:95 #, c-format @@ -269,9 +282,8 @@ msgstr "Mapa Cores" #: ../app/actions/actions.c:116 -#, fuzzy msgid "Configuration" -msgstr "Configuração de recursos" +msgstr "Configuração" #: ../app/actions/actions.c:119 msgid "Context" @@ -279,7 +291,7 @@ #: ../app/actions/actions.c:122 ../app/dialogs/dialogs.c:150 msgid "Pointer Information" -msgstr "Informação de Indicador" +msgstr "Informação do Ponteiro (cursor)" #: ../app/actions/actions.c:125 msgid "Debug" @@ -295,7 +307,7 @@ #: ../app/actions/actions.c:134 msgid "Dockable" -msgstr "Parqueável " +msgstr "Parqueável" #. Document History #: ../app/actions/actions.c:137 ../app/dialogs/dialogs.c:171 @@ -357,7 +369,7 @@ #: ../app/actions/actions.c:173 ../app/actions/dialogs-actions.c:153 #: ../app/dialogs/dialogs.c:232 ../app/widgets/gimppaletteeditor.c:155 msgid "Palette Editor" -msgstr "Editor Paleta" +msgstr "Editor de Paleta" #. initialize the list of gimp palettes #: ../app/actions/actions.c:176 ../app/core/gimp.c:846 @@ -378,7 +390,7 @@ #: ../app/actions/actions.c:185 ../app/core/core-enums.c:860 #: ../app/core/gimpchannel.c:362 msgid "Quick Mask" -msgstr "Máscara Rápida " +msgstr "Máscara Rápida" #: ../app/actions/actions.c:188 ../app/dialogs/dialogs.c:206 msgid "Sample Points" @@ -386,7 +398,7 @@ #: ../app/actions/actions.c:191 msgid "Select" -msgstr "Seleccionar" +msgstr "Selecção" #. initialize the template list #: ../app/actions/actions.c:194 ../app/core/gimp.c:859 @@ -399,7 +411,7 @@ msgstr "Editor Texto" #: ../app/actions/actions.c:200 ../app/dialogs/dialogs.c:138 -#: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:423 +#: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:429 msgid "Tool Options" msgstr "Opções de Ferramentas" @@ -421,272 +433,222 @@ msgstr "Janelas" #: ../app/actions/brush-editor-actions.c:43 -#, fuzzy msgid "Brush Editor Menu" -msgstr "Editor do Menu de Pincéis" +msgstr "Menu do Editor de Pincéis" #: ../app/actions/brush-editor-actions.c:50 -#, fuzzy msgid "Edit Active Brush" -msgstr "Editar Pincel Activo" +msgstr "Editar Pincel Actual" #: ../app/actions/brushes-actions.c:43 -#, fuzzy msgid "Brushes Menu" msgstr "Menu Pincéis" #: ../app/actions/brushes-actions.c:47 -#, fuzzy msgid "_Open Brush as Image" -msgstr "Abrir Pincel como Imagem" +msgstr "_Abrir Pincel como Imagem" #: ../app/actions/brushes-actions.c:48 -#, fuzzy msgid "Open brush as image" -msgstr "Abrir o pincel como imagem" +msgstr "Abre o ficheiro de pincel como uma imagem para ser editado" #: ../app/actions/brushes-actions.c:53 -#, fuzzy msgid "_New Brush" -msgstr "Novo Pincel" +msgstr "_Novo Pincel" #: ../app/actions/brushes-actions.c:54 msgid "New brush" msgstr "Novo Pincel" #: ../app/actions/brushes-actions.c:59 -#, fuzzy msgid "D_uplicate Brush" msgstr "D_uplicar Pincel" #: ../app/actions/brushes-actions.c:60 -#, fuzzy msgid "Duplicate brush" -msgstr "D_uplicar Pincel" +msgstr "Cria uma cópia exacta do Pincel" #: ../app/actions/brushes-actions.c:65 -#, fuzzy msgid "Copy Brush _Location" -msgstr "Copiar _Localização do Pincel" +msgstr "Copiar a _Localização do Pincel" #: ../app/actions/brushes-actions.c:66 -#, fuzzy msgid "Copy brush file location to clipboard" -msgstr "Copiar a localização do ficheiro de gradiente para a área de transferência" +msgstr "" +"Copiar a localização do ficheiro de pincel para a área de transferência" #: ../app/actions/brushes-actions.c:71 -#, fuzzy msgid "_Delete Brush" -msgstr "Apagar Pincel" +msgstr "_Apagar Pincel" #: ../app/actions/brushes-actions.c:72 -#, fuzzy msgid "Delete brush" -msgstr "Apagar Pincel" +msgstr "Apaga o ficheiro de Pincel" #: ../app/actions/brushes-actions.c:77 -#, fuzzy msgid "_Refresh Brushes" -msgstr "Actualizar Pincéis" +msgstr "_Actualizar Pincéis" #: ../app/actions/brushes-actions.c:78 -#, fuzzy msgid "Refresh brushes" -msgstr "Actualizar pincéis" +msgstr "Procura e actualiza a informações sobre os Pincéis" #: ../app/actions/brushes-actions.c:86 -#, fuzzy msgid "_Edit Brush..." msgstr "_Editar Pincel..." #: ../app/actions/brushes-actions.c:87 -#, fuzzy msgid "Edit brush" -msgstr "Editar pincel..." +msgstr "Editar Pincel" #: ../app/actions/buffers-actions.c:42 -#, fuzzy msgid "Buffers Menu" msgstr "Menu Buffers" #: ../app/actions/buffers-actions.c:46 -#, fuzzy msgid "_Paste Buffer" -msgstr "Colar Buffer" +msgstr "_Colar Buffer" #: ../app/actions/buffers-actions.c:47 -#, fuzzy msgid "Paste the selected buffer" msgstr "Colar o buffer seleccionado" #: ../app/actions/buffers-actions.c:52 -#, fuzzy msgid "Paste Buffer _Into" -msgstr "Colar Buffer Em" +msgstr "Colar Buffer _Em" #: ../app/actions/buffers-actions.c:53 -#, fuzzy msgid "Paste the selected buffer into the selection" -msgstr "Colar o buffer seleccionado na selecção" +msgstr "Colar o buffer seleccionado dentro da selecção" #: ../app/actions/buffers-actions.c:58 -#, fuzzy msgid "Paste Buffer as _New" msgstr "Colar Buffer como _Novo" #: ../app/actions/buffers-actions.c:59 -#, fuzzy msgid "Paste the selected buffer as new image" msgstr "Colar o buffer seleccionado como uma nova imagem" #: ../app/actions/buffers-actions.c:64 -#, fuzzy msgid "_Delete Buffer" -msgstr "Apagar Buffer" +msgstr "_Apagar Buffer" #: ../app/actions/buffers-actions.c:65 -#, fuzzy msgid "Delete the selected buffer" msgstr "Apagar o buffer seleccionado" #: ../app/actions/channels-actions.c:44 -#, fuzzy msgid "Channels Menu" msgstr "Menu Canais" #: ../app/actions/channels-actions.c:48 -#, fuzzy msgid "_Edit Channel Attributes..." -msgstr "Editar Atributos do Canal..." +msgstr "_Editar Atributos do Canal" #: ../app/actions/channels-actions.c:49 msgid "Edit the channel's name, color and opacity" -msgstr "Editar a cor nome e opacidade do canal" +msgstr "Editar o nome, a cor e a opacidade do canal" #: ../app/actions/channels-actions.c:54 -#, fuzzy msgid "_New Channel..." msgstr "_Novo Canal..." #: ../app/actions/channels-actions.c:55 -#, fuzzy msgid "Create a new channel" -msgstr "Criar um novo canal" +msgstr "Cria um novo canal" #: ../app/actions/channels-actions.c:60 -#, fuzzy msgid "_New Channel" msgstr "_Novo Canal" #: ../app/actions/channels-actions.c:61 -#, fuzzy msgid "Create a new channel with last used values" msgstr "Criar um novo canal com os últimos valores utilizados" #: ../app/actions/channels-actions.c:66 -#, fuzzy msgid "D_uplicate Channel" msgstr "D_uplicar Canal" #: ../app/actions/channels-actions.c:67 -#, fuzzy msgid "Create a duplicate of this channel and add it to the image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Cria um duplicado deste canal e adiciona-o à imagem" #: ../app/actions/channels-actions.c:72 -#, fuzzy msgid "_Delete Channel" msgstr "_Apagar Canal" #: ../app/actions/channels-actions.c:73 -#, fuzzy msgid "Delete this channel" -msgstr "Apagar este canal" +msgstr "Remove este canal da pilha de canais" #: ../app/actions/channels-actions.c:78 -#, fuzzy msgid "_Raise Channel" -msgstr "_Elevar Canal" +msgstr "_Elevar o Canal" #: ../app/actions/channels-actions.c:79 -#, fuzzy msgid "Raise this channel one step in the channel stack" -msgstr "Baixar este canal para o fundo da pilha de canais" +msgstr "Desloca este canal uma posição acima na pilha de canais" #: ../app/actions/channels-actions.c:84 -#, fuzzy msgid "Raise Channel to _Top" -msgstr "Elevar Canal ao _Topo" +msgstr "Colocar Canal no _Topo" #: ../app/actions/channels-actions.c:85 -#, fuzzy msgid "Raise this channel to the top of the channel stack" -msgstr "Baixar este canal para o fundo da pilha de canais" +msgstr "Coloca este canal no cimo da pilha de canais" #: ../app/actions/channels-actions.c:90 -#, fuzzy msgid "_Lower Channel" -msgstr "_Baixar Canal" +msgstr "_Descer Canal" #: ../app/actions/channels-actions.c:91 -#, fuzzy msgid "Lower this channel one step in the channel stack" -msgstr "Baixar este canal para o fundo da pilha de canais" +msgstr "Desloca este canal uma posição abaixo na pilha de canais" #: ../app/actions/channels-actions.c:96 -#, fuzzy msgid "Lower Channel to _Bottom" -msgstr "_Baixar Canal ao Fundo" +msgstr "Descer Canal para o _Fundo" #: ../app/actions/channels-actions.c:97 -#, fuzzy msgid "Lower this channel to the bottom of the channel stack" -msgstr "Baixar este canal para o fundo da pilha de canais" +msgstr "Coloca este canal no fim da pilha de canais" #: ../app/actions/channels-actions.c:105 -#, fuzzy msgid "Channel to Sele_ction" -msgstr "Canal para Sele_cção" +msgstr "Converter o Canal em Sele_cção" #: ../app/actions/channels-actions.c:106 -#, fuzzy msgid "Replace the selection with this channel" -msgstr "Substituir a selecção com este canal" +msgstr "Substituir a selecção por este canal" #: ../app/actions/channels-actions.c:111 ../app/actions/layers-actions.c:266 #: ../app/actions/vectors-actions.c:173 -#, fuzzy msgid "_Add to Selection" msgstr "_Adicionar à Selecção" #: ../app/actions/channels-actions.c:112 -#, fuzzy msgid "Add this channel to the current selection" msgstr "Adicionar este canal à selecção actual" #: ../app/actions/channels-actions.c:117 ../app/actions/layers-actions.c:272 #: ../app/actions/layers-actions.c:299 ../app/actions/layers-actions.c:326 #: ../app/actions/vectors-actions.c:179 -#, fuzzy msgid "_Subtract from Selection" -msgstr "_Remover da Selecção" +msgstr "_Subtrair à selecção" #: ../app/actions/channels-actions.c:118 -#, fuzzy msgid "Subtract this channel from the current selection" -msgstr "Remover este canal da selecção actual" +msgstr "Subtrair este Canal da selecção actual" #: ../app/actions/channels-actions.c:123 ../app/actions/layers-actions.c:278 #: ../app/actions/layers-actions.c:305 ../app/actions/layers-actions.c:332 #: ../app/actions/vectors-actions.c:185 -#, fuzzy msgid "_Intersect with Selection" -msgstr "_Interceptar com Selecção" +msgstr "_Intersectar com a Selecção" #: ../app/actions/channels-actions.c:124 -#, fuzzy msgid "Intersect this channel with the current selection" -msgstr "Interceptar este canal com a selecção actual" +msgstr "_Intersectar este canal com a Selecção actual" #: ../app/actions/channels-commands.c:85 #: ../app/actions/channels-commands.c:393 @@ -699,7 +661,7 @@ #: ../app/actions/channels-commands.c:90 msgid "Edit Channel Color" -msgstr "Editar Cor de Canal" +msgstr "Editar Cor do Canal" #: ../app/actions/channels-commands.c:91 #: ../app/actions/channels-commands.c:123 @@ -716,11 +678,11 @@ #: ../app/actions/channels-commands.c:120 msgid "New Channel Options" -msgstr "Novas Opções de Canais" +msgstr "Opções do Novo Canal" #: ../app/actions/channels-commands.c:122 msgid "New Channel Color" -msgstr "Nova Cor de Canal" +msgstr "Cor do Novo Canal" #: ../app/actions/channels-commands.c:243 #: ../app/display/gimpdisplayshell-dnd.c:584 @@ -728,7 +690,7 @@ #: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:313 #, c-format msgid "%s Channel Copy" -msgstr "Cópia de Canal %s" +msgstr "Cópia do Canal %s" #: ../app/actions/channels-commands.c:307 ../app/core/gimpselection.c:549 #: ../app/pdb/selection-cmds.c:454 ../app/pdb/selection-cmds.c:521 @@ -736,38 +698,32 @@ msgstr "Canal para Selecção" #: ../app/actions/colormap-actions.c:44 -#, fuzzy msgid "Colormap Menu" -msgstr "Menu Mapa Cores" +msgstr "Menu do Mapa de Cores" #: ../app/actions/colormap-actions.c:48 #: ../app/actions/palette-editor-actions.c:48 -#, fuzzy msgid "_Edit Color..." msgstr "_Editar Cor..." #: ../app/actions/colormap-actions.c:49 #: ../app/actions/palette-editor-actions.c:49 -#, fuzzy msgid "Edit color" -msgstr "Editar cor" +msgstr "Editar Cor" #: ../app/actions/colormap-actions.c:57 -#, fuzzy msgid "_Add Color from FG" -msgstr "_Adicionar Cor de 1º Plano" +msgstr "_Adicionar Cor a partir do FG" #: ../app/actions/colormap-actions.c:58 msgid "Add current foreground color" msgstr "Adicionar cor de 1º plano actual" #: ../app/actions/colormap-actions.c:63 -#, fuzzy msgid "_Add Color from BG" -msgstr "_Adicionar Cor do Fundo" +msgstr "_Adicionar Cor a partir do BG" #: ../app/actions/colormap-actions.c:64 -#, fuzzy msgid "Add current background color" msgstr "Adicionar cor de fundo actual" @@ -777,9 +733,8 @@ msgstr "Editar Entrada Paleta Cores#%d" #: ../app/actions/colormap-commands.c:80 -#, fuzzy msgid "Edit Colormap Entry" -msgstr "Editar Entrada Paleta Cores" +msgstr "Editar Entrada no Mapa de Cores" #: ../app/actions/config-actions.c:39 msgid "Use _GEGL" @@ -790,29 +745,24 @@ msgstr "Se possível, use GEGL para o processamento de imagem" #: ../app/actions/context-actions.c:46 -#, fuzzy msgid "_Context" msgstr "_Contexto" #: ../app/actions/context-actions.c:47 ../app/actions/image-actions.c:59 -#, fuzzy msgid "_Colors" msgstr "_Cores" #: ../app/actions/context-actions.c:48 ../app/actions/layers-actions.c:58 -#, fuzzy msgid "_Opacity" msgstr "_Opacidade" #: ../app/actions/context-actions.c:49 -#, fuzzy msgid "Paint _Mode" -msgstr "_Modo Pintar" +msgstr "_Modo de Pintura" #: ../app/actions/context-actions.c:50 -#, fuzzy msgid "_Tool" -msgstr "Ferramen_tas" +msgstr "_Ferramenta" #: ../app/actions/context-actions.c:51 #: ../app/dialogs/preferences-dialog.c:1940 @@ -835,61 +785,52 @@ msgstr "_Gradiente" #: ../app/actions/context-actions.c:55 -#, fuzzy msgid "_Font" -msgstr "_Fonte" +msgstr "_Tipo de Letra" #: ../app/actions/context-actions.c:57 -#, fuzzy msgid "_Shape" -msgstr "Forma" +msgstr "_Forma" #: ../app/actions/context-actions.c:58 -#, fuzzy msgid "_Radius" msgstr "_Raio" #: ../app/actions/context-actions.c:59 -#, fuzzy msgid "S_pikes" -msgstr "_Picos" +msgstr "Es_pigões" #: ../app/actions/context-actions.c:60 msgid "_Hardness" -msgstr "Dureza" +msgstr "_Dureza" #: ../app/actions/context-actions.c:61 -#, fuzzy msgid "_Aspect" msgstr "_Aspecto" #: ../app/actions/context-actions.c:62 -#, fuzzy msgid "A_ngle" -msgstr "Â_ngulo:" +msgstr "Â_ngulo" #: ../app/actions/context-actions.c:65 -#, fuzzy msgid "_Default Colors" msgstr "Cores por _Defeito" #: ../app/actions/context-actions.c:66 -#, fuzzy msgid "Set foreground color to black, background color to white" -msgstr "Definir cor de 1º plano para preto, e cor de fundo para branco" +msgstr "Definir a cor de primeiro plano a preto e a cor de fundo a branco" #: ../app/actions/context-actions.c:71 -#, fuzzy msgid "S_wap Colors" -msgstr "Trocar Cores" +msgstr "_Alternar Cores" #: ../app/actions/context-actions.c:72 msgid "Exchange foreground and background colors" -msgstr "Trocar cores de fundo e 1º plano" +msgstr "Trocar a cor de 1º plano com a de fundo" #: ../app/actions/cursor-info-actions.c:40 msgid "Pointer Information Menu" -msgstr "Informação de Indicador" +msgstr "Menu de Informação do Ponteiro" #: ../app/actions/cursor-info-actions.c:47 #: ../app/actions/sample-points-actions.c:47 @@ -900,16 +841,16 @@ #: ../app/actions/cursor-info-actions.c:48 #: ../app/actions/sample-points-actions.c:48 msgid "Sample Merged" -msgstr "Amostra Mesclada " +msgstr "Amostra Mesclada" #: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 -#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 #: ../app/display/gimpdisplayshell-dnd.c:537 #: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:158 -#: ../app/widgets/gimptoolbox.c:979 +#: ../app/widgets/gimptoolbox.c:981 #, c-format msgid "" "Opening '%s' failed:\n" @@ -938,21 +879,20 @@ msgstr "Apagar '%s'?" #: ../app/actions/data-commands.c:257 -#, fuzzy, c-format -msgid "Are you sure you want to remove '%s' from the list and delete it on disk?" +#, c-format +msgid "" +"Are you sure you want to remove '%s' from the list and delete it on disk?" msgstr "Tem certeza que deseja remover '%s' da lista e do disco rígido?" #: ../app/actions/dialogs-actions.c:39 -#, fuzzy msgid "Tool _Options" -msgstr "_Opções de Ferramentas" +msgstr "_Opções das Ferramentas" #: ../app/actions/dialogs-actions.c:40 msgid "Open the tool options dialog" msgstr "Abrir a janela de opções de ferramentas" #: ../app/actions/dialogs-actions.c:45 -#, fuzzy msgid "_Device Status" msgstr "Estado do _Dispositivo" @@ -961,7 +901,6 @@ msgstr "Abrir janela do estado do dispositivo" #: ../app/actions/dialogs-actions.c:51 -#, fuzzy msgid "_Layers" msgstr "_Camadas" @@ -970,7 +909,6 @@ msgstr "Abir a janela de camadas" #: ../app/actions/dialogs-actions.c:57 -#, fuzzy msgid "_Channels" msgstr "_Canais" @@ -979,25 +917,22 @@ msgstr "Abrir a janela de canais" #: ../app/actions/dialogs-actions.c:63 -#, fuzzy msgid "_Paths" -msgstr "Caminhos " +msgstr "_Caminhos" #: ../app/actions/dialogs-actions.c:64 msgid "Open the paths dialog" msgstr "Abrir a janela de caminhos" #: ../app/actions/dialogs-actions.c:69 -#, fuzzy msgid "Color_map" -msgstr "_Mapa cores" +msgstr "_Mapa de Cores" #: ../app/actions/dialogs-actions.c:70 msgid "Open the colormap dialog" msgstr "Abrir a janela de mapa de cores" #: ../app/actions/dialogs-actions.c:75 -#, fuzzy msgid "Histogra_m" msgstr "Histogra_ma" @@ -1006,27 +941,24 @@ msgstr "Abrir a janela de histograma" #: ../app/actions/dialogs-actions.c:81 -#, fuzzy msgid "_Selection Editor" -msgstr "Editor _Selecção" +msgstr "Editor de _Selecção" #: ../app/actions/dialogs-actions.c:82 msgid "Open the selection editor" -msgstr "Abrir a janela do editor de selecção" +msgstr "Abrir o editor de selecção" #: ../app/actions/dialogs-actions.c:87 -#, fuzzy msgid "Na_vigation" -msgstr "Navegação" +msgstr "Na_vegação" #: ../app/actions/dialogs-actions.c:88 msgid "Open the display navigation dialog" msgstr "Abrir a janela de navegação" #: ../app/actions/dialogs-actions.c:93 -#, fuzzy msgid "Undo _History" -msgstr "Histórico Desfazer" +msgstr "_Histórico do Desfazer" #: ../app/actions/dialogs-actions.c:94 msgid "Open the undo history dialog" @@ -1034,22 +966,21 @@ #: ../app/actions/dialogs-actions.c:99 ../app/dialogs/dialogs.c:150 msgid "Pointer" -msgstr "Indicador" +msgstr "Ponteiro" #: ../app/actions/dialogs-actions.c:100 msgid "Open the pointer information dialog" -msgstr "Abrir a janela de informação do indicador" +msgstr "Abrir a janela de informação do Ponteiro" #: ../app/actions/dialogs-actions.c:105 msgid "_Sample Points" -msgstr "Amostra de pontos" +msgstr "Amo_stra de Pontos" #: ../app/actions/dialogs-actions.c:106 msgid "Open the sample points dialog" msgstr "Abrir a janela de amostra de pontos" #: ../app/actions/dialogs-actions.c:111 -#, fuzzy msgid "Colo_rs" msgstr "Co_res" @@ -1058,9 +989,8 @@ msgstr "Abrir a janela de cores 1º Plano/Fundo" #: ../app/actions/dialogs-actions.c:117 -#, fuzzy msgid "_Brushes" -msgstr "Pincéis " +msgstr "_Pincéis" #: ../app/actions/dialogs-actions.c:118 msgid "Open the brushes dialog" @@ -1068,19 +998,17 @@ #: ../app/actions/dialogs-actions.c:124 msgid "Open the brush editor" -msgstr "Abrir o diálogo de pincéis" +msgstr "Abrir o diálogo de pincel" #: ../app/actions/dialogs-actions.c:129 -#, fuzzy msgid "P_atterns" -msgstr "Textur_as" +msgstr "P_adrões" #: ../app/actions/dialogs-actions.c:130 msgid "Open the patterns dialog" msgstr "Abrir a janela de texturas" #: ../app/actions/dialogs-actions.c:135 -#, fuzzy msgid "_Gradients" msgstr "_Gradientes" @@ -1093,7 +1021,6 @@ msgstr "Abrir o editor de gradientes" #: ../app/actions/dialogs-actions.c:147 -#, fuzzy msgid "Pal_ettes" msgstr "Pal_etas" @@ -1106,7 +1033,6 @@ msgstr "Abrir o editor de paletas" #: ../app/actions/dialogs-actions.c:159 -#, fuzzy msgid "_Fonts" msgstr "_Fontes" @@ -1115,7 +1041,6 @@ msgstr "Abrir a janela de fontes" #: ../app/actions/dialogs-actions.c:165 -#, fuzzy msgid "B_uffers" msgstr "B_uffers" @@ -1124,7 +1049,6 @@ msgstr "Abrir a janela de buffers nomeados" #: ../app/actions/dialogs-actions.c:171 -#, fuzzy msgid "_Images" msgstr "_Imagens" @@ -1134,16 +1058,15 @@ #: ../app/actions/dialogs-actions.c:177 msgid "Document Histor_y" -msgstr "_Histórico Documentos " +msgstr "_Histórico Documentos" #: ../app/actions/dialogs-actions.c:178 msgid "Open the document history dialog" msgstr "Abrir a janela de histórico de documentos" #: ../app/actions/dialogs-actions.c:183 -#, fuzzy msgid "_Templates" -msgstr "Modelos " +msgstr "_Modelos" #: ../app/actions/dialogs-actions.c:184 msgid "Open the image templates dialog" @@ -1151,24 +1074,21 @@ #: ../app/actions/dialogs-actions.c:189 msgid "T_ools" -msgstr "_Ferramentas " +msgstr "_Ferramentas" #: ../app/actions/dialogs-actions.c:190 msgid "Open the tools dialog" msgstr "Abrir a janela de ferramentas" #: ../app/actions/dialogs-actions.c:195 -#, fuzzy msgid "Error Co_nsole" msgstr "Co_nsola de Erros" #: ../app/actions/dialogs-actions.c:196 -#, fuzzy msgid "Open the error console" msgstr "Abrir a consola de erros" #: ../app/actions/dialogs-actions.c:206 -#, fuzzy msgid "_Preferences" msgstr "_Preferências" @@ -1178,42 +1098,38 @@ #: ../app/actions/dialogs-actions.c:212 msgid "_Keyboard Shortcuts" -msgstr "_Atalhos Teclado " +msgstr "_Atalhos Teclado" #: ../app/actions/dialogs-actions.c:213 msgid "Open the keyboard shortcuts editor" msgstr "Abrir o editor de atalhos do teclado" #: ../app/actions/dialogs-actions.c:218 -#, fuzzy msgid "_Modules" -msgstr "Módulos" +msgstr "_Módulos" #: ../app/actions/dialogs-actions.c:219 msgid "Open the module manager dialog" msgstr "Abrir a janela de módulos" #: ../app/actions/dialogs-actions.c:224 -#, fuzzy msgid "_Tip of the Day" -msgstr "Dica do Dia" +msgstr "_Dica do Dia" #: ../app/actions/dialogs-actions.c:225 msgid "Show some helpful tips on using GIMP" msgstr "Mostrar dicas úteis" #: ../app/actions/dialogs-actions.c:230 -#, fuzzy msgid "_About" -msgstr "Sobre" +msgstr "_Acerca" #: ../app/actions/dialogs-actions.c:231 ../app/dialogs/about-dialog.c:114 -#: ../app/gui/gui.c:473 +#: ../app/gui/gui.c:479 msgid "About GIMP" msgstr "Sobre o GIMP" #: ../app/actions/dock-actions.c:43 -#, fuzzy msgid "M_ove to Screen" msgstr "M_over para Ecrã" @@ -1231,156 +1147,131 @@ #: ../app/actions/dock-actions.c:61 msgid "_Show Image Selection" -msgstr "Mostrar S_elecção de Imagem" +msgstr "Mostrar a _Selecção da Imagen" #: ../app/actions/dock-actions.c:67 msgid "Auto _Follow Active Image" -msgstr "/Seguir automáticamnte _Imagem Activa" +msgstr "Auto-seguir _Imagem Activa" #: ../app/actions/dockable-actions.c:49 msgid "Dialogs Menu" msgstr "Menu de janelas" #: ../app/actions/dockable-actions.c:53 -#, fuzzy msgid "_Add Tab" msgstr "_Adicionar Separador" #: ../app/actions/dockable-actions.c:54 -#, fuzzy msgid "_Preview Size" -msgstr "Tamanho Antevisão" +msgstr "_Tamanho de Antevisão" #: ../app/actions/dockable-actions.c:55 -#, fuzzy msgid "_Tab Style" -msgstr "Es_tilo Separador" +msgstr "_Estilo de Separador" #: ../app/actions/dockable-actions.c:58 -#, fuzzy msgid "_Close Tab" -msgstr "Fe_char Separador" +msgstr "_Fechar Separador" #: ../app/actions/dockable-actions.c:63 -#, fuzzy msgid "_Detach Tab" -msgstr "_Desanexar Separador" +msgstr "_Destacar Separador" #: ../app/actions/dockable-actions.c:81 -#, fuzzy msgid "_Tiny" -msgstr "Minúsculo " +msgstr "_Minúsculo" #: ../app/actions/dockable-actions.c:82 -#, fuzzy msgid "E_xtra Small" -msgstr "Muito Pequeno " +msgstr "M_uito Pequeno" #: ../app/actions/dockable-actions.c:83 -#, fuzzy msgid "_Small" -msgstr "Pequeno " +msgstr "_Pequeno" #: ../app/actions/dockable-actions.c:84 -#, fuzzy msgid "_Medium" msgstr "_Médio" #: ../app/actions/dockable-actions.c:85 -#, fuzzy msgid "_Large" -msgstr "Grande " +msgstr "_Grande" #: ../app/actions/dockable-actions.c:86 -#, fuzzy msgid "Ex_tra Large" -msgstr "Muito Grande " +msgstr "Mui_to Grande" #: ../app/actions/dockable-actions.c:87 -#, fuzzy msgid "_Huge" -msgstr "Enorme " +msgstr "_Enorme" #: ../app/actions/dockable-actions.c:88 -#, fuzzy msgid "_Enormous" -msgstr "_Enormíssimo" +msgstr "G_igante" #: ../app/actions/dockable-actions.c:89 -#, fuzzy msgid "_Gigantic" msgstr "_Gigantesco" #: ../app/actions/dockable-actions.c:94 -#, fuzzy msgid "_Icon" msgstr "_Ícone" #: ../app/actions/dockable-actions.c:95 -#, fuzzy msgid "Current _Status" msgstr "E_stado Actual" #: ../app/actions/dockable-actions.c:96 -#, fuzzy msgid "_Text" msgstr "_Texto" #: ../app/actions/dockable-actions.c:97 -#, fuzzy msgid "I_con & Text" msgstr "Í_cone & Texto" #: ../app/actions/dockable-actions.c:98 -#, fuzzy msgid "St_atus & Text" msgstr "Est_ado & Texto" #: ../app/actions/dockable-actions.c:108 msgid "Loc_k Tab to Dock" -msgstr "Bloquear o Separador no Parque" +msgstr "_Bloquear o Separador no Parque" #: ../app/actions/dockable-actions.c:109 msgid "Protect this tab from being dragged with the mouse pointer" -msgstr "Proteger este separador de ser arrastado pelo indicador do rato" +msgstr "Impedir que este separador seja arrastado com o Ponteiro do rato" #: ../app/actions/dockable-actions.c:115 msgid "Show _Button Bar" msgstr "Mostrar Barra _Botões" #: ../app/actions/dockable-actions.c:124 -#, fuzzy msgid "View as _List" -msgstr "/Visualizar como _Lista" +msgstr "Ver como _Lista" #: ../app/actions/dockable-actions.c:129 -#, fuzzy msgid "View as _Grid" -msgstr "/Visualizar como _Grelha" +msgstr "Ver como _Grelha" #: ../app/actions/documents-actions.c:42 -#, fuzzy msgid "Documents Menu" msgstr "Menu Documentos" #: ../app/actions/documents-actions.c:46 -#, fuzzy msgid "_Open Image" -msgstr "/_Abrir Imagem" +msgstr "_Abrir Imagem" #: ../app/actions/documents-actions.c:47 msgid "Open the selected entry" msgstr "Abrir a entrada seleccionada" #: ../app/actions/documents-actions.c:52 -#, fuzzy msgid "_Raise or Open Image" -msgstr "/Eleva_r ou Abrir Imagem" +msgstr "_Elevar ou Abrir Imagem" #: ../app/actions/documents-actions.c:53 -#, fuzzy msgid "Raise window if already open" -msgstr "Elevar janela se já estiver aberta" +msgstr "Elevar janela se aberta" #: ../app/actions/documents-actions.c:58 msgid "File Open _Dialog" @@ -1399,52 +1290,44 @@ msgstr "Copiar a localização da imagem para a área de transferência" #: ../app/actions/documents-actions.c:70 -#, fuzzy msgid "Remove _Entry" -msgstr "/Remover _Entrada" +msgstr "Remover _Entrada" #: ../app/actions/documents-actions.c:71 -#, fuzzy msgid "Remove the selected entry" msgstr "Remover a entrada seleccionada" #: ../app/actions/documents-actions.c:76 msgid "_Clear History" -msgstr "Histórico Limpar" +msgstr "Histórico _Limpar" #: ../app/actions/documents-actions.c:77 msgid "Clear the entire document history" msgstr "Limpar todo o histórico de documentos" #: ../app/actions/documents-actions.c:82 -#, fuzzy msgid "Recreate _Preview" -msgstr "/Recriar _Antevisão" +msgstr "Recriar _Pré-visualização" #: ../app/actions/documents-actions.c:83 -#, fuzzy msgid "Recreate preview" -msgstr "/Recriar _Antevisão" +msgstr "Actualiza a pré-visualização" #: ../app/actions/documents-actions.c:88 -#, fuzzy msgid "Reload _all Previews" -msgstr "/Reler _todas Antevisões" +msgstr "Actualizar todas _as Pré-visualizações" #: ../app/actions/documents-actions.c:89 -#, fuzzy msgid "Reload all previews" -msgstr "/Reler _todas Antevisões" +msgstr "Actualizar todas as pré-visualizações" #: ../app/actions/documents-actions.c:94 -#, fuzzy msgid "Remove Dangling E_ntries" -msgstr "/Remover Entradas Estra_nhas" +msgstr "Remover E_ntradas Pendentes" #: ../app/actions/documents-actions.c:95 -#, fuzzy msgid "Remove dangling entries" -msgstr "/Remover Entradas Estra_nhas" +msgstr "Remove as Entradas que estiverem pendentes" #: ../app/actions/documents-commands.c:198 msgid "Clear Document History" @@ -1458,21 +1341,21 @@ msgid "" "Clearing the document history will permanently remove all items from the " "recent documents list in all applications." -msgstr "Limpar o histórico de documentos remove permanentemente todos os itens da lista de documentos recentes em todas as aplicações." +msgstr "" +"Ao limpar o histórico de documentos remove permanentemente todos os itens da " +"lista do Histórico de Documentos de todas as aplicações." #: ../app/actions/drawable-actions.c:45 -#, fuzzy msgid "_Equalize" -msgstr "Equalizar" +msgstr "_Equalizar" #: ../app/actions/drawable-actions.c:46 msgid "Automatic contrast enhancement" msgstr "Melhoramento automático do contraste" #: ../app/actions/drawable-actions.c:51 -#, fuzzy msgid "In_vert" -msgstr "Inverter" +msgstr "In_verter" #: ../app/actions/drawable-actions.c:52 msgid "Invert the colors" @@ -1496,14 +1379,13 @@ #: ../app/actions/drawable-actions.c:72 ../app/actions/vectors-actions.c:153 msgid "_Linked" -msgstr "Ligado" +msgstr "_Ligado" #: ../app/actions/drawable-actions.c:73 msgid "Toggle the linked state" msgstr "Alternar o estado ligado" #: ../app/actions/drawable-actions.c:79 ../app/actions/vectors-actions.c:147 -#, fuzzy msgid "_Visible" msgstr "_Visível" @@ -1512,29 +1394,24 @@ msgstr "Alternar visibilidade" #: ../app/actions/drawable-actions.c:89 ../app/actions/image-actions.c:159 -#, fuzzy msgid "Flip _Horizontally" -msgstr "Virar _Horizontalmente" +msgstr "Inverter na _Horizontal" #: ../app/actions/drawable-actions.c:90 -#, fuzzy msgid "Flip horizontally" -msgstr "Virar horizontalmente" +msgstr "Revirar na horizontal" #: ../app/actions/drawable-actions.c:95 ../app/actions/image-actions.c:165 -#, fuzzy msgid "Flip _Vertically" -msgstr "Virar _Verticalmente" +msgstr "Inverter na _Vertical" #: ../app/actions/drawable-actions.c:96 -#, fuzzy msgid "Flip vertically" -msgstr "Virar verticalmente" +msgstr "Inverte a imagem verticalmente" #: ../app/actions/drawable-actions.c:104 ../app/actions/image-actions.c:174 -#, fuzzy msgid "Rotate 90° _clockwise" -msgstr "Rodar 90 sentido horário" +msgstr "Rodar 90º para a _direita" #: ../app/actions/drawable-actions.c:105 msgid "Rotate 90 degrees to the right" @@ -1542,7 +1419,7 @@ #: ../app/actions/drawable-actions.c:110 ../app/actions/image-actions.c:180 msgid "Rotate _180°" -msgstr "Rod_ar 180 graus" +msgstr "Rodar _180 graus" #: ../app/actions/drawable-actions.c:111 msgid "Turn upside-down" @@ -1550,7 +1427,7 @@ #: ../app/actions/drawable-actions.c:116 ../app/actions/image-actions.c:186 msgid "Rotate 90° counter-clock_wise" -msgstr "Rodar 90 graus anti-horário" +msgstr "Rodar 90 graus anti-_horário" #: ../app/actions/drawable-actions.c:117 msgid "Rotate 90 degrees to the left" @@ -1569,24 +1446,20 @@ msgstr "Equilíbrio de brancos apenas opera sobre camadas em RGB." #: ../app/actions/edit-actions.c:63 -#, fuzzy msgid "_Edit" msgstr "_Editar" #: ../app/actions/edit-actions.c:64 -#, fuzzy msgid "_Paste as" -msgstr "Colar como" +msgstr "_Colar como" #: ../app/actions/edit-actions.c:65 -#, fuzzy msgid "_Buffer" msgstr "_Buffer" #: ../app/actions/edit-actions.c:68 -#, fuzzy msgid "Undo History Menu" -msgstr "Histórico Desfazer" +msgstr "Menu do Histórico do Desfazer" #: ../app/actions/edit-actions.c:72 ../app/actions/edit-actions.c:313 msgid "_Undo" @@ -1605,18 +1478,16 @@ msgstr "Refazer a última operação" #: ../app/actions/edit-actions.c:84 -#, fuzzy msgid "Strong Undo" -msgstr "Super Anular" +msgstr "Desfazer Forte" #: ../app/actions/edit-actions.c:85 msgid "Undo the last operation, skipping visibility changes" msgstr "Desfazer a última operação ignorando alterações visíveis" #: ../app/actions/edit-actions.c:90 -#, fuzzy msgid "Strong Redo" -msgstr "Super Refazer" +msgstr "Refazer Forte" #: ../app/actions/edit-actions.c:91 msgid "Redo the last operation that was undone, skipping visibility changes" @@ -1628,173 +1499,142 @@ #: ../app/actions/edit-actions.c:97 msgid "Remove all operations from the undo history" -msgstr "" +msgstr "Remove todas as operações do Histórico do Desfazer" #: ../app/actions/edit-actions.c:102 ../app/actions/edit-actions.c:315 -#, fuzzy msgid "_Fade..." -msgstr "/_Novo Caminho..." +msgstr "_Desvanecer..." #: ../app/actions/edit-actions.c:103 msgid "Modify paint mode and opacity of the last pixel manipulation" msgstr "" +"Modificar o modo de pintura e a opacidade da manipulação do ultimo pixel" #: ../app/actions/edit-actions.c:108 -#, fuzzy msgid "Cu_t" msgstr "Cor_tar" #: ../app/actions/edit-actions.c:109 -#, fuzzy msgid "Move the selected pixels to the clipboard" -msgstr "Mover acima o filtro seleccionado" +msgstr "Mover os pixeis seleccionados para a área de transferência" #: ../app/actions/edit-actions.c:114 -#, fuzzy msgid "_Copy" -msgstr "Copiar" +msgstr "_Copiar" #: ../app/actions/edit-actions.c:115 -#, fuzzy msgid "Copy the selected pixels to the clipboard" -msgstr "Mover acima o filtro seleccionado" +msgstr "Copiar os pixeis seleccionados para a área de transferência" #. GIMP_STOCK_COPY_VISIBLE, #: ../app/actions/edit-actions.c:120 -#, fuzzy msgid "Copy _Visible" -msgstr "/_Ficheiro" +msgstr "Copiar o que for _Visível" #: ../app/actions/edit-actions.c:121 -#, fuzzy msgid "Copy what is visible in the selected region" -msgstr "Incapaz de flutuar selecção pois a região seleccionada está vazia." +msgstr "Copiar o que for vísinal na região seleccionada" #: ../app/actions/edit-actions.c:126 -#, fuzzy msgid "_Paste" -msgstr "Colar " +msgstr "_Colar" #: ../app/actions/edit-actions.c:127 -#, fuzzy msgid "Paste the content of the clipboard" -msgstr "Roda a camada ou selecção" +msgstr "Colar o conteúdo da área de transferência" #: ../app/actions/edit-actions.c:132 -#, fuzzy msgid "Paste _Into" -msgstr "Colar Em " +msgstr "Colar _Em" #: ../app/actions/edit-actions.c:133 -#, fuzzy msgid "Paste the content of the clipboard into the current selection" -msgstr "Roda a camada ou selecção" +msgstr "Colar o conteúdo da área de transferência na selecção actual" #: ../app/actions/edit-actions.c:138 -#, fuzzy msgid "From _Clipboard" -msgstr "Área de Transferência" +msgstr "A partir da Area de Transferên_cia" #: ../app/actions/edit-actions.c:139 ../app/actions/edit-actions.c:145 -#, fuzzy msgid "Create a new image from the content of the clipboard" -msgstr "Criar uma nova imagem a partir do modelo seleccionado" +msgstr "Criar uma nova imagem a partir do conteúdo da área de transferência" #: ../app/actions/edit-actions.c:144 -#, fuzzy msgid "_New Image" -msgstr "_Nova imagem" +msgstr "_Nova Imagem" #: ../app/actions/edit-actions.c:150 -#, fuzzy msgid "New _Layer" -msgstr "Nova Camada" +msgstr "Nova _Camada" #: ../app/actions/edit-actions.c:151 -#, fuzzy msgid "Create a new layer from the content of the clipboard" -msgstr "Criar uma nova imagem a partir do modelo seleccionado" +msgstr "Criar uma nova camada com o conteúdo da área de transferência" #: ../app/actions/edit-actions.c:156 -#, fuzzy msgid "Cu_t Named..." -msgstr "Cor_tar Denominado..." +msgstr "Cor_tar Nomeados..." #: ../app/actions/edit-actions.c:157 -#, fuzzy msgid "Move the selected pixels to a named buffer" -msgstr "Mover acima o filtro seleccionado" +msgstr "Mover os pixeis seleccionados para um buffer nomeado" #: ../app/actions/edit-actions.c:162 -#, fuzzy msgid "_Copy Named..." -msgstr "_Copiar Denominado..." +msgstr "_Copiar Nomeados..." #: ../app/actions/edit-actions.c:163 -#, fuzzy msgid "Copy the selected pixels to a named buffer" -msgstr "Mover acima o filtro seleccionado" +msgstr "Copiar os pixeis seleccionados para um buffer nomeado" #. GIMP_STOCK_COPY_VISIBLE, #: ../app/actions/edit-actions.c:168 -#, fuzzy msgid "Copy _Visible Named..." -msgstr "Copiar Nomeado _Visível..." +msgstr "Copiar _Visíveis Nomeados..." #: ../app/actions/edit-actions.c:169 -#, fuzzy msgid "Copy the selected region to a named buffer" -msgstr "Mover acima o filtro seleccionado" +msgstr "Copiar a região selecionada para um Buffer nomeado" #: ../app/actions/edit-actions.c:174 -#, fuzzy msgid "_Paste Named..." -msgstr "Colar Denominado..." +msgstr "_Colar Nomeado..." #: ../app/actions/edit-actions.c:175 -#, fuzzy msgid "Paste the content of a named buffer" -msgstr "Mover acima o filtro seleccionado" +msgstr "Cola o conteúdo de um buffer nomeado" #: ../app/actions/edit-actions.c:180 -#, fuzzy msgid "Cl_ear" -msgstr "Limpar" +msgstr "_Limpar" #: ../app/actions/edit-actions.c:181 -#, fuzzy msgid "Clear the selected pixels" -msgstr "Remover o modelo seleccionado" +msgstr "Apagar os pixeis seleccionados" #: ../app/actions/edit-actions.c:189 -#, fuzzy msgid "Fill with _FG Color" -msgstr "Preencher com Cor de 1º Plano" +msgstr "Preencher com cor _FG" #: ../app/actions/edit-actions.c:190 -#, fuzzy msgid "Fill the selection using the foreground color" -msgstr "Editar Cor de Fundo" +msgstr "Encher a selecção com a cor de primeiro plano" #: ../app/actions/edit-actions.c:195 -#, fuzzy msgid "Fill with B_G Color" -msgstr "Preencher com Cor de Fundo" +msgstr "Preencher com cor B_G" #: ../app/actions/edit-actions.c:196 -#, fuzzy msgid "Fill the selection using the background color" -msgstr "Editar Cor de Fundo" +msgstr "Encher a selecção com a cor de fundo" #: ../app/actions/edit-actions.c:201 -#, fuzzy msgid "Fill with P_attern" -msgstr "Preencher com Padrão" +msgstr "Preencher com P_adrão" #: ../app/actions/edit-actions.c:202 -#, fuzzy msgid "Fill the selection using the active pattern" -msgstr "Editar Cor de Fundo" +msgstr "Encher a selecção com a textura activa" #: ../app/actions/edit-actions.c:279 #, c-format @@ -1807,37 +1647,36 @@ msgstr "_Refazer %s" #: ../app/actions/edit-actions.c:301 -#, fuzzy, c-format +#, c-format msgid "_Fade %s..." -msgstr "/Ficheiro/Gravar _como..." +msgstr "_Esbater %s..." #: ../app/actions/edit-commands.c:134 -#, fuzzy msgid "Clear Undo History" -msgstr "Histórico Desfazer" +msgstr "Limpar Histórico de Dezfazer" #: ../app/actions/edit-commands.c:160 msgid "Really clear image's undo history?" -msgstr "" +msgstr "Confirma apagar o histórico de correcções da imagem?" #: ../app/actions/edit-commands.c:172 #, c-format msgid "Clearing the undo history of this image will gain %s of memory." -msgstr "" +msgstr "Limpar a história do desfazer desta imagem irá ganhar %s de memória." #: ../app/actions/edit-commands.c:201 -#, fuzzy msgid "Cut pixels to the clipboard" -msgstr "Mover acima o filtro seleccionado" +msgstr "Cortar pixeis para a área de transferências" #: ../app/actions/edit-commands.c:228 ../app/actions/edit-commands.c:254 msgid "Copied pixels to the clipboard" -msgstr "" +msgstr "Pixels copiados para a área de transferência" #: ../app/actions/edit-commands.c:315 ../app/actions/edit-commands.c:349 #: ../app/actions/edit-commands.c:525 msgid "There is no image data in the clipboard to paste." msgstr "" +"Não há nenhuma informação de imagem na área de transferência para colar." #: ../app/actions/edit-commands.c:338 ../app/core/gimpbrushclipboard.c:181 #: ../app/core/gimppatternclipboard.c:181 ../app/widgets/gimpclipboard.c:296 @@ -1858,9 +1697,8 @@ msgstr "Cópia com Denominação" #: ../app/actions/edit-commands.c:424 -#, fuzzy msgid "Copy Visible Named " -msgstr "/_Ficheiro" +msgstr "Copiar Nomeado Visível " #: ../app/actions/edit-commands.c:542 msgid "There is no active layer or channel to cut from." @@ -1876,44 +1714,36 @@ msgstr "Não existe nenhuma camada ou canal activo de onde copiar." #: ../app/actions/error-console-actions.c:40 -#, fuzzy msgid "Error Console Menu" msgstr "Menu de Consola de Erros" #: ../app/actions/error-console-actions.c:44 -#, fuzzy msgid "_Clear" -msgstr "Limpar" +msgstr "_Limpar" #: ../app/actions/error-console-actions.c:45 -#, fuzzy msgid "Clear error console" -msgstr "Limpar Erros" +msgstr "Limpar consol de erros" #: ../app/actions/error-console-actions.c:50 -#, fuzzy msgid "Select _All" -msgstr "Seleccionar Tudo" +msgstr "Seleccion_ar Tudo" #: ../app/actions/error-console-actions.c:51 -#, fuzzy msgid "Select all errors" -msgstr "Limpar Erros" +msgstr "Seleccionar todos os erros" #: ../app/actions/error-console-actions.c:59 -#, fuzzy msgid "_Save Error Log to File..." -msgstr "Gravar Log de Erro em Ficheiro" +msgstr "_Gravar Registo de Erros para Ficheiro..." #: ../app/actions/error-console-actions.c:60 -#, fuzzy msgid "Save error log" -msgstr "Limpar Erros" +msgstr "Guardar registo de erros" #: ../app/actions/error-console-actions.c:65 -#, fuzzy msgid "Save S_election to File..." -msgstr "/Gravar _Selecção em Ficheiro..." +msgstr "Gravar a S_elecção para um Ficheiro..." #: ../app/actions/error-console-actions.c:66 msgid "Save selection" @@ -1921,11 +1751,11 @@ #: ../app/actions/error-console-commands.c:84 msgid "Cannot save. Nothing is selected." -msgstr "Não pode gravar. Nada foi seleccionado." +msgstr "Impossível gravar. Não está nada seleccionado." #: ../app/actions/error-console-commands.c:95 msgid "Save Error Log to File" -msgstr "Gravar Log de Erro em Ficheiro" +msgstr "Gravar Registo de Erro em Ficheiro" #: ../app/actions/error-console-commands.c:156 #, c-format @@ -1937,128 +1767,105 @@ "%s" #: ../app/actions/file-actions.c:66 -#, fuzzy msgid "_File" msgstr "_Ficheiro" #: ../app/actions/file-actions.c:67 -#, fuzzy msgid "Create" -msgstr "Actual" +msgstr "Criar" #: ../app/actions/file-actions.c:68 -#, fuzzy msgid "Open _Recent" -msgstr "Abrir _Recente" +msgstr "Abrir_Recente" #: ../app/actions/file-actions.c:71 -#, fuzzy msgid "_Open..." -msgstr "Abrir..." +msgstr "_Abrir..." #: ../app/actions/file-actions.c:72 -#, fuzzy msgid "Open an image file" msgstr "Abrir um ficheiro de imagem" #: ../app/actions/file-actions.c:77 -#, fuzzy msgid "Op_en as Layers..." -msgstr "Abrir como Camadas..." +msgstr "A_brir como Camadas..." #: ../app/actions/file-actions.c:78 -#, fuzzy msgid "Open an image file as layers" -msgstr "Abrir Imagem" +msgstr "Abrir um ficheiro de imagem como camadas" #: ../app/actions/file-actions.c:83 -#, fuzzy msgid "Open _Location..." msgstr "Abrir _Localização..." #: ../app/actions/file-actions.c:84 -#, fuzzy msgid "Open an image file from a specified location" -msgstr "Abrir Imagem" +msgstr "Abrir um ficheiro de imagem de uma localização especificada" #: ../app/actions/file-actions.c:89 -#, fuzzy msgid "Save as _Template..." -msgstr "Gravar como Modelo..." +msgstr "Guardar como _Modelo..." #: ../app/actions/file-actions.c:90 -#, fuzzy msgid "Create a new template from this image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Criar um novo modelo para esta imagem" #: ../app/actions/file-actions.c:95 -#, fuzzy msgid "Re_vert" msgstr "Re_verter" #: ../app/actions/file-actions.c:96 msgid "Reload the image file from disk" -msgstr "" +msgstr "Recarregar o ficheiro da imagem a partir do disco" #: ../app/actions/file-actions.c:101 -#, fuzzy msgid "Close all" -msgstr "Fechar todos" +msgstr "Fechar tudo" #: ../app/actions/file-actions.c:102 -#, fuzzy msgid "Close all opened images" -msgstr "/_Fechar Aba" +msgstr "Fechar todas as imagens abertas" #: ../app/actions/file-actions.c:107 -#, fuzzy msgid "_Quit" -msgstr "Sair" +msgstr "_Sair" #: ../app/actions/file-actions.c:108 -#, fuzzy msgid "Quit the GNU Image Manipulation Program" -msgstr "Sair do Programa de Manipulação de Imagem GNU" +msgstr "Sair do GIMP" #: ../app/actions/file-actions.c:116 -#, fuzzy msgid "_Save" -msgstr "Gravar " +msgstr "_Guardar" #: ../app/actions/file-actions.c:117 -#, fuzzy msgid "Save this image" -msgstr "Gravar esta imagem" +msgstr "Guardar esta imagem" #: ../app/actions/file-actions.c:122 -#, fuzzy msgid "Save _As..." -msgstr "Grav_ar Como..." +msgstr "Guardar_Como..." #: ../app/actions/file-actions.c:123 -#, fuzzy msgid "Save this image with a different name" -msgstr "Gravar esta imagem com um nome diferente" +msgstr "Guardar esta imagem com um nome diferente" #: ../app/actions/file-actions.c:128 -#, fuzzy msgid "Save a Cop_y..." -msgstr "Gravar uma Cópia..." +msgstr "G_uardar uma Cópia..." #: ../app/actions/file-actions.c:129 -#, fuzzy msgid "Save this image with a different name, but keep its current name" -msgstr "Gravar esta imagem com um nome diferente, mas mantenha o seu nome actual" +msgstr "" +"Guardar esta imagem com um nome diferente, mas manter o seu nome actual." #: ../app/actions/file-actions.c:134 -#, fuzzy msgid "Save and Close..." -msgstr "/Ficheiro/Gravar uma Cóp_ia..." +msgstr "Guardar e Sair" #: ../app/actions/file-actions.c:135 -#, fuzzy msgid "Save this image and close its window" -msgstr "Gravar esta imagem e fechar a sua janela" +msgstr "Guardar esta imagem e fechar a sua janela" #: ../app/actions/file-commands.c:104 ../app/actions/file-commands.c:456 #: ../app/dialogs/file-open-dialog.c:76 @@ -2066,9 +1873,8 @@ msgstr "Abrir Imagem" #: ../app/actions/file-commands.c:125 -#, fuzzy msgid "Open Image as Layers" -msgstr "Abrir Imagem" +msgstr "Abrir Imagem como Camada" #: ../app/actions/file-commands.c:266 msgid "Saving canceled" @@ -2088,7 +1894,7 @@ #: ../app/actions/file-commands.c:300 msgid "No changes need to be saved" -msgstr "" +msgstr "Não existem alterações para gravar" #: ../app/actions/file-commands.c:307 ../app/dialogs/file-save-dialog.c:88 msgid "Save Image" @@ -2120,15 +1926,12 @@ msgstr "Reverter '%s' para '%s'?" #: ../app/actions/file-commands.c:408 -#, fuzzy msgid "" "By reverting the image to the state saved on disk, you will lose all " "changes, including all undo information." msgstr "" -"Reverter '%s' para\n" -"'%s'?\n" -"\n" -"Irá perder todas as suas alterações, incluindo informação de desfazer." +"Ao reverter a imagem ao estado guardado no disco, irá perder todas as " +"alterações, incluindo todas as informações de reversão." #: ../app/actions/file-commands.c:563 msgid "(Unnamed Template)" @@ -2146,93 +1949,75 @@ "%s" #: ../app/actions/fonts-actions.c:44 -#, fuzzy msgid "Fonts Menu" msgstr "Menu Fontes" #: ../app/actions/fonts-actions.c:48 -#, fuzzy msgid "_Rescan Font List" -msgstr "_Reler Lista Fontes" +msgstr "_Reverificar a lista de tipos de letra." #: ../app/actions/fonts-actions.c:49 -#, fuzzy msgid "Rescan font list" -msgstr "Reler Lista Fontes" +msgstr "Volta a procurar e verificar a lista de tipos de letra" #: ../app/actions/gradient-editor-actions.c:46 -#, fuzzy msgid "Gradient Editor Menu" msgstr "Menu de Editor de Gradientes" #: ../app/actions/gradient-editor-actions.c:50 -#, fuzzy msgid "Left Color Type" -msgstr "/_Gravar Cor Esquerda Para" +msgstr "Tipo de Cor Esquerda" #: ../app/actions/gradient-editor-actions.c:52 -#, fuzzy msgid "_Load Left Color From" -msgstr "_Ler Cor Esquerda De" +msgstr "_Carregar Cor Esquerda De" #: ../app/actions/gradient-editor-actions.c:54 -#, fuzzy msgid "_Save Left Color To" -msgstr "_Gravar Cor Esquerda Para" +msgstr "_Guardar Cor Esquerda Em" #: ../app/actions/gradient-editor-actions.c:57 -#, fuzzy msgid "Right Color Type" msgstr "Tipo de Cor Direita" #: ../app/actions/gradient-editor-actions.c:59 -#, fuzzy msgid "Load Right Color Fr_om" -msgstr "/Ler C_or Direita De" +msgstr "C_arregar Cor Direita De" #: ../app/actions/gradient-editor-actions.c:61 -#, fuzzy msgid "Sa_ve Right Color To" -msgstr "/Gra_var Cor Direita Para" +msgstr "G_uardar Cor Direita Em" #: ../app/actions/gradient-editor-actions.c:67 -#, fuzzy msgid "L_eft Endpoint's Color..." -msgstr "/Cor do Ponto Final _Esquerdo..." +msgstr "Co_r do Extremo Esquerdo..." #: ../app/actions/gradient-editor-actions.c:72 -#, fuzzy msgid "R_ight Endpoint's Color..." -msgstr "/Cor do Ponto Final _Direito..." +msgstr "Cor _do Extremo Direito..." #: ../app/actions/gradient-editor-actions.c:112 -#, fuzzy msgid "Ble_nd Endpoints' Colors" -msgstr "/Misturar Cores dos Pontos Fi_nais" +msgstr "Mis_turar Cores dos Extremos" #: ../app/actions/gradient-editor-actions.c:117 -#, fuzzy msgid "Blend Endpoints' Opacit_y" -msgstr "/Misturar _Opacidade dos Pontos Finais" +msgstr "Misturar Opacidade dos E_xtremos" #: ../app/actions/gradient-editor-actions.c:125 -#, fuzzy msgid "Edit Active Gradient" -msgstr "/_Editar Gradiente..." +msgstr "Editar Gradiente Activo" #: ../app/actions/gradient-editor-actions.c:156 -#, fuzzy msgid "_Left Neighbor's Right Endpoint" -msgstr "/Ler Cor Esquerda De/Ponto Final Direito do Vizinho da _Esquerda" +msgstr "À Esqu_erda do Extremo Direito" #: ../app/actions/gradient-editor-actions.c:161 -#, fuzzy msgid "_Right Endpoint" -msgstr "Cor Ponto Final Direito" +msgstr "Extre_mo Direito" #: ../app/actions/gradient-editor-actions.c:166 #: ../app/actions/gradient-editor-actions.c:214 -#, fuzzy msgid "_Foreground Color" msgstr "Cor de _1º Plano" @@ -2240,90 +2025,74 @@ #: ../app/actions/gradient-editor-actions.c:219 #: ../app/actions/gradient-editor-actions.c:273 #: ../app/actions/gradient-editor-actions.c:301 -#, fuzzy msgid "_Background Color" msgstr "Cor de _Fundo:" #: ../app/actions/gradient-editor-actions.c:204 -#, fuzzy msgid "_Right Neighbor's Left Endpoint" -msgstr "/Ler Cor Direita De/Ponto Final Esquerdo do Vizinho da _Direita" +msgstr "À Direit_a do Extremo Esquerdo" #: ../app/actions/gradient-editor-actions.c:209 -#, fuzzy msgid "_Left Endpoint" -msgstr "Cor Ponto Final Esquerdo" +msgstr "Extremo Es_querdo" #: ../app/actions/gradient-editor-actions.c:258 #: ../app/actions/gradient-editor-actions.c:286 -#, fuzzy msgid "_Fixed" -msgstr "/_Ficheiro" +msgstr "_Corrigido" #: ../app/actions/gradient-editor-actions.c:263 #: ../app/actions/gradient-editor-actions.c:291 -#, fuzzy msgid "F_oreground Color" -msgstr "Cor de _1º Plano" +msgstr "C_or de 1º Plano" #: ../app/actions/gradient-editor-actions.c:268 #: ../app/actions/gradient-editor-actions.c:296 -#, fuzzy msgid "Fo_reground Color (Transparent)" -msgstr "Cor de 1º plano definida como:" +msgstr "Co_r de 1º plano (Transparente)" #: ../app/actions/gradient-editor-actions.c:278 #: ../app/actions/gradient-editor-actions.c:306 -#, fuzzy msgid "B_ackground Color (Transparent)" -msgstr "Cor de fundo definida como:" +msgstr "Cor de F_undo (Transparente)" #: ../app/actions/gradient-editor-actions.c:314 -#, fuzzy msgid "_Linear" -msgstr "Linear" +msgstr "_Linear" #: ../app/actions/gradient-editor-actions.c:319 -#, fuzzy msgid "_Curved" -msgstr "Curvas" +msgstr "_Curvado" #: ../app/actions/gradient-editor-actions.c:324 -#, fuzzy msgid "_Sinusoidal" msgstr "_Sinusoidal" #: ../app/actions/gradient-editor-actions.c:329 -#, fuzzy msgid "Spherical (i_ncreasing)" -msgstr "/funçãomisturas/Esférico (cresce_nte)" +msgstr "Esférico (cresce_nte)" #: ../app/actions/gradient-editor-actions.c:334 -#, fuzzy msgid "Spherical (_decreasing)" -msgstr "/funçãomisturas/Esférico (_decrescente)" +msgstr "Esférico (_decrescente)" #: ../app/actions/gradient-editor-actions.c:339 #: ../app/actions/gradient-editor-actions.c:362 -#, fuzzy msgid "(Varies)" msgstr "(Varia)" #: ../app/actions/gradient-editor-actions.c:347 #: ../app/actions/image-actions.c:141 -#, fuzzy msgid "_RGB" -msgstr "RGB" +msgstr "_RGB" #: ../app/actions/gradient-editor-actions.c:352 -#, fuzzy msgid "HSV (_counter-clockwise hue)" -msgstr "/tipocor/HSV (mati_z no sentido anti-horário)" +msgstr "HSV (Matiz sentido _anti-horário)" #: ../app/actions/gradient-editor-actions.c:357 -#, fuzzy msgid "HSV (clockwise _hue)" -msgstr "Frente para Fundo (matiz HSV no sentido horário)" +msgstr "HSV (Matiz sentido _horário)" #: ../app/actions/gradient-editor-actions.c:370 #: ../app/actions/view-actions.c:273 @@ -2353,9 +2122,8 @@ #: ../app/actions/gradient-editor-actions.c:383 #: ../app/actions/palette-editor-actions.c:100 -#, fuzzy msgid "Zoom all" -msgstr "Zoom Geral" +msgstr "Ampliar tudo" #: ../app/actions/gradient-editor-actions.c:773 msgid "_Blending Function for Segment" @@ -2399,7 +2167,7 @@ #: ../app/actions/gradient-editor-actions.c:797 msgid "Coloring _Type for Selection" -msgstr "_Tipo Coloração para a Selecção" +msgstr "_Tipo de Coloração para a Selecção" #: ../app/actions/gradient-editor-actions.c:800 msgid "_Flip Selection" @@ -2423,7 +2191,7 @@ #: ../app/actions/gradient-editor-actions.c:810 msgid "Re-_center Midpoints in Selection" -msgstr "_Centralizar Novamente Pontos Médios da Selecção" +msgstr "Re_centrar Pontos Médios na Selecção" #: ../app/actions/gradient-editor-actions.c:812 msgid "Re-distribute _Handles in Selection" @@ -2459,7 +2227,7 @@ #: ../app/actions/gradient-editor-commands.c:459 msgid "Replicate Gradient Selection" -msgstr "Replicar Selecção Gradiente" +msgstr "Replicar a Selecção do Gradiente" #: ../app/actions/gradient-editor-commands.c:472 msgid "Replicate" @@ -2470,16 +2238,16 @@ "Select the number of times\n" "to replicate the selected segment." msgstr "" -"Seleccione o número de vezes\n" -"que deseja replicar o segmento seleccionado." +"Seleccione o nº de vezes para \n" +"replicar o segmento seleccionado." #: ../app/actions/gradient-editor-commands.c:495 msgid "" "Select the number of times\n" "to replicate the selection." msgstr "" -"Seleccione o número de vezes\n" -"a replicar a selecção." +"Seleccione o nº de vezes para \n" +"replicar a selecção." #: ../app/actions/gradient-editor-commands.c:554 msgid "Split Segment Uniformly" @@ -2518,79 +2286,64 @@ "nas quais dividir os segmentos na selecção." #: ../app/actions/gradients-actions.c:44 -#, fuzzy msgid "Gradients Menu" msgstr "Menu Gradientes" #: ../app/actions/gradients-actions.c:48 -#, fuzzy msgid "_New Gradient" -msgstr "/_Novo Gradiente" +msgstr "_Novo Gradiente" #: ../app/actions/gradients-actions.c:49 -#, fuzzy msgid "New gradient" -msgstr "/_Novo Gradiente" +msgstr "Novo gradiente" #: ../app/actions/gradients-actions.c:54 -#, fuzzy msgid "D_uplicate Gradient" -msgstr "/D_uplicar Gradiente" +msgstr "D_uplicar Gradiente" #: ../app/actions/gradients-actions.c:55 -#, fuzzy msgid "Duplicate gradient" -msgstr "/D_uplicar Gradiente" +msgstr "Cria um duplicado do gradiente" #: ../app/actions/gradients-actions.c:60 -#, fuzzy msgid "Copy Gradient _Location" -msgstr "Localização:" +msgstr "Copiar _Localização do Gradiente" #: ../app/actions/gradients-actions.c:61 -#, fuzzy msgid "Copy gradient file location to clipboard" -msgstr "Copiar a localização do ficheiro de gradiente para a área de transferência" +msgstr "Copia o caminho do ficheiro de Gradiente para o transfer" #: ../app/actions/gradients-actions.c:66 -#, fuzzy msgid "Save as _POV-Ray..." -msgstr "/Gravar como _POV-Ray..." +msgstr "Salvar como _POV-Ray..." #: ../app/actions/gradients-actions.c:67 -#, fuzzy msgid "Save gradient as POV-Ray" -msgstr "Gravar '%s' como POV-Ray" +msgstr "Guarda o gradiente no formato POV-Ray" #: ../app/actions/gradients-actions.c:72 -#, fuzzy msgid "_Delete Gradient" -msgstr "/_Remover Gradiente..." +msgstr "Apagar Gra_diente..." #: ../app/actions/gradients-actions.c:73 -#, fuzzy msgid "Delete gradient" -msgstr "/_Remover Gradiente..." +msgstr "Elimina o gradiente" #: ../app/actions/gradients-actions.c:78 -#, fuzzy msgid "_Refresh Gradients" -msgstr "/_Actualizar Gradientes" +msgstr "_Refrescar Gradientes" #: ../app/actions/gradients-actions.c:79 -#, fuzzy msgid "Refresh gradients" -msgstr "/_Actualizar Gradientes" +msgstr "Relê as informações dos gradientes da lista" #: ../app/actions/gradients-actions.c:87 -#, fuzzy msgid "_Edit Gradient..." -msgstr "/_Editar Gradiente..." +msgstr "_Editar Gradiente..." #: ../app/actions/gradients-actions.c:88 -#, fuzzy msgid "Edit gradient" -msgstr "/_Editar Gradiente..." +msgstr "Permite-lhe alterar o gradiente" #: ../app/actions/gradients-commands.c:66 #, c-format @@ -2598,53 +2351,44 @@ msgstr "Gravar '%s' como POV-Ray" #: ../app/actions/help-actions.c:38 ../app/actions/help-actions.c:41 -#, fuzzy msgid "_Help" -msgstr "/_Ajuda" +msgstr "_Ajuda" #: ../app/actions/help-actions.c:42 -#, fuzzy msgid "Open the GIMP user manual" -msgstr "Abrir o manual de utilizador do GIMP" +msgstr "Abre o manual de utilizador do GIMP" #: ../app/actions/help-actions.c:47 -#, fuzzy msgid "_Context Help" -msgstr "/Ajuda/Ajuda de _Contexto" +msgstr "Ajuda de _Contexto" #: ../app/actions/help-actions.c:48 msgid "Show the help for a specific user interface item" -msgstr "" +msgstr "Apresenta ajuda relativa ao item da interface específico" #: ../app/actions/image-actions.c:47 ../app/actions/image-actions.c:51 -#, fuzzy msgid "Image Menu" msgstr "Menu Imagem" #: ../app/actions/image-actions.c:54 -#, fuzzy msgid "_Image" -msgstr "/_Imagem" +msgstr "_Imagem" #: ../app/actions/image-actions.c:55 -#, fuzzy msgid "_Mode" -msgstr "Modo" +msgstr "_Modo" #: ../app/actions/image-actions.c:56 ../app/actions/layers-actions.c:56 -#, fuzzy msgid "_Transform" -msgstr "Transformar" +msgstr "_Transformar" #: ../app/actions/image-actions.c:57 -#, fuzzy msgid "_Guides" -msgstr "Guia" +msgstr "_Guias" #: ../app/actions/image-actions.c:60 -#, fuzzy msgid "I_nfo" -msgstr "_Desfazer" +msgstr "I_nfo" #: ../app/actions/image-actions.c:61 ../app/tools/gimplevelstool.c:653 #: ../app/tools/gimpthresholdtool.c:264 @@ -2652,183 +2396,148 @@ msgstr "_Automático" #: ../app/actions/image-actions.c:62 ../app/actions/plug-in-actions.c:95 -#, fuzzy msgid "_Map" -msgstr "_M" +msgstr "_Mapa" #: ../app/actions/image-actions.c:63 -#, fuzzy msgid "C_omponents" -msgstr "Contador:" +msgstr "C_omponentes" #: ../app/actions/image-actions.c:66 -#, fuzzy msgid "_New..." -msgstr "/_Novo Caminho..." +msgstr "_Novo..." #: ../app/actions/image-actions.c:67 -#, fuzzy msgid "Create a new image" -msgstr "Criar Nova Imagem" +msgstr "Criar uma nova imagem" #: ../app/actions/image-actions.c:72 -#, fuzzy msgid "Can_vas Size..." -msgstr "Tamanho Tela" +msgstr "Tamanho Da _Tela..." #: ../app/actions/image-actions.c:73 -#, fuzzy msgid "Adjust the image dimensions" -msgstr "Ajustar matiz e saturação" +msgstr "Permite-lhe ajustar as dimensões da imagem" #: ../app/actions/image-actions.c:78 -#, fuzzy msgid "F_it Canvas to Layers" -msgstr "/Máscara para Sele_cção" +msgstr "Tela com _Tamanho das Camadas" #: ../app/actions/image-actions.c:79 -#, fuzzy msgid "Resize the image to enclose all layers" -msgstr "Roda a camada ou selecção" +msgstr "Redimensiona a imagem para conter todas as camadas" #: ../app/actions/image-actions.c:84 -#, fuzzy msgid "F_it Canvas to Selection" -msgstr "/Máscara para Sele_cção" +msgstr "Ajustar o Canvas à Selecção (_i)" #: ../app/actions/image-actions.c:85 -#, fuzzy msgid "Resize the image to the extents of the selection" -msgstr "Roda a camada ou selecção" +msgstr "Redimensionar a imagem à extensão da selecção" #: ../app/actions/image-actions.c:90 -#, fuzzy msgid "_Print Size..." -msgstr "Tamanho Impressão:" +msgstr "_Tamanho da Impressão" #: ../app/actions/image-actions.c:91 -#, fuzzy msgid "Adjust the print resolution" -msgstr "Ajustar matiz e saturação" +msgstr "Ajusta a resolução de Impressão" #: ../app/actions/image-actions.c:96 -#, fuzzy msgid "_Scale Image..." -msgstr "Dimensionar Imagem" +msgstr "E_scalar Imagem..." #: ../app/actions/image-actions.c:97 -#, fuzzy msgid "Change the size of the image content" -msgstr "Alterar a perspectiva da camada ou selecção" +msgstr "Altera o tamanho de todo o conteúdo da imagem" #: ../app/actions/image-actions.c:102 ../app/actions/layers-actions.c:188 -#, fuzzy msgid "_Crop to Selection" -msgstr "/Alfa _para Selecção" +msgstr "_Recortar à Selecção" #: ../app/actions/image-actions.c:103 -#, fuzzy msgid "Crop the image to the extents of the selection" -msgstr "Roda a camada ou selecção" +msgstr "_Recortar a imagem à extensão da selecção" #: ../app/actions/image-actions.c:108 -#, fuzzy msgid "_Duplicate" -msgstr "Duplicar" +msgstr "_Duplicar" #: ../app/actions/image-actions.c:109 -#, fuzzy msgid "Create a duplicate of this image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Cria uma cópia exacta desta imagem" #: ../app/actions/image-actions.c:114 -#, fuzzy msgid "Merge Visible _Layers..." -msgstr "/Juntar Camadas _Visíveis..." +msgstr "Fundir Camadas V_isíveis" #: ../app/actions/image-actions.c:115 ../app/actions/layers-actions.c:141 -#, fuzzy msgid "Merge all visible layers into one layer" -msgstr "Utilizar todas as camadas visíveis ao encolher a selecção" +msgstr "Combina as camadas que estiverem vísiveis numa só camada" #: ../app/actions/image-actions.c:120 ../app/actions/layers-actions.c:146 -#, fuzzy msgid "_Flatten Image" -msgstr "/_Unificar Imagem" +msgstr "_Aplanar imagem" #: ../app/actions/image-actions.c:121 ../app/actions/layers-actions.c:147 -#, fuzzy msgid "Merge all layers into one and remove transparency" -msgstr "Utilizar todas as camadas visíveis ao encolher a selecção" +msgstr "Funde todas as camadas numa só e remove a transparência" #: ../app/actions/image-actions.c:126 -#, fuzzy msgid "Configure G_rid..." -msgstr "Configurar Grelha" +msgstr "Configurar G_relha..." #: ../app/actions/image-actions.c:127 -#, fuzzy msgid "Configure the grid for this image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Permite-lhe configurar a grelha para esta imagem" #: ../app/actions/image-actions.c:132 -#, fuzzy msgid "Image Pr_operties" -msgstr "Propriedades Item" +msgstr "Pr_opriedades da Imagem" #: ../app/actions/image-actions.c:133 msgid "Display information about this image" -msgstr "" +msgstr "Apresenta as informações acerca desta imagem" #: ../app/actions/image-actions.c:142 -#, fuzzy msgid "Convert the image to the RGB colorspace" -msgstr "Converter Imagem em Cores Indexadas" +msgstr "Converter Imagem para Cores RGB" #: ../app/actions/image-actions.c:146 -#, fuzzy msgid "_Grayscale" -msgstr "Escalas de Cinza" +msgstr "_Tons de Cinzento" #: ../app/actions/image-actions.c:147 -#, fuzzy msgid "Convert the image to grayscale" -msgstr "Converter Imagem em Escala Cinza" +msgstr "Converte a iamgem em tons de Cinzento" #: ../app/actions/image-actions.c:151 -#, fuzzy msgid "_Indexed..." -msgstr "Indexado" +msgstr "_Indexeda..." #: ../app/actions/image-actions.c:152 -#, fuzzy msgid "Convert the image to indexed colors" -msgstr "Converter Imagem em Cores Indexadas" +msgstr "Converte a imagem para Cores Indexadas" #: ../app/actions/image-actions.c:160 -#, fuzzy msgid "Flip image horizontally" -msgstr "_Horizontal:" +msgstr "Vira a imagem no sentido horizontal" #: ../app/actions/image-actions.c:166 -#, fuzzy msgid "Flip image vertically" -msgstr "_Vertical:" +msgstr "Vira a imagem no sentido vertical" #: ../app/actions/image-actions.c:175 -#, fuzzy msgid "Rotate the image 90 degrees to the right" -msgstr "Roda a camada ou selecção" +msgstr "Rodar a imagem 90 graus para a direita" #: ../app/actions/image-actions.c:181 -#, fuzzy msgid "Turn the image upside-down" -msgstr "Por de cima para baixo" +msgstr "Virar a imagem ao contrário" #: ../app/actions/image-actions.c:187 -#, fuzzy msgid "Rotate the image 90 degrees to the left" -msgstr "Roda a camada ou selecção" +msgstr "Rodar a imagem 90 graus para a esquerda" #: ../app/actions/image-commands.c:235 msgid "Set Image Canvas Size" @@ -2836,643 +2545,531 @@ #: ../app/actions/image-commands.c:261 ../app/actions/image-commands.c:282 #: ../app/actions/image-commands.c:559 -#, fuzzy msgid "Resizing" -msgstr "A Redimensionar..." +msgstr "Redimensionando" #: ../app/actions/image-commands.c:306 -#, fuzzy msgid "Set Image Print Resolution" -msgstr "Alterar Resolução Imagem" +msgstr "Definir Resolução de Impressão" #: ../app/actions/image-commands.c:362 #: ../app/pdb/drawable-transform-cmds.c:148 #: ../app/pdb/drawable-transform-cmds.c:223 -#, fuzzy msgid "Flipping" -msgstr "A Virar..." +msgstr "VIrando" #: ../app/actions/image-commands.c:383 #: ../app/pdb/drawable-transform-cmds.c:525 #: ../app/pdb/drawable-transform-cmds.c:604 ../app/pdb/image-cmds.c:533 #: ../app/pdb/transform-tools-cmds.c:215 ../app/tools/gimprotatetool.c:122 -#, fuzzy msgid "Rotating" -msgstr "A Rodar..." +msgstr "Rodando" -#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:639 +#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." -msgstr "Incapaz de cortar pois a região seleccionada está vazia." +msgstr "Incapaz de recortar pois a região seleccionada está vazia." #: ../app/actions/image-commands.c:606 -#, fuzzy msgid "Change Print Size" -msgstr "Tamanho Impressão:" +msgstr "Alterar Tamanho da Imagem" #: ../app/actions/image-commands.c:647 ../app/core/gimpimage-scale.c:82 msgid "Scale Image" msgstr "Dimensionar Imagem" #. Scaling -#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1101 +#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1104 #: ../app/dialogs/preferences-dialog.c:1925 #: ../app/pdb/drawable-transform-cmds.c:682 #: ../app/pdb/drawable-transform-cmds.c:758 ../app/pdb/image-cmds.c:405 -#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:289 -#: ../app/pdb/layer-cmds.c:334 ../app/pdb/transform-tools-cmds.c:291 +#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" msgstr "Escala" #: ../app/actions/images-actions.c:43 -#, fuzzy msgid "Images Menu" msgstr "Menu de Imagens" #: ../app/actions/images-actions.c:47 -#, fuzzy msgid "_Raise Views" -msgstr "/_Elevar Vistas" +msgstr "_Elevar Vistas" #: ../app/actions/images-actions.c:48 -#, fuzzy msgid "Raise this image's displays" msgstr "Elevar a apresentação desta imagem" #: ../app/actions/images-actions.c:53 ../app/actions/view-actions.c:75 -#, fuzzy msgid "_New View" -msgstr "/_Nova Vista" +msgstr "_Nova Vista" #: ../app/actions/images-actions.c:54 -#, fuzzy msgid "Create a new display for this image" msgstr "Criar uma nova apresentação para esta imagem" #: ../app/actions/images-actions.c:59 -#, fuzzy msgid "_Delete Image" -msgstr "/_Remover Imagem" +msgstr "_Apagar Imagem" #: ../app/actions/images-actions.c:60 -#, fuzzy msgid "Delete this image" msgstr "Remover esta imagem" #: ../app/actions/layers-actions.c:48 -#, fuzzy msgid "Layers Menu" msgstr "Menu Camadas" #: ../app/actions/layers-actions.c:51 -#, fuzzy msgid "_Layer" -msgstr "/_Camadas" +msgstr "_Camada" #: ../app/actions/layers-actions.c:52 -#, fuzzy msgid "Stac_k" -msgstr "/Camadas/Pil_ha" +msgstr "Pil_ha" #: ../app/actions/layers-actions.c:53 -#, fuzzy msgid "Te_xt to Selection" -msgstr "/_Adicionar à Selecção" +msgstr "Te_xto em Seleccão" #: ../app/actions/layers-actions.c:54 -#, fuzzy msgid "_Mask" -msgstr "_Mestre" +msgstr "_Máscara" #: ../app/actions/layers-actions.c:55 -#, fuzzy msgid "Tr_ansparency" -msgstr "Transparência" +msgstr "Tr_ansparência" #: ../app/actions/layers-actions.c:57 -#, fuzzy msgid "_Properties" -msgstr "Perspectiva" +msgstr "_Propriedades" #: ../app/actions/layers-actions.c:59 -#, fuzzy msgid "Layer _Mode" -msgstr "Mod da Camada" +msgstr "_Modo Camada" #: ../app/actions/layers-actions.c:62 -#, fuzzy msgid "Te_xt Tool" -msgstr "/Ferramenta de Te_xto" +msgstr "Ferramenta de Te_xto" #: ../app/actions/layers-actions.c:63 -#, fuzzy msgid "Activate the text tool on this text layer" -msgstr "Criar Caminho de Texto" +msgstr "Activa a ferramenta de texto nesta camada de texto" #: ../app/actions/layers-actions.c:68 -#, fuzzy msgid "_Edit Layer Attributes..." -msgstr "/_Editar Atributos de Camada..." +msgstr "_Editar Atributos da Camada..." #: ../app/actions/layers-actions.c:69 -#, fuzzy msgid "Edit the layer's name" -msgstr "Editar Atributos Camada" +msgstr "Permite-lhe mudar o nome da camada" #: ../app/actions/layers-actions.c:74 -#, fuzzy msgid "_New Layer..." -msgstr "/_Nova Camada..." +msgstr "_Nova camada..." #: ../app/actions/layers-actions.c:75 -#, fuzzy msgid "Create a new layer and add it to the image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Criar uma nova camada e adiciona-a à imagem" #: ../app/actions/layers-actions.c:80 -#, fuzzy msgid "_New Layer" -msgstr "Nova Camada" +msgstr "_Nova Camada" #: ../app/actions/layers-actions.c:81 -#, fuzzy msgid "Create a new layer with last used values" -msgstr "" -"Novo Caminho\n" -"Diálogo de Novo Caminho de %s" +msgstr "Criar uma nova camada com os ultimos valores usados" #: ../app/actions/layers-actions.c:86 -#, fuzzy msgid "New from _Visible" -msgstr "/_Ficheiro" +msgstr "Nova Cópia das _Visíveis" #: ../app/actions/layers-actions.c:87 -#, fuzzy msgid "Create a new layer from what is visible in this image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Cria uma nova camada copiando o que estiver visível na imagem" #: ../app/actions/layers-actions.c:92 -#, fuzzy msgid "D_uplicate Layer" -msgstr "/D_uplicar Camada" +msgstr "D_uplicar Camada" #: ../app/actions/layers-actions.c:93 -#, fuzzy msgid "Create a duplicate of the layer and add it to the image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Cria uma cópia exacta da camada seleccionada" #: ../app/actions/layers-actions.c:98 -#, fuzzy msgid "_Delete Layer" -msgstr "/_Remover Camada" +msgstr "_Apagar Camada" #: ../app/actions/layers-actions.c:99 -#, fuzzy msgid "Delete this layer" -msgstr "Remover Camada" +msgstr "Apagar esta camada" #: ../app/actions/layers-actions.c:104 -#, fuzzy msgid "_Raise Layer" -msgstr "/_Elevar Camada" +msgstr "_Elevar Camada" #: ../app/actions/layers-actions.c:105 -#, fuzzy msgid "Raise this layer one step in the layer stack" -msgstr "Aclarar Selecção" +msgstr "Sobe esta camada uma posição acima na pilha" #: ../app/actions/layers-actions.c:110 -#, fuzzy msgid "Layer to _Top" -msgstr "/Camada ao _Topo" +msgstr "Camada para o _Topo" #: ../app/actions/layers-actions.c:111 -#, fuzzy msgid "Move this layer to the top of the layer stack" -msgstr "Baixar este canal para o fundo da pilha de canais" +msgstr "Move esta camada para o topo da pilha de camadas" #: ../app/actions/layers-actions.c:116 -#, fuzzy msgid "_Lower Layer" -msgstr "/_Baixar Camada" +msgstr "_Descer Camada" #: ../app/actions/layers-actions.c:117 -#, fuzzy msgid "Lower this layer one step in the layer stack" -msgstr "Baixar este canal para o fundo da pilha de canais" +msgstr "Coloca esta camada uma posição abaixo na pilha de camadas" #: ../app/actions/layers-actions.c:122 -#, fuzzy msgid "Layer to _Bottom" -msgstr "/Camada ao _Fundo" +msgstr "Camada para o _Fundo" #: ../app/actions/layers-actions.c:123 -#, fuzzy msgid "Move this layer to the bottom of the layer stack" -msgstr "Baixar este canal para o fundo da pilha de canais" +msgstr "Coloca esta camada no fundo da pilha de camadas" #: ../app/actions/layers-actions.c:128 -#, fuzzy msgid "_Anchor Layer" -msgstr "/_Fixar Camada" +msgstr "_Ancorar camada" #: ../app/actions/layers-actions.c:129 -#, fuzzy msgid "Anchor the floating layer" -msgstr "Ancorar Camada Flutuante" +msgstr "Ancorar a Camada Flutuante" #: ../app/actions/layers-actions.c:134 -#, fuzzy msgid "Merge Do_wn" -msgstr "/Mesclar _Abaixo" +msgstr "Combinar abai_xo" #: ../app/actions/layers-actions.c:135 -#, fuzzy msgid "Merge this layer with the one below it" -msgstr "Interceptar com a selecção actual" +msgstr "Combina esta camada com a que está abaixo dela" #: ../app/actions/layers-actions.c:140 -#, fuzzy msgid "Merge _Visible Layers..." -msgstr "/Juntar Camadas _Visíveis..." +msgstr "Combinar camadas v_isíveis..." #: ../app/actions/layers-actions.c:152 -#, fuzzy msgid "_Discard Text Information" -msgstr "/_Descartar Informação de Texto" +msgstr "_Descartar informação de texto" #: ../app/actions/layers-actions.c:153 -#, fuzzy msgid "Turn this text layer into a normal layer" -msgstr "Utilizar todas as camadas visíveis ao encolher a selecção" +msgstr "Transforma a camada de texto numa camada normal" #: ../app/actions/layers-actions.c:158 -#, fuzzy msgid "Text to _Path" -msgstr "Mover Caminho" +msgstr "Texto para _Caminho" #: ../app/actions/layers-actions.c:159 -#, fuzzy msgid "Create a path from this text layer" -msgstr "Criar Caminho de Texto" +msgstr "Cria um Caminho a partir do Texto" #: ../app/actions/layers-actions.c:164 -#, fuzzy msgid "Text alon_g Path" -msgstr "Texto ao longo de um Caminho" +msgstr "Texto ao lon_go do Caminho" #: ../app/actions/layers-actions.c:165 -#, fuzzy msgid "Warp this layer's text along the current path" -msgstr "Mover a Camada Actual" +msgstr "Adapta a forma e direcção do texto para fluir ao longo do Caminho" #: ../app/actions/layers-actions.c:170 -#, fuzzy msgid "Layer B_oundary Size..." -msgstr "/Tamanh_o de Limite de Camada..." +msgstr "Tamanho dos l_imites da camada..." #: ../app/actions/layers-actions.c:171 -#, fuzzy msgid "Adjust the layer dimensions" -msgstr "Ajustar matiz e saturação" +msgstr "Ajusta as dimensões da camada" #: ../app/actions/layers-actions.c:176 -#, fuzzy msgid "Layer to _Image Size" -msgstr "/Camada para Tamanho de _Imagem" +msgstr "Tamanho da Camada Igual ao da _Imagem" #: ../app/actions/layers-actions.c:177 -#, fuzzy msgid "Resize the layer to the size of the image" -msgstr "Roda a camada ou selecção" +msgstr "Redimensiona a camada para ter o mesmo tamanho que a imagem" #: ../app/actions/layers-actions.c:182 -#, fuzzy msgid "_Scale Layer..." -msgstr "/Dimen_sionar Camada..." +msgstr "Redimen_sionar camada..." #: ../app/actions/layers-actions.c:183 -#, fuzzy msgid "Change the size of the layer content" -msgstr "Alterar a perspectiva da camada ou selecção" +msgstr "Altera o tamanho dos conteúdos da camada" #: ../app/actions/layers-actions.c:189 -#, fuzzy msgid "Crop the layer to the extents of the selection" -msgstr "Inverter a camada ou selecção" +msgstr "Recortar a Camada à extensão da selecção" #: ../app/actions/layers-actions.c:194 -#, fuzzy msgid "Add La_yer Mask..." -msgstr "/A_dicionar Máscara de Camada..." +msgstr "Adici_onar Máscara de Camada..." #: ../app/actions/layers-actions.c:195 msgid "Add a mask that allows non-destructive editing of transparency" msgstr "" +"Adiciona uma máscara que permite a edição não destrutiva da transparência" #: ../app/actions/layers-actions.c:200 -#, fuzzy msgid "Add Alpha C_hannel" -msgstr "/Adicionar Canal A_lfa" +msgstr "Adicionar Canal de _Transparência" #: ../app/actions/layers-actions.c:201 msgid "Add transparency information to the layer" -msgstr "" +msgstr "Adiciona informação de transparência à camada" #: ../app/actions/layers-actions.c:206 -#, fuzzy msgid "_Remove Alpha Channel" -msgstr "Remover Canal" +msgstr "_Remover Canal de Transparência" #: ../app/actions/layers-actions.c:207 msgid "Remove transparency information from the layer" -msgstr "" +msgstr "Remove a informação de transparência da camada" #: ../app/actions/layers-actions.c:215 -#, fuzzy msgid "Lock Alph_a Channel" -msgstr "Adicionar Canal Alfa" +msgstr "Tr_ancar Canal de Transparência" #: ../app/actions/layers-actions.c:216 msgid "Keep transparency information on this layer from being modified" -msgstr "" +msgstr "Impede alterações à informação de transparência desta camada" #: ../app/actions/layers-actions.c:222 -#, fuzzy msgid "_Edit Layer Mask" -msgstr "Adicionar Máscara de Camada" +msgstr "_Editar Máscara da Camada" #: ../app/actions/layers-actions.c:223 -#, fuzzy msgid "Work on the layer mask" -msgstr "Remover Máscara de Camada" +msgstr "Trabalhar apenas na máscara da camada" #: ../app/actions/layers-actions.c:229 -#, fuzzy msgid "S_how Layer Mask" -msgstr "Mover Máscara de Camada" +msgstr "E_xibir Máscara da Camada" #: ../app/actions/layers-actions.c:235 -#, fuzzy msgid "_Disable Layer Mask" -msgstr "Remover Máscara de Camada" +msgstr "_Desactivar Máscara da Camada" #: ../app/actions/layers-actions.c:236 -#, fuzzy msgid "Dismiss the effect of the layer mask" -msgstr "Remover Máscara de Camada" +msgstr "Deixa de ter em uso os efeitos da máscara da camada" #: ../app/actions/layers-actions.c:245 -#, fuzzy msgid "Apply Layer _Mask" -msgstr "/Aplicar _Máscara de Camada" +msgstr "A_plicar Máscara da Camada" #: ../app/actions/layers-actions.c:246 -#, fuzzy msgid "Apply the effect of the layer mask and remove it" -msgstr "Remover Máscara de Camada" +msgstr "Aplica os efeitos da máscara da camada e depois remove-a." #: ../app/actions/layers-actions.c:251 -#, fuzzy msgid "Delete Layer Mas_k" -msgstr "/Remover _Máscara de Camada" +msgstr "Apa_gar Máscara da Camada" #: ../app/actions/layers-actions.c:252 -#, fuzzy msgid "Remove the layer mask and its effect" -msgstr "Roda a camada ou selecção" +msgstr "Remove a máscara da camada e os seus efeitos" #: ../app/actions/layers-actions.c:260 -#, fuzzy msgid "_Mask to Selection" -msgstr "/Máscara para Sele_cção" +msgstr "_Máscara em Selecção" #: ../app/actions/layers-actions.c:261 -#, fuzzy msgid "Replace the selection with the layer mask" -msgstr "Aclarar Selecção" +msgstr "Substituir a Selecção por uma Máscara de camada" #: ../app/actions/layers-actions.c:267 -#, fuzzy msgid "Add the layer mask to the current selection" -msgstr "Adicionar à selecção actual" +msgstr "Adicionar a Máscara de camada à Selecção actual" #: ../app/actions/layers-actions.c:273 -#, fuzzy msgid "Subtract the layer mask from the current selection" -msgstr "Remover da selecção actual" +msgstr "Remover a Máscara de camada da Selecção actual" #: ../app/actions/layers-actions.c:279 -#, fuzzy msgid "Intersect the layer mask with the current selection" -msgstr "Interceptar com a selecção actual" +msgstr "Intersectar a Máscara de camada com a Selecção actual" #: ../app/actions/layers-actions.c:287 -#, fuzzy msgid "Al_pha to Selection" -msgstr "/Alfa _para Selecção" +msgstr "Alfa em Selecção (_p)" #: ../app/actions/layers-actions.c:288 -#, fuzzy msgid "Replace the selection with the layer's alpha channel" -msgstr "Canal Alfa da Camada de _Transferência" +msgstr "Substituir a selecção pelo canal Alfa da camada" #: ../app/actions/layers-actions.c:293 ../app/actions/layers-actions.c:320 -#, fuzzy msgid "A_dd to Selection" -msgstr "/_Adicionar à Selecção" +msgstr "A_dicionar à Selecção" #: ../app/actions/layers-actions.c:294 -#, fuzzy msgid "Add the layer's alpha channel to the current selection" -msgstr "Adicionar à selecção actual" +msgstr "Adicionar o canal Alfa da camada à Selecção actual" #: ../app/actions/layers-actions.c:300 -#, fuzzy msgid "Subtract the layer's alpha channel from the current selection" -msgstr "Remover da selecção actual" +msgstr "Remover o canal Alfa da camada da Selecção actual" #: ../app/actions/layers-actions.c:306 -#, fuzzy msgid "Intersect the layer's alpha channel with the current selection" -msgstr "Interceptar com a selecção actual" +msgstr "Intersectar o canal Alfa da camada com a Selecção actual" #: ../app/actions/layers-actions.c:314 -#, fuzzy msgid "_Text to Selection" -msgstr "/_Adicionar à Selecção" +msgstr "_Texto em Selecção" #: ../app/actions/layers-actions.c:315 -#, fuzzy msgid "Replace the selection with the text layer's outline" -msgstr "Canal Alfa da Camada de _Transferência" +msgstr "Substituir a selecção pelo contorno da camada de texto" #: ../app/actions/layers-actions.c:321 -#, fuzzy msgid "Add the text layer's outline to the current selection" -msgstr "Adicionar à selecção actual" +msgstr "Adicionar o contorno da camada de texto à selecção actual" #: ../app/actions/layers-actions.c:327 -#, fuzzy msgid "Subtract the text layer's outline from the current selection" -msgstr "Remover da selecção actual" +msgstr "Subtrair o contorno da camada de texto da selecção actual" #: ../app/actions/layers-actions.c:333 -#, fuzzy msgid "Intersect the text layer's outline with the current selection" -msgstr "Interceptar com a selecção actual" +msgstr "intersectar o contorno da camada de texto com a selecção actual" #: ../app/actions/layers-actions.c:341 -#, fuzzy msgid "Select _Top Layer" -msgstr "/Camadas/Pilha/Seleccionar Camada _Topo" +msgstr "Seleccionar a _Camada de Cima" #: ../app/actions/layers-actions.c:342 -#, fuzzy msgid "Select the topmost layer" -msgstr "/Camadas/Pilha/Seleccionar Camada _Fundo" +msgstr "Seleccionar a camada mais a cima" #: ../app/actions/layers-actions.c:347 -#, fuzzy msgid "Select _Bottom Layer" -msgstr "/Camadas/Pilha/Seleccionar Camada _Fundo" +msgstr "Seleccionar a camada de _baixo" #: ../app/actions/layers-actions.c:348 -#, fuzzy msgid "Select the bottommost layer" -msgstr "/Camadas/Pilha/Seleccionar Camada _Fundo" +msgstr "Seleccionar a camada mais a baixo" #: ../app/actions/layers-actions.c:353 -#, fuzzy msgid "Select _Previous Layer" -msgstr "/Camadas/Pilha/Selecionar Camada _Anterior" +msgstr "Selecionar a Camada _Anterior" #: ../app/actions/layers-actions.c:354 -#, fuzzy msgid "Select the layer above the current layer" -msgstr "Mover a Camada Actual" +msgstr "Selecionar a camada a cima da actual" #: ../app/actions/layers-actions.c:359 -#, fuzzy msgid "Select _Next Layer" -msgstr "/Camadas/Pilha/Seleccionar Camada _Seguinte" +msgstr "Seleccionar a Camada _Seguinte" #: ../app/actions/layers-actions.c:360 -#, fuzzy msgid "Select the layer below the current layer" -msgstr "Mover a Camada Actual" +msgstr "Selecionar a camada a baixo da actual" #: ../app/actions/layers-actions.c:368 -#, fuzzy msgid "Set Opacity" -msgstr "Definir Opacidade Camada" +msgstr "Definir Opacidade" -#: ../app/actions/layers-commands.c:203 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "Atributos Camada" -#: ../app/actions/layers-commands.c:206 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "Editar Atributos Camada" -#: ../app/actions/layers-commands.c:249 ../app/actions/layers-commands.c:251 -#: ../app/actions/layers-commands.c:319 ../app/actions/layers-commands.c:323 +#: ../app/actions/layers-commands.c:250 ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 ../app/actions/layers-commands.c:324 #: ../app/widgets/gimpdrawabletreeview.c:326 #: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "Nova Camada" -#: ../app/actions/layers-commands.c:254 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" msgstr "Criar Nova Camada" -#: ../app/actions/layers-commands.c:352 -#, fuzzy +#: ../app/actions/layers-commands.c:355 msgid "Visible" -msgstr "_Visível" +msgstr "Visível" -#: ../app/actions/layers-commands.c:571 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" msgstr "Ajustar Tamanho Limite Camada" -#: ../app/actions/layers-commands.c:612 ../app/core/gimplayer.c:251 +#: ../app/actions/layers-commands.c:615 ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "Camada de Escala" -#: ../app/actions/layers-commands.c:649 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" -msgstr "Cortar Camada" +msgstr "Recortar Camada" -#: ../app/actions/layers-commands.c:788 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" -msgstr "Máscara de Camada para Selecção" +msgstr "Máscara da Camada em Selecção" -#: ../app/actions/layers-commands.c:1036 -#, fuzzy +#: ../app/actions/layers-commands.c:1039 msgid "Please select a channel first" -msgstr "Gravar Selecção para Canal" +msgstr "Primeiro tem de escolher em canal" -#: ../app/actions/layers-commands.c:1044 ../app/core/gimplayer.c:1282 +#: ../app/actions/layers-commands.c:1047 ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "Adicionar Máscara de Camada" #: ../app/actions/palette-editor-actions.c:44 -#, fuzzy msgid "Palette Editor Menu" msgstr "Menu de Editor de Paleta" #: ../app/actions/palette-editor-actions.c:54 -#, fuzzy msgid "_Delete Color" -msgstr "/_Remover Cor" +msgstr "_Remover cor" #: ../app/actions/palette-editor-actions.c:55 -#, fuzzy msgid "Delete color" -msgstr "Remover Cor" +msgstr "Remove esta cor da paleta" #: ../app/actions/palette-editor-actions.c:63 -#, fuzzy msgid "Edit Active Palette" -msgstr "/_Editar Paleta..." +msgstr "Editar a Paleta Ativa" #: ../app/actions/palette-editor-actions.c:72 -#, fuzzy msgid "New Color from _FG" -msgstr "/Nova Cor do _1º Plano" +msgstr "Nova Cor igual à da _Frente" #: ../app/actions/palette-editor-actions.c:73 -#, fuzzy msgid "New color from foreground color" -msgstr "Adicionar cor de 1º plano acutal" +msgstr "Adiciona um novo item à paleta baseado na Cor de 1º Plano" #: ../app/actions/palette-editor-actions.c:78 -#, fuzzy msgid "New Color from _BG" -msgstr "/Nova Cor do _Fundo" +msgstr "Nova _Cor igual à do Fundo" #: ../app/actions/palette-editor-actions.c:79 -#, fuzzy msgid "New color from background color" -msgstr "Adicionar cor de fundo actual" +msgstr "Adiciona um novo item à paleta baseado na Cor de Fundo" #: ../app/actions/palette-editor-actions.c:87 #: ../app/actions/view-actions.c:261 -#, fuzzy msgid "Zoom _In" -msgstr "/_Aum Zoom" +msgstr "Ampl_iar Zoom" #: ../app/actions/palette-editor-actions.c:93 #: ../app/actions/view-actions.c:255 -#, fuzzy msgid "Zoom _Out" -msgstr "/_Dim Zoom" +msgstr "Reduzir Z_oom" #: ../app/actions/palette-editor-actions.c:99 -#, fuzzy msgid "Zoom _All" -msgstr "/Zoom _Geral" +msgstr "Zoom Tot_al" #: ../app/actions/palette-editor-commands.c:69 msgid "Edit Palette Color" @@ -3483,285 +3080,233 @@ msgstr "Editar Entrada Paleta Cores" #: ../app/actions/palettes-actions.c:44 -#, fuzzy msgid "Palettes Menu" msgstr "Menu Paletas" #: ../app/actions/palettes-actions.c:48 -#, fuzzy msgid "_New Palette" -msgstr "/_Nova Paleta" +msgstr "_Nova paleta" #: ../app/actions/palettes-actions.c:49 -#, fuzzy msgid "New palette" -msgstr "/_Nova Paleta" +msgstr "Criar uma nova paleta de cores" #: ../app/actions/palettes-actions.c:54 -#, fuzzy msgid "_Import Palette..." -msgstr "/_Importar Paleta..." +msgstr "_Importar paleta..." #: ../app/actions/palettes-actions.c:55 -#, fuzzy msgid "Import palette" -msgstr "Importar Paleta" +msgstr "Importar paleta a partir de um ficheiro em disco" #: ../app/actions/palettes-actions.c:60 -#, fuzzy msgid "D_uplicate Palette" -msgstr "/D_uplicar Paleta" +msgstr "D_uplicar paleta" #: ../app/actions/palettes-actions.c:61 -#, fuzzy msgid "Duplicate palette" -msgstr "/D_uplicar Paleta" +msgstr "Cria uma cópia exacta da paleta" #: ../app/actions/palettes-actions.c:66 -#, fuzzy msgid "_Merge Palettes..." -msgstr "/_Misturar Paletas..." +msgstr "Co_mbinar paletas..." #: ../app/actions/palettes-actions.c:67 -#, fuzzy msgid "Merge palettes" -msgstr "Misturar Paleta" +msgstr "Combina as paletas distintas para formar uma só" #: ../app/actions/palettes-actions.c:72 -#, fuzzy msgid "Copy Palette _Location" -msgstr "Localização:" +msgstr "Copiar _Localização da Paleta" #: ../app/actions/palettes-actions.c:73 -#, fuzzy msgid "Copy palette file location to clipboard" -msgstr "Copiar a localização do ficheiro de gradiente para a área de transferência" +msgstr "Copia a localização do ficheiro da paleta para a área de transferência" #: ../app/actions/palettes-actions.c:78 -#, fuzzy msgid "_Delete Palette" -msgstr "/_Remover Paleta" +msgstr "_Apagar Paleta" #: ../app/actions/palettes-actions.c:79 -#, fuzzy msgid "Delete palette" -msgstr "/_Remover Paleta" +msgstr "Remove a paleta" #: ../app/actions/palettes-actions.c:84 -#, fuzzy msgid "_Refresh Palettes" -msgstr "/_Actualizar Paletas" +msgstr "Actuali_zar Paletas" #: ../app/actions/palettes-actions.c:85 -#, fuzzy msgid "Refresh palettes" -msgstr "/_Actualizar Paletas" +msgstr "Actualiza a lista de paletas disponíveis" #: ../app/actions/palettes-actions.c:93 -#, fuzzy msgid "_Edit Palette..." -msgstr "/_Editar Paleta..." +msgstr "_Editar Paleta..." #: ../app/actions/palettes-actions.c:94 -#, fuzzy msgid "Edit palette" -msgstr "/_Editar Paleta..." +msgstr "Edita as cores existentes na paleta de cores" #: ../app/actions/palettes-commands.c:74 msgid "Merge Palette" -msgstr "Misturar Paleta" +msgstr "Combinar Paleta" #: ../app/actions/palettes-commands.c:78 msgid "Enter a name for the merged palette" -msgstr "Introduza um nome para a paleta misturada" +msgstr "Digite um nome para a nova paleta combinada" #: ../app/actions/patterns-actions.c:43 -#, fuzzy msgid "Patterns Menu" msgstr "Menu Texturas" #: ../app/actions/patterns-actions.c:47 -#, fuzzy msgid "_Open Pattern as Image" -msgstr "/_Abrir Imagem" +msgstr "Editar Textura c_omo Imagem" #: ../app/actions/patterns-actions.c:48 -#, fuzzy msgid "Open pattern as image" -msgstr "/_Abrir Imagem" +msgstr "" +"Abre para edição a textura como uma imagem para que possa ser modificada" #: ../app/actions/patterns-actions.c:53 -#, fuzzy msgid "_New Pattern" -msgstr "/_Nova Textura" +msgstr "_Nova Textura" #: ../app/actions/patterns-actions.c:54 -#, fuzzy msgid "New pattern" -msgstr "/_Nova Textura" +msgstr "Cria uma nova Textura" #: ../app/actions/patterns-actions.c:59 -#, fuzzy msgid "D_uplicate Pattern" -msgstr "/D_uplicar Textura" +msgstr "_Duplicar Textura" #: ../app/actions/patterns-actions.c:60 -#, fuzzy msgid "Duplicate pattern" -msgstr "/D_uplicar Textura" +msgstr "Duplica a Textura criando uma cópia exacta" #: ../app/actions/patterns-actions.c:65 -#, fuzzy msgid "Copy Pattern _Location" -msgstr "Localização:" +msgstr "Copiar a _Localização da Textura" #: ../app/actions/patterns-actions.c:66 -#, fuzzy msgid "Copy pattern file location to clipboard" -msgstr "Copiar a localização do ficheiro de gradiente para a área de transferência" +msgstr "Copia localização do ficheiro de textura para a área de transferência" #: ../app/actions/patterns-actions.c:71 -#, fuzzy msgid "_Delete Pattern" -msgstr "/_Remover Textura..." +msgstr "_Apagar Textura" #: ../app/actions/patterns-actions.c:72 -#, fuzzy msgid "Delete pattern" -msgstr "/_Remover Textura..." +msgstr "Apaga a Textura da lista" #: ../app/actions/patterns-actions.c:77 -#, fuzzy msgid "_Refresh Patterns" -msgstr "/_Actualizar Texturas" +msgstr "Actuali_zar Texturas" #: ../app/actions/patterns-actions.c:78 -#, fuzzy msgid "Refresh patterns" -msgstr "/_Actualizar Texturas" +msgstr "Actualiza a lista de texturas disponíveis" #: ../app/actions/patterns-actions.c:86 -#, fuzzy msgid "_Edit Pattern..." -msgstr "/_Editar Textura..." +msgstr "_Editar Textura..." #: ../app/actions/patterns-actions.c:87 -#, fuzzy msgid "Edit pattern" -msgstr "/_Editar Textura..." +msgstr "Edita a textura, modificando-a como se fosse uma imagem normal" #: ../app/actions/plug-in-actions.c:83 -#, fuzzy msgid "Filte_rs" -msgstr "/Filt_ros" +msgstr "Filt_ros" #: ../app/actions/plug-in-actions.c:84 -#, fuzzy msgid "Recently Used" msgstr "Usados Recentemente" #: ../app/actions/plug-in-actions.c:85 -#, fuzzy msgid "_Blur" -msgstr "Desfocar" +msgstr "Es_bater" #: ../app/actions/plug-in-actions.c:86 -#, fuzzy msgid "_Noise" -msgstr "Nenhum" +msgstr "Ruído _Visual" #: ../app/actions/plug-in-actions.c:87 -#, fuzzy msgid "Edge-De_tect" -msgstr "/Filtros/De_tecção de Margem" +msgstr "De_tecção de orlas" #: ../app/actions/plug-in-actions.c:88 -#, fuzzy msgid "En_hance" -msgstr "/Filtros/Real_çar" +msgstr "A_prefeiçoar" #: ../app/actions/plug-in-actions.c:89 -#, fuzzy msgid "C_ombine" -msgstr "/Filtros/C_ombinar" +msgstr "C_ombinar" #: ../app/actions/plug-in-actions.c:90 -#, fuzzy msgid "_Generic" -msgstr "C_entro" +msgstr "_Genéricos" #: ../app/actions/plug-in-actions.c:91 msgid "_Light and Shadow" -msgstr "" +msgstr "_Luz e Sombra" #: ../app/actions/plug-in-actions.c:92 -#, fuzzy msgid "_Distorts" -msgstr "/Filtros/_Distorções" +msgstr "_Distorções" #: ../app/actions/plug-in-actions.c:93 -#, fuzzy msgid "_Artistic" -msgstr "/Filtros/_Artístico" +msgstr "_Artísticos" #: ../app/actions/plug-in-actions.c:94 msgid "_Decor" -msgstr "" +msgstr "_Decoração" #: ../app/actions/plug-in-actions.c:96 -#, fuzzy msgid "_Render" -msgstr "C_entro" +msgstr "_Renderizar" #: ../app/actions/plug-in-actions.c:97 -#, fuzzy msgid "_Clouds" msgstr "_Nuvens" #: ../app/actions/plug-in-actions.c:98 -#, fuzzy msgid "_Nature" -msgstr "_Nome:" +msgstr "_Naturais" #: ../app/actions/plug-in-actions.c:100 -#, fuzzy msgid "_Web" msgstr "_Web" #: ../app/actions/plug-in-actions.c:101 -#, fuzzy msgid "An_imation" -msgstr "/Filtros/An_imação" +msgstr "An_imação" #: ../app/actions/plug-in-actions.c:104 -#, fuzzy msgid "Reset all _Filters" -msgstr "Filtros Disponíveis" +msgstr "Restaurar Todos os _FIltros" #: ../app/actions/plug-in-actions.c:105 -#, fuzzy msgid "Reset all plug-ins to their default settings" -msgstr "Gerar um ficheiro gimprc com definições por omissão" +msgstr "Restaurar as predefinições de todos as Extensões (Plug-ins)" #: ../app/actions/plug-in-actions.c:113 -#, fuzzy msgid "Re_peat Last" -msgstr "Repetir Último" +msgstr "Re_petir o Último" #: ../app/actions/plug-in-actions.c:114 -#, fuzzy msgid "Rerun the last used plug-in using the same settings" -msgstr "Mostrar outra vez o diálogo do último plug-in utilizado" +msgstr "Re-executar a última Extensão usando com as mesmas definições" #: ../app/actions/plug-in-actions.c:119 -#, fuzzy msgid "R_e-Show Last" -msgstr "Mostrar Novamente Último" +msgstr "Mostrar Novam_ente o Último" #: ../app/actions/plug-in-actions.c:120 -#, fuzzy msgid "Show the last used plug-in dialog again" -msgstr "Mostrar outra vez o diálogo do último plug-in utilizado" +msgstr "Mostrar o diálogo da última Extensão usada" #: ../app/actions/plug-in-actions.c:503 #, c-format @@ -3769,9 +3314,9 @@ msgstr "Re_petir \"%s\"" #: ../app/actions/plug-in-actions.c:504 -#, fuzzy, c-format +#, c-format msgid "R_e-Show \"%s\"" -msgstr "Mostrar Novam_ente \"%s\"" +msgstr "Mostrar Novame_nte \"%s\"" #: ../app/actions/plug-in-actions.c:520 msgid "Repeat Last" @@ -3782,201 +3327,163 @@ msgstr "Mostrar Novamente Último" #: ../app/actions/plug-in-commands.c:262 -#, fuzzy msgid "Reset all Filters" -msgstr "Filtros Disponíveis" +msgstr "Restaurar Predefinições dos Filtros" #: ../app/actions/plug-in-commands.c:281 -#, fuzzy msgid "Do you really want to reset all filters to default values?" msgstr "" -"Deseja mesmo repor todas as opções de ferramentas para os valores por " -"omissão?" +"Quer mesmo repor as predefinições de todos os filtros, descartando as " +"actuais ?" #: ../app/actions/quick-mask-actions.c:42 -#, fuzzy msgid "Quick Mask Menu" -msgstr "Menu de Máscara Rápida" +msgstr "Menu Máscara Rápida" #: ../app/actions/quick-mask-actions.c:46 -#, fuzzy msgid "_Configure Color and Opacity..." -msgstr "/_Configurar Cor e Opacidade..." +msgstr "_Configurar Cor e Opacidade..." #: ../app/actions/quick-mask-actions.c:54 -#, fuzzy msgid "Toggle _Quick Mask" -msgstr "Alternar MárcaraRápida" +msgstr "Alternar Máscara _Rápida" #: ../app/actions/quick-mask-actions.c:54 -#: ../app/display/gimpdisplayshell.c:1167 -#, fuzzy +#: ../app/display/gimpdisplayshell.c:1169 msgid "Toggle Quick Mask" -msgstr "Alternar MárcaraRápida" +msgstr "Alternar Máscara Rápida" #: ../app/actions/quick-mask-actions.c:63 -#, fuzzy msgid "Mask _Selected Areas" -msgstr "/Máscarar Áreas _Seleccionadas" +msgstr "Máscarar áreas _Seleccionadas" #: ../app/actions/quick-mask-actions.c:68 -#, fuzzy msgid "Mask _Unselected Areas" -msgstr "/Mascarar Ár_eas Por Seleccionar" +msgstr "Mascarar áreas não seleccionadas (_u)" #: ../app/actions/quick-mask-commands.c:105 -#, fuzzy msgid "Quick Mask Attributes" -msgstr "Editar Atributos MáscaraRápida" +msgstr "Atributos da Máscara Rápida" #: ../app/actions/quick-mask-commands.c:108 -#, fuzzy msgid "Edit Quick Mask Attributes" -msgstr "Editar Atributos MáscaraRápida" +msgstr "Editar Atributos da Máscara Rápida" #: ../app/actions/quick-mask-commands.c:110 -#, fuzzy msgid "Edit Quick Mask Color" -msgstr "Editar Cor Qmask" +msgstr "Editar Cor da Máscara Rápida" #: ../app/actions/quick-mask-commands.c:111 -#, fuzzy msgid "_Mask opacity:" -msgstr "Opacidade da Máscara:" +msgstr "Opacidade da _Máscara:" #: ../app/actions/sample-points-actions.c:40 -#, fuzzy msgid "Sample Point Menu" -msgstr "Menu de Editor de Paleta" +msgstr "Menu de Pontos de Amostragem" #: ../app/actions/select-actions.c:44 -#, fuzzy msgid "Selection Editor Menu" -msgstr "Editor Selecções" +msgstr "Menu do Editor da Selecção" #: ../app/actions/select-actions.c:47 -#, fuzzy msgid "_Select" -msgstr "/_Seleccionar" +msgstr "_Selecção" #: ../app/actions/select-actions.c:50 -#, fuzzy msgid "select|_All" -msgstr "/Seleccionar/_Tudo" +msgstr "select|_Tudo" #: ../app/actions/select-actions.c:51 -#, fuzzy msgid "Select everything" -msgstr "/Seleccionar/_Inverter" +msgstr "Seleccionar tudo" #: ../app/actions/select-actions.c:56 -#, fuzzy msgid "select|_None" -msgstr "/Seleccionar/_Nenhum" +msgstr "select|_Nada" #: ../app/actions/select-actions.c:57 -#, fuzzy msgid "Dismiss the selection" -msgstr "Preencher Toda a Selecção" +msgstr "Limpar a seleccão" #: ../app/actions/select-actions.c:62 -#, fuzzy msgid "_Invert" -msgstr "Inverter" +msgstr "_Inverter" #: ../app/actions/select-actions.c:63 -#, fuzzy msgid "Invert the selection" msgstr "Inverter Selecção" #: ../app/actions/select-actions.c:68 -#, fuzzy msgid "_Float" -msgstr "_Fonte:" +msgstr "_Flutuar" #: ../app/actions/select-actions.c:69 -#, fuzzy msgid "Create a floating selection" -msgstr "Selecção Flutuante" +msgstr "Criar uma selecção flutuante" #: ../app/actions/select-actions.c:74 -#, fuzzy msgid "Fea_ther..." -msgstr "/Seleccionar/Di_fusão..." +msgstr "_Difusão..." #: ../app/actions/select-actions.c:75 msgid "Blur the selection border so that it fades out smoothly" -msgstr "" +msgstr "Esbater a borda da selecção para que desvaneça suavemente" #: ../app/actions/select-actions.c:80 -#, fuzzy msgid "_Sharpen" -msgstr "Realçar" +msgstr "_Aguçar" #: ../app/actions/select-actions.c:81 -#, fuzzy msgid "Remove fuzzyness from the selection" -msgstr "Selecção Flutuante" +msgstr "Remover áreas difusas da selecção" #: ../app/actions/select-actions.c:86 -#, fuzzy msgid "S_hrink..." -msgstr "A Cortar..." +msgstr "Encol_her" #: ../app/actions/select-actions.c:87 -#, fuzzy msgid "Contract the selection" -msgstr "/_Interceptar com Selecção" +msgstr "Encolher a Selecção" #: ../app/actions/select-actions.c:92 -#, fuzzy msgid "_Grow..." -msgstr "/Seleccionar/A_umentar..." +msgstr "_Crescer..." #: ../app/actions/select-actions.c:93 -#, fuzzy msgid "Enlarge the selection" -msgstr "Selecção Flutuante" +msgstr "Expandir a Selecção" #: ../app/actions/select-actions.c:98 -#, fuzzy msgid "Bo_rder..." -msgstr "/Seleccionar/Ma_rgem..." +msgstr "Bo_rdas..." #: ../app/actions/select-actions.c:99 -#, fuzzy msgid "Replace the selection by its border" -msgstr "Substituir a selecção actual" +msgstr "Substituir a selecção actual com as suas bordas" #: ../app/actions/select-actions.c:104 -#, fuzzy msgid "Save to _Channel" -msgstr "/Seleccionar/Gravar em _Canal" +msgstr "Guardar num _Canal" #: ../app/actions/select-actions.c:105 -#, fuzzy msgid "Save the selection to a channel" -msgstr "Gravar Selecção para Canal" +msgstr "Gravar Selecção para um Canal" #: ../app/actions/select-actions.c:110 -#, fuzzy msgid "_Stroke Selection..." -msgstr "Aclarar Selecção" +msgstr "Traçar _Selecção..." #: ../app/actions/select-actions.c:111 -#, fuzzy msgid "Paint along the selection outline" -msgstr "Mover Selecção de Margens" +msgstr "Pintar ao longo dos contornos da selecção" #: ../app/actions/select-actions.c:116 -#, fuzzy msgid "_Stroke Selection" -msgstr "Aclarar Selecção" +msgstr "Traçar _Selecção" #: ../app/actions/select-actions.c:117 -#, fuzzy msgid "Stroke the selection with last used values" -msgstr "Aclarar Selecção" +msgstr "Traçar a selecção usando últimos valores definidos" #: ../app/actions/select-commands.c:153 ../app/core/gimpselection.c:167 msgid "Feather Selection" @@ -3995,9 +3502,8 @@ msgstr "Encolher selecção por" #: ../app/actions/select-commands.c:203 -#, fuzzy msgid "_Shrink from image border" -msgstr "Encolher a imagem a partir do limite" +msgstr "Encolher a partir dos limite_s da imagem" #: ../app/actions/select-commands.c:228 ../app/core/gimpselection.c:173 msgid "Grow Selection" @@ -4017,79 +3523,67 @@ #. Feather button #: ../app/actions/select-commands.c:268 -#, fuzzy msgid "_Feather border" -msgstr "Difusão de Margens" +msgstr "Bordas Di_fusas" #. Edge lock button #: ../app/actions/select-commands.c:281 -#, fuzzy msgid "_Lock selection to image edges" -msgstr "Nenhuma selecção para ser aclarada." +msgstr "Trancar a se_lecção às orlas da imagem" #: ../app/actions/select-commands.c:330 ../app/actions/select-commands.c:362 #: ../app/actions/vectors-commands.c:379 ../app/actions/vectors-commands.c:412 #: ../app/dialogs/stroke-dialog.c:299 msgid "There is no active layer or channel to stroke to." -msgstr "Não existe nenhuma camada ou canal activo para aclarar." +msgstr "Não existe nenhuma camada ou canal activos que possam ser traçados." #: ../app/actions/select-commands.c:336 ../app/core/gimpselection.c:151 msgid "Stroke Selection" -msgstr "Aclarar Selecção" +msgstr "Traçar Selecção" #: ../app/actions/templates-actions.c:42 -#, fuzzy msgid "Templates Menu" msgstr "Menu de Modelos" #: ../app/actions/templates-actions.c:46 -#, fuzzy msgid "_Create Image from Template" -msgstr "/_Criar Imagem de Modelo..." +msgstr "_Criar Imagem a partir de Modelo" #: ../app/actions/templates-actions.c:47 -#, fuzzy msgid "Create a new image from the selected template" msgstr "Criar uma nova imagem a partir do modelo seleccionado" #: ../app/actions/templates-actions.c:52 -#, fuzzy msgid "_New Template..." -msgstr "/_Novo Modelo..." +msgstr "_Novo Modelo" #: ../app/actions/templates-actions.c:53 -#, fuzzy msgid "Create a new template" msgstr "Criar um novo modelo" #: ../app/actions/templates-actions.c:58 -#, fuzzy msgid "D_uplicate Template..." -msgstr "/D_uplicar Modelo..." +msgstr "D_uplicar Modelo" #: ../app/actions/templates-actions.c:59 -#, fuzzy msgid "Duplicate the selected template" -msgstr "Editar o modelo seleccionado" +msgstr "Duplicar o modelo seleccionado" #: ../app/actions/templates-actions.c:64 -#, fuzzy msgid "_Edit Template..." -msgstr "/_Editar Modelo..." +msgstr "_Editar Modelo" #: ../app/actions/templates-actions.c:65 msgid "Edit the selected template" msgstr "Editar o modelo seleccionado" #: ../app/actions/templates-actions.c:70 -#, fuzzy msgid "_Delete Template" -msgstr "/_Remover Modelo" +msgstr "Apagar Mo_delo" #: ../app/actions/templates-actions.c:71 -#, fuzzy msgid "Delete the selected template" -msgstr "Editar o modelo seleccionado" +msgstr "Remover o modelo seleccionado" #: ../app/actions/templates-commands.c:113 msgid "New Template" @@ -4110,47 +3604,42 @@ #: ../app/actions/templates-commands.c:239 #, c-format -msgid "Are you sure you want to delete template '%s' from the list and from disk?" -msgstr "Tem certeza que deseja remover o modelo '%s' da lista e do disco rígido?" +msgid "" +"Are you sure you want to delete template '%s' from the list and from disk?" +msgstr "" +"Tem certeza que deseja remover o modelo '%s' da lista e do disco rígido?" #: ../app/actions/text-editor-actions.c:44 -#, fuzzy msgid "Open" -msgstr "/Ficheiro/_Abrir..." +msgstr "Abrir" #: ../app/actions/text-editor-actions.c:45 -#, fuzzy msgid "Load text from file" -msgstr "Ler Texto de Ficheiro" +msgstr "Carregar texto de ficheiro" #: ../app/actions/text-editor-actions.c:50 ../app/core/gimp-edit.c:445 msgid "Clear" msgstr "Limpar" #: ../app/actions/text-editor-actions.c:51 -#, fuzzy msgid "Clear all text" -msgstr "Limpar todo Texto" +msgstr "Limpar todo o texto" #: ../app/actions/text-editor-actions.c:59 -#, fuzzy msgid "LTR" msgstr "LTR" #: ../app/actions/text-editor-actions.c:60 -#, fuzzy msgid "From left to right" -msgstr "Da Esquerda para Direita" +msgstr "Da esquerda para a direita" #: ../app/actions/text-editor-actions.c:65 -#, fuzzy msgid "RTL" msgstr "RTL" #: ../app/actions/text-editor-actions.c:66 -#, fuzzy msgid "From right to left" -msgstr "Da Direita para Esquerda" +msgstr "Da direita para a esquerda" #: ../app/actions/text-editor-commands.c:63 msgid "Open Text File (UTF-8)" @@ -4171,54 +3660,44 @@ msgstr "Impossível abrir '%s' para leitura: %s" #: ../app/actions/tool-options-actions.c:56 -#, fuzzy msgid "Tool Options Menu" msgstr "Menu de Opções de Ferramentas" #: ../app/actions/tool-options-actions.c:60 -#, fuzzy msgid "_Save Options To" -msgstr "/_Gravar Opções para" +msgstr "Gravar Opçõe_s em" #: ../app/actions/tool-options-actions.c:64 -#, fuzzy msgid "_Restore Options From" -msgstr "/_Repor Opções de" +msgstr "_Restaurar Opções Guardadas Em" #: ../app/actions/tool-options-actions.c:68 -#, fuzzy msgid "Re_name Saved Options" -msgstr "/Re_nomear Opções Gravadas" +msgstr "Re_nomear Opções Guardadas" #: ../app/actions/tool-options-actions.c:72 -#, fuzzy msgid "_Delete Saved Options" -msgstr "/Re_mover Opções Gravadas" +msgstr "Apagar Opções Guar_dadas" #: ../app/actions/tool-options-actions.c:76 -#, fuzzy msgid "_New Entry..." -msgstr "/_Novo Caminho..." +msgstr "_Nova Entrada..." #: ../app/actions/tool-options-actions.c:81 -#, fuzzy msgid "R_eset Tool Options" -msgstr "/R_epor Opções de Ferramentas" +msgstr "R_epor Opções da Ferramenta" #: ../app/actions/tool-options-actions.c:82 -#, fuzzy msgid "Reset to default values" -msgstr "Restaurar valores padrão gravados" +msgstr "Repõe as predefinições desta ferramenta" #: ../app/actions/tool-options-actions.c:87 -#, fuzzy msgid "Reset _all Tool Options" -msgstr "/Repor todas _as Opções de Ferramentas..." +msgstr "Repor todas _as Opções das Ferramentas..." #: ../app/actions/tool-options-actions.c:88 -#, fuzzy msgid "Reset all tool options" -msgstr "/Repor todas _as Opções de Ferramentas..." +msgstr "Repõe as predefinições de todas as ferramentas" #: ../app/actions/tool-options-commands.c:72 msgid "Save Tool Options" @@ -4249,316 +3728,251 @@ #: ../app/actions/tool-options-commands.c:210 msgid "Do you really want to reset all tool options to default values?" msgstr "" -"Deseja mesmo repor todas as opções de ferramentas para os valores por " -"omissão?" +"Quer mesmo repor todas as opções de ferramentas para os valores predefinidos?" #: ../app/actions/tools-actions.c:47 -#, fuzzy msgid "Tools Menu" -msgstr "Menu Caixa de Ferramentas" +msgstr "Menu Ferramentas" #: ../app/actions/tools-actions.c:50 -#, fuzzy msgid "_Tools" -msgstr "/Ferramen_tas" +msgstr "Ferramen_tas" #: ../app/actions/tools-actions.c:51 -#, fuzzy msgid "_Selection Tools" -msgstr "/Ferramentas/Ferramentas _Selecção" +msgstr "Ferramentas de _Selecção" #: ../app/actions/tools-actions.c:52 -#, fuzzy msgid "_Paint Tools" -msgstr "Ferramenta Pintura:" +msgstr "_Ferramentas de Pintura" #: ../app/actions/tools-actions.c:53 -#, fuzzy msgid "_Transform Tools" -msgstr "/Ferramentas/Ferramentas _Transformação" +msgstr "Ferramentas de _Transformar" #: ../app/actions/tools-actions.c:54 -#, fuzzy msgid "_Color Tools" -msgstr "/Ferramentas/Ferramentas _Cores" +msgstr "_Ferramentas das Cores" #: ../app/actions/tools-actions.c:57 -#, fuzzy msgid "R_aise Tool" -msgstr "Ferramenta Pintura:" +msgstr "Ferramenta Um_a Posição Acima" #: ../app/actions/tools-actions.c:58 -#, fuzzy msgid "Raise tool" -msgstr "Elevar Caminho" +msgstr "Coloca a Ferramenta mais acima na lista" #: ../app/actions/tools-actions.c:63 -#, fuzzy msgid "Ra_ise to Top" -msgstr "Elevar Caminho para Topo" +msgstr "Ferramenta _no Cimo da Lista" #: ../app/actions/tools-actions.c:64 -#, fuzzy msgid "Raise tool to top" -msgstr "Elevar Caminho para Topo" +msgstr "Coloca a Ferramenta no cimo da lista de ferramentas" #: ../app/actions/tools-actions.c:69 -#, fuzzy msgid "L_ower Tool" -msgstr "Mover: " +msgstr "Ferramenta Uma P_osição Abaixo" #: ../app/actions/tools-actions.c:70 -#, fuzzy msgid "Lower tool" -msgstr "Mover: " +msgstr "Coloca a Ferramenta mais abaixo na lista de ferramentas" #: ../app/actions/tools-actions.c:75 -#, fuzzy msgid "Lo_wer to Bottom" -msgstr "Baixar Caminho para Fundo" +msgstr "Ferra_menta no Fundo da Lista" #: ../app/actions/tools-actions.c:76 -#, fuzzy msgid "Lower tool to bottom" -msgstr "Baixar Caminho para Fundo" +msgstr "Coloca a Ferramenta no fim da lista de ferramentas" #: ../app/actions/tools-actions.c:81 -#, fuzzy msgid "_Reset Order & Visibility" -msgstr "Visibilidade Item" +msgstr "_Repor a Ordem & Visibilidade" #: ../app/actions/tools-actions.c:82 -#, fuzzy msgid "Reset tool order and visibility" -msgstr "Restaurar ordem e visibilidade da ferramenta" +msgstr "Repor a ordem das ferramentas e sua visibilidade" #: ../app/actions/tools-actions.c:90 -#, fuzzy msgid "_Show in Toolbox" -msgstr "Mostrar Dicas das Ferramen_tas" +msgstr "Mo_strar Na Caixa de Ferramentas" #: ../app/actions/tools-actions.c:99 -#, fuzzy msgid "_By Color" -msgstr "Cor RGB" +msgstr "_Por Cor" #: ../app/actions/tools-actions.c:100 -#, fuzzy msgid "Select regions with similar colors" -msgstr "Seleccionas regiões por cor" +msgstr "Seleccionar regiões com cores similares" #: ../app/actions/tools-actions.c:105 -#, fuzzy msgid "_Arbitrary Rotation..." -msgstr "/Camadas/Transformação/Rotação _Arbitrária..." +msgstr "Rotação _Livre" #: ../app/actions/tools-actions.c:106 -#, fuzzy msgid "Rotate by an arbitrary angle" -msgstr "Rodar por um ângulo arbitrário" +msgstr "Roda usando um ângulo arbitrário" #: ../app/actions/vectors-actions.c:44 -#, fuzzy msgid "Paths Menu" msgstr "Menu Caminhos" #: ../app/actions/vectors-actions.c:48 -#, fuzzy msgid "Path _Tool" -msgstr "/Ferramen_ta de Caminho" +msgstr "Ferramen_ta Caminhos" #: ../app/actions/vectors-actions.c:53 -#, fuzzy msgid "_Edit Path Attributes..." -msgstr "/_Editar Atributos de Caminho..." +msgstr "_Editar os Atributos do Caminho" #: ../app/actions/vectors-actions.c:54 -#, fuzzy msgid "Edit path attributes" -msgstr "Editar Atributos do Caminho" +msgstr "Edita as características do Caminho" #: ../app/actions/vectors-actions.c:59 -#, fuzzy msgid "_New Path..." -msgstr "/_Novo Caminho..." +msgstr "_Novo Caminho" #: ../app/actions/vectors-actions.c:60 -#, fuzzy msgid "New path..." -msgstr "/_Novo Caminho..." +msgstr "Novo Caminho..." #: ../app/actions/vectors-actions.c:65 -#, fuzzy msgid "_New Path" -msgstr "Novo Caminho" +msgstr "_Novo Caminho" #: ../app/actions/vectors-actions.c:66 -#, fuzzy msgid "New path with last values" -msgstr "" -"Novo Caminho\n" -"Diálogo de Novo Caminho de %s" +msgstr "Criar um novo Caminho com os últimos Valores usados" #: ../app/actions/vectors-actions.c:71 -#, fuzzy msgid "D_uplicate Path" -msgstr "/D_uplicar Caminho" +msgstr "D_uplicar Caminho" #: ../app/actions/vectors-actions.c:72 -#, fuzzy msgid "Duplicate path" -msgstr "/D_uplicar Caminho" +msgstr "Cria uma cópia exacta do caminho, incluindo pontos e ligações" #: ../app/actions/vectors-actions.c:77 -#, fuzzy msgid "_Delete Path" -msgstr "/_Apagar Caminho" +msgstr "_Apagar Caminho" #: ../app/actions/vectors-actions.c:78 ../app/core/core-enums.c:920 -#, fuzzy msgid "Delete path" -msgstr "Remover Caminho" +msgstr "Apaga o caminho da lista" #: ../app/actions/vectors-actions.c:83 -#, fuzzy msgid "Merge _Visible Paths" -msgstr "/Juntar Caminhos _Visíveis" +msgstr "Combinar Caminhos _Visíveis" #: ../app/actions/vectors-actions.c:88 -#, fuzzy msgid "_Raise Path" -msgstr "/_Elevar Caminho" +msgstr "Eleva_r Caminhos" #: ../app/actions/vectors-actions.c:89 -#, fuzzy msgid "Raise path" -msgstr "Elevar Caminho" +msgstr "Coloca o caminho uma posição acima na lista" #: ../app/actions/vectors-actions.c:94 -#, fuzzy msgid "Raise Path to _Top" -msgstr "Elevar Caminho para Topo" +msgstr "Elevar o Caminho para o _Topo" #: ../app/actions/vectors-actions.c:95 -#, fuzzy msgid "Raise path to top" -msgstr "Elevar Caminho para Topo" +msgstr "Coloca o caminho no cimo da lista" #: ../app/actions/vectors-actions.c:100 -#, fuzzy msgid "_Lower Path" -msgstr "/_Baixar Caminho" +msgstr "_Descer Caminho" #: ../app/actions/vectors-actions.c:101 -#, fuzzy msgid "Lower path" -msgstr "Baixar Caminho" +msgstr "Coloca o caminho uma posição abaixo na lista" #: ../app/actions/vectors-actions.c:106 -#, fuzzy msgid "Lower Path to _Bottom" -msgstr "Baixar Caminho para Fundo" +msgstr "Coloca o Caminho no _Fim da Lista" #: ../app/actions/vectors-actions.c:107 -#, fuzzy msgid "Lower path to bottom" -msgstr "Baixar Caminho para Fundo" +msgstr "Coloca o caminho no fim da lista de caminhos" #: ../app/actions/vectors-actions.c:112 -#, fuzzy msgid "Stro_ke Path..." -msgstr "/Ca_minho Pincelada..." +msgstr "Traça_r Caminho..." #: ../app/actions/vectors-actions.c:113 -#, fuzzy msgid "Paint along the path" -msgstr "Clique para abrir o caminho." +msgstr "Pintar ao longo do Caminho" #: ../app/actions/vectors-actions.c:118 -#, fuzzy msgid "Stro_ke Path" -msgstr "Caminho Aclarar" +msgstr "Traça_r Caminho" #: ../app/actions/vectors-actions.c:119 -#, fuzzy msgid "Paint along the path with last values" -msgstr "Pincelada Utilizando uma Ferramenta Pintura" +msgstr "Pintar ao longo do Caminho usando último valores" #: ../app/actions/vectors-actions.c:124 -#, fuzzy msgid "Co_py Path" -msgstr "/Co_piar Caminho" +msgstr "Co_piar Caminho" #: ../app/actions/vectors-actions.c:129 -#, fuzzy msgid "Paste Pat_h" -msgstr "/Co_lar Caminho" +msgstr "Colar Camin_ho" #: ../app/actions/vectors-actions.c:134 -#, fuzzy msgid "E_xport Path..." -msgstr "/E_xportar Caminho..." +msgstr "E_xportar Caminho..." #: ../app/actions/vectors-actions.c:139 -#, fuzzy msgid "I_mport Path..." -msgstr "/I_mportar Caminho..." +msgstr "I_mportar Caminho..." #: ../app/actions/vectors-actions.c:162 -#, fuzzy msgid "Path to Sele_ction" -msgstr "/Caminho para Sele_cção" +msgstr "Caminho para Sele_cção" #: ../app/actions/vectors-actions.c:163 ../app/tools/gimpvectortool.c:1912 -#, fuzzy msgid "Path to selection" -msgstr "Caminho para Selecção" +msgstr "Cria uma selecção com a mesma forma do caminho" #: ../app/actions/vectors-actions.c:168 -#, fuzzy msgid "Fr_om Path" -msgstr "/Seleccionar/De Caminh_o" +msgstr "A Partir de Caminh_o" #: ../app/actions/vectors-actions.c:174 msgid "Add" msgstr "Adicionar" #: ../app/actions/vectors-actions.c:180 ../app/base/base-enums.c:119 -#, fuzzy msgid "Subtract" msgstr "Subtracção" #: ../app/actions/vectors-actions.c:186 -#, fuzzy msgid "Intersect" -msgstr "Interface" +msgstr "Intersectar" #: ../app/actions/vectors-actions.c:194 -#, fuzzy msgid "Selecti_on to Path" -msgstr "/Selecção para _o Caminho" +msgstr "Selecçã_o para Caminho" #: ../app/actions/vectors-actions.c:195 ../app/actions/vectors-actions.c:201 -#, fuzzy msgid "Selection to path" -msgstr "/Selecção para _o Caminho" +msgstr "Transforma a selecção actual num Caminho" #: ../app/actions/vectors-actions.c:200 -#, fuzzy msgid "To _Path" -msgstr "Mover Caminho" +msgstr "E_m Caminho" #: ../app/actions/vectors-actions.c:206 -#, fuzzy msgid "Selection to Path (_Advanced)" -msgstr "" -"Selecção para Caminho\n" -"%s Opções Avançadas" +msgstr "Selecção para Caminho (_Avançado)" #: ../app/actions/vectors-actions.c:207 -#, fuzzy msgid "Advanced options" -msgstr "Opções Gravadas" +msgstr "Opções avançadas" #: ../app/actions/vectors-commands.c:138 msgid "Path Attributes" @@ -4585,407 +3999,334 @@ #: ../app/actions/vectors-commands.c:385 ../app/tools/gimpvectoroptions.c:199 #: ../app/tools/gimpvectortool.c:1945 ../app/vectors/gimpvectors.c:200 msgid "Stroke Path" -msgstr "Caminho Aclarar" +msgstr "Traçar caminho" #: ../app/actions/view-actions.c:67 -#, fuzzy msgid "_View" -msgstr "/_Visualizar" +msgstr "_Ver" #: ../app/actions/view-actions.c:68 -#, fuzzy msgid "_Zoom" -msgstr "Zoom:" +msgstr "_Zoom" #: ../app/actions/view-actions.c:69 -#, fuzzy msgid "_Padding Color" -msgstr "Cor Espaçamento Personalizado:" +msgstr "Cor de _enchimento" #: ../app/actions/view-actions.c:71 -#, fuzzy msgid "Move to Screen" -msgstr "/Mover para Ecrã..." +msgstr "Mover para o Ecrã..." #: ../app/actions/view-actions.c:76 -#, fuzzy msgid "Create another view on this image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Cria uma nova janela de vista desta imagem" #: ../app/actions/view-actions.c:81 -#, fuzzy msgid "_Close" -msgstr "Cópia" +msgstr "_Fechar" #: ../app/actions/view-actions.c:82 -#, fuzzy msgid "Close this image window" -msgstr "Janelas de Imagens" +msgstr "Fecha a janela desta imagem" #: ../app/actions/view-actions.c:87 -#, fuzzy msgid "_Fit Image in Window" -msgstr "Janelas de Imagens" +msgstr "Ajustar imagem na _janela" #: ../app/actions/view-actions.c:88 msgid "Adjust the zoom ratio so that the image becomes fully visible" msgstr "" +"Ajusta o factor de zoom de forma a que a imagem fique totalmente visível" #: ../app/actions/view-actions.c:93 -#, fuzzy msgid "Fi_ll Window" -msgstr "Dimensionar à Janela" +msgstr "Encher Jane_la" #: ../app/actions/view-actions.c:94 msgid "Adjust the zoom ratio so that the entire window is used" -msgstr "" +msgstr "Ajusta o factor de zoom de forma a que seja utilizada toda a janela" #: ../app/actions/view-actions.c:99 ../app/actions/view-actions.c:579 -#, fuzzy msgid "Re_vert Zoom" -msgstr "Reverter Imagem" +msgstr "Re_verter o Zoom" #: ../app/actions/view-actions.c:100 -#, fuzzy msgid "Restore the previous zoom level" -msgstr "Restaurar o último nível de zoom" +msgstr "Restaura o nível de zoom anterior" #: ../app/actions/view-actions.c:105 -#, fuzzy msgid "Na_vigation Window" -msgstr "/Visualizar/Janela de Na_vegação" +msgstr "Janela de Na_vegação" #: ../app/actions/view-actions.c:106 -#, fuzzy msgid "Show an overview window for this image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Apresenta uma miniatura de navegação da imagem" #: ../app/actions/view-actions.c:111 -#, fuzzy msgid "Display _Filters..." -msgstr "/Visualizar/_Filtros de Apresentação..." +msgstr "_Filtros de Apresentação..." #: ../app/actions/view-actions.c:112 -#, fuzzy msgid "Configure filters applied to this view" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Configura os filtros aplicados à vista desta janela" #: ../app/actions/view-actions.c:117 -#, fuzzy msgid "Shrink _Wrap" -msgstr "Encolher Envólucro" +msgstr "Encolher a _Janela" #: ../app/actions/view-actions.c:118 -#, fuzzy msgid "Reduce the image window to the size of the image display" -msgstr "Roda a camada ou selecção" +msgstr "Reduz o tamanho da janela para se ajustar às dimensões da imagem" #: ../app/actions/view-actions.c:132 -#, fuzzy msgid "_Dot for Dot" -msgstr "/Visualizar/_Ponto por Ponto" +msgstr "_Ponto por Ponto" #: ../app/actions/view-actions.c:133 msgid "A pixel on the screen represents an image pixel" -msgstr "" +msgstr "Um pixel no ecrã representa um pixel na imagem" #: ../app/actions/view-actions.c:139 -#, fuzzy msgid "Show _Selection" -msgstr "Mostrar S_elecção" +msgstr "Exibir _Selecção" #: ../app/actions/view-actions.c:140 -#, fuzzy msgid "Display the selection outline" -msgstr "Mover Selecção de Margens" +msgstr "Mostrar o contorno da Selecção" #: ../app/actions/view-actions.c:146 -#, fuzzy msgid "Show _Layer Boundary" msgstr "Mostrar _Limite de Camada" #: ../app/actions/view-actions.c:147 -#, fuzzy msgid "Draw a border around the active layer" -msgstr "Mover a camada activa" +msgstr "Desenha uma borda pontilhada na camada activa" #: ../app/actions/view-actions.c:153 -#, fuzzy msgid "Show _Guides" msgstr "Mostrar _Guias" #: ../app/actions/view-actions.c:154 -#, fuzzy msgid "Display the image's guides" -msgstr "Elevar a apresentação desta imagem" +msgstr "Mostrar as guias da imagem" #: ../app/actions/view-actions.c:160 -#, fuzzy msgid "S_how Grid" -msgstr "Mostrar Grel_ha" +msgstr "Exibir Gr_ade" #: ../app/actions/view-actions.c:161 -#, fuzzy msgid "Display the image's grid" -msgstr "Mostrar a grelha da imagem" +msgstr "Liga ou desliga a exibição da grade sobreposta à imagem" #: ../app/actions/view-actions.c:167 -#, fuzzy msgid "Show Sample Points" -msgstr "Mostrar S_elecção" +msgstr "Mostrar Pontos de Amostragem" #: ../app/actions/view-actions.c:168 -#, fuzzy msgid "Display the image's color sample points" -msgstr "Mostrar a grelha da imagem" +msgstr "Liga ou desliga a exibição dos pontos de amostragem de cores" #: ../app/actions/view-actions.c:174 -#, fuzzy msgid "Sn_ap to Guides" -msgstr "/Visualizar/Fi_xar aos Guias" +msgstr "Atr_acção às Guias" #: ../app/actions/view-actions.c:175 -#, fuzzy msgid "Tool operations snap to guides" -msgstr "Mover o Caminho Actual" +msgstr "Operações das Ferramentas são atraidas pelas guias" #: ../app/actions/view-actions.c:181 -#, fuzzy msgid "Sna_p to Grid" -msgstr "/Visualizar/Fixar à _Grelha" +msgstr "Atr_acção à Grade" #: ../app/actions/view-actions.c:182 -#, fuzzy msgid "Tool operations snap to the grid" -msgstr "Mover o Caminho Actual" +msgstr "Operações das Ferramentas são atraidas pelas grelhas" #: ../app/actions/view-actions.c:188 -#, fuzzy msgid "Snap to _Canvas Edges" -msgstr "/Visualizar/Fi_xar aos Guias" +msgstr "Auto-a_coplar às Margens da Tela" #: ../app/actions/view-actions.c:189 -#, fuzzy msgid "Tool operations snap to the canvas edges" -msgstr "Mover o Caminho Actual" +msgstr "Operações das Ferramentas são atraidas pelas margens da tela" #: ../app/actions/view-actions.c:195 -#, fuzzy msgid "Snap t_o Active Path" -msgstr "Transformar Caminho Activo" +msgstr "Acoplar a_o Caminho Activo" #: ../app/actions/view-actions.c:196 -#, fuzzy msgid "Tool operations snap to the active path" -msgstr "Mover o Caminho Actual" +msgstr "Operações das Ferramentas são atraidas pelo Caminho activo" #: ../app/actions/view-actions.c:202 -#, fuzzy msgid "Show _Menubar" msgstr "Mostrar Barra _Menus" #: ../app/actions/view-actions.c:203 -#, fuzzy msgid "Show this window's menubar" -msgstr "Mostrar Barra _Menus" +msgstr "Mostrar a Barra de menu desta Janela" #: ../app/actions/view-actions.c:209 -#, fuzzy msgid "Show R_ulers" -msgstr "Mostrar _Réguas" +msgstr "Exibir Rég_uas" #: ../app/actions/view-actions.c:210 -#, fuzzy msgid "Show this window's rulers" -msgstr "Mostrar _Barras Rolamento" +msgstr "Exibe as réguas desta janela" #: ../app/actions/view-actions.c:216 -#, fuzzy msgid "Show Scroll_bars" msgstr "Mostrar _Barras Rolamento" #: ../app/actions/view-actions.c:217 -#, fuzzy msgid "Show this window's scrollbars" -msgstr "Mostrar _Barras Rolamento" +msgstr "Mostrar a Barra de Rolamento desta Janela" #: ../app/actions/view-actions.c:223 -#, fuzzy msgid "Show S_tatusbar" msgstr "Mostrar Barra de Es_tado" #: ../app/actions/view-actions.c:224 -#, fuzzy msgid "Show this window's statusbar" -msgstr "Mostrar Dica_s ao Iniciar" +msgstr "Mostrar a Barra de Estado desta Janela" #: ../app/actions/view-actions.c:230 -#, fuzzy msgid "Fullscr_een" -msgstr "/Visualizar/Ecrã Co_mpleto" +msgstr "_Ecrã Completo" #: ../app/actions/view-actions.c:231 -#, fuzzy msgid "Toggle fullscreen view" -msgstr "Alternar vista ecrã inteiro" +msgstr "Activa/desactiva a exibição da imagem em ecrã inteiro" #: ../app/actions/view-actions.c:292 -#, fuzzy msgid "1_6:1 (1600%)" -msgstr "/Visualizar/Zoom/16:1 (1600%)" +msgstr "1_6:1 (1600%)" #: ../app/actions/view-actions.c:293 -#, fuzzy msgid "Zoom 16:1" -msgstr "Zoom 1:1" +msgstr "Zoom 16:1" #: ../app/actions/view-actions.c:298 -#, fuzzy msgid "_8:1 (800%)" -msgstr "/Visualizar/Zoom/8:1 (800%)" +msgstr "_8:1 (800%)" #: ../app/actions/view-actions.c:299 -#, fuzzy msgid "Zoom 8:1" -msgstr "Zoom 1:1" +msgstr "Zoom 8:1" #: ../app/actions/view-actions.c:304 -#, fuzzy msgid "_4:1 (400%)" -msgstr "/Visualizar/Zoom/4:1 (400%)" +msgstr "_4:1 (400%)" #: ../app/actions/view-actions.c:305 -#, fuzzy msgid "Zoom 4:1" -msgstr "Zoom 1:1" +msgstr "Zoom 4:1" #: ../app/actions/view-actions.c:310 -#, fuzzy msgid "_2:1 (200%)" -msgstr "/Visualizar/Zoom/2:1 (200%)" +msgstr "_2:1 (200%)" #: ../app/actions/view-actions.c:311 -#, fuzzy msgid "Zoom 2:1" -msgstr "Zoom 1:1" +msgstr "Zoom 2:1" #: ../app/actions/view-actions.c:316 -#, fuzzy msgid "_1:1 (100%)" -msgstr "/Visualizar/Zoom/1:1 (100%)" +msgstr "_1:1 (100%)" #: ../app/actions/view-actions.c:317 -#, fuzzy msgid "Zoom 1:1" msgstr "Zoom 1:1" #: ../app/actions/view-actions.c:322 -#, fuzzy msgid "1:_2 (50%)" -msgstr "/Visualizar/Zoom/1:2 (50%)" +msgstr "1:_2 (50%)" #: ../app/actions/view-actions.c:323 -#, fuzzy msgid "Zoom 1:2" -msgstr "Zoom 1:1" +msgstr "Zoom 1:2" #: ../app/actions/view-actions.c:328 -#, fuzzy msgid "1:_4 (25%)" -msgstr "/Visualizar/Zoom/1:4 (25%)" +msgstr "1:_4 (25%)" #: ../app/actions/view-actions.c:329 -#, fuzzy msgid "Zoom 1:4" -msgstr "Zoom 1:1" +msgstr "Zoom 1:4" #: ../app/actions/view-actions.c:334 -#, fuzzy msgid "1:_8 (12.5%)" -msgstr "/Visualizar/Zoom/1:8 (12,5%)" +msgstr "1:_8 (12.5%)" #: ../app/actions/view-actions.c:335 -#, fuzzy msgid "Zoom 1:8" -msgstr "Zoom 1:1" +msgstr "Zoom 1:8" #: ../app/actions/view-actions.c:340 -#, fuzzy msgid "1:1_6 (6.25%)" -msgstr "/Visualizar/Zoom/1:16 (6,25%)" +msgstr "1:1_6 (6.25%)" #: ../app/actions/view-actions.c:341 -#, fuzzy msgid "Zoom 1:16" -msgstr "Zoom 1:1" +msgstr "Zoom 1:16" #: ../app/actions/view-actions.c:346 -#, fuzzy msgid "Othe_r..." -msgstr "/Seleccionar/Di_fusão..." +msgstr "Out_ro..." #: ../app/actions/view-actions.c:347 msgid "Set a custom zoom factor" -msgstr "" +msgstr "Define um factor de zoom personalizado" #: ../app/actions/view-actions.c:355 -#, fuzzy msgid "From _Theme" -msgstr "/Do _Tema" +msgstr "Do _Tema" #: ../app/actions/view-actions.c:356 -#, fuzzy msgid "Use the current theme's background color" -msgstr "Definir Cor de Fundo" +msgstr "Usar a Cor de fundo do Tema actual" #: ../app/actions/view-actions.c:361 -#, fuzzy msgid "_Light Check Color" -msgstr "/_Verificação de Tons Suaves" +msgstr "_Padrão com cor clara" #: ../app/actions/view-actions.c:362 -#, fuzzy msgid "Use the light check color" -msgstr "Verificação de Tons Suaves" +msgstr "Usa um padrão de cor clara no fundo da janela" #: ../app/actions/view-actions.c:367 -#, fuzzy msgid "_Dark Check Color" -msgstr "/Verificação de Tons _Escuros" +msgstr "_Padrão com cor escura" #: ../app/actions/view-actions.c:368 -#, fuzzy msgid "Use the dark check color" -msgstr "Verificação de Tons Escuros" +msgstr "Usa um padrão de cor escura no fundo da janela" #: ../app/actions/view-actions.c:373 -#, fuzzy msgid "Select _Custom Color..." -msgstr "/Seleccionar _Cor Personalizada..." +msgstr "Seleccionar _Cor Personalizada..." #: ../app/actions/view-actions.c:374 -#, fuzzy msgid "Use an arbitrary color" -msgstr "Utilizar uma cor arbitrária" +msgstr "Use uma cor à sua escolha" #: ../app/actions/view-actions.c:379 -#, fuzzy msgid "As in _Preferences" -msgstr "/Como nas _Preferências" +msgstr "Como nas _Preferências" #: ../app/actions/view-actions.c:380 msgid "Reset padding color to what's configured in preferences" -msgstr "" +msgstr "Usa a cor de preenchimento definida nas preferências" #: ../app/actions/view-actions.c:571 -#, fuzzy, c-format +#, c-format msgid "Re_vert Zoom (%d%%)" -msgstr "_Zoom (%s)" +msgstr "Re_verter zoom (%d%%)" #: ../app/actions/view-actions.c:708 -#, fuzzy, c-format +#, c-format msgid "Othe_r (%s)..." -msgstr "Outro (%s) ..." +msgstr "Out_ro (%s)..." #: ../app/actions/view-actions.c:717 #, c-format @@ -4997,58 +4338,49 @@ msgstr "Definir Cor de Espaçamento Tela" #: ../app/actions/view-commands.c:615 -#, fuzzy msgid "Set Custom Canvas Padding Color" -msgstr "Definir Cor de Espaçamento Tela" +msgstr "Cor Personalizada para o Fundo da Janela" #: ../app/actions/window-actions.c:168 -#, fuzzy, c-format +#, c-format msgid "Screen %s" -msgstr "Ecrã" +msgstr "Ecrã %s" #: ../app/actions/window-actions.c:170 #, c-format msgid "Move this window to screen %s" -msgstr "" +msgstr "Move esta janela para o ecrã %s" #: ../app/actions/windows-actions.c:79 -#, fuzzy msgid "_Windows" -msgstr "Janelas de Imagens" +msgstr "_Janelas" #: ../app/actions/windows-actions.c:80 -#, fuzzy msgid "_Recently Closed Docks" -msgstr "Usados Recentemente" +msgstr "Acopladores Fechados _Recentemente" #: ../app/actions/windows-actions.c:81 -#, fuzzy msgid "_Dockable Dialogs" -msgstr "Desenhável" +msgstr "_Diálogos Acopláveis" #: ../app/actions/windows-actions.c:84 -#, fuzzy msgid "Tool_box" -msgstr "Caixa de Ferramentas" +msgstr "Cai_xa de ferramentas" #: ../app/actions/windows-actions.c:85 -#, fuzzy msgid "Raise the toolbox" -msgstr "Elevar a caixa de ferramentas" +msgstr "Elevar o nível da Caixa de ferramentas" #: ../app/base/base-enums.c:23 -#, fuzzy msgid "Smooth" msgstr "Uniforme" #: ../app/base/base-enums.c:24 -#, fuzzy msgid "Freehand" msgstr "Mão Livre" #: ../app/base/base-enums.c:55 ../app/base/base-enums.c:125 #: ../app/core/core-enums.c:1202 -#, fuzzy msgid "Value" msgstr "Valor" @@ -5071,7 +4403,6 @@ msgstr "Azul" #: ../app/base/base-enums.c:59 -#, fuzzy msgid "Alpha" msgstr "Alfa" @@ -5081,62 +4412,50 @@ msgstr "RGB" #: ../app/base/base-enums.c:111 -#, fuzzy msgid "Normal" msgstr "Normal" #: ../app/base/base-enums.c:112 -#, fuzzy msgid "Dissolve" msgstr "Dissolver" #: ../app/base/base-enums.c:113 -#, fuzzy msgid "Behind" msgstr "Atrás" #: ../app/base/base-enums.c:114 -#, fuzzy msgid "Multiply" msgstr "Multiplicar" #: ../app/base/base-enums.c:115 -#, fuzzy msgid "Screen" msgstr "Ecrã" #: ../app/base/base-enums.c:116 -#, fuzzy msgid "Overlay" msgstr "Sobrepor" #: ../app/base/base-enums.c:117 -#, fuzzy msgid "Difference" msgstr "Diferença" #: ../app/base/base-enums.c:118 -#, fuzzy msgid "Addition" msgstr "Adição" #: ../app/base/base-enums.c:120 -#, fuzzy msgid "Darken only" -msgstr "Somente Escurecer" +msgstr "Somente escurecer" #: ../app/base/base-enums.c:121 -#, fuzzy msgid "Lighten only" -msgstr "Somente Clarear" +msgstr "Somente clarear" #: ../app/base/base-enums.c:122 ../app/core/core-enums.c:1200 -#, fuzzy msgid "Hue" msgstr "Matiz" #: ../app/base/base-enums.c:123 ../app/core/core-enums.c:1201 -#, fuzzy msgid "Saturation" msgstr "Saturação" @@ -5145,59 +4464,48 @@ msgstr "Cor" #: ../app/base/base-enums.c:126 -#, fuzzy msgid "Divide" msgstr "Dividir" #: ../app/base/base-enums.c:127 -#, fuzzy msgid "Dodge" msgstr "Sub-Exposição" #: ../app/base/base-enums.c:128 -#, fuzzy msgid "Burn" msgstr "Super-Exposição" #: ../app/base/base-enums.c:129 -#, fuzzy msgid "Hard light" -msgstr "Luz Sólida" +msgstr "Luz forte" #: ../app/base/base-enums.c:130 -#, fuzzy msgid "Soft light" -msgstr "Luz Suave" +msgstr "Luz suave" #: ../app/base/base-enums.c:131 -#, fuzzy msgid "Grain extract" -msgstr "Extractor Grão" +msgstr "Extrair grão" #: ../app/base/base-enums.c:132 -#, fuzzy msgid "Grain merge" -msgstr "Misturar Grão" +msgstr "Fundir grão" #: ../app/base/base-enums.c:133 -#, fuzzy msgid "Color erase" -msgstr "Remover Cores" +msgstr "Apagar cor" #: ../app/base/base-enums.c:134 -#, fuzzy msgid "Erase" -msgstr "Borracha" +msgstr "Apagar" #: ../app/base/base-enums.c:135 -#, fuzzy msgid "Replace" -msgstr "Replicar" +msgstr "Substituir" #: ../app/base/base-enums.c:136 -#, fuzzy msgid "Anti erase" -msgstr "Anti Apagar %s" +msgstr "Anti-apagar" #: ../app/base/tile-swap.c:553 msgid "" @@ -5206,11 +4514,16 @@ "using different filenames, restart GIMP and check the location of the swap " "directory in your Preferences." msgstr "" +"Incapaz de abrir o ficheiro temporário. O GIMP ficou sem memória e não pode " +"usar o ficheiro temporário. Algumas partes da imagem podem estar " +"corrompidas. Tente salvar o seu trabalho usando diferentes nomes de " +"ficheiros, reinicie o GIMP e verifique a localização do directório " +"temporário (swap) nas Preferências." #: ../app/base/tile-swap.c:568 -#, fuzzy, c-format +#, c-format msgid "Failed to resize swap file: %s" -msgstr "Falha ao abrir o ficheiro: '%s': %s" +msgstr "Falhou a mudança do tamanho do ficheiro swap: %s" #: ../app/config/gimpconfig-file.c:68 ../app/core/gimpbrushgenerated-save.c:63 #: ../app/core/gimpcurve-save.c:53 ../app/core/gimpgradient-save.c:51 @@ -5223,12 +4536,12 @@ msgstr "Impossível abrir '%s' para escrita: %s" #: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102 -#, fuzzy, c-format +#, c-format msgid "Error writing '%s': %s" -msgstr "Erro ao escrever para '%s': %s" +msgstr "Erro ao escrever '%s': %s" #: ../app/config/gimpconfig-file.c:90 -#, fuzzy, c-format +#, c-format msgid "Error reading '%s': %s" msgstr "Erro ao ler '%s': %s" @@ -5238,8 +4551,8 @@ "There was an error parsing your '%s' file. Default values will be used. A " "backup of your configuration has been created at '%s'." msgstr "" -"Ocorreu um erro ao parsear o seu ficheiro '%s'. Serão utilizados valores por " -"omissão. Foi criada uma cópia de segurança da sua configuração em '%s'." +"Ocorreu um erro ao parsear o seu ficheiro '%s'. Serão utilizados os valores " +"predefinidos. Foi criada uma cópia de segurança da sua configuração em '%s'." #. Not all strings defined here are used in the user interface #. * (the preferences dialog mainly) and only those that are should @@ -5269,30 +4582,27 @@ #: ../app/config/gimprc-blurbs.h:33 msgid "How to handle embedded color profiles when opening a file." -msgstr "" +msgstr "Como tratar perfis de cor embutidos ao abrir um ficheiro." #: ../app/config/gimprc-blurbs.h:36 msgid "Ask for confirmation before closing an image without saving." msgstr "Pedir confirmação antes de fechar uma imagem sem a gravar." #: ../app/config/gimprc-blurbs.h:39 -#, fuzzy msgid "Sets the pixel format to use for mouse pointers." -msgstr "Defino o modo do cursor que o GIMP irá utilizar." +msgstr "Define o formato de pixel a usar nos ponteiros do rato." #: ../app/config/gimprc-blurbs.h:42 -#, fuzzy msgid "Sets the type of mouse pointers to use." -msgstr "Defino o modo do cursor que o GIMP irá utilizar." +msgstr "Define o tipo de Ponteiro que o GIMP irá utilizar." #: ../app/config/gimprc-blurbs.h:45 -#, fuzzy msgid "" "Context-dependent mouse pointers are helpful. They are enabled by default. " "However, they require overhead that you may want to do without." msgstr "" -"Cursores dependentes do contexto são engraçados. Estão activos por omissão. " -"No entanto, requerem processamento que poderá não querer desperdiçar." +"Ponteiros dependentes do contexto são úteis. Estão activos por predefinição, " +"no entanto requerem poder de processamento que poderá não querer dispensar." #: ../app/config/gimprc-blurbs.h:53 msgid "" @@ -5305,11 +4615,10 @@ #: ../app/config/gimprc-blurbs.h:75 msgid "This is the distance in pixels where Guide and Grid snapping activates." msgstr "" -"Esta é a distância em pixels na qual são activadas as anexações de Guia e " -"Grelha." +"Esta é a distância em pixeis para o ponteiro do rato se auto-acoplar às " +"Guias e à Grelha." #: ../app/config/gimprc-blurbs.h:79 -#, fuzzy msgid "" "Tools such as fuzzy-select and bucket fill find regions based on a seed-fill " "algorithm. The seed fill starts at the initially selected pixel and " @@ -5317,11 +4626,12 @@ "the original is greater than a specified threshold. This value represents " "the default threshold." msgstr "" -"Ferramentas tais como selecção mágica e enchimento de balde são baseadas num " -"algoritmo de enchimento-aleatório. O enchimento aleatório começa no pixel " -"inicialmente seleccionado e progride em todas as direcções até que a " -"diferença de intensidade de pixel em relação ao original seja maior que o " -"intervalo especificado. Este valor representa o intervalo por omissão." +"A selecção difusa e a ferramenta de Preenchimento são baseadas num algoritmo " +"de preenchimento a partir da semente. O que este algoritmo faz é: começando " +"no pixel inicial progride em todas as direcções até que a diferença de " +"intensidade dos pixeis para onde se propagou comparada com a do pixel " +"original seja maior que o limite especificado. Este valor representa o " +"limite de diferença predefinido." #: ../app/config/gimprc-blurbs.h:92 msgid "" @@ -5346,7 +4656,7 @@ #: ../app/config/gimprc-blurbs.h:132 msgid "When enabled, the selected pattern will be used for all tools." msgstr "" -"Quando activo, o padrão seleccionado será utilizado para todas as " +"Quando activa, a Textura seleccionado será utilizada para todas as " "ferramentas." #: ../app/config/gimprc-blurbs.h:146 @@ -5370,27 +4680,31 @@ "ficheiro ser aberto, caso contrário será mostrado com uma escala 1:1." #: ../app/config/gimprc-blurbs.h:164 -#, fuzzy -msgid "Install a private colormap; might be useful on 8-bit (256 colors) displays." -msgstr "Instala um mapa de cores privado; pode ser útil em visuais pseudocor." +msgid "" +"Install a private colormap; might be useful on 8-bit (256 colors) displays." +msgstr "" +"Instalar um mapa de cores pessoal; pode ser útil para ecrãs de 8-bit (256 " +"cores)." #: ../app/config/gimprc-blurbs.h:167 -msgid "Sets the level of interpolation used for scaling and other transformations." +msgid "" +"Sets the level of interpolation used for scaling and other transformations." msgstr "" -"Define o nível de interpolação utilizado para escalar w outras " +"Define o nível de interpolação utilizado para escalar e noutras " "transformações." #: ../app/config/gimprc-blurbs.h:174 msgid "How many recently opened image filenames to keep on the File menu." -msgstr "Quantos nomes de ficheiros recentemente abertos manter no menu Ficheiro." +msgstr "" +"Quantos nomes de ficheiros recentemente abertos manter no menu Ficheiro." #: ../app/config/gimprc-blurbs.h:177 msgid "" "Speed of marching ants in the selection outline. This value is in " "milliseconds (less time indicates faster marching)." msgstr "" -"Velocidade das formigas marchantes na selecção de contorno. Este valor está " -"em milisegundos (menos tempo significa marcha mais rápida)." +"Velocidade dos traços que compõem o contorno da selecção. Este valor está " +"em milissegundos (menos tempo significa marcha mais rápida)." #: ../app/config/gimprc-blurbs.h:181 msgid "" @@ -5401,20 +4715,16 @@ "imagem que utilizaria mais memória que o tamanho aqui especificado." #: ../app/config/gimprc-blurbs.h:185 -#, fuzzy msgid "When enabled, GIMP will show mnemonics in menus." -msgstr "" -"Quando activo, o GIMP utilizará uma janela de info diferente por vista de " -"imagem." +msgstr "Quando habilitado, o GIMP exibirá mnemônicos nos menus." #: ../app/config/gimprc-blurbs.h:188 -#, fuzzy msgid "" "Generally only a concern for 8-bit displays, this sets the minimum number of " "system colors allocated for GIMP." msgstr "" -"Normalmente apenas uma preocupação de ecrãs 8-bit, define o número mínimo de " -"cores de sistema alocadas para o GIMP." +"Em geral só há uma coisa a ter em atenção com ecrãs 8-bit: este limite " +"define o número mínimo de cores de sistema alocadas para o GIMP." #: ../app/config/gimprc-blurbs.h:198 msgid "" @@ -5422,6 +4732,9 @@ "forces the X server to be queried for both horizontal and vertical " "resolution information." msgstr "" +"Define a resolução horizontal do monitor em pontos por polegada. Se for " +"definido como 0, então força-se a pergunta ao servidor X para saber " +"informações sobre as resoluções horizontal e vertical." #: ../app/config/gimprc-blurbs.h:203 msgid "" @@ -5429,12 +4742,18 @@ "forces the X server to be queried for both horizontal and vertical " "resolution information." msgstr "" +"Define a resolução vertical do monitor em pontos por polegada. Se for " +"definido como 0, então força-se a pergunta ao servidor X para saber " +"informações sobre as resoluções horizontal e vertical." #: ../app/config/gimprc-blurbs.h:208 msgid "" "If enabled, the move tool sets the edited layer or path as active. This " "used to be the default behaviour in older versions." msgstr "" +"Quando activado, a ferramenta Mover ao mover um Caminho ou Camada torna-o(a) " +"a activa actual, caso contrário continua a ser o/a que estiver actualmente " +"activo(a). Este era o comportamento predefinido em versões anteriores." #: ../app/config/gimprc-blurbs.h:212 msgid "" @@ -5446,7 +4765,7 @@ #: ../app/config/gimprc-blurbs.h:216 msgid "Sets how many processors GIMP should try to use simultaneously." -msgstr "" +msgstr "Define quantos CPU's o GIMP deve tentar utilizar simultaneamente." #: ../app/config/gimprc-blurbs.h:229 msgid "" @@ -5473,53 +4792,56 @@ "funcionamento ao trabalhar com imagens grandes." #: ../app/config/gimprc-blurbs.h:250 -#, fuzzy msgid "" "Sets the preview size used for layers and channel previews in newly created " "dialogs." -msgstr "Define o tamanho por omissão da antevisão de camadas e canais." +msgstr "" +"Define o tamanho da pré-visualização de camadas e canais em diálogos recém-" +"criados." #: ../app/config/gimprc-blurbs.h:254 -#, fuzzy msgid "" "When enabled, the image window will automatically resize itself whenever the " "physical image size changes." msgstr "" -"Quando activo, a janela de imagem irá automaticamente redimensionar-se " +"Quando activo, a janela da imagem irá automaticamente redimensionar-se " "sempre que o tamanho físico da imagem seja alterado." #: ../app/config/gimprc-blurbs.h:258 -#, fuzzy msgid "" "When enabled, the image window will automatically resize itself when zooming " "into and out of images." msgstr "" "Quando activo, a janela de imagem irá automaticamente redimensionar-se " -"sempre que a aumentar ou diminuir zoom de imagens." +"sempre que a aumentar ou diminuir o zoom da vista das imagens." #: ../app/config/gimprc-blurbs.h:262 msgid "Let GIMP try to restore your last saved session on each startup." -msgstr "Deixar o GIMP tentar restaurar a sua última sessão gravada a cada arranque." +msgstr "" +"Deixar o GIMP tentar restaurar a sua última sessão gravada a cada arranque." #: ../app/config/gimprc-blurbs.h:265 -msgid "Remember the current tool, pattern, color, and brush across GIMP sessions." -msgstr "Recordar a ferramenta, padrão, cor e pincel actuais entre sessões GIMP." +msgid "" +"Remember the current tool, pattern, color, and brush across GIMP sessions." +msgstr "" +"Recordar a ferramenta, textura, cor e pincel actuais entre sessões GIMP." #: ../app/config/gimprc-blurbs.h:269 msgid "" "Keep a permanent record of all opened and saved files in the Recent " "Documents list." msgstr "" +"Mantém um registo permanente no histórico de documentos recentes de todos os " +"ficheiros que foram abertos e guardados." #: ../app/config/gimprc-blurbs.h:273 -#, fuzzy msgid "Save the positions and sizes of the main dialogs when GIMP exits." -msgstr "Gravar as posições e tamanhos dos diálogos principais ao sair do GIMP." +msgstr "" +"Guardar as posições e tamanhos dos diálogos principais ao sair do GIMP." #: ../app/config/gimprc-blurbs.h:276 -#, fuzzy msgid "Save the tool options when GIMP exits." -msgstr "Gravar atalhos de teclado alterados ao sair do GIMP." +msgstr "Guardar os atalhos de teclado alterados ao sair do GIMP." #: ../app/config/gimprc-blurbs.h:282 msgid "" @@ -5535,15 +4857,17 @@ "related help page. Without this button, the help page can still be reached " "by pressing F1." msgstr "" +"Quando activado, os diálogos mostraram uma botão de ajuda que dá acesso à " +"página de ajuda relacionada. Sem este botão, ainda se pode chegar à página " +"de ajuda premindo a tecla F1." #: ../app/config/gimprc-blurbs.h:291 -#, fuzzy msgid "" "When enabled, the mouse pointer will be shown over the image while using a " "paint tool." msgstr "" -"Quando activo, o GIMP não grvará uma imagem se esta estiver inalterada desde " -"a sua abertura." +"Quando activa, o Ponteiro do rato será mostrado sobre a imagem enquanto " +"estiver a usar uma ferramenta de pintura." #: ../app/config/gimprc-blurbs.h:295 msgid "" @@ -5610,24 +4934,23 @@ "o comando \"Ver->Mostrar Grelha\"." #: ../app/config/gimprc-blurbs.h:327 -#, fuzzy msgid "" "When enabled, the sample points are visible by default. This can also be " "toggled with the \"View->Show Sample Points\" command." msgstr "" -"Quando activo, torna as réguas visíveis por omissão. Pode também ser " -"alternado com o comando \"Ver->Mostrar Réguas\"." +"Quando activo, torna os pontos de amostragem por predefinição. Pode também " +"ser alternado com o comando \"Ver->Mostrar Pontos de Amostragem\"." #: ../app/config/gimprc-blurbs.h:331 msgid "Show a tooltip when the pointer hovers over an item." -msgstr "" +msgstr "Mostrar uma dica quando o ponteiro pairar sobre um item." #: ../app/config/gimprc-blurbs.h:334 msgid "What to do when the space bar is pressed in the image window." msgstr "" +"O que fazer quando a barra de espaço for pressionada na janela de imagem." #: ../app/config/gimprc-blurbs.h:337 -#, fuzzy msgid "" "Sets the swap file location. GIMP uses a tile based memory allocation " "scheme. The swap file is used to quickly and easily swap tiles out to disk " @@ -5641,8 +4964,8 @@ "rapidamente trocar blocos de e para o disco. Tenha em atenção que o ficheiro " "de swap pode ficar muito grande se o GIMP for utilizado com imagens muito " "grandes. O funcionamento pode também ficar horrivelmente lento se o ficheiro " -"de swap for criado num directório montado sobre NFS. Por estes motivos, " -"poderá ser desejável colocar o ficheiro de swap em \"/tmp\"." +"de swap for criado num directório montado num NFS. Por estes motivos, poderá " +"ser desejável colocar o ficheiro de swap em \"/tmp\"." #: ../app/config/gimprc-blurbs.h:346 msgid "When enabled, menus can be torn off." @@ -5654,6 +4977,10 @@ "transient to the active image window. Most window managers will keep the " "dock windows above the image window then, but it may also have other effects." msgstr "" +"Quando activado, as janelas acopláveis (a caixa de ferramentas e as paletas) " +"são configuradas para se sobreporem à janela da imagem activa. A maioria dos " +"gestores de janelas deixará as janelas acopláveis acima da janela de imagem. " +"Mas isso também pode ter outros efeitos." #: ../app/config/gimprc-blurbs.h:355 msgid "" @@ -5664,37 +4991,36 @@ "pressão de uma combinação de teclas quando um item de menu está realçado." #: ../app/config/gimprc-blurbs.h:359 -#, fuzzy msgid "Save changed keyboard shortcuts when GIMP exits." -msgstr "Gravar atalhos de teclado alterados ao sair do GIMP." +msgstr "Guardar atalhos de teclado alterados ao sair do GIMP." #: ../app/config/gimprc-blurbs.h:362 msgid "Restore saved keyboard shortcuts on each GIMP startup." msgstr "Repor atalhos de teclado gravados ao iniciar o GIMP." #: ../app/config/gimprc-blurbs.h:365 -#, fuzzy msgid "" "Sets the folder for temporary storage. Files will appear here during the " "course of running GIMP. Most files will disappear when GIMP exits, but some " "files are likely to remain, so it is best if this folder not be one that is " "shared by other users." msgstr "" -"Define o directório de armazenamento temporário. Irão aqui surgir ficheiros " +"Define o directório de armazenamento temporário. Irão surgir aqui ficheiros " "durante a execução do GIMP. A maioria dos ficheiros desaparecerá quando o " -"GIMP terminar mas alguns poderão permanecer, pelo que poderá ser melhor que " +"GIMP terminar, mas alguns poderão permanecer, pelo que poderá ser melhor que " "este directório não seja partilhado por outros utilizadores." #: ../app/config/gimprc-blurbs.h:377 -#, fuzzy msgid "Sets the size of the thumbnail shown in the Open dialog." -msgstr "Define o tamanho da antevisão no Histórico de Desfazer." +msgstr "Define o tamanho da miniatura apresentada no diálogo de Abrir imagens" #: ../app/config/gimprc-blurbs.h:380 msgid "" "The thumbnail in the Open dialog will be automatically updated if the file " "being previewed is smaller than the size set here." msgstr "" +"A miniatura no diálogo de Abrir Imagem será automaticamente actualizada se o " +"ficheiro a ser pré-visualizado for menor que o tamanho definido aqui." #: ../app/config/gimprc-blurbs.h:384 msgid "" @@ -5703,20 +5029,25 @@ "images that wouldn't fit into memory otherwise. If you have a lot of RAM, " "you may want to set this to a higher value." msgstr "" +"Quando a quantidade de dados de pixel exceder este limite, o GIMP começará a " +"usar o disco para guardar mosaicos temporários da imagem. Isso é muito mais " +"lento, mas torna possível trabalhar com imagens que não caberiam na memória " +"de outra forma. Se o seu sistema tiver bastante memória RAM, pode usar aqui " +"um valor mais alto ." #: ../app/config/gimprc-blurbs.h:390 -#, fuzzy msgid "Show the current foreground and background colors in the toolbox." -msgstr "Definir Cor de Fundo" +msgstr "Exibe as cores de 1º plano e de fundo na caixa de ferramentas." #: ../app/config/gimprc-blurbs.h:393 -#, fuzzy msgid "Show the currently selected brush, pattern and gradient in the toolbox." -msgstr "/Diálogos/Criar Nova Doca/_Pinceis, Texturas & Gradientes" +msgstr "" +"Apresenta o pincel, textura e gradiente actualmente seleccionados na caixa " +"de ferramentas." #: ../app/config/gimprc-blurbs.h:396 msgid "Show the currently active image in the toolbox." -msgstr "" +msgstr "Exibe a imagem activa na caixa de ferramentas" #: ../app/config/gimprc-blurbs.h:402 msgid "" @@ -5733,16 +5064,17 @@ #: ../app/config/gimprc-blurbs.h:409 msgid "Sets the size of the checkerboard used to display transparency." -msgstr "Define o tamanho da axadrezado utilizado para demonstrar transparência." +msgstr "" +"Define o tamanho do padrão axadrezado utilizado para representar a " +"transparência." #: ../app/config/gimprc-blurbs.h:412 -#, fuzzy msgid "" "When enabled, GIMP will not save an image if it has not been changed since " "it was opened." msgstr "" -"Quando activo, o GIMP não grvará uma imagem se esta estiver inalterada desde " -"a sua abertura." +"Quando activo, o GIMP não guardará uma imagem se esta não tiver sido " +"modificada desde que foi aberta." #: ../app/config/gimprc-blurbs.h:416 msgid "" @@ -5750,7 +5082,7 @@ "are kept available until the undo-size limit is reached." msgstr "" "Define o número mínimo de operações que podem ser desfeitas. Mais níveis de " -"regressão são mantidos disponíveus até que o limite de desfazer seja " +"regressão são mantidos disponíveis até que o limite de desfazer seja " "atingido." #: ../app/config/gimprc-blurbs.h:420 @@ -5803,44 +5135,36 @@ msgstr "Nenhum" #: ../app/core/core-enums.c:54 -#, fuzzy msgid "Floyd-Steinberg (normal)" -msgstr "Misturador de Cores Floyd-Steinberg (Normal) " +msgstr "Floyd-Steinberg (normal)" #: ../app/core/core-enums.c:55 -#, fuzzy msgid "Floyd-Steinberg (reduced color bleeding)" -msgstr "Misturador de Cores Floyd-Steinberg (Perda de Cores Reduzida)" +msgstr "Floyd-Steinberg (redução da mistura de cores)" #: ../app/core/core-enums.c:56 -#, fuzzy msgid "Positioned" -msgstr "Posição: %0.6f" +msgstr "Posicionada" #: ../app/core/core-enums.c:85 -#, fuzzy msgid "Generate optimum palette" -msgstr "Gerar Paleta Optimizada:" +msgstr "Gerar paleta optimizada" #: ../app/core/core-enums.c:86 -#, fuzzy msgid "Use web-optimized palette" -msgstr "Usar Paleta Optimizada para WWW" +msgstr "Usar paleta optimizada para a web" #: ../app/core/core-enums.c:87 -#, fuzzy msgid "Use black and white (1-bit) palette" -msgstr "Usar Paleta Preto e Branco (1 bit)" +msgstr "Usar paleta preto e branco (1 Bit)" #: ../app/core/core-enums.c:88 -#, fuzzy msgid "Use custom palette" -msgstr "Usar Paleta Personalizada:" +msgstr "Usar paleta personalizada" #: ../app/core/core-enums.c:211 -#, fuzzy msgid "First item" -msgstr "Dos Temas" +msgstr "Primeiro item" #: ../app/core/core-enums.c:213 ../app/dialogs/dialogs.c:198 #: ../app/tools/tools-enums.c:210 @@ -5848,32 +5172,26 @@ msgstr "Selecção" #: ../app/core/core-enums.c:214 -#, fuzzy msgid "Active layer" -msgstr "Filtros Activos" +msgstr "Camada Activa" #: ../app/core/core-enums.c:215 -#, fuzzy msgid "Active channel" -msgstr "Elevar Canal" +msgstr "Canal Activo" #: ../app/core/core-enums.c:216 -#, fuzzy msgid "Active path" -msgstr "Elevar Caminho" +msgstr "Caminho Activo" #: ../app/core/core-enums.c:247 -#, fuzzy msgid "Foreground color" -msgstr "Cor de _1º Plano" +msgstr "Cor de 1º plano" #: ../app/core/core-enums.c:248 -#, fuzzy msgid "Background color" -msgstr "Cor de _Fundo:" +msgstr "Cor de fundo" #: ../app/core/core-enums.c:249 -#, fuzzy msgid "White" msgstr "Branco" @@ -5883,112 +5201,90 @@ msgstr "Transparência" #: ../app/core/core-enums.c:251 ../app/core/core-enums.c:308 -#, fuzzy msgid "Pattern" -msgstr "Padrão" +msgstr "Textura" #: ../app/core/core-enums.c:279 -#, fuzzy msgid "Stroke line" -msgstr "Pincelar Canal" +msgstr "Traçar Linha" #: ../app/core/core-enums.c:280 -#, fuzzy msgid "Stroke with a paint tool" -msgstr "Pincelada Utilizando uma Ferramenta Pintura" +msgstr "Traçar usando uma um ferramenta de pintura" #: ../app/core/core-enums.c:307 -#, fuzzy msgid "Solid color" -msgstr "Editar Cor" +msgstr "Cor sólida" #: ../app/core/core-enums.c:336 -#, fuzzy msgid "Miter" msgstr "Reduzir" #: ../app/core/core-enums.c:337 ../app/core/core-enums.c:367 -#, fuzzy msgid "Round" msgstr "Arredondado" #: ../app/core/core-enums.c:338 -#, fuzzy msgid "Bevel" msgstr "Cinzelar" #: ../app/core/core-enums.c:366 -#, fuzzy msgid "Butt" msgstr "Alargar" #: ../app/core/core-enums.c:368 ../app/core/core-enums.c:443 -#, fuzzy msgid "Square" msgstr "Quadrado" #: ../app/core/core-enums.c:404 -#, fuzzy msgid "Custom" msgstr "Personalizado" #: ../app/core/core-enums.c:405 -#, fuzzy msgid "Line" msgstr "Linha" #: ../app/core/core-enums.c:406 -#, fuzzy msgid "Long dashes" -msgstr "Tracejado Longo" +msgstr "Tracejado longo" #: ../app/core/core-enums.c:407 -#, fuzzy msgid "Medium dashes" -msgstr "Tracejado Médio" +msgstr "Tracejado médio" #: ../app/core/core-enums.c:408 -#, fuzzy msgid "Short dashes" -msgstr "Tracejado Curto" +msgstr "Tracejado curto" #: ../app/core/core-enums.c:409 -#, fuzzy msgid "Sparse dots" -msgstr "Pontos Espaçados" +msgstr "Pontilhado espaçado" #: ../app/core/core-enums.c:410 -#, fuzzy msgid "Normal dots" -msgstr "Pontos Normais" +msgstr "Pontilhado normal" #: ../app/core/core-enums.c:411 -#, fuzzy msgid "Dense dots" -msgstr "Pontos Densos" +msgstr "Pontilhado denso" #: ../app/core/core-enums.c:412 -#, fuzzy msgid "Stipples" msgstr "Furos" #: ../app/core/core-enums.c:413 -#, fuzzy msgid "Dash, dot" -msgstr "Traço Ponto..." +msgstr "Traço, ponto" #: ../app/core/core-enums.c:414 -#, fuzzy msgid "Dash, dot, dot" -msgstr "Traço Ponto Ponto..." +msgstr "Traço, ponto, ponto" #: ../app/core/core-enums.c:442 -#, fuzzy msgid "Circle" msgstr "Círculo" #: ../app/core/core-enums.c:444 -#, fuzzy msgid "Diamond" msgstr "Diamante" @@ -6001,149 +5297,120 @@ msgstr "Vertical" #: ../app/core/core-enums.c:474 -#, fuzzy msgid "Unknown" msgstr "Desconhecido" #: ../app/core/core-enums.c:505 -#, fuzzy msgid "All layers" -msgstr "%d camadas" +msgstr "Todas as camadas" #: ../app/core/core-enums.c:506 -#, fuzzy msgid "Image-sized layers" -msgstr "Redimensionar Camada" +msgstr "Camadas do tamanho da imagem" #: ../app/core/core-enums.c:507 -#, fuzzy msgid "All visible layers" -msgstr "Mesclar Camadas Visíveis" +msgstr "Todas as Camadas Visíveis" #: ../app/core/core-enums.c:508 -#, fuzzy msgid "All linked layers" -msgstr "%d camadas" +msgstr "Todas as camadas ligadas" #: ../app/core/core-enums.c:572 -#, fuzzy msgid "Tiny" msgstr "Minúsculo" #: ../app/core/core-enums.c:573 -#, fuzzy msgid "Very small" -msgstr "Muito Pequeno" +msgstr "Muito pequeno" #: ../app/core/core-enums.c:574 -#, fuzzy msgid "Small" msgstr "Pequeno" #: ../app/core/core-enums.c:575 -#, fuzzy msgid "Medium" msgstr "Médio" #: ../app/core/core-enums.c:576 -#, fuzzy msgid "Large" msgstr "Grande" #: ../app/core/core-enums.c:577 -#, fuzzy msgid "Very large" -msgstr "Muito Grande" +msgstr "Muito grande" #: ../app/core/core-enums.c:578 -#, fuzzy msgid "Huge" msgstr "Enorme" #: ../app/core/core-enums.c:579 -#, fuzzy msgid "Enormous" msgstr "Enormíssimo" #: ../app/core/core-enums.c:580 -#, fuzzy msgid "Gigantic" msgstr "Gigantesco" #: ../app/core/core-enums.c:607 -#, fuzzy msgid "View as list" -msgstr "Visualizar como Lista" +msgstr "Ver como lista" #: ../app/core/core-enums.c:608 -#, fuzzy msgid "View as grid" -msgstr "Visualizar como Grelha" +msgstr "Ver como grade" #: ../app/core/core-enums.c:672 -#, fuzzy msgid "No thumbnails" -msgstr "Nenhuma Imagem Referência" +msgstr "Sem miniaturas" #: ../app/core/core-enums.c:673 -#, fuzzy msgid "Normal (128x128)" msgstr "Normal (128x128)" #: ../app/core/core-enums.c:674 -#, fuzzy msgid "Large (256x256)" msgstr "Grande (256x256)" #: ../app/core/core-enums.c:850 -#, fuzzy msgid "<>" msgstr "<>" #: ../app/core/core-enums.c:851 -#, fuzzy msgid "Scale image" -msgstr "Dimensionar Imagem" +msgstr "Mudar a escala da imagem" #: ../app/core/core-enums.c:852 -#, fuzzy msgid "Resize image" -msgstr "Redimensionar Imagem" +msgstr "Redimensionar a imagem" #: ../app/core/core-enums.c:853 -#, fuzzy msgid "Flip image" -msgstr "Virar Imagem" +msgstr "Revirar a imagem" #: ../app/core/core-enums.c:854 -#, fuzzy msgid "Rotate image" -msgstr "Rodar Imagem" +msgstr "Rodar a imagem" #: ../app/core/core-enums.c:855 -#, fuzzy msgid "Crop image" -msgstr "Cortar Imagem" +msgstr "Recortar imagem" #: ../app/core/core-enums.c:856 -#, fuzzy msgid "Convert image" -msgstr "Converter Imagem" +msgstr "Converter imagem" #: ../app/core/core-enums.c:857 -#, fuzzy msgid "Remove item" -msgstr "Renomear Item" +msgstr "Remover item" #: ../app/core/core-enums.c:858 -#, fuzzy msgid "Merge layers" -msgstr "Juntar Camadas" +msgstr "Fundir camadas" #: ../app/core/core-enums.c:859 -#, fuzzy msgid "Merge paths" -msgstr "Misturar Paleta" +msgstr "Combinar Caminhos" #: ../app/core/core-enums.c:861 ../app/core/core-enums.c:892 #: ../app/core/gimpimage-grid.c:58 ../app/dialogs/grid-dialog.c:152 @@ -6152,94 +5419,76 @@ msgstr "Grelha" #: ../app/core/core-enums.c:862 ../app/core/core-enums.c:894 -#, fuzzy msgid "Guide" msgstr "Guia" #: ../app/core/core-enums.c:863 ../app/core/core-enums.c:895 -#, fuzzy msgid "Sample Point" -msgstr "Dimensionar Imagem" +msgstr "Ponto de Amostragem" #: ../app/core/core-enums.c:864 ../app/core/core-enums.c:896 -#, fuzzy msgid "Layer/Channel" -msgstr "Baixar Canal" +msgstr "Camada/Canal" #: ../app/core/core-enums.c:865 ../app/core/core-enums.c:897 -#, fuzzy msgid "Layer/Channel modification" -msgstr "Canal para Selecção" +msgstr "Modificação de Camada/Canal" #: ../app/core/core-enums.c:866 ../app/core/core-enums.c:898 -#, fuzzy msgid "Selection mask" -msgstr "Máscara de Selecção" +msgstr "Máscara de seleção" #: ../app/core/core-enums.c:867 ../app/core/core-enums.c:901 -#, fuzzy msgid "Item visibility" -msgstr "Visibilidade Item" +msgstr "Visibilidade de item" #: ../app/core/core-enums.c:868 ../app/core/core-enums.c:902 -#, fuzzy msgid "Link/Unlink item" -msgstr "Item Ligado" +msgstr "Conectar/Desconectar item" #: ../app/core/core-enums.c:869 -#, fuzzy msgid "Item properties" -msgstr "Propriedades Item" +msgstr "Propriedades do item" #: ../app/core/core-enums.c:870 ../app/core/core-enums.c:900 -#, fuzzy msgid "Move item" -msgstr "Mover Item" +msgstr "Mover item" #: ../app/core/core-enums.c:871 -#, fuzzy msgid "Scale item" -msgstr "Dimensionar Imagem" +msgstr "Mudar escala do item" #: ../app/core/core-enums.c:872 -#, fuzzy msgid "Resize item" -msgstr "Redimensionar Imagem" +msgstr "Redimensionar item" #: ../app/core/core-enums.c:873 -#, fuzzy msgid "Add layer" msgstr "Adicionar Camada" #: ../app/core/core-enums.c:874 ../app/core/core-enums.c:911 -#, fuzzy msgid "Add layer mask" -msgstr "Adicionar Máscara de Camada" +msgstr "Adicionar máscara de camada" #: ../app/core/core-enums.c:875 ../app/core/core-enums.c:913 -#, fuzzy msgid "Apply layer mask" -msgstr "Aplicar Máscara de Camada" +msgstr "Aplicar máscara de camada" #: ../app/core/core-enums.c:876 ../app/core/core-enums.c:923 -#, fuzzy msgid "Floating selection to layer" -msgstr "Selecção Flutuante para Camada" +msgstr "Selecção flutuante para Camada" #: ../app/core/core-enums.c:877 -#, fuzzy msgid "Float selection" -msgstr "Selecção Flutuante" +msgstr "Flutuar selecção" #: ../app/core/core-enums.c:878 -#, fuzzy msgid "Anchor floating selection" -msgstr "Ancorar Selecção Flutuante" +msgstr "Ancorar selecção flutuante" #: ../app/core/core-enums.c:879 -#, fuzzy msgid "Remove floating selection" -msgstr "Selecção Flutuante" +msgstr "Remover selecção flutuante" #: ../app/core/core-enums.c:880 ../app/core/gimp-edit.c:262 msgid "Paste" @@ -6249,7 +5498,7 @@ msgid "Cut" msgstr "Cortar" -#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:160 +#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:161 #: ../app/widgets/widgets-enums.c:265 msgid "Text" msgstr "Texto" @@ -6265,143 +5514,116 @@ msgstr "Pintar" #: ../app/core/core-enums.c:885 ../app/core/core-enums.c:930 -#, fuzzy msgid "Attach parasite" -msgstr "Anexar Informações Anexas" +msgstr "Anexar Informação" #: ../app/core/core-enums.c:886 ../app/core/core-enums.c:931 -#, fuzzy msgid "Remove parasite" -msgstr "Remover Informações Anexas" +msgstr "Remover Informação" #: ../app/core/core-enums.c:887 -#, fuzzy msgid "Import paths" -msgstr "Importar Caminhos" +msgstr "Importar caminhos" #: ../app/core/core-enums.c:888 ../app/pdb/drawable-cmds.c:885 msgid "Plug-In" msgstr "Plug-In" #: ../app/core/core-enums.c:889 -#, fuzzy msgid "Image type" -msgstr "Tipo de Imagem" +msgstr "Tipo de imagem" #: ../app/core/core-enums.c:890 -#, fuzzy msgid "Image size" msgstr "Tamanho da Imagem" #: ../app/core/core-enums.c:891 -#, fuzzy msgid "Image resolution change" -msgstr "Alteração de Resolução" +msgstr "Alteração da resolução da imagem" #: ../app/core/core-enums.c:893 -#, fuzzy msgid "Change indexed palette" -msgstr "Alterar Paleta Indexada" +msgstr "Alterar paleta indexada" #: ../app/core/core-enums.c:899 -#, fuzzy msgid "Rename item" -msgstr "Renomear Item" +msgstr "Renomear item" #: ../app/core/core-enums.c:903 -#, fuzzy msgid "New layer" -msgstr "Nova Camada" +msgstr "Nova camada" #: ../app/core/core-enums.c:904 -#, fuzzy msgid "Delete layer" -msgstr "Remover Camada" +msgstr "Remover camada" #: ../app/core/core-enums.c:905 -#, fuzzy msgid "Reposition layer" -msgstr "Reposicionar Camada" +msgstr "Reposicionar camada" #: ../app/core/core-enums.c:906 -#, fuzzy msgid "Set layer mode" -msgstr "Definir Modo da Camada" +msgstr "Definir modo da camada" #: ../app/core/core-enums.c:907 -#, fuzzy msgid "Set layer opacity" -msgstr "Definir Opacidade Camada" +msgstr "Definir opacidade da camada" #: ../app/core/core-enums.c:908 -#, fuzzy msgid "Lock/Unlock alpha channel" -msgstr "Canal _Alfa da Camada" +msgstr "Trancar/destrancar o canal alfa" #: ../app/core/core-enums.c:909 -#, fuzzy msgid "Text layer" -msgstr "Camada Texto" +msgstr "Camada de texto" #: ../app/core/core-enums.c:910 -#, fuzzy msgid "Text layer modification" -msgstr "Definir Modo da Camada" +msgstr "Modificação em camada de texto" #: ../app/core/core-enums.c:912 -#, fuzzy msgid "Delete layer mask" -msgstr "Remover Máscara de Camada" +msgstr "Remover máscara da camada" #: ../app/core/core-enums.c:914 -#, fuzzy msgid "Show layer mask" -msgstr "Mover Máscara de Camada" +msgstr "Exibir máscara de camada" #: ../app/core/core-enums.c:915 -#, fuzzy msgid "New channel" msgstr "Novo canal" #: ../app/core/core-enums.c:916 -#, fuzzy msgid "Delete channel" -msgstr "Remover Canal" +msgstr "Remover canal" #: ../app/core/core-enums.c:917 -#, fuzzy msgid "Reposition channel" -msgstr "Canal reposição" +msgstr "Reposicionar canal" #: ../app/core/core-enums.c:918 -#, fuzzy msgid "Channel color" -msgstr "Cor de Canal" +msgstr "Cor do canal" #: ../app/core/core-enums.c:919 -#, fuzzy msgid "New path" msgstr "Novo Caminho" #: ../app/core/core-enums.c:921 -#, fuzzy msgid "Path modification" -msgstr "Caminho para Selecção" +msgstr "Modificação de caminho" #: ../app/core/core-enums.c:922 -#, fuzzy msgid "Reposition path" -msgstr "Reposicionar Camada" +msgstr "Reposicionar caminho" #: ../app/core/core-enums.c:924 -#, fuzzy msgid "Rigor floating selection" -msgstr "Selecção Flutuante" +msgstr "Enrigecer seleção flutuante" #: ../app/core/core-enums.c:925 -#, fuzzy msgid "Relax floating selection" -msgstr "Selecção Flutuante" +msgstr "Relaxar a seleção flutuante" #: ../app/core/core-enums.c:928 ../app/paint/gimpink.c:95 #: ../app/tools/gimpinktool.c:55 @@ -6409,68 +5631,59 @@ msgstr "Tinta" #: ../app/core/core-enums.c:929 -#, fuzzy msgid "Select foreground" msgstr "Definir Cor de 1º Plano" #: ../app/core/core-enums.c:932 msgid "Not undoable" -msgstr "" +msgstr "Impossível de desfazer" #: ../app/core/core-enums.c:1196 -#, fuzzy msgid "Composite" -msgstr "Compositor" +msgstr "Compósito" #: ../app/core/core-enums.c:1230 -#, fuzzy msgid "Message" -msgstr "Mensagem %s" +msgstr "Mensagem" #: ../app/core/core-enums.c:1231 -#, fuzzy msgid "Warning" -msgstr "[ Aviso ]" +msgstr "Aviso" #: ../app/core/core-enums.c:1232 -#, fuzzy msgid "Error" -msgstr "Erros" +msgstr "Erro" #: ../app/core/core-enums.c:1260 -#, fuzzy msgid "Ask what to do" msgstr "Perguntar o que fazer" #: ../app/core/core-enums.c:1261 msgid "Keep embedded profile" -msgstr "" +msgstr "Manter o perfil embutido" #: ../app/core/core-enums.c:1262 -#, fuzzy msgid "Convert to RGB workspace" -msgstr "Converter Imagem em Escala Cinza" +msgstr "Converte para espaço de trabalho RGB" #: ../app/core/gimp-contexts.c:155 ../app/core/gimptooloptions.c:231 #: ../app/gui/session.c:307 ../app/menus/menus.c:433 #: ../app/widgets/gimpdevices.c:258 -#, fuzzy, c-format +#, c-format msgid "Deleting \"%s\" failed: %s" -msgstr "Falha ao abrir '%s': %s" +msgstr "A remoção de '%s' falhou: %s" #: ../app/core/gimp-edit.c:190 ../app/core/gimp-edit.c:326 msgid "Pasted Layer" msgstr "Camada colada" #: ../app/core/gimp-edit.c:464 -#, fuzzy msgid "Fill with Foreground Color" -msgstr "Editar Cor de 1º Plano" +msgstr "Preencher com a cor de 1º plano" #: ../app/core/gimp-edit.c:468 -#, fuzzy msgid "Fill with Background Color" -msgstr "Editar Cor de Fundo" +msgstr "Preencher com a Cor de Fundo" #: ../app/core/gimp-edit.c:472 msgid "Fill with White" @@ -6482,16 +5695,15 @@ #: ../app/core/gimp-edit.c:480 msgid "Fill with Pattern" -msgstr "Preencher com Padrão" +msgstr "Preencher com Textura" #: ../app/core/gimp-edit.c:573 -#, fuzzy msgid "Global Buffer" -msgstr "Buffers" +msgstr "Buffer global" #: ../app/core/gimp-gradients.c:61 msgid "FG to BG (RGB)" -msgstr "Frente para Fundo (RGB) " +msgstr "Frente para Fundo (RGB)" #: ../app/core/gimp-gradients.c:66 msgid "FG to BG (HSV counter-clockwise)" @@ -6511,6 +5723,8 @@ "It seems you have used GIMP %s before. GIMP will now migrate your user " "settings to '%s'." msgstr "" +"Parece que você já usou o GIMP %s antes. O GIMP irá migrar suas " +"configurações de utilizador para '%s'." #: ../app/core/gimp-user-install.c:158 #, c-format @@ -6518,6 +5732,8 @@ "It appears that you are using GIMP for the first time. GIMP will now create " "a folder named '%s' and copy some files to it." msgstr "" +"Aparentemente você está a usar o GIMP pela primeira vez. O GIMP irá criar " +"agora uma pasta chamada '%s' e guardar alguns ficheiros nela." #: ../app/core/gimp-user-install.c:309 #, c-format @@ -6535,9 +5751,8 @@ msgstr "Incapaz de criar pasta '%s': %s" #: ../app/core/gimp.c:543 -#, fuzzy msgid "Initialization" -msgstr "Rácio de Escala Inicial:" +msgstr "Inicialização" #. register all internal procedures #: ../app/core/gimp.c:618 @@ -6569,25 +5784,19 @@ msgstr "Incapaz de ler %d bytes de '%s': %s" #: ../app/core/gimpbrush-load.c:197 -#, fuzzy, c-format +#, c-format msgid "Fatal parse error in brush file '%s': Width = 0." -msgstr "" -"Erro fatal de parseamento no ficheiro de pincel '%s': Profundidade %d " -"desconhecida." +msgstr "Erro fatal de parseamento no ficheiro de pincel '%s': largura = 0." #: ../app/core/gimpbrush-load.c:206 -#, fuzzy, c-format +#, c-format msgid "Fatal parse error in brush file '%s': Height = 0." -msgstr "" -"Erro fatal de parseamento no ficheiro de pincel '%s': Ficheiro está " -"corrompido." +msgstr "Erro fatal de parseamento no ficheiro de pincel '%s': Altura=0." #: ../app/core/gimpbrush-load.c:215 -#, fuzzy, c-format +#, c-format msgid "Fatal parse error in brush file '%s': Bytes = 0." -msgstr "" -"Erro fatal de parseamento no ficheiro de pincel '%s': Ficheiro está " -"corrompido." +msgstr "Erro fatal de parseamento no ficheiro de pincel '%s': bytes=0." #: ../app/core/gimpbrush-load.c:239 #, c-format @@ -6599,7 +5808,8 @@ #: ../app/core/gimpbrush-load.c:252 #, c-format msgid "Fatal parse error in brush file '%s': Unknown version %d." -msgstr "Erro fatal de parseamento no ficheiro de pincel '%s': Versão %d desconhecida." +msgstr "" +"Erro fatal de parseamento no ficheiro de pincel '%s': Versão %d desconhecida." #: ../app/core/gimpbrush-load.c:268 ../app/core/gimpbrush-load.c:388 #: ../app/core/gimpbrush-load.c:720 @@ -6633,16 +5843,19 @@ "Pinceis GIMP têm de ser CINZENTOS ou RGBA." #: ../app/core/gimpbrush-load.c:448 -#, fuzzy, c-format -msgid "Fatal parse error in brush file '%s': unable to decode abr format version %d." -msgstr "Erro fatal de parseamento no ficheiro de pincel '%s': Versão %d desconhecida." +#, c-format +msgid "" +"Fatal parse error in brush file '%s': unable to decode abr format version %d." +msgstr "" +"Erro fatal de parseamento no ficheiro de pincel '%s': incapaz de " +"descodificar formato abr versão %d." #: ../app/core/gimpbrush-load.c:615 -#, fuzzy, c-format +#, c-format msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." msgstr "" -"Erro fatal de parseamento no ficheiro de pincel '%s': Ficheiro parece " -"truncado." +"Erro fatal de parseamento no ficheiro de pincel '%s': pincel largos não são " +"suportados." #: ../app/core/gimpbrushgenerated-load.c:87 #, c-format @@ -6652,33 +5865,35 @@ "pincel GIMP." #: ../app/core/gimpbrushgenerated-load.c:104 -#, fuzzy, c-format -msgid "Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." +#, c-format +msgid "" +"Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." msgstr "" -"Erro fatal de parseamento no ficheiro de pincel '%s': Versão de pincel GIMP " -"desconhecida." +"Erro fatal de parseamento no ficheiro de pincel '%s': versão de pincel GIMP " +"desconhecido na linha %d." #: ../app/core/gimpbrushgenerated-load.c:150 -#, fuzzy, c-format -msgid "Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." +#, c-format +msgid "" +"Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." msgstr "" -"Erro fatal de parseamento no ficheiro de pincel '%s': Versão de pincel GIMP " -"desconhecida." +"Erro fatal de parseamento no ficheiro de pincel '%s': forma de pincel GIMP " +"desconhecida na linha %d." #: ../app/core/gimpbrushgenerated-load.c:226 -#, fuzzy, c-format +#, c-format msgid "Line %d: %s" -msgstr "Largura Camada:" +msgstr "Linha %d: %s" #: ../app/core/gimpbrushgenerated-load.c:228 #, c-format msgid "File is truncated in line %d" -msgstr "" +msgstr "O ficheiro está truncado na linha %d" #: ../app/core/gimpbrushgenerated-load.c:231 -#, fuzzy, c-format +#, c-format msgid "Error while reading brush file '%s': %s" -msgstr "Erro ao ler '%s': %s" +msgstr "Erro ao ler o ficheiro de pincel '%s': %s" #: ../app/core/gimpbrushpipe-load.c:113 ../app/core/gimpbrushpipe-load.c:133 #: ../app/core/gimpbrushpipe-load.c:223 @@ -6689,22 +5904,19 @@ "corrompido." #: ../app/core/gimpchannel-select.c:60 -#, fuzzy msgctxt "command" msgid "Rectangle Select" -msgstr "Selecção Rectangular" +msgstr "Selecção rectangular" #: ../app/core/gimpchannel-select.c:111 -#, fuzzy msgctxt "command" msgid "Ellipse Select" -msgstr "Selecção Elíptica" +msgstr "Selecção elíptica" #: ../app/core/gimpchannel-select.c:165 -#, fuzzy msgctxt "command" msgid "Rounded Rectangle Select" -msgstr "Selecção Rectangular" +msgstr "Selecção de rectângulo arredondado" #: ../app/core/gimpchannel-select.c:434 msgid "Alpha to Selection" @@ -6716,14 +5928,12 @@ msgstr "Canal %s para Selecção" #: ../app/core/gimpchannel-select.c:520 ../app/tools/gimpfuzzyselecttool.c:80 -#, fuzzy msgctxt "command" msgid "Fuzzy Select" -msgstr "Selecção Mágica" +msgstr "Selecção Contígua" #: ../app/core/gimpchannel-select.c:567 #: ../app/tools/gimpbycolorselecttool.c:82 -#, fuzzy msgctxt "command" msgid "Select by Color" msgstr "Seleccionar por Cor" @@ -6756,13 +5966,13 @@ msgid "Rotate Channel" msgstr "Rodar Canal" -#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:843 +#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" -msgstr "Canal Transformação" +msgstr "Transformar Canal" #: ../app/core/gimpchannel.c:265 msgid "Stroke Channel" -msgstr "Pincelar Canal" +msgstr "Traçar Canal" #: ../app/core/gimpchannel.c:286 msgid "Feather Channel" @@ -6799,7 +6009,7 @@ #: ../app/core/gimpchannel.c:710 #, c-format msgid "Cannot stroke empty channel." -msgstr "Incapaz de pincelar canal vazio." +msgstr "Não pode traçar num Canal vazio que não tem conteúdo." #: ../app/core/gimpchannel.c:1631 msgid "Set Channel Color" @@ -6820,13 +6030,14 @@ #: ../app/core/gimpdatafactory.c:415 ../app/core/gimpdatafactory.c:575 #: ../app/core/gimpdatafactory.c:595 -#, fuzzy, c-format +#, c-format msgid "" "Failed to save data:\n" "\n" "%s" msgstr "" -"Aviso: Falha ao gravar dados:\n" +"Falha ao guardar dados:\n" +"\n" "%s" #: ../app/core/gimpdatafactory.c:494 ../app/core/gimpdatafactory.c:497 @@ -6841,16 +6052,17 @@ #: ../app/core/gimpdatafactory.c:576 msgid "You don't have a writable data folder configured." -msgstr "" +msgstr "Não existe uma pasta configurada para guardar dados." #: ../app/core/gimpdatafactory.c:751 -#, fuzzy, c-format +#, c-format msgid "" "Failed to load data:\n" "\n" "%s" msgstr "" -"Aviso: Falha ao carregar dados:\n" +"Falha ao carregar os dados:\n" +"\n" "%s" #: ../app/core/gimpdrawable-blend.c:245 ../app/tools/gimpblendtool.c:107 @@ -6858,9 +6070,8 @@ msgstr "Misturar" #: ../app/core/gimpdrawable-brightness-contrast.c:76 -#, fuzzy msgid "Brightness_Contrast" -msgstr "Brilho e Contraste" +msgstr "Brilho e _Contraste" #: ../app/core/gimpdrawable-brightness-contrast.c:87 #: ../app/tools/gimpbrightnesscontrasttool.c:111 @@ -6870,13 +6081,13 @@ #: ../app/core/gimpdrawable-bucket-fill.c:91 #, c-format msgid "No patterns available for this operation." -msgstr "Não há texturas disponíveis para esta operação." +msgstr "" +"Não há texturas disponíveis para que esta operação poder ser efectuada." #: ../app/core/gimpdrawable-bucket-fill.c:286 -#, fuzzy msgctxt "command" msgid "Bucket Fill" -msgstr "Preenchimento" +msgstr "Preencher" #: ../app/core/gimpdrawable-color-balance.c:80 #: ../app/core/gimpdrawable-color-balance.c:90 @@ -6905,9 +6116,8 @@ msgstr "Equalizar" #: ../app/core/gimpdrawable-foreground-extract.c:138 -#, fuzzy msgid "Foreground Extraction" -msgstr "Cor de _1º Plano" +msgstr "Extrair 1º Plano" #: ../app/core/gimpdrawable-hue-saturation.c:78 #: ../app/tools/gimphuesaturationtool.c:102 @@ -6915,9 +6125,8 @@ msgstr "Saturação de Matiz" #: ../app/core/gimpdrawable-hue-saturation.c:88 -#, fuzzy msgid "Hue_Saturation" -msgstr "Saturação de Matiz" +msgstr "Matiz e _Saturação" #: ../app/core/gimpdrawable-invert.c:60 ../app/core/gimpdrawable-invert.c:68 msgid "Invert" @@ -6939,39 +6148,37 @@ #: ../app/core/gimpdrawable-stroke.c:324 msgid "Render Stroke" -msgstr "Renderizar Pincelada" +msgstr "Renderizar o Traçado" #: ../app/core/gimpdrawable-threshold.c:71 #: ../app/core/gimpdrawable-threshold.c:82 ../app/tools/gimpthresholdtool.c:90 msgid "Threshold" msgstr "Limite" -#: ../app/core/gimpdrawable-transform.c:629 ../app/tools/gimpfliptool.c:116 -#, fuzzy +#: ../app/core/gimpdrawable-transform.c:645 ../app/tools/gimpfliptool.c:116 msgctxt "command" msgid "Flip" -msgstr "Virar" +msgstr "Revirar" -#: ../app/core/gimpdrawable-transform.c:716 ../app/tools/gimprotatetool.c:121 -#, fuzzy +#: ../app/core/gimpdrawable-transform.c:745 ../app/tools/gimprotatetool.c:121 msgctxt "command" msgid "Rotate" msgstr "Rodar" -#: ../app/core/gimpdrawable-transform.c:841 ../app/core/gimplayer.c:255 +#: ../app/core/gimpdrawable-transform.c:884 ../app/core/gimplayer.c:255 msgid "Transform Layer" -msgstr "Camada Transformação" +msgstr "Transformar Camada" -#: ../app/core/gimpdrawable-transform.c:856 +#: ../app/core/gimpdrawable-transform.c:899 msgid "Transformation" msgstr "Transformação" #: ../app/core/gimpgradient-load.c:71 ../app/core/gimpgradient-load.c:96 #: ../app/core/gimpgradient-load.c:117 ../app/core/gimpgradient-load.c:168 -#, fuzzy, c-format +#, c-format msgid "Fatal parse error in gradient file '%s': Read error in line %d." msgstr "" -"Erro fatal de parseamento no ficheiro de paleta '%s': Erro de leitura na " +"Erro fatal de parseamento no ficheiro de gradiente '%s': Erro de leitura na " "linha %d." #: ../app/core/gimpgradient-load.c:81 @@ -6987,33 +6194,35 @@ msgstr "Expressão UTF-8 inválida no ficheiro de gradiente '%s'." #: ../app/core/gimpgradient-load.c:136 -#, fuzzy, c-format +#, c-format msgid "Fatal parse error in gradient file '%s': File is corrupt in line %d." msgstr "" -"Erro fatal de parseamento no ficheiro de gradiente '%s': Ficheiro está " -"corrompido." +"Erro fatal de parseamento no ficheiro de gradiente '%s': Ficheiro corrompido " +"na linha %d." #: ../app/core/gimpgradient-load.c:218 ../app/core/gimpgradient-load.c:229 -#, fuzzy, c-format +#, c-format msgid "Fatal parse error in gradient file '%s': Corrupt segment %d in line %d." msgstr "" -"Erro fatal de parseamento no ficheiro de gradiente '%s': Não é um ficheiro " -"de gradiente GIMP." +"Erro fatal no parseamento do ficheiro de gradiente '%s': O segmento %d " +"corrompido na linha %d." #: ../app/core/gimpgradient-load.c:241 ../app/core/gimpgradient-load.c:255 #, c-format msgid "Gradient file '%s' is corrupt: Segments do not span the range 0-1." msgstr "" +"Ficheiro de gradiente '%s' está corrompido: Os segmentos não se estendem " +"dentro da faixa 0-1." #: ../app/core/gimpgradient-load.c:334 -#, fuzzy, c-format +#, c-format msgid "No linear gradients found in '%s'" -msgstr "Nenhum caminho encontrado em '%s'" +msgstr "Nenhum gradiente linear encontrado em '%s'" #: ../app/core/gimpgradient-load.c:344 -#, fuzzy, c-format +#, c-format msgid "Failed to import gradients from '%s': %s" -msgstr "Falha ao importar caminhos de '%s': %s" +msgstr "Falha ao importar gradiente a partir de '%s': %s" #: ../app/core/gimpgrid.c:84 msgid "Line style used for the grid." @@ -7021,13 +6230,14 @@ #: ../app/core/gimpgrid.c:90 msgid "The foreground color of the grid." -msgstr "A cor de 1º plano para a grelha." +msgstr "A cor de 1º plano da Grelha." #: ../app/core/gimpgrid.c:95 -msgid "The background color of the grid; only used in double dashed line style." +msgid "" +"The background color of the grid; only used in double dashed line style." msgstr "" -"A cor de fundo da grelha; apenas utilizada no estilo de linha duplo " -"tracejado." +"A cor de fundo da grelha; apenas utilizada no estilo de linha tracejado " +"duplo." #: ../app/core/gimpgrid.c:101 msgid "Horizontal spacing of grid lines." @@ -7038,7 +6248,8 @@ msgstr "Espaçamento vertical de linhas de grelha." #: ../app/core/gimpgrid.c:115 -msgid "Horizontal offset of the first grid line; this may be a negative number." +msgid "" +"Horizontal offset of the first grid line; this may be a negative number." msgstr "" "Deslocamento horizontal da primeira linha da grelha; poderá ser um número " "negativo." @@ -7054,24 +6265,21 @@ msgstr "Alinhar Objectos" #: ../app/core/gimpimage-colormap.c:63 -#, fuzzy msgid "Set Colormap" -msgstr "Mapa Cores" +msgstr "Definir Mapa de Cores" #: ../app/core/gimpimage-colormap.c:118 -#, fuzzy msgid "Change Colormap entry" -msgstr "Alterar Unidade Imagem" +msgstr "Permite alterar itens do mapa de cores" #: ../app/core/gimpimage-colormap.c:138 -#, fuzzy msgid "Add Color to Colormap" -msgstr "/_Adicionar Cor de 1º Plano" +msgstr "Adicionar Cor ao Mapa de Cores" #: ../app/core/gimpimage-convert.c:792 -#, fuzzy, c-format +#, c-format msgid "Cannot convert image: palette is empty." -msgstr "Incapaz de converter para uma paleta com mais de 256 cores." +msgstr "Não é possível converter imagem: a paleta está vazia." #: ../app/core/gimpimage-convert.c:806 msgid "Convert Image to RGB" @@ -7086,20 +6294,17 @@ msgstr "Converter Imagem em Indexada" #: ../app/core/gimpimage-convert.c:896 -#, fuzzy msgid "Converting to indexed colors (stage 2)" -msgstr "Converter Imagem em Indexada" +msgstr "A converter em cores indexadas (fase 2)" #: ../app/core/gimpimage-convert.c:941 -#, fuzzy msgid "Converting to indexed colors (stage 3)" -msgstr "Converter Imagem em Indexada" +msgstr "A converter em cores indexadas (fase 3)" #: ../app/core/gimpimage-crop.c:130 -#, fuzzy msgctxt "command" msgid "Crop Image" -msgstr "Cortar Imagem" +msgstr "Recortar Imagem" #: ../app/core/gimpimage-crop.c:133 ../app/core/gimpimage-resize.c:90 msgid "Resize Image" @@ -7122,28 +6327,24 @@ msgstr "Mover Guia" #: ../app/core/gimpimage-item-list.c:53 -#, fuzzy msgid "Translate Items" -msgstr "Traduzido por" +msgstr "Transladar itens" #: ../app/core/gimpimage-item-list.c:80 -#, fuzzy msgid "Flip Items" -msgstr "Virar Caminho" +msgstr "Revirar ítens" #: ../app/core/gimpimage-item-list.c:107 -#, fuzzy msgid "Rotate Items" -msgstr "Rodar Caminho" +msgstr "Rodar ítens" #: ../app/core/gimpimage-item-list.c:137 -#, fuzzy msgid "Transform Items" -msgstr "Transformar Caminho" +msgstr "Transformar itens" #: ../app/core/gimpimage-merge.c:102 ../app/core/gimpimage-merge.c:114 msgid "Merge Visible Layers" -msgstr "Mesclar Camadas Visíveis" +msgstr "Fundir Camadas Visíveis" #: ../app/core/gimpimage-merge.c:165 msgid "Flatten Image" @@ -7151,42 +6352,38 @@ #: ../app/core/gimpimage-merge.c:214 msgid "Merge Down" -msgstr "Mesclar Abaixo" +msgstr "Fundir Uma Abaixo" #: ../app/core/gimpimage-merge.c:254 msgid "Merge Visible Paths" -msgstr "Juntar Caminhos Visíveis" +msgstr "Combinar Caminhos Visíveis" #: ../app/core/gimpimage-merge.c:289 #, c-format msgid "Not enough visible paths for a merge. There must be at least two." msgstr "" -"Não há caminhos visíveis suficientes para serem combinados. Devem existir " -"pelo menos dois." +"Não há caminhos visíveis suficientes para serem combinados num só. Devem " +"existir pelo menos dois." #: ../app/core/gimpimage-quick-mask.c:82 -#, fuzzy msgid "Enable Quick Mask" -msgstr "Activar MárcaraRápida" +msgstr "Activar Máscara Rápida" #: ../app/core/gimpimage-quick-mask.c:132 -#, fuzzy msgid "Disable Quick Mask" -msgstr "Desactivar MárcaraRápida" +msgstr "Desactivar Máscara Rápida" #: ../app/core/gimpimage-sample-points.c:53 msgid "Add Sample Point" msgstr "Adicionar Ponto de Amostra" #: ../app/core/gimpimage-sample-points.c:98 ../app/tools/gimpcolortool.c:429 -#, fuzzy msgid "Remove Sample Point" -msgstr "Remover Caminho" +msgstr "Remover Ponto de Amostragem" #: ../app/core/gimpimage-sample-points.c:135 -#, fuzzy msgid "Move Sample Point" -msgstr "Mover Selecção" +msgstr "Mover Ponto de Amostragem" #: ../app/core/gimpimage-undo-push.c:863 #, c-format @@ -7314,19 +6511,16 @@ msgstr "Ficheiro Especial" #: ../app/core/gimpimagefile.c:549 -#, fuzzy msgid "Remote File" -msgstr "Imagem remota" +msgstr "Ficheiro Remoto" #: ../app/core/gimpimagefile.c:568 -#, fuzzy msgid "Click to create preview" -msgstr "Não é possível criar antevisão" +msgstr "Clique para criar pré-visualização" #: ../app/core/gimpimagefile.c:574 -#, fuzzy msgid "Loading preview..." -msgstr "A carregar antevisão..." +msgstr "Carregando pré-visualização..." #: ../app/core/gimpimagefile.c:580 msgid "Preview is out of date" @@ -7337,47 +6531,45 @@ msgstr "Não é possível criar antevisão" #: ../app/core/gimpimagefile.c:596 -#, fuzzy msgid "(Preview may be out of date)" -msgstr "Antevisão está desactualizada" +msgstr "(A pré-visualização pode estar desatualizada)" #. pixel size #: ../app/core/gimpimagefile.c:605 ../app/widgets/gimpimagepropview.c:446 #: ../app/widgets/gimpsizebox.c:438 ../app/widgets/gimptemplateeditor.c:566 -#, fuzzy, c-format +#, c-format msgid "%d × %d pixel" msgid_plural "%d × %d pixels" -msgstr[0] "%d x %d pixeis" +msgstr[0] "%d x %d pixel" msgstr[1] "%d x %d pixeis" #: ../app/core/gimpimagefile.c:628 ../app/display/gimpdisplayshell-title.c:325 -#, fuzzy, c-format +#, c-format msgid "%d layer" msgid_plural "%d layers" -msgstr[0] "%d camadas" +msgstr[0] "%d camada" msgstr[1] "%d camadas" #: ../app/core/gimpimagefile.c:675 #, c-format msgid "Could not open thumbnail '%s': %s" -msgstr "Incapaz de abrir ficheiro de imagem de referência '%s': %s" +msgstr "Incapaz de abrir ficheiro de imagem de referência '%s': %s" #: ../app/core/gimpitem.c:1138 msgid "Attach Parasite" -msgstr "Anexar Informações Anexas" +msgstr "Anexar Informações Anexas" #: ../app/core/gimpitem.c:1148 msgid "Attach Parasite to Item" -msgstr "Anexar Informações Anexas ao Item" +msgstr "Anexar Informações Anexas ao Item" #: ../app/core/gimpitem.c:1190 ../app/core/gimpitem.c:1197 msgid "Remove Parasite from Item" msgstr "Remover Informações Anexas do Item" #: ../app/core/gimplayer-floating-sel.c:99 -#, fuzzy msgid "Remove Floating Selection" -msgstr "Selecção Flutuante" +msgstr "Remover Seleção Flutuante" #: ../app/core/gimplayer-floating-sel.c:130 msgid "Anchor Floating Selection" @@ -7404,8 +6596,8 @@ msgid "Rename Layer" msgstr "Renomear Camada" -#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:434 -#: ../app/pdb/layer-cmds.c:470 +#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "Mover Camada" @@ -7421,53 +6613,54 @@ msgid "Rotate Layer" msgstr "Rodar Camada" -#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1329 +#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1330 #: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" msgstr "%s máscara" #: ../app/core/gimplayer.c:446 -#, fuzzy, c-format +#, c-format msgid "" "Floating Selection\n" "(%s)" -msgstr "Selecção Flutuante" +msgstr "" +"Selecção Flutuante\n" +"(%s)" -#: ../app/core/gimplayer.c:1265 +#: ../app/core/gimplayer.c:1266 #, c-format msgid "Unable to add a layer mask since the layer already has one." msgstr "Impossível adicionar máscara de camada pois a camada já possui uma." -#: ../app/core/gimplayer.c:1276 +#: ../app/core/gimplayer.c:1277 #, c-format msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" "Impossível adicionar máscara de camada de dimensões diferentes da camada " "especificada." -#: ../app/core/gimplayer.c:1384 +#: ../app/core/gimplayer.c:1385 msgid "Transfer Alpha to Mask" msgstr "Transferir Alfa para Máscara" -#: ../app/core/gimplayer.c:1556 ../app/core/gimplayermask.c:235 +#: ../app/core/gimplayer.c:1557 ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "Aplicar Máscara de Camada" -#: ../app/core/gimplayer.c:1557 +#: ../app/core/gimplayer.c:1558 msgid "Delete Layer Mask" msgstr "Remover Máscara de Camada" -#: ../app/core/gimplayer.c:1669 +#: ../app/core/gimplayer.c:1670 msgid "Add Alpha Channel" msgstr "Adicionar Canal Alfa" -#: ../app/core/gimplayer.c:1723 -#, fuzzy +#: ../app/core/gimplayer.c:1724 msgid "Remove Alpha Channel" -msgstr "Remover Canal" +msgstr "Remover Canal Transparência" -#: ../app/core/gimplayer.c:1745 +#: ../app/core/gimplayer.c:1746 msgid "Layer to Image Size" msgstr "Camada para Tamanho de Imagem" @@ -7477,24 +6670,23 @@ #. reject renaming, layer masks are always named " mask" #: ../app/core/gimplayermask.c:160 -#, fuzzy, c-format +#, c-format msgid "Cannot rename layer masks." -msgstr "Incapaz de criar pasta '%s': %s" +msgstr "Não é possível renomear máscaras da camada." #: ../app/core/gimplayermask.c:303 -#, fuzzy msgid "Show Layer Mask" -msgstr "Mover Máscara de Camada" +msgstr "Exibir Máscara da Camada" #: ../app/core/gimppalette-import.c:428 -#, fuzzy, c-format +#, c-format msgid "Index %d" -msgstr "Indexado" +msgstr "Índice %d" #: ../app/core/gimppalette-import.c:532 -#, fuzzy, c-format +#, c-format msgid "Unknown type of palette file: %s" -msgstr "/_Editar Paleta..." +msgstr "Tipo de ficheiro de paleta desconhecido: %s" #: ../app/core/gimppalette-load.c:85 ../app/core/gimppalette-load.c:110 #: ../app/core/gimppalette-load.c:131 ../app/core/gimppalette-load.c:160 @@ -7508,7 +6700,8 @@ #: ../app/core/gimppalette-load.c:95 #, c-format msgid "Fatal parse error in palette file '%s': Missing magic header." -msgstr "Erro fatal de parseamento no ficheiro de paleta '%s': Falta cabeçalho mágico." +msgstr "" +"Erro fatal de parseamento no ficheiro de paleta '%s': Falta cabeçalho mágico." #: ../app/core/gimppalette-load.c:123 #, c-format @@ -7527,12 +6720,13 @@ #: ../app/core/gimppalette-load.c:183 #, c-format msgid "Reading palette file '%s': Missing RED component in line %d." -msgstr "A carregar ficheiro de paleta '%s': Falta componente VERMELHO na linha %d." +msgstr "" +"A carregar ficheiro de paleta '%s': Falta componente VERMELHO na linha %d." #: ../app/core/gimppalette-load.c:191 -#, fuzzy, c-format +#, c-format msgid "Reading palette file '%s': Missing GREEN component in line %d." -msgstr "A carregar ficheiro de paleta '%s': Falta componente VERMELHO na linha %d." +msgstr "Ao carregar a paleta '%s': Falta o componente VERDE (G) na linha %d." #: ../app/core/gimppalette-load.c:199 #, c-format @@ -7542,11 +6736,12 @@ #: ../app/core/gimppalette-load.c:209 #, c-format msgid "Reading palette file '%s': RGB value out of range in line %d." -msgstr "A carregar ficheiro de paleta '%s': Valor RGB fora dos limites na linha %d." +msgstr "" +"A carregar ficheiro de paleta '%s': Valor RGB fora dos limites na linha %d." #: ../app/core/gimppattern-load.c:85 ../app/core/gimppattern-load.c:131 #: ../app/core/gimppattern-load.c:162 -#, fuzzy, c-format +#, c-format msgid "Fatal parse error in pattern file '%s': File appears truncated." msgstr "" "Erro fatal de parseamento no ficheiro de pincel '%s': Ficheiro parece " @@ -7554,10 +6749,11 @@ #: ../app/core/gimppattern-load.c:104 #, c-format -msgid "Fatal parse error in pattern file '%s': Unknown pattern format version %d." +msgid "" +"Fatal parse error in pattern file '%s': Unknown pattern format version %d." msgstr "" -"Erro fatal de parseamento no ficheiro de padrão '%s' Versão %d de formato de " -"padrão desconhecida." +"Erro fatal de parseamento no ficheiro de Textura '%s' : Versão %d do formato " +"de Textura desconhecido." #: ../app/core/gimppattern-load.c:114 #, c-format @@ -7565,28 +6761,25 @@ "Fatal parse error in pattern file '%s: Unsupported pattern depth %d.\n" "GIMP Patterns must be GRAY or RGB." msgstr "" -"Erro fatal de parseamento no ficheiro de padrão '%s': Profundidade %d de " -"padrão não suportada.\n" -"Padrões GIMP têm de ser CINZENTOS ou RGB." +"Erro fatal de parseamento no ficheiro de Textura '%s': Profundidade %d da " +"textura não suportada.\n" +"Cores da Texturas GIMP têm de ser ou TONS DE CINZENTO ou RGB." #: ../app/core/gimppattern-load.c:139 #, c-format msgid "Invalid UTF-8 string in pattern file '%s'." -msgstr "Expressão UTF-8 inválida no ficheiro de padrão '%s'." +msgstr "Expressão UTF-8 inválida em ficheiro de Textura '%s'." #: ../app/core/gimppdbprogress.c:288 ../app/widgets/gimppdbdialog.c:352 -#, fuzzy, c-format +#, c-format msgid "Unable to run %s callback. The corresponding plug-in may have crashed." -msgstr "" -"Incapaz de executar o callback do pincel. O plug-in correspondente pode ter " -"crashado." +msgstr "Incapaz de rechamar %s. A extensão correspondente pode ter crashado." #: ../app/core/gimpprogress.c:107 ../app/core/gimpprogress.c:154 -#, fuzzy msgid "Please wait" -msgstr "Por favor aguarde..." +msgstr "Por favor aguarde" -#: ../app/core/gimpselection.c:150 ../app/tools/gimpeditselectiontool.c:242 +#: ../app/core/gimpselection.c:150 ../app/tools/gimpeditselectiontool.c:240 msgid "Move Selection" msgstr "Mover Selecção" @@ -7607,9 +6800,9 @@ msgstr "Inverter Selecção" #: ../app/core/gimpselection.c:275 -#, fuzzy, c-format +#, c-format msgid "There is no selection to stroke." -msgstr "Nenhuma selecção para ser aclarada." +msgstr "Não há nenhum selecção que possa ser traçada." #: ../app/core/gimpselection.c:640 #, c-format @@ -7626,15 +6819,18 @@ msgstr "Selecção Flutuante" #: ../app/core/gimpselection.c:837 -#, fuzzy msgid "Floated Layer" -msgstr "Rodar Camada" +msgstr "Camada Flutuante" #: ../app/core/gimpstrokeoptions.c:119 msgid "" "Convert a mitered join to a bevelled join if the miter would extend to a " "distance of more than miter-limit * line-width from the actual join point." msgstr "" +"Converter uma junta a meia-esquadria (perpendicular) numa junta à esquadria " +"(rectangular) se a meia-esquadria se estender por uma distância maior que o " +"produto do limite da meia-esquadria vezes a largura-da-linha, a partir do " +"ponto de união." #: ../app/core/gimptemplate.c:106 msgid "The unit used for coordinate display when not in dot-for-dot mode." @@ -7643,7 +6839,6 @@ "ponto-por-ponto." #: ../app/core/gimptemplate.c:113 -#, fuzzy msgid "The horizontal image resolution." msgstr "A resolução horizontal da imagem." @@ -7657,95 +6852,104 @@ #. pseudo unit #: ../app/core/gimpunit.c:56 -#, fuzzy msgid "pixel" msgstr "pixel" -#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:874 -#: ../app/tools/gimpmeasuretool.c:1017 ../app/tools/gimpmeasuretool.c:1073 -#: ../app/tools/gimpmeasuretool.c:1101 ../app/tools/gimppainttool.c:615 +#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:877 +#: ../app/tools/gimpmeasuretool.c:1020 ../app/tools/gimpmeasuretool.c:1076 +#: ../app/tools/gimpmeasuretool.c:1104 ../app/tools/gimppainttool.c:615 msgid "pixels" msgstr "pixels" #. standard units #: ../app/core/gimpunit.c:59 -#, fuzzy msgid "inch" msgstr "polegada" #: ../app/core/gimpunit.c:59 -#, fuzzy msgid "inches" msgstr "polegadas" #: ../app/core/gimpunit.c:60 -#, fuzzy msgid "millimeter" msgstr "milímetro" #: ../app/core/gimpunit.c:60 -#, fuzzy msgid "millimeters" msgstr "milímetros" #. professional units #: ../app/core/gimpunit.c:63 -#, fuzzy msgid "point" msgstr "ponto" #: ../app/core/gimpunit.c:63 -#, fuzzy msgid "points" msgstr "pontos" #: ../app/core/gimpunit.c:64 -#, fuzzy msgid "pica" msgstr "pica" #: ../app/core/gimpunit.c:64 -#, fuzzy msgid "picas" msgstr "picas" #: ../app/core/gimpunit.c:71 -#, fuzzy msgid "percent" msgstr "percentagem" #: ../app/core/gimpunit.c:71 -#, fuzzy msgid "plural|percent" -msgstr "percentagem" +msgstr "plural|por cento" #: ../app/dialogs/about-dialog.c:123 msgid "Visit the GIMP website" -msgstr "Visite o site do GIMP" +msgstr "Visite o sítio web do GIMP" #. Translators: insert your names here, separated by newline #: ../app/dialogs/about-dialog.c:128 msgid "translator-credits" -msgstr "Duarte Loreto" +msgstr "" +"Duarte Loreto\n" +"\n" +"Contribuições através do Launchpad:\n" +" Pedro Barreira https://launchpad.net/~almufadado\n" +" Andre Dias https://launchpad.net/~andre-dias\n" +" Bruno Queiros https://launchpad.net/~bqueiros\n" +" Carlos Manuel https://launchpad.net/~crolidge\n" +" Diogo Lavareda https://launchpad.net/~diogolavareda\n" +" Duarte Loreto https://launchpad.net/~happyguy-pt-hotmail\n" +" Fernando Pereira https://launchpad.net/~jordao\n" +" Hugo Pereira https://launchpad.net/~hfcpereira-linhas-org\n" +" Ivo Fernandes https://launchpad.net/~ivofernandes12\n" +" Joao Candeias https://launchpad.net/~joaocandeias\n" +" Jose Almeida https://launchpad.net/~josealmeida\n" +" LINUXKAFE https://launchpad.net/~linuxkafe\n" +" Luís Louro https://launchpad.net/~lapisdecor\n" +" Luís Neto https://launchpad.net/~luisneto3\n" +" Paulo Murphy de Freitas https://launchpad.net/~powlow\n" +" Pedro Fragoso https://launchpad.net/~ember\n" +" Susana Pereira https://launchpad.net/~susana\n" +" Tiago Silva https://launchpad.net/~tiagosilva\n" +" lijealso https://launchpad.net/~lijealso\n" +" peter https://launchpad.net/~nudos2003" #: ../app/dialogs/about-dialog.c:529 -#, fuzzy msgid "GIMP is brought to you by" -msgstr "Versão %s trazida até si por" +msgstr "O GIMP é trazido até si por" #: ../app/dialogs/about-dialog.c:603 msgid "This is an unstable development release." msgstr "Esta é uma versão de desenvolvimento instável." #: ../app/dialogs/channel-options-dialog.c:145 -#, fuzzy msgid "Channel _name:" -msgstr "Nome do Canal:" +msgstr "_Nome do Canal:" #: ../app/dialogs/channel-options-dialog.c:174 -#, fuzzy msgid "Initialize from _selection" -msgstr "Inverter Selecção" +msgstr "Inicializar a partir da _seleção" #: ../app/dialogs/convert-dialog.c:125 msgid "Indexed Color Conversion" @@ -7756,19 +6960,16 @@ msgstr "Converter Imagem em Cores Indexadas" #: ../app/dialogs/convert-dialog.c:138 -#, fuzzy msgid "C_onvert" -msgstr "Converter" +msgstr "C_onverter" #: ../app/dialogs/convert-dialog.c:189 -#, fuzzy msgid "_Maximum number of colors:" -msgstr "Número Máx. de Cores:" +msgstr "Número _máximo de cores:" #: ../app/dialogs/convert-dialog.c:216 -#, fuzzy msgid "_Remove unused colors from colormap" -msgstr "Remover Cores Não Utilizadas da Paleta Final" +msgstr "_Remover cores não utilizadas do mapa de cores" #. dithering #: ../app/dialogs/convert-dialog.c:232 ../app/tools/gimpblendoptions.c:247 @@ -7776,26 +6977,23 @@ msgstr "Esbatimento" #: ../app/dialogs/convert-dialog.c:244 -#, fuzzy msgid "Color _dithering:" -msgstr "Sem Cores para Mistura" +msgstr "Mistura _Degradé de Cores" #: ../app/dialogs/convert-dialog.c:259 -#, fuzzy msgid "Enable dithering of _transparency" -msgstr "Activar Mistura da Transparência" +msgstr "Activa mistura degradé da _transparência" #: ../app/dialogs/convert-dialog.c:286 -#, fuzzy msgid "Converting to indexed colors" -msgstr "Converter Imagem em Cores Indexadas" +msgstr "A converter em cores indexadas" #: ../app/dialogs/convert-dialog.c:414 ../app/pdb/convert-cmds.c:150 #, c-format msgid "Cannot convert to a palette with more than 256 colors." msgstr "Incapaz de converter para uma paleta com mais de 256 cores." -#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:158 +#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:161 #: ../app/gui/gui-message.c:148 msgid "GIMP Message" msgstr "Mensagem do GIMP" @@ -7853,45 +7051,42 @@ msgstr "Cor 1ºP/FD" #: ../app/dialogs/fade-dialog.c:110 -#, fuzzy, c-format +#, c-format msgid "Fade %s" -msgstr "Clarear" +msgstr "Desvanecer %s" #: ../app/dialogs/fade-dialog.c:123 -#, fuzzy msgid "_Fade" -msgstr "Clarear" +msgstr "_Desvanecer" #: ../app/dialogs/fade-dialog.c:157 -#, fuzzy msgid "_Mode:" -msgstr "Modo" +msgstr "_Modo:" #: ../app/dialogs/fade-dialog.c:163 -#, fuzzy msgid "_Opacity:" -msgstr "Opacidade" +msgstr "_Opacidade:" -#: ../app/dialogs/file-open-dialog.c:253 -#, fuzzy +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" -msgstr "Nova Camada" +msgstr "Abrir camadas" #: ../app/dialogs/file-open-location-dialog.c:72 -#, fuzzy msgid "Open Location" -msgstr "Localização:" +msgstr "Abrir Localização" #: ../app/dialogs/file-open-location-dialog.c:110 -#, fuzzy msgid "Enter location (URI):" -msgstr "Interpolação:" +msgstr "Digite o local (URI):" #: ../app/dialogs/file-save-dialog.c:302 ../app/dialogs/file-save-dialog.c:338 msgid "" "The given filename does not have any known file extension. Please enter a " "known file extension or select a file format from the file format list." msgstr "" +"O nome de ficheiro que digitou não contém nenhuma extensão de ficheiro " +"conhecida. Por favor, digite com uma extensão conhecida, ou escolha uma da " +"lista de formatos de imagens." #: ../app/dialogs/file-save-dialog.c:371 msgid "" @@ -7899,11 +7094,13 @@ "extension. Please enter a file extension that matches the selected file " "format or enter no file extension at all." msgstr "" +"A operação de guardar ficheiros remotos precisa de identificar o formato do " +"ficheiro através da extensão de ficheiro. Por favor, digite com uma extensão " +"conhecida, ou então digite apenas o nome do ficheiro sem extensão." #: ../app/dialogs/file-save-dialog.c:428 -#, fuzzy msgid "Extension Mismatch" -msgstr "/Por Extensão" +msgstr "Extensão Sem Correspondência" #: ../app/dialogs/file-save-dialog.c:444 msgid "The given file extension does not match the chosen file type." @@ -7913,7 +7110,7 @@ #: ../app/dialogs/file-save-dialog.c:448 msgid "Do you want to save the image using this name anyway?" -msgstr "" +msgstr "Mesmo assim quer guardar a imagem com este nome ?" #: ../app/dialogs/grid-dialog.c:85 msgid "Configure Grid" @@ -7925,20 +7122,19 @@ #: ../app/dialogs/image-merge-layers-dialog.c:64 msgid "Merge Layers" -msgstr "Juntar Camadas" +msgstr "Fundir Camadas" #: ../app/dialogs/image-merge-layers-dialog.c:66 msgid "Layers Merge Options" -msgstr "Opções de Mescla de Camadas" +msgstr "Opções de Fusão de Camadas" #: ../app/dialogs/image-merge-layers-dialog.c:72 -#, fuzzy msgid "_Merge" -msgstr "Medida" +msgstr "_Fundir" #: ../app/dialogs/image-merge-layers-dialog.c:91 msgid "Final, Merged Layer should be:" -msgstr "A Camada Mesclada Final será:" +msgstr "A Camada Fundida Final será:" #: ../app/dialogs/image-merge-layers-dialog.c:95 msgid "Expanded as necessary" @@ -7953,9 +7149,8 @@ msgstr "Ajustada à camada de fundo" #: ../app/dialogs/image-merge-layers-dialog.c:109 -#, fuzzy msgid "_Discard invisible layers" -msgstr "Mesclar Camadas Visíveis" +msgstr "_Descartar camadas invisíveis" #: ../app/dialogs/image-new-dialog.c:96 msgid "Create a New Image" @@ -7963,9 +7158,8 @@ #: ../app/dialogs/image-new-dialog.c:144 #: ../app/dialogs/preferences-dialog.c:2021 -#, fuzzy msgid "_Template:" -msgstr "Modelos" +msgstr "_Modelo:" #: ../app/dialogs/image-new-dialog.c:299 msgid "Confirm Image Size" @@ -7983,38 +7177,35 @@ "An image of the chosen size will use more memory than what is configured as " "\"Maximum Image Size\" in the Preferences dialog (currently %s)." msgstr "" +"Uma imagem com o tamanho escolhido irá usar mais memória do que a que está " +"configurada como \"Tamanho Máximo de Imagem\" no diálogo de preferências " +"(actualmente é %s)." #: ../app/dialogs/image-properties-dialog.c:60 #: ../app/dialogs/image-properties-dialog.c:63 -#, fuzzy msgid "Image Properties" -msgstr "Propriedades Item" +msgstr "Propriedades da Imagem" #: ../app/dialogs/image-properties-dialog.c:84 -#, fuzzy msgid "Properties" -msgstr "Perspectiva" +msgstr "Propriedades" #: ../app/dialogs/image-properties-dialog.c:89 -#, fuzzy msgid "Color Profile" -msgstr "Selector Cores" +msgstr "Perfil de Cores" #: ../app/dialogs/image-properties-dialog.c:94 -#, fuzzy msgid "Comment" -msgstr "Contador:" +msgstr "Comentário" #: ../app/dialogs/image-scale-dialog.c:111 -#, fuzzy msgctxt "dialog-title" msgid "Scale Image" msgstr "Dimensionar Imagem" #: ../app/dialogs/image-scale-dialog.c:205 -#, fuzzy msgid "Confirm Scaling" -msgstr "Ciclo de Mapa de Cores" +msgstr "Confirme a escala" #: ../app/dialogs/image-scale-dialog.c:245 #, c-format @@ -8023,33 +7214,36 @@ "is configured as \"Maximum Image Size\" in the Preferences dialog (currently " "%s)." msgstr "" +"Ao escalar a imagem para o tamanho escolhido irá usar mais memória do que a " +"que está configurada como \"Tamanho Máximo de Imagem\" no diálogo de " +"preferências (actualmente é %s)." #: ../app/dialogs/image-scale-dialog.c:260 -#, fuzzy -msgid "Scaling the image to the chosen size will shrink some layers completely away." +msgid "" +"Scaling the image to the chosen size will shrink some layers completely away." msgstr "" -"O tamanho da imagem escolhido irá reduzir completamente algumas camadas. É o " -"que deseja?" +"Ao escalar a imagem para o tamanho escolhido irá reduzir completamente " +"algumas camadas." #: ../app/dialogs/image-scale-dialog.c:264 msgid "Is this what you want to do?" msgstr "É isto que quer fazer?" #: ../app/dialogs/keyboard-shortcuts-dialog.c:49 -#, fuzzy msgid "Configure Keyboard Shortcuts" -msgstr "Atalhos Teclado" +msgstr "Configurar os Atalhos de Teclado" #: ../app/dialogs/keyboard-shortcuts-dialog.c:73 msgid "" "To edit a shortcut key, click on the corresponding row and type a new " "accelerator, or press backspace to clear." msgstr "" +"Para editar um atalho, clique na linha correspondente e introduza um novo " +"atalho, ou prima a tecla Retrocesso para limpar." #: ../app/dialogs/keyboard-shortcuts-dialog.c:81 -#, fuzzy msgid "S_ave keyboard shortcuts on exit" -msgstr "Gravar Atalhos Teclado ao Sair" +msgstr "S_alvar atalhos de teclado ao sair" #: ../app/dialogs/layer-add-mask-dialog.c:83 msgid "Add a Mask to the Layer" @@ -8060,49 +7254,43 @@ msgstr "Inicializar Camada da Máscara para:" #: ../app/dialogs/layer-add-mask-dialog.c:138 -#, fuzzy msgid "In_vert mask" msgstr "In_verter Máscara" #: ../app/dialogs/layer-options-dialog.c:125 -#, fuzzy msgid "Layer _name:" -msgstr "_Nome Camada:" +msgstr "_Nome da camada:" #. The size labels #: ../app/dialogs/layer-options-dialog.c:139 -#: ../app/tools/gimpmeasuretool.c:1062 +#: ../app/tools/gimpmeasuretool.c:1065 msgid "Width:" msgstr "Largura:" #: ../app/dialogs/layer-options-dialog.c:145 -#: ../app/tools/gimpmeasuretool.c:1090 +#: ../app/tools/gimpmeasuretool.c:1093 msgid "Height:" msgstr "Altura:" #: ../app/dialogs/layer-options-dialog.c:202 msgid "Layer Fill Type" -msgstr "Tipo Preenchimento Camada:" +msgstr "Tipo Preenchimento Camada" #: ../app/dialogs/layer-options-dialog.c:217 -#, fuzzy msgid "Set name from _text" -msgstr "Seleccionar Nome do _Texto" +msgstr "Definir Nome a partir do _texto" #: ../app/dialogs/module-dialog.c:127 -#, fuzzy msgid "Module Manager" -msgstr "Gestor de _Módulos" +msgstr "Gestor de Módulos" #: ../app/dialogs/module-dialog.c:150 -#, fuzzy msgid "You will have to restart GIMP for the changes to take effect." -msgstr "Terá de reinicializar o GIMP para que as seguintes alterações tenham efeito:" +msgstr "Terá de reiniciar o GIMP para as alterações serem aplicadas." #: ../app/dialogs/module-dialog.c:191 -#, fuzzy msgid "Module" -msgstr "Módulos" +msgstr "Módulo" #: ../app/dialogs/module-dialog.c:464 msgid "Only in memory" @@ -8152,9 +7340,8 @@ #. offset, used as a verb #: ../app/dialogs/offset-dialog.c:127 -#, fuzzy msgid "_Offset" -msgstr "Deslocamento" +msgstr "Desl_ocamento" #: ../app/dialogs/offset-dialog.c:184 ../app/dialogs/resize-dialog.c:226 msgid "_X:" @@ -8165,30 +7352,25 @@ msgstr "_Y:" #: ../app/dialogs/offset-dialog.c:213 -#, fuzzy msgid "Offset by x/_2, y/2" -msgstr "Deslocamento por (x/_2),(y/2)" +msgstr "Deslocar por x/_2, y/2" #. The edge behavior frame #: ../app/dialogs/offset-dialog.c:222 -#, fuzzy msgid "Edge Behavior" -msgstr "Comportamento de Diálogo" +msgstr "Comportamento das Margens" #: ../app/dialogs/offset-dialog.c:226 -#, fuzzy msgid "_Wrap around" -msgstr "_Fundo" +msgstr "_Embrulhar" #: ../app/dialogs/offset-dialog.c:229 -#, fuzzy msgid "Fill with _background color" -msgstr "Editar Cor de Fundo" +msgstr "Preencher com cor de _fundo" #: ../app/dialogs/offset-dialog.c:232 -#, fuzzy msgid "Make _transparent" -msgstr "_Transparente" +msgstr "Tornar _transparente" #: ../app/dialogs/palette-import-dialog.c:156 msgid "Import a New Palette" @@ -8208,25 +7390,21 @@ msgstr "I_magem" #: ../app/dialogs/palette-import-dialog.c:241 -#, fuzzy msgid "Sample _Merged" -msgstr "Amostra Mesclada" +msgstr "Amostra Co_mbinada" #: ../app/dialogs/palette-import-dialog.c:253 -#, fuzzy msgid "_Selected Pixels only" -msgstr "_Selecção" +msgstr "_Somente Pixeis Seleccionados" #: ../app/dialogs/palette-import-dialog.c:265 -#, fuzzy msgid "Palette _file" -msgstr "Directório Paletas" +msgstr "_Ficheiro de paleta" #. Palette file name entry #: ../app/dialogs/palette-import-dialog.c:294 -#, fuzzy msgid "Select Palette File" -msgstr "Seleccionar Directório de Paletas" +msgstr "Seleccione o ficheiro de paleta" #. The "Import" frame #: ../app/dialogs/palette-import-dialog.c:305 @@ -8234,19 +7412,16 @@ msgstr "Opções Importação" #: ../app/dialogs/palette-import-dialog.c:319 -#, fuzzy msgid "New import" -msgstr "Nova Importação" +msgstr "Nova importação" #: ../app/dialogs/palette-import-dialog.c:321 -#, fuzzy msgid "Palette _name:" -msgstr "_Nome Paleta:" +msgstr "_Nome da paleta:" #: ../app/dialogs/palette-import-dialog.c:327 -#, fuzzy msgid "N_umber of colors:" -msgstr "Nú_mero de Cores:" +msgstr "Número de _cores:" #: ../app/dialogs/palette-import-dialog.c:340 msgid "C_olumns:" @@ -8266,116 +7441,105 @@ msgstr "A fonte seleccionada não contém cores." #: ../app/dialogs/preferences-dialog.c:267 -#, fuzzy msgid "Reset All Preferences" -msgstr "/Como nas _Preferências" +msgstr "Restaurar Todas as Preferências" #: ../app/dialogs/preferences-dialog.c:285 -#, fuzzy msgid "Do you really want to reset all preferences to default values?" -msgstr "" -"Deseja mesmo repor todas as opções de ferramentas para os valores por " -"omissão?" +msgstr "Quer mesmo repor todas as preferências para os valores predefinidos?" #: ../app/dialogs/preferences-dialog.c:355 msgid "You will have to restart GIMP for the following changes to take effect:" -msgstr "Terá de reinicializar o GIMP para que as seguintes alterações tenham efeito:" +msgstr "" +"Terá de reinicializar o GIMP para que as seguintes alterações tenham efeito:" #: ../app/dialogs/preferences-dialog.c:500 -#, fuzzy msgid "Configure Input Devices" -msgstr "Configurar dispositivos entrada" +msgstr "Configurar Dispositivos Entrada" #: ../app/dialogs/preferences-dialog.c:577 msgid "" "Your keyboard shortcuts will be reset to default values the next time you " "start GIMP." msgstr "" +"Os seus atalhos de teclado serão redefinidos para os valores predefinidos na " +"próxima vez que iniciar o GIMP." #: ../app/dialogs/preferences-dialog.c:588 -#, fuzzy msgid "Remove all Keyboard Shortcuts" -msgstr "Atalhos Teclado" +msgstr "Remover Todos os Atalhos de Teclado" #: ../app/dialogs/preferences-dialog.c:610 -#, fuzzy msgid "Do you really want to remove all keyboard shortcuts from all menus?" -msgstr "" -"Deseja mesmo repor todas as opções de ferramentas para os valores por " -"omissão?" +msgstr "Quer mesmo remover todos os atalhos de teclado de todos os menus?" #: ../app/dialogs/preferences-dialog.c:651 msgid "" "Your window setup will be reset to default values the next time you start " "GIMP." msgstr "" +"A sua configuração de janela será redefinida para os valores predefinidos na " +"próxima vez que iniciar o GIMP." #: ../app/dialogs/preferences-dialog.c:686 msgid "" "Your input device settings will be reset to default values the next time you " "start GIMP." msgstr "" +"A sua configuração de dispositivos de entrada será redefinida para os " +"valores predefinidos na próxima vez que iniciar o GIMP." #: ../app/dialogs/preferences-dialog.c:721 msgid "" "Your tool options will be reset to default values the next time you start " "GIMP." msgstr "" +"A sua configuração de opções de ferramentas será redefinida para os valores " +"predefinidos na próxima vez que iniciar o GIMP." #: ../app/dialogs/preferences-dialog.c:1289 -#, fuzzy msgid "Show _menubar" -msgstr "Mostrar Barra _Menus" +msgstr "Exibir barra de _menu" #: ../app/dialogs/preferences-dialog.c:1293 -#, fuzzy msgid "Show _rulers" -msgstr "Mostrar _Réguas" +msgstr "Exibir _réguas" #: ../app/dialogs/preferences-dialog.c:1296 -#, fuzzy msgid "Show scroll_bars" -msgstr "Mostrar _Barras Rolamento" +msgstr "Exibir _barras de rolagem" #: ../app/dialogs/preferences-dialog.c:1299 -#, fuzzy msgid "Show s_tatusbar" -msgstr "Mostrar Barra de Es_tado" +msgstr "Exibir barra de es_tado" #: ../app/dialogs/preferences-dialog.c:1307 -#, fuzzy msgid "Show s_election" -msgstr "Mostrar S_elecção" +msgstr "Exibir s_eleção" #: ../app/dialogs/preferences-dialog.c:1310 -#, fuzzy msgid "Show _layer boundary" -msgstr "Mostrar _Limite de Camada" +msgstr "Exibir _limites de camada" #: ../app/dialogs/preferences-dialog.c:1313 -#, fuzzy msgid "Show _guides" -msgstr "Mostrar _Guias" +msgstr "Exibir _guias" #: ../app/dialogs/preferences-dialog.c:1316 -#, fuzzy msgid "Show gri_d" -msgstr "Mostrar Grel_ha" +msgstr "Exibir gr_ade" #: ../app/dialogs/preferences-dialog.c:1322 -#, fuzzy msgid "Canvas _padding mode:" -msgstr "Modo Espaçamento Tela:" +msgstr "Modo de _preenchimento da tela:" #: ../app/dialogs/preferences-dialog.c:1327 -#, fuzzy msgid "Custom p_adding color:" -msgstr "Cor Espaçamento Personalizado:" +msgstr "Cor de preenchimento da tel_a:" #: ../app/dialogs/preferences-dialog.c:1328 -#, fuzzy msgid "Select Custom Canvas Padding Color" -msgstr "Definir Cor de Espaçamento Tela" +msgstr "Definir cor personalizada de preenchimento da tela" #: ../app/dialogs/preferences-dialog.c:1417 msgid "Preferences" @@ -8391,59 +7555,50 @@ msgstr "Consumo de Recursos" #: ../app/dialogs/preferences-dialog.c:1553 -#, fuzzy msgid "Minimal number of _undo levels:" -msgstr "Número Mínimo de Níveis Desfazer:" +msgstr "Número mínimo de níveis de _desfazer:" #: ../app/dialogs/preferences-dialog.c:1556 -#, fuzzy msgid "Maximum undo _memory:" -msgstr "Memória Máxima Desfazer:" +msgstr "_Memória máxima do desfazer:" #: ../app/dialogs/preferences-dialog.c:1559 -#, fuzzy msgid "Tile cache _size:" -msgstr "Tamanho Cache Blocos:" +msgstr "Tamanho do_s mosaicos temporários:" #: ../app/dialogs/preferences-dialog.c:1562 -#, fuzzy msgid "Maximum _new image size:" -msgstr "Tamanho Máximo de Nova Imagem:" +msgstr "Tamanho máximo para _novas imagens:" #: ../app/dialogs/preferences-dialog.c:1567 -#, fuzzy msgid "Number of _processors to use:" -msgstr "Número de Processadores a Utilizar:" +msgstr "Número de _processadores a utilizar:" #. Image Thumbnails #: ../app/dialogs/preferences-dialog.c:1572 -#, fuzzy msgid "Image Thumbnails" -msgstr "Máscara da imagem" +msgstr "Miniaturas de Imagens" #: ../app/dialogs/preferences-dialog.c:1577 -#, fuzzy msgid "Size of _thumbnails:" -msgstr "Tamanho dos Ficheiros de Referência:" +msgstr "_Tamanho dos ficheiros de miniaturas:" #: ../app/dialogs/preferences-dialog.c:1581 msgid "Maximum _filesize for thumbnailing:" -msgstr "" +msgstr "Tamanho máximo do _ficheiro com miniaturas:" #. File Saving #: ../app/dialogs/preferences-dialog.c:1585 -#, fuzzy msgid "Saving Images" -msgstr "Gravar Imagem" +msgstr "Guardar imagens" #: ../app/dialogs/preferences-dialog.c:1588 -#, fuzzy msgid "Confirm closing of unsa_ved images" -msgstr "Confirmar Fechar de Imagens Por Gravar" +msgstr "Confirmar antes de fechar imagens não _guardadas" #: ../app/dialogs/preferences-dialog.c:1598 msgid "Keep record of used files in the Recent Documents list" -msgstr "" +msgstr "Manter o registo dos ficheiros usados no histórico de documentos" #: ../app/dialogs/preferences-dialog.c:1607 msgid "User Interface" @@ -8459,19 +7614,16 @@ msgstr "Antevisões" #: ../app/dialogs/preferences-dialog.c:1620 -#, fuzzy msgid "_Enable layer & channel previews" -msgstr "_Activar Antevisão Camada & Canais" +msgstr "_Activar pré-visualizações de camadas & canais" #: ../app/dialogs/preferences-dialog.c:1626 -#, fuzzy msgid "_Default layer & channel preview size:" -msgstr "Tamanho por _Omissão da Antevisão de Camadas & Canais:" +msgstr "Tam. _predef. da pré-visualização de Camadas & Canais:" #: ../app/dialogs/preferences-dialog.c:1629 -#, fuzzy msgid "Na_vigation preview size:" -msgstr "Tamanho Antevisão _Navegador:" +msgstr "Tamanho predefinido da miniatura de Na_vegação:" #. Keyboard Shortcuts #: ../app/dialogs/preferences-dialog.c:1633 @@ -8480,37 +7632,31 @@ #: ../app/dialogs/preferences-dialog.c:1637 msgid "Show menu _mnemonics (access keys)" -msgstr "" +msgstr "Mostrar menu de _mnemónicas (teclas de acesso)" #: ../app/dialogs/preferences-dialog.c:1640 -#, fuzzy msgid "_Use dynamic keyboard shortcuts" -msgstr "Utilizar Atalhos _Teclado Dinâmicos" +msgstr "Usar Atalhos de _Teclado Dinâmicos" #: ../app/dialogs/preferences-dialog.c:1644 -#, fuzzy msgid "Configure _Keyboard Shortcuts..." -msgstr "Atalhos Teclado" +msgstr "Configurar Atal_hos de Teclado" #: ../app/dialogs/preferences-dialog.c:1651 -#, fuzzy msgid "_Save keyboard shortcuts on exit" -msgstr "Gravar Atalhos Teclado ao Sair" +msgstr "Guardar Atalhos de Teclado ao _sair" #: ../app/dialogs/preferences-dialog.c:1655 -#, fuzzy msgid "Save Keyboard Shortcuts _Now" -msgstr "Gravar Atalhos Teclado Agora" +msgstr "Guardar Atalhos de Teclado a_gora" #: ../app/dialogs/preferences-dialog.c:1662 -#, fuzzy msgid "_Reset Keyboard Shortcuts to Default Values" -msgstr "Repor Atalhos Teclado Gravados ao Iniciar" +msgstr "_Restaurar predefinições dos Atalhos de Teclado" #: ../app/dialogs/preferences-dialog.c:1671 -#, fuzzy msgid "Remove _All Keyboard Shortcuts" -msgstr "Atalhos Teclado" +msgstr "Remover todos os _Atalhos de Teclado" #: ../app/dialogs/preferences-dialog.c:1683 #: ../app/dialogs/preferences-dialog.c:1722 @@ -8538,35 +7684,32 @@ msgstr "Geral" #: ../app/dialogs/preferences-dialog.c:1801 -#, fuzzy msgid "Show _tooltips" msgstr "Mostrar Dicas das Ferramen_tas" #: ../app/dialogs/preferences-dialog.c:1804 -#, fuzzy msgid "Show help _buttons" -msgstr "Mostrar S_elecção" +msgstr "Exibir _botões de Ajuda" #: ../app/dialogs/preferences-dialog.c:1817 msgid "Use the online version" -msgstr "" +msgstr "Usar a versão online" #: ../app/dialogs/preferences-dialog.c:1818 msgid "Use a locally installed copy" -msgstr "" +msgstr "Usar a cópia local instalada" #: ../app/dialogs/preferences-dialog.c:1819 -#, fuzzy msgid "User manual:" -msgstr "_Manualmente" +msgstr "Manual do utilizador:" #: ../app/dialogs/preferences-dialog.c:1826 msgid "There's a local installation of the user manual." -msgstr "" +msgstr "Existe já uma instalação local do Manual do utilizador." #: ../app/dialogs/preferences-dialog.c:1831 msgid "The user manual is not installed locally." -msgstr "" +msgstr "O Manual do utilizador não está instalado neste computador." #. Help Browser #: ../app/dialogs/preferences-dialog.c:1854 @@ -8574,49 +7717,41 @@ msgstr "Navegador Ajuda" #: ../app/dialogs/preferences-dialog.c:1858 -#, fuzzy msgid "H_elp browser to use:" -msgstr "Navegador de Ajuda a _Utilizar:" +msgstr "Usar este navegador para a a_juda:" #: ../app/dialogs/preferences-dialog.c:1863 msgid "Web Browser" msgstr "Browser Web" #: ../app/dialogs/preferences-dialog.c:1867 -#, fuzzy msgid "_Web browser to use:" -msgstr "Browser Web a Utilizar:" +msgstr "Usar este navegador para a _web:" #: ../app/dialogs/preferences-dialog.c:1895 -#, fuzzy msgid "_Save tool options on exit" -msgstr "_Gravar as Posições das Janelas ao Sair" +msgstr "Guardar opções de ferramentas ao _sair" #: ../app/dialogs/preferences-dialog.c:1899 -#, fuzzy msgid "Save Tool Options _Now" -msgstr "Gravar Opções de Ferramentas" +msgstr "Guardar opções de ferrame_ntas agora" #: ../app/dialogs/preferences-dialog.c:1906 -#, fuzzy msgid "_Reset Saved Tool Options to Default Values" -msgstr "R_epor Posições das Janelas ao Iniciar" +msgstr "_Restaurar as predefinições das opções das ferramentas" #. Snapping Distance #: ../app/dialogs/preferences-dialog.c:1916 -#, fuzzy msgid "Guide & Grid Snapping" -msgstr "Anexação de Guia e Grelha" +msgstr "Auto-acoplar às Guias e à Grelha" #: ../app/dialogs/preferences-dialog.c:1921 -#, fuzzy msgid "_Snap distance:" -msgstr "Distância de _Anexação:" +msgstr "_Distância de auto-acoplagem:" #: ../app/dialogs/preferences-dialog.c:1929 -#, fuzzy msgid "Default _interpolation:" -msgstr "_Interpolação Padrão:" +msgstr "_Interpolação predefinida:" #. Global Brush, Pattern, ... #: ../app/dialogs/preferences-dialog.c:1936 @@ -8624,19 +7759,16 @@ msgstr "Opções de Pintura Partilhadas Entre Ferramentas" #: ../app/dialogs/preferences-dialog.c:1949 -#, fuzzy msgid "Move Tool" -msgstr "Mover: " +msgstr "Ferramenta Mover" #: ../app/dialogs/preferences-dialog.c:1953 -#, fuzzy msgid "Set layer or path as active" -msgstr "Definir Opacidade Camada" +msgstr "Tornar activa a camada ou caminho" -#: ../app/dialogs/preferences-dialog.c:1966 ../app/widgets/gimptoolbox.c:631 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1966 ../app/widgets/gimptoolbox.c:633 msgid "Toolbox" -msgstr "Menu Caixa de Ferramentas" +msgstr "Caixa de Ferramentas" #. Appearance #: ../app/dialogs/preferences-dialog.c:1978 @@ -8646,29 +7778,24 @@ msgstr "Aparência" #: ../app/dialogs/preferences-dialog.c:1982 -#, fuzzy msgid "Show _foreground & background color" -msgstr "Definir Cor de Fundo" +msgstr "Mostrar cores de 1º plano e de _Fundo" #: ../app/dialogs/preferences-dialog.c:1986 -#, fuzzy msgid "Show active _brush, pattern & gradient" -msgstr "/Diálogos/Criar Nova Doca/_Pinceis, Texturas & Gradientes" +msgstr "Exibir _pincéis, texturas & gradientes activos" #: ../app/dialogs/preferences-dialog.c:1990 -#, fuzzy msgid "Show active _image" -msgstr "/Auto-Seguir _Imagem Activa" +msgstr "Exibir _imagem activa" #: ../app/dialogs/preferences-dialog.c:2003 -#, fuzzy msgid "Default New Image" -msgstr "Criar Nova Imagem" +msgstr "Predefinição de Nova imagem" #: ../app/dialogs/preferences-dialog.c:2006 -#, fuzzy msgid "Default Image" -msgstr "Grelha de Imagem por Omissão" +msgstr "Definições das imagens" #: ../app/dialogs/preferences-dialog.c:2043 msgid "Default Image Grid" @@ -8683,14 +7810,12 @@ msgstr "Janelas de Imagens" #: ../app/dialogs/preferences-dialog.c:2082 -#, fuzzy msgid "Use \"_Dot for dot\" by default" -msgstr "Utilizar, por omissão, \"_Ponto por Ponto\"" +msgstr "Usar \"_Pixel por Pixel\" por predefinição" #: ../app/dialogs/preferences-dialog.c:2088 -#, fuzzy msgid "Marching _ants speed:" -msgstr "Velocidade das _Formigas Marchantes:" +msgstr "Velocid_ade dos traços dos contornos:" #. Zoom & Resize Behavior #: ../app/dialogs/preferences-dialog.c:2092 @@ -8698,68 +7823,58 @@ msgstr "Comportamento Zoom & Redimensionar" #: ../app/dialogs/preferences-dialog.c:2096 -#, fuzzy msgid "Resize window on _zoom" -msgstr "Redimensionar Janela no _Zoom" +msgstr "Redimensionar a janela ao fazer _zoom" #: ../app/dialogs/preferences-dialog.c:2099 -#, fuzzy msgid "Resize window on image _size change" -msgstr "Redimensionar Janela ao _Alterar Tamanho da Imagem" +msgstr "Redimensionar janela ao mudar o _tamanho da imagem" #: ../app/dialogs/preferences-dialog.c:2105 -#, fuzzy msgid "Fit to window" -msgstr "Dimensionar à Janela" +msgstr "Ajustar ao tamanho da janela" #: ../app/dialogs/preferences-dialog.c:2107 -#, fuzzy msgid "Initial zoom _ratio:" -msgstr "Rácio de Escala Inicial:" +msgstr "Facto_r de zoom inicial:" #. Space Bar #: ../app/dialogs/preferences-dialog.c:2111 -#, fuzzy msgid "Space Bar" -msgstr "Camada de Escala" +msgstr "Barra de espaço" #: ../app/dialogs/preferences-dialog.c:2117 msgid "_While space bar is pressed:" -msgstr "" +msgstr "_Enquanto a barra de espaço estiver pressionada:" #. Mouse Pointers #: ../app/dialogs/preferences-dialog.c:2121 -#, fuzzy msgid "Mouse Pointers" -msgstr "Directório Módulo" +msgstr "Ponteiros do Rato" #: ../app/dialogs/preferences-dialog.c:2125 -#, fuzzy msgid "Show _brush outline" -msgstr "Mostrar _Contorno Pincél" +msgstr "Ap_resentar Contorno do Pincel" #: ../app/dialogs/preferences-dialog.c:2128 -#, fuzzy msgid "Show pointer for paint _tools" -msgstr "Mostrar Dicas das Ferramen_tas" +msgstr "Mostrar o Ponteiro para as Ferramen_tas de pintura" #: ../app/dialogs/preferences-dialog.c:2134 -#, fuzzy msgid "Pointer _mode:" -msgstr "Modo Edição" +msgstr "_Modo do Ponteiro:" #: ../app/dialogs/preferences-dialog.c:2137 -#, fuzzy msgid "Pointer re_ndering:" -msgstr "M_odo Cursor:" +msgstr "Re_nderização do Ponteiro:" #: ../app/dialogs/preferences-dialog.c:2149 msgid "Image Window Appearance" -msgstr "Aparência Janela de Imagem" +msgstr "Aparência da Janela de Imagem" #: ../app/dialogs/preferences-dialog.c:2160 msgid "Default Appearance in Normal Mode" -msgstr "Aparência por Omissão em Modo Normal" +msgstr "Aparência Predefinida em Modo Normal" #: ../app/dialogs/preferences-dialog.c:2165 msgid "Default Appearance in Fullscreen Mode" @@ -8767,34 +7882,31 @@ #: ../app/dialogs/preferences-dialog.c:2174 msgid "Image Title & Statusbar Format" -msgstr "Título Imagem & Formato Barra Estados" +msgstr "Formato do Título Imagem e da Barra de Estado" #: ../app/dialogs/preferences-dialog.c:2177 msgid "Title & Status" -msgstr "Título & Estados" +msgstr "Título & Estado" #: ../app/dialogs/preferences-dialog.c:2195 -#, fuzzy msgid "Current format" -msgstr "Estado Actual" +msgstr "Formato actual" #: ../app/dialogs/preferences-dialog.c:2196 -#, fuzzy msgid "Default format" -msgstr "Comentário Padrão" +msgstr "Formato predefinido" #: ../app/dialogs/preferences-dialog.c:2197 msgid "Show zoom percentage" -msgstr "Mostrar percentagem de zoom" +msgstr "Exibir percentagem de zoom" #: ../app/dialogs/preferences-dialog.c:2198 msgid "Show zoom ratio" -msgstr "Mostrar taxa de zoom" +msgstr "Exibir factor de zoom" #: ../app/dialogs/preferences-dialog.c:2199 -#, fuzzy msgid "Show image size" -msgstr "/Mostrar _Menu Imagem" +msgstr "Exibir tamanho da imagem" #: ../app/dialogs/preferences-dialog.c:2212 msgid "Image Title Format" @@ -8802,123 +7914,111 @@ #: ../app/dialogs/preferences-dialog.c:2214 msgid "Image Statusbar Format" -msgstr "Formato Barra Estados Imagem" +msgstr "Formato da Barra Estado da Imagem" #: ../app/dialogs/preferences-dialog.c:2299 msgid "Display" -msgstr "Monitor" +msgstr "Ecrã" #: ../app/dialogs/preferences-dialog.c:2315 -#, fuzzy msgid "_Check style:" -msgstr "_Estilo Pincel:" +msgstr "Estilo do Padrão A_xadrezado:" #: ../app/dialogs/preferences-dialog.c:2318 -#, fuzzy msgid "Check _size:" -msgstr "Verificar _Tamanho:" +msgstr "Tamanho do Padrão A_xadrezado:" #: ../app/dialogs/preferences-dialog.c:2321 msgid "Monitor Resolution" -msgstr "Resolução do Monitor" +msgstr "Resolução do Ecrã" #: ../app/dialogs/preferences-dialog.c:2325 #: ../app/widgets/gimpcursorview.c:124 ../app/widgets/gimpgrideditor.c:269 #: ../app/widgets/gimpgrideditor.c:301 msgid "Pixels" -msgstr "Pixels" +msgstr "Pixeis" #: ../app/dialogs/preferences-dialog.c:2347 #: ../app/widgets/gimpimagepropview.c:476 -#, fuzzy msgid "ppi" -msgstr "dpi" +msgstr "PPP" #: ../app/dialogs/preferences-dialog.c:2363 #, c-format msgid "_Detect automatically (currently %d × %d ppi)" -msgstr "" +msgstr "_Detectar automaticamente (actualmente %d x %d PPP)" #: ../app/dialogs/preferences-dialog.c:2383 -#, fuzzy msgid "_Enter manually" -msgstr "_Manualmente" +msgstr "Manualment_e" #: ../app/dialogs/preferences-dialog.c:2398 -#, fuzzy msgid "C_alibrate..." -msgstr "C_alibrar" +msgstr "C_alibrar..." #: ../app/dialogs/preferences-dialog.c:2421 -#, fuzzy msgid "Color Management" -msgstr "Gestão de Janelas" +msgstr "Gestão de Cores" #: ../app/dialogs/preferences-dialog.c:2441 msgid "_RGB profile:" -msgstr "perfil _RGB:" +msgstr "Perfil de cor_RGB:" #: ../app/dialogs/preferences-dialog.c:2442 -#, fuzzy msgid "Select RGB Color Profile" -msgstr "Seleccionar Por Cor" +msgstr "Seleciona o perfil de cor RGB" #: ../app/dialogs/preferences-dialog.c:2443 msgid "_CMYK profile:" -msgstr "perfil _CMYK:" +msgstr "Perfil de cor _CMYK:" #: ../app/dialogs/preferences-dialog.c:2444 -#, fuzzy msgid "Select CMYK Color Profile" -msgstr "Seleccionar por Cor" +msgstr "Seleciona o perfil de cor CMYK" #: ../app/dialogs/preferences-dialog.c:2445 msgid "_Monitor profile:" -msgstr "perfil _Monitor:" +msgstr "Perfil de cor do _Monitor:" #: ../app/dialogs/preferences-dialog.c:2446 -#, fuzzy msgid "Select Monitor Color Profile" -msgstr "Seleccionar Cor Primária a Modificar" +msgstr "Seleciona o perfil de cor para este Monitor" #: ../app/dialogs/preferences-dialog.c:2447 msgid "_Print simulation profile:" -msgstr "" +msgstr "_Perfil de simulação de impressora:" #: ../app/dialogs/preferences-dialog.c:2448 -#, fuzzy msgid "Select Printer Color Profile" -msgstr "Seleccionar Cor Primária a Modificar" +msgstr "Seleciona o perfil de cor para a impressora" #: ../app/dialogs/preferences-dialog.c:2459 msgid "_Mode of operation:" -msgstr "" +msgstr "_Modo de operação:" #: ../app/dialogs/preferences-dialog.c:2489 msgid "_Try to use the system monitor profile" -msgstr "" +msgstr "_Tentar usar o perfil de cores do ecrã de sistema" #: ../app/dialogs/preferences-dialog.c:2499 msgid "_Display rendering intent:" -msgstr "" +msgstr "Finalidade ao ren_derizar no ecrã:" #: ../app/dialogs/preferences-dialog.c:2508 msgid "_Softproof rendering intent:" -msgstr "" +msgstr "_Finalidade ao renderizar prova:" #: ../app/dialogs/preferences-dialog.c:2521 msgid "Mark out of gamut colors" -msgstr "" +msgstr "Desmarcação de cores da gama" #: ../app/dialogs/preferences-dialog.c:2526 -#, fuzzy msgid "Select Warning Color" -msgstr "Seleccionar Cor" +msgstr "Seleccionar a Cor de Aviso" #: ../app/dialogs/preferences-dialog.c:2539 -#, fuzzy msgid "File Open behaviour:" -msgstr "Menu Abrir" +msgstr "Comportamento ao abrir ficheiros:" #: ../app/dialogs/preferences-dialog.c:2551 msgid "Input Devices" @@ -8927,158 +8027,146 @@ #. Extended Input Devices #: ../app/dialogs/preferences-dialog.c:2561 msgid "Extended Input Devices" -msgstr "Dispositivos de Entrada Adicionais:" +msgstr "Dispositivos de Entrada Extendidos:" #: ../app/dialogs/preferences-dialog.c:2565 -#, fuzzy msgid "Configure E_xtended Input Devices..." -msgstr "Configurar Dispositivos Entrada Adicionais" +msgstr "_Configurar dispositivos de entrada estendidos..." #: ../app/dialogs/preferences-dialog.c:2572 -#, fuzzy msgid "_Save input device settings on exit" -msgstr "Gravar Definições do Dispositivo ao Sair" +msgstr "_Guardar ao sair as configurações do dispositivo de entrada" #: ../app/dialogs/preferences-dialog.c:2576 -#, fuzzy msgid "Save Input Device Settings _Now" -msgstr "Gravar Agora Definições do Dispositivo" +msgstr "Guardar _agora as configurações do dispositivo de entrada" #: ../app/dialogs/preferences-dialog.c:2583 -#, fuzzy msgid "_Reset Saved Input Device Settings to Default Values" -msgstr "Limpar Agora Definições Gravadas do Dispositivo" +msgstr "_Restaurar as predefinições do dispositivo de entrada" #: ../app/dialogs/preferences-dialog.c:2598 msgid "Additional Input Controllers" -msgstr "" +msgstr "Controladores de Entrada Adicionais" #: ../app/dialogs/preferences-dialog.c:2601 msgid "Input Controllers" -msgstr "" +msgstr "Controladores de entrada" #: ../app/dialogs/preferences-dialog.c:2617 msgid "Window Management" msgstr "Gestão de Janelas" #: ../app/dialogs/preferences-dialog.c:2626 -#, fuzzy msgid "Window Manager Hints" -msgstr "Gestão de Janelas" +msgstr "Disposições da Gestão de Janelas" #: ../app/dialogs/preferences-dialog.c:2632 -#, fuzzy msgid "Hint for the _toolbox:" -msgstr "Dica de Tipo de Janela para a Caixa de Ferramen_tas:" +msgstr "Disposição da caixa de _ferramentas:" #: ../app/dialogs/preferences-dialog.c:2636 -#, fuzzy msgid "Hint for other _docks:" -msgstr "Dica de Tipo de Janela para as _Docas:" +msgstr "_Disposição das janelas acopláveis:" #: ../app/dialogs/preferences-dialog.c:2641 msgid "Toolbox and other docks are transient to the active image window" msgstr "" +"A Caixa de ferramentas e outras janelas acopláveis são subservientes em " +"relação à janela da imagem activa" #: ../app/dialogs/preferences-dialog.c:2646 msgid "Focus" -msgstr "Foco" +msgstr "Em Foco" #: ../app/dialogs/preferences-dialog.c:2650 -#, fuzzy msgid "Activate the _focused image" -msgstr "Activar a Imagem com o _Foco" +msgstr "Activar a imagem em _foco" #. Window Positions #: ../app/dialogs/preferences-dialog.c:2654 msgid "Window Positions" -msgstr "Posições da Janela" +msgstr "Posições das janelas" #: ../app/dialogs/preferences-dialog.c:2657 -#, fuzzy msgid "_Save window positions on exit" -msgstr "_Gravar as Posições das Janelas ao Sair" +msgstr "_Salvar ao sair as posições das janelas" #: ../app/dialogs/preferences-dialog.c:2661 -#, fuzzy msgid "Save Window Positions _Now" -msgstr "Gravar Agora Posições Janelas" +msgstr "Salvar _agora as posições das janelas" #: ../app/dialogs/preferences-dialog.c:2668 -#, fuzzy msgid "_Reset Saved Window Positions to Default Values" -msgstr "R_epor Posições das Janelas ao Iniciar" +msgstr "_Restaurar as predefinições originais das Posições das Janelas" #: ../app/dialogs/preferences-dialog.c:2683 msgid "Folders" -msgstr "Directórios" +msgstr "Pastas" #: ../app/dialogs/preferences-dialog.c:2703 -#, fuzzy msgid "Temporary folder:" -msgstr "Dir Temp:" +msgstr "Pasta temporária:" #: ../app/dialogs/preferences-dialog.c:2704 msgid "Select Folder for Temporary Files" -msgstr "" +msgstr "Seleccionar Directório Ficheiros Temporários" #: ../app/dialogs/preferences-dialog.c:2708 -#, fuzzy msgid "Swap folder:" -msgstr "Pasta Swap:" +msgstr "Pasta de troca (swap):" #: ../app/dialogs/preferences-dialog.c:2709 -#, fuzzy msgid "Select Swap Folder" -msgstr "Seleccionar Dir Swap" +msgstr "Seleccionar Pasta de Troca" #: ../app/dialogs/preferences-dialog.c:2744 msgid "Brush Folders" -msgstr "Directório de Pincéis" +msgstr "Pastas dos Pincéis" #: ../app/dialogs/preferences-dialog.c:2746 msgid "Select Brush Folders" -msgstr "Seleccionar Directório de Pincéis" +msgstr "Seleccionar Pastas dos Pincéis" #: ../app/dialogs/preferences-dialog.c:2748 msgid "Pattern Folders" -msgstr "Directório Texturas" +msgstr "Pastas das Texturas" #: ../app/dialogs/preferences-dialog.c:2750 msgid "Select Pattern Folders" -msgstr "Seleccionar Directório de Texturas" +msgstr "Seleccionar Pastas das Texturas" #: ../app/dialogs/preferences-dialog.c:2752 msgid "Palette Folders" -msgstr "Directório Paletas" +msgstr "Pastas das paletas" #: ../app/dialogs/preferences-dialog.c:2754 msgid "Select Palette Folders" -msgstr "Seleccionar Directório de Paletas" +msgstr "Seleccionar Pastas das Paletas" #: ../app/dialogs/preferences-dialog.c:2756 msgid "Gradient Folders" -msgstr "Directório Gradientes" +msgstr "Pastas dos Gradientes" #: ../app/dialogs/preferences-dialog.c:2758 msgid "Select Gradient Folders" -msgstr "Seleccionar Directório de Gradientes" +msgstr "Seleccionar Pastas dos Gradientes" #: ../app/dialogs/preferences-dialog.c:2760 msgid "Font Folders" -msgstr "Directório Fontes" +msgstr "Pastas dos Tipos de Letra" #: ../app/dialogs/preferences-dialog.c:2762 msgid "Select Font Folders" -msgstr "Seleccionar Directório de Fontes" +msgstr "Seleccionar Pastas dos Tipos de Letra" #: ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-In Folders" -msgstr "Directório Plug-Ins" +msgstr "Pastas das Extensões (plug-in)" #: ../app/dialogs/preferences-dialog.c:2766 msgid "Select Plug-In Folders" -msgstr "Seleccionar Directório de Plug-Ins" +msgstr "Seleccionar Pastas das Extensões" #: ../app/dialogs/preferences-dialog.c:2768 msgid "Scripts" @@ -9086,42 +8174,39 @@ #: ../app/dialogs/preferences-dialog.c:2768 msgid "Script-Fu Folders" -msgstr "Pastas Script-Fu" +msgstr "Pastas dos Script-Fu" #: ../app/dialogs/preferences-dialog.c:2770 msgid "Select Script-Fu Folders" -msgstr "Seleccionar Pastas Script-Fu" +msgstr "Seleccionar Pastas dos Script-Fu" #: ../app/dialogs/preferences-dialog.c:2772 msgid "Module Folders" -msgstr "Directório Módulo" +msgstr "Pastas dos Módulos" #: ../app/dialogs/preferences-dialog.c:2774 msgid "Select Module Folders" -msgstr "Seleccionar Directório de Módulos" +msgstr "Seleccionar Pastas dos Módulos" #: ../app/dialogs/preferences-dialog.c:2776 -#, fuzzy msgid "Interpreters" -msgstr "Interface" +msgstr "Interpretadores" #: ../app/dialogs/preferences-dialog.c:2776 -#, fuzzy msgid "Interpreter Folders" -msgstr "Directório Texturas" +msgstr "Pastas dos Interpretadores" #: ../app/dialogs/preferences-dialog.c:2778 -#, fuzzy msgid "Select Interpreter Folders" -msgstr "Seleccionar Directório de Texturas" +msgstr "Seleccionar Pastas dos Interpretadores" #: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment Folders" -msgstr "Pastas Ambiente" +msgstr "Pastas do Ambiente" #: ../app/dialogs/preferences-dialog.c:2782 msgid "Select Environment Folders" -msgstr "Seleccionar Pastas Ambiente" +msgstr "Seleccionar Pastas do Ambiente" #: ../app/dialogs/preferences-dialog.c:2784 msgid "Themes" @@ -9129,103 +8214,90 @@ #: ../app/dialogs/preferences-dialog.c:2784 msgid "Theme Folders" -msgstr "Directório Temas" +msgstr "Pastas dos Temas" #: ../app/dialogs/preferences-dialog.c:2786 msgid "Select Theme Folders" -msgstr "Seleccionar Directório Temas" +msgstr "Seleccionar Pastas dos Temas" #: ../app/dialogs/print-size-dialog.c:138 -#, fuzzy msgid "Print Size" -msgstr "Tamanho Impressão:" +msgstr "Tamanho da Impressão" #. the image size labels #: ../app/dialogs/print-size-dialog.c:165 ../app/widgets/gimpsizebox.c:202 #: ../app/widgets/gimptemplateeditor.c:161 -#, fuzzy msgid "_Width:" -msgstr "Largura:" +msgstr "_Largura:" #: ../app/dialogs/print-size-dialog.c:172 ../app/widgets/gimpsizebox.c:206 #: ../app/widgets/gimptemplateeditor.c:168 -#, fuzzy msgid "H_eight:" -msgstr "Altura:" +msgstr "_Altura:" #. the resolution labels #: ../app/dialogs/print-size-dialog.c:222 ../app/widgets/gimpsizebox.c:264 #: ../app/widgets/gimptemplateeditor.c:288 -#, fuzzy msgid "_X resolution:" -msgstr "Resolução:" +msgstr "Resolução _X:" #: ../app/dialogs/print-size-dialog.c:229 ../app/widgets/gimpsizebox.c:267 #: ../app/widgets/gimptemplateeditor.c:295 -#, fuzzy msgid "_Y resolution:" -msgstr "Resolução:" +msgstr "Resolução _Y:" #: ../app/dialogs/print-size-dialog.c:240 ../app/widgets/gimpsizebox.c:260 #: ../app/widgets/gimptemplateeditor.c:308 #, c-format msgid "pixels/%a" -msgstr "pixels/%a" +msgstr "pixeis/%a" #: ../app/dialogs/quit-dialog.c:106 -#, fuzzy msgid "Quit GIMP" -msgstr "Sair do GIMP?" +msgstr "Sair do GIMP" #: ../app/dialogs/quit-dialog.c:106 -#, fuzzy msgid "Close All Images" -msgstr "/_Fechar Aba" +msgstr "Fechar todas as imagens" #: ../app/dialogs/quit-dialog.c:165 -#, fuzzy msgid "If you quit GIMP now, these changes will be lost." -msgstr "Alterações por gravar serão perdidas." +msgstr "Se sair agora do GIMP, estas alterações serão perdidas." #: ../app/dialogs/quit-dialog.c:168 -#, fuzzy msgid "If you close these images now, changes will be lost." -msgstr "Alterações por gravar serão perdidas." +msgstr "Se sair fechar estas imagens agora, as alterações serão perdidas." #: ../app/dialogs/quit-dialog.c:216 -#, fuzzy, c-format +#, c-format msgid "There is one image with unsaved changes:" msgid_plural "There are %d images with unsaved changes:" -msgstr[0] "Redimensionar Janela ao _Alterar Tamanho da Imagem" -msgstr[1] "Redimensionar Janela ao _Alterar Tamanho da Imagem" +msgstr[0] "Há uma imagem com uma alteração não guardada" +msgstr[1] "Há uma imagem com %d alterações não guardadas" #: ../app/dialogs/quit-dialog.c:238 -#, fuzzy msgid "_Discard Changes" -msgstr "_Descartar alterações" +msgstr "_Descartar Alterações" #: ../app/dialogs/resize-dialog.c:119 msgid "Canvas Size" -msgstr "Tamanho Tela" +msgstr "Tamanho da Tela" #: ../app/dialogs/resize-dialog.c:130 ../app/dialogs/scale-dialog.c:109 -#, fuzzy msgid "Layer Size" -msgstr "Seleccionar Camada" +msgstr "Tamanho da Camada" #: ../app/dialogs/resize-dialog.c:294 -#, fuzzy msgid "Resize _layers:" -msgstr "Redimensionar Camada" +msgstr "Redimensionar _Camadas" #: ../app/dialogs/resolution-calibrate-dialog.c:70 msgid "Calibrate Monitor Resolution" -msgstr "Calibrar a Resolução do Monitor" +msgstr "Calibrar a Resolução do Ecrã" #: ../app/dialogs/resolution-calibrate-dialog.c:128 -#, fuzzy msgid "Measure the rulers and enter their lengths:" -msgstr "Medir as réguas e introduzir os seus comprimentos abaixo." +msgstr "Meça as réguas com uma régua e digite os comprimentos:" #: ../app/dialogs/resolution-calibrate-dialog.c:153 msgid "_Horizontal:" @@ -9241,46 +8313,40 @@ msgstr "Tamanho da Imagem" #: ../app/dialogs/scale-dialog.c:175 -#, fuzzy msgid "Quality" -msgstr "/Ficheiro/_Sair" +msgstr "Qualidade" #: ../app/dialogs/scale-dialog.c:187 -#, fuzzy msgid "I_nterpolation:" -msgstr "Interpolação:" +msgstr "I_nterpolação:" #: ../app/dialogs/scale-dialog.c:206 -#, fuzzy msgid "" "Indexed color layers are always scaled without interpolation. The chosen " "interpolation type will affect channels and layer masks only." msgstr "" "Camadas de cor indexadas são sempre escaladas sem interpolação. O tipo de " -"interpolação seleccionado apenas irá afectar canais de escala e máscaras." +"interpolação seleccionado apenas irá afectar canais e máscaras de camada." #: ../app/dialogs/stroke-dialog.c:102 msgid "Choose Stroke Style" -msgstr "Seleccione Estilo Pincelada" +msgstr "Escolha o estilo de Traçamento" #: ../app/dialogs/stroke-dialog.c:225 -#, fuzzy msgid "Paint tool:" -msgstr "Ferramenta Pintura:" +msgstr "Ferramenta de Pintura:" #: ../app/dialogs/stroke-dialog.c:246 msgid "_Emulate brush dynamics" -msgstr "" +msgstr "_Emular a Dinâmica do Pincel" #: ../app/dialogs/tips-dialog.c:89 -#, fuzzy msgid "The GIMP tips file is empty!" -msgstr "O ficheiro de dicas GIMP não pode ser parseado!" +msgstr "O ficheiro de dicas do GIMP está vazio!" #: ../app/dialogs/tips-dialog.c:93 -#, fuzzy msgid "The GIMP tips file appears to be missing!" -msgstr "Parece que o seu ficheiro de dicas GIMP está em falta!" +msgstr "O ficheiro de dicas do GIMP está em falta!" #: ../app/dialogs/tips-dialog.c:95 #, c-format @@ -9288,28 +8354,25 @@ msgstr "Deveria existir um ficheiro chamado '%s'. Verifique a sua instalação." #: ../app/dialogs/tips-dialog.c:101 -#, fuzzy msgid "The GIMP tips file could not be parsed!" -msgstr "O ficheiro de dicas GIMP não pode ser parseado!" +msgstr "O ficheiro de dicas do GIMP não pode ser analisado!" #: ../app/dialogs/tips-dialog.c:129 msgid "GIMP Tip of the Day" -msgstr "Dica do Dia GIMP" +msgstr "Dica GIMP do Dia" #: ../app/dialogs/tips-dialog.c:135 -#, fuzzy msgid "_Previous Tip" msgstr "Dica _Anterior" #: ../app/dialogs/tips-dialog.c:141 -#, fuzzy msgid "_Next Tip" msgstr "Dica _Seguinte" #. a link to the related section in the user manual #: ../app/dialogs/tips-dialog.c:194 msgid "Learn more" -msgstr "" +msgstr "Saiba mais" #. This is a special string to specify the language identifier to #. look for in the gimp-tips.xml file. Please translate the C in it @@ -9322,186 +8385,179 @@ #: ../app/dialogs/user-install-dialog.c:85 msgid "GIMP User Installation" -msgstr "Instalação Utilizador do GIMP" +msgstr "Instalação de Utilizador do GIMP" #: ../app/dialogs/user-install-dialog.c:94 -#, fuzzy msgid "User installation failed!" -msgstr "Registo de Instalação Utilizador" +msgstr "Falhou a Instalação do utilizador !" #: ../app/dialogs/user-install-dialog.c:96 msgid "The GIMP user installation failed; see the log for details." msgstr "" +"A instalação do GIMP para este utilizador falhou; consulte o ficheiro de " +"registo para mais informações." #: ../app/dialogs/user-install-dialog.c:99 -#, fuzzy msgid "Installation Log" -msgstr "Registo de Instalação Utilizador" +msgstr "Registo da Instalação de Utilizador do GIMP" #: ../app/dialogs/vectors-export-dialog.c:55 msgid "Export Path to SVG" msgstr "Exportar Caminhos para SVG" #: ../app/dialogs/vectors-export-dialog.c:90 -#, fuzzy msgid "Export the active path" -msgstr "Mover o Caminho Actual" +msgstr "Exportar o Caminho activo" #: ../app/dialogs/vectors-export-dialog.c:91 -#, fuzzy msgid "Export all paths from this image" -msgstr "Criar uma nova apresentação para esta imagem" +msgstr "Exportar todos os Caminho desta imagem" #: ../app/dialogs/vectors-import-dialog.c:58 msgid "Import Paths from SVG" -msgstr "Importar Caminhos de SVG" +msgstr "Importar Caminhos a partir de SVG" #: ../app/dialogs/vectors-import-dialog.c:92 #: ../app/widgets/gimpprofilechooserdialog.c:132 -#, fuzzy msgid "All files (*.*)" -msgstr "Filtros Disponíveis" +msgstr "Todos os ficheiros (*.*)" #: ../app/dialogs/vectors-import-dialog.c:97 msgid "Scalable SVG image (*.svg)" -msgstr "" +msgstr "Imagem Escalável SVG (*.svg)" #: ../app/dialogs/vectors-import-dialog.c:108 -#, fuzzy msgid "_Merge imported paths" -msgstr "Importar Caminhos" +msgstr "Co_mbinar Caminhos Importados" #: ../app/dialogs/vectors-import-dialog.c:118 msgid "_Scale imported paths to fit image" -msgstr "" +msgstr "E_scalar os caminhos importados para caberem na imagem" #: ../app/dialogs/vectors-options-dialog.c:121 -#, fuzzy msgid "Path name:" -msgstr "Nome caminho:" +msgstr "Nome do Caminho:" #: ../app/display/display-enums.c:24 -#, fuzzy msgid "Tool icon" -msgstr "Ícone de Ferramenta" +msgstr "Ícone da ferramenta" #: ../app/display/display-enums.c:25 -#, fuzzy msgid "Tool icon with crosshair" -msgstr "Ícone de Ferramenta com Cruz" +msgstr "Ícone da ferramenta com ponteiro-cruz" #: ../app/display/display-enums.c:26 -#, fuzzy msgid "Crosshair only" -msgstr "Apenas Cruz" +msgstr "Apenas ponteiro-cruz" #: ../app/display/display-enums.c:85 -#, fuzzy msgid "From theme" -msgstr "Dos Temas" +msgstr "Do tema" #: ../app/display/display-enums.c:86 -#, fuzzy msgid "Light check color" -msgstr "Verificação de Tons Suaves" +msgstr "Padrão de cor clara" #: ../app/display/display-enums.c:87 -#, fuzzy msgid "Dark check color" -msgstr "Verificação de Tons Escuros" +msgstr "Padrão de cor escura" #: ../app/display/display-enums.c:88 -#, fuzzy msgid "Custom color" -msgstr "Cor Personalizada" +msgstr "Cor personalizada" #: ../app/display/display-enums.c:116 -#, fuzzy msgid "No action" -msgstr "Sem Selecção" +msgstr "Nenhuma acção" #: ../app/display/display-enums.c:117 -#, fuzzy msgid "Pan view" -msgstr "Antevisão" +msgstr "Vista panorâmica" #: ../app/display/display-enums.c:118 msgid "Switch to Move tool" -msgstr "" +msgstr "Mudar para a ferramenta Mover" #: ../app/display/display-enums.c:145 -#, fuzzy msgid "quality|Low" -msgstr "/Ficheiro/_Sair" +msgstr "qualidade|baixa" #: ../app/display/display-enums.c:146 -#, fuzzy msgid "quality|High" -msgstr "/Ficheiro/_Sair" +msgstr "qualidade|Alta" #: ../app/display/gimpdisplay-handlers.c:160 -#, fuzzy, c-format +#, c-format msgid "Image saved to '%s'" -msgstr "Foram efectuadas alterações a '%s'." +msgstr "A imagem foi salva em '%s'" -#: ../app/display/gimpdisplayshell.c:1033 +#: ../app/display/gimpdisplayshell.c:1035 msgid "Access the image menu" -msgstr "" +msgstr "Aceder o menu de imagem" -#: ../app/display/gimpdisplayshell.c:1138 +#: ../app/display/gimpdisplayshell.c:1140 msgid "Zoom image when window size changes" -msgstr "" +msgstr "Zoom à imagem quando o tamanho da janela muda" -#: ../app/display/gimpdisplayshell.c:1188 -#, fuzzy +#: ../app/display/gimpdisplayshell.c:1190 msgid "Navigate the image display" -msgstr "Elevar a apresentação desta imagem" +msgstr "Navegar pela visualização da imagem" -#: ../app/display/gimpdisplayshell.c:1283 -#: ../app/display/gimpdisplayshell.c:1373 ../app/widgets/gimptoolbox.c:222 +#: ../app/display/gimpdisplayshell.c:1285 +#: ../app/display/gimpdisplayshell.c:1375 ../app/widgets/gimptoolbox.c:222 msgid "Drop image files here to open them" -msgstr "" +msgstr "Large aqui os ficheiros para abri-los" #: ../app/display/gimpdisplayshell-close.c:147 #: ../app/display/gimpdisplayshell-close.c:224 -#, fuzzy, c-format +#, c-format msgid "Close %s" -msgstr "Fechar %s?" +msgstr "Fechar %s" #: ../app/display/gimpdisplayshell-close.c:159 -#, fuzzy msgid "Do_n't Save" -msgstr "Gravar" +msgstr "_Não guardar" #: ../app/display/gimpdisplayshell-close.c:231 #, c-format msgid "Save the changes to image '%s' before closing?" -msgstr "" +msgstr "Gravar alterações da imagem '%s' antes de fechar?" #: ../app/display/gimpdisplayshell-close.c:254 -#, fuzzy, c-format +#, c-format msgid "If you don't save the image, changes from the last hour will be lost." -msgid_plural "If you don't save the image, changes from the last %d hours will be lost." -msgstr[0] "Alterações por gravar serão perdidas." -msgstr[1] "Alterações por gravar serão perdidas." +msgid_plural "" +"If you don't save the image, changes from the last %d hours will be lost." +msgstr[0] "" +"Se não guardar a imagem, as modificações da última hora serão perdidas." +msgstr[1] "" +"Se não guardar a imagem, as modificações das últimas %d horas serão perdidas." #: ../app/display/gimpdisplayshell-close.c:264 -#, fuzzy, c-format +#, c-format msgid "" "If you don't save the image, changes from the last hour and %d minute will " "be lost." msgid_plural "" "If you don't save the image, changes from the last hour and %d minutes will " "be lost." -msgstr[0] "Alterações por gravar serão perdidas." -msgstr[1] "Alterações por gravar serão perdidas." +msgstr[0] "" +"Se não guardar a imagem, as modificações da última hora e %d minuto serão " +"perdidas." +msgstr[1] "" +"Se não guardar a imagem, as modificações da última hora e %d minutos serão " +"perdidas." #: ../app/display/gimpdisplayshell-close.c:275 -#, fuzzy, c-format +#, c-format msgid "If you don't save the image, changes from the last minute will be lost." -msgid_plural "If you don't save the image, changes from the last %d minutes will be lost." -msgstr[0] "Alterações por gravar serão perdidas." -msgstr[1] "Alterações por gravar serão perdidas." +msgid_plural "" +"If you don't save the image, changes from the last %d minutes will be lost." +msgstr[0] "" +"Se não guardar a imagem, as modificações do último minuto serão perdidas." +msgstr[1] "" +"Se não guardar a imagem, as modificações dos últimos %d minutos serão " +"perdidas." #: ../app/display/gimpdisplayshell-dnd.c:255 #: ../app/display/gimpdisplayshell-dnd.c:587 @@ -9515,15 +8571,13 @@ #: ../app/display/gimpdisplayshell-dnd.c:497 #: ../app/widgets/gimplayertreeview.c:719 -#, fuzzy msgid "Drop layers" -msgstr "Cortar Camada" +msgstr "Largar camadas" #: ../app/display/gimpdisplayshell-dnd.c:648 #: ../app/widgets/gimplayertreeview.c:801 ../app/widgets/gimptoolbox-dnd.c:361 -#, fuzzy msgid "Dropped Buffer" -msgstr "/_Apagar Buffer" +msgstr "Buffer Largado" #: ../app/display/gimpdisplayshell-filter-dialog.c:75 msgid "Color Display Filters" @@ -9539,16 +8593,15 @@ #: ../app/display/gimpdisplayshell-scale-dialog.c:114 msgid "Zoom Ratio" -msgstr "Rácio de Escala" +msgstr "Factor de Zoom" #: ../app/display/gimpdisplayshell-scale-dialog.c:116 msgid "Select Zoom Ratio" -msgstr "Seleccionar Rácio Escala" +msgstr "Seleccionar o Factor de Zoom" #: ../app/display/gimpdisplayshell-scale-dialog.c:159 -#, fuzzy msgid "Zoom ratio:" -msgstr "Rácio de Escala:" +msgstr "Factor de Zoom:" #: ../app/display/gimpdisplayshell-scale-dialog.c:184 msgid "Zoom:" @@ -9575,9 +8628,8 @@ msgstr "indexado" #: ../app/display/gimpdisplayshell-title.c:293 -#, fuzzy msgid "(modified)" -msgstr "Somente quando Modificado" +msgstr "(modificado)" #: ../app/display/gimpdisplayshell-title.c:298 msgid "(clean)" @@ -9589,10 +8641,10 @@ msgid "(none)" msgstr "(nenhum)" -#: ../app/display/gimpstatusbar.c:346 +#: ../app/display/gimpstatusbar.c:364 #, c-format msgid "Cancel %s" -msgstr "" +msgstr "Cancelar %s" #: ../app/file/file-open.c:131 ../app/file/file-save.c:111 #, c-format @@ -9600,19 +8652,19 @@ msgstr "Não é um ficheiro regular" #: ../app/file/file-open.c:183 -#, fuzzy, c-format +#, c-format msgid "%s plug-in returned SUCCESS but did not return an image" -msgstr "Plug-In devolveu SUCESSO mas não devolveu uma imagem" +msgstr "A Extensão %s retornou \"SUCESSO\", mas não retornou uma imagem" #: ../app/file/file-open.c:194 -#, fuzzy, c-format +#, c-format msgid "%s plug-In could not open image" -msgstr "Plug-in não conseguiu abrir imagem" +msgstr "A Extensão %s não pôde abrir a imagem" #: ../app/file/file-open.c:455 -#, fuzzy, c-format +#, c-format msgid "Image doesn't contain any layers" -msgstr "Selecção base em todas as camadas visíveis" +msgstr "A imagem não contém nenhuma camada" #: ../app/file/file-open.c:505 #, c-format @@ -9633,14 +8685,14 @@ msgstr "Tipo de ficheiro desconhecido" #: ../app/file/file-save.c:192 -#, fuzzy, c-format +#, c-format msgid "%s plug-in could not save image" -msgstr "Plug-in não conseguiu gravar imagem" +msgstr "A Extensão %s não pôde guardar a imagem" #: ../app/file/file-utils.c:74 #, c-format msgid "'%s:' is not a valid URI scheme" -msgstr "" +msgstr "'%s' não é um esquema de URI válido" #: ../app/file/file-utils.c:88 ../app/file/file-utils.c:122 #, c-format @@ -9648,22 +8700,22 @@ msgstr "Sequência de caracteres inválida no URI" #: ../app/gegl/gimpcurvesconfig.c:384 -#, fuzzy, c-format +#, c-format msgid "not a GIMP Curves file" -msgstr "Não é um ficheiro regular" +msgstr "não é um ficheiro de curvas do GIMP" #: ../app/gegl/gimpcurvesconfig.c:398 ../app/gegl/gimplevelsconfig.c:711 -#, fuzzy, c-format +#, c-format msgid "parse error" -msgstr "erro fatal de parseamento" +msgstr "erro de parseamento" #: ../app/gegl/gimplevelsconfig.c:664 -#, fuzzy, c-format +#, c-format msgid "not a GIMP Levels file" -msgstr "Não é um ficheiro regular" +msgstr "não é um ficheiro de níveis do GIMP" #. initialize the document history -#: ../app/gui/gui.c:420 +#: ../app/gui/gui.c:426 msgid "Documents" msgstr "Documentos" @@ -9673,7 +8725,7 @@ #: ../app/paint/gimpairbrush.c:69 ../app/tools/gimpairbrushtool.c:54 msgid "Airbrush" -msgstr "Spray" +msgstr "Aerógrafo" #: ../app/paint/gimpbrushcore.c:353 #, c-format @@ -9685,9 +8737,9 @@ msgstr "Cópia" #: ../app/paint/gimpclone.c:140 -#, fuzzy, c-format +#, c-format msgid "No patterns available for use with this tool." -msgstr "Não há pincéis disponíveis para utilizar com esta ferramenta." +msgstr "Não há texturas disponíveis para utilizar com esta ferramenta." #: ../app/paint/gimpconvolve.c:77 msgid "Convolve" @@ -9702,23 +8754,22 @@ msgstr "Borracha" #: ../app/paint/gimpheal.c:115 ../app/tools/gimphealtool.c:53 -#, fuzzy msgid "Heal" -msgstr "/_Ajuda" +msgstr "Clonagem Reparadora" #: ../app/paint/gimpheal.c:154 -#, fuzzy, c-format +#, c-format msgid "Healing does not operate on indexed layers." -msgstr "Equalização não opera sobre camadas indexadas." +msgstr "A Clonagem Reparadora não opera sobre camadas indexadas." #: ../app/paint/gimppaintbrush.c:63 ../app/tools/gimppaintbrushtool.c:51 msgid "Paintbrush" -msgstr "Pincel" +msgstr "Pintor" #: ../app/paint/gimppaintcore-stroke.c:332 #, c-format msgid "Not enough points to stroke" -msgstr "" +msgstr "Não existem pontos suficientes para criar o Traçado" #: ../app/paint/gimppencil.c:42 ../app/tools/gimppenciltool.c:51 msgid "Pencil" @@ -9726,14 +8777,13 @@ #: ../app/paint/gimpperspectiveclone.c:97 ../app/paint/paint-enums.c:52 #: ../app/tools/gimpperspectiveclonetool.c:126 -#, fuzzy msgid "Perspective Clone" -msgstr "Perspectiva" +msgstr "Clonagem em Perspectiva" #: ../app/paint/gimpperspectiveclone.c:162 -#, fuzzy, c-format +#, c-format msgid "Perspective Clone does not operate on indexed layers." -msgstr "A posterização não opera em camadas indexadas." +msgstr "A Clonagem em Perspectiva não opera em camadas indexadas." #: ../app/paint/gimpsmudge.c:78 ../app/tools/gimpsmudgetool.c:53 msgid "Smudge" @@ -9742,42 +8792,35 @@ #: ../app/paint/gimpsourcecore.c:227 #, c-format msgid "Set a source image first." -msgstr "" +msgstr "Primeiro tem de definir a imagem de origem." #: ../app/paint/paint-enums.c:51 -#, fuzzy msgid "Modify Perspective" -msgstr "Perspectiva" +msgstr "Modificar Perspectiva" #: ../app/paint/paint-enums.c:82 -#, fuzzy msgid "Aligned" msgstr "Alinhado" #: ../app/paint/paint-enums.c:83 -#, fuzzy msgid "Registered" msgstr "Registado" #: ../app/paint/paint-enums.c:84 -#, fuzzy msgid "Fixed" -msgstr "Preenchido" +msgstr "Fixo" #: ../app/paint/paint-enums.c:111 -#, fuzzy msgid "Blur" -msgstr "Desfocar" +msgstr "Esbater" #: ../app/paint/paint-enums.c:112 -#, fuzzy msgid "Sharpen" msgstr "Realçar" #: ../app/pdb/channel-cmds.c:183 -#, fuzzy msgid "Combine Masks" -msgstr "/Filtros/C_ombinar" +msgstr "Combinar máscaras" #: ../app/pdb/drawable-transform-cmds.c:310 #: ../app/pdb/drawable-transform-cmds.c:395 @@ -9788,32 +8831,28 @@ #: ../app/pdb/drawable-transform-cmds.c:832 #: ../app/pdb/drawable-transform-cmds.c:904 #: ../app/pdb/transform-tools-cmds.c:362 ../app/tools/gimpsheartool.c:111 -#, fuzzy msgid "Shearing" -msgstr "A Cortar..." +msgstr "Inclinando" #: ../app/pdb/drawable-transform-cmds.c:989 #: ../app/pdb/transform-tools-cmds.c:438 -#, fuzzy msgid "2D Transform" -msgstr "A Transformar..." +msgstr "Transformar em 2D" #: ../app/pdb/drawable-transform-cmds.c:1072 #: ../app/pdb/drawable-transform-cmds.c:1165 #: ../app/pdb/drawable-transform-cmds.c:1256 -#, fuzzy msgid "2D Transforming" -msgstr "A Transformar..." +msgstr "Transformação em 2D" -#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:223 -#, fuzzy +#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:225 msgid "Blending" -msgstr "A Misturar..." +msgstr "Misturando" #: ../app/pdb/floating-sel-cmds.c:63 -#, fuzzy, c-format +#, c-format msgid "Cannot remove this layer because it is not a floating selection." -msgstr "Incapaz de fixar esta camada pois não é uma selecção flutuante." +msgstr "Impossível remover esta camada por não ser uma selecção flutuante." #: ../app/pdb/floating-sel-cmds.c:95 #, c-format @@ -9821,166 +8860,172 @@ msgstr "Incapaz de fixar esta camada pois não é uma selecção flutuante." #: ../app/pdb/floating-sel-cmds.c:127 -#, fuzzy, c-format +#, c-format msgid "" "Cannot convert this layer to a normal layer because it is not a floating " "selection." -msgstr "Incapaz de fixar esta camada pois não é uma selecção flutuante." +msgstr "" +"Impossível converter esta camada num camada normal por não ser uma selecção " +"flutuante." #: ../app/pdb/floating-sel-cmds.c:188 -#, fuzzy, c-format +#, c-format msgid "Cannot rigor this layer because it is not a floating selection." -msgstr "Incapaz de fixar esta camada pois não é uma selecção flutuante." +msgstr "Impossível enrijar esta camada por não ser uma selecção flutuante." #: ../app/pdb/floating-sel-cmds.c:222 -#, fuzzy, c-format +#, c-format msgid "Cannot relax this layer because it is not a floating selection." -msgstr "Incapaz de fixar esta camada pois não é uma selecção flutuante." +msgstr "Impossível relaxar esta camada por não ser uma selecção flutuante." #: ../app/pdb/gimppdb-query.c:300 ../app/pdb/gimppdb.c:307 #: ../app/pdb/gimppdb.c:377 -#, fuzzy, c-format +#, c-format msgid "Procedure '%s' not found" -msgstr "" -"Erro de chamada PDB:\n" -"procedimento '%s' não encontrado" +msgstr "Procedimento '%s' não foi encontrado" #: ../app/pdb/gimppdb-utils.c:61 #, c-format msgid "Invalid empty brush name" -msgstr "" +msgstr "Pincel com nome vazio inválido" #: ../app/pdb/gimppdb-utils.c:71 #, c-format msgid "Brush '%s' not found" -msgstr "" +msgstr "Pincel '%s' não encontrado" #: ../app/pdb/gimppdb-utils.c:76 #, c-format msgid "Brush '%s' is not editable" -msgstr "" +msgstr "Pincel '%s' não editável" #: ../app/pdb/gimppdb-utils.c:102 #, c-format msgid "Brush '%s' is not a generated brush" -msgstr "" +msgstr "Pincel '%s' não é um pincel gerado" #: ../app/pdb/gimppdb-utils.c:122 #, c-format msgid "Invalid empty pattern name" -msgstr "" +msgstr "Textura com nome vazio inválido" #: ../app/pdb/gimppdb-utils.c:132 -#, fuzzy, c-format +#, c-format msgid "Pattern '%s' not found" -msgstr "Menu Texturas" +msgstr "Textura '%s' não foi encontrada" #: ../app/pdb/gimppdb-utils.c:152 #, c-format msgid "Invalid empty gradient name" -msgstr "" +msgstr "Gradiente com nome vazio inválido" #: ../app/pdb/gimppdb-utils.c:162 -#, fuzzy, c-format +#, c-format msgid "Gradient '%s' not found" -msgstr "Menu Gradientes" +msgstr "Gradiente '%s' não foi encontrado" #: ../app/pdb/gimppdb-utils.c:167 #, c-format msgid "Gradient '%s' is not editable" -msgstr "" +msgstr "Gradiente '%s' não é editável" #: ../app/pdb/gimppdb-utils.c:188 -#, fuzzy, c-format +#, c-format msgid "Invalid empty palette name" -msgstr "Importar Paleta" +msgstr "Paleta com nome vazio inválido" #: ../app/pdb/gimppdb-utils.c:198 -#, fuzzy, c-format +#, c-format msgid "Palette '%s' not found" -msgstr "Menu Paletas" +msgstr "A paleta '%s' não foi encontrada" #: ../app/pdb/gimppdb-utils.c:203 #, c-format msgid "Palette '%s' is not editable" -msgstr "" +msgstr "A paleta '%s' não é editável" #: ../app/pdb/gimppdb-utils.c:223 #, c-format msgid "Invalid empty font name" -msgstr "" +msgstr "Tipo de letra com nome vazio inválido" #: ../app/pdb/gimppdb-utils.c:233 #, c-format msgid "Font '%s' not found" -msgstr "" +msgstr "A fonte '%s' não foi encontrada" #: ../app/pdb/gimppdb-utils.c:252 #, c-format msgid "Invalid empty buffer name" -msgstr "" +msgstr "Buffer com nome vazio inválido" #: ../app/pdb/gimppdb-utils.c:262 -#, fuzzy, c-format +#, c-format msgid "Named buffer '%s' not found" -msgstr "Navegador de ajuda não encontrado" +msgstr "O buffer '%s' não foi encontrado" #: ../app/pdb/gimppdb-utils.c:281 #, c-format msgid "Invalid empty paint method name" -msgstr "" +msgstr "Método de pintura com nome vazio inválido" #: ../app/pdb/gimppdb-utils.c:291 #, c-format msgid "Paint method '%s' does not exist" -msgstr "" +msgstr "O método de pintura '%s' não existe" #: ../app/pdb/gimppdb-utils.c:307 #, c-format -msgid "Item '%s' (%d) can not be used because it has not been added to an image" +msgid "" +"Item '%s' (%d) can not be used because it has not been added to an image" msgstr "" +"O item '%s' (%d) não pode ser usado porque ainda não foi adicionado a uma " +"imagem" #: ../app/pdb/gimppdb-utils.c:329 #, c-format msgid "Item '%s' (%d) has already been added to an image" -msgstr "" +msgstr "O item %s (%d) já foi adicionado a uma imagem" #: ../app/pdb/gimppdb-utils.c:337 #, c-format msgid "Trying to add item '%s' (%d) to wrong image" -msgstr "" +msgstr "Tentativa adicionar o item '%s' (%d) à imagem errada" #: ../app/pdb/gimppdb-utils.c:356 #, c-format msgid "Layer '%s' (%d) can not be used because it is not a text layer" -msgstr "" +msgstr "A camada '%s' (%d) não pode ser usada por não ser uma camada de texto" #: ../app/pdb/gimppdb-utils.c:401 #, c-format msgid "Image '%s' (%d) is of type '%s', but an image of type '%s' is expected" msgstr "" +"A imagem '%s' (%d) é do tipo '%s', mas era esperada uma imagem do tipo '%s'" #: ../app/pdb/gimppdb-utils.c:430 #, c-format msgid "Image '%s' (%d) is already of type '%s'" -msgstr "" +msgstr "A imagem '%s' (%d) já é do tipo '%s'" #: ../app/pdb/gimppdb-utils.c:455 #, c-format msgid "Vectors object %d does not contain stroke with ID %d" -msgstr "" +msgstr "Objecto vectorial %d não contém traço com a ID %d" #: ../app/pdb/gimppdb.c:411 #, c-format msgid "" -"Procedure '%s' has been called with a wrong type for argument #%d. Expected %" -"s, got %s." +"Procedure '%s' has been called with a wrong type for argument #%d. Expected " +"%s, got %s." msgstr "" +"O Procedimento '%s' foi chamado com um valor de tipo incorrecto para o " +"argumento número %d. Era esperado '%s', mas foi retornado '%s'." #: ../app/pdb/gimpprocedure.c:361 ../app/plug-in/gimppluginprocframe.c:209 #, c-format msgid "Procedure '%s' returned no return values" -msgstr "" +msgstr "O Procedimento '%s' não retornou nenhuns valores" #: ../app/pdb/gimpprocedure.c:585 #, c-format @@ -9988,13 +9033,17 @@ "Procedure '%s' returned a wrong value type for return value '%s' (#%d). " "Expected %s, got %s." msgstr "" +"O Procedimento '%s' retornou um valor de tipo incorrecto para o valor '%s' (n" +"°%d). Era esperado %s, foi retornado %s." #: ../app/pdb/gimpprocedure.c:597 #, c-format msgid "" -"Procedure '%s' has been called with a wrong value type for argument '%s' (#%" -"d). Expected %s, got %s." +"Procedure '%s' has been called with a wrong value type for argument '%s' (#" +"%d). Expected %s, got %s." msgstr "" +"O Procedimento '%s' foi chamado com um valor de tipo incorrecto para o " +"argumento '%s' (n°%d). Era esperado %s, foi retornado %s." #: ../app/pdb/gimpprocedure.c:629 #, c-format @@ -10002,6 +9051,9 @@ "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" "in is trying to work on a layer that doesn't exist any longer." msgstr "" +"O Procedimento '%s' retornou uma ID inválida para o argumento '%s'. O mais " +"provável é que uma Extensão esteja a tentar operar numa camada que já não " +"existe." #: ../app/pdb/gimpprocedure.c:641 #, c-format @@ -10009,6 +9061,9 @@ "Procedure '%s' has been called with an invalid ID for argument '%s'. Most " "likely a plug-in is trying to work on a layer that doesn't exist any longer." msgstr "" +"O Procedimento '%s' foi chamado com uma ID inválida para o argumento '%s'. " +"O mais provável é que uma Extensão esteja a tentar operar numa camada que já " +"não existe." #: ../app/pdb/gimpprocedure.c:657 #, c-format @@ -10016,6 +9071,9 @@ "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" "in is trying to work on an image that doesn't exist any longer." msgstr "" +"O Procedimento '%s' retornou uma ID inválida para o argumento '%s'. O mais " +"provável é que uma Extensão esteja a tentar operar numa imagem que já não " +"existe." #: ../app/pdb/gimpprocedure.c:669 #, c-format @@ -10023,6 +9081,9 @@ "Procedure '%s' has been called with an invalid ID for argument '%s'. Most " "likely a plug-in is trying to work on an image that doesn't exist any longer." msgstr "" +"O Procedimento '%s' foi chamado com uma ID inválida para o argumento '%s'. " +"O mais provável é que uma Extensão esteja a tentar operar numa imagem que já " +"não existe." #: ../app/pdb/gimpprocedure.c:689 #, c-format @@ -10030,17 +9091,22 @@ "Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value " "is out of range." msgstr "" +"O procedimento '%s' retornou '%s' como valor de retorno '%s' (nº %d, tipo " +"%s). Este valor está fora dos limites permitidos." #: ../app/pdb/gimpprocedure.c:702 #, c-format msgid "" -"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %" -"s). This value is out of range." +"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type " +"%s). This value is out of range." msgstr "" +"O procedimento '%s' foi chamado com o valor '%s' para o argumento '%s' (nº " +"%d, tipo %s). Este valor está fora dos limites permitidos." #: ../app/pdb/image-cmds.c:2268 #, c-format -msgid "Image resolution is out of bounds, using the default resolution instead." +msgid "" +"Image resolution is out of bounds, using the default resolution instead." msgstr "" "A resolução da imagem está fora dos limites, a utilizar a resolução por " "omissão." @@ -10050,9 +9116,9 @@ msgstr "Selecção Livre" #: ../app/pdb/text-layer-cmds.c:90 -#, fuzzy, c-format +#, c-format msgid "Failed to create text layer" -msgstr "Ferramenta Texto: Criar ou edita camadas de texto" +msgstr "Falha ao criar camada de texto" #: ../app/pdb/text-layer-cmds.c:163 ../app/pdb/text-layer-cmds.c:235 #: ../app/pdb/text-layer-cmds.c:314 ../app/pdb/text-layer-cmds.c:394 @@ -10061,9 +9127,8 @@ #: ../app/pdb/text-layer-cmds.c:755 ../app/pdb/text-layer-cmds.c:825 #: ../app/pdb/text-layer-cmds.c:897 ../app/pdb/text-layer-cmds.c:969 #: ../app/pdb/text-layer-cmds.c:1041 -#, fuzzy msgid "Set text layer attribute" -msgstr "Editar Atributos Camada" +msgstr "Definir atributos da camada de texto" #: ../app/plug-in/gimpenvirontable.c:282 #, c-format @@ -10079,20 +9144,23 @@ #, c-format msgid "Bad interpreter referenced in interpreter file %s: %s" msgstr "" +"Referência a interpretador inválida no ficheiro de interpretadores %s: %s" #: ../app/plug-in/gimpinterpreterdb.c:323 #, c-format msgid "Bad binary format string in interpreter file %s" msgstr "" +"Sequência de caracteres de formato binário inválida no ficheiro de " +"interpretadores %s" #: ../app/plug-in/gimpplugin-message.c:423 -#, fuzzy, c-format +#, c-format msgid "" "Calling error for procedure '%s':\n" "%s" msgstr "" -"Erro de chamada PDB:\n" -"procedimento '%s' não encontrado" +"Erro de chamada para o procedimento '%s':\n" +"%s" #: ../app/plug-in/gimpplugin-message.c:432 #, c-format @@ -10100,14 +9168,15 @@ "Execution error for procedure '%s':\n" "%s" msgstr "" +"Erro de execução no procedimento '%s' :\n" +"%s" #: ../app/plug-in/gimpplugin-progress.c:330 -#, fuzzy msgid "Cancelled" -msgstr "Cancelar" +msgstr "Cancelada" #: ../app/plug-in/gimpplugin.c:639 -#, fuzzy, c-format +#, c-format msgid "" "Plug-in crashed: \"%s\"\n" "(%s)\n" @@ -10115,23 +9184,22 @@ "The dying plug-in may have messed up GIMP's internal state. You may want to " "save your images and restart GIMP to be on the safe side." msgstr "" -"Plug-In crashou: \"%s\"\n" +"Plug-in crashed: \"%s\"\n" "(%s)\n" "\n" -"O Plug-In morto poderá ter baralhado o estado interno do GIMP. Por " -"segurança, poderá querer gravar as suas imagens e reiniciar o GIMP." +"A Extensão moribunda poderá ter baralhado o estado interno do GIMP. Por " +"segurança, poderá querer guardar as suas imagens e reiniciar o GIMP." #: ../app/plug-in/gimppluginmanager-call.c:173 #: ../app/plug-in/gimppluginmanager-call.c:223 #: ../app/plug-in/gimppluginmanager-call.c:321 -#, fuzzy, c-format +#, c-format msgid "Failed to run plug-in \"%s\"" -msgstr "Falha ao abrir o ficheiro: '%s': %s" +msgstr "Falha ao executar a Extensão \"%s\"" #: ../app/plug-in/gimppluginmanager-restore.c:222 -#, fuzzy msgid "Searching Plug-Ins" -msgstr "A consultar novos Plug-ins" +msgstr "Procurando novos \"plug-ins\"" #: ../app/plug-in/gimppluginmanager-restore.c:271 msgid "Resource configuration" @@ -10149,35 +9217,38 @@ msgid "Starting Extensions" msgstr "A Inicializar Extensões" -#: ../app/plug-in/gimppluginmanager.c:296 -#, fuzzy +#: ../app/plug-in/gimppluginmanager.c:290 msgid "Plug-In Interpreters" -msgstr "Directório Plug-Ins" +msgstr "Interpretadores de \"plug-ins\"" -#: ../app/plug-in/gimppluginmanager.c:303 +#: ../app/plug-in/gimppluginmanager.c:297 msgid "Plug-In Environment" msgstr "Ambiente Plug-In" #: ../app/plug-in/gimppluginprocedure.c:989 -#, fuzzy, c-format +#, c-format msgid "" "Calling error for '%s':\n" "%s" -msgstr "Incapaz de criar pasta '%s': %s" +msgstr "" +"Erro de chamada para '%s':\n" +"%s" #: ../app/plug-in/gimppluginprocedure.c:1001 -#, fuzzy, c-format +#, c-format msgid "" "Execution error for '%s':\n" "%s" -msgstr "Erro ao escrever para '%s': %s" +msgstr "" +"Erro ao executar '%s': \n" +"%s" #: ../app/plug-in/plug-in-icc-profile.c:113 #: ../app/plug-in/plug-in-icc-profile.c:188 #: ../app/plug-in/plug-in-icc-profile.c:247 -#, fuzzy, c-format +#, c-format msgid "Error running '%s'" -msgstr "Erro ao escrever para '%s': %s" +msgstr "Erro ao executar '%s'" #: ../app/plug-in/plug-in-icc-profile.c:137 #: ../app/plug-in/plug-in-icc-profile.c:198 @@ -10192,14 +9263,14 @@ msgstr "A ignorar '%s': versão de protocolo GIMP incorrecta." #: ../app/plug-in/plug-in-rc.c:479 -#, fuzzy, c-format +#, c-format msgid "invalid value '%s' for icon type" -msgstr "valor '%s' inválido para o token %s" +msgstr "valor '%s' inválido para tipo de ícone" #: ../app/plug-in/plug-in-rc.c:494 -#, fuzzy, c-format +#, c-format msgid "invalid value '%ld' for icon type" -msgstr "valor '%ld' inválido para o token %s" +msgstr "valor '%ld' inválido para tipo de ícone" #. This is a so-called pangram; it's supposed to #. contain all characters found in the alphabet. @@ -10211,7 +9282,7 @@ "Arruma a minha mala com\n" "cinco dúzias de jarros de licor." -#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:877 +#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "Adicionar Camada de Texto" @@ -10220,24 +9291,20 @@ msgstr "Camada Texto" #: ../app/text/gimptextlayer.c:139 -#, fuzzy msgid "Rename Text Layer" -msgstr "Renomear Camada" +msgstr "Renomear Camada de Texto" #: ../app/text/gimptextlayer.c:140 -#, fuzzy msgid "Move Text Layer" -msgstr "Rodar Camada Texto" +msgstr "Mover Camada de Texto" #: ../app/text/gimptextlayer.c:141 -#, fuzzy msgid "Scale Text Layer" -msgstr "Camada de Escala" +msgstr "Escalar Camada de Texto" #: ../app/text/gimptextlayer.c:142 -#, fuzzy msgid "Resize Text Layer" -msgstr "Redimensionar Camada" +msgstr "Redimensionar Camada de Texto" #: ../app/text/gimptextlayer.c:143 msgid "Flip Text Layer" @@ -10248,9 +9315,8 @@ msgstr "Rodar Camada Texto" #: ../app/text/gimptextlayer.c:145 -#, fuzzy msgid "Transform Text Layer" -msgstr "Camada Transformação" +msgstr "Transformar Camada de Texto" #: ../app/text/gimptextlayer.c:492 msgid "Discard Text Information" @@ -10281,22 +9347,21 @@ "Algumas propriedades de texto poderão estar incorrectas. Excepto se desejar " "editar a camada de texto, não necessitará de se preocupar com isto." -#: ../app/tools/gimp-tools.c:327 -#, fuzzy +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." -msgstr "Esta ferramenta não tem opções." +msgstr "" +"Esta ferramenta\n" +"não tem opções." #: ../app/tools/gimpairbrushtool.c:55 -#, fuzzy msgid "Airbrush Tool: Paint using a brush, with variable pressure" -msgstr "Spray com pressão variada" +msgstr "Ferramenta Aerógrafo: Pintar com um pincel mas com pressão variável" #: ../app/tools/gimpairbrushtool.c:56 -#, fuzzy msgid "_Airbrush" -msgstr "Spray" +msgstr "_Aerógrafo" #: ../app/tools/gimpairbrushtool.c:92 ../app/tools/gimpconvolvetool.c:217 #: ../app/tools/gimpsmudgetool.c:97 @@ -10307,113 +9372,105 @@ msgid "Pressure:" msgstr "Pressão:" -#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:754 -#, fuzzy +#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:766 msgid "Align" -msgstr "Alinhado" +msgstr "Alinhar" #: ../app/tools/gimpaligntool.c:135 msgid "Alignment Tool: Align or arrange layers and other objects" -msgstr "" +msgstr "Ferramenta de Alinhamento: Alinha ou arranja camadas e outros objetos" #: ../app/tools/gimpaligntool.c:136 -#, fuzzy msgid "_Align" -msgstr "Alinhado" +msgstr "_Alinhar" -#: ../app/tools/gimpaligntool.c:587 +#: ../app/tools/gimpaligntool.c:599 msgid "Click on a layer, path or guide, or Click-Drag to pick several layers" msgstr "" +"Clique numa Camada, Caminho ou Guia, ou clique-e-arraste para seleccionar " +"várias camadas" -#: ../app/tools/gimpaligntool.c:596 -#, fuzzy +#: ../app/tools/gimpaligntool.c:608 msgid "Click to pick this layer as first item" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Clique para seleccionar esta Camada como primeiro ítem" -#: ../app/tools/gimpaligntool.c:604 -#, fuzzy +#: ../app/tools/gimpaligntool.c:616 msgid "Click to add this layer to the list" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Clique para adicionar esta Camada à lista" -#: ../app/tools/gimpaligntool.c:608 -#, fuzzy +#: ../app/tools/gimpaligntool.c:620 msgid "Click to pick this guide as first item" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Clique para seleccionar esta Guia como primeiro ítem" -#: ../app/tools/gimpaligntool.c:616 -#, fuzzy +#: ../app/tools/gimpaligntool.c:628 msgid "Click to add this guide to the list" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Clique para adicionar esta Guia à lista" -#: ../app/tools/gimpaligntool.c:620 -#, fuzzy +#: ../app/tools/gimpaligntool.c:632 msgid "Click to pick this path as first item" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Clique para seleccionar este Caminho como primeiro ítem" -#: ../app/tools/gimpaligntool.c:628 -#, fuzzy +#: ../app/tools/gimpaligntool.c:640 msgid "Click to add this path to the list" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Clique para adicionar este Caminho à lista" -#: ../app/tools/gimpaligntool.c:766 -#, fuzzy +#: ../app/tools/gimpaligntool.c:778 msgid "Relative to:" -msgstr "Resolução:" +msgstr "Relativo a:" -#: ../app/tools/gimpaligntool.c:784 +#: ../app/tools/gimpaligntool.c:796 msgid "Align left edge of target" msgstr "Alinhar margem esquerda do alvo" -#: ../app/tools/gimpaligntool.c:790 +#: ../app/tools/gimpaligntool.c:802 msgid "Align center of target" msgstr "Alinhar centro do alvo" -#: ../app/tools/gimpaligntool.c:796 +#: ../app/tools/gimpaligntool.c:808 msgid "Align right edge of target" msgstr "Alinhar margem direita do alvo" -#: ../app/tools/gimpaligntool.c:806 +#: ../app/tools/gimpaligntool.c:818 msgid "Align top edge of target" msgstr "Alinhar margem superior do alvo" -#: ../app/tools/gimpaligntool.c:812 +#: ../app/tools/gimpaligntool.c:824 msgid "Align middle of target" msgstr "Alinhar meio do alvo" -#: ../app/tools/gimpaligntool.c:818 +#: ../app/tools/gimpaligntool.c:830 msgid "Align bottom of target" msgstr "Alinhar fundo do alvo" -#: ../app/tools/gimpaligntool.c:822 -#, fuzzy +#: ../app/tools/gimpaligntool.c:834 msgid "Distribute" -msgstr "/Filtros/_Distorções" +msgstr "Distribuir" -#: ../app/tools/gimpaligntool.c:836 +#: ../app/tools/gimpaligntool.c:848 msgid "Distribute left edges of targets" -msgstr "Distribuir margem esquerda do alvo" +msgstr "Distribuir margens da esquerda dos alvos" -#: ../app/tools/gimpaligntool.c:843 +#: ../app/tools/gimpaligntool.c:855 msgid "Distribute horizontal centers of targets" -msgstr "" +msgstr "Distribuir centros horizontais dos objetos" -#: ../app/tools/gimpaligntool.c:850 +#: ../app/tools/gimpaligntool.c:862 msgid "Distribute right edges of targets" -msgstr "" +msgstr "Distribuir margens da direita dos alvos" -#: ../app/tools/gimpaligntool.c:860 +#: ../app/tools/gimpaligntool.c:872 msgid "Distribute top edges of targets" -msgstr "" +msgstr "Distribuir margens superiores dos alvos" -#: ../app/tools/gimpaligntool.c:867 +#: ../app/tools/gimpaligntool.c:879 msgid "Distribute vertical centers of targets" -msgstr "" +msgstr "Distribuir centros verticais dos objetos" -#: ../app/tools/gimpaligntool.c:873 +#: ../app/tools/gimpaligntool.c:885 msgid "Distribute bottoms of targets" -msgstr "" +msgstr "Distribuir lados de baixo dos objetos" -#: ../app/tools/gimpaligntool.c:881 ../app/tools/gimpblendoptions.c:222 +#: ../app/tools/gimpaligntool.c:893 ../app/tools/gimpblendoptions.c:222 msgid "Offset:" msgstr "Deslocamento:" @@ -10430,14 +9487,12 @@ msgstr "Repetir:" #: ../app/tools/gimpblendoptions.c:257 -#, fuzzy msgid "Adaptive supersampling" -msgstr "Super-Amostragem Adaptativa" +msgstr "Super-amostragem adaptativa" #: ../app/tools/gimpblendoptions.c:265 -#, fuzzy msgid "Max depth:" -msgstr "Profundidade Máx:" +msgstr "Profundidade Máx.:" #: ../app/tools/gimpblendoptions.c:272 #: ../app/tools/gimpbucketfilloptions.c:287 @@ -10446,57 +9501,51 @@ msgstr "Intervalo:" #: ../app/tools/gimpblendtool.c:108 -#, fuzzy msgid "Blend Tool: Fill selected area with a color gradient" -msgstr "Preencher com um gradiente de cores" +msgstr "Ferramenta de Mistura: Preencher uma área com um gradiente de cores" #: ../app/tools/gimpblendtool.c:109 -#, fuzzy msgid "Blen_d" -msgstr "Misturar" +msgstr "Mist_urar" -#: ../app/tools/gimpblendtool.c:162 -#, fuzzy, c-format +#: ../app/tools/gimpblendtool.c:164 +#, c-format msgid "Blend does not operate on indexed layers." -msgstr "Equalização não opera sobre camadas indexadas." +msgstr "A Mistura não opera em camadas indexadas." -#: ../app/tools/gimpblendtool.c:400 ../app/tools/gimppainttool.c:606 -#, fuzzy, c-format +#: ../app/tools/gimpblendtool.c:402 ../app/tools/gimppainttool.c:606 +#, c-format msgid "%s for constrained angles" -msgstr "Medir distâncias e ângulos" +msgstr "%s para ângulos constrangidos" -#: ../app/tools/gimpblendtool.c:401 +#: ../app/tools/gimpblendtool.c:403 #, c-format msgid "%s to move the whole line" msgstr "%s para mover a linha inteira" -#: ../app/tools/gimpblendtool.c:405 +#: ../app/tools/gimpblendtool.c:407 msgid "Blend: " msgstr "Mistura: " #: ../app/tools/gimpbrightnesscontrasttool.c:112 -#, fuzzy msgid "Brightness/Contrast Tool: Adjust brightness and contrast" -msgstr "Ajustar brilho e contraste" +msgstr "Ferramenta de Brilho/Contraste: Ajusta o brilho e contraste da imagem" #: ../app/tools/gimpbrightnesscontrasttool.c:113 -#, fuzzy msgid "B_rightness-Contrast..." -msgstr "Brilho e Contraste" +msgstr "B_rilho e Contraste..." #: ../app/tools/gimpbrightnesscontrasttool.c:133 msgid "Adjust Brightness and Contrast" msgstr "Ajustar Brilho e Contraste" #: ../app/tools/gimpbrightnesscontrasttool.c:135 -#, fuzzy msgid "Import Brightness-Contrast settings" -msgstr "Brilho e Contraste" +msgstr "Importar configurações de Brilho e Contraste" #: ../app/tools/gimpbrightnesscontrasttool.c:136 -#, fuzzy msgid "Export Brightness-Contrast settings" -msgstr "Brilho e Contraste" +msgstr "Exportar configurações de Brilho e Contraste" #: ../app/tools/gimpbrightnesscontrasttool.c:184 #, c-format @@ -10513,7 +9562,7 @@ #: ../app/tools/gimpbrightnesscontrasttool.c:354 msgid "Edit these Settings as Levels" -msgstr "" +msgstr "Editar estas configurações como Níveis" #: ../app/tools/gimpbucketfilloptions.c:100 msgid "Allow completely transparent regions to be filled" @@ -10530,61 +9579,55 @@ #. fill type #: ../app/tools/gimpbucketfilloptions.c:226 -#, fuzzy, c-format +#, c-format msgid "Fill Type (%s)" -msgstr "Tipo Preenchimento %s" +msgstr "Tipo de Preenchimento (%s)" #. fill selection #: ../app/tools/gimpbucketfilloptions.c:239 -#, fuzzy, c-format +#, c-format msgid "Affected Area (%s)" -msgstr "Área Afectada %s" +msgstr "Área afectada (%s)" #: ../app/tools/gimpbucketfilloptions.c:243 -#, fuzzy msgid "Fill whole selection" -msgstr "Preencher Toda a Selecção" +msgstr "Preencher toda a seleção" #: ../app/tools/gimpbucketfilloptions.c:244 -#, fuzzy msgid "Fill similar colors" -msgstr "Preencher Cores Semelhantes" +msgstr "Preencher cores similares" #: ../app/tools/gimpbucketfilloptions.c:253 msgid "Finding Similar Colors" msgstr "A Procurar Cores Semelhantes" #: ../app/tools/gimpbucketfilloptions.c:269 -#, fuzzy msgid "Fill transparent areas" -msgstr "Encher Áreas Transparentes" +msgstr "Preencher áreas transparentes" #: ../app/tools/gimpbucketfilloptions.c:275 ../app/tools/gimpclonetool.c:114 #: ../app/tools/gimpcolorpickeroptions.c:151 ../app/tools/gimphealtool.c:99 #: ../app/tools/gimpperspectiveclonetool.c:941 #: ../app/tools/gimpregionselectoptions.c:208 -#, fuzzy msgid "Sample merged" -msgstr "Amostra Mesclada" +msgstr "Amostra combinada" #: ../app/tools/gimpbucketfilloptions.c:294 -#, fuzzy msgid "Fill by:" -msgstr "Opacidade do Preenchimento:" +msgstr "Preencher por:" #: ../app/tools/gimpbucketfilltool.c:81 msgid "Bucket Fill" -msgstr "Preenchimento" +msgstr "Preencher" #: ../app/tools/gimpbucketfilltool.c:82 -#, fuzzy msgid "Bucket Fill Tool: Fill selected area with a color or pattern" -msgstr "Preenche com uma cor ou textura" +msgstr "" +"Ferramenta Preencher : preenche a área seleccionada com uma cor ou textura" #: ../app/tools/gimpbucketfilltool.c:83 -#, fuzzy msgid "_Bucket Fill" -msgstr "Preenchimento" +msgstr "_Preencher" #: ../app/tools/gimpbycolorselecttool.c:67 msgid "Select by Color" @@ -10593,35 +9636,34 @@ #: ../app/tools/gimpbycolorselecttool.c:68 msgid "Select by Color Tool: Select regions with similar colors" msgstr "" +"Ferramenta de Selecção por Cor: Selecciona regiões da imagem com cores " +"similares" #: ../app/tools/gimpbycolorselecttool.c:69 -#, fuzzy msgid "_By Color Select" -msgstr "Seleccionar Camada" +msgstr "_Seleccionar por cor" #: ../app/tools/gimpclonetool.c:62 msgid "Clone Tool: Selectively copy from an image or pattern, using a brush" msgstr "" +"Ferramenta Clonar : copia a partir de uma imagem ou textura, usando um pincel" #: ../app/tools/gimpclonetool.c:63 -#, fuzzy msgid "_Clone" -msgstr "Cópia" +msgstr "_Clonar" #: ../app/tools/gimpclonetool.c:86 ../app/tools/gimpclonetool.c:89 -#, fuzzy msgid "Click to clone" -msgstr "Clique para abrir o caminho." +msgstr "Clique para clonar" #: ../app/tools/gimpclonetool.c:87 ../app/tools/gimpclonetool.c:91 #, c-format msgid "%s to set a new clone source" -msgstr "" +msgstr "%s para definir uma nova origem da clonagem" #: ../app/tools/gimpclonetool.c:90 -#, fuzzy msgid "Click to set a new clone source" -msgstr "Clique para criar um novo componente do caminho." +msgstr "Clique para definir uma nova origem da clonagem" #: ../app/tools/gimpclonetool.c:109 #: ../app/tools/gimpperspectiveclonetool.c:936 @@ -10630,42 +9672,37 @@ #: ../app/tools/gimpclonetool.c:128 ../app/tools/gimphealtool.c:111 #: ../app/tools/gimpperspectiveclonetool.c:955 -#, fuzzy msgid "Alignment:" -msgstr "Alinhamento" +msgstr "Alinhamento:" #: ../app/tools/gimpcolorbalancetool.c:95 msgid "Color Balance Tool: Adjust color distribution" msgstr "Ferramenta de Equilíbrio de Cor: Ajustar a distribuição de cor" #: ../app/tools/gimpcolorbalancetool.c:96 -#, fuzzy msgid "Color _Balance..." -msgstr "Equilíbrio de Cores" +msgstr "Equilíbrio de _cores..." #: ../app/tools/gimpcolorbalancetool.c:113 msgid "Adjust Color Balance" msgstr "Ajustar Equilíbrio Cores" #: ../app/tools/gimpcolorbalancetool.c:115 -#, fuzzy msgid "Import Color Balance Settings" -msgstr "Equilíbrio de Cores" +msgstr "Importar configurações de Equilíbrio de cores" #: ../app/tools/gimpcolorbalancetool.c:116 -#, fuzzy msgid "Export Color Balance Settings" -msgstr "Equilíbrio de Cores" +msgstr "Exportar configurações de Equilíbrio de cores" #: ../app/tools/gimpcolorbalancetool.c:163 -#, fuzzy, c-format +#, c-format msgid "Color Balance operates only on RGB color layers." -msgstr "Equilíbrio de cores apenas opera sobre camadas em cor RGB." +msgstr "O Equilíbrio de cores apenas opera sobre camadas com cor RGB." #: ../app/tools/gimpcolorbalancetool.c:270 -#, fuzzy msgid "Select Range to Adjust" -msgstr "Seleccionar Área a Modificar" +msgstr "Seleccionar Limites de Ajuste" #: ../app/tools/gimpcolorbalancetool.c:279 ../app/tools/gimplevelstool.c:172 msgid "Adjust Color Levels" @@ -10687,24 +9724,22 @@ msgstr "Amarelo" #: ../app/tools/gimpcolorbalancetool.c:325 -#, fuzzy msgid "R_eset Range" -msgstr "R_edefenir Área" +msgstr "_Reinicializar Limites" #: ../app/tools/gimpcolorbalancetool.c:334 -#, fuzzy msgid "Preserve _luminosity" -msgstr "Preservar _Luminosidade" +msgstr "Preservar _luminosidade" #: ../app/tools/gimpcolorizetool.c:91 -#, fuzzy msgid "Colorize Tool: Colorize the image" -msgstr "Colorir a imagem" +msgstr "" +"Ferramenta de Colorizar: Ajustar a colorização sobre fundo de escala de " +"cinzentos" #: ../app/tools/gimpcolorizetool.c:92 -#, fuzzy msgid "Colori_ze..." -msgstr "Colorir" +msgstr "Colori_zar..." #: ../app/tools/gimpcolorizetool.c:109 msgid "Colorize the Image" @@ -10712,11 +9747,11 @@ #: ../app/tools/gimpcolorizetool.c:111 msgid "Import Colorize Settings" -msgstr "" +msgstr "Importar configurações de Colorização" #: ../app/tools/gimpcolorizetool.c:112 msgid "Export Colorize Settings" -msgstr "" +msgstr "Exportar configurações de Colorização" #: ../app/tools/gimpcolorizetool.c:156 #, c-format @@ -10743,9 +9778,8 @@ msgstr "_Luminosidade:" #: ../app/tools/gimpcoloroptions.c:161 -#, fuzzy msgid "Sample average" -msgstr "Média de Amostra" +msgstr "Amostra média" #: ../app/tools/gimpcoloroptions.c:171 #: ../app/tools/gimprectangleselectoptions.c:176 @@ -10756,47 +9790,45 @@ #. the pick FG/BG frame #: ../app/tools/gimpcolorpickeroptions.c:156 -#, fuzzy, c-format +#, c-format msgid "Pick Mode (%s)" -msgstr "Seleccionar Modo %s" +msgstr "Modo de selecção (%s)" #. the use_info_window toggle button #: ../app/tools/gimpcolorpickeroptions.c:165 -#, fuzzy, c-format +#, c-format msgid "Use info window (%s)" -msgstr "Usar Janela Informativa" +msgstr "Usar janela de informações (%s)" #: ../app/tools/gimpcolorpickertool.c:96 msgid "Color Picker" msgstr "Selector Cores" #: ../app/tools/gimpcolorpickertool.c:97 -#, fuzzy msgid "Color Picker Tool: Set colors from image pixels" -msgstr "Selecciona cores da imagem" +msgstr "" +"Ferramenta de Selecção de Cores: Selecciona cores a partir de pixeis da " +"imagem" #: ../app/tools/gimpcolorpickertool.c:98 -#, fuzzy msgid "C_olor Picker" -msgstr "Selector Cores" +msgstr "Select_or de cores" #: ../app/tools/gimpcolorpickertool.c:242 msgid "Click in any image to view its color" -msgstr "" +msgstr "Clique para ver as cores de qualquer imagem" #: ../app/tools/gimpcolorpickertool.c:249 ../app/tools/gimppainttool.c:509 -#, fuzzy msgid "Click in any image to pick the foreground color" -msgstr "Alterar Cor de 1º Plano da Grelha" +msgstr "Clique em qualquer imagem para obter a cor de 1º plano" #: ../app/tools/gimpcolorpickertool.c:257 ../app/tools/gimppainttool.c:515 -#, fuzzy msgid "Click in any image to pick the background color" -msgstr "Alterar Cor de Fundo da Grelha" +msgstr "Clique em qualquer imagem para obter a cor de fundo" #: ../app/tools/gimpcolorpickertool.c:265 msgid "Click in any image to add the color to the palette" -msgstr "" +msgstr "Clique em qualquer imagem para adicionar a cor à paleta" #. tool->display->shell #: ../app/tools/gimpcolorpickertool.c:318 @@ -10804,9 +9836,8 @@ msgstr "Informação Selector Cores" #: ../app/tools/gimpcolortool.c:258 ../app/tools/gimpcolortool.c:437 -#, fuzzy msgid "Move Sample Point: " -msgstr "Mover Selecção" +msgstr "Mover ponto de amostragem: " #: ../app/tools/gimpcolortool.c:430 msgid "Cancel Sample Point" @@ -10814,66 +9845,61 @@ #: ../app/tools/gimpcolortool.c:438 msgid "Add Sample Point: " -msgstr "Adicionar Ponto de Amostra:" +msgstr "Adicionar Ponto de Amostra: " #: ../app/tools/gimpconvolvetool.c:73 -#, fuzzy msgid "Blur / Sharpen" -msgstr "Desfocar ou Realçar" +msgstr "Esbater / Aguçar" #: ../app/tools/gimpconvolvetool.c:74 msgid "Blur / Sharpen Tool: Selective blurring or unblurring using a brush" msgstr "" +"Ferramenta Esbater / Aguçar: suavização ou aguçamento selectivo usando um " +"pincel" #: ../app/tools/gimpconvolvetool.c:75 -#, fuzzy msgid "Bl_ur / Sharpen" -msgstr "Desfocar ou Realçar" +msgstr "Esbater / Ag_uçar" #: ../app/tools/gimpconvolvetool.c:170 msgid "Click to blur" -msgstr "Clique para desfocar" +msgstr "Clique para suavizar" #: ../app/tools/gimpconvolvetool.c:171 -#, fuzzy msgid "Click to blur the line" -msgstr "Não é possível criar antevisão" +msgstr "Clique para esbater a linha" #: ../app/tools/gimpconvolvetool.c:172 -#, fuzzy, c-format +#, c-format msgid "%s to sharpen" -msgstr "Desfocar ou Realçar" +msgstr "%s para aguçar" #: ../app/tools/gimpconvolvetool.c:176 -#, fuzzy msgid "Click to sharpen" -msgstr "Desfocar ou Realçar" +msgstr "Clique para aguçar" #: ../app/tools/gimpconvolvetool.c:177 -#, fuzzy msgid "Click to sharpen the line" -msgstr "Não é possível criar antevisão" +msgstr "Clique para aguçar a linha" #: ../app/tools/gimpconvolvetool.c:178 #, c-format msgid "%s to blur" -msgstr "%s para desfocar" +msgstr "%s para esbater" #. the type radio box #: ../app/tools/gimpconvolvetool.c:199 -#, fuzzy, c-format +#, c-format msgid "Convolve Type (%s)" -msgstr "Tipo Envolvência %s" +msgstr "Tipo de convolução (%s)" #: ../app/tools/gimpcropoptions.c:161 -#, fuzzy msgid "Current layer only" -msgstr "Somente na Camada Actual" +msgstr "Somente na camada atual" #: ../app/tools/gimpcropoptions.c:167 -#, fuzzy msgid "Allow growing" -msgstr "Permitir Redimensionamento de Janela" +msgstr "Permitir expansão" #: ../app/tools/gimpcroptool.c:126 msgid "Crop" @@ -10881,217 +9907,196 @@ #: ../app/tools/gimpcroptool.c:127 msgid "Crop Tool: Remove edge areas from image or layer" -msgstr "" +msgstr "Ferramenta Recorte: Remover margens da imagem ou da camada" #: ../app/tools/gimpcroptool.c:128 -#, fuzzy msgid "_Crop" -msgstr "Recortar" +msgstr "Re_cortar" #: ../app/tools/gimpcroptool.c:269 msgid "Click or press Enter to crop" -msgstr "Clicar ou pressionar Enter para recolher" +msgstr "Clique ou prima Enter para recortar" #: ../app/tools/gimpcurvestool.c:141 -#, fuzzy msgid "Curves Tool: Adjust color curves" -msgstr "Ajuste de curvas de cores" +msgstr "Ferramenta das Curvas de Cores: Ajustar as curvas das cores da imagem" #: ../app/tools/gimpcurvestool.c:142 -#, fuzzy msgid "_Curves..." -msgstr "Curvas" +msgstr "_Curvas de cores..." #: ../app/tools/gimpcurvestool.c:168 msgid "Adjust Color Curves" msgstr "Ajustar Curvas Cores" #: ../app/tools/gimpcurvestool.c:170 -#, fuzzy msgid "Import Curves" -msgstr "Carregar Curvas" +msgstr "Importar Curvas de cores" #: ../app/tools/gimpcurvestool.c:171 -#, fuzzy msgid "Export Curves" -msgstr "Carregar Curvas" +msgstr "Exportar Curvas de cores" #: ../app/tools/gimpcurvestool.c:221 -#, fuzzy, c-format +#, c-format msgid "Curves does not operate on indexed layers." -msgstr "Inversão não opera sobre camadas indexadas." +msgstr "As curvas de cores não operam em camadas indexadas." #: ../app/tools/gimpcurvestool.c:323 -#, fuzzy msgid "Click to add a control point" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Clique para criar um novo ponto de controle" #: ../app/tools/gimpcurvestool.c:328 msgid "Click to add control points to all channels" -msgstr "" +msgstr "Clique para adicionar pontos de controle em todos os canais" #: ../app/tools/gimpcurvestool.c:441 ../app/tools/gimplevelstool.c:380 -#, fuzzy msgid "Cha_nnel:" -msgstr "Canal:" +msgstr "Ca_nal:" #: ../app/tools/gimpcurvestool.c:467 ../app/tools/gimplevelstool.c:404 -#, fuzzy msgid "R_eset Channel" -msgstr "R_edefinir Canal" +msgstr "R_einicializar Canal" #: ../app/tools/gimpcurvestool.c:557 -#, fuzzy msgid "Curve _type:" -msgstr "Tipo Curva" +msgstr "_Tipo de curva:" #: ../app/tools/gimpcurvestool.c:632 ../app/tools/gimplevelstool.c:752 -#, fuzzy, c-format +#, c-format msgid "Could not read header from '%s': %s" -msgstr "Incapaz de ler %d bytes de '%s': %s" +msgstr "Impossível ler cabeçalho de '%s': %s" #: ../app/tools/gimpcurvestool.c:705 msgid "Use _old curves file format" -msgstr "" +msgstr "Usar format_o antigo de ficheiro de curvas de cores" #: ../app/tools/gimpdesaturatetool.c:78 -#, fuzzy msgid "Desaturate Tool: Turn colors into shades of gray" -msgstr "Transformar as cores em tons de cinzento" +msgstr "Ferramenta de Des-saturar: Transforma cores em tons de cinzento" #: ../app/tools/gimpdesaturatetool.c:79 -#, fuzzy msgid "_Desaturate..." -msgstr "Des-saturação" +msgstr "_Des-saturarar..." #: ../app/tools/gimpdesaturatetool.c:93 -#, fuzzy msgid "Desaturate (Remove Colors)" -msgstr "Remover Canal" +msgstr "Des-saturar (Remover Cores)" #: ../app/tools/gimpdesaturatetool.c:125 -#, fuzzy, c-format +#, c-format msgid "Desaturate does only operate on RGB layers." -msgstr "Redução de saturação apenas opera sobre camadas de cor RGB." +msgstr "Des-saturar só funciona em camadas com cor RGB." #: ../app/tools/gimpdesaturatetool.c:191 msgid "Choose shade of gray based on:" msgstr "Escolher tom de cinzento baseado em:" #: ../app/tools/gimpdodgeburntool.c:73 -#, fuzzy msgid "Dodge / Burn" -msgstr "Sub/Sobre-Exposição" +msgstr "Sub-Exposição/Sobre-Exposição" #: ../app/tools/gimpdodgeburntool.c:74 msgid "Dodge / Burn Tool: Selectively lighten or darken using a brush" msgstr "" +"Ferramenta Clarear / Escurecer: Aumento ou diminuição selectiva da claridade " +"usando um pincel" #: ../app/tools/gimpdodgeburntool.c:75 -#, fuzzy msgid "Dod_ge / Burn" -msgstr "Sub/Sobre-Exposição" +msgstr "Sub/Sobre-Ex_posição" #: ../app/tools/gimpdodgeburntool.c:173 -#, fuzzy msgid "Click to dodge" -msgstr "Ajustada à imagem" +msgstr "Clique para sub-expor com o pincel para clarear à passagem" #: ../app/tools/gimpdodgeburntool.c:174 -#, fuzzy msgid "Click to dodge the line" -msgstr "Clique para abrir o caminho." +msgstr "Clique para sub-expor a linha" #: ../app/tools/gimpdodgeburntool.c:175 -#, fuzzy, c-format +#, c-format msgid "%s to burn" -msgstr "Opções %s" +msgstr "%s para sobre-expor" #: ../app/tools/gimpdodgeburntool.c:179 msgid "Click to burn" msgstr "Clicar para gravar" #: ../app/tools/gimpdodgeburntool.c:180 -#, fuzzy msgid "Click to burn the line" -msgstr "Não é possível criar antevisão" +msgstr "Clique para sobre-expor a linha" #: ../app/tools/gimpdodgeburntool.c:181 #, c-format msgid "%s to dodge" -msgstr "" +msgstr "%s para sub-expor" #. the type (dodge or burn) #: ../app/tools/gimpdodgeburntool.c:202 -#, fuzzy, c-format +#, c-format msgid "Type (%s)" -msgstr "Tipo %s" +msgstr "Tipo (%s)" #. mode (highlights, midtones, or shadows) #: ../app/tools/gimpdodgeburntool.c:213 -#, fuzzy msgid "Range" -msgstr "Taxa" +msgstr "Intervalo" #: ../app/tools/gimpdodgeburntool.c:225 msgid "Exposure:" msgstr "Exposição:" -#: ../app/tools/gimpeditselectiontool.c:246 -#: ../app/tools/gimpeditselectiontool.c:1231 -#, fuzzy +#: ../app/tools/gimpeditselectiontool.c:244 +#: ../app/tools/gimpeditselectiontool.c:1229 msgid "Move Floating Selection" -msgstr "Selecção Flutuante" +msgstr "Mover selecção flutuante" -#: ../app/tools/gimpeditselectiontool.c:459 -#: ../app/tools/gimpeditselectiontool.c:728 +#: ../app/tools/gimpeditselectiontool.c:457 +#: ../app/tools/gimpeditselectiontool.c:726 msgid "Move: " msgstr "Mover: " #: ../app/tools/gimpellipseselecttool.c:68 msgid "Ellipse Select" -msgstr "Selecção Elíptica" +msgstr "Selecção elíptica" #: ../app/tools/gimpellipseselecttool.c:69 -#, fuzzy msgid "Ellipse Select Tool: Select an elliptical region" -msgstr "Selecciona regiões elípticas" +msgstr "Ferramenta de Seleção Elíptica: Seleciona uma região elíptica" #: ../app/tools/gimpellipseselecttool.c:70 -#, fuzzy msgid "_Ellipse Select" -msgstr "Selecção Elíptica" +msgstr "Selecção _Elíptica" #: ../app/tools/gimperasertool.c:67 -#, fuzzy msgid "Eraser Tool: Erase to background or transparency using a brush" -msgstr "Apaga mantendo o fundo ou transparência" +msgstr "" +"Ferramenta Apagar: Apagar selectivamente usando a cor de fundo ou a " +"transparência com recurso a um pincel" #: ../app/tools/gimperasertool.c:68 -#, fuzzy msgid "_Eraser" -msgstr "Borracha" +msgstr "_Borracha" #: ../app/tools/gimperasertool.c:97 -#, fuzzy msgid "Click to erase" -msgstr "Remover Cores" +msgstr "Clique para apagar" #: ../app/tools/gimperasertool.c:98 -#, fuzzy msgid "Click to erase the line" -msgstr "Não é possível criar antevisão" +msgstr "Clique para apagar a linha" #: ../app/tools/gimperasertool.c:99 -#, fuzzy, c-format +#, c-format msgid "%s to pick a background color" -msgstr "Definir Cor de Fundo" +msgstr "%s para obter a cor de fundo" #. the anti_erase toggle #: ../app/tools/gimperasertool.c:146 -#, fuzzy, c-format +#, c-format msgid "Anti erase (%s)" -msgstr "Anti Apagar %s" +msgstr "Anti borracha (%s)" #: ../app/tools/gimpflipoptions.c:130 msgid "Affect:" @@ -11099,42 +10104,45 @@ #. tool toggle #: ../app/tools/gimpflipoptions.c:139 -#, fuzzy, c-format +#, c-format msgid "Flip Type (%s)" -msgstr "Tipo Inversão %s" +msgstr "Tipo de espelhamento (%s)" #: ../app/tools/gimpfliptool.c:79 msgid "Flip" -msgstr "Virar" +msgstr "Revirar" #: ../app/tools/gimpfliptool.c:80 -msgid "Flip Tool: Reverse the layer, selection or path horizontally or vertically" +msgid "" +"Flip Tool: Reverse the layer, selection or path horizontally or vertically" msgstr "" +"Ferramenta Espelhar: Inverte a Camada, Selecção ou Caminho horizontalmente " +"ou verticalmente" #: ../app/tools/gimpfliptool.c:82 -#, fuzzy msgid "_Flip" -msgstr "Virar" +msgstr "_Espelhar" #: ../app/tools/gimpforegroundselectoptions.c:79 #: ../app/tools/gimpselectionoptions.c:79 msgid "Smooth edges" -msgstr "Suavizar margens" +msgstr "Suavizar orlas" #: ../app/tools/gimpforegroundselectoptions.c:85 -#, fuzzy msgid "Select a single contiguous area" -msgstr "Seleccionar regiões adjuntas" +msgstr "Seleccionar uma única região contigua" #: ../app/tools/gimpforegroundselectoptions.c:96 msgid "Size of the brush used for refinements" -msgstr "" +msgstr "Tamanho do pincel a usar para os refinamentos" #: ../app/tools/gimpforegroundselectoptions.c:102 msgid "" "Smaller values give a more accurate selection border but may introduce holes " "in the selection" msgstr "" +"Um valor menor pode criar uma borda de selecção com mais precisão, mas pode " +"deixar muitos buracos na selecção" #: ../app/tools/gimpforegroundselectoptions.c:121 msgid "Sensitivity for brightness component" @@ -11150,122 +10158,112 @@ #. single / multiple objects #: ../app/tools/gimpforegroundselectoptions.c:276 -#, fuzzy msgid "Contiguous" -msgstr "Continuar" +msgstr "Contíguo" #. foreground / background #: ../app/tools/gimpforegroundselectoptions.c:281 #, c-format msgid "Interactive refinement (%s)" -msgstr "" +msgstr "Refinamento interativo (%s)" #: ../app/tools/gimpforegroundselectoptions.c:285 -#, fuzzy msgid "Mark background" -msgstr "Fundo" +msgstr "Marcar Fundo" #: ../app/tools/gimpforegroundselectoptions.c:286 -#, fuzzy msgid "Mark foreground" -msgstr "Frente" +msgstr "Marcar 1º plano" #: ../app/tools/gimpforegroundselectoptions.c:302 -#, fuzzy msgid "Small brush" -msgstr "Pequeno" +msgstr "Pequeno pincel" #: ../app/tools/gimpforegroundselectoptions.c:310 -#, fuzzy msgid "Large brush" -msgstr "/_Novo Pincel" +msgstr "Grande pincel" #: ../app/tools/gimpforegroundselectoptions.c:334 -#, fuzzy msgid "Smoothing:" -msgstr "Uniforme" +msgstr "Suavizando:" #: ../app/tools/gimpforegroundselectoptions.c:340 -#, fuzzy msgid "Preview color:" -msgstr "Antevisão" +msgstr "Cor de previsão:" #. granularity #: ../app/tools/gimpforegroundselectoptions.c:343 -#, fuzzy msgid "Color Sensitivity" -msgstr "Sensibilidade" +msgstr "Sensibilidade à cor" #: ../app/tools/gimpforegroundselecttool.c:145 -#, fuzzy msgid "Foreground Select" -msgstr "Frente" +msgstr "Seleccionar 1º plano" #: ../app/tools/gimpforegroundselecttool.c:146 msgid "Foreground Select Tool: Select a region containing foreground objects" msgstr "" +"Ferramenta de Selecção de 1º Planos: Seleccione uma região contendo objectos " +"de 1º plano" #: ../app/tools/gimpforegroundselecttool.c:147 -#, fuzzy msgid "F_oreground Select" -msgstr "Frente" +msgstr "Selecçã_o do 1º plano" #: ../app/tools/gimpforegroundselecttool.c:314 msgid "Add more strokes or press Enter to accept the selection" -msgstr "" +msgstr "Adicione mais traços ou prima Enter para aceitar a selecção actual" #: ../app/tools/gimpforegroundselecttool.c:316 msgid "Mark foreground by painting on the object to extract" -msgstr "" +msgstr "Marque o 1º Plano pintando o objecto a extrair" #: ../app/tools/gimpforegroundselecttool.c:327 -#, fuzzy msgid "Rougly outline the object to extract" -msgstr "Desenha um círculo áspero à volta do objecto a extrair" +msgstr "Contorna sem precisão o objecto a extrair" #: ../app/tools/gimpforegroundselecttool.c:766 -#, fuzzy msgctxt "command" msgid "Foreground Select" -msgstr "Frente" +msgstr "Seleccionar 1º plano" #: ../app/tools/gimpfreeselecttool.c:198 -#, fuzzy -msgid "Free Select Tool: Select a hand-drawn region with free and polygonal segments" -msgstr "Seleccionar regiões manualmente" +msgid "" +"Free Select Tool: Select a hand-drawn region with free and polygonal segments" +msgstr "" +"Ferramenta de Selecção Livre: Desenha à mão-livre, ou com segmentos " +"poligonais, a área a ser seleccionada" #: ../app/tools/gimpfreeselecttool.c:199 -#, fuzzy msgid "_Free Select" -msgstr "Selecção Livre" +msgstr "Selecção _livre" -#: ../app/tools/gimpfreeselecttool.c:1116 -#, fuzzy +#: ../app/tools/gimpfreeselecttool.c:1117 msgid "Click to complete selection" -msgstr "Clique-Arraste para criar uma nova seleccção" +msgstr "Clique para completar a selecção" -#: ../app/tools/gimpfreeselecttool.c:1120 -#, fuzzy +#: ../app/tools/gimpfreeselecttool.c:1121 msgid "Click-Drag to move segment vertex" -msgstr "Clique-Arraste para mover o componente" +msgstr "Clique-e-arraste para mover o nó do segmento de linha" -#: ../app/tools/gimpfreeselecttool.c:1125 +#: ../app/tools/gimpfreeselecttool.c:1126 msgid "Return commits, Escape cancels, Backspace removes last segment" -msgstr "" +msgstr "Enter confirma, Esc cancela, Retrocesso remove o último segmento" -#: ../app/tools/gimpfreeselecttool.c:1129 +#: ../app/tools/gimpfreeselecttool.c:1130 msgid "Click-Drag adds a free segment, Click adds a polygonal segment" msgstr "" +"Clicar-e-arrastar adiciona um segmento à mão-livre, clicar adiciona um " +"segmento poligonal" -#: ../app/tools/gimpfreeselecttool.c:1581 -#, fuzzy +#: ../app/tools/gimpfreeselecttool.c:1582 msgctxt "command" msgid "Free Select" msgstr "Selecção Livre" #: ../app/tools/gimpfuzzyselecttool.c:65 msgid "Fuzzy Select" -msgstr "Selecção Mágica" +msgstr "Selecção Contígua" #: ../app/tools/gimpfuzzyselecttool.c:66 msgid "Fuzzy Select Tool: Select a contiguous region on the basis of color" @@ -11279,55 +10277,50 @@ #: ../app/tools/gimpgegltool.c:92 ../app/tools/gimpgegltool.c:111 msgid "GEGL Operation" -msgstr "" +msgstr "Operação GEGL" #: ../app/tools/gimpgegltool.c:93 msgid "GEGL Tool: Use an arbitrary GEGL operation" -msgstr "" +msgstr "Ferramenta GEGL: Usar uma operação GEGL à escolha" #: ../app/tools/gimpgegltool.c:94 -#, fuzzy msgid "_GEGL Operation..." -msgstr "Abrir _Localização..." +msgstr "Operação _GEGL..." #: ../app/tools/gimpgegltool.c:158 -#, fuzzy, c-format +#, c-format msgid "GEGL operations do not operate on indexed layers." -msgstr "Equalização não opera sobre camadas indexadas." +msgstr "As Operações GEGL não funcionam em camadas indexadas." -#: ../app/tools/gimpgegltool.c:338 -#, fuzzy +#: ../app/tools/gimpgegltool.c:339 msgid "_Operation:" -msgstr "_Saturação:" +msgstr "_Operação" #. The options vbox -#: ../app/tools/gimpgegltool.c:411 +#: ../app/tools/gimpgegltool.c:412 msgid "Operation Settings" -msgstr "" +msgstr "Definições da Operação" #: ../app/tools/gimphealtool.c:54 msgid "Healing Tool: Heal image irregularities" -msgstr "Ferramenta Healing: Compoe irregularidades das imagens" +msgstr "Ferramenta Clonagem Reparadora: Trata as irregularidades da imagem" #: ../app/tools/gimphealtool.c:55 -#, fuzzy msgid "_Heal" -msgstr "/_Ajuda" +msgstr "_Clonagem Reparadora" #: ../app/tools/gimphealtool.c:77 ../app/tools/gimphealtool.c:80 -#, fuzzy msgid "Click to heal" -msgstr "Clique para abrir o caminho." +msgstr "Clique para reparar a imagem através da clonagem selectiva" #: ../app/tools/gimphealtool.c:78 ../app/tools/gimphealtool.c:82 #, c-format msgid "%s to set a new heal source" -msgstr "%s para definir uma nova fonte heal" +msgstr "%s para definir uma nova origem para a Clonagem Reparadora" #: ../app/tools/gimphealtool.c:81 -#, fuzzy msgid "Click to set a new heal source" -msgstr "Clique para criar um novo caminho." +msgstr "Clique para definir uma nova origem para a Clonagem Reparadora" #: ../app/tools/gimphistogramoptions.c:127 msgid "Histogram Scale" @@ -11335,27 +10328,23 @@ #: ../app/tools/gimphuesaturationtool.c:103 msgid "Hue-Saturation Tool: Adjust hue, saturation, and lightness" -msgstr "Ferramenta Saturação-Matiz: Ajustar a matiz, saturação e luz" +msgstr "Ferramenta Saturação-Matiz: Ajustar a matiz, saturação e claridade" #: ../app/tools/gimphuesaturationtool.c:104 -#, fuzzy msgid "Hue-_Saturation..." -msgstr "Saturação de Matiz" +msgstr "_Saturação de Matiz..." #: ../app/tools/gimphuesaturationtool.c:121 -#, fuzzy msgid "Adjust Hue / Lightness / Saturation" msgstr "Ajustar Matiz / Luminosidade / Saturação" #: ../app/tools/gimphuesaturationtool.c:123 -#, fuzzy msgid "Import Hue-Saturation Settings" -msgstr "Saturação de Matiz" +msgstr "Importar Definições Matiz-Saturação" #: ../app/tools/gimphuesaturationtool.c:124 -#, fuzzy msgid "Export Hue-Saturation Settings" -msgstr "Saturação de Matiz" +msgstr "Exportar Definições Matiz-Saturação" #: ../app/tools/gimphuesaturationtool.c:171 #, c-format @@ -11363,14 +10352,12 @@ msgstr "Saturação-Matiz apenas opera sobre camadas em cor RGB." #: ../app/tools/gimphuesaturationtool.c:251 -#, fuzzy msgid "M_aster" -msgstr "_Mestre" +msgstr "Princip_al" #: ../app/tools/gimphuesaturationtool.c:251 -#, fuzzy msgid "Adjust all colors" -msgstr "Ajuste de curvas de cores" +msgstr "Ajustar todas as cores" #: ../app/tools/gimphuesaturationtool.c:252 msgid "_R" @@ -11397,34 +10384,29 @@ msgstr "_M" #: ../app/tools/gimphuesaturationtool.c:262 -#, fuzzy msgid "Select Primary Color to Adjust" -msgstr "Seleccionar Cor Primária a Modificar" +msgstr "Seleccionar Cor Primária a ajustar" #: ../app/tools/gimphuesaturationtool.c:352 -#, fuzzy msgid "_Overlap:" -msgstr "Sobrepor" +msgstr "S_obrepor:" #: ../app/tools/gimphuesaturationtool.c:371 -#, fuzzy msgid "Adjust Selected Color" -msgstr "Modificar Cor Seleccionada" +msgstr "Ajustar Cor Seleccionada" #: ../app/tools/gimphuesaturationtool.c:447 -#, fuzzy msgid "R_eset Color" msgstr "R_edefinir Cor" #: ../app/tools/gimpimagemaptool-settings.c:81 -#, fuzzy msgid "Pre_sets:" -msgstr "Pressão:" +msgstr "Definições _Guardadas:" #: ../app/tools/gimpimagemaptool-settings.c:221 -#, fuzzy, c-format +#, c-format msgid "Settings saved to '%s'" -msgstr "A inicializar extensão: '%s'\n" +msgstr "Definições guardadas em '%s'" #: ../app/tools/gimpimagemaptool.c:318 msgid "_Preview" @@ -11440,7 +10422,7 @@ msgid "Size:" msgstr "Tamanho:" -#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1034 +#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1037 #: ../app/widgets/gimpbrusheditor.c:208 msgid "Angle:" msgstr "Ângulo:" @@ -11472,9 +10454,8 @@ msgstr "Ferramenta de Tinta: Pintura com estilo de caligrafia" #: ../app/tools/gimpinktool.c:57 -#, fuzzy msgid "In_k" -msgstr "Tinta" +msgstr "T_inta" #: ../app/tools/gimpiscissorsoptions.c:126 msgid "Interactive boundary" @@ -11487,92 +10468,74 @@ #: ../app/tools/gimpiscissorstool.c:279 msgid "Scissors Select Tool: Select shapes using intelligent edge-fitting" msgstr "" -"Ferramenta de Selecção Tesouras: Escolher formas utilizando encaixe-margens " -"inteligente" +"Ferramenta Selecção Tesoura: Escolher formas utilizando ajuste inteligente " +"às orlas dos objectos" #: ../app/tools/gimpiscissorstool.c:280 -#, fuzzy msgid "Intelligent _Scissors" -msgstr "/Ferramentas/Ferramentas Selecção/Tesoura _Inteligente" +msgstr "Te_soura inteligente" -#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:606 -#, fuzzy +#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:609 msgid "Click-Drag to move this point" -msgstr "Clique-Arraste para mover o caminho." +msgstr "Clique-e-Arraste para mover este ponto" #: ../app/tools/gimpiscissorstool.c:942 ../app/tools/gimpiscissorstool.c:1007 #, c-format msgid "%s: disable auto-snap" -msgstr "%s: desactiva snap automático" +msgstr "%s: Disactivar auto-acoplagem" #: ../app/tools/gimpiscissorstool.c:959 -#, fuzzy msgid "Click to close the curve" -msgstr "Não é possível criar antevisão" +msgstr "Clique para fechar a curva" #: ../app/tools/gimpiscissorstool.c:965 -#, fuzzy msgid "Click to add a point on this segment" -msgstr "Clique para criar um novo componente do caminho." +msgstr "Clique para adicionar um ponto neste segmento" #: ../app/tools/gimpiscissorstool.c:979 -#, fuzzy msgid "Click or press Enter to convert to a selection" -msgstr "" -"A camada activa não tem máscara\n" -"para converter para uma selecção." +msgstr "Clique ou prima Enter para converter a selecção" #: ../app/tools/gimpiscissorstool.c:989 -#, fuzzy msgid "Press Enter to convert to a selection" -msgstr "" -"A camada activa não tem máscara\n" -"para converter para uma selecção." +msgstr "Prima Enter para converter em selecção" #: ../app/tools/gimpiscissorstool.c:1004 -#, fuzzy msgid "Click or Click-Drag to add a point" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Clique ou clique-e-arraste para criar um novo ponto" #: ../app/tools/gimplevelstool.c:151 -#, fuzzy msgid "Levels Tool: Adjust color levels" -msgstr "Ajustar níveis de cores" +msgstr "Ferramenta de Níveis: Ajusta níveis de cor" #: ../app/tools/gimplevelstool.c:152 -#, fuzzy msgid "_Levels..." -msgstr "Níveis" +msgstr "_Níveis..." #: ../app/tools/gimplevelstool.c:174 -#, fuzzy msgid "Import Levels" -msgstr "Níveis Entrada" +msgstr "Importar Níveis" #: ../app/tools/gimplevelstool.c:175 -#, fuzzy msgid "Export Levels" -msgstr "Níveis Entrada" +msgstr "Exportar Níveis" #: ../app/tools/gimplevelstool.c:228 -#, fuzzy, c-format +#, c-format msgid "Levels does not operate on indexed layers." -msgstr "Inversão não opera sobre camadas indexadas." +msgstr "A Ferramenta de Níveis não opera em camadas indexadas." #: ../app/tools/gimplevelstool.c:310 -#, fuzzy msgid "Pick black point" -msgstr "Seleccionar Ponto Preto" +msgstr "Seleccione ponto negro" #: ../app/tools/gimplevelstool.c:314 -#, fuzzy msgid "Pick gray point" -msgstr "Seleccionar Ponto Cinza" +msgstr "Seleccione ponto cinzento" #: ../app/tools/gimplevelstool.c:318 -#, fuzzy msgid "Pick white point" -msgstr "Seleccionar Ponto Branco" +msgstr "Seleccione ponto branco" #. Input levels frame #: ../app/tools/gimplevelstool.c:419 @@ -11599,36 +10562,33 @@ #: ../app/tools/gimplevelstool.c:682 msgid "Edit these Settings as Curves" -msgstr "" +msgstr "Editar estas configurações como Curvas de cores" #: ../app/tools/gimplevelstool.c:825 msgid "Use _old levels file format" -msgstr "" +msgstr "Usar format_o antigo de ficheiro de Níveis" #: ../app/tools/gimpmagnifyoptions.c:167 -#, fuzzy msgid "Auto-resize window" -msgstr "Redimensionar Janela no _Zoom" +msgstr "Auto-redimensionar janela" #. tool toggle #: ../app/tools/gimpmagnifyoptions.c:172 ../app/tools/gimpmoveoptions.c:188 -#, fuzzy, c-format +#, c-format msgid "Tool Toggle (%s)" -msgstr "Alternar Ferramenta %s" +msgstr "Alternar Ferramenta (%s)" #: ../app/tools/gimpmagnifytool.c:86 -#, fuzzy msgid "Zoom" -msgstr "Zoom:" +msgstr "Zoom" #: ../app/tools/gimpmagnifytool.c:87 msgid "Zoom Tool: Adjust the zoom level" msgstr "Ferramenta Zoom: Ajusta o nível do zoom" #: ../app/tools/gimpmagnifytool.c:88 -#, fuzzy msgid "tool|_Zoom" -msgstr "Zoom:" +msgstr "ferramenta|_Zoom" #: ../app/tools/gimpmeasureoptions.c:124 msgid "Use info window" @@ -11646,36 +10606,36 @@ msgid "_Measure" msgstr "_Medida" -#: ../app/tools/gimpmeasuretool.c:238 +#: ../app/tools/gimpmeasuretool.c:241 msgid "Add Guides" msgstr "Adicionar Guias" -#: ../app/tools/gimpmeasuretool.c:558 +#: ../app/tools/gimpmeasuretool.c:561 msgid "Click to place vertical and horizontal guides" msgstr "Clique para colocar guias verticais e horizontais" -#: ../app/tools/gimpmeasuretool.c:567 +#: ../app/tools/gimpmeasuretool.c:570 msgid "Click to place a horizontal guide" msgstr "Clique para colocar uma guia horizontal" -#: ../app/tools/gimpmeasuretool.c:581 +#: ../app/tools/gimpmeasuretool.c:584 msgid "Click to place a vertical guide" msgstr "Clique para colocar uma guia vertical" -#: ../app/tools/gimpmeasuretool.c:595 +#: ../app/tools/gimpmeasuretool.c:598 msgid "Click-Drag to add a new point" msgstr "Clique-Arraste para adicionar um novo ponto" -#: ../app/tools/gimpmeasuretool.c:625 +#: ../app/tools/gimpmeasuretool.c:628 msgid "Click-Drag to move all points" msgstr "Clique-Arraste para mover todos os pontos" #. tool->display->shell -#: ../app/tools/gimpmeasuretool.c:986 +#: ../app/tools/gimpmeasuretool.c:989 msgid "Measure Distances and Angles" msgstr "Medir Distâncias e Ângulos" -#: ../app/tools/gimpmeasuretool.c:1006 +#: ../app/tools/gimpmeasuretool.c:1009 msgid "Distance:" msgstr "Distância:" @@ -11701,17 +10661,16 @@ #: ../app/tools/gimpmoveoptions.c:179 msgid "Move:" -msgstr "Mover: " +msgstr "Mover:" #: ../app/tools/gimpmovetool.c:127 -#, fuzzy msgctxt "tool" msgid "Move" msgstr "Mover" #: ../app/tools/gimpmovetool.c:128 msgid "Move Tool: Move layers, selections, and other objects" -msgstr "" +msgstr "Ferramenta Mover: Move camadas, selecções e outros objectos" #: ../app/tools/gimpmovetool.c:129 msgid "_Move" @@ -11732,10 +10691,12 @@ #: ../app/tools/gimppaintbrushtool.c:52 msgid "Paintbrush Tool: Paint smooth strokes using a brush" msgstr "" +"Ferramenta Pintor: espalhar o material de pintura com pinceladas suaves " +"usando um pincel" #: ../app/tools/gimppaintbrushtool.c:53 msgid "_Paintbrush" -msgstr "_Pincel" +msgstr "_Pintor" #: ../app/tools/gimppaintoptions-gui.c:112 #: ../app/tools/gimpselectionoptions.c:211 @@ -11751,7 +10712,7 @@ #: ../app/tools/gimppaintoptions-gui.c:137 msgid "Brush:" -msgstr "Pincel:" +msgstr "Brush:" #: ../app/tools/gimppaintoptions-gui.c:142 msgid "Scale:" @@ -11775,16 +10736,15 @@ #: ../app/tools/gimppaintoptions-gui.c:186 msgid "Brush Dynamics" -msgstr "" +msgstr "Dinâmica do Pincel" #: ../app/tools/gimppaintoptions-gui.c:204 -#, fuzzy msgid "Velocity:" -msgstr "Seleccionar por:" +msgstr "Velocidade:" #: ../app/tools/gimppaintoptions-gui.c:210 msgid "Random:" -msgstr "" +msgstr "Aleatório:" #: ../app/tools/gimppaintoptions-gui.c:264 msgid "Incremental" @@ -11805,7 +10765,7 @@ #: ../app/tools/gimppaintoptions-gui.c:601 msgid "Apply Jitter" -msgstr "" +msgstr "Espalhar" #: ../app/tools/gimppaintoptions-gui.c:606 msgid "Amount:" @@ -11835,7 +10795,7 @@ #: ../app/tools/gimppenciltool.c:52 msgid "Pencil Tool: Hard edge painting using a brush" -msgstr "" +msgstr "Ferramenta Lápis: Pintura com margem sólida usando um pincel" #: ../app/tools/gimppenciltool.c:53 msgid "Pe_ncil" @@ -11846,6 +10806,8 @@ "Perspective Clone Tool: Clone from an image source after applying a " "perspective transformation" msgstr "" +"Ferramenta Clonar Perspectiva: Copia a partir de uma imagem-origem depois de " +"aplicar a transformação de perspectiva" #: ../app/tools/gimpperspectiveclonetool.c:129 msgid "_Perspective Clone" @@ -11857,14 +10819,14 @@ #: ../app/tools/gimpperspectivetool.c:70 msgid "Perspective Tool: Change perspective of the layer, selection or path" -msgstr "Ferramenta Perspectiva: Alterar a perspectiva da camada, selecção ou caminho" +msgstr "" +"Ferramenta Perspectiva: Alterar a perspectiva da camada, selecção ou caminho" #: ../app/tools/gimpperspectivetool.c:72 msgid "_Perspective" msgstr "_Perspectiva" #: ../app/tools/gimpperspectivetool.c:99 -#, fuzzy msgctxt "command" msgid "Perspective" msgstr "Perspectiva" @@ -11875,7 +10837,7 @@ #: ../app/tools/gimpperspectivetool.c:115 msgid "Transformation Matrix" -msgstr "Matriz de Transformação" +msgstr "Algoritmo de Transformação" #: ../app/tools/gimpposterizetool.c:85 msgid "Posterize Tool: Reduce to a limited set of colors" @@ -11900,7 +10862,7 @@ #: ../app/tools/gimprectangleoptions.c:112 msgid "Use all visible layers when shrinking the selection" -msgstr "Utilizar todas as camadas visíveis ao encolher a selecção" +msgstr "Considerar todas as camadas visíveis ao encolher a selecção" #. Current, as in what is currently in use. #: ../app/tools/gimprectangleoptions.c:729 @@ -11930,7 +10892,7 @@ #: ../app/tools/gimprectangleoptions.c:998 msgid "Shrink merged" -msgstr "Encolher junção" +msgstr "Encolher considerando todas as camadas" #: ../app/tools/gimprectangleselectoptions.c:164 msgid "Rounded corners" @@ -11938,7 +10900,7 @@ #: ../app/tools/gimprectangleselecttool.c:167 msgid "Rectangle Select" -msgstr "Selecção Rectangular" +msgstr "Selecção rectangular" #: ../app/tools/gimprectangleselecttool.c:168 msgid "Rectangle Select Tool: Select a rectangular region" @@ -11957,9 +10919,8 @@ msgstr "Permitir selecção de áreas completamente transparentes" #: ../app/tools/gimpregionselectoptions.c:90 -#, fuzzy msgid "Base region_select on all visible layers" -msgstr "Selecção base em todas as camadas visíveis" +msgstr "_Seleccionar em todas as camadas visíveis com base numa região" #: ../app/tools/gimpregionselectoptions.c:202 msgid "Select transparent areas" @@ -11971,7 +10932,7 @@ #: ../app/tools/gimpregionselecttool.c:162 msgid "Move the mouse to change threshold" -msgstr "" +msgstr "Movimente o rato para alterar o limite" #: ../app/tools/gimprotatetool.c:90 msgid "Rotate" @@ -12010,7 +10971,6 @@ msgstr "_Escala" #: ../app/tools/gimpscaletool.c:106 -#, fuzzy msgctxt "command" msgid "Scale" msgstr "Dimensionar" @@ -12021,7 +10981,7 @@ #: ../app/tools/gimpselectionoptions.c:273 msgid "Feather edges" -msgstr "Difusão de Margens" +msgstr "Difusão de orlas" #: ../app/tools/gimpselectiontool.c:251 msgid "Click-Drag to replace the current selection" @@ -12072,7 +11032,6 @@ msgstr "C_ortar" #: ../app/tools/gimpsheartool.c:110 -#, fuzzy msgctxt "command" msgid "Shear" msgstr "Cortar" @@ -12088,6 +11047,8 @@ #: ../app/tools/gimpsmudgetool.c:54 msgid "Smudge Tool: Smudge selectively using a brush" msgstr "" +"Ferramenta Esborratar: mistura o conteúdo da imagem, esborratando-o usando " +"um pincel" #: ../app/tools/gimpsmudgetool.c:55 msgid "_Smudge" @@ -12102,7 +11063,8 @@ msgstr "Clique para manchar a linha" #: ../app/tools/gimptextoptions.c:127 -msgid "Hinting alters the font outline to produce a crisp bitmap at small sizes" +msgid "" +"Hinting alters the font outline to produce a crisp bitmap at small sizes" msgstr "" "Dicas alteram o rebordo das fontes para produzir uma imagem clara em " "tamanhos pequenos" @@ -12132,7 +11094,6 @@ msgstr "Fonte:" #: ../app/tools/gimptextoptions.c:461 -#, fuzzy msgid "Hinting" msgstr "Dicas" @@ -12154,37 +11115,34 @@ #. Create a path from the current text #: ../app/tools/gimptextoptions.c:520 -#, fuzzy msgid "Path from Text" -msgstr "Caminho do Texto" +msgstr "Caminho a partir de Texto" #: ../app/tools/gimptextoptions.c:527 -#, fuzzy msgid "Text along Path" -msgstr "Texto ao longo de um Caminho" +msgstr "Texto ao longo de Caminho" -#: ../app/tools/gimptexttool.c:161 +#: ../app/tools/gimptexttool.c:162 msgid "Text Tool: Create or edit text layers" msgstr "Ferramenta Texto: Criar ou edita camadas de texto" -#: ../app/tools/gimptexttool.c:162 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" msgstr "Te_xto" -#: ../app/tools/gimptexttool.c:954 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "Editor Texto GIMP" -#: ../app/tools/gimptexttool.c:1070 ../app/tools/gimptexttool.c:1073 +#: ../app/tools/gimptexttool.c:1103 ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "Confirmar Edição de Texto" -#: ../app/tools/gimptexttool.c:1077 -#, fuzzy +#: ../app/tools/gimptexttool.c:1110 msgid "Create _New Layer" -msgstr "Criar Nova Camada" +msgstr "Criar uma _nova camada" -#: ../app/tools/gimptexttool.c:1101 +#: ../app/tools/gimptexttool.c:1134 msgid "" "The layer you selected is a text layer but it has been modified using other " "tools. Editing the layer with the text tool will discard these " @@ -12199,10 +11157,9 @@ "Pode editar a camada ou criar uma nova camada de texto a partir dos seus " "atributos de texto." -#: ../app/tools/gimptexttool.c:1313 -#, fuzzy +#: ../app/tools/gimptexttool.c:1356 msgid "Reshape Text Layer" -msgstr "Renomear Camada" +msgstr "Re-modelar Camada de texto" #: ../app/tools/gimpthresholdtool.c:91 msgid "Threshold Tool: Reduce image to two colors using a threshold" @@ -12218,11 +11175,11 @@ #: ../app/tools/gimpthresholdtool.c:111 msgid "Import Threshold Settings" -msgstr "" +msgstr "Importar configurações de Limites" #: ../app/tools/gimpthresholdtool.c:112 msgid "Export Threshold Settings" -msgstr "" +msgstr "Exportar configurações de Limites" #: ../app/tools/gimpthresholdtool.c:161 #, c-format @@ -12231,11 +11188,11 @@ #: ../app/tools/gimpthresholdtool.c:266 msgid "Automatically adjust to optimal binarization threshold" -msgstr "" +msgstr "Auto-ajustar para limite de binarização optimizado" #: ../app/tools/gimptransformoptions.c:273 msgid "Transform:" -msgstr "Transformar." +msgstr "Transformar:" #: ../app/tools/gimptransformoptions.c:282 msgid "Direction" @@ -12274,7 +11231,7 @@ #: ../app/tools/gimptransformtool.c:1176 msgid "There is no path to transform." -msgstr "Não existe nenhum caminho a transformar." +msgstr "Não existe nenhum caminho para transformar." #: ../app/tools/gimpvectoroptions.c:77 msgid "Restrict editing to polygons" @@ -12304,7 +11261,7 @@ #. Create a selection from the current path #: ../app/tools/gimpvectoroptions.c:189 msgid "Selection from Path" -msgstr "Selecção apartir do Caminho" +msgstr "Selecção a partir do Caminho" #: ../app/tools/gimpvectortool.c:161 msgid "Paths Tool: Create and edit paths" @@ -12316,7 +11273,7 @@ #: ../app/tools/gimpvectortool.c:322 msgid "Add Stroke" -msgstr "Adicionar Pincelada" +msgstr "Adicionar Traçado" #: ../app/tools/gimpvectortool.c:345 msgid "Add Anchor" @@ -12344,7 +11301,7 @@ #: ../app/tools/gimpvectortool.c:496 msgid "Connect Strokes" -msgstr "Ligar Pinceladas" +msgstr "Ligar o Traçado" #: ../app/tools/gimpvectortool.c:527 msgid "Drag Path" @@ -12352,7 +11309,7 @@ #: ../app/tools/gimpvectortool.c:537 msgid "Convert Edge" -msgstr "Converter Margem" +msgstr "Converter orla" #: ../app/tools/gimpvectortool.c:567 msgid "Delete Anchor" @@ -12437,32 +11394,27 @@ #: ../app/tools/gimpvectortool.c:1939 msgid "There is no active layer or channel to stroke to" -msgstr "Não existe nenhuma camada ou canal activo para aclarar" +msgstr "Não existe nenhuma camada ou canal activos que possam ser traçados" #: ../app/tools/tools-enums.c:58 -#, fuzzy msgid "No guides" -msgstr "Sem guias" +msgstr "Nenhumas guias" #: ../app/tools/tools-enums.c:59 -#, fuzzy msgid "Center lines" msgstr "Centrar linhas" #: ../app/tools/tools-enums.c:60 -#, fuzzy msgid "Rule of thirds" -msgstr "Número de caminhos:" +msgstr "Regra dos terços" #: ../app/tools/tools-enums.c:61 -#, fuzzy msgid "Golden sections" msgstr "Secções douradas" #: ../app/tools/tools-enums.c:148 -#, fuzzy msgid "Aspect ratio" -msgstr "Proporção aspecto" +msgstr "Factor de Proporção:" #: ../app/tools/tools-enums.c:149 ../app/widgets/gimpgrideditor.c:265 #: ../app/widgets/gimpgrideditor.c:297 @@ -12475,51 +11427,42 @@ msgstr "Altura" #: ../app/tools/tools-enums.c:179 -#, fuzzy msgid "Free select" msgstr "Selecção livre" #: ../app/tools/tools-enums.c:180 -#, fuzzy msgid "Fixed size" msgstr "Tamanho fixo" #: ../app/tools/tools-enums.c:181 -#, fuzzy msgid "Fixed aspect ratio" -msgstr "Proporção de aspecto fixo" +msgstr "Factor de Proporção fixo" #: ../app/tools/tools-enums.c:211 ../app/vectors/gimpvectors.c:192 msgid "Path" msgstr "Caminho" #: ../app/tools/tools-enums.c:240 -#, fuzzy msgid "Outline" msgstr "Contorno" #: ../app/tools/tools-enums.c:243 -#, fuzzy msgid "Image + Grid" msgstr "Imagem + Grelha" #: ../app/tools/tools-enums.c:270 -#, fuzzy msgid "Number of grid lines" -msgstr "Número de linhas da grelha" +msgstr "Quantidade de linhas de grade" #: ../app/tools/tools-enums.c:271 -#, fuzzy msgid "Grid line spacing" -msgstr "Espaçamento linhas grelha" +msgstr "Espaçamento das linhas da grade" #: ../app/tools/tools-enums.c:299 -#, fuzzy msgid "Design" msgstr "Design" #: ../app/tools/tools-enums.c:301 -#, fuzzy msgid "Move" msgstr "Mover" @@ -12580,9 +11523,8 @@ msgstr "Falha ao importar caminhos de '%s': %s" #: ../app/widgets/gimpactioneditor.c:71 -#, fuzzy msgid "_Search:" -msgstr "Cortar" +msgstr "_Procurar:" #: ../app/widgets/gimpactiongroup.c:802 #, c-format @@ -12617,12 +11559,12 @@ #: ../app/widgets/gimpactionview.c:704 #, c-format msgid "Shortcut \"%s\" is already taken by \"%s\" from the \"%s\" group." -msgstr "" +msgstr "O atalho \"%s\" já foi usado por \"%s\" do grupo \"%s\"." #: ../app/widgets/gimpactionview.c:708 #, c-format msgid "Reassigning the shortcut will cause it to be removed from \"%s\"." -msgstr "" +msgstr "Re-atribuindo o atalho irá fazer com que ele seja removido de \"%s\"." #: ../app/widgets/gimpactionview.c:781 msgid "Invalid shortcut." @@ -12642,7 +11584,7 @@ #: ../app/widgets/gimpbrusheditor.c:195 msgid "Aspect ratio:" -msgstr "Proporção aspecto:" +msgstr "Factor de Proporção:" #: ../app/widgets/gimpbrusheditor.c:221 #: ../app/widgets/gimpbrushfactoryview.c:82 @@ -12710,6 +11652,8 @@ "Hexadecimal color notation as used in HTML and CSS. This entry also accepts " "CSS color names." msgstr "" +"Notação de cor hexadecimal como a usada em HTML e CSS. Esta entrada também " +"aceita nomes de cores do CSS." #: ../app/widgets/gimpcolorframe.c:501 msgid "Index:" @@ -12781,23 +11725,23 @@ #: ../app/widgets/gimpcolormapeditor.c:492 msgid "Only indexed images have a colormap." -msgstr "" +msgstr "Só as imagens indexadas é que contêm um mapa de cores." #: ../app/widgets/gimpcolorselectorpalette.c:59 msgid "Palette" msgstr "Palette" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Reler todas Antevisões" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Antevisões Grandes" #: ../app/widgets/gimpcontrollereditor.c:202 msgid "_Dump events from this controller" -msgstr "" +msgstr "_Despejar eventos deste controlador" #: ../app/widgets/gimpcontrollereditor.c:207 msgid "_Enable this controller" @@ -12821,12 +11765,12 @@ #: ../app/widgets/gimpcontrollereditor.c:377 msgid "Select the next event arriving from the controller" -msgstr "" +msgstr "Seleccione o próximo evento que chegue do controlador" #: ../app/widgets/gimpcontrollereditor.c:535 #, c-format msgid "Remove the action assigned to '%s'" -msgstr "" +msgstr "Remover a acção atribuída a '%s'" #: ../app/widgets/gimpcontrollereditor.c:540 #, c-format @@ -12840,7 +11784,7 @@ #: ../app/widgets/gimpcontrollereditor.c:666 msgid "Select Controller Event Action" -msgstr "" +msgstr "Seleccionar Acção do Controlador de Eventos" #: ../app/widgets/gimpcontrollerkeyboard.c:70 #: ../app/widgets/gimpcontrollerkeyboard.c:73 @@ -12935,6 +11879,9 @@ "\n" "You already have a keyboard controller in your list of active controllers." msgstr "" +"Só pode existir um controlador de teclado.\n" +"\n" +"Já definiu um controlador de teclado na lista de controladores activos." #: ../app/widgets/gimpcontrollerlist.c:524 msgid "" @@ -12942,6 +11889,9 @@ "\n" "You already have a wheel controller in your list of active controllers." msgstr "" +"Só pode existir um controlador de rato.\n" +"\n" +"Já definiu um controlador de rato na lista de controladores activos." #: ../app/widgets/gimpcontrollerlist.c:551 msgid "Remove Controller?" @@ -12969,6 +11919,11 @@ "Selecting \"Disable Controller\" will disable the controller without " "removing it." msgstr "" +"Ao eliminar este controlador da lista de controladores activos irá remover " +"todas as associações de eventos que tenha configurado.\n" +"\n" +"Ao seleccionar \"Desactivar Controlador\" irá desactivar o controlador sem o " +"eliminar." #: ../app/widgets/gimpcontrollerlist.c:633 msgid "Configure Input Controller" @@ -12983,7 +11938,7 @@ #: ../app/widgets/gimpcontrollerwheel.c:90 #: ../app/widgets/gimpcontrollerwheel.c:93 msgid "Scroll Up" -msgstr "" +msgstr "Deslocar para Cima" #: ../app/widgets/gimpcontrollerwheel.c:97 #: ../app/widgets/gimpcontrollerwheel.c:100 @@ -12994,7 +11949,7 @@ #: ../app/widgets/gimpcontrollerwheel.c:115 #: ../app/widgets/gimpcontrollerwheel.c:118 msgid "Scroll Down" -msgstr "" +msgstr "Deslocar para Baixo" #: ../app/widgets/gimpcontrollerwheel.c:122 #: ../app/widgets/gimpcontrollerwheel.c:125 @@ -13247,56 +12202,53 @@ msgid "Spacing" msgstr "Espaçamento" -#: ../app/widgets/gimphelp.c:276 -#, fuzzy +#: ../app/widgets/gimphelp.c:294 msgid "Help browser is missing" -msgstr "Navegador de Ajuda a _Utilizar:" +msgstr "Visualizador de ajuda não encontrado" -#: ../app/widgets/gimphelp.c:277 -#, fuzzy +#: ../app/widgets/gimphelp.c:295 msgid "The GIMP help browser is not available." -msgstr "Navegador da Ajuda do Gimp" +msgstr "O navegador de ajuda do GIMP não está disponível." -#: ../app/widgets/gimphelp.c:278 -#, fuzzy +#: ../app/widgets/gimphelp.c:296 msgid "" "The GIMP help browser plug-in appears to be missing from your installation. " "You may instead use the web browser for reading the help pages." msgstr "" -"O plug-in com o navegador de ajuda do GIMP não parece estar disponível na " -"sua instalação." +"Parece que o plugin do navegador de ajuda do GIMP não está instalado. Em " +"alternativa, pode usar o navegador web para consultar as páginas de ajuda." -#: ../app/widgets/gimphelp.c:319 +#: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" msgstr "O navegador de ajuda não inicia" -#: ../app/widgets/gimphelp.c:320 +#: ../app/widgets/gimphelp.c:338 msgid "Could not start the GIMP help browser plug-in." msgstr "Incapaz de iniciar o plug-in navegador de ajuda GIMP." -#: ../app/widgets/gimphelp.c:347 -#, fuzzy +#: ../app/widgets/gimphelp.c:365 msgid "Use _Web Browser" -msgstr "Browser Web" +msgstr "Utilize o _Navegador Internet" -#: ../app/widgets/gimphelp.c:596 -#, fuzzy +#: ../app/widgets/gimphelp.c:614 msgid "GIMP user manual is missing" -msgstr "Abrir o manual de utilizador do GIMP" +msgstr "O manual de utilizador do GIMP está em falta." -#: ../app/widgets/gimphelp.c:603 +#: ../app/widgets/gimphelp.c:621 msgid "_Read Online" -msgstr "" +msgstr "_Ler Online" -#: ../app/widgets/gimphelp.c:627 +#: ../app/widgets/gimphelp.c:645 msgid "The GIMP user manual is not installed on your computer." -msgstr "" +msgstr "O manual de utilizador do GIMP não está instalado no seu computador." -#: ../app/widgets/gimphelp.c:630 +#: ../app/widgets/gimphelp.c:648 msgid "" "You may either install the additional help package or change your " "preferences to use the online version." msgstr "" +"Pode instalar o pacote adicional de ajuda ou alterar as opções para que " +"utilize a versão online." #: ../app/widgets/gimphistogrameditor.c:99 msgid "Mean:" @@ -13429,7 +12381,8 @@ msgstr "Automático" #: ../app/widgets/gimpmenudock.c:170 -msgid "When enabled the dialog automatically follows the image you are working on." +msgid "" +"When enabled the dialog automatically follows the image you are working on." msgstr "" "Quando activo o diálogo segue automaticamente a imagem em que está a " "trabalhar." @@ -13476,63 +12429,52 @@ msgstr "UTF-8 inválido" #: ../app/widgets/gimpsettingsbox.c:239 -#, fuzzy msgid "Pick a setting from the list" -msgstr "Clique para seleccionar caminho a editar." +msgstr "Seleccione uma opção da lista" #: ../app/widgets/gimpsettingsbox.c:260 -#, fuzzy msgid "Add settings to favorites" -msgstr "Gravar definições curvas para o disco" +msgstr "Adicionar as opções aos favoritos" #: ../app/widgets/gimpsettingsbox.c:288 -#, fuzzy msgid "_Import Settings from File..." -msgstr "Ler definições curvas do disco" +msgstr "_Importar Definições de um Ficheiro..." #: ../app/widgets/gimpsettingsbox.c:294 -#, fuzzy msgid "_Export Settings to File..." -msgstr "Gravar Log de Erro em Ficheiro" +msgstr "_Exportar Definições para o Ficheiro..." #: ../app/widgets/gimpsettingsbox.c:301 -#, fuzzy msgid "_Manage Settings..." -msgstr "/_Misturar Paletas..." +msgstr "_Gerir Definições..." #: ../app/widgets/gimpsettingsbox.c:588 msgid "Add Settings to Favorites" -msgstr "" +msgstr "Adicionar Definições aos Favoritos" #: ../app/widgets/gimpsettingsbox.c:591 -#, fuzzy msgid "Enter a name for the settings" -msgstr "Introduza um nome para as opções gravadas" +msgstr "Indique um nome para as definições" #: ../app/widgets/gimpsettingsbox.c:592 -#, fuzzy msgid "Saved Settings" -msgstr "Opções Gravadas" +msgstr "Definições Gravadas" #: ../app/widgets/gimpsettingsbox.c:627 -#, fuzzy msgid "Manage Saved Settings" -msgstr "/Re_nomear Opções Gravadas" +msgstr "Gerir Definições gravadas" #: ../app/widgets/gimpsettingseditor.c:174 -#, fuzzy msgid "Import settings from a file" -msgstr "Ler definições curvas do disco" +msgstr "Importar definições de um ficheiro" #: ../app/widgets/gimpsettingseditor.c:183 -#, fuzzy msgid "Export the selected settings to a file" -msgstr "Gravar definições de níveis para ficheiro" +msgstr "Exportar definições seleccionadas para um ficheiro" #: ../app/widgets/gimpsettingseditor.c:192 -#, fuzzy msgid "Delete the selected settings" -msgstr "Remover o modelo seleccionado" +msgstr "Apagar as definições seleccionadas" #: ../app/widgets/gimpsizebox.c:464 #, c-format @@ -13616,9 +12558,8 @@ msgstr "%d ppi, %s" #: ../app/widgets/gimptexteditor.c:188 -#, fuzzy msgid "_Language:" -msgstr "Grande " +msgstr "I_dioma:" #: ../app/widgets/gimptexteditor.c:234 msgid "_Use selected font" @@ -13651,16 +12592,16 @@ msgstr "Criando antevisão..." #: ../app/widgets/gimptoolbox-color-area.c:80 -#, fuzzy msgid "" "Foreground & background colors.\n" "The black and white squares reset colors.\n" "The arrows swap colors.\n" "Click to open the color selection dialog." msgstr "" -"Cores de frente e fundo. Os quadrados branco e preto reinicializam as " -"cores. As setas trocam as cores. Duplo clique para abrir a janela de " -"selecção de cores." +"Cores de 1º plano e de fundo.\n" +"Os quadrados pretos e brancos reiniciam as cores.\n" +"As setas trocam as cores.\n" +"Clique para abrir o diálogo de selecção de cores." #: ../app/widgets/gimptoolbox-color-area.c:141 msgid "Change Foreground Color" @@ -13681,7 +12622,8 @@ #: ../app/widgets/gimptoolbox-image-area.c:114 msgid "Drag to an XDS enabled file-manager to save the image." -msgstr "Arrastar para um gestor de ficheiros que suporte XDS para gravar a imagem." +msgstr "" +"Arrastar para um gestor de ficheiros que suporte XDS para gravar a imagem." #: ../app/widgets/gimptoolbox-indicator-area.c:150 msgid "" @@ -13753,11 +12695,11 @@ #: ../app/widgets/gimpviewablebox.c:81 msgid "Open the brush selection dialog" -msgstr "Abrir o diálogo de selecção pinceis" +msgstr "Abrir a Selecção de Pincéis" #: ../app/widgets/gimpviewablebox.c:138 msgid "Open the pattern selection dialog" -msgstr "Abrir o diálogo de selecção de padrões" +msgstr "Abrir o diálogo de selecção de texturas" #: ../app/widgets/gimpviewablebox.c:204 msgid "Open the gradient selection dialog" @@ -13801,124 +12743,100 @@ msgstr "Dados UTF-8 inválidos no ficheiro '%s'." #: ../app/widgets/widgets-enums.c:23 -#, fuzzy msgid "Foreground" -msgstr "Frente" +msgstr "1º Plano" #: ../app/widgets/widgets-enums.c:83 -#, fuzzy msgid "Pixel" msgstr "Pixel" #: ../app/widgets/widgets-enums.c:85 -#, fuzzy msgid "HSV" -msgstr "HSV" +msgstr "MSV" #: ../app/widgets/widgets-enums.c:86 -#, fuzzy msgid "CMYK" -msgstr "CMYK" +msgstr "CMAK" #: ../app/widgets/widgets-enums.c:115 -#, fuzzy msgid "Pick only" -msgstr "Apenas Obter" +msgstr "Seleccionar apenas" #: ../app/widgets/widgets-enums.c:116 -#, fuzzy msgid "Set foreground color" -msgstr "Definir Cor de 1º Plano" +msgstr "Definir cor de 1º Plano" #: ../app/widgets/widgets-enums.c:117 -#, fuzzy msgid "Set background color" -msgstr "Definir Cor de fundo" +msgstr "Definir a cor do fundo" #: ../app/widgets/widgets-enums.c:118 -#, fuzzy msgid "Add to palette" msgstr "Adicionar à paleta" #: ../app/widgets/widgets-enums.c:173 -#, fuzzy msgid "Black & white" -msgstr "Preto & branco" +msgstr "Preto e branco" #: ../app/widgets/widgets-enums.c:174 -#, fuzzy msgid "Fancy" -msgstr "Fancy" +msgstr "Sofisticado" #: ../app/widgets/widgets-enums.c:201 -#, fuzzy msgid "GIMP help browser" -msgstr "Navegador da Ajuda do Gimp" +msgstr "Navegar de Ajuda do GIMP" #: ../app/widgets/widgets-enums.c:202 -#, fuzzy msgid "Web browser" -msgstr "Navegador Web" +msgstr "Navegador web" #: ../app/widgets/widgets-enums.c:229 -#, fuzzy msgid "Linear histogram" -msgstr "Histograma" +msgstr "Histograma linear" #: ../app/widgets/widgets-enums.c:230 -#, fuzzy msgid "Logarithmic histogram" -msgstr "Logarítmico" +msgstr "Histograma logaritmico" #: ../app/widgets/widgets-enums.c:263 -#, fuzzy msgid "Icon" msgstr "Ícone" #: ../app/widgets/widgets-enums.c:264 -#, fuzzy msgid "Current status" msgstr "Estado actual" #: ../app/widgets/widgets-enums.c:266 -#, fuzzy msgid "Description" msgstr "Descrição" #: ../app/widgets/widgets-enums.c:267 -#, fuzzy msgid "Icon & text" -msgstr "Ícone & texto" +msgstr "Ícone e texto" #: ../app/widgets/widgets-enums.c:268 -#, fuzzy msgid "Icon & desc" -msgstr "Ícone & desc" +msgstr "Ícone e descrição" #: ../app/widgets/widgets-enums.c:269 -#, fuzzy msgid "Status & text" -msgstr "Estado & texto" +msgstr "Estado e texto" #: ../app/widgets/widgets-enums.c:270 -#, fuzzy msgid "Status & desc" -msgstr "Estado & descrição" +msgstr "Estado e descrição" #: ../app/widgets/widgets-enums.c:298 -#, fuzzy msgid "Normal window" msgstr "Janela normal" #: ../app/widgets/widgets-enums.c:299 -#, fuzzy msgid "Utility window" msgstr "Janela de utilitários" #: ../app/widgets/widgets-enums.c:300 -#, fuzzy msgid "Keep above" -msgstr "Manter por cima" +msgstr "Manter acima" #: ../app/xcf/xcf-load.c:277 msgid "" @@ -13999,11 +12917,12 @@ #: ../tools/gimp-remote.c:70 msgid "Only check if GIMP is running, then quit" -msgstr "Apenas verificar se o GIMP está em execução, depois sair" +msgstr "Verificar apenas se o GIMP está em execução e depois sair" #: ../tools/gimp-remote.c:76 msgid "Print X window ID of GIMP toolbox window, then quit" -msgstr "Imprime o ID da janela X da janela da caixa de ferramentas do GIMP, e sai" +msgstr "" +"Imprime o ID da janela X da janela da caixa de ferramentas do GIMP, e sai" #: ../tools/gimp-remote.c:82 msgid "Start GIMP without showing the startup window" @@ -14015,11 +12934,10 @@ #: ../tools/gimp-remote-x11.c:68 msgid "Make sure that the Toolbox is visible!" -msgstr "Verifique se a Caixa de Ferramentas está visível!" +msgstr "Assegure-se que a Caixa de Ferramentas está visível!" #. if execv and execvp return, there was an error #: ../tools/gimp-remote-x11.c:248 #, c-format msgid "Couldn't start '%s': %s" msgstr "Incapaz de iniciar '%s': %s" - diff -Nru gimp-2.6.11/po/ru.po gimp-2.6.12/po/ru.po --- gimp-2.6.11/po/ru.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/ru.po 2012-01-31 13:50:16.000000000 +0000 @@ -5,25 +5,28 @@ # Anatoly A. Yakushin , 2003, 2004. # Roxana Kolosova , 2003-2006. # Alexandre Prokoudine , 2005, 2006, 2007, 2009. +# Александр Прокудин , 2010, 2011. +# msgid "" msgstr "" "Project-Id-Version: gimp trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-11-30 03:59+0300\n" -"PO-Revision-Date: 2009-12-02 05:06+0300\n" -"Last-Translator: Alexandre Prokoudine \n" +"POT-Creation-Date: 2011-02-04 00:34+0300\n" +"PO-Revision-Date: 2011-02-04 00:34+0300\n" +"Last-Translator: Александр Прокудин \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Content-Transfer-Encoding: UTF-8\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); 10<=4 && (n%100<10 || n%" +"100>=20) ? 1 : 2);\n" #: ../app/about.h:24 msgid "GIMP" msgstr "GIMP" -#: ../app/about.h:27 -#: ../desktop/gimp.desktop.in.in.h:2 +#: ../app/about.h:27 ../desktop/gimp.desktop.in.in.h:2 msgid "GNU Image Manipulation Program" msgstr "GNU Image Manipulation Program" @@ -32,141 +35,162 @@ "Copyright © 1995-2008\n" "Spencer Kimball, Peter Mattis and the GIMP Development Team" msgstr "" -"Авторские права © 1995-2008\n" +"Авторские права © 1995-2010\n" "Spencer Kimball, Peter Mattis и команда разработчиков GIMP" #: ../app/about.h:34 msgid "" -"GIMP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n" +"GIMP is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version.\n" "\n" -"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" +"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details.\n" "\n" -"You should have received a copy of the GNU General Public License along with GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." -msgstr "" -"GIMP является свободным программным обеспечением; вы можете распространять и/или изменять его согласно условиям Стандартной Общественной Лицензии GNU (GNU GPL), опубликованной Фондом свободного программного обеспечения (FSF), либо Лицензии версии 2, либо (на ваше усмотрение) любой более поздней версии.\n" +"You should have received a copy of the GNU General Public License along with " +"GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - " +"Suite 330, Boston, MA 02111-1307, USA." +msgstr "" +"GIMP является свободным программным обеспечением; вы можете распространять и/" +"или изменять его согласно условиям Стандартной Общественной Лицензии GNU " +"(GNU GPL), опубликованной Фондом свободного программного обеспечения (FSF), " +"либо Лицензии версии 2, либо (на ваше усмотрение) любой более поздней " +"версии.\n" "\n" -"Программа распространяется в надежде, что она будет полезной, но БЕЗ КАКИХ БЫ ТО НИ БЫЛО ГАРАНТИЙНЫХ ОБЯЗАТЕЛЬСТВ; даже без косвенных гарантийных обязательств, связанных с ПОТРЕБИТЕЛЬСКИМИ СВОЙСТВАМИ и ПРИГОДНОСТЬЮ ДЛЯ ОПРЕДЕЛЕННЫХ ЦЕЛЕЙ. Для подробностей смотрите Стандартную Общественную Лицензию GNU.\n" +"Программа распространяется в надежде, что она будет полезной, но БЕЗ КАКИХ " +"БЫ ТО НИ БЫЛО ГАРАНТИЙНЫХ ОБЯЗАТЕЛЬСТВ; даже без косвенных гарантийных " +"обязательств, связанных с ПОТРЕБИТЕЛЬСКИМИ СВОЙСТВАМИ и ПРИГОДНОСТЬЮ ДЛЯ " +"ОПРЕДЕЛЕННЫХ ЦЕЛЕЙ. Для подробностей смотрите Стандартную Общественную " +"Лицензию GNU.\n" "\n" -"Вы должны были получить копию Стандартной Общественной Лицензии GNU вместе с этой программой. Если это не так, напишите в Фонд Свободного ПО (Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA" +"Вы должны были получить копию Стандартной Общественной Лицензии GNU вместе с " +"этой программой. Если это не так, напишите в Фонд Свободного ПО (Free " +"Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA" #: ../app/app.c:214 #, c-format msgid "" "Unable to open a test swap file.\n" "\n" -"To avoid data loss, please check the location and permissions of the swap directory defined in your Preferences (currently \"%s\")." +"To avoid data loss, please check the location and permissions of the swap " +"directory defined in your Preferences (currently \"%s\")." msgstr "" "Невозможно открыть тестовый файл подкачки.\n" "\n" -"Чтобы избежать потери данных, проверьте в настройках расположение файла подкачки и права на него. (сейчас \"%s\")." +"Чтобы избежать потери данных, проверьте в настройках расположение файла " +"подкачки и права на него. (сейчас \"%s\")." #: ../app/batch.c:75 #, c-format msgid "No batch interpreter specified, using the default '%s'.\n" -msgstr "Интерпретатор пакетной обработки не указан, используется исходный '%s'.\n" +msgstr "" +"Интерпретатор пакетной обработки не указан, используется исходный '%s'.\n" -#: ../app/batch.c:93 -#: ../app/batch.c:111 +#: ../app/batch.c:93 ../app/batch.c:111 #, c-format msgid "The batch interpreter '%s' is not available. Batch mode disabled." -msgstr "Интерпретатор пакетной обработки '%s' недоступен, использование пакетного режима невозможно." +msgstr "" +"Интерпретатор пакетной обработки '%s' недоступен, использование пакетного " +"режима невозможно." -#: ../app/main.c:144 -#: ../tools/gimp-remote.c:60 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "Показать номер версии и выйти" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" msgstr "Показать лицензионные условия и выйти" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Давать более подробную информацию" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "Запустить новую копию GIMP" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "Открыть изображения как новые" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "Запустить без пользовательского интерфейса" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "Не загружать кисти, градиенты, текстуры, ..." -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "Не загружать шрифты" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" msgstr "Не показывать заставку при запуске" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" msgstr "Не использовать разделяемую память между GIMP и его расширениями" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" msgstr "Не использовать функции ускорения центрального процессора" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "Использовать альтернативный файл sessionrc" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "Использовать альтернативный пользовательский файл gimprc" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "Использовать альтернативный системный файл gimprc" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" msgstr "Команда для пакетной обработки (можно использовать неоднократно)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" msgstr "Процедура для запуска команды пакетной обработки" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "Показывать сообщения в консоли вместо диалоговых окон" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "Режим совместимости с PDB (off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "Отладка в случае падения приложения (never|query|always)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "Разрешить отладку обработчиков сигналов для нефатальных сигналов" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "Считать все предупреждения фатальными" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "Показать файл gimprc с параметрами по умолчанию" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[ФАЙЛ|URI...]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." @@ -174,20 +198,20 @@ "GIMP не смог запустить графический интерфейс пользователя.\n" "Убедитесь в правильности настроек вашего видеоадаптера." -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." msgstr "Уже запущена другая копия GIMP" -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." msgstr "Вывод GIMP. Введите любой символ для закрытия этого окна." -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" msgstr "(Введите любой символ для закрытия этого окна.)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." msgstr "Вывод GIMP. Вы можете свернуть это окно, но не закрывайте его." @@ -205,13 +229,19 @@ #: ../app/sanity.c:384 #, c-format msgid "" -"The name of the directory holding the GIMP user configuration cannot be converted to UTF-8: %s\n" +"The name of the directory holding the GIMP user configuration cannot be " +"converted to UTF-8: %s\n" "\n" -"Your filesystem probably stores files in an encoding other than UTF-8 and you didn't tell GLib about this. Please set the environment variable G_FILENAME_ENCODING." +"Your filesystem probably stores files in an encoding other than UTF-8 and " +"you didn't tell GLib about this. Please set the environment variable " +"G_FILENAME_ENCODING." msgstr "" -"Название каталога, содержащего пользовательские предпочтения GIMP, невозможно перекодировать в UTF-8: %s\n" +"Название каталога, содержащего пользовательские предпочтения GIMP, " +"невозможно перекодировать в UTF-8: %s\n" "\n" -"Скорее всего в вашей файловой системе используется кодировка, отличная от UTF-8, и вы не сказали об этом GLib. Установите правильное значение переменной окружения G_FILENAME_ENCODING." +"Скорее всего в вашей файловой системе используется кодировка, отличная от " +"UTF-8, и вы не сказали об этом GLib. Установите правильное значение " +"переменной окружения G_FILENAME_ENCODING." #. show versions of libraries used by GIMP #: ../app/version.c:64 @@ -219,39 +249,31 @@ msgid "using %s version %s (compiled against version %s)" msgstr "используя %s версии %s (собранной с версией %s)" -#: ../app/version.c:127 -#: ../tools/gimp-remote.c:95 +#: ../app/version.c:127 ../tools/gimp-remote.c:95 #, c-format msgid "%s version %s" msgstr "%s версии %s" -#: ../app/actions/actions.c:101 -#: ../app/actions/dialogs-actions.c:123 -#: ../app/dialogs/dialogs.c:224 -#: ../app/widgets/gimpbrusheditor.c:90 +#: ../app/actions/actions.c:101 ../app/actions/dialogs-actions.c:123 +#: ../app/dialogs/dialogs.c:224 ../app/widgets/gimpbrusheditor.c:90 msgid "Brush Editor" msgstr "Редактор кистей" #. initialize the list of gimp brushes -#: ../app/actions/actions.c:104 -#: ../app/core/gimp.c:838 -#: ../app/dialogs/dialogs.c:157 -#: ../app/dialogs/preferences-dialog.c:2744 +#: ../app/actions/actions.c:104 ../app/core/gimp.c:838 +#: ../app/dialogs/dialogs.c:157 ../app/dialogs/preferences-dialog.c:2744 msgid "Brushes" msgstr "Кисти" -#: ../app/actions/actions.c:107 -#: ../app/dialogs/dialogs.c:169 +#: ../app/actions/actions.c:107 ../app/dialogs/dialogs.c:169 msgid "Buffers" msgstr "Буферы" -#: ../app/actions/actions.c:110 -#: ../app/dialogs/dialogs.c:182 +#: ../app/actions/actions.c:110 ../app/dialogs/dialogs.c:182 msgid "Channels" msgstr "Каналы" -#: ../app/actions/actions.c:113 -#: ../app/dialogs/convert-dialog.c:174 +#: ../app/actions/actions.c:113 ../app/dialogs/convert-dialog.c:174 #: ../app/dialogs/dialogs.c:190 msgid "Colormap" msgstr "Цветовая карта" @@ -264,8 +286,7 @@ msgid "Context" msgstr "Контекст" -#: ../app/actions/actions.c:122 -#: ../app/dialogs/dialogs.c:150 +#: ../app/actions/actions.c:122 ../app/dialogs/dialogs.c:150 msgid "Pointer Information" msgstr "Информация об указателе" @@ -286,8 +307,7 @@ msgstr "Панель" #. Document History -#: ../app/actions/actions.c:137 -#: ../app/dialogs/dialogs.c:171 +#: ../app/actions/actions.c:137 ../app/dialogs/dialogs.c:171 #: ../app/dialogs/preferences-dialog.c:1595 msgid "Document History" msgstr "Недавние изображения" @@ -296,13 +316,11 @@ msgid "Drawable" msgstr "Изображение" -#: ../app/actions/actions.c:143 -#: ../app/tools/tools-enums.c:300 +#: ../app/actions/actions.c:143 ../app/tools/tools-enums.c:300 msgid "Edit" msgstr "Правка" -#: ../app/actions/actions.c:146 -#: ../app/dialogs/dialogs.c:146 +#: ../app/actions/actions.c:146 ../app/dialogs/dialogs.c:146 msgid "Error Console" msgstr "Консоль ошибок" @@ -310,24 +328,19 @@ msgid "File" msgstr "Файл" -#: ../app/actions/actions.c:152 -#: ../app/dialogs/dialogs.c:165 +#: ../app/actions/actions.c:152 ../app/dialogs/dialogs.c:165 #: ../app/dialogs/preferences-dialog.c:2760 msgid "Fonts" msgstr "Шрифты" -#: ../app/actions/actions.c:155 -#: ../app/actions/dialogs-actions.c:141 -#: ../app/dialogs/dialogs.c:228 -#: ../app/widgets/gimpgradienteditor.c:276 +#: ../app/actions/actions.c:155 ../app/actions/dialogs-actions.c:141 +#: ../app/dialogs/dialogs.c:228 ../app/widgets/gimpgradienteditor.c:276 msgid "Gradient Editor" msgstr "Редактор градиентов" #. initialize the list of gimp gradients -#: ../app/actions/actions.c:158 -#: ../app/core/gimp.c:850 -#: ../app/dialogs/dialogs.c:161 -#: ../app/dialogs/preferences-dialog.c:2756 +#: ../app/actions/actions.c:158 ../app/core/gimp.c:850 +#: ../app/dialogs/dialogs.c:161 ../app/dialogs/preferences-dialog.c:2756 msgid "Gradients" msgstr "Градиенты" @@ -335,60 +348,48 @@ msgid "Help" msgstr "Справка" -#: ../app/actions/actions.c:164 -#: ../app/core/core-enums.c:212 +#: ../app/actions/actions.c:164 ../app/core/core-enums.c:212 #: ../app/tools/tools-enums.c:242 msgid "Image" msgstr "Изображение" #. list & grid views -#: ../app/actions/actions.c:167 -#: ../app/dialogs/dialogs.c:155 +#: ../app/actions/actions.c:167 ../app/dialogs/dialogs.c:155 msgid "Images" msgstr "Изображения" -#: ../app/actions/actions.c:170 -#: ../app/dialogs/dialogs.c:178 +#: ../app/actions/actions.c:170 ../app/dialogs/dialogs.c:178 #: ../app/dialogs/resize-dialog.c:286 msgid "Layers" msgstr "Слои" -#: ../app/actions/actions.c:173 -#: ../app/actions/dialogs-actions.c:153 -#: ../app/dialogs/dialogs.c:232 -#: ../app/widgets/gimppaletteeditor.c:155 +#: ../app/actions/actions.c:173 ../app/actions/dialogs-actions.c:153 +#: ../app/dialogs/dialogs.c:232 ../app/widgets/gimppaletteeditor.c:155 msgid "Palette Editor" msgstr "Редактор палитры образцов" #. initialize the list of gimp palettes -#: ../app/actions/actions.c:176 -#: ../app/core/gimp.c:846 -#: ../app/dialogs/dialogs.c:163 -#: ../app/dialogs/preferences-dialog.c:2752 +#: ../app/actions/actions.c:176 ../app/core/gimp.c:846 +#: ../app/dialogs/dialogs.c:163 ../app/dialogs/preferences-dialog.c:2752 msgid "Palettes" msgstr "Палитры цветов" #. initialize the list of gimp patterns -#: ../app/actions/actions.c:179 -#: ../app/core/gimp.c:842 -#: ../app/dialogs/dialogs.c:159 -#: ../app/dialogs/preferences-dialog.c:2748 +#: ../app/actions/actions.c:179 ../app/core/gimp.c:842 +#: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2748 msgid "Patterns" msgstr "Текстуры" -#: ../app/actions/actions.c:182 -#: ../app/dialogs/preferences-dialog.c:2764 +#: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-Ins" msgstr "Расширения" -#: ../app/actions/actions.c:185 -#: ../app/core/core-enums.c:860 +#: ../app/actions/actions.c:185 ../app/core/core-enums.c:860 #: ../app/core/gimpchannel.c:362 msgid "Quick Mask" msgstr "Быстрая маска" -#: ../app/actions/actions.c:188 -#: ../app/dialogs/dialogs.c:206 +#: ../app/actions/actions.c:188 ../app/dialogs/dialogs.c:206 msgid "Sample Points" msgstr "Образцовые точки" @@ -397,8 +398,7 @@ msgstr "Выделение" #. initialize the template list -#: ../app/actions/actions.c:194 -#: ../app/core/gimp.c:859 +#: ../app/actions/actions.c:194 ../app/core/gimp.c:859 #: ../app/dialogs/dialogs.c:173 msgid "Templates" msgstr "Шаблоны" @@ -407,20 +407,16 @@ msgid "Text Editor" msgstr "Редактор текста" -#: ../app/actions/actions.c:200 -#: ../app/dialogs/dialogs.c:138 -#: ../app/dialogs/preferences-dialog.c:1880 -#: ../app/gui/gui.c:429 +#: ../app/actions/actions.c:200 ../app/dialogs/dialogs.c:138 +#: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:429 msgid "Tool Options" msgstr "Параметры инструментов" -#: ../app/actions/actions.c:203 -#: ../app/dialogs/dialogs.c:167 +#: ../app/actions/actions.c:203 ../app/dialogs/dialogs.c:167 msgid "Tools" msgstr "Инструменты" -#: ../app/actions/actions.c:206 -#: ../app/dialogs/dialogs.c:186 +#: ../app/actions/actions.c:206 ../app/dialogs/dialogs.c:186 #: ../app/tools/gimpvectortool.c:160 msgid "Paths" msgstr "Контуры" @@ -621,8 +617,7 @@ msgid "Replace the selection with this channel" msgstr "Создать из канала выделенную область" -#: ../app/actions/channels-actions.c:111 -#: ../app/actions/layers-actions.c:266 +#: ../app/actions/channels-actions.c:111 ../app/actions/layers-actions.c:266 #: ../app/actions/vectors-actions.c:173 msgid "_Add to Selection" msgstr "_Добавить к выделению" @@ -631,10 +626,8 @@ msgid "Add this channel to the current selection" msgstr "Добавить этот канал в выделенную область" -#: ../app/actions/channels-actions.c:117 -#: ../app/actions/layers-actions.c:272 -#: ../app/actions/layers-actions.c:299 -#: ../app/actions/layers-actions.c:326 +#: ../app/actions/channels-actions.c:117 ../app/actions/layers-actions.c:272 +#: ../app/actions/layers-actions.c:299 ../app/actions/layers-actions.c:326 #: ../app/actions/vectors-actions.c:179 msgid "_Subtract from Selection" msgstr "Вы_честь из выделения" @@ -643,10 +636,8 @@ msgid "Subtract this channel from the current selection" msgstr "Вычесть этот канал из выделения" -#: ../app/actions/channels-actions.c:123 -#: ../app/actions/layers-actions.c:278 -#: ../app/actions/layers-actions.c:305 -#: ../app/actions/layers-actions.c:332 +#: ../app/actions/channels-actions.c:123 ../app/actions/layers-actions.c:278 +#: ../app/actions/layers-actions.c:305 ../app/actions/layers-actions.c:332 #: ../app/actions/vectors-actions.c:185 msgid "_Intersect with Selection" msgstr "_Пересечь с выделением" @@ -692,16 +683,13 @@ #: ../app/actions/channels-commands.c:243 #: ../app/display/gimpdisplayshell-dnd.c:584 #: ../app/widgets/gimpchanneltreeview.c:249 -#: ../app/widgets/gimplayertreeview.c:773 -#: ../app/widgets/gimptoolbox-dnd.c:313 +#: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:313 #, c-format msgid "%s Channel Copy" msgstr "Копия '%s'" -#: ../app/actions/channels-commands.c:307 -#: ../app/core/gimpselection.c:549 -#: ../app/pdb/selection-cmds.c:454 -#: ../app/pdb/selection-cmds.c:521 +#: ../app/actions/channels-commands.c:307 ../app/core/gimpselection.c:549 +#: ../app/pdb/selection-cmds.c:454 ../app/pdb/selection-cmds.c:521 msgid "Channel to Selection" msgstr "Канал → Выделение" @@ -756,13 +744,11 @@ msgid "_Context" msgstr "_Контекст" -#: ../app/actions/context-actions.c:47 -#: ../app/actions/image-actions.c:59 +#: ../app/actions/context-actions.c:47 ../app/actions/image-actions.c:59 msgid "_Colors" msgstr "_Цвет" -#: ../app/actions/context-actions.c:48 -#: ../app/actions/layers-actions.c:58 +#: ../app/actions/context-actions.c:48 ../app/actions/layers-actions.c:58 msgid "_Opacity" msgstr "_Непрозрачность" @@ -779,8 +765,7 @@ msgid "_Brush" msgstr "_Кисть" -#: ../app/actions/context-actions.c:52 -#: ../app/actions/plug-in-actions.c:99 +#: ../app/actions/context-actions.c:52 ../app/actions/plug-in-actions.c:99 #: ../app/dialogs/preferences-dialog.c:1943 msgid "_Pattern" msgstr "_Текстура" @@ -854,16 +839,13 @@ msgid "Sample Merged" msgstr "Объединять по образцу" -#: ../app/actions/data-commands.c:107 -#: ../app/actions/documents-commands.c:344 -#: ../app/actions/file-commands.c:184 -#: ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 #: ../app/display/gimpdisplayshell-dnd.c:537 -#: ../app/widgets/gimplayertreeview.c:730 -#: ../app/widgets/gimptoolbox-dnd.c:158 +#: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:158 #: ../app/widgets/gimptoolbox.c:981 #, c-format msgid "" @@ -876,14 +858,10 @@ "%s" #: ../app/actions/data-commands.c:133 -#: ../app/core/gimpbrushgenerated-load.c:125 -#: ../app/core/gimpimage.c:1419 -#: ../app/core/gimppalette-import.c:211 -#: ../app/core/gimppalette-load.c:222 -#: ../app/core/gimppalette.c:333 -#: ../app/dialogs/palette-import-dialog.c:774 -#: ../app/pdb/image-cmds.c:2198 -#: ../app/widgets/gimpdnd-xds.c:92 +#: ../app/core/gimpbrushgenerated-load.c:125 ../app/core/gimpimage.c:1419 +#: ../app/core/gimppalette-import.c:211 ../app/core/gimppalette-load.c:222 +#: ../app/core/gimppalette.c:333 ../app/dialogs/palette-import-dialog.c:774 +#: ../app/pdb/image-cmds.c:2198 ../app/widgets/gimpdnd-xds.c:92 msgid "Untitled" msgstr "Без имени" @@ -898,7 +876,8 @@ #: ../app/actions/data-commands.c:257 #, c-format -msgid "Are you sure you want to remove '%s' from the list and delete it on disk?" +msgid "" +"Are you sure you want to remove '%s' from the list and delete it on disk?" msgstr "Вы действительно хотите удалить '%s' из списка и с диска?" #: ../app/actions/dialogs-actions.c:39 @@ -981,8 +960,7 @@ msgid "Open the undo history dialog" msgstr "Открыть диалог истории действий" -#: ../app/actions/dialogs-actions.c:99 -#: ../app/dialogs/dialogs.c:150 +#: ../app/actions/dialogs-actions.c:99 ../app/dialogs/dialogs.c:150 msgid "Pointer" msgstr "Курсор мыши" @@ -1142,8 +1120,7 @@ msgid "_About" msgstr "О прог_рамме" -#: ../app/actions/dialogs-actions.c:231 -#: ../app/dialogs/about-dialog.c:114 +#: ../app/actions/dialogs-actions.c:231 ../app/dialogs/about-dialog.c:114 #: ../app/gui/gui.c:479 msgid "About GIMP" msgstr "О GIMP" @@ -1156,13 +1133,11 @@ msgid "Close Dock" msgstr "Закрыть панель" -#: ../app/actions/dock-actions.c:52 -#: ../app/actions/view-actions.c:123 +#: ../app/actions/dock-actions.c:52 ../app/actions/view-actions.c:123 msgid "_Open Display..." msgstr "Открыть _экран..." -#: ../app/actions/dock-actions.c:53 -#: ../app/actions/view-actions.c:124 +#: ../app/actions/dock-actions.c:53 ../app/actions/view-actions.c:124 msgid "Connect to another display" msgstr "Соеидиниться с другим экраном" @@ -1359,8 +1334,12 @@ msgstr "Очистить весь журнал открывавшихся документов?" #: ../app/actions/documents-commands.c:224 -msgid "Clearing the document history will permanently remove all items from the recent documents list in all applications." -msgstr "Очистка журнала открывавшихся документов навсегда уберет изображения из списка недавних документов." +msgid "" +"Clearing the document history will permanently remove all items from the " +"recent documents list in all applications." +msgstr "" +"Очистка журнала открывавшихся документов навсегда уберет изображения из " +"списка недавних документов." #: ../app/actions/drawable-actions.c:45 msgid "_Equalize" @@ -1394,8 +1373,7 @@ msgid "Shift the pixels, optionally wrapping them at the borders" msgstr "Переместить пикселы, заполняя границу изображением или фоном" -#: ../app/actions/drawable-actions.c:72 -#: ../app/actions/vectors-actions.c:153 +#: ../app/actions/drawable-actions.c:72 ../app/actions/vectors-actions.c:153 msgid "_Linked" msgstr "С_вязанный" @@ -1403,8 +1381,7 @@ msgid "Toggle the linked state" msgstr "Изменить состояние связанности" -#: ../app/actions/drawable-actions.c:79 -#: ../app/actions/vectors-actions.c:147 +#: ../app/actions/drawable-actions.c:79 ../app/actions/vectors-actions.c:147 msgid "_Visible" msgstr "_Видимый" @@ -1412,8 +1389,7 @@ msgid "Toggle visibility" msgstr "Переключить видимость" -#: ../app/actions/drawable-actions.c:89 -#: ../app/actions/image-actions.c:159 +#: ../app/actions/drawable-actions.c:89 ../app/actions/image-actions.c:159 msgid "Flip _Horizontally" msgstr "Отразить по _горизонтали" @@ -1421,8 +1397,7 @@ msgid "Flip horizontally" msgstr "Отразить по горизонтали" -#: ../app/actions/drawable-actions.c:95 -#: ../app/actions/image-actions.c:165 +#: ../app/actions/drawable-actions.c:95 ../app/actions/image-actions.c:165 msgid "Flip _Vertically" msgstr "Отразить по _вертикали" @@ -1430,8 +1405,7 @@ msgid "Flip vertically" msgstr "Отразить по вертикали" -#: ../app/actions/drawable-actions.c:104 -#: ../app/actions/image-actions.c:174 +#: ../app/actions/drawable-actions.c:104 ../app/actions/image-actions.c:174 msgid "Rotate 90° _clockwise" msgstr "Повернуть на 90° _по часовой стрелке" @@ -1439,8 +1413,7 @@ msgid "Rotate 90 degrees to the right" msgstr "Повернуть на 90° вправо" -#: ../app/actions/drawable-actions.c:110 -#: ../app/actions/image-actions.c:180 +#: ../app/actions/drawable-actions.c:110 ../app/actions/image-actions.c:180 msgid "Rotate _180°" msgstr "П_овернуть на 180°" @@ -1448,8 +1421,7 @@ msgid "Turn upside-down" msgstr "Повернуть вниз головой" -#: ../app/actions/drawable-actions.c:116 -#: ../app/actions/image-actions.c:186 +#: ../app/actions/drawable-actions.c:116 ../app/actions/image-actions.c:186 msgid "Rotate 90° counter-clock_wise" msgstr "Повернуть на 90° п_ротив часовой стрелки" @@ -1485,8 +1457,7 @@ msgid "Undo History Menu" msgstr "Меню истории действий" -#: ../app/actions/edit-actions.c:72 -#: ../app/actions/edit-actions.c:313 +#: ../app/actions/edit-actions.c:72 ../app/actions/edit-actions.c:313 msgid "_Undo" msgstr "_Отменить" @@ -1494,8 +1465,7 @@ msgid "Undo the last operation" msgstr "Отменить последнее действие" -#: ../app/actions/edit-actions.c:78 -#: ../app/actions/edit-actions.c:314 +#: ../app/actions/edit-actions.c:78 ../app/actions/edit-actions.c:314 msgid "_Redo" msgstr "Ве_рнуть" @@ -1509,7 +1479,8 @@ #: ../app/actions/edit-actions.c:85 msgid "Undo the last operation, skipping visibility changes" -msgstr "Отменить последнее действие, пропустив изменения в статусе видимости объектов" +msgstr "" +"Отменить последнее действие, пропустив изменения в статусе видимости объектов" #: ../app/actions/edit-actions.c:90 msgid "Strong Redo" @@ -1517,7 +1488,9 @@ #: ../app/actions/edit-actions.c:91 msgid "Redo the last operation that was undone, skipping visibility changes" -msgstr "Повторить последнее отмененное действие, пропустив изменения в статусе видимости объектов" +msgstr "" +"Повторить последнее отмененное действие, пропустив изменения в статусе " +"видимости объектов" #: ../app/actions/edit-actions.c:96 msgid "_Clear Undo History" @@ -1527,8 +1500,7 @@ msgid "Remove all operations from the undo history" msgstr "Удалить все действия из истории" -#: ../app/actions/edit-actions.c:102 -#: ../app/actions/edit-actions.c:315 +#: ../app/actions/edit-actions.c:102 ../app/actions/edit-actions.c:315 msgid "_Fade..." msgstr "_Ослабить..." @@ -1581,8 +1553,7 @@ msgid "From _Clipboard" msgstr "_Из буфера обмена" -#: ../app/actions/edit-actions.c:139 -#: ../app/actions/edit-actions.c:145 +#: ../app/actions/edit-actions.c:139 ../app/actions/edit-actions.c:145 msgid "Create a new image from the content of the clipboard" msgstr "Создать новое изображение из содержимого буфера обмена" @@ -1695,21 +1666,17 @@ msgid "Cut pixels to the clipboard" msgstr "Вырезать пикселы в буфер обмена" -#: ../app/actions/edit-commands.c:228 -#: ../app/actions/edit-commands.c:254 +#: ../app/actions/edit-commands.c:228 ../app/actions/edit-commands.c:254 msgid "Copied pixels to the clipboard" msgstr "Пикселы скопированы в буфер обмена" -#: ../app/actions/edit-commands.c:315 -#: ../app/actions/edit-commands.c:349 +#: ../app/actions/edit-commands.c:315 ../app/actions/edit-commands.c:349 #: ../app/actions/edit-commands.c:525 msgid "There is no image data in the clipboard to paste." msgstr "В буфере обмена ничего нет." -#: ../app/actions/edit-commands.c:338 -#: ../app/core/gimpbrushclipboard.c:181 -#: ../app/core/gimppatternclipboard.c:181 -#: ../app/widgets/gimpclipboard.c:296 +#: ../app/actions/edit-commands.c:338 ../app/core/gimpbrushclipboard.c:181 +#: ../app/core/gimppatternclipboard.c:181 ../app/widgets/gimpclipboard.c:296 msgid "Clipboard" msgstr "Буфер обмена" @@ -1717,8 +1684,7 @@ msgid "Cut Named" msgstr "Вырезать в буфер с именем" -#: ../app/actions/edit-commands.c:366 -#: ../app/actions/edit-commands.c:407 +#: ../app/actions/edit-commands.c:366 ../app/actions/edit-commands.c:407 #: ../app/actions/edit-commands.c:427 msgid "Enter a name for this buffer" msgstr "Введите имя для этого буфера" @@ -1735,8 +1701,7 @@ msgid "There is no active layer or channel to cut from." msgstr "Нет активного слоя или канала для вырезания." -#: ../app/actions/edit-commands.c:547 -#: ../app/actions/edit-commands.c:579 +#: ../app/actions/edit-commands.c:547 ../app/actions/edit-commands.c:579 #: ../app/actions/edit-commands.c:603 msgid "(Unnamed Buffer)" msgstr "(Безымянный буфер)" @@ -1888,7 +1853,9 @@ #: ../app/actions/file-actions.c:129 msgid "Save this image with a different name, but keep its current name" -msgstr "Сохранить это изображение под другим именем, продолжив пользоваться оригиналом" +msgstr "" +"Сохранить это изображение под другим именем, продолжив пользоваться " +"оригиналом" #: ../app/actions/file-actions.c:134 msgid "Save and Close..." @@ -1898,8 +1865,7 @@ msgid "Save this image and close its window" msgstr "Сохранить это изображение и закрыть его окно" -#: ../app/actions/file-commands.c:104 -#: ../app/actions/file-commands.c:456 +#: ../app/actions/file-commands.c:104 ../app/actions/file-commands.c:456 #: ../app/dialogs/file-open-dialog.c:76 msgid "Open Image" msgstr "Открыть изображение" @@ -1912,8 +1878,7 @@ msgid "Saving canceled" msgstr "Сохранение прервано" -#: ../app/actions/file-commands.c:275 -#: ../app/dialogs/file-save-dialog.c:513 +#: ../app/actions/file-commands.c:275 ../app/dialogs/file-save-dialog.c:513 #: ../app/widgets/gimpdnd-xds.c:173 #, c-format msgid "" @@ -1929,8 +1894,7 @@ msgid "No changes need to be saved" msgstr "Нет сохраняемых изменений" -#: ../app/actions/file-commands.c:307 -#: ../app/dialogs/file-save-dialog.c:88 +#: ../app/actions/file-commands.c:307 ../app/dialogs/file-save-dialog.c:88 msgid "Save Image" msgstr "Сохранить изображение" @@ -1962,8 +1926,12 @@ msgstr "Восстановить '%s' до '%s'?" #: ../app/actions/file-commands.c:408 -msgid "By reverting the image to the state saved on disk, you will lose all changes, including all undo information." -msgstr "Восстановив изображение до его состояния на диске, вы потеряете все изменения, включая информацию для отката." +msgid "" +"By reverting the image to the state saved on disk, you will lose all " +"changes, including all undo information." +msgstr "" +"Восстановив изображение до его состояния на диске, вы потеряете все " +"изменения, включая информацию для отката." #: ../app/actions/file-commands.c:563 msgid "(Unnamed Template)" @@ -2133,8 +2101,7 @@ #: ../app/actions/gradient-editor-actions.c:371 #: ../app/actions/palette-editor-actions.c:88 -#: ../app/actions/view-actions.c:262 -#: ../app/actions/view-actions.c:274 +#: ../app/actions/view-actions.c:262 ../app/actions/view-actions.c:274 msgid "Zoom in" msgstr "Увеличить масштаб просмотра" @@ -2145,8 +2112,7 @@ #: ../app/actions/gradient-editor-actions.c:377 #: ../app/actions/palette-editor-actions.c:94 -#: ../app/actions/view-actions.c:256 -#: ../app/actions/view-actions.c:268 +#: ../app/actions/view-actions.c:256 ../app/actions/view-actions.c:268 msgid "Zoom out" msgstr "Уменьшить масштаб просмотра" @@ -2384,8 +2350,7 @@ msgid "Save '%s' as POV-Ray" msgstr "Сохранить '%s' как файл POV-Ray" -#: ../app/actions/help-actions.c:38 -#: ../app/actions/help-actions.c:41 +#: ../app/actions/help-actions.c:38 ../app/actions/help-actions.c:41 msgid "_Help" msgstr "_Справка" @@ -2401,8 +2366,7 @@ msgid "Show the help for a specific user interface item" msgstr "Показать справку по той или иной части интерфейса" -#: ../app/actions/image-actions.c:47 -#: ../app/actions/image-actions.c:51 +#: ../app/actions/image-actions.c:47 ../app/actions/image-actions.c:51 msgid "Image Menu" msgstr "Меню изображения" @@ -2414,8 +2378,7 @@ msgid "_Mode" msgstr "Ре_жим" -#: ../app/actions/image-actions.c:56 -#: ../app/actions/layers-actions.c:56 +#: ../app/actions/image-actions.c:56 ../app/actions/layers-actions.c:56 msgid "_Transform" msgstr "Пре_образования" @@ -2427,14 +2390,12 @@ msgid "I_nfo" msgstr "_Инфо" -#: ../app/actions/image-actions.c:61 -#: ../app/tools/gimplevelstool.c:653 +#: ../app/actions/image-actions.c:61 ../app/tools/gimplevelstool.c:653 #: ../app/tools/gimpthresholdtool.c:264 msgid "_Auto" msgstr "_Авто" -#: ../app/actions/image-actions.c:62 -#: ../app/actions/plug-in-actions.c:95 +#: ../app/actions/image-actions.c:62 ../app/actions/plug-in-actions.c:95 msgid "_Map" msgstr "_Карта" @@ -2490,8 +2451,7 @@ msgid "Change the size of the image content" msgstr "Изменить размер содержимого изображения" -#: ../app/actions/image-actions.c:102 -#: ../app/actions/layers-actions.c:188 +#: ../app/actions/image-actions.c:102 ../app/actions/layers-actions.c:188 msgid "_Crop to Selection" msgstr "О_ткадрировать в выделение" @@ -2511,18 +2471,15 @@ msgid "Merge Visible _Layers..." msgstr "Объединить _видимые слои..." -#: ../app/actions/image-actions.c:115 -#: ../app/actions/layers-actions.c:141 +#: ../app/actions/image-actions.c:115 ../app/actions/layers-actions.c:141 msgid "Merge all visible layers into one layer" msgstr "Объединить все видимые слои в один" -#: ../app/actions/image-actions.c:120 -#: ../app/actions/layers-actions.c:146 +#: ../app/actions/image-actions.c:120 ../app/actions/layers-actions.c:146 msgid "_Flatten Image" msgstr "Свести _изображение" -#: ../app/actions/image-actions.c:121 -#: ../app/actions/layers-actions.c:147 +#: ../app/actions/image-actions.c:121 ../app/actions/layers-actions.c:147 msgid "Merge all layers into one and remove transparency" msgstr "Объединить все слои в один и удалить прозрачность" @@ -2586,8 +2543,7 @@ msgid "Set Image Canvas Size" msgstr "Установка размера холста" -#: ../app/actions/image-commands.c:261 -#: ../app/actions/image-commands.c:282 +#: ../app/actions/image-commands.c:261 ../app/actions/image-commands.c:282 #: ../app/actions/image-commands.c:559 msgid "Resizing" msgstr "Изменяется размер..." @@ -2604,15 +2560,12 @@ #: ../app/actions/image-commands.c:383 #: ../app/pdb/drawable-transform-cmds.c:525 -#: ../app/pdb/drawable-transform-cmds.c:604 -#: ../app/pdb/image-cmds.c:533 -#: ../app/pdb/transform-tools-cmds.c:215 -#: ../app/tools/gimprotatetool.c:122 +#: ../app/pdb/drawable-transform-cmds.c:604 ../app/pdb/image-cmds.c:533 +#: ../app/pdb/transform-tools-cmds.c:215 ../app/tools/gimprotatetool.c:122 msgid "Rotating" msgstr "Производится вращение..." -#: ../app/actions/image-commands.c:408 -#: ../app/actions/layers-commands.c:639 +#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." msgstr "" "Не удалось вырезать из-за того,\n" @@ -2622,22 +2575,17 @@ msgid "Change Print Size" msgstr "Изменить размер при печати" -#: ../app/actions/image-commands.c:647 -#: ../app/core/gimpimage-scale.c:82 +#: ../app/actions/image-commands.c:647 ../app/core/gimpimage-scale.c:82 msgid "Scale Image" msgstr "Смена размера изображения" #. Scaling -#: ../app/actions/image-commands.c:658 -#: ../app/actions/layers-commands.c:1101 +#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1104 #: ../app/dialogs/preferences-dialog.c:1925 #: ../app/pdb/drawable-transform-cmds.c:682 -#: ../app/pdb/drawable-transform-cmds.c:758 -#: ../app/pdb/image-cmds.c:405 -#: ../app/pdb/image-cmds.c:441 -#: ../app/pdb/layer-cmds.c:289 -#: ../app/pdb/layer-cmds.c:334 -#: ../app/pdb/transform-tools-cmds.c:291 +#: ../app/pdb/drawable-transform-cmds.c:758 ../app/pdb/image-cmds.c:405 +#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" msgstr "Изменяется размер изображения" @@ -2654,8 +2602,7 @@ msgid "Raise this image's displays" msgstr "Развернуть окна с этим изображением" -#: ../app/actions/images-actions.c:53 -#: ../app/actions/view-actions.c:75 +#: ../app/actions/images-actions.c:53 ../app/actions/view-actions.c:75 msgid "_New View" msgstr "_Новое окно" @@ -2869,7 +2816,9 @@ #: ../app/actions/layers-actions.c:195 msgid "Add a mask that allows non-destructive editing of transparency" -msgstr "Добавить маску, с помощью которой можно неразрушающе редактировать прозрачность" +msgstr "" +"Добавить маску, с помощью которой можно неразрушающе редактировать " +"прозрачность" #: ../app/actions/layers-actions.c:200 msgid "Add Alpha C_hannel" @@ -2959,8 +2908,7 @@ msgid "Replace the selection with the layer's alpha channel" msgstr "Преобразовать альфа-канал в выделение" -#: ../app/actions/layers-actions.c:293 -#: ../app/actions/layers-actions.c:320 +#: ../app/actions/layers-actions.c:293 ../app/actions/layers-actions.c:320 msgid "A_dd to Selection" msgstr "_Добавить к выделению" @@ -3032,54 +2980,50 @@ msgid "Set Opacity" msgstr "Смена непрозрачности слоя" -#: ../app/actions/layers-commands.c:203 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "Атрибуты слоя" -#: ../app/actions/layers-commands.c:206 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "Правка атрибутов слоя" -#: ../app/actions/layers-commands.c:249 -#: ../app/actions/layers-commands.c:251 -#: ../app/actions/layers-commands.c:319 -#: ../app/actions/layers-commands.c:323 +#: ../app/actions/layers-commands.c:250 ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 ../app/actions/layers-commands.c:324 #: ../app/widgets/gimpdrawabletreeview.c:326 #: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "Новый слой" -#: ../app/actions/layers-commands.c:254 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" msgstr "Создать новый слой" -#: ../app/actions/layers-commands.c:352 +#: ../app/actions/layers-commands.c:355 msgid "Visible" msgstr "Видимое" -#: ../app/actions/layers-commands.c:571 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" msgstr "Установить размеры границ слоя" -#: ../app/actions/layers-commands.c:612 -#: ../app/core/gimplayer.c:251 +#: ../app/actions/layers-commands.c:615 ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "Смена размера слоя" -#: ../app/actions/layers-commands.c:649 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" msgstr "Кадрировать слой" -#: ../app/actions/layers-commands.c:788 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" msgstr "Маска слоя → Выделение" -#: ../app/actions/layers-commands.c:1036 +#: ../app/actions/layers-commands.c:1039 msgid "Please select a channel first" msgstr "Сначала выберите канал" -#: ../app/actions/layers-commands.c:1044 -#: ../app/core/gimplayer.c:1283 +#: ../app/actions/layers-commands.c:1047 ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "Добавить маску слоя" @@ -3356,7 +3300,8 @@ #: ../app/actions/plug-in-actions.c:114 msgid "Rerun the last used plug-in using the same settings" -msgstr "Применить последний использованный фильтр или сценарий с теми же параметрами" +msgstr "" +"Применить последний использованный фильтр или сценарий с теми же параметрами" #: ../app/actions/plug-in-actions.c:119 msgid "R_e-Show Last" @@ -3483,7 +3428,9 @@ #: ../app/actions/select-actions.c:75 msgid "Blur the selection border so that it fades out smoothly" -msgstr "Размыть границу выделения так, чтобы переход между выделенным и невыделенным был постепенным" +msgstr "" +"Размыть границу выделения так, чтобы переход между выделенным и невыделенным " +"был постепенным" #: ../app/actions/select-actions.c:80 msgid "_Sharpen" @@ -3541,8 +3488,7 @@ msgid "Stroke the selection with last used values" msgstr "Обвести выделенное с последними значениями" -#: ../app/actions/select-commands.c:153 -#: ../app/core/gimpselection.c:167 +#: ../app/actions/select-commands.c:153 ../app/core/gimpselection.c:167 msgid "Feather Selection" msgstr "Растушёвка выделения" @@ -3550,8 +3496,7 @@ msgid "Feather selection by" msgstr "Растушевать выделение на" -#: ../app/actions/select-commands.c:191 -#: ../app/core/gimpselection.c:174 +#: ../app/actions/select-commands.c:191 ../app/core/gimpselection.c:174 msgid "Shrink Selection" msgstr "Сокращение выделения" @@ -3563,8 +3508,7 @@ msgid "_Shrink from image border" msgstr "Со_кратить по границе изображения" -#: ../app/actions/select-commands.c:228 -#: ../app/core/gimpselection.c:173 +#: ../app/actions/select-commands.c:228 ../app/core/gimpselection.c:173 msgid "Grow Selection" msgstr "Увеличение выделения" @@ -3572,8 +3516,7 @@ msgid "Grow selection by" msgstr "Увеличить выделение на" -#: ../app/actions/select-commands.c:255 -#: ../app/core/gimpselection.c:172 +#: ../app/actions/select-commands.c:255 ../app/core/gimpselection.c:172 msgid "Border Selection" msgstr "Граница из выделения" @@ -3591,16 +3534,13 @@ msgid "_Lock selection to image edges" msgstr "_Прикреплять выделение к краям изображения" -#: ../app/actions/select-commands.c:330 -#: ../app/actions/select-commands.c:362 -#: ../app/actions/vectors-commands.c:379 -#: ../app/actions/vectors-commands.c:412 +#: ../app/actions/select-commands.c:330 ../app/actions/select-commands.c:362 +#: ../app/actions/vectors-commands.c:379 ../app/actions/vectors-commands.c:412 #: ../app/dialogs/stroke-dialog.c:299 msgid "There is no active layer or channel to stroke to." msgstr "Нет активного слоя или канала для обводки" -#: ../app/actions/select-commands.c:336 -#: ../app/core/gimpselection.c:151 +#: ../app/actions/select-commands.c:336 ../app/core/gimpselection.c:151 msgid "Stroke Selection" msgstr "Обвести выделенную область" @@ -3667,7 +3607,8 @@ #: ../app/actions/templates-commands.c:239 #, c-format -msgid "Are you sure you want to delete template '%s' from the list and from disk?" +msgid "" +"Are you sure you want to delete template '%s' from the list and from disk?" msgstr "Вы уверены в том, что хотите удалить шаблон '%s' из списка и с диска?" #: ../app/actions/text-editor-actions.c:44 @@ -3678,8 +3619,7 @@ msgid "Load text from file" msgstr "Загрузить текст из файла" -#: ../app/actions/text-editor-actions.c:50 -#: ../app/core/gimp-edit.c:445 +#: ../app/actions/text-editor-actions.c:50 ../app/core/gimp-edit.c:445 msgid "Clear" msgstr "Очистить" @@ -3708,22 +3648,14 @@ msgstr "Открыть текствый файл (UTF-8)" #: ../app/actions/text-editor-commands.c:144 -#: ../app/config/gimpconfig-file.c:59 -#: ../app/core/gimpbrush-load.c:140 -#: ../app/core/gimpbrush-load.c:420 -#: ../app/core/gimpbrushgenerated-load.c:73 -#: ../app/core/gimpbrushpipe-load.c:81 -#: ../app/core/gimpcurve-load.c:55 -#: ../app/core/gimpgradient-load.c:62 -#: ../app/core/gimppalette-load.c:76 -#: ../app/core/gimppalette-load.c:270 -#: ../app/core/gimppalette-load.c:314 -#: ../app/core/gimppalette-load.c:368 -#: ../app/core/gimppalette-load.c:456 -#: ../app/core/gimppalette-load.c:599 -#: ../app/core/gimppattern-load.c:76 -#: ../app/tools/gimpcurvestool.c:623 -#: ../app/tools/gimplevelstool.c:743 +#: ../app/config/gimpconfig-file.c:59 ../app/core/gimpbrush-load.c:140 +#: ../app/core/gimpbrush-load.c:420 ../app/core/gimpbrushgenerated-load.c:73 +#: ../app/core/gimpbrushpipe-load.c:81 ../app/core/gimpcurve-load.c:55 +#: ../app/core/gimpgradient-load.c:62 ../app/core/gimppalette-load.c:76 +#: ../app/core/gimppalette-load.c:270 ../app/core/gimppalette-load.c:314 +#: ../app/core/gimppalette-load.c:368 ../app/core/gimppalette-load.c:456 +#: ../app/core/gimppalette-load.c:599 ../app/core/gimppattern-load.c:76 +#: ../app/tools/gimpcurvestool.c:623 ../app/tools/gimplevelstool.c:743 #: ../app/xcf/xcf.c:329 #, c-format msgid "Could not open '%s' for reading: %s" @@ -3797,7 +3729,8 @@ #: ../app/actions/tool-options-commands.c:210 msgid "Do you really want to reset all tool options to default values?" -msgstr "Вы действительно хотите вернуться к исходным параметрам всех инструментов?" +msgstr "" +"Вы действительно хотите вернуться к исходным параметрам всех инструментов?" #: ../app/actions/tools-actions.c:47 msgid "Tools Menu" @@ -3927,8 +3860,7 @@ msgid "_Delete Path" msgstr "_Удалить контур" -#: ../app/actions/vectors-actions.c:78 -#: ../app/core/core-enums.c:920 +#: ../app/actions/vectors-actions.c:78 ../app/core/core-enums.c:920 msgid "Delete path" msgstr "Удалить контур" @@ -4004,8 +3936,7 @@ msgid "Path to Sele_ction" msgstr "Контур в _выделение" -#: ../app/actions/vectors-actions.c:163 -#: ../app/tools/gimpvectortool.c:1912 +#: ../app/actions/vectors-actions.c:163 ../app/tools/gimpvectortool.c:1912 msgid "Path to selection" msgstr "Контур в выделение" @@ -4017,8 +3948,7 @@ msgid "Add" msgstr "Добавление" -#: ../app/actions/vectors-actions.c:180 -#: ../app/base/base-enums.c:119 +#: ../app/actions/vectors-actions.c:180 ../app/base/base-enums.c:119 msgid "Subtract" msgstr "Вычитание" @@ -4030,8 +3960,7 @@ msgid "Selecti_on to Path" msgstr "Выделение в _контур" -#: ../app/actions/vectors-actions.c:195 -#: ../app/actions/vectors-actions.c:201 +#: ../app/actions/vectors-actions.c:195 ../app/actions/vectors-actions.c:201 msgid "Selection to path" msgstr "Превратить выделение в контур" @@ -4055,8 +3984,7 @@ msgid "Edit Path Attributes" msgstr "Правка атрибутов контура" -#: ../app/actions/vectors-commands.c:165 -#: ../app/actions/vectors-commands.c:166 +#: ../app/actions/vectors-commands.c:165 ../app/actions/vectors-commands.c:166 #: ../app/actions/vectors-commands.c:188 msgid "New Path" msgstr "Новый контур" @@ -4065,16 +3993,13 @@ msgid "New Path Options" msgstr "Параметры нового контура" -#: ../app/actions/vectors-commands.c:305 -#: ../app/pdb/paths-cmds.c:640 +#: ../app/actions/vectors-commands.c:305 ../app/pdb/paths-cmds.c:640 #: ../app/pdb/vectors-cmds.c:1253 msgid "Path to Selection" msgstr "Контур в выделенную область" -#: ../app/actions/vectors-commands.c:385 -#: ../app/tools/gimpvectoroptions.c:199 -#: ../app/tools/gimpvectortool.c:1945 -#: ../app/vectors/gimpvectors.c:200 +#: ../app/actions/vectors-commands.c:385 ../app/tools/gimpvectoroptions.c:199 +#: ../app/tools/gimpvectortool.c:1945 ../app/vectors/gimpvectors.c:200 msgid "Stroke Path" msgstr "Обводка по контуру" @@ -4120,10 +4045,11 @@ #: ../app/actions/view-actions.c:94 msgid "Adjust the zoom ratio so that the entire window is used" -msgstr "Подобрать масштаб отображения так, чтобы пространство окна использовалось оптимально" +msgstr "" +"Подобрать масштаб отображения так, чтобы пространство окна использовалось " +"оптимально" -#: ../app/actions/view-actions.c:99 -#: ../app/actions/view-actions.c:579 +#: ../app/actions/view-actions.c:99 ../app/actions/view-actions.c:579 msgid "Re_vert Zoom" msgstr "_Вернуть масштаб" @@ -4456,28 +4382,24 @@ msgid "Freehand" msgstr "Рисуемая от руки" -#: ../app/base/base-enums.c:55 -#: ../app/base/base-enums.c:125 +#: ../app/base/base-enums.c:55 ../app/base/base-enums.c:125 #: ../app/core/core-enums.c:1202 msgid "Value" msgstr "Значение" -#: ../app/base/base-enums.c:56 -#: ../app/core/core-enums.c:1197 +#: ../app/base/base-enums.c:56 ../app/core/core-enums.c:1197 #: ../app/tools/gimpcolorbalancetool.c:296 #: ../app/tools/gimphuesaturationtool.c:252 msgid "Red" msgstr "Красный" -#: ../app/base/base-enums.c:57 -#: ../app/core/core-enums.c:1198 +#: ../app/base/base-enums.c:57 ../app/core/core-enums.c:1198 #: ../app/tools/gimpcolorbalancetool.c:305 #: ../app/tools/gimphuesaturationtool.c:254 msgid "Green" msgstr "Зеленый" -#: ../app/base/base-enums.c:58 -#: ../app/core/core-enums.c:1199 +#: ../app/base/base-enums.c:58 ../app/core/core-enums.c:1199 #: ../app/tools/gimpcolorbalancetool.c:314 #: ../app/tools/gimphuesaturationtool.c:256 msgid "Blue" @@ -4487,8 +4409,7 @@ msgid "Alpha" msgstr "Альфа" -#: ../app/base/base-enums.c:60 -#: ../app/display/gimpdisplayshell-title.c:233 +#: ../app/base/base-enums.c:60 ../app/display/gimpdisplayshell-title.c:233 #: ../app/widgets/widgets-enums.c:84 msgid "RGB" msgstr "RGB" @@ -4533,18 +4454,15 @@ msgid "Lighten only" msgstr "Только светлое" -#: ../app/base/base-enums.c:122 -#: ../app/core/core-enums.c:1200 +#: ../app/base/base-enums.c:122 ../app/core/core-enums.c:1200 msgid "Hue" msgstr "Тон" -#: ../app/base/base-enums.c:123 -#: ../app/core/core-enums.c:1201 +#: ../app/base/base-enums.c:123 ../app/core/core-enums.c:1201 msgid "Saturation" msgstr "Насыщенность" -#: ../app/base/base-enums.c:124 -#: ../app/tools/gimppaintoptions-gui.c:174 +#: ../app/base/base-enums.c:124 ../app/tools/gimppaintoptions-gui.c:174 msgid "Color" msgstr "Цвет" @@ -4593,31 +4511,34 @@ msgstr "Антиластик" #: ../app/base/tile-swap.c:553 -msgid "Unable to open swap file. GIMP has run out of memory and cannot use the swap file. Some parts of your images may be corrupted. Try to save your work using different filenames, restart GIMP and check the location of the swap directory in your Preferences." -msgstr "Невозможно открыть файл подкачки. GIMP использовал всю доступную оперативную память и не может использовать файл подкачки. Некоторые части ваших изображений могут оказаться поврежденными. Сохраните файлы под другими именами, перезапустите GIMP и проверьте путь к файлу подкачки в параметрах программы." +msgid "" +"Unable to open swap file. GIMP has run out of memory and cannot use the swap " +"file. Some parts of your images may be corrupted. Try to save your work " +"using different filenames, restart GIMP and check the location of the swap " +"directory in your Preferences." +msgstr "" +"Невозможно открыть файл подкачки. GIMP использовал всю доступную оперативную " +"память и не может использовать файл подкачки. Некоторые части ваших " +"изображений могут оказаться поврежденными. Сохраните файлы под другими " +"именами, перезапустите GIMP и проверьте путь к файлу подкачки в параметрах " +"программы." #: ../app/base/tile-swap.c:568 #, c-format msgid "Failed to resize swap file: %s" msgstr "Не удалось изменить размер файла подкачки: %s" -#: ../app/config/gimpconfig-file.c:68 -#: ../app/core/gimpbrushgenerated-save.c:63 -#: ../app/core/gimpcurve-save.c:53 -#: ../app/core/gimpgradient-save.c:51 -#: ../app/core/gimpgradient-save.c:145 -#: ../app/core/gimppalette-save.c:56 -#: ../app/gui/themes.c:239 -#: ../app/tools/gimpcurvestool.c:676 -#: ../app/tools/gimplevelstool.c:796 -#: ../app/vectors/gimpvectors-export.c:83 +#: ../app/config/gimpconfig-file.c:68 ../app/core/gimpbrushgenerated-save.c:63 +#: ../app/core/gimpcurve-save.c:53 ../app/core/gimpgradient-save.c:51 +#: ../app/core/gimpgradient-save.c:145 ../app/core/gimppalette-save.c:56 +#: ../app/gui/themes.c:239 ../app/tools/gimpcurvestool.c:676 +#: ../app/tools/gimplevelstool.c:796 ../app/vectors/gimpvectors-export.c:83 #: ../app/xcf/xcf.c:422 #, c-format msgid "Could not open '%s' for writing: %s" msgstr "Невозможно открыть '%s' для записи: %s" -#: ../app/config/gimpconfig-file.c:79 -#: ../app/config/gimpconfig-file.c:102 +#: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102 #, c-format msgid "Error writing '%s': %s" msgstr "Ошибка при записи файла '%s': %s" @@ -4629,20 +4550,34 @@ #: ../app/config/gimpconfig-file.c:132 #, c-format -msgid "There was an error parsing your '%s' file. Default values will be used. A backup of your configuration has been created at '%s'." -msgstr "Произошла ошибка при чтении файла '%s'. Будут использованы параметры по умолчанию. Резервная копия вашей конфигурации была создана в '%s'." +msgid "" +"There was an error parsing your '%s' file. Default values will be used. A " +"backup of your configuration has been created at '%s'." +msgstr "" +"Произошла ошибка при чтении файла '%s'. Будут использованы параметры по " +"умолчанию. Резервная копия вашей конфигурации была создана в '%s'." #. Not all strings defined here are used in the user interface #. * (the preferences dialog mainly) and only those that are should #. * be marked for translation. #. #: ../app/config/gimprc-blurbs.h:13 -msgid "When enabled, an image will become the active image when its image window receives the focus. This is useful for window managers using \"click to focus\"." -msgstr "Если включено, изображение становится активным, когда его окно получает фокус. Это полезно в работе с оконными менеджерами, в которых для придания фокуса окну его нужно щелкнуть мышкой." +msgid "" +"When enabled, an image will become the active image when its image window " +"receives the focus. This is useful for window managers using \"click to focus" +"\"." +msgstr "" +"Если включено, изображение становится активным, когда его окно получает " +"фокус. Это полезно в работе с оконными менеджерами, в которых для придания " +"фокуса окну его нужно щелкнуть мышкой." #: ../app/config/gimprc-blurbs.h:23 -msgid "Sets the canvas padding color used if the padding mode is set to custom color." -msgstr "Определяет цвет фона окна вокруг изображения, если в режиме заливки фона окна указано \"Выбранный цвет\"." +msgid "" +"Sets the canvas padding color used if the padding mode is set to custom " +"color." +msgstr "" +"Определяет цвет фона окна вокруг изображения, если в режиме заливки фона " +"окна указано \"Выбранный цвет\"." #: ../app/config/gimprc-blurbs.h:27 msgid "Specifies how the area around the image should be drawn." @@ -4665,24 +4600,46 @@ msgstr "Определяет тип курсора мыши" #: ../app/config/gimprc-blurbs.h:45 -msgid "Context-dependent mouse pointers are helpful. They are enabled by default. However, they require overhead that you may want to do without." -msgstr "Значок курсора, меняющийся в зависимости от выбранного инструмента — это очень удобно. Опция включена по умолчанию." +msgid "" +"Context-dependent mouse pointers are helpful. They are enabled by default. " +"However, they require overhead that you may want to do without." +msgstr "" +"Значок курсора, меняющийся в зависимости от выбранного инструмента — это " +"очень удобно. Опция включена по умолчанию." #: ../app/config/gimprc-blurbs.h:53 -msgid "When enabled, this will ensure that each pixel of an image gets mapped to a pixel on the screen." -msgstr "Если включено, каждый пиксел изображения соответствует экранному пикселу." +msgid "" +"When enabled, this will ensure that each pixel of an image gets mapped to a " +"pixel on the screen." +msgstr "" +"Если включено, каждый пиксел изображения соответствует экранному пикселу." #: ../app/config/gimprc-blurbs.h:75 msgid "This is the distance in pixels where Guide and Grid snapping activates." -msgstr "Это расстояние в пикселах, на котором срабатывает функция прилипания к сетке и направляющим." +msgstr "" +"Это расстояние в пикселах, на котором срабатывает функция прилипания к сетке " +"и направляющим." #: ../app/config/gimprc-blurbs.h:79 -msgid "Tools such as fuzzy-select and bucket fill find regions based on a seed-fill algorithm. The seed fill starts at the initially selected pixel and progresses in all directions until the difference of pixel intensity from the original is greater than a specified threshold. This value represents the default threshold." -msgstr "Такие инструменты, как «Заливка» или «Свободное выделение», при работе используют алгоритм зернового заполнения. Зерновое заполнение начинается с изначально выбранного пиксела и продолжается до тех пор, пока разница между изначально выбранным и заполняемым пикселами не превысит определенного порога. Число, указываемое здесь, определяет этот порог по умолчанию." +msgid "" +"Tools such as fuzzy-select and bucket fill find regions based on a seed-fill " +"algorithm. The seed fill starts at the initially selected pixel and " +"progresses in all directions until the difference of pixel intensity from " +"the original is greater than a specified threshold. This value represents " +"the default threshold." +msgstr "" +"Такие инструменты, как «Заливка» или «Свободное выделение», при работе " +"используют алгоритм зернового заполнения. Зерновое заполнение начинается с " +"изначально выбранного пиксела и продолжается до тех пор, пока разница между " +"изначально выбранным и заполняемым пикселами не превысит определенного " +"порога. Число, указываемое здесь, определяет этот порог по умолчанию." #: ../app/config/gimprc-blurbs.h:92 -msgid "The window type hint that is set on dock windows. This may affect the way your window manager decorates and handles dock windows." -msgstr "От этого параметра зависит то, какой вид оконный менеджер придаст панелям." +msgid "" +"The window type hint that is set on dock windows. This may affect the way " +"your window manager decorates and handles dock windows." +msgstr "" +"От этого параметра зависит то, какой вид оконный менеджер придаст панелям." #: ../app/config/gimprc-blurbs.h:123 msgid "When enabled, the selected brush will be used for all tools." @@ -4709,91 +4666,155 @@ msgstr "Установите форму текста, отображающегося в заголовке окна изображения" #: ../app/config/gimprc-blurbs.h:160 -msgid "When enabled, this will ensure that the full image is visible after a file is opened, otherwise it will be displayed with a scale of 1:1." -msgstr "Если включено, масштаб открываемого изображения установлен по размеру окна или в масштабе 1:1." +msgid "" +"When enabled, this will ensure that the full image is visible after a file " +"is opened, otherwise it will be displayed with a scale of 1:1." +msgstr "" +"Если включено, масштаб открываемого изображения установлен по размеру окна " +"или в масштабе 1:1." #: ../app/config/gimprc-blurbs.h:164 -msgid "Install a private colormap; might be useful on 8-bit (256 colors) displays." -msgstr "Установить свей цветовой карты может быть полезна при работе с 8-разрядными (256 цветов) дисплеями." +msgid "" +"Install a private colormap; might be useful on 8-bit (256 colors) displays." +msgstr "" +"Установить свей цветовой карты может быть полезна при работе с 8-разрядными " +"(256 цветов) дисплеями." #: ../app/config/gimprc-blurbs.h:167 -msgid "Sets the level of interpolation used for scaling and other transformations." -msgstr "Установить уровень интерполяции, используемый при масштабировании и подобных изменениях." +msgid "" +"Sets the level of interpolation used for scaling and other transformations." +msgstr "" +"Установить уровень интерполяции, используемый при масштабировании и подобных " +"изменениях." #: ../app/config/gimprc-blurbs.h:174 msgid "How many recently opened image filenames to keep on the File menu." msgstr "Количество названий ранее открывавшихся файлов, отображаемых в меню." #: ../app/config/gimprc-blurbs.h:177 -msgid "Speed of marching ants in the selection outline. This value is in milliseconds (less time indicates faster marching)." +msgid "" +"Speed of marching ants in the selection outline. This value is in " +"milliseconds (less time indicates faster marching)." msgstr "" "Скорость муравьиной дорожки в выделенной области. Значение указывается\n" "в миллисекундах (чем меньше значение, тем быстрее движется граница\n" "выделенной области)." #: ../app/config/gimprc-blurbs.h:181 -msgid "GIMP will warn the user if an attempt is made to create an image that would take more memory than the size specified here." -msgstr "При попытке создать файл, размер которого превышает указанное здесь значение, GIMP предупредит вас об этом." +msgid "" +"GIMP will warn the user if an attempt is made to create an image that would " +"take more memory than the size specified here." +msgstr "" +"При попытке создать файл, размер которого превышает указанное здесь " +"значение, GIMP предупредит вас об этом." #: ../app/config/gimprc-blurbs.h:185 msgid "When enabled, GIMP will show mnemonics in menus." msgstr "Если включено, GIMP отображает мнемонические клавиши в меню." #: ../app/config/gimprc-blurbs.h:188 -msgid "Generally only a concern for 8-bit displays, this sets the minimum number of system colors allocated for GIMP." -msgstr "Это касается только 8-разрядных мониторов. Параметр устанавливает минимальное количество системных цветов, предназначенных для GIMP." +msgid "" +"Generally only a concern for 8-bit displays, this sets the minimum number of " +"system colors allocated for GIMP." +msgstr "" +"Это касается только 8-разрядных мониторов. Параметр устанавливает " +"минимальное количество системных цветов, предназначенных для GIMP." #: ../app/config/gimprc-blurbs.h:198 -msgid "Sets the monitor's horizontal resolution, in dots per inch. If set to 0, forces the X server to be queried for both horizontal and vertical resolution information." -msgstr "Установить горизонтальное разрешение монитора в точках на дюйм. При нулевом значении устанавливается системное значение." +msgid "" +"Sets the monitor's horizontal resolution, in dots per inch. If set to 0, " +"forces the X server to be queried for both horizontal and vertical " +"resolution information." +msgstr "" +"Установить горизонтальное разрешение монитора в точках на дюйм. При нулевом " +"значении устанавливается системное значение." #: ../app/config/gimprc-blurbs.h:203 -msgid "Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces the X server to be queried for both horizontal and vertical resolution information." -msgstr "Установить вертикальное разрешение монитора в точках на дюйм. При нулевом значении устанавливается системное значение." +msgid "" +"Sets the monitor's vertical resolution, in dots per inch. If set to 0, " +"forces the X server to be queried for both horizontal and vertical " +"resolution information." +msgstr "" +"Установить вертикальное разрешение монитора в точках на дюйм. При нулевом " +"значении устанавливается системное значение." #: ../app/config/gimprc-blurbs.h:208 -msgid "If enabled, the move tool sets the edited layer or path as active. This used to be the default behaviour in older versions." -msgstr "Если включено, инструмент «Перемещение» делает активным перемещаемый слой или контур. В прошлых версиях такое поведение было включено по умолчанию." +msgid "" +"If enabled, the move tool sets the edited layer or path as active. This " +"used to be the default behaviour in older versions." +msgstr "" +"Если включено, инструмент «Перемещение» делает активным перемещаемый слой или " +"контур. В прошлых версиях такое поведение было включено по умолчанию." #: ../app/config/gimprc-blurbs.h:212 -msgid "Sets the size of the navigation preview available in the lower right corner of the image window." -msgstr "Установить размер окна навигации, находящегося в правом нижнем углу окна изображения." +msgid "" +"Sets the size of the navigation preview available in the lower right corner " +"of the image window." +msgstr "" +"Установить размер окна навигации, находящегося в правом нижнем углу окна " +"изображения." #: ../app/config/gimprc-blurbs.h:216 msgid "Sets how many processors GIMP should try to use simultaneously." msgstr "Установить количество процессоров, используемых GIMP одновременно." #: ../app/config/gimprc-blurbs.h:229 -msgid "When enabled, the X server is queried for the mouse's current position on each motion event, rather than relying on the position hint. This means painting with large brushes should be more accurate, but it may be slower. Perversely, on some X servers enabling this option results in faster painting." -msgstr "Если включено, X-сервер определяет позицию мыши после каждого движения. Это означает, что рисование большими кистями будет более точным, но медленным. Однако на некоторых Х-серверах включение этой опции обеспечивает более быструю работу." +msgid "" +"When enabled, the X server is queried for the mouse's current position on " +"each motion event, rather than relying on the position hint. This means " +"painting with large brushes should be more accurate, but it may be slower. " +"Perversely, on some X servers enabling this option results in faster " +"painting." +msgstr "" +"Если включено, X-сервер определяет позицию мыши после каждого движения. Это " +"означает, что рисование большими кистями будет более точным, но медленным. " +"Однако на некоторых Х-серверах включение этой опции обеспечивает более " +"быструю работу." #: ../app/config/gimprc-blurbs.h:245 -msgid "Sets whether GIMP should create previews of layers and channels. Previews in the layers and channels dialog are nice to have but they can slow things down when working with large images." -msgstr "Указывает, надо ли создавать миниатюру слоев и каналов. Миниатюра слоев и каналов — приятная вещь, но ее использование может существенно замедлить работу с большими изображениями." +msgid "" +"Sets whether GIMP should create previews of layers and channels. Previews in " +"the layers and channels dialog are nice to have but they can slow things " +"down when working with large images." +msgstr "" +"Указывает, надо ли создавать миниатюру слоев и каналов. Миниатюра слоев и " +"каналов — приятная вещь, но ее использование может существенно замедлить " +"работу с большими изображениями." #: ../app/config/gimprc-blurbs.h:250 -msgid "Sets the preview size used for layers and channel previews in newly created dialogs." +msgid "" +"Sets the preview size used for layers and channel previews in newly created " +"dialogs." msgstr "Устанавливает размер миниатюры слоев и каналов." #: ../app/config/gimprc-blurbs.h:254 -msgid "When enabled, the image window will automatically resize itself whenever the physical image size changes." +msgid "" +"When enabled, the image window will automatically resize itself whenever the " +"physical image size changes." msgstr "Размер окна автоматически изменяется при масштабировании изображения." #: ../app/config/gimprc-blurbs.h:258 -msgid "When enabled, the image window will automatically resize itself when zooming into and out of images." -msgstr "Размер окна автоматически изменяется при масштабировании вида изображения." +msgid "" +"When enabled, the image window will automatically resize itself when zooming " +"into and out of images." +msgstr "" +"Размер окна автоматически изменяется при масштабировании вида изображения." #: ../app/config/gimprc-blurbs.h:262 msgid "Let GIMP try to restore your last saved session on each startup." msgstr "Восстанавливать последнюю сохраненную позицию окон при каждом запуске." #: ../app/config/gimprc-blurbs.h:265 -msgid "Remember the current tool, pattern, color, and brush across GIMP sessions." +msgid "" +"Remember the current tool, pattern, color, and brush across GIMP sessions." msgstr "Запомнить текущие инструменты, текстуры, цвета и кисти." #: ../app/config/gimprc-blurbs.h:269 -msgid "Keep a permanent record of all opened and saved files in the Recent Documents list." -msgstr "Добавлять все открываемые и сохраняемые файлы в список недавних изображений." +msgid "" +"Keep a permanent record of all opened and saved files in the Recent " +"Documents list." +msgstr "" +"Добавлять все открываемые и сохраняемые файлы в список недавних изображений." #: ../app/config/gimprc-blurbs.h:273 msgid "Save the positions and sizes of the main dialogs when GIMP exits." @@ -4804,52 +4825,100 @@ msgstr "Сохранить параметры инструментов при выходе из GIMP." #: ../app/config/gimprc-blurbs.h:282 -msgid "When enabled, all paint tools will show a preview of the current brush's outline." -msgstr "Если включено, все инструменты для рисования показывают очертания активной кисти." +msgid "" +"When enabled, all paint tools will show a preview of the current brush's " +"outline." +msgstr "" +"Если включено, все инструменты для рисования показывают очертания активной " +"кисти." #: ../app/config/gimprc-blurbs.h:286 -msgid "When enabled, dialogs will show a help button that gives access to the related help page. Without this button, the help page can still be reached by pressing F1." -msgstr "Если включено, во всех диалогах отображается кнопка «Справка», по нажатию которой вызывается система помощи. Если выключено, справочную систему можно вызвать нажатием клавиши F1." +msgid "" +"When enabled, dialogs will show a help button that gives access to the " +"related help page. Without this button, the help page can still be reached " +"by pressing F1." +msgstr "" +"Если включено, во всех диалогах отображается кнопка «Справка», по нажатию " +"которой вызывается система помощи. Если выключено, справочную систему можно " +"вызвать нажатием клавиши F1." #: ../app/config/gimprc-blurbs.h:291 -msgid "When enabled, the mouse pointer will be shown over the image while using a paint tool." +msgid "" +"When enabled, the mouse pointer will be shown over the image while using a " +"paint tool." msgstr "Если включено, при рисовании виден курсор инструмента." #: ../app/config/gimprc-blurbs.h:295 -msgid "When enabled, the menubar is visible by default. This can also be toggled with the \"View->Show Menubar\" command." -msgstr "Если включено, панель меню по умолчанию отображается. Это также можно сделать командой «Вид→ Показывать панель меню»." +msgid "" +"When enabled, the menubar is visible by default. This can also be toggled " +"with the \"View->Show Menubar\" command." +msgstr "" +"Если включено, панель меню по умолчанию отображается. Это также можно " +"сделать командой «Вид→ Показывать панель меню»." #: ../app/config/gimprc-blurbs.h:299 -msgid "When enabled, the rulers are visible by default. This can also be toggled with the \"View->Show Rulers\" command." -msgstr "Если включено, линейки по умолчанию отображаются. Это также можно сделать командой «Вид→ Показывать линейки»." +msgid "" +"When enabled, the rulers are visible by default. This can also be toggled " +"with the \"View->Show Rulers\" command." +msgstr "" +"Если включено, линейки по умолчанию отображаются. Это также можно сделать " +"командой «Вид→ Показывать линейки»." #: ../app/config/gimprc-blurbs.h:303 -msgid "When enabled, the scrollbars are visible by default. This can also be toggled with the \"View->Show Scrollbars\" command." -msgstr "Если включено, полосы прокрутки по умолчанию отображаются. Это также можно сделать командой «Вид→ Показывать полосы прокрутки»." +msgid "" +"When enabled, the scrollbars are visible by default. This can also be " +"toggled with the \"View->Show Scrollbars\" command." +msgstr "" +"Если включено, полосы прокрутки по умолчанию отображаются. Это также можно " +"сделать командой «Вид→ Показывать полосы прокрутки»." #: ../app/config/gimprc-blurbs.h:307 -msgid "When enabled, the statusbar is visible by default. This can also be toggled with the \"View->Show Statusbar\" command." -msgstr "Если включено, строка состояния по умолчанию отображается. Это также можно сделать командой «Вид→ Показывать строку состояния»." +msgid "" +"When enabled, the statusbar is visible by default. This can also be toggled " +"with the \"View->Show Statusbar\" command." +msgstr "" +"Если включено, строка состояния по умолчанию отображается. Это также можно " +"сделать командой «Вид→ Показывать строку состояния»." #: ../app/config/gimprc-blurbs.h:311 -msgid "When enabled, the selection is visible by default. This can also be toggled with the \"View->Show Selection\" command." -msgstr "Если включено, выделение области по умолчанию отображается. Это также можно сделать командой «Вид→ Показывать выделение»." +msgid "" +"When enabled, the selection is visible by default. This can also be toggled " +"with the \"View->Show Selection\" command." +msgstr "" +"Если включено, выделение области по умолчанию отображается. Это также можно " +"сделать командой «Вид→ Показывать выделение»." #: ../app/config/gimprc-blurbs.h:315 -msgid "When enabled, the layer boundary is visible by default. This can also be toggled with the \"View->Show Layer Boundary\" command." -msgstr "Если включено, граница слоя по умолчанию отображается. Это также можно сделать командой «Вид→ Показывать границы слоя»." +msgid "" +"When enabled, the layer boundary is visible by default. This can also be " +"toggled with the \"View->Show Layer Boundary\" command." +msgstr "" +"Если включено, граница слоя по умолчанию отображается. Это также можно " +"сделать командой «Вид→ Показывать границы слоя»." #: ../app/config/gimprc-blurbs.h:319 -msgid "When enabled, the guides are visible by default. This can also be toggled with the \"View->Show Guides\" command." -msgstr "Если включено, направляющие по умолчанию отображаются. Это также можно сделать командой «Вид→ Показывать направляющие»." +msgid "" +"When enabled, the guides are visible by default. This can also be toggled " +"with the \"View->Show Guides\" command." +msgstr "" +"Если включено, направляющие по умолчанию отображаются. Это также можно " +"сделать командой «Вид→ Показывать направляющие»." #: ../app/config/gimprc-blurbs.h:323 -msgid "When enabled, the grid is visible by default. This can also be toggled with the \"View->Show Grid\" command." -msgstr "Если включено, сетка по умолчанию отображается. Это также можно сделать командой «Вид→ Показывать сетку»." +msgid "" +"When enabled, the grid is visible by default. This can also be toggled with " +"the \"View->Show Grid\" command." +msgstr "" +"Если включено, сетка по умолчанию отображается. Это также можно сделать " +"командой «Вид→ Показывать сетку»." #: ../app/config/gimprc-blurbs.h:327 -msgid "When enabled, the sample points are visible by default. This can also be toggled with the \"View->Show Sample Points\" command." -msgstr "Если включено, образцовые точки по умолчанию отображаются. Это также можно сделать командой «Вид→ Показывать образцовые точки»." +msgid "" +"When enabled, the sample points are visible by default. This can also be " +"toggled with the \"View->Show Sample Points\" command." +msgstr "" +"Если включено, образцовые точки по умолчанию отображаются. Это также можно " +"сделать командой «Вид→ Показывать образцовые точки»." #: ../app/config/gimprc-blurbs.h:331 msgid "Show a tooltip when the pointer hovers over an item." @@ -4860,20 +4929,40 @@ msgstr "Что делать, когда в окне изображения нажимают пробел." #: ../app/config/gimprc-blurbs.h:337 -msgid "Sets the swap file location. GIMP uses a tile based memory allocation scheme. The swap file is used to quickly and easily swap tiles out to disk and back in. Be aware that the swap file can easily get very large if GIMP is used with large images. Also, things can get horribly slow if the swap file is created on a folder that is mounted over NFS. For these reasons, it may be desirable to put your swap file in \"/tmp\"." -msgstr "Устанавливает местонахождение файла подкачки. GIMP использует мозаичный тип подкачки. Обратите внимание на то, что файл подкачки может стать очень большим, если работать с большими изображениями. Кроме того, работа может замедлиться, если файл подкачки создан в папке, которая смонтирована поверх NFS. В этом случае, возможно, лучше всего поместить файл подкачки в \"/tmp\"." +msgid "" +"Sets the swap file location. GIMP uses a tile based memory allocation " +"scheme. The swap file is used to quickly and easily swap tiles out to disk " +"and back in. Be aware that the swap file can easily get very large if GIMP " +"is used with large images. Also, things can get horribly slow if the swap " +"file is created on a folder that is mounted over NFS. For these reasons, it " +"may be desirable to put your swap file in \"/tmp\"." +msgstr "" +"Устанавливает местонахождение файла подкачки. GIMP использует мозаичный тип " +"подкачки. Обратите внимание на то, что файл подкачки может стать очень " +"большим, если работать с большими изображениями. Кроме того, работа может " +"замедлиться, если файл подкачки создан в папке, которая смонтирована поверх " +"NFS. В этом случае, возможно, лучше всего поместить файл подкачки в \"/tmp\"." #: ../app/config/gimprc-blurbs.h:346 msgid "When enabled, menus can be torn off." msgstr "Если включено, меню можно отцепить от панели инструментов." #: ../app/config/gimprc-blurbs.h:349 -msgid "When enabled, dock windows (the toolbox and palettes) are set to be transient to the active image window. Most window managers will keep the dock windows above the image window then, but it may also have other effects." -msgstr "Если включено, все панели располагаются поверх окна изображения. В некоторых оконных менеджерах могут проявиться и другие эффекты." +msgid "" +"When enabled, dock windows (the toolbox and palettes) are set to be " +"transient to the active image window. Most window managers will keep the " +"dock windows above the image window then, but it may also have other effects." +msgstr "" +"Если включено, все панели располагаются поверх окна изображения. В некоторых " +"оконных менеджерах могут проявиться и другие эффекты." #: ../app/config/gimprc-blurbs.h:355 -msgid "When enabled, you can change keyboard shortcuts for menu items by hitting a key combination while the menu item is highlighted." -msgstr "Если включено, комбинации клавиш для быстрого доступа к подсвеченному пункту меню можно менять «на лету»." +msgid "" +"When enabled, you can change keyboard shortcuts for menu items by hitting a " +"key combination while the menu item is highlighted." +msgstr "" +"Если включено, комбинации клавиш для быстрого доступа к подсвеченному пункту " +"меню можно менять «на лету»." #: ../app/config/gimprc-blurbs.h:359 msgid "Save changed keyboard shortcuts when GIMP exits." @@ -4884,24 +4973,45 @@ msgstr "Восстановить сохраненные комбинации клавиш при запуске GIMP." #: ../app/config/gimprc-blurbs.h:365 -msgid "Sets the folder for temporary storage. Files will appear here during the course of running GIMP. Most files will disappear when GIMP exits, but some files are likely to remain, so it is best if this folder not be one that is shared by other users." -msgstr "Определяет временный каталог. Здесь будут содержаться временные файлы, с которыми работает GIMP. Большинство из них будет удаляться сразу после окончания работы с GIMP, однако некоторые останутся, поэтому не стоит давать другим пользователям права на просмотр и изменение этого каталога." +msgid "" +"Sets the folder for temporary storage. Files will appear here during the " +"course of running GIMP. Most files will disappear when GIMP exits, but some " +"files are likely to remain, so it is best if this folder not be one that is " +"shared by other users." +msgstr "" +"Определяет временный каталог. Здесь будут содержаться временные файлы, с " +"которыми работает GIMP. Большинство из них будет удаляться сразу после " +"окончания работы с GIMP, однако некоторые останутся, поэтому не стоит давать " +"другим пользователям права на просмотр и изменение этого каталога." #: ../app/config/gimprc-blurbs.h:377 msgid "Sets the size of the thumbnail shown in the Open dialog." msgstr "Установить размер миниатюры в диалоге открытия файлов." #: ../app/config/gimprc-blurbs.h:380 -msgid "The thumbnail in the Open dialog will be automatically updated if the file being previewed is smaller than the size set here." -msgstr "Если размер файла предпросмотра окажется меньше указанного здесь значения, то предпросмотр в диалоге открытия будет обновлен автоматически." +msgid "" +"The thumbnail in the Open dialog will be automatically updated if the file " +"being previewed is smaller than the size set here." +msgstr "" +"Если размер файла предпросмотра окажется меньше указанного здесь значения, " +"то предпросмотр в диалоге открытия будет обновлен автоматически." #: ../app/config/gimprc-blurbs.h:384 -msgid "When the amount of pixel data exceeds this limit, GIMP will start to swap tiles to disk. This is a lot slower but it makes it possible to work on images that wouldn't fit into memory otherwise. If you have a lot of RAM, you may want to set this to a higher value." -msgstr "Когда объем растровых данных превышает установленное значение, GIMP начинает сохранять данные на диск. Это несколько замедляет работу, но позволяет обрабатывать данные, не помещающиеся в оперативную память. Если оперативной памяти много, это значение лучше увеличить." +msgid "" +"When the amount of pixel data exceeds this limit, GIMP will start to swap " +"tiles to disk. This is a lot slower but it makes it possible to work on " +"images that wouldn't fit into memory otherwise. If you have a lot of RAM, " +"you may want to set this to a higher value." +msgstr "" +"Когда объем растровых данных превышает установленное значение, GIMP начинает " +"сохранять данные на диск. Это несколько замедляет работу, но позволяет " +"обрабатывать данные, не помещающиеся в оперативную память. Если оперативной " +"памяти много, это значение лучше увеличить." #: ../app/config/gimprc-blurbs.h:390 msgid "Show the current foreground and background colors in the toolbox." -msgstr "Показывать текущий цвет переднего и заднего плана в панели инструментов." +msgstr "" +"Показывать текущий цвет переднего и заднего плана в панели инструментов." #: ../app/config/gimprc-blurbs.h:393 msgid "Show the currently selected brush, pattern and gradient in the toolbox." @@ -4912,8 +5022,12 @@ msgstr "Показывать активное изображение в панели инструментов." #: ../app/config/gimprc-blurbs.h:402 -msgid "The window type hint that is set on the toolbox. This may affect how your window manager decorates and handles the toolbox window." -msgstr "От этого параметра зависит, как будет отображаться панель инструментов оконным менеджером." +msgid "" +"The window type hint that is set on the toolbox. This may affect how your " +"window manager decorates and handles the toolbox window." +msgstr "" +"От этого параметра зависит, как будет отображаться панель инструментов " +"оконным менеджером." #: ../app/config/gimprc-blurbs.h:406 msgid "Sets the manner in which transparency is displayed in images." @@ -4924,16 +5038,30 @@ msgstr "Устанавливает размер клеток, отображающих прозрачность." #: ../app/config/gimprc-blurbs.h:412 -msgid "When enabled, GIMP will not save an image if it has not been changed since it was opened." -msgstr "Если включено, файлы, не изменившиеся после загрузки, не будут сохраняться." +msgid "" +"When enabled, GIMP will not save an image if it has not been changed since " +"it was opened." +msgstr "" +"Если включено, файлы, не изменившиеся после загрузки, не будут сохраняться." #: ../app/config/gimprc-blurbs.h:416 -msgid "Sets the minimal number of operations that can be undone. More undo levels are kept available until the undo-size limit is reached." -msgstr "Устанавливает минимальное количество возможных отмен. Большее количество отмен возможно до тех пор, пока не использована вся память, отведенная для этого." +msgid "" +"Sets the minimal number of operations that can be undone. More undo levels " +"are kept available until the undo-size limit is reached." +msgstr "" +"Устанавливает минимальное количество возможных отмен. Большее количество " +"отмен возможно до тех пор, пока не использована вся память, отведенная для " +"этого." #: ../app/config/gimprc-blurbs.h:420 -msgid "Sets an upper limit to the memory that is used per image to keep operations on the undo stack. Regardless of this setting, at least as many undo-levels as configured can be undone." -msgstr "Устанавливает предельное значение памяти, используемый для отмен в каждом изображении. Предел может быть превышен для использования количества отмен, указанного в настройках." +msgid "" +"Sets an upper limit to the memory that is used per image to keep operations " +"on the undo stack. Regardless of this setting, at least as many undo-levels " +"as configured can be undone." +msgstr "" +"Устанавливает предельное значение памяти, используемый для отмен в каждом " +"изображении. Предел может быть превышен для использования количества отмен, " +"указанного в настройках." #: ../app/config/gimprc-blurbs.h:425 msgid "Sets the size of the previews in the Undo History." @@ -4945,13 +5073,19 @@ #: ../app/config/gimprc-blurbs.h:439 #, c-format -msgid "Sets the external web browser to be used. This can be an absolute path or the name of an executable to search for in the user's PATH. If the command contains '%s' it will be replaced with the URL, else the URL will be appended to the command with a space separating the two." -msgstr "Укажите браузер, который будет использовать система помощи. По желанию можно указать полный путь или только команду для выполнения. Если команда содержит '%s', вместо этого выражения будет подставлен URL, если нет, то URL будет добавлен к команде через пробел." +msgid "" +"Sets the external web browser to be used. This can be an absolute path or " +"the name of an executable to search for in the user's PATH. If the command " +"contains '%s' it will be replaced with the URL, else the URL will be " +"appended to the command with a space separating the two." +msgstr "" +"Укажите браузер, который будет использовать система помощи. По желанию можно " +"указать полный путь или только команду для выполнения. Если команда содержит " +"'%s', вместо этого выражения будет подставлен URL, если нет, то URL будет " +"добавлен к команде через пробел." -#: ../app/config/gimprc-deserialize.c:135 -#: ../app/core/gimp-modules.c:134 -#: ../app/core/gimp-units.c:164 -#: ../app/gui/session.c:206 +#: ../app/config/gimprc-deserialize.c:135 ../app/core/gimp-modules.c:134 +#: ../app/core/gimp-units.c:164 ../app/gui/session.c:206 #: ../app/plug-in/plug-in-rc.c:213 msgid "fatal parse error" msgstr "неисправимая ошибка лекс.анализа" @@ -4962,10 +5096,8 @@ msgstr "значение для знака %s не является допустимой строкой UTF-8" #. no undo (or redo) steps available -#: ../app/core/core-enums.c:53 -#: ../app/core/core-enums.c:252 -#: ../app/core/core-enums.c:504 -#: ../app/paint/paint-enums.c:81 +#: ../app/core/core-enums.c:53 ../app/core/core-enums.c:252 +#: ../app/core/core-enums.c:504 ../app/paint/paint-enums.c:81 #: ../app/widgets/gimpimagepropview.c:416 msgid "None" msgstr "Нет" @@ -5002,8 +5134,7 @@ msgid "First item" msgstr "Первый объект" -#: ../app/core/core-enums.c:213 -#: ../app/dialogs/dialogs.c:198 +#: ../app/core/core-enums.c:213 ../app/dialogs/dialogs.c:198 #: ../app/tools/tools-enums.c:210 msgid "Selection" msgstr "Выделение" @@ -5033,13 +5164,11 @@ msgstr "Белый" #. Transparency -#: ../app/core/core-enums.c:250 -#: ../app/dialogs/preferences-dialog.c:2311 +#: ../app/core/core-enums.c:250 ../app/dialogs/preferences-dialog.c:2311 msgid "Transparency" msgstr "Прозрачный" -#: ../app/core/core-enums.c:251 -#: ../app/core/core-enums.c:308 +#: ../app/core/core-enums.c:251 ../app/core/core-enums.c:308 msgid "Pattern" msgstr "Текстура" @@ -5059,8 +5188,7 @@ msgid "Miter" msgstr "Острое" -#: ../app/core/core-enums.c:337 -#: ../app/core/core-enums.c:367 +#: ../app/core/core-enums.c:337 ../app/core/core-enums.c:367 msgid "Round" msgstr "Скругленное" @@ -5072,8 +5200,7 @@ msgid "Butt" msgstr "Плоские" -#: ../app/core/core-enums.c:368 -#: ../app/core/core-enums.c:443 +#: ../app/core/core-enums.c:368 ../app/core/core-enums.c:443 msgid "Square" msgstr "Квадратные" @@ -5129,13 +5256,11 @@ msgid "Diamond" msgstr "Ромб" -#: ../app/core/core-enums.c:472 -#: ../app/dialogs/preferences-dialog.c:2343 +#: ../app/core/core-enums.c:472 ../app/dialogs/preferences-dialog.c:2343 msgid "Horizontal" msgstr "Горизонтальное" -#: ../app/core/core-enums.c:473 -#: ../app/dialogs/preferences-dialog.c:2345 +#: ../app/core/core-enums.c:473 ../app/dialogs/preferences-dialog.c:2345 msgid "Vertical" msgstr "Вертикальное" @@ -5255,46 +5380,37 @@ msgid "Merge paths" msgstr "Объединить контуры" -#: ../app/core/core-enums.c:861 -#: ../app/core/core-enums.c:892 -#: ../app/core/gimpimage-grid.c:58 -#: ../app/dialogs/grid-dialog.c:152 +#: ../app/core/core-enums.c:861 ../app/core/core-enums.c:892 +#: ../app/core/gimpimage-grid.c:58 ../app/dialogs/grid-dialog.c:152 #: ../app/tools/tools-enums.c:241 msgid "Grid" msgstr "Сетка" -#: ../app/core/core-enums.c:862 -#: ../app/core/core-enums.c:894 +#: ../app/core/core-enums.c:862 ../app/core/core-enums.c:894 msgid "Guide" msgstr "Направляющая" -#: ../app/core/core-enums.c:863 -#: ../app/core/core-enums.c:895 +#: ../app/core/core-enums.c:863 ../app/core/core-enums.c:895 msgid "Sample Point" msgstr "Образцовая точка" -#: ../app/core/core-enums.c:864 -#: ../app/core/core-enums.c:896 +#: ../app/core/core-enums.c:864 ../app/core/core-enums.c:896 msgid "Layer/Channel" msgstr "Слой/Канал" -#: ../app/core/core-enums.c:865 -#: ../app/core/core-enums.c:897 +#: ../app/core/core-enums.c:865 ../app/core/core-enums.c:897 msgid "Layer/Channel modification" msgstr "Изменение слоя/канала" -#: ../app/core/core-enums.c:866 -#: ../app/core/core-enums.c:898 +#: ../app/core/core-enums.c:866 ../app/core/core-enums.c:898 msgid "Selection mask" msgstr "Маска выделения" -#: ../app/core/core-enums.c:867 -#: ../app/core/core-enums.c:901 +#: ../app/core/core-enums.c:867 ../app/core/core-enums.c:901 msgid "Item visibility" msgstr "Видимость объекта" -#: ../app/core/core-enums.c:868 -#: ../app/core/core-enums.c:902 +#: ../app/core/core-enums.c:868 ../app/core/core-enums.c:902 msgid "Link/Unlink item" msgstr "(Рас)соединение объекта" @@ -5302,8 +5418,7 @@ msgid "Item properties" msgstr "Свойства элемента" -#: ../app/core/core-enums.c:870 -#: ../app/core/core-enums.c:900 +#: ../app/core/core-enums.c:870 ../app/core/core-enums.c:900 msgid "Move item" msgstr "Перемещение объекта" @@ -5319,18 +5434,15 @@ msgid "Add layer" msgstr "Добавить слой" -#: ../app/core/core-enums.c:874 -#: ../app/core/core-enums.c:911 +#: ../app/core/core-enums.c:874 ../app/core/core-enums.c:911 msgid "Add layer mask" msgstr "Добавить маску слоя" -#: ../app/core/core-enums.c:875 -#: ../app/core/core-enums.c:913 +#: ../app/core/core-enums.c:875 ../app/core/core-enums.c:913 msgid "Apply layer mask" msgstr "Применить маску слоя" -#: ../app/core/core-enums.c:876 -#: ../app/core/core-enums.c:923 +#: ../app/core/core-enums.c:876 ../app/core/core-enums.c:923 msgid "Floating selection to layer" msgstr "Плавающее выделение в слой" @@ -5346,41 +5458,34 @@ msgid "Remove floating selection" msgstr "Удалить плавающее выделение" -#: ../app/core/core-enums.c:880 -#: ../app/core/gimp-edit.c:262 +#: ../app/core/core-enums.c:880 ../app/core/gimp-edit.c:262 msgid "Paste" msgstr "Вставить" -#: ../app/core/core-enums.c:881 -#: ../app/core/gimp-edit.c:557 +#: ../app/core/core-enums.c:881 ../app/core/gimp-edit.c:557 msgid "Cut" msgstr "Вырезать" -#: ../app/core/core-enums.c:882 -#: ../app/tools/gimptexttool.c:160 +#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:161 #: ../app/widgets/widgets-enums.c:265 msgid "Text" msgstr "Текст" -#: ../app/core/core-enums.c:883 -#: ../app/core/core-enums.c:926 +#: ../app/core/core-enums.c:883 ../app/core/core-enums.c:926 #: ../app/core/gimpdrawable-transform.c:567 msgid "Transform" msgstr "Преобразование" -#: ../app/core/core-enums.c:884 -#: ../app/core/core-enums.c:927 +#: ../app/core/core-enums.c:884 ../app/core/core-enums.c:927 #: ../app/paint/gimppaintcore.c:137 msgid "Paint" msgstr "Рисование" -#: ../app/core/core-enums.c:885 -#: ../app/core/core-enums.c:930 +#: ../app/core/core-enums.c:885 ../app/core/core-enums.c:930 msgid "Attach parasite" msgstr "Добавить паразита" -#: ../app/core/core-enums.c:886 -#: ../app/core/core-enums.c:931 +#: ../app/core/core-enums.c:886 ../app/core/core-enums.c:931 msgid "Remove parasite" msgstr "Убрать паразита" @@ -5388,8 +5493,7 @@ msgid "Import paths" msgstr "Импортировать контуры" -#: ../app/core/core-enums.c:888 -#: ../app/pdb/drawable-cmds.c:885 +#: ../app/core/core-enums.c:888 ../app/pdb/drawable-cmds.c:885 msgid "Plug-In" msgstr "Расширение" @@ -5489,8 +5593,7 @@ msgid "Relax floating selection" msgstr "Восстановить данные в плавающее выделение" -#: ../app/core/core-enums.c:928 -#: ../app/paint/gimpink.c:95 +#: ../app/core/core-enums.c:928 ../app/paint/gimpink.c:95 #: ../app/tools/gimpinktool.c:55 msgid "Ink" msgstr "Перо" @@ -5531,17 +5634,14 @@ msgid "Convert to RGB workspace" msgstr "Преобразовать в рабочее пространство RGB" -#: ../app/core/gimp-contexts.c:155 -#: ../app/core/gimptooloptions.c:231 -#: ../app/gui/session.c:307 -#: ../app/menus/menus.c:433 +#: ../app/core/gimp-contexts.c:155 ../app/core/gimptooloptions.c:231 +#: ../app/gui/session.c:307 ../app/menus/menus.c:433 #: ../app/widgets/gimpdevices.c:258 #, c-format msgid "Deleting \"%s\" failed: %s" msgstr "Невозможно удалить \"%s\": %s" -#: ../app/core/gimp-edit.c:190 -#: ../app/core/gimp-edit.c:326 +#: ../app/core/gimp-edit.c:190 ../app/core/gimp-edit.c:326 msgid "Pasted Layer" msgstr "Вставленный слой" @@ -5587,27 +5687,33 @@ #: ../app/core/gimp-user-install.c:153 #, c-format -msgid "It seems you have used GIMP %s before. GIMP will now migrate your user settings to '%s'." -msgstr "Похоже, вы уже использовали GIMP %s ранее. GIMP перенесёт ваши пользовательские предпочтения в '%s'." +msgid "" +"It seems you have used GIMP %s before. GIMP will now migrate your user " +"settings to '%s'." +msgstr "" +"Похоже, вы уже использовали GIMP %s ранее. GIMP перенесёт ваши " +"пользовательские предпочтения в '%s'." #: ../app/core/gimp-user-install.c:158 #, c-format -msgid "It appears that you are using GIMP for the first time. GIMP will now create a folder named '%s' and copy some files to it." -msgstr "Похоже, что вы впервые используете GIMP. Сейчас программа создаст каталог с именем '%s' и скопирует туда некоторые файлы." +msgid "" +"It appears that you are using GIMP for the first time. GIMP will now create " +"a folder named '%s' and copy some files to it." +msgstr "" +"Похоже, что вы впервые используете GIMP. Сейчас программа создаст каталог с " +"именем '%s' и скопирует туда некоторые файлы." #: ../app/core/gimp-user-install.c:309 #, c-format msgid "Copying file '%s' from '%s'..." msgstr "Копирование файла '%s' из '%s'..." -#: ../app/core/gimp-user-install.c:324 -#: ../app/core/gimp-user-install.c:350 +#: ../app/core/gimp-user-install.c:324 ../app/core/gimp-user-install.c:350 #, c-format msgid "Creating folder '%s'..." msgstr "Создание папки '%s'..." -#: ../app/core/gimp-user-install.c:335 -#: ../app/core/gimp-user-install.c:361 +#: ../app/core/gimp-user-install.c:335 ../app/core/gimp-user-install.c:361 #, c-format msgid "Cannot create folder '%s': %s" msgstr "Не удается создать папку '%s': %s" @@ -5636,8 +5742,7 @@ msgstr "Шрифты (их загрузка может длиться долго)" #. initialize the module list -#: ../app/core/gimp.c:863 -#: ../app/dialogs/preferences-dialog.c:2772 +#: ../app/core/gimp.c:863 ../app/dialogs/preferences-dialog.c:2772 msgid "Modules" msgstr "Модули" @@ -5671,22 +5776,19 @@ msgid "Fatal parse error in brush file '%s': Unknown version %d." msgstr "Неисправимая ошибка разбора файла кисти '%s': неизвестная версия %d." -#: ../app/core/gimpbrush-load.c:268 -#: ../app/core/gimpbrush-load.c:388 +#: ../app/core/gimpbrush-load.c:268 ../app/core/gimpbrush-load.c:388 #: ../app/core/gimpbrush-load.c:720 #, c-format msgid "Fatal parse error in brush file '%s': File appears truncated." msgstr "Неисправимая ошибка разбора файла кисти '%s': файл, вероятно, оборван." -#: ../app/core/gimpbrush-load.c:276 -#: ../app/core/gimpbrushgenerated-load.c:128 +#: ../app/core/gimpbrush-load.c:276 ../app/core/gimpbrushgenerated-load.c:128 #: ../app/core/gimpbrushpipe-load.c:97 #, c-format msgid "Invalid UTF-8 string in brush file '%s'." msgstr "Недопустимая строка UTF-8 в файле кисти '%s'." -#: ../app/core/gimpbrush-load.c:283 -#: ../app/core/gimpitem.c:505 +#: ../app/core/gimpbrush-load.c:283 ../app/core/gimpitem.c:505 #: ../app/core/gimppattern-load.c:146 #: ../app/dialogs/template-options-dialog.c:83 #: ../app/tools/gimpvectortool.c:299 @@ -5699,18 +5801,24 @@ "Fatal parse error in brush file '%s': Unsupported brush depth %d\n" "GIMP brushes must be GRAY or RGBA." msgstr "" -"Неисправимая ошибка разбора файла кисти '%s': неподдерживаемая глубина цвета кисти %d\n" +"Неисправимая ошибка разбора файла кисти '%s': неподдерживаемая глубина цвета " +"кисти %d\n" "Кисти GIMP должны быть в режиме RGBA или градации серого." #: ../app/core/gimpbrush-load.c:448 #, c-format -msgid "Fatal parse error in brush file '%s': unable to decode abr format version %d." -msgstr "Неисправимая ошибка разбора файла кисти '%s': неизвестная версия формата abr '%d'." +msgid "" +"Fatal parse error in brush file '%s': unable to decode abr format version %d." +msgstr "" +"Неисправимая ошибка разбора файла кисти '%s': неизвестная версия формата abr " +"'%d'." #: ../app/core/gimpbrush-load.c:615 #, c-format msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." -msgstr "Неисправимая ошибка разбора файла кисти '%s': широкие кисти не поддерживаются." +msgstr "" +"Неисправимая ошибка разбора файла кисти '%s': широкие кисти не " +"поддерживаются." #: ../app/core/gimpbrushgenerated-load.c:87 #, c-format @@ -5719,13 +5827,19 @@ #: ../app/core/gimpbrushgenerated-load.c:104 #, c-format -msgid "Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." -msgstr "Неисправимая ошибка разбора файла кисти '%s': неизвестная версия кисти GIMP в строке %d." +msgid "" +"Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." +msgstr "" +"Неисправимая ошибка разбора файла кисти '%s': неизвестная версия кисти GIMP " +"в строке %d." #: ../app/core/gimpbrushgenerated-load.c:150 #, c-format -msgid "Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." -msgstr "Неисправимая ошибка разбора файла кисти '%s': неизвестная форма кисти GIMP в строке %d." +msgid "" +"Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." +msgstr "" +"Неисправимая ошибка разбора файла кисти '%s': неизвестная форма кисти GIMP в " +"строке %d." #: ../app/core/gimpbrushgenerated-load.c:226 #, c-format @@ -5742,8 +5856,7 @@ msgid "Error while reading brush file '%s': %s" msgstr "Ошибка при чтении файла кисти '%s': %s" -#: ../app/core/gimpbrushpipe-load.c:113 -#: ../app/core/gimpbrushpipe-load.c:133 +#: ../app/core/gimpbrushpipe-load.c:113 ../app/core/gimpbrushpipe-load.c:133 #: ../app/core/gimpbrushpipe-load.c:223 #, c-format msgid "Fatal parse error in brush file '%s': File is corrupt." @@ -5773,8 +5886,7 @@ msgid "%s Channel to Selection" msgstr "%s Канал -> Выделенная область" -#: ../app/core/gimpchannel-select.c:520 -#: ../app/tools/gimpfuzzyselecttool.c:80 +#: ../app/core/gimpchannel-select.c:520 ../app/tools/gimpfuzzyselecttool.c:80 msgctxt "command" msgid "Fuzzy Select" msgstr "Выделение смежных областей" @@ -5813,8 +5925,7 @@ msgid "Rotate Channel" msgstr "Вращение канала" -#: ../app/core/gimpchannel.c:264 -#: ../app/core/gimpdrawable-transform.c:886 +#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" msgstr "Преобразование канала" @@ -5867,19 +5978,16 @@ msgid "Set Channel Opacity" msgstr "Установить непрозрачность канала" -#: ../app/core/gimpchannel.c:1747 -#: ../app/core/gimpselection.c:520 +#: ../app/core/gimpchannel.c:1747 ../app/core/gimpselection.c:520 msgid "Selection Mask" msgstr "Маска выделенной области" -#: ../app/core/gimpdata.c:526 -#: ../app/core/gimptoolpresets.c:279 +#: ../app/core/gimpdata.c:526 ../app/core/gimptoolpresets.c:279 #, c-format msgid "Could not delete '%s': %s" msgstr "Невозможно удалить '%s': %s" -#: ../app/core/gimpdatafactory.c:415 -#: ../app/core/gimpdatafactory.c:575 +#: ../app/core/gimpdatafactory.c:415 ../app/core/gimpdatafactory.c:575 #: ../app/core/gimpdatafactory.c:595 #, c-format msgid "" @@ -5891,15 +5999,12 @@ "\n" "%s" -#: ../app/core/gimpdatafactory.c:494 -#: ../app/core/gimpdatafactory.c:497 -#: ../app/core/gimpitem.c:312 -#: ../app/core/gimpitem.c:315 +#: ../app/core/gimpdatafactory.c:494 ../app/core/gimpdatafactory.c:497 +#: ../app/core/gimpitem.c:312 ../app/core/gimpitem.c:315 msgid "copy" msgstr "копия" -#: ../app/core/gimpdatafactory.c:506 -#: ../app/core/gimpitem.c:324 +#: ../app/core/gimpdatafactory.c:506 ../app/core/gimpitem.c:324 #, c-format msgid "%s copy" msgstr "Копия %s" @@ -5919,8 +6024,7 @@ "\n" "%s" -#: ../app/core/gimpdrawable-blend.c:245 -#: ../app/tools/gimpblendtool.c:107 +#: ../app/core/gimpdrawable-blend.c:245 ../app/tools/gimpblendtool.c:107 msgid "Blend" msgstr "Градиентная заливка" @@ -5950,13 +6054,11 @@ msgstr "Цветовой баланс" #: ../app/core/gimpdrawable-colorize.c:73 -#: ../app/core/gimpdrawable-colorize.c:85 -#: ../app/tools/gimpcolorizetool.c:90 +#: ../app/core/gimpdrawable-colorize.c:85 ../app/tools/gimpcolorizetool.c:90 msgid "Colorize" msgstr "Тонирование" -#: ../app/core/gimpdrawable-curves.c:165 -#: ../app/core/gimpdrawable-curves.c:182 +#: ../app/core/gimpdrawable-curves.c:165 ../app/core/gimpdrawable-curves.c:182 #: ../app/tools/gimpcurvestool.c:140 msgid "Curves" msgstr "Кривые" @@ -5984,13 +6086,11 @@ msgid "Hue_Saturation" msgstr "Тон_Насыщенность" -#: ../app/core/gimpdrawable-invert.c:60 -#: ../app/core/gimpdrawable-invert.c:68 +#: ../app/core/gimpdrawable-invert.c:60 ../app/core/gimpdrawable-invert.c:68 msgid "Invert" msgstr "Инвертировать" -#: ../app/core/gimpdrawable-levels.c:154 -#: ../app/core/gimpdrawable-levels.c:170 +#: ../app/core/gimpdrawable-levels.c:154 ../app/core/gimpdrawable-levels.c:170 #: ../app/tools/gimplevelstool.c:150 msgid "Levels" msgstr "Уровни" @@ -6000,8 +6100,7 @@ msgstr "Сдвиг изображения" #: ../app/core/gimpdrawable-posterize.c:70 -#: ../app/core/gimpdrawable-posterize.c:80 -#: ../app/tools/gimpposterizetool.c:84 +#: ../app/core/gimpdrawable-posterize.c:80 ../app/tools/gimpposterizetool.c:84 msgid "Posterize" msgstr "Постеризация" @@ -6010,25 +6109,21 @@ msgstr "Обвести контур" #: ../app/core/gimpdrawable-threshold.c:71 -#: ../app/core/gimpdrawable-threshold.c:82 -#: ../app/tools/gimpthresholdtool.c:90 +#: ../app/core/gimpdrawable-threshold.c:82 ../app/tools/gimpthresholdtool.c:90 msgid "Threshold" msgstr "Порог" -#: ../app/core/gimpdrawable-transform.c:645 -#: ../app/tools/gimpfliptool.c:116 +#: ../app/core/gimpdrawable-transform.c:645 ../app/tools/gimpfliptool.c:116 msgctxt "command" msgid "Flip" msgstr "Зеркало" -#: ../app/core/gimpdrawable-transform.c:745 -#: ../app/tools/gimprotatetool.c:121 +#: ../app/core/gimpdrawable-transform.c:745 ../app/tools/gimprotatetool.c:121 msgctxt "command" msgid "Rotate" msgstr "Вращение" -#: ../app/core/gimpdrawable-transform.c:884 -#: ../app/core/gimplayer.c:255 +#: ../app/core/gimpdrawable-transform.c:884 ../app/core/gimplayer.c:255 msgid "Transform Layer" msgstr "Преобразование слоя" @@ -6036,18 +6131,18 @@ msgid "Transformation" msgstr "Преобразование" -#: ../app/core/gimpgradient-load.c:71 -#: ../app/core/gimpgradient-load.c:96 -#: ../app/core/gimpgradient-load.c:117 -#: ../app/core/gimpgradient-load.c:168 +#: ../app/core/gimpgradient-load.c:71 ../app/core/gimpgradient-load.c:96 +#: ../app/core/gimpgradient-load.c:117 ../app/core/gimpgradient-load.c:168 #, c-format msgid "Fatal parse error in gradient file '%s': Read error in line %d." -msgstr "Неисправимая ошибка разбора файла градиента '%s': ошибка чтения в строке %d" +msgstr "" +"Неисправимая ошибка разбора файла градиента '%s': ошибка чтения в строке %d" #: ../app/core/gimpgradient-load.c:81 #, c-format msgid "Fatal parse error in gradient file '%s': Not a GIMP gradient file." -msgstr "Неисправимая ошибка разбора файла градиента '%s': это не файл градиента GIMP." +msgstr "" +"Неисправимая ошибка разбора файла градиента '%s': это не файл градиента GIMP." #: ../app/core/gimpgradient-load.c:109 #, c-format @@ -6059,17 +6154,18 @@ msgid "Fatal parse error in gradient file '%s': File is corrupt in line %d." msgstr "Неисправимая ошибка разбора файла '%s': файл повреждён в строке %d." -#: ../app/core/gimpgradient-load.c:218 -#: ../app/core/gimpgradient-load.c:229 +#: ../app/core/gimpgradient-load.c:218 ../app/core/gimpgradient-load.c:229 #, c-format msgid "Fatal parse error in gradient file '%s': Corrupt segment %d in line %d." -msgstr "Неисправимая ошибка разбора файла градиента '%s': повреждённый сегмент %d в строке %d." +msgstr "" +"Неисправимая ошибка разбора файла градиента '%s': повреждённый сегмент %d в " +"строке %d." -#: ../app/core/gimpgradient-load.c:241 -#: ../app/core/gimpgradient-load.c:255 +#: ../app/core/gimpgradient-load.c:241 ../app/core/gimpgradient-load.c:255 #, c-format msgid "Gradient file '%s' is corrupt: Segments do not span the range 0-1." -msgstr "Файл градиента '%s' повреждён: сегменты не находятся в промежутке от 0 до 1." +msgstr "" +"Файл градиента '%s' повреждён: сегменты не находятся в промежутке от 0 до 1." #: ../app/core/gimpgradient-load.c:334 #, c-format @@ -6090,7 +6186,8 @@ msgstr "Цвет переднего плана сетки." #: ../app/core/gimpgrid.c:95 -msgid "The background color of the grid; only used in double dashed line style." +msgid "" +"The background color of the grid; only used in double dashed line style." msgstr "Цвет фона сетки (для стиля \"Двойной пунктир\")" #: ../app/core/gimpgrid.c:101 @@ -6102,12 +6199,17 @@ msgstr "Расстояние между вертикальными линиями" #: ../app/core/gimpgrid.c:115 -msgid "Horizontal offset of the first grid line; this may be a negative number." -msgstr "Смещение по горизонтали для первой линии сетки. Значение может быть отрицательным." +msgid "" +"Horizontal offset of the first grid line; this may be a negative number." +msgstr "" +"Смещение по горизонтали для первой линии сетки. Значение может быть " +"отрицательным." #: ../app/core/gimpgrid.c:122 msgid "Vertical offset of the first grid line; this may be a negative number." -msgstr "Смещение по вертикали для первой линии сетки. Значение может быть отрицательным." +msgstr "" +"Смещение по вертикали для первой линии сетки. Значение может быть " +"отрицательным." #: ../app/core/gimpimage-arrange.c:143 msgid "Arrange Objects" @@ -6155,8 +6257,7 @@ msgid "Crop Image" msgstr "Кадрирование изображения" -#: ../app/core/gimpimage-crop.c:133 -#: ../app/core/gimpimage-resize.c:90 +#: ../app/core/gimpimage-crop.c:133 ../app/core/gimpimage-resize.c:90 msgid "Resize Image" msgstr "Изменить размер изображения" @@ -6168,8 +6269,7 @@ msgid "Add Vertical Guide" msgstr "Добавить вертикальную направляющую" -#: ../app/core/gimpimage-guides.c:115 -#: ../app/tools/gimpmovetool.c:564 +#: ../app/core/gimpimage-guides.c:115 ../app/tools/gimpmovetool.c:564 msgid "Remove Guide" msgstr "Удалить направляющую" @@ -6196,8 +6296,7 @@ msgid "Transform Items" msgstr "Преобразовать объекты" -#: ../app/core/gimpimage-merge.c:102 -#: ../app/core/gimpimage-merge.c:114 +#: ../app/core/gimpimage-merge.c:102 ../app/core/gimpimage-merge.c:114 msgid "Merge Visible Layers" msgstr "Сведение видимых слоев" @@ -6216,7 +6315,8 @@ #: ../app/core/gimpimage-merge.c:289 #, c-format msgid "Not enough visible paths for a merge. There must be at least two." -msgstr "Недостаточно видимых контуров для объединения. Должно быть хотя бы два." +msgstr "" +"Недостаточно видимых контуров для объединения. Должно быть хотя бы два." #: ../app/core/gimpimage-quick-mask.c:82 msgid "Enable Quick Mask" @@ -6230,8 +6330,7 @@ msgid "Add Sample Point" msgstr "Добавить образцовую точку" -#: ../app/core/gimpimage-sample-points.c:98 -#: ../app/tools/gimpcolortool.c:429 +#: ../app/core/gimpimage-sample-points.c:98 ../app/tools/gimpcolortool.c:429 msgid "Remove Sample Point" msgstr "Удаление образцовой точки" @@ -6264,8 +6363,7 @@ msgid "Add Layer" msgstr "Добавка слоя" -#: ../app/core/gimpimage.c:2935 -#: ../app/core/gimpimage.c:2948 +#: ../app/core/gimpimage.c:2935 ../app/core/gimpimage.c:2948 msgid "Remove Layer" msgstr "Удаление слоя" @@ -6297,8 +6395,7 @@ msgid "Add Channel" msgstr "Добавить канал" -#: ../app/core/gimpimage.c:3252 -#: ../app/core/gimpimage.c:3263 +#: ../app/core/gimpimage.c:3252 ../app/core/gimpimage.c:3263 msgid "Remove Channel" msgstr "Удалить канал" @@ -6358,8 +6455,7 @@ msgid "Lower Path to Bottom" msgstr "Сделать контур нижним" -#: ../app/core/gimpimagefile.c:528 -#: ../app/dialogs/preferences-dialog.c:1727 +#: ../app/core/gimpimagefile.c:528 ../app/dialogs/preferences-dialog.c:1727 msgid "Folder" msgstr "Каталог" @@ -6392,10 +6488,8 @@ msgstr "(Возможно, миниатюра устарела)" #. pixel size -#: ../app/core/gimpimagefile.c:605 -#: ../app/widgets/gimpimagepropview.c:446 -#: ../app/widgets/gimpsizebox.c:438 -#: ../app/widgets/gimptemplateeditor.c:566 +#: ../app/core/gimpimagefile.c:605 ../app/widgets/gimpimagepropview.c:446 +#: ../app/widgets/gimpsizebox.c:438 ../app/widgets/gimptemplateeditor.c:566 #, c-format msgid "%d × %d pixel" msgid_plural "%d × %d pixels" @@ -6403,8 +6497,7 @@ msgstr[1] "%d × %d точки растра" msgstr[2] "%d × %d точек растра" -#: ../app/core/gimpimagefile.c:628 -#: ../app/display/gimpdisplayshell-title.c:325 +#: ../app/core/gimpimagefile.c:628 ../app/display/gimpdisplayshell-title.c:325 #, c-format msgid "%d layer" msgid_plural "%d layers" @@ -6425,8 +6518,7 @@ msgid "Attach Parasite to Item" msgstr "Добавить шум в элемент" -#: ../app/core/gimpitem.c:1190 -#: ../app/core/gimpitem.c:1197 +#: ../app/core/gimpitem.c:1190 ../app/core/gimpitem.c:1197 msgid "Remove Parasite from Item" msgstr "Удалить шум из элемента" @@ -6438,10 +6530,11 @@ msgid "Anchor Floating Selection" msgstr "Прицепить плавающее выделение" -#: ../app/core/gimplayer-floating-sel.c:205 -#: ../app/core/gimplayer.c:643 +#: ../app/core/gimplayer-floating-sel.c:205 ../app/core/gimplayer.c:643 #, c-format -msgid "Cannot create a new layer from the floating selection because it belongs to a layer mask or channel." +msgid "" +"Cannot create a new layer from the floating selection because it belongs to " +"a layer mask or channel." msgstr "" "Невозможно создать новый слой из плавающего\n" "выделения, потому что оно принадлежит\n" @@ -6451,8 +6544,7 @@ msgid "Floating Selection to Layer" msgstr "Плавающее выделение в слой" -#: ../app/core/gimplayer.c:248 -#: ../app/tools/tools-enums.c:209 +#: ../app/core/gimplayer.c:248 ../app/tools/tools-enums.c:209 msgid "Layer" msgstr "Слой" @@ -6460,9 +6552,8 @@ msgid "Rename Layer" msgstr "Переименование слоя" -#: ../app/core/gimplayer.c:250 -#: ../app/pdb/layer-cmds.c:434 -#: ../app/pdb/layer-cmds.c:470 +#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "Перемещение слоя" @@ -6478,8 +6569,7 @@ msgid "Rotate Layer" msgstr "Вращение слоя" -#: ../app/core/gimplayer.c:405 -#: ../app/core/gimplayer.c:1330 +#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1330 #: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" @@ -6510,8 +6600,7 @@ msgid "Transfer Alpha to Mask" msgstr "Преобразовать альфа-канал в маску" -#: ../app/core/gimplayer.c:1557 -#: ../app/core/gimplayermask.c:235 +#: ../app/core/gimplayer.c:1557 ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "Применение маски слоя" @@ -6555,14 +6644,13 @@ msgid "Unknown type of palette file: %s" msgstr "Неизвестный тип файла палитры: %s" -#: ../app/core/gimppalette-load.c:85 -#: ../app/core/gimppalette-load.c:110 -#: ../app/core/gimppalette-load.c:131 -#: ../app/core/gimppalette-load.c:160 +#: ../app/core/gimppalette-load.c:85 ../app/core/gimppalette-load.c:110 +#: ../app/core/gimppalette-load.c:131 ../app/core/gimppalette-load.c:160 #: ../app/core/gimppalette-load.c:236 #, c-format msgid "Fatal parse error in palette file '%s': Read error in line %d." -msgstr "Неисправимая ошибка разбора файла палитры '%s': ошибка чтения в строке %d." +msgstr "" +"Неисправимая ошибка разбора файла палитры '%s': ошибка чтения в строке %d." #: ../app/core/gimppalette-load.c:95 #, c-format @@ -6576,8 +6664,12 @@ #: ../app/core/gimppalette-load.c:147 #, c-format -msgid "Reading palette file '%s': Invalid number of columns in line %d. Using default value." -msgstr "Загружается палитра '%s': неправильное число столбцов в строке %d. Используется значение по умолчанию." +msgid "" +"Reading palette file '%s': Invalid number of columns in line %d. Using " +"default value." +msgstr "" +"Загружается палитра '%s': неправильное число столбцов в строке %d. " +"Используется значение по умолчанию." #: ../app/core/gimppalette-load.c:183 #, c-format @@ -6597,19 +6689,23 @@ #: ../app/core/gimppalette-load.c:209 #, c-format msgid "Reading palette file '%s': RGB value out of range in line %d." -msgstr "Загружается палитра '%s': значение RGB вне допустимого диапазона в строке %d." +msgstr "" +"Загружается палитра '%s': значение RGB вне допустимого диапазона в строке %d." -#: ../app/core/gimppattern-load.c:85 -#: ../app/core/gimppattern-load.c:131 +#: ../app/core/gimppattern-load.c:85 ../app/core/gimppattern-load.c:131 #: ../app/core/gimppattern-load.c:162 #, c-format msgid "Fatal parse error in pattern file '%s': File appears truncated." -msgstr "Неисправимая ошибка разбора файла текстуры '%s': вероятно, файл оборван." +msgstr "" +"Неисправимая ошибка разбора файла текстуры '%s': вероятно, файл оборван." #: ../app/core/gimppattern-load.c:104 #, c-format -msgid "Fatal parse error in pattern file '%s': Unknown pattern format version %d." -msgstr "Неисправимая ошибка разбора файла текстуры '%s': неизвестная версия формата %d." +msgid "" +"Fatal parse error in pattern file '%s': Unknown pattern format version %d." +msgstr "" +"Неисправимая ошибка разбора файла текстуры '%s': неизвестная версия формата %" +"d." #: ../app/core/gimppattern-load.c:114 #, c-format @@ -6617,7 +6713,8 @@ "Fatal parse error in pattern file '%s: Unsupported pattern depth %d.\n" "GIMP Patterns must be GRAY or RGB." msgstr "" -"Неисправимая ошибка разбора файла текстуры '%s': неподдерживаемая глубина %d.\n" +"Неисправимая ошибка разбора файла текстуры '%s': неподдерживаемая глубина %" +"d.\n" "Текстуры GIMP должны быть в оттенках серого или RGB." #: ../app/core/gimppattern-load.c:139 @@ -6625,19 +6722,16 @@ msgid "Invalid UTF-8 string in pattern file '%s'." msgstr "Недопустимая строка UTF-8 файле текстуры '%s'" -#: ../app/core/gimppdbprogress.c:288 -#: ../app/widgets/gimppdbdialog.c:352 +#: ../app/core/gimppdbprogress.c:288 ../app/widgets/gimppdbdialog.c:352 #, c-format msgid "Unable to run %s callback. The corresponding plug-in may have crashed." msgstr "Не удалось вызвать %s. Возможно, запрашиваемое расширение рухнуло." -#: ../app/core/gimpprogress.c:107 -#: ../app/core/gimpprogress.c:154 +#: ../app/core/gimpprogress.c:107 ../app/core/gimpprogress.c:154 msgid "Please wait" msgstr "Подождите пожалуйста" -#: ../app/core/gimpselection.c:150 -#: ../app/tools/gimpeditselectiontool.c:240 +#: ../app/core/gimpselection.c:150 ../app/tools/gimpeditselectiontool.c:240 msgid "Move Selection" msgstr "Перемещение выделения" @@ -6683,8 +6777,13 @@ msgstr "Плавающий слой" #: ../app/core/gimpstrokeoptions.c:119 -msgid "Convert a mitered join to a bevelled join if the miter would extend to a distance of more than miter-limit * line-width from the actual join point." -msgstr "Преобразовать острое соединение в фасочное, если острое может расшириться до расстояние больше, чем предел острого, помноженного на толщину линии от актуальной точки соединения." +msgid "" +"Convert a mitered join to a bevelled join if the miter would extend to a " +"distance of more than miter-limit * line-width from the actual join point." +msgstr "" +"Преобразовать острое соединение в фасочное, если острое может расшириться до " +"расстояние больше, чем предел острого, помноженного на толщину линии от " +"актуальной точки соединения." #: ../app/core/gimptemplate.c:106 msgid "The unit used for coordinate display when not in dot-for-dot mode." @@ -6698,8 +6797,7 @@ msgid "The vertical image resolution." msgstr "Вертикальное разрешение изображения." -#: ../app/core/gimptemplate.c:405 -#: ../app/widgets/widgets-enums.c:24 +#: ../app/core/gimptemplate.c:405 ../app/widgets/widgets-enums.c:24 msgid "Background" msgstr "Фон" @@ -6708,12 +6806,9 @@ msgid "pixel" msgstr "точка растра" -#: ../app/core/gimpunit.c:56 -#: ../app/tools/gimpmeasuretool.c:877 -#: ../app/tools/gimpmeasuretool.c:1020 -#: ../app/tools/gimpmeasuretool.c:1076 -#: ../app/tools/gimpmeasuretool.c:1104 -#: ../app/tools/gimppainttool.c:615 +#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:877 +#: ../app/tools/gimpmeasuretool.c:1020 ../app/tools/gimpmeasuretool.c:1076 +#: ../app/tools/gimpmeasuretool.c:1104 ../app/tools/gimppainttool.c:615 msgid "pixels" msgstr "точки растра" @@ -6808,8 +6903,7 @@ msgstr "_Удалить неиспользуемые цвета из цветовой карты" #. dithering -#: ../app/dialogs/convert-dialog.c:232 -#: ../app/tools/gimpblendoptions.c:247 +#: ../app/dialogs/convert-dialog.c:232 ../app/tools/gimpblendoptions.c:247 msgid "Dithering" msgstr "Размывание" @@ -6825,14 +6919,12 @@ msgid "Converting to indexed colors" msgstr "Преобразование в индексированное" -#: ../app/dialogs/convert-dialog.c:414 -#: ../app/pdb/convert-cmds.c:150 +#: ../app/dialogs/convert-dialog.c:414 ../app/pdb/convert-cmds.c:150 #, c-format msgid "Cannot convert to a palette with more than 256 colors." msgstr "Невозможно преобразовать в палитру больше 256 цветов." -#: ../app/dialogs/dialogs-constructors.c:184 -#: ../app/gui/gui.c:161 +#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:161 #: ../app/gui/gui-message.c:148 msgid "GIMP Message" msgstr "Сообщение GIMP" @@ -6906,7 +6998,7 @@ msgid "_Opacity:" msgstr "Н_епрозрачность:" -#: ../app/dialogs/file-open-dialog.c:253 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "Открыть слои" @@ -6918,14 +7010,22 @@ msgid "Enter location (URI):" msgstr "Введите путь (URI):" -#: ../app/dialogs/file-save-dialog.c:302 -#: ../app/dialogs/file-save-dialog.c:338 -msgid "The given filename does not have any known file extension. Please enter a known file extension or select a file format from the file format list." -msgstr "В данном имени файла отсутствует какое-либо известное расширение. Укажите расширение в имени файла, или выберите формат из списка." +#: ../app/dialogs/file-save-dialog.c:302 ../app/dialogs/file-save-dialog.c:338 +msgid "" +"The given filename does not have any known file extension. Please enter a " +"known file extension or select a file format from the file format list." +msgstr "" +"В данном имени файла отсутствует какое-либо известное расширение. Укажите " +"расширение в имени файла, или выберите формат из списка." #: ../app/dialogs/file-save-dialog.c:371 -msgid "Saving remote files needs to determine the file format from the file extension. Please enter a file extension that matches the selected file format or enter no file extension at all." -msgstr "При сохранении удаленного файла необходимо определить его формат. Укажите расширение файла или выберите формат из списка." +msgid "" +"Saving remote files needs to determine the file format from the file " +"extension. Please enter a file extension that matches the selected file " +"format or enter no file extension at all." +msgstr "" +"При сохранении удаленного файла необходимо определить его формат. Укажите " +"расширение файла или выберите формат из списка." #: ../app/dialogs/file-save-dialog.c:428 msgid "Extension Mismatch" @@ -7000,8 +7100,12 @@ #: ../app/dialogs/image-new-dialog.c:328 #, c-format -msgid "An image of the chosen size will use more memory than what is configured as \"Maximum Image Size\" in the Preferences dialog (currently %s)." -msgstr "Изображение такого размера займет больше памяти, чем указано в разделе диалога настройки «Максимальный размер изображения» (%s)." +msgid "" +"An image of the chosen size will use more memory than what is configured as " +"\"Maximum Image Size\" in the Preferences dialog (currently %s)." +msgstr "" +"Изображение такого размера займет больше памяти, чем указано в разделе " +"диалога настройки «Максимальный размер изображения» (%s)." #: ../app/dialogs/image-properties-dialog.c:60 #: ../app/dialogs/image-properties-dialog.c:63 @@ -7031,11 +7135,18 @@ #: ../app/dialogs/image-scale-dialog.c:245 #, c-format -msgid "Scaling the image to the chosen size will make it use more memory than what is configured as \"Maximum Image Size\" in the Preferences dialog (currently %s)." -msgstr "Если изменить размер изображения с такими параметрами, то оно займет больше места, чем это указано в параметре настроек «Максимальный размер изображения» (%s)." +msgid "" +"Scaling the image to the chosen size will make it use more memory than what " +"is configured as \"Maximum Image Size\" in the Preferences dialog (currently " +"%s)." +msgstr "" +"Если изменить размер изображения с такими параметрами, то оно займет больше " +"места, чем это указано в параметре настроек «Максимальный размер " +"изображения» (%s)." #: ../app/dialogs/image-scale-dialog.c:260 -msgid "Scaling the image to the chosen size will shrink some layers completely away." +msgid "" +"Scaling the image to the chosen size will shrink some layers completely away." msgstr "Выбранный размер изображения сократит некоторые слои до исчезновения." #: ../app/dialogs/image-scale-dialog.c:264 @@ -7047,8 +7158,12 @@ msgstr "Настройка комбинаций клавиш" #: ../app/dialogs/keyboard-shortcuts-dialog.c:73 -msgid "To edit a shortcut key, click on the corresponding row and type a new accelerator, or press backspace to clear." -msgstr "Укажите строку для редактирования, нажмите сочетание клавиш или Backspace для отмены" +msgid "" +"To edit a shortcut key, click on the corresponding row and type a new " +"accelerator, or press backspace to clear." +msgstr "" +"Укажите строку для редактирования, нажмите сочетание клавиш или Backspace " +"для отмены" #: ../app/dialogs/keyboard-shortcuts-dialog.c:81 msgid "S_ave keyboard shortcuts on exit" @@ -7144,10 +7259,8 @@ msgstr "Смещение канала" #. The offset frame -#: ../app/dialogs/offset-dialog.c:118 -#: ../app/dialogs/offset-dialog.c:152 -#: ../app/dialogs/resize-dialog.c:197 -#: ../app/widgets/gimpgrideditor.c:276 +#: ../app/dialogs/offset-dialog.c:118 ../app/dialogs/offset-dialog.c:152 +#: ../app/dialogs/resize-dialog.c:197 ../app/widgets/gimpgrideditor.c:276 msgid "Offset" msgstr "Смещение" @@ -7156,13 +7269,11 @@ msgid "_Offset" msgstr "_Смещение" -#: ../app/dialogs/offset-dialog.c:184 -#: ../app/dialogs/resize-dialog.c:226 +#: ../app/dialogs/offset-dialog.c:184 ../app/dialogs/resize-dialog.c:226 msgid "_X:" msgstr "_X:" -#: ../app/dialogs/offset-dialog.c:186 -#: ../app/dialogs/resize-dialog.c:227 +#: ../app/dialogs/offset-dialog.c:186 ../app/dialogs/resize-dialog.c:227 msgid "_Y:" msgstr "_Y:" @@ -7274,8 +7385,11 @@ msgstr "Настроить устройства ввода" #: ../app/dialogs/preferences-dialog.c:577 -msgid "Your keyboard shortcuts will be reset to default values the next time you start GIMP." -msgstr "При следующем запуске GIMP будут использованы типовые комбинации клавиш." +msgid "" +"Your keyboard shortcuts will be reset to default values the next time you " +"start GIMP." +msgstr "" +"При следующем запуске GIMP будут использованы типовые комбинации клавиш." #: ../app/dialogs/preferences-dialog.c:588 msgid "Remove all Keyboard Shortcuts" @@ -7286,16 +7400,28 @@ msgstr "Действительно удалить все комбинации клавиш из всех меню?" #: ../app/dialogs/preferences-dialog.c:651 -msgid "Your window setup will be reset to default values the next time you start GIMP." -msgstr "При следующем запуске GIMP для окон будут использованы предпочтения по умолчанию." +msgid "" +"Your window setup will be reset to default values the next time you start " +"GIMP." +msgstr "" +"При следующем запуске GIMP для окон будут использованы предпочтения по " +"умолчанию." #: ../app/dialogs/preferences-dialog.c:686 -msgid "Your input device settings will be reset to default values the next time you start GIMP." -msgstr "При следующем запуске GIMP для устройств ввода будут использованы предпочтения по умолчанию." +msgid "" +"Your input device settings will be reset to default values the next time you " +"start GIMP." +msgstr "" +"При следующем запуске GIMP для устройств ввода будут использованы " +"предпочтения по умолчанию." #: ../app/dialogs/preferences-dialog.c:721 -msgid "Your tool options will be reset to default values the next time you start GIMP." -msgstr "При следующем запуске GIMP для параметров инструментов будут использованы исходные параметры." +msgid "" +"Your tool options will be reset to default values the next time you start " +"GIMP." +msgstr "" +"При следующем запуске GIMP для параметров инструментов будут использованы " +"исходные параметры." #: ../app/dialogs/preferences-dialog.c:1289 msgid "Show _menubar" @@ -7566,8 +7692,7 @@ msgid "Set layer or path as active" msgstr "Делать слой или контур активным" -#: ../app/dialogs/preferences-dialog.c:1966 -#: ../app/widgets/gimptoolbox.c:633 +#: ../app/dialogs/preferences-dialog.c:1966 ../app/widgets/gimptoolbox.c:633 msgid "Toolbox" msgstr "Панель инструментов" @@ -7734,8 +7859,7 @@ msgstr "Разрешение монитора" #: ../app/dialogs/preferences-dialog.c:2325 -#: ../app/widgets/gimpcursorview.c:124 -#: ../app/widgets/gimpgrideditor.c:269 +#: ../app/widgets/gimpcursorview.c:124 ../app/widgets/gimpgrideditor.c:269 #: ../app/widgets/gimpgrideditor.c:301 msgid "Pixels" msgstr "px" @@ -8025,33 +8149,28 @@ msgstr "Размер при печати" #. the image size labels -#: ../app/dialogs/print-size-dialog.c:165 -#: ../app/widgets/gimpsizebox.c:202 +#: ../app/dialogs/print-size-dialog.c:165 ../app/widgets/gimpsizebox.c:202 #: ../app/widgets/gimptemplateeditor.c:161 msgid "_Width:" msgstr "_Ширина:" -#: ../app/dialogs/print-size-dialog.c:172 -#: ../app/widgets/gimpsizebox.c:206 +#: ../app/dialogs/print-size-dialog.c:172 ../app/widgets/gimpsizebox.c:206 #: ../app/widgets/gimptemplateeditor.c:168 msgid "H_eight:" msgstr "_Высота:" #. the resolution labels -#: ../app/dialogs/print-size-dialog.c:222 -#: ../app/widgets/gimpsizebox.c:264 +#: ../app/dialogs/print-size-dialog.c:222 ../app/widgets/gimpsizebox.c:264 #: ../app/widgets/gimptemplateeditor.c:288 msgid "_X resolution:" msgstr "Разрешение по X:" -#: ../app/dialogs/print-size-dialog.c:229 -#: ../app/widgets/gimpsizebox.c:267 +#: ../app/dialogs/print-size-dialog.c:229 ../app/widgets/gimpsizebox.c:267 #: ../app/widgets/gimptemplateeditor.c:295 msgid "_Y resolution:" msgstr "Разрешение по Y:" -#: ../app/dialogs/print-size-dialog.c:240 -#: ../app/widgets/gimpsizebox.c:260 +#: ../app/dialogs/print-size-dialog.c:240 ../app/widgets/gimpsizebox.c:260 #: ../app/widgets/gimptemplateeditor.c:308 #, c-format msgid "pixels/%a" @@ -8071,7 +8190,8 @@ #: ../app/dialogs/quit-dialog.c:168 msgid "If you close these images now, changes will be lost." -msgstr "Если вы сейчас закроете эти изображения, изменения в них будут потеряны." +msgstr "" +"Если вы сейчас закроете эти изображения, изменения в них будут потеряны." #: ../app/dialogs/quit-dialog.c:216 #, c-format @@ -8089,8 +8209,7 @@ msgid "Canvas Size" msgstr "Размер холста" -#: ../app/dialogs/resize-dialog.c:130 -#: ../app/dialogs/scale-dialog.c:109 +#: ../app/dialogs/resize-dialog.c:130 ../app/dialogs/scale-dialog.c:109 msgid "Layer Size" msgstr "Размер слоя" @@ -8115,8 +8234,7 @@ msgstr "Вертикальная:" #. Image size frame -#: ../app/dialogs/scale-dialog.c:98 -#: ../app/widgets/gimptemplateeditor.c:139 +#: ../app/dialogs/scale-dialog.c:98 ../app/widgets/gimptemplateeditor.c:139 msgid "Image Size" msgstr "Размер изображения" @@ -8129,8 +8247,12 @@ msgstr "И_нтерполяция:" #: ../app/dialogs/scale-dialog.c:206 -msgid "Indexed color layers are always scaled without interpolation. The chosen interpolation type will affect channels and layer masks only." -msgstr "Размер индексированных слоев всегда меняется без интерполяции. При выбранном типе интерполяции будут отмасштабированы только каналы и маски." +msgid "" +"Indexed color layers are always scaled without interpolation. The chosen " +"interpolation type will affect channels and layer masks only." +msgstr "" +"Размер индексированных слоев всегда меняется без интерполяции. При выбранном " +"типе интерполяции будут отмасштабированы только каналы и маски." #: ../app/dialogs/stroke-dialog.c:102 msgid "Choose Stroke Style" @@ -8197,7 +8319,9 @@ #: ../app/dialogs/user-install-dialog.c:96 msgid "The GIMP user installation failed; see the log for details." -msgstr "Не удалось произвести пользовательскую установку GIMP; подробности — в журнале." +msgstr "" +"Не удалось произвести пользовательскую установку GIMP; подробности — в " +"журнале." #: ../app/dialogs/user-install-dialog.c:99 msgid "Installation Log" @@ -8306,8 +8430,7 @@ msgstr "Навигация по изображению" #: ../app/display/gimpdisplayshell.c:1285 -#: ../app/display/gimpdisplayshell.c:1375 -#: ../app/widgets/gimptoolbox.c:222 +#: ../app/display/gimpdisplayshell.c:1375 ../app/widgets/gimptoolbox.c:222 msgid "Drop image files here to open them" msgstr "Перетащите сюда изображения, которые хотите открыть" @@ -8329,26 +8452,50 @@ #: ../app/display/gimpdisplayshell-close.c:254 #, c-format msgid "If you don't save the image, changes from the last hour will be lost." -msgid_plural "If you don't save the image, changes from the last %d hours will be lost." -msgstr[0] "Если вы не сохраните изображение, все изменения за последний %d час будут утеряны." -msgstr[1] "Если вы не сохраните изображение, все изменения за последние %d часа будут утеряны." -msgstr[2] "Если вы не сохраните изображение, все изменения за последние %d часов будут утеряны." +msgid_plural "" +"If you don't save the image, changes from the last %d hours will be lost." +msgstr[0] "" +"Если вы не сохраните изображение, все изменения за последний %d час будут " +"утеряны." +msgstr[1] "" +"Если вы не сохраните изображение, все изменения за последние %d часа будут " +"утеряны." +msgstr[2] "" +"Если вы не сохраните изображение, все изменения за последние %d часов будут " +"утеряны." #: ../app/display/gimpdisplayshell-close.c:264 #, c-format -msgid "If you don't save the image, changes from the last hour and %d minute will be lost." -msgid_plural "If you don't save the image, changes from the last hour and %d minutes will be lost." -msgstr[0] "Если вы не сохраните изображение, все изменения за последний час и %d минуту будут утеряны." -msgstr[1] "Если вы не сохраните изображение, все изменения за последний час и %d минуты будут утеряны." -msgstr[2] "Если вы не сохраните изображение, все изменения за последний час и %d минут будут утеряны." +msgid "" +"If you don't save the image, changes from the last hour and %d minute will " +"be lost." +msgid_plural "" +"If you don't save the image, changes from the last hour and %d minutes will " +"be lost." +msgstr[0] "" +"Если вы не сохраните изображение, все изменения за последний час и %d минуту " +"будут утеряны." +msgstr[1] "" +"Если вы не сохраните изображение, все изменения за последний час и %d минуты " +"будут утеряны." +msgstr[2] "" +"Если вы не сохраните изображение, все изменения за последний час и %d минут " +"будут утеряны." #: ../app/display/gimpdisplayshell-close.c:275 #, c-format msgid "If you don't save the image, changes from the last minute will be lost." -msgid_plural "If you don't save the image, changes from the last %d minutes will be lost." -msgstr[0] "Если вы не сохраните изображение, все изменения за последнюю %d минуту будут утеряны." -msgstr[1] "Если вы не сохраните изображение, все изменения за последние %d минуты будут утеряны." -msgstr[2] "Если вы не сохраните изображение, все изменения за последние %d минут будут утеряны." +msgid_plural "" +"If you don't save the image, changes from the last %d minutes will be lost." +msgstr[0] "" +"Если вы не сохраните изображение, все изменения за последнюю %d минуту будут " +"утеряны." +msgstr[1] "" +"Если вы не сохраните изображение, все изменения за последние %d минуты будут " +"утеряны." +msgstr[2] "" +"Если вы не сохраните изображение, все изменения за последние %d минут будут " +"утеряны." #: ../app/display/gimpdisplayshell-dnd.c:255 #: ../app/display/gimpdisplayshell-dnd.c:587 @@ -8366,8 +8513,7 @@ msgstr "Новые слои извне" #: ../app/display/gimpdisplayshell-dnd.c:648 -#: ../app/widgets/gimplayertreeview.c:801 -#: ../app/widgets/gimptoolbox-dnd.c:361 +#: ../app/widgets/gimplayertreeview.c:801 ../app/widgets/gimptoolbox-dnd.c:361 msgid "Dropped Buffer" msgstr "Перемещенный буфер" @@ -8433,13 +8579,12 @@ msgid "(none)" msgstr "(Нет)" -#: ../app/display/gimpstatusbar.c:346 +#: ../app/display/gimpstatusbar.c:364 #, c-format msgid "Cancel %s" msgstr "Отменить %s" -#: ../app/file/file-open.c:131 -#: ../app/file/file-save.c:111 +#: ../app/file/file-open.c:131 ../app/file/file-save.c:111 #, c-format msgid "Not a regular file" msgstr "Необычный файл" @@ -8465,8 +8610,12 @@ msgstr "Невозможно открыть '%s': %s" #: ../app/file/file-open.c:613 -msgid "Color management has been disabled. It can be enabled again in the Preferences dialog." -msgstr "Управление цветом отключено. Его можно снова включить через диалог параметров GIMP." +msgid "" +"Color management has been disabled. It can be enabled again in the " +"Preferences dialog." +msgstr "" +"Управление цветом отключено. Его можно снова включить через диалог " +"параметров GIMP." #: ../app/file/file-procedure.c:200 #, c-format @@ -8483,8 +8632,7 @@ msgid "'%s:' is not a valid URI scheme" msgstr "'%s:' некорректная схема URI" -#: ../app/file/file-utils.c:88 -#: ../app/file/file-utils.c:122 +#: ../app/file/file-utils.c:88 ../app/file/file-utils.c:122 #, c-format msgid "Invalid character sequence in URI" msgstr "Неправильная последовательность символов в URI" @@ -8494,8 +8642,7 @@ msgid "not a GIMP Curves file" msgstr "не файл кривых GIMP" -#: ../app/gegl/gimpcurvesconfig.c:398 -#: ../app/gegl/gimplevelsconfig.c:711 +#: ../app/gegl/gimpcurvesconfig.c:398 ../app/gegl/gimplevelsconfig.c:711 #, c-format msgid "parse error" msgstr "ошибка при синтаксическом разборе" @@ -8514,8 +8661,7 @@ msgid "GIMP Startup" msgstr "Запуск GIMP" -#: ../app/paint/gimpairbrush.c:69 -#: ../app/tools/gimpairbrushtool.c:54 +#: ../app/paint/gimpairbrush.c:69 ../app/tools/gimpairbrushtool.c:54 msgid "Airbrush" msgstr "Аэрограф" @@ -8524,8 +8670,7 @@ msgid "No brushes available for use with this tool." msgstr "Нет кистей, доступных для использования с этим инструментом." -#: ../app/paint/gimpclone.c:99 -#: ../app/tools/gimpclonetool.c:61 +#: ../app/paint/gimpclone.c:99 ../app/tools/gimpclonetool.c:61 msgid "Clone" msgstr "Штамп" @@ -8542,13 +8687,11 @@ msgid "Dodge/Burn" msgstr "Осветление/Затемнение" -#: ../app/paint/gimperaser.c:62 -#: ../app/tools/gimperasertool.c:66 +#: ../app/paint/gimperaser.c:62 ../app/tools/gimperasertool.c:66 msgid "Eraser" msgstr "Ластик" -#: ../app/paint/gimpheal.c:115 -#: ../app/tools/gimphealtool.c:53 +#: ../app/paint/gimpheal.c:115 ../app/tools/gimphealtool.c:53 msgid "Heal" msgstr "Лечебная кисть" @@ -8557,8 +8700,7 @@ msgid "Healing does not operate on indexed layers." msgstr "Выравнивание не действует на индексированные слои." -#: ../app/paint/gimppaintbrush.c:63 -#: ../app/tools/gimppaintbrushtool.c:51 +#: ../app/paint/gimppaintbrush.c:63 ../app/tools/gimppaintbrushtool.c:51 msgid "Paintbrush" msgstr "Кисть" @@ -8567,13 +8709,11 @@ msgid "Not enough points to stroke" msgstr "Недостаточно точек для обводки" -#: ../app/paint/gimppencil.c:42 -#: ../app/tools/gimppenciltool.c:51 +#: ../app/paint/gimppencil.c:42 ../app/tools/gimppenciltool.c:51 msgid "Pencil" msgstr "Карандаш" -#: ../app/paint/gimpperspectiveclone.c:97 -#: ../app/paint/paint-enums.c:52 +#: ../app/paint/gimpperspectiveclone.c:97 ../app/paint/paint-enums.c:52 #: ../app/tools/gimpperspectiveclonetool.c:126 msgid "Perspective Clone" msgstr "Штамп по перспективе" @@ -8583,8 +8723,7 @@ msgid "Perspective Clone does not operate on indexed layers." msgstr "Инструмент Штамп по перспективе не работает с индексированными слоями." -#: ../app/paint/gimpsmudge.c:78 -#: ../app/tools/gimpsmudgetool.c:53 +#: ../app/paint/gimpsmudge.c:78 ../app/tools/gimpsmudgetool.c:53 msgid "Smudge" msgstr "Размазывание" @@ -8623,15 +8762,13 @@ #: ../app/pdb/drawable-transform-cmds.c:310 #: ../app/pdb/drawable-transform-cmds.c:395 -#: ../app/pdb/transform-tools-cmds.c:146 -#: ../app/tools/gimpperspectivetool.c:69 +#: ../app/pdb/transform-tools-cmds.c:146 ../app/tools/gimpperspectivetool.c:69 msgid "Perspective" msgstr "Перспектива" #: ../app/pdb/drawable-transform-cmds.c:832 #: ../app/pdb/drawable-transform-cmds.c:904 -#: ../app/pdb/transform-tools-cmds.c:362 -#: ../app/tools/gimpsheartool.c:111 +#: ../app/pdb/transform-tools-cmds.c:362 ../app/tools/gimpsheartool.c:111 msgid "Shearing" msgstr "Искривление" @@ -8646,8 +8783,7 @@ msgid "2D Transforming" msgstr "2D преобразование" -#: ../app/pdb/edit-cmds.c:709 -#: ../app/tools/gimpblendtool.c:225 +#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:225 msgid "Blending" msgstr "Заливка" @@ -8665,8 +8801,12 @@ #: ../app/pdb/floating-sel-cmds.c:127 #, c-format -msgid "Cannot convert this layer to a normal layer because it is not a floating selection." -msgstr "Невозможно преобразовать этот слой в обычный, потому что это не плавающее выделение." +msgid "" +"Cannot convert this layer to a normal layer because it is not a floating " +"selection." +msgstr "" +"Невозможно преобразовать этот слой в обычный, потому что это не плавающее " +"выделение." #: ../app/pdb/floating-sel-cmds.c:188 #, c-format @@ -8678,8 +8818,7 @@ msgid "Cannot relax this layer because it is not a floating selection." msgstr "GIMP" -#: ../app/pdb/gimppdb-query.c:300 -#: ../app/pdb/gimppdb.c:307 +#: ../app/pdb/gimppdb-query.c:300 ../app/pdb/gimppdb.c:307 #: ../app/pdb/gimppdb.c:377 #, c-format msgid "Procedure '%s' not found" @@ -8777,8 +8916,11 @@ #: ../app/pdb/gimppdb-utils.c:307 #, c-format -msgid "Item '%s' (%d) can not be used because it has not been added to an image" -msgstr "Невозможно использовать объект '%s' (%d), потому что он не добавлен в изображение" +msgid "" +"Item '%s' (%d) can not be used because it has not been added to an image" +msgstr "" +"Невозможно использовать объект '%s' (%d), потому что он не добавлен в " +"изображение" #: ../app/pdb/gimppdb-utils.c:329 #, c-format @@ -8793,12 +8935,16 @@ #: ../app/pdb/gimppdb-utils.c:356 #, c-format msgid "Layer '%s' (%d) can not be used because it is not a text layer" -msgstr "Невозможно использовать объект '%s' (%d), потому что он не является текстовым слоем" +msgstr "" +"Невозможно использовать объект '%s' (%d), потому что он не является " +"текстовым слоем" #: ../app/pdb/gimppdb-utils.c:401 #, c-format msgid "Image '%s' (%d) is of type '%s', but an image of type '%s' is expected" -msgstr "Изображение '%s' (%d) относится к типу '%s', хотя ожидалось изображение типа '%s'" +msgstr "" +"Изображение '%s' (%d) относится к типу '%s', хотя ожидалось изображение типа " +"'%s'" #: ../app/pdb/gimppdb-utils.c:430 #, c-format @@ -8812,64 +8958,99 @@ #: ../app/pdb/gimppdb.c:411 #, c-format -msgid "Procedure '%s' has been called with a wrong type for argument #%d. Expected %s, got %s." -msgstr "Процедура '%s' вызвана с некорректным типом аргумента #%d. Ожидалось %s, получено %s." +msgid "" +"Procedure '%s' has been called with a wrong type for argument #%d. Expected %" +"s, got %s." +msgstr "" +"Процедура '%s' вызвана с некорректным типом аргумента #%d. Ожидалось %s, " +"получено %s." -#: ../app/pdb/gimpprocedure.c:361 -#: ../app/plug-in/gimppluginprocframe.c:209 +#: ../app/pdb/gimpprocedure.c:361 ../app/plug-in/gimppluginprocframe.c:209 #, c-format msgid "Procedure '%s' returned no return values" msgstr "Процедура '%s' не вернула какое-либо возвращаемое значение" #: ../app/pdb/gimpprocedure.c:585 #, c-format -msgid "Procedure '%s' returned a wrong value type for return value '%s' (#%d). Expected %s, got %s." -msgstr "Процедура '%s' вернула некорректный тип значения для возвратного значения '%s' (#%d). Ожидалось %s, получено %s." +msgid "" +"Procedure '%s' returned a wrong value type for return value '%s' (#%d). " +"Expected %s, got %s." +msgstr "" +"Процедура '%s' вернула некорректный тип значения для возвратного значения '%" +"s' (#%d). Ожидалось %s, получено %s." #: ../app/pdb/gimpprocedure.c:597 #, c-format -msgid "Procedure '%s' has been called with a wrong value type for argument '%s' (#%d). Expected %s, got %s." -msgstr "Процедура '%s' вызвана с некорректным значением аргумента '%s' (#%d). Ожидалось %s, получено %s." +msgid "" +"Procedure '%s' has been called with a wrong value type for argument '%s' (#%" +"d). Expected %s, got %s." +msgstr "" +"Процедура '%s' вызвана с некорректным значением аргумента '%s' (#%d). " +"Ожидалось %s, получено %s." #: ../app/pdb/gimpprocedure.c:629 #, c-format -msgid "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer." -msgstr "Процедура '%s' вернула некорректный идентификатор для аргумента '%s'. Скорее всего, модуль пытается работать с слоем, который уже не существует." +msgid "" +"Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" +"in is trying to work on a layer that doesn't exist any longer." +msgstr "" +"Процедура '%s' вернула некорректный идентификатор для аргумента '%s'. Скорее " +"всего, модуль пытается работать с слоем, который уже не существует." #: ../app/pdb/gimpprocedure.c:641 #, c-format -msgid "Procedure '%s' has been called with an invalid ID for argument '%s'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer." -msgstr "Процедура '%s' вызвана с некорректным идентификатором для аргумента '%s'. Скорее всего, модуль пытается работать со слоем, который уже не существует." +msgid "" +"Procedure '%s' has been called with an invalid ID for argument '%s'. Most " +"likely a plug-in is trying to work on a layer that doesn't exist any longer." +msgstr "" +"Процедура '%s' вызвана с некорректным идентификатором для аргумента '%s'. " +"Скорее всего, модуль пытается работать со слоем, который уже не существует." #: ../app/pdb/gimpprocedure.c:657 #, c-format -msgid "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-in is trying to work on an image that doesn't exist any longer." -msgstr "Процедура '%s' вернула некорректный идентификатор аргумента '%s'. Скорее всего, модуль пытается работать со изображением, которое уже не существует." +msgid "" +"Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" +"in is trying to work on an image that doesn't exist any longer." +msgstr "" +"Процедура '%s' вернула некорректный идентификатор аргумента '%s'. Скорее " +"всего, модуль пытается работать с изображением, которое уже не существует." #: ../app/pdb/gimpprocedure.c:669 #, c-format -msgid "Procedure '%s' has been called with an invalid ID for argument '%s'. Most likely a plug-in is trying to work on an image that doesn't exist any longer." -msgstr "Процедура '%s' вызвана с некорректным идентификатором аргумента '%s'. Скорее всего, модуль пытается работать со изображением, которое уже не существует." +msgid "" +"Procedure '%s' has been called with an invalid ID for argument '%s'. Most " +"likely a plug-in is trying to work on an image that doesn't exist any longer." +msgstr "" +"Процедура '%s' вызвана с некорректным идентификатором аргумента '%s'. Скорее " +"всего, модуль пытается работать с изображением, которое уже не существует." #: ../app/pdb/gimpprocedure.c:689 #, c-format -msgid "Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value is out of range." -msgstr "Процедура '%s' вернула '%s' как значение '%s' (#%d, тип %s). Значение выходит из допустимого диапазона" +msgid "" +"Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value " +"is out of range." +msgstr "" +"Процедура '%s' вернула '%s' как значение '%s' (#%d, тип %s). Значение " +"выходит из допустимого диапазона" #: ../app/pdb/gimpprocedure.c:702 #, c-format -msgid "Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %s). This value is out of range." -msgstr "Процедура '%s' вызвана со значением '%s' аргумента '%s' (#%d, тип %s). Значение выходит из допустимого диапазона." +msgid "" +"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %" +"s). This value is out of range." +msgstr "" +"Процедура '%s' вызвана со значением '%s' аргумента '%s' (#%d, тип %s). " +"Значение выходит из допустимого диапазона." #: ../app/pdb/image-cmds.c:2268 #, c-format -msgid "Image resolution is out of bounds, using the default resolution instead." +msgid "" +"Image resolution is out of bounds, using the default resolution instead." msgstr "" "Разрешение изображения вне допустимых параметров,\n" "используется значение по умолчанию." -#: ../app/pdb/selection-tools-cmds.c:218 -#: ../app/tools/gimpfreeselecttool.c:197 +#: ../app/pdb/selection-tools-cmds.c:218 ../app/tools/gimpfreeselecttool.c:197 msgid "Free Select" msgstr "Свободное выделение" @@ -8878,18 +9059,12 @@ msgid "Failed to create text layer" msgstr "Не удалось создать текстовый слой" -#: ../app/pdb/text-layer-cmds.c:163 -#: ../app/pdb/text-layer-cmds.c:235 -#: ../app/pdb/text-layer-cmds.c:314 -#: ../app/pdb/text-layer-cmds.c:394 -#: ../app/pdb/text-layer-cmds.c:467 -#: ../app/pdb/text-layer-cmds.c:539 -#: ../app/pdb/text-layer-cmds.c:611 -#: ../app/pdb/text-layer-cmds.c:683 -#: ../app/pdb/text-layer-cmds.c:755 -#: ../app/pdb/text-layer-cmds.c:825 -#: ../app/pdb/text-layer-cmds.c:897 -#: ../app/pdb/text-layer-cmds.c:969 +#: ../app/pdb/text-layer-cmds.c:163 ../app/pdb/text-layer-cmds.c:235 +#: ../app/pdb/text-layer-cmds.c:314 ../app/pdb/text-layer-cmds.c:394 +#: ../app/pdb/text-layer-cmds.c:467 ../app/pdb/text-layer-cmds.c:539 +#: ../app/pdb/text-layer-cmds.c:611 ../app/pdb/text-layer-cmds.c:683 +#: ../app/pdb/text-layer-cmds.c:755 ../app/pdb/text-layer-cmds.c:825 +#: ../app/pdb/text-layer-cmds.c:897 ../app/pdb/text-layer-cmds.c:969 #: ../app/pdb/text-layer-cmds.c:1041 msgid "Set text layer attribute" msgstr "Смена атрибутов текстового слоя" @@ -8942,14 +9117,14 @@ "Plug-in crashed: \"%s\"\n" "(%s)\n" "\n" -"The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side." +"The dying plug-in may have messed up GIMP's internal state. You may want to " +"save your images and restart GIMP to be on the safe side." msgstr "" "Рухнуло расширение: \"%s\"\n" "(%s)\n" "\n" -"Умершее расширение может испортить внутреннее состояние GIMP.\n" -"Возможно, для обеспечения безопасности стоит сохранить\n" -"изображения и перезапустить GIMP." +"Умершее расширение может испортить внутреннее состояние GIMP. Возможно, для " +"обеспечения безопасности стоит сохранить изображения и перезапустить GIMP." #: ../app/plug-in/gimppluginmanager-call.c:173 #: ../app/plug-in/gimppluginmanager-call.c:223 @@ -8978,11 +9153,11 @@ msgid "Starting Extensions" msgstr "Запуск расширений" -#: ../app/plug-in/gimppluginmanager.c:296 +#: ../app/plug-in/gimppluginmanager.c:290 msgid "Plug-In Interpreters" msgstr "Интерпретаторы расширений" -#: ../app/plug-in/gimppluginmanager.c:303 +#: ../app/plug-in/gimppluginmanager.c:297 msgid "Plug-In Environment" msgstr "Окружение расширений" @@ -9043,8 +9218,7 @@ "В чащах юга жил-был цитрус.\n" "Да, но фальшивый экземпляръ!" -#: ../app/text/gimptext-compat.c:108 -#: ../app/tools/gimptexttool.c:879 +#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "Добавить текстовый слой" @@ -9098,7 +9272,8 @@ "Problems parsing the text parasite for layer '%s':\n" "%s\n" "\n" -"Some text properties may be wrong. Unless you want to edit the text layer, you don't need to worry about this." +"Some text properties may be wrong. Unless you want to edit the text layer, " +"you don't need to worry about this." msgstr "" "Неполадки при синтаксическом разборе текстовых паразитов для слоя '%s':\n" "%s\n" @@ -9106,7 +9281,7 @@ "Некоторые параметры текста могут быть неправильными. Если вы не собираетесь\n" "редактировать текст этого слоя, просто не обращайте внимание." -#: ../app/tools/gimp-tools.c:327 +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." @@ -9122,19 +9297,16 @@ msgid "_Airbrush" msgstr "_Аэрограф" -#: ../app/tools/gimpairbrushtool.c:92 -#: ../app/tools/gimpconvolvetool.c:217 +#: ../app/tools/gimpairbrushtool.c:92 ../app/tools/gimpconvolvetool.c:217 #: ../app/tools/gimpsmudgetool.c:97 msgid "Rate:" msgstr "Скорость:" -#: ../app/tools/gimpairbrushtool.c:98 -#: ../app/tools/gimppaintoptions-gui.c:198 +#: ../app/tools/gimpairbrushtool.c:98 ../app/tools/gimppaintoptions-gui.c:198 msgid "Pressure:" msgstr "Нажим:" -#: ../app/tools/gimpaligntool.c:134 -#: ../app/tools/gimpaligntool.c:766 +#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:766 msgid "Align" msgstr "Выравнивание" @@ -9148,7 +9320,9 @@ #: ../app/tools/gimpaligntool.c:599 msgid "Click on a layer, path or guide, or Click-Drag to pick several layers" -msgstr "Щелкните слой, контур или направляющую, либо используйте перетаскивание для выбора нескольких слоев" +msgstr "" +"Щелкните слой, контур или направляющую, либо используйте перетаскивание для " +"выбора нескольких слоев" #: ../app/tools/gimpaligntool.c:608 msgid "Click to pick this layer as first item" @@ -9230,23 +9404,19 @@ msgid "Distribute bottoms of targets" msgstr "Равноудалённо расположить нижние края объектов" -#: ../app/tools/gimpaligntool.c:893 -#: ../app/tools/gimpblendoptions.c:222 +#: ../app/tools/gimpaligntool.c:893 ../app/tools/gimpblendoptions.c:222 msgid "Offset:" msgstr "Смещение:" -#: ../app/tools/gimpblendoptions.c:216 -#: ../app/tools/gimppaintoptions-gui.c:648 +#: ../app/tools/gimpblendoptions.c:216 ../app/tools/gimppaintoptions-gui.c:648 msgid "Gradient:" msgstr "Градиент:" -#: ../app/tools/gimpblendoptions.c:232 -#: ../app/widgets/gimpbrusheditor.c:146 +#: ../app/tools/gimpblendoptions.c:232 ../app/widgets/gimpbrusheditor.c:146 msgid "Shape:" msgstr "Форма:" -#: ../app/tools/gimpblendoptions.c:239 -#: ../app/tools/gimppaintoptions-gui.c:672 +#: ../app/tools/gimpblendoptions.c:239 ../app/tools/gimppaintoptions-gui.c:672 msgid "Repeat:" msgstr "Повтор:" @@ -9277,8 +9447,7 @@ msgid "Blend does not operate on indexed layers." msgstr "Градиентная заливка не действует на индексированные слои." -#: ../app/tools/gimpblendtool.c:402 -#: ../app/tools/gimppainttool.c:606 +#: ../app/tools/gimpblendtool.c:402 ../app/tools/gimppainttool.c:606 #, c-format msgid "%s for constrained angles" msgstr "%s для ограничения шага угла" @@ -9370,10 +9539,8 @@ msgid "Fill transparent areas" msgstr "Залить прозрачные области" -#: ../app/tools/gimpbucketfilloptions.c:275 -#: ../app/tools/gimpclonetool.c:114 -#: ../app/tools/gimpcolorpickeroptions.c:151 -#: ../app/tools/gimphealtool.c:99 +#: ../app/tools/gimpbucketfilloptions.c:275 ../app/tools/gimpclonetool.c:114 +#: ../app/tools/gimpcolorpickeroptions.c:151 ../app/tools/gimphealtool.c:99 #: ../app/tools/gimpperspectiveclonetool.c:941 #: ../app/tools/gimpregionselectoptions.c:208 msgid "Sample merged" @@ -9409,19 +9576,18 @@ #: ../app/tools/gimpclonetool.c:62 msgid "Clone Tool: Selectively copy from an image or pattern, using a brush" -msgstr "Штамп: выборочное копирование из изображения или текстуры при помощи кисти" +msgstr "" +"Штамп: выборочное копирование из изображения или текстуры при помощи кисти" #: ../app/tools/gimpclonetool.c:63 msgid "_Clone" msgstr "_Штамп" -#: ../app/tools/gimpclonetool.c:86 -#: ../app/tools/gimpclonetool.c:89 +#: ../app/tools/gimpclonetool.c:86 ../app/tools/gimpclonetool.c:89 msgid "Click to clone" msgstr "Нажмите для штамповки" -#: ../app/tools/gimpclonetool.c:87 -#: ../app/tools/gimpclonetool.c:91 +#: ../app/tools/gimpclonetool.c:87 ../app/tools/gimpclonetool.c:91 #, c-format msgid "%s to set a new clone source" msgstr "%s для создания источника штампа" @@ -9435,8 +9601,7 @@ msgid "Source" msgstr "Источник" -#: ../app/tools/gimpclonetool.c:128 -#: ../app/tools/gimphealtool.c:111 +#: ../app/tools/gimpclonetool.c:128 ../app/tools/gimphealtool.c:111 #: ../app/tools/gimpperspectiveclonetool.c:955 msgid "Alignment:" msgstr "Выравнивание:" @@ -9470,8 +9635,7 @@ msgid "Select Range to Adjust" msgstr "Выберите изменяемый диапазон" -#: ../app/tools/gimpcolorbalancetool.c:279 -#: ../app/tools/gimplevelstool.c:172 +#: ../app/tools/gimpcolorbalancetool.c:279 ../app/tools/gimplevelstool.c:172 msgid "Adjust Color Levels" msgstr "Коррекция цветовых уровней" @@ -9581,13 +9745,11 @@ msgid "Click in any image to view its color" msgstr "Щелкните любое изображение для просмотра его цвета" -#: ../app/tools/gimpcolorpickertool.c:249 -#: ../app/tools/gimppainttool.c:509 +#: ../app/tools/gimpcolorpickertool.c:249 ../app/tools/gimppainttool.c:509 msgid "Click in any image to pick the foreground color" msgstr "Щелкните любое изображение, чтобы снять его цвет переднего плана" -#: ../app/tools/gimpcolorpickertool.c:257 -#: ../app/tools/gimppainttool.c:515 +#: ../app/tools/gimpcolorpickertool.c:257 ../app/tools/gimppainttool.c:515 msgid "Click in any image to pick the background color" msgstr "Щелкните любое изображение, чтобы снять его цвет фона" @@ -9600,8 +9762,7 @@ msgid "Color Picker Information" msgstr "Информация о цвете" -#: ../app/tools/gimpcolortool.c:258 -#: ../app/tools/gimpcolortool.c:437 +#: ../app/tools/gimpcolortool.c:258 ../app/tools/gimpcolortool.c:437 msgid "Move Sample Point: " msgstr "Сместить образцовую точку: " @@ -9619,7 +9780,8 @@ #: ../app/tools/gimpconvolvetool.c:74 msgid "Blur / Sharpen Tool: Selective blurring or unblurring using a brush" -msgstr "Резкость или размывание: выборочное размывание или увеличение резкости кистью" +msgstr "" +"Резкость или размывание: выборочное размывание или увеличение резкости кистью" #: ../app/tools/gimpconvolvetool.c:75 msgid "Bl_ur / Sharpen" @@ -9714,13 +9876,11 @@ msgid "Click to add control points to all channels" msgstr "Нажмите, чтобы добавить контрольные точки ко всем каналам" -#: ../app/tools/gimpcurvestool.c:441 -#: ../app/tools/gimplevelstool.c:380 +#: ../app/tools/gimpcurvestool.c:441 ../app/tools/gimplevelstool.c:380 msgid "Cha_nnel:" msgstr "_Канал:" -#: ../app/tools/gimpcurvestool.c:467 -#: ../app/tools/gimplevelstool.c:404 +#: ../app/tools/gimpcurvestool.c:467 ../app/tools/gimplevelstool.c:404 msgid "R_eset Channel" msgstr "_Восстановить" @@ -9728,8 +9888,7 @@ msgid "Curve _type:" msgstr "Тип _кривой:" -#: ../app/tools/gimpcurvestool.c:632 -#: ../app/tools/gimplevelstool.c:752 +#: ../app/tools/gimpcurvestool.c:632 ../app/tools/gimplevelstool.c:752 #, c-format msgid "Could not read header from '%s': %s" msgstr "Невозможно прочесть заголовок из '%s': %s" @@ -9876,8 +10035,11 @@ msgstr "Зеркало" #: ../app/tools/gimpfliptool.c:80 -msgid "Flip Tool: Reverse the layer, selection or path horizontally or vertically" -msgstr "Зеркало: горизонтальное или вертикальное отражение слоя, выделения или контура" +msgid "" +"Flip Tool: Reverse the layer, selection or path horizontally or vertically" +msgstr "" +"Зеркало: горизонтальное или вертикальное отражение слоя, выделения или " +"контура" #: ../app/tools/gimpfliptool.c:82 msgid "_Flip" @@ -9897,8 +10059,12 @@ msgstr "Размер кисти для выделения" #: ../app/tools/gimpforegroundselectoptions.c:102 -msgid "Smaller values give a more accurate selection border but may introduce holes in the selection" -msgstr "При меньших значениях граница выделения будет более аккуратной, однако в самом выделении могут появиться «дыры»." +msgid "" +"Smaller values give a more accurate selection border but may introduce holes " +"in the selection" +msgstr "" +"При меньших значениях граница выделения будет более аккуратной, однако в " +"самом выделении могут появиться «дыры»." #: ../app/tools/gimpforegroundselectoptions.c:121 msgid "Sensitivity for brightness component" @@ -9958,7 +10124,9 @@ #: ../app/tools/gimpforegroundselecttool.c:146 msgid "Foreground Select Tool: Select a region containing foreground objects" -msgstr "Выделение переднего плана: выделение области, содержащей объекты на переднем плане" +msgstr "" +"Выделение переднего плана: выделение области, содержащей объекты на переднем " +"плане" #: ../app/tools/gimpforegroundselecttool.c:147 msgid "F_oreground Select" @@ -9982,30 +10150,36 @@ msgstr "Выделение переднего плана" #: ../app/tools/gimpfreeselecttool.c:198 -msgid "Free Select Tool: Select a hand-drawn region with free and polygonal segments" -msgstr "Свободное выделение: выделение области произвольными линиями или отрезками" +msgid "" +"Free Select Tool: Select a hand-drawn region with free and polygonal segments" +msgstr "" +"Свободное выделение: выделение области произвольными линиями или отрезками" #: ../app/tools/gimpfreeselecttool.c:199 msgid "_Free Select" msgstr "С_вободное выделение" -#: ../app/tools/gimpfreeselecttool.c:1116 +#: ../app/tools/gimpfreeselecttool.c:1117 msgid "Click to complete selection" msgstr "Щелкните для завершения выделения" -#: ../app/tools/gimpfreeselecttool.c:1120 +#: ../app/tools/gimpfreeselecttool.c:1121 msgid "Click-Drag to move segment vertex" msgstr "Щелкните и потащите, чтобы переместить вершину сегмента" -#: ../app/tools/gimpfreeselecttool.c:1125 +#: ../app/tools/gimpfreeselecttool.c:1126 msgid "Return commits, Escape cancels, Backspace removes last segment" -msgstr "Ввод завершает выделение, Escape отменяет его, Забой убирает последний сегмент" +msgstr "" +"Ввод завершает выделение, Escape отменяет его, Забой убирает последний " +"сегмент" -#: ../app/tools/gimpfreeselecttool.c:1129 +#: ../app/tools/gimpfreeselecttool.c:1130 msgid "Click-Drag adds a free segment, Click adds a polygonal segment" -msgstr "Щелчок+перетаскивание рисует произвольную линию, щелчок добавляет прямой отрезок" +msgstr "" +"Щелчок+перетаскивание рисует произвольную линию, щелчок добавляет прямой " +"отрезок" -#: ../app/tools/gimpfreeselecttool.c:1581 +#: ../app/tools/gimpfreeselecttool.c:1582 msgctxt "command" msgid "Free Select" msgstr "Выделение от руки" @@ -10016,14 +10190,15 @@ #: ../app/tools/gimpfuzzyselecttool.c:66 msgid "Fuzzy Select Tool: Select a contiguous region on the basis of color" -msgstr "Выделение смежных областей: выделение соседних областей области по схожести цвета" +msgstr "" +"Выделение смежных областей: выделение соседних областей области по схожести " +"цвета" #: ../app/tools/gimpfuzzyselecttool.c:67 msgid "Fu_zzy Select" msgstr "В_ыделение смежных областей" -#: ../app/tools/gimpgegltool.c:92 -#: ../app/tools/gimpgegltool.c:111 +#: ../app/tools/gimpgegltool.c:92 ../app/tools/gimpgegltool.c:111 msgid "GEGL Operation" msgstr "Операция GEGL" @@ -10040,12 +10215,12 @@ msgid "GEGL operations do not operate on indexed layers." msgstr "Операции GEGL не применимы к индексированным слоям." -#: ../app/tools/gimpgegltool.c:338 +#: ../app/tools/gimpgegltool.c:339 msgid "_Operation:" msgstr "_Операция:" #. The options vbox -#: ../app/tools/gimpgegltool.c:411 +#: ../app/tools/gimpgegltool.c:412 msgid "Operation Settings" msgstr "Параметры" @@ -10057,13 +10232,11 @@ msgid "_Heal" msgstr "_Лечебная кисть" -#: ../app/tools/gimphealtool.c:77 -#: ../app/tools/gimphealtool.c:80 +#: ../app/tools/gimphealtool.c:77 ../app/tools/gimphealtool.c:80 msgid "Click to heal" msgstr "Нажмите, чтобы залечить" -#: ../app/tools/gimphealtool.c:78 -#: ../app/tools/gimphealtool.c:82 +#: ../app/tools/gimphealtool.c:78 ../app/tools/gimphealtool.c:82 #, c-format msgid "%s to set a new heal source" msgstr "%s для выбора источника лечащего штампа" @@ -10167,15 +10340,12 @@ msgid "Adjustment" msgstr "Коррекция" -#: ../app/tools/gimpinkoptions-gui.c:68 -#: ../app/tools/gimpinkoptions-gui.c:93 -#: ../app/tools/gimprectangleoptions.c:973 -#: ../app/tools/gimptextoptions.c:452 +#: ../app/tools/gimpinkoptions-gui.c:68 ../app/tools/gimpinkoptions-gui.c:93 +#: ../app/tools/gimprectangleoptions.c:973 ../app/tools/gimptextoptions.c:452 msgid "Size:" msgstr "Размер:" -#: ../app/tools/gimpinkoptions-gui.c:76 -#: ../app/tools/gimpmeasuretool.c:1037 +#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1037 #: ../app/widgets/gimpbrusheditor.c:208 msgid "Angle:" msgstr "Угол:" @@ -10226,13 +10396,11 @@ msgid "Intelligent _Scissors" msgstr "_Умные ножницы" -#: ../app/tools/gimpiscissorstool.c:940 -#: ../app/tools/gimpmeasuretool.c:609 +#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:609 msgid "Click-Drag to move this point" msgstr "Нажмите и потащите, чтобы переместить точку" -#: ../app/tools/gimpiscissorstool.c:942 -#: ../app/tools/gimpiscissorstool.c:1007 +#: ../app/tools/gimpiscissorstool.c:942 ../app/tools/gimpiscissorstool.c:1007 #, c-format msgid "%s: disable auto-snap" msgstr "%s: отключить автоприлипание" @@ -10326,8 +10494,7 @@ msgstr "Изменять размер окна" #. tool toggle -#: ../app/tools/gimpmagnifyoptions.c:172 -#: ../app/tools/gimpmoveoptions.c:188 +#: ../app/tools/gimpmagnifyoptions.c:172 ../app/tools/gimpmoveoptions.c:188 #, c-format msgid "Tool Toggle (%s)" msgstr "Переключатель инструмента (%s)" @@ -10430,8 +10597,7 @@ msgid "_Move" msgstr "_Перемещение" -#: ../app/tools/gimpmovetool.c:276 -#: ../app/tools/gimpmovetool.c:570 +#: ../app/tools/gimpmovetool.c:276 ../app/tools/gimpmovetool.c:570 msgid "Move Guide: " msgstr "Переместить направляющую:" @@ -10453,15 +10619,13 @@ #: ../app/tools/gimppaintoptions-gui.c:112 #: ../app/tools/gimpselectionoptions.c:211 -#: ../app/widgets/gimpbrushselect.c:191 -#: ../app/widgets/gimplayertreeview.c:269 +#: ../app/widgets/gimpbrushselect.c:191 ../app/widgets/gimplayertreeview.c:269 msgid "Mode:" msgstr "Режим:" #: ../app/tools/gimppaintoptions-gui.c:127 #: ../app/tools/gimptransformoptions.c:348 -#: ../app/widgets/gimpbrushselect.c:178 -#: ../app/widgets/gimplayertreeview.c:284 +#: ../app/widgets/gimpbrushselect.c:178 ../app/widgets/gimplayertreeview.c:284 msgid "Opacity:" msgstr "Непрозр.:" @@ -10485,8 +10649,7 @@ msgid "Rate" msgstr "Скорость" -#: ../app/tools/gimppaintoptions-gui.c:168 -#: ../app/tools/tools-enums.c:151 +#: ../app/tools/gimppaintoptions-gui.c:168 ../app/tools/tools-enums.c:151 msgid "Size" msgstr "Размер" @@ -10558,8 +10721,12 @@ msgstr "Кара_ндаш" #: ../app/tools/gimpperspectiveclonetool.c:127 -msgid "Perspective Clone Tool: Clone from an image source after applying a perspective transformation" -msgstr "Штамп по перспективе: применение инструмента «Штамп» с учетом перспективы изображения" +msgid "" +"Perspective Clone Tool: Clone from an image source after applying a " +"perspective transformation" +msgstr "" +"Штамп по перспективе: применение инструмента «Штамп» с учетом перспективы " +"изображения" #: ../app/tools/gimpperspectiveclonetool.c:129 msgid "_Perspective Clone" @@ -10661,8 +10828,7 @@ msgid "_Rectangle Select" msgstr "Пр_ямоугольное выделение" -#: ../app/tools/gimprectangletool.c:1085 -#: ../app/tools/gimprectangletool.c:1981 +#: ../app/tools/gimprectangletool.c:1085 ../app/tools/gimprectangletool.c:1981 msgid "Rectangle: " msgstr "Прямоугольник: " @@ -10727,8 +10893,7 @@ msgid "Scale" msgstr "Масштаб" -#: ../app/tools/gimpselectionoptions.c:258 -#: ../app/tools/gimptextoptions.c:473 +#: ../app/tools/gimpselectionoptions.c:258 ../app/tools/gimptextoptions.c:473 msgid "Antialiasing" msgstr "Сглаживание" @@ -10814,12 +10979,19 @@ msgstr "Щелкните, чтобы размазать линией" #: ../app/tools/gimptextoptions.c:127 -msgid "Hinting alters the font outline to produce a crisp bitmap at small sizes" -msgstr "Инструктирование изменяет контуры символа, чтобы выдать более чёткие растры при маленьких размерах" +msgid "" +"Hinting alters the font outline to produce a crisp bitmap at small sizes" +msgstr "" +"Инструктирование изменяет контуры символа, чтобы выдать более чёткие растры " +"при маленьких размерах" #: ../app/tools/gimptextoptions.c:134 -msgid "If available, hints from the font are used but you may prefer to always use the automatic hinter" -msgstr "Если доступны, используются инструкции из шрифта, но вы можете предпочесть всегда использовать автоинструктирование." +msgid "" +"If available, hints from the font are used but you may prefer to always use " +"the automatic hinter" +msgstr "" +"Если доступны, используются инструкции из шрифта, но вы можете предпочесть " +"всегда использовать автоинструктирование." #: ../app/tools/gimptextoptions.c:159 msgid "Indentation of the first line" @@ -10866,38 +11038,40 @@ msgid "Text along Path" msgstr "Текст по контуру" -#: ../app/tools/gimptexttool.c:161 +#: ../app/tools/gimptexttool.c:162 msgid "Text Tool: Create or edit text layers" msgstr "Текст: создание и редактирование текстовых слоев" -#: ../app/tools/gimptexttool.c:162 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" msgstr "_Текст" -#: ../app/tools/gimptexttool.c:956 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "Текстовый редактор GIMP" -#: ../app/tools/gimptexttool.c:1072 -#: ../app/tools/gimptexttool.c:1075 +#: ../app/tools/gimptexttool.c:1103 ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "Подтвердите изменение текста" -#: ../app/tools/gimptexttool.c:1079 +#: ../app/tools/gimptexttool.c:1110 msgid "Create _New Layer" msgstr "_Создать новый слой" -#: ../app/tools/gimptexttool.c:1103 +#: ../app/tools/gimptexttool.c:1134 msgid "" -"The layer you selected is a text layer but it has been modified using other tools. Editing the layer with the text tool will discard these modifications.\n" +"The layer you selected is a text layer but it has been modified using other " +"tools. Editing the layer with the text tool will discard these " +"modifications.\n" "\n" "You can edit the layer or create a new text layer from its text attributes." msgstr "" -"Вы выбрали текстовый слой, но он был изменен с помощью других инструментов. Редактирование слоя инструментом Текст приведет к потере этих изменений. \n" +"Вы выбрали текстовый слой, но он был изменен с помощью других инструментов. " +"Редактирование слоя инструментом Текст приведет к потере этих изменений. \n" "\n" "Вы можете продолжить редактировать этот слой или создать новый." -#: ../app/tools/gimptexttool.c:1315 +#: ../app/tools/gimptexttool.c:1356 msgid "Reshape Text Layer" msgstr "Смена размера текстового слоя" @@ -11079,13 +11253,11 @@ msgid "Click or Click-Drag to create a new anchor" msgstr "Щелкните или щелкните и потащите для создания нового узла" -#: ../app/tools/gimpvectortool.c:1189 -#: ../app/tools/gimpvectortool.c:1196 +#: ../app/tools/gimpvectortool.c:1189 ../app/tools/gimpvectortool.c:1196 msgid "Click-Drag to move the anchor around" msgstr "Нажмите и потащите, чтобы переместить узел" -#: ../app/tools/gimpvectortool.c:1200 -#: ../app/tools/gimpvectortool.c:1213 +#: ../app/tools/gimpvectortool.c:1200 ../app/tools/gimpvectortool.c:1213 msgid "Click-Drag to move the anchors around" msgstr "Нажмите и потащите, чтобы переместить узлы" @@ -11158,14 +11330,12 @@ msgid "Aspect ratio" msgstr "Соотн. сторон" -#: ../app/tools/tools-enums.c:149 -#: ../app/widgets/gimpgrideditor.c:265 +#: ../app/tools/tools-enums.c:149 ../app/widgets/gimpgrideditor.c:265 #: ../app/widgets/gimpgrideditor.c:297 msgid "Width" msgstr "Ширина" -#: ../app/tools/tools-enums.c:150 -#: ../app/widgets/gimpgrideditor.c:267 +#: ../app/tools/tools-enums.c:150 ../app/widgets/gimpgrideditor.c:267 #: ../app/widgets/gimpgrideditor.c:299 msgid "Height" msgstr "Высота" @@ -11182,8 +11352,7 @@ msgid "Fixed aspect ratio" msgstr "Фиксированные пропорции" -#: ../app/tools/tools-enums.c:211 -#: ../app/vectors/gimpvectors.c:192 +#: ../app/tools/tools-enums.c:211 ../app/vectors/gimpvectors.c:192 msgid "Path" msgstr "Контур" @@ -11215,8 +11384,7 @@ msgid "Rename Path" msgstr "Переименование контура" -#: ../app/vectors/gimpvectors.c:194 -#: ../app/vectors/gimpvectors.c:316 +#: ../app/vectors/gimpvectors.c:194 ../app/vectors/gimpvectors.c:316 msgid "Move Path" msgstr "Перемещение контура" @@ -11228,18 +11396,15 @@ msgid "Resize Path" msgstr "Смена размера контура" -#: ../app/vectors/gimpvectors.c:197 -#: ../app/vectors/gimpvectors.c:415 +#: ../app/vectors/gimpvectors.c:197 ../app/vectors/gimpvectors.c:415 msgid "Flip Path" msgstr "Отразить контур" -#: ../app/vectors/gimpvectors.c:198 -#: ../app/vectors/gimpvectors.c:446 +#: ../app/vectors/gimpvectors.c:198 ../app/vectors/gimpvectors.c:446 msgid "Rotate Path" msgstr "Вращать контур" -#: ../app/vectors/gimpvectors.c:199 -#: ../app/vectors/gimpvectors.c:476 +#: ../app/vectors/gimpvectors.c:199 ../app/vectors/gimpvectors.c:476 msgid "Transform Path" msgstr "Преобразовать контур" @@ -11293,8 +11458,7 @@ msgid "Name" msgstr "Название" -#: ../app/widgets/gimpactionview.c:641 -#: ../app/widgets/gimpactionview.c:846 +#: ../app/widgets/gimpactionview.c:641 ../app/widgets/gimpactionview.c:846 msgid "Changing shortcut failed." msgstr "Не удалось изменить комбинацию клавиш." @@ -11309,12 +11473,14 @@ #: ../app/widgets/gimpactionview.c:704 #, c-format msgid "Shortcut \"%s\" is already taken by \"%s\" from the \"%s\" group." -msgstr "Клавиши быстрого доступа \"%s\" использованы в пункте \"%s\" меню \"%s\"." +msgstr "" +"Клавиши быстрого доступа \"%s\" использованы в пункте \"%s\" меню \"%s\"." #: ../app/widgets/gimpactionview.c:708 #, c-format msgid "Reassigning the shortcut will cause it to be removed from \"%s\"." -msgstr "Назначая эти клавиши вы отказываетесь от доступа по ним к пункту \"%s\"." +msgstr "" +"Назначая эти клавиши вы отказываетесь от доступа по ним к пункту \"%s\"." #: ../app/widgets/gimpactionview.c:781 msgid "Invalid shortcut." @@ -11346,8 +11512,7 @@ msgid "Percentage of width of brush" msgstr "Скорость рисования" -#: ../app/widgets/gimpbufferview.c:173 -#: ../app/widgets/gimpbufferview.c:257 +#: ../app/widgets/gimpbufferview.c:173 ../app/widgets/gimpbufferview.c:257 #: ../app/widgets/gimpeditor.c:754 msgid "(None)" msgstr "(Нет)" @@ -11399,30 +11564,30 @@ msgstr "Фильтр не выбран" #: ../app/widgets/gimpcoloreditor.c:263 -msgid "Hexadecimal color notation as used in HTML and CSS. This entry also accepts CSS color names." -msgstr "Шестнадцатеричная нотация цветов, принятая в HTML и CSS. Сюда также можно ввести название цвета по CSS." +msgid "" +"Hexadecimal color notation as used in HTML and CSS. This entry also accepts " +"CSS color names." +msgstr "" +"Шестнадцатеричная нотация цветов, принятая в HTML и CSS. Сюда также можно " +"ввести название цвета по CSS." #: ../app/widgets/gimpcolorframe.c:501 msgid "Index:" msgstr "Номер:" -#: ../app/widgets/gimpcolorframe.c:514 -#: ../app/widgets/gimpcolorframe.c:540 +#: ../app/widgets/gimpcolorframe.c:514 ../app/widgets/gimpcolorframe.c:540 msgid "Red:" msgstr "Красный:" -#: ../app/widgets/gimpcolorframe.c:515 -#: ../app/widgets/gimpcolorframe.c:541 +#: ../app/widgets/gimpcolorframe.c:515 ../app/widgets/gimpcolorframe.c:541 msgid "Green:" msgstr "Зеленый:" -#: ../app/widgets/gimpcolorframe.c:516 -#: ../app/widgets/gimpcolorframe.c:542 +#: ../app/widgets/gimpcolorframe.c:516 ../app/widgets/gimpcolorframe.c:542 msgid "Blue:" msgstr "Синий:" -#: ../app/widgets/gimpcolorframe.c:529 -#: ../app/widgets/gimpcolorframe.c:562 +#: ../app/widgets/gimpcolorframe.c:529 ../app/widgets/gimpcolorframe.c:562 msgid "Value:" msgstr "Яркость" @@ -11458,14 +11623,10 @@ msgid "Alpha:" msgstr "Альфа-канал:" -#: ../app/widgets/gimpcolorframe.c:623 -#: ../app/widgets/gimpcursorview.c:134 -#: ../app/widgets/gimpcursorview.c:140 -#: ../app/widgets/gimpcursorview.c:156 -#: ../app/widgets/gimpcursorview.c:162 -#: ../app/widgets/gimpcursorview.c:444 -#: ../app/widgets/gimpcursorview.c:445 -#: ../app/widgets/gimpcursorview.c:446 +#: ../app/widgets/gimpcolorframe.c:623 ../app/widgets/gimpcursorview.c:134 +#: ../app/widgets/gimpcursorview.c:140 ../app/widgets/gimpcursorview.c:156 +#: ../app/widgets/gimpcursorview.c:162 ../app/widgets/gimpcursorview.c:444 +#: ../app/widgets/gimpcursorview.c:445 ../app/widgets/gimpcursorview.c:446 #: ../app/widgets/gimpcursorview.c:447 msgid "n/a" msgstr "н/д" @@ -11486,11 +11647,11 @@ msgid "Palette" msgstr "Палитра" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Уменьшенный просмотр" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Увеличенный просмотр" @@ -11668,13 +11829,16 @@ #: ../app/widgets/gimpcontrollerlist.c:573 #, c-format msgid "" -"Removing this controller from the list of active controllers will permanently delete all event mappings you have configured.\n" +"Removing this controller from the list of active controllers will " +"permanently delete all event mappings you have configured.\n" "\n" -"Selecting \"Disable Controller\" will disable the controller without removing it." +"Selecting \"Disable Controller\" will disable the controller without " +"removing it." msgstr "" "При удалении контроллера из списка будут уничтожены все параметры событий.\n" "\n" -"Функция «Отключить контроллер» отключит выбранный контроллер, не удаляя предпочтения." +"Функция «Отключить контроллер» отключит выбранный контроллер, не удаляя " +"предпочтения." #: ../app/widgets/gimpcontrollerlist.c:633 msgid "Configure Input Controller" @@ -11732,13 +11896,11 @@ msgid "Mouse Wheel Events" msgstr "Действия колеса мыши" -#: ../app/widgets/gimpcursorview.c:137 -#: ../app/widgets/gimpcursorview.c:159 +#: ../app/widgets/gimpcursorview.c:137 ../app/widgets/gimpcursorview.c:159 msgid "X" msgstr "X" -#: ../app/widgets/gimpcursorview.c:143 -#: ../app/widgets/gimpcursorview.c:165 +#: ../app/widgets/gimpcursorview.c:143 ../app/widgets/gimpcursorview.c:165 msgid "Y" msgstr "Y" @@ -11964,8 +12126,12 @@ msgstr "Программа для просмотра руководства по GIMP отсутствует." #: ../app/widgets/gimphelp.c:296 -msgid "The GIMP help browser plug-in appears to be missing from your installation. You may instead use the web browser for reading the help pages." -msgstr "Встроенный просмотрщик справки GIMP отсутствует. Вы можете использовать вместо него обычный веб-браузер." +msgid "" +"The GIMP help browser plug-in appears to be missing from your installation. " +"You may instead use the web browser for reading the help pages." +msgstr "" +"Встроенный просмотрщик справки GIMP отсутствует. Вы можете использовать " +"вместо него обычный веб-браузер." #: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" @@ -11992,8 +12158,12 @@ msgstr "Руководство пользователя GIMP не установлено на этом компьютере" #: ../app/widgets/gimphelp.c:648 -msgid "You may either install the additional help package or change your preferences to use the online version." -msgstr "Вам стоит либо установить пакет со справкой, либо изменить параметры программы, чтобы использовать справку из Интернета" +msgid "" +"You may either install the additional help package or change your " +"preferences to use the online version." +msgstr "" +"Вам стоит либо установить пакет со справкой, либо изменить параметры " +"программы, чтобы использовать справку из Интернета" #: ../app/widgets/gimphistogrameditor.c:99 msgid "Mean:" @@ -12126,8 +12296,11 @@ msgstr "Авто" #: ../app/widgets/gimpmenudock.c:170 -msgid "When enabled the dialog automatically follows the image you are working on." -msgstr "Если включено, содержимое диалога меняется в соответствии с тем, какое изображение активно в данный момент." +msgid "" +"When enabled the dialog automatically follows the image you are working on." +msgstr "" +"Если включено, содержимое диалога меняется в соответствии с тем, какое " +"изображение активно в данный момент." #: ../app/widgets/gimpmessagebox.c:443 #, c-format @@ -12320,19 +12493,16 @@ msgid "Pr_eview" msgstr "_Предпросмотр" -#: ../app/widgets/gimpthumbbox.c:417 -#: ../app/widgets/gimpthumbbox.c:481 +#: ../app/widgets/gimpthumbbox.c:417 ../app/widgets/gimpthumbbox.c:481 msgid "No selection" msgstr "Нет выделения" -#: ../app/widgets/gimpthumbbox.c:609 -#: ../app/widgets/gimpthumbbox.c:630 +#: ../app/widgets/gimpthumbbox.c:609 ../app/widgets/gimpthumbbox.c:630 #, c-format msgid "Thumbnail %d of %d" msgstr "Миниатюра %d из %d" -#: ../app/widgets/gimpthumbbox.c:743 -#: ../app/widgets/gimpthumbbox.c:753 +#: ../app/widgets/gimpthumbbox.c:743 ../app/widgets/gimpthumbbox.c:753 msgid "Creating preview..." msgstr "Создание пред. просмотра..." @@ -12581,12 +12751,17 @@ msgstr "Всегда наверху" #: ../app/xcf/xcf-load.c:277 -msgid "This XCF file is corrupt! I have loaded as much of it as I can, but it is incomplete." -msgstr "Этот файл XCF поврежден! Некоторую его часть все же удалось восстановить." +msgid "" +"This XCF file is corrupt! I have loaded as much of it as I can, but it is " +"incomplete." +msgstr "" +"Этот файл XCF поврежден! Некоторую его часть все же удалось восстановить." #: ../app/xcf/xcf-load.c:286 #, c-format -msgid "This XCF file is corrupt! I could not even salvage any partial image data from it." +msgid "" +"This XCF file is corrupt! I could not even salvage any partial image data " +"from it." msgstr "Этот файл XCF поврежден! Не удалось восстановить даже малую его часть!" #: ../app/xcf/xcf-load.c:324 @@ -12608,15 +12783,12 @@ msgid "Error writing XCF: %s" msgstr "Ошибка записи XCF: %s" -#: ../app/xcf/xcf-seek.c:44 -#: ../app/xcf/xcf-seek.c:61 -#: ../app/xcf/xcf-seek.c:72 +#: ../app/xcf/xcf-seek.c:44 ../app/xcf/xcf-seek.c:61 ../app/xcf/xcf-seek.c:72 #, c-format msgid "Could not seek in XCF file: %s" msgstr "Не удалось открыть XCF файл: %s" -#: ../app/xcf/xcf.c:99 -#: ../app/xcf/xcf.c:167 +#: ../app/xcf/xcf.c:99 ../app/xcf/xcf.c:167 msgid "GIMP XCF image" msgstr "Файл GIMP XCF" @@ -12680,79 +12852,107 @@ #~ msgid "Paint Dynamics" #~ msgstr "Динамика рисования" + #~ msgid "Paint Dynamics Editor" #~ msgstr "Редактор динамики рисования" + #~ msgid "Text Tool" #~ msgstr "Текст" + #~ msgid "%s: %.2f" #~ msgstr "%s: %.2f" + #~ msgid "%s: %d" #~ msgstr "%s: %d" + #~ msgctxt "brushes-action" #~ msgid "Create a new brush" #~ msgstr "Создать новую кисть" + #~ msgctxt "brushes-action" #~ msgid "Duplicate this brush" #~ msgstr "Создать копию кисти" + #~ msgctxt "brushes-action" #~ msgid "Delete this brush" #~ msgstr "Удалить эту кисть" + #~ msgctxt "context-action" #~ msgid "_Brush" #~ msgstr "_Кисть" + #~ msgctxt "context-action" #~ msgid "_Pattern" #~ msgstr "_Текстура" + #~ msgctxt "context-action" #~ msgid "_Gradient" #~ msgstr "_Градиент" + #~ msgctxt "context-action" #~ msgid "_Aspect Ratio" #~ msgstr "Соот_ношение сторон" + #~ msgid "Paint Mode: %s" #~ msgstr "Режим рисования: %s" + #~ msgid "Brush Shape: %s" #~ msgstr "Форма кисти: %s" + #~ msgid "Brush Radius: %2.2f" #~ msgstr "Радиус кисти: %2.2f" + #~ msgid "Brush Angle: %2.2f" #~ msgstr "Угол кисти: %2.2f" + #~ msgctxt "cursor-info-action" #~ msgid "_Sample Merged" #~ msgstr "С_водить слои" + #~ msgctxt "cursor-info-action" #~ msgid "Use the composite color of all visible layers" #~ msgstr "Использовать все видимые слои при выделении области" + #~ msgctxt "dialogs-action" #~ msgid "Pointer" #~ msgstr "Указатель" + #~ msgctxt "dialogs-action" #~ msgid "Brush Editor" #~ msgstr "Редактор кистей" + #~ msgctxt "dialogs-action" #~ msgid "Paint Dynamics" #~ msgstr "Динамика рисования" + #~ msgctxt "dialogs-action" #~ msgid "Open paint dynamics dialog" #~ msgstr "Открыть диалог динамики рисования" + #~ msgctxt "dialogs-action" #~ msgid "Paint Dynamics Editor" #~ msgstr "Редактор динамики рисования" + #~ msgctxt "dialogs-action" #~ msgid "Open the paint dynamics editor" #~ msgstr "Открыть редактор динамики рисования" + #~ msgctxt "dialogs-action" #~ msgid "Gradient Editor" #~ msgstr "Редактор градиентов" + #~ msgctxt "dialogs-action" #~ msgid "Palette Editor" #~ msgstr "Редактор палитры образцов" + #~ msgctxt "dialogs-action" #~ msgid "About GIMP" #~ msgstr "О GIMP" + #~ msgctxt "documents-action" #~ msgid "Remove entries for which the corresponding file is not available" #~ msgstr "Удалить записи о файлах, которые уже недоступны" + #~ msgctxt "drawable-action" #~ msgid "L_ock pixels" #~ msgstr "_Запереть точки растра от изменений" @@ -12761,150 +12961,200 @@ #~ msgctxt "drawable-action" #~ msgid "Keep the pixels on this drawable from being modified" #~ msgstr "Предохранить информацию о прозрачности от изменений" + #~ msgctxt "dynamics-action" #~ msgid "Paint Dynamics Menu" #~ msgstr "Меню динамики рисования" + #~ msgctxt "dynamics-action" #~ msgid "_New Dynamics" #~ msgstr "_Создать динамику" + #~ msgctxt "dynamics-action" #~ msgid "Create a new dynamics" #~ msgstr "Создать новую динамику" + #~ msgctxt "dynamics-action" #~ msgid "D_uplicate Dynamics" #~ msgstr "Создать _копию динамики" + #~ msgctxt "dynamics-action" #~ msgid "Duplicate this dynamics" #~ msgstr "Создать копию этой динамики" + #~ msgctxt "dynamics-action" #~ msgid "Copy Dynamics _Location" #~ msgstr "Скопировать _местоположение динамики" + #~ msgctxt "dynamics-action" #~ msgid "Copy dynamics file location to clipboard" #~ msgstr "Скопировать местоположение файла динамики в буфер обмена" + #~ msgctxt "dynamics-action" #~ msgid "_Delete Dynamics" #~ msgstr "_Удалить динамику" + #~ msgctxt "dynamics-action" #~ msgid "Delete this dynamics" #~ msgstr "Удалить эту динамику" + #~ msgctxt "dynamics-action" #~ msgid "Refresh dynamics" #~ msgstr "Обновить динамику" + #~ msgctxt "dynamics-action" #~ msgid "_Edit Dynamics..." #~ msgstr "_Изменить динамику..." + #~ msgctxt "dynamics-action" #~ msgid "Edit dynamics" #~ msgstr "Изменить динамику" + #~ msgctxt "dynamics-editor-action" #~ msgid "Paint Dynamics Editor Menu" #~ msgstr "Меню редактора динамики рисования" + #~ msgctxt "dynamics-editor-action" #~ msgid "Edit Active Dynamics" #~ msgstr "Изменить активную динамику" + #~ msgctxt "edit-action" #~ msgid "_Undo" #~ msgstr "_Отменить" + #~ msgctxt "edit-action" #~ msgid "_Redo" #~ msgstr "Ве_рнуть" + #~ msgctxt "edit-action" #~ msgid "_Fade..." #~ msgstr "_Ослабить..." + #~ msgctxt "edit-action" #~ msgid "Copy what is visible in the selected region to a named buffer" #~ msgstr "Скопировать всё видимое в именованный буфер" + #~ msgctxt "edit-action" #~ msgid "Fill _with Pattern" #~ msgstr "_Залить текстурой" + #~ msgctxt "error-console-action" #~ msgid "Write all error messages to a file" #~ msgstr "Записать все сообщения об ошибках в файл" + #~ msgctxt "error-console-action" #~ msgid "Write the selected error messages to a file" #~ msgstr "Записать выделенные сообщения об ошибках в файл" + #~ msgctxt "file-action" #~ msgid "Create _Template..." #~ msgstr "Создать _шаблон..." + #~ msgctxt "file-action" #~ msgid "Export to" #~ msgstr "Экспортировать в" + #~ msgctxt "file-action" #~ msgid "Export the image again" #~ msgstr "Повторно экспортировать изображение" + #~ msgctxt "file-action" #~ msgid "Overwrite" #~ msgstr "Перезаписать" + #~ msgctxt "file-action" #~ msgid "Export the image back to the imported file in the import format" #~ msgstr "Экспортировать изображение обратно в исходный импортированный файл" + #~ msgctxt "file-action" #~ msgid "Export..." #~ msgstr "Экспортировать..." + #~ msgctxt "file-action" #~ msgid "Export the image to various file formats such as PNG or JPEG" #~ msgstr "Экспортировать изображение в такие форматы данных как PNG и JPEG" + #~ msgid "Export to %s" #~ msgstr "Экспортировать в %s" + #~ msgid "Overwrite %s" #~ msgstr "Перезаписать %s" + #~ msgid "Export to" #~ msgstr "Экспортировать в" + #~ msgctxt "fonts-action" #~ msgid "Rescan the installed fonts" #~ msgstr "Повторно просканировать установленные шрифты" + #~ msgctxt "gradient-editor-color-type" #~ msgid "_Background Color" #~ msgstr "Цвет _фона" + #~ msgctxt "gradient-editor-coloring" #~ msgid "(Varies)" #~ msgstr "(Изменяется)" + #~ msgctxt "gradients-action" #~ msgid "Create a new gradient" #~ msgstr "Создать новый градиент" + #~ msgctxt "gradients-action" #~ msgid "Duplicate this gradient" #~ msgstr "Создать копию этого градиента" + #~ msgctxt "gradients-action" #~ msgid "Delete this gradient" #~ msgstr "Удалить этот градиент" + #~ msgctxt "image-action" #~ msgid "_Colors" #~ msgstr "_Цвет" + #~ msgctxt "image-action" #~ msgid "_Auto" #~ msgstr "_Авто" + #~ msgctxt "image-convert-action" #~ msgid "_RGB" #~ msgstr "_RGB" + #~ msgctxt "image-action" #~ msgid "Flip _Horizontally" #~ msgstr "Отразить по _горизонтали" + #~ msgctxt "image-action" #~ msgid "Flip _Vertically" #~ msgstr "Отразить по _вертикали" + #~ msgctxt "image-action" #~ msgid "Rotate 90° _clockwise" #~ msgstr "Повернуть на 90° _по часовой стрелке" + #~ msgctxt "image-action" #~ msgid "Rotate _180°" #~ msgstr "П_овернуть на 180°" + #~ msgctxt "image-action" #~ msgid "Rotate 90° counter-clock_wise" #~ msgstr "Повернуть на 90° п_ротив часовой стрелки" + #~ msgctxt "layers-action" #~ msgid "_Transform" #~ msgstr "Пре_образования" + #~ msgctxt "layers-action" #~ msgid "_Opacity" #~ msgstr "_Непрозрачность" + #~ msgctxt "layers-action" #~ msgid "New Layer _Group..." #~ msgstr "_Создать группу слоёв..." + #~ msgctxt "layers-action" #~ msgid "Create a new layer group and add it to the image" #~ msgstr "Создать новую группу слоёв и добавить её в изображение" + #~ msgctxt "layers-action" #~ msgid "Merge Layer Group" #~ msgstr "Свести группу слоёв" @@ -12913,228 +13163,303 @@ #~ msgctxt "layers-action" #~ msgid "Merge the layer group's layers into one normal layer" #~ msgstr "Объединить все видимые слои в один" + #~ msgctxt "layers-action" #~ msgid "Merge all visible layers into one layer" #~ msgstr "Объединить все видимые слои в один" + #~ msgctxt "layers-action" #~ msgid "_Flatten Image" #~ msgstr "Свести _изображение" + #~ msgctxt "layers-action" #~ msgid "Merge all layers into one and remove transparency" #~ msgstr "Свести все слои в один и удалить прозрачность" + #~ msgctxt "layers-action" #~ msgid "_Crop to Selection" #~ msgstr "О_ткадрировать в выделение" + #~ msgctxt "layers-action" #~ msgid "_Add to Selection" #~ msgstr "_Добавить к выделению" + #~ msgctxt "layers-action" #~ msgid "_Subtract from Selection" #~ msgstr "Вы_честь из выделения" + #~ msgctxt "layers-action" #~ msgid "_Intersect with Selection" #~ msgstr "_Пересечь с выделением" + #~ msgctxt "palette-editor-action" #~ msgid "_Edit Color..." #~ msgstr "_Изменить цвет..." + #~ msgctxt "palette-editor-action" #~ msgid "Edit this entry" #~ msgstr "Изменить этот цвет в наборе" + #~ msgctxt "palette-editor-action" #~ msgid "Delete this entry" #~ msgstr "Удалить этот цвет из набора" + #~ msgctxt "palette-editor-action" #~ msgid "Create a new entry from the foreground color" #~ msgstr "Добавить в палитру активный цвет переднего плана" + #~ msgctxt "palette-editor-action" #~ msgid "Create a new entry from the background color" #~ msgstr "Добавить в палитру активный цвет фона" + #~ msgctxt "palettes-action" #~ msgid "Create a new palette" #~ msgstr "Создать новую цветовую палитру" + #~ msgctxt "palettes-action" #~ msgid "Duplicate this palette" #~ msgstr "Создать копию этой палитры" + #~ msgctxt "palettes-action" #~ msgid "Delete this palette" #~ msgstr "Удалить эту палитру..." + #~ msgctxt "patterns-action" #~ msgid "Open this pattern as an image" #~ msgstr "Открыть эту текстуру как файл изображения" + #~ msgctxt "patterns-action" #~ msgid "Create a new pattern" #~ msgstr "Создать новую текстуру" + #~ msgctxt "patterns-action" #~ msgid "Duplicate this pattern" #~ msgstr "Создать копию этой текстуры" + #~ msgctxt "patterns-action" #~ msgid "Delete this pattern" #~ msgstr "Удалить эту текстуру" + #~ msgctxt "plug-in-action" #~ msgid "_Map" #~ msgstr "_Карта" + #~ msgctxt "plug-in-action" #~ msgid "_Pattern" #~ msgstr "_Текстура" + #~ msgctxt "quick-mask-action" #~ msgid "Toggle Quick Mask on/off" #~ msgstr "Включить или выключить быструю маску" + #~ msgctxt "sample-points-action" #~ msgid "_Sample Merged" #~ msgstr "С_вести слои" + #~ msgctxt "sample-points-action" #~ msgid "Use the composite color of all visible layers" #~ msgstr "Использовать все видимые слои при выделении области" + #~ msgctxt "select-action" #~ msgid "_All" #~ msgstr "_Всё" + #~ msgctxt "select-action" #~ msgid "_None" #~ msgstr "_Снять выделение" + #~ msgctxt "templates-action" #~ msgid "Duplicate this template" #~ msgstr "Создать копию выделенного шаблона" + #~ msgctxt "templates-action" #~ msgid "Edit this template" #~ msgstr "Отредактировать этот шаблон" + #~ msgctxt "templates-action" #~ msgid "Delete this template" #~ msgstr "Удалить этот шаблон" + #~ msgctxt "text-editor-action" #~ msgid "Clear" #~ msgstr "Очистить" + #~ msgctxt "text-tool-action" #~ msgid "Text Tool Menu" #~ msgstr "Меню инструмента «Текст»" + #~ msgctxt "text-tool-action" #~ msgid "Input _Methods" #~ msgstr "_Методы ввода" + #~ msgctxt "text-tool-action" #~ msgid "Cu_t" #~ msgstr "Вы_резать" + #~ msgctxt "text-tool-action" #~ msgid "_Copy" #~ msgstr "_Копировать" + #~ msgctxt "text-tool-action" #~ msgid "_Paste" #~ msgstr "_Вставить" + #~ msgctxt "text-tool-action" #~ msgid "_Delete" #~ msgstr "_Удалить" + #~ msgctxt "text-tool-action" #~ msgid "_Open text file..." #~ msgstr "_Открыть текстовый файл..." + #~ msgctxt "text-tool-action" #~ msgid "Cl_ear" #~ msgstr "О_чистить" + #~ msgctxt "text-tool-action" #~ msgid "Clear all text" #~ msgstr "Удалить весь текст" + #~ msgctxt "text-tool-action" #~ msgid "Create a path from the outlines of the current text" #~ msgstr "Создать контур из текущего текстового блока" + #~ msgctxt "text-tool-action" #~ msgid "Text _along Path" #~ msgstr "_Текст по контуру" + #~ msgctxt "text-tool-action" #~ msgid "Bend the text along the currently active path" #~ msgstr "Направить текст этого блока по текущему контуру" + #~ msgctxt "text-tool-action" #~ msgid "From left to right" #~ msgstr "Слева направо" + #~ msgctxt "text-tool-action" #~ msgid "From right to left" #~ msgstr "Справа налево" + #~ msgctxt "vectors-action" #~ msgid "Create a new path..." #~ msgstr "Создать новый контур..." + #~ msgctxt "vectors-action" #~ msgid "Create a new path with last used values" #~ msgstr "Создать новый контур с предыдущими параметрами" + #~ msgctxt "vectors-action" #~ msgid "Duplicate this path" #~ msgstr "Создать копию этого контура" + #~ msgctxt "vectors-action" #~ msgid "Delete this path" #~ msgstr "Удалить этот контур" + #~ msgctxt "vectors-action" #~ msgid "Raise this path" #~ msgstr "Поднять этот контур" + #~ msgctxt "vectors-action" #~ msgid "Raise this path to the top" #~ msgstr "Сделать этот контур верхним" + #~ msgctxt "vectors-action" #~ msgid "Lower this path" #~ msgstr "Опустить этот контур" + #~ msgctxt "vectors-action" #~ msgid "Lower this path to the bottom" #~ msgstr "Сделать этот контур нижним" + #~ msgctxt "vectors-action" #~ msgid "_Visible" #~ msgstr "_Видимый" + #~ msgctxt "vectors-action" #~ msgid "_Linked" #~ msgstr "С_вязанный" + #~ msgctxt "vectors-action" #~ msgid "L_ock strokes" #~ msgstr "За_переть элементы контура от изменений" + #~ msgctxt "vectors-action" #~ msgid "Path to selection" #~ msgstr "Контур → Выделение" + #~ msgctxt "vectors-action" #~ msgid "Replace selection with path" #~ msgstr "Создать из канала выделенную область" + #~ msgctxt "vectors-action" #~ msgid "_Add to Selection" #~ msgstr "_Добавить к выделению" + #~ msgctxt "vectors-action" #~ msgid "Add path to selection" #~ msgstr "Добавить контур к выделению" + #~ msgctxt "vectors-action" #~ msgid "_Subtract from Selection" #~ msgstr "Вы_честь из выделения" + #~ msgctxt "vectors-action" #~ msgid "Subtract path from selection" #~ msgstr "Вычесть контур из выделения" + #~ msgctxt "vectors-action" #~ msgid "_Intersect with Selection" #~ msgstr "_Пересечь с выделением" + #~ msgctxt "vectors-action" #~ msgid "Intersect path with selection" #~ msgstr "Пересечь контур с выделением" + #~ msgctxt "view-action" #~ msgid "_New View" #~ msgstr "В _новом окне" + #~ msgctxt "view-action" #~ msgid "Re_vert Zoom" #~ msgstr "_Вернуть масштаб" + #~ msgctxt "view-action" #~ msgid "_Open Display..." #~ msgstr "Открыть _экран..." + #~ msgctxt "view-action" #~ msgid "Connect to another display" #~ msgstr "Установить соединение с другим экраном" + #~ msgctxt "view-zoom-action" #~ msgid "Zoom _Out" #~ msgstr "У_меньшить масштаб" + #~ msgctxt "view-action" #~ msgid "Zoom out" #~ msgstr "Уменьшить масштаб просмотра" + #~ msgctxt "view-zoom-action" #~ msgid "Zoom _In" #~ msgstr "У_величить масштаб" + #~ msgctxt "view-action" #~ msgid "Zoom in" #~ msgstr "Увеличить масштаб просмотра" + #~ msgctxt "view-zoom-action" #~ msgid "Zoom Out" #~ msgstr "Уменьшить" + #~ msgctxt "view-zoom-action" #~ msgid "Zoom In" #~ msgstr "Увеличить" + #~ msgctxt "windows-action" #~ msgid "Single-window mode" #~ msgstr "Однооконный режим" + #~ msgctxt "windows-action" #~ msgid "" #~ "When enabled GIMP is in a single-window mode. Far from completely " @@ -13142,24 +13467,31 @@ #~ msgstr "" #~ "Если включено, GIMP работает в однооконном режиме. Текущая реализация " #~ "пока что далека от завершённости!" + #~ msgctxt "histogram-channel" #~ msgid "Red" #~ msgstr "Красный" + #~ msgctxt "histogram-channel" #~ msgid "Green" #~ msgstr "Зеленый" + #~ msgctxt "histogram-channel" #~ msgid "Blue" #~ msgstr "Синий" + #~ msgctxt "histogram-channel" #~ msgid "RGB" #~ msgstr "RGB" + #~ msgctxt "layer-mode-effects" #~ msgid "Subtract" #~ msgstr "Вычитание" + #~ msgctxt "layer-mode-effects" #~ msgid "Color" #~ msgstr "Цвет" + #~ msgctxt "layer-mode-effects" #~ msgid "Value" #~ msgstr "Значение" @@ -13167,161 +13499,223 @@ #, fuzzy #~ msgid "When enabled, the selected dynamics will be used for all tools." #~ msgstr "Если включено, выбранная кисть используется всеми инструментами." + #~ msgid "Use GIMP in a single-window mode." #~ msgstr "Использовать GIMP в однооконном режиме" + #~ msgctxt "convert-dither-type" #~ msgid "None" #~ msgstr "Нет" + #~ msgctxt "align-reference-type" #~ msgid "Image" #~ msgstr "Изображение" + #~ msgctxt "align-reference-type" #~ msgid "Selection" #~ msgstr "Выделение" + #~ msgctxt "fill-type" #~ msgid "Transparency" #~ msgstr "Прозрачный слой" + #~ msgctxt "fill-type" #~ msgid "None" #~ msgstr "Нет" + #~ msgctxt "fill-style" #~ msgid "Pattern" #~ msgstr "Текстурой" + #~ msgctxt "cap-style" #~ msgid "Round" #~ msgstr "Круглые" + #~ msgctxt "brush-generated-shape" #~ msgid "Square" #~ msgstr "Квадратный" + #~ msgctxt "orientation-type" #~ msgid "Horizontal" #~ msgstr "Горизонтальное" + #~ msgctxt "orientation-type" #~ msgid "Vertical" #~ msgstr "Вертикальное" + #~ msgctxt "item-set" #~ msgid "None" #~ msgstr "Нет" + #~ msgctxt "undo-type" #~ msgid "Quick Mask" #~ msgstr "Быстрая маска" + #~ msgctxt "undo-type" #~ msgid "Grid" #~ msgstr "Сетка" + #~ msgctxt "undo-type" #~ msgid "Paste" #~ msgstr "Вставить" + #~ msgctxt "undo-type" #~ msgid "Cut" #~ msgstr "Вырезать" + #~ msgctxt "undo-type" #~ msgid "Text" #~ msgstr "Текст" + #~ msgctxt "undo-type" #~ msgid "Transform" #~ msgstr "Преобразование" + #~ msgctxt "undo-type" #~ msgid "Paint" #~ msgstr "Рисование" + #~ msgctxt "undo-type" #~ msgid "Plug-In" #~ msgstr "Расширение" + #~ msgctxt "undo-type" #~ msgid "Reorder layer" #~ msgstr "Реорганизация слоев" + #~ msgctxt "undo-type" #~ msgid "Resume group layer resize" #~ msgstr "Возобновить изменение размера группы слоев" + #~ msgctxt "undo-type" #~ msgid "Convert group layer" #~ msgstr "Преобразование группы слоев" + #~ msgctxt "undo-type" #~ msgid "Reorder channel" #~ msgstr "Реорганизация каналов" + #~ msgctxt "undo-type" #~ msgid "Reorder path" #~ msgstr "Реорганизация контуров" + #~ msgctxt "undo-type" #~ msgid "Ink" #~ msgstr "Перо" + #~ msgctxt "select-criterion" #~ msgid "Red" #~ msgstr "Красный" + #~ msgctxt "select-criterion" #~ msgid "Green" #~ msgstr "Зеленый" + #~ msgctxt "select-criterion" #~ msgid "Blue" #~ msgstr "Синий" + #~ msgctxt "select-criterion" #~ msgid "Hue" #~ msgstr "Тон" + #~ msgctxt "select-criterion" #~ msgid "Saturation" #~ msgstr "Насыщенность" + #~ msgctxt "select-criterion" #~ msgid "Value" #~ msgstr "Значение" + #~ msgid "FG to BG (Hardedge)" #~ msgstr "Основной в фоновый (резкий переход)" + #~ msgid "tags-locale:C" #~ msgstr "tips-locale:ru" + #~ msgid "Dynamics" #~ msgstr "Динамика рисования" + #~ msgid "Updating tag cache" #~ msgstr "Обновляется кэш меток" + #~ msgid "Brush Spacing" #~ msgstr "Интервал кисти" + #~ msgid "Brush Shape" #~ msgstr "Форма кисти" + #~ msgid "Brush Radius" #~ msgstr "Радиус кисти" + #~ msgid "Brush Spikes" #~ msgstr "Лучи кисти" + #~ msgid "Brush Hardness" #~ msgstr "Жесткость кисти" + #~ msgid "Brush Aspect Ratio" #~ msgstr "Соотношение сторон кисти" + #~ msgid "Brush Angle" #~ msgstr "Угол кисти" + #~ msgid "Paint Mode" #~ msgstr "Режим рисования" + #~ msgid "Layer Group" #~ msgstr "Группа слоёв" + #~ msgid "Rename Layer Group" #~ msgstr "Переименование группы слоёв" + #~ msgid "Move Layer Group" #~ msgstr "Перемещение группы слоёв" + #~ msgid "Scale Layer Group" #~ msgstr "Масштабирование группы слоёв" + #~ msgid "Resize Layer Group" #~ msgstr "Смена размера группы слоёв" + #~ msgid "Flip Layer Group" #~ msgstr "Отражение группы слоёв" + #~ msgid "Rotate Layer Group" #~ msgstr "Вращение группы слоёв" + #~ msgid "Transform Layer Group" #~ msgstr "Преобразование группы слоёв" + #~ msgid "Cannot merge down to a layer group." #~ msgstr "Невозможно выполнить сведение в группу слоёв." + #~ msgid "The layer to merge down to is locked." #~ msgstr "Слой, в который должно быть выполнено сведение, заперт" + #~ msgid "There is no visible layer to merge down to." #~ msgstr "Нет видимого слоя, в который можно выполнить сведение." + #~ msgid "Merge Layer Group" #~ msgstr "Объединить группу слоёв" + #~ msgid "Could not read header from palette file '%s'" #~ msgstr "Невозможно прочесть заголовок из файла палитры '%s'" + #~ msgid "Fatal parse error in palette file '%s'" #~ msgstr "Неисправимая ошибка разбора файла палитры '%s'" + #~ msgctxt "unit-plural" #~ msgid "pixels" #~ msgstr "точки растра" + #~ msgctxt "plural" #~ msgid "percent" #~ msgstr "проценты" + #~ msgid "Export Image" #~ msgstr "Экспорт изображения" + #~ msgid "" #~ "You can use this dialog to export to various file formats. If you want to " #~ "save the image to the GIMP XCF format, use File→Save instead." @@ -13329,6 +13723,7 @@ #~ "Вы можете использовать этот диалог для экспорта в различные форматы " #~ "данных. Если же вам нужно сохранить файл в формате GIMP XCF, " #~ "воспользуйтесь командой Файл→Сохранить." + #~ msgid "" #~ "You can use this dialog to save to the GIMP XCF format. Use File→Export " #~ "to export to other file formats." @@ -13336,67 +13731,93 @@ #~ "Вы можете использовать этот диалог для сохранения файлов в формате GIMP " #~ "XCF. Используйте команду Файл→Экспортировать для экспорта в прочие " #~ "форматы данных." + #~ msgid "_Dynamics" #~ msgstr "_Динамика" + #~ msgid "Tools configuration" #~ msgstr "Видимые в панели инструменты" + #~ msgid "Hint for _docks and toolbox:" #~ msgstr "Тип окна для _панелей:" + #~ msgid "Dynamics Folders" #~ msgstr "Папки с файлами динамики рисования" + #~ msgid "Select Dynamics Folders" #~ msgstr "Выбрать папки с файлами динамики рисования" + #~ msgctxt "zoom-quality" #~ msgid "Low" #~ msgstr "Низкое" + #~ msgctxt "zoom-quality" #~ msgid "High" #~ msgstr "Высокое" + #~ msgid "Selection Bounding Box" #~ msgstr "Площадка (BB) выделения" + #~ msgid "W" #~ msgstr "Ш" + #~ msgid "H" #~ msgstr "В" + #~ msgid "Close _without Saving" #~ msgstr "Закрыть _без сохранения" + #~ msgid "Cannot modify the pixels of layer groups." #~ msgstr "Невозможно изменять точки растра группы слоёв" + #~ msgid "The active layer's pixels are locked." #~ msgstr "Точки растра активного слоя заблокированы от изменений" + #~ msgid "Image exported to '%s'" #~ msgstr "Изображение экспортировано в '%s'" + #~ msgid " (exported)" #~ msgstr " (экспортировано)" + #~ msgid " (overwritten)" #~ msgstr " (перезаписано)" + #~ msgid " (imported)" #~ msgstr " (импортировано)" #, fuzzy #~ msgid "No paint dynamics available for use with this tool." #~ msgstr "Нет текстур, доступных для использования с этим инструментом." + #~ msgid "Ink Blob Size" #~ msgstr "Размер капли Пера" + #~ msgid "Ink Blob Aspect Ratio" #~ msgstr "Соотношение сторон капли Пера" + #~ msgid "Ink Blob Angle" #~ msgstr "Угол Пера" + #~ msgid "Brush Scale" #~ msgstr "Масштаб кисти" + #~ msgctxt "perspective-clone-mode" #~ msgid "Perspective Clone" #~ msgstr "Штамп по перспективе" + #~ msgctxt "source-align-mode" #~ msgid "None" #~ msgstr "Нет" + #~ msgid "Item '%s' (%d) cannot be modified because its contents are locked" #~ msgstr "" #~ "Невозможно изменить объект '%s' (%d), потому что его содержимое заперто " #~ "от изменений" + #~ msgid "Item '%s' (%d) cannot be modified because it is a group item" #~ msgstr "" #~ "Невозможно изменить объект '%s' (%d), потому что это группа объектов" + #~ msgid "Remove path stroke" #~ msgstr "Удаление обводки контура" @@ -13419,125 +13840,170 @@ #, fuzzy #~ msgid "Add path stroke" #~ msgstr "Добавить контур" + #~ msgid "Color Picker Average Radius" #~ msgstr "Средний радиус пипетки" + #~ msgid "There is no active layer to crop." #~ msgstr "Нет активного слоя или канала для кадрирования." + #~ msgid "Click to locate on curve (try Shift, Ctrl)" #~ msgstr "" #~ "Щелкните мышкой для помещения точки под курсором на кривую (попробуйте с " #~ "Shift, Ctrl)" + #~ msgctxt "tool" #~ msgid "_Zoom" #~ msgstr "_Лупа" + #~ msgid "Aspect Ratio:" #~ msgstr "Соотн. сторон:" + #~ msgid "Cannot paint on layer groups." #~ msgstr "Невозможно рисовать на группе слоев" + #~ msgid "" #~ "The text language may have an effect on the way the text is rendered." #~ msgstr "Выбор языка текста может изменить внешний вид текста" + #~ msgid "" #~ "Use an external editor window for text entry, instead of direct-on-canvas " #~ "editing" #~ msgstr "" #~ "Использовать окно с редактором текста вместо редактирования текста прямо " #~ "на холсте" + #~ msgid "Use editor" #~ msgstr "Использовать диалог редактора" + #~ msgid "Can't work on an empty image, add a layer first" #~ msgstr "Работа с пустым изображением невозможна, для начала добавьте слой" + #~ msgid "The active path's strokes are locked." #~ msgstr "Элементы активного контура заблокированы от изменений" + #~ msgid "The active path is locked." #~ msgstr "Активный контур заблокирован от изменений" + #~ msgctxt "rectangle-guide" #~ msgid "Diagonal lines" #~ msgstr "Диагональные линии" + #~ msgctxt "rectangle-tool-fixed-rule" #~ msgid "Aspect ratio" #~ msgstr "Соотн. сторон" + #~ msgctxt "rectangle-tool-fixed-rule" #~ msgid "Width" #~ msgstr "Ширина" + #~ msgctxt "rectangle-tool-fixed-rule" #~ msgid "Height" #~ msgstr "Высота" + #~ msgctxt "rectangle-tool-fixed-rule" #~ msgid "Size" #~ msgstr "Размер" + #~ msgctxt "transform-type" #~ msgid "Layer" #~ msgstr "Слой" + #~ msgctxt "transform-type" #~ msgid "Selection" #~ msgstr "Выделение" + #~ msgctxt "transform-type" #~ msgid "Path" #~ msgstr "Контур" + #~ msgctxt "transform-preview-type" #~ msgid "Grid" #~ msgstr "Сетка" + #~ msgctxt "transform-preview-type" #~ msgid "Image" #~ msgstr "Изображение" + #~ msgctxt "vector-mode" #~ msgid "Edit" #~ msgstr "Правка" + #~ msgctxt "vector-mode" #~ msgid "Move" #~ msgstr "Перемещение" + #~ msgid "Lock pixels" #~ msgstr "Запереть точки растра от изменений" + #~ msgid "Pressure" #~ msgstr "Нажим" + #~ msgid "Tilt" #~ msgstr "Наклон" #, fuzzy #~ msgid "Fade" #~ msgstr "_Ослабить" + #~ msgid "Angle" #~ msgstr "Угол" + #~ msgid "Jitter" #~ msgstr "Дрожание" + #~ msgid "Fill Color" #~ msgstr "Цвет заливки" + #~ msgid "Use default comment" #~ msgstr "Использовать типовой комментарий" + #~ msgid "" #~ "Replace the current image comment with the default comment set in " #~ "Edit→Preferences→Default Image." #~ msgstr "" #~ "Заменить текущий комментарий к изображению на указанный в параметрах " #~ "программы типовой (Правка→Параметры→Изображение по умолчанию)." + #~ msgid "filter" #~ msgstr "фильтр по меткам" + #~ msgid "enter tags" #~ msgstr "введите метки" + #~ msgid "," #~ msgstr "," + #~ msgid "Raise this tool" #~ msgstr "Поднять инструмент" + #~ msgid "Lower this tool" #~ msgstr "Опустить инструмент" + #~ msgid "Lock path strokes" #~ msgstr "Запереть контур от изменений" + #~ msgctxt "active-color" #~ msgid "Background" #~ msgstr "РезкостьФон" + #~ msgctxt "color-frame-mode" #~ msgid "RGB" #~ msgstr "RGB" + #~ msgctxt "tab-style" #~ msgid "Text" #~ msgstr "Текст" + #~ msgid "fuzzy" #~ msgstr "растушеванные" + #~ msgid "round" #~ msgstr "круглые" + #~ msgid "Direction:" #~ msgstr "Направление:" + #~ msgid "Group Layer" #~ msgstr "Группа слоев" @@ -13552,57 +14018,76 @@ #, fuzzy #~ msgid "Lower this tool Lower this tool to the bottom" #~ msgstr "Опустить инструмент до низа" + #~ msgctxt "layers-action" #~ msgid "_New Group Layer..." #~ msgstr "Создать _группу слоев..." + #~ msgctxt "layers-action" #~ msgid "Create a new group layer and add it to the image" #~ msgstr "Создать новую группу слоя и добавить её в изображение" + #~ msgid "Scale Group Layer" #~ msgstr "Смена размера группы слоев" + #~ msgid "Resize Group Layer" #~ msgstr "Смена размера группы слоев" + #~ msgid "Flip Group Layer" #~ msgstr "Отражение группы слоев" + #~ msgid "Rotate Group Layer" #~ msgstr "Вращение группы слоев" + #~ msgid "Transform Group Layer" #~ msgstr "Преобразование группы слоев" + #~ msgid "Query" #~ msgstr "Запросить" + #~ msgid "Assign" #~ msgstr "Назначить" + #~ msgid "Ne_w" #~ msgstr "Соз_дать" + #~ msgid "Channel is already on top." #~ msgstr "Канал уже на самом верху." + #~ msgid "Channel is already on the bottom." #~ msgstr "Слой уже в самом низу." + #~ msgid "Path is already on top." #~ msgstr "Контур уже на самом верху." + #~ msgid "Path is already on the bottom." #~ msgstr "Контур уже в самом низу." + #~ msgid "Cannot add layer mask to layer which is not part of an image." #~ msgstr "" #~ "Невозможно добавить маску слоя к слою, не являющемуся частью изображения." + #~ msgid "Reading palette '%s': Missing GREEN component in line %d." #~ msgstr "" #~ "Загружается палитра '%s':\n" #~ "Неправильный компонент \"Зелёный\" в строке %d." + #~ msgid "" #~ "PDB calling error:\n" #~ "Procedure '%s' not found" #~ msgstr "" #~ "Ошибка вызова PDB:\n" #~ "Процедура '%s' не найдена" + #~ msgid "" #~ "PDB calling error for procedure '%s':\n" #~ "Argument #%d type mismatch (expected %s, got %s)" #~ msgstr "" #~ "Ошибка вызова PDB для процедуры '%s':\n" #~ "Argument #%d type mismatch (expected %s, got %s)" + #~ msgid "Clibboard" #~ msgstr "Буфер обмена" + #~ msgid "Copy the selected region to the clipboard" #~ msgstr "Скопировать выделенную часть в буфер обмена" - diff -Nru gimp-2.6.11/po/tr.po gimp-2.6.12/po/tr.po --- gimp-2.6.11/po/tr.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/tr.po 2012-01-31 13:50:16.000000000 +0000 @@ -8,27 +8,65 @@ msgid "" msgstr "" "Project-Id-Version: gimp.gimp-2-0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-19 11:20+0300\n" -"PO-Revision-Date: 2004-07-15 17:40+0300\n" -"Last-Translator: Görkem Çetin \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-09-28 08:34+0000\n" +"PO-Revision-Date: 2010-10-09 20:40+0200\n" +"Last-Translator: maydin95 \n" "Language-Team: Türkçe \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Launchpad-Export-Date: 2010-10-09 17:28+0000\n" +"X-Generator: Launchpad (build Unknown)\n" -#: ../app/app_procs.c:134 -msgid "(This console window will close in ten seconds)\n" -msgstr "(Bu konsol penceresi on saniye içinde kapanacak)\n" +#: ../app/about.h:24 +msgid "GIMP" +msgstr "GIMP" + +#: ../app/about.h:27 ../desktop/gimp.desktop.in.in.h:2 +msgid "GNU Image Manipulation Program" +msgstr "GNU Görüntü İşleme Programı" -#: ../app/app_procs.c:228 +#: ../app/about.h:30 msgid "" -"GIMP is not properly installed for the current user.\n" -"User installation was skipped because the '--no-interface' flag was used.\n" -"To perform user installation, run the GIMP without the '--no-interface' flag." +"Copyright © 1995-2008\n" +"Spencer Kimball, Peter Mattis and the GIMP Development Team" +msgstr "" +"Telif Hakkı © 1995-2008\n" +"Spencer Kimball, Peter Mattis ve the GIMP Geliştirme Takımı" + +#: ../app/about.h:34 +msgid "" +"GIMP is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version.\n" +"\n" +"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details.\n" +"\n" +"You should have received a copy of the GNU General Public License along with " +"GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - " +"Suite 330, Boston, MA 02111-1307, USA." msgstr "" +"GIMP özgür bir yazılımdır, Özgür Yazılım Vakfı'nın yayınladığı GNU Genel " +"Kamu Lisansı'nın 2. veya daha sonraki sürümlerindeki şartlar altında " +"dağıtılabilir ve/veya değiştirilebilir. \n" +"\n" +"GIMP faydalı olacağı umut edilerek dağıtılmaktadır, fakat HİÇBİR GARANTİSİ " +"YOKTUR; hatta ÜRÜN DEĞERİ ya da BİR AMACA UYGUNLUK gibi garantiler de " +"vermez. Lütfen daha fazla ayrıntı için GNU Genel Kamu Lisansı'nı " +"inceleyin. \n" +"\n" +"GIMP ile beraber GNU Genel Kamu Lisansını da almış olmalısınız; eğer " +"almadıysanız, Free Software Foundation, Inc., 59 Temple Place - Suite 330, " +"Boston, MA 02111-1307, USA adresine yazınız." -#: ../app/app_procs.c:279 +#: ../app/app.c:214 #, c-format msgid "" "Unable to open a test swap file.\n" @@ -36,134 +74,152 @@ "To avoid data loss, please check the location and permissions of the swap " "directory defined in your Preferences (currently \"%s\")." msgstr "" +"Bir deneme takas dosyası açılamadı.\n" +"\n" +"Veri kaybından kaçınmak için, takas dosyasının yerini ve izinlerini " +"Tercihler içinde kontrol edin (güncel olan \"%s\")." -#: ../app/app_procs.c:334 ../app/core/gimppalette-import.c:449 +#: ../app/batch.c:75 #, c-format -msgid "Opening '%s' failed: %s" -msgstr "%s dosyasını açma başarısız oldu: %s" +msgid "No batch interpreter specified, using the default '%s'.\n" +msgstr "Belirlenmiş toplu yorumlayıcı yok, öntanımlı '%s' kullanılıyor.\n" -#: ../app/batch.c:84 ../app/batch.c:101 +#: ../app/batch.c:93 ../app/batch.c:111 #, c-format msgid "The batch interpreter '%s' is not available. Batch mode disabled." -msgstr "" +msgstr "Toplu yorumlayıcı '%s' kullanılır değil. Toplu kip etkin değil." -#: ../app/main.c:121 ../tools/gimp-remote.c:78 +#: ../app/main.c:148 ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "Sürüm bilgisini göster ve çık" -#: ../app/main.c:126 +#: ../app/main.c:153 +msgid "Show license information and exit" +msgstr "Lisans bilgisini göster ve çık" + +#: ../app/main.c:158 msgid "Be more verbose" msgstr "Daha çok bilgi ver" -#: ../app/main.c:131 -#, fuzzy +#: ../app/main.c:163 +msgid "Start a new GIMP instance" +msgstr "Yeni bir GIMP örneği başlat" + +#: ../app/main.c:168 +msgid "Open images as new" +msgstr "Görüntüleri yeni olarak aç" + +#: ../app/main.c:173 msgid "Run without a user interface" -msgstr " -i, --no-interface Kullanıcı arayüzü olmadan çalış.\n" +msgstr "Bir kullanıcı arabirimi olmadan çalıştır" -#: ../app/main.c:136 -#, fuzzy +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." -msgstr "" -" -d, --no-data Fırçaları, gradyanları, paletleri, desenleri " -"yükleme.\n" +msgstr "Fırçaları, renk geçişlerini, desenleri, ... yükleme." -#: ../app/main.c:141 +#: ../app/main.c:183 msgid "Do not load any fonts" -msgstr "" +msgstr "Herhangi bir yazıyüzünü yükleme" -#: ../app/main.c:146 -#, fuzzy +#: ../app/main.c:188 msgid "Do not show a startup window" -msgstr " -s, --no-splash Açılış penceresini gösterme.\n" +msgstr "Açılış penceresini gösterme." -#: ../app/main.c:151 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" -msgstr "" +msgstr "GIMP ve eklentiler arasında paylaşımlı bellek kullanma" -#: ../app/main.c:156 -#, fuzzy +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" -msgstr " --no-xshm X Shared Memory uzantısını kullanma.\n" +msgstr "Özel işlemci hızlandırma işlevleri kullanma" -#: ../app/main.c:161 -#, fuzzy +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" -msgstr " -g, --gimprc Alternatif gimprc dosyasını yükle.\n" +msgstr "Başka bir sessionrc dosyası kullan" -#: ../app/main.c:166 -#, fuzzy +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" -msgstr "" -" --system-gimprc Alternatif sistem gimprc dosyasını kullan.\n" +msgstr "Başka bir kullanıcının gimprc dosyasını kullan" -#: ../app/main.c:171 -#, fuzzy +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" -msgstr "" -" --system-gimprc Alternatif sistem gimprc dosyasını kullan.\n" +msgstr "Başka bir sistem gimprc dosyası kullan" -#: ../app/main.c:176 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" -msgstr "" +msgstr "Çalıştırılacak toplu komut (birçok defa kullanılabilir)" -#: ../app/main.c:181 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" -msgstr "" +msgstr "Çoklu komutlar sürecinin yordamı, şunlarla:" -#: ../app/main.c:186 -#, fuzzy +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" -msgstr " -c, --console-messages Uyarıları pencere yerine konsolda göster.\n" +msgstr "İletişim kutusu kullanmak yerine iletileri uçbirime gönder" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:192 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" -msgstr "" +msgstr "PDB uyumluluk kipi (off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:198 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" -msgstr "" +msgstr "Çökme durumunda yanlış ayıkla (never|query|always)" -#: ../app/main.c:203 -#, fuzzy +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" -msgstr "" -" --debug-handlers Hayati olmayan hata ayıklama sinyali " -"işleyicilerini kullan.\n" +msgstr "Ölümcül olmayan yanlış ayıklama imi işleyicilerini etkinleştir" -#: ../app/main.c:208 +#: ../app/main.c:250 msgid "Make all warnings fatal" -msgstr "" +msgstr "Bütün uyarıları ölümcül yap" -#: ../app/main.c:213 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" -msgstr "" +msgstr "Çıktı, varsayılan ayarlarla birlikte gelen bir gimprc dosyasıdır." -#: ../app/main.c:248 ../app/widgets/gimptoolbox.c:566 -msgid "The GIMP" -msgstr "GIMP" +#: ../app/main.c:383 +msgid "[FILE|URI...]" +msgstr "[DOSYA|ADRES...]" -#: ../app/main.c:292 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." msgstr "" +"GIMP, grafiksel kullanıcı arabirimini başlatamadı.\n" +"Görüntüleme ortamınız için uygun bir kurulumun var olduğundan emin olun." -#: ../app/main.c:443 ../tools/gimp-remote.c:314 -#, fuzzy, c-format -msgid "%s version %s" -msgstr "GIMP sürümü" +#: ../app/main.c:420 +msgid "Another GIMP instance is already running." +msgstr "Başka bir GIMP zaten çalışıyor." -#: ../app/sanity.c:192 +#: ../app/main.c:490 +msgid "GIMP output. Type any character to close this window." +msgstr "GIMP çıktısı. Bu pencereyi kapatmak için herhangi bir karakter girin." + +#: ../app/main.c:491 +#, c-format +msgid "(Type any character to close this window)\n" +msgstr "(Bu pencereyi kapatmak için herhangi bir karakter girin)\n" + +#: ../app/main.c:508 +msgid "GIMP output. You can minimize this window, but don't close it." +msgstr "GIMP çıktısı. Bu pencereyi küçültebilirsiniz, fakat kapatmayın." + +#: ../app/sanity.c:365 #, c-format msgid "" "The configured filename encoding cannot be converted to UTF-8: %s\n" "\n" "Please check the value of the environment variable G_FILENAME_ENCODING." msgstr "" +"Yapılandırılmış dosya adı kodlaması UTF-8'e dönüştürülemedi: %s\n" +"\n" +"Lütfen ortam değişkeninin değerini denetleyin, G_FILENAME_ENCODING." -#: ../app/sanity.c:211 +#: ../app/sanity.c:384 #, c-format msgid "" "The name of the directory holding the GIMP user configuration cannot be " @@ -173,192 +229,216 @@ "you didn't tell GLib about this. Please set the environment variable " "G_FILENAME_ENCODING." msgstr "" +"GIMP kullanıcı yapılandırmalarını içeren dizinin adı UTF-8 'e " +"dönüştürülememiş: %s Dosya sisteminiz muhtemelen UTF-8 den başka bir biçimde " +"dosyalar içeriyor ve Glib bundan habersiz. Lütfen G_FILENAME_ENCODING " +"çevresel değişkenini ayarlarınız." + +#. show versions of libraries used by GIMP +#: ../app/version.c:64 +#, c-format +msgid "using %s version %s (compiled against version %s)" +msgstr "%s kullanılıyor, sürüm %s (%s sürümüne karşı derlendi)" + +#: ../app/version.c:127 ../tools/gimp-remote.c:95 +#, c-format +msgid "%s version %s" +msgstr "%s sürüm %s" + +#: ../app/actions/actions.c:101 ../app/actions/dialogs-actions.c:123 +#: ../app/dialogs/dialogs.c:224 ../app/widgets/gimpbrusheditor.c:90 +msgid "Brush Editor" +msgstr "Fırça Düzenleyici" #. initialize the list of gimp brushes -#: ../app/actions/actions.c:97 ../app/core/gimp.c:871 -#: ../app/dialogs/dialogs.c:145 ../app/dialogs/preferences-dialog.c:2411 -#: ../app/pdb/internal_procs.c:93 +#: ../app/actions/actions.c:104 ../app/core/gimp.c:838 +#: ../app/dialogs/dialogs.c:157 ../app/dialogs/preferences-dialog.c:2744 msgid "Brushes" msgstr "Fırçalar" -#: ../app/actions/actions.c:100 ../app/dialogs/dialogs.c:157 +#: ../app/actions/actions.c:107 ../app/dialogs/dialogs.c:169 msgid "Buffers" -msgstr "Tamponlar" +msgstr "Arabellekler" -#: ../app/actions/actions.c:103 ../app/dialogs/dialogs.c:170 +#: ../app/actions/actions.c:110 ../app/dialogs/dialogs.c:182 msgid "Channels" msgstr "Kanallar" -#: ../app/actions/actions.c:106 -#, fuzzy -msgid "Colormap Editor" +#: ../app/actions/actions.c:113 ../app/dialogs/convert-dialog.c:174 +#: ../app/dialogs/dialogs.c:190 +msgid "Colormap" msgstr "Renk haritası" -#: ../app/actions/actions.c:109 ../app/pdb/internal_procs.c:102 -#, fuzzy +#: ../app/actions/actions.c:116 +msgid "Configuration" +msgstr "Yapılandırma" + +#: ../app/actions/actions.c:119 msgid "Context" -msgstr "Dönüştür" +msgstr "Bağlam" -#: ../app/actions/actions.c:112 ../app/dialogs/dialogs.c:138 -#, fuzzy -msgid "Cursor Info" -msgstr "Eğriler" +#: ../app/actions/actions.c:122 ../app/dialogs/dialogs.c:150 +msgid "Pointer Information" +msgstr "İşaretçi Bilgisi" -#: ../app/actions/actions.c:115 +#: ../app/actions/actions.c:125 msgid "Debug" -msgstr "Hata Ayıklama" +msgstr "Yanlış Ayıkla" -#: ../app/actions/actions.c:118 +#: ../app/actions/actions.c:128 msgid "Dialogs" -msgstr "Pencereler" +msgstr "İletişim Kutuları" -#: ../app/actions/actions.c:121 +#: ../app/actions/actions.c:131 msgid "Dock" msgstr "Rıhtım" -#: ../app/actions/actions.c:124 +#: ../app/actions/actions.c:134 msgid "Dockable" -msgstr "Gömülebilir" +msgstr "Rıhtımlanabilir" -#: ../app/actions/actions.c:127 ../app/dialogs/dialogs.c:159 +#. Document History +#: ../app/actions/actions.c:137 ../app/dialogs/dialogs.c:171 +#: ../app/dialogs/preferences-dialog.c:1595 msgid "Document History" msgstr "Belge Geçmişi" -#: ../app/actions/actions.c:130 ../app/core/core-enums.c:818 -#: ../app/core/core-enums.c:849 -#, fuzzy +#: ../app/actions/actions.c:140 msgid "Drawable" -msgstr "Metin Katmanı" +msgstr "Çizilebilir" -#: ../app/actions/actions.c:133 ../app/tools/tools-enums.c:172 +#: ../app/actions/actions.c:143 ../app/tools/tools-enums.c:300 msgid "Edit" msgstr "Düzenle" -#: ../app/actions/actions.c:136 ../app/dialogs/dialogs.c:134 +#: ../app/actions/actions.c:146 ../app/dialogs/dialogs.c:146 msgid "Error Console" -msgstr "Hata Konsolu" +msgstr "Hata Uçbirimi" -#: ../app/actions/actions.c:139 +#: ../app/actions/actions.c:149 msgid "File" msgstr "Dosya" -#. initialize the list of gimp fonts -#: ../app/actions/actions.c:142 ../app/core/gimp.c:887 -#: ../app/dialogs/dialogs.c:153 ../app/dialogs/preferences-dialog.c:2427 -#: ../app/pdb/internal_procs.c:129 +#: ../app/actions/actions.c:152 ../app/dialogs/dialogs.c:165 +#: ../app/dialogs/preferences-dialog.c:2760 msgid "Fonts" -msgstr "Yazıtipleri" +msgstr "Yazıyüzleri" -#: ../app/actions/actions.c:145 ../app/dialogs/dialogs.c:216 -#: ../app/widgets/gimpgradienteditor.c:294 +#: ../app/actions/actions.c:155 ../app/actions/dialogs-actions.c:141 +#: ../app/dialogs/dialogs.c:228 ../app/widgets/gimpgradienteditor.c:276 msgid "Gradient Editor" -msgstr "Gradyan Düzenleyici" +msgstr "Renk Geçişi Düzenleyici" #. initialize the list of gimp gradients -#: ../app/actions/actions.c:148 ../app/core/gimp.c:883 -#: ../app/dialogs/dialogs.c:149 ../app/dialogs/preferences-dialog.c:2423 -#: ../app/pdb/internal_procs.c:141 +#: ../app/actions/actions.c:158 ../app/core/gimp.c:850 +#: ../app/dialogs/dialogs.c:161 ../app/dialogs/preferences-dialog.c:2756 msgid "Gradients" -msgstr "Gradyanlar" +msgstr "Renk Geçişleri" -#: ../app/actions/actions.c:151 -#, fuzzy +#: ../app/actions/actions.c:161 msgid "Help" -msgstr "/_Yardım" +msgstr "Yardım" -#: ../app/actions/actions.c:154 ../app/pdb/internal_procs.c:150 -#: ../app/tools/tools-enums.c:204 +#: ../app/actions/actions.c:164 ../app/core/core-enums.c:212 +#: ../app/tools/tools-enums.c:242 msgid "Image" -msgstr "Resim" +msgstr "Görüntü" #. list & grid views -#: ../app/actions/actions.c:157 ../app/dialogs/dialogs.c:143 +#: ../app/actions/actions.c:167 ../app/dialogs/dialogs.c:155 msgid "Images" -msgstr "Resimler" +msgstr "Görüntüler" -#: ../app/actions/actions.c:160 ../app/dialogs/dialogs.c:166 -#: ../app/dialogs/resize-dialog.c:281 +#: ../app/actions/actions.c:170 ../app/dialogs/dialogs.c:178 +#: ../app/dialogs/resize-dialog.c:286 msgid "Layers" msgstr "Katmanlar" -#: ../app/actions/actions.c:163 ../app/dialogs/dialogs.c:220 -#: ../app/widgets/gimppaletteeditor.c:189 +#: ../app/actions/actions.c:173 ../app/actions/dialogs-actions.c:153 +#: ../app/dialogs/dialogs.c:232 ../app/widgets/gimppaletteeditor.c:155 msgid "Palette Editor" msgstr "Palet Düzenleyici" #. initialize the list of gimp palettes -#: ../app/actions/actions.c:166 ../app/core/gimp.c:879 -#: ../app/dialogs/dialogs.c:151 ../app/dialogs/preferences-dialog.c:2419 -#: ../app/pdb/internal_procs.c:171 +#: ../app/actions/actions.c:176 ../app/core/gimp.c:846 +#: ../app/dialogs/dialogs.c:163 ../app/dialogs/preferences-dialog.c:2752 msgid "Palettes" msgstr "Paletler" #. initialize the list of gimp patterns -#: ../app/actions/actions.c:169 ../app/core/gimp.c:875 -#: ../app/dialogs/dialogs.c:147 ../app/dialogs/preferences-dialog.c:2415 -#: ../app/pdb/internal_procs.c:186 +#: ../app/actions/actions.c:179 ../app/core/gimp.c:842 +#: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2748 msgid "Patterns" msgstr "Desenler" -#: ../app/actions/actions.c:172 ../app/dialogs/preferences-dialog.c:2431 +#: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-Ins" msgstr "Eklentiler" -#: ../app/actions/actions.c:175 -msgid "QuickMask" -msgstr "HızlıMaske" +#: ../app/actions/actions.c:185 ../app/core/core-enums.c:860 +#: ../app/core/gimpchannel.c:362 +msgid "Quick Mask" +msgstr "Hızlı Maske" -#: ../app/actions/actions.c:178 ../app/dialogs/dialogs.c:194 -#, fuzzy +#: ../app/actions/actions.c:188 ../app/dialogs/dialogs.c:206 msgid "Sample Points" -msgstr "punto" +msgstr "Örnek Noktalar" -#: ../app/actions/actions.c:181 +#: ../app/actions/actions.c:191 msgid "Select" msgstr "Seç" #. initialize the template list -#: ../app/actions/actions.c:184 ../app/core/gimp.c:896 -#: ../app/dialogs/dialogs.c:161 +#: ../app/actions/actions.c:194 ../app/core/gimp.c:859 +#: ../app/dialogs/dialogs.c:173 msgid "Templates" msgstr "Şablonlar" -#: ../app/actions/actions.c:187 +#: ../app/actions/actions.c:197 msgid "Text Editor" msgstr "Metin Düzenleyici" -#: ../app/actions/actions.c:190 ../app/dialogs/dialogs.c:126 -#: ../app/dialogs/preferences-dialog.c:1629 ../app/gui/gui.c:404 +#: ../app/actions/actions.c:200 ../app/dialogs/dialogs.c:138 +#: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:429 msgid "Tool Options" -msgstr "Alet Seçenekleri" +msgstr "Araç Seçenekleri" -#: ../app/actions/actions.c:193 ../app/dialogs/dialogs.c:155 +#: ../app/actions/actions.c:203 ../app/dialogs/dialogs.c:167 msgid "Tools" msgstr "Araçlar" -#: ../app/actions/actions.c:196 ../app/dialogs/dialogs.c:174 -#: ../app/pdb/internal_procs.c:177 ../app/pdb/internal_procs.c:216 -#: ../app/tools/gimpvectortool.c:154 +#: ../app/actions/actions.c:206 ../app/dialogs/dialogs.c:186 +#: ../app/tools/gimpvectortool.c:160 msgid "Paths" msgstr "Yollar" -#: ../app/actions/actions.c:199 +#: ../app/actions/actions.c:209 msgid "View" msgstr "Görünüm" +#: ../app/actions/actions.c:212 +msgid "Windows" +msgstr "Pencereler" + +#: ../app/actions/brush-editor-actions.c:43 +msgid "Brush Editor Menu" +msgstr "Fırça Düzenleyici Menüsü" + +#: ../app/actions/brush-editor-actions.c:50 +msgid "Edit Active Brush" +msgstr "Etkin Fırçayı Düzenle" + #: ../app/actions/brushes-actions.c:43 msgid "Brushes Menu" msgstr "Fırçalar Menüsü" #: ../app/actions/brushes-actions.c:47 -#, fuzzy msgid "_Open Brush as Image" -msgstr "Resim _Aç" +msgstr "Fırçayı Görüntü olarak _Aç" #: ../app/actions/brushes-actions.c:48 -#, fuzzy msgid "Open brush as image" -msgstr "Resim Aç" +msgstr "Fırçayı görüntü olarak aç" #: ../app/actions/brushes-actions.c:53 msgid "_New Brush" @@ -377,70 +457,72 @@ msgstr "Fırçayı Ç_oğalt" #: ../app/actions/brushes-actions.c:65 +msgid "Copy Brush _Location" +msgstr "Fırça _Yerini Kopyala" + +#: ../app/actions/brushes-actions.c:66 +msgid "Copy brush file location to clipboard" +msgstr "Fırça dosyasının yerini panoya kopyala" + +#: ../app/actions/brushes-actions.c:71 msgid "_Delete Brush" msgstr "Fı_rçayı Sil" -#: ../app/actions/brushes-actions.c:66 +#: ../app/actions/brushes-actions.c:72 msgid "Delete brush" msgstr "Fırçayı sil" -#: ../app/actions/brushes-actions.c:71 +#: ../app/actions/brushes-actions.c:77 msgid "_Refresh Brushes" -msgstr "_Fırçaları Tazele" +msgstr "_Fırçaları Yenile" -#: ../app/actions/brushes-actions.c:72 +#: ../app/actions/brushes-actions.c:78 msgid "Refresh brushes" -msgstr "Fırçaları tazele" +msgstr "Fırçaları yenile" -#: ../app/actions/brushes-actions.c:80 +#: ../app/actions/brushes-actions.c:86 msgid "_Edit Brush..." msgstr "Fırçayı _Düzenle..." -#: ../app/actions/brushes-actions.c:81 +#: ../app/actions/brushes-actions.c:87 msgid "Edit brush" -msgstr "/Fırçayı düzenle" +msgstr "Fırçayı düzenle" #: ../app/actions/buffers-actions.c:42 msgid "Buffers Menu" -msgstr "Tamponlar Menüsü" +msgstr "Arabellekler Menüsü" #: ../app/actions/buffers-actions.c:46 msgid "_Paste Buffer" -msgstr "_Tamponu Yapıştır" +msgstr "_Arabelleği Yapıştır" #: ../app/actions/buffers-actions.c:47 msgid "Paste the selected buffer" -msgstr "Seçili tamponu yapıştır" +msgstr "Seçili arabelleği yapıştır" #: ../app/actions/buffers-actions.c:52 -#, fuzzy msgid "Paste Buffer _Into" -msgstr "İçine Yapıştır" +msgstr "Arabelleği _İçine Yapıştır" #: ../app/actions/buffers-actions.c:53 -#, fuzzy msgid "Paste the selected buffer into the selection" -msgstr "Katmanı ya da seçimi döndür" +msgstr "Seçili arabelleği seçimin içine yapıştır" #: ../app/actions/buffers-actions.c:58 -#, fuzzy msgid "Paste Buffer as _New" -msgstr "Yeniye Yapıştır" +msgstr "Arabelleği _Yeni olarak Yapıştır" #: ../app/actions/buffers-actions.c:59 -#, fuzzy msgid "Paste the selected buffer as new image" -msgstr "Seçili filtreleri öntanımlı değerlerine geri al" +msgstr "Seçili arabelleği yeni görüntü olarak yapıştır" #: ../app/actions/buffers-actions.c:64 -#, fuzzy msgid "_Delete Buffer" -msgstr "/T_amponu Sil" +msgstr "Arabelleği _Sil" #: ../app/actions/buffers-actions.c:65 -#, fuzzy msgid "Delete the selected buffer" -msgstr "Seçili girişi dizinden çıkar" +msgstr "Seçili arabelleği sil" #: ../app/actions/channels-actions.c:44 msgid "Channels Menu" @@ -451,208 +533,215 @@ msgstr "Kanal Öznitel_iklerini Düzenle..." #: ../app/actions/channels-actions.c:49 -msgid "Edit channel attributes" -msgstr "Kanal özniteliklerini düzenle" +msgid "Edit the channel's name, color and opacity" +msgstr "Kanal adını, rengini ve ışık geçirmezliğini düzenle" #: ../app/actions/channels-actions.c:54 msgid "_New Channel..." msgstr "Yeni Ka_nal..." #: ../app/actions/channels-actions.c:55 -msgid "New channel..." -msgstr "Yeni kanal..." +msgid "Create a new channel" +msgstr "Yeni bir kanal oluştur" #: ../app/actions/channels-actions.c:60 msgid "_New Channel" msgstr "_Yeni Kanal" #: ../app/actions/channels-actions.c:61 -msgid "New channel with last values" -msgstr "" +msgid "Create a new channel with last used values" +msgstr "Son kullanılan değerlerle yeni bir kanal oluştur" #: ../app/actions/channels-actions.c:66 msgid "D_uplicate Channel" msgstr "_Kanalı Çoğalt" #: ../app/actions/channels-actions.c:67 -msgid "Duplicate channel" -msgstr "Kanalı çoğalt" +msgid "Create a duplicate of this channel and add it to the image" +msgstr "Bu kanalın bir eşini oluştur ve görüntüye ekle" #: ../app/actions/channels-actions.c:72 msgid "_Delete Channel" msgstr "Kanalı _Sil" -#: ../app/actions/channels-actions.c:73 ../app/core/core-enums.c:869 -msgid "Delete channel" -msgstr "Kanalı sil" +#: ../app/actions/channels-actions.c:73 +msgid "Delete this channel" +msgstr "Bu kanalı sil" #: ../app/actions/channels-actions.c:78 msgid "_Raise Channel" msgstr "Ka_nalı Yükselt" #: ../app/actions/channels-actions.c:79 -msgid "Raise channel" -msgstr "Kanalı Yükselt" +msgid "Raise this channel one step in the channel stack" +msgstr "Bu kanalı kanal yığınında bir adım yükselt" #: ../app/actions/channels-actions.c:84 msgid "Raise Channel to _Top" msgstr "K_analı En Tepeye Yükselt" #: ../app/actions/channels-actions.c:85 -msgid "Raise channel to top" -msgstr "Kanalı En Tepeye Yükselt" +msgid "Raise this channel to the top of the channel stack" +msgstr "Bu kanalı kanal yığınında en tepeye yükselt" #: ../app/actions/channels-actions.c:90 msgid "_Lower Channel" msgstr "Kan_alı Alçalt" #: ../app/actions/channels-actions.c:91 -msgid "Lower channel" -msgstr "Kanalı alçalt" +msgid "Lower this channel one step in the channel stack" +msgstr "Bu kanalı kanal yığınında bir adım indir" #: ../app/actions/channels-actions.c:96 msgid "Lower Channel to _Bottom" msgstr "Kanalı _En Alta İndir" #: ../app/actions/channels-actions.c:97 -msgid "Lower channel to bottom" -msgstr "Kanalı En Alta İndir" +msgid "Lower this channel to the bottom of the channel stack" +msgstr "Bu kanalı kanal yığınının en altına indir" #: ../app/actions/channels-actions.c:105 msgid "Channel to Sele_ction" msgstr "Kanaldan Seçi_me" #: ../app/actions/channels-actions.c:106 -msgid "Channel to selection" -msgstr "Kanaldan seçime" +msgid "Replace the selection with this channel" +msgstr "Seçimi bu kanalın yerine koy" -#: ../app/actions/channels-actions.c:111 ../app/actions/layers-actions.c:226 +#: ../app/actions/channels-actions.c:111 ../app/actions/layers-actions.c:266 #: ../app/actions/vectors-actions.c:173 msgid "_Add to Selection" msgstr "Seçime _Ekle" -#: ../app/actions/channels-actions.c:112 ../app/actions/vectors-actions.c:174 -msgid "Add" -msgstr "" - -#: ../app/actions/channels-actions.c:117 ../app/actions/layers-actions.c:231 -#: ../app/actions/layers-actions.c:254 ../app/actions/vectors-actions.c:179 +#: ../app/actions/channels-actions.c:112 +msgid "Add this channel to the current selection" +msgstr "Mevcut seçime bu kanalı ekle" + +#: ../app/actions/channels-actions.c:117 ../app/actions/layers-actions.c:272 +#: ../app/actions/layers-actions.c:299 ../app/actions/layers-actions.c:326 +#: ../app/actions/vectors-actions.c:179 msgid "_Subtract from Selection" msgstr "Seçimden Çık_ar" -#: ../app/actions/channels-actions.c:118 ../app/actions/vectors-actions.c:180 -#: ../app/base/base-enums.c:116 -msgid "Subtract" -msgstr "Çıkar" - -#: ../app/actions/channels-actions.c:123 ../app/actions/layers-actions.c:236 -#: ../app/actions/layers-actions.c:259 ../app/actions/vectors-actions.c:185 +#: ../app/actions/channels-actions.c:118 +msgid "Subtract this channel from the current selection" +msgstr "Mevcut seçimden bu kanalı çıkar" + +#: ../app/actions/channels-actions.c:123 ../app/actions/layers-actions.c:278 +#: ../app/actions/layers-actions.c:305 ../app/actions/layers-actions.c:332 +#: ../app/actions/vectors-actions.c:185 msgid "_Intersect with Selection" msgstr "Seçimle Ke_siştir" -#: ../app/actions/channels-actions.c:124 ../app/actions/vectors-actions.c:186 -msgid "Intersect" -msgstr "Kesiştir" +#: ../app/actions/channels-actions.c:124 +msgid "Intersect this channel with the current selection" +msgstr "Mevcut seçimle bu kanalı kesiştir" -#: ../app/actions/channels-commands.c:86 -#: ../app/actions/channels-commands.c:397 +#: ../app/actions/channels-commands.c:85 +#: ../app/actions/channels-commands.c:393 msgid "Channel Attributes" msgstr "Kanal Öznitelikleri" -#: ../app/actions/channels-commands.c:89 +#: ../app/actions/channels-commands.c:88 msgid "Edit Channel Attributes" msgstr "Kanal Özniteliklerini Düzenle" -#: ../app/actions/channels-commands.c:91 +#: ../app/actions/channels-commands.c:90 msgid "Edit Channel Color" msgstr "Kanal Rengini Düzenle" -#: ../app/actions/channels-commands.c:92 -#: ../app/actions/channels-commands.c:125 -#, fuzzy -msgid "_Fill Opacity:" -msgstr "Doldurma Saydamsızlığı:" - -#: ../app/actions/channels-commands.c:118 -#: ../app/actions/channels-commands.c:119 -#: ../app/actions/channels-commands.c:161 -#: ../app/actions/channels-commands.c:165 -#: ../app/widgets/gimpchanneltreeview.c:373 +#: ../app/actions/channels-commands.c:91 +#: ../app/actions/channels-commands.c:123 +msgid "_Fill opacity:" +msgstr "Işık geçirmezliği _doldur:" + +#: ../app/actions/channels-commands.c:116 +#: ../app/actions/channels-commands.c:117 +#: ../app/actions/channels-commands.c:159 +#: ../app/actions/channels-commands.c:163 +#: ../app/widgets/gimpchanneltreeview.c:316 msgid "New Channel" msgstr "Yeni Kanal" -#: ../app/actions/channels-commands.c:122 +#: ../app/actions/channels-commands.c:120 msgid "New Channel Options" msgstr "Yeni Kanal Seçenekleri" -#: ../app/actions/channels-commands.c:124 +#: ../app/actions/channels-commands.c:122 msgid "New Channel Color" msgstr "Yeni Kanal Rengi" -#: ../app/actions/channels-commands.c:245 -#: ../app/display/gimpdisplayshell-dnd.c:496 -#: ../app/widgets/gimpchanneltreeview.c:306 -#: ../app/widgets/gimplayertreeview.c:807 ../app/widgets/gimptoolbox-dnd.c:302 +#: ../app/actions/channels-commands.c:243 +#: ../app/display/gimpdisplayshell-dnd.c:603 +#: ../app/widgets/gimpchanneltreeview.c:249 +#: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:313 #, c-format msgid "%s Channel Copy" msgstr "%s Kanal Kopyası" -#: ../app/actions/channels-commands.c:310 ../app/core/gimpselection.c:580 -#: ../app/pdb/selection_cmds.c:922 ../app/pdb/selection_cmds.c:1046 +#: ../app/actions/channels-commands.c:307 ../app/core/gimpselection.c:549 +#: ../app/pdb/selection-cmds.c:454 ../app/pdb/selection-cmds.c:521 msgid "Channel to Selection" msgstr "Kanaldan Seçime" -#: ../app/actions/colormap-editor-actions.c:43 +#: ../app/actions/colormap-actions.c:44 msgid "Colormap Menu" msgstr "Renk Haritası Menüsü" -#: ../app/actions/colormap-editor-actions.c:47 -#: ../app/actions/palette-editor-actions.c:47 +#: ../app/actions/colormap-actions.c:48 +#: ../app/actions/palette-editor-actions.c:48 msgid "_Edit Color..." msgstr "_Renk Düzenle..." -#: ../app/actions/colormap-editor-actions.c:48 -#: ../app/actions/palette-editor-actions.c:48 +#: ../app/actions/colormap-actions.c:49 +#: ../app/actions/palette-editor-actions.c:49 msgid "Edit color" msgstr "Rengi düzenle" -#: ../app/actions/colormap-editor-actions.c:56 +#: ../app/actions/colormap-actions.c:57 msgid "_Add Color from FG" -msgstr "_Önplandan Renk Ekle" +msgstr "_Önalandan Renk Ekle" -#: ../app/actions/colormap-editor-actions.c:57 -msgid "Add color from FG" -msgstr "Önplandan Renk Ekle" +#: ../app/actions/colormap-actions.c:58 +msgid "Add current foreground color" +msgstr "Mevcut önalan rengini ekle" -#: ../app/actions/colormap-editor-actions.c:62 +#: ../app/actions/colormap-actions.c:63 msgid "_Add Color from BG" -msgstr "_Arkaplandan Renk Ekle" +msgstr "_Artalandan Renk Ekle" -#: ../app/actions/colormap-editor-actions.c:63 -msgid "Add color from BG" -msgstr "Önplandan renk ekle" +#: ../app/actions/colormap-actions.c:64 +msgid "Add current background color" +msgstr "Mevcut artalan rengini ekle" -#: ../app/actions/colormap-editor-commands.c:70 +#: ../app/actions/colormap-commands.c:73 #, c-format msgid "Edit colormap entry #%d" -msgstr "%d palet girdi rengini düzenle" +msgstr "Renk haritası girişini düzenle #%d" -#: ../app/actions/colormap-editor-commands.c:76 +#: ../app/actions/colormap-commands.c:80 msgid "Edit Colormap Entry" -msgstr "Palet Girdi Rengini Düzenle" +msgstr "Renk Haritası Girişini Düzenle" + +#: ../app/actions/config-actions.c:39 +msgid "Use _GEGL" +msgstr "_GEGL kullan" + +#: ../app/actions/config-actions.c:40 +msgid "If possible, use GEGL for image processing" +msgstr "Eğer mümkünse, görüntü işlemlerinde GEGL kullan" #: ../app/actions/context-actions.c:46 msgid "_Context" -msgstr "İçeri_k" +msgstr "_Bağlam" -#: ../app/actions/context-actions.c:47 ../app/actions/layers-actions.c:53 -#: ../app/actions/plug-in-actions.c:64 +#: ../app/actions/context-actions.c:47 ../app/actions/image-actions.c:59 msgid "_Colors" msgstr "_Renkler" -#: ../app/actions/context-actions.c:48 ../app/actions/layers-actions.c:59 +#: ../app/actions/context-actions.c:48 ../app/actions/layers-actions.c:58 msgid "_Opacity" -msgstr "_Saydamsızlık" +msgstr "_Işık Geçirmezlik" #: ../app/actions/context-actions.c:49 msgid "Paint _Mode" @@ -663,12 +752,12 @@ msgstr "_Araç" #: ../app/actions/context-actions.c:51 -#: ../app/dialogs/preferences-dialog.c:1687 +#: ../app/dialogs/preferences-dialog.c:1940 msgid "_Brush" msgstr "_Fırça" -#: ../app/actions/context-actions.c:52 ../app/actions/plug-in-actions.c:77 -#: ../app/dialogs/preferences-dialog.c:1690 +#: ../app/actions/context-actions.c:52 ../app/actions/plug-in-actions.c:99 +#: ../app/dialogs/preferences-dialog.c:1943 msgid "_Pattern" msgstr "_Desen" @@ -677,14 +766,14 @@ msgstr "_Palet" #: ../app/actions/context-actions.c:54 -#: ../app/dialogs/palette-import-dialog.c:226 -#: ../app/dialogs/preferences-dialog.c:1693 +#: ../app/dialogs/palette-import-dialog.c:216 +#: ../app/dialogs/preferences-dialog.c:1946 msgid "_Gradient" -msgstr "_Gradyan" +msgstr "_Renk Geçişi" #: ../app/actions/context-actions.c:55 msgid "_Font" -msgstr "_Yazıtipi" +msgstr "_Yazıyüzü" #: ../app/actions/context-actions.c:57 msgid "_Shape" @@ -695,9 +784,8 @@ msgstr "_Yarıçap" #: ../app/actions/context-actions.c:59 -#, fuzzy msgid "S_pikes" -msgstr "piksel" +msgstr "Ar_tışlar" #: ../app/actions/context-actions.c:60 msgid "_Hardness" @@ -705,7 +793,7 @@ #: ../app/actions/context-actions.c:61 msgid "_Aspect" -msgstr "_Görüntü Oranı" +msgstr "_En Boy Oranı" #: ../app/actions/context-actions.c:62 msgid "A_ngle" @@ -715,219 +803,346 @@ msgid "_Default Colors" msgstr "Öntanımlı _Renkler" -#: ../app/actions/context-actions.c:70 +#: ../app/actions/context-actions.c:66 +msgid "Set foreground color to black, background color to white" +msgstr "Önalan rengini siyah, artalan rengini beyaz olarak ayarla" + +#: ../app/actions/context-actions.c:71 msgid "S_wap Colors" msgstr "Renkleri _Değiştir" +#: ../app/actions/context-actions.c:72 +msgid "Exchange foreground and background colors" +msgstr "Önalan ile artalan renklerini karşılıklı değiştir" + #: ../app/actions/cursor-info-actions.c:40 -#, fuzzy -msgid "Cursor Info Menu" -msgstr "Eğriler" +msgid "Pointer Information Menu" +msgstr "İmleç Bilgi Menüsü" #: ../app/actions/cursor-info-actions.c:47 -#: ../app/actions/sample-point-editor-actions.c:47 -#: ../app/widgets/gimpcursorview.c:225 -#, fuzzy +#: ../app/actions/sample-points-actions.c:47 +#: ../app/widgets/gimpcursorview.c:192 msgid "_Sample Merged" -msgstr "Birleşimi Örnekle" +msgstr "_Örnek Birleştirildi" #: ../app/actions/cursor-info-actions.c:48 -#: ../app/actions/sample-point-editor-actions.c:48 -#, fuzzy +#: ../app/actions/sample-points-actions.c:48 msgid "Sample Merged" -msgstr "Birleşimi Örnekle" +msgstr "Örnek Birleştirildi" -#: ../app/actions/data-commands.c:100 ../app/actions/documents-commands.c:331 -#: ../app/actions/file-commands.c:175 ../app/dialogs/file-open-dialog.c:208 -#: ../app/dialogs/file-open-dialog.c:259 -#: ../app/dialogs/file-open-location-dialog.c:201 -#: ../app/display/gimpdisplayshell-dnd.c:448 -#: ../app/widgets/gimplayertreeview.c:764 ../app/widgets/gimptoolbox-dnd.c:157 -#: ../app/widgets/gimptoolbox.c:1046 +#: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 +#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 +#: ../app/dialogs/file-open-location-dialog.c:213 +#: ../app/dialogs/file-open-location-dialog.c:225 +#: ../app/display/gimpdisplayshell-dnd.c:556 +#: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:158 +#: ../app/widgets/gimptoolbox.c:981 #, c-format msgid "" "Opening '%s' failed:\n" "\n" "%s" msgstr "" -"%s dosyasını açma işlemi başarısız oldu:\n" +"'%s' açma başarısız oldu:\n" "\n" "%s" -#: ../app/actions/data-commands.c:126 ../app/core/gimpimage.c:1349 -#: ../app/core/gimppalette-import.c:221 ../app/core/gimppalette.c:517 -#: ../app/core/gimppalette.c:627 ../app/dialogs/palette-import-dialog.c:692 -#: ../app/pdb/image_cmds.c:3838 ../app/widgets/gimpdnd-xds.c:83 +#: ../app/actions/data-commands.c:133 +#: ../app/core/gimpbrushgenerated-load.c:125 ../app/core/gimpimage.c:1419 +#: ../app/core/gimppalette-import.c:211 ../app/core/gimppalette-load.c:222 +#: ../app/core/gimppalette.c:333 ../app/dialogs/palette-import-dialog.c:774 +#: ../app/pdb/image-cmds.c:2198 ../app/widgets/gimpdnd-xds.c:92 msgid "Untitled" -msgstr "İsimsiz" +msgstr "Başlıksız" -#: ../app/actions/data-commands.c:196 +#: ../app/actions/data-commands.c:231 msgid "Delete Object" msgstr "Nesneyi Sil" -#: ../app/actions/data-commands.c:219 +#: ../app/actions/data-commands.c:254 #, c-format -msgid "Are you sure you want to delete '%s' from the list and from disk?" -msgstr "" -"\"%s\"yi hem listeden, hem de diskten silmek istediğinize emin misiniz?" +msgid "Delete '%s'?" +msgstr "Sil '%s'?" -#: ../app/actions/dialogs-actions.c:38 -msgid "_Dialogs" -msgstr "_Pencereler" +#: ../app/actions/data-commands.c:257 +#, c-format +msgid "" +"Are you sure you want to remove '%s' from the list and delete it on disk?" +msgstr "'%s', listeden kaldırmak ve diskten silmek istediğinize emin misiniz?" #: ../app/actions/dialogs-actions.c:39 -msgid "Create New Doc_k" -msgstr "Yeni _Rıhtım Oluştur" - -#: ../app/actions/dialogs-actions.c:42 -msgid "_Layers, Channels & Paths" -msgstr "_Katmanlar, Kanallar ve Yollar" - -#: ../app/actions/dialogs-actions.c:47 -msgid "_Brushes, Patterns & Gradients" -msgstr "" - -#: ../app/actions/dialogs-actions.c:52 -msgid "_Misc. Stuff" -msgstr "_Çeşitli Araçlar" - -#: ../app/actions/dialogs-actions.c:57 -msgid "Tool_box" -msgstr "Araç _kutusu" - -#: ../app/actions/dialogs-actions.c:65 msgid "Tool _Options" msgstr "Araç _Seçenekleri" -#: ../app/actions/dialogs-actions.c:70 +#: ../app/actions/dialogs-actions.c:40 +msgid "Open the tool options dialog" +msgstr "Araç seçenekleri kutusunu aç" + +#: ../app/actions/dialogs-actions.c:45 msgid "_Device Status" msgstr "_Aygıt Durumu" -#: ../app/actions/dialogs-actions.c:75 +#: ../app/actions/dialogs-actions.c:46 +msgid "Open the device status dialog" +msgstr "Aygıt durumu kutusunu aç" + +#: ../app/actions/dialogs-actions.c:51 msgid "_Layers" msgstr "_Katmanlar" -#: ../app/actions/dialogs-actions.c:80 +#: ../app/actions/dialogs-actions.c:52 +msgid "Open the layers dialog" +msgstr "Katmanlar kutusunu aç" + +#: ../app/actions/dialogs-actions.c:57 msgid "_Channels" msgstr "_Kanallar" -#: ../app/actions/dialogs-actions.c:85 ../app/tools/gimpvectortool.c:156 +#: ../app/actions/dialogs-actions.c:58 +msgid "Open the channels dialog" +msgstr "Kanallar kutusunu aç" + +#: ../app/actions/dialogs-actions.c:63 msgid "_Paths" msgstr "_Yollar" -#: ../app/actions/dialogs-actions.c:90 +#: ../app/actions/dialogs-actions.c:64 +msgid "Open the paths dialog" +msgstr "Yollar kutusunu aç" + +#: ../app/actions/dialogs-actions.c:69 msgid "Color_map" msgstr "_Renk haritası" -#: ../app/actions/dialogs-actions.c:95 +#: ../app/actions/dialogs-actions.c:70 +msgid "Open the colormap dialog" +msgstr "Renk haritası kutusunu aç" + +#: ../app/actions/dialogs-actions.c:75 msgid "Histogra_m" -msgstr "_Historgram" +msgstr "Histogra_m" -#: ../app/actions/dialogs-actions.c:100 +#: ../app/actions/dialogs-actions.c:76 +msgid "Open the histogram dialog" +msgstr "Histogram kutusunu aç" + +#: ../app/actions/dialogs-actions.c:81 msgid "_Selection Editor" msgstr "_Seçim Düzenleyici" -#: ../app/actions/dialogs-actions.c:105 +#: ../app/actions/dialogs-actions.c:82 +msgid "Open the selection editor" +msgstr "Seçim düzenleyiciyi aç" + +#: ../app/actions/dialogs-actions.c:87 msgid "Na_vigation" -msgstr "_Gezgin" +msgstr "Do_laşma" + +#: ../app/actions/dialogs-actions.c:88 +msgid "Open the display navigation dialog" +msgstr "Dolaşma görüntüsü kutusunu aç" -#: ../app/actions/dialogs-actions.c:110 +#: ../app/actions/dialogs-actions.c:93 msgid "Undo _History" msgstr "_Geri Alma Geçmişi" -#: ../app/actions/dialogs-actions.c:115 -#, fuzzy -msgid "_Cursor" -msgstr "Eğriler" +#: ../app/actions/dialogs-actions.c:94 +msgid "Open the undo history dialog" +msgstr "Geri alma geçmişi kutusunu aç" + +#: ../app/actions/dialogs-actions.c:99 ../app/dialogs/dialogs.c:150 +msgid "Pointer" +msgstr "İmleç" + +#: ../app/actions/dialogs-actions.c:100 +msgid "Open the pointer information dialog" +msgstr "İmleç bilgi kutusunu aç" -#: ../app/actions/dialogs-actions.c:120 -#, fuzzy +#: ../app/actions/dialogs-actions.c:105 msgid "_Sample Points" -msgstr "punto" +msgstr "_Örnek Noktalar" -#: ../app/actions/dialogs-actions.c:125 +#: ../app/actions/dialogs-actions.c:106 +msgid "Open the sample points dialog" +msgstr "Örnek noktalar kutusunu aç" + +#: ../app/actions/dialogs-actions.c:111 msgid "Colo_rs" msgstr "Renk_ler" -#: ../app/actions/dialogs-actions.c:130 +#: ../app/actions/dialogs-actions.c:112 +msgid "Open the FG/BG color dialog" +msgstr "Önalan/Artalan renk kutusunu aç" + +#: ../app/actions/dialogs-actions.c:117 msgid "_Brushes" msgstr "_Fırçalar" -#: ../app/actions/dialogs-actions.c:135 +#: ../app/actions/dialogs-actions.c:118 +msgid "Open the brushes dialog" +msgstr "Fırçalar kutusunu aç" + +#: ../app/actions/dialogs-actions.c:124 +msgid "Open the brush editor" +msgstr "Fırça düzenleyiciyi aç" + +#: ../app/actions/dialogs-actions.c:129 msgid "P_atterns" msgstr "_Desenler" -#: ../app/actions/dialogs-actions.c:140 +#: ../app/actions/dialogs-actions.c:130 +msgid "Open the patterns dialog" +msgstr "Desenler kutusunu aç" + +#: ../app/actions/dialogs-actions.c:135 msgid "_Gradients" -msgstr "_Gradyanlar" +msgstr "_Renk Geçişleri" + +#: ../app/actions/dialogs-actions.c:136 +msgid "Open the gradients dialog" +msgstr "Renk geçişleri kutusunu aç" + +#: ../app/actions/dialogs-actions.c:142 +msgid "Open the gradient editor" +msgstr "Renk geçişi düzenleyicisini aç" -#: ../app/actions/dialogs-actions.c:145 +#: ../app/actions/dialogs-actions.c:147 msgid "Pal_ettes" msgstr "_Paletler" -#: ../app/actions/dialogs-actions.c:150 +#: ../app/actions/dialogs-actions.c:148 +msgid "Open the palettes dialog" +msgstr "Paletler kutusunu aç" + +#: ../app/actions/dialogs-actions.c:154 +msgid "Open the palette editor" +msgstr "Palet düzenleyicisini aç" + +#: ../app/actions/dialogs-actions.c:159 msgid "_Fonts" -msgstr "_Yazıtipleri" +msgstr "_Yazıyüzleri" + +#: ../app/actions/dialogs-actions.c:160 +msgid "Open the fonts dialog" +msgstr "Yazıyüzleri kutusunu aç" -#: ../app/actions/dialogs-actions.c:155 +#: ../app/actions/dialogs-actions.c:165 msgid "B_uffers" -msgstr "_Tamponlar" +msgstr "A_rabellekler" -#: ../app/actions/dialogs-actions.c:160 +#: ../app/actions/dialogs-actions.c:166 +msgid "Open the named buffers dialog" +msgstr "Adlandırılan arabellekler kutusunu aç" + +#: ../app/actions/dialogs-actions.c:171 msgid "_Images" -msgstr "_Resimler" +msgstr "_Görüntüler" -#: ../app/actions/dialogs-actions.c:165 +#: ../app/actions/dialogs-actions.c:172 +msgid "Open the images dialog" +msgstr "Görüntüler kutusunu aç" + +#: ../app/actions/dialogs-actions.c:177 msgid "Document Histor_y" msgstr "_Belge Geçmişi" -#: ../app/actions/dialogs-actions.c:170 +#: ../app/actions/dialogs-actions.c:178 +msgid "Open the document history dialog" +msgstr "Belge geçmişi kutusunu aç" + +#: ../app/actions/dialogs-actions.c:183 msgid "_Templates" msgstr "Ş_ablonlar" -#: ../app/actions/dialogs-actions.c:175 +#: ../app/actions/dialogs-actions.c:184 +msgid "Open the image templates dialog" +msgstr "Görüntü şablonları kutusunu aç" + +#: ../app/actions/dialogs-actions.c:189 msgid "T_ools" msgstr "_Araçlar" -#: ../app/actions/dialogs-actions.c:180 +#: ../app/actions/dialogs-actions.c:190 +msgid "Open the tools dialog" +msgstr "Araçlar kutusunu aç" + +#: ../app/actions/dialogs-actions.c:195 msgid "Error Co_nsole" -msgstr "Hata _Konsolu" +msgstr "Hata _Uçbirimi" -#: ../app/actions/dialogs-actions.c:190 +#: ../app/actions/dialogs-actions.c:196 +msgid "Open the error console" +msgstr "Hata uçbirimini aç" + +#: ../app/actions/dialogs-actions.c:206 msgid "_Preferences" -msgstr "_Tercihler" +msgstr "_Yeğlenenler" -#: ../app/actions/dialogs-actions.c:195 -msgid "_Module Manager" -msgstr "Modül _Düzenleyici" +#: ../app/actions/dialogs-actions.c:207 +msgid "Open the preferences dialog" +msgstr "Yeğlenenler kutusunu aç" -#: ../app/actions/dialogs-actions.c:200 +#: ../app/actions/dialogs-actions.c:212 +msgid "_Keyboard Shortcuts" +msgstr "_Klavye Kısayolları" + +#: ../app/actions/dialogs-actions.c:213 +msgid "Open the keyboard shortcuts editor" +msgstr "Klavye kısayolları düzenleyiciyi aç" + +#: ../app/actions/dialogs-actions.c:218 +msgid "_Modules" +msgstr "_Birimler" + +#: ../app/actions/dialogs-actions.c:219 +msgid "Open the module manager dialog" +msgstr "Birim yöneticisi kutusunu aç" + +#: ../app/actions/dialogs-actions.c:224 msgid "_Tip of the Day" msgstr "_Günün İpucu" -#: ../app/actions/dialogs-actions.c:205 +#: ../app/actions/dialogs-actions.c:225 +msgid "Show some helpful tips on using GIMP" +msgstr "GIMP kullanımı ile ilgili ipuçları göster" + +#: ../app/actions/dialogs-actions.c:230 msgid "_About" msgstr "_Hakkında" -#: ../app/actions/dock-actions.c:42 +#: ../app/actions/dialogs-actions.c:231 ../app/dialogs/about-dialog.c:114 +#: ../app/gui/gui.c:479 +msgid "About GIMP" +msgstr "GIMP Hakkında" + +#: ../app/actions/dock-actions.c:43 msgid "M_ove to Screen" msgstr "_Ekrana Taşı" -#: ../app/actions/dock-actions.c:46 +#: ../app/actions/dock-actions.c:47 msgid "Close Dock" msgstr "Rıhtımı Kapat" -#: ../app/actions/dock-actions.c:54 +#: ../app/actions/dock-actions.c:52 ../app/actions/view-actions.c:123 +msgid "_Open Display..." +msgstr "Görüntülemeyi _Aç..." + +#: ../app/actions/dock-actions.c:53 ../app/actions/view-actions.c:124 +msgid "Connect to another display" +msgstr "Başka bir görüntülemeye bağlan" + +#: ../app/actions/dock-actions.c:61 msgid "_Show Image Selection" -msgstr "Re_sim Seçimini Göster" +msgstr "Görüntü Seçimini G_öster" -#: ../app/actions/dock-actions.c:60 +#: ../app/actions/dock-actions.c:67 msgid "Auto _Follow Active Image" -msgstr "Etkin _Resmi Otomatik Takip et" +msgstr "Etkin _Görüntüyü Otomatik Takip et" #: ../app/actions/dockable-actions.c:49 msgid "Dialogs Menu" -msgstr "Pencereler Menüsü" +msgstr "İletişim Kutuları Menüsü" #: ../app/actions/dockable-actions.c:53 msgid "_Add Tab" @@ -939,7 +1154,7 @@ #: ../app/actions/dockable-actions.c:55 msgid "_Tab Style" -msgstr "Sekme _Stili" +msgstr "Sekme _Biçemi" #: ../app/actions/dockable-actions.c:58 msgid "_Close Tab" @@ -1006,17 +1221,24 @@ msgstr "_Durum ve Metin" #: ../app/actions/dockable-actions.c:108 -#, fuzzy +msgid "Loc_k Tab to Dock" +msgstr "Sekmeyi Rıhtıma _Kilitle" + +#: ../app/actions/dockable-actions.c:109 +msgid "Protect this tab from being dragged with the mouse pointer" +msgstr "Bu sekmeyi fare imleci ile sürüklenmeye karşı koru" + +#: ../app/actions/dockable-actions.c:115 msgid "Show _Button Bar" -msgstr "Seçimi Büyüt" +msgstr "Düğme _Çubuğunu Göster" -#: ../app/actions/dockable-actions.c:117 +#: ../app/actions/dockable-actions.c:124 msgid "View as _List" -msgstr "_Liste Olarak Göster" +msgstr "_Liste Görünümü" -#: ../app/actions/dockable-actions.c:122 +#: ../app/actions/dockable-actions.c:129 msgid "View as _Grid" -msgstr "Kılavuz _Olarak Görüntüle" +msgstr "_Izgara Görünümü" #: ../app/actions/documents-actions.c:42 msgid "Documents Menu" @@ -1024,63 +1246,59 @@ #: ../app/actions/documents-actions.c:46 msgid "_Open Image" -msgstr "Resim _Aç" +msgstr "Görüntü _Aç" #: ../app/actions/documents-actions.c:47 msgid "Open the selected entry" -msgstr "Seçili girdiyi aç" +msgstr "Seçili girişi aç" #: ../app/actions/documents-actions.c:52 -#, fuzzy msgid "_Raise or Open Image" -msgstr "/Resmi Düzleştir" +msgstr "_Yükselt veya Görüntü Aç" #: ../app/actions/documents-actions.c:53 msgid "Raise window if already open" -msgstr "" +msgstr "Zaten açıksa pencereyi yükselt" #: ../app/actions/documents-actions.c:58 msgid "File Open _Dialog" -msgstr "" +msgstr "Dosya Açma _Kutusu" #: ../app/actions/documents-actions.c:59 msgid "Open image dialog" -msgstr "" +msgstr "Görüntü kutusunu aç" #: ../app/actions/documents-actions.c:64 -#, fuzzy msgid "Copy Image _Location" -msgstr "Adres:" +msgstr "Görüntü _Yerini Kopyala" #: ../app/actions/documents-actions.c:65 msgid "Copy image location to clipboard" -msgstr "" +msgstr "Görüntü yerini panoya kopyala" #: ../app/actions/documents-actions.c:70 msgid "Remove _Entry" -msgstr "_Girdiyi Sil" +msgstr "_Girişi Kaldır" #: ../app/actions/documents-actions.c:71 msgid "Remove the selected entry" -msgstr "Seçili girdiyi sil" +msgstr "Seçili girişi kaldır" #: ../app/actions/documents-actions.c:76 -#, fuzzy msgid "_Clear History" -msgstr "_Geri Alma Geçmişini Temizle" +msgstr "Geçmişi _Temizle" #: ../app/actions/documents-actions.c:77 -#, fuzzy msgid "Clear the entire document history" -msgstr "Geri Alma Geçmişini Temizle.." +msgstr "Bütün belge geçmişini temizle" #: ../app/actions/documents-actions.c:82 msgid "Recreate _Preview" -msgstr "Yeniden Önizleme _Oluştur" +msgstr "_Önizlemeyi Yeniden Oluştur" #: ../app/actions/documents-actions.c:83 msgid "Recreate preview" -msgstr "Yeniden önizleme oluştur" +msgstr "Önizlemeyi yeniden oluştur" #: ../app/actions/documents-actions.c:88 msgid "Reload _all Previews" @@ -1092,940 +1310,1272 @@ #: ../app/actions/documents-actions.c:94 msgid "Remove Dangling E_ntries" -msgstr "" +msgstr "_Sallanan Girişleri Kaldır" #: ../app/actions/documents-actions.c:95 -#, fuzzy msgid "Remove dangling entries" -msgstr "Yüzen Seçim" +msgstr "Sallanan girişleri kaldır" -#: ../app/actions/documents-commands.c:208 -#, fuzzy +#: ../app/actions/documents-commands.c:198 msgid "Clear Document History" -msgstr "Belge Geçmişi" +msgstr "Belge Geçmişini Temizle" -#: ../app/actions/documents-commands.c:231 -msgid "Remove all entries from the document history?" -msgstr "" +#: ../app/actions/documents-commands.c:221 +msgid "Clear the Recent Documents list?" +msgstr "Son Belgeler listesi temizlensin mi?" -#: ../app/actions/documents-commands.c:235 +#: ../app/actions/documents-commands.c:224 msgid "" -"Clearing the document history will permanently remove all currently listed " -"entries." +"Clearing the document history will permanently remove all items from the " +"recent documents list in all applications." msgstr "" +"Belge geçmişinin temizlenmesi, son belgeler listesindeki tüm uygulamaların " +"öğelerini tamamen kaldıracaktır." #: ../app/actions/drawable-actions.c:45 -#, fuzzy -msgid "_Desaturate..." -msgstr "_Doygunluğu azalt" - -#: ../app/actions/drawable-actions.c:50 msgid "_Equalize" msgstr "_Eşitlendir" -#: ../app/actions/drawable-actions.c:55 +#: ../app/actions/drawable-actions.c:46 +msgid "Automatic contrast enhancement" +msgstr "Otomatik karşıtlık arttır" + +#: ../app/actions/drawable-actions.c:51 msgid "In_vert" msgstr "_Tersine Çevir" -#: ../app/actions/drawable-actions.c:60 +#: ../app/actions/drawable-actions.c:52 +msgid "Invert the colors" +msgstr "Renkleri tersine çevir" + +#: ../app/actions/drawable-actions.c:57 msgid "_White Balance" msgstr "_Beyaz Dengesi" -#: ../app/actions/drawable-actions.c:65 +#: ../app/actions/drawable-actions.c:58 +msgid "Automatic white balance correction" +msgstr "Beyaz dengesini otomatik düzelt" + +#: ../app/actions/drawable-actions.c:63 msgid "_Offset..." -msgstr "_Ofset..." +msgstr "_Konum..." -#: ../app/actions/drawable-actions.c:73 ../app/actions/vectors-actions.c:153 +#: ../app/actions/drawable-actions.c:64 +msgid "Shift the pixels, optionally wrapping them at the borders" +msgstr "Benekleri öteleyin, isteğe bağlı olarak sınırlara kaydırın" + +#: ../app/actions/drawable-actions.c:72 ../app/actions/vectors-actions.c:153 msgid "_Linked" msgstr "_Bağlı" +#: ../app/actions/drawable-actions.c:73 +msgid "Toggle the linked state" +msgstr "Bağlanmış durumu değiştir" + #: ../app/actions/drawable-actions.c:79 ../app/actions/vectors-actions.c:147 msgid "_Visible" msgstr "_Görünür" -#: ../app/actions/drawable-actions.c:88 ../app/actions/image-actions.c:146 -#, fuzzy +#: ../app/actions/drawable-actions.c:80 +msgid "Toggle visibility" +msgstr "Görünürlüğü değiştir" + +#: ../app/actions/drawable-actions.c:89 ../app/actions/image-actions.c:159 msgid "Flip _Horizontally" -msgstr "_Yatay:" +msgstr "_Yatay Çevir" -#: ../app/actions/drawable-actions.c:93 ../app/actions/image-actions.c:151 -#, fuzzy +#: ../app/actions/drawable-actions.c:90 +msgid "Flip horizontally" +msgstr "Yatay çevir" + +#: ../app/actions/drawable-actions.c:95 ../app/actions/image-actions.c:165 msgid "Flip _Vertically" -msgstr "_Dikey:" +msgstr "D_ikey Çevir" + +#: ../app/actions/drawable-actions.c:96 +msgid "Flip vertically" +msgstr "Dikey çevir" + +#: ../app/actions/drawable-actions.c:104 ../app/actions/image-actions.c:174 +msgid "Rotate 90° _clockwise" +msgstr "_Saat yönünde 90° döndür" -#. please use the degree symbol in the translation -#: ../app/actions/drawable-actions.c:101 ../app/actions/image-actions.c:160 -#, fuzzy -msgid "Rotate 90 degrees _CW" -msgstr "/Resim/Dönüşümler/Döndür" - -#: ../app/actions/drawable-actions.c:106 ../app/actions/image-actions.c:165 -#, fuzzy -msgid "Rotate _180 degrees" -msgstr "/Resim/Dönüştür/180 Dere_ce Çevir" - -#: ../app/actions/drawable-actions.c:111 ../app/actions/image-actions.c:170 -#, fuzzy -msgid "Rotate 90 degrees CC_W" -msgstr "/Resim/Dönüştür/Saatin _Tersi Yönünde 90 Derece Çevir" - -#: ../app/actions/drawable-commands.c:74 -#, fuzzy -msgid "Desaturate operates only on RGB color layers." -msgstr "Doygunluk Sıfırlama sadece RGB renkli çizilebilirlere uygulanır." +#: ../app/actions/drawable-actions.c:105 +msgid "Rotate 90 degrees to the right" +msgstr "90° sağa döndür" -#: ../app/actions/drawable-commands.c:97 +#: ../app/actions/drawable-actions.c:110 ../app/actions/image-actions.c:180 +msgid "Rotate _180°" +msgstr "_180° döndür" + +#: ../app/actions/drawable-actions.c:111 +msgid "Turn upside-down" +msgstr "Baş aşağı döndür" + +#: ../app/actions/drawable-actions.c:116 ../app/actions/image-actions.c:186 +msgid "Rotate 90° counter-clock_wise" +msgstr "Saat _yönünün tersine 90° döndür" + +#: ../app/actions/drawable-actions.c:117 +msgid "Rotate 90 degrees to the left" +msgstr "90° sola döndür" + +#: ../app/actions/drawable-commands.c:62 msgid "Equalize does not operate on indexed layers." -msgstr "Eşitleme indisli katmanlara uygulanamaz." +msgstr "Eşitleme, sıralanmış katmanlara uygulanamaz." -#: ../app/actions/drawable-commands.c:115 +#: ../app/actions/drawable-commands.c:85 msgid "Invert does not operate on indexed layers." -msgstr "Terse çevrim indisli katmanlara uygulanamaz." +msgstr "Ters Çevirme, sıralanmış katmanlara uygulanamaz." -#: ../app/actions/drawable-commands.c:135 -#, fuzzy +#: ../app/actions/drawable-commands.c:108 msgid "White Balance operates only on RGB color layers." -msgstr "Renk dengesi sadece KYM renkli çizilebilirler üzerinde kullanılabilir." +msgstr "Beyaz Dengesi, sadece RGB renk katmanlarına uygulanır." -#: ../app/actions/edit-actions.c:61 +#: ../app/actions/edit-actions.c:63 msgid "_Edit" msgstr "Dü_zenle" -#: ../app/actions/edit-actions.c:62 +#: ../app/actions/edit-actions.c:64 +msgid "_Paste as" +msgstr "_olarak Yapıştır" + +#: ../app/actions/edit-actions.c:65 msgid "_Buffer" -msgstr "_Tamponlar" +msgstr "_Arabellekler" + +#: ../app/actions/edit-actions.c:68 +msgid "Undo History Menu" +msgstr "Geçmiş Menüsünü Geri Al" -#: ../app/actions/edit-actions.c:65 ../app/actions/edit-actions.c:230 +#: ../app/actions/edit-actions.c:72 ../app/actions/edit-actions.c:313 msgid "_Undo" -msgstr "_Geri al" +msgstr "_Geri Al" -#: ../app/actions/edit-actions.c:66 ../app/dialogs/dialogs.c:190 -#: ../app/pdb/internal_procs.c:210 -msgid "Undo" -msgstr "Geri al" +#: ../app/actions/edit-actions.c:73 +msgid "Undo the last operation" +msgstr "Son işlemi geri al" -#: ../app/actions/edit-actions.c:71 ../app/actions/edit-actions.c:231 +#: ../app/actions/edit-actions.c:78 ../app/actions/edit-actions.c:314 msgid "_Redo" msgstr "_Yinele" -#: ../app/actions/edit-actions.c:72 -msgid "Redo" -msgstr "Yinele" +#: ../app/actions/edit-actions.c:79 +msgid "Redo the last operation that was undone" +msgstr "Bitmemiş son işlemi tekrar yap" + +#: ../app/actions/edit-actions.c:84 +msgid "Strong Undo" +msgstr "Çok Geri Al" + +#: ../app/actions/edit-actions.c:85 +msgid "Undo the last operation, skipping visibility changes" +msgstr "Görünürlük değişikliklerini atlayarak, son işlemi geri al" + +#: ../app/actions/edit-actions.c:90 +msgid "Strong Redo" +msgstr "Çok Yinele" + +#: ../app/actions/edit-actions.c:91 +msgid "Redo the last operation that was undone, skipping visibility changes" +msgstr "Görünürlük değişikliklerini atlayarak, bitmemiş son işlemi yinele" -#: ../app/actions/edit-actions.c:77 +#: ../app/actions/edit-actions.c:96 msgid "_Clear Undo History" msgstr "_Geri Alma Geçmişini Temizle" -#: ../app/actions/edit-actions.c:78 -msgid "Clear undo history..." -msgstr "Geri Alma Geçmişini Temizle.." +#: ../app/actions/edit-actions.c:97 +msgid "Remove all operations from the undo history" +msgstr "Geri alma geçmişineki bütün işlemleri kaldır" + +#: ../app/actions/edit-actions.c:102 ../app/actions/edit-actions.c:315 +msgid "_Fade..." +msgstr "_Soldur..." -#: ../app/actions/edit-actions.c:83 +#: ../app/actions/edit-actions.c:103 +msgid "Modify paint mode and opacity of the last pixel manipulation" +msgstr "Son benek işlemesinin boyama kipini ve ışık geçirmezliğini değiştir" + +#: ../app/actions/edit-actions.c:108 msgid "Cu_t" msgstr "_Kes" -#: ../app/actions/edit-actions.c:88 +#: ../app/actions/edit-actions.c:109 +msgid "Move the selected pixels to the clipboard" +msgstr "Seçilmiş benekleri panoya taşı" + +#: ../app/actions/edit-actions.c:114 msgid "_Copy" msgstr "_Kopyala" +#: ../app/actions/edit-actions.c:115 +msgid "Copy the selected pixels to the clipboard" +msgstr "Seçilmiş benekleri panoya kopyala" + #. GIMP_STOCK_COPY_VISIBLE, -#: ../app/actions/edit-actions.c:93 +#: ../app/actions/edit-actions.c:120 msgid "Copy _Visible" msgstr "_Görünür Kısmı Kopyala" -#: ../app/actions/edit-actions.c:98 +#: ../app/actions/edit-actions.c:121 +msgid "Copy what is visible in the selected region" +msgstr "Seçili bölgede ne görünebilir ise kopyala" + +#: ../app/actions/edit-actions.c:126 msgid "_Paste" msgstr "_Yapıştır" -#: ../app/actions/edit-actions.c:103 +#: ../app/actions/edit-actions.c:127 +msgid "Paste the content of the clipboard" +msgstr "Pano içeriğini yapıştır" + +#: ../app/actions/edit-actions.c:132 msgid "Paste _Into" msgstr "İçi_ne Yapıştır" -#: ../app/actions/edit-actions.c:108 -msgid "Paste as _New" -msgstr "_Yeni Olarak Yapıştır" +#: ../app/actions/edit-actions.c:133 +msgid "Paste the content of the clipboard into the current selection" +msgstr "Pano içeriğini şimdiki seçimin içine yapıştır" + +#: ../app/actions/edit-actions.c:138 +msgid "From _Clipboard" +msgstr "_Panodan" + +#: ../app/actions/edit-actions.c:139 ../app/actions/edit-actions.c:145 +msgid "Create a new image from the content of the clipboard" +msgstr "Pano içeriğinden yeni bir görüntü oluştur" + +#: ../app/actions/edit-actions.c:144 +msgid "_New Image" +msgstr "_Yeni Görüntü" + +#: ../app/actions/edit-actions.c:150 +msgid "New _Layer" +msgstr "Yeni _Katman" + +#: ../app/actions/edit-actions.c:151 +msgid "Create a new layer from the content of the clipboard" +msgstr "Pano içeriğinden yeni bir katman oluştur" -#: ../app/actions/edit-actions.c:113 +#: ../app/actions/edit-actions.c:156 msgid "Cu_t Named..." -msgstr "İsimle _Kes..." +msgstr "Adlandırılanı _Kes..." + +#: ../app/actions/edit-actions.c:157 +msgid "Move the selected pixels to a named buffer" +msgstr "Seçilmiş benekleri adlandırılan bir arabelleğe taşı" -#: ../app/actions/edit-actions.c:118 +#: ../app/actions/edit-actions.c:162 msgid "_Copy Named..." -msgstr "İ_simle Kopyala..." +msgstr "_Adlandırılanı Kopyala..." + +#: ../app/actions/edit-actions.c:163 +msgid "Copy the selected pixels to a named buffer" +msgstr "Seçilmiş benekleri adlandırılan bir arabelleğe kopyala" + +#. GIMP_STOCK_COPY_VISIBLE, +#: ../app/actions/edit-actions.c:168 +msgid "Copy _Visible Named..." +msgstr "_Görünür Adlandırılanı Kopyala..." + +#: ../app/actions/edit-actions.c:169 +msgid "Copy the selected region to a named buffer" +msgstr "Seçilmiş bölgeyi adlandırılan bir arabelleğe kopyala" -#: ../app/actions/edit-actions.c:123 +#: ../app/actions/edit-actions.c:174 msgid "_Paste Named..." -msgstr "İsimle Ya_pıştır..." +msgstr "Adlandırılanı Ya_pıştır..." + +#: ../app/actions/edit-actions.c:175 +msgid "Paste the content of a named buffer" +msgstr "Adlandırılan bir arabelleğin içeriğini yapıştır" -#: ../app/actions/edit-actions.c:128 +#: ../app/actions/edit-actions.c:180 msgid "Cl_ear" msgstr "_Temizle" -#: ../app/actions/edit-actions.c:136 +#: ../app/actions/edit-actions.c:181 +msgid "Clear the selected pixels" +msgstr "Seçilmiş benekleri temizle" + +#: ../app/actions/edit-actions.c:189 msgid "Fill with _FG Color" -msgstr "_ÖP rengiyle doldur" +msgstr "_ÖA rengiyle doldur" + +#: ../app/actions/edit-actions.c:190 +msgid "Fill the selection using the foreground color" +msgstr "Seçimi, önalan rengini kullanarak doldur" -#: ../app/actions/edit-actions.c:141 +#: ../app/actions/edit-actions.c:195 msgid "Fill with B_G Color" -msgstr "_AP rengiyle doldur" +msgstr "_AA Rengi ile Doldur" -#: ../app/actions/edit-actions.c:146 +#: ../app/actions/edit-actions.c:196 +msgid "Fill the selection using the background color" +msgstr "Seçimi, artalan rengini kullanarak doldur" + +#: ../app/actions/edit-actions.c:201 msgid "Fill with P_attern" msgstr "_Desen ile Doldur" -#: ../app/actions/edit-actions.c:214 +#: ../app/actions/edit-actions.c:202 +msgid "Fill the selection using the active pattern" +msgstr "Seçimi, etkin deseni kullanarak doldur" + +#: ../app/actions/edit-actions.c:279 #, c-format msgid "_Undo %s" msgstr "_Geri al: %s" -#: ../app/actions/edit-actions.c:219 +#: ../app/actions/edit-actions.c:286 #, c-format msgid "_Redo %s" msgstr "_Yinele: %s" -#: ../app/actions/edit-commands.c:107 +#: ../app/actions/edit-actions.c:301 +#, c-format +msgid "_Fade %s..." +msgstr "_Soldur %s..." + +#: ../app/actions/edit-commands.c:134 msgid "Clear Undo History" msgstr "Geri Alma Geçmişini Sil" -#: ../app/actions/edit-commands.c:133 +#: ../app/actions/edit-commands.c:160 msgid "Really clear image's undo history?" -msgstr "" +msgstr "Görüntünün geri alma geçmişi gerçekten silinsin mi?" -#: ../app/actions/edit-commands.c:145 +#: ../app/actions/edit-commands.c:172 #, c-format msgid "Clearing the undo history of this image will gain %s of memory." -msgstr "" +msgstr "Bu görüntünün geri alma geçmişini silmek bellekte %s yer kazandıracak." + +#: ../app/actions/edit-commands.c:201 +msgid "Cut pixels to the clipboard" +msgstr "Benekleri panoya kes" + +#: ../app/actions/edit-commands.c:228 ../app/actions/edit-commands.c:254 +msgid "Copied pixels to the clipboard" +msgstr "Panoya kopyalanmış benekler" + +#: ../app/actions/edit-commands.c:315 ../app/actions/edit-commands.c:349 +#: ../app/actions/edit-commands.c:525 +msgid "There is no image data in the clipboard to paste." +msgstr "Panoda yapıştırılacak görüntü verisi yok." + +#: ../app/actions/edit-commands.c:338 ../app/core/gimpbrushclipboard.c:181 +#: ../app/core/gimppatternclipboard.c:181 ../app/widgets/gimpclipboard.c:296 +msgid "Clipboard" +msgstr "Pano" -#: ../app/actions/edit-commands.c:244 +#: ../app/actions/edit-commands.c:363 msgid "Cut Named" -msgstr "İsimle Kes" +msgstr "Adlandırılanı Kes" -#: ../app/actions/edit-commands.c:247 ../app/actions/edit-commands.c:267 +#: ../app/actions/edit-commands.c:366 ../app/actions/edit-commands.c:407 +#: ../app/actions/edit-commands.c:427 msgid "Enter a name for this buffer" -msgstr "Bu bellek için bir isim yazın" +msgstr "Bu arabellek için bir ad girin" -#: ../app/actions/edit-commands.c:264 +#: ../app/actions/edit-commands.c:404 msgid "Copy Named" -msgstr "İsimle Kopyala" +msgstr "Adlandırılanı Kopyala" + +#: ../app/actions/edit-commands.c:424 +msgid "Copy Visible Named " +msgstr "Görünür Adlandırılanı Kopyala " -#: ../app/actions/edit-commands.c:377 -#, fuzzy +#: ../app/actions/edit-commands.c:542 msgid "There is no active layer or channel to cut from." -msgstr "" -"Aktif katmanın seçime dönüştürülebilecek\n" -"alfa kanalı yok." +msgstr "Kesilecek etkin katman veya kanal yok." -#: ../app/actions/edit-commands.c:389 ../app/actions/edit-commands.c:426 +#: ../app/actions/edit-commands.c:547 ../app/actions/edit-commands.c:579 +#: ../app/actions/edit-commands.c:603 msgid "(Unnamed Buffer)" -msgstr "(Isimli Tampon)" +msgstr "(Adlandırılmamış Arabellek)" -#: ../app/actions/edit-commands.c:414 -#, fuzzy +#: ../app/actions/edit-commands.c:574 msgid "There is no active layer or channel to copy from." -msgstr "" -"Aktif katmanın seçime dönüştürülebilecek\n" -"alfa kanalı yok." +msgstr "Kopyalanacak etkin katman veya kanal yok." #: ../app/actions/error-console-actions.c:40 msgid "Error Console Menu" -msgstr "Hata Konsolu Menüsü" +msgstr "Hata Uçbirimi Menüsü" #: ../app/actions/error-console-actions.c:44 -msgid "_Clear Errors" -msgstr "Hataları _Temizle" +msgid "_Clear" +msgstr "_Temizle" #: ../app/actions/error-console-actions.c:45 -msgid "Clear errors" -msgstr "Hataları temizle" +msgid "Clear error console" +msgstr "Hata uçbirimini temizle" -#: ../app/actions/error-console-actions.c:53 -msgid "Save _All Errors to File..." -msgstr "Bütün _Hataları Dosyaya Kaydet..." - -#: ../app/actions/error-console-actions.c:54 -msgid "Save all errors" -msgstr "Tüm hataları temizle" +#: ../app/actions/error-console-actions.c:50 +msgid "Select _All" +msgstr "Tü_münü Seç" + +#: ../app/actions/error-console-actions.c:51 +msgid "Select all errors" +msgstr "Tüm hataları seç" #: ../app/actions/error-console-actions.c:59 -msgid "Save _Selection to File..." -msgstr "Seçimi _Dosyaya Kaydet..." +msgid "_Save Error Log to File..." +msgstr "Hata Günlüğünü Dosyaya _Kaydet..." #: ../app/actions/error-console-actions.c:60 +msgid "Save error log" +msgstr "Hata günlüğünü kaydet" + +#: ../app/actions/error-console-actions.c:65 +msgid "Save S_election to File..." +msgstr "Seçimi _Dosyaya Kaydet..." + +#: ../app/actions/error-console-actions.c:66 msgid "Save selection" msgstr "Seçimi kaydet" -#: ../app/actions/error-console-commands.c:69 +#: ../app/actions/error-console-commands.c:84 msgid "Cannot save. Nothing is selected." msgstr "Kaydedilemiyor, çünkü hiçbir şey seçili değil." -#: ../app/actions/error-console-commands.c:80 +#: ../app/actions/error-console-commands.c:95 msgid "Save Error Log to File" -msgstr "Hata kaydını dosyaya kaydet..." +msgstr "Hata Günlüğünü Dosyaya Kaydet" -#: ../app/actions/error-console-commands.c:137 +#: ../app/actions/error-console-commands.c:156 #, c-format msgid "" "Error writing file '%s':\n" "%s" msgstr "" -"%s dosyasına kaydedilemedi:\n" +"Dosyaya yazılırken hata '%s':\n" "%s" -#: ../app/actions/file-actions.c:61 +#: ../app/actions/file-actions.c:66 msgid "_File" msgstr "_Dosya" -#: ../app/actions/file-actions.c:62 +#: ../app/actions/file-actions.c:67 +msgid "Create" +msgstr "Oluştur" + +#: ../app/actions/file-actions.c:68 msgid "Open _Recent" msgstr "Son _Kullanılanı Aç" -#: ../app/actions/file-actions.c:63 -msgid "_Acquire" -msgstr "_Al" - -#: ../app/actions/file-actions.c:66 ../app/actions/file-actions.c:71 +#: ../app/actions/file-actions.c:71 msgid "_Open..." msgstr "_Aç..." -#: ../app/actions/file-actions.c:76 -msgid "Op_en as Layer..." -msgstr "Katman _Olarak aç..." +#: ../app/actions/file-actions.c:72 +msgid "Open an image file" +msgstr "Bir görüntü dosyası aç" + +#: ../app/actions/file-actions.c:77 +msgid "Op_en as Layers..." +msgstr "Katman _olarak Aç..." + +#: ../app/actions/file-actions.c:78 +msgid "Open an image file as layers" +msgstr "Bir görüntü dosyasını katman olarak aç" -#: ../app/actions/file-actions.c:81 +#: ../app/actions/file-actions.c:83 msgid "Open _Location..." msgstr "Konum _Aç..." -#: ../app/actions/file-actions.c:86 -msgid "_Save" -msgstr "_Kaydet" +#: ../app/actions/file-actions.c:84 +msgid "Open an image file from a specified location" +msgstr "Belirlenmiş bir yerden bir görüntü dosyası aç" -#: ../app/actions/file-actions.c:91 -msgid "Save _As..." -msgstr "_Farklı Kaydet..." +#: ../app/actions/file-actions.c:89 +msgid "Save as _Template..." +msgstr "Ş_ablon olarak Kaydet..." + +#: ../app/actions/file-actions.c:90 +msgid "Create a new template from this image" +msgstr "Bu görüntüden yeni bir şablon oluştur" + +#: ../app/actions/file-actions.c:95 +msgid "Re_vert" +msgstr "Geri _Dön" #: ../app/actions/file-actions.c:96 -msgid "Save a Cop_y..." -msgstr "Bir K_opyasını Kaydet..." +msgid "Reload the image file from disk" +msgstr "Görüntü dosyasını diskten yeniden yükle" #: ../app/actions/file-actions.c:101 -msgid "Save as _Template..." -msgstr "Ş_ablon Olarak Kaydet..." +msgid "Close all" +msgstr "Hepsini kapat" -#: ../app/actions/file-actions.c:106 -msgid "Re_vert" -msgstr "_Geri al" +#: ../app/actions/file-actions.c:102 +msgid "Close all opened images" +msgstr "Açılmış bütün görüntüleri kapat" -#: ../app/actions/file-actions.c:111 +#: ../app/actions/file-actions.c:107 msgid "_Quit" msgstr "Çı_k" -#: ../app/actions/file-commands.c:231 ../app/dialogs/file-save-dialog.c:464 -#: ../app/widgets/gimpdnd-xds.c:158 -#, c-format -msgid "" -"Saving '%s' failed:\n" -"\n" -"%s" -msgstr "" -"%s dosyasını kaydetme başarısız oldu.\n" -"\n" -"%s" +#: ../app/actions/file-actions.c:108 +msgid "Quit the GNU Image Manipulation Program" +msgstr "GNU Görüntü İşleme Programı'ndan Çık" -#: ../app/actions/file-commands.c:254 ../app/dialogs/file-save-dialog.c:80 +#: ../app/actions/file-actions.c:116 +msgid "_Save" +msgstr "_Kaydet" + +#: ../app/actions/file-actions.c:117 +msgid "Save this image" +msgstr "Bu görüntüyü kaydet" + +#: ../app/actions/file-actions.c:122 +msgid "Save _As..." +msgstr "_Farklı Kaydet..." + +#: ../app/actions/file-actions.c:123 +msgid "Save this image with a different name" +msgstr "Bu görüntüyü farklı bir adla kaydet" + +#: ../app/actions/file-actions.c:128 +msgid "Save a Cop_y..." +msgstr "Bir K_opyasını Kaydet..." + +#: ../app/actions/file-actions.c:129 +msgid "Save this image with a different name, but keep its current name" +msgstr "Bu görüntüyü farklı bir adla kaydet, ama şimdiki adını sakla" + +#: ../app/actions/file-actions.c:134 +msgid "Save and Close..." +msgstr "Kaydet ve Kapat..." + +#: ../app/actions/file-actions.c:135 +msgid "Save this image and close its window" +msgstr "Bu görüntüyü kaydet ve penceresini kapat" + +#: ../app/actions/file-commands.c:104 ../app/actions/file-commands.c:456 +#: ../app/dialogs/file-open-dialog.c:76 +msgid "Open Image" +msgstr "Görüntü Aç" + +#: ../app/actions/file-commands.c:125 +msgid "Open Image as Layers" +msgstr "Görüntüyü Katman olarak Aç" + +#: ../app/actions/file-commands.c:266 +msgid "Saving canceled" +msgstr "Kaydetmeden vazgeçildi" + +#: ../app/actions/file-commands.c:275 ../app/dialogs/file-save-dialog.c:513 +#: ../app/widgets/gimpdnd-xds.c:173 +#, c-format +msgid "" +"Saving '%s' failed:\n" +"\n" +"%s" +msgstr "" +"%s dosyasını kaydetme başarısız oldu.\n" +"\n" +"%s" + +#: ../app/actions/file-commands.c:300 +msgid "No changes need to be saved" +msgstr "Kaydedilmesi gereken değişiklik yok" + +#: ../app/actions/file-commands.c:307 ../app/dialogs/file-save-dialog.c:88 msgid "Save Image" -msgstr "Resmi Kaydet" +msgstr "Görüntüyü Kaydet" -#: ../app/actions/file-commands.c:270 +#: ../app/actions/file-commands.c:313 msgid "Save a Copy of the Image" -msgstr "" +msgstr "Görüntünün bir Kopyasını Kaydet" -#: ../app/actions/file-commands.c:281 +#: ../app/actions/file-commands.c:333 msgid "Create New Template" msgstr "Yeni Şablon Oluştur" -#: ../app/actions/file-commands.c:285 +#: ../app/actions/file-commands.c:337 msgid "Enter a name for this template" -msgstr "Bu şablon için bir isim yazın" +msgstr "Bu şablon için bir ad girin" -#: ../app/actions/file-commands.c:307 -#, fuzzy +#: ../app/actions/file-commands.c:363 msgid "Revert failed. No file name associated with this image." msgstr "" -"Geri alma başarısız.\n" -"Bu resimle ilişkili bir dosya adı yok." +"Geri dönme başarısız. Bu görüntü ile ilişkilendirilmiş bir dosya adı yok." -#: ../app/actions/file-commands.c:319 +#: ../app/actions/file-commands.c:376 msgid "Revert Image" -msgstr "Resmi Geri Al" +msgstr "Görüntüyü Geri Döndür" -#: ../app/actions/file-commands.c:345 +#: ../app/actions/file-commands.c:402 #, c-format msgid "Revert '%s' to '%s'?" -msgstr "" +msgstr "'%s'dan '%s'a geri dönsün mü?" -#: ../app/actions/file-commands.c:351 -#, fuzzy +#: ../app/actions/file-commands.c:408 msgid "" "By reverting the image to the state saved on disk, you will lose all " "changes, including all undo information." msgstr "" -"%s, %s olarak geri alınıyor.\n" -"\n" -"(Geri Alma dahil tüm özellikleri\n" -"kaybedeceksiniz)" - -#: ../app/actions/file-commands.c:401 -msgid "Open Image as Layer" -msgstr "Resmi Katman Olarak Aç" - -#: ../app/actions/file-commands.c:406 ../app/dialogs/file-open-dialog.c:74 -msgid "Open Image" -msgstr "Resim Aç" +"Görüntüyü diskte kaydedilmiş durumu geri döndürerek, tüm geri alma bilgisini " +"de içerecek şekilde bütün değişiklikleri kaybedeceksiniz," -#: ../app/actions/file-commands.c:477 +#: ../app/actions/file-commands.c:563 msgid "(Unnamed Template)" -msgstr "(İsimsiz Şablon)" +msgstr "(Adlandırılmamış Şablon)" -#: ../app/actions/file-commands.c:526 -#, fuzzy, c-format +#: ../app/actions/file-commands.c:611 +#, c-format msgid "" "Reverting to '%s' failed:\n" "\n" "%s" msgstr "" -"Geri alma başarısız oldu.\n" +"'%s' geri dönme başarısız:\n" +"\n" "%s" #: ../app/actions/fonts-actions.c:44 msgid "Fonts Menu" -msgstr "Yazıtipleri Menüsü" +msgstr "Yazıyüzleri Menüsü" #: ../app/actions/fonts-actions.c:48 msgid "_Rescan Font List" -msgstr "_Yazıtipi Listesini Yeniden Tara" +msgstr "_Yazıyüzü Listesini Yeniden Tara" #: ../app/actions/fonts-actions.c:49 msgid "Rescan font list" -msgstr "Yazıtipi listesini yeniden tara" +msgstr "Yazıyüzü listesini yeniden tara" -#: ../app/actions/gradient-editor-actions.c:45 +#: ../app/actions/gradient-editor-actions.c:46 msgid "Gradient Editor Menu" -msgstr "Gradyan Düzenleyici Menüsü" +msgstr "Renk Geçişi Düzenleyici Menüsü" -#: ../app/actions/gradient-editor-actions.c:49 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:50 +msgid "Left Color Type" +msgstr "Sol Renk Tipi" + +#: ../app/actions/gradient-editor-actions.c:52 msgid "_Load Left Color From" -msgstr "Sol komşunun sağ bitimnoktası" +msgstr "S_ol Rengi Yükle" -#: ../app/actions/gradient-editor-actions.c:51 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:54 msgid "_Save Left Color To" -msgstr "/Seçim/Renkle Seçim..." +msgstr "Sol Rengi K_aydet" -#: ../app/actions/gradient-editor-actions.c:54 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:57 +msgid "Right Color Type" +msgstr "Sağ Renk Tipi" + +#: ../app/actions/gradient-editor-actions.c:59 msgid "Load Right Color Fr_om" -msgstr "Sağ komşunun sol bitimnoktası" +msgstr "S_ağ Rengi Yükle" -#: ../app/actions/gradient-editor-actions.c:56 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:61 msgid "Sa_ve Right Color To" -msgstr "/Seçim/Renkle Seçim..." +msgstr "Sağ Rengi Ka_ydet" -#: ../app/actions/gradient-editor-actions.c:62 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:67 msgid "L_eft Endpoint's Color..." -msgstr "_Sol Bitim Noktasının Rengi..." +msgstr "S_ol Bitim Noktasının Rengi..." -#: ../app/actions/gradient-editor-actions.c:67 +#: ../app/actions/gradient-editor-actions.c:72 msgid "R_ight Endpoint's Color..." msgstr "S_ağ Bitim Noktasının Rengi..." -#: ../app/actions/gradient-editor-actions.c:107 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:112 msgid "Ble_nd Endpoints' Colors" -msgstr "Bitimnoktalarının renklerini harmanla" +msgstr "Bitim Noktasının Rengini Ka_rıştır" -#: ../app/actions/gradient-editor-actions.c:112 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:117 msgid "Blend Endpoints' Opacit_y" -msgstr "Bitimnoktalarının saydamsızlıklarını harmanla" +msgstr "Bitim Noktasının I_şık Geçirmezliğini Karıştır" -#: ../app/actions/gradient-editor-actions.c:142 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:125 +msgid "Edit Active Gradient" +msgstr "Etkin Renk Geçişini Düzenle" + +#: ../app/actions/gradient-editor-actions.c:156 msgid "_Left Neighbor's Right Endpoint" -msgstr "Sol komşunun sağ bitimnoktası" +msgstr "_Sol Bitişiğin Sağ Bitim Noktası" -#: ../app/actions/gradient-editor-actions.c:147 +#: ../app/actions/gradient-editor-actions.c:161 msgid "_Right Endpoint" -msgstr "S_ağ Bitim Noktası" +msgstr "Sa_ğ Bitim Noktası" -#: ../app/actions/gradient-editor-actions.c:152 -#: ../app/actions/gradient-editor-actions.c:200 -msgid "_FG Color" -msgstr "ÖP _Rengi" - -#: ../app/actions/gradient-editor-actions.c:157 -#: ../app/actions/gradient-editor-actions.c:205 -msgid "_BG Color" -msgstr "_AP Rengi" +#: ../app/actions/gradient-editor-actions.c:166 +#: ../app/actions/gradient-editor-actions.c:214 +msgid "_Foreground Color" +msgstr "Ö_nalan Rengi" + +#: ../app/actions/gradient-editor-actions.c:171 +#: ../app/actions/gradient-editor-actions.c:219 +#: ../app/actions/gradient-editor-actions.c:273 +#: ../app/actions/gradient-editor-actions.c:301 +msgid "_Background Color" +msgstr "_Artalan Rengi" -#: ../app/actions/gradient-editor-actions.c:190 +#: ../app/actions/gradient-editor-actions.c:204 msgid "_Right Neighbor's Left Endpoint" -msgstr "Sağ _Komşunun Sol Bitim Noktası" +msgstr "Sağ _Bitişiğin Sol Bitim Noktası" -#: ../app/actions/gradient-editor-actions.c:195 +#: ../app/actions/gradient-editor-actions.c:209 msgid "_Left Endpoint" msgstr "_Sol Bitim Noktası" -#: ../app/actions/gradient-editor-actions.c:244 +#: ../app/actions/gradient-editor-actions.c:258 +#: ../app/actions/gradient-editor-actions.c:286 +msgid "_Fixed" +msgstr "_Değişmez" + +#: ../app/actions/gradient-editor-actions.c:263 +#: ../app/actions/gradient-editor-actions.c:291 +msgid "F_oreground Color" +msgstr "Ö_nalan Rengi" + +#: ../app/actions/gradient-editor-actions.c:268 +#: ../app/actions/gradient-editor-actions.c:296 +msgid "Fo_reground Color (Transparent)" +msgstr "Ön_alan Rengi (Saydam)" + +#: ../app/actions/gradient-editor-actions.c:278 +#: ../app/actions/gradient-editor-actions.c:306 +msgid "B_ackground Color (Transparent)" +msgstr "Ar_talan Rengi (Saydam)" + +#: ../app/actions/gradient-editor-actions.c:314 msgid "_Linear" msgstr "_Doğrusal" -#: ../app/actions/gradient-editor-actions.c:249 +#: ../app/actions/gradient-editor-actions.c:319 msgid "_Curved" msgstr "Eğ_risel" -#: ../app/actions/gradient-editor-actions.c:254 +#: ../app/actions/gradient-editor-actions.c:324 msgid "_Sinusoidal" -msgstr "_Sinüzoidal" +msgstr "_Sinüsoid" -#: ../app/actions/gradient-editor-actions.c:259 +#: ../app/actions/gradient-editor-actions.c:329 msgid "Spherical (i_ncreasing)" msgstr "Küresel (a_rtarak)" -#: ../app/actions/gradient-editor-actions.c:264 +#: ../app/actions/gradient-editor-actions.c:334 msgid "Spherical (_decreasing)" msgstr "Küresel (_azalarak)" -#: ../app/actions/gradient-editor-actions.c:269 -#: ../app/actions/gradient-editor-actions.c:292 +#: ../app/actions/gradient-editor-actions.c:339 +#: ../app/actions/gradient-editor-actions.c:362 msgid "(Varies)" -msgstr "" +msgstr "(Değişen)" -#: ../app/actions/gradient-editor-actions.c:277 -#: ../app/actions/image-actions.c:128 +#: ../app/actions/gradient-editor-actions.c:347 +#: ../app/actions/image-actions.c:141 msgid "_RGB" msgstr "_RGB" -#: ../app/actions/gradient-editor-actions.c:282 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:352 msgid "HSV (_counter-clockwise hue)" -msgstr "RDD (saatyönü tersine renk)" +msgstr "HSV (_saat yönünün tersine renk özü)" -#: ../app/actions/gradient-editor-actions.c:287 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:357 msgid "HSV (clockwise _hue)" -msgstr "Önplandan Arkaplana (RDD)" +msgstr "HSV (saat yönünde _renk özü)" -#: ../app/actions/gradient-editor-actions.c:300 +#: ../app/actions/gradient-editor-actions.c:370 +#: ../app/actions/view-actions.c:273 msgid "Zoom In" msgstr "Yakınlaş" -#: ../app/actions/gradient-editor-actions.c:301 -#: ../app/actions/palette-editor-actions.c:78 -#: ../app/actions/view-actions.c:228 ../app/widgets/widgets-enums.c:353 +#: ../app/actions/gradient-editor-actions.c:371 +#: ../app/actions/palette-editor-actions.c:88 +#: ../app/actions/view-actions.c:262 ../app/actions/view-actions.c:274 msgid "Zoom in" msgstr "Yakınlaş" -#: ../app/actions/gradient-editor-actions.c:306 +#: ../app/actions/gradient-editor-actions.c:376 +#: ../app/actions/view-actions.c:267 msgid "Zoom Out" msgstr "Uzaklaş" -#: ../app/actions/gradient-editor-actions.c:307 -#: ../app/actions/palette-editor-actions.c:84 -#: ../app/actions/view-actions.c:222 ../app/widgets/widgets-enums.c:354 +#: ../app/actions/gradient-editor-actions.c:377 +#: ../app/actions/palette-editor-actions.c:94 +#: ../app/actions/view-actions.c:256 ../app/actions/view-actions.c:268 msgid "Zoom out" msgstr "Uzaklaş" -#: ../app/actions/gradient-editor-actions.c:312 +#: ../app/actions/gradient-editor-actions.c:382 msgid "Zoom All" msgstr "Hepsine Yakınlaş" -#: ../app/actions/gradient-editor-actions.c:313 -#: ../app/actions/palette-editor-actions.c:90 +#: ../app/actions/gradient-editor-actions.c:383 +#: ../app/actions/palette-editor-actions.c:100 msgid "Zoom all" msgstr "Hepsine yakınlaş" -#: ../app/actions/gradient-editor-actions.c:588 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:773 msgid "_Blending Function for Segment" -msgstr "Parçanın renklendirme tipi" +msgstr "Kesim için _Karıştırma İşlevi" -#: ../app/actions/gradient-editor-actions.c:590 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:775 msgid "Coloring _Type for Segment" -msgstr "Parçanın renklendirme tipi" +msgstr "Kesim için Renklendirme _Tipi" -#: ../app/actions/gradient-editor-actions.c:593 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:778 msgid "_Flip Segment" -msgstr "Parçayı çevir" +msgstr "Kesimi _Çevir" -#: ../app/actions/gradient-editor-actions.c:595 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:780 msgid "_Replicate Segment..." -msgstr "Parçayı çoğalt" +msgstr "Kesimi _Tekrarla..." -#: ../app/actions/gradient-editor-actions.c:597 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:782 msgid "Split Segment at _Midpoint" -msgstr "Parçayı ortanoktadan böl" +msgstr "Kesimi Orta _Noktadan Ayır" -#: ../app/actions/gradient-editor-actions.c:599 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:784 msgid "Split Segment _Uniformly..." -msgstr "Parçayı eşler olarak böl" +msgstr "Kesimi _Birörnek olarak Ayır..." -#: ../app/actions/gradient-editor-actions.c:601 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:786 msgid "_Delete Segment" -msgstr "Parçayı sil" +msgstr "Kesimi _Sil" -#: ../app/actions/gradient-editor-actions.c:603 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:788 msgid "Re-_center Segment's Midpoint" -msgstr "Parçanın ortanoktasını ortala" +msgstr "Kesimin Orta Noktasını Yeniden O_rtala" -#: ../app/actions/gradient-editor-actions.c:605 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:790 msgid "Re-distribute _Handles in Segment" -msgstr "Parçadaki tutacakları dağıt" +msgstr "Kesim içindeki _Tanıtıcıları Yeniden Dağıt" -#: ../app/actions/gradient-editor-actions.c:610 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:795 msgid "_Blending Function for Selection" -msgstr "Seçimin renklendirme tipi" +msgstr "Seçim için _Karıştırma İşlevi" -#: ../app/actions/gradient-editor-actions.c:612 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:797 msgid "Coloring _Type for Selection" -msgstr "Seçimin renklendirme tipi" +msgstr "Seçim için Renklendirme _Tipi" -#: ../app/actions/gradient-editor-actions.c:615 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:800 msgid "_Flip Selection" -msgstr "Seçimi çevir" +msgstr "Seçimi _Çevir" -#: ../app/actions/gradient-editor-actions.c:617 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:802 msgid "_Replicate Selection..." -msgstr "Seçimi Yumuşat" +msgstr "Seçimi _Tekrarla..." -#: ../app/actions/gradient-editor-actions.c:619 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:804 msgid "Split Segments at _Midpoints" -msgstr "Parçaları ortanoktalardan böl" +msgstr "Kesimleri O_rta Noktalarından Ayır" -#: ../app/actions/gradient-editor-actions.c:621 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:806 msgid "Split Segments _Uniformly..." -msgstr "Parçaları eşler olarak böl" +msgstr "Kesimleri _Birörnek olarak Ayır..." -#: ../app/actions/gradient-editor-actions.c:623 +#: ../app/actions/gradient-editor-actions.c:808 msgid "_Delete Selection" msgstr "_Seçimi sil" -#: ../app/actions/gradient-editor-actions.c:625 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:810 msgid "Re-_center Midpoints in Selection" -msgstr "Seçimdeki ortanoktaları ortala" +msgstr "Seçimdeki Orta Noktaları Yeniden O_rtala" -#: ../app/actions/gradient-editor-actions.c:627 -#, fuzzy +#: ../app/actions/gradient-editor-actions.c:812 msgid "Re-distribute _Handles in Selection" -msgstr "Seçimdeki tutacakları dağıt" +msgstr "Seçim içindeki _Tanıtıcıları Yeniden Dağıt" -#: ../app/actions/gradient-editor-commands.c:85 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:86 msgid "Left Endpoint Color" -msgstr "Sol bitimnoktasının rengi" +msgstr "Sol Bitim Noktası Rengi" -#: ../app/actions/gradient-editor-commands.c:87 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:88 msgid "Gradient Segment's Left Endpoint Color" -msgstr "Sol bitimnoktasının rengi" +msgstr "Renk Geçişi Kesimlerinin Sol Bitim Noktası Rengi" -#: ../app/actions/gradient-editor-commands.c:189 +#: ../app/actions/gradient-editor-commands.c:237 msgid "Right Endpoint Color" msgstr "Sağ Bitim Noktasının Rengi" -#: ../app/actions/gradient-editor-commands.c:191 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:239 msgid "Gradient Segment's Right Endpoint Color" -msgstr "Sağ bitimnoktasının rengi" +msgstr "Renk Geçişi Kesimlerinin Sağ Bitim Noktası Rengi" -#: ../app/actions/gradient-editor-commands.c:358 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:453 msgid "Replicate Segment" -msgstr "Parçayı çoğalt" +msgstr "Kesimi Tekrarla" -#: ../app/actions/gradient-editor-commands.c:359 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:454 msgid "Replicate Gradient Segment" -msgstr "Parçayı çoğalt" +msgstr "Renk Geçişi Kesimini Tekrarla" -#: ../app/actions/gradient-editor-commands.c:363 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:458 msgid "Replicate Selection" -msgstr "Seçimi Yumuşat" +msgstr "Seçimi Tekrarla" -#: ../app/actions/gradient-editor-commands.c:364 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:459 msgid "Replicate Gradient Selection" -msgstr "Seçimi Yumuşat" +msgstr "Renk Geçişi Seçimini Tekrarla" -#: ../app/actions/gradient-editor-commands.c:376 +#: ../app/actions/gradient-editor-commands.c:472 msgid "Replicate" msgstr "Çoğalt" -#: ../app/actions/gradient-editor-commands.c:396 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:492 msgid "" "Select the number of times\n" "to replicate the selected segment." -msgstr "(parçanın tekrarlama sayısı)" +msgstr "" +"Seçilmiş kesimin kaç kere \n" +"tekrarlanacağını seçin." -#: ../app/actions/gradient-editor-commands.c:399 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:495 msgid "" "Select the number of times\n" "to replicate the selection." -msgstr "Kaç kere olacağını belirleyin" +msgstr "" +"Seçimin kaç kere \n" +"tekrarlanacağını seçin." -#: ../app/actions/gradient-editor-commands.c:457 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:554 msgid "Split Segment Uniformly" -msgstr "Parçayı eşler olarak böl" +msgstr "Kesimi Birörnek olarak Ayır" -#: ../app/actions/gradient-editor-commands.c:458 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:555 msgid "Split Gradient Segment Uniformly" -msgstr "Parçayı eşler olarak böl" +msgstr "Renk Geçişi Kesimini Birörnek olarak Ayır" -#: ../app/actions/gradient-editor-commands.c:462 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:559 msgid "Split Segments Uniformly" -msgstr "Parçaları eşler olarak böl" +msgstr "Kesimleri Birörnek olarak Ayır" -#: ../app/actions/gradient-editor-commands.c:463 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:560 msgid "Split Gradient Segments Uniformly" -msgstr "Parçaları eşler olarak böl" +msgstr "Renk Geçişi Kesimlerini Birörnek olarak Ayır" -#: ../app/actions/gradient-editor-commands.c:475 +#: ../app/actions/gradient-editor-commands.c:573 msgid "Split" msgstr "Ayır" -#: ../app/actions/gradient-editor-commands.c:496 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:594 msgid "" "Select the number of uniform parts\n" "in which to split the selected segment." -msgstr "(bölmek istediğiniz parçada)" +msgstr "" +"Seçilmiş kesimlerin ayrılacağı \n" +"birörnek parça sayısını seçin." -#: ../app/actions/gradient-editor-commands.c:499 -#, fuzzy +#: ../app/actions/gradient-editor-commands.c:597 msgid "" "Select the number of uniform parts\n" "in which to split the segments in the selection." -msgstr "(bölmek istediğiniz seçimde)" +msgstr "" +"Seçim içindeki kesimlerin ayrılacağı \n" +"birörnek parça sayısını seçin." #: ../app/actions/gradients-actions.c:44 msgid "Gradients Menu" -msgstr "Gradyanlar Menüsü" +msgstr "Renk Geçişleri Menüsü" #: ../app/actions/gradients-actions.c:48 msgid "_New Gradient" -msgstr "_Yeni Gradyan" +msgstr "_Yeni Renk Geçişi" #: ../app/actions/gradients-actions.c:49 msgid "New gradient" -msgstr "Yeni gradyan" +msgstr "Yeni Renk Geçişi" #: ../app/actions/gradients-actions.c:54 msgid "D_uplicate Gradient" -msgstr "_Gradyanı Çoğalt" +msgstr "Renk Geçişini _Çoğalt" #: ../app/actions/gradients-actions.c:55 msgid "Duplicate gradient" -msgstr "Gradyanı Çoğalt" +msgstr "Renk geçişini çoğalt" #: ../app/actions/gradients-actions.c:60 -msgid "Save as _POV-Ray..." -msgstr "_POV-Ray olarak kaydet..." +msgid "Copy Gradient _Location" +msgstr "Renk Geçişi _Yerini Kopyala" #: ../app/actions/gradients-actions.c:61 -msgid "Save gradient as POV-Ray" -msgstr "Gradyanı POV-Ray olarak kaydet" +msgid "Copy gradient file location to clipboard" +msgstr "Renk geçişi dosyasının yerini panoya kopyala" #: ../app/actions/gradients-actions.c:66 -msgid "_Delete Gradient..." -msgstr "Gradyanı _Sil..." +msgid "Save as _POV-Ray..." +msgstr "_POV-Ray olarak kaydet..." #: ../app/actions/gradients-actions.c:67 -msgid "Delete gradient" -msgstr "Gradyanı sil" +msgid "Save gradient as POV-Ray" +msgstr "Renk Geçişini POV-Ray olarak kaydet" #: ../app/actions/gradients-actions.c:72 -msgid "_Refresh Gradients" -msgstr "_Gradyanları Tazele" +msgid "_Delete Gradient" +msgstr "Renk Geçişini _Sil..." #: ../app/actions/gradients-actions.c:73 +msgid "Delete gradient" +msgstr "Renk Geçişini sil" + +#: ../app/actions/gradients-actions.c:78 +msgid "_Refresh Gradients" +msgstr "_Renk Geçişlerini Tazele" + +#: ../app/actions/gradients-actions.c:79 msgid "Refresh gradients" -msgstr "Gradyanları tazele" +msgstr "Renk geçişlerini tazele" -#: ../app/actions/gradients-actions.c:81 +#: ../app/actions/gradients-actions.c:87 msgid "_Edit Gradient..." -msgstr "Gradyanı _Düzenle..." +msgstr "Renk Geçişini _Düzenle..." -#: ../app/actions/gradients-actions.c:82 +#: ../app/actions/gradients-actions.c:88 msgid "Edit gradient" -msgstr "Gradyanı düzenle" +msgstr "Renk geçişini düzenle" -#: ../app/actions/gradients-commands.c:65 -#, fuzzy, c-format +#: ../app/actions/gradients-commands.c:66 +#, c-format msgid "Save '%s' as POV-Ray" -msgstr "POV-Ray olarak kaydet" +msgstr "'%s' dosyasını POV-Ray olarak kaydet" #: ../app/actions/help-actions.c:38 ../app/actions/help-actions.c:41 msgid "_Help" msgstr "_Yardım" -#: ../app/actions/help-actions.c:46 -#, fuzzy +#: ../app/actions/help-actions.c:42 +msgid "Open the GIMP user manual" +msgstr "GIMP kullanıcı el kitabını aç" + +#: ../app/actions/help-actions.c:47 msgid "_Context Help" -msgstr "/Yardım/İç_erik Yardımı" +msgstr "_Bağlam Yardımı" -#: ../app/actions/image-actions.c:47 -msgid "Toolbox Menu" -msgstr "Araç Kutusu Menüsü" +#: ../app/actions/help-actions.c:48 +msgid "Show the help for a specific user interface item" +msgstr "Belli bir kullanıcı arabirimi öğesi için yardımı göster" -#: ../app/actions/image-actions.c:51 ../app/actions/image-actions.c:55 +#: ../app/actions/image-actions.c:47 ../app/actions/image-actions.c:51 msgid "Image Menu" -msgstr "Resim Menüsü" - -#: ../app/actions/image-actions.c:58 -msgid "_Xtns" -msgstr "_Ekler" +msgstr "Görüntü Menüsü" -#: ../app/actions/image-actions.c:59 +#: ../app/actions/image-actions.c:54 msgid "_Image" -msgstr "_Resim" +msgstr "_Görüntü" -#: ../app/actions/image-actions.c:60 +#: ../app/actions/image-actions.c:55 msgid "_Mode" msgstr "_Kip" -#: ../app/actions/image-actions.c:61 ../app/actions/layers-actions.c:57 +#: ../app/actions/image-actions.c:56 ../app/actions/layers-actions.c:56 msgid "_Transform" -msgstr "_Dönüştür" +msgstr "_Döndür" -#: ../app/actions/image-actions.c:62 +#: ../app/actions/image-actions.c:57 msgid "_Guides" msgstr "_Kılavuzlar" -#: ../app/actions/image-actions.c:65 ../app/actions/image-actions.c:70 +#: ../app/actions/image-actions.c:60 +msgid "I_nfo" +msgstr "B_ilgi" + +#: ../app/actions/image-actions.c:61 ../app/tools/gimplevelstool.c:653 +#: ../app/tools/gimpthresholdtool.c:264 +msgid "_Auto" +msgstr "_Otomatik" + +#: ../app/actions/image-actions.c:62 ../app/actions/plug-in-actions.c:95 +msgid "_Map" +msgstr "_Eşlem" + +#: ../app/actions/image-actions.c:63 +msgid "C_omponents" +msgstr "Bil_eşenler" + +#: ../app/actions/image-actions.c:66 msgid "_New..." msgstr "_Yeni..." -#: ../app/actions/image-actions.c:75 +#: ../app/actions/image-actions.c:67 +msgid "Create a new image" +msgstr "Yeni bir görüntü oluştur" + +#: ../app/actions/image-actions.c:72 msgid "Can_vas Size..." msgstr "Tuval _Boyutu..." -#: ../app/actions/image-actions.c:80 +#: ../app/actions/image-actions.c:73 +msgid "Adjust the image dimensions" +msgstr "Görüntü boyutlarını ayarla" + +#: ../app/actions/image-actions.c:78 msgid "F_it Canvas to Layers" -msgstr "" +msgstr "Tuvali Katmalara U_ydur" + +#: ../app/actions/image-actions.c:79 +msgid "Resize the image to enclose all layers" +msgstr "Tüm katmanları kapsayacak şekilde görüntüyü yeniden boyutlandır" + +#: ../app/actions/image-actions.c:84 +msgid "F_it Canvas to Selection" +msgstr "Tuvali Seçime _Uydur" #: ../app/actions/image-actions.c:85 +msgid "Resize the image to the extents of the selection" +msgstr "Görüntüyü, seçimin ölçülerine göre yeniden boyutlandır" + +#: ../app/actions/image-actions.c:90 msgid "_Print Size..." msgstr "_Yazdırma Boyutu..." -#: ../app/actions/image-actions.c:90 +#: ../app/actions/image-actions.c:91 +msgid "Adjust the print resolution" +msgstr "Yazdırma çözünürlüğünü ayarla" + +#: ../app/actions/image-actions.c:96 msgid "_Scale Image..." msgstr "_Resmi Ölçekle..." -#: ../app/actions/image-actions.c:95 -msgid "_Crop Image" -msgstr "R_esmi Kırp" +#: ../app/actions/image-actions.c:97 +msgid "Change the size of the image content" +msgstr "Görüntü içeriğinin boyutunu değiştir" + +#: ../app/actions/image-actions.c:102 ../app/actions/layers-actions.c:188 +msgid "_Crop to Selection" +msgstr "Seçime göre _Kırp" + +#: ../app/actions/image-actions.c:103 +msgid "Crop the image to the extents of the selection" +msgstr "Seçimin ölçülerine göre görüntüyü kırp" -#: ../app/actions/image-actions.c:100 +#: ../app/actions/image-actions.c:108 msgid "_Duplicate" msgstr "Çoğal_t" -#: ../app/actions/image-actions.c:105 +#: ../app/actions/image-actions.c:109 +msgid "Create a duplicate of this image" +msgstr "Bu görüntünün bir eşini oluştur" + +#: ../app/actions/image-actions.c:114 msgid "Merge Visible _Layers..." msgstr "_Görünen Katmanları Birleştir..." -#: ../app/actions/image-actions.c:110 ../app/actions/layers-actions.c:138 +#: ../app/actions/image-actions.c:115 ../app/actions/layers-actions.c:141 +msgid "Merge all visible layers into one layer" +msgstr "Görünen bütün katmanları bir katmana birleştir" + +#: ../app/actions/image-actions.c:120 ../app/actions/layers-actions.c:146 msgid "_Flatten Image" msgstr "_Resmi Düzleştir" -#: ../app/actions/image-actions.c:115 +#: ../app/actions/image-actions.c:121 ../app/actions/layers-actions.c:147 +msgid "Merge all layers into one and remove transparency" +msgstr "Görünen bütün katmanları bir olarak birleştir ve saydamlığı kaldır" + +#: ../app/actions/image-actions.c:126 msgid "Configure G_rid..." -msgstr "Kılavuzları _Yapılandır..." +msgstr "Izgarayı _Yapılandır..." -#: ../app/actions/image-actions.c:120 -#: ../app/dialogs/image-properties-dialog.c:54 -#: ../app/dialogs/image-properties-dialog.c:57 -msgid "Image Properties" -msgstr "Resim Özellikleri" +#: ../app/actions/image-actions.c:127 +msgid "Configure the grid for this image" +msgstr "Bu görüntü için ızgarayı yapılandır" + +#: ../app/actions/image-actions.c:132 +msgid "Image Pr_operties" +msgstr "Görüntü _Özellikleri" #: ../app/actions/image-actions.c:133 +msgid "Display information about this image" +msgstr "Bu görüntü hakkındaki bilgiyi göster" + +#: ../app/actions/image-actions.c:142 +msgid "Convert the image to the RGB colorspace" +msgstr "Görüntüyü RGB renk alanına dönüştür" + +#: ../app/actions/image-actions.c:146 msgid "_Grayscale" msgstr "_Gri Ölçekli" -#: ../app/actions/image-actions.c:138 +#: ../app/actions/image-actions.c:147 +msgid "Convert the image to grayscale" +msgstr "Görüntüyü gri ölçeğe dönüştür" + +#: ../app/actions/image-actions.c:151 msgid "_Indexed..." -msgstr "İ_ndisli..." +msgstr "_Sıralanmış..." + +#: ../app/actions/image-actions.c:152 +msgid "Convert the image to indexed colors" +msgstr "Görüntüyü sıralanmış renklere dönüştür" + +#: ../app/actions/image-actions.c:160 +msgid "Flip image horizontally" +msgstr "Görüntüyü yatay olarak çevir" + +#: ../app/actions/image-actions.c:166 +msgid "Flip image vertically" +msgstr "Görüntüyü dikey olarak çevir" -#: ../app/actions/image-commands.c:194 +#: ../app/actions/image-actions.c:175 +msgid "Rotate the image 90 degrees to the right" +msgstr "Görüntüyü 90 derece sağa döndür" + +#: ../app/actions/image-actions.c:181 +msgid "Turn the image upside-down" +msgstr "Görüntüyü baş aşağı çevir" + +#: ../app/actions/image-actions.c:187 +msgid "Rotate the image 90 degrees to the left" +msgstr "Görüntüyü 90 derece sola döndür" + +#: ../app/actions/image-commands.c:235 msgid "Set Image Canvas Size" -msgstr "Resim Tuval Boyutunu Belirle" +msgstr "Görüntünün Tuval Boyutunu Ayarla" -#: ../app/actions/image-commands.c:221 ../app/actions/image-commands.c:475 -msgid "Resizing..." -msgstr "Yeniden boyutlandırılıyor..." +#: ../app/actions/image-commands.c:261 ../app/actions/image-commands.c:282 +#: ../app/actions/image-commands.c:559 +msgid "Resizing" +msgstr "Yeniden boyutlandırma" -#: ../app/actions/image-commands.c:244 -#, fuzzy +#: ../app/actions/image-commands.c:306 msgid "Set Image Print Resolution" -msgstr "Resim Çözünürlüğünü Değiştir" - -#: ../app/actions/image-commands.c:291 -msgid "Flipping..." -msgstr "" +msgstr "Görüntünün Yazdırma Çözünürlüğünü Ayarla" -#: ../app/actions/image-commands.c:312 -#: ../app/pdb/drawable_transform_cmds.c:1037 -#: ../app/pdb/drawable_transform_cmds.c:1195 -#: ../app/pdb/transform_tools_cmds.c:341 ../app/tools/gimprotatetool.c:159 -msgid "Rotating..." -msgstr "Döndürüyor..." +#: ../app/actions/image-commands.c:362 +#: ../app/pdb/drawable-transform-cmds.c:148 +#: ../app/pdb/drawable-transform-cmds.c:223 +msgid "Flipping" +msgstr "Çevirme" + +#: ../app/actions/image-commands.c:383 +#: ../app/pdb/drawable-transform-cmds.c:525 +#: ../app/pdb/drawable-transform-cmds.c:604 ../app/pdb/image-cmds.c:533 +#: ../app/pdb/transform-tools-cmds.c:215 ../app/tools/gimprotatetool.c:122 +msgid "Rotating" +msgstr "Döndürme" -#: ../app/actions/image-commands.c:334 ../app/actions/layers-commands.c:537 +#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." -msgstr "Kırpma yapılamaz çünkü seçili alan boş." +msgstr "Kırpma yapılamaz çünkü şimdiki seçim boş." -#: ../app/actions/image-commands.c:511 +#: ../app/actions/image-commands.c:606 msgid "Change Print Size" msgstr "Yazdırma Boyutunu Değiştir" -#: ../app/actions/image-commands.c:535 ../app/core/gimpimage-scale.c:72 -#: ../app/dialogs/image-scale-dialog.c:91 +#: ../app/actions/image-commands.c:647 ../app/core/gimpimage-scale.c:82 msgid "Scale Image" msgstr "Resmi Ölçekle" -#: ../app/actions/image-commands.c:548 ../app/actions/layers-commands.c:961 -#: ../app/pdb/drawable_transform_cmds.c:1349 -#: ../app/pdb/drawable_transform_cmds.c:1507 -#: ../app/pdb/transform_tools_cmds.c:461 ../app/tools/gimpscaletool.c:153 -msgid "Scaling..." -msgstr "Ölçekleniyor..." +#. Scaling +#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1104 +#: ../app/dialogs/preferences-dialog.c:1925 +#: ../app/pdb/drawable-transform-cmds.c:682 +#: ../app/pdb/drawable-transform-cmds.c:758 ../app/pdb/image-cmds.c:405 +#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 ../app/pdb/transform-tools-cmds.c:291 +#: ../app/tools/gimpscaletool.c:107 +msgid "Scaling" +msgstr "Ölçekleme" #: ../app/actions/images-actions.c:43 msgid "Images Menu" -msgstr "Resimler Menüsü" +msgstr "Görüntüler Menüsü" #: ../app/actions/images-actions.c:47 msgid "_Raise Views" @@ -2033,23 +2583,23 @@ #: ../app/actions/images-actions.c:48 msgid "Raise this image's displays" -msgstr "" +msgstr "Görüntülerin gösterimlerini yükselt" -#: ../app/actions/images-actions.c:53 ../app/actions/view-actions.c:72 +#: ../app/actions/images-actions.c:53 ../app/actions/view-actions.c:75 msgid "_New View" msgstr "Yeni _Görünüm" #: ../app/actions/images-actions.c:54 msgid "Create a new display for this image" -msgstr "Bu resim için yeni bir görünüm oluştur" +msgstr "Bu görüntü için yeni bir gösterim oluştur" #: ../app/actions/images-actions.c:59 msgid "_Delete Image" -msgstr "_Resmi Sil" +msgstr "_Görüntüyü Sil" #: ../app/actions/images-actions.c:60 msgid "Delete this image" -msgstr "Bu resmi sil" +msgstr "Bu görüntüyü sil" #: ../app/actions/layers-actions.c:48 msgid "Layers Menu" @@ -2061,298 +2611,457 @@ #: ../app/actions/layers-actions.c:52 msgid "Stac_k" -msgstr "Kü_me" +msgstr "Yığ_ın" -#: ../app/actions/layers-actions.c:54 ../app/tools/gimplevelstool.c:648 -msgid "_Auto" -msgstr "_Otomatik" +#: ../app/actions/layers-actions.c:53 +msgid "Te_xt to Selection" +msgstr "Me_tinden Seçime" -#: ../app/actions/layers-actions.c:55 +#: ../app/actions/layers-actions.c:54 msgid "_Mask" msgstr "_Maske" -#: ../app/actions/layers-actions.c:56 +#: ../app/actions/layers-actions.c:55 msgid "Tr_ansparency" msgstr "Ş_effaflık" -#: ../app/actions/layers-actions.c:58 +#: ../app/actions/layers-actions.c:57 msgid "_Properties" msgstr "Ö_zellikler" -#: ../app/actions/layers-actions.c:60 +#: ../app/actions/layers-actions.c:59 msgid "Layer _Mode" msgstr "Katman Ki_pi" -#: ../app/actions/layers-actions.c:63 +#: ../app/actions/layers-actions.c:62 msgid "Te_xt Tool" msgstr "Metin _Aracı" +#: ../app/actions/layers-actions.c:63 +msgid "Activate the text tool on this text layer" +msgstr "Bu metin katmanı üzerinde metin aracını etkinleştir" + #: ../app/actions/layers-actions.c:68 msgid "_Edit Layer Attributes..." msgstr "Katma_n Özniteliklerini Düzenle..." #: ../app/actions/layers-actions.c:69 -msgid "Edit layer attributes" -msgstr "Katman Özniteliklerini Düzenle" +msgid "Edit the layer's name" +msgstr "Katman adını düzenle" #: ../app/actions/layers-actions.c:74 msgid "_New Layer..." msgstr "Y_eni Katman..." #: ../app/actions/layers-actions.c:75 -msgid "New layer..." -msgstr "Yeni katman..." +msgid "Create a new layer and add it to the image" +msgstr "Yeni bir katman oluştur ve bunu görüntüye ekle" #: ../app/actions/layers-actions.c:80 msgid "_New Layer" msgstr "_Yeni Katman" #: ../app/actions/layers-actions.c:81 -msgid "New layer with last values" -msgstr "Son değerlerle yeni katman" +msgid "Create a new layer with last used values" +msgstr "Son kullanılan değerler ile yeni bir katman oluştur" #: ../app/actions/layers-actions.c:86 -msgid "D_uplicate Layer" -msgstr "Katmanı Ç_oğalt" +msgid "New from _Visible" +msgstr "_Görünürden Yeni" #: ../app/actions/layers-actions.c:87 -msgid "Duplicate layer" -msgstr "Katmanı Çoğalt" +msgid "Create a new layer from what is visible in this image" +msgstr "Bu görüntüdeki bütün görünür öğelerden yeni bir katman oluştur" #: ../app/actions/layers-actions.c:92 +msgid "D_uplicate Layer" +msgstr "Katmanı Ç_oğalt" + +#: ../app/actions/layers-actions.c:93 +msgid "Create a duplicate of the layer and add it to the image" +msgstr "Katmanın bir eşini oluştur ve bunu görüntüye ekle" + +#: ../app/actions/layers-actions.c:98 msgid "_Delete Layer" msgstr "Katma_nı Sil" -#: ../app/actions/layers-actions.c:93 ../app/core/core-enums.c:857 -msgid "Delete layer" -msgstr "Katmanı sil" +#: ../app/actions/layers-actions.c:99 +msgid "Delete this layer" +msgstr "Bu katmanı sil" -#: ../app/actions/layers-actions.c:98 +#: ../app/actions/layers-actions.c:104 msgid "_Raise Layer" msgstr "K_atmanı Yükselt" -#: ../app/actions/layers-actions.c:99 -msgid "Raise layer" -msgstr "Katmanı yükselt" +#: ../app/actions/layers-actions.c:105 +msgid "Raise this layer one step in the layer stack" +msgstr "Katman yığını içinde bu katmanı bir sıra yükselt" -#: ../app/actions/layers-actions.c:104 +#: ../app/actions/layers-actions.c:110 msgid "Layer to _Top" msgstr "_Katmanı En Üste Çıkart" -#: ../app/actions/layers-actions.c:105 -msgid "Raise layer to top" -msgstr "Katmanı En Üste Çıkart" +#: ../app/actions/layers-actions.c:111 +msgid "Move this layer to the top of the layer stack" +msgstr "Katman yığınında bu katmanı en üste taşı" -#: ../app/actions/layers-actions.c:110 +#: ../app/actions/layers-actions.c:116 msgid "_Lower Layer" msgstr "K_atmanı Alçalt" -#: ../app/actions/layers-actions.c:111 -msgid "Lower layer" -msgstr "Katmanı Alçalt" +#: ../app/actions/layers-actions.c:117 +msgid "Lower this layer one step in the layer stack" +msgstr "Katman yığını içinde bu katmanı bir sıra alçalt" -#: ../app/actions/layers-actions.c:116 +#: ../app/actions/layers-actions.c:122 msgid "Layer to _Bottom" msgstr "Katmanı _En Alta İndir" -#: ../app/actions/layers-actions.c:117 -msgid "Lower layer to bottom" -msgstr "Katmanı En Alta İndir" +#: ../app/actions/layers-actions.c:123 +msgid "Move this layer to the bottom of the layer stack" +msgstr "Katman yığınında bu katmanı en alta taşı" -#: ../app/actions/layers-actions.c:122 +#: ../app/actions/layers-actions.c:128 msgid "_Anchor Layer" msgstr "Kat_manı Çıpala" -#: ../app/actions/layers-actions.c:123 -msgid "Anchor floating layer" +#: ../app/actions/layers-actions.c:129 +msgid "Anchor the floating layer" msgstr "Yüzen katmanı çıpala" -#: ../app/actions/layers-actions.c:128 +#: ../app/actions/layers-actions.c:134 msgid "Merge Do_wn" msgstr "Aşağı _Birleştir" -#: ../app/actions/layers-actions.c:133 +#: ../app/actions/layers-actions.c:135 +msgid "Merge this layer with the one below it" +msgstr "Bu katmanı bir altındaki katmanla birleştir" + +#: ../app/actions/layers-actions.c:140 msgid "Merge _Visible Layers..." msgstr "_Görünen Katmanları Birleştir..." -#: ../app/actions/layers-actions.c:143 +#: ../app/actions/layers-actions.c:152 msgid "_Discard Text Information" msgstr "_Metin Bilgisini Sil" -#: ../app/actions/layers-actions.c:148 +#: ../app/actions/layers-actions.c:153 +msgid "Turn this text layer into a normal layer" +msgstr "Bu metin katmanını normal bir katmana çevir" + +#: ../app/actions/layers-actions.c:158 +msgid "Text to _Path" +msgstr "Metinden _Yola" + +#: ../app/actions/layers-actions.c:159 +msgid "Create a path from this text layer" +msgstr "Bu metin katmanından bir yol oluştur" + +#: ../app/actions/layers-actions.c:164 +msgid "Text alon_g Path" +msgstr "Yol _boyunca metin" + +#: ../app/actions/layers-actions.c:165 +msgid "Warp this layer's text along the current path" +msgstr "Bu katmanın yazısını mevcut yol boyunca eğ" + +#: ../app/actions/layers-actions.c:170 msgid "Layer B_oundary Size..." msgstr "Katman Sınır _Boyutları..." -#: ../app/actions/layers-actions.c:153 +#: ../app/actions/layers-actions.c:171 +msgid "Adjust the layer dimensions" +msgstr "Katman boyutlarını ayarla" + +#: ../app/actions/layers-actions.c:176 msgid "Layer to _Image Size" -msgstr "_Katmanı Resim Boyutuna" +msgstr "_Katmandan Görüntü Boyutuna" -#: ../app/actions/layers-actions.c:158 +#: ../app/actions/layers-actions.c:177 +msgid "Resize the layer to the size of the image" +msgstr "Katmanı görüntünün boyutuna göre yeniden boyutlandır" + +#: ../app/actions/layers-actions.c:182 msgid "_Scale Layer..." msgstr "Katmanı Ölçe_klendir..." -#: ../app/actions/layers-actions.c:163 -msgid "Cr_op Layer" -msgstr "_Katmanı Kırp" +#: ../app/actions/layers-actions.c:183 +msgid "Change the size of the layer content" +msgstr "Katman içeriğinin büyüklüğünü değiştir" + +#: ../app/actions/layers-actions.c:189 +msgid "Crop the layer to the extents of the selection" +msgstr "Katmanı seçimin ölçülerine göre kırp" -#: ../app/actions/layers-actions.c:168 +#: ../app/actions/layers-actions.c:194 msgid "Add La_yer Mask..." msgstr "Katman Maske_si Ekle..." -#: ../app/actions/layers-actions.c:173 +#: ../app/actions/layers-actions.c:195 +msgid "Add a mask that allows non-destructive editing of transparency" +msgstr "Yıkıcı olmadan düzenlenebilen saydamlığa izin veren bir maske ekle" + +#: ../app/actions/layers-actions.c:200 msgid "Add Alpha C_hannel" -msgstr "Alfa Kan_alı Ekle" +msgstr "Görünür K_analı Ekle" + +#: ../app/actions/layers-actions.c:201 +msgid "Add transparency information to the layer" +msgstr "Katmana saydamlık bilgisi ekle" + +#: ../app/actions/layers-actions.c:206 +msgid "_Remove Alpha Channel" +msgstr "Görünür Kanalını _Kaldır" -#: ../app/actions/layers-actions.c:181 -#, fuzzy +#: ../app/actions/layers-actions.c:207 +msgid "Remove transparency information from the layer" +msgstr "Katmandaki saydamlık bilgisini kaldır" + +#: ../app/actions/layers-actions.c:215 msgid "Lock Alph_a Channel" -msgstr "Alfa Kanalı Ekle" +msgstr "Gö_rünür Kanalını Kilitle" + +#: ../app/actions/layers-actions.c:216 +msgid "Keep transparency information on this layer from being modified" +msgstr "Bu katman üzerindeki saydamlık bilgisini değiştirilmeden koru." -#: ../app/actions/layers-actions.c:187 +#: ../app/actions/layers-actions.c:222 msgid "_Edit Layer Mask" msgstr "_Katman Maskesini Düzenle" -#: ../app/actions/layers-actions.c:193 +#: ../app/actions/layers-actions.c:223 +msgid "Work on the layer mask" +msgstr "Katman maskesi üzerinde çalış" + +#: ../app/actions/layers-actions.c:229 msgid "S_how Layer Mask" msgstr "K_atman Maskesini Göster" -#: ../app/actions/layers-actions.c:199 +#: ../app/actions/layers-actions.c:235 msgid "_Disable Layer Mask" msgstr "Katman _Maskesini Etkisiz Yap" -#: ../app/actions/layers-actions.c:208 +#: ../app/actions/layers-actions.c:236 +msgid "Dismiss the effect of the layer mask" +msgstr "Katman maskesini etkisiz yap" + +#: ../app/actions/layers-actions.c:245 msgid "Apply Layer _Mask" msgstr "Katm_an Maskesini Uygula" -#: ../app/actions/layers-actions.c:213 +#: ../app/actions/layers-actions.c:246 +msgid "Apply the effect of the layer mask and remove it" +msgstr "Katman maskesi etkisini uygula ve bunu kaldır" + +#: ../app/actions/layers-actions.c:251 msgid "Delete Layer Mas_k" msgstr "K_atman Maskesini Sil" -#: ../app/actions/layers-actions.c:221 +#: ../app/actions/layers-actions.c:252 +msgid "Remove the layer mask and its effect" +msgstr "Katman maskesini ve bunun etkisini kaldır" + +#: ../app/actions/layers-actions.c:260 msgid "_Mask to Selection" msgstr "Maskeden _Seçime" -#: ../app/actions/layers-actions.c:244 +#: ../app/actions/layers-actions.c:261 +msgid "Replace the selection with the layer mask" +msgstr "Seçim ile katman maskesini birbirlerinin yerine koy" + +#: ../app/actions/layers-actions.c:267 +msgid "Add the layer mask to the current selection" +msgstr "Şimdiki seçime katman maskesini ekle" + +#: ../app/actions/layers-actions.c:273 +msgid "Subtract the layer mask from the current selection" +msgstr "Şimdiki seçimden katman maskesini çıkar" + +#: ../app/actions/layers-actions.c:279 +msgid "Intersect the layer mask with the current selection" +msgstr "Katman maskesi ile şimdiki seçimi kesiştir" + +#: ../app/actions/layers-actions.c:287 msgid "Al_pha to Selection" -msgstr "Alfa_dan Seçime" +msgstr "Gö_rünürden Seç" -#: ../app/actions/layers-actions.c:249 +#: ../app/actions/layers-actions.c:288 +msgid "Replace the selection with the layer's alpha channel" +msgstr "Seçim ile katmanın görünür kanalını birbirlerinin yerine koy" + +#: ../app/actions/layers-actions.c:293 ../app/actions/layers-actions.c:320 msgid "A_dd to Selection" msgstr "Seçime _Ekle" -#: ../app/actions/layers-actions.c:267 +#: ../app/actions/layers-actions.c:294 +msgid "Add the layer's alpha channel to the current selection" +msgstr "Şimdiki seçime katmanın görünür kanalını ekle" + +#: ../app/actions/layers-actions.c:300 +msgid "Subtract the layer's alpha channel from the current selection" +msgstr "Şimdiki seçimden katmanın görünür kanalını çıkar" + +#: ../app/actions/layers-actions.c:306 +msgid "Intersect the layer's alpha channel with the current selection" +msgstr "Şimdiki seçim ile katmanın görünür kanalını kesiştir" + +#: ../app/actions/layers-actions.c:314 +msgid "_Text to Selection" +msgstr "_Metinden Seçime" + +#: ../app/actions/layers-actions.c:315 +msgid "Replace the selection with the text layer's outline" +msgstr "Seçim ile metin katmanı çerçevesini biribirlerinin yerine koy" + +#: ../app/actions/layers-actions.c:321 +msgid "Add the text layer's outline to the current selection" +msgstr "Metin katmanı çerçevesini şimdiki seçime ekle" + +#: ../app/actions/layers-actions.c:327 +msgid "Subtract the text layer's outline from the current selection" +msgstr "Şimdiki seçimden metin katmanı çerçevesini çıkar" + +#: ../app/actions/layers-actions.c:333 +msgid "Intersect the text layer's outline with the current selection" +msgstr "Şimdiki seçim ile metin katmanı çerçevesini kesiştir" + +#: ../app/actions/layers-actions.c:341 msgid "Select _Top Layer" -msgstr "En Üs_tteki Katmanı Seç" +msgstr "Üs_tteki Katmanı Seç" + +#: ../app/actions/layers-actions.c:342 +msgid "Select the topmost layer" +msgstr "En üstteki katmanı seç" -#: ../app/actions/layers-actions.c:272 +#: ../app/actions/layers-actions.c:347 msgid "Select _Bottom Layer" -msgstr "_En Alttaki Katmanı Seç" +msgstr "_Alttaki Katmanı Seç" -#: ../app/actions/layers-actions.c:277 +#: ../app/actions/layers-actions.c:348 +msgid "Select the bottommost layer" +msgstr "En alttaki katmanı seç" + +#: ../app/actions/layers-actions.c:353 msgid "Select _Previous Layer" msgstr "Önceki Katmanı _Seç" -#: ../app/actions/layers-actions.c:282 +#: ../app/actions/layers-actions.c:354 +msgid "Select the layer above the current layer" +msgstr "Şimdiki katmanın üstündeki katmanı seç" + +#: ../app/actions/layers-actions.c:359 msgid "Select _Next Layer" msgstr "Sonraki _Katmanı Seç" -#: ../app/actions/layers-actions.c:290 +#: ../app/actions/layers-actions.c:360 +msgid "Select the layer below the current layer" +msgstr "Şimdiki katmanın altındaki katmanı seç" + +#: ../app/actions/layers-actions.c:368 msgid "Set Opacity" -msgstr "Opaklığı Tanımla" +msgstr "Işık Geçirmezliği Ayarla" -#: ../app/actions/layers-commands.c:198 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "Katman Öznitelikleri" -#: ../app/actions/layers-commands.c:201 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "Katman Özniteliklerini Düzenle" -#: ../app/actions/layers-commands.c:234 ../app/actions/layers-commands.c:236 -#: ../app/actions/layers-commands.c:293 ../app/actions/layers-commands.c:297 -#: ../app/widgets/gimpdrawabletreeview.c:361 -#: ../app/widgets/gimplayertreeview.c:871 +#: ../app/actions/layers-commands.c:250 ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 ../app/actions/layers-commands.c:324 +#: ../app/widgets/gimpdrawabletreeview.c:326 +#: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "Yeni Katman" -#: ../app/actions/layers-commands.c:239 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" -msgstr "Yeni Katman Oluştur" +msgstr "Yeni bir Katman Oluştur" + +#: ../app/actions/layers-commands.c:355 +msgid "Visible" +msgstr "Görünür" -#: ../app/actions/layers-commands.c:472 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" -msgstr "Katman Sınırlarını Belirle" +msgstr "Katman Sınırı Boyutunu Ayarla" -#: ../app/actions/layers-commands.c:514 ../app/core/gimplayer.c:286 +#: ../app/actions/layers-commands.c:615 ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "Katmanı Ölçekle" -#: ../app/actions/layers-commands.c:547 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" msgstr "Katmanı Kırp" -#: ../app/actions/layers-commands.c:685 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" msgstr "Katman Maskesinden Seçime" -#: ../app/actions/layers-commands.c:906 ../app/core/gimplayer.c:1287 -#: ../app/dialogs/layer-add-mask-dialog.c:61 +#: ../app/actions/layers-commands.c:1039 +msgid "Please select a channel first" +msgstr "Lütfen önce bir kanal seçin" + +#: ../app/actions/layers-commands.c:1047 ../app/core/gimplayer.c:1283 +#: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "Katman Maskesi Ekle" -#: ../app/actions/layers-commands.c:977 ../app/actions/layers-commands.c:1010 -msgid "Invalid width or height. Both must be positive." -msgstr "Geçersiz genişlik veya yükseklik. İkisi de pozitif olmalı." - -#: ../app/actions/palette-editor-actions.c:43 +#: ../app/actions/palette-editor-actions.c:44 msgid "Palette Editor Menu" msgstr "Palet Düzenleyici Menüsü" -#: ../app/actions/palette-editor-actions.c:53 +#: ../app/actions/palette-editor-actions.c:54 msgid "_Delete Color" msgstr "_Rengi Sil" -#: ../app/actions/palette-editor-actions.c:54 +#: ../app/actions/palette-editor-actions.c:55 msgid "Delete color" -msgstr "Rengi Sil" +msgstr "Rengi sil" + +#: ../app/actions/palette-editor-actions.c:63 +msgid "Edit Active Palette" +msgstr "Etkin Paleti Düzenle" -#: ../app/actions/palette-editor-actions.c:62 +#: ../app/actions/palette-editor-actions.c:72 msgid "New Color from _FG" -msgstr "Ö_nplandan yeni renk" +msgstr "_Önalandan Yeni Renk" -#: ../app/actions/palette-editor-actions.c:63 -msgid "New color from FG" -msgstr "Önplandan yeni renk" +#: ../app/actions/palette-editor-actions.c:73 +msgid "New color from foreground color" +msgstr "Önalan renginden yeni renk" -#: ../app/actions/palette-editor-actions.c:68 +#: ../app/actions/palette-editor-actions.c:78 msgid "New Color from _BG" -msgstr "Arkaplandan _yeni renk" +msgstr "_Artalandan Yeni Renk" -#: ../app/actions/palette-editor-actions.c:69 -msgid "New color from BG" -msgstr "Arkaplandan yeni renk" +#: ../app/actions/palette-editor-actions.c:79 +msgid "New color from background color" +msgstr "Artalan renginden yeni renk" -#: ../app/actions/palette-editor-actions.c:77 -#: ../app/actions/view-actions.c:227 +#: ../app/actions/palette-editor-actions.c:87 +#: ../app/actions/view-actions.c:261 msgid "Zoom _In" msgstr "_Yakınlaş" -#: ../app/actions/palette-editor-actions.c:83 -#: ../app/actions/view-actions.c:221 +#: ../app/actions/palette-editor-actions.c:93 +#: ../app/actions/view-actions.c:255 msgid "Zoom _Out" msgstr "_Uzaklaş" -#: ../app/actions/palette-editor-actions.c:89 +#: ../app/actions/palette-editor-actions.c:99 msgid "Zoom _All" msgstr "_Tamamını Göster" -#: ../app/actions/palette-editor-commands.c:68 +#: ../app/actions/palette-editor-commands.c:69 msgid "Edit Palette Color" msgstr "Palet Rengini Düzenle" -#: ../app/actions/palette-editor-commands.c:70 +#: ../app/actions/palette-editor-commands.c:71 msgid "Edit Color Palette Entry" -msgstr "Palet Girdi Rengini Düzenle" +msgstr "Renk Paleti Girişini Düzenle" #: ../app/actions/palettes-actions.c:44 msgid "Palettes Menu" @@ -2368,11 +3077,11 @@ #: ../app/actions/palettes-actions.c:54 msgid "_Import Palette..." -msgstr "_Palet Al..." +msgstr "_Paleti İçe Aktar..." #: ../app/actions/palettes-actions.c:55 msgid "Import palette" -msgstr "Palet Al" +msgstr "Paleti içe aktar" #: ../app/actions/palettes-actions.c:60 msgid "D_uplicate Palette" @@ -2391,36 +3100,44 @@ msgstr "Paletleri birleştir" #: ../app/actions/palettes-actions.c:72 +msgid "Copy Palette _Location" +msgstr "Palet _Yerini Kopyala" + +#: ../app/actions/palettes-actions.c:73 +msgid "Copy palette file location to clipboard" +msgstr "Palet dosyası yerini panoya kopyala" + +#: ../app/actions/palettes-actions.c:78 msgid "_Delete Palette" msgstr "P_aleti Sil" -#: ../app/actions/palettes-actions.c:73 +#: ../app/actions/palettes-actions.c:79 msgid "Delete palette" msgstr "Paleti sil" -#: ../app/actions/palettes-actions.c:78 +#: ../app/actions/palettes-actions.c:84 msgid "_Refresh Palettes" -msgstr "P_aletleri Tazele" +msgstr "P_aletleri Yenile" -#: ../app/actions/palettes-actions.c:79 +#: ../app/actions/palettes-actions.c:85 msgid "Refresh palettes" -msgstr "Paletleri tazele" +msgstr "Paletleri yenile" -#: ../app/actions/palettes-actions.c:87 +#: ../app/actions/palettes-actions.c:93 msgid "_Edit Palette..." msgstr "Paleti _Düzenle..." -#: ../app/actions/palettes-actions.c:88 +#: ../app/actions/palettes-actions.c:94 msgid "Edit palette" msgstr "Paleti düzenle" -#: ../app/actions/palettes-commands.c:72 +#: ../app/actions/palettes-commands.c:74 msgid "Merge Palette" msgstr "Paletleri Birleştir" -#: ../app/actions/palettes-commands.c:76 +#: ../app/actions/palettes-commands.c:78 msgid "Enter a name for the merged palette" -msgstr "Birleştirilmiş palet için bir isim belirle" +msgstr "Birleştirilmiş palet için bir ad girin" #: ../app/actions/patterns-actions.c:43 msgid "Patterns Menu" @@ -2428,11 +3145,11 @@ #: ../app/actions/patterns-actions.c:47 msgid "_Open Pattern as Image" -msgstr "" +msgstr "Deseni Görüntü olarak _Aç" #: ../app/actions/patterns-actions.c:48 msgid "Open pattern as image" -msgstr "Deseni resim olarak aç" +msgstr "Deseni görüntü olarak aç" #: ../app/actions/patterns-actions.c:53 msgid "_New Pattern" @@ -2451,399 +3168,427 @@ msgstr "Deseni çoğalt" #: ../app/actions/patterns-actions.c:65 -msgid "_Delete Pattern..." -msgstr "D_eseni Sil..." +msgid "Copy Pattern _Location" +msgstr "Desen _Yerini Kopyala" #: ../app/actions/patterns-actions.c:66 +msgid "Copy pattern file location to clipboard" +msgstr "Desen dosyası yerini panoya kopyala" + +#: ../app/actions/patterns-actions.c:71 +msgid "_Delete Pattern" +msgstr "D_eseni Sil" + +#: ../app/actions/patterns-actions.c:72 msgid "Delete pattern" msgstr "Deseni sil" -#: ../app/actions/patterns-actions.c:71 +#: ../app/actions/patterns-actions.c:77 msgid "_Refresh Patterns" -msgstr "_Desenleri Tazele" +msgstr "_Desenleri Yenile" -#: ../app/actions/patterns-actions.c:72 +#: ../app/actions/patterns-actions.c:78 msgid "Refresh patterns" -msgstr "Desenleri tazele" +msgstr "Desenleri yenile" -#: ../app/actions/patterns-actions.c:80 +#: ../app/actions/patterns-actions.c:86 msgid "_Edit Pattern..." msgstr "_Deseni Düzenle..." -#: ../app/actions/patterns-actions.c:81 +#: ../app/actions/patterns-actions.c:87 msgid "Edit pattern" msgstr "Deseni düzenle" -#: ../app/actions/plug-in-actions.c:62 +#: ../app/actions/plug-in-actions.c:83 msgid "Filte_rs" -msgstr "_Filtreler" +msgstr "Süzgeçle_r" + +#: ../app/actions/plug-in-actions.c:84 +msgid "Recently Used" +msgstr "Son Kullanılan" -#: ../app/actions/plug-in-actions.c:63 +#: ../app/actions/plug-in-actions.c:85 msgid "_Blur" msgstr "B_ulanıklaştır" -#: ../app/actions/plug-in-actions.c:65 -msgid "Ma_p" -msgstr "" - -#: ../app/actions/plug-in-actions.c:66 +#: ../app/actions/plug-in-actions.c:86 msgid "_Noise" msgstr "_Gürültü" -#: ../app/actions/plug-in-actions.c:67 +#: ../app/actions/plug-in-actions.c:87 msgid "Edge-De_tect" msgstr "Kenar Tanı_ma" -#: ../app/actions/plug-in-actions.c:68 +#: ../app/actions/plug-in-actions.c:88 msgid "En_hance" -msgstr "" +msgstr "Ar_ttır" + +#: ../app/actions/plug-in-actions.c:89 +msgid "C_ombine" +msgstr "B_irleştir" -#: ../app/actions/plug-in-actions.c:69 -msgid "_Effects" -msgstr "_Efektler" +#: ../app/actions/plug-in-actions.c:90 +msgid "_Generic" +msgstr "_Genel" -#: ../app/actions/plug-in-actions.c:70 +#: ../app/actions/plug-in-actions.c:91 msgid "_Light and Shadow" msgstr "_Işık ve Gölge" -#: ../app/actions/plug-in-actions.c:71 +#: ../app/actions/plug-in-actions.c:92 msgid "_Distorts" msgstr "_Bozulma" -#: ../app/actions/plug-in-actions.c:72 +#: ../app/actions/plug-in-actions.c:93 msgid "_Artistic" msgstr "_Sanatsal" -#: ../app/actions/plug-in-actions.c:73 -msgid "_Map" -msgstr "_Harita" +#: ../app/actions/plug-in-actions.c:94 +msgid "_Decor" +msgstr "_Süsleme" -#: ../app/actions/plug-in-actions.c:74 +#: ../app/actions/plug-in-actions.c:96 msgid "_Render" msgstr "_Tarama" -#: ../app/actions/plug-in-actions.c:75 +#: ../app/actions/plug-in-actions.c:97 msgid "_Clouds" msgstr "_Bulutlar" -#: ../app/actions/plug-in-actions.c:76 +#: ../app/actions/plug-in-actions.c:98 msgid "_Nature" msgstr "_Doğa" -#: ../app/actions/plug-in-actions.c:78 +#: ../app/actions/plug-in-actions.c:100 msgid "_Web" msgstr "_Web" -#: ../app/actions/plug-in-actions.c:79 +#: ../app/actions/plug-in-actions.c:101 msgid "An_imation" msgstr "_Canlandırma" -#: ../app/actions/plug-in-actions.c:80 -msgid "C_ombine" -msgstr "B_irleştir" - -#: ../app/actions/plug-in-actions.c:83 +#: ../app/actions/plug-in-actions.c:104 msgid "Reset all _Filters" -msgstr "_Tüm Filtreleri Sıfırla" +msgstr "_Tüm Süzgeçleri Sıfırla" -#: ../app/actions/plug-in-actions.c:91 +#: ../app/actions/plug-in-actions.c:105 +msgid "Reset all plug-ins to their default settings" +msgstr "Tüm eklentileri öntanımlı ayarlarına sıfırla" + +#: ../app/actions/plug-in-actions.c:113 msgid "Re_peat Last" -msgstr "_Sonuncuyu Tekrarla" +msgstr "Sonuncuyu Yi_nele" -#: ../app/actions/plug-in-actions.c:96 +#: ../app/actions/plug-in-actions.c:114 +msgid "Rerun the last used plug-in using the same settings" +msgstr "Son kullanılan eklentiyi kullanılmış aynı ayarlarla yeniden çalıştır" + +#: ../app/actions/plug-in-actions.c:119 msgid "R_e-Show Last" msgstr "S_onuncuyu Yeniden Göster" -#: ../app/actions/plug-in-actions.c:393 +#: ../app/actions/plug-in-actions.c:120 +msgid "Show the last used plug-in dialog again" +msgstr "Son kullanılan eklentinin iletişim kutusunu yine göster" + +#: ../app/actions/plug-in-actions.c:503 #, c-format msgid "Re_peat \"%s\"" -msgstr "" +msgstr "Y_inele \"%s\"" -#: ../app/actions/plug-in-actions.c:394 -#, fuzzy, c-format +#: ../app/actions/plug-in-actions.c:504 +#, c-format msgid "R_e-Show \"%s\"" -msgstr "/Filtreler/Sonuncuyu Göster" +msgstr "Yeniden _Göster \"%s\"" -#: ../app/actions/plug-in-actions.c:407 +#: ../app/actions/plug-in-actions.c:520 msgid "Repeat Last" -msgstr "Sonuncuyu Tekrarla" +msgstr "Sonuncuyu Yinele" -#: ../app/actions/plug-in-actions.c:409 -#, fuzzy +#: ../app/actions/plug-in-actions.c:522 msgid "Re-Show Last" -msgstr "/Filtreler/Sonuncuyu Göster" +msgstr "Sonuncuyu Yeniden Göster" -#: ../app/actions/plug-in-commands.c:191 +#: ../app/actions/plug-in-commands.c:262 msgid "Reset all Filters" -msgstr "Tüm Filtreleri Sıfıla" +msgstr "Bütün Süzgeçleri Sıfırla" -#: ../app/actions/plug-in-commands.c:210 +#: ../app/actions/plug-in-commands.c:281 msgid "Do you really want to reset all filters to default values?" -msgstr "Tüm filtreleri öntanımlı değerlerine geri almak istiyor musunuz?" +msgstr "Tüm süzgeçleri öntanımlı değerlerine geri almak istiyor musunuz?" -#: ../app/actions/qmask-actions.c:42 +#: ../app/actions/quick-mask-actions.c:42 msgid "Quick Mask Menu" msgstr "Hızlı Maske Menüsü" -#: ../app/actions/qmask-actions.c:46 -#, fuzzy +#: ../app/actions/quick-mask-actions.c:46 msgid "_Configure Color and Opacity..." -msgstr "Renk Görünüm Filtreleri" +msgstr "Rengi ve Işık Geçirmezliği _Yapılandır..." -#: ../app/actions/qmask-actions.c:54 -#, fuzzy -msgid "_Quick Mask Active" -msgstr "Hızlı Maske Menüsü" - -#: ../app/actions/qmask-actions.c:60 -#, fuzzy +#: ../app/actions/quick-mask-actions.c:54 msgid "Toggle _Quick Mask" -msgstr "Hızlı Maskeyi Etkinleştir" +msgstr "_Hızlı Maskeyi Değiştir" + +#: ../app/actions/quick-mask-actions.c:54 +#: ../app/display/gimpdisplayshell.c:1169 +msgid "Toggle Quick Mask" +msgstr "Hızlı Maskeyi Değiştir" -#: ../app/actions/qmask-actions.c:70 -#, fuzzy +#: ../app/actions/quick-mask-actions.c:63 msgid "Mask _Selected Areas" -msgstr "/Seçilen Bölgeleri Maskele" +msgstr "_Seçilmiş Alanları Maskele" -#: ../app/actions/qmask-actions.c:75 -#, fuzzy +#: ../app/actions/quick-mask-actions.c:68 msgid "Mask _Unselected Areas" -msgstr "/Seçi_lmeyen Bölgeleri Maskele" +msgstr "Seçilme_miş Alanları Maskele" -#: ../app/actions/qmask-commands.c:106 -#, fuzzy +#: ../app/actions/quick-mask-commands.c:105 msgid "Quick Mask Attributes" -msgstr "Q Mask Özniteliklerini Değiştir" +msgstr "Öznitelikleri Hızlı Maskele" -#: ../app/actions/qmask-commands.c:109 -#, fuzzy +#: ../app/actions/quick-mask-commands.c:108 msgid "Edit Quick Mask Attributes" -msgstr "Q Mask Özniteliklerini Değiştir" +msgstr "Öznitelikleri Hızlı Maskelemeyi Düzenle" -#: ../app/actions/qmask-commands.c:111 -#, fuzzy +#: ../app/actions/quick-mask-commands.c:110 msgid "Edit Quick Mask Color" -msgstr "Q Maske Rengini Düzenle" +msgstr "Rengi Hızlı Maskelemeyi Düzenle" -#: ../app/actions/qmask-commands.c:112 -msgid "_Mask Opacity:" -msgstr "_Maske Saydamsızlığı:" +#: ../app/actions/quick-mask-commands.c:111 +msgid "_Mask opacity:" +msgstr "_Maske Işık Geçirmezliği:" -#: ../app/actions/sample-point-editor-actions.c:40 -#, fuzzy +#: ../app/actions/sample-points-actions.c:40 msgid "Sample Point Menu" -msgstr "Yolu Ölçeklendir" +msgstr "Örnek Nokta Menüsü" #: ../app/actions/select-actions.c:44 -#, fuzzy msgid "Selection Editor Menu" -msgstr "Seçim Düzenleyici" +msgstr "Seçim Düzenleyici Menüsü" #: ../app/actions/select-actions.c:47 msgid "_Select" -msgstr "_Seç" +msgstr "_Seçim" #: ../app/actions/select-actions.c:50 -msgid "_All" -msgstr "_Tümü" +msgid "select|_All" +msgstr "_Tümünü Seç" #: ../app/actions/select-actions.c:51 -msgid "Select all" -msgstr "Tümünü Seç" +msgid "Select everything" +msgstr "Her şeyi seç" #: ../app/actions/select-actions.c:56 -msgid "_None" -msgstr "_Hiçbiri" +msgid "select|_None" +msgstr "Hiçbiri_ni Seçme" #: ../app/actions/select-actions.c:57 -msgid "Select none" -msgstr "Hiçbirini seçme" +msgid "Dismiss the selection" +msgstr "Seçimi kaldır" #: ../app/actions/select-actions.c:62 msgid "_Invert" msgstr "_Tersine Çevir" #: ../app/actions/select-actions.c:63 -msgid "Invert selection" +msgid "Invert the selection" msgstr "Seçimi tersine çevir" #: ../app/actions/select-actions.c:68 msgid "_Float" -msgstr "" +msgstr "_Yüzdür" + +#: ../app/actions/select-actions.c:69 +msgid "Create a floating selection" +msgstr "Yüzen bir seçim oluştur" -#: ../app/actions/select-actions.c:73 -#, fuzzy +#: ../app/actions/select-actions.c:74 msgid "Fea_ther..." -msgstr "/Seç/Yumuşa_t..." +msgstr "Y_umuşat..." -#: ../app/actions/select-actions.c:78 -#, fuzzy +#: ../app/actions/select-actions.c:75 +msgid "Blur the selection border so that it fades out smoothly" +msgstr "Seçimin kenarını hafifçe kaybolacak şekilde bulanıklaştır." + +#: ../app/actions/select-actions.c:80 msgid "_Sharpen" -msgstr "Keskinleştir" +msgstr "_Keskinleştir" -#: ../app/actions/select-actions.c:83 -#, fuzzy +#: ../app/actions/select-actions.c:81 +msgid "Remove fuzzyness from the selection" +msgstr "Seçimden donukluğu kaldır" + +#: ../app/actions/select-actions.c:86 msgid "S_hrink..." -msgstr "Eğiliyor..." +msgstr "K_üçült..." + +#: ../app/actions/select-actions.c:87 +msgid "Contract the selection" +msgstr "Seçimi daralt" -#: ../app/actions/select-actions.c:88 +#: ../app/actions/select-actions.c:92 msgid "_Grow..." msgstr "_Büyüt..." #: ../app/actions/select-actions.c:93 -msgid "Bo_rder..." -msgstr "_Sınır..." +msgid "Enlarge the selection" +msgstr "Seçimi genişlet" #: ../app/actions/select-actions.c:98 -msgid "Save to _Channel" -msgstr "_Kanala Kaydet" +msgid "Bo_rder..." +msgstr "_Sınır..." #: ../app/actions/select-actions.c:99 -msgid "Save selection to channel" -msgstr "Seçimi kanala kaydet" +msgid "Replace the selection by its border" +msgstr "Seçimi sınırları ile değiştir" #: ../app/actions/select-actions.c:104 -msgid "_Stroke Selection..." -msgstr "S_eçimi Darbele..." +msgid "Save to _Channel" +msgstr "_Kanala Kaydet" #: ../app/actions/select-actions.c:105 -msgid "Stroke selection..." -msgstr "Seçimi darbele..." +msgid "Save the selection to a channel" +msgstr "Seçimi bir kanala kaydet" #: ../app/actions/select-actions.c:110 +msgid "_Stroke Selection..." +msgstr "S_eçimi Darbele..." + +#: ../app/actions/select-actions.c:111 +msgid "Paint along the selection outline" +msgstr "Seçim çerçevesi boyunca boya" + +#: ../app/actions/select-actions.c:116 msgid "_Stroke Selection" msgstr "_Seçimi Darbele" -#: ../app/actions/select-actions.c:111 -msgid "Stroke selection with last values" -msgstr "Son değerlerle seçimi darbele" +#: ../app/actions/select-actions.c:117 +msgid "Stroke the selection with last used values" +msgstr "Son kullanılmış değerlerle seçimi darbele" -#: ../app/actions/select-commands.c:136 ../app/core/gimpselection.c:196 +#: ../app/actions/select-commands.c:153 ../app/core/gimpselection.c:167 msgid "Feather Selection" msgstr "Seçimi Yumuşat" -#: ../app/actions/select-commands.c:140 +#: ../app/actions/select-commands.c:157 msgid "Feather selection by" -msgstr "Seçimi yumuşat: " +msgstr "Seçimi yumuşat:" -#: ../app/actions/select-commands.c:171 ../app/core/gimpselection.c:203 +#: ../app/actions/select-commands.c:191 ../app/core/gimpselection.c:174 msgid "Shrink Selection" msgstr "Seçimi Küçült" -#: ../app/actions/select-commands.c:175 +#: ../app/actions/select-commands.c:195 msgid "Shrink selection by" -msgstr "Seçimi küçült" +msgstr "Seçim küçültme ölçütü:" -#: ../app/actions/select-commands.c:184 -msgid "Shrink from image border" -msgstr "Resim Sınırlarında da Küçült" +#: ../app/actions/select-commands.c:203 +msgid "_Shrink from image border" +msgstr "Görüntü sınırlarından _küçült" -#: ../app/actions/select-commands.c:205 ../app/core/gimpselection.c:202 +#: ../app/actions/select-commands.c:228 ../app/core/gimpselection.c:173 msgid "Grow Selection" msgstr "Seçimi Büyüt" -#: ../app/actions/select-commands.c:209 +#: ../app/actions/select-commands.c:232 msgid "Grow selection by" -msgstr "Seçimi büyüt" +msgstr "Seçim büyütme ölçütü:" -#: ../app/actions/select-commands.c:228 ../app/core/gimpselection.c:201 +#: ../app/actions/select-commands.c:255 ../app/core/gimpselection.c:172 msgid "Border Selection" -msgstr "Sınırdan Seçim" +msgstr "Sınır Seçimi" -#: ../app/actions/select-commands.c:232 +#: ../app/actions/select-commands.c:259 msgid "Border selection by" -msgstr "Kenarlık seçimi" +msgstr "Sınır seçimi ölçütü:" -#: ../app/actions/select-commands.c:275 ../app/actions/select-commands.c:301 -#: ../app/actions/vectors-commands.c:365 ../app/actions/vectors-commands.c:392 -#: ../app/dialogs/stroke-dialog.c:278 -#, fuzzy +#. Feather button +#: ../app/actions/select-commands.c:268 +msgid "_Feather border" +msgstr "_Sınırı yumuşat" + +#. Edge lock button +#: ../app/actions/select-commands.c:281 +msgid "_Lock selection to image edges" +msgstr "Seçimden görüntü kenarlarına _kilitle" + +#: ../app/actions/select-commands.c:330 ../app/actions/select-commands.c:362 +#: ../app/actions/vectors-commands.c:379 ../app/actions/vectors-commands.c:412 +#: ../app/dialogs/stroke-dialog.c:299 msgid "There is no active layer or channel to stroke to." -msgstr "" -"Aktif katmanın seçime dönüştürülebilecek\n" -"alfa kanalı yok." +msgstr "Etkin katman ya da darbelenecek kanal yok." -#: ../app/actions/select-commands.c:280 ../app/core/gimpselection.c:180 +#: ../app/actions/select-commands.c:336 ../app/core/gimpselection.c:151 msgid "Stroke Selection" msgstr "Seçimi Darbele" #: ../app/actions/templates-actions.c:42 -#, fuzzy msgid "Templates Menu" msgstr "Şablonlar Menüsü" #: ../app/actions/templates-actions.c:46 -#, fuzzy -msgid "_Create Image from Template..." -msgstr "/Re_simden Şablon Oluştur..." +msgid "_Create Image from Template" +msgstr "Şablondan Görüntü _Oluştur" #: ../app/actions/templates-actions.c:47 msgid "Create a new image from the selected template" -msgstr "" +msgstr "Seçilmiş şablondan yeni bir görüntü oluştur" #: ../app/actions/templates-actions.c:52 -#, fuzzy msgid "_New Template..." -msgstr "/_Yeni Şablon..." +msgstr "_Yeni Şablon..." #: ../app/actions/templates-actions.c:53 msgid "Create a new template" -msgstr "Yeni şablon oluştur" +msgstr "Yeni bir şablon oluştur" #: ../app/actions/templates-actions.c:58 -#, fuzzy msgid "D_uplicate Template..." -msgstr "/Ş_ablonu Çoğalt..." +msgstr "Şablonu Ç_oğalt..." #: ../app/actions/templates-actions.c:59 msgid "Duplicate the selected template" -msgstr "" +msgstr "Seçilmiş şablonu çoğalt" #: ../app/actions/templates-actions.c:64 -#, fuzzy msgid "_Edit Template..." -msgstr "/Şab_lonu Düzenle..." +msgstr "Şablonu _Düzenle..." #: ../app/actions/templates-actions.c:65 -#, fuzzy msgid "Edit the selected template" -msgstr "Seçili girişi dizinden çıkar" +msgstr "Seçilmiş şablonu düzenle" #: ../app/actions/templates-actions.c:70 -#, fuzzy msgid "_Delete Template" -msgstr "/Ş_ablonu Sil" +msgstr "Şablonu _Düzenle" #: ../app/actions/templates-actions.c:71 -#, fuzzy msgid "Delete the selected template" -msgstr "Seçili girişi dizinden çıkar" +msgstr "Seçilmiş şablonu sil" -#: ../app/actions/templates-commands.c:122 +#: ../app/actions/templates-commands.c:113 msgid "New Template" msgstr "Yeni Şablon" -#: ../app/actions/templates-commands.c:125 +#: ../app/actions/templates-commands.c:116 msgid "Create a New Template" msgstr "Yeni bir Şablon Oluştur" -#: ../app/actions/templates-commands.c:184 -#: ../app/actions/templates-commands.c:187 +#: ../app/actions/templates-commands.c:175 +#: ../app/actions/templates-commands.c:178 msgid "Edit Template" msgstr "Şablonu Düzenle" -#: ../app/actions/templates-commands.c:223 -#, fuzzy +#: ../app/actions/templates-commands.c:213 msgid "Delete Template" -msgstr "/Katmanı Sil" +msgstr "Şablonu Sil" -#: ../app/actions/templates-commands.c:247 -#, fuzzy, c-format +#: ../app/actions/templates-commands.c:239 +#, c-format msgid "" "Are you sure you want to delete template '%s' from the list and from disk?" msgstr "" -"\"%s\"yi hem listeden hem diskten silmek\n" -"istediğinize emin misiniz?" +"'%s' şablonunu listeden ve diskinizden silmek istediğinize emin misiniz?" #: ../app/actions/text-editor-actions.c:44 msgid "Open" @@ -2851,43 +3596,46 @@ #: ../app/actions/text-editor-actions.c:45 msgid "Load text from file" -msgstr "Metin dosyasından yükle" +msgstr "Metni dosyadan yükle" -#: ../app/actions/text-editor-actions.c:50 ../app/core/gimp-edit.c:342 +#: ../app/actions/text-editor-actions.c:50 ../app/core/gimp-edit.c:445 msgid "Clear" msgstr "Temizle" #: ../app/actions/text-editor-actions.c:51 msgid "Clear all text" -msgstr "" +msgstr "Tüm metni temizle" #: ../app/actions/text-editor-actions.c:59 msgid "LTR" -msgstr "" +msgstr "Sol > Sağ" -#: ../app/actions/text-editor-actions.c:60 ../app/text/text-enums.c:51 -#, fuzzy +#: ../app/actions/text-editor-actions.c:60 msgid "From left to right" -msgstr "Soldan Sağa" +msgstr "Soldan sağa" #: ../app/actions/text-editor-actions.c:65 msgid "RTL" -msgstr "" +msgstr "Sağ > Sol" -#: ../app/actions/text-editor-actions.c:66 ../app/text/text-enums.c:52 +#: ../app/actions/text-editor-actions.c:66 msgid "From right to left" msgstr "Sağdan sola" -#: ../app/actions/text-editor-commands.c:60 +#: ../app/actions/text-editor-commands.c:63 msgid "Open Text File (UTF-8)" msgstr "Metin Dosyasını Aç (UTF-8)" -#: ../app/actions/text-editor-commands.c:137 -#: ../app/config/gimpconfig-file.c:57 ../app/core/gimpbrush-load.c:115 -#: ../app/core/gimpbrush-load.c:395 ../app/core/gimpbrushgenerated.c:594 -#: ../app/core/gimpbrushpipe.c:331 ../app/core/gimpgradient-load.c:62 -#: ../app/core/gimppalette.c:358 ../app/core/gimppattern.c:302 -#: ../app/tools/gimpimagemaptool.c:614 ../app/xcf/xcf.c:293 +#: ../app/actions/text-editor-commands.c:144 +#: ../app/config/gimpconfig-file.c:59 ../app/core/gimpbrush-load.c:140 +#: ../app/core/gimpbrush-load.c:420 ../app/core/gimpbrushgenerated-load.c:73 +#: ../app/core/gimpbrushpipe-load.c:81 ../app/core/gimpcurve-load.c:55 +#: ../app/core/gimpgradient-load.c:62 ../app/core/gimppalette-load.c:76 +#: ../app/core/gimppalette-load.c:270 ../app/core/gimppalette-load.c:314 +#: ../app/core/gimppalette-load.c:368 ../app/core/gimppalette-load.c:456 +#: ../app/core/gimppalette-load.c:599 ../app/core/gimppattern-load.c:76 +#: ../app/tools/gimpcurvestool.c:623 ../app/tools/gimplevelstool.c:743 +#: ../app/xcf/xcf.c:329 #, c-format msgid "Could not open '%s' for reading: %s" msgstr "'%s' dosyası okumak için açılamadı: %s" @@ -2897,12 +3645,12 @@ msgstr "Araç Seçenekleri Menüsü" #: ../app/actions/tool-options-actions.c:60 -msgid "_Save Options to" -msgstr "S_eçenekleri Farklı Kaydet" +msgid "_Save Options To" +msgstr "S_eçeneklerin Kaydedileceği Yer:" #: ../app/actions/tool-options-actions.c:64 -msgid "_Restore Options from" -msgstr "Ka_yıtlı Seçenekleri Al" +msgid "_Restore Options From" +msgstr "Seçeneklerin Ge_ri Yükleneceği Yer:" #: ../app/actions/tool-options-actions.c:68 msgid "Re_name Saved Options" @@ -2914,56 +3662,54 @@ #: ../app/actions/tool-options-actions.c:76 msgid "_New Entry..." -msgstr "_Yeni Girdi..." +msgstr "_Yeni Giriş..." #: ../app/actions/tool-options-actions.c:81 msgid "R_eset Tool Options" -msgstr "Alet Seçeneklerini _Sıfırla" +msgstr "Araç Seçeneklerini _Sıfırla" #: ../app/actions/tool-options-actions.c:82 msgid "Reset to default values" msgstr "Öntanımlı değerlerine geri al" #: ../app/actions/tool-options-actions.c:87 -#, fuzzy msgid "Reset _all Tool Options" -msgstr "Tüm _Araç Seçeneklerini Sıfırla..." +msgstr "T_üm Araç Seçeneklerini Sıfırla" #: ../app/actions/tool-options-actions.c:88 msgid "Reset all tool options" msgstr "Tüm araç seçeneklerini sıfırla" -#: ../app/actions/tool-options-commands.c:71 +#: ../app/actions/tool-options-commands.c:72 msgid "Save Tool Options" -msgstr "Kaydetme Aracı Seçenekleri" +msgstr "Araç Seçeneklerini Kaydet" -#: ../app/actions/tool-options-commands.c:75 +#: ../app/actions/tool-options-commands.c:76 msgid "Enter a name for the saved options" -msgstr "Kaydedilen seçenekler için bir yol adı girin" +msgstr "Kaydedilmiş seçenekler için bir ad girin" -#: ../app/actions/tool-options-commands.c:76 -#: ../app/actions/tool-options-commands.c:246 +#: ../app/actions/tool-options-commands.c:77 +#: ../app/actions/tool-options-commands.c:247 #: ../app/actions/tool-options-commands.c:264 msgid "Saved Options" msgstr "Kayıtlı Seçenekler" -#: ../app/actions/tool-options-commands.c:144 +#: ../app/actions/tool-options-commands.c:140 msgid "Rename Saved Tool Options" -msgstr "" +msgstr "Kaydedilmiş Araç Seçeneklerini Yeniden Adlandır" -#: ../app/actions/tool-options-commands.c:148 -#, fuzzy +#: ../app/actions/tool-options-commands.c:144 msgid "Enter a new name for the saved options" -msgstr "Yol için yeni bir isim belirle" +msgstr "Kaydedilmeş seçenekler için yeni bir ad girin" -#: ../app/actions/tool-options-commands.c:191 +#: ../app/actions/tool-options-commands.c:187 msgid "Reset Tool Options" -msgstr "Alet Seçeneklerini Sıfırla" +msgstr "Araç Seçeneklerini Sıfırla" -#: ../app/actions/tool-options-commands.c:213 +#: ../app/actions/tool-options-commands.c:210 msgid "Do you really want to reset all tool options to default values?" msgstr "" -"Tüm alet seçeneklerini öntanımlı değerlerine geri almak istiyor musunuz?" +"Tüm araç seçeneklerini öntanımlı değerlerine geri almak istiyor musunuz?" #: ../app/actions/tools-actions.c:47 msgid "Tools Menu" @@ -2991,512 +3737,620 @@ #: ../app/actions/tools-actions.c:57 msgid "R_aise Tool" -msgstr "A_leti Yükselt" +msgstr "A_racı Yükselt" #: ../app/actions/tools-actions.c:58 -#, fuzzy msgid "Raise tool" -msgstr "Yolu Yükselt" +msgstr "Aracı yükselt" #: ../app/actions/tools-actions.c:63 -#, fuzzy msgid "Ra_ise to Top" -msgstr "" -"Katmanı Yükselt\n" -" En Üste" +msgstr "En üste y_ükselt" #: ../app/actions/tools-actions.c:64 -#, fuzzy msgid "Raise tool to top" -msgstr "" -"Katmanı Yükselt\n" -" En Üste" +msgstr "Aracı en üste yükselt" #: ../app/actions/tools-actions.c:69 -#, fuzzy msgid "L_ower Tool" -msgstr "Taşı: " +msgstr "Aracı Al_çalt" #: ../app/actions/tools-actions.c:70 -#, fuzzy msgid "Lower tool" -msgstr "Yolu Alçalt" +msgstr "Aracı alçalt" #: ../app/actions/tools-actions.c:75 -#, fuzzy msgid "Lo_wer to Bottom" -msgstr "" -"Katmanı Alçalt\n" -" En Alta" +msgstr "Alta A_lçalt" #: ../app/actions/tools-actions.c:76 msgid "Lower tool to bottom" -msgstr "Katmanı alta alçalt" +msgstr "Aracı alta alçalt" #: ../app/actions/tools-actions.c:81 -#, fuzzy msgid "_Reset Order & Visibility" -msgstr "Öğe Görünürlüğü" +msgstr "Düzeni ve Görünürlüğü _Sıfırla" #: ../app/actions/tools-actions.c:82 msgid "Reset tool order and visibility" -msgstr "" +msgstr "Araç düzenini ve görünürlüğü sıfırla" #: ../app/actions/tools-actions.c:90 msgid "_Show in Toolbox" -msgstr "_Araç kutusunda göster" +msgstr "_Araç Kutusunda Göster" #: ../app/actions/tools-actions.c:99 msgid "_By Color" msgstr "_Renge Göre" -#: ../app/actions/tools-actions.c:104 +#: ../app/actions/tools-actions.c:100 +msgid "Select regions with similar colors" +msgstr "Bölgeleri benzer renklerle seç" + +#: ../app/actions/tools-actions.c:105 msgid "_Arbitrary Rotation..." -msgstr "_Rastgele Dönüşüm..." +msgstr "_İsteğe Bağlı Dönüşüm..." + +#: ../app/actions/tools-actions.c:106 +msgid "Rotate by an arbitrary angle" +msgstr "İsteğe bağlı bir açı ile döndür" #: ../app/actions/vectors-actions.c:44 msgid "Paths Menu" msgstr "Yollar Menüsü" #: ../app/actions/vectors-actions.c:48 -#, fuzzy msgid "Path _Tool" -msgstr "/Yol _Aracı" +msgstr "Yol _Aracı" #: ../app/actions/vectors-actions.c:53 -#, fuzzy msgid "_Edit Path Attributes..." -msgstr "/Yol Ö_zniteliklerini Düzenle..." +msgstr "Yol Özniteliklerini _Düzenle..." #: ../app/actions/vectors-actions.c:54 -#, fuzzy msgid "Edit path attributes" -msgstr "Yol Özniteliklerini Düzenle" +msgstr "Yol özniteliklerini düzenle" #: ../app/actions/vectors-actions.c:59 -#, fuzzy msgid "_New Path..." -msgstr "/_Yeni Yol..." +msgstr "_Yeni Yol..." #: ../app/actions/vectors-actions.c:60 -#, fuzzy msgid "New path..." -msgstr "/_Yeni Yol..." +msgstr "Yeni yol..." #: ../app/actions/vectors-actions.c:65 -#, fuzzy msgid "_New Path" -msgstr "Yeni Yol" +msgstr "_Yeni Yol" #: ../app/actions/vectors-actions.c:66 -#, fuzzy msgid "New path with last values" -msgstr "" -"Yeni Katman\n" -"%s Yeni Katman Penceresi" +msgstr "Son değerlerle yeni yol" #: ../app/actions/vectors-actions.c:71 -#, fuzzy msgid "D_uplicate Path" -msgstr "/Yolu Ç_oğalt" +msgstr "Yolu _Çoğalt" #: ../app/actions/vectors-actions.c:72 -#, fuzzy msgid "Duplicate path" -msgstr "Yolu Çoğalt" +msgstr "Yolu çoğalt" #: ../app/actions/vectors-actions.c:77 -#, fuzzy msgid "_Delete Path" -msgstr "/Yo_lu Sil" +msgstr "Yolu _Sil" -#: ../app/actions/vectors-actions.c:78 -#, fuzzy +#: ../app/actions/vectors-actions.c:78 ../app/core/core-enums.c:920 msgid "Delete path" -msgstr "Yolu Sil" +msgstr "Yolu sil" #: ../app/actions/vectors-actions.c:83 -#, fuzzy msgid "Merge _Visible Paths" -msgstr "/Katmanlar/Görünen Katmanları Birleştir..." +msgstr "_Görünür Yolları Birleştir" #: ../app/actions/vectors-actions.c:88 -#, fuzzy msgid "_Raise Path" -msgstr "/Yolu Yü_kselt" +msgstr "Yolu Y_ükselt" #: ../app/actions/vectors-actions.c:89 -#, fuzzy msgid "Raise path" -msgstr "Yolu Yükselt" +msgstr "Yolu yükselt" #: ../app/actions/vectors-actions.c:94 -#, fuzzy msgid "Raise Path to _Top" -msgstr "" -"Katmanı Yükselt\n" -" En Üste" +msgstr "Yolu En _Üste Yükselt" #: ../app/actions/vectors-actions.c:95 -#, fuzzy msgid "Raise path to top" -msgstr "" -"Katmanı Yükselt\n" -" En Üste" +msgstr "Yolu en üste yükselt" #: ../app/actions/vectors-actions.c:100 -#, fuzzy msgid "_Lower Path" -msgstr "/Yolu _Alçalt" +msgstr "Yolu _Alçalt" #: ../app/actions/vectors-actions.c:101 -#, fuzzy msgid "Lower path" -msgstr "Yolu Alçalt" +msgstr "Yolu alçalt" #: ../app/actions/vectors-actions.c:106 -#, fuzzy msgid "Lower Path to _Bottom" -msgstr "" -"Katmanı Alçalt\n" -" En Alta" +msgstr "Yolu Al_ta Alçalt" #: ../app/actions/vectors-actions.c:107 -#, fuzzy msgid "Lower path to bottom" -msgstr "" -"Katmanı Alçalt\n" -" En Alta" +msgstr "Yolu alta alçalt" #: ../app/actions/vectors-actions.c:112 -#, fuzzy msgid "Stro_ke Path..." -msgstr "/Yolu _Darbele" +msgstr "Yolu Dar_bele..." #: ../app/actions/vectors-actions.c:113 -#, fuzzy -msgid "Stroke path..." -msgstr "/Yolu _Darbele" +msgid "Paint along the path" +msgstr "Yol boyunca boya" #: ../app/actions/vectors-actions.c:118 -#, fuzzy msgid "Stro_ke Path" -msgstr "Yolu Darbele" +msgstr "Yolu Dar_bele" #: ../app/actions/vectors-actions.c:119 -msgid "Stroke path with last values" -msgstr "" +msgid "Paint along the path with last values" +msgstr "Son değerlerle yol boyunca boya" #: ../app/actions/vectors-actions.c:124 -#, fuzzy msgid "Co_py Path" -msgstr "/Yolu Kop_yala" +msgstr "Yolu Ko_pyala" #: ../app/actions/vectors-actions.c:129 -#, fuzzy msgid "Paste Pat_h" -msgstr "/Yolu _Yapıştır" +msgstr "Yo_lu Yapıştır" #: ../app/actions/vectors-actions.c:134 -#, fuzzy -msgid "I_mport Path..." -msgstr "/Yolu _Al..." +msgid "E_xport Path..." +msgstr "Yolu D_ışa Aktar..." #: ../app/actions/vectors-actions.c:139 -#, fuzzy -msgid "E_xport Path..." -msgstr "/Yolu Ak_tar..." +msgid "I_mport Path..." +msgstr "Yolu İ_çe Aktar..." #: ../app/actions/vectors-actions.c:162 -#, fuzzy msgid "Path to Sele_ction" -msgstr "/Yoldan _Seçime" +msgstr "Yoldan S_eçime" -#: ../app/actions/vectors-actions.c:163 ../app/tools/gimpvectortool.c:1882 -#, fuzzy +#: ../app/actions/vectors-actions.c:163 ../app/tools/gimpvectortool.c:1912 msgid "Path to selection" -msgstr "Yoldan Seçime" +msgstr "Yoldan seçime" #: ../app/actions/vectors-actions.c:168 -#, fuzzy msgid "Fr_om Path" -msgstr "/Seçim/_Yola" +msgstr "Y_oldan" + +#: ../app/actions/vectors-actions.c:174 +msgid "Add" +msgstr "Ekle" + +#: ../app/actions/vectors-actions.c:180 ../app/base/base-enums.c:119 +msgid "Subtract" +msgstr "Çıkar" + +#: ../app/actions/vectors-actions.c:186 +msgid "Intersect" +msgstr "Kesiştir" #: ../app/actions/vectors-actions.c:194 -#, fuzzy msgid "Selecti_on to Path" -msgstr "/S_eçimden Yola" +msgstr "Seçi_mden Yola" -#: ../app/actions/vectors-actions.c:195 -#, fuzzy +#: ../app/actions/vectors-actions.c:195 ../app/actions/vectors-actions.c:201 msgid "Selection to path" -msgstr "/S_eçimden Yola" +msgstr "Seçimden yola" #: ../app/actions/vectors-actions.c:200 -#, fuzzy msgid "To _Path" -msgstr "Yolu Taşı" +msgstr "Yol_a" -#: ../app/actions/vectors-actions.c:205 -#, fuzzy +#: ../app/actions/vectors-actions.c:206 msgid "Selection to Path (_Advanced)" -msgstr "Seçimden Yola" +msgstr "Seçimden Yola (_Gelişmiş)" -#: ../app/actions/vectors-actions.c:206 -#, fuzzy +#: ../app/actions/vectors-actions.c:207 msgid "Advanced options" -msgstr "Kayıtlı Seçenekler" +msgstr "Gelişmiş seçenekler" -#: ../app/actions/vectors-commands.c:140 -#, fuzzy +#: ../app/actions/vectors-commands.c:138 msgid "Path Attributes" -msgstr "Yol Özniteliklerini Düzenle" +msgstr "Yol Öznitelikleri" -#: ../app/actions/vectors-commands.c:143 +#: ../app/actions/vectors-commands.c:141 msgid "Edit Path Attributes" msgstr "Yol Özniteliklerini Düzenle" -#: ../app/actions/vectors-commands.c:167 ../app/actions/vectors-commands.c:168 -#: ../app/actions/vectors-commands.c:190 +#: ../app/actions/vectors-commands.c:165 ../app/actions/vectors-commands.c:166 +#: ../app/actions/vectors-commands.c:188 msgid "New Path" msgstr "Yeni Yol" -#: ../app/actions/vectors-commands.c:171 +#: ../app/actions/vectors-commands.c:169 msgid "New Path Options" msgstr "Yeni Yol Seçenekleri" -#: ../app/actions/vectors-commands.c:299 ../app/pdb/paths_cmds.c:1212 +#: ../app/actions/vectors-commands.c:305 ../app/pdb/paths-cmds.c:640 +#: ../app/pdb/vectors-cmds.c:1253 msgid "Path to Selection" msgstr "Yoldan Seçime" -#: ../app/actions/vectors-commands.c:370 ../app/tools/gimpvectortool.c:1912 -#: ../app/vectors/gimpvectors.c:237 +#: ../app/actions/vectors-commands.c:385 ../app/tools/gimpvectoroptions.c:199 +#: ../app/tools/gimpvectortool.c:1945 ../app/vectors/gimpvectors.c:200 msgid "Stroke Path" msgstr "Yolu Darbele" -#: ../app/actions/view-actions.c:64 +#: ../app/actions/view-actions.c:67 msgid "_View" msgstr "_Görünüm" -#: ../app/actions/view-actions.c:65 +#: ../app/actions/view-actions.c:68 msgid "_Zoom" -msgstr "_Odakla" +msgstr "_Yakınlaş" -#: ../app/actions/view-actions.c:66 -#, fuzzy +#: ../app/actions/view-actions.c:69 msgid "_Padding Color" -msgstr "Tuval Boyutunu Belirle" +msgstr "_Doldurma Rengi" -#: ../app/actions/view-actions.c:68 -#, fuzzy +#: ../app/actions/view-actions.c:71 msgid "Move to Screen" -msgstr "/Ekrana Taşı..." +msgstr "Ekrana Taşı" + +#: ../app/actions/view-actions.c:76 +msgid "Create another view on this image" +msgstr "Bu görüntü üzerinde yeni bir görünüm oluştur" -#: ../app/actions/view-actions.c:77 -#, fuzzy +#: ../app/actions/view-actions.c:81 msgid "_Close" -msgstr "Kopyala" +msgstr "_Kapat" #: ../app/actions/view-actions.c:82 -#, fuzzy -msgid "_Fit Image in Window" -msgstr "Resim Pencereleri" +msgid "Close this image window" +msgstr "Bu görüntü penceresini kapat" -#: ../app/actions/view-actions.c:83 -#, fuzzy -msgid "Fit image in window" -msgstr "Resim Pencereleri" +#: ../app/actions/view-actions.c:87 +msgid "_Fit Image in Window" +msgstr "Görüntüyü Pencereye _Uydur" #: ../app/actions/view-actions.c:88 -#, fuzzy -msgid "Fit Image _to Window" -msgstr "Pencereye Uydur" - -#: ../app/actions/view-actions.c:89 -#, fuzzy -msgid "Fit image to window" -msgstr "Pencereye Uydur" +msgid "Adjust the zoom ratio so that the image becomes fully visible" +msgstr "" +"Yakınlaşma oranını ayarlayın, böylelikle görüntü tamamen görünür olacak" + +#: ../app/actions/view-actions.c:93 +msgid "Fi_ll Window" +msgstr "Pencereyi Dold_ur" #: ../app/actions/view-actions.c:94 -#, fuzzy +msgid "Adjust the zoom ratio so that the entire window is used" +msgstr "Yakınlaştırma oranını ayarla böylece bütün pencere kullanılmış olur" + +#: ../app/actions/view-actions.c:99 ../app/actions/view-actions.c:579 +msgid "Re_vert Zoom" +msgstr "Yakınlaşmayı _Geri Al" + +#: ../app/actions/view-actions.c:100 +msgid "Restore the previous zoom level" +msgstr "Önceki yakınlaşma düzeyini geri yükle" + +#: ../app/actions/view-actions.c:105 msgid "Na_vigation Window" -msgstr "/Görünüm/_Gezgin Penceresi" +msgstr "Dola_şma Penceresi" -#: ../app/actions/view-actions.c:99 -#, fuzzy +#: ../app/actions/view-actions.c:106 +msgid "Show an overview window for this image" +msgstr "Bu görüntü için bir gözden geçirme penceresi aç" + +#: ../app/actions/view-actions.c:111 msgid "Display _Filters..." -msgstr "/Görünüm/Görünüm _Filtreleri..." +msgstr "Süzgeçleri G_örüntüle..." + +#: ../app/actions/view-actions.c:112 +msgid "Configure filters applied to this view" +msgstr "Bu görünüme uygulanan süzgeçleri yapılandır" -#: ../app/actions/view-actions.c:104 -#, fuzzy +#: ../app/actions/view-actions.c:117 msgid "Shrink _Wrap" -msgstr "/Görüntü/Büyüt Küçült" +msgstr "Daralt ve _Bük" -#: ../app/actions/view-actions.c:105 -#, fuzzy -msgid "Shrink wrap" -msgstr "/Görüntü/Büyüt Küçült" +#: ../app/actions/view-actions.c:118 +msgid "Reduce the image window to the size of the image display" +msgstr "Görüntü penceresini görüntü gösterimi boyutuna küçült" -#: ../app/actions/view-actions.c:113 +#: ../app/actions/view-actions.c:132 msgid "_Dot for Dot" msgstr "_Bire Bir" -#: ../app/actions/view-actions.c:119 +#: ../app/actions/view-actions.c:133 +msgid "A pixel on the screen represents an image pixel" +msgstr "Ekran üzerindeki bir benek görüntünün bir beneğini belirtiyor" + +#: ../app/actions/view-actions.c:139 msgid "Show _Selection" msgstr "_Seçimi Göster" -#: ../app/actions/view-actions.c:125 -#, fuzzy +#: ../app/actions/view-actions.c:140 +msgid "Display the selection outline" +msgstr "Seçim çerçevesini görüntüle" + +#: ../app/actions/view-actions.c:146 msgid "Show _Layer Boundary" -msgstr "/Görünüm/Durum çubuğu" +msgstr "_Katman Sınırını Göster" + +#: ../app/actions/view-actions.c:147 +msgid "Draw a border around the active layer" +msgstr "Etkin katman etrafında bir sınır çiz" -#: ../app/actions/view-actions.c:131 -#, fuzzy +#: ../app/actions/view-actions.c:153 msgid "Show _Guides" -msgstr "/Görünüm/Kılavuzları _Göster" +msgstr "Kıla_vuzları Göster" -#: ../app/actions/view-actions.c:137 -#, fuzzy +#: ../app/actions/view-actions.c:154 +msgid "Display the image's guides" +msgstr "Görüntünün kılavuzlarını göster" + +#: ../app/actions/view-actions.c:160 msgid "S_how Grid" -msgstr "_Kılavuzu Göster" +msgstr "Izgarayı G_öster" + +#: ../app/actions/view-actions.c:161 +msgid "Display the image's grid" +msgstr "Görüntünün ızgarasını göster" -#: ../app/actions/view-actions.c:143 -#, fuzzy +#: ../app/actions/view-actions.c:167 msgid "Show Sample Points" -msgstr "Seçimi Büyüt" +msgstr "Örnek Noktaları Göster" + +#: ../app/actions/view-actions.c:168 +msgid "Display the image's color sample points" +msgstr "Görüntünün örnek renk noktalarını göster" -#: ../app/actions/view-actions.c:149 -#, fuzzy +#: ../app/actions/view-actions.c:174 msgid "Sn_ap to Guides" -msgstr "/Görünüm/Kılavuzlara _Yapıştır" +msgstr "_Rehbere Yapıştır" -#: ../app/actions/view-actions.c:155 -#, fuzzy +#: ../app/actions/view-actions.c:175 +msgid "Tool operations snap to guides" +msgstr "Araç işlemleri kılavuza yaslanır" + +#: ../app/actions/view-actions.c:181 msgid "Sna_p to Grid" -msgstr "/Görünüm/Kılavuza Yapıştır" +msgstr "I_zgaraya Yapıştır" -#: ../app/actions/view-actions.c:161 -#, fuzzy +#: ../app/actions/view-actions.c:182 +msgid "Tool operations snap to the grid" +msgstr "Araç işlemleri kılavuz çizgisine yaslanır" + +#: ../app/actions/view-actions.c:188 msgid "Snap to _Canvas Edges" -msgstr "/Görünüm/Kılavuzlara _Yapıştır" +msgstr "_Alan Kenarı'na yaslan" -#: ../app/actions/view-actions.c:167 -#, fuzzy +#: ../app/actions/view-actions.c:189 +msgid "Tool operations snap to the canvas edges" +msgstr "Araç işlemleri alan kenarlarına yaslanır" + +#: ../app/actions/view-actions.c:195 msgid "Snap t_o Active Path" +msgstr "Aktif _Yola Yapıştır" + +#: ../app/actions/view-actions.c:196 +msgid "Tool operations snap to the active path" msgstr "Geçerli yolu taşı" -#: ../app/actions/view-actions.c:173 -#, fuzzy +#: ../app/actions/view-actions.c:202 msgid "Show _Menubar" -msgstr "Menü Çubuğunu Göster" +msgstr "_Menü Çubuğunu Göster" -#: ../app/actions/view-actions.c:179 -#, fuzzy +#: ../app/actions/view-actions.c:203 +msgid "Show this window's menubar" +msgstr "Bu pencerenin menü çubuğunu göster" + +#: ../app/actions/view-actions.c:209 msgid "Show R_ulers" -msgstr "_Cetvelleri Göster" +msgstr "C_etvelleri Göster" + +#: ../app/actions/view-actions.c:210 +msgid "Show this window's rulers" +msgstr "Bu pencerenin cetvellerini göster" -#: ../app/actions/view-actions.c:185 -#, fuzzy +#: ../app/actions/view-actions.c:216 msgid "Show Scroll_bars" -msgstr "Kaydırma Çubuklarını Göster" +msgstr "Ka_ydırma Çubuklarını Göster" -#: ../app/actions/view-actions.c:191 +#: ../app/actions/view-actions.c:217 +msgid "Show this window's scrollbars" +msgstr "Bu pencerenin kaydırma çubuklarını göster" + +#: ../app/actions/view-actions.c:223 msgid "Show S_tatusbar" msgstr "_Durum Çubuğunu Göster" -#: ../app/actions/view-actions.c:197 +#: ../app/actions/view-actions.c:224 +msgid "Show this window's statusbar" +msgstr "Bu pencerenin durum çubuğunu göster" + +#: ../app/actions/view-actions.c:230 msgid "Fullscr_een" msgstr "Tam _Ekran" -#: ../app/actions/view-actions.c:246 +#: ../app/actions/view-actions.c:231 +msgid "Toggle fullscreen view" +msgstr "Tam ekran görünüm geçişi" + +#: ../app/actions/view-actions.c:292 msgid "1_6:1 (1600%)" -msgstr "1_6:1 (%%1600)" +msgstr "1_6:1 (1600%)" -#: ../app/actions/view-actions.c:251 +#: ../app/actions/view-actions.c:293 +msgid "Zoom 16:1" +msgstr "16:1 Yakınlaş" + +#: ../app/actions/view-actions.c:298 msgid "_8:1 (800%)" -msgstr "_8:1 (%%800)" +msgstr "_8:1 (800%)" + +#: ../app/actions/view-actions.c:299 +msgid "Zoom 8:1" +msgstr "8:1 Yakınlaş" -#: ../app/actions/view-actions.c:256 +#: ../app/actions/view-actions.c:304 msgid "_4:1 (400%)" -msgstr "_4:1 (%%400)" +msgstr "_4:1 (400%)" -#: ../app/actions/view-actions.c:261 +#: ../app/actions/view-actions.c:305 +msgid "Zoom 4:1" +msgstr "4:1 Yakınlaş" + +#: ../app/actions/view-actions.c:310 msgid "_2:1 (200%)" -msgstr "_2:1 (%200)" +msgstr "_2:1 (200%)" -#: ../app/actions/view-actions.c:266 +#: ../app/actions/view-actions.c:311 +msgid "Zoom 2:1" +msgstr "2:1 Yakınlaş" + +#: ../app/actions/view-actions.c:316 msgid "_1:1 (100%)" -msgstr "_1:1 (%%100)" +msgstr "_1:1 (100%)" -#: ../app/actions/view-actions.c:267 +#: ../app/actions/view-actions.c:317 msgid "Zoom 1:1" msgstr "1:1 Yakınlaş" -#: ../app/actions/view-actions.c:272 +#: ../app/actions/view-actions.c:322 msgid "1:_2 (50%)" -msgstr "1:_2 (%%50)" +msgstr "1:_2 (50%)" -#: ../app/actions/view-actions.c:277 +#: ../app/actions/view-actions.c:323 +msgid "Zoom 1:2" +msgstr "1:2 Yakınlaş" + +#: ../app/actions/view-actions.c:328 msgid "1:_4 (25%)" -msgstr "1:_4 (%%25)" +msgstr "1:_4 (25%)" + +#: ../app/actions/view-actions.c:329 +msgid "Zoom 1:4" +msgstr "1:4 Yakınlaş" -#: ../app/actions/view-actions.c:282 +#: ../app/actions/view-actions.c:334 msgid "1:_8 (12.5%)" -msgstr "1:_8 (%%12.5)" +msgstr "1:_8 (12.5%)" -#: ../app/actions/view-actions.c:287 +#: ../app/actions/view-actions.c:335 +msgid "Zoom 1:8" +msgstr "1:8 Yakınlaş" + +#: ../app/actions/view-actions.c:340 msgid "1:1_6 (6.25%)" -msgstr "1:1_6 (%%6.25)" +msgstr "1:1_6 (6.25%)" -#: ../app/actions/view-actions.c:292 +#: ../app/actions/view-actions.c:341 +msgid "Zoom 1:16" +msgstr "1:16 Yakınlaş" + +#: ../app/actions/view-actions.c:346 msgid "Othe_r..." msgstr "_Diğer..." -#: ../app/actions/view-actions.c:300 +#: ../app/actions/view-actions.c:347 +msgid "Set a custom zoom factor" +msgstr "Özel bir yakınlaşma katsayısı ayarla" + +#: ../app/actions/view-actions.c:355 msgid "From _Theme" msgstr "_Temadan" -#: ../app/actions/view-actions.c:305 -#, fuzzy +#: ../app/actions/view-actions.c:356 +msgid "Use the current theme's background color" +msgstr "Şimdiki tema artalanının rengini kullan" + +#: ../app/actions/view-actions.c:361 msgid "_Light Check Color" -msgstr "Açık Kareler" +msgstr "_Açık Denetim Rengi" -#: ../app/actions/view-actions.c:310 +#: ../app/actions/view-actions.c:362 +msgid "Use the light check color" +msgstr "Açık denetim rengini kullan" + +#: ../app/actions/view-actions.c:367 msgid "_Dark Check Color" -msgstr "" +msgstr "_Koyu Denetim Rengi" + +#: ../app/actions/view-actions.c:368 +msgid "Use the dark check color" +msgstr "Koyu denetim rengini kullan" -#: ../app/actions/view-actions.c:315 +#: ../app/actions/view-actions.c:373 msgid "Select _Custom Color..." msgstr "Öze_l Renk Seç..." -#: ../app/actions/view-actions.c:320 +#: ../app/actions/view-actions.c:374 +msgid "Use an arbitrary color" +msgstr "İsteğe bağlı bir renk kullan" + +#: ../app/actions/view-actions.c:379 msgid "As in _Preferences" -msgstr "Ter_cihlerdeki Gibi" +msgstr "Ye_ğlenenlerdeki Gibi" + +#: ../app/actions/view-actions.c:380 +msgid "Reset padding color to what's configured in preferences" +msgstr "Doldurma rengini yeğlenenlerdeki yapılandırılana göre yeniden ayarla" -#: ../app/actions/view-actions.c:607 -#, fuzzy, c-format -msgid "Othe_r (%s) ..." -msgstr "Diğer (%s)..." +#: ../app/actions/view-actions.c:571 +#, c-format +msgid "Re_vert Zoom (%d%%)" +msgstr "Yakınlaşmayı Ge_ri Al (%d%%)" + +#: ../app/actions/view-actions.c:708 +#, c-format +msgid "Othe_r (%s)..." +msgstr "Diğe_r (%s)..." -#: ../app/actions/view-actions.c:616 +#: ../app/actions/view-actions.c:717 #, c-format msgid "_Zoom (%s)" msgstr "_Yakınlaş (%s)" -#: ../app/actions/view-commands.c:584 -#, fuzzy +#: ../app/actions/view-commands.c:613 msgid "Set Canvas Padding Color" -msgstr "Tuval Boyutunu Belirle" +msgstr "Tuval Doldurma Rengini Ayarla" -#: ../app/actions/view-commands.c:586 -#, fuzzy +#: ../app/actions/view-commands.c:615 msgid "Set Custom Canvas Padding Color" -msgstr "Tuval Boyutunu Belirle" +msgstr "Özel Tuval Doldurma Rengini Ayarla" -#: ../app/actions/window-actions.c:65 -#, fuzzy, c-format -msgid "Screen %d (%s)" -msgstr "Ekran" +#: ../app/actions/window-actions.c:168 +#, c-format +msgid "Screen %s" +msgstr "Ekran %s" + +#: ../app/actions/window-actions.c:170 +#, c-format +msgid "Move this window to screen %s" +msgstr "Bu pencereyi ekrana taşı %s" + +#: ../app/actions/windows-actions.c:79 +msgid "_Windows" +msgstr "_Pencereler" + +#: ../app/actions/windows-actions.c:80 +msgid "_Recently Closed Docks" +msgstr "_Son Kapatılan Rıhtımlar" + +#: ../app/actions/windows-actions.c:81 +msgid "_Dockable Dialogs" +msgstr "_Rıhtımlanabilir Kutular" + +#: ../app/actions/windows-actions.c:84 +msgid "Tool_box" +msgstr "Araç _kutusu" + +#: ../app/actions/windows-actions.c:85 +msgid "Raise the toolbox" +msgstr "Araç kutusunu yükselt" #: ../app/base/base-enums.c:23 msgid "Smooth" @@ -3506,168 +4360,179 @@ msgid "Freehand" msgstr "Serbest Çizim" -#: ../app/base/base-enums.c:55 ../app/base/base-enums.c:122 +#: ../app/base/base-enums.c:55 ../app/base/base-enums.c:125 +#: ../app/core/core-enums.c:1202 msgid "Value" msgstr "Değer" -#: ../app/base/base-enums.c:56 ../app/tools/gimpcolorbalancetool.c:300 +#: ../app/base/base-enums.c:56 ../app/core/core-enums.c:1197 +#: ../app/tools/gimpcolorbalancetool.c:296 +#: ../app/tools/gimphuesaturationtool.c:252 msgid "Red" msgstr "Kırmızı" -#: ../app/base/base-enums.c:57 ../app/tools/gimpcolorbalancetool.c:307 +#: ../app/base/base-enums.c:57 ../app/core/core-enums.c:1198 +#: ../app/tools/gimpcolorbalancetool.c:305 +#: ../app/tools/gimphuesaturationtool.c:254 msgid "Green" msgstr "Yeşil" -#: ../app/base/base-enums.c:58 ../app/tools/gimpcolorbalancetool.c:314 +#: ../app/base/base-enums.c:58 ../app/core/core-enums.c:1199 +#: ../app/tools/gimpcolorbalancetool.c:314 +#: ../app/tools/gimphuesaturationtool.c:256 msgid "Blue" msgstr "Mavi" #: ../app/base/base-enums.c:59 msgid "Alpha" -msgstr "Alfa" +msgstr "Görünür" -#: ../app/base/base-enums.c:60 ../app/display/gimpdisplayshell-title.c:223 -#: ../app/widgets/widgets-enums.c:114 +#: ../app/base/base-enums.c:60 ../app/display/gimpdisplayshell-title.c:233 +#: ../app/widgets/widgets-enums.c:84 msgid "RGB" msgstr "RGB" -#: ../app/base/base-enums.c:108 +#: ../app/base/base-enums.c:111 msgid "Normal" msgstr "Normal" -#: ../app/base/base-enums.c:109 +#: ../app/base/base-enums.c:112 msgid "Dissolve" msgstr "Çözülme" -#: ../app/base/base-enums.c:110 +#: ../app/base/base-enums.c:113 msgid "Behind" msgstr "Arkada" -#: ../app/base/base-enums.c:111 -#, fuzzy +#: ../app/base/base-enums.c:114 msgid "Multiply" -msgstr "Çarpma (Yakma)" +msgstr "Çoklandır" -#: ../app/base/base-enums.c:112 +#: ../app/base/base-enums.c:115 msgid "Screen" msgstr "Ekran" -#: ../app/base/base-enums.c:113 +#: ../app/base/base-enums.c:116 msgid "Overlay" -msgstr "Üstekoyum" +msgstr "Kaplama" -#: ../app/base/base-enums.c:114 +#: ../app/base/base-enums.c:117 msgid "Difference" msgstr "Fark" -#: ../app/base/base-enums.c:115 +#: ../app/base/base-enums.c:118 msgid "Addition" msgstr "Toplam" -#: ../app/base/base-enums.c:117 -#, fuzzy +#: ../app/base/base-enums.c:120 msgid "Darken only" -msgstr "Sadece Koyult" +msgstr "Sadece Koyulaşan" -#: ../app/base/base-enums.c:118 -#, fuzzy +#: ../app/base/base-enums.c:121 msgid "Lighten only" -msgstr "Sadece Aydınlat" +msgstr "Sadece Açıklaşan" -#: ../app/base/base-enums.c:119 +#: ../app/base/base-enums.c:122 ../app/core/core-enums.c:1200 msgid "Hue" -msgstr "Renk" +msgstr "Renk Özü" -#: ../app/base/base-enums.c:120 +#: ../app/base/base-enums.c:123 ../app/core/core-enums.c:1201 msgid "Saturation" msgstr "Doygunluk" -#: ../app/base/base-enums.c:121 ../app/pdb/internal_procs.c:99 -#: ../app/tools/gimppaintoptions-gui.c:294 +#: ../app/base/base-enums.c:124 ../app/tools/gimppaintoptions-gui.c:174 msgid "Color" msgstr "Renk" -#: ../app/base/base-enums.c:123 -#, fuzzy +#: ../app/base/base-enums.c:126 msgid "Divide" -msgstr "Aygıtlar" +msgstr "Böl" -#: ../app/base/base-enums.c:124 +#: ../app/base/base-enums.c:127 msgid "Dodge" -msgstr "Temizleme" +msgstr "Yana Kaçma" -#: ../app/base/base-enums.c:125 +#: ../app/base/base-enums.c:128 msgid "Burn" -msgstr "Yakma" +msgstr "Alev" -#: ../app/base/base-enums.c:126 -#, fuzzy +#: ../app/base/base-enums.c:129 msgid "Hard light" -msgstr "Sert Kenarlı" +msgstr "Şiddetli Işık" -#: ../app/base/base-enums.c:127 -#, fuzzy +#: ../app/base/base-enums.c:130 msgid "Soft light" -msgstr "Sert Kenarlı" +msgstr "Kısık Işık" -#: ../app/base/base-enums.c:128 -#, fuzzy +#: ../app/base/base-enums.c:131 msgid "Grain extract" -msgstr "Gradyan Düzenleyici" +msgstr "Tane çıkarma" -#: ../app/base/base-enums.c:129 +#: ../app/base/base-enums.c:132 msgid "Grain merge" -msgstr "" +msgstr "Tane birleştirme" -#: ../app/base/base-enums.c:130 -#, fuzzy +#: ../app/base/base-enums.c:133 msgid "Color erase" -msgstr "Renk Paleti" +msgstr "Renk silme" -#: ../app/base/tile-swap.c:482 -msgid "" -"Unable to open swap file. The Gimp has run out of memory and cannot use the " -"swap file. Some parts of your images may be corrupted. Try to save your work " -"using different filenames, restart the Gimp and check the location of the " -"swap directory in your Preferences." -msgstr "" - -#: ../app/config/gimpconfig-file.c:66 ../app/core/gimpbrushgenerated.c:254 -#: ../app/core/gimpgradient-save.c:51 ../app/core/gimpgradient-save.c:142 -#: ../app/core/gimppalette.c:561 ../app/gui/themes.c:238 -#: ../app/tools/gimpimagemaptool.c:613 ../app/vectors/gimpvectors-export.c:83 -#: ../app/xcf/xcf.c:350 -#, fuzzy, c-format +#: ../app/base/base-enums.c:134 +msgid "Erase" +msgstr "Sil" + +#: ../app/base/base-enums.c:135 +msgid "Replace" +msgstr "Yerine Koy" + +#: ../app/base/base-enums.c:136 +msgid "Anti erase" +msgstr "Karşı silme" + +#: ../app/base/tile-swap.c:553 +msgid "" +"Unable to open swap file. GIMP has run out of memory and cannot use the swap " +"file. Some parts of your images may be corrupted. Try to save your work " +"using different filenames, restart GIMP and check the location of the swap " +"directory in your Preferences." +msgstr "" +"Takas dosyası açılamadı. GIMP bellek üzerinden çalışıyor ve takas dosyasını " +"kullanamaz. Görüntünün bazı bölümleri bozulmuş olabilir. Çalışmanızı farklı " +"dosya adları kullanarak kaydetmeyi deneyin, GIMP'i yeniden başlatın ve " +"Yeğlenenleriniz içinden takas dizininin yerini denetleyin." + +#: ../app/base/tile-swap.c:568 +#, c-format +msgid "Failed to resize swap file: %s" +msgstr "Takas dosyası yeniden boyutlandırılamadı: %s" + +#: ../app/config/gimpconfig-file.c:68 ../app/core/gimpbrushgenerated-save.c:63 +#: ../app/core/gimpcurve-save.c:53 ../app/core/gimpgradient-save.c:51 +#: ../app/core/gimpgradient-save.c:145 ../app/core/gimppalette-save.c:56 +#: ../app/gui/themes.c:239 ../app/tools/gimpcurvestool.c:676 +#: ../app/tools/gimplevelstool.c:796 ../app/vectors/gimpvectors-export.c:83 +#: ../app/xcf/xcf.c:422 +#, c-format msgid "Could not open '%s' for writing: %s" -msgstr "'%s' dosyası açılamadı" +msgstr "'%s' dosyası yazma için açılamadı: %s" -#: ../app/config/gimpconfig-file.c:77 ../app/config/gimpconfig-file.c:100 -#: ../app/vectors/gimpvectors-export.c:96 -#, fuzzy, c-format -msgid "Error while writing '%s': %s" -msgstr "Dosya %s açılamadı: %s" +#: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102 +#, c-format +msgid "Error writing '%s': %s" +msgstr "'%s' yazarken hata: %s" -#: ../app/config/gimpconfig-file.c:88 -#, fuzzy, c-format -msgid "Error while reading '%s': %s" -msgstr "Dosya %s açılamadı: %s" +#: ../app/config/gimpconfig-file.c:90 +#, c-format +msgid "Error reading '%s': %s" +msgstr "'%s' okunurken hata: %s" -#: ../app/config/gimpconfig-file.c:130 +#: ../app/config/gimpconfig-file.c:132 #, c-format msgid "" "There was an error parsing your '%s' file. Default values will be used. A " "backup of your configuration has been created at '%s'." msgstr "" - -#: ../app/config/gimprc.c:296 ../app/config/gimprc.c:309 -#, c-format -msgid "Parsing '%s'\n" -msgstr "\"%s\" ayrıştırılıyor\n" - -#: ../app/config/gimprc.c:555 -#, c-format -msgid "Saving '%s'\n" -msgstr "'%s' kaydediliyor\n" +"'%s' dosyası ayrıştırılırken bir hata oldu. Öntanımlı değerler kullanılacak. " +"Yapılandırmanızın yedeğinin oluşturulduğu yer '%s'." #. Not all strings defined here are used in the user interface #. * (the preferences dialog mainly) and only those that are should @@ -3679,46 +4544,60 @@ "receives the focus. This is useful for window managers using \"click to focus" "\"." msgstr "" +"Bu özelliği etkinleştirdiğinizde, tıkladığınız resim penceresi aktif pencere " +"haline gelecek. Bu özellik tıklayarak etkinleştirme yapan pencere " +"yöneticilerini kullananlar için yararlıdır." #: ../app/config/gimprc-blurbs.h:23 -msgid "Specifies how the area around the image should be drawn." -msgstr "" - -#: ../app/config/gimprc-blurbs.h:26 msgid "" "Sets the canvas padding color used if the padding mode is set to custom " "color." msgstr "" +"Eğer doldurma rengi özel renge ayarlıysa, tuval doldurma rengi kullanılmış " +"olarak ayarlanır." + +#: ../app/config/gimprc-blurbs.h:27 +msgid "Specifies how the area around the image should be drawn." +msgstr "Görüntü etrafındaki alanın nasıl çizileceğini belirler." #: ../app/config/gimprc-blurbs.h:33 -msgid "Ask for confirmation before closing an image without saving." -msgstr "" +msgid "How to handle embedded color profiles when opening a file." +msgstr "Gömülü kullanım profillerinin bir dosya açarken nasıl ele alınacağı." #: ../app/config/gimprc-blurbs.h:36 -msgid "Sets the pixel format of cursors the GIMP will use." +msgid "Ask for confirmation before closing an image without saving." msgstr "" +"Bir görüntünün kaydedilmeden kapatılmasından önce doğrulama için sorar." #: ../app/config/gimprc-blurbs.h:39 -msgid "Sets the mode of cursor the GIMP will use." -msgstr "" +msgid "Sets the pixel format to use for mouse pointers." +msgstr "Fare imleçleri için kullanılacak benek biçimini ayarlar." #: ../app/config/gimprc-blurbs.h:42 +msgid "Sets the type of mouse pointers to use." +msgstr "Kullanılacak fare imleçlerinin türünü ayarlar." + +#: ../app/config/gimprc-blurbs.h:45 msgid "" -"Context-dependent cursors are cool. They are enabled by default. However, " -"they require overhead that you may want to do without." +"Context-dependent mouse pointers are helpful. They are enabled by default. " +"However, they require overhead that you may want to do without." msgstr "" +"İçerik-bağımlı fare imleçleri yararlıdır. Öntanımlı olarak etkindirler. " +"Bununla birlikte, getirecekleri ek yük nedeniyle tercih etmeyebilirsiniz." -#: ../app/config/gimprc-blurbs.h:50 +#: ../app/config/gimprc-blurbs.h:53 msgid "" "When enabled, this will ensure that each pixel of an image gets mapped to a " "pixel on the screen." msgstr "" +"Etkin olduğunda, bir görüntüdeki her beneğin ekran üzerindeki bir benek ile " +"eşlenmesini sağlayacak." -#: ../app/config/gimprc-blurbs.h:76 +#: ../app/config/gimprc-blurbs.h:75 msgid "This is the distance in pixels where Guide and Grid snapping activates." -msgstr "" +msgstr "Bu uzaklık klavuz ve ızgara yanaştırmasının etkinleştiği uzaklıktır." -#: ../app/config/gimprc-blurbs.h:80 +#: ../app/config/gimprc-blurbs.h:79 msgid "" "Tools such as fuzzy-select and bucket fill find regions based on a seed-fill " "algorithm. The seed fill starts at the initially selected pixel and " @@ -3726,113 +4605,143 @@ "the original is greater than a specified threshold. This value represents " "the default threshold." msgstr "" +"Bulanıklık seçimi ve kova doldurma gibi araçlar, bir parçacık doldurma " +"algoritmasındaki bölge tabanında bulunur. Parçacık doldurma, seçilen beneğin " +"başlangıcında ve özgünün belirli eşik değerinden daha büyük olan piksel " +"yoğunluğunun farkına kadar tüm işlemlerle başlar. Bu değer, öntanımlı eşik " +"seviyesini belirtir." -#: ../app/config/gimprc-blurbs.h:93 +#: ../app/config/gimprc-blurbs.h:92 msgid "" "The window type hint that is set on dock windows. This may affect the way " "your window manager decorates and handles dock windows." msgstr "" +"Pencere türü ipucu panel pencereleri üzerinden ayarlanır. Bu işlem, sizin " +"pencere yöneticisi süslemelerinizi ve panel pencereleri işlemlerinizi " +"etkileyebilir." -#: ../app/config/gimprc-blurbs.h:124 +#: ../app/config/gimprc-blurbs.h:123 msgid "When enabled, the selected brush will be used for all tools." -msgstr "" +msgstr "Etkin olduğunda, seçilmiş fırça bütün araçlar için kullanılacak." -#: ../app/config/gimprc-blurbs.h:130 +#: ../app/config/gimprc-blurbs.h:129 msgid "When enabled, the selected gradient will be used for all tools." -msgstr "" +msgstr "Etkin olduğunda, seçilmiş renk geçişi bütün araçlar için kullanılacak." -#: ../app/config/gimprc-blurbs.h:133 +#: ../app/config/gimprc-blurbs.h:132 msgid "When enabled, the selected pattern will be used for all tools." -msgstr "" +msgstr "Etkin olduğunda, seçilmiş desen bütün araçlar için kullanılacak." -#: ../app/config/gimprc-blurbs.h:147 +#: ../app/config/gimprc-blurbs.h:146 msgid "Sets the browser used by the help system." -msgstr "" +msgstr "Tarayıcının yardım sistemi tarafından kullanılacağını ayarlar." -#: ../app/config/gimprc-blurbs.h:155 +#: ../app/config/gimprc-blurbs.h:154 msgid "Sets the text to appear in image window status bars." msgstr "" +"Görüntü penceresi durum çubukları içindeki metnin görüleceğini ayarlar." -#: ../app/config/gimprc-blurbs.h:158 +#: ../app/config/gimprc-blurbs.h:157 msgid "Sets the text to appear in image window titles." -msgstr "" +msgstr "Görüntü penceresi başlıkları içindeki metnin görüleceğini ayarlar." -#: ../app/config/gimprc-blurbs.h:161 +#: ../app/config/gimprc-blurbs.h:160 msgid "" "When enabled, this will ensure that the full image is visible after a file " "is opened, otherwise it will be displayed with a scale of 1:1." msgstr "" +"Etkin olduğunda, bir dosya açıldıktan sonra tüm görüntünün görünebilir " +"olmasını sağlar, aksi halde 1:1 ölçek ile görüntülenecek." -#: ../app/config/gimprc-blurbs.h:165 +#: ../app/config/gimprc-blurbs.h:164 msgid "" "Install a private colormap; might be useful on 8-bit (256 colors) displays." msgstr "" +"Özel bir renk haritası yüklemek: 8-ikil (256 renk) görüntülemeler üzerinde " +"yararlı olabilir." -#: ../app/config/gimprc-blurbs.h:168 +#: ../app/config/gimprc-blurbs.h:167 msgid "" "Sets the level of interpolation used for scaling and other transformations." msgstr "" +"Diğer dönüşümler ve ölçeklemeler için kullanılacak ara değerleme düzeyini " +"ayarlar." -#: ../app/config/gimprc-blurbs.h:175 +#: ../app/config/gimprc-blurbs.h:174 msgid "How many recently opened image filenames to keep on the File menu." msgstr "" +"Dosya menüsünde tutulacak son açılmış görüntü dosyası adlarının sayısıdır." -#: ../app/config/gimprc-blurbs.h:178 +#: ../app/config/gimprc-blurbs.h:177 msgid "" "Speed of marching ants in the selection outline. This value is in " "milliseconds (less time indicates faster marching)." msgstr "" +"Seçim çerçevesi içinde yürüyen karıncaların hızı. Bu değer milisaniye " +"cinsindendir (düşük zaman hızlı yürümeyi belirtir)." -#: ../app/config/gimprc-blurbs.h:182 +#: ../app/config/gimprc-blurbs.h:181 msgid "" "GIMP will warn the user if an attempt is made to create an image that would " "take more memory than the size specified here." msgstr "" +"Eğer bir teşebbüs burada belirlenmiş boyuttan daha çok bellek kaplayacak bir " +"görüntü oluşturmaya çalışırsa, GIMP kullanıcıyı uyaracak." -#: ../app/config/gimprc-blurbs.h:186 +#: ../app/config/gimprc-blurbs.h:185 msgid "When enabled, GIMP will show mnemonics in menus." -msgstr "" +msgstr "Etkin olduğunda, GIMP menüler içinde anımsama yöntemlerini gösterecek." -#: ../app/config/gimprc-blurbs.h:189 +#: ../app/config/gimprc-blurbs.h:188 msgid "" "Generally only a concern for 8-bit displays, this sets the minimum number of " -"system colors allocated for the GIMP." +"system colors allocated for GIMP." msgstr "" +"Genellikle sadece 8-ikil görüntülemeler için bir ilişkisi vardır, bu GIMP " +"için sistemde tahsis edilmiş renklerin asgari sayısını ayarlar." -#: ../app/config/gimprc-blurbs.h:200 +#: ../app/config/gimprc-blurbs.h:198 msgid "" "Sets the monitor's horizontal resolution, in dots per inch. If set to 0, " "forces the X server to be queried for both horizontal and vertical " "resolution information." msgstr "" +"Monitörün yatay çözünürlüğünü inç başına nokta cinsinden ayarlar. Eğer 0 " +"ayarlanırsa, X sunucusunun her iki yatay ve dikey çözünürlük bilgisini " +"sorgulanması için zorlayacak." -#: ../app/config/gimprc-blurbs.h:205 +#: ../app/config/gimprc-blurbs.h:203 msgid "" "Sets the monitor's vertical resolution, in dots per inch. If set to 0, " "forces the X server to be queried for both horizontal and vertical " "resolution information." msgstr "" +"Monitörün dikey çözünürlüğünü inç başına nokta cinsinden ayarlar. Eğer 0 " +"ayarlanırsa, X sunucusunun her iki yatay ve dikey çözünürlük bilgisini " +"sorgulanması için zorlayacak." -#: ../app/config/gimprc-blurbs.h:210 +#: ../app/config/gimprc-blurbs.h:208 msgid "" -"If enabled, the move tool changes the active layer or path when a layer or " -"path is being picked. This used to be the default behaviour in older " -"versions." +"If enabled, the move tool sets the edited layer or path as active. This " +"used to be the default behaviour in older versions." msgstr "" +"Seçili olduğunda, taşıma aracı katman ya da yolu etkin olacak şekilde " +"ayarlar. Bu eski sürümlerde öntanımlı davranış olarak kullanılır." -#: ../app/config/gimprc-blurbs.h:215 +#: ../app/config/gimprc-blurbs.h:212 msgid "" "Sets the size of the navigation preview available in the lower right corner " "of the image window." msgstr "" +"Dolaşma önizlemesi boyutunu görüntü penceresinin sağ alt köşesinde " +"kullanılabilir olarak ayarlar." -#: ../app/config/gimprc-blurbs.h:219 -msgid "" -"On multiprocessor machines, if GIMP has been compiled with --enable-mp this " -"sets how many processors GIMP should use simultaneously." +#: ../app/config/gimprc-blurbs.h:216 +msgid "Sets how many processors GIMP should try to use simultaneously." msgstr "" +"GIMP'in eş zamanlı olarak kaç tane işlemci kullanmayı deneyeceğini ayarlar." -#: ../app/config/gimprc-blurbs.h:233 +#: ../app/config/gimprc-blurbs.h:229 msgid "" "When enabled, the X server is queried for the mouse's current position on " "each motion event, rather than relying on the position hint. This means " @@ -3840,241 +4749,330 @@ "Perversely, on some X servers enabling this option results in faster " "painting." msgstr "" +"Etkin olduğunda, X sunucusu her hareketli olayda, konum ipucuna dayanmaktan " +"ziyade farenin mevcut konumu için sorgulanacak. Bunun anlamı, geniş " +"fırçalarla boyama daha eksiksiz olacak, ama yavaş olabilir. Aksilikle, bazı " +"X sunucuları üzerinde bu seçeneği etkinleştirmek daha hızlı boyama ile " +"sonuçlanır." -#: ../app/config/gimprc-blurbs.h:246 +#: ../app/config/gimprc-blurbs.h:245 msgid "" "Sets whether GIMP should create previews of layers and channels. Previews in " "the layers and channels dialog are nice to have but they can slow things " "down when working with large images." msgstr "" +"GIMP'in katmanların ve kanalların önizlemelerini oluşturup oluşturmayacağı. " +"Katmanlar ve kanallar kutusu içindeki önizlemelerin olması güzel ama geniş " +"görüntüler ile çalışırken nesneleri yavaşlatabilir." -#: ../app/config/gimprc-blurbs.h:251 +#: ../app/config/gimprc-blurbs.h:250 msgid "" "Sets the preview size used for layers and channel previews in newly created " "dialogs." msgstr "" +"Katmanların ve kanalların önizleme boyutları için kullanılacak yeni " +"oluşturulmuş iletişim kutularının önizlemelerini ayarlar." -#: ../app/config/gimprc-blurbs.h:255 +#: ../app/config/gimprc-blurbs.h:254 msgid "" "When enabled, the image window will automatically resize itself whenever the " "physical image size changes." msgstr "" +"Etkin olduğunda, görüntü penceresi her ne zaman fiziksel görüntü boyutu " +"değişirse otomatik olarak kendini yeniden boyutlandıracaktır." -#: ../app/config/gimprc-blurbs.h:259 +#: ../app/config/gimprc-blurbs.h:258 msgid "" "When enabled, the image window will automatically resize itself when zooming " "into and out of images." msgstr "" +"Etkin olduğunda, görüntü penceresi görüntülere yaklaştırıldığında ve " +"uzaklaştırıldığında otomatik olarak kendini yeniden boyutlandıracaktır." -#: ../app/config/gimprc-blurbs.h:263 +#: ../app/config/gimprc-blurbs.h:262 msgid "Let GIMP try to restore your last saved session on each startup." msgstr "" +"Her başlangıçta kaydedilmiş son oturumunuzu geri yüklemesini denemek için " +"GIMP'e izin verin." -#: ../app/config/gimprc-blurbs.h:266 +#: ../app/config/gimprc-blurbs.h:265 msgid "" "Remember the current tool, pattern, color, and brush across GIMP sessions." msgstr "" +"GIMP oturumları arasında mevcut aracı, deseni, rengi ve fırçayı hatırla." -#: ../app/config/gimprc-blurbs.h:270 -msgid "Save the positions and sizes of the main dialogs when the GIMP exits." +#: ../app/config/gimprc-blurbs.h:269 +msgid "" +"Keep a permanent record of all opened and saved files in the Recent " +"Documents list." msgstr "" +"Son Belgeler listesinde tüm açılmış ve kaydedilmiş dosyaların kalıcı bir " +"kaydını tut." #: ../app/config/gimprc-blurbs.h:273 -msgid "Save the tool options when the GIMP exits." -msgstr "" +msgid "Save the positions and sizes of the main dialogs when GIMP exits." +msgstr "GIMP'ten çıkılırken, ana kutuların konumlarını ve boyutlarını kaydet." + +#: ../app/config/gimprc-blurbs.h:276 +msgid "Save the tool options when GIMP exits." +msgstr "GIMP'ten çıkılırken, araç seçeneklerini kaydet." -#: ../app/config/gimprc-blurbs.h:279 +#: ../app/config/gimprc-blurbs.h:282 msgid "" "When enabled, all paint tools will show a preview of the current brush's " "outline." msgstr "" +"Etkin olduğunda, tüm boyama araçları mevcut fırça çerçevesinin bir " +"önizlemesini gösterecek." -#: ../app/config/gimprc-blurbs.h:283 +#: ../app/config/gimprc-blurbs.h:286 msgid "" "When enabled, dialogs will show a help button that gives access to the " "related help page. Without this button, the help page can still be reached " "by pressing F1." msgstr "" +"Etkin olduğunda, iletişim kutuları ilgili sayfanın yardımına girebilmek için " +"bir yardım butonu gösterecek. Bu buton olmadan, bu yardım sayfasına F1'e " +"basılarak erişilebilir." -#: ../app/config/gimprc-blurbs.h:288 +#: ../app/config/gimprc-blurbs.h:291 msgid "" -"When enabled, the cursor will be shown over the image while using a paint " -"tool." +"When enabled, the mouse pointer will be shown over the image while using a " +"paint tool." msgstr "" +"Etkin olduğunda, bir boyama aracı kullanıldığında fare imleci görüntü " +"üzerinde gösterilecek." -#: ../app/config/gimprc-blurbs.h:292 +#: ../app/config/gimprc-blurbs.h:295 msgid "" "When enabled, the menubar is visible by default. This can also be toggled " "with the \"View->Show Menubar\" command." msgstr "" +"Etkin olduğunda, menü çubuğu öntanımlı olarak görünür olacak. Bu, \"Görünüm-" +">Menü Çubuğunu Göster\" komutuyla da değiştirilebilir." -#: ../app/config/gimprc-blurbs.h:296 +#: ../app/config/gimprc-blurbs.h:299 msgid "" "When enabled, the rulers are visible by default. This can also be toggled " "with the \"View->Show Rulers\" command." msgstr "" +"Etkin olduğunda, cetveller öntanımlı olarak görünür olacak. Bu, \"Görünüm-" +">Cetvelleri Göster\" komutuyla da değiştirilebilir." -#: ../app/config/gimprc-blurbs.h:300 +#: ../app/config/gimprc-blurbs.h:303 msgid "" "When enabled, the scrollbars are visible by default. This can also be " "toggled with the \"View->Show Scrollbars\" command." msgstr "" +"Etkin olduğunda, kaydırma çubukları öntanımlı olarak görünür olacak. Bu, " +"\"Görünüm->Kaydırma Çubuklarını Göster\" komutuyla da değiştirilebilir." -#: ../app/config/gimprc-blurbs.h:304 +#: ../app/config/gimprc-blurbs.h:307 msgid "" "When enabled, the statusbar is visible by default. This can also be toggled " "with the \"View->Show Statusbar\" command." msgstr "" +"Etkin olduğunda, durum çubuğu öntanımlı olarak görünür olacak. Bu, \"Görünüm-" +">Durum Çubuğunu Göster\" komutuyla da değiştirilebilir." -#: ../app/config/gimprc-blurbs.h:308 +#: ../app/config/gimprc-blurbs.h:311 msgid "" "When enabled, the selection is visible by default. This can also be toggled " "with the \"View->Show Selection\" command." msgstr "" +"Etkin olduğunda, seçim öntanımlı olarak görünür olacak. Bu, \"Görünüm-" +">Seçimi Göster\" komutuyla da değiştirilebilir." -#: ../app/config/gimprc-blurbs.h:312 +#: ../app/config/gimprc-blurbs.h:315 msgid "" "When enabled, the layer boundary is visible by default. This can also be " "toggled with the \"View->Show Layer Boundary\" command." msgstr "" +"Etkin olduğunda, katman sınırı öntanımlı olarak görünür olacak. Bu, " +"\"Görünüm->Katman Sınırını Göster\" komutuyla da değiştirilebilir." -#: ../app/config/gimprc-blurbs.h:316 +#: ../app/config/gimprc-blurbs.h:319 msgid "" "When enabled, the guides are visible by default. This can also be toggled " "with the \"View->Show Guides\" command." msgstr "" +"Etkin olduğunda, kılavuzlar öntanımlı olarak görünür olacak. Bu, \"Görünüm-" +">Kılavuzları Göster\" komutuyla da değiştirilebilir." -#: ../app/config/gimprc-blurbs.h:320 +#: ../app/config/gimprc-blurbs.h:323 msgid "" "When enabled, the grid is visible by default. This can also be toggled with " "the \"View->Show Grid\" command." msgstr "" -"Eğer etkinleştirilirse kılavuz çizgileri görüntülenir. Bu işlem aynı zamanda " -"\"Görüntüle - Kılavuzu Göster\" komutuyla da yapılabilir." +"Etkin olduğunda, ızgara öntanımlı olarak görünür olacak. Bu, \"Görünüm-" +">Izgarayı Göster\" komutuyla da değiştirilebilir." -#: ../app/config/gimprc-blurbs.h:324 -#, fuzzy +#: ../app/config/gimprc-blurbs.h:327 msgid "" "When enabled, the sample points are visible by default. This can also be " "toggled with the \"View->Show Sample Points\" command." msgstr "" -"Eğer etkinleştirilirse kılavuz çizgileri görüntülenir. Bu işlem aynı zamanda " -"\"Görüntüle - Kılavuzu Göster\" komutuyla da yapılabilir." - -#: ../app/config/gimprc-blurbs.h:328 -#, fuzzy -msgid "Enable displaying a handy GIMP tip on startup." -msgstr "Başlangıçta GIMP ipuçlarını gösterir." +"Etkin olduğunda, örnek noktalar öntanımlı olarak görünür olacak. Bu, " +"\"Görünüm->Örnek Noktaları Göster\" komutuyla da değiştirilebilir." #: ../app/config/gimprc-blurbs.h:331 -msgid "Enable tooltips display." -msgstr "" +msgid "Show a tooltip when the pointer hovers over an item." +msgstr "İmleç bir öğe üzerinde durduğunda, bir araç ipucu göster." #: ../app/config/gimprc-blurbs.h:334 +msgid "What to do when the space bar is pressed in the image window." +msgstr "Bir görüntü penceresi içinde ara çubuğuna basıldığında ne yapılacağı." + +#: ../app/config/gimprc-blurbs.h:337 msgid "" -"Sets the swap file location. The GIMP uses a tile based memory allocation " +"Sets the swap file location. GIMP uses a tile based memory allocation " "scheme. The swap file is used to quickly and easily swap tiles out to disk " -"and back in. Be aware that the swap file can easily get very large if the " -"GIMP is used with large images. Also, things can get horribly slow if the " -"swap file is created on a directory that is mounted over NFS. For these " -"reasons, it may be desirable to put your swap file in \"/tmp\"." -msgstr "" +"and back in. Be aware that the swap file can easily get very large if GIMP " +"is used with large images. Also, things can get horribly slow if the swap " +"file is created on a folder that is mounted over NFS. For these reasons, it " +"may be desirable to put your swap file in \"/tmp\"." +msgstr "" +"Takas dosyası konumunu ayarlar. GIMP döşeme temelli bir bellek dağıtım " +"şeması kullanır. Takas dosyaları, döşemeleri çabuk ve kolayca disk dışına " +"takas etme ve geri almak için kullanılır. Eğer GIMP büyük görüntülerle " +"çalışırsa takas dosyalarının çabucak büyüyebileceğini unutmayın. Ayrıca " +"takas dosyası NFS üzerinde bir dizin oluşturursa bazı şeyler korkunç biçimde " +"yavaşlayabilir. Bu sebeplerden dolayı, takas dosyanızı \"/tmp\" içine koymak " +"daha iyi olabilir." -#: ../app/config/gimprc-blurbs.h:343 +#: ../app/config/gimprc-blurbs.h:346 msgid "When enabled, menus can be torn off." -msgstr "" +msgstr "Etkin olduğunda, menüler kapatılabilir." -#: ../app/config/gimprc-blurbs.h:346 +#: ../app/config/gimprc-blurbs.h:349 msgid "" "When enabled, dock windows (the toolbox and palettes) are set to be " "transient to the active image window. Most window managers will keep the " "dock windows above the image window then, but it may also have other effects." msgstr "" +"Etkin olduğunda, rıhtım pencereleri (araç çubukları ve paletler) kullanılan " +"görüntü penceresi için geçici olarak ayarlı olacak. Çoğu pencere " +"yöneticileri rıhtım pencerelerini görüntü penceresinin altında tutacaktır, " +"ama bunun başka etkileri de olabilir." -#: ../app/config/gimprc-blurbs.h:352 +#: ../app/config/gimprc-blurbs.h:355 msgid "" "When enabled, you can change keyboard shortcuts for menu items by hitting a " "key combination while the menu item is highlighted." msgstr "" - -#: ../app/config/gimprc-blurbs.h:356 -msgid "Save changed keyboard shortcuts when the GIMP exits." -msgstr "" +"Etkin olduğunda, menü öğeleri için klavye kısayollarını, menü öğesi " +"aydınlatılmış olduğunda bir tuş birleşimi ile değiştirebilirsiniz." #: ../app/config/gimprc-blurbs.h:359 -msgid "Restore saved keyboard shortcuts on each GIMP startup." -msgstr "" +msgid "Save changed keyboard shortcuts when GIMP exits." +msgstr "GIMP'ten çıkıldığında, değiştirilmiş klavye kısayollarını kaydet." #: ../app/config/gimprc-blurbs.h:362 -msgid "" -"Sets the temporary storage directory. Files will appear here during the " -"course of running the GIMP. Most files will disappear when the GIMP exits, " -"but some files are likely to remain, so it is best if this directory not be " -"one that is shared by other users." -msgstr "" +msgid "Restore saved keyboard shortcuts on each GIMP startup." +msgstr "Her GIMP başladığında kaydedilmiş klavye kısayollarını geri yükle." -#: ../app/config/gimprc-blurbs.h:374 +#: ../app/config/gimprc-blurbs.h:365 msgid "" -"Sets the size of the thumbnail shown in the Open dialog. Note that GIMP can " -"not create thumbnails if layer previews are disabled." +"Sets the folder for temporary storage. Files will appear here during the " +"course of running GIMP. Most files will disappear when GIMP exits, but some " +"files are likely to remain, so it is best if this folder not be one that is " +"shared by other users." msgstr "" +"Geçici depolama için dizin ayarlar. GIMP'in çalışması esnasında dosyalar " +"burada görülecek. Çoğu dosya GIMP'ten çıkıldığında kaybolacak, ama bazı " +"dosyalar muhtemelen duracak, bu yüzden en iyisi bu dizini diğer " +"kullanıcılarla paylaşmamak." -#: ../app/config/gimprc-blurbs.h:378 +#: ../app/config/gimprc-blurbs.h:377 +msgid "Sets the size of the thumbnail shown in the Open dialog." +msgstr "Açılış kutusunda gösterilecek küçük görüntü boyutunu ayarlar." + +#: ../app/config/gimprc-blurbs.h:380 msgid "" "The thumbnail in the Open dialog will be automatically updated if the file " "being previewed is smaller than the size set here." msgstr "" +"Eğer dosya önizlemesi burada ayarlanan boyuttan daha küçükse, Açılış " +"kutusundaki küçük görüntü otomatik olarak güncellenecek." -#: ../app/config/gimprc-blurbs.h:382 +#: ../app/config/gimprc-blurbs.h:384 msgid "" -"The tile cache is used to make sure the GIMP doesn't thrash tiles between " -"memory and disk. Setting this value higher will cause the GIMP to use less " -"swap space, but will also cause the GIMP to use more memory. Conversely, a " -"smaller cache size causes the GIMP to use more swap space and less memory." -msgstr "" +"When the amount of pixel data exceeds this limit, GIMP will start to swap " +"tiles to disk. This is a lot slower but it makes it possible to work on " +"images that wouldn't fit into memory otherwise. If you have a lot of RAM, " +"you may want to set this to a higher value." +msgstr "" +"Benek verisi miktarı bu sınırı aşarsa, GIMP takas dosyasını diske yazmaya " +"başlayacak. Bu çok daha yavaştır, ama başka yolla belleğe uymayan " +"görüntülerde çalışılmasını mümkün kılar. Çok fazla rastgele erişimli " +"belleğiniz varsa, bu değeri daha yüksek olarak ayarlamak isteyebilirsiniz." + +#: ../app/config/gimprc-blurbs.h:390 +msgid "Show the current foreground and background colors in the toolbox." +msgstr "Mevcut önalan ve artalan renklerini araç kutusu içinde göster." #: ../app/config/gimprc-blurbs.h:393 +msgid "Show the currently selected brush, pattern and gradient in the toolbox." +msgstr "" +"Mevcut seçilmiş fırçayı, deseni ve renk geçişini araç kutusu içinde göster." + +#: ../app/config/gimprc-blurbs.h:396 +msgid "Show the currently active image in the toolbox." +msgstr "Mevcut etkin görüntüyü araç kutusu içinde göster." + +#: ../app/config/gimprc-blurbs.h:402 msgid "" "The window type hint that is set on the toolbox. This may affect how your " "window manager decorates and handles the toolbox window." msgstr "" +"Araç kutusu üzerinde ayarlı pencere türü ipucudur. Bu, pencere yöneticisinin " +"araç kutusu penceresini nasıl ele alacağına ve süsleyeceğine etki edebilir." -#: ../app/config/gimprc-blurbs.h:397 +#: ../app/config/gimprc-blurbs.h:406 msgid "Sets the manner in which transparency is displayed in images." -msgstr "" +msgstr "Görüntülerde gösterilecek saydamlığın davranışını ayarlar." -#: ../app/config/gimprc-blurbs.h:400 +#: ../app/config/gimprc-blurbs.h:409 msgid "Sets the size of the checkerboard used to display transparency." msgstr "" +"Saydamlığı görüntülemek için kullanılan dama tahtasının boyutunu ayarlar." -#: ../app/config/gimprc-blurbs.h:403 +#: ../app/config/gimprc-blurbs.h:412 msgid "" -"When enabled, the GIMP will not save an image if it has not been changed " -"since it was opened." +"When enabled, GIMP will not save an image if it has not been changed since " +"it was opened." msgstr "" +"Etkin olduğunda, eğer bir görüntü açıldıktan sonra değiştirilmemişse GIMP " +"bunu bunu kaydetmeyecek." -#: ../app/config/gimprc-blurbs.h:407 +#: ../app/config/gimprc-blurbs.h:416 msgid "" "Sets the minimal number of operations that can be undone. More undo levels " "are kept available until the undo-size limit is reached." msgstr "" +"Geri alınabilir işlemlerin asgari sayısını ayarlar. Daha çok geri alma " +"düzeyi, yapılmama-boyutu sınırına ulaşılana kadar kullanılabilir olarak " +"tutulur." -#: ../app/config/gimprc-blurbs.h:411 +#: ../app/config/gimprc-blurbs.h:420 msgid "" "Sets an upper limit to the memory that is used per image to keep operations " "on the undo stack. Regardless of this setting, at least as many undo-levels " "as configured can be undone." msgstr "" +"Geri alma işlemleri için ayrılan belleğe üst limit belirleyin. Bu limitin " +"dikkatsizce belirlenmesi sonucunda değişiklikler geri alınamaz hale " +"gelebilir." -#: ../app/config/gimprc-blurbs.h:416 +#: ../app/config/gimprc-blurbs.h:425 msgid "Sets the size of the previews in the Undo History." -msgstr "" +msgstr "Geri Alma Geçmişindeki önizlemelerin boyutlarını ayarlar." -#: ../app/config/gimprc-blurbs.h:419 +#: ../app/config/gimprc-blurbs.h:428 msgid "When enabled, pressing F1 will open the help browser." -msgstr "" +msgstr "Etkin olduğunda, F1'e basmak yardım tarayıcısını açacak." -#: ../app/config/gimprc-blurbs.h:422 +#: ../app/config/gimprc-blurbs.h:439 #, c-format msgid "" "Sets the external web browser to be used. This can be an absolute path or " @@ -4082,1442 +5080,1503 @@ "contains '%s' it will be replaced with the URL, else the URL will be " "appended to the command with a space separating the two." msgstr "" - -#: ../app/config/gimprc-deserialize.c:135 ../app/core/gimp-modules.c:130 -#: ../app/core/gimp-units.c:160 ../app/gui/session.c:157 -#: ../app/plug-in/plug-in-rc.c:204 +"Kullanılacak harici web tarayıcıyı ayarlar. Bu, kullanıcının PATH'ında " +"aramak için, kesin bir yol veya yürütülebilir bir ad olabilir. Eğer komut '%" +"s' i içerirse, bu URL ile yer değiştirecek, aksi taktirde URL, iki boşluk " +"ayırıcı ile komuta eklenecektir." + +#: ../app/config/gimprc-deserialize.c:135 ../app/core/gimp-modules.c:134 +#: ../app/core/gimp-units.c:164 ../app/gui/session.c:206 +#: ../app/plug-in/plug-in-rc.c:213 msgid "fatal parse error" -msgstr "" +msgstr "ölümcül ayrıştırma hatası" #: ../app/config/gimprc-deserialize.c:163 #, c-format msgid "value for token %s is not a valid UTF-8 string" -msgstr "%s anahtarına verilen değer geçerli bir UTF-8 dizgesi değil" +msgstr "%s için alınan değer geçerli bir UTF-8 dizgisi değil" -#: ../app/core/core-enums.c:53 ../app/core/core-enums.c:204 -#: ../app/core/core-enums.c:490 ../app/tools/gimptransformoptions.c:456 +#. no undo (or redo) steps available +#: ../app/core/core-enums.c:53 ../app/core/core-enums.c:252 +#: ../app/core/core-enums.c:504 ../app/paint/paint-enums.c:81 +#: ../app/widgets/gimpimagepropview.c:416 msgid "None" -msgstr "Yok" +msgstr "Hiçbiri" #: ../app/core/core-enums.c:54 -#, fuzzy msgid "Floyd-Steinberg (normal)" -msgstr "Floyd-Stainberg Renk Geçişi (Normal)" +msgstr "Floyd-Steinberg (normal)" #: ../app/core/core-enums.c:55 -#, fuzzy msgid "Floyd-Steinberg (reduced color bleeding)" -msgstr "Floyd-Steinberg Renk Geçişi (Azaltılmış Renk Kayması)" +msgstr "Floyd-Steinberg (azaltılmış renk akması)" #: ../app/core/core-enums.c:56 -#, fuzzy msgid "Positioned" -msgstr "Konum: %0.6f" +msgstr "Konumlandırılmış" #: ../app/core/core-enums.c:85 -#, fuzzy msgid "Generate optimum palette" -msgstr "Optimal Palet Oluştur:" +msgstr "En iyi paleti üret" #: ../app/core/core-enums.c:86 -#, fuzzy msgid "Use web-optimized palette" -msgstr "WWW-Uyumlu Palet Kullan" +msgstr "Ağ-ayarlı paleti kullan" #: ../app/core/core-enums.c:87 -#, fuzzy msgid "Use black and white (1-bit) palette" -msgstr "Siyah Beyaz (1-Bit) Palet Kullan" +msgstr "Siyah ve beyaz (1-ikil) paleti kullan" #: ../app/core/core-enums.c:88 -#, fuzzy msgid "Use custom palette" -msgstr "İsteğe Uyarlanmış Palet Kullan:" +msgstr "Özel palet kullan" + +#: ../app/core/core-enums.c:211 +msgid "First item" +msgstr "İlk öğe" + +#: ../app/core/core-enums.c:213 ../app/dialogs/dialogs.c:198 +#: ../app/tools/tools-enums.c:210 +msgid "Selection" +msgstr "Seçim" -#: ../app/core/core-enums.c:199 +#: ../app/core/core-enums.c:214 +msgid "Active layer" +msgstr "Etkin katman" + +#: ../app/core/core-enums.c:215 +msgid "Active channel" +msgstr "Etkin kanal" + +#: ../app/core/core-enums.c:216 +msgid "Active path" +msgstr "Etkin yol" + +#: ../app/core/core-enums.c:247 msgid "Foreground color" -msgstr "Önplan rengi" +msgstr "Önalan rengi" -#: ../app/core/core-enums.c:200 +#: ../app/core/core-enums.c:248 msgid "Background color" -msgstr "Arkaplan rengi" +msgstr "Artalan rengi" -#: ../app/core/core-enums.c:201 +#: ../app/core/core-enums.c:249 msgid "White" msgstr "Beyaz" #. Transparency -#: ../app/core/core-enums.c:202 ../app/dialogs/preferences-dialog.c:2040 +#: ../app/core/core-enums.c:250 ../app/dialogs/preferences-dialog.c:2311 msgid "Transparency" -msgstr "Şeffaflık" +msgstr "Saydamlık" -#: ../app/core/core-enums.c:203 ../app/core/core-enums.c:294 -#: ../app/pdb/internal_procs.c:180 +#: ../app/core/core-enums.c:251 ../app/core/core-enums.c:308 msgid "Pattern" msgstr "Desen" -#: ../app/core/core-enums.c:234 -#, fuzzy -msgid "Intersections (dots)" -msgstr "/Seçimle Kesiştir" - -#: ../app/core/core-enums.c:235 -#, fuzzy -msgid "Intersections (crosshairs)" -msgstr "/Seçimle Kesiştir" - -#: ../app/core/core-enums.c:236 -msgid "Dashed" -msgstr "" - -#: ../app/core/core-enums.c:237 -msgid "Double dashed" -msgstr "" - -#: ../app/core/core-enums.c:238 ../app/core/core-enums.c:293 -msgid "Solid" -msgstr "Katı" - -#: ../app/core/core-enums.c:265 -#, fuzzy +#: ../app/core/core-enums.c:279 msgid "Stroke line" -msgstr "Seçimi Darbele" +msgstr "Darbeleme satırı" -#: ../app/core/core-enums.c:266 +#: ../app/core/core-enums.c:280 msgid "Stroke with a paint tool" -msgstr "" +msgstr "Bir boyama aracı ile darbele" -#: ../app/core/core-enums.c:322 -#, fuzzy +#: ../app/core/core-enums.c:307 +msgid "Solid color" +msgstr "Kesiksiz renk" + +#: ../app/core/core-enums.c:336 msgid "Miter" -msgstr "Ana:" +msgstr "Köşe" -#: ../app/core/core-enums.c:323 ../app/core/core-enums.c:353 +#: ../app/core/core-enums.c:337 ../app/core/core-enums.c:367 msgid "Round" -msgstr "" +msgstr "Yuvarla" -#: ../app/core/core-enums.c:324 -#, fuzzy +#: ../app/core/core-enums.c:338 msgid "Bevel" -msgstr "Seviyeler" +msgstr "Kabarıklık" -#: ../app/core/core-enums.c:352 +#: ../app/core/core-enums.c:366 msgid "Butt" -msgstr "" +msgstr "Buton" -#: ../app/core/core-enums.c:354 ../app/core/core-enums.c:429 +#: ../app/core/core-enums.c:368 ../app/core/core-enums.c:443 msgid "Square" msgstr "Kare" -#: ../app/core/core-enums.c:390 +#: ../app/core/core-enums.c:404 msgid "Custom" msgstr "Özel" -#: ../app/core/core-enums.c:391 -#, fuzzy +#: ../app/core/core-enums.c:405 msgid "Line" -msgstr "Doğrusal" +msgstr "Satır" -#: ../app/core/core-enums.c:392 +#: ../app/core/core-enums.c:406 msgid "Long dashes" -msgstr "" +msgstr "Uzun çizgiler" -#: ../app/core/core-enums.c:393 -#, fuzzy +#: ../app/core/core-enums.c:407 msgid "Medium dashes" -msgstr "Orta" +msgstr "Orta çizgiler" -#: ../app/core/core-enums.c:394 +#: ../app/core/core-enums.c:408 msgid "Short dashes" -msgstr "" +msgstr "Kısa çizgiler" -#: ../app/core/core-enums.c:395 +#: ../app/core/core-enums.c:409 msgid "Sparse dots" -msgstr "" +msgstr "Dağınık noktalar" -#: ../app/core/core-enums.c:396 +#: ../app/core/core-enums.c:410 msgid "Normal dots" msgstr "Normal noktalar" -#: ../app/core/core-enums.c:397 +#: ../app/core/core-enums.c:411 msgid "Dense dots" -msgstr "" +msgstr "Sık noktalar" -#: ../app/core/core-enums.c:398 -#, fuzzy +#: ../app/core/core-enums.c:412 msgid "Stipples" -msgstr "Durum:" +msgstr "Nokta çizimler" -#: ../app/core/core-enums.c:399 +#: ../app/core/core-enums.c:413 msgid "Dash, dot" -msgstr "" +msgstr "Çizgi, nokta" -#: ../app/core/core-enums.c:400 +#: ../app/core/core-enums.c:414 msgid "Dash, dot, dot" -msgstr "" +msgstr "Çizgi, nokta, nokta" -#: ../app/core/core-enums.c:428 +#: ../app/core/core-enums.c:442 msgid "Circle" msgstr "Çember" -#: ../app/core/core-enums.c:430 +#: ../app/core/core-enums.c:444 msgid "Diamond" msgstr "Elmas" -#: ../app/core/core-enums.c:458 ../app/dialogs/preferences-dialog.c:2072 +#: ../app/core/core-enums.c:472 ../app/dialogs/preferences-dialog.c:2343 msgid "Horizontal" msgstr "Yatay" -#: ../app/core/core-enums.c:459 ../app/dialogs/preferences-dialog.c:2074 +#: ../app/core/core-enums.c:473 ../app/dialogs/preferences-dialog.c:2345 msgid "Vertical" msgstr "Dikey" -#: ../app/core/core-enums.c:460 +#: ../app/core/core-enums.c:474 msgid "Unknown" msgstr "Bilinmeyen" -#: ../app/core/core-enums.c:491 -#, fuzzy +#: ../app/core/core-enums.c:505 +msgid "All layers" +msgstr "Bütün katmanlar" + +#: ../app/core/core-enums.c:506 msgid "Image-sized layers" -msgstr "Katman Boyutunu Değiştir" +msgstr "Görüntü-boyutlu katmanlar" -#: ../app/core/core-enums.c:492 -#, fuzzy +#: ../app/core/core-enums.c:507 msgid "All visible layers" -msgstr "Görünen Katmanları Birleştir" +msgstr "Bütün görünür katmanlar" -#: ../app/core/core-enums.c:493 -#, fuzzy +#: ../app/core/core-enums.c:508 msgid "All linked layers" -msgstr "%d katman" - -#: ../app/core/core-enums.c:494 -#, fuzzy -msgid "All layers" -msgstr "Mevcut Filtreler" +msgstr "Bütün bağlanmış katmanlar" -#: ../app/core/core-enums.c:558 +#: ../app/core/core-enums.c:572 msgid "Tiny" msgstr "Küçük" -#: ../app/core/core-enums.c:559 +#: ../app/core/core-enums.c:573 msgid "Very small" msgstr "Çok küçük" -#: ../app/core/core-enums.c:560 +#: ../app/core/core-enums.c:574 msgid "Small" msgstr "Ufak" -#: ../app/core/core-enums.c:561 +#: ../app/core/core-enums.c:575 msgid "Medium" msgstr "Orta" -#: ../app/core/core-enums.c:562 +#: ../app/core/core-enums.c:576 msgid "Large" msgstr "Büyük" -#: ../app/core/core-enums.c:563 +#: ../app/core/core-enums.c:577 msgid "Very large" msgstr "Çok büyük" -#: ../app/core/core-enums.c:564 +#: ../app/core/core-enums.c:578 msgid "Huge" msgstr "Kocaman" -#: ../app/core/core-enums.c:565 +#: ../app/core/core-enums.c:579 msgid "Enormous" -msgstr "Dev gibi" +msgstr "Muazzam" -#: ../app/core/core-enums.c:566 +#: ../app/core/core-enums.c:580 msgid "Gigantic" -msgstr "" +msgstr "Dev gibi" + +#: ../app/core/core-enums.c:607 +msgid "View as list" +msgstr "Liste olarak görüntüle" + +#: ../app/core/core-enums.c:608 +msgid "View as grid" +msgstr "Izgara olarak görüntüle" -#: ../app/core/core-enums.c:628 +#: ../app/core/core-enums.c:672 msgid "No thumbnails" -msgstr "Küçük resim yok" +msgstr "Küçük görüntü yok" -#: ../app/core/core-enums.c:629 +#: ../app/core/core-enums.c:673 msgid "Normal (128x128)" msgstr "Normal (128x128)" -#: ../app/core/core-enums.c:630 +#: ../app/core/core-enums.c:674 msgid "Large (256x256)" msgstr "Büyük (256x256)" -#: ../app/core/core-enums.c:804 +#: ../app/core/core-enums.c:850 msgid "<>" msgstr "<>" -#: ../app/core/core-enums.c:805 +#: ../app/core/core-enums.c:851 msgid "Scale image" -msgstr "Resmi ölçekle" +msgstr "Görüntüyü ölçekle" -#: ../app/core/core-enums.c:806 +#: ../app/core/core-enums.c:852 msgid "Resize image" -msgstr "Resim boyutunu değiştir" +msgstr "Görüntü boyutunu değiştir" -#: ../app/core/core-enums.c:807 -#, fuzzy +#: ../app/core/core-enums.c:853 msgid "Flip image" -msgstr "Yeni Resim" +msgstr "Görüntüyü çevir" -#: ../app/core/core-enums.c:808 +#: ../app/core/core-enums.c:854 msgid "Rotate image" -msgstr "Resmi Döndür" +msgstr "Görüntüyü döndür" -#: ../app/core/core-enums.c:809 +#: ../app/core/core-enums.c:855 msgid "Crop image" -msgstr "Resmi kırp" +msgstr "Görüntüyü kırp" -#: ../app/core/core-enums.c:810 +#: ../app/core/core-enums.c:856 msgid "Convert image" -msgstr "Resmi dönüştür" +msgstr "Görüntüyü dönüştür" -#: ../app/core/core-enums.c:811 +#: ../app/core/core-enums.c:857 msgid "Remove item" -msgstr "Öğeyi sil" +msgstr "Öğeyi kaldır" -#: ../app/core/core-enums.c:812 +#: ../app/core/core-enums.c:858 msgid "Merge layers" msgstr "Katmanları birleştir" -#: ../app/core/core-enums.c:813 -msgid "Merge vectors" -msgstr "Vektörleri birleştir" +#: ../app/core/core-enums.c:859 +msgid "Merge paths" +msgstr "Yolları birleştir" -#: ../app/core/core-enums.c:814 ../app/core/gimpchannel.c:404 -msgid "Quick Mask" -msgstr "Hızlı Maske" +#: ../app/core/core-enums.c:861 ../app/core/core-enums.c:892 +#: ../app/core/gimpimage-grid.c:58 ../app/dialogs/grid-dialog.c:152 +#: ../app/tools/tools-enums.c:241 +msgid "Grid" +msgstr "Izgara" -#: ../app/core/core-enums.c:815 ../app/core/core-enums.c:845 +#: ../app/core/core-enums.c:862 ../app/core/core-enums.c:894 msgid "Guide" -msgstr "" +msgstr "Rehber" -#: ../app/core/core-enums.c:816 ../app/core/core-enums.c:846 -#: ../app/core/gimpimage-grid.c:58 ../app/dialogs/grid-dialog.c:149 -#: ../app/tools/tools-enums.c:203 -msgid "Grid" -msgstr "Kılavuz" - -#: ../app/core/core-enums.c:817 ../app/core/core-enums.c:847 -#, fuzzy +#: ../app/core/core-enums.c:863 ../app/core/core-enums.c:895 msgid "Sample Point" -msgstr "Yolu Ölçeklendir" +msgstr "Örnek Nokta" + +#: ../app/core/core-enums.c:864 ../app/core/core-enums.c:896 +msgid "Layer/Channel" +msgstr "Katman/Kanal" -#: ../app/core/core-enums.c:819 ../app/core/core-enums.c:850 -#, fuzzy -msgid "Drawable mod" -msgstr "Çizilebilir işlemleri" +#: ../app/core/core-enums.c:865 ../app/core/core-enums.c:897 +msgid "Layer/Channel modification" +msgstr "Katman/Kanal değişikliği" -#: ../app/core/core-enums.c:820 ../app/core/core-enums.c:851 +#: ../app/core/core-enums.c:866 ../app/core/core-enums.c:898 msgid "Selection mask" msgstr "Seçim maskesi" -#: ../app/core/core-enums.c:821 ../app/core/core-enums.c:854 +#: ../app/core/core-enums.c:867 ../app/core/core-enums.c:901 msgid "Item visibility" msgstr "Öğe görünürlüğü" -#: ../app/core/core-enums.c:822 -msgid "Linked item" -msgstr "Bağlantılı öğe" +#: ../app/core/core-enums.c:868 ../app/core/core-enums.c:902 +msgid "Link/Unlink item" +msgstr "Bağlı/Bağsız öğe" -#: ../app/core/core-enums.c:823 +#: ../app/core/core-enums.c:869 msgid "Item properties" msgstr "Öğe özellikleri" -#: ../app/core/core-enums.c:824 ../app/core/core-enums.c:853 +#: ../app/core/core-enums.c:870 ../app/core/core-enums.c:900 msgid "Move item" msgstr "Öğeyi taşı" -#: ../app/core/core-enums.c:825 -#, fuzzy +#: ../app/core/core-enums.c:871 msgid "Scale item" -msgstr "Resmi Ölçekle" +msgstr "Öğeyi ölçekle" -#: ../app/core/core-enums.c:826 -#, fuzzy +#: ../app/core/core-enums.c:872 msgid "Resize item" -msgstr "Resim Boyutunu Değiştir" +msgstr "Öğeyi yeniden boyutlandır" + +#: ../app/core/core-enums.c:873 +msgid "Add layer" +msgstr "Katman ekle" -#: ../app/core/core-enums.c:827 ../app/core/core-enums.c:864 -#, fuzzy +#: ../app/core/core-enums.c:874 ../app/core/core-enums.c:911 msgid "Add layer mask" -msgstr "Katman Maskesi Ekle" +msgstr "Katman maskesi ekle" -#: ../app/core/core-enums.c:828 ../app/core/core-enums.c:866 -#, fuzzy +#: ../app/core/core-enums.c:875 ../app/core/core-enums.c:913 msgid "Apply layer mask" -msgstr "Katman Maskesini Uygula" +msgstr "Katman maskesini uygula" -#: ../app/core/core-enums.c:829 -#, fuzzy +#: ../app/core/core-enums.c:876 ../app/core/core-enums.c:923 msgid "Floating selection to layer" -msgstr "Katmana Yüzen Seçim" +msgstr "Katman için yüzdürme seçimi" -#: ../app/core/core-enums.c:830 -#, fuzzy +#: ../app/core/core-enums.c:877 msgid "Float selection" -msgstr "Seçimi Yüzdür" +msgstr "Yüzdürme seçimi" -#: ../app/core/core-enums.c:831 -#, fuzzy +#: ../app/core/core-enums.c:878 msgid "Anchor floating selection" -msgstr "Yüzen Seçimi Çıpala" +msgstr "Yüzen seçimi çıpala" -#: ../app/core/core-enums.c:832 -#, fuzzy +#: ../app/core/core-enums.c:879 msgid "Remove floating selection" -msgstr "Yüzen Seçim" +msgstr "Yüzdürme seçimini kaldır" -#: ../app/core/core-enums.c:833 ../app/core/gimp-edit.c:248 +#: ../app/core/core-enums.c:880 ../app/core/gimp-edit.c:262 msgid "Paste" msgstr "Yapıştır" -#: ../app/core/core-enums.c:834 ../app/core/gimp-edit.c:412 +#: ../app/core/core-enums.c:881 ../app/core/gimp-edit.c:557 msgid "Cut" msgstr "Kes" -#: ../app/core/core-enums.c:835 ../app/core/core-enums.c:862 -#: ../app/tools/gimptexttool.c:146 ../app/widgets/widgets-enums.c:263 +#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:161 +#: ../app/widgets/widgets-enums.c:265 msgid "Text" msgstr "Metin" -#: ../app/core/core-enums.c:836 ../app/core/core-enums.c:879 -#: ../app/core/gimpdrawable-transform.c:911 +#: ../app/core/core-enums.c:883 ../app/core/core-enums.c:926 +#: ../app/core/gimpdrawable-transform.c:567 msgid "Transform" -msgstr "Dönüştür" +msgstr "Döndür" -#: ../app/core/core-enums.c:837 ../app/core/core-enums.c:880 -#: ../app/paint/gimppaintcore.c:345 +#: ../app/core/core-enums.c:884 ../app/core/core-enums.c:927 +#: ../app/paint/gimppaintcore.c:137 msgid "Paint" msgstr "Boya" -#: ../app/core/core-enums.c:838 ../app/core/core-enums.c:882 -#, fuzzy +#: ../app/core/core-enums.c:885 ../app/core/core-enums.c:930 msgid "Attach parasite" -msgstr "Parazit İlişkile" +msgstr "Parazit tuttur" -#: ../app/core/core-enums.c:839 ../app/core/core-enums.c:883 -#, fuzzy +#: ../app/core/core-enums.c:886 ../app/core/core-enums.c:931 msgid "Remove parasite" -msgstr "Paraziti Kaldır" +msgstr "Paraziti kaldır" -#: ../app/core/core-enums.c:840 -#, fuzzy +#: ../app/core/core-enums.c:887 msgid "Import paths" -msgstr "Yolları Al" +msgstr "Yolları içe aktar" -#: ../app/core/core-enums.c:841 ../app/pdb/drawable_cmds.c:1696 +#: ../app/core/core-enums.c:888 ../app/pdb/drawable-cmds.c:885 msgid "Plug-In" -msgstr "Eklentiler" +msgstr "Uyumlu ek" -#: ../app/core/core-enums.c:842 -#, fuzzy +#: ../app/core/core-enums.c:889 msgid "Image type" -msgstr "Resim Tipi" +msgstr "Görüntü türü" -#: ../app/core/core-enums.c:843 -#, fuzzy +#: ../app/core/core-enums.c:890 msgid "Image size" -msgstr "Resim Boyutu" +msgstr "Görüntü boyutu" -#: ../app/core/core-enums.c:844 -#, fuzzy -msgid "Resolution change" -msgstr "Çözünürlük Değiştir" +#: ../app/core/core-enums.c:891 +msgid "Image resolution change" +msgstr "Görüntü çözünürlüğü değiştirme" -#: ../app/core/core-enums.c:848 -#, fuzzy +#: ../app/core/core-enums.c:893 msgid "Change indexed palette" -msgstr "İndisli Paleti Değiştir" +msgstr "Sıralanmış paleti değiştir" -#: ../app/core/core-enums.c:852 -#, fuzzy +#: ../app/core/core-enums.c:899 msgid "Rename item" -msgstr "Parça Adlandır" - -#: ../app/core/core-enums.c:855 -#, fuzzy -msgid "Set item linked" -msgstr "Yeni Katman Seçenekleri" +msgstr "Öğeyi yeniden adlandır" -#: ../app/core/core-enums.c:856 -#, fuzzy +#: ../app/core/core-enums.c:903 msgid "New layer" -msgstr "Yeni Katman" +msgstr "Yeni katman" -#: ../app/core/core-enums.c:858 -#, fuzzy +#: ../app/core/core-enums.c:904 +msgid "Delete layer" +msgstr "Katmanı sil" + +#: ../app/core/core-enums.c:905 msgid "Reposition layer" -msgstr "Katman Boyutunu Değiştirz" +msgstr "Katmanı yeniden konumlandır" -#: ../app/core/core-enums.c:859 -#, fuzzy +#: ../app/core/core-enums.c:906 msgid "Set layer mode" -msgstr "Katman Kipini Tanımla" +msgstr "Katman kipini ayarla" -#: ../app/core/core-enums.c:860 -#, fuzzy +#: ../app/core/core-enums.c:907 msgid "Set layer opacity" -msgstr "Katman Opaklığını Tanımla" +msgstr "Katman ışık geçirmezliğini ayarla" -#: ../app/core/core-enums.c:861 +#: ../app/core/core-enums.c:908 msgid "Lock/Unlock alpha channel" -msgstr "" +msgstr "Görünür kanalını Kilitle/Kilidini aç" + +#: ../app/core/core-enums.c:909 +msgid "Text layer" +msgstr "Metin katmanı" -#: ../app/core/core-enums.c:863 -#, fuzzy -msgid "Text modified" -msgstr "Sadece Değişiklik Yapılmışsa" +#: ../app/core/core-enums.c:910 +msgid "Text layer modification" +msgstr "Metin katmanı değişikliği" -#: ../app/core/core-enums.c:865 -#, fuzzy +#: ../app/core/core-enums.c:912 msgid "Delete layer mask" -msgstr "Katman Maskesini Sil" +msgstr "Katman maskesini sil" -#: ../app/core/core-enums.c:867 -#, fuzzy +#: ../app/core/core-enums.c:914 msgid "Show layer mask" -msgstr "Katman Maskesini Göster" +msgstr "Katman maskesini göster" -#: ../app/core/core-enums.c:868 -#, fuzzy +#: ../app/core/core-enums.c:915 msgid "New channel" -msgstr "Yeni Kanal" +msgstr "Yeni kanal" + +#: ../app/core/core-enums.c:916 +msgid "Delete channel" +msgstr "Kanalı sil" -#: ../app/core/core-enums.c:870 -#, fuzzy +#: ../app/core/core-enums.c:917 msgid "Reposition channel" -msgstr "Kanalı Yükselt" +msgstr "Kanalı yeniden konumlandır" -#: ../app/core/core-enums.c:871 -#, fuzzy +#: ../app/core/core-enums.c:918 msgid "Channel color" -msgstr "Kanal Rengi" - -#: ../app/core/core-enums.c:872 -#, fuzzy -msgid "New vectors" -msgstr "Yeni Vektör" +msgstr "Kanal rengi" -#: ../app/core/core-enums.c:873 -#, fuzzy -msgid "Delete vectors" -msgstr "Vektör Sil" - -#: ../app/core/core-enums.c:874 -#, fuzzy -msgid "Vectors mod" -msgstr "Vektör Değişikliği" - -#: ../app/core/core-enums.c:875 -#, fuzzy -msgid "Reposition vectors" -msgstr "Vektör Sil" - -#: ../app/core/core-enums.c:876 -#, fuzzy -msgid "FS to layer" -msgstr "YS Katmana" - -#: ../app/core/core-enums.c:877 -#, fuzzy -msgid "FS rigor" -msgstr "FS Rigor" - -#: ../app/core/core-enums.c:878 -#, fuzzy -msgid "FS relax" -msgstr "FS Relax" +#: ../app/core/core-enums.c:919 +msgid "New path" +msgstr "Yeni yol" + +#: ../app/core/core-enums.c:921 +msgid "Path modification" +msgstr "Yol değişikliği" + +#: ../app/core/core-enums.c:922 +msgid "Reposition path" +msgstr "Yolu yeniden konumlandır" + +#: ../app/core/core-enums.c:924 +msgid "Rigor floating selection" +msgstr "Özenli hareketli seçim" + +#: ../app/core/core-enums.c:925 +msgid "Relax floating selection" +msgstr "Gevşek hareketli seçim" -#: ../app/core/core-enums.c:881 ../app/paint/gimpink.c:103 -#: ../app/tools/gimpinktool.c:62 +#: ../app/core/core-enums.c:928 ../app/paint/gimpink.c:95 +#: ../app/tools/gimpinktool.c:55 msgid "Ink" msgstr "Mürekkep" -#: ../app/core/core-enums.c:884 -msgid "EEK: can't undo" -msgstr "EYVAH: Geriye alınamıyor" - -#: ../app/core/gimp-edit.c:114 ../app/core/gimpselection.c:653 -msgid "Unable to cut or copy because the selected region is empty." -msgstr "Kesme veya kopyalama yapılamaz çünkü seçili alan boş." +#: ../app/core/core-enums.c:929 +msgid "Select foreground" +msgstr "Önalanı seç" + +#: ../app/core/core-enums.c:932 +msgid "Not undoable" +msgstr "Geri alınabilir değil" + +#: ../app/core/core-enums.c:1196 +msgid "Composite" +msgstr "Birleşik" + +#: ../app/core/core-enums.c:1230 +msgid "Message" +msgstr "İleti" + +#: ../app/core/core-enums.c:1231 +msgid "Warning" +msgstr "Uyarı" + +#: ../app/core/core-enums.c:1232 +msgid "Error" +msgstr "Hata" + +#: ../app/core/core-enums.c:1260 +msgid "Ask what to do" +msgstr "Ne yapılacağını sor" + +#: ../app/core/core-enums.c:1261 +msgid "Keep embedded profile" +msgstr "Gömülü profili sakla" + +#: ../app/core/core-enums.c:1262 +msgid "Convert to RGB workspace" +msgstr "Çalışma alanını RGB'ye dönüştür" + +#: ../app/core/gimp-contexts.c:155 ../app/core/gimptooloptions.c:231 +#: ../app/gui/session.c:307 ../app/menus/menus.c:433 +#: ../app/widgets/gimpdevices.c:258 +#, c-format +msgid "Deleting \"%s\" failed: %s" +msgstr "\"%s\" silme başarısız oldu: %s" -#: ../app/core/gimp-edit.c:176 ../app/core/gimp-edit.c:310 +#: ../app/core/gimp-edit.c:190 ../app/core/gimp-edit.c:326 msgid "Pasted Layer" msgstr "Yapıştırılan Katman" -#: ../app/core/gimp-edit.c:361 -msgid "Fill with FG Color" -msgstr "ÖP rengiyle doldur" - -#: ../app/core/gimp-edit.c:365 ../app/core/gimp-edit.c:386 -msgid "Fill with BG Color" -msgstr "AP rengiyle doldur" +#: ../app/core/gimp-edit.c:464 +msgid "Fill with Foreground Color" +msgstr "Önalan Rengi ile Doldur" + +#: ../app/core/gimp-edit.c:468 +msgid "Fill with Background Color" +msgstr "Artalan Rengi ile Doldur" -#: ../app/core/gimp-edit.c:369 +#: ../app/core/gimp-edit.c:472 msgid "Fill with White" msgstr "Beyaz ile Doldur" -#: ../app/core/gimp-edit.c:373 +#: ../app/core/gimp-edit.c:476 msgid "Fill with Transparency" -msgstr "Şeffaf doldur" +msgstr "Saydamlık ile Doldur" -#: ../app/core/gimp-edit.c:377 -#, fuzzy +#: ../app/core/gimp-edit.c:480 msgid "Fill with Pattern" -msgstr "/Düzenle/_Desen ile Doldur" +msgstr "Desen ile Doldur" + +#: ../app/core/gimp-edit.c:573 +msgid "Global Buffer" +msgstr "Genel Arabellek" -#: ../app/core/gimp-gradients.c:68 +#: ../app/core/gimp-gradients.c:61 msgid "FG to BG (RGB)" -msgstr "Önplandan Arkaplana (RGB)" +msgstr "ÖA'dan AA'ya (RGB)" -#: ../app/core/gimp-gradients.c:73 -#, fuzzy +#: ../app/core/gimp-gradients.c:66 msgid "FG to BG (HSV counter-clockwise)" -msgstr "RDD (saatyönü tersine renk)" +msgstr "ÖA'dan AA'ya (HSV saat yönünün tersi)" -#: ../app/core/gimp-gradients.c:78 -#, fuzzy +#: ../app/core/gimp-gradients.c:71 msgid "FG to BG (HSV clockwise hue)" -msgstr "Önplandan Arkaplana (RDD)" +msgstr "ÖA'dan AA'ya (HSV saat yönünde renk özü)" -#: ../app/core/gimp-gradients.c:83 +#: ../app/core/gimp-gradients.c:76 msgid "FG to Transparent" -msgstr "Önplandan Şeffafa" +msgstr "ÖA'dan Saydama" -#: ../app/core/gimp-gui.c:154 -msgid "GIMP" -msgstr "GIMP" +#: ../app/core/gimp-user-install.c:153 +#, c-format +msgid "" +"It seems you have used GIMP %s before. GIMP will now migrate your user " +"settings to '%s'." +msgstr "" +"GIMP %s daha önce kullanmış görünüyorsunuz. GIMP şimdi kullanıcı " +"ayarlarınızı '%s'a aktaracak." -#. register all internal procedures -#: ../app/core/gimp.c:647 -msgid "Procedural Database" -msgstr "İşlemsel Veritabanı" +#: ../app/core/gimp-user-install.c:158 +#, c-format +msgid "" +"It appears that you are using GIMP for the first time. GIMP will now create " +"a folder named '%s' and copy some files to it." +msgstr "" +"GIMP'i ilk kez kullanıyor görünüyorsunuz. GIMP şimdi '%s' adında yeni bir " +"dizin oluşturacak ve bazı dosyaları içine kopyalayacak." -#: ../app/core/gimp.c:650 -#, fuzzy -msgid "Plug-In Interpreters" -msgstr "Eklenti Dizini" +#: ../app/core/gimp-user-install.c:309 +#, c-format +msgid "Copying file '%s' from '%s'..." +msgstr "'%s' dosyası '%s'dan kopyalanıyor..." -#: ../app/core/gimp.c:656 -msgid "Plug-In Environment" -msgstr "Eklenti Sistemi" +#: ../app/core/gimp-user-install.c:324 ../app/core/gimp-user-install.c:350 +#, c-format +msgid "Creating folder '%s'..." +msgstr "'%s' dizini oluşturuluyor..." + +#: ../app/core/gimp-user-install.c:335 ../app/core/gimp-user-install.c:361 +#, c-format +msgid "Cannot create folder '%s': %s" +msgstr "'%s' dizini oluşturulamadı: %s" + +#: ../app/core/gimp.c:543 +msgid "Initialization" +msgstr "Başlangıç Durumuna Getirme" + +#. register all internal procedures +#: ../app/core/gimp.c:618 +msgid "Internal Procedures" +msgstr "İç Yordamlar" #. initialize the global parasite table -#: ../app/core/gimp.c:867 +#: ../app/core/gimp.c:834 msgid "Looking for data files" msgstr "Veri dosyaları taranıyor" -#: ../app/core/gimp.c:867 +#: ../app/core/gimp.c:834 msgid "Parasites" msgstr "Parazitler" -#. initialize the document history -#: ../app/core/gimp.c:892 -msgid "Documents" -msgstr "Belgeler" +#. initialize the list of fonts +#: ../app/core/gimp.c:854 +msgid "Fonts (this may take a while)" +msgstr "Yazıyüzleri (bu biraz zaman alabilir)" #. initialize the module list -#: ../app/core/gimp.c:900 ../app/dialogs/preferences-dialog.c:2439 +#: ../app/core/gimp.c:863 ../app/dialogs/preferences-dialog.c:2772 msgid "Modules" -msgstr "Modüller" +msgstr "Birimler" -#: ../app/core/gimpbrush-load.c:152 -#, fuzzy, c-format +#: ../app/core/gimpbrush-load.c:177 +#, c-format msgid "Could not read %d bytes from '%s': %s" -msgstr "'%s' dosyası açılamıyor: %s" +msgstr "%d sekiz ikil '%s'dan okunamadı: %s" -#: ../app/core/gimpbrush-load.c:172 -#, fuzzy, c-format +#: ../app/core/gimpbrush-load.c:197 +#, c-format msgid "Fatal parse error in brush file '%s': Width = 0." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Genişlik = 0." -#: ../app/core/gimpbrush-load.c:181 -#, fuzzy, c-format +#: ../app/core/gimpbrush-load.c:206 +#, c-format msgid "Fatal parse error in brush file '%s': Height = 0." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Yükseklik = 0." -#: ../app/core/gimpbrush-load.c:190 -#, fuzzy, c-format +#: ../app/core/gimpbrush-load.c:215 +#, c-format msgid "Fatal parse error in brush file '%s': Bytes = 0." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Sekiz ikil = 0." -#: ../app/core/gimpbrush-load.c:214 -#, fuzzy, c-format +#: ../app/core/gimpbrush-load.c:239 +#, c-format msgid "Fatal parse error in brush file '%s': Unknown depth %d." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Bilinmeyen derinlik %d." -#: ../app/core/gimpbrush-load.c:227 -#, fuzzy, c-format +#: ../app/core/gimpbrush-load.c:252 +#, c-format msgid "Fatal parse error in brush file '%s': Unknown version %d." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Bilinmeyen sürüm %d." -#: ../app/core/gimpbrush-load.c:243 ../app/core/gimpbrush-load.c:363 -#, fuzzy, c-format +#: ../app/core/gimpbrush-load.c:268 ../app/core/gimpbrush-load.c:388 +#: ../app/core/gimpbrush-load.c:720 +#, c-format msgid "Fatal parse error in brush file '%s': File appears truncated." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Dosya kesilmiş " +"görünüyor." -#: ../app/core/gimpbrush-load.c:251 ../app/core/gimpbrushgenerated.c:641 -#: ../app/core/gimpbrushpipe.c:347 +#: ../app/core/gimpbrush-load.c:276 ../app/core/gimpbrushgenerated-load.c:128 +#: ../app/core/gimpbrushpipe-load.c:97 #, c-format msgid "Invalid UTF-8 string in brush file '%s'." -msgstr "" +msgstr "'%s' fırça dosyası içinde geçersiz UTF-8 dizgisi." -#: ../app/core/gimpbrush-load.c:258 ../app/core/gimpcontext.c:1294 -#: ../app/core/gimpitem.c:475 ../app/core/gimppattern.c:374 -#: ../app/dialogs/template-options-dialog.c:80 -#: ../app/tools/gimpvectortool.c:334 +#: ../app/core/gimpbrush-load.c:283 ../app/core/gimpitem.c:505 +#: ../app/core/gimppattern-load.c:146 +#: ../app/dialogs/template-options-dialog.c:83 +#: ../app/tools/gimpvectortool.c:299 msgid "Unnamed" -msgstr "Isimsiz" +msgstr "Adlandırılmamış" -#: ../app/core/gimpbrush-load.c:352 +#: ../app/core/gimpbrush-load.c:377 #, c-format msgid "" "Fatal parse error in brush file '%s': Unsupported brush depth %d\n" "GIMP brushes must be GRAY or RGBA." msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Desteklenmeyen fırça " +"derinliği %d\n" +"GIMP fırçaları GRİ ya da RGBA olmalı." -#: ../app/core/gimpbrush-load.c:408 -#, fuzzy, c-format +#: ../app/core/gimpbrush-load.c:448 +#, c-format msgid "" "Fatal parse error in brush file '%s': unable to decode abr format version %d." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: abr biçimli %d sürüm " +"kod çözümü olanaksız." -#: ../app/core/gimpbrush-load.c:425 -#, fuzzy, c-format -msgid "Fatal parse error in brush file '%s'" -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +#: ../app/core/gimpbrush-load.c:615 +#, c-format +msgid "Fatal parse error in brush file '%s': Wide brushes are not supported." +msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Geniş fırçalar " +"desteklenmemiş." -#: ../app/core/gimpbrushgenerated.c:607 -#, fuzzy, c-format +#: ../app/core/gimpbrushgenerated-load.c:87 +#, c-format msgid "Fatal parse error in brush file '%s': Not a GIMP brush file." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." - -#: ../app/core/gimpbrushgenerated.c:623 -#, fuzzy, c-format -msgid "Fatal parse error in brush file '%s': Unknown GIMP brush version." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." - -#: ../app/core/gimpbrushgenerated.c:662 -#, fuzzy, c-format -msgid "Fatal parse error in brush file '%s': Unknown GIMP brush shape." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Bir GIMP fırçası " +"dosyası değil." -#: ../app/core/gimpbrushgenerated.c:740 -#, fuzzy, c-format -msgid "Error while reading brush file '%s': %s" -msgstr "Dosya %s açılamadı: %s" +#: ../app/core/gimpbrushgenerated-load.c:104 +#, c-format +msgid "" +"Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." +msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: %d satırında bilinmeyen " +"GIMP fırçası sürümü." -#: ../app/core/gimpbrushgenerated.c:742 -msgid "File is truncated" +#: ../app/core/gimpbrushgenerated-load.c:150 +#, c-format +msgid "" +"Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." msgstr "" +"'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: %d satırında bilinmeyen " +"GIMP fırçası şekli." + +#: ../app/core/gimpbrushgenerated-load.c:226 +#, c-format +msgid "Line %d: %s" +msgstr "Satır %d: %s" -#: ../app/core/gimpbrushpipe.c:363 ../app/core/gimpbrushpipe.c:383 -#: ../app/core/gimpbrushpipe.c:473 -#, fuzzy, c-format +#: ../app/core/gimpbrushgenerated-load.c:228 +#, c-format +msgid "File is truncated in line %d" +msgstr "Dosya %d satırında kesilmiş" + +#: ../app/core/gimpbrushgenerated-load.c:231 +#, c-format +msgid "Error while reading brush file '%s': %s" +msgstr "'%s' fırça dosyasını okurken hata: %s" + +#: ../app/core/gimpbrushpipe-load.c:113 ../app/core/gimpbrushpipe-load.c:133 +#: ../app/core/gimpbrushpipe-load.c:223 +#, c-format msgid "Fatal parse error in brush file '%s': File is corrupt." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "'%s' fırça dosyası içinde ölümcül ayrıştırma hatası: Dosya bozulmuş." + +#: ../app/core/gimpchannel-select.c:60 +msgctxt "command" +msgid "Rectangle Select" +msgstr "Dikdörtgen Seçimi" + +#: ../app/core/gimpchannel-select.c:111 +msgctxt "command" +msgid "Ellipse Select" +msgstr "Eliptik Seçim" + +#: ../app/core/gimpchannel-select.c:165 +msgctxt "command" +msgid "Rounded Rectangle Select" +msgstr "Yuvarlatılmış Dikdörtgen Seçimi" + +#: ../app/core/gimpchannel-select.c:434 +msgid "Alpha to Selection" +msgstr "Görünürden Seç" + +#: ../app/core/gimpchannel-select.c:472 +#, c-format +msgid "%s Channel to Selection" +msgstr "%s Kanalından Seçime" + +#: ../app/core/gimpchannel-select.c:520 ../app/tools/gimpfuzzyselecttool.c:80 +msgctxt "command" +msgid "Fuzzy Select" +msgstr "Bulanık Seçim" + +#: ../app/core/gimpchannel-select.c:567 +#: ../app/tools/gimpbycolorselecttool.c:82 +msgctxt "command" +msgid "Select by Color" +msgstr "Renk ile Seç" -#: ../app/core/gimpchannel.c:296 ../app/pdb/internal_procs.c:96 +#: ../app/core/gimpchannel.c:257 msgid "Channel" msgstr "Kanal" -#: ../app/core/gimpchannel.c:297 +#: ../app/core/gimpchannel.c:258 msgid "Rename Channel" msgstr "Kanalı Yeniden Adlandır" -#: ../app/core/gimpchannel.c:298 +#: ../app/core/gimpchannel.c:259 msgid "Move Channel" msgstr "Kanalı Taşı" -#: ../app/core/gimpchannel.c:299 +#: ../app/core/gimpchannel.c:260 msgid "Scale Channel" -msgstr "Kanalı Boyutlandır" +msgstr "Kanalı Ölçeklendir" -#: ../app/core/gimpchannel.c:300 +#: ../app/core/gimpchannel.c:261 msgid "Resize Channel" -msgstr "Kanalın Boyutunu Değiştir" +msgstr "Kanalı Yeniden Boyutlandır" -#: ../app/core/gimpchannel.c:301 +#: ../app/core/gimpchannel.c:262 msgid "Flip Channel" -msgstr "Kanalı Döndür" +msgstr "Kanalı Çevir" -#: ../app/core/gimpchannel.c:302 +#: ../app/core/gimpchannel.c:263 msgid "Rotate Channel" -msgstr "Kanalı Çevir" +msgstr "Kanalı Döndür" -#: ../app/core/gimpchannel.c:303 ../app/core/gimpdrawable-transform.c:1178 +#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" -msgstr "Kanalı Dönüştür" +msgstr "Kanalı Döndür" -#: ../app/core/gimpchannel.c:304 -#, fuzzy +#: ../app/core/gimpchannel.c:265 msgid "Stroke Channel" -msgstr "Kanalı Küçült" +msgstr "Kanalı Darbele" -#: ../app/core/gimpchannel.c:325 +#: ../app/core/gimpchannel.c:286 msgid "Feather Channel" -msgstr "Yumuşatma Kanalı" +msgstr "Kanalı Yumuşat" -#: ../app/core/gimpchannel.c:326 +#: ../app/core/gimpchannel.c:287 msgid "Sharpen Channel" msgstr "Kanalı Keskinleştir" -#: ../app/core/gimpchannel.c:327 +#: ../app/core/gimpchannel.c:288 msgid "Clear Channel" msgstr "Kanalı Temizle" -#: ../app/core/gimpchannel.c:328 +#: ../app/core/gimpchannel.c:289 msgid "Fill Channel" msgstr "Kanalı Doldur" -#: ../app/core/gimpchannel.c:329 +#: ../app/core/gimpchannel.c:290 msgid "Invert Channel" msgstr "Kanalı Ters Çevir" -#: ../app/core/gimpchannel.c:330 +#: ../app/core/gimpchannel.c:291 msgid "Border Channel" msgstr "Kanalın Kenarlarını Tanımla" -#: ../app/core/gimpchannel.c:331 +#: ../app/core/gimpchannel.c:292 msgid "Grow Channel" msgstr "Kanalı Büyüt" -#: ../app/core/gimpchannel.c:332 +#: ../app/core/gimpchannel.c:293 msgid "Shrink Channel" msgstr "Kanalı Küçült" -#: ../app/core/gimpchannel.c:732 +#: ../app/core/gimpchannel.c:710 +#, c-format msgid "Cannot stroke empty channel." -msgstr "" +msgstr "Boş kanal darbelenemedi." -#: ../app/core/gimpchannel.c:1629 +#: ../app/core/gimpchannel.c:1631 msgid "Set Channel Color" -msgstr "Kanal Rengini Belirle" +msgstr "Kanal Rengini Ayarla" -#: ../app/core/gimpchannel.c:1677 +#: ../app/core/gimpchannel.c:1679 msgid "Set Channel Opacity" -msgstr "Kanal Opaklığını Belirle" +msgstr "Kanal Işık Geçirmezliğini Ayarla" -#: ../app/core/gimpchannel.c:1745 ../app/core/gimpselection.c:548 +#: ../app/core/gimpchannel.c:1747 ../app/core/gimpselection.c:520 msgid "Selection Mask" msgstr "Seçim Maskesi" -#: ../app/core/gimpchannel-select.c:55 ../app/tools/gimprectselecttool.c:95 -msgid "Rect Select" -msgstr "Dörtgen Seçim" - -#: ../app/core/gimpchannel-select.c:104 -#: ../app/tools/gimpellipseselecttool.c:71 -msgid "Ellipse Select" -msgstr "Eliptik Seçim" - -#: ../app/core/gimpchannel-select.c:364 -msgid "Alpha to Selection" -msgstr "Alfadan Seçime" - -#: ../app/core/gimpchannel-select.c:402 -#, c-format -msgid "%s Channel to Selection" -msgstr "%s Kanalından Seçime" - -#: ../app/core/gimpchannel-select.c:448 ../app/tools/gimpfuzzyselecttool.c:97 -msgid "Fuzzy Select" -msgstr "Bulanık Seçim" - -#: ../app/core/gimpchannel-select.c:493 -msgid "Select by Color" -msgstr "Renk ile Seç" - -#: ../app/core/gimpdata.c:425 +#: ../app/core/gimpdata.c:526 ../app/core/gimptoolpresets.c:279 #, c-format msgid "Could not delete '%s': %s" -msgstr "'%s' dosyası açılamadı: %s" +msgstr "'%s' silinemedi: %s" -#: ../app/core/gimpdatafactory.c:322 ../app/core/gimpdatafactory.c:532 -#, fuzzy, c-format +#: ../app/core/gimpdatafactory.c:415 ../app/core/gimpdatafactory.c:575 +#: ../app/core/gimpdatafactory.c:595 +#, c-format msgid "" -"Warning: Failed to save data:\n" +"Failed to save data:\n" "\n" "%s" msgstr "" -"Uyarı: veri kaydı başarısız:\n" +"Veri kaydetme başarısız:\n" +"\n" "%s" -#: ../app/core/gimpdatafactory.c:434 ../app/core/gimpdatafactory.c:437 -#: ../app/core/gimpitem.c:272 ../app/core/gimpitem.c:275 +#: ../app/core/gimpdatafactory.c:494 ../app/core/gimpdatafactory.c:497 +#: ../app/core/gimpitem.c:312 ../app/core/gimpitem.c:315 msgid "copy" msgstr "kopyala" -#: ../app/core/gimpdatafactory.c:446 ../app/core/gimpitem.c:284 +#: ../app/core/gimpdatafactory.c:506 ../app/core/gimpitem.c:324 #, c-format msgid "%s copy" msgstr "%s kopyası" -#: ../app/core/gimpdatafactory.c:628 -#, fuzzy, c-format +#: ../app/core/gimpdatafactory.c:576 +msgid "You don't have a writable data folder configured." +msgstr "Yapılandırılmış, yazılabilir bir veri dizinine sahip değilsiniz." + +#: ../app/core/gimpdatafactory.c:751 +#, c-format msgid "" -"Warning: Failed to load data:\n" +"Failed to load data:\n" "\n" "%s" msgstr "" -"Uyarı: veri okunması başarısız:\n" -"'%s'" +"Veri yükleme başarısız:\n" +"\n" +"%s" -#: ../app/core/gimpdrawable-blend.c:246 ../app/tools/gimpblendtool.c:101 +#: ../app/core/gimpdrawable-blend.c:245 ../app/tools/gimpblendtool.c:107 msgid "Blend" msgstr "Harmanlama" -#: ../app/core/gimpdrawable-bucket-fill.c:85 ../app/paint/gimpclone.c:183 +#: ../app/core/gimpdrawable-brightness-contrast.c:76 +msgid "Brightness_Contrast" +msgstr "Parlaklık_Karşıtlık" + +#: ../app/core/gimpdrawable-brightness-contrast.c:87 +#: ../app/tools/gimpbrightnesscontrasttool.c:111 +msgid "Brightness-Contrast" +msgstr "Parlaklık-Karşıtlık" + +#: ../app/core/gimpdrawable-bucket-fill.c:91 +#, c-format msgid "No patterns available for this operation." -msgstr "Bu işlem için hiç desen yok." +msgstr "Bu işlem için kullanılır desen yok." -#: ../app/core/gimpdrawable-bucket-fill.c:272 -#: ../app/tools/gimpbucketfilltool.c:92 +#: ../app/core/gimpdrawable-bucket-fill.c:286 +msgctxt "command" msgid "Bucket Fill" msgstr "Kovadan Dolum" -#: ../app/core/gimpdrawable-desaturate.c:97 -#: ../app/dialogs/desaturate-dialog.c:59 ../app/dialogs/desaturate-dialog.c:71 -#, fuzzy +#: ../app/core/gimpdrawable-color-balance.c:80 +#: ../app/core/gimpdrawable-color-balance.c:90 +#: ../app/tools/gimpcolorbalancetool.c:94 +msgid "Color Balance" +msgstr "Renk Dengesi" + +#: ../app/core/gimpdrawable-colorize.c:73 +#: ../app/core/gimpdrawable-colorize.c:85 ../app/tools/gimpcolorizetool.c:90 +msgid "Colorize" +msgstr "Renklendir" + +#: ../app/core/gimpdrawable-curves.c:165 ../app/core/gimpdrawable-curves.c:182 +#: ../app/tools/gimpcurvestool.c:140 +msgid "Curves" +msgstr "Eğriler" + +#: ../app/core/gimpdrawable-desaturate.c:71 +#: ../app/core/gimpdrawable-desaturate.c:77 +#: ../app/tools/gimpdesaturatetool.c:77 msgid "Desaturate" -msgstr "Doygunluk" +msgstr "Solgunlaştır" -#: ../app/core/gimpdrawable-equalize.c:78 +#: ../app/core/gimpdrawable-equalize.c:53 msgid "Equalize" -msgstr "" +msgstr "Eşitle" + +#: ../app/core/gimpdrawable-foreground-extract.c:138 +msgid "Foreground Extraction" +msgstr "Önalan Çıkarma" + +#: ../app/core/gimpdrawable-hue-saturation.c:78 +#: ../app/tools/gimphuesaturationtool.c:102 +msgid "Hue-Saturation" +msgstr "Renk Özü-Doygunluk" -#: ../app/core/gimpdrawable-invert.c:61 +#: ../app/core/gimpdrawable-hue-saturation.c:88 +msgid "Hue_Saturation" +msgstr "Renk Özü_Doygunluk" + +#: ../app/core/gimpdrawable-invert.c:60 ../app/core/gimpdrawable-invert.c:68 msgid "Invert" msgstr "Tersine Çevir" -#: ../app/core/gimpdrawable-levels.c:110 ../app/core/gimpdrawable-levels.c:160 -#: ../app/tools/gimplevelstool.c:155 +#: ../app/core/gimpdrawable-levels.c:154 ../app/core/gimpdrawable-levels.c:170 +#: ../app/tools/gimplevelstool.c:150 msgid "Levels" -msgstr "Seviyeler" +msgstr "Düzeyler" #: ../app/core/gimpdrawable-offset.c:316 -#, fuzzy msgid "Offset Drawable" -msgstr "Metin Katmanı" +msgstr "Göreli Konum Çizilebilirliği" + +#: ../app/core/gimpdrawable-posterize.c:70 +#: ../app/core/gimpdrawable-posterize.c:80 ../app/tools/gimpposterizetool.c:84 +msgid "Posterize" +msgstr "Posterleştirme" -#: ../app/core/gimpdrawable-stroke.c:319 +#: ../app/core/gimpdrawable-stroke.c:324 msgid "Render Stroke" -msgstr "" +msgstr "Darbeli Tarama" + +#: ../app/core/gimpdrawable-threshold.c:71 +#: ../app/core/gimpdrawable-threshold.c:82 ../app/tools/gimpthresholdtool.c:90 +msgid "Threshold" +msgstr "Eşik" -#. Start a transform undo group -#: ../app/core/gimpdrawable-transform.c:972 ../app/tools/gimpfliptool.c:81 +#: ../app/core/gimpdrawable-transform.c:645 ../app/tools/gimpfliptool.c:116 +msgctxt "command" msgid "Flip" msgstr "Çevir" -#. Start a transform undo group -#: ../app/core/gimpdrawable-transform.c:1056 ../app/tools/gimprotatetool.c:97 +#: ../app/core/gimpdrawable-transform.c:745 ../app/tools/gimprotatetool.c:121 +msgctxt "command" msgid "Rotate" msgstr "Döndür" -#: ../app/core/gimpdrawable-transform.c:1176 ../app/core/gimplayer.c:290 +#: ../app/core/gimpdrawable-transform.c:884 ../app/core/gimplayer.c:255 msgid "Transform Layer" -msgstr "Katmanı Dönüştür" +msgstr "Katmanı Döndür" -#: ../app/core/gimpdrawable-transform.c:1191 +#: ../app/core/gimpdrawable-transform.c:899 msgid "Transformation" -msgstr "Dönüştürme" +msgstr "Döndürme" -#: ../app/core/gimpenvirontable.c:286 +#: ../app/core/gimpgradient-load.c:71 ../app/core/gimpgradient-load.c:96 +#: ../app/core/gimpgradient-load.c:117 ../app/core/gimpgradient-load.c:168 #, c-format -msgid "Empty variable name in environment file %s" +msgid "Fatal parse error in gradient file '%s': Read error in line %d." msgstr "" +"'%s' renk geçişi dosyasında ölümcül ayrıştırma hatası: %d. satırda okuma " +"hatası." -#: ../app/core/gimpenvirontable.c:304 +#: ../app/core/gimpgradient-load.c:81 #, c-format -msgid "Illegal variable name in environment file %s: %s" -msgstr "" - -#: ../app/core/gimpgradient-load.c:71 -#, fuzzy, c-format msgid "Fatal parse error in gradient file '%s': Not a GIMP gradient file." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "" +"'%s' renk geçişi dosyasında ölümcül ayrıştırma hatası: bir GIMP renk geçişi " +"dosyası değil." -#: ../app/core/gimpgradient-load.c:88 +#: ../app/core/gimpgradient-load.c:109 #, c-format msgid "Invalid UTF-8 string in gradient file '%s'." -msgstr "'%s' GIMP gradyan dosyasında geçersiz UTF-8 dizge." +msgstr "'%s' GIMP renk geçişi dosyasında geçersiz UTF-8 dizge." -#: ../app/core/gimpgradient-load.c:110 -#, fuzzy, c-format -msgid "Fatal parse error in gradient file '%s': File is corrupt." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +#: ../app/core/gimpgradient-load.c:136 +#, c-format +msgid "Fatal parse error in gradient file '%s': File is corrupt in line %d." +msgstr "" +"'%s' renk geçişi dosyasında ölümcül ayrıştırma hatası: %d. satırdaki dosya " +"bozulmuş." -#: ../app/core/gimpgradient-load.c:167 +#: ../app/core/gimpgradient-load.c:218 ../app/core/gimpgradient-load.c:229 #, c-format -msgid "Corrupt segment %d in gradient file '%s'." +msgid "Fatal parse error in gradient file '%s': Corrupt segment %d in line %d." msgstr "" +"'%s' renk geçişi dosyasında ölümcül ayrıştırma hatası: %d kesimi %d. satırda " +"bozulmuş." -#: ../app/core/gimpgradient-load.c:178 ../app/core/gimpgradient-load.c:192 +#: ../app/core/gimpgradient-load.c:241 ../app/core/gimpgradient-load.c:255 #, c-format msgid "Gradient file '%s' is corrupt: Segments do not span the range 0-1." -msgstr "" +msgstr "'%s' renk geçişi dosyası bozulmuş: Kesimler 0-1 aralığında yayılmıyor." -#: ../app/core/gimpgradient-load.c:275 +#: ../app/core/gimpgradient-load.c:334 #, c-format msgid "No linear gradients found in '%s'" -msgstr "" +msgstr "'%s' içinde doğrusal renk geçişleri yok" -#: ../app/core/gimpgradient-load.c:285 -#, fuzzy, c-format +#: ../app/core/gimpgradient-load.c:344 +#, c-format msgid "Failed to import gradients from '%s': %s" -msgstr "%s dosyasından yol okunurken hata" +msgstr "'%s'dan renk geçişleri içe aktarma başarısız oldu: %s" -#: ../app/core/gimpgrid.c:126 +#: ../app/core/gimpgrid.c:84 msgid "Line style used for the grid." -msgstr "" +msgstr "Izgara için kullanılan satır biçemi." -#: ../app/core/gimpgrid.c:132 -#, fuzzy +#: ../app/core/gimpgrid.c:90 msgid "The foreground color of the grid." -msgstr "Önplan" +msgstr "Izgaranın önalan rengi." -#: ../app/core/gimpgrid.c:137 +#: ../app/core/gimpgrid.c:95 msgid "" "The background color of the grid; only used in double dashed line style." msgstr "" +"Izgaranın artlalan rengi; sadece iki çizgili satır biçemi içinde kullanıldı." -#: ../app/core/gimpgrid.c:143 +#: ../app/core/gimpgrid.c:101 msgid "Horizontal spacing of grid lines." -msgstr "" +msgstr "Izgara satırlarının yatay aralık boşluğu." -#: ../app/core/gimpgrid.c:148 +#: ../app/core/gimpgrid.c:106 msgid "Vertical spacing of grid lines." -msgstr "" +msgstr "Izgara satırlarının dikey aralık boşluğu." -#: ../app/core/gimpgrid.c:157 +#: ../app/core/gimpgrid.c:115 msgid "" "Horizontal offset of the first grid line; this may be a negative number." -msgstr "" +msgstr "İlk ızgara satırının yatay göreli konumu; negatif bir sayı olabilir." -#: ../app/core/gimpgrid.c:164 +#: ../app/core/gimpgrid.c:122 msgid "Vertical offset of the first grid line; this may be a negative number." -msgstr "" +msgstr "İlk ızgara satırının dikey göreli konumu; negatif bir sayı olabilir." + +#: ../app/core/gimpimage-arrange.c:143 +msgid "Arrange Objects" +msgstr "Nesneleri Hazırla" #: ../app/core/gimpimage-colormap.c:63 -#, fuzzy msgid "Set Colormap" -msgstr "Renk haritası" +msgstr "Renk Haritasını Ayarla" -#: ../app/core/gimpimage-colormap.c:115 -#, fuzzy +#: ../app/core/gimpimage-colormap.c:118 msgid "Change Colormap entry" -msgstr "Resim Birimini Değiştir" +msgstr "Renk Haritası girişini Değiştir" -#: ../app/core/gimpimage-colormap.c:135 -#, fuzzy +#: ../app/core/gimpimage-colormap.c:138 msgid "Add Color to Colormap" -msgstr "/_Arkaplandan Renk Ekle" +msgstr "Renk Haritasına Renk Ekle" -#: ../app/core/gimpimage-convert.c:810 -#, fuzzy +#: ../app/core/gimpimage-convert.c:792 +#, c-format msgid "Cannot convert image: palette is empty." -msgstr "Kırpma yapılamaz çünkü seçili alan boş." +msgstr "Görüntü dönüştürülemedi: palet boş." -#: ../app/core/gimpimage-convert.c:824 -#, fuzzy +#: ../app/core/gimpimage-convert.c:806 msgid "Convert Image to RGB" -msgstr "Resmi Dönüştür" +msgstr "Görüntüyü RGB'ye Dönüştür" -#: ../app/core/gimpimage-convert.c:828 +#: ../app/core/gimpimage-convert.c:810 msgid "Convert Image to Grayscale" -msgstr "Resmi Gri Ölçeğe Çevir" +msgstr "Görüntüyü Gri Ölçeğe Dönüştür" -#: ../app/core/gimpimage-convert.c:832 +#: ../app/core/gimpimage-convert.c:814 msgid "Convert Image to Indexed" -msgstr "Resmi İndisliye Çevir" +msgstr "Görüntüyü Sıralanmışa Dönüştür" -#: ../app/core/gimpimage-convert.c:914 -#, fuzzy -msgid "Converting to indexed (stage 2)..." -msgstr "Resmi İndisliye Çevir" - -#: ../app/core/gimpimage-convert.c:959 -#, fuzzy -msgid "Converting to indexed (stage 3)..." -msgstr "Resmi İndisliye Çevir" +#: ../app/core/gimpimage-convert.c:896 +msgid "Converting to indexed colors (stage 2)" +msgstr "Sıralanmış renklere dönüştürme (aşama 2)" + +#: ../app/core/gimpimage-convert.c:941 +msgid "Converting to indexed colors (stage 3)" +msgstr "Sıralanmış renklere dönüştürme (aşama 3)" -#: ../app/core/gimpimage-crop.c:124 +#: ../app/core/gimpimage-crop.c:130 +msgctxt "command" msgid "Crop Image" -msgstr "Resmi Kırp" +msgstr "Görüntüyü Kırp" -#: ../app/core/gimpimage-crop.c:127 ../app/core/gimpimage-resize.c:84 +#: ../app/core/gimpimage-crop.c:133 ../app/core/gimpimage-resize.c:90 msgid "Resize Image" -msgstr "Resim Boyutunu Değiştir" +msgstr "Görüntüyü Yeniden Boyutlandır" -#: ../app/core/gimpimage-guides.c:53 +#: ../app/core/gimpimage-guides.c:51 msgid "Add Horizontal Guide" msgstr "Yatay Kılavuz Ekle" -#: ../app/core/gimpimage-guides.c:80 +#: ../app/core/gimpimage-guides.c:74 msgid "Add Vertical Guide" msgstr "Dikey Kılavuz Ekle" -#: ../app/core/gimpimage-guides.c:143 ../app/tools/gimpmovetool.c:571 +#: ../app/core/gimpimage-guides.c:115 ../app/tools/gimpmovetool.c:564 msgid "Remove Guide" -msgstr "Kılavuzu Sil" +msgstr "Kılavuzu Kaldır" -#: ../app/core/gimpimage-guides.c:167 +#: ../app/core/gimpimage-guides.c:140 msgid "Move Guide" msgstr "Kılavuzu Taşı" -#: ../app/core/gimpimage-merge.c:91 +#: ../app/core/gimpimage-item-list.c:53 +msgid "Translate Items" +msgstr "Öğeleri Tercüme Et" + +#: ../app/core/gimpimage-item-list.c:80 +msgid "Flip Items" +msgstr "Öğeleri Çevir" + +#: ../app/core/gimpimage-item-list.c:107 +msgid "Rotate Items" +msgstr "Öğeleri Döndür" + +#: ../app/core/gimpimage-item-list.c:137 +msgid "Transform Items" +msgstr "Öğeleri Dönüştür" + +#: ../app/core/gimpimage-merge.c:102 ../app/core/gimpimage-merge.c:114 msgid "Merge Visible Layers" msgstr "Görünen Katmanları Birleştir" -#: ../app/core/gimpimage-merge.c:107 -msgid "Not enough visible layers for a merge. There must be at least two." -msgstr "" -"Birleştirme için yeterli sayıda görünür katman yok. En az iki tane olmalı." - -#: ../app/core/gimpimage-merge.c:142 +#: ../app/core/gimpimage-merge.c:165 msgid "Flatten Image" -msgstr "Resmi Düzleştir" +msgstr "Görüntüyü Düzleştir" -#: ../app/core/gimpimage-merge.c:193 +#: ../app/core/gimpimage-merge.c:214 msgid "Merge Down" msgstr "Aşağı Birleştir" -#: ../app/core/gimpimage-merge.c:202 -msgid "There are not enough visible layers for a merge down." -msgstr "Aşağı birleştirme için yeterli sayıda görünür katman yok." - -#: ../app/core/gimpimage-merge.c:544 +#: ../app/core/gimpimage-merge.c:254 msgid "Merge Visible Paths" -msgstr "Görünen Katmanları Birleştir" +msgstr "Görülür Yolları Birleştir" -#: ../app/core/gimpimage-merge.c:581 +#: ../app/core/gimpimage-merge.c:289 +#, c-format msgid "Not enough visible paths for a merge. There must be at least two." msgstr "" -"Birleştirme için yeterli sayıda görünür katman yok. En az iki tane olmalıdır." +"Birleştirme için görülür yollar yeterli sayıda değil. En az iki tane " +"olmalıdır." -#: ../app/core/gimpimage-qmask.c:67 -#, fuzzy +#: ../app/core/gimpimage-quick-mask.c:82 msgid "Enable Quick Mask" msgstr "Hızlı Maskeyi Etkinleştir" -#: ../app/core/gimpimage-qmask.c:117 -#, fuzzy +#: ../app/core/gimpimage-quick-mask.c:132 msgid "Disable Quick Mask" -msgstr "Hızlı Maskeyi Kapat" +msgstr "Hızlı Maskeyi Etkisizleştir" -#: ../app/core/gimpimage-sample-points.c:55 -msgid "Add Sample_Point" -msgstr "" +#: ../app/core/gimpimage-sample-points.c:53 +msgid "Add Sample Point" +msgstr "Örnek Nokta Ekle" -#: ../app/core/gimpimage-sample-points.c:121 ../app/tools/gimpcolortool.c:439 -#, fuzzy +#: ../app/core/gimpimage-sample-points.c:98 ../app/tools/gimpcolortool.c:429 msgid "Remove Sample Point" -msgstr "Yolu Sil" +msgstr "Örnek Noktayı Kaldır" -#: ../app/core/gimpimage-sample-points.c:158 -#, fuzzy +#: ../app/core/gimpimage-sample-points.c:135 msgid "Move Sample Point" -msgstr "Seçimi Taşı" +msgstr "Örnek Noktayı Taşı" -#: ../app/core/gimpimage-undo-push.c:3298 +#: ../app/core/gimpimage-undo-push.c:863 #, c-format msgid "Can't undo %s" msgstr "Geriye alınamıyor: %s" -#: ../app/core/gimpimage.c:1423 +#: ../app/core/gimpimage.c:1506 msgid "Change Image Resolution" -msgstr "Resim Çözünürlüğünü Değiştir" +msgstr "Görüntü Çözünürlüğünü Değiştir" -#: ../app/core/gimpimage.c:1463 +#: ../app/core/gimpimage.c:1550 msgid "Change Image Unit" -msgstr "Resim Birimini Değiştir" +msgstr "Görüntü Birimini Değiştir" -#: ../app/core/gimpimage.c:2276 -#, fuzzy +#: ../app/core/gimpimage.c:2384 msgid "Attach Parasite to Image" -msgstr "Parazit İlişkile" +msgstr "Görüntüye Parazit İliştir" -#: ../app/core/gimpimage.c:2309 +#: ../app/core/gimpimage.c:2422 msgid "Remove Parasite from Image" -msgstr "Resimdeki Paraziti Kaldır" +msgstr "Görüntüden Paraziti Kaldır" -#: ../app/core/gimpimage.c:2777 +#: ../app/core/gimpimage.c:2875 msgid "Add Layer" msgstr "Katman Ekle" -#: ../app/core/gimpimage.c:2841 ../app/core/gimpimage.c:2854 +#: ../app/core/gimpimage.c:2935 ../app/core/gimpimage.c:2948 msgid "Remove Layer" -msgstr "Katmanı Sil" +msgstr "Katmanı Kaldır" -#: ../app/core/gimpimage.c:2928 +#: ../app/core/gimpimage.c:3092 msgid "Layer cannot be raised higher." msgstr "Katman daha fazla yükseltilemez." -#: ../app/core/gimpimage.c:2933 +#: ../app/core/gimpimage.c:3097 msgid "Raise Layer" msgstr "Katmanı Yükselt" -#: ../app/core/gimpimage.c:2950 +#: ../app/core/gimpimage.c:3116 msgid "Layer cannot be lowered more." msgstr "Katman daha fazla alçaltılamaz." -#: ../app/core/gimpimage.c:2955 +#: ../app/core/gimpimage.c:3121 msgid "Lower Layer" msgstr "Katmanı Alçalt" -#: ../app/core/gimpimage.c:2972 -msgid "Layer is already on top." -msgstr "Katman zaten en üstte." - -#: ../app/core/gimpimage.c:2977 +#: ../app/core/gimpimage.c:3132 msgid "Raise Layer to Top" msgstr "Katmanı En Üste Çıkart" -#: ../app/core/gimpimage.c:2997 -msgid "Layer is already on the bottom." -msgstr "Katman zaten en altta." - -#: ../app/core/gimpimage.c:3002 +#: ../app/core/gimpimage.c:3147 msgid "Lower Layer to Bottom" msgstr "Katmanı En Alta İndir" -#: ../app/core/gimpimage.c:3075 +#: ../app/core/gimpimage.c:3209 msgid "Add Channel" msgstr "Kanal Ekle" -#: ../app/core/gimpimage.c:3119 ../app/core/gimpimage.c:3130 +#: ../app/core/gimpimage.c:3252 ../app/core/gimpimage.c:3263 msgid "Remove Channel" -msgstr "Kanal Sil" +msgstr "Kanal Kaldır" -#: ../app/core/gimpimage.c:3177 +#: ../app/core/gimpimage.c:3312 msgid "Channel cannot be raised higher." msgstr "Kanal daha fazla yükseltilemez." -#: ../app/core/gimpimage.c:3182 +#: ../app/core/gimpimage.c:3317 msgid "Raise Channel" msgstr "Kanalı Yükselt" -#: ../app/core/gimpimage.c:3199 -#, fuzzy -msgid "Channel is already on top." -msgstr "Katman zaten en üstte." - -#: ../app/core/gimpimage.c:3204 +#: ../app/core/gimpimage.c:3328 msgid "Raise Channel to Top" msgstr "Kanalı En Tepeye Yükselt" -#: ../app/core/gimpimage.c:3221 +#: ../app/core/gimpimage.c:3348 msgid "Channel cannot be lowered more." msgstr "Kanal daha fazla alçaltılamaz." -#: ../app/core/gimpimage.c:3226 +#: ../app/core/gimpimage.c:3353 msgid "Lower Channel" msgstr "Kanalı Alçalt" -#: ../app/core/gimpimage.c:3246 -#, fuzzy -msgid "Channel is already on the bottom." -msgstr "Katman zaten en altta." - -#: ../app/core/gimpimage.c:3251 +#: ../app/core/gimpimage.c:3368 msgid "Lower Channel to Bottom" msgstr "Kanalı En Alta İndir" -#: ../app/core/gimpimage.c:3326 +#: ../app/core/gimpimage.c:3432 msgid "Add Path" msgstr "Yol Ekle" -#: ../app/core/gimpimage.c:3371 +#: ../app/core/gimpimage.c:3476 msgid "Remove Path" -msgstr "Yolu Sil" +msgstr "Yolu Kaldır" -#: ../app/core/gimpimage.c:3415 +#: ../app/core/gimpimage.c:3522 msgid "Path cannot be raised higher." msgstr "Yol daha fazla yükseltilemez." -#: ../app/core/gimpimage.c:3420 +#: ../app/core/gimpimage.c:3527 msgid "Raise Path" msgstr "Yolu Yükselt" -#: ../app/core/gimpimage.c:3437 -#, fuzzy -msgid "Path is already on top." -msgstr "Katman zaten en üstte." - -#: ../app/core/gimpimage.c:3442 -#, fuzzy +#: ../app/core/gimpimage.c:3538 msgid "Raise Path to Top" -msgstr "" -"Katmanı Yükselt\n" -" En Üste" +msgstr "Yolu En Üste Çıkar" -#: ../app/core/gimpimage.c:3459 +#: ../app/core/gimpimage.c:3557 msgid "Path cannot be lowered more." msgstr "Yol daha fazla alçaltılamaz." -#: ../app/core/gimpimage.c:3464 +#: ../app/core/gimpimage.c:3562 msgid "Lower Path" msgstr "Yolu Alçalt" -#: ../app/core/gimpimage.c:3484 -#, fuzzy -msgid "Path is already on the bottom." -msgstr "Katman zaten en altta." - -#: ../app/core/gimpimage.c:3489 -#, fuzzy +#: ../app/core/gimpimage.c:3577 msgid "Lower Path to Bottom" -msgstr "" -"Katmanı Alçalt\n" -" En Alta" +msgstr "Yolu En Alta İndir" -#: ../app/core/gimpimagefile.c:575 ../app/dialogs/preferences-dialog.c:1516 +#: ../app/core/gimpimagefile.c:528 ../app/dialogs/preferences-dialog.c:1727 msgid "Folder" msgstr "Dizin" -#: ../app/core/gimpimagefile.c:580 +#: ../app/core/gimpimagefile.c:533 msgid "Special File" -msgstr "" +msgstr "Özel Dosya" -#: ../app/core/gimpimagefile.c:596 -#, fuzzy +#: ../app/core/gimpimagefile.c:549 msgid "Remote File" -msgstr "Uzak resim" +msgstr "Uzak Dosya" -#: ../app/core/gimpimagefile.c:613 -#, fuzzy +#: ../app/core/gimpimagefile.c:568 msgid "Click to create preview" -msgstr "Önizleme oluşturulamıyor" +msgstr "Önizleme oluşturmak için tıklayın" -#: ../app/core/gimpimagefile.c:617 -msgid "Loading preview ..." +#: ../app/core/gimpimagefile.c:574 +msgid "Loading preview..." msgstr "Önizleme yükleniyor..." -#: ../app/core/gimpimagefile.c:621 +#: ../app/core/gimpimagefile.c:580 msgid "Preview is out of date" -msgstr "Önizlemenin tarihi geçmiş" +msgstr "Önizleme geçerliliğini yitirmiş" -#: ../app/core/gimpimagefile.c:625 +#: ../app/core/gimpimagefile.c:586 msgid "Cannot create preview" msgstr "Önizleme oluşturulamıyor" -#: ../app/core/gimpimagefile.c:632 -#, fuzzy +#: ../app/core/gimpimagefile.c:596 msgid "(Preview may be out of date)" -msgstr "Önizlemenin tarihi geçmiş" +msgstr "(Önizleme geçerliliğini yitirmiş olabilir)" #. pixel size -#: ../app/core/gimpimagefile.c:638 ../app/widgets/gimpimagepropview.c:289 -#: ../app/widgets/gimpsizebox.c:430 ../app/widgets/gimptemplateeditor.c:633 -#: ../app/widgets/gimptemplateeditor.c:671 -#, c-format -msgid "%d x %d pixels" -msgstr "%d x %d piksel" - -#: ../app/core/gimpimagefile.c:653 -msgid "1 Layer" -msgstr "1 Katman" - -#: ../app/core/gimpimagefile.c:655 +#: ../app/core/gimpimagefile.c:605 ../app/widgets/gimpimagepropview.c:446 +#: ../app/widgets/gimpsizebox.c:438 ../app/widgets/gimptemplateeditor.c:566 #, c-format -msgid "%d Layers" -msgstr "%d Katman" +msgid "%d × %d pixel" +msgid_plural "%d × %d pixels" +msgstr[0] "%d x %d benek" -#: ../app/core/gimpimagefile.c:699 -#, fuzzy, c-format -msgid "Could not open thumbnail '%s': %s" -msgstr "" -"%s küçükresim dosyası açılamadı:\n" -"%s" - -#: ../app/core/gimpinterpreterdb.c:297 +#: ../app/core/gimpimagefile.c:628 ../app/display/gimpdisplayshell-title.c:325 #, c-format -msgid "Bad interpreter referenced in interpreter file %s: %s" -msgstr "" +msgid "%d layer" +msgid_plural "%d layers" +msgstr[0] "%d katman" -#: ../app/core/gimpinterpreterdb.c:355 +#: ../app/core/gimpimagefile.c:675 #, c-format -msgid "Bad binary format string in interpreter file %s" -msgstr "" +msgid "Could not open thumbnail '%s': %s" +msgstr "Küçük görüntü '%s' açılamadı: %s" -#: ../app/core/gimpitem.c:1091 +#: ../app/core/gimpitem.c:1138 msgid "Attach Parasite" -msgstr "Parazit İlişkile" +msgstr "Parazit İliştir" -#: ../app/core/gimpitem.c:1101 -#, fuzzy +#: ../app/core/gimpitem.c:1148 msgid "Attach Parasite to Item" -msgstr "Parazit İlişkile" +msgstr "Öğeye Parazit İliştir" -#: ../app/core/gimpitem.c:1140 ../app/core/gimpitem.c:1147 -#, fuzzy +#: ../app/core/gimpitem.c:1190 ../app/core/gimpitem.c:1197 msgid "Remove Parasite from Item" -msgstr "Paraziti Kaldır" +msgstr "Öğeden Paraziti Kaldır" -#: ../app/core/gimplayer-floating-sel.c:98 +#: ../app/core/gimplayer-floating-sel.c:99 msgid "Remove Floating Selection" -msgstr "Yüzen Seçimi Sil" - -#: ../app/core/gimplayer-floating-sel.c:129 -#, fuzzy -msgid "Cannot anchor this layer because it is not a floating selection." -msgstr "" -"Bu katman çıpalanamıyor çünkü\n" -"yüzen seçim değil." +msgstr "Yüzen Seçimi Kaldır" -#: ../app/core/gimplayer-floating-sel.c:136 +#: ../app/core/gimplayer-floating-sel.c:130 msgid "Anchor Floating Selection" msgstr "Yüzen Seçimi Çıpala" -#: ../app/core/gimplayer-floating-sel.c:209 -#, fuzzy +#: ../app/core/gimplayer-floating-sel.c:205 ../app/core/gimplayer.c:643 +#, c-format msgid "" "Cannot create a new layer from the floating selection because it belongs to " "a layer mask or channel." msgstr "" -"Yüzen seçimden yeni katman oluşturulamıyor\n" -"çünkü ya bir katman maskesine ya da bir\n" -"kanala ait." +"Yüzen seçimden yeni bir katman oluşturulamıyor çünkü bu bir katman maskesine " +"ya da kanala ait." -#: ../app/core/gimplayer-floating-sel.c:215 +#: ../app/core/gimplayer-floating-sel.c:211 msgid "Floating Selection to Layer" -msgstr "Katmana Yüzen Seçim" +msgstr "Yüzen Seçimden Katmana" -#: ../app/core/gimplayer.c:283 ../app/pdb/internal_procs.c:153 +#: ../app/core/gimplayer.c:248 ../app/tools/tools-enums.c:209 msgid "Layer" msgstr "Katman" -#: ../app/core/gimplayer.c:284 +#: ../app/core/gimplayer.c:249 msgid "Rename Layer" -msgstr "Katmanın Adını Değiştir" +msgstr "Katmanı Yeniden Adlandır" -#: ../app/core/gimplayer.c:285 ../app/pdb/layer_cmds.c:669 -#: ../app/pdb/layer_cmds.c:742 +#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "Katmanı Taşı" -#: ../app/core/gimplayer.c:287 +#: ../app/core/gimplayer.c:252 msgid "Resize Layer" -msgstr "Katman Boyutunu Değiştir" +msgstr "Katmanı Yeniden Boyutlandır" -#: ../app/core/gimplayer.c:288 +#: ../app/core/gimplayer.c:253 msgid "Flip Layer" msgstr "Katmanı Çevir" -#: ../app/core/gimplayer.c:289 +#: ../app/core/gimplayer.c:254 msgid "Rotate Layer" msgstr "Katmanı Döndür" -#: ../app/core/gimplayer.c:441 ../app/core/gimplayer.c:1331 -#: ../app/core/gimplayermask.c:237 +#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1330 +#: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" msgstr "%s maskesi" -#: ../app/core/gimplayer.c:487 -#, fuzzy, c-format +#: ../app/core/gimplayer.c:446 +#, c-format msgid "" "Floating Selection\n" "(%s)" @@ -5525,1654 +6584,1669 @@ "Yüzen Seçim\n" "(%s)" -#: ../app/core/gimplayer.c:1257 -#, fuzzy -msgid "Cannot add layer mask to layer which is not part of an image." +#: ../app/core/gimplayer.c:1266 +#, c-format +msgid "Unable to add a layer mask since the layer already has one." msgstr "" -"Bir resmin parçası olmayan bir katmana\n" -"katman maskesi eklenemez." +"Katmanın zaten bir maskesi olduğundan bir katman maskesi eklemek olanaksız." -#: ../app/core/gimplayer.c:1264 -#, fuzzy -msgid "Unable to add a layer mask since the layer already has one." -msgstr "" -"Katmanın çoktan maskesi olduğu için\n" -"yeni maske eklenemiyor." - -#: ../app/core/gimplayer.c:1271 -#, fuzzy -msgid "Cannot add layer mask to a layer with no alpha channel." -msgstr "" -"Alfa kanalı olmayan bir katmana\n" -"katman maskesi eklenemez." - -#: ../app/core/gimplayer.c:1281 -#, fuzzy +#: ../app/core/gimplayer.c:1277 +#, c-format msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" -"Belirtilen katmandan farklı ölçülerde\n" -"bir katman maskesi eklenemez." +"Belirlenmiş katman hariç farklı boyutlardaki katman maskesi eklenemiyor." #: ../app/core/gimplayer.c:1385 msgid "Transfer Alpha to Mask" -msgstr "" +msgstr "Görünürü Maskeye Aktar" -#: ../app/core/gimplayer.c:1545 ../app/core/gimplayermask.c:264 +#: ../app/core/gimplayer.c:1557 ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "Katman Maskesini Uygula" -#: ../app/core/gimplayer.c:1546 +#: ../app/core/gimplayer.c:1558 msgid "Delete Layer Mask" msgstr "Katman Maskesini Sil" -#: ../app/core/gimplayer.c:1647 +#: ../app/core/gimplayer.c:1670 msgid "Add Alpha Channel" -msgstr "Alfa Kanalı Ekle" +msgstr "Görünür Kanalı Ekle" + +#: ../app/core/gimplayer.c:1724 +msgid "Remove Alpha Channel" +msgstr "Görünür Kanalını Kaldır" -#: ../app/core/gimplayer.c:1669 -#, fuzzy +#: ../app/core/gimplayer.c:1746 msgid "Layer to Image Size" -msgstr "/Resim Boyutu" +msgstr "Katmandan Görüntü Boyutuna" -#: ../app/core/gimplayermask.c:133 +#: ../app/core/gimplayermask.c:105 msgid "Move Layer Mask" msgstr "Katman Maskesini Taşı" -#: ../app/core/gimplayermask.c:325 +#. reject renaming, layer masks are always named " mask" +#: ../app/core/gimplayermask.c:160 +#, c-format +msgid "Cannot rename layer masks." +msgstr "Katman maskeleri yeniden adlandırılamıyor." + +#: ../app/core/gimplayermask.c:303 msgid "Show Layer Mask" msgstr "Katman Maskesini Göster" -#: ../app/core/gimppalette-import.c:561 -#, fuzzy, c-format +#: ../app/core/gimppalette-import.c:428 +#, c-format +msgid "Index %d" +msgstr "İçerik %d" + +#: ../app/core/gimppalette-import.c:532 +#, c-format msgid "Unknown type of palette file: %s" -msgstr "/Sekme Ekle/_Palet" +msgstr "Bilinmeyen palet dosyası tipi: %s" -#: ../app/core/gimppalette.c:373 -#, fuzzy, c-format -msgid "" -"Fatal parse error in palette file '%s': Missing magic header.\n" -"Does this file need converting from DOS?" +#: ../app/core/gimppalette-load.c:85 ../app/core/gimppalette-load.c:110 +#: ../app/core/gimppalette-load.c:131 ../app/core/gimppalette-load.c:160 +#: ../app/core/gimppalette-load.c:236 +#, c-format +msgid "Fatal parse error in palette file '%s': Read error in line %d." msgstr "" -"'%s' paleti yüklenirken:\n" -"Bozuk palet: kayıp sihir üstbilgisi\n" -"Bu dosyanın DOS'tan çevrilmeye mi ihtiyacı var?" +"'%s' palet dosyası içinde ölümcül ayrıştırma hatası: %d. satırda okuma " +"hatası." -#: ../app/core/gimppalette.c:379 -#, fuzzy, c-format +#: ../app/core/gimppalette-load.c:95 +#, c-format msgid "Fatal parse error in palette file '%s': Missing magic header." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." - -#: ../app/core/gimppalette.c:395 ../app/core/gimppalette.c:420 -#: ../app/core/gimppalette.c:450 ../app/core/gimppalette.c:530 -#, fuzzy, c-format -msgid "Fatal parse error in palette file '%s': Read error in line %d." msgstr "" -"'%s' paleti yüklenirken:\n" -"Okuma hatası (satır %d)" +"'%s' palet dosyası içinde ölümcül ayrıştırma hatası: Kayıp sihirli sayfa " +"başlığı." -#: ../app/core/gimppalette.c:410 +#: ../app/core/gimppalette-load.c:123 #, c-format msgid "Invalid UTF-8 string in palette file '%s'" -msgstr "" +msgstr "'%s' palet dosyası içinde geçersiz UTF-8 dizgisi" -#: ../app/core/gimppalette.c:438 -#, fuzzy, c-format +#: ../app/core/gimppalette-load.c:147 +#, c-format msgid "" "Reading palette file '%s': Invalid number of columns in line %d. Using " "default value." msgstr "" -"'%s' paleti yüklenirken:\n" -"Okuma hatası (satır %d)" +"'%s' palet dosyası okunuyor: %d. satır içindeki sütunların sayısı geçersiz. " +"Öntanımlı değer kullanılıyor." -#. maybe we should just abort? -#: ../app/core/gimppalette.c:478 -#, fuzzy, c-format +#: ../app/core/gimppalette-load.c:183 +#, c-format msgid "Reading palette file '%s': Missing RED component in line %d." -msgstr "" -"'%s' paleti yüklenirken:\n" -"Kayıp KIRMIZI öğe (satır %d)" +msgstr "'%s' palet dosyası okunuyor: %d. satırda KIRMIZI bileşen kayıp." -#: ../app/core/gimppalette.c:486 -#, fuzzy, c-format -msgid "Reading palette '%s': Missing GREEN component in line %d." -msgstr "" -"Palet %s yüklenirken (satır %d):\n" -"Kayıp YEŞİL öğe" +#: ../app/core/gimppalette-load.c:191 +#, c-format +msgid "Reading palette file '%s': Missing GREEN component in line %d." +msgstr "'%s' palet dosyası okunuyor: %d. satırda YEŞİL bileşen kayıp." -#: ../app/core/gimppalette.c:494 -#, fuzzy, c-format +#: ../app/core/gimppalette-load.c:199 +#, c-format msgid "Reading palette file '%s': Missing BLUE component in line %d." -msgstr "" -"Palet %s yüklenirken (satır %d):\n" -"Kayıp MAVİ öğe" +msgstr "'%s' palet dosyası okunuyor: %d. satırda MAVİ bileşen kayıp." -#: ../app/core/gimppalette.c:504 -#, fuzzy, c-format +#: ../app/core/gimppalette-load.c:209 +#, c-format msgid "Reading palette file '%s': RGB value out of range in line %d." -msgstr "" -"'%s' paleti yüklenirken:\n" -"Okuma hatası (satır %d)" +msgstr "'%s' palet dosyası okunuyor: %d. satırda RGB değeri erim dışı." -#: ../app/core/gimppattern.c:311 ../app/core/gimppattern.c:358 -#: ../app/core/gimppattern.c:390 -#, fuzzy, c-format -msgid "Fatal parse error in pattern file '%s': Could not read %d bytes: %s" -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +#: ../app/core/gimppattern-load.c:85 ../app/core/gimppattern-load.c:131 +#: ../app/core/gimppattern-load.c:162 +#, c-format +msgid "Fatal parse error in pattern file '%s': File appears truncated." +msgstr "" +"'%s' desen dosyası içinde ölümcül ayrıştırma hatası: Dosya kesilmiş " +"görünüyor." -#: ../app/core/gimppattern.c:331 -#, fuzzy, c-format +#: ../app/core/gimppattern-load.c:104 +#, c-format msgid "" "Fatal parse error in pattern file '%s': Unknown pattern format version %d." -msgstr "GIMP desen dosyası kesilmiş gibi gözüküyor: \"%s\"." +msgstr "" +"'%s' desen dosyası içinde ölümcül ayrıştırma hatası: Bilinmeyen desen biçimi " +"%d sürümü." -#: ../app/core/gimppattern.c:341 +#: ../app/core/gimppattern-load.c:114 #, c-format msgid "" "Fatal parse error in pattern file '%s: Unsupported pattern depth %d.\n" "GIMP Patterns must be GRAY or RGB." msgstr "" +"'%s' desen dosyası içinde ölümcül ayrıştırma hatası: Desteklenmemiş desen " +"derinliği %d.\n" +"GIMP Desenleri GRİ ya da RGB olmalı." -#: ../app/core/gimppattern.c:367 +#: ../app/core/gimppattern-load.c:139 #, c-format msgid "Invalid UTF-8 string in pattern file '%s'." -msgstr "" +msgstr "'%s' desen dosyası içinde geçersiz UTF-8 dizgisi." -#: ../app/core/gimppdbprogress.c:261 ../app/widgets/gimppdbdialog.c:320 +#: ../app/core/gimppdbprogress.c:288 ../app/widgets/gimppdbdialog.c:352 #, c-format msgid "Unable to run %s callback. The corresponding plug-in may have crashed." msgstr "" +"%s geri çağırmasını çalıştırmak olanaksız. İlgili uyumlu ek çökmüş olabilir." #: ../app/core/gimpprogress.c:107 ../app/core/gimpprogress.c:154 -msgid "Please wait..." -msgstr "Lütfen bekleyin..." +msgid "Please wait" +msgstr "Lütfen bekleyin" -#: ../app/core/gimpselection.c:179 ../app/tools/gimpeditselectiontool.c:262 +#: ../app/core/gimpselection.c:150 ../app/tools/gimpeditselectiontool.c:240 msgid "Move Selection" msgstr "Seçimi Taşı" -#: ../app/core/gimpselection.c:197 +#: ../app/core/gimpselection.c:168 msgid "Sharpen Selection" msgstr "Seçimi Keskinleştir" -#: ../app/core/gimpselection.c:198 +#: ../app/core/gimpselection.c:169 msgid "Select None" -msgstr "Hiçbirisini Seçme" +msgstr "Hiçbirini Seçme" -#: ../app/core/gimpselection.c:199 +#: ../app/core/gimpselection.c:170 msgid "Select All" msgstr "Tümünü Seç" -#: ../app/core/gimpselection.c:200 +#: ../app/core/gimpselection.c:171 msgid "Invert Selection" msgstr "Seçimi Tersine Çevir" -#: ../app/core/gimpselection.c:301 -msgid "No selection to stroke." +#: ../app/core/gimpselection.c:275 +#, c-format +msgid "There is no selection to stroke." msgstr "Darbelenecek seçim yok." -#: ../app/core/gimpselection.c:807 -msgid "Cannot float selection because the selected region is empty." -msgstr "Seçim yüzdürülemez çünkü seçili alan boş." +#: ../app/core/gimpselection.c:640 +#, c-format +msgid "Unable to cut or copy because the selected region is empty." +msgstr "Kesme veya kopyalama yapılamaz çünkü seçili bölge boş." #: ../app/core/gimpselection.c:814 +#, c-format +msgid "Cannot float selection because the selected region is empty." +msgstr "Seçim yüzdürülemez çünkü seçili bölge boş." + +#: ../app/core/gimpselection.c:821 msgid "Float Selection" msgstr "Seçimi Yüzdür" -#: ../app/core/gimpselection.c:831 -#, fuzzy +#: ../app/core/gimpselection.c:837 msgid "Floated Layer" -msgstr "Katmanı Döndür" +msgstr "Yüzen Katman" -#: ../app/core/gimpstrokeoptions.c:151 +#: ../app/core/gimpstrokeoptions.c:119 msgid "" "Convert a mitered join to a bevelled join if the miter would extend to a " "distance of more than miter-limit * line-width from the actual join point." msgstr "" +"Bir köşe girişi, eğer eğik, aktif giriş noktasındaki köşe sınırlayıcı * " +"satır genişliğinden daha uzakta ise, eğik girişe dönüştür." -#: ../app/core/gimptemplate.c:156 +#: ../app/core/gimptemplate.c:106 msgid "The unit used for coordinate display when not in dot-for-dot mode." msgstr "" +"Nokta-için-nokta kipinde değilken, görüntülemeyi eşgüdümleme için " +"kullanılacak birim." -#: ../app/core/gimptemplate.c:163 -#, fuzzy +#: ../app/core/gimptemplate.c:113 msgid "The horizontal image resolution." -msgstr "Yatay resim çözünürlüğü." +msgstr "Yatay görüntü çözünürlüğü." -#: ../app/core/gimptemplate.c:168 +#: ../app/core/gimptemplate.c:119 msgid "The vertical image resolution." -msgstr "Dikey resim çözünürlüğü." +msgstr "Dikey görüntü çözünürlüğü." -#: ../app/core/gimptemplate.c:448 ../app/widgets/widgets-enums.c:24 +#: ../app/core/gimptemplate.c:405 ../app/widgets/widgets-enums.c:24 msgid "Background" -msgstr "Arkaplan" +msgstr "Artalan" #. pseudo unit -#: ../app/core/gimpunit.c:55 +#: ../app/core/gimpunit.c:56 msgid "pixel" -msgstr "piksel" +msgstr "benek" -#: ../app/core/gimpunit.c:55 ../app/tools/gimpmeasuretool.c:800 -#: ../app/tools/gimpmeasuretool.c:915 ../app/tools/gimpmeasuretool.c:967 -#: ../app/tools/gimpmeasuretool.c:993 ../app/tools/gimppainttool.c:688 +#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:877 +#: ../app/tools/gimpmeasuretool.c:1020 ../app/tools/gimpmeasuretool.c:1076 +#: ../app/tools/gimpmeasuretool.c:1104 ../app/tools/gimppainttool.c:615 msgid "pixels" -msgstr "piksel" +msgstr "benek" #. standard units -#: ../app/core/gimpunit.c:58 +#: ../app/core/gimpunit.c:59 msgid "inch" msgstr "inç" -#: ../app/core/gimpunit.c:58 +#: ../app/core/gimpunit.c:59 msgid "inches" msgstr "inç" -#: ../app/core/gimpunit.c:59 +#: ../app/core/gimpunit.c:60 msgid "millimeter" msgstr "milimetre" -#: ../app/core/gimpunit.c:59 +#: ../app/core/gimpunit.c:60 msgid "millimeters" msgstr "milimetre" #. professional units -#: ../app/core/gimpunit.c:62 +#: ../app/core/gimpunit.c:63 msgid "point" -msgstr "punto" +msgstr "nokta" -#: ../app/core/gimpunit.c:62 +#: ../app/core/gimpunit.c:63 msgid "points" -msgstr "punto" +msgstr "nokta" -#: ../app/core/gimpunit.c:63 +#: ../app/core/gimpunit.c:64 msgid "pica" msgstr "pika" -#: ../app/core/gimpunit.c:63 +#: ../app/core/gimpunit.c:64 msgid "picas" msgstr "pika" -#: ../app/core/gimpunit.c:70 +#: ../app/core/gimpunit.c:71 msgid "percent" msgstr "yüzde" -#: ../app/dialogs/about-dialog.c:45 -#, c-format -msgid "Version %s brought to you by" -msgstr "%s sürümünü sizlere sunanlar" +#: ../app/core/gimpunit.c:71 +msgid "plural|percent" +msgstr "yüzde" -#: ../app/dialogs/about-dialog.c:51 -msgid "Translation by" -msgstr "Çeviri" +#: ../app/dialogs/about-dialog.c:123 +msgid "Visit the GIMP website" +msgstr "GIMP sitesini ziyaret edin" #. Translators: insert your names here, separated by newline -#. we'd prefer just the names, please no email addresses. -#: ../app/dialogs/about-dialog.c:54 +#: ../app/dialogs/about-dialog.c:128 msgid "translator-credits" -msgstr "Görkem Çetin" - -#: ../app/dialogs/about-dialog.c:59 -msgid "Contributions by" -msgstr "Destekleyenler" - -#: ../app/dialogs/about-dialog.c:153 -msgid "About The GIMP" -msgstr "GIMP Hakkında" - -#: ../app/dialogs/channel-options-dialog.c:144 -#, fuzzy -msgid "Channel _Name:" -msgstr "Kanal Adı:" +msgstr "" +"Görkem Çetin\n" +"\n" +"Launchpad Contributions:\n" +" Angel Spy https://launchpad.net/~dilara.ekinci\n" +" Burak Yucesoy https://launchpad.net/~burakyucesoy\n" +" Caner Dağlı https://launchpad.net/~eldirr\n" +" Captain-G https://launchpad.net/~cihangiruluaslan\n" +" Egemen Özkan https://launchpad.net/~egozkan\n" +" EsatYuce https://launchpad.net/~esat\n" +" Görkem Çetin https://launchpad.net/~gorkem-kde\n" +" Hasan Yılmaz https://launchpad.net/~hasanyilmaz\n" +" Hasan İlingi https://launchpad.net/~hasanilingi1981-gmail\n" +" Jimi Green https://launchpad.net/~spevja\n" +" Kılıç Köken https://launchpad.net/~kilickoken\n" +" PolatArasan https://launchpad.net/~polat-talforum\n" +" Yiğit Ateş https://launchpad.net/~yigitates52\n" +" ergin üresin https://launchpad.net/~ergin012\n" +" erkuserdem https://launchpad.net/~erkuserdem\n" +" erokay https://launchpad.net/~erokayca\n" +" maydin95 https://launchpad.net/~mma-95\n" +" sagirbas https://launchpad.net/~soner-agirbas2\n" +" servetummetoglu https://launchpad.net/~servetummetoglu-hotmail" + +#: ../app/dialogs/about-dialog.c:529 +msgid "GIMP is brought to you by" +msgstr "GIMP'i sizlere sunanlar" + +#: ../app/dialogs/about-dialog.c:603 +msgid "This is an unstable development release." +msgstr "Bu, kararsız bir geliştirme yayımıdır." + +#: ../app/dialogs/channel-options-dialog.c:145 +msgid "Channel _name:" +msgstr "Kanal _adı:" -#: ../app/dialogs/channel-options-dialog.c:173 -#, fuzzy +#: ../app/dialogs/channel-options-dialog.c:174 msgid "Initialize from _selection" -msgstr "Seçimi Tersine Çevir" +msgstr "_Seçilenden başla" -#: ../app/dialogs/convert-dialog.c:119 +#: ../app/dialogs/convert-dialog.c:125 msgid "Indexed Color Conversion" -msgstr "İndisli Renk Dönüşümü" +msgstr "Sıralanmış Renk Dönüşümü" -#: ../app/dialogs/convert-dialog.c:122 +#: ../app/dialogs/convert-dialog.c:128 msgid "Convert Image to Indexed Colors" -msgstr "" +msgstr "Görüntüyü Sıralanmış Renklere Dönüştür" -#: ../app/dialogs/convert-dialog.c:161 ../app/dialogs/dialogs.c:178 -msgid "Colormap" -msgstr "Renk haritası" +#: ../app/dialogs/convert-dialog.c:138 +msgid "C_onvert" +msgstr "D_önüştür" -#: ../app/dialogs/convert-dialog.c:176 -#, fuzzy +#: ../app/dialogs/convert-dialog.c:189 msgid "_Maximum number of colors:" -msgstr "Asgari Renk Sayısı:" +msgstr "Renklerin a_zami sayısı:" -#: ../app/dialogs/convert-dialog.c:203 -#, fuzzy -msgid "_Remove unused colors from final palette" -msgstr "Sonuç Paletten Kullanılmayan Renkleri Çıkar" +#: ../app/dialogs/convert-dialog.c:216 +msgid "_Remove unused colors from colormap" +msgstr "Kullanılmayan renkleri renk haritasından _kaldır" #. dithering -#: ../app/dialogs/convert-dialog.c:218 ../app/tools/gimpblendoptions.c:266 +#: ../app/dialogs/convert-dialog.c:232 ../app/tools/gimpblendoptions.c:247 msgid "Dithering" -msgstr "" +msgstr "Titreme" -#: ../app/dialogs/convert-dialog.c:230 -#, fuzzy +#: ../app/dialogs/convert-dialog.c:244 msgid "Color _dithering:" -msgstr "Renk Geçişi Yok" +msgstr "Renk _titremesi:" -#: ../app/dialogs/convert-dialog.c:245 -#, fuzzy +#: ../app/dialogs/convert-dialog.c:259 msgid "Enable dithering of _transparency" -msgstr "Şeffaflığın Geçişlendirilmesi" +msgstr "_Saydamlığın titremesini etkinleştir" -#: ../app/dialogs/convert-dialog.c:271 -#, fuzzy -msgid "Converting to indexed..." -msgstr "Resmi İndisliye Çevir" +#: ../app/dialogs/convert-dialog.c:286 +msgid "Converting to indexed colors" +msgstr "Sıralanmış renklere dönüştürülüyor" -#: ../app/dialogs/convert-dialog.c:386 +#: ../app/dialogs/convert-dialog.c:414 ../app/pdb/convert-cmds.c:150 +#, c-format msgid "Cannot convert to a palette with more than 256 colors." -msgstr "" - -#: ../app/dialogs/desaturate-dialog.c:61 -#, fuzzy -msgid "Remove colors" -msgstr "_Renkleri sıfırla" - -#: ../app/dialogs/desaturate-dialog.c:93 -msgid "Choose shade of gray based on:" -msgstr "" +msgstr "256 renkten fazla bir palete dönüştürülemedi." -#: ../app/dialogs/dialogs-constructors.c:166 ../app/gui/gui.c:143 +#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:161 +#: ../app/gui/gui-message.c:148 msgid "GIMP Message" msgstr "GIMP İletisi" -#: ../app/dialogs/dialogs.c:130 -#, fuzzy +#: ../app/dialogs/dialogs.c:142 msgid "Devices" -msgstr "Giriş Seviyeleri:" +msgstr "Aygıtlar" -#: ../app/dialogs/dialogs.c:130 +#: ../app/dialogs/dialogs.c:142 msgid "Device Status" msgstr "Aygıt Durumu" -#: ../app/dialogs/dialogs.c:134 -#, fuzzy +#: ../app/dialogs/dialogs.c:146 msgid "Errors" -msgstr "/Hataları _Temizle" - -#: ../app/dialogs/dialogs.c:138 -#, fuzzy -msgid "Cursor" -msgstr "Eğriler" +msgstr "Hatalar" -#: ../app/dialogs/dialogs.c:159 +#: ../app/dialogs/dialogs.c:171 msgid "History" msgstr "Geçmiş" -#: ../app/dialogs/dialogs.c:161 +#: ../app/dialogs/dialogs.c:173 msgid "Image Templates" -msgstr "Resim Şablonları" +msgstr "Görüntü Şablonları" -#: ../app/dialogs/dialogs.c:182 +#: ../app/dialogs/dialogs.c:194 msgid "Histogram" msgstr "Historgram" -#: ../app/dialogs/dialogs.c:186 -msgid "Selection" -msgstr "Seçim" - -#: ../app/dialogs/dialogs.c:186 +#: ../app/dialogs/dialogs.c:198 msgid "Selection Editor" msgstr "Seçim Düzenleyici" -#: ../app/dialogs/dialogs.c:190 +#: ../app/dialogs/dialogs.c:202 +msgid "Undo" +msgstr "Geri al" + +#: ../app/dialogs/dialogs.c:202 msgid "Undo History" msgstr "Geri Alma Geçmişi" -#: ../app/dialogs/dialogs.c:200 +#: ../app/dialogs/dialogs.c:212 msgid "Navigation" msgstr "Gezgin" -#: ../app/dialogs/dialogs.c:200 +#: ../app/dialogs/dialogs.c:212 msgid "Display Navigation" msgstr "Gezgini Görüntüle" -#: ../app/dialogs/dialogs.c:206 +#: ../app/dialogs/dialogs.c:218 msgid "FG/BG" -msgstr "Önplan/Arkaplan" +msgstr "ÖA/AA" -#: ../app/dialogs/dialogs.c:206 +#: ../app/dialogs/dialogs.c:218 msgid "FG/BG Color" -msgstr "Önplan/Arkaplan Rengi" +msgstr "ÖA/AA Rengi" -#: ../app/dialogs/dialogs.c:212 ../app/widgets/gimpbrusheditor.c:102 -msgid "Brush Editor" -msgstr "Fırça Düzenleyici" +#: ../app/dialogs/fade-dialog.c:110 +#, c-format +msgid "Fade %s" +msgstr "Soldur %s" + +#: ../app/dialogs/fade-dialog.c:123 +msgid "_Fade" +msgstr "_Soldur" + +#: ../app/dialogs/fade-dialog.c:157 +msgid "_Mode:" +msgstr "_Kip:" -#: ../app/dialogs/file-open-location-dialog.c:71 -#, fuzzy +#: ../app/dialogs/fade-dialog.c:163 +msgid "_Opacity:" +msgstr "_Işık Geçirmezlik:" + +#: ../app/dialogs/file-open-dialog.c:262 +msgid "Open layers" +msgstr "Katmanları aç" + +#: ../app/dialogs/file-open-location-dialog.c:72 msgid "Open Location" -msgstr "Adres:" +msgstr "Yeri Aç" -#: ../app/dialogs/file-open-location-dialog.c:109 -#, fuzzy +#: ../app/dialogs/file-open-location-dialog.c:110 msgid "Enter location (URI):" -msgstr "Aradeğerleme:" +msgstr "Yeri gir (URI):" -#: ../app/dialogs/file-save-dialog.c:259 ../app/dialogs/file-save-dialog.c:295 +#: ../app/dialogs/file-save-dialog.c:302 ../app/dialogs/file-save-dialog.c:338 msgid "" "The given filename does not have any known file extension. Please enter a " "known file extension or select a file format from the file format list." msgstr "" +"Verilen dosya adı, bilinen bir dosya uzantısına sahip değil. Lütfen bilinen " +"bir dosya uzantısı girin veya dosya biçimi listesinden bir dosya biçimi " +"seçin." -#. remote URI -#: ../app/dialogs/file-save-dialog.c:328 +#: ../app/dialogs/file-save-dialog.c:371 msgid "" "Saving remote files needs to determine the file format from the file " "extension. Please enter a file extension that matches the selected file " "format or enter no file extension at all." msgstr "" +"Uzak dosyalar kaydedilirken, dosya uzantısından dosya biçiminin " +"tanımlanmasına gerek duyuyor. Lütfen seçilmiş dosya biçimi ile eşleşen bir " +"dosya uzantısı girin ya da hiçbir dosya uzantısı girmeyin." -#: ../app/dialogs/file-save-dialog.c:398 -#, fuzzy +#: ../app/dialogs/file-save-dialog.c:428 msgid "Extension Mismatch" -msgstr "/Uzantıya Göre" +msgstr "Uzantı Uyuşmazlığı" -#: ../app/dialogs/file-save-dialog.c:414 +#: ../app/dialogs/file-save-dialog.c:444 msgid "The given file extension does not match the chosen file type." -msgstr "" +msgstr "Verilen dosya uzantısı seçilmiş dosya türü ile eşleşmiyor." -#: ../app/dialogs/file-save-dialog.c:418 -msgid "Do you want to use this name anyway?" -msgstr "" +#: ../app/dialogs/file-save-dialog.c:448 +msgid "Do you want to save the image using this name anyway?" +msgstr "Görüntüyü her şeye rağmen bu adı kullanarak kaydetmek istiyor musunuz?" -#: ../app/dialogs/grid-dialog.c:80 +#: ../app/dialogs/grid-dialog.c:85 msgid "Configure Grid" -msgstr "Kılavuzları Yapılandır" +msgstr "Izgarayı Yapılandır" -#: ../app/dialogs/grid-dialog.c:81 -#, fuzzy +#: ../app/dialogs/grid-dialog.c:86 msgid "Configure Image Grid" -msgstr "Resim Boyutunu Doğrula" +msgstr "Görüntü Izgarasını Yapılandır" -#: ../app/dialogs/image-merge-layers-dialog.c:60 +#: ../app/dialogs/image-merge-layers-dialog.c:64 msgid "Merge Layers" msgstr "Katmanları Birleştir" -#: ../app/dialogs/image-merge-layers-dialog.c:62 +#: ../app/dialogs/image-merge-layers-dialog.c:66 msgid "Layers Merge Options" msgstr "Katman Birleştirme Seçenekleri" -#: ../app/dialogs/image-merge-layers-dialog.c:82 +#: ../app/dialogs/image-merge-layers-dialog.c:72 +msgid "_Merge" +msgstr "_Birleştir" + +#: ../app/dialogs/image-merge-layers-dialog.c:91 msgid "Final, Merged Layer should be:" msgstr "Son, Birleşmiş katman:" -#: ../app/dialogs/image-merge-layers-dialog.c:86 +#: ../app/dialogs/image-merge-layers-dialog.c:95 msgid "Expanded as necessary" -msgstr "Gerektiği gibi genişletilmeli" +msgstr "Gerektiği gibi genişletildi" -#: ../app/dialogs/image-merge-layers-dialog.c:89 +#: ../app/dialogs/image-merge-layers-dialog.c:98 msgid "Clipped to image" -msgstr "Resim boyunda kesilmeli" +msgstr "Görüntüye kesildi" -#: ../app/dialogs/image-merge-layers-dialog.c:92 +#: ../app/dialogs/image-merge-layers-dialog.c:101 msgid "Clipped to bottom layer" -msgstr "En alt katman boyunda kesilmeli" +msgstr "En alt katmana kesildi" -#: ../app/dialogs/image-new-dialog.c:95 +#: ../app/dialogs/image-merge-layers-dialog.c:109 +msgid "_Discard invisible layers" +msgstr "Görünmeyen katmanları _at" + +#: ../app/dialogs/image-new-dialog.c:96 msgid "Create a New Image" -msgstr "Yeni Bir Resim Oluştur" +msgstr "Yeni bir Görüntü Oluştur" -#: ../app/dialogs/image-new-dialog.c:141 -#: ../app/dialogs/preferences-dialog.c:1761 +#: ../app/dialogs/image-new-dialog.c:144 +#: ../app/dialogs/preferences-dialog.c:2021 msgid "_Template:" msgstr "Ş_ablon:" -#: ../app/dialogs/image-new-dialog.c:279 +#: ../app/dialogs/image-new-dialog.c:299 msgid "Confirm Image Size" -msgstr "Resim Boyutunu Doğrula" +msgstr "Görüntü Boyutunu Doğrula" -#: ../app/dialogs/image-new-dialog.c:301 -#: ../app/dialogs/image-scale-dialog.c:198 +#: ../app/dialogs/image-new-dialog.c:321 +#: ../app/dialogs/image-scale-dialog.c:239 #, c-format msgid "You are trying to create an image with a size of %s." -msgstr "" +msgstr "%s boyutunda bir görüntü oluşturmayı deniyorsunuz." -#: ../app/dialogs/image-new-dialog.c:308 +#: ../app/dialogs/image-new-dialog.c:328 #, c-format msgid "" "An image of the chosen size will use more memory than what is configured as " "\"Maximum Image Size\" in the Preferences dialog (currently %s)." msgstr "" +"Seçilmiş boyuttaki bir görüntü, Yeğlenenler kutusundaki \"Azama Görüntü " +"Boyutu\" olan yapılandırmadan daha çok bellek kullanacak (şimdiki %s)." + +#: ../app/dialogs/image-properties-dialog.c:60 +#: ../app/dialogs/image-properties-dialog.c:63 +msgid "Image Properties" +msgstr "Görüntü Özellikleri" + +#: ../app/dialogs/image-properties-dialog.c:84 +msgid "Properties" +msgstr "Özellikler" + +#: ../app/dialogs/image-properties-dialog.c:89 +msgid "Color Profile" +msgstr "Renk Profili" + +#: ../app/dialogs/image-properties-dialog.c:94 +msgid "Comment" +msgstr "Yorum" + +#: ../app/dialogs/image-scale-dialog.c:111 +msgctxt "dialog-title" +msgid "Scale Image" +msgstr "Görüntüyü Ölçekle" -#: ../app/dialogs/image-scale-dialog.c:164 +#: ../app/dialogs/image-scale-dialog.c:205 msgid "Confirm Scaling" msgstr "Ölçeklemeyi Onayla" -#: ../app/dialogs/image-scale-dialog.c:204 +#: ../app/dialogs/image-scale-dialog.c:245 #, c-format msgid "" "Scaling the image to the chosen size will make it use more memory than what " "is configured as \"Maximum Image Size\" in the Preferences dialog (currently " "%s)." msgstr "" +"Seçilmiş boyuttaki bir görüntü, Yeğlenenler kutusundaki \"Azama Görüntü " +"Boyutu\" olan yapılandırmadan daha çok bellek kullanılmasını sağlayacak " +"(şimdiki %s)." -#: ../app/dialogs/image-scale-dialog.c:219 -#, fuzzy +#: ../app/dialogs/image-scale-dialog.c:260 msgid "" "Scaling the image to the chosen size will shrink some layers completely away." msgstr "" -"Seçilen resim boyutu bazı\n" -"katmanları küçülterek yokedecek.\n" -"Yapmak istediğiniz bu mu?" +"İmajı seçilen boyuta ölçeklemek bazı katmanları tamamen alakasız şekilde " +"küçültecek." -#: ../app/dialogs/image-scale-dialog.c:223 +#: ../app/dialogs/image-scale-dialog.c:264 msgid "Is this what you want to do?" -msgstr "" +msgstr "Yapmak istediğiniz şey bu mu?" -#. General -#: ../app/dialogs/info-dialog.c:377 ../app/dialogs/preferences-dialog.c:1587 -#: ../app/dialogs/preferences-dialog.c:1641 -#: ../app/dialogs/preferences-dialog.c:1818 -#: ../app/widgets/gimpcontrollereditor.c:203 -msgid "General" -msgstr "Genel" +#: ../app/dialogs/keyboard-shortcuts-dialog.c:49 +msgid "Configure Keyboard Shortcuts" +msgstr "Klavye Kısayollarını Yapılandır" + +#: ../app/dialogs/keyboard-shortcuts-dialog.c:73 +msgid "" +"To edit a shortcut key, click on the corresponding row and type a new " +"accelerator, or press backspace to clear." +msgstr "" +"İstediğiniz bir kısayol tuşunu değiştirmek için, uygun satıra tıklayın ve " +"yeni hızlandırıcıyı tuşlayın, ya da temizlemek için \"Backspace\" tuşunu " +"kullanın." + +#: ../app/dialogs/keyboard-shortcuts-dialog.c:81 +msgid "S_ave keyboard shortcuts on exit" +msgstr "Çıkışta klavye kısayollarını _kaydet" -#: ../app/dialogs/layer-add-mask-dialog.c:63 +#: ../app/dialogs/layer-add-mask-dialog.c:83 msgid "Add a Mask to the Layer" msgstr "Katmana Maske Ekle" -#: ../app/dialogs/layer-add-mask-dialog.c:90 +#: ../app/dialogs/layer-add-mask-dialog.c:110 msgid "Initialize Layer Mask to:" msgstr "İlklendirilen Maske:" -#: ../app/dialogs/layer-add-mask-dialog.c:100 -msgid "In_vert Mask" +#: ../app/dialogs/layer-add-mask-dialog.c:138 +msgid "In_vert mask" msgstr "Maskeyi _Tersine Çevir" -#: ../app/dialogs/layer-options-dialog.c:119 -msgid "Layer _Name:" -msgstr "Katman _Adı:" +#: ../app/dialogs/layer-options-dialog.c:125 +msgid "Layer _name:" +msgstr "Katman _adı:" #. The size labels -#: ../app/dialogs/layer-options-dialog.c:128 ../app/tools/gimpcroptool.c:1050 -#: ../app/tools/gimpmeasuretool.c:957 ../app/tools/gimpselectionoptions.c:585 +#: ../app/dialogs/layer-options-dialog.c:139 +#: ../app/tools/gimpmeasuretool.c:1065 msgid "Width:" msgstr "Genişlik:" -#: ../app/dialogs/layer-options-dialog.c:134 ../app/tools/gimpcroptool.c:1054 -#: ../app/tools/gimpmeasuretool.c:983 ../app/tools/gimpscaletool.c:166 -#: ../app/tools/gimpselectionoptions.c:593 +#: ../app/dialogs/layer-options-dialog.c:145 +#: ../app/tools/gimpmeasuretool.c:1093 msgid "Height:" msgstr "Yükseklik:" -#: ../app/dialogs/layer-options-dialog.c:191 +#: ../app/dialogs/layer-options-dialog.c:202 msgid "Layer Fill Type" msgstr "Katman Doldurma Tipi" -#: ../app/dialogs/layer-options-dialog.c:206 -#, fuzzy -msgid "Set Name from _Text" -msgstr "Yeni resimler için kullanılacak yorum" +#: ../app/dialogs/layer-options-dialog.c:217 +msgid "Set name from _text" +msgstr "_Metinden ad ayarla" -#: ../app/dialogs/module-dialog.c:122 +#: ../app/dialogs/module-dialog.c:127 msgid "Module Manager" -msgstr "Modül Düzenleyici" - -#: ../app/dialogs/module-dialog.c:124 -msgid "Manage Loadable Modules" -msgstr "" - -#: ../app/dialogs/module-dialog.c:168 -msgid "Autoload" -msgstr "Otomatik Yükleme" - -#: ../app/dialogs/module-dialog.c:175 -#, fuzzy -msgid "Module path" -msgstr "Modül Yolu" +msgstr "Birim Düzenleyici" -#: ../app/dialogs/module-dialog.c:418 -msgid "" -msgstr "" +#: ../app/dialogs/module-dialog.c:150 +msgid "You will have to restart GIMP for the changes to take effect." +msgstr "Değişikliklerin geçerli olması için GIMP'i yeniden başlatmalısınız." -#: ../app/dialogs/module-dialog.c:430 ../app/dialogs/module-dialog.c:439 -msgid "On disk" -msgstr "Diskte" +#: ../app/dialogs/module-dialog.c:191 +msgid "Module" +msgstr "Birim" -#: ../app/dialogs/module-dialog.c:430 +#: ../app/dialogs/module-dialog.c:464 msgid "Only in memory" msgstr "Sadece bellekte" -#: ../app/dialogs/module-dialog.c:439 +#: ../app/dialogs/module-dialog.c:469 msgid "No longer available" -msgstr "" - -#: ../app/dialogs/module-dialog.c:475 -msgid "Load" -msgstr "Yükle" - -#: ../app/dialogs/module-dialog.c:477 -msgid "Query" -msgstr "" - -#: ../app/dialogs/module-dialog.c:484 -msgid "Unload" -msgstr "Boşalt" - -#: ../app/dialogs/module-dialog.c:499 -msgid "Purpose:" -msgstr "Amaç:" +msgstr "Artık kullanılır değil" -#: ../app/dialogs/module-dialog.c:500 +#: ../app/dialogs/module-dialog.c:498 msgid "Author:" msgstr "Yazar:" -#: ../app/dialogs/module-dialog.c:501 +#: ../app/dialogs/module-dialog.c:499 msgid "Version:" msgstr "Sürüm:" -#: ../app/dialogs/module-dialog.c:502 -msgid "Copyright:" -msgstr "Telif hakkı:" - -#: ../app/dialogs/module-dialog.c:503 +#: ../app/dialogs/module-dialog.c:500 msgid "Date:" msgstr "Tarih:" -#: ../app/dialogs/module-dialog.c:504 -msgid "Location:" -msgstr "Adres:" - -#: ../app/dialogs/module-dialog.c:505 -#: ../app/widgets/gimpcontrollereditor.c:248 -msgid "State:" -msgstr "Durum:" - -#: ../app/dialogs/module-dialog.c:506 -msgid "Last Error:" -msgstr "" +#: ../app/dialogs/module-dialog.c:501 +msgid "Copyright:" +msgstr "Telif hakkı:" -#: ../app/dialogs/module-dialog.c:507 -msgid "Available Types:" -msgstr "Kullanılabilir Türler:" +#: ../app/dialogs/module-dialog.c:502 +msgid "Location:" +msgstr "Yer:" -#: ../app/dialogs/offset-dialog.c:98 +#: ../app/dialogs/offset-dialog.c:108 msgid "Offset Layer" -msgstr "" +msgstr "Göreli Konum Katmanı" -#: ../app/dialogs/offset-dialog.c:100 -#, fuzzy +#: ../app/dialogs/offset-dialog.c:110 msgid "Offset Layer Mask" -msgstr "/Katman Maskesini Sil" +msgstr "Göreli Konum Katman Maskesi" -#: ../app/dialogs/offset-dialog.c:102 +#: ../app/dialogs/offset-dialog.c:112 msgid "Offset Channel" -msgstr "" +msgstr "Göreli Konum Kanalı" #. The offset frame -#: ../app/dialogs/offset-dialog.c:108 ../app/dialogs/offset-dialog.c:141 -#: ../app/dialogs/resize-dialog.c:193 ../app/widgets/gimpgrideditor.c:274 +#: ../app/dialogs/offset-dialog.c:118 ../app/dialogs/offset-dialog.c:152 +#: ../app/dialogs/resize-dialog.c:197 ../app/widgets/gimpgrideditor.c:276 msgid "Offset" -msgstr "Ofset" +msgstr "Konum" + +#. offset, used as a verb +#: ../app/dialogs/offset-dialog.c:127 +msgid "_Offset" +msgstr "_Konum" -#: ../app/dialogs/offset-dialog.c:173 ../app/dialogs/resize-dialog.c:222 +#: ../app/dialogs/offset-dialog.c:184 ../app/dialogs/resize-dialog.c:226 msgid "_X:" msgstr "_X:" -#: ../app/dialogs/offset-dialog.c:175 ../app/dialogs/resize-dialog.c:223 -#, fuzzy +#: ../app/dialogs/offset-dialog.c:186 ../app/dialogs/resize-dialog.c:227 msgid "_Y:" -msgstr "Y:" +msgstr "_Y:" -#: ../app/dialogs/offset-dialog.c:202 -#, fuzzy +#: ../app/dialogs/offset-dialog.c:213 msgid "Offset by x/_2, y/2" -msgstr "(x/2), (y/2) olarak ofsetle" +msgstr "x/_2, y/2 ile göreli konum" #. The edge behavior frame -#: ../app/dialogs/offset-dialog.c:211 -#, fuzzy +#: ../app/dialogs/offset-dialog.c:222 msgid "Edge Behavior" -msgstr "Pencere Davranışı" +msgstr "Kenar Davranışı" -#: ../app/dialogs/offset-dialog.c:215 -#, fuzzy +#: ../app/dialogs/offset-dialog.c:226 msgid "_Wrap around" -msgstr "_Arkaplan" +msgstr "_Sarmala" -#: ../app/dialogs/offset-dialog.c:218 -#, fuzzy +#: ../app/dialogs/offset-dialog.c:229 msgid "Fill with _background color" -msgstr "Arkaplan Rengini Düzenle" +msgstr "_Artalan rengi ile doldur" -#: ../app/dialogs/offset-dialog.c:221 -#, fuzzy +#: ../app/dialogs/offset-dialog.c:232 msgid "Make _transparent" -msgstr "Ş_effaf" +msgstr "_Saydam yap" -#: ../app/dialogs/palette-import-dialog.c:173 -msgid "Import Palette" -msgstr "İçe Palet Aktar" - -#: ../app/dialogs/palette-import-dialog.c:175 -#, fuzzy +#: ../app/dialogs/palette-import-dialog.c:156 msgid "Import a New Palette" -msgstr "İçe Palet Aktar" +msgstr "Yeni bir Palet İçe Aktar" -#: ../app/dialogs/palette-import-dialog.c:181 +#: ../app/dialogs/palette-import-dialog.c:166 msgid "_Import" msgstr "İçe _Aktar" #. The "Source" frame -#: ../app/dialogs/palette-import-dialog.c:215 -#, fuzzy +#: ../app/dialogs/palette-import-dialog.c:205 msgid "Select Source" -msgstr "/Seçim/Keskinleştir" +msgstr "Kaynak Seç" -#: ../app/dialogs/palette-import-dialog.c:238 -#, fuzzy +#: ../app/dialogs/palette-import-dialog.c:227 msgid "I_mage" -msgstr "Resim" +msgstr "G_örüntü" + +#: ../app/dialogs/palette-import-dialog.c:241 +msgid "Sample _Merged" +msgstr "_Birleştirilmiş Örnek" #: ../app/dialogs/palette-import-dialog.c:253 -#, fuzzy +msgid "_Selected Pixels only" +msgstr "Sadece _Seçilmiş Benekler" + +#: ../app/dialogs/palette-import-dialog.c:265 msgid "Palette _file" -msgstr "Palet" +msgstr "Palet _dosyası" -#: ../app/dialogs/palette-import-dialog.c:280 -#, fuzzy -msgid "Select palette file" -msgstr "Palet Dizinini Seç" +#. Palette file name entry +#: ../app/dialogs/palette-import-dialog.c:294 +msgid "Select Palette File" +msgstr "Palet Dosyasını Seç" #. The "Import" frame -#: ../app/dialogs/palette-import-dialog.c:311 +#: ../app/dialogs/palette-import-dialog.c:305 msgid "Import Options" -msgstr "Alma Seçenekleri" +msgstr "İçe Aktarma Seçenekleri" -#: ../app/dialogs/palette-import-dialog.c:324 -#, fuzzy +#: ../app/dialogs/palette-import-dialog.c:319 msgid "New import" -msgstr "İçe Aktar" +msgstr "Yeni İçe Aktarma" -#: ../app/dialogs/palette-import-dialog.c:326 -#, fuzzy -msgid "Palette _Name:" -msgstr "Palet" +#: ../app/dialogs/palette-import-dialog.c:321 +msgid "Palette _name:" +msgstr "Palet _adı:" -#: ../app/dialogs/palette-import-dialog.c:332 -#, fuzzy +#: ../app/dialogs/palette-import-dialog.c:327 msgid "N_umber of colors:" -msgstr "Asgari Renk Sayısı:" +msgstr "Renklerin sa_yısı:" -#: ../app/dialogs/palette-import-dialog.c:345 -#, fuzzy +#: ../app/dialogs/palette-import-dialog.c:340 msgid "C_olumns:" -msgstr "Adet:" +msgstr "S_ütun:" -#: ../app/dialogs/palette-import-dialog.c:357 -#, fuzzy +#: ../app/dialogs/palette-import-dialog.c:352 msgid "I_nterval:" -msgstr "Aralık:" +msgstr "A_ralık:" #. The "Preview" frame -#: ../app/dialogs/palette-import-dialog.c:369 +#: ../app/dialogs/palette-import-dialog.c:363 msgid "Preview" msgstr "Önizleme" -#: ../app/dialogs/preferences-dialog.c:295 -#, fuzzy +#: ../app/dialogs/palette-import-dialog.c:384 +msgid "The selected source contains no colors." +msgstr "Seçilmiş kaynak hiçbir renk içermiyor." + +#: ../app/dialogs/preferences-dialog.c:267 +msgid "Reset All Preferences" +msgstr "Tüm Yeğlenenleri Sıfırla" + +#: ../app/dialogs/preferences-dialog.c:285 +msgid "Do you really want to reset all preferences to default values?" +msgstr "Tüm yeğlenenleri öntanımlı değerlere getirmek istiyor musunuz?" + +#: ../app/dialogs/preferences-dialog.c:355 msgid "You will have to restart GIMP for the following changes to take effect:" -msgstr "Bu seçimlerin etkili olması için GIMP'i baştan başlatmanız gerekecek." +msgstr "" +"İzleyen değişikliklerin etkin olabilmesi için GIMP'i yeniden başlatmalısınız:" -#: ../app/dialogs/preferences-dialog.c:431 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:500 msgid "Configure Input Devices" -msgstr "Gelişmiş Giriş Aygıtlarını Yapılandır" - -#: ../app/dialogs/preferences-dialog.c:497 -#, fuzzy -msgid "Configure Keyboard Shortcuts" -msgstr "Klavye Kısayolları" +msgstr "Giriş Aygıtlarını Yapılandır" -#: ../app/dialogs/preferences-dialog.c:547 -msgid "" -"To edit a shortcut key, click on the corresponding row and type a new " -"accelerator, or press backspace to clear." -msgstr "" - -#: ../app/dialogs/preferences-dialog.c:594 +#: ../app/dialogs/preferences-dialog.c:577 msgid "" "Your keyboard shortcuts will be reset to default values the next time you " "start GIMP." msgstr "" +"Klavye kısayollarınız GIMP'in bir sonraki zaman yeniden başlatılmasında " +"öntanımlı değerlere getirilecek." + +#: ../app/dialogs/preferences-dialog.c:588 +msgid "Remove all Keyboard Shortcuts" +msgstr "Tüm Klavye Kısayollarını Kaldır" + +#: ../app/dialogs/preferences-dialog.c:610 +msgid "Do you really want to remove all keyboard shortcuts from all menus?" +msgstr "Tüm klavye kısayollarını bütün menülerden kaldırmak istiyor musunuz?" -#: ../app/dialogs/preferences-dialog.c:628 +#: ../app/dialogs/preferences-dialog.c:651 msgid "" "Your window setup will be reset to default values the next time you start " "GIMP." msgstr "" +"Pencere düzeniniz GIMP'in sonraki başlangıcında öntanımlı değerlere " +"getirilecek." -#: ../app/dialogs/preferences-dialog.c:662 +#: ../app/dialogs/preferences-dialog.c:686 msgid "" "Your input device settings will be reset to default values the next time you " "start GIMP." msgstr "" +"Girdi aygıtı ayarlarınız GIMP'in sonraki başlangıcında öntanımlı değerlere " +"getirilecek." -#: ../app/dialogs/preferences-dialog.c:696 +#: ../app/dialogs/preferences-dialog.c:721 msgid "" "Your tool options will be reset to default values the next time you start " "GIMP." msgstr "" +"Alet seçenekleriniz GIMP'in sonraki başlangıcında öntanımlı değerlere " +"getirilecek." -#: ../app/dialogs/preferences-dialog.c:1116 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1289 msgid "Show _menubar" -msgstr "Menü Çubuğunu Göster" +msgstr "_Menü çubuğunu göster" -#: ../app/dialogs/preferences-dialog.c:1119 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1293 msgid "Show _rulers" -msgstr "_Cetvelleri Göster" +msgstr "_Cetveli göster" -#: ../app/dialogs/preferences-dialog.c:1122 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1296 msgid "Show scroll_bars" -msgstr "Kaydırma Çubuklarını Göster" +msgstr "Ka_ydırma çubuğunu göster" -#: ../app/dialogs/preferences-dialog.c:1125 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1299 msgid "Show s_tatusbar" -msgstr "_Durum Çubuğunu Göster" +msgstr "D_urum çubuğunu göster" -#: ../app/dialogs/preferences-dialog.c:1133 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1307 msgid "Show s_election" -msgstr "Seçimi Büyüt" +msgstr "S_eçimi göster" -#: ../app/dialogs/preferences-dialog.c:1136 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1310 msgid "Show _layer boundary" -msgstr "/Görünüm/Durum çubuğu" +msgstr "Ka_tman sınırını göster" -#: ../app/dialogs/preferences-dialog.c:1139 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1313 msgid "Show _guides" -msgstr "/Görünüm/Kılavuzları _Göster" +msgstr "K_ılavuzları göster" -#: ../app/dialogs/preferences-dialog.c:1142 +#: ../app/dialogs/preferences-dialog.c:1316 msgid "Show gri_d" -msgstr "Kılavuzu _göster" +msgstr "I_zgarayı göster" -#: ../app/dialogs/preferences-dialog.c:1148 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1322 msgid "Canvas _padding mode:" -msgstr "Tuval Boyutunu Belirle" +msgstr "Tuval _doldurma kipi:" -#: ../app/dialogs/preferences-dialog.c:1153 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1327 msgid "Custom p_adding color:" -msgstr "Tuval Boyutunu Belirle" +msgstr "Tuval doldurma _rengi:" -#: ../app/dialogs/preferences-dialog.c:1154 -#, fuzzy -msgid "Select custom canvas padding color" -msgstr "Tuval Boyutunu Belirle" +#: ../app/dialogs/preferences-dialog.c:1328 +msgid "Select Custom Canvas Padding Color" +msgstr "Özel Tuval Doldurma Rengi Seç" -#: ../app/dialogs/preferences-dialog.c:1223 +#: ../app/dialogs/preferences-dialog.c:1417 msgid "Preferences" -msgstr "Tercihler" +msgstr "Yeğlenenler" -#: ../app/dialogs/preferences-dialog.c:1331 -#: ../app/dialogs/preferences-dialog.c:2447 +#: ../app/dialogs/preferences-dialog.c:1529 +#: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment" msgstr "Çevre" -#: ../app/dialogs/preferences-dialog.c:1345 +#: ../app/dialogs/preferences-dialog.c:1543 msgid "Resource Consumption" msgstr "Kaynak Harcaması" -#: ../app/dialogs/preferences-dialog.c:1355 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1553 msgid "Minimal number of _undo levels:" -msgstr "Asgari Geri Alma Sayısı" +msgstr "_Geri alma düzeyinin en düşük sayısı:" -#: ../app/dialogs/preferences-dialog.c:1358 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1556 msgid "Maximum undo _memory:" -msgstr "Azami Geri Alma Belleği" +msgstr "Azami geri alma _belleği:" -#: ../app/dialogs/preferences-dialog.c:1361 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1559 msgid "Tile cache _size:" -msgstr "Döşeme Önbelleği Boyutu:" +msgstr "Önbellek b_oyutunu döşe:" -#: ../app/dialogs/preferences-dialog.c:1364 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1562 msgid "Maximum _new image size:" -msgstr "Azami Resim Boyutu:" +msgstr "En büyük _yeni görüntü boyutu:" -#: ../app/dialogs/preferences-dialog.c:1369 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1567 msgid "Number of _processors to use:" -msgstr "Kullanılacak Işlemcilerin sayısı:" +msgstr "Kullanılacak _işlemci sayısı:" #. Image Thumbnails -#: ../app/dialogs/preferences-dialog.c:1374 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1572 msgid "Image Thumbnails" -msgstr "Resim maskesi" +msgstr "Görüntü Minyatürleri" -#: ../app/dialogs/preferences-dialog.c:1379 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1577 msgid "Size of _thumbnails:" -msgstr "Küçük Resim Dosyası Boyutu:" +msgstr "_Minyatürlerin boyutu:" -#: ../app/dialogs/preferences-dialog.c:1383 +#: ../app/dialogs/preferences-dialog.c:1581 msgid "Maximum _filesize for thumbnailing:" -msgstr "" +msgstr "Minyatürler için en büyük dosya _boyutu:" #. File Saving -#: ../app/dialogs/preferences-dialog.c:1387 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1585 msgid "Saving Images" -msgstr "Resmi Kaydet" +msgstr "Görüntüler Kaydediliyor" -#: ../app/dialogs/preferences-dialog.c:1390 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1588 msgid "Confirm closing of unsa_ved images" -msgstr "Kaydedilmemiş Dosyalar Kapatılırken Onayla" +msgstr "Kaydedilme_miş görüntülerin kapatılmasını doğrula" -#: ../app/dialogs/preferences-dialog.c:1402 +#: ../app/dialogs/preferences-dialog.c:1598 +msgid "Keep record of used files in the Recent Documents list" +msgstr "Açılan Son Belgeler listesindeki kullanılmış dosyaların kaydını tut" + +#: ../app/dialogs/preferences-dialog.c:1607 msgid "User Interface" -msgstr "Kullanıcı Arayüzü" +msgstr "Kullanıcı Arabirimi" -#: ../app/dialogs/preferences-dialog.c:1405 +#: ../app/dialogs/preferences-dialog.c:1610 msgid "Interface" -msgstr "Arayüz" +msgstr "Arabirim" #. Previews -#: ../app/dialogs/preferences-dialog.c:1412 +#: ../app/dialogs/preferences-dialog.c:1617 msgid "Previews" msgstr "Önizlemeler" -#: ../app/dialogs/preferences-dialog.c:1415 +#: ../app/dialogs/preferences-dialog.c:1620 msgid "_Enable layer & channel previews" msgstr "_Katman ve kanal önizlemelerini etkinleştir" -#: ../app/dialogs/preferences-dialog.c:1421 -msgid "Default _layer & channel preview size:" -msgstr "Öntanımlı k_atman ve kanal önizleme boyutu:" +#: ../app/dialogs/preferences-dialog.c:1626 +msgid "_Default layer & channel preview size:" +msgstr "_Öntanımlı katman ve kanal önizleme boyutu:" -#: ../app/dialogs/preferences-dialog.c:1424 +#: ../app/dialogs/preferences-dialog.c:1629 msgid "Na_vigation preview size:" msgstr "Gezgin önizleme _boyutu:" #. Keyboard Shortcuts -#: ../app/dialogs/preferences-dialog.c:1428 +#: ../app/dialogs/preferences-dialog.c:1633 msgid "Keyboard Shortcuts" msgstr "Klavye Kısayolları" -#: ../app/dialogs/preferences-dialog.c:1432 +#: ../app/dialogs/preferences-dialog.c:1637 msgid "Show menu _mnemonics (access keys)" -msgstr "" +msgstr "Menü _anımsatıcılarını göster (erişim tuşları)" -#: ../app/dialogs/preferences-dialog.c:1435 -#, fuzzy -msgid "Use _dynamic keyboard shortcuts" -msgstr "Dinamik _Klavye Kısayollarını Kullan" +#: ../app/dialogs/preferences-dialog.c:1640 +msgid "_Use dynamic keyboard shortcuts" +msgstr "Dinamik kla_vye kısayollarını kullan" -#: ../app/dialogs/preferences-dialog.c:1439 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1644 msgid "Configure _Keyboard Shortcuts..." -msgstr "Klavye Kısayolları" +msgstr "Klavye kısayollarını _yapılandır..." -#: ../app/dialogs/preferences-dialog.c:1446 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1651 msgid "_Save keyboard shortcuts on exit" -msgstr "Çıkış_ta Klavye Kısayollarını Kaydet" +msgstr "Çıkışta klavye kısayollarını kayde_t" -#: ../app/dialogs/preferences-dialog.c:1450 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1655 msgid "Save Keyboard Shortcuts _Now" -msgstr "Klavye Kısayollarını Şimdi Kaydet" +msgstr "Klavye Kısayollarını _Şimdi Kaydet" + +#: ../app/dialogs/preferences-dialog.c:1662 +msgid "_Reset Keyboard Shortcuts to Default Values" +msgstr "Klavye Kısayollarını Ö_ntanımlı Değerlere Getir" -#: ../app/dialogs/preferences-dialog.c:1457 -#, fuzzy -msgid "_Reset Saved Keyboard Shortcuts to Default Values" -msgstr "_Başlangıçta Klavye Kısayollarını Öğren" +#: ../app/dialogs/preferences-dialog.c:1671 +msgid "Remove _All Keyboard Shortcuts" +msgstr "_Tüm Klavye Kısayollarını Kaldır" -#: ../app/dialogs/preferences-dialog.c:1472 -#: ../app/dialogs/preferences-dialog.c:1511 +#: ../app/dialogs/preferences-dialog.c:1683 +#: ../app/dialogs/preferences-dialog.c:1722 msgid "Theme" msgstr "Temalar" -#: ../app/dialogs/preferences-dialog.c:1481 +#: ../app/dialogs/preferences-dialog.c:1692 msgid "Select Theme" msgstr "Tema Seç" -#: ../app/dialogs/preferences-dialog.c:1563 +#: ../app/dialogs/preferences-dialog.c:1774 msgid "Reload C_urrent Theme" msgstr "_Güncel Temayı Yeniden Yükle" -#: ../app/dialogs/preferences-dialog.c:1575 +#: ../app/dialogs/preferences-dialog.c:1786 msgid "Help System" msgstr "Yardım Sistemi" -#: ../app/dialogs/preferences-dialog.c:1590 -msgid "Show tool _tips" -msgstr "_İpuçlarını göster" +#. General +#: ../app/dialogs/preferences-dialog.c:1798 +#: ../app/dialogs/preferences-dialog.c:1892 +#: ../app/dialogs/preferences-dialog.c:2079 +#: ../app/widgets/gimpcontrollereditor.c:189 +msgid "General" +msgstr "Genel" + +#: ../app/dialogs/preferences-dialog.c:1801 +msgid "Show _tooltips" +msgstr "Araç _ipuçlarını göster" -#: ../app/dialogs/preferences-dialog.c:1593 +#: ../app/dialogs/preferences-dialog.c:1804 msgid "Show help _buttons" msgstr "_Yardım düğmelerini göster" -#: ../app/dialogs/preferences-dialog.c:1596 -msgid "Show tips on _startup" -msgstr "_Başlangıçta ipuçlarını göster" +#: ../app/dialogs/preferences-dialog.c:1817 +msgid "Use the online version" +msgstr "Çevrimiçi sürümü kullan" + +#: ../app/dialogs/preferences-dialog.c:1818 +msgid "Use a locally installed copy" +msgstr "Yerel olarak yüklenmiş bir kopya kullan" + +#: ../app/dialogs/preferences-dialog.c:1819 +msgid "User manual:" +msgstr "Kullanıcı el kitabı:" + +#: ../app/dialogs/preferences-dialog.c:1826 +msgid "There's a local installation of the user manual." +msgstr "Kullanıcı el kitabının yerel bir yüklenmişi var." + +#: ../app/dialogs/preferences-dialog.c:1831 +msgid "The user manual is not installed locally." +msgstr "Kullanıcı el kitabı yerel olarak yüklenmemiş." #. Help Browser -#: ../app/dialogs/preferences-dialog.c:1600 +#: ../app/dialogs/preferences-dialog.c:1854 msgid "Help Browser" msgstr "Yardım Gezgini" -#: ../app/dialogs/preferences-dialog.c:1604 +#: ../app/dialogs/preferences-dialog.c:1858 msgid "H_elp browser to use:" msgstr "_Kullanılacak yardım gezgini:" -#: ../app/dialogs/preferences-dialog.c:1609 +#: ../app/dialogs/preferences-dialog.c:1863 msgid "Web Browser" msgstr "Web Tarayıcı" -#: ../app/dialogs/preferences-dialog.c:1613 -msgid "Select web browser" -msgstr "Web tarayıcısını seç" - -#: ../app/dialogs/preferences-dialog.c:1616 +#: ../app/dialogs/preferences-dialog.c:1867 msgid "_Web browser to use:" msgstr "_Kullanılacak web tarayıcı:" -#: ../app/dialogs/preferences-dialog.c:1644 +#: ../app/dialogs/preferences-dialog.c:1895 msgid "_Save tool options on exit" msgstr "Çıkar_ken araç seçeneklerini kaydet" -#: ../app/dialogs/preferences-dialog.c:1648 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1899 msgid "Save Tool Options _Now" -msgstr "Kaydetme Aracı Seçenekleri" +msgstr "Araç Seçeneklerini _Şimdi Kaydet" -#: ../app/dialogs/preferences-dialog.c:1655 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1906 msgid "_Reset Saved Tool Options to Default Values" -msgstr "Başlarken Pencere Boyutlarını ve Konumlarını Öğren" +msgstr "Kaydedilmiş Araç Seçeneklerini Öntanımlı Değerlere _Getir" #. Snapping Distance -#: ../app/dialogs/preferences-dialog.c:1666 -msgid "Guide and Grid Snapping" -msgstr "Kılavuz ve Yanaştırma" +#: ../app/dialogs/preferences-dialog.c:1916 +msgid "Guide & Grid Snapping" +msgstr "Kılavuz & Izgara Yanaştırması" -#: ../app/dialogs/preferences-dialog.c:1671 +#: ../app/dialogs/preferences-dialog.c:1921 msgid "_Snap distance:" msgstr "_Yanaştırma uzaklığı:" -#. Scaling -#: ../app/dialogs/preferences-dialog.c:1675 -msgid "Scaling" -msgstr "Ölçekleme" - -#: ../app/dialogs/preferences-dialog.c:1679 +#: ../app/dialogs/preferences-dialog.c:1929 msgid "Default _interpolation:" msgstr "Öntanımlı _aradeğerleme:" #. Global Brush, Pattern, ... -#: ../app/dialogs/preferences-dialog.c:1683 +#: ../app/dialogs/preferences-dialog.c:1936 msgid "Paint Options Shared Between Tools" -msgstr "" +msgstr "Araçlarla Paylaşılan Boyama Seçenekleri" -#: ../app/dialogs/preferences-dialog.c:1696 +#: ../app/dialogs/preferences-dialog.c:1949 msgid "Move Tool" msgstr "Taşıma Aracı" -#: ../app/dialogs/preferences-dialog.c:1700 -#, fuzzy -msgid "Change current layer or path" -msgstr "Sadece etkin katman" +#: ../app/dialogs/preferences-dialog.c:1953 +msgid "Set layer or path as active" +msgstr "Katmanı veya yolu etkin olarak ayarla" -#: ../app/dialogs/preferences-dialog.c:1713 +#: ../app/dialogs/preferences-dialog.c:1966 ../app/widgets/gimptoolbox.c:633 msgid "Toolbox" msgstr "Araç kutusu" #. Appearance -#: ../app/dialogs/preferences-dialog.c:1723 -#: ../app/dialogs/preferences-dialog.c:1881 -#: ../app/widgets/gimpgrideditor.c:206 +#: ../app/dialogs/preferences-dialog.c:1978 +#: ../app/dialogs/preferences-dialog.c:2152 +#: ../app/widgets/gimpgrideditor.c:204 msgid "Appearance" msgstr "Görünüm" -#: ../app/dialogs/preferences-dialog.c:1727 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1982 msgid "Show _foreground & background color" -msgstr "Arkaplan Rengini Alınan Renge Dönüştür" +msgstr "_Önalan ve artalan rengini göster" -#: ../app/dialogs/preferences-dialog.c:1731 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1986 msgid "Show active _brush, pattern & gradient" -msgstr "/Pencereler/Desenler..." +msgstr "Etkin _fırçayı, deseni ve renk geçişini göster" -#: ../app/dialogs/preferences-dialog.c:1735 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:1990 msgid "Show active _image" -msgstr "Resmi Kaydet" +msgstr "Etkin _görüntüyü göster" -#: ../app/dialogs/preferences-dialog.c:1745 +#: ../app/dialogs/preferences-dialog.c:2003 msgid "Default New Image" -msgstr "Öntanımlı Yeni Resim" +msgstr "Öntanımlı Yeni Görüntü" -#: ../app/dialogs/preferences-dialog.c:1748 +#: ../app/dialogs/preferences-dialog.c:2006 msgid "Default Image" -msgstr "Öntanımlı Resim" +msgstr "Öntanımlı Görüntü" -#: ../app/dialogs/preferences-dialog.c:1783 +#: ../app/dialogs/preferences-dialog.c:2043 msgid "Default Image Grid" -msgstr "Öntanımlı Resim Kılavuzu" +msgstr "Öntanımlı Görüntü Izgarası" -#: ../app/dialogs/preferences-dialog.c:1786 +#: ../app/dialogs/preferences-dialog.c:2046 msgid "Default Grid" -msgstr "Öntanımlı Kılavuz" +msgstr "Öntanımlı Izgara" -#: ../app/dialogs/preferences-dialog.c:1806 +#: ../app/dialogs/preferences-dialog.c:2067 msgid "Image Windows" -msgstr "Resim Pencereleri" +msgstr "Görüntü Pencereleri" -#: ../app/dialogs/preferences-dialog.c:1821 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2082 msgid "Use \"_Dot for dot\" by default" -msgstr "Öntanımlı olarak \"Noktaya Nokta\" kullan" +msgstr "Öntanımlı olarak \"_Noktadan noktaya\" kullan" -#: ../app/dialogs/preferences-dialog.c:1827 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2088 msgid "Marching _ants speed:" -msgstr "Yürüyen _Karıncaların Hızı" +msgstr "Yürüyen _karıncaların hızı:" #. Zoom & Resize Behavior -#: ../app/dialogs/preferences-dialog.c:1831 +#: ../app/dialogs/preferences-dialog.c:2092 msgid "Zoom & Resize Behavior" msgstr "Odaklama ve Boyutlama Davranışı" -#: ../app/dialogs/preferences-dialog.c:1835 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2096 msgid "Resize window on _zoom" -msgstr "_Odaklamada Pencereyi Boyutlandır" +msgstr "_Yakınlaştırırken pencereyi yeniden boyulandır" -#: ../app/dialogs/preferences-dialog.c:1838 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2099 msgid "Resize window on image _size change" -msgstr "Odaklamada Pencereyi Boyutlandır" +msgstr "Görüntü _boyutu değiştiğinde pencereyi yeniden boyulandır" -#: ../app/dialogs/preferences-dialog.c:1844 +#: ../app/dialogs/preferences-dialog.c:2105 msgid "Fit to window" msgstr "Pencereye uydur" -#: ../app/dialogs/preferences-dialog.c:1846 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2107 msgid "Initial zoom _ratio:" -msgstr "İlk Odaklama Oranı:" +msgstr "İlk yakınlaştırma _oranı:" -#. Mouse Cursors -#: ../app/dialogs/preferences-dialog.c:1850 -msgid "Mouse Cursors" +#. Space Bar +#: ../app/dialogs/preferences-dialog.c:2111 +msgid "Space Bar" +msgstr "Ara Çubuğu" + +#: ../app/dialogs/preferences-dialog.c:2117 +msgid "_While space bar is pressed:" +msgstr "Ara _çubuğuna basıldığında:" + +#. Mouse Pointers +#: ../app/dialogs/preferences-dialog.c:2121 +msgid "Mouse Pointers" msgstr "Fare İmleçleri" -#: ../app/dialogs/preferences-dialog.c:1854 +#: ../app/dialogs/preferences-dialog.c:2125 msgid "Show _brush outline" -msgstr "" +msgstr "_Fırçanın ana çizgilerini göster" -#: ../app/dialogs/preferences-dialog.c:1857 -msgid "Show paint _tool cursor" -msgstr "" +#: ../app/dialogs/preferences-dialog.c:2128 +msgid "Show pointer for paint _tools" +msgstr "Boyama _araçları için imleci göster" -#: ../app/dialogs/preferences-dialog.c:1863 -msgid "Cursor _mode:" -msgstr "İ_mleç kipi:" +#: ../app/dialogs/preferences-dialog.c:2134 +msgid "Pointer _mode:" +msgstr "İmleç _kipi:" -#: ../app/dialogs/preferences-dialog.c:1866 -#, fuzzy -msgid "Cursor re_ndering:" -msgstr "İ_mleç Kipi:" +#: ../app/dialogs/preferences-dialog.c:2137 +msgid "Pointer re_ndering:" +msgstr "İmleç i_şlemesi:" -#: ../app/dialogs/preferences-dialog.c:1878 +#: ../app/dialogs/preferences-dialog.c:2149 msgid "Image Window Appearance" -msgstr "Resim Penceresi Görünümü" +msgstr "Görüntü Penceresi Görünümü" -#: ../app/dialogs/preferences-dialog.c:1889 +#: ../app/dialogs/preferences-dialog.c:2160 msgid "Default Appearance in Normal Mode" msgstr "Normal Kipte Öntanımlı Görünüm" -#: ../app/dialogs/preferences-dialog.c:1894 +#: ../app/dialogs/preferences-dialog.c:2165 msgid "Default Appearance in Fullscreen Mode" -msgstr "" +msgstr "Tam Ekrandaki Öntanımlı Görünüm" -#: ../app/dialogs/preferences-dialog.c:1903 +#: ../app/dialogs/preferences-dialog.c:2174 msgid "Image Title & Statusbar Format" -msgstr "Resim Başlığı ve Durum Çubuğu Biçimi" +msgstr "Görüntü Başlığı ve Durum Çubuğu Biçimi" -#: ../app/dialogs/preferences-dialog.c:1906 +#: ../app/dialogs/preferences-dialog.c:2177 msgid "Title & Status" -msgstr "Başlık & Durum" +msgstr "Başlık ve Durum" -#: ../app/dialogs/preferences-dialog.c:1924 +#: ../app/dialogs/preferences-dialog.c:2195 msgid "Current format" msgstr "Geçerli biçim" -#: ../app/dialogs/preferences-dialog.c:1925 +#: ../app/dialogs/preferences-dialog.c:2196 msgid "Default format" msgstr "Öntanımlı biçim" -#: ../app/dialogs/preferences-dialog.c:1926 +#: ../app/dialogs/preferences-dialog.c:2197 msgid "Show zoom percentage" -msgstr "Odak yüzdesini göster" +msgstr "Yakınlaştırma yüzdesini göster" -#: ../app/dialogs/preferences-dialog.c:1927 +#: ../app/dialogs/preferences-dialog.c:2198 msgid "Show zoom ratio" -msgstr "Odaklama oranını göster" +msgstr "Yakınlaştırma oranını göster" -#: ../app/dialogs/preferences-dialog.c:1928 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2199 msgid "Show image size" -msgstr "/Resim Menüsünü _Göster" +msgstr "Görüntü boyutunu göster" -#: ../app/dialogs/preferences-dialog.c:1941 +#: ../app/dialogs/preferences-dialog.c:2212 msgid "Image Title Format" -msgstr "Resim Başlık Formatı" +msgstr "Görüntü Başlık Biçimi" -#: ../app/dialogs/preferences-dialog.c:1943 +#: ../app/dialogs/preferences-dialog.c:2214 msgid "Image Statusbar Format" -msgstr "Resim Durum Çubuğu Formatı" +msgstr "Görüntü Durum Çubuğu Biçimi" -#: ../app/dialogs/preferences-dialog.c:2028 +#: ../app/dialogs/preferences-dialog.c:2299 msgid "Display" msgstr "Görünüm" -#: ../app/dialogs/preferences-dialog.c:2044 -#, fuzzy -msgid "_Check Style:" -msgstr "Durum:" +#: ../app/dialogs/preferences-dialog.c:2315 +msgid "_Check style:" +msgstr "_Denetleme biçemi:" -#: ../app/dialogs/preferences-dialog.c:2047 -#, fuzzy -msgid "Check _Size:" -msgstr "_Boyutu Denetle:" - -#: ../app/dialogs/preferences-dialog.c:2050 -msgid "Get Monitor Resolution" -msgstr "Ekran Çözünürlüğünü Al" +#: ../app/dialogs/preferences-dialog.c:2318 +msgid "Check _size:" +msgstr "_Boyutu denetle:" -#: ../app/dialogs/preferences-dialog.c:2054 -#: ../app/widgets/gimpcursorview.c:157 ../app/widgets/gimpgrideditor.c:267 -#: ../app/widgets/gimpgrideditor.c:299 +#: ../app/dialogs/preferences-dialog.c:2321 +msgid "Monitor Resolution" +msgstr "Monitör Çözünürlüğü" + +#: ../app/dialogs/preferences-dialog.c:2325 +#: ../app/widgets/gimpcursorview.c:124 ../app/widgets/gimpgrideditor.c:269 +#: ../app/widgets/gimpgrideditor.c:301 msgid "Pixels" -msgstr "Piksel" +msgstr "Benek" -#: ../app/dialogs/preferences-dialog.c:2076 -#: ../app/widgets/gimpimagepropview.c:321 -msgid "dpi" -msgstr "DPI" +#: ../app/dialogs/preferences-dialog.c:2347 +#: ../app/widgets/gimpimagepropview.c:476 +msgid "ppi" +msgstr "ppi" -#: ../app/dialogs/preferences-dialog.c:2092 -#, fuzzy, c-format -msgid "From _windowing system (currently %d x %d dpi)" -msgstr "Çözünürlüğü pencereleme sisteminden al (Şu anda %d x %d dpi)" - -#: ../app/dialogs/preferences-dialog.c:2112 -msgid "_Manually" -msgstr "_Elle" +#: ../app/dialogs/preferences-dialog.c:2363 +#, c-format +msgid "_Detect automatically (currently %d × %d ppi)" +msgstr "_Kendiliğinden bul (şimdiki %d × %d ppi)" -#: ../app/dialogs/preferences-dialog.c:2127 +#: ../app/dialogs/preferences-dialog.c:2383 +msgid "_Enter manually" +msgstr "_Elle gir" + +#: ../app/dialogs/preferences-dialog.c:2398 msgid "C_alibrate..." msgstr "İ_nce ayarlama..." -#: ../app/dialogs/preferences-dialog.c:2146 +#: ../app/dialogs/preferences-dialog.c:2421 msgid "Color Management" msgstr "Renk Yönetimi" -#: ../app/dialogs/preferences-dialog.c:2166 +#: ../app/dialogs/preferences-dialog.c:2441 msgid "_RGB profile:" msgstr "_RGB profili:" -#: ../app/dialogs/preferences-dialog.c:2167 -#, fuzzy -msgid "Select RGB color profile" -msgstr "Renge Göre Seçim" +#: ../app/dialogs/preferences-dialog.c:2442 +msgid "Select RGB Color Profile" +msgstr "RGB Renk Profilini Seç" -#: ../app/dialogs/preferences-dialog.c:2168 +#: ../app/dialogs/preferences-dialog.c:2443 msgid "_CMYK profile:" msgstr "_CMYK profili:" -#: ../app/dialogs/preferences-dialog.c:2169 -msgid "Select CMYK color profile" -msgstr "CMYK renk profilini seçin" +#: ../app/dialogs/preferences-dialog.c:2444 +msgid "Select CMYK Color Profile" +msgstr "CMYK Renk Profilini Seç" -#: ../app/dialogs/preferences-dialog.c:2170 +#: ../app/dialogs/preferences-dialog.c:2445 msgid "_Monitor profile:" -msgstr "" +msgstr "_Monitör profili:" -#: ../app/dialogs/preferences-dialog.c:2171 -#, fuzzy -msgid "Select monitor color profile" -msgstr "Alet işlemleri" +#: ../app/dialogs/preferences-dialog.c:2446 +msgid "Select Monitor Color Profile" +msgstr "Monitör Renk Profilini Seç" -#: ../app/dialogs/preferences-dialog.c:2172 +#: ../app/dialogs/preferences-dialog.c:2447 msgid "_Print simulation profile:" -msgstr "" +msgstr "Benzetim profilini _yazdır:" -#: ../app/dialogs/preferences-dialog.c:2173 -#, fuzzy -msgid "Select printer color profile" -msgstr "Palet Dizinini Seç" +#: ../app/dialogs/preferences-dialog.c:2448 +msgid "Select Printer Color Profile" +msgstr "Yazıcı Renk Profilini Seç" -#: ../app/dialogs/preferences-dialog.c:2182 +#: ../app/dialogs/preferences-dialog.c:2459 msgid "_Mode of operation:" -msgstr "" +msgstr "İşlem _Kipi:" + +#: ../app/dialogs/preferences-dialog.c:2489 +msgid "_Try to use the system monitor profile" +msgstr "Sistem monitörü profilini kullanmayı _deneyin" -#: ../app/dialogs/preferences-dialog.c:2185 +#: ../app/dialogs/preferences-dialog.c:2499 msgid "_Display rendering intent:" -msgstr "" +msgstr "_Görüntü işleme amacı:" -#: ../app/dialogs/preferences-dialog.c:2188 +#: ../app/dialogs/preferences-dialog.c:2508 msgid "_Softproof rendering intent:" -msgstr "" +msgstr "_Ön deney yapma amacı:" -#: ../app/dialogs/preferences-dialog.c:2210 -msgid "_Try to obtain the monitor profile from the X server" -msgstr "" +#: ../app/dialogs/preferences-dialog.c:2521 +msgid "Mark out of gamut colors" +msgstr "Dizi renklerinin dışındakileri işaretle" + +#: ../app/dialogs/preferences-dialog.c:2526 +msgid "Select Warning Color" +msgstr "Uyarı Rengini Seç" -#: ../app/dialogs/preferences-dialog.c:2229 +#: ../app/dialogs/preferences-dialog.c:2539 +msgid "File Open behaviour:" +msgstr "Dosya Açma davranışı:" + +#: ../app/dialogs/preferences-dialog.c:2551 msgid "Input Devices" -msgstr "Giriş Aygıtları" +msgstr "Girdi Aygıtları" #. Extended Input Devices -#: ../app/dialogs/preferences-dialog.c:2239 +#: ../app/dialogs/preferences-dialog.c:2561 msgid "Extended Input Devices" -msgstr "Gelişmiş Giriş Aygıtları" +msgstr "Gelişmiş Girdi Aygıtları" -#: ../app/dialogs/preferences-dialog.c:2243 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2565 msgid "Configure E_xtended Input Devices..." -msgstr "Gelişmiş Giriş Aygıtlarını Yapılandır" +msgstr "G_elişmiş Girdi Aygıtlarını Yapılandır..." -#: ../app/dialogs/preferences-dialog.c:2250 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2572 msgid "_Save input device settings on exit" -msgstr "Çıkışta Giriş Aygıtları Ayarlarını Kaydet" +msgstr "Çıkarken girdi aygıtı ayarlarını _kaydet" -#: ../app/dialogs/preferences-dialog.c:2254 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2576 msgid "Save Input Device Settings _Now" -msgstr "Şimdi Giriş Aygıtları Ayarlarını Kaydet" +msgstr "Girdi Aygıtı Ayarlarını _Şimdi Kaydet" -#: ../app/dialogs/preferences-dialog.c:2261 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2583 msgid "_Reset Saved Input Device Settings to Default Values" -msgstr "Çıkışta Giriş Aygıtları Ayarlarını Kaydet" +msgstr "Kaydedilmiş Girdi Aygıtı Ayarlarını Öntanımlı Değerlere _Getir" -#: ../app/dialogs/preferences-dialog.c:2276 +#: ../app/dialogs/preferences-dialog.c:2598 msgid "Additional Input Controllers" -msgstr "" +msgstr "Ek Girdi Denetleyicileri" -#: ../app/dialogs/preferences-dialog.c:2279 +#: ../app/dialogs/preferences-dialog.c:2601 msgid "Input Controllers" -msgstr "" +msgstr "Girdi Denetleyicileri" -#: ../app/dialogs/preferences-dialog.c:2295 +#: ../app/dialogs/preferences-dialog.c:2617 msgid "Window Management" msgstr "Pencere Yönetimi" -#: ../app/dialogs/preferences-dialog.c:2304 +#: ../app/dialogs/preferences-dialog.c:2626 msgid "Window Manager Hints" msgstr "Pencere Yöneticisi İpuçları" -#: ../app/dialogs/preferences-dialog.c:2310 +#: ../app/dialogs/preferences-dialog.c:2632 msgid "Hint for the _toolbox:" msgstr "_Araç çubuğu ipuçları:" -#: ../app/dialogs/preferences-dialog.c:2314 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2636 msgid "Hint for other _docks:" -msgstr "_Araç çubuğu ipuçları:" +msgstr "Diğer _rıhtımlar için ipuçları:" -#: ../app/dialogs/preferences-dialog.c:2318 -msgid "Toolbox and other docks are transient to the active display" +#: ../app/dialogs/preferences-dialog.c:2641 +msgid "Toolbox and other docks are transient to the active image window" msgstr "" +"Araç kutusu ve diğer rıhtımlar, etkin görüntü penceresi için geçici durumda" -#: ../app/dialogs/preferences-dialog.c:2322 +#: ../app/dialogs/preferences-dialog.c:2646 msgid "Focus" msgstr "Odaklama" -#: ../app/dialogs/preferences-dialog.c:2326 +#: ../app/dialogs/preferences-dialog.c:2650 msgid "Activate the _focused image" -msgstr "" +msgstr "_Odaklanılmış görüntüyü etkinleştir" #. Window Positions -#: ../app/dialogs/preferences-dialog.c:2330 +#: ../app/dialogs/preferences-dialog.c:2654 msgid "Window Positions" -msgstr "Pencere Boyutları" +msgstr "Pencere Konumları" -#: ../app/dialogs/preferences-dialog.c:2333 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2657 msgid "_Save window positions on exit" -msgstr "Çıkar_ken Pencere Boyutlarını ve Konumlarını Kaydet" +msgstr "Çıkarken pencere konumlarını _kaydet" -#: ../app/dialogs/preferences-dialog.c:2337 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2661 msgid "Save Window Positions _Now" -msgstr "_Pencere Konumlarını Şimdi Kaydet" +msgstr "Pencere Konumlarını _Şimdi Kaydet" -#: ../app/dialogs/preferences-dialog.c:2344 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2668 msgid "_Reset Saved Window Positions to Default Values" -msgstr "Başlarken Pencere Boyutlarını ve Konumlarını Öğren" +msgstr "Kaydedilmiş Pencere Konumlarını _Öntanımlı Değerlere Getir" -#: ../app/dialogs/preferences-dialog.c:2359 +#: ../app/dialogs/preferences-dialog.c:2683 msgid "Folders" msgstr "Dizinler" -#: ../app/dialogs/preferences-dialog.c:2377 -#, fuzzy -msgid "Temp folder:" -msgstr "Tema Dizinleri" - -#: ../app/dialogs/preferences-dialog.c:2377 -#, fuzzy -msgid "Select Temp Folder" -msgstr "Tema Dizinlerini Seç" +#: ../app/dialogs/preferences-dialog.c:2703 +msgid "Temporary folder:" +msgstr "Geçici dizin:" + +#: ../app/dialogs/preferences-dialog.c:2704 +msgid "Select Folder for Temporary Files" +msgstr "Geçici Dosyalar için Dizin Seç" -#: ../app/dialogs/preferences-dialog.c:2378 -#: ../app/dialogs/user-install-dialog.c:1420 +#: ../app/dialogs/preferences-dialog.c:2708 msgid "Swap folder:" msgstr "Takas dizini:" -#: ../app/dialogs/preferences-dialog.c:2378 +#: ../app/dialogs/preferences-dialog.c:2709 msgid "Select Swap Folder" msgstr "Takas Dizinini Seç" -#: ../app/dialogs/preferences-dialog.c:2411 +#: ../app/dialogs/preferences-dialog.c:2744 msgid "Brush Folders" -msgstr "Fırça Dizini" +msgstr "Fırça Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2413 +#: ../app/dialogs/preferences-dialog.c:2746 msgid "Select Brush Folders" msgstr "Fırça Dizinini Seç" -#: ../app/dialogs/preferences-dialog.c:2415 +#: ../app/dialogs/preferences-dialog.c:2748 msgid "Pattern Folders" -msgstr "Desen Dizini" +msgstr "Desen Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2417 +#: ../app/dialogs/preferences-dialog.c:2750 msgid "Select Pattern Folders" msgstr "Desen Dizinini Seç" -#: ../app/dialogs/preferences-dialog.c:2419 +#: ../app/dialogs/preferences-dialog.c:2752 msgid "Palette Folders" -msgstr "Palet Dizini" +msgstr "Palet Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2421 +#: ../app/dialogs/preferences-dialog.c:2754 msgid "Select Palette Folders" -msgstr "Palet Dizinini Seç" +msgstr "Palet Kasörlerini Seç" -#: ../app/dialogs/preferences-dialog.c:2423 +#: ../app/dialogs/preferences-dialog.c:2756 msgid "Gradient Folders" -msgstr "Gradyan Dizini" +msgstr "Renk Geçişi Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2425 +#: ../app/dialogs/preferences-dialog.c:2758 msgid "Select Gradient Folders" -msgstr "Gradyan Dizinini Seç" +msgstr "Renk Geçişi Dizinlerini Seç" -#: ../app/dialogs/preferences-dialog.c:2427 +#: ../app/dialogs/preferences-dialog.c:2760 msgid "Font Folders" -msgstr "Yazıtipi Dizinleri" +msgstr "Yazıyüzü Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2429 +#: ../app/dialogs/preferences-dialog.c:2762 msgid "Select Font Folders" -msgstr "Yazıtipi Dizinlerini Seç" +msgstr "Yazıyüzü Dizinlerini Seç" -#: ../app/dialogs/preferences-dialog.c:2431 +#: ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-In Folders" -msgstr "Eklenti Dizini" +msgstr "Eklenti Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2433 +#: ../app/dialogs/preferences-dialog.c:2766 msgid "Select Plug-In Folders" -msgstr "Eklenti Dizinini Seç" +msgstr "Eklenti Dizinlerini Seç" -#: ../app/dialogs/preferences-dialog.c:2435 +#: ../app/dialogs/preferences-dialog.c:2768 msgid "Scripts" msgstr "Betikler" -#: ../app/dialogs/preferences-dialog.c:2435 +#: ../app/dialogs/preferences-dialog.c:2768 msgid "Script-Fu Folders" -msgstr "Betik Dizini" +msgstr "Script-Fu Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2437 +#: ../app/dialogs/preferences-dialog.c:2770 msgid "Select Script-Fu Folders" -msgstr "Betik Dizinini Seç" +msgstr "Script-Fu Dizinlerini Seç" -#: ../app/dialogs/preferences-dialog.c:2439 +#: ../app/dialogs/preferences-dialog.c:2772 msgid "Module Folders" -msgstr "Modül Dizini" +msgstr "Birim Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2441 +#: ../app/dialogs/preferences-dialog.c:2774 msgid "Select Module Folders" -msgstr "Modül Dizinini Seç" +msgstr "Birim Dizinlerini Seç" -#: ../app/dialogs/preferences-dialog.c:2443 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreters" -msgstr "Öğe özellikleri" +msgstr "Yorumlayıcılar" -#: ../app/dialogs/preferences-dialog.c:2443 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2776 msgid "Interpreter Folders" -msgstr "Desen Dizini" +msgstr "Yorumlayıcı Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2445 -#, fuzzy +#: ../app/dialogs/preferences-dialog.c:2778 msgid "Select Interpreter Folders" -msgstr "Desen Dizinini Seç" +msgstr "Yorumlayıcı Dizinlerini Seç" -#: ../app/dialogs/preferences-dialog.c:2447 +#: ../app/dialogs/preferences-dialog.c:2780 msgid "Environment Folders" msgstr "Çevresel Dizinler" -#: ../app/dialogs/preferences-dialog.c:2449 +#: ../app/dialogs/preferences-dialog.c:2782 msgid "Select Environment Folders" msgstr "Çevresel Dizinleri Seç" -#: ../app/dialogs/preferences-dialog.c:2451 +#: ../app/dialogs/preferences-dialog.c:2784 msgid "Themes" msgstr "Temalar" -#: ../app/dialogs/preferences-dialog.c:2451 +#: ../app/dialogs/preferences-dialog.c:2784 msgid "Theme Folders" msgstr "Tema Dizinleri" -#: ../app/dialogs/preferences-dialog.c:2453 +#: ../app/dialogs/preferences-dialog.c:2786 msgid "Select Theme Folders" msgstr "Tema Dizinlerini Seç" -#: ../app/dialogs/print-size-dialog.c:134 +#: ../app/dialogs/print-size-dialog.c:138 msgid "Print Size" msgstr "Yazdırma Boyutu" #. the image size labels -#: ../app/dialogs/print-size-dialog.c:161 ../app/widgets/gimpsizebox.c:221 -#: ../app/widgets/gimptemplateeditor.c:232 +#: ../app/dialogs/print-size-dialog.c:165 ../app/widgets/gimpsizebox.c:202 +#: ../app/widgets/gimptemplateeditor.c:161 msgid "_Width:" msgstr "_Genişlik:" -#: ../app/dialogs/print-size-dialog.c:168 ../app/widgets/gimpsizebox.c:225 -#: ../app/widgets/gimptemplateeditor.c:239 +#: ../app/dialogs/print-size-dialog.c:172 ../app/widgets/gimpsizebox.c:206 +#: ../app/widgets/gimptemplateeditor.c:168 msgid "H_eight:" msgstr "_Yükseklik:" #. the resolution labels -#: ../app/dialogs/print-size-dialog.c:216 ../app/widgets/gimpsizebox.c:274 -#: ../app/widgets/gimptemplateeditor.c:359 +#: ../app/dialogs/print-size-dialog.c:222 ../app/widgets/gimpsizebox.c:264 +#: ../app/widgets/gimptemplateeditor.c:288 msgid "_X resolution:" msgstr "_X çözünürlüğü:" -#: ../app/dialogs/print-size-dialog.c:223 ../app/widgets/gimpsizebox.c:277 -#: ../app/widgets/gimptemplateeditor.c:366 +#: ../app/dialogs/print-size-dialog.c:229 ../app/widgets/gimpsizebox.c:267 +#: ../app/widgets/gimptemplateeditor.c:295 msgid "_Y resolution:" msgstr "_Y çözünürlüğü:" -#: ../app/dialogs/print-size-dialog.c:234 ../app/widgets/gimpsizebox.c:270 -#: ../app/widgets/gimptemplateeditor.c:379 +#: ../app/dialogs/print-size-dialog.c:240 ../app/widgets/gimpsizebox.c:260 +#: ../app/widgets/gimptemplateeditor.c:308 #, c-format msgid "pixels/%a" -msgstr "piksel/%a" +msgstr "benek/%a" + +#: ../app/dialogs/quit-dialog.c:106 +msgid "Quit GIMP" +msgstr "GIMP'ten Çık" -#: ../app/dialogs/quit-dialog.c:87 -msgid "Quit The GIMP" -msgstr "GIMP'ten çıkmak istiyor musunuz?" +#: ../app/dialogs/quit-dialog.c:106 +msgid "Close All Images" +msgstr "Tüm Görüntüleri Kapat" -#: ../app/dialogs/quit-dialog.c:139 +#: ../app/dialogs/quit-dialog.c:165 msgid "If you quit GIMP now, these changes will be lost." msgstr "GIMP'ten şimdi çıkarsanız, değişiklikler kaybedilecektir." -#: ../app/dialogs/quit-dialog.c:177 -msgid "There is one image with unsaved changes:" -msgstr "" +#: ../app/dialogs/quit-dialog.c:168 +msgid "If you close these images now, changes will be lost." +msgstr "Eğer görüntüleri şimdi kapatırsanız, değişiklikler kaybedilecektir." -#: ../app/dialogs/quit-dialog.c:180 +#: ../app/dialogs/quit-dialog.c:216 #, c-format -msgid "There are %d images with unsaved changes:" -msgstr "Kaydedilmemiş değişikliği olan %d resim var:" +msgid "There is one image with unsaved changes:" +msgid_plural "There are %d images with unsaved changes:" +msgstr[0] "Değişikliklerin kaydedilmediği %d görüntü:" -#: ../app/dialogs/quit-dialog.c:199 +#: ../app/dialogs/quit-dialog.c:238 msgid "_Discard Changes" -msgstr "_Değişiklikleri Sil" +msgstr "Değişikliklerden Va_zgeç" -#: ../app/dialogs/resize-dialog.c:116 +#: ../app/dialogs/resize-dialog.c:119 msgid "Canvas Size" msgstr "Tuval Boyutu" -#: ../app/dialogs/resize-dialog.c:127 ../app/dialogs/scale-dialog.c:107 +#: ../app/dialogs/resize-dialog.c:130 ../app/dialogs/scale-dialog.c:109 msgid "Layer Size" msgstr "Katman Boyutu" -#: ../app/dialogs/resize-dialog.c:289 -#, fuzzy -msgid "Resize _Layers:" -msgstr "Katman Boyutunu Değiştir" +#: ../app/dialogs/resize-dialog.c:294 +msgid "Resize _layers:" +msgstr "Ka_tmanları yeniden boyutlandır:" #: ../app/dialogs/resolution-calibrate-dialog.c:70 msgid "Calibrate Monitor Resolution" -msgstr "Ekran Çözünürlüğünü Kalibre Et" +msgstr "Ekran Çözünürlüğünü Ayarla" #: ../app/dialogs/resolution-calibrate-dialog.c:128 -#, fuzzy msgid "Measure the rulers and enter their lengths:" -msgstr "Cetvelleri ölçün ve uzunluklarını aşağıya yazın." +msgstr "Cetvelleri ölçülendir ve uzunluklarını gir:" #: ../app/dialogs/resolution-calibrate-dialog.c:153 msgid "_Horizontal:" @@ -7183,1205 +8257,1013 @@ msgstr "_Dikey:" #. Image size frame -#: ../app/dialogs/scale-dialog.c:96 ../app/widgets/gimptemplateeditor.c:210 +#: ../app/dialogs/scale-dialog.c:98 ../app/widgets/gimptemplateeditor.c:139 msgid "Image Size" -msgstr "Resim Boyutu" +msgstr "Görüntü Boyutu" -#: ../app/dialogs/scale-dialog.c:172 +#: ../app/dialogs/scale-dialog.c:175 msgid "Quality" -msgstr "Kalite" +msgstr "Nitelik" -#: ../app/dialogs/scale-dialog.c:184 +#: ../app/dialogs/scale-dialog.c:187 msgid "I_nterpolation:" msgstr "_Aradeğerleme:" -#: ../app/dialogs/scale-dialog.c:201 +#: ../app/dialogs/scale-dialog.c:206 msgid "" "Indexed color layers are always scaled without interpolation. The chosen " -"interpolation type will affect channels and masks only." +"interpolation type will affect channels and layer masks only." msgstr "" +"Sıralanmış renk katmanları her zaman ara değerleme olmadan ölçeklenir. " +"Seçilmiş ara değerleme tipi sadece kanalları ve katman maskelerini etkiler." -#: ../app/dialogs/stroke-dialog.c:101 +#: ../app/dialogs/stroke-dialog.c:102 msgid "Choose Stroke Style" -msgstr "Darbeleme Yöntemini Seç" +msgstr "Darbeleme Biçemini Seç" -#: ../app/dialogs/stroke-dialog.c:212 -msgid "Paint Tool:" -msgstr "Boyama Aleti:" +#: ../app/dialogs/stroke-dialog.c:225 +msgid "Paint tool:" +msgstr "Boyama aleti:" + +#: ../app/dialogs/stroke-dialog.c:246 +msgid "_Emulate brush dynamics" +msgstr "_Fırça hareketine benzet" #: ../app/dialogs/tips-dialog.c:89 -msgid "Your GIMP tips file appears to be missing!" -msgstr "" +msgid "The GIMP tips file is empty!" +msgstr "GIMP ipucu dosyası boş!" -#: ../app/dialogs/tips-dialog.c:91 -#, fuzzy, c-format +#: ../app/dialogs/tips-dialog.c:93 +msgid "The GIMP tips file appears to be missing!" +msgstr "GIMP ipucu dosyası kayıp görünüyor!" + +#: ../app/dialogs/tips-dialog.c:95 +#, c-format msgid "There should be a file called '%s'. Please check your installation." msgstr "" -"GIMP ipuçları dosyası bulunamadı. \"%s\" isimli bir dosyanın sistemde " -"bulunması gerekiyor. Lütfen kurulumu yeniden gözden geçirin." +"Burada '%s' adında bir dosya olmalıydı. Lütfen kurulumunuzu denetleyin." -#: ../app/dialogs/tips-dialog.c:97 -msgid "The GIMP tips file could not be parsed!" -msgstr "GIMP ipuçları dosyası okunamadı!" +#: ../app/dialogs/tips-dialog.c:101 +msgid "The GIMP tips file could not be parsed!" +msgstr "GIMP ipuçları dosyası okunamadı!" -#: ../app/dialogs/tips-dialog.c:130 +#: ../app/dialogs/tips-dialog.c:129 msgid "GIMP Tip of the Day" msgstr "Günün GIMP İpucu" -#: ../app/dialogs/tips-dialog.c:194 -msgid "Show tip next time GIMP starts" -msgstr "GIMP tekrar başlatıldığında yeni ipuçlarını göster" +#: ../app/dialogs/tips-dialog.c:135 +msgid "_Previous Tip" +msgstr "Ö_nceki İpucu" + +#: ../app/dialogs/tips-dialog.c:141 +msgid "_Next Tip" +msgstr "_Sonraki İpucu" -#: ../app/dialogs/tips-dialog.c:218 -msgid "_Previous tip" -msgstr "Ö_nceki ipucu" - -#: ../app/dialogs/tips-dialog.c:227 -msgid "_Next tip" -msgstr "_Sonraki ipucu" +#. a link to the related section in the user manual +#: ../app/dialogs/tips-dialog.c:194 +msgid "Learn more" +msgstr "Daha çok öğren" #. This is a special string to specify the language identifier to #. look for in the gimp-tips.xml file. Please translate the C in it #. according to the name of the po file used for gimp-tips.xml. #. E.g. for the german translation, that would be "tips-locale:de". #. -#: ../app/dialogs/tips-parser.c:165 +#: ../app/dialogs/tips-parser.c:188 msgid "tips-locale:C" -msgstr "" +msgstr "tips-locale:tr" -#: ../app/dialogs/user-install-dialog.c:129 -#, fuzzy -msgid "" -"The gimprc is used to store personal preferences that affect GIMP's default " -"behavior. Paths to search for brushes, palettes, gradients, patterns, plug-" -"ins and modules can also configured here." -msgstr "" -"gimprc GIMP'in çalışmasını etkileyecek kişisel\n" -"ayarların saklanmasında kullanılır.\n" -"Fırçaların, paletlerin, gradyanların, desenlerin,\n" -"eklentilerin ve modüllerin aranacağı yollar da ayrıca\n" -"burada belirlenir." +#: ../app/dialogs/user-install-dialog.c:85 +msgid "GIMP User Installation" +msgstr "GIMP Kullanıcı Kurulumu" -#: ../app/dialogs/user-install-dialog.c:138 -#, fuzzy -msgid "" -"GIMP uses an additional gtkrc file so you can configure it to look " -"differently than other GTK apps." -msgstr "" -"GIMP ekstra bir gtkrc dosyası kullanır, böylelikle\n" -"diğer GTK programlarından farklı görünmesini sağlayabilirsiniz." - -#: ../app/dialogs/user-install-dialog.c:144 -#, fuzzy -msgid "" -"Plug-ins and extensions are external programs which provide additional " -"functionality to GIMP. These programs are searched for at run-time and " -"information about their functionality is cached in this file. This file is " -"intended to be written to by GIMP only, and should not be edited." -msgstr "" -"Eklentiler ve uzantılar GIMP tarafından çalıştırılan\n" -"ve ekstra işlevsellik kazandıran harici yazılımlardır.\n" -"Bu yazılımlar ilk çalıştırılmada taranır ve işlevleri ve\n" -"işlemleri hakkında bilgiler bu dosyada tutulur. Bu dosya\n" -"sadece GIMP tarafından okunmak üzere oluşturulmıştır ve\n" -"değiştirilmemelidir." +#: ../app/dialogs/user-install-dialog.c:94 +msgid "User installation failed!" +msgstr "Kullanıcı kurulumu başarısız!" + +#: ../app/dialogs/user-install-dialog.c:96 +msgid "The GIMP user installation failed; see the log for details." +msgstr "Kullanıcı kurulumu başarısız; ayrıntılar için günlüğe bakın." + +#: ../app/dialogs/user-install-dialog.c:99 +msgid "Installation Log" +msgstr "Kurulum Günlüğü" -#: ../app/dialogs/user-install-dialog.c:154 -#, fuzzy -msgid "" -"Key shortcuts can be dynamically redefined. The menurc is a dump of your " -"configuration so it can. be remembered for the next session. You may edit " -"this file if you wish, but it is much easier to define the keys from within " -"GIMP. Deleting this file will restore the default shortcuts." -msgstr "" -"Basam tuşlar dinamik olarak GIMP içinde yeniden atanabilir.\n" -"menurc bu ayarların çıktısıdır böylece bir sonraki oturumda\n" -"hatirlanabilirler. Dilerseniz bu dosyayi değiştirebilirsiniz\n" -"fakat tuşların GIMP içinden atanması çok daha kolaydir. Bu\n" -"dosyanın silinmesi öntanımlı basam tuşları geri çağırır." - -#: ../app/dialogs/user-install-dialog.c:164 -#, fuzzy -msgid "" -"The sessionrc is used to store what dialog windows were open the last time " -"you quit GIMP. You can configure GIMP to reopen these dialogs at the saved " -"position." -msgstr "" -"sessionrc GIMP'ten son cıktığınızda hangi pencerelerin açık\n" -"olduğunun saklandığı dosyadır. GIMP'i bu pencereleri kaydedilen\n" -"pozisyonlarda açılmak üzere ayarlayabilirsiniz." - -#: ../app/dialogs/user-install-dialog.c:171 -msgid "" -"This file holds a collection of standard media sizes that serve as image " -"templates." -msgstr "" - -#: ../app/dialogs/user-install-dialog.c:177 -#, fuzzy -msgid "" -"The unitrc is used to store your user units database. You can define " -"additional units and use them just like you use the built-in units inches, " -"millimeters, points and picas. This file is overwritten each time you quit " -"the GIMP." -msgstr "" -"unitrc kullanıcı birimlerinizin saklandığı yerdir. Kendiniz\n" -"ekstra birimler tanımlayabilir ve tıpkı öntanımlı birimler olan\n" -"inç, milimetre, punto ve pika gibi kullanabilirsiniz. Bu dosya\n" -"GIMP'ten her çıkışınızda tekrar yazılır." - -#: ../app/dialogs/user-install-dialog.c:186 -#, fuzzy -msgid "" -"This folder is used to store user defined brushes. GIMP checks this folder " -"in addition to the system-wide brushes installation." -msgstr "" -"Burası kullanıcının oluşturduğu fırçaların saklandığı\n" -"alt dizindir. Öntanımlı gimprc, fırçaları tararken sistem\n" -"fırçalarına ek fırçalar için bu alt dizini kontrol eder." - -#: ../app/dialogs/user-install-dialog.c:193 -#, fuzzy -msgid "" -"This folder is used to store fonts you only want to be visible in GIMP. GIMP " -"checks this folder in addition to the system-wide fonts installation. Use " -"this only if you really want to have fonts available in GIMP only, otherwise " -"put them in your global font directory." -msgstr "" -"Burası kullanıcının belirlediği desenlerin saklandığı\n" -"bir alt dizindir. Öntanımlı gimprc, desenleri tararken\n" -"sistem desenlerine ek desenler için bu alt dizini kontrol\n" -"eder." - -#: ../app/dialogs/user-install-dialog.c:202 -#, fuzzy -msgid "" -"This folder is used to store user defined gradients. GIMP checks this " -"folder in addition to the system-wide gradients installation." -msgstr "" -"Burası kullanıcının belirlediği gradyanların saklandığı alt\n" -"dizindir. Öntanımlı gimprc, gradyanları tararken sistem\n" -"gradyanlarına ek gradyanlar için bu alt dizini kontrol eder." - -#: ../app/dialogs/user-install-dialog.c:209 -#, fuzzy -msgid "" -"This folder is used to store user defined palettes. GIMP checks this folder " -"in addition to the system-wide palettes installation." -msgstr "" -"Burası kullanıcının belirlediği desenlerin saklandığı\n" -"bir alt dizindir. Öntanımlı gimprc, desenleri tararken\n" -"sistem desenlerine ek desenler için bu alt dizini kontrol\n" -"eder." - -#: ../app/dialogs/user-install-dialog.c:216 -#, fuzzy -msgid "" -"This folder is used to store user defined patterns. GIMP checks this folder " -"in addition to the system-wide patterns installation when searching for " -"patterns." -msgstr "" -"Burası kullanıcının belirlediği desenlerin saklandığı\n" -"bir alt dizindir. Öntanımlı gimprc, desenleri tararken\n" -"sistem desenlerine ek desenler için bu alt dizini kontrol\n" -"eder." - -#: ../app/dialogs/user-install-dialog.c:223 -#, fuzzy -msgid "" -"This folder is used to store user created, temporary, or otherwise non-" -"system-supported plug-ins. GIMP checks this folder in addition to the " -"system-wide plug-in folder." -msgstr "" -"Burası oluşturulan, geciçi veya diğer her türlü sistem\n" -"dışı eklentilerinin saklanabileceği bir alt dizindir. Öntanımlı\n" -"gimprc, eklentileri tararken sistem eklentilerine ek eklentiler\n" -"için bu alt dizini kontrol eder." - -#: ../app/dialogs/user-install-dialog.c:231 -#, fuzzy -msgid "" -"This folder is used to store user created, temporary, or otherwise non-" -"system-supported DLL modules. GIMP checks this folder in addition to the " -"system-wide module folder." -msgstr "" -"Burası oluşturulan, geciçi veya diğer her türlü sistem\n" -"dışı DLL modülün saklanabileceği bir alt dizindir.\n" -"Öntanımlı gimprc, modülleri tararken sistem modüllerine\n" -"ek modüller için bu alt dizini kontrol eder." - -#: ../app/dialogs/user-install-dialog.c:239 -#, fuzzy -msgid "" -"This folder is used to store configuration for user created, temporary, or " -"otherwise non-system-supported plug-in interpreters. GIMP checks this " -"folder in addition to the system-wide GIMP interpreters folder when " -"searching for plug-in interpreter configuration files." -msgstr "" -"Burası oluşturulan, geciçi veya diğer her türlü sistem\n" -"dışı eklentilerinin saklanabileceği bir alt dizindir. Öntanımlı\n" -"gimprc, eklentileri tararken sistem eklentilerine ek eklentiler\n" -"için bu alt dizini kontrol eder." - -#: ../app/dialogs/user-install-dialog.c:249 -#, fuzzy -msgid "" -"This folder is used to store user created, temporary, or otherwise non-" -"system-supported additions to the plug-in environment. GIMP checks this " -"folder in addition to the system-wide GIMP environment folder when searching " -"for plug-in environment modification files." -msgstr "" -"Burası oluşturulan, geciçi veya diğer her türlü sistem\n" -"dışı eklentilerin saklanabileceği bir alt dizindir. Öntanımlı\n" -"gimprc, eklentileri tararken sisteme ek eklentiler\n" -"için bu alt dizini kontrol eder." - -#: ../app/dialogs/user-install-dialog.c:259 -#, fuzzy -msgid "" -"This folder is used to store user created and installed scripts. GIMP " -"checks this folder in addition to the systemwide scripts folder." -msgstr "" -"Burası GIMP tarafından kullanıcının oluşturduğu ve kurduğu\n" -"senaryoların saklamak için kullanılan alt dizindir. Öntanımlı\n" -"gimprc, sistem GIMP senaryolarını tararken ek senaryolar için\n" -"bu alt dizini tarar." - -#: ../app/dialogs/user-install-dialog.c:266 -#, fuzzy -msgid "This folder is searched for image templates." -msgstr "" -"Bu dizin Seviyeler aletinin paremetre dosyalarını saklamak\n" -"için kullanılabilir." - -#: ../app/dialogs/user-install-dialog.c:271 -msgid "This folder is searched for user-installed themes." -msgstr "" - -#: ../app/dialogs/user-install-dialog.c:276 -#, fuzzy -msgid "This folder is used for temporary files." -msgstr "" -"Bu dizin Seviyeler aletinin paremetre dosyalarını saklamak\n" -"için kullanılabilir." - -#: ../app/dialogs/user-install-dialog.c:281 -#, fuzzy -msgid "This folder is used to store tool options." -msgstr "" -"Bu dizin Seviyeler aletinin paremetre dosyalarını saklamak\n" -"için kullanılabilir." - -#: ../app/dialogs/user-install-dialog.c:286 -#, fuzzy -msgid "This folder is used to store parameter files for the Curves tool." -msgstr "" -"Bu dizin Eğriler aletinin paremetre dosyalarını saklamak\n" -"için kullanılabilir." - -#: ../app/dialogs/user-install-dialog.c:291 -#, fuzzy -msgid "This folder is used to store parameter files for the Levels tool." -msgstr "" -"Bu dizin Seviyeler aletinin paremetre dosyalarını saklamak\n" -"için kullanılabilir." - -#: ../app/dialogs/user-install-dialog.c:387 -msgid "Installation successful. Click \"Continue\" to proceed." -msgstr "" -"Kurulum başarıyla tamamlandı. Devam etmek için \"Devam\" düğmesine tıklayın." - -#: ../app/dialogs/user-install-dialog.c:393 -msgid "Installation failed. Contact system administrator." -msgstr "Kurulum tamamlanamadı. Sistem yöneticisi ile görüşün." - -#: ../app/dialogs/user-install-dialog.c:613 -msgid "GIMP User Installation" -msgstr "GIMP Kullanıcı Kurulumu" - -#: ../app/dialogs/user-install-dialog.c:618 -msgid "Continue" -msgstr "Devam" - -#. GPL_PAGE -#. version number -#: ../app/dialogs/user-install-dialog.c:774 -#, fuzzy, c-format -msgid "" -"Welcome to\n" -"The GIMP %d.%d User Installation" -msgstr "" -"GIMP Kullanıcı Kurulumuna\n" -"Hoşgeldiniz" - -#: ../app/dialogs/user-install-dialog.c:780 -msgid "Click \"Continue\" to enter the GIMP user installation." -msgstr "GIMP Kullanıcı Kurulumunu başlatmak için \"Devam\"a basın." - -#: ../app/dialogs/user-install-dialog.c:787 -#, fuzzy -msgid "" -"The GIMP - GNU Image Manipulation Program\n" -"Copyright (C) 1995-2004\n" -"Spencer Kimball, Peter Mattis and the GIMP Development Team." -msgstr "" -"GIMP GNU Resim Düzenleme Programı\n" -"Telif hakkı (C) 1995-2003\n" -"Spencer Kimball, Peter Mattis ve GIMP Geliştiricileri Grubu." - -#: ../app/dialogs/user-install-dialog.c:797 -#, fuzzy -msgid "" -"This program is free software; you can redistribute it and/or modify it " -"under the terms of the GNU General Public License as published by the Free " -"Software Foundation; either version 2 of the License, or (at your option) " -"any later version." -msgstr "" -"Bu bir serbest yazılımdır. Bu Yazılın Gnu Gpl Lisansı altında \n" -"tamamı veya bir bölümü yazarın isim hakları korunmak şartı ile \n" -"kopyalanabilir veya düzenlenilebilir. GNU Gpl Lisansının \n" -"2. sürümü ve sonrası ile korunmuştur." - -#: ../app/dialogs/user-install-dialog.c:803 -msgid "" -"This program is distributed in the hope that it will be useful, but WITHOUT " -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details." -msgstr "" - -#: ../app/dialogs/user-install-dialog.c:809 -#, fuzzy -msgid "" -"You should have received a copy of the GNU General Public License along with " -"this program; if not, write to the Free Software Foundation, Inc., 59 Temple " -"Place - Suite 330, Boston, MA 02111-1307, USA." -msgstr "" -"GNU Gpl Lisansının bir kopyasını almanız gerekmektedir.\n" -"Bunun için Aşağıdaki adrese (isteğinizi) yazabilirsiniz\n" -"Free Software\n" -"Foundation, Inc., 59 Temple Place - Suite 330, Boston,\n" -"MA 02111-1307, USA." - -#: ../app/dialogs/user-install-dialog.c:821 -msgid "Migrate User Settings" -msgstr "" - -#: ../app/dialogs/user-install-dialog.c:822 -#, fuzzy -msgid "Click \"Continue\" to proceed with the user installation." -msgstr "GIMP Kullanıcı Kurulumunu başlatmak için \"Devam\"a basın." - -#: ../app/dialogs/user-install-dialog.c:826 -#, c-format -msgid "It seems you have used GIMP %s before." -msgstr "" - -#: ../app/dialogs/user-install-dialog.c:828 -#, c-format -msgid "_Migrate GIMP %s user settings" -msgstr "" - -#: ../app/dialogs/user-install-dialog.c:837 -#, fuzzy -msgid "Do a _fresh user installation" -msgstr "GIMP kullanıcı kurulumu" - -#: ../app/dialogs/user-install-dialog.c:868 -msgid "Personal GIMP Folder" -msgstr "Kişisel GIMP Dizini" - -#: ../app/dialogs/user-install-dialog.c:869 -msgid "Click \"Continue\" to create your personal GIMP folder." -msgstr "Kişisel GIMP dizininizin oluşturulması için \"Devam\"a basın." - -#: ../app/dialogs/user-install-dialog.c:913 -#, c-format -msgid "" -"For a proper GIMP installation, a folder named '%s' needs to be " -"created." -msgstr "" -"GIMP kurulumu için %s isimli bir alt dizininin oluşturulması " -"gereklidir." - -#: ../app/dialogs/user-install-dialog.c:920 -msgid "" -"This folder will contain a number of important files. Click on one of the " -"files or folders in the tree to get more information about the selected item." -msgstr "" -"Bu alt dizin bir çok önemli dosyayı barındıracaktır. Herhangi bir alt dizin " -"veya dosya hakkında daha fazla bilgi almak için yandaki ağaçta üzerine " -"tıklamak yeterlidir." - -#: ../app/dialogs/user-install-dialog.c:1008 -msgid "User Installation Log" -msgstr "Kullanıcı Kurulum Kaydı" - -#: ../app/dialogs/user-install-dialog.c:1009 -msgid "Please wait while your personal GIMP folder is being created..." -msgstr "Kişisel GIMP ayarları oluşturulurken lütfen bekleyin..." - -#: ../app/dialogs/user-install-dialog.c:1016 -msgid "GIMP Performance Tuning" -msgstr "GIMP Performans Ayarlaması" - -#: ../app/dialogs/user-install-dialog.c:1017 -msgid "Click \"Continue\" to accept the settings above." -msgstr "Yukarıdaki seçenekleri kabul etmek için \"Devam\"a basın." - -#: ../app/dialogs/user-install-dialog.c:1022 -msgid "" -"For optimal GIMP performance, some settings may have to be adjusted." -msgstr "" -"Optimum GIMP perfomansı için bazı ayarların değiştirilmesi gerekebilir." - -#: ../app/dialogs/user-install-dialog.c:1082 -#, c-format -msgid "Copying file '%s' from '%s'..." -msgstr "" - -#: ../app/dialogs/user-install-dialog.c:1101 -#, c-format -msgid "Creating folder '%s'..." -msgstr "'%s' dizini oluşturuluyor..." - -#: ../app/dialogs/user-install-dialog.c:1115 -#, c-format -msgid "Cannot create folder '%s': %s" -msgstr "'%s' dizini oluşturulamadı: %s" - -#: ../app/dialogs/user-install-dialog.c:1379 -msgid "" -"GIMP uses a limited amount of memory to store image data, the so-called " -"\"Tile Cache\". You should adjust its size to fit into memory. Consider " -"the amount of memory used by other running processes." -msgstr "" -"GIMP resim verilerini saklamak için sınırlı miktarda bellek kullanır (Döşeme " -"Önbelleği). Bilgisayarınızın belleğine sığacak şekilde boyutunu " -"ayarlamalısınız. Diğer çalışan programlar tarafından kullanılacak bellek " -"miktarını hesaba katmayı unutmayın." - -#: ../app/dialogs/user-install-dialog.c:1392 -msgid "Tile cache size:" -msgstr "Döşeme önbelleği boyutu:" - -#: ../app/dialogs/user-install-dialog.c:1404 -msgid "" -"All image and undo data which doesn't fit into the Tile Cache will be " -"written to a swap file. This file should be located on a local filesystem " -"with enough free space (several hundred MB). On a UNIX system, you may want " -"to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." -msgstr "" -"Döşeme önbelleğine sığmayan tüm resim ve geri alma verileri bir takas " -"dosyasında saklanır. Bu dosya yeterince boş yeri (birkaç yüz MB) olan yerel " -"bir dosyalama sisteminde olmalıdır. UNIX sisteminde, sistemin geçici " -"dizinini kullanabilirsiniz (\"/tmp\" veya \"/var/tmp\")." - -#: ../app/dialogs/user-install-dialog.c:1415 -msgid "Select swap dir" -msgstr "Takas dizinini seç" - -#: ../app/dialogs/vectors-export-dialog.c:53 +#: ../app/dialogs/vectors-export-dialog.c:55 msgid "Export Path to SVG" -msgstr "" +msgstr "SVG için Dışa Aktarma Yolu" -#: ../app/dialogs/vectors-export-dialog.c:83 +#: ../app/dialogs/vectors-export-dialog.c:90 msgid "Export the active path" -msgstr "Geçerli yolu taşı" +msgstr "Etkin yolu dışa aktar" -#: ../app/dialogs/vectors-export-dialog.c:84 +#: ../app/dialogs/vectors-export-dialog.c:91 msgid "Export all paths from this image" -msgstr "" +msgstr "Bu görüntüden tüm yolları dışa aktar" -#: ../app/dialogs/vectors-import-dialog.c:57 -#, fuzzy +#: ../app/dialogs/vectors-import-dialog.c:58 msgid "Import Paths from SVG" -msgstr "Yeni resimler için kullanılacak yorum" +msgstr "SVG'den Yolları İçe Aktar" -#: ../app/dialogs/vectors-import-dialog.c:88 -msgid "All Files (*.*)" -msgstr "Tüm Dosyalar (*.*)" +#: ../app/dialogs/vectors-import-dialog.c:92 +#: ../app/widgets/gimpprofilechooserdialog.c:132 +msgid "All files (*.*)" +msgstr "Tüm dosyalar (*.*)" -#: ../app/dialogs/vectors-import-dialog.c:93 +#: ../app/dialogs/vectors-import-dialog.c:97 msgid "Scalable SVG image (*.svg)" -msgstr "" +msgstr "Ölçeklenebilir SVG görüntüsü (*.svg)" -#: ../app/dialogs/vectors-import-dialog.c:104 -#, fuzzy +#: ../app/dialogs/vectors-import-dialog.c:108 msgid "_Merge imported paths" -msgstr "Yolları Al" +msgstr "İçe aktarılmış yolları _birleştir" -#: ../app/dialogs/vectors-import-dialog.c:114 +#: ../app/dialogs/vectors-import-dialog.c:118 msgid "_Scale imported paths to fit image" -msgstr "" +msgstr "Görüntüye uyması için içe aktarılmış yolları _ölçekle" -#: ../app/dialogs/vectors-options-dialog.c:118 -msgid "Path Name:" -msgstr "Yol Adı:" +#: ../app/dialogs/vectors-options-dialog.c:121 +msgid "Path name:" +msgstr "Yol adı:" #: ../app/display/display-enums.c:24 msgid "Tool icon" msgstr "Alet simgesi" #: ../app/display/display-enums.c:25 -#, fuzzy msgid "Tool icon with crosshair" -msgstr "Kesişik Yollu Alet Simgesi" +msgstr "Artı imleci ile alet simgesi" #: ../app/display/display-enums.c:26 msgid "Crosshair only" msgstr "Sadece Kesişik Yollar" -#: ../app/display/display-enums.c:55 +#: ../app/display/display-enums.c:85 msgid "From theme" msgstr "Temadan" -#: ../app/display/display-enums.c:56 -#, fuzzy +#: ../app/display/display-enums.c:86 msgid "Light check color" -msgstr "Açık Kareler" +msgstr "Açık denetleme rengi" -#: ../app/display/display-enums.c:57 -#, fuzzy +#: ../app/display/display-enums.c:87 msgid "Dark check color" -msgstr "Koyu Kareler" +msgstr "Koyu denetleme rengi" -#: ../app/display/display-enums.c:58 +#: ../app/display/display-enums.c:88 msgid "Custom color" msgstr "Özel renk" -#: ../app/display/gimpdisplayshell.c:913 +#: ../app/display/display-enums.c:116 +msgid "No action" +msgstr "Eylem Yok" + +#: ../app/display/display-enums.c:117 +msgid "Pan view" +msgstr "Engin Görünüm" + +#: ../app/display/display-enums.c:118 +msgid "Switch to Move tool" +msgstr "Taşıma aracına çevir" + +#: ../app/display/display-enums.c:145 +msgid "quality|Low" +msgstr "quality|Düşük" + +#: ../app/display/display-enums.c:146 +msgid "quality|High" +msgstr "quality|Yüksek" + +#: ../app/display/gimpdisplay-handlers.c:160 +#, c-format +msgid "Image saved to '%s'" +msgstr "Görüntünün kaydedildiği yer, '%s'" + +#: ../app/display/gimpdisplayshell.c:1035 +msgid "Access the image menu" +msgstr "Görüntü menüsüne erişim" + +#: ../app/display/gimpdisplayshell.c:1140 msgid "Zoom image when window size changes" -msgstr "" +msgstr "Pencere boyutu değiştiğinde görüntüye yakınlaştır" -#: ../app/display/gimpdisplayshell.c:933 -#, fuzzy -msgid "Toggle Quick Mask" -msgstr "Hızlı Maskeyi Etkinleştir" +#: ../app/display/gimpdisplayshell.c:1190 +msgid "Navigate the image display" +msgstr "Resim ekranında dolaş" + +#: ../app/display/gimpdisplayshell.c:1285 +#: ../app/display/gimpdisplayshell.c:1375 ../app/widgets/gimptoolbox.c:222 +msgid "Drop image files here to open them" +msgstr "Görüntü dosyalarını açmak için buraya bırakın" -#: ../app/display/gimpdisplayshell-close.c:123 -#: ../app/display/gimpdisplayshell-close.c:198 +#: ../app/display/gimpdisplayshell-close.c:147 +#: ../app/display/gimpdisplayshell-close.c:224 #, c-format msgid "Close %s" -msgstr "'%s' Dosyası Kapatılsın mı?" +msgstr "%s Kapatılsın mı?" -#: ../app/display/gimpdisplayshell-close.c:135 +#: ../app/display/gimpdisplayshell-close.c:159 msgid "Do_n't Save" msgstr "Ka_ydetme" -#: ../app/display/gimpdisplayshell-close.c:205 +#: ../app/display/gimpdisplayshell-close.c:231 #, c-format msgid "Save the changes to image '%s' before closing?" -msgstr "%s resmi üzerinde yapılan değişiklikleri kaydetmek istiyor musunuz?" - -#: ../app/display/gimpdisplayshell-close.c:222 -#, c-format -msgid "If you don't save the image, changes from the last %s will be lost." msgstr "" -"Eğer resmi kaydetmezseniz, son %s içinde yapılan değişiklikler kaybolacaktır." - -#. one second, the time period -#: ../app/display/gimpdisplayshell-close.c:279 -msgid "second" -msgstr "saniye" +"Kapatmadan önce '%s' görüntüsünde yapılan değişiklikleri kaydetmek istiyor " +"musunuz?" -#: ../app/display/gimpdisplayshell-close.c:282 +#: ../app/display/gimpdisplayshell-close.c:254 #, c-format -msgid "%d seconds" -msgstr "%d saniye" - -#: ../app/display/gimpdisplayshell-close.c:288 -msgid "minute" -msgstr "dakika" - -#: ../app/display/gimpdisplayshell-close.c:290 -#, c-format -msgid "%d minutes" -msgstr "%d dakika" - -#: ../app/display/gimpdisplayshell-dnd.c:200 -#: ../app/display/gimpdisplayshell-dnd.c:501 -#: ../app/display/gimpdisplayshell-dnd.c:554 +msgid "If you don't save the image, changes from the last hour will be lost." +msgid_plural "" +"If you don't save the image, changes from the last %d hours will be lost." +msgstr[0] "" +"Eğer görüntüyü kaydetmezseniz son %d saatteki değişiklikler kaybedilecek." + +#: ../app/display/gimpdisplayshell-close.c:264 +#, c-format +msgid "" +"If you don't save the image, changes from the last hour and %d minute will " +"be lost." +msgid_plural "" +"If you don't save the image, changes from the last hour and %d minutes will " +"be lost." +msgstr[0] "" +"Eğer görüntüyü kaydetmezseniz son bir saat ve %d dakikadaki değişiklikler " +"kaybedilecek." + +#: ../app/display/gimpdisplayshell-close.c:275 +#, c-format +msgid "If you don't save the image, changes from the last minute will be lost." +msgid_plural "" +"If you don't save the image, changes from the last %d minutes will be lost." +msgstr[0] "" +"Eğer görüntüyü kaydetmezseniz son %d dakikadaki değişiklikler kaybedilecek." + +#: ../app/display/gimpdisplayshell-dnd.c:255 +#: ../app/display/gimpdisplayshell-dnd.c:606 +#: ../app/display/gimpdisplayshell-dnd.c:677 msgid "Drop New Layer" msgstr "Yeni Katmanı Düşür" -#: ../app/display/gimpdisplayshell-dnd.c:246 +#: ../app/display/gimpdisplayshell-dnd.c:301 msgid "Drop New Path" -msgstr "" +msgstr "Yeni Yolu Düşür" -#: ../app/display/gimpdisplayshell-dnd.c:542 -#: ../app/widgets/gimplayertreeview.c:837 ../app/widgets/gimptoolbox-dnd.c:352 -#, fuzzy +#: ../app/display/gimpdisplayshell-dnd.c:513 +#: ../app/widgets/gimplayertreeview.c:719 +msgid "Drop layers" +msgstr "Katmanları Düşür" + +#: ../app/display/gimpdisplayshell-dnd.c:667 +#: ../app/widgets/gimplayertreeview.c:801 ../app/widgets/gimptoolbox-dnd.c:361 msgid "Dropped Buffer" -msgstr "/T_amponu Sil" +msgstr "Düşürülmüş Arabellek" -#: ../app/display/gimpdisplayshell-filter-dialog.c:73 +#: ../app/display/gimpdisplayshell-filter-dialog.c:75 msgid "Color Display Filters" -msgstr "Renk Görünüm Filtreleri" +msgstr "Renk Görünüm Süzgeçleri" -#: ../app/display/gimpdisplayshell-filter-dialog.c:76 -#, fuzzy +#: ../app/display/gimpdisplayshell-filter-dialog.c:78 msgid "Configure Color Display Filters" -msgstr "Renk Görünüm Filtreleri" +msgstr "Renk Görünüm Süzgeçlerini Yapılandır" -#: ../app/display/gimpdisplayshell-layer-select.c:122 +#: ../app/display/gimpdisplayshell-layer-select.c:120 msgid "Layer Select" msgstr "Katman Seçimi" -#: ../app/display/gimpdisplayshell-scale.c:603 +#: ../app/display/gimpdisplayshell-scale-dialog.c:114 msgid "Zoom Ratio" -msgstr "Ölçek Oranı" +msgstr "Yakınlaştırma Oranı" -#: ../app/display/gimpdisplayshell-scale.c:605 +#: ../app/display/gimpdisplayshell-scale-dialog.c:116 msgid "Select Zoom Ratio" -msgstr "Ölçek Oranını Seçin" +msgstr "Yakınlaştırma Oranını Seç" -#: ../app/display/gimpdisplayshell-scale.c:645 -msgid "Zoom Ratio:" -msgstr "Ölçek Oranı:" +#: ../app/display/gimpdisplayshell-scale-dialog.c:159 +msgid "Zoom ratio:" +msgstr "Yakınlaştırma oranı:" -#: ../app/display/gimpdisplayshell-scale.c:672 +#: ../app/display/gimpdisplayshell-scale-dialog.c:184 msgid "Zoom:" -msgstr "Odakla:" +msgstr "Yakınlaştır:" -#: ../app/display/gimpdisplayshell-title.c:223 +#: ../app/display/gimpdisplayshell-title.c:233 msgid "RGB-empty" msgstr "RGB-boş" -#: ../app/display/gimpdisplayshell-title.c:226 +#: ../app/display/gimpdisplayshell-title.c:236 msgid "grayscale-empty" msgstr "griölçek-boş" -#: ../app/display/gimpdisplayshell-title.c:226 +#: ../app/display/gimpdisplayshell-title.c:236 msgid "grayscale" msgstr "griölçek" -#: ../app/display/gimpdisplayshell-title.c:229 +#: ../app/display/gimpdisplayshell-title.c:239 msgid "indexed-empty" -msgstr "indisli-boş" +msgstr "sıralanmış-boş" -#: ../app/display/gimpdisplayshell-title.c:229 +#: ../app/display/gimpdisplayshell-title.c:239 msgid "indexed" -msgstr "indisli" +msgstr "sıralanmış" -#: ../app/display/gimpdisplayshell-title.c:281 +#: ../app/display/gimpdisplayshell-title.c:293 msgid "(modified)" msgstr "(değiştirildi)" -#: ../app/display/gimpdisplayshell-title.c:287 +#: ../app/display/gimpdisplayshell-title.c:298 msgid "(clean)" msgstr "(temiz)" -#: ../app/display/gimpdisplayshell-title.c:314 -msgid "1 layer" -msgstr "1 Katman" - -#: ../app/display/gimpdisplayshell-title.c:314 -#, c-format -msgid "%d layers" -msgstr "%d katman" - -#: ../app/display/gimpdisplayshell-title.c:326 -#: ../app/display/gimpdisplayshell-title.c:338 -#: ../app/widgets/gimpactiongroup.c:806 +#: ../app/display/gimpdisplayshell-title.c:346 +#: ../app/display/gimpdisplayshell-title.c:359 +#: ../app/widgets/gimpactiongroup.c:805 msgid "(none)" msgstr "(hiçbiri)" -#: ../app/display/gimpstatusbar.c:146 -msgid "Shadow type" -msgstr "Gölge tipi" +#: ../app/display/gimpstatusbar.c:364 +#, c-format +msgid "Cancel %s" +msgstr "Vazgeç %s" -#: ../app/display/gimpstatusbar.c:147 -msgid "Style of bevel around the statusbar text" -msgstr "" +#: ../app/file/file-open.c:131 ../app/file/file-save.c:111 +#, c-format +msgid "Not a regular file" +msgstr "Normal bir dosya değil" -#: ../app/display/gimpstatusbar.c:228 -msgid "Cancel" -msgstr "İptal" +#: ../app/file/file-open.c:183 +#, c-format +msgid "%s plug-in returned SUCCESS but did not return an image" +msgstr "%s eklentisi BAŞARIYLA dönüştü. Fakat bir resme dönüşmedi" -#: ../app/display/gimpstatusbar.c:452 -msgid "Other..." -msgstr "Diğer..." +#: ../app/file/file-open.c:194 +#, c-format +msgid "%s plug-In could not open image" +msgstr "%s eklentisi görüntüyü açamadı" -#: ../app/file/file-open.c:105 -msgid "Unknown file type" -msgstr "Bilinmeyen dosya türü" +#: ../app/file/file-open.c:455 +#, c-format +msgid "Image doesn't contain any layers" +msgstr "Görüntü hiçbir katman içermiyor" -#: ../app/file/file-open.c:120 ../app/file/file-save.c:108 -msgid "Not a regular file" -msgstr "Normal bir dosya değil" +#: ../app/file/file-open.c:505 +#, c-format +msgid "Opening '%s' failed: %s" +msgstr "%s dosyasını açma başarısız oldu: %s" -#: ../app/file/file-open.c:173 -msgid "Plug-In returned SUCCESS but did not return an image" +#: ../app/file/file-open.c:613 +msgid "" +"Color management has been disabled. It can be enabled again in the " +"Preferences dialog." msgstr "" +"Renk yönetimi etkisizleştirilmiş. Yeğlenenler kutusundan yeniden " +"etkinleştirilebilir." -#: ../app/file/file-open.c:181 -#, fuzzy -msgid "Plug-In could not open image" -msgstr "'%s' dosyası açılamadı" +#: ../app/file/file-procedure.c:200 +#, c-format +msgid "Unknown file type" +msgstr "Bilinmeyen dosya türü" -#: ../app/file/file-open.c:417 -msgid "Image doesn't contain any visible layers" -msgstr "" +#: ../app/file/file-save.c:192 +#, c-format +msgid "%s plug-in could not save image" +msgstr "%s eklentisi görüntüyü kaydedemedi" -#: ../app/file/file-save.c:181 -#, fuzzy -msgid "Plug-In could not save image" -msgstr "'%s' dosyası açılamadı" +#: ../app/file/file-utils.c:74 +#, c-format +msgid "'%s:' is not a valid URI scheme" +msgstr "'%s:' geçerli bir adres düzeni değil" -#: ../app/file/file-utils.c:107 +#: ../app/file/file-utils.c:88 ../app/file/file-utils.c:122 +#, c-format msgid "Invalid character sequence in URI" msgstr "Adreste geçersiz karakter sırası" -#: ../app/gui/session.c:246 ../app/menus/menus.c:389 -#: ../app/tools/gimp-tools.c:401 ../app/widgets/gimpdevices.c:218 -#, fuzzy, c-format -msgid "Deleting \"%s\" failed: %s" -msgstr "%s dosyasını açma başarısız oldu: %s" - -#: ../app/gui/splash.c:118 -msgid "GIMP Startup" -msgstr "GIMP Başlangıcı" +#: ../app/gegl/gimpcurvesconfig.c:384 +#, c-format +msgid "not a GIMP Curves file" +msgstr "GIMP Eğrileri dosyası değil" -#: ../app/gui/themes.c:231 ../app/plug-in/plug-ins.c:253 +#: ../app/gegl/gimpcurvesconfig.c:398 ../app/gegl/gimplevelsconfig.c:711 #, c-format -msgid "Writing '%s'\n" -msgstr "\"%s\" yazılıyor\n" +msgid "parse error" +msgstr "ayrıştırma hatası" -#: ../app/gui/themes.c:284 +#: ../app/gegl/gimplevelsconfig.c:664 #, c-format -msgid "Adding theme '%s' (%s)\n" -msgstr "" +msgid "not a GIMP Levels file" +msgstr "bir GIMP Düzeyleri dosyası değil" + +#. initialize the document history +#: ../app/gui/gui.c:426 +msgid "Documents" +msgstr "Belgeler" + +#: ../app/gui/splash.c:116 +msgid "GIMP Startup" +msgstr "GIMP Başlangıcı" #: ../app/paint/gimpairbrush.c:69 ../app/tools/gimpairbrushtool.c:54 msgid "Airbrush" msgstr "Sprey" -#: ../app/paint/gimpbrushcore.c:369 +#: ../app/paint/gimpbrushcore.c:353 +#, c-format msgid "No brushes available for use with this tool." msgstr "Bu aletle kullanılabilecek fırça yok." -#: ../app/paint/gimpclone.c:89 ../app/tools/gimpclonetool.c:93 +#: ../app/paint/gimpclone.c:99 ../app/tools/gimpclonetool.c:61 msgid "Clone" msgstr "Kopyala" -#: ../app/paint/gimpconvolve.c:121 ../app/tools/gimpconvolvetool.c:69 +#: ../app/paint/gimpclone.c:140 +#, c-format +msgid "No patterns available for use with this tool." +msgstr "Bu aletle kullanılabilecek desen yok." + +#: ../app/paint/gimpconvolve.c:77 msgid "Convolve" msgstr "Evriştirme" -#: ../app/paint/gimpdodgeburn.c:87 ../app/tools/gimpdodgeburntool.c:69 +#: ../app/paint/gimpdodgeburn.c:87 msgid "Dodge/Burn" msgstr "Temizle/Yak" -#: ../app/paint/gimperaser.c:64 ../app/tools/gimperasertool.c:69 +#: ../app/paint/gimperaser.c:62 ../app/tools/gimperasertool.c:66 msgid "Eraser" msgstr "Silgi" -#: ../app/paint/gimppaintbrush.c:65 ../app/tools/gimppaintbrushtool.c:51 +#: ../app/paint/gimpheal.c:115 ../app/tools/gimphealtool.c:53 +msgid "Heal" +msgstr "İyileştir" + +#: ../app/paint/gimpheal.c:154 +#, c-format +msgid "Healing does not operate on indexed layers." +msgstr "İyileştirme, sıralanmış katmanlar üzerinde uygulanamaz." + +#: ../app/paint/gimppaintbrush.c:63 ../app/tools/gimppaintbrushtool.c:51 msgid "Paintbrush" msgstr "Boya Fırçası" -#: ../app/paint/gimppencil.c:38 ../app/tools/gimppenciltool.c:51 +#: ../app/paint/gimppaintcore-stroke.c:332 +#, c-format +msgid "Not enough points to stroke" +msgstr "İşaretlemek için yeterli nokta yok" + +#: ../app/paint/gimppencil.c:42 ../app/tools/gimppenciltool.c:51 msgid "Pencil" msgstr "Kalem" +#: ../app/paint/gimpperspectiveclone.c:97 ../app/paint/paint-enums.c:52 +#: ../app/tools/gimpperspectiveclonetool.c:126 +msgid "Perspective Clone" +msgstr "Perspektif Kopya" + +#: ../app/paint/gimpperspectiveclone.c:162 +#, c-format +msgid "Perspective Clone does not operate on indexed layers." +msgstr "Perspektif Kopya sıralanmış katmanlar üzerinde uygulanamaz." + #: ../app/paint/gimpsmudge.c:78 ../app/tools/gimpsmudgetool.c:53 msgid "Smudge" msgstr "Lekeleme" -#: ../app/paint/paint-enums.c:24 -#, fuzzy -msgid "Non-aligned" -msgstr "Hizasız" +#: ../app/paint/gimpsourcecore.c:227 +#, c-format +msgid "Set a source image first." +msgstr "Önce bir kaynak görüntü ayarlayın." + +#: ../app/paint/paint-enums.c:51 +msgid "Modify Perspective" +msgstr "Perspektifi Değiştir" -#: ../app/paint/paint-enums.c:25 +#: ../app/paint/paint-enums.c:82 msgid "Aligned" msgstr "Hizalı" -#: ../app/paint/paint-enums.c:26 +#: ../app/paint/paint-enums.c:83 msgid "Registered" msgstr "Kayıtlı" -#: ../app/paint/paint-enums.c:53 +#: ../app/paint/paint-enums.c:84 +msgid "Fixed" +msgstr "Sabitlendi" + +#: ../app/paint/paint-enums.c:111 msgid "Blur" msgstr "Bulanıklaştır" -#: ../app/paint/paint-enums.c:54 +#: ../app/paint/paint-enums.c:112 msgid "Sharpen" msgstr "Keskinleştir" -#: ../app/pdb/color_cmds.c:142 ../app/tools/gimpbrightnesscontrasttool.c:101 -msgid "Brightness-Contrast" -msgstr "Parlaklık-Kontrast" +#: ../app/pdb/channel-cmds.c:183 +msgid "Combine Masks" +msgstr "Maskeleri Birleştir" + +#: ../app/pdb/drawable-transform-cmds.c:310 +#: ../app/pdb/drawable-transform-cmds.c:395 +#: ../app/pdb/transform-tools-cmds.c:146 ../app/tools/gimpperspectivetool.c:69 +msgid "Perspective" +msgstr "Perspektif" -#: ../app/pdb/color_cmds.c:460 ../app/tools/gimpposterizetool.c:78 -msgid "Posterize" -msgstr "Posterleştirme" +#: ../app/pdb/drawable-transform-cmds.c:832 +#: ../app/pdb/drawable-transform-cmds.c:904 +#: ../app/pdb/transform-tools-cmds.c:362 ../app/tools/gimpsheartool.c:111 +msgid "Shearing" +msgstr "Kesme" + +#: ../app/pdb/drawable-transform-cmds.c:989 +#: ../app/pdb/transform-tools-cmds.c:438 +msgid "2D Transform" +msgstr "2B Dönüşüm" + +#: ../app/pdb/drawable-transform-cmds.c:1072 +#: ../app/pdb/drawable-transform-cmds.c:1165 +#: ../app/pdb/drawable-transform-cmds.c:1256 +msgid "2D Transforming" +msgstr "2B Dönüştürme" -#: ../app/pdb/color_cmds.c:811 ../app/pdb/color_cmds.c:937 -#: ../app/tools/gimpcurvestool.c:136 -msgid "Curves" -msgstr "Eğriler" +#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:225 +msgid "Blending" +msgstr "Harmanlama" -#: ../app/pdb/color_cmds.c:1057 ../app/tools/gimpcolorbalancetool.c:95 -msgid "Color Balance" -msgstr "Renk Dengesi" +#: ../app/pdb/floating-sel-cmds.c:63 +#, c-format +msgid "Cannot remove this layer because it is not a floating selection." +msgstr "Bu katman kaldırılamıyor çünkü bu yüzen bir seçim değil." -#: ../app/pdb/color_cmds.c:1177 ../app/tools/gimpcolorizetool.c:96 -msgid "Colorize" -msgstr "Renklendir" +#: ../app/pdb/floating-sel-cmds.c:95 +#, c-format +msgid "Cannot anchor this layer because it is not a floating selection." +msgstr "Bu katmana demir atılamıyor çünkü bu yüzen bir seçim değil." -#: ../app/pdb/color_cmds.c:1449 ../app/tools/gimphuesaturationtool.c:115 -msgid "Hue-Saturation" -msgstr "Renk-Doygunluk" +#: ../app/pdb/floating-sel-cmds.c:127 +#, c-format +msgid "" +"Cannot convert this layer to a normal layer because it is not a floating " +"selection." +msgstr "" +"Bu katman normal bir katmana dönüştürülemiyor çünkü bu yüzen bir seçim değil." -#: ../app/pdb/color_cmds.c:1556 ../app/tools/gimpthresholdtool.c:89 -msgid "Threshold" -msgstr "Alt Sınır" +#: ../app/pdb/floating-sel-cmds.c:188 +#, c-format +msgid "Cannot rigor this layer because it is not a floating selection." +msgstr "Bu katman katılaştırılamıyor çünkü bu yüzen bir seçim değil." -#: ../app/pdb/drawable_transform_cmds.c:249 -#: ../app/pdb/drawable_transform_cmds.c:404 -#, fuzzy -msgid "Flip..." -msgstr "Ölçekleniyor..." - -#: ../app/pdb/drawable_transform_cmds.c:564 -#: ../app/pdb/drawable_transform_cmds.c:748 -#: ../app/pdb/transform_tools_cmds.c:198 -#: ../app/tools/gimpperspectivetool.c:141 -msgid "Perspective..." -msgstr "Perspektif..." - -#: ../app/pdb/drawable_transform_cmds.c:1655 -#: ../app/pdb/drawable_transform_cmds.c:1797 -#: ../app/pdb/transform_tools_cmds.c:590 ../app/tools/gimpsheartool.c:158 -msgid "Shearing..." -msgstr "Eğiliyor..." - -#: ../app/pdb/drawable_transform_cmds.c:1949 -#: ../app/pdb/drawable_transform_cmds.c:2130 -#: ../app/pdb/drawable_transform_cmds.c:2317 -#: ../app/pdb/drawable_transform_cmds.c:2518 -#: ../app/pdb/transform_tools_cmds.c:723 -msgid "2D Transform..." -msgstr "2D Dönüştürme..." - -#: ../app/pdb/edit_cmds.c:673 ../app/tools/gimpblendtool.c:243 -msgid "Blending..." -msgstr "Harmanlanıyor..." +#: ../app/pdb/floating-sel-cmds.c:222 +#, c-format +msgid "Cannot relax this layer because it is not a floating selection." +msgstr "Bu katman yumuşatılamıyor çünkü bu yüzen bir seçim değil." -#: ../app/pdb/image_cmds.c:3975 -#, fuzzy -msgid "" -"Image resolution is out of bounds, using the default resolution instead." -msgstr "" -"Resim çözünürlüğü sınırların dışında,\n" -"yerine öntanımlı çözünürlük kullanılıyor." +#: ../app/pdb/gimppdb-query.c:300 ../app/pdb/gimppdb.c:307 +#: ../app/pdb/gimppdb.c:377 +#, c-format +msgid "Procedure '%s' not found" +msgstr "'%s' yordamı bulunamadı" -#: ../app/pdb/internal_procs.c:87 -msgid "Internal Procedures" -msgstr "İçsel İşlemler" +#: ../app/pdb/gimppdb-utils.c:61 +#, c-format +msgid "Invalid empty brush name" +msgstr "Geçersiz boş fırça adı" + +#: ../app/pdb/gimppdb-utils.c:71 +#, c-format +msgid "Brush '%s' not found" +msgstr "'%s' fırçası bulunamadı" + +#: ../app/pdb/gimppdb-utils.c:76 +#, c-format +msgid "Brush '%s' is not editable" +msgstr "'%s' fırçası düzenlenebilir değil" + +#: ../app/pdb/gimppdb-utils.c:102 +#, c-format +msgid "Brush '%s' is not a generated brush" +msgstr "'%s' fırçası oluşturulmuş bir fırça değil" + +#: ../app/pdb/gimppdb-utils.c:122 +#, c-format +msgid "Invalid empty pattern name" +msgstr "Geçersiz boş desen adı" + +#: ../app/pdb/gimppdb-utils.c:132 +#, c-format +msgid "Pattern '%s' not found" +msgstr "'%s' deseni bulunamadı" + +#: ../app/pdb/gimppdb-utils.c:152 +#, c-format +msgid "Invalid empty gradient name" +msgstr "Geçersiz boş renk geçişi adı" + +#: ../app/pdb/gimppdb-utils.c:162 +#, c-format +msgid "Gradient '%s' not found" +msgstr "'%s' renk geçişi bulunamadı" + +#: ../app/pdb/gimppdb-utils.c:167 +#, c-format +msgid "Gradient '%s' is not editable" +msgstr "'%s' renk geçişi düzenlenebilir değil" -#: ../app/pdb/internal_procs.c:87 -msgid "Brush" -msgstr "Fırça" +#: ../app/pdb/gimppdb-utils.c:188 +#, c-format +msgid "Invalid empty palette name" +msgstr "Geçersiz boş palet adı" -#: ../app/pdb/internal_procs.c:90 -msgid "Brush UI" -msgstr "Fırça Arabirimi" +#: ../app/pdb/gimppdb-utils.c:198 +#, c-format +msgid "Palette '%s' not found" +msgstr "'%s' paleti bulunamadı" -#: ../app/pdb/internal_procs.c:105 -msgid "Convert" -msgstr "Dönüştür" +#: ../app/pdb/gimppdb-utils.c:203 +#, c-format +msgid "Palette '%s' is not editable" +msgstr "'%s' paleti düzenlenebilir değil" -#: ../app/pdb/internal_procs.c:108 -msgid "Display procedures" -msgstr "Görüntü işlemleri" +#: ../app/pdb/gimppdb-utils.c:223 +#, c-format +msgid "Invalid empty font name" +msgstr "Geçersiz boş yazıyüzü adı" -#: ../app/pdb/internal_procs.c:111 -msgid "Drawable procedures" -msgstr "Çizilebilir işlemleri" +#: ../app/pdb/gimppdb-utils.c:233 +#, c-format +msgid "Font '%s' not found" +msgstr "'%s' yazıyüzü bulunamadı" -#: ../app/pdb/internal_procs.c:114 -msgid "Transformation procedures" -msgstr "Dönüşüm işlemleri" +#: ../app/pdb/gimppdb-utils.c:252 +#, c-format +msgid "Invalid empty buffer name" +msgstr "Geçersiz boş arabellek adı" -#: ../app/pdb/internal_procs.c:117 -msgid "Edit procedures" -msgstr "Düzenleme işlemleri" +#: ../app/pdb/gimppdb-utils.c:262 +#, c-format +msgid "Named buffer '%s' not found" +msgstr "'%s' adlandırılmış arabellek bulunanamadı" -#: ../app/pdb/internal_procs.c:120 -msgid "File Operations" -msgstr "Dosya İşlemleri" +#: ../app/pdb/gimppdb-utils.c:281 +#, c-format +msgid "Invalid empty paint method name" +msgstr "Geçersiz boş boyama yöntemi adı" -#: ../app/pdb/internal_procs.c:123 -msgid "Floating selections" -msgstr "Yüzen Seçimler" +#: ../app/pdb/gimppdb-utils.c:291 +#, c-format +msgid "Paint method '%s' does not exist" +msgstr "'%s' boyama yöntemi mevcut değil" -#: ../app/pdb/internal_procs.c:126 -msgid "Font UI" -msgstr "Yazıtipi Arayüzü" +#: ../app/pdb/gimppdb-utils.c:307 +#, c-format +msgid "" +"Item '%s' (%d) can not be used because it has not been added to an image" +msgstr "'%s' (%d) öğesi kullanılamadı çünkü bir görüntüye eklenmemiş" -#: ../app/pdb/internal_procs.c:132 -msgid "Gimprc procedures" -msgstr "Gimprc işlemleri" +#: ../app/pdb/gimppdb-utils.c:329 +#, c-format +msgid "Item '%s' (%d) has already been added to an image" +msgstr "'%s' (%d) öğesi zaten bir görüntüye eklenmiş" -#: ../app/pdb/internal_procs.c:135 -msgid "Gradient" -msgstr "Gradyan" +#: ../app/pdb/gimppdb-utils.c:337 +#, c-format +msgid "Trying to add item '%s' (%d) to wrong image" +msgstr "'%s' (%d) öğesi yanlış görünüye eklenmeye çalışılıyor" -#: ../app/pdb/internal_procs.c:138 -msgid "Gradient UI" -msgstr "Gradyan Arabirimi" +#: ../app/pdb/gimppdb-utils.c:356 +#, c-format +msgid "Layer '%s' (%d) can not be used because it is not a text layer" +msgstr "'%s' (%d) katmanı kullanılamadı çünkü bir metin katmanı değil" -#: ../app/pdb/internal_procs.c:144 -msgid "Guide procedures" -msgstr "Kılavuz işlemleri" +#: ../app/pdb/gimppdb-utils.c:401 +#, c-format +msgid "Image '%s' (%d) is of type '%s', but an image of type '%s' is expected" +msgstr "" +"'%s' (%d) görüntüsü '%s' türünde, ancak '%s' türündeki bir görüntü bekleniyor" -#: ../app/pdb/internal_procs.c:147 -msgid "Help procedures" -msgstr "Yardım işlemleri" +#: ../app/pdb/gimppdb-utils.c:430 +#, c-format +msgid "Image '%s' (%d) is already of type '%s'" +msgstr "'%s' (%d) görüntüsü zaten '%s' türünde" -#: ../app/pdb/internal_procs.c:156 -msgid "Message procedures" -msgstr "Mesaj işlemleri" +#: ../app/pdb/gimppdb-utils.c:455 +#, c-format +msgid "Vectors object %d does not contain stroke with ID %d" +msgstr "%d vektörel nesnesi %d kimliği ile bir vuruş içermiyor" -#: ../app/pdb/internal_procs.c:159 -msgid "Miscellaneous" -msgstr "Çeşitli" +#: ../app/pdb/gimppdb.c:411 +#, c-format +msgid "" +"Procedure '%s' has been called with a wrong type for argument #%d. Expected %" +"s, got %s." +msgstr "" +"'%s' yordamı, yanlış türdeki bir #%d bağımsız değişkeni için çağrıldı. " +"İstenen %s, olan %s." -#: ../app/pdb/internal_procs.c:162 -msgid "Paint Tool procedures" -msgstr "Boyama aracı işlemleri" +#: ../app/pdb/gimpprocedure.c:361 ../app/plug-in/gimppluginprocframe.c:209 +#, c-format +msgid "Procedure '%s' returned no return values" +msgstr "'%s' yöntemi, değeri olmayana dönüştü" -#: ../app/pdb/internal_procs.c:165 -msgid "Palette" -msgstr "Palet" +#: ../app/pdb/gimpprocedure.c:585 +#, c-format +msgid "" +"Procedure '%s' returned a wrong value type for return value '%s' (#%d). " +"Expected %s, got %s." +msgstr "" +"'%s' yöntemi, '%s' dönüşüm değeri için yanlış bir değer türüne dönüştü (#%" +"d). Beklenen %s, alınan %s." -#: ../app/pdb/internal_procs.c:168 -msgid "Palette UI" -msgstr "Palet Arayüzü" - -#: ../app/pdb/internal_procs.c:174 -msgid "Parasite procedures" -msgstr "Parazit işlemleri" - -#: ../app/pdb/internal_procs.c:183 -msgid "Pattern UI" -msgstr "Desen Arabirimi" - -#: ../app/pdb/internal_procs.c:189 -msgid "Plug-in" -msgstr "Eklenti" - -#: ../app/pdb/internal_procs.c:192 -msgid "Procedural database" -msgstr "İşlemsel Veritabanı" +#: ../app/pdb/gimpprocedure.c:597 +#, c-format +msgid "" +"Procedure '%s' has been called with a wrong value type for argument '%s' (#%" +"d). Expected %s, got %s." +msgstr "" +"'%s' yöntemi, '%s' argümanı için yanlış bir değer türü ile çağrıldı (#%d). " +"Beklenen %s, alınan %s." -#: ../app/pdb/internal_procs.c:195 ../app/widgets/gimpprogressdialog.c:252 -msgid "Progress" -msgstr "İşlem" +#: ../app/pdb/gimpprocedure.c:629 +#, c-format +msgid "" +"Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" +"in is trying to work on a layer that doesn't exist any longer." +msgstr "" +"'%s' yöntemi, '%s' argümanı için geçersiz bir kimliğe dönüştü. En çok benzer " +"eklenti, artık bulunmayan bir katmanda çalışacak şekilde deneniyor." -#: ../app/pdb/internal_procs.c:198 -msgid "Image mask" -msgstr "Resim maskesi" - -#: ../app/pdb/internal_procs.c:201 -msgid "Selection Tool procedures" -msgstr "Seçim aleti işlemleri" - -#: ../app/pdb/internal_procs.c:204 -msgid "Text procedures" -msgstr "Metin işlemleri" - -#: ../app/pdb/internal_procs.c:207 -#, fuzzy -msgid "Transform Tool procedures" -msgstr "Alet işlemleri" +#: ../app/pdb/gimpprocedure.c:641 +#, c-format +msgid "" +"Procedure '%s' has been called with an invalid ID for argument '%s'. Most " +"likely a plug-in is trying to work on a layer that doesn't exist any longer." +msgstr "" +"'%s' yöntemi, '%s' argümanı için geçersiz bir kimlik ile çağrıldı. En çok " +"benzer eklenti, artık bulunmayan bir katmanda çalışacak şekilde deneniyor." -#: ../app/pdb/internal_procs.c:213 ../app/widgets/gimpcursorview.c:179 -msgid "Units" -msgstr "Birim" +#: ../app/pdb/gimpprocedure.c:657 +#, c-format +msgid "" +"Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" +"in is trying to work on an image that doesn't exist any longer." +msgstr "" +"'%s' yöntemi, '%s' argümanı için geçersiz bir kimliğe dönüştü. En çok benzer " +"eklenti, artık bulunmayan bir resimde çalışacak şekilde deneniyor." + +#: ../app/pdb/gimpprocedure.c:669 +#, c-format +msgid "" +"Procedure '%s' has been called with an invalid ID for argument '%s'. Most " +"likely a plug-in is trying to work on an image that doesn't exist any longer." +msgstr "" +"'%s' yöntemi, '%s' argümanı için geçersiz bir kimlik ile çağrıldı. En çok " +"benzer eklenti, artık bulunmayan bir resimde çalışacak şekilde deneniyor." + +#: ../app/pdb/gimpprocedure.c:689 +#, c-format +msgid "" +"Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value " +"is out of range." +msgstr "" +"'%s' yöntemi, '%s' e, '%s' dönüşüm değeri olarak dönüştü (#%d, %s türü). Bu " +"değer, istenenin dışındadır." -#: ../app/pdb/procedural_db.c:267 -#, fuzzy, c-format +#: ../app/pdb/gimpprocedure.c:702 +#, c-format msgid "" -"PDB calling error:\n" -"procedure '%s' not found" -msgstr "IVT çağrım hatası %s bulunamadı" +"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %" +"s). This value is out of range." +msgstr "" +"'%s' yöntemi, '%s' ile, '%s' argümanı için çağrıldı (#%d,%s türü). Bu değer " +"istenenin dışındadır." -#: ../app/pdb/procedural_db.c:294 ../app/pdb/procedural_db.c:420 +#: ../app/pdb/image-cmds.c:2268 #, c-format msgid "" -"PDB calling error for procedure '%s':\n" -"Argument #%d type mismatch (expected %s, got %s)" +"Image resolution is out of bounds, using the default resolution instead." msgstr "" +"Resim çözünürlüğü izin verilen sınırların dışında, öntanımlı çözünürlük " +"kullanılacak" -#: ../app/pdb/selection_tools_cmds.c:332 ../app/tools/gimpfreeselecttool.c:96 +#: ../app/pdb/selection-tools-cmds.c:218 ../app/tools/gimpfreeselecttool.c:197 msgid "Free Select" msgstr "Serbest Seçim" -#: ../app/pdb/vectors_cmds.c:238 -#, fuzzy -msgid "Modify Path" -msgstr "Yolu Taşı" +#: ../app/pdb/text-layer-cmds.c:90 +#, c-format +msgid "Failed to create text layer" +msgstr "Metin katmanı oluşturma başarısız" + +#: ../app/pdb/text-layer-cmds.c:163 ../app/pdb/text-layer-cmds.c:235 +#: ../app/pdb/text-layer-cmds.c:314 ../app/pdb/text-layer-cmds.c:394 +#: ../app/pdb/text-layer-cmds.c:467 ../app/pdb/text-layer-cmds.c:539 +#: ../app/pdb/text-layer-cmds.c:611 ../app/pdb/text-layer-cmds.c:683 +#: ../app/pdb/text-layer-cmds.c:755 ../app/pdb/text-layer-cmds.c:825 +#: ../app/pdb/text-layer-cmds.c:897 ../app/pdb/text-layer-cmds.c:969 +#: ../app/pdb/text-layer-cmds.c:1041 +msgid "Set text layer attribute" +msgstr "Metin katmanı özniteliğini ayarla" + +#: ../app/plug-in/gimpenvirontable.c:282 +#, c-format +msgid "Empty variable name in environment file %s" +msgstr "%s çevresel dosya içinde boş değişken adı" + +#: ../app/plug-in/gimpenvirontable.c:300 +#, c-format +msgid "Illegal variable name in environment file %s: %s" +msgstr "%s çevresel dosya içinde geçersiz değişken adı: %s" + +#: ../app/plug-in/gimpinterpreterdb.c:264 +#, c-format +msgid "Bad interpreter referenced in interpreter file %s: %s" +msgstr "%s yorumlayıcı dosyası içinde kötü yorumlayıcı başvurusu: %s" + +#: ../app/plug-in/gimpinterpreterdb.c:323 +#, c-format +msgid "Bad binary format string in interpreter file %s" +msgstr "%s yorumlayıcı dosyası içinde kötü ikili biçimi dizgisi" + +#: ../app/plug-in/gimpplugin-message.c:423 +#, c-format +msgid "" +"Calling error for procedure '%s':\n" +"%s" +msgstr "" +"'%s' yordamı için çağırma hatası:\n" +"%s" + +#: ../app/plug-in/gimpplugin-message.c:432 +#, c-format +msgid "" +"Execution error for procedure '%s':\n" +"%s" +msgstr "" +"'%s' yordamı için uygulama hatası:\n" +"%s" -#: ../app/plug-in/plug-in.c:563 ../app/plug-in/plug-in.c:596 -#, fuzzy, c-format -msgid "Terminating plug-in: '%s'\n" -msgstr "Eklenti bulunuyor: \"%s\"\n" +#: ../app/plug-in/gimpplugin-progress.c:330 +msgid "Cancelled" +msgstr "Vazgeçildi" -#: ../app/plug-in/plug-in.c:749 -#, fuzzy, c-format +#: ../app/plug-in/gimpplugin.c:639 +#, c-format msgid "" -"Plug-In crashed: \"%s\"\n" +"Plug-in crashed: \"%s\"\n" "(%s)\n" "\n" -"The dying Plug-In may have messed up GIMP's internal state. You may want to " +"The dying plug-in may have messed up GIMP's internal state. You may want to " "save your images and restart GIMP to be on the safe side." msgstr "" "Eklenti çöktü: \"%s\"\n" "(%s)\n" "\n" -"Ölen eklenti GIMP'in iç durumunu karıştırmış olabilir.\n" -"Verilerin güvenliği açısından çalışmalarınızı\n" -"kaydedip GIMP'i baştan başlatmanızı öneriririz." +"Ölen eklenti GIMP'in iç durumunu karıştırmış olabilir. Çalışmalarınızı " +"kaydedip GIMP'i yeniden başlatmanızı öneriririz." -#: ../app/plug-in/plug-in-rc.c:197 +#: ../app/plug-in/gimppluginmanager-call.c:173 +#: ../app/plug-in/gimppluginmanager-call.c:223 +#: ../app/plug-in/gimppluginmanager-call.c:321 #, c-format -msgid "Skipping '%s': wrong GIMP protocol version." -msgstr "" +msgid "Failed to run plug-in \"%s\"" +msgstr "\"%s\" eklentisini çalıştırma başarısız oldu" -#: ../app/plug-in/plug-in-rc.c:446 -#, fuzzy, c-format -msgid "invalid value '%s' for icon type" -msgstr "Geçersiz seçenek '%s' (anahtar %s)" - -#: ../app/plug-in/plug-in-rc.c:461 -#, fuzzy, c-format -msgid "invalid value '%ld' for icon type" -msgstr "Geçersiz seçenek '%s' (anahtar %s)" +#: ../app/plug-in/gimppluginmanager-restore.c:222 +msgid "Searching Plug-Ins" +msgstr "Eklentiler Aranıyor" -#: ../app/plug-in/plug-ins.c:138 +#: ../app/plug-in/gimppluginmanager-restore.c:271 msgid "Resource configuration" -msgstr "Kaynak ayarları" +msgstr "Kaynak yapılandırma" -#. Query any plug-ins that have changed since we last wrote out -#. * the pluginrc file. -#. -#: ../app/plug-in/plug-ins.c:152 +#: ../app/plug-in/gimppluginmanager-restore.c:307 msgid "Querying new Plug-ins" -msgstr "Yeni eklentiler aranıyor" +msgstr "Yeni Eklentiler sorgulanıyor" -#: ../app/plug-in/plug-ins.c:169 -#, fuzzy, c-format -msgid "Querying plug-in: '%s'\n" -msgstr "Eklenti bulunuyor: \"%s\"\n" - -#. initialize the plug-ins -#: ../app/plug-in/plug-ins.c:179 +#: ../app/plug-in/gimppluginmanager-restore.c:357 msgid "Initializing Plug-ins" -msgstr "Eklentiler Çalıştırılıyor" - -#: ../app/plug-in/plug-ins.c:193 -#, fuzzy, c-format -msgid "Initializing plug-in: '%s'\n" -msgstr "Eklenti çalıştırılıyor: \"%s\"\n" +msgstr "Eklentiler Sıfırlanıyor" -#: ../app/plug-in/plug-ins.c:321 +#: ../app/plug-in/gimppluginmanager-restore.c:429 msgid "Starting Extensions" msgstr "Uzantılar Başlatılıyor" -#: ../app/plug-in/plug-ins.c:328 -#, fuzzy, c-format -msgid "Starting extension: '%s'\n" -msgstr "Eklenti başlatılıyor: \"%s\"\n" - -#: ../app/text/text-enums.c:81 -msgid "Left justified" -msgstr "Sola hizalı" - -#: ../app/text/text-enums.c:82 -msgid "Right justified" -msgstr "Sağa hizalı" - -#: ../app/text/text-enums.c:83 -msgid "Centered" -msgstr "Ortalanmış" - -#: ../app/text/text-enums.c:84 -msgid "Filled" -msgstr "Doldurulmuş" +#: ../app/plug-in/gimppluginmanager.c:290 +msgid "Plug-In Interpreters" +msgstr "Eklenti yorumlayıcıları" + +#: ../app/plug-in/gimppluginmanager.c:297 +msgid "Plug-In Environment" +msgstr "Eklenti Sistemi" + +#: ../app/plug-in/gimppluginprocedure.c:989 +#, c-format +msgid "" +"Calling error for '%s':\n" +"%s" +msgstr "" +"'%s' için çağırma hatası:\n" +"%s" + +#: ../app/plug-in/gimppluginprocedure.c:1001 +#, c-format +msgid "" +"Execution error for '%s':\n" +"%s" +msgstr "" +"'%s' için uygulama hatası:\n" +"%s" + +#: ../app/plug-in/plug-in-icc-profile.c:113 +#: ../app/plug-in/plug-in-icc-profile.c:188 +#: ../app/plug-in/plug-in-icc-profile.c:247 +#, c-format +msgid "Error running '%s'" +msgstr "'%s' çalıştırılırkan hata" + +#: ../app/plug-in/plug-in-icc-profile.c:137 +#: ../app/plug-in/plug-in-icc-profile.c:198 +#: ../app/plug-in/plug-in-icc-profile.c:257 +#, c-format +msgid "Plug-In missing (%s)" +msgstr "Kayıp eklenti (%s)" + +#: ../app/plug-in/plug-in-rc.c:206 +#, c-format +msgid "Skipping '%s': wrong GIMP protocol version." +msgstr "'%s' atlanıyor: yanlış GIMP iletişim kuralı sürümü." + +#: ../app/plug-in/plug-in-rc.c:479 +#, c-format +msgid "invalid value '%s' for icon type" +msgstr "'%s' geçersiz değerinin olduğu simge türü" + +#: ../app/plug-in/plug-in-rc.c:494 +#, c-format +msgid "invalid value '%ld' for icon type" +msgstr "'%ld' geçersiz değerinin olduğu simge türü" #. This is a so-called pangram; it's supposed to #. contain all characters found in the alphabet. -#: ../app/text/gimpfont.c:39 +#: ../app/text/gimpfont.c:45 msgid "" "Pack my box with\n" "five dozen liquor jugs." msgstr "" +"Kutumu paketle\n" +"beş düzine demlik çayı." -#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:749 +#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "Metin Katmanı Ekle" -#: ../app/text/gimptext-parasite.c:167 -msgid "(invalid UTF-8 string)" -msgstr "(geçersiz UTF-8 satırı)" - -#: ../app/text/gimptextlayer.c:168 -#, fuzzy +#: ../app/text/gimptextlayer.c:138 msgid "Text Layer" msgstr "Metin Katmanı" -#: ../app/text/gimptextlayer.c:169 -#, fuzzy +#: ../app/text/gimptextlayer.c:139 msgid "Rename Text Layer" -msgstr "Katmanın Adını Değiştir" +msgstr "Metin Katmanını Yeniden Adlandır" -#: ../app/text/gimptextlayer.c:170 -#, fuzzy +#: ../app/text/gimptextlayer.c:140 msgid "Move Text Layer" -msgstr "/Küme/Katmanı Yükselt" +msgstr "Metin Katmanını Taşı" -#: ../app/text/gimptextlayer.c:171 -#, fuzzy +#: ../app/text/gimptextlayer.c:141 msgid "Scale Text Layer" -msgstr "Katmanı Ölçekle" +msgstr "Metin Katmanını Ölçekle" -#: ../app/text/gimptextlayer.c:172 -#, fuzzy +#: ../app/text/gimptextlayer.c:142 msgid "Resize Text Layer" -msgstr "Katman Boyutunu Değiştir" +msgstr "Metin Katmanını Yeniden Boyutlandır" -#: ../app/text/gimptextlayer.c:173 -#, fuzzy +#: ../app/text/gimptextlayer.c:143 msgid "Flip Text Layer" -msgstr "Katman" +msgstr "Metin Katmanını Çevir" -#: ../app/text/gimptextlayer.c:174 -#, fuzzy +#: ../app/text/gimptextlayer.c:144 msgid "Rotate Text Layer" -msgstr "/Küme/Katmanı Yükselt" +msgstr "Metin Katmanını Döndür" -#: ../app/text/gimptextlayer.c:175 +#: ../app/text/gimptextlayer.c:145 msgid "Transform Text Layer" msgstr "Metin Katmanını Dönüştür" -#: ../app/text/gimptextlayer.c:529 +#: ../app/text/gimptextlayer.c:492 msgid "Discard Text Information" msgstr "Metin Bilgisini Sil" -#: ../app/text/gimptextlayer.c:579 +#: ../app/text/gimptextlayer.c:543 msgid "Due to lack of any fonts, text functionality is not available." msgstr "" +"Bir yazıyüzü eksikliğinden dolayı, metin işlevselliği kullanılabilir değil." -#: ../app/text/gimptextlayer.c:614 +#: ../app/text/gimptextlayer.c:579 msgid "Empty Text Layer" msgstr "Boş Metin Katmanı" -#: ../app/text/gimptextlayer-xcf.c:73 +#: ../app/text/gimptextlayer-xcf.c:75 #, c-format msgid "" "Problems parsing the text parasite for layer '%s':\n" @@ -8390,1392 +9272,1790 @@ "Some text properties may be wrong. Unless you want to edit the text layer, " "you don't need to worry about this." msgstr "" +"'%s' katmanı için metin paraziti ayrıştırma problemleri:\n" +"%s\n" +"\n" +"Bazı metin özellikleri yanlış olabilir. Metin katmanını düzenlemek " +"istemedikçe, bunun hakkında endişelenmenize gerek yok." -#: ../app/tools/tools-enums.c:25 -msgid "Pick only" -msgstr "Sadece al" +#: ../app/tools/gimp-tools.c:335 +msgid "" +"This tool has\n" +"no options." +msgstr "" +"Bu aletin\n" +"hiç seçeneği yok." -#: ../app/tools/tools-enums.c:26 -msgid "Set foreground color" -msgstr "Önplan rengini tanımla" +#: ../app/tools/gimpairbrushtool.c:55 +msgid "Airbrush Tool: Paint using a brush, with variable pressure" +msgstr "Hava Fırçası Aracı: Değişken basınç ile boyarken bir fırça kullanılır" -#: ../app/tools/tools-enums.c:27 -msgid "Set background color" -msgstr "Arkaplan rengini tanımla" +#: ../app/tools/gimpairbrushtool.c:56 +msgid "_Airbrush" +msgstr "_Hava Fırçası" -#: ../app/tools/tools-enums.c:54 -msgid "Crop" -msgstr "Kırp" +#: ../app/tools/gimpairbrushtool.c:92 ../app/tools/gimpconvolvetool.c:217 +#: ../app/tools/gimpsmudgetool.c:97 +msgid "Rate:" +msgstr "Oran:" + +#: ../app/tools/gimpairbrushtool.c:98 ../app/tools/gimppaintoptions-gui.c:198 +msgid "Pressure:" +msgstr "Basınç:" + +#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:766 +msgid "Align" +msgstr "Hizala" -#: ../app/tools/tools-enums.c:55 ../app/tools/tools-enums.c:83 -msgid "Resize" -msgstr "Boyutlandır" +#: ../app/tools/gimpaligntool.c:135 +msgid "Alignment Tool: Align or arrange layers and other objects" +msgstr "Hizalama Aracı: Katmanları ve diğer nesneleri hizala ya da sırala" -#: ../app/tools/tools-enums.c:82 -msgid "Execute" +#: ../app/tools/gimpaligntool.c:136 +msgid "_Align" +msgstr "_Hizala" + +#: ../app/tools/gimpaligntool.c:599 +msgid "Click on a layer, path or guide, or Click-Drag to pick several layers" msgstr "" +"Bir katmanı, yolu veya kılavuzu tıklayın, ya da birkaç katman seçmek için " +"Sürüklemeyi-Tıklayın" -#: ../app/tools/tools-enums.c:111 -msgid "Free select" -msgstr "Serbest seçim" +#: ../app/tools/gimpaligntool.c:608 +msgid "Click to pick this layer as first item" +msgstr "Bu katmanı ilk öğe olarak seçmek için tıklayın" -#: ../app/tools/tools-enums.c:112 -msgid "Fixed size" -msgstr "Sabit boyut" +#: ../app/tools/gimpaligntool.c:616 +msgid "Click to add this layer to the list" +msgstr "Bu katmanı listeye eklemek için tıklayın" -#: ../app/tools/tools-enums.c:113 -msgid "Fixed aspect ratio" -msgstr "Sabit görünüm oranı" +#: ../app/tools/gimpaligntool.c:620 +msgid "Click to pick this guide as first item" +msgstr "Bu kılavuzu ilk öğe olarak seçmek için tıklayın" -#: ../app/tools/tools-enums.c:141 -#, fuzzy -msgid "Transform layer" -msgstr "Katmanı Dönüştür" - -#: ../app/tools/tools-enums.c:142 -#, fuzzy -msgid "Transform selection" -msgstr "Seçimi Dönüştür" - -#: ../app/tools/tools-enums.c:143 -#, fuzzy -msgid "Transform path" -msgstr "Yolu Dönüştür" +#: ../app/tools/gimpaligntool.c:628 +msgid "Click to add this guide to the list" +msgstr "Bu kılavuzu listeye eklemek için tıklayın" -#: ../app/tools/tools-enums.c:171 -msgid "Design" -msgstr "" +#: ../app/tools/gimpaligntool.c:632 +msgid "Click to pick this path as first item" +msgstr "Bu yolu ilk öğe olarak seçmek için tıklayın" -#: ../app/tools/tools-enums.c:173 ../app/tools/gimpmovetool.c:116 -#, fuzzy -msgid "Move" -msgstr "Taşı: " +#: ../app/tools/gimpaligntool.c:640 +msgid "Click to add this path to the list" +msgstr "Bu yolu listeye eklemek için tıklayın" -#: ../app/tools/tools-enums.c:202 -msgid "Outline" -msgstr "" +#: ../app/tools/gimpaligntool.c:778 +msgid "Relative to:" +msgstr "Göreli:" -#: ../app/tools/tools-enums.c:205 -#, fuzzy -msgid "Image + Grid" -msgstr "Öntanımlı Resim Kılavuzu" +#: ../app/tools/gimpaligntool.c:796 +msgid "Align left edge of target" +msgstr "Hedefin sol kenarını hizala" -#: ../app/tools/tools-enums.c:232 -#, fuzzy -msgid "Number of grid lines" -msgstr "Kılavuz Çizgilerinin Sayısı" +#: ../app/tools/gimpaligntool.c:802 +msgid "Align center of target" +msgstr "Hedefin merkezini hizala" -#: ../app/tools/tools-enums.c:233 -#, fuzzy -msgid "Grid line spacing" -msgstr "Kılavu Çizgileri Arasındaki Boşluk" +#: ../app/tools/gimpaligntool.c:808 +msgid "Align right edge of target" +msgstr "Hedefin sağ kenarını hizala" -#: ../app/tools/gimp-tools.c:298 -msgid "This tool has no options." -msgstr "Bu aletin seçeneği yok." +#: ../app/tools/gimpaligntool.c:818 +msgid "Align top edge of target" +msgstr "Hedefin üst kenarını hizala" -#: ../app/tools/gimpairbrushtool.c:55 -msgid "Airbrush with variable pressure" -msgstr "Değişken basınçlı sprey" +#: ../app/tools/gimpaligntool.c:824 +msgid "Align middle of target" +msgstr "Hedefin ortasını hizala" -#: ../app/tools/gimpairbrushtool.c:56 -#, fuzzy -msgid "_Airbrush" -msgstr "Sprey" +#: ../app/tools/gimpaligntool.c:830 +msgid "Align bottom of target" +msgstr "Hedefin altını hizala" -#: ../app/tools/gimpairbrushtool.c:122 ../app/tools/gimpconvolvetool.c:210 -#: ../app/tools/gimpsmudgetool.c:122 -msgid "Rate:" -msgstr "Oran:" +#: ../app/tools/gimpaligntool.c:834 +msgid "Distribute" +msgstr "Dağıt" -#: ../app/tools/gimpairbrushtool.c:128 -msgid "Pressure:" -msgstr "Basınç:" +#: ../app/tools/gimpaligntool.c:848 +msgid "Distribute left edges of targets" +msgstr "Hedeflerin sol kenarlarını dağıt" + +#: ../app/tools/gimpaligntool.c:855 +msgid "Distribute horizontal centers of targets" +msgstr "Hedeflerin yatay merkezlerini dağıt" + +#: ../app/tools/gimpaligntool.c:862 +msgid "Distribute right edges of targets" +msgstr "Hedeflerin sağ kenarlarını dağıt" + +#: ../app/tools/gimpaligntool.c:872 +msgid "Distribute top edges of targets" +msgstr "Hedeflerin üst kenarlarını dağıt" -#: ../app/tools/gimpblendoptions.c:243 +#: ../app/tools/gimpaligntool.c:879 +msgid "Distribute vertical centers of targets" +msgstr "Hedeflerin dikey merkezlerini dağıt" + +#: ../app/tools/gimpaligntool.c:885 +msgid "Distribute bottoms of targets" +msgstr "Hedeflerin altlarını dağıt" + +#: ../app/tools/gimpaligntool.c:893 ../app/tools/gimpblendoptions.c:222 msgid "Offset:" -msgstr "Ofset:" +msgstr "Konum:" + +#: ../app/tools/gimpblendoptions.c:216 ../app/tools/gimppaintoptions-gui.c:648 +msgid "Gradient:" +msgstr "Renk Geçişi:" -#: ../app/tools/gimpblendoptions.c:252 ../app/widgets/gimpbrusheditor.c:145 +#: ../app/tools/gimpblendoptions.c:232 ../app/widgets/gimpbrusheditor.c:146 msgid "Shape:" msgstr "Şekil:" -#: ../app/tools/gimpblendoptions.c:258 ../app/tools/gimppaintoptions-gui.c:430 +#: ../app/tools/gimpblendoptions.c:239 ../app/tools/gimppaintoptions-gui.c:672 msgid "Repeat:" -msgstr "Tekrarlama:" +msgstr "Yineleme:" -#: ../app/tools/gimpblendoptions.c:276 -#, fuzzy +#: ../app/tools/gimpblendoptions.c:257 msgid "Adaptive supersampling" -msgstr "Adaptif En İyi Örnekleme" +msgstr "Süper örneklemeyi uyarla" -#: ../app/tools/gimpblendoptions.c:294 -msgid "Max Depth:" -msgstr "Azami Derinlik:" - -#: ../app/tools/gimpblendoptions.c:301 -#: ../app/tools/gimpbucketfilloptions.c:294 -#: ../app/tools/gimpselectionoptions.c:522 +#: ../app/tools/gimpblendoptions.c:265 +msgid "Max depth:" +msgstr "Azami derinlik:" + +#: ../app/tools/gimpblendoptions.c:272 +#: ../app/tools/gimpbucketfilloptions.c:287 +#: ../app/tools/gimpregionselectoptions.c:220 msgid "Threshold:" -msgstr "Alt sınır:" +msgstr "Eşik:" -#: ../app/tools/gimpblendtool.c:102 -msgid "Fill with a color gradient" -msgstr "Bir renk gradyanı ile doldur" +#: ../app/tools/gimpblendtool.c:108 +msgid "Blend Tool: Fill selected area with a color gradient" +msgstr "Harmanlama Aracı: Seçilmiş alanı bir renk geçişi ile doldur" -#: ../app/tools/gimpblendtool.c:103 +#: ../app/tools/gimpblendtool.c:109 msgid "Blen_d" msgstr "_Harmanlama" -#: ../app/tools/gimpblendtool.c:186 -msgid "Blend: Invalid for indexed images." -msgstr "Harman: İndisli resimler için uygun değil." +#: ../app/tools/gimpblendtool.c:164 +#, c-format +msgid "Blend does not operate on indexed layers." +msgstr "Harmanlama, sıralanmış katmanlarda uygulanamaz." + +#: ../app/tools/gimpblendtool.c:402 ../app/tools/gimppainttool.c:606 +#, c-format +msgid "%s for constrained angles" +msgstr "kısıtlanmış açılar için %s" + +#: ../app/tools/gimpblendtool.c:403 +#, c-format +msgid "%s to move the whole line" +msgstr "Bütün satırı taşımak için %s" -#. initialize the statusbar display -#: ../app/tools/gimpblendtool.c:204 ../app/tools/gimpblendtool.c:299 +#: ../app/tools/gimpblendtool.c:407 msgid "Blend: " -msgstr "Harman:" +msgstr "Harman: " -#: ../app/tools/gimpbrightnesscontrasttool.c:102 -msgid "Adjust brightness and contrast" -msgstr "Parlaklık ve kontrastı ayarla" +#: ../app/tools/gimpbrightnesscontrasttool.c:112 +msgid "Brightness/Contrast Tool: Adjust brightness and contrast" +msgstr "Parlaklık/Karşıtlık Aracı: Parlaklık ve karşıtlığı ayarla" -#: ../app/tools/gimpbrightnesscontrasttool.c:103 -#, fuzzy +#: ../app/tools/gimpbrightnesscontrasttool.c:113 msgid "B_rightness-Contrast..." -msgstr "Parlaklık-Kontrast" +msgstr "_Parlaklık-Karşıtlık..." -#: ../app/tools/gimpbrightnesscontrasttool.c:158 -#, fuzzy +#: ../app/tools/gimpbrightnesscontrasttool.c:133 msgid "Adjust Brightness and Contrast" -msgstr "Parlaklık ve kontrastı ayarla" +msgstr "Parlaklık ve Karşıtlığı Ayarla" + +#: ../app/tools/gimpbrightnesscontrasttool.c:135 +msgid "Import Brightness-Contrast settings" +msgstr "Parlaklık-Karşıtlık ayarlarını içe aktar" -#: ../app/tools/gimpbrightnesscontrasttool.c:201 +#: ../app/tools/gimpbrightnesscontrasttool.c:136 +msgid "Export Brightness-Contrast settings" +msgstr "Parlaklık-Karşıtlık ayarlarını dışa aktar" + +#: ../app/tools/gimpbrightnesscontrasttool.c:184 +#, c-format msgid "Brightness-Contrast does not operate on indexed layers." -msgstr "Parlaklık-kontrast indisli katmanlar üzerinde kullanılamaz." +msgstr "Parlaklık-Karşıtlık sıralanmış katmanlarda uygulanamaz." -#: ../app/tools/gimpbrightnesscontrasttool.c:322 +#: ../app/tools/gimpbrightnesscontrasttool.c:325 msgid "_Brightness:" msgstr "_Parlaklık:" -#: ../app/tools/gimpbrightnesscontrasttool.c:337 +#: ../app/tools/gimpbrightnesscontrasttool.c:340 msgid "Con_trast:" -msgstr "_Kontrast:" +msgstr "Karşı_tlık:" -#: ../app/tools/gimpbucketfilloptions.c:128 +#: ../app/tools/gimpbrightnesscontrasttool.c:354 +msgid "Edit these Settings as Levels" +msgstr "Bu Ayarları, Düzey olarak düzenle" + +#: ../app/tools/gimpbucketfilloptions.c:100 msgid "Allow completely transparent regions to be filled" -msgstr "" +msgstr "Saydam bölgelerin tamamen doldurulmasına izin ver" -#: ../app/tools/gimpbucketfilloptions.c:134 +#: ../app/tools/gimpbucketfilloptions.c:106 msgid "Base filled area on all visible layers" -msgstr "" +msgstr "Tüm görünür katmanlar üzerinde tabanı doldurulmuş alan" -#: ../app/tools/gimpbucketfilloptions.c:140 -#: ../app/tools/gimpselectionoptions.c:161 +#: ../app/tools/gimpbucketfilloptions.c:112 +#: ../app/tools/gimpregionselectoptions.c:96 msgid "Maximum color difference" -msgstr "" +msgstr "Azami renk farklılığı" #. fill type -#: ../app/tools/gimpbucketfilloptions.c:237 +#: ../app/tools/gimpbucketfilloptions.c:226 #, c-format -msgid "Fill Type %s" -msgstr "Doldurma Türü: %s" +msgid "Fill Type (%s)" +msgstr "Doldurma Türü: (%s)" #. fill selection -#: ../app/tools/gimpbucketfilloptions.c:249 +#: ../app/tools/gimpbucketfilloptions.c:239 #, c-format -msgid "Affected Area %s" -msgstr "Etkilenen Bölge %s" +msgid "Affected Area (%s)" +msgstr "Etkilenen Bölge (%s)" -#: ../app/tools/gimpbucketfilloptions.c:253 +#: ../app/tools/gimpbucketfilloptions.c:243 msgid "Fill whole selection" msgstr "Tüm seçimi doldur" -#: ../app/tools/gimpbucketfilloptions.c:254 +#: ../app/tools/gimpbucketfilloptions.c:244 msgid "Fill similar colors" msgstr "Benzer renklerle doldur" -#: ../app/tools/gimpbucketfilloptions.c:260 -#: ../app/tools/gimpselectionoptions.c:494 +#: ../app/tools/gimpbucketfilloptions.c:253 msgid "Finding Similar Colors" msgstr "Benzer Renklerin Bulunması" -#: ../app/tools/gimpbucketfilloptions.c:276 -#, fuzzy +#: ../app/tools/gimpbucketfilloptions.c:269 msgid "Fill transparent areas" -msgstr "Şeffaf Alanları Doldur" +msgstr "Saydam alanları doldur" -#: ../app/tools/gimpbucketfilloptions.c:282 -#: ../app/tools/gimpcolorpickeroptions.c:177 -#: ../app/tools/gimpselectionoptions.c:510 -#: ../app/tools/gimpselectionoptions.c:558 -#, fuzzy +#: ../app/tools/gimpbucketfilloptions.c:275 ../app/tools/gimpclonetool.c:114 +#: ../app/tools/gimpcolorpickeroptions.c:151 ../app/tools/gimphealtool.c:99 +#: ../app/tools/gimpperspectiveclonetool.c:941 +#: ../app/tools/gimpregionselectoptions.c:208 msgid "Sample merged" -msgstr "Birleşimi Örnekle" +msgstr "Birleştirme örneği" + +#: ../app/tools/gimpbucketfilloptions.c:294 +msgid "Fill by:" +msgstr "Doldur:" + +#: ../app/tools/gimpbucketfilltool.c:81 +msgid "Bucket Fill" +msgstr "Kovadan Dolum" -#: ../app/tools/gimpbucketfilltool.c:93 -msgid "Fill with a color or pattern" -msgstr "Bir renk veya desenle doldur" +#: ../app/tools/gimpbucketfilltool.c:82 +msgid "Bucket Fill Tool: Fill selected area with a color or pattern" +msgstr "Kovadan Dolum Aracı: Seçilmiş bölgeyi bir renkle ya da desenle doldur" -#: ../app/tools/gimpbucketfilltool.c:94 +#: ../app/tools/gimpbucketfilltool.c:83 msgid "_Bucket Fill" msgstr "_Kovadan Dolum" -#: ../app/tools/gimpbycolorselecttool.c:82 -msgid "Select By Color" -msgstr "Renge Göre Seçim" +#: ../app/tools/gimpbycolorselecttool.c:67 +msgid "Select by Color" +msgstr "Renge göre Seç" -#: ../app/tools/gimpbycolorselecttool.c:83 -msgid "Select regions by color" -msgstr "Bölümleri renge göre seç" +#: ../app/tools/gimpbycolorselecttool.c:68 +msgid "Select by Color Tool: Select regions with similar colors" +msgstr "Renge göre Seçim Aracı: Bölgeleri benzer renklerle seç" -#: ../app/tools/gimpbycolorselecttool.c:84 -#, fuzzy +#: ../app/tools/gimpbycolorselecttool.c:69 msgid "_By Color Select" -msgstr "Katman Seçimi" +msgstr "_Renk Seçimine Göre" -#: ../app/tools/gimpclonetool.c:94 -msgid "Paint using Patterns or Image Regions" -msgstr "Desenlerle ya da Resim Alanlarıyla Boya" +#: ../app/tools/gimpclonetool.c:62 +msgid "Clone Tool: Selectively copy from an image or pattern, using a brush" +msgstr "" +"Kopyalama Aracı: Bir görüntüden ya da desenden, bir fırça kullanıp seçerek " +"kopyalayın" -#: ../app/tools/gimpclonetool.c:95 +#: ../app/tools/gimpclonetool.c:63 msgid "_Clone" msgstr "_Kopyala" -#: ../app/tools/gimpclonetool.c:258 -#, fuzzy -msgid "Ctrl-Click to set a clone source." -msgstr "Yeni resimler için kullanılacak yorum" +#: ../app/tools/gimpclonetool.c:86 ../app/tools/gimpclonetool.c:89 +msgid "Click to clone" +msgstr "Kopyalama için Tıklayın" + +#: ../app/tools/gimpclonetool.c:87 ../app/tools/gimpclonetool.c:91 +#, c-format +msgid "%s to set a new clone source" +msgstr "Yeni bir kopyalama kaynağı ayarlamak için %s" + +#: ../app/tools/gimpclonetool.c:90 +msgid "Click to set a new clone source" +msgstr "Yeni bir kopyalama aracı ayarlamak için tıklayın" -#: ../app/tools/gimpclonetool.c:316 +#: ../app/tools/gimpclonetool.c:109 +#: ../app/tools/gimpperspectiveclonetool.c:936 msgid "Source" msgstr "Kaynak" -#: ../app/tools/gimpclonetool.c:325 -msgid "Alignment" -msgstr "Hizalama" +#: ../app/tools/gimpclonetool.c:128 ../app/tools/gimphealtool.c:111 +#: ../app/tools/gimpperspectiveclonetool.c:955 +msgid "Alignment:" +msgstr "Hizalama:" -#: ../app/tools/gimpcolorbalancetool.c:96 -msgid "Adjust color balance" -msgstr "Renk dengesini ayarla" +#: ../app/tools/gimpcolorbalancetool.c:95 +msgid "Color Balance Tool: Adjust color distribution" +msgstr "Renk Dengesi Aracı: Renk dağılımını ayarlayın" -#: ../app/tools/gimpcolorbalancetool.c:97 +#: ../app/tools/gimpcolorbalancetool.c:96 msgid "Color _Balance..." msgstr "Renk _Dengesi..." -#: ../app/tools/gimpcolorbalancetool.c:148 +#: ../app/tools/gimpcolorbalancetool.c:113 msgid "Adjust Color Balance" msgstr "Renk Dengesini Ayarla" -#: ../app/tools/gimpcolorbalancetool.c:192 -#, fuzzy -msgid "Color balance operates only on RGB color layers." -msgstr "Renk dengesi sadece KYM renkli çizilebilirler üzerinde kullanılabilir." +#: ../app/tools/gimpcolorbalancetool.c:115 +msgid "Import Color Balance Settings" +msgstr "Renk Dengesi Ayarlarını İçe Aktar" -#: ../app/tools/gimpcolorbalancetool.c:275 -msgid "Select Range to Modify" -msgstr "" +#: ../app/tools/gimpcolorbalancetool.c:116 +msgid "Export Color Balance Settings" +msgstr "Renk Dengesi Ayarlarını Dışa Aktar" -#: ../app/tools/gimpcolorbalancetool.c:283 -msgid "Modify Selected Range's Color Levels" -msgstr "" +#: ../app/tools/gimpcolorbalancetool.c:163 +#, c-format +msgid "Color Balance operates only on RGB color layers." +msgstr "Renk Dengesi sadece RGB renk katmanlarında uygulanabilir." + +#: ../app/tools/gimpcolorbalancetool.c:270 +msgid "Select Range to Adjust" +msgstr "Ayarlamak için Erim Seç" + +#: ../app/tools/gimpcolorbalancetool.c:279 ../app/tools/gimplevelstool.c:172 +msgid "Adjust Color Levels" +msgstr "Renk Düzeylerini Ayarla" -#: ../app/tools/gimpcolorbalancetool.c:300 +#: ../app/tools/gimpcolorbalancetool.c:296 +#: ../app/tools/gimphuesaturationtool.c:255 msgid "Cyan" msgstr "Turkuaz" -#: ../app/tools/gimpcolorbalancetool.c:307 +#: ../app/tools/gimpcolorbalancetool.c:305 +#: ../app/tools/gimphuesaturationtool.c:257 msgid "Magenta" -msgstr "Pembe" +msgstr "Macenta" #: ../app/tools/gimpcolorbalancetool.c:314 +#: ../app/tools/gimphuesaturationtool.c:253 msgid "Yellow" msgstr "Sarı" -#: ../app/tools/gimpcolorbalancetool.c:324 +#: ../app/tools/gimpcolorbalancetool.c:325 msgid "R_eset Range" -msgstr "Aralığı _Sıfırla" +msgstr "Erimi _Sıfırla" -#: ../app/tools/gimpcolorbalancetool.c:333 +#: ../app/tools/gimpcolorbalancetool.c:334 msgid "Preserve _luminosity" msgstr "Parlaklığı _koru" -#: ../app/tools/gimpcolorizetool.c:97 -msgid "Colorize the image" -msgstr "Resmi renklendir" +#: ../app/tools/gimpcolorizetool.c:91 +msgid "Colorize Tool: Colorize the image" +msgstr "Renklendirme Aracı: Görüntüyü renklendir" -#: ../app/tools/gimpcolorizetool.c:98 +#: ../app/tools/gimpcolorizetool.c:92 msgid "Colori_ze..." msgstr "_Renklendir..." -#: ../app/tools/gimpcolorizetool.c:152 +#: ../app/tools/gimpcolorizetool.c:109 msgid "Colorize the Image" -msgstr "Resmi Renklendir" +msgstr "Görüntüyü Renklendir" + +#: ../app/tools/gimpcolorizetool.c:111 +msgid "Import Colorize Settings" +msgstr "Renklendirme Ayarlarını İçe Aktar" -#: ../app/tools/gimpcolorizetool.c:195 -#, fuzzy +#: ../app/tools/gimpcolorizetool.c:112 +msgid "Export Colorize Settings" +msgstr "Renklendirme Ayarlarını Dışa Aktar" + +#: ../app/tools/gimpcolorizetool.c:156 +#, c-format msgid "Colorize operates only on RGB color layers." -msgstr "Renk dengesi sadece KYM renkli çizilebilirler üzerinde kullanılabilir." +msgstr "Renklendirme sadece RGB renk katmanlarında uygulanabilir." -#: ../app/tools/gimpcolorizetool.c:235 +#: ../app/tools/gimpcolorizetool.c:221 msgid "Select Color" -msgstr "Rengi Seç" +msgstr "Renk Seç" -#: ../app/tools/gimpcolorizetool.c:253 -#: ../app/tools/gimphuesaturationtool.c:402 -#, fuzzy +#: ../app/tools/gimpcolorizetool.c:238 +#: ../app/tools/gimphuesaturationtool.c:388 msgid "_Hue:" -msgstr "Renk:" +msgstr "Renk _Özü:" -#: ../app/tools/gimpcolorizetool.c:267 -#: ../app/tools/gimphuesaturationtool.c:438 +#: ../app/tools/gimpcolorizetool.c:253 +#: ../app/tools/gimphuesaturationtool.c:426 msgid "_Saturation:" msgstr "_Doygunluk:" -#: ../app/tools/gimpcolorizetool.c:281 -#: ../app/tools/gimphuesaturationtool.c:420 +#: ../app/tools/gimpcolorizetool.c:268 +#: ../app/tools/gimphuesaturationtool.c:407 msgid "_Lightness:" msgstr "_Aydınlanma:" -#: ../app/tools/gimpcoloroptions.c:182 -#, fuzzy +#: ../app/tools/gimpcoloroptions.c:161 msgid "Sample average" -msgstr "Ortalama Örnekle" +msgstr "Örnek ortalama" -#: ../app/tools/gimpcoloroptions.c:192 ../app/tools/gimpselectionoptions.c:472 -#: ../app/widgets/gimpbrusheditor.c:153 +#: ../app/tools/gimpcoloroptions.c:171 +#: ../app/tools/gimprectangleselectoptions.c:176 +#: ../app/tools/gimpselectionoptions.c:281 +#: ../app/widgets/gimpbrusheditor.c:154 msgid "Radius:" msgstr "Yarıçap:" #. the pick FG/BG frame -#: ../app/tools/gimpcolorpickeroptions.c:182 +#: ../app/tools/gimpcolorpickeroptions.c:156 #, c-format -msgid "Pick Mode %s" -msgstr "Rengi Alma Yöntemi %s" +msgid "Pick Mode (%s)" +msgstr "Seçme Kipi (%s)" -#. the add to palette toggle -#: ../app/tools/gimpcolorpickeroptions.c:191 +#. the use_info_window toggle button +#: ../app/tools/gimpcolorpickeroptions.c:165 #, c-format -msgid "Add to palette %s" -msgstr "Palete ekle %s" +msgid "Use info window (%s)" +msgstr "Bilgi penceresi kullan (%s)" -#: ../app/tools/gimpcolorpickertool.c:101 +#: ../app/tools/gimpcolorpickertool.c:96 msgid "Color Picker" -msgstr "Renk Alıcı" +msgstr "Renk Seçici" -#: ../app/tools/gimpcolorpickertool.c:102 -msgid "Pick colors from the image" -msgstr "Resimden renk al" +#: ../app/tools/gimpcolorpickertool.c:97 +msgid "Color Picker Tool: Set colors from image pixels" +msgstr "Renk Seçme Aracı: Görüntü beneklerinden renk seç" -#: ../app/tools/gimpcolorpickertool.c:103 +#: ../app/tools/gimpcolorpickertool.c:98 msgid "C_olor Picker" -msgstr "_Renk Alıcı" +msgstr "R_enk Seçici" + +#: ../app/tools/gimpcolorpickertool.c:242 +msgid "Click in any image to view its color" +msgstr "Rengini görmek için herhangi bir görüntüye tıklayın" + +#: ../app/tools/gimpcolorpickertool.c:249 ../app/tools/gimppainttool.c:509 +msgid "Click in any image to pick the foreground color" +msgstr "Önalan rengini seçmek için herhangi bir görüntüye tıklayın" + +#: ../app/tools/gimpcolorpickertool.c:257 ../app/tools/gimppainttool.c:515 +msgid "Click in any image to pick the background color" +msgstr "Artalan rengini seçmek için herhangi bir görüntüye tıklayın" + +#: ../app/tools/gimpcolorpickertool.c:265 +msgid "Click in any image to add the color to the palette" +msgstr "Palete renk eklemek için herhangi bir görüntüye tıklayın" -#. tool->gdisp->shell -#: ../app/tools/gimpcolorpickertool.c:351 +#. tool->display->shell +#: ../app/tools/gimpcolorpickertool.c:318 msgid "Color Picker Information" -msgstr "Renk Alıcı Bilgisi" +msgstr "Renk Seçici Bilgisi" -#: ../app/tools/gimpcolortool.c:272 ../app/tools/gimpcolortool.c:446 -#, fuzzy +#: ../app/tools/gimpcolortool.c:258 ../app/tools/gimpcolortool.c:437 msgid "Move Sample Point: " -msgstr "Seçimi Taşı" +msgstr "Örnek Noktayı Taşı: " -#: ../app/tools/gimpcolortool.c:440 +#: ../app/tools/gimpcolortool.c:430 msgid "Cancel Sample Point" -msgstr "" +msgstr "Örnek Noktadan Vazgeç" -#: ../app/tools/gimpcolortool.c:447 +#: ../app/tools/gimpcolortool.c:438 msgid "Add Sample Point: " +msgstr "Örnek Nokta Ekle: " + +#: ../app/tools/gimpconvolvetool.c:73 +msgid "Blur / Sharpen" +msgstr "Bulanıklaştır / Keskinleştir" + +#: ../app/tools/gimpconvolvetool.c:74 +msgid "Blur / Sharpen Tool: Selective blurring or unblurring using a brush" msgstr "" +"Bulanıklaştırma / Keskinleştirme Aracı: Fırça kullanarak seçici " +"bulanıklaştırma ya da tersi" -#: ../app/tools/gimpconvolvetool.c:70 -msgid "Blur or Sharpen" -msgstr "Bulanıklaştır veya Keskinleştir" - -#: ../app/tools/gimpconvolvetool.c:71 -#, fuzzy -msgid "Con_volve" -msgstr "Evriştirme" +#: ../app/tools/gimpconvolvetool.c:75 +msgid "Bl_ur / Sharpen" +msgstr "B_ulanıklaştır / Keskinleştir" -#. the type radio box -#: ../app/tools/gimpconvolvetool.c:192 +#: ../app/tools/gimpconvolvetool.c:170 +msgid "Click to blur" +msgstr "Bulanıklaştırmak için tıklayın" + +#: ../app/tools/gimpconvolvetool.c:171 +msgid "Click to blur the line" +msgstr "Çizgiyi bulanıklaştırmak için tıklayın" + +#: ../app/tools/gimpconvolvetool.c:172 #, c-format -msgid "Convolve Type %s" -msgstr "Evriştime Türü %s" +msgid "%s to sharpen" +msgstr "Keskinleştirmek için %s" -#. tool toggle -#: ../app/tools/gimpcropoptions.c:186 ../app/tools/gimpmagnifyoptions.c:206 -#: ../app/tools/gimpmoveoptions.c:215 +#: ../app/tools/gimpconvolvetool.c:176 +msgid "Click to sharpen" +msgstr "Keskinleştirmek için tıklayın" + +#: ../app/tools/gimpconvolvetool.c:177 +msgid "Click to sharpen the line" +msgstr "Çizgiyi keskinleştirmek için tıklayın" + +#: ../app/tools/gimpconvolvetool.c:178 +#, c-format +msgid "%s to blur" +msgstr "Bulanıklaştırmak için %s" + +#. the type radio box +#: ../app/tools/gimpconvolvetool.c:199 #, c-format -msgid "Tool Toggle %s" -msgstr "%s ile Geçiş Yap" +msgid "Convolve Type (%s)" +msgstr "Evriştime Türü (%s)" -#: ../app/tools/gimpcropoptions.c:198 +#: ../app/tools/gimpcropoptions.c:161 msgid "Current layer only" msgstr "Sadece etkin katman" -#. enlarge toggle -#: ../app/tools/gimpcropoptions.c:203 -#, c-format -msgid "Allow enlarging %s" -msgstr "Büyütmeye izin ver %s" +#: ../app/tools/gimpcropoptions.c:167 +msgid "Allow growing" +msgstr "Büyümeye izin ver" -#. layer toggle -#: ../app/tools/gimpcropoptions.c:213 -#, c-format -msgid "Keep aspect ratio %s" -msgstr "Sabit görünüm oranı %s" +#: ../app/tools/gimpcroptool.c:126 +msgid "Crop" +msgstr "Kırp" -#: ../app/tools/gimpcroptool.c:164 -msgid "Crop & Resize" -msgstr "Kırp ve Boyutlandır" +#: ../app/tools/gimpcroptool.c:127 +msgid "Crop Tool: Remove edge areas from image or layer" +msgstr "Kırpma Aracı: Görüntüden ya da katmandan kenar alanlarını kaldır" + +#: ../app/tools/gimpcroptool.c:128 +msgid "_Crop" +msgstr "_Kırp" + +#: ../app/tools/gimpcroptool.c:269 +msgid "Click or press Enter to crop" +msgstr "Kırpma için \"Enter\" tuşuna basın" + +#: ../app/tools/gimpcurvestool.c:141 +msgid "Curves Tool: Adjust color curves" +msgstr "Eğri Aracı: Renk eğrilerini ayarla" -#: ../app/tools/gimpcroptool.c:165 -msgid "Crop or Resize an image" -msgstr "Resmi kırp veya boyutlandır" +#: ../app/tools/gimpcurvestool.c:142 +msgid "_Curves..." +msgstr "_Eğriler..." -#: ../app/tools/gimpcroptool.c:166 -msgid "_Crop & Resize" -msgstr "_Kırp ve Boyutlandır" +#: ../app/tools/gimpcurvestool.c:168 +msgid "Adjust Color Curves" +msgstr "Renk Eğrilerini Ayarla" -#. initialize the statusbar display -#: ../app/tools/gimpcroptool.c:498 ../app/tools/gimpcroptool.c:982 -msgid "Crop: " -msgstr "Kırp: " +#: ../app/tools/gimpcurvestool.c:170 +msgid "Import Curves" +msgstr "Eğrileri İçe Aktar" -#: ../app/tools/gimpcroptool.c:1009 -msgid "Crop & Resize Information" -msgstr "Kırpma ve Boyutlandırma Bilgileri" +#: ../app/tools/gimpcurvestool.c:171 +msgid "Export Curves" +msgstr "Eğrileri Dışa Aktar" -#: ../app/tools/gimpcroptool.c:1033 -msgid "Origin X:" -msgstr "Orjin X:" +#: ../app/tools/gimpcurvestool.c:221 +#, c-format +msgid "Curves does not operate on indexed layers." +msgstr "Eğriler sıralanmış katmanlarda uygulanamaz." -#: ../app/tools/gimpcroptool.c:1037 -msgid "Origin Y:" -msgstr "Orjin Y:" +#: ../app/tools/gimpcurvestool.c:323 +msgid "Click to add a control point" +msgstr "Bir kontrol noktası eklemek için tıklayın" -#: ../app/tools/gimpcroptool.c:1075 ../app/widgets/gimpbrusheditor.c:194 -msgid "Aspect ratio:" -msgstr "Görüntü oranı:" +#: ../app/tools/gimpcurvestool.c:328 +msgid "Click to add control points to all channels" +msgstr "Tüm kanallara kontrol noktaları eklemek için tıklayın" -#: ../app/tools/gimpcroptool.c:1086 -msgid "From selection" -msgstr "Seçimden" +#: ../app/tools/gimpcurvestool.c:441 ../app/tools/gimplevelstool.c:380 +msgid "Cha_nnel:" +msgstr "_Kanal:" -#: ../app/tools/gimpcroptool.c:1094 -msgid "Auto shrink" -msgstr "Otomatik küçült" +#: ../app/tools/gimpcurvestool.c:467 ../app/tools/gimplevelstool.c:404 +msgid "R_eset Channel" +msgstr "Kanalı _Sıfırla" -#: ../app/tools/gimpcurvestool.c:137 -msgid "Adjust color curves" -msgstr "Renk eğrilerini ayarla" +#: ../app/tools/gimpcurvestool.c:557 +msgid "Curve _type:" +msgstr "Eğri _tipi:" -#: ../app/tools/gimpcurvestool.c:138 -msgid "_Curves..." -msgstr "_Eğriler..." +#: ../app/tools/gimpcurvestool.c:632 ../app/tools/gimplevelstool.c:752 +#, c-format +msgid "Could not read header from '%s': %s" +msgstr "'%s' başlığı okunamadı: %s" -#: ../app/tools/gimpcurvestool.c:197 -msgid "Adjust Color Curves" -msgstr "Renk Eğrilerini Ayarla" +#: ../app/tools/gimpcurvestool.c:705 +msgid "Use _old curves file format" +msgstr "_Eski kavislerin dosya biçimini kullan" + +#: ../app/tools/gimpdesaturatetool.c:78 +msgid "Desaturate Tool: Turn colors into shades of gray" +msgstr "Solgunlaştırma Aracı: Renkleri gri tonlara dönüştür" + +#: ../app/tools/gimpdesaturatetool.c:79 +msgid "_Desaturate..." +msgstr "_Solgunlaştır..." -#: ../app/tools/gimpcurvestool.c:199 -msgid "Load Curves" -msgstr "Eğriler Yükle" +#: ../app/tools/gimpdesaturatetool.c:93 +msgid "Desaturate (Remove Colors)" +msgstr "Solgunlaştırma (Renkleri Kaldır)" -#: ../app/tools/gimpcurvestool.c:200 -#, fuzzy -msgid "Load curves settings from file" -msgstr "Dosyadan seviye ayarlarını oku" +#: ../app/tools/gimpdesaturatetool.c:125 +#, c-format +msgid "Desaturate does only operate on RGB layers." +msgstr "Solgunlaştırma sadece RGB katmanlarında uygulanabilir." + +#: ../app/tools/gimpdesaturatetool.c:191 +msgid "Choose shade of gray based on:" +msgstr "Gri gölgelemeyi seç:" -#: ../app/tools/gimpcurvestool.c:201 -msgid "Save Curves" -msgstr "Eğrileri Kaydet" +#: ../app/tools/gimpdodgeburntool.c:73 +msgid "Dodge / Burn" +msgstr "Temizle / Yak" -#: ../app/tools/gimpcurvestool.c:202 -msgid "Save curves settings to file" +#: ../app/tools/gimpdodgeburntool.c:74 +msgid "Dodge / Burn Tool: Selectively lighten or darken using a brush" msgstr "" +"Temizleme / Yakma Aracı: Fırça kullanarak seçerek renk aç ya da koyulaştır" -#: ../app/tools/gimpcurvestool.c:278 -msgid "Curves for indexed layers cannot be adjusted." -msgstr "İndisli katmanların eğrileri ayarlanamaz." +#: ../app/tools/gimpdodgeburntool.c:75 +msgid "Dod_ge / Burn" +msgstr "Te_mizle / Yak" -#: ../app/tools/gimpcurvestool.c:471 ../app/tools/gimplevelstool.c:407 -msgid "Cha_nnel:" -msgstr "_Kanal:" +#: ../app/tools/gimpdodgeburntool.c:173 +msgid "Click to dodge" +msgstr "Temizlemek için tıklayın" -#: ../app/tools/gimpcurvestool.c:493 -msgid "R_eset channel" -msgstr "Kanalı _sıfırla" +#: ../app/tools/gimpdodgeburntool.c:174 +msgid "Click to dodge the line" +msgstr "Çizgiyi temizlemek için tıklayın" -#. Horizontal button box for load / save -#: ../app/tools/gimpcurvestool.c:595 ../app/tools/gimplevelstool.c:623 -msgid "All Channels" -msgstr "Tüm Kanallar" +#: ../app/tools/gimpdodgeburntool.c:175 +#, c-format +msgid "%s to burn" +msgstr "Yakmak için %s" -#. The radio box for selecting the curve type -#: ../app/tools/gimpcurvestool.c:613 -msgid "Curve Type" -msgstr "Eğri Türü" - -#: ../app/tools/gimpdodgeburntool.c:70 -msgid "Dodge or Burn strokes" -msgstr "" +#: ../app/tools/gimpdodgeburntool.c:179 +msgid "Click to burn" +msgstr "Yakmak için tıklayın" -#: ../app/tools/gimpdodgeburntool.c:71 -#, fuzzy -msgid "Dod_geBurn" -msgstr "Temizle/Yak" +#: ../app/tools/gimpdodgeburntool.c:180 +msgid "Click to burn the line" +msgstr "Çizgiyi yakmak için tıklayın" + +#: ../app/tools/gimpdodgeburntool.c:181 +#, c-format +msgid "%s to dodge" +msgstr "Temizlemek için %s" #. the type (dodge or burn) -#: ../app/tools/gimpdodgeburntool.c:191 +#: ../app/tools/gimpdodgeburntool.c:202 #, c-format -msgid "Type %s" -msgstr "Tür %s" +msgid "Type (%s)" +msgstr "Tip (%s)" -#: ../app/tools/gimpdodgeburntool.c:203 -msgid "Mode" -msgstr "Kip" +#. mode (highlights, midtones, or shadows) +#: ../app/tools/gimpdodgeburntool.c:213 +msgid "Range" +msgstr "Erim" -#: ../app/tools/gimpdodgeburntool.c:215 +#: ../app/tools/gimpdodgeburntool.c:225 msgid "Exposure:" msgstr "Belirlilik:" -#: ../app/tools/gimpeditselectiontool.c:266 -#: ../app/tools/gimpeditselectiontool.c:1202 -#, fuzzy +#: ../app/tools/gimpeditselectiontool.c:244 +#: ../app/tools/gimpeditselectiontool.c:1229 msgid "Move Floating Selection" -msgstr "Yüzen Seçim" +msgstr "Yüzen Seçimi Taşı" -#: ../app/tools/gimpeditselectiontool.c:464 -#: ../app/tools/gimpeditselectiontool.c:731 +#: ../app/tools/gimpeditselectiontool.c:457 +#: ../app/tools/gimpeditselectiontool.c:726 msgid "Move: " msgstr "Taşı: " -#: ../app/tools/gimpellipseselecttool.c:72 -msgid "Select elliptical regions" -msgstr "Eliptik alanlar seç" +#: ../app/tools/gimpellipseselecttool.c:68 +msgid "Ellipse Select" +msgstr "Elips Seçimi" + +#: ../app/tools/gimpellipseselecttool.c:69 +msgid "Ellipse Select Tool: Select an elliptical region" +msgstr "Elips Seçim Aracı: Eliptik bir bölge seç" + +#: ../app/tools/gimpellipseselecttool.c:70 +msgid "_Ellipse Select" +msgstr "_Elips Seçimi" + +#: ../app/tools/gimperasertool.c:67 +msgid "Eraser Tool: Erase to background or transparency using a brush" +msgstr "" +"Silme Aracı: Bir fırça kullanarak artalana ya da saydamlığa yönelik sil" + +#: ../app/tools/gimperasertool.c:68 +msgid "_Eraser" +msgstr "_Silgi" + +#: ../app/tools/gimperasertool.c:97 +msgid "Click to erase" +msgstr "Silmek için tıklayın" + +#: ../app/tools/gimperasertool.c:98 +msgid "Click to erase the line" +msgstr "Çizgiyi silmek için tıklayın" + +#: ../app/tools/gimperasertool.c:99 +#, c-format +msgid "%s to pick a background color" +msgstr "Bir artalan rengi seçmek için %s" + +#. the anti_erase toggle +#: ../app/tools/gimperasertool.c:146 +#, c-format +msgid "Anti erase (%s)" +msgstr "Karşı silme (%s)" + +#: ../app/tools/gimpflipoptions.c:130 +msgid "Affect:" +msgstr "Etki:" + +#. tool toggle +#: ../app/tools/gimpflipoptions.c:139 +#, c-format +msgid "Flip Type (%s)" +msgstr "Çevirme Türü (%s)" + +#: ../app/tools/gimpfliptool.c:79 +msgid "Flip" +msgstr "Çevir" + +#: ../app/tools/gimpfliptool.c:80 +msgid "" +"Flip Tool: Reverse the layer, selection or path horizontally or vertically" +msgstr "" +"Çevirme Aracı: Katmanı, seçimi ya da yolu, yatay veya dikey olarak ters çevir" + +#: ../app/tools/gimpfliptool.c:82 +msgid "_Flip" +msgstr "_Çevir" + +#: ../app/tools/gimpforegroundselectoptions.c:79 +#: ../app/tools/gimpselectionoptions.c:79 +msgid "Smooth edges" +msgstr "Kenarları yumuşat" + +#: ../app/tools/gimpforegroundselectoptions.c:85 +msgid "Select a single contiguous area" +msgstr "Tek bir bitişik alan seç" + +#: ../app/tools/gimpforegroundselectoptions.c:96 +msgid "Size of the brush used for refinements" +msgstr "Saflık için kullanılacak fırçanın boyutu" + +#: ../app/tools/gimpforegroundselectoptions.c:102 +msgid "" +"Smaller values give a more accurate selection border but may introduce holes " +"in the selection" +msgstr "" +"Küçük değerler daha doğru bir seçim sınırı verir ama seçim içinde delikler " +"ortaya çıkabilir" + +#: ../app/tools/gimpforegroundselectoptions.c:121 +msgid "Sensitivity for brightness component" +msgstr "Parlaklık bileşeni için duyarlık" + +#: ../app/tools/gimpforegroundselectoptions.c:127 +msgid "Sensitivity for red/green component" +msgstr "Kırmızı/yeşil bileşen için duyarlık" + +#: ../app/tools/gimpforegroundselectoptions.c:133 +msgid "Sensitivity for yellow/blue component" +msgstr "Sarı/mave bileşen için duyarlık" + +#. single / multiple objects +#: ../app/tools/gimpforegroundselectoptions.c:276 +msgid "Contiguous" +msgstr "Sürekli" + +#. foreground / background +#: ../app/tools/gimpforegroundselectoptions.c:281 +#, c-format +msgid "Interactive refinement (%s)" +msgstr "Etkileşimli saflık (%s)" + +#: ../app/tools/gimpforegroundselectoptions.c:285 +msgid "Mark background" +msgstr "Artalanı imle" + +#: ../app/tools/gimpforegroundselectoptions.c:286 +msgid "Mark foreground" +msgstr "Önalanı imle" + +#: ../app/tools/gimpforegroundselectoptions.c:302 +msgid "Small brush" +msgstr "Küçük fırça" + +#: ../app/tools/gimpforegroundselectoptions.c:310 +msgid "Large brush" +msgstr "Geniş fırça" + +#: ../app/tools/gimpforegroundselectoptions.c:334 +msgid "Smoothing:" +msgstr "Yumuşatma:" + +#: ../app/tools/gimpforegroundselectoptions.c:340 +msgid "Preview color:" +msgstr "Renk önizleme:" + +#. granularity +#: ../app/tools/gimpforegroundselectoptions.c:343 +msgid "Color Sensitivity" +msgstr "Renk Duyarlığı" + +#: ../app/tools/gimpforegroundselecttool.c:145 +msgid "Foreground Select" +msgstr "Önalan Seçimi" + +#: ../app/tools/gimpforegroundselecttool.c:146 +msgid "Foreground Select Tool: Select a region containing foreground objects" +msgstr "Önalan Seçim Aracı: Önalan nesnelerini içeren bir bölge seçin" + +#: ../app/tools/gimpforegroundselecttool.c:147 +msgid "F_oreground Select" +msgstr "_Önalan Seçimi" + +#: ../app/tools/gimpforegroundselecttool.c:314 +msgid "Add more strokes or press Enter to accept the selection" +msgstr "Daha çok vuruş ekle ve seçimi kabul etmek için \"Enter\" tuşuna basın" + +#: ../app/tools/gimpforegroundselecttool.c:316 +msgid "Mark foreground by painting on the object to extract" +msgstr "Çıkarılacak nesne üzerini boyayarak önalanı imle" + +#: ../app/tools/gimpforegroundselecttool.c:327 +msgid "Rougly outline the object to extract" +msgstr "Kabaca çıkarılacak nesnenin çerçevesini çiz" + +#: ../app/tools/gimpforegroundselecttool.c:766 +msgctxt "command" +msgid "Foreground Select" +msgstr "Önalanı Seç" + +#: ../app/tools/gimpfreeselecttool.c:198 +msgid "" +"Free Select Tool: Select a hand-drawn region with free and polygonal segments" +msgstr "" +"Serbest Seçim Aracı: Serbest ve çok köşeli seçimlerle bir el-çizimi bölgesi " +"seç" + +#: ../app/tools/gimpfreeselecttool.c:199 +msgid "_Free Select" +msgstr "_Serbest Seçim" + +#: ../app/tools/gimpfreeselecttool.c:1117 +msgid "Click to complete selection" +msgstr "Seçimi tamamlamak için tıklayın" + +#: ../app/tools/gimpfreeselecttool.c:1121 +msgid "Click-Drag to move segment vertex" +msgstr "Kesimin tepe noktasına taşımak için sürükleyi tıklayın" + +#: ../app/tools/gimpfreeselecttool.c:1126 +msgid "Return commits, Escape cancels, Backspace removes last segment" +msgstr "" +"\"Return\" üstlenir, \"Escape\" vazgeçer, \"Backspace\" son kesimi kaldırır" + +#: ../app/tools/gimpfreeselecttool.c:1130 +msgid "Click-Drag adds a free segment, Click adds a polygonal segment" +msgstr "" +"Sürükleyi tıklamak serbest bir kesim ekler, tıklamak çok köşeli bir kesim " +"ekler" + +#: ../app/tools/gimpfreeselecttool.c:1582 +msgctxt "command" +msgid "Free Select" +msgstr "Serbest Seçim" -#: ../app/tools/gimpellipseselecttool.c:73 -msgid "_Ellipse Select" -msgstr "_Elips Seçimi" +#: ../app/tools/gimpfuzzyselecttool.c:65 +msgid "Fuzzy Select" +msgstr "Bulanık Seçim" -#: ../app/tools/gimperasertool.c:70 -msgid "Erase to background or transparency" -msgstr "Arkaplana ya da şeffaflığa yönelik sil" +#: ../app/tools/gimpfuzzyselecttool.c:66 +msgid "Fuzzy Select Tool: Select a contiguous region on the basis of color" +msgstr "Bulanık Seçim Aracı: Renk olarak sürekli bir bölge seçin" -#: ../app/tools/gimperasertool.c:71 -msgid "_Eraser" -msgstr "_Silgi" +#: ../app/tools/gimpfuzzyselecttool.c:67 +msgid "Fu_zzy Select" +msgstr "_Bulanık Seçim" -#. the anti_erase toggle -#: ../app/tools/gimperasertool.c:184 -#, c-format -msgid "Anti erase %s" -msgstr "" +#: ../app/tools/gimpgegltool.c:92 ../app/tools/gimpgegltool.c:111 +msgid "GEGL Operation" +msgstr "GEGL İşlemi" -#: ../app/tools/gimpflipoptions.c:159 ../app/tools/gimpmoveoptions.c:209 -#: ../app/tools/gimptransformoptions.c:322 -msgid "Affect:" -msgstr "Etki:" +#: ../app/tools/gimpgegltool.c:93 +msgid "GEGL Tool: Use an arbitrary GEGL operation" +msgstr "GEGL Aracı: İsteğe bağlı bir GEGL işlemi kullan" -#. tool toggle -#: ../app/tools/gimpflipoptions.c:165 +#: ../app/tools/gimpgegltool.c:94 +msgid "_GEGL Operation..." +msgstr "_GEGL İşlemi..." + +#: ../app/tools/gimpgegltool.c:158 #, c-format -msgid "Flip Type %s" -msgstr "Çevirme Yöntemi %s" +msgid "GEGL operations do not operate on indexed layers." +msgstr "GEGL işlemleri sıralanmış katmanlarda uygulanamaz." -#: ../app/tools/gimpfliptool.c:82 -msgid "Flip the layer or selection" -msgstr "Katmanı veya seçimi çevir" +#: ../app/tools/gimpgegltool.c:339 +msgid "_Operation:" +msgstr "_İşlem:" -#: ../app/tools/gimpfliptool.c:83 -#, fuzzy -msgid "_Flip" -msgstr "Çevir" +#. The options vbox +#: ../app/tools/gimpgegltool.c:412 +msgid "Operation Settings" +msgstr "İşlem Ayarları" -#: ../app/tools/gimpfreeselecttool.c:97 -msgid "Select hand-drawn regions" -msgstr "El çizimleriyle alan seçimi" +#: ../app/tools/gimphealtool.c:54 +msgid "Healing Tool: Heal image irregularities" +msgstr "İyileştirme Aracı: Görüntü düzensizliklerini iyileştir" -#: ../app/tools/gimpfreeselecttool.c:98 -msgid "_Free Select" -msgstr "_Serbest Seçim" +#: ../app/tools/gimphealtool.c:55 +msgid "_Heal" +msgstr "_İyileştir" -#: ../app/tools/gimpfuzzyselecttool.c:98 -msgid "Select contiguous regions" -msgstr "Devamlı alanların seçimi" +#: ../app/tools/gimphealtool.c:77 ../app/tools/gimphealtool.c:80 +msgid "Click to heal" +msgstr "İyileştirmek için tıklayın" -#: ../app/tools/gimpfuzzyselecttool.c:99 -msgid "Fu_zzy Select" -msgstr "_Bulanık Seçim" +#: ../app/tools/gimphealtool.c:78 ../app/tools/gimphealtool.c:82 +#, c-format +msgid "%s to set a new heal source" +msgstr "Yeni bir iyileştirme kaynağı ayarlamak için %s" -#: ../app/tools/gimpfuzzyselecttool.c:216 -msgid "Move the mouse to change threshold." -msgstr "" +#: ../app/tools/gimphealtool.c:81 +msgid "Click to set a new heal source" +msgstr "Yeni bir iyileştirme kaynağı ayarlamak için tıklayın" -#: ../app/tools/gimphistogramoptions.c:152 +#: ../app/tools/gimphistogramoptions.c:127 msgid "Histogram Scale" msgstr "Histogram Ölçekleme" -#: ../app/tools/gimphuesaturationtool.c:116 -msgid "Adjust hue and saturation" -msgstr "Renk ve doygunluğu ayarlama" +#: ../app/tools/gimphuesaturationtool.c:103 +msgid "Hue-Saturation Tool: Adjust hue, saturation, and lightness" +msgstr "" +"Renk Özü-Doygunluk Aracı: Renk özünü, doygunluğu ve hafifliği ayarlayın" -#: ../app/tools/gimphuesaturationtool.c:117 +#: ../app/tools/gimphuesaturationtool.c:104 msgid "Hue-_Saturation..." -msgstr "_Renk-Doygunluk..." +msgstr "_Renk Özü-Doygunluk..." -#: ../app/tools/gimphuesaturationtool.c:171 -msgid "Adjust hue / lightness / saturation" -msgstr "Renk / aydınlanma / doygunluk ayarları" +#: ../app/tools/gimphuesaturationtool.c:121 +msgid "Adjust Hue / Lightness / Saturation" +msgstr "Renk Özü / Hafiflik / Doygunluk Ayarı" + +#: ../app/tools/gimphuesaturationtool.c:123 +msgid "Import Hue-Saturation Settings" +msgstr "Renk Özü-Doygunluk Ayarlarını İçe Aktar" + +#: ../app/tools/gimphuesaturationtool.c:124 +msgid "Export Hue-Saturation Settings" +msgstr "Renk Özü-Doygunluk Ayarlarını Dışa Aktar" -#: ../app/tools/gimphuesaturationtool.c:215 -#, fuzzy +#: ../app/tools/gimphuesaturationtool.c:171 +#, c-format msgid "Hue-Saturation operates only on RGB color layers." -msgstr "Renk-Doygunluk sadece KYM renkli çizilebilirlede çalışır." +msgstr "Renk Özü-Doygunluk sadece RGB renk katmanlarında uygulanabilir." -#: ../app/tools/gimphuesaturationtool.c:270 +#: ../app/tools/gimphuesaturationtool.c:251 msgid "M_aster" msgstr "_Ana" -#: ../app/tools/gimphuesaturationtool.c:271 +#: ../app/tools/gimphuesaturationtool.c:251 +msgid "Adjust all colors" +msgstr "Tüm renkleri ayarla" + +#: ../app/tools/gimphuesaturationtool.c:252 msgid "_R" msgstr "_R" -#: ../app/tools/gimphuesaturationtool.c:272 +#: ../app/tools/gimphuesaturationtool.c:253 msgid "_Y" msgstr "_Y" -#: ../app/tools/gimphuesaturationtool.c:273 +#: ../app/tools/gimphuesaturationtool.c:254 msgid "_G" msgstr "_G" -#: ../app/tools/gimphuesaturationtool.c:274 +#: ../app/tools/gimphuesaturationtool.c:255 msgid "_C" msgstr "_C" -#: ../app/tools/gimphuesaturationtool.c:275 +#: ../app/tools/gimphuesaturationtool.c:256 msgid "_B" msgstr "_B" -#: ../app/tools/gimphuesaturationtool.c:276 +#: ../app/tools/gimphuesaturationtool.c:257 msgid "_M" msgstr "_M" -#: ../app/tools/gimphuesaturationtool.c:279 -#, fuzzy -msgid "Select Primary Color to Modify" -msgstr "/Seçim/Renkle Seçim..." - -#: ../app/tools/gimphuesaturationtool.c:312 -msgid "Modify all colors" -msgstr "Tüm renkleri değiştir" +#: ../app/tools/gimphuesaturationtool.c:262 +msgid "Select Primary Color to Adjust" +msgstr "Ayarlanacak Birincil Renk Seçimi" -#: ../app/tools/gimphuesaturationtool.c:366 -#, fuzzy +#: ../app/tools/gimphuesaturationtool.c:352 msgid "_Overlap:" -msgstr "Üstekoyum" +msgstr "_Örtüşme:" + +#: ../app/tools/gimphuesaturationtool.c:371 +msgid "Adjust Selected Color" +msgstr "Seçilen Rengi Ayarla" -#: ../app/tools/gimphuesaturationtool.c:384 -msgid "Modify Selected Color" -msgstr "Seçilen Rengi Değiştir" +#: ../app/tools/gimphuesaturationtool.c:447 +msgid "R_eset Color" +msgstr "_Rengi Sıfırla" -#: ../app/tools/gimphuesaturationtool.c:458 -msgid "R_eset color" -msgstr "_Renkleri sıfırla" +#: ../app/tools/gimpimagemaptool-settings.c:81 +msgid "Pre_sets:" +msgstr "Ön_ayarlar:" -#: ../app/tools/gimpimagemaptool.c:265 ../app/widgets/gimpthumbbox.c:368 +#: ../app/tools/gimpimagemaptool-settings.c:221 +#, c-format +msgid "Settings saved to '%s'" +msgstr "Ayararın kaydedildiği yer, '%s'" + +#: ../app/tools/gimpimagemaptool.c:318 msgid "_Preview" msgstr "Öniz_leme" -#: ../app/tools/gimpimagemaptool.c:298 -msgid "Quick Load" -msgstr "Hızlı Yükle" - -#: ../app/tools/gimpimagemaptool.c:328 -msgid "Quick Save" -msgstr "Hızlı Kaydet" - #. adjust sliders -#: ../app/tools/gimpinkoptions-gui.c:58 +#: ../app/tools/gimpinkoptions-gui.c:56 msgid "Adjustment" msgstr "Ayarlama" -#: ../app/tools/gimpinkoptions-gui.c:70 ../app/tools/gimpinkoptions-gui.c:95 -#: ../app/tools/gimptextoptions.c:437 +#: ../app/tools/gimpinkoptions-gui.c:68 ../app/tools/gimpinkoptions-gui.c:93 +#: ../app/tools/gimprectangleoptions.c:973 ../app/tools/gimptextoptions.c:452 msgid "Size:" msgstr "Büyüklük:" -#: ../app/tools/gimpinkoptions-gui.c:78 ../app/tools/gimpmeasuretool.c:931 -#: ../app/tools/gimprotatetool.c:169 ../app/widgets/gimpbrusheditor.c:207 +#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1037 +#: ../app/widgets/gimpbrusheditor.c:208 msgid "Angle:" msgstr "Açı:" #. sens sliders -#: ../app/tools/gimpinkoptions-gui.c:83 +#: ../app/tools/gimpinkoptions-gui.c:81 msgid "Sensitivity" -msgstr "Duyarlılık" +msgstr "Duyarlık" -#: ../app/tools/gimpinkoptions-gui.c:102 +#: ../app/tools/gimpinkoptions-gui.c:100 msgid "Tilt:" msgstr "Yatma:" -#: ../app/tools/gimpinkoptions-gui.c:109 +#: ../app/tools/gimpinkoptions-gui.c:107 msgid "Speed:" msgstr "Hız:" -#: ../app/tools/gimpinkoptions-gui.c:120 +#: ../app/tools/gimpinkoptions-gui.c:118 msgid "Type" msgstr "Tip" #. Blob shape widget -#: ../app/tools/gimpinkoptions-gui.c:150 +#: ../app/tools/gimpinkoptions-gui.c:149 msgid "Shape" msgstr "Şekil" -#: ../app/tools/gimpinktool.c:63 -msgid "Draw in ink" -msgstr "Mürekkeple çizim" +#: ../app/tools/gimpinktool.c:56 +msgid "Ink Tool: Calligraphy-style painting" +msgstr "Mürekkep Aracı: Kaligrafi biçemle boyama" -#: ../app/tools/gimpinktool.c:64 -#, fuzzy +#: ../app/tools/gimpinktool.c:57 msgid "In_k" -msgstr "Mürekkep" +msgstr "_Mürekkep" + +#: ../app/tools/gimpiscissorsoptions.c:126 +msgid "Interactive boundary" +msgstr "Etkileşimli sınır" #: ../app/tools/gimpiscissorstool.c:278 msgid "Scissors" msgstr "Makas" #: ../app/tools/gimpiscissorstool.c:279 -msgid "Select shapes from image" -msgstr "Resimden şekillerin seçimi" +msgid "Scissors Select Tool: Select shapes using intelligent edge-fitting" +msgstr "Makas Seçim Aracı:" #: ../app/tools/gimpiscissorstool.c:280 msgid "Intelligent _Scissors" msgstr "Akıllı _Makaslar" -#: ../app/tools/gimplevelstool.c:156 -msgid "Adjust color levels" -msgstr "Renk seviyelerini ayarla" +#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:609 +msgid "Click-Drag to move this point" +msgstr "Bu noktayı taşımak için Sürükle'yi tıklayın" + +#: ../app/tools/gimpiscissorstool.c:942 ../app/tools/gimpiscissorstool.c:1007 +#, c-format +msgid "%s: disable auto-snap" +msgstr "%s: otomatik yanaştırma aktif değil" + +#: ../app/tools/gimpiscissorstool.c:959 +msgid "Click to close the curve" +msgstr "Eğriyi kapatmak için tıklayın" -#: ../app/tools/gimplevelstool.c:157 +#: ../app/tools/gimpiscissorstool.c:965 +msgid "Click to add a point on this segment" +msgstr "Bu kesim üzerine bir nokta eklemek için tıklayın" + +#: ../app/tools/gimpiscissorstool.c:979 +msgid "Click or press Enter to convert to a selection" +msgstr "Bir seçime dönüştürmek için \"Enter\"a basın ya da tıklayın" + +#: ../app/tools/gimpiscissorstool.c:989 +msgid "Press Enter to convert to a selection" +msgstr "Bir seçime dönüştürmek için \"Enter\"a basın" + +#: ../app/tools/gimpiscissorstool.c:1004 +msgid "Click or Click-Drag to add a point" +msgstr "Bir nokta eklemek için tıklayın ya da Sürükle'ye tıklayın" + +#: ../app/tools/gimplevelstool.c:151 +msgid "Levels Tool: Adjust color levels" +msgstr "Düzey Aracı: Renk düzeylerini ayarla" + +#: ../app/tools/gimplevelstool.c:152 msgid "_Levels..." -msgstr "_Seviyeler..." +msgstr "_Düzeyler..." -#: ../app/tools/gimplevelstool.c:215 -msgid "Adjust Color Levels" -msgstr "Renk Seviyelerini Ayarla" +#: ../app/tools/gimplevelstool.c:174 +msgid "Import Levels" +msgstr "Düzeyleri İçe Aktar" -#: ../app/tools/gimplevelstool.c:217 -msgid "Load Levels" -msgstr "Seviyeleri Yükle" - -#: ../app/tools/gimplevelstool.c:218 -#, fuzzy -msgid "Load levels settings from file" -msgstr "Dosyadan seviye ayarlarını oku" - -#: ../app/tools/gimplevelstool.c:219 -msgid "Save Levels" -msgstr "Seviyeleri Kaydet" - -#: ../app/tools/gimplevelstool.c:220 -msgid "Save levels settings to file" -msgstr "Seviye ayarlarını dosyaya kaydet" - -#: ../app/tools/gimplevelstool.c:280 -msgid "Levels for indexed layers cannot be adjusted." -msgstr "İndisli katmanların seviyeleri ayarlanamaz." +#: ../app/tools/gimplevelstool.c:175 +msgid "Export Levels" +msgstr "Düzeyleri Dışa Aktar" + +#: ../app/tools/gimplevelstool.c:228 +#, c-format +msgid "Levels does not operate on indexed layers." +msgstr "Düzeyler sıralanmış katmanlar üzerinde uygulanamaz." -#: ../app/tools/gimplevelstool.c:346 -#, fuzzy +#: ../app/tools/gimplevelstool.c:310 msgid "Pick black point" -msgstr "Siyah Noktayı Al" +msgstr "Siyah nokta seç" -#: ../app/tools/gimplevelstool.c:350 -#, fuzzy +#: ../app/tools/gimplevelstool.c:314 msgid "Pick gray point" -msgstr "Gri Noktayı Al" +msgstr "Gri nokta seç" -#: ../app/tools/gimplevelstool.c:354 -#, fuzzy +#: ../app/tools/gimplevelstool.c:318 msgid "Pick white point" -msgstr "Beyaz Noktayı Al" - -#: ../app/tools/gimplevelstool.c:429 -msgid "R_eset Channel" -msgstr "Kanalı _Sıfırla" +msgstr "Beyaz nokta seç" #. Input levels frame -#: ../app/tools/gimplevelstool.c:444 +#: ../app/tools/gimplevelstool.c:419 msgid "Input Levels" -msgstr "Giriş Seviyeleri" +msgstr "Girdi Düzeyleri" -#: ../app/tools/gimplevelstool.c:531 +#: ../app/tools/gimplevelstool.c:522 msgid "Gamma" -msgstr "Gamma" +msgstr "Gama" #. Output levels frame -#: ../app/tools/gimplevelstool.c:558 +#: ../app/tools/gimplevelstool.c:564 msgid "Output Levels" -msgstr "Çıkış Seviyeleri" +msgstr "Çıktı Düzeyleri" + +#. all channels frame +#: ../app/tools/gimplevelstool.c:641 +msgid "All Channels" +msgstr "Tüm Kanallar" -#: ../app/tools/gimplevelstool.c:650 +#: ../app/tools/gimplevelstool.c:655 msgid "Adjust levels automatically" -msgstr "Seviyeleri otomatik ayarla" +msgstr "Düzeyleri otomatik ayarla" + +#: ../app/tools/gimplevelstool.c:682 +msgid "Edit these Settings as Curves" +msgstr "Bu Ayarları Eğri olarak düzenle" + +#: ../app/tools/gimplevelstool.c:825 +msgid "Use _old levels file format" +msgstr "_Eski seviyelerin dosya biçimini kullan" -#: ../app/tools/gimpmagnifyoptions.c:201 +#: ../app/tools/gimpmagnifyoptions.c:167 msgid "Auto-resize window" -msgstr "Pencereyi otomatik boyutlandır" +msgstr "Otomatik yeniden boyutlandırma penceresi" -#: ../app/tools/gimpmagnifytool.c:95 -msgid "Magnify" -msgstr "Büyüteç" +#. tool toggle +#: ../app/tools/gimpmagnifyoptions.c:172 ../app/tools/gimpmoveoptions.c:188 +#, c-format +msgid "Tool Toggle (%s)" +msgstr "Araç Geçişi (%s)" -#: ../app/tools/gimpmagnifytool.c:96 -msgid "Zoom in & out" -msgstr "Yakınlaşma ve uzaklaşma" +#: ../app/tools/gimpmagnifytool.c:86 +msgid "Zoom" +msgstr "Yakınlaştır" -#: ../app/tools/gimpmagnifytool.c:97 -msgid "M_agnify" -msgstr "_Büyüteç" +#: ../app/tools/gimpmagnifytool.c:87 +msgid "Zoom Tool: Adjust the zoom level" +msgstr "Yakınlaştırma Aracı: Yakınlaştırma düzeyini ayarla" -#: ../app/tools/gimpmeasureoptions.c:154 +#: ../app/tools/gimpmagnifytool.c:88 +msgid "tool|_Zoom" +msgstr "_Yakınlaştır" + +#: ../app/tools/gimpmeasureoptions.c:124 msgid "Use info window" msgstr "Bilgi penceresini kullan" -#: ../app/tools/gimpmeasuretool.c:118 +#: ../app/tools/gimpmeasuretool.c:121 msgid "Measure" msgstr "Ölçüm" -#: ../app/tools/gimpmeasuretool.c:119 -msgid "Measure distances and angles" -msgstr "Açı ve uzunlukları ölç" +#: ../app/tools/gimpmeasuretool.c:122 +msgid "Measure Tool: Measure distances and angles" +msgstr "Ölçüm Aracı: Açıları ve uzaklıkları ölç" -#: ../app/tools/gimpmeasuretool.c:120 +#: ../app/tools/gimpmeasuretool.c:123 msgid "_Measure" msgstr "Ö_lçüm" -#: ../app/tools/gimpmeasuretool.c:266 +#: ../app/tools/gimpmeasuretool.c:241 msgid "Add Guides" msgstr "Kılavuz Ekle" -#. tool->gdisp->shell -#: ../app/tools/gimpmeasuretool.c:887 +#: ../app/tools/gimpmeasuretool.c:561 +msgid "Click to place vertical and horizontal guides" +msgstr "Dikey ve yatay kılavuzları yerleştirmek için tıklayın" + +#: ../app/tools/gimpmeasuretool.c:570 +msgid "Click to place a horizontal guide" +msgstr "Yatay bir kılavuz yerleştirmek için tıklayın" + +#: ../app/tools/gimpmeasuretool.c:584 +msgid "Click to place a vertical guide" +msgstr "Dikey bir kılavuz yerleştirmek için tıklayın" + +#: ../app/tools/gimpmeasuretool.c:598 +msgid "Click-Drag to add a new point" +msgstr "Yeni bir nokta eklemek için Sürükle'ye tıklayın" + +#: ../app/tools/gimpmeasuretool.c:628 +msgid "Click-Drag to move all points" +msgstr "Tüm noktaları taşımak için Sürükle'ye tıklayın" + +#. tool->display->shell +#: ../app/tools/gimpmeasuretool.c:989 msgid "Measure Distances and Angles" -msgstr "Açı ve Uzunlukları Ölç" +msgstr "Uzaklıkları ve Açıları Ölç" -#: ../app/tools/gimpmeasuretool.c:905 +#: ../app/tools/gimpmeasuretool.c:1009 msgid "Distance:" msgstr "Uzaklık:" -#: ../app/tools/gimpmoveoptions.c:169 -#, fuzzy +#: ../app/tools/gimpmoveoptions.c:140 msgid "Pick a layer or guide" -msgstr "Bir Katmanı/Kılavuzu Taşımak İçin Seç" +msgstr "Bir katman ya da kılavuz seçin" -#: ../app/tools/gimpmoveoptions.c:170 -#, fuzzy -msgid "Move the current layer" -msgstr "Geçerli Katmanı Taşı" +#: ../app/tools/gimpmoveoptions.c:141 +msgid "Move the active layer" +msgstr "Etkin katmanı taşı" -#: ../app/tools/gimpmoveoptions.c:174 -#, fuzzy +#: ../app/tools/gimpmoveoptions.c:145 msgid "Move selection" -msgstr "Seçimi Taşı" +msgstr "Seçimi taşı" -#: ../app/tools/gimpmoveoptions.c:178 -#, fuzzy +#: ../app/tools/gimpmoveoptions.c:149 msgid "Pick a path" -msgstr "Taşımak İçin Yol Seçin" +msgstr "Bir yol seç" + +#: ../app/tools/gimpmoveoptions.c:150 +msgid "Move the active path" +msgstr "Etkin yolu taşı" #: ../app/tools/gimpmoveoptions.c:179 -#, fuzzy -msgid "Move the current path" -msgstr "Geçerli Yolu Taşı" - -#: ../app/tools/gimpmovetool.c:117 -msgid "Move layers & selections" -msgstr "Katmanları & seçimleri taşı" +msgid "Move:" +msgstr "Taşı:" + +#: ../app/tools/gimpmovetool.c:127 +msgctxt "tool" +msgid "Move" +msgstr "Taşı" -#: ../app/tools/gimpmovetool.c:118 -#, fuzzy +#: ../app/tools/gimpmovetool.c:128 +msgid "Move Tool: Move layers, selections, and other objects" +msgstr "Taşıma Aracı: Katmanları, seçimleri ve diğer nesneleri taşı" + +#: ../app/tools/gimpmovetool.c:129 msgid "_Move" -msgstr "Taşı: " +msgstr "_Taşı" -#: ../app/tools/gimpmovetool.c:299 ../app/tools/gimpmovetool.c:577 +#: ../app/tools/gimpmovetool.c:276 ../app/tools/gimpmovetool.c:570 msgid "Move Guide: " msgstr "Kılavuzu Taşı: " -#: ../app/tools/gimpmovetool.c:571 +#: ../app/tools/gimpmovetool.c:564 msgid "Cancel Guide" -msgstr "İptal Et" +msgstr "Kılavuzdan Vazgeç" -#: ../app/tools/gimpmovetool.c:577 +#: ../app/tools/gimpmovetool.c:570 msgid "Add Guide: " msgstr "Kılavuz Ekle: " #: ../app/tools/gimppaintbrushtool.c:52 -msgid "Paint fuzzy brush strokes" -msgstr "Kötü fırça darbelerini boyama" +msgid "Paintbrush Tool: Paint smooth strokes using a brush" +msgstr "Boya Fırçası Aracı: Bir fırça kullaranak yumuşak vuruşlarla boya" #: ../app/tools/gimppaintbrushtool.c:53 msgid "_Paintbrush" msgstr "_Boya Fırçası" -#: ../app/tools/gimppaintoptions-gui.c:102 -#: ../app/tools/gimpselectionoptions.c:429 -#: ../app/widgets/gimpbrushselect.c:214 ../app/widgets/gimplayertreeview.c:295 +#: ../app/tools/gimppaintoptions-gui.c:112 +#: ../app/tools/gimpselectionoptions.c:211 +#: ../app/widgets/gimpbrushselect.c:191 ../app/widgets/gimplayertreeview.c:269 msgid "Mode:" msgstr "Kip:" -#: ../app/tools/gimppaintoptions-gui.c:108 -#: ../app/widgets/gimpbrushselect.c:201 ../app/widgets/gimplayertreeview.c:310 +#: ../app/tools/gimppaintoptions-gui.c:127 +#: ../app/tools/gimptransformoptions.c:348 +#: ../app/widgets/gimpbrushselect.c:178 ../app/widgets/gimplayertreeview.c:284 msgid "Opacity:" -msgstr "Saydamsızlık:" +msgstr "Işık Geçirmezlik:" -#: ../app/tools/gimppaintoptions-gui.c:125 +#: ../app/tools/gimppaintoptions-gui.c:137 msgid "Brush:" msgstr "Fırça:" -#: ../app/tools/gimppaintoptions-gui.c:134 -#: ../app/tools/gimppaintoptions-gui.c:406 -msgid "Gradient:" -msgstr "Gradyan:" - -#: ../app/tools/gimppaintoptions-gui.c:162 -msgid "Incremental" -msgstr "Artımlı" - -#: ../app/tools/gimppaintoptions-gui.c:176 -#, fuzzy -msgid "Hard edge" -msgstr "Sert Kenarlı" - -#: ../app/tools/gimppaintoptions-gui.c:217 -#, fuzzy -msgid "Pressure sensitivity" -msgstr "Basınç Duyarlılığı" +#: ../app/tools/gimppaintoptions-gui.c:142 +msgid "Scale:" +msgstr "Ölçek:" -#: ../app/tools/gimppaintoptions-gui.c:236 +#: ../app/tools/gimppaintoptions-gui.c:150 msgid "Opacity" -msgstr "Saydamsızlık" +msgstr "Işık Geçirmezlik" -#: ../app/tools/gimppaintoptions-gui.c:250 +#: ../app/tools/gimppaintoptions-gui.c:156 msgid "Hardness" msgstr "Sertlik" -#: ../app/tools/gimppaintoptions-gui.c:261 +#: ../app/tools/gimppaintoptions-gui.c:162 msgid "Rate" msgstr "Oran" -#: ../app/tools/gimppaintoptions-gui.c:276 -#: ../app/tools/gimppaintoptions-gui.c:285 +#: ../app/tools/gimppaintoptions-gui.c:168 ../app/tools/tools-enums.c:151 msgid "Size" msgstr "Boyut" -#: ../app/tools/gimppaintoptions-gui.c:324 +#: ../app/tools/gimppaintoptions-gui.c:186 +msgid "Brush Dynamics" +msgstr "Fırça Dinamikleri" + +#: ../app/tools/gimppaintoptions-gui.c:204 +msgid "Velocity:" +msgstr "Hızlılık:" + +#: ../app/tools/gimppaintoptions-gui.c:210 +msgid "Random:" +msgstr "Rastgele:" + +#: ../app/tools/gimppaintoptions-gui.c:264 +msgid "Incremental" +msgstr "Artımlı" + +#: ../app/tools/gimppaintoptions-gui.c:280 +msgid "Hard edge" +msgstr "Kalın kenar" + +#: ../app/tools/gimppaintoptions-gui.c:565 msgid "Fade out" msgstr "Soldurma Uygula" -#: ../app/tools/gimppaintoptions-gui.c:344 -#: ../app/tools/gimppaintoptions-gui.c:415 +#: ../app/tools/gimppaintoptions-gui.c:574 +#: ../app/tools/gimppaintoptions-gui.c:657 msgid "Length:" msgstr "Uzunluk:" -#: ../app/tools/gimppaintoptions-gui.c:379 -#, fuzzy +#: ../app/tools/gimppaintoptions-gui.c:601 +msgid "Apply Jitter" +msgstr "Kararsızlık Uygula" + +#: ../app/tools/gimppaintoptions-gui.c:606 +msgid "Amount:" +msgstr "Miktar:" + +#: ../app/tools/gimppaintoptions-gui.c:631 msgid "Use color from gradient" -msgstr "Gradyandaki Rengi Kullan" +msgstr "Renk geçişinden renk kullan" -#: ../app/tools/gimppainttool.c:714 -msgid "Press Shift to draw a straight line." -msgstr "" +#: ../app/tools/gimppainttool.c:136 +msgid "Click to paint" +msgstr "Boyamak için tıklayın" + +#: ../app/tools/gimppainttool.c:137 +msgid "Click to draw the line" +msgstr "Çizgi çekmek için tıklayın" + +#: ../app/tools/gimppainttool.c:138 +#, c-format +msgid "%s to pick a color" +msgstr "Bir renk seçmek için %s" + +#: ../app/tools/gimppainttool.c:662 +#, c-format +msgid "%s for a straight line" +msgstr "Düz bir çizgi için %s" #: ../app/tools/gimppenciltool.c:52 -msgid "Paint hard edged pixels" -msgstr "" +msgid "Pencil Tool: Hard edge painting using a brush" +msgstr "Kalem Aracı:" #: ../app/tools/gimppenciltool.c:53 msgid "Pe_ncil" msgstr "_Kalem" -#: ../app/tools/gimpperspectivetool.c:81 -msgid "Perspective" -msgstr "Perspektif" +#: ../app/tools/gimpperspectiveclonetool.c:127 +msgid "" +"Perspective Clone Tool: Clone from an image source after applying a " +"perspective transformation" +msgstr "" +"Perspektif Kopyalama Aracı: Bir perspektif dönüşümü uyguladıktan sonra bir " +"görüntü kaynağından kopyala" + +#: ../app/tools/gimpperspectiveclonetool.c:129 +msgid "_Perspective Clone" +msgstr "_Perspektif Kopyalama" -#: ../app/tools/gimpperspectivetool.c:82 -msgid "Change perspective of the layer or selection" -msgstr "Katman ya da seçimin perspektifini değiştir" +#: ../app/tools/gimpperspectiveclonetool.c:692 +msgid "Ctrl-Click to set a clone source" +msgstr "Bir kopya kaynağı ayarlamak için \"Ctrl\" ile tıklayın" -#: ../app/tools/gimpperspectivetool.c:83 +#: ../app/tools/gimpperspectivetool.c:70 +msgid "Perspective Tool: Change perspective of the layer, selection or path" +msgstr "Perspektif Aracı: Katmanın, seçimin ya da yolun perspektifini değiştir" + +#: ../app/tools/gimpperspectivetool.c:72 msgid "_Perspective" msgstr "_Perspektif" -#: ../app/tools/gimpperspectivetool.c:140 -msgid "Perspective Transform Information" -msgstr "Perspective Dönüşüm Bilgisi" - -#: ../app/tools/gimpperspectivetool.c:149 -msgid "Matrix:" -msgstr "Matris:" - -#: ../app/tools/gimpposterizetool.c:79 -#, fuzzy -msgid "Reduce image to a fixed number of colors" -msgstr "Resim renklerini sabit bir sayıya azaltma" +#: ../app/tools/gimpperspectivetool.c:99 +msgctxt "command" +msgid "Perspective" +msgstr "Perspektif" + +#: ../app/tools/gimpperspectivetool.c:100 +msgid "Perspective transformation" +msgstr "Perspektif Dönüşümü" + +#: ../app/tools/gimpperspectivetool.c:115 +msgid "Transformation Matrix" +msgstr "Dönüşüm Dizeyi" + +#: ../app/tools/gimpposterizetool.c:85 +msgid "Posterize Tool: Reduce to a limited set of colors" +msgstr "Posterleştirme Aracı: Sınırlı bir renk grubuna küçült" -#: ../app/tools/gimpposterizetool.c:80 +#: ../app/tools/gimpposterizetool.c:86 msgid "_Posterize..." msgstr "_Posterleştir.." -#: ../app/tools/gimpposterizetool.c:131 +#: ../app/tools/gimpposterizetool.c:103 msgid "Posterize (Reduce Number of Colors)" msgstr "Posterleştir (Renk Sayısını Azalt)" -#: ../app/tools/gimpposterizetool.c:173 +#: ../app/tools/gimpposterizetool.c:151 +#, c-format msgid "Posterize does not operate on indexed layers." -msgstr "Posterleştirme indisli katmanlarda çalışmaz." +msgstr "Posterleştirme sıralanmış katmanlarda çalışmaz." -#: ../app/tools/gimpposterizetool.c:223 +#: ../app/tools/gimpposterizetool.c:226 msgid "Posterize _levels:" -msgstr "Seviyeleri _posterleştir:" - -#: ../app/tools/gimprectangleoptions.c:114 -#, fuzzy -msgid "Highlight rectangle" -msgstr "Yüksektonlar" - -#: ../app/tools/gimprectangleoptions.c:119 -msgid "Fixed width" -msgstr "Sabit genişlik" - -#: ../app/tools/gimprectangleoptions.c:122 -#: ../app/tools/gimprectangleoptions.c:291 ../app/widgets/gimpgrideditor.c:263 -#: ../app/widgets/gimpgrideditor.c:295 -msgid "Width" -msgstr "Genişlik" +msgstr "Posterleştirme _düzeyleri:" -#: ../app/tools/gimprectangleoptions.c:127 -msgid "Fixed height" -msgstr "Sabit yükseklik" - -#: ../app/tools/gimprectangleoptions.c:130 -#: ../app/tools/gimprectangleoptions.c:301 ../app/widgets/gimpgrideditor.c:265 -#: ../app/widgets/gimpgrideditor.c:297 -msgid "Height" -msgstr "Yükseklik" +#: ../app/tools/gimprectangleoptions.c:112 +msgid "Use all visible layers when shrinking the selection" +msgstr "Seçimi küçültürken tüm görünür katmanları kullan" -#: ../app/tools/gimprectangleoptions.c:135 -msgid "Fixed aspect" -msgstr "Sabit görünüm oranı" - -#: ../app/tools/gimprectangleoptions.c:138 -#: ../app/tools/gimprectangleoptions.c:311 -msgid "Aspect" -msgstr "Görünüm Oranı" - -#: ../app/tools/gimprectangleoptions.c:143 -msgid "Fixed center" -msgstr "Sabit merkez" - -#: ../app/tools/gimprectangleoptions.c:146 -msgid "Center X" -msgstr "Merkez X" - -#: ../app/tools/gimprectangleoptions.c:150 -msgid "Center Y" -msgstr "Merkez Y" +#. Current, as in what is currently in use. +#: ../app/tools/gimprectangleoptions.c:729 +msgid "Current" +msgstr "Şimdiki" + +#: ../app/tools/gimprectangleoptions.c:807 +msgid "Expand from center" +msgstr "Merkezden genişlet" + +#: ../app/tools/gimprectangleoptions.c:830 +msgid "Fixed:" +msgstr "Değişmez:" + +#: ../app/tools/gimprectangleoptions.c:963 +msgid "Position:" +msgstr "Konum:" -#: ../app/tools/gimprectangleoptions.c:274 -#, fuzzy +#: ../app/tools/gimprectangleoptions.c:981 msgid "Highlight" -msgstr "Yüksektonlar" - -#: ../app/tools/gimprectangleoptions.c:286 -msgid "Fix" -msgstr "" +msgstr "Vurgulama" -#: ../app/tools/gimprectangleoptions.c:319 -msgid "Center" -msgstr "Ortalanmış" +#. Auto Shrink +#: ../app/tools/gimprectangleoptions.c:991 +msgid "Auto Shrink" +msgstr "Otomatik Küçült" + +#: ../app/tools/gimprectangleoptions.c:998 +msgid "Shrink merged" +msgstr "Birleştirip küçült" + +#: ../app/tools/gimprectangleselectoptions.c:164 +msgid "Rounded corners" +msgstr "Yuvarlatılmış köşeler" + +#: ../app/tools/gimprectangleselecttool.c:167 +msgid "Rectangle Select" +msgstr "Dikdörtgen Seçimi" + +#: ../app/tools/gimprectangleselecttool.c:168 +msgid "Rectangle Select Tool: Select a rectangular region" +msgstr "Dikdörtgen Seçim Aracı: Dikdörtgen bir bölge seçin" + +#: ../app/tools/gimprectangleselecttool.c:169 +msgid "_Rectangle Select" +msgstr "D_ikdörtgen Seçimi" -#: ../app/tools/gimprectangletool.c:805 ../app/tools/gimprectangletool.c:1178 +#: ../app/tools/gimprectangletool.c:1085 ../app/tools/gimprectangletool.c:1981 msgid "Rectangle: " -msgstr "Dikdörtgen:" +msgstr "Dikdörtgen: " -#: ../app/tools/gimprectangletool.c:1577 -msgid "1 " -msgstr "1 " +#: ../app/tools/gimpregionselectoptions.c:83 +msgid "Allow completely transparent regions to be selected" +msgstr "Tamamen saydam bölgelerin seçilebilmesine izin ver" -#: ../app/tools/gimprectangletool.c:1578 -msgid "2 " -msgstr "2 " +#: ../app/tools/gimpregionselectoptions.c:90 +msgid "Base region_select on all visible layers" +msgstr "Tüm görünür katmanlar üzerinde taban bölge _seçimi" -#: ../app/tools/gimprectangletool.c:1579 ../app/widgets/gimpcursorview.c:170 -#: ../app/widgets/gimpcursorview.c:192 -msgid "X" -msgstr "X" +#: ../app/tools/gimpregionselectoptions.c:202 +msgid "Select transparent areas" +msgstr "Saydam alanları seç" -#: ../app/tools/gimprectangletool.c:1580 ../app/widgets/gimpcursorview.c:176 -#: ../app/widgets/gimpcursorview.c:198 -msgid "Y" -msgstr "Y" +#: ../app/tools/gimpregionselectoptions.c:227 +msgid "Select by:" +msgstr "Seçme göreliği:" + +#: ../app/tools/gimpregionselecttool.c:162 +msgid "Move the mouse to change threshold" +msgstr "Eşiği değiştirmek için fareyi taşıyın" + +#: ../app/tools/gimprotatetool.c:90 +msgid "Rotate" +msgstr "Döndür" -#: ../app/tools/gimprectselecttool.c:96 -msgid "Select rectangular regions" -msgstr "Dörtgen seçimler yap" - -#: ../app/tools/gimprectselecttool.c:97 -#, fuzzy -msgid "_Rect Select" -msgstr "Dörtgen Seçim" - -#: ../app/tools/gimprectselecttool.c:394 -msgid "Selection: " -msgstr "Seçim:" - -#: ../app/tools/gimprotatetool.c:98 -msgid "Rotate the layer or selection" -msgstr "Katmanı ya da seçimi döndür" +#: ../app/tools/gimprotatetool.c:91 +msgid "Rotate Tool: Rotate the layer, selection or path" +msgstr "Döndürme Aracı: Katmanı, seçimi ya da yolu döndür" -#: ../app/tools/gimprotatetool.c:99 +#: ../app/tools/gimprotatetool.c:92 msgid "_Rotate" msgstr "_Döndür" -#: ../app/tools/gimprotatetool.c:158 -msgid "Rotation Information" -msgstr "Döndürme Bilgisi" - -#: ../app/tools/gimprotatetool.c:185 -msgid "Center X:" -msgstr "Merkez X:" - -#: ../app/tools/gimprotatetool.c:190 -msgid "Center Y:" -msgstr "Merkez Y:" +#: ../app/tools/gimprotatetool.c:188 +msgid "_Angle:" +msgstr "_Açı:" + +#: ../app/tools/gimprotatetool.c:204 +msgid "Center _X:" +msgstr "Merkez _X:" + +#: ../app/tools/gimprotatetool.c:213 +msgid "Center _Y:" +msgstr "Merkez _Y:" -#: ../app/tools/gimpscaletool.c:91 +#: ../app/tools/gimpscaletool.c:78 msgid "Scale" msgstr "Ölçeklendir" -#: ../app/tools/gimpscaletool.c:92 -msgid "Scale the layer or selection" -msgstr "Katman ya da seçimi ölçeklendir" +#: ../app/tools/gimpscaletool.c:79 +msgid "Scale Tool: Scale the layer, selection or path" +msgstr "Ölçeklendirme Aracı: Katmanı, seçimi ya da yolu ölçeklendir" -#: ../app/tools/gimpscaletool.c:93 +#: ../app/tools/gimpscaletool.c:80 msgid "_Scale" msgstr "Ö_lçeklendir" -#: ../app/tools/gimpscaletool.c:152 -msgid "Scaling information" -msgstr "Ölçekleme bilgisi" - -#: ../app/tools/gimpscaletool.c:163 -msgid "Original Width:" -msgstr "Orjinal Genişlik:" - -#: ../app/tools/gimpscaletool.c:170 -msgid "Current width:" -msgstr "Geçerli genişlik:" - -#: ../app/tools/gimpscaletool.c:174 -msgid "Current height:" -msgstr "Geçerli yükseklik:" - -#: ../app/tools/gimpscaletool.c:189 -msgid "Scale ratio X:" -msgstr "X ölçeklendirme oranı:" - -#: ../app/tools/gimpscaletool.c:192 -msgid "Scale ratio Y:" -msgstr "Y ölçeklendirme oranı:" - -#: ../app/tools/gimpscaletool.c:196 -msgid "Aspect Ratio:" -msgstr "Görüntü Oranı:" - -#: ../app/tools/gimpselectionoptions.c:136 -msgid "Smooth edges" -msgstr "Kenarları yumuşat" - -#: ../app/tools/gimpselectionoptions.c:150 -msgid "Allow completely transparent regions to be selected" -msgstr "" - -#: ../app/tools/gimpselectionoptions.c:156 -msgid "Base selection on all visible layers" -msgstr "" - -#: ../app/tools/gimpselectionoptions.c:171 -msgid "Use all visible layers when shrinking the selection" -msgstr "" +#: ../app/tools/gimpscaletool.c:106 +msgctxt "command" +msgid "Scale" +msgstr "Ölçeklendir" -#: ../app/tools/gimpselectionoptions.c:437 ../app/tools/gimptextoptions.c:458 +#: ../app/tools/gimpselectionoptions.c:258 ../app/tools/gimptextoptions.c:473 msgid "Antialiasing" -msgstr "Yazıtipi yumuşatma" +msgstr "Yumuşatma" -#: ../app/tools/gimpselectionoptions.c:455 +#: ../app/tools/gimpselectionoptions.c:273 msgid "Feather edges" msgstr "Kenarları yumuşat" -#: ../app/tools/gimpselectionoptions.c:481 -msgid "Show interactive boundary" -msgstr "Etkileşimli kenarları göster" - -#: ../app/tools/gimpselectionoptions.c:504 -msgid "Select transparent areas" -msgstr "Şeffaf alanları seç" - -#: ../app/tools/gimpselectionoptions.c:544 -msgid "Auto shrink selection" -msgstr "Seçimi otomatik küçült" +#: ../app/tools/gimpselectiontool.c:251 +msgid "Click-Drag to replace the current selection" +msgstr "Şimdiki seçimin yerine koymak için tıklayıp sürükleyin" #: ../app/tools/gimpselectiontool.c:259 -msgid "Move the selection mask" -msgstr "Seçim maskesini taşı" +msgid "Click-Drag to create a new selection" +msgstr "Yeni bir seçim oluşturmak için tıklayıp sürükleyin" -#: ../app/tools/gimpselectiontool.c:263 -msgid "Move the selected pixels" -msgstr "Seçili pikselleri taşı" - -#: ../app/tools/gimpselectiontool.c:267 -msgid "Move a copy of the selected pixels" -msgstr "Seçili piksellerin kopyasını hazırla" - -#: ../app/tools/gimpselectiontool.c:271 -#, fuzzy -msgid "Anchor the floating selection" -msgstr "Yüzen Seçimi Çıpala" +#: ../app/tools/gimpselectiontool.c:264 +msgid "Click-Drag to add to the current selection" +msgstr "Şimdiki seçime eklemek için tıklayıp sürükleyin" + +#: ../app/tools/gimpselectiontool.c:273 +msgid "Click-Drag to subtract from the current selection" +msgstr "Şimdiki seçimden çıkartmak için tıklayıp sürükleyin" + +#: ../app/tools/gimpselectiontool.c:282 +msgid "Click-Drag to intersect with the current selection" +msgstr "Şimdiki seçimle kesiştirmek için tıklayıp sürükleyin" + +#: ../app/tools/gimpselectiontool.c:292 +msgid "Click-Drag to move the selection mask" +msgstr "Seçim maskesini taşımak için tıklayıp sürükleyin" + +#: ../app/tools/gimpselectiontool.c:300 +msgid "Click-Drag to move the selected pixels" +msgstr "Seçilmiş benekleri taşımak için tıklayıp sürükleyin" + +#: ../app/tools/gimpselectiontool.c:304 +msgid "Click-Drag to move a copy of the selected pixels" +msgstr "Seçilmiş beneklerin bir kopyasını taşımak için tıklayıp sürükleyin" + +#: ../app/tools/gimpselectiontool.c:308 +msgid "Click to anchor the floating selection" +msgstr "Yüzen seçimi çapalamak için tıklayın" -#: ../app/tools/gimpsheartool.c:98 +#: ../app/tools/gimpsheartool.c:82 msgid "Shear" msgstr "Eğme" -#: ../app/tools/gimpsheartool.c:99 -msgid "Shear the layer or selection" -msgstr "Katmanı ya da seçimi eğ" +#: ../app/tools/gimpsheartool.c:83 +msgid "Shear Tool: Shear the layer, selection or path" +msgstr "Eğme Aracı: Katmanı, seçimi ya da yolu eğ" -#: ../app/tools/gimpsheartool.c:100 +#: ../app/tools/gimpsheartool.c:84 msgid "S_hear" msgstr "_Eğme" -#: ../app/tools/gimpsheartool.c:157 -msgid "Shearing Information" -msgstr "Eğme Bilgisi" - -#: ../app/tools/gimpsheartool.c:167 -msgid "Shear magnitude X:" -msgstr "X eğme genliği:" - -#: ../app/tools/gimpsheartool.c:174 -msgid "Shear magnitude Y:" -msgstr "Y eğme genliği:" +#: ../app/tools/gimpsheartool.c:110 +msgctxt "command" +msgid "Shear" +msgstr "Eğ" + +#: ../app/tools/gimpsheartool.c:134 +msgid "Shear magnitude _X:" +msgstr "_X eğme büyüklüğü:" + +#: ../app/tools/gimpsheartool.c:144 +msgid "Shear magnitude _Y:" +msgstr "_Y eğme büyüklüğü:" #: ../app/tools/gimpsmudgetool.c:54 -msgid "Smudge image" -msgstr "Resmi lekele" +msgid "Smudge Tool: Smudge selectively using a brush" +msgstr "Lekeleme Aracı: Bir fırça kullanıp seçerek lekeleyin" #: ../app/tools/gimpsmudgetool.c:55 msgid "_Smudge" msgstr "_Lekeleme" -#: ../app/tools/gimptextoptions.c:146 +#: ../app/tools/gimpsmudgetool.c:74 +msgid "Click to smudge" +msgstr "Lekelemek için tıklayın" + +#: ../app/tools/gimpsmudgetool.c:75 +msgid "Click to smudge the line" +msgstr "Çizgiyi lekelemek için tıklayın" + +#: ../app/tools/gimptextoptions.c:127 msgid "" "Hinting alters the font outline to produce a crisp bitmap at small sizes" msgstr "" +"Dokunma, yazıyüzü dış çizgisini, küçük boyutlu canlı bit eşlem oluşturmak " +"için değiştirir" -#: ../app/tools/gimptextoptions.c:153 +#: ../app/tools/gimptextoptions.c:134 msgid "" "If available, hints from the font are used but you may prefer to always use " "the automatic hinter" msgstr "" +"Eğer kullanılır ise, yazıyüzlerindeki ipuçları kullanılır ama otomatik ipucu " +"vericiyi kullanmayı tercih edebilirsiniz" -#: ../app/tools/gimptextoptions.c:178 +#: ../app/tools/gimptextoptions.c:159 msgid "Indentation of the first line" -msgstr "" +msgstr "İlk satırın girintili yazımı" -#: ../app/tools/gimptextoptions.c:183 -msgid "Modify line spacing" -msgstr "" +#: ../app/tools/gimptextoptions.c:165 +msgid "Adjust line spacing" +msgstr "Satır boşluğunu ayarla" -#: ../app/tools/gimptextoptions.c:188 -#, fuzzy -msgid "Modify letter spacing" -msgstr "Kılavu Çizgileri Arasındaki Boşluk" +#: ../app/tools/gimptextoptions.c:171 +msgid "Adjust letter spacing" +msgstr "Harf boşluğunu ayarla" -#: ../app/tools/gimptextoptions.c:430 +#: ../app/tools/gimptextoptions.c:445 msgid "Font:" -msgstr "Yazıtipi:" +msgstr "Yazıyüzü:" -#: ../app/tools/gimptextoptions.c:442 +#: ../app/tools/gimptextoptions.c:461 msgid "Hinting" -msgstr "" +msgstr "İpucu Verme" -#: ../app/tools/gimptextoptions.c:449 +#: ../app/tools/gimptextoptions.c:466 msgid "Force auto-hinter" -msgstr "" +msgstr "Otomatik ipucu vermeyi zorla" -#: ../app/tools/gimptextoptions.c:464 +#: ../app/tools/gimptextoptions.c:487 msgid "Text Color" msgstr "Metin Rengi" -#: ../app/tools/gimptextoptions.c:469 +#: ../app/tools/gimptextoptions.c:492 msgid "Color:" msgstr "Renk:" -#: ../app/tools/gimptextoptions.c:474 +#: ../app/tools/gimptextoptions.c:498 msgid "Justify:" -msgstr "Hizalama:" - -#: ../app/tools/gimptextoptions.c:480 -msgid "Indent:" -msgstr "Girinti:" - -#: ../app/tools/gimptextoptions.c:486 -msgid "" -"Line\n" -"spacing:" -msgstr "" -"Çizgi\n" -"aralığı:" - -#: ../app/tools/gimptextoptions.c:493 -#, fuzzy -msgid "" -"Letter\n" -"spacing:" -msgstr "" -"Çizgi\n" -"Aralığı:" +msgstr "Yaslama:" -#: ../app/tools/gimptextoptions.c:496 -msgid "Create path from text" -msgstr "Metinden yol oluştur" +#. Create a path from the current text +#: ../app/tools/gimptextoptions.c:520 +msgid "Path from Text" +msgstr "Metinden Yola" -#: ../app/tools/gimptextoptions.c:504 -msgid "Text along path" +#: ../app/tools/gimptextoptions.c:527 +msgid "Text along Path" msgstr "Yol boyunca metin" -#: ../app/tools/gimptexttool.c:147 -msgid "Add text to the image" -msgstr "Resme metin ekle" +#: ../app/tools/gimptexttool.c:162 +msgid "Text Tool: Create or edit text layers" +msgstr "Metin Aracı: Metin katmanları oluştur ya da düzenle" -#: ../app/tools/gimptexttool.c:148 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" msgstr "_Metin" -#: ../app/tools/gimptexttool.c:794 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "GIMP Metin Düzenleyici" -#: ../app/tools/gimptexttool.c:904 ../app/tools/gimptexttool.c:907 +#: ../app/tools/gimptexttool.c:1103 ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "Metin Düzenlemeyi Onayla" -#: ../app/tools/gimptexttool.c:934 +#: ../app/tools/gimptexttool.c:1110 +msgid "Create _New Layer" +msgstr "_Yeni Katman Oluştur" + +#: ../app/tools/gimptexttool.c:1134 msgid "" "The layer you selected is a text layer but it has been modified using other " "tools. Editing the layer with the text tool will discard these " @@ -9783,770 +11063,753 @@ "\n" "You can edit the layer or create a new text layer from its text attributes." msgstr "" +"Seçtiğiniz katman bir metin katmanı ama başka araçlar kullanılarak " +"değiştirilmiş. Katmanı bir metin aracı ile düzenlemek bu değişikliklerden " +"vazgeçilmesini sağlayacaktır.\n" +"\n" +"Katmanı düzenleyebilirsiniz ya da metin özniteliklerinden yeni bir metin " +"katmanı oluşturabilirsiniz." -#: ../app/tools/gimpthresholdtool.c:90 -msgid "Reduce image to two colors using a threshold" -msgstr "Bir alt sınır kullanarak resmi iki renge indir" +#: ../app/tools/gimptexttool.c:1356 +msgid "Reshape Text Layer" +msgstr "Metin Katmanını Yeniden Şekillendir" #: ../app/tools/gimpthresholdtool.c:91 -#, fuzzy +msgid "Threshold Tool: Reduce image to two colors using a threshold" +msgstr "Eşik Aracı: Bir eşik kullanarak görüntüyü iki renge düşürün" + +#: ../app/tools/gimpthresholdtool.c:92 msgid "_Threshold..." -msgstr "Alt Sınır" +msgstr "_Eşik..." -#: ../app/tools/gimpthresholdtool.c:145 +#: ../app/tools/gimpthresholdtool.c:109 msgid "Apply Threshold" -msgstr "Sınırı Uygula" +msgstr "Eşiği Uygula" + +#: ../app/tools/gimpthresholdtool.c:111 +msgid "Import Threshold Settings" +msgstr "Eşik Ayarlarını İçe Aktar" -#: ../app/tools/gimpthresholdtool.c:196 +#: ../app/tools/gimpthresholdtool.c:112 +msgid "Export Threshold Settings" +msgstr "Eşik Ayarlarını Dışa Aktar" + +#: ../app/tools/gimpthresholdtool.c:161 +#, c-format msgid "Threshold does not operate on indexed layers." -msgstr "Alt sınır işlemi indisli katmanlarda çalışamaz." +msgstr "Eşik işlemi sıralanmış katmanlarda çalışmaz." -#: ../app/tools/gimptransformoptions.c:328 -#, fuzzy -msgid "Transform Direction" -msgstr "Dönüştürme" +#: ../app/tools/gimpthresholdtool.c:266 +msgid "Automatically adjust to optimal binarization threshold" +msgstr "Otomatik olarak en uygun ikili eşiğe göre ayarla" + +#: ../app/tools/gimptransformoptions.c:273 +msgid "Transform:" +msgstr "Dönüştür:" + +#: ../app/tools/gimptransformoptions.c:282 +msgid "Direction" +msgstr "Yön" -#: ../app/tools/gimptransformoptions.c:337 +#. the interpolation menu +#: ../app/tools/gimptransformoptions.c:287 msgid "Interpolation:" msgstr "Aradeğerleme:" -#: ../app/tools/gimptransformoptions.c:347 -#, fuzzy -msgid "Supersampling" -msgstr "Boşluk" - -#. the clip resulting image toggle button -#: ../app/tools/gimptransformoptions.c:352 -#, fuzzy -msgid "Clip result" -msgstr "Sonucu Kes" +#: ../app/tools/gimptransformoptions.c:300 +msgid "Clipping:" +msgstr "Kırpma:" -#: ../app/tools/gimptransformoptions.c:366 -#, fuzzy +#: ../app/tools/gimptransformoptions.c:318 msgid "Preview:" -msgstr "Önizleme" +msgstr "Önizleme:" + +#: ../app/tools/gimptransformoptions.c:389 +#, c-format +msgid "15 degrees (%s)" +msgstr "15 derece (%s)" + +#: ../app/tools/gimptransformoptions.c:393 +#, c-format +msgid "Keep aspect (%s)" +msgstr "Görünüşü koru (%s)" + +#: ../app/tools/gimptransformtool.c:238 +msgid "Transforming" +msgstr "Dönüştürme" -#. the constraints frame -#: ../app/tools/gimptransformoptions.c:412 -msgid "Constraints" -msgstr "Kısıtlar" - -#: ../app/tools/gimptransformoptions.c:424 -#, fuzzy, c-format -msgid "15 degrees %s" -msgstr "15 Derece %s" - -#: ../app/tools/gimptransformoptions.c:444 -#, fuzzy, c-format -msgid "Keep height %s" -msgstr "Yüksekliği Koru %s" - -#: ../app/tools/gimptransformoptions.c:446 -#, fuzzy, c-format -msgid "Keep width %s" -msgstr "Genişliği Koru %s" - -#: ../app/tools/gimptransformoptions.c:448 -#, fuzzy, c-format -msgid "Keep aspect %s" -msgstr "Yüksekliği Koru %s" - -#: ../app/tools/gimptransformtool.c:255 -msgid "Transforming..." -msgstr "Dönüştürülüyor..." +#: ../app/tools/gimptransformtool.c:1165 +msgid "There is no layer to transform." +msgstr "Dönüştürmek için hiçbir katman yok." + +#: ../app/tools/gimptransformtool.c:1176 +msgid "There is no path to transform." +msgstr "Dönüştürülecek hiçbir yol yok." -#: ../app/tools/gimpvectoroptions.c:111 +#: ../app/tools/gimpvectoroptions.c:77 msgid "Restrict editing to polygons" -msgstr "" +msgstr "Düzenlemeyi çokgenlerle kısıtla" -#: ../app/tools/gimpvectoroptions.c:175 +#: ../app/tools/gimpvectoroptions.c:156 msgid "Edit Mode" msgstr "Düzenleme Kipi" -#: ../app/tools/gimpvectoroptions.c:180 +#: ../app/tools/gimpvectoroptions.c:174 msgid "Polygonal" -msgstr "Poligonal" +msgstr "Çok Köşeli" -#: ../app/tools/gimpvectoroptions.c:184 -#, fuzzy, c-format +#: ../app/tools/gimpvectoroptions.c:178 +#, c-format msgid "" "Path to Selection\n" "%s Add\n" "%s Subtract\n" "%s Intersect" msgstr "" -"Kanaldan Seçime\n" -" Ekle Çıkar Kesiştir" - -#: ../app/tools/gimpvectoroptions.c:194 -#, fuzzy -msgid "Create selection from path" -msgstr "Yoldan Seçim Oluştur" - -#: ../app/tools/gimpvectoroptions.c:205 -#, fuzzy -msgid "Stroke path" -msgstr "Yolu Darbele" +"Seçimden Yola\n" +"%s Ekle\n" +"%s Çıkar\n" +"%s Kesiştir" + +#. Create a selection from the current path +#: ../app/tools/gimpvectoroptions.c:189 +msgid "Selection from Path" +msgstr "Yoldan Seçim" + +#: ../app/tools/gimpvectortool.c:161 +msgid "Paths Tool: Create and edit paths" +msgstr "Yol Aracı: Yol oluştur ve düzenle" + +#: ../app/tools/gimpvectortool.c:162 +msgid "Pat_hs" +msgstr "Y_ollar" -#: ../app/tools/gimpvectortool.c:155 -msgid "Create and edit paths" -msgstr "Yolları oluştur ve düzenle" - -#: ../app/tools/gimpvectortool.c:358 +#: ../app/tools/gimpvectortool.c:322 msgid "Add Stroke" msgstr "Darbe Ekle" -#: ../app/tools/gimpvectortool.c:376 +#: ../app/tools/gimpvectortool.c:345 msgid "Add Anchor" msgstr "Çıpa Ekle" -#: ../app/tools/gimpvectortool.c:399 +#: ../app/tools/gimpvectortool.c:370 msgid "Insert Anchor" msgstr "Çıpayı Araya Ekle" -#: ../app/tools/gimpvectortool.c:428 +#: ../app/tools/gimpvectortool.c:400 msgid "Drag Handle" -msgstr "" +msgstr "Tanıtıcıyı Sürükle" -#: ../app/tools/gimpvectortool.c:457 +#: ../app/tools/gimpvectortool.c:429 msgid "Drag Anchor" msgstr "Çıpayı Sürükle" -#: ../app/tools/gimpvectortool.c:474 +#: ../app/tools/gimpvectortool.c:446 msgid "Drag Anchors" msgstr "Çıpaları Sürükle" -#: ../app/tools/gimpvectortool.c:494 +#: ../app/tools/gimpvectortool.c:468 msgid "Drag Curve" msgstr "Eğriyi Sürükle" -#: ../app/tools/gimpvectortool.c:522 +#: ../app/tools/gimpvectortool.c:496 msgid "Connect Strokes" -msgstr "" +msgstr "Vuruşları Bağla" -#: ../app/tools/gimpvectortool.c:552 +#: ../app/tools/gimpvectortool.c:527 msgid "Drag Path" msgstr "Yolu Sürükle" -#: ../app/tools/gimpvectortool.c:562 +#: ../app/tools/gimpvectortool.c:537 msgid "Convert Edge" msgstr "Kenarları Dönüştür" -#: ../app/tools/gimpvectortool.c:592 +#: ../app/tools/gimpvectortool.c:567 msgid "Delete Anchor" msgstr "Çıpayı Sil" -#: ../app/tools/gimpvectortool.c:614 +#: ../app/tools/gimpvectortool.c:589 msgid "Delete Segment" -msgstr "Segmenti Sil" +msgstr "Kesimi Sil" -#: ../app/tools/gimpvectortool.c:826 +#: ../app/tools/gimpvectortool.c:807 msgid "Move Anchors" msgstr "Çıpaları Taşı" -#: ../app/tools/gimpvectortool.c:1192 -#, fuzzy -msgid "Click to pick path to edit." -msgstr "Yeni resimler için kullanılacak yorum" - -#: ../app/tools/gimpvectortool.c:1195 -#, fuzzy -msgid "Click to create a new path." -msgstr "Yeni resimler için kullanılacak yorum" - -#: ../app/tools/gimpvectortool.c:1198 -#, fuzzy -msgid "Click to create a new component of the path." -msgstr "Yol için yeni bir isim belirle" - -#: ../app/tools/gimpvectortool.c:1201 -#, fuzzy -msgid "Click to create a new anchor. (try SHIFT)" -msgstr "Yeni resimler için kullanılacak yorum" +#: ../app/tools/gimpvectortool.c:1167 +msgid "Click to pick path to edit" +msgstr "Yolu seçip düzenlemek için tıklayın" + +#: ../app/tools/gimpvectortool.c:1171 +msgid "Click to create a new path" +msgstr "Yeni yol oluşturmak için tıklayın" + +#: ../app/tools/gimpvectortool.c:1175 +msgid "Click to create a new component of the path" +msgstr "Yolun yeni bir bileşenini oluşturmak için tıklayın" + +#: ../app/tools/gimpvectortool.c:1179 +msgid "Click or Click-Drag to create a new anchor" +msgstr "Yeni bir çıpa oluşturmak için tıklayın ya da tıklayıp sürükleyin" + +#: ../app/tools/gimpvectortool.c:1189 ../app/tools/gimpvectortool.c:1196 +msgid "Click-Drag to move the anchor around" +msgstr "Çıpayı etrafında taşımak için tıklayıp sürükleyin" + +#: ../app/tools/gimpvectortool.c:1200 ../app/tools/gimpvectortool.c:1213 +msgid "Click-Drag to move the anchors around" +msgstr "Çıpaları etraflarında taşımak için tıklayıp sürükleyin" #: ../app/tools/gimpvectortool.c:1204 -msgid "Click-Drag to move the anchor around." -msgstr "" +msgid "Click-Drag to move the handle around" +msgstr "Tanıtıcıyı etrafında döndürmek için tıklayıp sürükleyin" -#: ../app/tools/gimpvectortool.c:1207 ../app/tools/gimpvectortool.c:1214 -msgid "Click-Drag to move the anchors around." -msgstr "" - -#: ../app/tools/gimpvectortool.c:1210 -msgid "Click-Drag to move the handle around. (try SHIFT)" -msgstr "" +#: ../app/tools/gimpvectortool.c:1218 +msgid "Click-Drag to change the shape of the curve" +msgstr "Eğrinin şeklini değiştirmek için tıklayıp sürükleyin" -#: ../app/tools/gimpvectortool.c:1216 -msgid "Click-Drag to change the shape of the curve. (SHIFT: symmetrical)" -msgstr "" +#: ../app/tools/gimpvectortool.c:1221 +#, c-format +msgid "%s: symmetrical" +msgstr "%s: simetrik" -#: ../app/tools/gimpvectortool.c:1220 -msgid "Click-Drag to move the component around. (try SHIFT)" -msgstr "" +#: ../app/tools/gimpvectortool.c:1226 +msgid "Click-Drag to move the component around" +msgstr "Bileşeni etrafında taşımak için tıklayıp sürükleyin" -#: ../app/tools/gimpvectortool.c:1224 -msgid "Click-Drag to move the path around." -msgstr "" +#: ../app/tools/gimpvectortool.c:1234 +msgid "Click-Drag to move the path around" +msgstr "Yolu etrafında taşımak için tıklayıp sürükleyin" -#: ../app/tools/gimpvectortool.c:1227 -#, fuzzy -msgid "Click to insert an anchor on the path. (try SHIFT)" -msgstr "Yol için yeni bir isim belirle" +#: ../app/tools/gimpvectortool.c:1238 +msgid "Click-Drag to insert an anchor on the path" +msgstr "Yol üzerine bir çıpa eklemek için tıklayıp sürükleyin" -#: ../app/tools/gimpvectortool.c:1230 -msgid "Click to delete this anchor." -msgstr "" +#: ../app/tools/gimpvectortool.c:1246 +msgid "Click to delete this anchor" +msgstr "Bu çıpayı silmek için tıklayın" -#: ../app/tools/gimpvectortool.c:1233 -msgid "Click to connect this anchor with the selected endpoint." -msgstr "" +#: ../app/tools/gimpvectortool.c:1250 +msgid "Click to connect this anchor with the selected endpoint" +msgstr "Bu çıpa ile seçilmiş bitim noktasını bağlamak için tıklayın" -#: ../app/tools/gimpvectortool.c:1237 -msgid "Click to open up the path." -msgstr "" +#: ../app/tools/gimpvectortool.c:1255 +msgid "Click to open up the path" +msgstr "Yolu açmak için tıklayın" -#: ../app/tools/gimpvectortool.c:1240 -msgid "Click to make this node angular." -msgstr "" +#: ../app/tools/gimpvectortool.c:1259 +msgid "Click to make this node angular" +msgstr "Bu düğümü köşeli yapmak için tıklayın" -#: ../app/tools/gimpvectortool.c:1740 -#, fuzzy +#: ../app/tools/gimpvectortool.c:1766 msgid "Delete Anchors" -msgstr "Çıpayı Sil" +msgstr "Çıpaları Sil" -#: ../app/tools/gimpvectortool.c:1907 -#, fuzzy +#: ../app/tools/gimpvectortool.c:1939 msgid "There is no active layer or channel to stroke to" -msgstr "" -"Aktif katmanın seçime dönüştürülebilecek\n" -"alfa kanalı yok." +msgstr "Vuruş yapılacak etkin bir katman ya da kanal yok" + +#: ../app/tools/tools-enums.c:58 +msgid "No guides" +msgstr "Kılavuz yok" + +#: ../app/tools/tools-enums.c:59 +msgid "Center lines" +msgstr "Orta çizgiler" + +#: ../app/tools/tools-enums.c:60 +msgid "Rule of thirds" +msgstr "Üçlü Kuralı" -#: ../app/vectors/gimpvectors.c:229 +#: ../app/tools/tools-enums.c:61 +msgid "Golden sections" +msgstr "Altın bölümler" + +#: ../app/tools/tools-enums.c:148 +msgid "Aspect ratio" +msgstr "En boy oranı" + +#: ../app/tools/tools-enums.c:149 ../app/widgets/gimpgrideditor.c:265 +#: ../app/widgets/gimpgrideditor.c:297 +msgid "Width" +msgstr "Genişlik" + +#: ../app/tools/tools-enums.c:150 ../app/widgets/gimpgrideditor.c:267 +#: ../app/widgets/gimpgrideditor.c:299 +msgid "Height" +msgstr "Yükseklik" + +#: ../app/tools/tools-enums.c:179 +msgid "Free select" +msgstr "Serbest seçim" + +#: ../app/tools/tools-enums.c:180 +msgid "Fixed size" +msgstr "Değişmez boyut" + +#: ../app/tools/tools-enums.c:181 +msgid "Fixed aspect ratio" +msgstr "Değişmez en boy oranı" + +#: ../app/tools/tools-enums.c:211 ../app/vectors/gimpvectors.c:192 msgid "Path" msgstr "Yol" -#: ../app/vectors/gimpvectors.c:230 +#: ../app/tools/tools-enums.c:240 +msgid "Outline" +msgstr "Çerçeve" + +#: ../app/tools/tools-enums.c:243 +msgid "Image + Grid" +msgstr "Görüntü + Izgara" + +#: ../app/tools/tools-enums.c:270 +msgid "Number of grid lines" +msgstr "Izgara çizgilerinin sayısı" + +#: ../app/tools/tools-enums.c:271 +msgid "Grid line spacing" +msgstr "Izgara çizgisi boşluğu" + +#: ../app/tools/tools-enums.c:299 +msgid "Design" +msgstr "Tasarım" + +#: ../app/tools/tools-enums.c:301 +msgid "Move" +msgstr "Taşı" + +#: ../app/vectors/gimpvectors.c:193 msgid "Rename Path" msgstr "Yolu Yeniden Adlandır" -#: ../app/vectors/gimpvectors.c:231 ../app/vectors/gimpvectors.c:358 +#: ../app/vectors/gimpvectors.c:194 ../app/vectors/gimpvectors.c:316 msgid "Move Path" msgstr "Yolu Taşı" -#: ../app/vectors/gimpvectors.c:232 +#: ../app/vectors/gimpvectors.c:195 msgid "Scale Path" msgstr "Yolu Ölçeklendir" -#: ../app/vectors/gimpvectors.c:233 +#: ../app/vectors/gimpvectors.c:196 msgid "Resize Path" -msgstr "Yolu Boyutlandır" +msgstr "Yolu Yeniden Boyutlandır" -#: ../app/vectors/gimpvectors.c:234 ../app/vectors/gimpvectors.c:452 +#: ../app/vectors/gimpvectors.c:197 ../app/vectors/gimpvectors.c:415 msgid "Flip Path" msgstr "Yolu Çevir" -#: ../app/vectors/gimpvectors.c:235 ../app/vectors/gimpvectors.c:483 +#: ../app/vectors/gimpvectors.c:198 ../app/vectors/gimpvectors.c:446 msgid "Rotate Path" msgstr "Yolu Döndür" -#: ../app/vectors/gimpvectors.c:236 ../app/vectors/gimpvectors.c:514 +#: ../app/vectors/gimpvectors.c:199 ../app/vectors/gimpvectors.c:476 msgid "Transform Path" msgstr "Yolu Dönüştür" -#: ../app/vectors/gimpvectors.c:542 -msgid "Cannot stroke empty path." -msgstr "" +#: ../app/vectors/gimpvectors-export.c:96 +#, c-format +msgid "Error while writing '%s': %s" +msgstr "'%s' yazılırken hata: %s" -#: ../app/vectors/gimpvectors-import.c:287 +#: ../app/vectors/gimpvectors-import.c:296 msgid "Import Paths" -msgstr "Yolları Al" +msgstr "Yolları İçe Aktar" -#: ../app/vectors/gimpvectors-import.c:298 +#: ../app/vectors/gimpvectors-import.c:307 msgid "Imported Path" -msgstr "" +msgstr "İçe Aktarılmış Yol" -#: ../app/vectors/gimpvectors-import.c:324 +#: ../app/vectors/gimpvectors-import.c:336 #, c-format msgid "No paths found in '%s'" msgstr "%s içinde yol bulunamadı" -#: ../app/vectors/gimpvectors-import.c:327 +#: ../app/vectors/gimpvectors-import.c:339 +#, c-format msgid "No paths found in the buffer" -msgstr "Tamponda yol bulunamadı" +msgstr "Arabellekte yol bulunamadı" -#: ../app/vectors/gimpvectors-import.c:337 +#: ../app/vectors/gimpvectors-import.c:349 #, c-format msgid "Failed to import paths from '%s': %s" -msgstr "%s dosyasından yol okunurken hata: %s" +msgstr "'%s' dosyasından yolları içe aktarma başarısız oldu: %s" + +#: ../app/widgets/gimpactioneditor.c:71 +msgid "_Search:" +msgstr "_Ara:" -#: ../app/widgets/gimpactiongroup.c:803 +#: ../app/widgets/gimpactiongroup.c:802 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: ../app/widgets/gimpactionview.c:331 -#: ../app/widgets/gimpcontrollereditor.c:399 +#: ../app/widgets/gimpactionview.c:346 +#: ../app/widgets/gimpcontrollereditor.c:348 msgid "Action" msgstr "Eylem" -#: ../app/widgets/gimpactionview.c:360 +#: ../app/widgets/gimpactionview.c:375 msgid "Shortcut" msgstr "Kısayol" -#: ../app/widgets/gimpactionview.c:382 +#: ../app/widgets/gimpactionview.c:401 msgid "Name" -msgstr "İsim" +msgstr "Ad" -#: ../app/widgets/gimpactionview.c:512 ../app/widgets/gimpactionview.c:694 +#: ../app/widgets/gimpactionview.c:641 ../app/widgets/gimpactionview.c:846 msgid "Changing shortcut failed." -msgstr "" +msgstr "Kısayol değişimi başarısız oldu." -#: ../app/widgets/gimpactionview.c:552 +#: ../app/widgets/gimpactionview.c:683 msgid "Conflicting Shortcuts" -msgstr "" +msgstr "Çelişen Kısayollar" -#: ../app/widgets/gimpactionview.c:558 +#: ../app/widgets/gimpactionview.c:689 msgid "_Reassign shortcut" -msgstr "" +msgstr "Kısayolu Yeniden A_ta" -#: ../app/widgets/gimpactionview.c:569 +#: ../app/widgets/gimpactionview.c:704 #, c-format msgid "Shortcut \"%s\" is already taken by \"%s\" from the \"%s\" group." msgstr "" +"\"%s\" kısayolu zaten \"%s\" tarafından \"%s\" grubundan alınmış durumda." -#: ../app/widgets/gimpactionview.c:573 +#: ../app/widgets/gimpactionview.c:708 #, c-format msgid "Reassigning the shortcut will cause it to be removed from \"%s\"." -msgstr "" +msgstr "Kısayolu yeniden atamak \"%s\" üzerinden kaldırılmasına neden olacak." -#: ../app/widgets/gimpactionview.c:630 -msgid "Removing shortcut failed." -msgstr "" - -#: ../app/widgets/gimpactionview.c:635 +#: ../app/widgets/gimpactionview.c:781 msgid "Invalid shortcut." -msgstr "" +msgstr "Geçersiz kısayol." -#: ../app/widgets/gimpbrusheditor.c:168 -#, fuzzy +#: ../app/widgets/gimpactionview.c:870 +msgid "Removing shortcut failed." +msgstr "Kısayolu kaldırma başarısız oldu." + +#: ../app/widgets/gimpbrusheditor.c:169 msgid "Spikes:" -msgstr "Büyüklük:" +msgstr "Artışlar:" -#: ../app/widgets/gimpbrusheditor.c:181 +#: ../app/widgets/gimpbrusheditor.c:182 msgid "Hardness:" msgstr "Sertlik:" -#: ../app/widgets/gimpbrusheditor.c:220 -#: ../app/widgets/gimpbrushfactoryview.c:114 +#: ../app/widgets/gimpbrusheditor.c:195 +msgid "Aspect ratio:" +msgstr "En boy oranı:" + +#: ../app/widgets/gimpbrusheditor.c:221 +#: ../app/widgets/gimpbrushfactoryview.c:82 msgid "Spacing:" msgstr "Boşluk:" -#: ../app/widgets/gimpbrusheditor.c:223 -#: ../app/widgets/gimpbrushfactoryview.c:117 +#: ../app/widgets/gimpbrusheditor.c:224 +#: ../app/widgets/gimpbrushfactoryview.c:85 msgid "Percentage of width of brush" -msgstr "" +msgstr "Fırça genişliğinin yüzdesi" -#: ../app/widgets/gimpbufferview.c:166 ../app/widgets/gimpbufferview.c:247 -#: ../app/widgets/gimpeditor.c:758 +#: ../app/widgets/gimpbufferview.c:173 ../app/widgets/gimpbufferview.c:257 +#: ../app/widgets/gimpeditor.c:754 msgid "(None)" msgstr "(Hiçbiri)" -#: ../app/widgets/gimpcellrendereraccel.c:234 -#: ../app/widgets/gimpcellrendereraccel.c:459 -msgid "Type a new accelerator, or press Backspace to clear" -msgstr "" - -#: ../app/widgets/gimpcellrendereraccel.c:462 -msgid "Type a new accelerator" -msgstr "" - -#: ../app/widgets/gimpchanneltreeview.c:171 +#: ../app/widgets/gimpchanneltreeview.c:119 msgid "Reorder Channel" msgstr "Kanalı Yeniden Düzenle" -#: ../app/widgets/gimpchanneltreeview.c:378 -#, fuzzy +#: ../app/widgets/gimpchanneltreeview.c:321 msgid "Empty Channel" -msgstr "Boş Kanal Kopyası" - -#: ../app/widgets/gimpclipboard.c:258 -msgid "Clipboard" -msgstr "" +msgstr "Kanalı Boşalt" -#: ../app/widgets/gimpcolordialog.c:175 +#: ../app/widgets/gimpcolordialog.c:150 msgid "Add the current color to the color history" -msgstr "" +msgstr "Renk geçmişine şimdiki rengi ekle" -#: ../app/widgets/gimpcolordisplayeditor.c:180 +#: ../app/widgets/gimpcolordisplayeditor.c:152 msgid "Available Filters" -msgstr "Mevcut Filtreler" - -#: ../app/widgets/gimpcolordisplayeditor.c:207 -#, fuzzy -msgid "Add the selected filter to the list of active filters." -msgstr "Seçili girişi dizinden çıkar" - -#: ../app/widgets/gimpcolordisplayeditor.c:224 -#: ../app/widgets/gimpcontrollerlist.c:298 -#, fuzzy -msgid "Remove the selected filter from the list of active filters." -msgstr "Seçili girişi dizinden çıkar" +msgstr "Kullanılabilir Süzgeçler" -#: ../app/widgets/gimpcolordisplayeditor.c:238 -#, fuzzy +#: ../app/widgets/gimpcolordisplayeditor.c:213 msgid "Move the selected filter up" -msgstr "Seçili girişi dizinden çıkar" +msgstr "Seçilmiş süzgeci yükselt" -#: ../app/widgets/gimpcolordisplayeditor.c:247 -#, fuzzy +#: ../app/widgets/gimpcolordisplayeditor.c:222 msgid "Move the selected filter down" -msgstr "Katmanları & seçimleri taşı" +msgstr "Seçilmiş süzgeci indir" -#: ../app/widgets/gimpcolordisplayeditor.c:292 +#: ../app/widgets/gimpcolordisplayeditor.c:268 msgid "Active Filters" -msgstr "Etkin Filtreler" +msgstr "Etkin Süzgeçler" -#: ../app/widgets/gimpcolordisplayeditor.c:333 +#: ../app/widgets/gimpcolordisplayeditor.c:319 msgid "Reset the selected filter to default values" -msgstr "Seçili filtreleri öntanımlı değerlerine geri al" +msgstr "Seçili süzgeçleri öntanımlı değerlerine geri al" + +#: ../app/widgets/gimpcolordisplayeditor.c:493 +#, c-format +msgid "Add '%s' to the list of active filters" +msgstr "Etkin süzgeçler listesine '%s' ekle" + +#: ../app/widgets/gimpcolordisplayeditor.c:530 +#, c-format +msgid "Remove '%s' from the list of active filters" +msgstr "Etkin süzgeçler listesinden '%s' kaldır" -#: ../app/widgets/gimpcolordisplayeditor.c:560 -#, fuzzy +#: ../app/widgets/gimpcolordisplayeditor.c:561 msgid "No filter selected" -msgstr "Filtre Seçilmedi" +msgstr "Seçilmiş süzgeç yok" -#: ../app/widgets/gimpcoloreditor.c:280 -msgid "Hexadecimal color notation as used in HTML and CSS" +#: ../app/widgets/gimpcoloreditor.c:263 +msgid "" +"Hexadecimal color notation as used in HTML and CSS. This entry also accepts " +"CSS color names." msgstr "" +"HTML ve CSS içinde kullanılıan onaltılı renk gösterimi. Bu giriş ayrıca CSS " +"renk adlarını da kabul eder." -#: ../app/widgets/gimpcolorframe.c:446 +#: ../app/widgets/gimpcolorframe.c:501 msgid "Index:" -msgstr "Sıra:" +msgstr "İçerik:" -#: ../app/widgets/gimpcolorframe.c:450 ../app/widgets/gimpcolorframe.c:471 +#: ../app/widgets/gimpcolorframe.c:514 ../app/widgets/gimpcolorframe.c:540 msgid "Red:" msgstr "Kırmızı:" -#: ../app/widgets/gimpcolorframe.c:451 ../app/widgets/gimpcolorframe.c:472 +#: ../app/widgets/gimpcolorframe.c:515 ../app/widgets/gimpcolorframe.c:541 msgid "Green:" msgstr "Yeşil:" -#: ../app/widgets/gimpcolorframe.c:452 ../app/widgets/gimpcolorframe.c:473 +#: ../app/widgets/gimpcolorframe.c:516 ../app/widgets/gimpcolorframe.c:542 msgid "Blue:" msgstr "Mavi:" -#: ../app/widgets/gimpcolorframe.c:462 ../app/widgets/gimpcolorframe.c:493 +#: ../app/widgets/gimpcolorframe.c:529 ../app/widgets/gimpcolorframe.c:562 msgid "Value:" msgstr "Değer:" -#: ../app/widgets/gimpcolorframe.c:481 +#: ../app/widgets/gimpcolorframe.c:553 msgid "Hex:" msgstr "Onaltılı:" -#: ../app/widgets/gimpcolorframe.c:491 -#, fuzzy +#: ../app/widgets/gimpcolorframe.c:560 msgid "Hue:" -msgstr "Renk:" +msgstr "Renk Özü:" -#: ../app/widgets/gimpcolorframe.c:492 +#: ../app/widgets/gimpcolorframe.c:561 msgid "Sat.:" msgstr "Doyg.:" -#: ../app/widgets/gimpcolorframe.c:509 +#: ../app/widgets/gimpcolorframe.c:579 msgid "Cyan:" msgstr "Turkuaz:" -#: ../app/widgets/gimpcolorframe.c:510 +#: ../app/widgets/gimpcolorframe.c:580 msgid "Magenta:" -msgstr "Magenta:" +msgstr "Macenta:" -#: ../app/widgets/gimpcolorframe.c:511 +#: ../app/widgets/gimpcolorframe.c:581 msgid "Yellow:" msgstr "Sarı:" -#: ../app/widgets/gimpcolorframe.c:512 +#: ../app/widgets/gimpcolorframe.c:582 msgid "Black:" msgstr "Siyah:" -#: ../app/widgets/gimpcolorframe.c:526 +#: ../app/widgets/gimpcolorframe.c:602 msgid "Alpha:" -msgstr "Alfa:" +msgstr "Görünür:" -#: ../app/widgets/gimpcolorframe.c:544 ../app/widgets/gimpcursorview.c:167 -#: ../app/widgets/gimpcursorview.c:173 ../app/widgets/gimpcursorview.c:189 -#: ../app/widgets/gimpcursorview.c:195 ../app/widgets/gimpcursorview.c:458 -#: ../app/widgets/gimpcursorview.c:459 ../app/widgets/gimpcursorview.c:460 -#: ../app/widgets/gimpcursorview.c:461 +#: ../app/widgets/gimpcolorframe.c:623 ../app/widgets/gimpcursorview.c:134 +#: ../app/widgets/gimpcursorview.c:140 ../app/widgets/gimpcursorview.c:156 +#: ../app/widgets/gimpcursorview.c:162 ../app/widgets/gimpcursorview.c:444 +#: ../app/widgets/gimpcursorview.c:445 ../app/widgets/gimpcursorview.c:446 +#: ../app/widgets/gimpcursorview.c:447 msgid "n/a" -msgstr "" +msgstr "mevcut değil" -#: ../app/widgets/gimpcolormapeditor.c:246 +#: ../app/widgets/gimpcolormapeditor.c:225 msgid "Color index:" -msgstr "Renk indisi:" +msgstr "Renk içeriği:" -#: ../app/widgets/gimpcolormapeditor.c:256 +#: ../app/widgets/gimpcolormapeditor.c:235 msgid "HTML notation:" msgstr "HTML gösterim:" -#: ../app/widgets/gimpcontainerpopup.c:502 +#: ../app/widgets/gimpcolormapeditor.c:492 +msgid "Only indexed images have a colormap." +msgstr "Sadece sıralanmış görüntülerin bir renk haritası olabilir." + +#: ../app/widgets/gimpcolorselectorpalette.c:59 +msgid "Palette" +msgstr "Palet" + +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "Daha Küçük Önizlemeler" -#: ../app/widgets/gimpcontainerpopup.c:507 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "Daha Büyük Önizlemeler" -#: ../app/widgets/gimpcontrollereditor.c:216 -msgid "Dump events from this controller" -msgstr "" - -#: ../app/widgets/gimpcontrollereditor.c:221 -msgid "Enable this controller" -msgstr "Bu denetleyiciyi etkinleştir" +#: ../app/widgets/gimpcontrollereditor.c:202 +msgid "_Dump events from this controller" +msgstr "Bu denetleyiciden olayların _dökümünü al" + +#: ../app/widgets/gimpcontrollereditor.c:207 +msgid "_Enable this controller" +msgstr "Bu denetleyiciyi _etkinleştir" -#: ../app/widgets/gimpcontrollereditor.c:242 +#: ../app/widgets/gimpcontrollereditor.c:228 msgid "Name:" -msgstr "İsim:" +msgstr "Ad:" + +#: ../app/widgets/gimpcontrollereditor.c:234 +msgid "State:" +msgstr "Durum:" -#: ../app/widgets/gimpcontrollereditor.c:393 +#: ../app/widgets/gimpcontrollereditor.c:342 msgid "Event" msgstr "Olay" -#: ../app/widgets/gimpcontrollereditor.c:418 -msgid "_Grab Event" +#: ../app/widgets/gimpcontrollereditor.c:367 +msgid "_Grab event" msgstr "_Olayı Yakala" -#: ../app/widgets/gimpcontrollereditor.c:428 +#: ../app/widgets/gimpcontrollereditor.c:377 msgid "Select the next event arriving from the controller" -msgstr "" +msgstr "Denetleyiciden gelen sonraki olayı seç" -#: ../app/widgets/gimpcontrollereditor.c:441 -msgid "Assign an action to the selected event" -msgstr "" +#: ../app/widgets/gimpcontrollereditor.c:535 +#, c-format +msgid "Remove the action assigned to '%s'" +msgstr "'%s' olayına atanan eylemi kaldır" -#: ../app/widgets/gimpcontrollereditor.c:453 -#, fuzzy -msgid "Remove the action from the selected event" -msgstr "Seçili girdiyi sil" +#: ../app/widgets/gimpcontrollereditor.c:540 +#, c-format +msgid "Assign an action to '%s'" +msgstr "'%s' olayına bir eylem ata" -#: ../app/widgets/gimpcontrollereditor.c:685 -#: ../app/widgets/gimpcontrollereditor.c:688 -msgid "Select Controller Event Action" -msgstr "" +#: ../app/widgets/gimpcontrollereditor.c:661 +#, c-format +msgid "Select Action for Event '%s'" +msgstr "'%s' Olayı için Eylem Seç" -#: ../app/widgets/gimpcontrollerkeyboard.c:69 -#, fuzzy -msgid "Cursor Up (Shift + Control + Alt)" -msgstr "Yukarı Kaydır (Shift + Control + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:72 -#, fuzzy -msgid "Cursor Up (Control + Alt)" -msgstr "Yukarı Kaydır (Control + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:75 -#, fuzzy -msgid "Cursor Up (Shift + Alt)" -msgstr "Yukarı Kaydır (Shift + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:78 -#, fuzzy -msgid "Cursor Up (Shift + Control)" -msgstr "Yukarı Kaydır (Shift + Control)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:81 -#, fuzzy -msgid "Cursor Up (Alt)" -msgstr "Yukarı Kaydır (Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:84 -#, fuzzy -msgid "Cursor Up (Control)" -msgstr "Yukarı Kaydır (Control)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:87 -#, fuzzy -msgid "Cursor Up (Shift)" -msgstr "Yukarı Kaydır (Shift)" +#: ../app/widgets/gimpcontrollereditor.c:666 +msgid "Select Controller Event Action" +msgstr "Denetleyici Olayı Eylemi Seç" -#: ../app/widgets/gimpcontrollerkeyboard.c:90 -#, fuzzy +#: ../app/widgets/gimpcontrollerkeyboard.c:70 +#: ../app/widgets/gimpcontrollerkeyboard.c:73 +#: ../app/widgets/gimpcontrollerkeyboard.c:76 +#: ../app/widgets/gimpcontrollerkeyboard.c:79 +#: ../app/widgets/gimpcontrollerkeyboard.c:82 +#: ../app/widgets/gimpcontrollerkeyboard.c:85 +#: ../app/widgets/gimpcontrollerkeyboard.c:88 +#: ../app/widgets/gimpcontrollerkeyboard.c:91 msgid "Cursor Up" -msgstr "Eğriler" +msgstr "Üst İmleç" -#: ../app/widgets/gimpcontrollerkeyboard.c:94 -#, fuzzy -msgid "Cursor Down (Shift + Control + Alt)" -msgstr "Yukarı Kaydır (Shift + Control + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:97 -#, fuzzy -msgid "Cursor Down (Control + Alt)" -msgstr "Yukarı Kaydır (Shift + Control + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:100 -#, fuzzy -msgid "Cursor Down (Shift + Alt)" -msgstr "Yukarı Kaydır (Shift + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:103 -#, fuzzy -msgid "Cursor Down (Shift + Control)" -msgstr "Yukarı Kaydır (Shift + Control + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:106 -msgid "Cursor Down (Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerkeyboard.c:109 -#, fuzzy -msgid "Cursor Down (Control)" -msgstr "Yukarı Kaydır (Control)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:112 -#, fuzzy -msgid "Cursor Down (Shift)" -msgstr "Yukarı Kaydır (Shift)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:115 -#, fuzzy +#: ../app/widgets/gimpcontrollerkeyboard.c:95 +#: ../app/widgets/gimpcontrollerkeyboard.c:98 +#: ../app/widgets/gimpcontrollerkeyboard.c:101 +#: ../app/widgets/gimpcontrollerkeyboard.c:104 +#: ../app/widgets/gimpcontrollerkeyboard.c:107 +#: ../app/widgets/gimpcontrollerkeyboard.c:110 +#: ../app/widgets/gimpcontrollerkeyboard.c:113 +#: ../app/widgets/gimpcontrollerkeyboard.c:116 msgid "Cursor Down" -msgstr "Eğriler" +msgstr "Alt İmleç" -#: ../app/widgets/gimpcontrollerkeyboard.c:119 -#, fuzzy -msgid "Cursor Left (Shift + Control + Alt)" -msgstr "Yukarı Kaydır (Shift + Control + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:122 -#, fuzzy -msgid "Cursor Left (Control + Alt)" -msgstr "Yukarı Kaydır (Control + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:125 -#, fuzzy -msgid "Cursor Left (Shift + Alt)" -msgstr "Yukarı Kaydır (Shift + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:128 -#, fuzzy -msgid "Cursor Left (Shift + Control)" -msgstr "Yukarı Kaydır (Shift + Control)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:131 -msgid "Cursor Left (Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerkeyboard.c:134 -#, fuzzy -msgid "Cursor Left (Control)" -msgstr "Sağa Kaydır (Control)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:137 -#, fuzzy -msgid "Cursor Left (Shift)" -msgstr "Sağa Kaydır (Shift)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:140 -#, fuzzy +#: ../app/widgets/gimpcontrollerkeyboard.c:120 +#: ../app/widgets/gimpcontrollerkeyboard.c:123 +#: ../app/widgets/gimpcontrollerkeyboard.c:126 +#: ../app/widgets/gimpcontrollerkeyboard.c:129 +#: ../app/widgets/gimpcontrollerkeyboard.c:132 +#: ../app/widgets/gimpcontrollerkeyboard.c:135 +#: ../app/widgets/gimpcontrollerkeyboard.c:138 +#: ../app/widgets/gimpcontrollerkeyboard.c:141 msgid "Cursor Left" -msgstr "Eğriler" +msgstr "Sol İmleç" -#: ../app/widgets/gimpcontrollerkeyboard.c:144 -#, fuzzy -msgid "Cursor Right (Shift + Control + Alt)" -msgstr "Yukarı Kaydır (Shift + Control + Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:147 -#, fuzzy -msgid "Cursor Right (Control + Alt)" -msgstr "Sağa Kaydır (Control)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:150 -#, fuzzy -msgid "Cursor Right (Shift + Alt)" -msgstr "Sağa Kaydır (Shift)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:153 -#, fuzzy -msgid "Cursor Right (Shift + Control)" -msgstr "Yukarı Kaydır (Shift + Control)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:156 -#, fuzzy -msgid "Cursor Right (Alt)" -msgstr "Sağa Kaydır (Alt)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:159 -#, fuzzy -msgid "Cursor Right (Control)" -msgstr "Sağa Kaydır (Control)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:162 -#, fuzzy -msgid "Cursor Right (Shift)" -msgstr "Sağa Kaydır (Shift)" - -#: ../app/widgets/gimpcontrollerkeyboard.c:165 -#, fuzzy +#: ../app/widgets/gimpcontrollerkeyboard.c:145 +#: ../app/widgets/gimpcontrollerkeyboard.c:148 +#: ../app/widgets/gimpcontrollerkeyboard.c:151 +#: ../app/widgets/gimpcontrollerkeyboard.c:154 +#: ../app/widgets/gimpcontrollerkeyboard.c:157 +#: ../app/widgets/gimpcontrollerkeyboard.c:160 +#: ../app/widgets/gimpcontrollerkeyboard.c:163 +#: ../app/widgets/gimpcontrollerkeyboard.c:166 msgid "Cursor Right" -msgstr "Sağa Kaydır" +msgstr "Sağ İmleç" -#: ../app/widgets/gimpcontrollerkeyboard.c:207 +#: ../app/widgets/gimpcontrollerkeyboard.c:178 msgid "Keyboard" msgstr "Klavye" -#: ../app/widgets/gimpcontrollerkeyboard.c:230 +#: ../app/widgets/gimpcontrollerkeyboard.c:222 msgid "Keyboard Events" msgstr "Klavye Olayları" -#: ../app/widgets/gimpcontrollerkeyboard.c:231 -#: ../app/widgets/gimpcontrollerwheel.c:230 +#: ../app/widgets/gimpcontrollerkeyboard.c:223 +#: ../app/widgets/gimpcontrollerwheel.c:225 msgid "Ready" msgstr "Hazır" -#: ../app/widgets/gimpcontrollerlist.c:213 +#: ../app/widgets/gimpcontrollerlist.c:182 msgid "Available Controllers" msgstr "Mevcut Denetleyiciler" -#: ../app/widgets/gimpcontrollerlist.c:278 -#, fuzzy -msgid "Create a controller of the selected type." -msgstr "Seçili girişi dizinden çıkar" - -#: ../app/widgets/gimpcontrollerlist.c:313 +#: ../app/widgets/gimpcontrollerlist.c:274 msgid "Active Controllers" msgstr "Etkin Denetleyiciler" -#: ../app/widgets/gimpcontrollerlist.c:329 +#: ../app/widgets/gimpcontrollerlist.c:290 msgid "Configure the selected controller" msgstr "Seçili denetleyiciyi yapılandır" -#: ../app/widgets/gimpcontrollerlist.c:337 +#: ../app/widgets/gimpcontrollerlist.c:298 msgid "Move the selected controller up" msgstr "Seçili denetleyiciyi yukarı taşı" -#: ../app/widgets/gimpcontrollerlist.c:345 +#: ../app/widgets/gimpcontrollerlist.c:306 msgid "Move the selected controller down" msgstr "Seçili denetleyiciyi aşağı taşı" -#: ../app/widgets/gimpcontrollerlist.c:517 +#: ../app/widgets/gimpcontrollerlist.c:430 +#, c-format +msgid "Add '%s' to the list of active controllers" +msgstr "Etkin denetleyiciler listesine '%s' ekle" + +#: ../app/widgets/gimpcontrollerlist.c:481 +#, c-format +msgid "Remove '%s' from the list of active controllers" +msgstr "Etkin denetleyiciler listesinden '%s' kaldır" + +#: ../app/widgets/gimpcontrollerlist.c:514 msgid "" "There can only be one active keyboard controller.\n" "\n" "You already have a keyboard controller in your list of active controllers." msgstr "" +"Etkin sadece bir klavye denetleyicisi olabilir.\n" +"\n" +"Etkin denetleyiciler listenizde zaten bir klavye denetleyiciniz var." -#: ../app/widgets/gimpcontrollerlist.c:525 +#: ../app/widgets/gimpcontrollerlist.c:524 msgid "" "There can only be one active wheel controller.\n" "\n" "You already have a wheel controller in your list of active controllers." msgstr "" +"Etkin sadece bir teker denetleyicisi olabilir.\n" +"\n" +"Etkin denetleyiciler listenizde zaten bir teker denetleyiciniz var." #: ../app/widgets/gimpcontrollerlist.c:551 msgid "Remove Controller?" -msgstr "Denetleyiciyi Sil?" +msgstr "Denetleyiciyi Kaldır?" #: ../app/widgets/gimpcontrollerlist.c:556 msgid "Disable Controller" @@ -10554,14 +11817,15 @@ #: ../app/widgets/gimpcontrollerlist.c:558 msgid "Remove Controller" -msgstr "Denetleyiciyi Sil" +msgstr "Denetleyiciyi Kaldır" #: ../app/widgets/gimpcontrollerlist.c:569 #, c-format msgid "Remove Controller '%s'?" -msgstr "%s Denetleyicisini Sil?" +msgstr "%s Denetleyicisini Kaldır?" #: ../app/widgets/gimpcontrollerlist.c:573 +#, c-format msgid "" "Removing this controller from the list of active controllers will " "permanently delete all event mappings you have configured.\n" @@ -10569,926 +11833,953 @@ "Selecting \"Disable Controller\" will disable the controller without " "removing it." msgstr "" +"Bu denetleyicinin etkin denetleyiciler listesinden silinmesi, " +"yapılandırdığınız olay eşlemlerinin tümünü kalıcı olarak silecektir.\n" +"\n" +"\"Denetleyiciyi Kapat\" seçimini yapmak denetleyicinin kaldırmadan " +"kapatılmasını sağlar." -#: ../app/widgets/gimpcontrollerlist.c:634 -#, fuzzy -msgid "Configure Controller" -msgstr "Renk Görünüm Filtreleri" - -#: ../app/widgets/gimpcontrollerlist.c:637 +#: ../app/widgets/gimpcontrollerlist.c:633 msgid "Configure Input Controller" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:68 -msgid "Scroll Up (Shift + Control + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:71 -msgid "Scroll Up (Control + Alt)" -msgstr "Yukarı Kaydır (Control + Alt)" - -#: ../app/widgets/gimpcontrollerwheel.c:74 -msgid "Scroll Up (Shift + Alt)" -msgstr "Yukarı Kaydır (Shift + Alt)" - -#: ../app/widgets/gimpcontrollerwheel.c:77 -msgid "Scroll Up (Shift + Control)" -msgstr "Yukarı Kaydır (Shift + Control)" - -#: ../app/widgets/gimpcontrollerwheel.c:80 -msgid "Scroll Up (Alt)" -msgstr "Yukarı Kaydır (Alt)" - -#: ../app/widgets/gimpcontrollerwheel.c:83 -msgid "Scroll Up (Control)" -msgstr "Yukarı Kaydır (Control)" - -#: ../app/widgets/gimpcontrollerwheel.c:86 -msgid "Scroll Up (Shift)" -msgstr "Yukarı Kaydır (Shift)" +msgstr "Girdi Denetleyicisini Yapılandır" -#: ../app/widgets/gimpcontrollerwheel.c:89 +#: ../app/widgets/gimpcontrollerwheel.c:72 +#: ../app/widgets/gimpcontrollerwheel.c:75 +#: ../app/widgets/gimpcontrollerwheel.c:78 +#: ../app/widgets/gimpcontrollerwheel.c:81 +#: ../app/widgets/gimpcontrollerwheel.c:84 +#: ../app/widgets/gimpcontrollerwheel.c:87 +#: ../app/widgets/gimpcontrollerwheel.c:90 +#: ../app/widgets/gimpcontrollerwheel.c:93 msgid "Scroll Up" msgstr "Yukarı Kaydır" -#: ../app/widgets/gimpcontrollerwheel.c:93 -msgid "Scroll Down (Shift + Control + Alt)" -msgstr "Yukarı Kaydır (Shift + Control + Alt)" - -#: ../app/widgets/gimpcontrollerwheel.c:96 -msgid "Scroll Down (Control + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:99 -msgid "Scroll Down (Shift + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:102 -msgid "Scroll Down (Shift + Control)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:105 -msgid "Scroll Down (Alt)" -msgstr "Aşağı Kaydır (Alt)" - -#: ../app/widgets/gimpcontrollerwheel.c:108 -msgid "Scroll Down (Control)" -msgstr "Aşağı Kaydır (Control)" - -#: ../app/widgets/gimpcontrollerwheel.c:111 -msgid "Scroll Down (Shift)" -msgstr "Aşağı Kaydır (Shift)" - -#: ../app/widgets/gimpcontrollerwheel.c:114 +#: ../app/widgets/gimpcontrollerwheel.c:97 +#: ../app/widgets/gimpcontrollerwheel.c:100 +#: ../app/widgets/gimpcontrollerwheel.c:103 +#: ../app/widgets/gimpcontrollerwheel.c:106 +#: ../app/widgets/gimpcontrollerwheel.c:109 +#: ../app/widgets/gimpcontrollerwheel.c:112 +#: ../app/widgets/gimpcontrollerwheel.c:115 +#: ../app/widgets/gimpcontrollerwheel.c:118 msgid "Scroll Down" msgstr "Aşağı Kaydır" -#: ../app/widgets/gimpcontrollerwheel.c:118 -msgid "Scroll Left (Shift + Control + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:121 -msgid "Scroll Left (Control + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:124 -msgid "Scroll Left (Shift + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:127 -msgid "Scroll Left (Shift + Control)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:130 -msgid "Scroll Left (Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:133 -msgid "Scroll Left (Control)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:136 -msgid "Scroll Left (Shift)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:139 -msgid "Scroll Left" -msgstr "" - +#: ../app/widgets/gimpcontrollerwheel.c:122 +#: ../app/widgets/gimpcontrollerwheel.c:125 +#: ../app/widgets/gimpcontrollerwheel.c:128 +#: ../app/widgets/gimpcontrollerwheel.c:131 +#: ../app/widgets/gimpcontrollerwheel.c:134 +#: ../app/widgets/gimpcontrollerwheel.c:137 +#: ../app/widgets/gimpcontrollerwheel.c:140 #: ../app/widgets/gimpcontrollerwheel.c:143 -msgid "Scroll Right (Shift + Control + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:146 -msgid "Scroll Right (Control + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:149 -msgid "Scroll Right (Shift + Alt)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:152 -msgid "Scroll Right (Shift + Control)" -msgstr "" - -#: ../app/widgets/gimpcontrollerwheel.c:155 -msgid "Scroll Right (Alt)" -msgstr "Sağa Kaydır (Alt)" - -#: ../app/widgets/gimpcontrollerwheel.c:158 -msgid "Scroll Right (Control)" -msgstr "Sağa Kaydır (Control)" - -#: ../app/widgets/gimpcontrollerwheel.c:161 -msgid "Scroll Right (Shift)" -msgstr "Sağa Kaydır (Shift)" +msgid "Scroll Left" +msgstr "Sola Kaydır" -#: ../app/widgets/gimpcontrollerwheel.c:164 +#: ../app/widgets/gimpcontrollerwheel.c:147 +#: ../app/widgets/gimpcontrollerwheel.c:150 +#: ../app/widgets/gimpcontrollerwheel.c:153 +#: ../app/widgets/gimpcontrollerwheel.c:156 +#: ../app/widgets/gimpcontrollerwheel.c:159 +#: ../app/widgets/gimpcontrollerwheel.c:162 +#: ../app/widgets/gimpcontrollerwheel.c:165 +#: ../app/widgets/gimpcontrollerwheel.c:168 msgid "Scroll Right" msgstr "Sağa Kaydır" -#: ../app/widgets/gimpcontrollerwheel.c:206 +#: ../app/widgets/gimpcontrollerwheel.c:180 msgid "Mouse Wheel" -msgstr "Fare Tekerleği" +msgstr "Fare Tekeri" -#: ../app/widgets/gimpcontrollerwheel.c:229 +#: ../app/widgets/gimpcontrollerwheel.c:224 msgid "Mouse Wheel Events" -msgstr "Fare Tekerleği Olayları" +msgstr "Fare Tekeri Olayları" + +#: ../app/widgets/gimpcursorview.c:137 ../app/widgets/gimpcursorview.c:159 +msgid "X" +msgstr "X" + +#: ../app/widgets/gimpcursorview.c:143 ../app/widgets/gimpcursorview.c:165 +msgid "Y" +msgstr "Y" -#: ../app/widgets/gimpdataeditor.c:214 +#: ../app/widgets/gimpcursorview.c:146 +msgid "Units" +msgstr "Birim" + +#: ../app/widgets/gimpdataeditor.c:220 msgid "Save" msgstr "Kaydet" -#: ../app/widgets/gimpdataeditor.c:222 +#: ../app/widgets/gimpdataeditor.c:228 msgid "Revert" -msgstr "Geri al" +msgstr "Dön" -#: ../app/widgets/gimpdataeditor.c:354 +#: ../app/widgets/gimpdataeditor.c:444 #, c-format msgid "%s (read only)" -msgstr "" +msgstr "%s (sadece oku)" -#: ../app/widgets/gimpdevicestatus.c:281 +#: ../app/widgets/gimpdevicestatus.c:138 msgid "Save device status" msgstr "Aygıt durumunu kaydet" -#: ../app/widgets/gimpdevicestatus.c:385 +#: ../app/widgets/gimpdevicestatus.c:448 #, c-format msgid "Foreground: %d, %d, %d" -msgstr "Önplan: %d, %d, %d" +msgstr "Önalan: %d, %d, %d" -#: ../app/widgets/gimpdevicestatus.c:390 +#: ../app/widgets/gimpdevicestatus.c:453 #, c-format msgid "Background: %d, %d, %d" -msgstr "Arkaplan: %d, %d, %d" +msgstr "Artalan: %d, %d, %d" -#: ../app/widgets/gimpdnd-xds.c:174 +#: ../app/widgets/gimpdnd-xds.c:190 msgid "The given filename does not have any known file extension." -msgstr "" +msgstr "Verilen dosya adı bilinen hiçbir dosya uzantısına sahip değil." -#: ../app/widgets/gimpdock.c:342 ../app/widgets/gimpdock.c:358 -msgid "Close all tabs?" -msgstr "Tüm sekmeler kapatılsın mı?" +#: ../app/widgets/gimpdnd-xds.c:208 +msgid "File Exists" +msgstr "Dosya Mevcut" -#: ../app/widgets/gimpdock.c:348 -msgid "Close all Tabs" -msgstr "Tüm Sekmeleri Kapat" +#: ../app/widgets/gimpdnd-xds.c:213 +msgid "_Replace" +msgstr "_Yerine Koy" -#: ../app/widgets/gimpdock.c:360 +#: ../app/widgets/gimpdnd-xds.c:224 #, c-format -msgid "" -"This window has %d tabs open. Closing the window will also close all its " -"tabs." -msgstr "" -"Bu pencerede %d sekme bulunuyor. Pencereyi kapatırsanız tüm sekmeler de " -"kapatılacaktır." +msgid "A file named '%s' already exists." +msgstr "'%s' adında bir dosya zaten mevcut." -#: ../app/widgets/gimpdock.c:695 -msgid "You can drop dockable dialogs here." -msgstr "" +#: ../app/widgets/gimpdnd-xds.c:229 +msgid "Do you want to replace it with the image you are saving?" +msgstr "Varolan görüntüyü kaydettiğinizle değiştirmek istiyor musunuz?" -#: ../app/widgets/gimpdockable.c:195 +#: ../app/widgets/gimpdockable.c:194 msgid "Configure this tab" msgstr "Bu sekmeyi yapılandır" -#: ../app/widgets/gimperrorconsole.c:235 ../app/widgets/gimperrordialog.c:252 -#, c-format -msgid "%s Message" -msgstr "%s Mesajı" +#: ../app/widgets/gimpdockseparator.c:44 +msgid "You can drop dockable dialogs here" +msgstr "Rıhtımlanabilir kutuları buraya bırakabilirsiniz" -#: ../app/widgets/gimperrordialog.c:229 +#: ../app/widgets/gimperrordialog.c:151 msgid "Too many error messages!" -msgstr "Çok fazla hata mesajı!" +msgstr "Çok fazla hata iletisi!" -#: ../app/widgets/gimperrordialog.c:230 -#, fuzzy +#: ../app/widgets/gimperrordialog.c:152 msgid "Messages are redirected to stderr." -msgstr "Mesaj bir kez tekrarlandı" +msgstr "İletiler stderr'e yönlendirilmiş." + +#: ../app/widgets/gimperrordialog.c:171 +#, c-format +msgid "%s Message" +msgstr "%s İletisi" -#: ../app/widgets/gimpfiledialog.c:324 +#: ../app/widgets/gimpfiledialog.c:310 msgid "Automatically Detected" -msgstr "Otomatik Tanıma" +msgstr "Otomatik Belirle" -#: ../app/widgets/gimpfiledialog.c:333 +#: ../app/widgets/gimpfiledialog.c:320 msgid "By Extension" msgstr "Uzantıya Göre" -#: ../app/widgets/gimpfiledialog.c:469 -msgid "File exists" -msgstr "Dosya zaten var" - -#: ../app/widgets/gimpfiledialog.c:474 -msgid "_Replace" -msgstr "_Yerine Koy" - -#: ../app/widgets/gimpfiledialog.c:485 -#, c-format -msgid "A file named '%s' already exists." -msgstr "" - -#: ../app/widgets/gimpfiledialog.c:490 -msgid "Do you want to replace it with the image you are saving?" -msgstr "" - -#: ../app/widgets/gimpfiledialog.c:550 -#, fuzzy -msgid "All Files" -msgstr "Mevcut Filtreler" - -#: ../app/widgets/gimpfiledialog.c:555 -#, fuzzy -msgid "All Images" -msgstr "Resimler" +#: ../app/widgets/gimpfiledialog.c:652 +msgid "All files" +msgstr "Tüm dosyalar" + +#: ../app/widgets/gimpfiledialog.c:657 +msgid "All images" +msgstr "Tüm görüntüler" -#: ../app/widgets/gimpfiledialog.c:694 +#: ../app/widgets/gimpfiledialog.c:786 #, c-format msgid "Select File _Type (%s)" msgstr "_Dosya Türünü Seç (%s)" -#: ../app/widgets/gimpfileprocview.c:234 +#: ../app/widgets/gimpfileprocview.c:187 msgid "File Type" msgstr "Dosya Türü" -#: ../app/widgets/gimpfileprocview.c:253 +#: ../app/widgets/gimpfileprocview.c:199 msgid "Extensions" msgstr "Uzantılar" -#: ../app/widgets/gimpgradienteditor.c:399 +#. Instant update toggle +#: ../app/widgets/gimpgradienteditor.c:414 msgid "Instant update" -msgstr "Anında tazeleme" +msgstr "Anında güncelle" -#: ../app/widgets/gimpgradienteditor.c:746 +#: ../app/widgets/gimpgradienteditor.c:775 #, c-format msgid "Zoom factor: %d:1" -msgstr "Odaklama oranı: %d: 1" +msgstr "Yakınlaştırma etmeni: %d:1" -#: ../app/widgets/gimpgradienteditor.c:749 +#: ../app/widgets/gimpgradienteditor.c:778 #, c-format -msgid "Displaying [%0.6f, %0.6f]" -msgstr "Gösterilen [%0.6f, %0.6f]" +msgid "Displaying [%0.4f, %0.4f]" +msgstr "Görüntüleme [%0.4f, %0.4f]" -#: ../app/widgets/gimpgradienteditor.c:944 +#: ../app/widgets/gimpgradienteditor.c:997 #, c-format -msgid "Position: %0.6f" -msgstr "Konum: %0.6f" +msgid "Position: %0.4f" +msgstr "Konum: %0.4f" -#: ../app/widgets/gimpgradienteditor.c:946 +#: ../app/widgets/gimpgradienteditor.c:998 #, c-format msgid "RGB (%0.3f, %0.3f, %0.3f)" msgstr "RGB (%0.3f, %0.3f, %0.3f)" -#: ../app/widgets/gimpgradienteditor.c:949 +#: ../app/widgets/gimpgradienteditor.c:1000 #, c-format -msgid "HSV (%0.3f, %0.3f, %0.3f)" -msgstr "HSV (%0.3f, %0.3f, %0.3f)" +msgid "HSV (%0.1f, %0.1f, %0.1f)" +msgstr "HSV (%0.1f, %0.1f, %0.1f)" -#: ../app/widgets/gimpgradienteditor.c:951 -#, fuzzy, c-format -msgid "Intensity: %0.3f Opacity: %0.3f" -msgstr "RGB (%0.3f, %0.3f, %0.3f) Opaklık: %0.3f" +#: ../app/widgets/gimpgradienteditor.c:1002 +#, c-format +msgid "Luminance: %0.1f Opacity: %0.1f" +msgstr "Parlaklık: %0.1f Işık Geçirmezlik: %0.1f" -#: ../app/widgets/gimpgradienteditor.c:984 -#: ../app/widgets/gimpgradienteditor.c:1019 +#: ../app/widgets/gimpgradienteditor.c:1033 #, c-format msgid "RGB (%d, %d, %d)" msgstr "RGB (%d, %d, %d)" -#: ../app/widgets/gimpgradienteditor.c:992 +#: ../app/widgets/gimpgradienteditor.c:1044 msgid "Foreground color set to:" -msgstr "Önplan rengi değiştirildi:" - -#: ../app/widgets/gimpgradienteditor.c:1024 -#, c-format -msgid "(%0.3f, %0.3f, %0.3f)" -msgstr "(%0.3f, %0.3f, %0.3f)" +msgstr "Önalan rengi değiştirildi:" -#: ../app/widgets/gimpgradienteditor.c:1028 +#: ../app/widgets/gimpgradienteditor.c:1051 msgid "Background color set to:" -msgstr "Arkaplan rengi değiştirildi:" +msgstr "Artalan rengi değiştirildi:" -#: ../app/widgets/gimpgradienteditor.c:1231 -#: ../app/widgets/gimpgradienteditor.c:1297 +#: ../app/widgets/gimpgradienteditor.c:1285 +#: ../app/widgets/gimpgradienteditor.c:1351 #, c-format msgid "%s%sDrag: move & compress" -msgstr "" +msgstr "%s%sSürükle: taşı ve sıkıştır" -#: ../app/widgets/gimpgradienteditor.c:1237 +#: ../app/widgets/gimpgradienteditor.c:1291 msgid "Drag: move" msgstr "Sürükle: taşı" -#: ../app/widgets/gimpgradienteditor.c:1244 -#: ../app/widgets/gimpgradienteditor.c:1258 -#: ../app/widgets/gimpgradienteditor.c:1272 -#: ../app/widgets/gimpgradienteditor.c:1294 -#, fuzzy, c-format +#: ../app/widgets/gimpgradienteditor.c:1298 +#: ../app/widgets/gimpgradienteditor.c:1312 +#: ../app/widgets/gimpgradienteditor.c:1326 +#: ../app/widgets/gimpgradienteditor.c:1348 +#, c-format msgid "%s%sClick: extend selection" -msgstr "Tıklama: seç Shift+tıklama: seçimi genişlet" +msgstr "%s%sTıkla: seçimi genişlet" -#: ../app/widgets/gimpgradienteditor.c:1250 -#: ../app/widgets/gimpgradienteditor.c:1264 +#: ../app/widgets/gimpgradienteditor.c:1304 +#: ../app/widgets/gimpgradienteditor.c:1318 msgid "Click: select" msgstr "Tıkla: seç" -#: ../app/widgets/gimpgradienteditor.c:1278 -#: ../app/widgets/gimpgradienteditor.c:1302 +#: ../app/widgets/gimpgradienteditor.c:1332 +#: ../app/widgets/gimpgradienteditor.c:1356 msgid "Click: select Drag: move" -msgstr "" +msgstr "Tıkla: seç Sürükle: taşı" -#: ../app/widgets/gimpgradienteditor.c:1524 -#: ../app/widgets/gimpgradienteditor.c:1532 +#: ../app/widgets/gimpgradienteditor.c:1571 +#: ../app/widgets/gimpgradienteditor.c:1579 #, c-format -msgid "Handle position: %0.6f" -msgstr "Tutacak konumu: %0.6f" +msgid "Handle position: %0.4f" +msgstr "Tanıtıcı konumu: %0.4f" -#: ../app/widgets/gimpgradienteditor.c:1549 +#: ../app/widgets/gimpgradienteditor.c:1596 #, c-format -msgid "Distance: %0.6f" -msgstr "Uzaklık: %0.6f" +msgid "Distance: %0.4f" +msgstr "Uzaklık: %0.4f" -#: ../app/widgets/gimpgrideditor.c:219 +#: ../app/widgets/gimpgrideditor.c:217 msgid "Line _style:" msgstr "Çizgi _biçemi:" -#: ../app/widgets/gimpgrideditor.c:223 -#, fuzzy +#: ../app/widgets/gimpgrideditor.c:221 msgid "Change grid foreground color" -msgstr "Önplan" +msgstr "Izgaranın önalan rengini değiştir" #: ../app/widgets/gimpgrideditor.c:228 msgid "_Foreground color:" -msgstr "Ö_nplan rengi:" +msgstr "_Önalan rengi:" #: ../app/widgets/gimpgrideditor.c:232 -#, fuzzy msgid "Change grid background color" -msgstr "Kılavuz Arkaplan Rengini Değiştir" +msgstr "Izgaranın artalan rengini değiştir" -#: ../app/widgets/gimpgrideditor.c:237 +#: ../app/widgets/gimpgrideditor.c:239 msgid "_Background color:" -msgstr "_Arkaplan rengi:" +msgstr "_Artalan rengi:" -#: ../app/widgets/gimpgrideditor.c:242 +#: ../app/widgets/gimpgrideditor.c:244 msgid "Spacing" msgstr "Boşluk" -#: ../app/widgets/gimphelp.c:187 -msgid "Help browser not found" -msgstr "Yardım gezgini bulunamadı" +#: ../app/widgets/gimphelp.c:294 +msgid "Help browser is missing" +msgstr "Yardım gezgini kayıp" -#: ../app/widgets/gimphelp.c:188 -msgid "Could not find GIMP help browser." -msgstr "GIMP Yardım Gezgini bulunamadı." +#: ../app/widgets/gimphelp.c:295 +msgid "The GIMP help browser is not available." +msgstr "GIMP yardım gezgini kullanılır durumda değil." -#: ../app/widgets/gimphelp.c:189 +#: ../app/widgets/gimphelp.c:296 msgid "" -"The GIMP help browser plug-in appears to be missing from your installation." +"The GIMP help browser plug-in appears to be missing from your installation. " +"You may instead use the web browser for reading the help pages." msgstr "" +"GIMP yardım gezgini eklentisi kurulumunuzda kayıp görünüyor. Bunun yerine " +"yardım sayfalarını okumak için ağ tarayıcınızı kullanabilirsiniz." -#: ../app/widgets/gimphelp.c:213 -#, fuzzy +#: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" -msgstr "_Kullanılacak Yardım Gezgini:" +msgstr "Yardım gezgini başlatılamıyor" -#: ../app/widgets/gimphelp.c:214 +#: ../app/widgets/gimphelp.c:338 msgid "Could not start the GIMP help browser plug-in." -msgstr "GIMP Yardımcısı başlatılamadı." +msgstr "GIMP yardım gezgini eklentisi başlatılamadı." + +#: ../app/widgets/gimphelp.c:365 +msgid "Use _Web Browser" +msgstr "A_ğ Tarayıcısını Kullan" -#: ../app/widgets/gimphelp.c:240 -msgid "Use _web browser instead" -msgstr "_Yerine bir web tarayıcı kullan" +#: ../app/widgets/gimphelp.c:615 +msgid "GIMP user manual is missing" +msgstr "GIMP kullanıcı kılavuzu kayıp" + +#: ../app/widgets/gimphelp.c:622 +msgid "_Read Online" +msgstr "Çevrimiçi _Oku" + +#: ../app/widgets/gimphelp.c:646 +msgid "The GIMP user manual is not installed on your computer." +msgstr "GIMP kullanıcı kılavuzu bilgisayarınızda yüklü değil." + +#: ../app/widgets/gimphelp.c:649 +msgid "" +"You may either install the additional help package or change your " +"preferences to use the online version." +msgstr "" +"Eklenebilir yardım paketini kurabilirsiniz ya da yeğlenenlerinizi " +"değiştirerek çevrimiçi sürümü kullanabilirsiniz." -#: ../app/widgets/gimphistogrameditor.c:129 +#: ../app/widgets/gimphistogrameditor.c:99 msgid "Mean:" msgstr "Ortalama:" -#: ../app/widgets/gimphistogrameditor.c:130 -msgid "Std Dev:" +#: ../app/widgets/gimphistogrameditor.c:100 +msgid "Std dev:" msgstr "Standart Sapma:" -#: ../app/widgets/gimphistogrameditor.c:131 +#: ../app/widgets/gimphistogrameditor.c:101 msgid "Median:" msgstr "Ortanca:" -#: ../app/widgets/gimphistogrameditor.c:132 +#: ../app/widgets/gimphistogrameditor.c:102 msgid "Pixels:" -msgstr "Piksel:" +msgstr "Benek:" -#: ../app/widgets/gimphistogrameditor.c:133 +#: ../app/widgets/gimphistogrameditor.c:103 msgid "Count:" -msgstr "Adet:" +msgstr "Sayı:" -#: ../app/widgets/gimphistogrameditor.c:134 +#: ../app/widgets/gimphistogrameditor.c:104 msgid "Percentile:" msgstr "Yüzde:" -#: ../app/widgets/gimphistogrameditor.c:150 +#: ../app/widgets/gimphistogrameditor.c:122 msgid "Channel:" msgstr "Kanal:" -#: ../app/widgets/gimpimagepropview.c:181 +#: ../app/widgets/gimpimageprofileview.c:200 +msgid "Querying..." +msgstr "Sorguluyor..." + +#: ../app/widgets/gimpimagepropview.c:122 msgid "Pixel dimensions:" -msgstr "Piksel ölçüleri:" +msgstr "Benek boyutu:" -#: ../app/widgets/gimpimagepropview.c:184 +#: ../app/widgets/gimpimagepropview.c:125 msgid "Print size:" msgstr "Yazdırma boyutu:" -#: ../app/widgets/gimpimagepropview.c:187 +#: ../app/widgets/gimpimagepropview.c:128 msgid "Resolution:" msgstr "Çözünürlük:" -#: ../app/widgets/gimpimagepropview.c:190 +#: ../app/widgets/gimpimagepropview.c:131 msgid "Color space:" msgstr "Renk uzayı:" -#: ../app/widgets/gimpimagepropview.c:193 +#: ../app/widgets/gimpimagepropview.c:136 +msgid "File Name:" +msgstr "Dosya Adı:" + +#: ../app/widgets/gimpimagepropview.c:142 +msgid "File Size:" +msgstr "Dosya Boyutu:" + +#: ../app/widgets/gimpimagepropview.c:145 +msgid "File Type:" +msgstr "Dosya Türü:" + +#: ../app/widgets/gimpimagepropview.c:150 msgid "Size in memory:" -msgstr "Bellekte kapladığı yer:" +msgstr "Bellekteki boyutu:" + +#: ../app/widgets/gimpimagepropview.c:153 +msgid "Undo steps:" +msgstr "Geri alma adımları:" -#: ../app/widgets/gimpimagepropview.c:196 -#, fuzzy +#: ../app/widgets/gimpimagepropview.c:156 +msgid "Redo steps:" +msgstr "Yineleme adımları:" + +#: ../app/widgets/gimpimagepropview.c:161 msgid "Number of pixels:" -msgstr "Katman Sayısı:" +msgstr "Benek sayısı:" -#: ../app/widgets/gimpimagepropview.c:199 -#, fuzzy +#: ../app/widgets/gimpimagepropview.c:164 msgid "Number of layers:" -msgstr "Katman Sayısı:" +msgstr "Katman sayısı:" -#: ../app/widgets/gimpimagepropview.c:202 -#, fuzzy +#: ../app/widgets/gimpimagepropview.c:167 msgid "Number of channels:" -msgstr "Katman Sayısı:" +msgstr "Kanal sayısı:" -#: ../app/widgets/gimpimagepropview.c:205 -#, fuzzy +#: ../app/widgets/gimpimagepropview.c:170 msgid "Number of paths:" -msgstr "Katman Sayısı:" +msgstr "Yol sayısı:" -#: ../app/widgets/gimpimagepropview.c:316 +#: ../app/widgets/gimpimagepropview.c:471 #, c-format msgid "pixels/%s" -msgstr "piksel/%s" +msgstr "benek/%s" -#: ../app/widgets/gimpimagepropview.c:318 +#: ../app/widgets/gimpimagepropview.c:473 #, c-format -msgid "%g x %g %s" -msgstr "%g x %g %s" +msgid "%g × %g %s" +msgstr "%g × %g %s" -#: ../app/widgets/gimpimagepropview.c:338 +#: ../app/widgets/gimpimagepropview.c:494 msgid "colors" msgstr "renk" -#: ../app/widgets/gimpitemtreeview.c:1013 +#: ../app/widgets/gimpitemtreeview.c:980 msgid "Set Item Exclusive Visible" -msgstr "" +msgstr "Öğeyi Özel Görünür Ayarla" -#: ../app/widgets/gimpitemtreeview.c:1021 -#, fuzzy +#: ../app/widgets/gimpitemtreeview.c:988 msgid "Set Item Exclusive Linked" -msgstr "Yeni Katman Seçenekleri" +msgstr "Öğeyi Özel Bağlanmış Ayarla" -#: ../app/widgets/gimplayertreeview.c:256 +#: ../app/widgets/gimplayertreeview.c:218 msgid "Reorder Layer" -msgstr "Katmanı Yeniden Sırala" +msgstr "Katmanı Yeniden Düzenle" -#: ../app/widgets/gimplayertreeview.c:332 -#, fuzzy +#: ../app/widgets/gimplayertreeview.c:306 msgid "Lock alpha channel" -msgstr "Alfa Kanalı Ekle" +msgstr "Görünür kanalını kilitle" -#: ../app/widgets/gimplayertreeview.c:344 -#, fuzzy +#: ../app/widgets/gimplayertreeview.c:318 msgid "Lock:" -msgstr "Rıhtım" +msgstr "Kilitle:" -#: ../app/widgets/gimplayertreeview.c:877 -#, fuzzy +#: ../app/widgets/gimplayertreeview.c:841 msgid "Empty Layer" -msgstr "Boş Metin Katmanı" +msgstr "Boş Katman" -#: ../app/widgets/gimpmenudock.c:191 +#: ../app/widgets/gimpmenudock.c:159 msgid "Auto" msgstr "Otomatik" -#: ../app/widgets/gimpmenudock.c:202 +#: ../app/widgets/gimpmenudock.c:170 msgid "" "When enabled the dialog automatically follows the image you are working on." msgstr "" +"Etkinleştirildiğinde iletişim kutusu otomatik olarak çalıştığınız görüntüyü " +"takip eder." -#: ../app/widgets/gimpmessagebox.c:462 -#, fuzzy, c-format +#: ../app/widgets/gimpmessagebox.c:443 +#, c-format msgid "Message repeated %d times." -msgstr "Mesaj %d kez tekrarlandı" +msgstr "İleti %d kere yinelendi." -#: ../app/widgets/gimpmessagebox.c:464 +#: ../app/widgets/gimpmessagebox.c:445 msgid "Message repeated once." -msgstr "Mesaj bir kez tekrarlandı." +msgstr "İleti bir kez yinelendi." -#: ../app/widgets/gimppaletteeditor.c:270 -#: ../app/widgets/gimppaletteeditor.c:692 +#: ../app/widgets/gimppaletteeditor.c:255 +#: ../app/widgets/gimppaletteeditor.c:741 msgid "Undefined" msgstr "Tanımsız" -#: ../app/widgets/gimppaletteeditor.c:278 +#: ../app/widgets/gimppaletteeditor.c:263 msgid "Columns:" -msgstr "Sütunlar:" +msgstr "Sütun:" + +#: ../app/widgets/gimpprofilechooserdialog.c:137 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "ICC renk profili (*.icc, *.icm)" + +#: ../app/widgets/gimpprogressdialog.c:220 +msgid "Progress" +msgstr "İlerleme" -#: ../app/widgets/gimpselectiondata.c:318 +#: ../app/widgets/gimpselectiondata.c:242 #, c-format msgid "" "The filename '%s' couldn't be converted to a valid URI:\n" "\n" "%s" msgstr "" +"'%s' dosya adı geçerli bir adrese dönüştürelemedi:\n" +"\n" +"%s" -#: ../app/widgets/gimpselectiondata.c:322 +#: ../app/widgets/gimpselectiondata.c:246 msgid "Invalid UTF-8" msgstr "Geçersiz UTF-8" -#: ../app/widgets/gimpsizebox.c:454 +#: ../app/widgets/gimpsettingsbox.c:239 +msgid "Pick a setting from the list" +msgstr "Listeden bir ayar seçin" + +#: ../app/widgets/gimpsettingsbox.c:260 +msgid "Add settings to favorites" +msgstr "Ayarları favorilerinize ekleyin" + +#: ../app/widgets/gimpsettingsbox.c:288 +msgid "_Import Settings from File..." +msgstr "Dosyadan Ayarları _İçe Aktar..." + +#: ../app/widgets/gimpsettingsbox.c:294 +msgid "_Export Settings to File..." +msgstr "Ayarları (Dosyaya) _Dışa Aktar..." + +#: ../app/widgets/gimpsettingsbox.c:301 +msgid "_Manage Settings..." +msgstr "Ayarları _Yönet..." + +#: ../app/widgets/gimpsettingsbox.c:588 +msgid "Add Settings to Favorites" +msgstr "Ayarları Favorilere Ekle" + +#: ../app/widgets/gimpsettingsbox.c:591 +msgid "Enter a name for the settings" +msgstr "Ayarları için bir ad girin" + +#: ../app/widgets/gimpsettingsbox.c:592 +msgid "Saved Settings" +msgstr "Kaydedilmiş Ayarlar" + +#: ../app/widgets/gimpsettingsbox.c:627 +msgid "Manage Saved Settings" +msgstr "Kaydedilmiş Ayarları Yönet" + +#: ../app/widgets/gimpsettingseditor.c:174 +msgid "Import settings from a file" +msgstr "Bir dosyadan ayarları içe aktar" + +#: ../app/widgets/gimpsettingseditor.c:183 +msgid "Export the selected settings to a file" +msgstr "Seçilmiş ayarları (bir dosyaya) dışa aktar" + +#: ../app/widgets/gimpsettingseditor.c:192 +msgid "Delete the selected settings" +msgstr "Seçilmiş ayarları sil" + +#: ../app/widgets/gimpsizebox.c:464 #, c-format -msgid "%d x %d dpi" -msgstr "%d x %d dpi" +msgid "%d × %d ppi" +msgstr "%d × %d ppi" -#: ../app/widgets/gimpsizebox.c:456 +#: ../app/widgets/gimpsizebox.c:466 #, c-format -msgid "%d dpi" -msgstr "%d dpi" +msgid "%d ppi" +msgstr "%d ppi" -#: ../app/widgets/gimpstrokeeditor.c:201 -msgid "Line Width:" -msgstr "Çizgi Genişliği:" +#: ../app/widgets/gimpstrokeeditor.c:185 +msgid "Line width:" +msgstr "Çizgi genişliği:" -#: ../app/widgets/gimpstrokeeditor.c:212 +#: ../app/widgets/gimpstrokeeditor.c:202 msgid "_Line Style" msgstr "Çizgi _Biçemi" -#: ../app/widgets/gimpstrokeeditor.c:231 -#, fuzzy +#: ../app/widgets/gimpstrokeeditor.c:221 msgid "_Cap style:" -msgstr "Durum:" +msgstr "_Tepe biçemi:" -#: ../app/widgets/gimpstrokeeditor.c:237 -#, fuzzy +#: ../app/widgets/gimpstrokeeditor.c:227 msgid "_Join style:" -msgstr "Durum:" +msgstr "_Birleştirme biçemi:" -#: ../app/widgets/gimpstrokeeditor.c:242 +#: ../app/widgets/gimpstrokeeditor.c:232 msgid "_Miter limit:" -msgstr "" +msgstr "_Köşe sınırı:" -#: ../app/widgets/gimpstrokeeditor.c:249 -#, fuzzy +#: ../app/widgets/gimpstrokeeditor.c:239 msgid "Dash pattern:" -msgstr "Desenler" +msgstr "Çizgi deseni:" -#: ../app/widgets/gimpstrokeeditor.c:291 -#, fuzzy +#: ../app/widgets/gimpstrokeeditor.c:302 msgid "Dash _preset:" -msgstr "Desenler" +msgstr "Çizgi _önayarı:" -#: ../app/widgets/gimpstrokeeditor.c:312 +#: ../app/widgets/gimpstrokeeditor.c:323 msgid "_Antialiasing" -msgstr "_Yazıtipi Yumuşatma" +msgstr "_Yumuşatma" -#: ../app/widgets/gimptemplateeditor.c:251 +#: ../app/widgets/gimptemplateeditor.c:180 #, c-format msgid "%p" msgstr "%p" -#: ../app/widgets/gimptemplateeditor.c:326 +#: ../app/widgets/gimptemplateeditor.c:255 msgid "_Advanced Options" msgstr "_Gelişmiş Seçenekler" -#: ../app/widgets/gimptemplateeditor.c:433 +#: ../app/widgets/gimptemplateeditor.c:362 msgid "Color _space:" msgstr "Renk _uzayı:" -#: ../app/widgets/gimptemplateeditor.c:441 +#: ../app/widgets/gimptemplateeditor.c:370 msgid "_Fill with:" msgstr "_Doldur:" -#: ../app/widgets/gimptemplateeditor.c:451 +#: ../app/widgets/gimptemplateeditor.c:380 msgid "Comme_nt:" -msgstr "_Açıklama:" +msgstr "Yor_um:" -#: ../app/widgets/gimptemplateeditor.c:561 +#: ../app/widgets/gimptemplateeditor.c:530 msgid "_Name:" -msgstr "İsi_m:" +msgstr "_Ad:" -#: ../app/widgets/gimptemplateeditor.c:572 +#: ../app/widgets/gimptemplateeditor.c:543 msgid "_Icon:" msgstr "_Simge:" -#: ../app/widgets/gimptemplateeditor.c:695 +#: ../app/widgets/gimptemplateeditor.c:671 #, c-format -msgid "%d x %d dpi, %s" -msgstr "%d x %d dpi, %s" +msgid "%d × %d ppi, %s" +msgstr "%d × %d ppi, %s" -#: ../app/widgets/gimptemplateeditor.c:697 +#: ../app/widgets/gimptemplateeditor.c:673 #, c-format -msgid "%d dpi, %s" -msgstr "%d dpi, %s" +msgid "%d ppi, %s" +msgstr "%d ppi, %s" -#: ../app/widgets/gimptexteditor.c:230 +#: ../app/widgets/gimptexteditor.c:188 +msgid "_Language:" +msgstr "_Dil:" + +#: ../app/widgets/gimptexteditor.c:234 msgid "_Use selected font" -msgstr "_Seçili yazıtipini kullan" +msgstr "_Seçili yazıyüzünü kullan" -#: ../app/widgets/gimpthumbbox.c:351 +#: ../app/widgets/gimpthumbbox.c:344 #, c-format msgid "" "Click to update preview\n" -"%s Click to force update even if preview is up-to-date" +"%s%sClick to force update even if preview is up-to-date" msgstr "" +"Görüntüyü güncellemek için tıklayın\n" +"%s%sGörüntü güncel olsa bile hızlı yenileme için tıklayın" + +#: ../app/widgets/gimpthumbbox.c:362 +msgid "Pr_eview" +msgstr "Ön_izleme" -#: ../app/widgets/gimpthumbbox.c:421 ../app/widgets/gimpthumbbox.c:491 +#: ../app/widgets/gimpthumbbox.c:417 ../app/widgets/gimpthumbbox.c:481 msgid "No selection" msgstr "Seçim yok" -#: ../app/widgets/gimpthumbbox.c:619 ../app/widgets/gimpthumbbox.c:643 +#: ../app/widgets/gimpthumbbox.c:609 ../app/widgets/gimpthumbbox.c:630 #, c-format msgid "Thumbnail %d of %d" -msgstr "" +msgstr "Küçük Önizleme %d of %d" + +#: ../app/widgets/gimpthumbbox.c:743 ../app/widgets/gimpthumbbox.c:753 +msgid "Creating preview..." +msgstr "Önizleme oluşturuluyor..." -#: ../app/widgets/gimpthumbbox.c:756 ../app/widgets/gimpthumbbox.c:766 -msgid "Creating Preview ..." -msgstr "Önizleme Oluşturuluyor..." +#: ../app/widgets/gimptoolbox-color-area.c:80 +msgid "" +"Foreground & background colors.\n" +"The black and white squares reset colors.\n" +"The arrows swap colors.\n" +"Click to open the color selection dialog." +msgstr "" +"Önalan ve artalan renkleri.\n" +"Siyah ve beyaz karelerin sıfırlama renkleri.\n" +"Okların takas renkleri.\n" +"Renk seçme kutusunu açmak için tıklayın." -#: ../app/widgets/gimptoolbox-color-area.c:135 +#: ../app/widgets/gimptoolbox-color-area.c:141 msgid "Change Foreground Color" -msgstr "Önplan Resmini Değiştir" +msgstr "Önalan Rengini Değiştir" -#: ../app/widgets/gimptoolbox-color-area.c:140 +#: ../app/widgets/gimptoolbox-color-area.c:146 msgid "Change Background Color" -msgstr "Arkaplan Resmini Değiştir" +msgstr "Artalan Rengini Değiştir" -#: ../app/widgets/gimptoolbox-image-area.c:115 -#: ../app/widgets/gimptoolbox-image-area.c:120 -#, fuzzy +#: ../app/widgets/gimptoolbox-image-area.c:112 +#: ../app/widgets/gimptoolbox-image-area.c:117 msgid "" "The active image.\n" "Click to open the Image Dialog." msgstr "" -"Etkin desen.\n" -"Desen Penceresini açmak için basın." +"Etkin görüntü.\n" +"Görüntü Kutusunu açmak için tıklayın." -#: ../app/widgets/gimptoolbox-image-area.c:117 +#: ../app/widgets/gimptoolbox-image-area.c:114 msgid "Drag to an XDS enabled file-manager to save the image." msgstr "" +"Etkin XDS olan bir dosya yöneticisine görüntüyü kaydetmek için sürükleyin." -#: ../app/widgets/gimptoolbox-indicator-area.c:149 -#, fuzzy +#: ../app/widgets/gimptoolbox-indicator-area.c:150 msgid "" "The active brush.\n" "Click to open the Brush Dialog." msgstr "" -"Etken fırça.\n" -"Fırça Penceresini açmak için basın." +"Etkin fırça.\n" +"Fırça Kutusu'nu açmak için tıklayın." -#: ../app/widgets/gimptoolbox-indicator-area.c:180 -#, fuzzy +#: ../app/widgets/gimptoolbox-indicator-area.c:182 msgid "" "The active pattern.\n" "Click to open the Pattern Dialog." msgstr "" "Etkin desen.\n" -"Desen Penceresini açmak için basın." +"Desen Kutusu'nu açmak için tıklayın." -#: ../app/widgets/gimptoolbox-indicator-area.c:211 -#, fuzzy +#: ../app/widgets/gimptoolbox-indicator-area.c:214 msgid "" "The active gradient.\n" "Click to open the Gradient Dialog." msgstr "" -"Etkin gradyan.\n" -"Gradyan Penceresini açmak için basın." - -#: ../app/widgets/gimptoolbox.c:830 -#, fuzzy -msgid "" -"Foreground & background colors. The black and white squares reset colors. " -"The arrows swap colors. Click to open the color selection dialog." -msgstr "" -"Önplan & arkaplan renkleri. Siyah ve beyaz kareler renkleri sıfırlar. Oklar " -"renk yerlerini değiştirir. Renk seçim penceresi için çift tık." +"Etkin renk geçişi.\n" +"Renk Geçişi Kutusu'nu açmak için tıklayın." -#: ../app/widgets/gimptooloptionseditor.c:187 +#: ../app/widgets/gimptooloptionseditor.c:165 msgid "Save options to..." msgstr "Seçenekleri kaydet..." -#: ../app/widgets/gimptooloptionseditor.c:195 -#, fuzzy +#: ../app/widgets/gimptooloptionseditor.c:173 msgid "Restore options from..." -msgstr "Kaynak Harcaması" +msgstr "Seçenekleri geri yükle..." -#: ../app/widgets/gimptooloptionseditor.c:203 +#: ../app/widgets/gimptooloptionseditor.c:181 msgid "Delete saved options..." -msgstr "Kayıtlı seçenekleri sil..." +msgstr "Kaydedilmiş seçenekleri sil..." + +#: ../app/widgets/gimptooloptionseditor.c:480 +#, c-format +msgid "Error saving tool options presets: %s" +msgstr "Araç seçenekleri önayarları kaydedilirken hata: %s" -#: ../app/widgets/gimpuimanager.c:698 +#: ../app/widgets/gimpuimanager.c:738 msgid "Your GIMP installation is incomplete:" -msgstr "GIMP kurulumu tamamlanamadı:" +msgstr "GIMP kurulumunuz tamamlanamadı:" -#: ../app/widgets/gimpuimanager.c:700 +#: ../app/widgets/gimpuimanager.c:740 msgid "Plase make sure the menu XML files are correctly installed." -msgstr "" +msgstr "Lütfen XML dosyalarının doğru yüklendiğine emin olun." -#: ../app/widgets/gimpuimanager.c:705 +#: ../app/widgets/gimpuimanager.c:746 #, c-format msgid "There was an error parsing the menu definition from %s: %s" -msgstr "" +msgstr "%s içinden menü tanımı ayrıştırılırken bir hata meydana geldi: %s" -#: ../app/widgets/gimpundoeditor.c:255 +#: ../app/widgets/gimpundoeditor.c:270 msgid "[ Base Image ]" -msgstr "[ Temel Resim ]" +msgstr "[ Temel Görüntü ]" -#: ../app/widgets/gimpvectorstreeview.c:151 -#, fuzzy +#: ../app/widgets/gimpvectorstreeview.c:110 msgid "Reorder path" -msgstr "Yolu Göster" +msgstr "Yolu yeniden düzenle" -#: ../app/widgets/gimpvectorstreeview.c:293 +#: ../app/widgets/gimpvectorstreeview.c:253 msgid "Empty Path" msgstr "Boş Yol" -#: ../app/widgets/gimpviewablebox.c:75 +#: ../app/widgets/gimpviewablebox.c:81 msgid "Open the brush selection dialog" -msgstr "" +msgstr "Fırça seçim kutusunu aç" -#: ../app/widgets/gimpviewablebox.c:115 +#: ../app/widgets/gimpviewablebox.c:138 msgid "Open the pattern selection dialog" -msgstr "" +msgstr "Desen seçim kutusunu aç" -#: ../app/widgets/gimpviewablebox.c:155 +#: ../app/widgets/gimpviewablebox.c:204 msgid "Open the gradient selection dialog" -msgstr "" +msgstr "Renk geçişi seçim kutusunu aç" -#: ../app/widgets/gimpviewablebox.c:167 +#: ../app/widgets/gimpviewablebox.c:224 msgid "Reverse" -msgstr "Ters" +msgstr "Ters Çevir" -#: ../app/widgets/gimpviewablebox.c:210 -#, fuzzy +#: ../app/widgets/gimpviewablebox.c:306 msgid "Open the palette selection dialog" -msgstr "Yazıtipi seçim penceresini aç" +msgstr "Palet seçim kutusunu aç" -#: ../app/widgets/gimpviewablebox.c:250 +#: ../app/widgets/gimpviewablebox.c:364 msgid "Open the font selection dialog" -msgstr "Yazıtipi seçim penceresini aç" +msgstr "Yazıyüzü seçim kutusunu aç" -#. The format string which is used to display modifier names -#. * , and -#. -#: ../app/widgets/gimpwidgets-utils.c:392 +#: ../app/widgets/gimpwidgets-utils.c:608 +#, c-format +msgid "%s (try %s)" +msgstr "%s (%s dene)" + +#: ../app/widgets/gimpwidgets-utils.c:608 +#, c-format +msgid "%s (%s)" +msgstr "%s (%s)" + +#: ../app/widgets/gimpwidgets-utils.c:612 +#, c-format +msgid "%s (try %s, %s)" +msgstr "%s (%s, %s dene)" + +#: ../app/widgets/gimpwidgets-utils.c:616 #, c-format -msgid "<%s>" -msgstr "<%s>" +msgid "%s (try %s, %s, %s)" +msgstr "%s (%s, %s, %s dene)" -#: ../app/widgets/gimpwidgets-utils.c:797 -#, fuzzy, c-format +#: ../app/widgets/gimpwidgets-utils.c:882 +#, c-format msgid "Invalid UTF-8 data in file '%s'." -msgstr "'%s' GIMP gradyan dosyasında geçersiz UTF-8 dizge." +msgstr "'%s' dosyası içinde geçersiz UTF-8 verisi." #: ../app/widgets/widgets-enums.c:23 msgid "Foreground" -msgstr "Önplan" - -#: ../app/widgets/widgets-enums.c:53 -msgid "Portrait" -msgstr "" - -#: ../app/widgets/widgets-enums.c:54 -msgid "Landscape" -msgstr "" +msgstr "Önalan" -#: ../app/widgets/widgets-enums.c:113 +#: ../app/widgets/widgets-enums.c:83 msgid "Pixel" -msgstr "Piksel" +msgstr "Benek" -#: ../app/widgets/widgets-enums.c:115 +#: ../app/widgets/widgets-enums.c:85 msgid "HSV" msgstr "HSV" -#: ../app/widgets/widgets-enums.c:116 +#: ../app/widgets/widgets-enums.c:86 msgid "CMYK" msgstr "CMYK" -#: ../app/widgets/widgets-enums.c:171 +#: ../app/widgets/widgets-enums.c:115 +msgid "Pick only" +msgstr "Sadece seç" + +#: ../app/widgets/widgets-enums.c:116 +msgid "Set foreground color" +msgstr "Önalan rengini ayarla" + +#: ../app/widgets/widgets-enums.c:117 +msgid "Set background color" +msgstr "Artalan rengini ayarla" + +#: ../app/widgets/widgets-enums.c:118 +msgid "Add to palette" +msgstr "Palete ekle" + +#: ../app/widgets/widgets-enums.c:173 msgid "Black & white" msgstr "Siyah ve beyaz" -#: ../app/widgets/widgets-enums.c:172 +#: ../app/widgets/widgets-enums.c:174 msgid "Fancy" -msgstr "" +msgstr "Süslü" -#: ../app/widgets/widgets-enums.c:199 +#: ../app/widgets/widgets-enums.c:201 msgid "GIMP help browser" msgstr "GIMP yardım gezgini" -#: ../app/widgets/widgets-enums.c:200 +#: ../app/widgets/widgets-enums.c:202 msgid "Web browser" -msgstr "Web tarayıcı" +msgstr "Ağ tarayıcı" -#: ../app/widgets/widgets-enums.c:227 -msgid "Linear" -msgstr "Doğrusal" +#: ../app/widgets/widgets-enums.c:229 +msgid "Linear histogram" +msgstr "Doğrusal histogram" -#: ../app/widgets/widgets-enums.c:228 -msgid "Logarithmic" -msgstr "Logaritmik" +#: ../app/widgets/widgets-enums.c:230 +msgid "Logarithmic histogram" +msgstr "Logaritmik histogram" -#: ../app/widgets/widgets-enums.c:261 +#: ../app/widgets/widgets-enums.c:263 msgid "Icon" msgstr "Simge" -#: ../app/widgets/widgets-enums.c:262 +#: ../app/widgets/widgets-enums.c:264 msgid "Current status" msgstr "Geçerli durum" -#: ../app/widgets/widgets-enums.c:264 +#: ../app/widgets/widgets-enums.c:266 msgid "Description" -msgstr "Açıklama" +msgstr "Betimleme" -#: ../app/widgets/widgets-enums.c:265 +#: ../app/widgets/widgets-enums.c:267 msgid "Icon & text" msgstr "Simge ve metin" -#: ../app/widgets/widgets-enums.c:266 +#: ../app/widgets/widgets-enums.c:268 msgid "Icon & desc" -msgstr "Simge ve açıklama" +msgstr "Simge ve betimleme" -#: ../app/widgets/widgets-enums.c:267 +#: ../app/widgets/widgets-enums.c:269 msgid "Status & text" msgstr "Durum ve metin" -#: ../app/widgets/widgets-enums.c:268 +#: ../app/widgets/widgets-enums.c:270 msgid "Status & desc" -msgstr "" - -#: ../app/widgets/widgets-enums.c:295 -msgid "View as list" -msgstr "Liste olarak göster" +msgstr "Durum ve betimleme" -#: ../app/widgets/widgets-enums.c:296 -#, fuzzy -msgid "View as grid" -msgstr "/Görüntü/Kılavuzlara Yapıştır" - -#: ../app/widgets/widgets-enums.c:324 +#: ../app/widgets/widgets-enums.c:298 msgid "Normal window" msgstr "Normal pencere" -#: ../app/widgets/widgets-enums.c:325 +#: ../app/widgets/widgets-enums.c:299 msgid "Utility window" -msgstr "" +msgstr "Yardımcı pencere" -#: ../app/widgets/widgets-enums.c:326 +#: ../app/widgets/widgets-enums.c:300 msgid "Keep above" msgstr "Üzerinde tut" -#: ../app/xcf/xcf-load.c:297 +#: ../app/xcf/xcf-load.c:277 +msgid "" +"This XCF file is corrupt! I have loaded as much of it as I can, but it is " +"incomplete." +msgstr "" +"Bu XCF dosyası bozulmuş! Yapabildiğim kadar çok yükledim, ama tamamlanamadı." + +#: ../app/xcf/xcf-load.c:286 +#, c-format +msgid "" +"This XCF file is corrupt! I could not even salvage any partial image data " +"from it." +msgstr "" +"Bu XCF dosyası bozulmuş! Herhangi bir kısmi görüntü verisi kurtaramadım." + +#: ../app/xcf/xcf-load.c:324 msgid "" "XCF warning: version 0 of XCF file format\n" "did not save indexed colormaps correctly.\n" "Substituting grayscale map." msgstr "" "XCF uyarısı: XCF dosya biçiminin 0. sürümü\n" -"indisli renk haritalarını düzgün saklamaz.\n" -"Griölçekli palet ile değiştiriliyor." +"sıralanmış renk haritalarını düzgün kaydetmez.\n" +"Gri ölçekli palet ile değiştiriliyor." -#: ../app/xcf/xcf-read.c:107 +#: ../app/xcf/xcf-read.c:109 msgid "Invalid UTF-8 string in XCF file" msgstr "XCF dosyasında geçersiz UTF-8 dizge." -#: ../app/xcf/xcf-save.c:157 ../app/xcf/xcf-save.c:167 -#: ../app/xcf/xcf-save.c:177 ../app/xcf/xcf-save.c:187 -#: ../app/xcf/xcf-save.c:211 ../app/xcf/xcf.c:344 -#, c-format -msgid "Error saving XCF file: %s" -msgstr "XCF dosyası kaydedilirken bir hata oldu: %s" - -#: ../app/xcf/xcf-write.c:86 +#: ../app/xcf/xcf-write.c:87 #, c-format msgid "Error writing XCF: %s" msgstr "XCF dosyasına yazılırken bir hata oldu: %s" @@ -11498,60 +12789,67 @@ msgid "Could not seek in XCF file: %s" msgstr "XCF dosyası açılamadı: %s" -#: ../app/xcf/xcf.c:86 ../app/xcf/xcf.c:144 +#: ../app/xcf/xcf.c:99 ../app/xcf/xcf.c:167 msgid "GIMP XCF image" -msgstr "GIMP XCF dosyası" +msgstr "GIMP XCF görüntüsü" + +#: ../app/xcf/xcf.c:271 +#, c-format +msgid "Opening '%s'" +msgstr "'%s' açılıyor" -#: ../app/xcf/xcf.c:284 +#: ../app/xcf/xcf.c:313 #, c-format msgid "XCF error: unsupported XCF file version %d encountered" msgstr "XCF hatası: desteklenmeyen %d XCF dosya sürümüyle karşılaşıldı" +#: ../app/xcf/xcf.c:383 +#, c-format +msgid "Saving '%s'" +msgstr "'%s' kaydediliyor" + +#: ../app/xcf/xcf.c:403 +#, c-format +msgid "Error saving XCF file: %s" +msgstr "XCF dosyası kaydedilirken bir hata oldu: %s" + #: ../desktop/gimp.desktop.in.in.h:1 msgid "Create images and edit photographs" -msgstr "Resim ya da fotoğrafları oluşturun ve düzenleyin" - -#: ../desktop/gimp.desktop.in.in.h:2 -msgid "GNU Image Manipulation Program" -msgstr "GNU Resim Düzenleme Programı" +msgstr "Görüntü oluşturur ve fotoğraf düzenler" #: ../desktop/gimp.desktop.in.in.h:3 msgid "Image Editor" -msgstr "Resim Düzenleyici" +msgstr "Görüntü Düzenleyici" -#: ../tools/gimp-remote.c:83 +#: ../tools/gimp-remote.c:65 msgid "Use a running GIMP only, never start a new one" -msgstr "" +msgstr "Sadece bir tane çalışan GIMP kullan, yenisini başlatma" -#: ../tools/gimp-remote.c:88 +#: ../tools/gimp-remote.c:70 msgid "Only check if GIMP is running, then quit" -msgstr "" +msgstr "Sadece GIMP çalışıyor mu diye bak, sonra çık" -#: ../tools/gimp-remote.c:93 +#: ../tools/gimp-remote.c:76 +msgid "Print X window ID of GIMP toolbox window, then quit" +msgstr "GIMP araç kutusu penceresinin X penceresi kimliğini yazdır, sonra çık" + +#: ../tools/gimp-remote.c:82 msgid "Start GIMP without showing the startup window" -msgstr "" +msgstr "GIMP'i başlangıç penceresi olmadan başlat" -#: ../tools/gimp-remote.c:196 +#: ../tools/gimp-remote-x11.c:67 msgid "Could not connect to GIMP." -msgstr "" +msgstr "GIMP'e bağlanılamadı." -#: ../tools/gimp-remote.c:197 +#: ../tools/gimp-remote-x11.c:68 msgid "Make sure that the Toolbox is visible!" -msgstr "" +msgstr "Araç kutusunun görünür olduğundan emin olun!" #. if execv and execvp return, there was an error -#: ../tools/gimp-remote.c:298 -#, fuzzy, c-format +#: ../tools/gimp-remote-x11.c:248 +#, c-format msgid "Couldn't start '%s': %s" -msgstr "'%s' dosyası açılamadı" - -#~ msgid "Kee_p Transparency" -#~ msgstr "Ş_effaflığı Koru" +msgstr "'%s' başlatılamadı: %s" -#, fuzzy -#~ msgid "Set preserve trans" -#~ msgstr "Tercihler kaydedilsin mi?" - -#, fuzzy -#~ msgid "Keep transparency" -#~ msgstr "Şeffaflığı Koru" +#~ msgid "GIMP Image Editor" +#~ msgstr "GIMP Görüntü Düzenleyici" diff -Nru gimp-2.6.11/po/zh_CN.po gimp-2.6.12/po/zh_CN.po --- gimp-2.6.11/po/zh_CN.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po/zh_CN.po 2012-01-31 13:50:16.000000000 +0000 @@ -13,12 +13,11 @@ msgid "" msgstr "" "Project-Id-Version: gimp HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=gimp&component=general\n" -"POT-Creation-Date: 2009-12-10 21:20+0000\n" -"PO-Revision-Date: 2009-12-12 11:30+0800\n" -"Last-Translator: 神州散人 \n" -"Language-Team: Chinese/Simplified \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" +"POT-Creation-Date: 2010-11-09 13:46+0000\n" +"PO-Revision-Date: 2010-12-30 16:21+0000\n" +"Last-Translator: mike2718 \n" +"Language-Team: Chinese (simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -28,7 +27,8 @@ msgid "GIMP" msgstr "GIMP" -#: ../app/about.h:27 ../desktop/gimp.desktop.in.in.h:2 +#: ../app/about.h:27 +#: ../desktop/gimp.desktop.in.in.h:2 msgid "GNU Image Manipulation Program" msgstr "GNU 图像处理程序" @@ -42,148 +42,136 @@ #: ../app/about.h:34 msgid "" -"GIMP is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version.\n" +"GIMP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n" "\n" -"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details.\n" +"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" "\n" -"You should have received a copy of the GNU General Public License along with " -"GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - " -"Suite 330, Boston, MA 02111-1307, USA." +"You should have received a copy of the GNU General Public License along with GIMP; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." msgstr "" -"GIMP 是一个自由软件;您可以在遵守由自由软件基金会发布的 GNU 通用公共许可协议" -"的情况下重新分发并且(或者)修改软件;或第三版许可协议,或(根据您的选择)任何更" -"新版本。\n" +"GIMP 是一个自由软件;您可以在遵守由自由软件基金会发布的 GNU 通用公共许可协议的情况下重新分发并且(或者)修改软件;或第三版许可协议,或(根据您的选择)任何更新版本。\n" "\n" -"GIMP 本着可应用的意愿分发,但不做任何保证;甚至没有商业性的或对特定目的适用性" -"的暗指。更多细节请参看 GNU 通用公共许可协议。\n" +"GIMP 本着可应用的意愿分发,但不做任何保证;甚至没有商业性的或对特定目的适用性的暗指。更多细节请参看 GNU 通用公共许可协议。\n" "\n" -"您应该已经随 GIMP 收到一份 GNU 通用公共许可协议;如果没有,见 。" +"您应该已经随 GIMP 收到一份 GNU 通用公共许可协议;如果没有,见 。" #: ../app/app.c:214 #, c-format msgid "" "Unable to open a test swap file.\n" "\n" -"To avoid data loss, please check the location and permissions of the swap " -"directory defined in your Preferences (currently \"%s\")." +"To avoid data loss, please check the location and permissions of the swap directory defined in your Preferences (currently \"%s\")." msgstr "" "无法打开测试交换文件。\n" "\n" -"为了避免数据丢失,请检查您在首选项中定义的交换目录的位置以及权限(当前为“%" -"s”)。" +"为了避免数据丢失,请检查您在首选项中定义的交换目录的位置以及权限(当前为“%s”)。" #: ../app/batch.c:75 #, c-format msgid "No batch interpreter specified, using the default '%s'.\n" msgstr "没有指定批处理解释器,使用默认的“%s”。\n" -#: ../app/batch.c:93 ../app/batch.c:111 +#: ../app/batch.c:93 +#: ../app/batch.c:111 #, c-format msgid "The batch interpreter '%s' is not available. Batch mode disabled." msgstr "批处理解析程序“%s”不可用。批处理模式已被禁用。" -#: ../app/main.c:144 ../tools/gimp-remote.c:60 +#: ../app/main.c:148 +#: ../tools/gimp-remote.c:60 msgid "Show version information and exit" msgstr "显示版本信息并退出" -#: ../app/main.c:149 +#: ../app/main.c:153 msgid "Show license information and exit" msgstr "显示许可信息并退出" -#: ../app/main.c:154 +#: ../app/main.c:158 msgid "Be more verbose" -msgstr "更详细" +msgstr "详细信息" -#: ../app/main.c:159 +#: ../app/main.c:163 msgid "Start a new GIMP instance" msgstr "启动一个新的 GIMP 实例" -#: ../app/main.c:164 +#: ../app/main.c:168 msgid "Open images as new" msgstr "作为新建图像打开" -#: ../app/main.c:169 +#: ../app/main.c:173 msgid "Run without a user interface" msgstr "运行时不提供用户界面" -#: ../app/main.c:174 +#: ../app/main.c:178 msgid "Do not load brushes, gradients, patterns, ..." msgstr "不加载画笔、渐变、图案等" -#: ../app/main.c:179 +#: ../app/main.c:183 msgid "Do not load any fonts" msgstr "不载入任何字体" -#: ../app/main.c:184 +#: ../app/main.c:188 msgid "Do not show a startup window" msgstr "不显示启动窗口" -#: ../app/main.c:189 +#: ../app/main.c:193 msgid "Do not use shared memory between GIMP and plugins" msgstr "不在 GIMP 和插件之间使用共享内存" -#: ../app/main.c:194 +#: ../app/main.c:198 msgid "Do not use special CPU acceleration functions" msgstr "不使用特定 CPU 加速" -#: ../app/main.c:199 +#: ../app/main.c:203 msgid "Use an alternate sessionrc file" msgstr "使用别的 sessionrc 文件" -#: ../app/main.c:204 +#: ../app/main.c:208 msgid "Use an alternate user gimprc file" msgstr "使用别的用户 gimprc 文件" -#: ../app/main.c:209 +#: ../app/main.c:213 msgid "Use an alternate system gimprc file" msgstr "使用别的系统 gimprc 文件" -#: ../app/main.c:214 +#: ../app/main.c:218 msgid "Batch command to run (can be used multiple times)" msgstr "要运行的批处理命令(可以使用多次)" -#: ../app/main.c:219 +#: ../app/main.c:223 msgid "The procedure to process batch commands with" msgstr "处理批处理命令的过程" -#: ../app/main.c:224 +#: ../app/main.c:228 msgid "Send messages to console instead of using a dialog" msgstr "在控制台而不是对话框中显示警告信息" #. don't translate the mode names (off|on|warn) -#: ../app/main.c:230 +#: ../app/main.c:234 msgid "PDB compatibility mode (off|on|warn)" msgstr "PDB 兼容模式(off|on|warn)" #. don't translate the mode names (never|query|always) -#: ../app/main.c:236 +#: ../app/main.c:240 msgid "Debug in case of a crash (never|query|always)" msgstr "崩溃时调试(never|query|always)" -#: ../app/main.c:241 +#: ../app/main.c:245 msgid "Enable non-fatal debugging signal handlers" msgstr "启用非致命调试信号处理程序" -#: ../app/main.c:246 +#: ../app/main.c:250 msgid "Make all warnings fatal" msgstr "将所有警告作为致命的" -#: ../app/main.c:251 +#: ../app/main.c:255 msgid "Output a gimprc file with default settings" msgstr "输出默认设置的 gimprc 文件" -#: ../app/main.c:355 +#: ../app/main.c:383 msgid "[FILE|URI...]" msgstr "[文件|URI...]" -#: ../app/main.c:373 +#: ../app/main.c:401 msgid "" "GIMP could not initialize the graphical user interface.\n" "Make sure a proper setup for your display environment exists." @@ -191,20 +179,20 @@ "GIMP 无法初始化图形用户界面。\n" "请确定您的显示环境已经正确安装。" -#: ../app/main.c:392 +#: ../app/main.c:420 msgid "Another GIMP instance is already running." -msgstr "另一个 GIMP 实例已在运行中。" +msgstr "另一个 GIMP 实例正在运行中。" -#: ../app/main.c:462 +#: ../app/main.c:490 msgid "GIMP output. Type any character to close this window." msgstr "GIMP 输出。键入任意字符关闭此窗口。" -#: ../app/main.c:463 +#: ../app/main.c:491 #, c-format msgid "(Type any character to close this window)\n" msgstr "(键入任意字符关闭本窗口)\n" -#: ../app/main.c:480 +#: ../app/main.c:508 msgid "GIMP output. You can minimize this window, but don't close it." msgstr "GIMP 输出。您可以最小化此窗口,但不要关闭它。" @@ -222,17 +210,13 @@ #: ../app/sanity.c:384 #, c-format msgid "" -"The name of the directory holding the GIMP user configuration cannot be " -"converted to UTF-8: %s\n" +"The name of the directory holding the GIMP user configuration cannot be converted to UTF-8: %s\n" "\n" -"Your filesystem probably stores files in an encoding other than UTF-8 and " -"you didn't tell GLib about this. Please set the environment variable " -"G_FILENAME_ENCODING." +"Your filesystem probably stores files in an encoding other than UTF-8 and you didn't tell GLib about this. Please set the environment variable G_FILENAME_ENCODING." msgstr "" "保存有 GIMP 用户配置的目录的名字无法转换到 UTF-8:%s\n" "\n" -"多数可能是您的文件系统储存文件所用的编码不是 UTF-8 而您却没有告知 GLib 这一" -"点。请设置环境变量 G_FILENAME_ENCODING。" +"多数可能是您的文件系统储存文件所用的编码不是 UTF-8 而您却没有告知 GLib 这一点。请设置环境变量 G_FILENAME_ENCODING。" #. show versions of libraries used by GIMP #: ../app/version.c:64 @@ -240,31 +224,39 @@ msgid "using %s version %s (compiled against version %s)" msgstr "使用%s版本 %s (以%s为基础编译)" -#: ../app/version.c:127 ../tools/gimp-remote.c:95 +#: ../app/version.c:127 +#: ../tools/gimp-remote.c:95 #, c-format msgid "%s version %s" msgstr "%s 版本 %s" -#: ../app/actions/actions.c:101 ../app/actions/dialogs-actions.c:123 -#: ../app/dialogs/dialogs.c:224 ../app/widgets/gimpbrusheditor.c:90 +#: ../app/actions/actions.c:101 +#: ../app/actions/dialogs-actions.c:123 +#: ../app/dialogs/dialogs.c:224 +#: ../app/widgets/gimpbrusheditor.c:90 msgid "Brush Editor" msgstr "画笔编辑器" #. initialize the list of gimp brushes -#: ../app/actions/actions.c:104 ../app/core/gimp.c:838 -#: ../app/dialogs/dialogs.c:157 ../app/dialogs/preferences-dialog.c:2744 +#: ../app/actions/actions.c:104 +#: ../app/core/gimp.c:838 +#: ../app/dialogs/dialogs.c:157 +#: ../app/dialogs/preferences-dialog.c:2744 msgid "Brushes" msgstr "画笔" -#: ../app/actions/actions.c:107 ../app/dialogs/dialogs.c:169 +#: ../app/actions/actions.c:107 +#: ../app/dialogs/dialogs.c:169 msgid "Buffers" msgstr "缓冲区" -#: ../app/actions/actions.c:110 ../app/dialogs/dialogs.c:182 +#: ../app/actions/actions.c:110 +#: ../app/dialogs/dialogs.c:182 msgid "Channels" msgstr "通道" -#: ../app/actions/actions.c:113 ../app/dialogs/convert-dialog.c:174 +#: ../app/actions/actions.c:113 +#: ../app/dialogs/convert-dialog.c:174 #: ../app/dialogs/dialogs.c:190 msgid "Colormap" msgstr "颜色表" @@ -277,7 +269,8 @@ msgid "Context" msgstr "环境" -#: ../app/actions/actions.c:122 ../app/dialogs/dialogs.c:150 +#: ../app/actions/actions.c:122 +#: ../app/dialogs/dialogs.c:150 msgid "Pointer Information" msgstr "指针信息" @@ -298,7 +291,8 @@ msgstr "可停靠" #. Document History -#: ../app/actions/actions.c:137 ../app/dialogs/dialogs.c:171 +#: ../app/actions/actions.c:137 +#: ../app/dialogs/dialogs.c:171 #: ../app/dialogs/preferences-dialog.c:1595 msgid "Document History" msgstr "文档历史" @@ -307,11 +301,13 @@ msgid "Drawable" msgstr "可绘对象" -#: ../app/actions/actions.c:143 ../app/tools/tools-enums.c:300 +#: ../app/actions/actions.c:143 +#: ../app/tools/tools-enums.c:300 msgid "Edit" msgstr "编辑" -#: ../app/actions/actions.c:146 ../app/dialogs/dialogs.c:146 +#: ../app/actions/actions.c:146 +#: ../app/dialogs/dialogs.c:146 msgid "Error Console" msgstr "错误控制台" @@ -319,19 +315,24 @@ msgid "File" msgstr "文件" -#: ../app/actions/actions.c:152 ../app/dialogs/dialogs.c:165 +#: ../app/actions/actions.c:152 +#: ../app/dialogs/dialogs.c:165 #: ../app/dialogs/preferences-dialog.c:2760 msgid "Fonts" msgstr "字体" -#: ../app/actions/actions.c:155 ../app/actions/dialogs-actions.c:141 -#: ../app/dialogs/dialogs.c:228 ../app/widgets/gimpgradienteditor.c:276 +#: ../app/actions/actions.c:155 +#: ../app/actions/dialogs-actions.c:141 +#: ../app/dialogs/dialogs.c:228 +#: ../app/widgets/gimpgradienteditor.c:276 msgid "Gradient Editor" msgstr "渐变编辑器" #. initialize the list of gimp gradients -#: ../app/actions/actions.c:158 ../app/core/gimp.c:850 -#: ../app/dialogs/dialogs.c:161 ../app/dialogs/preferences-dialog.c:2756 +#: ../app/actions/actions.c:158 +#: ../app/core/gimp.c:850 +#: ../app/dialogs/dialogs.c:161 +#: ../app/dialogs/preferences-dialog.c:2756 msgid "Gradients" msgstr "渐变" @@ -339,48 +340,60 @@ msgid "Help" msgstr "帮助" -#: ../app/actions/actions.c:164 ../app/core/core-enums.c:212 +#: ../app/actions/actions.c:164 +#: ../app/core/core-enums.c:212 #: ../app/tools/tools-enums.c:242 msgid "Image" msgstr "图像" #. list & grid views -#: ../app/actions/actions.c:167 ../app/dialogs/dialogs.c:155 +#: ../app/actions/actions.c:167 +#: ../app/dialogs/dialogs.c:155 msgid "Images" msgstr "图像" -#: ../app/actions/actions.c:170 ../app/dialogs/dialogs.c:178 +#: ../app/actions/actions.c:170 +#: ../app/dialogs/dialogs.c:178 #: ../app/dialogs/resize-dialog.c:286 msgid "Layers" msgstr "图层" -#: ../app/actions/actions.c:173 ../app/actions/dialogs-actions.c:153 -#: ../app/dialogs/dialogs.c:232 ../app/widgets/gimppaletteeditor.c:155 +#: ../app/actions/actions.c:173 +#: ../app/actions/dialogs-actions.c:153 +#: ../app/dialogs/dialogs.c:232 +#: ../app/widgets/gimppaletteeditor.c:155 msgid "Palette Editor" msgstr "色板编辑器" #. initialize the list of gimp palettes -#: ../app/actions/actions.c:176 ../app/core/gimp.c:846 -#: ../app/dialogs/dialogs.c:163 ../app/dialogs/preferences-dialog.c:2752 +#: ../app/actions/actions.c:176 +#: ../app/core/gimp.c:846 +#: ../app/dialogs/dialogs.c:163 +#: ../app/dialogs/preferences-dialog.c:2752 msgid "Palettes" msgstr "色板" #. initialize the list of gimp patterns -#: ../app/actions/actions.c:179 ../app/core/gimp.c:842 -#: ../app/dialogs/dialogs.c:159 ../app/dialogs/preferences-dialog.c:2748 +#: ../app/actions/actions.c:179 +#: ../app/core/gimp.c:842 +#: ../app/dialogs/dialogs.c:159 +#: ../app/dialogs/preferences-dialog.c:2748 msgid "Patterns" msgstr "图案" -#: ../app/actions/actions.c:182 ../app/dialogs/preferences-dialog.c:2764 +#: ../app/actions/actions.c:182 +#: ../app/dialogs/preferences-dialog.c:2764 msgid "Plug-Ins" msgstr "插件" -#: ../app/actions/actions.c:185 ../app/core/core-enums.c:860 +#: ../app/actions/actions.c:185 +#: ../app/core/core-enums.c:860 #: ../app/core/gimpchannel.c:362 msgid "Quick Mask" msgstr "快速蒙板" -#: ../app/actions/actions.c:188 ../app/dialogs/dialogs.c:206 +#: ../app/actions/actions.c:188 +#: ../app/dialogs/dialogs.c:206 msgid "Sample Points" msgstr "采样点" @@ -389,7 +402,8 @@ msgstr "选择" #. initialize the template list -#: ../app/actions/actions.c:194 ../app/core/gimp.c:859 +#: ../app/actions/actions.c:194 +#: ../app/core/gimp.c:859 #: ../app/dialogs/dialogs.c:173 msgid "Templates" msgstr "模板" @@ -398,16 +412,20 @@ msgid "Text Editor" msgstr "文本编辑器" -#: ../app/actions/actions.c:200 ../app/dialogs/dialogs.c:138 -#: ../app/dialogs/preferences-dialog.c:1880 ../app/gui/gui.c:429 +#: ../app/actions/actions.c:200 +#: ../app/dialogs/dialogs.c:138 +#: ../app/dialogs/preferences-dialog.c:1880 +#: ../app/gui/gui.c:429 msgid "Tool Options" msgstr "工具选项" -#: ../app/actions/actions.c:203 ../app/dialogs/dialogs.c:167 +#: ../app/actions/actions.c:203 +#: ../app/dialogs/dialogs.c:167 msgid "Tools" msgstr "工具" -#: ../app/actions/actions.c:206 ../app/dialogs/dialogs.c:186 +#: ../app/actions/actions.c:206 +#: ../app/dialogs/dialogs.c:186 #: ../app/tools/gimpvectortool.c:160 msgid "Paths" msgstr "路径" @@ -570,35 +588,35 @@ #: ../app/actions/channels-actions.c:78 msgid "_Raise Channel" -msgstr "升高通道(_R)" +msgstr "上移通道(_R)" #: ../app/actions/channels-actions.c:79 msgid "Raise this channel one step in the channel stack" -msgstr "在通道栈中使此通道升高一步" +msgstr "在通道栈中使此通道上移一位" #: ../app/actions/channels-actions.c:84 msgid "Raise Channel to _Top" -msgstr "通道升至顶端(_T)" +msgstr "通道上移至顶端(_T)" #: ../app/actions/channels-actions.c:85 msgid "Raise this channel to the top of the channel stack" -msgstr "升高此通道至通道栈的顶端" +msgstr "上移此通道至通道栈的顶端" #: ../app/actions/channels-actions.c:90 msgid "_Lower Channel" -msgstr "降低通道(_L)" +msgstr "下移通道(_L)" #: ../app/actions/channels-actions.c:91 msgid "Lower this channel one step in the channel stack" -msgstr "在通道栈中使此通道降低一步" +msgstr "在通道栈中使此通道下移一位" #: ../app/actions/channels-actions.c:96 msgid "Lower Channel to _Bottom" -msgstr "通道降至底端(_B)" +msgstr "通道下移至底端(_B)" #: ../app/actions/channels-actions.c:97 msgid "Lower this channel to the bottom of the channel stack" -msgstr "降低此通道至通道栈底端" +msgstr "下移此通道至通道栈底端" #: ../app/actions/channels-actions.c:105 msgid "Channel to Sele_ction" @@ -608,7 +626,8 @@ msgid "Replace the selection with this channel" msgstr "用此通道替换选区" -#: ../app/actions/channels-actions.c:111 ../app/actions/layers-actions.c:266 +#: ../app/actions/channels-actions.c:111 +#: ../app/actions/layers-actions.c:266 #: ../app/actions/vectors-actions.c:173 msgid "_Add to Selection" msgstr "添加到选区(_A)" @@ -617,8 +636,10 @@ msgid "Add this channel to the current selection" msgstr "将此通道添加到当前选区" -#: ../app/actions/channels-actions.c:117 ../app/actions/layers-actions.c:272 -#: ../app/actions/layers-actions.c:299 ../app/actions/layers-actions.c:326 +#: ../app/actions/channels-actions.c:117 +#: ../app/actions/layers-actions.c:272 +#: ../app/actions/layers-actions.c:299 +#: ../app/actions/layers-actions.c:326 #: ../app/actions/vectors-actions.c:179 msgid "_Subtract from Selection" msgstr "从选区中减去(_S)" @@ -627,8 +648,10 @@ msgid "Subtract this channel from the current selection" msgstr "从当前选区中减去此通道" -#: ../app/actions/channels-actions.c:123 ../app/actions/layers-actions.c:278 -#: ../app/actions/layers-actions.c:305 ../app/actions/layers-actions.c:332 +#: ../app/actions/channels-actions.c:123 +#: ../app/actions/layers-actions.c:278 +#: ../app/actions/layers-actions.c:305 +#: ../app/actions/layers-actions.c:332 #: ../app/actions/vectors-actions.c:185 msgid "_Intersect with Selection" msgstr "与选区相交(_I)" @@ -674,13 +697,16 @@ #: ../app/actions/channels-commands.c:243 #: ../app/display/gimpdisplayshell-dnd.c:584 #: ../app/widgets/gimpchanneltreeview.c:249 -#: ../app/widgets/gimplayertreeview.c:773 ../app/widgets/gimptoolbox-dnd.c:313 +#: ../app/widgets/gimplayertreeview.c:773 +#: ../app/widgets/gimptoolbox-dnd.c:313 #, c-format msgid "%s Channel Copy" msgstr "%s 通道副本" -#: ../app/actions/channels-commands.c:307 ../app/core/gimpselection.c:549 -#: ../app/pdb/selection-cmds.c:454 ../app/pdb/selection-cmds.c:521 +#: ../app/actions/channels-commands.c:307 +#: ../app/core/gimpselection.c:549 +#: ../app/pdb/selection-cmds.c:454 +#: ../app/pdb/selection-cmds.c:521 msgid "Channel to Selection" msgstr "通道到选区" @@ -729,17 +755,19 @@ #: ../app/actions/config-actions.c:40 msgid "If possible, use GEGL for image processing" -msgstr "尽可能的使用 GEGL 处理图像" +msgstr "优先使用 GEGL 处理图像" #: ../app/actions/context-actions.c:46 msgid "_Context" msgstr "环境(_C)" -#: ../app/actions/context-actions.c:47 ../app/actions/image-actions.c:59 +#: ../app/actions/context-actions.c:47 +#: ../app/actions/image-actions.c:59 msgid "_Colors" msgstr "颜色(_C)" -#: ../app/actions/context-actions.c:48 ../app/actions/layers-actions.c:58 +#: ../app/actions/context-actions.c:48 +#: ../app/actions/layers-actions.c:58 msgid "_Opacity" msgstr "不透明度(_O)" @@ -756,7 +784,8 @@ msgid "_Brush" msgstr "画笔(_B)" -#: ../app/actions/context-actions.c:52 ../app/actions/plug-in-actions.c:99 +#: ../app/actions/context-actions.c:52 +#: ../app/actions/plug-in-actions.c:99 #: ../app/dialogs/preferences-dialog.c:1943 msgid "_Pattern" msgstr "图案(_P)" @@ -830,13 +859,16 @@ msgid "Sample Merged" msgstr "位样合并(_M)" -#: ../app/actions/data-commands.c:107 ../app/actions/documents-commands.c:344 -#: ../app/actions/file-commands.c:184 ../app/dialogs/file-open-dialog.c:220 -#: ../app/dialogs/file-open-dialog.c:264 +#: ../app/actions/data-commands.c:107 +#: ../app/actions/documents-commands.c:344 +#: ../app/actions/file-commands.c:184 +#: ../app/dialogs/file-open-dialog.c:229 +#: ../app/dialogs/file-open-dialog.c:273 #: ../app/dialogs/file-open-location-dialog.c:213 #: ../app/dialogs/file-open-location-dialog.c:225 #: ../app/display/gimpdisplayshell-dnd.c:537 -#: ../app/widgets/gimplayertreeview.c:730 ../app/widgets/gimptoolbox-dnd.c:158 +#: ../app/widgets/gimplayertreeview.c:730 +#: ../app/widgets/gimptoolbox-dnd.c:158 #: ../app/widgets/gimptoolbox.c:981 #, c-format msgid "" @@ -849,10 +881,14 @@ "%s" #: ../app/actions/data-commands.c:133 -#: ../app/core/gimpbrushgenerated-load.c:125 ../app/core/gimpimage.c:1419 -#: ../app/core/gimppalette-import.c:211 ../app/core/gimppalette-load.c:222 -#: ../app/core/gimppalette.c:333 ../app/dialogs/palette-import-dialog.c:774 -#: ../app/pdb/image-cmds.c:2198 ../app/widgets/gimpdnd-xds.c:92 +#: ../app/core/gimpbrushgenerated-load.c:125 +#: ../app/core/gimpimage.c:1419 +#: ../app/core/gimppalette-import.c:211 +#: ../app/core/gimppalette-load.c:222 +#: ../app/core/gimppalette.c:333 +#: ../app/dialogs/palette-import-dialog.c:774 +#: ../app/pdb/image-cmds.c:2198 +#: ../app/widgets/gimpdnd-xds.c:92 msgid "Untitled" msgstr "无标题" @@ -863,12 +899,11 @@ #: ../app/actions/data-commands.c:254 #, c-format msgid "Delete '%s'?" -msgstr "删除“%s”?" +msgstr "删除“%s”吗?" #: ../app/actions/data-commands.c:257 #, c-format -msgid "" -"Are you sure you want to remove '%s' from the list and delete it on disk?" +msgid "Are you sure you want to remove '%s' from the list and delete it on disk?" msgstr "您确认要从列表移除“%s”并在磁盘上删除它吗?" #: ../app/actions/dialogs-actions.c:39 @@ -951,7 +986,8 @@ msgid "Open the undo history dialog" msgstr "打开撤消历史对话框" -#: ../app/actions/dialogs-actions.c:99 ../app/dialogs/dialogs.c:150 +#: ../app/actions/dialogs-actions.c:99 +#: ../app/dialogs/dialogs.c:150 msgid "Pointer" msgstr "指针" @@ -1105,13 +1141,14 @@ #: ../app/actions/dialogs-actions.c:225 msgid "Show some helpful tips on using GIMP" -msgstr "显示一些关于 GIMP 的小贴士" +msgstr "显示一些关于 GIMP 的小技巧" #: ../app/actions/dialogs-actions.c:230 msgid "_About" msgstr "关于(_A)" -#: ../app/actions/dialogs-actions.c:231 ../app/dialogs/about-dialog.c:114 +#: ../app/actions/dialogs-actions.c:231 +#: ../app/dialogs/about-dialog.c:114 #: ../app/gui/gui.c:479 msgid "About GIMP" msgstr "关于 GIMP" @@ -1124,11 +1161,13 @@ msgid "Close Dock" msgstr "关闭停靠" -#: ../app/actions/dock-actions.c:52 ../app/actions/view-actions.c:123 +#: ../app/actions/dock-actions.c:52 +#: ../app/actions/view-actions.c:123 msgid "_Open Display..." msgstr "打开显示(_O)..." -#: ../app/actions/dock-actions.c:53 ../app/actions/view-actions.c:124 +#: ../app/actions/dock-actions.c:53 +#: ../app/actions/view-actions.c:124 msgid "Connect to another display" msgstr "连接到另一个显示" @@ -1169,12 +1208,12 @@ # #: ../app/actions/dockable-actions.c:81 msgid "_Tiny" -msgstr "细小(_T)" +msgstr "小(_T)" # #: ../app/actions/dockable-actions.c:82 msgid "E_xtra Small" -msgstr "加小(_X)" +msgstr "更小(_X)" # #: ../app/actions/dockable-actions.c:83 @@ -1224,12 +1263,12 @@ # #: ../app/actions/dockable-actions.c:96 msgid "_Text" -msgstr "文字(_T)" +msgstr "文本(_T)" # #: ../app/actions/dockable-actions.c:97 msgid "I_con & Text" -msgstr "图标和文字(_C)" +msgstr "图标和文本(_C)" # #: ../app/actions/dockable-actions.c:98 @@ -1362,13 +1401,11 @@ #: ../app/actions/documents-commands.c:221 msgid "Clear the Recent Documents list?" -msgstr "清除文档历史?" +msgstr "清除文档历史吗?" # #: ../app/actions/documents-commands.c:224 -msgid "" -"Clearing the document history will permanently remove all items from the " -"recent documents list in all applications." +msgid "Clearing the document history will permanently remove all items from the recent documents list in all applications." msgstr "清除文档历史将从最近文档列表中永久移除所有图像。" # @@ -1412,7 +1449,8 @@ msgstr "偏移像素,可选择在边界处回卷像素" # -#: ../app/actions/drawable-actions.c:72 ../app/actions/vectors-actions.c:153 +#: ../app/actions/drawable-actions.c:72 +#: ../app/actions/vectors-actions.c:153 msgid "_Linked" msgstr "链接(_L)" @@ -1422,7 +1460,8 @@ msgstr "切换链接状态" # -#: ../app/actions/drawable-actions.c:79 ../app/actions/vectors-actions.c:147 +#: ../app/actions/drawable-actions.c:79 +#: ../app/actions/vectors-actions.c:147 msgid "_Visible" msgstr "可见(_V)" @@ -1432,7 +1471,8 @@ msgstr "切换可见性" # -#: ../app/actions/drawable-actions.c:89 ../app/actions/image-actions.c:159 +#: ../app/actions/drawable-actions.c:89 +#: ../app/actions/image-actions.c:159 msgid "Flip _Horizontally" msgstr "水平翻转(_H)" @@ -1442,7 +1482,8 @@ msgstr "水平翻转" # -#: ../app/actions/drawable-actions.c:95 ../app/actions/image-actions.c:165 +#: ../app/actions/drawable-actions.c:95 +#: ../app/actions/image-actions.c:165 msgid "Flip _Vertically" msgstr "垂直翻转(_V)" @@ -1452,7 +1493,8 @@ msgstr "垂直翻转" # -#: ../app/actions/drawable-actions.c:104 ../app/actions/image-actions.c:174 +#: ../app/actions/drawable-actions.c:104 +#: ../app/actions/image-actions.c:174 msgid "Rotate 90° _clockwise" msgstr "顺时针旋转 90 度(_C)" @@ -1462,7 +1504,8 @@ msgstr "顺时针旋转 90 度" # -#: ../app/actions/drawable-actions.c:110 ../app/actions/image-actions.c:180 +#: ../app/actions/drawable-actions.c:110 +#: ../app/actions/image-actions.c:180 msgid "Rotate _180°" msgstr "旋转 180 度(_1)" @@ -1472,7 +1515,8 @@ msgstr "上下颠倒" # -#: ../app/actions/drawable-actions.c:116 ../app/actions/image-actions.c:186 +#: ../app/actions/drawable-actions.c:116 +#: ../app/actions/image-actions.c:186 msgid "Rotate 90° counter-clock_wise" msgstr "逆时针旋转 90 度(_W)" @@ -1513,7 +1557,8 @@ msgid "Undo History Menu" msgstr "撤消历史菜单" -#: ../app/actions/edit-actions.c:72 ../app/actions/edit-actions.c:313 +#: ../app/actions/edit-actions.c:72 +#: ../app/actions/edit-actions.c:313 msgid "_Undo" msgstr "撤消(_U)" @@ -1522,7 +1567,8 @@ msgid "Undo the last operation" msgstr "撤消上次操作" -#: ../app/actions/edit-actions.c:78 ../app/actions/edit-actions.c:314 +#: ../app/actions/edit-actions.c:78 +#: ../app/actions/edit-actions.c:314 msgid "_Redo" msgstr "重做(_R)" @@ -1561,7 +1607,8 @@ msgid "Remove all operations from the undo history" msgstr "从撤消历史中移除全部操作" -#: ../app/actions/edit-actions.c:102 ../app/actions/edit-actions.c:315 +#: ../app/actions/edit-actions.c:102 +#: ../app/actions/edit-actions.c:315 msgid "_Fade..." msgstr "淡出(_F)..." @@ -1627,7 +1674,8 @@ msgstr "从剪贴板(_C)" # -#: ../app/actions/edit-actions.c:139 ../app/actions/edit-actions.c:145 +#: ../app/actions/edit-actions.c:139 +#: ../app/actions/edit-actions.c:145 msgid "Create a new image from the content of the clipboard" msgstr "从剪贴板中的内容创建新图像" @@ -1759,17 +1807,21 @@ msgid "Cut pixels to the clipboard" msgstr "将像素复制到剪贴板" -#: ../app/actions/edit-commands.c:228 ../app/actions/edit-commands.c:254 +#: ../app/actions/edit-commands.c:228 +#: ../app/actions/edit-commands.c:254 msgid "Copied pixels to the clipboard" msgstr "将像素复制到剪贴板" -#: ../app/actions/edit-commands.c:315 ../app/actions/edit-commands.c:349 +#: ../app/actions/edit-commands.c:315 +#: ../app/actions/edit-commands.c:349 #: ../app/actions/edit-commands.c:525 msgid "There is no image data in the clipboard to paste." msgstr "剪贴板中没有可粘贴的图像数据。" -#: ../app/actions/edit-commands.c:338 ../app/core/gimpbrushclipboard.c:181 -#: ../app/core/gimppatternclipboard.c:181 ../app/widgets/gimpclipboard.c:296 +#: ../app/actions/edit-commands.c:338 +#: ../app/core/gimpbrushclipboard.c:181 +#: ../app/core/gimppatternclipboard.c:181 +#: ../app/widgets/gimpclipboard.c:296 msgid "Clipboard" msgstr "剪贴板" @@ -1777,7 +1829,8 @@ msgid "Cut Named" msgstr "命名剪切" -#: ../app/actions/edit-commands.c:366 ../app/actions/edit-commands.c:407 +#: ../app/actions/edit-commands.c:366 +#: ../app/actions/edit-commands.c:407 #: ../app/actions/edit-commands.c:427 msgid "Enter a name for this buffer" msgstr "为这个缓冲区输入一个名字" @@ -1794,7 +1847,8 @@ msgid "There is no active layer or channel to cut from." msgstr "没有活动图层或通道可以剪切。" -#: ../app/actions/edit-commands.c:547 ../app/actions/edit-commands.c:579 +#: ../app/actions/edit-commands.c:547 +#: ../app/actions/edit-commands.c:579 #: ../app/actions/edit-commands.c:603 msgid "(Unnamed Buffer)" msgstr "(未命名缓冲区)" @@ -1990,7 +2044,8 @@ msgid "Save this image and close its window" msgstr "保存此图像并关闭它的窗口" -#: ../app/actions/file-commands.c:104 ../app/actions/file-commands.c:456 +#: ../app/actions/file-commands.c:104 +#: ../app/actions/file-commands.c:456 #: ../app/dialogs/file-open-dialog.c:76 msgid "Open Image" msgstr "打开图像" @@ -2003,7 +2058,8 @@ msgid "Saving canceled" msgstr "已取消保存" -#: ../app/actions/file-commands.c:275 ../app/dialogs/file-save-dialog.c:513 +#: ../app/actions/file-commands.c:275 +#: ../app/dialogs/file-save-dialog.c:513 #: ../app/widgets/gimpdnd-xds.c:173 #, c-format msgid "" @@ -2019,7 +2075,8 @@ msgid "No changes need to be saved" msgstr "没有需要保存的修改" -#: ../app/actions/file-commands.c:307 ../app/dialogs/file-save-dialog.c:88 +#: ../app/actions/file-commands.c:307 +#: ../app/dialogs/file-save-dialog.c:88 msgid "Save Image" msgstr "保存图像" @@ -2033,7 +2090,7 @@ #: ../app/actions/file-commands.c:337 msgid "Enter a name for this template" -msgstr "给这个模板输入一个名字" +msgstr "为这个模板输入一个名字" #: ../app/actions/file-commands.c:363 msgid "Revert failed. No file name associated with this image." @@ -2049,11 +2106,8 @@ msgstr "将“%s”恢复到“%s”?" #: ../app/actions/file-commands.c:408 -msgid "" -"By reverting the image to the state saved on disk, you will lose all " -"changes, including all undo information." -msgstr "" -"如果将图像恢复到磁盘上保存的状态,您将会丢失所有的改变,包括所有的撤消信息。" +msgid "By reverting the image to the state saved on disk, you will lose all changes, including all undo information." +msgstr "如果将图像恢复到磁盘上保存的状态,您将会丢失所有的改变,包括所有的撤消信息。" #: ../app/actions/file-commands.c:563 msgid "(Unnamed Template)" @@ -2257,7 +2311,8 @@ #: ../app/actions/gradient-editor-actions.c:371 #: ../app/actions/palette-editor-actions.c:88 -#: ../app/actions/view-actions.c:262 ../app/actions/view-actions.c:274 +#: ../app/actions/view-actions.c:262 +#: ../app/actions/view-actions.c:274 msgid "Zoom in" msgstr "放大" @@ -2268,7 +2323,8 @@ #: ../app/actions/gradient-editor-actions.c:377 #: ../app/actions/palette-editor-actions.c:94 -#: ../app/actions/view-actions.c:256 ../app/actions/view-actions.c:268 +#: ../app/actions/view-actions.c:256 +#: ../app/actions/view-actions.c:268 msgid "Zoom out" msgstr "缩小" @@ -2516,7 +2572,8 @@ msgstr "将“%s”保存为 POV-Ray" # -#: ../app/actions/help-actions.c:38 ../app/actions/help-actions.c:41 +#: ../app/actions/help-actions.c:38 +#: ../app/actions/help-actions.c:41 msgid "_Help" msgstr "帮助(_H)" @@ -2536,7 +2593,8 @@ msgstr "为指定用户界面项显示帮助" # -#: ../app/actions/image-actions.c:47 ../app/actions/image-actions.c:51 +#: ../app/actions/image-actions.c:47 +#: ../app/actions/image-actions.c:51 msgid "Image Menu" msgstr "图像菜单" @@ -2551,27 +2609,30 @@ msgstr "模式(_M)" # -#: ../app/actions/image-actions.c:56 ../app/actions/layers-actions.c:56 +#: ../app/actions/image-actions.c:56 +#: ../app/actions/layers-actions.c:56 msgid "_Transform" msgstr "变换(_T)" # #: ../app/actions/image-actions.c:57 msgid "_Guides" -msgstr "参考线(_G)" +msgstr "辅助线(_G)" # #: ../app/actions/image-actions.c:60 msgid "I_nfo" msgstr "信息(_N)" -#: ../app/actions/image-actions.c:61 ../app/tools/gimplevelstool.c:653 +#: ../app/actions/image-actions.c:61 +#: ../app/tools/gimplevelstool.c:653 #: ../app/tools/gimpthresholdtool.c:264 msgid "_Auto" msgstr "自动(_A)" # -#: ../app/actions/image-actions.c:62 ../app/actions/plug-in-actions.c:95 +#: ../app/actions/image-actions.c:62 +#: ../app/actions/plug-in-actions.c:95 msgid "_Map" msgstr "映射(_M)" @@ -2641,14 +2702,15 @@ msgstr "更改图像内容的大小" # -#: ../app/actions/image-actions.c:102 ../app/actions/layers-actions.c:188 +#: ../app/actions/image-actions.c:102 +#: ../app/actions/layers-actions.c:188 msgid "_Crop to Selection" -msgstr "剪裁到选区(_C)" +msgstr "裁切到选区(_C)" # #: ../app/actions/image-actions.c:103 msgid "Crop the image to the extents of the selection" -msgstr "剪裁图像到选区的范围" +msgstr "裁切图像到选区的范围" # #: ../app/actions/image-actions.c:108 @@ -2666,17 +2728,20 @@ msgstr "合并可见图层(_L)..." # -#: ../app/actions/image-actions.c:115 ../app/actions/layers-actions.c:141 +#: ../app/actions/image-actions.c:115 +#: ../app/actions/layers-actions.c:141 msgid "Merge all visible layers into one layer" msgstr "将所有的可见图层合并为一个图层" # -#: ../app/actions/image-actions.c:120 ../app/actions/layers-actions.c:146 +#: ../app/actions/image-actions.c:120 +#: ../app/actions/layers-actions.c:146 msgid "_Flatten Image" -msgstr "平整图像(_F)" +msgstr "拼合图像(_F)" # -#: ../app/actions/image-actions.c:121 ../app/actions/layers-actions.c:147 +#: ../app/actions/image-actions.c:121 +#: ../app/actions/layers-actions.c:147 msgid "Merge all layers into one and remove transparency" msgstr "将所有的图层合并为一个并移除透明" @@ -2752,12 +2817,13 @@ #: ../app/actions/image-commands.c:235 msgid "Set Image Canvas Size" -msgstr "设置图像画布大小" +msgstr "设置画布大小" -#: ../app/actions/image-commands.c:261 ../app/actions/image-commands.c:282 +#: ../app/actions/image-commands.c:261 +#: ../app/actions/image-commands.c:282 #: ../app/actions/image-commands.c:559 msgid "Resizing" -msgstr "改变大小" +msgstr "调整大小" #: ../app/actions/image-commands.c:306 msgid "Set Image Print Resolution" @@ -2771,12 +2837,15 @@ #: ../app/actions/image-commands.c:383 #: ../app/pdb/drawable-transform-cmds.c:525 -#: ../app/pdb/drawable-transform-cmds.c:604 ../app/pdb/image-cmds.c:533 -#: ../app/pdb/transform-tools-cmds.c:215 ../app/tools/gimprotatetool.c:122 +#: ../app/pdb/drawable-transform-cmds.c:604 +#: ../app/pdb/image-cmds.c:533 +#: ../app/pdb/transform-tools-cmds.c:215 +#: ../app/tools/gimprotatetool.c:122 msgid "Rotating" msgstr "旋转" -#: ../app/actions/image-commands.c:408 ../app/actions/layers-commands.c:639 +#: ../app/actions/image-commands.c:408 +#: ../app/actions/layers-commands.c:642 msgid "Cannot crop because the current selection is empty." msgstr "无法剪裁,因为当前选区为空。" @@ -2784,17 +2853,22 @@ msgid "Change Print Size" msgstr "改变打印大小" -#: ../app/actions/image-commands.c:647 ../app/core/gimpimage-scale.c:82 +#: ../app/actions/image-commands.c:647 +#: ../app/core/gimpimage-scale.c:82 msgid "Scale Image" msgstr "缩放图像" #. Scaling -#: ../app/actions/image-commands.c:658 ../app/actions/layers-commands.c:1101 +#: ../app/actions/image-commands.c:658 +#: ../app/actions/layers-commands.c:1104 #: ../app/dialogs/preferences-dialog.c:1925 #: ../app/pdb/drawable-transform-cmds.c:682 -#: ../app/pdb/drawable-transform-cmds.c:758 ../app/pdb/image-cmds.c:405 -#: ../app/pdb/image-cmds.c:441 ../app/pdb/layer-cmds.c:289 -#: ../app/pdb/layer-cmds.c:334 ../app/pdb/transform-tools-cmds.c:291 +#: ../app/pdb/drawable-transform-cmds.c:758 +#: ../app/pdb/image-cmds.c:405 +#: ../app/pdb/image-cmds.c:441 +#: ../app/pdb/layer-cmds.c:292 +#: ../app/pdb/layer-cmds.c:337 +#: ../app/pdb/transform-tools-cmds.c:291 #: ../app/tools/gimpscaletool.c:107 msgid "Scaling" msgstr "缩放" @@ -2807,7 +2881,7 @@ # #: ../app/actions/images-actions.c:47 msgid "_Raise Views" -msgstr "升高视图(_R)" +msgstr "视图前置(_R)" # #: ../app/actions/images-actions.c:48 @@ -2815,7 +2889,8 @@ msgstr "升高此图像的显示" # -#: ../app/actions/images-actions.c:53 ../app/actions/view-actions.c:75 +#: ../app/actions/images-actions.c:53 +#: ../app/actions/view-actions.c:75 msgid "_New View" msgstr "新建视图(_N)" @@ -2852,7 +2927,7 @@ # #: ../app/actions/layers-actions.c:53 msgid "Te_xt to Selection" -msgstr "文字到选区(_X)" +msgstr "文本到选区(_X)" # #: ../app/actions/layers-actions.c:54 @@ -2877,7 +2952,7 @@ # #: ../app/actions/layers-actions.c:62 msgid "Te_xt Tool" -msgstr "文字工具(_X)" +msgstr "文本工具(_X)" # #: ../app/actions/layers-actions.c:63 @@ -3012,7 +3087,7 @@ # #: ../app/actions/layers-actions.c:152 msgid "_Discard Text Information" -msgstr "放弃文字信息(_D)" +msgstr "丢弃文字信息(_D)" # #: ../app/actions/layers-actions.c:153 @@ -3195,7 +3270,8 @@ msgstr "用图层的 Alpha 通道替换选区" # -#: ../app/actions/layers-actions.c:293 ../app/actions/layers-actions.c:320 +#: ../app/actions/layers-actions.c:293 +#: ../app/actions/layers-actions.c:320 msgid "A_dd to Selection" msgstr "添加到选区(_D)" @@ -3284,50 +3360,54 @@ msgid "Set Opacity" msgstr "不透明度" -#: ../app/actions/layers-commands.c:203 +#: ../app/actions/layers-commands.c:204 msgid "Layer Attributes" msgstr "图层属性" -#: ../app/actions/layers-commands.c:206 +#: ../app/actions/layers-commands.c:207 msgid "Edit Layer Attributes" msgstr "编辑图层属性" -#: ../app/actions/layers-commands.c:249 ../app/actions/layers-commands.c:251 -#: ../app/actions/layers-commands.c:319 ../app/actions/layers-commands.c:323 +#: ../app/actions/layers-commands.c:250 +#: ../app/actions/layers-commands.c:252 +#: ../app/actions/layers-commands.c:320 +#: ../app/actions/layers-commands.c:324 #: ../app/widgets/gimpdrawabletreeview.c:326 #: ../app/widgets/gimplayertreeview.c:835 msgid "New Layer" msgstr "新建图层" -#: ../app/actions/layers-commands.c:254 +#: ../app/actions/layers-commands.c:255 msgid "Create a New Layer" msgstr "创建新图层" -#: ../app/actions/layers-commands.c:352 +#: ../app/actions/layers-commands.c:355 msgid "Visible" msgstr "可见" -#: ../app/actions/layers-commands.c:571 +#: ../app/actions/layers-commands.c:574 msgid "Set Layer Boundary Size" msgstr "设置图层边界大小" -#: ../app/actions/layers-commands.c:612 ../app/core/gimplayer.c:251 +#: ../app/actions/layers-commands.c:615 +#: ../app/core/gimplayer.c:251 msgid "Scale Layer" msgstr "缩放图层" -#: ../app/actions/layers-commands.c:649 +#: ../app/actions/layers-commands.c:652 msgid "Crop Layer" msgstr "剪裁图层" -#: ../app/actions/layers-commands.c:788 +#: ../app/actions/layers-commands.c:791 msgid "Layer Mask to Selection" msgstr "图层蒙板到选区" -#: ../app/actions/layers-commands.c:1036 +#: ../app/actions/layers-commands.c:1039 msgid "Please select a channel first" -msgstr "请先选择通道" +msgstr "请先选择一个通道" -#: ../app/actions/layers-commands.c:1044 ../app/core/gimplayer.c:1283 +#: ../app/actions/layers-commands.c:1047 +#: ../app/core/gimplayer.c:1283 #: ../app/dialogs/layer-add-mask-dialog.c:81 msgid "Add Layer Mask" msgstr "添加图层蒙板" @@ -3384,7 +3464,7 @@ #: ../app/actions/palette-editor-actions.c:99 msgid "Zoom _All" -msgstr "完整显示(_A)" +msgstr "原始大小(_A)" #: ../app/actions/palette-editor-commands.c:69 msgid "Edit Palette Color" @@ -3884,7 +3964,8 @@ msgid "Stroke the selection with last used values" msgstr "按上次使用的值勾画选区" -#: ../app/actions/select-commands.c:153 ../app/core/gimpselection.c:167 +#: ../app/actions/select-commands.c:153 +#: ../app/core/gimpselection.c:167 msgid "Feather Selection" msgstr "羽化选区" @@ -3892,7 +3973,8 @@ msgid "Feather selection by" msgstr "羽化半径" -#: ../app/actions/select-commands.c:191 ../app/core/gimpselection.c:174 +#: ../app/actions/select-commands.c:191 +#: ../app/core/gimpselection.c:174 msgid "Shrink Selection" msgstr "选区收缩" @@ -3904,7 +3986,8 @@ msgid "_Shrink from image border" msgstr "从图像边界收缩(_S)" -#: ../app/actions/select-commands.c:228 ../app/core/gimpselection.c:173 +#: ../app/actions/select-commands.c:228 +#: ../app/core/gimpselection.c:173 msgid "Grow Selection" msgstr "选区增长" @@ -3912,7 +3995,8 @@ msgid "Grow selection by" msgstr "增长距离" -#: ../app/actions/select-commands.c:255 ../app/core/gimpselection.c:172 +#: ../app/actions/select-commands.c:255 +#: ../app/core/gimpselection.c:172 msgid "Border Selection" msgstr "取选区边界" @@ -3930,13 +4014,16 @@ msgid "_Lock selection to image edges" msgstr "锁定选区到图像边缘" -#: ../app/actions/select-commands.c:330 ../app/actions/select-commands.c:362 -#: ../app/actions/vectors-commands.c:379 ../app/actions/vectors-commands.c:412 +#: ../app/actions/select-commands.c:330 +#: ../app/actions/select-commands.c:362 +#: ../app/actions/vectors-commands.c:379 +#: ../app/actions/vectors-commands.c:412 #: ../app/dialogs/stroke-dialog.c:299 msgid "There is no active layer or channel to stroke to." msgstr "没有活动图层或通道可以勾画。" -#: ../app/actions/select-commands.c:336 ../app/core/gimpselection.c:151 +#: ../app/actions/select-commands.c:336 +#: ../app/core/gimpselection.c:151 msgid "Stroke Selection" msgstr "勾画选区" @@ -4014,8 +4101,7 @@ #: ../app/actions/templates-commands.c:239 #, c-format -msgid "" -"Are you sure you want to delete template '%s' from the list and from disk?" +msgid "Are you sure you want to delete template '%s' from the list and from disk?" msgstr "您确认要从列表以及磁盘中删除“%s”模板吗?" # @@ -4028,7 +4114,8 @@ msgid "Load text from file" msgstr "从文件中加载文本" -#: ../app/actions/text-editor-actions.c:50 ../app/core/gimp-edit.c:445 +#: ../app/actions/text-editor-actions.c:50 +#: ../app/core/gimp-edit.c:445 msgid "Clear" msgstr "清除" @@ -4062,14 +4149,22 @@ msgstr "打开文本文件(UTF-8)" #: ../app/actions/text-editor-commands.c:144 -#: ../app/config/gimpconfig-file.c:59 ../app/core/gimpbrush-load.c:140 -#: ../app/core/gimpbrush-load.c:420 ../app/core/gimpbrushgenerated-load.c:73 -#: ../app/core/gimpbrushpipe-load.c:81 ../app/core/gimpcurve-load.c:55 -#: ../app/core/gimpgradient-load.c:62 ../app/core/gimppalette-load.c:76 -#: ../app/core/gimppalette-load.c:270 ../app/core/gimppalette-load.c:314 -#: ../app/core/gimppalette-load.c:368 ../app/core/gimppalette-load.c:456 -#: ../app/core/gimppalette-load.c:599 ../app/core/gimppattern-load.c:76 -#: ../app/tools/gimpcurvestool.c:623 ../app/tools/gimplevelstool.c:743 +#: ../app/config/gimpconfig-file.c:59 +#: ../app/core/gimpbrush-load.c:140 +#: ../app/core/gimpbrush-load.c:420 +#: ../app/core/gimpbrushgenerated-load.c:73 +#: ../app/core/gimpbrushpipe-load.c:81 +#: ../app/core/gimpcurve-load.c:55 +#: ../app/core/gimpgradient-load.c:62 +#: ../app/core/gimppalette-load.c:76 +#: ../app/core/gimppalette-load.c:270 +#: ../app/core/gimppalette-load.c:314 +#: ../app/core/gimppalette-load.c:368 +#: ../app/core/gimppalette-load.c:456 +#: ../app/core/gimppalette-load.c:599 +#: ../app/core/gimppattern-load.c:76 +#: ../app/tools/gimpcurvestool.c:623 +#: ../app/tools/gimplevelstool.c:743 #: ../app/xcf/xcf.c:329 #, c-format msgid "Could not open '%s' for reading: %s" @@ -4316,7 +4411,8 @@ msgstr "删除路径(_D)" # -#: ../app/actions/vectors-actions.c:78 ../app/core/core-enums.c:920 +#: ../app/actions/vectors-actions.c:78 +#: ../app/core/core-enums.c:920 msgid "Delete path" msgstr "删除路径" @@ -4410,7 +4506,8 @@ msgid "Path to Sele_ction" msgstr "路径到选区(_C)" -#: ../app/actions/vectors-actions.c:163 ../app/tools/gimpvectortool.c:1912 +#: ../app/actions/vectors-actions.c:163 +#: ../app/tools/gimpvectortool.c:1912 msgid "Path to selection" msgstr "路径到选区" @@ -4424,7 +4521,8 @@ msgstr "添加" # -#: ../app/actions/vectors-actions.c:180 ../app/base/base-enums.c:119 +#: ../app/actions/vectors-actions.c:180 +#: ../app/base/base-enums.c:119 msgid "Subtract" msgstr "减去" @@ -4439,7 +4537,8 @@ msgstr "选区到路径(_O)" # -#: ../app/actions/vectors-actions.c:195 ../app/actions/vectors-actions.c:201 +#: ../app/actions/vectors-actions.c:195 +#: ../app/actions/vectors-actions.c:201 msgid "Selection to path" msgstr "选区到路径" @@ -4466,7 +4565,8 @@ msgid "Edit Path Attributes" msgstr "编辑路径属性" -#: ../app/actions/vectors-commands.c:165 ../app/actions/vectors-commands.c:166 +#: ../app/actions/vectors-commands.c:165 +#: ../app/actions/vectors-commands.c:166 #: ../app/actions/vectors-commands.c:188 msgid "New Path" msgstr "新建路径" @@ -4475,13 +4575,16 @@ msgid "New Path Options" msgstr "新建路径选项" -#: ../app/actions/vectors-commands.c:305 ../app/pdb/paths-cmds.c:640 +#: ../app/actions/vectors-commands.c:305 +#: ../app/pdb/paths-cmds.c:640 #: ../app/pdb/vectors-cmds.c:1253 msgid "Path to Selection" msgstr "路径到选区" -#: ../app/actions/vectors-commands.c:385 ../app/tools/gimpvectoroptions.c:199 -#: ../app/tools/gimpvectortool.c:1945 ../app/vectors/gimpvectors.c:200 +#: ../app/actions/vectors-commands.c:385 +#: ../app/tools/gimpvectoroptions.c:199 +#: ../app/tools/gimpvectortool.c:1945 +#: ../app/vectors/gimpvectors.c:200 msgid "Stroke Path" msgstr "勾画路径" @@ -4540,7 +4643,8 @@ msgid "Adjust the zoom ratio so that the entire window is used" msgstr "调整缩放比率以使窗口最佳化使用" -#: ../app/actions/view-actions.c:99 ../app/actions/view-actions.c:579 +#: ../app/actions/view-actions.c:99 +#: ../app/actions/view-actions.c:579 msgid "Re_vert Zoom" msgstr "恢复缩放(_V)" @@ -4948,24 +5052,28 @@ msgstr "手画" # -#: ../app/base/base-enums.c:55 ../app/base/base-enums.c:125 +#: ../app/base/base-enums.c:55 +#: ../app/base/base-enums.c:125 #: ../app/core/core-enums.c:1202 msgid "Value" msgstr "明度" -#: ../app/base/base-enums.c:56 ../app/core/core-enums.c:1197 +#: ../app/base/base-enums.c:56 +#: ../app/core/core-enums.c:1197 #: ../app/tools/gimpcolorbalancetool.c:296 #: ../app/tools/gimphuesaturationtool.c:252 msgid "Red" msgstr "红色" -#: ../app/base/base-enums.c:57 ../app/core/core-enums.c:1198 +#: ../app/base/base-enums.c:57 +#: ../app/core/core-enums.c:1198 #: ../app/tools/gimpcolorbalancetool.c:305 #: ../app/tools/gimphuesaturationtool.c:254 msgid "Green" msgstr "绿色" -#: ../app/base/base-enums.c:58 ../app/core/core-enums.c:1199 +#: ../app/base/base-enums.c:58 +#: ../app/core/core-enums.c:1199 #: ../app/tools/gimpcolorbalancetool.c:314 #: ../app/tools/gimphuesaturationtool.c:256 msgid "Blue" @@ -4977,7 +5085,8 @@ msgstr "Alpha" # -#: ../app/base/base-enums.c:60 ../app/display/gimpdisplayshell-title.c:233 +#: ../app/base/base-enums.c:60 +#: ../app/display/gimpdisplayshell-title.c:233 #: ../app/widgets/widgets-enums.c:84 msgid "RGB" msgstr "RGB" @@ -5025,24 +5134,27 @@ # #: ../app/base/base-enums.c:120 msgid "Darken only" -msgstr "仅变暗" +msgstr "变暗" # #: ../app/base/base-enums.c:121 msgid "Lighten only" -msgstr "仅变亮" +msgstr "变亮" # -#: ../app/base/base-enums.c:122 ../app/core/core-enums.c:1200 +#: ../app/base/base-enums.c:122 +#: ../app/core/core-enums.c:1200 msgid "Hue" msgstr "色调" # -#: ../app/base/base-enums.c:123 ../app/core/core-enums.c:1201 +#: ../app/base/base-enums.c:123 +#: ../app/core/core-enums.c:1201 msgid "Saturation" msgstr "饱和度" -#: ../app/base/base-enums.c:124 ../app/tools/gimppaintoptions-gui.c:174 +#: ../app/base/base-enums.c:124 +#: ../app/tools/gimppaintoptions-gui.c:174 msgid "Color" msgstr "颜色" @@ -5102,32 +5214,31 @@ msgstr "反擦除" #: ../app/base/tile-swap.c:553 -msgid "" -"Unable to open swap file. GIMP has run out of memory and cannot use the swap " -"file. Some parts of your images may be corrupted. Try to save your work " -"using different filenames, restart GIMP and check the location of the swap " -"directory in your Preferences." -msgstr "" -"无法打开交换文件。GIMP 已经用尽内存并且无法使用交换文件。您的图像的某些部分可" -"能会被损坏。请尝试使用不同的文件名保存您的工作,重新启动 GIMP 并检查您的首选" -"项中交换目录的位置。" +msgid "Unable to open swap file. GIMP has run out of memory and cannot use the swap file. Some parts of your images may be corrupted. Try to save your work using different filenames, restart GIMP and check the location of the swap directory in your Preferences." +msgstr "无法打开交换文件。GIMP 已经用尽内存并且无法使用交换文件。您的图像的某些部分可能会被损坏。请尝试使用不同的文件名保存您的工作,重新启动 GIMP 并检查您的首选项中交换目录的位置。" #: ../app/base/tile-swap.c:568 #, c-format msgid "Failed to resize swap file: %s" msgstr "调整交换文件大小失败:%s" -#: ../app/config/gimpconfig-file.c:68 ../app/core/gimpbrushgenerated-save.c:63 -#: ../app/core/gimpcurve-save.c:53 ../app/core/gimpgradient-save.c:51 -#: ../app/core/gimpgradient-save.c:145 ../app/core/gimppalette-save.c:56 -#: ../app/gui/themes.c:239 ../app/tools/gimpcurvestool.c:676 -#: ../app/tools/gimplevelstool.c:796 ../app/vectors/gimpvectors-export.c:83 +#: ../app/config/gimpconfig-file.c:68 +#: ../app/core/gimpbrushgenerated-save.c:63 +#: ../app/core/gimpcurve-save.c:53 +#: ../app/core/gimpgradient-save.c:51 +#: ../app/core/gimpgradient-save.c:145 +#: ../app/core/gimppalette-save.c:56 +#: ../app/gui/themes.c:239 +#: ../app/tools/gimpcurvestool.c:676 +#: ../app/tools/gimplevelstool.c:796 +#: ../app/vectors/gimpvectors-export.c:83 #: ../app/xcf/xcf.c:422 #, c-format msgid "Could not open '%s' for writing: %s" msgstr "无法打开“%s”并写入:%s" -#: ../app/config/gimpconfig-file.c:79 ../app/config/gimpconfig-file.c:102 +#: ../app/config/gimpconfig-file.c:79 +#: ../app/config/gimpconfig-file.c:102 #, c-format msgid "Error writing '%s': %s" msgstr "写入“%s”出错:%s" @@ -5139,9 +5250,7 @@ #: ../app/config/gimpconfig-file.c:132 #, c-format -msgid "" -"There was an error parsing your '%s' file. Default values will be used. A " -"backup of your configuration has been created at '%s'." +msgid "There was an error parsing your '%s' file. Default values will be used. A backup of your configuration has been created at '%s'." msgstr "解析您的“%s”文件时出错。默认值将被使用。您的配置文件已被备份在“%s”。" #. Not all strings defined here are used in the user interface @@ -5149,18 +5258,11 @@ #. * be marked for translation. #. #: ../app/config/gimprc-blurbs.h:13 -msgid "" -"When enabled, an image will become the active image when its image window " -"receives the focus. This is useful for window managers using \"click to focus" -"\"." -msgstr "" -"如果启用,当对应的图像窗口获得焦点时,图像将成为活动图像。这对使用“点击获取焦" -"点”的窗口管理器有用。" +msgid "When enabled, an image will become the active image when its image window receives the focus. This is useful for window managers using \"click to focus\"." +msgstr "如果启用,当对应的图像窗口获得焦点时,图像将成为活动图像。这对使用“点击获取焦点”的窗口管理器有用。" #: ../app/config/gimprc-blurbs.h:23 -msgid "" -"Sets the canvas padding color used if the padding mode is set to custom " -"color." +msgid "Sets the canvas padding color used if the padding mode is set to custom color." msgstr "设置画布使用的衬垫颜色,如果衬垫模式设为自定义颜色的话。" #: ../app/config/gimprc-blurbs.h:27 @@ -5184,17 +5286,11 @@ msgstr "设定所使用的鼠标指针类型。" #: ../app/config/gimprc-blurbs.h:45 -msgid "" -"Context-dependent mouse pointers are helpful. They are enabled by default. " -"However, they require overhead that you may want to do without." -msgstr "" -"环境相关的鼠标指针很有用。它们默认是启用的。但是,它们也需要一定的负荷,这点" -"可能您并不想要。" +msgid "Context-dependent mouse pointers are helpful. They are enabled by default. However, they require overhead that you may want to do without." +msgstr "环境相关的鼠标指针很有用。它们默认是启用的。但是,它们也需要一定的负荷,这点可能您并不想要。" #: ../app/config/gimprc-blurbs.h:53 -msgid "" -"When enabled, this will ensure that each pixel of an image gets mapped to a " -"pixel on the screen." +msgid "When enabled, this will ensure that each pixel of an image gets mapped to a pixel on the screen." msgstr "如果启用,将确保图像的每个点都对应屏幕上的一个像素。" #: ../app/config/gimprc-blurbs.h:75 @@ -5202,24 +5298,12 @@ msgstr "这是参考线和网格产生吸附作用的像素距离。" #: ../app/config/gimprc-blurbs.h:79 -msgid "" -"Tools such as fuzzy-select and bucket fill find regions based on a seed-fill " -"algorithm. The seed fill starts at the initially selected pixel and " -"progresses in all directions until the difference of pixel intensity from " -"the original is greater than a specified threshold. This value represents " -"the default threshold." -msgstr "" -"像模糊选择和油漆桶填充等工具是基于一个种子填充算法来寻找区域的。种子填充从一" -"个初始选中的像素开始并向各个方向推进,直到与像素原始的颜色差别大于一个指定的" -"阈值。该值就是默认的阈值。" +msgid "Tools such as fuzzy-select and bucket fill find regions based on a seed-fill algorithm. The seed fill starts at the initially selected pixel and progresses in all directions until the difference of pixel intensity from the original is greater than a specified threshold. This value represents the default threshold." +msgstr "像模糊选择和油漆桶填充等工具是基于一个种子填充算法来寻找区域的。种子填充从一个初始选中的像素开始并向各个方向推进,直到与像素原始的颜色差别大于一个指定的阈值。该值就是默认的阈值。" #: ../app/config/gimprc-blurbs.h:92 -msgid "" -"The window type hint that is set on dock windows. This may affect the way " -"your window manager decorates and handles dock windows." -msgstr "" -"停靠式窗口的窗口类型提示设置。这将影响您的窗口管理器装饰和处理停靠式窗口的行" -"为。" +msgid "The window type hint that is set on dock windows. This may affect the way your window manager decorates and handles dock windows." +msgstr "停靠式窗口的窗口类型提示设置。这将影响您的窗口管理器装饰和处理停靠式窗口的行为。" #: ../app/config/gimprc-blurbs.h:123 msgid "When enabled, the selected brush will be used for all tools." @@ -5246,19 +5330,15 @@ msgstr "设置图像窗口标题所显示的文字。" #: ../app/config/gimprc-blurbs.h:160 -msgid "" -"When enabled, this will ensure that the full image is visible after a file " -"is opened, otherwise it will be displayed with a scale of 1:1." +msgid "When enabled, this will ensure that the full image is visible after a file is opened, otherwise it will be displayed with a scale of 1:1." msgstr "如果启用,将确保打开文件以后图像完整可见,否则将按 1:1 的比例来显示。" #: ../app/config/gimprc-blurbs.h:164 -msgid "" -"Install a private colormap; might be useful on 8-bit (256 colors) displays." +msgid "Install a private colormap; might be useful on 8-bit (256 colors) displays." msgstr "安装私用颜色表;对 8 位(256 色)显示可能有用。" #: ../app/config/gimprc-blurbs.h:167 -msgid "" -"Sets the level of interpolation used for scaling and other transformations." +msgid "Sets the level of interpolation used for scaling and other transformations." msgstr "设置插值计算的等级,用于缩放和其它变换操作。" #: ../app/config/gimprc-blurbs.h:174 @@ -5266,58 +5346,35 @@ msgstr "在文件菜单中保留多少个最近打开图像的文件名。" #: ../app/config/gimprc-blurbs.h:177 -msgid "" -"Speed of marching ants in the selection outline. This value is in " -"milliseconds (less time indicates faster marching)." +msgid "Speed of marching ants in the selection outline. This value is in milliseconds (less time indicates faster marching)." msgstr "选区轮廓蚂蚁线的速度。该值以毫秒(时间越短速度越快)为单位。" #: ../app/config/gimprc-blurbs.h:181 -msgid "" -"GIMP will warn the user if an attempt is made to create an image that would " -"take more memory than the size specified here." -msgstr "" -"如果试图创建一幅所需内存比此处指定的大小还要大的图像,GIMP 将警告用户。" +msgid "GIMP will warn the user if an attempt is made to create an image that would take more memory than the size specified here." +msgstr "如果试图创建一幅所需内存比此处指定的大小还要大的图像,GIMP 将警告用户。" #: ../app/config/gimprc-blurbs.h:185 msgid "When enabled, GIMP will show mnemonics in menus." msgstr "如果启用,GIMP 将在菜单中显示助记符。" #: ../app/config/gimprc-blurbs.h:188 -msgid "" -"Generally only a concern for 8-bit displays, this sets the minimum number of " -"system colors allocated for GIMP." +msgid "Generally only a concern for 8-bit displays, this sets the minimum number of system colors allocated for GIMP." msgstr "通常只对 8 位显示,此处设置分配给 GIMP 的系统颜色的最小数量。" #: ../app/config/gimprc-blurbs.h:198 -msgid "" -"Sets the monitor's horizontal resolution, in dots per inch. If set to 0, " -"forces the X server to be queried for both horizontal and vertical " -"resolution information." -msgstr "" -"设置监视器的水平分辨率,以每英寸的点数为单位。如果设置为 0 则强制向 X 服务器" -"查询水平和垂直分辨率信息。" +msgid "Sets the monitor's horizontal resolution, in dots per inch. If set to 0, forces the X server to be queried for both horizontal and vertical resolution information." +msgstr "设置监视器的水平分辨率,以每英寸的点数为单位。如果设置为 0 则强制向 X 服务器查询水平和垂直分辨率信息。" #: ../app/config/gimprc-blurbs.h:203 -msgid "" -"Sets the monitor's vertical resolution, in dots per inch. If set to 0, " -"forces the X server to be queried for both horizontal and vertical " -"resolution information." -msgstr "" -"设置监视器的垂直分辨率,以每英寸的点数为单位。如果设置为 0 则强制向 X 服务器" -"查询水平和垂直分辨率信息。" +msgid "Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces the X server to be queried for both horizontal and vertical resolution information." +msgstr "设置监视器的垂直分辨率,以每英寸的点数为单位。如果设置为 0 则强制向 X 服务器查询水平和垂直分辨率信息。" #: ../app/config/gimprc-blurbs.h:208 -msgid "" -"If enabled, the move tool sets the edited layer or path as active. This " -"used to be the default behaviour in older versions." -msgstr "" -"如果启用,移动工具会将被编辑的图层或路径设置为活动的。在旧的版本中,这是默认" -"的行为。" +msgid "If enabled, the move tool sets the edited layer or path as active. This used to be the default behaviour in older versions." +msgstr "如果启用,移动工具会将被编辑的图层或路径设置为活动的。在旧的版本中,这是默认的行为。" #: ../app/config/gimprc-blurbs.h:212 -msgid "" -"Sets the size of the navigation preview available in the lower right corner " -"of the image window." +msgid "Sets the size of the navigation preview available in the lower right corner of the image window." msgstr "设置图像窗口右下角的导航预览的大小。" #: ../app/config/gimprc-blurbs.h:216 @@ -5325,42 +5382,23 @@ msgstr "设置 GIMP 将试图同时使用多少个处理器。" #: ../app/config/gimprc-blurbs.h:229 -msgid "" -"When enabled, the X server is queried for the mouse's current position on " -"each motion event, rather than relying on the position hint. This means " -"painting with large brushes should be more accurate, but it may be slower. " -"Perversely, on some X servers enabling this option results in faster " -"painting." -msgstr "" -"如果启用,每次移动鼠标的时候都将向 X 服务器查询当前的鼠标位置,而不是依赖于位" -"置提示。这意味着用大的画笔涂画的时候将更加精确,不过可能也更慢。反常的是,在" -"某些 X 服务器上启用该选项将会加快涂画速度。" +msgid "When enabled, the X server is queried for the mouse's current position on each motion event, rather than relying on the position hint. This means painting with large brushes should be more accurate, but it may be slower. Perversely, on some X servers enabling this option results in faster painting." +msgstr "如果启用,每次移动鼠标的时候都将向 X 服务器查询当前的鼠标位置,而不是依赖于位置提示。这意味着用大的画笔涂画的时候将更加精确,不过可能也更慢。反常的是,在某些 X 服务器上启用该选项将会加快涂画速度。" #: ../app/config/gimprc-blurbs.h:245 -msgid "" -"Sets whether GIMP should create previews of layers and channels. Previews in " -"the layers and channels dialog are nice to have but they can slow things " -"down when working with large images." -msgstr "" -"指定 GIMP 是否应该创建图层和通道的预览。在图层和通道对话框中显示预览是不错" -"的,但是当图像很大的时候将会使速度变慢。" +msgid "Sets whether GIMP should create previews of layers and channels. Previews in the layers and channels dialog are nice to have but they can slow things down when working with large images." +msgstr "指定 GIMP 是否应该创建图层和通道的预览。在图层和通道对话框中显示预览是不错的,但是当图像很大的时候将会使速度变慢。" #: ../app/config/gimprc-blurbs.h:250 -msgid "" -"Sets the preview size used for layers and channel previews in newly created " -"dialogs." +msgid "Sets the preview size used for layers and channel previews in newly created dialogs." msgstr "设置新创建的对话框中图层和通道的预览大小。" #: ../app/config/gimprc-blurbs.h:254 -msgid "" -"When enabled, the image window will automatically resize itself whenever the " -"physical image size changes." +msgid "When enabled, the image window will automatically resize itself whenever the physical image size changes." msgstr "如果启用,当图像实际大小发生变化时,图像窗口大小将自动重置。" #: ../app/config/gimprc-blurbs.h:258 -msgid "" -"When enabled, the image window will automatically resize itself when zooming " -"into and out of images." +msgid "When enabled, the image window will automatically resize itself when zooming into and out of images." msgstr "如果启用,当放大或缩小查看图像时,图像窗口大小将自动重置。" #: ../app/config/gimprc-blurbs.h:262 @@ -5368,14 +5406,11 @@ msgstr "每次启动时让 GIMP 尝试恢复您上次保存的会话。" #: ../app/config/gimprc-blurbs.h:265 -msgid "" -"Remember the current tool, pattern, color, and brush across GIMP sessions." +msgid "Remember the current tool, pattern, color, and brush across GIMP sessions." msgstr "在多个 GIMP 会话间记住当前的工具、图案、颜色和画笔。" #: ../app/config/gimprc-blurbs.h:269 -msgid "" -"Keep a permanent record of all opened and saved files in the Recent " -"Documents list." +msgid "Keep a permanent record of all opened and saved files in the Recent Documents list." msgstr "将全部打开和保存的文件添加到磁盘上的文档历史记录。" #: ../app/config/gimprc-blurbs.h:273 @@ -5387,85 +5422,52 @@ msgstr "GIMP 退出时保存工具选项。" #: ../app/config/gimprc-blurbs.h:282 -msgid "" -"When enabled, all paint tools will show a preview of the current brush's " -"outline." +msgid "When enabled, all paint tools will show a preview of the current brush's outline." msgstr "如果启用,所有涂画工具都将显示当前画笔的轮廓预览。" #: ../app/config/gimprc-blurbs.h:286 -msgid "" -"When enabled, dialogs will show a help button that gives access to the " -"related help page. Without this button, the help page can still be reached " -"by pressing F1." -msgstr "" -"如果启用,对话框中将显示一个到达相关帮助页面的按钮。如果没有这个按钮,仍然可" -"以按 F1 打开帮助页面。" +msgid "When enabled, dialogs will show a help button that gives access to the related help page. Without this button, the help page can still be reached by pressing F1." +msgstr "如果启用,对话框中将显示一个到达相关帮助页面的按钮。如果没有这个按钮,仍然可以按 F1 打开帮助页面。" #: ../app/config/gimprc-blurbs.h:291 -msgid "" -"When enabled, the mouse pointer will be shown over the image while using a " -"paint tool." +msgid "When enabled, the mouse pointer will be shown over the image while using a paint tool." msgstr "如果启用,当使用涂画工具时,鼠标指针将显示在图像上方。" #: ../app/config/gimprc-blurbs.h:295 -msgid "" -"When enabled, the menubar is visible by default. This can also be toggled " -"with the \"View->Show Menubar\" command." -msgstr "" -"如果启用,菜单栏将默认可见。这也可以通过“查看->显示菜单栏”命令进行切换。" +msgid "When enabled, the menubar is visible by default. This can also be toggled with the \"View->Show Menubar\" command." +msgstr "如果启用,菜单栏将默认可见。这也可以通过“查看->显示菜单栏”命令进行切换。" #: ../app/config/gimprc-blurbs.h:299 -msgid "" -"When enabled, the rulers are visible by default. This can also be toggled " -"with the \"View->Show Rulers\" command." +msgid "When enabled, the rulers are visible by default. This can also be toggled with the \"View->Show Rulers\" command." msgstr "如果启用,标尺将默认可见。这也可以通过“查看->显示标尺”命令进行切换。" #: ../app/config/gimprc-blurbs.h:303 -msgid "" -"When enabled, the scrollbars are visible by default. This can also be " -"toggled with the \"View->Show Scrollbars\" command." -msgstr "" -"如果启用,滚动条将默认可见。这也可以通过“查看->显示滚动条”命令进行切换。" +msgid "When enabled, the scrollbars are visible by default. This can also be toggled with the \"View->Show Scrollbars\" command." +msgstr "如果启用,滚动条将默认可见。这也可以通过“查看->显示滚动条”命令进行切换。" #: ../app/config/gimprc-blurbs.h:307 -msgid "" -"When enabled, the statusbar is visible by default. This can also be toggled " -"with the \"View->Show Statusbar\" command." -msgstr "" -"如果启用,状态栏将默认可见。这也可以通过“查看->显示状态栏”命令进行切换。" +msgid "When enabled, the statusbar is visible by default. This can also be toggled with the \"View->Show Statusbar\" command." +msgstr "如果启用,状态栏将默认可见。这也可以通过“查看->显示状态栏”命令进行切换。" #: ../app/config/gimprc-blurbs.h:311 -msgid "" -"When enabled, the selection is visible by default. This can also be toggled " -"with the \"View->Show Selection\" command." +msgid "When enabled, the selection is visible by default. This can also be toggled with the \"View->Show Selection\" command." msgstr "如果启用,选区将默认可见。这也可以通过“查看->显示选区”命令进行切换。" #: ../app/config/gimprc-blurbs.h:315 -msgid "" -"When enabled, the layer boundary is visible by default. This can also be " -"toggled with the \"View->Show Layer Boundary\" command." -msgstr "" -"如果启用,图层边界将默认可见。这也可以通过“查看->显示图层边界”命令进行切换。" +msgid "When enabled, the layer boundary is visible by default. This can also be toggled with the \"View->Show Layer Boundary\" command." +msgstr "如果启用,图层边界将默认可见。这也可以通过“查看->显示图层边界”命令进行切换。" #: ../app/config/gimprc-blurbs.h:319 -msgid "" -"When enabled, the guides are visible by default. This can also be toggled " -"with the \"View->Show Guides\" command." -msgstr "" -"如果启用,参考线将默认可见。这也可以通过“查看->显示参考线”命令进行切换。" +msgid "When enabled, the guides are visible by default. This can also be toggled with the \"View->Show Guides\" command." +msgstr "如果启用,参考线将默认可见。这也可以通过“查看->显示参考线”命令进行切换。" #: ../app/config/gimprc-blurbs.h:323 -msgid "" -"When enabled, the grid is visible by default. This can also be toggled with " -"the \"View->Show Grid\" command." +msgid "When enabled, the grid is visible by default. This can also be toggled with the \"View->Show Grid\" command." msgstr "如果启用,网格将默认可见。这也可以通过“查看->显示网格”命令进行切换。" #: ../app/config/gimprc-blurbs.h:327 -msgid "" -"When enabled, the sample points are visible by default. This can also be " -"toggled with the \"View->Show Sample Points\" command." -msgstr "" -"如果启用,采样点将默认可见。这也可以通过“查看->显示采样点”命令进行切换。" +msgid "When enabled, the sample points are visible by default. This can also be toggled with the \"View->Show Sample Points\" command." +msgstr "如果启用,采样点将默认可见。这也可以通过“查看->显示采样点”命令进行切换。" #: ../app/config/gimprc-blurbs.h:331 msgid "Show a tooltip when the pointer hovers over an item." @@ -5476,36 +5478,19 @@ msgstr "当在图像窗口中空格键按下时的行为。" #: ../app/config/gimprc-blurbs.h:337 -msgid "" -"Sets the swap file location. GIMP uses a tile based memory allocation " -"scheme. The swap file is used to quickly and easily swap tiles out to disk " -"and back in. Be aware that the swap file can easily get very large if GIMP " -"is used with large images. Also, things can get horribly slow if the swap " -"file is created on a folder that is mounted over NFS. For these reasons, it " -"may be desirable to put your swap file in \"/tmp\"." -msgstr "" -"设置交换文件的位置。GIMP 使用基于平铺的内存分配机制。交换文件使得以平铺方式换" -"出换入磁盘非常方便快捷。需要注意的是,当 GIMP 处理大图像时,交换文件很快就能" -"变得很大。另外,如果交换文件所在目录是通过 NFS 加载的话,程序变得极为缓慢。由" -"于这些原因,最好是将您的交换文件放到“/tmp”目录。" +msgid "Sets the swap file location. GIMP uses a tile based memory allocation scheme. The swap file is used to quickly and easily swap tiles out to disk and back in. Be aware that the swap file can easily get very large if GIMP is used with large images. Also, things can get horribly slow if the swap file is created on a folder that is mounted over NFS. For these reasons, it may be desirable to put your swap file in \"/tmp\"." +msgstr "设置交换文件的位置。GIMP 使用基于平铺的内存分配机制。交换文件使得以平铺方式换出换入磁盘非常方便快捷。需要注意的是,当 GIMP 处理大图像时,交换文件很快就能变得很大。另外,如果交换文件所在目录是通过 NFS 加载的话,程序变得极为缓慢。由于这些原因,最好是将您的交换文件放到“/tmp”目录。" #: ../app/config/gimprc-blurbs.h:346 msgid "When enabled, menus can be torn off." msgstr "如果启用,菜单可被撕下。" #: ../app/config/gimprc-blurbs.h:349 -msgid "" -"When enabled, dock windows (the toolbox and palettes) are set to be " -"transient to the active image window. Most window managers will keep the " -"dock windows above the image window then, but it may also have other effects." -msgstr "" -"如果启用,将停靠窗口(工具箱和调色板)对于活动图像窗口设置为临时的。这样多数窗" -"口管理器将会把停靠窗口保持在图像窗口之上,但也可能有其他效果。" +msgid "When enabled, dock windows (the toolbox and palettes) are set to be transient to the active image window. Most window managers will keep the dock windows above the image window then, but it may also have other effects." +msgstr "如果启用,将停靠窗口(工具箱和调色板)对于活动图像窗口设置为临时的。这样多数窗口管理器将会把停靠窗口保持在图像窗口之上,但也可能有其他效果。" #: ../app/config/gimprc-blurbs.h:355 -msgid "" -"When enabled, you can change keyboard shortcuts for menu items by hitting a " -"key combination while the menu item is highlighted." +msgid "When enabled, you can change keyboard shortcuts for menu items by hitting a key combination while the menu item is highlighted." msgstr "如果启用,您只要按一个键盘组合就可以即时改变突出显示的菜单项的快捷键。" #: ../app/config/gimprc-blurbs.h:359 @@ -5517,36 +5502,20 @@ msgstr "GIMP 启动时恢复已保存的快捷键。" #: ../app/config/gimprc-blurbs.h:365 -msgid "" -"Sets the folder for temporary storage. Files will appear here during the " -"course of running GIMP. Most files will disappear when GIMP exits, but some " -"files are likely to remain, so it is best if this folder not be one that is " -"shared by other users." -msgstr "" -"设置临时存储目录。GIMP 运行过程中生成的文件将出现在这里。大多数文件在 GIMP 退" -"出以后将消失,但是个别文件可能会留下来,因此最好不要把这个目录与别的用户共" -"享。" +msgid "Sets the folder for temporary storage. Files will appear here during the course of running GIMP. Most files will disappear when GIMP exits, but some files are likely to remain, so it is best if this folder not be one that is shared by other users." +msgstr "设置临时存储目录。GIMP 运行过程中生成的文件将出现在这里。大多数文件在 GIMP 退出以后将消失,但是个别文件可能会留下来,因此最好不要把这个目录与别的用户共享。" #: ../app/config/gimprc-blurbs.h:377 msgid "Sets the size of the thumbnail shown in the Open dialog." msgstr "设置打开对话框中缩略图的尺寸。" #: ../app/config/gimprc-blurbs.h:380 -msgid "" -"The thumbnail in the Open dialog will be automatically updated if the file " -"being previewed is smaller than the size set here." +msgid "The thumbnail in the Open dialog will be automatically updated if the file being previewed is smaller than the size set here." msgstr "如果预览的文件小于这里设置的大小,打开对话框中的缩略图将会自动更新。" #: ../app/config/gimprc-blurbs.h:384 -msgid "" -"When the amount of pixel data exceeds this limit, GIMP will start to swap " -"tiles to disk. This is a lot slower but it makes it possible to work on " -"images that wouldn't fit into memory otherwise. If you have a lot of RAM, " -"you may want to set this to a higher value." -msgstr "" -"当像素数据量超过限制时,GIMP 将开始交换数据到磁盘。这将使速度极大减慢但它却使" -"得处理无法载入内存的图像成为可能。如果您的内存很多,您可能希望设置一个更大的" -"值。" +msgid "When the amount of pixel data exceeds this limit, GIMP will start to swap tiles to disk. This is a lot slower but it makes it possible to work on images that wouldn't fit into memory otherwise. If you have a lot of RAM, you may want to set this to a higher value." +msgstr "当像素数据量超过限制时,GIMP 将开始交换数据到磁盘。这将使速度极大减慢但它却使得处理无法载入内存的图像成为可能。如果您的内存很多,您可能希望设置一个更大的值。" #: ../app/config/gimprc-blurbs.h:390 msgid "Show the current foreground and background colors in the toolbox." @@ -5561,11 +5530,8 @@ msgstr "在工具箱中显示当前活动的图像" #: ../app/config/gimprc-blurbs.h:402 -msgid "" -"The window type hint that is set on the toolbox. This may affect how your " -"window manager decorates and handles the toolbox window." -msgstr "" -"工具箱的窗口类型提示设置。这将影响您的窗口管理器装饰和处理工具箱的行为。" +msgid "The window type hint that is set on the toolbox. This may affect how your window manager decorates and handles the toolbox window." +msgstr "工具箱的窗口类型提示设置。这将影响您的窗口管理器装饰和处理工具箱的行为。" #: ../app/config/gimprc-blurbs.h:406 msgid "Sets the manner in which transparency is displayed in images." @@ -5576,27 +5542,16 @@ msgstr "设置用于表示透明的棋盘格子的大小。" #: ../app/config/gimprc-blurbs.h:412 -msgid "" -"When enabled, GIMP will not save an image if it has not been changed since " -"it was opened." +msgid "When enabled, GIMP will not save an image if it has not been changed since it was opened." msgstr "如果启用,如果图像自打开以来没有被修改,GIMP 将不会保存。" #: ../app/config/gimprc-blurbs.h:416 -msgid "" -"Sets the minimal number of operations that can be undone. More undo levels " -"are kept available until the undo-size limit is reached." -msgstr "" -"设置允许撤消的操作的最小数目。只要还没有达到撤消大小的限制,就可已保存更多的" -"撤消操作。" +msgid "Sets the minimal number of operations that can be undone. More undo levels are kept available until the undo-size limit is reached." +msgstr "设置允许撤消的操作的最小数目。只要还没有达到撤消大小的限制,就可已保存更多的撤消操作。" #: ../app/config/gimprc-blurbs.h:420 -msgid "" -"Sets an upper limit to the memory that is used per image to keep operations " -"on the undo stack. Regardless of this setting, at least as many undo-levels " -"as configured can be undone." -msgstr "" -"设置每幅图像用于保存撤消堆栈中的操作的内存上限。与此设置无关,撤消操作至少可" -"以达到指定的撤消次数。" +msgid "Sets an upper limit to the memory that is used per image to keep operations on the undo stack. Regardless of this setting, at least as many undo-levels as configured can be undone." +msgstr "设置每幅图像用于保存撤消堆栈中的操作的内存上限。与此设置无关,撤消操作至少可以达到指定的撤消次数。" #: ../app/config/gimprc-blurbs.h:425 msgid "Sets the size of the previews in the Undo History." @@ -5608,18 +5563,13 @@ #: ../app/config/gimprc-blurbs.h:439 #, c-format -msgid "" -"Sets the external web browser to be used. This can be an absolute path or " -"the name of an executable to search for in the user's PATH. If the command " -"contains '%s' it will be replaced with the URL, else the URL will be " -"appended to the command with a space separating the two." -msgstr "" -"设置要使用外部 Web 浏览器。可以是绝对路径或者是从用户的 PATH 中搜索的可执行程" -"序的名字。如果命令含有“%s”,它将被替换为 URL,否则 URL 将以空格分隔的形式接在" -"命令之后。" +msgid "Sets the external web browser to be used. This can be an absolute path or the name of an executable to search for in the user's PATH. If the command contains '%s' it will be replaced with the URL, else the URL will be appended to the command with a space separating the two." +msgstr "设置要使用外部 Web 浏览器。可以是绝对路径或者是从用户的 PATH 中搜索的可执行程序的名字。如果命令含有“%s”,它将被替换为 URL,否则 URL 将以空格分隔的形式接在命令之后。" -#: ../app/config/gimprc-deserialize.c:135 ../app/core/gimp-modules.c:134 -#: ../app/core/gimp-units.c:164 ../app/gui/session.c:206 +#: ../app/config/gimprc-deserialize.c:135 +#: ../app/core/gimp-modules.c:134 +#: ../app/core/gimp-units.c:164 +#: ../app/gui/session.c:206 #: ../app/plug-in/plug-in-rc.c:213 msgid "fatal parse error" msgstr "严重解析错误" @@ -5630,8 +5580,10 @@ msgstr "%s 的值不是有效的 UTF-8 字符串" #. no undo (or redo) steps available -#: ../app/core/core-enums.c:53 ../app/core/core-enums.c:252 -#: ../app/core/core-enums.c:504 ../app/paint/paint-enums.c:81 +#: ../app/core/core-enums.c:53 +#: ../app/core/core-enums.c:252 +#: ../app/core/core-enums.c:504 +#: ../app/paint/paint-enums.c:81 #: ../app/widgets/gimpimagepropview.c:416 msgid "None" msgstr "无" @@ -5639,12 +5591,12 @@ # #: ../app/core/core-enums.c:54 msgid "Floyd-Steinberg (normal)" -msgstr "Floyd-Steinberg (普通)" +msgstr "抖动 (普通)" # #: ../app/core/core-enums.c:55 msgid "Floyd-Steinberg (reduced color bleeding)" -msgstr "Floyd-Steinberg (减少颜色损失)" +msgstr "抖动 (减少颜色损失)" # #: ../app/core/core-enums.c:56 @@ -5676,7 +5628,8 @@ msgid "First item" msgstr "第一项" -#: ../app/core/core-enums.c:213 ../app/dialogs/dialogs.c:198 +#: ../app/core/core-enums.c:213 +#: ../app/dialogs/dialogs.c:198 #: ../app/tools/tools-enums.c:210 msgid "Selection" msgstr "选区" @@ -5712,12 +5665,14 @@ msgstr "白色" #. Transparency -#: ../app/core/core-enums.c:250 ../app/dialogs/preferences-dialog.c:2311 +#: ../app/core/core-enums.c:250 +#: ../app/dialogs/preferences-dialog.c:2311 msgid "Transparency" msgstr "透明" # -#: ../app/core/core-enums.c:251 ../app/core/core-enums.c:308 +#: ../app/core/core-enums.c:251 +#: ../app/core/core-enums.c:308 msgid "Pattern" msgstr "图案" @@ -5742,7 +5697,8 @@ msgstr "斜接" # -#: ../app/core/core-enums.c:337 ../app/core/core-enums.c:367 +#: ../app/core/core-enums.c:337 +#: ../app/core/core-enums.c:367 msgid "Round" msgstr "圆角" @@ -5757,7 +5713,8 @@ msgstr "对接" # -#: ../app/core/core-enums.c:368 ../app/core/core-enums.c:443 +#: ../app/core/core-enums.c:368 +#: ../app/core/core-enums.c:443 msgid "Square" msgstr "正方" @@ -5826,11 +5783,13 @@ msgid "Diamond" msgstr "菱形" -#: ../app/core/core-enums.c:472 ../app/dialogs/preferences-dialog.c:2343 +#: ../app/core/core-enums.c:472 +#: ../app/dialogs/preferences-dialog.c:2343 msgid "Horizontal" msgstr "水平" -#: ../app/core/core-enums.c:473 ../app/dialogs/preferences-dialog.c:2345 +#: ../app/core/core-enums.c:473 +#: ../app/dialogs/preferences-dialog.c:2345 msgid "Vertical" msgstr "垂直" @@ -5979,44 +5938,53 @@ msgid "Merge paths" msgstr "合并路径" -#: ../app/core/core-enums.c:861 ../app/core/core-enums.c:892 -#: ../app/core/gimpimage-grid.c:58 ../app/dialogs/grid-dialog.c:152 +#: ../app/core/core-enums.c:861 +#: ../app/core/core-enums.c:892 +#: ../app/core/gimpimage-grid.c:58 +#: ../app/dialogs/grid-dialog.c:152 #: ../app/tools/tools-enums.c:241 msgid "Grid" msgstr "网格" # -#: ../app/core/core-enums.c:862 ../app/core/core-enums.c:894 +#: ../app/core/core-enums.c:862 +#: ../app/core/core-enums.c:894 msgid "Guide" -msgstr "参考线" +msgstr "辅助线" # -#: ../app/core/core-enums.c:863 ../app/core/core-enums.c:895 +#: ../app/core/core-enums.c:863 +#: ../app/core/core-enums.c:895 msgid "Sample Point" msgstr "采样点" # -#: ../app/core/core-enums.c:864 ../app/core/core-enums.c:896 +#: ../app/core/core-enums.c:864 +#: ../app/core/core-enums.c:896 msgid "Layer/Channel" msgstr "图层/通道" # -#: ../app/core/core-enums.c:865 ../app/core/core-enums.c:897 +#: ../app/core/core-enums.c:865 +#: ../app/core/core-enums.c:897 msgid "Layer/Channel modification" msgstr "图层/通道修改" # -#: ../app/core/core-enums.c:866 ../app/core/core-enums.c:898 +#: ../app/core/core-enums.c:866 +#: ../app/core/core-enums.c:898 msgid "Selection mask" msgstr "选区蒙板" # -#: ../app/core/core-enums.c:867 ../app/core/core-enums.c:901 +#: ../app/core/core-enums.c:867 +#: ../app/core/core-enums.c:901 msgid "Item visibility" msgstr "项目可见性" # -#: ../app/core/core-enums.c:868 ../app/core/core-enums.c:902 +#: ../app/core/core-enums.c:868 +#: ../app/core/core-enums.c:902 msgid "Link/Unlink item" msgstr "链接/取消链接项目" @@ -6026,7 +5994,8 @@ msgstr "项目属性" # -#: ../app/core/core-enums.c:870 ../app/core/core-enums.c:900 +#: ../app/core/core-enums.c:870 +#: ../app/core/core-enums.c:900 msgid "Move item" msgstr "移动项目" @@ -6046,17 +6015,20 @@ msgstr "添加图层" # -#: ../app/core/core-enums.c:874 ../app/core/core-enums.c:911 +#: ../app/core/core-enums.c:874 +#: ../app/core/core-enums.c:911 msgid "Add layer mask" msgstr "添加图层蒙板" # -#: ../app/core/core-enums.c:875 ../app/core/core-enums.c:913 +#: ../app/core/core-enums.c:875 +#: ../app/core/core-enums.c:913 msgid "Apply layer mask" msgstr "应用图层蒙板" # -#: ../app/core/core-enums.c:876 ../app/core/core-enums.c:923 +#: ../app/core/core-enums.c:876 +#: ../app/core/core-enums.c:923 msgid "Floating selection to layer" msgstr "浮动选区到图层" @@ -6075,36 +6047,43 @@ msgid "Remove floating selection" msgstr "删除浮动选区" -#: ../app/core/core-enums.c:880 ../app/core/gimp-edit.c:262 +#: ../app/core/core-enums.c:880 +#: ../app/core/gimp-edit.c:262 msgid "Paste" msgstr "粘贴" -#: ../app/core/core-enums.c:881 ../app/core/gimp-edit.c:557 +#: ../app/core/core-enums.c:881 +#: ../app/core/gimp-edit.c:557 msgid "Cut" msgstr "剪切" -#: ../app/core/core-enums.c:882 ../app/tools/gimptexttool.c:160 +#: ../app/core/core-enums.c:882 +#: ../app/tools/gimptexttool.c:161 #: ../app/widgets/widgets-enums.c:265 msgid "Text" -msgstr "文字" +msgstr "文本" -#: ../app/core/core-enums.c:883 ../app/core/core-enums.c:926 +#: ../app/core/core-enums.c:883 +#: ../app/core/core-enums.c:926 #: ../app/core/gimpdrawable-transform.c:567 msgid "Transform" msgstr "变换" -#: ../app/core/core-enums.c:884 ../app/core/core-enums.c:927 +#: ../app/core/core-enums.c:884 +#: ../app/core/core-enums.c:927 #: ../app/paint/gimppaintcore.c:137 msgid "Paint" msgstr "涂画" # -#: ../app/core/core-enums.c:885 ../app/core/core-enums.c:930 +#: ../app/core/core-enums.c:885 +#: ../app/core/core-enums.c:930 msgid "Attach parasite" msgstr "添加寄生物" # -#: ../app/core/core-enums.c:886 ../app/core/core-enums.c:931 +#: ../app/core/core-enums.c:886 +#: ../app/core/core-enums.c:931 msgid "Remove parasite" msgstr "删除寄生物" @@ -6113,7 +6092,8 @@ msgid "Import paths" msgstr "导入路径" -#: ../app/core/core-enums.c:888 ../app/pdb/drawable-cmds.c:885 +#: ../app/core/core-enums.c:888 +#: ../app/pdb/drawable-cmds.c:885 msgid "Plug-In" msgstr "插件" @@ -6237,7 +6217,8 @@ msgid "Relax floating selection" msgstr "创建浮动选区" -#: ../app/core/core-enums.c:928 ../app/paint/gimpink.c:95 +#: ../app/core/core-enums.c:928 +#: ../app/paint/gimpink.c:95 #: ../app/tools/gimpinktool.c:55 msgid "Ink" msgstr "墨水" @@ -6287,14 +6268,17 @@ msgid "Convert to RGB workspace" msgstr "转换为 RGB 工作空间" -#: ../app/core/gimp-contexts.c:155 ../app/core/gimptooloptions.c:231 -#: ../app/gui/session.c:307 ../app/menus/menus.c:433 +#: ../app/core/gimp-contexts.c:155 +#: ../app/core/gimptooloptions.c:231 +#: ../app/gui/session.c:307 +#: ../app/menus/menus.c:433 #: ../app/widgets/gimpdevices.c:258 #, c-format msgid "Deleting \"%s\" failed: %s" msgstr "删除“%s”失败:%s" -#: ../app/core/gimp-edit.c:190 ../app/core/gimp-edit.c:326 +#: ../app/core/gimp-edit.c:190 +#: ../app/core/gimp-edit.c:326 msgid "Pasted Layer" msgstr "被粘贴的图层" @@ -6340,31 +6324,27 @@ #: ../app/core/gimp-user-install.c:153 #, c-format -msgid "" -"It seems you have used GIMP %s before. GIMP will now migrate your user " -"settings to '%s'." +msgid "It seems you have used GIMP %s before. GIMP will now migrate your user settings to '%s'." msgstr "您看来曾经使用过 GIMP %s。GIMP 现在将要把您的用户配置迁移到“%s”。" #: ../app/core/gimp-user-install.c:158 #, c-format -msgid "" -"It appears that you are using GIMP for the first time. GIMP will now create " -"a folder named '%s' and copy some files to it." -msgstr "" -"您看来是第一次使用 GIMP。GIMP 现在将创建名为“%s”的文件夹并复制一些文件到其" -"中。" +msgid "It appears that you are using GIMP for the first time. GIMP will now create a folder named '%s' and copy some files to it." +msgstr "您看来是第一次使用 GIMP。GIMP 现在将创建名为“%s”的文件夹并复制一些文件到其中。" #: ../app/core/gimp-user-install.c:309 #, c-format msgid "Copying file '%s' from '%s'..." msgstr "正在从“%2$s”复制文件“%1$s”..." -#: ../app/core/gimp-user-install.c:324 ../app/core/gimp-user-install.c:350 +#: ../app/core/gimp-user-install.c:324 +#: ../app/core/gimp-user-install.c:350 #, c-format msgid "Creating folder '%s'..." msgstr "正在创建“%s”文件夹..." -#: ../app/core/gimp-user-install.c:335 ../app/core/gimp-user-install.c:361 +#: ../app/core/gimp-user-install.c:335 +#: ../app/core/gimp-user-install.c:361 #, c-format msgid "Cannot create folder '%s': %s" msgstr "无法创建“%s”文件夹:%s" @@ -6393,7 +6373,8 @@ msgstr "字体(这将耗费一些时间)" #. initialize the module list -#: ../app/core/gimp.c:863 ../app/dialogs/preferences-dialog.c:2772 +#: ../app/core/gimp.c:863 +#: ../app/dialogs/preferences-dialog.c:2772 msgid "Modules" msgstr "模块" @@ -6427,19 +6408,22 @@ msgid "Fatal parse error in brush file '%s': Unknown version %d." msgstr "画笔文件“%s”出现严重解析错误:未知版本 %d。" -#: ../app/core/gimpbrush-load.c:268 ../app/core/gimpbrush-load.c:388 +#: ../app/core/gimpbrush-load.c:268 +#: ../app/core/gimpbrush-load.c:388 #: ../app/core/gimpbrush-load.c:720 #, c-format msgid "Fatal parse error in brush file '%s': File appears truncated." msgstr "画笔文件“%s”出现严重解析错误:文件看来已被截断。" -#: ../app/core/gimpbrush-load.c:276 ../app/core/gimpbrushgenerated-load.c:128 +#: ../app/core/gimpbrush-load.c:276 +#: ../app/core/gimpbrushgenerated-load.c:128 #: ../app/core/gimpbrushpipe-load.c:97 #, c-format msgid "Invalid UTF-8 string in brush file '%s'." msgstr "画笔文件“%s”中含有无效的 UTF-8 字符串。" -#: ../app/core/gimpbrush-load.c:283 ../app/core/gimpitem.c:505 +#: ../app/core/gimpbrush-load.c:283 +#: ../app/core/gimpitem.c:505 #: ../app/core/gimppattern-load.c:146 #: ../app/dialogs/template-options-dialog.c:83 #: ../app/tools/gimpvectortool.c:299 @@ -6457,8 +6441,7 @@ #: ../app/core/gimpbrush-load.c:448 #, c-format -msgid "" -"Fatal parse error in brush file '%s': unable to decode abr format version %d." +msgid "Fatal parse error in brush file '%s': unable to decode abr format version %d." msgstr "画笔文件“%s”出现严重解析错误:无法解码 abr 格式版本 %d。" #: ../app/core/gimpbrush-load.c:615 @@ -6473,14 +6456,12 @@ #: ../app/core/gimpbrushgenerated-load.c:104 #, c-format -msgid "" -"Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." +msgid "Fatal parse error in brush file '%s': Unknown GIMP brush version in line %d." msgstr "画笔文件“%s”出现严重解析错误:第 %d 行未知 GIMP 画笔版本。" #: ../app/core/gimpbrushgenerated-load.c:150 #, c-format -msgid "" -"Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." +msgid "Fatal parse error in brush file '%s': Unknown GIMP brush shape in line %d." msgstr "画笔文件“%s”出现严重解析错误:第 %d 行未知 GIMP 画笔形状。" #: ../app/core/gimpbrushgenerated-load.c:226 @@ -6498,7 +6479,8 @@ msgid "Error while reading brush file '%s': %s" msgstr "读取画笔文件“%s”时出错:%s" -#: ../app/core/gimpbrushpipe-load.c:113 ../app/core/gimpbrushpipe-load.c:133 +#: ../app/core/gimpbrushpipe-load.c:113 +#: ../app/core/gimpbrushpipe-load.c:133 #: ../app/core/gimpbrushpipe-load.c:223 #, c-format msgid "Fatal parse error in brush file '%s': File is corrupt." @@ -6528,7 +6510,8 @@ msgid "%s Channel to Selection" msgstr "%s 通道到选区" -#: ../app/core/gimpchannel-select.c:520 ../app/tools/gimpfuzzyselecttool.c:80 +#: ../app/core/gimpchannel-select.c:520 +#: ../app/tools/gimpfuzzyselecttool.c:80 msgctxt "command" msgid "Fuzzy Select" msgstr "模糊选择" @@ -6567,7 +6550,8 @@ msgid "Rotate Channel" msgstr "旋转通道" -#: ../app/core/gimpchannel.c:264 ../app/core/gimpdrawable-transform.c:886 +#: ../app/core/gimpchannel.c:264 +#: ../app/core/gimpdrawable-transform.c:886 msgid "Transform Channel" msgstr "变换通道" @@ -6620,16 +6604,19 @@ msgid "Set Channel Opacity" msgstr "设置通道不透明度" -#: ../app/core/gimpchannel.c:1747 ../app/core/gimpselection.c:520 +#: ../app/core/gimpchannel.c:1747 +#: ../app/core/gimpselection.c:520 msgid "Selection Mask" msgstr "选区蒙板" -#: ../app/core/gimpdata.c:526 ../app/core/gimptoolpresets.c:279 +#: ../app/core/gimpdata.c:526 +#: ../app/core/gimptoolpresets.c:279 #, c-format msgid "Could not delete '%s': %s" msgstr "无法删除“%s”:%s" -#: ../app/core/gimpdatafactory.c:415 ../app/core/gimpdatafactory.c:575 +#: ../app/core/gimpdatafactory.c:415 +#: ../app/core/gimpdatafactory.c:575 #: ../app/core/gimpdatafactory.c:595 #, c-format msgid "" @@ -6641,12 +6628,15 @@ "\n" "%s" -#: ../app/core/gimpdatafactory.c:494 ../app/core/gimpdatafactory.c:497 -#: ../app/core/gimpitem.c:312 ../app/core/gimpitem.c:315 +#: ../app/core/gimpdatafactory.c:494 +#: ../app/core/gimpdatafactory.c:497 +#: ../app/core/gimpitem.c:312 +#: ../app/core/gimpitem.c:315 msgid "copy" msgstr "副本" -#: ../app/core/gimpdatafactory.c:506 ../app/core/gimpitem.c:324 +#: ../app/core/gimpdatafactory.c:506 +#: ../app/core/gimpitem.c:324 #, c-format msgid "%s copy" msgstr "%s副本" @@ -6666,7 +6656,8 @@ "\n" "%s" -#: ../app/core/gimpdrawable-blend.c:245 ../app/tools/gimpblendtool.c:107 +#: ../app/core/gimpdrawable-blend.c:245 +#: ../app/tools/gimpblendtool.c:107 msgid "Blend" msgstr "混合填充" @@ -6696,11 +6687,13 @@ msgstr "色彩平衡" #: ../app/core/gimpdrawable-colorize.c:73 -#: ../app/core/gimpdrawable-colorize.c:85 ../app/tools/gimpcolorizetool.c:90 +#: ../app/core/gimpdrawable-colorize.c:85 +#: ../app/tools/gimpcolorizetool.c:90 msgid "Colorize" msgstr "单色化" -#: ../app/core/gimpdrawable-curves.c:165 ../app/core/gimpdrawable-curves.c:182 +#: ../app/core/gimpdrawable-curves.c:165 +#: ../app/core/gimpdrawable-curves.c:182 #: ../app/tools/gimpcurvestool.c:140 msgid "Curves" msgstr "曲线" @@ -6728,11 +6721,13 @@ msgid "Hue_Saturation" msgstr "色调-饱和度(_S)" -#: ../app/core/gimpdrawable-invert.c:60 ../app/core/gimpdrawable-invert.c:68 +#: ../app/core/gimpdrawable-invert.c:60 +#: ../app/core/gimpdrawable-invert.c:68 msgid "Invert" msgstr "反转" -#: ../app/core/gimpdrawable-levels.c:154 ../app/core/gimpdrawable-levels.c:170 +#: ../app/core/gimpdrawable-levels.c:154 +#: ../app/core/gimpdrawable-levels.c:170 #: ../app/tools/gimplevelstool.c:150 msgid "Levels" msgstr "色阶" @@ -6742,7 +6737,8 @@ msgstr "位移可绘" #: ../app/core/gimpdrawable-posterize.c:70 -#: ../app/core/gimpdrawable-posterize.c:80 ../app/tools/gimpposterizetool.c:84 +#: ../app/core/gimpdrawable-posterize.c:80 +#: ../app/tools/gimpposterizetool.c:84 msgid "Posterize" msgstr "色调分离" @@ -6751,21 +6747,25 @@ msgstr "渲染勾画" #: ../app/core/gimpdrawable-threshold.c:71 -#: ../app/core/gimpdrawable-threshold.c:82 ../app/tools/gimpthresholdtool.c:90 +#: ../app/core/gimpdrawable-threshold.c:82 +#: ../app/tools/gimpthresholdtool.c:90 msgid "Threshold" msgstr "阈值" -#: ../app/core/gimpdrawable-transform.c:645 ../app/tools/gimpfliptool.c:116 +#: ../app/core/gimpdrawable-transform.c:645 +#: ../app/tools/gimpfliptool.c:116 msgctxt "command" msgid "Flip" msgstr "翻转" -#: ../app/core/gimpdrawable-transform.c:745 ../app/tools/gimprotatetool.c:121 +#: ../app/core/gimpdrawable-transform.c:745 +#: ../app/tools/gimprotatetool.c:121 msgctxt "command" msgid "Rotate" msgstr "旋转" -#: ../app/core/gimpdrawable-transform.c:884 ../app/core/gimplayer.c:255 +#: ../app/core/gimpdrawable-transform.c:884 +#: ../app/core/gimplayer.c:255 msgid "Transform Layer" msgstr "变换图层" @@ -6773,8 +6773,10 @@ msgid "Transformation" msgstr "变换" -#: ../app/core/gimpgradient-load.c:71 ../app/core/gimpgradient-load.c:96 -#: ../app/core/gimpgradient-load.c:117 ../app/core/gimpgradient-load.c:168 +#: ../app/core/gimpgradient-load.c:71 +#: ../app/core/gimpgradient-load.c:96 +#: ../app/core/gimpgradient-load.c:117 +#: ../app/core/gimpgradient-load.c:168 #, c-format msgid "Fatal parse error in gradient file '%s': Read error in line %d." msgstr "渐变文件“%s”出现严重解析错误:第 %d 行读入出错。" @@ -6794,12 +6796,14 @@ msgid "Fatal parse error in gradient file '%s': File is corrupt in line %d." msgstr "渐变文件“%s”出现严重解析错误:文件在第 %d 行已损坏。" -#: ../app/core/gimpgradient-load.c:218 ../app/core/gimpgradient-load.c:229 +#: ../app/core/gimpgradient-load.c:218 +#: ../app/core/gimpgradient-load.c:229 #, c-format msgid "Fatal parse error in gradient file '%s': Corrupt segment %d in line %d." msgstr "渐变文件“%s”出现严重解析错误:第 %d 段在第 %d 行已损坏。" -#: ../app/core/gimpgradient-load.c:241 ../app/core/gimpgradient-load.c:255 +#: ../app/core/gimpgradient-load.c:241 +#: ../app/core/gimpgradient-load.c:255 #, c-format msgid "Gradient file '%s' is corrupt: Segments do not span the range 0-1." msgstr "渐变文件“%s”损坏:段的范围不在 0-1 间。" @@ -6823,8 +6827,7 @@ msgstr "网格的前景色。" #: ../app/core/gimpgrid.c:95 -msgid "" -"The background color of the grid; only used in double dashed line style." +msgid "The background color of the grid; only used in double dashed line style." msgstr "网格的背景色;只用于双虚线线型。" #: ../app/core/gimpgrid.c:101 @@ -6836,8 +6839,7 @@ msgstr "网格的垂直间距。" #: ../app/core/gimpgrid.c:115 -msgid "" -"Horizontal offset of the first grid line; this may be a negative number." +msgid "Horizontal offset of the first grid line; this may be a negative number." msgstr "第一条网格线的水平位移;可以是负数。" #: ../app/core/gimpgrid.c:122 @@ -6890,7 +6892,8 @@ msgid "Crop Image" msgstr "剪裁图像" -#: ../app/core/gimpimage-crop.c:133 ../app/core/gimpimage-resize.c:90 +#: ../app/core/gimpimage-crop.c:133 +#: ../app/core/gimpimage-resize.c:90 msgid "Resize Image" msgstr "图像改变大小" @@ -6902,7 +6905,8 @@ msgid "Add Vertical Guide" msgstr "添加垂直参考线" -#: ../app/core/gimpimage-guides.c:115 ../app/tools/gimpmovetool.c:564 +#: ../app/core/gimpimage-guides.c:115 +#: ../app/tools/gimpmovetool.c:564 msgid "Remove Guide" msgstr "删除参考线" @@ -6926,7 +6930,8 @@ msgid "Transform Items" msgstr "变换项目" -#: ../app/core/gimpimage-merge.c:102 ../app/core/gimpimage-merge.c:114 +#: ../app/core/gimpimage-merge.c:102 +#: ../app/core/gimpimage-merge.c:114 msgid "Merge Visible Layers" msgstr "合并可见图层" @@ -6959,7 +6964,8 @@ msgid "Add Sample Point" msgstr "添加采样点" -#: ../app/core/gimpimage-sample-points.c:98 ../app/tools/gimpcolortool.c:429 +#: ../app/core/gimpimage-sample-points.c:98 +#: ../app/tools/gimpcolortool.c:429 msgid "Remove Sample Point" msgstr "删除采样点" @@ -6992,7 +6998,8 @@ msgid "Add Layer" msgstr "添加图层" -#: ../app/core/gimpimage.c:2935 ../app/core/gimpimage.c:2948 +#: ../app/core/gimpimage.c:2935 +#: ../app/core/gimpimage.c:2948 msgid "Remove Layer" msgstr "删除图层" @@ -7003,55 +7010,56 @@ #: ../app/core/gimpimage.c:3097 msgid "Raise Layer" -msgstr "升高图层" +msgstr "上移图层" #: ../app/core/gimpimage.c:3116 msgid "Layer cannot be lowered more." -msgstr "图层无法再降低。" +msgstr "图层无法再向下移动。" #: ../app/core/gimpimage.c:3121 msgid "Lower Layer" -msgstr "降低图层" +msgstr "下移图层" #: ../app/core/gimpimage.c:3132 msgid "Raise Layer to Top" -msgstr "图层移至顶端" +msgstr "图层移至最上方" #: ../app/core/gimpimage.c:3147 msgid "Lower Layer to Bottom" -msgstr "图层移至底端" +msgstr "图层移至最下方" #: ../app/core/gimpimage.c:3209 msgid "Add Channel" msgstr "添加通道" -#: ../app/core/gimpimage.c:3252 ../app/core/gimpimage.c:3263 +#: ../app/core/gimpimage.c:3252 +#: ../app/core/gimpimage.c:3263 msgid "Remove Channel" msgstr "删除通道" #: ../app/core/gimpimage.c:3312 msgid "Channel cannot be raised higher." -msgstr "通道无法再升高。" +msgstr "通道无法再向上移动。" #: ../app/core/gimpimage.c:3317 msgid "Raise Channel" -msgstr "升高通道" +msgstr "上移通道" #: ../app/core/gimpimage.c:3328 msgid "Raise Channel to Top" -msgstr "通道移至顶端" +msgstr "通道移至最上方" #: ../app/core/gimpimage.c:3348 msgid "Channel cannot be lowered more." -msgstr "通道无法再降低。" +msgstr "通道无法再向下移动。" #: ../app/core/gimpimage.c:3353 msgid "Lower Channel" -msgstr "降低通道" +msgstr "下移通道" #: ../app/core/gimpimage.c:3368 msgid "Lower Channel to Bottom" -msgstr "通道移至底端" +msgstr "通道移至最下方" #: ../app/core/gimpimage.c:3432 msgid "Add Path" @@ -7063,29 +7071,30 @@ #: ../app/core/gimpimage.c:3522 msgid "Path cannot be raised higher." -msgstr "路径无法再升高。" +msgstr "路径无法再向上移动。" #: ../app/core/gimpimage.c:3527 msgid "Raise Path" -msgstr "升高路径" +msgstr "上移路径" #: ../app/core/gimpimage.c:3538 msgid "Raise Path to Top" -msgstr "路径移至顶端" +msgstr "路径移至最上方" #: ../app/core/gimpimage.c:3557 msgid "Path cannot be lowered more." -msgstr "路径无法再降低。" +msgstr "路径无法再向下移动。" #: ../app/core/gimpimage.c:3562 msgid "Lower Path" -msgstr "降低路径" +msgstr "下移路径" #: ../app/core/gimpimage.c:3577 msgid "Lower Path to Bottom" -msgstr "路径移至底端" +msgstr "路径移至最下方" -#: ../app/core/gimpimagefile.c:528 ../app/dialogs/preferences-dialog.c:1727 +#: ../app/core/gimpimagefile.c:528 +#: ../app/dialogs/preferences-dialog.c:1727 msgid "Folder" msgstr "文件夹" @@ -7118,14 +7127,17 @@ msgstr "(预览可能已经过时)" #. pixel size -#: ../app/core/gimpimagefile.c:605 ../app/widgets/gimpimagepropview.c:446 -#: ../app/widgets/gimpsizebox.c:438 ../app/widgets/gimptemplateeditor.c:566 +#: ../app/core/gimpimagefile.c:605 +#: ../app/widgets/gimpimagepropview.c:446 +#: ../app/widgets/gimpsizebox.c:438 +#: ../app/widgets/gimptemplateeditor.c:566 #, c-format msgid "%d × %d pixel" msgid_plural "%d × %d pixels" msgstr[0] "%d x %d 像素" -#: ../app/core/gimpimagefile.c:628 ../app/display/gimpdisplayshell-title.c:325 +#: ../app/core/gimpimagefile.c:628 +#: ../app/display/gimpdisplayshell-title.c:325 #, c-format msgid "%d layer" msgid_plural "%d layers" @@ -7142,11 +7154,12 @@ #: ../app/core/gimpitem.c:1148 msgid "Attach Parasite to Item" -msgstr "添加寄生物到项目" +msgstr "添加附件到项目" -#: ../app/core/gimpitem.c:1190 ../app/core/gimpitem.c:1197 +#: ../app/core/gimpitem.c:1190 +#: ../app/core/gimpitem.c:1197 msgid "Remove Parasite from Item" -msgstr "从项目删除寄生物" +msgstr "从项目删除附件" #: ../app/core/gimplayer-floating-sel.c:99 msgid "Remove Floating Selection" @@ -7156,18 +7169,18 @@ msgid "Anchor Floating Selection" msgstr "固定浮动选区" -#: ../app/core/gimplayer-floating-sel.c:205 ../app/core/gimplayer.c:643 +#: ../app/core/gimplayer-floating-sel.c:205 +#: ../app/core/gimplayer.c:643 #, c-format -msgid "" -"Cannot create a new layer from the floating selection because it belongs to " -"a layer mask or channel." +msgid "Cannot create a new layer from the floating selection because it belongs to a layer mask or channel." msgstr "无法从浮动选区创建新图层,因为它属于一个图层蒙板或通道。" #: ../app/core/gimplayer-floating-sel.c:211 msgid "Floating Selection to Layer" msgstr "浮动选区到图层" -#: ../app/core/gimplayer.c:248 ../app/tools/tools-enums.c:209 +#: ../app/core/gimplayer.c:248 +#: ../app/tools/tools-enums.c:209 msgid "Layer" msgstr "图层" @@ -7175,8 +7188,9 @@ msgid "Rename Layer" msgstr "重命名图层" -#: ../app/core/gimplayer.c:250 ../app/pdb/layer-cmds.c:434 -#: ../app/pdb/layer-cmds.c:470 +#: ../app/core/gimplayer.c:250 +#: ../app/pdb/layer-cmds.c:437 +#: ../app/pdb/layer-cmds.c:473 msgid "Move Layer" msgstr "移动图层" @@ -7192,7 +7206,8 @@ msgid "Rotate Layer" msgstr "旋转图层" -#: ../app/core/gimplayer.c:405 ../app/core/gimplayer.c:1330 +#: ../app/core/gimplayer.c:405 +#: ../app/core/gimplayer.c:1330 #: ../app/core/gimplayermask.c:208 #, c-format msgid "%s mask" @@ -7221,7 +7236,8 @@ msgid "Transfer Alpha to Mask" msgstr "转移 Alpha 到蒙板" -#: ../app/core/gimplayer.c:1557 ../app/core/gimplayermask.c:235 +#: ../app/core/gimplayer.c:1557 +#: ../app/core/gimplayermask.c:235 msgid "Apply Layer Mask" msgstr "应用图层蒙板" @@ -7265,8 +7281,10 @@ msgid "Unknown type of palette file: %s" msgstr "未知类型的色板文件:%s" -#: ../app/core/gimppalette-load.c:85 ../app/core/gimppalette-load.c:110 -#: ../app/core/gimppalette-load.c:131 ../app/core/gimppalette-load.c:160 +#: ../app/core/gimppalette-load.c:85 +#: ../app/core/gimppalette-load.c:110 +#: ../app/core/gimppalette-load.c:131 +#: ../app/core/gimppalette-load.c:160 #: ../app/core/gimppalette-load.c:236 #, c-format msgid "Fatal parse error in palette file '%s': Read error in line %d." @@ -7284,9 +7302,7 @@ #: ../app/core/gimppalette-load.c:147 #, c-format -msgid "" -"Reading palette file '%s': Invalid number of columns in line %d. Using " -"default value." +msgid "Reading palette file '%s': Invalid number of columns in line %d. Using default value." msgstr "读取色板文件“%s”:第 %d 行中列数目无效。使用默认值。" #: ../app/core/gimppalette-load.c:183 @@ -7309,7 +7325,8 @@ msgid "Reading palette file '%s': RGB value out of range in line %d." msgstr "读取色板文件“%s”:第 %d 行 RGB 取值超出范围。" -#: ../app/core/gimppattern-load.c:85 ../app/core/gimppattern-load.c:131 +#: ../app/core/gimppattern-load.c:85 +#: ../app/core/gimppattern-load.c:131 #: ../app/core/gimppattern-load.c:162 #, c-format msgid "Fatal parse error in pattern file '%s': File appears truncated." @@ -7317,8 +7334,7 @@ #: ../app/core/gimppattern-load.c:104 #, c-format -msgid "" -"Fatal parse error in pattern file '%s': Unknown pattern format version %d." +msgid "Fatal parse error in pattern file '%s': Unknown pattern format version %d." msgstr "图案文件“%s”出现严重解析错误:未知图案格式版本 %d。" #: ../app/core/gimppattern-load.c:114 @@ -7335,16 +7351,19 @@ msgid "Invalid UTF-8 string in pattern file '%s'." msgstr "图案文件“%s”中含有无效的 UTF-8 字符串。" -#: ../app/core/gimppdbprogress.c:288 ../app/widgets/gimppdbdialog.c:352 +#: ../app/core/gimppdbprogress.c:288 +#: ../app/widgets/gimppdbdialog.c:352 #, c-format msgid "Unable to run %s callback. The corresponding plug-in may have crashed." msgstr "无法执行%s回调。相应的插件可能已崩溃。" -#: ../app/core/gimpprogress.c:107 ../app/core/gimpprogress.c:154 +#: ../app/core/gimpprogress.c:107 +#: ../app/core/gimpprogress.c:154 msgid "Please wait" msgstr "请稍候" -#: ../app/core/gimpselection.c:150 ../app/tools/gimpeditselectiontool.c:240 +#: ../app/core/gimpselection.c:150 +#: ../app/tools/gimpeditselectiontool.c:240 msgid "Move Selection" msgstr "移动选区" @@ -7388,12 +7407,8 @@ msgstr "浮动的图层" #: ../app/core/gimpstrokeoptions.c:119 -msgid "" -"Convert a mitered join to a bevelled join if the miter would extend to a " -"distance of more than miter-limit * line-width from the actual join point." -msgstr "" -"如果斜接可以从实标连接点开始延伸到大于斜接限制 * 线宽的距离,将斜角连接转换为" -"斜面连接。" +msgid "Convert a mitered join to a bevelled join if the miter would extend to a distance of more than miter-limit * line-width from the actual join point." +msgstr "如果斜接可以从实标连接点开始延伸到大于斜接限制 * 线宽的距离,将斜角连接转换为斜面连接。" #: ../app/core/gimptemplate.c:106 msgid "The unit used for coordinate display when not in dot-for-dot mode." @@ -7407,7 +7422,8 @@ msgid "The vertical image resolution." msgstr "垂直图像分辨率。" -#: ../app/core/gimptemplate.c:405 ../app/widgets/widgets-enums.c:24 +#: ../app/core/gimptemplate.c:405 +#: ../app/widgets/widgets-enums.c:24 msgid "Background" msgstr "背景" @@ -7417,9 +7433,12 @@ msgid "pixel" msgstr "像素" -#: ../app/core/gimpunit.c:56 ../app/tools/gimpmeasuretool.c:877 -#: ../app/tools/gimpmeasuretool.c:1020 ../app/tools/gimpmeasuretool.c:1076 -#: ../app/tools/gimpmeasuretool.c:1104 ../app/tools/gimppainttool.c:615 +#: ../app/core/gimpunit.c:56 +#: ../app/tools/gimpmeasuretool.c:877 +#: ../app/tools/gimpmeasuretool.c:1020 +#: ../app/tools/gimpmeasuretool.c:1076 +#: ../app/tools/gimpmeasuretool.c:1104 +#: ../app/tools/gimppainttool.c:615 msgid "pixels" msgstr "像素" @@ -7527,7 +7546,8 @@ msgstr "从颜色表中删除没有被使用的颜色(_R)" #. dithering -#: ../app/dialogs/convert-dialog.c:232 ../app/tools/gimpblendoptions.c:247 +#: ../app/dialogs/convert-dialog.c:232 +#: ../app/tools/gimpblendoptions.c:247 msgid "Dithering" msgstr "抖动" @@ -7543,12 +7563,14 @@ msgid "Converting to indexed colors" msgstr "转换为索引颜色" -#: ../app/dialogs/convert-dialog.c:414 ../app/pdb/convert-cmds.c:150 +#: ../app/dialogs/convert-dialog.c:414 +#: ../app/pdb/convert-cmds.c:150 #, c-format msgid "Cannot convert to a palette with more than 256 colors." msgstr "无法转换到多于 256 种颜色的色板。" -#: ../app/dialogs/dialogs-constructors.c:184 ../app/gui/gui.c:161 +#: ../app/dialogs/dialogs-constructors.c:184 +#: ../app/gui/gui.c:161 #: ../app/gui/gui-message.c:148 msgid "GIMP Message" msgstr "GIMP 消息" @@ -7622,7 +7644,7 @@ msgid "_Opacity:" msgstr "不透明度(_O):" -#: ../app/dialogs/file-open-dialog.c:253 +#: ../app/dialogs/file-open-dialog.c:262 msgid "Open layers" msgstr "打开图层" @@ -7634,22 +7656,14 @@ msgid "Enter location (URI):" msgstr "输入位置(URI):" -#: ../app/dialogs/file-save-dialog.c:302 ../app/dialogs/file-save-dialog.c:338 -msgid "" -"The given filename does not have any known file extension. Please enter a " -"known file extension or select a file format from the file format list." -msgstr "" -"给出的文件名没有已知的扩展名。请输入已知的文件扩展名或从文件格式列表中选择文" -"件格式。" +#: ../app/dialogs/file-save-dialog.c:302 +#: ../app/dialogs/file-save-dialog.c:338 +msgid "The given filename does not have any known file extension. Please enter a known file extension or select a file format from the file format list." +msgstr "给出的文件名没有已知的扩展名。请输入已知的文件扩展名或从文件格式列表中选择文件格式。" #: ../app/dialogs/file-save-dialog.c:371 -msgid "" -"Saving remote files needs to determine the file format from the file " -"extension. Please enter a file extension that matches the selected file " -"format or enter no file extension at all." -msgstr "" -"保存远程文件需要依具文件扩展名确定文件格式。请输入和选中文件匹配的文件扩展名" -"或根本不输入文件扩展名。" +msgid "Saving remote files needs to determine the file format from the file extension. Please enter a file extension that matches the selected file format or enter no file extension at all." +msgstr "保存远程文件需要依具文件扩展名确定文件格式。请输入和选中文件匹配的文件扩展名或根本不输入文件扩展名。" #: ../app/dialogs/file-save-dialog.c:428 msgid "Extension Mismatch" @@ -7724,12 +7738,8 @@ #: ../app/dialogs/image-new-dialog.c:328 #, c-format -msgid "" -"An image of the chosen size will use more memory than what is configured as " -"\"Maximum Image Size\" in the Preferences dialog (currently %s)." -msgstr "" -"所选的图像大小将占用比首选项对话框中“最大图像大小”所配置的更多内存(当前为 %" -"s)。" +msgid "An image of the chosen size will use more memory than what is configured as \"Maximum Image Size\" in the Preferences dialog (currently %s)." +msgstr "所选的图像大小将占用比首选项对话框中“最大图像大小”所配置的更多内存(当前为 %s)。" #: ../app/dialogs/image-properties-dialog.c:60 #: ../app/dialogs/image-properties-dialog.c:63 @@ -7759,17 +7769,11 @@ #: ../app/dialogs/image-scale-dialog.c:245 #, c-format -msgid "" -"Scaling the image to the chosen size will make it use more memory than what " -"is configured as \"Maximum Image Size\" in the Preferences dialog (currently " -"%s)." -msgstr "" -"将图像缩放到所选的大小将使它占用比首选项对话框中“最大图像大小”所配置的更多内" -"存(当前为 %s)。" +msgid "Scaling the image to the chosen size will make it use more memory than what is configured as \"Maximum Image Size\" in the Preferences dialog (currently %s)." +msgstr "将图像缩放到所选的大小将使它占用比首选项对话框中“最大图像大小”所配置的更多内存(当前为 %s)。" #: ../app/dialogs/image-scale-dialog.c:260 -msgid "" -"Scaling the image to the chosen size will shrink some layers completely away." +msgid "Scaling the image to the chosen size will shrink some layers completely away." msgstr "将图像缩放至您选择的大小会使一些图层收缩至完全消失。" #: ../app/dialogs/image-scale-dialog.c:264 @@ -7781,9 +7785,7 @@ msgstr "配置快捷键" #: ../app/dialogs/keyboard-shortcuts-dialog.c:73 -msgid "" -"To edit a shortcut key, click on the corresponding row and type a new " -"accelerator, or press backspace to clear." +msgid "To edit a shortcut key, click on the corresponding row and type a new accelerator, or press backspace to clear." msgstr "要编辑快捷键,请在相应行按新的加速键,或按 Backspace 清除" #: ../app/dialogs/keyboard-shortcuts-dialog.c:81 @@ -7878,8 +7880,10 @@ msgstr "通道位移" #. The offset frame -#: ../app/dialogs/offset-dialog.c:118 ../app/dialogs/offset-dialog.c:152 -#: ../app/dialogs/resize-dialog.c:197 ../app/widgets/gimpgrideditor.c:276 +#: ../app/dialogs/offset-dialog.c:118 +#: ../app/dialogs/offset-dialog.c:152 +#: ../app/dialogs/resize-dialog.c:197 +#: ../app/widgets/gimpgrideditor.c:276 msgid "Offset" msgstr "位移" @@ -7888,11 +7892,13 @@ msgid "_Offset" msgstr "位移(_O)" -#: ../app/dialogs/offset-dialog.c:184 ../app/dialogs/resize-dialog.c:226 +#: ../app/dialogs/offset-dialog.c:184 +#: ../app/dialogs/resize-dialog.c:226 msgid "_X:" msgstr "_X:" -#: ../app/dialogs/offset-dialog.c:186 ../app/dialogs/resize-dialog.c:227 +#: ../app/dialogs/offset-dialog.c:186 +#: ../app/dialogs/resize-dialog.c:227 msgid "_Y:" msgstr "_Y:" @@ -8002,9 +8008,7 @@ msgstr "配置输入设备" #: ../app/dialogs/preferences-dialog.c:577 -msgid "" -"Your keyboard shortcuts will be reset to default values the next time you " -"start GIMP." +msgid "Your keyboard shortcuts will be reset to default values the next time you start GIMP." msgstr "您的快捷键将在下次您启动 GIMP 的时候重置到默认值。" #: ../app/dialogs/preferences-dialog.c:588 @@ -8016,21 +8020,15 @@ msgstr "您真的要从所有菜单中移除所有的快捷键吗?" #: ../app/dialogs/preferences-dialog.c:651 -msgid "" -"Your window setup will be reset to default values the next time you start " -"GIMP." +msgid "Your window setup will be reset to default values the next time you start GIMP." msgstr "您的窗口设置将在下次您启动 GIMP 的时候重置到默认值。" #: ../app/dialogs/preferences-dialog.c:686 -msgid "" -"Your input device settings will be reset to default values the next time you " -"start GIMP." +msgid "Your input device settings will be reset to default values the next time you start GIMP." msgstr "您的输入设备设置将在下次您启动 GIMP 的时候重置到默认值。" #: ../app/dialogs/preferences-dialog.c:721 -msgid "" -"Your tool options will be reset to default values the next time you start " -"GIMP." +msgid "Your tool options will be reset to default values the next time you start GIMP." msgstr "您的工具选项将在您下次启动 GIMP 时重置到默认值。" #: ../app/dialogs/preferences-dialog.c:1289 @@ -8302,7 +8300,8 @@ msgid "Set layer or path as active" msgstr "将图层或路径设置为活动的" -#: ../app/dialogs/preferences-dialog.c:1966 ../app/widgets/gimptoolbox.c:633 +#: ../app/dialogs/preferences-dialog.c:1966 +#: ../app/widgets/gimptoolbox.c:633 msgid "Toolbox" msgstr "工具箱" @@ -8469,7 +8468,8 @@ msgstr "监视器分辨率" #: ../app/dialogs/preferences-dialog.c:2325 -#: ../app/widgets/gimpcursorview.c:124 ../app/widgets/gimpgrideditor.c:269 +#: ../app/widgets/gimpcursorview.c:124 +#: ../app/widgets/gimpgrideditor.c:269 #: ../app/widgets/gimpgrideditor.c:301 msgid "Pixels" msgstr "像素" @@ -8759,28 +8759,33 @@ msgstr "打印大小" #. the image size labels -#: ../app/dialogs/print-size-dialog.c:165 ../app/widgets/gimpsizebox.c:202 +#: ../app/dialogs/print-size-dialog.c:165 +#: ../app/widgets/gimpsizebox.c:202 #: ../app/widgets/gimptemplateeditor.c:161 msgid "_Width:" msgstr "宽度(_W):" -#: ../app/dialogs/print-size-dialog.c:172 ../app/widgets/gimpsizebox.c:206 +#: ../app/dialogs/print-size-dialog.c:172 +#: ../app/widgets/gimpsizebox.c:206 #: ../app/widgets/gimptemplateeditor.c:168 msgid "H_eight:" msgstr "高度(_E):" #. the resolution labels -#: ../app/dialogs/print-size-dialog.c:222 ../app/widgets/gimpsizebox.c:264 +#: ../app/dialogs/print-size-dialog.c:222 +#: ../app/widgets/gimpsizebox.c:264 #: ../app/widgets/gimptemplateeditor.c:288 msgid "_X resolution:" msgstr "X 分辨率(_X):" -#: ../app/dialogs/print-size-dialog.c:229 ../app/widgets/gimpsizebox.c:267 +#: ../app/dialogs/print-size-dialog.c:229 +#: ../app/widgets/gimpsizebox.c:267 #: ../app/widgets/gimptemplateeditor.c:295 msgid "_Y resolution:" msgstr "Y 分辨率(_Y):" -#: ../app/dialogs/print-size-dialog.c:240 ../app/widgets/gimpsizebox.c:260 +#: ../app/dialogs/print-size-dialog.c:240 +#: ../app/widgets/gimpsizebox.c:260 #: ../app/widgets/gimptemplateeditor.c:308 #, c-format msgid "pixels/%a" @@ -8816,7 +8821,8 @@ msgid "Canvas Size" msgstr "画布大小" -#: ../app/dialogs/resize-dialog.c:130 ../app/dialogs/scale-dialog.c:109 +#: ../app/dialogs/resize-dialog.c:130 +#: ../app/dialogs/scale-dialog.c:109 msgid "Layer Size" msgstr "图层大小" @@ -8841,7 +8847,8 @@ msgstr "垂直(_V):" #. Image size frame -#: ../app/dialogs/scale-dialog.c:98 ../app/widgets/gimptemplateeditor.c:139 +#: ../app/dialogs/scale-dialog.c:98 +#: ../app/widgets/gimptemplateeditor.c:139 msgid "Image Size" msgstr "图像大小" @@ -8854,9 +8861,7 @@ msgstr "插值(_N):" #: ../app/dialogs/scale-dialog.c:206 -msgid "" -"Indexed color layers are always scaled without interpolation. The chosen " -"interpolation type will affect channels and layer masks only." +msgid "Indexed color layers are always scaled without interpolation. The chosen interpolation type will affect channels and layer masks only." msgstr "索引颜色图层缩放时总不插值。所选的插值类型将只影响通道和蒙板。" #: ../app/dialogs/stroke-dialog.c:102 @@ -9045,9 +9050,10 @@ msgstr "导航图像显示" #: ../app/display/gimpdisplayshell.c:1285 -#: ../app/display/gimpdisplayshell.c:1375 ../app/widgets/gimptoolbox.c:222 +#: ../app/display/gimpdisplayshell.c:1375 +#: ../app/widgets/gimptoolbox.c:222 msgid "Drop image files here to open them" -msgstr "拖动图像到此处以打开" +msgstr "拖曳图像到此处以打开" #: ../app/display/gimpdisplayshell-close.c:147 #: ../app/display/gimpdisplayshell-close.c:224 @@ -9068,25 +9074,19 @@ #: ../app/display/gimpdisplayshell-close.c:254 #, c-format msgid "If you don't save the image, changes from the last hour will be lost." -msgid_plural "" -"If you don't save the image, changes from the last %d hours will be lost." +msgid_plural "If you don't save the image, changes from the last %d hours will be lost." msgstr[0] "如果您不保存图像,最近 %d 小时内的更改将会丢失。" #: ../app/display/gimpdisplayshell-close.c:264 #, c-format -msgid "" -"If you don't save the image, changes from the last hour and %d minute will " -"be lost." -msgid_plural "" -"If you don't save the image, changes from the last hour and %d minutes will " -"be lost." +msgid "If you don't save the image, changes from the last hour and %d minute will be lost." +msgid_plural "If you don't save the image, changes from the last hour and %d minutes will be lost." msgstr[0] "如果您不保存图像,最近 1 小时零 %d 分钟内的修改将会丢失。" #: ../app/display/gimpdisplayshell-close.c:275 #, c-format msgid "If you don't save the image, changes from the last minute will be lost." -msgid_plural "" -"If you don't save the image, changes from the last %d minutes will be lost." +msgid_plural "If you don't save the image, changes from the last %d minutes will be lost." msgstr[0] "如果您不保存图像,最近 %d 分钟内的更改将会丢失。" #: ../app/display/gimpdisplayshell-dnd.c:255 @@ -9105,7 +9105,8 @@ msgstr "拖放入图层" #: ../app/display/gimpdisplayshell-dnd.c:648 -#: ../app/widgets/gimplayertreeview.c:801 ../app/widgets/gimptoolbox-dnd.c:361 +#: ../app/widgets/gimplayertreeview.c:801 +#: ../app/widgets/gimptoolbox-dnd.c:361 msgid "Dropped Buffer" msgstr "删除缓冲区" @@ -9174,12 +9175,13 @@ msgid "(none)" msgstr "(无)" -#: ../app/display/gimpstatusbar.c:346 +#: ../app/display/gimpstatusbar.c:364 #, c-format msgid "Cancel %s" msgstr "取消 %s" -#: ../app/file/file-open.c:131 ../app/file/file-save.c:111 +#: ../app/file/file-open.c:131 +#: ../app/file/file-save.c:111 #, c-format msgid "Not a regular file" msgstr "不是普通文件" @@ -9205,9 +9207,7 @@ msgstr "打开“%s”失败:%s" #: ../app/file/file-open.c:613 -msgid "" -"Color management has been disabled. It can be enabled again in the " -"Preferences dialog." +msgid "Color management has been disabled. It can be enabled again in the Preferences dialog." msgstr "色彩管理已被禁用。它可以在首选项对话框是被再次启用。" #: ../app/file/file-procedure.c:200 @@ -9225,7 +9225,8 @@ msgid "'%s:' is not a valid URI scheme" msgstr "“%s:”不是合法的 URI 格式" -#: ../app/file/file-utils.c:88 ../app/file/file-utils.c:122 +#: ../app/file/file-utils.c:88 +#: ../app/file/file-utils.c:122 #, c-format msgid "Invalid character sequence in URI" msgstr "URI 中有无效的字符序列" @@ -9235,7 +9236,8 @@ msgid "not a GIMP Curves file" msgstr "不是 GIMP 曲线文件" -#: ../app/gegl/gimpcurvesconfig.c:398 ../app/gegl/gimplevelsconfig.c:711 +#: ../app/gegl/gimpcurvesconfig.c:398 +#: ../app/gegl/gimplevelsconfig.c:711 #, c-format msgid "parse error" msgstr "解析错误" @@ -9254,7 +9256,8 @@ msgid "GIMP Startup" msgstr "GIMP 启动" -#: ../app/paint/gimpairbrush.c:69 ../app/tools/gimpairbrushtool.c:54 +#: ../app/paint/gimpairbrush.c:69 +#: ../app/tools/gimpairbrushtool.c:54 msgid "Airbrush" msgstr "喷枪" @@ -9263,7 +9266,8 @@ msgid "No brushes available for use with this tool." msgstr "没有可供此工具使用的画笔。" -#: ../app/paint/gimpclone.c:99 ../app/tools/gimpclonetool.c:61 +#: ../app/paint/gimpclone.c:99 +#: ../app/tools/gimpclonetool.c:61 msgid "Clone" msgstr "克隆" @@ -9280,11 +9284,13 @@ msgid "Dodge/Burn" msgstr "减淡/加深" -#: ../app/paint/gimperaser.c:62 ../app/tools/gimperasertool.c:66 +#: ../app/paint/gimperaser.c:62 +#: ../app/tools/gimperasertool.c:66 msgid "Eraser" msgstr "橡皮" -#: ../app/paint/gimpheal.c:115 ../app/tools/gimphealtool.c:53 +#: ../app/paint/gimpheal.c:115 +#: ../app/tools/gimphealtool.c:53 msgid "Heal" msgstr "复原" @@ -9293,7 +9299,8 @@ msgid "Healing does not operate on indexed layers." msgstr "不能对索引图层进行复原操作。" -#: ../app/paint/gimppaintbrush.c:63 ../app/tools/gimppaintbrushtool.c:51 +#: ../app/paint/gimppaintbrush.c:63 +#: ../app/tools/gimppaintbrushtool.c:51 msgid "Paintbrush" msgstr "画笔" @@ -9302,11 +9309,13 @@ msgid "Not enough points to stroke" msgstr "不足够的笔画点" -#: ../app/paint/gimppencil.c:42 ../app/tools/gimppenciltool.c:51 +#: ../app/paint/gimppencil.c:42 +#: ../app/tools/gimppenciltool.c:51 msgid "Pencil" msgstr "铅笔" -#: ../app/paint/gimpperspectiveclone.c:97 ../app/paint/paint-enums.c:52 +#: ../app/paint/gimpperspectiveclone.c:97 +#: ../app/paint/paint-enums.c:52 #: ../app/tools/gimpperspectiveclonetool.c:126 msgid "Perspective Clone" msgstr "透视克隆" @@ -9316,7 +9325,8 @@ msgid "Perspective Clone does not operate on indexed layers." msgstr "不能对索引图层进行透视克隆操作。" -#: ../app/paint/gimpsmudge.c:78 ../app/tools/gimpsmudgetool.c:53 +#: ../app/paint/gimpsmudge.c:78 +#: ../app/tools/gimpsmudgetool.c:53 msgid "Smudge" msgstr "涂抹" @@ -9361,13 +9371,15 @@ #: ../app/pdb/drawable-transform-cmds.c:310 #: ../app/pdb/drawable-transform-cmds.c:395 -#: ../app/pdb/transform-tools-cmds.c:146 ../app/tools/gimpperspectivetool.c:69 +#: ../app/pdb/transform-tools-cmds.c:146 +#: ../app/tools/gimpperspectivetool.c:69 msgid "Perspective" msgstr "透视" #: ../app/pdb/drawable-transform-cmds.c:832 #: ../app/pdb/drawable-transform-cmds.c:904 -#: ../app/pdb/transform-tools-cmds.c:362 ../app/tools/gimpsheartool.c:111 +#: ../app/pdb/transform-tools-cmds.c:362 +#: ../app/tools/gimpsheartool.c:111 msgid "Shearing" msgstr "切变" @@ -9382,7 +9394,8 @@ msgid "2D Transforming" msgstr "2D 变换" -#: ../app/pdb/edit-cmds.c:709 ../app/tools/gimpblendtool.c:225 +#: ../app/pdb/edit-cmds.c:709 +#: ../app/tools/gimpblendtool.c:225 msgid "Blending" msgstr "混合" @@ -9398,9 +9411,7 @@ #: ../app/pdb/floating-sel-cmds.c:127 #, c-format -msgid "" -"Cannot convert this layer to a normal layer because it is not a floating " -"selection." +msgid "Cannot convert this layer to a normal layer because it is not a floating selection." msgstr "无法固定此图层,因为它不是一个浮动选区。" #: ../app/pdb/floating-sel-cmds.c:188 @@ -9413,7 +9424,8 @@ msgid "Cannot relax this layer because it is not a floating selection." msgstr "无法固定此图层,因为它不是一个浮动选区。" -#: ../app/pdb/gimppdb-query.c:300 ../app/pdb/gimppdb.c:307 +#: ../app/pdb/gimppdb-query.c:300 +#: ../app/pdb/gimppdb.c:307 #: ../app/pdb/gimppdb.c:377 #, c-format msgid "Procedure '%s' not found" @@ -9511,8 +9523,7 @@ #: ../app/pdb/gimppdb-utils.c:307 #, c-format -msgid "" -"Item '%s' (%d) can not be used because it has not been added to an image" +msgid "Item '%s' (%d) can not be used because it has not been added to an image" msgstr "“%s” (%d)不可用,因为它未被添加至图像" #: ../app/pdb/gimppdb-utils.c:329 @@ -9547,87 +9558,62 @@ #: ../app/pdb/gimppdb.c:411 #, c-format -msgid "" -"Procedure '%s' has been called with a wrong type for argument #%d. Expected %" -"s, got %s." +msgid "Procedure '%s' has been called with a wrong type for argument #%d. Expected %s, got %s." msgstr "调用“%s”过程使用了错误的值类型用于参数 #%d。需要 %s,但获得 %s。" -#: ../app/pdb/gimpprocedure.c:361 ../app/plug-in/gimppluginprocframe.c:209 +#: ../app/pdb/gimpprocedure.c:361 +#: ../app/plug-in/gimppluginprocframe.c:209 #, c-format msgid "Procedure '%s' returned no return values" msgstr "“%s”过程无返回值" #: ../app/pdb/gimpprocedure.c:585 #, c-format -msgid "" -"Procedure '%s' returned a wrong value type for return value '%s' (#%d). " -"Expected %s, got %s." +msgid "Procedure '%s' returned a wrong value type for return value '%s' (#%d). Expected %s, got %s." msgstr "“%s”过程返回了错误的值类型用于返回值“%s”(#%d)。需要 %s,但获得 %s。" #: ../app/pdb/gimpprocedure.c:597 #, c-format -msgid "" -"Procedure '%s' has been called with a wrong value type for argument '%s' (#%" -"d). Expected %s, got %s." +msgid "Procedure '%s' has been called with a wrong value type for argument '%s' (#%d). Expected %s, got %s." msgstr "调用“%s”过程使用了错误的值类型用于参数“%s”(#%d)。需要 %s,但获得 %s。" #: ../app/pdb/gimpprocedure.c:629 #, c-format -msgid "" -"Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" -"in is trying to work on a layer that doesn't exist any longer." -msgstr "" -"“%s”过程对于“%s”参数返回了无效的 ID。很有可能是插件正在试图操作一个已不再存在" -"的图层。" +msgid "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer." +msgstr "“%s”过程对于“%s”参数返回了无效的 ID。很有可能是插件正在试图操作一个已不再存在的图层。" #: ../app/pdb/gimpprocedure.c:641 #, c-format -msgid "" -"Procedure '%s' has been called with an invalid ID for argument '%s'. Most " -"likely a plug-in is trying to work on a layer that doesn't exist any longer." -msgstr "" -"调用“%s”过程使用了无效的 ID 用于“%s”参数。很有可能是插件正在试图操作一个已不" -"再存在的图层。" +msgid "Procedure '%s' has been called with an invalid ID for argument '%s'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer." +msgstr "调用“%s”过程使用了无效的 ID 用于“%s”参数。很有可能是插件正在试图操作一个已不再存在的图层。" #: ../app/pdb/gimpprocedure.c:657 #, c-format -msgid "" -"Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-" -"in is trying to work on an image that doesn't exist any longer." -msgstr "" -"“%s”过程返回了无效的 ID 用于“%s”参数。很有可能是插件正在试图操作一个已不再存" -"在的图像。" +msgid "Procedure '%s' returned an invalid ID for argument '%s'. Most likely a plug-in is trying to work on an image that doesn't exist any longer." +msgstr "“%s”过程返回了无效的 ID 用于“%s”参数。很有可能是插件正在试图操作一个已不再存在的图像。" #: ../app/pdb/gimpprocedure.c:669 #, c-format -msgid "" -"Procedure '%s' has been called with an invalid ID for argument '%s'. Most " -"likely a plug-in is trying to work on an image that doesn't exist any longer." -msgstr "" -"调用“%s”过程使用了无效的 ID 用于“%s”参数。很有可能是插件正在试图操作一个已不" -"再存在的图像。" +msgid "Procedure '%s' has been called with an invalid ID for argument '%s'. Most likely a plug-in is trying to work on an image that doesn't exist any longer." +msgstr "调用“%s”过程使用了无效的 ID 用于“%s”参数。很有可能是插件正在试图操作一个已不再存在的图像。" #: ../app/pdb/gimpprocedure.c:689 #, c-format -msgid "" -"Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value " -"is out of range." +msgid "Procedure '%s' returned '%s' as return value '%s' (#%d, type %s). This value is out of range." msgstr "“%s”过程返回了“%s”作为返回值“%s”(#%d,%s 类型)。此值超出范围。" #: ../app/pdb/gimpprocedure.c:702 #, c-format -msgid "" -"Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %" -"s). This value is out of range." +msgid "Procedure '%s' has been called with value '%s' for argument '%s' (#%d, type %s). This value is out of range." msgstr "“%s”过程使用了“%s”值用于“%s”参数(#%d,%s 类型)。此值超出范围。" #: ../app/pdb/image-cmds.c:2268 #, c-format -msgid "" -"Image resolution is out of bounds, using the default resolution instead." +msgid "Image resolution is out of bounds, using the default resolution instead." msgstr "图像分辨率超出范围,使用默认的分辨率替代。" -#: ../app/pdb/selection-tools-cmds.c:218 ../app/tools/gimpfreeselecttool.c:197 +#: ../app/pdb/selection-tools-cmds.c:218 +#: ../app/tools/gimpfreeselecttool.c:197 msgid "Free Select" msgstr "自由选择" @@ -9636,12 +9622,18 @@ msgid "Failed to create text layer" msgstr "创建文字图层失败" -#: ../app/pdb/text-layer-cmds.c:163 ../app/pdb/text-layer-cmds.c:235 -#: ../app/pdb/text-layer-cmds.c:314 ../app/pdb/text-layer-cmds.c:394 -#: ../app/pdb/text-layer-cmds.c:467 ../app/pdb/text-layer-cmds.c:539 -#: ../app/pdb/text-layer-cmds.c:611 ../app/pdb/text-layer-cmds.c:683 -#: ../app/pdb/text-layer-cmds.c:755 ../app/pdb/text-layer-cmds.c:825 -#: ../app/pdb/text-layer-cmds.c:897 ../app/pdb/text-layer-cmds.c:969 +#: ../app/pdb/text-layer-cmds.c:163 +#: ../app/pdb/text-layer-cmds.c:235 +#: ../app/pdb/text-layer-cmds.c:314 +#: ../app/pdb/text-layer-cmds.c:394 +#: ../app/pdb/text-layer-cmds.c:467 +#: ../app/pdb/text-layer-cmds.c:539 +#: ../app/pdb/text-layer-cmds.c:611 +#: ../app/pdb/text-layer-cmds.c:683 +#: ../app/pdb/text-layer-cmds.c:755 +#: ../app/pdb/text-layer-cmds.c:825 +#: ../app/pdb/text-layer-cmds.c:897 +#: ../app/pdb/text-layer-cmds.c:969 #: ../app/pdb/text-layer-cmds.c:1041 msgid "Set text layer attribute" msgstr "设定文字图层属性" @@ -9694,14 +9686,12 @@ "Plug-in crashed: \"%s\"\n" "(%s)\n" "\n" -"The dying plug-in may have messed up GIMP's internal state. You may want to " -"save your images and restart GIMP to be on the safe side." +"The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side." msgstr "" "插件崩溃:“%s”\n" "(%s)\n" "\n" -"已崩溃的插件可能破坏了 GIMP 的内部状态。您可能需要保存您的图片然后重新启动 " -"GIMP 以确保稳妥。" +"已崩溃的插件可能破坏了 GIMP 的内部状态。您可能需要保存您的图片然后重新启动 GIMP 以确保稳妥。" #: ../app/plug-in/gimppluginmanager-call.c:173 #: ../app/plug-in/gimppluginmanager-call.c:223 @@ -9730,11 +9720,11 @@ msgid "Starting Extensions" msgstr "正在启动扩展" -#: ../app/plug-in/gimppluginmanager.c:296 +#: ../app/plug-in/gimppluginmanager.c:290 msgid "Plug-In Interpreters" msgstr "插件解释器" -#: ../app/plug-in/gimppluginmanager.c:303 +#: ../app/plug-in/gimppluginmanager.c:297 msgid "Plug-In Environment" msgstr "插件环境" @@ -9795,7 +9785,8 @@ "Pack my box with\n" "five dozen liquor jugs." -#: ../app/text/gimptext-compat.c:108 ../app/tools/gimptexttool.c:879 +#: ../app/text/gimptext-compat.c:108 +#: ../app/tools/gimptexttool.c:901 msgid "Add Text Layer" msgstr "添加文字图层" @@ -9849,15 +9840,14 @@ "Problems parsing the text parasite for layer '%s':\n" "%s\n" "\n" -"Some text properties may be wrong. Unless you want to edit the text layer, " -"you don't need to worry about this." +"Some text properties may be wrong. Unless you want to edit the text layer, you don't need to worry about this." msgstr "" "解析“%s”图层的文字寄生物时遇到问题:\n" "%s\n" "\n" "某些文字属性可能有错。除非您要编辑的是文字图层,否则不必担心。" -#: ../app/tools/gimp-tools.c:327 +#: ../app/tools/gimp-tools.c:335 msgid "" "This tool has\n" "no options." @@ -9873,16 +9863,19 @@ msgid "_Airbrush" msgstr "喷枪(_A)" -#: ../app/tools/gimpairbrushtool.c:92 ../app/tools/gimpconvolvetool.c:217 +#: ../app/tools/gimpairbrushtool.c:92 +#: ../app/tools/gimpconvolvetool.c:217 #: ../app/tools/gimpsmudgetool.c:97 msgid "Rate:" msgstr "比率:" -#: ../app/tools/gimpairbrushtool.c:98 ../app/tools/gimppaintoptions-gui.c:198 +#: ../app/tools/gimpairbrushtool.c:98 +#: ../app/tools/gimppaintoptions-gui.c:198 msgid "Pressure:" msgstr "压力:" -#: ../app/tools/gimpaligntool.c:134 ../app/tools/gimpaligntool.c:766 +#: ../app/tools/gimpaligntool.c:134 +#: ../app/tools/gimpaligntool.c:766 msgid "Align" msgstr "对齐" @@ -9978,19 +9971,23 @@ msgid "Distribute bottoms of targets" msgstr "分布目标的底部" -#: ../app/tools/gimpaligntool.c:893 ../app/tools/gimpblendoptions.c:222 +#: ../app/tools/gimpaligntool.c:893 +#: ../app/tools/gimpblendoptions.c:222 msgid "Offset:" msgstr "位移:" -#: ../app/tools/gimpblendoptions.c:216 ../app/tools/gimppaintoptions-gui.c:648 +#: ../app/tools/gimpblendoptions.c:216 +#: ../app/tools/gimppaintoptions-gui.c:648 msgid "Gradient:" msgstr "渐变:" -#: ../app/tools/gimpblendoptions.c:232 ../app/widgets/gimpbrusheditor.c:146 +#: ../app/tools/gimpblendoptions.c:232 +#: ../app/widgets/gimpbrusheditor.c:146 msgid "Shape:" msgstr "形状:" -#: ../app/tools/gimpblendoptions.c:239 ../app/tools/gimppaintoptions-gui.c:672 +#: ../app/tools/gimpblendoptions.c:239 +#: ../app/tools/gimppaintoptions-gui.c:672 msgid "Repeat:" msgstr "重复:" @@ -10021,7 +10018,8 @@ msgid "Blend does not operate on indexed layers." msgstr "不能对索引图层进行混合操作。" -#: ../app/tools/gimpblendtool.c:402 ../app/tools/gimppainttool.c:606 +#: ../app/tools/gimpblendtool.c:402 +#: ../app/tools/gimppainttool.c:606 #, c-format msgid "%s for constrained angles" msgstr "%s 可限定角度" @@ -10113,8 +10111,10 @@ msgid "Fill transparent areas" msgstr "填充透明区域" -#: ../app/tools/gimpbucketfilloptions.c:275 ../app/tools/gimpclonetool.c:114 -#: ../app/tools/gimpcolorpickeroptions.c:151 ../app/tools/gimphealtool.c:99 +#: ../app/tools/gimpbucketfilloptions.c:275 +#: ../app/tools/gimpclonetool.c:114 +#: ../app/tools/gimpcolorpickeroptions.c:151 +#: ../app/tools/gimphealtool.c:99 #: ../app/tools/gimpperspectiveclonetool.c:941 #: ../app/tools/gimpregionselectoptions.c:208 msgid "Sample merged" @@ -10156,11 +10156,13 @@ msgid "_Clone" msgstr "克隆(_C)" -#: ../app/tools/gimpclonetool.c:86 ../app/tools/gimpclonetool.c:89 +#: ../app/tools/gimpclonetool.c:86 +#: ../app/tools/gimpclonetool.c:89 msgid "Click to clone" msgstr "点击以克隆" -#: ../app/tools/gimpclonetool.c:87 ../app/tools/gimpclonetool.c:91 +#: ../app/tools/gimpclonetool.c:87 +#: ../app/tools/gimpclonetool.c:91 #, c-format msgid "%s to set a new clone source" msgstr "%s 可设定新的克隆源" @@ -10174,7 +10176,8 @@ msgid "Source" msgstr "源" -#: ../app/tools/gimpclonetool.c:128 ../app/tools/gimphealtool.c:111 +#: ../app/tools/gimpclonetool.c:128 +#: ../app/tools/gimphealtool.c:111 #: ../app/tools/gimpperspectiveclonetool.c:955 msgid "Alignment:" msgstr "对齐:" @@ -10208,14 +10211,15 @@ msgid "Select Range to Adjust" msgstr "选择要调整的范围" -#: ../app/tools/gimpcolorbalancetool.c:279 ../app/tools/gimplevelstool.c:172 +#: ../app/tools/gimpcolorbalancetool.c:279 +#: ../app/tools/gimplevelstool.c:172 msgid "Adjust Color Levels" msgstr "调整颜色色阶" #: ../app/tools/gimpcolorbalancetool.c:296 #: ../app/tools/gimphuesaturationtool.c:255 msgid "Cyan" -msgstr "青色" +msgstr "青" #: ../app/tools/gimpcolorbalancetool.c:305 #: ../app/tools/gimphuesaturationtool.c:257 @@ -10225,7 +10229,7 @@ #: ../app/tools/gimpcolorbalancetool.c:314 #: ../app/tools/gimphuesaturationtool.c:253 msgid "Yellow" -msgstr "黄色" +msgstr "黄" #: ../app/tools/gimpcolorbalancetool.c:325 msgid "R_eset Range" @@ -10304,38 +10308,41 @@ #: ../app/tools/gimpcolorpickertool.c:96 msgid "Color Picker" -msgstr "颜色拾取" +msgstr "拾色器" #: ../app/tools/gimpcolorpickertool.c:97 msgid "Color Picker Tool: Set colors from image pixels" -msgstr "颜色拾取工具:从图像中拾取颜色" +msgstr "拾色器:从图像中拾取颜色" #: ../app/tools/gimpcolorpickertool.c:98 msgid "C_olor Picker" -msgstr "颜色拾取(_O)" +msgstr "拾色器(_O)" #: ../app/tools/gimpcolorpickertool.c:242 msgid "Click in any image to view its color" -msgstr "在图像中任意点击可查看其颜色" +msgstr "在图像中单击任意点可查看其颜色" -#: ../app/tools/gimpcolorpickertool.c:249 ../app/tools/gimppainttool.c:509 +#: ../app/tools/gimpcolorpickertool.c:249 +#: ../app/tools/gimppainttool.c:509 msgid "Click in any image to pick the foreground color" -msgstr "在图像中任意点击可拾取前景色" +msgstr "在图像中单击任意点可拾取前景色" -#: ../app/tools/gimpcolorpickertool.c:257 ../app/tools/gimppainttool.c:515 +#: ../app/tools/gimpcolorpickertool.c:257 +#: ../app/tools/gimppainttool.c:515 msgid "Click in any image to pick the background color" -msgstr "在图像中任意点击可拾取背景色" +msgstr "在图像中单击任意点可拾取背景色" #: ../app/tools/gimpcolorpickertool.c:265 msgid "Click in any image to add the color to the palette" -msgstr "在图像中任意点击可将颜色添加到调色板" +msgstr "在图像中单击任意点可将颜色添加到调色板" #. tool->display->shell #: ../app/tools/gimpcolorpickertool.c:318 msgid "Color Picker Information" -msgstr "颜色拾取信息" +msgstr "拾色器信息" -#: ../app/tools/gimpcolortool.c:258 ../app/tools/gimpcolortool.c:437 +#: ../app/tools/gimpcolortool.c:258 +#: ../app/tools/gimpcolortool.c:437 msgid "Move Sample Point: " msgstr "移动采样点:" @@ -10401,19 +10408,19 @@ #: ../app/tools/gimpcroptool.c:126 msgid "Crop" -msgstr "剪裁" +msgstr "裁切" #: ../app/tools/gimpcroptool.c:127 msgid "Crop Tool: Remove edge areas from image or layer" -msgstr "剪裁工具:移除图像或图层的边缘区域" +msgstr "裁切工具:移除图像或图层的边缘区域" #: ../app/tools/gimpcroptool.c:128 msgid "_Crop" -msgstr "剪裁(_C)" +msgstr "裁切(_C)" #: ../app/tools/gimpcroptool.c:269 msgid "Click or press Enter to crop" -msgstr "点击或按 Enter 可剪裁" +msgstr "单击或按下 Enter 可进行裁切" #: ../app/tools/gimpcurvestool.c:141 msgid "Curves Tool: Adjust color curves" @@ -10429,11 +10436,11 @@ #: ../app/tools/gimpcurvestool.c:170 msgid "Import Curves" -msgstr "载入曲线" +msgstr "导入曲线" #: ../app/tools/gimpcurvestool.c:171 msgid "Export Curves" -msgstr "载入曲线" +msgstr "导出曲线" #: ../app/tools/gimpcurvestool.c:221 #, c-format @@ -10448,11 +10455,13 @@ msgid "Click to add control points to all channels" msgstr "单击可在全部通道中添加控制点" -#: ../app/tools/gimpcurvestool.c:441 ../app/tools/gimplevelstool.c:380 +#: ../app/tools/gimpcurvestool.c:441 +#: ../app/tools/gimplevelstool.c:380 msgid "Cha_nnel:" msgstr "通道(_N):" -#: ../app/tools/gimpcurvestool.c:467 ../app/tools/gimplevelstool.c:404 +#: ../app/tools/gimpcurvestool.c:467 +#: ../app/tools/gimplevelstool.c:404 msgid "R_eset Channel" msgstr "重置通道(_E)" @@ -10460,7 +10469,8 @@ msgid "Curve _type:" msgstr "曲线类型(_T)" -#: ../app/tools/gimpcurvestool.c:632 ../app/tools/gimplevelstool.c:752 +#: ../app/tools/gimpcurvestool.c:632 +#: ../app/tools/gimplevelstool.c:752 #, c-format msgid "Could not read header from '%s': %s" msgstr "无法从“%s”中读取头:%s" @@ -10504,20 +10514,20 @@ #: ../app/tools/gimpdodgeburntool.c:173 msgid "Click to dodge" -msgstr "点击以减淡" +msgstr "点击并减淡" #: ../app/tools/gimpdodgeburntool.c:174 msgid "Click to dodge the line" -msgstr "点击可减淡线段" +msgstr "点击并减淡线段" #: ../app/tools/gimpdodgeburntool.c:175 #, c-format msgid "%s to burn" -msgstr "%s 以加深" +msgstr "%s 并加深" #: ../app/tools/gimpdodgeburntool.c:179 msgid "Click to burn" -msgstr "点击以加深" +msgstr "单击并加深" #: ../app/tools/gimpdodgeburntool.c:180 msgid "Click to burn the line" @@ -10555,31 +10565,31 @@ #: ../app/tools/gimpellipseselecttool.c:68 msgid "Ellipse Select" -msgstr "椭圆选择" +msgstr "椭圆选区" #: ../app/tools/gimpellipseselecttool.c:69 msgid "Ellipse Select Tool: Select an elliptical region" -msgstr "椭圆选择工具:选择椭圆区域" +msgstr "椭圆选区工具:选择椭圆区域" #: ../app/tools/gimpellipseselecttool.c:70 msgid "_Ellipse Select" -msgstr "椭圆选择(_E)" +msgstr "椭圆选区(_E)" #: ../app/tools/gimperasertool.c:67 msgid "Eraser Tool: Erase to background or transparency using a brush" -msgstr "橡皮工具:使用画笔擦除至背景或透明" +msgstr "橡皮擦工具:使用画笔擦除至背景或透明" #: ../app/tools/gimperasertool.c:68 msgid "_Eraser" -msgstr "橡皮(_E)" +msgstr "橡皮擦(_E)" #: ../app/tools/gimperasertool.c:97 msgid "Click to erase" -msgstr "点击以擦除" +msgstr "单击并擦除" #: ../app/tools/gimperasertool.c:98 msgid "Click to erase the line" -msgstr "点击可擦除线段" +msgstr "单击并擦除线段" #: ../app/tools/gimperasertool.c:99 #, c-format @@ -10590,7 +10600,7 @@ #: ../app/tools/gimperasertool.c:146 #, c-format msgid "Anti erase (%s)" -msgstr "反擦除(%s)" +msgstr "反相擦除(%s)" #: ../app/tools/gimpflipoptions.c:130 msgid "Affect:" @@ -10607,9 +10617,8 @@ msgstr "翻转" #: ../app/tools/gimpfliptool.c:80 -msgid "" -"Flip Tool: Reverse the layer, selection or path horizontally or vertically" -msgstr "翻转工具:水平或垂直反向图层、选区或路径" +msgid "Flip Tool: Reverse the layer, selection or path horizontally or vertically" +msgstr "翻转工具:从水平或垂直方向翻转图层、选区或路径" #: ../app/tools/gimpfliptool.c:82 msgid "_Flip" @@ -10629,9 +10638,7 @@ msgstr "用于提炼的画笔的大小" #: ../app/tools/gimpforegroundselectoptions.c:102 -msgid "" -"Smaller values give a more accurate selection border but may introduce holes " -"in the selection" +msgid "Smaller values give a more accurate selection border but may introduce holes in the selection" msgstr "更小的值可以获得更精确的选区但可能在选区中产生孔洞" #: ../app/tools/gimpforegroundselectoptions.c:121 @@ -10717,8 +10724,7 @@ msgstr "前景选择" #: ../app/tools/gimpfreeselecttool.c:198 -msgid "" -"Free Select Tool: Select a hand-drawn region with free and polygonal segments" +msgid "Free Select Tool: Select a hand-drawn region with free and polygonal segments" msgstr "自由选择工具:选择手绘区域" #: ../app/tools/gimpfreeselecttool.c:199 @@ -10758,7 +10764,8 @@ msgid "Fu_zzy Select" msgstr "模糊选择(_Z)" -#: ../app/tools/gimpgegltool.c:92 ../app/tools/gimpgegltool.c:111 +#: ../app/tools/gimpgegltool.c:92 +#: ../app/tools/gimpgegltool.c:111 msgid "GEGL Operation" msgstr "GEGL 操作" @@ -10775,12 +10782,12 @@ msgid "GEGL operations do not operate on indexed layers." msgstr "不能对索引图层进行 GEGL 操作。" -#: ../app/tools/gimpgegltool.c:338 +#: ../app/tools/gimpgegltool.c:339 msgid "_Operation:" msgstr "操作(_O):" #. The options vbox -#: ../app/tools/gimpgegltool.c:411 +#: ../app/tools/gimpgegltool.c:412 msgid "Operation Settings" msgstr "操作选项" @@ -10792,11 +10799,13 @@ msgid "_Heal" msgstr "复原(_H)" -#: ../app/tools/gimphealtool.c:77 ../app/tools/gimphealtool.c:80 +#: ../app/tools/gimphealtool.c:77 +#: ../app/tools/gimphealtool.c:80 msgid "Click to heal" msgstr "点击以复原" -#: ../app/tools/gimphealtool.c:78 ../app/tools/gimphealtool.c:82 +#: ../app/tools/gimphealtool.c:78 +#: ../app/tools/gimphealtool.c:82 #, c-format msgid "%s to set a new heal source" msgstr "%s 可设定新的复原源" @@ -10840,7 +10849,7 @@ #: ../app/tools/gimphuesaturationtool.c:251 msgid "Adjust all colors" -msgstr "调整全部颜色" +msgstr "调整所有颜色" #: ../app/tools/gimphuesaturationtool.c:252 msgid "_R" @@ -10900,12 +10909,15 @@ msgid "Adjustment" msgstr "调整" -#: ../app/tools/gimpinkoptions-gui.c:68 ../app/tools/gimpinkoptions-gui.c:93 -#: ../app/tools/gimprectangleoptions.c:973 ../app/tools/gimptextoptions.c:452 +#: ../app/tools/gimpinkoptions-gui.c:68 +#: ../app/tools/gimpinkoptions-gui.c:93 +#: ../app/tools/gimprectangleoptions.c:973 +#: ../app/tools/gimptextoptions.c:452 msgid "Size:" -msgstr "大小:" +msgstr "尺寸:" -#: ../app/tools/gimpinkoptions-gui.c:76 ../app/tools/gimpmeasuretool.c:1037 +#: ../app/tools/gimpinkoptions-gui.c:76 +#: ../app/tools/gimpmeasuretool.c:1037 #: ../app/widgets/gimpbrusheditor.c:208 msgid "Angle:" msgstr "角度:" @@ -10956,30 +10968,32 @@ msgid "Intelligent _Scissors" msgstr "智能剪刀(_S)" -#: ../app/tools/gimpiscissorstool.c:940 ../app/tools/gimpmeasuretool.c:609 +#: ../app/tools/gimpiscissorstool.c:940 +#: ../app/tools/gimpmeasuretool.c:609 msgid "Click-Drag to move this point" msgstr "点击并拖动可移动此点" -#: ../app/tools/gimpiscissorstool.c:942 ../app/tools/gimpiscissorstool.c:1007 +#: ../app/tools/gimpiscissorstool.c:942 +#: ../app/tools/gimpiscissorstool.c:1007 #, c-format msgid "%s: disable auto-snap" msgstr "%s:禁用自动吸附" #: ../app/tools/gimpiscissorstool.c:959 msgid "Click to close the curve" -msgstr "点击可闭合曲线" +msgstr "单击以闭合曲线" #: ../app/tools/gimpiscissorstool.c:965 msgid "Click to add a point on this segment" -msgstr "点击可在此节上添加点" +msgstr "单击可在此节上添加点" #: ../app/tools/gimpiscissorstool.c:979 msgid "Click or press Enter to convert to a selection" -msgstr "点击或按 Enter 可转换到选区" +msgstr "单击或按下 Enter 以转换到选区" #: ../app/tools/gimpiscissorstool.c:989 msgid "Press Enter to convert to a selection" -msgstr "按 Enter 键可转换为选区" +msgstr "按下 Enter 键以转换为选区" #: ../app/tools/gimpiscissorstool.c:1004 msgid "Click or Click-Drag to add a point" @@ -11025,7 +11039,7 @@ #: ../app/tools/gimplevelstool.c:522 msgid "Gamma" -msgstr "Gamma" +msgstr "伽玛" #. Output levels frame #: ../app/tools/gimplevelstool.c:564 @@ -11054,7 +11068,8 @@ msgstr "自动改变窗口大小" #. tool toggle -#: ../app/tools/gimpmagnifyoptions.c:172 ../app/tools/gimpmoveoptions.c:188 +#: ../app/tools/gimpmagnifyoptions.c:172 +#: ../app/tools/gimpmoveoptions.c:188 #, c-format msgid "Tool Toggle (%s)" msgstr "工具切换(%s)" @@ -11089,7 +11104,7 @@ #: ../app/tools/gimpmeasuretool.c:241 msgid "Add Guides" -msgstr "添加参考线" +msgstr "添加辅助线" #: ../app/tools/gimpmeasuretool.c:561 msgid "Click to place vertical and horizontal guides" @@ -11134,7 +11149,7 @@ #: ../app/tools/gimpmoveoptions.c:149 msgid "Pick a path" -msgstr "拾取路径" +msgstr "拾取单个路径" #: ../app/tools/gimpmoveoptions.c:150 msgid "Move the active path" @@ -11157,21 +11172,22 @@ msgid "_Move" msgstr "移动(_M)" -#: ../app/tools/gimpmovetool.c:276 ../app/tools/gimpmovetool.c:570 +#: ../app/tools/gimpmovetool.c:276 +#: ../app/tools/gimpmovetool.c:570 msgid "Move Guide: " -msgstr "移动参考线:" +msgstr "移动辅助线:" #: ../app/tools/gimpmovetool.c:564 msgid "Cancel Guide" -msgstr "取消参考线" +msgstr "取消辅助线" #: ../app/tools/gimpmovetool.c:570 msgid "Add Guide: " -msgstr "添加参考线:" +msgstr "添加辅助线:" #: ../app/tools/gimppaintbrushtool.c:52 msgid "Paintbrush Tool: Paint smooth strokes using a brush" -msgstr "画笔工具:使用画笔平滑绘画" +msgstr "画笔工具:使用画笔平滑绘制内容" #: ../app/tools/gimppaintbrushtool.c:53 msgid "_Paintbrush" @@ -11179,13 +11195,15 @@ #: ../app/tools/gimppaintoptions-gui.c:112 #: ../app/tools/gimpselectionoptions.c:211 -#: ../app/widgets/gimpbrushselect.c:191 ../app/widgets/gimplayertreeview.c:269 +#: ../app/widgets/gimpbrushselect.c:191 +#: ../app/widgets/gimplayertreeview.c:269 msgid "Mode:" msgstr "模式:" #: ../app/tools/gimppaintoptions-gui.c:127 #: ../app/tools/gimptransformoptions.c:348 -#: ../app/widgets/gimpbrushselect.c:178 ../app/widgets/gimplayertreeview.c:284 +#: ../app/widgets/gimpbrushselect.c:178 +#: ../app/widgets/gimplayertreeview.c:284 msgid "Opacity:" msgstr "不透明度:" @@ -11209,7 +11227,8 @@ msgid "Rate" msgstr "比率" -#: ../app/tools/gimppaintoptions-gui.c:168 ../app/tools/tools-enums.c:151 +#: ../app/tools/gimppaintoptions-gui.c:168 +#: ../app/tools/tools-enums.c:151 msgid "Size" msgstr "大小" @@ -11281,9 +11300,7 @@ msgstr "铅笔(_N)" #: ../app/tools/gimpperspectiveclonetool.c:127 -msgid "" -"Perspective Clone Tool: Clone from an image source after applying a " -"perspective transformation" +msgid "Perspective Clone Tool: Clone from an image source after applying a perspective transformation" msgstr "透视克隆工具:从应用透视变换之后的图像源克隆" #: ../app/tools/gimpperspectiveclonetool.c:129 @@ -11386,7 +11403,8 @@ msgid "_Rectangle Select" msgstr "矩形选择(_R)" -#: ../app/tools/gimprectangletool.c:1085 ../app/tools/gimprectangletool.c:1981 +#: ../app/tools/gimprectangletool.c:1085 +#: ../app/tools/gimprectangletool.c:1981 msgid "Rectangle: " msgstr "矩形:" @@ -11451,7 +11469,8 @@ msgid "Scale" msgstr "缩放" -#: ../app/tools/gimpselectionoptions.c:258 ../app/tools/gimptextoptions.c:473 +#: ../app/tools/gimpselectionoptions.c:258 +#: ../app/tools/gimptextoptions.c:473 msgid "Antialiasing" msgstr "边缘平滑" @@ -11537,14 +11556,11 @@ msgstr "点击可涂抹线段" #: ../app/tools/gimptextoptions.c:127 -msgid "" -"Hinting alters the font outline to produce a crisp bitmap at small sizes" +msgid "Hinting alters the font outline to produce a crisp bitmap at small sizes" msgstr "微调将修改字体的轮廓,使之产生清晰的小尺寸位图" #: ../app/tools/gimptextoptions.c:134 -msgid "" -"If available, hints from the font are used but you may prefer to always use " -"the automatic hinter" +msgid "If available, hints from the font are used but you may prefer to always use the automatic hinter" msgstr "如果可用,字体中的微调值会被使用,但您可能希望总是使用自动微调" #: ../app/tools/gimptextoptions.c:159 @@ -11595,40 +11611,38 @@ msgid "Text along Path" msgstr "文字对齐路径(_G)" -#: ../app/tools/gimptexttool.c:161 +#: ../app/tools/gimptexttool.c:162 msgid "Text Tool: Create or edit text layers" msgstr "文字工具:创建或编辑文字图层" -#: ../app/tools/gimptexttool.c:162 +#: ../app/tools/gimptexttool.c:163 msgid "Te_xt" -msgstr "文字(_X)" +msgstr "文本(_X)" -#: ../app/tools/gimptexttool.c:956 +#: ../app/tools/gimptexttool.c:987 msgid "GIMP Text Editor" msgstr "GIMP 文本编辑器" -#: ../app/tools/gimptexttool.c:1072 ../app/tools/gimptexttool.c:1075 +#: ../app/tools/gimptexttool.c:1103 +#: ../app/tools/gimptexttool.c:1106 msgid "Confirm Text Editing" msgstr "确认编辑文字" -#: ../app/tools/gimptexttool.c:1079 +#: ../app/tools/gimptexttool.c:1110 msgid "Create _New Layer" msgstr "创建新图层(_N)" -#: ../app/tools/gimptexttool.c:1103 +#: ../app/tools/gimptexttool.c:1134 msgid "" -"The layer you selected is a text layer but it has been modified using other " -"tools. Editing the layer with the text tool will discard these " -"modifications.\n" +"The layer you selected is a text layer but it has been modified using other tools. Editing the layer with the text tool will discard these modifications.\n" "\n" "You can edit the layer or create a new text layer from its text attributes." msgstr "" -"您所选的图层是一个文字图层,但是它已被其它工具修改过。使用文字工具编辑此图层" -"将放弃这些修改。\n" +"您所选的图层是一个文字图层,但是它已被其它工具修改过。使用文字工具编辑此图层将放弃这些修改。\n" "\n" "您可以编辑此图层或者从它的文字属性创建新的文字图层。" -#: ../app/tools/gimptexttool.c:1315 +#: ../app/tools/gimptexttool.c:1356 msgid "Reshape Text Layer" msgstr "反栅格化文字图层" @@ -11756,19 +11770,19 @@ #: ../app/tools/gimpvectortool.c:400 msgid "Drag Handle" -msgstr "拖动臂点" +msgstr "拖曳臂点" #: ../app/tools/gimpvectortool.c:429 msgid "Drag Anchor" -msgstr "拖动锚点" +msgstr "拖曳锚点" #: ../app/tools/gimpvectortool.c:446 msgid "Drag Anchors" -msgstr "拖动多个锚点" +msgstr "拖曳多个锚点" #: ../app/tools/gimpvectortool.c:468 msgid "Drag Curve" -msgstr "拖动曲线" +msgstr "拖曳曲线" #: ../app/tools/gimpvectortool.c:496 msgid "Connect Strokes" @@ -11788,7 +11802,7 @@ #: ../app/tools/gimpvectortool.c:589 msgid "Delete Segment" -msgstr "删除段" +msgstr "删除片段" #: ../app/tools/gimpvectortool.c:807 msgid "Move Anchors" @@ -11810,11 +11824,13 @@ msgid "Click or Click-Drag to create a new anchor" msgstr "点击或点击拖动可创建新的锚点" -#: ../app/tools/gimpvectortool.c:1189 ../app/tools/gimpvectortool.c:1196 +#: ../app/tools/gimpvectortool.c:1189 +#: ../app/tools/gimpvectortool.c:1196 msgid "Click-Drag to move the anchor around" msgstr "点击并拖动可移动锚点" -#: ../app/tools/gimpvectortool.c:1200 ../app/tools/gimpvectortool.c:1213 +#: ../app/tools/gimpvectortool.c:1200 +#: ../app/tools/gimpvectortool.c:1213 msgid "Click-Drag to move the anchors around" msgstr "点击并拖动可移动多个锚点" @@ -11891,12 +11907,14 @@ msgid "Aspect ratio" msgstr "宽高比" -#: ../app/tools/tools-enums.c:149 ../app/widgets/gimpgrideditor.c:265 +#: ../app/tools/tools-enums.c:149 +#: ../app/widgets/gimpgrideditor.c:265 #: ../app/widgets/gimpgrideditor.c:297 msgid "Width" msgstr "宽度" -#: ../app/tools/tools-enums.c:150 ../app/widgets/gimpgrideditor.c:267 +#: ../app/tools/tools-enums.c:150 +#: ../app/widgets/gimpgrideditor.c:267 #: ../app/widgets/gimpgrideditor.c:299 msgid "Height" msgstr "高度" @@ -11909,14 +11927,15 @@ # #: ../app/tools/tools-enums.c:180 msgid "Fixed size" -msgstr "固定大小" +msgstr "锁定大小" # #: ../app/tools/tools-enums.c:181 msgid "Fixed aspect ratio" -msgstr "固定宽高比" +msgstr "锁定宽高比" -#: ../app/tools/tools-enums.c:211 ../app/vectors/gimpvectors.c:192 +#: ../app/tools/tools-enums.c:211 +#: ../app/vectors/gimpvectors.c:192 msgid "Path" msgstr "路径" @@ -11954,7 +11973,8 @@ msgid "Rename Path" msgstr "重命名路径" -#: ../app/vectors/gimpvectors.c:194 ../app/vectors/gimpvectors.c:316 +#: ../app/vectors/gimpvectors.c:194 +#: ../app/vectors/gimpvectors.c:316 msgid "Move Path" msgstr "移动路径" @@ -11966,15 +11986,18 @@ msgid "Resize Path" msgstr "改变路径大小" -#: ../app/vectors/gimpvectors.c:197 ../app/vectors/gimpvectors.c:415 +#: ../app/vectors/gimpvectors.c:197 +#: ../app/vectors/gimpvectors.c:415 msgid "Flip Path" msgstr "翻转路径" -#: ../app/vectors/gimpvectors.c:198 ../app/vectors/gimpvectors.c:446 +#: ../app/vectors/gimpvectors.c:198 +#: ../app/vectors/gimpvectors.c:446 msgid "Rotate Path" msgstr "旋转路径" -#: ../app/vectors/gimpvectors.c:199 ../app/vectors/gimpvectors.c:476 +#: ../app/vectors/gimpvectors.c:199 +#: ../app/vectors/gimpvectors.c:476 msgid "Transform Path" msgstr "变换路径" @@ -12028,7 +12051,8 @@ msgid "Name" msgstr "名字" -#: ../app/widgets/gimpactionview.c:641 ../app/widgets/gimpactionview.c:846 +#: ../app/widgets/gimpactionview.c:641 +#: ../app/widgets/gimpactionview.c:846 msgid "Changing shortcut failed." msgstr "改变快捷键失败。" @@ -12080,7 +12104,8 @@ msgid "Percentage of width of brush" msgstr "画笔宽度的百分比" -#: ../app/widgets/gimpbufferview.c:173 ../app/widgets/gimpbufferview.c:257 +#: ../app/widgets/gimpbufferview.c:173 +#: ../app/widgets/gimpbufferview.c:257 #: ../app/widgets/gimpeditor.c:754 msgid "(None)" msgstr "(无)" @@ -12132,28 +12157,30 @@ msgstr "未选择滤镜" #: ../app/widgets/gimpcoloreditor.c:263 -msgid "" -"Hexadecimal color notation as used in HTML and CSS. This entry also accepts " -"CSS color names." +msgid "Hexadecimal color notation as used in HTML and CSS. This entry also accepts CSS color names." msgstr "在 HTML 和 CSS 中使用的十六进制颜色格式。此处也允许使用 CSS 色彩名。" #: ../app/widgets/gimpcolorframe.c:501 msgid "Index:" msgstr "索引:" -#: ../app/widgets/gimpcolorframe.c:514 ../app/widgets/gimpcolorframe.c:540 +#: ../app/widgets/gimpcolorframe.c:514 +#: ../app/widgets/gimpcolorframe.c:540 msgid "Red:" msgstr "红色:" -#: ../app/widgets/gimpcolorframe.c:515 ../app/widgets/gimpcolorframe.c:541 +#: ../app/widgets/gimpcolorframe.c:515 +#: ../app/widgets/gimpcolorframe.c:541 msgid "Green:" msgstr "绿色:" -#: ../app/widgets/gimpcolorframe.c:516 ../app/widgets/gimpcolorframe.c:542 +#: ../app/widgets/gimpcolorframe.c:516 +#: ../app/widgets/gimpcolorframe.c:542 msgid "Blue:" msgstr "蓝色:" -#: ../app/widgets/gimpcolorframe.c:529 ../app/widgets/gimpcolorframe.c:562 +#: ../app/widgets/gimpcolorframe.c:529 +#: ../app/widgets/gimpcolorframe.c:562 msgid "Value:" msgstr "亮度:" @@ -12189,10 +12216,14 @@ msgid "Alpha:" msgstr "Alpha:" -#: ../app/widgets/gimpcolorframe.c:623 ../app/widgets/gimpcursorview.c:134 -#: ../app/widgets/gimpcursorview.c:140 ../app/widgets/gimpcursorview.c:156 -#: ../app/widgets/gimpcursorview.c:162 ../app/widgets/gimpcursorview.c:444 -#: ../app/widgets/gimpcursorview.c:445 ../app/widgets/gimpcursorview.c:446 +#: ../app/widgets/gimpcolorframe.c:623 +#: ../app/widgets/gimpcursorview.c:134 +#: ../app/widgets/gimpcursorview.c:140 +#: ../app/widgets/gimpcursorview.c:156 +#: ../app/widgets/gimpcursorview.c:162 +#: ../app/widgets/gimpcursorview.c:444 +#: ../app/widgets/gimpcursorview.c:445 +#: ../app/widgets/gimpcursorview.c:446 #: ../app/widgets/gimpcursorview.c:447 msgid "n/a" msgstr "n/a" @@ -12213,11 +12244,11 @@ msgid "Palette" msgstr "色板" -#: ../app/widgets/gimpcontainerpopup.c:540 +#: ../app/widgets/gimpcontainerpopup.c:571 msgid "Smaller Previews" msgstr "减小预览" -#: ../app/widgets/gimpcontainerpopup.c:545 +#: ../app/widgets/gimpcontainerpopup.c:576 msgid "Larger Previews" msgstr "增大预览" @@ -12318,7 +12349,7 @@ #: ../app/widgets/gimpcontrollerkeyboard.c:222 msgid "Keyboard Events" -msgstr "键盘消息" +msgstr "键盘事件" #: ../app/widgets/gimpcontrollerkeyboard.c:223 #: ../app/widgets/gimpcontrollerwheel.c:225 @@ -12395,11 +12426,9 @@ #: ../app/widgets/gimpcontrollerlist.c:573 #, c-format msgid "" -"Removing this controller from the list of active controllers will " -"permanently delete all event mappings you have configured.\n" +"Removing this controller from the list of active controllers will permanently delete all event mappings you have configured.\n" "\n" -"Selecting \"Disable Controller\" will disable the controller without " -"removing it." +"Selecting \"Disable Controller\" will disable the controller without removing it." msgstr "" "从活动控制器列表中移删此控制器将久永性地删除所有您配置的事件映射。\n" "\n" @@ -12461,11 +12490,13 @@ msgid "Mouse Wheel Events" msgstr "鼠标滚轮事件" -#: ../app/widgets/gimpcursorview.c:137 ../app/widgets/gimpcursorview.c:159 +#: ../app/widgets/gimpcursorview.c:137 +#: ../app/widgets/gimpcursorview.c:159 msgid "X" msgstr "X" -#: ../app/widgets/gimpcursorview.c:143 ../app/widgets/gimpcursorview.c:165 +#: ../app/widgets/gimpcursorview.c:143 +#: ../app/widgets/gimpcursorview.c:165 msgid "Y" msgstr "Y" @@ -12515,7 +12546,7 @@ #: ../app/widgets/gimpdnd-xds.c:224 #, c-format msgid "A file named '%s' already exists." -msgstr "已存在一个叫“%s”的文件。" +msgstr "已存在一个名称为“%s”的文件。" #: ../app/widgets/gimpdnd-xds.c:229 msgid "Do you want to replace it with the image you are saving?" @@ -12531,7 +12562,7 @@ #: ../app/widgets/gimperrordialog.c:151 msgid "Too many error messages!" -msgstr "太多错误消息!" +msgstr "错误消息过多!" #: ../app/widgets/gimperrordialog.c:152 msgid "Messages are redirected to stderr." @@ -12691,12 +12722,8 @@ msgstr "GIMP 帮助浏览器不可用。" #: ../app/widgets/gimphelp.c:296 -msgid "" -"The GIMP help browser plug-in appears to be missing from your installation. " -"You may instead use the web browser for reading the help pages." -msgstr "" -"您似乎没有安装 GIMP 帮助浏览器插件。您可以使用网页浏览器以浏览 GIMP 帮助文" -"件。" +msgid "The GIMP help browser plug-in appears to be missing from your installation. You may instead use the web browser for reading the help pages." +msgstr "您似乎没有安装 GIMP 帮助浏览器插件。您可以使用网页浏览器以浏览 GIMP 帮助文件。" #: ../app/widgets/gimphelp.c:337 msgid "Help browser doesn't start" @@ -12712,7 +12739,7 @@ #: ../app/widgets/gimphelp.c:614 msgid "GIMP user manual is missing" -msgstr "GIMP 用户手册缺失" +msgstr "GIMP 用户手册未找到" #: ../app/widgets/gimphelp.c:621 msgid "_Read Online" @@ -12723,9 +12750,7 @@ msgstr "GIMP 用户指南未在您的计算机上安装。" #: ../app/widgets/gimphelp.c:648 -msgid "" -"You may either install the additional help package or change your " -"preferences to use the online version." +msgid "You may either install the additional help package or change your preferences to use the online version." msgstr "您可以选择安装额外的帮助包,或修改首选项以使用在线版本。" #: ../app/widgets/gimphistogrameditor.c:99 @@ -12859,8 +12884,7 @@ msgstr "自动" #: ../app/widgets/gimpmenudock.c:170 -msgid "" -"When enabled the dialog automatically follows the image you are working on." +msgid "When enabled the dialog automatically follows the image you are working on." msgstr "如果启用,对话框将自动跟随您工作的图像。" #: ../app/widgets/gimpmessagebox.c:443 @@ -13017,7 +13041,7 @@ #: ../app/widgets/gimptemplateeditor.c:530 msgid "_Name:" -msgstr "名字(_N):" +msgstr "名称(_N):" #: ../app/widgets/gimptemplateeditor.c:543 msgid "_Icon:" @@ -13054,16 +13078,19 @@ msgid "Pr_eview" msgstr "预览(_E)" -#: ../app/widgets/gimpthumbbox.c:417 ../app/widgets/gimpthumbbox.c:481 +#: ../app/widgets/gimpthumbbox.c:417 +#: ../app/widgets/gimpthumbbox.c:481 msgid "No selection" msgstr "未选择" -#: ../app/widgets/gimpthumbbox.c:609 ../app/widgets/gimpthumbbox.c:630 +#: ../app/widgets/gimpthumbbox.c:609 +#: ../app/widgets/gimpthumbbox.c:630 #, c-format msgid "Thumbnail %d of %d" msgstr "缩略图 %d / %d" -#: ../app/widgets/gimpthumbbox.c:743 ../app/widgets/gimpthumbbox.c:753 +#: ../app/widgets/gimpthumbbox.c:743 +#: ../app/widgets/gimpthumbbox.c:753 msgid "Creating preview..." msgstr "正在创建预览..." @@ -13165,7 +13192,7 @@ #: ../app/widgets/gimpvectorstreeview.c:253 msgid "Empty Path" -msgstr "空白路径" +msgstr "空路径" #: ../app/widgets/gimpviewablebox.c:81 msgid "Open the brush selection dialog" @@ -13334,19 +13361,15 @@ # #: ../app/widgets/widgets-enums.c:300 msgid "Keep above" -msgstr "保持在上方" +msgstr "总在最前" #: ../app/xcf/xcf-load.c:277 -msgid "" -"This XCF file is corrupt! I have loaded as much of it as I can, but it is " -"incomplete." +msgid "This XCF file is corrupt! I have loaded as much of it as I can, but it is incomplete." msgstr "此 XCF 文件已损坏!我已经尽可能多的读取,但它不完整。" #: ../app/xcf/xcf-load.c:286 #, c-format -msgid "" -"This XCF file is corrupt! I could not even salvage any partial image data " -"from it." +msgid "This XCF file is corrupt! I could not even salvage any partial image data from it." msgstr "此 XCF 文件已损坏!我甚至无法部分抢救出任何图像数据。" #: ../app/xcf/xcf-load.c:324 @@ -13368,12 +13391,15 @@ msgid "Error writing XCF: %s" msgstr "写 XCF 时出错:%s" -#: ../app/xcf/xcf-seek.c:44 ../app/xcf/xcf-seek.c:61 ../app/xcf/xcf-seek.c:72 +#: ../app/xcf/xcf-seek.c:44 +#: ../app/xcf/xcf-seek.c:61 +#: ../app/xcf/xcf-seek.c:72 #, c-format msgid "Could not seek in XCF file: %s" msgstr "无法在 XCF 文件中搜索:%s" -#: ../app/xcf/xcf.c:99 ../app/xcf/xcf.c:167 +#: ../app/xcf/xcf.c:99 +#: ../app/xcf/xcf.c:167 msgid "GIMP XCF image" msgstr "GIMP XCF 图像" @@ -13427,10 +13453,11 @@ #: ../tools/gimp-remote-x11.c:68 msgid "Make sure that the Toolbox is visible!" -msgstr "确定工具箱可见!" +msgstr "请检查工具箱为可见!" #. if execv and execvp return, there was an error #: ../tools/gimp-remote-x11.c:248 #, c-format msgid "Couldn't start '%s': %s" msgstr "无法启动“%s”:%s" + diff -Nru gimp-2.6.11/po-libgimp/ca@valencia.po gimp-2.6.12/po-libgimp/ca@valencia.po --- gimp-2.6.11/po-libgimp/ca@valencia.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-libgimp/ca@valencia.po 2012-01-31 13:50:15.000000000 +0000 @@ -12,10 +12,11 @@ msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 19:33+0200\n" +"POT-Creation-Date: 2010-10-29 00:27+0100\n" "PO-Revision-Date: 2008-09-07 17:38+0200\n" "Last-Translator: Quim Perez i Noguer \n" "Language-Team: Catalan \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -23,22 +24,22 @@ "X-Generator: KBabel 1.11.4\n" #. procedure executed successfully -#: ../libgimp/gimp.c:1045 +#: ../libgimp/gimp.c:1068 msgid "success" msgstr "correcta" #. procedure execution failed -#: ../libgimp/gimp.c:1049 +#: ../libgimp/gimp.c:1072 msgid "execution error" msgstr "error d'execució" #. procedure called incorrectly -#: ../libgimp/gimp.c:1053 +#: ../libgimp/gimp.c:1076 msgid "calling error" msgstr "error en la crida" #. procedure execution cancelled -#: ../libgimp/gimp.c:1057 +#: ../libgimp/gimp.c:1080 msgid "cancelled" msgstr "cancel·lada" @@ -1380,8 +1381,8 @@ "This filter takes its configuration from the Color Management section in the " "Preferences dialog." msgstr "" -"Este filtre pren la seua configuració de la secció de «Gestió de color» en el " -"diàleg de «Preferències»." +"Este filtre pren la seua configuració de la secció de «Gestió de color» en " +"el diàleg de «Preferències»." #: ../modules/display-filter-lcms.c:226 msgid "Mode of operation:" diff -Nru gimp-2.6.11/po-libgimp/dz.po gimp-2.6.12/po-libgimp/dz.po --- gimp-2.6.11/po-libgimp/dz.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-libgimp/dz.po 2012-01-31 13:50:15.000000000 +0000 @@ -283,24 +283,10 @@ msgid "Searching by type" msgstr "དབྱེ་བའི་ཐོག་ལས་ འཚོལ་ཞིབ་འབད་དོ།" -#: ../libgimp/gimpprocbrowserdialog.c:454 -#, c-format -msgid "%d procedure" -msgid_plural "%d procedures" -msgstr[0] "%d བྱ་སྒོའི་ལམ་ལུགས་ཚུ།" -msgstr[1] "" - #: ../libgimp/gimpprocbrowserdialog.c:463 msgid "No matches for your query" msgstr "ཁྱོད་ཀྱི་འདྲི་དཔྱད་ཀྱི་ལུ་མཐུན་སྒྲིག་མིན་འདུག" -#: ../libgimp/gimpprocbrowserdialog.c:467 -#, c-format -msgid "%d procedure matches your query" -msgid_plural "%d procedures match your query" -msgstr[0] "ཁྱོད་ཀྱི་འདྲི་དཔྱད་ཀྱི་དང་ %d བྱ་སྒོའི་ལམ་ལུགས་དེ་ མཐུན་སྒྲིག་འབདཝ་མས།" -msgstr[1] "" - #. count label #: ../libgimp/gimpprocbrowserdialog.c:516 #: ../libgimpwidgets/gimpbrowser.c:114 @@ -715,13 +701,6 @@ msgid "Temporary Procedure" msgstr "གནས་སྐབས་ཀྱི་བྱ་སྒོའི་ལམ་ལུགས།" -#: ../libgimpbase/gimpmemsize.c:180 -#, c-format -msgid "%d Byte" -msgid_plural "%d Bytes" -msgstr[0] "%d བཱའིཊི།" -msgstr[1] "" - #: ../libgimpbase/gimpmemsize.c:186 #, c-format msgid "%.2f KB" diff -Nru gimp-2.6.11/po-libgimp/es.po gimp-2.6.12/po-libgimp/es.po --- gimp-2.6.11/po-libgimp/es.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-libgimp/es.po 2012-01-31 13:50:15.000000000 +0000 @@ -1,20 +1,20 @@ # translation of gimp-libgimp.gimp-2-6.po to Español # Spanish translation for gimp-libgimp 1.3.X. -# Copyright © 1998-2000,2003, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright © 1998-2000,2003, 2006, 2007, 2008, 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the gimp package. # Rodrigo Sancho Senosiain # # Francisco Javier Fernandez , 2003, 2004, 2006. # Pablo G. del Campo , 2003, 2004. -# Francisco Vila , 2005, 2006, 2007, 2008. +# Francisco Vila , 2005, 2006, 2007, 2008, 2011. # Jorge González , 2007. msgid "" msgstr "" "Project-Id-Version: gimp-libgimp.gimp-2-6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=gimp&component=general\n" -"POT-Creation-Date: 2009-03-17 11:31+0000\n" -"PO-Revision-Date: 2008-12-30 19:55+0100\n" +"POT-Creation-Date: 2011-02-15 20:39+0000\n" +"PO-Revision-Date: 2011-02-17 10:40+0100\n" "Last-Translator: Francisco Vila \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -25,22 +25,22 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. procedure executed successfully -#: ../libgimp/gimp.c:1045 +#: ../libgimp/gimp.c:1068 msgid "success" msgstr "correcto" #. procedure execution failed -#: ../libgimp/gimp.c:1049 +#: ../libgimp/gimp.c:1072 msgid "execution error" msgstr "error de ejecución" #. procedure called incorrectly -#: ../libgimp/gimp.c:1053 +#: ../libgimp/gimp.c:1076 msgid "calling error" msgstr "error de llamada" #. procedure execution cancelled -#: ../libgimp/gimp.c:1057 +#: ../libgimp/gimp.c:1080 msgid "cancelled" msgstr "cancelado" @@ -761,8 +761,8 @@ #: ../libgimpbase/gimputils.c:170 ../libgimpbase/gimputils.c:175 #: ../modules/display-filter-lcms.c:183 -#: ../modules/color-selector-cmyk-lcms.c:407 -#: ../modules/color-selector-cmyk-lcms.c:413 +#: ../modules/color-selector-cmyk-lcms.c:422 +#: ../modules/color-selector-cmyk-lcms.c:428 msgid "(invalid UTF-8 string)" msgstr "(cadena UTF-8 inválida)" @@ -1343,7 +1343,7 @@ #: ../modules/display-filter-color-blind.c:261 msgid "Color Deficient Vision" -msgstr "Color de visión deficiente" +msgstr "Visión deficiente del color" #: ../modules/display-filter-color-blind.c:483 msgid "Color _deficiency type:" @@ -1503,11 +1503,11 @@ msgid "CMYK color selector (using color profile)" msgstr "Selector de color CMYK (utilizando perfil de color)" -#: ../modules/color-selector-cmyk-lcms.c:395 +#: ../modules/color-selector-cmyk-lcms.c:410 msgid "Profile: (none)" msgstr "Perfil: (ninguno)" -#: ../modules/color-selector-cmyk-lcms.c:416 +#: ../modules/color-selector-cmyk-lcms.c:431 #, c-format msgid "Profile: %s" msgstr "Perfil: %s" diff -Nru gimp-2.6.11/po-libgimp/kk.po gimp-2.6.12/po-libgimp/kk.po --- gimp-2.6.11/po-libgimp/kk.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po-libgimp/kk.po 2010-10-10 14:07:11.000000000 +0000 @@ -0,0 +1,1853 @@ +# Kazakh translation for gimp. +# Copyright (C) 2010 gimp's COPYRIGHT HOLDER +# This file is distributed under the same license as the gimp package. +# Baurzhan Muftakhidinov , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: gimp gimp-2-6\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" +"POT-Creation-Date: 2010-10-04 18:11+0000\n" +"PO-Revision-Date: 2010-10-08 09:43+0600\n" +"Last-Translator: Baurzhan Muftakhidinov \n" +"Language-Team: Kazakh \n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Language: Kazakh\n" +"X-Poedit-Country: KAZAKHSTAN\n" + +#. procedure executed successfully +#: ../libgimp/gimp.c:1068 +msgid "success" +msgstr "сәтті" + +#. procedure execution failed +#: ../libgimp/gimp.c:1072 +msgid "execution error" +msgstr "" + +#. procedure called incorrectly +#: ../libgimp/gimp.c:1076 +msgid "calling error" +msgstr "" + +#. procedure execution cancelled +#: ../libgimp/gimp.c:1080 +msgid "cancelled" +msgstr "бас тартылған" + +#: ../libgimp/gimpbrushselectbutton.c:170 +msgid "Brush Selection" +msgstr "" + +#: ../libgimp/gimpbrushselectbutton.c:913 +#: ../libgimp/gimppatternselectbutton.c:714 +msgid "_Browse..." +msgstr "Қара_п шығу..." + +#: ../libgimp/gimpexport.c:217 +#: ../libgimp/gimpexport.c:253 +#, c-format +msgid "%s plug-in can't handle layers" +msgstr "" + +#: ../libgimp/gimpexport.c:218 +#: ../libgimp/gimpexport.c:227 +#: ../libgimp/gimpexport.c:236 +#: ../libgimp/gimpexport.c:254 +msgid "Merge Visible Layers" +msgstr "" + +#: ../libgimp/gimpexport.c:226 +#, c-format +msgid "%s plug-in can't handle layer offsets, size or opacity" +msgstr "" + +#: ../libgimp/gimpexport.c:235 +#: ../libgimp/gimpexport.c:244 +#, c-format +msgid "%s plug-in can only handle layers as animation frames" +msgstr "" + +#: ../libgimp/gimpexport.c:236 +#: ../libgimp/gimpexport.c:245 +msgid "Save as Animation" +msgstr "" + +#: ../libgimp/gimpexport.c:245 +#: ../libgimp/gimpexport.c:254 +#: ../libgimp/gimpexport.c:263 +msgid "Flatten Image" +msgstr "" + +#: ../libgimp/gimpexport.c:262 +#, c-format +msgid "%s plug-in can't handle transparency" +msgstr "" + +#: ../libgimp/gimpexport.c:271 +#, c-format +msgid "%s plug-in can't handle layer masks" +msgstr "" + +#: ../libgimp/gimpexport.c:272 +msgid "Apply Layer Masks" +msgstr "" + +#: ../libgimp/gimpexport.c:280 +#, c-format +msgid "%s plug-in can only handle RGB images" +msgstr "" + +#: ../libgimp/gimpexport.c:281 +#: ../libgimp/gimpexport.c:319 +#: ../libgimp/gimpexport.c:328 +msgid "Convert to RGB" +msgstr "" + +#: ../libgimp/gimpexport.c:289 +#, c-format +msgid "%s plug-in can only handle grayscale images" +msgstr "" + +#: ../libgimp/gimpexport.c:290 +#: ../libgimp/gimpexport.c:319 +#: ../libgimp/gimpexport.c:340 +msgid "Convert to Grayscale" +msgstr "" + +#: ../libgimp/gimpexport.c:298 +#, c-format +msgid "%s plug-in can only handle indexed images" +msgstr "" + +#: ../libgimp/gimpexport.c:299 +#: ../libgimp/gimpexport.c:328 +#: ../libgimp/gimpexport.c:338 +msgid "" +"Convert to Indexed using default settings\n" +"(Do it manually to tune the result)" +msgstr "" + +#: ../libgimp/gimpexport.c:308 +#, c-format +msgid "%s plug-in can only handle bitmap (two color) indexed images" +msgstr "" + +#: ../libgimp/gimpexport.c:309 +msgid "" +"Convert to Indexed using bitmap default settings\n" +"(Do it manually to tune the result)" +msgstr "" + +#: ../libgimp/gimpexport.c:318 +#, c-format +msgid "%s plug-in can only handle RGB or grayscale images" +msgstr "" + +#: ../libgimp/gimpexport.c:327 +#, c-format +msgid "%s plug-in can only handle RGB or indexed images" +msgstr "" + +#: ../libgimp/gimpexport.c:337 +#, c-format +msgid "%s plug-in can only handle grayscale or indexed images" +msgstr "" + +#: ../libgimp/gimpexport.c:348 +#, c-format +msgid "%s plug-in needs an alpha channel" +msgstr "" + +#: ../libgimp/gimpexport.c:349 +msgid "Add Alpha Channel" +msgstr "" + +#: ../libgimp/gimpexport.c:383 +msgid "Confirm Save" +msgstr "" + +#: ../libgimp/gimpexport.c:389 +msgid "Confirm" +msgstr "Растау" + +#: ../libgimp/gimpexport.c:464 +msgid "Export File" +msgstr "" + +#: ../libgimp/gimpexport.c:468 +msgid "_Ignore" +msgstr "_Елемеу" + +#: ../libgimp/gimpexport.c:470 +msgid "_Export" +msgstr "Э_кспорт" + +#. the headline +#: ../libgimp/gimpexport.c:499 +#, c-format +msgid "Your image should be exported before it can be saved as %s for the following reasons:" +msgstr "" + +#. the footline +#: ../libgimp/gimpexport.c:573 +msgid "The export conversion won't modify your original image." +msgstr "" + +#: ../libgimp/gimpexport.c:673 +#, c-format +msgid "" +"You are about to save a layer mask as %s.\n" +"This will not save the visible layers." +msgstr "" + +#: ../libgimp/gimpexport.c:679 +#, c-format +msgid "" +"You are about to save a channel (saved selection) as %s.\n" +"This will not save the visible layers." +msgstr "" + +#: ../libgimp/gimpfontselectbutton.c:130 +msgid "Font Selection" +msgstr "Қаріпті таңдау" + +#: ../libgimp/gimpfontselectbutton.c:145 +msgid "Sans" +msgstr "Sans" + +#: ../libgimp/gimpgradientselectbutton.c:148 +msgid "Gradient Selection" +msgstr "" + +#: ../libgimp/gimpmenu.c:450 +#: ../libgimpwidgets/gimpintstore.c:239 +msgid "(Empty)" +msgstr "(Бос)" + +#: ../libgimp/gimppaletteselectbutton.c:130 +msgid "Palette Selection" +msgstr "" + +#: ../libgimp/gimppatternselectbutton.c:156 +msgid "Pattern Selection" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:140 +msgid "by name" +msgstr "аты бойынша" + +#: ../libgimp/gimpprocbrowserdialog.c:141 +msgid "by description" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:142 +msgid "by help" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:143 +msgid "by author" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:144 +msgid "by copyright" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:145 +msgid "by date" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:146 +msgid "by type" +msgstr "түрі бойынша" + +#: ../libgimp/gimpprocbrowserdialog.c:377 +msgid "Searching" +msgstr "Іздеу" + +#: ../libgimp/gimpprocbrowserdialog.c:388 +msgid "Searching by name" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:409 +msgid "Searching by description" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:416 +msgid "Searching by help" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:423 +msgid "Searching by author" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:430 +msgid "Searching by copyright" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:437 +msgid "Searching by date" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:444 +msgid "Searching by type" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:454 +#, c-format +msgid "%d procedure" +msgid_plural "%d procedures" +msgstr[0] "" +msgstr[1] "" + +#: ../libgimp/gimpprocbrowserdialog.c:463 +msgid "No matches for your query" +msgstr "" + +#: ../libgimp/gimpprocbrowserdialog.c:467 +#, c-format +msgid "%d procedure matches your query" +msgid_plural "%d procedures match your query" +msgstr[0] "" +msgstr[1] "" + +#. count label +#: ../libgimp/gimpprocbrowserdialog.c:516 +#: ../libgimpwidgets/gimpbrowser.c:114 +msgid "No matches" +msgstr "" + +#: ../libgimp/gimpprocview.c:143 +msgid "Parameters" +msgstr "" + +#: ../libgimp/gimpprocview.c:156 +msgid "Return Values" +msgstr "" + +#: ../libgimp/gimpprocview.c:169 +msgid "Additional Information" +msgstr "" + +#: ../libgimp/gimpprocview.c:209 +msgid "Author:" +msgstr "Авторы:" + +#: ../libgimp/gimpprocview.c:221 +msgid "Date:" +msgstr "Күні:" + +#: ../libgimp/gimpprocview.c:233 +msgid "Copyright:" +msgstr "Copyright:" + +#: ../libgimp/gimpunitcache.c:57 +msgid "percent" +msgstr "пайыз" + +#: ../libgimpbase/gimpbaseenums.c:28 +msgid "_White (full opacity)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:29 +msgid "_Black (full transparency)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:30 +msgid "Layer's _alpha channel" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:31 +msgid "_Transfer layer's alpha channel" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:32 +msgid "_Selection" +msgstr "Таң_далған" + +#: ../libgimpbase/gimpbaseenums.c:33 +msgid "_Grayscale copy of layer" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:34 +msgid "C_hannel" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:64 +msgid "FG to BG (RGB)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:65 +msgid "FG to BG (HSV)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:66 +msgid "FG to transparent" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:67 +msgid "Custom gradient" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:96 +msgid "FG color fill" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:97 +msgid "BG color fill" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:98 +msgid "Pattern fill" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:128 +msgid "Add to the current selection" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:129 +msgid "Subtract from the current selection" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:130 +msgid "Replace the current selection" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:131 +msgid "Intersect with the current selection" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:163 +#: ../libgimpwidgets/gimpwidgetsenums.c:126 +msgid "Red" +msgstr "Қызыл" + +#: ../libgimpbase/gimpbaseenums.c:164 +#: ../libgimpwidgets/gimpwidgetsenums.c:127 +msgid "Green" +msgstr "Жасыл" + +#: ../libgimpbase/gimpbaseenums.c:165 +#: ../libgimpwidgets/gimpwidgetsenums.c:128 +msgid "Blue" +msgstr "Көк" + +#: ../libgimpbase/gimpbaseenums.c:166 +msgid "Gray" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:167 +#: ../libgimpbase/gimpbaseenums.c:532 +msgid "Indexed" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:168 +#: ../libgimpwidgets/gimpwidgetsenums.c:129 +msgid "Alpha" +msgstr "Альфа" + +#: ../libgimpbase/gimpbaseenums.c:197 +msgid "Small" +msgstr "Кішкентай" + +#: ../libgimpbase/gimpbaseenums.c:198 +msgid "Medium" +msgstr "Орташа" + +#: ../libgimpbase/gimpbaseenums.c:199 +msgid "Large" +msgstr "Үлкен" + +#: ../libgimpbase/gimpbaseenums.c:231 +msgid "Light checks" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:232 +msgid "Mid-tone checks" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:233 +msgid "Dark checks" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:234 +msgid "White only" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:235 +msgid "Gray only" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:236 +msgid "Black only" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:264 +msgid "Image" +msgstr "Сурет" + +#: ../libgimpbase/gimpbaseenums.c:265 +msgid "Pattern" +msgstr "Шаблон" + +#: ../libgimpbase/gimpbaseenums.c:294 +msgid "Lightness" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:295 +msgid "Luminosity" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:296 +msgid "Average" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:324 +msgid "Dodge" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:325 +msgid "Burn" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:389 +msgid "gradient|Linear" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:390 +msgid "Bi-linear" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:391 +msgid "Radial" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:392 +#: ../libgimpwidgets/gimpwidgetsenums.c:24 +#, fuzzy +msgid "Square" +msgstr "Өз өзіне көбейту" + +#: ../libgimpbase/gimpbaseenums.c:393 +msgid "Conical (sym)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:394 +msgid "Conical (asym)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:395 +msgid "Shaped (angular)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:396 +msgid "Shaped (spherical)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:397 +msgid "Shaped (dimpled)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:398 +msgid "Spiral (cw)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:399 +msgid "Spiral (ccw)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:430 +msgid "Intersections (dots)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:431 +msgid "Intersections (crosshairs)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:432 +msgid "Dashed" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:433 +msgid "Double dashed" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:434 +msgid "Solid" +msgstr "Бүтін" + +#: ../libgimpbase/gimpbaseenums.c:463 +msgid "Stock ID" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:464 +msgid "Inline pixbuf" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:465 +msgid "Image file" +msgstr "Сурет файлы" + +#: ../libgimpbase/gimpbaseenums.c:494 +msgid "RGB color" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:495 +#: ../libgimpbase/gimpbaseenums.c:530 +msgid "Grayscale" +msgstr "Сұр түсті" + +#: ../libgimpbase/gimpbaseenums.c:496 +msgid "Indexed color" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:528 +msgid "RGB" +msgstr "RGB" + +#: ../libgimpbase/gimpbaseenums.c:529 +msgid "RGB-alpha" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:531 +msgid "Grayscale-alpha" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:533 +msgid "Indexed-alpha" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:563 +msgid "interpolation|None" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:564 +msgid "interpolation|Linear" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:565 +msgid "Cubic" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:566 +msgid "Sinc (Lanczos3)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:594 +msgid "Constant" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:595 +msgid "Incremental" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:624 +#: ../modules/display-filter-lcms.c:191 +msgid "None" +msgstr "Ешнәрсе" + +#: ../libgimpbase/gimpbaseenums.c:625 +msgid "Sawtooth wave" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:626 +msgid "Triangular wave" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:655 +msgid "Run interactively" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:656 +msgid "Run non-interactively" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:657 +msgid "Run with last used values" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:685 +msgid "Pixels" +msgstr "Пиксель" + +#: ../libgimpbase/gimpbaseenums.c:686 +msgid "Points" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:715 +msgid "Shadows" +msgstr "Көлеңкелер" + +#: ../libgimpbase/gimpbaseenums.c:716 +msgid "Midtones" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:717 +msgid "Highlights" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:745 +msgid "Normal (Forward)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:746 +msgid "Corrective (Backward)" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:776 +msgid "Adjust" +msgstr "Келтіру" + +#: ../libgimpbase/gimpbaseenums.c:777 +msgid "Clip" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:778 +msgid "Crop to result" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:779 +msgid "Crop with aspect" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:909 +msgid "Internal GIMP procedure" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:910 +msgid "GIMP Plug-In" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:911 +msgid "GIMP Extension" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:912 +msgid "Temporary Procedure" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:1074 +msgid "From left to right" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:1075 +msgid "From right to left" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:1105 +msgid "Left justified" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:1106 +msgid "Right justified" +msgstr "" + +#: ../libgimpbase/gimpbaseenums.c:1107 +msgid "Centered" +msgstr "Ортасына қарай" + +#: ../libgimpbase/gimpbaseenums.c:1108 +msgid "Filled" +msgstr "" + +#: ../libgimpbase/gimputils.c:170 +#: ../libgimpbase/gimputils.c:175 +#: ../modules/display-filter-lcms.c:183 +#: ../modules/color-selector-cmyk-lcms.c:422 +#: ../modules/color-selector-cmyk-lcms.c:428 +msgid "(invalid UTF-8 string)" +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:42 +msgid "Mode of operation for color management." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:44 +msgid "The color profile of your (primary) monitor." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:46 +msgid "When enabled, GIMP will try to use the display color profile from the windowing system. The configured monitor profile is then only used as a fallback." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:50 +msgid "The default RGB working space color profile." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:52 +msgid "The CMYK color profile used to convert between RGB and CMYK." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:54 +msgid "The color profile used for simulating a printed version (softproof)." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:56 +msgid "Sets how colors are mapped for your display." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:58 +msgid "Sets how colors are converted from RGB working space to the print simulation device." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:61 +msgid "When enabled, the print simulation will mark colors which can not be represented in the target color space." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig.c:64 +msgid "The color to use for marking colors which are out of gamut." +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:24 +msgid "No color management" +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:25 +msgid "Color managed display" +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:26 +msgid "Print simulation" +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:56 +msgid "Perceptual" +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:57 +msgid "Relative colorimetric" +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:58 +msgid "intent|Saturation" +msgstr "" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:59 +msgid "Absolute colorimetric" +msgstr "" + +#: ../libgimpconfig/gimpconfig-deserialize.c:97 +#, c-format +msgid "value for token %s is not a valid UTF-8 string" +msgstr "" + +#. please don't translate 'yes' and 'no' +#: ../libgimpconfig/gimpconfig-deserialize.c:436 +#, c-format +msgid "expected 'yes' or 'no' for boolean token %s, got '%s'" +msgstr "" + +#: ../libgimpconfig/gimpconfig-deserialize.c:510 +#, c-format +msgid "invalid value '%s' for token %s" +msgstr "" + +#: ../libgimpconfig/gimpconfig-deserialize.c:525 +#, c-format +msgid "invalid value '%ld' for token %s" +msgstr "" + +#: ../libgimpconfig/gimpconfig-deserialize.c:594 +#, c-format +msgid "while parsing token '%s': %s" +msgstr "" + +#: ../libgimpconfig/gimpconfig-iface.c:474 +#: ../libgimpconfig/gimpconfig-iface.c:487 +#: ../libgimpconfig/gimpscanner.c:498 +#: ../libgimpconfig/gimpscanner.c:579 +#: ../libgimpwidgets/gimpcolorprofilestore.c:656 +msgid "fatal parse error" +msgstr "" + +#: ../libgimpconfig/gimpconfig-path.c:377 +#, c-format +msgid "Cannot expand ${%s}" +msgstr "" + +#: ../libgimpconfig/gimpconfigwriter.c:78 +#: ../libgimpconfig/gimpconfigwriter.c:718 +#, c-format +msgid "Error writing to '%s': %s" +msgstr "" + +#: ../libgimpconfig/gimpconfigwriter.c:136 +#, c-format +msgid "Could not create temporary file for '%s': %s" +msgstr "" + +#: ../libgimpconfig/gimpconfigwriter.c:149 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "" + +#: ../libgimpconfig/gimpconfigwriter.c:679 +#: ../libgimpconfig/gimpconfigwriter.c:699 +#, c-format +msgid "" +"Error writing to temporary file for '%s': %s\n" +"The original file has not been touched." +msgstr "" + +#: ../libgimpconfig/gimpconfigwriter.c:707 +#, c-format +msgid "" +"Error writing to temporary file for '%s': %s\n" +"No file has been created." +msgstr "" + +#: ../libgimpconfig/gimpconfigwriter.c:731 +#, c-format +msgid "Could not create '%s': %s" +msgstr "" + +#: ../libgimpconfig/gimpscanner.c:255 +#, c-format +msgid "invalid UTF-8 string" +msgstr "" + +#: ../libgimpconfig/gimpscanner.c:606 +#, c-format +msgid "Error while parsing '%s' in line %d: %s" +msgstr "" + +#: ../libgimpmodule/gimpmodule.c:153 +#: ../libgimpmodule/gimpmodule.c:171 +#: ../libgimpmodule/gimpmodule.c:280 +#: ../libgimpmodule/gimpmodule.c:307 +#: ../libgimpmodule/gimpmodule.c:418 +#, c-format +msgid "Module '%s' load error: %s" +msgstr "" + +#: ../libgimpmodule/gimpmodule.c:375 +msgid "Module error" +msgstr "" + +#: ../libgimpmodule/gimpmodule.c:376 +msgid "Loaded" +msgstr "" + +#: ../libgimpmodule/gimpmodule.c:377 +msgid "Load failed" +msgstr "" + +#: ../libgimpmodule/gimpmodule.c:378 +msgid "Not loaded" +msgstr "" + +#: ../libgimpthumb/gimpthumb-utils.c:123 +#, c-format +msgid "" +"Cannot determine a valid home directory.\n" +"Thumbnails will be stored in the folder for temporary files (%s) instead." +msgstr "" + +#: ../libgimpthumb/gimpthumb-utils.c:247 +#: ../libgimpthumb/gimpthumb-utils.c:315 +#, c-format +msgid "Failed to create thumbnail folder '%s'." +msgstr "" + +#: ../libgimpthumb/gimpthumbnail.c:498 +#, c-format +msgid "Thumbnail contains no Thumb::URI tag" +msgstr "" + +#: ../libgimpthumb/gimpthumbnail.c:898 +#, c-format +msgid "Could not create thumbnail for %s: %s" +msgstr "" + +#: ../libgimpwidgets/gimpbrowser.c:98 +msgid "_Search:" +msgstr "І_здеу:" + +#: ../libgimpwidgets/gimpcolorbutton.c:118 +msgid "_Foreground Color" +msgstr "" + +#: ../libgimpwidgets/gimpcolorbutton.c:122 +msgid "_Background Color" +msgstr "_Фон түсі" + +#: ../libgimpwidgets/gimpcolorbutton.c:126 +msgid "Blac_k" +msgstr "" + +#: ../libgimpwidgets/gimpcolorbutton.c:130 +msgid "_White" +msgstr "_Ақ" + +#: ../libgimpwidgets/gimpcolorprofilestore.c:144 +msgid "Select color profile from disk..." +msgstr "" + +#: ../libgimpwidgets/gimpcolorprofilestore.c:280 +msgctxt "profile" +msgid "None" +msgstr "Ешнәрсе" + +#: ../libgimpwidgets/gimpcolorscales.c:98 +msgid "Scales" +msgstr "" + +#: ../libgimpwidgets/gimpcolorselection.c:210 +msgid "Current:" +msgstr "Ағымдағы:" + +#: ../libgimpwidgets/gimpcolorselection.c:232 +msgid "Old:" +msgstr "Ескі:" + +#: ../libgimpwidgets/gimpcolorselection.c:286 +msgid "Hexadecimal color notation as used in HTML and CSS. This entry also accepts CSS color names." +msgstr "" + +#: ../libgimpwidgets/gimpcolorselection.c:292 +msgid "HTML _notation:" +msgstr "" + +#: ../libgimpwidgets/gimphelpui.c:420 +msgid "Press F1 for more help" +msgstr "" + +#: ../libgimpwidgets/gimpfileentry.c:174 +msgid "Open a file selector to browse your folders" +msgstr "" + +#: ../libgimpwidgets/gimpfileentry.c:175 +msgid "Open a file selector to browse your files" +msgstr "" + +#: ../libgimpwidgets/gimpfileentry.c:335 +msgid "Select Folder" +msgstr "Буманы таңдау" + +#: ../libgimpwidgets/gimpfileentry.c:337 +msgid "Select File" +msgstr "Файлды таңдау" + +#: ../libgimpwidgets/gimpmemsizeentry.c:204 +msgid "Kilobytes" +msgstr "" + +#: ../libgimpwidgets/gimpmemsizeentry.c:205 +msgid "Megabytes" +msgstr "" + +#: ../libgimpwidgets/gimpmemsizeentry.c:206 +msgid "Gigabytes" +msgstr "" + +#. Count label +#: ../libgimpwidgets/gimppageselector.c:269 +#: ../libgimpwidgets/gimppageselector.c:1166 +msgid "Nothing selected" +msgstr "Ешнәрсе таңдалмады" + +#: ../libgimpwidgets/gimppageselector.c:287 +msgid "Select _All" +msgstr "Б_арлығын таңдау" + +#: ../libgimpwidgets/gimppageselector.c:307 +msgid "Select _range:" +msgstr "" + +#: ../libgimpwidgets/gimppageselector.c:319 +msgid "Open _pages as" +msgstr "" + +#: ../libgimpwidgets/gimppageselector.c:420 +msgid "Page 000" +msgstr "" + +#: ../libgimpwidgets/gimppageselector.c:508 +#: ../libgimpwidgets/gimppageselector.c:744 +#, c-format +msgid "Page %d" +msgstr "Парақ %d" + +#: ../libgimpwidgets/gimppageselector.c:1171 +msgid "One page selected" +msgstr "" + +#: ../libgimpwidgets/gimppageselector.c:1178 +#: ../libgimpwidgets/gimppageselector.c:1182 +#, c-format +msgid "%d page selected" +msgid_plural "All %d pages selected" +msgstr[0] "" +msgstr[1] "" + +#: ../libgimpwidgets/gimppatheditor.c:214 +msgid "Writable" +msgstr "" + +#: ../libgimpwidgets/gimppatheditor.c:223 +msgid "Folder" +msgstr "Бума" + +#: ../libgimpwidgets/gimppickbutton.c:107 +msgid "Click the eyedropper, then click a color anywhere on your screen to select that color." +msgstr "Түс алушыны шертіп, экранның кез-келген аймағының түсін таңдау үшін жай ғана ол түске шертіңіз." + +#: ../libgimpwidgets/gimppreviewarea.c:94 +msgid "Check Size" +msgstr "" + +#: ../libgimpwidgets/gimppreviewarea.c:101 +msgid "Check Style" +msgstr "" + +#. toggle button to (de)activate the instant preview +#: ../libgimpwidgets/gimppreview.c:277 +msgid "_Preview" +msgstr "А_лдын-ала қарау" + +#: ../libgimpwidgets/gimppropwidgets.c:1860 +#, c-format +msgid "This text input field is limited to %d character." +msgid_plural "This text input field is limited to %d characters." +msgstr[0] "" +msgstr[1] "" + +#: ../libgimpwidgets/gimpstock.c:112 +msgid "Anchor" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:113 +#, fuzzy +msgid "C_enter" +msgstr "Есептеу" + +#: ../libgimpwidgets/gimpstock.c:114 +msgid "_Duplicate" +msgstr "Кө_шірмесін жасау" + +#: ../libgimpwidgets/gimpstock.c:115 +msgid "_Edit" +msgstr "Тү_зету" + +#: ../libgimpwidgets/gimpstock.c:116 +msgid "Linked" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:117 +msgid "Paste as New" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:118 +msgid "Paste Into" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:119 +msgid "_Reset" +msgstr "_Нөлдеу" + +#: ../libgimpwidgets/gimpstock.c:120 +msgid "Visible" +msgstr "Көрінетін" + +#: ../libgimpwidgets/gimpstock.c:156 +#: ../libgimpwidgets/gimpstock.c:160 +msgid "_Stroke" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:172 +msgid "L_etter Spacing" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:173 +msgid "L_ine Spacing" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:189 +msgid "_Resize" +msgstr "Ө_лшемін өзгерту" + +#: ../libgimpwidgets/gimpstock.c:190 +#: ../libgimpwidgets/gimpstock.c:320 +msgid "_Scale" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:296 +msgid "Cr_op" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:315 +msgid "_Transform" +msgstr "" + +#: ../libgimpwidgets/gimpstock.c:319 +msgid "_Rotate" +msgstr "Бұ_ру" + +#: ../libgimpwidgets/gimpstock.c:321 +msgid "_Shear" +msgstr "" + +#: ../libgimpwidgets/gimpunitmenu.c:266 +msgid "More..." +msgstr "Көбірек білу..." + +#: ../libgimpwidgets/gimpunitmenu.c:581 +msgid "Unit Selection" +msgstr "" + +#: ../libgimpwidgets/gimpunitmenu.c:629 +msgid "Unit" +msgstr "" + +#: ../libgimpwidgets/gimpunitmenu.c:633 +msgid "Factor" +msgstr "" + +#: ../libgimpwidgets/gimpwidgets.c:511 +msgid "Use this value for random number generator seed - this allows you to repeat a given \"random\" operation" +msgstr "" + +#: ../libgimpwidgets/gimpwidgets.c:515 +msgid "_New Seed" +msgstr "" + +#: ../libgimpwidgets/gimpwidgets.c:528 +msgid "Seed random number generator with a generated random number" +msgstr "" + +#: ../libgimpwidgets/gimpwidgets.c:532 +msgid "_Randomize" +msgstr "" + +#: ../libgimpwidgets/gimpwidgetsenums.c:25 +msgid "Portrait" +msgstr "Тік" + +#: ../libgimpwidgets/gimpwidgetsenums.c:26 +msgid "Landscape" +msgstr "Жатық" + +#: ../libgimpwidgets/gimpwidgetsenums.c:123 +msgid "_H" +msgstr "" + +#: ../libgimpwidgets/gimpwidgetsenums.c:123 +msgid "Hue" +msgstr "Реңі" + +#: ../libgimpwidgets/gimpwidgetsenums.c:124 +msgid "_S" +msgstr "" + +#: ../libgimpwidgets/gimpwidgetsenums.c:124 +msgid "Saturation" +msgstr "Қаңықтылығы" + +#: ../libgimpwidgets/gimpwidgetsenums.c:125 +msgid "_V" +msgstr "" + +#: ../libgimpwidgets/gimpwidgetsenums.c:125 +msgid "Value" +msgstr "Мәні" + +#: ../libgimpwidgets/gimpwidgetsenums.c:126 +msgid "_R" +msgstr "" + +#: ../libgimpwidgets/gimpwidgetsenums.c:127 +msgid "_G" +msgstr "" + +#: ../libgimpwidgets/gimpwidgetsenums.c:128 +msgid "_B" +msgstr "" + +#: ../libgimpwidgets/gimpwidgetsenums.c:129 +msgid "_A" +msgstr "" + +#: ../libgimpwidgets/gimpwidgetsenums.c:157 +msgid "Layers" +msgstr "Қабаттар" + +#: ../libgimpwidgets/gimpwidgetsenums.c:158 +msgid "Images" +msgstr "Суреттер" + +#: ../libgimpwidgets/gimpwidgetsenums.c:217 +msgid "Zoom in" +msgstr "Үлкейту" + +#: ../libgimpwidgets/gimpwidgetsenums.c:218 +msgid "Zoom out" +msgstr "Кішірейту" + +#: ../modules/display-filter-color-blind.c:67 +msgid "Protanopia (insensitivity to red)" +msgstr "" + +#: ../modules/display-filter-color-blind.c:69 +msgid "Deuteranopia (insensitivity to green)" +msgstr "" + +#: ../modules/display-filter-color-blind.c:71 +msgid "Tritanopia (insensitivity to blue)" +msgstr "" + +#: ../modules/display-filter-color-blind.c:198 +msgid "Color deficit simulation filter (Brettel-Vienot-Mollon algorithm)" +msgstr "" + +#: ../modules/display-filter-color-blind.c:261 +msgid "Color Deficient Vision" +msgstr "" + +#: ../modules/display-filter-color-blind.c:483 +msgid "Color _deficiency type:" +msgstr "" + +#: ../modules/display-filter-gamma.c:90 +msgid "Gamma color display filter" +msgstr "" + +#: ../modules/display-filter-gamma.c:129 +msgid "Gamma" +msgstr "Гамма" + +#: ../modules/display-filter-gamma.c:232 +msgid "_Gamma:" +msgstr "Га_мма:" + +#: ../modules/display-filter-high-contrast.c:90 +msgid "High Contrast color display filter" +msgstr "" + +#: ../modules/display-filter-high-contrast.c:129 +msgid "Contrast" +msgstr "" + +#: ../modules/display-filter-high-contrast.c:232 +msgid "Contrast c_ycles:" +msgstr "" + +#: ../modules/display-filter-lcms.c:102 +msgid "Color management display filter using ICC color profiles" +msgstr "" + +#: ../modules/display-filter-lcms.c:134 +msgid "Color Management" +msgstr "" + +#: ../modules/display-filter-lcms.c:212 +msgid "This filter takes its configuration from the Color Management section in the Preferences dialog." +msgstr "" + +#: ../modules/display-filter-lcms.c:226 +msgid "Mode of operation:" +msgstr "" + +#: ../modules/display-filter-lcms.c:233 +msgid "Image profile:" +msgstr "" + +#: ../modules/display-filter-lcms.c:241 +msgid "Monitor profile:" +msgstr "" + +#: ../modules/display-filter-lcms.c:249 +msgid "Print simulation profile:" +msgstr "" + +#: ../modules/display-filter-proof.c:97 +msgid "Color proof filter using ICC color profile" +msgstr "" + +#: ../modules/display-filter-proof.c:145 +msgid "Color Proof" +msgstr "" + +#: ../modules/display-filter-proof.c:311 +msgid "Choose an ICC Color Profile" +msgstr "" + +#: ../modules/display-filter-proof.c:338 +msgid "All files (*.*)" +msgstr "" + +#: ../modules/display-filter-proof.c:343 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "" + +#: ../modules/display-filter-proof.c:401 +msgid "_Profile:" +msgstr "Профа_йл:" + +#: ../modules/display-filter-proof.c:407 +msgid "_Intent:" +msgstr "" + +#: ../modules/display-filter-proof.c:412 +msgid "_Black Point Compensation" +msgstr "" + +#: ../modules/color-selector-cmyk.c:71 +msgid "CMYK color selector" +msgstr "" + +#: ../modules/color-selector-cmyk.c:102 +#: ../modules/color-selector-cmyk-lcms.c:150 +msgid "CMYK" +msgstr "" + +#. Cyan +#: ../modules/color-selector-cmyk.c:125 +#: ../modules/color-selector-cmyk-lcms.c:169 +msgid "_C" +msgstr "" + +#. Magenta +#: ../modules/color-selector-cmyk.c:127 +#: ../modules/color-selector-cmyk-lcms.c:171 +msgid "_M" +msgstr "" + +#. Yellow +#: ../modules/color-selector-cmyk.c:129 +#: ../modules/color-selector-cmyk-lcms.c:173 +msgid "_Y" +msgstr "" + +#. Key (Black) +#: ../modules/color-selector-cmyk.c:131 +#: ../modules/color-selector-cmyk-lcms.c:175 +msgid "_K" +msgstr "" + +#: ../modules/color-selector-cmyk.c:135 +#: ../modules/color-selector-cmyk-lcms.c:179 +#, fuzzy +msgid "Cyan" +msgstr "көгілдір" + +#: ../modules/color-selector-cmyk.c:136 +#: ../modules/color-selector-cmyk-lcms.c:180 +msgid "Magenta" +msgstr "" + +#: ../modules/color-selector-cmyk.c:137 +#: ../modules/color-selector-cmyk-lcms.c:181 +#, fuzzy +msgid "Yellow" +msgstr "Сары" + +#: ../modules/color-selector-cmyk.c:138 +#: ../modules/color-selector-cmyk-lcms.c:182 +#, fuzzy +msgid "Black" +msgstr "қара" + +#: ../modules/color-selector-cmyk.c:172 +msgid "Black _pullout:" +msgstr "" + +#: ../modules/color-selector-cmyk.c:189 +msgid "The percentage of black to pull out of the colored inks." +msgstr "" + +#: ../modules/color-selector-cmyk-lcms.c:87 +msgid "CMYK color selector (using color profile)" +msgstr "" + +#: ../modules/color-selector-cmyk-lcms.c:410 +msgid "Profile: (none)" +msgstr "" + +#: ../modules/color-selector-cmyk-lcms.c:431 +#, fuzzy, c-format +msgid "Profile: %s" +msgstr "Профайл" + +#: ../modules/color-selector-water.c:82 +msgid "Watercolor style color selector" +msgstr "" + +#: ../modules/color-selector-water.c:118 +msgid "Watercolor" +msgstr "" + +#: ../modules/color-selector-water.c:186 +#, fuzzy +msgid "Pressure" +msgstr "Қ_ысым:" + +#: ../modules/color-selector-wheel.c:103 +msgid "HSV color wheel" +msgstr "" + +#: ../modules/color-selector-wheel.c:134 +#, fuzzy +msgid "Wheel" +msgstr "_Шеңбер:" + +#: ../modules/controller-linux-input.c:58 +#, fuzzy +msgid "Button 0" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:59 +#, fuzzy +msgid "Button 1" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:60 +#, fuzzy +msgid "Button 2" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:61 +#, fuzzy +msgid "Button 3" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:62 +#, fuzzy +msgid "Button 4" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:63 +#, fuzzy +msgid "Button 5" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:64 +#, fuzzy +msgid "Button 6" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:65 +#, fuzzy +msgid "Button 7" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:66 +#, fuzzy +msgid "Button 8" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:67 +#, fuzzy +msgid "Button 9" +msgstr "Батырма" + +#: ../modules/controller-linux-input.c:68 +msgid "Button Mouse" +msgstr "" + +#: ../modules/controller-linux-input.c:69 +msgid "Button Left" +msgstr "" + +#: ../modules/controller-linux-input.c:70 +msgid "Button Right" +msgstr "" + +#: ../modules/controller-linux-input.c:71 +msgid "Button Middle" +msgstr "" + +#: ../modules/controller-linux-input.c:72 +msgid "Button Side" +msgstr "" + +#: ../modules/controller-linux-input.c:73 +msgid "Button Extra" +msgstr "" + +#: ../modules/controller-linux-input.c:74 +msgid "Button Forward" +msgstr "" + +#: ../modules/controller-linux-input.c:75 +msgid "Button Back" +msgstr "" + +#: ../modules/controller-linux-input.c:76 +msgid "Button Task" +msgstr "" + +#: ../modules/controller-linux-input.c:78 +msgid "Button Wheel" +msgstr "" + +#: ../modules/controller-linux-input.c:81 +msgid "Button Gear Down" +msgstr "" + +#: ../modules/controller-linux-input.c:84 +msgid "Button Gear Up" +msgstr "" + +#: ../modules/controller-linux-input.c:90 +#: ../modules/controller-dx-dinput.c:443 +msgid "X Move Left" +msgstr "" + +#: ../modules/controller-linux-input.c:91 +#: ../modules/controller-dx-dinput.c:446 +msgid "X Move Right" +msgstr "" + +#: ../modules/controller-linux-input.c:92 +msgid "Y Move Forward" +msgstr "" + +#: ../modules/controller-linux-input.c:93 +msgid "Y Move Back" +msgstr "" + +#: ../modules/controller-linux-input.c:94 +#: ../modules/controller-dx-dinput.c:461 +#, fuzzy +msgid "Z Move Up" +msgstr "Жоғары жылжыту" + +#: ../modules/controller-linux-input.c:95 +#: ../modules/controller-dx-dinput.c:464 +#, fuzzy +msgid "Z Move Down" +msgstr "Төмен жылжыту" + +#: ../modules/controller-linux-input.c:97 +msgid "X Axis Tilt Forward" +msgstr "" + +#: ../modules/controller-linux-input.c:98 +msgid "X Axis Tilt Back" +msgstr "" + +#: ../modules/controller-linux-input.c:99 +#: ../modules/controller-dx-dinput.c:479 +msgid "Y Axis Tilt Right" +msgstr "" + +#: ../modules/controller-linux-input.c:100 +#: ../modules/controller-dx-dinput.c:482 +msgid "Y Axis Tilt Left" +msgstr "" + +#: ../modules/controller-linux-input.c:101 +#: ../modules/controller-dx-dinput.c:488 +msgid "Z Axis Turn Left" +msgstr "" + +#: ../modules/controller-linux-input.c:102 +#: ../modules/controller-dx-dinput.c:491 +msgid "Z Axis Turn Right" +msgstr "" + +#: ../modules/controller-linux-input.c:104 +msgid "Horiz. Wheel Turn Back" +msgstr "" + +#: ../modules/controller-linux-input.c:105 +msgid "Horiz. Wheel Turn Forward" +msgstr "" + +#: ../modules/controller-linux-input.c:106 +msgid "Dial Turn Left" +msgstr "" + +#: ../modules/controller-linux-input.c:107 +msgid "Dial Turn Right" +msgstr "" + +#: ../modules/controller-linux-input.c:108 +msgid "Wheel Turn Left" +msgstr "" + +#: ../modules/controller-linux-input.c:109 +msgid "Wheel Turn Right" +msgstr "" + +#: ../modules/controller-linux-input.c:178 +msgid "Linux input event controller" +msgstr "" + +#: ../modules/controller-linux-input.c:218 +#: ../modules/controller-dx-dinput.c:196 +#: ../modules/controller-midi.c:212 +msgid "Device:" +msgstr "Құрылғы:" + +#: ../modules/controller-linux-input.c:219 +msgid "The name of the device to read Linux Input events from." +msgstr "" + +#: ../modules/controller-linux-input.c:230 +msgid "Linux Input" +msgstr "" + +#: ../modules/controller-linux-input.c:513 +msgid "Linux Input Events" +msgstr "" + +#: ../modules/controller-linux-input.c:525 +#: ../modules/controller-dx-dinput.c:1095 +#: ../modules/controller-midi.c:505 +msgid "No device configured" +msgstr "Құрылғылар бапталмады" + +#: ../modules/controller-linux-input.c:551 +#: ../modules/controller-midi.c:454 +#: ../modules/controller-midi.c:480 +#, c-format +msgid "Reading from %s" +msgstr "" + +#: ../modules/controller-linux-input.c:569 +#: ../modules/controller-linux-input.c:623 +#: ../modules/controller-midi.c:436 +#: ../modules/controller-midi.c:497 +#: ../modules/controller-midi.c:568 +#, c-format +msgid "Device not available: %s" +msgstr "" + +#: ../modules/controller-linux-input.c:588 +#: ../modules/controller-dx-dinput.c:1120 +msgid "Device not available" +msgstr "" + +#: ../modules/controller-linux-input.c:632 +#: ../modules/controller-midi.c:577 +msgid "End of file" +msgstr "" + +#: ../modules/controller-dx-dinput.c:156 +msgid "DirectX DirectInput event controller" +msgstr "" + +#: ../modules/controller-dx-dinput.c:197 +msgid "The device to read DirectInput events from." +msgstr "" + +#: ../modules/controller-dx-dinput.c:206 +msgid "DirectX DirectInput" +msgstr "" + +#: ../modules/controller-dx-dinput.c:420 +#, fuzzy, c-format +msgid "Button %d" +msgstr "Батырма" + +#: ../modules/controller-dx-dinput.c:423 +#, c-format +msgid "Button %d Press" +msgstr "" + +#: ../modules/controller-dx-dinput.c:426 +#, c-format +msgid "Button %d Release" +msgstr "" + +#: ../modules/controller-dx-dinput.c:452 +msgid "Y Move Away" +msgstr "" + +#: ../modules/controller-dx-dinput.c:455 +msgid "Y Move Near" +msgstr "" + +#: ../modules/controller-dx-dinput.c:470 +msgid "X Axis Tilt Away" +msgstr "" + +#: ../modules/controller-dx-dinput.c:473 +msgid "X Axis Tilt Near" +msgstr "" + +#: ../modules/controller-dx-dinput.c:502 +#, c-format +msgid "Slider %d Increase" +msgstr "" + +#: ../modules/controller-dx-dinput.c:505 +#, c-format +msgid "Slider %d Decrease" +msgstr "" + +#: ../modules/controller-dx-dinput.c:515 +#, c-format +msgid "POV %d X View" +msgstr "" + +#: ../modules/controller-dx-dinput.c:518 +#, c-format +msgid "POV %d Y View" +msgstr "" + +#: ../modules/controller-dx-dinput.c:521 +#, c-format +msgid "POV %d Return" +msgstr "" + +#: ../modules/controller-dx-dinput.c:1084 +msgid "DirectInput Events" +msgstr "" + +#: ../modules/controller-midi.c:164 +msgid "MIDI event controller" +msgstr "" + +#: ../modules/controller-midi.c:203 +msgid "The name of the device to read MIDI events from." +msgstr "" + +#: ../modules/controller-midi.c:206 +msgid "Enter 'alsa' to use the ALSA sequencer." +msgstr "" + +#: ../modules/controller-midi.c:221 +msgid "Channel:" +msgstr "Арна:" + +#: ../modules/controller-midi.c:222 +msgid "The MIDI channel to read events from. Set to -1 for reading from all MIDI channels." +msgstr "" + +#: ../modules/controller-midi.c:226 +msgid "MIDI" +msgstr "MIDI" + +#: ../modules/controller-midi.c:355 +#, c-format +msgid "Note %02x on" +msgstr "" + +#: ../modules/controller-midi.c:358 +#, c-format +msgid "Note %02x off" +msgstr "" + +#: ../modules/controller-midi.c:361 +#, c-format +msgid "Controller %03d" +msgstr "" + +#: ../modules/controller-midi.c:408 +msgid "MIDI Events" +msgstr "MIDI оқиғалары" + +#: ../modules/controller-midi.c:426 +msgid "GIMP" +msgstr "GIMP" + +#: ../modules/controller-midi.c:428 +msgid "GIMP MIDI Input Controller" +msgstr "" + diff -Nru gimp-2.6.11/po-libgimp/LINGUAS gimp-2.6.12/po-libgimp/LINGUAS --- gimp-2.6.11/po-libgimp/LINGUAS 2010-10-03 12:04:42.000000000 +0000 +++ gimp-2.6.12/po-libgimp/LINGUAS 2012-01-31 13:50:15.000000000 +0000 @@ -31,6 +31,7 @@ is it ja +kk km ko lt diff -Nru gimp-2.6.11/po-libgimp/lv.po gimp-2.6.12/po-libgimp/lv.po --- gimp-2.6.11/po-libgimp/lv.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-libgimp/lv.po 2012-01-31 13:50:15.000000000 +0000 @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: gimp-libgimp.HEAD.lv\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug." -"cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2009-04-17 09:06+0000\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-07-28 18:56+0000\n" "PO-Revision-Date: 2010-02-14 00:20+0200\n" "Last-Translator: Rūdolfs Mazurs \n" "Language-Team: Latviešu \n" @@ -21,22 +21,22 @@ "2);\n" #. procedure executed successfully -#: ../libgimp/gimp.c:1045 +#: ../libgimp/gimp.c:1068 msgid "success" msgstr "izdevās" #. procedure execution failed -#: ../libgimp/gimp.c:1049 +#: ../libgimp/gimp.c:1072 msgid "execution error" msgstr "izpildīšanas kļūda" #. procedure called incorrectly -#: ../libgimp/gimp.c:1053 +#: ../libgimp/gimp.c:1076 msgid "calling error" msgstr "izsaukšanas kļūda" #. procedure execution cancelled -#: ../libgimp/gimp.c:1057 +#: ../libgimp/gimp.c:1080 msgid "cancelled" msgstr "atcelts" @@ -51,7 +51,6 @@ #: ../libgimp/gimpexport.c:217 ../libgimp/gimpexport.c:253 #, c-format -#| msgid "%s can't handle layers" msgid "%s plug-in can't handle layers" msgstr "%s spraudnis nevar apstrādāt slāņus" @@ -62,13 +61,11 @@ #: ../libgimp/gimpexport.c:226 #, c-format -#| msgid "%s can't handle layer offsets, size or opacity" msgid "%s plug-in can't handle layer offsets, size or opacity" msgstr "%s spraudnis nevar apstrādāt slāņu nobīdi, izmēru vai necaurspīdīgumu" #: ../libgimp/gimpexport.c:235 ../libgimp/gimpexport.c:244 #, c-format -#| msgid "%s can only handle layers as animation frames" msgid "%s plug-in can only handle layers as animation frames" msgstr "%s spraudnis var apstrādāt slāņus tikai kā animētus kadrus" @@ -83,13 +80,11 @@ #: ../libgimp/gimpexport.c:262 #, c-format -#| msgid "%s can't handle transparency" msgid "%s plug-in can't handle transparency" msgstr "%s spraudnis nevar apstrādāt caurspīdīgumu" #: ../libgimp/gimpexport.c:271 #, c-format -#| msgid "%s can't handle layer masks" msgid "%s plug-in can't handle layer masks" msgstr "%s spraudnis nevar apstrādāt slāņa maskas" @@ -99,7 +94,6 @@ #: ../libgimp/gimpexport.c:280 #, c-format -#| msgid "%s can only handle RGB images" msgid "%s plug-in can only handle RGB images" msgstr "%s spraudnis var apstrādāt tikai RGB attēlus" @@ -110,7 +104,6 @@ #: ../libgimp/gimpexport.c:289 #, c-format -#| msgid "%s can only handle grayscale images" msgid "%s plug-in can only handle grayscale images" msgstr "%s spraudnis var apstrādāt tikai pelēktoņu attēlus" @@ -121,7 +114,6 @@ #: ../libgimp/gimpexport.c:298 #, c-format -#| msgid "%s can only handle indexed images" msgid "%s plug-in can only handle indexed images" msgstr "%s spraudnis var apstrādāt tikai indeksētus attēlus" @@ -136,7 +128,6 @@ #: ../libgimp/gimpexport.c:308 #, c-format -#| msgid "%s can only handle bitmap (two color) indexed images" msgid "%s plug-in can only handle bitmap (two color) indexed images" msgstr "" "%s spraudnis var apstrādāt tikai bitkaršu (divu krāsu) indeksētos attēlus" @@ -151,25 +142,21 @@ #: ../libgimp/gimpexport.c:318 #, c-format -#| msgid "%s can only handle RGB or grayscale images" msgid "%s plug-in can only handle RGB or grayscale images" msgstr "%s spraudnis var apstrādāt tikai RGB vai pelēktoņu attēlus" #: ../libgimp/gimpexport.c:327 #, c-format -#| msgid "%s can only handle RGB or indexed images" msgid "%s plug-in can only handle RGB or indexed images" msgstr "%s spraudnis var apstrādāt tikai RGB vai indeksētos attēlus" #: ../libgimp/gimpexport.c:337 #, c-format -#| msgid "%s can only handle grayscale or indexed images" msgid "%s plug-in can only handle grayscale or indexed images" msgstr "%s spraudnis var apstrādāt tikai pelēktoņu vai indeksētos attēlus" #: ../libgimp/gimpexport.c:348 #, c-format -#| msgid "%s needs an alpha channel" msgid "%s plug-in needs an alpha channel" msgstr "%s spraudnim ir nepieciešams alfa kanāls" @@ -234,7 +221,6 @@ msgstr "Fonta izvēle" #: ../libgimp/gimpfontselectbutton.c:145 -#| msgid "Scales" msgid "Sans" msgstr "Bezrēdzes" @@ -352,7 +338,6 @@ msgstr "Papildus informācija" #: ../libgimp/gimpprocview.c:209 -#| msgid "Anchor" msgid "Author:" msgstr "Autors:" @@ -477,47 +462,38 @@ msgstr "Liels" #: ../libgimpbase/gimpbaseenums.c:231 -#| msgid "Light Checks" msgid "Light checks" msgstr "Gaišas rūtiņas" #: ../libgimpbase/gimpbaseenums.c:232 -#| msgid "Mid-Tone Checks" msgid "Mid-tone checks" msgstr "Pelēkas rūtiņas" #: ../libgimpbase/gimpbaseenums.c:233 -#| msgid "Dark Checks" msgid "Dark checks" msgstr "Tumšas rūtiņas" #: ../libgimpbase/gimpbaseenums.c:234 -#| msgid "White Only" msgid "White only" msgstr "Tikai balts" #: ../libgimpbase/gimpbaseenums.c:235 -#| msgid "Gray Only" msgid "Gray only" msgstr "Tikai pelēks" #: ../libgimpbase/gimpbaseenums.c:236 -#| msgid "Black Only" msgid "Black only" msgstr "Tikai melns" #: ../libgimpbase/gimpbaseenums.c:264 -#| msgid "Image file" msgid "Image" msgstr "Attēls" #: ../libgimpbase/gimpbaseenums.c:265 -#| msgid "Pattern fill" msgid "Pattern" msgstr "Šablons" #: ../libgimpbase/gimpbaseenums.c:294 -#| msgid "Light Checks" msgid "Lightness" msgstr "Gaišums" @@ -766,7 +742,6 @@ msgstr "Līdzināt pie labās" #: ../libgimpbase/gimpbaseenums.c:1107 -#| msgid "C_enter" msgid "Centered" msgstr "Vidū" @@ -776,8 +751,8 @@ #: ../libgimpbase/gimputils.c:170 ../libgimpbase/gimputils.c:175 #: ../modules/display-filter-lcms.c:183 -#: ../modules/color-selector-cmyk-lcms.c:407 -#: ../modules/color-selector-cmyk-lcms.c:413 +#: ../modules/color-selector-cmyk-lcms.c:422 +#: ../modules/color-selector-cmyk-lcms.c:428 msgid "(invalid UTF-8 string)" msgstr "(nekorekta UTF-8 rinda)" @@ -786,7 +761,6 @@ msgstr "Krāsu pārvaldības darbības režīms" #: ../libgimpconfig/gimpcolorconfig.c:44 -#| msgid "Sets the color profile for the display." msgid "The color profile of your (primary) monitor." msgstr "Jūsu (galvenā) ekrāna krāsu profils." @@ -800,12 +774,10 @@ "Konfigurētais monitora profils tiks izmantots tikai kā rezerves variants." #: ../libgimpconfig/gimpcolorconfig.c:50 -#| msgid "Sets default RGB workspace color profile." msgid "The default RGB working space color profile." msgstr "Darbavietas noklusētais RGB krāsu profils." #: ../libgimpconfig/gimpcolorconfig.c:52 -#| msgid "Sets the CMYK color profile used to convert between RGB and CMYK." msgid "The CMYK color profile used to convert between RGB and CMYK." msgstr "CMYK krāsu profils konvertēšanai no RGB uz CMYK" @@ -818,7 +790,6 @@ msgstr "Uzstādīt monitoram atbilstošas krāsas." #: ../libgimpconfig/gimpcolorconfig.c:58 -#| msgid "Sets how colors are converted from workspace to simulation device." msgid "" "Sets how colors are converted from RGB working space to the print simulation " "device." @@ -856,17 +827,14 @@ msgstr "Perceptuāls" #: ../libgimpconfig/gimpcolorconfig-enums.c:57 -#| msgid "Relative Colorimetric" msgid "Relative colorimetric" msgstr "Relatīvi kolorimetrisks" #: ../libgimpconfig/gimpcolorconfig-enums.c:58 -#| msgid "Saturation" msgid "intent|Saturation" msgstr "Piesātinātība" #: ../libgimpconfig/gimpcolorconfig-enums.c:59 -#| msgid "Absolute Colorimetric" msgid "Absolute colorimetric" msgstr "Absolūti kolorimetrisks" @@ -1006,7 +974,6 @@ msgstr "Neizdevās izveidot sīkattēlu priekš '%s': %s" #: ../libgimpwidgets/gimpbrowser.c:98 -#| msgid "_Shear" msgid "_Search:" msgstr "_Meklēt:" @@ -1027,12 +994,10 @@ msgstr "_Balts" #: ../libgimpwidgets/gimpcolorprofilestore.c:144 -#| msgid "Sets the color profile for the display." msgid "Select color profile from disk..." msgstr "Izvēlieties krāsu profilu no diska..." #: ../libgimpwidgets/gimpcolorprofilestore.c:280 -#| msgid "None" msgctxt "profile" msgid "None" msgstr "Nav" @@ -1050,16 +1015,14 @@ msgstr "Iepriekšējais:" #: ../libgimpwidgets/gimpcolorselection.c:286 -#| msgid "Hexadecimal color notation as used in HTML and CSS" msgid "" "Hexadecimal color notation as used in HTML and CSS. This entry also accepts " "CSS color names." msgstr "" -"Krāsu heksadecimālais pieraksts kā HTML un CSS. Šis lauks pieņem " -"arī CSS krāsu nosaukumus." +"Krāsu heksadecimālais pieraksts kā HTML un CSS. Šis lauks pieņem arī CSS " +"krāsu nosaukumus." #: ../libgimpwidgets/gimpcolorselection.c:292 -#| msgid "HTML _Notation:" msgid "HTML _notation:" msgstr "HTML _notācija:" @@ -1102,12 +1065,10 @@ msgstr "Nekas nav izvēlēts" #: ../libgimpwidgets/gimppageselector.c:287 -#| msgid "Select File" msgid "Select _All" msgstr "Izvēlēties _visu" #: ../libgimpwidgets/gimppageselector.c:307 -#| msgid "Select File" msgid "Select _range:" msgstr "Izvēlēties _apgabalu:" @@ -1168,7 +1129,6 @@ #: ../libgimpwidgets/gimppropwidgets.c:1860 #, c-format -#| msgid "This text input field is limited to %d characters." msgid "This text input field is limited to %d character." msgid_plural "This text input field is limited to %d characters." msgstr[0] "Šajā teksta laukā iespējams ierakstīt tikai %d rakstzīmes." @@ -1232,7 +1192,6 @@ msgstr "_Mainīt izmēru" #: ../libgimpwidgets/gimpstock.c:296 -#| msgid "Crop" msgid "Cr_op" msgstr "_Apcirst" @@ -1285,7 +1244,6 @@ msgstr "_Sajaukt" #: ../libgimpwidgets/gimpwidgetsenums.c:25 -#| msgid "Contrast" msgid "Portrait" msgstr "Portrets" @@ -1338,7 +1296,6 @@ msgstr "Slāņi" #: ../libgimpwidgets/gimpwidgetsenums.c:158 -#| msgid "Image source" msgid "Images" msgstr "Attēli" @@ -1351,7 +1308,6 @@ msgstr "Tālināt" #: ../modules/display-filter-color-blind.c:67 -#| msgid "Protanopia (insensitivity to red" msgid "Protanopia (insensitivity to red)" msgstr "Protanopija (nejūtīgums uz sarkano)" @@ -1372,7 +1328,6 @@ msgstr "Skats ar pazeminātu krāsas uztveri" #: ../modules/display-filter-color-blind.c:483 -#| msgid "Color _Deficiency Type:" msgid "Color _deficiency type:" msgstr "Pazeminātas krāsas _uztveres tips:" @@ -1397,7 +1352,6 @@ msgstr "Kontrasts" #: ../modules/display-filter-high-contrast.c:232 -#| msgid "Contrast C_ycles:" msgid "Contrast c_ycles:" msgstr "Kontrasta c_ikli:" @@ -1414,15 +1368,14 @@ "This filter takes its configuration from the Color Management section in the " "Preferences dialog." msgstr "" -"Šis filtrs savu konfigurāciju ņem no krāsu pārvaldības sadaļas " -"iestatījumu dialogā." +"Šis filtrs savu konfigurāciju ņem no krāsu pārvaldības sadaļas iestatījumu " +"dialogā." #: ../modules/display-filter-lcms.c:226 msgid "Mode of operation:" msgstr "Darbības režīms:" #: ../modules/display-filter-lcms.c:233 -#| msgid "Image file" msgid "Image profile:" msgstr "Attēla profils:" @@ -1431,7 +1384,6 @@ msgstr "Monitora profils:" #: ../modules/display-filter-lcms.c:249 -#| msgid "Print simulation" msgid "Print simulation profile:" msgstr "Drukāt simulācijas profilu:" @@ -1521,7 +1473,6 @@ msgstr "Melns" #: ../modules/color-selector-cmyk.c:172 -#| msgid "Black _Pullout:" msgid "Black _pullout:" msgstr "Melnā a_pjoms:" @@ -1530,18 +1481,15 @@ msgstr "Cik daudz procentus no melnās krāsas izvilkt no krāsainajām tintēm." #: ../modules/color-selector-cmyk-lcms.c:87 -#| msgid "Color proof filter using ICC color profile" msgid "CMYK color selector (using color profile)" msgstr "CMYK krāsu izvēle (izmantojot krāsu profilu)" -#: ../modules/color-selector-cmyk-lcms.c:395 -#| msgid "_Profile:" +#: ../modules/color-selector-cmyk-lcms.c:410 msgid "Profile: (none)" msgstr "Profils: (nav)" -#: ../modules/color-selector-cmyk-lcms.c:416 +#: ../modules/color-selector-cmyk-lcms.c:431 #, c-format -#| msgid "_Profile:" msgid "Profile: %s" msgstr "Profils: %s" diff -Nru gimp-2.6.11/po-libgimp/nn.po gimp-2.6.12/po-libgimp/nn.po --- gimp-2.6.11/po-libgimp/nn.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-libgimp/nn.po 2011-09-28 01:43:13.000000000 +0000 @@ -3,10 +3,10 @@ msgid "" msgstr "" "Project-Id-Version: gimp 2.4\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2009-04-17 09:06+0000\n" -"PO-Revision-Date: 2009-06-12 18:12+0100\n" -"Last-Translator: Kolbjørn Stuestøl \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-05-29 05:46+0000\n" +"PO-Revision-Date: 2011-05-31 22:35+0100\n" +"Last-Translator: Kolbjørn Stuestøl \n" "Language-Team: Kolbjørn Stuestøl \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -16,22 +16,22 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. procedure executed successfully -#: ../libgimp/gimp.c:1045 +#: ../libgimp/gimp.c:1068 msgid "success" msgstr "vellukka" #. procedure execution failed -#: ../libgimp/gimp.c:1049 +#: ../libgimp/gimp.c:1072 msgid "execution error" msgstr "utføringsfeil" #. procedure called incorrectly -#: ../libgimp/gimp.c:1053 +#: ../libgimp/gimp.c:1076 msgid "calling error" msgstr "oppkallsfeil" #. procedure execution cancelled -#: ../libgimp/gimp.c:1057 +#: ../libgimp/gimp.c:1080 msgid "cancelled" msgstr "avbrote" @@ -42,7 +42,7 @@ #: ../libgimp/gimpbrushselectbutton.c:913 #: ../libgimp/gimppatternselectbutton.c:714 msgid "_Browse..." -msgstr "_Bla gjennom..." +msgstr "_Bla gjennom" #: ../libgimp/gimpexport.c:217 #: ../libgimp/gimpexport.c:253 @@ -588,9 +588,8 @@ msgstr "Stock ID" #: ../libgimpbase/gimpbaseenums.c:464 -#, fuzzy msgid "Inline pixbuf" -msgstr "Kan ikkje setja av nytt pixbuf" +msgstr "" #: ../libgimpbase/gimpbaseenums.c:465 msgid "Image file" @@ -751,7 +750,6 @@ msgstr "Høgrejustert" #: ../libgimpbase/gimpbaseenums.c:1107 -#| msgid "C_enter" msgid "Centered" msgstr "Sentrert" @@ -762,8 +760,8 @@ #: ../libgimpbase/gimputils.c:170 #: ../libgimpbase/gimputils.c:175 #: ../modules/display-filter-lcms.c:183 -#: ../modules/color-selector-cmyk-lcms.c:407 -#: ../modules/color-selector-cmyk-lcms.c:413 +#: ../modules/color-selector-cmyk-lcms.c:422 +#: ../modules/color-selector-cmyk-lcms.c:428 msgid "(invalid UTF-8 string)" msgstr "(ugyldig «UTF-8»-streng)" @@ -998,10 +996,9 @@ #: ../libgimpwidgets/gimpcolorprofilestore.c:144 msgid "Select color profile from disk..." -msgstr "Vel fargeprofil frå disk..." +msgstr "Vel fargeprofil frå disk …" #: ../libgimpwidgets/gimpcolorprofilestore.c:280 -#| msgid "None" msgctxt "profile" msgid "None" msgstr "Ingen" @@ -1206,7 +1203,7 @@ #: ../libgimpwidgets/gimpunitmenu.c:266 msgid "More..." -msgstr "Fleire..." +msgstr "Fleire …" #: ../libgimpwidgets/gimpunitmenu.c:581 msgid "Unit Selection" @@ -1473,11 +1470,11 @@ msgid "CMYK color selector (using color profile)" msgstr "CMYK fargeveljar (med fargeprofil)" -#: ../modules/color-selector-cmyk-lcms.c:395 +#: ../modules/color-selector-cmyk-lcms.c:410 msgid "Profile: (none)" msgstr "Profil: (ingen)" -#: ../modules/color-selector-cmyk-lcms.c:416 +#: ../modules/color-selector-cmyk-lcms.c:431 #, c-format msgid "Profile: %s" msgstr "Profil: %s" @@ -1848,31 +1845,43 @@ msgstr "GIMP MIDI inndatakontrollar" #~ msgid "%d Byte" + #~ msgid_plural "%d Bytes" #~ msgstr[0] "%d byte" #~ msgstr[1] "%d byte" + #~ msgid "%.2f KB" #~ msgstr "%.2f KB" + #~ msgid "%.1f KB" #~ msgstr "%.1f KB" + #~ msgid "%d KB" #~ msgstr "%d KB" + #~ msgid "%.2f MB" #~ msgstr "%.2f MB" + #~ msgid "%.1f MB" #~ msgstr "%.1f MB" + #~ msgid "%d MB" #~ msgstr "%d MB" + #~ msgid "%.2f GB" #~ msgstr "%.2f GB" + #~ msgid "%.1f GB" #~ msgstr "%.1f GB" + #~ msgid "%d GB" #~ msgstr "%d GB" + #~ msgid "profile|None" #~ msgstr "Ingen" + #~ msgid "Painter-style triangle color selector" #~ msgstr "Triangulær fargevelgjar i målarstil" + #~ msgid "Triangle" #~ msgstr "Fargetrekant" - diff -Nru gimp-2.6.11/po-libgimp/pl.po gimp-2.6.12/po-libgimp/pl.po --- gimp-2.6.11/po-libgimp/pl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-libgimp/pl.po 2012-01-31 13:50:15.000000000 +0000 @@ -1,6 +1,6 @@ # translation of gimp-libgimp.gimp-2-6.pl.po to Polish # Bartosz Kosiorek , 2005-2008. -# Copyright (C) 2001-2008 Free Software Foundation, Inc. +# Copyright (C) 2001-2011 Free Software Foundation, Inc. # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Aviary.pl # Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz @@ -9,36 +9,38 @@ # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- msgid "" msgstr "" -"Project-Id-Version: gimp-libgimp.gimp-2-6.pl\n" +"Project-Id-Version: gimp-libgimp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-08 22:03+0100\n" -"PO-Revision-Date: 2008-10-20 11:47+0200\n" -"Last-Translator: Bartosz Kosiorek \n" -"Language-Team: Polish \n" +"POT-Creation-Date: 2011-08-25 19:15+0200\n" +"PO-Revision-Date: 2011-08-25 20:49+0200\n" +"Last-Translator: Piotr Drąg \n" +"Language-Team: Polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: Poland\n" #. procedure executed successfully -#: ../libgimp/gimp.c:1045 +#: ../libgimp/gimp.c:1068 msgid "success" msgstr "sukces" #. procedure execution failed -#: ../libgimp/gimp.c:1049 +#: ../libgimp/gimp.c:1072 msgid "execution error" msgstr "błąd wykonania" #. procedure called incorrectly -#: ../libgimp/gimp.c:1053 +#: ../libgimp/gimp.c:1076 msgid "calling error" msgstr "błąd wywołania" #. procedure execution cancelled -#: ../libgimp/gimp.c:1057 +#: ../libgimp/gimp.c:1080 msgid "cancelled" msgstr "anulowane" @@ -759,8 +761,8 @@ #: ../libgimpbase/gimputils.c:170 ../libgimpbase/gimputils.c:175 #: ../modules/display-filter-lcms.c:183 -#: ../modules/color-selector-cmyk-lcms.c:407 -#: ../modules/color-selector-cmyk-lcms.c:413 +#: ../modules/color-selector-cmyk-lcms.c:422 +#: ../modules/color-selector-cmyk-lcms.c:428 msgid "(invalid UTF-8 string)" msgstr "(niepoprawny tekst UTF-8)" @@ -811,10 +813,12 @@ "When enabled, the print simulation will mark colors which can not be " "represented in the target color space." msgstr "" +"Kiedy jest włączone, to symulacja druku będzie oznaczała kolory, które nie " +"mogą być przedstawione w docelowej przestrzeni kolorów." #: ../libgimpconfig/gimpcolorconfig.c:64 msgid "The color to use for marking colors which are out of gamut." -msgstr "" +msgstr "Kolor używany do oznaczania kolorów, które są poza skalą." #: ../libgimpconfig/gimpcolorconfig-enums.c:24 msgid "No color management" @@ -884,7 +888,7 @@ msgstr "Nie można rozwinąć ${%s}" #: ../libgimpconfig/gimpconfigwriter.c:78 -#: ../libgimpconfig/gimpconfigwriter.c:693 +#: ../libgimpconfig/gimpconfigwriter.c:718 #, c-format msgid "Error writing to '%s': %s" msgstr "Podczas zapisu do \"%s\" wystąpił błąd: %s" @@ -899,7 +903,8 @@ msgid "Could not open '%s' for writing: %s" msgstr "Nie można otworzyć \"%s\" do zapisu: %s" -#: ../libgimpconfig/gimpconfigwriter.c:674 +#: ../libgimpconfig/gimpconfigwriter.c:679 +#: ../libgimpconfig/gimpconfigwriter.c:699 #, c-format msgid "" "Error writing to temporary file for '%s': %s\n" @@ -908,7 +913,7 @@ "Przy zapisie do pliku tymczasowego dla \"%s\" wystąpił błąd: %s\n" "Oryginalny plik pozostał niezmieniony." -#: ../libgimpconfig/gimpconfigwriter.c:682 +#: ../libgimpconfig/gimpconfigwriter.c:707 #, c-format msgid "" "Error writing to temporary file for '%s': %s\n" @@ -917,7 +922,7 @@ "Przy zapisie do pliku tymczasowego dla pliku \"%s\" wystąpił błąd: %s\n" "Nie utworzono pliku." -#: ../libgimpconfig/gimpconfigwriter.c:711 +#: ../libgimpconfig/gimpconfigwriter.c:731 #, c-format msgid "Could not create '%s': %s" msgstr "Nie można utworzyć \"%s\": %s" @@ -1495,11 +1500,11 @@ msgid "CMYK color selector (using color profile)" msgstr "Wybór koloru CMYK (używa koloru profilu)" -#: ../modules/color-selector-cmyk-lcms.c:395 +#: ../modules/color-selector-cmyk-lcms.c:410 msgid "Profile: (none)" msgstr "Profil: (brak)" -#: ../modules/color-selector-cmyk-lcms.c:416 +#: ../modules/color-selector-cmyk-lcms.c:431 #, c-format msgid "Profile: %s" msgstr "Profil: %s" @@ -1518,11 +1523,11 @@ #: ../modules/color-selector-wheel.c:103 msgid "HSV color wheel" -msgstr "" +msgstr "Kółko koloru HSV" #: ../modules/color-selector-wheel.c:134 msgid "Wheel" -msgstr "" +msgstr "Kółko" #: ../modules/controller-linux-input.c:58 msgid "Button 0" diff -Nru gimp-2.6.11/po-libgimp/tr.po gimp-2.6.12/po-libgimp/tr.po --- gimp-2.6.11/po-libgimp/tr.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-libgimp/tr.po 2012-01-31 13:50:15.000000000 +0000 @@ -1,1119 +1,1853 @@ # Copyright (C) 2001 Free Software Foundation, Inc. # Fatih Demir , 2001. # Alper Ersoy , 2001. -# +# msgid "" msgstr "" "Project-Id-Version: GIMP 1.2.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-02 19:54+0100\n" -"PO-Revision-Date: 2001-07-16 06:51+0300\n" -"Last-Translator: Alper Ersoy \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-09-28 08:42+0000\n" +"PO-Revision-Date: 2010-10-09 20:41+0200\n" +"Last-Translator: maydin95 \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Launchpad-Export-Date: 2010-10-09 17:28+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#. procedure executed successfully +#: ../libgimp/gimp.c:1068 +msgid "success" +msgstr "Başarılı" + +#. procedure execution failed +#: ../libgimp/gimp.c:1072 +msgid "execution error" +msgstr "Uygulama Hatası" + +#. procedure called incorrectly +#: ../libgimp/gimp.c:1076 +msgid "calling error" +msgstr "Çağırma Hatası" + +#. procedure execution cancelled +#: ../libgimp/gimp.c:1080 +msgid "cancelled" +msgstr "İptal edildi" -#: ../libgimp/gimpbrushmenu.c:129 -#, fuzzy +#: ../libgimp/gimpbrushselectbutton.c:170 msgid "Brush Selection" -msgstr "Birim Seçimi" +msgstr "Fırça Seçimi" -#: ../libgimp/gimpbrushmenu.c:158 ../libgimp/gimppatternmenu.c:142 +#: ../libgimp/gimpbrushselectbutton.c:913 +#: ../libgimp/gimppatternselectbutton.c:714 msgid "_Browse..." -msgstr "" +msgstr "_Gözat..." -#: ../libgimp/gimpexport.c:215 ../libgimp/gimpexport.c:251 -#, fuzzy, c-format -msgid "%s can't handle layers" -msgstr "katmanları desteklemiyor" +#: ../libgimp/gimpexport.c:217 ../libgimp/gimpexport.c:253 +#, c-format +msgid "%s plug-in can't handle layers" +msgstr "%s eklentisi katmanları kullanamaz" -#: ../libgimp/gimpexport.c:216 ../libgimp/gimpexport.c:225 -#: ../libgimp/gimpexport.c:234 +#: ../libgimp/gimpexport.c:218 ../libgimp/gimpexport.c:227 +#: ../libgimp/gimpexport.c:236 ../libgimp/gimpexport.c:254 msgid "Merge Visible Layers" -msgstr "Görülen Katmanları Birleştir" +msgstr "Görünen Katmanları Birleştir" -#: ../libgimp/gimpexport.c:224 -#, fuzzy, c-format -msgid "%s can't handle layer offsets, size or opacity" -msgstr "katmanları desteklemiyor" - -#: ../libgimp/gimpexport.c:233 ../libgimp/gimpexport.c:242 -#, fuzzy, c-format -msgid "%s can only handle layers as animation frames" -msgstr "katmanları sadece animasyon kareleri olarak kullanabilir" +#: ../libgimp/gimpexport.c:226 +#, c-format +msgid "%s plug-in can't handle layer offsets, size or opacity" +msgstr "" +"%s eklentisi katmanın göreli konumlarını, boyutunu ya da ışık geçirmezliğini " +"kullanamaz" -#: ../libgimp/gimpexport.c:234 ../libgimp/gimpexport.c:243 +#: ../libgimp/gimpexport.c:235 ../libgimp/gimpexport.c:244 +#, c-format +msgid "%s plug-in can only handle layers as animation frames" +msgstr "%s eklentisi katmanları sadece canlandırma karesi olarak kullanabilir" + +#: ../libgimp/gimpexport.c:236 ../libgimp/gimpexport.c:245 msgid "Save as Animation" -msgstr "Animasyon olarak kaydet" +msgstr "Canlandırma olarak kaydet" -#: ../libgimp/gimpexport.c:243 ../libgimp/gimpexport.c:252 -#: ../libgimp/gimpexport.c:261 +#: ../libgimp/gimpexport.c:245 ../libgimp/gimpexport.c:254 +#: ../libgimp/gimpexport.c:263 msgid "Flatten Image" -msgstr "Resmi Düzleştir" +msgstr "Görüntüyü Düzleştir" -#: ../libgimp/gimpexport.c:260 -#, fuzzy, c-format -msgid "%s can't handle transparency" -msgstr "şeffaflığı desteklemiyor" - -#: ../libgimp/gimpexport.c:269 -#, fuzzy, c-format -msgid "%s can't handle layer masks" -msgstr "katmanları desteklemiyor" +#: ../libgimp/gimpexport.c:262 +#, c-format +msgid "%s plug-in can't handle transparency" +msgstr "%s eklentisi saydamlığı kullanamaz" -#: ../libgimp/gimpexport.c:270 +#: ../libgimp/gimpexport.c:271 +#, c-format +msgid "%s plug-in can't handle layer masks" +msgstr "%s eklentisi katman maskelerini kullanamaz" + +#: ../libgimp/gimpexport.c:272 msgid "Apply Layer Masks" -msgstr "" +msgstr "Katman Maskelerini Uygula" -#: ../libgimp/gimpexport.c:278 -#, fuzzy, c-format -msgid "%s can only handle RGB images" -msgstr "sadece KYM resimleri destekliyor" +#: ../libgimp/gimpexport.c:280 +#, c-format +msgid "%s plug-in can only handle RGB images" +msgstr "%s eklentisi sadece RGB görüntülerini kullanabilir" -#: ../libgimp/gimpexport.c:279 ../libgimp/gimpexport.c:317 -#: ../libgimp/gimpexport.c:326 +#: ../libgimp/gimpexport.c:281 ../libgimp/gimpexport.c:319 +#: ../libgimp/gimpexport.c:328 msgid "Convert to RGB" -msgstr "KYM'ye çevir" +msgstr "RGB'ye çevir" -#: ../libgimp/gimpexport.c:287 -#, fuzzy, c-format -msgid "%s can only handle grayscale images" -msgstr "sadece griölçekli resimleri destekliyor" +#: ../libgimp/gimpexport.c:289 +#, c-format +msgid "%s plug-in can only handle grayscale images" +msgstr "%s eklentisi sadece gri ölçekli görüntüleri kullanabilir" -#: ../libgimp/gimpexport.c:288 ../libgimp/gimpexport.c:317 -#: ../libgimp/gimpexport.c:338 +#: ../libgimp/gimpexport.c:290 ../libgimp/gimpexport.c:319 +#: ../libgimp/gimpexport.c:340 msgid "Convert to Grayscale" -msgstr "Griölçekliye çevir" +msgstr "Gri Ölçekliye çevir" -#: ../libgimp/gimpexport.c:296 -#, fuzzy, c-format -msgid "%s can only handle indexed images" -msgstr "sadece dizinli resimleri destekler" +#: ../libgimp/gimpexport.c:298 +#, c-format +msgid "%s plug-in can only handle indexed images" +msgstr "%s eklentisi sadece sıralanmış görüntüleri kullanabilir" -#: ../libgimp/gimpexport.c:297 ../libgimp/gimpexport.c:326 -#: ../libgimp/gimpexport.c:336 +#: ../libgimp/gimpexport.c:299 ../libgimp/gimpexport.c:328 +#: ../libgimp/gimpexport.c:338 msgid "" "Convert to Indexed using default settings\n" "(Do it manually to tune the result)" msgstr "" -"Öntanımlıları kullanarak dizinliye çevir\n" -"(Sonuç üzerinde ince ayar için kendiniz çevirin)" +"Varsayılan ayarları kullanarak sıralanmışa çevir\n" +"(Sonucu ayarlamak için bunu kendiniz yapın)" -#: ../libgimp/gimpexport.c:306 -#, fuzzy, c-format -msgid "%s can only handle bitmap (two color) indexed images" -msgstr "sadece KYM veya dizinli resimleri destekler" +#: ../libgimp/gimpexport.c:308 +#, c-format +msgid "%s plug-in can only handle bitmap (two color) indexed images" +msgstr "" +"%s eklentisi sadece ikil eşlemli (iki renk) sıralanmış görüntüleri " +"kullanabilir" -#: ../libgimp/gimpexport.c:307 -#, fuzzy +#: ../libgimp/gimpexport.c:309 msgid "" "Convert to Indexed using bitmap default settings\n" "(Do it manually to tune the result)" msgstr "" -"Öntanımlıları kullanarak dizinliye çevir\n" -"(Sonuç üzerinde ince ayar için kendiniz çevirin)" +"İkil eşlemli varsayılan ayarları kullanarak sıralanmışa çevir\n" +"(Sonucu ayarlamak için bunu kendiniz yapın)" + +#: ../libgimp/gimpexport.c:318 +#, c-format +msgid "%s plug-in can only handle RGB or grayscale images" +msgstr "%s eklentisi sadece RGB ya da gri ölçekli görüntüler kullanabilir" + +#: ../libgimp/gimpexport.c:327 +#, c-format +msgid "%s plug-in can only handle RGB or indexed images" +msgstr "%s eklentisi sadece RGB ya da sıralanmış görüntüler kullanabilir" + +#: ../libgimp/gimpexport.c:337 +#, c-format +msgid "%s plug-in can only handle grayscale or indexed images" +msgstr "" +"%s eklentisi sadece gri ölçekli ya da sıralanmış görüntüler kullanabilir" -#: ../libgimp/gimpexport.c:316 -#, fuzzy, c-format -msgid "%s can only handle RGB or grayscale images" -msgstr "sadece KYM veya griölçekli resimleri destekler" - -#: ../libgimp/gimpexport.c:325 -#, fuzzy, c-format -msgid "%s can only handle RGB or indexed images" -msgstr "sadece KYM veya dizinli resimleri destekler" - -#: ../libgimp/gimpexport.c:335 -#, fuzzy, c-format -msgid "%s can only handle grayscale or indexed images" -msgstr "sadece griölçekli veya dizinli resimleri destekler" - -#: ../libgimp/gimpexport.c:346 -#, fuzzy, c-format -msgid "%s needs an alpha channel" -msgstr "alfa kanalına ihtiyaç duyar" +#: ../libgimp/gimpexport.c:348 +#, c-format +msgid "%s plug-in needs an alpha channel" +msgstr "%s eklentisi bir görünür kanalına gereksiniyor" -#: ../libgimp/gimpexport.c:347 +#: ../libgimp/gimpexport.c:349 msgid "Add Alpha Channel" -msgstr "Alfa Kanalı Ekle" +msgstr "Görünür Kanalı Ekle" -#: ../libgimp/gimpexport.c:381 +#: ../libgimp/gimpexport.c:383 msgid "Confirm Save" -msgstr "" +msgstr "Kaydetmeyi Onayla" -#: ../libgimp/gimpexport.c:387 +#: ../libgimp/gimpexport.c:389 msgid "Confirm" -msgstr "" +msgstr "Onayla" -#: ../libgimp/gimpexport.c:454 +#: ../libgimp/gimpexport.c:464 msgid "Export File" msgstr "Dosyayı Dışarı Aktar" -#: ../libgimp/gimpexport.c:458 -#, fuzzy +#: ../libgimp/gimpexport.c:468 msgid "_Ignore" -msgstr "Görmezden Gel" +msgstr "_Yoksay" -#: ../libgimp/gimpexport.c:460 -#, fuzzy +#: ../libgimp/gimpexport.c:470 msgid "_Export" -msgstr "Dışarı Aktar" +msgstr "_Dışa aktar" #. the headline -#: ../libgimp/gimpexport.c:482 -#, fuzzy, c-format +#: ../libgimp/gimpexport.c:499 +#, c-format msgid "" "Your image should be exported before it can be saved as %s for the following " "reasons:" -msgstr "Resminiz şu sebepler nedeniyle kaydedilmeden önce dışarı aktarılamadı:" +msgstr "" +"Görüntünüz %s olarak kaydedilmeden önce izleyen nedenler için dışa " +"aktarılmalıdır:" #. the footline -#: ../libgimp/gimpexport.c:553 +#: ../libgimp/gimpexport.c:573 msgid "The export conversion won't modify your original image." -msgstr "Dışarı aktarma işlemi orjinal resimde değişiklik yapmaz." +msgstr "Dışarı aktarma işlemi orjinal özgün görüntüde değişiklik yapmaz." -#: ../libgimp/gimpexport.c:653 +#: ../libgimp/gimpexport.c:673 #, c-format msgid "" "You are about to save a layer mask as %s.\n" "This will not save the visible layers." msgstr "" +"Bir katman maskesini %s olarak imlemek üzeresiniz.\n" +"Bu işlem görünebilir katmanları kaydetmeyecektir." -#: ../libgimp/gimpexport.c:659 +#: ../libgimp/gimpexport.c:679 #, c-format msgid "" "You are about to save a channel (saved selection) as %s.\n" "This will not save the visible layers." msgstr "" +"Bir katmanı (kaydedilmiş seçim) %s olarak kaydetmek üzeresiniz.\n" +"Bu işlem görünebilir katmanları kaydetmeyecektir." -#: ../libgimp/gimpfontmenu.c:89 -#, fuzzy +#: ../libgimp/gimpfontselectbutton.c:130 msgid "Font Selection" -msgstr "Birim Seçimi" +msgstr "Yazıyüzü Seçimi" -#: ../libgimp/gimpgradientmenu.c:104 -#, fuzzy +#: ../libgimp/gimpfontselectbutton.c:145 +msgid "Sans" +msgstr "Sans" + +#: ../libgimp/gimpgradientselectbutton.c:148 msgid "Gradient Selection" -msgstr "Birim Seçimi" +msgstr "Renk Geçişi Seçimi" -#: ../libgimp/gimpmenu.c:406 ../libgimpwidgets/gimpintstore.c:181 +#: ../libgimp/gimpmenu.c:450 ../libgimpwidgets/gimpintstore.c:239 msgid "(Empty)" -msgstr "" +msgstr "(Boş)" -#: ../libgimp/gimppalettemenu.c:91 -#, fuzzy +#: ../libgimp/gimppaletteselectbutton.c:130 msgid "Palette Selection" -msgstr "Birim Seçimi" +msgstr "Palet Seçimi" -#: ../libgimp/gimppatternmenu.c:113 -#, fuzzy +#: ../libgimp/gimppatternselectbutton.c:156 msgid "Pattern Selection" -msgstr "Birim Seçimi" +msgstr "Desen Seçimi" + +#: ../libgimp/gimpprocbrowserdialog.c:140 +msgid "by name" +msgstr "ada göre" + +#: ../libgimp/gimpprocbrowserdialog.c:141 +msgid "by description" +msgstr "betimlemeye göre" + +#: ../libgimp/gimpprocbrowserdialog.c:142 +msgid "by help" +msgstr "yardıma göre" + +#: ../libgimp/gimpprocbrowserdialog.c:143 +msgid "by author" +msgstr "yazara göre" + +#: ../libgimp/gimpprocbrowserdialog.c:144 +msgid "by copyright" +msgstr "telif hakkına göre" + +#: ../libgimp/gimpprocbrowserdialog.c:145 +msgid "by date" +msgstr "tarihe göre" + +#: ../libgimp/gimpprocbrowserdialog.c:146 +msgid "by type" +msgstr "türe göre" + +#: ../libgimp/gimpprocbrowserdialog.c:377 +msgid "Searching" +msgstr "Aranıyor" + +#: ../libgimp/gimpprocbrowserdialog.c:388 +msgid "Searching by name" +msgstr "Ada göre aranıyor" + +#: ../libgimp/gimpprocbrowserdialog.c:409 +msgid "Searching by description" +msgstr "Betimlemeye göre aranıyor" + +#: ../libgimp/gimpprocbrowserdialog.c:416 +msgid "Searching by help" +msgstr "Yardıma göre aranıyor" + +#: ../libgimp/gimpprocbrowserdialog.c:423 +msgid "Searching by author" +msgstr "Yazara göre aranıyor" + +#: ../libgimp/gimpprocbrowserdialog.c:430 +msgid "Searching by copyright" +msgstr "Telif hakkına göre aranıyor" + +#: ../libgimp/gimpprocbrowserdialog.c:437 +msgid "Searching by date" +msgstr "Tarihe göre aranıyor" + +#: ../libgimp/gimpprocbrowserdialog.c:444 +msgid "Searching by type" +msgstr "Türe göre aranıyor" + +#: ../libgimp/gimpprocbrowserdialog.c:454 +#, c-format +msgid "%d procedure" +msgid_plural "%d procedures" +msgstr[0] "%d yordam" + +#: ../libgimp/gimpprocbrowserdialog.c:463 +msgid "No matches for your query" +msgstr "Sorgulamanız için uygun eşleşme yok" + +#: ../libgimp/gimpprocbrowserdialog.c:467 +#, c-format +msgid "%d procedure matches your query" +msgid_plural "%d procedures match your query" +msgstr[0] "%d yordam sorgulamanız ile eşleşiyor" + +#. count label +#: ../libgimp/gimpprocbrowserdialog.c:516 ../libgimpwidgets/gimpbrowser.c:114 +msgid "No matches" +msgstr "Eşleşme yok" + +#: ../libgimp/gimpprocview.c:143 +msgid "Parameters" +msgstr "Değiştirgeler" + +#: ../libgimp/gimpprocview.c:156 +msgid "Return Values" +msgstr "Değerleri Geri Getir" + +#: ../libgimp/gimpprocview.c:169 +msgid "Additional Information" +msgstr "Ek Bilgi" + +#: ../libgimp/gimpprocview.c:209 +msgid "Author:" +msgstr "Yazar:" + +#: ../libgimp/gimpprocview.c:221 +msgid "Date:" +msgstr "Tarih:" + +#: ../libgimp/gimpprocview.c:233 +msgid "Copyright:" +msgstr "Telif Hakkı:" #: ../libgimp/gimpunitcache.c:57 msgid "percent" msgstr "yüzdelik" -#: ../libgimpbase/gimpbaseenums.c:26 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:28 msgid "_White (full opacity)" -msgstr "_Beyaz (Tam Saydamsız)" +msgstr "_Beyaz (tam ışık geçirmezlik)" -#: ../libgimpbase/gimpbaseenums.c:27 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:29 msgid "_Black (full transparency)" -msgstr "_Siyah (Tam Şeffaf)" +msgstr "_Siyah (tam saydamlık)" -#: ../libgimpbase/gimpbaseenums.c:28 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:30 msgid "Layer's _alpha channel" -msgstr "_Katmanın Alfa Kanalı" +msgstr "Katmanın _görünür kanalı" -#: ../libgimpbase/gimpbaseenums.c:29 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:31 msgid "_Transfer layer's alpha channel" -msgstr "Katmanı_n Alfa Kanalını Transfer Et" +msgstr "Katmanın görünür kanalını a_ktar" -#: ../libgimpbase/gimpbaseenums.c:30 +#: ../libgimpbase/gimpbaseenums.c:32 msgid "_Selection" msgstr "S_eçim" -#: ../libgimpbase/gimpbaseenums.c:31 +#: ../libgimpbase/gimpbaseenums.c:33 msgid "_Grayscale copy of layer" -msgstr "" +msgstr "Katmanın _gri ölçekli kopyası" -#: ../libgimpbase/gimpbaseenums.c:61 +#: ../libgimpbase/gimpbaseenums.c:34 +msgid "C_hannel" +msgstr "Ka_tman" + +#: ../libgimpbase/gimpbaseenums.c:64 msgid "FG to BG (RGB)" -msgstr "Önplandan Arkaplana (RGB)" +msgstr "ÖA'dan AA'ya (RGB)" -#: ../libgimpbase/gimpbaseenums.c:62 +#: ../libgimpbase/gimpbaseenums.c:65 msgid "FG to BG (HSV)" -msgstr "Önplandan Arkaplana (RDD)" +msgstr "ÖA'dan AA'ya (HSV)" -#: ../libgimpbase/gimpbaseenums.c:63 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:66 msgid "FG to transparent" -msgstr "Önplandan Şeffafa" +msgstr "Önalandan saydama" -#: ../libgimpbase/gimpbaseenums.c:64 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:67 msgid "Custom gradient" -msgstr "Seçilen Gradyan" +msgstr "Özel renk geçişi" -#: ../libgimpbase/gimpbaseenums.c:93 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:96 msgid "FG color fill" -msgstr "Önplan Rengiyle Doldur" +msgstr "ÖA renk doldurma" -#: ../libgimpbase/gimpbaseenums.c:94 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:97 msgid "BG color fill" -msgstr "Arkaplan Rengiyle Doldur" +msgstr "AA renk doldurma" -#: ../libgimpbase/gimpbaseenums.c:95 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:98 msgid "Pattern fill" -msgstr "Desenle Doldur" +msgstr "Desen doldurma" -#: ../libgimpbase/gimpbaseenums.c:125 +#: ../libgimpbase/gimpbaseenums.c:128 msgid "Add to the current selection" msgstr "Geçerli seçime ekle" -#: ../libgimpbase/gimpbaseenums.c:126 +#: ../libgimpbase/gimpbaseenums.c:129 msgid "Subtract from the current selection" msgstr "Geçerli seçimden çıkar" -#: ../libgimpbase/gimpbaseenums.c:127 +#: ../libgimpbase/gimpbaseenums.c:130 msgid "Replace the current selection" msgstr "Geçerli seçimin yerine yaz" -#: ../libgimpbase/gimpbaseenums.c:128 +#: ../libgimpbase/gimpbaseenums.c:131 msgid "Intersect with the current selection" msgstr "Geçerli seçimle kesiştir" -#: ../libgimpbase/gimpbaseenums.c:160 ../libgimpwidgets/gimpcolorscales.c:168 -#: ../libgimpwidgets/gimpcolorselect.c:352 +#: ../libgimpbase/gimpbaseenums.c:163 ../libgimpwidgets/gimpwidgetsenums.c:126 msgid "Red" msgstr "Kırmızı" -#: ../libgimpbase/gimpbaseenums.c:161 ../libgimpwidgets/gimpcolorscales.c:169 -#: ../libgimpwidgets/gimpcolorselect.c:353 +#: ../libgimpbase/gimpbaseenums.c:164 ../libgimpwidgets/gimpwidgetsenums.c:127 msgid "Green" msgstr "Yeşil" -#: ../libgimpbase/gimpbaseenums.c:162 ../libgimpwidgets/gimpcolorscales.c:170 -#: ../libgimpwidgets/gimpcolorselect.c:354 +#: ../libgimpbase/gimpbaseenums.c:165 ../libgimpwidgets/gimpwidgetsenums.c:128 msgid "Blue" msgstr "Mavi" -#: ../libgimpbase/gimpbaseenums.c:163 +#: ../libgimpbase/gimpbaseenums.c:166 msgid "Gray" msgstr "Gri" -#: ../libgimpbase/gimpbaseenums.c:164 ../libgimpbase/gimpbaseenums.c:436 +#: ../libgimpbase/gimpbaseenums.c:167 ../libgimpbase/gimpbaseenums.c:532 msgid "Indexed" -msgstr "İndisli" +msgstr "Sıralanmış" -#: ../libgimpbase/gimpbaseenums.c:165 ../libgimpwidgets/gimpcolorscales.c:171 -#: ../libgimpwidgets/gimpcolorselect.c:355 +#: ../libgimpbase/gimpbaseenums.c:168 ../libgimpwidgets/gimpwidgetsenums.c:129 msgid "Alpha" -msgstr "Alfa" +msgstr "Görünür" -#: ../libgimpbase/gimpbaseenums.c:194 +#: ../libgimpbase/gimpbaseenums.c:197 msgid "Small" msgstr "Ufak" -#: ../libgimpbase/gimpbaseenums.c:195 +#: ../libgimpbase/gimpbaseenums.c:198 msgid "Medium" msgstr "Orta" -#: ../libgimpbase/gimpbaseenums.c:196 +#: ../libgimpbase/gimpbaseenums.c:199 msgid "Large" msgstr "Büyük" -#: ../libgimpbase/gimpbaseenums.c:228 -msgid "Light Checks" -msgstr "Açık Kareler" - -#: ../libgimpbase/gimpbaseenums.c:229 -msgid "Mid-Tone Checks" -msgstr "Orta-Tonda Kareler" - -#: ../libgimpbase/gimpbaseenums.c:230 -msgid "Dark Checks" -msgstr "Koyu Kareler" - #: ../libgimpbase/gimpbaseenums.c:231 -msgid "White Only" -msgstr "Sadece Beyaz" +msgid "Light checks" +msgstr "Açık denetimler" #: ../libgimpbase/gimpbaseenums.c:232 -msgid "Gray Only" -msgstr "Sadece Gri" +msgid "Mid-tone checks" +msgstr "Orta-Tonda denetimler" #: ../libgimpbase/gimpbaseenums.c:233 -msgid "Black Only" -msgstr "Sadece Siyah" +msgid "Dark checks" +msgstr "Koyu denetimler" -#: ../libgimpbase/gimpbaseenums.c:261 -#, fuzzy -msgid "Image source" -msgstr "Resim Kaynak" - -#: ../libgimpbase/gimpbaseenums.c:262 -#, fuzzy -msgid "Pattern source" -msgstr "Desen Kaynak" +#: ../libgimpbase/gimpbaseenums.c:234 +msgid "White only" +msgstr "Sadece beyaz" + +#: ../libgimpbase/gimpbaseenums.c:235 +msgid "Gray only" +msgstr "Sadece gri" + +#: ../libgimpbase/gimpbaseenums.c:236 +msgid "Black only" +msgstr "Sadece siyah" + +#: ../libgimpbase/gimpbaseenums.c:264 +msgid "Image" +msgstr "Görüntü" + +#: ../libgimpbase/gimpbaseenums.c:265 +msgid "Pattern" +msgstr "Desen" + +#: ../libgimpbase/gimpbaseenums.c:294 +msgid "Lightness" +msgstr "Hafiflik" + +#: ../libgimpbase/gimpbaseenums.c:295 +msgid "Luminosity" +msgstr "Parlaklık" + +#: ../libgimpbase/gimpbaseenums.c:296 +msgid "Average" +msgstr "Ortalama" -#: ../libgimpbase/gimpbaseenums.c:290 +#: ../libgimpbase/gimpbaseenums.c:324 msgid "Dodge" -msgstr "Temizleme" +msgstr "Yan çizgi" -#: ../libgimpbase/gimpbaseenums.c:291 +#: ../libgimpbase/gimpbaseenums.c:325 msgid "Burn" -msgstr "Yakma" +msgstr "Yazdır" -#: ../libgimpbase/gimpbaseenums.c:328 ../libgimpbase/gimpbaseenums.c:468 -msgid "Linear" +#: ../libgimpbase/gimpbaseenums.c:389 +msgid "gradient|Linear" msgstr "Doğrusal" -#: ../libgimpbase/gimpbaseenums.c:329 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:390 msgid "Bi-linear" -msgstr "Çift-yönlü" +msgstr "Çift çizgi" -#: ../libgimpbase/gimpbaseenums.c:330 +#: ../libgimpbase/gimpbaseenums.c:391 msgid "Radial" msgstr "Dairesel" -#: ../libgimpbase/gimpbaseenums.c:331 +#: ../libgimpbase/gimpbaseenums.c:392 ../libgimpwidgets/gimpwidgetsenums.c:24 msgid "Square" msgstr "Kare" -#: ../libgimpbase/gimpbaseenums.c:332 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:393 msgid "Conical (sym)" -msgstr "Konik (simetrik)" +msgstr "Konuk (sim)" -#: ../libgimpbase/gimpbaseenums.c:333 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:394 msgid "Conical (asym)" -msgstr "Konik (asimetrik)" +msgstr "Konuk (asim)" -#: ../libgimpbase/gimpbaseenums.c:334 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:395 msgid "Shaped (angular)" -msgstr "Şekil patlatma (açısal)" +msgstr "Şekillenmiş (açısal)" -#: ../libgimpbase/gimpbaseenums.c:335 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:396 msgid "Shaped (spherical)" -msgstr "Şekil patlatma (küresel)" +msgstr "Şekillenmiş (küresel)" -#: ../libgimpbase/gimpbaseenums.c:336 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:397 msgid "Shaped (dimpled)" -msgstr "Şekil patlatma (gamzeli)" +msgstr "Şekillenmiş (çukurlu)" -#: ../libgimpbase/gimpbaseenums.c:337 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:398 msgid "Spiral (cw)" -msgstr "Spiral (saat yönü)" +msgstr "Spiral (saat yönünde)" -#: ../libgimpbase/gimpbaseenums.c:338 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:399 msgid "Spiral (ccw)" -msgstr "Spiral (saat yönü)" +msgstr "Spiral (saat yönünün tersinde)" + +#: ../libgimpbase/gimpbaseenums.c:430 +msgid "Intersections (dots)" +msgstr "Kesişimler (noktalar)" + +#: ../libgimpbase/gimpbaseenums.c:431 +msgid "Intersections (crosshairs)" +msgstr "Kesişimler (artı imleçler)" + +#: ../libgimpbase/gimpbaseenums.c:432 +msgid "Dashed" +msgstr "Tireli" + +#: ../libgimpbase/gimpbaseenums.c:433 +msgid "Double dashed" +msgstr "Çift çizgili" + +#: ../libgimpbase/gimpbaseenums.c:434 +msgid "Solid" +msgstr "Kesiksiz" -#: ../libgimpbase/gimpbaseenums.c:367 +#: ../libgimpbase/gimpbaseenums.c:463 msgid "Stock ID" -msgstr "" +msgstr "Depo Kimliği" -#: ../libgimpbase/gimpbaseenums.c:368 +#: ../libgimpbase/gimpbaseenums.c:464 msgid "Inline pixbuf" -msgstr "" +msgstr "Satıriçi pixbuf" -#: ../libgimpbase/gimpbaseenums.c:369 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:465 msgid "Image file" -msgstr "Resim Boyutu" +msgstr "Görüntü dosyası" -#: ../libgimpbase/gimpbaseenums.c:398 +#: ../libgimpbase/gimpbaseenums.c:494 msgid "RGB color" -msgstr "" +msgstr "RGB rengi" -#: ../libgimpbase/gimpbaseenums.c:399 ../libgimpbase/gimpbaseenums.c:434 +#: ../libgimpbase/gimpbaseenums.c:495 ../libgimpbase/gimpbaseenums.c:530 msgid "Grayscale" -msgstr "Griölçekli" +msgstr "Gri ölçekli" -#: ../libgimpbase/gimpbaseenums.c:400 +#: ../libgimpbase/gimpbaseenums.c:496 msgid "Indexed color" -msgstr "" +msgstr "Sıralanmış renk" -#: ../libgimpbase/gimpbaseenums.c:432 +#: ../libgimpbase/gimpbaseenums.c:528 msgid "RGB" msgstr "RGB" -#: ../libgimpbase/gimpbaseenums.c:433 +#: ../libgimpbase/gimpbaseenums.c:529 msgid "RGB-alpha" -msgstr "" +msgstr "RGB-görünür" -#: ../libgimpbase/gimpbaseenums.c:435 +#: ../libgimpbase/gimpbaseenums.c:531 msgid "Grayscale-alpha" -msgstr "" +msgstr "Gri ölçekli-görünür" -#: ../libgimpbase/gimpbaseenums.c:437 +#: ../libgimpbase/gimpbaseenums.c:533 msgid "Indexed-alpha" -msgstr "" +msgstr "Sıralanmış-görünür" -#: ../libgimpbase/gimpbaseenums.c:467 -msgid "None (Fastest)" -msgstr "" +#: ../libgimpbase/gimpbaseenums.c:563 +msgid "interpolation|None" +msgstr "Hiçbiri" + +#: ../libgimpbase/gimpbaseenums.c:564 +msgid "interpolation|Linear" +msgstr "Doğrusal" -#: ../libgimpbase/gimpbaseenums.c:469 +#: ../libgimpbase/gimpbaseenums.c:565 msgid "Cubic" -msgstr "" +msgstr "Kübik" -#: ../libgimpbase/gimpbaseenums.c:470 -#, fuzzy -msgid "Lanczos (Best)" -msgstr "Kübik (En iyi)" +#: ../libgimpbase/gimpbaseenums.c:566 +msgid "Sinc (Lanczos3)" +msgstr "Sinc (Lanczos3)" -#: ../libgimpbase/gimpbaseenums.c:498 +#: ../libgimpbase/gimpbaseenums.c:594 msgid "Constant" msgstr "Sabit" -#: ../libgimpbase/gimpbaseenums.c:499 +#: ../libgimpbase/gimpbaseenums.c:595 msgid "Incremental" msgstr "Artımlı" -#: ../libgimpbase/gimpbaseenums.c:528 +#: ../libgimpbase/gimpbaseenums.c:624 ../modules/display-filter-lcms.c:191 msgid "None" -msgstr "Yok" +msgstr "Hiçbiri" -#: ../libgimpbase/gimpbaseenums.c:529 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:625 msgid "Sawtooth wave" -msgstr "Testere Dişleri Dalga" +msgstr "Testere dişi dalga" -#: ../libgimpbase/gimpbaseenums.c:530 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:626 msgid "Triangular wave" -msgstr "Üçgensel Dalga" +msgstr "Üçgensel dalga" + +#: ../libgimpbase/gimpbaseenums.c:655 +msgid "Run interactively" +msgstr "Etkileşimli çalıştır" + +#: ../libgimpbase/gimpbaseenums.c:656 +msgid "Run non-interactively" +msgstr "Etkileşimsiz çalıştır" -#: ../libgimpbase/gimpbaseenums.c:558 +#: ../libgimpbase/gimpbaseenums.c:657 +msgid "Run with last used values" +msgstr "Kullanılmış son değerlerle çalıştır" + +#: ../libgimpbase/gimpbaseenums.c:685 msgid "Pixels" -msgstr "Piksel" +msgstr "Benek" -#: ../libgimpbase/gimpbaseenums.c:559 -#, fuzzy +#: ../libgimpbase/gimpbaseenums.c:686 msgid "Points" -msgstr "punto" +msgstr "Noktalar" -#: ../libgimpbase/gimpbaseenums.c:588 +#: ../libgimpbase/gimpbaseenums.c:715 msgid "Shadows" msgstr "Gölgeler" -#: ../libgimpbase/gimpbaseenums.c:589 +#: ../libgimpbase/gimpbaseenums.c:716 msgid "Midtones" msgstr "Ortatonlar" -#: ../libgimpbase/gimpbaseenums.c:590 +#: ../libgimpbase/gimpbaseenums.c:717 msgid "Highlights" msgstr "Yüksektonlar" -#: ../libgimpbase/gimpbaseenums.c:618 -#, fuzzy -msgid "Forward (traditional)" -msgstr "İleri (Geleneksel)" - -#: ../libgimpbase/gimpbaseenums.c:619 -#, fuzzy -msgid "Backward (corrective)" -msgstr "Geri (Düzeltici)" - -#: ../libgimpbase/gimpmemsize.c:177 -#, fuzzy, c-format -msgid "%d Bytes" -msgstr "Bayt" +#: ../libgimpbase/gimpbaseenums.c:745 +msgid "Normal (Forward)" +msgstr "Normal (İleriye)" + +#: ../libgimpbase/gimpbaseenums.c:746 +msgid "Corrective (Backward)" +msgstr "Düzeltici (Geriye)" + +#: ../libgimpbase/gimpbaseenums.c:776 +msgid "Adjust" +msgstr "Ayarla" -#: ../libgimpbase/gimpmemsize.c:182 -#, c-format -msgid "%.2f KB" -msgstr "" +#: ../libgimpbase/gimpbaseenums.c:777 +msgid "Clip" +msgstr "Kırp" -#: ../libgimpbase/gimpmemsize.c:186 -#, c-format -msgid "%.1f KB" -msgstr "" +#: ../libgimpbase/gimpbaseenums.c:778 +msgid "Crop to result" +msgstr "Sonuca kırp" + +#: ../libgimpbase/gimpbaseenums.c:779 +msgid "Crop with aspect" +msgstr "En boy ile kırp" + +#: ../libgimpbase/gimpbaseenums.c:909 +msgid "Internal GIMP procedure" +msgstr "İçsel GIMP yordamı" + +#: ../libgimpbase/gimpbaseenums.c:910 +msgid "GIMP Plug-In" +msgstr "GIMP Eklentisi" + +#: ../libgimpbase/gimpbaseenums.c:911 +msgid "GIMP Extension" +msgstr "GIMP Uzantısı" + +#: ../libgimpbase/gimpbaseenums.c:912 +msgid "Temporary Procedure" +msgstr "Geçici Yordam" + +#: ../libgimpbase/gimpbaseenums.c:1074 +msgid "From left to right" +msgstr "Soldan sağa" + +#: ../libgimpbase/gimpbaseenums.c:1075 +msgid "From right to left" +msgstr "Sağdan sola" + +#: ../libgimpbase/gimpbaseenums.c:1105 +msgid "Left justified" +msgstr "Sola hizalı" + +#: ../libgimpbase/gimpbaseenums.c:1106 +msgid "Right justified" +msgstr "Sağa hizalı" + +#: ../libgimpbase/gimpbaseenums.c:1107 +msgid "Centered" +msgstr "Merkezde" + +#: ../libgimpbase/gimpbaseenums.c:1108 +msgid "Filled" +msgstr "Doldurulmuş" + +#: ../libgimpbase/gimputils.c:170 ../libgimpbase/gimputils.c:175 +#: ../modules/display-filter-lcms.c:183 +#: ../modules/color-selector-cmyk-lcms.c:422 +#: ../modules/color-selector-cmyk-lcms.c:428 +msgid "(invalid UTF-8 string)" +msgstr "(geçersiz UTF-8 satırı)" -#: ../libgimpbase/gimpmemsize.c:190 -#, c-format -msgid "%d KB" -msgstr "" +#: ../libgimpconfig/gimpcolorconfig.c:42 +msgid "Mode of operation for color management." +msgstr "Renk yönetimi için işlem kipi" + +#: ../libgimpconfig/gimpcolorconfig.c:44 +msgid "The color profile of your (primary) monitor." +msgstr "Birincil monitörünüzün renk profili." -#: ../libgimpbase/gimpmemsize.c:197 -#, c-format -msgid "%.2f MB" +#: ../libgimpconfig/gimpcolorconfig.c:46 +msgid "" +"When enabled, GIMP will try to use the display color profile from the " +"windowing system. The configured monitor profile is then only used as a " +"fallback." +msgstr "" +"Etkinleştirildiğinde, GIMP, pencere sistemindeki renk ekranı profilini " +"kullanmayı deneyecek. Sonra yapılandırılmış gösterim profili sadece geri " +"alınmış gibi kullanılır." + +#: ../libgimpconfig/gimpcolorconfig.c:50 +msgid "The default RGB working space color profile." +msgstr "Varsayılan RGB çalışma alanı renk profili." + +#: ../libgimpconfig/gimpcolorconfig.c:52 +msgid "The CMYK color profile used to convert between RGB and CMYK." +msgstr "CMYK renk profili, RGB ve CMYK arasında dönüştürmek için kullanılır." + +#: ../libgimpconfig/gimpcolorconfig.c:54 +msgid "The color profile used for simulating a printed version (softproof)." +msgstr "Yazdırılmış sürümün bir benzetimi için renk profili." + +#: ../libgimpconfig/gimpcolorconfig.c:56 +msgid "Sets how colors are mapped for your display." +msgstr "Görüntülemeniz için renklerin nasıl eşleneceğini ayarlar." + +#: ../libgimpconfig/gimpcolorconfig.c:58 +msgid "" +"Sets how colors are converted from RGB working space to the print simulation " +"device." msgstr "" +"RGB çalışma alanından yazdırma benzetimi aygıtına renklerin nasıl " +"dönüştürüleceğini ayarlar." -#: ../libgimpbase/gimpmemsize.c:201 -#, c-format -msgid "%.1f MB" +#: ../libgimpconfig/gimpcolorconfig.c:61 +msgid "" +"When enabled, the print simulation will mark colors which can not be " +"represented in the target color space." msgstr "" +"Etkin olduğunda, yazdırma benzetimi hedef renk alanı içinde resmedilmemiş " +"renkleri imleyecek." -#: ../libgimpbase/gimpmemsize.c:205 -#, fuzzy, c-format -msgid "%d MB" -msgstr "Bayt" +#: ../libgimpconfig/gimpcolorconfig.c:64 +msgid "The color to use for marking colors which are out of gamut." +msgstr "Takımın dışındaki renkleri işaretlemek için kullanılacak renk" -#: ../libgimpbase/gimpmemsize.c:212 -#, c-format -msgid "%.2f GB" -msgstr "" +#: ../libgimpconfig/gimpcolorconfig-enums.c:24 +msgid "No color management" +msgstr "Renk yönetimi yok" -#: ../libgimpbase/gimpmemsize.c:216 -#, c-format -msgid "%.1f GB" -msgstr "" +#: ../libgimpconfig/gimpcolorconfig-enums.c:25 +msgid "Color managed display" +msgstr "Renk yönetimli görüntüleme" -#: ../libgimpbase/gimpmemsize.c:220 -#, fuzzy, c-format -msgid "%d GB" -msgstr "Bayt" +#: ../libgimpconfig/gimpcolorconfig-enums.c:26 +msgid "Print simulation" +msgstr "Benzetimi yazdır" -#: ../libgimpbase/gimputils.c:169 ../libgimpbase/gimputils.c:174 -msgid "(invalid UTF-8 string)" -msgstr "(geçersiz UTF-8 satırı)" +#: ../libgimpconfig/gimpcolorconfig-enums.c:56 +msgid "Perceptual" +msgstr "Algısal" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:57 +msgid "Relative colorimetric" +msgstr "Göreceli renk ölçer" -#: ../libgimpconfig/gimpconfig-deserialize.c:95 +#: ../libgimpconfig/gimpcolorconfig-enums.c:58 +msgid "intent|Saturation" +msgstr "Doygunluk" + +#: ../libgimpconfig/gimpcolorconfig-enums.c:59 +msgid "Absolute colorimetric" +msgstr "Salt renk ölçer" + +#: ../libgimpconfig/gimpconfig-deserialize.c:97 #, c-format msgid "value for token %s is not a valid UTF-8 string" -msgstr "%s anahtarına verilen değer geçerli bir UTF-8 dizgesi değil" +msgstr "%s için alınan değer geçerli bir UTF-8 dizgisi değil" #. please don't translate 'yes' and 'no' -#: ../libgimpconfig/gimpconfig-deserialize.c:423 +#: ../libgimpconfig/gimpconfig-deserialize.c:436 #, c-format msgid "expected 'yes' or 'no' for boolean token %s, got '%s'" msgstr "Boole anahtar %s için 'yes' veya 'no' bekleniyordu, '%s' alındı" -#: ../libgimpconfig/gimpconfig-deserialize.c:497 +#: ../libgimpconfig/gimpconfig-deserialize.c:510 #, c-format msgid "invalid value '%s' for token %s" -msgstr "Geçersiz seçenek '%s' (anahtar %s)" +msgstr "Geçersiz değer '%s' (anahtar %s)" -#: ../libgimpconfig/gimpconfig-deserialize.c:512 -#, fuzzy, c-format +#: ../libgimpconfig/gimpconfig-deserialize.c:525 +#, c-format msgid "invalid value '%ld' for token %s" -msgstr "Geçersiz seçenek '%s' (anahtar %s)" +msgstr "Geçersiz değer '%ld' (anahtar %s)" -#: ../libgimpconfig/gimpconfig-deserialize.c:581 -#, fuzzy, c-format +#: ../libgimpconfig/gimpconfig-deserialize.c:594 +#, c-format msgid "while parsing token '%s': %s" -msgstr "Dosya %s acılamadı: %s" +msgstr "'%s' belirteci ayrıştırılırken: '%s" -#: ../libgimpconfig/gimpconfig-iface.c:454 -#: ../libgimpconfig/gimpconfig-iface.c:467 ../libgimpconfig/gimpscanner.c:513 -#: ../libgimpconfig/gimpscanner.c:594 +#: ../libgimpconfig/gimpconfig-iface.c:474 +#: ../libgimpconfig/gimpconfig-iface.c:487 ../libgimpconfig/gimpscanner.c:498 +#: ../libgimpconfig/gimpscanner.c:579 +#: ../libgimpwidgets/gimpcolorprofilestore.c:656 msgid "fatal parse error" -msgstr "" +msgstr "ölümcül ayrıştırma hatası" -#: ../libgimpconfig/gimpconfig-path.c:349 -#, fuzzy, c-format +#: ../libgimpconfig/gimpconfig-path.c:377 +#, c-format msgid "Cannot expand ${%s}" -msgstr "Geriye alınamıyor: %s" +msgstr "${%s} genişletilemiyor" -#: ../libgimpconfig/gimpconfigwriter.c:134 -#, fuzzy, c-format +#: ../libgimpconfig/gimpconfigwriter.c:78 +#: ../libgimpconfig/gimpconfigwriter.c:719 +#, c-format +msgid "Error writing to '%s': %s" +msgstr "'%s' üzerine yazılırken hata: %s" + +#: ../libgimpconfig/gimpconfigwriter.c:136 +#, c-format msgid "Could not create temporary file for '%s': %s" -msgstr "'%s' palet dosyası açılamıyor: %s" +msgstr "'%s' için geçici dosya oluşturulamadı: %s" -#: ../libgimpconfig/gimpconfigwriter.c:147 -#, fuzzy, c-format +#: ../libgimpconfig/gimpconfigwriter.c:149 +#, c-format msgid "Could not open '%s' for writing: %s" -msgstr "'%s' dosyası açılamadı" +msgstr "Yazma için '%s' açılamadı: %s" -#: ../libgimpconfig/gimpconfigwriter.c:666 -#, fuzzy, c-format +#: ../libgimpconfig/gimpconfigwriter.c:680 +#: ../libgimpconfig/gimpconfigwriter.c:700 +#, c-format msgid "" "Error writing to temporary file for '%s': %s\n" "The original file has not been touched." -msgstr "Dosya %s acılamadı: %s" +msgstr "" +"'%s' için geçici dosyaya yazma hatası: %s\n" +"Özgün dosyaya dokunulmamış." -#: ../libgimpconfig/gimpconfigwriter.c:674 -#, fuzzy, c-format +#: ../libgimpconfig/gimpconfigwriter.c:708 +#, c-format msgid "" "Error writing to temporary file for '%s': %s\n" "No file has been created." -msgstr "Dosya %s acılamadı: %s" - -#: ../libgimpconfig/gimpconfigwriter.c:685 -#, fuzzy, c-format -msgid "Error writing to '%s': %s" -msgstr "taranırken hata oldu: \"%s\"\n" +msgstr "" +"'%s' için geçici dosyaya yazma hatası: %s\n" +"Oluşturulmuş dosya yok." -#: ../libgimpconfig/gimpconfigwriter.c:703 -#, fuzzy, c-format +#: ../libgimpconfig/gimpconfigwriter.c:732 +#, c-format msgid "Could not create '%s': %s" -msgstr "'%s' dosyası açılamadı" - -#: ../libgimpconfig/gimpscanner.c:100 -#, fuzzy, c-format -msgid "Could not open '%s' for reading: %s" -msgstr "'%s' dosyası açılamadı" +msgstr "'%s' oluşturulamadı: %s" -#: ../libgimpconfig/gimpscanner.c:270 +#: ../libgimpconfig/gimpscanner.c:255 +#, c-format msgid "invalid UTF-8 string" -msgstr "Geçersiz UTF-8 dizgesi" - -#: ../libgimpconfig/gimpscanner.c:621 -#, fuzzy, c-format -msgid "Error while parsing '%s' in line %d: %s" -msgstr "Dosya %s acılamadı: %s" +msgstr "Geçersiz UTF-8 dizgisi" -#: ../libgimpmodule/gimpmodule.c:177 +#: ../libgimpconfig/gimpscanner.c:606 #, c-format -msgid "Loading module: '%s'\n" -msgstr "" +msgid "Error while parsing '%s' in line %d: %s" +msgstr "'%s' ayrıştırılırken %d satırı içinde hata: %s" -#: ../libgimpmodule/gimpmodule.c:193 ../libgimpmodule/gimpmodule.c:212 -#: ../libgimpmodule/gimpmodule.c:326 ../libgimpmodule/gimpmodule.c:354 -#: ../libgimpmodule/gimpmodule.c:478 +#: ../libgimpmodule/gimpmodule.c:153 ../libgimpmodule/gimpmodule.c:171 +#: ../libgimpmodule/gimpmodule.c:280 ../libgimpmodule/gimpmodule.c:307 +#: ../libgimpmodule/gimpmodule.c:418 #, c-format msgid "Module '%s' load error: %s" -msgstr "" +msgstr "'%s' birimi yükleme hatası: %s" -#: ../libgimpmodule/gimpmodule.c:282 -#, c-format -msgid "Skipping module: '%s'\n" -msgstr "" - -#: ../libgimpmodule/gimpmodule.c:422 +#: ../libgimpmodule/gimpmodule.c:375 msgid "Module error" -msgstr "" +msgstr "Birim hatası" -#: ../libgimpmodule/gimpmodule.c:423 +#: ../libgimpmodule/gimpmodule.c:376 msgid "Loaded" -msgstr "" +msgstr "Yüklendi" -#: ../libgimpmodule/gimpmodule.c:424 +#: ../libgimpmodule/gimpmodule.c:377 msgid "Load failed" -msgstr "" +msgstr "Yükleme başarısız" -#: ../libgimpmodule/gimpmodule.c:425 +#: ../libgimpmodule/gimpmodule.c:378 msgid "Not loaded" +msgstr "Yüklenmedi" + +#: ../libgimpthumb/gimpthumb-utils.c:123 +#, c-format +msgid "" +"Cannot determine a valid home directory.\n" +"Thumbnails will be stored in the folder for temporary files (%s) instead." msgstr "" +"Geçerli bir ev dizini tanımlanamadı.\n" +"Küçük resimcikler geçici dosyalar %s yerine dizinde depolanacaktır." -#: ../libgimpthumb/gimpthumb-utils.c:227 ../libgimpthumb/gimpthumb-utils.c:295 +#: ../libgimpthumb/gimpthumb-utils.c:247 ../libgimpthumb/gimpthumb-utils.c:315 #, c-format msgid "Failed to create thumbnail folder '%s'." -msgstr "" +msgstr "'%s' minyatür dizini oluşturmada hata." -#: ../libgimpthumb/gimpthumbnail.c:919 +#: ../libgimpthumb/gimpthumbnail.c:498 +#, c-format +msgid "Thumbnail contains no Thumb::URI tag" +msgstr "Minyatür içeriğinde Thumb::URI etiketi yok." + +#: ../libgimpthumb/gimpthumbnail.c:898 #, c-format msgid "Could not create thumbnail for %s: %s" -msgstr "" +msgstr "%s için minyatür oluşturulamadı: %s" -#: ../libgimpwidgets/gimpcolorbutton.c:99 -#, fuzzy +#: ../libgimpwidgets/gimpbrowser.c:98 +msgid "_Search:" +msgstr "_Ara:" + +#: ../libgimpwidgets/gimpcolorbutton.c:118 msgid "_Foreground Color" -msgstr "/Önplan Rengini Kullan" +msgstr "Ö_nalan Rengi" -#: ../libgimpwidgets/gimpcolorbutton.c:103 -#, fuzzy +#: ../libgimpwidgets/gimpcolorbutton.c:122 msgid "_Background Color" -msgstr "/Arkaplan Rengini Kullan" +msgstr "_Artalan Rengi" -#: ../libgimpwidgets/gimpcolorbutton.c:107 +#: ../libgimpwidgets/gimpcolorbutton.c:126 msgid "Blac_k" -msgstr "" +msgstr "Siya_h" -#: ../libgimpwidgets/gimpcolorbutton.c:111 +#: ../libgimpwidgets/gimpcolorbutton.c:130 msgid "_White" -msgstr "" - -#: ../libgimpwidgets/gimpcolorscales.c:133 -msgid "Scales" -msgstr "" - -#: ../libgimpwidgets/gimpcolorscales.c:155 -#: ../libgimpwidgets/gimpcolorselect.c:345 -msgid "_H" -msgstr "" +msgstr "_Beyaz" -#: ../libgimpwidgets/gimpcolorscales.c:156 -#: ../libgimpwidgets/gimpcolorselect.c:345 -msgid "_S" -msgstr "" +#: ../libgimpwidgets/gimpcolorprofilestore.c:144 +msgid "Select color profile from disk..." +msgstr "Diskten renk profili seçin." -#: ../libgimpwidgets/gimpcolorscales.c:157 -#: ../libgimpwidgets/gimpcolorselect.c:345 -msgid "_V" -msgstr "" +#: ../libgimpwidgets/gimpcolorprofilestore.c:280 +msgctxt "profile" +msgid "None" +msgstr "Hiçbiri" -#: ../libgimpwidgets/gimpcolorscales.c:158 -#: ../libgimpwidgets/gimpcolorselect.c:345 -msgid "_R" -msgstr "_R" +#: ../libgimpwidgets/gimpcolorscales.c:98 +msgid "Scales" +msgstr "Ölçekler" -#: ../libgimpwidgets/gimpcolorscales.c:159 -#: ../libgimpwidgets/gimpcolorselect.c:345 -msgid "_G" -msgstr "_G" +#: ../libgimpwidgets/gimpcolorselection.c:210 +msgid "Current:" +msgstr "Şimdiki:" -#: ../libgimpwidgets/gimpcolorscales.c:160 -#: ../libgimpwidgets/gimpcolorselect.c:345 -msgid "_B" -msgstr "_B" +#: ../libgimpwidgets/gimpcolorselection.c:232 +msgid "Old:" +msgstr "Eski:" -#: ../libgimpwidgets/gimpcolorscales.c:161 -msgid "_A" +#: ../libgimpwidgets/gimpcolorselection.c:286 +msgid "" +"Hexadecimal color notation as used in HTML and CSS. This entry also accepts " +"CSS color names." msgstr "" +"HTML ve CSS içinde kullanılıan onaltılı renk gösterimi. Bu giriş ayrıca CSS " +"renk adlarını da kabul eder." -#: ../libgimpwidgets/gimpcolorscales.c:165 -#: ../libgimpwidgets/gimpcolorselect.c:349 -msgid "Hue" -msgstr "Renk" - -#: ../libgimpwidgets/gimpcolorscales.c:166 -#: ../libgimpwidgets/gimpcolorselect.c:350 ../modules/cdisplay_proof.c:59 -msgid "Saturation" -msgstr "Doygunluk" +#: ../libgimpwidgets/gimpcolorselection.c:292 +msgid "HTML _notation:" +msgstr "HTML _gösterimi:" -#: ../libgimpwidgets/gimpcolorscales.c:167 -#: ../libgimpwidgets/gimpcolorselect.c:351 -msgid "Value" -msgstr "Değer" +#: ../libgimpwidgets/gimphelpui.c:420 +msgid "Press F1 for more help" +msgstr "Daha çok yardım için F1'e basın" -#: ../libgimpwidgets/gimpcolorscales.c:243 -msgid "Hexadecimal color notation as used in HTML and CSS" -msgstr "" +#: ../libgimpwidgets/gimpfileentry.c:174 +msgid "Open a file selector to browse your folders" +msgstr "Dizinlerinize göz atmak için bir dosya seçici açın" -#: ../libgimpwidgets/gimpcolorscales.c:248 -msgid "HTML _Notation:" -msgstr "" - -#: ../libgimpwidgets/gimpcolorselection.c:203 -msgid "Current:" -msgstr "" - -#: ../libgimpwidgets/gimpcolorselection.c:225 -msgid "Old:" -msgstr "" +#: ../libgimpwidgets/gimpfileentry.c:175 +msgid "Open a file selector to browse your files" +msgstr "Dosyalarınıza göz atmak için bir dosya seçici açın" -#: ../libgimpwidgets/gimpfileentry.c:351 -#, fuzzy +#: ../libgimpwidgets/gimpfileentry.c:335 msgid "Select Folder" -msgstr "Dosya Seç" +msgstr "Dizin Seç" -#: ../libgimpwidgets/gimpfileentry.c:353 +#: ../libgimpwidgets/gimpfileentry.c:337 msgid "Select File" msgstr "Dosya Seç" -#: ../libgimpwidgets/gimpmemsizeentry.c:232 -#, fuzzy +#: ../libgimpwidgets/gimpmemsizeentry.c:204 msgid "Kilobytes" -msgstr "Kilobayt" +msgstr "KB" -#: ../libgimpwidgets/gimpmemsizeentry.c:233 -#, fuzzy +#: ../libgimpwidgets/gimpmemsizeentry.c:205 msgid "Megabytes" -msgstr "Megabayt" +msgstr "MB" -#: ../libgimpwidgets/gimpmemsizeentry.c:234 -#, fuzzy +#: ../libgimpwidgets/gimpmemsizeentry.c:206 msgid "Gigabytes" -msgstr "Megabayt" +msgstr "GB" + +#. Count label +#: ../libgimpwidgets/gimppageselector.c:269 +#: ../libgimpwidgets/gimppageselector.c:1166 +msgid "Nothing selected" +msgstr "Hiçbir şey seçilmedi" + +#: ../libgimpwidgets/gimppageselector.c:287 +msgid "Select _All" +msgstr "Tü_münü Seç" + +#: ../libgimpwidgets/gimppageselector.c:307 +msgid "Select _range:" +msgstr "Seçim _erimi:" + +#: ../libgimpwidgets/gimppageselector.c:319 +msgid "Open _pages as" +msgstr "_Sayfaları böyle aç" + +#: ../libgimpwidgets/gimppageselector.c:420 +msgid "Page 000" +msgstr "Sayfa 000" + +#: ../libgimpwidgets/gimppageselector.c:508 +#: ../libgimpwidgets/gimppageselector.c:744 +#, c-format +msgid "Page %d" +msgstr "Sayfa %d" + +#: ../libgimpwidgets/gimppageselector.c:1171 +msgid "One page selected" +msgstr "Bir sayfa seçildi" -#: ../libgimpwidgets/gimppatheditor.c:243 +#: ../libgimpwidgets/gimppageselector.c:1178 +#: ../libgimpwidgets/gimppageselector.c:1182 +#, c-format +msgid "%d page selected" +msgid_plural "All %d pages selected" +msgstr[0] "%d sayfa seçildi" + +#: ../libgimpwidgets/gimppatheditor.c:214 msgid "Writable" -msgstr "" +msgstr "Yazılabilir" -#: ../libgimpwidgets/gimppatheditor.c:252 +#: ../libgimpwidgets/gimppatheditor.c:223 msgid "Folder" msgstr "Dizin" -#: ../libgimpwidgets/gimppickbutton.c:138 +#: ../libgimpwidgets/gimppickbutton.c:107 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "" +"Damlalığa tıkladıktan sonra ekranınızdaki istediğiniz bir renge tıklayarak " +"rengi seçebilirsiniz." -#: ../libgimpwidgets/gimppreviewarea.c:126 +#: ../libgimpwidgets/gimppreviewarea.c:94 msgid "Check Size" -msgstr "" +msgstr "Denetleme Boyutu" -#: ../libgimpwidgets/gimppreviewarea.c:133 +#: ../libgimpwidgets/gimppreviewarea.c:101 msgid "Check Style" -msgstr "" +msgstr "Denetleme Biçemi" -#. toggle button to (des)activate the instant preview -#: ../libgimpwidgets/gimppreview.c:240 +#. toggle button to (de)activate the instant preview +#: ../libgimpwidgets/gimppreview.c:277 msgid "_Preview" msgstr "Öniz_leme" -#: ../libgimpwidgets/gimpstock.c:113 -#, fuzzy +#: ../libgimpwidgets/gimppropwidgets.c:1860 +#, c-format +msgid "This text input field is limited to %d character." +msgid_plural "This text input field is limited to %d characters." +msgstr[0] "Metin girdi alanı %d karakter ile sınırlandırılmış." + +#: ../libgimpwidgets/gimpstock.c:112 msgid "Anchor" -msgstr "inç" +msgstr "Bağlayıcı" -#: ../libgimpwidgets/gimpstock.c:114 +#: ../libgimpwidgets/gimpstock.c:113 msgid "C_enter" msgstr "M_erkez" -#: ../libgimpwidgets/gimpstock.c:115 +#: ../libgimpwidgets/gimpstock.c:114 msgid "_Duplicate" msgstr "Çoğal_t" -#: ../libgimpwidgets/gimpstock.c:116 +#: ../libgimpwidgets/gimpstock.c:115 msgid "_Edit" -msgstr "" +msgstr "_Düzenle" -#: ../libgimpwidgets/gimpstock.c:117 +#: ../libgimpwidgets/gimpstock.c:116 msgid "Linked" -msgstr "" +msgstr "Bağlı" -#: ../libgimpwidgets/gimpstock.c:118 +#: ../libgimpwidgets/gimpstock.c:117 msgid "Paste as New" -msgstr "" +msgstr "Yeni olarak Yapıştır" -#: ../libgimpwidgets/gimpstock.c:119 +#: ../libgimpwidgets/gimpstock.c:118 msgid "Paste Into" -msgstr "" +msgstr "İçine yapıştır" -#: ../libgimpwidgets/gimpstock.c:120 +#: ../libgimpwidgets/gimpstock.c:119 msgid "_Reset" -msgstr "" +msgstr "_Sıfırla" -#: ../libgimpwidgets/gimpstock.c:121 +#: ../libgimpwidgets/gimpstock.c:120 msgid "Visible" -msgstr "" +msgstr "Görünür" -#: ../libgimpwidgets/gimpstock.c:154 ../libgimpwidgets/gimpstock.c:158 +#: ../libgimpwidgets/gimpstock.c:156 ../libgimpwidgets/gimpstock.c:160 msgid "_Stroke" -msgstr "" +msgstr "_Vuruş" -#: ../libgimpwidgets/gimpstock.c:170 +#: ../libgimpwidgets/gimpstock.c:172 msgid "L_etter Spacing" -msgstr "" +msgstr "H_arf Aralığı" -#: ../libgimpwidgets/gimpstock.c:171 +#: ../libgimpwidgets/gimpstock.c:173 msgid "L_ine Spacing" -msgstr "" +msgstr "S_atır Aralığı" -#: ../libgimpwidgets/gimpstock.c:187 +#: ../libgimpwidgets/gimpstock.c:189 msgid "_Resize" -msgstr "" +msgstr "Yeniden _Boyutlandır" -#: ../libgimpwidgets/gimpstock.c:188 ../libgimpwidgets/gimpstock.c:292 +#: ../libgimpwidgets/gimpstock.c:190 ../libgimpwidgets/gimpstock.c:320 msgid "_Scale" -msgstr "" +msgstr "_Ölçekle" -#: ../libgimpwidgets/gimpstock.c:271 -msgid "Crop" -msgstr "Kırp" +#: ../libgimpwidgets/gimpstock.c:296 +msgid "Cr_op" +msgstr "Kır_p" -#: ../libgimpwidgets/gimpstock.c:288 +#: ../libgimpwidgets/gimpstock.c:315 msgid "_Transform" msgstr "_Dönüştür" -#: ../libgimpwidgets/gimpstock.c:291 +#: ../libgimpwidgets/gimpstock.c:319 msgid "_Rotate" -msgstr "" +msgstr "_Döndür" -#: ../libgimpwidgets/gimpstock.c:293 +#: ../libgimpwidgets/gimpstock.c:321 msgid "_Shear" -msgstr "" +msgstr "_Kırp" -#: ../libgimpwidgets/gimpunitmenu.c:302 +#: ../libgimpwidgets/gimpunitmenu.c:266 msgid "More..." msgstr "Daha fazla..." -#: ../libgimpwidgets/gimpunitmenu.c:612 +#: ../libgimpwidgets/gimpunitmenu.c:581 msgid "Unit Selection" msgstr "Birim Seçimi" -#: ../libgimpwidgets/gimpunitmenu.c:655 +#: ../libgimpwidgets/gimpunitmenu.c:629 msgid "Unit" msgstr "Birim" -#: ../libgimpwidgets/gimpunitmenu.c:659 +#: ../libgimpwidgets/gimpunitmenu.c:633 msgid "Factor" msgstr "Etken" -#: ../libgimpwidgets/gimpwidgets.c:1001 -#, fuzzy +#: ../libgimpwidgets/gimpwidgets.c:511 msgid "" "Use this value for random number generator seed - this allows you to repeat " "a given \"random\" operation" msgstr "" -"Eğer \"Zaman\" düğmesi basılı değilse, bu değeri raslantısal sayı üreticinin " -"tohumu olarak kullan - bu \"raslantısal\" bir işlemi tekrarlamanızı sağlar" +"Rastgele sayı üretici için bu değeri kullanın. Bu, \"rastgele\" işlem " +"tekrarı yapmanı sağlar." -#: ../libgimpwidgets/gimpwidgets.c:1005 +#: ../libgimpwidgets/gimpwidgets.c:515 msgid "_New Seed" -msgstr "" +msgstr "_Yeni Parçacık" -#: ../libgimpwidgets/gimpwidgets.c:1018 -#, fuzzy +#: ../libgimpwidgets/gimpwidgets.c:528 msgid "Seed random number generator with a generated random number" -msgstr "" -"Raslantısal sayı üreticinin tohumu olarak şu anki zamanı kullan - bu makul " -"bir raslantısallığı garantiler" +msgstr "Rastgele üretilen sayı ile rastgele parçacık sayısı üreticisi" -#: ../libgimpwidgets/gimpwidgets.c:1022 +#: ../libgimpwidgets/gimpwidgets.c:532 msgid "_Randomize" -msgstr "" +msgstr "_Rastgele" -#: ../modules/cdisplay_colorblind.c:68 -msgid "Protanopia (insensitivity to red" -msgstr "" +#: ../libgimpwidgets/gimpwidgetsenums.c:25 +msgid "Portrait" +msgstr "Dikey" + +#: ../libgimpwidgets/gimpwidgetsenums.c:26 +msgid "Landscape" +msgstr "Yatay" + +#: ../libgimpwidgets/gimpwidgetsenums.c:123 +msgid "_H" +msgstr "_H" + +#: ../libgimpwidgets/gimpwidgetsenums.c:123 +msgid "Hue" +msgstr "Renk Özü" + +#: ../libgimpwidgets/gimpwidgetsenums.c:124 +msgid "_S" +msgstr "_S" + +#: ../libgimpwidgets/gimpwidgetsenums.c:124 +msgid "Saturation" +msgstr "Doygunluk" + +#: ../libgimpwidgets/gimpwidgetsenums.c:125 +msgid "_V" +msgstr "_V" -#: ../modules/cdisplay_colorblind.c:70 +#: ../libgimpwidgets/gimpwidgetsenums.c:125 +msgid "Value" +msgstr "Değer" + +#: ../libgimpwidgets/gimpwidgetsenums.c:126 +msgid "_R" +msgstr "_R" + +#: ../libgimpwidgets/gimpwidgetsenums.c:127 +msgid "_G" +msgstr "_G" + +#: ../libgimpwidgets/gimpwidgetsenums.c:128 +msgid "_B" +msgstr "_B" + +#: ../libgimpwidgets/gimpwidgetsenums.c:129 +msgid "_A" +msgstr "_A" + +#: ../libgimpwidgets/gimpwidgetsenums.c:157 +msgid "Layers" +msgstr "Katmanlar" + +#: ../libgimpwidgets/gimpwidgetsenums.c:158 +msgid "Images" +msgstr "Görüntüler" + +#: ../libgimpwidgets/gimpwidgetsenums.c:217 +msgid "Zoom in" +msgstr "Büyüt" + +#: ../libgimpwidgets/gimpwidgetsenums.c:218 +msgid "Zoom out" +msgstr "Küçült" + +#: ../modules/display-filter-color-blind.c:67 +msgid "Protanopia (insensitivity to red)" +msgstr "Kırmızıyı görememe (kırmızı duyarsızlığı)" + +#: ../modules/display-filter-color-blind.c:69 msgid "Deuteranopia (insensitivity to green)" -msgstr "" +msgstr "Yeşili görememe (yeşil duyarsızlığı)" -#: ../modules/cdisplay_colorblind.c:72 +#: ../modules/display-filter-color-blind.c:71 msgid "Tritanopia (insensitivity to blue)" -msgstr "" +msgstr "Maviyi görememe (mavi duyarsızlığı)" -#: ../modules/cdisplay_colorblind.c:163 +#: ../modules/display-filter-color-blind.c:198 msgid "Color deficit simulation filter (Brettel-Vienot-Mollon algorithm)" -msgstr "" +msgstr "Eksik renk canlandırma filtresi (Brettel-Vienot-Mollon algoritması)" -#: ../modules/cdisplay_colorblind.c:256 +#: ../modules/display-filter-color-blind.c:261 msgid "Color Deficient Vision" -msgstr "" +msgstr "Renki Eksik Görme" -#: ../modules/cdisplay_colorblind.c:554 -msgid "Color _Deficiency Type:" -msgstr "" +#: ../modules/display-filter-color-blind.c:483 +msgid "Color _deficiency type:" +msgstr "Renk _eksiklik türü:" -#: ../modules/cdisplay_gamma.c:105 +#: ../modules/display-filter-gamma.c:90 msgid "Gamma color display filter" -msgstr "" +msgstr "Gama renk görüntüleme süzgeci" -#: ../modules/cdisplay_gamma.c:178 +#: ../modules/display-filter-gamma.c:129 msgid "Gamma" -msgstr "Gamma" +msgstr "Gama" -#: ../modules/cdisplay_gamma.c:352 +#: ../modules/display-filter-gamma.c:232 msgid "_Gamma:" -msgstr "" +msgstr "_Gama:" -#: ../modules/cdisplay_highcontrast.c:105 +#: ../modules/display-filter-high-contrast.c:90 msgid "High Contrast color display filter" -msgstr "" +msgstr "Yüksek Karşıtlık renk görüntüleme süzgeci" -#: ../modules/cdisplay_highcontrast.c:178 +#: ../modules/display-filter-high-contrast.c:129 msgid "Contrast" -msgstr "" +msgstr "Karşıtlık" -#: ../modules/cdisplay_highcontrast.c:352 -msgid "Contrast C_ycles:" -msgstr "" +#: ../modules/display-filter-high-contrast.c:232 +msgid "Contrast c_ycles:" +msgstr "Karşıtlık d_önüşleri" -#: ../modules/cdisplay_proof.c:57 -msgid "Perceptual" -msgstr "" +#: ../modules/display-filter-lcms.c:102 +msgid "Color management display filter using ICC color profiles" +msgstr "Renk yönetimi görüntüleme süzgeci ICC renk profillerini kullanıyor" -#: ../modules/cdisplay_proof.c:58 -msgid "Relative Colorimetric" -msgstr "" +#: ../modules/display-filter-lcms.c:134 +msgid "Color Management" +msgstr "Renk Yönetimi" -#: ../modules/cdisplay_proof.c:60 -msgid "Absolute Colorimetric" +#: ../modules/display-filter-lcms.c:212 +msgid "" +"This filter takes its configuration from the Color Management section in the " +"Preferences dialog." msgstr "" +"Bu süzgeç yapılandırmasını Yeğlenenler kutusu içindeki Renk Yönetimi " +"bölümünden alır." + +#: ../modules/display-filter-lcms.c:226 +msgid "Mode of operation:" +msgstr "İşlem kipi:" + +#: ../modules/display-filter-lcms.c:233 +msgid "Image profile:" +msgstr "Görüntü profili:" -#: ../modules/cdisplay_proof.c:147 +#: ../modules/display-filter-lcms.c:241 +msgid "Monitor profile:" +msgstr "Monitör profili:" + +#: ../modules/display-filter-lcms.c:249 +msgid "Print simulation profile:" +msgstr "Yazdırma benzetimi profili:" + +#: ../modules/display-filter-proof.c:97 msgid "Color proof filter using ICC color profile" -msgstr "" +msgstr "ICC renk profilini kullanarak renk deneme filtresi" -#: ../modules/cdisplay_proof.c:251 +#: ../modules/display-filter-proof.c:145 msgid "Color Proof" -msgstr "" - -#: ../modules/cdisplay_proof.c:462 -msgid "_Intent:" -msgstr "" +msgstr "Renk Denemesi" -#: ../modules/cdisplay_proof.c:465 +#: ../modules/display-filter-proof.c:311 msgid "Choose an ICC Color Profile" -msgstr "" +msgstr "Bir ICC Renk Profili seçin" -#: ../modules/cdisplay_proof.c:468 +#: ../modules/display-filter-proof.c:338 +msgid "All files (*.*)" +msgstr "Tüm dosyalar (*.*)" + +#: ../modules/display-filter-proof.c:343 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "ICC renk profili (*.icc, *.icm)" + +#: ../modules/display-filter-proof.c:401 msgid "_Profile:" -msgstr "" +msgstr "_Profil:" -#: ../modules/cdisplay_proof.c:476 +#: ../modules/display-filter-proof.c:407 +msgid "_Intent:" +msgstr "_Amaç:" + +#: ../modules/display-filter-proof.c:412 msgid "_Black Point Compensation" -msgstr "" +msgstr "_Siyah Nokta Telafisi" -#: ../modules/colorsel_cmyk.c:73 +#: ../modules/color-selector-cmyk.c:71 msgid "CMYK color selector" -msgstr "" +msgstr "CMYK renk seçici" -#: ../modules/colorsel_cmyk.c:130 +#: ../modules/color-selector-cmyk.c:102 +#: ../modules/color-selector-cmyk-lcms.c:150 msgid "CMYK" -msgstr "" +msgstr "CMYK" -#: ../modules/colorsel_cmyk.c:147 +#. Cyan +#: ../modules/color-selector-cmyk.c:125 +#: ../modules/color-selector-cmyk-lcms.c:169 msgid "_C" msgstr "_C" -#: ../modules/colorsel_cmyk.c:148 +#. Magenta +#: ../modules/color-selector-cmyk.c:127 +#: ../modules/color-selector-cmyk-lcms.c:171 msgid "_M" msgstr "_M" -#: ../modules/colorsel_cmyk.c:149 +#. Yellow +#: ../modules/color-selector-cmyk.c:129 +#: ../modules/color-selector-cmyk-lcms.c:173 msgid "_Y" msgstr "_Y" -#: ../modules/colorsel_cmyk.c:150 +#. Key (Black) +#: ../modules/color-selector-cmyk.c:131 +#: ../modules/color-selector-cmyk-lcms.c:175 msgid "_K" -msgstr "" +msgstr "_K" -#: ../modules/colorsel_cmyk.c:154 +#: ../modules/color-selector-cmyk.c:135 +#: ../modules/color-selector-cmyk-lcms.c:179 msgid "Cyan" msgstr "Turkuaz" -#: ../modules/colorsel_cmyk.c:155 +#: ../modules/color-selector-cmyk.c:136 +#: ../modules/color-selector-cmyk-lcms.c:180 msgid "Magenta" -msgstr "Pembe" +msgstr "Macenta" -#: ../modules/colorsel_cmyk.c:156 +#: ../modules/color-selector-cmyk.c:137 +#: ../modules/color-selector-cmyk-lcms.c:181 msgid "Yellow" msgstr "Sarı" -#: ../modules/colorsel_cmyk.c:157 +#: ../modules/color-selector-cmyk.c:138 +#: ../modules/color-selector-cmyk-lcms.c:182 msgid "Black" msgstr "Siyah" -#: ../modules/colorsel_cmyk.c:191 -msgid "Black _Pullout:" -msgstr "" +#: ../modules/color-selector-cmyk.c:172 +msgid "Black _pullout:" +msgstr "Siyah _çekilmesi:" -#: ../modules/colorsel_cmyk.c:208 +#: ../modules/color-selector-cmyk.c:189 msgid "The percentage of black to pull out of the colored inks." -msgstr "" +msgstr "Siyahın çekilmiş boyalı mürekkeplere olan yüzdesi." -#: ../modules/colorsel_triangle.c:104 -msgid "Painter-style triangle color selector" -msgstr "" +#: ../modules/color-selector-cmyk-lcms.c:87 +msgid "CMYK color selector (using color profile)" +msgstr "CMYK renk seçici (renk profili kullanıyor)" -#: ../modules/colorsel_triangle.c:170 -msgid "Triangle" -msgstr "" +#: ../modules/color-selector-cmyk-lcms.c:410 +msgid "Profile: (none)" +msgstr "Profil: (hiçbiri)" -#: ../modules/colorsel_water.c:88 +#: ../modules/color-selector-cmyk-lcms.c:431 +#, c-format +msgid "Profile: %s" +msgstr "Profil: %s" + +#: ../modules/color-selector-water.c:82 msgid "Watercolor style color selector" -msgstr "" +msgstr "Suluboya biçemli renk seçici" -#: ../modules/colorsel_water.c:154 +#: ../modules/color-selector-water.c:118 msgid "Watercolor" -msgstr "" +msgstr "Suluboya" -#: ../modules/colorsel_water.c:220 +#: ../modules/color-selector-water.c:186 msgid "Pressure" +msgstr "Basınç" + +#: ../modules/color-selector-wheel.c:103 +msgid "HSV color wheel" +msgstr "HSV renk tekeri" + +#: ../modules/color-selector-wheel.c:134 +msgid "Wheel" +msgstr "Teker" + +#: ../modules/controller-linux-input.c:58 +msgid "Button 0" +msgstr "0. düğme" + +#: ../modules/controller-linux-input.c:59 +msgid "Button 1" +msgstr "1. düğme" + +#: ../modules/controller-linux-input.c:60 +msgid "Button 2" +msgstr "2. düğme" + +#: ../modules/controller-linux-input.c:61 +msgid "Button 3" +msgstr "3. düğme" + +#: ../modules/controller-linux-input.c:62 +msgid "Button 4" +msgstr "4. düğme" + +#: ../modules/controller-linux-input.c:63 +msgid "Button 5" +msgstr "5. düğme" + +#: ../modules/controller-linux-input.c:64 +msgid "Button 6" +msgstr "6. düğme" + +#: ../modules/controller-linux-input.c:65 +msgid "Button 7" +msgstr "7. düğme" + +#: ../modules/controller-linux-input.c:66 +msgid "Button 8" +msgstr "8. düğme" + +#: ../modules/controller-linux-input.c:67 +msgid "Button 9" +msgstr "9. düğme" + +#: ../modules/controller-linux-input.c:68 +msgid "Button Mouse" +msgstr "Düğme Faresi" + +#: ../modules/controller-linux-input.c:69 +msgid "Button Left" +msgstr "Sol Düğme" + +#: ../modules/controller-linux-input.c:70 +msgid "Button Right" +msgstr "Sağ Düğme" + +#: ../modules/controller-linux-input.c:71 +msgid "Button Middle" +msgstr "Orta Düğme" + +#: ../modules/controller-linux-input.c:72 +msgid "Button Side" +msgstr "Yan Düğme" + +#: ../modules/controller-linux-input.c:73 +msgid "Button Extra" +msgstr "Ek Düğme" + +#: ../modules/controller-linux-input.c:74 +msgid "Button Forward" +msgstr "İleri Düğme" + +#: ../modules/controller-linux-input.c:75 +msgid "Button Back" +msgstr "Geri Düğme" + +#: ../modules/controller-linux-input.c:76 +msgid "Button Task" +msgstr "Düğme Görevi" + +#: ../modules/controller-linux-input.c:78 +msgid "Button Wheel" +msgstr "Düğme Tekeri" + +#: ../modules/controller-linux-input.c:81 +msgid "Button Gear Down" +msgstr "Düşüren Düğme" + +#: ../modules/controller-linux-input.c:84 +msgid "Button Gear Up" +msgstr "Yükselten Düğme" + +#: ../modules/controller-linux-input.c:90 +#: ../modules/controller-dx-dinput.c:443 +msgid "X Move Left" +msgstr "X Sola Taşı" + +#: ../modules/controller-linux-input.c:91 +#: ../modules/controller-dx-dinput.c:446 +msgid "X Move Right" +msgstr "X Sağa Taşı" + +#: ../modules/controller-linux-input.c:92 +msgid "Y Move Forward" +msgstr "Y İleri Taşı" + +#: ../modules/controller-linux-input.c:93 +msgid "Y Move Back" +msgstr "Y Geri Taşı" + +#: ../modules/controller-linux-input.c:94 +#: ../modules/controller-dx-dinput.c:461 +msgid "Z Move Up" +msgstr "Z Yukarı Taşı" + +#: ../modules/controller-linux-input.c:95 +#: ../modules/controller-dx-dinput.c:464 +msgid "Z Move Down" +msgstr "Z Aşağı Taşı" + +#: ../modules/controller-linux-input.c:97 +msgid "X Axis Tilt Forward" +msgstr "X Ekseni İleri Eğ" + +#: ../modules/controller-linux-input.c:98 +msgid "X Axis Tilt Back" +msgstr "X Ekseni Geri Eğ" + +#: ../modules/controller-linux-input.c:99 +#: ../modules/controller-dx-dinput.c:479 +msgid "Y Axis Tilt Right" +msgstr "Y Ekseni Sağa Eğ" + +#: ../modules/controller-linux-input.c:100 +#: ../modules/controller-dx-dinput.c:482 +msgid "Y Axis Tilt Left" +msgstr "Y Ekseni Sola Eğ" + +#: ../modules/controller-linux-input.c:101 +#: ../modules/controller-dx-dinput.c:488 +msgid "Z Axis Turn Left" +msgstr "Z Ekseni Sola Dön" + +#: ../modules/controller-linux-input.c:102 +#: ../modules/controller-dx-dinput.c:491 +msgid "Z Axis Turn Right" +msgstr "Z Ekseni Sağa Dön" + +#: ../modules/controller-linux-input.c:104 +msgid "Horiz. Wheel Turn Back" +msgstr "Yatay, Tekerin Geri Dönüşü" + +#: ../modules/controller-linux-input.c:105 +msgid "Horiz. Wheel Turn Forward" +msgstr "Yatay, Tekerin İleri Dönüşü" + +#: ../modules/controller-linux-input.c:106 +msgid "Dial Turn Left" +msgstr "Sola Dönüş Çevrimi" + +#: ../modules/controller-linux-input.c:107 +msgid "Dial Turn Right" +msgstr "Sağa Dönüş Çevrimi" + +#: ../modules/controller-linux-input.c:108 +msgid "Wheel Turn Left" +msgstr "Tekerin Sola Dönüşü" + +#: ../modules/controller-linux-input.c:109 +msgid "Wheel Turn Right" +msgstr "Tekerin Sağa Dönüşü" + +#: ../modules/controller-linux-input.c:178 +msgid "Linux input event controller" +msgstr "Linux girdi olayı denetleyicsi" + +#: ../modules/controller-linux-input.c:218 +#: ../modules/controller-dx-dinput.c:196 ../modules/controller-midi.c:212 +msgid "Device:" +msgstr "Aygıt:" + +#: ../modules/controller-linux-input.c:219 +msgid "The name of the device to read Linux Input events from." +msgstr "Linux Girdisi olaylarının okunacağı aygıtın adı." + +#: ../modules/controller-linux-input.c:230 +msgid "Linux Input" +msgstr "Linux Girdisi" + +#: ../modules/controller-linux-input.c:513 +msgid "Linux Input Events" +msgstr "Linux Girdi Olayları" + +#: ../modules/controller-linux-input.c:525 +#: ../modules/controller-dx-dinput.c:1095 ../modules/controller-midi.c:505 +msgid "No device configured" +msgstr "Yapılandırılmış aygıt yok" + +#: ../modules/controller-linux-input.c:551 ../modules/controller-midi.c:454 +#: ../modules/controller-midi.c:480 +#, c-format +msgid "Reading from %s" +msgstr "Okunan: %s" + +#: ../modules/controller-linux-input.c:569 +#: ../modules/controller-linux-input.c:623 ../modules/controller-midi.c:436 +#: ../modules/controller-midi.c:497 ../modules/controller-midi.c:568 +#, c-format +msgid "Device not available: %s" +msgstr "Aygıt kullanılır değil: %s" + +#: ../modules/controller-linux-input.c:588 +#: ../modules/controller-dx-dinput.c:1120 +msgid "Device not available" +msgstr "Aygıt kullanılır değil" + +#: ../modules/controller-linux-input.c:632 ../modules/controller-midi.c:577 +msgid "End of file" +msgstr "Dosyanın sonu" + +#: ../modules/controller-dx-dinput.c:156 +msgid "DirectX DirectInput event controller" +msgstr "DirectX DirectInput olay denetleyicisi" + +#: ../modules/controller-dx-dinput.c:197 +msgid "The device to read DirectInput events from." +msgstr "DirectInput olaylarının okunacağı aygıt." + +#: ../modules/controller-dx-dinput.c:206 +msgid "DirectX DirectInput" +msgstr "DirectX DirectInput" + +#: ../modules/controller-dx-dinput.c:420 +#, c-format +msgid "Button %d" +msgstr "%d Düğmesi" + +#: ../modules/controller-dx-dinput.c:423 +#, c-format +msgid "Button %d Press" +msgstr "%d Düğmesine Bas" + +#: ../modules/controller-dx-dinput.c:426 +#, c-format +msgid "Button %d Release" +msgstr "%d Düğmesini Bırak" + +#: ../modules/controller-dx-dinput.c:452 +msgid "Y Move Away" +msgstr "Y Uzaklaştır" + +#: ../modules/controller-dx-dinput.c:455 +msgid "Y Move Near" +msgstr "Y Yaklaştır" + +#: ../modules/controller-dx-dinput.c:470 +msgid "X Axis Tilt Away" +msgstr "X Ekseni Uzağa Eğ" + +#: ../modules/controller-dx-dinput.c:473 +msgid "X Axis Tilt Near" +msgstr "X Ekseni Yakına Eğ" + +#: ../modules/controller-dx-dinput.c:502 +#, c-format +msgid "Slider %d Increase" +msgstr "%d Kaydırıcısını Yükselt" + +#: ../modules/controller-dx-dinput.c:505 +#, c-format +msgid "Slider %d Decrease" +msgstr "%d Kaydırıcısını Alçalt" + +#: ../modules/controller-dx-dinput.c:515 +#, c-format +msgid "POV %d X View" +msgstr "POV %d X Görünümü" + +#: ../modules/controller-dx-dinput.c:518 +#, c-format +msgid "POV %d Y View" +msgstr "POV %d Y Görünümü" + +#: ../modules/controller-dx-dinput.c:521 +#, c-format +msgid "POV %d Return" +msgstr "POV %d Döndü" + +#: ../modules/controller-dx-dinput.c:1084 +msgid "DirectInput Events" +msgstr "Doğrudan Giriş Olayları" + +#: ../modules/controller-midi.c:164 +msgid "MIDI event controller" +msgstr "MIDI olay denetleyicisi" + +#: ../modules/controller-midi.c:203 +msgid "The name of the device to read MIDI events from." +msgstr "MIDI olaylarının okunacağı aygıtın ismi." + +#: ../modules/controller-midi.c:206 +msgid "Enter 'alsa' to use the ALSA sequencer." +msgstr "ALSA ardışımlayıcısını kullanmak için 'alsa' yazın." + +#: ../modules/controller-midi.c:221 +msgid "Channel:" +msgstr "Kanal:" + +#: ../modules/controller-midi.c:222 +msgid "" +"The MIDI channel to read events from. Set to -1 for reading from all MIDI " +"channels." msgstr "" +"Olayların okunacağı MIDI kanalı. Bütün MIDI kanallarından okumak için -1'e " +"ayarlayın." + +#: ../modules/controller-midi.c:226 +msgid "MIDI" +msgstr "MIDI" + +#: ../modules/controller-midi.c:355 +#, c-format +msgid "Note %02x on" +msgstr "Not %02x açık" + +#: ../modules/controller-midi.c:358 +#, c-format +msgid "Note %02x off" +msgstr "Not %02x kapalı" + +#: ../modules/controller-midi.c:361 +#, c-format +msgid "Controller %03d" +msgstr "Denetleyici %03d" + +#: ../modules/controller-midi.c:408 +msgid "MIDI Events" +msgstr "MIDI Olayları" + +#: ../modules/controller-midi.c:426 +msgid "GIMP" +msgstr "GIMP" + +#: ../modules/controller-midi.c:428 +msgid "GIMP MIDI Input Controller" +msgstr "GIMP MIDI Girdi Denetleyicisi" diff -Nru gimp-2.6.11/po-plug-ins/ca@valencia.po gimp-2.6.12/po-plug-ins/ca@valencia.po --- gimp-2.6.11/po-plug-ins/ca@valencia.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/ca@valencia.po 2012-01-31 13:50:15.000000000 +0000 @@ -12,10 +12,11 @@ msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-31 09:59+0200\n" +"POT-Creation-Date: 2010-10-29 00:27+0100\n" "PO-Revision-Date: 2010-03-30 18:53+0200\n" "Last-Translator: Quim Perez i Noguer \n" "Language-Team: Catalan \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -71,7 +72,7 @@ msgstr "A:" #: ../plug-ins/color-rotate/color-rotate-dialog.c:419 -#: ../plug-ins/common/file-ps.c:3231 ../plug-ins/imagemap/imap_menu.c:214 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 msgid "Gray" msgstr "Gris" @@ -301,8 +302,8 @@ #. if and how to center the image on the page #: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 -#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3247 -#: ../plug-ins/common/file-ps.c:3259 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 #: ../plug-ins/file-fits/fits.c:1045 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 @@ -662,7 +663,7 @@ #: ../plug-ins/common/blur-gauss-selective.c:211 #: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 -#: ../plug-ins/common/edge-dog.c:267 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 #: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 #: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 #: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 @@ -915,7 +916,7 @@ msgid "_Elevation:" msgstr "_Elevació:" -#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3398 +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 msgid "_X offset:" msgstr "Desplaçament en _X:" @@ -927,7 +928,7 @@ "El desplaçament es pot ajustar arrossegant la previsualització utilitzant el " "botó central del ratolí." -#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407 +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 msgid "_Y offset:" msgstr "Desplaçament en _Y:" @@ -977,7 +978,7 @@ #: ../plug-ins/common/channel-mixer.c:529 msgid "O_utput channel:" -msgstr "Canal d'ei_xida:" +msgstr "Canal de s_ortida:" # Redmode radio frame #. Redmode radio frame @@ -1051,7 +1052,7 @@ #: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541 #: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 #: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 -#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1751 #: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 #: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 #: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 @@ -1091,7 +1092,7 @@ #: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 #: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 #: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 -#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 #: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 #: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 #: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 @@ -1649,7 +1650,8 @@ #: ../plug-ins/common/color-exchange.c:309 msgid "Middle-Click Inside Preview to Pick \"From Color\"" msgstr "" -"Cliqueu amb el botó del mig dins la previsualització per triar «Des del color»" +"Cliqueu amb el botó del mig dins la previsualització per triar «Des del " +"color»" # era: msgstr "Cliqueu amb el botó del mig dins lla previsualització per triar \"Des del color\"" #: ../plug-ins/common/color-exchange.c:347 @@ -1949,7 +1951,7 @@ msgid "Composing" msgstr "S'està creant la composició" -#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1735 +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 msgid "At least one image is needed to compose" msgstr "Com a mínim cal una imatge per a compondre" @@ -1979,18 +1981,18 @@ msgid "Unable to recompose, source layer not found" msgstr "No s'ha pogut tornar a compondre, perquè no s'ha trobat la capa origen" -#: ../plug-ins/common/compose.c:1488 +#: ../plug-ins/common/compose.c:1481 msgid "Compose" msgstr "Compon" # The left frame keeps the compose type toggles #. Compose type combo -#: ../plug-ins/common/compose.c:1515 +#: ../plug-ins/common/compose.c:1508 msgid "Compose Channels" msgstr "Compon els canals" # Colormode toggle box -#: ../plug-ins/common/compose.c:1525 ../plug-ins/common/decompose.c:1515 +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 msgid "Color _model:" msgstr "_Model de color:" @@ -1999,11 +2001,11 @@ # in the left frame is changed, fill in the right part first. # Otherwise it can occur, that a non-existing label might be changed. #. Channel representation table -#: ../plug-ins/common/compose.c:1557 +#: ../plug-ins/common/compose.c:1550 msgid "Channel Representations" msgstr "Representacions dels canals" -#: ../plug-ins/common/compose.c:1620 +#: ../plug-ins/common/compose.c:1613 msgid "Mask value" msgstr "Valor de màscara" @@ -2013,7 +2015,7 @@ # era: msgstr "R_adi 2_" #: ../plug-ins/common/contrast-normalize.c:92 -#: ../plug-ins/common/edge-dog.c:359 +#: ../plug-ins/common/edge-dog.c:361 msgid "_Normalize" msgstr "_Normalitza" @@ -2259,14 +2261,14 @@ #: ../plug-ins/common/curve-bend.c:520 msgid "Bend the image using two control curves" -msgstr "Distorsionala imatge utilitzant dos corbes de control" +msgstr "Distorsionala imatge utilitzant dues corbes de control" # era: msgstr "Transformació cubísta..." #: ../plug-ins/common/curve-bend.c:541 msgid "_Curve Bend..." msgstr "_Distorsiona segons la corba..." -#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:176 +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 msgid "Can operate on layers only (but was called on channel or mask)." msgstr "Només es pot operar en les capes (però es feia en canal o màscara)." @@ -2403,7 +2405,7 @@ #: ../plug-ins/common/curve-bend.c:1451 msgid "Swap the two curves" -msgstr "Intercanvia les dos corbes" +msgstr "Intercanvia les dues corbes" #: ../plug-ins/common/curve-bend.c:1463 msgid "Reset the active curve" @@ -2597,24 +2599,24 @@ msgid "Decomposing" msgstr "S'està descomponent" -#: ../plug-ins/common/decompose.c:1480 +#: ../plug-ins/common/decompose.c:1487 msgid "Decompose" msgstr "Descompon" # parameter settings -#: ../plug-ins/common/decompose.c:1503 +#: ../plug-ins/common/decompose.c:1510 msgid "Extract Channels" msgstr "Extreu els canals" -#: ../plug-ins/common/decompose.c:1550 +#: ../plug-ins/common/decompose.c:1557 msgid "_Decompose to layers" msgstr "Descompsa en _capes" -#: ../plug-ins/common/decompose.c:1561 +#: ../plug-ins/common/decompose.c:1568 msgid "_Foreground as registration color" msgstr "_Ressalta el color del primer pla " -#: ../plug-ins/common/decompose.c:1562 +#: ../plug-ins/common/decompose.c:1569 msgid "" "Pixels in the foreground color will appear black in all output images. This " "can be used for things like crop marks that have to show up on all channels." @@ -2646,7 +2648,7 @@ #: ../plug-ins/common/depth-merge.c:184 msgid "Combine two images using depth maps (z-buffers)" -msgstr "Combina dos imatges utilitzant mapes de profunditat (z-buffers)" +msgstr "Combina dues imatges utilitzant mapes de profunditat (z-buffers)" #: ../plug-ins/common/depth-merge.c:193 msgid "_Depth Merge..." @@ -2745,7 +2747,7 @@ msgstr "Treu les bandes" #: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 -#: ../plug-ins/common/file-ps.c:3171 ../plug-ins/common/file-ps.c:3380 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 #: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 #: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 #: ../plug-ins/imagemap/imap_cmd_guides.c:165 @@ -2880,31 +2882,31 @@ msgid "_Black" msgstr "_Negre" -#: ../plug-ins/common/edge-dog.c:133 +#: ../plug-ins/common/edge-dog.c:135 msgid "Edge detection with control of edge thickness" msgstr "Detecta les vores segons la mida de les vores" -#: ../plug-ins/common/edge-dog.c:140 +#: ../plug-ins/common/edge-dog.c:142 msgid "_Difference of Gaussians..." msgstr "_Diferència de gaussians..." -#: ../plug-ins/common/edge-dog.c:243 ../plug-ins/common/edge-dog.c:300 +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 msgid "DoG Edge Detect" msgstr "Detecció de vora DoG" -#: ../plug-ins/common/edge-dog.c:329 +#: ../plug-ins/common/edge-dog.c:331 msgid "Smoothing Parameters" msgstr "Paràmetres de suavitzat" -#: ../plug-ins/common/edge-dog.c:343 +#: ../plug-ins/common/edge-dog.c:345 msgid "_Radius 1:" msgstr "_Radi 1:" -#: ../plug-ins/common/edge-dog.c:347 +#: ../plug-ins/common/edge-dog.c:349 msgid "R_adius 2:" msgstr "R_adi 2:" -#: ../plug-ins/common/edge-dog.c:370 ../plug-ins/gimpressionist/paper.c:167 +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 msgid "_Invert" msgstr "_Inverteix" @@ -3067,7 +3069,7 @@ msgstr "Grava amb franges negres" #: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 -#: ../plug-ins/common/file-ps.c:3181 ../plug-ins/common/file-ps.c:3389 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 #: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 #: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 #: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 @@ -3145,7 +3147,7 @@ #: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 #: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 #: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 -#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:982 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 #: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 #: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 #: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 @@ -3198,7 +3200,7 @@ #. #: ../plug-ins/common/file-csource.c:707 msgid "_Save comment to file" -msgstr "Al_ça el comentari al fitxer" +msgstr "De_sa el comentari al fitxer" # GLib types #. GLib types @@ -3276,8 +3278,8 @@ #, c-format msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" msgstr "" -"Les dades de la capçalera no són vàlides a «%s»: amplada = %lu, alçada = %lu, " -"bytes = %lu" +"Les dades de la capçalera no són vàlides a «%s»: amplada = %lu, alçada = " +"%lu, bytes = %lu" #: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 msgid "Unsupported brush format" @@ -3371,8 +3373,8 @@ "Unable to save '%s'. The GIF file format does not support images that are " "more than %d pixels wide or tall." msgstr "" -"No s'ha pogut alçar «%s». El format de fitxer GIF no permet imatges de més de " -"%d píxels d'amplada o alçada." +"No s'ha pogut alçar «%s». El format de fitxer GIF no permet imatges de més " +"de %d píxels d'amplada o alçada." #: ../plug-ins/common/file-gif-save.c:673 msgid "" @@ -3688,7 +3690,7 @@ # * transparency & just use the full palette #. Inform the user that we couldn't losslessly save the #. * transparency & just use the full palette -#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1760 +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 msgid "Couldn't losslessly save transparency, saving opacity instead." msgstr "" "No s'ha pogut alçar la transparència sense pèrdues. S'alçarà l'opacitat." @@ -3765,7 +3767,7 @@ msgid "PNG compression level:" msgstr "Nivell de compressió PNG:" -#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1908 +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 msgid "Choose a high compression level for small file size" msgstr "Trieu un nivell de compressió alt per a una mida de fitxer petita" @@ -3800,7 +3802,8 @@ #: ../plug-ins/common/file-pat.c:371 #, c-format msgid "Invalid UTF-8 string in pattern file '%s'." -msgstr "S'ha trobat una cadena de text UTF-8 invàlida al fitxer del patró «%s»." +msgstr "" +"S'ha trobat una cadena de text UTF-8 invàlida al fitxer del patró «%s»." #: ../plug-ins/common/file-pat.c:543 msgid "Save as Pattern" @@ -3890,7 +3893,7 @@ msgid "Import from PDF" msgstr "Importa d'un PDF" -#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3100 +#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3102 #: ../plug-ins/common/file-tiff-load.c:483 msgid "_Import" msgstr "_Importa" @@ -3946,58 +3949,58 @@ "El fitxer PNG especifica un desplaçament que ha causat que la capa es " "posicioni fora de la imatge." -#: ../plug-ins/common/file-png.c:1254 +#: ../plug-ins/common/file-png.c:1255 #, c-format msgid "Error while saving '%s'. Could not save image." msgstr "S'ha produït un error en alçar «%s». No s'ha pogut alçar la imatge." -#: ../plug-ins/common/file-png.c:1785 +#: ../plug-ins/common/file-png.c:1786 msgid "Save as PNG" msgstr "Alça com a PNG" -#: ../plug-ins/common/file-png.c:1817 +#: ../plug-ins/common/file-png.c:1818 msgid "_Interlacing (Adam7)" msgstr "_Entrellaçat (Adam7)" -#: ../plug-ins/common/file-png.c:1828 +#: ../plug-ins/common/file-png.c:1829 msgid "Save _background color" msgstr "Alça el color de _fons" -#: ../plug-ins/common/file-png.c:1836 +#: ../plug-ins/common/file-png.c:1837 msgid "Save _gamma" msgstr "Alça la _gamma" -#: ../plug-ins/common/file-png.c:1846 +#: ../plug-ins/common/file-png.c:1847 msgid "Save layer o_ffset" msgstr "Alça el des_plaçament de la capa" -#: ../plug-ins/common/file-png.c:1855 +#: ../plug-ins/common/file-png.c:1856 msgid "Save _resolution" msgstr "Alça la _resolució" -#: ../plug-ins/common/file-png.c:1865 +#: ../plug-ins/common/file-png.c:1866 msgid "Save creation _time" msgstr "Alça el momen_t de creació" -#: ../plug-ins/common/file-png.c:1874 +#: ../plug-ins/common/file-png.c:1875 msgid "Save comme_nt" msgstr "Alça el come_ntari" -#: ../plug-ins/common/file-png.c:1890 +#: ../plug-ins/common/file-png.c:1891 msgid "Save color _values from transparent pixels" msgstr "Alça els _valors de color dels píxels transparents" -#: ../plug-ins/common/file-png.c:1904 +#: ../plug-ins/common/file-png.c:1905 msgid "Co_mpression level:" msgstr "Nivell de co_mpressió:" -#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1186 +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 msgid "_Load Defaults" msgstr "Carrega va_lors per defecte" -#: ../plug-ins/common/file-png.c:1930 +#: ../plug-ins/common/file-png.c:1931 msgid "S_ave Defaults" -msgstr "Al_ça valors per defecte" +msgstr "De_sa valors per defecte" #: ../plug-ins/common/file-pnm.c:248 msgid "PNM Image" @@ -4098,7 +4101,7 @@ msgstr "" "La funció d'alçar del PostScript no pot gestionar imatges amb canals alfa" -#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1763 +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 #, c-format msgid "" "Error starting Ghostscript. Make sure that Ghostscript is installed and - if " @@ -4111,109 +4114,109 @@ "li al GIMP on es troba.\n" "(%s)" -#: ../plug-ins/common/file-ps.c:1930 ../plug-ins/common/file-tiff-load.c:999 +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 #, c-format msgid "Page %d" msgstr "Pàgina %d" -#: ../plug-ins/common/file-ps.c:2600 ../plug-ins/common/file-ps.c:2733 -#: ../plug-ins/common/file-ps.c:2885 ../plug-ins/common/file-ps.c:3011 +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 #: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 #: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 msgid "Write error occurred" msgstr "S'ha produït un error d'escriptura" -#: ../plug-ins/common/file-ps.c:3095 +#: ../plug-ins/common/file-ps.c:3097 msgid "Import from PostScript" msgstr "Importa del PostScript" #. Rendering -#: ../plug-ins/common/file-ps.c:3138 +#: ../plug-ins/common/file-ps.c:3140 msgid "Rendering" msgstr "S'està generant la imatge" # era: msgstr "S'està generant una visualització realista" #. Resolution -#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:929 +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 #: ../plug-ins/common/file-wmf.c:692 msgid "Resolution:" msgstr "Resolució:" -#: ../plug-ins/common/file-ps.c:3193 +#: ../plug-ins/common/file-ps.c:3195 msgid "Pages:" msgstr "Pàgines:" -#: ../plug-ins/common/file-ps.c:3200 +#: ../plug-ins/common/file-ps.c:3202 msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" msgstr "Pàgines a carregar (p.ex. 1-4 o 1,3,5-7)" -#: ../plug-ins/common/file-ps.c:3204 ../plug-ins/common/sphere-designer.c:2643 +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2643 msgid "Layers" msgstr "Capes" -#: ../plug-ins/common/file-ps.c:3206 +#: ../plug-ins/common/file-ps.c:3208 msgid "Images" msgstr "Imatge" -#: ../plug-ins/common/file-ps.c:3209 +#: ../plug-ins/common/file-ps.c:3211 msgid "Open as" msgstr "Obri com a" -#: ../plug-ins/common/file-ps.c:3213 +#: ../plug-ins/common/file-ps.c:3215 msgid "Try Bounding Box" msgstr "Intenta delimitar el quadre" #. Colouring -#: ../plug-ins/common/file-ps.c:3226 +#: ../plug-ins/common/file-ps.c:3228 msgid "Coloring" msgstr "Acoloriment" # era: msgstr "S'està acolorint" -#: ../plug-ins/common/file-ps.c:3230 +#: ../plug-ins/common/file-ps.c:3232 msgid "B/W" msgstr "B/N" -#: ../plug-ins/common/file-ps.c:3232 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 #: ../plug-ins/gimpressionist/color.c:66 #: ../plug-ins/gimpressionist/general.c:170 #: ../plug-ins/imagemap/imap_menu.c:213 msgid "Color" msgstr "Color" -#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/file-fits/fits.c:1033 +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 msgid "Automatic" msgstr "Automàtic" -#: ../plug-ins/common/file-ps.c:3243 +#: ../plug-ins/common/file-ps.c:3245 msgid "Text antialiasing" msgstr "Suavitza les vores del text" -#: ../plug-ins/common/file-ps.c:3248 ../plug-ins/common/file-ps.c:3260 +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 msgid "Weak" msgstr "Feble" -#: ../plug-ins/common/file-ps.c:3249 ../plug-ins/common/file-ps.c:3261 +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 msgid "Strong" msgstr "Fort" -#: ../plug-ins/common/file-ps.c:3255 +#: ../plug-ins/common/file-ps.c:3257 msgid "Graphic antialiasing" msgstr "Suavitza les vores de la imatge" -#: ../plug-ins/common/file-ps.c:3333 +#: ../plug-ins/common/file-ps.c:3335 msgid "Save as PostScript" msgstr "Alça com a PostScript" #. Image Size -#: ../plug-ins/common/file-ps.c:3364 +#: ../plug-ins/common/file-ps.c:3366 msgid "Image Size" msgstr "Mida de la imatge" -#: ../plug-ins/common/file-ps.c:3413 +#: ../plug-ins/common/file-ps.c:3415 msgid "_Keep aspect ratio" msgstr "_Conserva la relació d'aspecte" -#: ../plug-ins/common/file-ps.c:3419 +#: ../plug-ins/common/file-ps.c:3421 msgid "" "When toggled, the resulting image will be scaled to fit into the given size " "without changing the aspect ratio." @@ -4222,43 +4225,43 @@ "donada sense canviar la relació d'aspecte." #. Unit -#: ../plug-ins/common/file-ps.c:3429 +#: ../plug-ins/common/file-ps.c:3431 msgid "Unit" msgstr "Unitat" -#: ../plug-ins/common/file-ps.c:3433 +#: ../plug-ins/common/file-ps.c:3435 msgid "_Inch" msgstr "_Polzada" -#: ../plug-ins/common/file-ps.c:3434 +#: ../plug-ins/common/file-ps.c:3436 msgid "_Millimeter" msgstr "_Mil·límetre" # Rotation #. Rotation -#: ../plug-ins/common/file-ps.c:3445 +#: ../plug-ins/common/file-ps.c:3447 #: ../plug-ins/map-object/map-object-ui.c:1035 msgid "Rotation" msgstr "Rotació" #. Format -#: ../plug-ins/common/file-ps.c:3460 +#: ../plug-ins/common/file-ps.c:3462 msgid "Output" msgstr "Eixida" -#: ../plug-ins/common/file-ps.c:3466 +#: ../plug-ins/common/file-ps.c:3468 msgid "_PostScript level 2" msgstr "_PostScript nivell 2" -#: ../plug-ins/common/file-ps.c:3475 +#: ../plug-ins/common/file-ps.c:3477 msgid "_Encapsulated PostScript" msgstr "PostScript _encapsulat" -#: ../plug-ins/common/file-ps.c:3484 +#: ../plug-ins/common/file-ps.c:3486 msgid "P_review" msgstr "P_revisualitza" -#: ../plug-ins/common/file-ps.c:3505 +#: ../plug-ins/common/file-ps.c:3507 msgid "Preview _size:" msgstr "Mida de previ_sualització:" @@ -4562,25 +4565,25 @@ msgid "Cannot read header from '%s'" msgstr "No s'ha pogut llegir la capçalera de «%s»" -#: ../plug-ins/common/file-tga.c:1368 +#: ../plug-ins/common/file-tga.c:1370 msgid "Save as TGA" msgstr "Alça com a TGA" # rle #. rle -#: ../plug-ins/common/file-tga.c:1391 +#: ../plug-ins/common/file-tga.c:1393 msgid "_RLE compression" msgstr "Compressió _RLE" -#: ../plug-ins/common/file-tga.c:1405 +#: ../plug-ins/common/file-tga.c:1407 msgid "Or_igin:" msgstr "Or_igen:" -#: ../plug-ins/common/file-tga.c:1409 +#: ../plug-ins/common/file-tga.c:1411 msgid "Bottom left" msgstr "Inferior esquerre" -#: ../plug-ins/common/file-tga.c:1410 +#: ../plug-ins/common/file-tga.c:1412 msgid "Top left" msgstr "Superior esquerre" @@ -7653,8 +7656,8 @@ msgstr "" "Este camp és un suggeriment per a les entrades de camps numèrics. Especifica " "quants dígits decimals hauria de proveir el camp d'entrada per obtindre " -"aproximadament la mateixa precisió que una entrada del camp «polzada» amb dos " -"dígits decimals." +"aproximadament la mateixa precisió que una entrada del camp «polzada» amb " +"dos dígits decimals." #: ../plug-ins/common/unit-editor.c:104 msgid "Symbol" @@ -8341,7 +8344,8 @@ #: ../plug-ins/file-bmp/bmp-read.c:397 #, c-format msgid "Error reading BMP file header from '%s'" -msgstr "S'ha produït un error en llegir la capçalera del fitxer BMP des de «%s»" +msgstr "" +"S'ha produït un error en llegir la capçalera del fitxer BMP des de «%s»" #: ../plug-ins/file-bmp/bmp-read.c:590 msgid "Unrecognized or invalid BMP compression format." @@ -8365,27 +8369,27 @@ msgid "Alpha channel will be ignored." msgstr "El canal alfa s'ignorarà." -#: ../plug-ins/file-bmp/bmp-write.c:793 +#: ../plug-ins/file-bmp/bmp-write.c:794 msgid "Save as BMP" msgstr "Alça com a BMP" -#: ../plug-ins/file-bmp/bmp-write.c:816 +#: ../plug-ins/file-bmp/bmp-write.c:817 msgid "_Run-Length Encoded" msgstr "Codificació _Run-Lenght" -#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:900 +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 msgid "_Advanced Options" msgstr "Opcions _avançades" -#: ../plug-ins/file-bmp/bmp-write.c:843 +#: ../plug-ins/file-bmp/bmp-write.c:844 msgid "16 bits" msgstr "16 bits" -#: ../plug-ins/file-bmp/bmp-write.c:879 +#: ../plug-ins/file-bmp/bmp-write.c:880 msgid "24 bits" msgstr "24 bits" -#: ../plug-ins/file-bmp/bmp-write.c:896 +#: ../plug-ins/file-bmp/bmp-write.c:897 msgid "32 bits" msgstr "32 bits" @@ -8660,7 +8664,7 @@ #: ../plug-ins/file-jpeg/jpeg-save.c:1195 msgid "Sa_ve Defaults" -msgstr "Al_ça com a valors per defecte" +msgstr "De_sa com a valors per defecte" #: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175 msgid "JPEG image" @@ -8791,8 +8795,8 @@ "Unable to save '%s'. The PSD file format does not support images that are " "more than 30,000 pixels wide or tall." msgstr "" -"No s'ha pogut alçar «%s». El format de fitxer PSD no permet imatges de més de " -"30.000 píxels d'amplada o alçada." +"No s'ha pogut alçar «%s». El format de fitxer PSD no permet imatges de més " +"de 30.000 píxels d'amplada o alçada." #: ../plug-ins/file-psd/psd-save.c:1620 #, c-format @@ -8800,8 +8804,8 @@ "Unable to save '%s'. The PSD file format does not support images with " "layers that are more than 30,000 pixels wide or tall." msgstr "" -"No s'ha pogut alçar «%s». El format de fitxer PSD no permet imatges amb capes " -"de més de 30.000 píxels d'amplada o alçada." +"No s'ha pogut alçar «%s». El format de fitxer PSD no permet imatges amb " +"capes de més de 30.000 píxels d'amplada o alçada." #: ../plug-ins/file-psd/psd-util.c:51 msgid "Unexpected end of file" diff -Nru gimp-2.6.11/po-plug-ins/da.po gimp-2.6.12/po-plug-ins/da.po --- gimp-2.6.11/po-plug-ins/da.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/da.po 2012-01-31 13:50:15.000000000 +0000 @@ -4,6 +4,7 @@ # Birger Langkjer , 2000. # Keld Simonsen , 2000. # Ole Laursen , 2001, 02, 03, 04. +# Gitte Illum , 2011 # # Se ../po/da.po for en konventionsliste til hele Gimp'en. # @@ -32,5951 +33,4103 @@ msgstr "" "Project-Id-Version: GIMP plug-ins /gnome-cvs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-28 15:41+0100\n" -"PO-Revision-Date: 2004-03-21 20:57+0100\n" -"Last-Translator: Ole Laursen \n" -"Language-Team: Danish \n" +"POT-Creation-Date: 2011-04-21 11:43+0200\n" +"PO-Revision-Date: 2011-04-19 13:42+0100\n" +"Last-Translator: Gitte Illum Petersen \n" +"Language-Team: dansk-gruppen \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Danish\n" +"X-Poedit-Country: DENMARK\n" -#: plug-ins/FractalExplorer/Dialogs.c:523 plug-ins/gfig/gfig-dialog.c:283 -#: plug-ins/gflare/gflare.c:891 -#, c-format -msgid "" -"No %s in gimprc:\n" -"You need to add an entry like\n" -"(%s \"%s\")\n" -"to your %s file." -msgstr "" -"Ingen %s i gimprc:\n" -"Du skal tilføje en linje som\n" -"(%s \"%s\")\n" -"til din %s-fil." - -#: plug-ins/FractalExplorer/Dialogs.c:543 -#: plug-ins/FractalExplorer/Dialogs.c:1647 plug-ins/imagemap/imap_about.c:39 -#: plug-ins/print/gimp_main_window.c:367 -msgid "About" -msgstr "Om" - -#: plug-ins/FractalExplorer/Dialogs.c:608 -msgid "Realtime Preview" -msgstr "Realtidsminiature" - -#: plug-ins/FractalExplorer/Dialogs.c:615 -msgid "If you enable this option the preview will be redrawn automatically" -msgstr "" -"Ved denne funktion er slået til, bliver miniaturen gentegnet automatisk" - -#: plug-ins/FractalExplorer/Dialogs.c:618 -msgid "Redraw" -msgstr "Gentegn" - -#: plug-ins/FractalExplorer/Dialogs.c:624 -msgid "Redraw preview" -msgstr "Gentegn miniature" - -#. Zoom Options -#: plug-ins/FractalExplorer/Dialogs.c:627 plug-ins/imagemap/imap_popup.c:146 -msgid "Zoom" -msgstr "Zoom" - -#: plug-ins/FractalExplorer/Dialogs.c:655 -msgid "Undo last zoom" -msgstr "Fortryd sidste zoom" - -#: plug-ins/FractalExplorer/Dialogs.c:665 -msgid "Redo last zoom" -msgstr "Gentag sidste zoom" - -#: plug-ins/FractalExplorer/Dialogs.c:680 -msgid "_Parameters" -msgstr "_Parametre" - -#: plug-ins/FractalExplorer/Dialogs.c:683 -msgid "Fractal Parameters" -msgstr "Fraktalparametre" - -#: plug-ins/FractalExplorer/Dialogs.c:696 -msgid "XMIN:" -msgstr "x-min:" - -#: plug-ins/FractalExplorer/Dialogs.c:699 -msgid "Change the first (minimal) x-coordinate delimitation" -msgstr "Ændr den første (minimale) x-koordinatsbegrænsning" - -#: plug-ins/FractalExplorer/Dialogs.c:707 -msgid "XMAX:" -msgstr "x-maks:" - -#: plug-ins/FractalExplorer/Dialogs.c:710 -msgid "Change the second (maximal) x-coordinate delimitation" -msgstr "Ændr den anden (maksimale) x-koordinatsbegrænsning" - -#: plug-ins/FractalExplorer/Dialogs.c:718 -msgid "YMIN:" -msgstr "y-min:" - -#: plug-ins/FractalExplorer/Dialogs.c:721 -msgid "Change the first (minimal) y-coordinate delimitation" -msgstr "Ændr den første (minimale) y-koordinatsbegrænsning" - -#: plug-ins/FractalExplorer/Dialogs.c:729 -msgid "YMAX:" -msgstr "y-maks:" - -#: plug-ins/FractalExplorer/Dialogs.c:732 -msgid "Change the second (maximal) y-coordinate delimitation" -msgstr "Ændr den anden (maksimale) y-koordinatsbegrænsning" - -#: plug-ins/FractalExplorer/Dialogs.c:740 -msgid "ITER:" -msgstr "Iter:" - -#: plug-ins/FractalExplorer/Dialogs.c:743 -msgid "" -"Change the iteration value. The higher it is, the more details will be " -"calculated, which will take more time" -msgstr "" -"Ændr iterationsværdien. Jo højere den er, desto flere detaljer bliver " -"beregnet hvilket tager længere tid" - -#: plug-ins/FractalExplorer/Dialogs.c:752 -msgid "CX:" -msgstr "cx:" - -#: plug-ins/FractalExplorer/Dialogs.c:755 -msgid "" -"Change the CX value (changes aspect of fractal, active with every fractal " -"but Mandelbrot and Sierpinski)" -msgstr "" -"Ændr cx-værdien (ændrer fraktalens aspekt, gælder for alle fraktaler " -"undtagen Mandelbrot og Sierpinski)" - -#: plug-ins/FractalExplorer/Dialogs.c:764 -msgid "CY:" -msgstr "cy:" - -#: plug-ins/FractalExplorer/Dialogs.c:767 -msgid "" -"Change the CY value (changes aspect of fractal, active with every fractal " -"but Mandelbrot and Sierpinski)" -msgstr "" -"Ændr cy-værdien (ændrer fraktalens aspekt, gælder for alle fraktaler " -"undtagen Mandelbrot og Sierpinski)" - -#: plug-ins/FractalExplorer/Dialogs.c:784 -msgid "Load a fractal from file" -msgstr "Indlæs en fraktal fra en fil" - -#: plug-ins/FractalExplorer/Dialogs.c:792 -msgid "Reset parameters to default values" -msgstr "Nulstil til standardværdier" - -#: plug-ins/FractalExplorer/Dialogs.c:801 -msgid "Save active fractal to file" -msgstr "Gem aktuel fraktal i fil" - -#. Fractal type toggle box -#: plug-ins/FractalExplorer/Dialogs.c:804 -msgid "Fractal Type" -msgstr "Fraktaltype" - -#: plug-ins/FractalExplorer/Dialogs.c:817 -msgid "Mandelbrot" -msgstr "Mandelbrot" - -#: plug-ins/FractalExplorer/Dialogs.c:819 -msgid "Julia" -msgstr "Julia" - -#: plug-ins/FractalExplorer/Dialogs.c:821 -msgid "Barnsley 1" -msgstr "Barnsley 1" - -#: plug-ins/FractalExplorer/Dialogs.c:823 -msgid "Barnsley 2" -msgstr "Barnsley 2" - -#: plug-ins/FractalExplorer/Dialogs.c:825 -msgid "Barnsley 3" -msgstr "Barnsley 3" - -#: plug-ins/FractalExplorer/Dialogs.c:827 -msgid "Spider" -msgstr "Edderkop" - -#: plug-ins/FractalExplorer/Dialogs.c:829 -msgid "Man'o'war" -msgstr "Man'o'war" - -#: plug-ins/FractalExplorer/Dialogs.c:831 -msgid "Lambda" -msgstr "Lambda" - -#: plug-ins/FractalExplorer/Dialogs.c:833 -msgid "Sierpinski" -msgstr "Sierpinski" - -#: plug-ins/FractalExplorer/Dialogs.c:879 plug-ins/common/sinus.c:879 -msgid "Co_lors" -msgstr "Fa_rver" - -#. Number of Colors frame -#: plug-ins/FractalExplorer/Dialogs.c:883 plug-ins/common/borderaverage.c:405 -msgid "Number of Colors" -msgstr "Antal farver" - -#: plug-ins/FractalExplorer/Dialogs.c:895 -msgid "Number of colors:" -msgstr "Antal farver:" - -#: plug-ins/FractalExplorer/Dialogs.c:898 -msgid "Change the number of colors in the mapping" -msgstr "Ændr antallet af farver i afbildningen" - -#: plug-ins/FractalExplorer/Dialogs.c:905 -msgid "Use loglog smoothing" -msgstr "Brug loglog-udjævning" - -#: plug-ins/FractalExplorer/Dialogs.c:912 -msgid "Use log log smoothing to eliminate \"banding\" in the result" -msgstr "Benyt log log-udglatning for at forhindre streger i resultatet" - -#. Color Density frame -#: plug-ins/FractalExplorer/Dialogs.c:916 -msgid "Color Density" -msgstr "Farvetæthed" - -#. These values are translated for the GUI but also used internally -#. to figure out which button the user pushed, etc. -#. Not my design, please don't blame me -- njl -#: plug-ins/FractalExplorer/Dialogs.c:928 plug-ins/common/compose.c:128 -#: plug-ins/common/compose.c:138 plug-ins/common/fp.c:217 -msgid "Red:" -msgstr "Rød:" - -#: plug-ins/FractalExplorer/Dialogs.c:931 -msgid "Change the intensity of the red channel" -msgstr "Ændr intensitet af den røde kanal" - -#: plug-ins/FractalExplorer/Dialogs.c:938 plug-ins/common/compose.c:129 -#: plug-ins/common/compose.c:139 plug-ins/common/fp.c:218 -msgid "Green:" -msgstr "Grøn:" - -#: plug-ins/FractalExplorer/Dialogs.c:941 -msgid "Change the intensity of the green channel" -msgstr "Ændr intensitet af den grønne kanal" - -#: plug-ins/FractalExplorer/Dialogs.c:948 plug-ins/common/compose.c:130 -#: plug-ins/common/compose.c:140 plug-ins/common/fp.c:219 -msgid "Blue:" -msgstr "Blå:" - -#: plug-ins/FractalExplorer/Dialogs.c:951 -msgid "Change the intensity of the blue channel" -msgstr "Ændr intensitet af den blå kanal" - -#. Color Function frame -#: plug-ins/FractalExplorer/Dialogs.c:957 -msgid "Color Function" -msgstr "Farvefunktion" - -#. Redmode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:966 plug-ins/common/channel_mixer.c:523 -#: plug-ins/common/decompose.c:133 -msgid "Red" -msgstr "Rød" - -#: plug-ins/FractalExplorer/Dialogs.c:970 -#: plug-ins/FractalExplorer/Dialogs.c:1011 -#: plug-ins/FractalExplorer/Dialogs.c:1052 -msgid "Sine" -msgstr "Sinus" - -#: plug-ins/FractalExplorer/Dialogs.c:972 -#: plug-ins/FractalExplorer/Dialogs.c:1013 -#: plug-ins/FractalExplorer/Dialogs.c:1054 -msgid "Cosine" -msgstr "Cosinus" - -#: plug-ins/FractalExplorer/Dialogs.c:974 -#: plug-ins/FractalExplorer/Dialogs.c:1015 -#: plug-ins/FractalExplorer/Dialogs.c:1056 plug-ins/Lighting/lighting_ui.c:369 -#: plug-ins/common/CML_explorer.c:168 plug-ins/common/align_layers.c:416 -#: plug-ins/common/align_layers.c:447 plug-ins/common/postscript.c:3019 -#: plug-ins/common/postscript.c:3031 plug-ins/common/psp.c:416 -#: plug-ins/fits/fits.c:1012 -msgid "None" -msgstr "Ingen" - -#: plug-ins/FractalExplorer/Dialogs.c:979 -#: plug-ins/FractalExplorer/Dialogs.c:1020 -#: plug-ins/FractalExplorer/Dialogs.c:1061 -msgid "Use sine-function for this color component" -msgstr "Brug sinus-funktionen til denne farvekomponent" - -#: plug-ins/FractalExplorer/Dialogs.c:982 -#: plug-ins/FractalExplorer/Dialogs.c:1023 -#: plug-ins/FractalExplorer/Dialogs.c:1064 -msgid "Use cosine-function for this color component" -msgstr "Brug cosinus-funktionen til denne farvekomponent" - -# 'any' kan ikke oversættes med enhver her -#: plug-ins/FractalExplorer/Dialogs.c:985 -#: plug-ins/FractalExplorer/Dialogs.c:1026 -#: plug-ins/FractalExplorer/Dialogs.c:1067 -msgid "" -"Use linear mapping instead of any trigonometrical function for this color " -"channel" -msgstr "" -"Benyt lineær afbildning i stedet for en trigonometrisk funktion til denne " -"farvekanal" - -#: plug-ins/FractalExplorer/Dialogs.c:994 -#: plug-ins/FractalExplorer/Dialogs.c:1035 -#: plug-ins/FractalExplorer/Dialogs.c:1076 -msgid "Inversion" -msgstr "Invertering" - -#: plug-ins/FractalExplorer/Dialogs.c:1002 -#: plug-ins/FractalExplorer/Dialogs.c:1043 -#: plug-ins/FractalExplorer/Dialogs.c:1084 -msgid "" -"If you enable this option higher color values will be swapped with lower " -"ones and vice versa" -msgstr "" -"Når denne funktion er slået til, vil højere farveværdier blive byttet om med " -"lavere og omvendt" - -#. Greenmode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:1007 plug-ins/common/channel_mixer.c:528 -#: plug-ins/common/decompose.c:134 -msgid "Green" -msgstr "Grøn" - -#. Bluemode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:1048 plug-ins/common/channel_mixer.c:533 -#: plug-ins/common/decompose.c:139 -msgid "Blue" -msgstr "Blå" - -#. Colormode toggle box -#: plug-ins/FractalExplorer/Dialogs.c:1089 -msgid "Color Mode" -msgstr "Farvetilstand" - -#: plug-ins/FractalExplorer/Dialogs.c:1098 -msgid "As specified above" -msgstr "Som angivet ovenfor" - -#: plug-ins/FractalExplorer/Dialogs.c:1110 -msgid "" -"Create a color-map with the options you specified above (color density/" -"function). The result is visible in the preview image" -msgstr "" -"Opret en farvetabel med de ovenfor angivne indstillinger (farvetæthed/-" -"funktion). Resultatet kan ses i miniaturebilledet." - -#: plug-ins/FractalExplorer/Dialogs.c:1120 -msgid "Apply active gradient to final image" -msgstr "Tilføj aktiv farveovergang på det endelige billede" - -#: plug-ins/FractalExplorer/Dialogs.c:1132 -msgid "Create a color-map using a gradient from the gradient editor" -msgstr "" -"Opret en farvetabel ved at bruge en overgang fra farveovergangsredigeringen" - -#: plug-ins/FractalExplorer/Dialogs.c:1143 -msgid "FractalExplorer Gradient" -msgstr "Fraktaludforskerovergang" - -#: plug-ins/FractalExplorer/Dialogs.c:1173 -msgid "_Fractals" -msgstr "_Fraktaler" - -#: plug-ins/FractalExplorer/Dialogs.c:1796 -#: plug-ins/Lighting/lighting_ui.c:1109 plug-ins/bmp/bmpwrite.c:198 -#: plug-ins/common/CEL.c:577 plug-ins/common/CML_explorer.c:2001 -#: plug-ins/common/channel_mixer.c:1044 plug-ins/common/compressor.c:404 -#: plug-ins/common/compressor.c:535 plug-ins/common/curve_bend.c:866 -#: plug-ins/common/dicom.c:647 plug-ins/common/gbr.c:586 -#: plug-ins/common/gif.c:994 plug-ins/common/gih.c:1254 -#: plug-ins/common/gtm.c:225 plug-ins/common/jpeg.c:1496 -#: plug-ins/common/mng.c:557 plug-ins/common/mng.c:941 -#: plug-ins/common/pat.c:433 plug-ins/common/pcx.c:585 -#: plug-ins/common/pix.c:515 plug-ins/common/png.c:1178 -#: plug-ins/common/pnm.c:809 plug-ins/common/postscript.c:1123 -#: plug-ins/common/psd_save.c:1588 plug-ins/common/raw.c:517 -#: plug-ins/common/raw.c:544 plug-ins/common/spheredesigner.c:2088 -#: plug-ins/common/sunras.c:513 plug-ins/common/tga.c:1030 -#: plug-ins/common/tiff.c:1810 plug-ins/common/xbm.c:996 -#: plug-ins/common/xwd.c:577 plug-ins/fits/fits.c:450 -#: plug-ins/flame/flame.c:443 plug-ins/gfig/gfig.c:783 -#: plug-ins/gfli/gfli.c:715 plug-ins/ifscompose/ifscompose.c:2395 -#: plug-ins/winicon/icosave.c:243 plug-ins/xjt/xjt.c:1263 -#: plug-ins/xjt/xjt.c:1702 -#, c-format -msgid "Could not open '%s' for writing: %s" -msgstr "Kan ikke åbne '%s' til skrivning: %s" - -#: plug-ins/FractalExplorer/Dialogs.c:1810 -#, c-format -msgid "Could not write '%s': %s" -msgstr "Kunne ikke skrive '%s': %s" - -#: plug-ins/FractalExplorer/Dialogs.c:1863 -msgid "Load Fractal Parameters" -msgstr "Indlæs fraktalparametere" - -#: plug-ins/FractalExplorer/Dialogs.c:1894 -msgid "Save Fractal Parameters" -msgstr "Gem fraktalparametre" - -#. Do not rely on librsvg setting GError on failure! -#. stat error (file does not exist) -#: plug-ins/FractalExplorer/Dialogs.c:2094 -#: plug-ins/Lighting/lighting_ui.c:1247 plug-ins/bmp/bmpread.c:153 -#: plug-ins/common/CEL.c:305 plug-ins/common/CML_explorer.c:2216 -#: plug-ins/common/channel_mixer.c:966 plug-ins/common/curve_bend.c:918 -#: plug-ins/common/dicom.c:290 plug-ins/common/gbr.c:327 -#: plug-ins/common/gifload.c:296 plug-ins/common/gih.c:648 -#: plug-ins/common/jpeg.c:934 plug-ins/common/jpeg.c:2549 -#: plug-ins/common/mng.c:1112 plug-ins/common/pat.c:300 -#: plug-ins/common/pcx.c:302 plug-ins/common/pix.c:332 -#: plug-ins/common/png.c:674 plug-ins/common/pnm.c:432 -#: plug-ins/common/postscript.c:990 plug-ins/common/psd.c:1759 -#: plug-ins/common/psp.c:1457 plug-ins/common/raw.c:230 -#: plug-ins/common/raw.c:635 plug-ins/common/spheredesigner.c:1990 -#: plug-ins/common/sunras.c:382 plug-ins/common/svg.c:311 -#: plug-ins/common/svg.c:694 plug-ins/common/tga.c:415 -#: plug-ins/common/tiff.c:510 plug-ins/common/xbm.c:719 -#: plug-ins/common/xwd.c:422 plug-ins/faxg3/faxg3.c:220 -#: plug-ins/fits/fits.c:337 plug-ins/flame/flame.c:412 -#: plug-ins/gfig/gfig.c:431 plug-ins/gfli/gfli.c:424 plug-ins/gfli/gfli.c:460 -#: plug-ins/help/domain.c:421 plug-ins/winicon/icoload.c:126 -#: plug-ins/xjt/xjt.c:2526 plug-ins/xjt/xjt.c:2534 -#, c-format -msgid "Could not open '%s' for reading: %s" -msgstr "Kan ikke åbne '%s' til læsning: %s" - -#: plug-ins/FractalExplorer/Dialogs.c:2102 -#, c-format -msgid "'%s' is not a FractalExplorer file" -msgstr "'%s' er ikke en Fraktaludforsker-fil" - -#: plug-ins/FractalExplorer/Dialogs.c:2108 -#, c-format -msgid "'%s' is corrupt. Line %d Option section incorrect" -msgstr "'%s' er beskadiget. Linje %d-sektionen er ikke korrekt" - -#: plug-ins/FractalExplorer/FractalExplorer.c:269 -#, fuzzy -msgid "_Fractal Explorer..." -msgstr "Tilføj sti for Fraktaludforsker" - -#: plug-ins/FractalExplorer/FractalExplorer.c:400 -msgid "Rendering Fractal..." -msgstr "Genererer fraktal..." - -#: plug-ins/FractalExplorer/FractalExplorer.c:772 -#: plug-ins/gflare/gflare.c:3128 -#, c-format -msgid "Are you sure you want to delete \"%s\" from the list and from disk?" -msgstr "" -"Er du sikker på at du ønsker at slette \"%s\" fra listen og fra disken?" - -#: plug-ins/FractalExplorer/FractalExplorer.c:776 -msgid "Delete Fractal" -msgstr "Slet fraktal" - -#. the dialog -#: plug-ins/FractalExplorer/FractalExplorer.c:853 -msgid "Edit fractal name" -msgstr "Redigér fraktalnavn" - -#: plug-ins/FractalExplorer/FractalExplorer.c:879 -msgid "Fractal name:" -msgstr "Fraktalnavn:" - -#: plug-ins/FractalExplorer/FractalExplorer.c:901 -msgid "New Fractal" -msgstr "Ny fraktal" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1181 -#, c-format -msgid "File '%s' is not a FractalExplorer file" -msgstr "Fil '%s' er ikke en Fraktaludforsker-fil" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1190 -#, c-format -msgid "" -"File '%s' is corrupt.\n" -"Line %d Option section incorrect" -msgstr "" -"Filen '%s' er beskadiget.\n" -"Linje %d-indstillingssektionen er ikke korrekt" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1240 -msgid "My first fractal" -msgstr "Min første fraktal" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1256 -msgid "Choose Fractal by double-clicking on it" -msgstr "Vælg en fraktal ved at dobbeltklikke på den" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1293 -msgid "Select folder and rescan collection" -msgstr "Vælg mappe og genskan samling" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1305 -msgid "Delete currently selected fractal" -msgstr "Slet den valgte fraktal" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1356 -msgid "Rescan for Fractals" -msgstr "Søg igen efter fraktaler" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1373 -msgid "Add FractalExplorer Path" -msgstr "Tilføj sti for Fraktaludforsker" - -#: plug-ins/Lighting/lighting_apply.c:103 -msgid "Lighting Effects..." -msgstr "Lyseffekter..." - -#: plug-ins/Lighting/lighting_main.c:197 -#, fuzzy -msgid "_Lighting Effects..." -msgstr "Lyseffekter..." - -#. General options -#: plug-ins/Lighting/lighting_ui.c:261 -msgid "General Options" -msgstr "Generelle indstillinger" - -#: plug-ins/Lighting/lighting_ui.c:269 -#, fuzzy -msgid "T_ransparent background" -msgstr "_Gennemsigtig baggrund" - -# 'bump' kan udelades her -#: plug-ins/Lighting/lighting_ui.c:279 -msgid "Make destination image transparent where bump height is zero" -msgstr "Gør målbilledet gennemsigtigt når højden er nul" - -#: plug-ins/Lighting/lighting_ui.c:282 -#, fuzzy -msgid "Cre_ate new image" -msgstr "Op_ret nyt billede" - -#: plug-ins/Lighting/lighting_ui.c:292 plug-ins/MapObject/mapobject_ui.c:570 -msgid "Create a new image when applying filter" -msgstr "Opret et nyt billede ved brug af filter" - -#: plug-ins/Lighting/lighting_ui.c:294 -#, fuzzy -msgid "High _Quality preview" -msgstr "Høj_kvalitetsminiature" - -# lidt mere sigende end original -#: plug-ins/Lighting/lighting_ui.c:304 -msgid "Enable/disable high quality preview" -msgstr "Lav miniaturen i en bedre kvalitet (der tager længere tid)" - -#: plug-ins/Lighting/lighting_ui.c:331 plug-ins/MapObject/mapobject_ui.c:649 -msgid "Light Settings" -msgstr "Lyssætning" - -#: plug-ins/Lighting/lighting_ui.c:344 -#, fuzzy -msgid "Light 1" -msgstr "Lys" - -#: plug-ins/Lighting/lighting_ui.c:345 -#, fuzzy -msgid "Light 2" -msgstr "Lys" - -#: plug-ins/Lighting/lighting_ui.c:346 -#, fuzzy -msgid "Light 3" -msgstr "Lys" - -#: plug-ins/Lighting/lighting_ui.c:347 -#, fuzzy -msgid "Light 4" -msgstr "Lys" - -#: plug-ins/Lighting/lighting_ui.c:348 -#, fuzzy -msgid "Light 5" -msgstr "Lys" - -#: plug-ins/Lighting/lighting_ui.c:349 -#, fuzzy -msgid "Light 6" -msgstr "Lys" - -#. row labels -#: plug-ins/Lighting/lighting_ui.c:358 plug-ins/common/spheredesigner.c:2624 -msgid "Type:" -msgstr "Type:" - -#: plug-ins/Lighting/lighting_ui.c:363 -msgid "Color:" -msgstr "Farve:" - -#: plug-ins/Lighting/lighting_ui.c:370 -msgid "Directional" -msgstr "Retning" - -#: plug-ins/Lighting/lighting_ui.c:371 -msgid "Point" -msgstr "Punkt" - -#: plug-ins/Lighting/lighting_ui.c:386 plug-ins/MapObject/mapobject_ui.c:677 -msgid "Type of light source to apply" -msgstr "Type lyskilde som anvendes" - -#: plug-ins/Lighting/lighting_ui.c:388 plug-ins/MapObject/mapobject_ui.c:679 -#, fuzzy -msgid "Select lightsource color" -msgstr "Vælg lyskildens farve" - -#: plug-ins/Lighting/lighting_ui.c:400 plug-ins/MapObject/mapobject_ui.c:692 -msgid "Set light source color" -msgstr "Angiv lyskildens farve" - -#: plug-ins/Lighting/lighting_ui.c:408 -#, fuzzy -msgid "_Intensity:" -msgstr "Intensitet" - -#: plug-ins/Lighting/lighting_ui.c:414 -#, fuzzy -msgid "Light intensity" -msgstr "Oprindelig intensitet" - -#: plug-ins/Lighting/lighting_ui.c:417 plug-ins/MapObject/mapobject_ui.c:694 -#: plug-ins/MapObject/mapobject_ui.c:1021 -#: plug-ins/print/gimp_main_window.c:464 -msgid "Position" -msgstr "Placering" - -#: plug-ins/Lighting/lighting_ui.c:426 plug-ins/common/flarefx.c:756 -#: plug-ins/common/mblur.c:1001 plug-ins/common/nova.c:451 -#: plug-ins/common/papertile.c:267 plug-ins/flame/flame.c:1207 -#: plug-ins/gflare/gflare.c:2653 -msgid "_X:" -msgstr "_x:" - -#: plug-ins/Lighting/lighting_ui.c:432 plug-ins/MapObject/mapobject_ui.c:718 -msgid "Light source X position in XYZ space" -msgstr "Lyskildens x-position i xyz-rummet" - -#: plug-ins/Lighting/lighting_ui.c:439 plug-ins/common/flarefx.c:761 -#: plug-ins/common/mblur.c:1007 plug-ins/common/nova.c:456 -#: plug-ins/common/papertile.c:276 plug-ins/flame/flame.c:1221 -#: plug-ins/gflare/gflare.c:2657 -msgid "_Y:" -msgstr "_y:" - -#: plug-ins/Lighting/lighting_ui.c:445 plug-ins/MapObject/mapobject_ui.c:732 -msgid "Light source Y position in XYZ space" -msgstr "Lyskildens y-position i xyz-rummet" - -#: plug-ins/Lighting/lighting_ui.c:452 -msgid "_Z:" -msgstr "_z:" - -#: plug-ins/Lighting/lighting_ui.c:458 plug-ins/MapObject/mapobject_ui.c:746 -msgid "Light source Z position in XYZ space" -msgstr "Lyskildens z-position i xyz-rummet" - -#. ***************************************************** -#. radio buttons for choosing LEFT or RIGHT -#. ************************************************* -#: plug-ins/Lighting/lighting_ui.c:461 plug-ins/common/struc.c:1286 -#: plug-ins/common/wind.c:930 -msgid "Direction" -msgstr "Retning" - -#. X -#: plug-ins/Lighting/lighting_ui.c:469 plug-ins/MapObject/mapobject_ui.c:710 -#: plug-ins/MapObject/mapobject_ui.c:764 -#: plug-ins/MapObject/mapobject_ui.c:1032 -#: plug-ins/MapObject/mapobject_ui.c:1081 plug-ins/ifscompose/ifscompose.c:544 -msgid "X:" -msgstr "x:" - -#: plug-ins/Lighting/lighting_ui.c:475 plug-ins/MapObject/mapobject_ui.c:772 -msgid "Light source X direction in XYZ space" -msgstr "Lyskildens x-retning i xyz-rummet" - -#. Y -#: plug-ins/Lighting/lighting_ui.c:481 plug-ins/MapObject/mapobject_ui.c:724 -#: plug-ins/MapObject/mapobject_ui.c:777 -#: plug-ins/MapObject/mapobject_ui.c:1045 -#: plug-ins/MapObject/mapobject_ui.c:1092 -#: plug-ins/MapObject/mapobject_ui.c:1190 plug-ins/ifscompose/ifscompose.c:558 -msgid "Y:" -msgstr "y:" - -#: plug-ins/Lighting/lighting_ui.c:487 plug-ins/MapObject/mapobject_ui.c:785 -msgid "Light source Y direction in XYZ space" -msgstr "Lyskildens y-retning i xyz-rummet" - -#: plug-ins/Lighting/lighting_ui.c:493 plug-ins/MapObject/mapobject_ui.c:738 -#: plug-ins/MapObject/mapobject_ui.c:790 -#: plug-ins/MapObject/mapobject_ui.c:1058 -#: plug-ins/MapObject/mapobject_ui.c:1103 -#: plug-ins/MapObject/mapobject_ui.c:1202 -msgid "Z:" -msgstr "z:" - -#: plug-ins/Lighting/lighting_ui.c:499 plug-ins/MapObject/mapobject_ui.c:798 -msgid "Light source Z direction in XYZ space" -msgstr "Lyskildens z-retning i xyz-rummet" - -#: plug-ins/Lighting/lighting_ui.c:502 -#, fuzzy -msgid "I_solate" -msgstr "_Udpak" - -#: plug-ins/Lighting/lighting_ui.c:512 -#, fuzzy -msgid "Lighting preset:" -msgstr "Lyseffekter" - -#: plug-ins/Lighting/lighting_ui.c:558 -#, fuzzy -msgid "Material properties" -msgstr "Teksturegenskaber" - -#: plug-ins/Lighting/lighting_ui.c:576 -#, fuzzy -msgid "_Glowing:" -msgstr "Flydende" - -#: plug-ins/Lighting/lighting_ui.c:592 plug-ins/MapObject/mapobject_ui.c:859 -msgid "Amount of original color to show where no direct light falls" -msgstr "" -"Andelen af den oprindelige farve som vises hvor det ikke falder direkte lys" - -#: plug-ins/Lighting/lighting_ui.c:605 -#, fuzzy -msgid "_Bright:" -msgstr "_Lysstyrke:" - -#: plug-ins/Lighting/lighting_ui.c:621 plug-ins/MapObject/mapobject_ui.c:888 -msgid "Intensity of original color when lit by a light source" -msgstr "Intensiteten af den oprindelige farve når den belyses af en lyskilde" - -#: plug-ins/Lighting/lighting_ui.c:634 -#, fuzzy -msgid "_Shiny:" -msgstr "_Sinus" - -#: plug-ins/Lighting/lighting_ui.c:650 plug-ins/MapObject/mapobject_ui.c:960 -msgid "Controls how intense the highlights will be" -msgstr "Kontrollerer hvor intense højlysområderne vil være" - -#: plug-ins/Lighting/lighting_ui.c:662 -msgid "_Polished:" -msgstr "" - -#: plug-ins/Lighting/lighting_ui.c:678 plug-ins/MapObject/mapobject_ui.c:989 -msgid "Higher values makes the highlights more focused" -msgstr "Højere værdier gør højlysområderne mere fokuserede" - -#. Metallic -#: plug-ins/Lighting/lighting_ui.c:687 -msgid "_Metallic" -msgstr "" - -#: plug-ins/Lighting/lighting_ui.c:723 -#, fuzzy -msgid "E_nable bump mapping" -msgstr "Benyt _højdekortsafbildning" - -# mere sigende -#: plug-ins/Lighting/lighting_ui.c:737 -msgid "Enable/disable bump-mapping (image depth)" -msgstr "Gør billedet bulet vha. af et kort over punkternes højde" - -#: plug-ins/Lighting/lighting_ui.c:755 -#, fuzzy -msgid "Bumpm_ap image:" -msgstr "Højdekorts_billede:" - -#. Map type menu -#: plug-ins/Lighting/lighting_ui.c:758 plug-ins/common/bumpmap.c:896 -#: plug-ins/flame/flame.c:733 -msgid "Linear" -msgstr "Lineær" - -#: plug-ins/Lighting/lighting_ui.c:759 -msgid "Logarithmic" -msgstr "Logaritmisk" - -#: plug-ins/Lighting/lighting_ui.c:760 plug-ins/common/bumpmap.c:898 -#: plug-ins/flame/flame.c:734 -msgid "Sinusoidal" -msgstr "Sinusformet" - -#: plug-ins/Lighting/lighting_ui.c:761 plug-ins/common/bumpmap.c:897 -#: plug-ins/flame/flame.c:735 -msgid "Spherical" -msgstr "Kugleformet" - -#: plug-ins/Lighting/lighting_ui.c:771 -msgid "Cu_rve:" -msgstr "Ku_rve:" - -#: plug-ins/Lighting/lighting_ui.c:776 -#, fuzzy -msgid "Ma_ximum height:" -msgstr "Ma_ksimumshøjde:" - -#: plug-ins/Lighting/lighting_ui.c:786 -msgid "Maximum height for bumps" -msgstr "Maksimumshøjden for buler" - -# forhåbentligt rigtigt -#: plug-ins/Lighting/lighting_ui.c:811 -#, fuzzy -msgid "E_nable environment mapping" -msgstr "Benyt omgivelses_refleksion" - -# til/fra er nok ret indlysende når det er en til/fra-knap, overflødigt -#: plug-ins/Lighting/lighting_ui.c:825 -msgid "Enable/disable environment-mapping (reflection)" -msgstr "Tilføj reflektioner fra \"omgivelserne\"" - -#: plug-ins/Lighting/lighting_ui.c:847 -#, fuzzy -msgid "En_vironment image:" -msgstr "Om_givelsesbillede:" - -#: plug-ins/Lighting/lighting_ui.c:849 -msgid "Environment image to use" -msgstr "Afbildning af omgivelser der benyttes" - -#: plug-ins/Lighting/lighting_ui.c:871 -msgid "Op_tions" -msgstr "_Indstillinger" - -#: plug-ins/Lighting/lighting_ui.c:875 plug-ins/MapObject/mapobject_ui.c:1326 -msgid "_Light" -msgstr "_Lys" - -#: plug-ins/Lighting/lighting_ui.c:879 plug-ins/MapObject/mapobject_ui.c:1330 -msgid "_Material" -msgstr "_Materiale" - -#: plug-ins/Lighting/lighting_ui.c:883 -msgid "_Bump Map" -msgstr "_Højdekort" - -#: plug-ins/Lighting/lighting_ui.c:887 -msgid "_Environment Map" -msgstr "_Omgivelsesreflektioner" - -#: plug-ins/Lighting/lighting_ui.c:933 -msgid "Lighting Effects" -msgstr "Lyseffekter" - -#: plug-ins/Lighting/lighting_ui.c:982 plug-ins/gimpressionist/preview.c:181 -#: plug-ins/imagemap/imap_polygon.c:514 -msgid "_Update" -msgstr "_Opdatér" - -#: plug-ins/Lighting/lighting_ui.c:989 plug-ins/MapObject/mapobject_ui.c:1425 -msgid "Recompute preview image" -msgstr "Beregn miniatureeksemplet påny" - -#: plug-ins/Lighting/lighting_ui.c:991 -msgid "I_nteractive" -msgstr "I_nteraktiv" - -# lidt mere sigende end original -#: plug-ins/Lighting/lighting_ui.c:1005 -msgid "Enable/disable real time preview of changes" -msgstr "Lav miniaturen i en bedre kvalitet (der tager længere tid)" - -#: plug-ins/Lighting/lighting_ui.c:1044 -#, fuzzy -msgid "Save Lighting Preset" -msgstr "Lyseffekter" - -#: plug-ins/Lighting/lighting_ui.c:1177 -#, fuzzy -msgid "Load Lighting Preset" -msgstr "Lyseffekter" - -#: plug-ins/MapObject/mapobject_apply.c:273 -#, fuzzy -msgid "Map to Plane..." -msgstr "Anvender Laplace..." - -#: plug-ins/MapObject/mapobject_apply.c:276 -#, fuzzy -msgid "Map to Sphere..." -msgstr "Mere..." - -#: plug-ins/MapObject/mapobject_apply.c:279 -#, fuzzy -msgid "Map to Box..." -msgstr "Kortinfo..." - -#: plug-ins/MapObject/mapobject_apply.c:282 -#, fuzzy -msgid "Map to Cylinder..." -msgstr "Cylinder" - -# overskriften for modulet -#: plug-ins/MapObject/mapobject_main.c:199 -#, fuzzy -msgid "Map _Object..." -msgstr "Afbild på objekt" - -#: plug-ins/MapObject/mapobject_ui.c:248 -#: plug-ins/MapObject/mapobject_ui.c:1340 -msgid "_Box" -msgstr "_Terning" - -#: plug-ins/MapObject/mapobject_ui.c:266 -#: plug-ins/MapObject/mapobject_ui.c:1346 -msgid "C_ylinder" -msgstr "C_ylinder" - -#. General options -#: plug-ins/MapObject/mapobject_ui.c:496 -#, fuzzy -msgid "General options" -msgstr "Generelle indstillinger" - -#: plug-ins/MapObject/mapobject_ui.c:508 -msgid "Map to:" -msgstr "Afbild på:" - -# en plan i matematisk forstand -#: plug-ins/MapObject/mapobject_ui.c:512 -msgid "Plane" -msgstr "Plan" - -#: plug-ins/MapObject/mapobject_ui.c:513 -msgid "Sphere" -msgstr "Kugle" - -#: plug-ins/MapObject/mapobject_ui.c:514 -msgid "Box" -msgstr "Terning" - -#: plug-ins/MapObject/mapobject_ui.c:515 -msgid "Cylinder" -msgstr "Cylinder" - -#: plug-ins/MapObject/mapobject_ui.c:530 -msgid "Type of object to map to" -msgstr "Type objekt billedet skal svøbes om" - -#: plug-ins/MapObject/mapobject_ui.c:532 -#, fuzzy -msgid "Transparent background" -msgstr "Gennemsigtig baggrund" - -#: plug-ins/MapObject/mapobject_ui.c:543 -msgid "Make image transparent outside object" -msgstr "Gør billedet gennemsigtigt udenfor objektet" - -# "side om side" bruges også andre steder i Gnome -#: plug-ins/MapObject/mapobject_ui.c:545 -#, fuzzy -msgid "Tile source image" -msgstr "Side om side" - -#: plug-ins/MapObject/mapobject_ui.c:556 -msgid "Tile source image: useful for infinite planes" -msgstr "Flisebelæg med originalbilledet (nyttigt til uendelige planer)" - -#: plug-ins/MapObject/mapobject_ui.c:559 -#, fuzzy -msgid "Create new image" -msgstr "Opret nyt billede" - -#: plug-ins/MapObject/mapobject_ui.c:578 -#, fuzzy -msgid "Enable _antialiasing" -msgstr "Slå _udjævning til" - -# også mere sigende -#: plug-ins/MapObject/mapobject_ui.c:585 -msgid "Enable/disable jagged edges removal (antialiasing)" -msgstr "Jævn takkede kanter ud" - -#: plug-ins/MapObject/mapobject_ui.c:602 plug-ins/common/bumpmap.c:980 -#: plug-ins/common/emboss.c:509 plug-ins/common/fractaltrace.c:791 -#: plug-ins/common/struc.c:1318 -msgid "_Depth:" -msgstr "_Dybde:" - -#: plug-ins/MapObject/mapobject_ui.c:605 -msgid "Antialiasing quality. Higher is better, but slower" -msgstr "Udjævningskvalitet. Højere er bedre, men langsommere" - -#: plug-ins/MapObject/mapobject_ui.c:614 plug-ins/common/unsharp.c:691 -#: plug-ins/common/wind.c:993 plug-ins/imagemap/imap_preferences.c:539 -msgid "_Threshold:" -msgstr "_Tærskel:" - -# 'pixel' dækker her over hver enkelt punkts farve -#: plug-ins/MapObject/mapobject_ui.c:622 -msgid "Stop when pixel differences are smaller than this value" -msgstr "Stop når farveforskellene er mindre end denne værdi" - -#: plug-ins/MapObject/mapobject_ui.c:658 -#, fuzzy -msgid "Point light" -msgstr "Punktlys" - -#: plug-ins/MapObject/mapobject_ui.c:659 -#, fuzzy -msgid "Directional light" -msgstr "Retningsbestemt lys" - -#: plug-ins/MapObject/mapobject_ui.c:660 -#, fuzzy -msgid "No light" -msgstr "Intet lys" - -#: plug-ins/MapObject/mapobject_ui.c:674 -#, fuzzy -msgid "Lightsource type:" -msgstr "Lyskildetype:" - -#: plug-ins/MapObject/mapobject_ui.c:684 -#, fuzzy -msgid "Lightsource color:" -msgstr "Lyskildefarve:" - -#: plug-ins/MapObject/mapobject_ui.c:749 -msgid "Direction Vector" -msgstr "Retningsvektor" - -#: plug-ins/MapObject/mapobject_ui.c:825 -msgid "Intensity Levels" -msgstr "Intensitetsniveauer" - -#: plug-ins/MapObject/mapobject_ui.c:844 -msgid "Ambient:" -msgstr "Omgivende:" - -#: plug-ins/MapObject/mapobject_ui.c:873 plug-ins/MapObject/mapobject_ui.c:916 -msgid "Diffuse:" -msgstr "Spredning:" - -#: plug-ins/MapObject/mapobject_ui.c:897 -msgid "Reflectivity" -msgstr "Reflektionsevne" - -#: plug-ins/MapObject/mapobject_ui.c:931 -msgid "Higher values makes the object reflect more light (appear lighter)" -msgstr "Højere værdier gør at objektet reflekterer mere lys (ser lysere ud)" - -#: plug-ins/MapObject/mapobject_ui.c:945 -msgid "Specular:" -msgstr "Spejl:" - -#: plug-ins/MapObject/mapobject_ui.c:974 -msgid "Highlight:" -msgstr "Højlys:" - -#: plug-ins/MapObject/mapobject_ui.c:1035 -msgid "Object X position in XYZ space" -msgstr "Objektets x-position i xyz-rummet" - -#: plug-ins/MapObject/mapobject_ui.c:1048 -msgid "Object Y position in XYZ space" -msgstr "Objektets y-position i xyz-rummet" - -#: plug-ins/MapObject/mapobject_ui.c:1061 -msgid "Object Z position in XYZ space" -msgstr "Objektets z-position i xyz-rummet" - -#. Rotation -#: plug-ins/MapObject/mapobject_ui.c:1070 plug-ins/common/postscript.c:3183 -msgid "Rotation" -msgstr "Rotation" - -#: plug-ins/MapObject/mapobject_ui.c:1084 -msgid "Rotation angle about X axis" -msgstr "Rotationsvinkel omkring x-aksen" - -#: plug-ins/MapObject/mapobject_ui.c:1095 -msgid "Rotation angle about Y axis" -msgstr "Rotationsvinkel omkring y-aksen" - -#: plug-ins/MapObject/mapobject_ui.c:1106 -msgid "Rotation angle about Z axis" -msgstr "Rotationsvinkel omkring z-aksen" - -#: plug-ins/MapObject/mapobject_ui.c:1132 -msgid "Front:" -msgstr "Forside:" - -#: plug-ins/MapObject/mapobject_ui.c:1132 -msgid "Back:" -msgstr "Bagside:" - -#: plug-ins/MapObject/mapobject_ui.c:1133 -#: plug-ins/print/gimp_main_window.c:523 -msgid "Top:" -msgstr "Top:" - -#: plug-ins/MapObject/mapobject_ui.c:1133 -#: plug-ins/print/gimp_main_window.c:564 -msgid "Bottom:" -msgstr "Bund:" - -#: plug-ins/MapObject/mapobject_ui.c:1134 -#: plug-ins/print/gimp_main_window.c:510 -msgid "Left:" -msgstr "Venstre:" - -#: plug-ins/MapObject/mapobject_ui.c:1134 -#: plug-ins/print/gimp_main_window.c:536 -msgid "Right:" -msgstr "Højre:" - -# "map images" er et navnord og "box faces" betyder terningsider -#: plug-ins/MapObject/mapobject_ui.c:1140 -msgid "Map Images to Box Faces" -msgstr "Billeder på terningsider" - -#: plug-ins/MapObject/mapobject_ui.c:1178 -#: plug-ins/common/spheredesigner.c:2719 -msgid "Scale X:" -msgstr "Skalering x:" - -#: plug-ins/MapObject/mapobject_ui.c:1181 -msgid "X scale (size)" -msgstr "x-skalering (størrelse)" - -#: plug-ins/MapObject/mapobject_ui.c:1193 -msgid "Y scale (size)" -msgstr "y-skalering (størrelse)" - -#: plug-ins/MapObject/mapobject_ui.c:1205 -msgid "Z scale (size)" -msgstr "z-skalering (størrelse)" - -#: plug-ins/MapObject/mapobject_ui.c:1228 -msgid "_Top:" -msgstr "_Top:" - -#: plug-ins/MapObject/mapobject_ui.c:1228 -msgid "_Bottom:" -msgstr "_Bund:" - -# "cap faces" = endefladerne på en cylinder -#: plug-ins/MapObject/mapobject_ui.c:1233 -msgid "Images for the Cap Faces" -msgstr "Billeder på endefladerne" - -#: plug-ins/MapObject/mapobject_ui.c:1262 -#: plug-ins/print/gimp_main_window.c:1102 -msgid "Size" -msgstr "Størrelse" - -#: plug-ins/MapObject/mapobject_ui.c:1273 -msgid "R_adius:" -msgstr "R_adius:" - -#: plug-ins/MapObject/mapobject_ui.c:1277 -msgid "Cylinder radius" -msgstr "Cylinderradius" - -#: plug-ins/MapObject/mapobject_ui.c:1287 plug-ins/common/mblur.c:941 -msgid "L_ength:" -msgstr "L_ængde" - -#: plug-ins/MapObject/mapobject_ui.c:1291 -msgid "Cylinder length" -msgstr "Cylinderlængde" - -#: plug-ins/MapObject/mapobject_ui.c:1322 -msgid "O_ptions" -msgstr "_Indstillinger" - -#: plug-ins/MapObject/mapobject_ui.c:1334 -msgid "O_rientation" -msgstr "O_rientering" - -# overskriften for modulet -#: plug-ins/MapObject/mapobject_ui.c:1370 -msgid "Map to Object" -msgstr "Afbild på objekt" - -# "preview" er en bydeform her -#: plug-ins/MapObject/mapobject_ui.c:1416 plug-ins/common/diffraction.c:474 -msgid "_Preview!" -msgstr "Vis _eksempel!" - -#: plug-ins/MapObject/mapobject_ui.c:1439 -msgid "Zoom out (make image smaller)" -msgstr "Zoom ud (gør billedet mindre)" - -#: plug-ins/MapObject/mapobject_ui.c:1453 -msgid "Zoom in (make image bigger)" -msgstr "Zoom ind (gør billedet større)" - -# knytter sig til ovenstående "preview!" -#: plug-ins/MapObject/mapobject_ui.c:1455 -#, fuzzy -msgid "Show preview _wireframe" -msgstr "Vis _gitter i eksempel" - -#: plug-ins/MapObject/mapobject_ui.c:1464 -msgid "Show/hide preview wireframe" -msgstr "Vis/skjul en gitterramme i eksemplet" - -#: plug-ins/bmp/bmp.c:120 plug-ins/bmp/bmp.c:139 -msgid "Windows BMP image" -msgstr "" - -#: plug-ins/bmp/bmpread.c:86 -msgid "Bad colormap" -msgstr "Ugyldig farvekortlægning" - -#. Set up progress display -#. put up a progress bar -#. max. rows allocated -#. column, highest column ever used -#. -1 assume fsel is not available (and not attached to any drawable) -#. -1 assume there is no floating selection -#: plug-ins/bmp/bmpread.c:158 plug-ins/common/CEL.c:310 -#: plug-ins/common/dicom.c:295 plug-ins/common/gbr.c:332 -#: plug-ins/common/gifload.c:301 plug-ins/common/gih.c:653 -#: plug-ins/common/jpeg.c:941 plug-ins/common/pat.c:305 -#: plug-ins/common/pcx.c:307 plug-ins/common/pix.c:338 -#: plug-ins/common/png.c:681 plug-ins/common/pnm.c:437 -#: plug-ins/common/postscript.c:996 plug-ins/common/psd.c:1764 -#: plug-ins/common/raw.c:640 plug-ins/common/sunras.c:436 -#: plug-ins/common/tga.c:420 plug-ins/common/tiff.c:515 -#: plug-ins/common/wmf.c:952 plug-ins/common/xbm.c:724 -#: plug-ins/common/xpm.c:342 plug-ins/common/xwd.c:475 -#: plug-ins/faxg3/faxg3.c:203 plug-ins/gfli/gfli.c:465 plug-ins/sgi/sgi.c:323 -#: plug-ins/winicon/icoload.c:505 plug-ins/xjt/xjt.c:3312 -#, c-format -msgid "Opening '%s'..." -msgstr "Åbner '%s'..." - -#: plug-ins/bmp/bmpread.c:170 plug-ins/bmp/bmpread.c:179 -#: plug-ins/bmp/bmpread.c:185 plug-ins/bmp/bmpread.c:193 -#: plug-ins/bmp/bmpread.c:207 plug-ins/bmp/bmpread.c:341 -#, c-format -msgid "'%s' is not a valid BMP file" -msgstr "'%s' er ikke en gyldig BMP-fil" - -#: plug-ins/bmp/bmpread.c:220 plug-ins/bmp/bmpread.c:239 -#: plug-ins/bmp/bmpread.c:260 plug-ins/bmp/bmpread.c:279 -#: plug-ins/bmp/bmpread.c:300 plug-ins/bmp/bmpread.c:306 -#: plug-ins/bmp/bmpread.c:312 -#, c-format -msgid "Error reading BMP file header from '%s'" -msgstr "Fejl ved læsning af BMP-filens hoved fra '%s'" - -#: plug-ins/bmp/bmpread.c:439 plug-ins/bmp/bmpread.c:474 -msgid "Unrecognized or invalid BMP compression format." -msgstr "" - -#. -#. * Create the "background" layer to hold the image... -#. -#: plug-ins/bmp/bmpread.c:479 plug-ins/common/CEL.c:357 -#: plug-ins/common/CEL.c:360 plug-ins/common/blinds.c:273 -#: plug-ins/common/compose.c:625 plug-ins/common/decompose.c:594 -#: plug-ins/common/dicom.c:442 plug-ins/common/film.c:946 -#: plug-ins/common/gifload.c:865 plug-ins/common/jpeg.c:1101 -#: plug-ins/common/jpeg.c:2416 plug-ins/common/pcx.c:334 -#: plug-ins/common/pcx.c:340 plug-ins/common/pix.c:374 -#: plug-ins/common/png.c:808 plug-ins/common/pnm.c:517 -#: plug-ins/common/psd.c:2173 plug-ins/common/raw.c:677 -#: plug-ins/common/smooth_palette.c:257 plug-ins/common/sunras.c:925 -#: plug-ins/common/tga.c:929 plug-ins/common/tiff.c:833 -#: plug-ins/common/tile.c:266 plug-ins/common/winclipboard.c:579 -#: plug-ins/common/xbm.c:867 plug-ins/faxg3/faxg3.c:465 -#: plug-ins/fits/fits.c:506 plug-ins/gfig/gfig-dialog.c:1286 -#: plug-ins/gimpressionist/general.c:121 plug-ins/sgi/sgi.c:376 -#: plug-ins/twain/twain.c:571 plug-ins/winsnap/winsnap.c:1152 -msgid "Background" -msgstr "Baggrund" - -#: plug-ins/bmp/bmpwrite.c:136 plug-ins/common/dicom.c:617 -#: plug-ins/common/pcx.c:579 -msgid "Cannot save images with alpha channel." -msgstr "Kan ikke gemme billeder med alfakanal." - -#: plug-ins/bmp/bmpwrite.c:182 plug-ins/common/dicom.c:632 -#: plug-ins/common/postscript.c:1114 plug-ins/common/xwd.c:568 -#: plug-ins/fits/fits.c:441 plug-ins/xjt/xjt.c:1677 -msgid "Cannot operate on unknown image types." -msgstr "Kan ikke arbejde med ukendte billedtyper." - -#. And let's begin the progress -#. init the progress meter -#. Set up progress display -#: plug-ins/bmp/bmpwrite.c:209 plug-ins/common/CEL.c:582 -#: plug-ins/common/gbr.c:591 plug-ins/common/gif.c:1001 -#: plug-ins/common/gih.c:1259 plug-ins/common/gtm.c:245 -#: plug-ins/common/jpeg.c:1451 plug-ins/common/pat.c:438 -#: plug-ins/common/pcx.c:545 plug-ins/common/pix.c:521 -#: plug-ins/common/png.c:1185 plug-ins/common/pnm.c:814 -#: plug-ins/common/postscript.c:1128 plug-ins/common/psd_save.c:1593 -#: plug-ins/common/sunras.c:518 plug-ins/common/tga.c:1035 -#: plug-ins/common/tiff.c:1815 plug-ins/common/xbm.c:1001 -#: plug-ins/common/xpm.c:628 plug-ins/common/xwd.c:582 -#: plug-ins/fits/fits.c:455 plug-ins/gfli/gfli.c:682 plug-ins/sgi/sgi.c:545 -#: plug-ins/winicon/icosave.c:954 plug-ins/xjt/xjt.c:1682 -#, c-format -msgid "Saving '%s'..." -msgstr "Gemmer '%s'..." - -#: plug-ins/bmp/bmpwrite.c:554 -msgid "Save as BMP" -msgstr "Gem som BMP" - -#: plug-ins/bmp/bmpwrite.c:568 -msgid "_RLE encoded" -msgstr "_RLE-kodet" - -#: plug-ins/common/AlienMap2.c:145 -#, fuzzy -msgid "_Modify red channel" -msgstr "_Ændr den røde kanal/farvetonekanalen" - -#: plug-ins/common/AlienMap2.c:145 -#, fuzzy -msgid "_Modify hue channel" -msgstr "_Ændr den røde kanal/farvetonekanalen" - -#: plug-ins/common/AlienMap2.c:146 -#, fuzzy -msgid "Mo_dify green channel" -msgstr "Ændr den gr_ønne kanal/mætningskanalen" - -#: plug-ins/common/AlienMap2.c:146 -#, fuzzy -msgid "Mo_dify saturation channel" -msgstr "Ændr den gr_ønne kanal/mætningskanalen" - -#: plug-ins/common/AlienMap2.c:147 -#, fuzzy -msgid "Mod_ify blue channel" -msgstr "Ændr den bl_å kanal/luminanskanalen" - -#: plug-ins/common/AlienMap2.c:147 -#, fuzzy -msgid "Mod_ify luminosity channel" -msgstr "Ændr den bl_å kanal/luminanskanalen" - -#: plug-ins/common/AlienMap2.c:152 -#, fuzzy -msgid "Red _frequency:" -msgstr "R/H-_frekvens:" - -#: plug-ins/common/AlienMap2.c:152 -#, fuzzy -msgid "Hue _frequency:" -msgstr "R/H-_frekvens:" - -#: plug-ins/common/AlienMap2.c:153 -#, fuzzy -msgid "Green fr_equency:" -msgstr "G/S-fr_ekvens:" - -#: plug-ins/common/AlienMap2.c:153 -#, fuzzy -msgid "Saturation fr_equency:" -msgstr "Mætning:" - -#: plug-ins/common/AlienMap2.c:154 -#, fuzzy -msgid "Blue freq_uency:" -msgstr "B/L-frek_vens:" - -#: plug-ins/common/AlienMap2.c:154 -#, fuzzy -msgid "Luminosity freq_uency:" -msgstr "B/L-frek_vens:" - -#: plug-ins/common/AlienMap2.c:156 -#, fuzzy -msgid "Red _phaseshift:" -msgstr "R/H-f_aseskift:" - -#: plug-ins/common/AlienMap2.c:156 -#, fuzzy -msgid "Hue _phaseshift:" -msgstr "R/H-f_aseskift:" - -#: plug-ins/common/AlienMap2.c:157 -#, fuzzy -msgid "Green ph_aseshift:" -msgstr "G/S-fa_seskift:" - -#: plug-ins/common/AlienMap2.c:157 -#, fuzzy -msgid "Saturation ph_aseshift:" -msgstr "G/S-fa_seskift:" - -#: plug-ins/common/AlienMap2.c:158 -#, fuzzy -msgid "Blue pha_seshift:" -msgstr "B/L-fasesk_ift" - -#: plug-ins/common/AlienMap2.c:158 -#, fuzzy -msgid "Luminosity pha_seshift:" -msgstr "Lysstyrke_tærskel:" - -#: plug-ins/common/AlienMap2.c:193 -#, fuzzy -msgid "Alien Map _2..." -msgstr "Alienafbildning 2" - -#: plug-ins/common/AlienMap2.c:325 -msgid "AlienMap2: Transforming..." -msgstr "Alienafbildning 2: transformerer..." - -#: plug-ins/common/AlienMap2.c:398 -msgid "AlienMap2" -msgstr "Alienafbildning 2" - -#: plug-ins/common/AlienMap2.c:438 plug-ins/common/AlienMap2.c:462 -#: plug-ins/common/AlienMap2.c:486 -msgid "Number of cycles covering full value range" -msgstr "" - -#: plug-ins/common/AlienMap2.c:450 plug-ins/common/AlienMap2.c:474 -#: plug-ins/common/AlienMap2.c:498 -msgid "Phase angle, range 0-360" -msgstr "" - -#. Propagate Mode -#: plug-ins/common/AlienMap2.c:512 plug-ins/common/hot.c:588 -#: plug-ins/common/vpropagate.c:1084 plug-ins/common/waves.c:270 -msgid "Mode" -msgstr "Tilstand" - -#: plug-ins/common/AlienMap2.c:516 -#, fuzzy -msgid "_RGB color model" -msgstr "_RGB-farvemodel" - -#: plug-ins/common/AlienMap2.c:517 -#, fuzzy -msgid "_HSL color model" -msgstr "_HSL-farvemodel" - -#: plug-ins/common/CEL.c:112 plug-ins/common/CEL.c:130 -msgid "KISS CEL" -msgstr "" - -#: plug-ins/common/CEL.c:191 -msgid "Load KISS Palette" -msgstr "Indlæs KISS-palet" - -#: plug-ins/common/CEL.c:349 -msgid "Can't create a new image" -msgstr "Kan ikke oprette nyt billede" - -#: plug-ins/common/CEL.c:438 -#, c-format -msgid "Unsupported bit depth (%d)!" -msgstr "Ikke-understøttet farvedybde (%d)" - -#: plug-ins/common/CML_explorer.c:131 -msgid "Keep image's values" -msgstr "Behold billedets værdier" - -#: plug-ins/common/CML_explorer.c:132 -msgid "Keep the first value" -msgstr "Behold første værdi" - -#: plug-ins/common/CML_explorer.c:133 -msgid "Fill with parameter k" -msgstr "Fyld med parameter k" - -#: plug-ins/common/CML_explorer.c:134 -msgid "k{x(1-x)}^p" -msgstr "k{x(1-x)}^p" - -#: plug-ins/common/CML_explorer.c:135 -msgid "k{x(1-x)}^p stepped" -msgstr "k{x(1-x)}^p trinvis" - -#: plug-ins/common/CML_explorer.c:136 -msgid "kx^p" -msgstr "kx^p" - -#: plug-ins/common/CML_explorer.c:137 -msgid "kx^p stepped" -msgstr "kx^p trinvis" - -#: plug-ins/common/CML_explorer.c:138 -msgid "k(1-x^p)" -msgstr "k(1-x^p)" - -#: plug-ins/common/CML_explorer.c:139 -msgid "k(1-x^p) stepped" -msgstr "k(1-x^p) trinvis" - -#: plug-ins/common/CML_explorer.c:140 -msgid "Delta function" -msgstr "Deltafunktion" - -#: plug-ins/common/CML_explorer.c:141 -msgid "Delta function stepped" -msgstr "Deltafunktion trinvis" - -#: plug-ins/common/CML_explorer.c:142 -msgid "sin^p-based function" -msgstr "sin^p-baseret funktion" - -#: plug-ins/common/CML_explorer.c:143 -msgid "sin^p, stepped" -msgstr "sin^p, trinvis" - -#: plug-ins/common/CML_explorer.c:169 -msgid "Max (x, -)" -msgstr "Maks (x, -)" - -#: plug-ins/common/CML_explorer.c:170 -msgid "Max (x+d, -)" -msgstr "Maks (x+d, -)" - -#: plug-ins/common/CML_explorer.c:171 -msgid "Max (x-d, -)" -msgstr "Maks (x-d, -)" - -#: plug-ins/common/CML_explorer.c:172 -msgid "Min (x, -)" -msgstr "Min (x, -)" - -#: plug-ins/common/CML_explorer.c:173 -msgid "Min (x+d, -)" -msgstr "Min (x+d, -)" - -#: plug-ins/common/CML_explorer.c:174 -msgid "Min (x-d, -)" -msgstr "Min (x-d, -)" - -#: plug-ins/common/CML_explorer.c:175 -msgid "Max (x+d, -), (x < 0.5)" -msgstr "Maks (x+d, -), (x < 0.5)" - -#: plug-ins/common/CML_explorer.c:176 -msgid "Max (x+d, -), (0.5 < x)" -msgstr "Maks (x+d, -), (0.5 < x)" - -#: plug-ins/common/CML_explorer.c:177 -msgid "Max (x-d, -), (x < 0.5)" -msgstr "Maks (x-d, -), (x < 0.5)" - -#: plug-ins/common/CML_explorer.c:178 -msgid "Max (x-d, -), (0.5 < x)" -msgstr "Maks (x-d, -), (0.5 < x)" - -#: plug-ins/common/CML_explorer.c:179 -msgid "Min (x+d, -), (x < 0.5)" -msgstr "Min (x+d, -), (x < 0.5)" - -#: plug-ins/common/CML_explorer.c:180 -msgid "Min (x+d, -), (0.5 < x)" -msgstr "Min (x+d, -), (0.5 < x)" - -#: plug-ins/common/CML_explorer.c:181 -msgid "Min (x-d, -), (x < 0.5)" -msgstr "Min (x-d, -), (x < 0.5)" - -#: plug-ins/common/CML_explorer.c:182 -msgid "Min (x-d, -), (0.5 < x)" -msgstr "Min (x-d, -), (0.5 < x)" - -#: plug-ins/common/CML_explorer.c:202 plug-ins/common/sunras.c:1594 -#: plug-ins/print/gimp_main_window.c:1645 -msgid "Standard" -msgstr "Standard" - -#: plug-ins/common/CML_explorer.c:203 -msgid "Use average value" -msgstr "Brug middelværdi" - -#: plug-ins/common/CML_explorer.c:204 -msgid "Use reverse value" -msgstr "Brug omvendt værdi" - -#: plug-ins/common/CML_explorer.c:205 -msgid "With random power (0,10)" -msgstr "Med vilkårlig potens (0,10)" - -#: plug-ins/common/CML_explorer.c:206 -msgid "With random power (0,1)" -msgstr "Med vilkårlig potens (0,1)" - -#: plug-ins/common/CML_explorer.c:207 -msgid "With gradient power (0,1)" -msgstr "Med overgangspotens (0,1)" - -#: plug-ins/common/CML_explorer.c:208 -msgid "Multiply rand. value (0,1)" -msgstr "Gang med tilfældig værdi (0,1)" - -#: plug-ins/common/CML_explorer.c:209 -msgid "Multiply rand. value (0,2)" -msgstr "Gang med tilfældig værdi (0,2)" - -#: plug-ins/common/CML_explorer.c:210 -msgid "Multiply gradient (0,1)" -msgstr "Gang med overgang (0,1)" - -#: plug-ins/common/CML_explorer.c:211 -msgid "With p and random (0,1)" -msgstr "Med p og tilfældig (0,1)" - -#: plug-ins/common/CML_explorer.c:225 -msgid "All black" -msgstr "Kun sort" - -#: plug-ins/common/CML_explorer.c:226 -msgid "All gray" -msgstr "Kun grå" - -#: plug-ins/common/CML_explorer.c:227 -msgid "All white" -msgstr "Kun hvid" - -#: plug-ins/common/CML_explorer.c:228 -msgid "The first row of the image" -msgstr "Den første række i billedet" - -#: plug-ins/common/CML_explorer.c:229 -msgid "Continuous gradient" -msgstr "Kontinuert overgang" - -#: plug-ins/common/CML_explorer.c:230 -msgid "Continuous grad. w/o gap" -msgstr "Kontinuert overgang uden afbræk" - -#: plug-ins/common/CML_explorer.c:231 -msgid "Random, ch. independent" -msgstr "Tilfældig, kanaluafhængig" - -#: plug-ins/common/CML_explorer.c:232 -msgid "Random shared" -msgstr "Tilfældig delt" - -#: plug-ins/common/CML_explorer.c:233 -msgid "Randoms from seed" -msgstr "Tilfældige tal fra startværdi" - -#: plug-ins/common/CML_explorer.c:234 -msgid "Randoms from seed (shared)" -msgstr "Tilfældige tal fra startværdi (delt)" - -#: plug-ins/common/CML_explorer.c:302 plug-ins/common/CML_explorer.c:310 -#: plug-ins/common/decompose.c:143 plug-ins/gimpressionist/orientation.c:162 -#: plug-ins/gimpressionist/size.c:165 -msgid "Hue" -msgstr "Farvetone" - -#: plug-ins/common/CML_explorer.c:303 plug-ins/common/CML_explorer.c:311 -#: plug-ins/common/decompose.c:144 plug-ins/rcm/rcm_dialog.c:541 -msgid "Saturation" -msgstr "Mætning" - -#: plug-ins/common/CML_explorer.c:304 plug-ins/common/CML_explorer.c:312 -#: plug-ins/common/decompose.c:145 plug-ins/gimpressionist/orientation.c:138 -#: plug-ins/gimpressionist/size.c:141 -msgid "Value" -msgstr "Værdi" - -#: plug-ins/common/CML_explorer.c:309 -msgid "(None)" -msgstr "(ingen)" - -#: plug-ins/common/CML_explorer.c:470 -#, fuzzy -msgid "CML _Explorer..." -msgstr "CML-udforsker: udvikler..." - -#: plug-ins/common/CML_explorer.c:760 -msgid "CML_explorer: evoluting..." -msgstr "CML-udforsker: udvikler..." - -# RETMIG: find den danske betegnelse for dette -#: plug-ins/common/CML_explorer.c:1186 -msgid "Coupled-Map-Lattice Explorer" -msgstr "Coupled-Map-Lattice-udforsker" - -#: plug-ins/common/CML_explorer.c:1225 -#, fuzzy -msgid "New seed" -msgstr "Ny startværdi" - -#: plug-ins/common/CML_explorer.c:1236 -#, fuzzy -msgid "Fix seed" -msgstr "Fast startværdi" - -#: plug-ins/common/CML_explorer.c:1247 -#, fuzzy -msgid "Random seed" -msgstr "Tilfældig _startværdi:" - -#: plug-ins/common/CML_explorer.c:1289 plug-ins/common/fp.c:663 -#: plug-ins/common/lic.c:669 -msgid "_Hue" -msgstr "_Farvetone" - -#: plug-ins/common/CML_explorer.c:1293 -msgid "Sat_uration" -msgstr "Mæ_tning" - -#: plug-ins/common/CML_explorer.c:1297 plug-ins/common/fp.c:671 -msgid "_Value" -msgstr "_Værdi:" - -#: plug-ins/common/CML_explorer.c:1301 -msgid "_Advanced" -msgstr "_Avanceret" - -#: plug-ins/common/CML_explorer.c:1316 -#, fuzzy -msgid "Channel Independent Parameters" -msgstr "Parametre uafhængig af kanal" - -#: plug-ins/common/CML_explorer.c:1338 -#, fuzzy -msgid "Initial value:" -msgstr "Begyndelsesværdi:" - -#: plug-ins/common/CML_explorer.c:1344 -#, fuzzy -msgid "Zoom scale:" -msgstr "Zoomskala:" - -#: plug-ins/common/CML_explorer.c:1353 -#, fuzzy -msgid "Start offset:" -msgstr "Startafstand:" - -# "from seed" er en fejl i originalen, det burde være "fixed seed" som er oversat ovenfor -#: plug-ins/common/CML_explorer.c:1362 -msgid "Seed of Random (only for \"From Seed\" Modes)" -msgstr "Tilfældighedsstartværdi (kun for \"Fast startværdi\"-tilstand)" - -#: plug-ins/common/CML_explorer.c:1373 plug-ins/maze/maze_face.c:277 -msgid "Seed:" -msgstr "Startværdi:" - -#: plug-ins/common/CML_explorer.c:1386 -#, fuzzy -msgid "Switch to \"From seed\" with the last seed" -msgstr "Skift til \"Fast startværdi\" med sidste startværdi" - -# "image on drawable" er det resulterende billede, altså bare billedet -#: plug-ins/common/CML_explorer.c:1398 -msgid "" -"\"Fix seed\" button is an alias of me.\n" -"The same seed produces the same image, if (1) the widths of images are same " -"(this is the reason why image on drawable is different from preview), and " -"(2) all mutation rates equal to zero." -msgstr "" -"\"Fast startværdi\"-knappen er et alias for mig.\n" -"Den samme startværdi producerer det samme billede hvis (1) bredden på " -"billedet er den samme (dette er grunden til at billedet er forskellig fra " -"miniaturen), og (2) alle muteringsgrader er lig nul." - -#: plug-ins/common/CML_explorer.c:1406 -msgid "O_thers" -msgstr "_Andre" - -#: plug-ins/common/CML_explorer.c:1421 -msgid "Copy Settings" -msgstr "Indstillinger for kopiering" - -#: plug-ins/common/CML_explorer.c:1440 -#, fuzzy -msgid "Source channel:" -msgstr "Kildekanal:" - -#: plug-ins/common/CML_explorer.c:1455 plug-ins/common/CML_explorer.c:1503 -#, fuzzy -msgid "Destination channel:" -msgstr "Målkanal:" - -#: plug-ins/common/CML_explorer.c:1459 -#, fuzzy -msgid "Copy parameters" -msgstr "Parametre for kopiering" - -#: plug-ins/common/CML_explorer.c:1468 -msgid "Selective Load Settings" -msgstr "Selektive indlæsningsindstillinger" - -#: plug-ins/common/CML_explorer.c:1488 -#, fuzzy -msgid "Source channel in file:" -msgstr "Kildekanal i fil:" - -#: plug-ins/common/CML_explorer.c:1509 -msgid "_Misc Ops." -msgstr "_Div. operationer" - -#: plug-ins/common/CML_explorer.c:1558 -#, fuzzy -msgid "Function type:" -msgstr "Funktionstype:" - -#: plug-ins/common/CML_explorer.c:1574 -msgid "Composition:" -msgstr "Komposition:" - -#: plug-ins/common/CML_explorer.c:1588 -#, fuzzy -msgid "Misc arrange:" -msgstr "Forskellige arrangeringer:" - -#: plug-ins/common/CML_explorer.c:1592 -#, fuzzy -msgid "Use cyclic range" -msgstr "Benyt cyklisk interval" - -#: plug-ins/common/CML_explorer.c:1602 -#, fuzzy -msgid "Mod. rate:" -msgstr "Ændringsgrad:" - -#: plug-ins/common/CML_explorer.c:1611 -#, fuzzy -msgid "Env. sensitivity:" -msgstr "Omgivelsesfølsomhed:" - -#: plug-ins/common/CML_explorer.c:1620 -#, fuzzy -msgid "Diffusion dist.:" -msgstr "Muteringsdistribution:" - -#: plug-ins/common/CML_explorer.c:1629 -#, fuzzy -msgid "# of subranges:" -msgstr "Antal underområder:" - -# p'et er med lille i selve formlerne -#: plug-ins/common/CML_explorer.c:1638 -#, fuzzy -msgid "P(ower factor):" -msgstr "Eksponentfaktor (p):" - -#: plug-ins/common/CML_explorer.c:1647 -msgid "Parameter k:" -msgstr "Parameter k:" - -#: plug-ins/common/CML_explorer.c:1656 -#, fuzzy -msgid "Range low:" -msgstr "Intervalstart:" - -#: plug-ins/common/CML_explorer.c:1665 -#, fuzzy -msgid "Range high:" -msgstr "Intervalslut:" - -#: plug-ins/common/CML_explorer.c:1677 -#, fuzzy -msgid "Plot a graph of the settings" -msgstr "Plot grafen med indstillingerne" - -#: plug-ins/common/CML_explorer.c:1722 -#, fuzzy -msgid "Ch. sensitivity:" -msgstr "Kanalfølsomhed:" - -#: plug-ins/common/CML_explorer.c:1732 -#, fuzzy -msgid "Mutation rate:" -msgstr "Muteringsgrad:" - -#: plug-ins/common/CML_explorer.c:1742 -#, fuzzy -msgid "Mutation dist.:" -msgstr "Muteringsdistribution:" - -#: plug-ins/common/CML_explorer.c:1819 -msgid "Graph of the current settings" -msgstr "Graf med de aktuelle indstillinger" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:119 +msgid "Original" +msgstr "Oprindelig" -#: plug-ins/common/CML_explorer.c:1889 -msgid "Warning: the source and the destination are the same channel." -msgstr "Advarsel: kilde og mål er samme kanal." +#: ../plug-ins/color-rotate/color-rotate-dialog.c:137 +msgid "Rotated" +msgstr "Roteret" -#: plug-ins/common/CML_explorer.c:1948 -msgid "Save Parameters to" -msgstr "Gem parametre i" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:155 +msgid "Continuous update" +msgstr "Fortløbende opdatering" -#: plug-ins/common/CML_explorer.c:2056 plug-ins/common/channel_mixer.c:1052 -#, fuzzy, c-format -msgid "Parameters were saved to '%s'" -msgstr "Parametre blev gemt i \"%s\"" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:168 +msgid "Area:" +msgstr "Areal:" -#: plug-ins/common/CML_explorer.c:2077 -msgid "CML Explorer: Overwrite File?" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:172 +msgid "Entire Layer" +msgstr "Hele laget" -#: plug-ins/common/CML_explorer.c:2091 plug-ins/common/channel_mixer.c:1083 -#, c-format -msgid "" -"File '%s' exists.\n" -"Overwrite it?" -msgstr "" -"Filen \"%s\" eksisterer.\n" -"Overskriv den?" +#. Create selection +#: ../plug-ins/color-rotate/color-rotate-dialog.c:173 +#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367 +#: ../plug-ins/selection-to-path/selection-to-path.c:433 +msgid "Selection" +msgstr "Markering" -#: plug-ins/common/CML_explorer.c:2140 -msgid "Load Parameters from" -msgstr "Indlæs parametre fra" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:174 +msgid "Context" +msgstr "Kontekst" -#: plug-ins/common/CML_explorer.c:2142 -msgid "Selective Load from" -msgstr "Selektiv indlæsning fra" +#. spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:299 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:377 +#: ../plug-ins/common/color-to-alpha.c:410 ../plug-ins/file-fli/fli-gimp.c:875 +#: ../plug-ins/file-fli/fli-gimp.c:945 +msgid "From:" +msgstr "Fra:" -#: plug-ins/common/CML_explorer.c:2238 -msgid "Error: it's not CML parameter file." -msgstr "Fejl: dette er ikke en CML-parameterfil." +#. spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:325 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:378 +#: ../plug-ins/file-fli/fli-gimp.c:884 ../plug-ins/file-fli/fli-gimp.c:954 +msgid "To:" +msgstr "Til:" -#: plug-ins/common/CML_explorer.c:2245 -#, c-format -msgid "Warning: '%s' is an old format file." -msgstr "Advarsel: \"%s\" er en fil i gammelt format." +#: ../plug-ins/color-rotate/color-rotate-dialog.c:419 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 +msgid "Gray" +msgstr "Grå" -#: plug-ins/common/CML_explorer.c:2248 -#, c-format -msgid "Warning: '%s' is a parameter file for newer CML_explorer than me." -msgstr "" -"Advarsel: \"%s\" er en parameterfil for en nyere CML-udforsker end denne." +#. Gray: Circle: Spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:467 +msgid "Hue:" +msgstr "Farvetone:" -#: plug-ins/common/CML_explorer.c:2311 -msgid "Error: failed to load parameters" -msgstr "Fejl: kunne ikke indlæse parametre" +#. Gray: Circle: Spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:494 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:556 +msgid "Saturation:" +msgstr "Mætning:" -#: plug-ins/common/aa.c:94 -msgid "ASCII art" -msgstr "" +#. * Gray: Operation-Mode * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:514 +#, fuzzy +msgid "Gray Mode" +msgstr "Farvetilstand" -#. Create the actual window. -#: plug-ins/common/aa.c:345 -msgid "Save as Text" -msgstr "Gem som tekst" +#. Gray: Operation-Mode: two radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:523 +msgid "Treat as this" +msgstr "Behandl som dette" -#: plug-ins/common/aa.c:360 -#, fuzzy -msgid "_Format:" -msgstr "Format" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:535 +msgid "Change to this" +msgstr "Ændr til dette" -#: plug-ins/common/align_layers.c:135 +#. * Gray: What is gray? * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:548 #, fuzzy -msgid "Align _Visible Layers..." -msgstr "Justér synlige lag" - -#: plug-ins/common/align_layers.c:173 -msgid "There are not enough layers to align." -msgstr "Der er ikke nok lag at justere." +msgid "Gray Threshold" +msgstr "_Grøn tærskel:" -#: plug-ins/common/align_layers.c:399 -msgid "Align Visible Layers" -msgstr "Justér synlige lag" +#. * Misc: Used unit selection * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:588 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:698 +msgid "Units" +msgstr "Enheder" -# ikke "indsaml" - test det -#: plug-ins/common/align_layers.c:417 plug-ins/common/align_layers.c:448 -msgid "Collect" -msgstr "Saml" +#. Misc: Used unit selection: 3 radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:597 +msgid "Radians" +msgstr "Radianer" -#: plug-ins/common/align_layers.c:418 -msgid "Fill (left to right)" -msgstr "Udfyld (fra venstre mod højre)" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:609 +msgid "Radians/Pi" +msgstr "Radianer/pi" -#: plug-ins/common/align_layers.c:419 -msgid "Fill (right to left)" -msgstr "Udfyld (fra højre mod venstre )" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:621 +msgid "Degrees" +msgstr "Grader" -#. "snap to grid" checkbutton at bottom of style frame -#: plug-ins/common/align_layers.c:420 plug-ins/common/align_layers.c:451 -#: plug-ins/gfig/gfig-dialog.c:495 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:652 #, fuzzy -msgid "Snap to grid" -msgstr "Lås til gitter" +msgid "Rotate Colors" +msgstr "Følgedrejning" -#: plug-ins/common/align_layers.c:429 -#, fuzzy -msgid "_Horizontal style:" -msgstr "_Vandret stil:" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:692 +msgid "Main Options" +msgstr "Hovedindstillinger" -#: plug-ins/common/align_layers.c:433 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:695 #, fuzzy -msgid "Left edge" -msgstr "Venstre kant" - -# skal være "centrum" fordi det både optræder et sted hvor det betyder -# "centrum" og et sted hvor det mere betyder "midten" -#: plug-ins/common/align_layers.c:434 plug-ins/common/align_layers.c:464 -#: plug-ins/gflare/gflare.c:2641 -msgid "Center" -msgstr "Centrum" +msgid "Gray Options" +msgstr "Generelle indstillinger" -#: plug-ins/common/align_layers.c:435 +#: ../plug-ins/color-rotate/color-rotate-stock.c:35 #, fuzzy -msgid "Right edge" -msgstr "Højre kant" +msgid "Switch to Clockwise" +msgstr "Skift med uret" -#: plug-ins/common/align_layers.c:444 +#: ../plug-ins/color-rotate/color-rotate-stock.c:37 #, fuzzy -msgid "Ho_rizontal base:" -msgstr "Va_ndret basis:" - -#: plug-ins/common/align_layers.c:449 -msgid "Fill (top to bottom)" -msgstr "Udfyld (fra top mod bund)" - -#: plug-ins/common/align_layers.c:450 -msgid "Fill (bottom to top)" -msgstr "Udfyld (fra bund mod top)" +msgid "Switch to C/Clockwise" +msgstr "Skift mod uret" -#: plug-ins/common/align_layers.c:460 +#: ../plug-ins/color-rotate/color-rotate-stock.c:39 #, fuzzy -msgid "_Vertical style:" -msgstr "_Lodret stil:" +msgid "Change Order of Arrows" +msgstr "Ændr rækkefølge af pile" -#: plug-ins/common/align_layers.c:463 -#, fuzzy -msgid "Top edge" -msgstr "Øverste kant" +#: ../plug-ins/color-rotate/color-rotate-stock.c:41 +#: ../plug-ins/imagemap/imap_cmd_select_all.c:51 +msgid "Select All" +msgstr "Vælg alt" -#: plug-ins/common/align_layers.c:465 -#, fuzzy -msgid "Bottom edge" -msgstr "Nederste kant" +#: ../plug-ins/color-rotate/color-rotate.c:99 +msgid "Replace a range of colors with another" +msgstr "Erstat et interval af farver med en anden" -#: plug-ins/common/align_layers.c:474 +#: ../plug-ins/color-rotate/color-rotate.c:106 #, fuzzy -msgid "Ver_tical base:" -msgstr "Lo_dret basis:" +msgid "_Rotate Colors..." +msgstr "Roterer farver..." -#: plug-ins/common/align_layers.c:478 +#: ../plug-ins/color-rotate/color-rotate.c:140 #, fuzzy -msgid "_Grid size:" -msgstr "_Gitterstørrelse:" +msgid "Rotating the colors" +msgstr "Roterer farver..." -#: plug-ins/common/align_layers.c:487 +#: ../plug-ins/common/alien-map.c:140 #, fuzzy -msgid "_Ignore the bottom layer even if visible" -msgstr "_Ignorer underste lag selvom det er synligt" +msgid "_Modify red channel" +msgstr "_Ændr den røde kanal/farvetonekanalen" -#: plug-ins/common/align_layers.c:497 +#: ../plug-ins/common/alien-map.c:140 #, fuzzy -msgid "_Use the (invisible) bottom layer as the base" -msgstr "_Benyt underste (usynlige) lag som basis" +msgid "_Modify hue channel" +msgstr "_Ændr den røde kanal/farvetonekanalen" -#: plug-ins/common/animationplay.c:181 +#: ../plug-ins/common/alien-map.c:141 #, fuzzy -msgid "_Playback..." -msgstr "Afspil: " +msgid "Mo_dify green channel" +msgstr "Ændr den gr_ønne kanal/mætningskanalen" -#: plug-ins/common/animationplay.c:413 +#: ../plug-ins/common/alien-map.c:141 #, fuzzy -msgid "Animation Playback:" -msgstr "Animationsafspilning: " +msgid "Mo_dify saturation channel" +msgstr "Ændr den gr_ønne kanal/mætningskanalen" -#: plug-ins/common/animationplay.c:431 +#: ../plug-ins/common/alien-map.c:142 #, fuzzy -msgid "Playback:" -msgstr "Afspil: " - -#: plug-ins/common/animationplay.c:457 -msgid "Play/Stop" -msgstr "Afspil/stop" - -#: plug-ins/common/animationplay.c:463 -msgid "Rewind" -msgstr "Tilbage" - -#: plug-ins/common/animationplay.c:469 -msgid "Step" -msgstr "Trin" - -#: plug-ins/common/animationplay.c:1138 -#, c-format -msgid "Frame %d of %d" -msgstr "Billede %d af %d" - -#: plug-ins/common/animoptimize.c:140 -msgid "Optimize (for _GIF)" -msgstr "" +msgid "Mod_ify blue channel" +msgstr "Ændr den bl_å kanal/luminanskanalen" -#: plug-ins/common/animoptimize.c:158 +#: ../plug-ins/common/alien-map.c:142 #, fuzzy -msgid "_Optimize (Difference)" -msgstr "/Filtre/Animation/_Optimér (forskel)" +msgid "Mod_ify luminosity channel" +msgstr "Ændr den bl_å kanal/luminanskanalen" -#: plug-ins/common/animoptimize.c:175 +#: ../plug-ins/common/alien-map.c:147 #, fuzzy -msgid "_UnOptimize" -msgstr "Optimér" +msgid "Red _frequency:" +msgstr "R/H-_frekvens:" -#: plug-ins/common/animoptimize.c:198 +#: ../plug-ins/common/alien-map.c:147 #, fuzzy -msgid "_Remove Backdrop" -msgstr "_Fjern" - -#: plug-ins/common/animoptimize.c:214 -msgid "_Find Backdrop" -msgstr "" - -#: plug-ins/common/animoptimize.c:429 -msgid "UnOptimizing Animation..." -msgstr "Deoptimerer animation..." - -#: plug-ins/common/animoptimize.c:432 -msgid "Removing Animation Background..." -msgstr "Fjerner animationsbaggrund..." - -#: plug-ins/common/animoptimize.c:435 -msgid "Finding Animation Background..." -msgstr "Finder animationsbaggrund..." - -#: plug-ins/common/animoptimize.c:439 -msgid "Optimizing Animation..." -msgstr "Optimerer animation..." +msgid "Hue _frequency:" +msgstr "R/H-_frekvens:" -#: plug-ins/common/apply_lens.c:112 +#: ../plug-ins/common/alien-map.c:148 #, fuzzy -msgid "Apply _Lens..." -msgstr "Tilføjer linse..." - -#: plug-ins/common/apply_lens.c:179 -msgid "Applying lens..." -msgstr "Tilføjer linse..." - -#: plug-ins/common/apply_lens.c:391 -msgid "Lens Effect" -msgstr "Linseeffekt" +msgid "Green fr_equency:" +msgstr "G/S-fr_ekvens:" -#: plug-ins/common/apply_lens.c:417 +#: ../plug-ins/common/alien-map.c:148 #, fuzzy -msgid "_Keep original surroundings" -msgstr "_Bevar oprindelige omgivelser" +msgid "Saturation fr_equency:" +msgstr "Mætning:" -#: plug-ins/common/apply_lens.c:432 +#: ../plug-ins/common/alien-map.c:149 #, fuzzy -msgid "_Set surroundings to index 0" -msgstr "_Sæt omgivelserne til indeks 0" +msgid "Blue freq_uency:" +msgstr "B/L-frek_vens:" -#: plug-ins/common/apply_lens.c:433 +#: ../plug-ins/common/alien-map.c:149 #, fuzzy -msgid "_Set surroundings to background color" -msgstr "Sæt _omgivelserne til baggrundsfarven" +msgid "Luminosity freq_uency:" +msgstr "B/L-frek_vens:" -#: plug-ins/common/apply_lens.c:448 +#: ../plug-ins/common/alien-map.c:151 #, fuzzy -msgid "_Make surroundings transparent" -msgstr "_Gør omgivelserne gennemsigtige" +msgid "Red _phaseshift:" +msgstr "R/H-f_aseskift:" -#: plug-ins/common/apply_lens.c:465 +#: ../plug-ins/common/alien-map.c:151 #, fuzzy -msgid "_Lens refraction index:" -msgstr "_Linsens brydningsindeks:" +msgid "Hue _phaseshift:" +msgstr "R/H-f_aseskift:" -#: plug-ins/common/autocrop.c:85 +#: ../plug-ins/common/alien-map.c:152 #, fuzzy -msgid "_Autocrop Image" -msgstr "_Hele billedet" +msgid "Green ph_aseshift:" +msgstr "G/S-fa_seskift:" -#: plug-ins/common/autocrop.c:99 +#: ../plug-ins/common/alien-map.c:152 #, fuzzy -msgid "_Autocrop Layer" -msgstr "Krøllelag" - -#: plug-ins/common/autocrop.c:146 -msgid "Cropping..." -msgstr "Tilskærer..." +msgid "Saturation ph_aseshift:" +msgstr "G/S-fa_seskift:" -#: plug-ins/common/autostretch_hsv.c:80 +#: ../plug-ins/common/alien-map.c:153 #, fuzzy -msgid "Stretch _HSV" -msgstr "Stræk" - -#: plug-ins/common/autostretch_hsv.c:116 -msgid "Auto-Stretching HSV..." -msgstr "Strækker HSV automatisk..." - -#: plug-ins/common/autostretch_hsv.c:192 -msgid "autostretch_hsv: cmap was NULL! Quitting...\n" -msgstr "" +msgid "Blue pha_seshift:" +msgstr "B/L-fasesk_ift" -#: plug-ins/common/blinds.c:124 +#: ../plug-ins/common/alien-map.c:153 #, fuzzy -msgid "_Blinds..." -msgstr "Blinde områder" +msgid "Luminosity pha_seshift:" +msgstr "Lysstyrke_tærskel:" -#: plug-ins/common/blinds.c:191 -msgid "Adding Blinds..." -msgstr "Tilføjer blinde områder..." +#: ../plug-ins/common/alien-map.c:183 +msgid "Alter colors in various psychedelic ways" +msgstr "Ændre farverne på forskellige psykedeliske måder" -#: plug-ins/common/blinds.c:229 -msgid "Blinds" -msgstr "Blinde områder" +#: ../plug-ins/common/alien-map.c:188 +msgid "_Alien Map..." +msgstr "_Alienafbildning..." -#. Orientation toggle box -#: plug-ins/common/blinds.c:255 plug-ins/common/ripple.c:535 -msgid "Orientation" -msgstr "Orientering" +#: ../plug-ins/common/alien-map.c:320 +msgid "Alien Map: Transforming" +msgstr "Alienafbildning: Transformerer" -#: plug-ins/common/blinds.c:259 plug-ins/common/ripple.c:539 -#: plug-ins/common/tileit.c:418 plug-ins/pagecurl/pagecurl.c:530 -msgid "_Horizontal" -msgstr "_Vandret" +#: ../plug-ins/common/alien-map.c:393 +#, fuzzy +msgid "Alien Map" +msgstr "Alienafbildning" -#: plug-ins/common/blinds.c:260 plug-ins/common/ripple.c:540 -#: plug-ins/common/tileit.c:428 plug-ins/pagecurl/pagecurl.c:529 -msgid "_Vertical" -msgstr "_Lodret" +#: ../plug-ins/common/alien-map.c:441 ../plug-ins/common/alien-map.c:465 +#: ../plug-ins/common/alien-map.c:489 +msgid "Number of cycles covering full value range" +msgstr "" -#: plug-ins/common/blinds.c:277 plug-ins/common/fractaltrace.c:733 -#: plug-ins/common/papertile.c:358 -msgid "_Transparent" -msgstr "_Gennemsigtig" +#: ../plug-ins/common/alien-map.c:453 ../plug-ins/common/alien-map.c:477 +#: ../plug-ins/common/alien-map.c:501 +msgid "Phase angle, range 0-360" +msgstr "" -#: plug-ins/common/blinds.c:303 -msgid "_Displacement:" -msgstr "_Forskydning:" +#. Propagate Mode +#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:611 +#: ../plug-ins/common/value-propagate.c:1120 ../plug-ins/common/waves.c:277 +msgid "Mode" +msgstr "Tilstand" -#: plug-ins/common/blinds.c:315 +#: ../plug-ins/common/alien-map.c:519 #, fuzzy -msgid "_Number of segments:" -msgstr "_Antal segmenter:" +msgid "_RGB color model" +msgstr "_RGB-farvemodel" -#: plug-ins/common/blur.c:147 +#: ../plug-ins/common/alien-map.c:520 #, fuzzy -msgid "_Blur" -msgstr "Slør" +msgid "_HSL color model" +msgstr "_HSL-farvemodel" -#: plug-ins/common/blur.c:191 plug-ins/common/unsharp.c:432 -msgid "Blurring..." -msgstr "Slører..." +#: ../plug-ins/common/align-layers.c:128 +#, fuzzy +msgid "Align all visible layers of the image" +msgstr "Justér synlige lag" -#: plug-ins/common/borderaverage.c:101 +#: ../plug-ins/common/align-layers.c:133 #, fuzzy -msgid "_Border Average..." -msgstr "Kantgennemsnit..." +msgid "Align Visi_ble Layers..." +msgstr "Justér synlige lag" -#: plug-ins/common/borderaverage.c:168 -msgid "Border Average..." -msgstr "Kantgennemsnit..." +#: ../plug-ins/common/align-layers.c:173 +msgid "There are not enough layers to align." +msgstr "Der er ikke nok lag at justere." -#: plug-ins/common/borderaverage.c:348 -msgid "Borderaverage" -msgstr "Kantgennemsnit" +#: ../plug-ins/common/align-layers.c:400 +msgid "Align Visible Layers" +msgstr "Justér synlige lag" -#: plug-ins/common/borderaverage.c:362 -msgid "Border Size" -msgstr "Kantstørrelse" +#. if and how to center the image on the page +#: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/file-fits/fits.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1081 +#: ../plug-ins/lighting/lighting-ui.c:416 +#: ../plug-ins/print/print-page-layout.c:449 +msgid "None" +msgstr "Ingen" -#: plug-ins/common/borderaverage.c:370 -msgid "_Thickness:" -msgstr "_Tykkelse:" +# ikke "indsaml" - test det +#: ../plug-ins/common/align-layers.c:425 ../plug-ins/common/align-layers.c:456 +msgid "Collect" +msgstr "Saml" + +#: ../plug-ins/common/align-layers.c:426 +msgid "Fill (left to right)" +msgstr "Udfyld (fra venstre mod højre)" -#: plug-ins/common/borderaverage.c:413 +#: ../plug-ins/common/align-layers.c:427 +msgid "Fill (right to left)" +msgstr "Udfyld (fra højre mod venstre )" + +#: ../plug-ins/common/align-layers.c:428 ../plug-ins/common/align-layers.c:459 #, fuzzy -msgid "_Bucket size:" -msgstr "_Spandstørrelse:" +msgid "Snap to grid" +msgstr "Lås til gitter" -#: plug-ins/common/bumpmap.c:341 +#: ../plug-ins/common/align-layers.c:437 #, fuzzy -msgid "_Bump Map..." -msgstr "_Højdekort" +msgid "_Horizontal style:" +msgstr "_Vandret stil:" -#: plug-ins/common/bumpmap.c:490 -msgid "Bump-mapping..." -msgstr "Tilføjer højder..." +#: ../plug-ins/common/align-layers.c:441 +msgid "Left edge" +msgstr "Venstre kant" -#: plug-ins/common/bumpmap.c:834 -msgid "Bump Map" -msgstr "Højdekort" +# skal være "centrum" fordi det både optræder et sted hvor det betyder +# "centrum" og et sted hvor det mere betyder "midten" +#: ../plug-ins/common/align-layers.c:442 ../plug-ins/common/align-layers.c:472 +#: ../plug-ins/gradient-flare/gradient-flare.c:2713 +msgid "Center" +msgstr "Centrum" -#: plug-ins/common/bumpmap.c:893 -#, fuzzy -msgid "_Bump map:" -msgstr "_Højdekort:" +#: ../plug-ins/common/align-layers.c:443 +msgid "Right edge" +msgstr "Højre kant" -#: plug-ins/common/bumpmap.c:908 +#: ../plug-ins/common/align-layers.c:452 #, fuzzy -msgid "_Map type:" -msgstr "Afbildningstype" +msgid "Ho_rizontal base:" +msgstr "Va_ndret basis:" -#. Compensate darkening -#: plug-ins/common/bumpmap.c:913 -#, fuzzy -msgid "Co_mpensate for darkening" -msgstr "Ko_mpensér for formørkelse" +#: ../plug-ins/common/align-layers.c:457 +msgid "Fill (top to bottom)" +msgstr "Udfyld (fra top mod bund)" -#. Invert bumpmap -#: plug-ins/common/bumpmap.c:927 -#, fuzzy -msgid "I_nvert bumpmap" -msgstr "I_nvertér højdekort" +#: ../plug-ins/common/align-layers.c:458 +msgid "Fill (bottom to top)" +msgstr "Udfyld (fra bund mod top)" -#. Tile bumpmap -#: plug-ins/common/bumpmap.c:941 +#: ../plug-ins/common/align-layers.c:468 #, fuzzy -msgid "_Tile bumpmap" -msgstr "_Fliselæg højdekort" +msgid "_Vertical style:" +msgstr "_Lodret stil:" -#: plug-ins/common/bumpmap.c:956 plug-ins/common/emboss.c:485 -msgid "_Azimuth:" -msgstr "_Azimut:" +#: ../plug-ins/common/align-layers.c:471 +msgid "Top edge" +msgstr "Øverste kant" -#: plug-ins/common/bumpmap.c:968 -msgid "_Elevation:" -msgstr "_Forhøjelse:" +#: ../plug-ins/common/align-layers.c:473 +msgid "Bottom edge" +msgstr "Nederste kant" -#: plug-ins/common/bumpmap.c:994 plug-ins/common/postscript.c:3137 +#: ../plug-ins/common/align-layers.c:482 #, fuzzy -msgid "_X offset:" -msgstr "_x-afstand:" - -#: plug-ins/common/bumpmap.c:997 plug-ins/common/bumpmap.c:1011 -msgid "" -"The offset can be adjusted by dragging the preview using the middle mouse " -"button." -msgstr "" +msgid "Ver_tical base:" +msgstr "Lo_dret basis:" -#: plug-ins/common/bumpmap.c:1008 plug-ins/common/postscript.c:3146 +#: ../plug-ins/common/align-layers.c:486 #, fuzzy -msgid "_Y offset:" -msgstr "_y-afstand:" - -#: plug-ins/common/bumpmap.c:1022 -msgid "_Waterlevel:" -msgstr "_Vandstand:" - -#: plug-ins/common/bumpmap.c:1034 -msgid "A_mbient:" -msgstr "O_mgivende:" +msgid "_Grid size:" +msgstr "_Gitterstørrelse:" -#: plug-ins/common/c_astretch.c:78 +#: ../plug-ins/common/align-layers.c:495 #, fuzzy -msgid "_Stretch Contrast" -msgstr "Strækker automatisk kontrasten..." +msgid "_Ignore the bottom layer even if visible" +msgstr "_Ignorer underste lag selvom det er synligt" -#: plug-ins/common/c_astretch.c:112 -msgid "Auto-Stretching Contrast..." -msgstr "Strækker automatisk kontrasten..." +#: ../plug-ins/common/align-layers.c:505 +#, fuzzy +msgid "_Use the (invisible) bottom layer as the base" +msgstr "_Benyt underste (usynlige) lag som basis" -#: plug-ins/common/c_astretch.c:152 -msgid "c_astretch: cmap was NULL! Quitting...\n" +#: ../plug-ins/common/animation-optimize.c:133 +msgid "Modify image to reduce size when saved as GIF animation" msgstr "" +"Modificer billede for at reducere størrelsen når der gemmes som GIF-animation" -#: plug-ins/common/cartoon.c:147 -#, fuzzy -msgid "Ca_rtoon..." -msgstr "_Overskrift" +#: ../plug-ins/common/animation-optimize.c:145 +msgid "Optimize (for _GIF)" +msgstr "Optimer (for _GIF)" -#: plug-ins/common/cartoon.c:229 plug-ins/common/dog.c:247 -#: plug-ins/common/gauss.c:431 plug-ins/common/neon.c:221 -#: plug-ins/common/photocopy.c:241 plug-ins/common/sel_gauss.c:204 -#: plug-ins/common/softglow.c:220 plug-ins/gflare/gflare.c:972 -#: plug-ins/sgi/sgi.c:528 plug-ins/xjt/xjt.c:1673 -msgid "Cannot operate on indexed color images." -msgstr "Kan ikke arbejde med indekserede farvebilleder" +#: ../plug-ins/common/animation-optimize.c:153 +msgid "Reduce file size where combining layers is possible" +msgstr "Hvor lag kan kombineres kan filstørrelsen reduceres" -#: plug-ins/common/cartoon.c:808 +#: ../plug-ins/common/animation-optimize.c:163 #, fuzzy -msgid "Cartoon" -msgstr "_Overskrift" +msgid "_Optimize (Difference)" +msgstr "/Filtre/Animation/_Optimér (forskel)" -#: plug-ins/common/cartoon.c:838 plug-ins/common/photocopy.c:867 +#: ../plug-ins/common/animation-optimize.c:171 +msgid "Remove optimization to make editing easier" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:178 #, fuzzy -msgid "_Mask radius:" -msgstr "_Sløringsradius:" +msgid "_Unoptimize" +msgstr "Optimér" -#: plug-ins/common/cartoon.c:852 +#: ../plug-ins/common/animation-optimize.c:198 #, fuzzy -msgid "_Percent black:" -msgstr "Procent" +msgid "_Remove Backdrop" +msgstr "_Fjern" + +#: ../plug-ins/common/animation-optimize.c:214 +msgid "_Find Backdrop" +msgstr "" -#: plug-ins/common/ccanalyze.c:110 +#: ../plug-ins/common/animation-optimize.c:427 #, fuzzy -msgid "Colorcube A_nalysis..." -msgstr "Farveterningsanalyse..." +msgid "Unoptimizing animation" +msgstr "Deoptimerer animation..." -#: plug-ins/common/ccanalyze.c:200 -msgid "Colorcube Analysis..." -msgstr "Farveterningsanalyse..." +#: ../plug-ins/common/animation-optimize.c:430 +msgid "Removing animation background" +msgstr "Fjerner animationsbaggrund" -#: plug-ins/common/ccanalyze.c:358 -msgid "Colorcube Analysis" -msgstr "Farveterningsanalyse" +#: ../plug-ins/common/animation-optimize.c:433 +msgid "Finding animation background" +msgstr "Finder animationsbaggrund" -#. output results -#: plug-ins/common/ccanalyze.c:384 plug-ins/imagemap/imap_cmd_guides.c:233 -#, c-format -msgid "Image dimensions: %d x %d" -msgstr "Billedstørrelse: %d x %d" +#: ../plug-ins/common/animation-optimize.c:437 +msgid "Optimizing animation" +msgstr "Optimerer animation" -#: plug-ins/common/ccanalyze.c:387 -msgid "No colors" -msgstr "Ingen farver" +#: ../plug-ins/common/animation-play.c:163 +msgid "Preview a GIMP layer-based animation" +msgstr "" -#: plug-ins/common/ccanalyze.c:389 -msgid "Only one unique color" -msgstr "Kun én unik farve" +#: ../plug-ins/common/animation-play.c:168 +#, fuzzy +msgid "_Playback..." +msgstr "Afspil: " -#: plug-ins/common/ccanalyze.c:391 -#, c-format -msgid "Number of unique colors: %d" -msgstr "Antal unikke farve: %d" +#: ../plug-ins/common/animation-play.c:447 +#, fuzzy +msgid "_Step" +msgstr "Trin" -#: plug-ins/common/ccanalyze.c:394 -#, c-format -msgid "Uncompressed size: %s" -msgstr "Ukomprimeret størrelse: %s" +#: ../plug-ins/common/animation-play.c:447 +#, fuzzy +msgid "Step to next frame" +msgstr "Objekt på ét billede" -#: plug-ins/common/ccanalyze.c:401 -#, c-format -msgid "Filename: %s" -msgstr "Filnavn: %s" +#: ../plug-ins/common/animation-play.c:451 +#, fuzzy +msgid "Rewind the animation" +msgstr "MNG-indstillinger" -#: plug-ins/common/ccanalyze.c:402 -#, c-format -msgid "Compressed size: %s" -msgstr "Komprimeret størrelse: %s" +#: ../plug-ins/common/animation-play.c:469 +#, fuzzy +msgid "Faster" +msgstr "Udvisk" -#: plug-ins/common/ccanalyze.c:403 -#, c-format -msgid "Compression ratio (approx.): %d to 1" -msgstr "Komprimeringsforhold (ca.): %d til 1" +#: ../plug-ins/common/animation-play.c:469 +msgid "Increase the speed of the animation" +msgstr "Forøg hastigheden på animationen" -#: plug-ins/common/channel_mixer.c:197 +#: ../plug-ins/common/animation-play.c:474 #, fuzzy -msgid "Channel Mi_xer..." -msgstr "Kanalmixer" +msgid "Slower" +msgstr "_Nedre" -#: plug-ins/common/channel_mixer.c:485 -msgid "Channel Mixer" -msgstr "Kanalmixer" +#: ../plug-ins/common/animation-play.c:474 +msgid "Decrease the speed of the animation" +msgstr "Sænk hastigheden på animationen" -#: plug-ins/common/channel_mixer.c:514 +#: ../plug-ins/common/animation-play.c:479 #, fuzzy -msgid "O_utput channel:" -msgstr "_Udkanal:" +msgid "Reset speed" +msgstr "Ny startværdi" -#: plug-ins/common/channel_mixer.c:568 plug-ins/common/diffraction.c:498 -#: plug-ins/common/diffraction.c:536 plug-ins/common/diffraction.c:574 -#: plug-ins/common/exchange.c:397 plug-ins/common/noisify.c:526 -#: plug-ins/common/noisify.c:533 -msgid "_Red:" -msgstr "_Rød:" +#: ../plug-ins/common/animation-play.c:479 +#, fuzzy +msgid "Reset the speed of the animation" +msgstr "Angiv skaleringen (størrelsen) af billedet" -#: plug-ins/common/channel_mixer.c:586 plug-ins/common/diffraction.c:507 -#: plug-ins/common/diffraction.c:545 plug-ins/common/diffraction.c:583 -#: plug-ins/common/exchange.c:457 plug-ins/common/noisify.c:527 -#: plug-ins/common/noisify.c:534 -msgid "_Green:" -msgstr "_Grøn:" +#: ../plug-ins/common/animation-play.c:487 +#: ../plug-ins/common/animation-play.c:1446 +#, fuzzy +msgid "Start playback" +msgstr "Afspil: " -#: plug-ins/common/channel_mixer.c:605 plug-ins/common/diffraction.c:516 -#: plug-ins/common/diffraction.c:554 plug-ins/common/diffraction.c:592 -#: plug-ins/common/exchange.c:519 plug-ins/common/noisify.c:528 -#: plug-ins/common/noisify.c:535 -msgid "_Blue:" -msgstr "_Blå:" +#: ../plug-ins/common/animation-play.c:491 +#, fuzzy +msgid "Detach" +msgstr "Dybde:" -#. The monochrome toggle -#: plug-ins/common/channel_mixer.c:616 -msgid "_Monochrome" -msgstr "_Sort/hvid" +#: ../plug-ins/common/animation-play.c:492 +msgid "Detach the animation from the dialog window" +msgstr "" -#: plug-ins/common/channel_mixer.c:628 +#: ../plug-ins/common/animation-play.c:584 #, fuzzy -msgid "Preserve _luminosity" -msgstr "Bevar _lysstyrke" +msgid "Animation Playback:" +msgstr "Animationsafspilning: " -#: plug-ins/common/channel_mixer.c:857 -msgid "Load Channel Mixer Settings" -msgstr "Indlæs kanalmixerindstillinger" +#: ../plug-ins/common/animation-play.c:663 +#, fuzzy +msgid "Playback speed" +msgstr "Afspil: " -#: plug-ins/common/channel_mixer.c:989 -msgid "Save Channel Mixer Settings" -msgstr "Gem kanalmixerindstillinger" +#: ../plug-ins/common/animation-play.c:803 +msgid "Tried to display an invalid layer." +msgstr "" -# det er ikke muligt at få første del med, men det går sagtens uden -#: plug-ins/common/channel_mixer.c:1068 -msgid "Channel Mixer File Operation Warning" -msgstr "Filoperationsadvarsel" +#: ../plug-ins/common/animation-play.c:1323 +#, c-format +msgid "Frame %d of %d" +msgstr "Billede %d af %d" -#: plug-ins/common/checkerboard.c:93 +#: ../plug-ins/common/animation-play.c:1446 #, fuzzy -msgid "_Checkerboard..." -msgstr "Skakbræt" +msgid "Stop playback" +msgstr "Afspil: " -#: plug-ins/common/checkerboard.c:161 -msgid "Adding Checkerboard..." -msgstr "Tilføjer skakbræt..." +#: ../plug-ins/common/antialias.c:84 +msgid "Antialias using the Scale3X edge-extrapolation algorithm" +msgstr "" -#: plug-ins/common/checkerboard.c:310 -msgid "Checkerboard" -msgstr "Skakbræt" +# (GIP) http://da.wikipedia.org/wiki/Antialiasing. Ordet oversættes ikke umiddelbart. Opfundet af Apple. Får bogstaver til at være mere tydelige når de forstørres +#: ../plug-ins/common/antialias.c:90 +msgid "_Antialias" +msgstr "_Antialias" -# effekten svarer til at skakbrættet buler ud - ligesom hvis man -# forestillede sig det var lavet af stof og man så trak i nogle af -# trådene i kanten -#: plug-ins/common/checkerboard.c:332 -msgid "_Psychobilly" -msgstr "_Udbulning" +#: ../plug-ins/common/antialias.c:149 +msgid "Antialiasing..." +msgstr "Antialiasing..." -#: plug-ins/common/checkerboard.c:365 plug-ins/common/papertile.c:287 -#: plug-ins/gimpressionist/sizemap.c:487 -msgid "_Size:" -msgstr "_Størrelse:" +#: ../plug-ins/common/apply-canvas.c:1140 +msgid "Add a canvas texture to the image" +msgstr "Tilføj en kanvas-tekstur til billedet" -#: plug-ins/common/color_enhance.c:80 +#: ../plug-ins/common/apply-canvas.c:1145 #, fuzzy -msgid "_Color Enhance" -msgstr "Forbedrer farver..." - -#: plug-ins/common/color_enhance.c:115 -msgid "Color Enhance..." -msgstr "Forbedrer farver..." +msgid "_Apply Canvas..." +msgstr "Tilfører lærred..." -#: plug-ins/common/colorify.c:110 +#: ../plug-ins/common/apply-canvas.c:1226 #, fuzzy -msgid "_Colorify..." -msgstr "Farvelægning..." +msgid "Applying canvas" +msgstr "Tilfører lærred..." -#: plug-ins/common/colorify.c:171 -msgid "Colorifying..." -msgstr "Farvelægning..." +#: ../plug-ins/common/apply-canvas.c:1263 +msgid "Apply Canvas" +msgstr "Lærred" -#: plug-ins/common/colorify.c:258 -msgid "Colorify" -msgstr "Farvelæg" +#. ***************************************************** +#. radio buttons for choosing LEFT or RIGHT +#. ************************************************* +#: ../plug-ins/common/apply-canvas.c:1292 ../plug-ins/common/wind.c:945 +#: ../plug-ins/lighting/lighting-ui.c:518 +msgid "Direction" +msgstr "Retning" -#: plug-ins/common/colorify.c:285 -msgid "Custom Color:" -msgstr "Brugerdefineret farve:" +#: ../plug-ins/common/apply-canvas.c:1296 +#, fuzzy +msgid "_Top-right" +msgstr "_Øverste højre" -#: plug-ins/common/colorify.c:290 -msgid "Colorify Custom Color" -msgstr "Brugerdefineret farvelægning" +#: ../plug-ins/common/apply-canvas.c:1297 +#, fuzzy +msgid "Top-_left" +msgstr "Øverste _venstre" -#: plug-ins/common/colortoalpha.c:104 +#: ../plug-ins/common/apply-canvas.c:1298 #, fuzzy -msgid "Color to _Alpha..." -msgstr "Farve til alfa" +msgid "_Bottom-left" +msgstr "_Nederste venstre" -#: plug-ins/common/colortoalpha.c:181 -msgid "Removing color..." -msgstr "Fjerner farve..." +#: ../plug-ins/common/apply-canvas.c:1299 +#, fuzzy +msgid "Bottom-_right" +msgstr "Nederste _højre" -#: plug-ins/common/colortoalpha.c:377 -msgid "Color to Alpha" -msgstr "Farve til alfa" +#: ../plug-ins/common/apply-canvas.c:1324 ../plug-ins/common/bump-map.c:916 +#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractal-trace.c:796 +#: ../plug-ins/map-object/map-object-ui.c:573 +msgid "_Depth:" +msgstr "_Dybde:" -#: plug-ins/common/colortoalpha.c:402 plug-ins/common/mapcolor.c:424 -#: plug-ins/gfli/gfli.c:835 plug-ins/gfli/gfli.c:898 -msgid "From:" -msgstr "Fra:" +#: ../plug-ins/common/blinds.c:116 +msgid "Simulate an image painted on window blinds" +msgstr "" -#: plug-ins/common/colortoalpha.c:406 -msgid "Color to Alpha Color Picker" -msgstr "Farve til alfa-farveopsnapper" +#: ../plug-ins/common/blinds.c:121 +#, fuzzy +msgid "_Blinds..." +msgstr "Blinde områder" -#: plug-ins/common/colortoalpha.c:420 +#: ../plug-ins/common/blinds.c:188 #, fuzzy -msgid "to alpha" -msgstr "til alfa" +msgid "Adding blinds" +msgstr "Tilføjer blinde områder..." -#: plug-ins/common/compose.c:127 plug-ins/common/decompose.c:130 -#: plug-ins/common/raw.c:953 -msgid "RGB" -msgstr "RGB" +#: ../plug-ins/common/blinds.c:226 +msgid "Blinds" +msgstr "Blinde områder" -#: plug-ins/common/compose.c:137 plug-ins/common/decompose.c:135 -#: plug-ins/common/raw.c:954 -msgid "RGBA" -msgstr "RGBA" +#. Orientation toggle box +#: ../plug-ins/common/blinds.c:260 ../plug-ins/common/ripple.c:539 +msgid "Orientation" +msgstr "Orientering" -#: plug-ins/common/compose.c:141 -msgid "Alpha:" -msgstr "Alfa:" +#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543 +#: ../plug-ins/common/tile-small.c:426 ../plug-ins/pagecurl/pagecurl.c:534 +msgid "_Horizontal" +msgstr "_Vandret" -#: plug-ins/common/compose.c:147 plug-ins/common/decompose.c:140 -msgid "HSV" -msgstr "HSV" +#: ../plug-ins/common/blinds.c:265 ../plug-ins/common/ripple.c:544 +#: ../plug-ins/common/tile-small.c:436 ../plug-ins/pagecurl/pagecurl.c:533 +msgid "_Vertical" +msgstr "_Lodret" -#. Gray: Circle: Spinbutton 1 -#: plug-ins/common/compose.c:148 plug-ins/rcm/rcm_dialog.c:452 -msgid "Hue:" -msgstr "Farvetone:" +#. +#. * Create the "background" layer to hold the image... +#. +#: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 +#: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 +#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 +#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 +#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 +#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 +#: ../plug-ins/file-psd/psd-image-res-load.c:995 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 +#: ../plug-ins/gfig/gfig-dialog.c:1284 +#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 +#: ../plug-ins/win-snap/winsnap.c:1155 +msgid "Background" +msgstr "Baggrund" -#. Gray: Circle: Spinbutton 2 -#: plug-ins/common/compose.c:149 plug-ins/print/gimp_color_window.c:364 -#: plug-ins/rcm/rcm_dialog.c:479 -msgid "Saturation:" -msgstr "Mætning:" +#: ../plug-ins/common/blinds.c:282 ../plug-ins/common/fractal-trace.c:738 +#: ../plug-ins/common/tile-paper.c:384 +msgid "_Transparent" +msgstr "_Gennemsigtig" -#: plug-ins/common/compose.c:150 -msgid "Value:" -msgstr "Værdi:" +#: ../plug-ins/common/blinds.c:308 +msgid "_Displacement:" +msgstr "_Forskydning:" -#: plug-ins/common/compose.c:154 plug-ins/common/decompose.c:146 -msgid "CMY" -msgstr "CMY" +#: ../plug-ins/common/blinds.c:320 +#, fuzzy +msgid "_Number of segments:" +msgstr "_Antal segmenter:" -#: plug-ins/common/compose.c:155 plug-ins/common/compose.c:162 -#: plug-ins/common/fp.c:220 plug-ins/print/gimp_color_window.c:307 -msgid "Cyan:" -msgstr "Cyan:" +#: ../plug-ins/common/blur-gauss-selective.c:104 +msgid "Blur neighboring pixels, but only in low-contrast areas" +msgstr "" -#: plug-ins/common/compose.c:156 plug-ins/common/compose.c:163 -#: plug-ins/common/fp.c:222 plug-ins/print/gimp_color_window.c:326 -msgid "Magenta:" -msgstr "Magenta:" +#: ../plug-ins/common/blur-gauss-selective.c:115 +msgid "_Selective Gaussian Blur..." +msgstr "_Selektiv gaussisk sløring..." -#: plug-ins/common/compose.c:157 plug-ins/common/compose.c:164 -#: plug-ins/common/fp.c:221 plug-ins/print/gimp_color_window.c:345 -msgid "Yellow:" -msgstr "Gul:" +#: ../plug-ins/common/blur-gauss-selective.c:195 +#: ../plug-ins/common/blur-gauss-selective.c:232 +msgid "Selective Gaussian Blur" +msgstr "Selektiv gaussisk sløring" -#: plug-ins/common/compose.c:161 plug-ins/common/decompose.c:152 -msgid "CMYK" -msgstr "CMYK" +#: ../plug-ins/common/blur-gauss-selective.c:211 +#: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 +#: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/gradient-flare/gradient-flare.c:966 +msgid "Cannot operate on indexed color images." +msgstr "Kan ikke arbejde med indekserede farvebilleder" -#: plug-ins/common/compose.c:165 -msgid "Black:" -msgstr "Sort:" +#: ../plug-ins/common/blur-gauss-selective.c:271 +#, fuzzy +msgid "_Blur radius:" +msgstr "_Sløringsradius:" -#: plug-ins/common/compose.c:168 plug-ins/common/decompose.c:161 -msgid "LAB" -msgstr "LAB" +#: ../plug-ins/common/blur-gauss-selective.c:281 +#, fuzzy +msgid "_Max. delta:" +msgstr "_Maks. delta:" + +#: ../plug-ins/common/blur-gauss.c:159 +msgid "Simplest, most commonly used way of blurring" +msgstr "Simpleste og mest almindelige måde at sløre" -#: plug-ins/common/compose.c:176 -msgid "Luma_y470:" -msgstr "Luma_y470:" - -#: plug-ins/common/compose.c:177 -msgid "Blueness_cb470:" -msgstr "Blåhed_cb470:" - -#: plug-ins/common/compose.c:178 -msgid "Redness_cr470:" -msgstr "Rødhed_cr470:" - -#: plug-ins/common/compose.c:183 -msgid "Luma_y709:" -msgstr "Luma_y709:" - -#: plug-ins/common/compose.c:184 -msgid "Blueness_cb709:" -msgstr "Blåhed_cb709:" - -#: plug-ins/common/compose.c:185 -msgid "Redness_cr709:" -msgstr "Rødhed_cr709:" - -#: plug-ins/common/compose.c:190 -msgid "Luma_y470f:" -msgstr "Luma_y470f:" - -#: plug-ins/common/compose.c:191 -msgid "Blueness_cb470f:" -msgstr "Blåhed_cb470f:" - -#: plug-ins/common/compose.c:192 -msgid "Redness_cr470f:" -msgstr "Rødhed_cr470f:" - -#: plug-ins/common/compose.c:197 -msgid "Luma_y709f:" -msgstr "Luma_y709f:" - -#: plug-ins/common/compose.c:198 -msgid "Blueness_cb709f:" -msgstr "Blåhed_cb709f:" - -#: plug-ins/common/compose.c:199 -msgid "Redness_cr709f:" -msgstr "Rødhed_cr709f:" +#: ../plug-ins/common/blur-gauss.c:172 +msgid "_Gaussian Blur..." +msgstr "_Gaussisk slør..." -#: plug-ins/common/compose.c:294 +#: ../plug-ins/common/blur-gauss.c:179 ../plug-ins/common/blur-gauss.c:199 +#: ../plug-ins/common/blur-gauss.c:219 ../plug-ins/common/blur-gauss.c:239 #, fuzzy -msgid "C_ompose..." -msgstr "Sætter sammen..." +msgid "Apply a gaussian blur" +msgstr "IIR gaussisk-sløring" -#: plug-ins/common/compose.c:360 -#, c-format -msgid "Could not get layers for image %d" -msgstr "Kunne ikke indhente lag for billede %d" +#: ../plug-ins/common/blur-gauss.c:428 ../plug-ins/common/blur-gauss.c:478 +#, fuzzy +msgid "Gaussian Blur" +msgstr "IIR gaussisk-sløring" -#: plug-ins/common/compose.c:411 -msgid "Composing..." -msgstr "Sætter sammen..." +#. parameter settings +#: ../plug-ins/common/blur-gauss.c:508 +msgid "Blur Radius" +msgstr "Sløringsradius" -#: plug-ins/common/compose.c:480 -msgid "Drawables have different size" -msgstr "Tegneobjekter har forskellige størrelser" +#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 +#: ../plug-ins/common/noise-spread.c:386 +msgid "_Horizontal:" +msgstr "_Vandret:" -#: plug-ins/common/compose.c:497 -msgid "Images have different size" -msgstr "Billederne har forskellig størrelse" +#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 +#: ../plug-ins/common/noise-spread.c:390 +msgid "_Vertical:" +msgstr "_Lodret:" -#: plug-ins/common/compose.c:511 -msgid "Error in getting layer IDs" -msgstr "Fejl under indhentning af lag-id'er" +#: ../plug-ins/common/blur-gauss.c:549 +msgid "Blur Method" +msgstr "Sløringstype" -#: plug-ins/common/compose.c:528 -#, c-format -msgid "Image is not a gray image (bpp=%d)" -msgstr "Billedet er ikke et gråtonebillede (bpp=%d)" +#: ../plug-ins/common/blur-gauss.c:553 +msgid "_IIR" +msgstr "" -#: plug-ins/common/compose.c:1103 -msgid "Compose" -msgstr "Sammensætning" +#: ../plug-ins/common/blur-gauss.c:554 +#, fuzzy +msgid "_RLE" +msgstr "RLE" -#. The left frame keeps the compose type toggles -#: plug-ins/common/compose.c:1119 -msgid "Compose Channels" -msgstr "Sæt kanaler sammen" +#: ../plug-ins/common/blur-motion.c:157 ../plug-ins/common/blur-motion.c:171 +msgid "Simulate movement using directional blur" +msgstr "Simuler bevægelse ved at bruge retningsbestemt sløring" -#. The right frame keeps the selection menues for images. -#. Because the labels within this frame will change when a toggle -#. in the left frame is changed, fill in the right part first. -#. Otherwise it can occur, that a non-existing label might be changed. -#: plug-ins/common/compose.c:1130 -msgid "Channel Representations" -msgstr "Kanalrepræsentationer" +#: ../plug-ins/common/blur-motion.c:164 ../plug-ins/common/blur-motion.c:177 +msgid "_Motion Blur..." +msgstr "_Bevægelsesslør..." -#: plug-ins/common/compressor.c:153 -msgid "gzip archive" -msgstr "" +#: ../plug-ins/common/blur-motion.c:910 +msgid "Motion blurring" +msgstr "Bevægelsessløring" -#: plug-ins/common/compressor.c:174 -msgid "bzip archive" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1012 +msgid "Motion Blur" +msgstr "Bevægelsessløring" -#: plug-ins/common/compressor.c:367 -msgid "No sensible extension, saving as compressed XCF." -msgstr "Ingen fornuftig filendelse, gemmer som komprimeret XCF." +#: ../plug-ins/common/blur-motion.c:1045 +msgid "Blur Type" +msgstr "Sløringstype" -#: plug-ins/common/compressor.c:508 -msgid "No sensible extension, attempting to load with file magic." -msgstr "Ingen fornuftig filendelse, prøver at indlæse vha. filmagi." +#: ../plug-ins/common/blur-motion.c:1049 +#, fuzzy +msgctxt "blur-type" +msgid "_Linear" +msgstr "_Lineær" -#: plug-ins/common/convmatrix.c:87 -msgid "Gr_ey" -msgstr "Gr_å" +#: ../plug-ins/common/blur-motion.c:1050 +#, fuzzy +msgctxt "blur-type" +msgid "_Radial" +msgstr "_Radial" -#: plug-ins/common/convmatrix.c:88 -msgid "Re_d" -msgstr "R_ød" +#: ../plug-ins/common/blur-motion.c:1051 +#, fuzzy +msgctxt "blur-type" +msgid "_Zoom" +msgstr "_Zoom" -#: plug-ins/common/convmatrix.c:89 plug-ins/common/newsprint.c:363 -msgid "_Green" -msgstr "_Grøn" +# skal være "centrum" fordi det både optræder et sted hvor det betyder +# "centrum" og et sted hvor det mere betyder "midten" +#: ../plug-ins/common/blur-motion.c:1058 +msgid "Blur Center" +msgstr "Centrum for sløring" -#: plug-ins/common/convmatrix.c:90 plug-ins/common/newsprint.c:371 -msgid "_Blue" -msgstr "_Blå" +#: ../plug-ins/common/blur-motion.c:1094 ../plug-ins/common/lens-flare.c:772 +#: ../plug-ins/common/nova.c:463 ../plug-ins/common/tile-paper.c:282 +#: ../plug-ins/flame/flame.c:1251 +#: ../plug-ins/gradient-flare/gradient-flare.c:2725 +#: ../plug-ins/lighting/lighting-ui.c:477 +msgid "_X:" +msgstr "_x:" -#: plug-ins/common/convmatrix.c:91 -msgid "_Alpha" -msgstr "_Alfa" +#: ../plug-ins/common/blur-motion.c:1099 ../plug-ins/common/lens-flare.c:777 +#: ../plug-ins/common/nova.c:468 ../plug-ins/common/tile-paper.c:291 +#: ../plug-ins/flame/flame.c:1265 +#: ../plug-ins/gradient-flare/gradient-flare.c:2729 +#: ../plug-ins/lighting/lighting-ui.c:492 +msgid "_Y:" +msgstr "_y:" -#: plug-ins/common/convmatrix.c:96 -msgid "E_xtend" -msgstr "_Udvid" +#: ../plug-ins/common/blur-motion.c:1101 +msgid "Blur _outward" +msgstr "" -#: plug-ins/common/convmatrix.c:97 plug-ins/common/displace.c:394 -#: plug-ins/common/edge.c:716 plug-ins/common/ripple.c:560 -msgid "_Wrap" -msgstr "_Ombryd" +#: ../plug-ins/common/blur-motion.c:1114 +msgid "Blur Parameters" +msgstr "Sløringsparametre" -#: plug-ins/common/convmatrix.c:98 -msgid "Cro_p" -msgstr "Besk_ær" +#: ../plug-ins/common/blur-motion.c:1125 +#: ../plug-ins/map-object/map-object-ui.c:1252 +msgid "L_ength:" +msgstr "L_ængde" -#: plug-ins/common/convmatrix.c:195 -#, fuzzy -msgid "_Convolution Matrix..." -msgstr "Foldningsmatrix" +#: ../plug-ins/common/blur-motion.c:1138 ../plug-ins/common/newsprint.c:1001 +msgid "_Angle:" +msgstr "_Vinkel:" -#: plug-ins/common/convmatrix.c:229 -msgid "Convolution Matrix does not work on layers smaller than 3 pixels." -msgstr "Foldningsmatrix virker ikke på lag der er mindre end 3 skærmpunkter." +#: ../plug-ins/common/blur.c:125 +msgid "Simple blur, fast but not very strong" +msgstr "Simpel sløring. Hurtig, men ikke særlig stærk" -#: plug-ins/common/convmatrix.c:302 -msgid "Applying convolution" -msgstr "Anvender matrix" +#: ../plug-ins/common/blur.c:134 +msgid "_Blur" +msgstr "S_lør" -#: plug-ins/common/convmatrix.c:877 -msgid "Convolution Matrix" -msgstr "Foldningsmatrix" +#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp-mask.c:439 +msgid "Blurring" +msgstr "Slører" -#: plug-ins/common/convmatrix.c:902 -msgid "Matrix" -msgstr "Matrix" +#: ../plug-ins/common/border-average.c:99 +msgid "Set foreground to the average color of the image border" +msgstr "" -#: plug-ins/common/convmatrix.c:936 -msgid "D_ivisor:" -msgstr "D_ivisor:" +#: ../plug-ins/common/border-average.c:104 +#, fuzzy +msgid "_Border Average..." +msgstr "Kantgennemsnit..." -#: plug-ins/common/convmatrix.c:957 plug-ins/common/depthmerge.c:748 -#: plug-ins/common/raw.c:972 -msgid "O_ffset:" -msgstr "A_fstand:" +#: ../plug-ins/common/border-average.c:171 +#, fuzzy +msgid "Border Average" +msgstr "Kantgennemsnit..." -#: plug-ins/common/convmatrix.c:983 -msgid "A_utomatic" -msgstr "A_utomatisk" +#: ../plug-ins/common/border-average.c:351 +msgid "Borderaverage" +msgstr "Kantgennemsnit" -#: plug-ins/common/convmatrix.c:992 -msgid "A_lpha-weighting" -msgstr "A_lfa-vægtning" +#: ../plug-ins/common/border-average.c:372 +msgid "Border Size" +msgstr "Kantstørrelse" -#: plug-ins/common/convmatrix.c:1008 -msgid "Border" -msgstr "Kant" +#: ../plug-ins/common/border-average.c:380 +msgid "_Thickness:" +msgstr "_Tykkelse:" -#: plug-ins/common/convmatrix.c:1032 -msgid "Channels" -msgstr "Kanaler" +#. Number of Colors frame +#: ../plug-ins/common/border-average.c:415 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:908 +msgid "Number of Colors" +msgstr "Antal farver" -#: plug-ins/common/csource.c:108 +#: ../plug-ins/common/border-average.c:423 #, fuzzy -msgid "C source code" -msgstr "Farvetilstand" +msgid "_Bucket size:" +msgstr "_Spandstørrelse:" -#: plug-ins/common/csource.c:635 -msgid "Save as C-Source" -msgstr "Gem som C-kildekode" +#: ../plug-ins/common/bump-map.c:257 +msgid "Create an embossing effect using a bump map" +msgstr "" -# RETMIG: eller "Foranstillet navn"? -#: plug-ins/common/csource.c:659 +#: ../plug-ins/common/bump-map.c:267 #, fuzzy -msgid "_Prefixed name:" -msgstr "_Præfiksnavn:" +msgid "_Bump Map..." +msgstr "_Højdekort" -#: plug-ins/common/csource.c:668 -msgid "Co_mment:" -msgstr "Ko_mmentar:" +#: ../plug-ins/common/bump-map.c:415 +#, fuzzy +msgid "Bump-mapping" +msgstr "Tilføjer højder..." -#. Use Comment -#. -#: plug-ins/common/csource.c:675 +#: ../plug-ins/common/bump-map.c:766 +msgid "Bump Map" +msgstr "Højdekort" + +#: ../plug-ins/common/bump-map.c:832 #, fuzzy -msgid "_Save comment to file" -msgstr "_Gem kommentar i fil" +msgid "_Bump map:" +msgstr "_Højdekort:" -#. GLib types -#. -#: plug-ins/common/csource.c:687 +#. Map type menu +#: ../plug-ins/common/bump-map.c:835 ../plug-ins/flame/flame.c:748 +#: ../plug-ins/lighting/lighting-ui.c:842 +msgid "Linear" +msgstr "Lineær" + +#: ../plug-ins/common/bump-map.c:836 ../plug-ins/flame/flame.c:750 +#: ../plug-ins/lighting/lighting-ui.c:845 +msgid "Spherical" +msgstr "Kugleformet" + +#: ../plug-ins/common/bump-map.c:837 ../plug-ins/flame/flame.c:749 +#: ../plug-ins/lighting/lighting-ui.c:844 +msgid "Sinusoidal" +msgstr "Sinusformet" + +#: ../plug-ins/common/bump-map.c:844 #, fuzzy -msgid "_Use GLib types (guint8*)" -msgstr "_Brug GLib-typer (guint8*)" +msgid "_Map type:" +msgstr "Afbildningstype" -#. Use Macros -#. -#: plug-ins/common/csource.c:699 +#. Compensate darkening +#: ../plug-ins/common/bump-map.c:849 #, fuzzy -msgid "Us_e macros instead of struct" -msgstr "Brug _makroer i stedet for struct" +msgid "Co_mpensate for darkening" +msgstr "Ko_mpensér for formørkelse" -#. Use RLE -#. -#: plug-ins/common/csource.c:711 +#. Invert bumpmap +#: ../plug-ins/common/bump-map.c:863 #, fuzzy -msgid "Use _1 byte Run-Length-Encoding" -msgstr "Brug _1 byte-rækkekomprimering (RLE)" +msgid "I_nvert bumpmap" +msgstr "I_nvertér højdekort" -#. Alpha -#. -#: plug-ins/common/csource.c:723 +#. Tile bumpmap +#: ../plug-ins/common/bump-map.c:877 #, fuzzy -msgid "Sa_ve alpha channel (RGBA/RGB)" -msgstr "Gem _alfakanal (RGBA/RGB)" +msgid "_Tile bumpmap" +msgstr "_Fliselæg højdekort" -#: plug-ins/common/csource.c:741 plug-ins/common/sparkle.c:427 -msgid "Op_acity:" -msgstr "Ui_gennemsighed:" +#: ../plug-ins/common/bump-map.c:892 ../plug-ins/common/emboss.c:499 +msgid "_Azimuth:" +msgstr "_Azimut:" + +#: ../plug-ins/common/bump-map.c:904 +msgid "_Elevation:" +msgstr "_Forhøjelse:" -#: plug-ins/common/cubism.c:156 +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 #, fuzzy -msgid "_Cubism..." -msgstr "Kubisme" +msgid "_X offset:" +msgstr "_x-afstand:" -#: plug-ins/common/cubism.c:269 -msgid "Cubism" -msgstr "Kubisme" +#: ../plug-ins/common/bump-map.c:933 ../plug-ins/common/bump-map.c:947 +msgid "" +"The offset can be adjusted by dragging the preview using the middle mouse " +"button." +msgstr "" -#: plug-ins/common/cubism.c:298 +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 #, fuzzy -msgid "_Tile size:" -msgstr "_Flisestørrelse:" +msgid "_Y offset:" +msgstr "_y-afstand:" -#: plug-ins/common/cubism.c:311 -#, fuzzy -msgid "T_ile saturation:" -msgstr "Flise_mætning:" +#: ../plug-ins/common/bump-map.c:958 +msgid "_Waterlevel:" +msgstr "_Vandstand:" -#: plug-ins/common/cubism.c:322 -#, fuzzy -msgid "_Use background color" -msgstr "_Brug baggrundsfarve" +#: ../plug-ins/common/bump-map.c:970 +msgid "A_mbient:" +msgstr "O_mgivende:" -#: plug-ins/common/cubism.c:412 -#, fuzzy -msgid "Cubistic Transformation..." -msgstr "Kubistisk transformering" +#: ../plug-ins/common/cartoon.c:142 +msgid "Simulate a cartoon by enhancing edges" +msgstr "" -#: plug-ins/common/curve_bend.c:572 +#: ../plug-ins/common/cartoon.c:147 #, fuzzy -msgid "_Curve Bend..." -msgstr "Kurvebøjer..." - -#: plug-ins/common/curve_bend.c:708 -msgid "Can operate on layers only (but was called on channel or mask)." -msgstr "Kan kun operere på lag (men blev kaldt på en kanal eller en maske)." +msgid "Ca_rtoon..." +msgstr "_Overskrift" -#: plug-ins/common/curve_bend.c:726 +#: ../plug-ins/common/cartoon.c:811 #, fuzzy -msgid "Cannot operate on layers with masks." -msgstr "Kan ikke arbejde med indekserede farvebilleder" +msgid "Cartoon" +msgstr "_Overskrift" -#: plug-ins/common/curve_bend.c:741 -msgid "Cannot operate on empty selections." -msgstr "Kan ikke arbejde med tomme markeringer." +#: ../plug-ins/common/cartoon.c:848 ../plug-ins/common/photocopy.c:876 +#, fuzzy +msgid "_Mask radius:" +msgstr "_Sløringsradius:" -#. Possibly retrieve data from a previous run -#. The shell and main vbox -#: plug-ins/common/curve_bend.c:1244 -msgid "Curve Bend" -msgstr "Kurvebøjning" +#: ../plug-ins/common/cartoon.c:862 +#, fuzzy +msgid "_Percent black:" +msgstr "Procent" -#. Preview area, top of column -#: plug-ins/common/curve_bend.c:1273 plug-ins/gimpressionist/orientmap.c:567 -#: plug-ins/gimpressionist/sizemap.c:437 -msgid "Preview" -msgstr "Miniature" +#: ../plug-ins/common/channel-mixer.c:175 +msgid "Alter colors by mixing RGB Channels" +msgstr "" -# se næste for sammenhæng -#. The preview button -#: plug-ins/common/curve_bend.c:1307 +#: ../plug-ins/common/channel-mixer.c:180 #, fuzzy -msgid "_Preview once" -msgstr "V_is eksempel" +msgid "Channel Mi_xer..." +msgstr "Kanalmixer" -#. The preview toggle -#: plug-ins/common/curve_bend.c:1316 +#. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ", +#. param[3].data.d_int32, mix.black.red_gain, +#. mix.black.green_gain, mix.black.blue_gain); +#: ../plug-ins/common/channel-mixer.c:271 +#: ../plug-ins/common/channel-mixer.c:492 +msgid "Channel Mixer" +msgstr "Kanalmixer" + +#: ../plug-ins/common/channel-mixer.c:529 #, fuzzy -msgid "Automatic pre_view" -msgstr "_Hold eksempel opdateret" +msgid "O_utput channel:" +msgstr "_Udkanal:" -#. Options area, bottom of column -#. the vertical box and its toggle buttons -#. Options section -#: plug-ins/common/curve_bend.c:1326 plug-ins/common/mosaic.c:529 -#: plug-ins/common/ripple.c:501 plug-ins/gfig/gfig-dialog.c:1209 -msgid "Options" -msgstr "Indstillinger" +#. Redmode radio frame +#: ../plug-ins/common/channel-mixer.c:538 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:991 +msgid "Red" +msgstr "Rød" -#. Rotate spinbutton -#: plug-ins/common/curve_bend.c:1340 -msgid "Rotat_e:" -msgstr "R_otér:" +#. Greenmode radio frame +#: ../plug-ins/common/channel-mixer.c:543 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1032 +msgid "Green" +msgstr "Grøn" -#. The smoothing toggle -#: plug-ins/common/curve_bend.c:1358 -msgid "Smoo_thing" -msgstr "Ud_jævning" +#. Bluemode radio frame +#: ../plug-ins/common/channel-mixer.c:548 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1073 +msgid "Blue" +msgstr "Blå" -#. The antialiasing toggle -#: plug-ins/common/curve_bend.c:1368 plug-ins/common/gqbist.c:823 -#: plug-ins/common/mosaic.c:535 plug-ins/common/ripple.c:510 -msgid "_Antialiasing" -msgstr "_Udglatning" +#: ../plug-ins/common/channel-mixer.c:583 +#: ../plug-ins/common/color-exchange.c:398 ../plug-ins/common/compose.c:190 +#: ../plug-ins/common/compose.c:201 ../plug-ins/common/diffraction.c:501 +#: ../plug-ins/common/diffraction.c:539 ../plug-ins/common/diffraction.c:577 +#: ../plug-ins/common/noise-rgb.c:530 ../plug-ins/common/noise-rgb.c:537 +msgid "_Red:" +msgstr "_Rød:" -#. The work_on_copy toggle -#: plug-ins/common/curve_bend.c:1378 -#, fuzzy -msgid "Work on cop_y" -msgstr "Arbejd på _kopi" +#: ../plug-ins/common/channel-mixer.c:601 +#: ../plug-ins/common/color-exchange.c:458 ../plug-ins/common/compose.c:191 +#: ../plug-ins/common/compose.c:202 ../plug-ins/common/diffraction.c:510 +#: ../plug-ins/common/diffraction.c:548 ../plug-ins/common/diffraction.c:586 +#: ../plug-ins/common/noise-rgb.c:531 ../plug-ins/common/noise-rgb.c:538 +msgid "_Green:" +msgstr "_Grøn:" -#. The curves graph -#: plug-ins/common/curve_bend.c:1388 -msgid "Modify Curves" -msgstr "Ændr kurver" +#: ../plug-ins/common/channel-mixer.c:620 +#: ../plug-ins/common/color-exchange.c:519 ../plug-ins/common/compose.c:192 +#: ../plug-ins/common/compose.c:203 ../plug-ins/common/diffraction.c:519 +#: ../plug-ins/common/diffraction.c:557 ../plug-ins/common/diffraction.c:595 +#: ../plug-ins/common/noise-rgb.c:532 ../plug-ins/common/noise-rgb.c:539 +msgid "_Blue:" +msgstr "_Blå:" -#: plug-ins/common/curve_bend.c:1416 -msgid "Curve for Border" -msgstr "Kurve for kant" +#: ../plug-ins/common/channel-mixer.c:636 +msgid "_Monochrome" +msgstr "_Sort/hvid" -#: plug-ins/common/curve_bend.c:1420 -msgid "_Upper" -msgstr "_Øvre" +#: ../plug-ins/common/channel-mixer.c:649 +#, fuzzy +msgid "Preserve _luminosity" +msgstr "Bevar _lysstyrke" -#: plug-ins/common/curve_bend.c:1421 -msgid "_Lower" -msgstr "_Nedre" +#: ../plug-ins/common/channel-mixer.c:878 +msgid "Load Channel Mixer Settings" +msgstr "Indlæs kanalmixerindstillinger" -#: plug-ins/common/curve_bend.c:1431 -msgid "Curve Type" -msgstr "Kurvetype" +#. stat error (file does not exist) +#: ../plug-ins/common/channel-mixer.c:982 +#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:885 +#: ../plug-ins/common/file-cel.c:312 ../plug-ins/common/file-compressor.c:498 +#: ../plug-ins/common/file-compressor.c:666 +#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 +#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 +#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541 +#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1751 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 +#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-psd/psd-thumb-load.c:80 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:190 +#: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568 +#: ../plug-ins/flame/flame.c:412 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:929 +#: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 +#: ../plug-ins/help/gimphelplocale.c:239 +#: ../plug-ins/lighting/lighting-ui.c:1354 +#, c-format +msgid "Could not open '%s' for reading: %s" +msgstr "Kan ikke åbne '%s' til læsning: %s" -# om det skal være en "glat" kurve -#: plug-ins/common/curve_bend.c:1435 -msgid "Smoot_h" -msgstr "_Glat" +#: ../plug-ins/common/channel-mixer.c:1005 +msgid "Save Channel Mixer Settings" +msgstr "Gem kanalmixerindstillinger" -# eller en frihåndskurve -#: plug-ins/common/curve_bend.c:1436 -msgid "_Free" -msgstr "_Frihånds" +#: ../plug-ins/common/channel-mixer.c:1060 +#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:833 +#: ../plug-ins/common/file-cel.c:583 ../plug-ins/common/file-compressor.c:426 +#: ../plug-ins/common/file-compressor.c:508 +#: ../plug-ins/common/file-compressor.c:590 +#: ../plug-ins/common/file-compressor.c:677 +#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 +#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 +#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 +#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2111 +#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 +#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:163 +#: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729 +#: ../plug-ins/flame/flame.c:443 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546 +#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/ifs-compose/ifs-compose.c:2374 +#: ../plug-ins/lighting/lighting-ui.c:1211 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "Kan ikke åbne '%s' til skrivning: %s" -#. The Copy button -#: plug-ins/common/curve_bend.c:1451 -msgid "_Copy" -msgstr "_Kopiér" +#: ../plug-ins/common/channel-mixer.c:1068 +#: ../plug-ins/common/cml-explorer.c:2060 +#, fuzzy, c-format +msgid "Parameters were saved to '%s'" +msgstr "Parametre blev gemt i \"%s\"" -#: plug-ins/common/curve_bend.c:1456 -msgid "Copy the active curve to the other border" -msgstr "Kopiér den aktive kurve til den anden kant" +#: ../plug-ins/common/checkerboard.c:89 +msgid "Create a checkerboard pattern" +msgstr "Skab et skakbrætmønster" -#. The CopyInv button -#: plug-ins/common/curve_bend.c:1463 -msgid "_Mirror" -msgstr "_Spejl" +#: ../plug-ins/common/checkerboard.c:94 +#, fuzzy +msgid "_Checkerboard..." +msgstr "Skakbræt" -#: plug-ins/common/curve_bend.c:1468 -msgid "Mirror the active curve to the other border" -msgstr "Spejl den aktive kurve til den anden kant" +#: ../plug-ins/common/checkerboard.c:161 +#, fuzzy +msgid "Adding checkerboard" +msgstr "Tilføjer skakbræt..." -#. The Swap button -#: plug-ins/common/curve_bend.c:1476 -msgid "S_wap" -msgstr "B_yt" +#: ../plug-ins/common/checkerboard.c:346 +msgid "Checkerboard" +msgstr "Skakbræt" -#: plug-ins/common/curve_bend.c:1481 -msgid "Swap the two curves" -msgstr "Byt de to kurver" +#: ../plug-ins/common/checkerboard.c:412 +#: ../plug-ins/gimpressionist/sizemap.c:511 +msgid "_Size:" +msgstr "_Størrelse:" -#: plug-ins/common/curve_bend.c:1493 -msgid "Reset the active curve" -msgstr "Nulstil den aktive kurve" +# effekten svarer til at skakbrættet buler ud - ligesom hvis man +# forestillede sig det var lavet af stof og man så trak i nogle af +# trådene i kanten +#: ../plug-ins/common/checkerboard.c:421 +msgid "_Psychobilly" +msgstr "_Udbulning" -#: plug-ins/common/curve_bend.c:1510 -msgid "Load the curves from a file" -msgstr "Indlæs kurver fra en fil" +#: ../plug-ins/common/cml-explorer.c:129 +msgid "Keep image's values" +msgstr "Behold billedets værdier" -#: plug-ins/common/curve_bend.c:1522 -msgid "Save the curves to a file" -msgstr "Gem kurver til en fil" +#: ../plug-ins/common/cml-explorer.c:130 +msgid "Keep the first value" +msgstr "Behold første værdi" -#: plug-ins/common/curve_bend.c:2057 -msgid "Load Curve Points from file" -msgstr "Indlæs kurvepunkter fra fil" +#: ../plug-ins/common/cml-explorer.c:131 +msgid "Fill with parameter k" +msgstr "Fyld med parameter k" -#: plug-ins/common/curve_bend.c:2084 -msgid "Save Curve Points to file" -msgstr "Gem kurvepunkter til fil" +#: ../plug-ins/common/cml-explorer.c:132 +msgid "k{x(1-x)}^p" +msgstr "k{x(1-x)}^p" -#: plug-ins/common/curve_bend.c:2969 -msgid "Curve Bend..." -msgstr "Kurvebøjer..." +#: ../plug-ins/common/cml-explorer.c:133 +msgid "k{x(1-x)}^p stepped" +msgstr "k{x(1-x)}^p trinvis" -#: plug-ins/common/decompose.c:130 plug-ins/common/decompose.c:133 -#: plug-ins/common/decompose.c:135 -msgid "red" -msgstr "rød" +#: ../plug-ins/common/cml-explorer.c:134 +msgid "kx^p" +msgstr "kx^p" -#: plug-ins/common/decompose.c:131 plug-ins/common/decompose.c:134 -#: plug-ins/common/decompose.c:136 -msgid "green" -msgstr "grøn" +#: ../plug-ins/common/cml-explorer.c:135 +msgid "kx^p stepped" +msgstr "kx^p trinvis" -#: plug-ins/common/decompose.c:132 plug-ins/common/decompose.c:137 -#: plug-ins/common/decompose.c:139 -msgid "blue" -msgstr "blå" +#: ../plug-ins/common/cml-explorer.c:136 +msgid "k(1-x^p)" +msgstr "k(1-x^p)" -#: plug-ins/common/decompose.c:138 plug-ins/common/decompose.c:159 -msgid "alpha" -msgstr "alfa" +#: ../plug-ins/common/cml-explorer.c:137 +msgid "k(1-x^p) stepped" +msgstr "k(1-x^p) trinvis" -#: plug-ins/common/decompose.c:140 plug-ins/common/decompose.c:143 -msgid "hue" -msgstr "farvetone" +#: ../plug-ins/common/cml-explorer.c:138 +msgid "Delta function" +msgstr "Deltafunktion" -#: plug-ins/common/decompose.c:141 plug-ins/common/decompose.c:144 -msgid "saturation" -msgstr "mætning" +#: ../plug-ins/common/cml-explorer.c:139 +msgid "Delta function stepped" +msgstr "Deltafunktion trinvis" -#: plug-ins/common/decompose.c:142 plug-ins/common/decompose.c:145 -msgid "value" -msgstr "værdi" +#: ../plug-ins/common/cml-explorer.c:140 +msgid "sin^p-based function" +msgstr "sin^p-baseret funktion" -#: plug-ins/common/decompose.c:146 plug-ins/common/decompose.c:149 -msgid "cyan" -msgstr "cyan" +#: ../plug-ins/common/cml-explorer.c:141 +msgid "sin^p, stepped" +msgstr "sin^p, trinvis" -#: plug-ins/common/decompose.c:147 plug-ins/common/decompose.c:150 -msgid "magenta" -msgstr "magenta" +#: ../plug-ins/common/cml-explorer.c:167 +msgid "Max (x, -)" +msgstr "Maks (x, -)" -#: plug-ins/common/decompose.c:148 plug-ins/common/decompose.c:151 -msgid "yellow" -msgstr "gul" +#: ../plug-ins/common/cml-explorer.c:168 +msgid "Max (x+d, -)" +msgstr "Maks (x+d, -)" -#: plug-ins/common/decompose.c:149 -msgid "Cyan" -msgstr "Cyan" +#: ../plug-ins/common/cml-explorer.c:169 +msgid "Max (x-d, -)" +msgstr "Maks (x-d, -)" -#: plug-ins/common/decompose.c:150 -msgid "Magenta" -msgstr "Magenta" +#: ../plug-ins/common/cml-explorer.c:170 +msgid "Min (x, -)" +msgstr "Min (x, -)" -#: plug-ins/common/decompose.c:151 -msgid "Yellow" -msgstr "Gul" +#: ../plug-ins/common/cml-explorer.c:171 +msgid "Min (x+d, -)" +msgstr "Min (x+d, -)" -#: plug-ins/common/decompose.c:152 plug-ins/common/decompose.c:156 -msgid "cyan_k" -msgstr "cyan_k" - -#: plug-ins/common/decompose.c:153 plug-ins/common/decompose.c:157 -msgid "magenta_k" -msgstr "magenta_k" - -#: plug-ins/common/decompose.c:154 plug-ins/common/decompose.c:158 -msgid "yellow_k" -msgstr "gul_k" +#: ../plug-ins/common/cml-explorer.c:172 +msgid "Min (x-d, -)" +msgstr "Min (x-d, -)" -#: plug-ins/common/decompose.c:155 -msgid "black" -msgstr "sort" +#: ../plug-ins/common/cml-explorer.c:173 +msgid "Max (x+d, -), (x < 0.5)" +msgstr "Maks (x+d, -), (x < 0.5)" -#: plug-ins/common/decompose.c:156 -msgid "Cyan_K" -msgstr "Cyan_K" +#: ../plug-ins/common/cml-explorer.c:174 +msgid "Max (x+d, -), (0.5 < x)" +msgstr "Maks (x+d, -), (0.5 < x)" -#: plug-ins/common/decompose.c:157 -msgid "Magenta_K" -msgstr "Magenta_K" +#: ../plug-ins/common/cml-explorer.c:175 +msgid "Max (x-d, -), (x < 0.5)" +msgstr "Maks (x-d, -), (x < 0.5)" -#: plug-ins/common/decompose.c:158 -msgid "Yellow_K" -msgstr "Gul_K" +#: ../plug-ins/common/cml-explorer.c:176 +msgid "Max (x-d, -), (0.5 < x)" +msgstr "Maks (x-d, -), (0.5 < x)" -#: plug-ins/common/decompose.c:159 -msgid "Alpha" -msgstr "Alfa" +#: ../plug-ins/common/cml-explorer.c:177 +msgid "Min (x+d, -), (x < 0.5)" +msgstr "Min (x+d, -), (x < 0.5)" -#: plug-ins/common/decompose.c:166 -msgid "luma_y470" -msgstr "luma_y470" - -#: plug-ins/common/decompose.c:167 -msgid "blueness_cb470" -msgstr "blåhed_cb470" - -#: plug-ins/common/decompose.c:168 -msgid "redness_cr470" -msgstr "rødhed_cr470" - -#: plug-ins/common/decompose.c:170 -msgid "luma_y709" -msgstr "luma_y709" - -#: plug-ins/common/decompose.c:171 -msgid "blueness_cb709" -msgstr "blåhed_cb709" - -#: plug-ins/common/decompose.c:172 -msgid "redness_cr709" -msgstr "rødhed_cr709" - -#: plug-ins/common/decompose.c:174 -msgid "luma_y470f" -msgstr "luma_y470f" - -#: plug-ins/common/decompose.c:175 -msgid "blueness_cb470f" -msgstr "blåhed_cb470f" - -#: plug-ins/common/decompose.c:176 -msgid "redness_cr470f" -msgstr "rødhed_cr470f" - -#: plug-ins/common/decompose.c:178 -msgid "luma_y709f" -msgstr "luma_y709f" - -#: plug-ins/common/decompose.c:179 -msgid "blueness_cb709f" -msgstr "blåhed_cb709f" - -#: plug-ins/common/decompose.c:180 -msgid "redness_cr709f" -msgstr "rødhed_cr709f" +#: ../plug-ins/common/cml-explorer.c:178 +msgid "Min (x+d, -), (0.5 < x)" +msgstr "Min (x+d, -), (0.5 < x)" -#: plug-ins/common/decompose.c:245 -#, fuzzy -msgid "_Decompose..." -msgstr "Opbrydning" +#: ../plug-ins/common/cml-explorer.c:179 +msgid "Min (x-d, -), (x < 0.5)" +msgstr "Min (x-d, -), (x < 0.5)" -#: plug-ins/common/decompose.c:330 -msgid "Decomposing..." -msgstr "Bryder op..." +#: ../plug-ins/common/cml-explorer.c:180 +msgid "Min (x-d, -), (0.5 < x)" +msgstr "Min (x-d, -), (0.5 < x)" -#: plug-ins/common/decompose.c:1198 -msgid "Decompose" -msgstr "Opbrydning" +#: ../plug-ins/common/cml-explorer.c:200 ../plug-ins/common/file-sunras.c:1651 +msgid "Standard" +msgstr "Standard" -#. parameter settings -#: plug-ins/common/decompose.c:1214 -#, fuzzy -msgid "Extract Channels" -msgstr "Udtræk kanaler:" +#: ../plug-ins/common/cml-explorer.c:201 +msgid "Use average value" +msgstr "Brug middelværdi" -#: plug-ins/common/decompose.c:1242 -#, fuzzy -msgid "Decompose to _layers" -msgstr "Opbryd i _lag" +#: ../plug-ins/common/cml-explorer.c:202 +msgid "Use reverse value" +msgstr "Brug omvendt værdi" -#: plug-ins/common/deinterlace.c:99 -#, fuzzy -msgid "_Deinterlace..." -msgstr "Fjerner linjespring..." +#: ../plug-ins/common/cml-explorer.c:203 +msgid "With random power (0,10)" +msgstr "Med vilkårlig potens (0,10)" -#: plug-ins/common/deinterlace.c:156 -msgid "Deinterlace..." -msgstr "Fjerner linjespring..." +#: ../plug-ins/common/cml-explorer.c:204 +msgid "With random power (0,1)" +msgstr "Med vilkårlig potens (0,1)" -#: plug-ins/common/deinterlace.c:315 -msgid "Deinterlace" -msgstr "Fjern linjespring" +#: ../plug-ins/common/cml-explorer.c:205 +msgid "With gradient power (0,1)" +msgstr "Med overgangspotens (0,1)" -#: plug-ins/common/deinterlace.c:340 -#, fuzzy -msgid "Keep o_dd fields" -msgstr "Behold _ulige linjer" +#: ../plug-ins/common/cml-explorer.c:206 +msgid "Multiply rand. value (0,1)" +msgstr "Gang med tilfældig værdi (0,1)" -#: plug-ins/common/deinterlace.c:341 -#, fuzzy -msgid "Keep _even fields" -msgstr "Behold _lige linjer" +#: ../plug-ins/common/cml-explorer.c:207 +msgid "Multiply rand. value (0,2)" +msgstr "Gang med tilfældig værdi (0,2)" -#: plug-ins/common/depthmerge.c:192 -#, fuzzy -msgid "_Depth Merge..." -msgstr "Dybdeforening" +#: ../plug-ins/common/cml-explorer.c:208 +msgid "Multiply gradient (0,1)" +msgstr "Gang med overgang (0,1)" -#: plug-ins/common/depthmerge.c:382 -msgid "Depth-merging..." -msgstr "Dybdeforener..." +#: ../plug-ins/common/cml-explorer.c:209 +msgid "With p and random (0,1)" +msgstr "Med p og tilfældig (0,1)" -#: plug-ins/common/depthmerge.c:631 -msgid "Depth Merge" -msgstr "Dybdeforening" +#: ../plug-ins/common/cml-explorer.c:223 +msgid "All black" +msgstr "Kun sort" -#: plug-ins/common/depthmerge.c:676 -msgid "Source 1:" -msgstr "Kilde 1:" +#: ../plug-ins/common/cml-explorer.c:224 +msgid "All gray" +msgstr "Kun grå" -#: plug-ins/common/depthmerge.c:691 plug-ins/common/depthmerge.c:721 -#, fuzzy -msgid "Depth map:" -msgstr "Dybdekort:" +#: ../plug-ins/common/cml-explorer.c:225 +msgid "All white" +msgstr "Kun hvid" -#: plug-ins/common/depthmerge.c:706 -msgid "Source 2:" -msgstr "Kilde 2:" +#: ../plug-ins/common/cml-explorer.c:226 +msgid "The first row of the image" +msgstr "Den første række i billedet" -#: plug-ins/common/depthmerge.c:738 -#, fuzzy -msgid "O_verlap:" -msgstr "Overlap:" +#: ../plug-ins/common/cml-explorer.c:227 +msgid "Continuous gradient" +msgstr "Kontinuert overgang" -#: plug-ins/common/depthmerge.c:758 -#, fuzzy -msgid "Sc_ale 1:" -msgstr "Skala 1:" +#: ../plug-ins/common/cml-explorer.c:228 +msgid "Continuous grad. w/o gap" +msgstr "Kontinuert overgang uden afbræk" -#: plug-ins/common/depthmerge.c:768 -#, fuzzy -msgid "Sca_le 2:" -msgstr "Skala 2:" +#: ../plug-ins/common/cml-explorer.c:229 +msgid "Random, ch. independent" +msgstr "Tilfældig, kanaluafhængig" -#: plug-ins/common/despeckle.c:177 -#, fuzzy -msgid "Des_peckle..." -msgstr "Fjern kornstøj" +#: ../plug-ins/common/cml-explorer.c:230 +msgid "Random shared" +msgstr "Tilfældig delt" -#: plug-ins/common/despeckle.c:418 plug-ins/common/despeckle.c:640 -msgid "Despeckle" -msgstr "Fjern kornstøj" +#: ../plug-ins/common/cml-explorer.c:231 +msgid "Randoms from seed" +msgstr "Tilfældige tal fra startværdi" -#. -#. * Filter type controls... -#. -#: plug-ins/common/despeckle.c:444 plug-ins/gimpressionist/orientmap.c:616 -msgid "Type" -msgstr "Type" +#: ../plug-ins/common/cml-explorer.c:232 +msgid "Randoms from seed (shared)" +msgstr "Tilfældige tal fra startværdi (delt)" -#. parameter settings -#: plug-ins/common/despeckle.c:454 -#, fuzzy -msgid "Median" -msgstr "Radianer" +#: ../plug-ins/common/cml-explorer.c:300 ../plug-ins/common/cml-explorer.c:308 +#: ../plug-ins/common/decompose.c:188 +#: ../plug-ins/gimpressionist/orientation.c:180 +#: ../plug-ins/gimpressionist/size.c:183 +msgid "Hue" +msgstr "Farvetone" -#: plug-ins/common/despeckle.c:460 -msgid "_Adaptive" -msgstr "_Tilpassende" +#: ../plug-ins/common/cml-explorer.c:301 ../plug-ins/common/cml-explorer.c:309 +#: ../plug-ins/common/decompose.c:189 +msgid "Saturation" +msgstr "Mætning" -#: plug-ins/common/despeckle.c:470 -msgid "R_ecursive" -msgstr "R_ekursiv" +#: ../plug-ins/common/cml-explorer.c:302 ../plug-ins/common/cml-explorer.c:310 +#: ../plug-ins/common/decompose.c:190 +#: ../plug-ins/gimpressionist/orientation.c:156 +#: ../plug-ins/gimpressionist/size.c:159 +msgid "Value" +msgstr "Værdi" -#: plug-ins/common/despeckle.c:494 plug-ins/common/neon.c:727 -#: plug-ins/common/nlfilt.c:1083 plug-ins/common/nova.c:359 -#: plug-ins/common/unsharp.c:665 plug-ins/common/whirlpinch.c:588 -#: plug-ins/gflare/gflare.c:2686 plug-ins/imagemap/imap_circle.c:278 -msgid "_Radius:" -msgstr "_Radius:" +#: ../plug-ins/common/cml-explorer.c:307 +msgid "(None)" +msgstr "(ingen)" -#: plug-ins/common/despeckle.c:510 +# RETMIG: find den danske betegnelse for dette +#: ../plug-ins/common/cml-explorer.c:455 #, fuzzy -msgid "_Black level:" -msgstr "_Sort niveau:" +msgid "Create abstract Coupled-Map Lattice patterns" +msgstr "Coupled-Map-Lattice-udforsker" -#: plug-ins/common/despeckle.c:526 +#: ../plug-ins/common/cml-explorer.c:466 #, fuzzy -msgid "_White level:" -msgstr "H_vidt niveau:" +msgid "CML _Explorer..." +msgstr "CML-udforsker: udvikler..." -#: plug-ins/common/destripe.c:113 +#: ../plug-ins/common/cml-explorer.c:756 #, fuzzy -msgid "Des_tripe..." -msgstr "Fjerner striber..." - -#: plug-ins/common/destripe.c:276 -msgid "Destriping..." -msgstr "Fjerner striber..." - -#: plug-ins/common/destripe.c:442 -msgid "Destripe" -msgstr "Fjern striber" +msgid "CML Explorer: evoluting" +msgstr "CML-udforsker: udvikler..." -#: plug-ins/common/destripe.c:469 plug-ins/common/gtm.c:578 -#: plug-ins/common/postscript.c:2958 plug-ins/common/postscript.c:3119 -#: plug-ins/common/raw.c:985 plug-ins/common/smooth_palette.c:429 -#: plug-ins/common/tile.c:417 plug-ins/imagemap/imap_cmd_guides.c:167 -#: plug-ins/imagemap/imap_rectangle.c:403 -msgid "_Width:" -msgstr "_Bredde:" +# RETMIG: find den danske betegnelse for dette +#: ../plug-ins/common/cml-explorer.c:1177 +msgid "Coupled-Map-Lattice Explorer" +msgstr "Coupled-Map-Lattice-udforsker" -#: plug-ins/common/destripe.c:480 +#: ../plug-ins/common/cml-explorer.c:1224 #, fuzzy -msgid "Create _histogram" -msgstr "Opret _histogram" +msgid "New Seed" +msgstr "Ny startværdi" -#: plug-ins/common/dicom.c:134 +#: ../plug-ins/common/cml-explorer.c:1235 #, fuzzy -msgid "DICOM image" -msgstr "_Billede" +msgid "Fix Seed" +msgstr "Fast startværdi" -#: plug-ins/common/dicom.c:159 -msgid "Digital Imaging and Communications in Medicine image" -msgstr "" +#: ../plug-ins/common/cml-explorer.c:1246 +msgid "Random Seed" +msgstr "Tilfældig startværdi" -#: plug-ins/common/dicom.c:318 -#, c-format -msgid "'%s' is not a DICOM file." -msgstr "\"%s\" er ikke en DICOM-fil" +#: ../plug-ins/common/cml-explorer.c:1288 ../plug-ins/common/filter-pack.c:700 +#: ../plug-ins/common/van-gogh-lic.c:671 +msgid "_Hue" +msgstr "_Farvetone" -#: plug-ins/common/diffraction.c:177 -#, fuzzy -msgid "_Diffraction Patterns..." -msgstr "Diffraktionsmønstre" +#: ../plug-ins/common/cml-explorer.c:1292 +msgid "Sat_uration" +msgstr "Mæ_tning" -#: plug-ins/common/diffraction.c:334 -msgid "Creating diffraction pattern..." -msgstr "Opretter diffraktionsmønster..." +#: ../plug-ins/common/cml-explorer.c:1296 ../plug-ins/common/filter-pack.c:708 +msgid "_Value" +msgstr "_Værdi:" -#: plug-ins/common/diffraction.c:438 -msgid "Diffraction Patterns" -msgstr "Diffraktionsmønstre" +#: ../plug-ins/common/cml-explorer.c:1300 +msgid "_Advanced" +msgstr "_Avanceret" -#: plug-ins/common/diffraction.c:524 +#: ../plug-ins/common/cml-explorer.c:1315 #, fuzzy -msgid "Frequencies" -msgstr "_Frekvenser" +msgid "Channel Independent Parameters" +msgstr "Parametre uafhængig af kanal" -#: plug-ins/common/diffraction.c:562 +#: ../plug-ins/common/cml-explorer.c:1337 #, fuzzy -msgid "Contours" -msgstr "Ko_nturer" +msgid "Initial value:" +msgstr "Begyndelsesværdi:" -#: plug-ins/common/diffraction.c:600 +#: ../plug-ins/common/cml-explorer.c:1343 #, fuzzy -msgid "Sharp edges" -msgstr "_Skarpe kanter" +msgid "Zoom scale:" +msgstr "Zoomskala:" -#: plug-ins/common/diffraction.c:612 plug-ins/common/softglow.c:673 -#: plug-ins/flame/flame.c:1037 -msgid "_Brightness:" -msgstr "_Lysstyrke:" +#: ../plug-ins/common/cml-explorer.c:1352 +#, fuzzy +msgid "Start offset:" +msgstr "Startafstand:" -#: plug-ins/common/diffraction.c:621 -msgid "Sc_attering:" -msgstr "S_predning:" +# "from seed" er en fejl i originalen, det burde være "fixed seed" som er oversat ovenfor +#: ../plug-ins/common/cml-explorer.c:1361 +msgid "Seed of Random (only for \"From Seed\" Modes)" +msgstr "Tilfældighedsstartværdi (kun for \"Fast startværdi\"-tilstand)" -#: plug-ins/common/diffraction.c:630 -#, fuzzy -msgid "Po_larization:" -msgstr "P_olarisering:" +#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261 +msgid "Seed:" +msgstr "Startværdi:" -#: plug-ins/common/diffraction.c:638 +#: ../plug-ins/common/cml-explorer.c:1385 #, fuzzy -msgid "Other options" -msgstr "_Andre indstillinger" +msgid "Switch to \"From seed\" With the Last Seed" +msgstr "Skift til \"Fast startværdi\" med sidste startværdi" -#: plug-ins/common/displace.c:154 -#, fuzzy -msgid "_Displace..." -msgstr "Forskyder..." +# "image on drawable" er det resulterende billede, altså bare billedet +#: ../plug-ins/common/cml-explorer.c:1397 +msgid "" +"\"Fix seed\" button is an alias of me.\n" +"The same seed produces the same image, if (1) the widths of images are same " +"(this is the reason why image on drawable is different from preview), and " +"(2) all mutation rates equal to zero." +msgstr "" +"\"Fast startværdi\"-knappen er et alias for mig.\n" +"Den samme startværdi producerer det samme billede hvis (1) bredden på " +"billedet er den samme (dette er grunden til at billedet er forskellig fra " +"miniaturen), og (2) alle muteringsgrader er lig nul." -#: plug-ins/common/displace.c:231 -msgid "Displacing..." -msgstr "Forskyder..." +#: ../plug-ins/common/cml-explorer.c:1405 +msgid "O_thers" +msgstr "_Andre" -#: plug-ins/common/displace.c:268 -msgid "Displace" -msgstr "Forskydning" +#: ../plug-ins/common/cml-explorer.c:1420 +msgid "Copy Settings" +msgstr "Indstillinger for kopiering" -#. X options -#: plug-ins/common/displace.c:297 +#: ../plug-ins/common/cml-explorer.c:1439 #, fuzzy -msgid "_X displacement:" -msgstr "_x-forskydning:" +msgid "Source channel:" +msgstr "Kildekanal:" -#. Y Options -#: plug-ins/common/displace.c:344 +#: ../plug-ins/common/cml-explorer.c:1454 +#: ../plug-ins/common/cml-explorer.c:1502 #, fuzzy -msgid "_Y displacement:" -msgstr "_y-forskydning:" +msgid "Destination channel:" +msgstr "Målkanal:" + +#: ../plug-ins/common/cml-explorer.c:1458 +#, fuzzy +msgid "Copy Parameters" +msgstr "Parametre for kopiering" + +#: ../plug-ins/common/cml-explorer.c:1467 +msgid "Selective Load Settings" +msgstr "Selektive indlæsningsindstillinger" + +#: ../plug-ins/common/cml-explorer.c:1487 +#, fuzzy +msgid "Source channel in file:" +msgstr "Kildekanal i fil:" -#: plug-ins/common/displace.c:390 -msgid "On Edges:" -msgstr "Ved kanter:" +#: ../plug-ins/common/cml-explorer.c:1508 +msgid "_Misc Ops." +msgstr "_Div. operationer" -#: plug-ins/common/displace.c:396 plug-ins/common/edge.c:729 -#: plug-ins/common/ripple.c:561 plug-ins/common/waves.c:274 -msgid "_Smear" -msgstr "Smør _ud" +#: ../plug-ins/common/cml-explorer.c:1557 +msgid "Function type:" +msgstr "Funktionstype:" -#: plug-ins/common/displace.c:398 plug-ins/common/edge.c:742 -#: plug-ins/common/fractaltrace.c:735 plug-ins/common/newsprint.c:408 -#: plug-ins/common/ripple.c:562 -msgid "_Black" -msgstr "_Sort" +#: ../plug-ins/common/cml-explorer.c:1573 +msgid "Composition:" +msgstr "Komposition:" -#: plug-ins/common/dog.c:139 +#: ../plug-ins/common/cml-explorer.c:1587 #, fuzzy -msgid "Difference of Gaussians..." -msgstr "Selektiv gaussisk sløring..." +msgid "Misc arrange:" +msgstr "Forskellige arrangeringer:" -#: plug-ins/common/dog.c:227 plug-ins/common/dog.c:274 +#: ../plug-ins/common/cml-explorer.c:1591 #, fuzzy -msgid "DoG Edge Detect" -msgstr "Kantfinding" +msgid "Use cyclic range" +msgstr "Benyt cyklisk interval" -#: plug-ins/common/dog.c:295 +#: ../plug-ins/common/cml-explorer.c:1601 #, fuzzy -msgid "Smoothing parameters" -msgstr "Parametre for kopiering" +msgid "Mod. rate:" +msgstr "Ændringsgrad:" -#: plug-ins/common/dog.c:309 +#: ../plug-ins/common/cml-explorer.c:1610 #, fuzzy -msgid "_Radius 1:" -msgstr "_Radius:" +msgid "Env. sensitivity:" +msgstr "Omgivelsesfølsomhed:" -#: plug-ins/common/dog.c:313 +#: ../plug-ins/common/cml-explorer.c:1619 #, fuzzy -msgid "R_adius 2:" -msgstr "R_adius:" +msgid "Diffusion dist.:" +msgstr "Muteringsdistribution:" -#: plug-ins/common/dog.c:325 plug-ins/common/normalize.c:88 +#: ../plug-ins/common/cml-explorer.c:1628 #, fuzzy -msgid "_Normalize" -msgstr "_Normal" - -#: plug-ins/common/dog.c:336 plug-ins/gimpressionist/paper.c:149 -msgid "_Invert" -msgstr "_Invertér" +msgid "# of subranges:" +msgstr "Antal underområder:" -#: plug-ins/common/edge.c:162 +# p'et er med lille i selve formlerne +#: ../plug-ins/common/cml-explorer.c:1637 #, fuzzy -msgid "_Edge..." -msgstr "Redigér.." - -#: plug-ins/common/edge.c:234 -msgid "Edge Detection..." -msgstr "Finder kanter..." +msgid "P(ower factor):" +msgstr "Eksponentfaktor (p):" -#: plug-ins/common/edge.c:648 -msgid "Edge Detection" -msgstr "Kantfinding" +#: ../plug-ins/common/cml-explorer.c:1646 +msgid "Parameter k:" +msgstr "Parameter k:" -#: plug-ins/common/edge.c:675 +#: ../plug-ins/common/cml-explorer.c:1655 #, fuzzy -msgid "Sobel" -msgstr "_Sobel" +msgid "Range low:" +msgstr "Intervalstart:" -# det drejer sig om forvalgte, gemte indstillinger -#: plug-ins/common/edge.c:676 +#: ../plug-ins/common/cml-explorer.c:1664 #, fuzzy -msgid "Prewitt" -msgstr "_Prewitt" +msgid "Range high:" +msgstr "Intervalslut:" -#: plug-ins/common/edge.c:677 plug-ins/common/sinus.c:897 -msgid "Gradient" -msgstr "Farveovergang" +#: ../plug-ins/common/cml-explorer.c:1676 +#, fuzzy +msgid "Plot a Graph of the Settings" +msgstr "Plot grafen med indstillingerne" -#: plug-ins/common/edge.c:678 +#: ../plug-ins/common/cml-explorer.c:1721 #, fuzzy -msgid "Roberts" -msgstr "_Roberts" +msgid "Ch. sensitivity:" +msgstr "Kanalfølsomhed:" -#: plug-ins/common/edge.c:679 +#: ../plug-ins/common/cml-explorer.c:1731 #, fuzzy -msgid "Differential" -msgstr "_Differentiale" +msgid "Mutation rate:" +msgstr "Muteringsgrad:" -#: plug-ins/common/edge.c:680 +#: ../plug-ins/common/cml-explorer.c:1741 #, fuzzy -msgid "Laplace" -msgstr "_Laplace" +msgid "Mutation dist.:" +msgstr "Muteringsdistribution:" -#: plug-ins/common/edge.c:689 +#: ../plug-ins/common/cml-explorer.c:1819 #, fuzzy -msgid "_Algorithm:" -msgstr "Algoritme" +msgid "Graph of the Current Settings" +msgstr "Graf med de aktuelle indstillinger" -#: plug-ins/common/edge.c:697 +#: ../plug-ins/common/cml-explorer.c:1890 +msgid "Warning: the source and the destination are the same channel." +msgstr "Advarsel: kilde og mål er samme kanal." + +#: ../plug-ins/common/cml-explorer.c:1949 #, fuzzy -msgid "A_mount:" -msgstr "Mængde:" +msgid "Save CML Explorer Parameters" +msgstr "Gem fraktalparametre" -#: plug-ins/common/emboss.c:133 +#: ../plug-ins/common/cml-explorer.c:2082 #, fuzzy -msgid "_Emboss..." -msgstr "_Relief" +msgid "Load CML Explorer Parameters" +msgstr "Indlæs fraktalparametere" -#: plug-ins/common/emboss.c:376 plug-ins/common/emboss.c:439 -msgid "Emboss" -msgstr "Relief" +#: ../plug-ins/common/cml-explorer.c:2200 +msgid "Error: it's not CML parameter file." +msgstr "Fejl: dette er ikke en CML-parameterfil." -#: plug-ins/common/emboss.c:460 -msgid "Function" -msgstr "Funktion" +#: ../plug-ins/common/cml-explorer.c:2207 +#, c-format +msgid "Warning: '%s' is an old format file." +msgstr "Advarsel: \"%s\" er en fil i gammelt format." -#: plug-ins/common/emboss.c:464 -msgid "_Bumpmap" -msgstr "_Højdekort" +#: ../plug-ins/common/cml-explorer.c:2211 +#, fuzzy, c-format +msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer." +msgstr "" +"Advarsel: \"%s\" er en parameterfil for en nyere CML-udforsker end denne." -#: plug-ins/common/emboss.c:465 -msgid "_Emboss" -msgstr "_Relief" +#: ../plug-ins/common/cml-explorer.c:2274 +msgid "Error: failed to load parameters" +msgstr "Fejl: kunne ikke indlæse parametre" -#: plug-ins/common/emboss.c:497 -msgid "E_levation:" -msgstr "_Forhøjelse:" +#: ../plug-ins/common/color-cube-analyze.c:106 +#, fuzzy +msgid "Analyze the set of colors in the image" +msgstr "Ændr antallet af farver i afbildningen" -#: plug-ins/common/engrave.c:108 +#: ../plug-ins/common/color-cube-analyze.c:112 #, fuzzy -msgid "En_grave..." -msgstr "Gravérer..." +msgid "Colorcube A_nalysis..." +msgstr "Farveterningsanalyse..." -#: plug-ins/common/engrave.c:182 -msgid "Engraving..." -msgstr "Gravérer..." +#: ../plug-ins/common/color-cube-analyze.c:200 +#: ../plug-ins/common/color-cube-analyze.c:356 +msgid "Colorcube Analysis" +msgstr "Farveterningsanalyse" -#: plug-ins/common/engrave.c:211 -msgid "Engrave" -msgstr "Indgravering" +#. output results +#: ../plug-ins/common/color-cube-analyze.c:384 +#: ../plug-ins/imagemap/imap_cmd_guides.c:231 +#, fuzzy, c-format +msgid "Image dimensions: %d × %d" +msgstr "Billedstørrelse: %d x %d" -#: plug-ins/common/engrave.c:238 plug-ins/common/film.c:1203 -#: plug-ins/common/gtm.c:594 plug-ins/common/postscript.c:2967 -#: plug-ins/common/postscript.c:3128 plug-ins/common/raw.c:998 -#: plug-ins/common/smooth_palette.c:434 plug-ins/common/tile.c:421 -#: plug-ins/imagemap/imap_cmd_guides.c:177 -#: plug-ins/imagemap/imap_rectangle.c:410 -msgid "_Height:" -msgstr "_Højde:" +#: ../plug-ins/common/color-cube-analyze.c:387 +msgid "No colors" +msgstr "Ingen farver" + +#: ../plug-ins/common/color-cube-analyze.c:389 +msgid "Only one unique color" +msgstr "Kun én unik farve" -#: plug-ins/common/engrave.c:249 +#: ../plug-ins/common/color-cube-analyze.c:391 +#, c-format +msgid "Number of unique colors: %d" +msgstr "Antal unikke farve: %d" + +#: ../plug-ins/common/color-enhance.c:69 +msgid "Stretch color saturation to cover maximum possible range" +msgstr "" + +#: ../plug-ins/common/color-enhance.c:81 #, fuzzy -msgid "_Limit line width" -msgstr "_Begræns linjebredde" +msgid "_Color Enhance" +msgstr "Forbedrer farver..." -#: plug-ins/common/exchange.c:133 +#: ../plug-ins/common/color-enhance.c:115 +msgid "Color Enhance" +msgstr "Forbedrer farver" + +#: ../plug-ins/common/color-exchange.c:122 +msgid "Swap one color with another" +msgstr "Udskift en farve med en anden" + +#: ../plug-ins/common/color-exchange.c:128 #, fuzzy msgid "_Color Exchange..." msgstr "Farveudveksling..." -#: plug-ins/common/exchange.c:218 -msgid "Color Exchange..." -msgstr "Farveudveksling..." - -#. set up the dialog -#: plug-ins/common/exchange.c:293 +#: ../plug-ins/common/color-exchange.c:213 +#: ../plug-ins/common/color-exchange.c:287 msgid "Color Exchange" msgstr "Farveudveksling" -#: plug-ins/common/exchange.c:308 +#: ../plug-ins/common/color-exchange.c:309 #, fuzzy -msgid "Middle-click inside preview to pick \"From Color\"" +msgid "Middle-Click Inside Preview to Pick \"From Color\"" msgstr "Klik inden i eksemplet for at vælge 'Fra farve'" -#: plug-ins/common/exchange.c:346 +#: ../plug-ins/common/color-exchange.c:347 msgid "To Color" msgstr "Til farve" -#: plug-ins/common/exchange.c:346 +#: ../plug-ins/common/color-exchange.c:347 msgid "From Color" msgstr "Fra farve" -#: plug-ins/common/exchange.c:364 +#: ../plug-ins/common/color-exchange.c:365 msgid "Color Exchange: To Color" msgstr "Farveudveksling: til farve" -#: plug-ins/common/exchange.c:365 +#: ../plug-ins/common/color-exchange.c:366 msgid "Color Exchange: From Color" msgstr "Farveudveksling: fra farve" -#: plug-ins/common/exchange.c:423 +#: ../plug-ins/common/color-exchange.c:424 #, fuzzy msgid "R_ed threshold:" msgstr "_Rød tærskel:" -#: plug-ins/common/exchange.c:484 +#: ../plug-ins/common/color-exchange.c:484 #, fuzzy msgid "G_reen threshold:" msgstr "_Grøn tærskel:" -#: plug-ins/common/exchange.c:545 +#: ../plug-ins/common/color-exchange.c:545 #, fuzzy msgid "B_lue threshold:" msgstr "_Blå tærskel:" -#: plug-ins/common/exchange.c:573 +#: ../plug-ins/common/color-exchange.c:573 #, fuzzy msgid "Lock _thresholds" msgstr "Lås _tærskler" -#: plug-ins/common/film.c:240 -#, fuzzy -msgid "_Film..." -msgstr "Film" - -#: plug-ins/common/film.c:325 -msgid "Composing Images..." -msgstr "Sætter billeder sammen..." - -#: plug-ins/common/film.c:438 plug-ins/common/guillotine.c:183 -#: plug-ins/helpbrowser/dialog.c:523 -msgid "Untitled" -msgstr "Uden navn" - -#. ** Get a RGB copy of the source region ** -#: plug-ins/common/film.c:700 -msgid "Temporary" -msgstr "Midlertidig" - -#: plug-ins/common/film.c:1079 -msgid "Available Images:" -msgstr "Tilgængelige billeder:" - -#: plug-ins/common/film.c:1080 -msgid "On Film:" -msgstr "På film:" - -#. Create selection -#: plug-ins/common/film.c:1166 plug-ins/imagemap/imap_selection.c:400 -#: plug-ins/rcm/rcm_dialog.c:158 -msgid "Selection" -msgstr "Markering" - -#. Film height/colour -#: plug-ins/common/film.c:1176 plug-ins/common/film.c:1449 -msgid "Film" -msgstr "Film" +#: ../plug-ins/common/color-to-alpha.c:94 +msgid "Convert a specified color to transparency" +msgstr "" -#. Keep maximum image height -#: plug-ins/common/film.c:1185 +#: ../plug-ins/common/color-to-alpha.c:101 #, fuzzy -msgid "_Fit height to images" -msgstr "_Tilpas højde til billeder" +msgid "Color to _Alpha..." +msgstr "Farve til alfa" -#. Film color -#: plug-ins/common/film.c:1221 -msgid "Select Film Color" -msgstr "Vælg filmfarve" +#: ../plug-ins/common/color-to-alpha.c:184 +msgid "Removing color" +msgstr "Fjerner farve" -#: plug-ins/common/film.c:1226 plug-ins/common/film.c:1277 -#: plug-ins/common/nova.c:346 -msgid "Co_lor:" -msgstr "Fa_rve:" +#: ../plug-ins/common/color-to-alpha.c:377 +msgid "Color to Alpha" +msgstr "Farve til alfa" -#. Film numbering: Startindex/Font/colour -#: plug-ins/common/film.c:1235 -msgid "Numbering" -msgstr "Nummerering" +#: ../plug-ins/common/color-to-alpha.c:414 +msgid "Color to Alpha Color Picker" +msgstr "Farve til alfa-farveopsnapper" -#: plug-ins/common/film.c:1253 +#: ../plug-ins/common/color-to-alpha.c:429 #, fuzzy -msgid "Start _index:" -msgstr "Start_indeks:" - -#: plug-ins/common/film.c:1267 -msgid "_Font:" -msgstr "_Skrifttype:" - -#. Numbering color -#: plug-ins/common/film.c:1272 -msgid "Select Number Color" -msgstr "Vælg talfarve" +msgid "to alpha" +msgstr "til alfa" -#: plug-ins/common/film.c:1287 -#, fuzzy -msgid "At _bottom" -msgstr "_Nederst" +#: ../plug-ins/common/colorify.c:102 +msgid "Replace all colors with shades of a specified color" +msgstr "" -#: plug-ins/common/film.c:1288 +#: ../plug-ins/common/colorify.c:108 #, fuzzy -msgid "At _top" -msgstr "_Øverst" - -#. ** The right frame keeps the image selection ** -#: plug-ins/common/film.c:1301 -msgid "Image Selection" -msgstr "Billedmarkering" +msgid "Colorif_y..." +msgstr "Farvelægning..." -#: plug-ins/common/film.c:1329 -#, fuzzy -msgid "All Values are Fractions of the Film Height" -msgstr "Alle værdier er brøkdele af filmhøjden" +#: ../plug-ins/common/colorify.c:169 +msgid "Colorifying" +msgstr "Farvelægning" -#: plug-ins/common/film.c:1332 -msgid "Ad_vanced" -msgstr "_Avanceret" +#: ../plug-ins/common/colorify.c:255 +msgid "Colorify" +msgstr "Farvelæg" -#: plug-ins/common/film.c:1351 +#: ../plug-ins/common/colorify.c:289 #, fuzzy -msgid "Image _height:" -msgstr "Billed_højde:" +msgid "Custom color:" +msgstr "Brugerdefineret farve:" -#: plug-ins/common/film.c:1362 -#, fuzzy -msgid "Image spac_ing:" -msgstr "Billed_mellemrum:" +#: ../plug-ins/common/colorify.c:294 +msgid "Colorify Custom Color" +msgstr "Brugerdefineret farvelægning" -#: plug-ins/common/film.c:1373 +#: ../plug-ins/common/colormap-remap.c:97 #, fuzzy -msgid "_Hole offset:" -msgstr "_Hulafstand:" +msgid "Rearrange the colormap" +msgstr "Roterer farver..." -#: plug-ins/common/film.c:1384 +#: ../plug-ins/common/colormap-remap.c:104 #, fuzzy -msgid "Ho_le width:" -msgstr "Hulb_redde:" +msgid "R_earrange Colormap..." +msgstr "Roterer farver..." -#: plug-ins/common/film.c:1395 +#: ../plug-ins/common/colormap-remap.c:116 #, fuzzy -msgid "Hol_e height:" -msgstr "Hulhø_jde:" +msgid "Swap two colors in the colormap" +msgstr "Roterer farver..." -#: plug-ins/common/film.c:1406 +#: ../plug-ins/common/colormap-remap.c:123 #, fuzzy -msgid "Hole sp_acing:" -msgstr "Hulm_ellemrum:" +msgid "_Swap Colors" +msgstr "Prøvefarvelægning" -#: plug-ins/common/film.c:1417 -#, fuzzy -msgid "_Number height:" -msgstr "_Talhøjde:" +#: ../plug-ins/common/colormap-remap.c:286 +#: ../plug-ins/common/colormap-remap.c:297 +#: ../plug-ins/common/colormap-remap.c:308 +msgid "Invalid remap array was passed to remap function" +msgstr "" -#: plug-ins/common/flarefx.c:196 +#: ../plug-ins/common/colormap-remap.c:332 #, fuzzy -msgid "_FlareFX..." -msgstr "Linserefleks" - -#: plug-ins/common/flarefx.c:271 -msgid "Render Flare..." -msgstr "Genererer linserefleks..." +msgid "Rearranging the colormap" +msgstr "Roterer farver..." -#: plug-ins/common/flarefx.c:308 -msgid "FlareFX" -msgstr "Linserefleks" +#: ../plug-ins/common/colormap-remap.c:481 +msgid "Sort on Hue" +msgstr "" -#: plug-ins/common/flarefx.c:741 +#: ../plug-ins/common/colormap-remap.c:485 #, fuzzy -msgid "Center of Flare Effect" -msgstr "Centrum af refleks" +msgid "Sort on Saturation" +msgstr "Mætning" -#: plug-ins/common/flarefx.c:777 +#: ../plug-ins/common/colormap-remap.c:489 #, fuzzy -msgid "_Show cursor" -msgstr "_Vis markør" - -#: plug-ins/common/fp.c:224 -msgid "Darker:" -msgstr "Mørkere:" - -#: plug-ins/common/fp.c:225 -msgid "Lighter:" -msgstr "Lysere:" - -#: plug-ins/common/fp.c:227 -msgid "More Sat:" -msgstr "Mere mættet:" +msgid "Sort on Value" +msgstr "Indtast værdier" -#: plug-ins/common/fp.c:228 -msgid "Less Sat:" -msgstr "Mindre mættet:" +#: ../plug-ins/common/colormap-remap.c:493 +msgid "Reverse Order" +msgstr "Omvendt rækkefølge" -# som kontrast til "original", "aktuel" er en mulighed, men virker -# forvirrende (aktuel og original opfattes som ens) -#. All the previews -#: plug-ins/common/fp.c:230 plug-ins/common/fp.c:477 -msgid "Current:" -msgstr "Ny:" +#: ../plug-ins/common/colormap-remap.c:497 +#, fuzzy +msgid "Reset Order" +msgstr "Omvendt rækkefølge:" -#: plug-ins/common/fp.c:321 +#: ../plug-ins/common/colormap-remap.c:596 #, fuzzy -msgid "_Filter Pack..." -msgstr "Filtrerer farver..." +msgid "Rearrange Colormap" +msgstr "Roterer farver..." -#: plug-ins/common/fp.c:361 -msgid "Convert the image to RGB first!" -msgstr "Konvertér først billedet til RGB!" +#: ../plug-ins/common/colormap-remap.c:699 +msgid "" +"Drag and drop colors to rearrange the colormap. The numbers shown are the " +"original indices. Right-click for a menu with sort options." +msgstr "" -#: plug-ins/common/fp.c:366 -msgid "Applying the Filter Pack..." -msgstr "Filtrerer farver..." +#: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 +#: ../plug-ins/common/file-raw.c:1025 +msgid "RGB" +msgstr "RGB" -#: plug-ins/common/fp.c:474 -msgid "Before and After" -msgstr "Før og efter" +#: ../plug-ins/common/compose.c:200 ../plug-ins/common/decompose.c:178 +msgid "RGBA" +msgstr "RGBA" -#: plug-ins/common/fp.c:481 -msgid "Original:" -msgstr "Original:" +#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noise-rgb.c:525 +#: ../plug-ins/common/noise-rgb.c:540 +msgid "_Alpha:" +msgstr "_Alfa:" -#: plug-ins/common/fp.c:540 -msgid "Hue Variations" -msgstr "Farvetonevariationer:" +#: ../plug-ins/common/compose.c:211 ../plug-ins/common/decompose.c:184 +msgid "HSV" +msgstr "HSV" -#: plug-ins/common/fp.c:594 -msgid "Roughness" -msgstr "Ruhed" +#: ../plug-ins/common/compose.c:212 ../plug-ins/common/compose.c:220 +#, fuzzy +msgid "_Hue:" +msgstr "_Farvetone" -#: plug-ins/common/fp.c:637 -msgid "Affected Range" -msgstr "Påvirket område" +#: ../plug-ins/common/compose.c:213 ../plug-ins/common/compose.c:221 +#: ../plug-ins/common/noise-hsv.c:421 +msgid "_Saturation:" +msgstr "_Mætning:" -#: plug-ins/common/fp.c:641 -msgid "Sha_dows" -msgstr "_Skygger" +#: ../plug-ins/common/compose.c:214 ../plug-ins/common/noise-hsv.c:433 +msgid "_Value:" +msgstr "_Værdi:" -#: plug-ins/common/fp.c:642 -msgid "_Midtones" -msgstr "_Mellemtoner" +#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193 +msgid "HSL" +msgstr "HSL" -# ikke "fremhævelser" -#: plug-ins/common/fp.c:643 -msgid "H_ighlights" -msgstr "_Højlys" +#: ../plug-ins/common/compose.c:222 +#, fuzzy +msgid "_Lightness:" +msgstr "_Lysstyrke:" -#: plug-ins/common/fp.c:657 -msgid "Windows" -msgstr "Vinduer" +#: ../plug-ins/common/compose.c:227 ../plug-ins/common/decompose.c:202 +msgid "CMY" +msgstr "CMY" -#: plug-ins/common/fp.c:667 plug-ins/common/lic.c:670 -msgid "_Saturation" -msgstr "_Mætning" +#: ../plug-ins/common/compose.c:228 ../plug-ins/common/compose.c:236 +msgid "_Cyan:" +msgstr "_Cyan:" -#: plug-ins/common/fp.c:675 -msgid "A_dvanced" -msgstr "_Avanceret" +#: ../plug-ins/common/compose.c:229 ../plug-ins/common/compose.c:237 +msgid "_Magenta:" +msgstr "_Magenta:" -#: plug-ins/common/fp.c:695 -msgid "Value Variations" -msgstr "Værdivariationer" +#: ../plug-ins/common/compose.c:230 ../plug-ins/common/compose.c:238 +#, fuzzy +msgid "_Yellow:" +msgstr "Gul:" -#: plug-ins/common/fp.c:739 -msgid "Saturation Variations" -msgstr "Mætningsvariationer" +#: ../plug-ins/common/compose.c:235 ../plug-ins/common/decompose.c:211 +msgid "CMYK" +msgstr "CMYK" -#: plug-ins/common/fp.c:791 -msgid "Select Pixels by" -msgstr "Udvælg punkter efter" +#: ../plug-ins/common/compose.c:239 +#, fuzzy +msgid "_Black:" +msgstr "Sort:" -#: plug-ins/common/fp.c:796 -msgid "H_ue" -msgstr "Farve_tone" +#: ../plug-ins/common/compose.c:243 ../plug-ins/common/decompose.c:224 +msgid "LAB" +msgstr "LAB" -#: plug-ins/common/fp.c:797 -msgid "Satu_ration" -msgstr "_Mætning" +#: ../plug-ins/common/compose.c:252 +msgid "_Luma y470:" +msgstr "_Luma y470:" -#: plug-ins/common/fp.c:798 -msgid "V_alue" -msgstr "_Værdi" +#: ../plug-ins/common/compose.c:253 +msgid "_Blueness cb470:" +msgstr "_Blåhed cb470:" -#: plug-ins/common/fp.c:824 -msgid "Show" -msgstr "Vis" +#: ../plug-ins/common/compose.c:254 +msgid "_Redness cr470:" +msgstr "_Rødhed cr470:" -#: plug-ins/common/fp.c:829 -msgid "_Entire Image" -msgstr "_Hele billedet" +#: ../plug-ins/common/compose.c:260 +msgid "_Luma y709:" +msgstr "_Luma y709:" -#: plug-ins/common/fp.c:830 -msgid "Se_lection Only" -msgstr "Kun _markering" +#: ../plug-ins/common/compose.c:261 +msgid "_Blueness cb709:" +msgstr "_Blåhed cb709:" -# "in context" betyder tilsyneladende at omgivelserne omkring det -# markerede også tages med -#: plug-ins/common/fp.c:831 -msgid "Selec_tion In Context" -msgstr "Markering med _omgivelser" +#: ../plug-ins/common/compose.c:262 +msgid "_Redness cr709:" +msgstr "_Rødhed cr709:" -# jvf. tidligere kommentar/tekst -#: plug-ins/common/fp.c:1143 -msgid "Filter Pack Simulation" -msgstr "Farvefiltrering" +#: ../plug-ins/common/compose.c:268 +msgid "_Luma y470f:" +msgstr "_Luma y470f:" -#: plug-ins/common/fp.c:1253 -msgid "Shadows:" -msgstr "Skygger:" +#: ../plug-ins/common/compose.c:269 +msgid "_Blueness cb470f:" +msgstr "_Blåhed cb470f:" -#: plug-ins/common/fp.c:1254 -msgid "Midtones:" -msgstr "Mellemtoner:" +#: ../plug-ins/common/compose.c:270 +msgid "_Redness cr470f:" +msgstr "_Rødhed cr470f:" -#: plug-ins/common/fp.c:1255 -msgid "Highlights:" -msgstr "Højlys:" +#: ../plug-ins/common/compose.c:276 +msgid "_Luma y709f:" +msgstr "_Luma y709f:" -#: plug-ins/common/fp.c:1267 -msgid "Advanced Filter Pack Options" -msgstr "Avancerede filtreringsindstillinger" +#: ../plug-ins/common/compose.c:277 +msgid "_Blueness cb709f:" +msgstr " -Blåhed cb709f:" -#: plug-ins/common/fp.c:1278 -msgid "Smoothness of Aliasing" -msgstr "Glathed ved aliasing" - -#: plug-ins/common/fp.c:1378 -msgid "Preview as You Drag" -msgstr "Vis eksempel mens du trækker" +#: ../plug-ins/common/compose.c:278 +msgid "_Redness cr709f:" +msgstr "_Rødhed cr709f:" -#: plug-ins/common/fp.c:1382 -msgid "Preview Size" -msgstr "Eksempelstørrelse" +#: ../plug-ins/common/compose.c:404 +msgid "Create an image using multiple gray images as color channels" +msgstr "" -#: plug-ins/common/fractaltrace.c:126 +#: ../plug-ins/common/compose.c:410 #, fuzzy -msgid "_Fractal Trace..." -msgstr "Fraktalafbildning" +msgid "C_ompose..." +msgstr "Sætter sammen..." -#: plug-ins/common/fractaltrace.c:466 plug-ins/common/fractaltrace.c:693 -msgid "Fractal Trace" -msgstr "Fraktalafbildning" +#: ../plug-ins/common/compose.c:434 +msgid "Recompose an image that was previously decomposed" +msgstr "" -#. Settings -#: plug-ins/common/fractaltrace.c:726 -msgid "Outside Type" -msgstr "Afbildning udenfor" +#: ../plug-ins/common/compose.c:442 +#, fuzzy +msgid "R_ecompose" +msgstr "Opbrydning" -#: plug-ins/common/fractaltrace.c:731 -msgid "_Warp" -msgstr "_Fordrejet" +#: ../plug-ins/common/compose.c:488 +msgid "" +"You can only run 'Recompose' if the active image was originally produced by " +"'Decompose'." +msgstr "" -#: plug-ins/common/fractaltrace.c:737 -msgid "_White" -msgstr "_Hvid" +#: ../plug-ins/common/compose.c:512 +msgid "Error scanning 'decompose-data' parasite: too few layers found" +msgstr "" -#: plug-ins/common/fractaltrace.c:744 -msgid "Mandelbrot Parameters" -msgstr "Mandelbrot-parametre" +#: ../plug-ins/common/compose.c:545 +#, c-format +msgid "Could not get layers for image %d" +msgstr "Kunne ikke indhente lag for billede %d" -#: plug-ins/common/fractaltrace.c:755 -msgid "X_1:" -msgstr "_x1:" +#: ../plug-ins/common/compose.c:612 +msgid "Composing" +msgstr "Sammensætter" + +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 +msgid "At least one image is needed to compose" +msgstr "Mindst et billede skal bruges for at sammensætte" -#: plug-ins/common/fractaltrace.c:764 -msgid "X_2:" -msgstr "x_2:" +#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:722 +#, fuzzy, c-format +msgid "Specified layer %d not found" +msgstr "Angivet vindue ikke fundet" -#: plug-ins/common/fractaltrace.c:773 -msgid "Y_1:" -msgstr "y_1:" +#: ../plug-ins/common/compose.c:730 +msgid "Drawables have different size" +msgstr "Tegneobjekter har forskellige størrelser" -#: plug-ins/common/fractaltrace.c:782 -msgid "Y_2:" -msgstr "_y2:" +#: ../plug-ins/common/compose.c:755 +msgid "Images have different size" +msgstr "Billederne har forskellig størrelse" -#: plug-ins/common/gauss.c:157 -#, fuzzy -msgid "_Gaussian Blur..." -msgstr "/Filtre/Slør/Gaussisk slør (_IIR)..." +#: ../plug-ins/common/compose.c:773 +msgid "Error in getting layer IDs" +msgstr "Fejl under indhentning af lag-id'er" -#: plug-ins/common/gauss.c:413 -#, fuzzy -msgid "Gaussian Blur..." -msgstr "/Filtre/Slør/Gaussisk slør (_IIR)..." +#: ../plug-ins/common/compose.c:796 +#, c-format +msgid "Image is not a gray image (bpp=%d)" +msgstr "Billedet er ikke et gråtonebillede (bpp=%d)" -#: plug-ins/common/gauss.c:461 -#, fuzzy -msgid "Gaussian Blur" -msgstr "IIR gaussisk-sløring" +#: ../plug-ins/common/compose.c:824 +msgid "Unable to recompose, source layer not found" +msgstr "" -#. parameter settings -#: plug-ins/common/gauss.c:484 -msgid "Blur Radius" -msgstr "Sløringsradius" +#: ../plug-ins/common/compose.c:1481 +msgid "Compose" +msgstr "Sammensætning" -#: plug-ins/common/gauss.c:498 plug-ins/common/jigsaw.c:2456 -#: plug-ins/common/spread.c:379 -msgid "_Horizontal:" -msgstr "_Vandret:" +#. Compose type combo +#: ../plug-ins/common/compose.c:1508 +msgid "Compose Channels" +msgstr "Sæt kanaler sammen" -#: plug-ins/common/gauss.c:502 plug-ins/common/jigsaw.c:2473 -#: plug-ins/common/spread.c:383 -msgid "_Vertical:" -msgstr "_Lodret:" +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 +#, fuzzy +msgid "Color _model:" +msgstr "Farvetilstand" -#: plug-ins/common/gauss.c:525 +#. Channel representation table +#: ../plug-ins/common/compose.c:1550 +msgid "Channel Representations" +msgstr "Kanalrepræsentationer" + +#: ../plug-ins/common/compose.c:1613 #, fuzzy -msgid "Blur Method" -msgstr "Sløringstype" +msgid "Mask value" +msgstr "Maskefil" -#: plug-ins/common/gauss.c:529 -msgid "_IIR" +#: ../plug-ins/common/contrast-normalize.c:80 +msgid "Stretch brightness values to cover the full range" msgstr "" -#: plug-ins/common/gauss.c:530 -#, fuzzy -msgid "_RLE" -msgstr "RLE" +#: ../plug-ins/common/contrast-normalize.c:92 +#: ../plug-ins/common/edge-dog.c:361 +msgid "_Normalize" +msgstr "_Normaliser" -#: plug-ins/common/gbr.c:130 plug-ins/common/gbr.c:151 -msgid "GIMP brush" +#: ../plug-ins/common/contrast-normalize.c:126 +msgid "Normalizing" +msgstr "Normaliserer" + +#: ../plug-ins/common/contrast-retinex.c:156 +msgid "Enhance contrast using the Retinex method" msgstr "" -#: plug-ins/common/gbr.c:369 plug-ins/common/gbr.c:381 -msgid "Unsupported brush format" -msgstr "Ikke-understøttet pernselformat" +#: ../plug-ins/common/contrast-retinex.c:166 +#, fuzzy +msgid "Retine_x..." +msgstr "Roterer..." -#: plug-ins/common/gbr.c:392 -#, c-format -msgid "Error in GIMP brush file '%s'" -msgstr "Fejl i Gimp-penselfilen \"%s\"." +#: ../plug-ins/common/contrast-retinex.c:250 +#, fuzzy +msgid "Retinex" +msgstr "Roterer..." -#: plug-ins/common/gbr.c:400 -#, c-format -msgid "Invalid UTF-8 string in brush file '%s'." -msgstr "Ugyldig UTF-8-tekst i penselfilen \"%s\"." +#: ../plug-ins/common/contrast-retinex.c:286 +#, fuzzy +msgid "Retinex Image Enhancement" +msgstr "_Kantforbedring" -#: plug-ins/common/gbr.c:406 plug-ins/common/gih.c:497 -#: plug-ins/common/gih.c:1154 plug-ins/gflare/gflare.c:2991 -msgid "Unnamed" -msgstr "Unavngiven" +#: ../plug-ins/common/contrast-retinex.c:321 +#, fuzzy +msgid "Uniform" +msgstr "Måleenheder" -#: plug-ins/common/gbr.c:578 -msgid "GIMP brushes are either GRAYSCALE or RGBA" -msgstr "Gimp-pensler er enten gråtone eller RGBA" +#: ../plug-ins/common/contrast-retinex.c:322 +msgid "Low" +msgstr "Lav" -#: plug-ins/common/gbr.c:663 -msgid "Save as Brush" -msgstr "Gem som pensel" +#: ../plug-ins/common/contrast-retinex.c:323 +msgid "High" +msgstr "Høj" -#. attach labels -#: plug-ins/common/gbr.c:683 plug-ins/common/grid.c:769 -msgid "Spacing:" -msgstr "Mellemrum:" +#: ../plug-ins/common/contrast-retinex.c:334 +#, fuzzy +msgid "_Level:" +msgstr "_Vandstand:" -#: plug-ins/common/gbr.c:694 plug-ins/common/gih.c:904 -#: plug-ins/common/pat.c:521 plug-ins/gimpressionist/presets.c:642 -msgid "Description:" -msgstr "Beskrivelse:" +#: ../plug-ins/common/contrast-retinex.c:339 +msgid "_Scale:" +msgstr "_Skalér:" -#: plug-ins/common/gee.c:94 -msgid "Gee-_Slime" -msgstr "" +#: ../plug-ins/common/contrast-retinex.c:354 +#, fuzzy +msgid "Scale _division:" +msgstr "_Division:" -#: plug-ins/common/gee.c:152 -msgid "GEE-SLIME" -msgstr "GEE-SLIM" +#: ../plug-ins/common/contrast-retinex.c:369 +msgid "Dy_namic:" +msgstr "Dy_namisk:" -#: plug-ins/common/gee.c:158 plug-ins/common/gee_zoom.c:191 +#: ../plug-ins/common/contrast-retinex.c:642 #, fuzzy -msgid "Thank you for choosing GIMP" -msgstr "** Tak fordi du valgte Gimp'en **" +msgid "Retinex: filtering" +msgstr "Bevægelsessløring..." -#: plug-ins/common/gee.c:166 -msgid "" -"A less-obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / " -"1998-2000" +#: ../plug-ins/common/contrast-stretch-hsv.c:68 +msgid "Stretch image contrast to cover the maximum possible range" msgstr "" -"En knap så forældet kreation af Adam D. Moss / adam@gimp.org / adam@foxbox." -"org / 1998-2000" -#: plug-ins/common/gee_zoom.c:124 +#: ../plug-ins/common/contrast-stretch-hsv.c:81 #, fuzzy -msgid "Gee-_Zoom" -msgstr "_Zoom" +msgid "Stretch _HSV" +msgstr "Stræk" -#: plug-ins/common/gee_zoom.c:185 -msgid "GEE-ZOOM" +#: ../plug-ins/common/contrast-stretch-hsv.c:116 +#, fuzzy +msgid "Auto-Stretching HSV" +msgstr "Strækker HSV automatisk..." + +#: ../plug-ins/common/contrast-stretch-hsv.c:192 +msgid "autostretch_hsv: cmap was NULL! Quitting...\n" msgstr "" -#: plug-ins/common/gee_zoom.c:199 -msgid "" -"An obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / " -"1998-2000" +#: ../plug-ins/common/contrast-stretch.c:68 +msgid "Stretch contrast to cover the maximum possible range" msgstr "" -"En forældet kreation af Adam D. Moss / adam@gimp.org / adam@foxbox.org / " -"1998-2000" -#: plug-ins/common/gif.c:402 plug-ins/common/gifload.c:143 +#: ../plug-ins/common/contrast-stretch.c:79 #, fuzzy -msgid "GIF image" -msgstr "_Billede" +msgid "_Stretch Contrast" +msgstr "Strækker automatisk kontrasten..." -#: plug-ins/common/gif.c:687 -msgid "Couldn't simply reduce colors further. Saving as opaque." -msgstr "" -"Kunne ikke reducere antallet af farver yderligere. Gemmer som ugennemsigtig." +#: ../plug-ins/common/contrast-stretch.c:113 +#, fuzzy +msgid "Auto-stretching contrast" +msgstr "Strækker automatisk kontrasten..." -#: plug-ins/common/gif.c:909 -msgid "" -"The GIF format only supports comments in 7bit ASCII encoding. No comment is " -"saved." +#: ../plug-ins/common/contrast-stretch.c:152 +msgid "c_astretch: cmap was NULL! Quitting...\n" msgstr "" -"GIF-formatet understøtter kun kommentarer i 7 bit ASCII-kodning. Ingen " -"kommentar er gemt." -#: plug-ins/common/gif.c:970 -msgid "" -"Cannot save RGB color images. Convert to indexed color or grayscale first." -msgstr "" -"Kan ikke gemme RGB-billeder. Konvertér til indekseret eller gråtone først." +#: ../plug-ins/common/convolution-matrix.c:64 +msgid "Gr_ey" +msgstr "Gr_å" -#: plug-ins/common/gif.c:1113 -msgid "" -"Warning:\n" -"Transparent color in written file might be incorrect on viewers which don't " -"support transparency." -msgstr "" -"Advarsel:\n" -"Gennemsigtig farve i gemt fil kan se forkert ud i fremvisere som ikke " -"understøtter gennemsigtighed." +#: ../plug-ins/common/convolution-matrix.c:65 +msgid "Re_d" +msgstr "R_ød" -#: plug-ins/common/gif.c:1152 -msgid "Delay inserted to prevent evil CPU-sucking anim." -msgstr "" -"Ventetid indsat for at forhindre ondsindet processorslugende animation." +#: ../plug-ins/common/convolution-matrix.c:66 +#: ../plug-ins/common/newsprint.c:353 +msgid "_Green" +msgstr "_Grøn" -#: plug-ins/common/gif.c:1194 -msgid "GIF Warning" -msgstr "GIF-advarsel" - -#: plug-ins/common/gif.c:1210 -msgid "" -"The image which you are trying to save as a GIF\n" -"contains layers which extend beyond the actual\n" -"borders of the image. This isn't allowed in GIFs,\n" -"I'm afraid.\n" -"\n" -"You may choose whether to crop all of the layers to\n" -"the image borders, or cancel this save." -msgstr "" -"Billedet som du forsøger at gemme som en GIF,\n" -"indeholder lag der går ud over billedets kanter.\n" -"Desværre er dette ikke tilladt i GIF-billeder.\n" -"\n" -"Du kan vælge mellem at beskære alle lagene til\n" -"billedkanterne eller fortryde denne gemning." +#: ../plug-ins/common/convolution-matrix.c:67 +#: ../plug-ins/common/newsprint.c:361 +msgid "_Blue" +msgstr "_Blå" -#: plug-ins/common/gif.c:1254 -msgid "Save as GIF" -msgstr "Gem som GIF" +#: ../plug-ins/common/convolution-matrix.c:68 +msgid "_Alpha" +msgstr "_Alfa" -#. regular gif parameter settings -#: plug-ins/common/gif.c:1269 -msgid "GIF Options" -msgstr "GIF-indstillinger" +#: ../plug-ins/common/convolution-matrix.c:73 +msgid "E_xtend" +msgstr "_Udvid" -#: plug-ins/common/gif.c:1275 -#, fuzzy -msgid "_Interlace" -msgstr "Understøt gradvis indlæsning" +#: ../plug-ins/common/convolution-matrix.c:74 +#: ../plug-ins/common/displace.c:472 ../plug-ins/common/edge.c:709 +#: ../plug-ins/common/fractal-trace.c:736 ../plug-ins/common/ripple.c:564 +msgid "_Wrap" +msgstr "_Ombryd" -#: plug-ins/common/gif.c:1291 -#, fuzzy -msgid "_GIF comment:" -msgstr "GIF-kommentar:" +#: ../plug-ins/common/convolution-matrix.c:75 +msgid "Cro_p" +msgstr "Besk_ær" -#. additional animated gif parameter settings -#: plug-ins/common/gif.c:1348 -msgid "Animated GIF Options" -msgstr "Indstillinger for animeret GIF" +#: ../plug-ins/common/convolution-matrix.c:201 +#, fuzzy +msgid "Apply a generic 5x5 convolution matrix" +msgstr "Anvender matrix" -#: plug-ins/common/gif.c:1354 +#: ../plug-ins/common/convolution-matrix.c:206 #, fuzzy -msgid "_Loop forever" -msgstr "Evig løkke" +msgid "_Convolution Matrix..." +msgstr "Foldningsmatrix" -#: plug-ins/common/gif.c:1367 +#: ../plug-ins/common/convolution-matrix.c:241 #, fuzzy -msgid "_Delay between frames where unspecified:" -msgstr "Pause mellem billeder hvis ikke angivet:" +msgid "Convolution does not work on layers smaller than 3x3 pixels." +msgstr "Foldningsmatrix virker ikke på lag der er mindre end 3 skærmpunkter." -#: plug-ins/common/gif.c:1380 plug-ins/common/mng.c:1522 -msgid "milliseconds" -msgstr "millisekunder" +#: ../plug-ins/common/convolution-matrix.c:314 +msgid "Applying convolution" +msgstr "Anvender matrix" -#: plug-ins/common/gif.c:1390 -#, fuzzy -msgid "Frame disposal where unspecified: " -msgstr "Overgang mellem billeder hvis ikke angivet:" +#: ../plug-ins/common/convolution-matrix.c:906 +msgid "Convolution Matrix" +msgstr "Foldningsmatrix" -#: plug-ins/common/gif.c:1394 -#, fuzzy -msgid "I don't care" -msgstr "Jeg er ligeglad" +#: ../plug-ins/common/convolution-matrix.c:944 +msgid "Matrix" +msgstr "Matrix" -#: plug-ins/common/gif.c:1396 -#, fuzzy -msgid "Cumulative layers (combine)" -msgstr "Kumulative lag (sæt sammen)" +#: ../plug-ins/common/convolution-matrix.c:982 +msgid "D_ivisor:" +msgstr "D_ivisor:" + +#: ../plug-ins/common/convolution-matrix.c:1008 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 +msgid "O_ffset:" +msgstr "A_fstand:" -#: plug-ins/common/gif.c:1398 +#: ../plug-ins/common/convolution-matrix.c:1037 #, fuzzy -msgid "One frame per layer (replace)" -msgstr "Et billede per lag (erstat)" +msgid "N_ormalise" +msgstr "_Normal" -#: plug-ins/common/gif.c:2611 -msgid "Error writing output file." -msgstr "Fejl under skrivning af fil." +#: ../plug-ins/common/convolution-matrix.c:1049 +msgid "A_lpha-weighting" +msgstr "A_lfa-vægtning" -#: plug-ins/common/gif.c:2681 -#, c-format -msgid "The default comment is limited to %d characters." -msgstr "Standardkommentaren er begrænset til %d tegn." +#: ../plug-ins/common/convolution-matrix.c:1068 +msgid "Border" +msgstr "Kant" -#: plug-ins/common/gifload.c:314 -msgid "This is not a GIF file" -msgstr "Dette er ikke en GIF-fil" +#: ../plug-ins/common/convolution-matrix.c:1095 +msgid "Channels" +msgstr "Kanaler" -#: plug-ins/common/gifload.c:352 -msgid "Non-square pixels. Image might look squashed." -msgstr "Ikke-kvadratiske billedpunkter. Billedet kan se sammentrykket ud." +#: ../plug-ins/common/crop-auto.c:85 +msgid "Remove empty borders from the image" +msgstr "Fjern tomme kanter fra billedet" -#: plug-ins/common/gifload.c:867 -#, c-format -msgid "Background (%d%s)" -msgstr "Baggrund (%d%s)" +#: ../plug-ins/common/crop-auto.c:90 +msgid "Autocrop Imag_e" +msgstr "Beskær billed_e automatisk" -#: plug-ins/common/gifload.c:915 plug-ins/common/iwarp.c:783 -#: plug-ins/common/iwarp.c:817 -#, c-format -msgid "Frame %d" -msgstr "Billede %d" +#: ../plug-ins/common/crop-auto.c:99 +msgid "Remove empty borders from the layer" +msgstr "Fjern tomme kanter fra laget" -#: plug-ins/common/gifload.c:917 -#, c-format -msgid "Frame %d (%d%s)" -msgstr "Billede %d (%d%s)" +#: ../plug-ins/common/crop-auto.c:104 +#, fuzzy +msgid "Autocrop Lay_er" +msgstr "Krøllelag" -#: plug-ins/common/gifload.c:947 -#, c-format -msgid "" -"GIF: Undocumented GIF composite type %d is not handled. Animation might not " -"play or re-save perfectly." -msgstr "" -"GIF: Udokumenteret sammensat GIF-type %d understøttes ikke. Animation vil " -"måske ikke afspille eller gemme igen korrekt." +#: ../plug-ins/common/crop-auto.c:151 +msgid "Cropping" +msgstr "Beskærer" + +#: ../plug-ins/common/crop-zealous.c:85 +msgid "Autocrop unused space from edges and middle" +msgstr "Autobeskær ubrugt plads fra kanten og midten" -#: plug-ins/common/gih.c:205 plug-ins/common/gih.c:226 -msgid "GIMP brush (animated)" -msgstr "" +#: ../plug-ins/common/crop-zealous.c:90 +#, fuzzy +msgid "_Zealous Crop" +msgstr "Beskærer fanatisk..." -#: plug-ins/common/gih.c:319 -#, c-format -msgid "Layer %s doesn't have an alpha channel, skipped" -msgstr "Lag %s har ikke en alfakanal, sprunget over" +#: ../plug-ins/common/crop-zealous.c:138 +msgid "Zealous cropping" +msgstr "Beskærer fanatisk" -#: plug-ins/common/gih.c:490 -msgid "Error in GIMP brush pipe file." -msgstr "Fejl i dataledningsfil til Gimp-pensel." +#: ../plug-ins/common/crop-zealous.c:239 +msgid "Nothing to crop." +msgstr "Intet at beskære" -#: plug-ins/common/gih.c:556 -msgid "GIMP brush file appears to be corrupted." -msgstr "Dataledningsfil til Gimp-pensel ser ud til at være beskadiget." +#: ../plug-ins/common/cubism.c:150 +msgid "Convert the image into randomly rotated square blobs" +msgstr "" -#: plug-ins/common/gih.c:704 -msgid "Couldn't load one brush in the pipe, giving up." -msgstr "Kunne ikke indlæse én pensel fra dataledningen, opgiver." +#: ../plug-ins/common/cubism.c:155 +#, fuzzy +msgid "_Cubism..." +msgstr "Kubisme" -#: plug-ins/common/gih.c:867 -msgid "Save as Brush Pipe" -msgstr "Gem som penseldataledning" +#: ../plug-ins/common/cubism.c:268 +msgid "Cubism" +msgstr "Kubisme" -#: plug-ins/common/gih.c:890 +#: ../plug-ins/common/cubism.c:305 #, fuzzy -msgid "Spacing (percent):" -msgstr "Mellemrum (procent):" +msgid "_Tile size:" +msgstr "_Flisestørrelse:" -#: plug-ins/common/gih.c:957 -msgid "Pixels" -msgstr "Punkter" +#: ../plug-ins/common/cubism.c:318 +#, fuzzy +msgid "T_ile saturation:" +msgstr "Flise_mætning:" -#: plug-ins/common/gih.c:962 +#: ../plug-ins/common/cubism.c:329 #, fuzzy -msgid "Cell size:" -msgstr "Cellestørrelse:" +msgid "_Use background color" +msgstr "_Brug baggrundsfarve" -#: plug-ins/common/gih.c:974 +#: ../plug-ins/common/cubism.c:419 #, fuzzy -msgid "Number of cells:" -msgstr "Antal celler:" +msgid "Cubistic transformation" +msgstr "Kubistisk transformering" -#: plug-ins/common/gih.c:999 -msgid " Rows of " -msgstr " Rækker med " +#: ../plug-ins/common/curve-bend.c:520 +msgid "Bend the image using two control curves" +msgstr "" -#: plug-ins/common/gih.c:1011 +#: ../plug-ins/common/curve-bend.c:541 #, fuzzy -msgid " Columns on each layer" -msgstr " Kolonner i hvert lag" +msgid "_Curve Bend..." +msgstr "Kurvebøjer..." -#: plug-ins/common/gih.c:1015 -msgid " (Width Mismatch!) " -msgstr " (bredde passer ikke!) " +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 +msgid "Can operate on layers only (but was called on channel or mask)." +msgstr "Kan kun operere på lag (men blev kaldt på en kanal eller en maske)." -#: plug-ins/common/gih.c:1019 -msgid " (Height Mismatch!) " -msgstr " (højde passer ikke!)" +#: ../plug-ins/common/curve-bend.c:687 +#, fuzzy +msgid "Cannot operate on layers with masks." +msgstr "Kan ikke arbejde med indekserede farvebilleder" -#: plug-ins/common/gih.c:1024 -msgid "Display as:" -msgstr "Vis som:" +#: ../plug-ins/common/curve-bend.c:699 +msgid "Cannot operate on empty selections." +msgstr "Kan ikke arbejde med tomme markeringer." -#: plug-ins/common/gih.c:1033 -msgid "Dimension:" -msgstr "Dimension:" +#. Possibly retrieve data from a previous run +#. The shell and main vbox +#: ../plug-ins/common/curve-bend.c:1211 ../plug-ins/common/curve-bend.c:2932 +msgid "Curve Bend" +msgstr "Kurvebøjning" -#: plug-ins/common/gih.c:1110 -msgid "Ranks:" -msgstr "Rang:" +#. Preview area, top of column +#. preview +#: ../plug-ins/common/curve-bend.c:1247 +#: ../plug-ins/gimpressionist/orientmap.c:592 +#: ../plug-ins/gimpressionist/sizemap.c:461 +#: ../plug-ins/print/print-page-layout.c:159 +msgid "Preview" +msgstr "Miniature" -#: plug-ins/common/glasstile.c:129 +# se næste for sammenhæng +#. The preview button +#: ../plug-ins/common/curve-bend.c:1276 #, fuzzy -msgid "_Glass Tile..." -msgstr "Tilføjer glasflise..." +msgid "_Preview Once" +msgstr "V_is eksempel" -#: plug-ins/common/glasstile.c:209 -msgid "Glass Tile..." -msgstr "Tilføjer glasflise..." +#. The preview toggle +#: ../plug-ins/common/curve-bend.c:1285 +#, fuzzy +msgid "Automatic pre_view" +msgstr "_Hold eksempel opdateret" -#: plug-ins/common/glasstile.c:250 -msgid "Glass Tile" -msgstr "Glasflise" +#. Options area, bottom of column +#. Options section +#: ../plug-ins/common/curve-bend.c:1295 ../plug-ins/common/ripple.c:505 +#: ../plug-ins/gfig/gfig-dialog.c:1207 +msgid "Options" +msgstr "Indstillinger" -#: plug-ins/common/glasstile.c:281 -#, fuzzy -msgid "Tile _width:" -msgstr "Flise_bredde:" +#. Rotate spinbutton +#: ../plug-ins/common/curve-bend.c:1309 +msgid "Rotat_e:" +msgstr "R_otér:" -#: plug-ins/common/glasstile.c:295 plug-ins/common/mosaic.c:621 -#, fuzzy -msgid "Tile _height:" -msgstr "Flise_højde:" +#. The smoothing toggle +#: ../plug-ins/common/curve-bend.c:1328 +msgid "Smoo_thing" +msgstr "Ud_jævning" + +#. The antialiasing toggle +#: ../plug-ins/common/curve-bend.c:1338 ../plug-ins/common/mosaic.c:727 +#: ../plug-ins/common/qbist.c:853 ../plug-ins/common/ripple.c:514 +msgid "_Antialiasing" +msgstr "_Udglatning" -#: plug-ins/common/gqbist.c:415 +#. The work_on_copy toggle +#: ../plug-ins/common/curve-bend.c:1348 #, fuzzy -msgid "_Qbist..." -msgstr "Qbist..." +msgid "Work on cop_y" +msgstr "Arbejd på _kopi" -#: plug-ins/common/gqbist.c:514 -msgid "Qbist ..." -msgstr "Qbist..." +#. The curves graph +#: ../plug-ins/common/curve-bend.c:1358 +msgid "Modify Curves" +msgstr "Ændr kurver" -#: plug-ins/common/gqbist.c:695 -#, fuzzy -msgid "Load QBE file" -msgstr "Indlæs QBE-Fil..." +#: ../plug-ins/common/curve-bend.c:1386 +msgid "Curve for Border" +msgstr "Kurve for kant" -#: plug-ins/common/gqbist.c:733 -#, fuzzy -msgid "Save (middle transform) as QBE file" -msgstr "Gem (midterste transformation) som QBE fil..." +#: ../plug-ins/common/curve-bend.c:1390 +msgid "_Upper" +msgstr "_Øvre" -#: plug-ins/common/gqbist.c:781 -msgid "G-Qbist" -msgstr "G-Qbist" +#: ../plug-ins/common/curve-bend.c:1391 +msgid "_Lower" +msgstr "_Nedre" -#: plug-ins/common/gradmap.c:86 -#, fuzzy -msgid "_Gradient Map" -msgstr "Afbilder farveovergang..." +#: ../plug-ins/common/curve-bend.c:1401 +msgid "Curve Type" +msgstr "Kurvetype" -#: plug-ins/common/gradmap.c:124 -msgid "Gradient Map..." -msgstr "Afbilder farveovergang..." +# om det skal være en "glat" kurve +#: ../plug-ins/common/curve-bend.c:1405 +msgid "Smoot_h" +msgstr "_Glat" -#: plug-ins/common/grid.c:149 -#, fuzzy -msgid "_Grid..." -msgstr "Rektangler..." +# eller en frihåndskurve +#: ../plug-ins/common/curve-bend.c:1406 +msgid "_Free" +msgstr "_Frihånds" -#: plug-ins/common/grid.c:242 -msgid "Drawing Grid..." -msgstr "Tegner gitter..." +#. The Copy button +#: ../plug-ins/common/curve-bend.c:1421 +msgid "_Copy" +msgstr "_Kopiér" -#: plug-ins/common/grid.c:621 plug-ins/gfig/gfig-dialog.c:1355 -#: plug-ins/imagemap/imap_menu.c:385 plug-ins/imagemap/imap_popup.c:153 -#: plug-ins/imagemap/imap_toolbar.c:163 -msgid "Grid" -msgstr "Gitter" +#: ../plug-ins/common/curve-bend.c:1426 +msgid "Copy the active curve to the other border" +msgstr "Kopiér den aktive kurve til den anden kant" -#. attach labels -#: plug-ins/common/grid.c:696 -msgid "Horizontal" -msgstr "Vandret" +#. The CopyInv button +#: ../plug-ins/common/curve-bend.c:1433 +msgid "_Mirror" +msgstr "_Spejl" -#: plug-ins/common/grid.c:698 -msgid "Vertical" -msgstr "Lodret" +#: ../plug-ins/common/curve-bend.c:1438 +msgid "Mirror the active curve to the other border" +msgstr "Spejl den aktive kurve til den anden kant" -#: plug-ins/common/grid.c:700 -msgid "Intersection" -msgstr "Skæring" +#. The Swap button +#: ../plug-ins/common/curve-bend.c:1446 +msgid "S_wap" +msgstr "B_yt" -#. Width and Height -#: plug-ins/common/grid.c:703 plug-ins/common/svg.c:761 -#: plug-ins/common/wmf.c:548 plug-ins/print/gimp_main_window.c:992 -#: plug-ins/print/gimp_main_window.c:1199 -msgid "Width:" -msgstr "Bredde:" +#: ../plug-ins/common/curve-bend.c:1451 +msgid "Swap the two curves" +msgstr "Byt de to kurver" -#. attach labels -#: plug-ins/common/grid.c:836 -msgid "Offset:" -msgstr "Afstand:" +#: ../plug-ins/common/curve-bend.c:1463 +msgid "Reset the active curve" +msgstr "Nulstil den aktive kurve" -#. attach color selectors -#: plug-ins/common/grid.c:875 -msgid "Horizontal Color" -msgstr "Vandret farve" +#: ../plug-ins/common/curve-bend.c:1480 +msgid "Load the curves from a file" +msgstr "Indlæs kurver fra en fil" -#: plug-ins/common/grid.c:893 -msgid "Vertical Color" -msgstr "Lodret farve" +#: ../plug-ins/common/curve-bend.c:1492 +msgid "Save the curves to a file" +msgstr "Gem kurver til en fil" -#: plug-ins/common/grid.c:911 -msgid "Intersection Color" -msgstr "Skæringsfarve" +#: ../plug-ins/common/curve-bend.c:2030 +#, fuzzy +msgid "Load Curve Points from File" +msgstr "Indlæs kurvepunkter fra fil" -#: plug-ins/common/gtm.c:154 +#: ../plug-ins/common/curve-bend.c:2065 #, fuzzy -msgid "HTML table" -msgstr "Marmor" +msgid "Save Curve Points to File" +msgstr "Gem kurvepunkter til fil" + +#: ../plug-ins/common/decompose.c:170 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/common/decompose.c:178 +msgid "red" +msgstr "rød" + +#: ../plug-ins/common/decompose.c:171 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/common/decompose.c:179 +msgid "green" +msgstr "grøn" -#: plug-ins/common/gtm.c:399 -msgid "GIMP Table Magic" -msgstr "Tabelmagi" +#: ../plug-ins/common/decompose.c:172 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/common/decompose.c:180 +msgid "blue" +msgstr "blå" -#: plug-ins/common/gtm.c:419 -msgid "Warning" -msgstr "Advarsel" +#: ../plug-ins/common/decompose.c:181 ../plug-ins/common/decompose.c:221 +msgid "alpha" +msgstr "alfa" -#: plug-ins/common/gtm.c:430 -msgid "" -"You are about to create a huge\n" -"HTML file which will most likely\n" -"crash your browser." -msgstr "" -"Du forsøger netop at oprette en kæmpe\n" -"HTML-fil som højst sandsynligt vil få\n" -"dit internetsurfningsprogram til at gå\n" -"ned." +#: ../plug-ins/common/decompose.c:184 ../plug-ins/common/decompose.c:188 +msgid "hue" +msgstr "farvetone" -#. HTML Page Options -#: plug-ins/common/gtm.c:439 -msgid "HTML Page Options" -msgstr "Indstillinger for HTML-side" +#: ../plug-ins/common/decompose.c:185 ../plug-ins/common/decompose.c:189 +msgid "saturation" +msgstr "mætning" -#: plug-ins/common/gtm.c:446 -#, fuzzy -msgid "_Generate full HTML document" -msgstr "_Generér helt HTML-dokument" +#: ../plug-ins/common/decompose.c:186 ../plug-ins/common/decompose.c:190 +msgid "value" +msgstr "værdi" -#: plug-ins/common/gtm.c:452 -msgid "" -"If checked GTM will output a full HTML document with , , etc. " -"tags instead of just the table html." -msgstr "" -"Udskriv et komplet HTML-dokument med , osv. i stedet for bare " -"HTML-kode til tabellen." +#: ../plug-ins/common/decompose.c:193 ../plug-ins/common/decompose.c:197 +#, fuzzy +msgid "hue_l" +msgstr "farvetone" -#. HTML Table Creation Options -#: plug-ins/common/gtm.c:465 -msgid "Table Creation Options" -msgstr "Indstillinger for tabeloprettelse" +#: ../plug-ins/common/decompose.c:194 ../plug-ins/common/decompose.c:198 +#, fuzzy +msgid "saturation_l" +msgstr "mætning" -# ikke helt magen til engelsk original, men værktøjstippet neden for -# giver hjælp -#: plug-ins/common/gtm.c:473 +#: ../plug-ins/common/decompose.c:195 ../plug-ins/common/decompose.c:199 #, fuzzy -msgid "_Use cellspan" -msgstr "Slå _celler sammen" +msgid "lightness" +msgstr "Lysstyrke" -#: plug-ins/common/gtm.c:479 -msgid "" -"If checked GTM will replace any rectangular sections of identically colored " -"blocks with one large cell with ROWSPAN and COLSPAN values." +#: ../plug-ins/common/decompose.c:197 +msgid "Hue (HSL)" msgstr "" -"Erstat enhver firkantet sektion af ensfarvede blokke med én stor celle med " -"de tilsvarende ROWSPAN- og COLSPAN-værdier." -#: plug-ins/common/gtm.c:488 -msgid "Co_mpress TD tags" -msgstr "_Komprimér TD-mærker" +#: ../plug-ins/common/decompose.c:198 +#, fuzzy +msgid "Saturation (HSL)" +msgstr "Mætning" -#: plug-ins/common/gtm.c:494 -msgid "" -"Checking this tag will cause GTM to leave no whitespace between the TD tags " -"and the cellcontent. This is only necessary for pixel level positioning " -"control." -msgstr "" -"Undlad mellemrum mellem TD-mærker og celleindholdet. Dette er kun nødvendigt " -"for positionskontrol på punktniveau." +#: ../plug-ins/common/decompose.c:199 +#, fuzzy +msgid "Lightness" +msgstr "Lysstyrke" -#: plug-ins/common/gtm.c:504 -msgid "C_aption" -msgstr "_Overskrift" +#: ../plug-ins/common/decompose.c:202 ../plug-ins/common/decompose.c:206 +msgid "cyan" +msgstr "cyan" -#: plug-ins/common/gtm.c:510 -msgid "Check if you would like to have the table captioned." -msgstr "Giv tabellen en tilhørende tekst." +#: ../plug-ins/common/decompose.c:203 ../plug-ins/common/decompose.c:207 +msgid "magenta" +msgstr "magenta" -#: plug-ins/common/gtm.c:525 -msgid "The text for the table caption." -msgstr "Teksten til tabeloverskriften" +#: ../plug-ins/common/decompose.c:204 ../plug-ins/common/decompose.c:208 +msgid "yellow" +msgstr "gul" -#: plug-ins/common/gtm.c:538 -#, fuzzy -msgid "C_ell content:" -msgstr "C_elleindhold:" +#: ../plug-ins/common/decompose.c:206 +msgid "Cyan" +msgstr "Cyan" -#: plug-ins/common/gtm.c:542 -msgid "The text to go into each cell." -msgstr "Den tekst der lægges ind i enhver celle." +#: ../plug-ins/common/decompose.c:207 +msgid "Magenta" +msgstr "Magenta" -#. HTML Table Options -#: plug-ins/common/gtm.c:552 -msgid "Table Options" -msgstr "Tabelindstillinger" +#: ../plug-ins/common/decompose.c:208 +msgid "Yellow" +msgstr "Gul" -#: plug-ins/common/gtm.c:563 -msgid "_Border:" -msgstr "_Kant:" +#: ../plug-ins/common/decompose.c:211 ../plug-ins/common/decompose.c:216 +msgid "cyan-k" +msgstr "cyan-k" + +#: ../plug-ins/common/decompose.c:212 ../plug-ins/common/decompose.c:217 +msgid "magenta-k" +msgstr "magenta-k" + +#: ../plug-ins/common/decompose.c:213 ../plug-ins/common/decompose.c:218 +msgid "yellow-k" +msgstr "gul-k" -#: plug-ins/common/gtm.c:567 -msgid "The number of pixels in the table border." -msgstr "Antal punkter i tabelkanten" +#: ../plug-ins/common/decompose.c:214 +msgid "black" +msgstr "sort" -#: plug-ins/common/gtm.c:582 -msgid "The width for each table cell. Can be a number or a percent." -msgstr "Bredden af hver celle. Kan være et tal eller en procentdel." +#: ../plug-ins/common/decompose.c:216 +msgid "Cyan_K" +msgstr "Cyan_K" -#: plug-ins/common/gtm.c:598 -msgid "The height for each table cell. Can be a number or a percent." -msgstr "Højden af hver celle. Kan være et tal eller en procentdel." +#: ../plug-ins/common/decompose.c:217 +msgid "Magenta_K" +msgstr "Magenta_K" -#: plug-ins/common/gtm.c:609 -#, fuzzy -msgid "Cell-_padding:" -msgstr "Celle_fyld:" +#: ../plug-ins/common/decompose.c:218 +msgid "Yellow_K" +msgstr "Gul_K" -# RETMIG: er dette rigtigt? -#: plug-ins/common/gtm.c:613 -msgid "The amount of cellpadding." -msgstr "Hvor meget fyld der skal i cellerne omkring teksten." +#: ../plug-ins/common/decompose.c:221 +msgid "Alpha" +msgstr "Alfa" -#: plug-ins/common/gtm.c:622 -#, fuzzy -msgid "Cell-_spacing:" -msgstr "Celle_mellemrum:" +#: ../plug-ins/common/decompose.c:229 +msgid "luma-y470" +msgstr "luma-y470" -#: plug-ins/common/gtm.c:626 -msgid "The amount of cellspacing." -msgstr "Afstand mellem cellerne." +#: ../plug-ins/common/decompose.c:230 +msgid "blueness-cb470" +msgstr "blåhed-cb470" -#: plug-ins/common/guillotine.c:72 -#, fuzzy -msgid "_Guillotine" -msgstr "Guillotinerer..." +#: ../plug-ins/common/decompose.c:231 +msgid "redness-cr470" +msgstr "rødhed-cr470" -#: plug-ins/common/guillotine.c:104 -msgid "Guillotine..." -msgstr "Guillotinerer..." +#: ../plug-ins/common/decompose.c:233 +msgid "luma-y709" +msgstr "luma-y709" -#: plug-ins/common/header.c:75 -msgid "C source code header" -msgstr "" +#: ../plug-ins/common/decompose.c:234 +msgid "blueness-cb709" +msgstr "blåhed-cb709" -#: plug-ins/common/hot.c:217 -#, fuzzy -msgid "_Hot..." -msgstr "Hed..." +#: ../plug-ins/common/decompose.c:235 +msgid "redness-cr709" +msgstr "rødhed-cr709" -#: plug-ins/common/hot.c:379 -msgid "Hot..." -msgstr "Hed..." +#: ../plug-ins/common/decompose.c:237 +msgid "luma-y470f" +msgstr "luma-y470f" -#: plug-ins/common/hot.c:570 -msgid "Hot" -msgstr "Hed" +#: ../plug-ins/common/decompose.c:238 +msgid "blueness-cb470f" +msgstr "blåhed-cb470f" -#: plug-ins/common/hot.c:600 -#, fuzzy -msgid "Create _New layer" -msgstr "Opret _nyt lag" +#: ../plug-ins/common/decompose.c:239 +msgid "redness-cr470f" +msgstr "rødhed-cr470f" -#: plug-ins/common/hot.c:609 -msgid "Action" -msgstr "Handling" +#: ../plug-ins/common/decompose.c:241 +msgid "luma-y709f" +msgstr "luma-y709f" -#: plug-ins/common/hot.c:613 -msgid "Reduce _Luminance" -msgstr "Reducér _lysstyrke" +#: ../plug-ins/common/decompose.c:242 +msgid "blueness-cb709f" +msgstr "blåhed-cb709f" -#: plug-ins/common/hot.c:614 -msgid "Reduce _Saturation" -msgstr "Reducér _mætning" +#: ../plug-ins/common/decompose.c:243 +msgid "redness-cr709f" +msgstr "rødhed-cr709f" -#: plug-ins/common/hot.c:615 plug-ins/common/waves.c:275 -msgid "_Blacken" -msgstr "For_mørk" +#: ../plug-ins/common/decompose.c:312 ../plug-ins/common/decompose.c:326 +msgid "Decompose an image into separate colorspace components" +msgstr "" -#: plug-ins/common/illusion.c:101 +#: ../plug-ins/common/decompose.c:318 ../plug-ins/common/decompose.c:336 #, fuzzy -msgid "_Illusion..." -msgstr "Tilføjer illusion..." - -#: plug-ins/common/illusion.c:173 -msgid "Illusion..." -msgstr "Tilføjer illusion..." - -#: plug-ins/common/illusion.c:394 -msgid "Illusion" -msgstr "Illusion" +msgid "_Decompose..." +msgstr "Opbrydning" -#: plug-ins/common/illusion.c:423 +#: ../plug-ins/common/decompose.c:429 #, fuzzy -msgid "_Divisions:" -msgstr "_Division:" +msgid "Decomposing" +msgstr "Bryder op..." -#: plug-ins/common/illusion.c:433 -msgid "Mode _1" -msgstr "Tilstand _1" +#: ../plug-ins/common/decompose.c:1487 +msgid "Decompose" +msgstr "Opbrydning" -#: plug-ins/common/illusion.c:448 -msgid "Mode _2" -msgstr "Tilstand _2" +#: ../plug-ins/common/decompose.c:1510 +msgid "Extract Channels" +msgstr "Udtræk kanaler" -#: plug-ins/common/iwarp.c:254 +#: ../plug-ins/common/decompose.c:1557 #, fuzzy -msgid "_IWarp..." -msgstr "Fordrejer..." +msgid "_Decompose to layers" +msgstr "Opbryd i _lag" -#: plug-ins/common/iwarp.c:688 -msgid "Warping..." -msgstr "Fordrejer..." +#: ../plug-ins/common/decompose.c:1568 +#, fuzzy +msgid "_Foreground as registration color" +msgstr "_Forgrund/baggrund" -#: plug-ins/common/iwarp.c:793 plug-ins/common/iwarp.c:805 -#, c-format -msgid "Warping Frame No. %d..." -msgstr "Fordrejer billede nr. %d..." +#: ../plug-ins/common/decompose.c:1569 +msgid "" +"Pixels in the foreground color will appear black in all output images. This " +"can be used for things like crop marks that have to show up on all channels." +msgstr "" -#: plug-ins/common/iwarp.c:806 -#, fuzzy -msgid "Ping pong" -msgstr "Frem og tilbage" +#: ../plug-ins/common/deinterlace.c:91 +msgid "Fix images where every other row is missing" +msgstr "" -#: plug-ins/common/iwarp.c:941 -msgid "A_nimate" -msgstr "A_nimér" +#: ../plug-ins/common/deinterlace.c:100 +msgid "_Deinterlace..." +msgstr "_Fjern linjespring..." -#: plug-ins/common/iwarp.c:960 -msgid "Number of _Frames:" -msgstr "Antal _billeder:" +#: ../plug-ins/common/deinterlace.c:157 ../plug-ins/common/deinterlace.c:325 +msgid "Deinterlace" +msgstr "Fjern linjespring" -#: plug-ins/common/iwarp.c:969 -msgid "R_everse" -msgstr "_Omvendt" +#: ../plug-ins/common/deinterlace.c:357 +msgid "Keep o_dd fields" +msgstr "Behold _ulige linjer" -#: plug-ins/common/iwarp.c:978 -msgid "_Ping Pong" -msgstr "_Frem og tilbage" +#: ../plug-ins/common/deinterlace.c:358 +msgid "Keep _even fields" +msgstr "Behold _lige linjer" -#: plug-ins/common/iwarp.c:991 -msgid "_Animate" -msgstr "_Animér" +#: ../plug-ins/common/depth-merge.c:184 +msgid "Combine two images using depth maps (z-buffers)" +msgstr "" -#: plug-ins/common/iwarp.c:1012 -msgid "Deform Mode" -msgstr "Deformeringstilstand" +#: ../plug-ins/common/depth-merge.c:193 +#, fuzzy +msgid "_Depth Merge..." +msgstr "Dybdeforening" -#: plug-ins/common/iwarp.c:1025 -msgid "_Move" -msgstr "_Flyt" +#: ../plug-ins/common/depth-merge.c:387 +#, fuzzy +msgid "Depth-merging" +msgstr "Dybdeforener..." -#: plug-ins/common/iwarp.c:1026 -msgid "_Grow" -msgstr "Forst_ør" +#: ../plug-ins/common/depth-merge.c:644 +msgid "Depth Merge" +msgstr "Dybdeforening" -#: plug-ins/common/iwarp.c:1027 -msgid "S_wirl CCW" -msgstr "D_rej mod uret" +#: ../plug-ins/common/depth-merge.c:696 +msgid "Source 1:" +msgstr "Kilde 1:" -#: plug-ins/common/iwarp.c:1028 -msgid "Remo_ve" -msgstr "F_jern" +#: ../plug-ins/common/depth-merge.c:711 ../plug-ins/common/depth-merge.c:741 +#, fuzzy +msgid "Depth map:" +msgstr "Dybdekort:" -#: plug-ins/common/iwarp.c:1029 -msgid "S_hrink" -msgstr "Form_indsk" +#: ../plug-ins/common/depth-merge.c:726 +msgid "Source 2:" +msgstr "Kilde 2:" -#: plug-ins/common/iwarp.c:1030 -msgid "Sw_irl CW" -msgstr "Drej m_ed uret" +#: ../plug-ins/common/depth-merge.c:758 +#, fuzzy +msgid "O_verlap:" +msgstr "Overlap:" -#: plug-ins/common/iwarp.c:1059 +#: ../plug-ins/common/depth-merge.c:778 #, fuzzy -msgid "_Deform radius:" -msgstr "_Deformeringsradius" +msgid "Sc_ale 1:" +msgstr "Skala 1:" -#: plug-ins/common/iwarp.c:1069 +#: ../plug-ins/common/depth-merge.c:788 #, fuzzy -msgid "D_eform amount:" -msgstr "Deformerings_mængde:" +msgid "Sca_le 2:" +msgstr "Skala 2:" -#: plug-ins/common/iwarp.c:1078 -msgid "_Bilinear" -msgstr "_Bilineær" +#: ../plug-ins/common/despeckle.c:142 +#, fuzzy +msgid "Remove speckle noise from the image" +msgstr "Angiv skaleringen (størrelsen) af billedet" -#: plug-ins/common/iwarp.c:1092 +#: ../plug-ins/common/despeckle.c:148 #, fuzzy -msgid "Adaptive s_upersample" -msgstr "Adaptiv _udjævning" +msgid "Des_peckle..." +msgstr "Fjern kornstøj" + +#: ../plug-ins/common/despeckle.c:425 ../plug-ins/common/despeckle.c:645 +msgid "Despeckle" +msgstr "Fjern kornstøj" -#: plug-ins/common/iwarp.c:1112 +#: ../plug-ins/common/despeckle.c:454 #, fuzzy -msgid "Ma_x depth:" -msgstr "Ma_ks. dybde:" +msgid "Median" +msgstr "Radianer" -#: plug-ins/common/iwarp.c:1122 -msgid "Thresho_ld:" -msgstr "_Tærskel:" +#: ../plug-ins/common/despeckle.c:462 +msgid "_Adaptive" +msgstr "_Tilpassende" + +#: ../plug-ins/common/despeckle.c:472 +msgid "R_ecursive" +msgstr "R_ekursiv" + +#: ../plug-ins/common/despeckle.c:493 ../plug-ins/common/edge-neon.c:732 +#: ../plug-ins/common/nl-filter.c:1089 ../plug-ins/common/nova.c:366 +#: ../plug-ins/common/unsharp-mask.c:680 ../plug-ins/common/whirl-pinch.c:589 +#: ../plug-ins/gradient-flare/gradient-flare.c:2758 +#: ../plug-ins/imagemap/imap_circle.c:278 +msgid "_Radius:" +msgstr "_Radius:" + +#: ../plug-ins/common/despeckle.c:509 +#, fuzzy +msgid "_Black level:" +msgstr "_Sort niveau:" -#: plug-ins/common/iwarp.c:1135 plug-ins/common/sinus.c:764 -#: plug-ins/gflare/gflare.c:2795 -msgid "_Settings" -msgstr "_Indstillinger" +#: ../plug-ins/common/despeckle.c:525 +#, fuzzy +msgid "_White level:" +msgstr "H_vidt niveau:" -#: plug-ins/common/iwarp.c:1151 -msgid "IWarp" -msgstr "Interaktiv fordrejning" +#: ../plug-ins/common/destripe.c:103 +msgid "Remove vertical stripe artifacts from the image" +msgstr "" -#: plug-ins/common/jigsaw.c:364 +#: ../plug-ins/common/destripe.c:109 #, fuzzy -msgid "_Jigsaw..." -msgstr "Puslespil" - -#: plug-ins/common/jigsaw.c:418 -msgid "Assembling Jigsaw..." -msgstr "Samler puslespil..." +msgid "Des_tripe..." +msgstr "Fjerner striber..." -#: plug-ins/common/jigsaw.c:2423 -msgid "Jigsaw" -msgstr "Puslespil" +#: ../plug-ins/common/destripe.c:272 +#, fuzzy +msgid "Destriping" +msgstr "Fjerner striber..." -#: plug-ins/common/jigsaw.c:2444 -msgid "Number of Tiles" -msgstr "Antal brikker" +#: ../plug-ins/common/destripe.c:438 +msgid "Destripe" +msgstr "Fjern striber" -#: plug-ins/common/jigsaw.c:2459 -msgid "Number of pieces going across" -msgstr "Antal brikker i vandret retning" +#: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 +#: ../plug-ins/imagemap/imap_cmd_guides.c:165 +#: ../plug-ins/imagemap/imap_rectangle.c:403 +#: ../plug-ins/print/print-page-layout.c:252 +msgid "_Width:" +msgstr "_Bredde:" -#: plug-ins/common/jigsaw.c:2476 -msgid "Number of pieces going down" -msgstr "Antal brikker i lodret retning" +#: ../plug-ins/common/destripe.c:484 +#, fuzzy +msgid "Create _histogram" +msgstr "Opret _histogram" -#: plug-ins/common/jigsaw.c:2490 -msgid "Bevel Edges" -msgstr "Runde hjørner" +#: ../plug-ins/common/diffraction.c:167 +#, fuzzy +msgid "Generate diffraction patterns" +msgstr "Opretter diffraktionsmønster..." -#: plug-ins/common/jigsaw.c:2500 +#: ../plug-ins/common/diffraction.c:172 #, fuzzy -msgid "_Bevel width:" -msgstr "Rundingers _bredde:" +msgid "_Diffraction Patterns..." +msgstr "Diffraktionsmønstre" -#: plug-ins/common/jigsaw.c:2504 -msgid "Degree of slope of each piece's edge" -msgstr "Hældningsgrad for hver briks kant" +#: ../plug-ins/common/diffraction.c:330 +#, fuzzy +msgid "Creating diffraction pattern" +msgstr "Opretter diffraktionsmønster..." -#: plug-ins/common/jigsaw.c:2517 -msgid "H_ighlight:" -msgstr "H_øjlys:" +#: ../plug-ins/common/diffraction.c:434 +msgid "Diffraction Patterns" +msgstr "Diffraktionsmønstre" -#: plug-ins/common/jigsaw.c:2521 -msgid "The amount of highlighting on the edges of each piece" -msgstr "Hvor meget fremhævning der skal laves på hver briks kanter" +# "preview" er en bydeform her +#: ../plug-ins/common/diffraction.c:477 +#: ../plug-ins/map-object/map-object-ui.c:1388 +msgid "_Preview!" +msgstr "Vis _eksempel!" -#. frame for primitive radio buttons -#: plug-ins/common/jigsaw.c:2538 -msgid "Jigsaw Style" -msgstr "Puslespilstil" +#: ../plug-ins/common/diffraction.c:527 +#, fuzzy +msgid "Frequencies" +msgstr "_Frekvenser" -#: plug-ins/common/jigsaw.c:2542 -msgid "_Square" -msgstr "_Firkantet" +#: ../plug-ins/common/diffraction.c:565 +#, fuzzy +msgid "Contours" +msgstr "Ko_nturer" -#: plug-ins/common/jigsaw.c:2543 -msgid "C_urved" -msgstr "_Kurvet" +#: ../plug-ins/common/diffraction.c:603 +#, fuzzy +msgid "Sharp Edges" +msgstr "_Skarpe kanter" -#: plug-ins/common/jigsaw.c:2547 -msgid "Each piece has straight sides" -msgstr "Hver brik har lige kanter" +#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:683 +#: ../plug-ins/flame/flame.c:1081 +msgid "_Brightness:" +msgstr "_Lysstyrke:" -#: plug-ins/common/jigsaw.c:2548 -msgid "Each piece has curved sides" -msgstr "Hver brik har runde kanter" +#: ../plug-ins/common/diffraction.c:624 +msgid "Sc_attering:" +msgstr "S_predning:" -#: plug-ins/common/jpeg.c:372 plug-ins/common/jpeg.c:410 +#: ../plug-ins/common/diffraction.c:633 #, fuzzy -msgid "JPEG image" -msgstr "JPEG-eksempel" +msgid "Po_larization:" +msgstr "P_olarisering:" -#: plug-ins/common/jpeg.c:516 -msgid "Export Preview" -msgstr "Eksporteringseksempel" +#: ../plug-ins/common/diffraction.c:641 +msgid "Other Options" +msgstr "Andre indstillinger" -#: plug-ins/common/jpeg.c:880 -msgid "EXIF data will be ignored." -msgstr "" +#: ../plug-ins/common/displace.c:142 +#, fuzzy +msgid "_X displacement" +msgstr "_x-forskydning:" -#: plug-ins/common/jpeg.c:1094 -msgid "JPEG preview" -msgstr "JPEG-eksempel" +#: ../plug-ins/common/displace.c:142 +#, fuzzy +msgid "_Pinch" +msgstr "_Tomme" -#: plug-ins/common/jpeg.c:1356 -#, fuzzy, c-format -msgid "File size: %02.01f kB" -msgstr "Størrelse: %ld byte (%02.01f kb)" +#: ../plug-ins/common/displace.c:143 +#, fuzzy +msgid "_Y displacement" +msgstr "_y-forskydning:" -#: plug-ins/common/jpeg.c:1809 plug-ins/common/jpeg.c:1909 +#: ../plug-ins/common/displace.c:143 #, fuzzy -msgid "File size: unknown" -msgstr "Størrelse: ukendt" +msgid "_Whirl" +msgstr "_Hvid" -#: plug-ins/common/jpeg.c:1874 -msgid "Save as JPEG" -msgstr "Gem som JPEG" +#: ../plug-ins/common/displace.c:169 +msgid "Displace pixels as indicated by displacement maps" +msgstr "" -#: plug-ins/common/jpeg.c:1895 +#: ../plug-ins/common/displace.c:179 #, fuzzy -msgid "_Quality:" -msgstr "Kvalitet:" +msgid "_Displace..." +msgstr "Forskyder..." -#: plug-ins/common/jpeg.c:1899 +#: ../plug-ins/common/displace.c:290 #, fuzzy -msgid "JPEG quality parameter" -msgstr "Parametre" +msgid "Displacing" +msgstr "Forskyder..." + +#: ../plug-ins/common/displace.c:326 +msgid "Displace" +msgstr "Forskydning" -#: plug-ins/common/jpeg.c:1918 +#. X options +#: ../plug-ins/common/displace.c:362 #, fuzzy -msgid "Show _Preview in image window" -msgstr "Miniature (i billedvinduet)" +msgid "_X displacement:" +msgstr "_x-forskydning:" -#: plug-ins/common/jpeg.c:1931 +#. Y Options +#: ../plug-ins/common/displace.c:409 #, fuzzy -msgid "_Advanced Options" -msgstr "Avancerede indstillinger" +msgid "_Y displacement:" +msgstr "_y-forskydning:" -#: plug-ins/common/jpeg.c:1959 +#: ../plug-ins/common/displace.c:459 #, fuzzy -msgid "_Smoothing:" -msgstr "Udjævning:" +msgid "Displacement Mode" +msgstr "_Forskydning:" -#: plug-ins/common/jpeg.c:1972 +#: ../plug-ins/common/displace.c:462 #, fuzzy -msgid "Frequency (rows):" -msgstr "Genstartsfrekvenser (rækker):" +msgid "_Cartesian" +msgstr "_Materiale" -# RETMIG: rigtig? -#: plug-ins/common/jpeg.c:1986 +#: ../plug-ins/common/displace.c:463 #, fuzzy -msgid "Use restart markers" -msgstr "Genstartsmarkeringer" +msgid "_Polar" +msgstr "Polær" -#: plug-ins/common/jpeg.c:2001 plug-ins/xjt/xjt.c:860 -msgid "Optimize" -msgstr "Optimér" +#: ../plug-ins/common/displace.c:468 +msgid "Edge Behavior" +msgstr "" -#: plug-ins/common/jpeg.c:2015 -msgid "Progressive" -msgstr "Progressiv" +#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:722 +#: ../plug-ins/common/ripple.c:565 ../plug-ins/common/waves.c:281 +msgid "_Smear" +msgstr "Smør _ud" -#: plug-ins/common/jpeg.c:2034 -msgid "Force baseline JPEG" -msgstr "" +#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:735 +#: ../plug-ins/common/fractal-trace.c:740 ../plug-ins/common/newsprint.c:398 +msgid "_Black" +msgstr "_Sort" -#: plug-ins/common/jpeg.c:2050 -msgid "Save EXIF data" -msgstr "Gem EXIF-data" +#: ../plug-ins/common/edge-dog.c:135 +msgid "Edge detection with control of edge thickness" +msgstr "" -#: plug-ins/common/jpeg.c:2064 +#: ../plug-ins/common/edge-dog.c:142 #, fuzzy -msgid "Save thumbnail" -msgstr "Gem fil" - -#. Subsampling -#: plug-ins/common/jpeg.c:2078 -msgid "Subsampling:" -msgstr "Underprøver:" +msgid "_Difference of Gaussians..." +msgstr "Selektiv gaussisk sløring..." -#. DCT method -#: plug-ins/common/jpeg.c:2105 +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 #, fuzzy -msgid "DCT method:" -msgstr "Tærskel:" +msgid "DoG Edge Detect" +msgstr "Kantfinding" -#: plug-ins/common/jpeg.c:2111 -msgid "Fast Integer" -msgstr "Hurtigt heltal" +#: ../plug-ins/common/edge-dog.c:331 +#, fuzzy +msgid "Smoothing Parameters" +msgstr "Parametre for kopiering" -#: plug-ins/common/jpeg.c:2112 -msgid "Integer" -msgstr "Heltal" +#: ../plug-ins/common/edge-dog.c:345 +#, fuzzy +msgid "_Radius 1:" +msgstr "_Radius:" -#: plug-ins/common/jpeg.c:2113 -msgid "Floating-Point" -msgstr "Kommatal" +#: ../plug-ins/common/edge-dog.c:349 +#, fuzzy +msgid "R_adius 2:" +msgstr "R_adius:" -#: plug-ins/common/jpeg.c:2127 -msgid "Comment" -msgstr "Kommentar" +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 +msgid "_Invert" +msgstr "_Invertér" -#: plug-ins/common/jpeg.c:2280 -#, fuzzy, c-format -msgid "Opening thumbnail for '%s'..." -msgstr "Åbner '%s'..." +#: ../plug-ins/common/edge-laplace.c:75 +#, fuzzy +msgid "High-resolution edge detection" +msgstr "Sobel-kantfinding" -#: plug-ins/common/laplace.c:95 +#: ../plug-ins/common/edge-laplace.c:85 msgid "_Laplace" msgstr "_Laplace" -#: plug-ins/common/laplace.c:228 -msgid "Laplace..." -msgstr "Anvender Laplace..." +#: ../plug-ins/common/edge-laplace.c:243 ../plug-ins/common/edge.c:673 +#, fuzzy +msgid "Laplace" +msgstr "_Laplace" -#: plug-ins/common/laplace.c:305 -msgid "Cleanup..." +#: ../plug-ins/common/edge-laplace.c:321 +#, fuzzy +msgid "Cleanup" msgstr "Ryd op..." -#: plug-ins/common/lic.c:571 -msgid "Van Gogh (LIC)..." -msgstr "Van Gogh (LIC)..." +#: ../plug-ins/common/edge-neon.c:134 +msgid "Simulate the glowing boundary of a neon light" +msgstr "" -#: plug-ins/common/lic.c:646 -msgid "Van Gogh (LIC)" -msgstr "Van Gogh (LIC)" +#: ../plug-ins/common/edge-neon.c:139 +#, fuzzy +msgid "_Neon..." +msgstr "Tilføjer videoeffekt..." -#: plug-ins/common/lic.c:664 -msgid "Effect Channel" -msgstr "Effektkanal" +#: ../plug-ins/common/edge-neon.c:211 +#, fuzzy +msgid "Neon" +msgstr "Ingen" -#: plug-ins/common/lic.c:671 -msgid "_Brightness" -msgstr "_Lysstyrke" +#: ../plug-ins/common/edge-neon.c:695 +#, fuzzy +msgid "Neon Detection" +msgstr "Kantfinding" -#: plug-ins/common/lic.c:677 -msgid "Effect Operator" -msgstr "Effektoperator" +#: ../plug-ins/common/edge-neon.c:747 ../plug-ins/common/unsharp-mask.c:693 +msgid "_Amount:" +msgstr "_Mængde:" -#: plug-ins/common/lic.c:682 -msgid "_Derivative" -msgstr "_Afledt" +#: ../plug-ins/common/edge-sobel.c:108 +msgid "Specialized direction-dependent edge detection" +msgstr "" -#: plug-ins/common/lic.c:683 -msgid "_Gradient" -msgstr "_Farveovergang" +#: ../plug-ins/common/edge-sobel.c:121 +#, fuzzy +msgid "_Sobel..." +msgstr "_Sobel" -#: plug-ins/common/lic.c:689 -msgid "Convolve" -msgstr "Sammenrul" +#: ../plug-ins/common/edge-sobel.c:231 +msgid "Sobel Edge Detection" +msgstr "Sobel-kantfinding" -#: plug-ins/common/lic.c:694 +#: ../plug-ins/common/edge-sobel.c:260 #, fuzzy -msgid "_With white noise" -msgstr "_Med hvidstøj" +msgid "Sobel _horizontally" +msgstr "Sobel _vandret" -#: plug-ins/common/lic.c:695 +#: ../plug-ins/common/edge-sobel.c:272 #, fuzzy -msgid "W_ith source image" -msgstr "Med _kildebillede" - -#: plug-ins/common/lic.c:714 -msgid "_Effect Image:" -msgstr "_Effektbillede:" +msgid "Sobel _vertically" +msgstr "Sobel _lodret" -#: plug-ins/common/lic.c:725 +#: ../plug-ins/common/edge-sobel.c:284 #, fuzzy -msgid "_Filter length:" -msgstr "_Filterlængde:" +msgid "_Keep sign of result (one direction only)" +msgstr "_Bevar fortegn på resultat (kun én retning)" -#: plug-ins/common/lic.c:734 +#: ../plug-ins/common/edge-sobel.c:370 #, fuzzy -msgid "_Noise magnitude:" -msgstr "_Støjniveau:" +msgid "Sobel edge detecting" +msgstr "Sobel-kantfinding" + +#: ../plug-ins/common/edge.c:152 +msgid "Several simple methods for detecting edges" +msgstr "Flere simple metoder til at finde kanter" -#: plug-ins/common/lic.c:743 +#: ../plug-ins/common/edge.c:157 #, fuzzy -msgid "In_tegration steps:" -msgstr "In_tegrationsskridt:" +msgid "_Edge..." +msgstr "Redigér.." -#: plug-ins/common/lic.c:752 +#: ../plug-ins/common/edge.c:229 +msgid "Edge detection" +msgstr "Kantfinding" + +#: ../plug-ins/common/edge.c:633 +msgid "Edge Detection" +msgstr "Kantfinding" + +#: ../plug-ins/common/edge.c:668 +msgid "Sobel" +msgstr "Sobel" + +# det drejer sig om forvalgte, gemte indstillinger +#: ../plug-ins/common/edge.c:669 #, fuzzy -msgid "_Minimum value:" -msgstr "_Minimumsværdi:" +msgid "Prewitt compass" +msgstr "_Prewitt" + +#: ../plug-ins/common/edge.c:670 ../plug-ins/common/sinus.c:904 +msgid "Gradient" +msgstr "Farveovergang" + +#: ../plug-ins/common/edge.c:671 +msgid "Roberts" +msgstr "Roberts" -#: plug-ins/common/lic.c:761 +#: ../plug-ins/common/edge.c:672 +msgid "Differential" +msgstr "Differentiale" + +#: ../plug-ins/common/edge.c:682 +msgid "_Algorithm:" +msgstr "_Algoritme:" + +#: ../plug-ins/common/edge.c:690 +msgid "A_mount:" +msgstr "_Mængde:" + +#: ../plug-ins/common/emboss.c:124 +msgid "Simulate an image created by embossing" +msgstr "" + +#: ../plug-ins/common/emboss.c:130 #, fuzzy -msgid "M_aximum value:" -msgstr "M_aksimumsværdi:" +msgid "_Emboss..." +msgstr "_Relief" + +#: ../plug-ins/common/emboss.c:384 ../plug-ins/common/emboss.c:446 +msgid "Emboss" +msgstr "Relief" -#: plug-ins/common/lic.c:812 -#, fuzzy -msgid "_Van Gogh (LIC)..." -msgstr "Van Gogh (LIC)..." +#: ../plug-ins/common/emboss.c:474 +msgid "Function" +msgstr "Funktion" -#: plug-ins/common/mail.c:253 -#, fuzzy -msgid "_Mail Image..." -msgstr "/Fil/S_end billede..." +#: ../plug-ins/common/emboss.c:478 +msgid "_Bumpmap" +msgstr "_Højdekort" -#: plug-ins/common/mail.c:474 -#, fuzzy -msgid "Send as Mail" -msgstr "Send pr. epost" +#: ../plug-ins/common/emboss.c:479 +msgid "_Emboss" +msgstr "_Relief" -#: plug-ins/common/mail.c:498 -msgid "_Recipient:" -msgstr "_Modtager:" +#: ../plug-ins/common/emboss.c:511 +msgid "E_levation:" +msgstr "_Forhøjelse:" -#: plug-ins/common/mail.c:510 -msgid "_Sender:" -msgstr "_Afsender:" +#: ../plug-ins/common/engrave.c:101 +msgid "Simulate an antique engraving" +msgstr "Simuler antik gravering" -#: plug-ins/common/mail.c:522 -msgid "S_ubject:" -msgstr "_Emne:" +#: ../plug-ins/common/engrave.c:106 +msgid "En_grave..." +msgstr "_Gravér" -#: plug-ins/common/mail.c:534 -msgid "Comm_ent:" -msgstr "_Kommentar:" +#: ../plug-ins/common/engrave.c:180 +msgid "Engraving" +msgstr "Gravérer" -#: plug-ins/common/mail.c:546 -msgid "_Filename:" -msgstr "_Filnavn:" +#: ../plug-ins/common/engrave.c:209 +msgid "Engrave" +msgstr "Indgravering" -#. Encapsulation label -#: plug-ins/common/mail.c:580 -msgid "Encapsulation:" -msgstr "Indkapsling:" - -#: plug-ins/common/mail.c:592 -msgid "_Uuencode" -msgstr "_Uuencode" - -#: plug-ins/common/mail.c:593 -msgid "_MIME" -msgstr "_MIME" +#: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 +#: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 +#: ../plug-ins/imagemap/imap_rectangle.c:410 +#: ../plug-ins/print/print-page-layout.c:254 +msgid "_Height:" +msgstr "_Højde:" -#: plug-ins/common/mail.c:693 -msgid "some sort of error with the file extension or lack thereof" -msgstr "fejl i forbindelse med filendelsen eller mangel på samme" +#: ../plug-ins/common/engrave.c:255 +#, fuzzy +msgid "_Limit line width" +msgstr "_Begræns linjebredde" -#: plug-ins/common/mapcolor.c:113 -msgid "First Source Color" -msgstr "Første kildefarve" - -#: plug-ins/common/mapcolor.c:114 -msgid "Second Source Color" -msgstr "Anden kildefarve" - -#: plug-ins/common/mapcolor.c:115 -msgid "First Destination Color" -msgstr "Første målfarve" +# (GIP) Begrebet findes på dansk. +#: ../plug-ins/common/file-aa.c:98 +msgid "ASCII art" +msgstr "ASCII kunst" -#: plug-ins/common/mapcolor.c:116 -msgid "Second Destination Color" -msgstr "Anden målfarve" +#. Create the actual window. +#: ../plug-ins/common/file-aa.c:349 +msgid "Save as Text" +msgstr "Gem som tekst" -#: plug-ins/common/mapcolor.c:154 -msgid "Adjust _FG-BG" +#: ../plug-ins/common/file-aa.c:371 +msgid "_Format:" +msgstr "_Format:" + +#: ../plug-ins/common/file-cel.c:111 ../plug-ins/common/file-cel.c:129 +msgid "KISS CEL" msgstr "" -#: plug-ins/common/mapcolor.c:172 -#, fuzzy -msgid "Color Range _Mapping..." -msgstr "Farveudveksling..." +#: ../plug-ins/common/file-cel.c:191 +msgid "Load KISS Palette" +msgstr "Indlæs KISS-palet" -#: plug-ins/common/mapcolor.c:219 plug-ins/common/mapcolor.c:507 -msgid "Cannot operate on gray or indexed color images." -msgstr "Kan ikke arbejde med gråtone eller indekserede farvebilleder." - -#: plug-ins/common/mapcolor.c:240 -msgid "Adjusting Foreground/Background..." -msgstr "Justerer forgrund-/baggrundsfarve..." - -#: plug-ins/common/mapcolor.c:282 -msgid "Mapping colors..." -msgstr "Afbilder farver..." - -#: plug-ins/common/mapcolor.c:359 -msgid "Map Color Range" -msgstr "Afbild farveinterval" - -#: plug-ins/common/mapcolor.c:383 -msgid "Source color range" -msgstr "Kildefarveinterval" - -#: plug-ins/common/mapcolor.c:384 -msgid "Destination color range" -msgstr "Målfarveinterval" +#. max. rows allocated +#. column, highest column ever used +#. -1 assume fsel is not available (and not attached to any drawable) +#. -1 assume there is no floating selection +#: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 +#: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 +#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586 +#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 +#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 +#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 +#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 +#, c-format +msgid "Opening '%s'" +msgstr "Åbner '%s'" -#: plug-ins/common/mapcolor.c:424 plug-ins/gfli/gfli.c:844 -#: plug-ins/gfli/gfli.c:907 -msgid "To:" -msgstr "Til:" +#: ../plug-ins/common/file-cel.c:354 +msgid "Can't create a new image" +msgstr "Kan ikke oprette nyt billede" -#: plug-ins/common/max_rgb.c:106 -#, fuzzy -msgid "_Max RGB..." -msgstr "Maks. RGB..." +#: ../plug-ins/common/file-cel.c:443 +#, c-format +msgid "Unsupported bit depth (%d)!" +msgstr "Ikke-understøttet farvedybde (%d)" -#: plug-ins/common/max_rgb.c:145 -msgid "Can only operate on RGB drawables." -msgstr "Kan kun arbejde med RGB-billeder." +#. init the progress meter +#. And let's begin the progress +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 +#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 +#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 +#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 +#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 +#: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 +#: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 +#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 +#: ../plug-ins/file-xjt/xjt.c:1710 +#, c-format +msgid "Saving '%s'" +msgstr "Gemmer '%s'" -#: plug-ins/common/max_rgb.c:245 -msgid "Max RGB..." -msgstr "Maks. RGB..." +#: ../plug-ins/common/file-compressor.c:160 +msgid "gzip archive" +msgstr "gzip-arkiv" -#: plug-ins/common/max_rgb.c:270 -msgid "Max RGB" -msgstr "Maks. RGB" +#: ../plug-ins/common/file-compressor.c:181 +msgid "bzip archive" +msgstr "bzip-arkiv" -#: plug-ins/common/max_rgb.c:295 +#: ../plug-ins/common/file-compressor.c:390 #, fuzzy -msgid "_Hold the maximal channels" -msgstr "Bevar de m_aksimale kanaler" +msgid "No sensible file extension, saving as compressed XCF." +msgstr "Ingen fornuftig filendelse, gemmer som komprimeret XCF." -#: plug-ins/common/max_rgb.c:298 +#: ../plug-ins/common/file-compressor.c:572 #, fuzzy -msgid "Ho_ld the minimal channels" -msgstr "Bevar de m_inimale kanaler" +msgid "No sensible file extension, attempting to load with file magic." +msgstr "Ingen fornuftig filendelse, prøver at indlæse vha. filmagi." -#: plug-ins/common/mblur.c:176 +#: ../plug-ins/common/file-csource.c:112 #, fuzzy -msgid "_Motion Blur..." -msgstr "Bevægelsessløring..." - -#: plug-ins/common/mblur.c:796 -msgid "Motion Blurring..." -msgstr "Bevægelsessløring..." - -#: plug-ins/common/mblur.c:893 -msgid "Motion Blur" -msgstr "Bevægelsessløring" +msgid "C source code" +msgstr "Farvetilstand" -#: plug-ins/common/mblur.c:915 -msgid "Blur Type" -msgstr "Sløringstype" +#: ../plug-ins/common/file-csource.c:660 +msgid "Save as C-Source" +msgstr "Gem som C-kildekode" -#: plug-ins/common/mblur.c:919 -msgid "_Linear" -msgstr "_Lineær" +# RETMIG: eller "Foranstillet navn"? +#: ../plug-ins/common/file-csource.c:691 +#, fuzzy +msgid "_Prefixed name:" +msgstr "_Præfiksnavn:" -#: plug-ins/common/mblur.c:920 -msgid "_Radial" -msgstr "_Radial" +#: ../plug-ins/common/file-csource.c:700 +msgid "Co_mment:" +msgstr "Ko_mmentar:" -#: plug-ins/common/mblur.c:921 -msgid "_Zoom" -msgstr "_Zoom" +#. Use Comment +#. +#: ../plug-ins/common/file-csource.c:707 +#, fuzzy +msgid "_Save comment to file" +msgstr "_Gem kommentar i fil" -#: plug-ins/common/mblur.c:930 -msgid "Blur Parameters" -msgstr "Sløringsparametre" +#. GLib types +#. +#: ../plug-ins/common/file-csource.c:719 +#, fuzzy +msgid "_Use GLib types (guint8*)" +msgstr "_Brug GLib-typer (guint8*)" -#: plug-ins/common/mblur.c:956 plug-ins/common/newsprint.c:1012 -msgid "_Angle:" -msgstr "_Vinkel:" +#. Use Macros +#. +#: ../plug-ins/common/file-csource.c:731 +#, fuzzy +msgid "Us_e macros instead of struct" +msgstr "Brug _makroer i stedet for struct" -# skal være "centrum" fordi det både optræder et sted hvor det betyder -# "centrum" og et sted hvor det mere betyder "midten" -#: plug-ins/common/mblur.c:969 +#. Use RLE +#. +#: ../plug-ins/common/file-csource.c:743 #, fuzzy -msgid "Blur Center" -msgstr "Centrum" +msgid "Use _1 byte Run-Length-Encoding" +msgstr "Brug _1 byte-rækkekomprimering (RLE)" -#. Inform the user that we couldn't losslessly save the -#. * transparency & just use the full palette -#: plug-ins/common/mng.c:494 plug-ins/common/png.c:1562 -msgid "Couldn't losslessly save transparency, saving opacity instead." -msgstr "" -"Kunne ikke gemme gennemsigtighed uden tab, gemmer uigennemsigtighed i stedet." +#. Alpha +#. +#: ../plug-ins/common/file-csource.c:755 +#, fuzzy +msgid "Sa_ve alpha channel (RGBA/RGB)" +msgstr "Gem _alfakanal (RGBA/RGB)" -#: plug-ins/common/mng.c:1309 -msgid "Save as MNG" -msgstr "Gem som MNG" +#: ../plug-ins/common/file-csource.c:773 +msgid "Op_acity:" +msgstr "Ui_gennemsighed:" -#: plug-ins/common/mng.c:1322 -msgid "MNG Options" -msgstr "MNG-indstillinger" +# (GIP) Kan evt. også link til skrivebordet, har ikke kunnet finde sætningen i GIMP +#: ../plug-ins/common/file-desktop-link.c:83 +msgid "Desktop Link" +msgstr "Skrivebordsgenvej" -#: plug-ins/common/mng.c:1328 -msgid "Interlace" -msgstr "Understøt gradvis indlæsning" +#: ../plug-ins/common/file-desktop-link.c:173 +#, fuzzy, c-format +msgid "Error loading desktop file '%s': %s" +msgstr "Fejl ved åbning af filen \"%s\"" -#: plug-ins/common/mng.c:1340 +#: ../plug-ins/common/file-dicom.c:146 #, fuzzy -msgid "Save background color" -msgstr "Gem _baggrundsfarve" +msgid "DICOM image" +msgstr "_Billede" -#: plug-ins/common/mng.c:1351 -#, fuzzy -msgid "Save gamma" -msgstr "Gem gamma" +#: ../plug-ins/common/file-dicom.c:171 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "" -#: plug-ins/common/mng.c:1361 -#, fuzzy -msgid "Save resolution" -msgstr "Gem _opløsning" +#: ../plug-ins/common/file-dicom.c:352 +#, c-format +msgid "'%s' is not a DICOM file." +msgstr "\"%s\" er ikke en DICOM-fil" -#: plug-ins/common/mng.c:1372 -#, fuzzy -msgid "Save creation time" -msgstr "Gem oprettelses_dato" +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 +msgid "Cannot save images with alpha channel." +msgstr "Kan ikke gemme billeder med alfakanal." -#: plug-ins/common/mng.c:1391 -msgid "PNG" -msgstr "PNG" +#: ../plug-ins/common/file-dicom.c:784 ../plug-ins/common/file-ps.c:1203 +#: ../plug-ins/common/file-xwd.c:604 ../plug-ins/file-fits/fits.c:466 +#: ../plug-ins/file-xjt/xjt.c:1705 +msgid "Cannot operate on unknown image types." +msgstr "Kan ikke arbejde med ukendte billedtyper." -#: plug-ins/common/mng.c:1392 -msgid "JNG" -msgstr "JNG" +#: ../plug-ins/common/file-gbr.c:154 ../plug-ins/common/file-gbr.c:175 +msgid "GIMP brush" +msgstr "" -#: plug-ins/common/mng.c:1395 -#, fuzzy -msgid "PNG + delta PNG" -msgstr "PNG + Delta PNG" +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "" -#: plug-ins/common/mng.c:1396 -#, fuzzy -msgid "JNG + delta PNG" -msgstr "JNG + Delta PNG" +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 +msgid "Unsupported brush format" +msgstr "Ikke-understøttet pernselformat" -#: plug-ins/common/mng.c:1397 -msgid "All PNG" -msgstr "Alle PNG" +#: ../plug-ins/common/file-gbr.c:440 +#, c-format +msgid "Error in GIMP brush file '%s'" +msgstr "Fejl i Gimp-penselfilen \"%s\"." -#: plug-ins/common/mng.c:1398 -msgid "All JNG" -msgstr "Alle JNG" +#: ../plug-ins/common/file-gbr.c:448 +#, c-format +msgid "Invalid UTF-8 string in brush file '%s'." +msgstr "Ugyldig UTF-8-tekst i penselfilen \"%s\"." -#: plug-ins/common/mng.c:1410 -#, fuzzy -msgid "Default chunks type:" -msgstr "Standarddeltype:" +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gih.c:1173 +#: ../plug-ins/gradient-flare/gradient-flare.c:3063 +msgid "Unnamed" +msgstr "Unavngiven" -#: plug-ins/common/mng.c:1413 -msgid "Combine" -msgstr "Kombinér" +#: ../plug-ins/common/file-gbr.c:637 +msgid "GIMP brushes are either GRAYSCALE or RGBA" +msgstr "Gimp-pensler er enten gråtone eller RGBA" -#: plug-ins/common/mng.c:1414 -msgid "Replace" -msgstr "Erstat" +#: ../plug-ins/common/file-gbr.c:735 +msgid "Save as Brush" +msgstr "Gem som pensel" -#: plug-ins/common/mng.c:1425 -#, fuzzy -msgid "Default frame disposal:" -msgstr "Standardbilledovergang:" +#. attach labels +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 +msgid "Spacing:" +msgstr "Mellemrum:" -#: plug-ins/common/mng.c:1437 -#, fuzzy -msgid "PNG compression level:" -msgstr "PNG-komprimeringsniveau:" +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 +msgid "Description:" +msgstr "Beskrivelse:" -#: plug-ins/common/mng.c:1445 plug-ins/common/png.c:1703 -msgid "Choose a high compression level for small file size" -msgstr "Vælg et højt komprimeringsniveau for mindre filstørrelse" +#: ../plug-ins/common/file-gif-load.c:142 +#: ../plug-ins/common/file-gif-save.c:168 +msgid "GIF image" +msgstr "GIF-billede" -#: plug-ins/common/mng.c:1459 -#, fuzzy -msgid "JPEG compression quality:" -msgstr "JPEG-komprimeringskvalitet:" +#: ../plug-ins/common/file-gif-load.c:357 +msgid "This is not a GIF file" +msgstr "Dette er ikke en GIF-fil" -#: plug-ins/common/mng.c:1476 -#, fuzzy -msgid "JPEG smoothing factor:" -msgstr "JPEG-udjævningsfaktor:" +#: ../plug-ins/common/file-gif-load.c:396 +msgid "Non-square pixels. Image might look squashed." +msgstr "Ikke-kvadratiske billedpunkter. Billedet kan se sammentrykket ud." -#: plug-ins/common/mng.c:1486 -#, fuzzy -msgid "Animated MNG options" -msgstr "Indstillinger for animeret MNG" +#: ../plug-ins/common/file-gif-load.c:913 +#, c-format +msgid "Background (%d%s)" +msgstr "Baggrund (%d%s)" -#: plug-ins/common/mng.c:1492 -msgid "Loop" -msgstr "Sløjfe" +#: ../plug-ins/common/file-gif-load.c:936 +#, fuzzy, c-format +msgid "Opening '%s' (frame %d)" +msgstr "Åbner '%s'..." -#: plug-ins/common/mng.c:1506 -#, fuzzy -msgid "Default frame delay:" -msgstr "Standardbilledtid:" +#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/iwarp.c:826 +#, c-format +msgid "Frame %d" +msgstr "Billede %d" -#: plug-ins/common/mng.c:1584 -#, fuzzy -msgid "MNG animation" -msgstr "MNG-indstillinger" +#: ../plug-ins/common/file-gif-load.c:967 +#, c-format +msgid "Frame %d (%d%s)" +msgstr "Billede %d (%d%s)" -#: plug-ins/common/mosaic.c:309 -#, fuzzy -msgid "_Mosaic..." -msgstr "Mosaik" +#: ../plug-ins/common/file-gif-load.c:998 +#, c-format +msgid "" +"GIF: Undocumented GIF composite type %d is not handled. Animation might not " +"play or re-save perfectly." +msgstr "" +"GIF: Udokumenteret sammensat GIF-type %d understøttes ikke. Animation vil " +"måske ikke afspille eller gemme igen korrekt." -#. progress bar for gradient finding -#: plug-ins/common/mosaic.c:435 -msgid "Finding Edges..." -msgstr "Finder kanter..." +#: ../plug-ins/common/file-gif-save.c:447 +msgid "Couldn't simply reduce colors further. Saving as opaque." +msgstr "" +"Kunne ikke reducere antallet af farver yderligere. Gemmer som ugennemsigtig." -#. Progress bar for rendering tiles -#: plug-ins/common/mosaic.c:483 -msgid "Rendering Tiles..." -msgstr "Genererer fliser..." +#: ../plug-ins/common/file-gif-save.c:562 +#, c-format +msgid "" +"Unable to save '%s'. The GIF file format does not support images that are " +"more than %d pixels wide or tall." +msgstr "" +"Kunne ikke gemme '%s'. GIF-filformatet understøtter ikke billeder, der er " +"mere end %d billedpunkter brede eller høje." -#: plug-ins/common/mosaic.c:509 -msgid "Mosaic" -msgstr "Mosaik" +#: ../plug-ins/common/file-gif-save.c:673 +msgid "" +"The GIF format only supports comments in 7bit ASCII encoding. No comment is " +"saved." +msgstr "" +"GIF-formatet understøtter kun kommentarer i 7 bit ASCII-kodning. Ingen " +"kommentar er gemt." -#: plug-ins/common/mosaic.c:544 -#, fuzzy -msgid "Co_lor averaging" -msgstr "F_arvegennemsnitsberegning" +#: ../plug-ins/common/file-gif-save.c:732 +msgid "" +"Cannot save RGB color images. Convert to indexed color or grayscale first." +msgstr "" +"Kan ikke gemme RGB-billeder. Konvertér til indekseret eller gråtone først." -#: plug-ins/common/mosaic.c:554 +#: ../plug-ins/common/file-gif-save.c:910 #, fuzzy -msgid "Allo_w tile splitting" -msgstr "_Tillad flisedeling" +msgid "Delay inserted to prevent evil CPU-sucking animation." +msgstr "" +"Ventetid indsat for at forhindre ondsindet processorslugende animation." -#: plug-ins/common/mosaic.c:564 +#: ../plug-ins/common/file-gif-save.c:950 #, fuzzy -msgid "_Pitted surfaces" -msgstr "For_dybninger i overflader" +msgid "" +"The image you are trying to save as a GIF contains layers which extend " +"beyond the actual borders of the image." +msgstr "" +"Billedet som du forsøger at gemme som en GIF,\n" +"indeholder lag der går ud over billedets kanter.\n" +"Desværre er dette ikke tilladt i GIF-billeder.\n" +"\n" +"Du kan vælge mellem at beskære alle lagene til\n" +"billedkanterne eller fortryde denne gemning." -#: plug-ins/common/mosaic.c:574 +#: ../plug-ins/common/file-gif-save.c:967 #, fuzzy -msgid "_FG/BG lighting" -msgstr "_Forgrunds-/baggrundsbelysning" +msgid "" +"The GIF file format does not allow this. You may choose whether to crop all " +"of the layers to the image borders, or cancel this save." +msgstr "" +"Billedet som du forsøger at gemme som en GIF,\n" +"indeholder lag der går ud over billedets kanter.\n" +"Desværre er dette ikke tilladt i GIF-billeder.\n" +"\n" +"Du kan vælge mellem at beskære alle lagene til\n" +"billedkanterne eller fortryde denne gemning." -#. tiling primitive -#: plug-ins/common/mosaic.c:588 -msgid "Tiling Primitives" -msgstr "Fliseprimitiver" +#: ../plug-ins/common/file-gif-save.c:1008 +msgid "Save as GIF" +msgstr "Gem som GIF" -#: plug-ins/common/mosaic.c:592 -msgid "_Squares" -msgstr "_Kvadrater" - -#: plug-ins/common/mosaic.c:593 -msgid "He_xagons" -msgstr "Se_kskanter" +#. regular gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1030 +msgid "GIF Options" +msgstr "GIF-indstillinger" -#: plug-ins/common/mosaic.c:594 +#: ../plug-ins/common/file-gif-save.c:1036 #, fuzzy -msgid "Oc_tagons & squares" -msgstr "Ot_tekanter og kvadrater" +msgid "I_nterlace" +msgstr "Understøt gradvis indlæsning" -#. parameter settings -#: plug-ins/common/mosaic.c:603 -msgid "Settings" -msgstr "Indstillinger" +#: ../plug-ins/common/file-gif-save.c:1052 +msgid "_GIF comment:" +msgstr "_GIF-kommentar:" -#: plug-ins/common/mosaic.c:612 -#, fuzzy -msgid "T_ile size:" -msgstr "F_lisestørrelse:" +#. additional animated gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1110 +msgid "Animated GIF Options" +msgstr "Indstillinger for animeret GIF" -#: plug-ins/common/mosaic.c:630 +#: ../plug-ins/common/file-gif-save.c:1116 #, fuzzy -msgid "Til_e spacing:" -msgstr "Flise_mellemrum:" +msgid "_Loop forever" +msgstr "Evig løkke" -#: plug-ins/common/mosaic.c:639 +#: ../plug-ins/common/file-gif-save.c:1129 #, fuzzy -msgid "Tile _neatness:" -msgstr "Fliseren_hed:" +msgid "_Delay between frames where unspecified:" +msgstr "Pause mellem billeder hvis ikke angivet:" -#: plug-ins/common/mosaic.c:649 -#, fuzzy -msgid "Light _direction:" -msgstr "Lys_retning:" +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507 +msgid "milliseconds" +msgstr "millisekunder" -#: plug-ins/common/mosaic.c:658 +#: ../plug-ins/common/file-gif-save.c:1154 #, fuzzy -msgid "Color _variation:" -msgstr "Farve_variation:" +msgid "_Frame disposal where unspecified:" +msgstr "Overgang mellem billeder hvis ikke angivet:" -#: plug-ins/common/mosaic.c:2392 -msgid "Unable to add additional point.\n" -msgstr "Kunne ikke tilføje endnu et punkt.\n" +#: ../plug-ins/common/file-gif-save.c:1158 +msgid "I don't care" +msgstr "Jeg er ligeglad" -#: plug-ins/common/neon.c:135 +#: ../plug-ins/common/file-gif-save.c:1160 #, fuzzy -msgid "_Neon..." -msgstr "Tilføjer videoeffekt..." +msgid "Cumulative layers (combine)" +msgstr "Kumulative lag (sæt sammen)" -#: plug-ins/common/neon.c:207 +#: ../plug-ins/common/file-gif-save.c:1162 #, fuzzy -msgid "Neon..." -msgstr "Åbn..." +msgid "One frame per layer (replace)" +msgstr "Et billede per lag (erstat)" -#: plug-ins/common/neon.c:697 -#, fuzzy -msgid "Neon Detection" -msgstr "Kantfinding" +#. The "Always use default values" toggles +#: ../plug-ins/common/file-gif-save.c:1178 +msgid "_Use delay entered above for all frames" +msgstr "" -#: plug-ins/common/neon.c:742 plug-ins/common/unsharp.c:678 -msgid "_Amount:" -msgstr "_Mængde:" +#: ../plug-ins/common/file-gif-save.c:1188 +msgid "U_se disposal entered above for all frames" +msgstr "" -#: plug-ins/common/newsprint.c:135 -msgid "Round" -msgstr "Rund" +#: ../plug-ins/common/file-gif-save.c:2341 +msgid "Error writing output file." +msgstr "Fejl under skrivning af fil." -#: plug-ins/common/newsprint.c:144 -msgid "Line" -msgstr "Linje" +#: ../plug-ins/common/file-gif-save.c:2411 +#, c-format +msgid "The default comment is limited to %d characters." +msgstr "Standardkommentaren er begrænset til %d tegn." -#: plug-ins/common/newsprint.c:153 -msgid "Diamond" -msgstr "Diamant" +#: ../plug-ins/common/file-gih.c:209 ../plug-ins/common/file-gih.c:230 +msgid "GIMP brush (animated)" +msgstr "" -#: plug-ins/common/newsprint.c:161 -msgid "PS Square (Euclidean Dot)" -msgstr "Postscriptkvadrat (euklidisk punkt)" +#: ../plug-ins/common/file-gih.c:324 +#, c-format +msgid "Layer %s doesn't have an alpha channel, skipped" +msgstr "Lag %s har ikke en alfakanal, sprunget over" -#: plug-ins/common/newsprint.c:170 -msgid "PS Diamond" -msgstr "Postscriptdiamant" +#: ../plug-ins/common/file-gih.c:503 +msgid "Error in GIMP brush pipe file." +msgstr "Fejl i dataledningsfil til Gimp-pensel." -#: plug-ins/common/newsprint.c:342 -msgid "_Grey" -msgstr "_Grå" +#: ../plug-ins/common/file-gih.c:569 +msgid "GIMP brush file appears to be corrupted." +msgstr "Dataledningsfil til Gimp-pensel ser ud til at være beskadiget." -#: plug-ins/common/newsprint.c:355 -msgid "R_ed" -msgstr "R_ød" +#: ../plug-ins/common/file-gih.c:718 +msgid "Couldn't load one brush in the pipe, giving up." +msgstr "Kunne ikke indlæse én pensel fra dataledningen, opgiver." -#: plug-ins/common/newsprint.c:384 -msgid "C_yan" -msgstr "C_yan" +#: ../plug-ins/common/file-gih.c:881 +msgid "Save as Brush Pipe" +msgstr "Gem som penseldataledning" -#: plug-ins/common/newsprint.c:392 -msgid "Magen_ta" -msgstr "Magen_ta" +#: ../plug-ins/common/file-gih.c:911 +#, fuzzy +msgid "Spacing (percent):" +msgstr "Mellemrum (procent):" -#: plug-ins/common/newsprint.c:400 -msgid "_Yellow" -msgstr "G_ul" +#: ../plug-ins/common/file-gih.c:978 +msgid "Pixels" +msgstr "Punkter" -#: plug-ins/common/newsprint.c:421 -msgid "Intensity" -msgstr "Intensitet" +#: ../plug-ins/common/file-gih.c:983 +#, fuzzy +msgid "Cell size:" +msgstr "Cellestørrelse:" -#: plug-ins/common/newsprint.c:537 +#: ../plug-ins/common/file-gih.c:995 #, fuzzy -msgid "Newsprin_t..." -msgstr "Avistrykker..." +msgid "Number of cells:" +msgstr "Antal celler:" -#: plug-ins/common/newsprint.c:638 -msgid "Newsprint..." -msgstr "Avistrykker..." +#: ../plug-ins/common/file-gih.c:1020 +msgid " Rows of " +msgstr " Rækker med " -#: plug-ins/common/newsprint.c:1042 +#: ../plug-ins/common/file-gih.c:1032 #, fuzzy -msgid "_Spot function:" -msgstr "_Punktfunktion:" +msgid " Columns on each layer" +msgstr " Kolonner i hvert lag" -#: plug-ins/common/newsprint.c:1199 -msgid "Newsprint" -msgstr "Avistryk" +#: ../plug-ins/common/file-gih.c:1036 +msgid " (Width Mismatch!) " +msgstr " (bredde passer ikke!) " -#. resolution settings -#: plug-ins/common/newsprint.c:1243 -msgid "Resolution" -msgstr "Opløsning" +#: ../plug-ins/common/file-gih.c:1040 +msgid " (Height Mismatch!) " +msgstr " (højde passer ikke!)" -# SPI = samples per inch -#: plug-ins/common/newsprint.c:1262 -msgid "_Input SPI:" -msgstr "_Inddataprøver/tm.:" +#: ../plug-ins/common/file-gih.c:1045 +msgid "Display as:" +msgstr "Vis som:" -# LPI = lines per inch -#: plug-ins/common/newsprint.c:1276 -msgid "O_utput LPI:" -msgstr "_Uddatalinjer/tm.:" +#: ../plug-ins/common/file-gih.c:1054 +msgid "Dimension:" +msgstr "Dimension:" -#: plug-ins/common/newsprint.c:1289 -#, fuzzy -msgid "C_ell size:" -msgstr "Cellestørrelse:" +#: ../plug-ins/common/file-gih.c:1129 +msgid "Ranks:" +msgstr "Rang:" -#. screen settings -#: plug-ins/common/newsprint.c:1302 plug-ins/gflare/gflare.c:562 -msgid "Screen" -msgstr "Skærm" +#: ../plug-ins/common/file-header.c:77 +msgid "C source code header" +msgstr "" -#: plug-ins/common/newsprint.c:1321 +#: ../plug-ins/common/file-html-table.c:156 #, fuzzy -msgid "B_lack pullout (%):" -msgstr "_Sort udtræk (%)" - -#: plug-ins/common/newsprint.c:1343 -msgid "Separate to:" -msgstr "Separér til:" +msgid "HTML table" +msgstr "Marmor" -#: plug-ins/common/newsprint.c:1347 -msgid "_RGB" -msgstr "_RGB" +#: ../plug-ins/common/file-html-table.c:409 +#, fuzzy +msgid "Save as HTML table" +msgstr "Marmor" -#: plug-ins/common/newsprint.c:1364 -msgid "C_MYK" -msgstr "C_MYK" +#: ../plug-ins/common/file-html-table.c:436 +msgid "Warning" +msgstr "Advarsel" -#: plug-ins/common/newsprint.c:1381 -msgid "I_ntensity" -msgstr "I_ntensitet" +#: ../plug-ins/common/file-html-table.c:447 +msgid "" +"You are about to create a huge\n" +"HTML file which will most likely\n" +"crash your browser." +msgstr "" +"Du forsøger netop at oprette en kæmpe\n" +"HTML-fil som højst sandsynligt vil få\n" +"dit internetsurfningsprogram til at gå\n" +"ned." -#: plug-ins/common/newsprint.c:1406 -#, fuzzy -msgid "_Lock channels" -msgstr "_Lås kanaler" +#. HTML Page Options +#: ../plug-ins/common/file-html-table.c:456 +msgid "HTML Page Options" +msgstr "Indstillinger for HTML-side" -#: plug-ins/common/newsprint.c:1419 +#: ../plug-ins/common/file-html-table.c:463 #, fuzzy -msgid "_Factory defaults" -msgstr "_Fabriksindstillinger" +msgid "_Generate full HTML document" +msgstr "_Generér helt HTML-dokument" -#. anti-alias control -#: plug-ins/common/newsprint.c:1445 plug-ins/gfig/gfig-dialog.c:1258 -msgid "Antialiasing" -msgstr "Udglatning" +#: ../plug-ins/common/file-html-table.c:469 +msgid "" +"If checked GTM will output a full HTML document with , , etc. " +"tags instead of just the table html." +msgstr "" +"Udskriv et komplet HTML-dokument med , osv. i stedet for bare " +"HTML-kode til tabellen." -#: plug-ins/common/newsprint.c:1453 -msgid "O_versample:" -msgstr "O_verprøvning:" +#. HTML Table Creation Options +#: ../plug-ins/common/file-html-table.c:482 +msgid "Table Creation Options" +msgstr "Indstillinger for tabeloprettelse" -#: plug-ins/common/nlfilt.c:126 +# ikke helt magen til engelsk original, men værktøjstippet neden for +# giver hjælp +#: ../plug-ins/common/file-html-table.c:490 #, fuzzy -msgid "_NL Filter..." -msgstr "Ikke-lineært filter..." - -#: plug-ins/common/nlfilt.c:954 -msgid "NL Filter..." -msgstr "Ikke-lineært filter..." +msgid "_Use cellspan" +msgstr "Slå _celler sammen" -#: plug-ins/common/nlfilt.c:1017 -msgid "NL Filter" -msgstr "Ikke-lineært filter" +#: ../plug-ins/common/file-html-table.c:496 +msgid "" +"If checked GTM will replace any rectangular sections of identically colored " +"blocks with one large cell with ROWSPAN and COLSPAN values." +msgstr "" +"Erstat enhver firkantet sektion af ensfarvede blokke med én stor celle med " +"de tilsvarende ROWSPAN- og COLSPAN-værdier." -#: plug-ins/common/nlfilt.c:1038 -msgid "Filter" -msgstr "Filter" +#: ../plug-ins/common/file-html-table.c:505 +msgid "Co_mpress TD tags" +msgstr "_Komprimér TD-mærker" -#: plug-ins/common/nlfilt.c:1042 -#, fuzzy -msgid "_Alpha trimmed mean" -msgstr "_Alfa-trimmet gennemsnit" +#: ../plug-ins/common/file-html-table.c:511 +msgid "" +"Checking this tag will cause GTM to leave no whitespace between the TD tags " +"and the cellcontent. This is only necessary for pixel level positioning " +"control." +msgstr "" +"Undlad mellemrum mellem TD-mærker og celleindholdet. Dette er kun nødvendigt " +"for positionskontrol på punktniveau." -# RETMIG: er dette rigtigt? -#: plug-ins/common/nlfilt.c:1044 -#, fuzzy -msgid "Op_timal estimation" -msgstr "O_ptimale gæt" +#: ../plug-ins/common/file-html-table.c:521 +msgid "C_aption" +msgstr "_Overskrift" -#: plug-ins/common/nlfilt.c:1046 -#, fuzzy -msgid "_Edge enhancement" -msgstr "_Kantforbedring" +#: ../plug-ins/common/file-html-table.c:527 +msgid "Check if you would like to have the table captioned." +msgstr "Giv tabellen en tilhørende tekst." -#: plug-ins/common/nlfilt.c:1071 -msgid "A_lpha:" -msgstr "A_lfa:" +#: ../plug-ins/common/file-html-table.c:542 +msgid "The text for the table caption." +msgstr "Teksten til tabeloverskriften" -#: plug-ins/common/noisify.c:157 +#: ../plug-ins/common/file-html-table.c:555 #, fuzzy -msgid "_Scatter RGB..." -msgstr "Spreder HSV..." +msgid "C_ell content:" +msgstr "C_elleindhold:" -#: plug-ins/common/noisify.c:285 -msgid "Adding Noise..." -msgstr "Lægger støj på..." +#: ../plug-ins/common/file-html-table.c:559 +msgid "The text to go into each cell." +msgstr "Den tekst der lægges ind i enhver celle." -#: plug-ins/common/noisify.c:451 -#, fuzzy -msgid "Scatter RGB" -msgstr "Spred HSV" +#. HTML Table Options +#: ../plug-ins/common/file-html-table.c:569 +msgid "Table Options" +msgstr "Tabelindstillinger" -#: plug-ins/common/noisify.c:477 -#, fuzzy -msgid "Co_rrelated noise" -msgstr "Opret ellipse" +#: ../plug-ins/common/file-html-table.c:580 +msgid "_Border:" +msgstr "_Kant:" -#: plug-ins/common/noisify.c:492 -#, fuzzy -msgid "_Independent RGB" -msgstr "_Uafhængig" +#: ../plug-ins/common/file-html-table.c:584 +msgid "The number of pixels in the table border." +msgstr "Antal punkter i tabelkanten" -#: plug-ins/common/noisify.c:516 plug-ins/common/noisify.c:520 -msgid "_Gray:" -msgstr "_Grå:" +#: ../plug-ins/common/file-html-table.c:599 +msgid "The width for each table cell. Can be a number or a percent." +msgstr "Bredden af hver celle. Kan være et tal eller en procentdel." -#: plug-ins/common/noisify.c:521 plug-ins/common/noisify.c:536 -msgid "_Alpha:" -msgstr "_Alfa:" +#: ../plug-ins/common/file-html-table.c:615 +msgid "The height for each table cell. Can be a number or a percent." +msgstr "Højden af hver celle. Kan være et tal eller en procentdel." -#: plug-ins/common/noisify.c:546 -#, c-format -msgid "Channel #%d:" -msgstr "Kanal %d:" +#: ../plug-ins/common/file-html-table.c:626 +#, fuzzy +msgid "Cell-_padding:" +msgstr "Celle_fyld:" -#: plug-ins/common/normalize.c:122 -msgid "Normalizing..." -msgstr "Normaliserer..." +# RETMIG: er dette rigtigt? +#: ../plug-ins/common/file-html-table.c:630 +msgid "The amount of cellpadding." +msgstr "Hvor meget fyld der skal i cellerne omkring teksten." -#: plug-ins/common/nova.c:179 +#: ../plug-ins/common/file-html-table.c:639 #, fuzzy -msgid "Su_perNova..." -msgstr "Supernova" +msgid "Cell-_spacing:" +msgstr "Celle_mellemrum:" -#: plug-ins/common/nova.c:262 -msgid "Rendering SuperNova..." -msgstr "Genererer supernova..." +#: ../plug-ins/common/file-html-table.c:643 +msgid "The amount of cellspacing." +msgstr "Afstand mellem cellerne." -#: plug-ins/common/nova.c:305 -msgid "SuperNova" -msgstr "Supernova" +#. Inform the user that we couldn't losslessly save the +#. * transparency & just use the full palette +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 +msgid "Couldn't losslessly save transparency, saving opacity instead." +msgstr "" +"Kunne ikke gemme gennemsigtighed uden tab, gemmer uigennemsigtighed i stedet." -#: plug-ins/common/nova.c:342 -msgid "SuperNova Color Picker" -msgstr "Supernova-farvevælger" +#: ../plug-ins/common/file-mng.c:1287 +msgid "Save as MNG" +msgstr "Gem som MNG" -#: plug-ins/common/nova.c:371 -msgid "_Spokes:" -msgstr "_Stråler:" +#: ../plug-ins/common/file-mng.c:1307 +msgid "MNG Options" +msgstr "MNG-indstillinger" -#: plug-ins/common/nova.c:386 -#, fuzzy -msgid "R_andom hue:" -msgstr "T_ilfældig farvetone:" +#: ../plug-ins/common/file-mng.c:1313 +msgid "Interlace" +msgstr "Understøt gradvis indlæsning" -#: plug-ins/common/nova.c:438 -msgid "Center of SuperNova" -msgstr "Supernovacentrum" +#: ../plug-ins/common/file-mng.c:1325 +msgid "Save background color" +msgstr "Gem baggrundsfarve" -#: plug-ins/common/nova.c:472 +#: ../plug-ins/common/file-mng.c:1336 #, fuzzy -msgid "S_how cursor" -msgstr "Vis _markør" +msgid "Save gamma" +msgstr "Gem gamma" -#: plug-ins/common/oilify.c:111 -#, fuzzy -msgid "Oili_fy..." -msgstr "Oliemaleri" +#: ../plug-ins/common/file-mng.c:1346 +msgid "Save resolution" +msgstr "Gem opløsning" -#: plug-ins/common/oilify.c:189 -msgid "Oil Painting..." -msgstr "Oliemaler..." +#: ../plug-ins/common/file-mng.c:1357 +msgid "Save creation time" +msgstr "Gem oprettelsesdato" -#: plug-ins/common/oilify.c:477 -msgid "Oilify" -msgstr "Oliemaleri" +#: ../plug-ins/common/file-mng.c:1376 +msgid "PNG" +msgstr "PNG" -#: plug-ins/common/oilify.c:504 -#, fuzzy -msgid "_Mask size:" -msgstr "_Maskestørrelse:" +#: ../plug-ins/common/file-mng.c:1377 +msgid "JNG" +msgstr "JNG" -#: plug-ins/common/oilify.c:515 +#: ../plug-ins/common/file-mng.c:1380 #, fuzzy -msgid "_Use intensity algorithm" -msgstr "_Benyt intensitetsalgoritme" - -# passer bedre i flertal -#: plug-ins/common/papertile.c:235 -msgid "Paper Tile" -msgstr "Papirbrikker" - -#: plug-ins/common/papertile.c:254 -msgid "Division" -msgstr "Division" - -#: plug-ins/common/papertile.c:293 -msgid "Fractional Pixels" -msgstr "Delpunkter" +msgid "PNG + delta PNG" +msgstr "PNG + Delta PNG" -#: plug-ins/common/papertile.c:298 -msgid "_Background" -msgstr "_Baggrund" +#: ../plug-ins/common/file-mng.c:1381 +#, fuzzy +msgid "JNG + delta PNG" +msgstr "JNG + Delta PNG" -#: plug-ins/common/papertile.c:300 -msgid "_Ignore" -msgstr "_Ignorér" +#: ../plug-ins/common/file-mng.c:1382 +msgid "All PNG" +msgstr "Alle PNG" -#: plug-ins/common/papertile.c:302 -msgid "_Force" -msgstr "_Tving" +#: ../plug-ins/common/file-mng.c:1383 +msgid "All JNG" +msgstr "Alle JNG" -#: plug-ins/common/papertile.c:309 -msgid "C_entering" -msgstr "C_entrering" +#: ../plug-ins/common/file-mng.c:1395 +#, fuzzy +msgid "Default chunks type:" +msgstr "Standarddeltype:" -#: plug-ins/common/papertile.c:324 -msgid "Movement" -msgstr "Bevægelse" +#: ../plug-ins/common/file-mng.c:1398 +msgid "Combine" +msgstr "Kombinér" -#: plug-ins/common/papertile.c:337 -msgid "_Max (%):" -msgstr "_Maks. (%):" +#: ../plug-ins/common/file-mng.c:1399 +msgid "Replace" +msgstr "Erstat" -#: plug-ins/common/papertile.c:343 +#: ../plug-ins/common/file-mng.c:1410 #, fuzzy -msgid "_Wrap around" -msgstr "_Ombryd" - -#: plug-ins/common/papertile.c:353 -msgid "Background Type" -msgstr "Baggrundstype" +msgid "Default frame disposal:" +msgstr "Standardbilledovergang:" -#: plug-ins/common/papertile.c:360 +#: ../plug-ins/common/file-mng.c:1422 #, fuzzy -msgid "I_nverted image" -msgstr "I_nverteret billede" +msgid "PNG compression level:" +msgstr "PNG-komprimeringsniveau:" -#: plug-ins/common/papertile.c:362 -msgid "Im_age" -msgstr "_Billede" +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 +msgid "Choose a high compression level for small file size" +msgstr "Vælg et højt komprimeringsniveau for mindre filstørrelse" -#: plug-ins/common/papertile.c:364 +#: ../plug-ins/common/file-mng.c:1444 #, fuzzy -msgid "Fo_reground color" -msgstr "Fo_rgrundsfarve" +msgid "JPEG compression quality:" +msgstr "JPEG-komprimeringskvalitet:" -#: plug-ins/common/papertile.c:366 +#: ../plug-ins/common/file-mng.c:1461 #, fuzzy -msgid "Bac_kground color" -msgstr "Bag_grundsfarve" - -#: plug-ins/common/papertile.c:368 -msgid "S_elect here:" -msgstr "_Vælg her:" - -#: plug-ins/common/papertile.c:375 -msgid "Background Color" -msgstr "Baggrundsfarve" +msgid "JPEG smoothing factor:" +msgstr "JPEG-udjævningsfaktor:" -#: plug-ins/common/papertile.c:527 -msgid "Paper Tile..." -msgstr "Udskærer papirbrikker..." +#: ../plug-ins/common/file-mng.c:1471 +#, fuzzy +msgid "Animated MNG Options" +msgstr "Indstillinger for animeret MNG" -#: plug-ins/common/papertile.c:815 -msgid "September 31, 1999" -msgstr "31. september, 1999" +#: ../plug-ins/common/file-mng.c:1477 +msgid "Loop" +msgstr "Sløjfe" -#: plug-ins/common/papertile.c:816 +#: ../plug-ins/common/file-mng.c:1491 #, fuzzy -msgid "_Paper Tile..." -msgstr "Udskærer papirbrikker..." +msgid "Default frame delay:" +msgstr "Standardbilledtid:" -#: plug-ins/common/pat.c:104 plug-ins/common/pat.c:126 +#: ../plug-ins/common/file-mng.c:1564 #, fuzzy +msgid "MNG animation" +msgstr "MNG-indstillinger" + +#: ../plug-ins/common/file-pat.c:123 ../plug-ins/common/file-pat.c:145 msgid "GIMP pattern" -msgstr "Mønster" +msgstr "GIMP mønster" -#: plug-ins/common/pat.c:343 +#: ../plug-ins/common/file-pat.c:371 #, c-format msgid "Invalid UTF-8 string in pattern file '%s'." msgstr "Ugyldig UTF-8-tekst i mønsterfilen \"%s\"." -#: plug-ins/common/pat.c:501 +#: ../plug-ins/common/file-pat.c:543 msgid "Save as Pattern" msgstr "Gem som mønster" -#: plug-ins/common/pcx.c:96 plug-ins/common/pcx.c:115 +#: ../plug-ins/common/file-pcx.c:133 ../plug-ins/common/file-pcx.c:152 msgid "ZSoft PCX image" msgstr "" -#: plug-ins/common/pcx.c:314 +#: ../plug-ins/common/file-pcx.c:372 #, c-format msgid "Could not read header from '%s'" msgstr "Kunne ikke læse hoved fra \"%s\"" -#: plug-ins/common/pcx.c:321 +#: ../plug-ins/common/file-pcx.c:382 #, c-format msgid "'%s' is not a PCX file" msgstr "\"%s\" er ikke en PCX-fil" -#: plug-ins/common/pcx.c:375 -msgid "Unusual PCX flavour, giving up" -msgstr "Usædvanlig PCX-variant, giver op" +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 +#: ../plug-ins/file-psd/psd-load.c:302 +#, fuzzy, c-format +msgid "Unsupported or invalid image width: %d" +msgstr "Ikke-understøttet farvedybde (%d)" -#: plug-ins/common/photocopy.c:158 -#, fuzzy -msgid "_Photocopy..." -msgstr "Hed..." +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 +#: ../plug-ins/file-psd/psd-load.c:294 +#, c-format +msgid "Unsupported or invalid image height: %d" +msgstr "Ikke understøttet eller ugyldig billedhøjde: %d" -#: plug-ins/common/photocopy.c:837 -#, fuzzy -msgid "Photocopy" -msgstr "Fotografi" +#: ../plug-ins/common/file-pcx.c:405 +msgid "Invalid number of bytes per line in PCX header" +msgstr "Ugyldig antal bytes pr. linie i PCX hovedet" -#: plug-ins/common/photocopy.c:881 plug-ins/common/sharpen.c:509 -#: plug-ins/common/softglow.c:687 -msgid "_Sharpness:" -msgstr "_Skarphed:" +#: ../plug-ins/common/file-pcx.c:412 +#, fuzzy, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "Billedstørrelse: %d x %d" -#: plug-ins/common/photocopy.c:895 -#, fuzzy -msgid "Percent _black:" -msgstr "Procent" +#: ../plug-ins/common/file-pcx.c:460 +msgid "Unusual PCX flavour, giving up" +msgstr "Usædvanlig PCX-variant, giver op" -#: plug-ins/common/photocopy.c:909 -#, fuzzy -msgid "Percent _white:" -msgstr "Procent" +#: ../plug-ins/common/file-pcx.c:683 +#, fuzzy, c-format +msgid "Invalid X offset: %d" +msgstr "_x-afstand:" -#: plug-ins/common/pix.c:141 plug-ins/common/pix.c:158 -msgid "Alias|Wavefront PIX image" +#: ../plug-ins/common/file-pcx.c:689 +#, fuzzy, c-format +msgid "Invalid Y offset: %d" +msgstr "_y-afstand:" + +#: ../plug-ins/common/file-pcx.c:695 +#, c-format +msgid "Right border out of bounds (must be < %d): %d" msgstr "" -#: plug-ins/common/pixelize.c:173 -#, fuzzy -msgid "_Pixelize..." -msgstr "Opdeler i små firkanter..." +#: ../plug-ins/common/file-pcx.c:702 +#, c-format +msgid "Bottom border out of bounds (must be < %d): %d" +msgstr "" -#: plug-ins/common/pixelize.c:275 -msgid "Pixelizing..." -msgstr "Opdeler i små firkanter..." +#: ../plug-ins/common/file-pcx.c:759 +#, fuzzy, c-format +msgid "Writing to file '%s' failed: %s" +msgstr "PrintDlg fejlede: %d" -#: plug-ins/common/pixelize.c:315 -msgid "Pixelize" -msgstr "Små firkanter" +# GIP) Går ud fra, at det er en forklaring på PDF +#: ../plug-ins/common/file-pdf.c:288 +msgid "Portable Document Format" +msgstr "Portable Document Format" -#: plug-ins/common/pixelize.c:337 -msgid "Pixel _Width:" -msgstr "Firkants_bredde:" +#: ../plug-ins/common/file-pdf.c:620 +#, c-format +msgid "%s-%s" +msgstr "%s-%s" -#: plug-ins/common/pixelize.c:342 -msgid "Pixel _Height:" -msgstr "Firkants_højde:" +#: ../plug-ins/common/file-pdf.c:622 ../plug-ins/common/file-ps.c:1125 +#, c-format +msgid "%s-pages" +msgstr "%s-sider" -#: plug-ins/common/plasma.c:185 -#, fuzzy -msgid "_Plasma..." -msgstr "Genererer plasma..." +#: ../plug-ins/common/file-pdf.c:808 +msgid "Import from PDF" +msgstr "Importer fra PDF" -#: plug-ins/common/plasma.c:268 -msgid "Plasma..." -msgstr "Genererer plasma..." +#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3102 +#: ../plug-ins/common/file-tiff-load.c:483 +msgid "_Import" +msgstr "_Importér" -#: plug-ins/common/plasma.c:305 -msgid "Plasma" -msgstr "Plasma" +#: ../plug-ins/common/file-pdf.c:880 +#, fuzzy +msgid "_Width (pixels):" +msgstr "Bredde (punkter):" -#: plug-ins/common/plasma.c:334 +#: ../plug-ins/common/file-pdf.c:881 #, fuzzy -msgid "Random _seed:" -msgstr "Tilfældig _startværdi:" +msgid "_Height (pixels):" +msgstr "Højde (punkter):" -#: plug-ins/common/plasma.c:345 -msgid "T_urbulence:" -msgstr "T_urbulens:" +#: ../plug-ins/common/file-pdf.c:883 +#, fuzzy +msgid "_Resolution:" +msgstr "Opløsning:" -#: plug-ins/common/png.c:249 plug-ins/common/png.c:266 -#: plug-ins/common/png.c:281 plug-ins/common/png.c:295 -msgid "PNG image" +#: ../plug-ins/common/file-pdf.c:1157 +#, c-format +msgid "pixels/%s" +msgstr "punkter/%s" + +#: ../plug-ins/common/file-pix.c:142 ../plug-ins/common/file-pix.c:159 +msgid "Alias Pix image" msgstr "" -#: plug-ins/common/png.c:657 +#: ../plug-ins/common/file-png.c:263 ../plug-ins/common/file-png.c:284 +#: ../plug-ins/common/file-png.c:304 ../plug-ins/common/file-png.c:321 +msgid "PNG image" +msgstr "PNG-billede" + +#: ../plug-ins/common/file-png.c:628 +#, c-format +msgid "Error loading PNG file: %s" +msgstr "Fejl ved åbning af PNG-filen: %s" + +#: ../plug-ins/common/file-png.c:703 #, c-format msgid "Error while reading '%s'. File corrupted?" msgstr "Fejl ved læsning af \"%s\". Filen kan være ødelagt." -#. Aie! Unknown type -#: plug-ins/common/png.c:791 +#: ../plug-ins/common/file-png.c:834 #, c-format msgid "Unknown color model in PNG file '%s'." msgstr "Ukendt farvemodel i PNG-filen \"%s\"." -#: plug-ins/common/png.c:846 +#: ../plug-ins/common/file-png.c:889 msgid "" "The PNG file specifies an offset that caused the layer to be positioned " "outside the image." @@ -5984,326 +4137,293 @@ "PNG-filen angiver et offset der forårsagede at laget blev anbragt uden for " "billedet." -#: plug-ins/common/png.c:1163 +#: ../plug-ins/common/file-png.c:1255 #, c-format msgid "Error while saving '%s'. Could not save image." msgstr "Fejl ved gemning af \"%s\". Kunne ikke gemme billede." -#: plug-ins/common/png.c:1591 +#: ../plug-ins/common/file-png.c:1786 msgid "Save as PNG" msgstr "Gem som PNG" -#: plug-ins/common/png.c:1595 -#, fuzzy -msgid "_Load defaults" -msgstr "_Indlæs standardværdier" - -#: plug-ins/common/png.c:1596 -#, fuzzy -msgid "_Save defaults" -msgstr "_Gem standardværdier" - -#: plug-ins/common/png.c:1617 +#: ../plug-ins/common/file-png.c:1818 msgid "_Interlacing (Adam7)" msgstr "_Gradvis indlæsning (Adam7)" -#: plug-ins/common/png.c:1628 +#: ../plug-ins/common/file-png.c:1829 msgid "Save _background color" msgstr "Gem _baggrundsfarve" -#: plug-ins/common/png.c:1636 +#: ../plug-ins/common/file-png.c:1837 #, fuzzy msgid "Save _gamma" msgstr "Gem _gamma" -#: plug-ins/common/png.c:1645 +#: ../plug-ins/common/file-png.c:1847 #, fuzzy msgid "Save layer o_ffset" msgstr "Gem _lagafstand" -#: plug-ins/common/png.c:1654 +#: ../plug-ins/common/file-png.c:1856 msgid "Save _resolution" msgstr "Gem _opløsning" -#: plug-ins/common/png.c:1663 +#: ../plug-ins/common/file-png.c:1866 msgid "Save creation _time" msgstr "Gem oprettelses_dato" -#: plug-ins/common/png.c:1671 +#: ../plug-ins/common/file-png.c:1875 #, fuzzy msgid "Save comme_nt" msgstr "Gem _kommentar" -#: plug-ins/common/png.c:1686 +#: ../plug-ins/common/file-png.c:1891 #, fuzzy msgid "Save color _values from transparent pixels" msgstr "Gem _farveværdier fra gennemsigtige punkter" -#: plug-ins/common/png.c:1699 +#: ../plug-ins/common/file-png.c:1905 #, fuzzy msgid "Co_mpression level:" msgstr "Ko_mprimeringsniveau:" -#: plug-ins/common/png.c:1819 -msgid "Could not load PNG defaults" -msgstr "Kunne ikke indlæse PNG-standardværdier" +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 +#, fuzzy +msgid "_Load Defaults" +msgstr "_Indlæs standardværdier" + +#: ../plug-ins/common/file-png.c:1931 +#, fuzzy +msgid "S_ave Defaults" +msgstr "_Gem standardværdier" -#: plug-ins/common/pnm.c:228 +#: ../plug-ins/common/file-pnm.c:248 #, fuzzy msgid "PNM Image" msgstr "_Billede" -#: plug-ins/common/pnm.c:248 +#: ../plug-ins/common/file-pnm.c:268 msgid "PNM image" -msgstr "" +msgstr "PNM-billede" + +#: ../plug-ins/common/file-pnm.c:280 +#, fuzzy +msgid "PBM image" +msgstr "JPEG-eksempel" -#: plug-ins/common/pnm.c:260 +#: ../plug-ins/common/file-pnm.c:292 #, fuzzy msgid "PGM image" msgstr "JPEG-eksempel" -#: plug-ins/common/pnm.c:272 +#: ../plug-ins/common/file-pnm.c:304 #, fuzzy msgid "PPM image" msgstr "_Billede" -#: plug-ins/common/pnm.c:465 plug-ins/common/pnm.c:486 -#: plug-ins/common/pnm.c:493 plug-ins/common/pnm.c:502 -#: plug-ins/common/pnm.c:577 plug-ins/common/pnm.c:633 -msgid "PNM: Premature end of file." +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 +#, fuzzy +msgid "Premature end of file." msgstr "PNM: For tidlig slutning på fil." -#: plug-ins/common/pnm.c:467 -msgid "PNM: Invalid file." +#: ../plug-ins/common/file-pnm.c:530 +#, fuzzy +msgid "Invalid file." msgstr "PNM: Ugyldig fil." -#: plug-ins/common/pnm.c:480 +#: ../plug-ins/common/file-pnm.c:544 msgid "File not in a supported format." msgstr "Filen er ikke i et understøttet format." -#: plug-ins/common/pnm.c:489 -msgid "PNM: Invalid X resolution." +#: ../plug-ins/common/file-pnm.c:553 +#, fuzzy +msgid "Invalid X resolution." msgstr "PNM: Ugyldig x-opløsning." -#: plug-ins/common/pnm.c:496 -msgid "PNM: Invalid Y resolution." +#: ../plug-ins/common/file-pnm.c:555 +msgid "Image width is larger than GIMP can handle." +msgstr "Billedbredden er større end GIMP kan håndtere" + +#: ../plug-ins/common/file-pnm.c:562 +#, fuzzy +msgid "Invalid Y resolution." msgstr "PNM: Ugyldig y-opløsning." -#: plug-ins/common/pnm.c:508 -msgid "PNM: Invalid maximum value." +#: ../plug-ins/common/file-pnm.c:564 +msgid "Image height is larger than GIMP can handle." +msgstr "Billedhøjden er større end GIMP kan håndtere" + +#: ../plug-ins/common/file-pnm.c:576 +#, fuzzy +msgid "Unsupported maximum value." msgstr "PNM: Ugyldig maksimumsværdi." -#: plug-ins/common/pnm.c:684 -msgid "PNM: Error reading file." -msgstr "PNM: Fejl ved læsning af fil." - -#: plug-ins/common/pnm.c:800 -msgid "PNM save cannot handle images with alpha channels." -msgstr "PNM-gemning kan ikke håndtere billeder med alfakanaler" +#: ../plug-ins/common/file-pnm.c:781 +#, fuzzy +msgid "Error reading file." +msgstr "Fejl ved læsning af fil" -#: plug-ins/common/pnm.c:949 +#: ../plug-ins/common/file-pnm.c:1186 msgid "Save as PNM" msgstr "Gem som PNM" #. file save type -#: plug-ins/common/pnm.c:959 +#: ../plug-ins/common/file-pnm.c:1203 #, fuzzy msgid "Data formatting" msgstr "Dataformatering" -#: plug-ins/common/pnm.c:963 +#: ../plug-ins/common/file-pnm.c:1207 msgid "Raw" msgstr "Rå" -#: plug-ins/common/pnm.c:964 +#: ../plug-ins/common/file-pnm.c:1208 msgid "Ascii" msgstr "ASCII" -#: plug-ins/common/polar.c:170 -msgid "P_olar Coords..." -msgstr "" - -#: plug-ins/common/polar.c:357 -msgid "Polarizing..." -msgstr "Polariserer..." - -#: plug-ins/common/polar.c:589 -msgid "Polarize" -msgstr "Polære koordinater" - -#: plug-ins/common/polar.c:620 -#, fuzzy -msgid "Circle _depth in percent:" -msgstr "Cirkel_dybde i procent:" - -#: plug-ins/common/polar.c:632 -#, fuzzy -msgid "Offset _angle:" -msgstr "Start_vinkel:" - -#: plug-ins/common/polar.c:647 -#, fuzzy -msgid "_Map backwards" -msgstr "Afbild _omvendt" - -#: plug-ins/common/polar.c:653 -msgid "" -"If checked the mapping will begin at the right side, as opposed to beginning " -"at the left." -msgstr "" -"Hvis valgt vil afbildningen begynde i højre side i stedet for at begynde i " -"venstre side." - -#: plug-ins/common/polar.c:664 -#, fuzzy -msgid "Map from _top" -msgstr "Start fra _oven" - -#: plug-ins/common/polar.c:670 -msgid "" -"If unchecked the mapping will put the bottom row in the middle and the top " -"row on the outside. If checked it will be the opposite." -msgstr "" -"Hvis ikke valgt vil afbildningen anbringe den nederste række i midten og den " -"øverste række yderst. Hvis valgt vil det være omvendt." - -#: plug-ins/common/polar.c:682 -#, fuzzy -msgid "To _polar" -msgstr "Til _polære" - -#: plug-ins/common/polar.c:688 -msgid "" -"If unchecked the image will be circularly mapped onto a rectangle. If " -"checked the image will be mapped onto a circle." -msgstr "" -"Hvis valgt vil billedt blive afbildet på en cirkel, ellers vil det blive " -"cirkulært afbildet på et rektangel. " - -#: plug-ins/common/postscript.c:576 plug-ins/common/postscript.c:662 +#: ../plug-ins/common/file-ps.c:599 ../plug-ins/common/file-ps.c:691 #, fuzzy msgid "PostScript document" msgstr "_Postscript niveau 2" -#: plug-ins/common/postscript.c:595 plug-ins/common/postscript.c:677 +#: ../plug-ins/common/file-ps.c:618 ../plug-ins/common/file-ps.c:707 #, fuzzy msgid "Encapsulated PostScript image" msgstr "_Encapsulated Postscript" -#: plug-ins/common/postscript.c:614 +#: ../plug-ins/common/file-ps.c:638 msgid "PDF document" -msgstr "" +msgstr "PDF-dokument" -#: plug-ins/common/postscript.c:1005 -#, c-format -msgid "Could not interpret '%s'" +#: ../plug-ins/common/file-ps.c:1050 +#, fuzzy, c-format +msgid "Could not interpret Postscript file '%s'" msgstr "Kunne ikke fortolke \"%s\"" -#: plug-ins/common/postscript.c:1103 +#: ../plug-ins/common/file-ps.c:1192 +#, c-format msgid "PostScript save cannot handle images with alpha channels" msgstr "Postscript kan ikke håndtere billeder med alfakanaler" -#: plug-ins/common/postscript.c:1622 +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 #, c-format -msgid "Error starting ghostscript (%s)" -msgstr "Fejl ved start af Ghostscript (%s)" +msgid "" +"Error starting Ghostscript. Make sure that Ghostscript is installed and - if " +"necessary - use the environment variable GS_PROG to tell GIMP about its " +"location.\n" +"(%s)" +msgstr "" -#: plug-ins/common/postscript.c:1652 -#, fuzzy, c-format -msgid "Error starting ghostscript: %s" -msgstr "Fejl ved start af Ghostscript (%s)" +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 +#, c-format +msgid "Page %d" +msgstr "Side %d" -#: plug-ins/common/postscript.c:2472 plug-ins/common/postscript.c:2605 -#: plug-ins/common/postscript.c:2757 plug-ins/common/postscript.c:2886 -#: plug-ins/common/sunras.c:1454 plug-ins/common/sunras.c:1562 -#: plug-ins/fits/fits.c:826 plug-ins/fits/fits.c:950 +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 +#: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 +#: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 #, fuzzy msgid "Write error occurred" msgstr "Der opstod en skrivefejl" -#: plug-ins/common/postscript.c:2913 -msgid "Load PostScript" +#: ../plug-ins/common/file-ps.c:3097 +#, fuzzy +msgid "Import from PostScript" msgstr "Indlæs Postscript" #. Rendering -#: plug-ins/common/postscript.c:2933 +#: ../plug-ins/common/file-ps.c:3140 msgid "Rendering" msgstr "Genererer" #. Resolution -#: plug-ins/common/postscript.c:2949 plug-ins/common/svg.c:882 -#: plug-ins/common/wmf.c:669 plug-ins/print/gimp_main_window.c:1087 +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 +#: ../plug-ins/common/file-wmf.c:692 msgid "Resolution:" msgstr "Opløsning:" -#: plug-ins/common/postscript.c:2977 +#: ../plug-ins/common/file-ps.c:3195 msgid "Pages:" msgstr "Sider:" -#: plug-ins/common/postscript.c:2983 +#: ../plug-ins/common/file-ps.c:3202 msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" -msgstr "" +msgstr "Sider der skal hentes (F.eks.: 1-4 eller 1,3,5-7)" + +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2643 +#, fuzzy +msgid "Layers" +msgstr "Lagstak:" + +#: ../plug-ins/common/file-ps.c:3208 +#, fuzzy +msgid "Images" +msgstr "_Billede" -#: plug-ins/common/postscript.c:2985 +#: ../plug-ins/common/file-ps.c:3211 +msgid "Open as" +msgstr "Åbn som" + +#: ../plug-ins/common/file-ps.c:3215 msgid "Try Bounding Box" msgstr "Prøv afgrænsningsboks" #. Colouring -#: plug-ins/common/postscript.c:2998 +#: ../plug-ins/common/file-ps.c:3228 msgid "Coloring" msgstr "Farvelæg" -#: plug-ins/common/postscript.c:3002 +#: ../plug-ins/common/file-ps.c:3232 msgid "B/W" msgstr "S/H" -#: plug-ins/common/postscript.c:3003 plug-ins/rcm/rcm_dialog.c:404 -msgid "Gray" -msgstr "Grå" - -#: plug-ins/common/postscript.c:3004 plug-ins/common/xpm.c:469 -#: plug-ins/gimpressionist/color.c:48 plug-ins/gimpressionist/general.c:151 -#: plug-ins/imagemap/imap_menu.c:306 plug-ins/print/gimp_main_window.c:1399 +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/gimpressionist/color.c:66 +#: ../plug-ins/gimpressionist/general.c:170 +#: ../plug-ins/imagemap/imap_menu.c:213 msgid "Color" msgstr "Farve" -#: plug-ins/common/postscript.c:3005 plug-ins/fits/fits.c:1000 +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 msgid "Automatic" msgstr "Automatisk" -#: plug-ins/common/postscript.c:3015 +#: ../plug-ins/common/file-ps.c:3245 #, fuzzy msgid "Text antialiasing" msgstr "Tekstudjævning" -#: plug-ins/common/postscript.c:3020 plug-ins/common/postscript.c:3032 +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 msgid "Weak" msgstr "Svag" -#: plug-ins/common/postscript.c:3021 plug-ins/common/postscript.c:3033 +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 msgid "Strong" msgstr "Stærk" -#: plug-ins/common/postscript.c:3027 +#: ../plug-ins/common/file-ps.c:3257 #, fuzzy msgid "Graphic antialiasing" msgstr "Grafikudjævning" -#: plug-ins/common/postscript.c:3079 +#: ../plug-ins/common/file-ps.c:3335 msgid "Save as PostScript" msgstr "Gem som Postscript" #. Image Size -#: plug-ins/common/postscript.c:3103 +#: ../plug-ins/common/file-ps.c:3366 msgid "Image Size" msgstr "Billedstørrelse" -#: plug-ins/common/postscript.c:3152 +#: ../plug-ins/common/file-ps.c:3415 #, fuzzy msgid "_Keep aspect ratio" msgstr "_Bevar formatforhold" -#: plug-ins/common/postscript.c:3158 +#: ../plug-ins/common/file-ps.c:3421 msgid "" "When toggled, the resulting image will be scaled to fit into the given size " "without changing the aspect ratio." @@ -6312,9830 +4432,10970 @@ "ændre størrelsesforholdet." #. Unit -#: plug-ins/common/postscript.c:3167 +#: ../plug-ins/common/file-ps.c:3431 msgid "Unit" msgstr "Enhed" -#: plug-ins/common/postscript.c:3171 +#: ../plug-ins/common/file-ps.c:3435 msgid "_Inch" msgstr "_Tomme" -#: plug-ins/common/postscript.c:3172 +#: ../plug-ins/common/file-ps.c:3436 msgid "_Millimeter" msgstr "_Millimeter" +#. Rotation +#: ../plug-ins/common/file-ps.c:3447 +#: ../plug-ins/map-object/map-object-ui.c:1035 +msgid "Rotation" +msgstr "Rotation" + #. Format -#: plug-ins/common/postscript.c:3198 +#: ../plug-ins/common/file-ps.c:3462 msgid "Output" msgstr "Uddata" -#: plug-ins/common/postscript.c:3204 +#: ../plug-ins/common/file-ps.c:3468 #, fuzzy msgid "_PostScript level 2" msgstr "_Postscript niveau 2" -#: plug-ins/common/postscript.c:3213 +#: ../plug-ins/common/file-ps.c:3477 msgid "_Encapsulated PostScript" msgstr "_Encapsulated Postscript" -#: plug-ins/common/postscript.c:3222 +#: ../plug-ins/common/file-ps.c:3486 msgid "P_review" msgstr "_Miniature" -#: plug-ins/common/postscript.c:3243 -#, fuzzy +#: ../plug-ins/common/file-ps.c:3507 msgid "Preview _size:" msgstr "Miniature_størrelse:" -#: plug-ins/common/psd.c:489 -msgid "Invalid UTF-8 string in PSD file" -msgstr "Ugyldig UTF-8-tekst i PSD-fil" +#: ../plug-ins/common/file-psp.c:599 ../plug-ins/common/file-psp.c:623 +msgid "Paint Shop Pro image" +msgstr "Paint Shop Pro-billede" -#: plug-ins/common/psd_save.c:181 -msgid "Photoshop image" +#: ../plug-ins/common/file-psp.c:640 +msgid "Save as PSP" +msgstr "Gem som PSP" + +#. file save type +#: ../plug-ins/common/file-psp.c:657 +msgid "Data Compression" +msgstr "Datakomprimering" + +#: ../plug-ins/common/file-psp.c:662 +msgid "RLE" +msgstr "RLE" + +#: ../plug-ins/common/file-psp.c:663 +msgid "LZ77" +msgstr "LZ77" + +#: ../plug-ins/common/file-raw.c:182 ../plug-ins/common/file-raw.c:197 +#, fuzzy +msgid "Raw image data" +msgstr "Sæt billedskala" + +#: ../plug-ins/common/file-raw.c:982 +#, fuzzy +msgid "Load Image from Raw Data" +msgstr "Indlæs billedkort" + +#: ../plug-ins/common/file-raw.c:1015 +#, fuzzy +msgid "Image" +msgstr "_Billede" + +#: ../plug-ins/common/file-raw.c:1026 +#, fuzzy +msgid "RGB Alpha" +msgstr "Alfa" + +#: ../plug-ins/common/file-raw.c:1027 +msgid "Planar RGB" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1028 +msgid "Indexed" +msgstr "Indekseret" + +#: ../plug-ins/common/file-raw.c:1029 +#, fuzzy +msgid "Indexed Alpha" +msgstr "Indeks" + +#: ../plug-ins/common/file-raw.c:1034 +msgid "Image _Type:" +msgstr "Billed_type:" + +#: ../plug-ins/common/file-raw.c:1084 +#, fuzzy +msgid "Palette" +msgstr "Internetpalet" + +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 +msgid "R, G, B (normal)" +msgstr "R, G, B (normal)" + +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 +msgid "B, G, R, X (BMP style)" +msgstr "B, G, R, X (BMP stil)" + +#: ../plug-ins/common/file-raw.c:1100 +#, fuzzy +msgid "_Palette Type:" +msgstr "Palettype" + +#: ../plug-ins/common/file-raw.c:1111 +#, fuzzy +msgid "Off_set:" +msgstr "Afstand:" + +#: ../plug-ins/common/file-raw.c:1123 +#, fuzzy +msgid "Select Palette File" +msgstr "Vælg billedfil" + +#: ../plug-ins/common/file-raw.c:1129 +#, fuzzy +msgid "Pal_ette File:" +msgstr "Palettype" + +#: ../plug-ins/common/file-raw.c:1157 +#, fuzzy +msgid "Raw Image Save" +msgstr "Sæt billedskala" + +#: ../plug-ins/common/file-raw.c:1179 +#, fuzzy +msgid "RGB Save Type" +msgstr "RGB-mønstertype" + +#: ../plug-ins/common/file-raw.c:1183 +#, fuzzy +msgid "Standard (R,G,B)" +msgstr "Standard" + +#: ../plug-ins/common/file-raw.c:1184 +msgid "Planar (RRR,GGG,BBB)" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1189 +#, fuzzy +msgid "Indexed Palette Type" +msgstr "Palettype" + +#: ../plug-ins/common/file-sunras.c:217 ../plug-ins/common/file-sunras.c:237 +msgid "SUN Rasterfile image" msgstr "" -#: plug-ins/common/psd_save.c:1564 +#: ../plug-ins/common/file-sunras.c:402 +#, c-format +msgid "Could not open '%s' as SUN-raster-file" +msgstr "Kunne ikke åbne \"%s\" som SUN-rasterfil" + +#: ../plug-ins/common/file-sunras.c:412 +msgid "The type of this SUN-rasterfile is not supported" +msgstr "Denne type SUN-rasterfil er ikke understøttet" + +#: ../plug-ins/common/file-sunras.c:441 +#, c-format +msgid "Could not read color entries from '%s'" +msgstr "Kunne ikke læse farvedata fra \"%s\"" + +#: ../plug-ins/common/file-sunras.c:449 +msgid "Type of colormap not supported" +msgstr "Farvekortlægningstype er ikke understøttet" + +#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:826 +#: ../plug-ins/common/file-xwd.c:489 #, c-format msgid "" -"Unable to save '%s'. The psd file format does not support images that are " -"more than 30000 pixels wide or tall." +"'%s':\n" +"No image width specified" msgstr "" +"\"%s\":\n" +"Ingen billedbredde angivet" -#: plug-ins/common/psd_save.c:1576 +#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833 +#: ../plug-ins/common/file-xwd.c:498 #, c-format msgid "" -"Unable to save '%s'. The psd file format does not support images with " -"layers that are more than 30000 pixels wide or tall." +"'%s':\n" +"Image width is larger than GIMP can handle" msgstr "" +"'%s':\n" +"Billedbredden er større end GIMP kan håndtere" -#: plug-ins/common/psp.c:362 -msgid "Paint Shop Pro image" +#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840 +#: ../plug-ins/common/file-xwd.c:506 +#, c-format +msgid "" +"'%s':\n" +"No image height specified" msgstr "" +"\"%s\":\n" +"Ingen billedhøjde angivet" -#: plug-ins/common/psp.c:402 -msgid "Save as PSP" -msgstr "Gem som PSP" +#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847 +#: ../plug-ins/common/file-xwd.c:514 +#, c-format +msgid "" +"'%s':\n" +"Image height is larger than GIMP can handle" +msgstr "" +"'%s':\n" +"Billedhøjden er større end GIMP kan håndtere" + +#: ../plug-ins/common/file-sunras.c:518 +msgid "This image depth is not supported" +msgstr "Denne farvedybde er ikke understøttet" + +#: ../plug-ins/common/file-sunras.c:542 +#, c-format +msgid "SUNRAS save cannot handle images with alpha channels" +msgstr "SUNRAS kan ikke gemme billeder med alfakanaler" + +#: ../plug-ins/common/file-sunras.c:553 +msgid "Can't operate on unknown image types" +msgstr "Kan ikke arbejde med ukendt billedtype" + +#: ../plug-ins/common/file-sunras.c:1082 ../plug-ins/common/file-sunras.c:1173 +#: ../plug-ins/common/file-sunras.c:1254 ../plug-ins/common/file-sunras.c:1349 +#: ../plug-ins/common/file-xwd.c:1348 ../plug-ins/common/file-xwd.c:1449 +#: ../plug-ins/common/file-xwd.c:1607 ../plug-ins/common/file-xwd.c:1807 +#: ../plug-ins/common/file-xwd.c:2064 ../plug-ins/file-fits/fits.c:697 +msgid "EOF encountered on reading" +msgstr "Filafslutning mødt ved læsning" + +#: ../plug-ins/common/file-sunras.c:1629 +msgid "Save as SUNRAS" +msgstr "Gem som SUNRAS" #. file save type -#: plug-ins/common/psp.c:412 -msgid "Data Compression" -msgstr "Datakomprimering" +#: ../plug-ins/common/file-sunras.c:1646 +msgid "Data Formatting" +msgstr "Dataformatering" -#: plug-ins/common/psp.c:417 -msgid "RLE" -msgstr "RLE" +#: ../plug-ins/common/file-sunras.c:1650 +msgid "RunLength Encoded" +msgstr "Rækkekomprimeret (RLE)" -#: plug-ins/common/psp.c:418 -msgid "LZ77" -msgstr "LZ77" +#: ../plug-ins/common/file-svg.c:140 +#, fuzzy +msgid "SVG image" +msgstr "_Billede" -#: plug-ins/common/randomize.c:107 -msgid "Random Hurl 1.7" -msgstr "Tilfældige hvirvler 1.7" +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 +msgid "Unknown reason" +msgstr "Ukendt grund" -#: plug-ins/common/randomize.c:108 -msgid "Random Pick 1.7" -msgstr "Tilfældige udvalg 1.7" +#: ../plug-ins/common/file-svg.c:341 +msgid "Rendering SVG" +msgstr "Genererer SVG" + +#: ../plug-ins/common/file-svg.c:353 +msgid "Rendered SVG" +msgstr "Genereret SVG" + +#: ../plug-ins/common/file-svg.c:567 ../plug-ins/common/file-wmf.c:358 +#, c-format +msgid "%d × %d" +msgstr "%d × %d" + +#: ../plug-ins/common/file-svg.c:575 +msgid "" +"SVG file does not\n" +"specify a size!" +msgstr "" +"SVG-fil angiver\n" +"ikke en størrelse!" + +#. Scalable Vector Graphics is SVG, should perhaps not be translated +#: ../plug-ins/common/file-svg.c:742 +msgid "Render Scalable Vector Graphics" +msgstr "Generér Scalable Vector Graphics" + +#. Width and Height +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/grid.c:724 +msgid "Width:" +msgstr "Bredde:" + +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 +msgid "Height:" +msgstr "Højde:" + +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 +msgid "_X ratio:" +msgstr "_x-forhold:" + +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 +msgid "_Y ratio:" +msgstr "_y-forhold:" + +# "constrained" går på at de to forhold er låst fast til hinanden +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 +msgid "Constrain aspect ratio" +msgstr "Fast forhold" -#: plug-ins/common/randomize.c:109 -msgid "Random Slur 1.7" -msgstr "Tilfældig smeltning 1.7" +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/print/print-page-layout.c:273 +#, c-format +msgid "pixels/%a" +msgstr "punkter/%a" -#: plug-ins/common/randomize.c:244 +#. Path Import +#: ../plug-ins/common/file-svg.c:955 #, fuzzy -msgid "_Hurl..." -msgstr "Hjælp..." +msgid "Import _paths" +msgstr "Importér _baner" -#: plug-ins/common/randomize.c:256 -msgid "_Pick..." +#: ../plug-ins/common/file-svg.c:961 +msgid "" +"Import path elements of the SVG so they can be used with the GIMP path tool" msgstr "" +"Importér baneelementer fra SVG-billedet så de kan bruges med GIMPs " +"baneværktøj" -#: plug-ins/common/randomize.c:268 +#: ../plug-ins/common/file-svg.c:974 #, fuzzy -msgid "_Slur..." -msgstr "Kilde..." +msgid "Merge imported paths" +msgstr "Forén importerede baner" -#: plug-ins/common/randomize.c:756 plug-ins/common/snoise.c:614 +#: ../plug-ins/common/file-tga.c:245 ../plug-ins/common/file-tga.c:264 #, fuzzy -msgid "_Random seed:" -msgstr "Tilfældig _startværdi:" - -#: plug-ins/common/randomize.c:765 -msgid "R_andomization (%):" -msgstr "Tilfældig _andel (%):" +msgid "TarGA image" +msgstr "Overfører billede" -#: plug-ins/common/randomize.c:768 -msgid "Percentage of pixels to be filtered" -msgstr "Procentdel af punkterne som skal filtreres" +#: ../plug-ins/common/file-tga.c:455 +#, c-format +msgid "Cannot read footer from '%s'" +msgstr "Kan ikke læse sluttekst fra \"%s\"" -#: plug-ins/common/randomize.c:777 -msgid "R_epeat:" -msgstr "G_entag:" +#: ../plug-ins/common/file-tga.c:473 +#, c-format +msgid "Cannot read extension from '%s'" +msgstr "Kan ikke læse udvidelse fra \"%s\"" -#: plug-ins/common/randomize.c:780 -msgid "Number of times to apply filter" -msgstr "Antal gange filtret skal påføres" +#: ../plug-ins/common/file-tga.c:485 +#, fuzzy, c-format +msgid "Cannot read header from '%s'" +msgstr "Kunne ikke læse hoved fra \"%s\"" -#: plug-ins/common/raw.c:166 plug-ins/common/raw.c:181 -msgid "Raw Image Data" -msgstr "" +#: ../plug-ins/common/file-tga.c:1370 +msgid "Save as TGA" +msgstr "Gem som TGA" -#: plug-ins/common/raw.c:915 -#, fuzzy -msgid "Raw Image Loader" -msgstr "Kildebillede/-lag:" +#. rle +#: ../plug-ins/common/file-tga.c:1393 +msgid "_RLE compression" +msgstr "_Rækkekomprimering (RLE)" -#: plug-ins/common/raw.c:943 -#, fuzzy -msgid "Image" -msgstr "_Billede" +#: ../plug-ins/common/file-tga.c:1407 +msgid "Or_igin:" +msgstr "Or_iginal:" + +#: ../plug-ins/common/file-tga.c:1411 +msgid "Bottom left" +msgstr "Nederste venstre" + +#: ../plug-ins/common/file-tga.c:1412 +msgid "Top left" +msgstr "Øverste venstre" + +#: ../plug-ins/common/file-tiff-load.c:240 +#: ../plug-ins/common/file-tiff-save.c:182 +#: ../plug-ins/common/file-tiff-save.c:199 +msgid "TIFF image" +msgstr "TIFF-billede" -#: plug-ins/common/raw.c:955 -msgid "Planar RGB" +#: ../plug-ins/common/file-tiff-load.c:310 +#, c-format +msgid "TIFF '%s' does not contain any directories" msgstr "" -#: plug-ins/common/raw.c:956 -#, fuzzy -msgid "Indexed" -msgstr "Indeks" +#: ../plug-ins/common/file-tiff-load.c:478 +msgid "Import from TIFF" +msgstr "Importer fra TIFF" -#: plug-ins/common/raw.c:961 -#, fuzzy -msgid "Image _Type:" -msgstr "Billedtype:" +#: ../plug-ins/common/file-tiff-load.c:780 +#, c-format +msgid "%s-%d-of-%d-pages" +msgstr "%s-%d-af-%d-sider" -#: plug-ins/common/raw.c:1011 -#, fuzzy -msgid "Palette" -msgstr "Internetpalet" +#: ../plug-ins/common/file-tiff-load.c:1015 +msgid "TIFF Channel" +msgstr "TIFF-kanal" -#: plug-ins/common/raw.c:1021 plug-ins/common/raw.c:1109 -msgid "R, G, B (normal)" +#: ../plug-ins/common/file-tiff-load.c:1024 +#: ../plug-ins/file-psd/psd-load.c:334 +msgid "" +"Warning:\n" +"The image you are loading has 16 bits per channel. GIMP can only handle 8 " +"bit, so it will be converted for you. Information will be lost because of " +"this conversion." msgstr "" +"Advarsel:\n" +"Det billede du er ved at indlæse, har 16 bit data pr. kanal. GIMP kan kun " +"håndtere 8 bit, så billedet vil blive konverteret for dig. Noget information " +"går tabt på grund af dette." -#: plug-ins/common/raw.c:1022 plug-ins/common/raw.c:1111 -msgid "B, G, R, X (bmp style)" +#: ../plug-ins/common/file-tiff-save.c:887 +msgid "" +"The TIFF format only supports comments in\n" +"7bit ASCII encoding. No comment is saved." msgstr "" +"TIFF-formatet understøtter kun kommentarer\n" +"i 7 bit ASCII-kodning. Ingen kommentar gemt." -#: plug-ins/common/raw.c:1027 -#, fuzzy -msgid "_Palette Type:" -msgstr "Palettype" +#: ../plug-ins/common/file-tiff-save.c:1061 +msgid "Save as TIFF" +msgstr "Gem som TIFF" -#: plug-ins/common/raw.c:1038 -#, fuzzy -msgid "Off_set:" -msgstr "Afstand:" +#. compression +#: ../plug-ins/common/file-tiff-save.c:1083 +msgid "Compression" +msgstr "Komprimering" -#: plug-ins/common/raw.c:1050 -#, fuzzy -msgid "Select Palette File to Load" -msgstr "Vælg billedfil" +#: ../plug-ins/common/file-tiff-save.c:1087 +msgid "_None" +msgstr "_Ingen" -#: plug-ins/common/raw.c:1053 -#, fuzzy -msgid "Pal_ette File:" -msgstr "Palettype" +#: ../plug-ins/common/file-tiff-save.c:1088 +msgid "_LZW" +msgstr "_LZW" -#: plug-ins/common/raw.c:1081 -#, fuzzy -msgid "Raw Image Save" -msgstr "Sæt billedskala" +#: ../plug-ins/common/file-tiff-save.c:1089 +msgid "_Pack Bits" +msgstr "_Pak bit" -#: plug-ins/common/raw.c:1095 -#, fuzzy -msgid "RGB Save Type" -msgstr "RGB-mønstertype" +#: ../plug-ins/common/file-tiff-save.c:1090 +msgid "_Deflate" +msgstr "_Udpak" -#: plug-ins/common/raw.c:1099 -#, fuzzy -msgid "Standard (R,G,B)" -msgstr "Standard" +#: ../plug-ins/common/file-tiff-save.c:1091 +msgid "_JPEG" +msgstr "_JPEG" -#: plug-ins/common/raw.c:1100 -msgid "Planar (RRR,GGG,BBB)" +#: ../plug-ins/common/file-tiff-save.c:1092 +msgid "CCITT Group _3 fax" msgstr "" -#: plug-ins/common/raw.c:1105 -#, fuzzy -msgid "Indexed Palette Type" -msgstr "Palettype" +#: ../plug-ins/common/file-tiff-save.c:1093 +msgid "CCITT Group _4 fax" +msgstr "" -#: plug-ins/common/retinex.c:167 -#, fuzzy -msgid "_Retinex..." -msgstr "Skaber krusninger..." +#: ../plug-ins/common/file-tiff-save.c:1115 +msgid "Save _color values from transparent pixels" +msgstr "Gem _farveværdier fra gennemsigtige punkter" -#: plug-ins/common/retinex.c:250 -#, fuzzy -msgid "Retinex..." -msgstr "Roterer..." +#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1246 +msgid "Comment:" +msgstr "Kommentar:" -#: plug-ins/common/retinex.c:252 -msgid "Retinex (4/4): updated..." +#: ../plug-ins/common/file-wmf.c:129 +msgid "Microsoft WMF file" msgstr "" -#: plug-ins/common/retinex.c:289 +#: ../plug-ins/common/file-wmf.c:352 #, fuzzy -msgid "Retinex Image Enhancement" -msgstr "_Kantforbedring" - -#: plug-ins/common/retinex.c:310 -msgid "Level" +msgid "" +"WMF file does not\n" +"specify a size!" msgstr "" +"SVG-fil angiver\n" +"ikke en størrelse!" -#: plug-ins/common/retinex.c:314 +#: ../plug-ins/common/file-wmf.c:500 #, fuzzy -msgid "_Uniform" -msgstr "Måleenheder" +msgid "Render Windows Metafile" +msgstr "Indlæs Windows-metafil" -#: plug-ins/common/retinex.c:316 -#, fuzzy -msgid "_Low" -msgstr "_Nedre" +#: ../plug-ins/common/file-wmf.c:963 +#, fuzzy, c-format +msgid "Could not open '%s' for reading" +msgstr "Kan ikke åbne \"%s\" til læsning." -#: plug-ins/common/retinex.c:318 -#, fuzzy -msgid "_High" -msgstr "_Højde" +#: ../plug-ins/common/file-wmf.c:1003 +msgid "Rendered WMF" +msgstr "Genereret WMF" -#: plug-ins/common/retinex.c:343 -#, fuzzy -msgid "_Scale:" -msgstr "Skalér:" +#: ../plug-ins/common/file-xbm.c:176 ../plug-ins/common/file-xbm.c:194 +msgid "X BitMap image" +msgstr "" -#: plug-ins/common/retinex.c:358 -#, fuzzy -msgid "_Scale division:" -msgstr "_Division:" +#: ../plug-ins/common/file-xbm.c:819 +#, c-format +msgid "" +"'%s':\n" +"Could not read header (ftell == %ld)" +msgstr "" +"\"%s\":\n" +"Kunne ikke læse hoved (ftell == %ld)" + +#: ../plug-ins/common/file-xbm.c:854 +#, c-format +msgid "" +"'%s':\n" +"No image data type specified" +msgstr "" +"\"%s\":\n" +"Ingen billeddata angivet" + +#. The image is not black-and-white. +#: ../plug-ins/common/file-xbm.c:997 +msgid "" +"The image which you are trying to save as an XBM contains more than two " +"colors.\n" +"\n" +"Please convert it to a black and white (1-bit) indexed image and try again." +msgstr "" +"Billedet som du prøver at gemme som XBM, indeholder mere end to farver.\n" +"\n" +"Konvertér det venligst til et sort/hvidt (1-bit) indekseret billede og prøv " +"igen." -#: plug-ins/common/retinex.c:373 -msgid "_Dynamic:" +#: ../plug-ins/common/file-xbm.c:1008 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." msgstr "" +"Du kan ikke gemme en markørmaske for et billede\n" +"som ikke har nogen alfakanaler" -#: plug-ins/common/retinex.c:647 +#: ../plug-ins/common/file-xbm.c:1185 +msgid "Save as XBM" +msgstr "Gem som XBM" + +#. parameter settings +#: ../plug-ins/common/file-xbm.c:1202 +msgid "XBM Options" +msgstr "XBM-indstillinger" + +#. X10 format +#: ../plug-ins/common/file-xbm.c:1212 #, fuzzy -msgid "Retinex: Filtering..." -msgstr "Bevægelsessløring..." +msgid "_X10 format bitmap" +msgstr "Bitkort i _X10-format" -#: plug-ins/common/ripple.c:138 +#: ../plug-ins/common/file-xbm.c:1232 #, fuzzy -msgid "_Ripple..." -msgstr "Skaber krusninger..." +msgid "_Identifier prefix:" +msgstr "_Variabelpræfiks:" -#: plug-ins/common/ripple.c:222 -msgid "Rippling..." -msgstr "Skaber krusninger..." +#. hotspot toggle +#: ../plug-ins/common/file-xbm.c:1254 +#, fuzzy +msgid "_Write hot spot values" +msgstr "Skriv koordinater for _afsætspunkt" -#: plug-ins/common/ripple.c:472 -msgid "Ripple" -msgstr "Krusninger" +#: ../plug-ins/common/file-xbm.c:1276 +#, fuzzy +msgid "Hot spot _X:" +msgstr "Afsætspunkt-x:" -#: plug-ins/common/ripple.c:522 +#: ../plug-ins/common/file-xbm.c:1286 #, fuzzy -msgid "_Retain tilability" -msgstr "_Bevar fliselægbarhed" +msgid "Hot spot _Y:" +msgstr "Afsætspunkt-x:" -#. Edges toggle box -#: plug-ins/common/ripple.c:556 -msgid "Edges" -msgstr "Kanter" +#. mask file +#: ../plug-ins/common/file-xbm.c:1293 +msgid "Mask File" +msgstr "Maskefil" -#. Wave toggle box -#: plug-ins/common/ripple.c:584 -msgid "Wave Type" -msgstr "Bølgetype" +#: ../plug-ins/common/file-xbm.c:1303 +#, fuzzy +msgid "W_rite extra mask file" +msgstr "Skriv ekstra _maskefil" -#: plug-ins/common/ripple.c:588 -msgid "Saw_tooth" -msgstr "Sav_takket" +#: ../plug-ins/common/file-xbm.c:1316 +#, fuzzy +msgid "_Mask file extension:" +msgstr "_Maskefilendelse:" -#: plug-ins/common/ripple.c:589 -msgid "S_ine" -msgstr "S_inus" +#: ../plug-ins/common/file-xpm.c:174 ../plug-ins/common/file-xpm.c:199 +msgid "X PixMap image" +msgstr "" -#: plug-ins/common/ripple.c:612 -msgid "_Period:" -msgstr "_Periode:" +#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773 +#, c-format +msgid "Error opening file '%s'" +msgstr "Fejl ved åbning af filen \"%s\"" -#: plug-ins/common/ripple.c:625 -msgid "A_mplitude:" -msgstr "A_mplitude:" +#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779 +msgid "XPM file invalid" +msgstr "XPM-fil er ugyldig" -#: plug-ins/common/rotate.c:421 -msgid "You can not rotate the whole image if there's a selection." -msgstr "Du kan ikke rotere hele billedet hvis noget er markeret." +#: ../plug-ins/common/file-xpm.c:805 +msgid "Save as XPM" +msgstr "Gem som XBM" -#: plug-ins/common/rotate.c:428 -msgid "You can not rotate the whole image if there's a floating selection." -msgstr "Du kan ikke rotere hele billedet hvis der er en flydende markering." +#: ../plug-ins/common/file-xpm.c:829 +#, fuzzy +msgid "_Alpha threshold:" +msgstr "_Alfatærskel" -#: plug-ins/common/rotate.c:439 -msgid "Sorry, channels and masks can not be rotated." -msgstr "Desværre, kanaler og masker kan ikke roteres." +#: ../plug-ins/common/file-xwd.c:278 ../plug-ins/common/file-xwd.c:298 +#, fuzzy +msgid "X window dump" +msgstr "Beskåret til billede" -#: plug-ins/common/rotate.c:445 -msgid "Rotating..." -msgstr "Roterer..." +#: ../plug-ins/common/file-xwd.c:442 +#, c-format +msgid "Could not read XWD header from '%s'" +msgstr "Kunne ikke læse XWD-hoved fra \"%s\"" -#: plug-ins/common/sample_colorize.c:296 +#: ../plug-ins/common/file-xwd.c:480 #, fuzzy -msgid "_Sample Colorize..." -msgstr "Prøvefarvelægning" +msgid "Can't read color entries" +msgstr "kan ikke læse farvedata" -#: plug-ins/common/sample_colorize.c:1310 -msgid "Sample Colorize" -msgstr "Prøvefarvelægning" +#: ../plug-ins/common/file-xwd.c:570 +#, fuzzy, c-format +msgid "" +"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is " +"not supported." +msgstr "" +"load_image (xwd): XWD-fil %s har formatet %d, dybden %d\n" +"og %d bit pr. punkt.\n" +"Dette er i øjeblikket ikke understøttet.\n" + +#: ../plug-ins/common/file-xwd.c:593 +msgid "Cannot save images with alpha channels." +msgstr "Kan ikke gemme billeder med alfakanaler." -#: plug-ins/common/sample_colorize.c:1315 +#: ../plug-ins/common/file-xwd.c:2195 #, fuzzy -msgid "Get sample colors" -msgstr "Hent farveprøver" +msgid "Error during writing indexed/gray image" +msgstr "Fejl under skrivning af indekseret/gråt billede" -#: plug-ins/common/sample_colorize.c:1317 -msgid "Apply" -msgstr "Anvend" +#: ../plug-ins/common/file-xwd.c:2293 +msgid "Error during writing rgb image" +msgstr "Fejl under skrivning af RGB-billede" -#. layer combo_box (Dst) -#: plug-ins/common/sample_colorize.c:1335 -msgid "Destination:" -msgstr "Mål:" +#: ../plug-ins/common/film.c:217 +msgid "Combine several images on a film strip" +msgstr "Kombiner flere billeder på en filmstrimmel" + +#: ../plug-ins/common/film.c:222 +msgid "_Filmstrip..." +msgstr "_Filmstrimmel..." + +#: ../plug-ins/common/film.c:307 +msgid "Composing images" +msgstr "Sætter billeder sammen" -#. layer combo_box (Sample) -#: plug-ins/common/sample_colorize.c:1351 -msgid "Sample:" -msgstr "Kilde:" +#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 +#: ../plug-ins/help-browser/dialog.c:1120 +msgid "Untitled" +msgstr "Uden navn" -#: plug-ins/common/sample_colorize.c:1361 +#: ../plug-ins/common/film.c:879 #, fuzzy -msgid "From reverse gradient" -msgstr "Fra omvendt farveovergang" +msgid "Available images:" +msgstr "Tilgængelige billeder:" -#: plug-ins/common/sample_colorize.c:1366 +#: ../plug-ins/common/film.c:880 #, fuzzy -msgid "From gradient" -msgstr "Fra farveovergang" +msgid "On film:" +msgstr "På film:" -#. check button -#: plug-ins/common/sample_colorize.c:1387 -#: plug-ins/common/sample_colorize.c:1414 +#. Film height/colour +#: ../plug-ins/common/film.c:976 ../plug-ins/common/film.c:1248 #, fuzzy -msgid "Show selection" -msgstr "Vis markering" +msgid "Filmstrip" +msgstr "Filter" -#. check button -#: plug-ins/common/sample_colorize.c:1398 -#: plug-ins/common/sample_colorize.c:1425 +#. Keep maximum image height +#: ../plug-ins/common/film.c:985 #, fuzzy -msgid "Show color" -msgstr "Vis farve" +msgid "_Fit height to images" +msgstr "_Tilpas højde til billeder" -#: plug-ins/common/sample_colorize.c:1538 -#, fuzzy -msgid "Input levels:" -msgstr "Ind-niveauer:" +#. Film color +#: ../plug-ins/common/film.c:1021 +msgid "Select Film Color" +msgstr "Vælg filmfarve" -#: plug-ins/common/sample_colorize.c:1588 -msgid "Output Levels:" -msgstr "Ud-niveauer:" +#: ../plug-ins/common/film.c:1026 ../plug-ins/common/film.c:1076 +#: ../plug-ins/common/nova.c:353 +msgid "Co_lor:" +msgstr "Fa_rve:" -#. check button -#: plug-ins/common/sample_colorize.c:1628 -#, fuzzy -msgid "Hold intensity" -msgstr "Bevar intensitet" +#. Film numbering: Startindex/Font/colour +#: ../plug-ins/common/film.c:1035 +msgid "Numbering" +msgstr "Nummerering" -#. check button -#: plug-ins/common/sample_colorize.c:1639 +#: ../plug-ins/common/film.c:1053 #, fuzzy -msgid "Original intensity" -msgstr "Oprindelig intensitet" +msgid "Start _index:" +msgstr "Start_indeks:" -#. check button -#: plug-ins/common/sample_colorize.c:1657 -#, fuzzy -msgid "Use subcolors" -msgstr "Benyt mellemfarver" +#: ../plug-ins/common/film.c:1066 +msgid "_Font:" +msgstr "_Skrifttype:" -#. check button -#: plug-ins/common/sample_colorize.c:1668 +#. Numbering color +#: ../plug-ins/common/film.c:1071 +msgid "Select Number Color" +msgstr "Vælg talfarve" + +#: ../plug-ins/common/film.c:1086 #, fuzzy -msgid "Smooth samples" -msgstr "Udglat farveprøver" +msgid "At _bottom" +msgstr "_Nederst" -#: plug-ins/common/sample_colorize.c:2632 -msgid "Sample Analyze..." -msgstr "Analyserer farveprøverne..." +#: ../plug-ins/common/film.c:1087 +#, fuzzy +msgid "At _top" +msgstr "_Øverst" -#: plug-ins/common/sample_colorize.c:3002 -msgid "Remap Colorized..." -msgstr "Omgør farvelægning..." +#. ** The right frame keeps the image selection ** +#: ../plug-ins/common/film.c:1100 +msgid "Image Selection" +msgstr "Billedmarkering" -#: plug-ins/common/scatter_hsv.c:113 +#: ../plug-ins/common/film.c:1128 #, fuzzy -msgid "S_catter HSV..." -msgstr "Spreder HSV..." +msgid "All Values are Fractions of the Strip Height" +msgstr "Alle værdier er brøkdele af filmhøjden" + +#: ../plug-ins/common/film.c:1131 +msgid "Ad_vanced" +msgstr "_Avanceret" -#: plug-ins/common/scatter_hsv.c:208 -msgid "Scattering HSV..." -msgstr "Spreder HSV..." +#: ../plug-ins/common/film.c:1150 +msgid "Image _height:" +msgstr "Billed_højde:" -#: plug-ins/common/scatter_hsv.c:344 -msgid "Scatter HSV" -msgstr "Spred HSV" +#: ../plug-ins/common/film.c:1161 +#, fuzzy +msgid "Image spac_ing:" +msgstr "Billed_mellemrum:" -#: plug-ins/common/scatter_hsv.c:372 -msgid "_Holdness:" -msgstr "_Fastholden:" +#: ../plug-ins/common/film.c:1172 +#, fuzzy +msgid "_Hole offset:" +msgstr "_Hulafstand:" -#: plug-ins/common/scatter_hsv.c:384 -msgid "H_ue:" -msgstr "Farve_tone:" +#: ../plug-ins/common/film.c:1183 +#, fuzzy +msgid "Ho_le width:" +msgstr "Hulb_redde:" -#: plug-ins/common/scatter_hsv.c:396 -msgid "_Saturation:" -msgstr "_Mætning:" +#: ../plug-ins/common/film.c:1194 +#, fuzzy +msgid "Hol_e height:" +msgstr "Hulhø_jde:" -#: plug-ins/common/scatter_hsv.c:408 -msgid "_Value:" -msgstr "_Værdi:" +#: ../plug-ins/common/film.c:1205 +#, fuzzy +msgid "Hole sp_acing:" +msgstr "Hulm_ellemrum:" -#: plug-ins/common/screenshot.c:257 plug-ins/winsnap/winsnap.c:990 +#: ../plug-ins/common/film.c:1216 #, fuzzy -msgid "_Screen Shot..." -msgstr "Skærmbillede" +msgid "_Number height:" +msgstr "_Talhøjde:" -#: plug-ins/common/screenshot.c:395 -msgid "Error grabbing the pointer" -msgstr "Fejl ved beslaglæggelse af markøren" +#. These values are translated for the GUI but also used internally +#. to figure out which button the user pushed, etc. +#. Not my design, please don't blame me -- njl +#: ../plug-ins/common/filter-pack.c:220 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:953 +msgid "Red:" +msgstr "Rød:" -#: plug-ins/common/screenshot.c:471 -msgid "Loading Screen Shot..." -msgstr "Indlæser skærmbillede..." +#: ../plug-ins/common/filter-pack.c:221 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:963 +msgid "Green:" +msgstr "Grøn:" -#: plug-ins/common/screenshot.c:478 plug-ins/common/screenshot.c:638 -msgid "Screen Shot" -msgstr "Skærmbillede" +#: ../plug-ins/common/filter-pack.c:222 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:973 +msgid "Blue:" +msgstr "Blå:" -#: plug-ins/common/screenshot.c:586 -msgid "Specified window not found" -msgstr "Angivet vindue ikke fundet" +#: ../plug-ins/common/filter-pack.c:223 +msgid "Cyan:" +msgstr "Cyan:" -#: plug-ins/common/screenshot.c:609 -msgid "Error obtaining Screen Shot" -msgstr "Fejl ved indhentning af skærmbillede" +#: ../plug-ins/common/filter-pack.c:224 +msgid "Yellow:" +msgstr "Gul:" -#. single window -#: plug-ins/common/screenshot.c:643 plug-ins/common/screenshot.c:673 -#: plug-ins/winsnap/winsnap.c:866 -msgid "Grab" -msgstr "Indfang" +#: ../plug-ins/common/filter-pack.c:225 +msgid "Magenta:" +msgstr "Magenta:" -#: plug-ins/common/screenshot.c:680 -msgid "a _Single Window" -msgstr "_enkelt vindue" - -#: plug-ins/common/screenshot.c:698 -msgid "S_elect Window After" -msgstr "_Vælg vindue efter" - -#: plug-ins/common/screenshot.c:713 plug-ins/common/screenshot.c:755 -msgid "Seconds Delay" -msgstr "sekunders forsinkelse" - -#: plug-ins/common/screenshot.c:719 -msgid "the _Whole Screen" -msgstr "_hele skærmen" - -#: plug-ins/common/screenshot.c:740 -msgid "Grab _After" -msgstr "Indfang _efter" +#: ../plug-ins/common/filter-pack.c:227 +msgid "Darker:" +msgstr "Mørkere:" -#: plug-ins/common/sel_gauss.c:107 -#, fuzzy -msgid "_Selective Gaussian Blur..." -msgstr "Selektiv gaussisk sløring..." +#: ../plug-ins/common/filter-pack.c:228 +msgid "Lighter:" +msgstr "Lysere:" -#: plug-ins/common/sel_gauss.c:187 -msgid "Selective Gaussian Blur..." -msgstr "Selektiv gaussisk sløring..." +#: ../plug-ins/common/filter-pack.c:230 +msgid "More Sat:" +msgstr "Mere mættet:" -#: plug-ins/common/sel_gauss.c:225 -msgid "Selective Gaussian Blur" -msgstr "Selektiv gaussisk sløring" +#: ../plug-ins/common/filter-pack.c:231 +msgid "Less Sat:" +msgstr "Mindre mættet:" -#: plug-ins/common/sel_gauss.c:257 -#, fuzzy -msgid "_Blur radius:" -msgstr "_Sløringsradius:" +# som kontrast til "original", "aktuel" er en mulighed, men virker +# forvirrende (aktuel og original opfattes som ens) +#: ../plug-ins/common/filter-pack.c:233 ../plug-ins/common/filter-pack.c:532 +msgid "Current:" +msgstr "Ny:" + +#: ../plug-ins/common/filter-pack.c:317 +msgid "Interactively modify the image colors" +msgstr "" -#: plug-ins/common/sel_gauss.c:267 +#: ../plug-ins/common/filter-pack.c:322 #, fuzzy -msgid "_Max. delta:" -msgstr "_Maks. delta:" +msgid "_Filter Pack..." +msgstr "Filtrerer farver..." -#: plug-ins/common/semiflatten.c:77 +#: ../plug-ins/common/filter-pack.c:372 #, fuzzy -msgid "_Semi-Flatten" -msgstr "Semifladgøring..." +msgid "FP can only be used on RGB images." +msgstr "Kan kun arbejde med RGB-billeder." -#: plug-ins/common/semiflatten.c:122 -msgid "Semi-Flattening..." -msgstr "Semifladgøring..." +#: ../plug-ins/common/filter-pack.c:382 +msgid "FP can only be run interactively." +msgstr "" -#: plug-ins/common/sharpen.c:124 +#: ../plug-ins/common/filter-pack.c:400 #, fuzzy -msgid "_Sharpen..." -msgstr "Skærper..." +msgid "Applying filter pack" +msgstr "Filtrerer farver..." -#. -#. * Let the user know what we're doing... -#. -#: plug-ins/common/sharpen.c:311 -msgid "Sharpening..." -msgstr "Skærper..." +#: ../plug-ins/common/filter-pack.c:524 +msgid "Original:" +msgstr "Original:" -#: plug-ins/common/sharpen.c:480 -msgid "Sharpen" -msgstr "Skærp" +#: ../plug-ins/common/filter-pack.c:576 +msgid "Hue Variations" +msgstr "Farvetonevariationer:" -#: plug-ins/common/shift.c:113 -#, fuzzy -msgid "_Shift..." -msgstr "Skifter..." +#: ../plug-ins/common/filter-pack.c:631 +msgid "Roughness" +msgstr "Ruhed" -#: plug-ins/common/shift.c:194 -msgid "Shifting..." -msgstr "Skifter..." +#: ../plug-ins/common/filter-pack.c:674 ../plug-ins/common/filter-pack.c:1317 +msgid "Affected Range" +msgstr "Påvirket område" -#: plug-ins/common/shift.c:349 -msgid "Shift" -msgstr "Skift" +#: ../plug-ins/common/filter-pack.c:678 +msgid "Sha_dows" +msgstr "_Skygger" -#: plug-ins/common/shift.c:373 -#, fuzzy -msgid "Shift _horizontally" -msgstr "Skift _vandret" +#: ../plug-ins/common/filter-pack.c:679 +msgid "_Midtones" +msgstr "_Mellemtoner" -#: plug-ins/common/shift.c:374 -#, fuzzy -msgid "Shift _vertically" -msgstr "Skift _lodret" +# ikke "fremhævelser" +#: ../plug-ins/common/filter-pack.c:680 +msgid "H_ighlights" +msgstr "_Højlys" -#: plug-ins/common/shift.c:404 -#, fuzzy -msgid "Shift _amount:" -msgstr "Skifte_størrelse:" +#: ../plug-ins/common/filter-pack.c:694 +msgid "Windows" +msgstr "Vinduer" -#: plug-ins/common/sinus.c:191 -#, fuzzy -msgid "_Sinus..." -msgstr "Sinus" +#: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672 +msgid "_Saturation" +msgstr "_Mætning" -#: plug-ins/common/sinus.c:284 -msgid "Sinus: rendering..." -msgstr "Sinus: genererer..." +#: ../plug-ins/common/filter-pack.c:712 +msgid "A_dvanced" +msgstr "_Avanceret" -#. Create Main window with a vbox -#. ============================== -#: plug-ins/common/sinus.c:648 -msgid "Sinus" -msgstr "Sinus" +#: ../plug-ins/common/filter-pack.c:732 +msgid "Value Variations" +msgstr "Værdivariationer" -#: plug-ins/common/sinus.c:683 -msgid "Drawing Settings" -msgstr "Tegningsindstillinger" +#: ../plug-ins/common/filter-pack.c:777 +msgid "Saturation Variations" +msgstr "Mætningsvariationer" -#: plug-ins/common/sinus.c:693 -msgid "_X Scale:" -msgstr "_x-skalering:" +#: ../plug-ins/common/filter-pack.c:830 +#, fuzzy +msgid "Select Pixels By" +msgstr "Udvælg punkter efter" -#: plug-ins/common/sinus.c:702 -msgid "_Y Scale:" -msgstr "_y-skalering:" +#: ../plug-ins/common/filter-pack.c:835 +msgid "H_ue" +msgstr "Farve_tone" -#: plug-ins/common/sinus.c:711 -msgid "Co_mplexity:" -msgstr "Ko_mpleksitet:" +#: ../plug-ins/common/filter-pack.c:836 +msgid "Satu_ration" +msgstr "_Mætning" -#: plug-ins/common/sinus.c:721 -msgid "Calculation Settings" -msgstr "Beregningsindstillinger" +#: ../plug-ins/common/filter-pack.c:837 +msgid "V_alue" +msgstr "_Værdi" + +#: ../plug-ins/common/filter-pack.c:863 +msgid "Show" +msgstr "Vis" -#: plug-ins/common/sinus.c:734 +#: ../plug-ins/common/filter-pack.c:868 #, fuzzy -msgid "R_andom seed:" -msgstr "Tilfældig _startværdi:" +msgid "_Entire image" +msgstr "_Hele billedet" -#: plug-ins/common/sinus.c:743 +#: ../plug-ins/common/filter-pack.c:869 #, fuzzy -msgid "_Force tiling?" -msgstr "_Tving fliselægbarhed" +msgid "Se_lection only" +msgstr "Kun _markering" -#: plug-ins/common/sinus.c:756 -msgid "_Ideal" -msgstr "_Ideel" +# "in context" betyder tilsyneladende at omgivelserne omkring det +# markerede også tages med +#: ../plug-ins/common/filter-pack.c:870 +#, fuzzy +msgid "Selec_tion in context" +msgstr "Markering med _omgivelser" -#: plug-ins/common/sinus.c:757 -msgid "_Distorted" -msgstr "_Forvrænget" +# jvf. tidligere kommentar/tekst +#: ../plug-ins/common/filter-pack.c:1201 +msgid "Filter Pack Simulation" +msgstr "Farvefiltrering" -#: plug-ins/common/sinus.c:775 plug-ins/common/sinus.c:791 -#: plug-ins/imagemap/imap_preferences.c:516 -msgid "Colors" -msgstr "Farver" +#: ../plug-ins/common/filter-pack.c:1290 +msgid "Shadows:" +msgstr "Skygger:" -#. if in grey scale, the colors are necessarily black and white -#: plug-ins/common/sinus.c:784 -msgid "The colors are white and black." -msgstr "Farverne er hvid og sort" +#: ../plug-ins/common/filter-pack.c:1291 +msgid "Midtones:" +msgstr "Mellemtoner:" -#: plug-ins/common/sinus.c:795 -#, fuzzy -msgid "Bl_ack & white" -msgstr "S_ort/hvid" +#: ../plug-ins/common/filter-pack.c:1292 +msgid "Highlights:" +msgstr "Højlys:" -#: plug-ins/common/sinus.c:797 -#, fuzzy -msgid "_Foreground & background" -msgstr "_Forgrund/baggrund" +#: ../plug-ins/common/filter-pack.c:1305 +msgid "Advanced Filter Pack Options" +msgstr "Avancerede filtreringsindstillinger" -#: plug-ins/common/sinus.c:799 -msgid "C_hoose here:" -msgstr "_Vælg her:" +#. ****************** MISC OPTIONS ************************** +#: ../plug-ins/common/filter-pack.c:1417 +msgid "Preview Size" +msgstr "Eksempelstørrelse" -#: plug-ins/common/sinus.c:812 -#, fuzzy -msgid "First color" -msgstr "Første farve" +#: ../plug-ins/common/fractal-trace.c:116 +msgid "Transform image with the Mandelbrot Fractal" +msgstr "" -#: plug-ins/common/sinus.c:822 +#: ../plug-ins/common/fractal-trace.c:121 #, fuzzy -msgid "Second color" -msgstr "Anden farve" - -#: plug-ins/common/sinus.c:835 -msgid "Alpha Channels" -msgstr "Alfakanaler" +msgid "_Fractal Trace..." +msgstr "Fraktalafbildning" -#: plug-ins/common/sinus.c:848 -msgid "F_irst Color:" -msgstr "F_ørste farve:" +#: ../plug-ins/common/fractal-trace.c:460 +#: ../plug-ins/common/fractal-trace.c:691 +msgid "Fractal Trace" +msgstr "Fraktalafbildning" -#: plug-ins/common/sinus.c:863 -msgid "S_econd Color:" -msgstr "_Anden farve:" +#. Settings +#: ../plug-ins/common/fractal-trace.c:731 +msgid "Outside Type" +msgstr "Afbildning udenfor" -#: plug-ins/common/sinus.c:888 -msgid "Blend Settings" -msgstr "Blandingsindstillinger" +#: ../plug-ins/common/fractal-trace.c:742 +msgid "_White" +msgstr "_Hvid" -#: plug-ins/common/sinus.c:901 -msgid "L_inear" -msgstr "L_ineær" +#: ../plug-ins/common/fractal-trace.c:749 +msgid "Mandelbrot Parameters" +msgstr "Mandelbrot-parametre" -#: plug-ins/common/sinus.c:902 -msgid "Bili_near" -msgstr "Bili_neær" +#: ../plug-ins/common/fractal-trace.c:760 +msgid "X_1:" +msgstr "_x1:" -#: plug-ins/common/sinus.c:903 -msgid "Sin_usoidal" -msgstr "Sin_usformet" +#: ../plug-ins/common/fractal-trace.c:769 +msgid "X_2:" +msgstr "x_2:" -#: plug-ins/common/sinus.c:915 -msgid "_Exponent:" -msgstr "_Eksponent:" +#: ../plug-ins/common/fractal-trace.c:778 +msgid "Y_1:" +msgstr "y_1:" -#: plug-ins/common/sinus.c:925 -msgid "_Blend" -msgstr "_Blanding" +#: ../plug-ins/common/fractal-trace.c:787 +msgid "Y_2:" +msgstr "_y2:" -#: plug-ins/common/sinus.c:1042 -msgid "Do _Preview" -msgstr "Vis _eksempel" +#: ../plug-ins/common/gee-zoom.c:121 ../plug-ins/common/gee.c:99 +msgid "A big hello from the GIMP team!" +msgstr "Stort hej fra GIMP-teamet" -#: plug-ins/common/smooth_palette.c:88 +#: ../plug-ins/common/gee-zoom.c:126 ../plug-ins/common/gee-zoom.c:186 #, fuzzy -msgid "Smoo_th Palette..." -msgstr "Jævn palet" +msgid "Gee Zoom" +msgstr "_Zoom" -#: plug-ins/common/smooth_palette.c:180 -msgid "Deriving Smooth Palette..." -msgstr "Afleder jævn palet..." +#: ../plug-ins/common/gee-zoom.c:192 ../plug-ins/common/gee.c:166 +msgid "Thank You for Choosing GIMP" +msgstr "Tak fordi du valgte at bruge GIMP" -#: plug-ins/common/smooth_palette.c:412 -msgid "Smooth Palette" -msgstr "Jævn palet" +#: ../plug-ins/common/gee-zoom.c:200 +#, c-format +msgid "An obsolete creation by %s" +msgstr "" -#: plug-ins/common/smooth_palette.c:445 +#: ../plug-ins/common/gee.c:104 ../plug-ins/common/gee.c:160 #, fuzzy -msgid "_Search depth:" -msgstr "_Søgedybde:" +msgid "Gee Slime" +msgstr "Opret linje" -#: plug-ins/common/snoise.c:186 -#, fuzzy -msgid "_Solid Noise..." -msgstr "Genererer Fast støj..." +#: ../plug-ins/common/gee.c:173 +#, c-format +msgid "A less obsolete creation by %s" +msgstr "" -#: plug-ins/common/snoise.c:336 -msgid "Solid Noise..." -msgstr "Genererer Fast støj..." +#: ../plug-ins/common/gradient-map.c:84 +msgid "Recolor the image using colors from the active gradient" +msgstr "" -#. Dialog initialization -#: plug-ins/common/snoise.c:583 -msgid "Solid Noise" -msgstr "Fast støj" +#: ../plug-ins/common/gradient-map.c:97 +#, fuzzy +msgid "_Gradient Map" +msgstr "Afbilder farveovergang..." -#: plug-ins/common/snoise.c:627 -msgid "_Detail:" -msgstr "_Detaljer:" +#: ../plug-ins/common/gradient-map.c:106 +msgid "Recolor the image using colors from the active palette" +msgstr "" -#. Turbulent -#: plug-ins/common/snoise.c:637 -msgid "T_urbulent" -msgstr "T_urbulent" +#: ../plug-ins/common/gradient-map.c:119 +#, fuzzy +msgid "_Palette Map" +msgstr "Palettype" -#. Tilable -#: plug-ins/common/snoise.c:651 -msgid "T_ilable" -msgstr "F_liselægbar" +#: ../plug-ins/common/gradient-map.c:162 +#, fuzzy +msgid "Gradient Map" +msgstr "Afbilder farveovergang..." -#: plug-ins/common/snoise.c:666 +#: ../plug-ins/common/gradient-map.c:167 #, fuzzy -msgid "_X size:" -msgstr "_x-størrelse:" +msgid "Palette Map" +msgstr "Internetpalet" -#: plug-ins/common/snoise.c:679 +#: ../plug-ins/common/grid.c:142 #, fuzzy -msgid "_Y size:" -msgstr "_y-størrelse:" +msgid "Draw a grid on the image" +msgstr "Tegn en kant af stråler omkring billedet" -#: plug-ins/common/sobel.c:119 +#: ../plug-ins/common/grid.c:148 #, fuzzy -msgid "_Sobel..." -msgstr "_Sobel" +msgid "_Grid..." +msgstr "Rektangler..." -#: plug-ins/common/sobel.c:227 -msgid "Sobel Edge Detection" -msgstr "Sobel-kantfinding" +#: ../plug-ins/common/grid.c:241 +#, fuzzy +msgid "Drawing grid" +msgstr "Tegner gitter..." -#: plug-ins/common/sobel.c:249 -msgid "Sobel _Horizontally" -msgstr "Sobel _vandret" +#: ../plug-ins/common/grid.c:635 ../plug-ins/gfig/gfig-dialog.c:1355 +#: ../plug-ins/imagemap/imap_menu.c:209 +msgid "Grid" +msgstr "Gitter" -#: plug-ins/common/sobel.c:261 -msgid "Sobel _Vertically" -msgstr "Sobel _lodret" +#. attach labels +#: ../plug-ins/common/grid.c:717 +msgid "Horizontal" +msgstr "Vandret" -#: plug-ins/common/sobel.c:273 -#, fuzzy -msgid "_Keep sign of result (one direction only)" -msgstr "_Bevar fortegn på resultat (kun én retning)" +#: ../plug-ins/common/grid.c:719 +msgid "Vertical" +msgstr "Lodret" + +#: ../plug-ins/common/grid.c:721 +msgid "Intersection" +msgstr "Skæring" + +#. attach labels +#: ../plug-ins/common/grid.c:857 +msgid "Offset:" +msgstr "Afstand:" + +#. attach color selectors +#: ../plug-ins/common/grid.c:896 +msgid "Horizontal Color" +msgstr "Vandret farve" + +#: ../plug-ins/common/grid.c:914 +msgid "Vertical Color" +msgstr "Lodret farve" -#: plug-ins/common/sobel.c:359 -msgid "Sobel Edge Detecting..." -msgstr "Sobel-kantfinder..." +#: ../plug-ins/common/grid.c:932 +msgid "Intersection Color" +msgstr "Skæringsfarve" + +#: ../plug-ins/common/guillotine.c:75 +msgid "Slice the image into subimages using guides" +msgstr "" -#: plug-ins/common/softglow.c:138 +#: ../plug-ins/common/guillotine.c:82 #, fuzzy -msgid "_Softglow..." -msgstr "_Sobel" +msgid "_Guillotine" +msgstr "Guillotinerer..." -#: plug-ins/common/softglow.c:629 -msgid "Softglow" +#: ../plug-ins/common/guillotine.c:120 +#, fuzzy +msgid "Guillotine" +msgstr "Guillotinerer..." + +#: ../plug-ins/common/hot.c:207 +msgid "Find and fix pixels that may be unsafely bright" msgstr "" -#: plug-ins/common/softglow.c:659 +#: ../plug-ins/common/hot.c:217 #, fuzzy -msgid "_Glow radius:" -msgstr "_Sløringsradius:" +msgid "_Hot..." +msgstr "Hed..." -#: plug-ins/common/sparkle.c:186 +#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586 +msgid "Hot" +msgstr "Hed" + +#: ../plug-ins/common/hot.c:623 #, fuzzy -msgid "_Sparkle..." -msgstr "Udsmelter..." +msgid "Create _new layer" +msgstr "Opret _nyt lag" -#: plug-ins/common/sparkle.c:292 -msgid "Sparkling..." -msgstr "Udsmelter..." +#: ../plug-ins/common/hot.c:632 +msgid "Action" +msgstr "Handling" -#: plug-ins/common/sparkle.c:343 -msgid "Sparkle" -msgstr "Udsmeltning" +#: ../plug-ins/common/hot.c:636 +msgid "Reduce _Luminance" +msgstr "Reducér _lysstyrke" -#: plug-ins/common/sparkle.c:366 -msgid "Luminosity _Threshold:" -msgstr "Lysstyrke_tærskel:" +#: ../plug-ins/common/hot.c:637 +msgid "Reduce _Saturation" +msgstr "Reducér _mætning" -#: plug-ins/common/sparkle.c:369 -msgid "Adjust the Luminosity Threshold" -msgstr "Indstil tærsklen for lysstyrke" +#: ../plug-ins/common/hot.c:638 ../plug-ins/common/waves.c:282 +msgid "_Blacken" +msgstr "For_mørk" -#: plug-ins/common/sparkle.c:376 +#: ../plug-ins/common/illusion.c:91 #, fuzzy -msgid "F_lare intensity:" -msgstr "F_lammeintensitet:" - -#: plug-ins/common/sparkle.c:379 -msgid "Adjust the Flare Intensity" -msgstr "Justér flammeintensiteten" +msgid "Superimpose many altered copies of the image" +msgstr "Brug billedets farve" -#: plug-ins/common/sparkle.c:386 +#: ../plug-ins/common/illusion.c:96 #, fuzzy -msgid "_Spike length:" -msgstr "_Strålelængde:" +msgid "_Illusion..." +msgstr "Tilføjer illusion..." -#: plug-ins/common/sparkle.c:389 -msgid "Adjust the Spike Length" -msgstr "Justér strålelængden" +#: ../plug-ins/common/illusion.c:168 ../plug-ins/common/illusion.c:350 +msgid "Illusion" +msgstr "Illusion" -#: plug-ins/common/sparkle.c:396 +#: ../plug-ins/common/illusion.c:388 #, fuzzy -msgid "Sp_ike points:" -msgstr "Str_ålingspunkter:" +msgid "_Divisions:" +msgstr "_Division:" -#: plug-ins/common/sparkle.c:399 -msgid "Adjust the Number of Spikes" -msgstr "Indstil antallet af stråler" +#: ../plug-ins/common/illusion.c:398 +msgid "Mode _1" +msgstr "Tilstand _1" -#: plug-ins/common/sparkle.c:406 -#, fuzzy -msgid "Spi_ke angle (-1: random):" -msgstr "Stråle_vinkel (-1: tilfældig)" +#: ../plug-ins/common/illusion.c:413 +msgid "Mode _2" +msgstr "Tilstand _2" -#: plug-ins/common/sparkle.c:409 -#, fuzzy -msgid "Adjust the Spike Angle (-1 means a Random Angle is chosen)" +#: ../plug-ins/common/iwarp.c:262 +msgid "Use mouse control to warp image areas" msgstr "" -"Indstil vinklen mellem strålerne (-1 betyder at en tilfældig vinkel vælges)" -#: plug-ins/common/sparkle.c:417 +#: ../plug-ins/common/iwarp.c:267 #, fuzzy -msgid "Spik_e density:" -msgstr "Stråle_tæthed:" +msgid "_IWarp..." +msgstr "Fordrejer..." -#: plug-ins/common/sparkle.c:420 -msgid "Adjust the Spike Density" -msgstr "Justér stråletætheden" +#: ../plug-ins/common/iwarp.c:697 +#, fuzzy +msgid "Warping" +msgstr "Advarsel" -#: plug-ins/common/sparkle.c:430 -msgid "Adjust the Opacity of the Spikes" -msgstr "Justér uigennemsigtigheden af strålerne" +#: ../plug-ins/common/iwarp.c:802 +#, fuzzy, c-format +msgid "Warping Frame %d" +msgstr "Fordrejer billede nr. %d..." -#: plug-ins/common/sparkle.c:437 +#: ../plug-ins/common/iwarp.c:814 #, fuzzy -msgid "_Random hue:" -msgstr "Tilfældig _farvetone:" +msgid "Ping pong" +msgstr "Frem og tilbage" -#: plug-ins/common/sparkle.c:440 -msgid "Adjust the Value how much the Hue should be changed randomly" -msgstr "Indstil hvor meget farvetonen skal ændres tilfældigt" +#: ../plug-ins/common/iwarp.c:1020 +msgid "A_nimate" +msgstr "A_nimér" -#: plug-ins/common/sparkle.c:448 +#: ../plug-ins/common/iwarp.c:1039 #, fuzzy -msgid "Rando_m saturation:" -msgstr "Tilfældig _mætning:" +msgid "Number of _frames:" +msgstr "Antal _billeder:" + +#: ../plug-ins/common/iwarp.c:1048 +msgid "R_everse" +msgstr "_Omvendt" + +#: ../plug-ins/common/iwarp.c:1057 +#, fuzzy +msgid "_Ping pong" +msgstr "Frem og tilbage" + +#: ../plug-ins/common/iwarp.c:1070 +msgid "_Animate" +msgstr "_Animér" + +#: ../plug-ins/common/iwarp.c:1091 +msgid "Deform Mode" +msgstr "Deformeringstilstand" + +#: ../plug-ins/common/iwarp.c:1104 +msgid "_Move" +msgstr "_Flyt" -#: plug-ins/common/sparkle.c:451 -msgid "Adjust the Value how much the Saturation should be changed randomly" -msgstr "Indstil hvor meget mætningen skal ændres tilfældigt" +#: ../plug-ins/common/iwarp.c:1105 +msgid "_Grow" +msgstr "Forst_ør" -#: plug-ins/common/sparkle.c:465 -#, fuzzy -msgid "_Preserve luminosity" -msgstr "_Bevar lysstyrke" +#: ../plug-ins/common/iwarp.c:1106 +msgid "S_wirl CCW" +msgstr "D_rej mod uret" -#: plug-ins/common/sparkle.c:472 -msgid "Should the Luminosity be preserved?" -msgstr "Bevar den samme lysstyrke" +#: ../plug-ins/common/iwarp.c:1107 +msgid "Remo_ve" +msgstr "F_jern" -#: plug-ins/common/sparkle.c:478 -msgid "In_verse" -msgstr "In_vertér" +#: ../plug-ins/common/iwarp.c:1108 +msgid "S_hrink" +msgstr "Form_indsk" -#: plug-ins/common/sparkle.c:484 -msgid "Should an Inverse Effect be done?" -msgstr "Benyt en invers effekt" +#: ../plug-ins/common/iwarp.c:1109 +msgid "Sw_irl CW" +msgstr "Drej m_ed uret" -#: plug-ins/common/sparkle.c:490 +#: ../plug-ins/common/iwarp.c:1138 #, fuzzy -msgid "A_dd border" -msgstr "Tilføj _kant" - -#: plug-ins/common/sparkle.c:496 -msgid "Draw a Border of Spikes around the Image" -msgstr "Tegn en kant af stråler omkring billedet" +msgid "_Deform radius:" +msgstr "_Deformeringsradius" -#: plug-ins/common/sparkle.c:507 +#: ../plug-ins/common/iwarp.c:1148 #, fuzzy -msgid "_Natural color" -msgstr "_Naturlig farve" +msgid "D_eform amount:" +msgstr "Deformerings_mængde:" -#: plug-ins/common/sparkle.c:508 -#, fuzzy -msgid "_Foreground color" -msgstr "_Forgrundsfarve" +#: ../plug-ins/common/iwarp.c:1157 +msgid "_Bilinear" +msgstr "_Bilineær" -#: plug-ins/common/sparkle.c:509 +#: ../plug-ins/common/iwarp.c:1171 #, fuzzy -msgid "_Background color" -msgstr "_Baggrundsfarve" +msgid "Adaptive s_upersample" +msgstr "Adaptiv _udjævning" -#: plug-ins/common/sparkle.c:516 +#: ../plug-ins/common/iwarp.c:1191 #, fuzzy -msgid "Use the color of the image" -msgstr "Brug billedets farve" +msgid "Ma_x depth:" +msgstr "Ma_ks. dybde:" -#: plug-ins/common/sparkle.c:517 -#, fuzzy -msgid "Use the foreground color" -msgstr "Benyt forgrundsfarve" +#: ../plug-ins/common/iwarp.c:1201 +msgid "Thresho_ld:" +msgstr "_Tærskel:" -#: plug-ins/common/sparkle.c:518 -#, fuzzy -msgid "Use the background color" -msgstr "Benyt baggrundsfarve" +#: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771 +#: ../plug-ins/gradient-flare/gradient-flare.c:2867 +msgid "_Settings" +msgstr "_Indstillinger" -#: plug-ins/common/spheredesigner.c:280 plug-ins/gimpressionist/general.c:147 -msgid "Solid" -msgstr "Ensfarvet" +#: ../plug-ins/common/iwarp.c:1263 +msgid "IWarp" +msgstr "Interaktiv fordrejning" -#: plug-ins/common/spheredesigner.c:281 -msgid "Checker" -msgstr "Skakbræt" +#: ../plug-ins/common/iwarp.c:1299 +msgid "" +"Click and drag in the preview to define the distortions to apply to the " +"image." +msgstr "" -#: plug-ins/common/spheredesigner.c:282 -msgid "Marble" -msgstr "Marmor" +#: ../plug-ins/common/jigsaw.c:356 +msgid "Add a jigsaw-puzzle pattern to the image" +msgstr "Tilføj et puslespilmønster til billedet" -#: plug-ins/common/spheredesigner.c:283 -msgid "Lizard" -msgstr "Firben" +#: ../plug-ins/common/jigsaw.c:361 +#, fuzzy +msgid "_Jigsaw..." +msgstr "Puslespil" -#: plug-ins/common/spheredesigner.c:284 -msgid "Phong" -msgstr "Phong" +#: ../plug-ins/common/jigsaw.c:414 +msgid "Assembling jigsaw" +msgstr "Samler puslespil" -#: plug-ins/common/spheredesigner.c:285 -msgid "Noise" -msgstr "Støj" +#: ../plug-ins/common/jigsaw.c:2416 +msgid "Jigsaw" +msgstr "Puslespil" -#: plug-ins/common/spheredesigner.c:286 -msgid "Wood" -msgstr "Træ" +#: ../plug-ins/common/jigsaw.c:2445 +msgid "Number of Tiles" +msgstr "Antal brikker" -#: plug-ins/common/spheredesigner.c:287 -msgid "Spiral" -msgstr "Spiral" +#: ../plug-ins/common/jigsaw.c:2460 +msgid "Number of pieces going across" +msgstr "Antal brikker i vandret retning" -#: plug-ins/common/spheredesigner.c:288 -msgid "Spots" -msgstr "Prikker" +#: ../plug-ins/common/jigsaw.c:2477 +msgid "Number of pieces going down" +msgstr "Antal brikker i lodret retning" -#: plug-ins/common/spheredesigner.c:1741 plug-ins/common/spheredesigner.c:2615 -msgid "Texture" -msgstr "Tekstur" +#: ../plug-ins/common/jigsaw.c:2491 +msgid "Bevel Edges" +msgstr "Runde hjørner" -#: plug-ins/common/spheredesigner.c:1743 -msgid "Bumpmap" -msgstr "Højdekort" +#: ../plug-ins/common/jigsaw.c:2501 +#, fuzzy +msgid "_Bevel width:" +msgstr "Rundingers _bredde:" -#: plug-ins/common/spheredesigner.c:1745 plug-ins/common/spheredesigner.c:2617 -msgid "Light" -msgstr "Lys" +#: ../plug-ins/common/jigsaw.c:2505 +msgid "Degree of slope of each piece's edge" +msgstr "Hældningsgrad for hver briks kant" -#: plug-ins/common/spheredesigner.c:2164 -msgid "Open File" -msgstr "Åbn fil" +#: ../plug-ins/common/jigsaw.c:2518 +msgid "H_ighlight:" +msgstr "H_øjlys:" -#: plug-ins/common/spheredesigner.c:2164 -msgid "Save File" -msgstr "Gem fil" +#: ../plug-ins/common/jigsaw.c:2522 +msgid "The amount of highlighting on the edges of each piece" +msgstr "Hvor meget fremhævning der skal laves på hver briks kanter" -#: plug-ins/common/spheredesigner.c:2481 -msgid "Sphere Designer" -msgstr "Kugledesigner" +#. frame for primitive radio buttons +#: ../plug-ins/common/jigsaw.c:2539 +msgid "Jigsaw Style" +msgstr "Puslespilstil" -#: plug-ins/common/spheredesigner.c:2518 -#, fuzzy -msgid "Update _Preview" -msgstr "Opdatér miniature" +#: ../plug-ins/common/jigsaw.c:2543 +msgid "_Square" +msgstr "_Firkantet" -#: plug-ins/common/spheredesigner.c:2572 -msgid "Textures" -msgstr "Teksturer" +#: ../plug-ins/common/jigsaw.c:2544 +msgid "C_urved" +msgstr "_Kurvet" -#: plug-ins/common/spheredesigner.c:2600 -msgid "Texture Properties" -msgstr "Teksturegenskaber" +#: ../plug-ins/common/jigsaw.c:2548 +msgid "Each piece has straight sides" +msgstr "Hver brik har lige kanter" -#: plug-ins/common/spheredesigner.c:2616 -msgid "Bump" -msgstr "Bump" +#: ../plug-ins/common/jigsaw.c:2549 +msgid "Each piece has curved sides" +msgstr "Hver brik har runde kanter" -#: plug-ins/common/spheredesigner.c:2644 -msgid "Texture:" -msgstr "Tekstur:" +#: ../plug-ins/common/lcms.c:218 +#, fuzzy +msgid "Set a color profile on the image" +msgstr "Brug billedets farve" -#: plug-ins/common/spheredesigner.c:2649 -msgid "Colors:" -msgstr "Farver:" +#: ../plug-ins/common/lcms.c:225 +msgid "_Assign Color Profile..." +msgstr "" -# "dialog" overflødigt og ikke tråd med alm. standard -#: plug-ins/common/spheredesigner.c:2652 plug-ins/common/spheredesigner.c:2663 -msgid "Color Selection Dialog" -msgstr "Farvevælger" +#: ../plug-ins/common/lcms.c:241 +msgid "Assign default RGB Profile" +msgstr "" -#. Scale -#: plug-ins/common/spheredesigner.c:2674 plug-ins/gimpressionist/paper.c:176 -#: plug-ins/ifscompose/ifscompose.c:572 -msgid "Scale:" -msgstr "Skalér:" +#: ../plug-ins/common/lcms.c:248 +#, fuzzy +msgid "Apply a color profile on the image" +msgstr "Brug billedets farve" -#: plug-ins/common/spheredesigner.c:2682 -msgid "Turbulence:" -msgstr "Turbulens:" +#: ../plug-ins/common/lcms.c:258 +msgid "_Convert to Color Profile..." +msgstr "" -#: plug-ins/common/spheredesigner.c:2689 -msgid "Amount:" -msgstr "Mængde:" +#: ../plug-ins/common/lcms.c:276 +#, fuzzy +msgid "Convert to default RGB Profile" +msgstr "Konvertér til RGB" -#: plug-ins/common/spheredesigner.c:2696 +#: ../plug-ins/common/lcms.c:290 #, fuzzy -msgid "Exp.:" -msgstr "Eksp:" +msgid "Image Color Profile Information" +msgstr "Farvetransformation" -#: plug-ins/common/spheredesigner.c:2703 +#: ../plug-ins/common/lcms.c:304 #, fuzzy -msgid "Texture Transformations" -msgstr "Transformation %s" +msgid "Color Profile Information" +msgstr "Farvetransformation" -#: plug-ins/common/spheredesigner.c:2726 -msgid "Scale Y:" -msgstr "Skalering y:" +#: ../plug-ins/common/lcms.c:572 +#, c-format +msgid "Color profile '%s' is not for RGB color space." +msgstr "" -#: plug-ins/common/spheredesigner.c:2732 -msgid "Scale Z:" -msgstr "Skalering z:" +#: ../plug-ins/common/lcms.c:679 +msgid "Default RGB working space" +msgstr "" -#: plug-ins/common/spheredesigner.c:2739 -msgid "Rotate X:" -msgstr "Rotér x:" +#: ../plug-ins/common/lcms.c:775 +msgid "" +"Data attached as 'icc-profile' does not appear to be an ICC color profile" +msgstr "" -#: plug-ins/common/spheredesigner.c:2746 -msgid "Rotate Y:" -msgstr "Rotér y:" +#: ../plug-ins/common/lcms.c:825 +#, fuzzy, c-format +msgid "'%s' does not appear to be an ICC color profile" +msgstr "Filen \"%s\" ser ikke ud til at være en IFS-fil." -#: plug-ins/common/spheredesigner.c:2753 -msgid "Rotate Z:" -msgstr "Rotér z:" +#. ICC color profile conversion +#: ../plug-ins/common/lcms.c:885 +#, c-format +msgid "Converting from '%s' to '%s'" +msgstr "Konverterer fra '%s' til '%s'" -#: plug-ins/common/spheredesigner.c:2760 -#, fuzzy -msgid "Position X:" -msgstr "Placering" +#: ../plug-ins/common/lcms.c:1129 +#, fuzzy, c-format +msgid "Could not load ICC profile from '%s'" +msgstr "Kunne ikke læse farvedata fra \"%s\"" -#: plug-ins/common/spheredesigner.c:2767 -#, fuzzy -msgid "Position Y:" -msgstr "Placering" +#: ../plug-ins/common/lcms.c:1151 +#, c-format +msgid "The image '%s' has an embedded color profile:" +msgstr "" + +#: ../plug-ins/common/lcms.c:1195 +#, fuzzy, c-format +msgid "Convert the image to the RGB working space (%s)?" +msgstr "Konvertér først billedet til RGB!" -#: plug-ins/common/spheredesigner.c:2774 +#: ../plug-ins/common/lcms.c:1226 #, fuzzy -msgid "Position Z:" -msgstr "Placering" +msgid "Convert to RGB working space?" +msgstr "Konvertér til RGB" -#: plug-ins/common/spheredesigner.c:2922 -msgid "Rendering Sphere..." -msgstr "Genererer kugle..." +# eller en frihåndskurve +#: ../plug-ins/common/lcms.c:1231 +#, fuzzy +msgid "_Keep" +msgstr "_Frihånds" -#: plug-ins/common/spheredesigner.c:2979 +#: ../plug-ins/common/lcms.c:1236 #, fuzzy -msgid "Sphere _Designer..." -msgstr "Kugledesigner" +msgid "_Convert" +msgstr "_Invertér" + +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 +msgid "_Don't ask me again" +msgstr "Sp_ørg mig ikke igen" -#: plug-ins/common/spread.c:99 +#: ../plug-ins/common/lcms.c:1327 #, fuzzy -msgid "Sp_read..." -msgstr "Spreder..." +msgid "Select destination profile" +msgstr "Anden målfarve" -#: plug-ins/common/spread.c:182 -msgid "Spreading..." -msgstr "Spreder..." +#: ../plug-ins/common/lcms.c:1354 +msgid "All files (*.*)" +msgstr "Alle filer (*.*)" -#: plug-ins/common/spread.c:346 -msgid "Spread" -msgstr "Spred" +#: ../plug-ins/common/lcms.c:1359 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "" -#: plug-ins/common/spread.c:364 -msgid "Spread Amount" -msgstr "Spredningsstyrke" +#: ../plug-ins/common/lcms.c:1402 +#, c-format +msgid "RGB workspace (%s)" +msgstr "" -#: plug-ins/common/struc.c:1146 +#: ../plug-ins/common/lcms.c:1452 #, fuzzy -msgid "_Apply Canvas..." -msgstr "Tilfører lærred..." +msgid "Convert to ICC Color Profile" +msgstr "Farve til alfa-farveopsnapper" -#: plug-ins/common/struc.c:1227 -msgid "Applying Canvas..." -msgstr "Tilfører lærred..." +#: ../plug-ins/common/lcms.c:1453 +msgid "Assign ICC Color Profile" +msgstr "" -#: plug-ins/common/struc.c:1264 -msgid "Apply Canvas" -msgstr "Lærred" +#: ../plug-ins/common/lcms.c:1461 +msgid "_Assign" +msgstr "" -#: plug-ins/common/struc.c:1290 -#, fuzzy -msgid "_Top-right" -msgstr "_Øverste højre" +#: ../plug-ins/common/lcms.c:1478 +msgid "Current Color Profile" +msgstr "" -#: plug-ins/common/struc.c:1291 -#, fuzzy -msgid "Top-_left" -msgstr "Øverste _venstre" +#: ../plug-ins/common/lcms.c:1493 +msgid "Convert to" +msgstr "Konvertér til" -#: plug-ins/common/struc.c:1292 -#, fuzzy -msgid "_Bottom-left" -msgstr "_Nederste venstre" +#: ../plug-ins/common/lcms.c:1493 +msgid "Assign" +msgstr "Tildel" -#: plug-ins/common/struc.c:1293 +#: ../plug-ins/common/lcms.c:1517 #, fuzzy -msgid "Bottom-_right" -msgstr "Nederste _højre" +msgid "_Rendering Intent:" +msgstr "_Generér" -#: plug-ins/common/sunras.c:217 plug-ins/common/sunras.c:237 -msgid "SUN Rasterfile image" +#: ../plug-ins/common/lcms.c:1533 +msgid "_Black Point Compensation" msgstr "" -#: plug-ins/common/sunras.c:392 -#, c-format -msgid "Could not open '%s' as SUN-raster-file" -msgstr "Kunne ikke åbne \"%s\" som SUN-rasterfil" - -#: plug-ins/common/sunras.c:400 -msgid "The type of this SUN-rasterfile is not supported" -msgstr "Denne type SUN-rasterfil er ikke understøttet" +#: ../plug-ins/common/lcms.c:1575 +msgid "Destination profile is not for RGB color space." +msgstr "" -#: plug-ins/common/sunras.c:423 -#, c-format -msgid "Could not read color entries from '%s'" -msgstr "Kunne ikke læse farvedata fra \"%s\"" +#: ../plug-ins/common/lens-apply.c:108 +msgid "Simulate an elliptical lens over the image" +msgstr "" -#: plug-ins/common/sunras.c:431 -msgid "Type of colormap not supported" -msgstr "Farvekortlægningstype er ikke understøttet" +#: ../plug-ins/common/lens-apply.c:114 +msgid "Apply _Lens..." +msgstr "Tilføj _linse" -#: plug-ins/common/sunras.c:470 -msgid "This image depth is not supported" -msgstr "Denne farvedybde er ikke understøttet" +#: ../plug-ins/common/lens-apply.c:181 +msgid "Applying lens" +msgstr "Tilføjer linse" -#: plug-ins/common/sunras.c:493 -msgid "SUNRAS save cannot handle images with alpha channels" -msgstr "SUNRAS kan ikke gemme billeder med alfakanaler" +#: ../plug-ins/common/lens-apply.c:393 +msgid "Lens Effect" +msgstr "Linseeffekt" -#: plug-ins/common/sunras.c:504 -msgid "Can't operate on unknown image types" -msgstr "Kan ikke arbejde med ukendt billedtype" +#: ../plug-ins/common/lens-apply.c:427 +#, fuzzy +msgid "_Keep original surroundings" +msgstr "_Bevar oprindelige omgivelser" -#: plug-ins/common/sunras.c:1032 plug-ins/common/sunras.c:1123 -#: plug-ins/common/sunras.c:1204 plug-ins/common/sunras.c:1299 -#: plug-ins/common/xwd.c:1313 plug-ins/common/xwd.c:1414 -#: plug-ins/common/xwd.c:1572 plug-ins/common/xwd.c:1772 -#: plug-ins/common/xwd.c:2029 plug-ins/fits/fits.c:673 -msgid "EOF encountered on reading" -msgstr "Filafslutning mødt ved læsning" +#: ../plug-ins/common/lens-apply.c:442 +#, fuzzy +msgid "_Set surroundings to index 0" +msgstr "_Sæt omgivelserne til indeks 0" -#: plug-ins/common/sunras.c:1579 -msgid "Save as SUNRAS" -msgstr "Gem som SUNRAS" +#: ../plug-ins/common/lens-apply.c:443 +#, fuzzy +msgid "_Set surroundings to background color" +msgstr "Sæt _omgivelserne til baggrundsfarven" -#. file save type -#: plug-ins/common/sunras.c:1589 -msgid "Data Formatting" -msgstr "Dataformatering" +#: ../plug-ins/common/lens-apply.c:458 +#, fuzzy +msgid "_Make surroundings transparent" +msgstr "_Gør omgivelserne gennemsigtige" -#: plug-ins/common/sunras.c:1593 -msgid "RunLength Encoded" -msgstr "Rækkekomprimeret (RLE)" +#: ../plug-ins/common/lens-apply.c:475 +#, fuzzy +msgid "_Lens refraction index:" +msgstr "_Linsens brydningsindeks:" + +#: ../plug-ins/common/lens-distortion.c:115 +msgid "Corrects lens distortion" +msgstr "Korriger linseforvrængning" -#: plug-ins/common/svg.c:136 +#: ../plug-ins/common/lens-distortion.c:120 #, fuzzy -msgid "Scalable SVG image" -msgstr "Skalér til billede" +msgid "Lens Distortion..." +msgstr "Finder kanter..." -#: plug-ins/common/svg.c:313 plug-ins/common/svg.c:696 -msgid "Unknown reason" -msgstr "Ukendt grund" +#: ../plug-ins/common/lens-distortion.c:383 +msgid "Lens distortion" +msgstr "Linseforvrængning" -#: plug-ins/common/svg.c:317 -msgid "Rendering SVG..." -msgstr "Genererer SVG..." +#: ../plug-ins/common/lens-distortion.c:483 +#, fuzzy +msgid "Lens Distortion" +msgstr "Kantfinding" -#: plug-ins/common/svg.c:327 -msgid "Rendered SVG" -msgstr "Genereret SVG" +#: ../plug-ins/common/lens-distortion.c:521 +#, fuzzy +msgid "_Main:" +msgstr "Hovedindstillinger" -#: plug-ins/common/svg.c:492 -msgid "" -"SVG file does not\n" -"specify a size!" -msgstr "" -"SVG-fil angiver\n" -"ikke en størrelse!" +#: ../plug-ins/common/lens-distortion.c:535 +#, fuzzy +msgid "_Edge:" +msgstr "Kanter" -#: plug-ins/common/svg.c:498 plug-ins/common/wmf.c:342 -#, c-format -msgid "%d x %d" -msgstr "%d x %d" +#: ../plug-ins/common/lens-distortion.c:549 ../plug-ins/flame/flame.c:1237 +msgid "_Zoom:" +msgstr "_Zoom:" -#. Scalable Vector Graphics is SVG, should perhaps not be translated -#: plug-ins/common/svg.c:703 -msgid "Render Scalable Vector Graphics" -msgstr "Generér Scalable Vector Graphics" +#: ../plug-ins/common/lens-distortion.c:563 +#, fuzzy +msgid "_Brighten:" +msgstr "_Lysstyrke:" -#: plug-ins/common/svg.c:767 plug-ins/common/wmf.c:554 -#: plug-ins/print/gimp_main_window.c:1009 -#: plug-ins/print/gimp_main_window.c:1212 -msgid "Height:" -msgstr "Højde:" +#: ../plug-ins/common/lens-distortion.c:577 +#, fuzzy +msgid "_X shift:" +msgstr "_x-størrelse:" -#: plug-ins/common/svg.c:841 plug-ins/common/wmf.c:628 +#: ../plug-ins/common/lens-distortion.c:591 #, fuzzy -msgid "_X ratio:" -msgstr "x-forhold:" +msgid "_Y shift:" +msgstr "_y-størrelse:" -#: plug-ins/common/svg.c:863 plug-ins/common/wmf.c:650 +#: ../plug-ins/common/lens-flare.c:188 #, fuzzy -msgid "_Y ratio:" -msgstr "y-forhold:" +msgid "Add a lens flare effect" +msgstr "Centrum af refleks" -# "constrained" går på at de to forhold er låst fast til hinanden -#: plug-ins/common/svg.c:877 plug-ins/common/wmf.c:664 -msgid "Constrain aspect ratio" -msgstr "Fast forhold" +#: ../plug-ins/common/lens-flare.c:195 +#, fuzzy +msgid "Lens _Flare..." +msgstr "Genererer linserefleks..." -#: plug-ins/common/svg.c:888 plug-ins/common/wmf.c:675 -#, c-format -msgid "pixels/%a" -msgstr "punkter/%a" +#: ../plug-ins/common/lens-flare.c:270 +#, fuzzy +msgid "Render lens flare" +msgstr "Genererer linserefleks..." -#. Path Import -#: plug-ins/common/svg.c:908 +#: ../plug-ins/common/lens-flare.c:306 #, fuzzy -msgid "Import _paths" -msgstr "Importér _baner" +msgid "Lens Flare" +msgstr "Nyt blus" -#: plug-ins/common/svg.c:914 -msgid "" -"Import path elements of the SVG so they can be used with the GIMP path tool" -msgstr "" -"Importér baneelementer fra SVG-billedet så de kan bruges med Gimp'ens " -"baneværktøj" +#: ../plug-ins/common/lens-flare.c:753 +#, fuzzy +msgid "Center of Flare Effect" +msgstr "Centrum af refleks" -#: plug-ins/common/svg.c:927 +#: ../plug-ins/common/lens-flare.c:793 ../plug-ins/common/nova.c:484 #, fuzzy -msgid "Merge imported paths" -msgstr "Forén importerede baner" +msgid "Show _position" +msgstr "Vis position" -#: plug-ins/common/tga.c:233 plug-ins/common/tga.c:249 +#: ../plug-ins/common/mail.c:188 #, fuzzy -msgid "TarGA image" -msgstr "Overfører billede" +msgid "Send the image by email" +msgstr "Centrér billedet på papiret" -#: plug-ins/common/tga.c:428 -#, c-format -msgid "Cannot read footer from '%s'" -msgstr "Kan ikke læse sluttekst fra \"%s\"" +#: ../plug-ins/common/mail.c:194 +msgid "Send by E_mail..." +msgstr "Send pr. e-pos_t" + +#: ../plug-ins/common/mail.c:407 +msgid "Send by Email" +msgstr "Send pr. e-post" + +#: ../plug-ins/common/mail.c:412 +msgid "_Send" +msgstr "_Send" -#: plug-ins/common/tga.c:444 -#, c-format -msgid "Cannot read extension from '%s'" -msgstr "Kan ikke læse udvidelse fra \"%s\"" +#: ../plug-ins/common/mail.c:444 +msgid "_Filename:" +msgstr "_Filnavn:" -#: plug-ins/common/tga.c:1194 -msgid "Save as TGA" -msgstr "Gem som TGA" +#: ../plug-ins/common/mail.c:456 +msgid "_To:" +msgstr "_Til:" + +#: ../plug-ins/common/mail.c:470 +msgid "_From:" +msgstr "_Fra:" -#. rle -#: plug-ins/common/tga.c:1209 -msgid "_RLE compression" -msgstr "_Rækkekomprimering (RLE)" +#: ../plug-ins/common/mail.c:482 +msgid "S_ubject:" +msgstr "_Emne:" + +#: ../plug-ins/common/mail.c:591 +msgid "some sort of error with the file extension or lack thereof" +msgstr "fejl i forbindelse med filendelsen eller mangel på samme" + +#: ../plug-ins/common/mail.c:725 +#, c-format +msgid "Could not start sendmail (%s)" +msgstr "Kunne ikke starte sendmail (%s)" -#. origin -#: plug-ins/common/tga.c:1219 -msgid "Or_igin at bottom left" -msgstr "_Origo nederst til venstre" +#: ../plug-ins/common/max-rgb.c:90 +msgid "Reduce image to pure red, green, and blue" +msgstr "" -#: plug-ins/common/threshold_alpha.c:95 +#: ../plug-ins/common/max-rgb.c:95 #, fuzzy -msgid "_Threshold Alpha..." -msgstr "Alfatærskel" +msgid "Maxim_um RGB..." +msgstr "Maks. RGB..." -#: plug-ins/common/threshold_alpha.c:134 -msgid "The layer preserves transparency." -msgstr "Laget bevarer sin gennemsigtighed." +#: ../plug-ins/common/max-rgb.c:134 ../plug-ins/common/noise-hsv.c:158 +msgid "Can only operate on RGB drawables." +msgstr "Kan kun arbejde med RGB-billeder." -#: plug-ins/common/threshold_alpha.c:140 -msgid "RGBA/GRAYA drawable is not selected." -msgstr "RGBA/GRAYA-tegneobjekt ikke valgt." +#: ../plug-ins/common/max-rgb.c:234 +msgid "Max RGB" +msgstr "Maks. RGB" -# at udelade navnet før : passer med de andre statusbeskeder -#: plug-ins/common/threshold_alpha.c:202 -msgid "Threshold Alpha: Coloring Transparency..." -msgstr "Farvelægger gennemsigtighed..." +#: ../plug-ins/common/max-rgb.c:259 +#, fuzzy +msgid "Maximum RGB Value" +msgstr "M_aksimumsværdi:" -#: plug-ins/common/threshold_alpha.c:224 -msgid "Threshold Alpha" -msgstr "Alfatærskel" +#: ../plug-ins/common/max-rgb.c:292 +#, fuzzy +msgid "_Hold the maximal channels" +msgstr "Bevar de m_aksimale kanaler" -#: plug-ins/common/threshold_alpha.c:239 -msgid "Threshold:" -msgstr "Tærskel:" +#: ../plug-ins/common/max-rgb.c:295 +#, fuzzy +msgid "Ho_ld the minimal channels" +msgstr "Bevar de m_inimale kanaler" -#: plug-ins/common/tiff.c:211 plug-ins/common/tiff.c:232 -#: plug-ins/common/tiff.c:249 +#: ../plug-ins/common/mosaic.c:359 #, fuzzy -msgid "TIFF image" -msgstr "TIFF-kanal" +msgid "Convert the image into irregular tiles" +msgstr "Konvertér først billedet til RGB!" -#: plug-ins/common/tiff.c:835 -#, c-format -msgid "Page %d" -msgstr "Side %d" +#: ../plug-ins/common/mosaic.c:364 +msgid "_Mosaic..." +msgstr "_Mosaik..." -#: plug-ins/common/tiff.c:850 -msgid "TIFF Channel" -msgstr "TIFF-kanal" +#. progress bar for gradient finding +#: ../plug-ins/common/mosaic.c:502 +msgid "Finding edges" +msgstr "Finder kanter" -#: plug-ins/common/tiff.c:859 -msgid "" -"Warning:\n" -"The image you are loading has 16 bits per channel. GIMP can only handle 8 " -"bit, so it will be converted for you. Information will be lost because of " -"this conversion." -msgstr "" -"Advarsel:\n" -"Det billede du er ved at indlæse, har 16 bit data pr. kanal. Gimp'en kan kun " -"håndtere 8 bit så billedet vil blive konverteret for dig. Noget information " -"går tabt på grund af dette." +#. Progress bar for rendering tiles +#: ../plug-ins/common/mosaic.c:556 +#, fuzzy +msgid "Rendering tiles" +msgstr "Genererer fliser..." -#: plug-ins/common/tiff.c:1955 -msgid "" -"The TIFF format only supports comments in\n" -"7bit ASCII encoding. No comment is saved." -msgstr "" -"TIFF-formatet understøtter kun kommentarer\n" -"i 7 bit ASCII-kodning. Ingen kommentar gemt." +#: ../plug-ins/common/mosaic.c:589 +msgid "Mosaic" +msgstr "Mosaik" -#: plug-ins/common/tiff.c:2104 -msgid "Save as TIFF" -msgstr "Gem som TIFF" +#: ../plug-ins/common/mosaic.c:629 +msgid "Squares" +msgstr "Kvadrater" + +#: ../plug-ins/common/mosaic.c:630 +msgid "Hexagons" +msgstr "Sekskanter" + +#: ../plug-ins/common/mosaic.c:631 +msgid "Octagons & squares" +msgstr "Ottekanter og kvadrater" + +# (GIP) Kunne også oversættes trekanter +#: ../plug-ins/common/mosaic.c:632 +msgid "Triangles" +msgstr "Triangler" -#. compression -#: plug-ins/common/tiff.c:2118 -msgid "Compression" -msgstr "Komprimering" +#: ../plug-ins/common/mosaic.c:640 +#, fuzzy +msgid "_Tiling primitives:" +msgstr "Fliseprimitiver" -#: plug-ins/common/tiff.c:2122 -msgid "_None" -msgstr "_Ingen" +#: ../plug-ins/common/mosaic.c:648 +#, fuzzy +msgid "Tile _size:" +msgstr "_Flisestørrelse:" -#: plug-ins/common/tiff.c:2123 -msgid "_LZW" -msgstr "_LZW" +#: ../plug-ins/common/mosaic.c:660 ../plug-ins/common/tile-glass.c:303 +#, fuzzy +msgid "Tile _height:" +msgstr "Flise_højde:" -#: plug-ins/common/tiff.c:2124 -msgid "_Pack Bits" -msgstr "_Pak bit" +#: ../plug-ins/common/mosaic.c:673 +#, fuzzy +msgid "Til_e spacing:" +msgstr "Flise_mellemrum:" -#: plug-ins/common/tiff.c:2125 -msgid "_Deflate" -msgstr "_Udpak" +#: ../plug-ins/common/mosaic.c:685 +#, fuzzy +msgid "Tile _neatness:" +msgstr "Fliseren_hed:" -#: plug-ins/common/tiff.c:2126 -msgid "_JPEG" -msgstr "_JPEG" +#: ../plug-ins/common/mosaic.c:698 +#, fuzzy +msgid "Light _direction:" +msgstr "Lys_retning:" -#: plug-ins/common/tiff.c:2135 -msgid "Save _color values from transparent pixels" -msgstr "Gem _farveværdier fra gennemsigtige punkter" +#: ../plug-ins/common/mosaic.c:710 +#, fuzzy +msgid "Color _variation:" +msgstr "Farve_variation:" -#: plug-ins/common/tiff.c:2151 plug-ins/common/xbm.c:1201 -msgid "Comment:" -msgstr "Kommentar:" +#: ../plug-ins/common/mosaic.c:739 +#, fuzzy +msgid "Co_lor averaging" +msgstr "F_arvegennemsnitsberegning" -#: plug-ins/common/tile.c:112 +#: ../plug-ins/common/mosaic.c:752 #, fuzzy -msgid "_Tile..." -msgstr "Omdanner til fliselægbar..." +msgid "Allo_w tile splitting" +msgstr "_Tillad flisedeling" -#. Set the tile cache size -#: plug-ins/common/tile.c:192 plug-ins/common/tileit.c:320 -msgid "Tiling..." -msgstr "Fliselægger..." +#: ../plug-ins/common/mosaic.c:765 +#, fuzzy +msgid "_Pitted surfaces" +msgstr "For_dybninger i overflader" -#: plug-ins/common/tile.c:394 -msgid "Tile" -msgstr "Fliselæg" +#: ../plug-ins/common/mosaic.c:778 +#, fuzzy +msgid "_FG/BG lighting" +msgstr "_Forgrunds-/baggrundsbelysning" -# billedet lægges side om side til det har opnået den nye størrelse -#: plug-ins/common/tile.c:408 -msgid "Tile to New Size" -msgstr "Fliselæg for at opnå ny størrelse" +#: ../plug-ins/common/newsprint.c:127 +msgid "Round" +msgstr "Rund" -#: plug-ins/common/tile.c:430 -msgid "C_reate New Image" -msgstr "_Opret nyt billede" +#: ../plug-ins/common/newsprint.c:136 +msgid "Line" +msgstr "Linje" -#: plug-ins/common/tileit.c:224 -#, fuzzy -msgid "_Small Tiles..." -msgstr "A_lle fliser" +#: ../plug-ins/common/newsprint.c:145 ../plug-ins/flame/flame.c:760 +msgid "Diamond" +msgstr "Diamant" -#. Get the preview image -#: plug-ins/common/tileit.c:363 -msgid "TileIt" -msgstr "Små fliser" +#: ../plug-ins/common/newsprint.c:153 +msgid "PS Square (Euclidean Dot)" +msgstr "Postscriptkvadrat (euklidisk punkt)" -#. Area for buttons etc -#. Flip -#: plug-ins/common/tileit.c:406 plug-ins/ifscompose/ifscompose.c:628 -msgid "Flip" -msgstr "Spejling" +#: ../plug-ins/common/newsprint.c:162 +msgid "PS Diamond" +msgstr "Postscriptdiamant" + +#: ../plug-ins/common/newsprint.c:332 +msgid "_Grey" +msgstr "_Grå" + +#: ../plug-ins/common/newsprint.c:345 +msgid "R_ed" +msgstr "R_ød" + +#: ../plug-ins/common/newsprint.c:374 +msgid "C_yan" +msgstr "C_yan" + +#: ../plug-ins/common/newsprint.c:382 +msgid "Magen_ta" +msgstr "Magen_ta" -#: plug-ins/common/tileit.c:454 +#: ../plug-ins/common/newsprint.c:390 +msgid "_Yellow" +msgstr "G_ul" + +#: ../plug-ins/common/newsprint.c:411 #, fuzzy -msgid "A_ll tiles" -msgstr "A_lle fliser" +msgid "Luminance" +msgstr "Reducér _lysstyrke" + +#: ../plug-ins/common/newsprint.c:517 +msgid "Halftone the image to give newspaper-like effect" +msgstr "" -#: plug-ins/common/tileit.c:468 +#: ../plug-ins/common/newsprint.c:526 #, fuzzy -msgid "Al_ternate tiles" -msgstr "Sk_iftevise fliser" +msgid "Newsprin_t..." +msgstr "Avistrykker..." -#: plug-ins/common/tileit.c:482 +#: ../plug-ins/common/newsprint.c:627 ../plug-ins/common/newsprint.c:1188 +msgid "Newsprint" +msgstr "Avistryk" + +#: ../plug-ins/common/newsprint.c:1031 #, fuzzy -msgid "_Explicit tile" -msgstr "_Bestemt flise" +msgid "_Spot function:" +msgstr "_Punktfunktion:" -#: plug-ins/common/tileit.c:488 -msgid "Ro_w:" -msgstr "Ræ_kke:" +#. resolution settings +#: ../plug-ins/common/newsprint.c:1240 +msgid "Resolution" +msgstr "Opløsning" -#: plug-ins/common/tileit.c:512 -msgid "Col_umn:" -msgstr "Ko_lonne:" +# SPI = samples per inch +#: ../plug-ins/common/newsprint.c:1259 +msgid "_Input SPI:" +msgstr "_Inddataprøver/tm.:" -#: plug-ins/common/tileit.c:564 -msgid "O_pacity:" -msgstr "_Uigennemsighed:" +# LPI = lines per inch +#: ../plug-ins/common/newsprint.c:1273 +msgid "O_utput LPI:" +msgstr "_Uddatalinjer/tm.:" -#. Lower frame saying howmany segments -#: plug-ins/common/tileit.c:573 +#: ../plug-ins/common/newsprint.c:1286 #, fuzzy -msgid "Number of Segments" -msgstr "_Antal segmenter:" - -#: plug-ins/common/tiler.c:66 -msgid "_Make Seamless" -msgstr "" +msgid "C_ell size:" +msgstr "Cellestørrelse:" -#: plug-ins/common/tiler.c:322 -msgid "Tiler..." -msgstr "Omdanner til fliselægbar..." +#. screen settings +#: ../plug-ins/common/newsprint.c:1299 +#: ../plug-ins/gradient-flare/gradient-flare.c:554 +msgid "Screen" +msgstr "Skærm" -#: plug-ins/common/uniteditor.c:94 -msgid "Saved" -msgstr "Gemt" +#: ../plug-ins/common/newsprint.c:1318 +#, fuzzy +msgid "B_lack pullout (%):" +msgstr "_Sort udtræk (%)" -#: plug-ins/common/uniteditor.c:94 -msgid "" -"A unit definition will only be saved before GIMP exits if this column is " -"checked." -msgstr "" -"En enhedsdefinition vil kun blive gemt før Gimp'en afslutter hvis denne " -"kolonne er valgt." +#: ../plug-ins/common/newsprint.c:1340 +msgid "Separate to:" +msgstr "Separér til:" -#: plug-ins/common/uniteditor.c:96 -msgid "ID" -msgstr "Id" +#: ../plug-ins/common/newsprint.c:1344 +msgid "_RGB" +msgstr "_RGB" -#: plug-ins/common/uniteditor.c:96 -msgid "" -"This string will be used to identify a unit in GIMP's configuration files." -msgstr "" -"Denne tekst bliver bruges til at identificere en enhed i Gimp'ens " -"konfigurationsfiler." +#: ../plug-ins/common/newsprint.c:1361 +msgid "C_MYK" +msgstr "C_MYK" -#: plug-ins/common/uniteditor.c:98 -msgid "Factor" -msgstr "Faktor" +#: ../plug-ins/common/newsprint.c:1378 +msgid "I_ntensity" +msgstr "I_ntensitet" -#: plug-ins/common/uniteditor.c:98 -msgid "How many units make up an inch." -msgstr "Hvor mange enheder der går på en tomme." +#: ../plug-ins/common/newsprint.c:1403 +#, fuzzy +msgid "_Lock channels" +msgstr "_Lås kanaler" -#: plug-ins/common/uniteditor.c:99 -msgid "Digits" -msgstr "Cifre" +#: ../plug-ins/common/newsprint.c:1416 +#, fuzzy +msgid "_Factory Defaults" +msgstr "_Fabriksindstillinger" -#: plug-ins/common/uniteditor.c:99 -msgid "" -"This field is a hint for numerical input fields. It specifies how many " -"decimal digits the input field should provide to get approximately the same " -"accuracy as an \"inch\" input field with two decimal digits." -msgstr "" -"Dette felt er en hjælp til numeriske indtastningsfelter. Det angiver hvor " -"mange decimale cifre feltet bør have for at få tilnærmelsesvis den samme " -"præcision som et felt med to decimale cifre hvor enheden er tommer." +#. anti-alias control +#: ../plug-ins/common/newsprint.c:1442 ../plug-ins/gfig/gfig-dialog.c:1256 +msgid "Antialiasing" +msgstr "Udglatning" -#: plug-ins/common/uniteditor.c:104 -msgid "Symbol" -msgstr "Symbol" +#: ../plug-ins/common/newsprint.c:1450 +msgid "O_versample:" +msgstr "O_verprøvning:" -#: plug-ins/common/uniteditor.c:104 -msgid "" -"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's " -"abbreviation is used if doesn't have a symbol." +#: ../plug-ins/common/nl-filter.c:118 +msgid "Nonlinear swiss army knife filter" msgstr "" -"Symbolet for enheden hvis den har et (fx \"'\" for tommer). Benyt enhedens " -"forkortelse hvis den ikke har et symbol." -#: plug-ins/common/uniteditor.c:107 -msgid "Abbreviation" -msgstr "Forkortelse" +#: ../plug-ins/common/nl-filter.c:124 +#, fuzzy +msgid "_NL Filter..." +msgstr "Ikke-lineært filter..." -#: plug-ins/common/uniteditor.c:107 -msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." -msgstr "Forkortelsen for enheden (fx \"cm\" for centimeter)." +#: ../plug-ins/common/nl-filter.c:952 ../plug-ins/common/nl-filter.c:1015 +msgid "NL Filter" +msgstr "Ikke-lineært filter" -#: plug-ins/common/uniteditor.c:109 -msgid "Singular" -msgstr "Ental" +#: ../plug-ins/common/nl-filter.c:1044 +msgid "Filter" +msgstr "Filter" -#: plug-ins/common/uniteditor.c:109 -msgid "The unit's singular form." -msgstr "Enhedens entalsform." +#: ../plug-ins/common/nl-filter.c:1048 +#, fuzzy +msgid "_Alpha trimmed mean" +msgstr "_Alfa-trimmet gennemsnit" -#: plug-ins/common/uniteditor.c:110 -msgid "Plural" -msgstr "Flertal" +# RETMIG: er dette rigtigt? +#: ../plug-ins/common/nl-filter.c:1050 +#, fuzzy +msgid "Op_timal estimation" +msgstr "O_ptimale gæt" -#: plug-ins/common/uniteditor.c:110 -msgid "The unit's plural form." -msgstr "Enhedens flertalsform." +#: ../plug-ins/common/nl-filter.c:1052 +#, fuzzy +msgid "_Edge enhancement" +msgstr "_Kantforbedring" + +#: ../plug-ins/common/nl-filter.c:1077 +msgid "A_lpha:" +msgstr "A_lfa:" -#: plug-ins/common/uniteditor.c:121 -msgid "Create a new unit from scratch." -msgstr "Lav en ny enhed fra bunden af." +#: ../plug-ins/common/noise-hsv.c:103 +msgid "Randomize hue/saturation/value independently" +msgstr "" -#: plug-ins/common/uniteditor.c:127 +#: ../plug-ins/common/noise-hsv.c:108 #, fuzzy -msgid "Create a new unit with the currently selected unit as template." -msgstr "Opret en ny enhed med den valgte enhed som skabelon." +msgid "HSV Noise..." +msgstr "Genererer Fast støj..." -#: plug-ins/common/uniteditor.c:151 +#: ../plug-ins/common/noise-hsv.c:215 ../plug-ins/common/noise-hsv.c:361 #, fuzzy -msgid "_Unit Editor" -msgstr "Måleenheder" +msgid "HSV Noise" +msgstr "Støj" -#: plug-ins/common/uniteditor.c:210 -msgid "New Unit" -msgstr "Ny enhed" +#: ../plug-ins/common/noise-hsv.c:397 +msgid "_Holdness:" +msgstr "_Fastholden:" -#: plug-ins/common/uniteditor.c:234 -msgid "_ID:" -msgstr "_Id:" +#: ../plug-ins/common/noise-hsv.c:409 +msgid "H_ue:" +msgstr "Farve_tone:" -#: plug-ins/common/uniteditor.c:245 -msgid "_Factor:" -msgstr "_Faktor:" +#: ../plug-ins/common/noise-randomize.c:102 +#, fuzzy +msgid "Random Hurl" +msgstr "Tilfældige hvirvler 1.7" -#: plug-ins/common/uniteditor.c:255 -msgid "_Digits:" -msgstr "_Cifre:" +#: ../plug-ins/common/noise-randomize.c:103 +#, fuzzy +msgid "Random Pick" +msgstr "Tilfældige udvalg 1.7" -#: plug-ins/common/uniteditor.c:267 -msgid "_Symbol:" -msgstr "_Symbol:" +#: ../plug-ins/common/noise-randomize.c:104 +#, fuzzy +msgid "Random Slur" +msgstr "Tilfældig smeltning 1.7" -#: plug-ins/common/uniteditor.c:279 -msgid "_Abbreviation:" -msgstr "_Forkortelse" +#: ../plug-ins/common/noise-randomize.c:202 +msgid "Completely randomize a fraction of pixels" +msgstr "" -#: plug-ins/common/uniteditor.c:291 -msgid "Si_ngular:" -msgstr "_Ental:" +#: ../plug-ins/common/noise-randomize.c:204 +msgid "Randomly interchange some pixels with neighbors" +msgstr "" -#: plug-ins/common/uniteditor.c:303 -msgid "_Plural:" -msgstr "_Flertal:" +#: ../plug-ins/common/noise-randomize.c:206 +msgid "Randomly slide some pixels downward (similar to melting)" +msgstr "" -#: plug-ins/common/uniteditor.c:339 -msgid "Unit factor must not be 0." -msgstr "Enhedsfaktor må ikke være 0." - -#: plug-ins/common/uniteditor.c:349 -msgid "All text fields must contain a value." -msgstr "Alle tekstfelter skal indeholde en værdi." +#: ../plug-ins/common/noise-randomize.c:233 +#, fuzzy +msgid "_Hurl..." +msgstr "Hjælp..." -#: plug-ins/common/uniteditor.c:403 -msgid "Unit Editor" -msgstr "Måleenheder" +#: ../plug-ins/common/noise-randomize.c:245 +msgid "_Pick..." +msgstr "" -#: plug-ins/common/unsharp.c:143 +#: ../plug-ins/common/noise-randomize.c:257 #, fuzzy -msgid "_Unsharp Mask..." -msgstr "Uskarp maske" +msgid "_Slur..." +msgstr "Kilde..." -#: plug-ins/common/unsharp.c:468 -msgid "Merging..." -msgstr "Sammensætter..." +#: ../plug-ins/common/noise-randomize.c:771 +#: ../plug-ins/common/noise-solid.c:602 +#, fuzzy +msgid "_Random seed:" +msgstr "Tilfældig _startværdi:" -#: plug-ins/common/unsharp.c:635 -msgid "Unsharp Mask" -msgstr "Uskarp maske" +#: ../plug-ins/common/noise-randomize.c:780 +msgid "R_andomization (%):" +msgstr "Tilfældig _andel (%):" -#: plug-ins/common/url.c:85 plug-ins/imagemap/imap_selection.c:421 -msgid "URL" -msgstr "URL" +#: ../plug-ins/common/noise-randomize.c:783 +msgid "Percentage of pixels to be filtered" +msgstr "Procentdel af punkterne som skal filtreres" -#: plug-ins/common/video.c:44 -msgid "_Staggered" -msgstr "_Forskudt" +#: ../plug-ins/common/noise-randomize.c:795 +msgid "R_epeat:" +msgstr "G_entag:" -#: plug-ins/common/video.c:45 -msgid "_Large staggered" -msgstr "_Meget forskudt" +#: ../plug-ins/common/noise-randomize.c:798 +msgid "Number of times to apply filter" +msgstr "Antal gange filtret skal påføres" -#: plug-ins/common/video.c:46 -msgid "S_triped" -msgstr "_Stribet" +#: ../plug-ins/common/noise-rgb.c:144 +msgid "Distort colors by random amounts" +msgstr "" -#: plug-ins/common/video.c:47 -msgid "_Wide-striped" -msgstr "_Bredstribet" +#: ../plug-ins/common/noise-rgb.c:154 +#, fuzzy +msgid "_RGB Noise..." +msgstr "Genererer Fast støj..." -#: plug-ins/common/video.c:48 -msgid "Lo_ng-staggered" -msgstr "Forskudt _langt" +#: ../plug-ins/common/noise-rgb.c:282 +msgid "Adding noise" +msgstr "Tilføjer støj" -#: plug-ins/common/video.c:49 -msgid "_3x3" -msgstr "_3x3" +#: ../plug-ins/common/noise-rgb.c:448 +#, fuzzy +msgid "RGB Noise" +msgstr "Støj" -#: plug-ins/common/video.c:50 -msgid "Larg_e 3x3" -msgstr "St_or 3x3" +#: ../plug-ins/common/noise-rgb.c:481 +#, fuzzy +msgid "Co_rrelated noise" +msgstr "Opret ellipse" -#: plug-ins/common/video.c:51 -msgid "_Hex" -msgstr "_Hex" +#: ../plug-ins/common/noise-rgb.c:496 +#, fuzzy +msgid "_Independent RGB" +msgstr "_Uafhængig" -#: plug-ins/common/video.c:52 -msgid "_Dots" -msgstr "_Punkter" +#: ../plug-ins/common/noise-rgb.c:520 ../plug-ins/common/noise-rgb.c:524 +msgid "_Gray:" +msgstr "_Grå:" + +#: ../plug-ins/common/noise-rgb.c:550 +#, c-format +msgid "Channel #%d:" +msgstr "Kanal %d:" + +#: ../plug-ins/common/noise-solid.c:176 +msgid "Create a random cloud-like texture" +msgstr "" -#: plug-ins/common/video.c:1817 +#: ../plug-ins/common/noise-solid.c:182 #, fuzzy -msgid "Vi_deo..." -msgstr "Tilføjer videoeffekt..." +msgid "_Solid Noise..." +msgstr "Genererer Fast støj..." -#: plug-ins/common/video.c:1889 -msgid "Video/RGB..." -msgstr "Tilføjer videoeffekt..." +#. Dialog initialization +#: ../plug-ins/common/noise-solid.c:315 ../plug-ins/common/noise-solid.c:563 +msgid "Solid Noise" +msgstr "Fast støj" -#: plug-ins/common/video.c:2020 -msgid "Video" -msgstr "Video" +#: ../plug-ins/common/noise-solid.c:615 +msgid "_Detail:" +msgstr "_Detaljer:" -#. frame for the radio buttons -#: plug-ins/common/video.c:2035 -#, fuzzy -msgid "Video Pattern" -msgstr "Mønster" +#. Turbulent +#: ../plug-ins/common/noise-solid.c:625 +msgid "T_urbulent" +msgstr "T_urbulent" -#: plug-ins/common/video.c:2079 -msgid "_Additive" -msgstr "_Additiv" +#. Tilable +#: ../plug-ins/common/noise-solid.c:639 +msgid "T_ilable" +msgstr "F_liselægbar" -#: plug-ins/common/video.c:2089 -msgid "_Rotated" -msgstr "_Roteret" +#: ../plug-ins/common/noise-solid.c:654 +msgid "_X size:" +msgstr "_X størrelse:" -#: plug-ins/common/vinvert.c:84 -#, fuzzy -msgid "_Value Invert" -msgstr "Værdiinverterer" +#: ../plug-ins/common/noise-solid.c:667 +msgid "_Y size:" +msgstr "_Y størrelse:" -#: plug-ins/common/vinvert.c:126 -msgid "Value Invert..." -msgstr "Værdiinverterer" +#: ../plug-ins/common/noise-spread.c:89 +msgid "Move pixels around randomly" +msgstr "" -#: plug-ins/common/vpropagate.c:193 -#, fuzzy -msgid "More _white (larger value)" -msgstr "Mere _hvidt (større værdi)" +#: ../plug-ins/common/noise-spread.c:98 +msgid "Sp_read..." +msgstr "Sp_red..." -#: plug-ins/common/vpropagate.c:196 -#, fuzzy -msgid "More blac_k (smaller value)" -msgstr "Mere _sort (mindre værdi)" +#: ../plug-ins/common/noise-spread.c:181 +msgid "Spreading" +msgstr "Spreder" -#: plug-ins/common/vpropagate.c:199 -#, fuzzy -msgid "_Middle value to peaks" -msgstr "_Middelværdi for spidser" +#: ../plug-ins/common/noise-spread.c:346 +msgid "Spread" +msgstr "Spred" -#: plug-ins/common/vpropagate.c:202 -#, fuzzy -msgid "_Foreground to peaks" -msgstr "_Forgrund for spidserne" +#: ../plug-ins/common/noise-spread.c:371 +msgid "Spread Amount" +msgstr "Spredningsstyrke" + +#: ../plug-ins/common/nova.c:168 +msgid "Add a starburst to the image" +msgstr "" -#: plug-ins/common/vpropagate.c:205 -#, fuzzy -msgid "O_nly foreground" -msgstr "_Kun forgrund" +#: ../plug-ins/common/nova.c:177 +msgid "Super_nova..." +msgstr "Super_nova" -#: plug-ins/common/vpropagate.c:208 -#, fuzzy -msgid "Only b_ackground" -msgstr "Kun _baggrund" +#: ../plug-ins/common/nova.c:261 +msgid "Rendering supernova" +msgstr "Genererer supernova" -#: plug-ins/common/vpropagate.c:211 -#, fuzzy -msgid "Mor_e opaque" -msgstr "Mere _uigennemsigtigt" +#: ../plug-ins/common/nova.c:304 +msgid "Supernova" +msgstr "Supernova" -#: plug-ins/common/vpropagate.c:214 +#: ../plug-ins/common/nova.c:349 #, fuzzy -msgid "More t_ransparent" -msgstr "Mere _gennemsigtigt" +msgid "Supernova Color Picker" +msgstr "Supernova-farvevælger" -#: plug-ins/common/vpropagate.c:242 -#, fuzzy -msgid "_Value Propagate..." -msgstr "Værdipropagering" +#: ../plug-ins/common/nova.c:378 +msgid "_Spokes:" +msgstr "_Stråler:" -#: plug-ins/common/vpropagate.c:254 +#: ../plug-ins/common/nova.c:393 #, fuzzy -msgid "E_rode" -msgstr "Tilstand" +msgid "R_andom hue:" +msgstr "T_ilfældig farvetone:" -#: plug-ins/common/vpropagate.c:266 +#: ../plug-ins/common/nova.c:446 #, fuzzy -msgid "_Dilate" -msgstr "_Udpak" - -#: plug-ins/common/vpropagate.c:476 -msgid "Value Propagating..." -msgstr "Propagerer værdi..." +msgid "Center of Nova" +msgstr "Supernovacentrum" -#: plug-ins/common/vpropagate.c:1058 -msgid "Value Propagate" -msgstr "Værdipropagering" +#: ../plug-ins/common/oilify.c:119 ../plug-ins/common/oilify.c:134 +msgid "Smear colors to simulate an oil painting" +msgstr "" -#. Parameter settings -#: plug-ins/common/vpropagate.c:1116 +#: ../plug-ins/common/oilify.c:125 #, fuzzy -msgid "Propagate" -msgstr "Propageringstilstand" +msgid "Oili_fy..." +msgstr "Oliemaleri" -#: plug-ins/common/vpropagate.c:1129 -#, fuzzy -msgid "Lower t_hreshold:" -msgstr "_Nedre tærskel:" +#: ../plug-ins/common/oilify.c:247 +msgid "Oil painting" +msgstr "Oliemaleri" -#: plug-ins/common/vpropagate.c:1141 -#, fuzzy -msgid "_Upper threshold:" -msgstr "_Øvre tærskel:" +#: ../plug-ins/common/oilify.c:777 +msgid "Oilify" +msgstr "Oliemaleri" -#: plug-ins/common/vpropagate.c:1153 +#: ../plug-ins/common/oilify.c:815 #, fuzzy -msgid "_Propagating rate:" -msgstr "_Propageringsgrad:" +msgid "_Mask size:" +msgstr "_Maskestørrelse:" -#: plug-ins/common/vpropagate.c:1164 +#. +#. * Mask-size map check button +#. +#: ../plug-ins/common/oilify.c:830 #, fuzzy -msgid "To l_eft" -msgstr "Til _venstre" +msgid "Use m_ask-size map:" +msgstr "Størrelsesordenkort:" -#: plug-ins/common/vpropagate.c:1167 -#, fuzzy -msgid "To _right" -msgstr "Til _højre" +#: ../plug-ins/common/oilify.c:867 ../plug-ins/common/sinus.c:922 +msgid "_Exponent:" +msgstr "_Eksponent:" -#: plug-ins/common/vpropagate.c:1170 +#. +#. * Exponent map check button +#. +#: ../plug-ins/common/oilify.c:882 #, fuzzy -msgid "To _top" -msgstr "Til _top" +msgid "Use e_xponent map:" +msgstr "_Eksponent:" -#: plug-ins/common/vpropagate.c:1173 +#. +#. * Intensity algorithm check button +#. +#: ../plug-ins/common/oilify.c:918 #, fuzzy -msgid "To _bottom" -msgstr "Til _bund" - -#: plug-ins/common/vpropagate.c:1182 -msgid "Propagating _Alpha Channel" -msgstr "Propagerer _alfakanal" +msgid "_Use intensity algorithm" +msgstr "_Benyt intensitetsalgoritme" -#: plug-ins/common/vpropagate.c:1193 -msgid "Propagating Value Channel" -msgstr "Propagerer værdikanal" +#: ../plug-ins/common/photocopy.c:153 +msgid "Simulate color distortion produced by a copy machine" +msgstr "" -#: plug-ins/common/warp.c:247 +#: ../plug-ins/common/photocopy.c:158 #, fuzzy -msgid "_Warp..." -msgstr "Fordrejer..." +msgid "_Photocopy..." +msgstr "Hed..." -#: plug-ins/common/warp.c:391 -msgid "Warp" -msgstr "Fordrejet" +#: ../plug-ins/common/photocopy.c:839 +msgid "Photocopy" +msgstr "Fotokopi" -#: plug-ins/common/warp.c:405 -#, fuzzy -msgid "Basic Options" -msgstr "Hovedindstillinger" +#: ../plug-ins/common/photocopy.c:890 ../plug-ins/common/sharpen.c:511 +#: ../plug-ins/common/softglow.c:697 +msgid "_Sharpness:" +msgstr "_Skarphed:" -#: plug-ins/common/warp.c:427 +#: ../plug-ins/common/photocopy.c:904 #, fuzzy -msgid "Step size:" -msgstr "Skridtstørrelse:" - -#: plug-ins/common/warp.c:441 plug-ins/ifscompose/ifscompose.c:1214 -msgid "Iterations:" -msgstr "Iterationer:" +msgid "Percent _black:" +msgstr "Procent" -#. Displacement map menu -#: plug-ins/common/warp.c:450 +#: ../plug-ins/common/photocopy.c:918 #, fuzzy -msgid "Displacement map:" -msgstr "Forskydningskort:" +msgid "Percent _white:" +msgstr "Procent" -#. ======================================================================= -#. Displacement Type -#: plug-ins/common/warp.c:468 -#, fuzzy -msgid "On edges:" -msgstr "Ved kanter:" +#: ../plug-ins/common/pixelize.c:164 +msgid "Simplify image into an array of solid-colored squares" +msgstr "" -#: plug-ins/common/warp.c:479 -msgid "Wrap" -msgstr "Ombryd" +#: ../plug-ins/common/pixelize.c:171 +msgid "_Pixelize..." +msgstr "_Opdeler i små firkanter..." -#: plug-ins/common/warp.c:494 -msgid "Smear" -msgstr "Smør ud" +#: ../plug-ins/common/pixelize.c:273 +msgid "Pixelizing" +msgstr "Opdeler i små firkanter" -#: plug-ins/common/warp.c:509 plug-ins/fits/fits.c:988 -#: plug-ins/flame/flame.c:1131 plug-ins/gfig/gfig-dialog.c:1421 -msgid "Black" -msgstr "Sort" +#: ../plug-ins/common/pixelize.c:316 +msgid "Pixelize" +msgstr "Små firkanter" -#: plug-ins/common/warp.c:524 +#: ../plug-ins/common/pixelize.c:352 #, fuzzy -msgid "FG color" -msgstr "Forgrundsfarve" +msgid "Pixel _width:" +msgstr "Firkants_bredde:" -#. -------------------------------------------------------------------- -#. --------- The secondary table -------------------------- -#: plug-ins/common/warp.c:544 +#: ../plug-ins/common/pixelize.c:357 #, fuzzy -msgid "Advanced Options" -msgstr "Avancerede indstillinger" +msgid "Pixel _height:" +msgstr "Firkants_højde:" -#: plug-ins/common/warp.c:560 -#, fuzzy -msgid "Dither size:" -msgstr "Rystelsesstørrelse:" +#: ../plug-ins/common/plasma.c:176 +msgid "Create a random plasma texture" +msgstr "" -#: plug-ins/common/warp.c:573 +#: ../plug-ins/common/plasma.c:181 #, fuzzy -msgid "Rotation angle:" -msgstr "Rotationsvinkel:" +msgid "_Plasma..." +msgstr "Genererer plasma..." -#: plug-ins/common/warp.c:586 -msgid "Substeps:" -msgstr "Mellemskridt:" +#: ../plug-ins/common/plasma.c:263 ../plug-ins/common/plasma.c:300 +msgid "Plasma" +msgstr "Plasma" -#. Magnitude map menu -#: plug-ins/common/warp.c:595 +#: ../plug-ins/common/plasma.c:337 #, fuzzy -msgid "Magnitude map:" -msgstr "Størrelsesordenkort:" +msgid "Random _seed:" +msgstr "Tilfældig _startværdi:" -#: plug-ins/common/warp.c:617 -#, fuzzy -msgid "Use magnitude map" -msgstr "Størrelsesordenkort:" +#: ../plug-ins/common/plasma.c:348 +msgid "T_urbulence:" +msgstr "T_urbulens:" -#. -------------------------------------------------------------------- -#. --------- The "other" table -------------------------- -#: plug-ins/common/warp.c:630 +#: ../plug-ins/common/plugin-browser.c:134 #, fuzzy -msgid "More Advanced Options" -msgstr "Avancerede indstillinger" +msgid "Display information about plug-ins" +msgstr "Vis lidt information om dette program" -#: plug-ins/common/warp.c:647 +#: ../plug-ins/common/plugin-browser.c:144 #, fuzzy -msgid "Gradient scale:" -msgstr "Overgangsskalering:" - -# det er bare et værktøjstip for at skelne denne menu fra vektormenuen, -# indholdet er derfor underordnet så vi finder på noget anden i stedet -# for den svært oversættelige original -#: plug-ins/common/warp.c:670 -msgid "Gradient map selection menu" -msgstr "Det overgangskort der skal benyttes" +msgid "_Plug-In Browser" +msgstr "Proceduredatabase" -#: plug-ins/common/warp.c:680 +#: ../plug-ins/common/plugin-browser.c:372 #, fuzzy -msgid "Vector mag:" -msgstr "Vektorstørrelse:" - -#. Angle -#: plug-ins/common/warp.c:695 plug-ins/ifscompose/ifscompose.c:586 -msgid "Angle:" -msgstr "Vinkel:" - -# ditto -#: plug-ins/common/warp.c:718 -msgid "Fixed-direction-vector map selection menu" -msgstr "Det kort med konstante retningsvektorer der skal benyttes" - -#. -#. if (display_diff_map) { -#. gimp_display_new(new_image_id); -#. } -#. -#. make sure layer is visible -#: plug-ins/common/warp.c:1175 -msgid "Smoothing X gradient..." -msgstr "Udglatter x-overgang..." +msgid "Searching by name" +msgstr "Søg efter navn" -#: plug-ins/common/warp.c:1177 -msgid "Smoothing Y gradient..." -msgstr "Udglatter y-overgang..." - -#. calculate new X,Y Displacement image maps -#: plug-ins/common/warp.c:1232 -msgid "Finding XY gradient..." -msgstr "Finder xy-overgang..." - -# "flow" er svært at oversætte og overflødigt -#: plug-ins/common/warp.c:1255 +#: ../plug-ins/common/plugin-browser.c:386 #, c-format -msgid "Flow Step %d..." -msgstr "Skridt %d..." - -#: plug-ins/common/waves.c:127 -#, fuzzy -msgid "_Waves..." -msgstr "Gem..." +msgid "%d plug-in" +msgid_plural "%d plug-ins" +msgstr[0] "" +msgstr[1] "" -#: plug-ins/common/waves.c:249 -msgid "Waves" -msgstr "Bølger" +#: ../plug-ins/common/plugin-browser.c:395 +msgid "No matches for your query" +msgstr "" -#: plug-ins/common/waves.c:287 -msgid "_Reflective" -msgstr "_Reflekterende" +#: ../plug-ins/common/plugin-browser.c:398 +#, c-format +msgid "%d plug-in matches your query" +msgid_plural "%d plug-ins match your query" +msgstr[0] "" +msgstr[1] "" -#: plug-ins/common/waves.c:306 -msgid "_Amplitude:" -msgstr "_Amplitude:" +#: ../plug-ins/common/plugin-browser.c:529 +msgid "No matches" +msgstr "Ingen fundet" -#: plug-ins/common/waves.c:318 -msgid "_Phase:" -msgstr "_Fase:" +# den sædvanlige "gennemse..."-knap +#: ../plug-ins/common/plugin-browser.c:554 +msgid "Plug-In Browser" +msgstr "Gennemse udvildelser" -#: plug-ins/common/waves.c:330 -msgid "_Wavelength:" -msgstr "_Bølgelængde:" +#: ../plug-ins/common/plugin-browser.c:597 +msgid "Name" +msgstr "Navn" -#: plug-ins/common/waves.c:431 -msgid "Waving..." -msgstr "Frembringer bølger..." +#: ../plug-ins/common/plugin-browser.c:605 +#: ../plug-ins/common/plugin-browser.c:668 +#, fuzzy +msgid "Menu Path" +msgstr "Menusti:" -#: plug-ins/common/webbrowser.c:141 -msgid "" -"Web browser not specified.\n" -"Please specify a web browser using the Preferences Dialog." -msgstr "" -"Internetsurfningsprogram ikke angivet.\n" -"Angiv venligst et under indstillingnerne." +#: ../plug-ins/common/plugin-browser.c:613 +#: ../plug-ins/common/plugin-browser.c:677 +msgid "Image Types" +msgstr "Billedtype" -#: plug-ins/common/webbrowser.c:161 -#, c-format -msgid "" -"Could not parse specified web browser command:\n" -"%s" -msgstr "" -"Kunne ikke fortolke den angivne kommando til internetsurfningsprogram:\n" -"%s" +#: ../plug-ins/common/plugin-browser.c:623 +#: ../plug-ins/common/plugin-browser.c:686 +msgid "Installation Date" +msgstr "Installationsdato" -#: plug-ins/common/webbrowser.c:174 -#, c-format -msgid "" -"Could not execute specified web browser:\n" -"%s" -msgstr "" -"Kunne ikke køre det angivne internetsurfningsprogram:\n" -"%s" +#: ../plug-ins/common/plugin-browser.c:647 +msgid "List View" +msgstr "Listevisning" -#: plug-ins/common/whirlpinch.c:161 +#: ../plug-ins/common/plugin-browser.c:709 #, fuzzy -msgid "W_hirl and Pinch..." -msgstr "Hvirvel og knibning" +msgid "Tree View" +msgstr "Trævisning" -#: plug-ins/common/whirlpinch.c:348 -msgid "Whirling and Pinching..." -msgstr "Hvirvler og kniber..." +#: ../plug-ins/common/polar-coords.c:156 +#, fuzzy +msgid "Convert image to or from polar coordinates" +msgstr "Konvertér animationsbilleder til andre formater" -#: plug-ins/common/whirlpinch.c:535 -msgid "Whirl and Pinch" -msgstr "Hvirvel og knibning" +#: ../plug-ins/common/polar-coords.c:163 +#, fuzzy +msgid "P_olar Coordinates..." +msgstr "x-koordinat" -#: plug-ins/common/whirlpinch.c:564 +#: ../plug-ins/common/polar-coords.c:360 #, fuzzy -msgid "_Whirl angle:" -msgstr "_Hvirvelvinkel:" +msgid "Polar coordinates" +msgstr "x-koordinat" -#: plug-ins/common/whirlpinch.c:576 +#: ../plug-ins/common/polar-coords.c:592 #, fuzzy -msgid "_Pinch amount:" -msgstr "_Knibningsmængde:" +msgid "Polar Coordinates" +msgstr "x-koordinat" -#: plug-ins/common/winclipboard.c:109 +#: ../plug-ins/common/polar-coords.c:631 #, fuzzy -msgid "Copy to Clipboard" -msgstr "/Redigér/Kopiér til klippebord" +msgid "Circle _depth in percent:" +msgstr "Cirkel_dybde i procent:" -#: plug-ins/common/winclipboard.c:121 +#: ../plug-ins/common/polar-coords.c:643 #, fuzzy -msgid "Paste from Clipboard" -msgstr "/Redigér/Indsæt fra klippebord" +msgid "Offset _angle:" +msgstr "Start_vinkel:" -#: plug-ins/common/winclipboard.c:133 +#: ../plug-ins/common/polar-coords.c:658 #, fuzzy -msgid "From Clipboard" -msgstr "Fra farve" +msgid "_Map backwards" +msgstr "Afbild _omvendt" -#: plug-ins/common/winclipboard.c:331 -msgid "Copying..." -msgstr "Kopierer..." - -#: plug-ins/common/winclipboard.c:494 -msgid "Unsupported format or Clipboard empty!" -msgstr "Ikke-understøttet format eller tomt klippebord!" - -#: plug-ins/common/winclipboard.c:505 -msgid "Can't get Clipboard data." -msgstr "Kan ikke indhente klippebordsdata." +#: ../plug-ins/common/polar-coords.c:664 +msgid "" +"If checked the mapping will begin at the right side, as opposed to beginning " +"at the left." +msgstr "" +"Hvis valgt vil afbildningen begynde i højre side i stedet for at begynde i " +"venstre side." -#. ??? gimp_image_convert_rgb (image_ID); -#. -#: plug-ins/common/winclipboard.c:587 -msgid "Pasted" -msgstr "Indsat" - -#: plug-ins/common/winclipboard.c:600 -msgid "Pasting..." -msgstr "Indsætter..." +#: ../plug-ins/common/polar-coords.c:675 +#, fuzzy +msgid "Map from _top" +msgstr "Start fra _oven" + +#: ../plug-ins/common/polar-coords.c:681 +msgid "" +"If unchecked the mapping will put the bottom row in the middle and the top " +"row on the outside. If checked it will be the opposite." +msgstr "" +"Hvis ikke valgt vil afbildningen anbringe den nederste række i midten og den " +"øverste række yderst. Hvis valgt vil det være omvendt." -#: plug-ins/common/wind.c:183 +#: ../plug-ins/common/polar-coords.c:693 #, fuzzy -msgid "Wi_nd..." -msgstr "Frembringer bølger..." +msgid "To _polar" +msgstr "Til _polære" -#: plug-ins/common/wind.c:315 -msgid "Rendering Blast..." -msgstr "Genererer eksplosion..." +#: ../plug-ins/common/polar-coords.c:699 +msgid "" +"If unchecked the image will be circularly mapped onto a rectangle. If " +"checked the image will be mapped onto a circle." +msgstr "" +"Hvis valgt vil billedt blive afbildet på en cirkel, ellers vil det blive " +"cirkulært afbildet på et rektangel. " -#: plug-ins/common/wind.c:438 -msgid "Rendering Wind..." -msgstr "Genererer vind..." +#: ../plug-ins/common/procedure-browser.c:83 +msgid "List available procedures in the PDB" +msgstr "" -#: plug-ins/common/wind.c:873 -msgid "Wind" -msgstr "Vind" +#: ../plug-ins/common/procedure-browser.c:88 +msgid "Procedure _Browser" +msgstr "" -#. ******************************************************** -#. radio buttons for choosing wind rendering algorithm -#. ***************************************************** -#: plug-ins/common/wind.c:906 -msgid "Style" -msgstr "Stil" +#: ../plug-ins/common/procedure-browser.c:126 +msgid "Procedure Browser" +msgstr "" -#: plug-ins/common/wind.c:910 -msgid "_Wind" -msgstr "_Vind" +#: ../plug-ins/common/qbist.c:402 +msgid "Generate a huge variety of abstract patterns" +msgstr "" -#: plug-ins/common/wind.c:911 -msgid "_Blast" -msgstr "_Eksplosion" +#: ../plug-ins/common/qbist.c:410 +#, fuzzy +msgid "_Qbist..." +msgstr "Qbist..." -#: plug-ins/common/wind.c:934 -msgid "_Left" -msgstr "_Venstre" +#: ../plug-ins/common/qbist.c:511 +#, fuzzy +msgid "Qbist" +msgstr "G-Qbist" -#: plug-ins/common/wind.c:935 -msgid "_Right" -msgstr "_Højre" +#: ../plug-ins/common/qbist.c:707 +#, fuzzy +msgid "Load QBE File" +msgstr "Indlæs QBE-Fil..." -#. **************************************************** -#. radio buttons for choosing BOTH, LEADING, TRAILING -#. ************************************************** -#: plug-ins/common/wind.c:954 -msgid "Edge Affected" -msgstr "Påvirkede kanter" +#: ../plug-ins/common/qbist.c:749 +#, fuzzy +msgid "Save as QBE File" +msgstr "Gem fil" -#: plug-ins/common/wind.c:958 -msgid "L_eading" -msgstr "_Indledende" +#: ../plug-ins/common/qbist.c:803 +msgid "G-Qbist" +msgstr "G-Qbist" -#: plug-ins/common/wind.c:959 -msgid "Tr_ailing" -msgstr "_Afsluttende" +#: ../plug-ins/common/red-eye-removal.c:105 +msgid "Remove the red eye effect caused by camera flashes" +msgstr "Fjern røde øjne forårsaget af kamerablitzen" + +#: ../plug-ins/common/red-eye-removal.c:116 +msgid "_Red Eye Removal..." +msgstr "Fjern _røde øjne..." + +#: ../plug-ins/common/red-eye-removal.c:142 +msgid "Red Eye Removal" +msgstr "Fjern røde øjne" + +#: ../plug-ins/common/red-eye-removal.c:170 +#: ../plug-ins/common/unsharp-mask.c:706 ../plug-ins/common/wind.c:1008 +#: ../plug-ins/imagemap/imap_preferences.c:441 +#: ../plug-ins/map-object/map-object-ui.c:585 +msgid "_Threshold:" +msgstr "_Tærskel:" -#: plug-ins/common/wind.c:960 -msgid "Bot_h" -msgstr "_Begge" +#: ../plug-ins/common/red-eye-removal.c:176 +msgid "Threshold for the red eye color to remove." +msgstr "" -#: plug-ins/common/wind.c:997 -msgid "Higher values restrict the effect to fewer areas of the image" -msgstr "Højere værdier begrænser effekten til færre områder i billedet" +# (GIP) Opfatter "may" som en slags måske +#: ../plug-ins/common/red-eye-removal.c:181 +msgid "Manually selecting the eyes may improve the results." +msgstr "Ved manuelt at vælge øjet, kan resultatet nogle gange forbedres." -#: plug-ins/common/wind.c:1012 plug-ins/gimpressionist/orientmap.c:669 -msgid "_Strength:" -msgstr "_Styrke:" +#: ../plug-ins/common/red-eye-removal.c:301 +msgid "Removing red eye" +msgstr "Fjerner røde øjne" -#: plug-ins/common/wind.c:1016 -msgid "Higher values increase the magnitude of the effect" -msgstr "Højere værdier forstærker virkningen af denne effekt" +#: ../plug-ins/common/ripple.c:129 +msgid "Displace pixels in a ripple pattern" +msgstr "" -#: plug-ins/common/winprint.c:224 +#: ../plug-ins/common/ripple.c:136 #, fuzzy -msgid "_Print" -msgstr "Udskriv" +msgid "_Ripple..." +msgstr "Skaber krusninger..." -#: plug-ins/common/winprint.c:236 +#: ../plug-ins/common/ripple.c:226 #, fuzzy -msgid "Page Setup" -msgstr "Opsætning" +msgid "Rippling" +msgstr "Skaber krusninger..." -#: plug-ins/common/winprint.c:341 -#, c-format -msgid "PrintDlg failed: %d" -msgstr "PrintDlg fejlede: %d" +#: ../plug-ins/common/ripple.c:468 +msgid "Ripple" +msgstr "Krusninger" -#: plug-ins/common/winprint.c:377 -msgid "Printer doesn't support bitmaps" -msgstr "Printer understøtter ikke billeder" - -#: plug-ins/common/winprint.c:418 -msgid "StartPage failed" -msgstr "StartPage fejlede" +#: ../plug-ins/common/ripple.c:526 +#, fuzzy +msgid "_Retain tilability" +msgstr "_Bevar fliselægbarhed" -#: plug-ins/common/winprint.c:427 plug-ins/print/print-image-gimp.c:320 -msgid "Printing..." -msgstr "Udskriver..." +#. Edges toggle box +#: ../plug-ins/common/ripple.c:560 +msgid "Edges" +msgstr "Kanter" -#: plug-ins/common/winprint.c:459 -msgid "CreateDIBSection failed" -msgstr "CreateDIBSection fejlede" +#: ../plug-ins/common/ripple.c:566 +#, fuzzy +msgid "_Blank" +msgstr "_Sort" -#: plug-ins/common/winprint.c:495 -msgid "SetStretchBltMode failed (warning only)" -msgstr "SetStretchBltMode fejlede (advarer kun)" +#. Wave toggle box +#: ../plug-ins/common/ripple.c:588 +msgid "Wave Type" +msgstr "Bølgetype" -#: plug-ins/common/winprint.c:558 -#, c-format -msgid "" -"StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) failed, " -"error = %d, y = %d" -msgstr "" -"StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) fejlede, " -"fejl = %d, y = %d" +#: ../plug-ins/common/ripple.c:592 +msgid "Saw_tooth" +msgstr "Sav_takket" -#: plug-ins/common/winprint.c:587 -msgid "EndPage failed" -msgstr "EndPage fejlede" +#: ../plug-ins/common/ripple.c:593 +msgid "S_ine" +msgstr "S_inus" -#: plug-ins/common/winprint.c:634 -#, c-format -msgid "PageSetupDlg failed: %d" -msgstr "PageSetupDlg fejlede: %d" +#: ../plug-ins/common/ripple.c:616 +msgid "_Period:" +msgstr "_Periode:" -#: plug-ins/common/wmf.c:131 -msgid "Microsoft WMF file" -msgstr "" +#: ../plug-ins/common/ripple.c:629 +msgid "A_mplitude:" +msgstr "A_mplitude:" -#: plug-ins/common/wmf.c:336 +#: ../plug-ins/common/ripple.c:642 #, fuzzy -msgid "" -"WMF file does not\n" -"specify a size!" -msgstr "" -"SVG-fil angiver\n" -"ikke en størrelse!" +msgid "Phase _shift:" +msgstr "R/H-f_aseskift:" -#: plug-ins/common/wmf.c:484 -#, fuzzy -msgid "Render Windows Metafile" -msgstr "Indlæs Windows-metafil" +#: ../plug-ins/common/rotate.c:413 +msgid "You can not rotate the whole image if there's a selection." +msgstr "Du kan ikke rotere hele billedet hvis noget er markeret." -#: plug-ins/common/wmf.c:947 plug-ins/sgi/sgi.c:318 -#, c-format -msgid "Could not open '%s' for reading." -msgstr "Kan ikke åbne \"%s\" til læsning." +#: ../plug-ins/common/rotate.c:420 +msgid "You can not rotate the whole image if there's a floating selection." +msgstr "Du kan ikke rotere hele billedet hvis der er en flydende markering." -#: plug-ins/common/wmf.c:963 -msgid "Rendered WMF" -msgstr "Genereret WMF" +#: ../plug-ins/common/rotate.c:431 +msgid "Sorry, channels and masks can not be rotated." +msgstr "Desværre, kanaler og masker kan ikke roteres." -#: plug-ins/common/xbm.c:169 plug-ins/common/xbm.c:187 -msgid "X BitMap image" +#: ../plug-ins/common/rotate.c:437 +msgid "Rotating" +msgstr "Roterer" + +#: ../plug-ins/common/sample-colorize.c:298 +msgid "Colorize image using a sample image as a guide" msgstr "" -#: plug-ins/common/xbm.c:241 -msgid "Created with The GIMP" -msgstr "Fremstillet med Gimp'en" +#: ../plug-ins/common/sample-colorize.c:303 +#, fuzzy +msgid "_Sample Colorize..." +msgstr "Prøvefarvelægning" -#: plug-ins/common/xbm.c:804 -#, c-format -msgid "" -"'%s':\n" -"Could not read header (ftell == %ld)" -msgstr "" -"\"%s\":\n" -"Kunne ikke læse hoved (ftell == %ld)" +#: ../plug-ins/common/sample-colorize.c:1327 +msgid "Sample Colorize" +msgstr "Prøvefarvelægning" -#: plug-ins/common/xbm.c:811 -#, c-format -msgid "" -"'%s':\n" -"No image width specified" -msgstr "" -"\"%s\":\n" -"Ingen billedbredde angivet" +#: ../plug-ins/common/sample-colorize.c:1332 +#, fuzzy +msgid "Get _Sample Colors" +msgstr "Hent farveprøver" -#: plug-ins/common/xbm.c:818 -#, c-format -msgid "" -"'%s':\n" -"No image height specified" -msgstr "" -"\"%s\":\n" -"Ingen billedhøjde angivet" +#. layer combo_box (Dst) +#: ../plug-ins/common/sample-colorize.c:1361 +msgid "Destination:" +msgstr "Mål:" -#: plug-ins/common/xbm.c:825 -#, c-format -msgid "" -"'%s':\n" -"No image data type specified" -msgstr "" -"\"%s\":\n" -"Ingen billeddata angivet" +#. layer combo_box (Sample) +#: ../plug-ins/common/sample-colorize.c:1377 +msgid "Sample:" +msgstr "Kilde:" -#. The image is not black-and-white. -#: plug-ins/common/xbm.c:960 -msgid "" -"The image which you are trying to save as an XBM contains more than two " -"colors.\n" -"\n" -"Please convert it to a black and white (1-bit) indexed image and try again." -msgstr "" -"Billedet som du prøver at gemme som XBM, indeholder mere end to farver.\n" -"\n" -"Konvertér det venligst til et sort/hvidt (1-bit) indekseret billede og prøv " -"igen." +#: ../plug-ins/common/sample-colorize.c:1387 +#, fuzzy +msgid "From reverse gradient" +msgstr "Fra omvendt farveovergang" -#: plug-ins/common/xbm.c:971 -msgid "" -"You cannot save a cursor mask for an image\n" -"which has no alpha channel." -msgstr "" -"Du kan ikke gemme en markørmaske for et billede\n" -"som ikke har nogen alfakanaler" +#: ../plug-ins/common/sample-colorize.c:1392 +#, fuzzy +msgid "From gradient" +msgstr "Fra farveovergang" -#: plug-ins/common/xbm.c:1148 -msgid "Save as XBM" -msgstr "Gem som XBM" +#. check button +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 +#, fuzzy +msgid "Show selection" +msgstr "Vis markering" -#. parameter settings -#: plug-ins/common/xbm.c:1158 -msgid "XBM Options" -msgstr "XBM-indstillinger" +#. check button +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 +#, fuzzy +msgid "Show color" +msgstr "Vis farve" -#. X10 format -#: plug-ins/common/xbm.c:1167 +#: ../plug-ins/common/sample-colorize.c:1564 #, fuzzy -msgid "_X10 format bitmap" -msgstr "Bitkort i _X10-format" +msgid "Input levels:" +msgstr "Ind-niveauer:" -#: plug-ins/common/xbm.c:1187 +#: ../plug-ins/common/sample-colorize.c:1614 #, fuzzy -msgid "_Identifier prefix:" -msgstr "_Variabelpræfiks:" +msgid "Output levels:" +msgstr "Ud-niveauer:" -#. hotspot toggle -#: plug-ins/common/xbm.c:1209 +#. check button +#: ../plug-ins/common/sample-colorize.c:1654 #, fuzzy -msgid "_Write hot spot values" -msgstr "Skriv koordinater for _afsætspunkt" +msgid "Hold intensity" +msgstr "Bevar intensitet" -#: plug-ins/common/xbm.c:1231 +#. check button +#: ../plug-ins/common/sample-colorize.c:1665 #, fuzzy -msgid "Hot spot _X:" -msgstr "Afsætspunkt-x:" +msgid "Original intensity" +msgstr "Oprindelig intensitet" -#: plug-ins/common/xbm.c:1241 +#. check button +#: ../plug-ins/common/sample-colorize.c:1683 #, fuzzy -msgid "Hot spot _Y:" -msgstr "Afsætspunkt-x:" +msgid "Use subcolors" +msgstr "Benyt mellemfarver" -#. mask file -#: plug-ins/common/xbm.c:1248 -msgid "Mask File" -msgstr "Maskefil" +#. check button +#: ../plug-ins/common/sample-colorize.c:1694 +#, fuzzy +msgid "Smooth samples" +msgstr "Udglat farveprøver" -#: plug-ins/common/xbm.c:1258 +#: ../plug-ins/common/sample-colorize.c:2666 #, fuzzy -msgid "W_rite extra mask file" -msgstr "Skriv ekstra _maskefil" +msgid "Sample analyze" +msgstr "Analyserer farveprøverne..." -#: plug-ins/common/xbm.c:1271 +#: ../plug-ins/common/sample-colorize.c:3044 #, fuzzy -msgid "_Mask file extension:" -msgstr "_Maskefilendelse:" +msgid "Remap colorized" +msgstr "Omgør farvelægning..." -#: plug-ins/common/xpm.c:170 plug-ins/common/xpm.c:195 -msgid "X PixMap image" +#: ../plug-ins/common/screenshot.c:240 +msgid "Create an image from an area of the screen" msgstr "" -#: plug-ins/common/xpm.c:354 -#, c-format -msgid "Error opening file '%s'" -msgstr "Fejl ved åbning af filen \"%s\"" +#: ../plug-ins/common/screenshot.c:253 +#, fuzzy +msgid "_Screenshot..." +msgstr "Skærmbillede" -#: plug-ins/common/xpm.c:359 -msgid "XPM file invalid" -msgstr "XPM-fil er ugyldig" +#: ../plug-ins/common/screenshot.c:417 +#, fuzzy +msgid "Error selecting the window" +msgstr "Fejl ved beslaglæggelse af markøren" -#: plug-ins/common/xpm.c:780 -msgid "Save as XPM" -msgstr "Gem som XBM" +#: ../plug-ins/common/screenshot.c:778 +#, fuzzy +msgid "Importing screenshot" +msgstr "Fejl ved indhentning af skærmbillede" -#: plug-ins/common/xpm.c:796 +#: ../plug-ins/common/screenshot.c:804 ../plug-ins/common/screenshot.c:1060 #, fuzzy -msgid "_Alpha threshold:" -msgstr "_Alfatærskel" +msgid "Screenshot" +msgstr "Skærmbillede" -#: plug-ins/common/xwd.c:277 plug-ins/common/xwd.c:297 +#: ../plug-ins/common/screenshot.c:845 #, fuzzy -msgid "X window dump" -msgstr "Beskåret til billede" +msgid "Mouse Pointer" +msgstr "Indsæt punkt" -#: plug-ins/common/xwd.c:430 -#, c-format -msgid "Could not read XWD header from '%s'" -msgstr "Kunne ikke læse XWD-hoved fra \"%s\"" +#: ../plug-ins/common/screenshot.c:949 +msgid "Specified window not found" +msgstr "Angivet vindue ikke fundet" + +#: ../plug-ins/common/screenshot.c:975 +msgid "There was an error taking the screenshot." +msgstr "" -#: plug-ins/common/xwd.c:468 +#: ../plug-ins/common/screenshot.c:1069 #, fuzzy -msgid "Can't read color entries" -msgstr "kan ikke læse farvedata" +msgid "S_nap" +msgstr "B_yt" -#: plug-ins/common/xwd.c:527 -#, fuzzy, c-format +#: ../plug-ins/common/screenshot.c:1099 +msgid "After the delay, the screenshot is taken." +msgstr "" + +#: ../plug-ins/common/screenshot.c:1101 msgid "" -"XWD-file %s has format %d, depth %d\n" -"and bits per pixel %d.\n" -"Currently this is not supported." +"After the delay, drag your mouse to select the region for the screenshot." msgstr "" -"load_image (xwd): XWD-fil %s har formatet %d, dybden %d\n" -"og %d bit pr. punkt.\n" -"Dette er i øjeblikket ikke understøttet.\n" -#: plug-ins/common/xwd.c:557 -msgid "Cannot save images with alpha channels." -msgstr "Kan ikke gemme billeder med alfakanaler." +#: ../plug-ins/common/screenshot.c:1104 +msgid "At the end of the delay, click in a window to snap it." +msgstr "" -#: plug-ins/common/xwd.c:2160 +#. Area +#: ../plug-ins/common/screenshot.c:1110 #, fuzzy -msgid "Error during writing indexed/gray image" -msgstr "Fejl under skrivning af indekseret/gråt billede" +msgid "Area" +msgstr "Areal:" -#: plug-ins/common/xwd.c:2258 -msgid "Error during writing rgb image" -msgstr "Fejl under skrivning af RGB-billede" +#: ../plug-ins/common/screenshot.c:1121 +msgid "Take a screenshot of a single _window" +msgstr "" -#: plug-ins/common/zealouscrop.c:85 +#: ../plug-ins/common/screenshot.c:1140 #, fuzzy -msgid "_Zealous Crop" -msgstr "Beskærer fanatisk..." - -#: plug-ins/common/zealouscrop.c:133 -msgid "ZealousCropping(tm)..." -msgstr "Beskærer fanatisk..." +msgid "Include window _decoration" +msgstr "Med udsmykninger" -#: plug-ins/common/zealouscrop.c:234 -msgid "Nothing to crop." -msgstr "Intet at beskære" +#: ../plug-ins/common/screenshot.c:1158 +msgid "Take a screenshot of the entire _screen" +msgstr "" -#: plug-ins/dbbrowser/gimpprocbrowser.c:128 -#: plug-ins/dbbrowser/gimpprocbrowser.c:142 -msgid "Procedure Browser" +#: ../plug-ins/common/screenshot.c:1177 +msgid "Include _mouse pointer" msgstr "" -#: plug-ins/dbbrowser/gimpprocbrowser.c:132 -#: plug-ins/dbbrowser/gimpprocbrowser.c:146 -#: plug-ins/dbbrowser/plugin-browser.c:548 -msgid "Search by _Name" -msgstr "Søg efter _navn" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:133 -#: plug-ins/dbbrowser/gimpprocbrowser.c:147 -msgid "Search by _Blurb" -msgstr "Søg efter _beskrivelser" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:224 -#: plug-ins/dbbrowser/plugin-browser.c:718 -msgid "_Search:" -msgstr "_Søg:" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:386 -#: plug-ins/dbbrowser/plugin-browser.c:397 -msgid "Searching by name - please wait" -msgstr "Søger efter navn - vent venligst" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:410 -msgid "Searching by blurb - please wait" -msgstr "Søger efter beskrivelse - vent venligst" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:421 -msgid "Searching - please wait" -msgstr "Søger - vent venligst" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:428 -#, fuzzy -msgid "1 Procedure" -msgstr "Midlertidig procedure" +#: ../plug-ins/common/screenshot.c:1197 +#, fuzzy +msgid "Select a _region to grab" +msgstr "Vælg forrige vektor" -#: plug-ins/dbbrowser/gimpprocbrowser.c:430 -#, fuzzy, c-format -msgid "%d Procedures" -msgstr "Midlertidig procedure" +#. Delay +#: ../plug-ins/common/screenshot.c:1212 +#, fuzzy +msgid "Delay" +msgstr "Læg over" -#: plug-ins/dbbrowser/gimpprocbrowser.c:476 -#: plug-ins/dbbrowser/plugin-browser.c:516 -msgid "No matches" -msgstr "Ingen fundet" +#. this is the unit label of a spinbutton +#: ../plug-ins/common/screenshot.c:1234 +msgid "seconds" +msgstr "sekunder" -#. -#. * Scales -#. -#. -#. * Scales -#. -#: plug-ins/dbbrowser/gimpprocview.c:133 plug-ins/gflare/gflare.c:2673 -#: plug-ins/gflare/gflare.c:3503 plug-ins/gflare/gflare.c:3608 -#: plug-ins/gflare/gflare.c:3745 -msgid "Parameters" -msgstr "Parametre" +#: ../plug-ins/common/semi-flatten.c:68 +msgid "Replace partial transparency with the current background color" +msgstr "" -#: plug-ins/dbbrowser/gimpprocview.c:146 +#: ../plug-ins/common/semi-flatten.c:75 #, fuzzy -msgid "Return Values" -msgstr "Indtast værdier" +msgid "_Semi-Flatten" +msgstr "Semifladgøring..." -#: plug-ins/dbbrowser/gimpprocview.c:159 +#: ../plug-ins/common/semi-flatten.c:118 #, fuzzy -msgid "Additional Information" -msgstr "Rumlig transformation" +msgid "Semi-Flattening" +msgstr "Semifladgøring..." -#: plug-ins/dbbrowser/gimpprocview.c:198 -msgid "Author:" -msgstr "Forfatter:" - -#: plug-ins/dbbrowser/gimpprocview.c:209 -msgid "Date:" -msgstr "Dato:" - -#: plug-ins/dbbrowser/gimpprocview.c:220 -msgid "Copyright:" -msgstr "Copyright:" - -#: plug-ins/dbbrowser/gimpprocview.c:319 -msgid "Internal GIMP procedure" -msgstr "Intern Gimp-procedure" - -#: plug-ins/dbbrowser/gimpprocview.c:320 -msgid "GIMP Plug-In" -msgstr "Gimp-udvidelsesmodul" - -#: plug-ins/dbbrowser/gimpprocview.c:321 -msgid "GIMP Extension" -msgstr "Gimp-udvidelse" - -#: plug-ins/dbbrowser/gimpprocview.c:322 -msgid "Temporary Procedure" -msgstr "Midlertidig procedure" +#: ../plug-ins/common/sharpen.c:113 +msgid "Make image sharper (less powerful than Unsharp Mask)" +msgstr "" -#: plug-ins/dbbrowser/plugin-browser.c:151 +#: ../plug-ins/common/sharpen.c:120 #, fuzzy -msgid "_Plug-In Browser" -msgstr "Proceduredatabase" +msgid "_Sharpen..." +msgstr "Skærper..." -#: plug-ins/dbbrowser/plugin-browser.c:418 +#. +#. * Let the user know what we're doing... +#. +#: ../plug-ins/common/sharpen.c:307 #, fuzzy -msgid "1 Plug-In Interface" -msgstr "Antal modulgrænseflader: %d" +msgid "Sharpening" +msgstr "Skærper..." -#: plug-ins/dbbrowser/plugin-browser.c:420 -#, fuzzy, c-format -msgid "%d Plug-In Interfaces" -msgstr "Antal modulgrænseflader: %d" +#: ../plug-ins/common/sharpen.c:476 +msgid "Sharpen" +msgstr "Skærp" -# den sædvanlige "gennemse..."-knap -#: plug-ins/dbbrowser/plugin-browser.c:544 +#: ../plug-ins/common/shift.c:101 +msgid "Shift each row of pixels by a random amount" +msgstr "" + +#: ../plug-ins/common/shift.c:108 #, fuzzy -msgid "Plug-In Browser" -msgstr "Gennemse..." +msgid "_Shift..." +msgstr "Skifter..." -#: plug-ins/dbbrowser/plugin-browser.c:595 -msgid "Name" -msgstr "Navn" +#: ../plug-ins/common/shift.c:189 +msgid "Shifting" +msgstr "Skifter" -#: plug-ins/dbbrowser/plugin-browser.c:603 -#: plug-ins/dbbrowser/plugin-browser.c:672 +#: ../plug-ins/common/shift.c:355 +msgid "Shift" +msgstr "Skift" + +#: ../plug-ins/common/shift.c:388 #, fuzzy -msgid "Insertion Date" -msgstr "Indsæt punkt" +msgid "Shift _horizontally" +msgstr "Skift _vandret" -#: plug-ins/dbbrowser/plugin-browser.c:611 +#: ../plug-ins/common/shift.c:391 #, fuzzy -msgid "Menu Path" -msgstr "Menusti:" +msgid "Shift _vertically" +msgstr "Skift _lodret" -#: plug-ins/dbbrowser/plugin-browser.c:619 -#: plug-ins/dbbrowser/plugin-browser.c:681 +#: ../plug-ins/common/shift.c:422 #, fuzzy -msgid "Image Types" -msgstr "Billedtype:" +msgid "Shift _amount:" +msgstr "Skifte_størrelse:" -#: plug-ins/dbbrowser/plugin-browser.c:643 -msgid "List View" -msgstr "Listevisning" +#: ../plug-ins/common/sinus.c:186 +msgid "Generate complex sinusoidal textures" +msgstr "" + +#: ../plug-ins/common/sinus.c:191 +msgid "_Sinus..." +msgstr "_Sinus..." + +#: ../plug-ins/common/sinus.c:284 +msgid "Sinus: rendering" +msgstr "Sinus: genererer" + +#. Create Main window with a vbox +#. ============================== +#: ../plug-ins/common/sinus.c:648 +msgid "Sinus" +msgstr "Sinus" -#: plug-ins/dbbrowser/plugin-browser.c:663 +#: ../plug-ins/common/sinus.c:690 +msgid "Drawing Settings" +msgstr "Tegningsindstillinger" + +#: ../plug-ins/common/sinus.c:700 #, fuzzy -msgid "Menu Path/Name" -msgstr "Menusti/navn" +msgid "_X scale:" +msgstr "_x-skalering:" -#: plug-ins/dbbrowser/plugin-browser.c:704 +#: ../plug-ins/common/sinus.c:709 #, fuzzy -msgid "Tree View" -msgstr "Trævisning" +msgid "_Y scale:" +msgstr "_y-skalering:" -#: plug-ins/dbbrowser/procedure-browser.c:89 -msgid "Procedure _Browser" -msgstr "" +#: ../plug-ins/common/sinus.c:718 +msgid "Co_mplexity:" +msgstr "Ko_mpleksitet:" -#: plug-ins/faxg3/faxg3.c:100 -msgid "G3 fax image" -msgstr "" +#: ../plug-ins/common/sinus.c:728 +msgid "Calculation Settings" +msgstr "Beregningsindstillinger" -#: plug-ins/fits/fits.c:159 plug-ins/fits/fits.c:178 -msgid "Flexible Image Transport System" -msgstr "" +#: ../plug-ins/common/sinus.c:741 +#, fuzzy +msgid "R_andom seed:" +msgstr "Tilfældig _startværdi:" -#: plug-ins/fits/fits.c:346 -msgid "Error during open of FITS file" -msgstr "Fejl ved åbning af FITS-fil" +#: ../plug-ins/common/sinus.c:750 +#, fuzzy +msgid "_Force tiling?" +msgstr "_Tving fliselægbarhed" -#: plug-ins/fits/fits.c:351 -msgid "FITS file keeps no displayable images" -msgstr "FITS-fil indeholder ingen fremviselige billeder" +#: ../plug-ins/common/sinus.c:763 +msgid "_Ideal" +msgstr "_Ideel" -#: plug-ins/fits/fits.c:430 -msgid "FITS save cannot handle images with alpha channels" -msgstr "FITS kan ikke gemme billeder med alfakanaler" +#: ../plug-ins/common/sinus.c:764 +msgid "_Distorted" +msgstr "_Forvrænget" -#: plug-ins/fits/fits.c:969 -msgid "Load FITS File" -msgstr "Indlæs FITS-fil" +#: ../plug-ins/common/sinus.c:782 ../plug-ins/common/sinus.c:798 +#: ../plug-ins/imagemap/imap_preferences.c:422 +msgid "Colors" +msgstr "Farver" -#: plug-ins/fits/fits.c:984 -msgid "BLANK/NaN Pixel Replacement" -msgstr "BLANK/NaN-punkterstatning" +#. if in grey scale, the colors are necessarily black and white +#: ../plug-ins/common/sinus.c:791 +msgid "The colors are white and black." +msgstr "Farverne er hvid og sort" -#: plug-ins/fits/fits.c:989 plug-ins/gfig/gfig-dialog.c:1288 -#: plug-ins/gfig/gfig-dialog.c:1422 -msgid "White" -msgstr "Hvid" +#: ../plug-ins/common/sinus.c:802 +#, fuzzy +msgid "Bl_ack & white" +msgstr "S_ort/hvid" -#: plug-ins/fits/fits.c:996 +#: ../plug-ins/common/sinus.c:804 #, fuzzy -msgid "Pixel value scaling" -msgstr "Punktværdiskalering" +msgid "_Foreground & background" +msgstr "_Forgrund/baggrund" -#: plug-ins/fits/fits.c:1001 -msgid "By DATAMIN/DATAMAX" -msgstr "Ved DATAMIN/DATAMAX" +#: ../plug-ins/common/sinus.c:806 +msgid "C_hoose here:" +msgstr "_Vælg her:" -#: plug-ins/fits/fits.c:1008 -msgid "Image Composing" -msgstr "Sammensætning af billeder" +#: ../plug-ins/common/sinus.c:819 +#, fuzzy +msgid "First color" +msgstr "Første farve" -#: plug-ins/flame/flame.c:133 +#: ../plug-ins/common/sinus.c:829 #, fuzzy -msgid "_Flame..." -msgstr "Flamme" +msgid "Second color" +msgstr "Anden farve" -#: plug-ins/flame/flame.c:227 -msgid "Drawing Flame..." -msgstr "Tegner flammer..." +#: ../plug-ins/common/sinus.c:842 +msgid "Alpha Channels" +msgstr "Alfakanaler" -#: plug-ins/flame/flame.c:319 -msgid "Flame works only on RGB drawables." -msgstr "Flammer kan kun arbejde med RGB-tegneobjekter." +#: ../plug-ins/common/sinus.c:855 +#, fuzzy +msgid "F_irst color:" +msgstr "F_ørste farve:" -#: plug-ins/flame/flame.c:402 -#, c-format -msgid "'%s' is not a regular file" -msgstr "'%s' er ikke en almindelig fil" +#: ../plug-ins/common/sinus.c:870 +#, fuzzy +msgid "S_econd color:" +msgstr "_Anden farve:" -#: plug-ins/flame/flame.c:637 -msgid "Edit Flame" -msgstr "Redigér flamme" +#: ../plug-ins/common/sinus.c:886 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:904 +msgid "Co_lors" +msgstr "Fa_rver" -#: plug-ins/flame/flame.c:655 -msgid "Directions" -msgstr "Retninger" +#: ../plug-ins/common/sinus.c:895 +msgid "Blend Settings" +msgstr "Blandingsindstillinger" -#: plug-ins/flame/flame.c:691 -msgid "Controls" -msgstr "Kontroller" +#: ../plug-ins/common/sinus.c:908 +msgid "L_inear" +msgstr "L_ineær" -#: plug-ins/flame/flame.c:705 -msgid "_Speed:" -msgstr "_Hastighed:" +#: ../plug-ins/common/sinus.c:909 +msgid "Bili_near" +msgstr "Bili_neær" -#: plug-ins/flame/flame.c:722 -msgid "_Randomize" -msgstr "_Tilfældiggør" +#: ../plug-ins/common/sinus.c:910 +msgid "Sin_usoidal" +msgstr "Sin_usformet" -#: plug-ins/flame/flame.c:731 -msgid "Same" -msgstr "Samme" +#: ../plug-ins/common/sinus.c:932 +msgid "_Blend" +msgstr "_Blanding" -#: plug-ins/flame/flame.c:732 plug-ins/gimpressionist/orientation.c:146 -#: plug-ins/gimpressionist/size.c:149 -msgid "Random" -msgstr "Tilfældig" +#: ../plug-ins/common/sinus.c:1049 +#, fuzzy +msgid "Do _preview" +msgstr "Vis _eksempel" -#: plug-ins/flame/flame.c:736 -msgid "Swirl" -msgstr "Hvirvel" +#: ../plug-ins/common/smooth-palette.c:83 +#, fuzzy +msgid "Derive a smooth color palette from the image" +msgstr "Brug billedets farve" -#: plug-ins/flame/flame.c:737 -msgid "Horseshoe" -msgstr "Hestesko" +#: ../plug-ins/common/smooth-palette.c:88 +#, fuzzy +msgid "Smoo_th Palette..." +msgstr "Jævn palet" -#: plug-ins/flame/flame.c:738 plug-ins/gfig/gfig-dialog.c:1403 -msgid "Polar" -msgstr "Polær" +#: ../plug-ins/common/smooth-palette.c:179 +#, fuzzy +msgid "Deriving smooth palette" +msgstr "Afleder jævn palet..." -#: plug-ins/flame/flame.c:739 -msgid "Bent" -msgstr "Bøjet" +#: ../plug-ins/common/smooth-palette.c:412 +msgid "Smooth Palette" +msgstr "Jævn palet" -#: plug-ins/flame/flame.c:752 -msgid "_Variation:" -msgstr "_Variation:" +#: ../plug-ins/common/smooth-palette.c:452 +#, fuzzy +msgid "_Search depth:" +msgstr "_Søgedybde:" -#: plug-ins/flame/flame.c:774 -msgid "Load Flame" -msgstr "Indlæs flamme" +#: ../plug-ins/common/softglow.c:134 +msgid "Simulate glow by making highlights intense and fuzzy" +msgstr "" -#: plug-ins/flame/flame.c:789 -msgid "Save Flame" -msgstr "Gem flamme" +#: ../plug-ins/common/softglow.c:139 +#, fuzzy +msgid "_Softglow..." +msgstr "_Sobel" -#: plug-ins/flame/flame.c:931 -msgid "Flame" -msgstr "Flamme" +#: ../plug-ins/common/softglow.c:632 +msgid "Softglow" +msgstr "" -#: plug-ins/flame/flame.c:1025 -msgid "_Rendering" -msgstr "_Generér" +#: ../plug-ins/common/softglow.c:669 +#, fuzzy +msgid "_Glow radius:" +msgstr "_Sløringsradius:" -#: plug-ins/flame/flame.c:1051 -msgid "Co_ntrast:" -msgstr "Ko_ntrast:" +#: ../plug-ins/common/sparkle.c:178 +msgid "Turn bright spots into starry sparkles" +msgstr "" -#: plug-ins/flame/flame.c:1065 -msgid "_Gamma:" -msgstr "_Gamma:" +#: ../plug-ins/common/sparkle.c:186 +#, fuzzy +msgid "_Sparkle..." +msgstr "Udsmelter..." + +#: ../plug-ins/common/sparkle.c:223 +msgid "Region selected for filter is empty" +msgstr "" -#: plug-ins/flame/flame.c:1079 +#: ../plug-ins/common/sparkle.c:299 #, fuzzy -msgid "Sample _density:" -msgstr "Stikprøve_tæthed:" +msgid "Sparkling" +msgstr "Udsmelter..." + +#: ../plug-ins/common/sparkle.c:337 +msgid "Sparkle" +msgstr "Udsmeltning" -#: plug-ins/flame/flame.c:1090 +#: ../plug-ins/common/sparkle.c:373 #, fuzzy -msgid "Spa_tial oversample:" -msgstr "Rum_lig overindsamling:" +msgid "Luminosity _threshold:" +msgstr "Lysstyrke_tærskel:" -#: plug-ins/flame/flame.c:1101 +#: ../plug-ins/common/sparkle.c:376 #, fuzzy -msgid "Spatial _filter radius:" -msgstr "Rumlig _filterradius:" +msgid "Adjust the luminosity threshold" +msgstr "Indstil tærsklen for lysstyrke" -#: plug-ins/flame/flame.c:1120 -msgid "Color_map:" -msgstr "Farve_kort:" +#: ../plug-ins/common/sparkle.c:386 +#, fuzzy +msgid "F_lare intensity:" +msgstr "F_lammeintensitet:" -#: plug-ins/flame/flame.c:1162 +#: ../plug-ins/common/sparkle.c:389 #, fuzzy -msgid "Custom gradient" -msgstr "Brugerdefineret farveovergang" +msgid "Adjust the flare intensity" +msgstr "Justér flammeintensiteten" -#: plug-ins/flame/flame.c:1188 -msgid "C_amera" -msgstr "K_amera" +#: ../plug-ins/common/sparkle.c:399 +#, fuzzy +msgid "_Spike length:" +msgstr "_Strålelængde:" -#: plug-ins/flame/flame.c:1193 -msgid "_Zoom:" -msgstr "_Zoom:" +#: ../plug-ins/common/sparkle.c:402 +#, fuzzy +msgid "Adjust the spike length" +msgstr "Justér strålelængden" -#: plug-ins/gfig/gfig-bezier.c:448 -msgid "Closed" -msgstr "Lukket" +#: ../plug-ins/common/sparkle.c:412 +#, fuzzy +msgid "Sp_ike points:" +msgstr "Str_ålingspunkter:" -#: plug-ins/gfig/gfig-bezier.c:453 -msgid "Close curve on completion" -msgstr "Luk kurve ved afslutning" +#: ../plug-ins/common/sparkle.c:415 +#, fuzzy +msgid "Adjust the number of spikes" +msgstr "Indstil antallet af stråler" -#: plug-ins/gfig/gfig-bezier.c:458 -msgid "Show Line Frame" -msgstr "Vis linjeramme" +#: ../plug-ins/common/sparkle.c:425 +#, fuzzy +msgid "Spi_ke angle (-1: random):" +msgstr "Stråle_vinkel (-1: tilfældig)" -#: plug-ins/gfig/gfig-bezier.c:463 -msgid "Draws lines between the control points. Only during curve creation" -msgstr "Tegner linjer mellem kontrolpunkter. Kun under oprettelse af kurve." +#: ../plug-ins/common/sparkle.c:428 +#, fuzzy +msgid "Adjust the spike angle (-1 causes a random angle to be chosen)" +msgstr "" +"Indstil vinklen mellem strålerne (-1 betyder at en tilfældig vinkel vælges)" -#. Start building the dialog up -#: plug-ins/gfig/gfig-dialog.c:295 -msgid "Gfig" -msgstr "Figurer" +#: ../plug-ins/common/sparkle.c:439 +#, fuzzy +msgid "Spik_e density:" +msgstr "Stråle_tæthed:" -#. Tool options notebook -#: plug-ins/gfig/gfig-dialog.c:341 +#: ../plug-ins/common/sparkle.c:442 #, fuzzy -msgid "Tool options" -msgstr "Zoomindstillinger" +msgid "Adjust the spike density" +msgstr "Justér stråletætheden" -#: plug-ins/gfig/gfig-dialog.c:358 +#: ../plug-ins/common/sparkle.c:452 #, fuzzy -msgid "_Stroke" -msgstr "_Stråler:" +msgid "Tr_ansparency:" +msgstr "Gennemsigtig" -#. Fill frame on right side -#: plug-ins/gfig/gfig-dialog.c:405 +#: ../plug-ins/common/sparkle.c:455 #, fuzzy -msgid "Fill" -msgstr "Film" +msgid "Adjust the opacity of the spikes" +msgstr "Justér uigennemsigtigheden af strålerne" -#: plug-ins/gfig/gfig-dialog.c:419 -msgid "No fill" -msgstr "" +#: ../plug-ins/common/sparkle.c:465 +#, fuzzy +msgid "_Random hue:" +msgstr "Tilfældig _farvetone:" -#: plug-ins/gfig/gfig-dialog.c:420 +#: ../plug-ins/common/sparkle.c:468 #, fuzzy -msgid "Color fill" -msgstr "Farve" +msgid "Adjust how much the hue should be changed randomly" +msgstr "Indstil hvor meget farvetonen skal ændres tilfældigt" -#: plug-ins/gfig/gfig-dialog.c:421 +#: ../plug-ins/common/sparkle.c:478 #, fuzzy -msgid "Pattern fill" -msgstr "Mønster" +msgid "Rando_m saturation:" +msgstr "Tilfældig _mætning:" -#: plug-ins/gfig/gfig-dialog.c:422 +#: ../plug-ins/common/sparkle.c:481 #, fuzzy -msgid "Gradient fill" -msgstr "Farveovergang" +msgid "Adjust how much the saturation should be changed randomly" +msgstr "Indstil hvor meget mætningen skal ændres tilfældigt" -#. "show image" checkbutton at bottom of style frame -#: plug-ins/gfig/gfig-dialog.c:482 +#: ../plug-ins/common/sparkle.c:498 #, fuzzy -msgid "Show image" -msgstr "Vis billede" +msgid "_Preserve luminosity" +msgstr "_Bevar lysstyrke" -#. "show grid" checkbutton at bottom of style frame -#: plug-ins/gfig/gfig-dialog.c:504 +#: ../plug-ins/common/sparkle.c:505 #, fuzzy -msgid "Show grid" -msgstr "Vis gitter" +msgid "Should the luminosity be preserved?" +msgstr "Bevar den samme lysstyrke" -#: plug-ins/gfig/gfig-dialog.c:639 -msgid "Load Gfig object collection" -msgstr "Indlæs figursamling" +#: ../plug-ins/common/sparkle.c:514 +msgid "In_verse" +msgstr "In_vertér" -#: plug-ins/gfig/gfig-dialog.c:683 -msgid "Save Gfig Drawing" -msgstr "Gem figur" +#: ../plug-ins/common/sparkle.c:520 +#, fuzzy +msgid "Should the effect be inversed?" +msgstr "Benyt en invers effekt" -#: plug-ins/gfig/gfig-dialog.c:820 -msgid "First Gfig" -msgstr "Første figur" +#: ../plug-ins/common/sparkle.c:529 +#, fuzzy +msgid "A_dd border" +msgstr "Tilføj _kant" -#: plug-ins/gfig/gfig-dialog.c:859 +#: ../plug-ins/common/sparkle.c:535 #, fuzzy -msgid "_Undo" -msgstr "Fortryd" +msgid "Draw a border of spikes around the image" +msgstr "Tegn en kant af stråler omkring billedet" -#: plug-ins/gfig/gfig-dialog.c:863 +#: ../plug-ins/common/sparkle.c:549 #, fuzzy -msgid "_Clear" -msgstr "Ryd" +msgid "_Natural color" +msgstr "_Naturlig farve" -#: plug-ins/gfig/gfig-dialog.c:867 +#: ../plug-ins/common/sparkle.c:550 #, fuzzy -msgid "_Grid" -msgstr "Gitter" +msgid "_Foreground color" +msgstr "_Forgrundsfarve" -#: plug-ins/gfig/gfig-dialog.c:875 +#: ../plug-ins/common/sparkle.c:551 #, fuzzy -msgid "Raise selected object" -msgstr "Flyt markerede objekter" +msgid "_Background color" +msgstr "_Baggrundsfarve" -#: plug-ins/gfig/gfig-dialog.c:879 +#: ../plug-ins/common/sparkle.c:558 #, fuzzy -msgid "Lower selected object" -msgstr "Flyt markerede objekter" +msgid "Use the color of the image" +msgstr "Brug billedets farve" -#: plug-ins/gfig/gfig-dialog.c:883 +#: ../plug-ins/common/sparkle.c:559 #, fuzzy -msgid "Raise selected object to top" -msgstr "Læser indstillingerne fra det valgte forvalg" +msgid "Use the foreground color" +msgstr "Benyt forgrundsfarve" -#: plug-ins/gfig/gfig-dialog.c:887 +#: ../plug-ins/common/sparkle.c:560 #, fuzzy -msgid "Lower selected object to bottom" -msgstr "Flyt markerede objekter" +msgid "Use the background color" +msgstr "Benyt baggrundsfarve" -#: plug-ins/gfig/gfig-dialog.c:891 -msgid "Show previous object" -msgstr "Vis forrige objekt" +#: ../plug-ins/common/sphere-designer.c:291 +#: ../plug-ins/gimpressionist/general.c:166 +msgid "Solid" +msgstr "Ensfarvet" -#: plug-ins/gfig/gfig-dialog.c:895 -msgid "Show next object" -msgstr "Vis næste objekt" +#: ../plug-ins/common/sphere-designer.c:292 +msgid "Checker" +msgstr "Skakbræt" -#: plug-ins/gfig/gfig-dialog.c:899 -msgid "Show all objects" -msgstr "Vis alle objekter" +#: ../plug-ins/common/sphere-designer.c:293 +msgid "Marble" +msgstr "Marmor" -#: plug-ins/gfig/gfig-dialog.c:905 -msgid "Create line" -msgstr "Opret linje" +#: ../plug-ins/common/sphere-designer.c:294 +msgid "Lizard" +msgstr "Firben" -#: plug-ins/gfig/gfig-dialog.c:908 -msgid "Create circle" -msgstr "Opret cirkel" +#: ../plug-ins/common/sphere-designer.c:295 +msgid "Phong" +msgstr "Phong" -#: plug-ins/gfig/gfig-dialog.c:911 -msgid "Create ellipse" -msgstr "Opret ellipse" +#: ../plug-ins/common/sphere-designer.c:296 ../plug-ins/flame/flame.c:774 +msgid "Noise" +msgstr "Støj" + +#: ../plug-ins/common/sphere-designer.c:297 +msgid "Wood" +msgstr "Træ" + +#: ../plug-ins/common/sphere-designer.c:298 ../plug-ins/flame/flame.c:758 +msgid "Spiral" +msgstr "Spiral" + +#: ../plug-ins/common/sphere-designer.c:299 +msgid "Spots" +msgstr "Prikker" + +#: ../plug-ins/common/sphere-designer.c:1742 +#: ../plug-ins/common/sphere-designer.c:2690 +msgid "Texture" +msgstr "Tekstur" + +#: ../plug-ins/common/sphere-designer.c:1744 +msgid "Bumpmap" +msgstr "Højdekort" -#: plug-ins/gfig/gfig-dialog.c:914 +#: ../plug-ins/common/sphere-designer.c:1746 +#: ../plug-ins/common/sphere-designer.c:2692 +msgid "Light" +msgstr "Lys" + +#: ../plug-ins/common/sphere-designer.c:2009 +#, fuzzy, c-format +msgid "File '%s' is not a valid save file." +msgstr "'%s' er ikke en gyldig farveovergangsblusfil." + +#: ../plug-ins/common/sphere-designer.c:2187 +msgid "Open File" +msgstr "Åbn fil" + +#: ../plug-ins/common/sphere-designer.c:2187 +msgid "Save File" +msgstr "Gem fil" + +#: ../plug-ins/common/sphere-designer.c:2544 +msgid "Sphere Designer" +msgstr "Kugledesigner" + +#: ../plug-ins/common/sphere-designer.c:2675 #, fuzzy -msgid "Create arc" -msgstr "Opret bue" +msgid "Properties" +msgstr "Teksturegenskaber" -#: plug-ins/gfig/gfig-dialog.c:917 -msgid "Create reg polygon" -msgstr "Opret regulær polygon" +#: ../plug-ins/common/sphere-designer.c:2691 +msgid "Bump" +msgstr "Bump" -#: plug-ins/gfig/gfig-dialog.c:920 -msgid "Create star" -msgstr "Opret stjerne" +#. row labels +#: ../plug-ins/common/sphere-designer.c:2699 +#: ../plug-ins/lighting/lighting-ui.c:405 +msgid "Type:" +msgstr "Type:" -#: plug-ins/gfig/gfig-dialog.c:923 -msgid "Create spiral" -msgstr "Opret spiral" +#: ../plug-ins/common/sphere-designer.c:2718 +msgid "Texture:" +msgstr "Tekstur:" -#: plug-ins/gfig/gfig-dialog.c:926 -msgid "Create bezier curve. Shift + Button ends object creation." -msgstr "Opret bezierkurve. Skift + knap afslutter oprettelsen" +#: ../plug-ins/common/sphere-designer.c:2723 +msgid "Colors:" +msgstr "Farver:" -#: plug-ins/gfig/gfig-dialog.c:930 -msgid "Move an object" -msgstr "Flyt en figur" +# "dialog" overflødigt og ikke tråd med alm. standard +#: ../plug-ins/common/sphere-designer.c:2726 +#: ../plug-ins/common/sphere-designer.c:2737 +msgid "Color Selection Dialog" +msgstr "Farvevælger" -#: plug-ins/gfig/gfig-dialog.c:933 -msgid "Move a single point" -msgstr "Flyt et enkelt punkt" +#. Scale +#: ../plug-ins/common/sphere-designer.c:2748 +#: ../plug-ins/gimpressionist/paper.c:194 +#: ../plug-ins/ifs-compose/ifs-compose.c:554 +msgid "Scale:" +msgstr "Skalér:" -#: plug-ins/gfig/gfig-dialog.c:936 -msgid "Copy an object" -msgstr "Kopiér en figur" +#: ../plug-ins/common/sphere-designer.c:2756 +msgid "Turbulence:" +msgstr "Turbulens:" -#: plug-ins/gfig/gfig-dialog.c:939 -msgid "Delete an object" -msgstr "Slet en figur" +#: ../plug-ins/common/sphere-designer.c:2763 +msgid "Amount:" +msgstr "Mængde:" + +#: ../plug-ins/common/sphere-designer.c:2770 +#, fuzzy +msgid "Exp.:" +msgstr "Eksp:" + +#: ../plug-ins/common/sphere-designer.c:2777 +#, fuzzy +msgid "Transformations" +msgstr "Transformation %s" + +#: ../plug-ins/common/sphere-designer.c:2793 +#: ../plug-ins/map-object/map-object-ui.c:1143 +msgid "Scale X:" +msgstr "Skalering x:" + +#: ../plug-ins/common/sphere-designer.c:2800 +msgid "Scale Y:" +msgstr "Skalering y:" + +#: ../plug-ins/common/sphere-designer.c:2806 +msgid "Scale Z:" +msgstr "Skalering z:" + +#: ../plug-ins/common/sphere-designer.c:2813 +msgid "Rotate X:" +msgstr "Rotér x:" + +#: ../plug-ins/common/sphere-designer.c:2820 +msgid "Rotate Y:" +msgstr "Rotér y:" + +#: ../plug-ins/common/sphere-designer.c:2827 +msgid "Rotate Z:" +msgstr "Rotér z:" + +#: ../plug-ins/common/sphere-designer.c:2834 +#, fuzzy +msgid "Position X:" +msgstr "Placering" + +#: ../plug-ins/common/sphere-designer.c:2841 +#, fuzzy +msgid "Position Y:" +msgstr "Placering" + +#: ../plug-ins/common/sphere-designer.c:2848 +#, fuzzy +msgid "Position Z:" +msgstr "Placering" + +#: ../plug-ins/common/sphere-designer.c:2963 +#, fuzzy +msgid "Rendering sphere" +msgstr "Genererer kugle..." + +#: ../plug-ins/common/sphere-designer.c:3013 +#, fuzzy +msgid "Create an image of a textured sphere" +msgstr "Centrér billedet på papiret" -#: plug-ins/gfig/gfig-dialog.c:942 +#: ../plug-ins/common/sphere-designer.c:3020 #, fuzzy -msgid "Select an object" -msgstr "Slet en figur" +msgid "Sphere _Designer..." +msgstr "Kugledesigner" -#: plug-ins/gfig/gfig-dialog.c:1023 -msgid "This tool has no options" +#: ../plug-ins/common/sphere-designer.c:3080 +msgid "Region selected for plug-in is empty" msgstr "" -#. Put buttons in -#: plug-ins/gfig/gfig-dialog.c:1230 +#: ../plug-ins/common/threshold-alpha.c:85 +msgid "Make transparency all-or-nothing" +msgstr "" + +#: ../plug-ins/common/threshold-alpha.c:90 #, fuzzy -msgid "Show position" -msgstr "Vis position" +msgid "_Threshold Alpha..." +msgstr "Alfatærskel" -#: plug-ins/gfig/gfig-dialog.c:1242 +#: ../plug-ins/common/threshold-alpha.c:131 #, fuzzy -msgid "Show control points" -msgstr "Skjul kontrolpunkter" +msgid "The layer has its alpha channel locked." +msgstr "Kan ikke gemme billeder med alfakanal." + +#: ../plug-ins/common/threshold-alpha.c:137 +msgid "RGBA/GRAYA drawable is not selected." +msgstr "RGBA/GRAYA-tegneobjekt ikke valgt." -#: plug-ins/gfig/gfig-dialog.c:1276 +#: ../plug-ins/common/threshold-alpha.c:165 #, fuzzy -msgid "Max undo:" -msgstr "Maks. fortryd:" +msgid "Coloring transparency" +msgstr "Ryd gennemsigtigt" -#: plug-ins/gfig/gfig-dialog.c:1285 plug-ins/gimpressionist/general.c:166 -msgid "Transparent" -msgstr "Gennemsigtig" +#: ../plug-ins/common/threshold-alpha.c:248 +msgid "Threshold Alpha" +msgstr "Alfatærskel" -#: plug-ins/gfig/gfig-dialog.c:1287 -msgid "Foreground" -msgstr "Forgrund" +#: ../plug-ins/common/threshold-alpha.c:283 +msgid "Threshold:" +msgstr "Tærskel:" -#: plug-ins/gfig/gfig-dialog.c:1289 plug-ins/imagemap/imap_cmd_copy.c:54 -#: plug-ins/imagemap/imap_cmd_copy_object.c:55 -#: plug-ins/imagemap/imap_object_popup.c:113 -#: plug-ins/imagemap/imap_toolbar.c:126 -msgid "Copy" -msgstr "Kopiér" +#: ../plug-ins/common/tile-glass.c:124 +msgid "Simulate distortion caused by square glass tiles" +msgstr "" -#: plug-ins/gfig/gfig-dialog.c:1298 +#: ../plug-ins/common/tile-glass.c:130 #, fuzzy -msgid "" -"Layer background type. Copy causes the previous layer to be copied before " -"the draw is performed." -msgstr "" -"Lagbaggrundstype. \"Kopiér\" gør at det forrige lag kopieres før tegningen " -"udføres." +msgid "_Glass Tile..." +msgstr "Tilføjer glasflise..." -#: plug-ins/gfig/gfig-dialog.c:1304 -msgid "Background:" -msgstr "Baggrund:" +#: ../plug-ins/common/tile-glass.c:210 ../plug-ins/common/tile-glass.c:250 +msgid "Glass Tile" +msgstr "Glasflise" -#: plug-ins/gfig/gfig-dialog.c:1307 -msgid "Feather" -msgstr "Udvisk" +#: ../plug-ins/common/tile-glass.c:289 +#, fuzzy +msgid "Tile _width:" +msgstr "Flise_bredde:" -#: plug-ins/gfig/gfig-dialog.c:1331 -msgid "Radius:" -msgstr "Radius:" +# passer bedre i flertal +#: ../plug-ins/common/tile-paper.c:243 ../plug-ins/common/tile-paper.c:556 +msgid "Paper Tile" +msgstr "Papirbrikker" -#: plug-ins/gfig/gfig-dialog.c:1386 -msgid "Grid spacing:" -msgstr "Gittermellemrum:" +#: ../plug-ins/common/tile-paper.c:269 +msgid "Division" +msgstr "Division" -#: plug-ins/gfig/gfig-dialog.c:1402 plug-ins/imagemap/imap_menu.c:369 -#: plug-ins/imagemap/imap_popup.c:137 plug-ins/imagemap/imap_tools.c:156 -msgid "Rectangle" -msgstr "Rektangel" +#: ../plug-ins/common/tile-paper.c:319 +msgid "Fractional Pixels" +msgstr "Delpunkter" -#: plug-ins/gfig/gfig-dialog.c:1404 -msgid "Isometric" -msgstr "Isometrisk" +#: ../plug-ins/common/tile-paper.c:324 +msgid "_Background" +msgstr "_Baggrund" -#: plug-ins/gfig/gfig-dialog.c:1413 -#, fuzzy -msgid "Grid type:" -msgstr "Gittertype:" +#: ../plug-ins/common/tile-paper.c:326 +msgid "_Ignore" +msgstr "_Ignorér" -#: plug-ins/gfig/gfig-dialog.c:1420 plug-ins/gflare/gflare.c:559 -msgid "Normal" -msgstr "Normal" +#: ../plug-ins/common/tile-paper.c:328 +msgid "_Force" +msgstr "_Tving" -#: plug-ins/gfig/gfig-dialog.c:1423 -msgid "Grey" -msgstr "Grå" +#: ../plug-ins/common/tile-paper.c:335 +msgid "C_entering" +msgstr "C_entrering" -#: plug-ins/gfig/gfig-dialog.c:1424 -msgid "Darker" -msgstr "Mørkere" +#: ../plug-ins/common/tile-paper.c:350 +msgid "Movement" +msgstr "Bevægelse" -#: plug-ins/gfig/gfig-dialog.c:1425 -msgid "Lighter" -msgstr "Lysere" +#: ../plug-ins/common/tile-paper.c:363 +msgid "_Max (%):" +msgstr "_Maks. (%):" -#: plug-ins/gfig/gfig-dialog.c:1426 +#: ../plug-ins/common/tile-paper.c:369 #, fuzzy -msgid "Very dark" -msgstr "Meget mørk" +msgid "_Wrap around" +msgstr "_Ombryd" -#: plug-ins/gfig/gfig-dialog.c:1435 -#, fuzzy -msgid "Grid color:" -msgstr "Gitterfarve:" +#: ../plug-ins/common/tile-paper.c:379 +msgid "Background Type" +msgstr "Baggrundstype" -#: plug-ins/gfig/gfig-dialog.c:1638 +#: ../plug-ins/common/tile-paper.c:386 #, fuzzy -msgid "Sides:" -msgstr "Størrelser:" +msgid "I_nverted image" +msgstr "I_nverteret billede" -#: plug-ins/gfig/gfig-dialog.c:1648 -#, fuzzy -msgid "Right" -msgstr "_Højre" +#: ../plug-ins/common/tile-paper.c:388 +msgid "Im_age" +msgstr "_Billede" -#: plug-ins/gfig/gfig-dialog.c:1649 +#: ../plug-ins/common/tile-paper.c:390 #, fuzzy -msgid "Left" -msgstr "_Venstre" - -#: plug-ins/gfig/gfig-dialog.c:1659 plug-ins/gimpressionist/orientation.c:130 -#: plug-ins/print/gimp_main_window.c:500 -msgid "Orientation:" -msgstr "Orientering:" - -#: plug-ins/gfig/gfig-dobject.c:585 -msgid "Hey where has the object gone ?" -msgstr "Hov, hvor er figuren henne?" +msgid "Fo_reground color" +msgstr "Fo_rgrundsfarve" -#: plug-ins/gfig/gfig-dobject.c:941 -msgid "Error reading file" -msgstr "Fejl ved læsning af fil" +#: ../plug-ins/common/tile-paper.c:392 +#, fuzzy +msgid "Bac_kground color" +msgstr "Bag_grundsfarve" -#: plug-ins/gfig/gfig-dobject.c:1030 -msgid "Editing read-only object - you will not be able to save it" -msgstr "Redigerer en figur der kun kan læses - du vil ikke kunne gemme den" +#: ../plug-ins/common/tile-paper.c:394 +msgid "S_elect here:" +msgstr "_Vælg her:" -#: plug-ins/gfig/gfig-poly.c:56 -msgid "Regular Polygon Number of Sides" -msgstr "Antal sider i regulær polygon" +#: ../plug-ins/common/tile-paper.c:401 +msgid "Background Color" +msgstr "Baggrundsfarve" -#: plug-ins/gfig/gfig-preview.c:333 -msgid "Object Details" -msgstr "Figuroplysninger" +#: ../plug-ins/common/tile-paper.c:846 +msgid "Cut image into paper tiles, and slide them" +msgstr "" -#. Position labels -#: plug-ins/gfig/gfig-preview.c:383 -#, fuzzy -msgid "XY position:" -msgstr "(x,y)-position:" +#: ../plug-ins/common/tile-paper.c:851 +msgid "September 31, 1999" +msgstr "31. september, 1999" -#: plug-ins/gfig/gfig-spiral.c:59 +#: ../plug-ins/common/tile-paper.c:852 #, fuzzy -msgid "Spiral Number of Turns" -msgstr "Antal punkter i spiral" - -#: plug-ins/gfig/gfig-star.c:57 -msgid "Star Number of Points" -msgstr "Antal punkter i stjerne" +msgid "_Paper Tile..." +msgstr "Udskærer papirbrikker..." -#: plug-ins/gfig/gfig.c:132 +#: ../plug-ins/common/tile-seamless.c:67 #, fuzzy -msgid "_Gfig..." -msgstr "Figurer" - -#: plug-ins/gfig/gfig.c:726 -msgid "" -"Error trying to save figure as a parasite: can't attach parasite to " -"drawable.\n" +msgid "Alters edges to make the image seamlessly tileable" msgstr "" +"Angiver om det resulterende billede skal være fliselægbart uden en synlig " +"overgang" -#: plug-ins/gfig/gfig.c:747 -#, c-format -msgid "Error trying to open temp file '%s'for parasite loading.\n" +#: ../plug-ins/common/tile-seamless.c:73 +msgid "_Make Seamless" msgstr "" -#: plug-ins/gflare/gflare.c:560 -msgid "Addition" -msgstr "Læg til" - -#: plug-ins/gflare/gflare.c:561 -msgid "Overlay" -msgstr "Læg over" - -#: plug-ins/gflare/gflare.c:821 +#: ../plug-ins/common/tile-seamless.c:338 #, fuzzy -msgid "_GFlare..." -msgstr "Farveovergangsblus" - -#: plug-ins/gflare/gflare.c:960 -msgid "Gradient Flare..." -msgstr "Farveovergangsblus..." - -#: plug-ins/gflare/gflare.c:1262 -#, c-format -msgid "Failed to open GFlare file '%s': %s" -msgstr "Kunne ikke åbne farveovergangsblusfilen '%s': %s" - -#: plug-ins/gflare/gflare.c:1270 -#, c-format -msgid "'%s' is not a valid GFlare file." -msgstr "'%s' er ikke en gyldig farveovergangsblusfil." - -#: plug-ins/gflare/gflare.c:1324 -#, c-format -msgid "invalid formatted GFlare file: %s\n" -msgstr "ugyldigt formateret farveovergangsblusfil: %s\n" +msgid "Tiler" +msgstr "Fliselæg" -#: plug-ins/gflare/gflare.c:1449 -#, c-format -msgid "" -"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" -"(gflare-path \"%s\")\n" -"and make a folder '%s', then you can save your own GFlares into that folder." +#: ../plug-ins/common/tile-small.c:215 +msgid "Tile image into smaller versions of the original" msgstr "" -"Farveovergangsblus: \"%s\" blev ikke gemt. Hvis du tilføjer en ny linje til " -"\"%s\", ala:\n" -"(gflare-path \"%s\")\n" -"og opretter mappen \"%s\", så kan du gemme dine egne blus i den mappe." - -#: plug-ins/gflare/gflare.c:1482 -#, c-format -msgid "Failed to write GFlare file '%s': %s" -msgstr "Kunne ikke skrive farveovergangsblusfilen '%s': %s" - -#. -#. * Dialog Shell -#. -#: plug-ins/gflare/gflare.c:2294 -msgid "GFlare" -msgstr "Farveovergangsblus" -#: plug-ins/gflare/gflare.c:2346 +#: ../plug-ins/common/tile-small.c:220 #, fuzzy -msgid "A_uto update preview" -msgstr "_Hold eksempel opdateret" - -#: plug-ins/gflare/gflare.c:2397 -msgid "`Default' is created." -msgstr "'Standard' blev oprettet." - -#: plug-ins/gflare/gflare.c:2398 -msgid "Default" -msgstr "Standard" +msgid "_Small Tiles..." +msgstr "A_lle fliser" -#: plug-ins/gflare/gflare.c:2699 -msgid "Ro_tation:" -msgstr "_Rotering:" +#: ../plug-ins/common/tile-small.c:263 +msgid "Region selected for filter is empty." +msgstr "" -#: plug-ins/gflare/gflare.c:2711 +#. Set the tile cache size +#: ../plug-ins/common/tile-small.c:321 ../plug-ins/common/tile.c:190 #, fuzzy -msgid "_Hue rotation:" -msgstr "Farve_tonerotering:" +msgid "Tiling" +msgstr "Fliselægger..." -#: plug-ins/gflare/gflare.c:2723 -msgid "Vector _Angle:" -msgstr "Vektor_vinkel:" +#. Get the preview image +#: ../plug-ins/common/tile-small.c:364 +#, fuzzy +msgid "Small Tiles" +msgstr "A_lle fliser" -#: plug-ins/gflare/gflare.c:2735 -msgid "Vector _Length:" -msgstr "Vektor_længde:" +#. Area for buttons etc +#. Flip +#: ../plug-ins/common/tile-small.c:414 +#: ../plug-ins/ifs-compose/ifs-compose.c:610 +msgid "Flip" +msgstr "Spejling" -#: plug-ins/gflare/gflare.c:2756 +#: ../plug-ins/common/tile-small.c:462 #, fuzzy -msgid "A_daptive supersampling" -msgstr "A_daptiv udjævning" +msgid "A_ll tiles" +msgstr "A_lle fliser" -#: plug-ins/gflare/gflare.c:2775 -msgid "_Max Depth:" -msgstr "_Maks. dybde:" +#: ../plug-ins/common/tile-small.c:476 +#, fuzzy +msgid "Al_ternate tiles" +msgstr "Sk_iftevise fliser" -#: plug-ins/gflare/gflare.c:2785 -msgid "_Threshold" -msgstr "_Tærskel" +#: ../plug-ins/common/tile-small.c:490 +#, fuzzy +msgid "_Explicit tile" +msgstr "_Bestemt flise" -#: plug-ins/gflare/gflare.c:2923 -msgid "S_elector" -msgstr "V_ælger" +#: ../plug-ins/common/tile-small.c:496 +msgid "Ro_w:" +msgstr "Ræ_kke:" -#: plug-ins/gflare/gflare.c:2987 -msgid "New GFlare" -msgstr "Nyt blus" +#: ../plug-ins/common/tile-small.c:520 +msgid "Col_umn:" +msgstr "Ko_lonne:" -#: plug-ins/gflare/gflare.c:2990 -msgid "Enter a name for the new GFlare" -msgstr "Indtast et navn til det nye blus" +#: ../plug-ins/common/tile-small.c:572 +msgid "O_pacity:" +msgstr "_Uigennemsighed:" -#: plug-ins/gflare/gflare.c:3010 -#, c-format -msgid "The name '%s' is used already!" -msgstr "Navnet '%s' er allerede i brug!" +#. Lower frame saying howmany segments +#: ../plug-ins/common/tile-small.c:581 +#, fuzzy +msgid "Number of Segments" +msgstr "_Antal segmenter:" -#: plug-ins/gflare/gflare.c:3066 -msgid "Copy GFlare" -msgstr "Kopiér blus" +#: ../plug-ins/common/tile.c:101 +#, fuzzy +msgid "Create an array of copies of the image" +msgstr "Tegn en kant af stråler omkring billedet" -#: plug-ins/gflare/gflare.c:3069 -msgid "Enter a name for the copied GFlare" -msgstr "Indtast et navn til det kopierede blus" +#: ../plug-ins/common/tile.c:111 +#, fuzzy +msgid "_Tile..." +msgstr "Omdanner til fliselægbar..." -#: plug-ins/gflare/gflare.c:3091 -#, c-format -msgid "The name `%s' is used already!" -msgstr "Navnet '%s' er allerede i brug!" +#: ../plug-ins/common/tile.c:401 +msgid "Tile" +msgstr "Fliselæg" -#: plug-ins/gflare/gflare.c:3122 -msgid "Cannot delete!! There must be at least one GFlare." -msgstr "Kan ikke slette! Der skal mindst være ét blus." +# billedet lægges side om side til det har opnået den nye størrelse +#: ../plug-ins/common/tile.c:422 +msgid "Tile to New Size" +msgstr "Fliselæg for at opnå ny størrelse" -#: plug-ins/gflare/gflare.c:3132 -msgid "Delete GFlare" -msgstr "Slet blus" +#: ../plug-ins/common/tile.c:444 +#, fuzzy +msgid "C_reate new image" +msgstr "Opret nyt billede" -#: plug-ins/gflare/gflare.c:3203 -#, c-format -msgid "not found %s in gflares_list" -msgstr "kunne ikke finde %s i gflares_list" +#: ../plug-ins/common/unit-editor.c:94 +msgid "Saved" +msgstr "Gemt" -#: plug-ins/gflare/gflare.c:3244 -msgid "GFlare Editor" -msgstr "Blusredigering" +#: ../plug-ins/common/unit-editor.c:94 +msgid "" +"A unit definition will only be saved before GIMP exits if this column is " +"checked." +msgstr "" +"En enhedsdefinition vil kun blive gemt før Gimp afslutter, hvis denne " +"kolonne er valgt." -#: plug-ins/gflare/gflare.c:3248 -msgid "Rescan Gradients" -msgstr "Genskan farveovergange" +#: ../plug-ins/common/unit-editor.c:96 +msgid "ID" +msgstr "Id" -#. Glow -#: plug-ins/gflare/gflare.c:3367 -msgid "Glow Paint Options" -msgstr "Indstillinger for glødtegning" +#: ../plug-ins/common/unit-editor.c:96 +msgid "" +"This string will be used to identify a unit in GIMP's configuration files." +msgstr "" +"Denne tekst bliver bruges til at identificere en enhed i Gimps " +"konfigurationsfiler." -#: plug-ins/gflare/gflare.c:3378 plug-ins/gflare/gflare.c:3406 -#: plug-ins/gflare/gflare.c:3434 -msgid "Opacity:" -msgstr "Uigennemsighed:" +#: ../plug-ins/common/unit-editor.c:98 +msgid "Factor" +msgstr "Faktor" -#: plug-ins/gflare/gflare.c:3391 plug-ins/gflare/gflare.c:3419 -#: plug-ins/gflare/gflare.c:3447 -msgid "Paint Mode:" -msgstr "Tegnetilstand:" +#: ../plug-ins/common/unit-editor.c:98 +msgid "How many units make up an inch." +msgstr "Hvor mange enheder der går på en tomme." -#. Rays -#: plug-ins/gflare/gflare.c:3395 -msgid "Rays Paint Options" -msgstr "Indstillinger for stråletegning" +#: ../plug-ins/common/unit-editor.c:99 +msgid "Digits" +msgstr "Cifre" -#. Rays -#: plug-ins/gflare/gflare.c:3423 -msgid "Second Flares Paint Options" -msgstr "Indstillinger for tegning af andet blus" +#: ../plug-ins/common/unit-editor.c:99 +msgid "" +"This field is a hint for numerical input fields. It specifies how many " +"decimal digits the input field should provide to get approximately the same " +"accuracy as an \"inch\" input field with two decimal digits." +msgstr "" +"Dette felt er en hjælp til numeriske indtastningsfelter. Det angiver hvor " +"mange decimale cifre feltet bør have for at få tilnærmelsesvis den samme " +"præcision som et felt med to decimale cifre hvor enheden er tommer." -#: plug-ins/gflare/gflare.c:3450 plug-ins/gimpressionist/general.c:115 -msgid "_General" -msgstr "_Generelt" +#: ../plug-ins/common/unit-editor.c:104 +msgid "Symbol" +msgstr "Symbol" -#. -#. * Gradient Menus -#. -#: plug-ins/gflare/gflare.c:3476 plug-ins/gflare/gflare.c:3579 -#: plug-ins/gflare/gflare.c:3718 -msgid "Gradients" -msgstr "Farveovergange" +#: ../plug-ins/common/unit-editor.c:104 +msgid "" +"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's " +"abbreviation is used if doesn't have a symbol." +msgstr "" +"Symbolet for enheden hvis den har et (fx \"'\" for tommer). Benyt enhedens " +"forkortelse hvis den ikke har et symbol." -#: plug-ins/gflare/gflare.c:3487 plug-ins/gflare/gflare.c:3592 -#: plug-ins/gflare/gflare.c:3729 -msgid "Radial Gradient:" -msgstr "Radial overgang:" +#: ../plug-ins/common/unit-editor.c:107 +msgid "Abbreviation" +msgstr "Forkortelse" -#: plug-ins/gflare/gflare.c:3491 plug-ins/gflare/gflare.c:3596 -msgid "Angular Gradient:" -msgstr "Drejet overgang:" +#: ../plug-ins/common/unit-editor.c:107 +msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." +msgstr "Forkortelsen for enheden (fx \"cm\" for centimeter)." -#: plug-ins/gflare/gflare.c:3495 plug-ins/gflare/gflare.c:3600 -msgid "Angular Size Gradient:" -msgstr "Størrelse på drejet overgang:" +#: ../plug-ins/common/unit-editor.c:109 +msgid "Singular" +msgstr "Ental" -#: plug-ins/gflare/gflare.c:3515 plug-ins/gflare/gflare.c:3620 -#: plug-ins/gflare/gflare.c:3757 -msgid "Size (%):" -msgstr "Størrelse (%):" +#: ../plug-ins/common/unit-editor.c:109 +msgid "The unit's singular form." +msgstr "Enhedens entalsform." -#: plug-ins/gflare/gflare.c:3527 plug-ins/gflare/gflare.c:3632 -#: plug-ins/gflare/gflare.c:3769 -msgid "Rotation:" -msgstr "Rotering:" +#: ../plug-ins/common/unit-editor.c:110 +msgid "Plural" +msgstr "Flertal" -#: plug-ins/gflare/gflare.c:3539 plug-ins/gflare/gflare.c:3645 -#: plug-ins/gflare/gflare.c:3782 -msgid "Hue Rotation:" -msgstr "Farvetonerotering:" +#: ../plug-ins/common/unit-editor.c:110 +msgid "The unit's plural form." +msgstr "Enhedens flertalsform." -#: plug-ins/gflare/gflare.c:3553 -msgid "G_low" -msgstr "G_lød" +#: ../plug-ins/common/unit-editor.c:121 +msgid "Create a new unit from scratch" +msgstr "Lav en ny enhed fra bunden af" + +#: ../plug-ins/common/unit-editor.c:127 +msgid "Create a new unit using the currently selected unit as template" +msgstr "Opret en ny enhed med den valgte enhed som skabelon" + +#: ../plug-ins/common/unit-editor.c:145 +msgid "Create or alter units used in GIMP" +msgstr "Skab eller ret enheder brugt i GIMP" + +#: ../plug-ins/common/unit-editor.c:150 +msgid "U_nits" +msgstr "_Enheder" + +#: ../plug-ins/common/unit-editor.c:208 +msgid "Add a New Unit" +msgstr "Tilføj ny enhed" -#: plug-ins/gflare/gflare.c:3657 -msgid "# of Spikes:" -msgstr "Antal spidser:" +#: ../plug-ins/common/unit-editor.c:237 +msgid "_ID:" +msgstr "_Id:" -#: plug-ins/gflare/gflare.c:3669 -msgid "Spike Thickness:" -msgstr "Spidsernes tykkelse:" +#: ../plug-ins/common/unit-editor.c:248 +msgid "_Factor:" +msgstr "_Faktor:" -#: plug-ins/gflare/gflare.c:3683 -msgid "_Rays" -msgstr "_Stråler" +#: ../plug-ins/common/unit-editor.c:258 +msgid "_Digits:" +msgstr "_Cifre:" -#: plug-ins/gflare/gflare.c:3733 -msgid "Size Factor Gradient:" -msgstr "Størrelsesfaktor for overgang:" +#: ../plug-ins/common/unit-editor.c:270 +msgid "_Symbol:" +msgstr "_Symbol:" -#: plug-ins/gflare/gflare.c:3737 -msgid "Probability Gradient:" -msgstr "Sandsynlighedsovergang:" +#: ../plug-ins/common/unit-editor.c:282 +msgid "_Abbreviation:" +msgstr "_Forkortelse" -#. -#. * Shape Radio Button Frame -#. -#: plug-ins/gflare/gflare.c:3799 -msgid "Shape of Second Flares" -msgstr "Form på det andet blus" +#: ../plug-ins/common/unit-editor.c:294 +msgid "Si_ngular:" +msgstr "_Ental:" -#: plug-ins/gflare/gflare.c:3807 plug-ins/imagemap/imap_menu.c:372 -#: plug-ins/imagemap/imap_popup.c:140 plug-ins/imagemap/imap_tools.c:160 -msgid "Circle" -msgstr "Cirkel" +#: ../plug-ins/common/unit-editor.c:306 +msgid "_Plural:" +msgstr "_Flertal:" -#: plug-ins/gflare/gflare.c:3824 plug-ins/imagemap/imap_menu.c:374 -#: plug-ins/imagemap/imap_popup.c:143 plug-ins/imagemap/imap_tools.c:164 -msgid "Polygon" -msgstr "Polygon" +#: ../plug-ins/common/unit-editor.c:349 +msgid "Incomplete input" +msgstr "" -#: plug-ins/gflare/gflare.c:3857 -msgid "Random Seed:" -msgstr "Tilfældig startværdi:" +#: ../plug-ins/common/unit-editor.c:352 +msgid "Please fill in all text fields." +msgstr "" -#: plug-ins/gflare/gflare.c:3871 -msgid "_Second Flares" -msgstr "_Andet blus" +#: ../plug-ins/common/unit-editor.c:409 +msgid "Unit Editor" +msgstr "Måleenheder" -#: plug-ins/gfli/gfli.c:158 plug-ins/gfli/gfli.c:178 -msgid "AutoDesk FLIC animation" +#: ../plug-ins/common/unsharp-mask.c:128 +msgid "The most widely useful method for sharpening an image" msgstr "" -#: plug-ins/gfli/gfli.c:527 -#, c-format -msgid "Frame (%i)" -msgstr "Billede (%i)" +#: ../plug-ins/common/unsharp-mask.c:138 +#, fuzzy +msgid "_Unsharp Mask..." +msgstr "Uskarp maske" -#: plug-ins/gfli/gfli.c:678 -msgid "Sorry, I can save only INDEXED and GRAY images." -msgstr "Kan kun gemme indekserede eller gråtonebilleder." +#: ../plug-ins/common/unsharp-mask.c:475 +#, fuzzy +msgid "Merging" +msgstr "Sammensætter..." -#: plug-ins/gfli/gfli.c:811 -msgid "GFLI 1.3 - Load framestack" -msgstr "GFLI 1.3 - indlæs animation" +#: ../plug-ins/common/unsharp-mask.c:644 +msgid "Unsharp Mask" +msgstr "Uskarp maske" -#: plug-ins/gfli/gfli.c:874 -msgid "GFLI 1.3 - Save framestack" -msgstr "GFLI 1.3 - gem animation" +#: ../plug-ins/common/value-invert.c:90 +#, fuzzy +msgid "Invert the brightness of each pixel" +msgstr "Angiv højden af udskriften" -#: plug-ins/gimpressionist/brush.c:230 -msgid "Can only save drawables!" -msgstr "Kan kun gemme tegneobjekter!" +#: ../plug-ins/common/value-invert.c:104 +#, fuzzy +msgid "_Value Invert" +msgstr "Værdiinverterer" -#: plug-ins/gimpressionist/brush.c:235 -msgid "Save Brush" -msgstr "Gem pensel" +#: ../plug-ins/common/value-invert.c:191 +#, fuzzy +msgid "Value Invert" +msgstr "Værdiinverterer" -#: plug-ins/gimpressionist/brush.c:481 -msgid "_Brush" -msgstr "_Pensel" +#: ../plug-ins/common/value-propagate.c:189 +#, fuzzy +msgid "More _white (larger value)" +msgstr "Mere _hvidt (større værdi)" -#: plug-ins/gimpressionist/brush.c:518 plug-ins/print/gimp_color_window.c:407 -msgid "Gamma:" -msgstr "Gamma:" +#: ../plug-ins/common/value-propagate.c:192 +#, fuzzy +msgid "More blac_k (smaller value)" +msgstr "Mere _sort (mindre værdi)" -#: plug-ins/gimpressionist/brush.c:536 -msgid "Changes the gamma (brightness) of the selected brush" -msgstr "Ændrer gammaværdien (lysstyrken) for den valgte pensel" +#: ../plug-ins/common/value-propagate.c:195 +#, fuzzy +msgid "_Middle value to peaks" +msgstr "_Middelværdi for spidser" -#: plug-ins/gimpressionist/brush.c:544 -msgid "Select:" -msgstr "Markering:" +#: ../plug-ins/common/value-propagate.c:198 +#, fuzzy +msgid "_Foreground to peaks" +msgstr "_Forgrund for spidserne" -#: plug-ins/gimpressionist/brush.c:573 -msgid "Aspect ratio:" -msgstr "Formatforhold:" +#: ../plug-ins/common/value-propagate.c:201 +#, fuzzy +msgid "O_nly foreground" +msgstr "_Kun forgrund" -#: plug-ins/gimpressionist/brush.c:577 -msgid "Specifies the aspect ratio of the brush" -msgstr "Angiver formatforholdet for penslen" +#: ../plug-ins/common/value-propagate.c:204 +#, fuzzy +msgid "Only b_ackground" +msgstr "Kun _baggrund" -#: plug-ins/gimpressionist/brush.c:586 plug-ins/gimpressionist/paper.c:188 -msgid "Relief:" -msgstr "Relief:" +#: ../plug-ins/common/value-propagate.c:207 +#, fuzzy +msgid "Mor_e opaque" +msgstr "Mere _uigennemsigtigt" -#: plug-ins/gimpressionist/brush.c:590 plug-ins/gimpressionist/paper.c:192 -msgid "Specifies the amount of embossing to apply to the image (in percent)" -msgstr "Angiver styrken af reliefeffekter (i %)" +#: ../plug-ins/common/value-propagate.c:210 +#, fuzzy +msgid "More t_ransparent" +msgstr "Mere _gennemsigtigt" -#: plug-ins/gimpressionist/color.c:42 -msgid "Co_lor" -msgstr "Fa_rve:" +#: ../plug-ins/common/value-propagate.c:233 +msgid "Propagate certain colors to neighboring pixels" +msgstr "" -#: plug-ins/gimpressionist/color.c:52 -msgid "A_verage under brush" -msgstr "_Gennemsnit under pensel" +#: ../plug-ins/common/value-propagate.c:238 +#, fuzzy +msgid "_Value Propagate..." +msgstr "Værdipropagering" -#: plug-ins/gimpressionist/color.c:54 -msgid "C_enter of brush" -msgstr "_Midten af pensel" +#: ../plug-ins/common/value-propagate.c:245 +#, fuzzy +msgid "Shrink lighter areas of the image" +msgstr "Den første række i billedet" -#: plug-ins/gimpressionist/color.c:61 -msgid "Color is computed from the average of all pixels under the brush" -msgstr "Farve bliver beregnet som gennemsnittet af alle punkter under penslen" +#: ../plug-ins/common/value-propagate.c:250 +#, fuzzy +msgid "E_rode" +msgstr "Tilstand" -#: plug-ins/gimpressionist/color.c:65 -msgid "Samples the color from the pixel in the center of the brush" -msgstr "Vælger farven fra punktet i penslens centrum" +#: ../plug-ins/common/value-propagate.c:257 +#, fuzzy +msgid "Grow lighter areas of the image" +msgstr "Den første række i billedet" -#: plug-ins/gimpressionist/color.c:76 -msgid "Color _noise:" -msgstr "Farve_støj:" +#: ../plug-ins/common/value-propagate.c:262 +#, fuzzy +msgid "_Dilate" +msgstr "_Udpak" -#: plug-ins/gimpressionist/color.c:80 -msgid "Adds random noise to the color" -msgstr "Tilføjer tilfældig støj til farven" +#: ../plug-ins/common/value-propagate.c:473 +#: ../plug-ins/common/value-propagate.c:1086 +msgid "Value Propagate" +msgstr "Værdipropagering" -#: plug-ins/gimpressionist/general.c:131 -msgid "Keep original" -msgstr "Behold original" +#. Parameter settings +#: ../plug-ins/common/value-propagate.c:1152 +#, fuzzy +msgid "Propagate" +msgstr "Propageringstilstand" -#: plug-ins/gimpressionist/general.c:132 -msgid "Preserve the original image as a background" -msgstr "Behold det oprindelige billede som baggrund" +#: ../plug-ins/common/value-propagate.c:1165 +#, fuzzy +msgid "Lower t_hreshold:" +msgstr "_Nedre tærskel:" -#: plug-ins/gimpressionist/general.c:137 -msgid "From paper" -msgstr "Fra papir" +#: ../plug-ins/common/value-propagate.c:1177 +#, fuzzy +msgid "_Upper threshold:" +msgstr "_Øvre tærskel:" -#: plug-ins/gimpressionist/general.c:138 -msgid "Copy the texture of the selected paper as a background" -msgstr "Kopiér teksturen fra det valgte papir som baggrund" +#: ../plug-ins/common/value-propagate.c:1189 +#, fuzzy +msgid "_Propagating rate:" +msgstr "_Propageringsgrad:" -#: plug-ins/gimpressionist/general.c:148 -msgid "Solid colored background" -msgstr "Ensfarvet baggrund" +#: ../plug-ins/common/value-propagate.c:1200 +#, fuzzy +msgid "To l_eft" +msgstr "Til _venstre" + +#: ../plug-ins/common/value-propagate.c:1203 +#, fuzzy +msgid "To _right" +msgstr "Til _højre" + +#: ../plug-ins/common/value-propagate.c:1206 +#, fuzzy +msgid "To _top" +msgstr "Til _top" -#: plug-ins/gimpressionist/general.c:167 -msgid "Use a transparent background; Only the strokes painted will be visible" -msgstr "Benyt en gennemsigtig baggrund; kun penselsstrøgene er synlige" +#: ../plug-ins/common/value-propagate.c:1209 +#, fuzzy +msgid "To _bottom" +msgstr "Til _bund" -#: plug-ins/gimpressionist/general.c:184 -msgid "Paint edges" -msgstr "Tegn kanter" +#: ../plug-ins/common/value-propagate.c:1218 +#, fuzzy +msgid "Propagating _alpha channel" +msgstr "Propagerer _alfakanal" -#: plug-ins/gimpressionist/general.c:189 -msgid "Selects if to place strokes all the way out to the edges of the image" -msgstr "Angiver om penselstrøgene skal males helt ud til billedkanterne" +#: ../plug-ins/common/value-propagate.c:1229 +#, fuzzy +msgid "Propagating value channel" +msgstr "Propagerer værdikanal" -#. Tileable checkbox -#: plug-ins/gimpressionist/general.c:194 plug-ins/maze/maze_face.c:264 -msgid "Tileable" -msgstr "Fliselægbar" +#: ../plug-ins/common/van-gogh-lic.c:566 ../plug-ins/common/van-gogh-lic.c:641 +msgid "Van Gogh (LIC)" +msgstr "Van Gogh (LIC)" -#: plug-ins/gimpressionist/general.c:198 -msgid "Selects if the resulting image should be seamlessly tileable" -msgstr "" -"Angiver om det resulterende billede skal være fliselægbart uden en synlig " -"overgang" +#: ../plug-ins/common/van-gogh-lic.c:666 +msgid "Effect Channel" +msgstr "Effektkanal" -#: plug-ins/gimpressionist/general.c:203 -msgid "Drop Shadow" -msgstr "Baggrundsskygge" +#: ../plug-ins/common/van-gogh-lic.c:673 +msgid "_Brightness" +msgstr "_Lysstyrke" -#: plug-ins/gimpressionist/general.c:208 -msgid "Adds a shadow effect to each brush stroke" -msgstr "Tilføjer en skyggeeffekt til hvert penselsstrøg" +#: ../plug-ins/common/van-gogh-lic.c:679 +msgid "Effect Operator" +msgstr "Effektoperator" -#: plug-ins/gimpressionist/general.c:221 -msgid "Edge darken:" -msgstr "Formørk kant:" +#: ../plug-ins/common/van-gogh-lic.c:684 +msgid "_Derivative" +msgstr "_Afledt" -#: plug-ins/gimpressionist/general.c:225 -msgid "How much to \"darken\" the edges of each brush stroke" -msgstr "Hvor meget kanterne skal formørkes for hvert penselstrøg" +#: ../plug-ins/common/van-gogh-lic.c:685 +msgid "_Gradient" +msgstr "_Farveovergang" -#: plug-ins/gimpressionist/general.c:230 -msgid "Shadow darken:" -msgstr "Skyggemørknen:" +#: ../plug-ins/common/van-gogh-lic.c:691 +msgid "Convolve" +msgstr "Sammenrul" -#: plug-ins/gimpressionist/general.c:234 -msgid "How much to \"darken\" the drop shadow" -msgstr "Hvor meget baggrundsskyggen skal formørkes" +#: ../plug-ins/common/van-gogh-lic.c:696 +#, fuzzy +msgid "_With white noise" +msgstr "_Med hvidstøj" -#: plug-ins/gimpressionist/general.c:239 -msgid "Shadow depth:" -msgstr "Skyggedybde:" +#: ../plug-ins/common/van-gogh-lic.c:697 +#, fuzzy +msgid "W_ith source image" +msgstr "Med _kildebillede" -#: plug-ins/gimpressionist/general.c:243 -msgid "" -"The depth of the drop shadow, i.e. how far apart from the object it should be" -msgstr "Baggrundsskyggens dybde, dvs. hvor langt fra objektet den skal være" +#: ../plug-ins/common/van-gogh-lic.c:716 +#, fuzzy +msgid "_Effect image:" +msgstr "_Effektbillede:" -#: plug-ins/gimpressionist/general.c:248 -msgid "Shadow blur:" -msgstr "Sløring på skygge:" +#: ../plug-ins/common/van-gogh-lic.c:727 +#, fuzzy +msgid "_Filter length:" +msgstr "_Filterlængde:" -#: plug-ins/gimpressionist/general.c:252 -msgid "How much to blur the drop shadow" -msgstr "Hvor meget baggrundsskyggen skal sløres" +#: ../plug-ins/common/van-gogh-lic.c:736 +#, fuzzy +msgid "_Noise magnitude:" +msgstr "_Støjniveau:" -#: plug-ins/gimpressionist/general.c:257 -msgid "Deviation threshold:" -msgstr "Afvigelsestærskel:" +#: ../plug-ins/common/van-gogh-lic.c:745 +#, fuzzy +msgid "In_tegration steps:" +msgstr "In_tegrationsskridt:" -#: plug-ins/gimpressionist/general.c:261 -msgid "A bailout-value for adaptive selections" -msgstr "Termineringsværdien for adaptive udvælgelser" +#: ../plug-ins/common/van-gogh-lic.c:754 +#, fuzzy +msgid "_Minimum value:" +msgstr "_Minimumsværdi:" -#: plug-ins/gimpressionist/gimp.c:79 +#: ../plug-ins/common/van-gogh-lic.c:763 #, fuzzy -msgid "_GIMPressionist..." -msgstr "Gimpressionisten" +msgid "M_aximum value:" +msgstr "M_aksimumsværdi:" -#: plug-ins/gimpressionist/gimp.c:350 -msgid "Painting..." -msgstr "Maler..." - -#: plug-ins/gimpressionist/gimpressionist.c:117 -msgid "The GIMPressionist" -msgstr "Gimpressionisten" +#: ../plug-ins/common/van-gogh-lic.c:809 +msgid "Special effects that nobody understands" +msgstr "" -#: plug-ins/gimpressionist/gimpressionist.c:196 -msgid "Gimpressionist" -msgstr "Gimpressionist" +#: ../plug-ins/common/van-gogh-lic.c:814 +#, fuzzy +msgid "_Van Gogh (LIC)..." +msgstr "Van Gogh (LIC)..." -#: plug-ins/gimpressionist/gimpressionist.c:200 -msgid "A_bout" -msgstr "_Om" +#: ../plug-ins/common/video.c:42 +msgid "_Staggered" +msgstr "_Forskudt" -#: plug-ins/gimpressionist/orientation.c:74 -msgid "Or_ientation" -msgstr "O_rientering" +#: ../plug-ins/common/video.c:43 +msgid "_Large staggered" +msgstr "_Meget forskudt" -#: plug-ins/gimpressionist/orientation.c:88 -msgid "Directions:" -msgstr "Retninger:" +#: ../plug-ins/common/video.c:44 +msgid "S_triped" +msgstr "_Stribet" -#: plug-ins/gimpressionist/orientation.c:92 -msgid "The number of directions (i.e. brushes) to use" -msgstr "Antal af brugte retninger (dvs. pensler)" +#: ../plug-ins/common/video.c:45 +msgid "_Wide-striped" +msgstr "_Bredstribet" -#: plug-ins/gimpressionist/orientation.c:100 -msgid "Start angle:" -msgstr "Startvinkel:" +#: ../plug-ins/common/video.c:46 +msgid "Lo_ng-staggered" +msgstr "Forskudt _langt" -#: plug-ins/gimpressionist/orientation.c:104 -#, fuzzy -msgid "The starting angle of the first brush to create" -msgstr "Vinkel på den første pensel der skal laves" +#: ../plug-ins/common/video.c:47 +msgid "_3x3" +msgstr "_3x3" -#: plug-ins/gimpressionist/orientation.c:112 -msgid "Angle span:" -msgstr "Vinkelstørrelse" +#: ../plug-ins/common/video.c:48 +msgid "Larg_e 3x3" +msgstr "St_or 3x3" -#: plug-ins/gimpressionist/orientation.c:116 -#, fuzzy -msgid "The angle span of the first brush to create" -msgstr "Vinkel på den første pensel der skal laves" +#: ../plug-ins/common/video.c:49 +msgid "_Hex" +msgstr "_Hex" -#: plug-ins/gimpressionist/orientation.c:139 -msgid "" -"Let the value (brightness) of the region determine the direction of the " -"stroke" -msgstr "Værdien (lysstyrken) i området bestemmer penselstrøgenes retning" +#: ../plug-ins/common/video.c:50 +msgid "_Dots" +msgstr "_Punkter" -#: plug-ins/gimpressionist/orientation.c:142 -#: plug-ins/gimpressionist/size.c:145 -msgid "Radius" -msgstr "Radius" +#: ../plug-ins/common/video.c:1807 +msgid "Simulate distortion produced by a fuzzy or low-res monitor" +msgstr "" -#: plug-ins/gimpressionist/orientation.c:143 -msgid "" -"The distance from the center of the image determines the direction of the " -"stroke" -msgstr "Afstanden fra billedets midtpunkt bestemmer penselstrøgenes retning" +#: ../plug-ins/common/video.c:1814 +#, fuzzy +msgid "Vi_deo..." +msgstr "Tilføjer videoeffekt..." -#: plug-ins/gimpressionist/orientation.c:147 -msgid "Selects a random direction of each stroke" -msgstr "Vælger en tilfældig retning for hvert penselstrøg" +#: ../plug-ins/common/video.c:1886 ../plug-ins/common/video.c:2017 +msgid "Video" +msgstr "Video" -#: plug-ins/gimpressionist/orientation.c:150 -#: plug-ins/gimpressionist/size.c:153 -msgid "Radial" -msgstr "Radial" +#. frame for the radio buttons +#: ../plug-ins/common/video.c:2039 +#, fuzzy +msgid "Video Pattern" +msgstr "Mønster" -#: plug-ins/gimpressionist/orientation.c:151 -msgid "Let the direction from the center determine the direction of the stroke" -msgstr "Retningen fra billedets midtpunkt bestemmer hvert penselstrøgs retning" +#: ../plug-ins/common/video.c:2083 +msgid "_Additive" +msgstr "_Additiv" -#: plug-ins/gimpressionist/orientation.c:158 -#: plug-ins/gimpressionist/size.c:161 -msgid "Flowing" -msgstr "Flydende" +#: ../plug-ins/common/video.c:2093 +msgid "_Rotated" +msgstr "_Roteret" -#: plug-ins/gimpressionist/orientation.c:159 -#: plug-ins/gimpressionist/size.c:162 -msgid "The strokes follow a \"flowing\" pattern" -msgstr "Strøgene følger et flydende mønster" +#: ../plug-ins/common/warp.c:233 +msgid "Twist or smear image in many different ways" +msgstr "" -#: plug-ins/gimpressionist/orientation.c:163 -msgid "The hue of the region determines the direction of the stroke" -msgstr "Farvetonen i området bestemmer penselstrøgenes retning" +#: ../plug-ins/common/warp.c:241 +#, fuzzy +msgid "_Warp..." +msgstr "Fordrejer..." -#: plug-ins/gimpressionist/orientation.c:166 -#: plug-ins/gimpressionist/size.c:169 -msgid "Adaptive" -msgstr "Tilpassende" +#: ../plug-ins/common/warp.c:376 +msgid "Warp" +msgstr "Fordrejet" -#: plug-ins/gimpressionist/orientation.c:167 -msgid "The direction that matches the original image the closest is selected" -msgstr "" -"Retningen der bedst passer til det oprindelige billede, bestemmer hvert " -"penselstrøgs retning" +#: ../plug-ins/common/warp.c:397 +#, fuzzy +msgid "Basic Options" +msgstr "Hovedindstillinger" -#: plug-ins/gimpressionist/orientation.c:174 -#: plug-ins/gimpressionist/size.c:178 -msgid "Manual" -msgstr "Manuel" +#: ../plug-ins/common/warp.c:419 +#, fuzzy +msgid "Step size:" +msgstr "Skridtstørrelse:" -#: plug-ins/gimpressionist/orientation.c:175 -msgid "Manually specify the stroke orientation" -msgstr "Angiv manuelt retningen på hvert penselstrøg" +#: ../plug-ins/common/warp.c:433 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:770 +#: ../plug-ins/ifs-compose/ifs-compose.c:1212 +msgid "Iterations:" +msgstr "Iterationer:" -#: plug-ins/gimpressionist/orientation.c:186 -msgid "Opens up the Orientation Map Editor" -msgstr "Åbner orienteringskortredigeringen" +#. Displacement map menu +#: ../plug-ins/common/warp.c:442 +#, fuzzy +msgid "Displacement map:" +msgstr "Forskydningskort:" -#: plug-ins/gimpressionist/orientmap.c:508 -msgid "Orientation Map Editor" -msgstr "Orienteringskortredigering" +#. ======================================================================= +#. Displacement Type +#: ../plug-ins/common/warp.c:460 +#, fuzzy +msgid "On edges:" +msgstr "Ved kanter:" -#: plug-ins/gimpressionist/orientmap.c:530 -msgid "Vectors" -msgstr "Vektorer" +#: ../plug-ins/common/warp.c:471 +msgid "Wrap" +msgstr "Ombryd" -#: plug-ins/gimpressionist/orientmap.c:542 -msgid "" -"The vector-field. Left-click to move selected vector, Right-click to point " -"it towards mouse, Middle-click to add a new vector." -msgstr "" -"Vektorfeltet. Venstre-klik for at flytte den valgte vektor, højre-klik for " -"at få vektoren til at pege mod musen, midter-klik for at tilføje en ny " -"vektor." +#: ../plug-ins/common/warp.c:486 +msgid "Smear" +msgstr "Smør ud" -#: plug-ins/gimpressionist/orientmap.c:565 -#: plug-ins/gimpressionist/sizemap.c:435 -msgid "Adjust the preview's brightness" -msgstr "Justér lysstyrken for eksemplet" +#: ../plug-ins/common/warp.c:501 ../plug-ins/file-fits/fits.c:1021 +#: ../plug-ins/flame/flame.c:1175 ../plug-ins/gfig/gfig-dialog.c:1460 +msgid "Black" +msgstr "Sort" -#: plug-ins/gimpressionist/orientmap.c:587 -msgid "Select previous vector" -msgstr "Vælg forrige vektor" +#: ../plug-ins/common/warp.c:516 +#, fuzzy +msgid "Foreground color" +msgstr "Fo_rgrundsfarve" -#: plug-ins/gimpressionist/orientmap.c:593 -msgid "Select next vector" -msgstr "Vælg næste vektor" +#. -------------------------------------------------------------------- +#. --------- The secondary table -------------------------- +#: ../plug-ins/common/warp.c:536 +#, fuzzy +msgid "Advanced Options" +msgstr "Avancerede indstillinger" -#: plug-ins/gimpressionist/orientmap.c:595 -#: plug-ins/gimpressionist/sizemap.c:466 -msgid "A_dd" -msgstr "_Tilføj" +#: ../plug-ins/common/warp.c:552 +#, fuzzy +msgid "Dither size:" +msgstr "Rystelsesstørrelse:" -#: plug-ins/gimpressionist/orientmap.c:599 -msgid "Add new vector" -msgstr "Tilføj ny vektor" +#: ../plug-ins/common/warp.c:565 +#, fuzzy +msgid "Rotation angle:" +msgstr "Rotationsvinkel:" -#: plug-ins/gimpressionist/orientmap.c:601 -#: plug-ins/gimpressionist/sizemap.c:473 -msgid "_Kill" -msgstr "_Slet" +#: ../plug-ins/common/warp.c:578 +msgid "Substeps:" +msgstr "Mellemskridt:" -#: plug-ins/gimpressionist/orientmap.c:605 -msgid "Delete selected vector" -msgstr "Slet den valgte vektor" +#. Magnitude map menu +#: ../plug-ins/common/warp.c:587 +#, fuzzy +msgid "Magnitude map:" +msgstr "Størrelsesordenkort:" -#: plug-ins/gimpressionist/orientmap.c:620 -msgid "_Normal" -msgstr "_Normal" +#: ../plug-ins/common/warp.c:609 +#, fuzzy +msgid "Use magnitude map" +msgstr "Størrelsesordenkort:" -#: plug-ins/gimpressionist/orientmap.c:621 -msgid "Vorte_x" -msgstr "_Malstrøm" +#. -------------------------------------------------------------------- +#. --------- The "other" table -------------------------- +#: ../plug-ins/common/warp.c:622 +#, fuzzy +msgid "More Advanced Options" +msgstr "Avancerede indstillinger" -#: plug-ins/gimpressionist/orientmap.c:622 -msgid "Vortex_2" -msgstr "Malstrøm _2" +#: ../plug-ins/common/warp.c:639 +#, fuzzy +msgid "Gradient scale:" +msgstr "Overgangsskalering:" -#: plug-ins/gimpressionist/orientmap.c:623 -msgid "Vortex_3" -msgstr "Malstrøm _3" +# det er bare et værktøjstip for at skelne denne menu fra vektormenuen, +# indholdet er derfor underordnet så vi finder på noget anden i stedet +# for den svært oversættelige original +#: ../plug-ins/common/warp.c:658 +msgid "Gradient map selection menu" +msgstr "Det overgangskort der skal benyttes" -#: plug-ins/gimpressionist/orientmap.c:629 -#: plug-ins/gimpressionist/sizemap.c:518 -msgid "_Voronoi" -msgstr "_Voronoi" +#: ../plug-ins/common/warp.c:668 +#, fuzzy +msgid "Vector mag:" +msgstr "Vektorstørrelse:" -#: plug-ins/gimpressionist/orientmap.c:637 -msgid "" -"Voronoi-mode makes only the vector closest to the given point have any " -"influence" -msgstr "" -"Voronoi-tilstand bevirker at kun vektoren nærmest et givent punkt har nogen " -"indflydelse" +#. Angle +#: ../plug-ins/common/warp.c:683 ../plug-ins/ifs-compose/ifs-compose.c:568 +msgid "Angle:" +msgstr "Vinkel:" -#: plug-ins/gimpressionist/orientmap.c:647 -msgid "A_ngle:" -msgstr "_Vinkel:" +# ditto +#: ../plug-ins/common/warp.c:702 +msgid "Fixed-direction-vector map selection menu" +msgstr "Det kort med konstante retningsvektorer der skal benyttes" -#: plug-ins/gimpressionist/orientmap.c:651 -msgid "Change the angle of the selected vector" -msgstr "Ændr vinklen på den valgte vektor" +#. make sure layer is visible +#: ../plug-ins/common/warp.c:1178 +#, fuzzy +msgid "Smoothing X gradient" +msgstr "Udglatter x-overgang..." -#: plug-ins/gimpressionist/orientmap.c:658 -msgid "Ang_le offset:" -msgstr "Vinkel_afsæt:" +#: ../plug-ins/common/warp.c:1181 +#, fuzzy +msgid "Smoothing Y gradient" +msgstr "Udglatter y-overgang..." -#: plug-ins/gimpressionist/orientmap.c:662 -msgid "Offset all vectors with a given angle" -msgstr "Læg denne vinkel til alle vektorer" +#. calculate new X,Y Displacement image maps +#: ../plug-ins/common/warp.c:1231 +#, fuzzy +msgid "Finding XY gradient" +msgstr "Finder xy-overgang..." -#: plug-ins/gimpressionist/orientmap.c:673 -msgid "Change the strength of the selected vector" -msgstr "Ændr styrken på den valgte vektor" +# "flow" er svært at oversætte og overflødigt +#: ../plug-ins/common/warp.c:1256 +#, fuzzy, c-format +msgid "Flow step %d" +msgstr "Skridt %d..." -#: plug-ins/gimpressionist/orientmap.c:680 -msgid "S_trength exp.:" -msgstr "Styrke_eksponent:" +#: ../plug-ins/common/waves.c:120 +#, fuzzy +msgid "Distort the image with waves" +msgstr "Centrér billedet på papiret" -#: plug-ins/gimpressionist/orientmap.c:684 -#: plug-ins/gimpressionist/sizemap.c:513 -msgid "Change the exponent of the strength" -msgstr "Ændr eksponenten på styrken" +#: ../plug-ins/common/waves.c:125 +#, fuzzy +msgid "_Waves..." +msgstr "Gem..." -#: plug-ins/gimpressionist/paper.c:120 -msgid "P_aper" -msgstr "_Papir" +#: ../plug-ins/common/waves.c:248 ../plug-ins/flame/flame.c:763 +msgid "Waves" +msgstr "Bølger" -#: plug-ins/gimpressionist/paper.c:155 -msgid "Inverts the Papers texture" -msgstr "Invertér papirtekstur" +#: ../plug-ins/common/waves.c:294 +msgid "_Reflective" +msgstr "_Reflekterende" -#: plug-ins/gimpressionist/paper.c:159 -msgid "O_verlay" -msgstr "_Læg over" +#: ../plug-ins/common/waves.c:313 +msgid "_Amplitude:" +msgstr "_Amplitude:" -#: plug-ins/gimpressionist/paper.c:164 -msgid "Applies the paper as it is (without embossing it)" -msgstr "Bruger papir som det er (uden først at \"udstanse\" det)" +#: ../plug-ins/common/waves.c:325 +msgid "_Phase:" +msgstr "_Fase:" -#: plug-ins/gimpressionist/paper.c:180 -msgid "Specifies the scale of the texture (in percent of original file)" -msgstr "Angiver teksturskaleringen (i % af den oprindelige fil)" +#: ../plug-ins/common/waves.c:337 +msgid "_Wavelength:" +msgstr "_Bølgelængde:" -#: plug-ins/gimpressionist/placement.c:49 -msgid "Pl_acement" -msgstr "_Placering" +#: ../plug-ins/common/waves.c:448 +#, fuzzy +msgid "Waving" +msgstr "Frembringer bølger..." -#: plug-ins/gimpressionist/placement.c:55 -msgid "Placement" -msgstr "Placering" +#: ../plug-ins/common/web-browser.c:206 +#, fuzzy, c-format +msgid "" +"Web browser not specified.\n" +"Please specify a web browser using the Preferences dialog." +msgstr "" +"Internetsurfningsprogram ikke angivet.\n" +"Angiv venligst et under indstillingnerne." -#: plug-ins/gimpressionist/placement.c:59 -msgid "Randomly" -msgstr "Tilfældig" +#: ../plug-ins/common/web-browser.c:228 +#, fuzzy, c-format +msgid "" +"Could not parse the web browser command specified in the Preferences " +"dialog:\n" +"\n" +"%s" +msgstr "" +"Kunne ikke fortolke den angivne kommando til internetsurfningsprogram:\n" +"%s" -#: plug-ins/gimpressionist/placement.c:63 -msgid "Evenly distributed" -msgstr "Jævnt fordelt" +#: ../plug-ins/common/web-browser.c:246 +#, fuzzy, c-format +msgid "" +"Could not execute the web browser specified in the Preferences dialog:\n" +"\n" +"%s" +msgstr "" +"Kunne ikke køre det angivne internetsurfningsprogram:\n" +"%s" -#: plug-ins/gimpressionist/placement.c:71 -msgid "Place strokes randomly around the image" -msgstr "Placér penselstrøg tilfældigt rundt omkring i billedet" +#: ../plug-ins/common/whirl-pinch.c:138 +msgid "Distort an image by whirling and pinching" +msgstr "" -#: plug-ins/gimpressionist/placement.c:75 -msgid "The strokes are evenly distributed across the image" -msgstr "Penselstrøg bliver ligeligt fordelt i billedet" +#: ../plug-ins/common/whirl-pinch.c:149 +#, fuzzy +msgid "W_hirl and Pinch..." +msgstr "Hvirvel og knibning" -#: plug-ins/gimpressionist/placement.c:91 -msgid "Stroke _density:" -msgstr "Strøg_tæthed:" +#: ../plug-ins/common/whirl-pinch.c:193 +msgid "Region affected by plug-in is empty" +msgstr "" -#: plug-ins/gimpressionist/placement.c:95 -msgid "The relative density of the brush strokes" -msgstr "Den relative tæthed af penselsstrøgene" +#: ../plug-ins/common/whirl-pinch.c:341 +#, fuzzy +msgid "Whirling and pinching" +msgstr "Hvirvler og kniber..." -#: plug-ins/gimpressionist/placement.c:101 -msgid "Centerize" -msgstr "Centrér" +#: ../plug-ins/common/whirl-pinch.c:528 +msgid "Whirl and Pinch" +msgstr "Hvirvel og knibning" -#: plug-ins/gimpressionist/placement.c:107 -msgid "Focus the brush strokes around the center of the image" -msgstr "Fokusér penselstrøgene omkring billedets midtpunkt" +#: ../plug-ins/common/whirl-pinch.c:565 +#, fuzzy +msgid "_Whirl angle:" +msgstr "_Hvirvelvinkel:" -#. -#. * gimp_filename_to_utf8 () and g_strerror () return temporary strings -#. * that need not and should not be freed. So this call is OK. -#. * -#: plug-ins/gimpressionist/ppmtool.c:630 -#, c-format -msgid "Failed to save PPM file '%s': %s" -msgstr "Kunne ikke gemme PPM-filen \"%s\": %s" +#: ../plug-ins/common/whirl-pinch.c:577 +#, fuzzy +msgid "_Pinch amount:" +msgstr "_Knibningsmængde:" -#: plug-ins/gimpressionist/presets.c:621 -msgid "Save Current" -msgstr "Gem aktuel" +#: ../plug-ins/common/wind.c:175 +msgid "Smear image to give windblown effect" +msgstr "" -#: plug-ins/gimpressionist/presets.c:863 +#: ../plug-ins/common/wind.c:180 #, fuzzy -msgid "The Gimpressionist Defaults" -msgstr "Gimpressionist" +msgid "Wi_nd..." +msgstr "Frembringer bølger..." -# det drejer sig om forvalgte, gemte indstillinger -#: plug-ins/gimpressionist/presets.c:979 -msgid "_Presets" -msgstr "_Forvalg" +#: ../plug-ins/common/wind.c:315 +#, fuzzy +msgid "Rendering blast" +msgstr "Genererer eksplosion..." -#: plug-ins/gimpressionist/presets.c:994 -msgid "Save current..." -msgstr "Gem aktuel..." +#: ../plug-ins/common/wind.c:447 +#, fuzzy +msgid "Rendering wind" +msgstr "Genererer vind..." -#: plug-ins/gimpressionist/presets.c:999 -msgid "Save the current settings to the specified file" -msgstr "Gem de nuværende indstillinger i den angivne fil" +#: ../plug-ins/common/wind.c:879 +msgid "Wind" +msgstr "Vind" -#: plug-ins/gimpressionist/presets.c:1027 -msgid "Reads the selected Preset into memory" -msgstr "Læser indstillingerne fra det valgte forvalg" +#. ******************************************************** +#. radio buttons for choosing wind rendering algorithm +#. ***************************************************** +#: ../plug-ins/common/wind.c:921 +msgid "Style" +msgstr "Stil" -#: plug-ins/gimpressionist/presets.c:1033 -msgid "Deletes the selected Preset" -msgstr "Sletter det det valgte forvalg" +#: ../plug-ins/common/wind.c:925 +msgid "_Wind" +msgstr "_Vind" -#: plug-ins/gimpressionist/presets.c:1039 -msgid "Reread the folder of Presets" -msgstr "Genindlæs mappen med forvalg" +#: ../plug-ins/common/wind.c:926 +msgid "_Blast" +msgstr "_Eksplosion" -# der står miniature oven over det -#: plug-ins/gimpressionist/preview.c:187 -msgid "Refresh the Preview window" -msgstr "Genopfrisk miniaturevinduet" +#: ../plug-ins/common/wind.c:949 +msgid "_Left" +msgstr "_Venstre" -#: plug-ins/gimpressionist/preview.c:195 -msgid "Revert to the original image" -msgstr "Vend tilbage til det oprindelige billede" +#: ../plug-ins/common/wind.c:950 +msgid "_Right" +msgstr "_Højre" -#: plug-ins/gimpressionist/repaint.c:1160 -msgid "Update" -msgstr "Opdatér" +#. **************************************************** +#. radio buttons for choosing BOTH, LEADING, TRAILING +#. ************************************************** +#: ../plug-ins/common/wind.c:969 +msgid "Edge Affected" +msgstr "Påvirkede kanter" -#: plug-ins/gimpressionist/size.c:77 -msgid "_Size" -msgstr "_Størrelse" +#: ../plug-ins/common/wind.c:973 +msgid "L_eading" +msgstr "_Indledende" -#: plug-ins/gimpressionist/size.c:91 -msgid "Sizes:" -msgstr "Størrelser:" +#: ../plug-ins/common/wind.c:974 +msgid "Tr_ailing" +msgstr "_Afsluttende" -#: plug-ins/gimpressionist/size.c:95 -msgid "The number of sizes of brushes to use" -msgstr "Antallet af penselstørrelser der skal bruges" +#: ../plug-ins/common/wind.c:975 +msgid "Bot_h" +msgstr "_Begge" -#: plug-ins/gimpressionist/size.c:103 -msgid "Minimum size:" -msgstr "Min. størrelse:" +#: ../plug-ins/common/wind.c:1012 +msgid "Higher values restrict the effect to fewer areas of the image" +msgstr "Højere værdier begrænser effekten til færre områder i billedet" -#: plug-ins/gimpressionist/size.c:107 -msgid "The smallest brush to create" -msgstr "Den mindste pensel der skal oprettes" +#: ../plug-ins/common/wind.c:1027 ../plug-ins/gimpressionist/orientmap.c:694 +msgid "_Strength:" +msgstr "_Styrke:" -#: plug-ins/gimpressionist/size.c:115 -msgid "Maximum size:" -msgstr "Maks. størrelse:" +#: ../plug-ins/common/wind.c:1031 +msgid "Higher values increase the magnitude of the effect" +msgstr "Højere værdier forstærker virkningen af denne effekt" -#: plug-ins/gimpressionist/size.c:119 -msgid "The largest brush to create" -msgstr "Den største pensel der skal oprettes" +#: ../plug-ins/file-bmp/bmp-read.c:88 +msgid "Bad colormap" +msgstr "Ugyldig farvekortlægning" -#: plug-ins/gimpressionist/size.c:133 -msgid "Size:" -msgstr "Størrelse:" +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 +#, c-format +msgid "'%s' is not a valid BMP file" +msgstr "'%s' er ikke en gyldig BMP-fil" -#: plug-ins/gimpressionist/size.c:142 -msgid "" -"Let the value (brightness) of the region determine the size of the stroke" +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 +#, c-format +msgid "Error reading BMP file header from '%s'" +msgstr "Fejl ved læsning af BMP-filens hoved fra '%s'" + +#: ../plug-ins/file-bmp/bmp-read.c:590 +msgid "Unrecognized or invalid BMP compression format." msgstr "" -"Værdien (lysstyrken) af omgivelserne bestemmer størrelsen på penselsstrøget" -#: plug-ins/gimpressionist/size.c:146 -msgid "" -"The distance from the center of the image determines the size of the stroke" +#: ../plug-ins/file-bmp/bmp-read.c:632 +#, fuzzy +msgid "Unsupported or invalid bitdepth." +msgstr "Ikke-understøttet farvedybde (%d)" + +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 +msgid "The bitmap ends unexpectedly." msgstr "" -"Afstanden fra billedets midtpunkt bestemmer størrelsen på penselsstrøget" -#: plug-ins/gimpressionist/size.c:150 -msgid "Selects a random size for each stroke" -msgstr "Vælger en tilfældig størrelse for hvert penselstrøg" +#: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210 +msgid "Cannot save indexed image with transparency in BMP file format." +msgstr "" -#: plug-ins/gimpressionist/size.c:154 -msgid "Let the direction from the center determine the size of the stroke" -msgstr "Retningen fra midtpunktet bestemmer størrelsen på penselsstrøget" +#: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212 +msgid "Alpha channel will be ignored." +msgstr "" -#: plug-ins/gimpressionist/size.c:166 -msgid "The hue of the region determines the size of the stroke" -msgstr "Farvetonen af omgivelserne bestemmer størrelsen på penselsstrøget" +#: ../plug-ins/file-bmp/bmp-write.c:794 +msgid "Save as BMP" +msgstr "Gem som BMP" -#: plug-ins/gimpressionist/size.c:170 -msgid "The brush-size that matches the original image the closest is selected" -msgstr "Penselsstørrelsen som kommer nærmest det oprindelige billede, vælges" +#: ../plug-ins/file-bmp/bmp-write.c:817 +#, fuzzy +msgid "_Run-Length Encoded" +msgstr "Rækkekomprimeret (RLE)" -#: plug-ins/gimpressionist/size.c:179 -msgid "Manually specify the stroke size" -msgstr "Angiv penselsstørrelse manuelt" +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 +#, fuzzy +msgid "_Advanced Options" +msgstr "Avancerede indstillinger" -#: plug-ins/gimpressionist/size.c:190 -msgid "Opens up the Size Map Editor" -msgstr "Åbner størrelseskortredigering" +#: ../plug-ins/file-bmp/bmp-write.c:844 +msgid "16 bits" +msgstr "16 bits" + +#: ../plug-ins/file-bmp/bmp-write.c:880 +msgid "24 bits" +msgstr "24 bits" + +#: ../plug-ins/file-bmp/bmp-write.c:897 +msgid "32 bits" +msgstr "32 bits" -#: plug-ins/gimpressionist/sizemap.c:383 -msgid "Size Map Editor" -msgstr "Størrelseskortredigering" +#: ../plug-ins/file-bmp/bmp.c:124 ../plug-ins/file-bmp/bmp.c:143 +msgid "Windows BMP image" +msgstr "Windows BMP ibillede" -#: plug-ins/gimpressionist/sizemap.c:405 -msgid "Smvectors" -msgstr "Størrelseskortvektorer" +#: ../plug-ins/file-faxg3/faxg3.c:103 +msgid "G3 fax image" +msgstr "" -#: plug-ins/gimpressionist/sizemap.c:415 -msgid "" -"The smvector-field. Left-click to move selected smvector, Right-click to " -"point it towards mouse, Middle-click to add a new smvector." +#: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188 +msgid "Flexible Image Transport System" msgstr "" -"Størrelseskortvektorfeltet. Venstre-klik for at flytte den valgte vektor, " -"højre-klik for at få vektoren til at pege mod musen, midter-klik for at " -"tilføje en ny vektor." -#: plug-ins/gimpressionist/sizemap.c:457 -msgid "Select previous smvector" -msgstr "Vælg forrige størrelseskortvektor" +#: ../plug-ins/file-fits/fits.c:368 +msgid "Error during open of FITS file" +msgstr "Fejl ved åbning af FITS-fil" -#: plug-ins/gimpressionist/sizemap.c:464 -msgid "Select next smvector" -msgstr "Vælg næste størrelseskortvektor" +#: ../plug-ins/file-fits/fits.c:374 +msgid "FITS file keeps no displayable images" +msgstr "FITS-fil indeholder ingen fremviselige billeder" -#: plug-ins/gimpressionist/sizemap.c:471 -msgid "Add new smvector" -msgstr "Tilføj ny størrelseskortvektor" +#: ../plug-ins/file-fits/fits.c:455 +msgid "FITS save cannot handle images with alpha channels" +msgstr "FITS kan ikke gemme billeder med alfakanaler" -#: plug-ins/gimpressionist/sizemap.c:478 -msgid "Delete selected smvector" -msgstr "Slet valgt størrelseskortvektor" +#: ../plug-ins/file-fits/fits.c:993 +msgid "Load FITS File" +msgstr "Indlæs FITS-fil" -#: plug-ins/gimpressionist/sizemap.c:491 -msgid "Change the angle of the selected smvector" -msgstr "Ændr vinklen på den valgte størrelseskortvektor" +#: ../plug-ins/file-fits/fits.c:1017 +msgid "Replacement for undefined pixels" +msgstr "" -#: plug-ins/gimpressionist/sizemap.c:498 -msgid "S_trength:" -msgstr "_Styrke:" +#: ../plug-ins/file-fits/fits.c:1022 ../plug-ins/gfig/gfig-dialog.c:1286 +#: ../plug-ins/gfig/gfig-dialog.c:1461 +msgid "White" +msgstr "Hvid" -#: plug-ins/gimpressionist/sizemap.c:502 -msgid "Change the strength of the selected smvector" -msgstr "Ændr styrken på den valgte størrelseskortvektor" +#: ../plug-ins/file-fits/fits.c:1029 +#, fuzzy +msgid "Pixel value scaling" +msgstr "Punktværdiskalering" -#: plug-ins/gimpressionist/sizemap.c:509 -msgid "St_rength exp.:" -msgstr "Styrke_eksponent:" +#: ../plug-ins/file-fits/fits.c:1034 +msgid "By DATAMIN/DATAMAX" +msgstr "Ved DATAMIN/DATAMAX" -#: plug-ins/gimpressionist/sizemap.c:525 -msgid "" -"Voronoi-mode makes only the smvector closest to the given point have any " -"influence" +#: ../plug-ins/file-fits/fits.c:1041 +msgid "Image Composing" +msgstr "Sammensætning af billeder" + +#: ../plug-ins/file-fli/fli-gimp.c:166 ../plug-ins/file-fli/fli-gimp.c:186 +msgid "AutoDesk FLIC animation" msgstr "" -"Voronoi-tilstand bevirker at kun vektoren nærmest et givent punkt har nogen " -"indflydelse" -#. don't translate the gimprc entry -#: plug-ins/gimpressionist/utils.c:135 +#: ../plug-ins/file-fli/fli-gimp.c:562 #, c-format -msgid "" -"It is highly recommended to add\n" -" (gimpressionist-path \"%s\")\n" -"(or similar) to your gimprc file." -msgstr "" -"Det anbefales kraftigt at tilføje\n" -" (gimpressionist-path \"%s\")\n" -"(eller lign.) til din gimprc-fil." +msgid "Frame (%i)" +msgstr "Billede (%i)" + +#: ../plug-ins/file-fli/fli-gimp.c:714 +msgid "Sorry, I can save only INDEXED and GRAY images." +msgstr "Kan kun gemme indekserede eller gråtonebilleder." -#: plug-ins/help/domain.c:175 -msgid "The GIMP help files are not installed." -msgstr "Hjælpefilerne til Gimp'en er ikke installeret." +#: ../plug-ins/file-fli/fli-gimp.c:846 +msgid "GFLI 1.3 - Load framestack" +msgstr "GFLI 1.3 - indlæs animation" -#: plug-ins/help/domain.c:177 -msgid "There is a problem with the GIMP help files." -msgstr "Der er et problem med hjælpefilerne til Gimp'en." +#: ../plug-ins/file-fli/fli-gimp.c:914 +msgid "GFLI 1.3 - Save framestack" +msgstr "GFLI 1.3 - gem animation" -#: plug-ins/help/domain.c:182 -msgid "Please check your installation." -msgstr "Kontroller din installation." +#: ../plug-ins/file-ico/ico-dialog.c:54 +#, fuzzy +msgid "Save as Windows Icon" +msgstr "Gem som ikon" -#: plug-ins/help/domain.c:190 -#, c-format -msgid "Help ID '%s' unknown" -msgstr "Hjælpe-id \"%s\" ukendt" +#: ../plug-ins/file-ico/ico-dialog.c:86 +#, fuzzy +msgid "Icon Details" +msgstr "Samlingsoplysninger" -#: plug-ins/help/domain.c:447 -#, c-format +#: ../plug-ins/file-ico/ico-dialog.c:106 msgid "" -"Parse error in '%s':\n" -"%s" +"Large icons and compression are not supported by all programs. Older " +"applications may not open this file correctly." msgstr "" -"Fortolkningsfejl i '%s':\n" -"%s" -#: plug-ins/helpbrowser/dialog.c:157 -#, fuzzy -msgid "GIMP Help browser" -msgstr "Gimp hjælpelæser" +#: ../plug-ins/file-ico/ico-dialog.c:178 +msgid "1 bpp, 1-bit alpha, 2-slot palette" +msgstr "" -#: plug-ins/helpbrowser/dialog.c:409 -#, fuzzy -msgid "Document not found" -msgstr "Dokument ikke fundet" +#: ../plug-ins/file-ico/ico-dialog.c:179 +msgid "4 bpp, 1-bit alpha, 16-slot palette" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:180 +msgid "8 bpp, 1-bit alpha, 256-slot palette" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:181 +msgid "24 bpp, 1-bit alpha, no palette" +msgstr "" -#: plug-ins/helpbrowser/dialog.c:411 -msgid "The requested URL could not be loaded:" +#: ../plug-ins/file-ico/ico-dialog.c:182 +msgid "32 bpp, 8-bit alpha, no palette" msgstr "" -#: plug-ins/ifscompose/ifscompose.c:357 +#: ../plug-ins/file-ico/ico-dialog.c:196 #, fuzzy -msgid "_IFS Fractal..." -msgstr "Fraktalafbildning" +msgid "Compressed (PNG)" +msgstr "Komprimeret størrelse: %s" -#. Asym -#: plug-ins/ifscompose/ifscompose.c:600 -msgid "Asymmetry:" -msgstr "Asymmetri:" +#. read successfully. add to image +#: ../plug-ins/file-ico/ico-load.c:624 +#, c-format +msgid "Icon #%i" +msgstr "Ikon #%i" -#. Shear -#: plug-ins/ifscompose/ifscompose.c:614 -msgid "Shear:" -msgstr "Trapezering:" +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 +#: ../plug-ins/file-psd/psd-thumb-load.c:85 +#, fuzzy, c-format +msgid "Opening thumbnail for '%s'" +msgstr "Åbner '%s'..." -#. Simple color control section -#: plug-ins/ifscompose/ifscompose.c:659 -msgid "Simple" -msgstr "Simpel" +#: ../plug-ins/file-ico/ico.c:103 ../plug-ins/file-ico/ico.c:137 +msgid "Microsoft Windows icon" +msgstr "Microsoft Windows ikon" -#: plug-ins/ifscompose/ifscompose.c:668 +#: ../plug-ins/file-jpeg/jpeg-exif.c:293 #, fuzzy -msgid "IFS Fractal: Target" -msgstr "Fraktalafbildning" +msgid "Rotate Image?" +msgstr "/Rotér\\/skalér" -#: plug-ins/ifscompose/ifscompose.c:674 -msgid "Scale Hue by:" -msgstr "Skalér farvetone med:" +#: ../plug-ins/file-jpeg/jpeg-exif.c:296 +#, fuzzy +msgid "_Keep Orientation" +msgstr "Orientering" -#: plug-ins/ifscompose/ifscompose.c:689 -msgid "Scale Value by:" -msgstr "Skalér værdi med:" +#: ../plug-ins/file-jpeg/jpeg-exif.c:352 +msgid "According to the EXIF data, this image is rotated." +msgstr "Ifølge EXIF-data er dette billede roteret." + +#: ../plug-ins/file-jpeg/jpeg-exif.c:367 +msgid "Would you like GIMP to rotate it into the standard orientation?" +msgstr "Ønsker du at GIMP roterer det til standart retning?" -#. Full color control section -#: plug-ins/ifscompose/ifscompose.c:706 -msgid "Full" -msgstr "Fuld" +#: ../plug-ins/file-jpeg/jpeg-load.c:241 +msgid "JPEG preview" +msgstr "JPEG-eksempel" -#: plug-ins/ifscompose/ifscompose.c:713 -#, fuzzy -msgid "IFS Fractal: Red" -msgstr "Fraktaltype" +#: ../plug-ins/file-jpeg/jpeg-save.c:200 +#, fuzzy, c-format +msgid "File size: %02.01f kB" +msgstr "Størrelse: %ld byte (%02.01f kb)" -#: plug-ins/ifscompose/ifscompose.c:720 +#: ../plug-ins/file-jpeg/jpeg-save.c:682 #, fuzzy -msgid "IFS Fractal: Green" -msgstr "Fraktalafbildning" +msgid "Calculating file size..." +msgstr "Kopierer billeder..." -#: plug-ins/ifscompose/ifscompose.c:727 +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 #, fuzzy -msgid "IFS Fractal: Blue" -msgstr "Fraktaltype" +msgid "File size: unknown" +msgstr "Størrelse: ukendt" + +#: ../plug-ins/file-jpeg/jpeg-save.c:827 +msgid "Save as JPEG" +msgstr "Gem som JPEG" -#: plug-ins/ifscompose/ifscompose.c:734 +#: ../plug-ins/file-jpeg/jpeg-save.c:862 #, fuzzy -msgid "IFS Fractal: Black" -msgstr "Fraktalafbildning" +msgid "_Quality:" +msgstr "Kvalitet:" -#: plug-ins/ifscompose/ifscompose.c:784 +#: ../plug-ins/file-jpeg/jpeg-save.c:866 #, fuzzy -msgid "IFS Fractal" -msgstr "Ny fraktal" +msgid "JPEG quality parameter" +msgstr "Parametre" -#: plug-ins/ifscompose/ifscompose.c:872 -msgid "Spatial Transformation" -msgstr "Rumlig transformation" +#: ../plug-ins/file-jpeg/jpeg-save.c:885 +msgid "Enable preview to obtain the file size." +msgstr "" -#: plug-ins/ifscompose/ifscompose.c:878 -msgid "Color Transformation" -msgstr "Farvetransformation" +#: ../plug-ins/file-jpeg/jpeg-save.c:888 +#, fuzzy +msgid "Sho_w preview in image window" +msgstr "Miniature (i billedvinduet)" -#: plug-ins/ifscompose/ifscompose.c:888 +#: ../plug-ins/file-jpeg/jpeg-save.c:929 #, fuzzy -msgid "Relative probability:" -msgstr "Relativ sandsynlighed:" +msgid "S_moothing:" +msgstr "Udjævning:" -#: plug-ins/ifscompose/ifscompose.c:1063 -msgid "Select _All" -msgstr "Vælg _alt" +#: ../plug-ins/file-jpeg/jpeg-save.c:942 +#, fuzzy +msgid "Frequency (rows):" +msgstr "Genstartsfrekvenser (rækker):" -#: plug-ins/ifscompose/ifscompose.c:1067 +# RETMIG: rigtig? +#: ../plug-ins/file-jpeg/jpeg-save.c:958 #, fuzzy -msgid "Re_center" -msgstr "i midten" +msgid "Use _restart markers" +msgstr "Genstartsmarkeringer" -#: plug-ins/ifscompose/ifscompose.c:1067 +#: ../plug-ins/file-jpeg/jpeg-save.c:974 #, fuzzy -msgid "Recompute Center" -msgstr "/Genberegn center" +msgid "_Optimize" +msgstr "Optimér" -#: plug-ins/ifscompose/ifscompose.c:1071 +#: ../plug-ins/file-jpeg/jpeg-save.c:988 #, fuzzy -msgid "Render options" -msgstr "Genereringsindstillinger" +msgid "_Progressive" +msgstr "Progressiv" -#: plug-ins/ifscompose/ifscompose.c:1077 plug-ins/imagemap/imap_cmd_move.c:86 -#: plug-ins/imagemap/imap_cmd_object_move.c:57 -msgid "Move" -msgstr "Flyt" +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 +#, fuzzy +msgid "Save _EXIF data" +msgstr "Gem EXIF-data" -#: plug-ins/ifscompose/ifscompose.c:1080 +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 #, fuzzy -msgid "Rotate" -msgstr "Roteret" +msgid "Save _thumbnail" +msgstr "Gem fil" -#: plug-ins/ifscompose/ifscompose.c:1080 +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 #, fuzzy -msgid "Rotate / Scale" -msgstr "/Rotér\\/skalér" +msgid "Save _XMP data" +msgstr "Gem EXIF-data" -#: plug-ins/ifscompose/ifscompose.c:1083 -msgid "Stretch" -msgstr "Stræk" +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 +msgid "_Use quality settings from original image" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 +msgid "" +"If the original image was loaded from a JPEG file using non-standard quality " +"settings (quantization tables), enable this option to get almost the same " +"quality and file size." +msgstr "" -#: plug-ins/ifscompose/ifscompose.c:1180 +#. Subsampling +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 #, fuzzy -msgid "IFS Fractal Render Options" -msgstr "Genereringsindstillinger" +msgid "Su_bsampling:" +msgstr "Underprøver:" -#: plug-ins/ifscompose/ifscompose.c:1201 -msgid "Max. Memory:" -msgstr "Maks. hukommelse:" +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 +msgid "1x1,1x1,1x1 (best quality)" +msgstr "1x1,1x1,1x1 (bedste kvalitet)" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 +msgid "2x1,1x1,1x1 (4:2:2)" +msgstr "2x1,1x1,1x1 (4:2:2)" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 +msgid "1x2,1x1,1x1" +msgstr "1x2,1x1,1x1" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 +msgid "2x2,1x1,1x1 (smallest file)" +msgstr "2x2,1x1,1x1 (mindste fil)" -#: plug-ins/ifscompose/ifscompose.c:1228 -msgid "Subdivide:" -msgstr "Underinddelinger:" +#. DCT method +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 +#, fuzzy +msgid "_DCT method:" +msgstr "Tærskel:" -#: plug-ins/ifscompose/ifscompose.c:1241 -msgid "Spot Radius:" -msgstr "Punktradius:" +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 +msgid "Fast Integer" +msgstr "Hurtigt heltal" -#: plug-ins/ifscompose/ifscompose.c:1313 -#, c-format -msgid "Rendering IFS (%d/%d)..." -msgstr "Genererer geometrisk fraktal (%d/%d)..." +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 +msgid "Integer" +msgstr "Heltal" -#. transfer the image to the drawable -#: plug-ins/ifscompose/ifscompose.c:1333 -#, c-format -msgid "Copying IFS to image (%d/%d)..." -msgstr "Kopierer geometrisk fraktal til billede (%d/%d)..." +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 +msgid "Floating-Point" +msgstr "Kommatal" -#: plug-ins/ifscompose/ifscompose.c:1476 -#, c-format -msgid "Transformation %s" -msgstr "Transformation %s" +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 +msgid "Comment" +msgstr "Kommentar" -#: plug-ins/ifscompose/ifscompose.c:2400 +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 #, fuzzy -msgid "Save failed" -msgstr "Gem fil" +msgid "Sa_ve Defaults" +msgstr "_Gem standardværdier" -#: plug-ins/ifscompose/ifscompose.c:2481 plug-ins/ifscompose/ifscompose.c:2494 -msgid "Open failed" -msgstr "Åbn mislykkedes" +#: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175 +#, fuzzy +msgid "JPEG image" +msgstr "JPEG-eksempel" + +#: ../plug-ins/file-jpeg/jpeg.c:301 +msgid "Export Preview" +msgstr "Eksporteringseksempel" -#: plug-ins/ifscompose/ifscompose.c:2489 +#: ../plug-ins/file-psd/psd-load.c:215 +#: ../plug-ins/file-psd/psd-thumb-load.c:131 #, fuzzy, c-format -msgid "File '%s' doesn't seem to be an IFS Fractal file." -msgstr "Filen \"%s\" ser ikke ud til at være en IFS-fil." +msgid "Error loading PSD file: %s" +msgstr "Fejl ved åbning af filen \"%s\"" -#: plug-ins/ifscompose/ifscompose.c:2529 -#, fuzzy -msgid "Save as IFS Fraktal file" -msgstr "Gem som IFS-fil" +#: ../plug-ins/file-psd/psd-load.c:270 +#, c-format +msgid "Not a valid photoshop document file" +msgstr "" -#: plug-ins/ifscompose/ifscompose.c:2559 -#, fuzzy -msgid "Open IFS Fraktal file" -msgstr "Åbn IFS-fil" +#: ../plug-ins/file-psd/psd-load.c:277 +#, fuzzy, c-format +msgid "Unsupported file format version: %d" +msgstr "Ikke-understøttet pernselformat" -#: plug-ins/imagemap/imap_about.c:43 -#, fuzzy -msgid "Imagemap plug-in 2.2" -msgstr "Billedkortmodul 2.0" +#: ../plug-ins/file-psd/psd-load.c:284 +#, fuzzy, c-format +msgid "Too many channels in file: %d" +msgstr "Kildekanal i fil:" -#: plug-ins/imagemap/imap_about.c:44 -#, fuzzy -msgid "Copyright(c) 1999-2004 by Maurits Rijk" -msgstr "Copyright © 1999-2003 Maurits Rijk" +#: ../plug-ins/file-psd/psd-load.c:311 +#, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Ikke understøttet eller ugyldig billedstørrelse: %dx%d" -#: plug-ins/imagemap/imap_about.c:46 -#, fuzzy -msgid "Released under the GNU General Public License" -msgstr " Frigivet under GNU General Public License " +#: ../plug-ins/file-psd/psd-load.c:323 +#, fuzzy, c-format +msgid "Unsupported color mode: %s" +msgstr "Ikke-understøttet farvedybde (%d)" -#: plug-ins/imagemap/imap_circle.c:64 -msgid "C_ircle" -msgstr "C_irkel" +#: ../plug-ins/file-psd/psd-load.c:350 +#, fuzzy, c-format +msgid "Unsupported bit depth: %d" +msgstr "Ikke-understøttet farvedybde (%d)" -#: plug-ins/imagemap/imap_circle.c:264 -msgid "Center _x:" -msgstr "Centrum-_x:" +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 +#, c-format +msgid "The file is corrupt!" +msgstr "Filen er ødelagt!" -#: plug-ins/imagemap/imap_circle.c:269 plug-ins/imagemap/imap_circle.c:276 -#: plug-ins/imagemap/imap_circle.c:282 plug-ins/imagemap/imap_grid.c:254 -#: plug-ins/imagemap/imap_grid.c:260 plug-ins/imagemap/imap_polygon.c:504 -#: plug-ins/imagemap/imap_polygon.c:512 plug-ins/imagemap/imap_rectangle.c:394 -#: plug-ins/imagemap/imap_rectangle.c:401 -#: plug-ins/imagemap/imap_rectangle.c:408 -#: plug-ins/imagemap/imap_rectangle.c:415 -msgid "pixels" -msgstr "skærmpunkter" +#: ../plug-ins/file-psd/psd-load.c:554 +#, fuzzy, c-format +msgid "Too many channels in layer: %d" +msgstr "Kildekanal i fil:" -#: plug-ins/imagemap/imap_circle.c:271 -msgid "Center _y:" -msgstr "Centrum-_y:" +#: ../plug-ins/file-psd/psd-load.c:562 +#, c-format +msgid "Unsupported or invalid layer height: %d" +msgstr "" -#: plug-ins/imagemap/imap_cmd_clear.c:51 -msgid "Clear" -msgstr "Ryd" +#: ../plug-ins/file-psd/psd-load.c:570 +#, fuzzy, c-format +msgid "Unsupported or invalid layer width: %d" +msgstr "Ikke-understøttet farvedybde (%d)" -#: plug-ins/imagemap/imap_cmd_create.c:58 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:151 -msgid "Create" -msgstr "Opret" +#: ../plug-ins/file-psd/psd-load.c:579 +#, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "" -#: plug-ins/imagemap/imap_cmd_cut.c:55 -#: plug-ins/imagemap/imap_cmd_cut_object.c:51 -#: plug-ins/imagemap/imap_object_popup.c:111 -#: plug-ins/imagemap/imap_toolbar.c:123 -msgid "Cut" -msgstr "Klip" +#: ../plug-ins/file-psd/psd-load.c:763 +#, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "" -#: plug-ins/imagemap/imap_cmd_delete.c:57 -#: plug-ins/imagemap/imap_selection.c:172 plug-ins/imagemap/imap_tools.c:174 -msgid "Delete" -msgstr "Slet" +#: ../plug-ins/file-psd/psd-load.c:771 +#, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "" -#: plug-ins/imagemap/imap_cmd_delete_point.c:61 -#: plug-ins/imagemap/imap_polygon.c:723 -msgid "Delete Point" -msgstr "Slet punkt" +#: ../plug-ins/file-psd/psd-load.c:780 +#, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "" -#: plug-ins/imagemap/imap_cmd_edit_object.c:54 -msgid "Edit Object" -msgstr "Redigér objekt" +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 +#, fuzzy, c-format +msgid "Unsupported compression mode: %d" +msgstr "Ikke-understøttet farvedybde (%d)" -#. Create the areas -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:117 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:147 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:251 -msgid "Use Gimp Guides" -msgstr "Benyt Gimp-rektangler" +#: ../plug-ins/file-psd/psd-load.c:1644 +msgid "Extra" +msgstr "" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:160 -msgid "Al_ternate" -msgstr "Sk_iftevise" +#: ../plug-ins/file-psd/psd-load.c:1819 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:165 -msgid "A_ll" -msgstr "_Alle" +#: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 +#: ../plug-ins/file-psd/psd.c:153 +msgid "Photoshop image" +msgstr "Photoshop billede" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:169 -msgid "Add Additional Guides" -msgstr "Tilføj ekstra rektangler" +#: ../plug-ins/file-psd/psd-save.c:371 +#, c-format +msgid "" +"Unable to save layer with mode '%s'. Either the PSD file format or the save " +"plug-in does not support that, using normal mode instead." +msgstr "" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:177 -msgid "L_eft Border" -msgstr "_Venstre kant" +#: ../plug-ins/file-psd/psd-save.c:631 +msgid "Error: Can't convert GIMP base imagetype to PSD mode" +msgstr "" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:181 -msgid "_Right Border" -msgstr "_Højre kant" +#: ../plug-ins/file-psd/psd-save.c:1605 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images that are " +"more than 30,000 pixels wide or tall." +msgstr "" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:185 -msgid "_Upper Border" -msgstr "_Øvre kant" +#: ../plug-ins/file-psd/psd-save.c:1620 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images with " +"layers that are more than 30,000 pixels wide or tall." +msgstr "" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:189 -msgid "Lo_wer Border" -msgstr "_Nedre kant" +#: ../plug-ins/file-psd/psd-util.c:51 +#, fuzzy +msgid "Unexpected end of file" +msgstr "PNM: For tidlig slutning på fil." -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:197 -msgid "_Base URL:" -msgstr "_Grund-URL:" +#: ../plug-ins/file-sgi/sgi.c:121 ../plug-ins/file-sgi/sgi.c:141 +msgid "Silicon Graphics IRIS image" +msgstr "" -# her oversættes "guide" med "rektangel" fordi det i dette modul -# drejer sig om rektangler, se nedenstående tekst -#: plug-ins/imagemap/imap_cmd_guides.c:72 -#: plug-ins/imagemap/imap_cmd_guides.c:138 -msgid "Create Guides" -msgstr "Opret rektangler" +#: ../plug-ins/file-sgi/sgi.c:325 +#, c-format +msgid "Could not open '%s' for reading." +msgstr "Kan ikke åbne \"%s\" til læsning." -#: plug-ins/imagemap/imap_cmd_guides.c:111 +#: ../plug-ins/file-sgi/sgi.c:341 #, c-format -msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" -msgstr "Resulterende rektangelgrænser: (%d,%d) til (%d,%d) (%d områder)" +msgid "Invalid width: %hu" +msgstr "" -#: plug-ins/imagemap/imap_cmd_guides.c:142 -#, fuzzy -msgid "" -"Guides are pre-defined rectangles covering the image. You define them by " -"their width, height, and spacing from each other. This allows you to rapidly " -"create the most common image map type - image collection of \"thumbnails\", " -"suitable for navigation bars." +#: ../plug-ins/file-sgi/sgi.c:348 +#, fuzzy, c-format +msgid "Invalid height: %hu" +msgstr "Billed_højde:" + +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" msgstr "" -"Her kan du få oprettet foruddefinerede rektangler på billedet. De kan\n" -"defineres ved deres bredde, højde og afstand fra hinanden. Dette\n" -"hjælper dig med hurtigt at oprette den mest almindelige billedkorttype\n" -"- en samling af miniaturer til en navigationslinje. " -#: plug-ins/imagemap/imap_cmd_guides.c:172 -msgid "_Left Start at:" -msgstr "V_enstre start ved:" +#: ../plug-ins/file-sgi/sgi.c:569 +#, c-format +msgid "Could not open '%s' for writing." +msgstr "Kan ikke åbne \"%s\" til skrivning." -#: plug-ins/imagemap/imap_cmd_guides.c:182 -msgid "_Top Start at:" -msgstr "Begynd _foroven ved:" +#: ../plug-ins/file-sgi/sgi.c:649 +msgid "Save as SGI" +msgstr "Gem som SGI" -#: plug-ins/imagemap/imap_cmd_guides.c:187 -msgid "_Horz. Spacing:" -msgstr "_Vandret mellemrum:" +#: ../plug-ins/file-sgi/sgi.c:665 +#, fuzzy +msgid "Compression type" +msgstr "Kompressionstype" -#: plug-ins/imagemap/imap_cmd_guides.c:193 -msgid "_No. Across:" -msgstr "_Antal vandret:" +#: ../plug-ins/file-sgi/sgi.c:669 +#, fuzzy +msgid "No compression" +msgstr "Ingen kompression" -#: plug-ins/imagemap/imap_cmd_guides.c:199 -msgid "_Vert. Spacing:" -msgstr "_Lodret mellemrum:" +#: ../plug-ins/file-sgi/sgi.c:671 +#, fuzzy +msgid "RLE compression" +msgstr "_Rækkekomprimering (RLE)" -#: plug-ins/imagemap/imap_cmd_guides.c:205 -msgid "No. _Down:" -msgstr "Antal l_odret:" +#: ../plug-ins/file-sgi/sgi.c:673 +#, fuzzy +msgid "" +"Aggressive RLE\n" +"(not supported by SGI)" +msgstr "" +"Agressiv RLE\n" +"(ikke understøttet af SGI)" -#: plug-ins/imagemap/imap_cmd_guides.c:214 -msgid "Base _URL:" -msgstr "Basis-_URL:" +# ikke "indsaml" - test det +#: ../plug-ins/file-uri/gimpmountoperation.c:448 +#, fuzzy +msgid "Co_nnect" +msgstr "Saml" -#: plug-ins/imagemap/imap_cmd_guides.c:238 -msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" -msgstr "Resulterende rektangelgrænser: (0,0) til (0,0) (0 områder)" +#: ../plug-ins/file-uri/gimpmountoperation.c:492 +msgid "Connect _anonymously" +msgstr "Tilslut _anonymt" -#: plug-ins/imagemap/imap_cmd_guides.c:273 -msgid "Guides" -msgstr "Rektangler" +#: ../plug-ins/file-uri/gimpmountoperation.c:501 +msgid "Connect as u_ser:" +msgstr "" -#: plug-ins/imagemap/imap_cmd_insert_point.c:62 -#: plug-ins/imagemap/imap_polygon.c:737 -msgid "Insert Point" -msgstr "Indsæt punkt" +#: ../plug-ins/file-uri/gimpmountoperation.c:538 +#, fuzzy +msgid "_Username:" +msgstr "Basisnavn:" -#: plug-ins/imagemap/imap_cmd_move_down.c:53 -#: plug-ins/imagemap/imap_cmd_object_down.c:55 -#: plug-ins/imagemap/imap_object_popup.c:109 -#: plug-ins/imagemap/imap_selection.c:163 -msgid "Move Down" -msgstr "Flyt ned" +#: ../plug-ins/file-uri/gimpmountoperation.c:542 +msgid "_Domain:" +msgstr "_Domæne:" -#: plug-ins/imagemap/imap_cmd_move_sash.c:68 -msgid "Move Sash" -msgstr "Flyt billeder" +#: ../plug-ins/file-uri/gimpmountoperation.c:547 +msgid "_Password:" +msgstr "" -#: plug-ins/imagemap/imap_cmd_move_selected.c:56 -msgid "Move Selected Objects" -msgstr "Flyt markerede objekter" +#: ../plug-ins/file-uri/gimpmountoperation.c:562 +msgid "_Forget password immediately" +msgstr "" -#: plug-ins/imagemap/imap_cmd_move_to_front.c:51 -#: plug-ins/imagemap/imap_toolbar.c:151 -msgid "Move To Front" -msgstr "Flyt til forrest" +#: ../plug-ins/file-uri/gimpmountoperation.c:570 +msgid "_Remember password until you logout" +msgstr "" -#: plug-ins/imagemap/imap_cmd_move_up.c:53 -#: plug-ins/imagemap/imap_cmd_object_up.c:55 -#: plug-ins/imagemap/imap_object_popup.c:107 -#: plug-ins/imagemap/imap_selection.c:159 -msgid "Move Up" -msgstr "Flyt op" +#: ../plug-ins/file-uri/gimpmountoperation.c:578 +#, fuzzy +msgid "_Remember forever" +msgstr "Evig løkke" -#: plug-ins/imagemap/imap_cmd_paste.c:51 plug-ins/imagemap/imap_toolbar.c:129 -msgid "Paste" -msgstr "Indsæt" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:129 +#: ../plug-ins/file-uri/uri-backend-wget.c:303 +#, c-format +msgid "Downloading %s of image data" +msgstr "Henter %s af billeddata" -#: plug-ins/imagemap/imap_cmd_select.c:53 plug-ins/imagemap/imap_tools.c:144 -msgid "Select" -msgstr "Markering" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:226 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:136 +#: ../plug-ins/file-uri/uri-backend-wget.c:346 +#, c-format +msgid "Downloaded %s of image data" +msgstr "Hentet %s af billeddata" -#: plug-ins/imagemap/imap_cmd_select_all.c:51 -msgid "Select All" -msgstr "Vælg alt" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:182 +#, c-format +msgid "Uploading %s of image data" +msgstr "Sender %s af billeddata" -#: plug-ins/imagemap/imap_cmd_select_next.c:51 -msgid "Select Next" -msgstr "Vælg næste" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:183 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:230 +#, c-format +msgid "Uploaded %s of image data" +msgstr "Sendt %s af billeddata" -#: plug-ins/imagemap/imap_cmd_select_prev.c:51 -msgid "Select Previous" -msgstr "Vælg forrige" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:297 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:158 +#: ../plug-ins/file-uri/uri-backend-wget.c:195 +#, fuzzy +msgid "Connecting to server" +msgstr "Ingen markering at omdanne" -#: plug-ins/imagemap/imap_cmd_select_region.c:64 -msgid "Select Region" -msgstr "Vælg område" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:312 +#, fuzzy, c-format +msgid "Failed to read %s from '%s': %s" +msgstr "Kunne ikke gemme PPM-filen \"%s\": %s" -#: plug-ins/imagemap/imap_cmd_send_to_back.c:51 -#: plug-ins/imagemap/imap_toolbar.c:157 -msgid "Send To Back" -msgstr "Send til bagerst" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:361 +#, fuzzy, c-format +msgid "Failed to write %s to '%s': %s" +msgstr "Kunne ikke skrive farveovergangsblusfilen '%s': %s" -#: plug-ins/imagemap/imap_cmd_unselect.c:53 -msgid "Unselect" -msgstr "Fravælg" +#: ../plug-ins/file-uri/uri-backend-gvfs.c:200 +#, c-format +msgid "Downloading image (%s of %s)" +msgstr "Henter billede (%s af %s)" -#: plug-ins/imagemap/imap_cmd_unselect_all.c:53 -msgid "Unselect All" -msgstr "Fravælg alt" +#: ../plug-ins/file-uri/uri-backend-gvfs.c:204 +#, c-format +msgid "Uploading image (%s of %s)" +msgstr "Sender billede (%s af %s)" -#: plug-ins/imagemap/imap_edit_area_info.c:196 -msgid "Link Type" -msgstr "Henvisningstype" +#: ../plug-ins/file-uri/uri-backend-libcurl.c:60 +msgid "Could not initialize libcurl" +msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:205 -msgid "_Web Site" -msgstr "_Netsted" +#: ../plug-ins/file-uri/uri-backend-libcurl.c:202 +#, c-format +msgid "Opening '%s' for reading resulted in HTTP response code: %d" +msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:211 -msgid "_Ftp Site" -msgstr "_Ftp-sted" +#: ../plug-ins/file-uri/uri-backend-wget.c:162 +#: ../plug-ins/file-uri/uri-backend-wget.c:182 +#: ../plug-ins/file-uri/uri-backend-wget.c:201 +#: ../plug-ins/file-uri/uri-backend-wget.c:224 +#: ../plug-ins/file-uri/uri-backend-wget.c:253 +#, c-format +msgid "wget exited abnormally on URI '%s'" +msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:217 -msgid "_Gopher" -msgstr "_Gopher" +#. The third line is "Connecting to..." +#: ../plug-ins/file-uri/uri-backend-wget.c:190 +#, c-format +msgid "(timeout is %d second)" +msgid_plural "(timeout is %d seconds)" +msgstr[0] "" +msgstr[1] "" -#: plug-ins/imagemap/imap_edit_area_info.c:223 -msgid "Ot_her" -msgstr "_Andre" +#. The fourth line is either the network request or an error +#: ../plug-ins/file-uri/uri-backend-wget.c:219 +#, fuzzy +msgid "Opening URI" +msgstr "Åbner %s" -#: plug-ins/imagemap/imap_edit_area_info.c:229 -msgid "F_ile" -msgstr "F_il" +#: ../plug-ins/file-uri/uri-backend-wget.c:230 +#: ../plug-ins/file-uri/uri-backend-wget.c:263 +#, fuzzy, c-format +msgid "A network error occurred: %s" +msgstr "fejl under skrivning" -#: plug-ins/imagemap/imap_edit_area_info.c:235 -msgid "WAI_S" -msgstr "WAI_S" +#: ../plug-ins/file-uri/uri-backend-wget.c:308 +msgid "Downloading unknown amount of image data" +msgstr "Hentet ukendt mængde af billeddata" + +#: ../plug-ins/file-uri/uri.c:119 ../plug-ins/file-uri/uri.c:140 +msgid "URI" +msgstr "URI" -#: plug-ins/imagemap/imap_edit_area_info.c:241 -msgid "Tel_net" -msgstr "Tel_net" +#: ../plug-ins/file-xjt/xjt.c:488 ../plug-ins/file-xjt/xjt.c:506 +msgid "GIMP compressed XJT image" +msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:247 -msgid "e-_mail" -msgstr "E-_post" +#: ../plug-ins/file-xjt/xjt.c:736 +#, c-format +msgid "XJT file contains unknown layermode %d" +msgstr "XJT-fil indeholder ukendt lagtilstand %d" -#: plug-ins/imagemap/imap_edit_area_info.c:253 -msgid "_URL to activate when this area is clicked: (required)" -msgstr "_URL som aktiveres når der klikkes på dette område: (påkrævet)" +#: ../plug-ins/file-xjt/xjt.c:773 +#, c-format +msgid "Warning: unsupported layermode %d saved to XJT" +msgstr "Advarsel: ikke-understøttet lagtilstand %d gemt i XJT" -#: plug-ins/imagemap/imap_edit_area_info.c:255 -msgid "Select HTML file" -msgstr "Vælg HTML-fil" +#: ../plug-ins/file-xjt/xjt.c:789 +#, c-format +msgid "XJT file contains unknown pathtype %d" +msgstr "XJT-fil indeholder ukendt banetype %d" -#: plug-ins/imagemap/imap_edit_area_info.c:264 -msgid "Relati_ve link" -msgstr "Relati_v henvisning" +#: ../plug-ins/file-xjt/xjt.c:805 +#, c-format +msgid "Warning: unsupported pathtype %d saved to XJT" +msgstr "Advarsel: ikke-understøttet banetype %d gemt i XJT" -#: plug-ins/imagemap/imap_edit_area_info.c:270 -msgid "_Target frame name/ID: (optional - used for FRAMES only)" -msgstr "_Målrammes navn/id: (valgfrit - kun til sider med rammer)" +#: ../plug-ins/file-xjt/xjt.c:824 +#, c-format +msgid "XJT file contains unknown unittype %d" +msgstr "XJT-fil indeholder ukendt enhedstype %d" -#: plug-ins/imagemap/imap_edit_area_info.c:273 -msgid "ALT te_xt: (optional)" -msgstr "ALT-te_kst: (valgfri)" +#: ../plug-ins/file-xjt/xjt.c:845 +#, c-format +msgid "Warning: unsupported unittype %d saved to XJT" +msgstr "Advarsel: ikke-understøttet enhedstype %d gemt i XJT" -#: plug-ins/imagemap/imap_edit_area_info.c:276 -msgid "_Link" -msgstr "_Henvisning" +#: ../plug-ins/file-xjt/xjt.c:866 +msgid "Save as XJT" +msgstr "Gem som XJT" -#: plug-ins/imagemap/imap_edit_area_info.c:310 -msgid "Dimensions" -msgstr "Dimensioner" +#: ../plug-ins/file-xjt/xjt.c:889 +msgid "Optimize" +msgstr "Optimér" -#: plug-ins/imagemap/imap_edit_area_info.c:314 -msgid "Pre_view" -msgstr "_Eksempel" +#: ../plug-ins/file-xjt/xjt.c:899 +#, fuzzy +msgid "Clear transparent" +msgstr "Ryd gennemsigtigt" -#: plug-ins/imagemap/imap_edit_area_info.c:352 -msgid "_JavaScript" -msgstr "_Javascript" +#: ../plug-ins/file-xjt/xjt.c:911 +msgid "Quality:" +msgstr "Kvalitet:" -#: plug-ins/imagemap/imap_edit_area_info.c:451 -msgid "Area Settings" -msgstr "Områdeindstillinger" +#: ../plug-ins/file-xjt/xjt.c:920 +msgid "Smoothing:" +msgstr "Udjævning:" -#: plug-ins/imagemap/imap_edit_area_info.c:493 +#: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373 #, c-format -msgid "Area #%d Settings" -msgstr "Indstillinger for område nr. %d" +msgid "Could not create working folder '%s': %s" +msgstr "Kunne ikke oprette arbejdskatalog \"%s\": %s" -#: plug-ins/imagemap/imap_file.c:49 plug-ins/imagemap/imap_menu.c:65 -msgid "Error opening file" -msgstr "Fejl ved åbning af fil" +#: ../plug-ins/file-xjt/xjt.c:3239 +#, c-format +msgid "Error: Could not read XJT property file '%s'." +msgstr "Fejl: Kunne ikke læse XJT-egenskabsfilen \"%s\"." -#: plug-ins/imagemap/imap_file.c:69 -msgid "Load Imagemap" -msgstr "Indlæs billedkort" +#: ../plug-ins/file-xjt/xjt.c:3246 +#, c-format +msgid "Error: XJT property file '%s' is empty." +msgstr "Fejl: XJT-egenskabsfilen \"%s\" er tom." + +#: ../plug-ins/flame/flame.c:129 +msgid "Create cosmic recursive fractal flames" +msgstr "" -#: plug-ins/imagemap/imap_file.c:114 -msgid "File already exists" -msgstr "Fil eksisterer allerede" +#: ../plug-ins/flame/flame.c:134 +#, fuzzy +msgid "_Flame..." +msgstr "Flamme" -#: plug-ins/imagemap/imap_file.c:115 +#: ../plug-ins/flame/flame.c:227 #, fuzzy -msgid "Do you really want to overwrite?" -msgstr "" -"Fil eksisterer allerede.\n" -" Ønsker du virkelig at overskrive den? " +msgid "Drawing flame" +msgstr "Tegner flammer..." -#: plug-ins/imagemap/imap_file.c:166 -msgid "Save Imagemap" -msgstr "Gem billedkort" +#: ../plug-ins/flame/flame.c:319 +msgid "Flame works only on RGB drawables." +msgstr "Flammer kan kun arbejde med RGB-tegneobjekter." -#: plug-ins/imagemap/imap_grid.c:201 -msgid "Grid Settings" -msgstr "Gitterindstillinger" +#: ../plug-ins/flame/flame.c:402 +#, c-format +msgid "'%s' is not a regular file" +msgstr "'%s' er ikke en almindelig fil" -#: plug-ins/imagemap/imap_grid.c:205 -msgid "_Snap-To Grid Enabled" -msgstr "_Fæstn til gitter" +#: ../plug-ins/flame/flame.c:646 +msgid "Edit Flame" +msgstr "Redigér flamme" -#: plug-ins/imagemap/imap_grid.c:211 -msgid "Grid Visibility and Type" -msgstr "Gittersynlighed og -type" +#: ../plug-ins/flame/flame.c:669 +msgid "Directions" +msgstr "Retninger" -#: plug-ins/imagemap/imap_grid.c:218 -msgid "_Hidden" -msgstr "_Skjult" +#: ../plug-ins/flame/flame.c:705 +msgid "Controls" +msgstr "Kontroller" -#: plug-ins/imagemap/imap_grid.c:226 -msgid "_Lines" -msgstr "_Linjer" +#: ../plug-ins/flame/flame.c:719 +msgid "_Speed:" +msgstr "_Hastighed:" -#: plug-ins/imagemap/imap_grid.c:235 -msgid "C_rosses" -msgstr "K_rydser" +#: ../plug-ins/flame/flame.c:736 +msgid "_Randomize" +msgstr "_Tilfældiggør" -#: plug-ins/imagemap/imap_grid.c:243 -msgid "Grid Granularity" -msgstr "Gitterkornethed" +#: ../plug-ins/flame/flame.c:746 +msgid "Same" +msgstr "Samme" -#: plug-ins/imagemap/imap_grid.c:250 -msgid "_Width" -msgstr "_Bredde" +#: ../plug-ins/flame/flame.c:747 ../plug-ins/gimpressionist/orientation.c:164 +#: ../plug-ins/gimpressionist/size.c:167 +msgid "Random" +msgstr "Tilfældig" -#: plug-ins/imagemap/imap_grid.c:256 -msgid "_Height" -msgstr "_Højde" +#: ../plug-ins/flame/flame.c:751 +msgid "Swirl" +msgstr "Hvirvel" -#: plug-ins/imagemap/imap_grid.c:270 -msgid "Grid Offset" -msgstr "Gitterafsæt" +#: ../plug-ins/flame/flame.c:752 +msgid "Horseshoe" +msgstr "Hestesko" -#: plug-ins/imagemap/imap_grid.c:277 -msgid "pixels from l_eft" -msgstr "punkter fra v_enstre" +#: ../plug-ins/flame/flame.c:753 ../plug-ins/gfig/gfig-dialog.c:1442 +msgid "Polar" +msgstr "Polær" -#: plug-ins/imagemap/imap_grid.c:282 -msgid "pixels from _top" -msgstr "punkter fra _top" +#: ../plug-ins/flame/flame.c:754 +msgid "Bent" +msgstr "Bøjet" -#: plug-ins/imagemap/imap_grid.c:293 -msgid "_Preview" -msgstr "E_ksempel" +#: ../plug-ins/flame/flame.c:755 +msgid "Handkerchief" +msgstr "Lommetørklæde" -#: plug-ins/imagemap/imap_main.c:128 +#: ../plug-ins/flame/flame.c:756 #, fuzzy -msgid "_ImageMap..." -msgstr "Om billedkort..." - -#: plug-ins/imagemap/imap_main.c:594 plug-ins/imagemap/imap_settings.c:171 -msgid "" -msgstr "" +msgid "Heart" +msgstr "Stregtegning" -#: plug-ins/imagemap/imap_main.c:746 -msgid "Some data has been changed!" -msgstr "Nogle data er blevet ændret!" +#: ../plug-ins/flame/flame.c:757 +#, fuzzy +msgid "Disc" +msgstr "Diverse" -#: plug-ins/imagemap/imap_main.c:747 -msgid "Do you really want to discard your changes?" -msgstr "Ønsker du virkelig at droppe dine ændringer?" +#: ../plug-ins/flame/flame.c:759 +msgid "Hyperbolic" +msgstr "" -#: plug-ins/imagemap/imap_main.c:955 -#, c-format -msgid "File \"%s\" saved." -msgstr "Filen \"%s\" gemt." +#: ../plug-ins/flame/flame.c:761 +msgid "Ex" +msgstr "" -#: plug-ins/imagemap/imap_main.c:959 -msgid "Couldn't save file:" -msgstr "Kunne ikke gemme fil:" +#: ../plug-ins/flame/flame.c:762 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:844 +msgid "Julia" +msgstr "Julia" -#: plug-ins/imagemap/imap_main.c:985 -msgid "Image size has changed." -msgstr "Billedstørrelsen er ændret." +#: ../plug-ins/flame/flame.c:764 +#, fuzzy +msgid "Fisheye" +msgstr "Fast startværdi" -#: plug-ins/imagemap/imap_main.c:986 -msgid "Resize area's?" -msgstr "Ændr størrelser?" +#: ../plug-ins/flame/flame.c:765 +msgid "Popcorn" +msgstr "" -#: plug-ins/imagemap/imap_main.c:1014 -msgid "Couldn't read file:" -msgstr "Kunne ikke læse fil:" +#: ../plug-ins/flame/flame.c:766 +#, fuzzy +msgid "Exponential" +msgstr "_Eksponent:" -#: plug-ins/imagemap/imap_main.c:1061 -#, c-format -msgid "URL: %s" -msgstr "URL: %s" +#: ../plug-ins/flame/flame.c:767 +#, fuzzy +msgid "Power" +msgstr "_Nedre" -#: plug-ins/imagemap/imap_menu.c:181 -msgid "_File" -msgstr "_Fil" +#: ../plug-ins/flame/flame.c:768 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:997 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1038 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1079 +msgid "Cosine" +msgstr "Cosinus" -#: plug-ins/imagemap/imap_menu.c:187 +#: ../plug-ins/flame/flame.c:769 #, fuzzy -msgid "Open recent" -msgstr "Åbn seneste" - -#: plug-ins/imagemap/imap_menu.c:209 -#, c-format -msgid "_Undo %s" -msgstr "_Fortryd '%s'" +msgid "Rings" +msgstr "Radianer" -#: plug-ins/imagemap/imap_menu.c:225 -#, c-format -msgid "_Redo %s" -msgstr "_Omgør '%s'" +#: ../plug-ins/flame/flame.c:770 +msgid "Fan" +msgstr "" -#: plug-ins/imagemap/imap_menu.c:253 -msgid "_Edit" -msgstr "_Redigér" +#: ../plug-ins/flame/flame.c:771 +msgid "Eyefish" +msgstr "" -#: plug-ins/imagemap/imap_menu.c:271 +#: ../plug-ins/flame/flame.c:772 #, fuzzy -msgid "Select _all" -msgstr "Vælg alle" +msgid "Bubble" +msgstr "Blå" + +#: ../plug-ins/flame/flame.c:773 ../plug-ins/map-object/map-object-ui.c:491 +msgid "Cylinder" +msgstr "Cylinder" -#: plug-ins/imagemap/imap_menu.c:274 +#: ../plug-ins/flame/flame.c:775 #, fuzzy -msgid "Deselect _all" -msgstr "Fravælg _alt" +msgid "Blur" +msgstr "Slør" -#: plug-ins/imagemap/imap_menu.c:279 +#: ../plug-ins/flame/flame.c:776 #, fuzzy -msgid "Edit area info..." -msgstr "Redigér områdeinfo..." +msgid "Gaussian" +msgstr "IIR gaussisk-sløring" -#: plug-ins/imagemap/imap_menu.c:294 -msgid "_View" -msgstr "_Vis" +#: ../plug-ins/flame/flame.c:789 +msgid "_Variation:" +msgstr "_Variation:" -#: plug-ins/imagemap/imap_menu.c:298 -#, fuzzy -msgid "Area list" -msgstr "Områdeliste" +#: ../plug-ins/flame/flame.c:811 +msgid "Load Flame" +msgstr "Indlæs flamme" -#: plug-ins/imagemap/imap_menu.c:302 -msgid "Source..." -msgstr "Kilde..." +#: ../plug-ins/flame/flame.c:826 +msgid "Save Flame" +msgstr "Gem flamme" -#: plug-ins/imagemap/imap_menu.c:310 plug-ins/print/gimp_main_window.c:1410 -msgid "Grayscale" -msgstr "Gråtone" +#: ../plug-ins/flame/flame.c:968 +msgid "Flame" +msgstr "Flamme" -#: plug-ins/imagemap/imap_menu.c:328 -#, fuzzy -msgid "Zoom to" -msgstr "Zoom til" +#: ../plug-ins/flame/flame.c:1069 +msgid "_Rendering" +msgstr "_Generér" -#: plug-ins/imagemap/imap_menu.c:358 -msgid "_Mapping" -msgstr "Af_bildning" +#: ../plug-ins/flame/flame.c:1095 +msgid "Co_ntrast:" +msgstr "Ko_ntrast:" -#: plug-ins/imagemap/imap_menu.c:361 plug-ins/imagemap/imap_popup.c:134 -msgid "Arrow" -msgstr "Pil" +#: ../plug-ins/flame/flame.c:1109 +msgid "_Gamma:" +msgstr "_Gamma:" -#: plug-ins/imagemap/imap_menu.c:365 +#: ../plug-ins/flame/flame.c:1123 #, fuzzy -msgid "Select contiguous region" -msgstr "Markér sammenhængende områder" - -#: plug-ins/imagemap/imap_menu.c:384 -msgid "_Tools" -msgstr "_Værktøjer" +msgid "Sample _density:" +msgstr "Stikprøve_tæthed:" -#: plug-ins/imagemap/imap_menu.c:386 +#: ../plug-ins/flame/flame.c:1134 #, fuzzy -msgid "Grid settings..." -msgstr "Gitterindstillinger..." +msgid "Spa_tial oversample:" +msgstr "Rum_lig overindsamling:" -#: plug-ins/imagemap/imap_menu.c:389 +#: ../plug-ins/flame/flame.c:1145 #, fuzzy -msgid "Use GIMP guides..." -msgstr "Benyt Gimp-rektangler..." +msgid "Spatial _filter radius:" +msgstr "Rumlig _filterradius:" -#: plug-ins/imagemap/imap_menu.c:391 +#: ../plug-ins/flame/flame.c:1164 +msgid "Color_map:" +msgstr "Farve_kort:" + +#: ../plug-ins/flame/flame.c:1206 #, fuzzy -msgid "Create guides..." -msgstr "Opret rektangler..." +msgid "Custom gradient" +msgstr "Brugerdefineret farveovergang" -#: plug-ins/imagemap/imap_menu.c:399 -msgid "_Help" -msgstr "_Hjælp" +#: ../plug-ins/flame/flame.c:1232 +msgid "C_amera" +msgstr "K_amera" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547 +#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gimpressionist/utils.c:143 +#: ../plug-ins/gradient-flare/gradient-flare.c:881 +#, c-format +msgid "" +"No %s in gimprc:\n" +"You need to add an entry like\n" +"(%s \"%s\")\n" +"to your %s file." +msgstr "" +"Ingen %s i gimprc:\n" +"Du skal tilføje en linje som\n" +"(%s \"%s\")\n" +"til din %s-fil." -#: plug-ins/imagemap/imap_menu.c:401 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:638 #, fuzzy -msgid "_Contents" -msgstr "Indhold" +msgid "Realtime preview" +msgstr "Realtidsminiature" -#: plug-ins/imagemap/imap_menu.c:405 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:646 #, fuzzy -msgid "_About ImageMap" -msgstr "Om billedkort..." +msgid "If enabled the preview will be redrawn automatically" +msgstr "" +"Ved denne funktion er slået til, bliver miniaturen gentegnet automatisk" -#: plug-ins/imagemap/imap_object_popup.c:103 -msgid "Edit Area Info..." -msgstr "Redigér områdeinfo..." +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:649 +#, fuzzy +msgid "R_edraw preview" +msgstr "Gentegn miniature" -#: plug-ins/imagemap/imap_object_popup.c:105 -msgid "Delete Area" -msgstr "Slet område" +#. Zoom Options +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:657 +msgid "Zoom" +msgstr "Zoom" -#: plug-ins/imagemap/imap_polygon.c:71 -msgid "_Polygon" -msgstr "_Polygon" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:693 +#, fuzzy +msgid "Undo last zoom change" +msgstr "Fortryd sidste zoom" -#: plug-ins/imagemap/imap_polygon.c:473 -msgid "x (pixels)" -msgstr "x (punkter)" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:703 +#, fuzzy +msgid "Redo last zoom change" +msgstr "Gentag sidste zoom" -#: plug-ins/imagemap/imap_polygon.c:482 -msgid "y (pixels)" -msgstr "y (punkter)" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:718 +msgid "_Parameters" +msgstr "_Parametre" -#: plug-ins/imagemap/imap_polygon.c:520 -msgid "_Insert" -msgstr "_Indsæt" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:721 +msgid "Fractal Parameters" +msgstr "Fraktalparametre" -#: plug-ins/imagemap/imap_polygon.c:526 -msgid "A_ppend" -msgstr "_Tilføj" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:734 +#: ../plug-ins/map-object/map-object-ui.c:1099 +msgid "Left:" +msgstr "Venstre:" -#: plug-ins/imagemap/imap_polygon.c:532 -msgid "_Remove" -msgstr "_Fjern" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:743 +#: ../plug-ins/map-object/map-object-ui.c:1099 +msgid "Right:" +msgstr "Højre:" -#: plug-ins/imagemap/imap_popup.c:133 -msgid "Tools" -msgstr "Værktøjer" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:752 +#: ../plug-ins/map-object/map-object-ui.c:1098 +msgid "Top:" +msgstr "Top:" -#: plug-ins/imagemap/imap_popup.c:154 -msgid "Grid Settings..." -msgstr "Gitterindstillinger..." +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:761 +#: ../plug-ins/map-object/map-object-ui.c:1098 +msgid "Bottom:" +msgstr "Bund:" -#: plug-ins/imagemap/imap_popup.c:156 -msgid "Guides..." -msgstr "Rektangler..." +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773 +#, fuzzy +msgid "" +"The higher the number of iterations, the more details will be calculated" +msgstr "" +"Ændr iterationsværdien. Jo højere den er, desto flere detaljer bliver " +"beregnet hvilket tager længere tid" -#: plug-ins/imagemap/imap_preferences.c:213 -msgid "Couldn't save resource file:" -msgstr "Kunne ikke gemme resursefil:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781 +msgid "CX:" +msgstr "cx:" -#: plug-ins/imagemap/imap_preferences.c:358 -msgid "Select Color" -msgstr "Vælg farve" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:784 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:794 +msgid "Changes aspect of fractal" +msgstr "" -#: plug-ins/imagemap/imap_preferences.c:443 -msgid "General" -msgstr "Generelt" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:791 +msgid "CY:" +msgstr "cy:" -#: plug-ins/imagemap/imap_preferences.c:447 -msgid "Default Map Type" -msgstr "Standardkorttype" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:809 +msgid "Load a fractal from file" +msgstr "Indlæs en fraktal fra en fil" -#: plug-ins/imagemap/imap_preferences.c:466 -msgid "_Prompt for area info" -msgstr "_Spørg efter områdeinfo" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817 +msgid "Reset parameters to default values" +msgstr "Nulstil til standardværdier" -#: plug-ins/imagemap/imap_preferences.c:468 -msgid "_Require default URL" -msgstr "_Kræv standard-URL" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826 +msgid "Save active fractal to file" +msgstr "Gem aktuel fraktal i fil" -#: plug-ins/imagemap/imap_preferences.c:470 -msgid "Show area _handles" -msgstr "Vis område_ankre" +#. Fractal type toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:829 +msgid "Fractal Type" +msgstr "Fraktaltype" -#: plug-ins/imagemap/imap_preferences.c:472 -msgid "_Keep NCSA circles true" -msgstr "_Behold NCSA-cirkler" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:842 +msgid "Mandelbrot" +msgstr "Mandelbrot" -#: plug-ins/imagemap/imap_preferences.c:474 -msgid "Show area URL _tip" -msgstr "Vis URL-_tip over områder" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:846 +msgid "Barnsley 1" +msgstr "Barnsley 1" -#: plug-ins/imagemap/imap_preferences.c:477 -msgid "_Use double-sized grab handles" -msgstr "Brug ankre med _dobbelt størrelse" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:848 +msgid "Barnsley 2" +msgstr "Barnsley 2" -#: plug-ins/imagemap/imap_preferences.c:484 -#, fuzzy -msgid "Menu" -msgstr "_Menu" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:850 +msgid "Barnsley 3" +msgstr "Barnsley 3" -#: plug-ins/imagemap/imap_preferences.c:488 -msgid "Number of _Undo levels (1 - 99):" -msgstr "Antal _fortrydelsesniveauer (1 - 99):" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:852 +msgid "Spider" +msgstr "Edderkop" -# MRU = most recently used -#: plug-ins/imagemap/imap_preferences.c:493 -msgid "Number of M_RU entries (1 - 16):" -msgstr "Antal huskede _senest brugte elementer (1 - 16):" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:854 +msgid "Man'o'war" +msgstr "Man'o'war" -#: plug-ins/imagemap/imap_preferences.c:518 -msgid "Normal:" -msgstr "Normal:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:856 +msgid "Lambda" +msgstr "Lambda" -#: plug-ins/imagemap/imap_preferences.c:524 -msgid "Selected:" -msgstr "Markeret:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:858 +msgid "Sierpinski" +msgstr "Sierpinski" -#: plug-ins/imagemap/imap_preferences.c:535 -msgid "Co_ntiguous Region" -msgstr "Sammen_hængende område" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:920 +msgid "Number of colors:" +msgstr "Antal farver:" -#: plug-ins/imagemap/imap_preferences.c:541 -msgid "_Automatically convert" -msgstr "Konvertér _automatisk" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:923 +msgid "Change the number of colors in the mapping" +msgstr "Ændr antallet af farver i afbildningen" -#: plug-ins/imagemap/imap_preferences.c:563 -msgid "General Preferences" -msgstr "Generelle indstillinger" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:930 +msgid "Use loglog smoothing" +msgstr "Brug loglog-udjævning" -#: plug-ins/imagemap/imap_rectangle.c:69 -msgid "_Rectangle" -msgstr "_Rektangel" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937 +msgid "Use log log smoothing to eliminate \"banding\" in the result" +msgstr "Benyt log log-udglatning for at forhindre streger i resultatet" -#: plug-ins/imagemap/imap_rectangle.c:389 -msgid "Upper left _x:" -msgstr "Øverste venstre _x:" +#. Color Density frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941 +msgid "Color Density" +msgstr "Farvetæthed" -#: plug-ins/imagemap/imap_rectangle.c:396 -msgid "Upper left _y:" -msgstr "Øverste venstre _y:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:956 +msgid "Change the intensity of the red channel" +msgstr "Ændr intensitet af den røde kanal" -#: plug-ins/imagemap/imap_selection.c:168 plug-ins/imagemap/imap_tools.c:169 -msgid "Edit" -msgstr "Redigér" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:966 +msgid "Change the intensity of the green channel" +msgstr "Ændr intensitet af den grønne kanal" -#: plug-ins/imagemap/imap_selection.c:410 -msgid "#" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:976 +msgid "Change the intensity of the blue channel" +msgstr "Ændr intensitet af den blå kanal" -#: plug-ins/imagemap/imap_selection.c:439 -msgid "ALT Text" -msgstr "" +#. Color Function frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:982 +msgid "Color Function" +msgstr "Farvefunktion" -#: plug-ins/imagemap/imap_selection.c:449 -msgid "Target" -msgstr "Destination" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:995 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1036 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1077 +msgid "Sine" +msgstr "Sinus" -#: plug-ins/imagemap/imap_settings.c:90 -msgid "Settings for this Mapfile" -msgstr "Indstillinger for denne kortfil" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1004 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1086 +msgid "Use sine-function for this color component" +msgstr "Brug sinus-funktionen til denne farvekomponent" -#: plug-ins/imagemap/imap_settings.c:94 -msgid "Filename:" -msgstr "Filnavn:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1007 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1048 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1089 +msgid "Use cosine-function for this color component" +msgstr "Brug cosinus-funktionen til denne farvekomponent" -#: plug-ins/imagemap/imap_settings.c:97 -msgid "Image name:" -msgstr "Billednavn:" +# 'any' kan ikke oversættes med enhver her +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1010 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1051 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1092 +msgid "" +"Use linear mapping instead of any trigonometrical function for this color " +"channel" +msgstr "" +"Benyt lineær afbildning i stedet for en trigonometrisk funktion til denne " +"farvekanal" -#: plug-ins/imagemap/imap_settings.c:98 -msgid "Select Image File" -msgstr "Vælg billedfil" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1019 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1060 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1101 +msgid "Inversion" +msgstr "Invertering" -#: plug-ins/imagemap/imap_settings.c:102 -msgid "_Title:" -msgstr "_Titel:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1027 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1068 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1109 +msgid "" +"If you enable this option higher color values will be swapped with lower " +"ones and vice versa" +msgstr "" +"Når denne funktion er slået til, vil højere farveværdier blive byttet om med " +"lavere og omvendt" -#: plug-ins/imagemap/imap_settings.c:104 -msgid "Aut_hor:" -msgstr "_Forfatter:" +#. Colormode toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1114 +msgid "Color Mode" +msgstr "Farvetilstand" -#: plug-ins/imagemap/imap_settings.c:106 -msgid "Default _URL:" -msgstr "Standard-_URL:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1123 +msgid "As specified above" +msgstr "Som angivet ovenfor" -#: plug-ins/imagemap/imap_settings.c:108 -msgid "_Description:" -msgstr "_Beskrivelse:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1135 +msgid "" +"Create a color-map with the options you specified above (color density/" +"function). The result is visible in the preview image" +msgstr "" +"Opret en farvetabel med de ovenfor angivne indstillinger (farvetæthed/-" +"funktion). Resultatet kan ses i miniaturebilledet." -#: plug-ins/imagemap/imap_settings.c:130 -msgid "Map file format" -msgstr "Kortfilformat" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1145 +msgid "Apply active gradient to final image" +msgstr "Tilføj aktiv farveovergang på det endelige billede" -#: plug-ins/imagemap/imap_source.c:63 -msgid "View Source" -msgstr "Vis kilde" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1157 +msgid "Create a color-map using a gradient from the gradient editor" +msgstr "" +"Opret en farvetabel ved at bruge en overgang fra farveovergangsredigeringen" -#: plug-ins/imagemap/imap_stock.c:45 -msgid "Edit Map Info..." -msgstr "Redigér kortinfo..." +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1168 +msgid "FractalExplorer Gradient" +msgstr "Fraktaludforskerovergang" -#: plug-ins/imagemap/imap_toolbar.c:102 -msgid "Open" -msgstr "Åbn" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1198 +msgid "_Fractals" +msgstr "_Fraktaler" -#: plug-ins/imagemap/imap_toolbar.c:104 -msgid "Save" -msgstr "Gem" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560 +#, c-format +msgid "Could not write '%s': %s" +msgstr "Kunne ikke skrive '%s': %s" -#: plug-ins/imagemap/imap_toolbar.c:107 -msgid "Preferences" -msgstr "Indstillinger" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635 +msgid "Load Fractal Parameters" +msgstr "Indlæs fraktalparametere" -#: plug-ins/imagemap/imap_toolbar.c:112 -msgid "Undo" -msgstr "Fortryd" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1673 +msgid "Save Fractal Parameters" +msgstr "Gem fraktalparametre" -#: plug-ins/imagemap/imap_toolbar.c:116 -msgid "Redo" -msgstr "Gentag" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1871 +#, c-format +msgid "'%s' is not a FractalExplorer file" +msgstr "'%s' er ikke en Fraktaludforsker-fil" -#: plug-ins/imagemap/imap_toolbar.c:137 -msgid "Zoom in" -msgstr "Zoom ind" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1877 +#, c-format +msgid "'%s' is corrupt. Line %d Option section incorrect" +msgstr "'%s' er beskadiget. Linje %d-sektionen er ikke korrekt" -#: plug-ins/imagemap/imap_toolbar.c:142 -msgid "Zoom out" -msgstr "Zoom ud" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:239 +#, fuzzy +msgid "Render fractal art" +msgstr "Genererer fraktal..." -#: plug-ins/imagemap/imap_toolbar.c:147 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:244 #, fuzzy -msgid "Edit map info" -msgstr "Redigér kortinfo" +msgid "_Fractal Explorer..." +msgstr "Tilføj sti for Fraktaludforsker" -#: plug-ins/imagemap/imap_tools.c:145 -msgid "Select existing area" -msgstr "Vælg eksisterende område" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:374 +#, fuzzy +msgid "Rendering fractal" +msgstr "Genererer fraktal..." -# dækker så nogenlunde -#: plug-ins/imagemap/imap_tools.c:150 -msgid "Fuzzy Select" -msgstr "Udflydende markering" - -#: plug-ins/imagemap/imap_tools.c:151 -msgid "Select contiguous regions" -msgstr "Markér sammenhængende områder" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:756 +#: ../plug-ins/gradient-flare/gradient-flare.c:3200 +#, c-format +msgid "Are you sure you want to delete \"%s\" from the list and from disk?" +msgstr "" +"Er du sikker på at du ønsker at slette \"%s\" fra listen og fra disken?" -#: plug-ins/imagemap/imap_tools.c:157 -msgid "Define Rectangle area" -msgstr "Definér rektangulært område" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:760 +msgid "Delete Fractal" +msgstr "Slet fraktal" -#: plug-ins/imagemap/imap_tools.c:161 -msgid "Define Circle/Oval area" -msgstr "Definér cirkulært/ovalt område" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:950 +#, c-format +msgid "File '%s' is not a FractalExplorer file" +msgstr "Fil '%s' er ikke en Fraktaludforsker-fil" -#: plug-ins/imagemap/imap_tools.c:165 -msgid "Define Polygon area" -msgstr "Definér polygonområde" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:959 +#, c-format +msgid "" +"File '%s' is corrupt.\n" +"Line %d Option section incorrect" +msgstr "" +"Filen '%s' er beskadiget.\n" +"Linje %d-indstillingssektionen er ikke korrekt" -#: plug-ins/imagemap/imap_tools.c:170 -msgid "Edit selected area info" -msgstr "Redigér info for markeret område" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1003 +msgid "My first fractal" +msgstr "Min første fraktal" -#: plug-ins/imagemap/imap_tools.c:175 -msgid "Delete selected area" -msgstr "Slet markeret område" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1067 +msgid "Select folder and rescan collection" +msgstr "Vælg mappe og genskan samling" -#: plug-ins/maze/algorithms.c:287 -msgid "Constructing maze using Prim's Algorithm..." -msgstr "Konstruerer labyrint med Prims algoritme..." +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1079 +#, fuzzy +msgid "Apply currently selected fractal" +msgstr "Slet den valgte fraktal" -#: plug-ins/maze/algorithms.c:463 -msgid "Constructing tileable maze using Prim's Algorithm..." -msgstr "Konstruerer fliselægbar labyrint med Prims algoritme..." +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1091 +msgid "Delete currently selected fractal" +msgstr "Slet den valgte fraktal" -#: plug-ins/maze/maze.c:163 -#, fuzzy -msgid "_Maze..." -msgstr "Mere..." +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1114 +msgid "Rescan for Fractals" +msgstr "Søg igen efter fraktaler" -#: plug-ins/maze/maze.c:450 -msgid "Drawing Maze..." -msgstr "Tegner labyrint..." +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1133 +msgid "Add FractalExplorer Path" +msgstr "Tilføj sti for Fraktaludforsker" -#: plug-ins/maze/maze.h:2 -#, fuzzy -msgid "Maze" -msgstr "Marmor" +#: ../plug-ins/gfig/gfig-bezier.c:443 +msgid "Closed" +msgstr "Lukket" -#. entscale == Entry and Scale pair function found in pixelize.c -#: plug-ins/maze/maze_face.c:202 -#, fuzzy -msgid "Width (pixels):" -msgstr "Bredde (punkter):" +#: ../plug-ins/gfig/gfig-bezier.c:448 +msgid "Close curve on completion" +msgstr "Luk kurve ved afslutning" -#: plug-ins/maze/maze_face.c:214 plug-ins/maze/maze_face.c:230 -msgid "Pieces:" -msgstr "Stykker:" +#: ../plug-ins/gfig/gfig-bezier.c:453 +msgid "Show Line Frame" +msgstr "Vis linjeramme" -#: plug-ins/maze/maze_face.c:219 -#, fuzzy -msgid "Height (pixels):" -msgstr "Højde (punkter):" +#: ../plug-ins/gfig/gfig-bezier.c:458 +msgid "Draws lines between the control points. Only during curve creation" +msgstr "Tegner linjer mellem kontrolpunkter. Kun under oprettelse af kurve." -# RETMIG: rigtig? -#: plug-ins/maze/maze_face.c:242 -msgid "Multiple (57):" -msgstr "Produkt (57):" - -#: plug-ins/maze/maze_face.c:255 -msgid "Offset (1):" -msgstr "Afsæt (1):" +#. Start building the dialog up +#: ../plug-ins/gfig/gfig-dialog.c:286 +msgid "Gfig" +msgstr "Figurer" -#: plug-ins/maze/maze_face.c:287 +#. Tool options notebook +#: ../plug-ins/gfig/gfig-dialog.c:337 #, fuzzy -msgid "Depth first" -msgstr "Dybde først" +msgid "Tool Options" +msgstr "Zoomindstillinger" -#: plug-ins/maze/maze_face.c:288 +#: ../plug-ins/gfig/gfig-dialog.c:354 #, fuzzy -msgid "Prim's algorithm" -msgstr "Prims algoritme" - -#: plug-ins/maze/maze_face.c:397 -msgid "" -"Selection size is not even.\n" -"Tileable maze won't work perfectly." -msgstr "" -"Størrelse på markering er ikke lige.\n" -"Fliselægbar labyrint vil ikke være perfekt." +msgid "_Stroke" +msgstr "_Stråler:" -#: plug-ins/pagecurl/pagecurl.c:224 +#. Fill frame on right side +#: ../plug-ins/gfig/gfig-dialog.c:401 #, fuzzy -msgid "_Pagecurl..." -msgstr "Krøller papir..." - -# "effect" er overflødigt -#: plug-ins/pagecurl/pagecurl.c:443 -msgid "Pagecurl Effect" -msgstr "Papirkrølning" +msgid "Fill" +msgstr "Film" -#: plug-ins/pagecurl/pagecurl.c:458 -msgid "Curl Location" -msgstr "Placering af krølle" +#: ../plug-ins/gfig/gfig-dialog.c:415 +msgid "No fill" +msgstr "" -#: plug-ins/pagecurl/pagecurl.c:477 +#: ../plug-ins/gfig/gfig-dialog.c:416 #, fuzzy -msgid "Lower right" -msgstr "Nederst højre" +msgid "Color fill" +msgstr "Farve" -#: plug-ins/pagecurl/pagecurl.c:478 +#: ../plug-ins/gfig/gfig-dialog.c:417 +msgid "Pattern fill" +msgstr "Udfyld mønster" + +#: ../plug-ins/gfig/gfig-dialog.c:418 #, fuzzy -msgid "Lower left" -msgstr "Nederst venstre" +msgid "Shape gradient" +msgstr "Fra farveovergang" -#: plug-ins/pagecurl/pagecurl.c:479 +#: ../plug-ins/gfig/gfig-dialog.c:419 +msgid "Vertical gradient" +msgstr "Lodret farveovergang:" + +#: ../plug-ins/gfig/gfig-dialog.c:420 +msgid "Horizontal gradient" +msgstr "Vandret farveovergang:" + +#. "show image" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:480 #, fuzzy -msgid "Upper left" -msgstr "Øverst venstre" +msgid "Show image" +msgstr "Vis billede" -#: plug-ins/pagecurl/pagecurl.c:480 +#. "snap to grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:493 #, fuzzy -msgid "Upper right" -msgstr "Øverst højre" +msgctxt "checkbutton" +msgid "Snap to grid" +msgstr "Lås til gitter" -#: plug-ins/pagecurl/pagecurl.c:520 -msgid "Curl Orientation" -msgstr "Krølleorientering" +#. "show grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:502 +#, fuzzy +msgid "Show grid" +msgstr "Vis gitter" -#: plug-ins/pagecurl/pagecurl.c:564 +#: ../plug-ins/gfig/gfig-dialog.c:637 #, fuzzy -msgid "_Shade under curl" -msgstr "Skygge under krølle" +msgid "Load Gfig Object Collection" +msgstr "Indlæs figursamling" -#: plug-ins/pagecurl/pagecurl.c:577 -msgid "Current gradient (reversed)" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:686 +msgid "Save Gfig Drawing" +msgstr "Gem figur" -#: plug-ins/pagecurl/pagecurl.c:582 -#, fuzzy -msgid "Current gradient" -msgstr "Brugerdefineret farveovergang" +#: ../plug-ins/gfig/gfig-dialog.c:831 +msgid "First Gfig" +msgstr "Første figur" -#: plug-ins/pagecurl/pagecurl.c:587 +#: ../plug-ins/gfig/gfig-dialog.c:870 #, fuzzy -msgid "Foreground / background colors" -msgstr "_Forgrund/baggrund" +msgid "_Undo" +msgstr "Fortryd" -#: plug-ins/pagecurl/pagecurl.c:607 +#: ../plug-ins/gfig/gfig-dialog.c:874 #, fuzzy -msgid "_Opacity:" -msgstr "Uigennemsighed:" - -#: plug-ins/pagecurl/pagecurl.c:730 -msgid "Curl Layer" -msgstr "Krøllelag" +msgid "_Clear" +msgstr "Ryd" -#: plug-ins/pagecurl/pagecurl.c:1018 -msgid "Page Curl..." -msgstr "Krøller papir..." +#: ../plug-ins/gfig/gfig-dialog.c:878 ../plug-ins/imagemap/imap_menu.c:209 +msgid "_Grid" +msgstr "_Gitter" -#: plug-ins/print/gimp_color_window.c:208 -msgid "Print Color Adjust" -msgstr "Justering af udskriftsfarve" +#: ../plug-ins/gfig/gfig-dialog.c:886 +msgid "Raise selected object" +msgstr "Hæv markerede objekt" -#: plug-ins/print/gimp_color_window.c:268 -msgid "Brightness:" -msgstr "Lysstyrke:" +#: ../plug-ins/gfig/gfig-dialog.c:890 +msgid "Lower selected object" +msgstr "Sænk markerede objekt" -#: plug-ins/print/gimp_color_window.c:276 -msgid "" -"Set the brightness of the print.\n" -"0 is solid black, 2 is solid white" -msgstr "" -"Angiv lysstyrken for udskriften.\n" -"0 er helt sort, 2 er helt hvid" +#: ../plug-ins/gfig/gfig-dialog.c:894 +msgid "Raise selected object to top" +msgstr "Flyt markerede objekt til toppen" -#: plug-ins/print/gimp_color_window.c:288 -msgid "Contrast:" -msgstr "Kontrast:" +#: ../plug-ins/gfig/gfig-dialog.c:898 +msgid "Lower selected object to bottom" +msgstr "Flyt markerede objekt til bunden" -#: plug-ins/print/gimp_color_window.c:296 -msgid "Set the contrast of the print" -msgstr "Angiv kontrasten for udskriften" +#: ../plug-ins/gfig/gfig-dialog.c:902 +msgid "Show previous object" +msgstr "Vis forrige objekt" -#: plug-ins/print/gimp_color_window.c:315 -msgid "Adjust the cyan balance of the print" -msgstr "Justér cyan-balancen af udskriften" +#: ../plug-ins/gfig/gfig-dialog.c:906 +msgid "Show next object" +msgstr "Vis næste objekt" -#: plug-ins/print/gimp_color_window.c:334 -msgid "Adjust the magenta balance of the print" -msgstr "Justér magenta-balancen af udskriften" +#: ../plug-ins/gfig/gfig-dialog.c:910 ../plug-ins/gfig/gfig-stock.c:53 +msgid "Show all objects" +msgstr "Vis alle objekter" -#: plug-ins/print/gimp_color_window.c:353 -msgid "Adjust the yellow balance of the print" -msgstr "Justér den gule balance af udskriften" +#: ../plug-ins/gfig/gfig-dialog.c:916 ../plug-ins/gfig/gfig-stock.c:47 +msgid "Create line" +msgstr "Opret linje" -#: plug-ins/print/gimp_color_window.c:372 -msgid "" -"Adjust the saturation (color balance) of the print\n" -"Use zero saturation to produce grayscale output using color and black inks" -msgstr "" -"Justér mætheden (farvebalancen) af udskriften; brug mætheden nul for at lave " -"et gråtonebillede med farve- og sort blæk" +#: ../plug-ins/gfig/gfig-dialog.c:919 ../plug-ins/gfig/gfig-stock.c:51 +msgid "Create rectangle" +msgstr "Opret rektangel" -#: plug-ins/print/gimp_color_window.c:385 -msgid "Density:" -msgstr "Tæthed:" +#: ../plug-ins/gfig/gfig-dialog.c:922 ../plug-ins/gfig/gfig-stock.c:42 +msgid "Create circle" +msgstr "Opret cirkel" -#: plug-ins/print/gimp_color_window.c:393 -msgid "" -"Adjust the density (amount of ink) of the print. Reduce the density if the " -"ink bleeds through the paper or smears; increase the density if black " -"regions are not solid." -msgstr "" -"Justér tætheden (mængden af blæk) af udskriften. Reducér tætheden hvis " -"blækket trænger gennem papiret eller tværer ud; forøg den hvis de sorte " -"områder ikke er ensfarvede." +#: ../plug-ins/gfig/gfig-dialog.c:925 ../plug-ins/gfig/gfig-stock.c:46 +msgid "Create ellipse" +msgstr "Opret ellipse" -#: plug-ins/print/gimp_color_window.c:415 -msgid "" -"Adjust the gamma of the print. Larger values will produce a generally " -"brighter print, while smaller values will produce a generally darker print. " -"Black and white will remain the same, unlike with the brightness adjustment." -msgstr "" -"Justér gammeværdien for udskriften. Større værdier giver en generel lysere " -"udskrift, mens mindre værdier giver en generel mørkere udskrift. Sort og " -"hvid forbliver det samme i modsætning til ved justering af lysstyrken." +#: ../plug-ins/gfig/gfig-dialog.c:928 ../plug-ins/gfig/gfig-stock.c:44 +#, fuzzy +msgid "Create arc" +msgstr "Opret bue" -#: plug-ins/print/gimp_color_window.c:432 -msgid "Dither Algorithm:" -msgstr "Farvereduceringsalgoritme:" +#: ../plug-ins/gfig/gfig-dialog.c:931 ../plug-ins/gfig/gfig-stock.c:50 +msgid "Create reg polygon" +msgstr "Opret regulær polygon" -#: plug-ins/print/gimp_color_window.c:440 -msgid "" -"Choose the dither algorithm to be used.\n" -"Adaptive Hybrid usually produces the best all-around quality.\n" -"Ordered is faster and produces almost as good quality on photographs.\n" -"Fast and Very Fast are considerably faster, and work well for text and line " -"art.\n" -"Hybrid Floyd-Steinberg generally produces inferior output." -msgstr "" -"Vælg den farvereduceringsalgoritme der skal bruges.\n" -"'Adaptiv hybrid' giver som regel den bedste generelle kvalitet.\n" -"'Ordnet' er hurtigere og giver næsten samme kvalitet ved fotografier.\n" -"'Hurtig' og 'Meget hurtig' er betydeligt hurtigere og virker godt med tekst " -"og stregtegninger.\n" -"'Hybrid Floyd-Steinberg' giver som regel ringere billeder." +#: ../plug-ins/gfig/gfig-dialog.c:934 ../plug-ins/gfig/gfig-stock.c:55 +msgid "Create star" +msgstr "Opret stjerne" -#. -#. * Create the main dialog -#. -#: plug-ins/print/gimp_main_window.c:359 -#, c-format -msgid "%s -- Print v%s" -msgstr "%s - udskrift v%s" +#: ../plug-ins/gfig/gfig-dialog.c:937 ../plug-ins/gfig/gfig-stock.c:54 +msgid "Create spiral" +msgstr "Opret spiral" -#: plug-ins/print/gimp_main_window.c:368 -msgid "" -"Save\n" -"Settings" -msgstr "" -"Gem\n" -"indstillinger" - -#: plug-ins/print/gimp_main_window.c:369 -msgid "" -"Print and\n" -"Save Settings" -msgstr "" -"Udskriv og\n" -"gem indstillinger" - -#: plug-ins/print/gimp_main_window.c:438 -msgid "" -"Position the image on the page.\n" -"Click and drag with the primary button to position the image.\n" -"Click and drag with the second button to move the image with finer " -"precision; each unit of motion moves the image one point (1/72\")\n" -"Click and drag with the third (middle) button to move the image in units of " -"the image size.\n" -"Holding down the shift key while clicking and dragging constrains the image " -"to only horizontal or vertical motion.\n" -"If you click another button while dragging the mouse, the image will return " -"to its original position." -msgstr "" -"Anbring billedet på siden.\n" -"Klik og træk med den venstre knap for at placere billedet.\n" -"Klik og træk med den højre knap for at flytte billedet med større præcision; " -"enheden for bevægelse er så ét punkt (1/72 tomme).\n" -"Klik og træk med midterknappen for at flytte billedet i enheder af billedets " -"størrelse.\n" -"Hvis skiftetasten holdes nede ved klik og træk, begrænses bevægelsen til kun " -"lodret eller vandret.\n" -"Hvis du klikker på en anden knap under træk med musen, vil billedet " -"returnere til dets oprindelige placering." +#: ../plug-ins/gfig/gfig-dialog.c:940 +msgid "Create bezier curve. Shift + Button ends object creation." +msgstr "Opret bezierkurve. Skift + knap afslutter oprettelsen" -#: plug-ins/print/gimp_main_window.c:481 -msgid "Auto" -msgstr "Automatisk" +#: ../plug-ins/gfig/gfig-dialog.c:944 ../plug-ins/gfig/gfig-stock.c:48 +msgid "Move an object" +msgstr "Flyt en figur" -#: plug-ins/print/gimp_main_window.c:482 -msgid "Portrait" -msgstr "Portræt" +#: ../plug-ins/gfig/gfig-dialog.c:947 ../plug-ins/gfig/gfig-stock.c:49 +msgid "Move a single point" +msgstr "Flyt et enkelt punkt" -#: plug-ins/print/gimp_main_window.c:483 -msgid "Landscape" -msgstr "Landskab" +#: ../plug-ins/gfig/gfig-dialog.c:950 ../plug-ins/gfig/gfig-stock.c:43 +msgid "Copy an object" +msgstr "Kopiér en figur" -#: plug-ins/print/gimp_main_window.c:484 -msgid "Upside down" -msgstr "På hovedet" +#: ../plug-ins/gfig/gfig-dialog.c:953 ../plug-ins/gfig/gfig-stock.c:45 +msgid "Delete an object" +msgstr "Slet en figur" -#: plug-ins/print/gimp_main_window.c:485 -msgid "Seascape" -msgstr "Landskab på hovedet" +#: ../plug-ins/gfig/gfig-dialog.c:956 ../plug-ins/gfig/gfig-stock.c:52 +msgid "Select an object" +msgstr "Vælg et objekt" -#: plug-ins/print/gimp_main_window.c:495 -msgid "" -"Select the orientation: portrait, landscape, upside down, or seascape " -"(upside down landscape)" -msgstr "" -"Vælg orienteringen: portræt, landskab, på hovedet eller landskab på hovedet" +#: ../plug-ins/gfig/gfig-dialog.c:1038 +msgid "This tool has no options" +msgstr "Dette værktøj har ingen valgmuligheder" -#: plug-ins/print/gimp_main_window.c:514 -msgid "Distance from the left of the paper to the image" -msgstr "Afstanden fra venstre kant af papiret til billedet" +#. Put buttons in +#: ../plug-ins/gfig/gfig-dialog.c:1228 +#, fuzzy +msgid "Show position" +msgstr "Vis position" -#: plug-ins/print/gimp_main_window.c:527 -msgid "Distance from the top of the paper to the image" -msgstr "Afstanden fra toppen af papiret til billedet" +#: ../plug-ins/gfig/gfig-dialog.c:1240 +#, fuzzy +msgid "Show control points" +msgstr "Skjul kontrolpunkter" -#: plug-ins/print/gimp_main_window.c:540 -msgid "Distance from the left of the paper to the right of the image" -msgstr "Afstanden fra venstre kant af papiret til højre kant af billedet" +#: ../plug-ins/gfig/gfig-dialog.c:1274 +#, fuzzy +msgid "Max undo:" +msgstr "Maks. fortryd:" -#: plug-ins/print/gimp_main_window.c:550 -msgid "Right Border:" -msgstr "Højre kant:" +#: ../plug-ins/gfig/gfig-dialog.c:1283 +#: ../plug-ins/gimpressionist/general.c:185 +msgid "Transparent" +msgstr "Gennemsigtig" -#: plug-ins/print/gimp_main_window.c:554 -msgid "Distance from the right of the paper to the image" -msgstr "Afstanden fra højre kant af papiret til billedet" +#: ../plug-ins/gfig/gfig-dialog.c:1285 +msgid "Foreground" +msgstr "Forgrund" -#: plug-ins/print/gimp_main_window.c:568 -msgid "Distance from the top of the paper to the bottom of the image" -msgstr "Afstanden fra toppen af papiret til bunden af billedet" +#: ../plug-ins/gfig/gfig-dialog.c:1287 ../plug-ins/imagemap/imap_cmd_copy.c:54 +#: ../plug-ins/imagemap/imap_cmd_copy_object.c:55 +#: ../plug-ins/imagemap/imap_menu.c:160 +msgid "Copy" +msgstr "Kopiér" -#: plug-ins/print/gimp_main_window.c:578 -msgid "Bottom Border:" -msgstr "Nederste kant:" +#: ../plug-ins/gfig/gfig-dialog.c:1296 +#, fuzzy +msgid "" +"Layer background type. Copy causes the previous layer to be copied before " +"the draw is performed." +msgstr "" +"Lagbaggrundstype. \"Kopiér\" gør at det forrige lag kopieres før tegningen " +"udføres." -#: plug-ins/print/gimp_main_window.c:582 -msgid "Distance from the bottom of the paper to the image" -msgstr "Afstanden fra bundet af papiret til billedet" +#: ../plug-ins/gfig/gfig-dialog.c:1302 +msgid "Background:" +msgstr "Baggrund:" -# skal være "centrum" fordi det både optræder et sted hvor det betyder -# "centrum" og et sted hvor det mere betyder "midten" -#: plug-ins/print/gimp_main_window.c:595 -msgid "Center:" -msgstr "Centrum:" +#: ../plug-ins/gfig/gfig-dialog.c:1305 +msgid "Feather" +msgstr "Udvisk" -#: plug-ins/print/gimp_main_window.c:599 -msgid "Vertically" -msgstr "Lodret" +#: ../plug-ins/gfig/gfig-dialog.c:1329 +msgid "Radius:" +msgstr "Radius:" -#: plug-ins/print/gimp_main_window.c:604 -msgid "Center the image vertically on the paper" -msgstr "Centrér billedet lodret på papiret" +#: ../plug-ins/gfig/gfig-dialog.c:1386 +msgid "Grid spacing:" +msgstr "Gittermellemrum:" -#: plug-ins/print/gimp_main_window.c:610 -msgid "Both" -msgstr "Begge" +#: ../plug-ins/gfig/gfig-dialog.c:1403 +msgid "Polar grid sectors desired:" +msgstr "" -#: plug-ins/print/gimp_main_window.c:615 -msgid "Center the image on the paper" -msgstr "Centrér billedet på papiret" +#: ../plug-ins/gfig/gfig-dialog.c:1425 +msgid "Polar grid radius interval:" +msgstr "" -#: plug-ins/print/gimp_main_window.c:622 -msgid "Horizontally" -msgstr "Vandret" +#: ../plug-ins/gfig/gfig-dialog.c:1441 ../plug-ins/imagemap/imap_menu.c:220 +msgid "Rectangle" +msgstr "Rektangel" -#: plug-ins/print/gimp_main_window.c:627 -msgid "Center the image horizontally on the paper" -msgstr "Centrér billedet vandret på papiret" - -#: plug-ins/print/gimp_main_window.c:643 -msgid "Setup Printer" -msgstr "Konfigurér printer" +#: ../plug-ins/gfig/gfig-dialog.c:1443 +msgid "Isometric" +msgstr "Isometrisk" -#. -#. * Printer driver option menu. -#. -#: plug-ins/print/gimp_main_window.c:672 -msgid "Printer Model:" -msgstr "Printermodel:" - -#: plug-ins/print/gimp_main_window.c:684 -msgid "Select your printer model" -msgstr "Vælg printermodellen" +#: ../plug-ins/gfig/gfig-dialog.c:1452 +#, fuzzy +msgid "Grid type:" +msgstr "Gittertype:" -#. -#. * PPD file. -#. -#: plug-ins/print/gimp_main_window.c:723 -msgid "PPD File:" -msgstr "PPD-fil:" +#: ../plug-ins/gfig/gfig-dialog.c:1459 +#: ../plug-ins/gradient-flare/gradient-flare.c:551 +msgid "Normal" +msgstr "Normal" -#: plug-ins/print/gimp_main_window.c:739 -#, fuzzy -msgid "Enter the PPD filename for your printer" -msgstr "Indtast det rigtige PPD-filnavn for din printer" +#: ../plug-ins/gfig/gfig-dialog.c:1462 +msgid "Grey" +msgstr "Grå" -#: plug-ins/print/gimp_main_window.c:742 -msgid "Browse" -msgstr "Gennemse..." +#: ../plug-ins/gfig/gfig-dialog.c:1463 +msgid "Darker" +msgstr "Mørkere" -#: plug-ins/print/gimp_main_window.c:748 -#, fuzzy -msgid "Choose the PPD file for your printer" -msgstr "Vælg det rigtige PPD-filnavn for din printer" +#: ../plug-ins/gfig/gfig-dialog.c:1464 +msgid "Lighter" +msgstr "Lysere" -#. -#. * Print command. -#. -#: plug-ins/print/gimp_main_window.c:758 -msgid "Command:" -msgstr "Kommando:" +#: ../plug-ins/gfig/gfig-dialog.c:1465 +msgid "Very dark" +msgstr "Meget mørk" -#: plug-ins/print/gimp_main_window.c:771 +#: ../plug-ins/gfig/gfig-dialog.c:1474 #, fuzzy -msgid "" -"Enter the command to print to your printer. Note: Please do not remove the `-" -"l' or `-oraw' from the command string, or printing will probably fail!" -msgstr "" -"Indtast den rigtige kommando til at udskrive til din printer. Bemærk: fjern " -"ikke '-l' eller '-oraw' fra kommandolinjen, ellers virker udskrift " -"sandsynligvis ikke!" +msgid "Grid color:" +msgstr "Gitterfarve:" -#: plug-ins/print/gimp_main_window.c:781 +#: ../plug-ins/gfig/gfig-dialog.c:1697 #, fuzzy -msgid "Choose PPD File" -msgstr "PPD-fil?" +msgid "Sides:" +msgstr "Størrelser:" -#: plug-ins/print/gimp_main_window.c:802 -msgid "Define New Printer" -msgstr "Definér ny printer" +#: ../plug-ins/gfig/gfig-dialog.c:1707 +msgid "Right" +msgstr "Højre" -#: plug-ins/print/gimp_main_window.c:825 plug-ins/print/gimp_main_window.c:920 -#, fuzzy -msgid "Printer name:" -msgstr "Printernavn:" +#: ../plug-ins/gfig/gfig-dialog.c:1708 +msgid "Left" +msgstr "Venstre" -#: plug-ins/print/gimp_main_window.c:829 -msgid "Enter the name you wish to give this logical printer" -msgstr "Indtast det navn du ønsker at give til denne logiske printer" +#: ../plug-ins/gfig/gfig-dialog.c:1718 +#: ../plug-ins/gimpressionist/orientation.c:148 +msgid "Orientation:" +msgstr "Orientering:" -#: plug-ins/print/gimp_main_window.c:842 -msgid "About Gimp-Print " -msgstr "Om Gimp-Print " +#: ../plug-ins/gfig/gfig-dobject.c:585 +msgid "Hey where has the object gone ?" +msgstr "Hov, hvor er figuren henne?" -#: plug-ins/print/gimp_main_window.c:855 -msgid "Gimp-Print Version " -msgstr "Gimp-Print version " +#: ../plug-ins/gfig/gfig-dobject.c:955 +msgid "Error reading file" +msgstr "Fejl ved læsning af fil" -#: plug-ins/print/gimp_main_window.c:855 -msgid "" -"\n" -"\n" -"Copyright (C) 1997-2001 Michael Sweet, Robert Krawitz,\n" -"and the rest of the Gimp-Print Development Team.\n" -"\n" -"Please visit our web site at http://gimp-print.sourceforge.net.\n" -"\n" -"This program is free software; you can redistribute it and/or modify\n" -"it under the terms of the GNU General Public License as published by\n" -"the Free Software Foundation; either version 2 of the License, or\n" -"(at your option) any later version.\n" -"\n" -"This program is distributed in the hope that it will be useful,\n" -"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" -"GNU General Public License for more details.\n" -"\n" -"You should have received a copy of the GNU General Public License\n" -"along with this program; if not, write to the Free Software\n" -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -msgstr "" -"\n" -"\n" -"Copyright (C) 1997-2001 Michael Sweet, Robert Krawitz,\n" -"og resten af Gimp-Print-udviklingsholdet.\n" -"\n" -"Besøg vores hjemmeside på http://gimp-print.sourceforge.net.\n" -"\n" -"Dette program er et frit program; du kan redistribuere det og ændre\n" -"det under betingelser i GNU General Public License som udgivet af\n" -"Free Software Foundation; enten version 2 af licensen, eller (hvis\n" -"du ønsker det) en senere version.\n" -"\n" -"Dette program er distribueret med det håb at det vil være nyttigt,\n" -"men UDEN NOGEN GARANTI; uden endda den underforståede garanti for\n" -"SALGBARHED eller EGNETHED TIL NOGET FORMÅL. Se GNU General Public\n" -"License for flere detaljer.\n" -"\n" -"Du skulle have modtaget en kopi af GNU General Public License sammen\n" -"med dette program; hvis ikke, skriv til Free Software Foundation,\n" -"Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" +#: ../plug-ins/gfig/gfig-dobject.c:1044 +msgid "Editing read-only object - you will not be able to save it" +msgstr "Redigerer en figur der kun kan læses - du vil ikke kunne gemme den" -#: plug-ins/print/gimp_main_window.c:903 -msgid "Printer Settings" -msgstr "Printerindstillinger" +#: ../plug-ins/gfig/gfig-poly.c:51 +msgid "Regular Polygon Number of Sides" +msgstr "Antal sider i regulær polygon" -#: plug-ins/print/gimp_main_window.c:916 -msgid "" -"Select the name of the printer (not the type, or model, of printer) that you " -"wish to print to" -msgstr "" -"Vælg navnet på den printer (ikke typen eller modellen af printeren) som du " -"ønsker at udskrive til" +#: ../plug-ins/gfig/gfig-preview.c:328 +msgid "Object Details" +msgstr "Figuroplysninger" + +#. Position labels +#: ../plug-ins/gfig/gfig-preview.c:378 +#, fuzzy +msgid "XY position:" +msgstr "(x,y)-position:" -#: plug-ins/print/gimp_main_window.c:926 +#: ../plug-ins/gfig/gfig-spiral.c:55 #, fuzzy -msgid "Printer model:" -msgstr "Printermodel:" +msgid "Spiral Number of Turns" +msgstr "Antal punkter i spiral" -#. -#. * Setup printer button -#. -#: plug-ins/print/gimp_main_window.c:937 +#: ../plug-ins/gfig/gfig-star.c:52 +msgid "Star Number of Points" +msgstr "Antal punkter i stjerne" + +#: ../plug-ins/gfig/gfig-stock.c:41 #, fuzzy -msgid "Setup printer..." -msgstr "Konfigurér printer..." +msgid "Create bezier curve" +msgstr "Opret cirkel" -#: plug-ins/print/gimp_main_window.c:939 -msgid "" -"Choose the printer model, PPD file, and command that is used to print to " -"this printer" +#: ../plug-ins/gfig/gfig.c:124 +msgid "Create geometric shapes" msgstr "" -"Vælg printermodellen, PPD-filen og den kommando som bruges til at udskrive " -"til denne printer" -#. -#. * New printer button -#. -#: plug-ins/print/gimp_main_window.c:954 +#: ../plug-ins/gfig/gfig.c:135 #, fuzzy -msgid "New printer..." -msgstr "Ny printer..." +msgid "_Gfig..." +msgstr "Figurer" -#: plug-ins/print/gimp_main_window.c:956 +#: ../plug-ins/gfig/gfig.c:731 msgid "" -"Define a new logical printer. This can be used to name a collection of " -"settings that you wish to remember for future use." +"Error trying to save figure as a parasite: can't attach parasite to drawable." msgstr "" -"Definér en ny logisk printer. Dette kan bruges til at navngive en samling af " -"indstillinger som du ønsker at bruge engang i fremtiden." -#: plug-ins/print/gimp_main_window.c:977 -msgid "Size of paper that you wish to print to" -msgstr "Størrelsen af det papir som du ønsker at udskrive på" +#: ../plug-ins/gfig/gfig.c:758 +#, fuzzy, c-format +msgid "Error trying to open temporary file '%s' for parasite loading: %s" +msgstr "Kan ikke åbne '%s' til læsning: %s" + +#: ../plug-ins/gimpressionist/brush.c:247 +msgid "Can only save drawables!" +msgstr "Kan kun gemme tegneobjekter!" + +#: ../plug-ins/gimpressionist/brush.c:252 +msgid "Save Brush" +msgstr "Gem pensel" + +#: ../plug-ins/gimpressionist/brush.c:507 +msgid "_Brush" +msgstr "_Pensel" + +#: ../plug-ins/gimpressionist/brush.c:544 +msgid "Gamma:" +msgstr "Gamma:" + +#: ../plug-ins/gimpressionist/brush.c:562 +msgid "Changes the gamma (brightness) of the selected brush" +msgstr "Ændrer gammaværdien (lysstyrken) for den valgte pensel" + +#: ../plug-ins/gimpressionist/brush.c:570 +msgid "Select:" +msgstr "Markering:" + +#: ../plug-ins/gimpressionist/brush.c:599 +msgid "Aspect ratio:" +msgstr "Formatforhold:" + +#: ../plug-ins/gimpressionist/brush.c:603 +msgid "Specifies the aspect ratio of the brush" +msgstr "Angiver formatforholdet for penslen" + +#: ../plug-ins/gimpressionist/brush.c:612 +#: ../plug-ins/gimpressionist/paper.c:206 +msgid "Relief:" +msgstr "Relief:" + +#: ../plug-ins/gimpressionist/brush.c:616 +#: ../plug-ins/gimpressionist/paper.c:210 +msgid "Specifies the amount of embossing to apply to the image (in percent)" +msgstr "Angiver styrken af reliefeffekter (i %)" + +#: ../plug-ins/gimpressionist/color.c:60 +msgid "Co_lor" +msgstr "Fa_rve:" -#: plug-ins/print/gimp_main_window.c:980 -#, fuzzy -msgid "Media size:" -msgstr "Mediestørrelse" +#: ../plug-ins/gimpressionist/color.c:70 +msgid "A_verage under brush" +msgstr "_Gennemsnit under pensel" -#: plug-ins/print/gimp_main_window.c:989 -msgid "Dimensions:" -msgstr "Dimensioner:" +#: ../plug-ins/gimpressionist/color.c:72 +msgid "C_enter of brush" +msgstr "_Midten af pensel" -#: plug-ins/print/gimp_main_window.c:1003 -msgid "Width of the paper that you wish to print to" -msgstr "Bredden af det papir du ønsker at udskrive på" +#: ../plug-ins/gimpressionist/color.c:79 +msgid "Color is computed from the average of all pixels under the brush" +msgstr "Farve bliver beregnet som gennemsnittet af alle punkter under penslen" -#: plug-ins/print/gimp_main_window.c:1020 -msgid "Height of the paper that you wish to print to" -msgstr "Højden af det papir du ønsker at udskrive på" +#: ../plug-ins/gimpressionist/color.c:83 +msgid "Samples the color from the pixel in the center of the brush" +msgstr "Vælger farven fra punktet i penslens centrum" -#: plug-ins/print/gimp_main_window.c:1036 -msgid "Type of media you're printing to" -msgstr "Den type medium du udskriver på" +#: ../plug-ins/gimpressionist/color.c:94 +msgid "Color _noise:" +msgstr "Farve_støj:" -#: plug-ins/print/gimp_main_window.c:1039 -#, fuzzy -msgid "Media type:" -msgstr "Medietype:" +#: ../plug-ins/gimpressionist/color.c:98 +msgid "Adds random noise to the color" +msgstr "Tilføjer tilfældig støj til farven" -#: plug-ins/print/gimp_main_window.c:1052 -msgid "Source (input slot) of media you're printing to" -msgstr "Kilde (indbakke) for det medium du udskriver på" +#: ../plug-ins/gimpressionist/general.c:134 +#: ../plug-ins/gradient-flare/gradient-flare.c:3529 +msgid "_General" +msgstr "_Generelt" -#: plug-ins/print/gimp_main_window.c:1055 -#, fuzzy -msgid "Media source:" -msgstr "Mediekilde:" +#: ../plug-ins/gimpressionist/general.c:150 +msgid "Keep original" +msgstr "Behold original" -#: plug-ins/print/gimp_main_window.c:1068 -msgid "Type of ink in the printer" -msgstr "Typen af blækket i printeren" +#: ../plug-ins/gimpressionist/general.c:151 +msgid "Preserve the original image as a background" +msgstr "Behold det oprindelige billede som baggrund" -#: plug-ins/print/gimp_main_window.c:1071 -#, fuzzy -msgid "Ink type:" -msgstr "Blæktype:" +#: ../plug-ins/gimpressionist/general.c:156 +msgid "From paper" +msgstr "Fra papir" -#: plug-ins/print/gimp_main_window.c:1084 -msgid "Resolution and quality of the print" -msgstr "Opløsning og kvalitet af udskriften" +#: ../plug-ins/gimpressionist/general.c:157 +msgid "Copy the texture of the selected paper as a background" +msgstr "Kopiér teksturen fra det valgte papir som baggrund" -#: plug-ins/print/gimp_main_window.c:1121 -msgid "Scaling:" -msgstr "Skalering:" +#: ../plug-ins/gimpressionist/general.c:167 +msgid "Solid colored background" +msgstr "Ensfarvet baggrund" -#: plug-ins/print/gimp_main_window.c:1127 -msgid "Set the scale (size) of the image" -msgstr "Angiv skaleringen (størrelsen) af billedet" +#: ../plug-ins/gimpressionist/general.c:186 +msgid "Use a transparent background; Only the strokes painted will be visible" +msgstr "Benyt en gennemsigtig baggrund; kun penselsstrøgene er synlige" -#: plug-ins/print/gimp_main_window.c:1152 -#, fuzzy -msgid "Scale by:" -msgstr "Skalering z:" +#: ../plug-ins/gimpressionist/general.c:203 +msgid "Paint edges" +msgstr "Tegn kanter" -#: plug-ins/print/gimp_main_window.c:1157 -msgid "" -"Select whether scaling is measured as percent of available page size or " -"number of output dots per inch" -msgstr "" -"Vælg om skalering måles i procent af den tilgængelige sidestørrelse eller i " -"punkter pr. tomme" +#: ../plug-ins/gimpressionist/general.c:208 +msgid "Selects if to place strokes all the way out to the edges of the image" +msgstr "Angiver om penselstrøgene skal males helt ud til billedkanterne" -#: plug-ins/print/gimp_main_window.c:1162 -msgid "Percent" -msgstr "Procent" +#. Tileable checkbox +#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze-dialog.c:278 +msgid "Tileable" +msgstr "Fliselægbar" -#: plug-ins/print/gimp_main_window.c:1169 -msgid "Scale the print to the size of the page" -msgstr "Skalér udskriften til størrelsen af siden" - -#: plug-ins/print/gimp_main_window.c:1175 -msgid "PPI" -msgstr "PPI" - -#: plug-ins/print/gimp_main_window.c:1181 -msgid "Scale the print to the number of dots per inch" -msgstr "Skalér udskriften til antallet af punkter pr. tomme" - -#: plug-ins/print/gimp_main_window.c:1203 -msgid "Set the width of the print" -msgstr "Angiv bredden af udskriften" +#: ../plug-ins/gimpressionist/general.c:217 +msgid "Selects if the resulting image should be seamlessly tileable" +msgstr "" +"Angiver om det resulterende billede skal være fliselægbart uden en synlig " +"overgang" -#: plug-ins/print/gimp_main_window.c:1216 -msgid "Set the height of the print" -msgstr "Angiv højden af udskriften" +#: ../plug-ins/gimpressionist/general.c:222 +#, fuzzy +msgid "Drop shadow" +msgstr "Baggrundsskygge" -#: plug-ins/print/gimp_main_window.c:1237 -msgid "Units:" -msgstr "Enheder:" - -#: plug-ins/print/gimp_main_window.c:1242 -msgid "Select the base unit of measurement for printing" -msgstr "Vælg grundenheden for udskriften" - -#: plug-ins/print/gimp_main_window.c:1245 -msgid "Inch" -msgstr "Tomme" - -#: plug-ins/print/gimp_main_window.c:1252 -msgid "Set the base unit of measurement to inches" -msgstr "Sæt grundenheden for udskriften til tommer" - -#: plug-ins/print/gimp_main_window.c:1258 -msgid "cm" -msgstr "cm" - -#: plug-ins/print/gimp_main_window.c:1264 -msgid "Set the base unit of measurement to centimetres" -msgstr "Sæt grundenheden for udskriften til centimeter" +#: ../plug-ins/gimpressionist/general.c:227 +msgid "Adds a shadow effect to each brush stroke" +msgstr "Tilføjer en skyggeeffekt til hvert penselsstrøg" -#. -#. * The "image size" button -#. -#: plug-ins/print/gimp_main_window.c:1274 -msgid "" -"Use Original\n" -"Image Size" -msgstr "" -"Brug oprindelig\n" -"billedstørrelse" +#: ../plug-ins/gimpressionist/general.c:240 +msgid "Edge darken:" +msgstr "Formørk kant:" -#: plug-ins/print/gimp_main_window.c:1280 -msgid "Set the print size to the size of the image" -msgstr "Sæt størrelsen af udskriften til størrelsen af billedet" +#: ../plug-ins/gimpressionist/general.c:244 +msgid "How much to \"darken\" the edges of each brush stroke" +msgstr "Hvor meget kanterne skal formørkes for hvert penselstrøg" -#: plug-ins/print/gimp_main_window.c:1303 -msgid "Image / Output Settings" -msgstr "Billed-/udskriftsindstillinger" +#: ../plug-ins/gimpressionist/general.c:249 +msgid "Shadow darken:" +msgstr "Skyggemørknen:" -#: plug-ins/print/gimp_main_window.c:1317 -#, fuzzy -msgid "Image type:" -msgstr "Billedtype:" +#: ../plug-ins/gimpressionist/general.c:253 +msgid "How much to \"darken\" the drop shadow" +msgstr "Hvor meget baggrundsskyggen skal formørkes" -#: plug-ins/print/gimp_main_window.c:1325 -msgid "Optimize the output for the type of image being printed" -msgstr "Optimér udskriften til den type billede der udskrives" +#: ../plug-ins/gimpressionist/general.c:258 +msgid "Shadow depth:" +msgstr "Skyggedybde:" -#: plug-ins/print/gimp_main_window.c:1329 -#, fuzzy -msgid "Line art" -msgstr "Stregtegning" +#: ../plug-ins/gimpressionist/general.c:262 +msgid "" +"The depth of the drop shadow, i.e. how far apart from the object it should be" +msgstr "Baggrundsskyggens dybde, dvs. hvor langt fra objektet den skal være" -#: plug-ins/print/gimp_main_window.c:1336 -msgid "Fastest and brightest color for text and line art" -msgstr "Hurtigste og lyseste farve til tekst og stregtegning" +#: ../plug-ins/gimpressionist/general.c:267 +msgid "Shadow blur:" +msgstr "Sløring på skygge:" -#: plug-ins/print/gimp_main_window.c:1343 -#, fuzzy -msgid "Solid colors" -msgstr "Ensfarvet" +#: ../plug-ins/gimpressionist/general.c:271 +msgid "How much to blur the drop shadow" +msgstr "Hvor meget baggrundsskyggen skal sløres" -#: plug-ins/print/gimp_main_window.c:1350 -msgid "Best for images dominated by regions of solid color" -msgstr "Bedst til billeder som domineres af områder med ens farve" +#: ../plug-ins/gimpressionist/general.c:276 +msgid "Deviation threshold:" +msgstr "Afvigelsestærskel:" -#: plug-ins/print/gimp_main_window.c:1358 -msgid "Photograph" -msgstr "Fotografi" +#: ../plug-ins/gimpressionist/general.c:280 +msgid "A bailout-value for adaptive selections" +msgstr "Termineringsværdien for adaptive udvælgelser" -#: plug-ins/print/gimp_main_window.c:1366 -msgid "" -"Slowest, but most accurate and smoothest color for continuous tone images " -"and photographs" +#: ../plug-ins/gimpressionist/gimp.c:90 +msgid "Performs various artistic operations" msgstr "" -"Langsomst, men mest præcise og glatteste farver til kontinuert-tonede " -"billeder og fotografier" -#: plug-ins/print/gimp_main_window.c:1389 -#, fuzzy -msgid "Output type:" -msgstr "Udskriftstype:" +#: ../plug-ins/gimpressionist/gimp.c:95 +msgid "_GIMPressionist..." +msgstr "_GIMPressionisten..." -#: plug-ins/print/gimp_main_window.c:1396 -msgid "Select the desired output type" -msgstr "Vælg den ønskede udskriftstype" +#: ../plug-ins/gimpressionist/gimp.c:371 +msgid "Painting" +msgstr "Maler" -#: plug-ins/print/gimp_main_window.c:1405 -msgid "Color output" -msgstr "Farveudskrift" +#: ../plug-ins/gimpressionist/gimpressionist.c:139 +msgid "GIMPressionist" +msgstr "GIMPressionist" -#: plug-ins/print/gimp_main_window.c:1417 -msgid "Print in shades of gray using black ink" -msgstr "Udskriv gråtoner med sort blæk" +#: ../plug-ins/gimpressionist/orientation.c:92 +msgid "Or_ientation" +msgstr "O_rientering" -#: plug-ins/print/gimp_main_window.c:1424 -#, fuzzy -msgid "Black and white" -msgstr "Sort/hvid" +#: ../plug-ins/gimpressionist/orientation.c:106 +msgid "Directions:" +msgstr "Retninger:" -#: plug-ins/print/gimp_main_window.c:1431 -msgid "Print in black and white (no color, and no shades of gray)" -msgstr "Udskriv i sort/hvid (ingen farve og ingen gråtoner)" +#: ../plug-ins/gimpressionist/orientation.c:110 +msgid "The number of directions (i.e. brushes) to use" +msgstr "Antal af brugte retninger (dvs. pensler)" -#. -#. * Color adjust button -#. -#: plug-ins/print/gimp_main_window.c:1442 +#: ../plug-ins/gimpressionist/orientation.c:118 +msgid "Start angle:" +msgstr "Startvinkel:" + +#: ../plug-ins/gimpressionist/orientation.c:122 #, fuzzy -msgid "Adjust output..." -msgstr "Justér udskrift..." +msgid "The starting angle of the first brush to create" +msgstr "Vinkel på den første pensel der skal laves" -#: plug-ins/print/gimp_main_window.c:1449 -msgid "" -"Adjust color balance, brightness, contrast, saturation, and dither algorithm" -msgstr "" -"Justér farvebalance, lysstyrke, kontrast, mætning og " -"farvereduceringsalgoritme" +#: ../plug-ins/gimpressionist/orientation.c:130 +msgid "Angle span:" +msgstr "Vinkelstørrelse" -#: plug-ins/print/gimp_main_window.c:1483 +#: ../plug-ins/gimpressionist/orientation.c:134 #, fuzzy -msgid "Print to File" -msgstr "Udskriv til fil?" +msgid "The angle span of the first brush to create" +msgstr "Vinkel på den første pensel der skal laves" -#: plug-ins/print/print.c:164 -#, fuzzy -msgid "_Print..." -msgstr "Udskriver..." +#: ../plug-ins/gimpressionist/orientation.c:157 +msgid "" +"Let the value (brightness) of the region determine the direction of the " +"stroke" +msgstr "Værdien (lysstyrken) i området bestemmer penselstrøgenes retning" -#: plug-ins/print/print.c:694 plug-ins/print/print.c:695 -#: plug-ins/print/print.c:785 plug-ins/print/print.c:1124 -msgid "File" -msgstr "Fil" +#: ../plug-ins/gimpressionist/orientation.c:160 +#: ../plug-ins/gimpressionist/size.c:163 +msgid "Radius" +msgstr "Radius" -#: plug-ins/rcm/rcm.c:106 -#, fuzzy -msgid "Colormap _Rotation..." -msgstr "Farverotation" +#: ../plug-ins/gimpressionist/orientation.c:161 +msgid "" +"The distance from the center of the image determines the direction of the " +"stroke" +msgstr "Afstanden fra billedets midtpunkt bestemmer penselstrøgenes retning" -#: plug-ins/rcm/rcm.c:270 -msgid "Rotating the colormap..." -msgstr "Roterer farver..." +#: ../plug-ins/gimpressionist/orientation.c:165 +msgid "Selects a random direction of each stroke" +msgstr "Vælger en tilfældig retning for hvert penselstrøg" -#: plug-ins/rcm/rcm_dialog.c:114 -msgid "Original" -msgstr "Oprindelig" +#: ../plug-ins/gimpressionist/orientation.c:168 +#: ../plug-ins/gimpressionist/size.c:171 +msgid "Radial" +msgstr "Radial" -#: plug-ins/rcm/rcm_dialog.c:127 -msgid "Rotated" -msgstr "Roteret" +#: ../plug-ins/gimpressionist/orientation.c:169 +msgid "Let the direction from the center determine the direction of the stroke" +msgstr "Retningen fra billedets midtpunkt bestemmer hvert penselstrøgs retning" -#: plug-ins/rcm/rcm_dialog.c:140 -msgid "Continuous update" -msgstr "Fortløbende opdatering" +#: ../plug-ins/gimpressionist/orientation.c:176 +#: ../plug-ins/gimpressionist/size.c:179 +msgid "Flowing" +msgstr "Flydende" -#: plug-ins/rcm/rcm_dialog.c:153 -msgid "Area:" -msgstr "Areal:" +#: ../plug-ins/gimpressionist/orientation.c:177 +#: ../plug-ins/gimpressionist/size.c:180 +msgid "The strokes follow a \"flowing\" pattern" +msgstr "Strøgene følger et flydende mønster" -#: plug-ins/rcm/rcm_dialog.c:157 -msgid "Entire Layer" -msgstr "Hele laget" +#: ../plug-ins/gimpressionist/orientation.c:181 +msgid "The hue of the region determines the direction of the stroke" +msgstr "Farvetonen i området bestemmer penselstrøgenes retning" -#: plug-ins/rcm/rcm_dialog.c:159 -msgid "Context" -msgstr "Kontekst" +#: ../plug-ins/gimpressionist/orientation.c:184 +#: ../plug-ins/gimpressionist/size.c:187 +msgid "Adaptive" +msgstr "Tilpassende" -#. spinbutton 1 -#: plug-ins/rcm/rcm_dialog.c:284 plug-ins/rcm/rcm_dialog.c:362 -msgid "From" -msgstr "Fra" +#: ../plug-ins/gimpressionist/orientation.c:185 +msgid "The direction that matches the original image the closest is selected" +msgstr "" +"Retningen der bedst passer til det oprindelige billede, bestemmer hvert " +"penselstrøgs retning" -#. spinbutton 2 -#: plug-ins/rcm/rcm_dialog.c:310 plug-ins/rcm/rcm_dialog.c:363 -msgid "To" -msgstr "Til" +#: ../plug-ins/gimpressionist/orientation.c:192 +#: ../plug-ins/gimpressionist/size.c:196 +msgid "Manual" +msgstr "Manuel" -#. * Gray: Operation-Mode * -#: plug-ins/rcm/rcm_dialog.c:499 -#, fuzzy -msgid "Gray Mode" -msgstr "Farvetilstand" +#: ../plug-ins/gimpressionist/orientation.c:193 +msgid "Manually specify the stroke orientation" +msgstr "Angiv manuelt retningen på hvert penselstrøg" -#. Gray: Operation-Mode: two radio buttons -#: plug-ins/rcm/rcm_dialog.c:508 -msgid "Treat as this" -msgstr "Behandl som dette" +#: ../plug-ins/gimpressionist/orientation.c:204 +msgid "Opens up the Orientation Map Editor" +msgstr "Åbner orienteringskortredigeringen" -#: plug-ins/rcm/rcm_dialog.c:520 -msgid "Change to this" -msgstr "Ændr til dette" +#: ../plug-ins/gimpressionist/orientmap.c:526 +msgid "Orientation Map Editor" +msgstr "Orienteringskortredigering" -#. * Gray: What is gray? * -#: plug-ins/rcm/rcm_dialog.c:533 -#, fuzzy -msgid "Gray Threshold" -msgstr "_Grøn tærskel:" +#: ../plug-ins/gimpressionist/orientmap.c:555 +msgid "Vectors" +msgstr "Vektorer" -#. * Misc: Used unit selection * -#: plug-ins/rcm/rcm_dialog.c:572 plug-ins/rcm/rcm_dialog.c:676 -msgid "Units" -msgstr "Enheder" +#: ../plug-ins/gimpressionist/orientmap.c:567 +msgid "" +"The vector-field. Left-click to move selected vector, Right-click to point " +"it towards mouse, Middle-click to add a new vector." +msgstr "" +"Vektorfeltet. Venstre-klik for at flytte den valgte vektor, højre-klik for " +"at få vektoren til at pege mod musen, midter-klik for at tilføje en ny " +"vektor." -#. Misc: Used unit selection: 3 radio buttons -#: plug-ins/rcm/rcm_dialog.c:581 -msgid "Radians" -msgstr "Radianer" +#: ../plug-ins/gimpressionist/orientmap.c:590 +#: ../plug-ins/gimpressionist/sizemap.c:459 +msgid "Adjust the preview's brightness" +msgstr "Justér lysstyrken for eksemplet" -#: plug-ins/rcm/rcm_dialog.c:593 -msgid "Radians/Pi" -msgstr "Radianer/pi" +#: ../plug-ins/gimpressionist/orientmap.c:612 +msgid "Select previous vector" +msgstr "Vælg forrige vektor" -#: plug-ins/rcm/rcm_dialog.c:605 -msgid "Degrees" -msgstr "Grader" +#: ../plug-ins/gimpressionist/orientmap.c:618 +msgid "Select next vector" +msgstr "Vælg næste vektor" -#. Create dialog -#: plug-ins/rcm/rcm_dialog.c:638 -msgid "Colormap Rotation" -msgstr "Farverotation" +#: ../plug-ins/gimpressionist/orientmap.c:620 +#: ../plug-ins/gimpressionist/sizemap.c:490 +msgid "A_dd" +msgstr "_Tilføj" -#: plug-ins/rcm/rcm_dialog.c:670 -msgid "Main Options" -msgstr "Hovedindstillinger" +#: ../plug-ins/gimpressionist/orientmap.c:624 +msgid "Add new vector" +msgstr "Tilføj ny vektor" -#: plug-ins/rcm/rcm_dialog.c:673 -#, fuzzy -msgid "Gray Options" -msgstr "Generelle indstillinger" +#: ../plug-ins/gimpressionist/orientmap.c:626 +#: ../plug-ins/gimpressionist/sizemap.c:497 +msgid "_Kill" +msgstr "_Slet" -#: plug-ins/rcm/rcm_stock.c:35 -msgid "Switch to clockwise" -msgstr "Skift med uret" +#: ../plug-ins/gimpressionist/orientmap.c:630 +msgid "Delete selected vector" +msgstr "Slet den valgte vektor" -#: plug-ins/rcm/rcm_stock.c:37 -msgid "Switch to c/clockwise" -msgstr "Skift mod uret" +#: ../plug-ins/gimpressionist/orientmap.c:641 +msgid "Type" +msgstr "Type" -#: plug-ins/rcm/rcm_stock.c:39 -msgid "Change order of arrows" -msgstr "Ændr rækkefølge af pile" +#: ../plug-ins/gimpressionist/orientmap.c:645 +msgid "_Normal" +msgstr "_Normal" -#: plug-ins/rcm/rcm_stock.c:41 -msgid "Select all" -msgstr "Vælg alle" +#: ../plug-ins/gimpressionist/orientmap.c:646 +msgid "Vorte_x" +msgstr "_Malstrøm" -#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); -#: plug-ins/sel2path/pxl-outline.c:83 -msgid "Selection to Path..." -msgstr "Markering til bane..." +#: ../plug-ins/gimpressionist/orientmap.c:647 +msgid "Vortex_2" +msgstr "Malstrøm _2" -#: plug-ins/sel2path/sel2path.c:185 -msgid "No selection to convert" -msgstr "Ingen markering at omdanne" +#: ../plug-ins/gimpressionist/orientmap.c:648 +msgid "Vortex_3" +msgstr "Malstrøm _3" -# vi stryger bare sel2path da det er uoversætteligt og sagtens kan undværes -#: plug-ins/sel2path/sel2path.c:302 -msgid "Selection To Path Advanced Settings" -msgstr "Avancerede indstillinger" +#: ../plug-ins/gimpressionist/orientmap.c:654 +#: ../plug-ins/gimpressionist/sizemap.c:542 +msgid "_Voronoi" +msgstr "_Voronoi" -#: plug-ins/sgi/sgi.c:122 plug-ins/sgi/sgi.c:142 -msgid "Silicon Graphics IRIS image" +#: ../plug-ins/gimpressionist/orientmap.c:662 +msgid "" +"Voronoi-mode makes only the vector closest to the given point have any " +"influence" msgstr "" +"Voronoi-tilstand bevirker at kun vektoren nærmest et givent punkt har nogen " +"indflydelse" -#: plug-ins/sgi/sgi.c:540 -#, c-format -msgid "Could not open '%s' for writing." -msgstr "Kan ikke åbne \"%s\" til skrivning." +#: ../plug-ins/gimpressionist/orientmap.c:672 +msgid "A_ngle:" +msgstr "_Vinkel:" -#: plug-ins/sgi/sgi.c:622 -msgid "Save as SGI" -msgstr "Gem som SGI" +#: ../plug-ins/gimpressionist/orientmap.c:676 +msgid "Change the angle of the selected vector" +msgstr "Ændr vinklen på den valgte vektor" -#: plug-ins/sgi/sgi.c:631 -#, fuzzy -msgid "Compression type" -msgstr "Kompressionstype" +#: ../plug-ins/gimpressionist/orientmap.c:683 +msgid "Ang_le offset:" +msgstr "Vinkel_afsæt:" + +#: ../plug-ins/gimpressionist/orientmap.c:687 +msgid "Offset all vectors with a given angle" +msgstr "Læg denne vinkel til alle vektorer" -#: plug-ins/sgi/sgi.c:635 -#, fuzzy -msgid "No compression" -msgstr "Ingen kompression" +#: ../plug-ins/gimpressionist/orientmap.c:698 +msgid "Change the strength of the selected vector" +msgstr "Ændr styrken på den valgte vektor" -#: plug-ins/sgi/sgi.c:637 -#, fuzzy -msgid "RLE compression" -msgstr "_Rækkekomprimering (RLE)" +#: ../plug-ins/gimpressionist/orientmap.c:705 +msgid "S_trength exp.:" +msgstr "Styrke_eksponent:" -#: plug-ins/sgi/sgi.c:639 -#, fuzzy -msgid "" -"Aggressive RLE\n" -"(not supported by SGI)" -msgstr "" -"Agressiv RLE\n" -"(ikke understøttet af SGI)" +#: ../plug-ins/gimpressionist/orientmap.c:709 +#: ../plug-ins/gimpressionist/sizemap.c:537 +msgid "Change the exponent of the strength" +msgstr "Ændr eksponenten på styrken" -#: plug-ins/twain/twain.c:313 -msgid "TWAIN (Dump)..." -msgstr "" +#: ../plug-ins/gimpressionist/paper.c:138 +msgid "P_aper" +msgstr "_Papir" -#: plug-ins/twain/twain.c:332 -msgid "TWAIN (Read)..." -msgstr "" +#: ../plug-ins/gimpressionist/paper.c:173 +msgid "Inverts the Papers texture" +msgstr "Invertér papirtekstur" -#: plug-ins/twain/twain.c:352 -msgid "_TWAIN..." -msgstr "" +#: ../plug-ins/gimpressionist/paper.c:177 +msgid "O_verlay" +msgstr "_Læg over" -#. Initialize our progress dialog -#: plug-ins/twain/twain.c:489 -msgid "Transferring TWAIN data..." -msgstr "Ovefører TWAIN-data..." +#: ../plug-ins/gimpressionist/paper.c:182 +msgid "Applies the paper as it is (without embossing it)" +msgstr "Bruger papir som det er (uden først at \"udstanse\" det)" -#: plug-ins/winicon/icodialog.c:123 -msgid "1 bpp, 1-bit alpha, 2-slot palette" -msgstr "" +#: ../plug-ins/gimpressionist/paper.c:198 +msgid "Specifies the scale of the texture (in percent of original file)" +msgstr "Angiver teksturskaleringen (i % af den oprindelige fil)" -#: plug-ins/winicon/icodialog.c:124 -msgid "4 bpp, 1-bit alpha, 16-slot palette" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:67 +msgid "Pl_acement" +msgstr "_Placering" -#: plug-ins/winicon/icodialog.c:125 -msgid "8 bpp, 1-bit alpha, 256-slot palette" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:73 +msgid "Placement" +msgstr "Placering" -#: plug-ins/winicon/icodialog.c:126 -msgid "32 bpp, 8-bit alpha, no palette" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:77 +msgid "Randomly" +msgstr "Tilfældig" -#: plug-ins/winicon/icodialog.c:151 -msgid "GIMP Windows Icon Plugin" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:81 +msgid "Evenly distributed" +msgstr "Jævnt fordelt" -#: plug-ins/winicon/icodialog.c:172 -#, fuzzy -msgid "Icon details" -msgstr "Samlingsoplysninger" +#: ../plug-ins/gimpressionist/placement.c:89 +msgid "Place strokes randomly around the image" +msgstr "Placér penselstrøg tilfældigt rundt omkring i billedet" -#: plug-ins/winicon/icoload.c:340 -#, c-format -msgid "Icon #%i" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:93 +msgid "The strokes are evenly distributed across the image" +msgstr "Penselstrøg bliver ligeligt fordelt i billedet" -#: plug-ins/winicon/icosave.c:940 -msgid "Windows icons cannot be higher or wider than 255 pixels." -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:102 +msgid "Centered" +msgstr "Centreret" -#: plug-ins/winicon/main.c:88 plug-ins/winicon/main.c:107 -msgid "Microsoft Windows icon" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:108 +msgid "Focus the brush strokes around the center of the image" +msgstr "Fokusér penselstrøgene omkring billedets midtpunkt" -#: plug-ins/winsnap/winsnap.c:877 -msgid "Grab a single window" -msgstr "Opsnap et enkelt vindue" +#: ../plug-ins/gimpressionist/placement.c:120 +msgid "Stroke _density:" +msgstr "Strøg_tæthed:" -#: plug-ins/winsnap/winsnap.c:891 -msgid "Grab the whole screen" -msgstr "Opsnap hele skærmbilledet" +#: ../plug-ins/gimpressionist/placement.c:124 +msgid "The relative density of the brush strokes" +msgstr "Den relative tæthed af penselsstrøgene" -#: plug-ins/winsnap/winsnap.c:907 -msgid "after" -msgstr "efter" +#. +#. * gimp_filename_to_utf8 () and g_strerror () return temporary strings +#. * that need not and should not be freed. So this call is OK. +#. * +#: ../plug-ins/gimpressionist/ppmtool.c:650 +#, c-format +msgid "Failed to save PPM file '%s': %s" +msgstr "Kunne ikke gemme PPM-filen \"%s\": %s" -#: plug-ins/winsnap/winsnap.c:919 -#, fuzzy -msgid "Seconds delay" -msgstr "sekunders forsinkelse" +#: ../plug-ins/gimpressionist/presets.c:640 +msgid "Save Current" +msgstr "Gem aktuel" -#: plug-ins/winsnap/winsnap.c:926 -msgid "Include decorations" -msgstr "Med udsmykninger" +#: ../plug-ins/gimpressionist/presets.c:894 +#, fuzzy +msgid "Gimpressionist Defaults" +msgstr "Gimpressionist" -#: plug-ins/winsnap/winsnap.c:1139 -msgid "No data captured" -msgstr "Ingen data indfanget" +# det drejer sig om forvalgte, gemte indstillinger +#: ../plug-ins/gimpressionist/presets.c:1015 +msgid "_Presets" +msgstr "_Forvalg" -#: plug-ins/xjt/xjt.c:475 plug-ins/xjt/xjt.c:493 -msgid "GIMP compressed XJT image" -msgstr "" +#: ../plug-ins/gimpressionist/presets.c:1030 +#, fuzzy +msgid "Save Current..." +msgstr "Gem aktuel..." -#: plug-ins/xjt/xjt.c:714 -#, c-format -msgid "XJT file contains unknown layermode %d" -msgstr "XJT-fil indeholder ukendt lagtilstand %d" +#: ../plug-ins/gimpressionist/presets.c:1038 +msgid "Save the current settings to the specified file" +msgstr "Gem de nuværende indstillinger i den angivne fil" -#: plug-ins/xjt/xjt.c:751 -#, c-format -msgid "Warning: unsupported layermode %d saved to XJT" -msgstr "Advarsel: ikke-understøttet lagtilstand %d gemt i XJT" +#: ../plug-ins/gimpressionist/presets.c:1066 +msgid "Reads the selected Preset into memory" +msgstr "Læser indstillingerne fra det valgte forvalg" -#: plug-ins/xjt/xjt.c:767 -#, c-format -msgid "XJT file contains unknown pathtype %d" -msgstr "XJT-fil indeholder ukendt banetype %d" +#: ../plug-ins/gimpressionist/presets.c:1072 +msgid "Deletes the selected Preset" +msgstr "Sletter det det valgte forvalg" -#: plug-ins/xjt/xjt.c:783 -#, c-format -msgid "Warning: unsupported pathtype %d saved to XJT" -msgstr "Advarsel: ikke-understøttet banetype %d gemt i XJT" +#: ../plug-ins/gimpressionist/presets.c:1078 +msgid "Reread the folder of Presets" +msgstr "Genindlæs mappen med forvalg" -#: plug-ins/xjt/xjt.c:802 -#, c-format -msgid "XJT file contains unknown unittype %d" -msgstr "XJT-fil indeholder ukendt enhedstype %d" +#: ../plug-ins/gimpressionist/preview.c:174 +#: ../plug-ins/gimpressionist/repaint.c:1184 +#: ../plug-ins/imagemap/imap_polygon.c:515 +#: ../plug-ins/lighting/lighting-ui.c:1075 +msgid "_Update" +msgstr "_Opdatér" -#: plug-ins/xjt/xjt.c:823 -#, c-format -msgid "Warning: unsupported unittype %d saved to XJT" -msgstr "Advarsel: ikke-understøttet enhedstype %d gemt i XJT" +# der står miniature oven over det +#: ../plug-ins/gimpressionist/preview.c:180 +msgid "Refresh the Preview window" +msgstr "Genopfrisk miniaturevinduet" -#: plug-ins/xjt/xjt.c:844 -msgid "Save as XJT" -msgstr "Gem som XJT" +#: ../plug-ins/gimpressionist/preview.c:188 +msgid "Revert to the original image" +msgstr "Vend tilbage til det oprindelige billede" -#: plug-ins/xjt/xjt.c:870 -#, fuzzy -msgid "Clear transparent" -msgstr "Ryd gennemsigtigt" +#: ../plug-ins/gimpressionist/size.c:95 +msgid "_Size" +msgstr "_Størrelse" -#: plug-ins/xjt/xjt.c:882 -msgid "Quality:" -msgstr "Kvalitet:" +#: ../plug-ins/gimpressionist/size.c:109 +msgid "Sizes:" +msgstr "Størrelser:" -#: plug-ins/xjt/xjt.c:891 -msgid "Smoothing:" -msgstr "Udjævning:" +#: ../plug-ins/gimpressionist/size.c:113 +msgid "The number of sizes of brushes to use" +msgstr "Antallet af penselstørrelser der skal bruges" -#: plug-ins/xjt/xjt.c:1693 plug-ins/xjt/xjt.c:3323 -#, c-format -msgid "Could not create working folder '%s': %s" -msgstr "Kunne ikke oprette arbejdskatalog \"%s\": %s" +#: ../plug-ins/gimpressionist/size.c:121 +msgid "Minimum size:" +msgstr "Min. størrelse:" -#: plug-ins/xjt/xjt.c:3189 -#, c-format -msgid "Error: Could not read XJT property file '%s'." -msgstr "Fejl: Kunne ikke læse XJT-egenskabsfilen \"%s\"." +#: ../plug-ins/gimpressionist/size.c:125 +msgid "The smallest brush to create" +msgstr "Den mindste pensel der skal oprettes" -#: plug-ins/xjt/xjt.c:3195 -#, c-format -msgid "Error: XJT property file '%s' is empty." -msgstr "Fejl: XJT-egenskabsfilen \"%s\" er tom." +#: ../plug-ins/gimpressionist/size.c:133 +msgid "Maximum size:" +msgstr "Maks. størrelse:" -#, fuzzy -#~ msgid "Gfig layer %d" -#~ msgstr "Figurlag %d" +#: ../plug-ins/gimpressionist/size.c:137 +msgid "The largest brush to create" +msgstr "Den største pensel der skal oprettes" -#, fuzzy -#~ msgid "TIFF images" -#~ msgstr "TIFF-kanal" +#: ../plug-ins/gimpressionist/size.c:151 +msgid "Size:" +msgstr "Størrelse:" -#~ msgid "Paint" -#~ msgstr "Tegn" +#: ../plug-ins/gimpressionist/size.c:160 +msgid "" +"Let the value (brightness) of the region determine the size of the stroke" +msgstr "" +"Værdien (lysstyrken) af omgivelserne bestemmer størrelsen på penselsstrøget" -#~ msgid "All" -#~ msgstr "Alle" +#: ../plug-ins/gimpressionist/size.c:164 +msgid "" +"The distance from the center of the image determines the size of the stroke" +msgstr "" +"Afstanden fra billedets midtpunkt bestemmer størrelsen på penselsstrøget" -#~ msgid "Clockwise" -#~ msgstr "Med uret" +#: ../plug-ins/gimpressionist/size.c:168 +msgid "Selects a random size for each stroke" +msgstr "Vælger en tilfældig størrelse for hvert penselstrøg" -#~ msgid "Anti-Clockwise" -#~ msgstr "Mod uret" +#: ../plug-ins/gimpressionist/size.c:172 +msgid "Let the direction from the center determine the size of the stroke" +msgstr "Retningen fra midtpunktet bestemmer størrelsen på penselsstrøget" -#, fuzzy -#~ msgid "Ifs_Compose..." -#~ msgstr "Geometrisk fraktal" +#: ../plug-ins/gimpressionist/size.c:184 +msgid "The hue of the region determines the size of the stroke" +msgstr "Farvetonen af omgivelserne bestemmer størrelsen på penselsstrøget" -#~ msgid "IfsCompose: Target" -#~ msgstr "Geometrisk fraktal: mål" +#: ../plug-ins/gimpressionist/size.c:188 +msgid "The brush-size that matches the original image the closest is selected" +msgstr "Penselsstørrelsen som kommer nærmest det oprindelige billede, vælges" -#~ msgid "IfsCompose: Red" -#~ msgstr "Geometrisk fraktal: rød" +#: ../plug-ins/gimpressionist/size.c:197 +msgid "Manually specify the stroke size" +msgstr "Angiv penselsstørrelse manuelt" -#~ msgid "IfsCompose: Green" -#~ msgstr "Geometrisk fraktal: grøn" +#: ../plug-ins/gimpressionist/size.c:208 +msgid "Opens up the Size Map Editor" +msgstr "Åbner størrelseskortredigering" -#~ msgid "IfsCompose: Blue" -#~ msgstr "Geometrisk fraktal: blå" +#: ../plug-ins/gimpressionist/sizemap.c:401 +msgid "Size Map Editor" +msgstr "Størrelseskortredigering" -#~ msgid "IfsCompose: Black" -#~ msgstr "Geometrisk fraktal: sort" +#: ../plug-ins/gimpressionist/sizemap.c:429 +msgid "Smvectors" +msgstr "Størrelseskortvektorer" -#~ msgid "IfsCompose" -#~ msgstr "Geometrisk fraktal" +#: ../plug-ins/gimpressionist/sizemap.c:439 +msgid "" +"The smvector-field. Left-click to move selected smvector, Right-click to " +"point it towards mouse, Middle-click to add a new smvector." +msgstr "" +"Størrelseskortvektorfeltet. Venstre-klik for at flytte den valgte vektor, " +"højre-klik for at få vektoren til at pege mod musen, midter-klik for at " +"tilføje en ny vektor." -#, fuzzy -#~ msgid "Rotate/scale" -#~ msgstr "Rotér/skalér" +#: ../plug-ins/gimpressionist/sizemap.c:481 +msgid "Select previous smvector" +msgstr "Vælg forrige størrelseskortvektor" -#, fuzzy -#~ msgid "Recompute _center" -#~ msgstr "Genberegn _center" +#: ../plug-ins/gimpressionist/sizemap.c:488 +msgid "Select next smvector" +msgstr "Vælg næste størrelseskortvektor" -#~ msgid "/Move" -#~ msgstr "/Flyt" +#: ../plug-ins/gimpressionist/sizemap.c:495 +msgid "Add new smvector" +msgstr "Tilføj ny størrelseskortvektor" -#~ msgid "/Stretch" -#~ msgstr "/Stræk" +#: ../plug-ins/gimpressionist/sizemap.c:502 +msgid "Delete selected smvector" +msgstr "Slet valgt størrelseskortvektor" -#~ msgid "/New" -#~ msgstr "/Ny" +#: ../plug-ins/gimpressionist/sizemap.c:515 +msgid "Change the angle of the selected smvector" +msgstr "Ændr vinklen på den valgte størrelseskortvektor" -#~ msgid "/Delete" -#~ msgstr "/Slet" +#: ../plug-ins/gimpressionist/sizemap.c:522 +msgid "S_trength:" +msgstr "_Styrke:" -#~ msgid "/Undo" -#~ msgstr "/Fortryd" +#: ../plug-ins/gimpressionist/sizemap.c:526 +msgid "Change the strength of the selected smvector" +msgstr "Ændr styrken på den valgte størrelseskortvektor" -#~ msgid "/Redo" -#~ msgstr "/Gentag" +#: ../plug-ins/gimpressionist/sizemap.c:533 +msgid "St_rength exp.:" +msgstr "Styrke_eksponent:" -#~ msgid "/Select All" -#~ msgstr "/Vælg alt" +#: ../plug-ins/gimpressionist/sizemap.c:549 +msgid "" +"Voronoi-mode makes only the smvector closest to the given point have any " +"influence" +msgstr "" +"Voronoi-tilstand bevirker at kun vektoren nærmest et givent punkt har nogen " +"indflydelse" -#~ msgid "IfsCompose Options" -#~ msgstr "Indstillinger for geometrisk fraktal" +#: ../plug-ins/gradient-flare/gradient-flare.c:552 +msgid "Addition" +msgstr "Læg til" -#~ msgid "Opening %s" -#~ msgstr "Åbner %s" +#: ../plug-ins/gradient-flare/gradient-flare.c:553 +msgid "Overlay" +msgstr "Læg over" -#~ msgid "See %s" -#~ msgstr "Se %s" +#: ../plug-ins/gradient-flare/gradient-flare.c:807 +msgid "Produce a lense flare effect using gradients" +msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:812 #, fuzzy -#~ msgid "Loading %s:" -#~ msgstr "Indlæs punkter" +msgid "_Gradient Flare..." +msgstr "Farveovergangsblus..." +#. +#. * Dialog Shell +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:951 +#: ../plug-ins/gradient-flare/gradient-flare.c:2357 #, fuzzy -#~ msgid "Saving %s:" -#~ msgstr "Gemmer '%s'..." +msgid "Gradient Flare" +msgstr "Farveovergangsblus..." -#~ msgid "Despeckling..." -#~ msgstr "Fjerner kornstøj..." +#: ../plug-ins/gradient-flare/gradient-flare.c:1264 +#, c-format +msgid "Failed to open GFlare file '%s': %s" +msgstr "Kunne ikke åbne farveovergangsblusfilen '%s': %s" -#~ msgid "Rendering %s" -#~ msgstr "Tegner %s" +#: ../plug-ins/gradient-flare/gradient-flare.c:1272 +#, c-format +msgid "'%s' is not a valid GFlare file." +msgstr "'%s' er ikke en gyldig farveovergangsblusfil." -#~ msgid "Scale (log 2):" -#~ msgstr "Skala (log 2):" +#: ../plug-ins/gradient-flare/gradient-flare.c:1326 +#, c-format +msgid "invalid formatted GFlare file: %s\n" +msgstr "ugyldigt formateret farveovergangsblusfil: %s\n" -#~ msgid "Bezier Settings" -#~ msgstr "Bezier-indstillinger" +#: ../plug-ins/gradient-flare/gradient-flare.c:1451 +#, c-format +msgid "" +"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" +"(gflare-path \"%s\")\n" +"and make a folder '%s', then you can save your own GFlares into that folder." +msgstr "" +"Farveovergangsblus: \"%s\" blev ikke gemt. Hvis du tilføjer en ny linje til " +"\"%s\", ala:\n" +"(gflare-path \"%s\")\n" +"og opretter mappen \"%s\", så kan du gemme dine egne blus i den mappe." -#~ msgid "Number of Sides/Points/Turns:" -#~ msgstr "Antal sider/punkter/drejninger:" +#: ../plug-ins/gradient-flare/gradient-flare.c:1484 +#, c-format +msgid "Failed to write GFlare file '%s': %s" +msgstr "Kunne ikke skrive farveovergangsblusfilen '%s': %s" -#~ msgid "Could not locate help document" -#~ msgstr "Kunne ikke find hjælpedokument" +#: ../plug-ins/gradient-flare/gradient-flare.c:2414 +#, fuzzy +msgid "A_uto update preview" +msgstr "_Hold eksempel opdateret" -#~ msgid "" -#~ "The requested document could not be found in your GIMP help path as shown " -#~ "above. This means that the topic has not yet been written or your " -#~ "installation is not complete. Ensure that your installation is complete " -#~ "before reporting this error as a bug." -#~ msgstr "" -#~ "Det forespurgte dokument blev ikke fundet i hjælpestien som vist ovenfor. " -#~ "Dette betyder at dokumentet endnu ikke er blevet skrevet eller at din " -#~ "installation ikke er komplet. Sikr dig at din installation er komplet før " -#~ "du rapporterer dette som en fejl." +#: ../plug-ins/gradient-flare/gradient-flare.c:2465 +msgid "`Default' is created." +msgstr "'Standard' blev oprettet." -#, fuzzy -#~ msgid "/Filters/Render" -#~ msgstr "/Filtre/Generér/_Figurer..." +#: ../plug-ins/gradient-flare/gradient-flare.c:2466 +msgid "Default" +msgstr "Standard" -# jvf. næste -#, fuzzy -#~ msgid "/Filters/Light Effects" -#~ msgstr "/Filtre/Lyseffekter/_Farveovergangsblus..." +#. +#. * Scales +#. +#. +#. * Scales +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:2745 +#: ../plug-ins/gradient-flare/gradient-flare.c:3582 +#: ../plug-ins/gradient-flare/gradient-flare.c:3687 +#: ../plug-ins/gradient-flare/gradient-flare.c:3824 +msgid "Parameters" +msgstr "Parametre" -#, fuzzy -#~ msgid "/Filters/Map" -#~ msgstr "/Filtre/Afbildning/_Fordrejelse..." +#: ../plug-ins/gradient-flare/gradient-flare.c:2771 +msgid "Ro_tation:" +msgstr "_Rotering:" +#: ../plug-ins/gradient-flare/gradient-flare.c:2783 #, fuzzy -#~ msgid "/Filters/Colors/Map" -#~ msgstr "/Filtre/Farver/_Maks. RGB..." +msgid "_Hue rotation:" +msgstr "Farve_tonerotering:" +#: ../plug-ins/gradient-flare/gradient-flare.c:2795 #, fuzzy -#~ msgid "/Filters/Render/Pattern" -#~ msgstr "/Filtre/Generér/Mønstre/_Labyrint..." +msgid "Vector _angle:" +msgstr "Vektor_vinkel:" +#: ../plug-ins/gradient-flare/gradient-flare.c:2807 #, fuzzy -#~ msgid "/Filters/Animation" -#~ msgstr "/Filtre/Animation/_Deoptimér" +msgid "Vector _length:" +msgstr "Vektor_længde:" +#: ../plug-ins/gradient-flare/gradient-flare.c:2828 #, fuzzy -#~ msgid "/Filters/Glass Effects" -#~ msgstr "/Filtre/Glaseffekter/_Glasflise..." +msgid "A_daptive supersampling" +msgstr "A_daptiv udjævning" +#: ../plug-ins/gradient-flare/gradient-flare.c:2847 #, fuzzy -#~ msgid "/Image/Crop" -#~ msgstr "/Billede/Tilstand/Sammensætning..." +msgid "_Max depth:" +msgstr "Ma_ks. dybde:" -#, fuzzy -#~ msgid "/Layer/Crop" -#~ msgstr "/Lag/Transformeringer/_Fanatisk beskæring" +#: ../plug-ins/gradient-flare/gradient-flare.c:2857 +msgid "_Threshold" +msgstr "_Tærskel" -#, fuzzy -#~ msgid "/Layer/Colors/Auto" -#~ msgstr "/Lag/Farver/Auto/_Normalisér" +#: ../plug-ins/gradient-flare/gradient-flare.c:2995 +msgid "S_elector" +msgstr "V_ælger" +#: ../plug-ins/gradient-flare/gradient-flare.c:3059 #, fuzzy -#~ msgid "/Filters/Distorts" -#~ msgstr "/Filtre/Forvrængning/V_ind..." +msgid "New Gradient Flare" +msgstr "Farveovergangsblus..." -#, fuzzy -#~ msgid "/Filters/Blur" -#~ msgstr "/Filtre/Slør/_Slør..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3062 +msgid "Enter a name for the new GFlare" +msgstr "Indtast et navn til det nye blus" -#, fuzzy -#~ msgid "/Filters/Colors" -#~ msgstr "/Filtre/Farver/_Hed..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3082 +#, c-format +msgid "The name '%s' is used already!" +msgstr "Navnet '%s' er allerede i brug!" +#: ../plug-ins/gradient-flare/gradient-flare.c:3138 #, fuzzy -#~ msgid "/Layer/Colors/Info" -#~ msgstr "/Lag/Farver/Auto/_Normalisér" +msgid "Copy Gradient Flare" +msgstr "Farveovergangsblus..." -#, fuzzy -#~ msgid "/Layer/Transparency/Modify" -#~ msgstr "/Billede/Gennemsigtighed/_Alfatærskel..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3141 +msgid "Enter a name for the copied GFlare" +msgstr "Indtast et navn til det kopierede blus" -#, fuzzy -#~ msgid "/Image/Mode" -#~ msgstr "/Billede/Tilstand/Sammensætning..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3163 +#, c-format +msgid "The name `%s' is used already!" +msgstr "Navnet '%s' er allerede i brug!" -#, fuzzy -#~ msgid "/Filters/Generic" -#~ msgstr "/Filtre/Generel/_Erodér" +#: ../plug-ins/gradient-flare/gradient-flare.c:3194 +msgid "Cannot delete!! There must be at least one GFlare." +msgstr "Kan ikke slette! Der skal mindst være ét blus." +#: ../plug-ins/gradient-flare/gradient-flare.c:3204 #, fuzzy -#~ msgid "/Filters/Artistic" -#~ msgstr "/Filtre/Kunsterisk/_Kubisme..." +msgid "Delete Gradient Flare" +msgstr "Slet blus" -#, fuzzy -#~ msgid "/Filters/Enhance" -#~ msgstr "/Filtre/Forbedringer/_Skærp..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3276 +#, c-format +msgid "not found %s in gflares_list" +msgstr "kunne ikke finde %s i gflares_list" +#: ../plug-ins/gradient-flare/gradient-flare.c:3317 #, fuzzy -#~ msgid "/Filters/Combine" -#~ msgstr "/Filtre/Kombinér/_Film..." +msgid "Gradient Flare Editor" +msgstr "Blusredigering" -#, fuzzy -#~ msgid "/Filters/Edge-Detect" -#~ msgstr "/Filtre/Kantfinding/_Laplace" +#: ../plug-ins/gradient-flare/gradient-flare.c:3321 +msgid "Rescan Gradients" +msgstr "Genskan farveovergange" + +#. Glow +#: ../plug-ins/gradient-flare/gradient-flare.c:3446 +msgid "Glow Paint Options" +msgstr "Indstillinger for glødtegning" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3457 +#: ../plug-ins/gradient-flare/gradient-flare.c:3485 +#: ../plug-ins/gradient-flare/gradient-flare.c:3513 +msgid "Opacity:" +msgstr "Uigennemsighed:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3470 +#: ../plug-ins/gradient-flare/gradient-flare.c:3498 +#: ../plug-ins/gradient-flare/gradient-flare.c:3526 #, fuzzy -#~ msgid "/Filters/Toys" -#~ msgstr "/Filter/Legetøj/Gee-_zoom..." +msgid "Paint mode:" +msgstr "Tegnetilstand:" + +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3474 +msgid "Rays Paint Options" +msgstr "Indstillinger for stråletegning" +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3502 +msgid "Second Flares Paint Options" +msgstr "Indstillinger for tegning af andet blus" + +#. +#. * Gradient Menus +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3555 +#: ../plug-ins/gradient-flare/gradient-flare.c:3658 +#: ../plug-ins/gradient-flare/gradient-flare.c:3797 +msgid "Gradients" +msgstr "Farveovergange" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3566 +#: ../plug-ins/gradient-flare/gradient-flare.c:3671 +#: ../plug-ins/gradient-flare/gradient-flare.c:3808 #, fuzzy -#~ msgid "/Image/Transform" -#~ msgstr "/Billede/Transformering/Automatisk _tilskæring" +msgid "Radial gradient:" +msgstr "Radial overgang:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3570 +#: ../plug-ins/gradient-flare/gradient-flare.c:3675 #, fuzzy -#~ msgid "/File/Send" -#~ msgstr "/Fil/_Udskriv" +msgid "Angular gradient:" +msgstr "Drejet overgang:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3574 +#: ../plug-ins/gradient-flare/gradient-flare.c:3679 #, fuzzy -#~ msgid "_Do preview" -#~ msgstr "_Vis eksempel" +msgid "Angular size gradient:" +msgstr "Størrelse på drejet overgang:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3594 +#: ../plug-ins/gradient-flare/gradient-flare.c:3699 +#: ../plug-ins/gradient-flare/gradient-flare.c:3836 +msgid "Size (%):" +msgstr "Størrelse (%):" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3606 +#: ../plug-ins/gradient-flare/gradient-flare.c:3711 +#: ../plug-ins/gradient-flare/gradient-flare.c:3848 +msgid "Rotation:" +msgstr "Rotering:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3618 +#: ../plug-ins/gradient-flare/gradient-flare.c:3724 +#: ../plug-ins/gradient-flare/gradient-flare.c:3861 #, fuzzy -#~ msgid "/Filters/Noise" -#~ msgstr "/Filtre/Støj/_Sløring..." +msgid "Hue rotation:" +msgstr "Farve_tonerotering:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3632 +msgid "G_low" +msgstr "G_lød" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3736 +msgid "# of Spikes:" +msgstr "Antal spidser:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3748 #, fuzzy -#~ msgid "/Filters/Render/Clouds" -#~ msgstr "/Filtre/Generér/Skyer/_Plasma..." +msgid "Spike thickness:" +msgstr "Spidsernes tykkelse:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3762 +msgid "_Rays" +msgstr "_Stråler" +#: ../plug-ins/gradient-flare/gradient-flare.c:3812 #, fuzzy -#~ msgid "/File/Acquire" -#~ msgstr "/Fil/Indhent/_TWAIN..." +msgid "Size factor gradient:" +msgstr "Størrelsesfaktor for overgang:" -#~ msgid "Pos X:" -#~ msgstr "Pos x:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3816 +#, fuzzy +msgid "Probability gradient:" +msgstr "Sandsynlighedsovergang:" -#~ msgid "Pos Y:" -#~ msgstr "Pos y:" +#. +#. * Shape Radio Button Frame +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3878 +msgid "Shape of Second Flares" +msgstr "Form på det andet blus" -#~ msgid "Pos Z:" -#~ msgstr "Pos z:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3886 +#: ../plug-ins/imagemap/imap_menu.c:222 +msgid "Circle" +msgstr "Cirkel" -# "måleenhedsredigering" bliver næsten for langt og "enhedsredigering" -# er kryptisk - desuden er redigering overflødigt -#, fuzzy -#~ msgid "/Xtns/Extensions" -#~ msgstr "/Udvidelser/_Måleenheder..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3903 +#: ../plug-ins/imagemap/imap_menu.c:224 +msgid "Polygon" +msgstr "Polygon" +#: ../plug-ins/gradient-flare/gradient-flare.c:3936 #, fuzzy -#~ msgid "/Edit" -#~ msgstr "/Fil/_Udskriv" +msgid "Random seed:" +msgstr "Tilfældig _startværdi:" -#, fuzzy -#~ msgid "/Filters/Render/Nature" -#~ msgstr "/Filtre/Generér/Natur/_Flammer..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3950 +msgid "_Second Flares" +msgstr "_Andet blus" +#: ../plug-ins/help-browser/dialog.c:186 +#: ../plug-ins/help-browser/dialog.c:1121 #, fuzzy -#~ msgid "/Filters/Web" -#~ msgstr "/Filtre/Internet/_Billedkort..." +msgid "GIMP Help Browser" +msgstr "Gimp hjælpelæser" -#, fuzzy -#~ msgid "Source" -#~ msgstr "Kilde 1:" +#: ../plug-ins/help-browser/dialog.c:564 +msgid "Go back one page" +msgstr "Gå en side tilbage" +#: ../plug-ins/help-browser/dialog.c:569 +msgid "Go forward one page" +msgstr "Gå en side frem" + +#: ../plug-ins/help-browser/dialog.c:574 #, fuzzy -#~ msgid "Do pre_view" -#~ msgstr "Vis eksempel" +msgid "_Reload" +msgstr "_Rød:" -# for at få overskriften til at passe med menupunktet (optræder senere), -# stryger vi "descriptions" +#: ../plug-ins/help-browser/dialog.c:574 #, fuzzy -#~ msgid "_Plugin Details" -#~ msgstr "Udvidelsesmoduler" +msgid "Reload current page" +msgstr "Genindlæs billede" -#~ msgid "Details <<" -#~ msgstr "Detaljer <<" +#: ../plug-ins/help-browser/dialog.c:579 +msgid "_Stop" +msgstr "_Stop" -#~ msgid "Details >>" -#~ msgstr "Detaljer >>" +#: ../plug-ins/help-browser/dialog.c:579 +msgid "Stop loading this page" +msgstr "" -#~ msgid "Name:" -#~ msgstr "Navn:" +#: ../plug-ins/help-browser/dialog.c:584 +msgid "Go to the index page" +msgstr "" -# "blurb" indebærer godt nok lidt mere en drejning over i "skamrosende -# beskrivelse", men det er svært at oversætte på en kort måde -#~ msgid "Blurb:" -#~ msgstr "Beskrivelse:" +#: ../plug-ins/help-browser/dialog.c:589 +msgid "C_opy location" +msgstr "K_opier placering" -#~ msgid "Help:" -#~ msgstr "Hjælp:" +#: ../plug-ins/help-browser/dialog.c:590 +#, fuzzy +msgid "Copy the location of this page to the clipboard" +msgstr "Kopiér den aktive kurve til den anden kant" -# for at få overskriften til at passe med menupunktet (optræder senere), -# stryger vi "descriptions" -#~ msgid "Plugin Descriptions" -#~ msgstr "Udvidelsesmoduler" +#: ../plug-ins/help-browser/dialog.c:610 +msgid "Find text in current page" +msgstr "" -#~ msgid "Search by Name" -#~ msgstr "Søg efter navn" +#: ../plug-ins/help-browser/dialog.c:615 +msgid "Find _Again" +msgstr "" +#: ../plug-ins/help-browser/dialog.c:634 #, fuzzy -#~ msgid "Ins date" -#~ msgstr "Installeringsdato" +msgid "S_how Index" +msgstr "Vis gitter" -#, fuzzy -#~ msgid "Menu path" -#~ msgstr "Menusti" +#: ../plug-ins/help-browser/dialog.c:635 +msgid "Toggle the visibility of the sidebar" +msgstr "" -#, fuzzy -#~ msgid "Image types" -#~ msgstr "Billedtyper" +#: ../plug-ins/help-browser/dialog.c:656 +msgid "Visit the GIMP documentation website" +msgstr "" -#~ msgid "Search:" -#~ msgstr "Søg:" +#: ../plug-ins/help-browser/dialog.c:1162 +msgid "Find:" +msgstr "Find:" -#~ msgid "DB Browser" -#~ msgstr "Proceduredatabase" +#: ../plug-ins/help-browser/dialog.c:1179 +#, fuzzy +msgctxt "search" +msgid "_Previous" +msgstr "E_ksempel" -#~ msgid "In:" -#~ msgstr "Ind:" +#: ../plug-ins/help-browser/dialog.c:1191 +msgctxt "search" +msgid "_Next" +msgstr "_Næste" -#~ msgid "Out:" -#~ msgstr "Ud:" +#: ../plug-ins/help/gimphelpdomain.c:181 +#, c-format +msgid "The help pages for '%s' are not available." +msgstr "Hjælpefilerne til '%s' er ikke tilgængelige." -#, fuzzy -#~ msgid "_Spherical" -#~ msgstr "Kugleformet" +#: ../plug-ins/help/gimphelpdomain.c:187 +msgid "The GIMP user manual is not available." +msgstr "Brugermanualen til Gimp er ikke installeret." -#, fuzzy -#~ msgid "S_inusoidal" -#~ msgstr "Sinusformet" +#: ../plug-ins/help/gimphelpdomain.c:188 +msgid "" +"Please install the additional help package or use the online user manual at " +"http://docs.gimp.org/." +msgstr "" -#~ msgid "EOF encountered on " -#~ msgstr "Filafslutning fundet ved " +#: ../plug-ins/help/gimphelpdomain.c:197 +msgid "Perhaps you are missing GIO backends and need to install GVFS?" +msgstr "" -#~ msgid "No memory for mapping colors" -#~ msgstr "Ikke nok hukommelse til at foretage farveafbildning" +#: ../plug-ins/help/gimphelpdomain.c:216 +#, c-format +msgid "Help ID '%s' unknown" +msgstr "Hjælpe-id \"%s\" ukendt" -#~ msgid "Selection:" -#~ msgstr "Markering:" +#: ../plug-ins/help/gimphelplocale.c:209 +#, c-format +msgid "Loading index from '%s'" +msgstr "Læser indeks fra '%s'" -#, fuzzy -#~ msgid "E_nable antialiasing" -#~ msgstr "Slå _udjævning til" +#: ../plug-ins/help/gimphelplocale.c:267 +#, c-format +msgid "" +"Parse error in '%s':\n" +"%s" +msgstr "" +"Fortolkningsfejl i '%s':\n" +"%s" -#~ msgid "T_hreshold:" -#~ msgstr "_Tærskel:" +#: ../plug-ins/ifs-compose/ifs-compose.c:334 +msgid "Create an Iterated Function System (IFS) fractal" +msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:346 #, fuzzy -#~ msgid "L_ight yype:" -#~ msgstr "L_yskildetype:" +msgid "_IFS Fractal..." +msgstr "Fraktalafbildning" -#, fuzzy -#~ msgid "Lig_ht color:" -#~ msgstr "Lyskilde_farve:" +#. X +#: ../plug-ins/ifs-compose/ifs-compose.c:526 +#: ../plug-ins/lighting/lighting-ui.c:527 +#: ../plug-ins/map-object/map-object-ui.c:675 +#: ../plug-ins/map-object/map-object-ui.c:729 +#: ../plug-ins/map-object/map-object-ui.c:997 +#: ../plug-ins/map-object/map-object-ui.c:1046 +msgid "X:" +msgstr "x:" -#~ msgid "_Ambient:" -#~ msgstr "_Omgivende:" +#. Y +#: ../plug-ins/ifs-compose/ifs-compose.c:540 +#: ../plug-ins/lighting/lighting-ui.c:541 +#: ../plug-ins/map-object/map-object-ui.c:689 +#: ../plug-ins/map-object/map-object-ui.c:742 +#: ../plug-ins/map-object/map-object-ui.c:1010 +#: ../plug-ins/map-object/map-object-ui.c:1057 +#: ../plug-ins/map-object/map-object-ui.c:1155 +msgid "Y:" +msgstr "y:" -#~ msgid "_Diffuse:" -#~ msgstr "_Spredning:" +#. Asym +#: ../plug-ins/ifs-compose/ifs-compose.c:582 +msgid "Asymmetry:" +msgstr "Asymmetri:" -#~ msgid "D_iffuse:" -#~ msgstr "S_predning:" +#. Shear +#: ../plug-ins/ifs-compose/ifs-compose.c:596 +msgid "Shear:" +msgstr "Trapezering:" -#~ msgid "_Specular:" -#~ msgstr "Spe_jl:" +#. Simple color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:641 +msgid "Simple" +msgstr "Simpel" -#~ msgid "_Highlight:" -#~ msgstr "_Højlys:" +#: ../plug-ins/ifs-compose/ifs-compose.c:650 +#, fuzzy +msgid "IFS Fractal: Target" +msgstr "Fraktalafbildning" -#~ msgid "Parameters were Saved to '%s'" -#~ msgstr "Parametre blev gemt i \"%s\"" +#: ../plug-ins/ifs-compose/ifs-compose.c:656 +#, fuzzy +msgid "Scale hue by:" +msgstr "Skalér farvetone med:" -#~ msgid "'%s' is not a HRZ file" -#~ msgstr "'%s' er ikke en HRZ-fil" +#: ../plug-ins/ifs-compose/ifs-compose.c:671 +#, fuzzy +msgid "Scale value by:" +msgstr "Skalér værdi med:" -#~ msgid "Image must be 256x240" -#~ msgstr "Billede skal være 256x240" +#. Full color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:688 +msgid "Full" +msgstr "Fuld" -#~ msgid "Image must be RGB or GRAY" -#~ msgstr "Billed skal være RGB eller gråtone" +#: ../plug-ins/ifs-compose/ifs-compose.c:696 +#, fuzzy +msgid "IFS Fractal: Red" +msgstr "Fraktaltype" -#~ msgid "Brush" -#~ msgstr "Pensel" +#: ../plug-ins/ifs-compose/ifs-compose.c:704 +#, fuzzy +msgid "IFS Fractal: Green" +msgstr "Fraktalafbildning" -#~ msgid "Airbrush" -#~ msgstr "Sprøjtepensel" +#: ../plug-ins/ifs-compose/ifs-compose.c:712 +#, fuzzy +msgid "IFS Fractal: Blue" +msgstr "Fraktaltype" -#~ msgid "Pencil" -#~ msgstr "Blyant" +#: ../plug-ins/ifs-compose/ifs-compose.c:720 +#, fuzzy +msgid "IFS Fractal: Black" +msgstr "Fraktalafbildning" -# skal koordineres +#: ../plug-ins/ifs-compose/ifs-compose.c:770 #, fuzzy -#~ msgid "" -#~ "Use the brush/pencil or the airbrush when drawing on the image. Pattern " -#~ "paints with currently selected brush with a pattern. Only applies to " -#~ "circles/ellipses if the \"Approx. Circles/Ellipses\" toggle is set." -#~ msgstr "" -#~ "Benyt penslen/blyanten eller sprøjtepenslen til at tegne på billedet.\n" -#~ "\"Mønster\" maler med den valgte pensel med et mønster. Bruges kun på\n" -#~ "cirkler/ellipser når \"Tilnærm cirkler og ellipser\" er valgt." +msgid "IFS Fractal" +msgstr "Ny fraktal" -#~ msgid "New" -#~ msgstr "Ny" +#: ../plug-ins/ifs-compose/ifs-compose.c:868 +msgid "Spatial Transformation" +msgstr "Rumlig transformation" -#~ msgid "Multiple" -#~ msgstr "Flere" +#: ../plug-ins/ifs-compose/ifs-compose.c:874 +msgid "Color Transformation" +msgstr "Farvetransformation" +#: ../plug-ins/ifs-compose/ifs-compose.c:884 #, fuzzy -#~ msgid "" -#~ "Draw all objects on one layer (original or new) or one object per layer." -#~ msgstr "" -#~ "Tegn alle figurer på ét lag (oprindeligt eller nyt) eller én figur pr. lag" - -#~ msgid "Draw on:" -#~ msgstr "Tegn på:" +msgid "Relative probability:" +msgstr "Relativ sandsynlighed:" -#~ msgid "Selection+Fill" -#~ msgstr "Markering + fyld" +#: ../plug-ins/ifs-compose/ifs-compose.c:1059 +#: ../plug-ins/imagemap/imap_menu.c:163 +msgid "Select _All" +msgstr "Vælg _alt" +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 #, fuzzy -#~ msgid "" -#~ "Draw type. Either a brush or a selection. See brush page or selection " -#~ "page for more options." -#~ msgstr "" -#~ "Tegningstype. Enten en pensel eller en markering. Se pensel- eller " -#~ "markeringssiden for flere indstillinger." +msgid "Re_center" +msgstr "i midten" -#~ msgid "Using:" -#~ msgstr "Ved hjælp af:" +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +msgid "Recompute Center" +msgstr "Genberegn center" +#: ../plug-ins/ifs-compose/ifs-compose.c:1067 #, fuzzy -#~ msgid "Reverse line" -#~ msgstr "Vend linje om" +msgid "Render Options" +msgstr "Genereringsindstillinger" -#~ msgid "Draw lines in reverse order" -#~ msgstr "Tegn linjer i omvendt orden" +#: ../plug-ins/ifs-compose/ifs-compose.c:1073 +#: ../plug-ins/imagemap/imap_cmd_move.c:86 +#: ../plug-ins/imagemap/imap_cmd_object_move.c:57 +msgid "Move" +msgstr "Flyt" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Rotate" +msgstr "Roter" +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Rotate / Scale" +msgstr "Roter / Skaler" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1079 +msgid "Stretch" +msgstr "Stræk" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1177 #, fuzzy -#~ msgid "Scale to image" -#~ msgstr "Skalér til billede" +msgid "IFS Fractal Render Options" +msgstr "Genereringsindstillinger" -#~ msgid "Scale drawings to images size" -#~ msgstr "Skalér tegninger til billedstørrelse" +#: ../plug-ins/ifs-compose/ifs-compose.c:1199 +#, fuzzy +msgid "Max. memory:" +msgstr "Maks. hukommelse:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1226 +msgid "Subdivide:" +msgstr "Underinddelinger:" +#: ../plug-ins/ifs-compose/ifs-compose.c:1239 #, fuzzy -#~ msgid "Approx. circles/ellipses" -#~ msgstr "Tilnærm cirkler og ellipser" +msgid "Spot radius:" +msgstr "Punktradius:" -#~ msgid "" -#~ "Approx. circles & ellipses using lines. Allows the use of brush fading " -#~ "with these types of objects." -#~ msgstr "" -#~ "Tilnærm cirkler og ellipser ved brug af rette linjer. Tillader brugen af " -#~ "penselfalmen med disse figurer." +#: ../plug-ins/ifs-compose/ifs-compose.c:1304 +#, fuzzy, c-format +msgid "Rendering IFS (%d/%d)" +msgstr "Genererer geometrisk fraktal (%d/%d)..." -#~ msgid "Gfig Brush Selection" -#~ msgstr "Figurpenselvælger" +#: ../plug-ins/ifs-compose/ifs-compose.c:1470 +#, c-format +msgid "Transformation %s" +msgstr "Transformation %s" -#~ msgid "Fade out:" -#~ msgstr "Falmen:" +#: ../plug-ins/ifs-compose/ifs-compose.c:2379 +msgid "Save failed" +msgstr "Kunne ikke gemme" -#~ msgid "Gradient:" -#~ msgstr "Farveovergang:" +#: ../plug-ins/ifs-compose/ifs-compose.c:2460 +#: ../plug-ins/ifs-compose/ifs-compose.c:2473 +msgid "Open failed" +msgstr "Åbn mislykkedes" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2468 +#, fuzzy, c-format +msgid "File '%s' doesn't seem to be an IFS Fractal file." +msgstr "Filen \"%s\" ser ikke ud til at være en IFS-fil." -#~ msgid "Pressure:" -#~ msgstr "Tryk:" +#: ../plug-ins/ifs-compose/ifs-compose.c:2508 +#, fuzzy +msgid "Save as IFS Fractal file" +msgstr "Gem som IFS-fil" +#: ../plug-ins/ifs-compose/ifs-compose.c:2545 #, fuzzy -#~ msgid "No options..." -#~ msgstr "Ingen indstillinger..." +msgid "Open IFS Fractal file" +msgstr "Åbn IFS-fil" +#: ../plug-ins/imagemap/imap_about.c:43 #, fuzzy -#~ msgid "Set brush..." -#~ msgstr "Vælg pensel..." +msgid "Image Map Plug-In" +msgstr "Billedkortmodul 2.0" -#~ msgid "Add" -#~ msgstr "Tilføj" +#: ../plug-ins/imagemap/imap_about.c:47 +msgid "Copyright © 1999-2005 by Maurits Rijk" +msgstr "Copyright © 1999-2005 Maurits Rijk" -#~ msgid "Subtract" -#~ msgstr "Subtrahér" +#: ../plug-ins/imagemap/imap_about.c:49 +msgid "Released under the GNU General Public License" +msgstr "Frigivet under GNU General Public License" -#~ msgid "Intersect" -#~ msgstr "Skæring" +#: ../plug-ins/imagemap/imap_circle.c:64 +msgid "C_ircle" +msgstr "C_irkel" -#, fuzzy -#~ msgid "Fill type:" -#~ msgstr "Udfyldningstype:" +#: ../plug-ins/imagemap/imap_circle.c:264 +msgid "Center _x:" +msgstr "Centrum-_x:" -#~ msgid "Fill Opacity:" -#~ msgstr "Fylduigennemsigtighed:" +#: ../plug-ins/imagemap/imap_circle.c:269 +#: ../plug-ins/imagemap/imap_circle.c:276 +#: ../plug-ins/imagemap/imap_circle.c:282 ../plug-ins/imagemap/imap_grid.c:250 +#: ../plug-ins/imagemap/imap_grid.c:256 +#: ../plug-ins/imagemap/imap_polygon.c:505 +#: ../plug-ins/imagemap/imap_polygon.c:513 +#: ../plug-ins/imagemap/imap_rectangle.c:394 +#: ../plug-ins/imagemap/imap_rectangle.c:401 +#: ../plug-ins/imagemap/imap_rectangle.c:408 +#: ../plug-ins/imagemap/imap_rectangle.c:415 +msgid "pixels" +msgstr "skærmpunkter" -#, fuzzy -#~ msgid "Each selection" -#~ msgstr "Hver markering" +#: ../plug-ins/imagemap/imap_circle.c:271 +msgid "Center _y:" +msgstr "Centrum-_y:" -#, fuzzy -#~ msgid "All selections" -#~ msgstr "Alle markeringer" +#: ../plug-ins/imagemap/imap_cmd_clear.c:51 +msgid "Clear" +msgstr "Ryd" -#~ msgid "Fill after:" -#~ msgstr "Udfyld efter:" +#: ../plug-ins/imagemap/imap_cmd_create.c:58 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:151 +msgid "Create" +msgstr "Opret" -#~ msgid "Segment" -#~ msgstr "Segment" +#: ../plug-ins/imagemap/imap_cmd_cut.c:55 +#: ../plug-ins/imagemap/imap_cmd_cut_object.c:51 +#: ../plug-ins/imagemap/imap_menu.c:159 +msgid "Cut" +msgstr "Klip" -#~ msgid "Sector" -#~ msgstr "Sektor" +#: ../plug-ins/imagemap/imap_cmd_delete.c:57 +#: ../plug-ins/imagemap/imap_menu.c:162 +msgid "Delete" +msgstr "Slet" -#~ msgid "Arc as:" -#~ msgstr "Bue som:" +#: ../plug-ins/imagemap/imap_cmd_delete_point.c:61 +#: ../plug-ins/imagemap/imap_menu.c:179 +msgid "Delete Point" +msgstr "Slet punkt" -#, fuzzy -#~ msgid "Reload image" -#~ msgstr "Genindlæs billede" +#: ../plug-ins/imagemap/imap_cmd_edit_object.c:54 +msgid "Edit Object" +msgstr "Redigér objekt" -#, fuzzy -#~ msgid "Lock on grid" -#~ msgstr "Lås til gitter" +#. Create the areas +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:117 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:147 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:251 +msgid "Use Gimp Guides" +msgstr "Benyt Gimp-rektangler" -#~ msgid "Object" -#~ msgstr "Figur" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:160 +msgid "Al_ternate" +msgstr "Sk_iftevise" -#~ msgid "Create a new Gfig object collection for editing" -#~ msgstr "Opret en ny figursamling til redigering" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:165 +msgid "A_ll" +msgstr "_Alle" -#~ msgid "Load a single Gfig object collection" -#~ msgstr "Indlæs en enkelt figursamling" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:169 +msgid "Add Additional Guides" +msgstr "Tilføj ekstra rektangler" -#~ msgid "Edit Gfig object collection" -#~ msgstr "Redigér figursamling" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:177 +#, fuzzy +msgid "L_eft border" +msgstr "_Venstre kant" -#~ msgid "_Merge" -#~ msgstr "_Flet" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:181 +#, fuzzy +msgid "_Right border" +msgstr "_Højre kant" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:185 #, fuzzy -#~ msgid "Merge Gfig Ooject collection into the current edit session" -#~ msgstr "Flet figursamling ind i den aktuelle redigeringssession" +msgid "_Upper border" +msgstr "_Øvre kant" -#~ msgid "Delete currently selected Gfig Object collection" -#~ msgstr "Slet den valgte figursamling" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:189 +#, fuzzy +msgid "Lo_wer border" +msgstr "_Nedre kant" -#~ msgid "Select folder and rescan Gfig object collections" -#~ msgstr "Vælg mappe og genskan figursamling" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:197 +msgid "_Base URL:" +msgstr "_Grund-URL:" -#~ msgid "%d unsaved Gfig objects. Continue with exiting?" -#~ msgstr "%d ugemte figurer. Vil du virkelig afslutte?" +# her oversættes "guide" med "rektangel" fordi det i dette modul +# drejer sig om rektangler, se nedenstående tekst +#: ../plug-ins/imagemap/imap_cmd_guides.c:74 +#: ../plug-ins/imagemap/imap_cmd_guides.c:140 +msgid "Create Guides" +msgstr "Opret rektangler" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:113 +#, c-format +msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" +msgstr "Resulterende rektangelgrænser: (%d,%d) til (%d,%d) (%d områder)" +#: ../plug-ins/imagemap/imap_cmd_guides.c:144 #, fuzzy -#~ msgid "Enter Gfig object name" -#~ msgstr "Indtast figurnavn" +msgid "" +"Guides are pre-defined rectangles covering the image. You define them by " +"their width, height, and spacing from each other. This allows you to rapidly " +"create the most common image map type - image collection of \"thumbnails\", " +"suitable for navigation bars." +msgstr "" +"Her kan du få oprettet foruddefinerede rektangler på billedet. De kan\n" +"defineres ved deres bredde, højde og afstand fra hinanden. Dette\n" +"hjælper dig med hurtigt at oprette den mest almindelige billedkorttype\n" +"- en samling af miniaturer til en navigationslinje. " +#: ../plug-ins/imagemap/imap_cmd_guides.c:170 #, fuzzy -#~ msgid "Gfig object name:" -#~ msgstr "Figurnavn:" +msgid "_Left start at:" +msgstr "V_enstre start ved:" +#: ../plug-ins/imagemap/imap_cmd_guides.c:180 #, fuzzy -#~ msgid "Rescan for Gfig objects" -#~ msgstr "Skan efter figurer" +msgid "_Top start at:" +msgstr "Begynd _foroven ved:" +#: ../plug-ins/imagemap/imap_cmd_guides.c:185 #, fuzzy -#~ msgid "Add Gfig path" -#~ msgstr "Tilføj figursti" +msgid "_Horz. spacing:" +msgstr "_Vandret mellemrum:" -#~ msgid "Error in copy layer for onlayers" -#~ msgstr "Fejl ved kopiering af lag for på-lag" +#: ../plug-ins/imagemap/imap_cmd_guides.c:191 +#, fuzzy +msgid "_No. across:" +msgstr "_Antal vandret:" -#~ msgid "About Gfig" -#~ msgstr "Om Figurer" +#: ../plug-ins/imagemap/imap_cmd_guides.c:197 +#, fuzzy +msgid "_Vert. spacing:" +msgstr "_Lodret mellemrum:" -#~ msgid "Gfig - GIMP plug-in" -#~ msgstr "Figurer - udvidelsesmodul til Gimp'en" +#: ../plug-ins/imagemap/imap_cmd_guides.c:203 +#, fuzzy +msgid "No. _down:" +msgstr "Antal l_odret:" -#~ msgid "Release 2.0" -#~ msgstr "Version 2.0" +#: ../plug-ins/imagemap/imap_cmd_guides.c:212 +msgid "Base _URL:" +msgstr "Basis-_URL:" -#~ msgid "New Gfig Object" -#~ msgstr "Ny figur" +#: ../plug-ins/imagemap/imap_cmd_guides.c:237 +msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" +msgstr "Resulterende rektangelgrænser: (0,0) til (0,0) (0 områder)" -#, fuzzy -#~ msgid "Delete Gfig drawing" -#~ msgstr "Slet figurtegning" +#: ../plug-ins/imagemap/imap_cmd_guides.c:272 +msgid "Guides" +msgstr "Rektangler" -#~ msgid "%s copy" -#~ msgstr "%s-kopi" +#: ../plug-ins/imagemap/imap_cmd_insert_point.c:62 +#: ../plug-ins/imagemap/imap_menu.c:178 +msgid "Insert Point" +msgstr "Indsæt punkt" -#~ msgid "Collection Details" -#~ msgstr "Samlingsoplysninger" +#: ../plug-ins/imagemap/imap_cmd_move_down.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_down.c:55 +#: ../plug-ins/imagemap/imap_menu.c:176 +msgid "Move Down" +msgstr "Flyt ned" -# navnet på tegningen -#, fuzzy -#~ msgid "Draw name:" -#~ msgstr "Tegningnavn:" +#: ../plug-ins/imagemap/imap_cmd_move_sash.c:68 +msgid "Move Sash" +msgstr "Flyt billeder" -#~ msgid "(none)" -#~ msgstr "(ingen)" +#: ../plug-ins/imagemap/imap_cmd_move_selected.c:56 +msgid "Move Selected Objects" +msgstr "Flyt markerede objekter" -#~ msgid "" -#~ msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:51 +msgid "Move To Front" +msgstr "Flyt til forrest" -#~ msgid "Curl Opacity" -#~ msgstr "Krølleuigennemsigtighed" +#: ../plug-ins/imagemap/imap_cmd_move_up.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_up.c:55 +#: ../plug-ins/imagemap/imap_menu.c:175 +msgid "Move Up" +msgstr "Flyt op" -#, fuzzy -#~ msgid "" -#~ "Use current gradient\n" -#~ "instead of FG/BG-color" -#~ msgstr "" -#~ "Benyt aktiv farveovergang\n" -#~ "i stedet for fg./bg.-farve" +#: ../plug-ins/imagemap/imap_cmd_paste.c:51 +#: ../plug-ins/imagemap/imap_menu.c:161 +msgid "Paste" +msgstr "Indsæt" -#~ msgid "Random Seed" -#~ msgstr "Tilfældig startværdi" +#: ../plug-ins/imagemap/imap_cmd_select.c:53 +msgid "Select" +msgstr "Markering" -#, fuzzy -#~ msgid "_Blur..." -#~ msgstr "Slører..." +#: ../plug-ins/imagemap/imap_cmd_select_next.c:51 +msgid "Select Next" +msgstr "Vælg næste" -# se forklaringen i næste tekst -#~ msgid "R_andomization %:" -#~ msgstr "% _tilfældige:" +#: ../plug-ins/imagemap/imap_cmd_select_prev.c:51 +msgid "Select Previous" +msgstr "Vælg forrige" -#~ msgid "You must specify either horizontal or vertical (or both)" -#~ msgstr "Du skal angive enten vandret eller lodret (eller begge)" +#: ../plug-ins/imagemap/imap_cmd_select_region.c:64 +msgid "Select Region" +msgstr "Vælg område" -#~ msgid "Blur Horizontally" -#~ msgstr "Slør vandret" +#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:51 +msgid "Send To Back" +msgstr "Send til bagerst" -#~ msgid "Blur Vertically" -#~ msgstr "Slør lodret" +#: ../plug-ins/imagemap/imap_cmd_unselect.c:53 +msgid "Unselect" +msgstr "Fravælg" -#~ msgid "Blur Radius:" -#~ msgstr "Sløringsradius:" +#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:56 +msgid "Unselect All" +msgstr "Fravælg alt" -#, fuzzy -#~ msgid "Gaussian Blur (_RLE)..." -#~ msgstr "/Filtre/Slør/Gaussisk sløring (_RLE)..." +#: ../plug-ins/imagemap/imap_edit_area_info.c:196 +msgid "Link Type" +msgstr "Henvisningstype" -#~ msgid "RLE Gaussian Blur" -#~ msgstr "RLE-gaussisk-sløring" +#: ../plug-ins/imagemap/imap_edit_area_info.c:205 +msgid "_Web Site" +msgstr "_Netsted" -#~ msgid "Image Preview" -#~ msgstr "Billedminiature" +#: ../plug-ins/imagemap/imap_edit_area_info.c:211 +msgid "_Ftp Site" +msgstr "_Ftp-sted" -#~ msgid "Force baseline JPEG (Readable by all decoders)" -#~ msgstr "Gennemtving grundlæggende JPEG (læselig for alle dekodere)" +#: ../plug-ins/imagemap/imap_edit_area_info.c:217 +msgid "_Gopher" +msgstr "_Gopher" -#~ msgid "DCT method (Speed/quality tradeoff):" -#~ msgstr "DCT-metode (hastighed/kvalitetsafvejning):" +#: ../plug-ins/imagemap/imap_edit_area_info.c:223 +msgid "Ot_her" +msgstr "_Andre" -#~ msgid "Save Background Color" -#~ msgstr "Gem baggrundsfarve" +#: ../plug-ins/imagemap/imap_edit_area_info.c:229 +msgid "F_ile" +msgstr "F_il" -#~ msgid "Save Resolution" -#~ msgstr "Gem opløsning" +#: ../plug-ins/imagemap/imap_edit_area_info.c:235 +msgid "WAI_S" +msgstr "WAI_S" -#~ msgid "Save Creation Time" -#~ msgstr "Gem oprettelsesdato" +#: ../plug-ins/imagemap/imap_edit_area_info.c:241 +msgid "Tel_net" +msgstr "Tel_net" -#~ msgid "Tile _Height:" -#~ msgstr "Flise_højde:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:247 +msgid "e-_mail" +msgstr "E-_post" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:253 +msgid "_URL to activate when this area is clicked: (required)" +msgstr "_URL som aktiveres når der klikkes på dette område: (påkrævet)" -#~ msgid "C_ell Size:" -#~ msgstr "C_ellestørrelse:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:255 +msgid "Select HTML file" +msgstr "Vælg HTML-fil" -#, fuzzy -#~ msgid "_Noisify..." -#~ msgstr "Tilføj støj" +#: ../plug-ins/imagemap/imap_edit_area_info.c:264 +msgid "Relati_ve link" +msgstr "Relati_v henvisning" -#~ msgid "Noisify" -#~ msgstr "Tilføj støj" +#: ../plug-ins/imagemap/imap_edit_area_info.c:270 +msgid "_Target frame name/ID: (optional - used for FRAMES only)" +msgstr "_Målrammes navn/id: (valgfrit - kun til sider med rammer)" -#~ msgid "Random _Seed:" -#~ msgstr "Tilfældig _startværdi:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:273 +msgid "ALT te_xt: (optional)" +msgstr "ALT-te_kst: (valgfri)" -#~ msgid "Save _Background Color" -#~ msgstr "Gem _baggrundsfarve" +#: ../plug-ins/imagemap/imap_edit_area_info.c:276 +msgid "_Link" +msgstr "_Henvisning" -#~ msgid "Save _Resolution" -#~ msgstr "Gem _opløsning" +#: ../plug-ins/imagemap/imap_edit_area_info.c:310 +msgid "Dimensions" +msgstr "Dimensioner" -#~ msgid "Save Creation _Time" -#~ msgstr "Gem oprettelses_dato" +#: ../plug-ins/imagemap/imap_edit_area_info.c:314 +msgid "Pre_view" +msgstr "_Eksempel" -#~ msgid "Save Color _Values From Transparent Pixels" -#~ msgstr "Gem farveværdier fra gennemsigtige punkter" +#: ../plug-ins/imagemap/imap_edit_area_info.c:352 +msgid "_JavaScript" +msgstr "_Javascript" -#~ msgid "_X Offset:" -#~ msgstr "_x-afstand:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:451 +msgid "Area Settings" +msgstr "Områdeindstillinger" -#~ msgid "_Y Offset:" -#~ msgstr "_y-afstand:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:493 +#, c-format +msgid "Area #%d Settings" +msgstr "Indstillinger for område nr. %d" -#~ msgid "_Random Seed:" -#~ msgstr "_Tilfældig startværdi:" +#: ../plug-ins/imagemap/imap_file.c:48 ../plug-ins/imagemap/imap_menu.c:71 +msgid "Error opening file" +msgstr "Fejl ved åbning af fil" -#~ msgid "R_andom Seed:" -#~ msgstr "_Tilfældig startværdi:" +#: ../plug-ins/imagemap/imap_file.c:68 +#, fuzzy +msgid "Load Image Map" +msgstr "Indlæs billedkort" -#~ msgid "Snap to Grid" -#~ msgstr "Lås til gitter" +#: ../plug-ins/imagemap/imap_file.c:123 +#, fuzzy +msgid "Save Image Map" +msgstr "Gem billedkort" -#~ msgid "Select Contiguous Region" -#~ msgstr "Vælg sammenhængende område" +#: ../plug-ins/imagemap/imap_grid.c:197 +msgid "Grid Settings" +msgstr "Gitterindstillinger" -#~ msgid "RLE Compression" -#~ msgstr "RLE-kompression" +#: ../plug-ins/imagemap/imap_grid.c:201 +#, fuzzy +msgid "_Snap-to grid enabled" +msgstr "_Fæstn til gitter" -#~ msgid "Save: No filename given" -#~ msgstr "Gem: Intet filnavn angivet" +#: ../plug-ins/imagemap/imap_grid.c:207 +msgid "Grid Visibility and Type" +msgstr "Gittersynlighed og -type" -#~ msgid "Cannot save to a folder." -#~ msgstr "Kan ikke gemme som en mappe." +#: ../plug-ins/imagemap/imap_grid.c:214 +msgid "_Hidden" +msgstr "_Skjult" -#~ msgid "/Filters/Render/_Fractal Explorer..." -#~ msgstr "/Filtre/Generér/Mønstre/_Fraktaludforsker..." +#: ../plug-ins/imagemap/imap_grid.c:222 +msgid "_Lines" +msgstr "_Linjer" -# 'effects' to gange er dobbeltkonffects, og 'lighting' dækker ikke over -# lyn, men over lyskilder der kan klistres på -#~ msgid "/Filters/Light Effects/_Lighting Effects..." -#~ msgstr "/Filtre/Lyseffekter/_Lyskilder..." +#: ../plug-ins/imagemap/imap_grid.c:231 +msgid "C_rosses" +msgstr "K_rydser" -#~ msgid "Preview Options" -#~ msgstr "Miniatureindstillinger" +#: ../plug-ins/imagemap/imap_grid.c:239 +msgid "Grid Granularity" +msgstr "Gitterkornethed" -# foretager en afbildning (en form for projicering) af billedet på et objekt -#~ msgid "/Filters/Map/Map _Object..." -#~ msgstr "/Filtre/Afbildning/Afbild på _objekt..." +#: ../plug-ins/imagemap/imap_grid.c:246 +msgid "_Width" +msgstr "_Bredde" -#~ msgid "Save Options" -#~ msgstr "Gemningsindstillinger" +#: ../plug-ins/imagemap/imap_grid.c:252 +msgid "_Height" +msgstr "_Højde" -# to gange "map" er overflødigt -#~ msgid "/Filters/Colors/Map/_Alien Map..." -#~ msgstr "/Filtre/Farver/Afbildning/_Alien..." +#: ../plug-ins/imagemap/imap_grid.c:266 +msgid "Grid Offset" +msgstr "Gitterafsæt" -#~ msgid "AlienMap: Transforming..." -#~ msgstr "Alieafbildning: transformerer..." +#: ../plug-ins/imagemap/imap_grid.c:273 +msgid "pixels from l_eft" +msgstr "punkter fra v_enstre" -#~ msgid "AlienMap" -#~ msgstr "Alienafbildning" +#: ../plug-ins/imagemap/imap_grid.c:278 +msgid "pixels from _top" +msgstr "punkter fra _top" -#~ msgid "Change intensity of the red channel" -#~ msgstr "Ændr den røde kanals intensitet" +#: ../plug-ins/imagemap/imap_grid.c:289 +msgid "_Preview" +msgstr "E_ksempel" -#~ msgid "Change intensity of the green channel" -#~ msgstr "Ændr den grønne kanals intensitet" +#: ../plug-ins/imagemap/imap_main.c:122 +#, fuzzy +msgid "Create a clickable imagemap" +msgstr "Opret nyt billede" -#~ msgid "Change intensity of the blue channel" -#~ msgstr "Ændr den blå kanals intensitet" +#: ../plug-ins/imagemap/imap_main.c:127 +#, fuzzy +msgid "_Image Map..." +msgstr "Om billedkort..." -#~ msgid "Cos_ine" -#~ msgstr "_Cosinus" +#: ../plug-ins/imagemap/imap_main.c:517 +#: ../plug-ins/imagemap/imap_settings.c:171 +msgid "" +msgstr "" -#~ msgid "Use sine-function for red component." -#~ msgstr "Brug sinusfunktion for den røde komponent." +#: ../plug-ins/imagemap/imap_main.c:660 +msgid "Some data has been changed!" +msgstr "Nogle data er blevet ændret!" -#~ msgid "Use cosine-function for red component." -#~ msgstr "Brug cosinusfunktion for den røde komponent." +#: ../plug-ins/imagemap/imap_main.c:663 +msgid "Do you really want to discard your changes?" +msgstr "Ønsker du virkelig at droppe dine ændringer?" -#~ msgid "" -#~ "Red channel: use linear mapping instead of any trigonometrical function" -#~ msgstr "" -#~ "Rød kanal: brug lineær afbildning i stedet for trigonometrisk funktion" +#: ../plug-ins/imagemap/imap_main.c:873 +#, c-format +msgid "File \"%s\" saved." +msgstr "Filen \"%s\" gemt." -#~ msgid "Use sine-function for green component." -#~ msgstr "Brug sinusfunktion for den grønne komponent." +#: ../plug-ins/imagemap/imap_main.c:877 +msgid "Couldn't save file:" +msgstr "Kunne ikke gemme fil:" -#~ msgid "Use cosine-function for green component." -#~ msgstr "Brug cosinusfunktion for den grønne komponent." +#: ../plug-ins/imagemap/imap_main.c:890 +msgid "Image size has changed." +msgstr "Billedstørrelsen er ændret." -#~ msgid "" -#~ "Green channel: use linear mapping instead of any trigonometrical function" -#~ msgstr "" -#~ "Grøn kanal: brug lineær afbildning i stedet for trigonometrisk funktion" +#: ../plug-ins/imagemap/imap_main.c:891 +msgid "Resize area's?" +msgstr "Ændr størrelser?" -#~ msgid "Use sine-function for blue component." -#~ msgstr "Brug sinusfunktion for den blå komponent." +#: ../plug-ins/imagemap/imap_main.c:925 +msgid "Couldn't read file:" +msgstr "Kunne ikke læse fil:" -#~ msgid "Use cosine-function for blue component." -#~ msgstr "Brug cosinusfunktion for den blå komponent." +#: ../plug-ins/imagemap/imap_main.c:972 +#, c-format +msgid "URL: %s" +msgstr "URL: %s" -#~ msgid "" -#~ "Blue channel: use linear mapping instead of any trigonometrical function" -#~ msgstr "" -#~ "Blå kanal: brug lineær afbildning i stedet for trigonometrisk funktion" +#: ../plug-ins/imagemap/imap_menu.c:110 +#, c-format +msgid "_Undo %s" +msgstr "_Fortryd '%s'" -#~ msgid "About AlienMap" -#~ msgstr "Om Alienafbildning" +#: ../plug-ins/imagemap/imap_menu.c:123 +#, c-format +msgid "_Redo %s" +msgstr "_Omgør '%s'" -#~ msgid "/Filters/Colors/Map/Alien Map _2..." -#~ msgstr "/Filtre/Farver/afbildning/Alien _2..." +#: ../plug-ins/imagemap/imap_menu.c:146 +msgid "_File" +msgstr "_Fil" -#~ msgid "Change frequency of the red/hue channel" -#~ msgstr "Ændr frekvensen af den røde kanal/farvetonekanalen" +#: ../plug-ins/imagemap/imap_menu.c:147 +#, fuzzy +msgid "_Open..." +msgstr "Tilføjer videoeffekt..." -#~ msgid "Change angle of the red/hue channel" -#~ msgstr "Ændr vinklen for den røde kanal/farvetonekanalen" +#: ../plug-ins/imagemap/imap_menu.c:147 +msgid "Open" +msgstr "Åbn" -#~ msgid "Change frequency of the green/saturation channel" -#~ msgstr "Ændr frekvensen af den grønne kanal/mætningskanalen" +#: ../plug-ins/imagemap/imap_menu.c:149 +#, fuzzy +msgid "_Save..." +msgstr "Gem..." -#~ msgid "Change angle of the green/saturation channel" -#~ msgstr "Ændr vinklen af den grønne kanal/mætningskanalen" +#: ../plug-ins/imagemap/imap_menu.c:149 +msgid "Save" +msgstr "Gem" -#~ msgid "Change frequency of the blue/luminance channel" -#~ msgstr "Ændr frekvensen for blå kanal/luminanskanalen" +#: ../plug-ins/imagemap/imap_menu.c:151 +#, fuzzy +msgid "Save _As..." +msgstr "Gem som..." -#~ msgid "Change angle of the blue/luminance channel" -#~ msgstr "Ændr vinklen for blå kanal/luminanskanalen" +#: ../plug-ins/imagemap/imap_menu.c:156 +msgid "_Edit" +msgstr "_Redigér" -# 'function' er her selve modulet, altså filteret -#~ msgid "Use function for red/hue component" -#~ msgstr "Benyt filteret på den røde komponent/farvetonekomponenten" +#: ../plug-ins/imagemap/imap_menu.c:157 +msgid "Undo" +msgstr "Fortryd" -#~ msgid "Use function for green/saturation component" -#~ msgstr "Benyt filteret på den grønne komponent/mætningskomponenten" +#: ../plug-ins/imagemap/imap_menu.c:158 +msgid "Redo" +msgstr "Gentag" -#~ msgid "Use function for blue/luminance component" -#~ msgstr "Benyt filteret på den blå komponent/luminanskomponenten" +#: ../plug-ins/imagemap/imap_menu.c:164 +#, fuzzy +msgid "D_eselect All" +msgstr "Fravælg _alt" -#~ msgid "About AlienMap2" -#~ msgstr "Om Alienafbildning 2" +#: ../plug-ins/imagemap/imap_menu.c:166 +#, fuzzy +msgid "Edit Area _Info..." +msgstr "Redigér områdeinfo..." -#~ msgid "/Filters/Render/Pattern/CML _Explorer..." -#~ msgstr "/Filtre/Generér/Mønstre/CML-_udforsker..." +#: ../plug-ins/imagemap/imap_menu.c:167 +msgid "Edit selected area info" +msgstr "Redigér info for markeret område" -#~ msgid "NULL" -#~ msgstr "NUL" +#: ../plug-ins/imagemap/imap_menu.c:168 +msgid "Preferences" +msgstr "Indstillinger" -#~ msgid "The Graph" -#~ msgstr "Grafen" +#: ../plug-ins/imagemap/imap_menu.c:170 +#, fuzzy +msgid "Move to Front" +msgstr "Flyt til forrest" -#~ msgid "CML File Operation Warning" -#~ msgstr "CML-filoperationsadvarsel" +#: ../plug-ins/imagemap/imap_menu.c:172 +#, fuzzy +msgid "Send to Back" +msgstr "Send til bagerst" -#~ msgid "/Layer/Align _Visible Layers..." -#~ msgstr "/Lag/Justér _synlige lag..." +#: ../plug-ins/imagemap/imap_menu.c:174 +msgid "Delete Area" +msgstr "Slet område" -#~ msgid "Parameter Settings" -#~ msgstr "Parameterindstillinger" +#: ../plug-ins/imagemap/imap_menu.c:181 +msgid "_View" +msgstr "_Vis" -#~ msgid "/Filters/Animation/_Playback..." -#~ msgstr "/Filtre/Animation/_Afspilning..." +#: ../plug-ins/imagemap/imap_menu.c:182 +msgid "Source..." +msgstr "Kilde..." -#~ msgid "/Filters/Animation/Optimize (for _GIF)" -#~ msgstr "/Filtre/Animation/Optimér (for _GIF)" +#: ../plug-ins/imagemap/imap_menu.c:183 +msgid "Zoom in" +msgstr "Zoom ind" -#~ msgid "/Filters/Animation/_Remove Backdrop" -#~ msgstr "/Filtre/Animation/_Fjern skygge" +#: ../plug-ins/imagemap/imap_menu.c:184 +msgid "Zoom out" +msgstr "Zoom ud" -#~ msgid "/Filters/Animation/_Find Backdrop" -#~ msgstr "/Filtre/Animation/_Find skygge" +#: ../plug-ins/imagemap/imap_menu.c:185 +msgid "_Zoom To" +msgstr "_Zoom til" -#~ msgid "/Filters/Glass Effects/Apply _Lens..." -#~ msgstr "/Filtre/Glaseffekter/Påfør _linse..." +#: ../plug-ins/imagemap/imap_menu.c:187 +msgid "_Mapping" +msgstr "Af_bildning" -#~ msgid "/Layer/Colors/Auto/Stretch _HSV" -#~ msgstr "/Lag/Farver/Auto/Stræk _HSV" +#: ../plug-ins/imagemap/imap_menu.c:188 +msgid "Edit Map Info..." +msgstr "Redigér kortinfo..." -# tilføjer nogle bjælker man ikke kan se igennem -#~ msgid "/Filters/Distorts/_Blinds..." -#~ msgstr "/Filtre/Forvrængning/_Blinde områder..." +#: ../plug-ins/imagemap/imap_menu.c:189 +#, fuzzy +msgid "Edit Map Info" +msgstr "Redigér kortinfo..." -#~ msgid "/Filters/Colors/_Border Average..." -#~ msgstr "/Filtre/Farver/_Kantgennemsnit..." +#: ../plug-ins/imagemap/imap_menu.c:191 +msgid "_Tools" +msgstr "_Værktøjer" -#~ msgid "1 (nonsense?)" -#~ msgstr "1 (vrøvl?)" +#: ../plug-ins/imagemap/imap_menu.c:192 +msgid "Grid Settings..." +msgstr "Gitterindstillinger..." -#~ msgid "256 (nonsense?)" -#~ msgstr "256 (vrøvl?)" +#: ../plug-ins/imagemap/imap_menu.c:194 +#, fuzzy +msgid "Use GIMP Guides..." +msgstr "Benyt Gimp-rektangler..." -#~ msgid "/Filters/Map/_Bump Map..." -#~ msgstr "/Filtre/Afbildning/_Højdekort..." +#: ../plug-ins/imagemap/imap_menu.c:196 +#, fuzzy +msgid "Create Guides..." +msgstr "Opret rektangler..." -#~ msgid "_Linear Map" -#~ msgstr "_Lineær afbildning" +#: ../plug-ins/imagemap/imap_menu.c:199 +msgid "_Help" +msgstr "_Hjælp" -#~ msgid "_Spherical Map" -#~ msgstr "_Sfærisk afbildning" +#: ../plug-ins/imagemap/imap_menu.c:200 +#, fuzzy +msgid "_Contents" +msgstr "Indhold" -#~ msgid "S_inuosidal Map" -#~ msgstr "S_inusafbildning" +#: ../plug-ins/imagemap/imap_menu.c:203 +msgid "_Zoom" +msgstr "_Zoom" -#~ msgid "/Layer/Colors/Auto/_Stretch Contrast" -#~ msgstr "/Lag/Farver/Auto/_Stræk kontrast" +#: ../plug-ins/imagemap/imap_menu.c:208 +#, fuzzy +msgid "Area List" +msgstr "Områdeliste" -#~ msgid "/Filters/Colors/Colorcube A_nalysis..." -#~ msgstr "/Filtre/Farver/Farveternings_analyse..." +#: ../plug-ins/imagemap/imap_menu.c:218 +msgid "Arrow" +msgstr "Pil" -#~ msgid "Results" -#~ msgstr "Resultater" +#: ../plug-ins/imagemap/imap_menu.c:219 +msgid "Select existing area" +msgstr "Vælg eksisterende område" -#~ msgid "/Filters/Colors/Channel Mi_xer.." -#~ msgstr "/Filtre/Farver/Kanal_mixer..." +#: ../plug-ins/imagemap/imap_menu.c:221 +msgid "Define Rectangle area" +msgstr "Definér rektangulært område" -#~ msgid "/Filters/Render/Pattern/_Checkerboard..." -#~ msgstr "/Filtre/Generér/Mønstre/_Skakbræt..." +#: ../plug-ins/imagemap/imap_menu.c:223 +msgid "Define Circle/Oval area" +msgstr "Definér cirkulært/ovalt område" -#~ msgid "/Layer/Colors/Auto/_Color Enhance" -#~ msgstr "/Lag/Farver/Auto/_Farveforbedring" +#: ../plug-ins/imagemap/imap_menu.c:225 +msgid "Define Polygon area" +msgstr "Definér polygonområde" -#~ msgid "/Filters/Colors/_Colorify..." -#~ msgstr "/Filtre/Farver/Farve_læg..." +#: ../plug-ins/imagemap/imap_polygon.c:72 +msgid "_Polygon" +msgstr "_Polygon" -#~ msgid "/Filters/Colors/Color to _Alpha..." -#~ msgstr "/Filtre/Farver/Farve til _alfa..." +#: ../plug-ins/imagemap/imap_polygon.c:474 +msgid "x (pixels)" +msgstr "x (punkter)" -#~ msgid "/Filters/Colors/C_ompose..." -#~ msgstr "/Filtre/Farver/Sammensæ_t..." +#: ../plug-ins/imagemap/imap_polygon.c:483 +msgid "y (pixels)" +msgstr "y (punkter)" -# convolution matrix er en måde at angive en lineær transformation som -# billedet gennemgår på -#~ msgid "/Filters/Generic/_Convolution Matrix..." -#~ msgstr "/Filtre/Generel/_Foldningsmatrix..." +#: ../plug-ins/imagemap/imap_polygon.c:521 +msgid "_Insert" +msgstr "_Indsæt" -#~ msgid "/Filters/Distorts/_Curve Bend..." -#~ msgstr "/Filtre/Forvrængning/_Kurvebøjning..." +#: ../plug-ins/imagemap/imap_polygon.c:527 +msgid "A_ppend" +msgstr "_Tilføj" -#~ msgid "/Filters/Colors/_Decompose..." -#~ msgstr "/Filtre/Farver/_Opbrydning..." +#: ../plug-ins/imagemap/imap_polygon.c:533 +msgid "_Remove" +msgstr "_Fjern" -#~ msgid "/Filters/Enhance/_Deinterlace..." -#~ msgstr "/Filtre/Forbedringer/_Fjern linjespring..." +#: ../plug-ins/imagemap/imap_preferences.c:236 +msgid "Couldn't save resource file:" +msgstr "Kunne ikke gemme resursefil:" -#~ msgid "/Filters/Combine/_Depth Merge..." -#~ msgstr "/Filtre/Kombinér/_Dybdeforening..." +#: ../plug-ins/imagemap/imap_preferences.c:350 +msgid "General" +msgstr "Generelt" -# dækker så nogenlunde -#~ msgid "/Filters/Enhance/Des_peckle..." -#~ msgstr "/Filtre/Forbedringer/Fjern _kornstøj..." +#: ../plug-ins/imagemap/imap_preferences.c:354 +msgid "Default Map Type" +msgstr "Standardkorttype" -#~ msgid "/Filters/Enhance/Des_tripe..." -#~ msgstr "/Filtre/Forbedringer/Fjern _striber..." +#: ../plug-ins/imagemap/imap_preferences.c:373 +msgid "_Prompt for area info" +msgstr "_Spørg efter områdeinfo" -#~ msgid "/Filters/Render/Pattern/_Diffraction Patterns..." -#~ msgstr "/Filtre/Generér/Mønstre/_Diffraktion..." +#: ../plug-ins/imagemap/imap_preferences.c:375 +msgid "_Require default URL" +msgstr "_Kræv standard-URL" -#~ msgid "/Filters/Map/_Displace..." -#~ msgstr "/Filtre/Afbildning/_Forskydning..." +#: ../plug-ins/imagemap/imap_preferences.c:377 +msgid "Show area _handles" +msgstr "Vis område_ankre" -#~ msgid "Displace Options" -#~ msgstr "Forskydningsindstillinger" +#: ../plug-ins/imagemap/imap_preferences.c:379 +msgid "_Keep NCSA circles true" +msgstr "_Behold NCSA-cirkler" -#~ msgid "/Filters/Edge-Detect/_Edge..." -#~ msgstr "/Filtre/Kantfinding/_Kant..." +#: ../plug-ins/imagemap/imap_preferences.c:381 +msgid "Show area URL _tip" +msgstr "Vis URL-_tip over områder" -#~ msgid "/Filters/Distorts/_Emboss..." -#~ msgstr "/Filtre/Forvrængning/_Relief..." +#: ../plug-ins/imagemap/imap_preferences.c:384 +msgid "_Use double-sized grab handles" +msgstr "Brug ankre med _dobbelt størrelse" -#~ msgid "/Filters/Distorts/En_grave..." -#~ msgstr "/Filtre/Forvrængning/_Indgravering..." +#: ../plug-ins/imagemap/imap_preferences.c:391 +msgid "Menu" +msgstr "Menu" -#~ msgid "/Filters/Colors/Map/_Color Exchange..." -#~ msgstr "/Filtre/Farver/Afbildning/_Farveudveksling..." +#: ../plug-ins/imagemap/imap_preferences.c:395 +#, fuzzy +msgid "Number of _undo levels (1 - 99):" +msgstr "Antal _fortrydelsesniveauer (1 - 99):" -#~ msgid "_Selection" -#~ msgstr "_Markering" +# MRU = most recently used +#: ../plug-ins/imagemap/imap_preferences.c:400 +msgid "Number of M_RU entries (1 - 16):" +msgstr "Antal huskede _senest brugte elementer (1 - 16):" -#~ msgid "/Filters/Light Effects/_FlareFX..." -#~ msgstr "/Filtre/Lyseffekter/_Linserefleks..." +#: ../plug-ins/imagemap/imap_preferences.c:409 +msgid "Select Color" +msgstr "Vælg farve" -# "trace" er svært at oversætte og sådan set også overflødigt -#~ msgid "/Filters/Map/_Fractal Trace..." -#~ msgstr "/Filtre/Afbildning/_Fraktal..." +#: ../plug-ins/imagemap/imap_preferences.c:424 +msgid "Normal:" +msgstr "Normal:" -#~ msgid "/Filters/Toys/Gee-_Slime" -#~ msgstr "/Filtre/Legetøj/_Slim..." +#: ../plug-ins/imagemap/imap_preferences.c:428 +msgid "Selected:" +msgstr "Markeret:" -# direkte oversættelse umulig -#~ msgid "GEE-ZOOM: The Plug-In Formerly Known As \"The GIMP E'er Egg\"" -#~ msgstr "GEE-ZOOM: Gimpens tidligere påskeæg" +#: ../plug-ins/imagemap/imap_preferences.c:437 +msgid "Co_ntiguous Region" +msgstr "Sammen_hængende område" -#~ msgid "Save as GIcon" -#~ msgstr "Gem som ikon" +#: ../plug-ins/imagemap/imap_preferences.c:443 +msgid "_Automatically convert" +msgstr "Konvertér _automatisk" -#~ msgid "Icon Name:" -#~ msgstr "Ikonnavn:" +#: ../plug-ins/imagemap/imap_preferences.c:454 +msgid "General Preferences" +msgstr "Generelle indstillinger" -#~ msgid "Milliseconds" -#~ msgstr "Millisekunder" +#: ../plug-ins/imagemap/imap_rectangle.c:69 +msgid "_Rectangle" +msgstr "_Rektangel" -#~ msgid "/Filters/Render/Pattern/_Qbist..." -#~ msgstr "/Filtre/Generér/Mønstre/_Qbist..." +#: ../plug-ins/imagemap/imap_rectangle.c:389 +msgid "Upper left _x:" +msgstr "Øverste venstre _x:" -#~ msgid "/Filters/Colors/Map/_Gradient Map" -#~ msgstr "/Filtre/Farver/Afbildning/_Farveovergang" +#: ../plug-ins/imagemap/imap_rectangle.c:396 +msgid "Upper left _y:" +msgstr "Øverste venstre _y:" -#~ msgid "/Filters/Render/Pattern/_Grid..." -#~ msgstr "/Filtre/Generér/Mønstre/_Gitter..." +#: ../plug-ins/imagemap/imap_selection.c:377 +msgid "#" +msgstr "" -#~ msgid "/Image/Transform/_Guillotine" -#~ msgstr "/Billede/Transformeringer/_Guillotine" +#: ../plug-ins/imagemap/imap_selection.c:388 +msgid "URL" +msgstr "URL" -#~ msgid "/Filters/Map/_Illusion..." -#~ msgstr "/Filtre/Afbildning/_Illusion..." +#: ../plug-ins/imagemap/imap_selection.c:406 +msgid "ALT Text" +msgstr "" -# i'et står for interaktiv -#~ msgid "/Filters/Distorts/_IWarp..." -#~ msgstr "/Filtre/Forvrængning/_Interaktiv fordrejning..." +#: ../plug-ins/imagemap/imap_selection.c:416 +msgid "Target" +msgstr "Destination" -#~ msgid "/Filters/Render/Pattern/_Jigsaw..." -#~ msgstr "/Filtre/Generér/Mønstre/_Puslespil..." +#: ../plug-ins/imagemap/imap_settings.c:90 +msgid "Settings for this Mapfile" +msgstr "Indstillinger for denne kortfil" -#~ msgid "Preview (in image window, will modify image's undo history!)" -#~ msgstr "" -#~ "Eksempel (i billedvindue, vil ændre billedets fortrydelseshistorik!)" +#: ../plug-ins/imagemap/imap_settings.c:94 +msgid "Filename:" +msgstr "Filnavn:" -#~ msgid "Image comments" -#~ msgstr "Billedkommentarer" +#: ../plug-ins/imagemap/imap_settings.c:97 +msgid "Image name:" +msgstr "Billednavn:" -#~ msgid "/Filters/Map/_Van Gogh (LIC)..." -#~ msgstr "/Filtre/Afbildning/_Van Gogh (LIC)..." +#: ../plug-ins/imagemap/imap_settings.c:98 +msgid "Select Image File" +msgstr "Vælg billedfil" -#~ msgid "/Filters/Colors/Map/Adjust _FG-BG" -#~ msgstr "/Filtre/Farver/Afbildning/Justér _forgr.-baggr." +#: ../plug-ins/imagemap/imap_settings.c:102 +msgid "_Title:" +msgstr "_Titel:" -#~ msgid "/Filters/Colors/Map/Color Range _Mapping..." -#~ msgstr "/Filtre/Farver/Afbildning/Farve_interval..." +#: ../plug-ins/imagemap/imap_settings.c:104 +msgid "Aut_hor:" +msgstr "_Forfatter:" -#~ msgid "/Filters/Blur/_Motion Blur..." -#~ msgstr "/Filtre/Slør/_Bevægelsessløring..." +#: ../plug-ins/imagemap/imap_settings.c:106 +msgid "Default _URL:" +msgstr "Standard-_URL:" -#~ msgid "/Filters/Distorts/_Mosaic..." -#~ msgstr "/Filtre/Forvrængning/_Mosaik..." +#: ../plug-ins/imagemap/imap_settings.c:108 +msgid "_Description:" +msgstr "_Beskrivelse:" -#~ msgid "/Filters/Distorts/Newsprin_t..." -#~ msgstr "/Filtre/Forvrængning/_Avistryk..." +#: ../plug-ins/imagemap/imap_settings.c:130 +#, fuzzy +msgid "Map File Format" +msgstr "Kortfilformat" -# NL = non linear -#~ msgid "/Filters/Enhance/_NL Filter..." -#~ msgstr "/Filtre/Forbedringer/_Ikke-lineært filter..." +#: ../plug-ins/imagemap/imap_source.c:63 +msgid "View Source" +msgstr "Vis kilde" -#~ msgid "/Filters/Noise/_Noisify..." -#~ msgstr "/Filtre/Støj/Tilføj _støj..." +#: ../plug-ins/lighting/lighting-apply.c:105 +#: ../plug-ins/lighting/lighting-ui.c:1019 +msgid "Lighting Effects" +msgstr "Lyseffekter" -#~ msgid "/Filters/Light Effects/Su_perNova..." -#~ msgstr "/Filtre/Lyseffekter/Su_pernova..." +#: ../plug-ins/lighting/lighting-main.c:192 +#, fuzzy +msgid "Apply various lighting effects to an image" +msgstr "Tilføj aktiv farveovergang på det endelige billede" -#~ msgid "/Filters/Artistic/Oili_fy..." -#~ msgstr "/Filtre/Kunstnerisk/_Oliemaleri..." +#: ../plug-ins/lighting/lighting-main.c:197 +msgid "_Lighting Effects..." +msgstr "_Lyseffekter..." -#~ msgid "/Filters/Map/_Paper Tile..." -#~ msgstr "/Filtre/Afbildning/_Papirbrikker..." +#. General options +#: ../plug-ins/lighting/lighting-ui.c:295 +#: ../plug-ins/map-object/map-object-ui.c:472 +msgid "General Options" +msgstr "Generelle indstillinger" -#~ msgid "/Filters/Blur/_Pixelize..." -#~ msgstr "/Filtre/Slør/Små _firkanter..." +#: ../plug-ins/lighting/lighting-ui.c:303 +#, fuzzy +msgid "T_ransparent background" +msgstr "_Gennemsigtig baggrund" -# vi stryger "details" fordi det fylder for meget og er overflødigt -#~ msgid "/Xtns/_Plugin Details" -#~ msgstr "/Udvidelser/_Udvidelsesmoduler..." +# 'bump' kan udelades her +#: ../plug-ins/lighting/lighting-ui.c:313 +msgid "Make destination image transparent where bump height is zero" +msgstr "Gør målbilledet gennemsigtigt når højden er nul" -#~ msgid "/Filters/Distorts/P_olar Coords..." -#~ msgstr "/Filtre/Forvrængning/_Polære koordinater..." +#: ../plug-ins/lighting/lighting-ui.c:316 +#, fuzzy +msgid "Cre_ate new image" +msgstr "Op_ret nyt billede" -#~ msgid "write error occurred" -#~ msgstr "fejl under skrivning" +#: ../plug-ins/lighting/lighting-ui.c:326 +#: ../plug-ins/map-object/map-object-ui.c:541 +msgid "Create a new image when applying filter" +msgstr "Opret et nyt billede ved brug af filter" -#~ msgid "_X-Offset:" -#~ msgstr "_x-afsæt:" +#: ../plug-ins/lighting/lighting-ui.c:328 +#, fuzzy +msgid "High _quality preview" +msgstr "Høj_kvalitetsminiature" -#~ msgid "_Y-Offset:" -#~ msgstr "_y-afsæt:" +# lidt mere sigende end original +#: ../plug-ins/lighting/lighting-ui.c:338 +msgid "Enable/disable high quality preview" +msgstr "Lav miniaturen i en bedre kvalitet (der tager længere tid)" -#~ msgid "/Filters/Noise/_Hurl..." -#~ msgstr "/Filtre/Støj/_Bestrø..." +#: ../plug-ins/lighting/lighting-ui.c:345 +#, fuzzy +msgid "Distance:" +msgstr "Forskydning" -#~ msgid "/Filters/Noise/_Pick..." -#~ msgstr "/Filtre/Støj/_Sammenkobl..." +#: ../plug-ins/lighting/lighting-ui.c:378 +#: ../plug-ins/map-object/map-object-ui.c:619 +msgid "Light Settings" +msgstr "Lyssætning" -# mere dækkende med flertal -#~ msgid "/Filters/Distorts/_Ripple..." -#~ msgstr "/Filtre/Forvrængning/_Krusninger..." +#: ../plug-ins/lighting/lighting-ui.c:391 +msgid "Light 1" +msgstr "Lys 1" -#~ msgid "/Filters/Colors/Map/_Sample Colorize..." -#~ msgstr "/Filtre/Farver/Afbildning/_Prøvefarvelægning..." +#: ../plug-ins/lighting/lighting-ui.c:392 +msgid "Light 2" +msgstr "Lys 2" -#~ msgid "/Filters/Noise/S_catter HSV..." -#~ msgstr "/Filtre/Støj/Spred _HSV..." +#: ../plug-ins/lighting/lighting-ui.c:393 +msgid "Light 3" +msgstr "Lys 3" -#~ msgid "Preview (1:4) - Right Click to Jump" -#~ msgstr "Miniature (1:4) - højreklik for at springe" +#: ../plug-ins/lighting/lighting-ui.c:394 +msgid "Light 4" +msgstr "Lys 4" -#~ msgid "/File/Acquire/_Screen Shot..." -#~ msgstr "/Fil/Indhent/_Skærmbillede..." +#: ../plug-ins/lighting/lighting-ui.c:395 +msgid "Light 5" +msgstr "Lys 5" -#~ msgid "/Filters/Blur/_Selective Gaussian Blur..." -#~ msgstr "/Filtre/Slør/_Selektiv gaussisk sløring..." +#: ../plug-ins/lighting/lighting-ui.c:396 +msgid "Light 6" +msgstr "Lys 6" -#~ msgid "/Filters/Colors/_Semi-Flatten" -#~ msgstr "/Filtre/Farver/_Semifladgøring" +#: ../plug-ins/lighting/lighting-ui.c:410 +msgid "Color:" +msgstr "Farve:" -#~ msgid "/Filters/Distorts/_Shift..." -#~ msgstr "/Filtre/Forvrængning/_Skift..." +#: ../plug-ins/lighting/lighting-ui.c:417 +msgid "Directional" +msgstr "Retning" -#~ msgid "/Filters/Render/Pattern/_Sinus..." -#~ msgstr "/Filtre/Generér/Mønstre/_Sinus..." +#: ../plug-ins/lighting/lighting-ui.c:418 +msgid "Point" +msgstr "Punkt" -#~ msgid "/Filters/Colors/Smoo_th Palette..." -#~ msgstr "/Filtre/Farver/_Jævn palet..." +#: ../plug-ins/lighting/lighting-ui.c:432 +#: ../plug-ins/map-object/map-object-ui.c:642 +msgid "Type of light source to apply" +msgstr "Type lyskilde som anvendes" -#~ msgid "/Filters/Render/Clouds/_Solid Noise..." -#~ msgstr "/Filtre/Generér/Skyer/_Fast støj..." +#: ../plug-ins/lighting/lighting-ui.c:434 +#: ../plug-ins/map-object/map-object-ui.c:644 +#, fuzzy +msgid "Select lightsource color" +msgstr "Vælg lyskildens farve" -#~ msgid "/Filters/Edge-Detect/_Sobel..." -#~ msgstr "/Filtre/Kantfinding/_Sobel..." +#: ../plug-ins/lighting/lighting-ui.c:448 +#: ../plug-ins/map-object/map-object-ui.c:657 +msgid "Set light source color" +msgstr "Angiv lyskildens farve" -# RETMIG: hvad i alverden gør denne effekt? -#~ msgid "/Filters/Light Effects/_Sparkle..." -#~ msgstr "/Filtre/Lyseffekter/_Udsmeltning..." +#: ../plug-ins/lighting/lighting-ui.c:456 +#, fuzzy +msgid "_Intensity:" +msgstr "Intensitet" -#~ msgid "/Filters/Render/Sphere _Designer..." -#~ msgstr "/Filtre/Generér/_Kugledesigner..." +#: ../plug-ins/lighting/lighting-ui.c:464 +#, fuzzy +msgid "Light intensity" +msgstr "Oprindelig intensitet" -#~ msgid "/Filters/Noise/Sp_read..." -#~ msgstr "/Filtre/Støj/Sp_red..." +#: ../plug-ins/lighting/lighting-ui.c:467 +#: ../plug-ins/map-object/map-object-ui.c:659 +#: ../plug-ins/map-object/map-object-ui.c:986 +#: ../plug-ins/print/print-page-layout.c:343 +msgid "Position" +msgstr "Placering" -# egentligt burde det være "påfør billede på lærred", men det bliver -# lidt klodset, så vi stryger udsagnsordet -#~ msgid "/Filters/Artistic/_Apply Canvas..." -#~ msgstr "/Filtre/Kunstnerisk/_Lærred..." +#: ../plug-ins/lighting/lighting-ui.c:485 +#: ../plug-ins/map-object/map-object-ui.c:683 +msgid "Light source X position in XYZ space" +msgstr "Lyskildens x-position i xyz-rummet" -#~ msgid "Open SVG" -#~ msgstr "Åbn sVG" +#: ../plug-ins/lighting/lighting-ui.c:500 +#: ../plug-ins/map-object/map-object-ui.c:697 +msgid "Light source Y position in XYZ space" +msgstr "Lyskildens y-position i xyz-rummet" -#~ msgid "Ratio _X:" -#~ msgstr "Forhold _x:" +#: ../plug-ins/lighting/lighting-ui.c:507 +msgid "_Z:" +msgstr "_z:" -#~ msgid "Targa Options" -#~ msgstr "Targa-indstillinger" +#: ../plug-ins/lighting/lighting-ui.c:515 +#: ../plug-ins/map-object/map-object-ui.c:711 +msgid "Light source Z position in XYZ space" +msgstr "Lyskildens z-position i xyz-rummet" -#~ msgid "/Filters/Map/_Tile..." -#~ msgstr "/Filtre/Afbildning/_Fliselæg..." +#: ../plug-ins/lighting/lighting-ui.c:535 +#: ../plug-ins/map-object/map-object-ui.c:737 +msgid "Light source X direction in XYZ space" +msgstr "Lyskildens x-retning i xyz-rummet" -#~ msgid "/Filters/Map/_Small Tiles..." -#~ msgstr "/Filtre/Afbildning/_Små fliser..." +#: ../plug-ins/lighting/lighting-ui.c:549 +#: ../plug-ins/map-object/map-object-ui.c:750 +msgid "Light source Y direction in XYZ space" +msgstr "Lyskildens y-retning i xyz-rummet" -#~ msgid "Flipping" -#~ msgstr "Omvending" +#: ../plug-ins/lighting/lighting-ui.c:555 +#: ../plug-ins/map-object/map-object-ui.c:703 +#: ../plug-ins/map-object/map-object-ui.c:755 +#: ../plug-ins/map-object/map-object-ui.c:1023 +#: ../plug-ins/map-object/map-object-ui.c:1068 +#: ../plug-ins/map-object/map-object-ui.c:1167 +msgid "Z:" +msgstr "z:" -# dækker bedre end original -#~ msgid "Applied to Tile" -#~ msgstr "Anvendes på" +#: ../plug-ins/lighting/lighting-ui.c:563 +#: ../plug-ins/map-object/map-object-ui.c:763 +msgid "Light source Z direction in XYZ space" +msgstr "Lyskildens z-retning i xyz-rummet" -#~ msgid "Segment Setting" -#~ msgstr "Opdelingsindstilling" +#: ../plug-ins/lighting/lighting-ui.c:566 +#, fuzzy +msgid "I_solate" +msgstr "_Udpak" -# dækker over hvad der sker -#~ msgid "/Filters/Map/_Make Seamless" -#~ msgstr "/Filtre/Afbildning/_Gør fliselægbar" +#: ../plug-ins/lighting/lighting-ui.c:575 +#, fuzzy +msgid "Lighting preset:" +msgstr "Lyseffekter" -# forbedringen virker via en uskarp version af billedet -#~ msgid "/Filters/Enhance/_Unsharp Mask..." -#~ msgstr "/Filtre/Forbedringer/_Uskarp maske..." +#: ../plug-ins/lighting/lighting-ui.c:621 +#, fuzzy +msgid "Material Properties" +msgstr "Teksturegenskaber" -#~ msgid "/Filters/Distorts/Vi_deo..." -#~ msgstr "/Filtre/Forvrængning/_Video..." +#: ../plug-ins/lighting/lighting-ui.c:639 +#, fuzzy +msgid "_Glowing:" +msgstr "Flydende" -#~ msgid "/Filters/Colors/_Value Invert" -#~ msgstr "/Filtre/Farver/_Værdiinvertering" +#: ../plug-ins/lighting/lighting-ui.c:658 +#: ../plug-ins/map-object/map-object-ui.c:824 +msgid "Amount of original color to show where no direct light falls" +msgstr "" +"Andelen af den oprindelige farve som vises hvor det ikke falder direkte lys" -#~ msgid "/Filters/Distorts/_Value Propagate..." -#~ msgstr "/Filtre/Forvrængning/Værdi_propagering..." +#: ../plug-ins/lighting/lighting-ui.c:672 +#, fuzzy +msgid "_Bright:" +msgstr "_Lysstyrke:" -#~ msgid "/Filters/Generic/_Dilate" -#~ msgstr "/Filtre/Generel/_Udbred" +#: ../plug-ins/lighting/lighting-ui.c:691 +#: ../plug-ins/map-object/map-object-ui.c:853 +msgid "Intensity of original color when lit by a light source" +msgstr "Intensiteten af den oprindelige farve når den belyses af en lyskilde" -#~ msgid "Secondary Options" -#~ msgstr "Sekundære indstillinger" +#: ../plug-ins/lighting/lighting-ui.c:705 +#, fuzzy +msgid "_Shiny:" +msgstr "_Sinus" -#~ msgid "Use Mag Map" -#~ msgstr "Brug størrelsesordenkort" +#: ../plug-ins/lighting/lighting-ui.c:724 +#: ../plug-ins/map-object/map-object-ui.c:925 +msgid "Controls how intense the highlights will be" +msgstr "Kontrollerer hvor intense højlysområderne vil være" -#~ msgid "Other Options" -#~ msgstr "Andre indstillinger" +#: ../plug-ins/lighting/lighting-ui.c:737 +msgid "_Polished:" +msgstr "" -#~ msgid "/Filters/Distorts/_Waves..." -#~ msgstr "/Filtre/Forvrængning/_Bølger..." +#: ../plug-ins/lighting/lighting-ui.c:756 +#: ../plug-ins/map-object/map-object-ui.c:954 +msgid "Higher values makes the highlights more focused" +msgstr "Højere værdier gør højlysområderne mere fokuserede" -#~ msgid "/Filters/Distorts/W_hirl and Pinch..." -#~ msgstr "/Filtre/Forvrængning/_Hvirvel og knibning..." +#. Metallic +#: ../plug-ins/lighting/lighting-ui.c:766 +msgid "_Metallic" +msgstr "" -#~ msgid "/File/Acquire/From Clipboard" -#~ msgstr "/Fil/Indhent/Fra klippebord" +#: ../plug-ins/lighting/lighting-ui.c:803 +#, fuzzy +msgid "E_nable bump mapping" +msgstr "Benyt _højdekortsafbildning" -#~ msgid "/File/Page Setup" -#~ msgstr "/Fil/Sideopsætning" +# mere sigende +#: ../plug-ins/lighting/lighting-ui.c:817 +msgid "Enable/disable bump-mapping (image depth)" +msgstr "Gør billedet bulet vha. af et kort over punkternes højde" -# det drejer sig om en database over procedurerne i Gimp'en - vi stryger -# "browser" da det er svært oversætteligt og sagtens kan undværes -#~ msgid "/Xtns/_DB Browser" -#~ msgstr "/Udvidelser/_Proceduredatabase..." +#: ../plug-ins/lighting/lighting-ui.c:839 +#, fuzzy +msgid "Bumpm_ap image:" +msgstr "Højdekorts_billede:" -# "pack" går vist nok på at det er en hel samling filtre, men det virker -# mystisk - "filtrering" er nok -#~ msgid "/Filters/Colors/_Filter Pack..." -#~ msgstr "/Lag/Farver/_Filtrering..." +#: ../plug-ins/lighting/lighting-ui.c:843 +msgid "Logarithmic" +msgstr "Logaritmisk" -#~ msgid "Display" -#~ msgstr "Fremvis" +#: ../plug-ins/lighting/lighting-ui.c:855 +msgid "Cu_rve:" +msgstr "Ku_rve:" -#~ msgid "CirclePalette" -#~ msgstr "Cirkulær palet" +#: ../plug-ins/lighting/lighting-ui.c:860 +#, fuzzy +msgid "Ma_ximum height:" +msgstr "Ma_ksimumshøjde:" -#~ msgid "Lighter And Darker" -#~ msgstr "Lysere og mørkere" +#: ../plug-ins/lighting/lighting-ui.c:870 +msgid "Maximum height for bumps" +msgstr "Maksimumshøjden for buler" -#~ msgid "Miscellaneous Options" -#~ msgstr "Diverse indstillinger" +# forhåbentligt rigtigt +#: ../plug-ins/lighting/lighting-ui.c:894 +#, fuzzy +msgid "E_nable environment mapping" +msgstr "Benyt omgivelses_refleksion" -#~ msgid "With BG of:" -#~ msgstr "Med baggrunden:" +# til/fra er nok ret indlysende når det er en til/fra-knap, overflødigt +#: ../plug-ins/lighting/lighting-ui.c:908 +msgid "Enable/disable environment-mapping (reflection)" +msgstr "Tilføj reflektioner fra \"omgivelserne\"" -#~ msgid "Selection Type:" -#~ msgstr "Markeringstype:" +#: ../plug-ins/lighting/lighting-ui.c:925 +#, fuzzy +msgid "En_vironment image:" +msgstr "Om_givelsesbillede:" -#~ msgid "none" -#~ msgstr "ingen" +#: ../plug-ins/lighting/lighting-ui.c:928 +msgid "Environment image to use" +msgstr "Afbildning af omgivelser der benyttes" -#~ msgid "Not found \"%s\": used \"%s\" instead" -#~ msgstr "\"%s\" ikke fundet; benyttede \"%s\" i stedet." +#: ../plug-ins/lighting/lighting-ui.c:950 +msgid "Op_tions" +msgstr "_Indstillinger" -#~ msgid "Brush Preview:" -#~ msgstr "Penseleksempel:" +#: ../plug-ins/lighting/lighting-ui.c:954 +#: ../plug-ins/map-object/map-object-ui.c:1291 +msgid "_Light" +msgstr "_Lys" -#~ msgid "/Filters/Artistic/_GIMPressionist..." -#~ msgstr "/Filtre/Kunstnerisk/_Gimpressionist..." +#: ../plug-ins/lighting/lighting-ui.c:958 +#: ../plug-ins/map-object/map-object-ui.c:1295 +msgid "_Material" +msgstr "_Materiale" -#~ msgid "Paper Preview:" -#~ msgstr "Papirsmugkig:" +#: ../plug-ins/lighting/lighting-ui.c:962 +msgid "_Bump Map" +msgstr "_Højdekort" -#~ msgid "(Desc)" -#~ msgstr "(beskr.)" +#: ../plug-ins/lighting/lighting-ui.c:966 +msgid "_Environment Map" +msgstr "_Omgivelsesreflektioner" -#~ msgid "" -#~ "\n" -#~ "If you come up with some nice Presets,\n" -#~ "(or Brushes and Papers for that matter)\n" -#~ "feel free to send them to me \n" -#~ "for inclusion into the next release!\n" -#~ msgstr "" -#~ "\n" -#~ "Hvis du kommer frem til nogle gode forvalg\n" -#~ "(også for pensel eller papir), så send dem\n" -#~ "gerne til mig (vidar@prosalg.no) til\n" -#~ "inkludering i den næste udgave!\n" - -# mere dækkende - IFS står for Iterative Function System; der bliver -# genereret en fraktal ved at sammensætte mindre og mindre geometriske -# figurer i det uendelige -#~ msgid "/Filters/Render/Nature/Ifs_Compose..." -#~ msgstr "/Filtre/Generér/Natur/_Geometrisk fraktal..." +#: ../plug-ins/lighting/lighting-ui.c:1082 +#: ../plug-ins/map-object/map-object-ui.c:1397 +msgid "Recompute preview image" +msgstr "Beregn miniatureeksemplet påny" -#~ msgid "lpeek.mrijk@consunet.nl" -#~ msgstr "lpeek.mrijk@consunet.nl" +#: ../plug-ins/lighting/lighting-ui.c:1084 +msgid "I_nteractive" +msgstr "I_nteraktiv" -#~ msgid "File exists!" -#~ msgstr "Fil eksisterer!" +# lidt mere sigende end original +#: ../plug-ins/lighting/lighting-ui.c:1098 +msgid "Enable/disable real time preview of changes" +msgstr "Lav miniaturen i en bedre kvalitet (der tager længere tid)" -#~ msgid "" -#~ "Generates a maze using either the depth-first search method or Prim's " -#~ "algorithm. Can make tileable mazes too. See %s for more help." -#~ msgstr "" -#~ "Genererer en labyrint vha. af enten dybdeførst-søgningsmetoden eller " -#~ "Prims algoritme. Kan lave fliselægbare labyrinter også. Se %s for mere " -#~ "hjælp." +#: ../plug-ins/lighting/lighting-ui.c:1137 +#, fuzzy +msgid "Save Lighting Preset" +msgstr "Lyseffekter" -#~ msgid "Draws a maze." -#~ msgstr "Tegn en labyrint." +#: ../plug-ins/lighting/lighting-ui.c:1281 +#, fuzzy +msgid "Load Lighting Preset" +msgstr "Lyseffekter" -#~ msgid "Selection is %dx%d" -#~ msgstr "Markering er %dx%d" +#: ../plug-ins/map-object/map-object-apply.c:276 +#, fuzzy +msgid "Map to plane" +msgstr "Anvender Laplace..." -#~ msgid "/Filters/Distorts/_Pagecurl..." -#~ msgstr "/Filtre/Forvrængning/_Papirkrølning..." +#: ../plug-ins/map-object/map-object-apply.c:279 +#, fuzzy +msgid "Map to sphere" +msgstr "Mere..." -#~ msgid "/File/_Print..." -#~ msgstr "/Fil/_Udskriv..." +#: ../plug-ins/map-object/map-object-apply.c:282 +#, fuzzy +msgid "Map to box" +msgstr "Kortinfo..." -# '-map'-delen er overflødig og unødvendig -#~ msgid "/Filters/Colors/Map/Colormap _Rotation..." -#~ msgstr "/Filtre/Farver/Afbildning/Farve_rotation..." +#: ../plug-ins/map-object/map-object-apply.c:285 +#, fuzzy +msgid "Map to cylinder" +msgstr "Cylinder" -#~ msgid "What is Gray?" -#~ msgstr "Hvad er grå?" +#: ../plug-ins/map-object/map-object-main.c:193 +msgid "Map the image to an object (plane, sphere, box or cylinder)" +msgstr "" -#~ msgid "Main" -#~ msgstr "Hovedindstillinger" +# overskriften for modulet +#: ../plug-ins/map-object/map-object-main.c:198 +#, fuzzy +msgid "Map _Object..." +msgstr "Afbild på objekt" -#~ msgid "Misc" -#~ msgstr "Diverse" +#: ../plug-ins/map-object/map-object-ui.c:248 +#: ../plug-ins/map-object/map-object-ui.c:1305 +msgid "_Box" +msgstr "_Terning" -#~ msgid "M_inimum Height:" -#~ msgstr "M_inimumshøjde:" +#: ../plug-ins/map-object/map-object-ui.c:266 +#: ../plug-ins/map-object/map-object-ui.c:1311 +msgid "C_ylinder" +msgstr "C_ylinder" -#~ msgid "Minimum height for bumps" -#~ msgstr "Minimumshøjde for buler" +#: ../plug-ins/map-object/map-object-ui.c:484 +msgid "Map to:" +msgstr "Afbild på:" -#~ msgid "Auto_stretch to Fit Value Range" -#~ msgstr "_Stræk automatisk til værdiområdet" +# en plan i matematisk forstand +#: ../plug-ins/map-object/map-object-ui.c:488 +msgid "Plane" +msgstr "Plan" -#~ msgid "Fit into value range" -#~ msgstr "Tilpas automatisk til værdiområdet" +#: ../plug-ins/map-object/map-object-ui.c:489 +msgid "Sphere" +msgstr "Kugle" -#~ msgid "" -#~ "Failed to open help files:\n" -#~ "%s" -#~ msgstr "" -#~ "Kunne ikke åbne hjælpefiler:\n" -#~ "%s" +#: ../plug-ins/map-object/map-object-ui.c:490 +msgid "Box" +msgstr "Terning" -#~ msgid "" -#~ "Parse error in help domain:\n" -#~ "%s\n" -#~ "\n" -#~ "(Added entires before error anyway)" -#~ msgstr "" -#~ "Fortolkningsfejl i hjælpedomæne:\n" -#~ "%s\n" -#~ "\n" -#~ "(Tilføjede elementer før fejl alligevel)" +#: ../plug-ins/map-object/map-object-ui.c:501 +msgid "Type of object to map to" +msgstr "Type objekt billedet skal svøbes om" -#~ msgid "The requested help files are not installed." -#~ msgstr "De forespurgte hjælpefiler er ikke installeret." +#: ../plug-ins/map-object/map-object-ui.c:503 +#, fuzzy +msgid "Transparent background" +msgstr "Gennemsigtig baggrund" -#~ msgid "About..." -#~ msgstr "Om..." +#: ../plug-ins/map-object/map-object-ui.c:514 +msgid "Make image transparent outside object" +msgstr "Gør billedet gennemsigtigt udenfor objektet" -#~ msgid "Only an indexed-alpha image can be saved in CEL format" -#~ msgstr "Kun indekserede billeder kan gemmes i CEL-format" +# "side om side" bruges også andre steder i Gnome +#: ../plug-ins/map-object/map-object-ui.c:516 +#, fuzzy +msgid "Tile source image" +msgstr "Side om side" -#~ msgid "Not enough memory to allocate buffers for optimization.\n" -#~ msgstr "Ikke nok hukommelse til allokering af mellemlagre til optimering.\n" +#: ../plug-ins/map-object/map-object-ui.c:527 +msgid "Tile source image: useful for infinite planes" +msgstr "Flisebelæg med originalbilledet (nyttigt til uendelige planer)" -#~ msgid "Width: " -#~ msgstr "Bredde:" +#: ../plug-ins/map-object/map-object-ui.c:530 +#, fuzzy +msgid "Create new image" +msgstr "Opret nyt billede" -#~ msgid "Spacing: " -#~ msgstr "Mellemrum: " +#: ../plug-ins/map-object/map-object-ui.c:549 +#, fuzzy +msgid "Enable _antialiasing" +msgstr "Slå _udjævning til" -#~ msgid "Offset: " -#~ msgstr "Afstand:" +# også mere sigende +#: ../plug-ins/map-object/map-object-ui.c:560 +msgid "Enable/disable jagged edges removal (antialiasing)" +msgstr "Jævn takkede kanter ud" -#~ msgid "" -#~ "Color Mapping / Adjust FG/BG:\n" -#~ "Cannot operate on gray/indexed images" -#~ msgstr "" -#~ "Farveafbildning/justering af forgrund/baggrund:\n" -#~ "Kan ikke arbejde på gråtone- eller indekserede billeder" +#: ../plug-ins/map-object/map-object-ui.c:576 +msgid "Antialiasing quality. Higher is better, but slower" +msgstr "Udjævningskvalitet. Højere er bedre, men langsommere" -#~ msgid "Interpreting %s:" -#~ msgstr "Fortolker %s:" +# 'pixel' dækker her over hver enkelt punkts farve +#: ../plug-ins/map-object/map-object-ui.c:593 +msgid "Stop when pixel differences are smaller than this value" +msgstr "Stop når farveforskellene er mindre end denne værdi" -#~ msgid "untitled" -#~ msgstr "unavngiven" +#: ../plug-ins/map-object/map-object-ui.c:628 +#, fuzzy +msgid "Point light" +msgstr "Punktlys" -#~ msgid "Can't open (write): %s" -#~ msgstr "Kan ikke åbne (skrive): %s" +#: ../plug-ins/map-object/map-object-ui.c:629 +#, fuzzy +msgid "Directional light" +msgstr "Retningsbestemt lys" -#~ msgid "Can't open: %s" -#~ msgstr "Kan ikke åbne: %s" +#: ../plug-ins/map-object/map-object-ui.c:630 +#, fuzzy +msgid "No light" +msgstr "Intet lys" -#~ msgid "Can't open (read): %s" -#~ msgstr "Kan ikke åbne (læse): %s" +#: ../plug-ins/map-object/map-object-ui.c:635 +#, fuzzy +msgid "Lightsource type:" +msgstr "Lyskildetype:" -#~ msgid "Align Visible Layers: there are too few layers." -#~ msgstr "Justér synlige lag: der er for få lag." +#: ../plug-ins/map-object/map-object-ui.c:649 +#, fuzzy +msgid "Lightsource color:" +msgstr "Lyskildefarve:" -#~ msgid "Display Grid" -#~ msgstr "Vis gitter" +#: ../plug-ins/map-object/map-object-ui.c:714 +msgid "Direction Vector" +msgstr "Retningsvektor" -#~ msgid "Save As..." -#~ msgstr "Gem som..." +#: ../plug-ins/map-object/map-object-ui.c:790 +msgid "Intensity Levels" +msgstr "Intensitetsniveauer" -#~ msgid "A_bout..." -#~ msgstr "_Om..." +#: ../plug-ins/map-object/map-object-ui.c:809 +msgid "Ambient:" +msgstr "Omgivende:" -#~ msgid "Click here to load your file" -#~ msgstr "Klik her for at indlæse din fil" +#: ../plug-ins/map-object/map-object-ui.c:838 +#: ../plug-ins/map-object/map-object-ui.c:881 +msgid "Diffuse:" +msgstr "Spredning:" -#~ msgid "Click here to cancel load procedure" -#~ msgstr "Klik her for at afbryde indlæsningsproceduren" +#: ../plug-ins/map-object/map-object-ui.c:862 +msgid "Reflectivity" +msgstr "Reflektionsevne" -#~ msgid "Click here to save your file" -#~ msgstr "Klik her for at gemme din fil" +#: ../plug-ins/map-object/map-object-ui.c:896 +msgid "Higher values makes the object reflect more light (appear lighter)" +msgstr "Højere værdier gør at objektet reflekterer mere lys (ser lysere ud)" -#~ msgid "Click here to cancel save procedure" -#~ msgstr "Klik her for at afbryde gemningen" +#: ../plug-ins/map-object/map-object-ui.c:910 +msgid "Specular:" +msgstr "Spejl:" -#~ msgid "/Xtns/Web Browser/Open URL..." -#~ msgstr "/Udvidelser/Internet/Åbn URL..." +#: ../plug-ins/map-object/map-object-ui.c:939 +msgid "Highlight:" +msgstr "Højlys:" -#~ msgid "Open URL" -#~ msgstr "Åbn URL" +#: ../plug-ins/map-object/map-object-ui.c:1000 +msgid "Object X position in XYZ space" +msgstr "Objektets x-position i xyz-rummet" -#~ msgid "URL:" -#~ msgstr "URL:" +#: ../plug-ins/map-object/map-object-ui.c:1013 +msgid "Object Y position in XYZ space" +msgstr "Objektets y-position i xyz-rummet" -#~ msgid "Window:" -#~ msgstr "Vindue:" +#: ../plug-ins/map-object/map-object-ui.c:1026 +msgid "Object Z position in XYZ space" +msgstr "Objektets z-position i xyz-rummet" -#~ msgid "Current" -#~ msgstr "Aktuelt" +#: ../plug-ins/map-object/map-object-ui.c:1049 +msgid "Rotation angle about X axis" +msgstr "Rotationsvinkel omkring x-aksen" -#~ msgid "With _Decorations" -#~ msgstr "Med _udsmykninger" +#: ../plug-ins/map-object/map-object-ui.c:1060 +msgid "Rotation angle about Y axis" +msgstr "Rotationsvinkel omkring y-aksen" -#~ msgid "" -#~ "GIMP Help Browser Error.\n" -#~ "\n" -#~ "Couldn't find GIMP_HELP_ROOT html directory.\n" -#~ "(%s)" -#~ msgstr "" -#~ "Gimp hjælpelæser-fejl.\n" -#~ "\n" -#~ "Kunne ikke finde GIMP_HELP_ROOT-html-mappen.\n" -#~ "(%s)" +#: ../plug-ins/map-object/map-object-ui.c:1071 +msgid "Rotation angle about Z axis" +msgstr "Rotationsvinkel omkring z-aksen" -#~ msgid "/Select/To Path" -#~ msgstr "/Markering/Til bane" +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Front:" +msgstr "Forside:" -#~ msgid "Error reading GFlare folder '%s'" -#~ msgstr "Fejl ved læsning af farveovergangsblusmappen '%s'" +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Back:" +msgstr "Bagside:" -#~ msgid "Could not save." -#~ msgstr "Kunne ikke gemme." +# "map images" er et navnord og "box faces" betyder terningsider +#: ../plug-ins/map-object/map-object-ui.c:1105 +msgid "Map Images to Box Faces" +msgstr "Billeder på terningsider" -#~ msgid "Failed to write file\n" -#~ msgstr "Kunne ikke skrive fil\n" +#: ../plug-ins/map-object/map-object-ui.c:1146 +msgid "X scale (size)" +msgstr "x-skalering (størrelse)" -# passer bedre med alle de andre statusmeddelelser -#~ msgid "Scatter HSV: Scattering..." -#~ msgstr "Spreder HSV..." +#: ../plug-ins/map-object/map-object-ui.c:1158 +msgid "Y scale (size)" +msgstr "y-skalering (størrelse)" -#~ msgid "Can't open file for reading" -#~ msgstr "Kan ikke åbne fil til læsning" +#: ../plug-ins/map-object/map-object-ui.c:1170 +msgid "Z scale (size)" +msgstr "z-skalering (størrelse)" -#~ msgid "can't open file for reading" -#~ msgstr "kan ikke åbne filen til læsning" +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:402 +msgid "_Top:" +msgstr "_Top:" -#~ msgid "can't get memory for colormap" -#~ msgstr "ikke nok hukommelse til farvekortlægning" +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:421 +msgid "_Bottom:" +msgstr "_Bund:" -#~ msgid "can't open file for writing" -#~ msgstr "kan ikke åbne filen til skriving" +# "cap faces" = endefladerne på en cylinder +#: ../plug-ins/map-object/map-object-ui.c:1198 +msgid "Images for the Cap Faces" +msgstr "Billeder på endefladerne" -#~ msgid "Prev" -#~ msgstr "Forrige" +#: ../plug-ins/map-object/map-object-ui.c:1227 +#: ../plug-ins/print/print-page-layout.c:219 +msgid "Size" +msgstr "Størrelse" -#~ msgid "Ops" -#~ msgstr "Operationer" +#: ../plug-ins/map-object/map-object-ui.c:1238 +msgid "R_adius:" +msgstr "R_adius:" -#~ msgid "Error in creating layer" -#~ msgstr "Fejl ved oprettelse af lag" +#: ../plug-ins/map-object/map-object-ui.c:1242 +msgid "Cylinder radius" +msgstr "Cylinderradius" -#~ msgid "Remove" -#~ msgstr "Fjern" +#: ../plug-ins/map-object/map-object-ui.c:1256 +msgid "Cylinder length" +msgstr "Cylinderlængde" -#~ msgid "" -#~ "C_reate\n" -#~ "New Image" -#~ msgstr "" -#~ "O_pret\n" -#~ "nyt billede" +#: ../plug-ins/map-object/map-object-ui.c:1287 +msgid "O_ptions" +msgstr "_Indstillinger" -#~ msgid "/Layer/Transform/Rotate 90 degrees" -#~ msgstr "/Lag/Transformering/Rotér 90 grader" +#: ../plug-ins/map-object/map-object-ui.c:1299 +msgid "O_rientation" +msgstr "O_rientering" -#~ msgid "/Layer/Transform/Rotate 180 degrees" -#~ msgstr "/Lag/Transformering/Rotér 180 grader" +# overskriften for modulet +#: ../plug-ins/map-object/map-object-ui.c:1335 +msgid "Map to Object" +msgstr "Afbild på objekt" -#~ msgid "/Layer/Transform/Rotate 270 degrees" -#~ msgstr "/Lag/Transformering/Rotér 270 grader" +# knytter sig til ovenstående "preview!" +#: ../plug-ins/map-object/map-object-ui.c:1415 +#, fuzzy +msgid "Show preview _wireframe" +msgstr "Vis _gitter i eksempel" -#~ msgid "/Image/Transform/Rotate 90 degrees" -#~ msgstr "/Billede/Transformering/Rotér 90 grader" +#: ../plug-ins/maze/maze-algorithms.c:279 +#, fuzzy +msgid "Constructing maze using Prim's Algorithm" +msgstr "Konstruerer labyrint med Prims algoritme..." -#~ msgid "/Image/Transform/Rotate 180 degrees" -#~ msgstr "/Billede/Transformering/Rotér 180 grader" +#: ../plug-ins/maze/maze-algorithms.c:488 +#, fuzzy +msgid "Constructing tileable maze using Prim's Algorithm" +msgstr "Konstruerer fliselægbar labyrint med Prims algoritme..." -#~ msgid "/Image/Transform/Rotate 270 degrees" -#~ msgstr "/Billede/Transformering/Rotér 270 grader" +#: ../plug-ins/maze/maze-dialog.c:172 +#, fuzzy +msgid "Maze" +msgstr "Marmor" -#~ msgid "/Image/Mode/Decompose..." -#~ msgstr "/Billede/Tilstand/Opbrydning..." +#. The maze size frame +#: ../plug-ins/maze/maze-dialog.c:194 +#, fuzzy +msgid "Maze Size" +msgstr "Billedstørrelse" -#~ msgid "Load" -#~ msgstr "Indlæs" +#. entscale == Entry and Scale pair function found in pixelize.c +#: ../plug-ins/maze/maze-dialog.c:208 +msgid "Width (pixels):" +msgstr "Bredde (billedpunkter):" -# 'entry' kan oversættes med 'udtryk' fordi det er et Lisp-udtryk her -#~ msgid "" -#~ "No fractalexplorer-path in gimprc:\n" -#~ "You need to add an entry like\n" -#~ "(fractalexplorer-path \"%s\")\n" -#~ "to your %s file." -#~ msgstr "" -#~ "Ingen Fractaludforsker-sti i gimprc:\n" -#~ "Du skal tilføje et udtryk ala\n" -#~ "(FractalExplorer-path \"%s\")\n" -#~ "til din %s-fil." +#: ../plug-ins/maze/maze-dialog.c:220 ../plug-ins/maze/maze-dialog.c:236 +msgid "Pieces:" +msgstr "Stykker:" -#~ msgid "Loading MPEG movie..." -#~ msgstr "Indlæs MPEG-film..." +#: ../plug-ins/maze/maze-dialog.c:225 +msgid "Height (pixels):" +msgstr "Højde (billedpunkter):" -#~ msgid "Enable Tooltips" -#~ msgstr "Aktivér værktøjstip" +#. The maze algorithm frame +#: ../plug-ins/maze/maze-dialog.c:244 +#, fuzzy +msgid "Algorithm" +msgstr "Algoritme" -#~ msgid "Enable/disable tooltip messages" -#~ msgstr "Slå værktøjtipbeskeder til/fra" +#: ../plug-ins/maze/maze-dialog.c:270 +#, fuzzy +msgid "Depth first" +msgstr "Dybde først" -#~ msgid "_Disable Tooltips" -#~ msgstr "_Deaktivér værktøjstip" +#: ../plug-ins/maze/maze-dialog.c:271 +#, fuzzy +msgid "Prim's algorithm" +msgstr "Prims algoritme" -#~ msgid "Toggle Tooltips on/off" -#~ msgstr "Slå værktøjstip til/fra" +#: ../plug-ins/maze/maze-dialog.c:390 +msgid "" +"Selection size is not even.\n" +"Tileable maze won't work perfectly." +msgstr "" +"Størrelse på markering er ikke lige.\n" +"Fliselægbar labyrint vil ikke være perfekt." -#~ msgid "Unnamed channel" -#~ msgstr "Unavngiven kanal" +#: ../plug-ins/maze/maze.c:123 +msgid "Draw a labyrinth" +msgstr "Tegn en labyrint" -#~ msgid "_New Unit" -#~ msgstr "_Ny enhed" +#: ../plug-ins/maze/maze.c:130 +#, fuzzy +msgid "_Maze..." +msgstr "Mere..." -#~ msgid "_Duplicate Unit" -#~ msgstr "_Kopiér enhed" +#: ../plug-ins/maze/maze.c:426 +msgid "Drawing maze" +msgstr "Tegner labyrint" -#~ msgid "Show Tooltips" -#~ msgstr "Vis værktøjstip" +#: ../plug-ins/metadata/xmp-parse.c:240 +#, c-format +msgid "Error: No XMP packet found" +msgstr "" -#~ msgid "Rescan" -#~ msgstr "Genskan" +#: ../plug-ins/metadata/xmp-parse.c:255 +#, c-format +msgid "Error on line %d char %d: %s" +msgstr "" -#~ msgid "Done" -#~ msgstr "Færdig" +#: ../plug-ins/metadata/xmp-parse.c:277 +#, c-format +msgid "Expected text or optional element <%s>, found <%s> instead" +msgstr "" -#~ msgid "Enter Gfig Entry Name" -#~ msgstr "Indtast figurnavn" +#: ../plug-ins/metadata/xmp-parse.c:281 +#, c-format +msgid "Expected element <%s>, found <%s> instead" +msgstr "" -#~ msgid "Load Gfig obj" -#~ msgstr "Indlæs figur" +#: ../plug-ins/metadata/xmp-parse.c:296 +#, c-format +msgid "Unknown element <%s>" +msgstr "" -#~ msgid "Email alt@picnic.demon.co.uk" -#~ msgstr "Epostadresse: alt@picnic.demon.co.uk" +#: ../plug-ins/metadata/xmp-parse.c:325 +#, c-format +msgid "Unknown attribute \"%s\"=\"%s\" in element <%s>" +msgstr "" -#~ msgid "Isometric grid By Rob Saunders" -#~ msgstr "Isometrisk gitter af Rob Saunders" +#: ../plug-ins/metadata/xmp-parse.c:655 +#, c-format +msgid "Required attribute rdf:about missing in <%s>" +msgstr "" -#~ msgid "" -#~ "Image size has changed.\n" -#~ "Resize Area's?" -#~ msgstr "" -#~ "Billedstørrelsen er ændret.\n" -#~ "Tilpas områder?" +#: ../plug-ins/metadata/xmp-parse.c:881 +#, c-format +msgid "Nested elements (<%s>) are not allowed in this context" +msgstr "" -#~ msgid "_Apply" -#~ msgstr "_Anvend" +#: ../plug-ins/metadata/xmp-parse.c:1010 +#, c-format +msgid "End of element <%s> not expected in this context" +msgstr "" -#~ msgid "Abbr." -#~ msgstr "Fork." +#: ../plug-ins/metadata/xmp-parse.c:1112 +#, c-format +msgid "The current element (<%s>) cannot contain text" +msgstr "" -#~ msgid "Don't Save Unit" -#~ msgstr "Gem ikke enhed" +#: ../plug-ins/metadata/xmp-parse.c:1137 +msgid "XMP packets must start with " +msgstr "" -#~ msgid "Don't save the currently selected unit before GIMP exits." -#~ msgstr "Gem ikke den valgte enhed før Gimp'en afsluttes." +#: ../plug-ins/metadata/xmp-parse.c:1151 +msgid "XMP packets must end with " +msgstr "" -#~ msgid "Save Unit" -#~ msgstr "Gem enhed" +#: ../plug-ins/metadata/xmp-parse.c:1164 +msgid "XMP cannot contain XML comments or processing instructions" +msgstr "" -#~ msgid "Save the currently selected unit before GIMP exits." -#~ msgstr "Gem den valgte enhed før Gimp'en afsluttes." +#: ../plug-ins/pagecurl/pagecurl.c:216 +msgid "Curl up one of the image corners" +msgstr "" -#~ msgid "Specifies the amount of embossing to apply to each brush stroke" -#~ msgstr "Angiver hvor meget penselstrøg skal \"forhøjes\"" +#: ../plug-ins/pagecurl/pagecurl.c:221 +#, fuzzy +msgid "_Pagecurl..." +msgstr "Krøller papir..." -#~ msgid "Quit the program" -#~ msgstr "Afslut programmet" +# "effect" er overflødigt +#: ../plug-ins/pagecurl/pagecurl.c:440 +msgid "Pagecurl Effect" +msgstr "Papirkrølning" -#~ msgid "Show some information about program" -#~ msgstr "Vis lidt information om dette program" +#: ../plug-ins/pagecurl/pagecurl.c:462 +msgid "Curl Location" +msgstr "Placering af krølle" -#~ msgid "Run with the selected settings" -#~ msgstr "Kør med de valgte indstillinger" +#: ../plug-ins/pagecurl/pagecurl.c:481 +msgid "Lower right" +msgstr "Nederste højre" -#~ msgid "How large an angle-span to use (360 = full circle)" -#~ msgstr "Hvor stor vinklen skal være (360 = hel cirkel)" +#: ../plug-ins/pagecurl/pagecurl.c:482 +msgid "Lower left" +msgstr "Nederste venstre" -#~ msgid "Apply and exit the editor" -#~ msgstr "Anvend og afslut redigering" +#: ../plug-ins/pagecurl/pagecurl.c:483 +msgid "Upper left" +msgstr "Øverste venstre" -#~ msgid "Apply, but stay inside the editor" -#~ msgstr "Anvend, men fortsæt redigering" +#: ../plug-ins/pagecurl/pagecurl.c:484 +msgid "Upper right" +msgstr "Øverste højre" -#~ msgid "Cancel all changes and exit" -#~ msgstr "Fortryd alle ændringer og afslut" +#: ../plug-ins/pagecurl/pagecurl.c:524 +msgid "Curl Orientation" +msgstr "Krølleorientering" -#~ msgid "Placement:" -#~ msgstr "Placering:" +#: ../plug-ins/pagecurl/pagecurl.c:568 +#, fuzzy +msgid "_Shade under curl" +msgstr "Skygge under krølle" -#~ msgid "Refresh" -#~ msgstr "Opdatér" +#: ../plug-ins/pagecurl/pagecurl.c:581 +msgid "Current gradient (reversed)" +msgstr "" -#~ msgid "Save as..." -#~ msgstr "Gem som..." +#: ../plug-ins/pagecurl/pagecurl.c:586 +#, fuzzy +msgid "Current gradient" +msgstr "Brugerdefineret farveovergang" -#~ msgid "Spot" -#~ msgstr "Prik" +#: ../plug-ins/pagecurl/pagecurl.c:591 +msgid "Foreground / background colors" +msgstr "Forgrunds-/baggrundsfarver" -#~ msgid "_Update Preview" -#~ msgstr "_Opdatér miniature" +#: ../plug-ins/pagecurl/pagecurl.c:611 +#, fuzzy +msgid "_Opacity:" +msgstr "Uigennemsighed:" -#~ msgid "rgb-compose" -#~ msgstr "rgb-sammensætning" +#: ../plug-ins/pagecurl/pagecurl.c:734 +msgid "Curl Layer" +msgstr "Krøllelag" -#~ msgid "rgba-compose" -#~ msgstr "rgba-sammensætning" +#: ../plug-ins/pagecurl/pagecurl.c:1022 +msgid "Page Curl" +msgstr "Krøller papir" -#~ msgid "hsv-compose" -#~ msgstr "hsv-sammensætning" +#: ../plug-ins/print/print-page-layout.c:148 +msgid "Ignore Page _Margins" +msgstr "" -#~ msgid "cmy-compose" -#~ msgstr "cmy-sammensætning" +#: ../plug-ins/print/print-page-layout.c:294 +#, fuzzy +msgid "_X resolution:" +msgstr "Opløsning:" -#~ msgid "cmyk-compose" -#~ msgstr "cmyk-sammensætning" +#: ../plug-ins/print/print-page-layout.c:298 +#, fuzzy +msgid "_Y resolution:" +msgstr "Opløsning:" -#~ msgid "" -#~ "PNG: Couldn't simply reduce colors further.\n" -#~ "Saving as opaque.\n" -#~ msgstr "" -#~ "PNG: Kunne ikke blot reducere antallet af \n" -#~ "farver yderligere. Gemmer som ugennemsigtig.\n" +#: ../plug-ins/print/print-page-layout.c:369 +#, fuzzy +msgid "_Left:" +msgstr "Venstre:" -#~ msgid "not valid GFlare file: %s" -#~ msgstr "ikke gyldig farveovergangsblusfil: %s" +#: ../plug-ins/print/print-page-layout.c:388 +#, fuzzy +msgid "_Right:" +msgstr "Højre:" -#~ msgid "Close" -#~ msgstr "Luk" +# skal være "centrum" fordi det både optræder et sted hvor det betyder +# "centrum" og et sted hvor det mere betyder "midten" +#: ../plug-ins/print/print-page-layout.c:442 +msgid "C_enter:" +msgstr "C_entrum:" -#~ msgid "Image preview" -#~ msgstr "Billedeksempel" +#: ../plug-ins/print/print-page-layout.c:450 +msgid "Horizontally" +msgstr "Vandret" -#~ msgid "Undo Zoom" -#~ msgstr "Fortryd zoom" +#: ../plug-ins/print/print-page-layout.c:451 +msgid "Vertically" +msgstr "Lodret" -#~ msgid "Redo Zoom" -#~ msgstr "Gentag zoom" +#: ../plug-ins/print/print-page-layout.c:452 +msgid "Both" +msgstr "Begge" -#~ msgid "Step In" -#~ msgstr "Trin ind" +#: ../plug-ins/print/print.c:102 +msgid "Print the image" +msgstr "Udskriv billedet" -#~ msgid "Step Out" -#~ msgstr "Trin ud" +#: ../plug-ins/print/print.c:107 +#, fuzzy +msgid "_Print..." +msgstr "Udskriver..." -#~ msgid "Antialiasing Options" -#~ msgstr "Udjævningsindstillinger" +#: ../plug-ins/print/print.c:118 +msgid "Adjust page size and orientation for printing" +msgstr "" -#~ msgid "Bumpmap Settings" -#~ msgstr "Indstillinger for højdekort" +#: ../plug-ins/print/print.c:124 +msgid "Page Set_up" +msgstr "S_ideopsætning" -#~ msgid "Environment Settings" -#~ msgstr "Indstillinger for omgivelser" +#: ../plug-ins/print/print.c:265 +msgid "Image Settings" +msgstr "Billedindstillinger" -#~ msgid "Depth:" -#~ msgstr "Dybde:" +#: ../plug-ins/print/print.c:348 +msgid "An error occurred while trying to print:" +msgstr "Der opstod en fejl ved forsøg på at udskrive" -#~ msgid "Length:" -#~ msgstr "Længde" +#: ../plug-ins/print/print.c:375 +msgid "Printing" +msgstr "Udskriver" -#~ msgid "Material" -#~ msgstr "Materiale" +#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); +#: ../plug-ins/selection-to-path/pxl-outline.c:82 +msgid "Selection to Path" +msgstr "Markering til bane" -# "preview" er en bydeform her -#~ msgid "Preview!" -#~ msgstr "Vis eksempel!" +#: ../plug-ins/selection-to-path/selection-to-path.c:185 +msgid "No selection to convert" +msgstr "Ingen markering at omdanne" -#~ msgid "Hue Settings" -#~ msgstr "Indstillinger for farvetone" +# vi stryger bare sel2path da det er uoversætteligt og sagtens kan undværes +#: ../plug-ins/selection-to-path/selection-to-path.c:302 +#, fuzzy +msgid "Selection to Path Advanced Settings" +msgstr "Avancerede indstillinger" -#~ msgid "Saturation Settings" -#~ msgstr "Indstillinger for mætning" +#: ../plug-ins/twain/twain.c:87 +msgid "Capture an image from a TWAIN datasource" +msgstr "" -#~ msgid "Value (Gray Image) Settings" -#~ msgstr "Indstillinger for værdi (gråtonebillede)" +#: ../plug-ins/twain/twain.c:352 +msgid "_Scanner/Camera..." +msgstr "_Skanner/Kamera..." -#~ msgid "Other Parameter Settings" -#~ msgstr "Andre parameterindstillinger" +#. Initialize our progress dialog +#: ../plug-ins/twain/twain.c:486 +msgid "Transferring data from scanner/camera" +msgstr "Overfører data fra skanner/kamera" -#~ msgid "Misc Operations" -#~ msgstr "Forskellige operationer" +#: ../plug-ins/win-snap/winsnap.c:865 +msgid "Grab" +msgstr "Indfang" -#~ msgid "CopyInv" -#~ msgstr "Kopiér inv." +#: ../plug-ins/win-snap/winsnap.c:881 +msgid "Grab a single window" +msgstr "Opsnap et enkelt vindue" -#~ msgid "SaveCurve" -#~ msgstr "Gem kurve" +#: ../plug-ins/win-snap/winsnap.c:895 +msgid "Grab the whole screen" +msgstr "Opsnap hele skærmbilledet" -#~ msgid "_Edit Flame" -#~ msgstr "_Redigér flamme" +#: ../plug-ins/win-snap/winsnap.c:911 +msgid "after" +msgstr "efter" -#~ msgid "_Load Flame" -#~ msgstr "_Åbn flamme" +#: ../plug-ins/win-snap/winsnap.c:923 +msgid "Seconds delay" +msgstr "Sekunders forsinkelse" -#~ msgid "_Save Flame" -#~ msgstr "_Gem flamme" +#: ../plug-ins/win-snap/winsnap.c:930 +msgid "Include decorations" +msgstr "Med udsmykninger" -#~ msgid "_New" -#~ msgstr "_Ny" +#: ../plug-ins/win-snap/winsnap.c:989 +msgid "Capture a window or desktop image" +msgstr "" -#~ msgid "Co_py" -#~ msgstr "Ko_piér" +#: ../plug-ins/win-snap/winsnap.c:994 +msgid "_Screen Shot..." +msgstr "_Skærmbillede..." -#~ msgid "_Delete" -#~ msgstr "_Slet" +#: ../plug-ins/win-snap/winsnap.c:1142 +msgid "No data captured" +msgstr "Ingen data indfanget" -# dækker så nogenlunde - menuen indeholder gitterindstillinger og "opret rektangler" -#~ msgid "_Goodies" -#~ msgstr "_Hjælpemidler" +#~ msgid "About" +#~ msgstr "Om" -#~ msgid "print_spline: strange degree (%d)" -#~ msgstr "print_spline: mærkelig grad (%d)" +#~ msgid "Redraw" +#~ msgstr "Gentegn" -#~ msgid "selection_to_path" -#~ msgstr "markering_til_bane" +#~ msgid "XMIN:" +#~ msgstr "x-min:" -#~ msgid "gimp_image_get_selection failed" -#~ msgstr "gimp_image_get_selection fejlede" +#~ msgid "Change the first (minimal) x-coordinate delimitation" +#~ msgstr "Ændr den første (minimale) x-koordinatsbegrænsning" -#~ msgid "Internal error. Selection bpp > 1" -#~ msgstr "Intern fejl. Markeringens bpp > 1" +#~ msgid "XMAX:" +#~ msgstr "x-maks:" -#~ msgid "Brightness" -#~ msgstr "Lysstyrke" +#~ msgid "Change the second (maximal) x-coordinate delimitation" +#~ msgstr "Ændr den anden (maksimale) x-koordinatsbegrænsning" -#~ msgid "Azimuth:" -#~ msgstr "Azimut:" +#~ msgid "YMIN:" +#~ msgstr "y-min:" -# 'checker' er et felt på brættet -#~ msgid "Check _Size:" -#~ msgstr "Felt_størrelse:" +#~ msgid "Change the first (minimal) y-coordinate delimitation" +#~ msgstr "Ændr den første (minimale) y-koordinatsbegrænsning" -#~ msgid "Horizontal:" -#~ msgstr "Vandret:" +#~ msgid "YMAX:" +#~ msgstr "y-maks:" -#~ msgid "Vertical:" -#~ msgstr "Lodret:" +#~ msgid "Change the second (maximal) y-coordinate delimitation" +#~ msgstr "Ændr den anden (maksimale) y-koordinatsbegrænsning" -#~ msgid "Wind Strength must be greater than 0." -#~ msgstr "Vindstyrke skal være større end 0." +#~ msgid "ITER:" +#~ msgstr "Iter:" #~ msgid "" -#~ "Directory not found

%s

Couldn't change to directory

%s

while trying to access

%s

This " -#~ "either means that the help for this topic has not been written yet or " -#~ "that something is wrong with your installation. Please check carefully " -#~ "before you report this as a bug." +#~ "Change the CX value (changes aspect of fractal, active with every fractal " +#~ "but Mandelbrot and Sierpinski)" #~ msgstr "" -#~ "Mappe ikke fundet

%s

Kunne ikke skifte til mappen

%s

ved " -#~ "forsøg på at få adgang til

%s

Enten " -#~ "betyder det at hjælpen for dette emne ikke er skrevet endnu eller at " -#~ "noget er galt med din installation. Kontrollér venligst dette omhyggeligt " -#~ "før du rapporterer det som en fejl." +#~ "Ændr cx-værdien (ændrer fraktalens aspekt, gælder for alle fraktaler " +#~ "undtagen Mandelbrot og Sierpinski)" #~ msgid "" -#~ "GIMP Help Browser Error.\n" -#~ "\n" -#~ "Couldn't find my root html directory.\n" -#~ "(%s)" +#~ "Change the CY value (changes aspect of fractal, active with every fractal " +#~ "but Mandelbrot and Sierpinski)" #~ msgstr "" -#~ "Gimp hjælpelæser-fejl.\n" -#~ "\n" -#~ "Kunne ikke finde html-rodmappen.\n" -#~ "(%s)" - -#~ msgid "Width" -#~ msgstr "Bredde" - -#~ msgid "Height" -#~ msgstr "Højde:" - -#~ msgid "Comment about this area: (optional)" -#~ msgstr "Kommentar til dette område: (valgfri)" - -#~ msgid "Preferences..." -#~ msgstr "Indstillinger..." - -#~ msgid "Quit" -#~ msgstr "Afslut" +#~ "Ændr cy-værdien (ændrer fraktalens aspekt, gælder for alle fraktaler " +#~ "undtagen Mandelbrot og Sierpinski)" -#~ msgid "Zoom In" -#~ msgstr "Zoom ind" +#~ msgid "Edit fractal name" +#~ msgstr "Redigér fraktalnavn" -#~ msgid "Zoom Out" -#~ msgstr "Zoom ud" +#~ msgid "Fractal name:" +#~ msgstr "Fraktalnavn:" -#~ msgid "In" -#~ msgstr "Ind" +#~ msgid "New Fractal" +#~ msgstr "Ny fraktal" -#~ msgid "Out" -#~ msgstr "Ud" +#~ msgid "Choose Fractal by double-clicking on it" +#~ msgstr "Vælg en fraktal ved at dobbeltklikke på den" -#~ msgid "Tile Height:" -#~ msgstr "Flisehøjde:" +#~ msgid "Lighting Effects..." +#~ msgstr "Lyseffekter..." -#~ msgid "Blacken" -#~ msgstr "Formørk" - -#~ msgid "Reset to Defaults" -#~ msgstr "Gendan standardværdier" - -#~ msgid "Center Image" -#~ msgstr "Centrér billede" - -#~ msgid "Scaling" -#~ msgstr "Skalering" +#, fuzzy +#~ msgid "General options" +#~ msgstr "Generelle indstillinger" -#~ msgid "Adjust Color" -#~ msgstr "Justér farve" +#~ msgid "Zoom out (make image smaller)" +#~ msgstr "Zoom ud (gør billedet mindre)" -#~ msgid "B&W" -#~ msgstr "S/H" +#~ msgid "Zoom in (make image bigger)" +#~ msgstr "Zoom ind (gør billedet større)" -#~ msgid "Value: " -#~ msgstr "Værdier: " +#~ msgid "Show/hide preview wireframe" +#~ msgstr "Vis/skjul en gitterramme i eksemplet" -#~ msgid "Press Button" -#~ msgstr "Klik på knappen" +#~ msgid "_RLE encoded" +#~ msgstr "_RLE-kodet" -#~ msgid "GAP Animated Filter apply" -#~ msgstr "Anvend GAP-animationsfilter" +#~ msgid "AlienMap2: Transforming..." +#~ msgstr "Alienafbildning 2: transformerer..." -#~ msgid "Animated Filter apply (init)" -#~ msgstr "Anvend animationsfilter (klargøring)" +#~ msgid "AlienMap2" +#~ msgstr "Alienafbildning 2" -#~ msgid "Gen Code by name" -#~ msgstr "Fremstil kode efter navn" +#, fuzzy +#~ msgid "Random seed" +#~ msgstr "Tilfældig _startværdi:" -#~ msgid "Animated Filter apply (by name - please wait)" -#~ msgstr "Anvend animationsfilter (efter navn - vent venligst)" +#~ msgid "Save Parameters to" +#~ msgstr "Gem parametre i" -#~ msgid "Animated Filter apply (by blurb - please wait)" -#~ msgstr "Anvend animationsfilter (efter beskrivelse - vent venligst)" +#~ msgid "" +#~ "File '%s' exists.\n" +#~ "Overwrite it?" +#~ msgstr "" +#~ "Filen \"%s\" eksisterer.\n" +#~ "Overskriv den?" -#~ msgid "Animated Filter apply (please wait)" -#~ msgstr "Anvend animationsfilter (vent venligst)" +#~ msgid "Load Parameters from" +#~ msgstr "Indlæs parametre fra" -#~ msgid "Animated Filter apply" -#~ msgstr "Anvend animationsfilter" +#~ msgid "Selective Load from" +#~ msgstr "Selektiv indlæsning fra" -#~ msgid "/Video/Split Video to Frames" -#~ msgstr "/Video/Opdel video i billeder" +#~ msgid "Play/Stop" +#~ msgstr "Afspil/stop" -#~ msgid "/Xtns/Split Video to Frames" -#~ msgstr "/Udvidelser/Opdel video i billeder" +#~ msgid "Rewind" +#~ msgstr "Tilbage" -#~ msgid "/Video/Split Video to Frames/MPEG1" -#~ msgstr "/Video/Opdel video i billeder/MPEG1" +#~ msgid "Colorcube Analysis..." +#~ msgstr "Farveterningsanalyse..." -#~ msgid "/Xtns/Split Video to Frames/MPEG1" -#~ msgstr "/Udvidelser/Opdel video i billeder/MPEG1" +#~ msgid "Uncompressed size: %s" +#~ msgstr "Ukomprimeret størrelse: %s" -#~ msgid "Overwrite Frame" -#~ msgstr "Overskriv billede" +#~ msgid "Filename: %s" +#~ msgstr "Filnavn: %s" -#~ msgid "Overwrite All" -#~ msgstr "Overskriv alt" +#~ msgid "Compression ratio (approx.): %d to 1" +#~ msgstr "Komprimeringsforhold (ca.): %d til 1" -#~ msgid "GAP Question" -#~ msgstr "GAP-spørgsmål" +# det er ikke muligt at få første del med, men det går sagtens uden +#~ msgid "Channel Mixer File Operation Warning" +#~ msgstr "Filoperationsadvarsel" -#~ msgid "Decoding MPEG Movie..." -#~ msgstr "Dekoder MPEG-film..." +#~ msgid "Color Enhance..." +#~ msgstr "Forbedrer farver..." -#~ msgid "" -#~ "Name of the MPEG1 videofile to READ.\n" -#~ "Frames are extracted from the videofile\n" -#~ "and written to seperate diskfiles.\n" -#~ "Audiotracks in the videofile are ignored." -#~ msgstr "" -#~ "Navn på MPEG1-videofilen der skal LÆSES.\n" -#~ "Billederne bliver udtrukket fra videofilen\n" -#~ "og udskrevet på separate diskfiler.\n" -#~ "Lydspor i videofilen ignoreres." +#~ msgid "Alpha:" +#~ msgstr "Alfa:" -#~ msgid "Framenumber of 1st frame to extract" -#~ msgstr "Billednummer på første billede der skal udtrækkes" +#~ msgid "Value:" +#~ msgstr "Værdi:" -#~ msgid "Framenumber of last frame to extract" -#~ msgstr "Billednummer på sidste billede der skal udtrækkes" +#~ msgid "A_utomatic" +#~ msgstr "A_utomatisk" -#~ msgid "Framenames:" -#~ msgstr "Billednavne:" +#~ msgid "Curve Bend..." +#~ msgstr "Kurvebøjer..." -#~ msgid "" -#~ "Basename for the AnimFrames to write on disk\n" -#~ "(framenumber and .xcf is added)" -#~ msgstr "" -#~ "Basisnavn for billeder der skal skrives på disken\n" -#~ "(billednummer og \".xcf\" bliver tilføjet)" +#~ msgid "Deinterlace..." +#~ msgstr "Fjerner linjespring..." -#~ msgid "Open the 1st one of the extracted frames" -#~ msgstr "Åbn det første af de udtrukkede billeder" +#, fuzzy +#~ msgid "Other options" +#~ msgstr "_Andre indstillinger" -#~ msgid "" -#~ "\n" -#~ "WARNING: Do not attempt to split other files than MPEG1 videos.\n" -#~ "Before you proceed, you should save all open images." -#~ msgstr "" -#~ "\n" -#~ "ADVARSEL: Forsøg ikke at opdele andre filer end MPEG1-videoer.\n" -#~ "Før du går videre, bør du gemme alle åbne billeder." +#~ msgid "On Edges:" +#~ msgstr "Ved kanter:" -#~ msgid "Split MPEG1 Video to Frames" -#~ msgstr "Opdel MPEG1-film i billeder" +#~ msgid "Color Exchange..." +#~ msgstr "Farveudveksling..." -#~ msgid "Select Frame Range" -#~ msgstr "Vælg billedinterval" +#~ msgid "Temporary" +#~ msgstr "Midlertidig" -#~ msgid "Conditions to run the xanim based video split" -#~ msgstr "Betingelser for at køre xanim-baseret videoopslitning" +#~ msgid "Film" +#~ msgstr "Film" -#~ msgid "1.) xanim 2.80.0 exporting edition (the loki version)" -#~ msgstr "1) xanim 2.80.0 eksporteringsudgaven (Loki-versionen)" +#, fuzzy +#~ msgid "_FlareFX..." +#~ msgstr "Linserefleks" -#~ msgid " must be installed somewhere in your PATH" -#~ msgstr " skal være installeret et sted i din $PATH" +#~ msgid "FlareFX" +#~ msgstr "Linserefleks" -#~ msgid " you can get xanim exporting edition at" -#~ msgstr " du kan få xanim med eksportfunktioner her:" +#, fuzzy +#~ msgid "_Show cursor" +#~ msgstr "_Vis markør" -#~ msgid "" -#~ "2.) if your xanim exporting edition is not in your PATH or is not named " -#~ "xanim" -#~ msgstr "" -#~ "2) hvis din xanim eksporteringsudgave ikke er i PATH eller ikke er kaldt " -#~ "xanim" +#~ msgid "Before and After" +#~ msgstr "Før og efter" -#~ msgid " you have to set Environment variable GAP_XANIM_PROG " -#~ msgstr " skal du sætte miljøvariablen GAP_XANIM_PROG " +#~ msgid "Smoothness of Aliasing" +#~ msgstr "Glathed ved aliasing" -#~ msgid " to your xanim exporting program and restart gimp" -#~ msgstr " til dit xanim eksportprogram og genstarte Gimp'en" +#~ msgid "Preview as You Drag" +#~ msgstr "Vis eksempel mens du trækker" -#~ msgid "An ERROR occurred while trying to call xanim:" -#~ msgstr "En fejl opstod ved forsøg på at kalde xanim:" +#~ msgid "_Warp" +#~ msgstr "_Fordrejet" -#~ msgid "XANIM Information" -#~ msgstr "XANIM-information" +#, fuzzy +#~ msgid "Gaussian Blur..." +#~ msgstr "/Filtre/Slør/Gaussisk slør (_IIR)..." -#~ msgid "Video:" -#~ msgstr "Video:" +#~ msgid "GEE-SLIME" +#~ msgstr "GEE-SLIM" #~ msgid "" -#~ "Name of a videofile to READ by xanim.\n" -#~ "Frames are extracted from the videofile\n" -#~ "and written to separate diskfiles.\n" -#~ "xanim exporting edition is required." +#~ "A less-obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox." +#~ "org / 1998-2000" #~ msgstr "" -#~ "Navn på en videofil som skal LÆSES af xanim.\n" -#~ "Billeder bliver udtrukket fra videofilen\n" -#~ "og skrevet i separate diskfiler.\n" -#~ "xanim med eksporteringsfunktion er påkrævet." +#~ "En knap så forældet kreation af Adam D. Moss / adam@gimp.org / " +#~ "adam@foxbox.org / 1998-2000" #~ msgid "" -#~ "Basename for the AnimFrames to write on disk\n" -#~ "(framenumber and extension is added)" +#~ "An obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / " +#~ "1998-2000" #~ msgstr "" -#~ "Basisnavn for billeder som skrives på disken\n" -#~ "(billednummer og filudvidelse bliver tilføjet)" +#~ "En forældet kreation af Adam D. Moss / adam@gimp.org / adam@foxbox.org / " +#~ "1998-2000" #~ msgid "" -#~ "Fileformat for the extracted AnimFrames\n" -#~ "(xcf is extracted as ppm and converted to xcf)" +#~ "Warning:\n" +#~ "Transparent color in written file might be incorrect on viewers which " +#~ "don't support transparency." #~ msgstr "" -#~ "Filformat for de udtrukne billeder\n" -#~ "(xcf bliver udtrukket som ppm og lavet om til xcf)" +#~ "Advarsel:\n" +#~ "Gennemsigtig farve i gemt fil kan se forkert ud i fremvisere som ikke " +#~ "understøtter gennemsigtighed." -#~ msgid "Extract Frames" -#~ msgstr "Udtræk billeder" +#~ msgid "GIF Warning" +#~ msgstr "GIF-advarsel" -#~ msgid "Enable extraction of Frames" -#~ msgstr "Tillad udtrækning af billede" - -#~ msgid "Extract Audio" -#~ msgstr "Udtræk lyd" - -#~ msgid "" -#~ "Enable extraction of audio to raw audiofile\n" -#~ "(frame range limits are ignored for audio)" -#~ msgstr "" -#~ "Muliggør udtrækning af lyd til en rå lydfil\n" -#~ "(billedintervalgrænser ignoreres for lyd)" - -#~ msgid "Jpeg Quality:" -#~ msgstr "Jpeg-kvalitet:" +#, fuzzy +#~ msgid "_Interlace" +#~ msgstr "Understøt gradvis indlæsning" -#~ msgid "" -#~ "Quality for resulting Jpeg frames\n" -#~ "(is ignored when other formats are used)" -#~ msgstr "" -#~ "Kvalitet af de resulterende JPEG-billeder\n" -#~ "(ignoreres hvis andre formater bliver brugt)" +#~ msgid "Glass Tile..." +#~ msgstr "Tilføjer glasflise..." -#~ msgid "Run asynchronously" -#~ msgstr "Kør asynkront (i baggrunden)" +#~ msgid "Qbist ..." +#~ msgstr "Qbist..." -#~ msgid "" -#~ "Run xanim asynchronously and delete unwanted frames\n" -#~ "(out of the specified range) while xanim is still running" -#~ msgstr "" -#~ "Kør xanim asynkront og slet uønskede billeder\n" -#~ "(uden for det angivne interval) mens xanim stadig kører" +#, fuzzy +#~ msgid "Save (middle transform) as QBE file" +#~ msgstr "Gem (midterste transformation) som QBE fil..." -#~ msgid "" -#~ "\n" -#~ "Warning: xanim 2.80 has only limited MPEG support.\n" -#~ "Most of the frames (type P and B) will be skipped." -#~ msgstr "" -#~ "\n" -#~ "Advarsel: xanim 2.80 har kun begrænset MPEG-understøttelse. \n" -#~ "De fleste billeder (type P og B) bliver oversprunget." +#~ msgid "Gradient Map..." +#~ msgstr "Afbilder farveovergang..." -#~ msgid "Split any Xanim readable Video to Frames" -#~ msgstr "Del en Xanim-læsbar video op i billeder" +#~ msgid "GIMP Table Magic" +#~ msgstr "Tabelmagi" -#~ msgid "" -#~ "can't find any extracted frames,\n" -#~ "%s\n" -#~ "maybe xanim has failed or was cancelled" -#~ msgstr "" -#~ "Kan ikke finde nogen udtrukne billeder,\n" -#~ "%s\n" -#~ "måske har xanim fejlet eller er blevet afbrudt" +#~ msgid "Guillotine..." +#~ msgstr "Guillotinerer..." -#~ msgid "frames are not extracted, because overwrite of %s was cancelled" -#~ msgstr "billeder blev ikke udtrukket da overskrivning af %s blev annulleret" +#~ msgid "Hot..." +#~ msgstr "Hed..." -#~ msgid "failed to overwrite %s (check permissions ?)" -#~ msgstr "fejl ved overskrivning af %s (tjek tilladelser?)" +#~ msgid "Illusion..." +#~ msgstr "Tilføjer illusion..." -#~ msgid "failed to write %s (check permissions ?)" -#~ msgstr "fejl ved skrivning af %s (tjek tilladelser?)" +#~ msgid "Warping..." +#~ msgstr "Fordrejer..." -#~ msgid "could not execute %s (check if xanim is installed)" -#~ msgstr "kunne ikke udføre %s (kontrollér om xanim er installeret)" +#~ msgid "_Ping Pong" +#~ msgstr "_Frem og tilbage" -#~ msgid "%s does not look like xanim" -#~ msgstr "%s ser ikke ud til at være xanim" +#, fuzzy +#~ msgid "_Smoothing:" +#~ msgstr "Udjævning:" -#~ msgid "" -#~ "The xanim program on your system \"%s\"\n" -#~ "does not support the exporting options Ea, Ee, Eq" -#~ msgstr "" -#~ "xanim-programmet på dit system \"%s\"\n" -#~ "understøtter ikke eksportmulighederne Ea, Ee, Eq" +#~ msgid "Laplace..." +#~ msgstr "Anvender Laplace..." -#~ msgid "" -#~ "The xanim program on your system \"%s\"\n" -#~ "does not support exporting of single frames" -#~ msgstr "" -#~ "xanim-programmet på dit system \"%s\"\n" -#~ "understøtter ikke eksport af enkelte billeder" +#~ msgid "Van Gogh (LIC)..." +#~ msgstr "Van Gogh (LIC)..." -#~ msgid "videofile %s not existent or empty\n" -#~ msgstr "Videofilen %s eksisterer ikke eller er tom\n" +#, fuzzy +#~ msgid "_Mail Image..." +#~ msgstr "/Fil/S_end billede..." -#~ msgid "" -#~ "could not create %s directory\n" -#~ "(that is required for xanim frame export)" -#~ msgstr "" -#~ "kunne ikke oprette mappen %s\n" -#~ "(som er krævet til xanim-eksport af billeder)" +#~ msgid "_Recipient:" +#~ msgstr "_Modtager:" -#~ msgid "extracting frames..." -#~ msgstr "Udtrækker billeder.." +#~ msgid "Comm_ent:" +#~ msgstr "_Kommentar:" -#~ msgid "" -#~ "could not start xanim process\n" -#~ "(program=%s)" -#~ msgstr "" -#~ "kunne ikke starte xanim-processen\n" -#~ "(program=%s)" +#~ msgid "Encapsulation:" +#~ msgstr "Indkapsling:" -#~ msgid "" -#~ "can't find any extracted frames,\n" -#~ "xanim has failed or was cancelled" -#~ msgstr "" -#~ "Kan ikke finde nogen udtrukne billeder,\n" -#~ "xanim fejlede eller blev afbrudt" +#~ msgid "_Uuencode" +#~ msgstr "_Uuencode" -#~ msgid "renaming frames..." -#~ msgstr "Omdøber billeder..." +#~ msgid "_MIME" +#~ msgstr "_MIME" -#~ msgid "converting frames..." -#~ msgstr "Konverterer billeder..." +#~ msgid "First Source Color" +#~ msgstr "Første kildefarve" -#~ msgid "backup to file" -#~ msgstr "Sikkerhedskopi til fil" +#~ msgid "Second Source Color" +#~ msgstr "Anden kildefarve" -#~ msgid "Make backup of the image after each step" -#~ msgstr "Tag en sikkerhedskopi af billedet efter hvert skridt" +#~ msgid "First Destination Color" +#~ msgstr "Første målfarve" -#~ msgid "Continue" -#~ msgstr "Fortsæt" +#, fuzzy +#~ msgid "Color Range _Mapping..." +#~ msgstr "Farveudveksling..." -#~ msgid "Skip %d" -#~ msgstr "Spring over %d" +#~ msgid "Cannot operate on gray or indexed color images." +#~ msgstr "Kan ikke arbejde med gråtone eller indekserede farvebilleder." -#~ msgid "" -#~ "2nd call of %s\n" -#~ "(define end-settings)" -#~ msgstr "" -#~ "2. kald af %s\n" -#~ "(indstil slut-parametre)" +#~ msgid "Adjusting Foreground/Background..." +#~ msgstr "Justerer forgrund-/baggrundsfarve..." -#~ msgid "" -#~ "Non-Interactive call of %s\n" -#~ "(for all layers in between)" -#~ msgstr "" -#~ "Ikke-interaktivt kald af %s\n" -#~ "(for alle mellemliggende lag)" +#~ msgid "Mapping colors..." +#~ msgstr "Afbilder farver..." -#~ msgid "Applying Filter to all Layers..." -#~ msgstr "Anvend filter på alle lag..." +#~ msgid "Map Color Range" +#~ msgstr "Afbild farveinterval" -#~ msgid "Select Filter for Animated apply" -#~ msgstr "Vælg animationsfilter" +#~ msgid "Source color range" +#~ msgstr "Kildefarveinterval" -#~ msgid "Apply Constant" -#~ msgstr "Anvend konstant" +#~ msgid "Destination color range" +#~ msgstr "Målfarveinterval" -#~ msgid "Apply Varying" -#~ msgstr "Anvend varierende" +#, fuzzy +#~ msgid "_Max RGB..." +#~ msgstr "Maks. RGB..." -#~ msgid "/Filters/Filter all Layers..." -#~ msgstr "/Filtre/Filtrér alle lag..." +#~ msgid "Settings" +#~ msgstr "Indstillinger" -#~ msgid "/Video/Split Video to Frames/Any XANIM readable..." -#~ msgstr "/Video/Opdel video i billede/Læsbar for XANIM..." +#, fuzzy +#~ msgid "T_ile size:" +#~ msgstr "F_lisestørrelse:" -#~ msgid "/Xtns/Split Video to Frames/Any XANIM readable..." -#~ msgstr "/Udvidelser/Opdel video i billeder/Læsbar for XANIM..." +#~ msgid "Unable to add additional point.\n" +#~ msgstr "Kunne ikke tilføje endnu et punkt.\n" -#~ msgid "/Video/Encode/MPEG1..." -#~ msgstr "/Video/Kod/MPEG1..." +#, fuzzy +#~ msgid "Neon..." +#~ msgstr "Åbn..." -#~ msgid "/Video/Encode/MPEG2..." -#~ msgstr "/Video/Kod/MPEG2..." +#~ msgid "Intensity" +#~ msgstr "Intensitet" -#~ msgid "GAP Message" -#~ msgstr "GAP-besked" +#~ msgid "Newsprint..." +#~ msgstr "Avistrykker..." -#~ msgid "" -#~ "OPERATION CANCELLED.\n" -#~ "Current frame changed while dialog was open." -#~ msgstr "" -#~ "OPERATION AFBRUDT.\n" -#~ "Det aktuelle billede blev ændret\n" -#~ "mens vinduet var åbent." +#~ msgid "NL Filter..." +#~ msgstr "Ikke-lineært filter..." -#~ msgid "" -#~ "OPERATION CANCELLED.\n" -#~ "GAP plug-ins only work with filenames\n" -#~ "that end in numbers like _0001.xcf.\n" -#~ "==> Rename your image, then try again." -#~ msgstr "" -#~ "OPERATION AFBRUDT.\n" -#~ "GAP-udvidelsesmodulet virker kun med filnavne\n" -#~ "hvis navne ender med tal som i _0001.xcf.\n" -#~ "\n" -#~ "Omdøb dit billede og prøv igen." +#, fuzzy +#~ msgid "_Scatter RGB..." +#~ msgstr "Spreder HSV..." -#~ msgid "" -#~ "You are using a file format != xcf\n" -#~ "Save Operations may result\n" -#~ "in loss of layer information." -#~ msgstr "" -#~ "Du benytter ikke XCF-formatet.\n" -#~ "Gemning kan resultere i tab af\n" -#~ "information om lag." +#, fuzzy +#~ msgid "Scatter RGB" +#~ msgstr "Spred HSV" -#~ msgid "Save Flattened" -#~ msgstr "Gem fladgjort" +#, fuzzy +#~ msgid "S_how cursor" +#~ msgstr "Vis _markør" -#~ msgid "Save As Is" -#~ msgstr "Gem som det er" +#~ msgid "Paper Tile..." +#~ msgstr "Udskærer papirbrikker..." -#~ msgid "Error: could not rename frame %ld to %ld" -#~ msgstr "Fejl: kunne ikke omdøbe billede %ld til %ld." +#~ msgid "Plasma..." +#~ msgstr "Genererer plasma..." -#~ msgid "Error: could not save frame %s" -#~ msgstr "Fejl: kunne ikke gemme billede %s." +#~ msgid "Could not load PNG defaults" +#~ msgstr "Kunne ikke indlæse PNG-standardværdier" -#~ msgid "Duplicating frames..." -#~ msgstr "Kopierer billeder..." +#~ msgid "PNM: Error reading file." +#~ msgstr "PNM: Fejl ved læsning af fil." -#~ msgid "Renumber Framesequence..." -#~ msgstr "Omnummererer billedsekvens..." +#~ msgid "PNM save cannot handle images with alpha channels." +#~ msgstr "PNM-gemning kan ikke håndtere billeder med alfakanaler" -#~ msgid "Goto Frame (%ld/%ld)" -#~ msgstr "Gå til billede (%ld/%ld)" +#~ msgid "Polarizing..." +#~ msgstr "Polariserer..." -#~ msgid "Destination Frame Number (%ld - %ld)" -#~ msgstr "Målbillednumre (%ld - %ld)" +#~ msgid "Polarize" +#~ msgstr "Polære koordinater" -#~ msgid "Number:" -#~ msgstr "Nummer:" +#~ msgid "Error starting ghostscript (%s)" +#~ msgstr "Fejl ved start af Ghostscript (%s)" -#~ msgid "Delete Frames (%ld/%ld)" -#~ msgstr "Slet billeder (%ld/%ld)" +#, fuzzy +#~ msgid "Error starting ghostscript: %s" +#~ msgstr "Fejl ved start af Ghostscript (%s)" -#~ msgid "Delete Frames from %ld to (number)" -#~ msgstr "Slet billeder fra %ld til (nummer)" +#~ msgid "Invalid UTF-8 string in PSD file" +#~ msgstr "Ugyldig UTF-8-tekst i PSD-fil" -#~ msgid "Duplicate Frames (%ld/%ld)" -#~ msgstr "Kopiér billeder (%ld/%ld)" +#, fuzzy +#~ msgid "Raw Image Loader" +#~ msgstr "Kildebillede/-lag:" -#~ msgid "Source Range starts at this framenumber" -#~ msgstr "Kildeintervallet starter ved dette billednummer" +#, fuzzy +#~ msgid "_Retinex..." +#~ msgstr "Skaber krusninger..." -#~ msgid "Source Range ends at this framenumber" -#~ msgstr "Kildeintervallet slutter ved dette billednummer" +#~ msgid "Rotating..." +#~ msgstr "Roterer..." -#~ msgid "N times:" -#~ msgstr "N gange:" +#~ msgid "Apply" +#~ msgstr "Anvend" -#~ msgid "" -#~ "Copy selected Range n-times \n" -#~ "(you may type in Values > 99)" -#~ msgstr "" -#~ "Kopier udvalgte rammer n gange \n" -#~ "(du kan indtaste værdier under 99)" +#, fuzzy +#~ msgid "S_catter HSV..." +#~ msgstr "Spreder HSV..." -#~ msgid "Duplicate Frame Range" -#~ msgstr "Kopiér billedinterval" +#~ msgid "Scattering HSV..." +#~ msgstr "Spreder HSV..." -#~ msgid "Exchange current Frame (%ld)" -#~ msgstr "Ombyt nuværende billede (%ld)" +#~ msgid "Scatter HSV" +#~ msgstr "Spred HSV" -#~ msgid "With Frame (number)" -#~ msgstr "Med billede (nummer)" +#~ msgid "Loading Screen Shot..." +#~ msgstr "Indlæser skærmbillede..." -#~ msgid "Framesequence Shift (%ld/%ld)" -#~ msgstr "Forskydning af billedsekvens (%ld/%ld)" +#~ msgid "a _Single Window" +#~ msgstr "_enkelt vindue" -#~ msgid "Affected Range starts at this framenumber" -#~ msgstr "Det berørte interval starter ved dette billednummer" +#~ msgid "S_elect Window After" +#~ msgstr "_Vælg vindue efter" -#~ msgid "Affected Range ends at this framenumber" -#~ msgstr "Det berørte interval slutter ved dette billednummer" +#~ msgid "Seconds Delay" +#~ msgstr "sekunders forsinkelse" -#~ msgid "N-Shift:" -#~ msgstr "N-forskydning:" +#~ msgid "the _Whole Screen" +#~ msgstr "_hele skærmen" -#~ msgid "" -#~ "Renumber the affected framesequence \n" -#~ "(numbers are shifted in circle by N)" -#~ msgstr "" -#~ "Omnummerér den påvirkede billedsekvens\n" -#~ "(numrene er forskudt cyklisk med N)" +#~ msgid "Grab _After" +#~ msgstr "Indfang _efter" -#~ msgid "Framesequence shift" -#~ msgstr "Billedsekvensforskydning" +#~ msgid "Selective Gaussian Blur..." +#~ msgstr "Selektiv gaussisk sløring..." -#~ msgid "" -#~ "Can't execute more than 1 Video Function\n" -#~ "on the same AnimFrame Image at the same time\n" -#~ "LOCK ID:%s\n" -#~ msgstr "" -#~ "Kan ikke udføre mere end én videofunktion\n" -#~ "på det samme billede på samme tid\n" -#~ "LOCK ID:%s\n" +#~ msgid "Sobel Edge Detecting..." +#~ msgstr "Sobel-kantfinder..." -#~ msgid "/Video/Goto/Next Frame" -#~ msgstr "/Video/Gå til/Næste billede" +#, fuzzy +#~ msgid "Update _Preview" +#~ msgstr "Opdatér miniature" -#~ msgid "/Video/Goto/Previous Frame" -#~ msgstr "/Video/Gå til/Forrige billede" +#~ msgid "Textures" +#~ msgstr "Teksturer" -#~ msgid "/Video/Goto/First Frame" -#~ msgstr "/Video/Gå til/Første billede" +#, fuzzy +#~ msgid "Texture Transformations" +#~ msgstr "Transformation %s" -#~ msgid "/Video/Goto/Last Frame" -#~ msgstr "/Video/Gå til/Sidste billede" +#, fuzzy +#~ msgid "Scalable SVG image" +#~ msgstr "Skalér til billede" -# bedre en "et eller andet" eller "vilkårligt" -#~ msgid "/Video/Goto/Any Frame..." -#~ msgstr "/Video/Gå til/Bestemt billede..." +#~ msgid "Or_igin at bottom left" +#~ msgstr "_Origo nederst til venstre" -#~ msgid "/Video/Delete Frames..." -#~ msgstr "/Video/Slet billeder..." +#~ msgid "The layer preserves transparency." +#~ msgstr "Laget bevarer sin gennemsigtighed." -#~ msgid "/Video/Duplicate Frames..." -#~ msgstr "/Video/Kopiér billeder..." +# at udelade navnet før : passer med de andre statusbeskeder +#~ msgid "Threshold Alpha: Coloring Transparency..." +#~ msgstr "Farvelægger gennemsigtighed..." -#~ msgid "/Video/Exchange Frame..." -#~ msgstr "/Video/Ombyt billede..." +#~ msgid "C_reate New Image" +#~ msgstr "_Opret nyt billede" -#~ msgid "/Video/Move Path..." -#~ msgstr "/Video/Bevægelsesbane..." +#~ msgid "TileIt" +#~ msgstr "Små fliser" -#~ msgid "/Video/Frames to Image..." -#~ msgstr "/Video/Billeder til enkelt billede..." +#~ msgid "Tiler..." +#~ msgstr "Omdanner til fliselægbar..." -#~ msgid "/Video/Frames Flatten..." -#~ msgstr "/Video/Fladgør billeder..." +#, fuzzy +#~ msgid "_Unit Editor" +#~ msgstr "Måleenheder" -#~ msgid "/Video/Frames LayerDel..." -#~ msgstr "/Video/Fjern lag fra billeder..." +#~ msgid "Unit factor must not be 0." +#~ msgstr "Enhedsfaktor må ikke være 0." -#~ msgid "/Video/Frames Convert..." -#~ msgstr "/Video/Konvertér billeder..." +#~ msgid "All text fields must contain a value." +#~ msgstr "Alle tekstfelter skal indeholde en værdi." -#~ msgid "/Video/Frames Resize..." -#~ msgstr "/Video/Ændr billedstørrelse..." +#~ msgid "Video/RGB..." +#~ msgstr "Tilføjer videoeffekt..." -#~ msgid "/Video/Frames Crop..." -#~ msgstr "/Video/Beskær billeder..." +#~ msgid "Value Invert..." +#~ msgstr "Værdiinverterer" -#~ msgid "/Video/Frames Scale..." -#~ msgstr "/Video/Skalér billeder..." +#~ msgid "Value Propagating..." +#~ msgstr "Propagerer værdi..." -# bemærk: skal synkroniseres med senere tekst -#~ msgid "/Video/Split Image to Frames..." -#~ msgstr "/Video/Billede til animationsbilleder..." +#, fuzzy +#~ msgid "FG color" +#~ msgstr "Forgrundsfarve" -#~ msgid "/Video/Framesequence Shift..." -#~ msgstr "/Video/Forskyd billedsekvens..." +#, fuzzy +#~ msgid "Copy to Clipboard" +#~ msgstr "/Redigér/Kopiér til klippebord" -#~ msgid "/Video/Frames Modify..." -#~ msgstr "/Video/Ændr billeder..." +#, fuzzy +#~ msgid "Paste from Clipboard" +#~ msgstr "/Redigér/Indsæt fra klippebord" -#~ msgid "Pattern is equal to LayerName" -#~ msgstr "Mønster er lig med lagnavn" +#, fuzzy +#~ msgid "From Clipboard" +#~ msgstr "Fra farve" -#~ msgid "Pattern is Start of LayerName" -#~ msgstr "Mønster er starten på lagnavn" +#~ msgid "Copying..." +#~ msgstr "Kopierer..." -#~ msgid "Pattern is End of Layername" -#~ msgstr "Mønster er slutningen på lagnavn" +#~ msgid "Unsupported format or Clipboard empty!" +#~ msgstr "Ikke-understøttet format eller tomt klippebord!" -#~ msgid "Pattern is a Part of LayerName" -#~ msgstr "Mønster er en del af lagnavn" +#~ msgid "Can't get Clipboard data." +#~ msgstr "Kan ikke indhente klippebordsdata." -#~ msgid "Pattern is LayerstackNumber List" -#~ msgstr "Mønster er lagstaknummerliste" +#~ msgid "Pasted" +#~ msgstr "Indsat" -#~ msgid "Pattern is REVERSE-stack List" -#~ msgstr "Mønster er OMVENDT lagstakliste" +#~ msgid "Pasting..." +#~ msgstr "Indsætter..." -#~ msgid "All Visible (ignore Pattern)" -#~ msgstr "Alt synligt (ignorer mønster)" +#, fuzzy +#~ msgid "_Print" +#~ msgstr "Udskriv" -#~ msgid "Select all Layers where Layername is equal to Pattern" -#~ msgstr "Udvælg alle lag hvor lagnavn er lig med mønster" +#~ msgid "Printer doesn't support bitmaps" +#~ msgstr "Printer understøtter ikke billeder" -#~ msgid "Select all Layers where Layername starts with Pattern" -#~ msgstr "Udvælg alle lag hvor lagnavn begynder med mønster" +#~ msgid "StartPage failed" +#~ msgstr "StartPage fejlede" -#~ msgid "Select all Layers where Layername ends up with Pattern" -#~ msgstr "Udvælg alle lag hvor lagnavn slutter med mønster" +#~ msgid "CreateDIBSection failed" +#~ msgstr "CreateDIBSection fejlede" -#~ msgid "Select all Layers where Layername contains Pattern" -#~ msgstr "Udvælg alle lag hvor lagnavn indeholder mønster" +#~ msgid "SetStretchBltMode failed (warning only)" +#~ msgstr "SetStretchBltMode fejlede (advarer kun)" #~ msgid "" -#~ "Select Layerstack positions.\n" -#~ "0, 4-5, 8\n" -#~ "where 0 == Top-layer" +#~ "StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) failed, " +#~ "error = %d, y = %d" #~ msgstr "" -#~ "Vælg lagstakpositioner.\n" -#~ "0, 4-5, 8\n" -#~ "hvor 0 er det øverste lag" +#~ "StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) fejlede, " +#~ "fejl = %d, y = %d" -#~ msgid "" -#~ "Select Layerstack positions.\n" -#~ "0, 4-5, 8\n" -#~ "where 0 == BG-layer" -#~ msgstr "" -#~ "Vælg lagstakpositioner.\n" -#~ "0, 4-5, 8\n" -#~ "hvor 0 er baggrundslaget" +#~ msgid "EndPage failed" +#~ msgstr "EndPage fejlede" -#~ msgid "Select all visible Layers" -#~ msgstr "Udvælg alle synlige lag" +#~ msgid "PageSetupDlg failed: %d" +#~ msgstr "PageSetupDlg fejlede: %d" -#~ msgid "Set Layer(s) visible" -#~ msgstr "Gør lag synlig" +#~ msgid "Created with The GIMP" +#~ msgstr "Fremstillet med Gimp'en" -#~ msgid "Set Layer(s) invisible" -#~ msgstr "Gør lag usynlig" +#~ msgid "ZealousCropping(tm)..." +#~ msgstr "Beskærer fanatisk..." -#~ msgid "Set Layer(s) linked" -#~ msgstr "Sæt lag som forbundne" +#~ msgid "Search by _Name" +#~ msgstr "Søg efter _navn" -#~ msgid "Set Layer(s) unlinked" -#~ msgstr "Sæt lag som uforbundne" +#~ msgid "Search by _Blurb" +#~ msgstr "Søg efter _beskrivelser" -#~ msgid "Raise Layer(s)" -#~ msgstr "Hæv lag" +#~ msgid "_Search:" +#~ msgstr "_Søg:" -#~ msgid "Lower Layer(s)" -#~ msgstr "Sænk lag" +#~ msgid "Searching by name - please wait" +#~ msgstr "Søger efter navn - vent venligst" -#~ msgid "Merge Layer(s) expand as necessary" -#~ msgstr "Forén lag, udvid om nødvendigt" +#~ msgid "Searching by blurb - please wait" +#~ msgstr "Søger efter beskrivelse - vent venligst" -#~ msgid "Merge Layer(s) clipped to image" -#~ msgstr "Forén lag, beskåret til billede" +#~ msgid "Searching - please wait" +#~ msgstr "Søger - vent venligst" -#~ msgid "Merge Layer(s) clipped to bg-layer" -#~ msgstr "Forén lag, beskåret til baggrundslag" +#, fuzzy +#~ msgid "1 Procedure" +#~ msgstr "Midlertidig procedure" -#~ msgid "Apply filter on Layer(s)" -#~ msgstr "Anvend filter på lag" +#, fuzzy +#~ msgid "%d Procedures" +#~ msgstr "Midlertidig procedure" -#~ msgid "Duplicate Layer(s)" -#~ msgstr "Kopiér lag" +#, fuzzy +#~ msgid "Additional Information" +#~ msgstr "Rumlig transformation" -#~ msgid "Rename Layer(s)" -#~ msgstr "Omdøb lag" +#~ msgid "Author:" +#~ msgstr "Forfatter:" -#~ msgid "" -#~ "Perform function on one or more Layer(s)\n" -#~ "in all frames of the selected frame range\n" -#~ msgstr "" -#~ "Udfør funktion på et eller flere lag\n" -#~ "for alle billeder i det valgte billedinterval.\n" +#~ msgid "Date:" +#~ msgstr "Dato:" -#~ msgid "From Frame:" -#~ msgstr "Fra billede:" +#~ msgid "Copyright:" +#~ msgstr "Copyright:" -#~ msgid "first handled frame" -#~ msgstr "Første bearbejdede billede" +#~ msgid "Internal GIMP procedure" +#~ msgstr "Intern Gimp-procedure" -#~ msgid "To Frame:" -#~ msgstr "Til billede:" +#~ msgid "GIMP Plug-In" +#~ msgstr "Gimp-udvidelsesmodul" -#~ msgid "last handled frame" -#~ msgstr "Sidste bearbejdede billede" +#~ msgid "GIMP Extension" +#~ msgstr "Gimp-udvidelse" -#~ msgid "Select Layer(s):" -#~ msgstr "Vælg lag:" +#~ msgid "Temporary Procedure" +#~ msgstr "Midlertidig procedure" -#~ msgid "Select Pattern:" -#~ msgstr "Vælg mønster:" +#, fuzzy +#~ msgid "1 Plug-In Interface" +#~ msgstr "Antal modulgrænseflader: %d" -#~ msgid "" -#~ "String to identify layer names \n" -#~ "or layerstack position numbers\n" -#~ "0,3-5" -#~ msgstr "" -#~ "Tekst til identifikation af lagnavne\n" -#~ "eller positionsnumre i lagstak\n" -#~ "0,3-5" +#, fuzzy +#~ msgid "%d Plug-In Interfaces" +#~ msgstr "Antal modulgrænseflader: %d" -#~ msgid "Case sensitive" -#~ msgstr "Forskel på store og små bogstaver" +#, fuzzy +#~ msgid "Menu Path/Name" +#~ msgstr "Menusti/navn" -#~ msgid "Lowercase and UPPERCASE letters are considered as different" -#~ msgstr "Små og STORE bogstaver anses for at være forskellige" +#~ msgid "BLANK/NaN Pixel Replacement" +#~ msgstr "BLANK/NaN-punkterstatning" -# udvalg her fordi det ikke er noget der er markeret -#~ msgid "Invert Selection" -#~ msgstr "Invertér udvalg" +#, fuzzy +#~ msgid "Gradient fill" +#~ msgstr "Farveovergang" -#~ msgid "Perform actions on all unselected Layers" -#~ msgstr "Udfør aktionerne på alle ikke-valgte lag" +#, fuzzy +#~ msgid "_GFlare..." +#~ msgstr "Farveovergangsblus" -#~ msgid "Function:" -#~ msgstr "Funktion:" +#~ msgid "GFlare" +#~ msgstr "Farveovergangsblus" -#~ msgid "Function to be performed on all selected layers" -#~ msgstr "Funktion som skal udføres på alle valgte lag" +#~ msgid "_Max Depth:" +#~ msgstr "_Maks. dybde:" -#~ msgid "New Layername:" -#~ msgstr "Nyt lagnavn:" +#~ msgid "Copy GFlare" +#~ msgstr "Kopiér blus" -#~ msgid "" -#~ "New Layername for all handled layers \n" -#~ "[####] is replaced by frame number\n" -#~ "(is used on function rename only)" -#~ msgstr "" -#~ "Nyt lagnavn for alle behandlede lag\n" -#~ "[####] bliver erstattet med billednummeret\n" -#~ "(bruges kun til funktionsomdøbelse)" +#~ msgid "Hue Rotation:" +#~ msgstr "Farvetonerotering:" -#~ msgid "Frames Modify" -#~ msgstr "Ændr billeder" +#~ msgid "Random Seed:" +#~ msgstr "Tilfældig startværdi:" -#~ msgid "" -#~ "Non-Interactive call of %s\n" -#~ "(for all selected layers)" -#~ msgstr "" -#~ "Ikke-interaktivt kald af %s\n" -#~ "(for alle valgte lag)" +#~ msgid "The GIMPressionist" +#~ msgstr "Gimpressionisten" + +#~ msgid "Gimpressionist" +#~ msgstr "Gimpressionist" -#~ msgid "Select Filter for Animated frames-apply" -#~ msgstr "Vælg animationsfilter" +#~ msgid "A_bout" +#~ msgstr "_Om" -#~ msgid "GAP Modify: No layer selected in last handled frame" -#~ msgstr "GAP-ændring: Intet lag valgt i sidste bearbejdede billede" +#~ msgid "Centerize" +#~ msgstr "Centrér" + +#~ msgid "Update" +#~ msgstr "Opdatér" -#~ msgid "Modifying Frames/Layer(s)..." -#~ msgstr "Ændrer billeder/lag..." +#~ msgid "" +#~ "It is highly recommended to add\n" +#~ " (gimpressionist-path \"%s\")\n" +#~ "(or similar) to your gimprc file." +#~ msgstr "" +#~ "Det anbefales kraftigt at tilføje\n" +#~ " (gimpressionist-path \"%s\")\n" +#~ "(eller lign.) til din gimprc-fil." -#~ msgid "No selected Layer in start frame" -#~ msgstr "Intet lag valgt i første billede" +#~ msgid "There is a problem with the GIMP help files." +#~ msgstr "Der er et problem med hjælpefilerne til Gimp'en." -#~ msgid "Dissolve" -#~ msgstr "Opløs" +#~ msgid "Please check your installation." +#~ msgstr "Kontroller din installation." -#~ msgid "Multiply" -#~ msgstr "Gang" +#, fuzzy +#~ msgid "Document not found" +#~ msgstr "Dokument ikke fundet" -#~ msgid "Darken Only" -#~ msgstr "Gør kun mørkere" +#~ msgid "Copying IFS to image (%d/%d)..." +#~ msgstr "Kopierer geometrisk fraktal til billede (%d/%d)..." -#~ msgid "Lighten Only" -#~ msgstr "Gør kun lysere" +#~ msgid "File already exists" +#~ msgstr "Fil eksisterer allerede" -#~ msgid "Left Top" -#~ msgstr "Øverste-venstre" +#, fuzzy +#~ msgid "Do you really want to overwrite?" +#~ msgstr "" +#~ "Fil eksisterer allerede.\n" +#~ " Ønsker du virkelig at overskrive den? " -#~ msgid "Left Bottom" -#~ msgstr "Nederste-venstre" +#, fuzzy +#~ msgid "Open recent" +#~ msgstr "Åbn seneste" -#~ msgid "Right Top" -#~ msgstr "Øverste-højre" +#, fuzzy +#~ msgid "Select _all" +#~ msgstr "Vælg alle" -#~ msgid "Right Bottom" -#~ msgstr "Nederste-højre" +#, fuzzy +#~ msgid "Edit area info..." +#~ msgstr "Redigér områdeinfo..." -#~ msgid "Loop Reverse" -#~ msgstr "Omvendt sløjfe" +#~ msgid "Grayscale" +#~ msgstr "Gråtone" -#~ msgid "Once" -#~ msgstr "Én gang" +#, fuzzy +#~ msgid "Select contiguous region" +#~ msgstr "Markér sammenhængende områder" -#~ msgid "OnceReverse" -#~ msgstr "Én gang - baglæns" +#, fuzzy +#~ msgid "Grid settings..." +#~ msgstr "Gitterindstillinger..." -#~ msgid "Frame Loop" -#~ msgstr "Billedsløjfe" +#, fuzzy +#~ msgid "_About ImageMap" +#~ msgstr "Om billedkort..." -#~ msgid "Frame Loop Reverse" -#~ msgstr "Baglæns billedsløjfe " +#~ msgid "Tools" +#~ msgstr "Værktøjer" -#~ msgid "Frame Once" -#~ msgstr "Billede én gang" +#~ msgid "Guides..." +#~ msgstr "Rektangler..." -#~ msgid "Frame OnceReverse" -#~ msgstr "Billede én gang baglæns" +#~ msgid "Edit" +#~ msgstr "Redigér" -#~ msgid "Frame PingPong" -#~ msgstr "Billede frem og tilbage" +#, fuzzy +#~ msgid "Edit map info" +#~ msgstr "Redigér kortinfo" -#~ msgid "Frame None" -#~ msgstr "Intet billede" +# dækker så nogenlunde +#~ msgid "Fuzzy Select" +#~ msgstr "Udflydende markering" -#~ msgid "Move Path" -#~ msgstr "Bevægelsesbane" +#~ msgid "Select contiguous regions" +#~ msgstr "Markér sammenhængende områder" -#~ msgid "Show PreviewFrame with Selected SrcLayer at current Controlpoint" -#~ msgstr "Vis eksempel med det valgte kildelag ved det aktuelle kontrolpunkt" +#~ msgid "Delete selected area" +#~ msgstr "Slet markeret område" -#~ msgid "Anim Preview" -#~ msgstr "Animationseksempel" +# RETMIG: rigtig? +#~ msgid "Multiple (57):" +#~ msgstr "Produkt (57):" -#~ msgid "Generate Animated Preview as multilayer image" -#~ msgstr "Generér animeret eksempel som flerlagsbillede" +#~ msgid "Offset (1):" +#~ msgstr "Afsæt (1):" -#~ msgid "Copy moving source-layer(s) into frames" -#~ msgstr "Kopiér kildelag der bevæger sig, ind i billeder" +#~ msgid "Print Color Adjust" +#~ msgstr "Justering af udskriftsfarve" -#~ msgid "Start Frame:" -#~ msgstr "Første billede:" +#~ msgid "Brightness:" +#~ msgstr "Lysstyrke:" -#~ msgid "First handled frame" -#~ msgstr "Første bearbejdede billede" +#~ msgid "" +#~ "Set the brightness of the print.\n" +#~ "0 is solid black, 2 is solid white" +#~ msgstr "" +#~ "Angiv lysstyrken for udskriften.\n" +#~ "0 er helt sort, 2 er helt hvid" -#~ msgid "End Frame:" -#~ msgstr "Sidste billede:" +#~ msgid "Contrast:" +#~ msgstr "Kontrast:" -#~ msgid "Last handled frame" -#~ msgstr "Sidste bearbejdede billede" +#~ msgid "Set the contrast of the print" +#~ msgstr "Angiv kontrasten for udskriften" -#~ msgid "Preview Frame:" -#~ msgstr "Eksempelbillede:" +#~ msgid "Adjust the cyan balance of the print" +#~ msgstr "Justér cyan-balancen af udskriften" -#~ msgid "Frame to show when UpdPreview button is pressed" -#~ msgstr "Billede der vises, når eksempelknappen aktiveres" +#~ msgid "Adjust the magenta balance of the print" +#~ msgstr "Justér magenta-balancen af udskriften" -#~ msgid "Layerstack:" -#~ msgstr "Lagstak:" +#~ msgid "Adjust the yellow balance of the print" +#~ msgstr "Justér den gule balance af udskriften" #~ msgid "" -#~ "How to insert SrcLayer into the Dst. Frame's Layerstack\n" -#~ "0 means on top i.e. in front" +#~ "Adjust the saturation (color balance) of the print\n" +#~ "Use zero saturation to produce grayscale output using color and black inks" #~ msgstr "" -#~ "Hvordan kildelag skal indsættes i lagstakken på målbilledet\n" -#~ "0 er øverst, dvs. forrest" +#~ "Justér mætheden (farvebalancen) af udskriften; brug mætheden nul for at " +#~ "lave et gråtonebillede med farve- og sort blæk" -#~ msgid "Force visibility" -#~ msgstr "Tving synlighed" +#~ msgid "Density:" +#~ msgstr "Tæthed:" -#~ msgid "Force visibility for all copied Src-Layers" -#~ msgstr "Gennemtving synlighed for alle kopierede kildelag" +#~ msgid "" +#~ "Adjust the density (amount of ink) of the print. Reduce the density if " +#~ "the ink bleeds through the paper or smears; increase the density if black " +#~ "regions are not solid." +#~ msgstr "" +#~ "Justér tætheden (mængden af blæk) af udskriften. Reducér tætheden hvis " +#~ "blækket trænger gennem papiret eller tværer ud; forøg den hvis de sorte " +#~ "områder ikke er ensfarvede." -#~ msgid "Clip To Frame" -#~ msgstr "Beskær til billede" +#~ msgid "" +#~ "Adjust the gamma of the print. Larger values will produce a generally " +#~ "brighter print, while smaller values will produce a generally darker " +#~ "print. Black and white will remain the same, unlike with the brightness " +#~ "adjustment." +#~ msgstr "" +#~ "Justér gammeværdien for udskriften. Større værdier giver en generel " +#~ "lysere udskrift, mens mindre værdier giver en generel mørkere udskrift. " +#~ "Sort og hvid forbliver det samme i modsætning til ved justering af " +#~ "lysstyrken." -#~ msgid "Clip all copied Src-Layers at Frame Boundaries" -#~ msgstr "Beskær alle kopierede kildelag ved billedgrænserne" +#~ msgid "Dither Algorithm:" +#~ msgstr "Farvereduceringsalgoritme:" #~ msgid "" -#~ "No Source Image was selected\n" -#~ "(Please open a 2nd Image of the same type before opening Move Path)" +#~ "Choose the dither algorithm to be used.\n" +#~ "Adaptive Hybrid usually produces the best all-around quality.\n" +#~ "Ordered is faster and produces almost as good quality on photographs.\n" +#~ "Fast and Very Fast are considerably faster, and work well for text and " +#~ "line art.\n" +#~ "Hybrid Floyd-Steinberg generally produces inferior output." #~ msgstr "" -#~ "Intet kildebillede valgt\n" -#~ "(åbn et andet billede af samme type før åbning af 'Bevægelsesbane')" +#~ "Vælg den farvereduceringsalgoritme der skal bruges.\n" +#~ "'Adaptiv hybrid' giver som regel den bedste generelle kvalitet.\n" +#~ "'Ordnet' er hurtigere og giver næsten samme kvalitet ved fotografier.\n" +#~ "'Hurtig' og 'Meget hurtig' er betydeligt hurtigere og virker godt med " +#~ "tekst og stregtegninger.\n" +#~ "'Hybrid Floyd-Steinberg' giver som regel ringere billeder." -#~ msgid "Object on empty frames" -#~ msgstr "Objekt på tomme billeder" +#~ msgid "%s -- Print v%s" +#~ msgstr "%s - udskrift v%s" -#~ msgid "Object on one frame" -#~ msgstr "Objekt på ét billede" +#~ msgid "" +#~ "Save\n" +#~ "Settings" +#~ msgstr "" +#~ "Gem\n" +#~ "indstillinger" -#~ msgid "Exact Object on frames" -#~ msgstr "Eksakt objekt på billeder" +#~ msgid "" +#~ "Print and\n" +#~ "Save Settings" +#~ msgstr "" +#~ "Udskriv og\n" +#~ "gem indstillinger" -#~ msgid "Anim Preview Mode" -#~ msgstr "Animationseksempeltilstand" +#~ msgid "" +#~ "Position the image on the page.\n" +#~ "Click and drag with the primary button to position the image.\n" +#~ "Click and drag with the second button to move the image with finer " +#~ "precision; each unit of motion moves the image one point (1/72\")\n" +#~ "Click and drag with the third (middle) button to move the image in units " +#~ "of the image size.\n" +#~ "Holding down the shift key while clicking and dragging constrains the " +#~ "image to only horizontal or vertical motion.\n" +#~ "If you click another button while dragging the mouse, the image will " +#~ "return to its original position." +#~ msgstr "" +#~ "Anbring billedet på siden.\n" +#~ "Klik og træk med den venstre knap for at placere billedet.\n" +#~ "Klik og træk med den højre knap for at flytte billedet med større " +#~ "præcision; enheden for bevægelse er så ét punkt (1/72 tomme).\n" +#~ "Klik og træk med midterknappen for at flytte billedet i enheder af " +#~ "billedets størrelse.\n" +#~ "Hvis skiftetasten holdes nede ved klik og træk, begrænses bevægelsen til " +#~ "kun lodret eller vandret.\n" +#~ "Hvis du klikker på en anden knap under træk med musen, vil billedet " +#~ "returnere til dets oprindelige placering." -#~ msgid "Scale Preview" -#~ msgstr "Skalér eksempel" +#~ msgid "Auto" +#~ msgstr "Automatisk" -#~ msgid "Scale down size of the generated animated preview (in %)" -#~ msgstr "Nedskalér størrelsen af det genererede animerede eksempel (i %)" +#~ msgid "Portrait" +#~ msgstr "Portræt" -#~ msgid "Framerate" -#~ msgstr "Billedfrekvens" +#~ msgid "Landscape" +#~ msgstr "Landskab" -#~ msgid "Framerate to use in the animated preview in frames/sec" -#~ msgstr "Billedfrekvensen i det animerede eksempel (i billeder/sek)" +#~ msgid "Upside down" +#~ msgstr "På hovedet" -#~ msgid "Copy to Video Buffer" -#~ msgstr "Kopiér til videomellemlager" +#~ msgid "Seascape" +#~ msgstr "Landskab på hovedet" #~ msgid "" -#~ "Save all single frames of animated preview to video buffer\n" -#~ "(configured in gimprc by video-paste-dir and video-paste-basename)" +#~ "Select the orientation: portrait, landscape, upside down, or seascape " +#~ "(upside down landscape)" #~ msgstr "" -#~ "Gem alle enkeltbillederne fra det animerede eksempel i et " -#~ "videomellemlager\n" -#~ "(konfigureret i gimprc med 'video-paste-dir' og 'video-paste-basename')" +#~ "Vælg orienteringen: portræt, landskab, på hovedet eller landskab på " +#~ "hovedet" + +#~ msgid "Distance from the left of the paper to the image" +#~ msgstr "Afstanden fra venstre kant af papiret til billedet" + +#~ msgid "Distance from the top of the paper to the image" +#~ msgstr "Afstanden fra toppen af papiret til billedet" -#~ msgid "Move Path Animated Preview" -#~ msgstr "Animeret eksempel med bevægelsesbane" +#~ msgid "Distance from the left of the paper to the right of the image" +#~ msgstr "Afstanden fra venstre kant af papiret til højre kant af billedet" -#~ msgid "Generate Animated Preview failed\n" -#~ msgstr "Generering af animeret eksempel mislykkedes\n" +#~ msgid "Right Border:" +#~ msgstr "Højre kant:" -#~ msgid "Load Path Points from file" -#~ msgstr "Indlæs banepunkter fra fil" +#~ msgid "Distance from the right of the paper to the image" +#~ msgstr "Afstanden fra højre kant af papiret til billedet" -#~ msgid "Save Path Points to file" -#~ msgstr "Gem banepunkter i fil" +#~ msgid "Distance from the top of the paper to the bottom of the image" +#~ msgstr "Afstanden fra toppen af papiret til bunden af billedet" -#~ msgid "Current Point: [ %3d ] of [ %3d ]" -#~ msgstr "Aktuelt punkt: [ %3d ] af [ %3d ]" +#~ msgid "Bottom Border:" +#~ msgstr "Nederste kant:" -#~ msgid "Source Select" -#~ msgstr "Vælg kilde" +#~ msgid "Distance from the bottom of the paper to the image" +#~ msgstr "Afstanden fra bundet af papiret til billedet" -#~ msgid "Source Object to insert into Frame Range" -#~ msgstr "Kildeobjekt der skal indsættes i billedintervallet" +#~ msgid "Center the image vertically on the paper" +#~ msgstr "Centrér billedet lodret på papiret" -#~ msgid "Mode:" -#~ msgstr "Tilstand:" +#~ msgid "Center the image horizontally on the paper" +#~ msgstr "Centrér billedet vandret på papiret" -#~ msgid "Paintmode" -#~ msgstr "Tegnetilstand" +#~ msgid "Setup Printer" +#~ msgstr "Konfigurér printer" -#~ msgid "Stepmode:" -#~ msgstr "Skridttilstand:" +#~ msgid "Printer Model:" +#~ msgstr "Printermodel:" -#~ msgid "How to fetch the next SrcLayer at the next handled frame" -#~ msgstr "Hvordan næste kildelag skal tages fra næste bearbejdede billede" +#~ msgid "Select your printer model" +#~ msgstr "Vælg printermodellen" -#~ msgid "Handle:" -#~ msgstr "Anker:" +#~ msgid "PPD File:" +#~ msgstr "PPD-fil:" -#~ msgid "How to place the SrcLayer at Controlpoint Coordinates" -#~ msgstr "Hvordan næste kildelag skal placeres ved kontrolpunktkoordinaterne" +#, fuzzy +#~ msgid "Enter the PPD filename for your printer" +#~ msgstr "Indtast det rigtige PPD-filnavn for din printer" + +#~ msgid "Browse" +#~ msgstr "Gennemse..." + +#, fuzzy +#~ msgid "Choose the PPD file for your printer" +#~ msgstr "Vælg det rigtige PPD-filnavn for din printer" -#~ msgid "Move Path Preview" -#~ msgstr "Bevægelsesbaneeksempel" +#~ msgid "Command:" +#~ msgstr "Kommando:" -#~ msgid "X Coordinate" -#~ msgstr "x-koordinat" +#, fuzzy +#~ msgid "" +#~ "Enter the command to print to your printer. Note: Please do not remove " +#~ "the `-l' or `-oraw' from the command string, or printing will probably " +#~ "fail!" +#~ msgstr "" +#~ "Indtast den rigtige kommando til at udskrive til din printer. Bemærk: " +#~ "fjern ikke '-l' eller '-oraw' fra kommandolinjen, ellers virker udskrift " +#~ "sandsynligvis ikke!" -#~ msgid "Y Coordinate" -#~ msgstr "y-koordinat" +#, fuzzy +#~ msgid "Choose PPD File" +#~ msgstr "PPD-fil?" -#~ msgid "Scale Source Layer's Width in percent" -#~ msgstr "Skalér kildelagets bredde (i procent)" +#~ msgid "Define New Printer" +#~ msgstr "Definér ny printer" -#~ msgid "Scale SrcLayer's Height in percent" -#~ msgstr "Skalér kildelagets højde (i procent)" +#, fuzzy +#~ msgid "Printer name:" +#~ msgstr "Printernavn:" -#~ msgid "SrcLayer's Opacity in percent" -#~ msgstr "Kildelagets uigennemsigtighed (i procent)" +#~ msgid "Enter the name you wish to give this logical printer" +#~ msgstr "Indtast det navn du ønsker at give til denne logiske printer" -#~ msgid "Rotate SrcLayer (in degree)" -#~ msgstr "Rotér kildelag (i grader)" +#~ msgid "About Gimp-Print " +#~ msgstr "Om Gimp-Print " -#~ msgid "Keyframe:" -#~ msgstr "Nøglebillede:" +#~ msgid "Gimp-Print Version " +#~ msgstr "Gimp-Print version " #~ msgid "" -#~ "Fix Controlpoint to Keyframe number\n" -#~ "(0 == No Keyframe)" +#~ "\n" +#~ "\n" +#~ "Copyright (C) 1997-2001 Michael Sweet, Robert Krawitz,\n" +#~ "and the rest of the Gimp-Print Development Team.\n" +#~ "\n" +#~ "Please visit our web site at http://gimp-print.sourceforge.net.\n" +#~ "\n" +#~ "This program is free software; you can redistribute it and/or modify\n" +#~ "it under the terms of the GNU General Public License as published by\n" +#~ "the Free Software Foundation; either version 2 of the License, or\n" +#~ "(at your option) any later version.\n" +#~ "\n" +#~ "This program is distributed in the hope that it will be useful,\n" +#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +#~ "GNU General Public License for more details.\n" +#~ "\n" +#~ "You should have received a copy of the GNU General Public License\n" +#~ "along with this program; if not, write to the Free Software\n" +#~ "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 " +#~ "USA\n" #~ msgstr "" -#~ "Fastgør kontrolpunkt til nøglebilledenummer\n" -#~ "(0 = intet nøglebillede)" +#~ "\n" +#~ "\n" +#~ "Copyright (C) 1997-2001 Michael Sweet, Robert Krawitz,\n" +#~ "og resten af Gimp-Print-udviklingsholdet.\n" +#~ "\n" +#~ "Besøg vores hjemmeside på http://gimp-print.sourceforge.net.\n" +#~ "\n" +#~ "Dette program er et frit program; du kan redistribuere det og ændre\n" +#~ "det under betingelser i GNU General Public License som udgivet af\n" +#~ "Free Software Foundation; enten version 2 af licensen, eller (hvis\n" +#~ "du ønsker det) en senere version.\n" +#~ "\n" +#~ "Dette program er distribueret med det håb at det vil være nyttigt,\n" +#~ "men UDEN NOGEN GARANTI; uden endda den underforståede garanti for\n" +#~ "SALGBARHED eller EGNETHED TIL NOGET FORMÅL. Se GNU General Public\n" +#~ "License for flere detaljer.\n" +#~ "\n" +#~ "Du skulle have modtaget en kopi af GNU General Public License sammen\n" +#~ "med dette program; hvis ikke, skriv til Free Software Foundation,\n" +#~ "Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -#~ msgid "Add Point" -#~ msgstr "Tilføj punkt" +#~ msgid "Printer Settings" +#~ msgstr "Printerindstillinger" #~ msgid "" -#~ "Add Controlpoint at end\n" -#~ "(the last Point is duplicated)" +#~ "Select the name of the printer (not the type, or model, of printer) that " +#~ "you wish to print to" #~ msgstr "" -#~ "Tilføj kontrolpunkt ved slutningen\n" -#~ "(det sidste punkt bliver kopieret)" +#~ "Vælg navnet på den printer (ikke typen eller modellen af printeren) som " +#~ "du ønsker at udskrive til" + +#, fuzzy +#~ msgid "Printer model:" +#~ msgstr "Printermodel:" -#~ msgid "Show Path" -#~ msgstr "Vis bane" +#, fuzzy +#~ msgid "Setup printer..." +#~ msgstr "Konfigurér printer..." #~ msgid "" -#~ "Show Path Lines and enable pick/drag with left button or move with right " -#~ "button" +#~ "Choose the printer model, PPD file, and command that is used to print to " +#~ "this printer" #~ msgstr "" -#~ "Vis banelinjer og muliggør træk & slip med venstre knap eller flytning " -#~ "med højre knap" +#~ "Vælg printermodellen, PPD-filen og den kommando som bruges til at " +#~ "udskrive til denne printer" + +#, fuzzy +#~ msgid "New printer..." +#~ msgstr "Ny printer..." #~ msgid "" -#~ "Insert Controlpoint\n" -#~ "(the current Point is duplicated)" +#~ "Define a new logical printer. This can be used to name a collection of " +#~ "settings that you wish to remember for future use." #~ msgstr "" -#~ "Indsæt kontrolpunkt \n" -#~ "(det nuværende punkt bliver kopieret)" +#~ "Definér en ny logisk printer. Dette kan bruges til at navngive en samling " +#~ "af indstillinger som du ønsker at bruge engang i fremtiden." -#~ msgid "Delete current Controlpoint" -#~ msgstr "Slet det nuværende kontrolpunkt" +#~ msgid "Size of paper that you wish to print to" +#~ msgstr "Størrelsen af det papir som du ønsker at udskrive på" -#~ msgid "Prev Point" -#~ msgstr "Forrige punkt" +#, fuzzy +#~ msgid "Media size:" +#~ msgstr "Mediestørrelse" -#~ msgid "Show Previous Controlpoint" -#~ msgstr "Vis forrige kontrolpunkt" +#~ msgid "Dimensions:" +#~ msgstr "Dimensioner:" -#~ msgid "Next Point" -#~ msgstr "Næste punkt" +#~ msgid "Width of the paper that you wish to print to" +#~ msgstr "Bredden af det papir du ønsker at udskrive på" -#~ msgid "Show Next Controlpoint" -#~ msgstr "Vis næste kontrolpunkt" +#~ msgid "Height of the paper that you wish to print to" +#~ msgstr "Højden af det papir du ønsker at udskrive på" -#~ msgid "First Point" -#~ msgstr "Første punkt" +#~ msgid "Type of media you're printing to" +#~ msgstr "Den type medium du udskriver på" -#~ msgid "Show First Controlpoint" -#~ msgstr "Vis første kontrolpunkt" +#, fuzzy +#~ msgid "Media type:" +#~ msgstr "Medietype:" -#~ msgid "Last Point" -#~ msgstr "Sidste punkt" +#~ msgid "Source (input slot) of media you're printing to" +#~ msgstr "Kilde (indbakke) for det medium du udskriver på" -#~ msgid "Show Last Controlpoint" -#~ msgstr "Vis sidste kontrolpunkt" +#, fuzzy +#~ msgid "Media source:" +#~ msgstr "Mediekilde:" -#~ msgid "Clear Point" -#~ msgstr "Fjern punkt" +#~ msgid "Type of ink in the printer" +#~ msgstr "Typen af blækket i printeren" -#~ msgid "Reset the current Controlpoint to default Values" -#~ msgstr "Nulstil det nuværende kontrolpunkt til standardværdierne" +#, fuzzy +#~ msgid "Ink type:" +#~ msgstr "Blæktype:" -#~ msgid "Clear All Points" -#~ msgstr "Fjern alle punkter" +#~ msgid "Resolution and quality of the print" +#~ msgstr "Opløsning og kvalitet af udskriften" -#~ msgid "" -#~ "Reset all Controlpoints to default Values but dont change the path (X/Y " -#~ "Values)" -#~ msgstr "" -#~ "Nulstil alle kontrolpunkter til standardværdier men ændr ikke banen (x/y-" -#~ "værdier)" +#~ msgid "Scaling:" +#~ msgstr "Skalering:" -#~ msgid "Rotate Follow" -#~ msgstr "Følgedrejning" +#, fuzzy +#~ msgid "Scale by:" +#~ msgstr "Skalering z:" #~ msgid "" -#~ "Set Rotation for all Controlpoints to follow the shape of the path.\n" -#~ "(Shift: use Rotation of contolpoint 1 as offset)" +#~ "Select whether scaling is measured as percent of available page size or " +#~ "number of output dots per inch" #~ msgstr "" -#~ "Sæt rotationen for alle kontrolpunkter til at følge banens form.\n" -#~ "(Skift: brug rotationen for 1. kontrolpunkt som afsæt)" +#~ "Vælg om skalering måles i procent af den tilgængelige sidestørrelse eller " +#~ "i punkter pr. tomme" -#~ msgid "Delete All Points" -#~ msgstr "Slet alle punkter" +#~ msgid "Percent" +#~ msgstr "Procent" -#~ msgid "Delete all Controlpoints" -#~ msgstr "Slet alle kontrolpunkter" +#~ msgid "Scale the print to the size of the page" +#~ msgstr "Skalér udskriften til størrelsen af siden" -#~ msgid "Load Controlpoints from file" -#~ msgstr "Indlæs kontrolpunkter fra en fil" +#~ msgid "PPI" +#~ msgstr "PPI" -#~ msgid "Save Points" -#~ msgstr "Gem punkter" +#~ msgid "Scale the print to the number of dots per inch" +#~ msgstr "Skalér udskriften til antallet af punkter pr. tomme" -#~ msgid "Save Controlpoints to file" -#~ msgstr "Gem kontrolpunkter i en fil" +#~ msgid "Set the width of the print" +#~ msgstr "Angiv bredden af udskriften" -#~ msgid "" -#~ "Can't operate with current Controlpoint\n" -#~ "or Keyframe settings" -#~ msgstr "" -#~ "Kan ikke arbejde med de nuværende kontrolpunkt-\n" -#~ "eller nøglebilledeindstillinger" +#~ msgid "Units:" +#~ msgstr "Enheder:" + +#~ msgid "Select the base unit of measurement for printing" +#~ msgstr "Vælg grundenheden for udskriften" -#~ msgid "Reset Keyframes" -#~ msgstr "Gendan nøglebilleder" +#~ msgid "Inch" +#~ msgstr "Tomme" -#~ msgid "Move Path Controlpointcheck" -#~ msgstr "Kontrolpunktskontrol for bevægelsesbane" +#~ msgid "Set the base unit of measurement to inches" +#~ msgstr "Sæt grundenheden for udskriften til tommer" -#~ msgid "Errors:" -#~ msgstr "Fejl:" +#~ msgid "cm" +#~ msgstr "cm" + +#~ msgid "Set the base unit of measurement to centimetres" +#~ msgstr "Sæt grundenheden for udskriften til centimeter" #~ msgid "" -#~ "No Source Image was selected.\n" -#~ "Please open a 2nd Image of the same type before opening Move Path." +#~ "Use Original\n" +#~ "Image Size" #~ msgstr "" -#~ "Intet kildebillede valgt.\n" -#~ "Åbn et andet billede af samme type før åbning af 'Bevægelsesbane'." +#~ "Brug oprindelig\n" +#~ "billedstørrelse" -#~ msgid "Copying Layers into Frames..." -#~ msgstr "Kopierer lag ind i billeder..." +#~ msgid "Set the print size to the size of the image" +#~ msgstr "Sæt størrelsen af udskriften til størrelsen af billedet" -#~ msgid "Generating Animated Preview..." -#~ msgstr "Genererer animeret eksempel..." +#~ msgid "Image / Output Settings" +#~ msgstr "Billed-/udskriftsindstillinger" -#~ msgid "" -#~ "\n" -#~ "Error: Keyframe %d at point [%d] higher or equal than last handled frame" -#~ msgstr "" -#~ "\n" -#~ "Fejl: Nøglebillede %d ved punkt [%d] højere eller lig med sidst " -#~ "behandlede billede" +#, fuzzy +#~ msgid "Image type:" +#~ msgstr "Billedtype:" -#~ msgid "" -#~ "\n" -#~ "Error: Keyframe %d at point [%d] leaves not enough space (frames)\n" -#~ "for the previous controlpoints" -#~ msgstr "" -#~ "\n" -#~ "Fejl: Nøglebillede %d ved punkt [%d] efterlader ikke nok plads (billeder) " -#~ "for de foregående kontrolpunkter" +#~ msgid "Optimize the output for the type of image being printed" +#~ msgstr "Optimér udskriften til den type billede der udskrives" -#~ msgid "" -#~ "\n" -#~ "Error: Keyframe %d is not in sequence at point [%d]" -#~ msgstr "" -#~ "\n" -#~ "Error: Nøglebillede %d er ikke i rækkefølge ved punkt [%d]" +#~ msgid "Fastest and brightest color for text and line art" +#~ msgstr "Hurtigste og lyseste farve til tekst og stregtegning" -#~ msgid "" -#~ "\n" -#~ "Error: controlpoint [%d] is out of handled framerange" -#~ msgstr "" -#~ "\n" -#~ "Fejl: kontrolpunkt [%d] er udenfor behandlet billedeinterval" +#, fuzzy +#~ msgid "Solid colors" +#~ msgstr "Ensfarvet" + +#~ msgid "Best for images dominated by regions of solid color" +#~ msgstr "Bedst til billeder som domineres af områder med ens farve" + +#~ msgid "Photograph" +#~ msgstr "Fotografi" #~ msgid "" -#~ "\n" -#~ "Error: more controlpoints (%d) than handled frames (%d)\n" -#~ "please reduce controlpoints or select more frames" +#~ "Slowest, but most accurate and smoothest color for continuous tone images " +#~ "and photographs" #~ msgstr "" -#~ "\n" -#~ "Fejl: flere kontrolpunkter (%d) end behandlede billeder (%d)\n" -#~ "Reducér antallet af kontrolpunkter eller vælg flere billeder" +#~ "Langsomst, men mest præcise og glatteste farver til kontinuert-tonede " +#~ "billeder og fotografier" + +#, fuzzy +#~ msgid "Output type:" +#~ msgstr "Udskriftstype:" + +#~ msgid "Select the desired output type" +#~ msgstr "Vælg den ønskede udskriftstype" + +#~ msgid "Color output" +#~ msgstr "Farveudskrift" + +#~ msgid "Print in shades of gray using black ink" +#~ msgstr "Udskriv gråtoner med sort blæk" -#~ msgid "Conditions to run mpeg_encode 1.5:" -#~ msgstr "Betingelser for at køre mpeg_encode 1.5:" +#, fuzzy +#~ msgid "Black and white" +#~ msgstr "Sort/hvid" + +#~ msgid "Print in black and white (no color, and no shades of gray)" +#~ msgstr "Udskriv i sort/hvid (ingen farve og ingen gråtoner)" -#~ msgid "Conditions to run mpeg2encode 1.2:" -#~ msgstr "Betingelser for at køre mpeg2encode 1.2:" +#, fuzzy +#~ msgid "Adjust output..." +#~ msgstr "Justér udskrift..." -#~ msgid "1.) mpeg_encode 1.5 must be installed" -#~ msgstr "1) mpeg_encode 1.5 skal være installeret" +#~ msgid "" +#~ "Adjust color balance, brightness, contrast, saturation, and dither " +#~ "algorithm" +#~ msgstr "" +#~ "Justér farvebalance, lysstyrke, kontrast, mætning og " +#~ "farvereduceringsalgoritme" -#~ msgid "1.) mpeg2encode 1.2 must be installed" -#~ msgstr "1) mpeg2encode 1.2 skal være installeret" +#~ msgid "File" +#~ msgstr "Fil" -#~ msgid " you can get mpeg_encode at" -#~ msgstr " du kan få mpeg_encode på" +#, fuzzy +#~ msgid "Colormap _Rotation..." +#~ msgstr "Farverotation" -#~ msgid " you can get mpeg2encode at http://www.mpeg.org/MSSG" -#~ msgstr " du kan få mpeg2encode på http://www.mpeg.org/MSSG" +#~ msgid "From" +#~ msgstr "Fra" -#~ msgid " ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/bmt1r1.tar.gz" -#~ msgstr " ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/bmt1r1.tar.gz" +#~ msgid "To" +#~ msgstr "Til" -#~ msgid " or at ftp://ftp.mpeg.org/pub/mpeg/mssg " -#~ msgstr " eller her: ftp://ftp.mpeg.org/pub/mpeg/mssg " +#~ msgid "Colormap Rotation" +#~ msgstr "Farverotation" -#~ msgid "2.) You need a series of single Images on disk (AnimFrames)" -#~ msgstr "2) Du skal have en serie animationsenkeltbilleder på disken" +#~ msgid "Select all" +#~ msgstr "Vælg alle" -#~ msgid " all with fileformat JPEG (or YUV or PNM or PPM)" -#~ msgstr " alle i JPEG-format (eller YUV, PNM, PPM)" +#~ msgid "Transferring TWAIN data..." +#~ msgstr "Ovefører TWAIN-data..." -#~ msgid " all with fileformat PPM (or YUV)" -#~ msgstr " alle i PPM-formatet (eller YUV)" +#, fuzzy +#~ msgid "Gfig layer %d" +#~ msgstr "Figurlag %d" -#~ msgid " (use 'Frames Convert' from the Video Menu" -#~ msgstr " (benyt 'Konvertér billeder' i videomenuen" +#, fuzzy +#~ msgid "TIFF images" +#~ msgstr "TIFF-kanal" -#~ msgid " or 'Split Image to Frames' from the Video Menu)" -#~ msgstr " eller 'Billede til animationsbilleder')" +#~ msgid "Paint" +#~ msgstr "Tegn" -#~ msgid "3.) All Images must have the same size," -#~ msgstr "3) Alle billeder skal have den samme størrelse," +#~ msgid "All" +#~ msgstr "Alle" -#~ msgid " width and height must be a multiple of 16" -#~ msgstr " bredde og højde skal være produkter af 16" +#~ msgid "Clockwise" +#~ msgstr "Med uret" -#~ msgid " (use Scale or Crop from the Video Menu)" -#~ msgstr " (benyt skalér eller beskær i videomenuen)" +#~ msgid "Anti-Clockwise" +#~ msgstr "Mod uret" -#~ msgid "MPEG_ENCODE Information" -#~ msgstr "MPEG_ENCODE-information" +#, fuzzy +#~ msgid "Ifs_Compose..." +#~ msgstr "Geometrisk fraktal" -#~ msgid "generate MPEG1 (ISO/IEC 11172-2) stream" -#~ msgstr "Generér MPEG1-strøm (ISO/IEC 11172-2)" +#~ msgid "IfsCompose: Target" +#~ msgstr "Geometrisk fraktal: mål" -#~ msgid "generate MPEG2 (ISO/IEC DIS 13818-2) stream" -#~ msgstr "Generér MPEG2-strøm (ISO/IEC DIS 13818-2) " +#~ msgid "IfsCompose: Red" +#~ msgstr "Geometrisk fraktal: rød" -#~ msgid "GenParams" -#~ msgstr "Oprettelsesparametre" +#~ msgid "IfsCompose: Green" +#~ msgstr "Geometrisk fraktal: grøn" -#~ msgid "Gen + Encode" -#~ msgstr "Opret + kod" +#~ msgid "IfsCompose: Blue" +#~ msgstr "Geometrisk fraktal: blå" -#~ msgid "To Frame:" -#~ msgstr "Til billede:" +#~ msgid "IfsCompose: Black" +#~ msgstr "Geometrisk fraktal: sort" -#~ msgid "Framerate :" -#~ msgstr "Billedfrekvens:" +#~ msgid "IfsCompose" +#~ msgstr "Geometrisk fraktal" -#~ msgid "framerate in frames/second" -#~ msgstr "Billedefrekvens i billeder/sek" +#, fuzzy +#~ msgid "Rotate/scale" +#~ msgstr "Rotér/skalér" -#~ msgid "Bitrate:" -#~ msgstr "Bitfrekvens:" +#, fuzzy +#~ msgid "Recompute _center" +#~ msgstr "Genberegn _center" -#~ msgid "" -#~ "used for constant bitrates (bit/sec) \n" -#~ "(low rate gives good compression + bad quality)" -#~ msgstr "" -#~ "For konstante bitfrekvenser (bit/sek) \n" -#~ "(lav frekvens giver god komprimering, men dårlig kvalitet)" +#~ msgid "/Move" +#~ msgstr "/Flyt" -#~ msgid "Outputfile:" -#~ msgstr "Uddatafil:" +#~ msgid "/Stretch" +#~ msgstr "/Stræk" -#~ msgid "Name of the resulting MPEG outputfile" -#~ msgstr "Navn på MPEG-uddatafil" +#~ msgid "/New" +#~ msgstr "/Ny" -#~ msgid "Paramfile:" -#~ msgstr "Parameterfil:" +#~ msgid "/Delete" +#~ msgstr "/Slet" -#~ msgid "" -#~ "Name of the Encoder-Parameterfile\n" -#~ "(is generated)" -#~ msgstr "" -#~ "Navn på parameterfil for koderen\n" -#~ "(bliver lavet automatisk)" +#~ msgid "/Undo" +#~ msgstr "/Fortryd" -#~ msgid "Startscript:" -#~ msgstr "Startprogram:" +#~ msgid "/Redo" +#~ msgstr "/Gentag" -#~ msgid "" -#~ "Name of the Startscript \n" -#~ "(is generated/executed)" -#~ msgstr "" -#~ "Navn på startprogrammet\n" -#~ "(bliver lavet og udført automatisk)" +#~ msgid "/Select All" +#~ msgstr "/Vælg alt" -#~ msgid "" -#~ "Generate parameterfile for mpeg_encode 1.5\n" -#~ "(the freely distributed Berkeley MPEG-1 Video Encoder.)\n" -#~ msgstr "" -#~ "Generér parameterfil for mpeg_encode 1.5\n" -#~ "(den frit tilgængelige Berkeley MPEG-1 videokoder)\n" +#~ msgid "IfsCompose Options" +#~ msgstr "Indstillinger for geometrisk fraktal" -#~ msgid "Constant Bitrate :" -#~ msgstr "Konstant bitfrekvens:" +#~ msgid "See %s" +#~ msgstr "Se %s" -#~ msgid "Iqnore I/P/QSCALE values and use constant bit-rate)" -#~ msgstr "Ignorér I/P/QSCALE-værdier og benyt konstant bitfrekvens" +#, fuzzy +#~ msgid "Loading %s:" +#~ msgstr "Indlæs punkter" -#~ msgid "Pattern:" -#~ msgstr "Mønster:" +#, fuzzy +#~ msgid "Saving %s:" +#~ msgstr "Gemmer '%s'..." -#~ msgid "How to encode MPEG framesequence (I/P/B frames)" -#~ msgstr "Hvordan MPEG-billedsekvensen skal kodes (I/P/B-billeder)" +#~ msgid "Despeckling..." +#~ msgstr "Fjerner kornstøj..." -#~ msgid "IQSCALE:" -#~ msgstr "IQSCALE:" +#~ msgid "Rendering %s" +#~ msgstr "Tegner %s" -#~ msgid "" -#~ "Quality scale for I-Frames \n" -#~ "(1 = best quality, 31 = best comression)" -#~ msgstr "" -#~ "Kvalitetsskala for I-billeder\n" -#~ "(1 = bedste kvalitet, 31 = bedste komprimering)" +#~ msgid "Scale (log 2):" +#~ msgstr "Skala (log 2):" -#~ msgid "PQSCALE:" -#~ msgstr "PQSCALE:" +#~ msgid "Bezier Settings" +#~ msgstr "Bezier-indstillinger" -#~ msgid "" -#~ "Quality scale for P-Frames \n" -#~ "(1 = best quality, 31 = best comression)" -#~ msgstr "" -#~ "Kvalitetsskala for P-billeder\n" -#~ "(1 = bedste kvalitet, 31 = bedste komprimering)" +#~ msgid "Number of Sides/Points/Turns:" +#~ msgstr "Antal sider/punkter/drejninger:" -#~ msgid "BQSCALE:" -#~ msgstr "BQSCALE:" +#~ msgid "Could not locate help document" +#~ msgstr "Kunne ikke find hjælpedokument" #~ msgid "" -#~ "Quality scale for B-Frames \n" -#~ "(1 = best quality, 31 = best comression)" +#~ "The requested document could not be found in your GIMP help path as shown " +#~ "above. This means that the topic has not yet been written or your " +#~ "installation is not complete. Ensure that your installation is complete " +#~ "before reporting this error as a bug." #~ msgstr "" -#~ "Kvalitetsskala for B-billeder\n" -#~ "(1 = bedste kvalitet, 31 = bedste komprimering)" +#~ "Det forespurgte dokument blev ikke fundet i hjælpestien som vist ovenfor. " +#~ "Dette betyder at dokumentet endnu ikke er blevet skrevet eller at din " +#~ "installation ikke er komplet. Sikr dig at din installation er komplet før " +#~ "du rapporterer dette som en fejl." -#~ msgid "P-Search :" -#~ msgstr "P-søgning:" +#, fuzzy +#~ msgid "/Filters/Render" +#~ msgstr "/Filtre/Generér/_Figurer..." -#~ msgid "Search Algorithmus used for P-frames" -#~ msgstr "Søgealgoritme for P-billeder" +# jvf. næste +#, fuzzy +#~ msgid "/Filters/Light Effects" +#~ msgstr "/Filtre/Lyseffekter/_Farveovergangsblus..." -#~ msgid "B-Search :" -#~ msgstr "B-søgning:" +#, fuzzy +#~ msgid "/Filters/Map" +#~ msgstr "/Filtre/Afbildning/_Fordrejelse..." -#~ msgid "Search Algorithmus used for B-frames" -#~ msgstr "Søgealgoritme for B-billeder" +#, fuzzy +#~ msgid "/Filters/Colors/Map" +#~ msgstr "/Filtre/Farver/_Maks. RGB..." -#~ msgid "Gen MPEG_ENCODE Parameters" -#~ msgstr "Generér MPEG_ENCODE-parametre" +#, fuzzy +#~ msgid "/Filters/Render/Pattern" +#~ msgstr "/Filtre/Generér/Mønstre/_Labyrint..." -#~ msgid "Encode Values" -#~ msgstr "Kodningsindstillinger" +#, fuzzy +#~ msgid "/Filters/Animation" +#~ msgstr "/Filtre/Animation/_Deoptimér" -#~ msgid "" -#~ "Generate parameterfile for mpeg2encode 1.2\n" -#~ "(MPEG-2 Video Encoder.)\n" -#~ msgstr "" -#~ "Generér parameterfil for mpeg2encode 1.2\n" -#~ "(MPEG-2 Video-Encoder)\n" +#, fuzzy +#~ msgid "/Filters/Glass Effects" +#~ msgstr "/Filtre/Glaseffekter/_Glasflise..." -#~ msgid "MPEG-type :" -#~ msgstr "MPEG-type:" +#, fuzzy +#~ msgid "/Image/Crop" +#~ msgstr "/Billede/Tilstand/Sammensætning..." -#~ msgid "Videoformat :" -#~ msgstr "Videoformat:" +#, fuzzy +#~ msgid "/Layer/Crop" +#~ msgstr "/Lag/Transformeringer/_Fanatisk beskæring" -# værktøjstip til ovenstående -#~ msgid "Videoformat" -#~ msgstr "Videoformatet" +#, fuzzy +#~ msgid "/Layer/Colors/Auto" +#~ msgstr "/Lag/Farver/Auto/_Normalisér" -#~ msgid "Gen MPEG2ENCODE Parameters" -#~ msgstr "Generér MPEG2ENCODE-parametre" +#, fuzzy +#~ msgid "/Filters/Distorts" +#~ msgstr "/Filtre/Forvrængning/V_ind..." -#~ msgid "" -#~ "\n" -#~ "WARNING: mpeg_encode does not support Fileformat " -#~ msgstr "" -#~ "\n" -#~ "ADVARSEL: mpeg_encode understøtter ikke dette filformat" +#, fuzzy +#~ msgid "/Filters/Blur" +#~ msgstr "/Filtre/Slør/_Slør..." -#~ msgid "" -#~ "\n" -#~ "ERROR: width not a multiple of 16" -#~ msgstr "" -#~ "\n" -#~ "FEJL: bredde er ikke et produkt af 16" +#, fuzzy +#~ msgid "/Filters/Colors" +#~ msgstr "/Filtre/Farver/_Hed..." -#~ msgid "" -#~ "\n" -#~ "ERROR: height not a multiple of 16" -#~ msgstr "" -#~ "\n" -#~ "FEJL: højde er ikke et produkt af 16" +#, fuzzy +#~ msgid "/Layer/Colors/Info" +#~ msgstr "/Lag/Farver/Auto/_Normalisér" -#~ msgid "" -#~ "\n" -#~ "WARNING: mpeg2encode does not support Fileformat " -#~ msgstr "" -#~ "\n" -#~ "ADVARSEL: mpeg2encode understøtter ikke dette filformat" +#, fuzzy +#~ msgid "/Layer/Transparency/Modify" +#~ msgstr "/Billede/Gennemsigtighed/_Alfatærskel..." -#~ msgid "" -#~ "\n" -#~ "ERROR: invoked from a single image, animframe required" -#~ msgstr "" -#~ "\n" -#~ "FEJL: kaldt for et enkelt billede, animationsbillede er påkrævet" +#, fuzzy +#~ msgid "/Image/Mode" +#~ msgstr "/Billede/Tilstand/Sammensætning..." -#~ msgid "" -#~ "Playback \n" -#~ " optimized" -#~ msgstr "" -#~ "Afspilning \n" -#~ " optimeret" +#, fuzzy +#~ msgid "/Filters/Generic" +#~ msgstr "/Filtre/Generel/_Erodér" -#~ msgid "" -#~ "Smart Update .xvpics\n" -#~ " forced upd" -#~ msgstr "" -#~ "Smart opdatering af .xvpics\n" -#~ " tvungen opdatering" +#, fuzzy +#~ msgid "/Filters/Artistic" +#~ msgstr "/Filtre/Kunsterisk/_Kubisme..." -#~ msgid "Duplicate selected Frames" -#~ msgstr "Kopiér valgte billeder" +#, fuzzy +#~ msgid "/Filters/Enhance" +#~ msgstr "/Filtre/Forbedringer/_Skærp..." -#~ msgid "Delete selected Frames" -#~ msgstr "Slet valgte billeder" +#, fuzzy +#~ msgid "/Filters/Combine" +#~ msgstr "/Filtre/Kombinér/_Film..." -#~ msgid "Goto 1st Frame" -#~ msgstr "Gå til første billede" +#, fuzzy +#~ msgid "/Filters/Edge-Detect" +#~ msgstr "/Filtre/Kantfinding/_Laplace" -#~ msgid "" -#~ "Goto prev Frame\n" -#~ " use timezoom stepsize" -#~ msgstr "" -#~ "Gå til forrige billede\n" -#~ " benyt tidszoomskridtstørrelsen" +#, fuzzy +#~ msgid "/Filters/Toys" +#~ msgstr "/Filter/Legetøj/Gee-_zoom..." -#~ msgid "" -#~ "Goto next Frame\n" -#~ " use timezoom stepsize" -#~ msgstr "" -#~ "Gå til næste billede\n" -#~ " benyt tidszoomskridtstørrelsen" +#, fuzzy +#~ msgid "/Image/Transform" +#~ msgstr "/Billede/Transformering/Automatisk _tilskæring" + +#, fuzzy +#~ msgid "/File/Send" +#~ msgstr "/Fil/_Udskriv" -#~ msgid "Goto last Frame" -#~ msgstr "Gå til sidste billede" +#, fuzzy +#~ msgid "_Do preview" +#~ msgstr "_Vis eksempel" -# senere kalder vi det 'Videonavigering', men to gange video her bliver for meget -#~ msgid "/Video/VCR Navigator..." -#~ msgstr "/Video/Navigering..." +#, fuzzy +#~ msgid "/Filters/Noise" +#~ msgstr "/Filtre/Støj/_Sløring..." -#~ msgid "Cant open two or more Video Navigator Windows." -#~ msgstr "Kan ikke åbne mere end ét videonavigeringsvindue." +#, fuzzy +#~ msgid "/Filters/Render/Clouds" +#~ msgstr "/Filtre/Generér/Skyer/_Plasma..." -#~ msgid "Paste before" -#~ msgstr "Indsæt før" +#, fuzzy +#~ msgid "/File/Acquire" +#~ msgstr "/Fil/Indhent/_TWAIN..." -#~ msgid "Paste after" -#~ msgstr "Indsæt efter" +#~ msgid "Pos X:" +#~ msgstr "Pos x:" -#~ msgid "Paste replace" -#~ msgstr "Indsæt som erstatning" +#~ msgid "Pos Y:" +#~ msgstr "Pos y:" -#~ msgid "Clear Video Buffer" -#~ msgstr "Ryd videomellemlager" +#~ msgid "Pos Z:" +#~ msgstr "Pos z:" -#~ msgid "Videoframes:" -#~ msgstr "Videobilleder:" +# "måleenhedsredigering" bliver næsten for langt og "enhedsredigering" +# er kryptisk - desuden er redigering overflødigt +#, fuzzy +#~ msgid "/Xtns/Extensions" +#~ msgstr "/Udvidelser/_Måleenheder..." -#~ msgid "Framerate:" -#~ msgstr "Billedfrekvens:" +#, fuzzy +#~ msgid "/Edit" +#~ msgstr "/Fil/_Udskriv" -#~ msgid "Timezoom:" -#~ msgstr "Tidszoom:" +#, fuzzy +#~ msgid "/Filters/Render/Nature" +#~ msgstr "/Filtre/Generér/Natur/_Flammer..." -#~ msgid "Video Navigator" -#~ msgstr "Videonavigering" +#, fuzzy +#~ msgid "/Filters/Web" +#~ msgstr "/Filtre/Internet/_Billedkort..." -#~ msgid "New Width:" -#~ msgstr "Ny bredde:" +#, fuzzy +#~ msgid "Source" +#~ msgstr "Kilde 1:" -#~ msgid "New Height:" -#~ msgstr "Ny højde:" +#, fuzzy +#~ msgid "Do pre_view" +#~ msgstr "Vis eksempel" -#~ msgid "Offset X:" -#~ msgstr "Afsæt x:" +# for at få overskriften til at passe med menupunktet (optræder senere), +# stryger vi "descriptions" +#, fuzzy +#~ msgid "_Plugin Details" +#~ msgstr "Udvidelsesmoduler" -#~ msgid "Offset Y:" -#~ msgstr "Afsæt y:" +#~ msgid "Details <<" +#~ msgstr "Detaljer <<" -#~ msgid "Crop AnimFrames (all)" -#~ msgstr "Beskær alle animationsbilleder" +#~ msgid "Details >>" +#~ msgstr "Detaljer >>" -#~ msgid "Crop (original %dx%d)" -#~ msgstr "Beskær (oprindeligt %dx%d)" +#~ msgid "Name:" +#~ msgstr "Navn:" -#~ msgid "Resize AnimFrames (all)" -#~ msgstr "Ændr animationsbilledstørrelser" +# "blurb" indebærer godt nok lidt mere en drejning over i "skamrosende +# beskrivelse", men det er svært at oversætte på en kort måde +#~ msgid "Blurb:" +#~ msgstr "Beskrivelse:" -#~ msgid "Resize (original %dx%d)" -#~ msgstr "Ændr størrelse (oprindeligt %dx%d)" +#~ msgid "Help:" +#~ msgstr "Hjælp:" -#~ msgid "Scale AnimFrames (all)" -#~ msgstr "Skalér alle animationsbilleder" +# for at få overskriften til at passe med menupunktet (optræder senere), +# stryger vi "descriptions" +#~ msgid "Plugin Descriptions" +#~ msgstr "Udvidelsesmoduler" -#~ msgid "Scale (original %dx%d)" -#~ msgstr "Skalér (oprindeligt %dx%d)" +#, fuzzy +#~ msgid "Ins date" +#~ msgstr "Installeringsdato" -#~ msgid "Generate Optimal Palette" -#~ msgstr "Generér optimal palet" +#, fuzzy +#~ msgid "Menu path" +#~ msgstr "Menusti" -#~ msgid "Use Custom Palette" -#~ msgstr "Benyt brugerdefineret palet" +#, fuzzy +#~ msgid "Image types" +#~ msgstr "Billedtyper" -#~ msgid "Use Black/White (1-Bit) Palette" -#~ msgstr "Benyt sort/hvid (1-bit) palet" +#~ msgid "Search:" +#~ msgstr "Søg:" -#~ msgid "Floyd-Steinberg Color Dithering (Normal)" -#~ msgstr "Floyd-Steinberg-farvereducering (normal)" +#~ msgid "DB Browser" +#~ msgstr "Proceduredatabase" -#~ msgid "Floyd-Steinberg Color Dithering (Reduced Color Bleeding)" -#~ msgstr "Floyd-Steinberg-farvereducering (reduceret farveblødning)" +#~ msgid "In:" +#~ msgstr "Ind:" -#~ msgid "Positioned Color Dithering" -#~ msgstr "Positioneret farvereducering" +#~ msgid "Out:" +#~ msgstr "Ud:" -#~ msgid "No Color Dithering" -#~ msgstr "Ingen farvereduceringskompensering" +#, fuzzy +#~ msgid "_Spherical" +#~ msgstr "Kugleformet" -#~ msgid "Custom Palette" -#~ msgstr "Brugerdefineret palet" +#, fuzzy +#~ msgid "S_inusoidal" +#~ msgstr "Sinusformet" -#~ msgid "" -#~ "Name of a cutom palette\n" -#~ "(is ignored if Palette Type is not custom)" -#~ msgstr "" -#~ "Navn på brugerdefineret palet\n" -#~ "(ignoreret når palettypen ikke er sat til brugerdefineret)" +#~ msgid "EOF encountered on " +#~ msgstr "Filafslutning fundet ved " -#~ msgid "Remove Unused" -#~ msgstr "Fjern ubrugte" +#~ msgid "No memory for mapping colors" +#~ msgstr "Ikke nok hukommelse til at foretage farveafbildning" -#~ msgid "" -#~ "Remove unused or double colors\n" -#~ "(is ignored if Palette Type is not custom)" -#~ msgstr "" -#~ "Fjern ubenyttede eller ens farver\n" -#~ "(ignoreret når palettype ikke er sat til brugerdefineret)" +#~ msgid "Selection:" +#~ msgstr "Markering:" -#~ msgid "" -#~ "Number of resulting Colors\t\t \n" -#~ "(ignored if Palette Type is not Generate optimal palette)" -#~ msgstr "" -#~ "Antal farver i det resulterende billede\n" -#~ "(ignoreret når palettypen ikke er sat til optimal palet)" +#, fuzzy +#~ msgid "E_nable antialiasing" +#~ msgstr "Slå _udjævning til" -#~ msgid "Dither Options" -#~ msgstr "Farvereduceringsindstillinger" +#~ msgid "T_hreshold:" +#~ msgstr "_Tærskel:" -#~ msgid "Enable transparency" -#~ msgstr "Aktivér gennemsigtighed" +#, fuzzy +#~ msgid "L_ight yype:" +#~ msgstr "L_yskildetype:" -#~ msgid "Enable dithering of transparency" -#~ msgstr "Aktivér farvereducering på gennemsigtighed" +#, fuzzy +#~ msgid "Lig_ht color:" +#~ msgstr "Lyskilde_farve:" -#~ msgid "Convert Frames to Indexed" -#~ msgstr "Konvertér billeder til indekseret" +#~ msgid "_Ambient:" +#~ msgstr "_Omgivende:" -#~ msgid "Keep Type" -#~ msgstr "Behold type" +#~ msgid "_Diffuse:" +#~ msgstr "_Spredning:" -#~ msgid "Convert to RGB" -#~ msgstr "Konvertér til RGB" +#~ msgid "D_iffuse:" +#~ msgstr "S_predning:" -#~ msgid "Convert to Gray" -#~ msgstr "Konvertér til grå" +#~ msgid "_Specular:" +#~ msgstr "Spe_jl:" -#~ msgid "Convert to Indexed" -#~ msgstr "Konvertér til indekseret" +#~ msgid "_Highlight:" +#~ msgstr "_Højlys:" -#~ msgid "" -#~ "\n" -#~ "Select destination fileformat by extension\n" -#~ "optionally convert imagetype\n" -#~ msgstr "" -#~ "\n" -#~ "Vælg målfilformat via filendelsen,\n" -#~ "billedtypen konverteres om nødvendigt\n" +#~ msgid "Parameters were Saved to '%s'" +#~ msgstr "Parametre blev gemt i \"%s\"" -#~ msgid "Basename:" -#~ msgstr "Basisnavn:" +#~ msgid "'%s' is not a HRZ file" +#~ msgstr "'%s' er ikke en HRZ-fil" -#~ msgid "" -#~ "basename of the resulting frames \n" -#~ "(0001.ext is added)" -#~ msgstr "" -#~ "Basisnavn for de resulterende billeder\n" -#~ "(0001.end bliver sat bagpå)" +#~ msgid "Image must be 256x240" +#~ msgstr "Billede skal være 256x240" -#~ msgid "Extension:" -#~ msgstr "Filendelse:" +#~ msgid "Image must be RGB or GRAY" +#~ msgstr "Billed skal være RGB eller gråtone" -#~ msgid "" -#~ "extension of resulting frames \n" -#~ "(is also used to define Fileformat)" -#~ msgstr "" -#~ "Filendelsen for de resulterende billeder\n" -#~ "(bliver også brugt til at bestemme filformatet)" +#~ msgid "Brush" +#~ msgstr "Pensel" -#~ msgid "" -#~ "Convert to, or keep imagetype \n" -#~ "(most fileformats can't handle all types)" -#~ msgstr "" -#~ "Konvertér (eller bibehold) billedtype\n" -#~ "(de fleste formater kan ikke håndtere alle typer)" +#~ msgid "Airbrush" +#~ msgstr "Sprøjtepensel" -#~ msgid "Flatten:" -#~ msgstr "Fladgør:" +#~ msgid "Pencil" +#~ msgstr "Blyant" +# skal koordineres +#, fuzzy #~ msgid "" -#~ "Flatten all resulting frames \n" -#~ "(most fileformats need flattened frames)" +#~ "Use the brush/pencil or the airbrush when drawing on the image. Pattern " +#~ "paints with currently selected brush with a pattern. Only applies to " +#~ "circles/ellipses if the \"Approx. Circles/Ellipses\" toggle is set." #~ msgstr "" -#~ "Fladgør alle resulterende billeder \n" -#~ "(de fleste formater kan ikke arbejde med lag)" - -#~ msgid "Convert Frames to other Formats" -#~ msgstr "Konvertér animationsbilleder til andre formater" - -#~ msgid "Convert Settings" -#~ msgstr "Konverteringsindstillinger" - -#~ msgid "Expand as necessary" -#~ msgstr "Udvid om nødvendigt" +#~ "Benyt penslen/blyanten eller sprøjtepenslen til at tegne på billedet.\n" +#~ "\"Mønster\" maler med den valgte pensel med et mønster. Bruges kun på\n" +#~ "cirkler/ellipser når \"Tilnærm cirkler og ellipser\" er valgt." -#~ msgid "Clipped to bottom layer" -#~ msgstr "Beskåret til det underste lag" +#~ msgid "New" +#~ msgstr "Ny" -#~ msgid "Flattened image" -#~ msgstr "Fladgjort billede" +#~ msgid "Multiple" +#~ msgstr "Flere" +#, fuzzy #~ msgid "" -#~ "Resulting Layer Size is made of the outline-rectangle \n" -#~ "of all visible layers (may differ from frame to frame)" +#~ "Draw all objects on one layer (original or new) or one object per layer." #~ msgstr "" -#~ "Størrelsen af det resulterende lag findes ud fra omridsrektanglet\n" -#~ "fra alle synlige lag (kan være forskellig fra billede til billede)" +#~ "Tegn alle figurer på ét lag (oprindeligt eller nyt) eller én figur pr. lag" -#~ msgid "Resulting Layer Size is the frame size" -#~ msgstr "Størrelsen af det resulterende lag er billedstørrelsen" +#~ msgid "Draw on:" +#~ msgstr "Tegn på:" -#~ msgid "" -#~ "Resulting Layer Size is the size of the bottom layer\n" -#~ "(may differ from frame to frame)" -#~ msgstr "" -#~ "Størrelsen af det resulterende lag er størrelsen på\n" -#~ "bundlaget (kan være forskelligt fra billede til billede)" +#~ msgid "Selection+Fill" +#~ msgstr "Markering + fyld" +#, fuzzy #~ msgid "" -#~ "Resulting Layer Size is the frame size \n" -#~ "transparent parts are filled with BG color" +#~ "Draw type. Either a brush or a selection. See brush page or selection " +#~ "page for more options." #~ msgstr "" -#~ "Størrelsen af det resulterende lag er lig billedstørrelsen,\n" -#~ "gennemsigtige dele bliver udfyldt med baggrundsfarve" - -#~ msgid "select all Layers where Layername is equal to Pattern" -#~ msgstr "vælg alle lag hvis navn er lig med mønster" - -#~ msgid "select all Layers where Layername starts with Pattern" -#~ msgstr "vælg alle lag hvis navn starter med mønster" +#~ "Tegningstype. Enten en pensel eller en markering. Se pensel- eller " +#~ "markeringssiden for flere indstillinger." -#~ msgid "select all Layers where Layername ends up with Pattern" -#~ msgstr "vælg alle lag hvis navn slutter med mønster" +#~ msgid "Using:" +#~ msgstr "Ved hjælp af:" -#~ msgid "select all Layers where Layername contains Pattern" -#~ msgstr "vælg alle lag hvis navn indeholder mønster" +#, fuzzy +#~ msgid "Reverse line" +#~ msgstr "Vend linje om" -#~ msgid "" -#~ "select Layerstack positions.\n" -#~ "0, 4-5, 8\n" -#~ "where 0 == Top-layer" -#~ msgstr "" -#~ "vælg lagstakpositioner.\n" -#~ "0, 4-5, 8\n" -#~ "(0 er det øverste lag)" +#~ msgid "Draw lines in reverse order" +#~ msgstr "Tegn linjer i omvendt orden" -#~ msgid "" -#~ "select Layerstack positions.\n" -#~ "0, 4-5, 8\n" -#~ "where 0 == BG-layer" -#~ msgstr "" -#~ "vælg lagstakpositioner.\n" -#~ "0, 4-5, 8\n" -#~ "(0 er baggrundslaget)" +#, fuzzy +#~ msgid "Scale to image" +#~ msgstr "Skalér til billede" -#~ msgid "select all visible Layers" -#~ msgstr "udvælg alle synlige lag" +#~ msgid "Scale drawings to images size" +#~ msgstr "Skalér tegninger til billedstørrelse" -#~ msgid "Layer Basename:" -#~ msgstr "Grundnavn for lag" +#, fuzzy +#~ msgid "Approx. circles/ellipses" +#~ msgstr "Tilnærm cirkler og ellipser" #~ msgid "" -#~ "Basename for all Layers \n" -#~ "[####] is replaced by frame number" +#~ "Approx. circles & ellipses using lines. Allows the use of brush fading " +#~ "with these types of objects." #~ msgstr "" -#~ "Grundnavn for alle lag \n" -#~ "[####] erstattes med billednummeret" +#~ "Tilnærm cirkler og ellipser ved brug af rette linjer. Tillader brugen af " +#~ "penselfalmen med disse figurer." -#~ msgid "Layer Mergemode:" -#~ msgstr "Lagforeningstilstand:" +#~ msgid "Gfig Brush Selection" +#~ msgstr "Figurpenselvælger" -#~ msgid "Exclude BG-Layer" -#~ msgstr "Udeluk baggrundslag" +#~ msgid "Fade out:" +#~ msgstr "Falmen:" -#~ msgid "" -#~ "Exclude the BG-Layers \n" -#~ "in all handled frames\n" -#~ "regardless to selection" -#~ msgstr "" -#~ "Udeluk baggrundslagene\n" -#~ "i alle bearbejdede billeder\n" -#~ "uden hensyn til valg" +#~ msgid "Gradient:" +#~ msgstr "Farveovergang:" -#~ msgid "Use all unselected Layers" -#~ msgstr "Brug alle ikke-valgte lag" +#~ msgid "Pressure:" +#~ msgstr "Tryk:" -#~ msgid "Creating Layer-Animated Image..." -#~ msgstr "Fremstiller laganimeret billede..." +#, fuzzy +#~ msgid "No options..." +#~ msgstr "Ingen indstillinger..." -#~ msgid "Frames to Image" -#~ msgstr "Billeder til enkelt billede" +#, fuzzy +#~ msgid "Set brush..." +#~ msgstr "Vælg pensel..." -#~ msgid "Create Multilayer-Image from Frames" -#~ msgstr "Opret multilagsbillede ud fra billeder" +#~ msgid "Add" +#~ msgstr "Tilføj" -#~ msgid "Flattening Frames..." -#~ msgstr "Fladgør billeder..." +#~ msgid "Subtract" +#~ msgstr "Subtrahér" -#~ msgid "Converting Frames..." -#~ msgstr "Konverterer billeder..." +#~ msgid "Intersect" +#~ msgstr "Skæring" -#~ msgid "" -#~ "Convert Frames: SAVE operation FAILED.\n" -#~ "Desired save plugin can't handle type\n" -#~ "or desired save plugin not available." -#~ msgstr "" -#~ "Konverterer billeder: Gemmeoperation mislykkedes.\n" -#~ "Det ønskede gemningsmodul kan ikke håndtere typen\n" -#~ "eller det er ikke tilgængeligt." +#, fuzzy +#~ msgid "Fill type:" +#~ msgstr "Udfyldningstype:" -#~ msgid "Cropping all Animation Frames..." -#~ msgstr "Beskærer alle animationsbilleder..." +#~ msgid "Fill Opacity:" +#~ msgstr "Fylduigennemsigtighed:" -#~ msgid "Scaling all Animation Frames..." -#~ msgstr "Skalerer alle animationsbilleder..." +#, fuzzy +#~ msgid "Each selection" +#~ msgstr "Hver markering" -#~ msgid "Flatten Frames" -#~ msgstr "Fladgør billeder" +#, fuzzy +#~ msgid "All selections" +#~ msgstr "Alle markeringer" -#~ msgid "Removing Layer (pos:%ld) from Frames..." -#~ msgstr "Fjerner lag (pos: %ld) fra billeder..." +#~ msgid "Fill after:" +#~ msgstr "Udfyld efter:" -#~ msgid "Delete Layers in Frames" -#~ msgstr "Fjern lag fra billeder" +#~ msgid "Segment" +#~ msgstr "Segment" -#~ msgid "Select Frame Range & Position" -#~ msgstr "Vælg billedinterval og position" +#~ msgid "Sector" +#~ msgstr "Sektor" -#~ msgid "Splitting into Frames..." -#~ msgstr "Opdeler til animationsbilleder..." +#~ msgid "Arc as:" +#~ msgstr "Bue som:" -#~ msgid "" -#~ "Split Frames: SAVE operation FAILED.\n" -#~ "desired save plugin can't handle type\n" -#~ "or desired save plugin not available." -#~ msgstr "" -#~ "Opdeler billeder: Gemmeoperation mislykkedes.\n" -#~ "Det ønskede gemningsmodul kan ikke håndtere typen\n" -#~ "eller det er ikke tilgængeligt." +#, fuzzy +#~ msgid "Lock on grid" +#~ msgstr "Lås til gitter" -#~ msgid "" -#~ "%s\n" -#~ "%s\n" -#~ "(%s_0001.%s)\n" -#~ msgstr "" -#~ "%s\n" -#~ "%s\n" -#~ "(%s_0001.%s)\n" +#~ msgid "Object" +#~ msgstr "Figur" -#~ msgid "Make a frame (diskfile) from each Layer" -#~ msgstr "Opret et billede (på disken) ud af hvert lag" +#~ msgid "Create a new Gfig object collection for editing" +#~ msgstr "Opret en ny figursamling til redigering" -#~ msgid "frames are named: base_nr.extension" -#~ msgstr "Billeder får navnet grundnavn_nr.endelse" +#~ msgid "Load a single Gfig object collection" +#~ msgstr "Indlæs en enkelt figursamling" -#~ msgid "extension of resulting frames (is also used to define Fileformat)" -#~ msgstr "" -#~ "Endelse for resulterende billede (bliver også brugt til at bestemme " -#~ "filformatet)" +#~ msgid "Edit Gfig object collection" +#~ msgstr "Redigér figursamling" -#~ msgid "Inverse Order:" -#~ msgstr "Omvendt rækkefølge:" +#~ msgid "_Merge" +#~ msgstr "_Flet" -#~ msgid "Start frame 0001 at Top Layer" -#~ msgstr "Start billede 0001 ved det øverste lag" +#, fuzzy +#~ msgid "Merge Gfig Ooject collection into the current edit session" +#~ msgstr "Flet figursamling ind i den aktuelle redigeringssession" -#~ msgid "" -#~ "Remove Alpha Channel in resulting Frames. Transparent parts are filled " -#~ "with BG color." -#~ msgstr "" -#~ "Fjern alfakanal fra resulterende billeder. Gennemsigtige dele bliver " -#~ "udfyldt med baggrundsfarve." +#~ msgid "Delete currently selected Gfig Object collection" +#~ msgstr "Slet den valgte figursamling" -#~ msgid "Split Image into Frames" -#~ msgstr "Opdel billede til animationsbilleder" +#~ msgid "Select folder and rescan Gfig object collections" +#~ msgstr "Vælg mappe og genskan figursamling" -#~ msgid "Split Settings" -#~ msgstr "Opdelingsindstillinger" +#~ msgid "%d unsaved Gfig objects. Continue with exiting?" +#~ msgstr "%d ugemte figurer. Vil du virkelig afslutte?" -#~ msgid "" -#~ "OPERATION CANCELLED.\n" -#~ "This image is already an AnimFrame.\n" -#~ "Try again on a Duplicate (Image/Duplicate)." -#~ msgstr "" -#~ "OPERATION AFBRUDT.\n" -#~ "Dette billede er allerede et animationsbillede.\n" -#~ "Prøv igen på en kopi af billedet (Billede/Kopiér)." +#, fuzzy +#~ msgid "Enter Gfig object name" +#~ msgstr "Indtast figurnavn" -#~ msgid "Scale" -#~ msgstr "Skalér" +#, fuzzy +#~ msgid "Gfig object name:" +#~ msgstr "Figurnavn:" -#~ msgid "New width:" -#~ msgstr "Ny bredde:" +#, fuzzy +#~ msgid "Rescan for Gfig objects" +#~ msgstr "Skan efter figurer" -#~ msgid "New height:" -#~ msgstr "Ny højde:" +#, fuzzy +#~ msgid "Add Gfig path" +#~ msgstr "Tilføj figursti" -#~ msgid "Char: %c, %d, 0x%02x" -#~ msgstr "Tegn: %c, %d, 0x%02x" +#~ msgid "Error in copy layer for onlayers" +#~ msgstr "Fejl ved kopiering af lag for på-lag" -#~ msgid "Insert the selected char at the cursor position" -#~ msgstr "Indsæt det valgte tegn ved markørpositionen" +#~ msgid "About Gfig" +#~ msgstr "Om Figurer" -#~ msgid "points" -#~ msgstr "papirpunkter" +#~ msgid "Gfig - GIMP plug-in" +#~ msgstr "Figurer - udvidelsesmodul til Gimp'en" -#~ msgid "/Filters/Render/Dynamic Text..." -#~ msgstr "/Filtre/Generér/Dynamisk tekst..." +#~ msgid "Release 2.0" +#~ msgstr "Version 2.0" -#~ msgid "" -#~ " Current layer isn't a GDynText layer or it has no alpha channel. Forcing " -#~ "new layer creation." -#~ msgstr "" -#~ "Det aktuelle lag er ikke et dynamisk tekstlag, eller det har ikke nogen " -#~ "alfakanal. Gennemtvinger oprettelse af nyt lag." +#~ msgid "New Gfig Object" +#~ msgstr "Ny figur" -#~ msgid "GDynText Layer" -#~ msgstr "Dynamisk tekstlag" +#, fuzzy +#~ msgid "Delete Gfig drawing" +#~ msgstr "Slet figurtegning" -#~ msgid "GIMP Dynamic Text" -#~ msgstr "Dynamisk tekst" +#~ msgid "%s copy" +#~ msgstr "%s-kopi" -#~ msgid "GDynText: Messages Window" -#~ msgstr "Dynamisk tekst: meddelelsesvindue" +#~ msgid "Collection Details" +#~ msgstr "Samlingsoplysninger" -#~ msgid "GDynText: About ..." -#~ msgstr "Om dynamisk tekst..." +# navnet på tegningen +#, fuzzy +#~ msgid "Draw name:" +#~ msgstr "Tegningnavn:" -#~ msgid "bottom-left" -#~ msgstr "nederst til venstre" +#~ msgid "(none)" +#~ msgstr "(ingen)" -#~ msgid "bottom-center" -#~ msgstr "nederst i midten" +#~ msgid "" +#~ msgstr "" -#~ msgid "bottom-right" -#~ msgstr "nederst til højre" +#~ msgid "Curl Opacity" +#~ msgstr "Krølleuigennemsigtighed" -#~ msgid "middle-left" -#~ msgstr "midterst til venstre" +#, fuzzy +#~ msgid "" +#~ "Use current gradient\n" +#~ "instead of FG/BG-color" +#~ msgstr "" +#~ "Benyt aktiv farveovergang\n" +#~ "i stedet for fg./bg.-farve" -#~ msgid "middle-right" -#~ msgstr "midterst til højre" +#, fuzzy +#~ msgid "_Blur..." +#~ msgstr "Slører..." -#~ msgid "top-left" -#~ msgstr "øverst til venstre" +# se forklaringen i næste tekst +#~ msgid "R_andomization %:" +#~ msgstr "% _tilfældige:" -#~ msgid "top-center" -#~ msgstr "øverst i midten" +#~ msgid "You must specify either horizontal or vertical (or both)" +#~ msgstr "Du skal angive enten vandret eller lodret (eller begge)" -#~ msgid "top-right" -#~ msgstr "øverst til højre" +#~ msgid "Blur Horizontally" +#~ msgstr "Slør vandret" -#~ msgid "GDynText" -#~ msgstr "Dynamisk tekst" +#~ msgid "Blur Vertically" +#~ msgstr "Slør lodret" -#~ msgid "Toggle creation of a new layer" -#~ msgstr "Slå oprettelse af et nyt lag til/fra" +#~ msgid "Blur Radius:" +#~ msgstr "Sløringsradius:" -#~ msgid "Load text from file" -#~ msgstr "Indlæs tekst fra fil" +#, fuzzy +#~ msgid "Gaussian Blur (_RLE)..." +#~ msgstr "/Filtre/Slør/Gaussisk sløring (_RLE)..." -#~ msgid "GDynText: Select Color" -#~ msgstr "Dynamisk tekst: vælg farve" +#~ msgid "RLE Gaussian Blur" +#~ msgstr "RLE-gaussisk-sløring" -#~ msgid "Text color" -#~ msgstr "Tekstfarve" +#~ msgid "Image Preview" +#~ msgstr "Billedminiature" -#~ msgid "Toggle anti-aliased text" -#~ msgstr "Slå udjævnet tekst til/fra" +#~ msgid "Force baseline JPEG (Readable by all decoders)" +#~ msgstr "Gennemtving grundlæggende JPEG (læselig for alle dekodere)" -#~ msgid "Left aligned text" -#~ msgstr "Venstrejusteret tekst" +#~ msgid "DCT method (Speed/quality tradeoff):" +#~ msgstr "DCT-metode (hastighed/kvalitetsafvejning):" -#~ msgid "Centered text" -#~ msgstr "Centreret tekst" +#~ msgid "Save Background Color" +#~ msgstr "Gem baggrundsfarve" -#~ msgid "Right aligned text" -#~ msgstr "Højrejusteret tekst" +#~ msgid "Save Resolution" +#~ msgstr "Gem opløsning" -#~ msgid "Toggle text font preview" -#~ msgstr "Slå skrifttypeeksempel til/fra" +#~ msgid "Save Creation Time" +#~ msgstr "Gem oprettelsesdato" -#~ msgid "Toggle CharMap window" -#~ msgstr "Slå tegntabelvindue til/fra" +#~ msgid "Tile _Height:" +#~ msgstr "Flise_højde:" -#~ msgid "" -#~ "Layer\n" -#~ "Alignment" -#~ msgstr "Lagjustering" +#~ msgid "C_ell Size:" +#~ msgstr "C_ellestørrelse:" -#~ msgid "Set layer alignment" -#~ msgstr "Angiv lagjusteringen" +#, fuzzy +#~ msgid "_Noisify..." +#~ msgstr "Tilføj støj" -#~ msgid "" -#~ "Line\n" -#~ "Spacing" -#~ msgstr "Linjeafstand" +#~ msgid "Noisify" +#~ msgstr "Tilføj støj" -#~ msgid "Set text rotation (degrees)" -#~ msgstr "Angiv tekstrotering (i grader)" +#~ msgid "Random _Seed:" +#~ msgstr "Tilfældig _startværdi:" -#~ msgid "Editable text sample" -#~ msgstr "Redigerbart teksteksempel" +#~ msgid "Save _Background Color" +#~ msgstr "Gem _baggrundsfarve" -#~ msgid "Clear preview" -#~ msgstr "Ryd eksempel" +#~ msgid "Save _Resolution" +#~ msgstr "Gem _opløsning" -#~ msgid "Preview default text sample" -#~ msgstr "Vis standardteksteksempel" +#~ msgid "Save Creation _Time" +#~ msgstr "Gem oprettelses_dato" -#~ msgid "" -#~ "Holding the Shift key while pressing this button will force GDynText in " -#~ "changing the layer name as done in GIMP 1.0." -#~ msgstr "" -#~ "Hold skifte-tasten nede og tryk på denne knap for at tvinge den dynamiske " -#~ "tekst til at ændre lagnavnet som i Gimp 1.0." +#~ msgid "Save Color _Values From Transparent Pixels" +#~ msgstr "Gem farveværdier fra gennemsigtige punkter" -#~ msgid "" -#~ "Warning file \"%s\" is larger than the maximum allowed text length (%d).\n" -#~ msgstr "" -#~ "Advarsel: filen \"%s\" er større end den maksimalt tilladte længde (%d).\n" +#~ msgid "_X Offset:" +#~ msgstr "_x-afstand:" -#~ msgid "Error opening \"%s\"!\n" -#~ msgstr "Fejl ved åbning af \"%s\"!\n" +#~ msgid "_Y Offset:" +#~ msgstr "_y-afstand:" -#~ msgid "" -#~ " WARNING: GDynText is too old! A newer version is required to handle this " -#~ "layer. Get it from %s" -#~ msgstr "" -#~ "ADVARSEL: Udvidelsesmodulet til dynamisk tekst er for gammelt! En nyere " -#~ "version er påkrævet for at håndtere dette lag. Få den fra %s" +#~ msgid "_Random Seed:" +#~ msgstr "_Tilfældig startværdi:" -#~ msgid " Upgrading old GDynText layer to %s." -#~ msgstr "Opgraderer gammelt dynamisk tekstlag til %s." +#~ msgid "R_andom Seed:" +#~ msgstr "_Tilfældig startværdi:" -#~ msgid "Dismiss" -#~ msgstr "Annullér" +#~ msgid "Snap to Grid" +#~ msgstr "Lås til gitter" -#~ msgid "Back" -#~ msgstr "Tilbage" +#~ msgid "Select Contiguous Region" +#~ msgstr "Vælg sammenhængende område" -#~ msgid "Forward" -#~ msgstr "Frem" +#~ msgid "RLE Compression" +#~ msgstr "RLE-kompression" -#~ msgid "/Filters/Render/Pattern/Mosaic..." -#~ msgstr "/Filtre/Generér/Mønstre/Mosaik..." +#~ msgid "Save: No filename given" +#~ msgstr "Gem: Intet filnavn angivet" -#~ msgid "Sinusodial" -#~ msgstr "Sinus" +#~ msgid "Cannot save to a folder." +#~ msgstr "Kan ikke gemme som en mappe." -#~ msgid "MAX_FONTS exceeded. Some fonts may be missing." -#~ msgstr "MAX_FONTS overskredet. Måske mangler nogle skrifttyper." +#~ msgid "/Filters/Render/_Fractal Explorer..." +#~ msgstr "/Filtre/Generér/Mønstre/_Fraktaludforsker..." diff -Nru gimp-2.6.11/po-plug-ins/dz.po gimp-2.6.12/po-plug-ins/dz.po --- gimp-2.6.11/po-plug-ins/dz.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/dz.po 2012-01-31 13:50:15.000000000 +0000 @@ -12144,14 +12144,6 @@ msgid "wget exited abnormally on URI '%s'" msgstr "ང་བཅས་ཀྱི་ ཡུ་ཨཱར་ཨའི་གུར་ཨ་རྟག་དང་མ་འདྲཝ་སྦེ་ཕྱིར་ཐོན་འགྱོ་ཚར་ཏེ་འོངས་ཨིན།'%s'" -#. The third line is "Connecting to..." -#: ../plug-ins/uri/uri-backend-wget.c:180 -#, c-format -msgid "(timeout is %d second)" -msgid_plural "(timeout is %d seconds)" -msgstr[0] "(ངལ་མཚམས་དེ་སྐར་ཆ་%dཨིན།)" -msgstr[1] "" - #. The fourth line is either the network request or an error #: ../plug-ins/uri/uri-backend-wget.c:209 msgid "Opening URI" diff -Nru gimp-2.6.11/po-plug-ins/eo.po gimp-2.6.12/po-plug-ins/eo.po --- gimp-2.6.11/po-plug-ins/eo.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/eo.po 2012-01-31 13:50:15.000000000 +0000 @@ -0,0 +1,12442 @@ +# Esperanto translation for GIMP plug-ins. +# Copyright (C) 2011 Free Software Foundation, Inc. +# This file is distributed under the same license as GIMP. +# Shane D < >, 2011. +# Michael MORONI < >, 2011. +# Kristjan SCHMIDT , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: gimp 2.0\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-08-02 20:01+0000\n" +"PO-Revision-Date: 2011-08-03 19:27+0200\n" +"Last-Translator: Kristjan SCHMIDT \n" +"Language-Team: Esperanto \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Launchpad-Export-Date: 2011-05-12 18:32+0000\n" +"X-Generator: Launchpad (build 13023)\n" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:119 +msgid "Original" +msgstr "Originale" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:137 +msgid "Rotated" +msgstr "Turnite" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:155 +msgid "Continuous update" +msgstr "" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:168 +msgid "Area:" +msgstr "Areo:" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:172 +msgid "Entire Layer" +msgstr "" + +#. Create selection +#: ../plug-ins/color-rotate/color-rotate-dialog.c:173 +#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367 +#: ../plug-ins/selection-to-path/selection-to-path.c:433 +msgid "Selection" +msgstr "Elekto" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:174 +msgid "Context" +msgstr "Kunteksto" + +#. spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:299 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:377 +#: ../plug-ins/common/color-to-alpha.c:410 ../plug-ins/file-fli/fli-gimp.c:875 +#: ../plug-ins/file-fli/fli-gimp.c:945 +msgid "From:" +msgstr "De:" + +#. spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:325 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:378 +#: ../plug-ins/file-fli/fli-gimp.c:884 ../plug-ins/file-fli/fli-gimp.c:954 +msgid "To:" +msgstr "Al:" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:419 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 +msgid "Gray" +msgstr "Grizo" + +#. Gray: Circle: Spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:467 +msgid "Hue:" +msgstr "Nuanco:" + +#. Gray: Circle: Spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:494 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:556 +msgid "Saturation:" +msgstr "Satureco:" + +#. * Gray: Operation-Mode * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:514 +msgid "Gray Mode" +msgstr "Griza reĝimo" + +#. Gray: Operation-Mode: two radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:523 +msgid "Treat as this" +msgstr "Trakti kiel ĉi tio" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:535 +msgid "Change to this" +msgstr "Ŝanĝi al ĉi tio" + +#. * Gray: What is gray? * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:548 +msgid "Gray Threshold" +msgstr "" + +#. * Misc: Used unit selection * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:588 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:698 +msgid "Units" +msgstr "Unitoj" + +#. Misc: Used unit selection: 3 radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:597 +msgid "Radians" +msgstr "Radianoj" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:609 +msgid "Radians/Pi" +msgstr "" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:621 +msgid "Degrees" +msgstr "Gradoj" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:652 +msgid "Rotate Colors" +msgstr "Turni kolorojn" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:692 +msgid "Main Options" +msgstr "Ĉefagordoj" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:695 +msgid "Gray Options" +msgstr "Grizaj agordoj" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:35 +msgid "Switch to Clockwise" +msgstr "Dekstrumigi" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:37 +msgid "Switch to C/Clockwise" +msgstr "Maldestrumigi" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:39 +msgid "Change Order of Arrows" +msgstr "" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:41 +#: ../plug-ins/imagemap/imap_cmd_select_all.c:51 +msgid "Select All" +msgstr "Elekti ĉiujn" + +#: ../plug-ins/color-rotate/color-rotate.c:99 +msgid "Replace a range of colors with another" +msgstr "" + +#: ../plug-ins/color-rotate/color-rotate.c:106 +msgid "_Rotate Colors..." +msgstr "Turni kolo_rojn..." + +#: ../plug-ins/color-rotate/color-rotate.c:140 +msgid "Rotating the colors" +msgstr "Turnanta la kolorojn" + +#: ../plug-ins/common/alien-map.c:140 +msgid "_Modify red channel" +msgstr "_Modifi la ruĝan kanalon" + +#: ../plug-ins/common/alien-map.c:140 +msgid "_Modify hue channel" +msgstr "_Modifi la kolornuancan kanalon" + +#: ../plug-ins/common/alien-map.c:141 +msgid "Mo_dify green channel" +msgstr "Mo_difi la verdan kanalon" + +#: ../plug-ins/common/alien-map.c:141 +msgid "Mo_dify saturation channel" +msgstr "Mo_difi la saturecan kanalon" + +#: ../plug-ins/common/alien-map.c:142 +msgid "Mod_ify blue channel" +msgstr "Mod_ifi la bluan kanalon" + +#: ../plug-ins/common/alien-map.c:142 +msgid "Mod_ify luminosity channel" +msgstr "Mod_ifi la lumintensan kanalon" + +#: ../plug-ins/common/alien-map.c:147 +msgid "Red _frequency:" +msgstr "Ruĝa _frekvenco:" + +#: ../plug-ins/common/alien-map.c:147 +msgid "Hue _frequency:" +msgstr "Kolornuanca _frekvenco:" + +#: ../plug-ins/common/alien-map.c:148 +msgid "Green fr_equency:" +msgstr "Verda _frekvenco:" + +#: ../plug-ins/common/alien-map.c:148 +msgid "Saturation fr_equency:" +msgstr "Satureca _frekvenco:" + +#: ../plug-ins/common/alien-map.c:149 +msgid "Blue freq_uency:" +msgstr "Blua frek_venco:" + +#: ../plug-ins/common/alien-map.c:149 +msgid "Luminosity freq_uency:" +msgstr "Lumintenca frek_venco:" + +#: ../plug-ins/common/alien-map.c:151 +msgid "Red _phaseshift:" +msgstr "" + +#: ../plug-ins/common/alien-map.c:151 +msgid "Hue _phaseshift:" +msgstr "" + +#: ../plug-ins/common/alien-map.c:152 +msgid "Green ph_aseshift:" +msgstr "" + +#: ../plug-ins/common/alien-map.c:152 +msgid "Saturation ph_aseshift:" +msgstr "" + +#: ../plug-ins/common/alien-map.c:153 +msgid "Blue pha_seshift:" +msgstr "" + +#: ../plug-ins/common/alien-map.c:153 +msgid "Luminosity pha_seshift:" +msgstr "" + +#: ../plug-ins/common/alien-map.c:183 +msgid "Alter colors in various psychedelic ways" +msgstr "" + +#: ../plug-ins/common/alien-map.c:188 +msgid "_Alien Map..." +msgstr "" + +#: ../plug-ins/common/alien-map.c:320 +msgid "Alien Map: Transforming" +msgstr "" + +#: ../plug-ins/common/alien-map.c:393 +msgid "Alien Map" +msgstr "" + +#: ../plug-ins/common/alien-map.c:441 ../plug-ins/common/alien-map.c:465 +#: ../plug-ins/common/alien-map.c:489 +msgid "Number of cycles covering full value range" +msgstr "" + +#: ../plug-ins/common/alien-map.c:453 ../plug-ins/common/alien-map.c:477 +#: ../plug-ins/common/alien-map.c:501 +msgid "Phase angle, range 0-360" +msgstr "" + +#. Propagate Mode +#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:611 +#: ../plug-ins/common/value-propagate.c:1120 ../plug-ins/common/waves.c:277 +msgid "Mode" +msgstr "Reĝimo" + +#: ../plug-ins/common/alien-map.c:519 +msgid "_RGB color model" +msgstr "_RVB-kolor-reĝimo" + +#: ../plug-ins/common/alien-map.c:520 +msgid "_HSL color model" +msgstr "" + +#: ../plug-ins/common/align-layers.c:128 +msgid "Align all visible layers of the image" +msgstr "" + +#: ../plug-ins/common/align-layers.c:133 +msgid "Align Visi_ble Layers..." +msgstr "" + +#: ../plug-ins/common/align-layers.c:173 +msgid "There are not enough layers to align." +msgstr "" + +#: ../plug-ins/common/align-layers.c:400 +msgid "Align Visible Layers" +msgstr "" + +#. if and how to center the image on the page +#: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/file-fits/fits.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1081 +#: ../plug-ins/lighting/lighting-ui.c:416 +#: ../plug-ins/print/print-page-layout.c:449 +msgid "None" +msgstr "Neniu" + +#: ../plug-ins/common/align-layers.c:425 ../plug-ins/common/align-layers.c:456 +msgid "Collect" +msgstr "Kolekti" + +#: ../plug-ins/common/align-layers.c:426 +msgid "Fill (left to right)" +msgstr "" + +#: ../plug-ins/common/align-layers.c:427 +msgid "Fill (right to left)" +msgstr "" + +#: ../plug-ins/common/align-layers.c:428 ../plug-ins/common/align-layers.c:459 +msgid "Snap to grid" +msgstr "" + +#: ../plug-ins/common/align-layers.c:437 +msgid "_Horizontal style:" +msgstr "" + +#: ../plug-ins/common/align-layers.c:441 +msgid "Left edge" +msgstr "Maldekstra eĝo" + +#: ../plug-ins/common/align-layers.c:442 ../plug-ins/common/align-layers.c:472 +#: ../plug-ins/gradient-flare/gradient-flare.c:2713 +msgid "Center" +msgstr "Centre" + +#: ../plug-ins/common/align-layers.c:443 +msgid "Right edge" +msgstr "Dekstra eĝo" + +#: ../plug-ins/common/align-layers.c:452 +msgid "Ho_rizontal base:" +msgstr "" + +#: ../plug-ins/common/align-layers.c:457 +msgid "Fill (top to bottom)" +msgstr "" + +#: ../plug-ins/common/align-layers.c:458 +msgid "Fill (bottom to top)" +msgstr "" + +#: ../plug-ins/common/align-layers.c:468 +msgid "_Vertical style:" +msgstr "" + +#: ../plug-ins/common/align-layers.c:471 +msgid "Top edge" +msgstr "" + +#: ../plug-ins/common/align-layers.c:473 +msgid "Bottom edge" +msgstr "" + +#: ../plug-ins/common/align-layers.c:482 +msgid "Ver_tical base:" +msgstr "" + +#: ../plug-ins/common/align-layers.c:486 +msgid "_Grid size:" +msgstr "" + +#: ../plug-ins/common/align-layers.c:495 +msgid "_Ignore the bottom layer even if visible" +msgstr "" + +#: ../plug-ins/common/align-layers.c:505 +msgid "_Use the (invisible) bottom layer as the base" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:133 +msgid "Modify image to reduce size when saved as GIF animation" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:145 +msgid "Optimize (for _GIF)" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:153 +msgid "Reduce file size where combining layers is possible" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:163 +msgid "_Optimize (Difference)" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:171 +msgid "Remove optimization to make editing easier" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:178 +msgid "_Unoptimize" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:198 +msgid "_Remove Backdrop" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:214 +msgid "_Find Backdrop" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:427 +msgid "Unoptimizing animation" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:430 +msgid "Removing animation background" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:433 +msgid "Finding animation background" +msgstr "" + +#: ../plug-ins/common/animation-optimize.c:437 +msgid "Optimizing animation" +msgstr "" + +#: ../plug-ins/common/animation-play.c:163 +msgid "Preview a GIMP layer-based animation" +msgstr "" + +#: ../plug-ins/common/animation-play.c:168 +msgid "_Playback..." +msgstr "" + +#: ../plug-ins/common/animation-play.c:447 +msgid "_Step" +msgstr "_Paŝo" + +#: ../plug-ins/common/animation-play.c:447 +msgid "Step to next frame" +msgstr "" + +#: ../plug-ins/common/animation-play.c:451 +msgid "Rewind the animation" +msgstr "" + +#: ../plug-ins/common/animation-play.c:469 +msgid "Faster" +msgstr "Pli rapide" + +#: ../plug-ins/common/animation-play.c:469 +msgid "Increase the speed of the animation" +msgstr "" + +#: ../plug-ins/common/animation-play.c:474 +msgid "Slower" +msgstr "Pli malrapide" + +#: ../plug-ins/common/animation-play.c:474 +msgid "Decrease the speed of the animation" +msgstr "" + +#: ../plug-ins/common/animation-play.c:479 +msgid "Reset speed" +msgstr "" + +#: ../plug-ins/common/animation-play.c:479 +msgid "Reset the speed of the animation" +msgstr "" + +#: ../plug-ins/common/animation-play.c:487 +#: ../plug-ins/common/animation-play.c:1446 +msgid "Start playback" +msgstr "Ludi la prezentadon" + +#: ../plug-ins/common/animation-play.c:491 +msgid "Detach" +msgstr "Malligi" + +#: ../plug-ins/common/animation-play.c:492 +msgid "Detach the animation from the dialog window" +msgstr "" + +#: ../plug-ins/common/animation-play.c:584 +msgid "Animation Playback:" +msgstr "" + +#: ../plug-ins/common/animation-play.c:663 +msgid "Playback speed" +msgstr "" + +#: ../plug-ins/common/animation-play.c:803 +msgid "Tried to display an invalid layer." +msgstr "" + +#: ../plug-ins/common/animation-play.c:1323 +#, c-format +msgid "Frame %d of %d" +msgstr "" + +#: ../plug-ins/common/animation-play.c:1446 +msgid "Stop playback" +msgstr "Haltigi prezentadon" + +#: ../plug-ins/common/antialias.c:84 +msgid "Antialias using the Scale3X edge-extrapolation algorithm" +msgstr "" + +#: ../plug-ins/common/antialias.c:90 +msgid "_Antialias" +msgstr "" + +#: ../plug-ins/common/antialias.c:149 +msgid "Antialiasing..." +msgstr "" + +#: ../plug-ins/common/apply-canvas.c:1140 +msgid "Add a canvas texture to the image" +msgstr "" + +#: ../plug-ins/common/apply-canvas.c:1145 +msgid "_Apply Canvas..." +msgstr "" + +#: ../plug-ins/common/apply-canvas.c:1226 +msgid "Applying canvas" +msgstr "" + +#: ../plug-ins/common/apply-canvas.c:1263 +msgid "Apply Canvas" +msgstr "" + +#. ***************************************************** +#. radio buttons for choosing LEFT or RIGHT +#. ************************************************* +#: ../plug-ins/common/apply-canvas.c:1292 ../plug-ins/common/wind.c:945 +#: ../plug-ins/lighting/lighting-ui.c:518 +msgid "Direction" +msgstr "Direkto" + +#: ../plug-ins/common/apply-canvas.c:1296 +msgid "_Top-right" +msgstr "" + +#: ../plug-ins/common/apply-canvas.c:1297 +msgid "Top-_left" +msgstr "" + +#: ../plug-ins/common/apply-canvas.c:1298 +msgid "_Bottom-left" +msgstr "" + +#: ../plug-ins/common/apply-canvas.c:1299 +msgid "Bottom-_right" +msgstr "" + +#: ../plug-ins/common/apply-canvas.c:1324 ../plug-ins/common/bump-map.c:916 +#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractal-trace.c:796 +#: ../plug-ins/map-object/map-object-ui.c:573 +msgid "_Depth:" +msgstr "" + +#: ../plug-ins/common/blinds.c:116 +msgid "Simulate an image painted on window blinds" +msgstr "" + +#: ../plug-ins/common/blinds.c:121 +msgid "_Blinds..." +msgstr "" + +#: ../plug-ins/common/blinds.c:188 +msgid "Adding blinds" +msgstr "" + +#: ../plug-ins/common/blinds.c:226 +msgid "Blinds" +msgstr "" + +#. Orientation toggle box +#: ../plug-ins/common/blinds.c:260 ../plug-ins/common/ripple.c:539 +msgid "Orientation" +msgstr "Orientiĝo" + +#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543 +#: ../plug-ins/common/tile-small.c:426 ../plug-ins/pagecurl/pagecurl.c:534 +msgid "_Horizontal" +msgstr "_Horizontale" + +#: ../plug-ins/common/blinds.c:265 ../plug-ins/common/ripple.c:544 +#: ../plug-ins/common/tile-small.c:436 ../plug-ins/pagecurl/pagecurl.c:533 +msgid "_Vertical" +msgstr "_Vertikale" + +#. +#. * Create the "background" layer to hold the image... +#. +#: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 +#: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 +#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 +#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 +#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 +#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 +#: ../plug-ins/file-psd/psd-image-res-load.c:995 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 +#: ../plug-ins/gfig/gfig-dialog.c:1284 +#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 +#: ../plug-ins/win-snap/winsnap.c:1155 +msgid "Background" +msgstr "Fono" + +#: ../plug-ins/common/blinds.c:282 ../plug-ins/common/fractal-trace.c:738 +#: ../plug-ins/common/tile-paper.c:384 +msgid "_Transparent" +msgstr "_Travidebleco" + +#: ../plug-ins/common/blinds.c:308 +msgid "_Displacement:" +msgstr "" + +#: ../plug-ins/common/blinds.c:320 +msgid "_Number of segments:" +msgstr "" + +#: ../plug-ins/common/blur-gauss-selective.c:104 +msgid "Blur neighboring pixels, but only in low-contrast areas" +msgstr "" + +#: ../plug-ins/common/blur-gauss-selective.c:115 +msgid "_Selective Gaussian Blur..." +msgstr "" + +#: ../plug-ins/common/blur-gauss-selective.c:195 +#: ../plug-ins/common/blur-gauss-selective.c:232 +msgid "Selective Gaussian Blur" +msgstr "" + +#: ../plug-ins/common/blur-gauss-selective.c:211 +#: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 +#: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/gradient-flare/gradient-flare.c:966 +msgid "Cannot operate on indexed color images." +msgstr "" + +#: ../plug-ins/common/blur-gauss-selective.c:271 +msgid "_Blur radius:" +msgstr "" + +#: ../plug-ins/common/blur-gauss-selective.c:281 +msgid "_Max. delta:" +msgstr "" + +#: ../plug-ins/common/blur-gauss.c:159 +msgid "Simplest, most commonly used way of blurring" +msgstr "" + +#: ../plug-ins/common/blur-gauss.c:172 +msgid "_Gaussian Blur..." +msgstr "" + +#: ../plug-ins/common/blur-gauss.c:179 ../plug-ins/common/blur-gauss.c:199 +#: ../plug-ins/common/blur-gauss.c:219 ../plug-ins/common/blur-gauss.c:239 +msgid "Apply a gaussian blur" +msgstr "" + +#: ../plug-ins/common/blur-gauss.c:428 ../plug-ins/common/blur-gauss.c:478 +msgid "Gaussian Blur" +msgstr "" + +#. parameter settings +#: ../plug-ins/common/blur-gauss.c:508 +msgid "Blur Radius" +msgstr "" + +#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 +#: ../plug-ins/common/noise-spread.c:386 +msgid "_Horizontal:" +msgstr "_Horizontale:" + +#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 +#: ../plug-ins/common/noise-spread.c:390 +msgid "_Vertical:" +msgstr "_Vertikale:" + +#: ../plug-ins/common/blur-gauss.c:549 +msgid "Blur Method" +msgstr "" + +#: ../plug-ins/common/blur-gauss.c:553 +msgid "_IIR" +msgstr "" + +#: ../plug-ins/common/blur-gauss.c:554 +msgid "_RLE" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:157 ../plug-ins/common/blur-motion.c:171 +msgid "Simulate movement using directional blur" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:164 ../plug-ins/common/blur-motion.c:177 +msgid "_Motion Blur..." +msgstr "" + +#: ../plug-ins/common/blur-motion.c:910 +msgid "Motion blurring" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:1012 +msgid "Motion Blur" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:1045 +msgid "Blur Type" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:1049 +msgctxt "blur-type" +msgid "_Linear" +msgstr "_Linie" + +#: ../plug-ins/common/blur-motion.c:1050 +msgctxt "blur-type" +msgid "_Radial" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:1051 +msgctxt "blur-type" +msgid "_Zoom" +msgstr "_Zomo" + +#: ../plug-ins/common/blur-motion.c:1058 +msgid "Blur Center" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:1094 ../plug-ins/common/lens-flare.c:772 +#: ../plug-ins/common/nova.c:463 ../plug-ins/common/tile-paper.c:282 +#: ../plug-ins/flame/flame.c:1251 +#: ../plug-ins/gradient-flare/gradient-flare.c:2725 +#: ../plug-ins/lighting/lighting-ui.c:477 +msgid "_X:" +msgstr "_X:" + +#: ../plug-ins/common/blur-motion.c:1099 ../plug-ins/common/lens-flare.c:777 +#: ../plug-ins/common/nova.c:468 ../plug-ins/common/tile-paper.c:291 +#: ../plug-ins/flame/flame.c:1265 +#: ../plug-ins/gradient-flare/gradient-flare.c:2729 +#: ../plug-ins/lighting/lighting-ui.c:492 +msgid "_Y:" +msgstr "_Y:" + +#: ../plug-ins/common/blur-motion.c:1101 +msgid "Blur _outward" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:1114 +msgid "Blur Parameters" +msgstr "" + +#: ../plug-ins/common/blur-motion.c:1125 +#: ../plug-ins/map-object/map-object-ui.c:1252 +msgid "L_ength:" +msgstr "L_ongo:" + +#: ../plug-ins/common/blur-motion.c:1138 ../plug-ins/common/newsprint.c:1001 +msgid "_Angle:" +msgstr "" + +#: ../plug-ins/common/blur.c:125 +msgid "Simple blur, fast but not very strong" +msgstr "" + +#: ../plug-ins/common/blur.c:134 +msgid "_Blur" +msgstr "" + +#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp-mask.c:439 +msgid "Blurring" +msgstr "" + +#: ../plug-ins/common/border-average.c:99 +msgid "Set foreground to the average color of the image border" +msgstr "" + +#: ../plug-ins/common/border-average.c:104 +msgid "_Border Average..." +msgstr "" + +#: ../plug-ins/common/border-average.c:171 +msgid "Border Average" +msgstr "" + +#: ../plug-ins/common/border-average.c:351 +msgid "Borderaverage" +msgstr "" + +#: ../plug-ins/common/border-average.c:372 +msgid "Border Size" +msgstr "" + +#: ../plug-ins/common/border-average.c:380 +msgid "_Thickness:" +msgstr "" + +#. Number of Colors frame +#: ../plug-ins/common/border-average.c:415 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:908 +msgid "Number of Colors" +msgstr "" + +#: ../plug-ins/common/border-average.c:423 +msgid "_Bucket size:" +msgstr "" + +#: ../plug-ins/common/bump-map.c:257 +msgid "Create an embossing effect using a bump map" +msgstr "" + +#: ../plug-ins/common/bump-map.c:267 +msgid "_Bump Map..." +msgstr "" + +#: ../plug-ins/common/bump-map.c:415 +msgid "Bump-mapping" +msgstr "" + +#: ../plug-ins/common/bump-map.c:766 +msgid "Bump Map" +msgstr "" + +#: ../plug-ins/common/bump-map.c:832 +msgid "_Bump map:" +msgstr "" + +#. Map type menu +#: ../plug-ins/common/bump-map.c:835 ../plug-ins/flame/flame.c:748 +#: ../plug-ins/lighting/lighting-ui.c:842 +msgid "Linear" +msgstr "Lineare" + +#: ../plug-ins/common/bump-map.c:836 ../plug-ins/flame/flame.c:750 +#: ../plug-ins/lighting/lighting-ui.c:845 +msgid "Spherical" +msgstr "" + +#: ../plug-ins/common/bump-map.c:837 ../plug-ins/flame/flame.c:749 +#: ../plug-ins/lighting/lighting-ui.c:844 +msgid "Sinusoidal" +msgstr "" + +#: ../plug-ins/common/bump-map.c:844 +msgid "_Map type:" +msgstr "" + +#. Compensate darkening +#: ../plug-ins/common/bump-map.c:849 +msgid "Co_mpensate for darkening" +msgstr "" + +#. Invert bumpmap +#: ../plug-ins/common/bump-map.c:863 +msgid "I_nvert bumpmap" +msgstr "" + +#. Tile bumpmap +#: ../plug-ins/common/bump-map.c:877 +msgid "_Tile bumpmap" +msgstr "" + +#: ../plug-ins/common/bump-map.c:892 ../plug-ins/common/emboss.c:499 +msgid "_Azimuth:" +msgstr "" + +#: ../plug-ins/common/bump-map.c:904 +msgid "_Elevation:" +msgstr "" + +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 +msgid "_X offset:" +msgstr "" + +#: ../plug-ins/common/bump-map.c:933 ../plug-ins/common/bump-map.c:947 +msgid "" +"The offset can be adjusted by dragging the preview using the middle mouse " +"button." +msgstr "" + +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 +msgid "_Y offset:" +msgstr "" + +#: ../plug-ins/common/bump-map.c:958 +msgid "_Waterlevel:" +msgstr "" + +#: ../plug-ins/common/bump-map.c:970 +msgid "A_mbient:" +msgstr "" + +#: ../plug-ins/common/cartoon.c:142 +msgid "Simulate a cartoon by enhancing edges" +msgstr "" + +#: ../plug-ins/common/cartoon.c:147 +msgid "Ca_rtoon..." +msgstr "" + +#: ../plug-ins/common/cartoon.c:811 +msgid "Cartoon" +msgstr "" + +#: ../plug-ins/common/cartoon.c:848 ../plug-ins/common/photocopy.c:876 +msgid "_Mask radius:" +msgstr "" + +#: ../plug-ins/common/cartoon.c:862 +msgid "_Percent black:" +msgstr "" + +#: ../plug-ins/common/channel-mixer.c:175 +msgid "Alter colors by mixing RGB Channels" +msgstr "" + +#: ../plug-ins/common/channel-mixer.c:180 +msgid "Channel Mi_xer..." +msgstr "" + +#. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ", +#. param[3].data.d_int32, mix.black.red_gain, +#. mix.black.green_gain, mix.black.blue_gain); +#: ../plug-ins/common/channel-mixer.c:271 +#: ../plug-ins/common/channel-mixer.c:492 +msgid "Channel Mixer" +msgstr "" + +#: ../plug-ins/common/channel-mixer.c:529 +msgid "O_utput channel:" +msgstr "" + +#. Redmode radio frame +#: ../plug-ins/common/channel-mixer.c:538 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:991 +msgid "Red" +msgstr "Ruĝo" + +#. Greenmode radio frame +#: ../plug-ins/common/channel-mixer.c:543 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1032 +msgid "Green" +msgstr "Verdo" + +#. Bluemode radio frame +#: ../plug-ins/common/channel-mixer.c:548 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1073 +msgid "Blue" +msgstr "Bluo" + +#: ../plug-ins/common/channel-mixer.c:583 +#: ../plug-ins/common/color-exchange.c:398 ../plug-ins/common/compose.c:190 +#: ../plug-ins/common/compose.c:201 ../plug-ins/common/diffraction.c:501 +#: ../plug-ins/common/diffraction.c:539 ../plug-ins/common/diffraction.c:577 +#: ../plug-ins/common/noise-rgb.c:530 ../plug-ins/common/noise-rgb.c:537 +msgid "_Red:" +msgstr "_Ruĝo:" + +#: ../plug-ins/common/channel-mixer.c:601 +#: ../plug-ins/common/color-exchange.c:458 ../plug-ins/common/compose.c:191 +#: ../plug-ins/common/compose.c:202 ../plug-ins/common/diffraction.c:510 +#: ../plug-ins/common/diffraction.c:548 ../plug-ins/common/diffraction.c:586 +#: ../plug-ins/common/noise-rgb.c:531 ../plug-ins/common/noise-rgb.c:538 +msgid "_Green:" +msgstr "_Verdo:" + +#: ../plug-ins/common/channel-mixer.c:620 +#: ../plug-ins/common/color-exchange.c:519 ../plug-ins/common/compose.c:192 +#: ../plug-ins/common/compose.c:203 ../plug-ins/common/diffraction.c:519 +#: ../plug-ins/common/diffraction.c:557 ../plug-ins/common/diffraction.c:595 +#: ../plug-ins/common/noise-rgb.c:532 ../plug-ins/common/noise-rgb.c:539 +msgid "_Blue:" +msgstr "_Bluo:" + +#: ../plug-ins/common/channel-mixer.c:636 +msgid "_Monochrome" +msgstr "_Unukolore" + +#: ../plug-ins/common/channel-mixer.c:649 +msgid "Preserve _luminosity" +msgstr "" + +#: ../plug-ins/common/channel-mixer.c:878 +msgid "Load Channel Mixer Settings" +msgstr "" + +#. stat error (file does not exist) +#: ../plug-ins/common/channel-mixer.c:982 +#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:885 +#: ../plug-ins/common/file-cel.c:312 ../plug-ins/common/file-compressor.c:498 +#: ../plug-ins/common/file-compressor.c:666 +#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 +#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 +#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:552 +#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1755 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 +#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2003 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-psd/psd-thumb-load.c:80 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:190 +#: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568 +#: ../plug-ins/flame/flame.c:412 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:929 +#: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 +#: ../plug-ins/help/gimphelplocale.c:239 +#: ../plug-ins/lighting/lighting-ui.c:1355 +#, c-format +msgid "Could not open '%s' for reading: %s" +msgstr "Estas neeble malfermi \"%s\" por lego: %s" + +#: ../plug-ins/common/channel-mixer.c:1005 +msgid "Save Channel Mixer Settings" +msgstr "" + +#: ../plug-ins/common/channel-mixer.c:1060 +#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:833 +#: ../plug-ins/common/file-cel.c:583 ../plug-ins/common/file-compressor.c:426 +#: ../plug-ins/common/file-compressor.c:508 +#: ../plug-ins/common/file-compressor.c:590 +#: ../plug-ins/common/file-compressor.c:677 +#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 +#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 +#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 +#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2114 +#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 +#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:163 +#: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729 +#: ../plug-ins/flame/flame.c:443 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546 +#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/ifs-compose/ifs-compose.c:2374 +#: ../plug-ins/lighting/lighting-ui.c:1211 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "Ne eblas malfermi '%s' por skribo: %s" + +#: ../plug-ins/common/channel-mixer.c:1068 +#: ../plug-ins/common/cml-explorer.c:2060 +#, c-format +msgid "Parameters were saved to '%s'" +msgstr "" + +#: ../plug-ins/common/checkerboard.c:89 +msgid "Create a checkerboard pattern" +msgstr "" + +#: ../plug-ins/common/checkerboard.c:94 +msgid "_Checkerboard..." +msgstr "" + +#: ../plug-ins/common/checkerboard.c:161 +msgid "Adding checkerboard" +msgstr "" + +#: ../plug-ins/common/checkerboard.c:346 +msgid "Checkerboard" +msgstr "" + +#: ../plug-ins/common/checkerboard.c:412 +#: ../plug-ins/gimpressionist/sizemap.c:511 +msgid "_Size:" +msgstr "_Grando:" + +#: ../plug-ins/common/checkerboard.c:421 +msgid "_Psychobilly" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:129 +msgid "Keep image's values" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:130 +msgid "Keep the first value" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:131 +msgid "Fill with parameter k" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:132 +msgid "k{x(1-x)}^p" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:133 +msgid "k{x(1-x)}^p stepped" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:134 +msgid "kx^p" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:135 +msgid "kx^p stepped" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:136 +msgid "k(1-x^p)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:137 +msgid "k(1-x^p) stepped" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:138 +msgid "Delta function" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:139 +msgid "Delta function stepped" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:140 +msgid "sin^p-based function" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:141 +msgid "sin^p, stepped" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:167 +msgid "Max (x, -)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:168 +msgid "Max (x+d, -)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:169 +msgid "Max (x-d, -)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:170 +msgid "Min (x, -)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:171 +msgid "Min (x+d, -)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:172 +msgid "Min (x-d, -)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:173 +msgid "Max (x+d, -), (x < 0.5)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:174 +msgid "Max (x+d, -), (0.5 < x)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:175 +msgid "Max (x-d, -), (x < 0.5)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:176 +msgid "Max (x-d, -), (0.5 < x)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:177 +msgid "Min (x+d, -), (x < 0.5)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:178 +msgid "Min (x+d, -), (0.5 < x)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:179 +msgid "Min (x-d, -), (x < 0.5)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:180 +msgid "Min (x-d, -), (0.5 < x)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:200 ../plug-ins/common/file-sunras.c:1651 +msgid "Standard" +msgstr "Norme" + +#: ../plug-ins/common/cml-explorer.c:201 +msgid "Use average value" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:202 +msgid "Use reverse value" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:203 +msgid "With random power (0,10)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:204 +msgid "With random power (0,1)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:205 +msgid "With gradient power (0,1)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:206 +msgid "Multiply rand. value (0,1)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:207 +msgid "Multiply rand. value (0,2)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:208 +msgid "Multiply gradient (0,1)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:209 +msgid "With p and random (0,1)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:223 +msgid "All black" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:224 +msgid "All gray" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:225 +msgid "All white" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:226 +msgid "The first row of the image" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:227 +msgid "Continuous gradient" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:228 +msgid "Continuous grad. w/o gap" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:229 +msgid "Random, ch. independent" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:230 +msgid "Random shared" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:231 +msgid "Randoms from seed" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:232 +msgid "Randoms from seed (shared)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:300 ../plug-ins/common/cml-explorer.c:308 +#: ../plug-ins/common/decompose.c:188 +#: ../plug-ins/gimpressionist/orientation.c:180 +#: ../plug-ins/gimpressionist/size.c:183 +msgid "Hue" +msgstr "Kolornuanco" + +#: ../plug-ins/common/cml-explorer.c:301 ../plug-ins/common/cml-explorer.c:309 +#: ../plug-ins/common/decompose.c:189 +msgid "Saturation" +msgstr "Satureco" + +#: ../plug-ins/common/cml-explorer.c:302 ../plug-ins/common/cml-explorer.c:310 +#: ../plug-ins/common/decompose.c:190 +#: ../plug-ins/gimpressionist/orientation.c:156 +#: ../plug-ins/gimpressionist/size.c:159 +msgid "Value" +msgstr "Valoro" + +#: ../plug-ins/common/cml-explorer.c:307 +msgid "(None)" +msgstr "(Neniu)" + +#: ../plug-ins/common/cml-explorer.c:455 +msgid "Create abstract Coupled-Map Lattice patterns" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:466 +msgid "CML _Explorer..." +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:756 +msgid "CML Explorer: evoluting" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1177 +msgid "Coupled-Map-Lattice Explorer" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1224 +msgid "New Seed" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1235 +msgid "Fix Seed" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1246 +msgid "Random Seed" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1288 ../plug-ins/common/filter-pack.c:700 +#: ../plug-ins/common/van-gogh-lic.c:671 +msgid "_Hue" +msgstr "_Kolornuanco" + +#: ../plug-ins/common/cml-explorer.c:1292 +msgid "Sat_uration" +msgstr "Sat_ureco" + +#: ../plug-ins/common/cml-explorer.c:1296 ../plug-ins/common/filter-pack.c:708 +msgid "_Value" +msgstr "_Valoro" + +#: ../plug-ins/common/cml-explorer.c:1300 +msgid "_Advanced" +msgstr "_Altnevele" + +#: ../plug-ins/common/cml-explorer.c:1315 +msgid "Channel Independent Parameters" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1337 +msgid "Initial value:" +msgstr "Komenca valoro:" + +#: ../plug-ins/common/cml-explorer.c:1343 +msgid "Zoom scale:" +msgstr "Zomskalo:" + +#: ../plug-ins/common/cml-explorer.c:1352 +msgid "Start offset:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1361 +msgid "Seed of Random (only for \"From Seed\" Modes)" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261 +msgid "Seed:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1385 +msgid "Switch to \"From seed\" With the Last Seed" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1397 +msgid "" +"\"Fix seed\" button is an alias of me.\n" +"The same seed produces the same image, if (1) the widths of images are same " +"(this is the reason why image on drawable is different from preview), and " +"(2) all mutation rates equal to zero." +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1405 +msgid "O_thers" +msgstr "_Aliaj" + +#: ../plug-ins/common/cml-explorer.c:1420 +msgid "Copy Settings" +msgstr "Kopii agordojn" + +#: ../plug-ins/common/cml-explorer.c:1439 +msgid "Source channel:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1454 +#: ../plug-ins/common/cml-explorer.c:1502 +msgid "Destination channel:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1458 +msgid "Copy Parameters" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1467 +msgid "Selective Load Settings" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1487 +msgid "Source channel in file:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1508 +msgid "_Misc Ops." +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1557 +msgid "Function type:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1573 +msgid "Composition:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1587 +msgid "Misc arrange:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1591 +msgid "Use cyclic range" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1601 +msgid "Mod. rate:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1610 +msgid "Env. sensitivity:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1619 +msgid "Diffusion dist.:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1628 +msgid "# of subranges:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1637 +msgid "P(ower factor):" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1646 +msgid "Parameter k:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1655 +msgid "Range low:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1664 +msgid "Range high:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1676 +msgid "Plot a Graph of the Settings" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1721 +msgid "Ch. sensitivity:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1731 +msgid "Mutation rate:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1741 +msgid "Mutation dist.:" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1819 +msgid "Graph of the Current Settings" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1890 +msgid "Warning: the source and the destination are the same channel." +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:1949 +msgid "Save CML Explorer Parameters" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:2082 +msgid "Load CML Explorer Parameters" +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:2200 +msgid "Error: it's not CML parameter file." +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:2207 +#, c-format +msgid "Warning: '%s' is an old format file." +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:2211 +#, c-format +msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer." +msgstr "" + +#: ../plug-ins/common/cml-explorer.c:2274 +msgid "Error: failed to load parameters" +msgstr "" + +#: ../plug-ins/common/color-cube-analyze.c:106 +msgid "Analyze the set of colors in the image" +msgstr "" + +#: ../plug-ins/common/color-cube-analyze.c:112 +msgid "Colorcube A_nalysis..." +msgstr "" + +#: ../plug-ins/common/color-cube-analyze.c:200 +#: ../plug-ins/common/color-cube-analyze.c:356 +msgid "Colorcube Analysis" +msgstr "" + +#. output results +#: ../plug-ins/common/color-cube-analyze.c:384 +#: ../plug-ins/imagemap/imap_cmd_guides.c:231 +#, c-format +msgid "Image dimensions: %d × %d" +msgstr "" + +#: ../plug-ins/common/color-cube-analyze.c:387 +msgid "No colors" +msgstr "Neniuj koloroj" + +#: ../plug-ins/common/color-cube-analyze.c:389 +msgid "Only one unique color" +msgstr "" + +#: ../plug-ins/common/color-cube-analyze.c:391 +#, c-format +msgid "Number of unique colors: %d" +msgstr "" + +#: ../plug-ins/common/color-enhance.c:69 +msgid "Stretch color saturation to cover maximum possible range" +msgstr "" + +#: ../plug-ins/common/color-enhance.c:81 +msgid "_Color Enhance" +msgstr "" + +#: ../plug-ins/common/color-enhance.c:115 +msgid "Color Enhance" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:122 +msgid "Swap one color with another" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:128 +msgid "_Color Exchange..." +msgstr "" + +#: ../plug-ins/common/color-exchange.c:213 +#: ../plug-ins/common/color-exchange.c:287 +msgid "Color Exchange" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:309 +msgid "Middle-Click Inside Preview to Pick \"From Color\"" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:347 +msgid "To Color" +msgstr "Al koloro" + +#: ../plug-ins/common/color-exchange.c:347 +msgid "From Color" +msgstr "De koloro" + +#: ../plug-ins/common/color-exchange.c:365 +msgid "Color Exchange: To Color" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:366 +msgid "Color Exchange: From Color" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:424 +msgid "R_ed threshold:" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:484 +msgid "G_reen threshold:" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:545 +msgid "B_lue threshold:" +msgstr "" + +#: ../plug-ins/common/color-exchange.c:573 +msgid "Lock _thresholds" +msgstr "" + +#: ../plug-ins/common/color-to-alpha.c:94 +msgid "Convert a specified color to transparency" +msgstr "" + +#: ../plug-ins/common/color-to-alpha.c:101 +msgid "Color to _Alpha..." +msgstr "" + +#: ../plug-ins/common/color-to-alpha.c:184 +msgid "Removing color" +msgstr "" + +#: ../plug-ins/common/color-to-alpha.c:377 +msgid "Color to Alpha" +msgstr "" + +#: ../plug-ins/common/color-to-alpha.c:414 +msgid "Color to Alpha Color Picker" +msgstr "" + +#: ../plug-ins/common/color-to-alpha.c:429 +msgid "to alpha" +msgstr "al alfo" + +#: ../plug-ins/common/colorify.c:102 +msgid "Replace all colors with shades of a specified color" +msgstr "" + +#: ../plug-ins/common/colorify.c:108 +msgid "Colorif_y..." +msgstr "" + +#: ../plug-ins/common/colorify.c:169 +msgid "Colorifying" +msgstr "" + +#: ../plug-ins/common/colorify.c:255 +msgid "Colorify" +msgstr "" + +#: ../plug-ins/common/colorify.c:289 +msgid "Custom color:" +msgstr "" + +#: ../plug-ins/common/colorify.c:294 +msgid "Colorify Custom Color" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:97 +msgid "Rearrange the colormap" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:104 +msgid "R_earrange Colormap..." +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:116 +msgid "Swap two colors in the colormap" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:123 +msgid "_Swap Colors" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:286 +#: ../plug-ins/common/colormap-remap.c:297 +#: ../plug-ins/common/colormap-remap.c:308 +msgid "Invalid remap array was passed to remap function" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:332 +msgid "Rearranging the colormap" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:481 +msgid "Sort on Hue" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:485 +msgid "Sort on Saturation" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:489 +msgid "Sort on Value" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:493 +msgid "Reverse Order" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:497 +msgid "Reset Order" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:596 +msgid "Rearrange Colormap" +msgstr "" + +#: ../plug-ins/common/colormap-remap.c:699 +msgid "" +"Drag and drop colors to rearrange the colormap. The numbers shown are the " +"original indices. Right-click for a menu with sort options." +msgstr "" + +#: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 +#: ../plug-ins/common/file-raw.c:1025 +msgid "RGB" +msgstr "RVB" + +#: ../plug-ins/common/compose.c:200 ../plug-ins/common/decompose.c:178 +msgid "RGBA" +msgstr "RVBA" + +#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noise-rgb.c:525 +#: ../plug-ins/common/noise-rgb.c:540 +msgid "_Alpha:" +msgstr "_Alfo:" + +#: ../plug-ins/common/compose.c:211 ../plug-ins/common/decompose.c:184 +msgid "HSV" +msgstr "" + +#: ../plug-ins/common/compose.c:212 ../plug-ins/common/compose.c:220 +msgid "_Hue:" +msgstr "_Nuanco:" + +#: ../plug-ins/common/compose.c:213 ../plug-ins/common/compose.c:221 +#: ../plug-ins/common/noise-hsv.c:421 +msgid "_Saturation:" +msgstr "_Satureco:" + +#: ../plug-ins/common/compose.c:214 ../plug-ins/common/noise-hsv.c:433 +msgid "_Value:" +msgstr "_Valoro:" + +#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193 +msgid "HSL" +msgstr "" + +#: ../plug-ins/common/compose.c:222 +msgid "_Lightness:" +msgstr "" + +#: ../plug-ins/common/compose.c:227 ../plug-ins/common/decompose.c:202 +msgid "CMY" +msgstr "CMK" + +#: ../plug-ins/common/compose.c:228 ../plug-ins/common/compose.c:236 +msgid "_Cyan:" +msgstr "_Cejano:" + +#: ../plug-ins/common/compose.c:229 ../plug-ins/common/compose.c:237 +msgid "_Magenta:" +msgstr "_Malvo:" + +#: ../plug-ins/common/compose.c:230 ../plug-ins/common/compose.c:238 +msgid "_Yellow:" +msgstr "_Flavo:" + +#: ../plug-ins/common/compose.c:235 ../plug-ins/common/decompose.c:211 +msgid "CMYK" +msgstr "CMFN" + +#: ../plug-ins/common/compose.c:239 +msgid "_Black:" +msgstr "_Nigro:" + +#: ../plug-ins/common/compose.c:243 ../plug-ins/common/decompose.c:224 +msgid "LAB" +msgstr "" + +#: ../plug-ins/common/compose.c:252 +msgid "_Luma y470:" +msgstr "" + +#: ../plug-ins/common/compose.c:253 +msgid "_Blueness cb470:" +msgstr "" + +#: ../plug-ins/common/compose.c:254 +msgid "_Redness cr470:" +msgstr "" + +#: ../plug-ins/common/compose.c:260 +msgid "_Luma y709:" +msgstr "" + +#: ../plug-ins/common/compose.c:261 +msgid "_Blueness cb709:" +msgstr "" + +#: ../plug-ins/common/compose.c:262 +msgid "_Redness cr709:" +msgstr "" + +#: ../plug-ins/common/compose.c:268 +msgid "_Luma y470f:" +msgstr "" + +#: ../plug-ins/common/compose.c:269 +msgid "_Blueness cb470f:" +msgstr "" + +#: ../plug-ins/common/compose.c:270 +msgid "_Redness cr470f:" +msgstr "" + +#: ../plug-ins/common/compose.c:276 +msgid "_Luma y709f:" +msgstr "" + +#: ../plug-ins/common/compose.c:277 +msgid "_Blueness cb709f:" +msgstr "" + +#: ../plug-ins/common/compose.c:278 +msgid "_Redness cr709f:" +msgstr "" + +#: ../plug-ins/common/compose.c:404 +msgid "Create an image using multiple gray images as color channels" +msgstr "" + +#: ../plug-ins/common/compose.c:410 +msgid "C_ompose..." +msgstr "" + +#: ../plug-ins/common/compose.c:434 +msgid "Recompose an image that was previously decomposed" +msgstr "" + +#: ../plug-ins/common/compose.c:442 +msgid "R_ecompose" +msgstr "" + +#: ../plug-ins/common/compose.c:488 +msgid "" +"You can only run 'Recompose' if the active image was originally produced by " +"'Decompose'." +msgstr "" + +#: ../plug-ins/common/compose.c:512 +msgid "Error scanning 'decompose-data' parasite: too few layers found" +msgstr "" + +#: ../plug-ins/common/compose.c:545 +#, c-format +msgid "Could not get layers for image %d" +msgstr "" + +#: ../plug-ins/common/compose.c:612 +msgid "Composing" +msgstr "" + +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 +msgid "At least one image is needed to compose" +msgstr "" + +#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:722 +#, c-format +msgid "Specified layer %d not found" +msgstr "" + +#: ../plug-ins/common/compose.c:730 +msgid "Drawables have different size" +msgstr "" + +#: ../plug-ins/common/compose.c:755 +msgid "Images have different size" +msgstr "" + +#: ../plug-ins/common/compose.c:773 +msgid "Error in getting layer IDs" +msgstr "" + +#: ../plug-ins/common/compose.c:796 +#, c-format +msgid "Image is not a gray image (bpp=%d)" +msgstr "" + +#: ../plug-ins/common/compose.c:824 +msgid "Unable to recompose, source layer not found" +msgstr "" + +#: ../plug-ins/common/compose.c:1481 +msgid "Compose" +msgstr "" + +#. Compose type combo +#: ../plug-ins/common/compose.c:1508 +msgid "Compose Channels" +msgstr "" + +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 +msgid "Color _model:" +msgstr "" + +#. Channel representation table +#: ../plug-ins/common/compose.c:1550 +msgid "Channel Representations" +msgstr "" + +#: ../plug-ins/common/compose.c:1613 +msgid "Mask value" +msgstr "" + +#: ../plug-ins/common/contrast-normalize.c:80 +msgid "Stretch brightness values to cover the full range" +msgstr "" + +#: ../plug-ins/common/contrast-normalize.c:92 +#: ../plug-ins/common/edge-dog.c:361 +msgid "_Normalize" +msgstr "" + +#: ../plug-ins/common/contrast-normalize.c:126 +msgid "Normalizing" +msgstr "" + +#: ../plug-ins/common/contrast-retinex.c:156 +msgid "Enhance contrast using the Retinex method" +msgstr "" + +#: ../plug-ins/common/contrast-retinex.c:166 +msgid "Retine_x..." +msgstr "" + +#: ../plug-ins/common/contrast-retinex.c:250 +msgid "Retinex" +msgstr "" + +#: ../plug-ins/common/contrast-retinex.c:286 +msgid "Retinex Image Enhancement" +msgstr "" + +#: ../plug-ins/common/contrast-retinex.c:321 +msgid "Uniform" +msgstr "" + +#: ../plug-ins/common/contrast-retinex.c:322 +msgid "Low" +msgstr "Malalte" + +#: ../plug-ins/common/contrast-retinex.c:323 +msgid "High" +msgstr "Alte" + +#: ../plug-ins/common/contrast-retinex.c:334 +msgid "_Level:" +msgstr "_Nivelo:" + +#: ../plug-ins/common/contrast-retinex.c:339 +msgid "_Scale:" +msgstr "_Skalo:" + +#: ../plug-ins/common/contrast-retinex.c:354 +msgid "Scale _division:" +msgstr "" + +#: ../plug-ins/common/contrast-retinex.c:369 +msgid "Dy_namic:" +msgstr "" + +#: ../plug-ins/common/contrast-retinex.c:642 +msgid "Retinex: filtering" +msgstr "" + +#: ../plug-ins/common/contrast-stretch-hsv.c:68 +msgid "Stretch image contrast to cover the maximum possible range" +msgstr "" + +#: ../plug-ins/common/contrast-stretch-hsv.c:81 +msgid "Stretch _HSV" +msgstr "" + +#: ../plug-ins/common/contrast-stretch-hsv.c:116 +msgid "Auto-Stretching HSV" +msgstr "" + +#: ../plug-ins/common/contrast-stretch-hsv.c:192 +msgid "autostretch_hsv: cmap was NULL! Quitting...\n" +msgstr "" + +#: ../plug-ins/common/contrast-stretch.c:68 +msgid "Stretch contrast to cover the maximum possible range" +msgstr "" + +#: ../plug-ins/common/contrast-stretch.c:79 +msgid "_Stretch Contrast" +msgstr "" + +#: ../plug-ins/common/contrast-stretch.c:113 +msgid "Auto-stretching contrast" +msgstr "" + +#: ../plug-ins/common/contrast-stretch.c:152 +msgid "c_astretch: cmap was NULL! Quitting...\n" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:64 +msgid "Gr_ey" +msgstr "Gr_izo" + +#: ../plug-ins/common/convolution-matrix.c:65 +msgid "Re_d" +msgstr "_Ruĝo" + +#: ../plug-ins/common/convolution-matrix.c:66 +#: ../plug-ins/common/newsprint.c:353 +msgid "_Green" +msgstr "_Verdo" + +#: ../plug-ins/common/convolution-matrix.c:67 +#: ../plug-ins/common/newsprint.c:361 +msgid "_Blue" +msgstr "_Bluo" + +#: ../plug-ins/common/convolution-matrix.c:68 +msgid "_Alpha" +msgstr "_Alfo" + +#: ../plug-ins/common/convolution-matrix.c:73 +msgid "E_xtend" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:74 +#: ../plug-ins/common/displace.c:472 ../plug-ins/common/edge.c:709 +#: ../plug-ins/common/fractal-trace.c:736 ../plug-ins/common/ripple.c:564 +msgid "_Wrap" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:75 +msgid "Cro_p" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:201 +msgid "Apply a generic 5x5 convolution matrix" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:206 +msgid "_Convolution Matrix..." +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:241 +msgid "Convolution does not work on layers smaller than 3x3 pixels." +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:314 +msgid "Applying convolution" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:906 +msgid "Convolution Matrix" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:944 +msgid "Matrix" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:982 +msgid "D_ivisor:" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:1008 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 +msgid "O_ffset:" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:1037 +msgid "N_ormalise" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:1049 +msgid "A_lpha-weighting" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:1068 +msgid "Border" +msgstr "" + +#: ../plug-ins/common/convolution-matrix.c:1095 +msgid "Channels" +msgstr "Kanaloj" + +#: ../plug-ins/common/crop-auto.c:85 +msgid "Remove empty borders from the image" +msgstr "" + +#: ../plug-ins/common/crop-auto.c:90 +msgid "Autocrop Imag_e" +msgstr "" + +#: ../plug-ins/common/crop-auto.c:99 +msgid "Remove empty borders from the layer" +msgstr "" + +#: ../plug-ins/common/crop-auto.c:104 +msgid "Autocrop Lay_er" +msgstr "" + +#: ../plug-ins/common/crop-auto.c:151 +msgid "Cropping" +msgstr "" + +#: ../plug-ins/common/crop-zealous.c:85 +msgid "Autocrop unused space from edges and middle" +msgstr "" + +#: ../plug-ins/common/crop-zealous.c:90 +msgid "_Zealous Crop" +msgstr "" + +#: ../plug-ins/common/crop-zealous.c:138 +msgid "Zealous cropping" +msgstr "" + +#: ../plug-ins/common/crop-zealous.c:239 +msgid "Nothing to crop." +msgstr "" + +#: ../plug-ins/common/cubism.c:150 +msgid "Convert the image into randomly rotated square blobs" +msgstr "" + +#: ../plug-ins/common/cubism.c:155 +msgid "_Cubism..." +msgstr "" + +#: ../plug-ins/common/cubism.c:268 +msgid "Cubism" +msgstr "" + +#: ../plug-ins/common/cubism.c:305 +msgid "_Tile size:" +msgstr "" + +#: ../plug-ins/common/cubism.c:318 +msgid "T_ile saturation:" +msgstr "" + +#: ../plug-ins/common/cubism.c:329 +msgid "_Use background color" +msgstr "" + +#: ../plug-ins/common/cubism.c:419 +msgid "Cubistic transformation" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:520 +msgid "Bend the image using two control curves" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:541 +msgid "_Curve Bend..." +msgstr "" + +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 +msgid "Can operate on layers only (but was called on channel or mask)." +msgstr "" + +#: ../plug-ins/common/curve-bend.c:687 +msgid "Cannot operate on layers with masks." +msgstr "" + +#: ../plug-ins/common/curve-bend.c:699 +msgid "Cannot operate on empty selections." +msgstr "" + +#. Possibly retrieve data from a previous run +#. The shell and main vbox +#: ../plug-ins/common/curve-bend.c:1211 ../plug-ins/common/curve-bend.c:2932 +msgid "Curve Bend" +msgstr "" + +#. Preview area, top of column +#. preview +#: ../plug-ins/common/curve-bend.c:1247 +#: ../plug-ins/gimpressionist/orientmap.c:592 +#: ../plug-ins/gimpressionist/sizemap.c:461 +#: ../plug-ins/print/print-page-layout.c:159 +msgid "Preview" +msgstr "Antaŭrigardo" + +#. The preview button +#: ../plug-ins/common/curve-bend.c:1276 +msgid "_Preview Once" +msgstr "" + +#. The preview toggle +#: ../plug-ins/common/curve-bend.c:1285 +msgid "Automatic pre_view" +msgstr "" + +#. Options area, bottom of column +#. Options section +#: ../plug-ins/common/curve-bend.c:1295 ../plug-ins/common/ripple.c:505 +#: ../plug-ins/gfig/gfig-dialog.c:1207 +msgid "Options" +msgstr "Agordoj" + +#. Rotate spinbutton +#: ../plug-ins/common/curve-bend.c:1309 +msgid "Rotat_e:" +msgstr "" + +#. The smoothing toggle +#: ../plug-ins/common/curve-bend.c:1328 +msgid "Smoo_thing" +msgstr "" + +#. The antialiasing toggle +#: ../plug-ins/common/curve-bend.c:1338 ../plug-ins/common/mosaic.c:727 +#: ../plug-ins/common/qbist.c:853 ../plug-ins/common/ripple.c:514 +msgid "_Antialiasing" +msgstr "" + +#. The work_on_copy toggle +#: ../plug-ins/common/curve-bend.c:1348 +msgid "Work on cop_y" +msgstr "" + +#. The curves graph +#: ../plug-ins/common/curve-bend.c:1358 +msgid "Modify Curves" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1386 +msgid "Curve for Border" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1390 +msgid "_Upper" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1391 +msgid "_Lower" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1401 +msgid "Curve Type" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1405 +msgid "Smoot_h" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1406 +msgid "_Free" +msgstr "_Libere" + +#. The Copy button +#: ../plug-ins/common/curve-bend.c:1421 +msgid "_Copy" +msgstr "_Kopii" + +#: ../plug-ins/common/curve-bend.c:1426 +msgid "Copy the active curve to the other border" +msgstr "" + +#. The CopyInv button +#: ../plug-ins/common/curve-bend.c:1433 +msgid "_Mirror" +msgstr "_Speguli" + +#: ../plug-ins/common/curve-bend.c:1438 +msgid "Mirror the active curve to the other border" +msgstr "" + +#. The Swap button +#: ../plug-ins/common/curve-bend.c:1446 +msgid "S_wap" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1451 +msgid "Swap the two curves" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1463 +msgid "Reset the active curve" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1480 +msgid "Load the curves from a file" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:1492 +msgid "Save the curves to a file" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:2030 +msgid "Load Curve Points from File" +msgstr "" + +#: ../plug-ins/common/curve-bend.c:2065 +msgid "Save Curve Points to File" +msgstr "" + +#: ../plug-ins/common/decompose.c:170 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/common/decompose.c:178 +msgid "red" +msgstr "ruĝa" + +#: ../plug-ins/common/decompose.c:171 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/common/decompose.c:179 +msgid "green" +msgstr "verda" + +#: ../plug-ins/common/decompose.c:172 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/common/decompose.c:180 +msgid "blue" +msgstr "blua" + +#: ../plug-ins/common/decompose.c:181 ../plug-ins/common/decompose.c:221 +msgid "alpha" +msgstr "Alfo" + +#: ../plug-ins/common/decompose.c:184 ../plug-ins/common/decompose.c:188 +msgid "hue" +msgstr "nuanco" + +#: ../plug-ins/common/decompose.c:185 ../plug-ins/common/decompose.c:189 +msgid "saturation" +msgstr "" + +#: ../plug-ins/common/decompose.c:186 ../plug-ins/common/decompose.c:190 +msgid "value" +msgstr "valoro" + +#: ../plug-ins/common/decompose.c:193 ../plug-ins/common/decompose.c:197 +msgid "hue_l" +msgstr "" + +#: ../plug-ins/common/decompose.c:194 ../plug-ins/common/decompose.c:198 +msgid "saturation_l" +msgstr "" + +#: ../plug-ins/common/decompose.c:195 ../plug-ins/common/decompose.c:199 +msgid "lightness" +msgstr "" + +#: ../plug-ins/common/decompose.c:197 +msgid "Hue (HSL)" +msgstr "" + +#: ../plug-ins/common/decompose.c:198 +msgid "Saturation (HSL)" +msgstr "" + +#: ../plug-ins/common/decompose.c:199 +msgid "Lightness" +msgstr "" + +#: ../plug-ins/common/decompose.c:202 ../plug-ins/common/decompose.c:206 +msgid "cyan" +msgstr "cejana" + +#: ../plug-ins/common/decompose.c:203 ../plug-ins/common/decompose.c:207 +msgid "magenta" +msgstr "malva" + +#: ../plug-ins/common/decompose.c:204 ../plug-ins/common/decompose.c:208 +msgid "yellow" +msgstr "flava" + +#: ../plug-ins/common/decompose.c:206 +msgid "Cyan" +msgstr "Cejano" + +#: ../plug-ins/common/decompose.c:207 +msgid "Magenta" +msgstr "Malvo" + +#: ../plug-ins/common/decompose.c:208 +msgid "Yellow" +msgstr "Flavo" + +#: ../plug-ins/common/decompose.c:211 ../plug-ins/common/decompose.c:216 +msgid "cyan-k" +msgstr "" + +#: ../plug-ins/common/decompose.c:212 ../plug-ins/common/decompose.c:217 +msgid "magenta-k" +msgstr "" + +#: ../plug-ins/common/decompose.c:213 ../plug-ins/common/decompose.c:218 +msgid "yellow-k" +msgstr "" + +#: ../plug-ins/common/decompose.c:214 +msgid "black" +msgstr "nigra" + +#: ../plug-ins/common/decompose.c:216 +msgid "Cyan_K" +msgstr "" + +#: ../plug-ins/common/decompose.c:217 +msgid "Magenta_K" +msgstr "" + +#: ../plug-ins/common/decompose.c:218 +msgid "Yellow_K" +msgstr "" + +#: ../plug-ins/common/decompose.c:221 +msgid "Alpha" +msgstr "Alfo" + +#: ../plug-ins/common/decompose.c:229 +msgid "luma-y470" +msgstr "" + +#: ../plug-ins/common/decompose.c:230 +msgid "blueness-cb470" +msgstr "" + +#: ../plug-ins/common/decompose.c:231 +msgid "redness-cr470" +msgstr "" + +#: ../plug-ins/common/decompose.c:233 +msgid "luma-y709" +msgstr "" + +#: ../plug-ins/common/decompose.c:234 +msgid "blueness-cb709" +msgstr "" + +#: ../plug-ins/common/decompose.c:235 +msgid "redness-cr709" +msgstr "" + +#: ../plug-ins/common/decompose.c:237 +msgid "luma-y470f" +msgstr "" + +#: ../plug-ins/common/decompose.c:238 +msgid "blueness-cb470f" +msgstr "" + +#: ../plug-ins/common/decompose.c:239 +msgid "redness-cr470f" +msgstr "" + +#: ../plug-ins/common/decompose.c:241 +msgid "luma-y709f" +msgstr "" + +#: ../plug-ins/common/decompose.c:242 +msgid "blueness-cb709f" +msgstr "" + +#: ../plug-ins/common/decompose.c:243 +msgid "redness-cr709f" +msgstr "" + +#: ../plug-ins/common/decompose.c:312 ../plug-ins/common/decompose.c:326 +msgid "Decompose an image into separate colorspace components" +msgstr "" + +#: ../plug-ins/common/decompose.c:318 ../plug-ins/common/decompose.c:336 +msgid "_Decompose..." +msgstr "" + +#: ../plug-ins/common/decompose.c:429 +msgid "Decomposing" +msgstr "" + +#: ../plug-ins/common/decompose.c:1487 +msgid "Decompose" +msgstr "" + +#: ../plug-ins/common/decompose.c:1510 +msgid "Extract Channels" +msgstr "" + +#: ../plug-ins/common/decompose.c:1557 +msgid "_Decompose to layers" +msgstr "" + +#: ../plug-ins/common/decompose.c:1568 +msgid "_Foreground as registration color" +msgstr "" + +#: ../plug-ins/common/decompose.c:1569 +msgid "" +"Pixels in the foreground color will appear black in all output images. This " +"can be used for things like crop marks that have to show up on all channels." +msgstr "" + +#: ../plug-ins/common/deinterlace.c:91 +msgid "Fix images where every other row is missing" +msgstr "" + +#: ../plug-ins/common/deinterlace.c:100 +msgid "_Deinterlace..." +msgstr "_Malinterplekti..." + +#: ../plug-ins/common/deinterlace.c:157 ../plug-ins/common/deinterlace.c:325 +msgid "Deinterlace" +msgstr "Malinterplekti" + +#: ../plug-ins/common/deinterlace.c:357 +msgid "Keep o_dd fields" +msgstr "" + +#: ../plug-ins/common/deinterlace.c:358 +msgid "Keep _even fields" +msgstr "" + +#: ../plug-ins/common/depth-merge.c:184 +msgid "Combine two images using depth maps (z-buffers)" +msgstr "" + +#: ../plug-ins/common/depth-merge.c:193 +msgid "_Depth Merge..." +msgstr "" + +#: ../plug-ins/common/depth-merge.c:387 +msgid "Depth-merging" +msgstr "" + +#: ../plug-ins/common/depth-merge.c:644 +msgid "Depth Merge" +msgstr "" + +#: ../plug-ins/common/depth-merge.c:696 +msgid "Source 1:" +msgstr "Fonto 1:" + +#: ../plug-ins/common/depth-merge.c:711 ../plug-ins/common/depth-merge.c:741 +msgid "Depth map:" +msgstr "" + +#: ../plug-ins/common/depth-merge.c:726 +msgid "Source 2:" +msgstr "Fonto 2:" + +#: ../plug-ins/common/depth-merge.c:758 +msgid "O_verlap:" +msgstr "" + +#: ../plug-ins/common/depth-merge.c:778 +msgid "Sc_ale 1:" +msgstr "" + +#: ../plug-ins/common/depth-merge.c:788 +msgid "Sca_le 2:" +msgstr "" + +#: ../plug-ins/common/despeckle.c:142 +msgid "Remove speckle noise from the image" +msgstr "" + +#: ../plug-ins/common/despeckle.c:148 +msgid "Des_peckle..." +msgstr "" + +#: ../plug-ins/common/despeckle.c:425 ../plug-ins/common/despeckle.c:645 +msgid "Despeckle" +msgstr "" + +#: ../plug-ins/common/despeckle.c:454 +msgid "Median" +msgstr "" + +#: ../plug-ins/common/despeckle.c:462 +msgid "_Adaptive" +msgstr "" + +#: ../plug-ins/common/despeckle.c:472 +msgid "R_ecursive" +msgstr "" + +#: ../plug-ins/common/despeckle.c:493 ../plug-ins/common/edge-neon.c:732 +#: ../plug-ins/common/nl-filter.c:1089 ../plug-ins/common/nova.c:366 +#: ../plug-ins/common/unsharp-mask.c:680 ../plug-ins/common/whirl-pinch.c:589 +#: ../plug-ins/gradient-flare/gradient-flare.c:2758 +#: ../plug-ins/imagemap/imap_circle.c:278 +msgid "_Radius:" +msgstr "" + +#: ../plug-ins/common/despeckle.c:509 +msgid "_Black level:" +msgstr "" + +#: ../plug-ins/common/despeckle.c:525 +msgid "_White level:" +msgstr "" + +#: ../plug-ins/common/destripe.c:103 +msgid "Remove vertical stripe artifacts from the image" +msgstr "" + +#: ../plug-ins/common/destripe.c:109 +msgid "Des_tripe..." +msgstr "" + +#: ../plug-ins/common/destripe.c:272 +msgid "Destriping" +msgstr "" + +#: ../plug-ins/common/destripe.c:438 +msgid "Destripe" +msgstr "" + +#: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 +#: ../plug-ins/imagemap/imap_cmd_guides.c:165 +#: ../plug-ins/imagemap/imap_rectangle.c:403 +#: ../plug-ins/print/print-page-layout.c:252 +msgid "_Width:" +msgstr "_Larĝo:" + +#: ../plug-ins/common/destripe.c:484 +msgid "Create _histogram" +msgstr "" + +#: ../plug-ins/common/diffraction.c:167 +msgid "Generate diffraction patterns" +msgstr "" + +#: ../plug-ins/common/diffraction.c:172 +msgid "_Diffraction Patterns..." +msgstr "" + +#: ../plug-ins/common/diffraction.c:330 +msgid "Creating diffraction pattern" +msgstr "" + +#: ../plug-ins/common/diffraction.c:434 +msgid "Diffraction Patterns" +msgstr "" + +#: ../plug-ins/common/diffraction.c:477 +#: ../plug-ins/map-object/map-object-ui.c:1388 +msgid "_Preview!" +msgstr "" + +#: ../plug-ins/common/diffraction.c:527 +msgid "Frequencies" +msgstr "" + +#: ../plug-ins/common/diffraction.c:565 +msgid "Contours" +msgstr "" + +#: ../plug-ins/common/diffraction.c:603 +msgid "Sharp Edges" +msgstr "" + +#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:683 +#: ../plug-ins/flame/flame.c:1081 +msgid "_Brightness:" +msgstr "_Heleco:" + +#: ../plug-ins/common/diffraction.c:624 +msgid "Sc_attering:" +msgstr "" + +#: ../plug-ins/common/diffraction.c:633 +msgid "Po_larization:" +msgstr "" + +#: ../plug-ins/common/diffraction.c:641 +msgid "Other Options" +msgstr "Aliaj agordoj" + +#: ../plug-ins/common/displace.c:142 +msgid "_X displacement" +msgstr "" + +#: ../plug-ins/common/displace.c:142 +msgid "_Pinch" +msgstr "" + +#: ../plug-ins/common/displace.c:143 +msgid "_Y displacement" +msgstr "" + +#: ../plug-ins/common/displace.c:143 +msgid "_Whirl" +msgstr "" + +#: ../plug-ins/common/displace.c:169 +msgid "Displace pixels as indicated by displacement maps" +msgstr "" + +#: ../plug-ins/common/displace.c:179 +msgid "_Displace..." +msgstr "" + +#: ../plug-ins/common/displace.c:290 +msgid "Displacing" +msgstr "" + +#: ../plug-ins/common/displace.c:326 +msgid "Displace" +msgstr "" + +#. X options +#: ../plug-ins/common/displace.c:362 +msgid "_X displacement:" +msgstr "" + +#. Y Options +#: ../plug-ins/common/displace.c:409 +msgid "_Y displacement:" +msgstr "" + +#: ../plug-ins/common/displace.c:459 +msgid "Displacement Mode" +msgstr "" + +#: ../plug-ins/common/displace.c:462 +msgid "_Cartesian" +msgstr "" + +#: ../plug-ins/common/displace.c:463 +msgid "_Polar" +msgstr "" + +#: ../plug-ins/common/displace.c:468 +msgid "Edge Behavior" +msgstr "" + +#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:722 +#: ../plug-ins/common/ripple.c:565 ../plug-ins/common/waves.c:281 +msgid "_Smear" +msgstr "" + +#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:735 +#: ../plug-ins/common/fractal-trace.c:740 ../plug-ins/common/newsprint.c:398 +msgid "_Black" +msgstr "_Nigro" + +#: ../plug-ins/common/edge-dog.c:135 +msgid "Edge detection with control of edge thickness" +msgstr "" + +#: ../plug-ins/common/edge-dog.c:142 +msgid "_Difference of Gaussians..." +msgstr "" + +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 +msgid "DoG Edge Detect" +msgstr "" + +#: ../plug-ins/common/edge-dog.c:331 +msgid "Smoothing Parameters" +msgstr "" + +#: ../plug-ins/common/edge-dog.c:345 +msgid "_Radius 1:" +msgstr "" + +#: ../plug-ins/common/edge-dog.c:349 +msgid "R_adius 2:" +msgstr "" + +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 +msgid "_Invert" +msgstr "_Inversigi" + +#: ../plug-ins/common/edge-laplace.c:75 +msgid "High-resolution edge detection" +msgstr "" + +#: ../plug-ins/common/edge-laplace.c:85 +msgid "_Laplace" +msgstr "" + +#: ../plug-ins/common/edge-laplace.c:243 ../plug-ins/common/edge.c:673 +msgid "Laplace" +msgstr "" + +#: ../plug-ins/common/edge-laplace.c:321 +msgid "Cleanup" +msgstr "" + +#: ../plug-ins/common/edge-neon.c:134 +msgid "Simulate the glowing boundary of a neon light" +msgstr "" + +#: ../plug-ins/common/edge-neon.c:139 +msgid "_Neon..." +msgstr "" + +#: ../plug-ins/common/edge-neon.c:211 +msgid "Neon" +msgstr "" + +#: ../plug-ins/common/edge-neon.c:695 +msgid "Neon Detection" +msgstr "" + +#: ../plug-ins/common/edge-neon.c:747 ../plug-ins/common/unsharp-mask.c:693 +msgid "_Amount:" +msgstr "" + +#: ../plug-ins/common/edge-sobel.c:108 +msgid "Specialized direction-dependent edge detection" +msgstr "" + +#: ../plug-ins/common/edge-sobel.c:121 +msgid "_Sobel..." +msgstr "" + +#: ../plug-ins/common/edge-sobel.c:231 +msgid "Sobel Edge Detection" +msgstr "" + +#: ../plug-ins/common/edge-sobel.c:260 +msgid "Sobel _horizontally" +msgstr "" + +#: ../plug-ins/common/edge-sobel.c:272 +msgid "Sobel _vertically" +msgstr "" + +#: ../plug-ins/common/edge-sobel.c:284 +msgid "_Keep sign of result (one direction only)" +msgstr "" + +#: ../plug-ins/common/edge-sobel.c:370 +msgid "Sobel edge detecting" +msgstr "" + +#: ../plug-ins/common/edge.c:152 +msgid "Several simple methods for detecting edges" +msgstr "" + +#: ../plug-ins/common/edge.c:157 +msgid "_Edge..." +msgstr "" + +#: ../plug-ins/common/edge.c:229 +msgid "Edge detection" +msgstr "" + +#: ../plug-ins/common/edge.c:633 +msgid "Edge Detection" +msgstr "" + +#: ../plug-ins/common/edge.c:668 +msgid "Sobel" +msgstr "" + +#: ../plug-ins/common/edge.c:669 +msgid "Prewitt compass" +msgstr "" + +#: ../plug-ins/common/edge.c:670 ../plug-ins/common/sinus.c:904 +msgid "Gradient" +msgstr "Kolortransiro" + +#: ../plug-ins/common/edge.c:671 +msgid "Roberts" +msgstr "" + +#: ../plug-ins/common/edge.c:672 +msgid "Differential" +msgstr "" + +#: ../plug-ins/common/edge.c:682 +msgid "_Algorithm:" +msgstr "_Algoritmo:" + +#: ../plug-ins/common/edge.c:690 +msgid "A_mount:" +msgstr "" + +#: ../plug-ins/common/emboss.c:124 +msgid "Simulate an image created by embossing" +msgstr "" + +#: ../plug-ins/common/emboss.c:130 +msgid "_Emboss..." +msgstr "_Reliefigi..." + +#: ../plug-ins/common/emboss.c:384 ../plug-ins/common/emboss.c:446 +msgid "Emboss" +msgstr "Reliefigi" + +#: ../plug-ins/common/emboss.c:474 +msgid "Function" +msgstr "Funkcio" + +#: ../plug-ins/common/emboss.c:478 +msgid "_Bumpmap" +msgstr "" + +#: ../plug-ins/common/emboss.c:479 +msgid "_Emboss" +msgstr "_Reliefigi" + +#: ../plug-ins/common/emboss.c:511 +msgid "E_levation:" +msgstr "" + +#: ../plug-ins/common/engrave.c:101 +msgid "Simulate an antique engraving" +msgstr "" + +#: ../plug-ins/common/engrave.c:106 +msgid "En_grave..." +msgstr "" + +#: ../plug-ins/common/engrave.c:180 +msgid "Engraving" +msgstr "" + +#: ../plug-ins/common/engrave.c:209 +msgid "Engrave" +msgstr "" + +#: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 +#: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 +#: ../plug-ins/imagemap/imap_rectangle.c:410 +#: ../plug-ins/print/print-page-layout.c:254 +msgid "_Height:" +msgstr "_Alto:" + +#: ../plug-ins/common/engrave.c:255 +msgid "_Limit line width" +msgstr "" + +#: ../plug-ins/common/file-aa.c:98 +msgid "ASCII art" +msgstr "" + +#. Create the actual window. +#: ../plug-ins/common/file-aa.c:349 +msgid "Save as Text" +msgstr "Konservi kiel teksto" + +#: ../plug-ins/common/file-aa.c:371 +msgid "_Format:" +msgstr "" + +#: ../plug-ins/common/file-cel.c:111 ../plug-ins/common/file-cel.c:129 +msgid "KISS CEL" +msgstr "" + +#: ../plug-ins/common/file-cel.c:191 +msgid "Load KISS Palette" +msgstr "" + +#. max. rows allocated +#. column, highest column ever used +#. -1 assume fsel is not available (and not attached to any drawable) +#. -1 assume there is no floating selection +#: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 +#: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 +#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:826 +#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 +#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 +#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 +#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 +#, c-format +msgid "Opening '%s'" +msgstr "Malfermante \"%s\"" + +#: ../plug-ins/common/file-cel.c:354 +msgid "Can't create a new image" +msgstr "" + +#: ../plug-ins/common/file-cel.c:443 +#, c-format +msgid "Unsupported bit depth (%d)!" +msgstr "" + +#. init the progress meter +#. And let's begin the progress +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 +#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 +#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 +#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 +#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 +#: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 +#: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 +#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 +#: ../plug-ins/file-xjt/xjt.c:1710 +#, c-format +msgid "Saving '%s'" +msgstr "Konservante \"%s\"" + +#: ../plug-ins/common/file-compressor.c:160 +msgid "gzip archive" +msgstr "gzip-arkivo" + +#: ../plug-ins/common/file-compressor.c:181 +msgid "bzip archive" +msgstr "bzip-arkivo" + +#: ../plug-ins/common/file-compressor.c:390 +msgid "No sensible file extension, saving as compressed XCF." +msgstr "" + +#: ../plug-ins/common/file-compressor.c:572 +msgid "No sensible file extension, attempting to load with file magic." +msgstr "" + +#: ../plug-ins/common/file-csource.c:112 +msgid "C source code" +msgstr "C-fontkodo" + +#: ../plug-ins/common/file-csource.c:660 +#, fuzzy +msgid "Save as C-Source" +msgstr "C-Fonto" + +#: ../plug-ins/common/file-csource.c:691 +msgid "_Prefixed name:" +msgstr "" + +#: ../plug-ins/common/file-csource.c:700 +msgid "Co_mment:" +msgstr "Ko_mento:" + +#. Use Comment +#. +#: ../plug-ins/common/file-csource.c:707 +msgid "_Save comment to file" +msgstr "" + +#. GLib types +#. +#: ../plug-ins/common/file-csource.c:719 +msgid "_Use GLib types (guint8*)" +msgstr "" + +#. Use Macros +#. +#: ../plug-ins/common/file-csource.c:731 +msgid "Us_e macros instead of struct" +msgstr "" + +#. Use RLE +#. +#: ../plug-ins/common/file-csource.c:743 +msgid "Use _1 byte Run-Length-Encoding" +msgstr "" + +#. Alpha +#. +#: ../plug-ins/common/file-csource.c:755 +msgid "Sa_ve alpha channel (RGBA/RGB)" +msgstr "" + +#: ../plug-ins/common/file-csource.c:773 +msgid "Op_acity:" +msgstr "Netr_avidebleco:" + +#: ../plug-ins/common/file-desktop-link.c:83 +msgid "Desktop Link" +msgstr "" + +#: ../plug-ins/common/file-desktop-link.c:173 +#, c-format +msgid "Error loading desktop file '%s': %s" +msgstr "" + +#: ../plug-ins/common/file-dicom.c:146 +msgid "DICOM image" +msgstr "DICOM-bildo" + +#: ../plug-ins/common/file-dicom.c:171 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "" + +#: ../plug-ins/common/file-dicom.c:352 +#, c-format +msgid "'%s' is not a DICOM file." +msgstr "" + +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 +msgid "Cannot save images with alpha channel." +msgstr "" + +#: ../plug-ins/common/file-dicom.c:784 ../plug-ins/common/file-ps.c:1203 +#: ../plug-ins/common/file-xwd.c:604 ../plug-ins/file-fits/fits.c:466 +#: ../plug-ins/file-xjt/xjt.c:1705 +msgid "Cannot operate on unknown image types." +msgstr "" + +#: ../plug-ins/common/file-gbr.c:154 ../plug-ins/common/file-gbr.c:175 +msgid "GIMP brush" +msgstr "" + +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "" + +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 +msgid "Unsupported brush format" +msgstr "" + +#: ../plug-ins/common/file-gbr.c:440 +#, c-format +msgid "Error in GIMP brush file '%s'" +msgstr "" + +#: ../plug-ins/common/file-gbr.c:448 +#, c-format +msgid "Invalid UTF-8 string in brush file '%s'." +msgstr "Nevalida UTF-8-ĉeno en penika dosiero '%s'." + +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gih.c:1173 +#: ../plug-ins/gradient-flare/gradient-flare.c:3063 +msgid "Unnamed" +msgstr "Sennome" + +#: ../plug-ins/common/file-gbr.c:637 +msgid "GIMP brushes are either GRAYSCALE or RGBA" +msgstr "" + +#: ../plug-ins/common/file-gbr.c:735 +#, fuzzy +msgid "Save as Brush" +msgstr "Konservi kiel modelo" + +#. attach labels +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 +msgid "Spacing:" +msgstr "Interspaco:" + +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 +msgid "Description:" +msgstr "Priskribo:" + +#: ../plug-ins/common/file-gif-load.c:142 +#: ../plug-ins/common/file-gif-save.c:168 +msgid "GIF image" +msgstr "GIF-bildo" + +#: ../plug-ins/common/file-gif-load.c:357 +msgid "This is not a GIF file" +msgstr "" + +#: ../plug-ins/common/file-gif-load.c:396 +msgid "Non-square pixels. Image might look squashed." +msgstr "" + +#: ../plug-ins/common/file-gif-load.c:913 +#, c-format +msgid "Background (%d%s)" +msgstr "" + +#: ../plug-ins/common/file-gif-load.c:936 +#, c-format +msgid "Opening '%s' (frame %d)" +msgstr "" + +#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/iwarp.c:826 +#, c-format +msgid "Frame %d" +msgstr "" + +#: ../plug-ins/common/file-gif-load.c:967 +#, c-format +msgid "Frame %d (%d%s)" +msgstr "" + +#: ../plug-ins/common/file-gif-load.c:998 +#, c-format +msgid "" +"GIF: Undocumented GIF composite type %d is not handled. Animation might not " +"play or re-save perfectly." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:447 +msgid "Couldn't simply reduce colors further. Saving as opaque." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:562 +#, c-format +msgid "" +"Unable to save '%s'. The GIF file format does not support images that are " +"more than %d pixels wide or tall." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:673 +msgid "" +"The GIF format only supports comments in 7bit ASCII encoding. No comment is " +"saved." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:732 +msgid "" +"Cannot save RGB color images. Convert to indexed color or grayscale first." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:910 +msgid "Delay inserted to prevent evil CPU-sucking animation." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:950 +msgid "" +"The image you are trying to save as a GIF contains layers which extend " +"beyond the actual borders of the image." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:967 +msgid "" +"The GIF file format does not allow this. You may choose whether to crop all " +"of the layers to the image borders, or cancel this save." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:1008 +msgid "Save as GIF" +msgstr "Konservi kiel GIF" + +#. regular gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1030 +#, fuzzy +msgid "GIF Options" +msgstr "Grizaj agordoj" + +#: ../plug-ins/common/file-gif-save.c:1036 +#, fuzzy +msgid "I_nterlace" +msgstr "Malinterplekti" + +#: ../plug-ins/common/file-gif-save.c:1052 +#, fuzzy +msgid "_GIF comment:" +msgstr "Komento:" + +#. additional animated gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1110 +#, fuzzy +msgid "Animated GIF Options" +msgstr "Altnivelaj agordoj" + +#: ../plug-ins/common/file-gif-save.c:1116 +#, fuzzy +msgid "_Loop forever" +msgstr "Memo_ri ĉiam" + +#: ../plug-ins/common/file-gif-save.c:1129 +msgid "_Delay between frames where unspecified:" +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507 +msgid "milliseconds" +msgstr "milisekundoj" + +#: ../plug-ins/common/file-gif-save.c:1154 +msgid "_Frame disposal where unspecified:" +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:1158 +msgid "I don't care" +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:1160 +msgid "Cumulative layers (combine)" +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:1162 +msgid "One frame per layer (replace)" +msgstr "" + +#. The "Always use default values" toggles +#: ../plug-ins/common/file-gif-save.c:1178 +msgid "_Use delay entered above for all frames" +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:1188 +msgid "U_se disposal entered above for all frames" +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:2341 +msgid "Error writing output file." +msgstr "" + +#: ../plug-ins/common/file-gif-save.c:2411 +#, c-format +msgid "The default comment is limited to %d characters." +msgstr "" + +#: ../plug-ins/common/file-gih.c:209 ../plug-ins/common/file-gih.c:230 +msgid "GIMP brush (animated)" +msgstr "" + +#: ../plug-ins/common/file-gih.c:324 +#, c-format +msgid "Layer %s doesn't have an alpha channel, skipped" +msgstr "" + +#: ../plug-ins/common/file-gih.c:503 +msgid "Error in GIMP brush pipe file." +msgstr "" + +#: ../plug-ins/common/file-gih.c:569 +msgid "GIMP brush file appears to be corrupted." +msgstr "" + +#: ../plug-ins/common/file-gih.c:718 +msgid "Couldn't load one brush in the pipe, giving up." +msgstr "" + +#: ../plug-ins/common/file-gih.c:881 +#, fuzzy +msgid "Save as Brush Pipe" +msgstr "Konservi kiel modelo" + +#: ../plug-ins/common/file-gih.c:911 +msgid "Spacing (percent):" +msgstr "" + +#: ../plug-ins/common/file-gih.c:978 +msgid "Pixels" +msgstr "Bilderoj" + +#: ../plug-ins/common/file-gih.c:983 +msgid "Cell size:" +msgstr "" + +#: ../plug-ins/common/file-gih.c:995 +msgid "Number of cells:" +msgstr "" + +#: ../plug-ins/common/file-gih.c:1020 +msgid " Rows of " +msgstr "" + +#: ../plug-ins/common/file-gih.c:1032 +msgid " Columns on each layer" +msgstr "" + +#: ../plug-ins/common/file-gih.c:1036 +msgid " (Width Mismatch!) " +msgstr "" + +#: ../plug-ins/common/file-gih.c:1040 +msgid " (Height Mismatch!) " +msgstr "" + +#: ../plug-ins/common/file-gih.c:1045 +msgid "Display as:" +msgstr "" + +#: ../plug-ins/common/file-gih.c:1054 +msgid "Dimension:" +msgstr "" + +#: ../plug-ins/common/file-gih.c:1129 +msgid "Ranks:" +msgstr "" + +#: ../plug-ins/common/file-header.c:77 +msgid "C source code header" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:156 +msgid "HTML table" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:409 +#, fuzzy +msgid "Save as HTML table" +msgstr "Konservi kiel teksto" + +#: ../plug-ins/common/file-html-table.c:436 +msgid "Warning" +msgstr "Averto" + +#: ../plug-ins/common/file-html-table.c:447 +msgid "" +"You are about to create a huge\n" +"HTML file which will most likely\n" +"crash your browser." +msgstr "" + +#. HTML Page Options +#: ../plug-ins/common/file-html-table.c:456 +msgid "HTML Page Options" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:463 +msgid "_Generate full HTML document" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:469 +msgid "" +"If checked GTM will output a full HTML document with , , etc. " +"tags instead of just the table html." +msgstr "" + +#. HTML Table Creation Options +#: ../plug-ins/common/file-html-table.c:482 +msgid "Table Creation Options" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:490 +msgid "_Use cellspan" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:496 +msgid "" +"If checked GTM will replace any rectangular sections of identically colored " +"blocks with one large cell with ROWSPAN and COLSPAN values." +msgstr "" + +#: ../plug-ins/common/file-html-table.c:505 +msgid "Co_mpress TD tags" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:511 +msgid "" +"Checking this tag will cause GTM to leave no whitespace between the TD tags " +"and the cellcontent. This is only necessary for pixel level positioning " +"control." +msgstr "" + +#: ../plug-ins/common/file-html-table.c:521 +msgid "C_aption" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:527 +msgid "Check if you would like to have the table captioned." +msgstr "" + +#: ../plug-ins/common/file-html-table.c:542 +msgid "The text for the table caption." +msgstr "" + +#: ../plug-ins/common/file-html-table.c:555 +msgid "C_ell content:" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:559 +msgid "The text to go into each cell." +msgstr "" + +#. HTML Table Options +#: ../plug-ins/common/file-html-table.c:569 +msgid "Table Options" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:580 +msgid "_Border:" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:584 +msgid "The number of pixels in the table border." +msgstr "" + +#: ../plug-ins/common/file-html-table.c:599 +msgid "The width for each table cell. Can be a number or a percent." +msgstr "" + +#: ../plug-ins/common/file-html-table.c:615 +msgid "The height for each table cell. Can be a number or a percent." +msgstr "" + +#: ../plug-ins/common/file-html-table.c:626 +msgid "Cell-_padding:" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:630 +msgid "The amount of cellpadding." +msgstr "" + +#: ../plug-ins/common/file-html-table.c:639 +msgid "Cell-_spacing:" +msgstr "" + +#: ../plug-ins/common/file-html-table.c:643 +msgid "The amount of cellspacing." +msgstr "" + +#. Inform the user that we couldn't losslessly save the +#. * transparency & just use the full palette +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 +msgid "Couldn't losslessly save transparency, saving opacity instead." +msgstr "" + +#: ../plug-ins/common/file-mng.c:1287 +msgid "Save as MNG" +msgstr "Konservi kiel MNG" + +#: ../plug-ins/common/file-mng.c:1307 +msgid "MNG Options" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1313 +msgid "Interlace" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1325 +msgid "Save background color" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1336 +msgid "Save gamma" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1346 +msgid "Save resolution" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1357 +msgid "Save creation time" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1376 +msgid "PNG" +msgstr "PNG" + +#: ../plug-ins/common/file-mng.c:1377 +msgid "JNG" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1380 +msgid "PNG + delta PNG" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1381 +msgid "JNG + delta PNG" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1382 +msgid "All PNG" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1383 +msgid "All JNG" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1395 +msgid "Default chunks type:" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1398 +msgid "Combine" +msgstr "Kombini" + +#: ../plug-ins/common/file-mng.c:1399 +msgid "Replace" +msgstr "Anstataŭigi" + +#: ../plug-ins/common/file-mng.c:1410 +msgid "Default frame disposal:" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1422 +msgid "PNG compression level:" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 +msgid "Choose a high compression level for small file size" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1444 +msgid "JPEG compression quality:" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1461 +msgid "JPEG smoothing factor:" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1471 +msgid "Animated MNG Options" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1477 +msgid "Loop" +msgstr "Iteracio" + +#: ../plug-ins/common/file-mng.c:1491 +msgid "Default frame delay:" +msgstr "" + +#: ../plug-ins/common/file-mng.c:1564 +msgid "MNG animation" +msgstr "MNG-animacio" + +#: ../plug-ins/common/file-pat.c:123 ../plug-ins/common/file-pat.c:145 +msgid "GIMP pattern" +msgstr "GIMP-modelo" + +#: ../plug-ins/common/file-pat.c:371 +#, c-format +msgid "Invalid UTF-8 string in pattern file '%s'." +msgstr "Nevalida UTF-8-ĉeno en modeldosiero '%s'." + +#: ../plug-ins/common/file-pat.c:543 +msgid "Save as Pattern" +msgstr "Konservi kiel modelo" + +#: ../plug-ins/common/file-pcx.c:133 ../plug-ins/common/file-pcx.c:152 +msgid "ZSoft PCX image" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:372 +#, c-format +msgid "Could not read header from '%s'" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:382 +#, c-format +msgid "'%s' is not a PCX file" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 +#: ../plug-ins/file-psd/psd-load.c:302 +#, c-format +msgid "Unsupported or invalid image width: %d" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 +#: ../plug-ins/file-psd/psd-load.c:294 +#, c-format +msgid "Unsupported or invalid image height: %d" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:405 +msgid "Invalid number of bytes per line in PCX header" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:412 +#, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:460 +msgid "Unusual PCX flavour, giving up" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:683 +#, c-format +msgid "Invalid X offset: %d" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:689 +#, c-format +msgid "Invalid Y offset: %d" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:695 +#, c-format +msgid "Right border out of bounds (must be < %d): %d" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:702 +#, c-format +msgid "Bottom border out of bounds (must be < %d): %d" +msgstr "" + +#: ../plug-ins/common/file-pcx.c:759 +#, c-format +msgid "Writing to file '%s' failed: %s" +msgstr "" + +#: ../plug-ins/common/file-pdf.c:295 +msgid "Portable Document Format" +msgstr "Portebla dokumentformo" + +#: ../plug-ins/common/file-pdf.c:860 +#, c-format +msgid "%s-%s" +msgstr "%s-%s" + +#: ../plug-ins/common/file-pdf.c:862 ../plug-ins/common/file-ps.c:1125 +#, c-format +msgid "%s-pages" +msgstr "%s-paĝoj" + +#: ../plug-ins/common/file-pdf.c:1051 +msgid "Import from PDF" +msgstr "Enporti de PDF" + +#: ../plug-ins/common/file-pdf.c:1056 ../plug-ins/common/file-ps.c:3102 +#: ../plug-ins/common/file-tiff-load.c:483 +msgid "_Import" +msgstr "E_nporti" + +#: ../plug-ins/common/file-pdf.c:1123 +msgid "_Width (pixels):" +msgstr "" + +#: ../plug-ins/common/file-pdf.c:1124 +msgid "_Height (pixels):" +msgstr "" + +#: ../plug-ins/common/file-pdf.c:1126 +msgid "_Resolution:" +msgstr "_Distingivo:" + +#: ../plug-ins/common/file-pdf.c:1400 +#, c-format +msgid "pixels/%s" +msgstr "bilderoj/%s" + +#: ../plug-ins/common/file-pix.c:142 ../plug-ins/common/file-pix.c:159 +msgid "Alias Pix image" +msgstr "" + +#: ../plug-ins/common/file-png.c:263 ../plug-ins/common/file-png.c:284 +#: ../plug-ins/common/file-png.c:304 ../plug-ins/common/file-png.c:321 +msgid "PNG image" +msgstr "PNG-bildo" + +#: ../plug-ins/common/file-png.c:628 +#, c-format +msgid "Error loading PNG file: %s" +msgstr "" + +#: ../plug-ins/common/file-png.c:703 +#, c-format +msgid "Error while reading '%s'. File corrupted?" +msgstr "" + +#: ../plug-ins/common/file-png.c:834 +#, c-format +msgid "Unknown color model in PNG file '%s'." +msgstr "" + +#: ../plug-ins/common/file-png.c:889 +msgid "" +"The PNG file specifies an offset that caused the layer to be positioned " +"outside the image." +msgstr "" + +#: ../plug-ins/common/file-png.c:1255 +#, c-format +msgid "Error while saving '%s'. Could not save image." +msgstr "" + +#: ../plug-ins/common/file-png.c:1786 +msgid "Save as PNG" +msgstr "Konservi kiel PNG" + +#: ../plug-ins/common/file-png.c:1818 +msgid "_Interlacing (Adam7)" +msgstr "" + +#: ../plug-ins/common/file-png.c:1829 +#, fuzzy +msgid "Save _background color" +msgstr "_Fonkoloro" + +#: ../plug-ins/common/file-png.c:1837 +msgid "Save _gamma" +msgstr "" + +#: ../plug-ins/common/file-png.c:1847 +#, fuzzy +msgid "Save layer o_ffset" +msgstr "Konservi kiel teksto" + +#: ../plug-ins/common/file-png.c:1856 +#, fuzzy +msgid "Save _resolution" +msgstr "_Distingivo:" + +#: ../plug-ins/common/file-png.c:1866 +msgid "Save creation _time" +msgstr "" + +#: ../plug-ins/common/file-png.c:1875 +#, fuzzy +msgid "Save comme_nt" +msgstr "Komento" + +#: ../plug-ins/common/file-png.c:1891 +msgid "Save color _values from transparent pixels" +msgstr "" + +#: ../plug-ins/common/file-png.c:1905 +#, fuzzy +msgid "Co_mpression level:" +msgstr "Densigo" + +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 +msgid "_Load Defaults" +msgstr "" + +#: ../plug-ins/common/file-png.c:1931 +#, fuzzy +msgid "S_ave Defaults" +msgstr "Defaŭlto" + +#: ../plug-ins/common/file-pnm.c:248 +msgid "PNM Image" +msgstr "PNM-bildo" + +#: ../plug-ins/common/file-pnm.c:268 +msgid "PNM image" +msgstr "PNM-bildo" + +#: ../plug-ins/common/file-pnm.c:280 +msgid "PBM image" +msgstr "PBM-bildo" + +#: ../plug-ins/common/file-pnm.c:292 +msgid "PGM image" +msgstr "PGM-bildo" + +#: ../plug-ins/common/file-pnm.c:304 +msgid "PPM image" +msgstr "PPM-bildo" + +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 +msgid "Premature end of file." +msgstr "" + +#: ../plug-ins/common/file-pnm.c:530 +msgid "Invalid file." +msgstr "Nevalida dosiero." + +#: ../plug-ins/common/file-pnm.c:544 +msgid "File not in a supported format." +msgstr "" + +#: ../plug-ins/common/file-pnm.c:553 +msgid "Invalid X resolution." +msgstr "" + +#: ../plug-ins/common/file-pnm.c:555 +msgid "Image width is larger than GIMP can handle." +msgstr "" + +#: ../plug-ins/common/file-pnm.c:562 +msgid "Invalid Y resolution." +msgstr "" + +#: ../plug-ins/common/file-pnm.c:564 +msgid "Image height is larger than GIMP can handle." +msgstr "" + +#: ../plug-ins/common/file-pnm.c:576 +msgid "Unsupported maximum value." +msgstr "" + +#: ../plug-ins/common/file-pnm.c:781 +msgid "Error reading file." +msgstr "" + +#: ../plug-ins/common/file-pnm.c:1186 +#, fuzzy +msgid "Save as PNM" +msgstr "Konservi kiel teksto" + +#. file save type +#: ../plug-ins/common/file-pnm.c:1203 +msgid "Data formatting" +msgstr "" + +#: ../plug-ins/common/file-pnm.c:1207 +msgid "Raw" +msgstr "" + +#: ../plug-ins/common/file-pnm.c:1208 +msgid "Ascii" +msgstr "" + +#: ../plug-ins/common/file-ps.c:599 ../plug-ins/common/file-ps.c:691 +msgid "PostScript document" +msgstr "PostScript-dokumento" + +#: ../plug-ins/common/file-ps.c:618 ../plug-ins/common/file-ps.c:707 +msgid "Encapsulated PostScript image" +msgstr "" + +#: ../plug-ins/common/file-ps.c:638 +msgid "PDF document" +msgstr "PDF-dokumento" + +#: ../plug-ins/common/file-ps.c:1050 +#, c-format +msgid "Could not interpret Postscript file '%s'" +msgstr "" + +#: ../plug-ins/common/file-ps.c:1192 +#, c-format +msgid "PostScript save cannot handle images with alpha channels" +msgstr "" + +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 +#, c-format +msgid "" +"Error starting Ghostscript. Make sure that Ghostscript is installed and - if " +"necessary - use the environment variable GS_PROG to tell GIMP about its " +"location.\n" +"(%s)" +msgstr "" + +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 +#, c-format +msgid "Page %d" +msgstr "Paĝo %d" + +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 +#: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 +#: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 +msgid "Write error occurred" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3097 +msgid "Import from PostScript" +msgstr "" + +#. Rendering +#: ../plug-ins/common/file-ps.c:3140 +msgid "Rendering" +msgstr "Bildigo" + +#. Resolution +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 +#: ../plug-ins/common/file-wmf.c:692 +msgid "Resolution:" +msgstr "Distingivo:" + +#: ../plug-ins/common/file-ps.c:3195 +msgid "Pages:" +msgstr "Paĝoj:" + +#: ../plug-ins/common/file-ps.c:3202 +msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2646 +msgid "Layers" +msgstr "Tavoloj" + +#: ../plug-ins/common/file-ps.c:3208 +msgid "Images" +msgstr "Bildoj" + +#: ../plug-ins/common/file-ps.c:3211 +msgid "Open as" +msgstr "Malfermi kiel" + +#: ../plug-ins/common/file-ps.c:3215 +msgid "Try Bounding Box" +msgstr "" + +#. Colouring +#: ../plug-ins/common/file-ps.c:3228 +msgid "Coloring" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3232 +msgid "B/W" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/gimpressionist/color.c:66 +#: ../plug-ins/gimpressionist/general.c:170 +#: ../plug-ins/imagemap/imap_menu.c:213 +msgid "Color" +msgstr "Koloro" + +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 +msgid "Automatic" +msgstr "Aŭtomate" + +#: ../plug-ins/common/file-ps.c:3245 +msgid "Text antialiasing" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 +msgid "Weak" +msgstr "Semajno" + +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 +msgid "Strong" +msgstr "Forte" + +#: ../plug-ins/common/file-ps.c:3257 +msgid "Graphic antialiasing" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3335 +#, fuzzy +msgid "Save as PostScript" +msgstr "Konservi kiel modelo" + +#. Image Size +#: ../plug-ins/common/file-ps.c:3366 +msgid "Image Size" +msgstr "Bildgrando" + +#: ../plug-ins/common/file-ps.c:3415 +msgid "_Keep aspect ratio" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3421 +msgid "" +"When toggled, the resulting image will be scaled to fit into the given size " +"without changing the aspect ratio." +msgstr "" + +#. Unit +#: ../plug-ins/common/file-ps.c:3431 +msgid "Unit" +msgstr "Unuo" + +#: ../plug-ins/common/file-ps.c:3435 +msgid "_Inch" +msgstr "_Colo" + +#: ../plug-ins/common/file-ps.c:3436 +msgid "_Millimeter" +msgstr "_Milimetro" + +#. Rotation +#: ../plug-ins/common/file-ps.c:3447 +#: ../plug-ins/map-object/map-object-ui.c:1035 +msgid "Rotation" +msgstr "Turno" + +#. Format +#: ../plug-ins/common/file-ps.c:3462 +msgid "Output" +msgstr "Eligo" + +#: ../plug-ins/common/file-ps.c:3468 +msgid "_PostScript level 2" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3477 +msgid "_Encapsulated PostScript" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3486 +msgid "P_review" +msgstr "" + +#: ../plug-ins/common/file-ps.c:3507 +msgid "Preview _size:" +msgstr "" + +#: ../plug-ins/common/file-psp.c:599 ../plug-ins/common/file-psp.c:623 +msgid "Paint Shop Pro image" +msgstr "" + +#: ../plug-ins/common/file-psp.c:640 +msgid "Save as PSP" +msgstr "Konservi kiel PSP" + +#. file save type +#: ../plug-ins/common/file-psp.c:657 +msgid "Data Compression" +msgstr "" + +#: ../plug-ins/common/file-psp.c:662 +msgid "RLE" +msgstr "" + +#: ../plug-ins/common/file-psp.c:663 +msgid "LZ77" +msgstr "" + +#: ../plug-ins/common/file-raw.c:182 ../plug-ins/common/file-raw.c:197 +msgid "Raw image data" +msgstr "" + +#: ../plug-ins/common/file-raw.c:982 +msgid "Load Image from Raw Data" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1015 +msgid "Image" +msgstr "Bildo" + +#: ../plug-ins/common/file-raw.c:1026 +msgid "RGB Alpha" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1027 +msgid "Planar RGB" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1028 +msgid "Indexed" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1029 +msgid "Indexed Alpha" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1034 +msgid "Image _Type:" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1084 +msgid "Palette" +msgstr "Paletro" + +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 +msgid "R, G, B (normal)" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 +msgid "B, G, R, X (BMP style)" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1100 +msgid "_Palette Type:" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1111 +msgid "Off_set:" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1123 +msgid "Select Palette File" +msgstr "Elekti paletrodosieron" + +#: ../plug-ins/common/file-raw.c:1129 +msgid "Pal_ette File:" +msgstr "Pal_etrodosiero:" + +#: ../plug-ins/common/file-raw.c:1157 +#, fuzzy +msgid "Raw Image Save" +msgstr "RAW-bildo" + +#: ../plug-ins/common/file-raw.c:1179 +msgid "RGB Save Type" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1183 +msgid "Standard (R,G,B)" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1184 +msgid "Planar (RRR,GGG,BBB)" +msgstr "" + +#: ../plug-ins/common/file-raw.c:1189 +msgid "Indexed Palette Type" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:217 ../plug-ins/common/file-sunras.c:237 +msgid "SUN Rasterfile image" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:402 +#, c-format +msgid "Could not open '%s' as SUN-raster-file" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:412 +msgid "The type of this SUN-rasterfile is not supported" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:441 +#, c-format +msgid "Could not read color entries from '%s'" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:449 +msgid "Type of colormap not supported" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:826 +#: ../plug-ins/common/file-xwd.c:489 +#, c-format +msgid "" +"'%s':\n" +"No image width specified" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833 +#: ../plug-ins/common/file-xwd.c:498 +#, c-format +msgid "" +"'%s':\n" +"Image width is larger than GIMP can handle" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840 +#: ../plug-ins/common/file-xwd.c:506 +#, c-format +msgid "" +"'%s':\n" +"No image height specified" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847 +#: ../plug-ins/common/file-xwd.c:514 +#, c-format +msgid "" +"'%s':\n" +"Image height is larger than GIMP can handle" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:518 +msgid "This image depth is not supported" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:542 +#, c-format +msgid "SUNRAS save cannot handle images with alpha channels" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:553 +msgid "Can't operate on unknown image types" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:1082 ../plug-ins/common/file-sunras.c:1173 +#: ../plug-ins/common/file-sunras.c:1254 ../plug-ins/common/file-sunras.c:1349 +#: ../plug-ins/common/file-xwd.c:1348 ../plug-ins/common/file-xwd.c:1449 +#: ../plug-ins/common/file-xwd.c:1607 ../plug-ins/common/file-xwd.c:1807 +#: ../plug-ins/common/file-xwd.c:2064 ../plug-ins/file-fits/fits.c:697 +msgid "EOF encountered on reading" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:1629 +msgid "Save as SUNRAS" +msgstr "Konservi kiel SUNRAS" + +#. file save type +#: ../plug-ins/common/file-sunras.c:1646 +msgid "Data Formatting" +msgstr "" + +#: ../plug-ins/common/file-sunras.c:1650 +msgid "RunLength Encoded" +msgstr "" + +#: ../plug-ins/common/file-svg.c:140 +msgid "SVG image" +msgstr "SVG-bildo" + +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 +msgid "Unknown reason" +msgstr "Nekonata kialo" + +#: ../plug-ins/common/file-svg.c:341 +msgid "Rendering SVG" +msgstr "" + +#: ../plug-ins/common/file-svg.c:353 +msgid "Rendered SVG" +msgstr "" + +#: ../plug-ins/common/file-svg.c:567 ../plug-ins/common/file-wmf.c:358 +#, c-format +msgid "%d × %d" +msgstr "%d × %d" + +#: ../plug-ins/common/file-svg.c:575 +msgid "" +"SVG file does not\n" +"specify a size!" +msgstr "" + +#. Scalable Vector Graphics is SVG, should perhaps not be translated +#: ../plug-ins/common/file-svg.c:742 +msgid "Render Scalable Vector Graphics" +msgstr "" + +#. Width and Height +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/grid.c:724 +msgid "Width:" +msgstr "Larĝo:" + +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 +msgid "Height:" +msgstr "Alto:" + +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 +msgid "_X ratio:" +msgstr "" + +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 +msgid "_Y ratio:" +msgstr "" + +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 +msgid "Constrain aspect ratio" +msgstr "" + +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/print/print-page-layout.c:273 +#, c-format +msgid "pixels/%a" +msgstr "bilderoj/%a" + +#. Path Import +#: ../plug-ins/common/file-svg.c:955 +msgid "Import _paths" +msgstr "Enporti _vojojn" + +#: ../plug-ins/common/file-svg.c:961 +msgid "" +"Import path elements of the SVG so they can be used with the GIMP path tool" +msgstr "" + +#: ../plug-ins/common/file-svg.c:974 +msgid "Merge imported paths" +msgstr "" + +#: ../plug-ins/common/file-tga.c:245 ../plug-ins/common/file-tga.c:264 +msgid "TarGA image" +msgstr "TarGA-bildo" + +#: ../plug-ins/common/file-tga.c:455 +#, c-format +msgid "Cannot read footer from '%s'" +msgstr "" + +#: ../plug-ins/common/file-tga.c:473 +#, c-format +msgid "Cannot read extension from '%s'" +msgstr "" + +#: ../plug-ins/common/file-tga.c:485 +#, c-format +msgid "Cannot read header from '%s'" +msgstr "" + +#: ../plug-ins/common/file-tga.c:1370 +msgid "Save as TGA" +msgstr "Konservi kiel TGA" + +#. rle +#: ../plug-ins/common/file-tga.c:1393 +msgid "_RLE compression" +msgstr "" + +#: ../plug-ins/common/file-tga.c:1407 +msgid "Or_igin:" +msgstr "" + +#: ../plug-ins/common/file-tga.c:1411 +msgid "Bottom left" +msgstr "" + +#: ../plug-ins/common/file-tga.c:1412 +msgid "Top left" +msgstr "" + +#: ../plug-ins/common/file-tiff-load.c:240 +#: ../plug-ins/common/file-tiff-save.c:182 +#: ../plug-ins/common/file-tiff-save.c:199 +msgid "TIFF image" +msgstr "TIFF-bildo" + +#: ../plug-ins/common/file-tiff-load.c:310 +#, c-format +msgid "TIFF '%s' does not contain any directories" +msgstr "" + +#: ../plug-ins/common/file-tiff-load.c:478 +msgid "Import from TIFF" +msgstr "" + +#: ../plug-ins/common/file-tiff-load.c:780 +#, c-format +msgid "%s-%d-of-%d-pages" +msgstr "" + +#: ../plug-ins/common/file-tiff-load.c:1015 +msgid "TIFF Channel" +msgstr "" + +#: ../plug-ins/common/file-tiff-load.c:1024 +#: ../plug-ins/file-psd/psd-load.c:334 +msgid "" +"Warning:\n" +"The image you are loading has 16 bits per channel. GIMP can only handle 8 " +"bit, so it will be converted for you. Information will be lost because of " +"this conversion." +msgstr "" + +#: ../plug-ins/common/file-tiff-save.c:887 +msgid "" +"The TIFF format only supports comments in\n" +"7bit ASCII encoding. No comment is saved." +msgstr "" + +#: ../plug-ins/common/file-tiff-save.c:1061 +msgid "Save as TIFF" +msgstr "Konservi kiel TIFF" + +#. compression +#: ../plug-ins/common/file-tiff-save.c:1083 +msgid "Compression" +msgstr "Densigo" + +#: ../plug-ins/common/file-tiff-save.c:1087 +msgid "_None" +msgstr "_Neniu" + +#: ../plug-ins/common/file-tiff-save.c:1088 +msgid "_LZW" +msgstr "" + +#: ../plug-ins/common/file-tiff-save.c:1089 +msgid "_Pack Bits" +msgstr "" + +#: ../plug-ins/common/file-tiff-save.c:1090 +msgid "_Deflate" +msgstr "" + +#: ../plug-ins/common/file-tiff-save.c:1091 +msgid "_JPEG" +msgstr "_JPEG" + +#: ../plug-ins/common/file-tiff-save.c:1092 +msgid "CCITT Group _3 fax" +msgstr "" + +#: ../plug-ins/common/file-tiff-save.c:1093 +msgid "CCITT Group _4 fax" +msgstr "" + +#: ../plug-ins/common/file-tiff-save.c:1115 +msgid "Save _color values from transparent pixels" +msgstr "" + +#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1246 +msgid "Comment:" +msgstr "Komento:" + +#: ../plug-ins/common/file-wmf.c:129 +msgid "Microsoft WMF file" +msgstr "" + +#: ../plug-ins/common/file-wmf.c:352 +msgid "" +"WMF file does not\n" +"specify a size!" +msgstr "" + +#: ../plug-ins/common/file-wmf.c:500 +msgid "Render Windows Metafile" +msgstr "" + +#: ../plug-ins/common/file-wmf.c:963 +#, c-format +msgid "Could not open '%s' for reading" +msgstr "" + +#: ../plug-ins/common/file-wmf.c:1003 +msgid "Rendered WMF" +msgstr "" + +#: ../plug-ins/common/file-xbm.c:176 ../plug-ins/common/file-xbm.c:194 +msgid "X BitMap image" +msgstr "" + +#: ../plug-ins/common/file-xbm.c:819 +#, c-format +msgid "" +"'%s':\n" +"Could not read header (ftell == %ld)" +msgstr "" + +#: ../plug-ins/common/file-xbm.c:854 +#, c-format +msgid "" +"'%s':\n" +"No image data type specified" +msgstr "" + +#. The image is not black-and-white. +#: ../plug-ins/common/file-xbm.c:997 +msgid "" +"The image which you are trying to save as an XBM contains more than two " +"colors.\n" +"\n" +"Please convert it to a black and white (1-bit) indexed image and try again." +msgstr "" + +#: ../plug-ins/common/file-xbm.c:1008 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" + +#: ../plug-ins/common/file-xbm.c:1185 +msgid "Save as XBM" +msgstr "Konservi kiel XBM" + +#. parameter settings +#: ../plug-ins/common/file-xbm.c:1202 +msgid "XBM Options" +msgstr "" + +#. X10 format +#: ../plug-ins/common/file-xbm.c:1212 +msgid "_X10 format bitmap" +msgstr "" + +#: ../plug-ins/common/file-xbm.c:1232 +msgid "_Identifier prefix:" +msgstr "" + +#. hotspot toggle +#: ../plug-ins/common/file-xbm.c:1254 +msgid "_Write hot spot values" +msgstr "" + +#: ../plug-ins/common/file-xbm.c:1276 +msgid "Hot spot _X:" +msgstr "" + +#: ../plug-ins/common/file-xbm.c:1286 +msgid "Hot spot _Y:" +msgstr "" + +#. mask file +#: ../plug-ins/common/file-xbm.c:1293 +msgid "Mask File" +msgstr "" + +#: ../plug-ins/common/file-xbm.c:1303 +msgid "W_rite extra mask file" +msgstr "" + +#: ../plug-ins/common/file-xbm.c:1316 +msgid "_Mask file extension:" +msgstr "" + +#: ../plug-ins/common/file-xpm.c:174 ../plug-ins/common/file-xpm.c:199 +msgid "X PixMap image" +msgstr "" + +#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773 +#, c-format +msgid "Error opening file '%s'" +msgstr "" + +#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779 +msgid "XPM file invalid" +msgstr "" + +#: ../plug-ins/common/file-xpm.c:805 +msgid "Save as XPM" +msgstr "Konservi kiel XPM" + +#: ../plug-ins/common/file-xpm.c:829 +msgid "_Alpha threshold:" +msgstr "" + +#: ../plug-ins/common/file-xwd.c:278 ../plug-ins/common/file-xwd.c:298 +msgid "X window dump" +msgstr "" + +#: ../plug-ins/common/file-xwd.c:442 +#, c-format +msgid "Could not read XWD header from '%s'" +msgstr "" + +#: ../plug-ins/common/file-xwd.c:480 +msgid "Can't read color entries" +msgstr "" + +#: ../plug-ins/common/file-xwd.c:570 +#, c-format +msgid "" +"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is " +"not supported." +msgstr "" + +#: ../plug-ins/common/file-xwd.c:593 +msgid "Cannot save images with alpha channels." +msgstr "" + +#: ../plug-ins/common/file-xwd.c:2195 +msgid "Error during writing indexed/gray image" +msgstr "" + +#: ../plug-ins/common/file-xwd.c:2293 +msgid "Error during writing rgb image" +msgstr "" + +#: ../plug-ins/common/film.c:217 +msgid "Combine several images on a film strip" +msgstr "" + +#: ../plug-ins/common/film.c:222 +msgid "_Filmstrip..." +msgstr "" + +#: ../plug-ins/common/film.c:307 +msgid "Composing images" +msgstr "" + +#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 +#: ../plug-ins/help-browser/dialog.c:1120 +msgid "Untitled" +msgstr "Sentitole" + +#: ../plug-ins/common/film.c:879 +msgid "Available images:" +msgstr "" + +#: ../plug-ins/common/film.c:880 +msgid "On film:" +msgstr "" + +#. Film height/colour +#: ../plug-ins/common/film.c:976 ../plug-ins/common/film.c:1248 +msgid "Filmstrip" +msgstr "" + +#. Keep maximum image height +#: ../plug-ins/common/film.c:985 +msgid "_Fit height to images" +msgstr "" + +#. Film color +#: ../plug-ins/common/film.c:1021 +msgid "Select Film Color" +msgstr "" + +#: ../plug-ins/common/film.c:1026 ../plug-ins/common/film.c:1076 +#: ../plug-ins/common/nova.c:353 +msgid "Co_lor:" +msgstr "Ko_loro:" + +#. Film numbering: Startindex/Font/colour +#: ../plug-ins/common/film.c:1035 +msgid "Numbering" +msgstr "Nombrado" + +#: ../plug-ins/common/film.c:1053 +msgid "Start _index:" +msgstr "" + +#: ../plug-ins/common/film.c:1066 +msgid "_Font:" +msgstr "_Tiparo:" + +#. Numbering color +#: ../plug-ins/common/film.c:1071 +msgid "Select Number Color" +msgstr "" + +#: ../plug-ins/common/film.c:1086 +msgid "At _bottom" +msgstr "" + +#: ../plug-ins/common/film.c:1087 +msgid "At _top" +msgstr "" + +#. ** The right frame keeps the image selection ** +#: ../plug-ins/common/film.c:1100 +msgid "Image Selection" +msgstr "" + +#: ../plug-ins/common/film.c:1128 +msgid "All Values are Fractions of the Strip Height" +msgstr "" + +#: ../plug-ins/common/film.c:1131 +msgid "Ad_vanced" +msgstr "_Progresinte" + +#: ../plug-ins/common/film.c:1150 +msgid "Image _height:" +msgstr "" + +#: ../plug-ins/common/film.c:1161 +msgid "Image spac_ing:" +msgstr "" + +#: ../plug-ins/common/film.c:1172 +msgid "_Hole offset:" +msgstr "" + +#: ../plug-ins/common/film.c:1183 +msgid "Ho_le width:" +msgstr "" + +#: ../plug-ins/common/film.c:1194 +msgid "Hol_e height:" +msgstr "" + +#: ../plug-ins/common/film.c:1205 +msgid "Hole sp_acing:" +msgstr "" + +#: ../plug-ins/common/film.c:1216 +msgid "_Number height:" +msgstr "" + +#. These values are translated for the GUI but also used internally +#. to figure out which button the user pushed, etc. +#. Not my design, please don't blame me -- njl +#: ../plug-ins/common/filter-pack.c:220 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:953 +msgid "Red:" +msgstr "Ruĝo:" + +#: ../plug-ins/common/filter-pack.c:221 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:963 +msgid "Green:" +msgstr "Verdo:" + +#: ../plug-ins/common/filter-pack.c:222 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:973 +msgid "Blue:" +msgstr "Bluo:" + +#: ../plug-ins/common/filter-pack.c:223 +msgid "Cyan:" +msgstr "Cejano:" + +#: ../plug-ins/common/filter-pack.c:224 +msgid "Yellow:" +msgstr "Flavo:" + +#: ../plug-ins/common/filter-pack.c:225 +msgid "Magenta:" +msgstr "Malvo:" + +#: ../plug-ins/common/filter-pack.c:227 +msgid "Darker:" +msgstr "Pli malhele:" + +#: ../plug-ins/common/filter-pack.c:228 +msgid "Lighter:" +msgstr "Pli hele:" + +#: ../plug-ins/common/filter-pack.c:230 +msgid "More Sat:" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:231 +msgid "Less Sat:" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:233 ../plug-ins/common/filter-pack.c:532 +msgid "Current:" +msgstr "Aktuale:" + +#: ../plug-ins/common/filter-pack.c:317 +msgid "Interactively modify the image colors" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:322 +msgid "_Filter Pack..." +msgstr "" + +#: ../plug-ins/common/filter-pack.c:372 +msgid "FP can only be used on RGB images." +msgstr "" + +#: ../plug-ins/common/filter-pack.c:382 +msgid "FP can only be run interactively." +msgstr "" + +#: ../plug-ins/common/filter-pack.c:400 +msgid "Applying filter pack" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:524 +msgid "Original:" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:576 +msgid "Hue Variations" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:631 +msgid "Roughness" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:674 ../plug-ins/common/filter-pack.c:1317 +msgid "Affected Range" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:678 +msgid "Sha_dows" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:679 +msgid "_Midtones" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:680 +msgid "H_ighlights" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:694 +msgid "Windows" +msgstr "Fenestroj" + +#: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672 +msgid "_Saturation" +msgstr "_Satureco" + +#: ../plug-ins/common/filter-pack.c:712 +msgid "A_dvanced" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:732 +msgid "Value Variations" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:777 +msgid "Saturation Variations" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:830 +msgid "Select Pixels By" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:835 +msgid "H_ue" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:836 +msgid "Satu_ration" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:837 +msgid "V_alue" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:863 +msgid "Show" +msgstr "Montri" + +#: ../plug-ins/common/filter-pack.c:868 +msgid "_Entire image" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:869 +msgid "Se_lection only" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:870 +msgid "Selec_tion in context" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:1201 +msgid "Filter Pack Simulation" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:1290 +msgid "Shadows:" +msgstr "Ombroj:" + +#: ../plug-ins/common/filter-pack.c:1291 +msgid "Midtones:" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:1292 +msgid "Highlights:" +msgstr "" + +#: ../plug-ins/common/filter-pack.c:1305 +msgid "Advanced Filter Pack Options" +msgstr "" + +#. ****************** MISC OPTIONS ************************** +#: ../plug-ins/common/filter-pack.c:1417 +msgid "Preview Size" +msgstr "" + +#: ../plug-ins/common/fractal-trace.c:116 +msgid "Transform image with the Mandelbrot Fractal" +msgstr "" + +#: ../plug-ins/common/fractal-trace.c:121 +msgid "_Fractal Trace..." +msgstr "" + +#: ../plug-ins/common/fractal-trace.c:460 +#: ../plug-ins/common/fractal-trace.c:691 +msgid "Fractal Trace" +msgstr "" + +#. Settings +#: ../plug-ins/common/fractal-trace.c:731 +msgid "Outside Type" +msgstr "" + +#: ../plug-ins/common/fractal-trace.c:742 +msgid "_White" +msgstr "_Blanko" + +#: ../plug-ins/common/fractal-trace.c:749 +msgid "Mandelbrot Parameters" +msgstr "" + +#: ../plug-ins/common/fractal-trace.c:760 +msgid "X_1:" +msgstr "X_1:" + +#: ../plug-ins/common/fractal-trace.c:769 +msgid "X_2:" +msgstr "X_2:" + +#: ../plug-ins/common/fractal-trace.c:778 +msgid "Y_1:" +msgstr "Y_1:" + +#: ../plug-ins/common/fractal-trace.c:787 +msgid "Y_2:" +msgstr "Y_2:" + +#: ../plug-ins/common/gee-zoom.c:121 ../plug-ins/common/gee.c:99 +msgid "A big hello from the GIMP team!" +msgstr "Granda saluto de la GIMP-skipo!" + +#: ../plug-ins/common/gee-zoom.c:126 ../plug-ins/common/gee-zoom.c:186 +#, fuzzy +msgid "Gee Zoom" +msgstr "Zomo" + +#: ../plug-ins/common/gee-zoom.c:192 ../plug-ins/common/gee.c:166 +msgid "Thank You for Choosing GIMP" +msgstr "" + +#: ../plug-ins/common/gee-zoom.c:200 +#, c-format +msgid "An obsolete creation by %s" +msgstr "" + +#: ../plug-ins/common/gee.c:104 ../plug-ins/common/gee.c:160 +msgid "Gee Slime" +msgstr "" + +#: ../plug-ins/common/gee.c:173 +#, c-format +msgid "A less obsolete creation by %s" +msgstr "" + +#: ../plug-ins/common/gradient-map.c:84 +msgid "Recolor the image using colors from the active gradient" +msgstr "" + +#: ../plug-ins/common/gradient-map.c:97 +msgid "_Gradient Map" +msgstr "" + +#: ../plug-ins/common/gradient-map.c:106 +msgid "Recolor the image using colors from the active palette" +msgstr "" + +#: ../plug-ins/common/gradient-map.c:119 +msgid "_Palette Map" +msgstr "" + +#: ../plug-ins/common/gradient-map.c:162 +msgid "Gradient Map" +msgstr "" + +#: ../plug-ins/common/gradient-map.c:167 +msgid "Palette Map" +msgstr "" + +#: ../plug-ins/common/grid.c:142 +msgid "Draw a grid on the image" +msgstr "" + +#: ../plug-ins/common/grid.c:148 +msgid "_Grid..." +msgstr "_Krado..." + +#: ../plug-ins/common/grid.c:241 +msgid "Drawing grid" +msgstr "" + +#: ../plug-ins/common/grid.c:635 ../plug-ins/gfig/gfig-dialog.c:1355 +#: ../plug-ins/imagemap/imap_menu.c:209 +msgid "Grid" +msgstr "Krado" + +#. attach labels +#: ../plug-ins/common/grid.c:717 +msgid "Horizontal" +msgstr "Horizontale" + +#: ../plug-ins/common/grid.c:719 +msgid "Vertical" +msgstr "Vertikale" + +#: ../plug-ins/common/grid.c:721 +msgid "Intersection" +msgstr "Interkovro" + +#. attach labels +#: ../plug-ins/common/grid.c:857 +msgid "Offset:" +msgstr "Deŝovo:" + +#. attach color selectors +#: ../plug-ins/common/grid.c:896 +msgid "Horizontal Color" +msgstr "" + +#: ../plug-ins/common/grid.c:914 +msgid "Vertical Color" +msgstr "" + +#: ../plug-ins/common/grid.c:932 +msgid "Intersection Color" +msgstr "" + +#: ../plug-ins/common/guillotine.c:75 +msgid "Slice the image into subimages using guides" +msgstr "" + +#: ../plug-ins/common/guillotine.c:82 +msgid "_Guillotine" +msgstr "" + +#: ../plug-ins/common/guillotine.c:120 +msgid "Guillotine" +msgstr "" + +#: ../plug-ins/common/hot.c:207 +msgid "Find and fix pixels that may be unsafely bright" +msgstr "" + +#: ../plug-ins/common/hot.c:217 +msgid "_Hot..." +msgstr "" + +#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586 +msgid "Hot" +msgstr "" + +#: ../plug-ins/common/hot.c:623 +msgid "Create _new layer" +msgstr "Krei _novan tavolon" + +#: ../plug-ins/common/hot.c:632 +msgid "Action" +msgstr "Ago" + +#: ../plug-ins/common/hot.c:636 +msgid "Reduce _Luminance" +msgstr "" + +#: ../plug-ins/common/hot.c:637 +msgid "Reduce _Saturation" +msgstr "" + +#: ../plug-ins/common/hot.c:638 ../plug-ins/common/waves.c:282 +msgid "_Blacken" +msgstr "" + +#: ../plug-ins/common/illusion.c:91 +msgid "Superimpose many altered copies of the image" +msgstr "" + +#: ../plug-ins/common/illusion.c:96 +msgid "_Illusion..." +msgstr "" + +#: ../plug-ins/common/illusion.c:168 ../plug-ins/common/illusion.c:350 +msgid "Illusion" +msgstr "" + +#: ../plug-ins/common/illusion.c:388 +msgid "_Divisions:" +msgstr "" + +#: ../plug-ins/common/illusion.c:398 +msgid "Mode _1" +msgstr "Reĝimo _1" + +#: ../plug-ins/common/illusion.c:413 +msgid "Mode _2" +msgstr "Reĝimo _2" + +#: ../plug-ins/common/iwarp.c:262 +msgid "Use mouse control to warp image areas" +msgstr "" + +#: ../plug-ins/common/iwarp.c:267 +msgid "_IWarp..." +msgstr "" + +#: ../plug-ins/common/iwarp.c:697 +msgid "Warping" +msgstr "" + +#: ../plug-ins/common/iwarp.c:802 +#, c-format +msgid "Warping Frame %d" +msgstr "" + +#: ../plug-ins/common/iwarp.c:814 +msgid "Ping pong" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1020 +msgid "A_nimate" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1039 +msgid "Number of _frames:" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1048 +msgid "R_everse" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1057 +msgid "_Ping pong" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1070 +msgid "_Animate" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1091 +msgid "Deform Mode" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1104 +msgid "_Move" +msgstr "_Movi" + +#: ../plug-ins/common/iwarp.c:1105 +msgid "_Grow" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1106 +msgid "S_wirl CCW" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1107 +msgid "Remo_ve" +msgstr "_Forigi" + +#: ../plug-ins/common/iwarp.c:1108 +msgid "S_hrink" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1109 +msgid "Sw_irl CW" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1138 +msgid "_Deform radius:" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1148 +msgid "D_eform amount:" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1157 +msgid "_Bilinear" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1171 +msgid "Adaptive s_upersample" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1191 +msgid "Ma_x depth:" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1201 +msgid "Thresho_ld:" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771 +#: ../plug-ins/gradient-flare/gradient-flare.c:2867 +msgid "_Settings" +msgstr "_Agordoj" + +#: ../plug-ins/common/iwarp.c:1263 +msgid "IWarp" +msgstr "" + +#: ../plug-ins/common/iwarp.c:1299 +msgid "" +"Click and drag in the preview to define the distortions to apply to the " +"image." +msgstr "" + +#: ../plug-ins/common/jigsaw.c:356 +msgid "Add a jigsaw-puzzle pattern to the image" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:361 +msgid "_Jigsaw..." +msgstr "" + +#: ../plug-ins/common/jigsaw.c:414 +msgid "Assembling jigsaw" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2416 +msgid "Jigsaw" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2445 +msgid "Number of Tiles" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2460 +msgid "Number of pieces going across" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2477 +msgid "Number of pieces going down" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2491 +msgid "Bevel Edges" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2501 +msgid "_Bevel width:" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2505 +msgid "Degree of slope of each piece's edge" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2518 +msgid "H_ighlight:" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2522 +msgid "The amount of highlighting on the edges of each piece" +msgstr "" + +#. frame for primitive radio buttons +#: ../plug-ins/common/jigsaw.c:2539 +msgid "Jigsaw Style" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2543 +msgid "_Square" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2544 +msgid "C_urved" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2548 +msgid "Each piece has straight sides" +msgstr "" + +#: ../plug-ins/common/jigsaw.c:2549 +msgid "Each piece has curved sides" +msgstr "" + +#: ../plug-ins/common/lcms.c:218 +msgid "Set a color profile on the image" +msgstr "" + +#: ../plug-ins/common/lcms.c:225 +msgid "_Assign Color Profile..." +msgstr "" + +#: ../plug-ins/common/lcms.c:241 +msgid "Assign default RGB Profile" +msgstr "" + +#: ../plug-ins/common/lcms.c:248 +msgid "Apply a color profile on the image" +msgstr "" + +#: ../plug-ins/common/lcms.c:258 +msgid "_Convert to Color Profile..." +msgstr "" + +#: ../plug-ins/common/lcms.c:276 +msgid "Convert to default RGB Profile" +msgstr "" + +#: ../plug-ins/common/lcms.c:290 +msgid "Image Color Profile Information" +msgstr "" + +#: ../plug-ins/common/lcms.c:304 +msgid "Color Profile Information" +msgstr "" + +#: ../plug-ins/common/lcms.c:572 +#, c-format +msgid "Color profile '%s' is not for RGB color space." +msgstr "" + +#: ../plug-ins/common/lcms.c:679 +msgid "Default RGB working space" +msgstr "" + +#: ../plug-ins/common/lcms.c:775 +msgid "" +"Data attached as 'icc-profile' does not appear to be an ICC color profile" +msgstr "" + +#: ../plug-ins/common/lcms.c:825 +#, c-format +msgid "'%s' does not appear to be an ICC color profile" +msgstr "" + +#. ICC color profile conversion +#: ../plug-ins/common/lcms.c:885 +#, c-format +msgid "Converting from '%s' to '%s'" +msgstr "" + +#: ../plug-ins/common/lcms.c:1129 +#, c-format +msgid "Could not load ICC profile from '%s'" +msgstr "" + +#: ../plug-ins/common/lcms.c:1151 +#, c-format +msgid "The image '%s' has an embedded color profile:" +msgstr "" + +#: ../plug-ins/common/lcms.c:1195 +#, c-format +msgid "Convert the image to the RGB working space (%s)?" +msgstr "" + +#: ../plug-ins/common/lcms.c:1226 +msgid "Convert to RGB working space?" +msgstr "" + +#: ../plug-ins/common/lcms.c:1231 +msgid "_Keep" +msgstr "_Konservi" + +#: ../plug-ins/common/lcms.c:1236 +msgid "_Convert" +msgstr "_Konverti" + +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 +msgid "_Don't ask me again" +msgstr "_Ne demandi min denove" + +#: ../plug-ins/common/lcms.c:1327 +msgid "Select destination profile" +msgstr "" + +#: ../plug-ins/common/lcms.c:1354 +msgid "All files (*.*)" +msgstr "Ĉiuj dosieroj (*.*)" + +#: ../plug-ins/common/lcms.c:1359 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "" + +#: ../plug-ins/common/lcms.c:1402 +#, c-format +msgid "RGB workspace (%s)" +msgstr "" + +#: ../plug-ins/common/lcms.c:1452 +msgid "Convert to ICC Color Profile" +msgstr "" + +#: ../plug-ins/common/lcms.c:1453 +msgid "Assign ICC Color Profile" +msgstr "" + +#: ../plug-ins/common/lcms.c:1461 +msgid "_Assign" +msgstr "" + +#: ../plug-ins/common/lcms.c:1478 +msgid "Current Color Profile" +msgstr "" + +#: ../plug-ins/common/lcms.c:1493 +msgid "Convert to" +msgstr "" + +#: ../plug-ins/common/lcms.c:1493 +msgid "Assign" +msgstr "Atribui" + +#: ../plug-ins/common/lcms.c:1517 +msgid "_Rendering Intent:" +msgstr "" + +#: ../plug-ins/common/lcms.c:1533 +msgid "_Black Point Compensation" +msgstr "Kompensado por _nigra punkto" + +#: ../plug-ins/common/lcms.c:1575 +msgid "Destination profile is not for RGB color space." +msgstr "" + +#: ../plug-ins/common/lens-apply.c:108 +msgid "Simulate an elliptical lens over the image" +msgstr "" + +#: ../plug-ins/common/lens-apply.c:114 +msgid "Apply _Lens..." +msgstr "" + +#: ../plug-ins/common/lens-apply.c:181 +msgid "Applying lens" +msgstr "" + +#: ../plug-ins/common/lens-apply.c:393 +msgid "Lens Effect" +msgstr "" + +#: ../plug-ins/common/lens-apply.c:427 +msgid "_Keep original surroundings" +msgstr "" + +#: ../plug-ins/common/lens-apply.c:442 +msgid "_Set surroundings to index 0" +msgstr "" + +#: ../plug-ins/common/lens-apply.c:443 +msgid "_Set surroundings to background color" +msgstr "" + +#: ../plug-ins/common/lens-apply.c:458 +msgid "_Make surroundings transparent" +msgstr "" + +#: ../plug-ins/common/lens-apply.c:475 +msgid "_Lens refraction index:" +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:115 +msgid "Corrects lens distortion" +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:120 +msgid "Lens Distortion..." +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:383 +msgid "Lens distortion" +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:483 +msgid "Lens Distortion" +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:521 +msgid "_Main:" +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:535 +msgid "_Edge:" +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:549 ../plug-ins/flame/flame.c:1237 +msgid "_Zoom:" +msgstr "_Zomo:" + +#: ../plug-ins/common/lens-distortion.c:563 +msgid "_Brighten:" +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:577 +msgid "_X shift:" +msgstr "" + +#: ../plug-ins/common/lens-distortion.c:591 +msgid "_Y shift:" +msgstr "" + +#: ../plug-ins/common/lens-flare.c:188 +msgid "Add a lens flare effect" +msgstr "" + +#: ../plug-ins/common/lens-flare.c:195 +msgid "Lens _Flare..." +msgstr "" + +#: ../plug-ins/common/lens-flare.c:270 +msgid "Render lens flare" +msgstr "" + +#: ../plug-ins/common/lens-flare.c:306 +msgid "Lens Flare" +msgstr "" + +#: ../plug-ins/common/lens-flare.c:753 +msgid "Center of Flare Effect" +msgstr "" + +#: ../plug-ins/common/lens-flare.c:793 ../plug-ins/common/nova.c:484 +msgid "Show _position" +msgstr "" + +#: ../plug-ins/common/mail.c:188 +msgid "Send the image by email" +msgstr "" + +#: ../plug-ins/common/mail.c:194 +msgid "Send by E_mail..." +msgstr "" + +#: ../plug-ins/common/mail.c:407 +msgid "Send by Email" +msgstr "" + +#: ../plug-ins/common/mail.c:412 +msgid "_Send" +msgstr "_Sendi" + +#: ../plug-ins/common/mail.c:444 +msgid "_Filename:" +msgstr "_Dosiernomo:" + +#: ../plug-ins/common/mail.c:456 +msgid "_To:" +msgstr "_Al:" + +#: ../plug-ins/common/mail.c:470 +msgid "_From:" +msgstr "_De:" + +#: ../plug-ins/common/mail.c:482 +msgid "S_ubject:" +msgstr "_Temo:" + +#: ../plug-ins/common/mail.c:591 +msgid "some sort of error with the file extension or lack thereof" +msgstr "" + +#: ../plug-ins/common/mail.c:725 +#, c-format +msgid "Could not start sendmail (%s)" +msgstr "" + +#: ../plug-ins/common/max-rgb.c:90 +msgid "Reduce image to pure red, green, and blue" +msgstr "" + +#: ../plug-ins/common/max-rgb.c:95 +msgid "Maxim_um RGB..." +msgstr "" + +#: ../plug-ins/common/max-rgb.c:134 ../plug-ins/common/noise-hsv.c:158 +msgid "Can only operate on RGB drawables." +msgstr "" + +#: ../plug-ins/common/max-rgb.c:234 +msgid "Max RGB" +msgstr "" + +#: ../plug-ins/common/max-rgb.c:259 +msgid "Maximum RGB Value" +msgstr "" + +#: ../plug-ins/common/max-rgb.c:292 +msgid "_Hold the maximal channels" +msgstr "" + +#: ../plug-ins/common/max-rgb.c:295 +msgid "Ho_ld the minimal channels" +msgstr "" + +#: ../plug-ins/common/mosaic.c:359 +msgid "Convert the image into irregular tiles" +msgstr "" + +#: ../plug-ins/common/mosaic.c:364 +msgid "_Mosaic..." +msgstr "" + +#. progress bar for gradient finding +#: ../plug-ins/common/mosaic.c:502 +msgid "Finding edges" +msgstr "" + +#. Progress bar for rendering tiles +#: ../plug-ins/common/mosaic.c:556 +msgid "Rendering tiles" +msgstr "" + +#: ../plug-ins/common/mosaic.c:589 +msgid "Mosaic" +msgstr "" + +#: ../plug-ins/common/mosaic.c:629 +msgid "Squares" +msgstr "Kvadratoj" + +#: ../plug-ins/common/mosaic.c:630 +msgid "Hexagons" +msgstr "Seslateroj" + +#: ../plug-ins/common/mosaic.c:631 +msgid "Octagons & squares" +msgstr "Oklateroj kaj kvadratoj" + +#: ../plug-ins/common/mosaic.c:632 +msgid "Triangles" +msgstr "Trianguloj" + +#: ../plug-ins/common/mosaic.c:640 +msgid "_Tiling primitives:" +msgstr "" + +#: ../plug-ins/common/mosaic.c:648 +msgid "Tile _size:" +msgstr "Kahela _grando:" + +#: ../plug-ins/common/mosaic.c:660 ../plug-ins/common/tile-glass.c:303 +msgid "Tile _height:" +msgstr "Kahela _alto:" + +#: ../plug-ins/common/mosaic.c:673 +msgid "Til_e spacing:" +msgstr "" + +#: ../plug-ins/common/mosaic.c:685 +msgid "Tile _neatness:" +msgstr "" + +#: ../plug-ins/common/mosaic.c:698 +msgid "Light _direction:" +msgstr "" + +#: ../plug-ins/common/mosaic.c:710 +msgid "Color _variation:" +msgstr "" + +#: ../plug-ins/common/mosaic.c:739 +msgid "Co_lor averaging" +msgstr "" + +#: ../plug-ins/common/mosaic.c:752 +msgid "Allo_w tile splitting" +msgstr "" + +#: ../plug-ins/common/mosaic.c:765 +msgid "_Pitted surfaces" +msgstr "" + +#: ../plug-ins/common/mosaic.c:778 +msgid "_FG/BG lighting" +msgstr "" + +#: ../plug-ins/common/newsprint.c:127 +msgid "Round" +msgstr "" + +#: ../plug-ins/common/newsprint.c:136 +msgid "Line" +msgstr "" + +#: ../plug-ins/common/newsprint.c:145 ../plug-ins/flame/flame.c:760 +msgid "Diamond" +msgstr "" + +#: ../plug-ins/common/newsprint.c:153 +msgid "PS Square (Euclidean Dot)" +msgstr "" + +#: ../plug-ins/common/newsprint.c:162 +msgid "PS Diamond" +msgstr "" + +#: ../plug-ins/common/newsprint.c:332 +msgid "_Grey" +msgstr "_grizo" + +#: ../plug-ins/common/newsprint.c:345 +msgid "R_ed" +msgstr "R_uĝo" + +#: ../plug-ins/common/newsprint.c:374 +msgid "C_yan" +msgstr "Ce_jano" + +#: ../plug-ins/common/newsprint.c:382 +msgid "Magen_ta" +msgstr "Ma_lvo" + +#: ../plug-ins/common/newsprint.c:390 +msgid "_Yellow" +msgstr "_Flavo" + +#: ../plug-ins/common/newsprint.c:411 +msgid "Luminance" +msgstr "" + +#: ../plug-ins/common/newsprint.c:517 +msgid "Halftone the image to give newspaper-like effect" +msgstr "" + +#: ../plug-ins/common/newsprint.c:526 +msgid "Newsprin_t..." +msgstr "" + +#: ../plug-ins/common/newsprint.c:627 ../plug-ins/common/newsprint.c:1188 +msgid "Newsprint" +msgstr "" + +#: ../plug-ins/common/newsprint.c:1031 +msgid "_Spot function:" +msgstr "" + +#. resolution settings +#: ../plug-ins/common/newsprint.c:1240 +msgid "Resolution" +msgstr "Distingivo" + +#: ../plug-ins/common/newsprint.c:1259 +msgid "_Input SPI:" +msgstr "" + +#: ../plug-ins/common/newsprint.c:1273 +msgid "O_utput LPI:" +msgstr "" + +#: ../plug-ins/common/newsprint.c:1286 +msgid "C_ell size:" +msgstr "" + +#. screen settings +#: ../plug-ins/common/newsprint.c:1299 +#: ../plug-ins/gradient-flare/gradient-flare.c:554 +msgid "Screen" +msgstr "Ekrano" + +#: ../plug-ins/common/newsprint.c:1318 +msgid "B_lack pullout (%):" +msgstr "" + +#: ../plug-ins/common/newsprint.c:1340 +msgid "Separate to:" +msgstr "" + +#: ../plug-ins/common/newsprint.c:1344 +msgid "_RGB" +msgstr "_RVB" + +#: ../plug-ins/common/newsprint.c:1361 +msgid "C_MYK" +msgstr "C_MFN" + +#: ../plug-ins/common/newsprint.c:1378 +msgid "I_ntensity" +msgstr "" + +#: ../plug-ins/common/newsprint.c:1403 +msgid "_Lock channels" +msgstr "" + +#: ../plug-ins/common/newsprint.c:1416 +msgid "_Factory Defaults" +msgstr "" + +#. anti-alias control +#: ../plug-ins/common/newsprint.c:1442 ../plug-ins/gfig/gfig-dialog.c:1256 +msgid "Antialiasing" +msgstr "" + +#: ../plug-ins/common/newsprint.c:1450 +msgid "O_versample:" +msgstr "" + +#: ../plug-ins/common/nl-filter.c:118 +msgid "Nonlinear swiss army knife filter" +msgstr "" + +#: ../plug-ins/common/nl-filter.c:124 +msgid "_NL Filter..." +msgstr "" + +#: ../plug-ins/common/nl-filter.c:952 ../plug-ins/common/nl-filter.c:1015 +msgid "NL Filter" +msgstr "" + +#: ../plug-ins/common/nl-filter.c:1044 +msgid "Filter" +msgstr "Filtrilo" + +#: ../plug-ins/common/nl-filter.c:1048 +msgid "_Alpha trimmed mean" +msgstr "" + +#: ../plug-ins/common/nl-filter.c:1050 +msgid "Op_timal estimation" +msgstr "" + +#: ../plug-ins/common/nl-filter.c:1052 +msgid "_Edge enhancement" +msgstr "" + +#: ../plug-ins/common/nl-filter.c:1077 +msgid "A_lpha:" +msgstr "" + +#: ../plug-ins/common/noise-hsv.c:103 +msgid "Randomize hue/saturation/value independently" +msgstr "" + +#: ../plug-ins/common/noise-hsv.c:108 +msgid "HSV Noise..." +msgstr "" + +#: ../plug-ins/common/noise-hsv.c:215 ../plug-ins/common/noise-hsv.c:361 +msgid "HSV Noise" +msgstr "" + +#: ../plug-ins/common/noise-hsv.c:397 +msgid "_Holdness:" +msgstr "" + +#: ../plug-ins/common/noise-hsv.c:409 +msgid "H_ue:" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:102 +msgid "Random Hurl" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:103 +msgid "Random Pick" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:104 +msgid "Random Slur" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:202 +msgid "Completely randomize a fraction of pixels" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:204 +msgid "Randomly interchange some pixels with neighbors" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:206 +msgid "Randomly slide some pixels downward (similar to melting)" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:233 +msgid "_Hurl..." +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:245 +msgid "_Pick..." +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:257 +msgid "_Slur..." +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:771 +#: ../plug-ins/common/noise-solid.c:602 +msgid "_Random seed:" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:780 +msgid "R_andomization (%):" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:783 +msgid "Percentage of pixels to be filtered" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:795 +msgid "R_epeat:" +msgstr "" + +#: ../plug-ins/common/noise-randomize.c:798 +msgid "Number of times to apply filter" +msgstr "" + +#: ../plug-ins/common/noise-rgb.c:144 +msgid "Distort colors by random amounts" +msgstr "" + +#: ../plug-ins/common/noise-rgb.c:154 +msgid "_RGB Noise..." +msgstr "" + +#: ../plug-ins/common/noise-rgb.c:282 +msgid "Adding noise" +msgstr "" + +#: ../plug-ins/common/noise-rgb.c:448 +msgid "RGB Noise" +msgstr "" + +#: ../plug-ins/common/noise-rgb.c:481 +msgid "Co_rrelated noise" +msgstr "" + +#: ../plug-ins/common/noise-rgb.c:496 +msgid "_Independent RGB" +msgstr "" + +#: ../plug-ins/common/noise-rgb.c:520 ../plug-ins/common/noise-rgb.c:524 +msgid "_Gray:" +msgstr "_Grizo:" + +#: ../plug-ins/common/noise-rgb.c:550 +#, c-format +msgid "Channel #%d:" +msgstr "Kanalo #%d:" + +#: ../plug-ins/common/noise-solid.c:176 +msgid "Create a random cloud-like texture" +msgstr "" + +#: ../plug-ins/common/noise-solid.c:182 +msgid "_Solid Noise..." +msgstr "" + +#. Dialog initialization +#: ../plug-ins/common/noise-solid.c:315 ../plug-ins/common/noise-solid.c:563 +msgid "Solid Noise" +msgstr "" + +#: ../plug-ins/common/noise-solid.c:615 +msgid "_Detail:" +msgstr "" + +#. Turbulent +#: ../plug-ins/common/noise-solid.c:625 +msgid "T_urbulent" +msgstr "" + +#. Tilable +#: ../plug-ins/common/noise-solid.c:639 +msgid "T_ilable" +msgstr "" + +#: ../plug-ins/common/noise-solid.c:654 +msgid "_X size:" +msgstr "" + +#: ../plug-ins/common/noise-solid.c:667 +msgid "_Y size:" +msgstr "" + +#: ../plug-ins/common/noise-spread.c:89 +msgid "Move pixels around randomly" +msgstr "" + +#: ../plug-ins/common/noise-spread.c:98 +msgid "Sp_read..." +msgstr "" + +#: ../plug-ins/common/noise-spread.c:181 +msgid "Spreading" +msgstr "" + +#: ../plug-ins/common/noise-spread.c:346 +msgid "Spread" +msgstr "" + +#: ../plug-ins/common/noise-spread.c:371 +msgid "Spread Amount" +msgstr "" + +#: ../plug-ins/common/nova.c:168 +msgid "Add a starburst to the image" +msgstr "" + +#: ../plug-ins/common/nova.c:177 +msgid "Super_nova..." +msgstr "" + +#: ../plug-ins/common/nova.c:261 +msgid "Rendering supernova" +msgstr "" + +#: ../plug-ins/common/nova.c:304 +msgid "Supernova" +msgstr "" + +#: ../plug-ins/common/nova.c:349 +msgid "Supernova Color Picker" +msgstr "" + +#: ../plug-ins/common/nova.c:378 +msgid "_Spokes:" +msgstr "" + +#: ../plug-ins/common/nova.c:393 +msgid "R_andom hue:" +msgstr "" + +#: ../plug-ins/common/nova.c:446 +msgid "Center of Nova" +msgstr "" + +#: ../plug-ins/common/oilify.c:119 ../plug-ins/common/oilify.c:134 +msgid "Smear colors to simulate an oil painting" +msgstr "" + +#: ../plug-ins/common/oilify.c:125 +msgid "Oili_fy..." +msgstr "" + +#: ../plug-ins/common/oilify.c:247 +msgid "Oil painting" +msgstr "" + +#: ../plug-ins/common/oilify.c:777 +msgid "Oilify" +msgstr "" + +#: ../plug-ins/common/oilify.c:815 +msgid "_Mask size:" +msgstr "" + +#. +#. * Mask-size map check button +#. +#: ../plug-ins/common/oilify.c:830 +msgid "Use m_ask-size map:" +msgstr "" + +#: ../plug-ins/common/oilify.c:867 ../plug-ins/common/sinus.c:922 +msgid "_Exponent:" +msgstr "" + +#. +#. * Exponent map check button +#. +#: ../plug-ins/common/oilify.c:882 +msgid "Use e_xponent map:" +msgstr "" + +#. +#. * Intensity algorithm check button +#. +#: ../plug-ins/common/oilify.c:918 +msgid "_Use intensity algorithm" +msgstr "" + +#: ../plug-ins/common/photocopy.c:153 +msgid "Simulate color distortion produced by a copy machine" +msgstr "" + +#: ../plug-ins/common/photocopy.c:158 +msgid "_Photocopy..." +msgstr "" + +#: ../plug-ins/common/photocopy.c:839 +msgid "Photocopy" +msgstr "" + +#: ../plug-ins/common/photocopy.c:890 ../plug-ins/common/sharpen.c:511 +#: ../plug-ins/common/softglow.c:697 +msgid "_Sharpness:" +msgstr "" + +#: ../plug-ins/common/photocopy.c:904 +msgid "Percent _black:" +msgstr "" + +#: ../plug-ins/common/photocopy.c:918 +msgid "Percent _white:" +msgstr "" + +#: ../plug-ins/common/pixelize.c:164 +msgid "Simplify image into an array of solid-colored squares" +msgstr "" + +#: ../plug-ins/common/pixelize.c:171 +msgid "_Pixelize..." +msgstr "" + +#: ../plug-ins/common/pixelize.c:273 +msgid "Pixelizing" +msgstr "" + +#: ../plug-ins/common/pixelize.c:316 +msgid "Pixelize" +msgstr "Bilderigo" + +#: ../plug-ins/common/pixelize.c:352 +msgid "Pixel _width:" +msgstr "" + +#: ../plug-ins/common/pixelize.c:357 +msgid "Pixel _height:" +msgstr "" + +#: ../plug-ins/common/plasma.c:176 +msgid "Create a random plasma texture" +msgstr "" + +#: ../plug-ins/common/plasma.c:181 +msgid "_Plasma..." +msgstr "" + +#: ../plug-ins/common/plasma.c:263 ../plug-ins/common/plasma.c:300 +msgid "Plasma" +msgstr "" + +#: ../plug-ins/common/plasma.c:337 +msgid "Random _seed:" +msgstr "" + +#: ../plug-ins/common/plasma.c:348 +msgid "T_urbulence:" +msgstr "" + +#: ../plug-ins/common/plugin-browser.c:134 +msgid "Display information about plug-ins" +msgstr "" + +#: ../plug-ins/common/plugin-browser.c:144 +msgid "_Plug-In Browser" +msgstr "" + +#: ../plug-ins/common/plugin-browser.c:372 +msgid "Searching by name" +msgstr "Serĉo laŭ nomo" + +#: ../plug-ins/common/plugin-browser.c:386 +#, c-format +msgid "%d plug-in" +msgid_plural "%d plug-ins" +msgstr[0] "" +msgstr[1] "" + +#: ../plug-ins/common/plugin-browser.c:395 +msgid "No matches for your query" +msgstr "Neniuj kongruoj je via informpeto" + +#: ../plug-ins/common/plugin-browser.c:398 +#, c-format +msgid "%d plug-in matches your query" +msgid_plural "%d plug-ins match your query" +msgstr[0] "" +msgstr[1] "" + +#: ../plug-ins/common/plugin-browser.c:529 +msgid "No matches" +msgstr "Neniu kongruo" + +#: ../plug-ins/common/plugin-browser.c:554 +msgid "Plug-In Browser" +msgstr "" + +#: ../plug-ins/common/plugin-browser.c:597 +msgid "Name" +msgstr "Nomo" + +#: ../plug-ins/common/plugin-browser.c:605 +#: ../plug-ins/common/plugin-browser.c:668 +msgid "Menu Path" +msgstr "Menuvojo" + +#: ../plug-ins/common/plugin-browser.c:613 +#: ../plug-ins/common/plugin-browser.c:677 +msgid "Image Types" +msgstr "Bildtipoj" + +#: ../plug-ins/common/plugin-browser.c:623 +#: ../plug-ins/common/plugin-browser.c:686 +msgid "Installation Date" +msgstr "" + +#: ../plug-ins/common/plugin-browser.c:647 +msgid "List View" +msgstr "Lista vido" + +#: ../plug-ins/common/plugin-browser.c:709 +msgid "Tree View" +msgstr "Arbeca vido" + +#: ../plug-ins/common/polar-coords.c:156 +msgid "Convert image to or from polar coordinates" +msgstr "" + +#: ../plug-ins/common/polar-coords.c:163 +msgid "P_olar Coordinates..." +msgstr "" + +#: ../plug-ins/common/polar-coords.c:360 +msgid "Polar coordinates" +msgstr "" + +#: ../plug-ins/common/polar-coords.c:592 +msgid "Polar Coordinates" +msgstr "" + +#: ../plug-ins/common/polar-coords.c:631 +msgid "Circle _depth in percent:" +msgstr "" + +#: ../plug-ins/common/polar-coords.c:643 +msgid "Offset _angle:" +msgstr "" + +#: ../plug-ins/common/polar-coords.c:658 +msgid "_Map backwards" +msgstr "" + +#: ../plug-ins/common/polar-coords.c:664 +msgid "" +"If checked the mapping will begin at the right side, as opposed to beginning " +"at the left." +msgstr "" + +#: ../plug-ins/common/polar-coords.c:675 +msgid "Map from _top" +msgstr "" + +#: ../plug-ins/common/polar-coords.c:681 +msgid "" +"If unchecked the mapping will put the bottom row in the middle and the top " +"row on the outside. If checked it will be the opposite." +msgstr "" + +#: ../plug-ins/common/polar-coords.c:693 +msgid "To _polar" +msgstr "" + +#: ../plug-ins/common/polar-coords.c:699 +msgid "" +"If unchecked the image will be circularly mapped onto a rectangle. If " +"checked the image will be mapped onto a circle." +msgstr "" + +#: ../plug-ins/common/procedure-browser.c:83 +msgid "List available procedures in the PDB" +msgstr "" + +#: ../plug-ins/common/procedure-browser.c:88 +msgid "Procedure _Browser" +msgstr "" + +#: ../plug-ins/common/procedure-browser.c:126 +msgid "Procedure Browser" +msgstr "" + +#: ../plug-ins/common/qbist.c:402 +msgid "Generate a huge variety of abstract patterns" +msgstr "" + +#: ../plug-ins/common/qbist.c:410 +msgid "_Qbist..." +msgstr "" + +#: ../plug-ins/common/qbist.c:511 +msgid "Qbist" +msgstr "" + +#: ../plug-ins/common/qbist.c:707 +msgid "Load QBE File" +msgstr "" + +#: ../plug-ins/common/qbist.c:749 +msgid "Save as QBE File" +msgstr "" + +#: ../plug-ins/common/qbist.c:803 +msgid "G-Qbist" +msgstr "" + +#: ../plug-ins/common/red-eye-removal.c:105 +msgid "Remove the red eye effect caused by camera flashes" +msgstr "" + +#: ../plug-ins/common/red-eye-removal.c:116 +msgid "_Red Eye Removal..." +msgstr "" + +#: ../plug-ins/common/red-eye-removal.c:142 +msgid "Red Eye Removal" +msgstr "" + +#: ../plug-ins/common/red-eye-removal.c:170 +#: ../plug-ins/common/unsharp-mask.c:706 ../plug-ins/common/wind.c:1008 +#: ../plug-ins/imagemap/imap_preferences.c:441 +#: ../plug-ins/map-object/map-object-ui.c:585 +msgid "_Threshold:" +msgstr "" + +#: ../plug-ins/common/red-eye-removal.c:176 +msgid "Threshold for the red eye color to remove." +msgstr "" + +#: ../plug-ins/common/red-eye-removal.c:181 +msgid "Manually selecting the eyes may improve the results." +msgstr "" + +#: ../plug-ins/common/red-eye-removal.c:301 +msgid "Removing red eye" +msgstr "" + +#: ../plug-ins/common/ripple.c:129 +msgid "Displace pixels in a ripple pattern" +msgstr "" + +#: ../plug-ins/common/ripple.c:136 +msgid "_Ripple..." +msgstr "" + +#: ../plug-ins/common/ripple.c:226 +msgid "Rippling" +msgstr "" + +#: ../plug-ins/common/ripple.c:468 +msgid "Ripple" +msgstr "" + +#: ../plug-ins/common/ripple.c:526 +msgid "_Retain tilability" +msgstr "" + +#. Edges toggle box +#: ../plug-ins/common/ripple.c:560 +msgid "Edges" +msgstr "" + +#: ../plug-ins/common/ripple.c:566 +msgid "_Blank" +msgstr "" + +#. Wave toggle box +#: ../plug-ins/common/ripple.c:588 +msgid "Wave Type" +msgstr "" + +#: ../plug-ins/common/ripple.c:592 +msgid "Saw_tooth" +msgstr "" + +#: ../plug-ins/common/ripple.c:593 +msgid "S_ine" +msgstr "" + +#: ../plug-ins/common/ripple.c:616 +msgid "_Period:" +msgstr "_Periodo:" + +#: ../plug-ins/common/ripple.c:629 +msgid "A_mplitude:" +msgstr "" + +#: ../plug-ins/common/ripple.c:642 +msgid "Phase _shift:" +msgstr "" + +#: ../plug-ins/common/rotate.c:413 +msgid "You can not rotate the whole image if there's a selection." +msgstr "" + +#: ../plug-ins/common/rotate.c:420 +msgid "You can not rotate the whole image if there's a floating selection." +msgstr "" + +#: ../plug-ins/common/rotate.c:431 +msgid "Sorry, channels and masks can not be rotated." +msgstr "" + +#: ../plug-ins/common/rotate.c:437 +msgid "Rotating" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:298 +msgid "Colorize image using a sample image as a guide" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:303 +msgid "_Sample Colorize..." +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:1327 +msgid "Sample Colorize" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:1332 +msgid "Get _Sample Colors" +msgstr "" + +#. layer combo_box (Dst) +#: ../plug-ins/common/sample-colorize.c:1361 +msgid "Destination:" +msgstr "" + +#. layer combo_box (Sample) +#: ../plug-ins/common/sample-colorize.c:1377 +msgid "Sample:" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:1387 +msgid "From reverse gradient" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:1392 +msgid "From gradient" +msgstr "" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 +msgid "Show selection" +msgstr "" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 +msgid "Show color" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:1564 +msgid "Input levels:" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:1614 +msgid "Output levels:" +msgstr "" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1654 +msgid "Hold intensity" +msgstr "" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1665 +msgid "Original intensity" +msgstr "" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1683 +msgid "Use subcolors" +msgstr "" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1694 +msgid "Smooth samples" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:2666 +msgid "Sample analyze" +msgstr "" + +#: ../plug-ins/common/sample-colorize.c:3044 +msgid "Remap colorized" +msgstr "" + +#: ../plug-ins/common/screenshot.c:240 +msgid "Create an image from an area of the screen" +msgstr "" + +#: ../plug-ins/common/screenshot.c:253 +msgid "_Screenshot..." +msgstr "_Ekrankopio..." + +#: ../plug-ins/common/screenshot.c:417 +msgid "Error selecting the window" +msgstr "" + +#: ../plug-ins/common/screenshot.c:778 +msgid "Importing screenshot" +msgstr "" + +#: ../plug-ins/common/screenshot.c:804 ../plug-ins/common/screenshot.c:1060 +msgid "Screenshot" +msgstr "Ekrankopio" + +#: ../plug-ins/common/screenshot.c:845 +msgid "Mouse Pointer" +msgstr "Musmontrilo" + +#: ../plug-ins/common/screenshot.c:949 +msgid "Specified window not found" +msgstr "" + +#: ../plug-ins/common/screenshot.c:975 +msgid "There was an error taking the screenshot." +msgstr "" + +#: ../plug-ins/common/screenshot.c:1069 +msgid "S_nap" +msgstr "" + +#: ../plug-ins/common/screenshot.c:1099 +msgid "After the delay, the screenshot is taken." +msgstr "" + +#: ../plug-ins/common/screenshot.c:1101 +msgid "" +"After the delay, drag your mouse to select the region for the screenshot." +msgstr "" + +#: ../plug-ins/common/screenshot.c:1104 +msgid "At the end of the delay, click in a window to snap it." +msgstr "" + +#. Area +#: ../plug-ins/common/screenshot.c:1110 +msgid "Area" +msgstr "" + +#: ../plug-ins/common/screenshot.c:1121 +msgid "Take a screenshot of a single _window" +msgstr "" + +#: ../plug-ins/common/screenshot.c:1140 +msgid "Include window _decoration" +msgstr "" + +#: ../plug-ins/common/screenshot.c:1158 +msgid "Take a screenshot of the entire _screen" +msgstr "" + +#: ../plug-ins/common/screenshot.c:1177 +msgid "Include _mouse pointer" +msgstr "" + +#: ../plug-ins/common/screenshot.c:1197 +msgid "Select a _region to grab" +msgstr "" + +#. Delay +#: ../plug-ins/common/screenshot.c:1212 +msgid "Delay" +msgstr "" + +#. this is the unit label of a spinbutton +#: ../plug-ins/common/screenshot.c:1234 +msgid "seconds" +msgstr "sekundoj" + +#: ../plug-ins/common/semi-flatten.c:68 +msgid "Replace partial transparency with the current background color" +msgstr "" + +#: ../plug-ins/common/semi-flatten.c:75 +msgid "_Semi-Flatten" +msgstr "" + +#: ../plug-ins/common/semi-flatten.c:118 +msgid "Semi-Flattening" +msgstr "" + +#: ../plug-ins/common/sharpen.c:113 +msgid "Make image sharper (less powerful than Unsharp Mask)" +msgstr "" + +#: ../plug-ins/common/sharpen.c:120 +msgid "_Sharpen..." +msgstr "" + +#. +#. * Let the user know what we're doing... +#. +#: ../plug-ins/common/sharpen.c:307 +msgid "Sharpening" +msgstr "" + +#: ../plug-ins/common/sharpen.c:476 +msgid "Sharpen" +msgstr "" + +#: ../plug-ins/common/shift.c:101 +msgid "Shift each row of pixels by a random amount" +msgstr "" + +#: ../plug-ins/common/shift.c:108 +msgid "_Shift..." +msgstr "" + +#: ../plug-ins/common/shift.c:189 +msgid "Shifting" +msgstr "" + +#: ../plug-ins/common/shift.c:355 +msgid "Shift" +msgstr "" + +#: ../plug-ins/common/shift.c:388 +msgid "Shift _horizontally" +msgstr "" + +#: ../plug-ins/common/shift.c:391 +msgid "Shift _vertically" +msgstr "" + +#: ../plug-ins/common/shift.c:422 +msgid "Shift _amount:" +msgstr "" + +#: ../plug-ins/common/sinus.c:186 +msgid "Generate complex sinusoidal textures" +msgstr "" + +#: ../plug-ins/common/sinus.c:191 +msgid "_Sinus..." +msgstr "" + +#: ../plug-ins/common/sinus.c:284 +msgid "Sinus: rendering" +msgstr "" + +#. Create Main window with a vbox +#. ============================== +#: ../plug-ins/common/sinus.c:648 +msgid "Sinus" +msgstr "" + +#: ../plug-ins/common/sinus.c:690 +msgid "Drawing Settings" +msgstr "" + +#: ../plug-ins/common/sinus.c:700 +msgid "_X scale:" +msgstr "" + +#: ../plug-ins/common/sinus.c:709 +msgid "_Y scale:" +msgstr "" + +#: ../plug-ins/common/sinus.c:718 +msgid "Co_mplexity:" +msgstr "" + +#: ../plug-ins/common/sinus.c:728 +msgid "Calculation Settings" +msgstr "" + +#: ../plug-ins/common/sinus.c:741 +msgid "R_andom seed:" +msgstr "" + +#: ../plug-ins/common/sinus.c:750 +msgid "_Force tiling?" +msgstr "" + +#: ../plug-ins/common/sinus.c:763 +msgid "_Ideal" +msgstr "" + +#: ../plug-ins/common/sinus.c:764 +msgid "_Distorted" +msgstr "" + +#: ../plug-ins/common/sinus.c:782 ../plug-ins/common/sinus.c:798 +#: ../plug-ins/imagemap/imap_preferences.c:422 +msgid "Colors" +msgstr "Koloroj" + +#. if in grey scale, the colors are necessarily black and white +#: ../plug-ins/common/sinus.c:791 +msgid "The colors are white and black." +msgstr "" + +#: ../plug-ins/common/sinus.c:802 +msgid "Bl_ack & white" +msgstr "" + +#: ../plug-ins/common/sinus.c:804 +msgid "_Foreground & background" +msgstr "" + +#: ../plug-ins/common/sinus.c:806 +msgid "C_hoose here:" +msgstr "" + +#: ../plug-ins/common/sinus.c:819 +msgid "First color" +msgstr "" + +#: ../plug-ins/common/sinus.c:829 +msgid "Second color" +msgstr "" + +#: ../plug-ins/common/sinus.c:842 +msgid "Alpha Channels" +msgstr "" + +#: ../plug-ins/common/sinus.c:855 +msgid "F_irst color:" +msgstr "" + +#: ../plug-ins/common/sinus.c:870 +msgid "S_econd color:" +msgstr "" + +#: ../plug-ins/common/sinus.c:886 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:904 +msgid "Co_lors" +msgstr "" + +#: ../plug-ins/common/sinus.c:895 +msgid "Blend Settings" +msgstr "" + +#: ../plug-ins/common/sinus.c:908 +msgid "L_inear" +msgstr "" + +#: ../plug-ins/common/sinus.c:909 +msgid "Bili_near" +msgstr "" + +#: ../plug-ins/common/sinus.c:910 +msgid "Sin_usoidal" +msgstr "" + +#: ../plug-ins/common/sinus.c:932 +msgid "_Blend" +msgstr "" + +#: ../plug-ins/common/sinus.c:1049 +msgid "Do _preview" +msgstr "" + +#: ../plug-ins/common/smooth-palette.c:83 +msgid "Derive a smooth color palette from the image" +msgstr "" + +#: ../plug-ins/common/smooth-palette.c:88 +msgid "Smoo_th Palette..." +msgstr "" + +#: ../plug-ins/common/smooth-palette.c:179 +msgid "Deriving smooth palette" +msgstr "" + +#: ../plug-ins/common/smooth-palette.c:412 +msgid "Smooth Palette" +msgstr "" + +#: ../plug-ins/common/smooth-palette.c:452 +msgid "_Search depth:" +msgstr "" + +#: ../plug-ins/common/softglow.c:134 +msgid "Simulate glow by making highlights intense and fuzzy" +msgstr "" + +#: ../plug-ins/common/softglow.c:139 +msgid "_Softglow..." +msgstr "" + +#: ../plug-ins/common/softglow.c:632 +msgid "Softglow" +msgstr "" + +#: ../plug-ins/common/softglow.c:669 +msgid "_Glow radius:" +msgstr "" + +#: ../plug-ins/common/sparkle.c:178 +msgid "Turn bright spots into starry sparkles" +msgstr "" + +#: ../plug-ins/common/sparkle.c:186 +msgid "_Sparkle..." +msgstr "" + +#: ../plug-ins/common/sparkle.c:223 +msgid "Region selected for filter is empty" +msgstr "" + +#: ../plug-ins/common/sparkle.c:299 +msgid "Sparkling" +msgstr "" + +#: ../plug-ins/common/sparkle.c:337 +msgid "Sparkle" +msgstr "" + +#: ../plug-ins/common/sparkle.c:373 +msgid "Luminosity _threshold:" +msgstr "" + +#: ../plug-ins/common/sparkle.c:376 +msgid "Adjust the luminosity threshold" +msgstr "" + +#: ../plug-ins/common/sparkle.c:386 +msgid "F_lare intensity:" +msgstr "" + +#: ../plug-ins/common/sparkle.c:389 +msgid "Adjust the flare intensity" +msgstr "" + +#: ../plug-ins/common/sparkle.c:399 +msgid "_Spike length:" +msgstr "" + +#: ../plug-ins/common/sparkle.c:402 +msgid "Adjust the spike length" +msgstr "" + +#: ../plug-ins/common/sparkle.c:412 +msgid "Sp_ike points:" +msgstr "" + +#: ../plug-ins/common/sparkle.c:415 +msgid "Adjust the number of spikes" +msgstr "" + +#: ../plug-ins/common/sparkle.c:425 +msgid "Spi_ke angle (-1: random):" +msgstr "" + +#: ../plug-ins/common/sparkle.c:428 +msgid "Adjust the spike angle (-1 causes a random angle to be chosen)" +msgstr "" + +#: ../plug-ins/common/sparkle.c:439 +msgid "Spik_e density:" +msgstr "" + +#: ../plug-ins/common/sparkle.c:442 +msgid "Adjust the spike density" +msgstr "" + +#: ../plug-ins/common/sparkle.c:452 +msgid "Tr_ansparency:" +msgstr "Tr_avidebleco:" + +#: ../plug-ins/common/sparkle.c:455 +msgid "Adjust the opacity of the spikes" +msgstr "" + +#: ../plug-ins/common/sparkle.c:465 +msgid "_Random hue:" +msgstr "" + +#: ../plug-ins/common/sparkle.c:468 +msgid "Adjust how much the hue should be changed randomly" +msgstr "" + +#: ../plug-ins/common/sparkle.c:478 +msgid "Rando_m saturation:" +msgstr "" + +#: ../plug-ins/common/sparkle.c:481 +msgid "Adjust how much the saturation should be changed randomly" +msgstr "" + +#: ../plug-ins/common/sparkle.c:498 +msgid "_Preserve luminosity" +msgstr "" + +#: ../plug-ins/common/sparkle.c:505 +msgid "Should the luminosity be preserved?" +msgstr "" + +#: ../plug-ins/common/sparkle.c:514 +msgid "In_verse" +msgstr "" + +#: ../plug-ins/common/sparkle.c:520 +msgid "Should the effect be inversed?" +msgstr "" + +#: ../plug-ins/common/sparkle.c:529 +msgid "A_dd border" +msgstr "" + +#: ../plug-ins/common/sparkle.c:535 +msgid "Draw a border of spikes around the image" +msgstr "" + +#: ../plug-ins/common/sparkle.c:549 +msgid "_Natural color" +msgstr "" + +#: ../plug-ins/common/sparkle.c:550 +msgid "_Foreground color" +msgstr "" + +#: ../plug-ins/common/sparkle.c:551 +msgid "_Background color" +msgstr "" + +#: ../plug-ins/common/sparkle.c:558 +msgid "Use the color of the image" +msgstr "" + +#: ../plug-ins/common/sparkle.c:559 +msgid "Use the foreground color" +msgstr "" + +#: ../plug-ins/common/sparkle.c:560 +msgid "Use the background color" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:291 +#: ../plug-ins/gimpressionist/general.c:166 +msgid "Solid" +msgstr "Solide" + +#: ../plug-ins/common/sphere-designer.c:292 +msgid "Checker" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:293 +msgid "Marble" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:294 +msgid "Lizard" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:295 +msgid "Phong" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:296 ../plug-ins/flame/flame.c:774 +msgid "Noise" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:297 +msgid "Wood" +msgstr "Ligno" + +#: ../plug-ins/common/sphere-designer.c:298 ../plug-ins/flame/flame.c:758 +msgid "Spiral" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:299 +msgid "Spots" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:1742 +#: ../plug-ins/common/sphere-designer.c:2693 +msgid "Texture" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:1744 +msgid "Bumpmap" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:1746 +#: ../plug-ins/common/sphere-designer.c:2695 +msgid "Light" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2010 +#, c-format +msgid "File '%s' is not a valid save file." +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2190 +msgid "Open File" +msgstr "Malfermi dosieron" + +#: ../plug-ins/common/sphere-designer.c:2190 +msgid "Save File" +msgstr "Konservi dosieron" + +#: ../plug-ins/common/sphere-designer.c:2547 +msgid "Sphere Designer" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2678 +msgid "Properties" +msgstr "Atributoj" + +#: ../plug-ins/common/sphere-designer.c:2694 +msgid "Bump" +msgstr "" + +#. row labels +#: ../plug-ins/common/sphere-designer.c:2702 +#: ../plug-ins/lighting/lighting-ui.c:405 +msgid "Type:" +msgstr "Tipo:" + +#: ../plug-ins/common/sphere-designer.c:2721 +msgid "Texture:" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2726 +msgid "Colors:" +msgstr "Koloroj:" + +#: ../plug-ins/common/sphere-designer.c:2729 +#: ../plug-ins/common/sphere-designer.c:2740 +msgid "Color Selection Dialog" +msgstr "" + +#. Scale +#: ../plug-ins/common/sphere-designer.c:2751 +#: ../plug-ins/gimpressionist/paper.c:194 +#: ../plug-ins/ifs-compose/ifs-compose.c:554 +msgid "Scale:" +msgstr "Skalo:" + +#: ../plug-ins/common/sphere-designer.c:2759 +msgid "Turbulence:" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2766 +msgid "Amount:" +msgstr "Kvanto:" + +#: ../plug-ins/common/sphere-designer.c:2773 +msgid "Exp.:" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2780 +msgid "Transformations" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2796 +#: ../plug-ins/map-object/map-object-ui.c:1143 +msgid "Scale X:" +msgstr "X-skalo:" + +#: ../plug-ins/common/sphere-designer.c:2803 +msgid "Scale Y:" +msgstr "Y-skalo:" + +#: ../plug-ins/common/sphere-designer.c:2809 +msgid "Scale Z:" +msgstr "Z-skalo:" + +#: ../plug-ins/common/sphere-designer.c:2816 +msgid "Rotate X:" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2823 +msgid "Rotate Y:" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2830 +msgid "Rotate Z:" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:2837 +msgid "Position X:" +msgstr "X-pozicio:" + +#: ../plug-ins/common/sphere-designer.c:2844 +msgid "Position Y:" +msgstr "Y-pozicio:" + +#: ../plug-ins/common/sphere-designer.c:2851 +msgid "Position Z:" +msgstr "Z-pozicio:" + +#: ../plug-ins/common/sphere-designer.c:2966 +msgid "Rendering sphere" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:3016 +msgid "Create an image of a textured sphere" +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:3023 +msgid "Sphere _Designer..." +msgstr "" + +#: ../plug-ins/common/sphere-designer.c:3083 +msgid "Region selected for plug-in is empty" +msgstr "" + +#: ../plug-ins/common/threshold-alpha.c:85 +msgid "Make transparency all-or-nothing" +msgstr "" + +#: ../plug-ins/common/threshold-alpha.c:90 +msgid "_Threshold Alpha..." +msgstr "" + +#: ../plug-ins/common/threshold-alpha.c:131 +msgid "The layer has its alpha channel locked." +msgstr "" + +#: ../plug-ins/common/threshold-alpha.c:137 +msgid "RGBA/GRAYA drawable is not selected." +msgstr "" + +#: ../plug-ins/common/threshold-alpha.c:165 +msgid "Coloring transparency" +msgstr "" + +#: ../plug-ins/common/threshold-alpha.c:248 +msgid "Threshold Alpha" +msgstr "" + +#: ../plug-ins/common/threshold-alpha.c:283 +msgid "Threshold:" +msgstr "Sojlo:" + +#: ../plug-ins/common/tile-glass.c:124 +msgid "Simulate distortion caused by square glass tiles" +msgstr "" + +#: ../plug-ins/common/tile-glass.c:130 +msgid "_Glass Tile..." +msgstr "" + +#: ../plug-ins/common/tile-glass.c:210 ../plug-ins/common/tile-glass.c:250 +msgid "Glass Tile" +msgstr "" + +#: ../plug-ins/common/tile-glass.c:289 +msgid "Tile _width:" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:243 ../plug-ins/common/tile-paper.c:556 +msgid "Paper Tile" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:269 +msgid "Division" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:319 +msgid "Fractional Pixels" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:324 +msgid "_Background" +msgstr "_Fono" + +#: ../plug-ins/common/tile-paper.c:326 +msgid "_Ignore" +msgstr "_Ignori" + +#: ../plug-ins/common/tile-paper.c:328 +msgid "_Force" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:335 +msgid "C_entering" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:350 +msgid "Movement" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:363 +msgid "_Max (%):" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:369 +msgid "_Wrap around" +msgstr "Ĉ_irkaŭflui" + +#: ../plug-ins/common/tile-paper.c:379 +msgid "Background Type" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:386 +msgid "I_nverted image" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:388 +msgid "Im_age" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:390 +msgid "Fo_reground color" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:392 +msgid "Bac_kground color" +msgstr "_Fonkoloro" + +#: ../plug-ins/common/tile-paper.c:394 +msgid "S_elect here:" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:401 +msgid "Background Color" +msgstr "Fonkoloro" + +#: ../plug-ins/common/tile-paper.c:846 +msgid "Cut image into paper tiles, and slide them" +msgstr "" + +#: ../plug-ins/common/tile-paper.c:851 +msgid "September 31, 1999" +msgstr "31a de Septembro, 1999" + +#: ../plug-ins/common/tile-paper.c:852 +msgid "_Paper Tile..." +msgstr "" + +#: ../plug-ins/common/tile-seamless.c:67 +msgid "Alters edges to make the image seamlessly tileable" +msgstr "" + +#: ../plug-ins/common/tile-seamless.c:73 +msgid "_Make Seamless" +msgstr "" + +#: ../plug-ins/common/tile-seamless.c:338 +msgid "Tiler" +msgstr "" + +#: ../plug-ins/common/tile-small.c:215 +msgid "Tile image into smaller versions of the original" +msgstr "" + +#: ../plug-ins/common/tile-small.c:220 +msgid "_Small Tiles..." +msgstr "" + +#: ../plug-ins/common/tile-small.c:263 +msgid "Region selected for filter is empty." +msgstr "" + +#. Set the tile cache size +#: ../plug-ins/common/tile-small.c:321 ../plug-ins/common/tile.c:190 +msgid "Tiling" +msgstr "" + +#. Get the preview image +#: ../plug-ins/common/tile-small.c:364 +msgid "Small Tiles" +msgstr "" + +#. Area for buttons etc +#. Flip +#: ../plug-ins/common/tile-small.c:414 +#: ../plug-ins/ifs-compose/ifs-compose.c:610 +msgid "Flip" +msgstr "Renversi" + +#: ../plug-ins/common/tile-small.c:462 +msgid "A_ll tiles" +msgstr "" + +#: ../plug-ins/common/tile-small.c:476 +msgid "Al_ternate tiles" +msgstr "" + +#: ../plug-ins/common/tile-small.c:490 +msgid "_Explicit tile" +msgstr "" + +#: ../plug-ins/common/tile-small.c:496 +msgid "Ro_w:" +msgstr "" + +#: ../plug-ins/common/tile-small.c:520 +msgid "Col_umn:" +msgstr "" + +#: ../plug-ins/common/tile-small.c:572 +msgid "O_pacity:" +msgstr "" + +#. Lower frame saying howmany segments +#: ../plug-ins/common/tile-small.c:581 +msgid "Number of Segments" +msgstr "" + +#: ../plug-ins/common/tile.c:101 +msgid "Create an array of copies of the image" +msgstr "" + +#: ../plug-ins/common/tile.c:111 +msgid "_Tile..." +msgstr "_Kaheligi..." + +#: ../plug-ins/common/tile.c:401 +msgid "Tile" +msgstr "Kaheligi" + +#: ../plug-ins/common/tile.c:422 +msgid "Tile to New Size" +msgstr "" + +#: ../plug-ins/common/tile.c:444 +msgid "C_reate new image" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:94 +msgid "Saved" +msgstr "Konservite" + +#: ../plug-ins/common/unit-editor.c:94 +msgid "" +"A unit definition will only be saved before GIMP exits if this column is " +"checked." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:96 +msgid "ID" +msgstr "ID" + +#: ../plug-ins/common/unit-editor.c:96 +msgid "" +"This string will be used to identify a unit in GIMP's configuration files." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:98 +msgid "Factor" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:98 +msgid "How many units make up an inch." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:99 +msgid "Digits" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:99 +msgid "" +"This field is a hint for numerical input fields. It specifies how many " +"decimal digits the input field should provide to get approximately the same " +"accuracy as an \"inch\" input field with two decimal digits." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:104 +msgid "Symbol" +msgstr "Simbolo" + +#: ../plug-ins/common/unit-editor.c:104 +msgid "" +"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's " +"abbreviation is used if doesn't have a symbol." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:107 +msgid "Abbreviation" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:107 +msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:109 +msgid "Singular" +msgstr "Singularo" + +#: ../plug-ins/common/unit-editor.c:109 +msgid "The unit's singular form." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:110 +msgid "Plural" +msgstr "Pluralo" + +#: ../plug-ins/common/unit-editor.c:110 +msgid "The unit's plural form." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:121 +msgid "Create a new unit from scratch" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:127 +msgid "Create a new unit using the currently selected unit as template" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:145 +msgid "Create or alter units used in GIMP" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:150 +msgid "U_nits" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:208 +msgid "Add a New Unit" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:237 +msgid "_ID:" +msgstr "_ID:" + +#: ../plug-ins/common/unit-editor.c:248 +msgid "_Factor:" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:258 +msgid "_Digits:" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:270 +msgid "_Symbol:" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:282 +msgid "_Abbreviation:" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:294 +msgid "Si_ngular:" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:306 +msgid "_Plural:" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:349 +msgid "Incomplete input" +msgstr "" + +#: ../plug-ins/common/unit-editor.c:352 +msgid "Please fill in all text fields." +msgstr "" + +#: ../plug-ins/common/unit-editor.c:409 +msgid "Unit Editor" +msgstr "" + +#: ../plug-ins/common/unsharp-mask.c:128 +msgid "The most widely useful method for sharpening an image" +msgstr "" + +#: ../plug-ins/common/unsharp-mask.c:138 +msgid "_Unsharp Mask..." +msgstr "" + +#: ../plug-ins/common/unsharp-mask.c:475 +msgid "Merging" +msgstr "" + +#: ../plug-ins/common/unsharp-mask.c:644 +msgid "Unsharp Mask" +msgstr "" + +#: ../plug-ins/common/value-invert.c:90 +msgid "Invert the brightness of each pixel" +msgstr "" + +#: ../plug-ins/common/value-invert.c:104 +msgid "_Value Invert" +msgstr "" + +#: ../plug-ins/common/value-invert.c:191 +msgid "Value Invert" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:189 +msgid "More _white (larger value)" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:192 +msgid "More blac_k (smaller value)" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:195 +msgid "_Middle value to peaks" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:198 +msgid "_Foreground to peaks" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:201 +msgid "O_nly foreground" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:204 +msgid "Only b_ackground" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:207 +msgid "Mor_e opaque" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:210 +msgid "More t_ransparent" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:233 +msgid "Propagate certain colors to neighboring pixels" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:238 +msgid "_Value Propagate..." +msgstr "" + +#: ../plug-ins/common/value-propagate.c:245 +msgid "Shrink lighter areas of the image" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:250 +msgid "E_rode" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:257 +msgid "Grow lighter areas of the image" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:262 +msgid "_Dilate" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:473 +#: ../plug-ins/common/value-propagate.c:1086 +msgid "Value Propagate" +msgstr "" + +#. Parameter settings +#: ../plug-ins/common/value-propagate.c:1152 +msgid "Propagate" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1165 +msgid "Lower t_hreshold:" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1177 +msgid "_Upper threshold:" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1189 +msgid "_Propagating rate:" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1200 +msgid "To l_eft" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1203 +msgid "To _right" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1206 +msgid "To _top" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1209 +msgid "To _bottom" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1218 +msgid "Propagating _alpha channel" +msgstr "" + +#: ../plug-ins/common/value-propagate.c:1229 +msgid "Propagating value channel" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:566 ../plug-ins/common/van-gogh-lic.c:641 +msgid "Van Gogh (LIC)" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:666 +msgid "Effect Channel" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:673 +msgid "_Brightness" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:679 +msgid "Effect Operator" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:684 +msgid "_Derivative" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:685 +msgid "_Gradient" +msgstr "_Kolortransiro" + +#: ../plug-ins/common/van-gogh-lic.c:691 +msgid "Convolve" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:696 +msgid "_With white noise" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:697 +msgid "W_ith source image" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:716 +msgid "_Effect image:" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:727 +msgid "_Filter length:" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:736 +msgid "_Noise magnitude:" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:745 +msgid "In_tegration steps:" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:754 +msgid "_Minimum value:" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:763 +msgid "M_aximum value:" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:809 +msgid "Special effects that nobody understands" +msgstr "" + +#: ../plug-ins/common/van-gogh-lic.c:814 +msgid "_Van Gogh (LIC)..." +msgstr "" + +#: ../plug-ins/common/video.c:42 +msgid "_Staggered" +msgstr "" + +#: ../plug-ins/common/video.c:43 +msgid "_Large staggered" +msgstr "" + +#: ../plug-ins/common/video.c:44 +msgid "S_triped" +msgstr "" + +#: ../plug-ins/common/video.c:45 +msgid "_Wide-striped" +msgstr "" + +#: ../plug-ins/common/video.c:46 +msgid "Lo_ng-staggered" +msgstr "" + +#: ../plug-ins/common/video.c:47 +msgid "_3x3" +msgstr "_3x3" + +#: ../plug-ins/common/video.c:48 +msgid "Larg_e 3x3" +msgstr "" + +#: ../plug-ins/common/video.c:49 +msgid "_Hex" +msgstr "" + +#: ../plug-ins/common/video.c:50 +msgid "_Dots" +msgstr "" + +#: ../plug-ins/common/video.c:1807 +msgid "Simulate distortion produced by a fuzzy or low-res monitor" +msgstr "" + +#: ../plug-ins/common/video.c:1814 +msgid "Vi_deo..." +msgstr "" + +#: ../plug-ins/common/video.c:1886 ../plug-ins/common/video.c:2017 +msgid "Video" +msgstr "Video" + +#. frame for the radio buttons +#: ../plug-ins/common/video.c:2039 +msgid "Video Pattern" +msgstr "" + +#: ../plug-ins/common/video.c:2083 +msgid "_Additive" +msgstr "" + +#: ../plug-ins/common/video.c:2093 +msgid "_Rotated" +msgstr "" + +#: ../plug-ins/common/warp.c:233 +msgid "Twist or smear image in many different ways" +msgstr "" + +#: ../plug-ins/common/warp.c:241 +msgid "_Warp..." +msgstr "" + +#: ../plug-ins/common/warp.c:376 +msgid "Warp" +msgstr "" + +#: ../plug-ins/common/warp.c:397 +msgid "Basic Options" +msgstr "" + +#: ../plug-ins/common/warp.c:419 +msgid "Step size:" +msgstr "" + +#: ../plug-ins/common/warp.c:433 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:770 +#: ../plug-ins/ifs-compose/ifs-compose.c:1212 +msgid "Iterations:" +msgstr "" + +#. Displacement map menu +#: ../plug-ins/common/warp.c:442 +msgid "Displacement map:" +msgstr "" + +#. ======================================================================= +#. Displacement Type +#: ../plug-ins/common/warp.c:460 +msgid "On edges:" +msgstr "" + +#: ../plug-ins/common/warp.c:471 +msgid "Wrap" +msgstr "Ĉirkaŭfluo" + +#: ../plug-ins/common/warp.c:486 +msgid "Smear" +msgstr "" + +#: ../plug-ins/common/warp.c:501 ../plug-ins/file-fits/fits.c:1021 +#: ../plug-ins/flame/flame.c:1175 ../plug-ins/gfig/gfig-dialog.c:1460 +msgid "Black" +msgstr "Nigro" + +#: ../plug-ins/common/warp.c:516 +msgid "Foreground color" +msgstr "Malfona koloro" + +#. -------------------------------------------------------------------- +#. --------- The secondary table -------------------------- +#: ../plug-ins/common/warp.c:536 +msgid "Advanced Options" +msgstr "Altnivelaj agordoj" + +#: ../plug-ins/common/warp.c:552 +msgid "Dither size:" +msgstr "" + +#: ../plug-ins/common/warp.c:565 +msgid "Rotation angle:" +msgstr "Rotacioangulo:" + +#: ../plug-ins/common/warp.c:578 +msgid "Substeps:" +msgstr "" + +#. Magnitude map menu +#: ../plug-ins/common/warp.c:587 +msgid "Magnitude map:" +msgstr "" + +#: ../plug-ins/common/warp.c:609 +msgid "Use magnitude map" +msgstr "" + +#. -------------------------------------------------------------------- +#. --------- The "other" table -------------------------- +#: ../plug-ins/common/warp.c:622 +msgid "More Advanced Options" +msgstr "" + +#: ../plug-ins/common/warp.c:639 +msgid "Gradient scale:" +msgstr "" + +#: ../plug-ins/common/warp.c:658 +msgid "Gradient map selection menu" +msgstr "" + +#: ../plug-ins/common/warp.c:668 +msgid "Vector mag:" +msgstr "" + +#. Angle +#: ../plug-ins/common/warp.c:683 ../plug-ins/ifs-compose/ifs-compose.c:568 +msgid "Angle:" +msgstr "Angulo:" + +#: ../plug-ins/common/warp.c:702 +msgid "Fixed-direction-vector map selection menu" +msgstr "" + +#. make sure layer is visible +#: ../plug-ins/common/warp.c:1178 +msgid "Smoothing X gradient" +msgstr "" + +#: ../plug-ins/common/warp.c:1181 +msgid "Smoothing Y gradient" +msgstr "" + +#. calculate new X,Y Displacement image maps +#: ../plug-ins/common/warp.c:1231 +msgid "Finding XY gradient" +msgstr "" + +#: ../plug-ins/common/warp.c:1256 +#, c-format +msgid "Flow step %d" +msgstr "" + +#: ../plug-ins/common/waves.c:120 +msgid "Distort the image with waves" +msgstr "" + +#: ../plug-ins/common/waves.c:125 +msgid "_Waves..." +msgstr "_Ondoj..." + +#: ../plug-ins/common/waves.c:248 ../plug-ins/flame/flame.c:763 +msgid "Waves" +msgstr "Ondoj" + +#: ../plug-ins/common/waves.c:294 +msgid "_Reflective" +msgstr "" + +#: ../plug-ins/common/waves.c:313 +msgid "_Amplitude:" +msgstr "" + +#: ../plug-ins/common/waves.c:325 +msgid "_Phase:" +msgstr "" + +#: ../plug-ins/common/waves.c:337 +msgid "_Wavelength:" +msgstr "" + +#: ../plug-ins/common/waves.c:448 +msgid "Waving" +msgstr "" + +#: ../plug-ins/common/web-browser.c:206 +#, c-format +msgid "" +"Web browser not specified.\n" +"Please specify a web browser using the Preferences dialog." +msgstr "" + +#: ../plug-ins/common/web-browser.c:228 +#, c-format +msgid "" +"Could not parse the web browser command specified in the Preferences " +"dialog:\n" +"\n" +"%s" +msgstr "" + +#: ../plug-ins/common/web-browser.c:246 +#, c-format +msgid "" +"Could not execute the web browser specified in the Preferences dialog:\n" +"\n" +"%s" +msgstr "" + +#: ../plug-ins/common/whirl-pinch.c:138 +msgid "Distort an image by whirling and pinching" +msgstr "" + +#: ../plug-ins/common/whirl-pinch.c:149 +msgid "W_hirl and Pinch..." +msgstr "" + +#: ../plug-ins/common/whirl-pinch.c:193 +msgid "Region affected by plug-in is empty" +msgstr "" + +#: ../plug-ins/common/whirl-pinch.c:341 +msgid "Whirling and pinching" +msgstr "" + +#: ../plug-ins/common/whirl-pinch.c:528 +msgid "Whirl and Pinch" +msgstr "" + +#: ../plug-ins/common/whirl-pinch.c:565 +msgid "_Whirl angle:" +msgstr "" + +#: ../plug-ins/common/whirl-pinch.c:577 +msgid "_Pinch amount:" +msgstr "" + +#: ../plug-ins/common/wind.c:175 +msgid "Smear image to give windblown effect" +msgstr "" + +#: ../plug-ins/common/wind.c:180 +msgid "Wi_nd..." +msgstr "" + +#: ../plug-ins/common/wind.c:315 +msgid "Rendering blast" +msgstr "" + +#: ../plug-ins/common/wind.c:447 +msgid "Rendering wind" +msgstr "" + +#: ../plug-ins/common/wind.c:879 +msgid "Wind" +msgstr "" + +#. ******************************************************** +#. radio buttons for choosing wind rendering algorithm +#. ***************************************************** +#: ../plug-ins/common/wind.c:921 +msgid "Style" +msgstr "Stilo" + +#: ../plug-ins/common/wind.c:925 +msgid "_Wind" +msgstr "" + +#: ../plug-ins/common/wind.c:926 +msgid "_Blast" +msgstr "" + +#: ../plug-ins/common/wind.c:949 +msgid "_Left" +msgstr "Ma_ldekstre" + +#: ../plug-ins/common/wind.c:950 +msgid "_Right" +msgstr "Dekst_re" + +#. **************************************************** +#. radio buttons for choosing BOTH, LEADING, TRAILING +#. ************************************************** +#: ../plug-ins/common/wind.c:969 +msgid "Edge Affected" +msgstr "" + +#: ../plug-ins/common/wind.c:973 +msgid "L_eading" +msgstr "" + +#: ../plug-ins/common/wind.c:974 +msgid "Tr_ailing" +msgstr "" + +#: ../plug-ins/common/wind.c:975 +msgid "Bot_h" +msgstr "_Ambaŭ" + +#: ../plug-ins/common/wind.c:1012 +msgid "Higher values restrict the effect to fewer areas of the image" +msgstr "" + +#: ../plug-ins/common/wind.c:1027 ../plug-ins/gimpressionist/orientmap.c:694 +msgid "_Strength:" +msgstr "" + +#: ../plug-ins/common/wind.c:1031 +msgid "Higher values increase the magnitude of the effect" +msgstr "" + +#: ../plug-ins/file-bmp/bmp-read.c:88 +msgid "Bad colormap" +msgstr "" + +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 +#, c-format +msgid "'%s' is not a valid BMP file" +msgstr "" + +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 +#, c-format +msgid "Error reading BMP file header from '%s'" +msgstr "" + +#: ../plug-ins/file-bmp/bmp-read.c:590 +msgid "Unrecognized or invalid BMP compression format." +msgstr "" + +#: ../plug-ins/file-bmp/bmp-read.c:632 +msgid "Unsupported or invalid bitdepth." +msgstr "" + +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 +msgid "The bitmap ends unexpectedly." +msgstr "" + +#: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210 +msgid "Cannot save indexed image with transparency in BMP file format." +msgstr "" + +#: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212 +msgid "Alpha channel will be ignored." +msgstr "" + +#: ../plug-ins/file-bmp/bmp-write.c:794 +msgid "Save as BMP" +msgstr "Konservi kiel BMP" + +#: ../plug-ins/file-bmp/bmp-write.c:817 +msgid "_Run-Length Encoded" +msgstr "" + +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 +msgid "_Advanced Options" +msgstr "_Altnivelaj agordoj" + +#: ../plug-ins/file-bmp/bmp-write.c:844 +msgid "16 bits" +msgstr "" + +#: ../plug-ins/file-bmp/bmp-write.c:880 +msgid "24 bits" +msgstr "" + +#: ../plug-ins/file-bmp/bmp-write.c:897 +msgid "32 bits" +msgstr "" + +#: ../plug-ins/file-bmp/bmp.c:124 ../plug-ins/file-bmp/bmp.c:143 +msgid "Windows BMP image" +msgstr "BMP-bildo de Vindozo" + +#: ../plug-ins/file-faxg3/faxg3.c:103 +msgid "G3 fax image" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188 +msgid "Flexible Image Transport System" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:368 +msgid "Error during open of FITS file" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:374 +msgid "FITS file keeps no displayable images" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:455 +msgid "FITS save cannot handle images with alpha channels" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:993 +msgid "Load FITS File" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:1017 +msgid "Replacement for undefined pixels" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:1022 ../plug-ins/gfig/gfig-dialog.c:1286 +#: ../plug-ins/gfig/gfig-dialog.c:1461 +msgid "White" +msgstr "Blanko" + +#: ../plug-ins/file-fits/fits.c:1029 +msgid "Pixel value scaling" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:1034 +msgid "By DATAMIN/DATAMAX" +msgstr "" + +#: ../plug-ins/file-fits/fits.c:1041 +msgid "Image Composing" +msgstr "" + +#: ../plug-ins/file-fli/fli-gimp.c:166 ../plug-ins/file-fli/fli-gimp.c:186 +msgid "AutoDesk FLIC animation" +msgstr "" + +#: ../plug-ins/file-fli/fli-gimp.c:562 +#, c-format +msgid "Frame (%i)" +msgstr "" + +#: ../plug-ins/file-fli/fli-gimp.c:714 +msgid "Sorry, I can save only INDEXED and GRAY images." +msgstr "" + +#: ../plug-ins/file-fli/fli-gimp.c:846 +msgid "GFLI 1.3 - Load framestack" +msgstr "" + +#: ../plug-ins/file-fli/fli-gimp.c:914 +msgid "GFLI 1.3 - Save framestack" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:54 +#, fuzzy +msgid "Save as Windows Icon" +msgstr "Fenestra piktogramo" + +#: ../plug-ins/file-ico/ico-dialog.c:86 +msgid "Icon Details" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:106 +msgid "" +"Large icons and compression are not supported by all programs. Older " +"applications may not open this file correctly." +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:178 +msgid "1 bpp, 1-bit alpha, 2-slot palette" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:179 +msgid "4 bpp, 1-bit alpha, 16-slot palette" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:180 +msgid "8 bpp, 1-bit alpha, 256-slot palette" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:181 +msgid "24 bpp, 1-bit alpha, no palette" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:182 +msgid "32 bpp, 8-bit alpha, no palette" +msgstr "" + +#: ../plug-ins/file-ico/ico-dialog.c:196 +msgid "Compressed (PNG)" +msgstr "" + +#. read successfully. add to image +#: ../plug-ins/file-ico/ico-load.c:624 +#, c-format +msgid "Icon #%i" +msgstr "Piktogramo #%i" + +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 +#: ../plug-ins/file-psd/psd-thumb-load.c:85 +#, c-format +msgid "Opening thumbnail for '%s'" +msgstr "" + +#: ../plug-ins/file-ico/ico.c:103 ../plug-ins/file-ico/ico.c:137 +msgid "Microsoft Windows icon" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:293 +msgid "Rotate Image?" +msgstr "Ĉu turni la bildon?" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:296 +msgid "_Keep Orientation" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:352 +msgid "According to the EXIF data, this image is rotated." +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:367 +msgid "Would you like GIMP to rotate it into the standard orientation?" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-load.c:241 +msgid "JPEG preview" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:200 +#, fuzzy, c-format +msgid "File size: %02.01f kB" +msgstr "Dosiergrando: %s" + +#: ../plug-ins/file-jpeg/jpeg-save.c:682 +msgid "Calculating file size..." +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 +msgid "File size: unknown" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:827 +msgid "Save as JPEG" +msgstr "Konservi kiel JPEG" + +#: ../plug-ins/file-jpeg/jpeg-save.c:862 +msgid "_Quality:" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:866 +msgid "JPEG quality parameter" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:885 +msgid "Enable preview to obtain the file size." +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:888 +msgid "Sho_w preview in image window" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:929 +msgid "S_moothing:" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:942 +msgid "Frequency (rows):" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:958 +msgid "Use _restart markers" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:974 +msgid "_Optimize" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:988 +msgid "_Progressive" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 +msgid "Save _EXIF data" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 +msgid "Save _thumbnail" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 +msgid "Save _XMP data" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 +msgid "_Use quality settings from original image" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 +msgid "" +"If the original image was loaded from a JPEG file using non-standard quality " +"settings (quantization tables), enable this option to get almost the same " +"quality and file size." +msgstr "" + +#. Subsampling +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 +msgid "Su_bsampling:" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 +msgid "1x1,1x1,1x1 (best quality)" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 +msgid "2x1,1x1,1x1 (4:2:2)" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 +msgid "1x2,1x1,1x1" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 +msgid "2x2,1x1,1x1 (smallest file)" +msgstr "" + +#. DCT method +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 +msgid "_DCT method:" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 +msgid "Fast Integer" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 +msgid "Integer" +msgstr "Entjero" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 +msgid "Floating-Point" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 +msgid "Comment" +msgstr "Komento" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 +msgid "Sa_ve Defaults" +msgstr "" + +#: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175 +msgid "JPEG image" +msgstr "JPEG-bildo" + +#: ../plug-ins/file-jpeg/jpeg.c:301 +msgid "Export Preview" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:215 +#: ../plug-ins/file-psd/psd-thumb-load.c:131 +#, c-format +msgid "Error loading PSD file: %s" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:270 +#, c-format +msgid "Not a valid photoshop document file" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:277 +#, c-format +msgid "Unsupported file format version: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:284 +#, c-format +msgid "Too many channels in file: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:311 +#, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:323 +#, c-format +msgid "Unsupported color mode: %s" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:350 +#, c-format +msgid "Unsupported bit depth: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 +#, c-format +msgid "The file is corrupt!" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:554 +#, c-format +msgid "Too many channels in layer: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:562 +#, c-format +msgid "Unsupported or invalid layer height: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:570 +#, c-format +msgid "Unsupported or invalid layer width: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:579 +#, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:763 +#, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:771 +#, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:780 +#, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 +#, c-format +msgid "Unsupported compression mode: %d" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:1644 +msgid "Extra" +msgstr "" + +#: ../plug-ins/file-psd/psd-load.c:1819 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "" + +#: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 +#: ../plug-ins/file-psd/psd.c:153 +msgid "Photoshop image" +msgstr "Photoshop-bildo" + +#: ../plug-ins/file-psd/psd-save.c:371 +#, c-format +msgid "" +"Unable to save layer with mode '%s'. Either the PSD file format or the save " +"plug-in does not support that, using normal mode instead." +msgstr "" + +#: ../plug-ins/file-psd/psd-save.c:631 +msgid "Error: Can't convert GIMP base imagetype to PSD mode" +msgstr "" + +#: ../plug-ins/file-psd/psd-save.c:1605 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images that are " +"more than 30,000 pixels wide or tall." +msgstr "" + +#: ../plug-ins/file-psd/psd-save.c:1620 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images with " +"layers that are more than 30,000 pixels wide or tall." +msgstr "" + +#: ../plug-ins/file-psd/psd-util.c:51 +msgid "Unexpected end of file" +msgstr "Neatendita fino de dosiero" + +#: ../plug-ins/file-sgi/sgi.c:121 ../plug-ins/file-sgi/sgi.c:141 +msgid "Silicon Graphics IRIS image" +msgstr "" + +#: ../plug-ins/file-sgi/sgi.c:325 +#, c-format +msgid "Could not open '%s' for reading." +msgstr "" + +#: ../plug-ins/file-sgi/sgi.c:341 +#, c-format +msgid "Invalid width: %hu" +msgstr "Nevalida larĝo: %hu" + +#: ../plug-ins/file-sgi/sgi.c:348 +#, c-format +msgid "Invalid height: %hu" +msgstr "Nevalida alto: %hu" + +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "" + +#: ../plug-ins/file-sgi/sgi.c:569 +#, c-format +msgid "Could not open '%s' for writing." +msgstr "" + +#: ../plug-ins/file-sgi/sgi.c:649 +msgid "Save as SGI" +msgstr "Konservi kiel SGI" + +#: ../plug-ins/file-sgi/sgi.c:665 +msgid "Compression type" +msgstr "" + +#: ../plug-ins/file-sgi/sgi.c:669 +msgid "No compression" +msgstr "" + +#: ../plug-ins/file-sgi/sgi.c:671 +msgid "RLE compression" +msgstr "" + +#: ../plug-ins/file-sgi/sgi.c:673 +msgid "" +"Aggressive RLE\n" +"(not supported by SGI)" +msgstr "" + +#: ../plug-ins/file-uri/gimpmountoperation.c:448 +msgid "Co_nnect" +msgstr "Ko_nekti" + +#: ../plug-ins/file-uri/gimpmountoperation.c:492 +msgid "Connect _anonymously" +msgstr "Konekti _sennome" + +#: ../plug-ins/file-uri/gimpmountoperation.c:501 +msgid "Connect as u_ser:" +msgstr "Konekti kiel _uzanto:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:538 +msgid "_Username:" +msgstr "_Uzantonomo:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:542 +msgid "_Domain:" +msgstr "_Domajno:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:547 +msgid "_Password:" +msgstr "_Pasvorto:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:562 +msgid "_Forget password immediately" +msgstr "_Forgesi pasvorton tuj" + +#: ../plug-ins/file-uri/gimpmountoperation.c:570 +msgid "_Remember password until you logout" +msgstr "Memo_rigi pasvorton ĝis kiam vi elsalutos" + +#: ../plug-ins/file-uri/gimpmountoperation.c:578 +msgid "_Remember forever" +msgstr "Memo_ri ĉiam" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:129 +#: ../plug-ins/file-uri/uri-backend-wget.c:303 +#, c-format +msgid "Downloading %s of image data" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:226 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:136 +#: ../plug-ins/file-uri/uri-backend-wget.c:346 +#, c-format +msgid "Downloaded %s of image data" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:182 +#, c-format +msgid "Uploading %s of image data" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:183 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:230 +#, c-format +msgid "Uploaded %s of image data" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:297 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:158 +#: ../plug-ins/file-uri/uri-backend-wget.c:195 +msgid "Connecting to server" +msgstr "Konektate al servilo" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:312 +#, fuzzy, c-format +msgid "Failed to read %s from '%s': %s" +msgstr "Fiaskis malfermi '%s': %s" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:361 +#, fuzzy, c-format +msgid "Failed to write %s to '%s': %s" +msgstr "Fiaskis malfermi '%s': %s" + +#: ../plug-ins/file-uri/uri-backend-gvfs.c:200 +#, c-format +msgid "Downloading image (%s of %s)" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-gvfs.c:204 +#, c-format +msgid "Uploading image (%s of %s)" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-libcurl.c:60 +msgid "Could not initialize libcurl" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-libcurl.c:202 +#, c-format +msgid "Opening '%s' for reading resulted in HTTP response code: %d" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-wget.c:162 +#: ../plug-ins/file-uri/uri-backend-wget.c:182 +#: ../plug-ins/file-uri/uri-backend-wget.c:201 +#: ../plug-ins/file-uri/uri-backend-wget.c:224 +#: ../plug-ins/file-uri/uri-backend-wget.c:253 +#, c-format +msgid "wget exited abnormally on URI '%s'" +msgstr "" + +#. The third line is "Connecting to..." +#: ../plug-ins/file-uri/uri-backend-wget.c:190 +#, c-format +msgid "(timeout is %d second)" +msgid_plural "(timeout is %d seconds)" +msgstr[0] "" +msgstr[1] "" + +#. The fourth line is either the network request or an error +#: ../plug-ins/file-uri/uri-backend-wget.c:219 +msgid "Opening URI" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-wget.c:230 +#: ../plug-ins/file-uri/uri-backend-wget.c:263 +#, c-format +msgid "A network error occurred: %s" +msgstr "" + +#: ../plug-ins/file-uri/uri-backend-wget.c:308 +msgid "Downloading unknown amount of image data" +msgstr "" + +#: ../plug-ins/file-uri/uri.c:119 ../plug-ins/file-uri/uri.c:140 +msgid "URI" +msgstr "URI" + +#: ../plug-ins/file-xjt/xjt.c:488 ../plug-ins/file-xjt/xjt.c:506 +msgid "GIMP compressed XJT image" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:736 +#, c-format +msgid "XJT file contains unknown layermode %d" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:773 +#, c-format +msgid "Warning: unsupported layermode %d saved to XJT" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:789 +#, c-format +msgid "XJT file contains unknown pathtype %d" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:805 +#, c-format +msgid "Warning: unsupported pathtype %d saved to XJT" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:824 +#, c-format +msgid "XJT file contains unknown unittype %d" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:845 +#, c-format +msgid "Warning: unsupported unittype %d saved to XJT" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:866 +msgid "Save as XJT" +msgstr "Konservi kiel XJT" + +#: ../plug-ins/file-xjt/xjt.c:889 +msgid "Optimize" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:899 +msgid "Clear transparent" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:911 +msgid "Quality:" +msgstr "Kvalito:" + +#: ../plug-ins/file-xjt/xjt.c:920 +msgid "Smoothing:" +msgstr "Glatigo:" + +#: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373 +#, c-format +msgid "Could not create working folder '%s': %s" +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:3239 +#, c-format +msgid "Error: Could not read XJT property file '%s'." +msgstr "" + +#: ../plug-ins/file-xjt/xjt.c:3246 +#, c-format +msgid "Error: XJT property file '%s' is empty." +msgstr "" + +#: ../plug-ins/flame/flame.c:129 +msgid "Create cosmic recursive fractal flames" +msgstr "" + +#: ../plug-ins/flame/flame.c:134 +msgid "_Flame..." +msgstr "" + +#: ../plug-ins/flame/flame.c:227 +msgid "Drawing flame" +msgstr "" + +#: ../plug-ins/flame/flame.c:319 +msgid "Flame works only on RGB drawables." +msgstr "" + +#: ../plug-ins/flame/flame.c:402 +#, c-format +msgid "'%s' is not a regular file" +msgstr "" + +#: ../plug-ins/flame/flame.c:646 +msgid "Edit Flame" +msgstr "" + +#: ../plug-ins/flame/flame.c:669 +msgid "Directions" +msgstr "" + +#: ../plug-ins/flame/flame.c:705 +msgid "Controls" +msgstr "Regiloj" + +#: ../plug-ins/flame/flame.c:719 +msgid "_Speed:" +msgstr "_Rapido:" + +#: ../plug-ins/flame/flame.c:736 +msgid "_Randomize" +msgstr "_Hazardigi" + +#: ../plug-ins/flame/flame.c:746 +msgid "Same" +msgstr "" + +#: ../plug-ins/flame/flame.c:747 ../plug-ins/gimpressionist/orientation.c:164 +#: ../plug-ins/gimpressionist/size.c:167 +msgid "Random" +msgstr "Hazarde" + +#: ../plug-ins/flame/flame.c:751 +msgid "Swirl" +msgstr "" + +#: ../plug-ins/flame/flame.c:752 +msgid "Horseshoe" +msgstr "" + +#: ../plug-ins/flame/flame.c:753 ../plug-ins/gfig/gfig-dialog.c:1442 +msgid "Polar" +msgstr "" + +#: ../plug-ins/flame/flame.c:754 +msgid "Bent" +msgstr "" + +#: ../plug-ins/flame/flame.c:755 +msgid "Handkerchief" +msgstr "" + +#: ../plug-ins/flame/flame.c:756 +msgid "Heart" +msgstr "" + +#: ../plug-ins/flame/flame.c:757 +msgid "Disc" +msgstr "Disko" + +#: ../plug-ins/flame/flame.c:759 +msgid "Hyperbolic" +msgstr "" + +#: ../plug-ins/flame/flame.c:761 +msgid "Ex" +msgstr "" + +#: ../plug-ins/flame/flame.c:762 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:844 +msgid "Julia" +msgstr "" + +#: ../plug-ins/flame/flame.c:764 +msgid "Fisheye" +msgstr "" + +#: ../plug-ins/flame/flame.c:765 +msgid "Popcorn" +msgstr "" + +#: ../plug-ins/flame/flame.c:766 +msgid "Exponential" +msgstr "" + +#: ../plug-ins/flame/flame.c:767 +msgid "Power" +msgstr "" + +#: ../plug-ins/flame/flame.c:768 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:997 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1038 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1079 +msgid "Cosine" +msgstr "" + +#: ../plug-ins/flame/flame.c:769 +msgid "Rings" +msgstr "" + +#: ../plug-ins/flame/flame.c:770 +msgid "Fan" +msgstr "" + +#: ../plug-ins/flame/flame.c:771 +msgid "Eyefish" +msgstr "" + +#: ../plug-ins/flame/flame.c:772 +msgid "Bubble" +msgstr "" + +#: ../plug-ins/flame/flame.c:773 ../plug-ins/map-object/map-object-ui.c:491 +msgid "Cylinder" +msgstr "Cilindro" + +#: ../plug-ins/flame/flame.c:775 +msgid "Blur" +msgstr "" + +#: ../plug-ins/flame/flame.c:776 +msgid "Gaussian" +msgstr "" + +#: ../plug-ins/flame/flame.c:789 +msgid "_Variation:" +msgstr "" + +#: ../plug-ins/flame/flame.c:811 +msgid "Load Flame" +msgstr "" + +#: ../plug-ins/flame/flame.c:826 +msgid "Save Flame" +msgstr "" + +#: ../plug-ins/flame/flame.c:968 +msgid "Flame" +msgstr "" + +#: ../plug-ins/flame/flame.c:1069 +msgid "_Rendering" +msgstr "" + +#: ../plug-ins/flame/flame.c:1095 +msgid "Co_ntrast:" +msgstr "Ko_ntrasto:" + +#: ../plug-ins/flame/flame.c:1109 +msgid "_Gamma:" +msgstr "_Gamo:" + +#: ../plug-ins/flame/flame.c:1123 +msgid "Sample _density:" +msgstr "" + +#: ../plug-ins/flame/flame.c:1134 +msgid "Spa_tial oversample:" +msgstr "" + +#: ../plug-ins/flame/flame.c:1145 +msgid "Spatial _filter radius:" +msgstr "" + +#: ../plug-ins/flame/flame.c:1164 +msgid "Color_map:" +msgstr "" + +#: ../plug-ins/flame/flame.c:1206 +msgid "Custom gradient" +msgstr "Personigita gradiento" + +#: ../plug-ins/flame/flame.c:1232 +msgid "C_amera" +msgstr "K_amerao" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547 +#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gimpressionist/utils.c:143 +#: ../plug-ins/gradient-flare/gradient-flare.c:881 +#, c-format +msgid "" +"No %s in gimprc:\n" +"You need to add an entry like\n" +"(%s \"%s\")\n" +"to your %s file." +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:638 +msgid "Realtime preview" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:646 +msgid "If enabled the preview will be redrawn automatically" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:649 +msgid "R_edraw preview" +msgstr "" + +#. Zoom Options +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:657 +msgid "Zoom" +msgstr "Zomo" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:693 +msgid "Undo last zoom change" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:703 +msgid "Redo last zoom change" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:718 +msgid "_Parameters" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:721 +msgid "Fractal Parameters" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:734 +#: ../plug-ins/map-object/map-object-ui.c:1099 +msgid "Left:" +msgstr "Maldekstre:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:743 +#: ../plug-ins/map-object/map-object-ui.c:1099 +msgid "Right:" +msgstr "Dekstre:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:752 +#: ../plug-ins/map-object/map-object-ui.c:1098 +msgid "Top:" +msgstr "Supre:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:761 +#: ../plug-ins/map-object/map-object-ui.c:1098 +msgid "Bottom:" +msgstr "Sube:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773 +msgid "" +"The higher the number of iterations, the more details will be calculated" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781 +msgid "CX:" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:784 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:794 +msgid "Changes aspect of fractal" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:791 +msgid "CY:" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:809 +msgid "Load a fractal from file" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817 +msgid "Reset parameters to default values" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826 +msgid "Save active fractal to file" +msgstr "" + +#. Fractal type toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:829 +msgid "Fractal Type" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:842 +msgid "Mandelbrot" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:846 +msgid "Barnsley 1" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:848 +msgid "Barnsley 2" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:850 +msgid "Barnsley 3" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:852 +msgid "Spider" +msgstr "Araneo" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:854 +msgid "Man'o'war" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:856 +msgid "Lambda" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:858 +msgid "Sierpinski" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:920 +msgid "Number of colors:" +msgstr "Numbro da koloroj:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:923 +msgid "Change the number of colors in the mapping" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:930 +msgid "Use loglog smoothing" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937 +msgid "Use log log smoothing to eliminate \"banding\" in the result" +msgstr "" + +#. Color Density frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941 +msgid "Color Density" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:956 +msgid "Change the intensity of the red channel" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:966 +msgid "Change the intensity of the green channel" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:976 +msgid "Change the intensity of the blue channel" +msgstr "" + +#. Color Function frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:982 +msgid "Color Function" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:995 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1036 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1077 +msgid "Sine" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1004 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1086 +msgid "Use sine-function for this color component" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1007 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1048 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1089 +msgid "Use cosine-function for this color component" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1010 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1051 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1092 +msgid "" +"Use linear mapping instead of any trigonometrical function for this color " +"channel" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1019 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1060 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1101 +msgid "Inversion" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1027 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1068 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1109 +msgid "" +"If you enable this option higher color values will be swapped with lower " +"ones and vice versa" +msgstr "" + +#. Colormode toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1114 +msgid "Color Mode" +msgstr "Kolorreĝimo" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1123 +msgid "As specified above" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1135 +msgid "" +"Create a color-map with the options you specified above (color density/" +"function). The result is visible in the preview image" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1145 +msgid "Apply active gradient to final image" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1157 +msgid "Create a color-map using a gradient from the gradient editor" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1168 +msgid "FractalExplorer Gradient" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1198 +msgid "_Fractals" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560 +#, c-format +msgid "Could not write '%s': %s" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635 +msgid "Load Fractal Parameters" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1673 +msgid "Save Fractal Parameters" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1871 +#, c-format +msgid "'%s' is not a FractalExplorer file" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1877 +#, c-format +msgid "'%s' is corrupt. Line %d Option section incorrect" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:239 +msgid "Render fractal art" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:244 +msgid "_Fractal Explorer..." +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:374 +msgid "Rendering fractal" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:756 +#: ../plug-ins/gradient-flare/gradient-flare.c:3200 +#, c-format +msgid "Are you sure you want to delete \"%s\" from the list and from disk?" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:760 +msgid "Delete Fractal" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:950 +#, c-format +msgid "File '%s' is not a FractalExplorer file" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:959 +#, c-format +msgid "" +"File '%s' is corrupt.\n" +"Line %d Option section incorrect" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1003 +msgid "My first fractal" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1067 +msgid "Select folder and rescan collection" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1079 +msgid "Apply currently selected fractal" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1091 +msgid "Delete currently selected fractal" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1114 +msgid "Rescan for Fractals" +msgstr "" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1133 +msgid "Add FractalExplorer Path" +msgstr "" + +#: ../plug-ins/gfig/gfig-bezier.c:443 +msgid "Closed" +msgstr "Fermite" + +#: ../plug-ins/gfig/gfig-bezier.c:448 +msgid "Close curve on completion" +msgstr "" + +#: ../plug-ins/gfig/gfig-bezier.c:453 +msgid "Show Line Frame" +msgstr "" + +#: ../plug-ins/gfig/gfig-bezier.c:458 +msgid "Draws lines between the control points. Only during curve creation" +msgstr "" + +#. Start building the dialog up +#: ../plug-ins/gfig/gfig-dialog.c:286 +msgid "Gfig" +msgstr "" + +#. Tool options notebook +#: ../plug-ins/gfig/gfig-dialog.c:337 +msgid "Tool Options" +msgstr "Ilagordoj" + +#: ../plug-ins/gfig/gfig-dialog.c:354 +msgid "_Stroke" +msgstr "_Konturi" + +#. Fill frame on right side +#: ../plug-ins/gfig/gfig-dialog.c:401 +msgid "Fill" +msgstr "Plenigi" + +#: ../plug-ins/gfig/gfig-dialog.c:415 +msgid "No fill" +msgstr "Neniu plenigo" + +#: ../plug-ins/gfig/gfig-dialog.c:416 +msgid "Color fill" +msgstr "Kolora plenigo" + +#: ../plug-ins/gfig/gfig-dialog.c:417 +msgid "Pattern fill" +msgstr "Plenigo per modelo" + +#: ../plug-ins/gfig/gfig-dialog.c:418 +msgid "Shape gradient" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:419 +msgid "Vertical gradient" +msgstr "Vertikala gradiento" + +#: ../plug-ins/gfig/gfig-dialog.c:420 +msgid "Horizontal gradient" +msgstr "Horizontala gradiento" + +#. "show image" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:480 +msgid "Show image" +msgstr "Montri bildon" + +#. "snap to grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:493 +msgctxt "checkbutton" +msgid "Snap to grid" +msgstr "" + +#. "show grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:502 +msgid "Show grid" +msgstr "Montri kradon" + +#: ../plug-ins/gfig/gfig-dialog.c:637 +msgid "Load Gfig Object Collection" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:686 +msgid "Save Gfig Drawing" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:831 +msgid "First Gfig" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:870 +msgid "_Undo" +msgstr "_Malfari" + +#: ../plug-ins/gfig/gfig-dialog.c:874 +msgid "_Clear" +msgstr "_Vakigi" + +#: ../plug-ins/gfig/gfig-dialog.c:878 ../plug-ins/imagemap/imap_menu.c:209 +msgid "_Grid" +msgstr "_Krado" + +#: ../plug-ins/gfig/gfig-dialog.c:886 +msgid "Raise selected object" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:890 +msgid "Lower selected object" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:894 +msgid "Raise selected object to top" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:898 +msgid "Lower selected object to bottom" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:902 +msgid "Show previous object" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:906 +msgid "Show next object" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:910 ../plug-ins/gfig/gfig-stock.c:53 +msgid "Show all objects" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:916 ../plug-ins/gfig/gfig-stock.c:47 +msgid "Create line" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:919 ../plug-ins/gfig/gfig-stock.c:51 +msgid "Create rectangle" +msgstr "Krei rektangulon" + +#: ../plug-ins/gfig/gfig-dialog.c:922 ../plug-ins/gfig/gfig-stock.c:42 +msgid "Create circle" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:925 ../plug-ins/gfig/gfig-stock.c:46 +msgid "Create ellipse" +msgstr "Krei elipson" + +#: ../plug-ins/gfig/gfig-dialog.c:928 ../plug-ins/gfig/gfig-stock.c:44 +msgid "Create arc" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:931 ../plug-ins/gfig/gfig-stock.c:50 +msgid "Create reg polygon" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:934 ../plug-ins/gfig/gfig-stock.c:55 +msgid "Create star" +msgstr "Krei stelon" + +#: ../plug-ins/gfig/gfig-dialog.c:937 ../plug-ins/gfig/gfig-stock.c:54 +msgid "Create spiral" +msgstr "Krei spiralon" + +#: ../plug-ins/gfig/gfig-dialog.c:940 +msgid "Create bezier curve. Shift + Button ends object creation." +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:944 ../plug-ins/gfig/gfig-stock.c:48 +msgid "Move an object" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:947 ../plug-ins/gfig/gfig-stock.c:49 +msgid "Move a single point" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:950 ../plug-ins/gfig/gfig-stock.c:43 +msgid "Copy an object" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:953 ../plug-ins/gfig/gfig-stock.c:45 +msgid "Delete an object" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:956 ../plug-ins/gfig/gfig-stock.c:52 +msgid "Select an object" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1038 +msgid "This tool has no options" +msgstr "" + +#. Put buttons in +#: ../plug-ins/gfig/gfig-dialog.c:1228 +msgid "Show position" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1240 +msgid "Show control points" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1274 +msgid "Max undo:" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1283 +#: ../plug-ins/gimpressionist/general.c:185 +msgid "Transparent" +msgstr "Travideble" + +#: ../plug-ins/gfig/gfig-dialog.c:1285 +msgid "Foreground" +msgstr "Malfono" + +#: ../plug-ins/gfig/gfig-dialog.c:1287 ../plug-ins/imagemap/imap_cmd_copy.c:54 +#: ../plug-ins/imagemap/imap_cmd_copy_object.c:55 +#: ../plug-ins/imagemap/imap_menu.c:160 +msgid "Copy" +msgstr "Kopii" + +#: ../plug-ins/gfig/gfig-dialog.c:1296 +msgid "" +"Layer background type. Copy causes the previous layer to be copied before " +"the draw is performed." +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1302 +msgid "Background:" +msgstr "Fono:" + +#: ../plug-ins/gfig/gfig-dialog.c:1305 +msgid "Feather" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1329 +msgid "Radius:" +msgstr "Radiuso:" + +#: ../plug-ins/gfig/gfig-dialog.c:1386 +msgid "Grid spacing:" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1403 +msgid "Polar grid sectors desired:" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1425 +msgid "Polar grid radius interval:" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1441 ../plug-ins/imagemap/imap_menu.c:220 +msgid "Rectangle" +msgstr "Rektangulo" + +#: ../plug-ins/gfig/gfig-dialog.c:1443 +msgid "Isometric" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1452 +msgid "Grid type:" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1459 +#: ../plug-ins/gradient-flare/gradient-flare.c:551 +msgid "Normal" +msgstr "Normale" + +#: ../plug-ins/gfig/gfig-dialog.c:1462 +msgid "Grey" +msgstr "" + +#: ../plug-ins/gfig/gfig-dialog.c:1463 +msgid "Darker" +msgstr "Pli malhele" + +#: ../plug-ins/gfig/gfig-dialog.c:1464 +msgid "Lighter" +msgstr "Pli hele" + +#: ../plug-ins/gfig/gfig-dialog.c:1465 +msgid "Very dark" +msgstr "Tre malhele" + +#: ../plug-ins/gfig/gfig-dialog.c:1474 +msgid "Grid color:" +msgstr "Kradkoloro:" + +#: ../plug-ins/gfig/gfig-dialog.c:1697 +msgid "Sides:" +msgstr "Flankoj:" + +#: ../plug-ins/gfig/gfig-dialog.c:1707 +msgid "Right" +msgstr "Dekstre" + +#: ../plug-ins/gfig/gfig-dialog.c:1708 +msgid "Left" +msgstr "Maldekstre" + +#: ../plug-ins/gfig/gfig-dialog.c:1718 +#: ../plug-ins/gimpressionist/orientation.c:148 +msgid "Orientation:" +msgstr "Orientiĝo:" + +#: ../plug-ins/gfig/gfig-dobject.c:585 +msgid "Hey where has the object gone ?" +msgstr "" + +#: ../plug-ins/gfig/gfig-dobject.c:955 +msgid "Error reading file" +msgstr "Eraro dum legi dosieron" + +#: ../plug-ins/gfig/gfig-dobject.c:1044 +msgid "Editing read-only object - you will not be able to save it" +msgstr "" + +#: ../plug-ins/gfig/gfig-poly.c:51 +msgid "Regular Polygon Number of Sides" +msgstr "" + +#: ../plug-ins/gfig/gfig-preview.c:328 +msgid "Object Details" +msgstr "Objektdetaloj" + +#. Position labels +#: ../plug-ins/gfig/gfig-preview.c:378 +msgid "XY position:" +msgstr "" + +#: ../plug-ins/gfig/gfig-spiral.c:55 +msgid "Spiral Number of Turns" +msgstr "" + +#: ../plug-ins/gfig/gfig-star.c:52 +msgid "Star Number of Points" +msgstr "" + +#: ../plug-ins/gfig/gfig-stock.c:41 +msgid "Create bezier curve" +msgstr "" + +#: ../plug-ins/gfig/gfig.c:124 +msgid "Create geometric shapes" +msgstr "" + +#: ../plug-ins/gfig/gfig.c:135 +msgid "_Gfig..." +msgstr "" + +#: ../plug-ins/gfig/gfig.c:731 +msgid "" +"Error trying to save figure as a parasite: can't attach parasite to drawable." +msgstr "" + +#: ../plug-ins/gfig/gfig.c:758 +#, c-format +msgid "Error trying to open temporary file '%s' for parasite loading: %s" +msgstr "" + +#: ../plug-ins/gimpressionist/brush.c:247 +msgid "Can only save drawables!" +msgstr "" + +#: ../plug-ins/gimpressionist/brush.c:252 +msgid "Save Brush" +msgstr "" + +#: ../plug-ins/gimpressionist/brush.c:507 +msgid "_Brush" +msgstr "_Peniko" + +#: ../plug-ins/gimpressionist/brush.c:544 +msgid "Gamma:" +msgstr "Gamo:" + +#: ../plug-ins/gimpressionist/brush.c:562 +msgid "Changes the gamma (brightness) of the selected brush" +msgstr "" + +#: ../plug-ins/gimpressionist/brush.c:570 +msgid "Select:" +msgstr "Elekti:" + +#: ../plug-ins/gimpressionist/brush.c:599 +msgid "Aspect ratio:" +msgstr "Proporcio:" + +#: ../plug-ins/gimpressionist/brush.c:603 +msgid "Specifies the aspect ratio of the brush" +msgstr "" + +#: ../plug-ins/gimpressionist/brush.c:612 +#: ../plug-ins/gimpressionist/paper.c:206 +msgid "Relief:" +msgstr "" + +#: ../plug-ins/gimpressionist/brush.c:616 +#: ../plug-ins/gimpressionist/paper.c:210 +msgid "Specifies the amount of embossing to apply to the image (in percent)" +msgstr "" + +#: ../plug-ins/gimpressionist/color.c:60 +msgid "Co_lor" +msgstr "Ko_loro" + +#: ../plug-ins/gimpressionist/color.c:70 +msgid "A_verage under brush" +msgstr "" + +#: ../plug-ins/gimpressionist/color.c:72 +msgid "C_enter of brush" +msgstr "" + +#: ../plug-ins/gimpressionist/color.c:79 +msgid "Color is computed from the average of all pixels under the brush" +msgstr "" + +#: ../plug-ins/gimpressionist/color.c:83 +msgid "Samples the color from the pixel in the center of the brush" +msgstr "" + +#: ../plug-ins/gimpressionist/color.c:94 +msgid "Color _noise:" +msgstr "" + +#: ../plug-ins/gimpressionist/color.c:98 +msgid "Adds random noise to the color" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:134 +#: ../plug-ins/gradient-flare/gradient-flare.c:3529 +msgid "_General" +msgstr "Ĝ_enerale" + +#: ../plug-ins/gimpressionist/general.c:150 +msgid "Keep original" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:151 +msgid "Preserve the original image as a background" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:156 +msgid "From paper" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:157 +msgid "Copy the texture of the selected paper as a background" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:167 +msgid "Solid colored background" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:186 +msgid "Use a transparent background; Only the strokes painted will be visible" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:203 +msgid "Paint edges" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:208 +msgid "Selects if to place strokes all the way out to the edges of the image" +msgstr "" + +#. Tileable checkbox +#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze-dialog.c:278 +msgid "Tileable" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:217 +msgid "Selects if the resulting image should be seamlessly tileable" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:222 +msgid "Drop shadow" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:227 +msgid "Adds a shadow effect to each brush stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:240 +msgid "Edge darken:" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:244 +msgid "How much to \"darken\" the edges of each brush stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:249 +msgid "Shadow darken:" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:253 +msgid "How much to \"darken\" the drop shadow" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:258 +msgid "Shadow depth:" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:262 +msgid "" +"The depth of the drop shadow, i.e. how far apart from the object it should be" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:267 +msgid "Shadow blur:" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:271 +msgid "How much to blur the drop shadow" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:276 +msgid "Deviation threshold:" +msgstr "" + +#: ../plug-ins/gimpressionist/general.c:280 +msgid "A bailout-value for adaptive selections" +msgstr "" + +#: ../plug-ins/gimpressionist/gimp.c:90 +msgid "Performs various artistic operations" +msgstr "" + +#: ../plug-ins/gimpressionist/gimp.c:95 +msgid "_GIMPressionist..." +msgstr "" + +#: ../plug-ins/gimpressionist/gimp.c:371 +msgid "Painting" +msgstr "" + +#: ../plug-ins/gimpressionist/gimpressionist.c:139 +msgid "GIMPressionist" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:92 +msgid "Or_ientation" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:106 +msgid "Directions:" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:110 +msgid "The number of directions (i.e. brushes) to use" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:118 +msgid "Start angle:" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:122 +msgid "The starting angle of the first brush to create" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:130 +msgid "Angle span:" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:134 +msgid "The angle span of the first brush to create" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:157 +msgid "" +"Let the value (brightness) of the region determine the direction of the " +"stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:160 +#: ../plug-ins/gimpressionist/size.c:163 +msgid "Radius" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:161 +msgid "" +"The distance from the center of the image determines the direction of the " +"stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:165 +msgid "Selects a random direction of each stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:168 +#: ../plug-ins/gimpressionist/size.c:171 +msgid "Radial" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:169 +msgid "Let the direction from the center determine the direction of the stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:176 +#: ../plug-ins/gimpressionist/size.c:179 +msgid "Flowing" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:177 +#: ../plug-ins/gimpressionist/size.c:180 +msgid "The strokes follow a \"flowing\" pattern" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:181 +msgid "The hue of the region determines the direction of the stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:184 +#: ../plug-ins/gimpressionist/size.c:187 +msgid "Adaptive" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:185 +msgid "The direction that matches the original image the closest is selected" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:192 +#: ../plug-ins/gimpressionist/size.c:196 +msgid "Manual" +msgstr "Permane" + +#: ../plug-ins/gimpressionist/orientation.c:193 +msgid "Manually specify the stroke orientation" +msgstr "" + +#: ../plug-ins/gimpressionist/orientation.c:204 +msgid "Opens up the Orientation Map Editor" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:526 +msgid "Orientation Map Editor" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:555 +msgid "Vectors" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:567 +msgid "" +"The vector-field. Left-click to move selected vector, Right-click to point " +"it towards mouse, Middle-click to add a new vector." +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:590 +#: ../plug-ins/gimpressionist/sizemap.c:459 +msgid "Adjust the preview's brightness" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:612 +msgid "Select previous vector" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:618 +msgid "Select next vector" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:620 +#: ../plug-ins/gimpressionist/sizemap.c:490 +msgid "A_dd" +msgstr "_Aldoni" + +#: ../plug-ins/gimpressionist/orientmap.c:624 +msgid "Add new vector" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:626 +#: ../plug-ins/gimpressionist/sizemap.c:497 +msgid "_Kill" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:630 +msgid "Delete selected vector" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:641 +msgid "Type" +msgstr "Tipo" + +#: ../plug-ins/gimpressionist/orientmap.c:645 +msgid "_Normal" +msgstr "_Normale" + +#: ../plug-ins/gimpressionist/orientmap.c:646 +msgid "Vorte_x" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:647 +msgid "Vortex_2" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:648 +msgid "Vortex_3" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:654 +#: ../plug-ins/gimpressionist/sizemap.c:542 +msgid "_Voronoi" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:662 +msgid "" +"Voronoi-mode makes only the vector closest to the given point have any " +"influence" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:672 +msgid "A_ngle:" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:676 +msgid "Change the angle of the selected vector" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:683 +msgid "Ang_le offset:" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:687 +msgid "Offset all vectors with a given angle" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:698 +msgid "Change the strength of the selected vector" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:705 +msgid "S_trength exp.:" +msgstr "" + +#: ../plug-ins/gimpressionist/orientmap.c:709 +#: ../plug-ins/gimpressionist/sizemap.c:537 +msgid "Change the exponent of the strength" +msgstr "" + +#: ../plug-ins/gimpressionist/paper.c:138 +msgid "P_aper" +msgstr "" + +#: ../plug-ins/gimpressionist/paper.c:173 +msgid "Inverts the Papers texture" +msgstr "" + +#: ../plug-ins/gimpressionist/paper.c:177 +msgid "O_verlay" +msgstr "" + +#: ../plug-ins/gimpressionist/paper.c:182 +msgid "Applies the paper as it is (without embossing it)" +msgstr "" + +#: ../plug-ins/gimpressionist/paper.c:198 +msgid "Specifies the scale of the texture (in percent of original file)" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:67 +msgid "Pl_acement" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:73 +msgid "Placement" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:77 +msgid "Randomly" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:81 +msgid "Evenly distributed" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:89 +msgid "Place strokes randomly around the image" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:93 +msgid "The strokes are evenly distributed across the image" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:102 +msgid "Centered" +msgstr "Centrigite" + +#: ../plug-ins/gimpressionist/placement.c:108 +msgid "Focus the brush strokes around the center of the image" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:120 +msgid "Stroke _density:" +msgstr "" + +#: ../plug-ins/gimpressionist/placement.c:124 +msgid "The relative density of the brush strokes" +msgstr "" + +#. +#. * gimp_filename_to_utf8 () and g_strerror () return temporary strings +#. * that need not and should not be freed. So this call is OK. +#. * +#: ../plug-ins/gimpressionist/ppmtool.c:650 +#, c-format +msgid "Failed to save PPM file '%s': %s" +msgstr "" + +#: ../plug-ins/gimpressionist/presets.c:640 +msgid "Save Current" +msgstr "" + +#: ../plug-ins/gimpressionist/presets.c:894 +msgid "Gimpressionist Defaults" +msgstr "" + +#: ../plug-ins/gimpressionist/presets.c:1015 +msgid "_Presets" +msgstr "" + +#: ../plug-ins/gimpressionist/presets.c:1030 +msgid "Save Current..." +msgstr "" + +#: ../plug-ins/gimpressionist/presets.c:1038 +msgid "Save the current settings to the specified file" +msgstr "" + +#: ../plug-ins/gimpressionist/presets.c:1066 +msgid "Reads the selected Preset into memory" +msgstr "" + +#: ../plug-ins/gimpressionist/presets.c:1072 +msgid "Deletes the selected Preset" +msgstr "" + +#: ../plug-ins/gimpressionist/presets.c:1078 +msgid "Reread the folder of Presets" +msgstr "" + +#: ../plug-ins/gimpressionist/preview.c:174 +#: ../plug-ins/gimpressionist/repaint.c:1184 +#: ../plug-ins/imagemap/imap_polygon.c:515 +#: ../plug-ins/lighting/lighting-ui.c:1075 +msgid "_Update" +msgstr "Ĝ_isdatigi" + +#: ../plug-ins/gimpressionist/preview.c:180 +msgid "Refresh the Preview window" +msgstr "" + +#: ../plug-ins/gimpressionist/preview.c:188 +msgid "Revert to the original image" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:95 +msgid "_Size" +msgstr "_Grando" + +#: ../plug-ins/gimpressionist/size.c:109 +msgid "Sizes:" +msgstr "Grandoj:" + +#: ../plug-ins/gimpressionist/size.c:113 +msgid "The number of sizes of brushes to use" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:121 +msgid "Minimum size:" +msgstr "Minimuma grando:" + +#: ../plug-ins/gimpressionist/size.c:125 +msgid "The smallest brush to create" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:133 +msgid "Maximum size:" +msgstr "Maksimuma grando:" + +#: ../plug-ins/gimpressionist/size.c:137 +msgid "The largest brush to create" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:151 +msgid "Size:" +msgstr "Grando:" + +#: ../plug-ins/gimpressionist/size.c:160 +msgid "" +"Let the value (brightness) of the region determine the size of the stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:164 +msgid "" +"The distance from the center of the image determines the size of the stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:168 +msgid "Selects a random size for each stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:172 +msgid "Let the direction from the center determine the size of the stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:184 +msgid "The hue of the region determines the size of the stroke" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:188 +msgid "The brush-size that matches the original image the closest is selected" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:197 +msgid "Manually specify the stroke size" +msgstr "" + +#: ../plug-ins/gimpressionist/size.c:208 +msgid "Opens up the Size Map Editor" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:401 +msgid "Size Map Editor" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:429 +msgid "Smvectors" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:439 +msgid "" +"The smvector-field. Left-click to move selected smvector, Right-click to " +"point it towards mouse, Middle-click to add a new smvector." +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:481 +msgid "Select previous smvector" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:488 +msgid "Select next smvector" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:495 +msgid "Add new smvector" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:502 +msgid "Delete selected smvector" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:515 +msgid "Change the angle of the selected smvector" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:522 +msgid "S_trength:" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:526 +msgid "Change the strength of the selected smvector" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:533 +msgid "St_rength exp.:" +msgstr "" + +#: ../plug-ins/gimpressionist/sizemap.c:549 +msgid "" +"Voronoi-mode makes only the smvector closest to the given point have any " +"influence" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:552 +msgid "Addition" +msgstr "Adicio" + +#: ../plug-ins/gradient-flare/gradient-flare.c:553 +msgid "Overlay" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:807 +msgid "Produce a lense flare effect using gradients" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:812 +msgid "_Gradient Flare..." +msgstr "" + +#. +#. * Dialog Shell +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:951 +#: ../plug-ins/gradient-flare/gradient-flare.c:2357 +msgid "Gradient Flare" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1264 +#, c-format +msgid "Failed to open GFlare file '%s': %s" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1272 +#, c-format +msgid "'%s' is not a valid GFlare file." +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1326 +#, c-format +msgid "invalid formatted GFlare file: %s\n" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1451 +#, c-format +msgid "" +"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" +"(gflare-path \"%s\")\n" +"and make a folder '%s', then you can save your own GFlares into that folder." +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1484 +#, c-format +msgid "Failed to write GFlare file '%s': %s" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2414 +msgid "A_uto update preview" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2465 +msgid "`Default' is created." +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2466 +msgid "Default" +msgstr "Defaŭlto" + +#. +#. * Scales +#. +#. +#. * Scales +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:2745 +#: ../plug-ins/gradient-flare/gradient-flare.c:3582 +#: ../plug-ins/gradient-flare/gradient-flare.c:3687 +#: ../plug-ins/gradient-flare/gradient-flare.c:3824 +msgid "Parameters" +msgstr "Parametroj" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2771 +msgid "Ro_tation:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2783 +msgid "_Hue rotation:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2795 +msgid "Vector _angle:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2807 +msgid "Vector _length:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2828 +msgid "A_daptive supersampling" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2847 +msgid "_Max depth:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2857 +msgid "_Threshold" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2995 +msgid "S_elector" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3059 +msgid "New Gradient Flare" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3062 +msgid "Enter a name for the new GFlare" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3082 +#, c-format +msgid "The name '%s' is used already!" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3138 +msgid "Copy Gradient Flare" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3141 +msgid "Enter a name for the copied GFlare" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3163 +#, c-format +msgid "The name `%s' is used already!" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3194 +msgid "Cannot delete!! There must be at least one GFlare." +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3204 +msgid "Delete Gradient Flare" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3276 +#, c-format +msgid "not found %s in gflares_list" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3317 +msgid "Gradient Flare Editor" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3321 +msgid "Rescan Gradients" +msgstr "" + +#. Glow +#: ../plug-ins/gradient-flare/gradient-flare.c:3446 +msgid "Glow Paint Options" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3457 +#: ../plug-ins/gradient-flare/gradient-flare.c:3485 +#: ../plug-ins/gradient-flare/gradient-flare.c:3513 +msgid "Opacity:" +msgstr "Opakeco:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3470 +#: ../plug-ins/gradient-flare/gradient-flare.c:3498 +#: ../plug-ins/gradient-flare/gradient-flare.c:3526 +msgid "Paint mode:" +msgstr "" + +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3474 +msgid "Rays Paint Options" +msgstr "" + +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3502 +msgid "Second Flares Paint Options" +msgstr "" + +#. +#. * Gradient Menus +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3555 +#: ../plug-ins/gradient-flare/gradient-flare.c:3658 +#: ../plug-ins/gradient-flare/gradient-flare.c:3797 +msgid "Gradients" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3566 +#: ../plug-ins/gradient-flare/gradient-flare.c:3671 +#: ../plug-ins/gradient-flare/gradient-flare.c:3808 +msgid "Radial gradient:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3570 +#: ../plug-ins/gradient-flare/gradient-flare.c:3675 +msgid "Angular gradient:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3574 +#: ../plug-ins/gradient-flare/gradient-flare.c:3679 +msgid "Angular size gradient:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3594 +#: ../plug-ins/gradient-flare/gradient-flare.c:3699 +#: ../plug-ins/gradient-flare/gradient-flare.c:3836 +msgid "Size (%):" +msgstr "Grando (%):" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3606 +#: ../plug-ins/gradient-flare/gradient-flare.c:3711 +#: ../plug-ins/gradient-flare/gradient-flare.c:3848 +msgid "Rotation:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3618 +#: ../plug-ins/gradient-flare/gradient-flare.c:3724 +#: ../plug-ins/gradient-flare/gradient-flare.c:3861 +msgid "Hue rotation:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3632 +msgid "G_low" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3736 +msgid "# of Spikes:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3748 +msgid "Spike thickness:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3762 +msgid "_Rays" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3812 +msgid "Size factor gradient:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3816 +msgid "Probability gradient:" +msgstr "" + +#. +#. * Shape Radio Button Frame +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3878 +msgid "Shape of Second Flares" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3886 +#: ../plug-ins/imagemap/imap_menu.c:222 +msgid "Circle" +msgstr "Cirklo" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3903 +#: ../plug-ins/imagemap/imap_menu.c:224 +msgid "Polygon" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3936 +msgid "Random seed:" +msgstr "" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3950 +msgid "_Second Flares" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:186 +#: ../plug-ins/help-browser/dialog.c:1121 +msgid "GIMP Help Browser" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:564 +msgid "Go back one page" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:569 +msgid "Go forward one page" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:574 +msgid "_Reload" +msgstr "_Reŝargi" + +#: ../plug-ins/help-browser/dialog.c:574 +msgid "Reload current page" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:579 +msgid "_Stop" +msgstr "_Halti" + +#: ../plug-ins/help-browser/dialog.c:579 +msgid "Stop loading this page" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:584 +msgid "Go to the index page" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:589 +msgid "C_opy location" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:590 +msgid "Copy the location of this page to the clipboard" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:610 +msgid "Find text in current page" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:615 +msgid "Find _Again" +msgstr "Serĉi _denove" + +#: ../plug-ins/help-browser/dialog.c:634 +msgid "S_how Index" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:635 +msgid "Toggle the visibility of the sidebar" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:656 +msgid "Visit the GIMP documentation website" +msgstr "" + +#: ../plug-ins/help-browser/dialog.c:1162 +msgid "Find:" +msgstr "Serĉi:" + +#: ../plug-ins/help-browser/dialog.c:1179 +msgctxt "search" +msgid "_Previous" +msgstr "_Antaŭa" + +#: ../plug-ins/help-browser/dialog.c:1191 +msgctxt "search" +msgid "_Next" +msgstr "_Sekva" + +#: ../plug-ins/help/gimphelpdomain.c:181 +#, c-format +msgid "The help pages for '%s' are not available." +msgstr "" + +#: ../plug-ins/help/gimphelpdomain.c:187 +msgid "The GIMP user manual is not available." +msgstr "" + +#: ../plug-ins/help/gimphelpdomain.c:188 +msgid "" +"Please install the additional help package or use the online user manual at " +"http://docs.gimp.org/." +msgstr "" + +#: ../plug-ins/help/gimphelpdomain.c:197 +msgid "Perhaps you are missing GIO backends and need to install GVFS?" +msgstr "" + +#: ../plug-ins/help/gimphelpdomain.c:216 +#, c-format +msgid "Help ID '%s' unknown" +msgstr "" + +#: ../plug-ins/help/gimphelplocale.c:209 +#, c-format +msgid "Loading index from '%s'" +msgstr "" + +#: ../plug-ins/help/gimphelplocale.c:267 +#, c-format +msgid "" +"Parse error in '%s':\n" +"%s" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:334 +msgid "Create an Iterated Function System (IFS) fractal" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:346 +msgid "_IFS Fractal..." +msgstr "" + +#. X +#: ../plug-ins/ifs-compose/ifs-compose.c:526 +#: ../plug-ins/lighting/lighting-ui.c:527 +#: ../plug-ins/map-object/map-object-ui.c:675 +#: ../plug-ins/map-object/map-object-ui.c:729 +#: ../plug-ins/map-object/map-object-ui.c:997 +#: ../plug-ins/map-object/map-object-ui.c:1046 +msgid "X:" +msgstr "X:" + +#. Y +#: ../plug-ins/ifs-compose/ifs-compose.c:540 +#: ../plug-ins/lighting/lighting-ui.c:541 +#: ../plug-ins/map-object/map-object-ui.c:689 +#: ../plug-ins/map-object/map-object-ui.c:742 +#: ../plug-ins/map-object/map-object-ui.c:1010 +#: ../plug-ins/map-object/map-object-ui.c:1057 +#: ../plug-ins/map-object/map-object-ui.c:1155 +msgid "Y:" +msgstr "Y:" + +#. Asym +#: ../plug-ins/ifs-compose/ifs-compose.c:582 +msgid "Asymmetry:" +msgstr "" + +#. Shear +#: ../plug-ins/ifs-compose/ifs-compose.c:596 +msgid "Shear:" +msgstr "" + +#. Simple color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:641 +msgid "Simple" +msgstr "Simple" + +#: ../plug-ins/ifs-compose/ifs-compose.c:650 +msgid "IFS Fractal: Target" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:656 +msgid "Scale hue by:" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:671 +msgid "Scale value by:" +msgstr "" + +#. Full color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:688 +msgid "Full" +msgstr "Plene" + +#: ../plug-ins/ifs-compose/ifs-compose.c:696 +msgid "IFS Fractal: Red" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:704 +msgid "IFS Fractal: Green" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:712 +msgid "IFS Fractal: Blue" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:720 +msgid "IFS Fractal: Black" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:770 +msgid "IFS Fractal" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:868 +msgid "Spatial Transformation" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:874 +msgid "Color Transformation" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:884 +msgid "Relative probability:" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1059 +#: ../plug-ins/imagemap/imap_menu.c:163 +msgid "Select _All" +msgstr "_Elekti ĉiujn" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +msgid "Re_center" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +msgid "Recompute Center" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1067 +msgid "Render Options" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1073 +#: ../plug-ins/imagemap/imap_cmd_move.c:86 +#: ../plug-ins/imagemap/imap_cmd_object_move.c:57 +msgid "Move" +msgstr "Movi" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Rotate" +msgstr "Turni" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Rotate / Scale" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1079 +msgid "Stretch" +msgstr "Streĉi" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1177 +msgid "IFS Fractal Render Options" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1199 +msgid "Max. memory:" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1226 +msgid "Subdivide:" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1239 +msgid "Spot radius:" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1304 +#, c-format +msgid "Rendering IFS (%d/%d)" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1470 +#, c-format +msgid "Transformation %s" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2379 +msgid "Save failed" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2460 +#: ../plug-ins/ifs-compose/ifs-compose.c:2473 +msgid "Open failed" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2468 +#, c-format +msgid "File '%s' doesn't seem to be an IFS Fractal file." +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2508 +msgid "Save as IFS Fractal file" +msgstr "" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2545 +msgid "Open IFS Fractal file" +msgstr "" + +#: ../plug-ins/imagemap/imap_about.c:43 +msgid "Image Map Plug-In" +msgstr "" + +#: ../plug-ins/imagemap/imap_about.c:47 +msgid "Copyright © 1999-2005 by Maurits Rijk" +msgstr "" + +#: ../plug-ins/imagemap/imap_about.c:49 +msgid "Released under the GNU General Public License" +msgstr "" + +#: ../plug-ins/imagemap/imap_circle.c:64 +msgid "C_ircle" +msgstr "" + +#: ../plug-ins/imagemap/imap_circle.c:264 +msgid "Center _x:" +msgstr "" + +#: ../plug-ins/imagemap/imap_circle.c:269 +#: ../plug-ins/imagemap/imap_circle.c:276 +#: ../plug-ins/imagemap/imap_circle.c:282 ../plug-ins/imagemap/imap_grid.c:250 +#: ../plug-ins/imagemap/imap_grid.c:256 +#: ../plug-ins/imagemap/imap_polygon.c:505 +#: ../plug-ins/imagemap/imap_polygon.c:513 +#: ../plug-ins/imagemap/imap_rectangle.c:394 +#: ../plug-ins/imagemap/imap_rectangle.c:401 +#: ../plug-ins/imagemap/imap_rectangle.c:408 +#: ../plug-ins/imagemap/imap_rectangle.c:415 +msgid "pixels" +msgstr "bilderoj" + +#: ../plug-ins/imagemap/imap_circle.c:271 +msgid "Center _y:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_clear.c:51 +msgid "Clear" +msgstr "Vakigi" + +#: ../plug-ins/imagemap/imap_cmd_create.c:58 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:151 +msgid "Create" +msgstr "Krei" + +#: ../plug-ins/imagemap/imap_cmd_cut.c:55 +#: ../plug-ins/imagemap/imap_cmd_cut_object.c:51 +#: ../plug-ins/imagemap/imap_menu.c:159 +msgid "Cut" +msgstr "Eltondi" + +#: ../plug-ins/imagemap/imap_cmd_delete.c:57 +#: ../plug-ins/imagemap/imap_menu.c:162 +msgid "Delete" +msgstr "Forigi" + +#: ../plug-ins/imagemap/imap_cmd_delete_point.c:61 +#: ../plug-ins/imagemap/imap_menu.c:179 +msgid "Delete Point" +msgstr "Forigi punkton" + +#: ../plug-ins/imagemap/imap_cmd_edit_object.c:54 +msgid "Edit Object" +msgstr "Redakti objekton" + +#. Create the areas +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:117 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:147 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:251 +msgid "Use Gimp Guides" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:160 +msgid "Al_ternate" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:165 +msgid "A_ll" +msgstr "Ĉ_iuj" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:169 +msgid "Add Additional Guides" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:177 +msgid "L_eft border" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:181 +msgid "_Right border" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:185 +msgid "_Upper border" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:189 +msgid "Lo_wer border" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:197 +msgid "_Base URL:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:74 +#: ../plug-ins/imagemap/imap_cmd_guides.c:140 +msgid "Create Guides" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:113 +#, c-format +msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:144 +msgid "" +"Guides are pre-defined rectangles covering the image. You define them by " +"their width, height, and spacing from each other. This allows you to rapidly " +"create the most common image map type - image collection of \"thumbnails\", " +"suitable for navigation bars." +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:170 +msgid "_Left start at:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:180 +msgid "_Top start at:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:185 +msgid "_Horz. spacing:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:191 +msgid "_No. across:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:197 +msgid "_Vert. spacing:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:203 +msgid "No. _down:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:212 +msgid "Base _URL:" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:237 +msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:272 +msgid "Guides" +msgstr "Gvidiloj" + +#: ../plug-ins/imagemap/imap_cmd_insert_point.c:62 +#: ../plug-ins/imagemap/imap_menu.c:178 +msgid "Insert Point" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_move_down.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_down.c:55 +#: ../plug-ins/imagemap/imap_menu.c:176 +msgid "Move Down" +msgstr "Movi malsupren" + +#: ../plug-ins/imagemap/imap_cmd_move_sash.c:68 +msgid "Move Sash" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_move_selected.c:56 +msgid "Move Selected Objects" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:51 +msgid "Move To Front" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_move_up.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_up.c:55 +#: ../plug-ins/imagemap/imap_menu.c:175 +msgid "Move Up" +msgstr "Movi supren" + +#: ../plug-ins/imagemap/imap_cmd_paste.c:51 +#: ../plug-ins/imagemap/imap_menu.c:161 +msgid "Paste" +msgstr "Enmeti" + +#: ../plug-ins/imagemap/imap_cmd_select.c:53 +msgid "Select" +msgstr "Elekti" + +#: ../plug-ins/imagemap/imap_cmd_select_next.c:51 +msgid "Select Next" +msgstr "Elekti sekvantan" + +#: ../plug-ins/imagemap/imap_cmd_select_prev.c:51 +msgid "Select Previous" +msgstr "Elekti antaŭan" + +#: ../plug-ins/imagemap/imap_cmd_select_region.c:64 +msgid "Select Region" +msgstr "Elekti regionon" + +#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:51 +msgid "Send To Back" +msgstr "" + +#: ../plug-ins/imagemap/imap_cmd_unselect.c:53 +msgid "Unselect" +msgstr "Malelekti" + +#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:56 +msgid "Unselect All" +msgstr "Malelekti ĉion" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:196 +msgid "Link Type" +msgstr "Ligil-tipo" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:205 +msgid "_Web Site" +msgstr "_Retpaĝaro" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:211 +msgid "_Ftp Site" +msgstr "_FTP-paĝaro" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:217 +msgid "_Gopher" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:223 +msgid "Ot_her" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:229 +msgid "F_ile" +msgstr "Dos_iero" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:235 +msgid "WAI_S" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:241 +msgid "Tel_net" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:247 +msgid "e-_mail" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:253 +msgid "_URL to activate when this area is clicked: (required)" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:255 +msgid "Select HTML file" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:264 +msgid "Relati_ve link" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:270 +msgid "_Target frame name/ID: (optional - used for FRAMES only)" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:273 +msgid "ALT te_xt: (optional)" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:276 +msgid "_Link" +msgstr "_Ligilo" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:310 +msgid "Dimensions" +msgstr "Dimensioj" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:314 +msgid "Pre_view" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:352 +msgid "_JavaScript" +msgstr "Ĝa_vaskripto" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:451 +msgid "Area Settings" +msgstr "" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:493 +#, c-format +msgid "Area #%d Settings" +msgstr "" + +#: ../plug-ins/imagemap/imap_file.c:48 ../plug-ins/imagemap/imap_menu.c:71 +msgid "Error opening file" +msgstr "" + +#: ../plug-ins/imagemap/imap_file.c:68 +msgid "Load Image Map" +msgstr "" + +#: ../plug-ins/imagemap/imap_file.c:123 +msgid "Save Image Map" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:197 +msgid "Grid Settings" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:201 +msgid "_Snap-to grid enabled" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:207 +msgid "Grid Visibility and Type" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:214 +msgid "_Hidden" +msgstr "_Kaŝite" + +#: ../plug-ins/imagemap/imap_grid.c:222 +msgid "_Lines" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:231 +msgid "C_rosses" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:239 +msgid "Grid Granularity" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:246 +msgid "_Width" +msgstr "_Larĝo" + +#: ../plug-ins/imagemap/imap_grid.c:252 +msgid "_Height" +msgstr "_Alto" + +#: ../plug-ins/imagemap/imap_grid.c:266 +msgid "Grid Offset" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:273 +msgid "pixels from l_eft" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:278 +msgid "pixels from _top" +msgstr "" + +#: ../plug-ins/imagemap/imap_grid.c:289 +msgid "_Preview" +msgstr "_Antaŭrigardo" + +#: ../plug-ins/imagemap/imap_main.c:122 +msgid "Create a clickable imagemap" +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:127 +msgid "_Image Map..." +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:517 +#: ../plug-ins/imagemap/imap_settings.c:171 +msgid "" +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:660 +msgid "Some data has been changed!" +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:663 +msgid "Do you really want to discard your changes?" +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:873 +#, c-format +msgid "File \"%s\" saved." +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:877 +msgid "Couldn't save file:" +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:890 +msgid "Image size has changed." +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:891 +msgid "Resize area's?" +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:925 +msgid "Couldn't read file:" +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:972 +#, c-format +msgid "URL: %s" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:110 +#, c-format +msgid "_Undo %s" +msgstr "_Malfari %s" + +#: ../plug-ins/imagemap/imap_menu.c:123 +#, c-format +msgid "_Redo %s" +msgstr "_Refari %s" + +#: ../plug-ins/imagemap/imap_menu.c:146 +msgid "_File" +msgstr "_Dosiero" + +#: ../plug-ins/imagemap/imap_menu.c:147 +msgid "_Open..." +msgstr "_Malfermi..." + +#: ../plug-ins/imagemap/imap_menu.c:147 +msgid "Open" +msgstr "Malfermi" + +#: ../plug-ins/imagemap/imap_menu.c:149 +msgid "_Save..." +msgstr "Kon_servi..." + +#: ../plug-ins/imagemap/imap_menu.c:149 +msgid "Save" +msgstr "Konservi" + +#: ../plug-ins/imagemap/imap_menu.c:151 +msgid "Save _As..." +msgstr "_Konservi kiel..." + +#: ../plug-ins/imagemap/imap_menu.c:156 +msgid "_Edit" +msgstr "R_edakti" + +#: ../plug-ins/imagemap/imap_menu.c:157 +msgid "Undo" +msgstr "Malfari" + +#: ../plug-ins/imagemap/imap_menu.c:158 +msgid "Redo" +msgstr "Refari" + +#: ../plug-ins/imagemap/imap_menu.c:164 +msgid "D_eselect All" +msgstr "Mal_elekti ĉiujn" + +#: ../plug-ins/imagemap/imap_menu.c:166 +msgid "Edit Area _Info..." +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:167 +msgid "Edit selected area info" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:168 +msgid "Preferences" +msgstr "Agordoj" + +#: ../plug-ins/imagemap/imap_menu.c:170 +msgid "Move to Front" +msgstr "Movi antaŭen" + +#: ../plug-ins/imagemap/imap_menu.c:172 +msgid "Send to Back" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:174 +msgid "Delete Area" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:181 +msgid "_View" +msgstr "_Vido" + +#: ../plug-ins/imagemap/imap_menu.c:182 +msgid "Source..." +msgstr "Fonto..." + +#: ../plug-ins/imagemap/imap_menu.c:183 +msgid "Zoom in" +msgstr "Enzomi" + +#: ../plug-ins/imagemap/imap_menu.c:184 +msgid "Zoom out" +msgstr "Elzomi" + +#: ../plug-ins/imagemap/imap_menu.c:185 +msgid "_Zoom To" +msgstr "_Zomi al" + +#: ../plug-ins/imagemap/imap_menu.c:187 +msgid "_Mapping" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:188 +msgid "Edit Map Info..." +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:189 +msgid "Edit Map Info" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:191 +msgid "_Tools" +msgstr "_Iloj" + +#: ../plug-ins/imagemap/imap_menu.c:192 +msgid "Grid Settings..." +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:194 +msgid "Use GIMP Guides..." +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:196 +msgid "Create Guides..." +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:199 +msgid "_Help" +msgstr "_Helpo" + +#: ../plug-ins/imagemap/imap_menu.c:200 +msgid "_Contents" +msgstr "_Enhavoj" + +#: ../plug-ins/imagemap/imap_menu.c:203 +msgid "_Zoom" +msgstr "_Zomo" + +#: ../plug-ins/imagemap/imap_menu.c:208 +msgid "Area List" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:218 +msgid "Arrow" +msgstr "Sago" + +#: ../plug-ins/imagemap/imap_menu.c:219 +msgid "Select existing area" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:221 +msgid "Define Rectangle area" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:223 +msgid "Define Circle/Oval area" +msgstr "" + +#: ../plug-ins/imagemap/imap_menu.c:225 +msgid "Define Polygon area" +msgstr "" + +#: ../plug-ins/imagemap/imap_polygon.c:72 +msgid "_Polygon" +msgstr "" + +#: ../plug-ins/imagemap/imap_polygon.c:474 +msgid "x (pixels)" +msgstr "" + +#: ../plug-ins/imagemap/imap_polygon.c:483 +msgid "y (pixels)" +msgstr "" + +#: ../plug-ins/imagemap/imap_polygon.c:521 +msgid "_Insert" +msgstr "_Enmeti" + +#: ../plug-ins/imagemap/imap_polygon.c:527 +msgid "A_ppend" +msgstr "" + +#: ../plug-ins/imagemap/imap_polygon.c:533 +msgid "_Remove" +msgstr "Fo_rigi" + +#: ../plug-ins/imagemap/imap_preferences.c:236 +msgid "Couldn't save resource file:" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:350 +msgid "General" +msgstr "Ĝenerale" + +#: ../plug-ins/imagemap/imap_preferences.c:354 +msgid "Default Map Type" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:373 +msgid "_Prompt for area info" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:375 +msgid "_Require default URL" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:377 +msgid "Show area _handles" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:379 +msgid "_Keep NCSA circles true" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:381 +msgid "Show area URL _tip" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:384 +msgid "_Use double-sized grab handles" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:391 +msgid "Menu" +msgstr "Menuo" + +#: ../plug-ins/imagemap/imap_preferences.c:395 +msgid "Number of _undo levels (1 - 99):" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:400 +msgid "Number of M_RU entries (1 - 16):" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:409 +msgid "Select Color" +msgstr "Elekti koloron" + +#: ../plug-ins/imagemap/imap_preferences.c:424 +msgid "Normal:" +msgstr "Normale:" + +#: ../plug-ins/imagemap/imap_preferences.c:428 +msgid "Selected:" +msgstr "Elektite:" + +#: ../plug-ins/imagemap/imap_preferences.c:437 +msgid "Co_ntiguous Region" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:443 +msgid "_Automatically convert" +msgstr "" + +#: ../plug-ins/imagemap/imap_preferences.c:454 +msgid "General Preferences" +msgstr "" + +#: ../plug-ins/imagemap/imap_rectangle.c:69 +msgid "_Rectangle" +msgstr "" + +#: ../plug-ins/imagemap/imap_rectangle.c:389 +msgid "Upper left _x:" +msgstr "" + +#: ../plug-ins/imagemap/imap_rectangle.c:396 +msgid "Upper left _y:" +msgstr "" + +#: ../plug-ins/imagemap/imap_selection.c:377 +msgid "#" +msgstr "" + +#: ../plug-ins/imagemap/imap_selection.c:388 +msgid "URL" +msgstr "" + +#: ../plug-ins/imagemap/imap_selection.c:406 +msgid "ALT Text" +msgstr "" + +#: ../plug-ins/imagemap/imap_selection.c:416 +msgid "Target" +msgstr "Celo" + +#: ../plug-ins/imagemap/imap_settings.c:90 +msgid "Settings for this Mapfile" +msgstr "" + +#: ../plug-ins/imagemap/imap_settings.c:94 +msgid "Filename:" +msgstr "Dosiernomo:" + +#: ../plug-ins/imagemap/imap_settings.c:97 +msgid "Image name:" +msgstr "Bildnomo:" + +#: ../plug-ins/imagemap/imap_settings.c:98 +msgid "Select Image File" +msgstr "Elekti bildodosieron" + +#: ../plug-ins/imagemap/imap_settings.c:102 +msgid "_Title:" +msgstr "_Titolo:" + +#: ../plug-ins/imagemap/imap_settings.c:104 +msgid "Aut_hor:" +msgstr "" + +#: ../plug-ins/imagemap/imap_settings.c:106 +msgid "Default _URL:" +msgstr "" + +#: ../plug-ins/imagemap/imap_settings.c:108 +msgid "_Description:" +msgstr "_Priskribo:" + +#: ../plug-ins/imagemap/imap_settings.c:130 +msgid "Map File Format" +msgstr "" + +#: ../plug-ins/imagemap/imap_source.c:63 +msgid "View Source" +msgstr "" + +#: ../plug-ins/lighting/lighting-apply.c:105 +#: ../plug-ins/lighting/lighting-ui.c:1019 +msgid "Lighting Effects" +msgstr "" + +#: ../plug-ins/lighting/lighting-main.c:192 +msgid "Apply various lighting effects to an image" +msgstr "" + +#: ../plug-ins/lighting/lighting-main.c:197 +msgid "_Lighting Effects..." +msgstr "" + +#. General options +#: ../plug-ins/lighting/lighting-ui.c:295 +#: ../plug-ins/map-object/map-object-ui.c:472 +msgid "General Options" +msgstr "Ĝeneralaj agordoj" + +#: ../plug-ins/lighting/lighting-ui.c:303 +msgid "T_ransparent background" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:313 +msgid "Make destination image transparent where bump height is zero" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:316 +msgid "Cre_ate new image" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:326 +#: ../plug-ins/map-object/map-object-ui.c:541 +msgid "Create a new image when applying filter" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:328 +msgid "High _quality preview" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:338 +msgid "Enable/disable high quality preview" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:345 +msgid "Distance:" +msgstr "Distanco:" + +#: ../plug-ins/lighting/lighting-ui.c:378 +#: ../plug-ins/map-object/map-object-ui.c:619 +msgid "Light Settings" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:391 +msgid "Light 1" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:392 +msgid "Light 2" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:393 +msgid "Light 3" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:394 +msgid "Light 4" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:395 +msgid "Light 5" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:396 +msgid "Light 6" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:410 +msgid "Color:" +msgstr "Koloro:" + +#: ../plug-ins/lighting/lighting-ui.c:417 +msgid "Directional" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:418 +msgid "Point" +msgstr "Punkto" + +#: ../plug-ins/lighting/lighting-ui.c:432 +#: ../plug-ins/map-object/map-object-ui.c:642 +msgid "Type of light source to apply" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:434 +#: ../plug-ins/map-object/map-object-ui.c:644 +msgid "Select lightsource color" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:448 +#: ../plug-ins/map-object/map-object-ui.c:657 +msgid "Set light source color" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:456 +msgid "_Intensity:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:464 +msgid "Light intensity" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:467 +#: ../plug-ins/map-object/map-object-ui.c:659 +#: ../plug-ins/map-object/map-object-ui.c:986 +#: ../plug-ins/print/print-page-layout.c:343 +msgid "Position" +msgstr "Pozicio" + +#: ../plug-ins/lighting/lighting-ui.c:485 +#: ../plug-ins/map-object/map-object-ui.c:683 +msgid "Light source X position in XYZ space" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:500 +#: ../plug-ins/map-object/map-object-ui.c:697 +msgid "Light source Y position in XYZ space" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:507 +msgid "_Z:" +msgstr "_Z:" + +#: ../plug-ins/lighting/lighting-ui.c:515 +#: ../plug-ins/map-object/map-object-ui.c:711 +msgid "Light source Z position in XYZ space" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:535 +#: ../plug-ins/map-object/map-object-ui.c:737 +msgid "Light source X direction in XYZ space" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:549 +#: ../plug-ins/map-object/map-object-ui.c:750 +msgid "Light source Y direction in XYZ space" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:555 +#: ../plug-ins/map-object/map-object-ui.c:703 +#: ../plug-ins/map-object/map-object-ui.c:755 +#: ../plug-ins/map-object/map-object-ui.c:1023 +#: ../plug-ins/map-object/map-object-ui.c:1068 +#: ../plug-ins/map-object/map-object-ui.c:1167 +msgid "Z:" +msgstr "Z:" + +#: ../plug-ins/lighting/lighting-ui.c:563 +#: ../plug-ins/map-object/map-object-ui.c:763 +msgid "Light source Z direction in XYZ space" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:566 +msgid "I_solate" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:575 +msgid "Lighting preset:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:621 +msgid "Material Properties" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:639 +msgid "_Glowing:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:658 +#: ../plug-ins/map-object/map-object-ui.c:824 +msgid "Amount of original color to show where no direct light falls" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:672 +msgid "_Bright:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:691 +#: ../plug-ins/map-object/map-object-ui.c:853 +msgid "Intensity of original color when lit by a light source" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:705 +msgid "_Shiny:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:724 +#: ../plug-ins/map-object/map-object-ui.c:925 +msgid "Controls how intense the highlights will be" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:737 +msgid "_Polished:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:756 +#: ../plug-ins/map-object/map-object-ui.c:954 +msgid "Higher values makes the highlights more focused" +msgstr "" + +#. Metallic +#: ../plug-ins/lighting/lighting-ui.c:766 +msgid "_Metallic" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:803 +msgid "E_nable bump mapping" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:817 +msgid "Enable/disable bump-mapping (image depth)" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:839 +msgid "Bumpm_ap image:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:843 +msgid "Logarithmic" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:855 +msgid "Cu_rve:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:860 +msgid "Ma_ximum height:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:870 +msgid "Maximum height for bumps" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:894 +msgid "E_nable environment mapping" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:908 +msgid "Enable/disable environment-mapping (reflection)" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:925 +msgid "En_vironment image:" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:928 +msgid "Environment image to use" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:950 +msgid "Op_tions" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:954 +#: ../plug-ins/map-object/map-object-ui.c:1291 +msgid "_Light" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:958 +#: ../plug-ins/map-object/map-object-ui.c:1295 +msgid "_Material" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:962 +msgid "_Bump Map" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:966 +msgid "_Environment Map" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:1082 +#: ../plug-ins/map-object/map-object-ui.c:1397 +msgid "Recompute preview image" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:1084 +msgid "I_nteractive" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:1098 +msgid "Enable/disable real time preview of changes" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:1137 +msgid "Save Lighting Preset" +msgstr "" + +#: ../plug-ins/lighting/lighting-ui.c:1281 +msgid "Load Lighting Preset" +msgstr "" + +#: ../plug-ins/map-object/map-object-apply.c:276 +msgid "Map to plane" +msgstr "" + +#: ../plug-ins/map-object/map-object-apply.c:279 +msgid "Map to sphere" +msgstr "" + +#: ../plug-ins/map-object/map-object-apply.c:282 +msgid "Map to box" +msgstr "" + +#: ../plug-ins/map-object/map-object-apply.c:285 +msgid "Map to cylinder" +msgstr "" + +#: ../plug-ins/map-object/map-object-main.c:193 +msgid "Map the image to an object (plane, sphere, box or cylinder)" +msgstr "" + +#: ../plug-ins/map-object/map-object-main.c:198 +msgid "Map _Object..." +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:248 +#: ../plug-ins/map-object/map-object-ui.c:1305 +msgid "_Box" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:266 +#: ../plug-ins/map-object/map-object-ui.c:1311 +msgid "C_ylinder" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:484 +msgid "Map to:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:488 +msgid "Plane" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:489 +msgid "Sphere" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:490 +msgid "Box" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:501 +msgid "Type of object to map to" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:503 +msgid "Transparent background" +msgstr "Travidebla fono" + +#: ../plug-ins/map-object/map-object-ui.c:514 +msgid "Make image transparent outside object" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:516 +msgid "Tile source image" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:527 +msgid "Tile source image: useful for infinite planes" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:530 +msgid "Create new image" +msgstr "Krei novan bildon" + +#: ../plug-ins/map-object/map-object-ui.c:549 +msgid "Enable _antialiasing" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:560 +msgid "Enable/disable jagged edges removal (antialiasing)" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:576 +msgid "Antialiasing quality. Higher is better, but slower" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:593 +msgid "Stop when pixel differences are smaller than this value" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:628 +msgid "Point light" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:629 +msgid "Directional light" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:630 +msgid "No light" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:635 +msgid "Lightsource type:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:649 +msgid "Lightsource color:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:714 +msgid "Direction Vector" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:790 +msgid "Intensity Levels" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:809 +msgid "Ambient:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:838 +#: ../plug-ins/map-object/map-object-ui.c:881 +msgid "Diffuse:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:862 +msgid "Reflectivity" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:896 +msgid "Higher values makes the object reflect more light (appear lighter)" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:910 +msgid "Specular:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:939 +msgid "Highlight:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1000 +msgid "Object X position in XYZ space" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1013 +msgid "Object Y position in XYZ space" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1026 +msgid "Object Z position in XYZ space" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1049 +msgid "Rotation angle about X axis" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1060 +msgid "Rotation angle about Y axis" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1071 +msgid "Rotation angle about Z axis" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Front:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Back:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1105 +msgid "Map Images to Box Faces" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1146 +msgid "X scale (size)" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1158 +msgid "Y scale (size)" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1170 +msgid "Z scale (size)" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:402 +msgid "_Top:" +msgstr "Su_pre:" + +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:421 +msgid "_Bottom:" +msgstr "Su_be:" + +#: ../plug-ins/map-object/map-object-ui.c:1198 +msgid "Images for the Cap Faces" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1227 +#: ../plug-ins/print/print-page-layout.c:219 +msgid "Size" +msgstr "Grando" + +#: ../plug-ins/map-object/map-object-ui.c:1238 +msgid "R_adius:" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1242 +msgid "Cylinder radius" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1256 +msgid "Cylinder length" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1287 +msgid "O_ptions" +msgstr "_Agordoj" + +#: ../plug-ins/map-object/map-object-ui.c:1299 +msgid "O_rientation" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1335 +msgid "Map to Object" +msgstr "" + +#: ../plug-ins/map-object/map-object-ui.c:1415 +msgid "Show preview _wireframe" +msgstr "" + +#: ../plug-ins/maze/maze-algorithms.c:279 +msgid "Constructing maze using Prim's Algorithm" +msgstr "" + +#: ../plug-ins/maze/maze-algorithms.c:488 +msgid "Constructing tileable maze using Prim's Algorithm" +msgstr "" + +#: ../plug-ins/maze/maze-dialog.c:172 +msgid "Maze" +msgstr "" + +#. The maze size frame +#: ../plug-ins/maze/maze-dialog.c:194 +msgid "Maze Size" +msgstr "" + +#. entscale == Entry and Scale pair function found in pixelize.c +#: ../plug-ins/maze/maze-dialog.c:208 +msgid "Width (pixels):" +msgstr "" + +#: ../plug-ins/maze/maze-dialog.c:220 ../plug-ins/maze/maze-dialog.c:236 +msgid "Pieces:" +msgstr "Pecoj:" + +#: ../plug-ins/maze/maze-dialog.c:225 +msgid "Height (pixels):" +msgstr "" + +#. The maze algorithm frame +#: ../plug-ins/maze/maze-dialog.c:244 +msgid "Algorithm" +msgstr "" + +#: ../plug-ins/maze/maze-dialog.c:270 +msgid "Depth first" +msgstr "" + +#: ../plug-ins/maze/maze-dialog.c:271 +msgid "Prim's algorithm" +msgstr "" + +#: ../plug-ins/maze/maze-dialog.c:390 +msgid "" +"Selection size is not even.\n" +"Tileable maze won't work perfectly." +msgstr "" + +#: ../plug-ins/maze/maze.c:123 +msgid "Draw a labyrinth" +msgstr "" + +#: ../plug-ins/maze/maze.c:130 +msgid "_Maze..." +msgstr "" + +#: ../plug-ins/maze/maze.c:426 +msgid "Drawing maze" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:240 +#, c-format +msgid "Error: No XMP packet found" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:255 +#, c-format +msgid "Error on line %d char %d: %s" +msgstr "Eraro ĉe linio %d signo %d: %s" + +#: ../plug-ins/metadata/xmp-parse.c:277 +#, c-format +msgid "Expected text or optional element <%s>, found <%s> instead" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:281 +#, c-format +msgid "Expected element <%s>, found <%s> instead" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:296 +#, c-format +msgid "Unknown element <%s>" +msgstr "Nekonata elemento <%s>" + +#: ../plug-ins/metadata/xmp-parse.c:325 +#, c-format +msgid "Unknown attribute \"%s\"=\"%s\" in element <%s>" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:655 +#, c-format +msgid "Required attribute rdf:about missing in <%s>" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:881 +#, c-format +msgid "Nested elements (<%s>) are not allowed in this context" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:1010 +#, c-format +msgid "End of element <%s> not expected in this context" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:1112 +#, c-format +msgid "The current element (<%s>) cannot contain text" +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:1137 +msgid "XMP packets must start with " +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:1151 +msgid "XMP packets must end with " +msgstr "" + +#: ../plug-ins/metadata/xmp-parse.c:1164 +msgid "XMP cannot contain XML comments or processing instructions" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:216 +msgid "Curl up one of the image corners" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:221 +msgid "_Pagecurl..." +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:440 +msgid "Pagecurl Effect" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:462 +msgid "Curl Location" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:481 +msgid "Lower right" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:482 +msgid "Lower left" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:483 +msgid "Upper left" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:484 +msgid "Upper right" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:524 +msgid "Curl Orientation" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:568 +msgid "_Shade under curl" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:581 +msgid "Current gradient (reversed)" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:586 +msgid "Current gradient" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:591 +msgid "Foreground / background colors" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:611 +msgid "_Opacity:" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:734 +msgid "Curl Layer" +msgstr "" + +#: ../plug-ins/pagecurl/pagecurl.c:1022 +msgid "Page Curl" +msgstr "" + +#: ../plug-ins/print/print-page-layout.c:148 +msgid "Ignore Page _Margins" +msgstr "" + +#: ../plug-ins/print/print-page-layout.c:294 +msgid "_X resolution:" +msgstr "" + +#: ../plug-ins/print/print-page-layout.c:298 +msgid "_Y resolution:" +msgstr "" + +#: ../plug-ins/print/print-page-layout.c:369 +msgid "_Left:" +msgstr "Ma_ldekstre:" + +#: ../plug-ins/print/print-page-layout.c:388 +msgid "_Right:" +msgstr "Dekst_re:" + +#: ../plug-ins/print/print-page-layout.c:442 +msgid "C_enter:" +msgstr "M_eze:" + +#: ../plug-ins/print/print-page-layout.c:450 +msgid "Horizontally" +msgstr "Horizontale" + +#: ../plug-ins/print/print-page-layout.c:451 +msgid "Vertically" +msgstr "Vertikale" + +#: ../plug-ins/print/print-page-layout.c:452 +msgid "Both" +msgstr "Ambaŭ" + +#: ../plug-ins/print/print.c:102 +msgid "Print the image" +msgstr "Presi la bildon" + +#: ../plug-ins/print/print.c:107 +msgid "_Print..." +msgstr "_Presi..." + +#: ../plug-ins/print/print.c:118 +msgid "Adjust page size and orientation for printing" +msgstr "" + +#: ../plug-ins/print/print.c:124 +msgid "Page Set_up" +msgstr "A_gordoj de paĝo" + +#: ../plug-ins/print/print.c:265 +msgid "Image Settings" +msgstr "Bildagordaro" + +#: ../plug-ins/print/print.c:348 +msgid "An error occurred while trying to print:" +msgstr "" + +#: ../plug-ins/print/print.c:375 +msgid "Printing" +msgstr "Presante" + +#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); +#: ../plug-ins/selection-to-path/pxl-outline.c:82 +msgid "Selection to Path" +msgstr "" + +#: ../plug-ins/selection-to-path/selection-to-path.c:185 +msgid "No selection to convert" +msgstr "" + +#: ../plug-ins/selection-to-path/selection-to-path.c:302 +msgid "Selection to Path Advanced Settings" +msgstr "" + +#: ../plug-ins/twain/twain.c:87 +msgid "Capture an image from a TWAIN datasource" +msgstr "" + +#: ../plug-ins/twain/twain.c:352 +msgid "_Scanner/Camera..." +msgstr "" + +#. Initialize our progress dialog +#: ../plug-ins/twain/twain.c:486 +msgid "Transferring data from scanner/camera" +msgstr "" + +#: ../plug-ins/win-snap/winsnap.c:865 +msgid "Grab" +msgstr "Kapti" + +#: ../plug-ins/win-snap/winsnap.c:881 +msgid "Grab a single window" +msgstr "Kapti solan fenestron" + +#: ../plug-ins/win-snap/winsnap.c:895 +msgid "Grab the whole screen" +msgstr "Kapti la tutan ekranon" + +#: ../plug-ins/win-snap/winsnap.c:911 +msgid "after" +msgstr "post" + +#: ../plug-ins/win-snap/winsnap.c:923 +msgid "Seconds delay" +msgstr "" + +#: ../plug-ins/win-snap/winsnap.c:930 +msgid "Include decorations" +msgstr "" + +#: ../plug-ins/win-snap/winsnap.c:989 +msgid "Capture a window or desktop image" +msgstr "" + +#: ../plug-ins/win-snap/winsnap.c:994 +msgid "_Screen Shot..." +msgstr "_Ekrankopio..." + +#: ../plug-ins/win-snap/winsnap.c:1142 +msgid "No data captured" +msgstr "" + +#~ msgctxt "color-rotate" +#~ msgid "From:" +#~ msgstr "De:" + +#~ msgctxt "color-rotate" +#~ msgid "To:" +#~ msgstr "Al:" + +#~ msgctxt "color-to-alpha" +#~ msgid "From:" +#~ msgstr "De:" + +#~ msgid "Error while reading '%s': %s" +#~ msgstr "Eraro dum legi '%s': %s" + +#~ msgid "Brush" +#~ msgstr "Peniko" + +#~ msgid "JPEG 2000 image" +#~ msgstr "JPEG-2000-bildo" + +#~ msgid "MNG" +#~ msgstr "MNG" + +#~ msgid "Pattern" +#~ msgstr "Modelo" + +#~ msgid "Could not load '%s': %s" +#~ msgstr "Ne eblas ŝargi '%s': %s" + +#~ msgid "PNM" +#~ msgstr "PNM" + +#, fuzzy +#~ msgid "XMC Options" +#~ msgstr "XMC-agordoj" + +#~ msgid "_Delay:" +#~ msgstr "_Prokrasto:" + +#~ msgid "_Copyright:" +#~ msgstr "_Kopirajto:" + +#~ msgid "_License:" +#~ msgstr "Permesi_lo:" + +#~ msgid "_Other:" +#~ msgstr "_Alia:" + +#~ msgid "" +#~ "Horizontal\n" +#~ "Lines" +#~ msgstr "" +#~ "Horizontalaj\n" +#~ "linioj" + +#~ msgid "" +#~ "Vertical\n" +#~ "Lines" +#~ msgstr "" +#~ "Vertikalaj\n" +#~ "linioj" + +#~ msgid "Create an image of a webpage" +#~ msgstr "Krei bildon de retpaĝo" + +#~ msgid "Create from webpage" +#~ msgstr "Krei de retpaĝo" + +#~ msgid "_Create" +#~ msgstr "_Krei" + +#~ msgid "Font size:" +#~ msgstr "Tipargrando:" + +#~ msgid "Large" +#~ msgstr "Grande" + +#~ msgctxt "frame-range" +#~ msgid "From:" +#~ msgstr "De:" + +#~ msgctxt "frame-range" +#~ msgid "To:" +#~ msgstr "Al:" + +#~ msgid "JPEG" +#~ msgstr "JPEG" + +#~ msgid "Create new layer" +#~ msgstr "Krei novan tavolon" + +#~ msgid "Propert_ies" +#~ msgstr "Atr_ibutoj" diff -Nru gimp-2.6.11/po-plug-ins/es.po gimp-2.6.12/po-plug-ins/es.po --- gimp-2.6.11/po-plug-ins/es.po 2010-08-04 20:17:23.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/es.po 2012-01-31 13:50:15.000000000 +0000 @@ -1,5 +1,5 @@ # translation of gimp-plug-ins.gimp-2-6.po to Español -# Copyright © 1998-2000,2003, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright © 1998-2000,2003, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the gimp package. # # Rodrigo Sancho Senosiain , 2000-2002. @@ -9,14 +9,14 @@ # Pablo del Campo , 2004. # Alonso Lara , 2005. # Jorge González , 2007. -# Francisco Vila , 2006, 2007, 2008, 2009, 2010. +# Francisco Vila , 2006, 2007, 2008, 2009, 2010, 2011. msgid "" msgstr "" "Project-Id-Version: gimp-plug-ins.gimp-2-6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=gimp&component=general\n" -"POT-Creation-Date: 2010-07-19 11:54+0000\n" -"PO-Revision-Date: 2010-07-20 10:13+0200\n" +"POT-Creation-Date: 2011-02-15 20:39+0000\n" +"PO-Revision-Date: 2011-02-17 16:33+0100\n" "Last-Translator: Francisco Vila \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -73,7 +73,7 @@ msgstr "A:" #: ../plug-ins/color-rotate/color-rotate-dialog.c:419 -#: ../plug-ins/common/file-ps.c:3231 ../plug-ins/imagemap/imap_menu.c:214 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 msgid "Gray" msgstr "Gris" @@ -297,8 +297,8 @@ #. if and how to center the image on the page #: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 -#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3247 -#: ../plug-ins/common/file-ps.c:3259 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 #: ../plug-ins/file-fits/fits.c:1045 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 @@ -652,7 +652,7 @@ #: ../plug-ins/common/blur-gauss-selective.c:211 #: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 -#: ../plug-ins/common/edge-dog.c:267 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 #: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 #: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 #: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 @@ -894,7 +894,7 @@ msgid "_Elevation:" msgstr "_Elevación:" -#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3398 +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 msgid "_X offset:" msgstr "Desplazamiento _X:" @@ -906,7 +906,7 @@ "El desplazamiento puede ajustarse arrastrando la vista preliminar usando el " "botón central del ratón." -#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407 +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 msgid "_Y offset:" msgstr "Desplazamiento _Y:" @@ -1023,7 +1023,7 @@ #: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541 #: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 #: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 -#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1751 #: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 #: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 #: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 @@ -1966,7 +1966,7 @@ msgstr "Ampliar los valores de brillo para que cubran todo el rango" #: ../plug-ins/common/contrast-normalize.c:92 -#: ../plug-ins/common/edge-dog.c:359 +#: ../plug-ins/common/edge-dog.c:361 msgid "_Normalize" msgstr "_Normalizar" @@ -2212,7 +2212,7 @@ msgid "_Curve Bend..." msgstr "Doblar según _curva…" -#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:176 +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 msgid "Can operate on layers only (but was called on channel or mask)." msgstr "" "Sólo puede funcionar en capas (pero fue llamada en un canal o una máscara)." @@ -2669,7 +2669,7 @@ msgstr "Anti-bandas" #: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 -#: ../plug-ins/common/file-ps.c:3171 ../plug-ins/common/file-ps.c:3380 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 #: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 #: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 #: ../plug-ins/imagemap/imap_cmd_guides.c:165 @@ -2800,31 +2800,31 @@ msgid "_Black" msgstr "_Negro" -#: ../plug-ins/common/edge-dog.c:133 +#: ../plug-ins/common/edge-dog.c:135 msgid "Edge detection with control of edge thickness" msgstr "Detección de bordes con control del grosor del borde" -#: ../plug-ins/common/edge-dog.c:140 +#: ../plug-ins/common/edge-dog.c:142 msgid "_Difference of Gaussians..." msgstr "_Diferencia de Gaussianas…" -#: ../plug-ins/common/edge-dog.c:243 ../plug-ins/common/edge-dog.c:300 +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 msgid "DoG Edge Detect" msgstr "Detección de bordes DoG" -#: ../plug-ins/common/edge-dog.c:329 +#: ../plug-ins/common/edge-dog.c:331 msgid "Smoothing Parameters" msgstr "Parámetros de suavizado" -#: ../plug-ins/common/edge-dog.c:343 +#: ../plug-ins/common/edge-dog.c:345 msgid "_Radius 1:" msgstr "_Radio 1:" -#: ../plug-ins/common/edge-dog.c:347 +#: ../plug-ins/common/edge-dog.c:349 msgid "R_adius 2:" msgstr "R_adio 2:" -#: ../plug-ins/common/edge-dog.c:370 ../plug-ins/gimpressionist/paper.c:167 +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 msgid "_Invert" msgstr "_Invertir" @@ -2984,7 +2984,7 @@ msgstr "Grabado" #: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 -#: ../plug-ins/common/file-ps.c:3181 ../plug-ins/common/file-ps.c:3389 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 #: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 #: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 #: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 @@ -3784,7 +3784,7 @@ msgid "Import from PDF" msgstr "Importar desde PDF" -#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3100 +#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3102 #: ../plug-ins/common/file-tiff-load.c:483 msgid "_Import" msgstr "_Importar" @@ -3991,7 +3991,7 @@ msgid "PostScript save cannot handle images with alpha channels" msgstr "Guardar como PostScript no funciona con imágenes con canales alfa" -#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1763 +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 #, c-format msgid "" "Error starting Ghostscript. Make sure that Ghostscript is installed and - if " @@ -4004,108 +4004,108 @@ "GIMP de su ubicación.\n" "(%s)" -#: ../plug-ins/common/file-ps.c:1930 ../plug-ins/common/file-tiff-load.c:999 +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 #, c-format msgid "Page %d" msgstr "Página %d" -#: ../plug-ins/common/file-ps.c:2600 ../plug-ins/common/file-ps.c:2733 -#: ../plug-ins/common/file-ps.c:2885 ../plug-ins/common/file-ps.c:3011 +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 #: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 #: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 msgid "Write error occurred" msgstr "Ocurrió un error de escritura" -#: ../plug-ins/common/file-ps.c:3095 +#: ../plug-ins/common/file-ps.c:3097 msgid "Import from PostScript" msgstr "Importar PostScript de" #. Rendering -#: ../plug-ins/common/file-ps.c:3138 +#: ../plug-ins/common/file-ps.c:3140 msgid "Rendering" msgstr "Renderizado" #. Resolution -#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:929 +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 #: ../plug-ins/common/file-wmf.c:692 msgid "Resolution:" msgstr "Resolución:" -#: ../plug-ins/common/file-ps.c:3193 +#: ../plug-ins/common/file-ps.c:3195 msgid "Pages:" msgstr "Páginas:" -#: ../plug-ins/common/file-ps.c:3200 +#: ../plug-ins/common/file-ps.c:3202 msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" msgstr "Páginas a cargar (ej: 1-4 o 1,3,5-7)" -#: ../plug-ins/common/file-ps.c:3204 ../plug-ins/common/sphere-designer.c:2643 +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2643 msgid "Layers" msgstr "Capas" -#: ../plug-ins/common/file-ps.c:3206 +#: ../plug-ins/common/file-ps.c:3208 msgid "Images" msgstr "Imágenes" -#: ../plug-ins/common/file-ps.c:3209 +#: ../plug-ins/common/file-ps.c:3211 msgid "Open as" msgstr "Abrir como" # //R ¿Está bien traducido? -#: ../plug-ins/common/file-ps.c:3213 +#: ../plug-ins/common/file-ps.c:3215 msgid "Try Bounding Box" msgstr "Intentar con cajas de contorno" #. Colouring -#: ../plug-ins/common/file-ps.c:3226 +#: ../plug-ins/common/file-ps.c:3228 msgid "Coloring" msgstr "Coloreado" -#: ../plug-ins/common/file-ps.c:3230 +#: ../plug-ins/common/file-ps.c:3232 msgid "B/W" msgstr "B/N" -#: ../plug-ins/common/file-ps.c:3232 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 #: ../plug-ins/gimpressionist/color.c:66 #: ../plug-ins/gimpressionist/general.c:170 #: ../plug-ins/imagemap/imap_menu.c:213 msgid "Color" msgstr "Color" -#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/file-fits/fits.c:1033 +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 msgid "Automatic" msgstr "Automático" -#: ../plug-ins/common/file-ps.c:3243 +#: ../plug-ins/common/file-ps.c:3245 msgid "Text antialiasing" msgstr "Suavizado de texto" -#: ../plug-ins/common/file-ps.c:3248 ../plug-ins/common/file-ps.c:3260 +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 msgid "Weak" msgstr "Débil" -#: ../plug-ins/common/file-ps.c:3249 ../plug-ins/common/file-ps.c:3261 +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 msgid "Strong" msgstr "Fuerte" -#: ../plug-ins/common/file-ps.c:3255 +#: ../plug-ins/common/file-ps.c:3257 msgid "Graphic antialiasing" msgstr "Suavizado de gráficos" -#: ../plug-ins/common/file-ps.c:3333 +#: ../plug-ins/common/file-ps.c:3335 msgid "Save as PostScript" msgstr "Guardar como PostScript" #. Image Size -#: ../plug-ins/common/file-ps.c:3364 +#: ../plug-ins/common/file-ps.c:3366 msgid "Image Size" msgstr "Tamaño de imagen" -#: ../plug-ins/common/file-ps.c:3413 +#: ../plug-ins/common/file-ps.c:3415 msgid "_Keep aspect ratio" msgstr "_Mantener proporción" -#: ../plug-ins/common/file-ps.c:3419 +#: ../plug-ins/common/file-ps.c:3421 msgid "" "When toggled, the resulting image will be scaled to fit into the given size " "without changing the aspect ratio." @@ -4114,42 +4114,42 @@ "el tamaño dado sin cambiar la proporción." #. Unit -#: ../plug-ins/common/file-ps.c:3429 +#: ../plug-ins/common/file-ps.c:3431 msgid "Unit" msgstr "Unidad" -#: ../plug-ins/common/file-ps.c:3433 +#: ../plug-ins/common/file-ps.c:3435 msgid "_Inch" msgstr "P_ulgada" -#: ../plug-ins/common/file-ps.c:3434 +#: ../plug-ins/common/file-ps.c:3436 msgid "_Millimeter" msgstr "_Milímetro" #. Rotation -#: ../plug-ins/common/file-ps.c:3445 +#: ../plug-ins/common/file-ps.c:3447 #: ../plug-ins/map-object/map-object-ui.c:1035 msgid "Rotation" msgstr "Rotación" #. Format -#: ../plug-ins/common/file-ps.c:3460 +#: ../plug-ins/common/file-ps.c:3462 msgid "Output" msgstr "Salida" -#: ../plug-ins/common/file-ps.c:3466 +#: ../plug-ins/common/file-ps.c:3468 msgid "_PostScript level 2" msgstr "_PostScript nivel 2" -#: ../plug-ins/common/file-ps.c:3475 +#: ../plug-ins/common/file-ps.c:3477 msgid "_Encapsulated PostScript" msgstr "PostScript _encapsulado" -#: ../plug-ins/common/file-ps.c:3484 +#: ../plug-ins/common/file-ps.c:3486 msgid "P_review" msgstr "Vista p_revia" -#: ../plug-ins/common/file-ps.c:3505 +#: ../plug-ins/common/file-ps.c:3507 msgid "Preview _size:" msgstr "Tamaño de la vi_sta previa:" @@ -6227,11 +6227,11 @@ #: ../plug-ins/common/pixelize.c:171 msgid "_Pixelize..." -msgstr "_Pixelizar…" +msgstr "_Pixelar…" #: ../plug-ins/common/pixelize.c:273 msgid "Pixelizing" -msgstr "Pixelizando" +msgstr "Pixelando" #: ../plug-ins/common/pixelize.c:316 msgid "Pixelize" @@ -6536,77 +6536,77 @@ msgid "_Sample Colorize..." msgstr "_Colorear desde muestra…" -#: ../plug-ins/common/sample-colorize.c:1318 +#: ../plug-ins/common/sample-colorize.c:1327 msgid "Sample Colorize" msgstr "Colorear desde muestra" -#: ../plug-ins/common/sample-colorize.c:1323 +#: ../plug-ins/common/sample-colorize.c:1332 msgid "Get _Sample Colors" msgstr "Obtener colores de _muestra" #. layer combo_box (Dst) -#: ../plug-ins/common/sample-colorize.c:1352 +#: ../plug-ins/common/sample-colorize.c:1361 msgid "Destination:" msgstr "Destino:" #. layer combo_box (Sample) -#: ../plug-ins/common/sample-colorize.c:1368 +#: ../plug-ins/common/sample-colorize.c:1377 msgid "Sample:" msgstr "Muestra:" -#: ../plug-ins/common/sample-colorize.c:1378 +#: ../plug-ins/common/sample-colorize.c:1387 msgid "From reverse gradient" msgstr "Desde degradado invertido" -#: ../plug-ins/common/sample-colorize.c:1383 +#: ../plug-ins/common/sample-colorize.c:1392 msgid "From gradient" msgstr "Desde degradado" #. check button -#: ../plug-ins/common/sample-colorize.c:1404 -#: ../plug-ins/common/sample-colorize.c:1431 +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 msgid "Show selection" msgstr "Mostrar selección" #. check button -#: ../plug-ins/common/sample-colorize.c:1415 -#: ../plug-ins/common/sample-colorize.c:1442 +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 msgid "Show color" msgstr "Mostrar color" -#: ../plug-ins/common/sample-colorize.c:1555 +#: ../plug-ins/common/sample-colorize.c:1564 msgid "Input levels:" msgstr "Niveles de entrada:" -#: ../plug-ins/common/sample-colorize.c:1605 +#: ../plug-ins/common/sample-colorize.c:1614 msgid "Output levels:" msgstr "Niveles de salida:" #. check button -#: ../plug-ins/common/sample-colorize.c:1645 +#: ../plug-ins/common/sample-colorize.c:1654 msgid "Hold intensity" msgstr "Mantener intensidad" #. check button -#: ../plug-ins/common/sample-colorize.c:1656 +#: ../plug-ins/common/sample-colorize.c:1665 msgid "Original intensity" msgstr "Intensidad original" #. check button -#: ../plug-ins/common/sample-colorize.c:1674 +#: ../plug-ins/common/sample-colorize.c:1683 msgid "Use subcolors" msgstr "Usar sub-colores" #. check button -#: ../plug-ins/common/sample-colorize.c:1685 +#: ../plug-ins/common/sample-colorize.c:1694 msgid "Smooth samples" msgstr "Suavizar las muestras" -#: ../plug-ins/common/sample-colorize.c:2657 +#: ../plug-ins/common/sample-colorize.c:2666 msgid "Sample analyze" msgstr "Análisis de muestra" -#: ../plug-ins/common/sample-colorize.c:3035 +#: ../plug-ins/common/sample-colorize.c:3044 msgid "Remap colorized" msgstr "Volver a mapear el colorizado" diff -Nru gimp-2.6.11/po-plug-ins/gl.po gimp-2.6.12/po-plug-ins/gl.po --- gimp-2.6.11/po-plug-ins/gl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/gl.po 2012-01-31 13:50:15.000000000 +0000 @@ -4,19 +4,21 @@ # fjrial , 2008. # Frco. Javier Rial Rodríguez , 2008. # Ignacio Casal Quinteiro , 2008. +# Fran Diéguez , 2010. msgid "" msgstr "" "Project-Id-Version: gimp-plug-ins.HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-22 14:50+0200\n" -"PO-Revision-Date: 2008-09-22 14:51+0200\n" -"Last-Translator: Ignacio Casal Quinteiro \n" -"Language-Team: Galego \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-08-12 12:00+0000\n" +"PO-Revision-Date: 2010-03-04 10:00+0100\n" +"Last-Translator: Fran Diéguez \n" +"Language-Team: Galician \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../plug-ins/color-rotate/color-rotate-dialog.c:119 msgid "Original" @@ -65,7 +67,7 @@ msgstr "A:" #: ../plug-ins/color-rotate/color-rotate-dialog.c:419 -#: ../plug-ins/common/file-ps.c:3231 ../plug-ins/imagemap/imap_menu.c:214 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 msgid "Gray" msgstr "Gris" @@ -289,8 +291,8 @@ #. if and how to center the image on the page #: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 -#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3247 -#: ../plug-ins/common/file-ps.c:3259 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 #: ../plug-ins/file-fits/fits.c:1045 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 @@ -384,7 +386,7 @@ #: ../plug-ins/common/animation-optimize.c:153 msgid "Reduce file size where combining layers is possible" -msgstr "Reducir o tamaño do ficheiro cando é posible combinar as capas" +msgstr "Reducir o tamaño do ficheiro cando é posíbel combinar as capas" #: ../plug-ins/common/animation-optimize.c:163 msgid "_Optimize (Difference)" @@ -477,7 +479,7 @@ #: ../plug-ins/common/animation-play.c:492 msgid "Detach the animation from the dialog window" -msgstr "Separar a animación da ventá de diálogo" +msgstr "Separar a animación da xanela de diálogo" #: ../plug-ins/common/animation-play.c:584 msgid "Animation Playback:" @@ -489,7 +491,7 @@ #: ../plug-ins/common/animation-play.c:803 msgid "Tried to display an invalid layer." -msgstr "Intentouse amosar unha capa non válida." +msgstr "Intentouse mostrar unha capa incorrecta." #: ../plug-ins/common/animation-play.c:1323 #, c-format @@ -508,7 +510,7 @@ msgid "_Antialias" msgstr "_Suavizado" -#: ../plug-ins/common/antialias.c:147 +#: ../plug-ins/common/antialias.c:149 msgid "Antialiasing..." msgstr "Suavizado..." @@ -595,18 +597,18 @@ #: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 #: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 #: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 -#: ../plug-ins/common/file-gif-load.c:913 ../plug-ins/common/file-pcx.c:412 -#: ../plug-ins/common/file-pcx.c:418 ../plug-ins/common/file-pix.c:382 -#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:584 -#: ../plug-ins/common/file-raw.c:712 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-gif-load.c:914 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 #: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 #: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 #: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 -#: ../plug-ins/file-bmp/bmp-read.c:590 ../plug-ins/file-faxg3/faxg3.c:478 -#: ../plug-ins/file-fits/fits.c:530 ../plug-ins/file-jpeg/jpeg-load.c:249 -#: ../plug-ins/file-jpeg/jpeg-load.c:758 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 #: ../plug-ins/file-psd/psd-image-res-load.c:995 -#: ../plug-ins/file-psd/psd-load.c:1523 ../plug-ins/file-sgi/sgi.c:384 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 #: ../plug-ins/gfig/gfig-dialog.c:1284 #: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 #: ../plug-ins/win-snap/winsnap.c:1155 @@ -642,10 +644,10 @@ #: ../plug-ins/common/blur-gauss-selective.c:211 #: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 -#: ../plug-ins/common/edge-dog.c:267 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 #: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 #: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 -#: ../plug-ins/file-sgi/sgi.c:536 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 #: ../plug-ins/gradient-flare/gradient-flare.c:966 msgid "Cannot operate on indexed color images." msgstr "Non fuciona con imaxes de cor indexadas." @@ -682,12 +684,12 @@ msgstr "Raio de desenfoque" #: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 -#: ../plug-ins/common/noise-spread.c:384 +#: ../plug-ins/common/noise-spread.c:386 msgid "_Horizontal:" msgstr "_Horizontal:" #: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 -#: ../plug-ins/common/noise-spread.c:388 +#: ../plug-ins/common/noise-spread.c:390 msgid "_Vertical:" msgstr "_Vertical:" @@ -884,7 +886,7 @@ msgid "_Elevation:" msgstr "_Elevación:" -#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3398 +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 msgid "_X offset:" msgstr "Desprazamento en _X:" @@ -896,7 +898,7 @@ "O desprazamento pode axustarse ao arrastrarse a vista previa co botón " "central do rato." -#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407 +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 msgid "_Y offset:" msgstr "Desprazamento en _Y" @@ -1009,34 +1011,34 @@ #: ../plug-ins/common/file-compressor.c:666 #: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 #: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 -#: ../plug-ins/common/file-mng.c:1073 ../plug-ins/common/file-pat.c:330 -#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541 +#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:552 #: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 -#: ../plug-ins/common/file-pnm.c:493 ../plug-ins/common/file-ps.c:1036 -#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751 -#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1755 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 #: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 -#: ../plug-ins/common/file-svg.c:718 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 #: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 -#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002 -#: ../plug-ins/file-bmp/bmp-read.c:154 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2003 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 #: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 -#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653 -#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109 -#: ../plug-ins/file-jpeg/jpeg-load.c:828 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 #: ../plug-ins/file-psd/psd-thumb-load.c:80 #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:188 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:190 #: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568 #: ../plug-ins/flame/flame.c:412 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863 #: ../plug-ins/fractal-explorer/fractal-explorer.c:929 #: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 #: ../plug-ins/help/gimphelplocale.c:239 -#: ../plug-ins/lighting/lighting-ui.c:1354 +#: ../plug-ins/lighting/lighting-ui.c:1355 #, c-format msgid "Could not open '%s' for reading: %s" -msgstr "Non foi posible abrir '%s' para a súa lectura: %s" +msgstr "Non foi posíbel abrir '%s' para a súa lectura: %s" #: ../plug-ins/common/channel-mixer.c:1005 msgid "Save Channel Mixer Settings" @@ -1049,21 +1051,21 @@ #: ../plug-ins/common/file-compressor.c:590 #: ../plug-ins/common/file-compressor.c:677 #: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 -#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 #: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 -#: ../plug-ins/common/file-mng.c:575 ../plug-ins/common/file-mng.c:909 -#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666 -#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270 -#: ../plug-ins/common/file-pnm.c:973 ../plug-ins/common/file-ps.c:1213 -#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574 +#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 #: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 #: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 -#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2112 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2114 #: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 #: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 -#: ../plug-ins/file-jpeg/jpeg-save.c:323 ../plug-ins/file-psd/psd-save.c:1626 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:161 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:163 #: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729 #: ../plug-ins/flame/flame.c:443 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546 @@ -1071,7 +1073,7 @@ #: ../plug-ins/lighting/lighting-ui.c:1211 #, c-format msgid "Could not open '%s' for writing: %s" -msgstr "Non foi posible abrir '%s' para a súa escritura: %s" +msgstr "Non foi posíbel abrir '%s' para a súa escritura: %s" #: ../plug-ins/common/channel-mixer.c:1068 #: ../plug-ins/common/cml-explorer.c:2060 @@ -1531,7 +1533,7 @@ #: ../plug-ins/common/cml-explorer.c:2274 msgid "Error: failed to load parameters" -msgstr "Erro: fallou ao cargar os parámetros" +msgstr "Erro: produciuse un fallo ao cargar os parámetros" #: ../plug-ins/common/color-cube-analyze.c:106 msgid "Analyze the set of colors in the image" @@ -1568,7 +1570,7 @@ #: ../plug-ins/common/color-enhance.c:69 msgid "Stretch color saturation to cover maximum possible range" -msgstr "Ampliar a saturación de cor para cubrir a máxima gama posible" +msgstr "Ampliar a saturación de cor para cubrir a máxima gama posíbel" #: ../plug-ins/common/color-enhance.c:81 msgid "_Color Enhance" @@ -1697,7 +1699,7 @@ #: ../plug-ins/common/colormap-remap.c:308 msgid "Invalid remap array was passed to remap function" msgstr "" -"Pasouse unha matriz de reasignación non válida á función de resasignación" +"Pasouse unha matriz de reasignación incorrecta á función de resasignación" #: ../plug-ins/common/colormap-remap.c:332 msgid "Rearranging the colormap" @@ -1733,11 +1735,11 @@ "original indices. Right-click for a menu with sort options." msgstr "" "Arrastre e solte as cores para configurar o mapa de cores. Os números que se " -"amosan son os índices orixinais. Prema o botón dereito para abrir un menú " +"mostran son os índices orixinais. Prema o botón dereito para abrir un menú " "con opcións de ordenación." #: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 -#: ../plug-ins/common/file-raw.c:1023 +#: ../plug-ins/common/file-raw.c:1025 msgid "RGB" msgstr "RGB" @@ -1884,13 +1886,13 @@ #: ../plug-ins/common/compose.c:545 #, c-format msgid "Could not get layers for image %d" -msgstr "Non foi posible obter capas para a imaxe %d" +msgstr "Non foi posíbel obter capas para a imaxe %d" #: ../plug-ins/common/compose.c:612 msgid "Composing" msgstr "A compor" -#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1735 +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 msgid "At least one image is needed to compose" msgstr "Precísase, cando menos, unha imaxe para compor" @@ -1909,7 +1911,7 @@ #: ../plug-ins/common/compose.c:773 msgid "Error in getting layer IDs" -msgstr "Erro ao obter os ID da capa" +msgstr "Produciuse un erro ao obter os ID da capa" #: ../plug-ins/common/compose.c:796 #, c-format @@ -1918,27 +1920,27 @@ #: ../plug-ins/common/compose.c:824 msgid "Unable to recompose, source layer not found" -msgstr "Non se pode recompor; non se achou a capa de orixe" +msgstr "Non é posíbel recompor; non se achou a capa de orixe" -#: ../plug-ins/common/compose.c:1488 +#: ../plug-ins/common/compose.c:1481 msgid "Compose" msgstr "Compor" #. Compose type combo -#: ../plug-ins/common/compose.c:1515 +#: ../plug-ins/common/compose.c:1508 msgid "Compose Channels" msgstr "Compor canles" -#: ../plug-ins/common/compose.c:1525 ../plug-ins/common/decompose.c:1515 +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 msgid "Color _model:" msgstr "_Modelo de cor:" #. Channel representation table -#: ../plug-ins/common/compose.c:1557 +#: ../plug-ins/common/compose.c:1550 msgid "Channel Representations" msgstr "Representacións da canle" -#: ../plug-ins/common/compose.c:1620 +#: ../plug-ins/common/compose.c:1613 msgid "Mask value" msgstr "Valor da máscara" @@ -1947,7 +1949,7 @@ msgstr "Ampliar os valores do brillo para que cubran todo o rango" #: ../plug-ins/common/contrast-normalize.c:92 -#: ../plug-ins/common/edge-dog.c:359 +#: ../plug-ins/common/edge-dog.c:361 msgid "_Normalize" msgstr "_Normalizar" @@ -2005,7 +2007,7 @@ #: ../plug-ins/common/contrast-stretch-hsv.c:68 msgid "Stretch image contrast to cover the maximum possible range" -msgstr "Estender o contraste da imaxe para abranguer a máxima gama posible" +msgstr "Estender o contraste da imaxe para abranguer a máxima gama posíbel" #: ../plug-ins/common/contrast-stretch-hsv.c:81 msgid "Stretch _HSV" @@ -2021,7 +2023,7 @@ #: ../plug-ins/common/contrast-stretch.c:68 msgid "Stretch contrast to cover the maximum possible range" -msgstr "Estender o contraste para abranguer a máxima gama posible" +msgstr "Estender o contraste para abranguer a máxima gama posíbel" #: ../plug-ins/common/contrast-stretch.c:79 msgid "_Stretch Contrast" @@ -2100,7 +2102,7 @@ msgstr "D_ivisor:" #: ../plug-ins/common/convolution-matrix.c:1008 -#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1043 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 msgid "O_ffset:" msgstr "Des_prazamento:" @@ -2193,7 +2195,7 @@ msgid "_Curve Bend..." msgstr "_Dobrar curva..." -#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:176 +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 msgid "Can operate on layers only (but was called on channel or mask)." msgstr "Só pode operar en capas (mais chamouse nunha canle ou nunha máscara)." @@ -2545,30 +2547,30 @@ msgid "Decomposing" msgstr "A descompor" -#: ../plug-ins/common/decompose.c:1480 +#: ../plug-ins/common/decompose.c:1487 msgid "Decompose" msgstr "Decompor" -#: ../plug-ins/common/decompose.c:1503 +#: ../plug-ins/common/decompose.c:1510 msgid "Extract Channels" msgstr "Extraer canles" -#: ../plug-ins/common/decompose.c:1550 +#: ../plug-ins/common/decompose.c:1557 msgid "_Decompose to layers" msgstr "_Descompor a capas" -#: ../plug-ins/common/decompose.c:1561 +#: ../plug-ins/common/decompose.c:1568 msgid "_Foreground as registration color" msgstr "Cor do _primeiro plano como cor de rexistro" -#: ../plug-ins/common/decompose.c:1562 +#: ../plug-ins/common/decompose.c:1569 msgid "" "Pixels in the foreground color will appear black in all output images. This " "can be used for things like crop marks that have to show up on all channels." msgstr "" "Os píxeles na cor do primeiro plano aparecerán negros en todas as imaxes de " "saída. Isto pode empregarse para cosas como marcas de corte que teñen que " -"amosarse en todas as canles." +"mostrarse en todas as canles." #: ../plug-ins/common/deinterlace.c:91 msgid "Fix images where every other row is missing" @@ -2687,8 +2689,8 @@ msgstr "Suprimir bandas" #: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 -#: ../plug-ins/common/file-ps.c:3171 ../plug-ins/common/file-ps.c:3380 -#: ../plug-ins/common/file-raw.c:1056 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 #: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 #: ../plug-ins/imagemap/imap_cmd_guides.c:165 #: ../plug-ins/imagemap/imap_rectangle.c:403 @@ -2818,31 +2820,31 @@ msgid "_Black" msgstr "_Negro" -#: ../plug-ins/common/edge-dog.c:133 +#: ../plug-ins/common/edge-dog.c:135 msgid "Edge detection with control of edge thickness" msgstr "Detección do bordo con control do seu grosor" -#: ../plug-ins/common/edge-dog.c:140 +#: ../plug-ins/common/edge-dog.c:142 msgid "_Difference of Gaussians..." msgstr "_Diferenza de Gauss..." -#: ../plug-ins/common/edge-dog.c:243 ../plug-ins/common/edge-dog.c:300 +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 msgid "DoG Edge Detect" msgstr "Detección de bordos DoG" -#: ../plug-ins/common/edge-dog.c:329 +#: ../plug-ins/common/edge-dog.c:331 msgid "Smoothing Parameters" msgstr "Suavizando parámetros" -#: ../plug-ins/common/edge-dog.c:343 +#: ../plug-ins/common/edge-dog.c:345 msgid "_Radius 1:" msgstr "_Raio 1:" -#: ../plug-ins/common/edge-dog.c:347 +#: ../plug-ins/common/edge-dog.c:349 msgid "R_adius 2:" msgstr "R_aio 2:" -#: ../plug-ins/common/edge-dog.c:370 ../plug-ins/gimpressionist/paper.c:167 +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 msgid "_Invert" msgstr "_Inverter" @@ -2999,8 +3001,8 @@ msgstr "Gravar" #: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 -#: ../plug-ins/common/file-ps.c:3181 ../plug-ins/common/file-ps.c:3389 -#: ../plug-ins/common/file-raw.c:1069 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 #: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 #: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 #: ../plug-ins/imagemap/imap_rectangle.c:410 @@ -3040,24 +3042,24 @@ #: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 #: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 #: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 -#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:826 #: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728 -#: ../plug-ins/common/file-pnm.c:498 ../plug-ins/common/file-ps.c:1042 -#: ../plug-ins/common/file-raw.c:671 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 #: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 #: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 #: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 -#: ../plug-ins/file-bmp/bmp-read.c:159 ../plug-ins/file-faxg3/faxg3.c:217 -#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 #: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 -#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 #, c-format msgid "Opening '%s'" msgstr "A abrir '%s'" #: ../plug-ins/common/file-cel.c:354 msgid "Can't create a new image" -msgstr "Non se pode crear unha imaxe nova" +msgstr "Non é posíbel crear unha imaxe nova" #: ../plug-ins/common/file-cel.c:443 #, c-format @@ -3066,18 +3068,18 @@ #. init the progress meter #. And let's begin the progress -#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:637 +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 #: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 -#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:467 -#: ../plug-ins/common/file-pcx.c:627 ../plug-ins/common/file-pix.c:529 -#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:978 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 #: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 #: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 #: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 #: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 #: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 -#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:280 -#: ../plug-ins/file-psd/psd-save.c:1631 ../plug-ins/file-sgi/sgi.c:554 +#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 #: ../plug-ins/file-xjt/xjt.c:1710 #, c-format msgid "Saving '%s'" @@ -3158,7 +3160,7 @@ #: ../plug-ins/common/file-desktop-link.c:173 #, c-format msgid "Error loading desktop file '%s': %s" -msgstr "Erro ao se cargar o ficheiro de escritorio '%s': %s" +msgstr "Produciuse un erro ao se cargar o ficheiro de escritorio '%s': %s" #: ../plug-ins/common/file-dicom.c:146 msgid "DICOM image" @@ -3173,56 +3175,63 @@ msgid "'%s' is not a DICOM file." msgstr "'%s' non é un ficheiro de DICOM." -#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:659 -#: ../plug-ins/common/file-pnm.c:963 +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 msgid "Cannot save images with alpha channel." -msgstr "Non se poden gardar imaxes con canle alfa." +msgstr "Non é posíbel gardar imaxes con canle alfa." #: ../plug-ins/common/file-dicom.c:784 ../plug-ins/common/file-ps.c:1203 #: ../plug-ins/common/file-xwd.c:604 ../plug-ins/file-fits/fits.c:466 #: ../plug-ins/file-xjt/xjt.c:1705 msgid "Cannot operate on unknown image types." -msgstr "Non é posible operar con tipos de imaxe descoñecidos." +msgstr "Non é posíbel operar con tipos de imaxe descoñecidos." #: ../plug-ins/common/file-gbr.c:154 ../plug-ins/common/file-gbr.c:175 msgid "GIMP brush" msgstr "Pincel do GIMP" -#: ../plug-ins/common/file-gbr.c:401 ../plug-ins/common/file-gbr.c:413 +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "" +"Os datos da cabeceira son incorrectos en '%s': width=%lu, height=%lu, bytes=%" +"lu" + +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 msgid "Unsupported brush format" msgstr "Formato de pincel non admitido" -#: ../plug-ins/common/file-gbr.c:425 +#: ../plug-ins/common/file-gbr.c:440 #, c-format msgid "Error in GIMP brush file '%s'" msgstr "Erro no ficheiro de pincel do GIMP '%s'" -#: ../plug-ins/common/file-gbr.c:433 +#: ../plug-ins/common/file-gbr.c:448 #, c-format msgid "Invalid UTF-8 string in brush file '%s'." msgstr "Unha de cadea UTF-8 non é válida no ficheiro de pincel '%s'." -#: ../plug-ins/common/file-gbr.c:439 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 #: ../plug-ins/common/file-gih.c:1173 #: ../plug-ins/gradient-flare/gradient-flare.c:3063 msgid "Unnamed" msgstr "Sen nome" -#: ../plug-ins/common/file-gbr.c:622 +#: ../plug-ins/common/file-gbr.c:637 msgid "GIMP brushes are either GRAYSCALE or RGBA" msgstr "Os pinceis do GIMP son o RGBA ou ESCALA DE GRISES" -#: ../plug-ins/common/file-gbr.c:720 +#: ../plug-ins/common/file-gbr.c:735 msgid "Save as Brush" msgstr "Gardar como pincel" #. attach labels -#: ../plug-ins/common/file-gbr.c:747 ../plug-ins/common/grid.c:790 +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 msgid "Spacing:" msgstr "Espazamento:" -#: ../plug-ins/common/file-gbr.c:758 ../plug-ins/common/file-gih.c:925 -#: ../plug-ins/common/file-pat.c:556 ../plug-ins/gimpressionist/presets.c:666 +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 msgid "Description:" msgstr "Descrición:" @@ -3239,28 +3248,28 @@ msgid "Non-square pixels. Image might look squashed." msgstr "Píxeles non cadrados. A imaxe verase esmagada" -#: ../plug-ins/common/file-gif-load.c:915 +#: ../plug-ins/common/file-gif-load.c:916 #, c-format msgid "Background (%d%s)" msgstr "Fondo (%d%s)" -#: ../plug-ins/common/file-gif-load.c:938 +#: ../plug-ins/common/file-gif-load.c:939 #, c-format msgid "Opening '%s' (frame %d)" msgstr "A abrir '%s' (fotograma %d)" -#: ../plug-ins/common/file-gif-load.c:967 ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/file-gif-load.c:968 ../plug-ins/common/iwarp.c:791 #: ../plug-ins/common/iwarp.c:826 #, c-format msgid "Frame %d" msgstr "Fotograma %d" -#: ../plug-ins/common/file-gif-load.c:969 +#: ../plug-ins/common/file-gif-load.c:970 #, c-format msgid "Frame %d (%d%s)" msgstr "Fotograma %d (%d%s)" -#: ../plug-ins/common/file-gif-load.c:1000 +#: ../plug-ins/common/file-gif-load.c:1001 #, c-format msgid "" "GIF: Undocumented GIF composite type %d is not handled. Animation might not " @@ -3272,7 +3281,7 @@ #: ../plug-ins/common/file-gif-save.c:447 msgid "Couldn't simply reduce colors further. Saving as opaque." msgstr "" -"Simplemente non foi posible reducir máis as cores. A gardar como opaco." +"Simplemente non foi posíbel reducir máis as cores. A gardar como opaco." #: ../plug-ins/common/file-gif-save.c:562 #, c-format @@ -3280,8 +3289,8 @@ "Unable to save '%s'. The GIF file format does not support images that are " "more than %d pixels wide or tall." msgstr "" -"Non se puido gardar '%s'. O formato de ficheiro GIF non admite imaxes que " -"teñan máis de %d píxeles de alto ou de largo." +"Non foi posíbel gardar '%s'. O formato de ficheiro GIF non admite imaxes " +"que teñan máis de %d píxeles de alto ou de largo." #: ../plug-ins/common/file-gif-save.c:673 msgid "" @@ -3295,7 +3304,7 @@ msgid "" "Cannot save RGB color images. Convert to indexed color or grayscale first." msgstr "" -"Non é posible gardar imaxes de cor RGB. É preciso converter a cor indexada " +"Non é posíbel gardar imaxes de cor RGB. É preciso converter a cor indexada " "ou a escala de grises." #: ../plug-ins/common/file-gif-save.c:910 @@ -3348,7 +3357,7 @@ msgid "_Delay between frames where unspecified:" msgstr "_Atraso entre fotogramas cando non se especificar:" -#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1474 +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507 msgid "milliseconds" msgstr "milisegundos" @@ -3384,7 +3393,7 @@ #: ../plug-ins/common/file-gif-save.c:2411 #, c-format msgid "The default comment is limited to %d characters." -msgstr "O comentario predeterminado está limitado a %d caracteres." +msgstr "O comentario predefinido está limitado a %d caracteres." #: ../plug-ins/common/file-gih.c:209 ../plug-ins/common/file-gih.c:230 msgid "GIMP brush (animated)" @@ -3405,7 +3414,7 @@ #: ../plug-ins/common/file-gih.c:718 msgid "Couldn't load one brush in the pipe, giving up." -msgstr "Non se puido crear un pincel no tubo; a renunciar." +msgstr "Non foi posíbel crear un pincel no tubo; a renunciar." #: ../plug-ins/common/file-gih.c:881 msgid "Save as Brush Pipe" @@ -3445,7 +3454,7 @@ #: ../plug-ins/common/file-gih.c:1045 msgid "Display as:" -msgstr "Amosar como:" +msgstr "Mostrar como:" #: ../plug-ins/common/file-gih.c:1054 msgid "Dimension:" @@ -3590,111 +3599,111 @@ #. Inform the user that we couldn't losslessly save the #. * transparency & just use the full palette -#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1760 +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 msgid "Couldn't losslessly save transparency, saving opacity instead." msgstr "" -"Non se puido gardar a perda da transparencia; no seu lugar, gárdase a " +"Non foi posíbel gardar a perda da transparencia; no seu lugar, gárdase a " "opacidade." -#: ../plug-ins/common/file-mng.c:1254 +#: ../plug-ins/common/file-mng.c:1287 msgid "Save as MNG" msgstr "Gardar como MNG" -#: ../plug-ins/common/file-mng.c:1274 +#: ../plug-ins/common/file-mng.c:1307 msgid "MNG Options" msgstr "Opcións de MNG" -#: ../plug-ins/common/file-mng.c:1280 +#: ../plug-ins/common/file-mng.c:1313 msgid "Interlace" msgstr "Entrelazar" -#: ../plug-ins/common/file-mng.c:1292 +#: ../plug-ins/common/file-mng.c:1325 msgid "Save background color" msgstr "Gardar a cor de fondo" -#: ../plug-ins/common/file-mng.c:1303 +#: ../plug-ins/common/file-mng.c:1336 msgid "Save gamma" msgstr "Gardar gamma" -#: ../plug-ins/common/file-mng.c:1313 +#: ../plug-ins/common/file-mng.c:1346 msgid "Save resolution" msgstr "Gardar a resolución" -#: ../plug-ins/common/file-mng.c:1324 +#: ../plug-ins/common/file-mng.c:1357 msgid "Save creation time" msgstr "Gardar a hora de creación" -#: ../plug-ins/common/file-mng.c:1343 +#: ../plug-ins/common/file-mng.c:1376 msgid "PNG" msgstr "PNG" -#: ../plug-ins/common/file-mng.c:1344 +#: ../plug-ins/common/file-mng.c:1377 msgid "JNG" msgstr "JNG" -#: ../plug-ins/common/file-mng.c:1347 +#: ../plug-ins/common/file-mng.c:1380 msgid "PNG + delta PNG" msgstr "PNG + PNG delta" -#: ../plug-ins/common/file-mng.c:1348 +#: ../plug-ins/common/file-mng.c:1381 msgid "JNG + delta PNG" msgstr "JNG + PNG delta" -#: ../plug-ins/common/file-mng.c:1349 +#: ../plug-ins/common/file-mng.c:1382 msgid "All PNG" msgstr "Todo PNG" -#: ../plug-ins/common/file-mng.c:1350 +#: ../plug-ins/common/file-mng.c:1383 msgid "All JNG" msgstr "Todo JNG" -#: ../plug-ins/common/file-mng.c:1362 +#: ../plug-ins/common/file-mng.c:1395 msgid "Default chunks type:" -msgstr "Tipo de anacos predeterminado" +msgstr "Tipo de anacos predefinido" -#: ../plug-ins/common/file-mng.c:1365 +#: ../plug-ins/common/file-mng.c:1398 msgid "Combine" msgstr "Combinar" -#: ../plug-ins/common/file-mng.c:1366 +#: ../plug-ins/common/file-mng.c:1399 msgid "Replace" msgstr "Substituír" -#: ../plug-ins/common/file-mng.c:1377 +#: ../plug-ins/common/file-mng.c:1410 msgid "Default frame disposal:" -msgstr "Disposición predeterminada dos fotogramas" +msgstr "Disposición predefinida dos fotogramas" -#: ../plug-ins/common/file-mng.c:1389 +#: ../plug-ins/common/file-mng.c:1422 msgid "PNG compression level:" msgstr "Nivel de compresión de PNG:" -#: ../plug-ins/common/file-mng.c:1397 ../plug-ins/common/file-png.c:1908 +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 msgid "Choose a high compression level for small file size" msgstr "" "Escolla un nivel de compresión alto para facer máis pequeno o tamaño do " "ficheiro" -#: ../plug-ins/common/file-mng.c:1411 +#: ../plug-ins/common/file-mng.c:1444 msgid "JPEG compression quality:" msgstr "Calidade da compresión de JPEG:" -#: ../plug-ins/common/file-mng.c:1428 +#: ../plug-ins/common/file-mng.c:1461 msgid "JPEG smoothing factor:" msgstr "Factor de suavizado de JPEG:" -#: ../plug-ins/common/file-mng.c:1438 +#: ../plug-ins/common/file-mng.c:1471 msgid "Animated MNG Options" msgstr "Opcións do MNG animado" -#: ../plug-ins/common/file-mng.c:1444 +#: ../plug-ins/common/file-mng.c:1477 msgid "Loop" msgstr "Bucle" -#: ../plug-ins/common/file-mng.c:1458 +#: ../plug-ins/common/file-mng.c:1491 msgid "Default frame delay:" -msgstr "Atraso predeterminado do fotograma:" +msgstr "Atraso predefinido do fotograma:" -#: ../plug-ins/common/file-mng.c:1531 +#: ../plug-ins/common/file-mng.c:1564 msgid "MNG animation" msgstr "Animación de MNG" @@ -3705,9 +3714,9 @@ #: ../plug-ins/common/file-pat.c:371 #, c-format msgid "Invalid UTF-8 string in pattern file '%s'." -msgstr "Cadea UTF-8 non válida no ficheiro do patrón '%s'." +msgstr "Cadea UTF-8 incorrecta no ficheiro do patrón '%s'." -#: ../plug-ins/common/file-pat.c:528 +#: ../plug-ins/common/file-pat.c:543 msgid "Save as Pattern" msgstr "Gardar como patrón" @@ -3718,94 +3727,99 @@ #: ../plug-ins/common/file-pcx.c:372 #, c-format msgid "Could not read header from '%s'" -msgstr "Non foi posible ler a cabeceira de '%s'" +msgstr "Non foi posíbel ler a cabeceira de '%s'" #: ../plug-ins/common/file-pcx.c:382 #, c-format msgid "'%s' is not a PCX file" msgstr "'%s' non é un ficheiro de PCX" -#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:579 +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 #: ../plug-ins/file-psd/psd-load.c:302 #, c-format msgid "Unsupported or invalid image width: %d" -msgstr "Largura da imaxe non válida ou incompatible: %d" +msgstr "Largura da imaxe incorrecta ou incompatíbel: %d" -#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:585 +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 #: ../plug-ins/file-psd/psd-load.c:294 #, c-format msgid "Unsupported or invalid image height: %d" -msgstr "Altura da imaxe non válida ou incompatible: %d" +msgstr "Altura da imaxe incorrecta ou incompatíbel: %d" #: ../plug-ins/common/file-pcx.c:405 msgid "Invalid number of bytes per line in PCX header" msgstr "Número non válido de bytes por liña na cabeceira PCX" -#: ../plug-ins/common/file-pcx.c:453 +#: ../plug-ins/common/file-pcx.c:412 +#, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "As dimensións da imaxe son demasiado grandes: anchura %d × altura %d" + +#: ../plug-ins/common/file-pcx.c:460 msgid "Unusual PCX flavour, giving up" msgstr "Tipo de PCX non usual, desistindo" -#: ../plug-ins/common/file-pcx.c:676 +#: ../plug-ins/common/file-pcx.c:683 #, c-format msgid "Invalid X offset: %d" msgstr "Desprazamento X non válido: %d" -#: ../plug-ins/common/file-pcx.c:682 +#: ../plug-ins/common/file-pcx.c:689 #, c-format msgid "Invalid Y offset: %d" msgstr "Desprazamento Y non válido:%d" -#: ../plug-ins/common/file-pcx.c:688 +#: ../plug-ins/common/file-pcx.c:695 #, c-format msgid "Right border out of bounds (must be < %d): %d" msgstr "O bordo dereito está fóra dos límites (debe ser < %d): %d" -#: ../plug-ins/common/file-pcx.c:695 +#: ../plug-ins/common/file-pcx.c:702 #, c-format msgid "Bottom border out of bounds (must be < %d): %d" msgstr "O bordo inferior está fóra dos límites (debe ser < %d): %d" -#: ../plug-ins/common/file-pcx.c:752 +#: ../plug-ins/common/file-pcx.c:759 #, c-format msgid "Writing to file '%s' failed: %s" -msgstr "Ocorreu un erro ao escribir no ficheiro %s: %s" +msgstr "Produciuse un erro ao escribir no ficheiro %s: %s" -#: ../plug-ins/common/file-pdf.c:288 +#: ../plug-ins/common/file-pdf.c:295 msgid "Portable Document Format" msgstr "Portable Document Format" -#: ../plug-ins/common/file-pdf.c:620 +#: ../plug-ins/common/file-pdf.c:860 #, c-format msgid "%s-%s" msgstr "%s-%s" -#: ../plug-ins/common/file-pdf.c:622 ../plug-ins/common/file-ps.c:1125 +#: ../plug-ins/common/file-pdf.c:862 ../plug-ins/common/file-ps.c:1125 #, c-format msgid "%s-pages" msgstr "%s-páxinas" -#: ../plug-ins/common/file-pdf.c:808 +#: ../plug-ins/common/file-pdf.c:1051 msgid "Import from PDF" msgstr "Importar desde PDF" -#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3100 +#: ../plug-ins/common/file-pdf.c:1056 ../plug-ins/common/file-ps.c:3102 #: ../plug-ins/common/file-tiff-load.c:483 msgid "_Import" msgstr "_Importar" -#: ../plug-ins/common/file-pdf.c:879 +#: ../plug-ins/common/file-pdf.c:1123 msgid "_Width (pixels):" msgstr "_Largura (píxeles)" -#: ../plug-ins/common/file-pdf.c:880 +#: ../plug-ins/common/file-pdf.c:1124 msgid "_Height (pixels):" msgstr "_Altura (píxeles):" -#: ../plug-ins/common/file-pdf.c:882 +#: ../plug-ins/common/file-pdf.c:1126 msgid "_Resolution:" msgstr "_Resolución:" -#: ../plug-ins/common/file-pdf.c:1156 +#: ../plug-ins/common/file-pdf.c:1400 #, c-format msgid "pixels/%s" msgstr "píxeles/%s" @@ -3843,131 +3857,131 @@ "O ficheiro de PNG precisa un desprazamento que causou que a capa se colocase " "fóra da imaxe." -#: ../plug-ins/common/file-png.c:1254 +#: ../plug-ins/common/file-png.c:1255 #, c-format msgid "Error while saving '%s'. Could not save image." -msgstr "Produciuse un erro ao gardar '%s'. Non foi posible gardar a imaxe." +msgstr "Produciuse un erro ao gardar '%s'. Non foi posíbel gardar a imaxe." -#: ../plug-ins/common/file-png.c:1785 +#: ../plug-ins/common/file-png.c:1786 msgid "Save as PNG" msgstr "Gardar como PNG" -#: ../plug-ins/common/file-png.c:1817 +#: ../plug-ins/common/file-png.c:1818 msgid "_Interlacing (Adam7)" msgstr "_Entrelazando (Adam7)" -#: ../plug-ins/common/file-png.c:1828 +#: ../plug-ins/common/file-png.c:1829 msgid "Save _background color" msgstr "Gardar a cor do _fondo" -#: ../plug-ins/common/file-png.c:1836 +#: ../plug-ins/common/file-png.c:1837 msgid "Save _gamma" msgstr "Gardar _gamma" -#: ../plug-ins/common/file-png.c:1846 +#: ../plug-ins/common/file-png.c:1847 msgid "Save layer o_ffset" msgstr "Gardar o despra_zamento da capa" -#: ../plug-ins/common/file-png.c:1855 +#: ../plug-ins/common/file-png.c:1856 msgid "Save _resolution" msgstr "Gardar a _resolución" -#: ../plug-ins/common/file-png.c:1865 +#: ../plug-ins/common/file-png.c:1866 msgid "Save creation _time" msgstr "Gardar a _hora de creación" -#: ../plug-ins/common/file-png.c:1874 +#: ../plug-ins/common/file-png.c:1875 msgid "Save comme_nt" msgstr "Gardar come_ntario" -#: ../plug-ins/common/file-png.c:1890 +#: ../plug-ins/common/file-png.c:1891 msgid "Save color _values from transparent pixels" msgstr "Gardar os _valores das cores dos píxeles transparentes " -#: ../plug-ins/common/file-png.c:1904 +#: ../plug-ins/common/file-png.c:1905 msgid "Co_mpression level:" msgstr "Nivel de co_mpresión:" -#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1172 +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 msgid "_Load Defaults" -msgstr "_Cargar predeterminados" +msgstr "_Cargar predefinidos" -#: ../plug-ins/common/file-png.c:1930 +#: ../plug-ins/common/file-png.c:1931 msgid "S_ave Defaults" -msgstr "G_ardar predeterminados" +msgstr "G_ardar predefinidos" -#: ../plug-ins/common/file-pnm.c:247 +#: ../plug-ins/common/file-pnm.c:248 msgid "PNM Image" msgstr "Imaxe de PNM" -#: ../plug-ins/common/file-pnm.c:267 +#: ../plug-ins/common/file-pnm.c:268 msgid "PNM image" msgstr "Imaxe de PNM" -#: ../plug-ins/common/file-pnm.c:279 +#: ../plug-ins/common/file-pnm.c:280 msgid "PBM image" msgstr "Imaxe PBM" -#: ../plug-ins/common/file-pnm.c:291 +#: ../plug-ins/common/file-pnm.c:292 msgid "PGM image" msgstr "Imaxe de PGM" -#: ../plug-ins/common/file-pnm.c:303 +#: ../plug-ins/common/file-pnm.c:304 msgid "PPM image" msgstr "Imaxe de PPM" -#: ../plug-ins/common/file-pnm.c:527 ../plug-ins/common/file-pnm.c:549 -#: ../plug-ins/common/file-pnm.c:558 ../plug-ins/common/file-pnm.c:569 -#: ../plug-ins/common/file-pnm.c:657 ../plug-ins/common/file-pnm.c:727 +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 msgid "Premature end of file." msgstr "Fin prematuro do ficheiro." -#: ../plug-ins/common/file-pnm.c:529 +#: ../plug-ins/common/file-pnm.c:530 msgid "Invalid file." msgstr "Ficheiro non válido." -#: ../plug-ins/common/file-pnm.c:543 +#: ../plug-ins/common/file-pnm.c:544 msgid "File not in a supported format." msgstr "O ficheiro non está nun formato admitido." -#: ../plug-ins/common/file-pnm.c:552 +#: ../plug-ins/common/file-pnm.c:553 msgid "Invalid X resolution." msgstr "A resolución X non é válida." -#: ../plug-ins/common/file-pnm.c:554 +#: ../plug-ins/common/file-pnm.c:555 msgid "Image width is larger than GIMP can handle." msgstr "A largura da imaxe é maior da que GIMP pode manexar." -#: ../plug-ins/common/file-pnm.c:561 +#: ../plug-ins/common/file-pnm.c:562 msgid "Invalid Y resolution." msgstr "A resolución Y non é válida." -#: ../plug-ins/common/file-pnm.c:563 +#: ../plug-ins/common/file-pnm.c:564 msgid "Image height is larger than GIMP can handle." msgstr "A altura da imaxe é maior da que GIMP pode manexar." -#: ../plug-ins/common/file-pnm.c:575 +#: ../plug-ins/common/file-pnm.c:576 msgid "Unsupported maximum value." msgstr "O valor máximo non está soportado." -#: ../plug-ins/common/file-pnm.c:780 +#: ../plug-ins/common/file-pnm.c:781 msgid "Error reading file." msgstr "Produciuse un erro na lectura do ficheiro." -#: ../plug-ins/common/file-pnm.c:1148 +#: ../plug-ins/common/file-pnm.c:1186 msgid "Save as PNM" msgstr "Gardar como PNM" #. file save type -#: ../plug-ins/common/file-pnm.c:1165 +#: ../plug-ins/common/file-pnm.c:1203 msgid "Data formatting" msgstr "Formateado dos datos" -#: ../plug-ins/common/file-pnm.c:1169 +#: ../plug-ins/common/file-pnm.c:1207 msgid "Raw" msgstr "Crudo" -#: ../plug-ins/common/file-pnm.c:1170 +#: ../plug-ins/common/file-pnm.c:1208 msgid "Ascii" msgstr "Ascii" @@ -3986,14 +4000,14 @@ #: ../plug-ins/common/file-ps.c:1050 #, c-format msgid "Could not interpret Postscript file '%s'" -msgstr "Non se puido interpretar o ficheiro Postscript '%s'" +msgstr "Non foi posíbel interpretar o ficheiro Postscript '%s'" #: ../plug-ins/common/file-ps.c:1192 #, c-format msgid "PostScript save cannot handle images with alpha channels" msgstr "Gardar como PostScript non funciona con imaxes con canles alfa" -#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1763 +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 #, c-format msgid "" "Error starting Ghostscript. Make sure that Ghostscript is installed and - if " @@ -4001,112 +4015,112 @@ "location.\n" "(%s)" msgstr "" -"Erro ao comezar o Ghostscript. Teña certeza de que o Ghostscript está " -"instalado e (se for preciso) empregue a variable de contorno GS_PROG para " -"informar o GIMP da súa localización.\n" +"Produciuse un erro ao comezar o Ghostscript. Teña certeza de que o " +"Ghostscript está instalado e (se for preciso) empregue a variable de " +"contorno GS_PROG para informar o GIMP da súa localización.\n" "(%s)" -#: ../plug-ins/common/file-ps.c:1930 ../plug-ins/common/file-tiff-load.c:999 +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 #, c-format msgid "Page %d" msgstr "Páxina %d" -#: ../plug-ins/common/file-ps.c:2600 ../plug-ins/common/file-ps.c:2733 -#: ../plug-ins/common/file-ps.c:2885 ../plug-ins/common/file-ps.c:3011 +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 #: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 #: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 msgid "Write error occurred" msgstr "Produciuse un erro de escritura" -#: ../plug-ins/common/file-ps.c:3095 +#: ../plug-ins/common/file-ps.c:3097 msgid "Import from PostScript" msgstr "Importar desde PostScript" #. Rendering -#: ../plug-ins/common/file-ps.c:3138 +#: ../plug-ins/common/file-ps.c:3140 msgid "Rendering" msgstr "A renderizar" #. Resolution -#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:916 +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 #: ../plug-ins/common/file-wmf.c:692 msgid "Resolution:" msgstr "Resolución:" -#: ../plug-ins/common/file-ps.c:3193 +#: ../plug-ins/common/file-ps.c:3195 msgid "Pages:" msgstr "Páxinas:" -#: ../plug-ins/common/file-ps.c:3200 +#: ../plug-ins/common/file-ps.c:3202 msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" msgstr "Páxinas para cargar (p.e.: 1-4 ou 1,3,5-7)" -#: ../plug-ins/common/file-ps.c:3204 ../plug-ins/common/sphere-designer.c:2643 +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2646 msgid "Layers" msgstr "Capas" -#: ../plug-ins/common/file-ps.c:3206 +#: ../plug-ins/common/file-ps.c:3208 msgid "Images" msgstr "Imaxes" -#: ../plug-ins/common/file-ps.c:3209 +#: ../plug-ins/common/file-ps.c:3211 msgid "Open as" msgstr "Abrir como" -#: ../plug-ins/common/file-ps.c:3213 +#: ../plug-ins/common/file-ps.c:3215 msgid "Try Bounding Box" msgstr "Intentar con caixas de contorno" #. Colouring -#: ../plug-ins/common/file-ps.c:3226 +#: ../plug-ins/common/file-ps.c:3228 msgid "Coloring" msgstr "Coloreado" -#: ../plug-ins/common/file-ps.c:3230 +#: ../plug-ins/common/file-ps.c:3232 msgid "B/W" msgstr "B/N" -#: ../plug-ins/common/file-ps.c:3232 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 #: ../plug-ins/gimpressionist/color.c:66 #: ../plug-ins/gimpressionist/general.c:170 #: ../plug-ins/imagemap/imap_menu.c:213 msgid "Color" msgstr "Cor" -#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/file-fits/fits.c:1033 +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 msgid "Automatic" msgstr "Automático" -#: ../plug-ins/common/file-ps.c:3243 +#: ../plug-ins/common/file-ps.c:3245 msgid "Text antialiasing" msgstr "Suavizado do texto" -#: ../plug-ins/common/file-ps.c:3248 ../plug-ins/common/file-ps.c:3260 +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 msgid "Weak" msgstr "Débil" -#: ../plug-ins/common/file-ps.c:3249 ../plug-ins/common/file-ps.c:3261 +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 msgid "Strong" msgstr "Forte" -#: ../plug-ins/common/file-ps.c:3255 +#: ../plug-ins/common/file-ps.c:3257 msgid "Graphic antialiasing" msgstr "Suavizado de gráfico" -#: ../plug-ins/common/file-ps.c:3333 +#: ../plug-ins/common/file-ps.c:3335 msgid "Save as PostScript" msgstr "Gardar como PostScript" #. Image Size -#: ../plug-ins/common/file-ps.c:3364 +#: ../plug-ins/common/file-ps.c:3366 msgid "Image Size" msgstr "Tamaño da imaxe" -#: ../plug-ins/common/file-ps.c:3413 +#: ../plug-ins/common/file-ps.c:3415 msgid "_Keep aspect ratio" msgstr "_Manter a proporción" -#: ../plug-ins/common/file-ps.c:3419 +#: ../plug-ins/common/file-ps.c:3421 msgid "" "When toggled, the resulting image will be scaled to fit into the given size " "without changing the aspect ratio." @@ -4115,42 +4129,42 @@ "caiba no tamaño dado sen cambiar a proporción." #. Unit -#: ../plug-ins/common/file-ps.c:3429 +#: ../plug-ins/common/file-ps.c:3431 msgid "Unit" msgstr "Unidade" -#: ../plug-ins/common/file-ps.c:3433 +#: ../plug-ins/common/file-ps.c:3435 msgid "_Inch" msgstr "_Pulgada" -#: ../plug-ins/common/file-ps.c:3434 +#: ../plug-ins/common/file-ps.c:3436 msgid "_Millimeter" msgstr "_Milímetro" #. Rotation -#: ../plug-ins/common/file-ps.c:3445 +#: ../plug-ins/common/file-ps.c:3447 #: ../plug-ins/map-object/map-object-ui.c:1035 msgid "Rotation" msgstr "Rotación" #. Format -#: ../plug-ins/common/file-ps.c:3460 +#: ../plug-ins/common/file-ps.c:3462 msgid "Output" msgstr "Saída" -#: ../plug-ins/common/file-ps.c:3466 +#: ../plug-ins/common/file-ps.c:3468 msgid "_PostScript level 2" msgstr "_PostScript nivel 2" -#: ../plug-ins/common/file-ps.c:3475 +#: ../plug-ins/common/file-ps.c:3477 msgid "_Encapsulated PostScript" msgstr "_PostScript encapsulado" -#: ../plug-ins/common/file-ps.c:3484 +#: ../plug-ins/common/file-ps.c:3486 msgid "P_review" msgstr "P_revisualizar" -#: ../plug-ins/common/file-ps.c:3505 +#: ../plug-ins/common/file-ps.c:3507 msgid "Preview _size:" msgstr "Tamaño da vi_sta previa" @@ -4179,79 +4193,79 @@ msgid "Raw image data" msgstr "Datos de imaxe Raw" -#: ../plug-ins/common/file-raw.c:980 +#: ../plug-ins/common/file-raw.c:982 msgid "Load Image from Raw Data" msgstr "Cargar a imaxe desde datos en bruto" -#: ../plug-ins/common/file-raw.c:1013 +#: ../plug-ins/common/file-raw.c:1015 msgid "Image" msgstr "Imaxe" -#: ../plug-ins/common/file-raw.c:1024 +#: ../plug-ins/common/file-raw.c:1026 msgid "RGB Alpha" msgstr "Alfa RGB" -#: ../plug-ins/common/file-raw.c:1025 +#: ../plug-ins/common/file-raw.c:1027 msgid "Planar RGB" msgstr "RGB planar" -#: ../plug-ins/common/file-raw.c:1026 +#: ../plug-ins/common/file-raw.c:1028 msgid "Indexed" msgstr "Indexado" -#: ../plug-ins/common/file-raw.c:1027 +#: ../plug-ins/common/file-raw.c:1029 msgid "Indexed Alpha" msgstr "Alfa indexado" -#: ../plug-ins/common/file-raw.c:1032 +#: ../plug-ins/common/file-raw.c:1034 msgid "Image _Type:" msgstr "_Tipo de imaxe:" -#: ../plug-ins/common/file-raw.c:1082 +#: ../plug-ins/common/file-raw.c:1084 msgid "Palette" msgstr "Paleta" -#: ../plug-ins/common/file-raw.c:1092 ../plug-ins/common/file-raw.c:1191 +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 msgid "R, G, B (normal)" msgstr "R, G, B (normal)" -#: ../plug-ins/common/file-raw.c:1093 ../plug-ins/common/file-raw.c:1193 +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 msgid "B, G, R, X (BMP style)" msgstr "B, G, R, X (estilo BMP)" -#: ../plug-ins/common/file-raw.c:1098 +#: ../plug-ins/common/file-raw.c:1100 msgid "_Palette Type:" msgstr "Tipo de _paleta:" -#: ../plug-ins/common/file-raw.c:1109 +#: ../plug-ins/common/file-raw.c:1111 msgid "Off_set:" msgstr "De_sprazar:" -#: ../plug-ins/common/file-raw.c:1121 +#: ../plug-ins/common/file-raw.c:1123 msgid "Select Palette File" msgstr "Seleccionar ficheiro de paleta" -#: ../plug-ins/common/file-raw.c:1127 +#: ../plug-ins/common/file-raw.c:1129 msgid "Pal_ette File:" msgstr "Ficheiro de pal_eta:" -#: ../plug-ins/common/file-raw.c:1155 +#: ../plug-ins/common/file-raw.c:1157 msgid "Raw Image Save" msgstr "Gardar imaxe Raw" -#: ../plug-ins/common/file-raw.c:1177 +#: ../plug-ins/common/file-raw.c:1179 msgid "RGB Save Type" msgstr "Gardar tipo de RGB" -#: ../plug-ins/common/file-raw.c:1181 +#: ../plug-ins/common/file-raw.c:1183 msgid "Standard (R,G,B)" msgstr "Estándar (R,G,B)" -#: ../plug-ins/common/file-raw.c:1182 +#: ../plug-ins/common/file-raw.c:1184 msgid "Planar (RRR,GGG,BBB)" msgstr "Planar (RRR,GGG,BBB)" -#: ../plug-ins/common/file-raw.c:1187 +#: ../plug-ins/common/file-raw.c:1189 msgid "Indexed Palette Type" msgstr "Tipo de paleta indexado" @@ -4262,7 +4276,7 @@ #: ../plug-ins/common/file-sunras.c:402 #, c-format msgid "Could not open '%s' as SUN-raster-file" -msgstr "Non foi posible abrir '%s' como ficheiro de SUN-raster" +msgstr "Non foi posíbel abrir '%s' como ficheiro de SUN-raster" #: ../plug-ins/common/file-sunras.c:412 msgid "The type of this SUN-rasterfile is not supported" @@ -4271,7 +4285,7 @@ #: ../plug-ins/common/file-sunras.c:441 #, c-format msgid "Could not read color entries from '%s'" -msgstr "Non é posible ler as entradas de cor de '%s'" +msgstr "Non é posíbel ler as entradas de cor de '%s'" #: ../plug-ins/common/file-sunras.c:449 msgid "Type of colormap not supported" @@ -4355,7 +4369,7 @@ msgid "SVG image" msgstr "Imaxe SVG" -#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:720 +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 msgid "Unknown reason" msgstr "Razón descoñecida" @@ -4381,51 +4395,51 @@ "especifica un tamaño!" #. Scalable Vector Graphics is SVG, should perhaps not be translated -#: ../plug-ins/common/file-svg.c:729 +#: ../plug-ins/common/file-svg.c:742 msgid "Render Scalable Vector Graphics" msgstr "Renderizar gráfico vectorial escalable" #. Width and Height -#: ../plug-ins/common/file-svg.c:795 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 #: ../plug-ins/common/grid.c:724 msgid "Width:" msgstr "Largura:" -#: ../plug-ins/common/file-svg.c:801 ../plug-ins/common/file-wmf.c:577 +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 msgid "Height:" msgstr "Altura:" -#: ../plug-ins/common/file-svg.c:875 ../plug-ins/common/file-wmf.c:651 +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 msgid "_X ratio:" msgstr "Proporción _X:" -#: ../plug-ins/common/file-svg.c:897 ../plug-ins/common/file-wmf.c:673 +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 msgid "_Y ratio:" msgstr "Proporción _Y:" -#: ../plug-ins/common/file-svg.c:911 ../plug-ins/common/file-wmf.c:687 +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 msgid "Constrain aspect ratio" msgstr "Restrinxir a proporción" -#: ../plug-ins/common/file-svg.c:922 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 #: ../plug-ins/print/print-page-layout.c:273 #, c-format msgid "pixels/%a" msgstr "Píxeles/%a" #. Path Import -#: ../plug-ins/common/file-svg.c:942 +#: ../plug-ins/common/file-svg.c:955 msgid "Import _paths" msgstr "Importar _camiños" -#: ../plug-ins/common/file-svg.c:948 +#: ../plug-ins/common/file-svg.c:961 msgid "" "Import path elements of the SVG so they can be used with the GIMP path tool" msgstr "" "Importar os elementos do camiño do SVG para que a ferramenta de camiños do " "GIMP as poida empregar " -#: ../plug-ins/common/file-svg.c:961 +#: ../plug-ins/common/file-svg.c:974 msgid "Merge imported paths" msgstr "Combinar os camiños importados" @@ -4436,36 +4450,36 @@ #: ../plug-ins/common/file-tga.c:455 #, c-format msgid "Cannot read footer from '%s'" -msgstr "Non se pode ler o pé de '%s'" +msgstr "Non é posíbel ler o pé de '%s'" #: ../plug-ins/common/file-tga.c:473 #, c-format msgid "Cannot read extension from '%s'" -msgstr "Non se pode ler a extensión de '%s'" +msgstr "Non é posíbel ler a extensión de '%s'" #: ../plug-ins/common/file-tga.c:485 #, c-format msgid "Cannot read header from '%s'" -msgstr "Non se pode ler a cabeceira de '%s'" +msgstr "Non é posíbel ler a cabeceira de '%s'" -#: ../plug-ins/common/file-tga.c:1368 +#: ../plug-ins/common/file-tga.c:1370 msgid "Save as TGA" msgstr "Gardar como TGA" #. rle -#: ../plug-ins/common/file-tga.c:1391 +#: ../plug-ins/common/file-tga.c:1393 msgid "_RLE compression" msgstr "_Compresión RLE" -#: ../plug-ins/common/file-tga.c:1405 +#: ../plug-ins/common/file-tga.c:1407 msgid "Or_igin:" msgstr "Orixe:" -#: ../plug-ins/common/file-tga.c:1409 +#: ../plug-ins/common/file-tga.c:1411 msgid "Bottom left" msgstr "Inferior-esquerda" -#: ../plug-ins/common/file-tga.c:1410 +#: ../plug-ins/common/file-tga.c:1412 msgid "Top left" msgstr "Superior-esquerda" @@ -4494,7 +4508,7 @@ msgstr "Canle TIFF" #: ../plug-ins/common/file-tiff-load.c:1024 -#: ../plug-ins/file-psd/psd-load.c:325 +#: ../plug-ins/file-psd/psd-load.c:334 msgid "" "Warning:\n" "The image you are loading has 16 bits per channel. GIMP can only handle 8 " @@ -4576,7 +4590,7 @@ #: ../plug-ins/common/file-wmf.c:963 #, c-format msgid "Could not open '%s' for reading" -msgstr "Non foi posible abrir '%s' para lectura" +msgstr "Non foi posíbel abrir '%s' para lectura" #: ../plug-ins/common/file-wmf.c:1003 msgid "Rendered WMF" @@ -4593,7 +4607,7 @@ "Could not read header (ftell == %ld)" msgstr "" "'%s':\n" -"Non foi posible ler a cabeceira (ftell == %ld)" +"Non foi posíbel ler a cabeceira (ftell == %ld)" #: ../plug-ins/common/file-xbm.c:854 #, c-format @@ -4697,11 +4711,11 @@ #: ../plug-ins/common/file-xwd.c:442 #, c-format msgid "Could not read XWD header from '%s'" -msgstr "Non foi posible ler a cabeceira XWD de '%s'" +msgstr "Non foi posíbel ler a cabeceira XWD de '%s'" #: ../plug-ins/common/file-xwd.c:480 msgid "Can't read color entries" -msgstr "Non se pode ler entradas de cores" +msgstr "Non é posíbel ler entradas de cores" #: ../plug-ins/common/file-xwd.c:570 #, c-format @@ -4714,11 +4728,11 @@ #: ../plug-ins/common/file-xwd.c:593 msgid "Cannot save images with alpha channels." -msgstr "Non se poden gardar imaxes con canles alfa." +msgstr "Non é posíbel gardar imaxes con canles alfa." #: ../plug-ins/common/file-xwd.c:2195 msgid "Error during writing indexed/gray image" -msgstr "Erro ao escribir a imaxe indexada/de grises" +msgstr "Produciuse un erro ao escribir a imaxe indexada/de grises" #: ../plug-ins/common/file-xwd.c:2293 msgid "Error during writing rgb image" @@ -4738,7 +4752,7 @@ # List of events or todos (unifinder) #: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 -#: ../plug-ins/help-browser/dialog.c:1133 +#: ../plug-ins/help-browser/dialog.c:1120 msgid "Untitled" msgstr "Sen título" @@ -4937,7 +4951,7 @@ #: ../plug-ins/common/filter-pack.c:694 msgid "Windows" -msgstr "Ventás" +msgstr "Xanelas" #: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672 msgid "_Saturation" @@ -4973,7 +4987,7 @@ #: ../plug-ins/common/filter-pack.c:863 msgid "Show" -msgstr "Amosar" +msgstr "Mostrar" #: ../plug-ins/common/filter-pack.c:868 msgid "_Entire image" @@ -5433,113 +5447,113 @@ msgid "Color Profile Information" msgstr "Información do perfil de cor" -#: ../plug-ins/common/lcms.c:570 +#: ../plug-ins/common/lcms.c:572 #, c-format msgid "Color profile '%s' is not for RGB color space." msgstr "O perfil de cor '%s' non é para un espazo de cor RGB." -#: ../plug-ins/common/lcms.c:677 +#: ../plug-ins/common/lcms.c:679 msgid "Default RGB working space" -msgstr "Espazo de traballo de RGB predeterminado" +msgstr "Espazo de traballo de RGB predefinido" -#: ../plug-ins/common/lcms.c:773 +#: ../plug-ins/common/lcms.c:775 msgid "" "Data attached as 'icc-profile' does not appear to be an ICC color profile" msgstr "" "Os datos anexados como 'icc-profile' non parecen ser un perfil de cor ICC" -#: ../plug-ins/common/lcms.c:823 +#: ../plug-ins/common/lcms.c:825 #, c-format msgid "'%s' does not appear to be an ICC color profile" msgstr "'%s' non semella ser un perfil de cor de ICC" #. ICC color profile conversion -#: ../plug-ins/common/lcms.c:883 +#: ../plug-ins/common/lcms.c:885 #, c-format msgid "Converting from '%s' to '%s'" msgstr "A converter de '%s' a '%s'" -#: ../plug-ins/common/lcms.c:1127 +#: ../plug-ins/common/lcms.c:1129 #, c-format msgid "Could not load ICC profile from '%s'" -msgstr "Non foi posible cargar o perfil ICC de '%s'" +msgstr "Non foi posíbel cargar o perfil ICC de '%s'" -#: ../plug-ins/common/lcms.c:1149 +#: ../plug-ins/common/lcms.c:1151 #, c-format msgid "The image '%s' has an embedded color profile:" msgstr "A imaxe %s ten un perfil de cor inserido" -#: ../plug-ins/common/lcms.c:1193 +#: ../plug-ins/common/lcms.c:1195 #, c-format msgid "Convert the image to the RGB working space (%s)?" msgstr "Desexa converter a imaxe ao espazo de traballo de RGB (%s)?" -#: ../plug-ins/common/lcms.c:1224 +#: ../plug-ins/common/lcms.c:1226 msgid "Convert to RGB working space?" msgstr "Converter a un espazo de traballo de RGB?" -#: ../plug-ins/common/lcms.c:1229 +#: ../plug-ins/common/lcms.c:1231 msgid "_Keep" msgstr "_Manter" -#: ../plug-ins/common/lcms.c:1234 +#: ../plug-ins/common/lcms.c:1236 msgid "_Convert" msgstr "_Converter" -#: ../plug-ins/common/lcms.c:1261 ../plug-ins/file-jpeg/jpeg-exif.c:377 +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 msgid "_Don't ask me again" msgstr "Non preguntar de novo" -#: ../plug-ins/common/lcms.c:1325 +#: ../plug-ins/common/lcms.c:1327 msgid "Select destination profile" msgstr "Seleccionar o perfil destino" -#: ../plug-ins/common/lcms.c:1352 +#: ../plug-ins/common/lcms.c:1354 msgid "All files (*.*)" msgstr "Todos os ficheiros (*.*)" -#: ../plug-ins/common/lcms.c:1357 +#: ../plug-ins/common/lcms.c:1359 msgid "ICC color profile (*.icc, *.icm)" msgstr "Perfil de cor ICC (*.icc,*.icm)" -#: ../plug-ins/common/lcms.c:1400 +#: ../plug-ins/common/lcms.c:1402 #, c-format msgid "RGB workspace (%s)" msgstr "Espazo de traballo RGB (%s)" -#: ../plug-ins/common/lcms.c:1450 +#: ../plug-ins/common/lcms.c:1452 msgid "Convert to ICC Color Profile" msgstr "Converter a un perfil de cor ICC" -#: ../plug-ins/common/lcms.c:1451 +#: ../plug-ins/common/lcms.c:1453 msgid "Assign ICC Color Profile" msgstr "Asignar perfil de cor ICC" -#: ../plug-ins/common/lcms.c:1459 +#: ../plug-ins/common/lcms.c:1461 msgid "_Assign" msgstr "_Asignar" -#: ../plug-ins/common/lcms.c:1476 +#: ../plug-ins/common/lcms.c:1478 msgid "Current Color Profile" msgstr "Perfil de cor actual" -#: ../plug-ins/common/lcms.c:1491 +#: ../plug-ins/common/lcms.c:1493 msgid "Convert to" msgstr "Converter a" -#: ../plug-ins/common/lcms.c:1491 +#: ../plug-ins/common/lcms.c:1493 msgid "Assign" msgstr "Asignar" -#: ../plug-ins/common/lcms.c:1515 +#: ../plug-ins/common/lcms.c:1517 msgid "_Rendering Intent:" msgstr "_Renderizando o obxectivo:" -#: ../plug-ins/common/lcms.c:1531 +#: ../plug-ins/common/lcms.c:1533 msgid "_Black Point Compensation" msgstr "_Compensación de punto negro" -#: ../plug-ins/common/lcms.c:1573 +#: ../plug-ins/common/lcms.c:1575 msgid "Destination profile is not for RGB color space." msgstr "O perfil de destino non é un espazo de cor RGB." @@ -5641,7 +5655,7 @@ #: ../plug-ins/common/lens-flare.c:793 ../plug-ins/common/nova.c:484 msgid "Show _position" -msgstr "Amosar _posición" +msgstr "Mostrar _posición" #: ../plug-ins/common/mail.c:188 msgid "Send the image by email" @@ -5651,35 +5665,35 @@ msgid "Send by E_mail..." msgstr "Enviar por _correo-e..." -#: ../plug-ins/common/mail.c:408 +#: ../plug-ins/common/mail.c:407 msgid "Send by Email" msgstr "Enviar por correo-e" -#: ../plug-ins/common/mail.c:413 +#: ../plug-ins/common/mail.c:412 msgid "_Send" msgstr "_Enviar" -#: ../plug-ins/common/mail.c:445 +#: ../plug-ins/common/mail.c:444 msgid "_Filename:" msgstr "Nome do _ficheiro:" -#: ../plug-ins/common/mail.c:457 +#: ../plug-ins/common/mail.c:456 msgid "_To:" msgstr "_A:" -#: ../plug-ins/common/mail.c:471 +#: ../plug-ins/common/mail.c:470 msgid "_From:" msgstr "_Desde:" -#: ../plug-ins/common/mail.c:483 +#: ../plug-ins/common/mail.c:482 msgid "S_ubject:" msgstr "As_unto:" -#: ../plug-ins/common/mail.c:592 +#: ../plug-ins/common/mail.c:591 msgid "some sort of error with the file extension or lack thereof" msgstr "produciuse algún tipo de erro coa extensión de ficheiro ou falta esta" -#: ../plug-ins/common/mail.c:726 +#: ../plug-ins/common/mail.c:725 #, c-format msgid "Could not start sendmail (%s)" msgstr "Non se comezou o envío do correo (%s)" @@ -6107,11 +6121,11 @@ msgid "Spreading" msgstr "A esparexer" -#: ../plug-ins/common/noise-spread.c:344 +#: ../plug-ins/common/noise-spread.c:346 msgid "Spread" msgstr "Esparexer" -#: ../plug-ins/common/noise-spread.c:369 +#: ../plug-ins/common/noise-spread.c:371 msgid "Spread Amount" msgstr "Cantidade de esparexemento" @@ -6264,7 +6278,7 @@ #: ../plug-ins/common/plugin-browser.c:134 msgid "Display information about plug-ins" -msgstr "Amosar a información sobre os complementos" +msgstr "Mostrar a información sobre os engadidos" #: ../plug-ins/common/plugin-browser.c:144 msgid "_Plug-In Browser" @@ -6278,8 +6292,8 @@ #, c-format msgid "%d plug-in" msgid_plural "%d plug-ins" -msgstr[0] "%d extensión" -msgstr[1] "%d extensións" +msgstr[0] "%d engadido" +msgstr[1] "%d engadidos" #: ../plug-ins/common/plugin-browser.c:395 msgid "No matches for your query" @@ -6298,7 +6312,7 @@ #: ../plug-ins/common/plugin-browser.c:554 msgid "Plug-In Browser" -msgstr "Explorador de complementos" +msgstr "Explorador de engadidos" #: ../plug-ins/common/plugin-browser.c:597 msgid "Name" @@ -6519,7 +6533,7 @@ #: ../plug-ins/common/rotate.c:431 msgid "Sorry, channels and masks can not be rotated." -msgstr "Non se poden rotar nin canles nin máscaras." +msgstr "Non é posíbel rotar nin canles nin máscaras." #: ../plug-ins/common/rotate.c:437 msgid "Rotating" @@ -6533,77 +6547,77 @@ msgid "_Sample Colorize..." msgstr "_Colorear desde mostra..." -#: ../plug-ins/common/sample-colorize.c:1318 +#: ../plug-ins/common/sample-colorize.c:1327 msgid "Sample Colorize" msgstr "Colorear desde mostra" -#: ../plug-ins/common/sample-colorize.c:1323 +#: ../plug-ins/common/sample-colorize.c:1332 msgid "Get _Sample Colors" msgstr "Obter cores de _mostra" #. layer combo_box (Dst) -#: ../plug-ins/common/sample-colorize.c:1352 +#: ../plug-ins/common/sample-colorize.c:1361 msgid "Destination:" msgstr "Destino:" #. layer combo_box (Sample) -#: ../plug-ins/common/sample-colorize.c:1368 +#: ../plug-ins/common/sample-colorize.c:1377 msgid "Sample:" msgstr "Mostra:" -#: ../plug-ins/common/sample-colorize.c:1378 +#: ../plug-ins/common/sample-colorize.c:1387 msgid "From reverse gradient" msgstr "Desde unha gradación invertida" -#: ../plug-ins/common/sample-colorize.c:1383 +#: ../plug-ins/common/sample-colorize.c:1392 msgid "From gradient" msgstr "Desde gradación" #. check button -#: ../plug-ins/common/sample-colorize.c:1404 -#: ../plug-ins/common/sample-colorize.c:1431 +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 msgid "Show selection" -msgstr "Amosar selección" +msgstr "Mostrar selección" #. check button -#: ../plug-ins/common/sample-colorize.c:1415 -#: ../plug-ins/common/sample-colorize.c:1442 +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 msgid "Show color" -msgstr "Amosar cor" +msgstr "Mostrar cor" -#: ../plug-ins/common/sample-colorize.c:1555 +#: ../plug-ins/common/sample-colorize.c:1564 msgid "Input levels:" msgstr "Niveis de entrada:" -#: ../plug-ins/common/sample-colorize.c:1605 +#: ../plug-ins/common/sample-colorize.c:1614 msgid "Output levels:" msgstr "Niveis de saída:" #. check button -#: ../plug-ins/common/sample-colorize.c:1645 +#: ../plug-ins/common/sample-colorize.c:1654 msgid "Hold intensity" msgstr "Manter a intensidade" #. check button -#: ../plug-ins/common/sample-colorize.c:1656 +#: ../plug-ins/common/sample-colorize.c:1665 msgid "Original intensity" msgstr "Intensidade orixinal" #. check button -#: ../plug-ins/common/sample-colorize.c:1674 +#: ../plug-ins/common/sample-colorize.c:1683 msgid "Use subcolors" msgstr "Usar subcores" #. check button -#: ../plug-ins/common/sample-colorize.c:1685 +#: ../plug-ins/common/sample-colorize.c:1694 msgid "Smooth samples" msgstr "Suavizar mostras" -#: ../plug-ins/common/sample-colorize.c:2657 +#: ../plug-ins/common/sample-colorize.c:2666 msgid "Sample analyze" msgstr "Análise da mostra" -#: ../plug-ins/common/sample-colorize.c:3035 +#: ../plug-ins/common/sample-colorize.c:3044 msgid "Remap colorized" msgstr "Mapear de novo a cor" @@ -6633,7 +6647,7 @@ #: ../plug-ins/common/screenshot.c:949 msgid "Specified window not found" -msgstr "Non se achou a ventá especificada" +msgstr "Non se achou a xanela especificada" #: ../plug-ins/common/screenshot.c:975 msgid "There was an error taking the screenshot." @@ -6656,7 +6670,7 @@ #: ../plug-ins/common/screenshot.c:1104 msgid "At the end of the delay, click in a window to snap it." -msgstr "Despois do atraso, prema nunha ventá para capturar a súa imaxe." +msgstr "Despois do atraso, prema nunha xanela para capturar a súa imaxe." #. Area #: ../plug-ins/common/screenshot.c:1110 @@ -6665,11 +6679,11 @@ #: ../plug-ins/common/screenshot.c:1121 msgid "Take a screenshot of a single _window" -msgstr "Tirar unha captura de pantalla dunha _ventá soa" +msgstr "Tirar unha captura de pantalla dunha _xanela soa" #: ../plug-ins/common/screenshot.c:1140 msgid "Include window _decoration" -msgstr "Incluír a _decoración da ventá" +msgstr "Incluír a _decoración da xanela" #: ../plug-ins/common/screenshot.c:1158 msgid "Take a screenshot of the entire _screen" @@ -7093,7 +7107,7 @@ msgstr "Manchas" #: ../plug-ins/common/sphere-designer.c:1742 -#: ../plug-ins/common/sphere-designer.c:2690 +#: ../plug-ins/common/sphere-designer.c:2693 msgid "Texture" msgstr "Textura" @@ -7102,129 +7116,129 @@ msgstr "Mapa de relevo" #: ../plug-ins/common/sphere-designer.c:1746 -#: ../plug-ins/common/sphere-designer.c:2692 +#: ../plug-ins/common/sphere-designer.c:2695 msgid "Light" msgstr "Luz" -#: ../plug-ins/common/sphere-designer.c:2009 +#: ../plug-ins/common/sphere-designer.c:2010 #, c-format msgid "File '%s' is not a valid save file." msgstr "O ficheiro '%s' non é válido." -#: ../plug-ins/common/sphere-designer.c:2188 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Open File" msgstr "Abrir ficheiro" -#: ../plug-ins/common/sphere-designer.c:2188 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Save File" msgstr "Gardar ficheiro" -#: ../plug-ins/common/sphere-designer.c:2544 +#: ../plug-ins/common/sphere-designer.c:2547 msgid "Sphere Designer" msgstr "Deseñador de esferas" -#: ../plug-ins/common/sphere-designer.c:2675 +#: ../plug-ins/common/sphere-designer.c:2678 msgid "Properties" msgstr "Propiedades" -#: ../plug-ins/common/sphere-designer.c:2691 +#: ../plug-ins/common/sphere-designer.c:2694 msgid "Bump" msgstr "Relevo" #. row labels -#: ../plug-ins/common/sphere-designer.c:2699 +#: ../plug-ins/common/sphere-designer.c:2702 #: ../plug-ins/lighting/lighting-ui.c:405 msgid "Type:" msgstr "Tipo:" -#: ../plug-ins/common/sphere-designer.c:2718 +#: ../plug-ins/common/sphere-designer.c:2721 msgid "Texture:" msgstr "Textura:" -#: ../plug-ins/common/sphere-designer.c:2723 +#: ../plug-ins/common/sphere-designer.c:2726 msgid "Colors:" msgstr "Cores:" -#: ../plug-ins/common/sphere-designer.c:2726 -#: ../plug-ins/common/sphere-designer.c:2737 +#: ../plug-ins/common/sphere-designer.c:2729 +#: ../plug-ins/common/sphere-designer.c:2740 msgid "Color Selection Dialog" msgstr "Diálogo para escoller cores" #. Scale -#: ../plug-ins/common/sphere-designer.c:2748 +#: ../plug-ins/common/sphere-designer.c:2751 #: ../plug-ins/gimpressionist/paper.c:194 #: ../plug-ins/ifs-compose/ifs-compose.c:554 msgid "Scale:" msgstr "Escala:" -#: ../plug-ins/common/sphere-designer.c:2756 +#: ../plug-ins/common/sphere-designer.c:2759 msgid "Turbulence:" msgstr "Turbulencia:" -#: ../plug-ins/common/sphere-designer.c:2763 +#: ../plug-ins/common/sphere-designer.c:2766 msgid "Amount:" msgstr "Cantidade:" -#: ../plug-ins/common/sphere-designer.c:2770 +#: ../plug-ins/common/sphere-designer.c:2773 msgid "Exp.:" msgstr "Exp.:" -#: ../plug-ins/common/sphere-designer.c:2777 +#: ../plug-ins/common/sphere-designer.c:2780 msgid "Transformations" msgstr "Transformacións" -#: ../plug-ins/common/sphere-designer.c:2793 +#: ../plug-ins/common/sphere-designer.c:2796 #: ../plug-ins/map-object/map-object-ui.c:1143 msgid "Scale X:" msgstr "Escala en X:" -#: ../plug-ins/common/sphere-designer.c:2800 +#: ../plug-ins/common/sphere-designer.c:2803 msgid "Scale Y:" msgstr "Escala en Y:" -#: ../plug-ins/common/sphere-designer.c:2806 +#: ../plug-ins/common/sphere-designer.c:2809 msgid "Scale Z:" msgstr "Escala en Z:" -#: ../plug-ins/common/sphere-designer.c:2813 +#: ../plug-ins/common/sphere-designer.c:2816 msgid "Rotate X:" msgstr "Rotación X:" -#: ../plug-ins/common/sphere-designer.c:2820 +#: ../plug-ins/common/sphere-designer.c:2823 msgid "Rotate Y:" msgstr "Rotación Y:" -#: ../plug-ins/common/sphere-designer.c:2827 +#: ../plug-ins/common/sphere-designer.c:2830 msgid "Rotate Z:" msgstr "Rotación Z:" -#: ../plug-ins/common/sphere-designer.c:2834 +#: ../plug-ins/common/sphere-designer.c:2837 msgid "Position X:" msgstr "Posición X:" -#: ../plug-ins/common/sphere-designer.c:2841 +#: ../plug-ins/common/sphere-designer.c:2844 msgid "Position Y:" msgstr "Posición Y:" -#: ../plug-ins/common/sphere-designer.c:2848 +#: ../plug-ins/common/sphere-designer.c:2851 msgid "Position Z:" msgstr "Posición Z:" -#: ../plug-ins/common/sphere-designer.c:2963 +#: ../plug-ins/common/sphere-designer.c:2966 msgid "Rendering sphere" msgstr "A renderizar esfera" -#: ../plug-ins/common/sphere-designer.c:3013 +#: ../plug-ins/common/sphere-designer.c:3016 msgid "Create an image of a textured sphere" msgstr "Crear unha imaxe dunha esfera con textura" -#: ../plug-ins/common/sphere-designer.c:3020 +#: ../plug-ins/common/sphere-designer.c:3023 msgid "Sphere _Designer..." msgstr "Deseñador de _esferas..." -#: ../plug-ins/common/sphere-designer.c:3074 +#: ../plug-ins/common/sphere-designer.c:3083 msgid "Region selected for plug-in is empty" -msgstr "A área seleccionada para o complemento está baleira" +msgstr "A área seleccionada para o engadido está baleira" #: ../plug-ins/common/threshold-alpha.c:85 msgid "Make transparency all-or-nothing" @@ -8005,7 +8019,8 @@ msgid "Waving" msgstr "Ondear" -#: ../plug-ins/common/web-browser.c:141 +#: ../plug-ins/common/web-browser.c:206 +#, c-format msgid "" "Web browser not specified.\n" "Please specify a web browser using the Preferences dialog." @@ -8013,7 +8028,7 @@ "Non especificou un navegador web.\n" "Especifique un navegador usando o diálogo de preferencias." -#: ../plug-ins/common/web-browser.c:161 +#: ../plug-ins/common/web-browser.c:228 #, c-format msgid "" "Could not parse the web browser command specified in the Preferences " @@ -8021,19 +8036,19 @@ "\n" "%s" msgstr "" -"Non foi posible analizar o comando do navegador especificado na diálogo de " +"Non foi posíbel analizar o orde do navegador especificado na diálogo de " "preferencias:\n" "\n" "%s" -#: ../plug-ins/common/web-browser.c:175 +#: ../plug-ins/common/web-browser.c:246 #, c-format msgid "" "Could not execute the web browser specified in the Preferences dialog:\n" "\n" "%s" msgstr "" -"Non foi posible executar o navegador web especificado no diálogo de " +"Non foi posíbel executar o navegador web especificado no diálogo de " "preferencias:\n" "\n" "%s" @@ -8049,7 +8064,7 @@ #: ../plug-ins/common/whirl-pinch.c:193 msgid "Region affected by plug-in is empty" -msgstr "A área afectada polo complemento está baleira" +msgstr "A área afectada polo engadido está baleira" # http://docs.gimp.org/en/plug-in-whirlpinch.html #: ../plug-ins/common/whirl-pinch.c:341 @@ -8143,70 +8158,71 @@ msgid "Higher values increase the magnitude of the effect" msgstr "Uns valores maiores incrementan a magnitude do efecto" -#: ../plug-ins/file-bmp/bmp-read.c:86 +#: ../plug-ins/file-bmp/bmp-read.c:88 msgid "Bad colormap" msgstr "Mapa de cores malo" -#: ../plug-ins/file-bmp/bmp-read.c:170 ../plug-ins/file-bmp/bmp-read.c:180 -#: ../plug-ins/file-bmp/bmp-read.c:187 ../plug-ins/file-bmp/bmp-read.c:196 -#: ../plug-ins/file-bmp/bmp-read.c:211 ../plug-ins/file-bmp/bmp-read.c:395 -#: ../plug-ins/file-bmp/bmp-read.c:403 ../plug-ins/file-bmp/bmp-read.c:411 -#: ../plug-ins/file-bmp/bmp-read.c:419 +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 #, c-format msgid "'%s' is not a valid BMP file" msgstr "'%s' non é un ficheiro de BMP válido" -#: ../plug-ins/file-bmp/bmp-read.c:225 ../plug-ins/file-bmp/bmp-read.c:252 -#: ../plug-ins/file-bmp/bmp-read.c:280 ../plug-ins/file-bmp/bmp-read.c:345 -#: ../plug-ins/file-bmp/bmp-read.c:371 +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 #, c-format msgid "Error reading BMP file header from '%s'" -msgstr "Erro ao ler a cabeceira do ficheiro BMP de '%s'" +msgstr "Produciuse un erro ao ler a cabeceira do ficheiro BMP de '%s'" -#: ../plug-ins/file-bmp/bmp-read.c:531 +#: ../plug-ins/file-bmp/bmp-read.c:590 msgid "Unrecognized or invalid BMP compression format." msgstr "O formato de compresión de BMP non é válido ou non se recoñece." -#: ../plug-ins/file-bmp/bmp-read.c:573 +#: ../plug-ins/file-bmp/bmp-read.c:632 msgid "Unsupported or invalid bitdepth." msgstr "A profundidade da cor non se admite ou non é válida." -#: ../plug-ins/file-bmp/bmp-read.c:761 ../plug-ins/file-bmp/bmp-read.c:802 -#: ../plug-ins/file-bmp/bmp-read.c:852 +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 msgid "The bitmap ends unexpectedly." msgstr "O mapa de bits finaliza inesperadamente" #: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210 msgid "Cannot save indexed image with transparency in BMP file format." msgstr "" -"Non se pode gardar imaxe indexada con transparencia en formato de ficheiro " +"Non é posíbel gardar imaxe indexada con transparencia en formato de ficheiro " "de BMP." #: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212 msgid "Alpha channel will be ignored." msgstr "Ignorarase a canle alfa." -#: ../plug-ins/file-bmp/bmp-write.c:793 +#: ../plug-ins/file-bmp/bmp-write.c:794 msgid "Save as BMP" msgstr "Gardar como BMP" -#: ../plug-ins/file-bmp/bmp-write.c:816 +#: ../plug-ins/file-bmp/bmp-write.c:817 msgid "_Run-Length Encoded" msgstr "Codificación _Run-Length" -#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:893 +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 msgid "_Advanced Options" msgstr "_Opcións avanzadas" -#: ../plug-ins/file-bmp/bmp-write.c:843 +#: ../plug-ins/file-bmp/bmp-write.c:844 msgid "16 bits" msgstr "16 bits" -#: ../plug-ins/file-bmp/bmp-write.c:879 +#: ../plug-ins/file-bmp/bmp-write.c:880 msgid "24 bits" msgstr "24 bits" -#: ../plug-ins/file-bmp/bmp-write.c:896 +#: ../plug-ins/file-bmp/bmp-write.c:897 msgid "32 bits" msgstr "32 bits" @@ -8220,7 +8236,7 @@ #: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188 msgid "Flexible Image Transport System" -msgstr "Sistema de transporte de imaxe flexible" +msgstr "Sistema de transporte de imaxe flexíbel" #: ../plug-ins/file-fits/fits.c:368 msgid "Error during open of FITS file" @@ -8232,7 +8248,7 @@ #: ../plug-ins/file-fits/fits.c:455 msgid "FITS save cannot handle images with alpha channels" -msgstr "Non se poden gardar imaxes con canles alfa en ficheiros de FITS" +msgstr "Non é posíbel gardar imaxes con canles alfa en ficheiros de FITS" #: ../plug-ins/file-fits/fits.c:993 msgid "Load FITS File" @@ -8293,8 +8309,8 @@ "Large icons and compression are not supported by all programs. Older " "applications may not open this file correctly." msgstr "" -"As iconas grandes e a compresión non son compatibles con todos os programas. " -"As aplicacións máis antigas poderían non abrir correctamente este ficheiro." +"As iconas grandes e a compresión non son compatíbeis con todos os programas. " +"As aplicativos máis antigas poderían non abrir correctamente este ficheiro." #: ../plug-ins/file-ico/ico-dialog.c:178 msgid "1 bpp, 1-bit alpha, 2-slot palette" @@ -8321,12 +8337,12 @@ msgstr "Compresión (PNG)" #. read successfully. add to image -#: ../plug-ins/file-ico/ico-load.c:616 +#: ../plug-ins/file-ico/ico-load.c:624 #, c-format msgid "Icon #%i" msgstr "Icona #%i" -#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:630 +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 #: ../plug-ins/file-psd/psd-thumb-load.c:85 #, c-format msgid "Opening thumbnail for '%s'" @@ -8356,76 +8372,76 @@ msgid "JPEG preview" msgstr "Vista previa de JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:199 +#: ../plug-ins/file-jpeg/jpeg-save.c:200 #, c-format msgid "File size: %02.01f kB" msgstr "Tamaño do ficheiro: %02.01f kB" -#: ../plug-ins/file-jpeg/jpeg-save.c:674 +#: ../plug-ins/file-jpeg/jpeg-save.c:682 msgid "Calculating file size..." msgstr "A calcular o tamaño do ficheiro..." -#: ../plug-ins/file-jpeg/jpeg-save.c:765 ../plug-ins/file-jpeg/jpeg-save.c:869 +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 msgid "File size: unknown" msgstr "Tamaño do ficheiro: descoñécese" -#: ../plug-ins/file-jpeg/jpeg-save.c:820 +#: ../plug-ins/file-jpeg/jpeg-save.c:827 msgid "Save as JPEG" msgstr "Gardar como JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:855 +#: ../plug-ins/file-jpeg/jpeg-save.c:862 msgid "_Quality:" msgstr "_Calidade:" -#: ../plug-ins/file-jpeg/jpeg-save.c:859 +#: ../plug-ins/file-jpeg/jpeg-save.c:866 msgid "JPEG quality parameter" msgstr "Parámetros de calidade JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:878 +#: ../plug-ins/file-jpeg/jpeg-save.c:885 msgid "Enable preview to obtain the file size." msgstr "Activar a vista previa para obter o tamaño do ficheiro." -#: ../plug-ins/file-jpeg/jpeg-save.c:881 +#: ../plug-ins/file-jpeg/jpeg-save.c:888 msgid "Sho_w preview in image window" -msgstr "Amosar a vista _previa na ventá da imaxe" +msgstr "Mostrar a vista _previa na xanela da imaxe" -#: ../plug-ins/file-jpeg/jpeg-save.c:922 +#: ../plug-ins/file-jpeg/jpeg-save.c:929 msgid "S_moothing:" msgstr "S_uavizado:" -#: ../plug-ins/file-jpeg/jpeg-save.c:935 +#: ../plug-ins/file-jpeg/jpeg-save.c:942 msgid "Frequency (rows):" msgstr "Frecuencia (filas):" -#: ../plug-ins/file-jpeg/jpeg-save.c:951 +#: ../plug-ins/file-jpeg/jpeg-save.c:958 msgid "Use _restart markers" msgstr "Usar ma_rcadores de reinicio" -#: ../plug-ins/file-jpeg/jpeg-save.c:967 +#: ../plug-ins/file-jpeg/jpeg-save.c:974 msgid "_Optimize" msgstr "_Optimizar" -#: ../plug-ins/file-jpeg/jpeg-save.c:981 +#: ../plug-ins/file-jpeg/jpeg-save.c:988 msgid "_Progressive" msgstr "_Progresivo" -#: ../plug-ins/file-jpeg/jpeg-save.c:997 +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 msgid "Save _EXIF data" msgstr "Gardar datos _EXIF" -#: ../plug-ins/file-jpeg/jpeg-save.c:1014 +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 msgid "Save _thumbnail" msgstr "Gardar minia_tura" -#: ../plug-ins/file-jpeg/jpeg-save.c:1031 +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 msgid "Save _XMP data" msgstr "Gardar datos _XMP" -#: ../plug-ins/file-jpeg/jpeg-save.c:1046 +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 msgid "_Use quality settings from original image" msgstr "_Usar as configuracións de calidade da imaxe orixinal" -#: ../plug-ins/file-jpeg/jpeg-save.c:1052 +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 msgid "" "If the original image was loaded from a JPEG file using non-standard quality " "settings (quantization tables), enable this option to get almost the same " @@ -8436,50 +8452,50 @@ "esta opción para obter practicamente a mesma calidade e tamaño de ficheiro." #. Subsampling -#: ../plug-ins/file-jpeg/jpeg-save.c:1076 +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 msgid "Su_bsampling:" msgstr "So_bremostraxe:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1083 +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 msgid "1x1,1x1,1x1 (best quality)" msgstr "1x1,1x1,1x1 (mellor calidade)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1084 +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 msgid "2x1,1x1,1x1 (4:2:2)" msgstr "2x1,1x1,1x1 (4:2:2)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1085 +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 msgid "1x2,1x1,1x1" msgstr "1x2,1x1,1x1" -#: ../plug-ins/file-jpeg/jpeg-save.c:1086 +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 msgid "2x2,1x1,1x1 (smallest file)" msgstr "2x2,1x1,1x1 (ficheiro máis pequeno)" #. DCT method -#: ../plug-ins/file-jpeg/jpeg-save.c:1112 +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 msgid "_DCT method:" msgstr "Método _DCT:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1118 +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 msgid "Fast Integer" msgstr "Enteiro rápido" -#: ../plug-ins/file-jpeg/jpeg-save.c:1119 +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 msgid "Integer" msgstr "Número enteiro" -#: ../plug-ins/file-jpeg/jpeg-save.c:1120 +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 msgid "Floating-Point" msgstr "Punto flotante" -#: ../plug-ins/file-jpeg/jpeg-save.c:1136 +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 msgid "Comment" msgstr "Comentario" -#: ../plug-ins/file-jpeg/jpeg-save.c:1181 +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 msgid "Sa_ve Defaults" -msgstr "G_ardar predeterminados" +msgstr "G_ardar predefinidos" #: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175 msgid "JPEG image" @@ -8510,45 +8526,75 @@ msgid "Too many channels in file: %d" msgstr "Demasiadas canles no ficheiro: %d" -#: ../plug-ins/file-psd/psd-load.c:314 +#: ../plug-ins/file-psd/psd-load.c:311 +#, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Non se admite o tamaño da imaxe ou é incorrecto: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:323 #, c-format msgid "Unsupported color mode: %s" msgstr "Modo de cor non soportado: %s" -#: ../plug-ins/file-psd/psd-load.c:341 +#: ../plug-ins/file-psd/psd-load.c:350 #, c-format msgid "Unsupported bit depth: %d" msgstr "Profundidade de bits non soportada: %d" -#: ../plug-ins/file-psd/psd-load.c:375 ../plug-ins/file-psd/psd-load.c:385 -#: ../plug-ins/file-psd/psd-load.c:604 ../plug-ins/file-psd/psd-load.c:785 +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 #, c-format msgid "The file is corrupt!" msgstr "O ficheiro está corrupto!" -#: ../plug-ins/file-psd/psd-load.c:545 +#: ../plug-ins/file-psd/psd-load.c:554 #, c-format msgid "Too many channels in layer: %d" msgstr "Demasiadas canles na capa: %d" -#: ../plug-ins/file-psd/psd-load.c:552 +#: ../plug-ins/file-psd/psd-load.c:562 #, c-format msgid "Unsupported or invalid layer height: %d" -msgstr "A altura da capa non é valida ou non está soportada: %d" +msgstr "A altura da capa é incorrecta ou non se admite: %d" -#: ../plug-ins/file-psd/psd-load.c:559 +#: ../plug-ins/file-psd/psd-load.c:570 #, c-format msgid "Unsupported or invalid layer width: %d" -msgstr "A largura da capa non é valida ou non está soportada: %d" +msgstr "A largura da capa é incorrecta ou non se admite: %d" + +#: ../plug-ins/file-psd/psd-load.c:579 +#, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "O tamaño da capa é incorrecta ou non se admite: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:763 +#, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "A altura da máscara da capa é incorrecta ou non se admite: %d" + +#: ../plug-ins/file-psd/psd-load.c:771 +#, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "A largura da máscara da capa non é valida ou non se admite: %d" + +#: ../plug-ins/file-psd/psd-load.c:780 +#, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "O tamaño da máscara da capa non é valida ou non se admite: %dx%d" -#: ../plug-ins/file-psd/psd-load.c:1150 ../plug-ins/file-psd/psd-load.c:1499 +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 #, c-format msgid "Unsupported compression mode: %d" -msgstr "O modo de compresión non está soportado: %d" +msgstr "O modo de compresión non se admite: %d" -#: ../plug-ins/file-psd/psd-load.c:1588 +#: ../plug-ins/file-psd/psd-load.c:1644 msgid "Extra" -msgstr "Extra" +msgstr "Adicional" + +#: ../plug-ins/file-psd/psd-load.c:1819 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "O tamaño da canle é incorrecta ou non se admite" #: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 #: ../plug-ins/file-psd/psd.c:153 @@ -8561,30 +8607,31 @@ "Unable to save layer with mode '%s'. Either the PSD file format or the save " "plug-in does not support that, using normal mode instead." msgstr "" -"Non se pode gardar a capa co modo '%s' .Quer o formato PSD quer o " -"complemento de gardado non o admite; utilizarase o modo normal no seu lugar." +"Non é posíbel gardar a capa co modo '%s' .Ou o formato de ficheiro PSD ou o " +"engadido de gardado non o admite; utilizarase o modo normal no seu lugar." -#: ../plug-ins/file-psd/psd-save.c:628 +#: ../plug-ins/file-psd/psd-save.c:631 msgid "Error: Can't convert GIMP base imagetype to PSD mode" -msgstr "Erro: non se pode converter o tipo de imaxe básico do GIMP ao modo PSD" +msgstr "" +"Erro: non é posíbel converter o tipo de imaxe básico do GIMP ao modo PSD" -#: ../plug-ins/file-psd/psd-save.c:1596 +#: ../plug-ins/file-psd/psd-save.c:1605 #, c-format msgid "" "Unable to save '%s'. The PSD file format does not support images that are " "more than 30,000 pixels wide or tall." msgstr "" -"Non se puido gardar '%s'. O formato de ficheiro PSD non admite imaxes que " -"teñan máis de 30.000 píxeles de alto ou de largo." +"Non foi posíbel gardar '%s'. O formato de ficheiro PSD non admite imaxes " +"que teñan máis de 30.000 píxeles de alto ou de largo." -#: ../plug-ins/file-psd/psd-save.c:1611 +#: ../plug-ins/file-psd/psd-save.c:1620 #, c-format msgid "" "Unable to save '%s'. The PSD file format does not support images with " "layers that are more than 30,000 pixels wide or tall." msgstr "" -"Non se puido gardar '%s'. O formato de ficheiro PSD non admite imaxes con " -"capas que teñan máis de 30.000 píxeles de largo ou de alto." +"Non foi posíbel gardar '%s'. O formato de ficheiro PSD non admite imaxes " +"con capas que teñan máis de 30.000 píxeles de largo ou de alto." #: ../plug-ins/file-psd/psd-util.c:51 msgid "Unexpected end of file" @@ -8594,33 +8641,48 @@ msgid "Silicon Graphics IRIS image" msgstr "Imaxe IRIS de Silicon Graphics" -#: ../plug-ins/file-sgi/sgi.c:326 +#: ../plug-ins/file-sgi/sgi.c:325 #, c-format msgid "Could not open '%s' for reading." -msgstr "Non foi posible abrir '%s' para lectura. " +msgstr "Non foi posíbel abrir '%s' para lectura. " -#: ../plug-ins/file-sgi/sgi.c:549 +#: ../plug-ins/file-sgi/sgi.c:341 +#, c-format +msgid "Invalid width: %hu" +msgstr "Anchura incorrecta: %hu" + +#: ../plug-ins/file-sgi/sgi.c:348 +#, c-format +msgid "Invalid height: %hu" +msgstr "Altura incorrecta: %hu" + +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "Número de canles incorrecto: %hu" + +#: ../plug-ins/file-sgi/sgi.c:569 #, c-format msgid "Could not open '%s' for writing." -msgstr "Non foi posible abrir '%s' para escribir." +msgstr "Non foi posíbel abrir '%s' para escribir." -#: ../plug-ins/file-sgi/sgi.c:629 +#: ../plug-ins/file-sgi/sgi.c:649 msgid "Save as SGI" msgstr "Gardar como SGI" -#: ../plug-ins/file-sgi/sgi.c:645 +#: ../plug-ins/file-sgi/sgi.c:665 msgid "Compression type" msgstr "Tipo de compresión" -#: ../plug-ins/file-sgi/sgi.c:649 +#: ../plug-ins/file-sgi/sgi.c:669 msgid "No compression" msgstr "Sen compresión" -#: ../plug-ins/file-sgi/sgi.c:651 +#: ../plug-ins/file-sgi/sgi.c:671 msgid "RLE compression" msgstr "Compresión RLE" -#: ../plug-ins/file-sgi/sgi.c:653 +#: ../plug-ins/file-sgi/sgi.c:673 msgid "" "Aggressive RLE\n" "(not supported by SGI)" @@ -8665,7 +8727,7 @@ msgstr "_Recordar para sempre" #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:127 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:129 #: ../plug-ins/file-uri/uri-backend-wget.c:303 #, c-format msgid "Downloading %s of image data" @@ -8673,7 +8735,7 @@ #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164 #: ../plug-ins/file-uri/uri-backend-gvfs.c:226 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:134 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:136 #: ../plug-ins/file-uri/uri-backend-wget.c:346 #, c-format msgid "Downloaded %s of image data" @@ -8692,7 +8754,7 @@ #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253 #: ../plug-ins/file-uri/uri-backend-gvfs.c:297 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:156 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:158 #: ../plug-ins/file-uri/uri-backend-wget.c:195 msgid "Connecting to server" msgstr "Conectando co servidor" @@ -8717,11 +8779,11 @@ msgid "Uploading image (%s of %s)" msgstr "Subindo imaxe (%s de %s)" -#: ../plug-ins/file-uri/uri-backend-libcurl.c:58 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:60 msgid "Could not initialize libcurl" -msgstr "Non foi posible iniciar o libcurl" +msgstr "Non foi posíbel iniciar o libcurl" -#: ../plug-ins/file-uri/uri-backend-libcurl.c:200 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:202 #, c-format msgid "Opening '%s' for reading resulted in HTTP response code: %d" msgstr "" @@ -8821,12 +8883,12 @@ #: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373 #, c-format msgid "Could not create working folder '%s': %s" -msgstr "Non se puido crear o cartafol de traballo '%s': %s" +msgstr "Non foi posíbel crear o cartafol de traballo '%s': %s" #: ../plug-ins/file-xjt/xjt.c:3239 #, c-format msgid "Error: Could not read XJT property file '%s'." -msgstr "Erro: non foi posible ler o ficheiro de propiedades de XJT '%s'." +msgstr "Erro: non foi posíbel ler o ficheiro de propiedades de XJT '%s'." #: ../plug-ins/file-xjt/xjt.c:3246 #, c-format @@ -9120,7 +9182,7 @@ #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817 msgid "Reset parameters to default values" -msgstr "Restablecer os parámetros cos valores predeterminados" +msgstr "Restablecer os parámetros cos valores predefinidos" #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826 msgid "Save active fractal to file" @@ -9281,7 +9343,7 @@ #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560 #, c-format msgid "Could not write '%s': %s" -msgstr "Non foi posible escribir '%s': %s" +msgstr "Non foi posíbel escribir '%s': %s" #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635 msgid "Load Fractal Parameters" @@ -9372,7 +9434,7 @@ #: ../plug-ins/gfig/gfig-bezier.c:453 msgid "Show Line Frame" -msgstr "Amosar o marco da liña" +msgstr "Mostrar o marco da liña" #: ../plug-ins/gfig/gfig-bezier.c:458 msgid "Draws lines between the control points. Only during curve creation" @@ -9425,7 +9487,7 @@ #. "show image" checkbutton at bottom of style frame #: ../plug-ins/gfig/gfig-dialog.c:480 msgid "Show image" -msgstr "Amosar imaxe" +msgstr "Mostrar imaxe" #. "snap to grid" checkbutton at bottom of style frame #: ../plug-ins/gfig/gfig-dialog.c:493 @@ -9436,7 +9498,7 @@ #. "show grid" checkbutton at bottom of style frame #: ../plug-ins/gfig/gfig-dialog.c:502 msgid "Show grid" -msgstr "Amosar grade" +msgstr "Mostrar grade" #: ../plug-ins/gfig/gfig-dialog.c:637 msgid "Load Gfig Object Collection" @@ -9480,15 +9542,15 @@ #: ../plug-ins/gfig/gfig-dialog.c:902 msgid "Show previous object" -msgstr "Amosar o obxecto anterior" +msgstr "Mostrar o obxecto anterior" #: ../plug-ins/gfig/gfig-dialog.c:906 msgid "Show next object" -msgstr "Amosar o obxecto seguinte" +msgstr "Mostrar o obxecto seguinte" #: ../plug-ins/gfig/gfig-dialog.c:910 ../plug-ins/gfig/gfig-stock.c:53 msgid "Show all objects" -msgstr "Amosar todos os obxectos" +msgstr "Mostrar todos os obxectos" #: ../plug-ins/gfig/gfig-dialog.c:916 ../plug-ins/gfig/gfig-stock.c:47 msgid "Create line" @@ -9553,11 +9615,11 @@ #. Put buttons in #: ../plug-ins/gfig/gfig-dialog.c:1228 msgid "Show position" -msgstr "Amosar posición" +msgstr "Mostrar posición" #: ../plug-ins/gfig/gfig-dialog.c:1240 msgid "Show control points" -msgstr "Amosar os puntos de control" +msgstr "Mostrar os puntos de control" #: ../plug-ins/gfig/gfig-dialog.c:1274 msgid "Max undo:" @@ -9713,14 +9775,15 @@ msgid "" "Error trying to save figure as a parasite: can't attach parasite to drawable." msgstr "" -"Produciuse un erro ao tentar gardar a figura cun parásito: non é posible " +"Produciuse un erro ao tentar gardar a figura cun parásito: non é posíbel " "anexar un parásito a un debuxo." #: ../plug-ins/gfig/gfig.c:758 #, c-format msgid "Error trying to open temporary file '%s' for parasite loading: %s" msgstr "" -"Erro ao tentar abrir o ficheiro temporal '%s' para a carga de parásitos: %s" +"Produciuse un erro ao tentar abrir o ficheiro temporal '%s' para a carga de " +"parásitos: %s" #: ../plug-ins/gimpressionist/brush.c:247 msgid "Can only save drawables!" @@ -9832,7 +9895,7 @@ #. Tileable checkbox #: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze-dialog.c:278 msgid "Tileable" -msgstr "Fragmentable" +msgstr "Fragmentábel" # http://blender-archi.tuxfamily.org/Create_a_seamless_tileable_texture #: ../plug-ins/gimpressionist/general.c:217 @@ -10177,7 +10240,7 @@ #: ../plug-ins/gimpressionist/ppmtool.c:650 #, c-format msgid "Failed to save PPM file '%s': %s" -msgstr "Non foi posible gardar o ficheiro de PPM '%s': %s " +msgstr "Non foi posíbel gardar o ficheiro de PPM '%s': %s " #: ../plug-ins/gimpressionist/presets.c:640 msgid "Save Current" @@ -10185,7 +10248,7 @@ #: ../plug-ins/gimpressionist/presets.c:894 msgid "Gimpressionist Defaults" -msgstr "Configuración predeterminada do GIMPresionista" +msgstr "Configuración predefinida do GIMPresionista" #: ../plug-ins/gimpressionist/presets.c:1015 msgid "_Presets" @@ -10220,7 +10283,7 @@ #: ../plug-ins/gimpressionist/preview.c:180 msgid "Refresh the Preview window" -msgstr "Actualizar a ventá de previsualización" +msgstr "Actualizar a xanela de previsualización" #: ../plug-ins/gimpressionist/preview.c:188 msgid "Revert to the original image" @@ -10493,7 +10556,7 @@ #: ../plug-ins/gradient-flare/gradient-flare.c:3194 msgid "Cannot delete!! There must be at least one GFlare." -msgstr "Non se pode eliminar! Debe haber, cando menos, un GFlare." +msgstr "Non é posíbel eliminar! Debe haber, cando menos, un GFlare." #: ../plug-ins/gradient-flare/gradient-flare.c:3204 msgid "Delete Gradient Flare" @@ -10502,7 +10565,7 @@ #: ../plug-ins/gradient-flare/gradient-flare.c:3276 #, c-format msgid "not found %s in gflares_list" -msgstr "non se puido achar %s en gflares_list" +msgstr "non foi posíbel achar %s en gflares_list" #: ../plug-ins/gradient-flare/gradient-flare.c:3317 msgid "Gradient Flare Editor" @@ -10634,76 +10697,76 @@ msgstr "_Destellos secundarios" #: ../plug-ins/help-browser/dialog.c:186 -#: ../plug-ins/help-browser/dialog.c:1134 +#: ../plug-ins/help-browser/dialog.c:1121 msgid "GIMP Help Browser" msgstr "Visor de axuda do GIMP" -#: ../plug-ins/help-browser/dialog.c:566 +#: ../plug-ins/help-browser/dialog.c:564 msgid "Go back one page" msgstr "Retroceder unha páxina" -#: ../plug-ins/help-browser/dialog.c:571 +#: ../plug-ins/help-browser/dialog.c:569 msgid "Go forward one page" msgstr "Avanzar unha páxina" -#: ../plug-ins/help-browser/dialog.c:576 +#: ../plug-ins/help-browser/dialog.c:574 msgid "_Reload" msgstr "_Recargar" -#: ../plug-ins/help-browser/dialog.c:576 +#: ../plug-ins/help-browser/dialog.c:574 msgid "Reload current page" msgstr "Recargar a páxina actual" -#: ../plug-ins/help-browser/dialog.c:581 +#: ../plug-ins/help-browser/dialog.c:579 msgid "_Stop" msgstr "_Parar" -#: ../plug-ins/help-browser/dialog.c:581 +#: ../plug-ins/help-browser/dialog.c:579 msgid "Stop loading this page" msgstr "Parar de cargar a páxina" -#: ../plug-ins/help-browser/dialog.c:586 +#: ../plug-ins/help-browser/dialog.c:584 msgid "Go to the index page" msgstr "Ir á páxina do índice" -#: ../plug-ins/help-browser/dialog.c:591 +#: ../plug-ins/help-browser/dialog.c:589 msgid "C_opy location" msgstr "C_opiar localización" -#: ../plug-ins/help-browser/dialog.c:592 +#: ../plug-ins/help-browser/dialog.c:590 msgid "Copy the location of this page to the clipboard" msgstr "Copiar a localización desta páxina ao portapapeis" -#: ../plug-ins/help-browser/dialog.c:612 +#: ../plug-ins/help-browser/dialog.c:610 msgid "Find text in current page" msgstr "Localizar texto na páxina actual" -#: ../plug-ins/help-browser/dialog.c:617 +#: ../plug-ins/help-browser/dialog.c:615 msgid "Find _Again" msgstr "Loc_alizar de novo" -#: ../plug-ins/help-browser/dialog.c:636 +#: ../plug-ins/help-browser/dialog.c:634 msgid "S_how Index" msgstr "A_mosar índice" -#: ../plug-ins/help-browser/dialog.c:637 +#: ../plug-ins/help-browser/dialog.c:635 msgid "Toggle the visibility of the sidebar" msgstr "Des/Activar a visibilidade da barra lateral" -#: ../plug-ins/help-browser/dialog.c:658 +#: ../plug-ins/help-browser/dialog.c:656 msgid "Visit the GIMP documentation website" msgstr "Visitar a web de documentación do GIMP" -#: ../plug-ins/help-browser/dialog.c:1175 +#: ../plug-ins/help-browser/dialog.c:1162 msgid "Find:" msgstr "Localizar:" -#: ../plug-ins/help-browser/dialog.c:1192 +#: ../plug-ins/help-browser/dialog.c:1179 msgctxt "search" msgid "_Previous" msgstr "_Anterior" -#: ../plug-ins/help-browser/dialog.c:1204 +#: ../plug-ins/help-browser/dialog.c:1191 msgctxt "search" msgid "_Next" msgstr "_Seguinte" @@ -10928,7 +10991,7 @@ #: ../plug-ins/imagemap/imap_about.c:43 msgid "Image Map Plug-In" -msgstr "Complemento do mapa de imaxe" +msgstr "Engadido do mapa de imaxe" #: ../plug-ins/imagemap/imap_about.c:47 msgid "Copyright © 1999-2005 by Maurits Rijk" @@ -11325,7 +11388,7 @@ #: ../plug-ins/imagemap/imap_main.c:877 msgid "Couldn't save file:" -msgstr "Non se puido gardar o ficheiro:" +msgstr "Non foi posíbel gardar o ficheiro:" #: ../plug-ins/imagemap/imap_main.c:890 msgid "Image size has changed." @@ -11337,7 +11400,7 @@ #: ../plug-ins/imagemap/imap_main.c:925 msgid "Couldn't read file:" -msgstr "Non se puido ler o ficheiro:" +msgstr "Non foi posíbel ler o ficheiro:" #: ../plug-ins/imagemap/imap_main.c:972 #, c-format @@ -11528,7 +11591,7 @@ #: ../plug-ins/imagemap/imap_preferences.c:236 msgid "Couldn't save resource file:" -msgstr "Non foi posible gardar o ficheiro de recursos" +msgstr "Non foi posíbel gardar o ficheiro de recursos" # ***** BEGIN LICENSE BLOCK ***** # - Version: MPL 1.1/GPL 2.0/LGPL 2.1 @@ -11587,11 +11650,11 @@ #: ../plug-ins/imagemap/imap_preferences.c:375 msgid "_Require default URL" -msgstr "_Requirir URL predeterminado" +msgstr "_Requirir URL predefinido" #: ../plug-ins/imagemap/imap_preferences.c:377 msgid "Show area _handles" -msgstr "Amosar os _manexadores de área" +msgstr "Mostrar os _manexadores de área" #: ../plug-ins/imagemap/imap_preferences.c:379 msgid "_Keep NCSA circles true" @@ -11599,11 +11662,11 @@ #: ../plug-ins/imagemap/imap_preferences.c:381 msgid "Show area URL _tip" -msgstr "Amosar o _consello na área de URL" +msgstr "Mostrar o _consello na área de URL" #: ../plug-ins/imagemap/imap_preferences.c:384 msgid "_Use double-sized grab handles" -msgstr "_Usar cadros de manexo de tamaño duplo" +msgstr "_Usar cadros de manexo de dobre tamaño" #: ../plug-ins/imagemap/imap_preferences.c:391 msgid "Menu" @@ -11695,7 +11758,7 @@ #: ../plug-ins/imagemap/imap_settings.c:106 msgid "Default _URL:" -msgstr "URL _predeterminado:" +msgstr "URL _predefinido:" #: ../plug-ins/imagemap/imap_settings.c:108 msgid "_Description:" @@ -11893,7 +11956,7 @@ #: ../plug-ins/lighting/lighting-ui.c:658 #: ../plug-ins/map-object/map-object-ui.c:824 msgid "Amount of original color to show where no direct light falls" -msgstr "Cantidade de cor orixinal para amosar onde non cae a luz directa" +msgstr "Cantidade de cor orixinal para mostrar onde non cae a luz directa" #: ../plug-ins/lighting/lighting-ui.c:672 msgid "_Bright:" @@ -12252,7 +12315,7 @@ #: ../plug-ins/map-object/map-object-ui.c:1415 msgid "Show preview _wireframe" -msgstr "Amosar unha _vista previa do contorno de liña" +msgstr "Mostrar unha _vista previa do contorno de liña" #: ../plug-ins/maze/maze-algorithms.c:279 msgid "Constructing maze using Prim's Algorithm" @@ -12260,7 +12323,7 @@ #: ../plug-ins/maze/maze-algorithms.c:488 msgid "Constructing tileable maze using Prim's Algorithm" -msgstr "Construíndo un labirinto fragmentable utilizando o Algoritmo de Prim" +msgstr "Construíndo un labirinto fragmentábel utilizando o Algoritmo de Prim" #: ../plug-ins/maze/maze-dialog.c:172 msgid "Maze" @@ -12303,7 +12366,7 @@ "Tileable maze won't work perfectly." msgstr "" "O tamaño da selección non é uniforme.\n" -"O labirinto fragmentable non funcionará correctamente." +"O labirinto fragmentábel non funcionará correctamente." #: ../plug-ins/maze/maze.c:123 msgid "Draw a labyrinth" @@ -12358,25 +12421,25 @@ msgid "Nested elements (<%s>) are not allowed in this context" msgstr "Non se permiten elementos aniñados (<%s>) neste contexto" -#: ../plug-ins/metadata/xmp-parse.c:1005 +#: ../plug-ins/metadata/xmp-parse.c:1010 #, c-format msgid "End of element <%s> not expected in this context" msgstr "Non se agardaba o final do elemento <%s> neste contexto" -#: ../plug-ins/metadata/xmp-parse.c:1107 +#: ../plug-ins/metadata/xmp-parse.c:1112 #, c-format msgid "The current element (<%s>) cannot contain text" msgstr "O elemento actual (<%s>) non pode conter texto" -#: ../plug-ins/metadata/xmp-parse.c:1132 +#: ../plug-ins/metadata/xmp-parse.c:1137 msgid "XMP packets must start with " msgstr "Os paquetes XMP deben comezar con " -#: ../plug-ins/metadata/xmp-parse.c:1146 +#: ../plug-ins/metadata/xmp-parse.c:1151 msgid "XMP packets must end with " msgstr "Os paquetes XMP deben rematar con " -#: ../plug-ins/metadata/xmp-parse.c:1159 +#: ../plug-ins/metadata/xmp-parse.c:1164 msgid "XMP cannot contain XML comments or processing instructions" msgstr "XMP non pode conter comentarios de XML ou intrucións de procesos" @@ -12540,7 +12603,7 @@ #: ../plug-ins/win-snap/winsnap.c:881 msgid "Grab a single window" -msgstr "Capturar unha ventá soa" +msgstr "Capturar unha xanela soa" #: ../plug-ins/win-snap/winsnap.c:895 msgid "Grab the whole screen" @@ -12560,7 +12623,7 @@ #: ../plug-ins/win-snap/winsnap.c:989 msgid "Capture a window or desktop image" -msgstr "Capturar unha ventá ou imaxe de escritorio" +msgstr "Capturar unha xanela ou imaxe de escritorio" #: ../plug-ins/win-snap/winsnap.c:994 msgid "_Screen Shot..." diff -Nru gimp-2.6.11/po-plug-ins/it.po gimp-2.6.12/po-plug-ins/it.po --- gimp-2.6.11/po-plug-ins/it.po 2010-10-03 12:04:42.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/it.po 2012-01-31 13:50:15.000000000 +0000 @@ -8,7 +8,7 @@ "Project-Id-Version: gimp 2.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-06-15 00:40+0200\n" -"PO-Revision-Date: 2010-08-13 00:51+0200\n" +"PO-Revision-Date: 2012-01-27 22:38+0100\n" "Last-Translator: Marco Ciampa \n" "Language-Team: tp@lists.linux.it\n" "MIME-Version: 1.0\n" @@ -2532,7 +2532,7 @@ #: ../plug-ins/common/deinterlace.c:91 msgid "Fix images where every other row is missing" -msgstr "Aggiusta le immagini dove ogni altra riga è mancante" +msgstr "Aggiusta le immagini dove manca una riga sì e una no" #: ../plug-ins/common/deinterlace.c:100 msgid "_Deinterlace..." @@ -6663,7 +6663,7 @@ #: ../plug-ins/common/semi-flatten.c:75 msgid "_Semi-Flatten" -msgstr "_Semi-appiattito..." +msgstr "_Semi-appiattisci" #: ../plug-ins/common/semi-flatten.c:118 msgid "Semi-Flattening" diff -Nru gimp-2.6.11/po-plug-ins/LINGUAS gimp-2.6.12/po-plug-ins/LINGUAS --- gimp-2.6.11/po-plug-ins/LINGUAS 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/LINGUAS 2012-01-31 13:50:15.000000000 +0000 @@ -13,6 +13,7 @@ el en_CA en_GB +eo es et eu @@ -33,6 +34,7 @@ kn ko lt +lv mk mr ms diff -Nru gimp-2.6.11/po-plug-ins/lv.po gimp-2.6.12/po-plug-ins/lv.po --- gimp-2.6.11/po-plug-ins/lv.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/lv.po 2012-01-31 13:50:16.000000000 +0000 @@ -0,0 +1,15329 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Rūdofls Mazurs , 2011. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug." +"cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-07-28 18:56+0000\n" +"PO-Revision-Date: 2011-08-02 19:15+0300\n" +"Last-Translator: Rūdofls Mazurs \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" +"X-Generator: Lokalize 1.1\n" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:119 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:118 +msgid "Original" +msgstr "Oriģināls" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:137 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:136 +msgid "Rotated" +msgstr "Pagriezts" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:155 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:154 +msgid "Continuous update" +msgstr "Atjaunināt uzreiz" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:168 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:167 +msgid "Area:" +msgstr "Laukums:" + +#. Create selection +#: ../plug-ins/color-rotate/color-rotate-dialog.c:172 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:171 +#: ../plug-ins/common/film.c:967 +#: ../plug-ins/imagemap/imap_selection.c:339 +#: ../plug-ins/selection-to-path/selection-to-path.c:434 +msgid "Entire Layer" +msgstr "Viss slānis" + +#. Create selection +#: ../plug-ins/color-rotate/color-rotate-dialog.c:173 +#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367 +#: ../plug-ins/selection-to-path/selection-to-path.c:433 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:172 +#: ../plug-ins/common/film.c:967 +#: ../plug-ins/imagemap/imap_selection.c:339 +#: ../plug-ins/selection-to-path/selection-to-path.c:434 +msgid "Selection" +msgstr "Iezīmējums" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:174 +msgid "Context" +msgstr "Konteksts" + +#. spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:299 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:377 +#: ../plug-ins/common/color-to-alpha.c:410 ../plug-ins/file-fli/fli-gimp.c:875 +#: ../plug-ins/file-fli/fli-gimp.c:945 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:297 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:375 +#: ../plug-ins/common/color-to-alpha.c:411 +#: ../plug-ins/file-fli/fli-gimp.c:876 +#: ../plug-ins/file-fli/fli-gimp.c:932 +msgid "From:" +msgstr "No:" + +#. spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:325 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:378 +#: ../plug-ins/file-fli/fli-gimp.c:884 ../plug-ins/file-fli/fli-gimp.c:954 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:323 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:376 +#: ../plug-ins/file-fli/fli-gimp.c:885 +#: ../plug-ins/file-fli/fli-gimp.c:941 +msgid "To:" +msgstr "Līdz:" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:419 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:416 +#: ../plug-ins/common/file-ps.c:3237 +#: ../plug-ins/imagemap/imap_menu.c:213 +msgid "Gray" +msgstr "Pelēks" + +#. Gray: Circle: Spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:467 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:464 +msgid "Hue:" +msgstr "Tonis:" + +#. Gray: Circle: Spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:494 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:556 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:491 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:553 +msgid "Saturation:" +msgstr "Piesātinājums:" + +#. * Gray: Operation-Mode * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:514 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:511 +msgid "Gray Mode" +msgstr "Opciju režīms" + +#. Gray: Operation-Mode: two radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:523 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:520 +msgid "Treat as this" +msgstr "Izmantot kā šo" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:535 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:532 +msgid "Change to this" +msgstr "Mainīt uz šo" + +#. * Gray: What is gray? * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:548 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:545 +msgid "Gray Threshold" +msgstr "Pelēkā slieksnis" + +#. * Misc: Used unit selection * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:588 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:698 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:585 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:695 +msgid "Units" +msgstr "Vienības" + +#. Misc: Used unit selection: 3 radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:597 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:594 +msgid "Radians" +msgstr "Radiāni" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:609 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:606 +msgid "Radians/Pi" +msgstr "Radiāni/π" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:621 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:618 +msgid "Degrees" +msgstr "Grādi" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:652 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:649 +msgid "Rotate Colors" +msgstr "Rotēt krāsas" + +#: ../plug-ins/color-rotate/color-rotate-dialog.c:692 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:689 +msgid "Main Options" +msgstr "Galvenās opcijas" + +#. * Misc: Used unit selection * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:695 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:585 +msgid "Gray Options" +msgstr "Pelēkā opcijas" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:35 +#: ../plug-ins/color-rotate/color-rotate-stock.c:34 +msgid "Switch to Clockwise" +msgstr "Pretējā virzienā" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:37 +#: ../plug-ins/color-rotate/color-rotate-stock.c:36 +msgid "Switch to C/Clockwise" +msgstr "Pretējā virzienā" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:39 +#: ../plug-ins/color-rotate/color-rotate-stock.c:38 +msgid "Change Order of Arrows" +msgstr "Pa otru loku" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:41 +#: ../plug-ins/imagemap/imap_cmd_select_all.c:51 +#: ../plug-ins/color-rotate/color-rotate-stock.c:40 +#: ../plug-ins/imagemap/imap_cmd_select_all.c:50 +msgid "Select All" +msgstr "Iezīmēt visu" + +#: ../plug-ins/color-rotate/color-rotate.c:99 +#: ../plug-ins/color-rotate/color-rotate.c:98 +msgid "Replace a range of colors with another" +msgstr "Aizvietot vienu krāsu diapazonu ar citu" + +#: ../plug-ins/color-rotate/color-rotate.c:106 +#: ../plug-ins/color-rotate/color-rotate.c:105 +msgid "_Rotate Colors..." +msgstr "_Rotēt krāsas..." + +#: ../plug-ins/color-rotate/color-rotate.c:140 +#: ../plug-ins/color-rotate/color-rotate.c:139 +msgid "Rotating the colors" +msgstr "Rotē krāsas" + +#: ../plug-ins/common/alien-map.c:140 +msgid "_Modify red channel" +msgstr "_Mainīt sarkano kanālu" + +#: ../plug-ins/common/alien-map.c:140 +msgid "_Modify hue channel" +msgstr "_Mainīt nokrāsas kanālu" + +#: ../plug-ins/common/alien-map.c:141 +msgid "Mo_dify green channel" +msgstr "Mainīt _zaļo kanālu" + +#: ../plug-ins/common/alien-map.c:141 +msgid "Mo_dify saturation channel" +msgstr "Mainīt _piesātinājuma kanālu" + +#: ../plug-ins/common/alien-map.c:142 +msgid "Mod_ify blue channel" +msgstr "Ma_inīt zilo kanālu" + +#: ../plug-ins/common/alien-map.c:142 +msgid "Mod_ify luminosity channel" +msgstr "Ma_inīt spožuma kanālu" + +#: ../plug-ins/common/alien-map.c:147 +msgid "Red _frequency:" +msgstr "Sarkanā _frekvence:" + +#: ../plug-ins/common/alien-map.c:147 +msgid "Hue _frequency:" +msgstr "Piesātinājuma _frekvence:" + +#: ../plug-ins/common/alien-map.c:148 +msgid "Green fr_equency:" +msgstr "Zaļā fr_ekvence:" + +#: ../plug-ins/common/alien-map.c:148 +msgid "Saturation fr_equency:" +msgstr "Piesātinājuma fr_ekvence:" + +#: ../plug-ins/common/alien-map.c:149 +msgid "Blue freq_uency:" +msgstr "Zilā frek_vence:" + +#: ../plug-ins/common/alien-map.c:149 +msgid "Luminosity freq_uency:" +msgstr "Spožuma frek_vence:" + +#: ../plug-ins/common/alien-map.c:151 +msgid "Red _phaseshift:" +msgstr "Sarkanā fāzes no_bīde:" + +#: ../plug-ins/common/alien-map.c:151 +msgid "Hue _phaseshift:" +msgstr "Nokrāsas fāzes no_bīde:" + +#: ../plug-ins/common/alien-map.c:152 +msgid "Green ph_aseshift:" +msgstr "Zaļā fāzes n_obīde:" + +#: ../plug-ins/common/alien-map.c:152 +msgid "Saturation ph_aseshift:" +msgstr "Piesātinājuma fāzes n_obīde:" + +#: ../plug-ins/common/alien-map.c:153 +msgid "Blue pha_seshift:" +msgstr "Zilā fāzes _nobīde:" + +#: ../plug-ins/common/alien-map.c:153 +msgid "Luminosity pha_seshift:" +msgstr "Spožuma fāzes _nobīde:" + +#: ../plug-ins/common/alien-map.c:183 +msgid "Alter colors in various psychedelic ways" +msgstr "Maina krāsas dažādos psihodēliskos veidos" + +#: ../plug-ins/common/alien-map.c:188 +msgid "_Alien Map..." +msgstr "Dīvaina krāsu k_arte..." + +#: ../plug-ins/common/alien-map.c:320 +msgid "Alien Map: Transforming" +msgstr "Dīvaina krāsu karte: pārveido" + +#: ../plug-ins/common/alien-map.c:393 +msgid "Alien Map" +msgstr "Dīvaina krāsu karte" + +#: ../plug-ins/common/alien-map.c:441 ../plug-ins/common/alien-map.c:465 +#: ../plug-ins/common/alien-map.c:489 +#: ../plug-ins/common/alien-map.c:442 +#: ../plug-ins/common/alien-map.c:466 +#: ../plug-ins/common/alien-map.c:490 +msgid "Number of cycles covering full value range" +msgstr "Ciklu skaits, kas nosedz pilnu vērtību apgabalu" + +#: ../plug-ins/common/alien-map.c:453 ../plug-ins/common/alien-map.c:477 +#: ../plug-ins/common/alien-map.c:501 +#: ../plug-ins/common/alien-map.c:454 +#: ../plug-ins/common/alien-map.c:478 +#: ../plug-ins/common/alien-map.c:502 +msgid "Phase angle, range 0-360" +msgstr "Fāzes leņķis, diapazons 0-360" + +#. Propagate Mode +#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:611 +#: ../plug-ins/common/value-propagate.c:1120 ../plug-ins/common/waves.c:277 +#: ../plug-ins/common/alien-map.c:516 +#: ../plug-ins/common/hot.c:613 +#: ../plug-ins/common/value-propagate.c:1121 +#: ../plug-ins/common/waves.c:279 +msgid "Mode" +msgstr "Režīms" + +#: ../plug-ins/common/alien-map.c:519 +msgid "_RGB color model" +msgstr "_RGB krāsu modelis" + +#: ../plug-ins/common/alien-map.c:520 +#: ../plug-ins/common/alien-map.c:521 +msgid "_HSL color model" +msgstr "_HSL krāsu modelis" + +#: ../plug-ins/common/align-layers.c:128 +msgid "Align all visible layers of the image" +msgstr "Līdzināt visus redzamos attēla slāņus" + +#: ../plug-ins/common/align-layers.c:133 +msgid "Align Visi_ble Layers..." +msgstr "Līdzināt red_zamos slāņus..." + +#: ../plug-ins/common/align-layers.c:173 +msgid "There are not enough layers to align." +msgstr "Nav pietiekami daudz slāņu, lai līdzinātu." + +#: ../plug-ins/common/align-layers.c:400 +msgid "Align Visible Layers" +msgstr "Līdzināt redzamos slāņus" + +#. if and how to center the image on the page +#: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/file-fits/fits.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1081 +#: ../plug-ins/lighting/lighting-ui.c:416 +#: ../plug-ins/print/print-page-layout.c:449 +#: ../plug-ins/common/file-ps.c:3253 +#: ../plug-ins/common/file-ps.c:3265 +#: ../plug-ins/common/file-psp.c:647 +#: ../plug-ins/file-fits/fits.c:1044 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:998 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1039 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1080 +#: ../plug-ins/lighting/lighting-ui.c:418 +#: ../plug-ins/print/print-page-layout.c:461 +msgid "None" +msgstr "Nekāds" + +#: ../plug-ins/common/align-layers.c:425 ../plug-ins/common/align-layers.c:456 +msgid "Collect" +msgstr "Savākt" + +#: ../plug-ins/common/align-layers.c:426 +msgid "Fill (left to right)" +msgstr "Aizpildīt (no kreisās uz labo)" + +#: ../plug-ins/common/align-layers.c:427 +msgid "Fill (right to left)" +msgstr "Aizpildīt (no labās uz kreiso)" + +#. "snap to grid" checkbutton at bottom of style frame +#: ../plug-ins/common/align-layers.c:428 ../plug-ins/common/align-layers.c:459 +#: ../plug-ins/gfig/gfig-dialog.c:498 +msgid "Snap to grid" +msgstr "Pievilkt pie režģa" + +#: ../plug-ins/common/align-layers.c:437 +msgid "_Horizontal style:" +msgstr "_Horizontālais stils:" + +#: ../plug-ins/common/align-layers.c:441 +msgid "Left edge" +msgstr "Kreisā mala" + +#: ../plug-ins/common/align-layers.c:442 ../plug-ins/common/align-layers.c:472 +#: ../plug-ins/gradient-flare/gradient-flare.c:2713 +#: ../plug-ins/gradient-flare/gradient-flare.c:2712 +msgid "Center" +msgstr "Vidus" + +#: ../plug-ins/common/align-layers.c:443 +msgid "Right edge" +msgstr "Labā mala" + +#: ../plug-ins/common/align-layers.c:452 +msgid "Ho_rizontal base:" +msgstr "Ho_rizontālā bāze:" + +#: ../plug-ins/common/align-layers.c:457 +msgid "Fill (top to bottom)" +msgstr "Apmest (no augšas uz leju)" + +#: ../plug-ins/common/align-layers.c:458 +msgid "Fill (bottom to top)" +msgstr "Apmest (no lejas uz augšu)" + +#: ../plug-ins/common/align-layers.c:468 +msgid "_Vertical style:" +msgstr "_Vertikālais stils:" + +#: ../plug-ins/common/align-layers.c:471 +msgid "Top edge" +msgstr "Augšējā mala" + +#: ../plug-ins/common/align-layers.c:473 +msgid "Bottom edge" +msgstr "Apakšējā mala" + +#: ../plug-ins/common/align-layers.c:482 +msgid "Ver_tical base:" +msgstr "Ver_tikālā bāze:" + +#: ../plug-ins/common/align-layers.c:486 +msgid "_Grid size:" +msgstr "_Režģa izmērs:" + +#: ../plug-ins/common/align-layers.c:495 +msgid "_Ignore the bottom layer even if visible" +msgstr "_Ignorēt apakšējo slāni, pat ja tas ir redzams" + +#: ../plug-ins/common/align-layers.c:505 +msgid "_Use the (invisible) bottom layer as the base" +msgstr "_Lietot (neredzamo) apakšējo slāni kā bāzi" + +#: ../plug-ins/common/animation-optimize.c:133 +#: ../plug-ins/common/animation-optimize.c:132 +msgid "Modify image to reduce size when saved as GIF animation" +msgstr "Samazinātu attēla izmēru, kad saglabā kā GIF animāciju" + +#: ../plug-ins/common/animation-optimize.c:145 +#: ../plug-ins/common/animation-optimize.c:144 +msgid "Optimize (for _GIF)" +msgstr "Optimizēt (_GIF formātam)" + +#: ../plug-ins/common/animation-optimize.c:153 +#: ../plug-ins/common/animation-optimize.c:152 +msgid "Reduce file size where combining layers is possible" +msgstr "Samazināt faila izmēru, kad ir iespējama slāņu apvienošana" + +#: ../plug-ins/common/animation-optimize.c:163 +#: ../plug-ins/common/animation-optimize.c:162 +msgid "_Optimize (Difference)" +msgstr "_Optimizēt (atšķirība)" + +#: ../plug-ins/common/animation-optimize.c:171 +#: ../plug-ins/common/animation-optimize.c:170 +msgid "Remove optimization to make editing easier" +msgstr "Noņemt optimizāciju, lai padarītu rediģēšanu vieglāku" + +#: ../plug-ins/common/animation-optimize.c:178 +#: ../plug-ins/common/animation-optimize.c:177 +msgid "_Unoptimize" +msgstr "_Deoptimizēt" + +#: ../plug-ins/common/animation-optimize.c:198 +#: ../plug-ins/common/animation-optimize.c:197 +msgid "_Remove Backdrop" +msgstr "_Noņemt fonu" + +#: ../plug-ins/common/animation-optimize.c:214 +#: ../plug-ins/common/animation-optimize.c:213 +msgid "_Find Backdrop" +msgstr "Atrast _fonu" + +#: ../plug-ins/common/animation-optimize.c:427 +#: ../plug-ins/common/animation-optimize.c:426 +msgid "Unoptimizing animation" +msgstr "Deoptimizē animāciju" + +#: ../plug-ins/common/animation-optimize.c:430 +#: ../plug-ins/common/animation-optimize.c:429 +msgid "Removing animation background" +msgstr "Noņem animācijas fonu" + +#: ../plug-ins/common/animation-optimize.c:433 +#: ../plug-ins/common/animation-optimize.c:432 +msgid "Finding animation background" +msgstr "Meklē animācijas fonu" + +#: ../plug-ins/common/animation-optimize.c:437 +#: ../plug-ins/common/animation-optimize.c:436 +msgid "Optimizing animation" +msgstr "Optimizē animāciju" + +#: ../plug-ins/common/animation-play.c:163 +#: ../plug-ins/common/animation-play.c:169 +msgid "Preview a GIMP layer-based animation" +msgstr "Priekšsaktīt uz slāņiem balstītu GIMP animāciju" + +#: ../plug-ins/common/animation-play.c:168 +#: ../plug-ins/common/animation-play.c:174 +msgid "_Playback..." +msgstr "_Atskaņot..." + +#: ../plug-ins/common/animation-play.c:447 +#: ../plug-ins/common/animation-play.c:453 +msgid "_Step" +msgstr "_Solis" + +#: ../plug-ins/common/animation-play.c:447 +#: ../plug-ins/common/animation-play.c:453 +msgid "Step to next frame" +msgstr "Solis uz nākamo kadru" + +#: ../plug-ins/common/animation-play.c:451 +#: ../plug-ins/common/animation-play.c:457 +msgid "Rewind the animation" +msgstr "Attīt animāciju" + +#: ../plug-ins/common/animation-play.c:469 +#: ../plug-ins/common/animation-play.c:475 +msgid "Faster" +msgstr "Ātrāk" + +#: ../plug-ins/common/animation-play.c:469 +#: ../plug-ins/common/animation-play.c:475 +msgid "Increase the speed of the animation" +msgstr "Palielināt animācijas ātrumu" + +#: ../plug-ins/common/animation-play.c:474 +#: ../plug-ins/common/animation-play.c:480 +msgid "Slower" +msgstr "Lēnāk" + +#: ../plug-ins/common/animation-play.c:474 +#: ../plug-ins/common/animation-play.c:480 +msgid "Decrease the speed of the animation" +msgstr "Samazināt animācijas ātrumu" + +#: ../plug-ins/common/animation-play.c:479 +#: ../plug-ins/common/animation-play.c:485 +msgid "Reset speed" +msgstr "Atstatīt ātrumu" + +#: ../plug-ins/common/animation-play.c:479 +#: ../plug-ins/common/animation-play.c:485 +msgid "Reset the speed of the animation" +msgstr "Atstatīt animācijas ātrumu" + +#: ../plug-ins/common/animation-play.c:487 +#: ../plug-ins/common/animation-play.c:1446 +#: ../plug-ins/common/animation-play.c:493 +#: ../plug-ins/common/animation-play.c:1474 +msgid "Start playback" +msgstr "Sākt atskaņošanu" + +#: ../plug-ins/common/animation-play.c:491 +#: ../plug-ins/common/animation-play.c:497 +msgid "Detach" +msgstr "Atvienot" + +#: ../plug-ins/common/animation-play.c:492 +#: ../plug-ins/common/animation-play.c:498 +msgid "Detach the animation from the dialog window" +msgstr "Atvienot animāciju no dialoga loga" + +#: ../plug-ins/common/animation-play.c:584 +#: ../plug-ins/common/animation-play.c:590 +msgid "Animation Playback:" +msgstr "Animācijas atskaņošana:" + +#. list is given in "fps" - frames per second +#: ../plug-ins/common/animation-play.c:663 +#: ../plug-ins/common/animation-play.c:695 +#, c-format, +msgid "Playback speed" +msgstr "Atskaņošanas ātrums" + +#: ../plug-ins/common/animation-play.c:803 +#: ../plug-ins/common/animation-play.c:831 +msgid "Tried to display an invalid layer." +msgstr "Mēģināja attēlot nederīgu slāni." + +#: ../plug-ins/common/animation-play.c:1323 +#: ../plug-ins/common/animation-play.c:1351 +#, c-format +msgid "Frame %d of %d" +msgstr "Ietvars %d no %d" + +#: ../plug-ins/common/animation-play.c:1446 +#: ../plug-ins/common/animation-play.c:1474 +msgid "Stop playback" +msgstr "Apturēt atskaņošanu" + +#: ../plug-ins/common/antialias.c:84 +msgid "Antialias using the Scale3X edge-extrapolation algorithm" +msgstr "Nogludināt, izmantojot Scale3X edge-extrapolation algoritmu" + +#: ../plug-ins/common/antialias.c:90 +msgid "_Antialias" +msgstr "No_gludināt" + +#: ../plug-ins/common/antialias.c:149 +msgid "Antialiasing..." +msgstr "Nogludināšana..." + +#: ../plug-ins/common/apply-canvas.c:1140 +msgid "Add a canvas texture to the image" +msgstr "Attēlam pievienot audekla tekstūru" + +#: ../plug-ins/common/apply-canvas.c:1145 +msgid "_Apply Canvas..." +msgstr "Uzlikt _audeklu..." + +#: ../plug-ins/common/apply-canvas.c:1226 +msgid "Applying canvas" +msgstr "Uzlikt audeklu" + +#: ../plug-ins/common/apply-canvas.c:1263 +msgid "Apply Canvas" +msgstr "Uzlikt audeklu" + +#. ***************************************************** +#. radio buttons for choosing LEFT or RIGHT +#. ************************************************* +#: ../plug-ins/common/apply-canvas.c:1292 ../plug-ins/common/wind.c:945 +#: ../plug-ins/lighting/lighting-ui.c:518 +#: ../plug-ins/common/apply-canvas.c:1293 +#: ../plug-ins/common/wind.c:948 +#: ../plug-ins/lighting/lighting-ui.c:520 +msgid "Direction" +msgstr "Virziens" + +#: ../plug-ins/common/apply-canvas.c:1296 +msgid "_Top-right" +msgstr "_Augšējais labais" + +#: ../plug-ins/common/apply-canvas.c:1297 +msgid "Top-_left" +msgstr "Augšējais _kreisais" + +#: ../plug-ins/common/apply-canvas.c:1298 +msgid "_Bottom-left" +msgstr "A_pakšējais kreisais" + +#: ../plug-ins/common/apply-canvas.c:1299 +#: ../plug-ins/common/apply-canvas.c:1300 +msgid "Bottom-_right" +msgstr "Apakšējais _labais" + +#: ../plug-ins/common/apply-canvas.c:1324 ../plug-ins/common/bump-map.c:916 +#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractal-trace.c:796 +#: ../plug-ins/map-object/map-object-ui.c:573 +#: ../plug-ins/common/apply-canvas.c:1325 +#: ../plug-ins/common/bump-map.c:922 +#: ../plug-ins/common/emboss.c:525 +#: ../plug-ins/common/fractal-trace.c:797 +#: ../plug-ins/map-object/map-object-ui.c:527 +#: ../plug-ins/lighting/lighting-ui.c:380 +msgid "_Depth:" +msgstr "_Dziļums:" + +#: ../plug-ins/common/blinds.c:116 +#: ../plug-ins/common/blinds.c:113 +msgid "Simulate an image painted on window blinds" +msgstr "Simulē attēlu, kas ir uzzīmēts uz loga žalūzijām" + +#: ../plug-ins/common/blinds.c:121 +#: ../plug-ins/common/blinds.c:118 +msgid "_Blinds..." +msgstr "Žalū_zijas..." + +#: ../plug-ins/common/blinds.c:188 +#: ../plug-ins/common/blinds.c:185 +msgid "Adding blinds" +msgstr "Pievieno žalūzijas" + +#: ../plug-ins/common/blinds.c:226 +#: ../plug-ins/common/blinds.c:223 +msgid "Blinds" +msgstr "Žalūzijas" + +#. Orientation toggle box +#: ../plug-ins/common/blinds.c:260 ../plug-ins/common/ripple.c:539 +#: ../plug-ins/common/blinds.c:258 +#: ../plug-ins/common/ripple.c:557 +msgid "Orientation" +msgstr "Virziens" + +#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543 +#: ../plug-ins/common/tile-small.c:426 ../plug-ins/pagecurl/pagecurl.c:534 +#: ../plug-ins/common/blinds.c:262 +#: ../plug-ins/common/ripple.c:561 +#: ../plug-ins/common/tile-small.c:433 +msgid "_Horizontal" +msgstr "_Horizontāls" + +#: ../plug-ins/common/blinds.c:265 ../plug-ins/common/ripple.c:544 +#: ../plug-ins/common/tile-small.c:436 ../plug-ins/pagecurl/pagecurl.c:533 +#: ../plug-ins/common/ripple.c:564 +#: ../plug-ins/common/tile-small.c:443 +msgid "_Vertical" +msgstr "_Vertikāls" + +#. +#. * Create the "background" layer to hold the image... +#. +#: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 +#: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 +#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 +#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 +#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 +#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 +#: ../plug-ins/file-psd/psd-image-res-load.c:995 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 +#: ../plug-ins/gfig/gfig-dialog.c:1284 +#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 +#: ../plug-ins/win-snap/winsnap.c:1155 +#: ../plug-ins/common/blinds.c:279 +#: ../plug-ins/common/compose.c:936 +#: ../plug-ins/common/decompose.c:727 +#: ../plug-ins/common/file-cel.c:363 +#: ../plug-ins/common/file-cel.c:366 +#: ../plug-ins/common/file-dicom.c:614 +#: ../plug-ins/common/file-gif-load.c:927 +#: ../plug-ins/common/file-jp2-load.c:357 +#: ../plug-ins/common/file-pcx.c:431 +#: ../plug-ins/common/file-png.c:881 +#: ../plug-ins/common/file-pnm.c:583 +#: ../plug-ins/common/file-raw.c:763 +#: ../plug-ins/common/file-sunras.c:977 +#: ../plug-ins/common/file-tiff-load.c:999 +#: ../plug-ins/common/file-xbm.c:897 +#: ../plug-ins/common/film.c:747 +#: ../plug-ins/file-bmp/bmp-read.c:380 +#: ../plug-ins/file-bmp/bmp-read.c:647 +#: ../plug-ins/file-faxg3/faxg3.c:477 +#: ../plug-ins/file-jpeg/jpeg-load.c:252 +#: ../plug-ins/file-jpeg/jpeg-load.c:816 +#: ../plug-ins/file-psd/psd-image-res-load.c:997 +#: ../plug-ins/file-psd/psd-load.c:1637 +#: ../plug-ins/file-sgi/sgi.c:407 +#: ../plug-ins/gfig/gfig-dialog.c:1317 +#: ../plug-ins/gimpressionist/general.c:139 +#: ../plug-ins/map-object/map-object-apply.c:252 +#: ../plug-ins/twain/twain.c:567 +#: ../plug-ins/win-snap/winsnap.c:1156 +msgid "Background" +msgstr "Fons" + +#: ../plug-ins/common/blinds.c:282 ../plug-ins/common/fractal-trace.c:738 +#: ../plug-ins/common/tile-paper.c:384 +#: ../plug-ins/common/blinds.c:283 +#: ../plug-ins/common/fractal-trace.c:739 +#: ../plug-ins/common/tile-paper.c:385 +msgid "_Transparent" +msgstr "_Caurspīdīgs" + +#: ../plug-ins/common/blinds.c:308 +#: ../plug-ins/common/blinds.c:309 +msgid "_Displacement:" +msgstr "S_līpums" + +#: ../plug-ins/common/blinds.c:320 +#: ../plug-ins/common/blinds.c:321 +msgid "_Number of segments:" +msgstr "_Daļu skaits:" + +#: ../plug-ins/common/blur-gauss-selective.c:104 +msgid "Blur neighboring pixels, but only in low-contrast areas" +msgstr "Izsmērēt blakus pikseļus, bet tikai zema kontrasta laukumos" + +#: ../plug-ins/common/blur-gauss-selective.c:115 +msgid "_Selective Gaussian Blur..." +msgstr "_Selektīvā Gausa izsmērēšana" + +#: ../plug-ins/common/blur-gauss-selective.c:195 +#: ../plug-ins/common/blur-gauss-selective.c:232 +msgid "Selective Gaussian Blur" +msgstr "Selektīvā Gausa izsmērēšana" + +#: ../plug-ins/common/blur-gauss-selective.c:211 +#: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 +#: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/gradient-flare/gradient-flare.c:966 +#: ../plug-ins/file-sgi/sgi.c:559 +#: ../plug-ins/file-xjt/xjt.c:1687 +msgid "Cannot operate on indexed color images." +msgstr "Nevar darboties ar indeksētiem krāsu attēliem." + +#: ../plug-ins/common/blur-gauss-selective.c:271 +#: ../plug-ins/common/blur-gauss-selective.c:272 +msgid "_Blur radius:" +msgstr "Izs_mērēšanas rādiuss:" + +#: ../plug-ins/common/blur-gauss-selective.c:281 +#: ../plug-ins/common/blur-gauss-selective.c:282 +msgid "_Max. delta:" +msgstr "Maksimālā atšķirība:" + +#: ../plug-ins/common/blur-gauss.c:159 +msgid "Simplest, most commonly used way of blurring" +msgstr "Vienkāršākā, visbiežāk izmantotā izsmērēšana" + +#: ../plug-ins/common/blur-gauss.c:172 +msgid "_Gaussian Blur..." +msgstr "_Gausa izsmērēšana..." + +#: ../plug-ins/common/blur-gauss.c:179 ../plug-ins/common/blur-gauss.c:199 +#: ../plug-ins/common/blur-gauss.c:219 ../plug-ins/common/blur-gauss.c:239 +msgid "Apply a gaussian blur" +msgstr "Lietot Gausa izsmērēšanu" + +#: ../plug-ins/common/blur-gauss.c:428 ../plug-ins/common/blur-gauss.c:478 +msgid "Gaussian Blur" +msgstr "Gausa izsmērēšana" + +#. parameter settings +#: ../plug-ins/common/blur-gauss.c:508 +#: ../plug-ins/common/blur-gauss.c:509 +msgid "Blur Radius" +msgstr "Izsmērēšanas rādiuss" + +#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 +#: ../plug-ins/common/noise-spread.c:386 +#: ../plug-ins/common/blur-gauss.c:523 +#: ../plug-ins/common/jigsaw.c:2459 +#: ../plug-ins/common/noise-spread.c:385 +msgid "_Horizontal:" +msgstr "_Horizontāli:" + +#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 +#: ../plug-ins/common/noise-spread.c:390 +#: ../plug-ins/common/blur-gauss.c:527 +#: ../plug-ins/common/jigsaw.c:2476 +#: ../plug-ins/common/noise-spread.c:389 +msgid "_Vertical:" +msgstr "_Vertikāli:" + +#: ../plug-ins/common/blur-gauss.c:549 +#: ../plug-ins/common/blur-gauss.c:550 +msgid "Blur Method" +msgstr "Izsmērēšanas metode" + +#: ../plug-ins/common/blur-gauss.c:553 +msgid "_IIR" +msgstr "_IIR" + +#: ../plug-ins/common/blur-gauss.c:554 +#: ../plug-ins/common/blur-gauss.c:555 +msgid "_RLE" +msgstr "_RLE" + +#: ../plug-ins/common/blur-motion.c:157 ../plug-ins/common/blur-motion.c:171 +msgid "Simulate movement using directional blur" +msgstr "Simulēt kustību, izmantojot virziena izsmērēšanu" + +#: ../plug-ins/common/blur-motion.c:164 ../plug-ins/common/blur-motion.c:177 +msgid "_Motion Blur..." +msgstr "Kustības izsmērēšana..." + +#: ../plug-ins/common/blur-motion.c:910 +#: ../plug-ins/common/blur-motion.c:905 +msgid "Motion blurring" +msgstr "Izsmērē kustību" + +#: ../plug-ins/common/blur-motion.c:1012 +#: ../plug-ins/common/blur-motion.c:1008 +msgid "Motion Blur" +msgstr "Kustības izsmērēšana" + +#: ../plug-ins/common/blur-motion.c:1045 +#: ../plug-ins/common/blur-motion.c:1042 +msgid "Blur Type" +msgstr "Izsmērēšanas veids" + +#: ../plug-ins/common/blur-motion.c:1049 +#: ../plug-ins/common/blur-motion.c:1046 +msgctxt "blur-type" +msgid "_Linear" +msgstr "_Lineārs" + +#: ../plug-ins/common/blur-motion.c:1050 +#: ../plug-ins/common/blur-motion.c:1047 +msgctxt "blur-type" +msgid "_Radial" +msgstr "_Radiāls" + +#: ../plug-ins/common/blur-motion.c:1051 +#: ../plug-ins/common/blur-motion.c:1048 +#: ../plug-ins/imagemap/imap_menu.c:202 +msgctxt "blur-type" +msgid "_Zoom" +msgstr "_Mērogs" + +#: ../plug-ins/common/blur-motion.c:1058 +#: ../plug-ins/common/blur-motion.c:1055 +msgid "Blur Center" +msgstr "Izsmērēšanas vidus" + +#: ../plug-ins/common/blur-motion.c:1094 ../plug-ins/common/lens-flare.c:772 +#: ../plug-ins/common/nova.c:463 ../plug-ins/common/tile-paper.c:282 +#: ../plug-ins/flame/flame.c:1251 +#: ../plug-ins/gradient-flare/gradient-flare.c:2725 +#: ../plug-ins/lighting/lighting-ui.c:477 +#: ../plug-ins/common/blur-motion.c:1091 +#: ../plug-ins/common/lens-flare.c:764 +#: ../plug-ins/common/nova.c:454 +#: ../plug-ins/common/tile-paper.c:283 +#: ../plug-ins/flame/flame.c:1250 +#: ../plug-ins/gradient-flare/gradient-flare.c:2724 +#: ../plug-ins/lighting/lighting-ui.c:479 +msgid "_X:" +msgstr "_X:" + +#: ../plug-ins/common/blur-motion.c:1099 ../plug-ins/common/lens-flare.c:777 +#: ../plug-ins/common/nova.c:468 ../plug-ins/common/tile-paper.c:291 +#: ../plug-ins/flame/flame.c:1265 +#: ../plug-ins/gradient-flare/gradient-flare.c:2729 +#: ../plug-ins/lighting/lighting-ui.c:492 +#: ../plug-ins/common/blur-motion.c:1096 +#: ../plug-ins/common/lens-flare.c:769 +#: ../plug-ins/common/nova.c:459 +#: ../plug-ins/common/tile-paper.c:292 +#: ../plug-ins/flame/flame.c:1264 +#: ../plug-ins/gradient-flare/gradient-flare.c:2728 +#: ../plug-ins/lighting/lighting-ui.c:494 +msgid "_Y:" +msgstr "_Y:" + +#: ../plug-ins/common/blur-motion.c:1101 +#: ../plug-ins/common/blur-motion.c:1098 +msgid "Blur _outward" +msgstr "Izsmērēt _uz āru" + +#: ../plug-ins/common/blur-motion.c:1114 +#: ../plug-ins/common/blur-motion.c:1111 +msgid "Blur Parameters" +msgstr "Izsmērēšanas parametri" + +#: ../plug-ins/common/blur-motion.c:1125 +#: ../plug-ins/map-object/map-object-ui.c:1252 +#: ../plug-ins/common/blur-motion.c:1122 +#: ../plug-ins/map-object/map-object-ui.c:1206 +msgid "L_ength:" +msgstr "_Garums" + +#: ../plug-ins/common/blur-motion.c:1138 ../plug-ins/common/newsprint.c:1001 +#: ../plug-ins/common/blur-motion.c:1135 +#: ../plug-ins/common/newsprint.c:992 +msgid "_Angle:" +msgstr "_Leņķis:" + +#: ../plug-ins/common/blur.c:125 +#: ../plug-ins/common/blur.c:124 +msgid "Simple blur, fast but not very strong" +msgstr "Vienkārša izsmērēšana; ātra, bet ne ļoti spēcīga" + +#: ../plug-ins/common/blur.c:134 +#: ../plug-ins/common/blur.c:133 +msgid "_Blur" +msgstr "_Izsmērēšana" + +#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp-mask.c:439 +#: ../plug-ins/common/blur.c:177 +#: ../plug-ins/common/unsharp-mask.c:584 +msgid "Blurring" +msgstr "Izsmērē" + +#: ../plug-ins/common/border-average.c:99 +msgid "Set foreground to the average color of the image border" +msgstr "Iestatīt priekšplānu uz attāla apmales vidējo krāsu" + +#: ../plug-ins/common/border-average.c:104 +msgid "_Border Average..." +msgstr "A_pmales vidējā..." + +#: ../plug-ins/common/border-average.c:171 +msgid "Border Average" +msgstr "Apmales vidējā" + +#: ../plug-ins/common/border-average.c:351 +#: ../plug-ins/common/border-average.c:347 +msgid "Borderaverage" +msgstr "Apmalesvidējā" + +#: ../plug-ins/common/border-average.c:372 +#: ../plug-ins/common/border-average.c:369 +msgid "Border Size" +msgstr "Apmales izmērs" + +#: ../plug-ins/common/border-average.c:380 +#: ../plug-ins/common/border-average.c:377 +msgid "_Thickness:" +msgstr "_Biezums:" + +#. Number of Colors frame +#: ../plug-ins/common/border-average.c:415 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:908 +#: ../plug-ins/common/border-average.c:412 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:907 +msgid "Number of Colors" +msgstr "Krāsu skaits" + +#: ../plug-ins/common/border-average.c:423 +#: ../plug-ins/common/border-average.c:420 +msgid "_Bucket size:" +msgstr "_Spaiņa izmērs" + +#: ../plug-ins/common/bump-map.c:257 +msgid "Create an embossing effect using a bump map" +msgstr "Izveidot gofrēšanas efektu, lietojot reljefa karti" + +#: ../plug-ins/common/bump-map.c:267 +msgid "_Bump Map..." +msgstr "Rel_jefa karte" + +#: ../plug-ins/common/bump-map.c:415 +#: ../plug-ins/common/bump-map.c:419 +msgid "Bump-mapping" +msgstr "Reljefa kartēšana" + +#: ../plug-ins/common/bump-map.c:766 +#: ../plug-ins/common/bump-map.c:771 +msgid "Bump Map" +msgstr "Reljefa karte" + +#: ../plug-ins/common/bump-map.c:832 +#: ../plug-ins/common/bump-map.c:838 +msgid "_Bump map:" +msgstr "Rel_jefa karte:" + +#. Map type menu +#: ../plug-ins/common/bump-map.c:835 ../plug-ins/flame/flame.c:748 +#: ../plug-ins/lighting/lighting-ui.c:842 +#: ../plug-ins/common/bump-map.c:841 +#: ../plug-ins/flame/flame.c:747 +#: ../plug-ins/lighting/lighting-ui.c:845 +#: ../plug-ins/common/bump-map.c:843 +#: ../plug-ins/lighting/lighting-ui.c:847 +msgid "Linear" +msgstr "Lineārs" + +#. Map type menu +#: ../plug-ins/common/bump-map.c:836 ../plug-ins/flame/flame.c:750 +#: ../plug-ins/lighting/lighting-ui.c:845 +#: ../plug-ins/common/bump-map.c:841 +#: ../plug-ins/flame/flame.c:747 +#: ../plug-ins/common/bump-map.c:842 +#: ../plug-ins/flame/flame.c:749 +#: ../plug-ins/lighting/lighting-ui.c:848 +msgid "Spherical" +msgstr "Sfērisks" + +#: ../plug-ins/common/bump-map.c:837 ../plug-ins/flame/flame.c:749 +#: ../plug-ins/lighting/lighting-ui.c:844 +#: ../plug-ins/common/bump-map.c:842 +#: ../plug-ins/lighting/lighting-ui.c:848 +#: ../plug-ins/common/bump-map.c:843 +#: ../plug-ins/flame/flame.c:748 +#: ../plug-ins/lighting/lighting-ui.c:847 +msgid "Sinusoidal" +msgstr "Sinusoidāls" + +#: ../plug-ins/common/bump-map.c:844 +#: ../plug-ins/common/bump-map.c:850 +msgid "_Map type:" +msgstr "_Kartes tips:" + +#. Compensate darkening +#: ../plug-ins/common/bump-map.c:849 +#: ../plug-ins/common/bump-map.c:855 +msgid "Co_mpensate for darkening" +msgstr "Ko_mpensēt apēnošanai" + +#. Invert bumpmap +#: ../plug-ins/common/bump-map.c:863 +#: ../plug-ins/common/bump-map.c:869 +msgid "I_nvert bumpmap" +msgstr "I_nvertēt bitkarti" + +#. Tile bumpmap +#: ../plug-ins/common/bump-map.c:877 +#: ../plug-ins/common/bump-map.c:883 +msgid "_Tile bumpmap" +msgstr "Flīzē_t reljefa karti" + +#: ../plug-ins/common/bump-map.c:892 ../plug-ins/common/emboss.c:499 +#: ../plug-ins/common/bump-map.c:898 +#: ../plug-ins/common/emboss.c:501 +msgid "_Azimuth:" +msgstr "_Azimuts:" + +#: ../plug-ins/common/bump-map.c:904 +#: ../plug-ins/common/bump-map.c:910 +msgid "_Elevation:" +msgstr "_Paaugstinājums:" + +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 +#: ../plug-ins/common/bump-map.c:936 +#: ../plug-ins/common/file-ps.c:3390 +msgid "_X offset:" +msgstr "_X nobīde:" + +#: ../plug-ins/common/bump-map.c:933 ../plug-ins/common/bump-map.c:947 +#: ../plug-ins/common/bump-map.c:939 +#: ../plug-ins/common/bump-map.c:953 +msgid "" +"The offset can be adjusted by dragging the preview using the middle mouse " +"button." +msgstr "Nobīdi var pieregulēt, velkot priekšskatījumu ar vidējo peles pogu." + +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 +#: ../plug-ins/common/bump-map.c:950 +#: ../plug-ins/common/file-ps.c:3399 +msgid "_Y offset:" +msgstr "_Y nobīde:" + +#: ../plug-ins/common/bump-map.c:958 +#: ../plug-ins/common/bump-map.c:964 +msgid "_Waterlevel:" +msgstr "Ū_denslīmenis:" + +#: ../plug-ins/common/bump-map.c:970 +#: ../plug-ins/common/bump-map.c:976 +msgid "A_mbient:" +msgstr "A_pkārtējs:" + +#: ../plug-ins/common/cartoon.c:142 +msgid "Simulate a cartoon by enhancing edges" +msgstr "Imitēt karikatūru, izceļot apmales" + +#: ../plug-ins/common/cartoon.c:147 +msgid "Ca_rtoon..." +msgstr "Ka_rikatūra..." + +#: ../plug-ins/common/cartoon.c:811 +#: ../plug-ins/common/cartoon.c:809 +msgid "Cartoon" +msgstr "Karikatūra" + +#: ../plug-ins/common/cartoon.c:848 ../plug-ins/common/photocopy.c:876 +#: ../plug-ins/common/cartoon.c:847 +#: ../plug-ins/common/photocopy.c:878 +msgid "_Mask radius:" +msgstr "_Maksas rādiuss:" + +#: ../plug-ins/common/cartoon.c:862 +#: ../plug-ins/common/cartoon.c:861 +msgid "_Percent black:" +msgstr "_Procenti melns:" + +#: ../plug-ins/common/channel-mixer.c:175 +msgid "Alter colors by mixing RGB Channels" +msgstr "Mainīt krāsas, miksējot RGB kanālus" + +#: ../plug-ins/common/channel-mixer.c:180 +msgid "Channel Mi_xer..." +msgstr "_Kanālu mikseris..." + +#. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ", +#. param[3].data.d_int32, mix.black.red_gain, +#. mix.black.green_gain, mix.black.blue_gain); +#: ../plug-ins/common/channel-mixer.c:271 +#: ../plug-ins/common/channel-mixer.c:492 +msgid "Channel Mixer" +msgstr "Kanālu mikseris" + +#: ../plug-ins/common/channel-mixer.c:529 +#: ../plug-ins/common/channel-mixer.c:530 +msgid "O_utput channel:" +msgstr "I_zvades kanāls:" + +#. Redmode radio frame +#: ../plug-ins/common/channel-mixer.c:538 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:991 +#: ../plug-ins/common/channel-mixer.c:539 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:990 +msgid "Red" +msgstr "Sarkans" + +#. Greenmode radio frame +#: ../plug-ins/common/channel-mixer.c:543 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1032 +#: ../plug-ins/common/channel-mixer.c:544 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1031 +msgid "Green" +msgstr "Zaļš" + +#. Bluemode radio frame +#: ../plug-ins/common/channel-mixer.c:548 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1073 +#: ../plug-ins/common/channel-mixer.c:549 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1072 +msgid "Blue" +msgstr "Zils" + +#: ../plug-ins/common/channel-mixer.c:583 +#: ../plug-ins/common/color-exchange.c:398 ../plug-ins/common/compose.c:190 +#: ../plug-ins/common/compose.c:201 ../plug-ins/common/diffraction.c:501 +#: ../plug-ins/common/diffraction.c:539 ../plug-ins/common/diffraction.c:577 +#: ../plug-ins/common/noise-rgb.c:530 ../plug-ins/common/noise-rgb.c:537 +#: ../plug-ins/common/channel-mixer.c:584 +#: ../plug-ins/common/color-exchange.c:412 +#: ../plug-ins/common/diffraction.c:506 +#: ../plug-ins/common/diffraction.c:544 +#: ../plug-ins/common/diffraction.c:582 +#: ../plug-ins/common/noise-rgb.c:533 +#: ../plug-ins/common/noise-rgb.c:540 +msgid "_Red:" +msgstr "Sa_rkans:" + +#: ../plug-ins/common/channel-mixer.c:601 +#: ../plug-ins/common/color-exchange.c:458 ../plug-ins/common/compose.c:191 +#: ../plug-ins/common/compose.c:202 ../plug-ins/common/diffraction.c:510 +#: ../plug-ins/common/diffraction.c:548 ../plug-ins/common/diffraction.c:586 +#: ../plug-ins/common/noise-rgb.c:531 ../plug-ins/common/noise-rgb.c:538 +#: ../plug-ins/common/channel-mixer.c:602 +#: ../plug-ins/common/color-exchange.c:468 +#: ../plug-ins/common/diffraction.c:515 +#: ../plug-ins/common/diffraction.c:553 +#: ../plug-ins/common/diffraction.c:591 +#: ../plug-ins/common/noise-rgb.c:534 +#: ../plug-ins/common/noise-rgb.c:541 +msgid "_Green:" +msgstr "_Zaļš:" + +#: ../plug-ins/common/channel-mixer.c:620 +#: ../plug-ins/common/color-exchange.c:519 ../plug-ins/common/compose.c:192 +#: ../plug-ins/common/compose.c:203 ../plug-ins/common/diffraction.c:519 +#: ../plug-ins/common/diffraction.c:557 ../plug-ins/common/diffraction.c:595 +#: ../plug-ins/common/noise-rgb.c:532 ../plug-ins/common/noise-rgb.c:539 +#: ../plug-ins/common/channel-mixer.c:621 +#: ../plug-ins/common/color-exchange.c:524 +#: ../plug-ins/common/diffraction.c:524 +#: ../plug-ins/common/diffraction.c:562 +#: ../plug-ins/common/diffraction.c:600 +#: ../plug-ins/common/noise-rgb.c:535 +#: ../plug-ins/common/noise-rgb.c:542 +msgid "_Blue:" +msgstr "Z_ils:" + +#: ../plug-ins/common/channel-mixer.c:636 +#: ../plug-ins/common/channel-mixer.c:637 +msgid "_Monochrome" +msgstr "_Vienkrāsains" + +#: ../plug-ins/common/channel-mixer.c:649 +#: ../plug-ins/common/channel-mixer.c:650 +msgid "Preserve _luminosity" +msgstr "Saglabāt _luma" + +#: ../plug-ins/common/channel-mixer.c:878 +#: ../plug-ins/common/channel-mixer.c:879 +msgid "Load Channel Mixer Settings" +msgstr "Ielādēt kanālu miksera iestatījumus" + +#. stat error (file does not exist) +#: ../plug-ins/common/channel-mixer.c:982 +#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:885 +#: ../plug-ins/common/file-cel.c:312 ../plug-ins/common/file-compressor.c:498 +#: ../plug-ins/common/file-compressor.c:666 +#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 +#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 +#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:552 +#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1755 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 +#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2003 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-psd/psd-thumb-load.c:80 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:190 +#: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568 +#: ../plug-ins/flame/flame.c:412 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:929 +#: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 +#: ../plug-ins/help/gimphelplocale.c:239 +#: ../plug-ins/lighting/lighting-ui.c:1355 +#: ../plug-ins/common/channel-mixer.c:983 +#: ../plug-ins/common/cml-explorer.c:2208 +#: ../plug-ins/common/curve-bend.c:892 +#: ../plug-ins/common/file-compressor.c:497 +#: ../plug-ins/common/file-dicom.c:340 +#: ../plug-ins/common/file-gbr.c:368 +#: ../plug-ins/common/file-gif-load.c:355 +#: ../plug-ins/common/file-gih.c:645 +#: ../plug-ins/common/file-jp2-load.c:197 +#: ../plug-ins/common/file-jp2-load.c:206 +#: ../plug-ins/common/file-mng.c:1156 +#: ../plug-ins/common/file-pat.c:337 +#: ../plug-ins/common/file-png.c:746 +#: ../plug-ins/common/file-ps.c:1037 +#: ../plug-ins/common/file-ps.c:3052 +#: ../plug-ins/common/file-psp.c:1709 +#: ../plug-ins/common/file-raw.c:256 +#: ../plug-ins/common/file-raw.c:711 +#: ../plug-ins/common/file-svg.c:334 +#: ../plug-ins/common/file-svg.c:732 +#: ../plug-ins/common/file-tiff-load.c:292 +#: ../plug-ins/common/file-xbm.c:737 +#: ../plug-ins/common/file-xmc.c:667 +#: ../plug-ins/common/file-xmc.c:852 +#: ../plug-ins/common/sphere-designer.c:2005 +#: ../plug-ins/file-bmp/bmp-read.c:153 +#: ../plug-ins/file-faxg3/faxg3.c:232 +#: ../plug-ins/file-fli/fli-gimp.c:459 +#: ../plug-ins/file-fli/fli-gimp.c:496 +#: ../plug-ins/file-ico/ico-load.c:651 +#: ../plug-ins/file-ico/ico-load.c:729 +#: ../plug-ins/file-jpeg/jpeg-load.c:114 +#: ../plug-ins/file-jpeg/jpeg-load.c:886 +#: ../plug-ins/file-psd/psd-load.c:130 +#: ../plug-ins/file-psd/psd-thumb-load.c:79 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:193 +#: ../plug-ins/file-xjt/xjt.c:2529 +#: ../plug-ins/file-xjt/xjt.c:2537 +#: ../plug-ins/flame/flame.c:411 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1862 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:928 +#: ../plug-ins/help/gimphelplocale.c:222 +#: ../plug-ins/help/gimphelplocale.c:238 +#: ../plug-ins/lighting/lighting-ui.c:1367 +#, c-format +msgid "Could not open '%s' for reading: %s" +msgstr "Nevar atvērt '%s' lasīšanai: %s" + +#: ../plug-ins/common/channel-mixer.c:1005 +#: ../plug-ins/common/channel-mixer.c:1006 +msgid "Save Channel Mixer Settings" +msgstr "Saglabāt kanālu miksera iestatījumus" + +#: ../plug-ins/common/channel-mixer.c:1060 +#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:833 +#: ../plug-ins/common/file-cel.c:583 ../plug-ins/common/file-compressor.c:426 +#: ../plug-ins/common/file-compressor.c:508 +#: ../plug-ins/common/file-compressor.c:590 +#: ../plug-ins/common/file-compressor.c:677 +#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 +#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 +#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 +#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2114 +#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 +#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:163 +#: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729 +#: ../plug-ins/flame/flame.c:443 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546 +#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/ifs-compose/ifs-compose.c:2374 +#: ../plug-ins/lighting/lighting-ui.c:1211 +#: ../plug-ins/common/channel-mixer.c:1061 +#: ../plug-ins/common/cml-explorer.c:2035 +#: ../plug-ins/common/curve-bend.c:840 +#: ../plug-ins/common/file-cel.c:585 +#: ../plug-ins/common/file-compressor.c:425 +#: ../plug-ins/common/file-compressor.c:507 +#: ../plug-ins/common/file-compressor.c:589 +#: ../plug-ins/common/file-csource.c:407 +#: ../plug-ins/common/file-dicom.c:1353 +#: ../plug-ins/common/file-gbr.c:663 +#: ../plug-ins/common/file-gif-save.c:782 +#: ../plug-ins/common/file-gih.c:1263 +#: ../plug-ins/common/file-mng.c:649 +#: ../plug-ins/common/file-mng.c:984 +#: ../plug-ins/common/file-pat.c:486 +#: ../plug-ins/common/file-pcx.c:712 +#: ../plug-ins/common/file-pix.c:526 +#: ../plug-ins/common/file-png.c:1268 +#: ../plug-ins/common/file-pnm.c:1010 +#: ../plug-ins/common/file-ps.c:1214 +#: ../plug-ins/common/file-raw.c:591 +#: ../plug-ins/common/file-raw.c:619 +#: ../plug-ins/common/file-sunras.c:565 +#: ../plug-ins/common/file-tga.c:1171 +#: ../plug-ins/common/file-tiff-save.c:684 +#: ../plug-ins/common/file-xbm.c:1036 +#: ../plug-ins/common/file-xmc.c:1459 +#: ../plug-ins/common/file-xwd.c:619 +#: ../plug-ins/common/sphere-designer.c:2116 +#: ../plug-ins/file-bmp/bmp-write.c:302 +#: ../plug-ins/file-ico/ico-save.c:1007 +#: ../plug-ins/file-jpeg/jpeg-save.c:329 +#: ../plug-ins/file-psd/psd-save.c:1655 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:166 +#: ../plug-ins/file-xjt/xjt.c:1276 +#: ../plug-ins/file-xjt/xjt.c:1715 +#: ../plug-ins/flame/flame.c:442 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1545 +#: ../plug-ins/gfig/gfig.c:798 +#: ../plug-ins/ifs-compose/ifs-compose.c:2413 +#: ../plug-ins/lighting/lighting-ui.c:1223 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "Nevar atvērt '%s' rakstīšanai: %s" + +#: ../plug-ins/common/channel-mixer.c:1068 +#: ../plug-ins/common/cml-explorer.c:2060 +#: ../plug-ins/common/channel-mixer.c:1069 +#: ../plug-ins/common/cml-explorer.c:2090 +#, c-format +msgid "Parameters were saved to '%s'" +msgstr "Parametri tika saglabāti uz '%s'" + +#: ../plug-ins/common/checkerboard.c:89 +msgid "Create a checkerboard pattern" +msgstr "Veidot šaha galdiņa rakstu" + +#: ../plug-ins/common/checkerboard.c:94 +msgid "_Checkerboard..." +msgstr "_Dambretes galdiņš..." + +#: ../plug-ins/common/checkerboard.c:161 +msgid "Adding checkerboard" +msgstr "Pievieno dambretes galdiņu" + +#: ../plug-ins/common/checkerboard.c:346 +msgid "Checkerboard" +msgstr "Dambretes galdiņš" + +#: ../plug-ins/common/checkerboard.c:412 +#: ../plug-ins/gimpressionist/sizemap.c:511 +#: ../plug-ins/common/checkerboard.c:413 +#: ../plug-ins/common/file-xmc.c:1166 +msgid "_Size:" +msgstr "Izmēr_s:" + +#: ../plug-ins/common/checkerboard.c:421 +#: ../plug-ins/common/checkerboard.c:422 +msgid "_Psychobilly" +msgstr "_Psihobillijs" + +#: ../plug-ins/common/cml-explorer.c:129 +msgid "Keep image's values" +msgstr "Paturēt attēla vērtības" + +#: ../plug-ins/common/cml-explorer.c:130 +msgid "Keep the first value" +msgstr "Paturēt pirmo vērtību" + +#: ../plug-ins/common/cml-explorer.c:131 +msgid "Fill with parameter k" +msgstr "Aizpildīt parametru k" + +#: ../plug-ins/common/cml-explorer.c:132 +msgid "k{x(1-x)}^p" +msgstr "k{x(1-x)}^p" + +#: ../plug-ins/common/cml-explorer.c:133 +msgid "k{x(1-x)}^p stepped" +msgstr "k{x(1-x)}^p pa soļiem" + +#: ../plug-ins/common/cml-explorer.c:134 +msgid "kx^p" +msgstr "kx^p" + +#: ../plug-ins/common/cml-explorer.c:135 +msgid "kx^p stepped" +msgstr "kx^p pa soļiem" + +#: ../plug-ins/common/cml-explorer.c:136 +msgid "k(1-x^p)" +msgstr "k(1-x^p)" + +#: ../plug-ins/common/cml-explorer.c:137 +msgid "k(1-x^p) stepped" +msgstr "k(1-x^p) pa soļiem" + +#: ../plug-ins/common/cml-explorer.c:138 +msgid "Delta function" +msgstr "Delta funkcija" + +#: ../plug-ins/common/cml-explorer.c:139 +msgid "Delta function stepped" +msgstr "Delta funkcija pa soļiem" + +#: ../plug-ins/common/cml-explorer.c:140 +msgid "sin^p-based function" +msgstr "sin^p-bāzēta funkcija" + +#: ../plug-ins/common/cml-explorer.c:141 +msgid "sin^p, stepped" +msgstr "sin^p, pa soļiem" + +#: ../plug-ins/common/cml-explorer.c:167 +msgid "Max (x, -)" +msgstr "Maks. (x, -)" + +#: ../plug-ins/common/cml-explorer.c:168 +msgid "Max (x+d, -)" +msgstr "Maks. (x+d, -)" + +#: ../plug-ins/common/cml-explorer.c:169 +msgid "Max (x-d, -)" +msgstr "Maks. (x-d, -)" + +#: ../plug-ins/common/cml-explorer.c:170 +msgid "Min (x, -)" +msgstr "Min. (x, -)" + +#: ../plug-ins/common/cml-explorer.c:171 +msgid "Min (x+d, -)" +msgstr "Min. (x+d, -)" + +#: ../plug-ins/common/cml-explorer.c:172 +msgid "Min (x-d, -)" +msgstr "Min. (x-d, -)" + +#: ../plug-ins/common/cml-explorer.c:173 +msgid "Max (x+d, -), (x < 0.5)" +msgstr "Maks. (x+d, -), (x < 0.5)" + +#: ../plug-ins/common/cml-explorer.c:174 +msgid "Max (x+d, -), (0.5 < x)" +msgstr "Maks. (x+d, -), (0.5 < x)" + +#: ../plug-ins/common/cml-explorer.c:175 +msgid "Max (x-d, -), (x < 0.5)" +msgstr "Maks. (x-d, -), (x < 0.5)" + +#: ../plug-ins/common/cml-explorer.c:176 +msgid "Max (x-d, -), (0.5 < x)" +msgstr "Maks. (x-d, -), (0.5 < x)" + +#: ../plug-ins/common/cml-explorer.c:177 +msgid "Min (x+d, -), (x < 0.5)" +msgstr "Min. (x+d, -), (x < 0.5)" + +#: ../plug-ins/common/cml-explorer.c:178 +msgid "Min (x+d, -), (0.5 < x)" +msgstr "Min. (x+d, -), (0.5 < x)" + +#: ../plug-ins/common/cml-explorer.c:179 +msgid "Min (x-d, -), (x < 0.5)" +msgstr "Min. (x-d, -), (x < 0.5)" + +#: ../plug-ins/common/cml-explorer.c:180 +msgid "Min (x-d, -), (0.5 < x)" +msgstr "Min. (x-d, -), (0.5 < x)" + +#: ../plug-ins/common/cml-explorer.c:200 ../plug-ins/common/file-sunras.c:1651 +#: ../plug-ins/common/file-sunras.c:1639 +msgid "Standard" +msgstr "Standarta" + +#: ../plug-ins/common/cml-explorer.c:201 +msgid "Use average value" +msgstr "Lietot vidējās vērtības" + +#: ../plug-ins/common/cml-explorer.c:202 +msgid "Use reverse value" +msgstr "Lietot apgrieztās vērtības" + +#: ../plug-ins/common/cml-explorer.c:203 +msgid "With random power (0,10)" +msgstr "Ar nejaušu pakāpi (0,10)" + +#: ../plug-ins/common/cml-explorer.c:204 +msgid "With random power (0,1)" +msgstr "Ar nejaušu pakāpi (0,1)" + +#: ../plug-ins/common/cml-explorer.c:205 +msgid "With gradient power (0,1)" +msgstr "Ar pārejas pakāpi (0,1)" + +#: ../plug-ins/common/cml-explorer.c:206 +msgid "Multiply rand. value (0,1)" +msgstr "Reizināt nejaušu vērtību (0,1)" + +#: ../plug-ins/common/cml-explorer.c:207 +msgid "Multiply rand. value (0,2)" +msgstr "Reizināt nejaušu vērtību (0,2)" + +#: ../plug-ins/common/cml-explorer.c:208 +msgid "Multiply gradient (0,1)" +msgstr "Reizināt pāreju (0,1)" + +#: ../plug-ins/common/cml-explorer.c:209 +msgid "With p and random (0,1)" +msgstr "Ar p un nejaušu (0,1)" + +#: ../plug-ins/common/cml-explorer.c:223 +msgid "All black" +msgstr "Viss melns" + +#: ../plug-ins/common/cml-explorer.c:224 +msgid "All gray" +msgstr "Viss pelēks" + +#: ../plug-ins/common/cml-explorer.c:225 +msgid "All white" +msgstr "Viss balts" + +#: ../plug-ins/common/cml-explorer.c:226 +msgid "The first row of the image" +msgstr "Attēla pirmā rinda" + +#: ../plug-ins/common/cml-explorer.c:227 +msgid "Continuous gradient" +msgstr "Nepārtraukta krāsu pāreja" + +#: ../plug-ins/common/cml-explorer.c:228 +msgid "Continuous grad. w/o gap" +msgstr "Nepārtraukta krāsu pāreja bez spraugām" + +#: ../plug-ins/common/cml-explorer.c:229 +msgid "Random, ch. independent" +msgstr "Nejaušs, neatk. no kanāla" + +#: ../plug-ins/common/cml-explorer.c:230 +msgid "Random shared" +msgstr "Nejauši koplietots" + +#: ../plug-ins/common/cml-explorer.c:231 +msgid "Randoms from seed" +msgstr "Nejaušie no sēklas" + +#: ../plug-ins/common/cml-explorer.c:232 +msgid "Randoms from seed (shared)" +msgstr "Nejaušie no sēklas (koplietots)" + +#: ../plug-ins/common/cml-explorer.c:300 ../plug-ins/common/cml-explorer.c:308 +#: ../plug-ins/common/decompose.c:188 +#: ../plug-ins/gimpressionist/orientation.c:180 +#: ../plug-ins/gimpressionist/size.c:183 +#: ../plug-ins/gimpressionist/orientation.c:179 +#: ../plug-ins/gimpressionist/size.c:182 +msgid "Hue" +msgstr "Tonis" + +#: ../plug-ins/common/cml-explorer.c:301 ../plug-ins/common/cml-explorer.c:309 +#: ../plug-ins/common/decompose.c:189 +msgid "Saturation" +msgstr "Piesātinājums" + +#: ../plug-ins/common/cml-explorer.c:302 ../plug-ins/common/cml-explorer.c:310 +#: ../plug-ins/common/decompose.c:190 +#: ../plug-ins/gimpressionist/orientation.c:156 +#: ../plug-ins/gimpressionist/size.c:159 +#: ../plug-ins/gimpressionist/orientation.c:155 +#: ../plug-ins/gimpressionist/size.c:158 +msgid "Value" +msgstr "Vērtība" + +#: ../plug-ins/common/cml-explorer.c:307 +msgid "(None)" +msgstr "(Nekāds)" + +#: ../plug-ins/common/cml-explorer.c:455 +#: ../plug-ins/common/cml-explorer.c:460 +msgid "Create abstract Coupled-Map Lattice patterns" +msgstr "Izveidot abstraktus Coupled-Map Lattice rakstus" + +#: ../plug-ins/common/cml-explorer.c:466 +#: ../plug-ins/common/cml-explorer.c:471 +msgid "CML _Explorer..." +msgstr "CML _pārlūks..." + +#: ../plug-ins/common/cml-explorer.c:756 +#: ../plug-ins/common/cml-explorer.c:761 +msgid "CML Explorer: evoluting" +msgstr "CML pārlūks: evolūte" + +#: ../plug-ins/common/cml-explorer.c:1177 +#: ../plug-ins/common/cml-explorer.c:1182 +msgid "Coupled-Map-Lattice Explorer" +msgstr "Coupled-Map-Lattice pārlūks" + +#: ../plug-ins/common/cml-explorer.c:1224 +#: ../plug-ins/common/cml-explorer.c:1229 +msgid "New Seed" +msgstr "Jauna sēkla" + +#: ../plug-ins/common/cml-explorer.c:1235 +#: ../plug-ins/common/cml-explorer.c:1240 +msgid "Fix Seed" +msgstr "Fiksēt sēklu" + +#: ../plug-ins/common/cml-explorer.c:1246 +#: ../plug-ins/common/cml-explorer.c:1251 +msgid "Random Seed" +msgstr "Nejaušības sēkla" + +#: ../plug-ins/common/cml-explorer.c:1288 ../plug-ins/common/filter-pack.c:700 +#: ../plug-ins/common/van-gogh-lic.c:671 +#: ../plug-ins/common/cml-explorer.c:1293 +#: ../plug-ins/common/van-gogh-lic.c:675 +msgid "_Hue" +msgstr "_Tonis" + +#: ../plug-ins/common/cml-explorer.c:1292 +#: ../plug-ins/common/cml-explorer.c:1297 +msgid "Sat_uration" +msgstr "Piesātināj_ums" + +#: ../plug-ins/common/cml-explorer.c:1296 ../plug-ins/common/filter-pack.c:708 +#: ../plug-ins/common/cml-explorer.c:1301 +msgid "_Value" +msgstr "_Vērtība" + +#: ../plug-ins/common/cml-explorer.c:1300 +#: ../plug-ins/common/cml-explorer.c:1305 +msgid "_Advanced" +msgstr "P_aplašināti" + +#: ../plug-ins/common/cml-explorer.c:1315 +#: ../plug-ins/common/cml-explorer.c:1320 +msgid "Channel Independent Parameters" +msgstr "No kanāliem neatkarīgi parametri" + +#: ../plug-ins/common/cml-explorer.c:1337 +#: ../plug-ins/common/cml-explorer.c:1342 +msgid "Initial value:" +msgstr "Sākotnējā vērtība:" + +#: ../plug-ins/common/cml-explorer.c:1343 +#: ../plug-ins/common/cml-explorer.c:1348 +msgid "Zoom scale:" +msgstr "Mērogs:" + +#: ../plug-ins/common/cml-explorer.c:1352 +#: ../plug-ins/common/cml-explorer.c:1357 +msgid "Start offset:" +msgstr "Sākuma nobīde:" + +#: ../plug-ins/common/cml-explorer.c:1361 +#: ../plug-ins/common/cml-explorer.c:1366 +msgid "Seed of Random (only for \"From Seed\" Modes)" +msgstr "Nejaušības sēkla (tikai \"No sēklas\" režīmiem)" + +#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261 +#: ../plug-ins/common/cml-explorer.c:1377 +#: ../plug-ins/maze/maze-dialog.c:251 +msgid "Seed:" +msgstr "Sēkla:" + +#: ../plug-ins/common/cml-explorer.c:1385 +#: ../plug-ins/common/cml-explorer.c:1390 +msgid "Switch to \"From seed\" With the Last Seed" +msgstr "Pārslēgties uz \"No sēklas\" ar pēdējo sēklu" + +#: ../plug-ins/common/cml-explorer.c:1397 +#: ../plug-ins/common/cml-explorer.c:1402 +msgid "" +"\"Fix seed\" button is an alias of me.\n" +"The same seed produces the same image, if (1) the widths of images are same " +"(this is the reason why image on drawable is different from preview), and " +"(2) all mutation rates equal to zero." +msgstr "" +"Poga \"Fiksēt sēklu\" ir mans alias.\n" +"Tā pati sēkla veido to pašu attēlu. ja (1) attēlu platumi ir vienādi (tāpēc " +"uzzīmētie attēli atšķiras no priekšskatījuma), un (2) visi mutācijas " +"rādītāji ir vienādi ar nulli." + +#: ../plug-ins/common/cml-explorer.c:1405 +#: ../plug-ins/common/cml-explorer.c:1410 +msgid "O_thers" +msgstr "Ci_ti" + +#: ../plug-ins/common/cml-explorer.c:1420 +#: ../plug-ins/common/cml-explorer.c:1425 +msgid "Copy Settings" +msgstr "Kopēt iestatījums" + +#: ../plug-ins/common/cml-explorer.c:1439 +#: ../plug-ins/common/cml-explorer.c:1444 +msgid "Source channel:" +msgstr "Avota kanāls:" + +#: ../plug-ins/common/cml-explorer.c:1454 +#: ../plug-ins/common/cml-explorer.c:1502 +#: ../plug-ins/common/cml-explorer.c:1459 +#: ../plug-ins/common/cml-explorer.c:1507 +msgid "Destination channel:" +msgstr "Mērķa kanāls:" + +#: ../plug-ins/common/cml-explorer.c:1458 +#: ../plug-ins/common/cml-explorer.c:1463 +msgid "Copy Parameters" +msgstr "Kopēt parametrus" + +#: ../plug-ins/common/cml-explorer.c:1467 +#: ../plug-ins/common/cml-explorer.c:1472 +msgid "Selective Load Settings" +msgstr "Selektīvi ielādēt iestatījumus" + +#: ../plug-ins/common/cml-explorer.c:1487 +#: ../plug-ins/common/cml-explorer.c:1492 +msgid "Source channel in file:" +msgstr "Avota kanāls failā:" + +#: ../plug-ins/common/cml-explorer.c:1508 +#: ../plug-ins/common/cml-explorer.c:1513 +msgid "_Misc Ops." +msgstr "_Citas opc." + +#: ../plug-ins/common/cml-explorer.c:1557 +#: ../plug-ins/common/cml-explorer.c:1572 +msgid "Function type:" +msgstr "Funkcijas veids:" + +#: ../plug-ins/common/cml-explorer.c:1573 +#: ../plug-ins/common/cml-explorer.c:1588 +msgid "Composition:" +msgstr "Kompozīcija:" + +#: ../plug-ins/common/cml-explorer.c:1587 +#: ../plug-ins/common/cml-explorer.c:1602 +msgid "Misc arrange:" +msgstr "Dažādi izvietot:" + +#: ../plug-ins/common/cml-explorer.c:1591 +#: ../plug-ins/common/cml-explorer.c:1606 +msgid "Use cyclic range" +msgstr "Lietot ciklisko apgabalu" + +#: ../plug-ins/common/cml-explorer.c:1601 +#: ../plug-ins/common/cml-explorer.c:1616 +msgid "Mod. rate:" +msgstr "Izmaiņu ātrums:" + +#: ../plug-ins/common/cml-explorer.c:1610 +#: ../plug-ins/common/cml-explorer.c:1625 +msgid "Env. sensitivity:" +msgstr "Vides jutīgums:" + +#: ../plug-ins/common/cml-explorer.c:1619 +#: ../plug-ins/common/cml-explorer.c:1634 +msgid "Diffusion dist.:" +msgstr "Difūzijas sadal.:" + +#: ../plug-ins/common/cml-explorer.c:1628 +#: ../plug-ins/common/cml-explorer.c:1643 +msgid "# of subranges:" +msgstr "Apakšapgab. skaits:" + +#: ../plug-ins/common/cml-explorer.c:1637 +#: ../plug-ins/common/cml-explorer.c:1652 +msgid "P(ower factor):" +msgstr "P(akāpes reizinātājs):" + +#: ../plug-ins/common/cml-explorer.c:1646 +#: ../plug-ins/common/cml-explorer.c:1661 +msgid "Parameter k:" +msgstr "Parametrs k:" + +#: ../plug-ins/common/cml-explorer.c:1655 +#: ../plug-ins/common/cml-explorer.c:1670 +msgid "Range low:" +msgstr "Apakšējā robeža:" + +#: ../plug-ins/common/cml-explorer.c:1664 +#: ../plug-ins/common/cml-explorer.c:1679 +msgid "Range high:" +msgstr "Augšējā robeža:" + +#: ../plug-ins/common/cml-explorer.c:1676 +#: ../plug-ins/common/cml-explorer.c:1691 +msgid "Plot a Graph of the Settings" +msgstr "Skicēt iestatījumu diagrammu" + +#: ../plug-ins/common/cml-explorer.c:1721 +#: ../plug-ins/common/cml-explorer.c:1736 +msgid "Ch. sensitivity:" +msgstr "Kanāla jutīgums:" + +#: ../plug-ins/common/cml-explorer.c:1731 +#: ../plug-ins/common/cml-explorer.c:1746 +msgid "Mutation rate:" +msgstr "Mutāciju ātr.:" + +#: ../plug-ins/common/cml-explorer.c:1741 +#: ../plug-ins/common/cml-explorer.c:1756 +msgid "Mutation dist.:" +msgstr "Mutāciju sadal.:" + +#: ../plug-ins/common/cml-explorer.c:1819 +#: ../plug-ins/common/cml-explorer.c:1849 +msgid "Graph of the Current Settings" +msgstr "Doto iestatījumu diagramma" + +#: ../plug-ins/common/cml-explorer.c:1890 +#: ../plug-ins/common/cml-explorer.c:1920 +msgid "Warning: the source and the destination are the same channel." +msgstr "Brīdinājums: avots un mērķis ir viens un tas pats kanāls." + +#: ../plug-ins/common/cml-explorer.c:1949 +#: ../plug-ins/common/cml-explorer.c:1979 +msgid "Save CML Explorer Parameters" +msgstr "Saglabāt CML pārlūka parametrus" + +#: ../plug-ins/common/cml-explorer.c:2082 +#: ../plug-ins/common/cml-explorer.c:2112 +msgid "Load CML Explorer Parameters" +msgstr "Ielādēt CML pārlūka parametrus" + +#: ../plug-ins/common/cml-explorer.c:2200 +#: ../plug-ins/common/cml-explorer.c:2230 +msgid "Error: it's not CML parameter file." +msgstr "Kļūda: tas nav CML parametru fails." + +#: ../plug-ins/common/cml-explorer.c:2207 +#: ../plug-ins/common/cml-explorer.c:2237 +#, c-format +msgid "Warning: '%s' is an old format file." +msgstr "Brīdinājums: '%s' ir veca formāta fails." + +#: ../plug-ins/common/cml-explorer.c:2211 +#: ../plug-ins/common/cml-explorer.c:2241 +#, c-format +msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer." +msgstr "Brīdinājums: '%s' ir parametrs jaunākas CML pārlūka versijas failam." + +#: ../plug-ins/common/cml-explorer.c:2274 +#: ../plug-ins/common/cml-explorer.c:2304 +msgid "Error: failed to load parameters" +msgstr "Kļūda: neizdevās ielādēt parametrus" + +#: ../plug-ins/common/color-cube-analyze.c:106 +msgid "Analyze the set of colors in the image" +msgstr "Analizēt krāsu kopu attēlā" + +#: ../plug-ins/common/color-cube-analyze.c:112 +msgid "Colorcube A_nalysis..." +msgstr "Krāsu kuba a_nalīze..." + +#: ../plug-ins/common/color-cube-analyze.c:200 +#: ../plug-ins/common/color-cube-analyze.c:356 +msgid "Colorcube Analysis" +msgstr "Krāsu kuba analīze" + +#. output results +#: ../plug-ins/common/color-cube-analyze.c:384 +#: ../plug-ins/imagemap/imap_cmd_guides.c:231 +#: ../plug-ins/imagemap/imap_cmd_guides.c:230 +#, c-format +msgid "Image dimensions: %d × %d" +msgstr "Attēla dimensijas: %d × %d" + +#: ../plug-ins/common/color-cube-analyze.c:387 +msgid "No colors" +msgstr "Nav krāsu" + +#: ../plug-ins/common/color-cube-analyze.c:389 +msgid "Only one unique color" +msgstr "Tikai unikālās krāsas" + +#: ../plug-ins/common/color-cube-analyze.c:391 +#, c-format +msgid "Number of unique colors: %d" +msgstr "Unikālo krāsu skaits: %d" + +#: ../plug-ins/common/color-enhance.c:69 +#: ../plug-ins/common/color-enhance.c:68 +msgid "Stretch color saturation to cover maximum possible range" +msgstr "Izstiept krāsu piesātinājumu, lai nosegtu lielāko iespējamo apgabalu" + +#: ../plug-ins/common/color-enhance.c:81 +#: ../plug-ins/common/color-enhance.c:80 +msgid "_Color Enhance" +msgstr "_Krāsu uzlabošana" + +#: ../plug-ins/common/color-enhance.c:115 +#: ../plug-ins/common/color-enhance.c:114 +msgid "Color Enhance" +msgstr "Krāsu uzlabošana" + +#: ../plug-ins/common/color-exchange.c:122 +msgid "Swap one color with another" +msgstr "Apmainīt krāsas vietām" + +#: ../plug-ins/common/color-exchange.c:128 +msgid "_Color Exchange..." +msgstr "_Krāsu apmaiņa..." + +#: ../plug-ins/common/color-exchange.c:213 +#: ../plug-ins/common/color-exchange.c:287 +msgid "Color Exchange" +msgstr "Krāsu apmaiņa" + +#: ../plug-ins/common/color-exchange.c:309 +#: ../plug-ins/common/color-exchange.c:310 +msgid "Middle-Click Inside Preview to Pick \"From Color\"" +msgstr "Vidējais klikšķis priekšskatījumā, lai izvēlētos \"No krāsas\"" + +#: ../plug-ins/common/color-exchange.c:347 +#: ../plug-ins/common/color-exchange.c:355 +msgid "To Color" +msgstr "Uz krāsu" + +#: ../plug-ins/common/color-exchange.c:347 +#: ../plug-ins/common/color-exchange.c:355 +msgid "From Color" +msgstr "No krāsas" + +#: ../plug-ins/common/color-exchange.c:365 +#: ../plug-ins/common/color-exchange.c:379 +msgid "Color Exchange: To Color" +msgstr "Krāsu apmaiņa: uz krāsu" + +#: ../plug-ins/common/color-exchange.c:366 +#: ../plug-ins/common/color-exchange.c:380 +msgid "Color Exchange: From Color" +msgstr "Krāsu apmaiņa: no krāsas" + +#: ../plug-ins/common/color-exchange.c:424 +#: ../plug-ins/common/color-exchange.c:436 +msgid "R_ed threshold:" +msgstr "Sarkanās sli_eksnis:" + +#: ../plug-ins/common/color-exchange.c:484 +#: ../plug-ins/common/color-exchange.c:492 +msgid "G_reen threshold:" +msgstr "_Zaļās slieksnis:" + +#: ../plug-ins/common/color-exchange.c:545 +#: ../plug-ins/common/color-exchange.c:548 +msgid "B_lue threshold:" +msgstr "Zi_lās slieksnis:" + +#: ../plug-ins/common/color-exchange.c:573 +#: ../plug-ins/common/color-exchange.c:574 +msgid "Lock _thresholds" +msgstr "Noslēg_t sliekšņus" + +#: ../plug-ins/common/color-to-alpha.c:94 +msgid "Convert a specified color to transparency" +msgstr "Pārveidot norādīto krāsu uz caurspīdīgumu" + +#: ../plug-ins/common/color-to-alpha.c:101 +msgid "Color to _Alpha..." +msgstr "Krāsa uz _alfa..." + +#: ../plug-ins/common/color-to-alpha.c:184 +msgid "Removing color" +msgstr "Izņemt krāsu" + +#: ../plug-ins/common/color-to-alpha.c:377 +msgid "Color to Alpha" +msgstr "Krāsa uz alfa" + +#: ../plug-ins/common/color-to-alpha.c:414 +#: ../plug-ins/common/color-to-alpha.c:415 +msgid "Color to Alpha Color Picker" +msgstr "'Krāsa uz alfa' krāsu izvēles rīks " + +#: ../plug-ins/common/color-to-alpha.c:429 +#: ../plug-ins/common/color-to-alpha.c:430 +msgid "to alpha" +msgstr "uz alfa" + +#: ../plug-ins/common/colorify.c:102 +msgid "Replace all colors with shades of a specified color" +msgstr "Aizvietot visas krāsas ar norādītās krāsas ēnu" + +#: ../plug-ins/common/colorify.c:108 +msgid "Colorif_y..." +msgstr "Aizkrās_ot..." + +#: ../plug-ins/common/colorify.c:169 +msgid "Colorifying" +msgstr "Aizkrāso" + +#: ../plug-ins/common/colorify.c:255 +msgid "Colorify" +msgstr "Aizkrāsot" + +#: ../plug-ins/common/colorify.c:289 +#: ../plug-ins/common/colorify.c:290 +msgid "Custom color:" +msgstr "Izvēlētā krāsa:" + +#: ../plug-ins/common/colorify.c:294 +#: ../plug-ins/common/colorify.c:295 +msgid "Colorify Custom Color" +msgstr "Aizkrāsot ar izvēlēto krāsu" + +#: ../plug-ins/common/colormap-remap.c:97 +msgid "Rearrange the colormap" +msgstr "Pārkārtot krāsu karti" + +#: ../plug-ins/common/colormap-remap.c:104 +msgid "R_earrange Colormap..." +msgstr "_Pārkārtot krāsu karti..." + +#: ../plug-ins/common/colormap-remap.c:116 +msgid "Swap two colors in the colormap" +msgstr "Mainīt vietām krāsas krāsu kartē" + +#: ../plug-ins/common/colormap-remap.c:123 +msgid "_Swap Colors" +msgstr "_Mainīt krāsas vietām" + +#: ../plug-ins/common/colormap-remap.c:286 +#: ../plug-ins/common/colormap-remap.c:297 +#: ../plug-ins/common/colormap-remap.c:308 +msgid "Invalid remap array was passed to remap function" +msgstr "Pārkartēšanas funkcijai tika padots nederīgs pārkartēšanas masīvs" + +#: ../plug-ins/common/colormap-remap.c:332 +msgid "Rearranging the colormap" +msgstr "Pārkārto krāsu karti" + +#: ../plug-ins/common/colormap-remap.c:481 +msgid "Sort on Hue" +msgstr "Kārtot pēc toņa" + +#: ../plug-ins/common/colormap-remap.c:485 +msgid "Sort on Saturation" +msgstr "Kārtot pēc piesātinājuma" + +#: ../plug-ins/common/colormap-remap.c:489 +msgid "Sort on Value" +msgstr "Kārtot pēc vērtības" + +#: ../plug-ins/common/colormap-remap.c:493 +msgid "Reverse Order" +msgstr "Apgrieztā secībā" + +#: ../plug-ins/common/colormap-remap.c:497 +msgid "Reset Order" +msgstr "Atstatīt secību" + +#: ../plug-ins/common/colormap-remap.c:596 +msgid "Rearrange Colormap" +msgstr "Pārkārtot krāsu karti" + +#: ../plug-ins/common/colormap-remap.c:699 +#: ../plug-ins/common/colormap-remap.c:700 +msgid "" +"Drag and drop colors to rearrange the colormap. The numbers shown are the " +"original indices. Right-click for a menu with sort options." +msgstr "" +"Velciet un nometiet krāsas, lai pārkārtotu krāsu karti. Dotie skaitļi ir " +"sākotnējie indeksi. Veiciet labo klikšķi, lai atvērtu izvēlni ar kārtošanas " +"opcijām." + +#: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 +#: ../plug-ins/common/file-raw.c:1025 +#: ../plug-ins/common/file-raw.c:1100 +msgid "RGB" +msgstr "RGB" + +#: ../plug-ins/common/compose.c:200 ../plug-ins/common/decompose.c:178 +msgid "RGBA" +msgstr "RGBA" + +#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noise-rgb.c:525 +#: ../plug-ins/common/noise-rgb.c:540 +#: ../plug-ins/common/channel-mixer.c:584 +#: ../plug-ins/common/color-exchange.c:412 +#: ../plug-ins/common/compose.c:190 +#: ../plug-ins/common/compose.c:201 +#: ../plug-ins/common/diffraction.c:506 +#: ../plug-ins/common/diffraction.c:544 +#: ../plug-ins/common/diffraction.c:582 +#: ../plug-ins/common/noise-rgb.c:533 +#: ../plug-ins/common/noise-rgb.c:528 +#: ../plug-ins/common/noise-rgb.c:543 +msgid "_Alpha:" +msgstr "_Alfa:" + +#: ../plug-ins/common/compose.c:211 ../plug-ins/common/decompose.c:184 +msgid "HSV" +msgstr "HSV" + +#: ../plug-ins/common/compose.c:212 ../plug-ins/common/compose.c:220 +msgid "_Hue:" +msgstr "_Tonis:" + +#: ../plug-ins/common/compose.c:213 ../plug-ins/common/compose.c:221 +#: ../plug-ins/common/noise-hsv.c:421 +#: ../plug-ins/common/noise-hsv.c:425 +msgid "_Saturation:" +msgstr "Pie_sātinātjums:" + +#: ../plug-ins/common/compose.c:214 ../plug-ins/common/noise-hsv.c:433 +#: ../plug-ins/common/noise-hsv.c:437 +msgid "_Value:" +msgstr "_Vērtība:" + +#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193 +msgid "HSL" +msgstr "HSL" + +#: ../plug-ins/common/compose.c:222 +msgid "_Lightness:" +msgstr "_Gaišums:" + +#: ../plug-ins/common/compose.c:227 ../plug-ins/common/decompose.c:202 +msgid "CMY" +msgstr "CMY" + +#: ../plug-ins/common/compose.c:228 ../plug-ins/common/compose.c:236 +msgid "_Cyan:" +msgstr "_Ciāna:" + +#: ../plug-ins/common/compose.c:229 ../plug-ins/common/compose.c:237 +msgid "_Magenta:" +msgstr "_Fuksīns:" + +#: ../plug-ins/common/compose.c:230 ../plug-ins/common/compose.c:238 +msgid "_Yellow:" +msgstr "_Dzeltens:" + +#: ../plug-ins/common/compose.c:235 ../plug-ins/common/decompose.c:211 +msgid "CMYK" +msgstr "CMYK" + +#: ../plug-ins/common/compose.c:239 +msgid "_Black:" +msgstr "_Melns:" + +#: ../plug-ins/common/compose.c:243 ../plug-ins/common/decompose.c:224 +msgid "LAB" +msgstr "LAB" + +#: ../plug-ins/common/compose.c:252 +msgid "_Luma y470:" +msgstr "_Luma y470:" + +#: ../plug-ins/common/compose.c:253 +msgid "_Blueness cb470:" +msgstr "_Blueness cb470:" + +#: ../plug-ins/common/compose.c:254 +msgid "_Redness cr470:" +msgstr "_Redness cr470:" + +#: ../plug-ins/common/compose.c:260 +msgid "_Luma y709:" +msgstr "_Luma y709:" + +#: ../plug-ins/common/compose.c:261 +msgid "_Blueness cb709:" +msgstr "_Blueness cb709:" + +#: ../plug-ins/common/compose.c:262 +msgid "_Redness cr709:" +msgstr "_Redness cr709:" + +#: ../plug-ins/common/compose.c:268 +msgid "_Luma y470f:" +msgstr "_Luma y470f:" + +#: ../plug-ins/common/compose.c:269 +msgid "_Blueness cb470f:" +msgstr "_Blueness cb470f:" + +#: ../plug-ins/common/compose.c:270 +msgid "_Redness cr470f:" +msgstr "_Redness cr470f:" + +#: ../plug-ins/common/compose.c:276 +msgid "_Luma y709f:" +msgstr "_Luma y709f:" + +#: ../plug-ins/common/compose.c:277 +msgid "_Blueness cb709f:" +msgstr "_Blueness cb709f:" + +#: ../plug-ins/common/compose.c:278 +msgid "_Redness cr709f:" +msgstr "_Redness cr709f:" + +#: ../plug-ins/common/compose.c:404 +msgid "Create an image using multiple gray images as color channels" +msgstr "Izveidot attēlu, izmantojot vairākus pelēkus attēlus kā krāsu kanālus" + +#: ../plug-ins/common/compose.c:410 +msgid "C_ompose..." +msgstr "K_omponēt..." + +#: ../plug-ins/common/compose.c:434 +msgid "Recompose an image that was previously decomposed" +msgstr "Pārkomponēt attēlu, kas iepriekš tika dekomponēts" + +#: ../plug-ins/common/compose.c:442 +msgid "R_ecompose" +msgstr "Pārkom_ponēt" + +#: ../plug-ins/common/compose.c:488 +msgid "" +"You can only run 'Recompose' if the active image was originally produced by " +"'Decompose'." +msgstr "" +"'Pārkomponēt' var palaist tikai tad, ja aktīvais slānis ir izveidots ar " +"komandu 'Dekomponēt'." + +#: ../plug-ins/common/compose.c:512 +msgid "Error scanning 'decompose-data' parasite: too few layers found" +msgstr "Kļūda, skenējot 'decompose-data' troksni: pārāk maz atrastu slāņu" + +#: ../plug-ins/common/compose.c:545 +#, c-format +msgid "Could not get layers for image %d" +msgstr "Nevarēja saņemt slāņus attēlam %d" + +#: ../plug-ins/common/compose.c:612 +msgid "Composing" +msgstr "Komponē" + +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 +#: ../plug-ins/common/compose.c:1731 +msgid "At least one image is needed to compose" +msgstr "Lai komponētu, nepieciešams vismaz viens attēls" + +#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:722 +#, c-format +msgid "Specified layer %d not found" +msgstr "Norādītais slānis %d nav atrasts" + +#: ../plug-ins/common/compose.c:730 +msgid "Drawables have different size" +msgstr "Zīmējamo izmēram jābūt dažādam" + +#: ../plug-ins/common/compose.c:755 +msgid "Images have different size" +msgstr "Attēliem ir dažāds izmērs" + +#: ../plug-ins/common/compose.c:773 +msgid "Error in getting layer IDs" +msgstr "Kļūda, saņemot slāņa ID" + +#: ../plug-ins/common/compose.c:796 +#, c-format +msgid "Image is not a gray image (bpp=%d)" +msgstr "Attēls nav pelēks (bpp=%d)" + +#: ../plug-ins/common/compose.c:824 +msgid "Unable to recompose, source layer not found" +msgstr "Nevarēja pārkomponēt, nav atrasts avota slānis" + +#: ../plug-ins/common/compose.c:1481 +#: ../plug-ins/common/compose.c:1483 +msgid "Compose" +msgstr "Komponēt" + +#. Compose type combo +#: ../plug-ins/common/compose.c:1508 +#: ../plug-ins/common/compose.c:1511 +msgid "Compose Channels" +msgstr "Komponēt kanālus" + +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 +#: ../plug-ins/common/compose.c:1521 +#: ../plug-ins/common/decompose.c:1526 +msgid "Color _model:" +msgstr "Krāsu _modelis:" + +#. Channel representation table +#: ../plug-ins/common/compose.c:1550 +#: ../plug-ins/common/compose.c:1553 +msgid "Channel Representations" +msgstr "Krāsu reprezentācija" + +#: ../plug-ins/common/compose.c:1613 +#: ../plug-ins/common/compose.c:1616 +msgid "Mask value" +msgstr "Maskas vērtība" + +#: ../plug-ins/common/contrast-normalize.c:80 +#: ../plug-ins/common/contrast-normalize.c:79 +msgid "Stretch brightness values to cover the full range" +msgstr "Izstiept gaišuma vērtību, lai nosegtu pilnu apgabalu" + +#: ../plug-ins/common/contrast-normalize.c:92 +#: ../plug-ins/common/edge-dog.c:361 +#: ../plug-ins/common/contrast-normalize.c:91 +#: ../plug-ins/common/edge-dog.c:362 +msgid "_Normalize" +msgstr "_Normalizēt" + +#: ../plug-ins/common/contrast-normalize.c:126 +#: ../plug-ins/common/contrast-normalize.c:125 +msgid "Normalizing" +msgstr "Normalizē" + +#: ../plug-ins/common/contrast-retinex.c:156 +msgid "Enhance contrast using the Retinex method" +msgstr "Uzlabo kontrastu, izmantojot Retinex metodi" + +#: ../plug-ins/common/contrast-retinex.c:166 +msgid "Retine_x..." +msgstr "Retine_x..." + +#: ../plug-ins/common/contrast-retinex.c:250 +msgid "Retinex" +msgstr "Retinex" + +#: ../plug-ins/common/contrast-retinex.c:286 +#: ../plug-ins/common/contrast-retinex.c:285 +msgid "Retinex Image Enhancement" +msgstr "Retinex attēla uzlabošana" + +#: ../plug-ins/common/contrast-retinex.c:321 +msgid "Uniform" +msgstr "Vienmērīgs" + +#: ../plug-ins/common/contrast-retinex.c:322 +msgid "Low" +msgstr "Zems" + +#: ../plug-ins/common/contrast-retinex.c:323 +msgid "High" +msgstr "Augsts" + +#: ../plug-ins/common/contrast-retinex.c:334 +msgid "_Level:" +msgstr "_Līmenis:" + +#: ../plug-ins/common/contrast-retinex.c:339 +msgid "_Scale:" +msgstr "Mērog_s:" + +#: ../plug-ins/common/contrast-retinex.c:354 +#: ../plug-ins/common/contrast-retinex.c:352 +msgid "Scale _division:" +msgstr "Mērogot _dalījumu:" + +#: ../plug-ins/common/contrast-retinex.c:369 +#: ../plug-ins/common/contrast-retinex.c:365 +msgid "Dy_namic:" +msgstr "Di_namika:" + +#: ../plug-ins/common/contrast-retinex.c:642 +#: ../plug-ins/common/contrast-retinex.c:636 +msgid "Retinex: filtering" +msgstr "Retinex: filtrē" + +#: ../plug-ins/common/contrast-stretch-hsv.c:68 +#: ../plug-ins/common/contrast-stretch-hsv.c:67 +msgid "Stretch image contrast to cover the maximum possible range" +msgstr "Izstiept attēla kontrastu, lai nosegtu lielāko iespējamo apgabalu" + +#: ../plug-ins/common/contrast-stretch-hsv.c:81 +#: ../plug-ins/common/contrast-stretch-hsv.c:80 +msgid "Stretch _HSV" +msgstr "Izstiept _HSV" + +#: ../plug-ins/common/contrast-stretch-hsv.c:116 +#: ../plug-ins/common/contrast-stretch-hsv.c:115 +msgid "Auto-Stretching HSV" +msgstr "HSV automātiskā stiepšana" + +#: ../plug-ins/common/contrast-stretch-hsv.c:192 +#: ../plug-ins/common/contrast-stretch-hsv.c:191 +msgid "autostretch_hsv: cmap was NULL! Quitting...\n" +msgstr "autostretch_hsv: cmap bija NULL! Iziet...\n" + +#: ../plug-ins/common/contrast-stretch.c:68 +#: ../plug-ins/common/contrast-stretch.c:67 +msgid "Stretch contrast to cover the maximum possible range" +msgstr "Izstiept kontrastu, lai nosegtu lielāko iespējamo apgabalu" + +#: ../plug-ins/common/contrast-stretch.c:79 +#: ../plug-ins/common/contrast-stretch.c:78 +msgid "_Stretch Contrast" +msgstr "Iz_stiept kontrastu" + +#: ../plug-ins/common/contrast-stretch.c:113 +#: ../plug-ins/common/contrast-stretch.c:112 +msgid "Auto-stretching contrast" +msgstr "Automātiski izstiepj kontrastu" + +#: ../plug-ins/common/contrast-stretch.c:152 +#: ../plug-ins/common/contrast-stretch.c:151 +msgid "c_astretch: cmap was NULL! Quitting...\n" +msgstr "c_astretch: cmap bija NULL! iziet...\n" + +#: ../plug-ins/common/convolution-matrix.c:64 +msgid "Gr_ey" +msgstr "P_elēks" + +#: ../plug-ins/common/convolution-matrix.c:65 +msgid "Re_d" +msgstr "Sar_kans" + +#: ../plug-ins/common/convolution-matrix.c:66 +#: ../plug-ins/common/newsprint.c:353 +#: ../plug-ins/common/newsprint.c:344 +msgid "_Green" +msgstr "_Zaļš" + +#: ../plug-ins/common/convolution-matrix.c:67 +#: ../plug-ins/common/newsprint.c:361 +#: ../plug-ins/common/newsprint.c:352 +msgid "_Blue" +msgstr "Zi_ls" + +#: ../plug-ins/common/convolution-matrix.c:68 +msgid "_Alpha" +msgstr "_Alfa" + +#: ../plug-ins/common/convolution-matrix.c:73 +msgid "E_xtend" +msgstr "Iz_vērst" + +#: ../plug-ins/common/convolution-matrix.c:74 +#: ../plug-ins/common/displace.c:472 ../plug-ins/common/edge.c:709 +#: ../plug-ins/common/fractal-trace.c:736 ../plug-ins/common/ripple.c:564 +#: ../plug-ins/common/blinds.c:265 +#: ../plug-ins/common/tile-small.c:443 +#: ../plug-ins/pagecurl/pagecurl.c:533 +#: ../plug-ins/common/displace.c:477 +#: ../plug-ins/common/edge.c:706 +#: ../plug-ins/common/fractal-trace.c:737 +#: ../plug-ins/common/ripple.c:585 +msgid "_Wrap" +msgstr "_Aplauzt" + +#: ../plug-ins/common/convolution-matrix.c:75 +msgid "Cro_p" +msgstr "Ap_cirst" + +#: ../plug-ins/common/convolution-matrix.c:201 +msgid "Apply a generic 5x5 convolution matrix" +msgstr "Pielietot vispārīgu 5x5 konvolūcijas matricu" + +#: ../plug-ins/common/convolution-matrix.c:206 +msgid "_Convolution Matrix..." +msgstr "_Konvolūcijas matrica..." + +#: ../plug-ins/common/convolution-matrix.c:241 +msgid "Convolution does not work on layers smaller than 3x3 pixels." +msgstr "Konvolūcija nedarbojas ar slāņiem, kas ir mazāki par 3x3 pikseļiem." + +#: ../plug-ins/common/convolution-matrix.c:314 +msgid "Applying convolution" +msgstr "Pielieto konvolūciju" + +#: ../plug-ins/common/convolution-matrix.c:906 +#: ../plug-ins/common/convolution-matrix.c:907 +msgid "Convolution Matrix" +msgstr "Konvolūcijas matrica" + +#: ../plug-ins/common/convolution-matrix.c:944 +#: ../plug-ins/common/convolution-matrix.c:946 +msgid "Matrix" +msgstr "Matrica" + +#: ../plug-ins/common/convolution-matrix.c:982 +#: ../plug-ins/common/convolution-matrix.c:984 +msgid "D_ivisor:" +msgstr "Dalītā_js:" + +#: ../plug-ins/common/convolution-matrix.c:1008 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 +#: ../plug-ins/common/convolution-matrix.c:1010 +#: ../plug-ins/common/depth-merge.c:775 +#: ../plug-ins/common/file-raw.c:1121 +msgid "O_ffset:" +msgstr "No_bīde:" + +#: ../plug-ins/common/convolution-matrix.c:1037 +#: ../plug-ins/common/convolution-matrix.c:1039 +msgid "N_ormalise" +msgstr "N_ormalizēt" + +#: ../plug-ins/common/convolution-matrix.c:1049 +#: ../plug-ins/common/convolution-matrix.c:1051 +msgid "A_lpha-weighting" +msgstr "A_lfa svēršana" + +#: ../plug-ins/common/convolution-matrix.c:1068 +#: ../plug-ins/common/convolution-matrix.c:1070 +msgid "Border" +msgstr "Mala" + +#: ../plug-ins/common/convolution-matrix.c:1095 +#: ../plug-ins/common/convolution-matrix.c:1097 +msgid "Channels" +msgstr "Kanāli" + +#: ../plug-ins/common/crop-auto.c:85 +#: ../plug-ins/common/crop-auto.c:84 +msgid "Remove empty borders from the image" +msgstr "Izņemt tukšās malas no attēla" + +#: ../plug-ins/common/crop-auto.c:90 +#: ../plug-ins/common/crop-auto.c:89 +msgid "Autocrop Imag_e" +msgstr "Au_tomātiski apcirst attēlu" + +#: ../plug-ins/common/crop-auto.c:99 +#: ../plug-ins/common/crop-auto.c:98 +msgid "Remove empty borders from the layer" +msgstr "Izņemt tukšās malas no slāņa" + +#: ../plug-ins/common/crop-auto.c:104 +#: ../plug-ins/common/crop-auto.c:103 +msgid "Autocrop Lay_er" +msgstr "Au_tomātiski apcirst slāni" + +#: ../plug-ins/common/crop-auto.c:151 +#: ../plug-ins/common/crop-auto.c:150 +msgid "Cropping" +msgstr "Apcērt" + +#: ../plug-ins/common/crop-zealous.c:85 +#: ../plug-ins/common/crop-zealous.c:84 +msgid "Autocrop unused space from edges and middle" +msgstr "Automātiski apcirst neizmantoto telpu no malām un vidus" + +#: ../plug-ins/common/crop-zealous.c:90 +#: ../plug-ins/common/crop-zealous.c:89 +msgid "_Zealous Crop" +msgstr "_Dedzīgā apciršana" + +#: ../plug-ins/common/crop-zealous.c:138 +#: ../plug-ins/common/crop-zealous.c:137 +msgid "Zealous cropping" +msgstr "Apcērt ar degsmi" + +#: ../plug-ins/common/crop-zealous.c:239 +#: ../plug-ins/common/crop-zealous.c:238 +msgid "Nothing to crop." +msgstr "Nav ko apcirst." + +#: ../plug-ins/common/cubism.c:150 +msgid "Convert the image into randomly rotated square blobs" +msgstr "Pārveidot attēlu par nejauši pagrieztiem kvadrātiskiem blokiem" + +#: ../plug-ins/common/cubism.c:155 +msgid "_Cubism..." +msgstr "_Kubisms..." + +#: ../plug-ins/common/cubism.c:268 +msgid "Cubism" +msgstr "Kubisms" + +#: ../plug-ins/common/cubism.c:305 +#: ../plug-ins/common/cubism.c:306 +msgid "_Tile size:" +msgstr "Kvadrā_tu izmērs:" + +#: ../plug-ins/common/cubism.c:318 +#: ../plug-ins/common/cubism.c:319 +msgid "T_ile saturation:" +msgstr "Kvadrātu p_iesātinājums:" + +#: ../plug-ins/common/cubism.c:329 +#: ../plug-ins/common/cubism.c:330 +msgid "_Use background color" +msgstr "Lietot fona krās_u" + +#: ../plug-ins/common/cubism.c:419 +#: ../plug-ins/common/cubism.c:422 +msgid "Cubistic transformation" +msgstr "Kubisma transformācija" + +#: ../plug-ins/common/curve-bend.c:520 +#: ../plug-ins/common/curve-bend.c:527 +msgid "Bend the image using two control curves" +msgstr "Saliekt attēlu, lietojot divas vadības līknes" + +#: ../plug-ins/common/curve-bend.c:541 +#: ../plug-ins/common/curve-bend.c:548 +msgid "_Curve Bend..." +msgstr "_Liekšana ar līknēm..." + +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 +#: ../plug-ins/common/curve-bend.c:684 +msgid "Can operate on layers only (but was called on channel or mask)." +msgstr "Strādā tikai ar slāņiem (bet tika izsaukt uz kanālu vai masku)." + +#: ../plug-ins/common/curve-bend.c:687 +#: ../plug-ins/common/curve-bend.c:694 +msgid "Cannot operate on layers with masks." +msgstr "Nevar darboties uz slāņa ar masku." + +#: ../plug-ins/common/curve-bend.c:699 +#: ../plug-ins/common/curve-bend.c:706 +msgid "Cannot operate on empty selections." +msgstr "Nevar darboties ar tukšu iezīmējumu." + +#. Possibly retrieve data from a previous run +#. The shell and main vbox +#: ../plug-ins/common/curve-bend.c:1211 ../plug-ins/common/curve-bend.c:2932 +#: ../plug-ins/common/curve-bend.c:1225 +#: ../plug-ins/common/curve-bend.c:2965 +msgid "Curve Bend" +msgstr "Liekšana ar līknēm" + +#. Preview area, top of column +#. preview +#: ../plug-ins/common/curve-bend.c:1247 +#: ../plug-ins/gimpressionist/orientmap.c:592 +#: ../plug-ins/gimpressionist/sizemap.c:461 +#: ../plug-ins/print/print-page-layout.c:159 +#: ../plug-ins/common/curve-bend.c:1262 +#: ../plug-ins/gimpressionist/orientmap.c:591 +#: ../plug-ins/print/print-page-layout.c:171 +msgid "Preview" +msgstr "Priekšskatījums" + +#. The preview button +#: ../plug-ins/common/curve-bend.c:1276 +#: ../plug-ins/common/curve-bend.c:1291 +msgid "_Preview Once" +msgstr "_Priekšskatīt vienreiz" + +#. The preview toggle +#: ../plug-ins/common/curve-bend.c:1285 +#: ../plug-ins/common/curve-bend.c:1300 +msgid "Automatic pre_view" +msgstr "A_utomātiskais priekšskatījums" + +#. Options area, bottom of column +#. Options section +#: ../plug-ins/common/curve-bend.c:1295 ../plug-ins/common/ripple.c:505 +#: ../plug-ins/gfig/gfig-dialog.c:1207 +#: ../plug-ins/common/curve-bend.c:1310 +#: ../plug-ins/common/ripple.c:523 +#: ../plug-ins/gfig/gfig-dialog.c:1239 +msgid "Options" +msgstr "Opcijas" + +#. Rotate spinbutton +#: ../plug-ins/common/curve-bend.c:1309 +#: ../plug-ins/common/curve-bend.c:1324 +msgid "Rotat_e:" +msgstr "Pagri_ezt:" + +#. The smoothing toggle +#: ../plug-ins/common/curve-bend.c:1328 +#: ../plug-ins/common/curve-bend.c:1343 +msgid "Smoo_thing" +msgstr "G_ludināšana" + +#. The antialiasing toggle +#: ../plug-ins/common/curve-bend.c:1338 ../plug-ins/common/mosaic.c:727 +#: ../plug-ins/common/qbist.c:853 ../plug-ins/common/ripple.c:514 +#: ../plug-ins/common/curve-bend.c:1353 +#: ../plug-ins/common/mosaic.c:732 +#: ../plug-ins/common/qbist.c:860 +#: ../plug-ins/common/ripple.c:532 +msgid "_Antialiasing" +msgstr "Nogludināš_ana" + +#. The work_on_copy toggle +#: ../plug-ins/common/curve-bend.c:1348 +#: ../plug-ins/common/curve-bend.c:1363 +msgid "Work on cop_y" +msgstr "Darboties ar kopi_ju" + +#. The curves graph +#: ../plug-ins/common/curve-bend.c:1358 +#: ../plug-ins/common/curve-bend.c:1373 +msgid "Modify Curves" +msgstr "Mainīt līknes" + +#: ../plug-ins/common/curve-bend.c:1386 +msgid "Curve for Border" +msgstr "Malas līkne" + +#: ../plug-ins/common/curve-bend.c:1390 +msgid "_Upper" +msgstr "_Augšējā" + +#: ../plug-ins/common/curve-bend.c:1391 +msgid "_Lower" +msgstr "A_pakšējā" + +#: ../plug-ins/common/curve-bend.c:1401 +#: ../plug-ins/common/curve-bend.c:1416 +msgid "Curve Type" +msgstr "Līknes veids" + +#: ../plug-ins/common/curve-bend.c:1405 +#: ../plug-ins/common/curve-bend.c:1420 +msgid "Smoot_h" +msgstr "Gluda" + +#: ../plug-ins/common/curve-bend.c:1406 +msgid "_Free" +msgstr "_Brīva" + +#. The Copy button +#: ../plug-ins/common/curve-bend.c:1421 +#: ../plug-ins/common/curve-bend.c:1436 +msgid "_Copy" +msgstr "_Kopēt" + +#: ../plug-ins/common/curve-bend.c:1426 +#: ../plug-ins/common/curve-bend.c:1441 +msgid "Copy the active curve to the other border" +msgstr "Kopēt aktīvo līkni uz citām malām" + +#. The CopyInv button +#: ../plug-ins/common/curve-bend.c:1433 +#: ../plug-ins/common/curve-bend.c:1448 +msgid "_Mirror" +msgstr "_Spoguļot" + +#: ../plug-ins/common/curve-bend.c:1438 +#: ../plug-ins/common/curve-bend.c:1453 +msgid "Mirror the active curve to the other border" +msgstr "Spoguļot aktīvo līkni uz citām malām" + +#. The Swap button +#: ../plug-ins/common/curve-bend.c:1446 +#: ../plug-ins/common/curve-bend.c:1461 +msgid "S_wap" +msgstr "Ap_mainīt" + +#: ../plug-ins/common/curve-bend.c:1451 +#: ../plug-ins/common/curve-bend.c:1466 +msgid "Swap the two curves" +msgstr "Apmainīt līknes vietām" + +#: ../plug-ins/common/curve-bend.c:1463 +#: ../plug-ins/common/curve-bend.c:1478 +msgid "Reset the active curve" +msgstr "Atstatīt aktīvo līkni" + +#: ../plug-ins/common/curve-bend.c:1480 +#: ../plug-ins/common/curve-bend.c:1495 +msgid "Load the curves from a file" +msgstr "Ielādēt līknes no faila" + +#: ../plug-ins/common/curve-bend.c:1492 +#: ../plug-ins/common/curve-bend.c:1507 +msgid "Save the curves to a file" +msgstr "Saglabāt līknes failā" + +#: ../plug-ins/common/curve-bend.c:2030 +#: ../plug-ins/common/curve-bend.c:2063 +msgid "Load Curve Points from File" +msgstr "Ielādēt līknes punktus no faila" + +#: ../plug-ins/common/curve-bend.c:2065 +#: ../plug-ins/common/curve-bend.c:2098 +msgid "Save Curve Points to File" +msgstr "Saglabāt līknes punktus failā" + +#: ../plug-ins/common/decompose.c:170 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/common/decompose.c:178 +msgid "red" +msgstr "sarkans" + +#: ../plug-ins/common/decompose.c:171 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/common/decompose.c:179 +msgid "green" +msgstr "zaļš" + +#: ../plug-ins/common/decompose.c:172 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/common/decompose.c:180 +msgid "blue" +msgstr "zils" + +#: ../plug-ins/common/decompose.c:181 ../plug-ins/common/decompose.c:221 +msgid "alpha" +msgstr "alfa" + +#: ../plug-ins/common/decompose.c:184 ../plug-ins/common/decompose.c:188 +msgid "hue" +msgstr "tonis" + +#: ../plug-ins/common/decompose.c:185 ../plug-ins/common/decompose.c:189 +msgid "saturation" +msgstr "piesātinājums" + +#: ../plug-ins/common/decompose.c:186 ../plug-ins/common/decompose.c:190 +msgid "value" +msgstr "vērtība" + +#: ../plug-ins/common/decompose.c:193 ../plug-ins/common/decompose.c:197 +msgid "hue_l" +msgstr "tonis_l" + +#: ../plug-ins/common/decompose.c:194 ../plug-ins/common/decompose.c:198 +msgid "saturation_l" +msgstr "piesātinājums_l" + +#: ../plug-ins/common/decompose.c:195 ../plug-ins/common/decompose.c:199 +msgid "lightness" +msgstr "gaišums" + +#: ../plug-ins/common/decompose.c:197 +msgid "Hue (HSL)" +msgstr "Tonis (HSL)" + +#: ../plug-ins/common/decompose.c:198 +msgid "Saturation (HSL)" +msgstr "Piesātinājums (HSL)" + +#: ../plug-ins/common/decompose.c:199 +msgid "Lightness" +msgstr "Gaišums" + +#: ../plug-ins/common/decompose.c:202 ../plug-ins/common/decompose.c:206 +msgid "cyan" +msgstr "ciāna" + +#: ../plug-ins/common/decompose.c:203 ../plug-ins/common/decompose.c:207 +msgid "magenta" +msgstr "fuksīns" + +#: ../plug-ins/common/decompose.c:204 ../plug-ins/common/decompose.c:208 +msgid "yellow" +msgstr "dzeltens" + +#: ../plug-ins/common/decompose.c:206 +msgid "Cyan" +msgstr "Ciāna" + +#: ../plug-ins/common/decompose.c:207 +msgid "Magenta" +msgstr "Fuksīns" + +#: ../plug-ins/common/decompose.c:208 +msgid "Yellow" +msgstr "Dzeltens" + +#: ../plug-ins/common/decompose.c:211 ../plug-ins/common/decompose.c:216 +msgid "cyan-k" +msgstr "ciāna-k" + +#: ../plug-ins/common/decompose.c:212 ../plug-ins/common/decompose.c:217 +msgid "magenta-k" +msgstr "fuksīns-k" + +#: ../plug-ins/common/decompose.c:213 ../plug-ins/common/decompose.c:218 +msgid "yellow-k" +msgstr "dzeltens-k" + +#: ../plug-ins/common/decompose.c:214 +msgid "black" +msgstr "melns" + +#: ../plug-ins/common/decompose.c:216 +msgid "Cyan_K" +msgstr "Ciāna_K" + +#: ../plug-ins/common/decompose.c:217 +msgid "Magenta_K" +msgstr "Fuksīns_K" + +#: ../plug-ins/common/decompose.c:218 +msgid "Yellow_K" +msgstr "Dzeltens_K" + +#: ../plug-ins/common/decompose.c:221 +msgid "Alpha" +msgstr "Alfa" + +#: ../plug-ins/common/decompose.c:229 +msgid "luma-y470" +msgstr "luma-y470" + +#: ../plug-ins/common/decompose.c:230 +msgid "blueness-cb470" +msgstr "blueness-cb470" + +#: ../plug-ins/common/decompose.c:231 +msgid "redness-cr470" +msgstr "redness-cr470" + +#: ../plug-ins/common/decompose.c:233 +msgid "luma-y709" +msgstr "luma-y709" + +#: ../plug-ins/common/decompose.c:234 +msgid "blueness-cb709" +msgstr "blueness-cb709" + +#: ../plug-ins/common/decompose.c:235 +msgid "redness-cr709" +msgstr "redness-cr709" + +#: ../plug-ins/common/decompose.c:237 +msgid "luma-y470f" +msgstr "luma-y470f" + +#: ../plug-ins/common/decompose.c:238 +msgid "blueness-cb470f" +msgstr "blueness-cb470f" + +#: ../plug-ins/common/decompose.c:239 +msgid "redness-cr470f" +msgstr "redness-cr470f" + +#: ../plug-ins/common/decompose.c:241 +msgid "luma-y709f" +msgstr "luma-y709f" + +#: ../plug-ins/common/decompose.c:242 +msgid "blueness-cb709f" +msgstr "blueness-cb709f" + +#: ../plug-ins/common/decompose.c:243 +msgid "redness-cr709f" +msgstr "redness-cr709f" + +#: ../plug-ins/common/decompose.c:312 ../plug-ins/common/decompose.c:326 +msgid "Decompose an image into separate colorspace components" +msgstr "Dekomponēt attēlu atsevišķās krāsu telpas komponentēs" + +#: ../plug-ins/common/decompose.c:318 ../plug-ins/common/decompose.c:336 +msgid "_Decompose..." +msgstr "_Dekomponēt..." + +#: ../plug-ins/common/decompose.c:429 +msgid "Decomposing" +msgstr "Dekomponē" + +#: ../plug-ins/common/decompose.c:1487 +#: ../plug-ins/common/decompose.c:1491 +msgid "Decompose" +msgstr "Dekomponēt" + +#: ../plug-ins/common/decompose.c:1510 +#: ../plug-ins/common/decompose.c:1514 +msgid "Extract Channels" +msgstr "Papildu kanāli" + +#: ../plug-ins/common/decompose.c:1557 +#: ../plug-ins/common/decompose.c:1561 +msgid "_Decompose to layers" +msgstr "_Dekomponēt uz slāņiem" + +#: ../plug-ins/common/decompose.c:1568 +#: ../plug-ins/common/decompose.c:1572 +msgid "_Foreground as registration color" +msgstr "_Priekšplāns kā reģistrācijas krāsa" + +#: ../plug-ins/common/decompose.c:1569 +#: ../plug-ins/common/decompose.c:1573 +msgid "" +"Pixels in the foreground color will appear black in all output images. This " +"can be used for things like crop marks that have to show up on all channels." +msgstr "" +"Pikseļi priekšplāna krāsā būs melni visos izvades attēlos. To var izmantot, " +"piemēram, apciršanas marķējumiem, kam jāparādās visos kanālos." + +#: ../plug-ins/common/deinterlace.c:91 +msgid "Fix images where every other row is missing" +msgstr "Labot attēlus, kur trūkst katras otrās rindiņas" + +#: ../plug-ins/common/deinterlace.c:100 +msgid "_Deinterlace..." +msgstr "Novērst rin_dpārleci..." + +#: ../plug-ins/common/deinterlace.c:157 ../plug-ins/common/deinterlace.c:325 +#: ../plug-ins/common/deinterlace.c:323 +msgid "Deinterlace" +msgstr "Novērst rindpārleci" + +#: ../plug-ins/common/deinterlace.c:357 +#: ../plug-ins/common/deinterlace.c:356 +msgid "Keep o_dd fields" +msgstr "Paturēt _nepāra laukus" + +#: ../plug-ins/common/deinterlace.c:358 +msgid "Keep _even fields" +msgstr "Paturēt _pāra laukus" + +#: ../plug-ins/common/depth-merge.c:184 +#: ../plug-ins/common/depth-merge.c:183 +msgid "Combine two images using depth maps (z-buffers)" +msgstr "Apvienot divus attēlus, lietojot dziļuma kartes (z-buffers)" + +#: ../plug-ins/common/depth-merge.c:193 +#: ../plug-ins/common/depth-merge.c:192 +msgid "_Depth Merge..." +msgstr "_Dziļuma apvienošana..." + +#: ../plug-ins/common/depth-merge.c:387 +#: ../plug-ins/common/depth-merge.c:393 +msgid "Depth-merging" +msgstr "Dziļuma apvienošana" + +#: ../plug-ins/common/depth-merge.c:644 +#: ../plug-ins/common/depth-merge.c:651 +msgid "Depth Merge" +msgstr "Dziļuma apvienošana" + +#: ../plug-ins/common/depth-merge.c:696 +#: ../plug-ins/common/depth-merge.c:703 +msgid "Source 1:" +msgstr "Avots 1:" + +#: ../plug-ins/common/depth-merge.c:711 ../plug-ins/common/depth-merge.c:741 +#: ../plug-ins/common/depth-merge.c:718 +#: ../plug-ins/common/depth-merge.c:748 +msgid "Depth map:" +msgstr "Dziļuma karte:" + +#: ../plug-ins/common/depth-merge.c:726 +#: ../plug-ins/common/depth-merge.c:733 +msgid "Source 2:" +msgstr "Avots 2:" + +#: ../plug-ins/common/depth-merge.c:758 +#: ../plug-ins/common/depth-merge.c:765 +msgid "O_verlap:" +msgstr "_Pārklāt:" + +#: ../plug-ins/common/depth-merge.c:778 +#: ../plug-ins/common/depth-merge.c:785 +msgid "Sc_ale 1:" +msgstr "Mērog_s 1:" + +#: ../plug-ins/common/depth-merge.c:788 +#: ../plug-ins/common/depth-merge.c:795 +msgid "Sca_le 2:" +msgstr "Mēro_gs 2:" + +#: ../plug-ins/common/despeckle.c:142 +#: ../plug-ins/common/despeckle.c:160 +msgid "Remove speckle noise from the image" +msgstr "Izņemt troksni no attēla" + +#: ../plug-ins/common/despeckle.c:148 +#: ../plug-ins/common/despeckle.c:166 +msgid "Des_peckle..." +msgstr "Noņemt _troksni..." + +#: ../plug-ins/common/despeckle.c:425 ../plug-ins/common/despeckle.c:645 +#: ../plug-ins/common/despeckle.c:441 +#: ../plug-ins/common/despeckle.c:872 +msgid "Despeckle" +msgstr "Noņemt troksni" + +#: ../plug-ins/common/despeckle.c:454 +#: ../plug-ins/common/despeckle.c:471 +msgid "Median" +msgstr "Mediāna" + +#: ../plug-ins/common/despeckle.c:462 +#: ../plug-ins/common/despeckle.c:479 +msgid "_Adaptive" +msgstr "_Adaptīvā" + +#: ../plug-ins/common/despeckle.c:472 +#: ../plug-ins/common/despeckle.c:489 +msgid "R_ecursive" +msgstr "R_ekursīvā" + +#: ../plug-ins/common/despeckle.c:493 ../plug-ins/common/edge-neon.c:732 +#: ../plug-ins/common/nl-filter.c:1089 ../plug-ins/common/nova.c:366 +#: ../plug-ins/common/unsharp-mask.c:680 ../plug-ins/common/whirl-pinch.c:589 +#: ../plug-ins/gradient-flare/gradient-flare.c:2758 +#: ../plug-ins/imagemap/imap_circle.c:278 +#: ../plug-ins/common/despeckle.c:510 +#: ../plug-ins/common/edge-neon.c:734 +#: ../plug-ins/common/nl-filter.c:1092 +#: ../plug-ins/common/nova.c:362 +#: ../plug-ins/common/unsharp-mask.c:867 +#: ../plug-ins/common/whirl-pinch.c:591 +#: ../plug-ins/gradient-flare/gradient-flare.c:2757 +#: ../plug-ins/imagemap/imap_circle.c:277 +msgid "_Radius:" +msgstr "_Rādiuss:" + +#: ../plug-ins/common/despeckle.c:509 +#: ../plug-ins/common/despeckle.c:526 +msgid "_Black level:" +msgstr "_Melnā līmenis:" + +#: ../plug-ins/common/despeckle.c:525 +#: ../plug-ins/common/despeckle.c:542 +msgid "_White level:" +msgstr "_Baltā līmenis:" + +#: ../plug-ins/common/destripe.c:103 +msgid "Remove vertical stripe artifacts from the image" +msgstr "No attēla izņemt vertikālo strīpu artefaktus" + +#: ../plug-ins/common/destripe.c:109 +msgid "Des_tripe..." +msgstr "Noņemt s_trīpas..." + +#: ../plug-ins/common/destripe.c:272 +#: ../plug-ins/common/destripe.c:270 +msgid "Destriping" +msgstr "Noņem strīpas" + +#: ../plug-ins/common/destripe.c:438 +#: ../plug-ins/common/destripe.c:440 +msgid "Destripe" +msgstr "Noņemt strīpas" + +#: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 +#: ../plug-ins/imagemap/imap_cmd_guides.c:165 +#: ../plug-ins/imagemap/imap_rectangle.c:403 +#: ../plug-ins/print/print-page-layout.c:252 +#: ../plug-ins/common/destripe.c:476 +#: ../plug-ins/common/file-html-table.c:584 +#: ../plug-ins/common/file-ps.c:3175 +#: ../plug-ins/common/file-ps.c:3372 +#: ../plug-ins/common/file-raw.c:1134 +#: ../plug-ins/common/smooth-palette.c:437 +#: ../plug-ins/common/tile-paper.c:303 +#: ../plug-ins/common/tile.c:433 +#: ../plug-ins/imagemap/imap_cmd_guides.c:164 +#: ../plug-ins/imagemap/imap_rectangle.c:401 +#: ../plug-ins/print/print-page-layout.c:264 +msgid "_Width:" +msgstr "_Platums:" + +#: ../plug-ins/common/destripe.c:484 +#: ../plug-ins/common/destripe.c:487 +msgid "Create _histogram" +msgstr "Izveidot _histogrammu" + +#: ../plug-ins/common/diffraction.c:167 +msgid "Generate diffraction patterns" +msgstr "Izveidot difrakcijas rakstus" + +#: ../plug-ins/common/diffraction.c:172 +msgid "_Diffraction Patterns..." +msgstr "_Difrakcijas raksti..." + +#: ../plug-ins/common/diffraction.c:330 +#: ../plug-ins/common/diffraction.c:335 +msgid "Creating diffraction pattern" +msgstr "Izveido difrakcijas rakstu" + +#: ../plug-ins/common/diffraction.c:434 +#: ../plug-ins/common/diffraction.c:439 +msgid "Diffraction Patterns" +msgstr "Difrakcijas raksti" + +#: ../plug-ins/common/diffraction.c:477 +#: ../plug-ins/map-object/map-object-ui.c:1388 +#: ../plug-ins/common/diffraction.c:482 +#: ../plug-ins/map-object/map-object-ui.c:1348 +msgid "_Preview!" +msgstr "_Priekšskatījums!" + +#: ../plug-ins/common/diffraction.c:527 +#: ../plug-ins/common/diffraction.c:532 +msgid "Frequencies" +msgstr "Frekvences" + +#: ../plug-ins/common/diffraction.c:565 +#: ../plug-ins/common/diffraction.c:570 +msgid "Contours" +msgstr "Kontūras" + +#: ../plug-ins/common/diffraction.c:603 +#: ../plug-ins/common/diffraction.c:608 +msgid "Sharp Edges" +msgstr "Asas malas" + +#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:683 +#: ../plug-ins/flame/flame.c:1081 +#: ../plug-ins/common/diffraction.c:620 +#: ../plug-ins/common/softglow.c:685 +#: ../plug-ins/flame/flame.c:1080 +msgid "_Brightness:" +msgstr "_Spilgtums:" + +#: ../plug-ins/common/diffraction.c:624 +#: ../plug-ins/common/diffraction.c:629 +msgid "Sc_attering:" +msgstr "Izkli_ede:" + +#: ../plug-ins/common/diffraction.c:633 +#: ../plug-ins/common/diffraction.c:638 +msgid "Po_larization:" +msgstr "Po_larizācija:" + +#: ../plug-ins/common/diffraction.c:641 +#: ../plug-ins/common/diffraction.c:646 +msgid "Other Options" +msgstr "Citas opcijas" + +#: ../plug-ins/common/displace.c:142 +msgid "_X displacement" +msgstr "_X pārvietojums" + +#: ../plug-ins/common/displace.c:142 +msgid "_Pinch" +msgstr "_Savilkt" + +#: ../plug-ins/common/displace.c:143 +msgid "_Y displacement" +msgstr "_Y pārvietojums" + +#: ../plug-ins/common/displace.c:143 +msgid "_Whirl" +msgstr "Sa_griezt" + +#: ../plug-ins/common/displace.c:169 +msgid "Displace pixels as indicated by displacement maps" +msgstr "Pārvietot pikseļus pēc pārvietojuma kartes norādījumiem" + +#: ../plug-ins/common/displace.c:179 +msgid "_Displace..." +msgstr "_Pārvietot..." + +#: ../plug-ins/common/displace.c:290 +msgid "Displacing" +msgstr "Pārvieto" + +#: ../plug-ins/common/displace.c:326 +msgid "Displace" +msgstr "Pārvietot" + +#. X options +#: ../plug-ins/common/displace.c:362 +#: ../plug-ins/common/displace.c:363 +msgid "_X displacement:" +msgstr "_X pārvietojums:" + +#. Y Options +#: ../plug-ins/common/displace.c:409 +#: ../plug-ins/common/displace.c:412 +msgid "_Y displacement:" +msgstr "_Y pārvietojums:" + +#: ../plug-ins/common/displace.c:459 +#: ../plug-ins/common/displace.c:464 +msgid "Displacement Mode" +msgstr "Pārvietošanas režīms" + +#: ../plug-ins/common/displace.c:462 +#: ../plug-ins/common/displace.c:467 +msgid "_Cartesian" +msgstr "De_karta" + +#: ../plug-ins/common/displace.c:463 +msgid "_Polar" +msgstr "_Polārais" + +#: ../plug-ins/common/displace.c:468 +#: ../plug-ins/common/displace.c:473 +msgid "Edge Behavior" +msgstr "Malu uzvedība" + +#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:722 +#: ../plug-ins/common/ripple.c:565 ../plug-ins/common/waves.c:281 +#: ../plug-ins/common/displace.c:479 +#: ../plug-ins/common/edge.c:719 +#: ../plug-ins/common/ripple.c:586 +#: ../plug-ins/common/waves.c:283 +msgid "_Smear" +msgstr "Iz_smērēt" + +#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:735 +#: ../plug-ins/common/fractal-trace.c:740 ../plug-ins/common/newsprint.c:398 +#: ../plug-ins/common/displace.c:481 +#: ../plug-ins/common/edge.c:732 +#: ../plug-ins/common/fractal-trace.c:741 +#: ../plug-ins/common/newsprint.c:389 +msgid "_Black" +msgstr "_Melns" + +#: ../plug-ins/common/edge-dog.c:135 +msgid "Edge detection with control of edge thickness" +msgstr "Malu noteikšana, ar malu biezuma vadību" + +#: ../plug-ins/common/edge-dog.c:142 +msgid "_Difference of Gaussians..." +msgstr "_Gausa atšķirība..." + +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 +msgid "DoG Edge Detect" +msgstr "GA malu noteikšana" + +#: ../plug-ins/common/edge-dog.c:331 +#: ../plug-ins/common/edge-dog.c:332 +msgid "Smoothing Parameters" +msgstr "Gludināšanas parametri" + +#: ../plug-ins/common/edge-dog.c:345 +#: ../plug-ins/common/edge-dog.c:346 +msgid "_Radius 1:" +msgstr "_Rādiuss 1:" + +#: ../plug-ins/common/edge-dog.c:349 +#: ../plug-ins/common/edge-dog.c:350 +msgid "R_adius 2:" +msgstr "Rā_diuss 2:" + +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 +#: ../plug-ins/common/edge-dog.c:373 +#: ../plug-ins/gimpressionist/paper.c:166 +msgid "_Invert" +msgstr "_Invertēt" + +#: ../plug-ins/common/edge-laplace.c:75 +msgid "High-resolution edge detection" +msgstr "Augstas izšķirtspējas malu noteikšana" + +#: ../plug-ins/common/edge-laplace.c:85 +msgid "_Laplace" +msgstr "_Laplas" + +#: ../plug-ins/common/edge-laplace.c:243 ../plug-ins/common/edge.c:673 +#: ../plug-ins/common/edge.c:670 +msgid "Laplace" +msgstr "Laplas" + +#: ../plug-ins/common/edge-laplace.c:321 +msgid "Cleanup" +msgstr "Uzkopt" + +#: ../plug-ins/common/edge-neon.c:134 +msgid "Simulate the glowing boundary of a neon light" +msgstr "Imitē neona gaismu spīdošās robežas" + +#: ../plug-ins/common/edge-neon.c:139 +msgid "_Neon..." +msgstr "_Neons..." + +#: ../plug-ins/common/edge-neon.c:211 +msgid "Neon" +msgstr "Neons" + +#: ../plug-ins/common/edge-neon.c:695 +#: ../plug-ins/common/edge-neon.c:696 +msgid "Neon Detection" +msgstr "Neona noteikšana" + +#: ../plug-ins/common/edge-neon.c:747 ../plug-ins/common/unsharp-mask.c:693 +#: ../plug-ins/common/edge-neon.c:749 +#: ../plug-ins/common/unsharp-mask.c:880 +msgid "_Amount:" +msgstr "_Apjoms:" + +#: ../plug-ins/common/edge-sobel.c:108 +msgid "Specialized direction-dependent edge detection" +msgstr "Specializēta, no virziena neatkarīga, robežu noteikšana" + +#: ../plug-ins/common/edge-sobel.c:121 +msgid "_Sobel..." +msgstr "_Sobel..." + +#: ../plug-ins/common/edge-sobel.c:231 +msgid "Sobel Edge Detection" +msgstr "Sobel malu noteikšana" + +#: ../plug-ins/common/edge-sobel.c:260 +#: ../plug-ins/common/edge-sobel.c:261 +msgid "Sobel _horizontally" +msgstr "Sobel _horizontāli" + +#: ../plug-ins/common/edge-sobel.c:272 +#: ../plug-ins/common/edge-sobel.c:273 +msgid "Sobel _vertically" +msgstr "Sobel _vertikāli" + +#: ../plug-ins/common/edge-sobel.c:284 +#: ../plug-ins/common/edge-sobel.c:285 +msgid "_Keep sign of result (one direction only)" +msgstr "Paturēt _rezultāta zīmi (tikai viens virziens)" + +#: ../plug-ins/common/edge-sobel.c:370 +#: ../plug-ins/common/edge-sobel.c:371 +msgid "Sobel edge detecting" +msgstr "Sobel malu noteikšana" + +#: ../plug-ins/common/edge.c:152 +#: ../plug-ins/common/edge.c:148 +msgid "Several simple methods for detecting edges" +msgstr "Dažas vienkāršas metodes malu noteikšanai" + +#: ../plug-ins/common/edge.c:157 +#: ../plug-ins/common/edge.c:153 +msgid "_Edge..." +msgstr "_Mala..." + +#: ../plug-ins/common/edge.c:229 +#: ../plug-ins/common/edge.c:225 +msgid "Edge detection" +msgstr "Malu noteikšana" + +#: ../plug-ins/common/edge.c:633 +#: ../plug-ins/common/edge.c:629 +msgid "Edge Detection" +msgstr "Malu noteikšana" + +#: ../plug-ins/common/edge.c:668 +#: ../plug-ins/common/edge.c:665 +msgid "Sobel" +msgstr "Sobel" + +#: ../plug-ins/common/edge.c:669 +#: ../plug-ins/common/edge.c:666 +msgid "Prewitt compass" +msgstr "Prewitt kompass" + +#: ../plug-ins/common/edge.c:670 ../plug-ins/common/sinus.c:904 +#: ../plug-ins/common/edge-laplace.c:243 +#: ../plug-ins/common/edge.c:667 +#: ../plug-ins/common/sinus.c:905 +msgid "Gradient" +msgstr "Krāsu pāreja" + +#: ../plug-ins/common/edge.c:671 +msgid "Roberts" +msgstr "Roberts" + +#: ../plug-ins/common/edge.c:672 +msgid "Differential" +msgstr "Diferenciāls" + +#: ../plug-ins/common/edge.c:682 +#: ../plug-ins/common/edge.c:679 +msgid "_Algorithm:" +msgstr "_Algoritms:" + +#: ../plug-ins/common/edge.c:690 +#: ../plug-ins/common/edge.c:687 +msgid "A_mount:" +msgstr "Apjo_ms:" + +#: ../plug-ins/common/emboss.c:124 +#: ../plug-ins/common/emboss.c:125 +msgid "Simulate an image created by embossing" +msgstr "Imitēt attēlu, ko iegūst ar gofrēšanu" + +#: ../plug-ins/common/emboss.c:130 +#: ../plug-ins/common/emboss.c:131 +msgid "_Emboss..." +msgstr "_Gofrēt..." + +#: ../plug-ins/common/emboss.c:384 ../plug-ins/common/emboss.c:446 +#: ../plug-ins/common/emboss.c:385 +#: ../plug-ins/common/emboss.c:447 +msgid "Emboss" +msgstr "Gofrēt" + +#: ../plug-ins/common/emboss.c:474 +#: ../plug-ins/common/emboss.c:476 +msgid "Function" +msgstr "Funkcija" + +#: ../plug-ins/common/emboss.c:478 +#: ../plug-ins/common/emboss.c:480 +msgid "_Bumpmap" +msgstr "_Reljefa karte" + +#: ../plug-ins/common/emboss.c:479 +#: ../plug-ins/common/emboss.c:481 +msgid "_Emboss" +msgstr "_Gofrēt" + +#: ../plug-ins/common/emboss.c:511 +#: ../plug-ins/common/emboss.c:513 +msgid "E_levation:" +msgstr "_Paaugstinājums:" + +#: ../plug-ins/common/engrave.c:101 +msgid "Simulate an antique engraving" +msgstr "Imitēt antīku gravīru" + +#: ../plug-ins/common/engrave.c:106 +msgid "En_grave..." +msgstr "_Gravēt..." + +#: ../plug-ins/common/engrave.c:180 +msgid "Engraving" +msgstr "Gravē" + +#: ../plug-ins/common/engrave.c:209 +msgid "Engrave" +msgstr "Gravēt" + +#: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 +#: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 +#: ../plug-ins/imagemap/imap_rectangle.c:410 +#: ../plug-ins/print/print-page-layout.c:254 +#: ../plug-ins/common/engrave.c:245 +#: ../plug-ins/common/file-html-table.c:600 +#: ../plug-ins/common/file-ps.c:3185 +#: ../plug-ins/common/file-ps.c:3381 +#: ../plug-ins/common/file-raw.c:1147 +#: ../plug-ins/common/film.c:1004 +#: ../plug-ins/common/smooth-palette.c:442 +#: ../plug-ins/common/tile-paper.c:314 +#: ../plug-ins/common/tile.c:437 +#: ../plug-ins/imagemap/imap_cmd_guides.c:174 +#: ../plug-ins/imagemap/imap_rectangle.c:408 +#: ../plug-ins/print/print-page-layout.c:266 +msgid "_Height:" +msgstr "_Augstums:" + +#: ../plug-ins/common/engrave.c:255 +#: ../plug-ins/common/engrave.c:256 +msgid "_Limit line width" +msgstr "Ierobežot _līnijas platumu" + +#: ../plug-ins/common/file-aa.c:98 +msgid "ASCII art" +msgstr "ASCII māksla" + +#. Create the actual window. +#: ../plug-ins/common/file-aa.c:349 +msgid "Save as Text" +msgstr "Saglabāt kā tekstu" + +#: ../plug-ins/common/file-aa.c:371 +#: ../plug-ins/common/file-aa.c:357 +msgid "_Format:" +msgstr "_Formāts:" + +#: ../plug-ins/common/file-cel.c:111 ../plug-ins/common/file-cel.c:129 +msgid "KISS CEL" +msgstr "KISS CEL" + +#: ../plug-ins/common/file-cel.c:191 +msgid "Load KISS Palette" +msgstr "Ielādēt KISS paleti" + +#. max. rows allocated +#. column, highest column ever used +#. -1 assume fsel is not available (and not attached to any drawable) +#. -1 assume there is no floating selection +#: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 +#: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 +#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:826 +#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 +#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 +#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 +#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 +#: ../plug-ins/common/file-dicom.c:345 +#: ../plug-ins/common/file-gbr.c:373 +#: ../plug-ins/common/file-gif-load.c:360 +#: ../plug-ins/common/file-gih.c:650 +#: ../plug-ins/common/file-jp2-load.c:190 +#: ../plug-ins/common/file-pat.c:342 +#: ../plug-ins/common/file-pdf-load.c:844 +#: ../plug-ins/common/file-png.c:753 +#: ../plug-ins/common/file-ps.c:1043 +#: ../plug-ins/common/file-raw.c:716 +#: ../plug-ins/common/file-sunras.c:487 +#: ../plug-ins/common/file-tiff-load.c:605 +#: ../plug-ins/common/file-xbm.c:742 +#: ../plug-ins/common/file-xmc.c:679 +#: ../plug-ins/common/file-xwd.c:524 +#: ../plug-ins/file-bmp/bmp-read.c:158 +#: ../plug-ins/file-faxg3/faxg3.c:216 +#: ../plug-ins/file-fli/fli-gimp.c:501 +#: ../plug-ins/file-ico/ico-load.c:644 +#: ../plug-ins/file-jpeg/jpeg-load.c:120 +#: ../plug-ins/file-psd/psd-load.c:135 +#: ../plug-ins/file-xjt/xjt.c:3333 +#, c-format +msgid "Opening '%s'" +msgstr "Atver '%s'" + +#: ../plug-ins/common/file-cel.c:354 +msgid "Can't create a new image" +msgstr "Nevar izveidot jaunu attēlu" + +#: ../plug-ins/common/file-cel.c:443 +#: ../plug-ins/common/file-cel.c:444 +#, c-format +msgid "Unsupported bit depth (%d)!" +msgstr "Neatbalstīts bitu dziļums (%d)!" + +#. init the progress meter +#. And let's begin the progress +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 +#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 +#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 +#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 +#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 +#: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 +#: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 +#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 +#: ../plug-ins/file-xjt/xjt.c:1710 +#: ../plug-ins/common/channel-mixer.c:1061 +#: ../plug-ins/common/cml-explorer.c:2035 +#: ../plug-ins/common/curve-bend.c:840 +#: ../plug-ins/common/file-cel.c:585 +#: ../plug-ins/common/file-compressor.c:425 +#: ../plug-ins/common/file-compressor.c:507 +#: ../plug-ins/common/file-compressor.c:589 +#: ../plug-ins/common/file-compressor.c:677 +#: ../plug-ins/common/file-csource.c:407 +#: ../plug-ins/common/file-dicom.c:1353 +#: ../plug-ins/common/file-gbr.c:663 +#: ../plug-ins/common/file-gif-save.c:782 +#: ../plug-ins/common/file-gih.c:1263 +#: ../plug-ins/common/file-html-table.c:236 +#: ../plug-ins/common/file-mng.c:649 +#: ../plug-ins/common/file-mng.c:984 +#: ../plug-ins/common/file-pat.c:486 +#: ../plug-ins/common/file-pcx.c:712 +#: ../plug-ins/common/file-pix.c:526 +#: ../plug-ins/common/file-png.c:1268 +#: ../plug-ins/common/file-pnm.c:1010 +#: ../plug-ins/common/file-ps.c:1214 +#: ../plug-ins/common/file-raw.c:591 +#: ../plug-ins/common/file-raw.c:619 +#: ../plug-ins/common/file-sunras.c:565 +#: ../plug-ins/common/file-tga.c:1171 +#: ../plug-ins/common/file-tiff-save.c:684 +#: ../plug-ins/common/file-xbm.c:1036 +#: ../plug-ins/common/file-xmc.c:1459 +#: ../plug-ins/common/sphere-designer.c:2116 +#: ../plug-ins/file-bmp/bmp-write.c:302 +#: ../plug-ins/file-fits/fits.c:476 +#: ../plug-ins/file-fli/fli-gimp.c:750 +#: ../plug-ins/file-ico/ico-save.c:1007 +#: ../plug-ins/file-jpeg/jpeg-save.c:329 +#: ../plug-ins/file-psd/psd-save.c:1655 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:166 +#: ../plug-ins/file-xjt/xjt.c:1276 +#: ../plug-ins/file-xjt/xjt.c:1715 +#: ../plug-ins/flame/flame.c:442 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1545 +#: ../plug-ins/gfig/gfig.c:798 +#: ../plug-ins/ifs-compose/ifs-compose.c:2413 +#: ../plug-ins/lighting/lighting-ui.c:1223 +#: ../plug-ins/common/file-cel.c:590 +#: ../plug-ins/common/file-gbr.c:668 +#: ../plug-ins/common/file-gif-save.c:789 +#: ../plug-ins/common/file-gih.c:1268 +#: ../plug-ins/common/file-html-table.c:257 +#: ../plug-ins/common/file-pat.c:491 +#: ../plug-ins/common/file-pcx.c:644 +#: ../plug-ins/common/file-pix.c:531 +#: ../plug-ins/common/file-png.c:1275 +#: ../plug-ins/common/file-pnm.c:1015 +#: ../plug-ins/common/file-ps.c:1219 +#: ../plug-ins/common/file-sunras.c:570 +#: ../plug-ins/common/file-tga.c:1176 +#: ../plug-ins/common/file-tiff-save.c:694 +#: ../plug-ins/common/file-xbm.c:1041 +#: ../plug-ins/common/file-xmc.c:1464 +#: ../plug-ins/common/file-xpm.c:638 +#: ../plug-ins/common/file-xwd.c:624 +#: ../plug-ins/file-bmp/bmp-write.c:313 +#: ../plug-ins/file-ico/ico-save.c:1001 +#: ../plug-ins/file-jpeg/jpeg-save.c:286 +#: ../plug-ins/file-psd/psd-save.c:1660 +#: ../plug-ins/file-sgi/sgi.c:577 +#: ../plug-ins/file-xjt/xjt.c:1696 +#, c-format, +#, c-format +msgid "Saving '%s'" +msgstr "Saglabā '%s'" + +#: ../plug-ins/common/file-compressor.c:160 +#: ../plug-ins/common/file-compressor.c:159 +msgid "gzip archive" +msgstr "gzip arhīvs" + +#: ../plug-ins/common/file-compressor.c:181 +#: ../plug-ins/common/file-compressor.c:180 +msgid "bzip archive" +msgstr "bzip arhīvs" + +#: ../plug-ins/common/file-compressor.c:390 +#: ../plug-ins/common/file-compressor.c:389 +msgid "No sensible file extension, saving as compressed XCF." +msgstr "Nav sakarīgs faila nosaukums, saglabā kā saspiesto XCF." + +#: ../plug-ins/common/file-compressor.c:572 +#: ../plug-ins/common/file-compressor.c:571 +msgid "No sensible file extension, attempting to load with file magic." +msgstr "Nav sakarīgs faila nosaukums, mēģina ielādēt ar faila minēšanu." + +#: ../plug-ins/common/file-csource.c:112 +#: ../plug-ins/common/file-csource.c:113 +msgid "C source code" +msgstr "C pirmkods" + +#: ../plug-ins/common/file-csource.c:660 +msgid "Save as C-Source" +msgstr "Saglabāt ka C pirmkodu" + +#: ../plug-ins/common/file-csource.c:691 +#: ../plug-ins/common/file-csource.c:723 +msgid "_Prefixed name:" +msgstr "Nosaukums ar _prefiksu:" + +#: ../plug-ins/common/file-csource.c:700 +#: ../plug-ins/common/file-csource.c:732 +msgid "Co_mment:" +msgstr "Ko_mentārs:" + +#. Use Comment +#. +#: ../plug-ins/common/file-csource.c:707 +#: ../plug-ins/common/file-csource.c:739 +msgid "_Save comment to file" +msgstr "_Saglabāt komentāru failā" + +#. GLib types +#. +#: ../plug-ins/common/file-csource.c:719 +#: ../plug-ins/common/file-csource.c:751 +msgid "_Use GLib types (guint8*)" +msgstr "Lietot GLib tip_us (guint8*)" + +#. Use Macros +#. +#: ../plug-ins/common/file-csource.c:731 +#: ../plug-ins/common/file-csource.c:764 +msgid "Us_e macros instead of struct" +msgstr "Lietot makrosus, n_evis struct" + +#. Use RLE +#. +#: ../plug-ins/common/file-csource.c:743 +#: ../plug-ins/common/file-csource.c:777 +msgid "Use _1 byte Run-Length-Encoding" +msgstr "Lietot _1 baita secīgo atkārtojumu kodēšanu" + +#. Alpha +#. +#: ../plug-ins/common/file-csource.c:755 +#: ../plug-ins/common/file-csource.c:790 +msgid "Sa_ve alpha channel (RGBA/RGB)" +msgstr "Saglabāt al_fa kanālu (RGBA/RGB)" + +#: ../plug-ins/common/file-csource.c:773 +#: ../plug-ins/common/file-csource.c:825 +msgid "Op_acity:" +msgstr "Nec_aurspīdīgums:" + +#: ../plug-ins/common/file-desktop-link.c:83 +msgid "Desktop Link" +msgstr "Darbvirsmas saite" + +#: ../plug-ins/common/file-desktop-link.c:173 +#: ../plug-ins/common/file-desktop-link.c:175 +#, c-format +msgid "Error loading desktop file '%s': %s" +msgstr "Kļūda, ielādējot darbvirsmas failu '%s': %s" + +#: ../plug-ins/common/file-dicom.c:146 +#: ../plug-ins/common/file-dicom.c:139 +msgid "DICOM image" +msgstr "DICOM attēls" + +#: ../plug-ins/common/file-dicom.c:171 +#: ../plug-ins/common/file-dicom.c:164 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Digital Imaging and Communications in Medicine attēls" + +#: ../plug-ins/common/file-dicom.c:352 +#: ../plug-ins/common/file-dicom.c:369 +#, c-format +msgid "'%s' is not a DICOM file." +msgstr "'%s' nav DICOM fails." + +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 +#: ../plug-ins/common/file-dicom.c:1321 +#: ../plug-ins/common/file-pcx.c:676 +#: ../plug-ins/common/file-pnm.c:1000 +msgid "Cannot save images with alpha channel." +msgstr "Nevar saglabāt attēlus ar alfa kanālu." + +#: ../plug-ins/common/file-dicom.c:784 ../plug-ins/common/file-ps.c:1203 +#: ../plug-ins/common/file-xwd.c:604 ../plug-ins/file-fits/fits.c:466 +#: ../plug-ins/file-xjt/xjt.c:1705 +#: ../plug-ins/common/file-dicom.c:1336 +#: ../plug-ins/common/file-ps.c:1204 +#: ../plug-ins/common/file-xwd.c:609 +#: ../plug-ins/file-xjt/xjt.c:1691 +#: ../plug-ins/file-xjt/xjt.c:3343 +#, c-format +msgid "Cannot operate on unknown image types." +msgstr "Nevar darboties ar nezināmiem attēlu veidiem." + +#: ../plug-ins/common/file-gbr.c:154 ../plug-ins/common/file-gbr.c:175 +msgid "GIMP brush" +msgstr "GIMP ota" + +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#: ../plug-ins/common/file-gbr.c:399 +#: ../plug-ins/common/file-pat.c:418 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "Nederīgi galveņu dati iekš '%s': platums=%lu, augstums=%lu, baiti=%lu" + +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 +#: ../plug-ins/common/file-gbr.c:423 +#: ../plug-ins/common/file-gbr.c:435 +msgid "Unsupported brush format" +msgstr "Neatbalstīts otas formāts" + +#: ../plug-ins/common/file-gbr.c:440 +#: ../plug-ins/common/file-gbr.c:447 +#, c-format +msgid "Error in GIMP brush file '%s'" +msgstr "Kļūda GIMP otas failā '%s'" + +#: ../plug-ins/common/file-gbr.c:448 +#: ../plug-ins/common/file-gbr.c:455 +#, c-format +msgid "Invalid UTF-8 string in brush file '%s'." +msgstr "Nepieļaujama UTF-8 rinda otas failā '%s'." + +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gih.c:1173 +#: ../plug-ins/gradient-flare/gradient-flare.c:3063 +#: ../plug-ins/common/file-gbr.c:461 +#: ../plug-ins/common/file-gih.c:492 +#: ../plug-ins/common/file-gih.c:1142 +#: ../plug-ins/gradient-flare/gradient-flare.c:3064 +msgid "Unnamed" +msgstr "Bez nosaukuma" + +#: ../plug-ins/common/file-gbr.c:637 +#: ../plug-ins/common/file-gbr.c:653 +msgid "GIMP brushes are either GRAYSCALE or RGBA" +msgstr "GIMP otas ir vai nu GRAYSCALE vai arī RGBA" + +#: ../plug-ins/common/file-gbr.c:735 +msgid "Save as Brush" +msgstr "Saglabāt kā otu" + +#. attach labels +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 +#: ../plug-ins/common/file-gbr.c:784 +#: ../plug-ins/common/grid.c:792 +msgid "Spacing:" +msgstr "Atstatums:" + +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 +#: ../plug-ins/common/file-gbr.c:795 +#: ../plug-ins/common/file-gih.c:893 +#: ../plug-ins/common/file-pat.c:568 +msgid "Description:" +msgstr "Apraksts:" + +#: ../plug-ins/common/file-gif-load.c:142 +#: ../plug-ins/common/file-gif-save.c:168 +#: ../plug-ins/common/file-gif-load.c:148 +#: ../plug-ins/common/file-gif-save.c:177 +msgid "GIF image" +msgstr "GIF attēls" + +#: ../plug-ins/common/file-gif-load.c:357 +#: ../plug-ins/common/file-gif-load.c:372 +msgid "This is not a GIF file" +msgstr "Šis nav GIF fails" + +#: ../plug-ins/common/file-gif-load.c:396 +#: ../plug-ins/common/file-gif-load.c:411 +msgid "Non-square pixels. Image might look squashed." +msgstr "Pikseļiem nav kvadrāta forma. Attēls var izskatīties saspiests." + +#: ../plug-ins/common/file-gif-load.c:913 +#: ../plug-ins/common/file-gif-load.c:929 +#, c-format +msgid "Background (%d%s)" +msgstr "Fons (%d%s)" + +#: ../plug-ins/common/file-gif-load.c:936 +#: ../plug-ins/common/file-gif-load.c:952 +#, c-format +msgid "Opening '%s' (frame %d)" +msgstr "Atver '%s' (kadrs %d)" + +#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/iwarp.c:826 +#: ../plug-ins/common/file-gif-load.c:981 +#: ../plug-ins/common/iwarp.c:794 +#: ../plug-ins/common/iwarp.c:829 +#, c-format +msgid "Frame %d" +msgstr "Kadrs %d" + +#: ../plug-ins/common/file-gif-load.c:967 +#: ../plug-ins/common/file-gif-load.c:983 +#, c-format +msgid "Frame %d (%d%s)" +msgstr "Kadrs %d (%d%s)" + +#: ../plug-ins/common/file-gif-load.c:998 +#: ../plug-ins/common/file-gif-load.c:1014 +#, c-format +msgid "" +"GIF: Undocumented GIF composite type %d is not handled. Animation might not " +"play or re-save perfectly." +msgstr "" +"GIF: Neatbalstīts GIF kompozīta tips %d nav apstrādāts. Animācija varētu " +"neatskaņoties vai netikt saglabāta perfekti." + +#: ../plug-ins/common/file-gif-save.c:447 +#: ../plug-ins/common/file-gif-save.c:468 +msgid "Couldn't simply reduce colors further. Saving as opaque." +msgstr "Nevarēja vienkārši reducēt krāsas tālāk. Saglabā kā necaurredzamu." + +#: ../plug-ins/common/file-gif-save.c:562 +#: ../plug-ins/common/file-gif-save.c:583 +#, c-format +msgid "" +"Unable to save '%s'. The GIF file format does not support images that are " +"more than %d pixels wide or tall." +msgstr "" +"Nevar saglabāt '%s'. GIF faila formāts neatbalsta attēlus, kas ir vairāk kā " +"%d pikseļus plati vai augsti." + +#: ../plug-ins/common/file-gif-save.c:673 +#: ../plug-ins/common/file-gif-save.c:694 +msgid "" +"The GIF format only supports comments in 7bit ASCII encoding. No comment is " +"saved." +msgstr "" +"GIF faila formāts komentārus atbalsta tikai 7 bitu ASCII kodējumā. Komentārs " +"nav saglabāts." + +#: ../plug-ins/common/file-gif-save.c:732 +#: ../plug-ins/common/file-gif-save.c:753 +msgid "" +"Cannot save RGB color images. Convert to indexed color or grayscale first." +msgstr "" +"Nevar saglabāt RGB krāsu attēlus. Vispirms pārveidojiet uz indeksētām krāsām " +"vai pelēktoņiem." + +#: ../plug-ins/common/file-gif-save.c:910 +#: ../plug-ins/common/file-gif-save.c:931 +msgid "Delay inserted to prevent evil CPU-sucking animation." +msgstr "Aizkave ievietota, lai animācija nepārslogo CPU" + +#: ../plug-ins/common/file-gif-save.c:950 +#: ../plug-ins/common/file-gif-save.c:972 +msgid "" +"The image you are trying to save as a GIF contains layers which extend " +"beyond the actual borders of the image." +msgstr "" +"Attēls, ko mēģināt saglabāt kā GIF, satur slāņus, kas iziet ārpus attēla " +"faktiskajām robežām." + +#: ../plug-ins/common/file-gif-save.c:967 +#: ../plug-ins/common/file-gif-save.c:989 +msgid "" +"The GIF file format does not allow this. You may choose whether to crop all " +"of the layers to the image borders, or cancel this save." +msgstr "" +"GIF faila formāts to neļauj. Jūs varat izvēlēties, vai apcirst visus slāņus " +"līdz attēla robežām, vai atcelt šo saglabāšanu." + +#: ../plug-ins/common/file-gif-save.c:1008 +msgid "Save as GIF" +msgstr "Saglabāt kā GIF" + +#. regular gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1030 +msgid "GIF Options" +msgstr "GIF opcijas" + +#: ../plug-ins/common/file-gif-save.c:1036 +msgid "I_nterlace" +msgstr "Ri_ndpārlece" + +#: ../plug-ins/common/file-gif-save.c:1052 +msgid "_GIF comment:" +msgstr "_GIF komentārs:" + +#. additional animated gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1110 +msgid "Animated GIF Options" +msgstr "Animētā GIF opcijas" + +#: ../plug-ins/common/file-gif-save.c:1116 +msgid "_Loop forever" +msgstr "Cik_loties bezgalīgi" + +#: ../plug-ins/common/file-gif-save.c:1129 +msgid "_Delay between frames where unspecified:" +msgstr "Aizture starp ka_driem, kur nav norādīts:" + +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507 +#: ../plug-ins/common/file-mng.c:1539 +msgid "milliseconds" +msgstr "milisekundes" + +#: ../plug-ins/common/file-gif-save.c:1154 +msgid "_Frame disposal where unspecified:" +msgstr "_Kadru izmešana, kur nav norādīts:" + +#: ../plug-ins/common/file-gif-save.c:1158 +#: ../plug-ins/common/file-gif-save.c:1187 +msgid "I don't care" +msgstr "Mani tas neuztrauc" + +#: ../plug-ins/common/file-gif-save.c:1160 +#: ../plug-ins/common/file-gif-save.c:1189 +msgid "Cumulative layers (combine)" +msgstr "Kumulatīvie slāņi (apvienot)" + +#: ../plug-ins/common/file-gif-save.c:1162 +#: ../plug-ins/common/file-gif-save.c:1191 +msgid "One frame per layer (replace)" +msgstr "Slānim viens kadrs (aizvietot)" + +#. The "Always use default values" toggles +#: ../plug-ins/common/file-gif-save.c:1178 +msgid "_Use delay entered above for all frames" +msgstr "Lietot a_ugstāk ievadīto aizturi visiem kadriem" + +#: ../plug-ins/common/file-gif-save.c:1188 +msgid "U_se disposal entered above for all frames" +msgstr "Lietot ievadīto izmešanu vi_siem kadriem" + +#: ../plug-ins/common/file-gif-save.c:2341 +#: ../plug-ins/common/file-gif-save.c:2351 +msgid "Error writing output file." +msgstr "Kļūda, rakstot izvades failu." + +#: ../plug-ins/common/file-gif-save.c:2411 +#: ../plug-ins/common/file-gif-save.c:2421 +#, c-format +msgid "The default comment is limited to %d characters." +msgstr "Noklusētais komentārs nevar pārsniegt %d rakstzīmes." + +#: ../plug-ins/common/file-gih.c:209 ../plug-ins/common/file-gih.c:230 +msgid "GIMP brush (animated)" +msgstr "GIMP ota (animēta)" + +#: ../plug-ins/common/file-gih.c:324 +#, c-format +msgid "Layer %s doesn't have an alpha channel, skipped" +msgstr "Slānim %s nav alfa kanāla, izlaists" + +#: ../plug-ins/common/file-gih.c:503 +#: ../plug-ins/common/file-gih.c:485 +msgid "Error in GIMP brush pipe file." +msgstr "Kļūda, GIMP otu virtenes failā." + +#: ../plug-ins/common/file-gih.c:569 +#: ../plug-ins/common/file-gih.c:551 +msgid "GIMP brush file appears to be corrupted." +msgstr "Izskatās, ka GIMP otu fails ir bojāts." + +#: ../plug-ins/common/file-gih.c:718 +#: ../plug-ins/common/file-gih.c:701 +msgid "Couldn't load one brush in the pipe, giving up." +msgstr "Neizdevās ielādēt vienu otu virtenē, padodos." + +#: ../plug-ins/common/file-gih.c:881 +msgid "Save as Brush Pipe" +msgstr "Saglabāt kā otu virteni" + +#: ../plug-ins/common/file-gih.c:911 +#: ../plug-ins/common/file-gih.c:879 +msgid "Spacing (percent):" +msgstr "Atstatums (procenti):" + +#: ../plug-ins/common/file-gih.c:978 +#: ../plug-ins/common/file-gih.c:946 +msgid "Pixels" +msgstr "Pikseļi" + +#: ../plug-ins/common/file-gih.c:983 +#: ../plug-ins/common/file-gih.c:951 +msgid "Cell size:" +msgstr "Šūnas izmērs:" + +#: ../plug-ins/common/file-gih.c:995 +#: ../plug-ins/common/file-gih.c:963 +msgid "Number of cells:" +msgstr "Šūnu skaits:" + +#: ../plug-ins/common/file-gih.c:1020 +#: ../plug-ins/common/file-gih.c:988 +msgid " Rows of " +msgstr " rindas no " + +#: ../plug-ins/common/file-gih.c:1032 +#: ../plug-ins/common/file-gih.c:1000 +msgid " Columns on each layer" +msgstr " kolonnas katram slānim" + +#: ../plug-ins/common/file-gih.c:1036 +#: ../plug-ins/common/file-gih.c:1004 +msgid " (Width Mismatch!) " +msgstr " (platumu neatbilstība!) " + +#: ../plug-ins/common/file-gih.c:1040 +#: ../plug-ins/common/file-gih.c:1008 +msgid " (Height Mismatch!) " +msgstr " (augstumu neatbilstība!) " + +#: ../plug-ins/common/file-gih.c:1045 +#: ../plug-ins/common/file-gih.c:1013 +msgid "Display as:" +msgstr "Rādīt kā:" + +#: ../plug-ins/common/file-gih.c:1054 +#: ../plug-ins/common/file-gih.c:1022 +msgid "Dimension:" +msgstr "Dimensija:" + +#: ../plug-ins/common/file-gih.c:1129 +#: ../plug-ins/common/file-gih.c:1097 +msgid "Ranks:" +msgstr "Pakāpes:" + +#: ../plug-ins/common/file-header.c:77 +msgid "C source code header" +msgstr "C pirmkoda galvene" + +#: ../plug-ins/common/file-html-table.c:156 +#: ../plug-ins/common/file-html-table.c:411 +msgid "HTML table" +msgstr "HTML tabula" + +#: ../plug-ins/common/file-html-table.c:409 +msgid "Save as HTML table" +msgstr "Saglabāt kā HTML tabulu" + +#: ../plug-ins/common/file-html-table.c:436 +#: ../plug-ins/common/file-html-table.c:424 +msgid "Warning" +msgstr "Brīdinājums" + +#: ../plug-ins/common/file-html-table.c:447 +#: ../plug-ins/common/file-html-table.c:435 +msgid "" +"You are about to create a huge\n" +"HTML file which will most likely\n" +"crash your browser." +msgstr "" +"Tas izveidos milzīgu HTML\n" +"failu, kas visticamāk izraisīs \n" +"jūsu pārlūka avāriju." + +#. HTML Page Options +#: ../plug-ins/common/file-html-table.c:456 +#: ../plug-ins/common/file-html-table.c:444 +msgid "HTML Page Options" +msgstr "HTML lapas opcijas" + +#: ../plug-ins/common/file-html-table.c:463 +#: ../plug-ins/common/file-html-table.c:451 +msgid "_Generate full HTML document" +msgstr "_Veidot pilnu HTML dokumentu" + +#: ../plug-ins/common/file-html-table.c:469 +#: ../plug-ins/common/file-html-table.c:457 +msgid "" +"If checked GTM will output a full HTML document with , , etc. " +"tags instead of just the table html." +msgstr "" +"Ja atzīmēts, GTM izveidos pilnu HTML dokumentu ar , , u.c. " +"birkām, nevis tikai html tabulu." + +#. HTML Table Creation Options +#: ../plug-ins/common/file-html-table.c:482 +#: ../plug-ins/common/file-html-table.c:470 +msgid "Table Creation Options" +msgstr "Tabulas izveidošanas opcijas" + +#: ../plug-ins/common/file-html-table.c:490 +#: ../plug-ins/common/file-html-table.c:478 +msgid "_Use cellspan" +msgstr "_Lietot cellspan" + +#: ../plug-ins/common/file-html-table.c:496 +#: ../plug-ins/common/file-html-table.c:484 +msgid "" +"If checked GTM will replace any rectangular sections of identically colored " +"blocks with one large cell with ROWSPAN and COLSPAN values." +msgstr "" +"Ja atzīmēts GTM aizvietos visas taisnstūra sadaļas ar vienas krāsas blokiem " +"ar vienu lielu šūnu, ar ROWSPAN un COLSPAN vērtībām." + +#: ../plug-ins/common/file-html-table.c:505 +#: ../plug-ins/common/file-html-table.c:493 +msgid "Co_mpress TD tags" +msgstr "Saspiest TD _birkas" + +#: ../plug-ins/common/file-html-table.c:511 +#: ../plug-ins/common/file-html-table.c:499 +msgid "" +"Checking this tag will cause GTM to leave no whitespace between the TD tags " +"and the cellcontent. This is only necessary for pixel level positioning " +"control." +msgstr "" +"Ja tiks atzīmēta šī birka, GTM neatstās atstarpes starp TD birkām un šūnas " +"saturu. Tas ir nepieciešams tikai pikseļu līmeņa novietojuma vadībai." + +#: ../plug-ins/common/file-html-table.c:521 +#: ../plug-ins/common/file-html-table.c:509 +msgid "C_aption" +msgstr "P_araksts" + +#: ../plug-ins/common/file-html-table.c:527 +#: ../plug-ins/common/file-html-table.c:515 +msgid "Check if you would like to have the table captioned." +msgstr "Pārbaudiet, vai vēlaties tabulai izveidot parakstu." + +#: ../plug-ins/common/file-html-table.c:542 +#: ../plug-ins/common/file-html-table.c:530 +msgid "The text for the table caption." +msgstr "Tabulas paraksta teksts." + +#: ../plug-ins/common/file-html-table.c:555 +#: ../plug-ins/common/file-html-table.c:544 +msgid "C_ell content:" +msgstr "Šūnas sa_turs:" + +#: ../plug-ins/common/file-html-table.c:559 +#: ../plug-ins/common/file-html-table.c:548 +msgid "The text to go into each cell." +msgstr "Teksts, kas jāievieto katrā šūnā." + +#. HTML Table Options +#: ../plug-ins/common/file-html-table.c:569 +#: ../plug-ins/common/file-html-table.c:558 +msgid "Table Options" +msgstr "Tabulas opcijas" + +#: ../plug-ins/common/file-html-table.c:580 +msgid "_Border:" +msgstr "_Mala:" + +#: ../plug-ins/common/file-html-table.c:584 +#: ../plug-ins/common/destripe.c:476 +#: ../plug-ins/common/file-ps.c:3175 +#: ../plug-ins/common/file-ps.c:3372 +#: ../plug-ins/common/file-raw.c:1134 +#: ../plug-ins/common/smooth-palette.c:437 +#: ../plug-ins/common/tile-paper.c:303 +#: ../plug-ins/common/tile.c:433 +#: ../plug-ins/imagemap/imap_cmd_guides.c:164 +#: ../plug-ins/imagemap/imap_rectangle.c:401 +#: ../plug-ins/print/print-page-layout.c:264 +#: ../plug-ins/common/file-html-table.c:573 +msgid "The number of pixels in the table border." +msgstr "Pikseļu skaits tabulas malā." + +#: ../plug-ins/common/file-html-table.c:599 +#: ../plug-ins/common/file-html-table.c:588 +msgid "The width for each table cell. Can be a number or a percent." +msgstr "Katras tabulas šūnas platums. Var būt skaitlis vai procents." + +#: ../plug-ins/common/file-html-table.c:615 +#: ../plug-ins/common/file-html-table.c:604 +msgid "The height for each table cell. Can be a number or a percent." +msgstr "Katras tabulas šūnas augstums. Var būt skaitlis vai procents." + +#: ../plug-ins/common/file-html-table.c:626 +msgid "Cell-_padding:" +msgstr "Šūnu _iekšmale:" + +#: ../plug-ins/common/file-html-table.c:630 +#: ../plug-ins/common/file-html-table.c:619 +msgid "The amount of cellpadding." +msgstr "Šūnu iekšmales apjoms." + +#: ../plug-ins/common/file-html-table.c:639 +#: ../plug-ins/common/file-html-table.c:628 +msgid "Cell-_spacing:" +msgstr "Šūnu at_statums:" + +#: ../plug-ins/common/file-html-table.c:643 +#: ../plug-ins/common/file-html-table.c:632 +msgid "The amount of cellspacing." +msgstr "Šūnu atstatumu apjoms." + +#. Inform the user that we couldn't losslessly save the +#. * transparency & just use the full palette +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 +#: ../plug-ins/common/file-mng.c:534 +#: ../plug-ins/common/file-png.c:1812 +msgid "Couldn't losslessly save transparency, saving opacity instead." +msgstr "" +"Nevarēja bez zudumiem saglabāt caurspīdīgumu, tā vietā saglabāt " +"necaurspīdīgumu." + +#: ../plug-ins/common/file-mng.c:1287 +msgid "Save as MNG" +msgstr "Saglabāt kā MNG" + +#: ../plug-ins/common/file-mng.c:1307 +#: ../plug-ins/common/file-mng.c:1342 +msgid "MNG Options" +msgstr "MNG opcijas" + +#: ../plug-ins/common/file-mng.c:1313 +#: ../plug-ins/common/file-mng.c:1348 +msgid "Interlace" +msgstr "Rindpārlece" + +#: ../plug-ins/common/file-mng.c:1325 +#: ../plug-ins/common/file-mng.c:1360 +msgid "Save background color" +msgstr "Saglabāt fona krāsu" + +#: ../plug-ins/common/file-mng.c:1336 +#: ../plug-ins/common/file-mng.c:1371 +msgid "Save gamma" +msgstr "Saglabāt gammu" + +#: ../plug-ins/common/file-mng.c:1346 +msgid "Save resolution" +msgstr "Saglabāt izšķirtspēju" + +#: ../plug-ins/common/file-mng.c:1357 +#: ../plug-ins/common/file-mng.c:1392 +msgid "Save creation time" +msgstr "Saglabāt izveidošanas laiku" + +#. Dialog init +#: ../plug-ins/common/file-mng.c:1376 +#: ../plug-ins/common/file-mng.c:1411 +#: ../plug-ins/common/file-png.c:1861 +msgid "PNG" +msgstr "PNG" + +#: ../plug-ins/common/file-mng.c:1377 +#: ../plug-ins/common/file-mng.c:1412 +msgid "JNG" +msgstr "JNG" + +#: ../plug-ins/common/file-mng.c:1380 +#: ../plug-ins/common/file-mng.c:1415 +msgid "PNG + delta PNG" +msgstr "PNG + delta PNG" + +#: ../plug-ins/common/file-mng.c:1381 +#: ../plug-ins/common/file-mng.c:1416 +msgid "JNG + delta PNG" +msgstr "JNG + delta PNG" + +#: ../plug-ins/common/file-mng.c:1382 +#: ../plug-ins/common/file-mng.c:1417 +msgid "All PNG" +msgstr "Viss PNG" + +#: ../plug-ins/common/file-mng.c:1383 +#: ../plug-ins/common/file-mng.c:1418 +msgid "All JNG" +msgstr "Viss JNG" + +#: ../plug-ins/common/file-mng.c:1395 +msgid "Default chunks type:" +msgstr "Noklusētais gabalu tips:" + +#: ../plug-ins/common/file-mng.c:1398 +#: ../plug-ins/common/file-mng.c:1433 +msgid "Combine" +msgstr "Apvienot" + +#: ../plug-ins/common/file-mng.c:1399 +#: ../plug-ins/common/file-mng.c:1434 +msgid "Replace" +msgstr "Aizvietot" + +#: ../plug-ins/common/file-mng.c:1410 +#: ../plug-ins/common/file-mng.c:1445 +msgid "Default frame disposal:" +msgstr "Noklusētā kadru izmešana:" + +#: ../plug-ins/common/file-mng.c:1422 +#: ../plug-ins/common/file-mng.c:1456 +msgid "PNG compression level:" +msgstr "PNG saspiešanas līmenis:" + +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 +#: ../plug-ins/common/file-mng.c:1464 +msgid "Choose a high compression level for small file size" +msgstr "Izvēlieties augstu saspiešanas līmeni, lai iegūtu mazākus failu izmērus" + +#: ../plug-ins/common/file-mng.c:1444 +msgid "JPEG compression quality:" +msgstr "JPEG saspiešanas kvalitāte:" + +#: ../plug-ins/common/file-mng.c:1461 +#: ../plug-ins/common/file-mng.c:1493 +msgid "JPEG smoothing factor:" +msgstr "JPEG gludināšanas pakāpe:" + +#: ../plug-ins/common/file-mng.c:1471 +#: ../plug-ins/common/file-mng.c:1503 +msgid "Animated MNG Options" +msgstr "Animētā MNG opcijas" + +#: ../plug-ins/common/file-mng.c:1477 +#: ../plug-ins/common/file-mng.c:1509 +msgid "Loop" +msgstr "Cikls" + +#: ../plug-ins/common/file-mng.c:1491 +#: ../plug-ins/common/file-mng.c:1523 +msgid "Default frame delay:" +msgstr "Noklusētā kadru aizture:" + +#: ../plug-ins/common/file-mng.c:1564 +#: ../plug-ins/common/file-mng.c:1605 +msgid "MNG animation" +msgstr "MNG animācija" + +#: ../plug-ins/common/file-pat.c:123 ../plug-ins/common/file-pat.c:145 +msgid "GIMP pattern" +msgstr "GIMP raksts" + +#: ../plug-ins/common/file-pat.c:371 +#: ../plug-ins/common/file-pat.c:378 +#, c-format +msgid "Invalid UTF-8 string in pattern file '%s'." +msgstr "Nekorekta UTF-8 rinda rakstu failā '%s'." + +#: ../plug-ins/common/file-pat.c:543 +msgid "Save as Pattern" +msgstr "Saglabāt kā rakstu" + +#: ../plug-ins/common/file-pcx.c:133 ../plug-ins/common/file-pcx.c:152 +msgid "ZSoft PCX image" +msgstr "ZSoft PCX attēls" + +#: ../plug-ins/common/file-pcx.c:372 +#, c-format +msgid "Could not read header from '%s'" +msgstr "Nevar nolasīt galveni no '%s'" + +#: ../plug-ins/common/file-pcx.c:382 +#: ../plug-ins/common/file-pcx.c:383 +#, c-format +msgid "'%s' is not a PCX file" +msgstr "'%s' nav PCX fails" + +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 +#: ../plug-ins/file-psd/psd-load.c:302 +#: ../plug-ins/common/file-pcx.c:397 +#: ../plug-ins/file-bmp/bmp-read.c:636 +#: ../plug-ins/file-psd/psd-load.c:301 +#, c-format +msgid "Unsupported or invalid image width: %d" +msgstr "Neatbalstīts vai nederīgs attēla platums: %d" + +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 +#: ../plug-ins/file-psd/psd-load.c:294 +#: ../plug-ins/common/file-pcx.c:403 +#: ../plug-ins/file-bmp/bmp-read.c:642 +#: ../plug-ins/file-psd/psd-load.c:293 +#, c-format +msgid "Unsupported or invalid image height: %d" +msgstr "Neatbalstīts vai nederīgs attēla augstums: %d" + +#: ../plug-ins/common/file-pcx.c:405 +#: ../plug-ins/common/file-pcx.c:409 +msgid "Invalid number of bytes per line in PCX header" +msgstr "Nederīgs baitu skaits uz rindu PCX galvenē" + +#: ../plug-ins/common/file-pcx.c:412 +#: ../plug-ins/common/file-pcx.c:417 +#, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "Attēla dimensijas pārāk lielas: platums %d x augstums %d" + +#: ../plug-ins/common/file-pcx.c:460 +#: ../plug-ins/common/file-pcx.c:466 +msgid "Unusual PCX flavour, giving up" +msgstr "Netipisks PCX paveids, padodos" + +#: ../plug-ins/common/file-pcx.c:683 +#: ../plug-ins/common/file-pcx.c:685 +#, c-format +msgid "Invalid X offset: %d" +msgstr "Nederīga X nobīde: %d" + +#: ../plug-ins/common/file-pcx.c:689 +#: ../plug-ins/common/file-pcx.c:691 +#, c-format +msgid "Invalid Y offset: %d" +msgstr "Nederīga Y nobīde: %d" + +#: ../plug-ins/common/file-pcx.c:695 +#: ../plug-ins/common/file-pcx.c:697 +#, c-format +msgid "Right border out of bounds (must be < %d): %d" +msgstr "Labā mala ir ārpus robežām (vajag būt < %d): %d" + +#: ../plug-ins/common/file-pcx.c:702 +#: ../plug-ins/common/file-pcx.c:704 +#, c-format +msgid "Bottom border out of bounds (must be < %d): %d" +msgstr "Apakšējā mala ir ārpus robežām (vajag būt < %d): %d" + +#: ../plug-ins/common/file-pcx.c:759 +#: ../plug-ins/common/file-pcx.c:769 +#, c-format +msgid "Writing to file '%s' failed: %s" +msgstr "Neizdevās rakstīt failā '%s': %s" + +#: ../plug-ins/common/file-pdf.c:295 +#: ../plug-ins/common/file-pdf-load.c:297 +msgid "Portable Document Format" +msgstr "Pārvietojama Dokumenta Formāts" + +#: ../plug-ins/common/file-pdf.c:860 +#: ../plug-ins/common/file-pdf-load.c:878 +#, c-format +msgid "%s-%s" +msgstr "%s-%s" + +#: ../plug-ins/common/file-pdf.c:862 ../plug-ins/common/file-ps.c:1125 +#: ../plug-ins/common/file-pdf-load.c:880 +#: ../plug-ins/common/file-ps.c:1126 +#, c-format +msgid "%s-pages" +msgstr "%s lapas" + +#: ../plug-ins/common/file-pdf.c:1051 +#: ../plug-ins/common/file-pdf-load.c:1070 +msgid "Import from PDF" +msgstr "Importēt no PDF" + +#: ../plug-ins/common/file-pdf.c:1056 ../plug-ins/common/file-ps.c:3102 +#: ../plug-ins/common/file-tiff-load.c:483 +#: ../plug-ins/common/file-pdf-load.c:1075 +#: ../plug-ins/common/file-ps.c:3104 +#: ../plug-ins/common/file-tiff-load.c:484 +msgid "_Import" +msgstr "_Importēt" + +#: ../plug-ins/common/file-pdf.c:1123 +#: ../plug-ins/common/file-pdf-load.c:1143 +msgid "_Width (pixels):" +msgstr "_Platums (pikseļos)" + +#: ../plug-ins/common/file-pdf.c:1124 +#: ../plug-ins/common/file-pdf-load.c:1144 +msgid "_Height (pixels):" +msgstr "_Augstums (pikseļos):" + +#: ../plug-ins/common/file-pdf.c:1126 +#: ../plug-ins/common/file-pdf-load.c:1146 +msgid "_Resolution:" +msgstr "Izšķi_rtspēja:" + +#: ../plug-ins/common/file-pdf.c:1400 +#, c-format +msgid "pixels/%s" +msgstr "pikseļi/%s" + +#: ../plug-ins/common/file-pix.c:142 ../plug-ins/common/file-pix.c:159 +msgid "Alias Pix image" +msgstr "Alias Pix attēls" + +#: ../plug-ins/common/file-png.c:263 ../plug-ins/common/file-png.c:284 +#: ../plug-ins/common/file-png.c:304 ../plug-ins/common/file-png.c:321 +#: ../plug-ins/common/file-png.c:275 +#: ../plug-ins/common/file-png.c:296 +#: ../plug-ins/common/file-png.c:316 +#: ../plug-ins/common/file-png.c:333 +msgid "PNG image" +msgstr "PNG attēls" + +#: ../plug-ins/common/file-png.c:628 +#: ../plug-ins/common/file-png.c:640 +#, c-format +msgid "Error loading PNG file: %s" +msgstr "Kļūda, ielādējot PNG failu: %s" + +#: ../plug-ins/common/file-png.c:703 +#, c-format +msgid "Error while reading '%s'. File corrupted?" +msgstr "Kļūda, lasot '%s': Fails ir bojāts?" + +#: ../plug-ins/common/file-png.c:834 +#: ../plug-ins/common/file-png.c:861 +#, c-format +msgid "Unknown color model in PNG file '%s'." +msgstr "Nezināms krāsu modelis PNG failā '%s'." + +#: ../plug-ins/common/file-png.c:889 +#: ../plug-ins/common/file-png.c:921 +msgid "" +"The PNG file specifies an offset that caused the layer to be positioned " +"outside the image." +msgstr "PNG fails norāda nobīdi, kuras dēļ slānis tika novietots ārpus attēla." + +#: ../plug-ins/common/file-png.c:1255 +#, c-format +msgid "Error while saving '%s'. Could not save image." +msgstr "Kļūda, saglabājot '%s'. Neizdevās saglabāt attēlu." + +#: ../plug-ins/common/file-png.c:1786 +msgid "Save as PNG" +msgstr "Saglabāt kā PNG" + +#: ../plug-ins/common/file-png.c:1818 +msgid "_Interlacing (Adam7)" +msgstr "R_indpārlece (Adam7)" + +#: ../plug-ins/common/file-png.c:1829 +msgid "Save _background color" +msgstr "Saglabāt _fona krāsu" + +#: ../plug-ins/common/file-png.c:1837 +msgid "Save _gamma" +msgstr "Saglabāt _gammu" + +#: ../plug-ins/common/file-png.c:1847 +msgid "Save layer o_ffset" +msgstr "Saglabāt slāņa no_bīdi" + +#: ../plug-ins/common/file-png.c:1856 +msgid "Save _resolution" +msgstr "Saglabāt izšķi_rtspēju" + +#: ../plug-ins/common/file-png.c:1866 +msgid "Save creation _time" +msgstr "Saglabā_t izveidošanas laiku" + +#: ../plug-ins/common/file-png.c:1875 +msgid "Save comme_nt" +msgstr "Saglabāt kome_ntāru" + +#: ../plug-ins/common/file-png.c:1891 +msgid "Save color _values from transparent pixels" +msgstr "Saglabāt krāsu _vērtības no caurspīdīgajiem pikseļiem" + +#: ../plug-ins/common/file-png.c:1905 +msgid "Co_mpression level:" +msgstr "Saspiešanas lī_menis:" + +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 +msgid "_Load Defaults" +msgstr "Ie_lādēt noklusētos" + +#: ../plug-ins/common/file-png.c:1931 +msgid "S_ave Defaults" +msgstr "S_aglabāt noklusētos" + +#: ../plug-ins/common/file-pnm.c:248 +msgid "PNM Image" +msgstr "PNM attēls" + +#: ../plug-ins/common/file-pnm.c:268 +msgid "PNM image" +msgstr "PNM attēls" + +#: ../plug-ins/common/file-pnm.c:280 +msgid "PBM image" +msgstr "PBM attēls" + +#: ../plug-ins/common/file-pnm.c:292 +msgid "PGM image" +msgstr "PGM attēls" + +#: ../plug-ins/common/file-pnm.c:304 +msgid "PPM image" +msgstr "PPM attēls" + +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 +#: ../plug-ins/common/file-pnm.c:656 +#: ../plug-ins/common/file-pnm.c:738 +msgid "Premature end of file." +msgstr "Priekšlaicīgas faila beigas." + +#: ../plug-ins/common/file-pnm.c:530 +msgid "Invalid file." +msgstr "Nederīgs fails." + +#: ../plug-ins/common/file-pnm.c:544 +msgid "File not in a supported format." +msgstr "Fails nav atbalstītā formātā." + +#: ../plug-ins/common/file-pnm.c:553 +msgid "Invalid X resolution." +msgstr "Nederīga X izšķirtspēja." + +#: ../plug-ins/common/file-pnm.c:555 +msgid "Image width is larger than GIMP can handle." +msgstr "Attēla platums ir lielāks, nekā GIMP var pavilkt." + +#: ../plug-ins/common/file-pnm.c:562 +msgid "Invalid Y resolution." +msgstr "Nederīga Y izšķirtspēja." + +#: ../plug-ins/common/file-pnm.c:564 +msgid "Image height is larger than GIMP can handle." +msgstr "Attēla augstums ir lielāks, nekā GIMP var pavilkt." + +#: ../plug-ins/common/file-pnm.c:576 +#: ../plug-ins/common/file-pnm.c:574 +msgid "Unsupported maximum value." +msgstr "Neatbalstīta maksimālā vērtība." + +#: ../plug-ins/common/file-pnm.c:781 +#: ../plug-ins/common/file-pnm.c:814 +msgid "Error reading file." +msgstr "Kļūda, lasot failu." + +#: ../plug-ins/common/file-pnm.c:1186 +msgid "Save as PNM" +msgstr "Saglabāt kā PNM" + +#. file save type +#: ../plug-ins/common/file-pnm.c:1203 +#: ../plug-ins/common/file-pnm.c:1222 +msgid "Data formatting" +msgstr "Datu formatēšana" + +#: ../plug-ins/common/file-pnm.c:1207 +#: ../plug-ins/common/file-pnm.c:1226 +msgid "Raw" +msgstr "Raw" + +#: ../plug-ins/common/file-pnm.c:1208 +#: ../plug-ins/common/file-pnm.c:1227 +msgid "Ascii" +msgstr "Ascii" + +#: ../plug-ins/common/file-ps.c:599 ../plug-ins/common/file-ps.c:691 +#: ../plug-ins/common/file-ps.c:601 +#: ../plug-ins/common/file-ps.c:693 +msgid "PostScript document" +msgstr "PostScript dokuments" + +#: ../plug-ins/common/file-ps.c:618 ../plug-ins/common/file-ps.c:707 +#: ../plug-ins/common/file-ps.c:620 +#: ../plug-ins/common/file-ps.c:709 +msgid "Encapsulated PostScript image" +msgstr "Encapsulated PostScript attēls" + +#: ../plug-ins/common/file-ps.c:638 +#: ../plug-ins/common/file-ps.c:640 +msgid "PDF document" +msgstr "PDF dokuments" + +#: ../plug-ins/common/file-ps.c:1050 +#: ../plug-ins/common/file-ps.c:1051 +#, c-format +msgid "Could not interpret Postscript file '%s'" +msgstr "Neizdevās interpretēt Postscript failu '%s'" + +#: ../plug-ins/common/file-ps.c:1192 +#: ../plug-ins/common/file-ps.c:1193 +#, c-format +msgid "PostScript save cannot handle images with alpha channels" +msgstr "PostScript saglabāšana nevar apstrādāt failus ar alfa kanāliem" + +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 +#: ../plug-ins/common/file-ps.c:1731 +#: ../plug-ins/common/file-ps.c:1766 +#, c-format +msgid "" +"Error starting Ghostscript. Make sure that Ghostscript is installed and - if " +"necessary - use the environment variable GS_PROG to tell GIMP about its " +"location.\n" +"(%s)" +msgstr "" +"Kļūda, startējot Ghostscript. Pārliecinieties, ka Ghostscript ir uzinstalēts " +"un, ja nepieciešams, izmantojiet vides mainīgo GS_PROG, lai informētu GIMP " +"par tā atrašanās vietu.\n" +"(%s)" + +#. +#. * Create the "background" layer to hold the image... +#. +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 +#: ../plug-ins/common/blinds.c:279 +#: ../plug-ins/common/compose.c:936 +#: ../plug-ins/common/decompose.c:727 +#: ../plug-ins/common/file-cel.c:363 +#: ../plug-ins/common/file-cel.c:366 +#: ../plug-ins/common/file-dicom.c:614 +#: ../plug-ins/common/file-gif-load.c:927 +#: ../plug-ins/common/file-jp2-load.c:357 +#: ../plug-ins/common/file-pcx.c:425 +#: ../plug-ins/common/file-pcx.c:431 +#: ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:881 +#: ../plug-ins/common/file-pnm.c:583 +#: ../plug-ins/common/file-raw.c:763 +#: ../plug-ins/common/file-sunras.c:977 +#: ../plug-ins/common/file-tga.c:1064 +#: ../plug-ins/common/file-xbm.c:897 +#: ../plug-ins/common/film.c:747 +#: ../plug-ins/common/smooth-palette.c:257 +#: ../plug-ins/common/tile.c:267 +#: ../plug-ins/file-bmp/bmp-read.c:380 +#: ../plug-ins/file-bmp/bmp-read.c:647 +#: ../plug-ins/file-faxg3/faxg3.c:477 +#: ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:252 +#: ../plug-ins/file-jpeg/jpeg-load.c:816 +#: ../plug-ins/file-psd/psd-image-res-load.c:997 +#: ../plug-ins/file-psd/psd-load.c:1637 +#: ../plug-ins/file-sgi/sgi.c:407 +#: ../plug-ins/gfig/gfig-dialog.c:1317 +#: ../plug-ins/gimpressionist/general.c:139 +#: ../plug-ins/map-object/map-object-apply.c:252 +#: ../plug-ins/twain/twain.c:567 +#: ../plug-ins/win-snap/winsnap.c:1156 +#: ../plug-ins/common/file-ps.c:1933 +#: ../plug-ins/common/file-tiff-load.c:1001 +#, c-format, +#, c-format +msgid "Page %d" +msgstr "Lapa %d" + +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 +#: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 +#: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 +#: ../plug-ins/common/file-ps.c:2605 +#: ../plug-ins/common/file-ps.c:2738 +#: ../plug-ins/common/file-ps.c:2889 +#: ../plug-ins/common/file-ps.c:3015 +#: ../plug-ins/common/file-sunras.c:1506 +#: ../plug-ins/common/file-sunras.c:1614 +#: ../plug-ins/file-fits/fits.c:973 +msgid "Write error occurred" +msgstr "Gadījās rakstīšanas kļūda" + +#: ../plug-ins/common/file-ps.c:3097 +#: ../plug-ins/common/file-ps.c:3099 +msgid "Import from PostScript" +msgstr "Importēt no PostScript" + +#. Rendering +#: ../plug-ins/common/file-ps.c:3140 +#: ../plug-ins/common/file-ps.c:3142 +msgid "Rendering" +msgstr "Renderē" + +#. Resolution +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 +#: ../plug-ins/common/file-wmf.c:692 +#: ../plug-ins/common/file-ps.c:3158 +#: ../plug-ins/common/file-svg.c:930 +msgid "Resolution:" +msgstr "Izšķirtspēja:" + +#: ../plug-ins/common/file-ps.c:3195 +#: ../plug-ins/common/file-ps.c:3197 +msgid "Pages:" +msgstr "Lapas:" + +#: ../plug-ins/common/file-ps.c:3202 +#: ../plug-ins/common/file-ps.c:3204 +msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" +msgstr "Lapas, ko ielādēt (piem.: 1-4 or 1,3,5-7)" + +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2646 +#: ../plug-ins/common/file-ps.c:3209 +#: ../plug-ins/common/sphere-designer.c:2651 +msgid "Layers" +msgstr "Slāņi" + +#: ../plug-ins/common/file-ps.c:3208 +#: ../plug-ins/common/file-ps.c:3212 +msgid "Images" +msgstr "Attēli" + +#: ../plug-ins/common/file-ps.c:3211 +msgid "Open as" +msgstr "Atvērt kā" + +#: ../plug-ins/common/file-ps.c:3215 +#: ../plug-ins/common/file-ps.c:3219 +msgid "Try Bounding Box" +msgstr "Mēģināt malu kasti" + +#. Colouring +#: ../plug-ins/common/file-ps.c:3228 +msgid "Coloring" +msgstr "Krāsošana" + +#. Colouring +#: ../plug-ins/common/file-ps.c:3232 +#: ../plug-ins/common/file-ps.c:3236 +msgid "B/W" +msgstr "M/B" + +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/gimpressionist/color.c:66 +#: ../plug-ins/gimpressionist/general.c:170 +#: ../plug-ins/imagemap/imap_menu.c:213 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:416 +#: ../plug-ins/common/file-ps.c:3237 +#: ../plug-ins/common/file-ps.c:3238 +#: ../plug-ins/gimpressionist/color.c:65 +#: ../plug-ins/gimpressionist/general.c:169 +#: ../plug-ins/imagemap/imap_menu.c:212 +msgid "Color" +msgstr "Krāsa" + +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 +#: ../plug-ins/common/file-ps.c:3239 +#: ../plug-ins/file-fits/fits.c:1032 +msgid "Automatic" +msgstr "Automātisks" + +#: ../plug-ins/common/file-ps.c:3245 +msgid "Text antialiasing" +msgstr "Teksta nogludināšana" + +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 +#: ../plug-ins/common/file-ps.c:3254 +#: ../plug-ins/common/file-ps.c:3266 +msgid "Weak" +msgstr "Vāja" + +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 +#: ../plug-ins/common/file-ps.c:3255 +#: ../plug-ins/common/file-ps.c:3267 +msgid "Strong" +msgstr "Stipra" + +#: ../plug-ins/common/file-ps.c:3257 +msgid "Graphic antialiasing" +msgstr "Grafikas nogludināšana" + +#: ../plug-ins/common/file-ps.c:3335 +msgid "Save as PostScript" +msgstr "Saglabāt kā PostScript" + +#. Image Size +#: ../plug-ins/common/file-ps.c:3366 +#: ../plug-ins/common/file-ps.c:3356 +msgid "Image Size" +msgstr "Attēla izmērs" + +#: ../plug-ins/common/file-ps.c:3415 +#: ../plug-ins/common/file-ps.c:3405 +msgid "_Keep aspect ratio" +msgstr "_Paturēt izmēra attiecību" + +#. Unit +#: ../plug-ins/common/file-ps.c:3421 +#: ../plug-ins/common/file-ps.c:3411 +msgid "" +"When toggled, the resulting image will be scaled to fit into the given size " +"without changing the aspect ratio." +msgstr "" +"Kad pārslēgts, rezultāta attēla mērogs tiks mainīts, lai iekļautos dotajā " +"izmērā, nemainot izmēra attiecību." + +#. Unit +#: ../plug-ins/common/file-ps.c:3431 +msgid "Unit" +msgstr "Vienība" + +#: ../plug-ins/common/file-ps.c:3435 +#: ../plug-ins/common/file-ps.c:3425 +msgid "_Inch" +msgstr "_Colla" + +#: ../plug-ins/common/file-ps.c:3436 +#: ../plug-ins/common/file-ps.c:3426 +msgid "_Millimeter" +msgstr "_Milimetrs" + +#. Rotation +#: ../plug-ins/common/file-ps.c:3447 +#: ../plug-ins/map-object/map-object-ui.c:1035 +#: ../plug-ins/common/file-ps.c:3437 +#: ../plug-ins/map-object/map-object-ui.c:989 +msgid "Rotation" +msgstr "Rotācija" + +#. Format +#: ../plug-ins/common/file-ps.c:3462 +#: ../plug-ins/common/file-ps.c:3452 +msgid "Output" +msgstr "Izvade" + +#: ../plug-ins/common/file-ps.c:3468 +#: ../plug-ins/common/file-ps.c:3458 +msgid "_PostScript level 2" +msgstr "_PostScript level 2" + +#: ../plug-ins/common/file-ps.c:3477 +#: ../plug-ins/common/file-ps.c:3467 +msgid "_Encapsulated PostScript" +msgstr "_Encapsulated PostScript" + +#: ../plug-ins/common/file-ps.c:3486 +#: ../plug-ins/common/file-ps.c:3476 +msgid "P_review" +msgstr "P_riekšskatījums" + +#: ../plug-ins/common/file-ps.c:3507 +#: ../plug-ins/common/file-ps.c:3498 +msgid "Preview _size:" +msgstr "Priekš_skatījuma izmērs:" + +#: ../plug-ins/common/file-psp.c:599 ../plug-ins/common/file-psp.c:623 +msgid "Paint Shop Pro image" +msgstr "Paint Shop Pro attēls" + +#: ../plug-ins/common/file-psp.c:640 +msgid "Save as PSP" +msgstr "Saglabāt kā PSP" + +#. file save type +#: ../plug-ins/common/file-psp.c:657 +#: ../plug-ins/common/file-psp.c:643 +msgid "Data Compression" +msgstr "Datu saspiešana" + +#: ../plug-ins/common/file-psp.c:662 +#: ../plug-ins/common/file-psp.c:648 +msgid "RLE" +msgstr "RLE" + +#: ../plug-ins/common/file-psp.c:663 +#: ../plug-ins/common/file-psp.c:649 +msgid "LZ77" +msgstr "LZ77" + +#: ../plug-ins/common/file-raw.c:182 ../plug-ins/common/file-raw.c:197 +#: ../plug-ins/common/file-raw.c:187 +#: ../plug-ins/common/file-raw.c:202 +msgid "Raw image data" +msgstr "Raw attēla dati" + +#: ../plug-ins/common/file-raw.c:982 +#: ../plug-ins/common/file-raw.c:1056 +msgid "Load Image from Raw Data" +msgstr "Ielādēt attēlu no raw datiem" + +#: ../plug-ins/common/file-raw.c:1015 +#: ../plug-ins/common/file-raw.c:1090 +msgid "Image" +msgstr "Attēls" + +#: ../plug-ins/common/file-raw.c:1026 +#: ../plug-ins/common/file-raw.c:1101 +msgid "RGB Alpha" +msgstr "RGB alfa" + +#: ../plug-ins/common/file-raw.c:1027 +#: ../plug-ins/common/file-raw.c:1103 +msgid "Planar RGB" +msgstr "Planar RGB" + +#: ../plug-ins/common/file-raw.c:1028 +#: ../plug-ins/common/file-raw.c:1104 +msgid "Indexed" +msgstr "Indeksēts" + +#: ../plug-ins/common/file-raw.c:1029 +#: ../plug-ins/common/file-raw.c:1105 +msgid "Indexed Alpha" +msgstr "Indeksēts alfa" + +#: ../plug-ins/common/file-raw.c:1034 +#: ../plug-ins/common/file-raw.c:1110 +msgid "Image _Type:" +msgstr "Attēla _tips:" + +#: ../plug-ins/common/file-raw.c:1084 +#: ../plug-ins/common/file-raw.c:1160 +msgid "Palette" +msgstr "Palete" + +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 +#: ../plug-ins/common/file-raw.c:1170 +#: ../plug-ins/common/file-raw.c:1255 +msgid "R, G, B (normal)" +msgstr "R, G, B (normāls)" + +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 +#: ../plug-ins/common/file-raw.c:1171 +#: ../plug-ins/common/file-raw.c:1257 +msgid "B, G, R, X (BMP style)" +msgstr "B, G, R, X (BMP veida)" + +#: ../plug-ins/common/file-raw.c:1100 +#: ../plug-ins/common/compose.c:189 +#: ../plug-ins/common/decompose.c:170 +#: ../plug-ins/common/file-raw.c:1176 +msgid "_Palette Type:" +msgstr "_Paletes tips:" + +#: ../plug-ins/common/file-raw.c:1111 +#: ../plug-ins/common/file-raw.c:1187 +msgid "Off_set:" +msgstr "No_bīde:" + +#: ../plug-ins/common/file-raw.c:1123 +#: ../plug-ins/common/file-raw.c:1199 +msgid "Select Palette File" +msgstr "Norādīt paletes failu" + +#: ../plug-ins/common/file-raw.c:1129 +#: ../plug-ins/common/file-raw.c:1205 +msgid "Pal_ette File:" +msgstr "Pal_etes fails:" + +#: ../plug-ins/common/file-raw.c:1157 +msgid "Raw Image Save" +msgstr "Raw attēla saglabāšana" + +#: ../plug-ins/common/file-raw.c:1179 +#: ../plug-ins/common/file-raw.c:1241 +msgid "RGB Save Type" +msgstr "RGB saglabāšanas tips" + +#: ../plug-ins/common/file-raw.c:1183 +#: ../plug-ins/common/file-raw.c:1245 +msgid "Standard (R,G,B)" +msgstr "Standarta (R,G,B)" + +#: ../plug-ins/common/file-raw.c:1184 +#: ../plug-ins/common/file-raw.c:1246 +msgid "Planar (RRR,GGG,BBB)" +msgstr "Planar (RRR,GGG,BBB)" + +#: ../plug-ins/common/file-raw.c:1189 +#: ../plug-ins/common/file-raw.c:1251 +msgid "Indexed Palette Type" +msgstr "Indeksēts paletes tips" + +#: ../plug-ins/common/file-sunras.c:217 ../plug-ins/common/file-sunras.c:237 +msgid "SUN Rasterfile image" +msgstr "SUN Rasterfile attēls" + +#: ../plug-ins/common/file-sunras.c:402 +#, c-format +msgid "Could not open '%s' as SUN-raster-file" +msgstr "Nevarēja atvērt '%s' kā SUN rastra failu" + +#: ../plug-ins/common/file-sunras.c:412 +msgid "The type of this SUN-rasterfile is not supported" +msgstr "Šī SUN-rasterfile tips nav atbalstīts" + +#: ../plug-ins/common/file-sunras.c:441 +#, c-format +msgid "Could not read color entries from '%s'" +msgstr "Neizdevās nolasīt krāsu ierakstus no '%s'" + +#: ../plug-ins/common/file-sunras.c:449 +#: ../plug-ins/common/file-sunras.c:450 +msgid "Type of colormap not supported" +msgstr "Krāsu kartes tips nav atbalstīts" + +#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:826 +#: ../plug-ins/common/file-xwd.c:489 +#: ../plug-ins/common/file-sunras.c:457 +#: ../plug-ins/common/file-xbm.c:827 +#, c-format +msgid "" +"'%s':\n" +"No image width specified" +msgstr "" +"'%s':\n" +"Nav norādīts attēla platums" + +#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833 +#: ../plug-ins/common/file-xwd.c:498 +#: ../plug-ins/common/file-sunras.c:465 +#: ../plug-ins/common/file-xbm.c:834 +#: ../plug-ins/common/file-xwd.c:499 +#, c-format +msgid "" +"'%s':\n" +"Image width is larger than GIMP can handle" +msgstr "" +"'%s':\n" +"Attēla platums ir lielāks, nekā GIMP var pavilkt" + +#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840 +#: ../plug-ins/common/file-xwd.c:506 +#: ../plug-ins/common/file-sunras.c:473 +#: ../plug-ins/common/file-xbm.c:841 +#: ../plug-ins/common/file-xwd.c:508 +#, c-format +msgid "" +"'%s':\n" +"No image height specified" +msgstr "" +"'%s':\n" +"Nav norādīts attēla platums" + +#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847 +#: ../plug-ins/common/file-xwd.c:514 +#: ../plug-ins/common/file-sunras.c:481 +#: ../plug-ins/common/file-xbm.c:848 +#: ../plug-ins/common/file-xwd.c:517 +#, c-format +msgid "" +"'%s':\n" +"Image height is larger than GIMP can handle" +msgstr "" +"'%s':\n" +"Attēla augstums ir lielāks, nekā GIMP var pavilkt" + +#: ../plug-ins/common/file-sunras.c:518 +#: ../plug-ins/common/file-sunras.c:520 +msgid "This image depth is not supported" +msgstr "Šī attēla dziļums nav atbalstīts" + +#: ../plug-ins/common/file-sunras.c:542 +#: ../plug-ins/common/file-sunras.c:544 +#, c-format +msgid "SUNRAS save cannot handle images with alpha channels" +msgstr "SUNRAS saglabāšana nevar apstrādāt failus ar alfa kanāliem" + +#: ../plug-ins/common/file-sunras.c:553 +#: ../plug-ins/common/file-sunras.c:555 +msgid "Can't operate on unknown image types" +msgstr "Nevar darboties ar nezināmiem attēlu veidiem" + +#: ../plug-ins/common/file-sunras.c:1082 ../plug-ins/common/file-sunras.c:1173 +#: ../plug-ins/common/file-sunras.c:1254 ../plug-ins/common/file-sunras.c:1349 +#: ../plug-ins/common/file-xwd.c:1348 ../plug-ins/common/file-xwd.c:1449 +#: ../plug-ins/common/file-xwd.c:1607 ../plug-ins/common/file-xwd.c:1807 +#: ../plug-ins/common/file-xwd.c:2064 ../plug-ins/file-fits/fits.c:697 +#: ../plug-ins/common/file-sunras.c:1084 +#: ../plug-ins/common/file-sunras.c:1175 +#: ../plug-ins/common/file-sunras.c:1256 +#: ../plug-ins/common/file-sunras.c:1351 +#: ../plug-ins/common/file-xwd.c:1355 +#: ../plug-ins/common/file-xwd.c:1456 +#: ../plug-ins/common/file-xwd.c:1614 +#: ../plug-ins/common/file-xwd.c:1814 +#: ../plug-ins/common/file-xwd.c:2071 +#: ../plug-ins/file-fits/fits.c:698 +msgid "EOF encountered on reading" +msgstr "Lasot sastapts EOF" + +#: ../plug-ins/common/file-sunras.c:1629 +msgid "Save as SUNRAS" +msgstr "Saglabāt kā SUNRAS" + +#. file save type +#: ../plug-ins/common/file-sunras.c:1646 +#: ../plug-ins/common/file-sunras.c:1634 +msgid "Data Formatting" +msgstr "Datu formatēšana" + +#: ../plug-ins/common/file-sunras.c:1650 +#: ../plug-ins/common/file-sunras.c:1638 +msgid "RunLength Encoded" +msgstr "Secīgā atkārtojumu kodēšana" + +#: ../plug-ins/common/file-svg.c:140 +#: ../plug-ins/common/file-svg.c:141 +msgid "SVG image" +msgstr "SVG attēls" + +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 +#: ../plug-ins/common/file-svg.c:336 +#: ../plug-ins/common/file-svg.c:734 +msgid "Unknown reason" +msgstr "Nezināms iemesls" + +#: ../plug-ins/common/file-svg.c:341 +#: ../plug-ins/common/file-svg.c:342 +msgid "Rendering SVG" +msgstr "Renderē SVG" + +#: ../plug-ins/common/file-svg.c:353 +#: ../plug-ins/common/file-svg.c:354 +msgid "Rendered SVG" +msgstr "Renderēts SVG" + +#: ../plug-ins/common/file-svg.c:567 ../plug-ins/common/file-wmf.c:358 +#: ../plug-ins/common/file-svg.c:568 +#, c-format +msgid "%d × %d" +msgstr "%d × %d" + +#: ../plug-ins/common/file-svg.c:575 +#: ../plug-ins/common/file-svg.c:576 +msgid "" +"SVG file does not\n" +"specify a size!" +msgstr "" +"SVG fails\n" +"nenorāda izmēru!" + +#. Scalable Vector Graphics is SVG, should perhaps not be translated +#: ../plug-ins/common/file-svg.c:742 +#: ../plug-ins/common/file-svg.c:743 +msgid "Render Scalable Vector Graphics" +msgstr "Renderēt Scalable Vector Graphics" + +#. Width and Height +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/grid.c:724 +#: ../plug-ins/common/file-svg.c:809 +#: ../plug-ins/common/grid.c:726 +msgid "Width:" +msgstr "Platums:" + +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 +#: ../plug-ins/common/file-svg.c:815 +msgid "Height:" +msgstr "Augstums:" + +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 +#: ../plug-ins/common/file-svg.c:889 +msgid "_X ratio:" +msgstr "_X proporcija:" + +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 +#: ../plug-ins/common/file-svg.c:911 +msgid "_Y ratio:" +msgstr "_Y proporcija:" + +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 +#: ../plug-ins/common/file-svg.c:925 +msgid "Constrain aspect ratio" +msgstr "Konstanta izmēru proporcija" + +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/print/print-page-layout.c:273 +#: ../plug-ins/common/file-svg.c:936 +#: ../plug-ins/print/print-page-layout.c:285 +#, c-format +msgid "pixels/%a" +msgstr "pikseļi/%a" + +#. Path Import +#: ../plug-ins/common/file-svg.c:955 +#: ../plug-ins/common/file-svg.c:956 +msgid "Import _paths" +msgstr "Im_portēt ceļus" + +#: ../plug-ins/common/file-svg.c:961 +#: ../plug-ins/common/file-svg.c:963 +msgid "" +"Import path elements of the SVG so they can be used with the GIMP path tool" +msgstr "Importēt SVG ceļu elementus, lai tos varētu lietot ar GIMP ceļu rīku" + +#: ../plug-ins/common/file-svg.c:974 +#: ../plug-ins/common/file-svg.c:971 +msgid "Merge imported paths" +msgstr "Apvienot importētos ceļus" + +#: ../plug-ins/common/file-tga.c:245 ../plug-ins/common/file-tga.c:264 +msgid "TarGA image" +msgstr "TarGA attēls" + +#: ../plug-ins/common/file-tga.c:455 +#, c-format +msgid "Cannot read footer from '%s'" +msgstr "Nevar nolasīt kājeni no '%s'" + +#: ../plug-ins/common/file-tga.c:473 +#, c-format +msgid "Cannot read extension from '%s'" +msgstr "Nevar nolasīt paplašinājumu no '%s'" + +#: ../plug-ins/common/file-tga.c:485 +#, c-format +msgid "Cannot read header from '%s'" +msgstr "Nevar nolasīt galveni no '%s'" + +#: ../plug-ins/common/file-tga.c:1370 +msgid "Save as TGA" +msgstr "Saglabāt kā TGA" + +#. rle +#: ../plug-ins/common/file-tga.c:1393 +#: ../plug-ins/common/file-tga.c:1381 +msgid "_RLE compression" +msgstr "_RLE saspiešana" + +#: ../plug-ins/common/file-tga.c:1407 +#: ../plug-ins/common/file-tga.c:1395 +msgid "Or_igin:" +msgstr "_Izcelsme:" + +#: ../plug-ins/common/file-tga.c:1411 +#: ../plug-ins/common/file-tga.c:1399 +msgid "Bottom left" +msgstr "Apakšējais kreisais" + +#: ../plug-ins/common/file-tga.c:1412 +#: ../plug-ins/common/file-tga.c:1400 +msgid "Top left" +msgstr "Augšējais kreisais" + +#: ../plug-ins/common/file-tiff-load.c:240 +#: ../plug-ins/common/file-tiff-save.c:182 +#: ../plug-ins/common/file-tiff-save.c:199 +#: ../plug-ins/common/file-tiff-load.c:241 +#: ../plug-ins/common/file-tiff-save.c:183 +#: ../plug-ins/common/file-tiff-save.c:200 +msgid "TIFF image" +msgstr "TIFF attēls" + +#: ../plug-ins/common/file-tiff-load.c:310 +#: ../plug-ins/common/file-tiff-load.c:311 +#, c-format +msgid "TIFF '%s' does not contain any directories" +msgstr "TIFF '%s' nesatur direktorijas" + +#: ../plug-ins/common/file-tiff-load.c:478 +#: ../plug-ins/common/file-tiff-load.c:479 +msgid "Import from TIFF" +msgstr "Importēt no TIFF" + +#: ../plug-ins/common/file-tiff-load.c:780 +#: ../plug-ins/common/file-tiff-load.c:782 +#, c-format +msgid "%s-%d-of-%d-pages" +msgstr "%s-%d-no-%d-lapām" + +#: ../plug-ins/common/file-tiff-load.c:1015 +#: ../plug-ins/common/file-tiff-load.c:1017 +msgid "TIFF Channel" +msgstr "TIFF kanāls" + +#: ../plug-ins/common/file-tiff-load.c:1024 +#: ../plug-ins/file-psd/psd-load.c:334 +#: ../plug-ins/common/file-tiff-load.c:1026 +#: ../plug-ins/file-psd/psd-load.c:333 +msgid "" +"Warning:\n" +"The image you are loading has 16 bits per channel. GIMP can only handle 8 " +"bit, so it will be converted for you. Information will be lost because of " +"this conversion." +msgstr "" +"Brīdinājums:\n" +"Attēlam, ko ielādējat, ir 16 biti katram kanālam. GIMP var apstrādāt tikai 8 " +"bitus, tāpēc tie tiks pārveidoti. Šīs pārveidošanas dēļ informācija tiks " +"zaudēta." + +#: ../plug-ins/common/file-tiff-save.c:887 +#: ../plug-ins/common/file-tiff-save.c:888 +msgid "" +"The TIFF format only supports comments in\n" +"7bit ASCII encoding. No comment is saved." +msgstr "" +"TIFF faila formāts komentārus atbalsta tikai \n" +"7 bitu ASCII kodējumā. Komentārs nav saglabāts." + +#: ../plug-ins/common/file-tiff-save.c:1061 +msgid "Save as TIFF" +msgstr "Saglabāt kā TIFF" + +#. compression +#: ../plug-ins/common/file-tiff-save.c:1083 +#: ../plug-ins/common/file-tiff-save.c:1070 +msgid "Compression" +msgstr "Saspiešana" + +#: ../plug-ins/common/file-tiff-save.c:1087 +#: ../plug-ins/common/file-tiff-save.c:1074 +msgid "_None" +msgstr "_Neko" + +#: ../plug-ins/common/file-tiff-save.c:1088 +#: ../plug-ins/common/file-tiff-save.c:1075 +msgid "_LZW" +msgstr "_LZW" + +#: ../plug-ins/common/file-tiff-save.c:1089 +#: ../plug-ins/common/file-tiff-save.c:1076 +msgid "_Pack Bits" +msgstr "_Pack Bits" + +#: ../plug-ins/common/file-tiff-save.c:1090 +#: ../plug-ins/common/file-tiff-save.c:1077 +msgid "_Deflate" +msgstr "_Deflate" + +#: ../plug-ins/common/file-tiff-save.c:1091 +#: ../plug-ins/common/file-tiff-save.c:1078 +msgid "_JPEG" +msgstr "_JPEG" + +#: ../plug-ins/common/file-tiff-save.c:1092 +#: ../plug-ins/common/file-tiff-save.c:1079 +msgid "CCITT Group _3 fax" +msgstr "CCITT Group _3 fakss" + +#: ../plug-ins/common/file-tiff-save.c:1093 +#: ../plug-ins/common/file-tiff-save.c:1080 +msgid "CCITT Group _4 fax" +msgstr "CCITT Group _4 fakss" + +#: ../plug-ins/common/file-tiff-save.c:1115 +#: ../plug-ins/common/file-tiff-save.c:1102 +msgid "Save _color values from transparent pixels" +msgstr "Saglabāt krāsu vērtības no _caurspīdīgajiem pikseļiem" + +#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1246 +#: ../plug-ins/common/file-tiff-save.c:1118 +#: ../plug-ins/common/file-xbm.c:1235 +msgid "Comment:" +msgstr "Komentārs:" + +#: ../plug-ins/common/file-wmf.c:129 +msgid "Microsoft WMF file" +msgstr "Microsoft WMF fails" + +#: ../plug-ins/common/file-wmf.c:352 +msgid "" +"WMF file does not\n" +"specify a size!" +msgstr "" +"WMF fails\n" +"nenorāda izmēru!" + +#: ../plug-ins/common/file-wmf.c:500 +msgid "Render Windows Metafile" +msgstr "Renderēt Windows Metafile" + +#: ../plug-ins/common/file-wmf.c:963 +#, c-format +msgid "Could not open '%s' for reading" +msgstr "Nevar atvērt '%s' lasīšanai" + +#: ../plug-ins/common/file-wmf.c:1003 +msgid "Rendered WMF" +msgstr "Renderēts WMF" + +#: ../plug-ins/common/file-xbm.c:176 ../plug-ins/common/file-xbm.c:194 +#: ../plug-ins/common/file-xbm.c:177 +#: ../plug-ins/common/file-xbm.c:195 +msgid "X BitMap image" +msgstr "X BitMap attēls" + +#: ../plug-ins/common/file-xbm.c:819 +#: ../plug-ins/common/file-xbm.c:820 +#, c-format +msgid "" +"'%s':\n" +"Could not read header (ftell == %ld)" +msgstr "" +"'%s':\n" +"Nevarēja nolasīt galveni (ftell == %ld)" + +#: ../plug-ins/common/file-xbm.c:854 +#: ../plug-ins/common/file-xbm.c:855 +#, c-format +msgid "" +"'%s':\n" +"No image data type specified" +msgstr "" +"'%s':\n" +"Nav norādīts attēla datu tips" + +#. The image is not black-and-white. +#: ../plug-ins/common/file-xbm.c:997 +#: ../plug-ins/common/file-xbm.c:999 +msgid "" +"The image which you are trying to save as an XBM contains more than two " +"colors.\n" +"\n" +"Please convert it to a black and white (1-bit) indexed image and try again." +msgstr "" +"Attēls, ko mēģināt saglabāt kā XBM, satur vienu vai vairākas krāsas.\n" +"\n" +"Pārveidojiet to par melnbaltu (1-bita) indeksētu attēlu un mēģiniet vēlreiz." + +#: ../plug-ins/common/file-xbm.c:1008 +#: ../plug-ins/common/file-xbm.c:1010 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" +"Nevar saglabāt kursora masku attēlam,\n" +"kuram nav alfa kanāla." + +#: ../plug-ins/common/file-xbm.c:1185 +msgid "Save as XBM" +msgstr "Saglabāt kā XBM" + +#. parameter settings +#: ../plug-ins/common/file-xbm.c:1202 +#: ../plug-ins/common/file-xbm.c:1191 +msgid "XBM Options" +msgstr "XBM opcijas" + +#. X10 format +#: ../plug-ins/common/file-xbm.c:1212 +#: ../plug-ins/common/file-xbm.c:1201 +msgid "_X10 format bitmap" +msgstr "_X10 formāta bitkarte" + +#: ../plug-ins/common/file-xbm.c:1232 +#: ../plug-ins/common/file-xbm.c:1221 +msgid "_Identifier prefix:" +msgstr "_Identifikatora prefikss:" + +#. hotspot toggle +#: ../plug-ins/common/file-xbm.c:1254 +#: ../plug-ins/common/file-xbm.c:1243 +msgid "_Write hot spot values" +msgstr "_Rakstīt karstvietas vērtības" + +#: ../plug-ins/common/file-xbm.c:1276 +#: ../plug-ins/common/file-xbm.c:1266 +#: ../plug-ins/common/file-xmc.c:1093 +msgid "Hot spot _X:" +msgstr "Karstvieta _X:" + +#: ../plug-ins/common/file-xbm.c:1286 +msgid "Hot spot _Y:" +msgstr "Karstvieta _Y:" + +#. mask file +#: ../plug-ins/common/file-xbm.c:1293 +#: ../plug-ins/common/file-xbm.c:1283 +msgid "Mask File" +msgstr "Maskas fails" + +#: ../plug-ins/common/file-xbm.c:1303 +msgid "W_rite extra mask file" +msgstr "_Rakstīt papildu maskas failu" + +#: ../plug-ins/common/file-xbm.c:1316 +#: ../plug-ins/common/file-xbm.c:1306 +msgid "_Mask file extension:" +msgstr "_Maskas faila paplašinājums:" + +#: ../plug-ins/common/file-xpm.c:174 ../plug-ins/common/file-xpm.c:199 +msgid "X PixMap image" +msgstr "X PixMap attēls" + +#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773 +#: ../plug-ins/common/file-xpm.c:775 +#, c-format +msgid "Error opening file '%s'" +msgstr "Kļūda, atverot failu '%s'" + +#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779 +#: ../plug-ins/common/file-xpm.c:781 +msgid "XPM file invalid" +msgstr "XPM fails nav derīgs" + +#: ../plug-ins/common/file-xpm.c:805 +msgid "Save as XPM" +msgstr "Saglabāt kā XPM" + +#: ../plug-ins/common/file-xpm.c:829 +#: ../plug-ins/common/file-xpm.c:817 +msgid "_Alpha threshold:" +msgstr "_Alfa slieksnis:" + +#: ../plug-ins/common/file-xwd.c:278 ../plug-ins/common/file-xwd.c:298 +msgid "X window dump" +msgstr "X loga izmetne" + +#: ../plug-ins/common/file-xwd.c:442 +#, c-format +msgid "Could not read XWD header from '%s'" +msgstr "Nevar nolasīt XWD galveni no '%s'" + +#: ../plug-ins/common/file-xwd.c:480 +msgid "Can't read color entries" +msgstr "Nevar nolasīt krāsu ierakstus" + +#: ../plug-ins/common/file-xwd.c:570 +#: ../plug-ins/common/file-xwd.c:575 +#, c-format +msgid "" +"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is " +"not supported." +msgstr "" +"XWD failam %s ir formāts %d, dziļums %d un %d biti pikselī. Tas pašlaik nav " +"atbalstīts." + +#: ../plug-ins/common/file-xwd.c:593 +#: ../plug-ins/common/file-xwd.c:598 +msgid "Cannot save images with alpha channels." +msgstr "Nevar saglabāt attēlus ar alfa kanāliem." + +#: ../plug-ins/common/file-xwd.c:2195 +#: ../plug-ins/common/file-xwd.c:2202 +msgid "Error during writing indexed/gray image" +msgstr "Kļūda, rakstot indeksētu / pelēku attēlu" + +#: ../plug-ins/common/file-xwd.c:2293 +#: ../plug-ins/common/file-xwd.c:2300 +msgid "Error during writing rgb image" +msgstr "Kļūda, rakstot rgb attēlu" + +#: ../plug-ins/common/film.c:217 +msgid "Combine several images on a film strip" +msgstr "Apvienot vairākus attēlus uz filmas" + +#: ../plug-ins/common/film.c:222 +msgid "_Filmstrip..." +msgstr "Dia_filma..." + +#: ../plug-ins/common/film.c:307 +msgid "Composing images" +msgstr "Komponē attēlus" + +#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 +#: ../plug-ins/help-browser/dialog.c:1120 +#: ../plug-ins/common/guillotine.c:215 +#: ../plug-ins/help-browser/dialog.c:1114 +msgid "Untitled" +msgstr "Bez nosaukuma" + +#: ../plug-ins/common/film.c:879 +msgid "Available images:" +msgstr "Pieejamie attēli:" + +#: ../plug-ins/common/film.c:880 +#: ../plug-ins/common/film.c:881 +msgid "On film:" +msgstr "Uz filmas:" + +#. Film height/colour +#: ../plug-ins/common/film.c:976 ../plug-ins/common/film.c:1248 +#: ../plug-ins/common/film.c:977 +#: ../plug-ins/common/film.c:1252 +msgid "Filmstrip" +msgstr "Diafilma" + +#. Keep maximum image height +#: ../plug-ins/common/film.c:985 +#: ../plug-ins/common/film.c:986 +msgid "_Fit height to images" +msgstr "_Augstumu pielāgot attēlam" + +#. Film color +#: ../plug-ins/common/film.c:1021 +#: ../plug-ins/common/film.c:1025 +msgid "Select Film Color" +msgstr "Izvēlieties filmas krāsu" + +#: ../plug-ins/common/film.c:1026 ../plug-ins/common/film.c:1076 +#: ../plug-ins/common/nova.c:353 +#: ../plug-ins/common/film.c:1030 +#: ../plug-ins/common/film.c:1080 +#: ../plug-ins/common/nova.c:349 +msgid "Co_lor:" +msgstr "K_rāsa:" + +#. Film numbering: Startindex/Font/colour +#: ../plug-ins/common/film.c:1035 +#: ../plug-ins/common/film.c:1039 +msgid "Numbering" +msgstr "Numerācija" + +#: ../plug-ins/common/film.c:1053 +#: ../plug-ins/common/film.c:1057 +msgid "Start _index:" +msgstr "Sākuma _indekss:" + +#: ../plug-ins/common/film.c:1066 +#: ../plug-ins/common/film.c:1070 +msgid "_Font:" +msgstr "_Fonts:" + +#. Numbering color +#: ../plug-ins/common/film.c:1071 +#: ../plug-ins/common/film.c:1075 +msgid "Select Number Color" +msgstr "Izvēlēties numura krāsu" + +#: ../plug-ins/common/film.c:1086 +#: ../plug-ins/common/film.c:1090 +msgid "At _bottom" +msgstr "A_pakšā" + +#: ../plug-ins/common/film.c:1087 +#: ../plug-ins/common/film.c:1091 +msgid "At _top" +msgstr "Au_gšā" + +#. ** The right frame keeps the image selection ** +#: ../plug-ins/common/film.c:1100 +#: ../plug-ins/common/film.c:1104 +msgid "Image Selection" +msgstr "Attēla iezīmējums" + +#: ../plug-ins/common/film.c:1128 +#: ../plug-ins/common/film.c:1132 +msgid "All Values are Fractions of the Strip Height" +msgstr "Visas vērtības ir daļas no diafilmas augstuma" + +#: ../plug-ins/common/film.c:1131 +#: ../plug-ins/common/film.c:1135 +msgid "Ad_vanced" +msgstr "Pap_lašināti" + +#: ../plug-ins/common/film.c:1150 +#: ../plug-ins/common/film.c:1154 +msgid "Image _height:" +msgstr "Attēla au_gstums:" + +#: ../plug-ins/common/film.c:1161 +#: ../plug-ins/common/film.c:1165 +msgid "Image spac_ing:" +msgstr "Attēla atsta_rpes:" + +#: ../plug-ins/common/film.c:1172 +#: ../plug-ins/common/film.c:1176 +msgid "_Hole offset:" +msgstr "_Caurumu nobīde:" + +#: ../plug-ins/common/film.c:1183 +#: ../plug-ins/common/film.c:1187 +msgid "Ho_le width:" +msgstr "Caurumu p_latums:" + +#: ../plug-ins/common/film.c:1194 +#: ../plug-ins/common/film.c:1198 +msgid "Hol_e height:" +msgstr "Ca_urumu augstums:" + +#: ../plug-ins/common/film.c:1205 +#: ../plug-ins/common/film.c:1209 +msgid "Hole sp_acing:" +msgstr "Caurumu _atstatums:" + +#: ../plug-ins/common/film.c:1216 +#: ../plug-ins/common/film.c:1220 +msgid "_Number height:" +msgstr "_Numuru augstums:" + +#. These values are translated for the GUI but also used internally +#. to figure out which button the user pushed, etc. +#. Not my design, please don't blame me -- njl +#: ../plug-ins/common/filter-pack.c:220 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:953 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:952 +msgid "Red:" +msgstr "Sarkans:" + +#: ../plug-ins/common/filter-pack.c:221 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:963 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:962 +msgid "Green:" +msgstr "Zaļš:" + +#: ../plug-ins/common/filter-pack.c:222 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:973 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:972 +msgid "Blue:" +msgstr "Zils:" + +#: ../plug-ins/common/filter-pack.c:223 +msgid "Cyan:" +msgstr "Ciāna:" + +#: ../plug-ins/common/filter-pack.c:224 +msgid "Yellow:" +msgstr "Dzeltens:" + +#: ../plug-ins/common/filter-pack.c:225 +msgid "Magenta:" +msgstr "Fuksīns:" + +#: ../plug-ins/common/filter-pack.c:227 +msgid "Darker:" +msgstr "Tumšāks:" + +#: ../plug-ins/common/filter-pack.c:228 +msgid "Lighter:" +msgstr "Gaišāks:" + +#: ../plug-ins/common/filter-pack.c:230 +msgid "More Sat:" +msgstr "Vairāk pierāt.:" + +#: ../plug-ins/common/filter-pack.c:231 +msgid "Less Sat:" +msgstr "Mazāk pierāt.:" + +#: ../plug-ins/common/filter-pack.c:233 ../plug-ins/common/filter-pack.c:532 +msgid "Current:" +msgstr "Pašreizējais:" + +#: ../plug-ins/common/filter-pack.c:317 +msgid "Interactively modify the image colors" +msgstr "Interaktīvi mainīt attēlu krāsas" + +#: ../plug-ins/common/filter-pack.c:322 +msgid "_Filter Pack..." +msgstr "_Filtru paka..." + +#: ../plug-ins/common/filter-pack.c:372 +msgid "FP can only be used on RGB images." +msgstr "FP var izmantot tikai ar RGB attēliem." + +#: ../plug-ins/common/filter-pack.c:382 +msgid "FP can only be run interactively." +msgstr "FP var palaist tikai interaktīvi." + +#: ../plug-ins/common/filter-pack.c:400 +msgid "Applying filter pack" +msgstr "Pielieto filtru paku" + +#: ../plug-ins/common/filter-pack.c:524 +msgid "Original:" +msgstr "Oriģināls:" + +#: ../plug-ins/common/filter-pack.c:576 +msgid "Hue Variations" +msgstr "Toņa variācijas" + +#: ../plug-ins/common/filter-pack.c:631 +msgid "Roughness" +msgstr "Raupjums" + +#: ../plug-ins/common/filter-pack.c:674 ../plug-ins/common/filter-pack.c:1317 +#: ../plug-ins/common/filter-pack.c:1318 +msgid "Affected Range" +msgstr "Ietekmētais apgabals" + +#: ../plug-ins/common/filter-pack.c:678 +msgid "Sha_dows" +msgstr "Ē_nas" + +#: ../plug-ins/common/filter-pack.c:679 +msgid "_Midtones" +msgstr "_Pustoņi" + +#: ../plug-ins/common/filter-pack.c:680 +msgid "H_ighlights" +msgstr "_Izgaismojumi" + +#: ../plug-ins/common/filter-pack.c:694 +msgid "Windows" +msgstr "Logs" + +#: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672 +#: ../plug-ins/common/van-gogh-lic.c:676 +msgid "_Saturation" +msgstr "Pie_sātinājums" + +#: ../plug-ins/common/filter-pack.c:712 +msgid "A_dvanced" +msgstr "Pap_lašināti" + +#: ../plug-ins/common/filter-pack.c:732 +msgid "Value Variations" +msgstr "Vērtību variācijas" + +#: ../plug-ins/common/filter-pack.c:777 +msgid "Saturation Variations" +msgstr "Piesātinājuma variācijas" + +#: ../plug-ins/common/filter-pack.c:830 +msgid "Select Pixels By" +msgstr "Iezīmēt pikseļus pēc" + +#: ../plug-ins/common/filter-pack.c:835 +msgid "H_ue" +msgstr "T_onis" + +#: ../plug-ins/common/filter-pack.c:836 +msgid "Satu_ration" +msgstr "Piesātinā_jums" + +#: ../plug-ins/common/filter-pack.c:837 +msgid "V_alue" +msgstr "Vērtīb_a" + +#: ../plug-ins/common/filter-pack.c:863 +msgid "Show" +msgstr "Rādīt" + +#: ../plug-ins/common/filter-pack.c:868 +msgid "_Entire image" +msgstr "_Visu attēlu" + +#: ../plug-ins/common/filter-pack.c:869 +msgid "Se_lection only" +msgstr "_Tikai iezīmējumu" + +#: ../plug-ins/common/filter-pack.c:870 +msgid "Selec_tion in context" +msgstr "Iezīmējumu kon_tekstā" + +#: ../plug-ins/common/filter-pack.c:1201 +msgid "Filter Pack Simulation" +msgstr "Filtra pakas imitācija" + +#: ../plug-ins/common/filter-pack.c:1290 +msgid "Shadows:" +msgstr "Ēnas:" + +#: ../plug-ins/common/filter-pack.c:1291 +msgid "Midtones:" +msgstr "Pustoņi:" + +#: ../plug-ins/common/filter-pack.c:1292 +#: ../plug-ins/common/filter-pack.c:1293 +msgid "Highlights:" +msgstr "Izgaismojumi:" + +#: ../plug-ins/common/filter-pack.c:1305 +#: ../plug-ins/common/filter-pack.c:1306 +msgid "Advanced Filter Pack Options" +msgstr "Paplašinātās filtru pakas opcijas" + +#. ****************** MISC OPTIONS ************************** +#: ../plug-ins/common/filter-pack.c:1417 +msgid "Preview Size" +msgstr "Priekšskatījuma izmērs" + +#: ../plug-ins/common/fractal-trace.c:116 +msgid "Transform image with the Mandelbrot Fractal" +msgstr "Pārveidot attēlu ar Mandelbrota fraktāli" + +#: ../plug-ins/common/fractal-trace.c:121 +msgid "_Fractal Trace..." +msgstr "_Fraktāļu izsekošana..." + +#: ../plug-ins/common/fractal-trace.c:460 +#: ../plug-ins/common/fractal-trace.c:691 +msgid "Fractal Trace" +msgstr "Fraktāļu izsekošana" + +#. Settings +#: ../plug-ins/common/fractal-trace.c:731 +#: ../plug-ins/common/fractal-trace.c:732 +msgid "Outside Type" +msgstr "Ārpuses tips" + +#: ../plug-ins/common/fractal-trace.c:742 +#: ../plug-ins/common/fractal-trace.c:743 +msgid "_White" +msgstr "_Balts" + +#: ../plug-ins/common/fractal-trace.c:749 +#: ../plug-ins/common/fractal-trace.c:750 +msgid "Mandelbrot Parameters" +msgstr "Mandelbrota parametri" + +#: ../plug-ins/common/fractal-trace.c:760 +#: ../plug-ins/common/fractal-trace.c:761 +msgid "X_1:" +msgstr "X_1:" + +#: ../plug-ins/common/fractal-trace.c:769 +#: ../plug-ins/common/fractal-trace.c:770 +msgid "X_2:" +msgstr "X_2:" + +#: ../plug-ins/common/fractal-trace.c:778 +#: ../plug-ins/common/fractal-trace.c:779 +msgid "Y_1:" +msgstr "Y_1:" + +#: ../plug-ins/common/fractal-trace.c:787 +#: ../plug-ins/common/fractal-trace.c:788 +msgid "Y_2:" +msgstr "Y_2:" + +#: ../plug-ins/common/gee-zoom.c:121 ../plug-ins/common/gee.c:99 +msgid "A big hello from the GIMP team!" +msgstr "Liels sveiciens no GIMP komandas!" + +#: ../plug-ins/common/gee-zoom.c:126 ../plug-ins/common/gee-zoom.c:186 +msgid "Gee Zoom" +msgstr "Gee Zoom" + +#: ../plug-ins/common/gee-zoom.c:192 ../plug-ins/common/gee.c:166 +msgid "Thank You for Choosing GIMP" +msgstr "Paldies, ka lietojat GIMP" + +#: ../plug-ins/common/gee-zoom.c:200 +#, c-format +msgid "An obsolete creation by %s" +msgstr "Novecojis %s veidojums" + +#: ../plug-ins/common/gee.c:104 ../plug-ins/common/gee.c:160 +msgid "Gee Slime" +msgstr "Gee Slime" + +#: ../plug-ins/common/gee.c:173 +#, c-format +msgid "A less obsolete creation by %s" +msgstr "Mazāk novecojis %s veidojums" + +#: ../plug-ins/common/gradient-map.c:84 +msgid "Recolor the image using colors from the active gradient" +msgstr "Mainīt attēla krāsas, izmantojot krāsas no aktīvās krāsu pārejas" + +#: ../plug-ins/common/gradient-map.c:97 +msgid "_Gradient Map" +msgstr "_Krāsu pārejas karte" + +#: ../plug-ins/common/gradient-map.c:106 +msgid "Recolor the image using colors from the active palette" +msgstr "Mainīt attēla krāsas, izmantojot krāsas no aktīvo paleti" + +#: ../plug-ins/common/gradient-map.c:119 +msgid "_Palette Map" +msgstr "_Paletes karte" + +#: ../plug-ins/common/gradient-map.c:162 +msgid "Gradient Map" +msgstr "Krāsu pārejas karte" + +#: ../plug-ins/common/gradient-map.c:167 +msgid "Palette Map" +msgstr "Paletes karte" + +#: ../plug-ins/common/grid.c:142 +msgid "Draw a grid on the image" +msgstr "Uz attēla uzzīmēt režģi" + +#: ../plug-ins/common/grid.c:148 +msgid "_Grid..." +msgstr "_Režģis..." + +#: ../plug-ins/common/grid.c:241 +msgid "Drawing grid" +msgstr "Zīmē režģi" + +#: ../plug-ins/common/grid.c:635 ../plug-ins/gfig/gfig-dialog.c:1355 +#: ../plug-ins/imagemap/imap_menu.c:209 +#: ../plug-ins/common/grid.c:636 +#: ../plug-ins/gfig/gfig-dialog.c:1387 +#: ../plug-ins/imagemap/imap_menu.c:208 +msgid "Grid" +msgstr "Režģis" + +#. attach labels +#: ../plug-ins/common/grid.c:717 +msgid "Horizontal" +msgstr "Horizontāls" + +#. attach labels +#: ../plug-ins/common/grid.c:719 +msgid "Vertical" +msgstr "Vertikāls" + +#: ../plug-ins/common/grid.c:721 +#: ../plug-ins/common/grid.c:723 +msgid "Intersection" +msgstr "Šķēlums" + +#. attach labels +#: ../plug-ins/common/grid.c:857 +#: ../plug-ins/common/grid.c:859 +msgid "Offset:" +msgstr "Nobīde:" + +#. attach color selectors +#: ../plug-ins/common/grid.c:896 +#: ../plug-ins/common/grid.c:898 +msgid "Horizontal Color" +msgstr "Horizontālā krāsa" + +#: ../plug-ins/common/grid.c:914 +#: ../plug-ins/common/grid.c:916 +msgid "Vertical Color" +msgstr "Vertikālā krāsa" + +#: ../plug-ins/common/grid.c:932 +#: ../plug-ins/common/grid.c:934 +msgid "Intersection Color" +msgstr "Šķēluma krāsa" + +#: ../plug-ins/common/guillotine.c:75 +#: ../plug-ins/common/guillotine.c:74 +msgid "Slice the image into subimages using guides" +msgstr "Sadalīt attēlu apakšattēlos, izmantojot palīglīnijas" + +#: ../plug-ins/common/guillotine.c:82 +#: ../plug-ins/common/guillotine.c:81 +msgid "_Guillotine" +msgstr "_Giljotīna" + +#: ../plug-ins/common/guillotine.c:120 +#: ../plug-ins/common/guillotine.c:119 +msgid "Guillotine" +msgstr "Giljotīna" + +#: ../plug-ins/common/hot.c:207 +msgid "Find and fix pixels that may be unsafely bright" +msgstr "Atrast un labot pikseļus, kas varētu būt nedroši gaiši" + +#: ../plug-ins/common/hot.c:217 +msgid "_Hot..." +msgstr "_Karstie..." + +#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586 +#: ../plug-ins/common/hot.c:587 +msgid "Hot" +msgstr "Karstie" + +#: ../plug-ins/common/hot.c:623 +#: ../plug-ins/common/hot.c:625 +msgid "Create _new layer" +msgstr "Izveidot jau_nu slāni" + +#: ../plug-ins/common/hot.c:632 +#: ../plug-ins/common/hot.c:634 +msgid "Action" +msgstr "Darbība" + +#: ../plug-ins/common/hot.c:636 +msgid "Reduce _Luminance" +msgstr "Samazināt spi_lgtumu" + +#: ../plug-ins/common/hot.c:637 +#: ../plug-ins/common/hot.c:639 +msgid "Reduce _Saturation" +msgstr "_Samazināt piesātinājumu" + +#: ../plug-ins/common/hot.c:638 ../plug-ins/common/waves.c:282 +#: ../plug-ins/common/hot.c:640 +#: ../plug-ins/common/waves.c:284 +msgid "_Blacken" +msgstr "A_ptumšot" + +#: ../plug-ins/common/illusion.c:91 +msgid "Superimpose many altered copies of the image" +msgstr "Uzlikt virsū vairākas mainītas attēla kopijas" + +#: ../plug-ins/common/illusion.c:96 +msgid "_Illusion..." +msgstr "_Ilūzija..." + +#: ../plug-ins/common/illusion.c:168 ../plug-ins/common/illusion.c:350 +msgid "Illusion" +msgstr "Ilūzija" + +#: ../plug-ins/common/illusion.c:388 +#: ../plug-ins/common/illusion.c:389 +msgid "_Divisions:" +msgstr "_Dalījumi:" + +#: ../plug-ins/common/illusion.c:398 +#: ../plug-ins/common/illusion.c:399 +msgid "Mode _1" +msgstr "Režīms _1" + +#: ../plug-ins/common/illusion.c:413 +#: ../plug-ins/common/illusion.c:414 +msgid "Mode _2" +msgstr "Režīms _2" + +#: ../plug-ins/common/iwarp.c:262 +#: ../plug-ins/common/iwarp.c:264 +msgid "Use mouse control to warp image areas" +msgstr "Izmantot peles vadību, lai savītu attēla laukumus" + +#: ../plug-ins/common/iwarp.c:267 +#: ../plug-ins/common/iwarp.c:269 +msgid "_IWarp..." +msgstr "_IWarp..." + +#: ../plug-ins/common/iwarp.c:697 +#: ../plug-ins/common/iwarp.c:699 +msgid "Warping" +msgstr "Savij" + +#: ../plug-ins/common/iwarp.c:802 +#: ../plug-ins/common/iwarp.c:805 +#, c-format +msgid "Warping Frame %d" +msgstr "Savij kadru %d" + +#: ../plug-ins/common/iwarp.c:814 +#: ../plug-ins/common/iwarp.c:817 +msgid "Ping pong" +msgstr "Ping pongs" + +#: ../plug-ins/common/iwarp.c:1020 +#: ../plug-ins/common/iwarp.c:1032 +msgid "A_nimate" +msgstr "A_nimēt" + +#: ../plug-ins/common/iwarp.c:1039 +#: ../plug-ins/common/iwarp.c:1052 +msgid "Number of _frames:" +msgstr "Ka_dru skaits:" + +#: ../plug-ins/common/iwarp.c:1048 +#: ../plug-ins/common/iwarp.c:1061 +msgid "R_everse" +msgstr "Pr_etēji" + +#: ../plug-ins/common/iwarp.c:1057 +msgid "_Ping pong" +msgstr "_Ping pongs" + +#: ../plug-ins/common/iwarp.c:1070 +#: ../plug-ins/common/iwarp.c:1083 +msgid "_Animate" +msgstr "_Animēt" + +#: ../plug-ins/common/iwarp.c:1091 +msgid "Deform Mode" +msgstr "Deformācijas režīms" + +#: ../plug-ins/common/iwarp.c:1104 +#: ../plug-ins/common/iwarp.c:1117 +msgid "_Move" +msgstr "_Pārvietot" + +#: ../plug-ins/common/iwarp.c:1105 +#: ../plug-ins/common/iwarp.c:1118 +msgid "_Grow" +msgstr "Pa_lielināt" + +#: ../plug-ins/common/iwarp.c:1106 +#: ../plug-ins/common/iwarp.c:1119 +msgid "S_wirl CCW" +msgstr "Virpuļo CC_W" + +#: ../plug-ins/common/iwarp.c:1107 +#: ../plug-ins/common/iwarp.c:1120 +msgid "Remo_ve" +msgstr "I_zņemt" + +#: ../plug-ins/common/iwarp.c:1108 +#: ../plug-ins/common/iwarp.c:1121 +msgid "S_hrink" +msgstr "Sa_mazināt" + +#: ../plug-ins/common/iwarp.c:1109 +#: ../plug-ins/common/iwarp.c:1122 +msgid "Sw_irl CW" +msgstr "V_irpuļo CW" + +#: ../plug-ins/common/iwarp.c:1138 +#: ../plug-ins/common/iwarp.c:1151 +msgid "_Deform radius:" +msgstr "_Deformācijas rādiuss:" + +#: ../plug-ins/common/iwarp.c:1148 +#: ../plug-ins/common/iwarp.c:1161 +msgid "D_eform amount:" +msgstr "D_eformācijas apjoms:" + +#: ../plug-ins/common/iwarp.c:1157 +#: ../plug-ins/common/iwarp.c:1170 +msgid "_Bilinear" +msgstr "_Bilineārs" + +#: ../plug-ins/common/iwarp.c:1171 +#: ../plug-ins/common/iwarp.c:1184 +msgid "Adaptive s_upersample" +msgstr "Adaptīvā inte_rpolācija " + +#: ../plug-ins/common/iwarp.c:1191 +#: ../plug-ins/common/iwarp.c:1205 +msgid "Ma_x depth:" +msgstr "Ma_ksimālais dziļums:" + +#: ../plug-ins/common/iwarp.c:1201 +#: ../plug-ins/common/iwarp.c:1215 +msgid "Thresho_ld:" +msgstr "S_lieksnis:" + +#: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771 +#: ../plug-ins/gradient-flare/gradient-flare.c:2867 +#: ../plug-ins/common/iwarp.c:1228 +#: ../plug-ins/common/sinus.c:772 +#: ../plug-ins/gradient-flare/gradient-flare.c:2868 +msgid "_Settings" +msgstr "Ie_statījumi" + +#: ../plug-ins/common/iwarp.c:1263 +#: ../plug-ins/common/iwarp.c:1287 +msgid "IWarp" +msgstr "IWarp" + +#: ../plug-ins/common/iwarp.c:1299 +#: ../plug-ins/common/iwarp.c:1325 +msgid "" +"Click and drag in the preview to define the distortions to apply to the " +"image." +msgstr "" +"Klikšķiniet un velciet priekšskatījumā, lai definētu kropļojumus, ko " +"izmantot attēlā." + +#: ../plug-ins/common/jigsaw.c:356 +msgid "Add a jigsaw-puzzle pattern to the image" +msgstr "Pievienot attēlam puzles rakstu" + +#: ../plug-ins/common/jigsaw.c:361 +msgid "_Jigsaw..." +msgstr "Pu_zle" + +#: ../plug-ins/common/jigsaw.c:414 +msgid "Assembling jigsaw" +msgstr "Samontē puzli" + +#: ../plug-ins/common/jigsaw.c:2416 +#: ../plug-ins/common/jigsaw.c:2417 +msgid "Jigsaw" +msgstr "Puzle" + +#: ../plug-ins/common/jigsaw.c:2445 +#: ../plug-ins/common/jigsaw.c:2447 +msgid "Number of Tiles" +msgstr "Kauliņu skaits" + +#: ../plug-ins/common/jigsaw.c:2460 +#: ../plug-ins/common/jigsaw.c:2462 +msgid "Number of pieces going across" +msgstr "Kauliņu skaits rindā" + +#: ../plug-ins/common/jigsaw.c:2477 +#: ../plug-ins/common/jigsaw.c:2479 +msgid "Number of pieces going down" +msgstr "Kauliņu skaits kolonnā" + +#: ../plug-ins/common/jigsaw.c:2491 +#: ../plug-ins/common/jigsaw.c:2493 +msgid "Bevel Edges" +msgstr "Slīpēt malas" + +#: ../plug-ins/common/jigsaw.c:2501 +#: ../plug-ins/common/jigsaw.c:2503 +msgid "_Bevel width:" +msgstr "_Slīpējuma platums:" + +#: ../plug-ins/common/jigsaw.c:2505 +#: ../plug-ins/common/jigsaw.c:2507 +msgid "Degree of slope of each piece's edge" +msgstr "Katra kauliņa malas slīpuma pakāpe" + +#: ../plug-ins/common/jigsaw.c:2518 +#: ../plug-ins/common/jigsaw.c:2520 +msgid "H_ighlight:" +msgstr "_Izgaismojumi:" + +#: ../plug-ins/common/jigsaw.c:2522 +#: ../plug-ins/common/jigsaw.c:2524 +msgid "The amount of highlighting on the edges of each piece" +msgstr "Izgaismojumu apjoms katra kauliņa malās" + +#. frame for primitive radio buttons +#: ../plug-ins/common/jigsaw.c:2539 +#: ../plug-ins/common/jigsaw.c:2541 +msgid "Jigsaw Style" +msgstr "Puzles stils" + +#: ../plug-ins/common/jigsaw.c:2543 +#: ../plug-ins/common/jigsaw.c:2545 +msgid "_Square" +msgstr "Kvadrāti_sks" + +#: ../plug-ins/common/jigsaw.c:2544 +#: ../plug-ins/common/jigsaw.c:2546 +msgid "C_urved" +msgstr "_Izliekts" + +#: ../plug-ins/common/jigsaw.c:2548 +#: ../plug-ins/common/jigsaw.c:2550 +msgid "Each piece has straight sides" +msgstr "Katram kauliņam ir taisnas malas" + +#: ../plug-ins/common/jigsaw.c:2549 +#: ../plug-ins/common/jigsaw.c:2551 +msgid "Each piece has curved sides" +msgstr "Katram kauliņam ir izliektas malas" + +#: ../plug-ins/common/lcms.c:218 +msgid "Set a color profile on the image" +msgstr "Iestatīt krāsu profilu attēlam" + +#: ../plug-ins/common/lcms.c:225 +msgid "_Assign Color Profile..." +msgstr "_Piešķirt krāsu profilu..." + +#: ../plug-ins/common/lcms.c:241 +msgid "Assign default RGB Profile" +msgstr "Piešķirt noklusēto RGB profilu" + +#: ../plug-ins/common/lcms.c:248 +msgid "Apply a color profile on the image" +msgstr "Uzlikt krāsu profilu attēlam" + +#: ../plug-ins/common/lcms.c:258 +msgid "_Convert to Color Profile..." +msgstr "_Pārveidot uz krāsu profilu..." + +#: ../plug-ins/common/lcms.c:276 +msgid "Convert to default RGB Profile" +msgstr "Pārveidot uz noklusēto RGB profilu" + +#: ../plug-ins/common/lcms.c:290 +msgid "Image Color Profile Information" +msgstr "Attēla krāsu profila informācija" + +#: ../plug-ins/common/lcms.c:304 +msgid "Color Profile Information" +msgstr "Krāsu profila informācija" + +#: ../plug-ins/common/lcms.c:572 +#, c-format +msgid "Color profile '%s' is not for RGB color space." +msgstr "Krāsu profilam '%s' nav RGB krāsu telpas." + +#: ../plug-ins/common/lcms.c:679 +msgid "Default RGB working space" +msgstr "Noklusētā RGB darba telpa" + +#: ../plug-ins/common/lcms.c:775 +msgid "" +"Data attached as 'icc-profile' does not appear to be an ICC color profile" +msgstr "Dati, kas pievienoti kā 'icc-profile', neizskatās kā ICC krāsu profils" + +#: ../plug-ins/common/lcms.c:825 +#, c-format +msgid "'%s' does not appear to be an ICC color profile" +msgstr "'%s' neizskatās kā ICC krāsu profils" + +#. ICC color profile conversion +#: ../plug-ins/common/lcms.c:885 +#, c-format +msgid "Converting from '%s' to '%s'" +msgstr "Pārveido no '%s' uz '%s'" + +#: ../plug-ins/common/lcms.c:1129 +#, c-format +msgid "Could not load ICC profile from '%s'" +msgstr "Nevarēja ielādēt ICC profilu no '%s'" + +#: ../plug-ins/common/lcms.c:1151 +#, c-format +msgid "The image '%s' has an embedded color profile:" +msgstr "Attēlam '%s' ir iegults krāsu profils:" + +#: ../plug-ins/common/lcms.c:1195 +#, c-format +msgid "Convert the image to the RGB working space (%s)?" +msgstr "Pārveidot attēlu uz RGB darba telpu (%s)?" + +#: ../plug-ins/common/lcms.c:1226 +msgid "Convert to RGB working space?" +msgstr "Pārveidot uz RGB darba telpu?" + +#: ../plug-ins/common/lcms.c:1231 +msgid "_Keep" +msgstr "Pa_turēt" + +#: ../plug-ins/common/lcms.c:1236 +msgid "_Convert" +msgstr "Pārveid_ot" + +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 +#: ../plug-ins/common/lcms.c:1264 +#: ../plug-ins/file-jpeg/jpeg-exif.c:440 +msgid "_Don't ask me again" +msgstr "_Vairs man neprasīt" + +#: ../plug-ins/common/lcms.c:1327 +#: ../plug-ins/common/lcms.c:1328 +msgid "Select destination profile" +msgstr "Izvēlieties mērķa profilu" + +#: ../plug-ins/common/lcms.c:1354 +#: ../plug-ins/common/lcms.c:1355 +msgid "All files (*.*)" +msgstr "Visi faili (*.*)" + +#: ../plug-ins/common/lcms.c:1359 +#: ../plug-ins/common/lcms.c:1360 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "ICC krāsu profils (*.icc, *.icm)" + +#: ../plug-ins/common/lcms.c:1402 +#: ../plug-ins/common/lcms.c:1403 +#, c-format +msgid "RGB workspace (%s)" +msgstr "RGB darbvirsma (%s)" + +#: ../plug-ins/common/lcms.c:1452 +msgid "Convert to ICC Color Profile" +msgstr "Pārveidot par ICC krāsu profilu" + +#: ../plug-ins/common/lcms.c:1453 +#: ../plug-ins/common/lcms.c:1454 +msgid "Assign ICC Color Profile" +msgstr "Piešķirt ICC krāsu profilu" + +#: ../plug-ins/common/lcms.c:1461 +#: ../plug-ins/common/lcms.c:1462 +msgid "_Assign" +msgstr "_Piešķirt" + +#: ../plug-ins/common/lcms.c:1478 +#: ../plug-ins/common/lcms.c:1480 +msgid "Current Color Profile" +msgstr "Pašreizējais krāsu profils" + +#: ../plug-ins/common/lcms.c:1493 +#: ../plug-ins/common/lcms.c:1495 +msgid "Convert to" +msgstr "Pārveidot uz" + +#: ../plug-ins/common/lcms.c:1493 +#: ../plug-ins/common/lcms.c:1495 +msgid "Assign" +msgstr "Piešķirt" + +#: ../plug-ins/common/lcms.c:1517 +#: ../plug-ins/common/lcms.c:1519 +msgid "_Rendering Intent:" +msgstr "_Renderēšanas nodoms:" + +#: ../plug-ins/common/lcms.c:1533 +#: ../plug-ins/common/lcms.c:1535 +msgid "_Black Point Compensation" +msgstr "_Melno punktu kompensācija" + +#: ../plug-ins/common/lcms.c:1575 +#: ../plug-ins/common/lcms.c:1577 +msgid "Destination profile is not for RGB color space." +msgstr "Mērķa profils nav RGB krāsu telpai." + +#: ../plug-ins/common/lens-apply.c:108 +msgid "Simulate an elliptical lens over the image" +msgstr "Imitēt eliptisko lēcu virs attēla" + +#: ../plug-ins/common/lens-apply.c:114 +msgid "Apply _Lens..." +msgstr "Uzlikt _lēcu..." + +#: ../plug-ins/common/lens-apply.c:181 +msgid "Applying lens" +msgstr "Uzliek lēcu" + +#: ../plug-ins/common/lens-apply.c:393 +#: ../plug-ins/common/lens-apply.c:394 +msgid "Lens Effect" +msgstr "Lēcas efekts" + +#: ../plug-ins/common/lens-apply.c:427 +#: ../plug-ins/common/lens-apply.c:429 +msgid "_Keep original surroundings" +msgstr "Paturēt sākotnējo ap_kārtni" + +#: ../plug-ins/common/lens-apply.c:442 +#: ../plug-ins/common/lens-apply.c:444 +msgid "_Set surroundings to index 0" +msgstr "Ie_statīt apkārtnes uz indeksu 0" + +#: ../plug-ins/common/lens-apply.c:443 +#: ../plug-ins/common/lens-apply.c:445 +msgid "_Set surroundings to background color" +msgstr "Ie_statīt apkārtni uz fona krāsu" + +#: ../plug-ins/common/lens-apply.c:458 +#: ../plug-ins/common/lens-apply.c:460 +msgid "_Make surroundings transparent" +msgstr "_Padarīt apkārtni caurspīdīgu" + +#: ../plug-ins/common/lens-apply.c:475 +#: ../plug-ins/common/lens-apply.c:477 +msgid "_Lens refraction index:" +msgstr "_Lēcas laušanas indeksu:" + +#: ../plug-ins/common/lens-distortion.c:115 +#: ../plug-ins/common/lens-distortion.c:113 +msgid "Corrects lens distortion" +msgstr "Labo lēcu deformācijas" + +#: ../plug-ins/common/lens-distortion.c:120 +#: ../plug-ins/common/lens-distortion.c:118 +msgid "Lens Distortion..." +msgstr "Lēcas deformācija..." + +#: ../plug-ins/common/lens-distortion.c:383 +#: ../plug-ins/common/lens-distortion.c:381 +msgid "Lens distortion" +msgstr "Lēcas deformācija" + +#: ../plug-ins/common/lens-distortion.c:483 +#: ../plug-ins/common/lens-distortion.c:481 +msgid "Lens Distortion" +msgstr "Lēcas deformācija" + +#: ../plug-ins/common/lens-distortion.c:521 +#: ../plug-ins/common/lens-distortion.c:520 +msgid "_Main:" +msgstr "Galve_nais:" + +#: ../plug-ins/common/lens-distortion.c:535 +#: ../plug-ins/common/lens-distortion.c:534 +msgid "_Edge:" +msgstr "_Mala:" + +#: ../plug-ins/common/lens-distortion.c:549 ../plug-ins/flame/flame.c:1237 +#: ../plug-ins/common/lens-distortion.c:548 +#: ../plug-ins/flame/flame.c:1236 +msgid "_Zoom:" +msgstr "Mēro_gs:" + +#: ../plug-ins/common/lens-distortion.c:563 +#: ../plug-ins/common/lens-distortion.c:562 +msgid "_Brighten:" +msgstr "_Padarīt spožāku:" + +#: ../plug-ins/common/lens-distortion.c:577 +#: ../plug-ins/common/lens-distortion.c:576 +msgid "_X shift:" +msgstr "_X nobīde:" + +#: ../plug-ins/common/lens-distortion.c:591 +#: ../plug-ins/common/lens-distortion.c:590 +msgid "_Y shift:" +msgstr "_Y nobīde:" + +#: ../plug-ins/common/lens-flare.c:188 +#: ../plug-ins/common/lens-flare.c:183 +msgid "Add a lens flare effect" +msgstr "Pievienot lēcas parazītiskā apgaismojuma efektu" + +#: ../plug-ins/common/lens-flare.c:195 +#: ../plug-ins/common/lens-flare.c:190 +msgid "Lens _Flare..." +msgstr "Lē_cas parazītiskais apgaismojums..." + +#: ../plug-ins/common/lens-flare.c:270 +#: ../plug-ins/common/lens-flare.c:265 +msgid "Render lens flare" +msgstr "Renderēt parazītisko apgaismojumu" + +#: ../plug-ins/common/lens-flare.c:306 +#: ../plug-ins/common/lens-flare.c:301 +msgid "Lens Flare" +msgstr "Lēcas parazītiskais apgaismojums" + +#: ../plug-ins/common/lens-flare.c:753 +#: ../plug-ins/common/lens-flare.c:745 +msgid "Center of Flare Effect" +msgstr "Parazītiskā apgaismojuma efekta centrs" + +#: ../plug-ins/common/lens-flare.c:793 ../plug-ins/common/nova.c:484 +#: ../plug-ins/common/lens-flare.c:785 +#: ../plug-ins/common/nova.c:475 +msgid "Show _position" +msgstr "_Rādīt novietojumu" + +#: ../plug-ins/common/mail.c:188 +msgid "Send the image by email" +msgstr "Sūtīt attēlu ar e-pastu" + +#: ../plug-ins/common/mail.c:194 +msgid "Send by E_mail..." +msgstr "Sūtīt ar e-past_u..." + +#: ../plug-ins/common/mail.c:407 +msgid "Send by Email" +msgstr "Sūtīt ar e-pastu" + +#: ../plug-ins/common/mail.c:412 +msgid "_Send" +msgstr "_Sūtīt" + +#: ../plug-ins/common/mail.c:444 +msgid "_Filename:" +msgstr "_Faila nosaukums:" + +#: ../plug-ins/common/mail.c:456 +msgid "_To:" +msgstr "_Kam:" + +#: ../plug-ins/common/mail.c:470 +msgid "_From:" +msgstr "_No:" + +#: ../plug-ins/common/mail.c:482 +msgid "S_ubject:" +msgstr "Te_mats:" + +#: ../plug-ins/common/mail.c:591 +msgid "some sort of error with the file extension or lack thereof" +msgstr "kaut kāda kļūda ar faila paplašinājumu, vai tā trūkumu" + +#: ../plug-ins/common/mail.c:725 +#: ../plug-ins/common/mail.c:727 +#, c-format +msgid "Could not start sendmail (%s)" +msgstr "Nevarēja palaist sendmail (%s)" + +#: ../plug-ins/common/max-rgb.c:90 +msgid "Reduce image to pure red, green, and blue" +msgstr "Reducēt attēlu uz tīru sarkano, zaļo un zilo krāsu" + +#: ../plug-ins/common/max-rgb.c:95 +msgid "Maxim_um RGB..." +msgstr "Maksimālais RG_B..." + +#: ../plug-ins/common/max-rgb.c:134 ../plug-ins/common/noise-hsv.c:158 +msgid "Can only operate on RGB drawables." +msgstr "Var darboties tikai ar RGB uzzīmējamo." + +#: ../plug-ins/common/max-rgb.c:234 +msgid "Max RGB" +msgstr "Maks. RGB" + +#: ../plug-ins/common/max-rgb.c:259 +msgid "Maximum RGB Value" +msgstr "Maksimālā RGB vērtība" + +#: ../plug-ins/common/max-rgb.c:292 +#: ../plug-ins/common/max-rgb.c:293 +msgid "_Hold the maximal channels" +msgstr "_Turēt maksimālos kanālus" + +#: ../plug-ins/common/max-rgb.c:295 +#: ../plug-ins/common/max-rgb.c:296 +msgid "Ho_ld the minimal channels" +msgstr "Turēt minimā_los kanālus" + +#: ../plug-ins/common/mosaic.c:359 +msgid "Convert the image into irregular tiles" +msgstr "Konvertēt attēlu uz neregulārām flīzēm" + +#: ../plug-ins/common/mosaic.c:364 +msgid "_Mosaic..." +msgstr "_Mozaīka..." + +#. progress bar for gradient finding +#: ../plug-ins/common/mosaic.c:502 +#: ../plug-ins/common/mosaic.c:506 +msgid "Finding edges" +msgstr "Meklē malas" + +#. Progress bar for rendering tiles +#: ../plug-ins/common/mosaic.c:556 +#: ../plug-ins/common/mosaic.c:560 +msgid "Rendering tiles" +msgstr "Renderē flīzes" + +#: ../plug-ins/common/mosaic.c:589 +#: ../plug-ins/common/mosaic.c:593 +msgid "Mosaic" +msgstr "Mozaīka" + +#: ../plug-ins/common/mosaic.c:629 +#: ../plug-ins/common/mosaic.c:634 +msgid "Squares" +msgstr "Kvadrāti" + +#: ../plug-ins/common/mosaic.c:630 +#: ../plug-ins/common/mosaic.c:635 +msgid "Hexagons" +msgstr "Sešstūri" + +#: ../plug-ins/common/mosaic.c:631 +#: ../plug-ins/common/mosaic.c:636 +msgid "Octagons & squares" +msgstr "Astoņstūri un kvadrāti" + +#: ../plug-ins/common/mosaic.c:632 +#: ../plug-ins/common/mosaic.c:637 +msgid "Triangles" +msgstr "Trijstūri" + +#: ../plug-ins/common/mosaic.c:640 +#: ../plug-ins/common/mosaic.c:645 +msgid "_Tiling primitives:" +msgstr "Flīzē primi_tīvus:" + +#: ../plug-ins/common/mosaic.c:648 +#: ../plug-ins/common/mosaic.c:653 +msgid "Tile _size:" +msgstr "Flīze_s izmērs:" + +#: ../plug-ins/common/mosaic.c:660 ../plug-ins/common/tile-glass.c:303 +#: ../plug-ins/common/mosaic.c:665 +#: ../plug-ins/common/tile-glass.c:304 +msgid "Tile _height:" +msgstr "Flīzes au_gstums:" + +#: ../plug-ins/common/mosaic.c:673 +#: ../plug-ins/common/mosaic.c:678 +msgid "Til_e spacing:" +msgstr "Flīz_es atstatums:" + +#: ../plug-ins/common/mosaic.c:685 +#: ../plug-ins/common/mosaic.c:690 +msgid "Tile _neatness:" +msgstr "Flīžu _sakārtotība:" + +#: ../plug-ins/common/mosaic.c:698 +#: ../plug-ins/common/mosaic.c:703 +msgid "Light _direction:" +msgstr "_Gaismas virziens:" + +#: ../plug-ins/common/mosaic.c:710 +#: ../plug-ins/common/mosaic.c:715 +msgid "Color _variation:" +msgstr "Krāsas _variācija:" + +#: ../plug-ins/common/mosaic.c:739 +#: ../plug-ins/common/mosaic.c:744 +msgid "Co_lor averaging" +msgstr "Krāsu vidē_jais" + +#: ../plug-ins/common/mosaic.c:752 +#: ../plug-ins/common/mosaic.c:757 +msgid "Allo_w tile splitting" +msgstr "Ļaut flīžu šķelšanos" + +#: ../plug-ins/common/mosaic.c:765 +#: ../plug-ins/common/mosaic.c:770 +msgid "_Pitted surfaces" +msgstr "G_raudaina virsma" + +#: ../plug-ins/common/mosaic.c:778 +#: ../plug-ins/common/mosaic.c:783 +msgid "_FG/BG lighting" +msgstr "Priekšpl./_fona gaismošana" + +#: ../plug-ins/common/newsprint.c:127 +#: ../plug-ins/common/newsprint.c:118 +msgid "Round" +msgstr "Apaļš" + +#: ../plug-ins/common/newsprint.c:136 +#: ../plug-ins/flame/flame.c:759 +msgid "Line" +msgstr "Līnija" + +#: ../plug-ins/common/newsprint.c:145 ../plug-ins/flame/flame.c:760 +msgid "Diamond" +msgstr "Rombs" + +#: ../plug-ins/common/newsprint.c:153 +#: ../plug-ins/common/newsprint.c:144 +msgid "PS Square (Euclidean Dot)" +msgstr "PS kvadrāts (Eiklīda punkts)" + +#: ../plug-ins/common/newsprint.c:162 +msgid "PS Diamond" +msgstr "PS rombs" + +#: ../plug-ins/common/newsprint.c:332 +#: ../plug-ins/common/newsprint.c:323 +msgid "_Grey" +msgstr "P_elēks" + +#: ../plug-ins/common/newsprint.c:345 +#: ../plug-ins/common/newsprint.c:336 +msgid "R_ed" +msgstr "Sar_kans" + +#: ../plug-ins/common/newsprint.c:374 +#: ../plug-ins/common/newsprint.c:365 +msgid "C_yan" +msgstr "C_iāna" + +#: ../plug-ins/common/newsprint.c:382 +#: ../plug-ins/common/newsprint.c:373 +msgid "Magen_ta" +msgstr "_Fuksīns" + +#: ../plug-ins/common/newsprint.c:390 +#: ../plug-ins/common/newsprint.c:381 +msgid "_Yellow" +msgstr "D_zeltens" + +#: ../plug-ins/common/newsprint.c:411 +#: ../plug-ins/common/newsprint.c:402 +msgid "Luminance" +msgstr "Spilgtums" + +#: ../plug-ins/common/newsprint.c:517 +#: ../plug-ins/common/newsprint.c:508 +msgid "Halftone the image to give newspaper-like effect" +msgstr "Samazināt attēla toņus, lai radītu laikraksta efektu" + +#: ../plug-ins/common/newsprint.c:526 +msgid "Newsprin_t..." +msgstr "Laikraks_ta druka..." + +#: ../plug-ins/common/newsprint.c:627 ../plug-ins/common/newsprint.c:1188 +#: ../plug-ins/common/newsprint.c:618 +#: ../plug-ins/common/newsprint.c:1179 +msgid "Newsprint" +msgstr "Laikraksta druka" + +#: ../plug-ins/common/newsprint.c:1031 +#: ../plug-ins/common/newsprint.c:1022 +msgid "_Spot function:" +msgstr "_Punkta funkcija:" + +#. resolution settings +#: ../plug-ins/common/newsprint.c:1240 +#: ../plug-ins/common/newsprint.c:1232 +msgid "Resolution" +msgstr "Izšķirtspēja" + +#: ../plug-ins/common/newsprint.c:1259 +#: ../plug-ins/common/newsprint.c:1251 +msgid "_Input SPI:" +msgstr "_Ievades SPI:" + +#: ../plug-ins/common/newsprint.c:1273 +#: ../plug-ins/common/newsprint.c:1265 +msgid "O_utput LPI:" +msgstr "Iz_vades LPI:" + +#: ../plug-ins/common/newsprint.c:1286 +#: ../plug-ins/common/newsprint.c:1278 +msgid "C_ell size:" +msgstr "Šūnas _izmērs:" + +#. screen settings +#: ../plug-ins/common/newsprint.c:1299 +#: ../plug-ins/gradient-flare/gradient-flare.c:554 +#: ../plug-ins/common/newsprint.c:1291 +msgid "Screen" +msgstr "Ekrāns" + +#: ../plug-ins/common/newsprint.c:1318 +#: ../plug-ins/common/newsprint.c:1310 +msgid "B_lack pullout (%):" +msgstr "Melnā a_pjoms (%):" + +#: ../plug-ins/common/newsprint.c:1340 +#: ../plug-ins/common/newsprint.c:1332 +msgid "Separate to:" +msgstr "Atdalīt uz:" + +#: ../plug-ins/common/newsprint.c:1344 +#: ../plug-ins/common/newsprint.c:1336 +msgid "_RGB" +msgstr "_RGB" + +#: ../plug-ins/common/newsprint.c:1361 +#: ../plug-ins/common/newsprint.c:1353 +msgid "C_MYK" +msgstr "C_MYK" + +#: ../plug-ins/common/newsprint.c:1378 +#: ../plug-ins/common/newsprint.c:1370 +msgid "I_ntensity" +msgstr "I_ntensitāte" + +#: ../plug-ins/common/newsprint.c:1403 +#: ../plug-ins/common/newsprint.c:1395 +msgid "_Lock channels" +msgstr "S_lēgt kanālus" + +#: ../plug-ins/common/newsprint.c:1416 +#: ../plug-ins/common/newsprint.c:1408 +msgid "_Factory Defaults" +msgstr "Rūpnī_cas noklusējumi" + +#. anti-alias control +#: ../plug-ins/common/newsprint.c:1442 ../plug-ins/gfig/gfig-dialog.c:1256 +#: ../plug-ins/common/newsprint.c:1434 +#: ../plug-ins/gfig/gfig-dialog.c:1289 +msgid "Antialiasing" +msgstr "Nogludināšana" + +#: ../plug-ins/common/newsprint.c:1450 +msgid "O_versample:" +msgstr "_Virsparaugs:" + +#: ../plug-ins/common/nl-filter.c:118 +#: ../plug-ins/common/nl-filter.c:119 +msgid "Nonlinear swiss army knife filter" +msgstr "Nelineārs Šveices naža filtrs" + +#: ../plug-ins/common/nl-filter.c:124 +#: ../plug-ins/common/nl-filter.c:125 +msgid "_NL Filter..." +msgstr "_NL filtrs..." + +#: ../plug-ins/common/nl-filter.c:952 ../plug-ins/common/nl-filter.c:1015 +#: ../plug-ins/common/nl-filter.c:953 +#: ../plug-ins/common/nl-filter.c:1017 +msgid "NL Filter" +msgstr "NL filtrs" + +#: ../plug-ins/common/nl-filter.c:1044 +#: ../plug-ins/common/nl-filter.c:1047 +msgid "Filter" +msgstr "Filtrs" + +#: ../plug-ins/common/nl-filter.c:1048 +#: ../plug-ins/common/nl-filter.c:1051 +msgid "_Alpha trimmed mean" +msgstr "_Alfa apcirptais vidējais" + +#: ../plug-ins/common/nl-filter.c:1050 +#: ../plug-ins/common/nl-filter.c:1053 +msgid "Op_timal estimation" +msgstr "Op_timālais novērtējums" + +#: ../plug-ins/common/nl-filter.c:1052 +#: ../plug-ins/common/nl-filter.c:1055 +msgid "_Edge enhancement" +msgstr "_Malu uzlabošana" + +#: ../plug-ins/common/nl-filter.c:1077 +#: ../plug-ins/common/nl-filter.c:1080 +msgid "A_lpha:" +msgstr "A_lfa:" + +#: ../plug-ins/common/noise-hsv.c:103 +msgid "Randomize hue/saturation/value independently" +msgstr "Sajaukt toni/piesātinājumu/vērtību neatkarīgi" + +#: ../plug-ins/common/noise-hsv.c:108 +msgid "HSV Noise..." +msgstr "HSV troksnis..." + +#: ../plug-ins/common/noise-hsv.c:215 ../plug-ins/common/noise-hsv.c:361 +#: ../plug-ins/common/noise-hsv.c:364 +msgid "HSV Noise" +msgstr "HSV troksnis" + +#: ../plug-ins/common/noise-hsv.c:397 +#: ../plug-ins/common/noise-hsv.c:401 +msgid "_Holdness:" +msgstr "_Noturība:" + +#: ../plug-ins/common/noise-hsv.c:409 +#: ../plug-ins/common/noise-hsv.c:413 +msgid "H_ue:" +msgstr "T_onis:" + +#: ../plug-ins/common/noise-randomize.c:102 +msgid "Random Hurl" +msgstr "Nejaušs metiens" + +#: ../plug-ins/common/noise-randomize.c:103 +msgid "Random Pick" +msgstr "Nejauša izlase" + +#: ../plug-ins/common/noise-randomize.c:104 +msgid "Random Slur" +msgstr "Nejaušs triepiens" + +#: ../plug-ins/common/noise-randomize.c:202 +msgid "Completely randomize a fraction of pixels" +msgstr "Pilnībā sajaukt pikseļu daļas" + +#: ../plug-ins/common/noise-randomize.c:204 +msgid "Randomly interchange some pixels with neighbors" +msgstr "Nejauši mainīt vietām dažus pikseļus ar kaimiņiem" + +#: ../plug-ins/common/noise-randomize.c:206 +msgid "Randomly slide some pixels downward (similar to melting)" +msgstr "Nejauši noslidināt lejup dažus pikseļus (līdzīgi kušanai)" + +#: ../plug-ins/common/noise-randomize.c:233 +msgid "_Hurl..." +msgstr "_Mest..." + +#: ../plug-ins/common/noise-randomize.c:245 +msgid "_Pick..." +msgstr "_Paņemt..." + +#: ../plug-ins/common/noise-randomize.c:257 +msgid "_Slur..." +msgstr "_Triept..." + +#: ../plug-ins/common/noise-randomize.c:771 +#: ../plug-ins/common/noise-solid.c:602 +#: ../plug-ins/common/noise-randomize.c:772 +#: ../plug-ins/common/noise-solid.c:603 +msgid "_Random seed:" +msgstr "_Nejaušības sēkla:" + +#: ../plug-ins/common/noise-randomize.c:780 +#: ../plug-ins/common/noise-randomize.c:781 +msgid "R_andomization (%):" +msgstr "Nej_aušība (%):" + +#: ../plug-ins/common/noise-randomize.c:783 +#: ../plug-ins/common/noise-randomize.c:784 +msgid "Percentage of pixels to be filtered" +msgstr "Filtrējamo pikseļu skaits procentos" + +#: ../plug-ins/common/noise-randomize.c:795 +#: ../plug-ins/common/noise-randomize.c:796 +msgid "R_epeat:" +msgstr "_Atkārtot:" + +#: ../plug-ins/common/noise-randomize.c:798 +#: ../plug-ins/common/noise-randomize.c:799 +msgid "Number of times to apply filter" +msgstr "Cik reizes uzlikt filtru" + +#: ../plug-ins/common/noise-rgb.c:144 +#: ../plug-ins/common/noise-rgb.c:145 +msgid "Distort colors by random amounts" +msgstr "Sagroza krāsas nejaušā apjomā" + +#: ../plug-ins/common/noise-rgb.c:154 +#: ../plug-ins/common/noise-rgb.c:155 +msgid "_RGB Noise..." +msgstr "_RGB troksnis..." + +#: ../plug-ins/common/noise-rgb.c:282 +#: ../plug-ins/common/noise-rgb.c:283 +msgid "Adding noise" +msgstr "Pievieno troksni" + +#: ../plug-ins/common/noise-rgb.c:448 +#: ../plug-ins/common/noise-rgb.c:450 +msgid "RGB Noise" +msgstr "RGB troksnis" + +#: ../plug-ins/common/noise-rgb.c:481 +#: ../plug-ins/common/noise-rgb.c:484 +msgid "Co_rrelated noise" +msgstr "Savsta_rpēji saistīts troksnis" + +#: ../plug-ins/common/noise-rgb.c:496 +#: ../plug-ins/common/noise-rgb.c:499 +msgid "_Independent RGB" +msgstr "_Neatkarīgs RGB" + +#: ../plug-ins/common/noise-rgb.c:520 ../plug-ins/common/noise-rgb.c:524 +#: ../plug-ins/common/noise-rgb.c:523 +#: ../plug-ins/common/noise-rgb.c:527 +msgid "_Gray:" +msgstr "_Pelēks:" + +#: ../plug-ins/common/noise-rgb.c:550 +#: ../plug-ins/common/noise-rgb.c:553 +#, c-format +msgid "Channel #%d:" +msgstr "Kanāls #%d:" + +#: ../plug-ins/common/noise-solid.c:176 +msgid "Create a random cloud-like texture" +msgstr "Izveidot nejaušu, mākoņainu tekstūru" + +#: ../plug-ins/common/noise-solid.c:182 +msgid "_Solid Noise..." +msgstr "Vienlaidu trok_snis..." + +#. Dialog initialization +#: ../plug-ins/common/noise-solid.c:315 ../plug-ins/common/noise-solid.c:563 +msgid "Solid Noise" +msgstr "Vienlaidu troksnis" + +#: ../plug-ins/common/noise-solid.c:615 +#: ../plug-ins/common/noise-solid.c:616 +msgid "_Detail:" +msgstr "_Detaļas:" + +#. Turbulent +#: ../plug-ins/common/noise-solid.c:625 +#: ../plug-ins/common/noise-solid.c:626 +msgid "T_urbulent" +msgstr "T_urbulents" + +#. Tilable +#: ../plug-ins/common/noise-solid.c:639 +#: ../plug-ins/common/noise-solid.c:640 +msgid "T_ilable" +msgstr "_Flīzējams" + +#: ../plug-ins/common/noise-solid.c:654 +#: ../plug-ins/common/noise-solid.c:655 +msgid "_X size:" +msgstr "_X izmērs:" + +#: ../plug-ins/common/noise-solid.c:667 +#: ../plug-ins/common/noise-solid.c:668 +msgid "_Y size:" +msgstr "_Y izmērs:" + +#: ../plug-ins/common/noise-spread.c:89 +#: ../plug-ins/common/noise-spread.c:87 +msgid "Move pixels around randomly" +msgstr "Pārvieto pikseļus nejauši" + +#: ../plug-ins/common/noise-spread.c:98 +#: ../plug-ins/common/noise-spread.c:96 +msgid "Sp_read..." +msgstr "Iz_kaisīt..." + +#: ../plug-ins/common/noise-spread.c:181 +#: ../plug-ins/common/noise-spread.c:179 +msgid "Spreading" +msgstr "Izkaisa" + +#: ../plug-ins/common/noise-spread.c:346 +#: ../plug-ins/common/noise-spread.c:344 +msgid "Spread" +msgstr "Izkaisīt" + +#: ../plug-ins/common/noise-spread.c:371 +#: ../plug-ins/common/noise-spread.c:370 +msgid "Spread Amount" +msgstr "Izkaisīšanas apjoms" + +#: ../plug-ins/common/nova.c:168 +#: ../plug-ins/common/nova.c:163 +msgid "Add a starburst to the image" +msgstr "Pievienot attēlam zvaigznes eksploziju" + +#: ../plug-ins/common/nova.c:177 +#: ../plug-ins/common/nova.c:172 +msgid "Super_nova..." +msgstr "Super_nova..." + +#: ../plug-ins/common/nova.c:261 +#: ../plug-ins/common/nova.c:256 +msgid "Rendering supernova" +msgstr "Renderē supernovu" + +#: ../plug-ins/common/nova.c:304 +#: ../plug-ins/common/nova.c:299 +msgid "Supernova" +msgstr "Supernova" + +#: ../plug-ins/common/nova.c:349 +#: ../plug-ins/common/film.c:1030 +#: ../plug-ins/common/film.c:1080 +#: ../plug-ins/common/nova.c:345 +msgid "Supernova Color Picker" +msgstr "Supernovas krāsu pipete" + +#: ../plug-ins/common/nova.c:378 +#: ../plug-ins/common/nova.c:374 +msgid "_Spokes:" +msgstr "_Stari:" + +#: ../plug-ins/common/nova.c:393 +#: ../plug-ins/common/nova.c:389 +msgid "R_andom hue:" +msgstr "Nej_aušs tonis:" + +#: ../plug-ins/common/nova.c:446 +#: ../plug-ins/common/nova.c:437 +msgid "Center of Nova" +msgstr "Novas centrs" + +#: ../plug-ins/common/oilify.c:119 ../plug-ins/common/oilify.c:134 +msgid "Smear colors to simulate an oil painting" +msgstr "Izsmērēt krāsu, lai imitētu eļļas gleznu" + +#: ../plug-ins/common/oilify.c:125 +msgid "Oili_fy..." +msgstr "Eļļas _glezna..." + +#: ../plug-ins/common/oilify.c:247 +msgid "Oil painting" +msgstr "Eļļas glezna" + +#: ../plug-ins/common/oilify.c:777 +#: ../plug-ins/common/oilify.c:778 +msgid "Oilify" +msgstr "Rada eļļas gleznas efektu" + +#: ../plug-ins/common/oilify.c:815 +#: ../plug-ins/common/oilify.c:817 +msgid "_Mask size:" +msgstr "_Maskas izmērs:" + +#. +#. * Mask-size map check button +#. +#: ../plug-ins/common/oilify.c:830 +#: ../plug-ins/common/oilify.c:832 +msgid "Use m_ask-size map:" +msgstr "Lietot m_askas izmēra karti:" + +#: ../plug-ins/common/oilify.c:867 ../plug-ins/common/sinus.c:922 +#: ../plug-ins/common/oilify.c:870 +#: ../plug-ins/common/sinus.c:923 +msgid "_Exponent:" +msgstr "_Eksponente:" + +#. +#. * Exponent map check button +#. +#: ../plug-ins/common/oilify.c:882 +#: ../plug-ins/common/oilify.c:885 +msgid "Use e_xponent map:" +msgstr "Lietot e_ksponentes karti:" + +#. +#. * Intensity algorithm check button +#. +#: ../plug-ins/common/oilify.c:918 +#: ../plug-ins/common/oilify.c:922 +msgid "_Use intensity algorithm" +msgstr "Lietot intensitātes algoritm_u" + +#: ../plug-ins/common/photocopy.c:153 +msgid "Simulate color distortion produced by a copy machine" +msgstr "Imitēt krāsu deformāciju, ko rada kopēšanas mašīna" + +#: ../plug-ins/common/photocopy.c:158 +msgid "_Photocopy..." +msgstr "_Fotokopija..." + +#: ../plug-ins/common/photocopy.c:839 +#: ../plug-ins/common/photocopy.c:840 +msgid "Photocopy" +msgstr "Fotokopija" + +#: ../plug-ins/common/photocopy.c:890 ../plug-ins/common/sharpen.c:511 +#: ../plug-ins/common/softglow.c:697 +#: ../plug-ins/common/photocopy.c:892 +#: ../plug-ins/common/sharpen.c:509 +#: ../plug-ins/common/softglow.c:699 +msgid "_Sharpness:" +msgstr "A_sums" + +#: ../plug-ins/common/photocopy.c:904 +#: ../plug-ins/common/photocopy.c:906 +msgid "Percent _black:" +msgstr "Procenti _melns:" + +#: ../plug-ins/common/photocopy.c:918 +#: ../plug-ins/common/photocopy.c:920 +msgid "Percent _white:" +msgstr "Procenti _balts:" + +#: ../plug-ins/common/pixelize.c:164 +msgid "Simplify image into an array of solid-colored squares" +msgstr "Vienkāršot attēlu par vienkrāsainu kvadrātu masīvu" + +#: ../plug-ins/common/pixelize.c:171 +msgid "_Pixelize..." +msgstr "_Pikselizēt..." + +#: ../plug-ins/common/pixelize.c:273 +msgid "Pixelizing" +msgstr "Pikselizē" + +#: ../plug-ins/common/pixelize.c:316 +msgid "Pixelize" +msgstr "Pikselizēt" + +#: ../plug-ins/common/pixelize.c:352 +#: ../plug-ins/common/pixelize.c:353 +msgid "Pixel _width:" +msgstr "_Pikseļa platums:" + +#: ../plug-ins/common/pixelize.c:357 +#: ../plug-ins/common/pixelize.c:358 +msgid "Pixel _height:" +msgstr "Pikseļa _augstums:" + +#: ../plug-ins/common/plasma.c:176 +msgid "Create a random plasma texture" +msgstr "Izveidot nejaušu plazmas tekstūru" + +#: ../plug-ins/common/plasma.c:181 +msgid "_Plasma..." +msgstr "_Plazma..." + +#: ../plug-ins/common/plasma.c:263 ../plug-ins/common/plasma.c:300 +msgid "Plasma" +msgstr "Plazma" + +#: ../plug-ins/common/plasma.c:337 +#: ../plug-ins/common/plasma.c:338 +msgid "Random _seed:" +msgstr "Nejaušības _sēkla:" + +#: ../plug-ins/common/plasma.c:348 +#: ../plug-ins/common/plasma.c:349 +msgid "T_urbulence:" +msgstr "T_urbulence:" + +#: ../plug-ins/common/plugin-browser.c:134 +msgid "Display information about plug-ins" +msgstr "Rāda informāciju par spraudņiem" + +#: ../plug-ins/common/plugin-browser.c:144 +msgid "_Plug-In Browser" +msgstr "Spraudņu _pārlūks" + +#: ../plug-ins/common/plugin-browser.c:372 +#: ../plug-ins/common/plugin-browser.c:377 +msgid "Searching by name" +msgstr "Meklē pēc nosaukuma" + +#: ../plug-ins/common/plugin-browser.c:386 +#: ../plug-ins/common/plugin-browser.c:391 +#, c-format +msgid "%d plug-in" +msgid_plural "%d plug-ins" +msgstr[0] "%d spraudnis" +msgstr[1] "%d spraudņi" +msgstr[2] "%d spraudņu" + +#: ../plug-ins/common/plugin-browser.c:395 +#: ../plug-ins/common/plugin-browser.c:400 +msgid "No matches for your query" +msgstr "Nav atrasti atbilstoši rezultāti" + +#: ../plug-ins/common/plugin-browser.c:398 +#: ../plug-ins/common/plugin-browser.c:403 +#, c-format +msgid "%d plug-in matches your query" +msgid_plural "%d plug-ins match your query" +msgstr[0] "%d spraudnis atbilst vaicājumam" +msgstr[1] "%d spraudņi atbilst vaicājumam" +msgstr[2] "%d spraudņu atbilst vaicājumam" + +#: ../plug-ins/common/plugin-browser.c:529 +#: ../plug-ins/common/plugin-browser.c:534 +msgid "No matches" +msgstr "Nekas neatbilst vaicājumam" + +#: ../plug-ins/common/plugin-browser.c:554 +#: ../plug-ins/common/plugin-browser.c:560 +msgid "Plug-In Browser" +msgstr "Spraudņu pārlūks" + +#: ../plug-ins/common/plugin-browser.c:597 +#: ../plug-ins/common/plugin-browser.c:603 +msgid "Name" +msgstr "Nosaukums" + +#: ../plug-ins/common/plugin-browser.c:605 +#: ../plug-ins/common/plugin-browser.c:668 +#: ../plug-ins/common/plugin-browser.c:611 +#: ../plug-ins/common/plugin-browser.c:674 +msgid "Menu Path" +msgstr "Izvēlnes ceļš" + +#: ../plug-ins/common/plugin-browser.c:613 +#: ../plug-ins/common/plugin-browser.c:677 +#: ../plug-ins/common/plugin-browser.c:619 +#: ../plug-ins/common/plugin-browser.c:683 +msgid "Image Types" +msgstr "Attēla veids" + +#: ../plug-ins/common/plugin-browser.c:623 +#: ../plug-ins/common/plugin-browser.c:686 +#: ../plug-ins/common/plugin-browser.c:629 +#: ../plug-ins/common/plugin-browser.c:692 +msgid "Installation Date" +msgstr "Instalēšanas datums" + +#: ../plug-ins/common/plugin-browser.c:647 +#: ../plug-ins/common/plugin-browser.c:653 +msgid "List View" +msgstr "Saraksta skats" + +#: ../plug-ins/common/plugin-browser.c:709 +#: ../plug-ins/common/plugin-browser.c:715 +msgid "Tree View" +msgstr "Koka skats" + +#: ../plug-ins/common/polar-coords.c:156 +msgid "Convert image to or from polar coordinates" +msgstr "Pārveidot attēlu no vai uz polārajām koordinātām" + +#: ../plug-ins/common/polar-coords.c:163 +msgid "P_olar Coordinates..." +msgstr "P_olārās koordinātas..." + +#: ../plug-ins/common/polar-coords.c:360 +#: ../plug-ins/common/polar-coords.c:361 +msgid "Polar coordinates" +msgstr "Polārās koordinātas" + +#: ../plug-ins/common/polar-coords.c:592 +#: ../plug-ins/common/polar-coords.c:593 +msgid "Polar Coordinates" +msgstr "Polārās koordinātas" + +#: ../plug-ins/common/polar-coords.c:631 +#: ../plug-ins/common/polar-coords.c:633 +msgid "Circle _depth in percent:" +msgstr "Riņķa _dziļums procentos:" + +#: ../plug-ins/common/polar-coords.c:643 +#: ../plug-ins/common/polar-coords.c:645 +msgid "Offset _angle:" +msgstr "Nobīdes _leņķis:" + +#: ../plug-ins/common/polar-coords.c:658 +#: ../plug-ins/common/polar-coords.c:660 +msgid "_Map backwards" +msgstr "_Kartēt atmuguriski" + +#: ../plug-ins/common/polar-coords.c:664 +#: ../plug-ins/common/polar-coords.c:666 +msgid "" +"If checked the mapping will begin at the right side, as opposed to beginning " +"at the left." +msgstr "Ja atzīmēts, kartēšana sāksies no labās puses, nevis no kreisās." + +#: ../plug-ins/common/polar-coords.c:675 +#: ../plug-ins/common/polar-coords.c:677 +msgid "Map from _top" +msgstr "Kar_tēt no augšas" + +#: ../plug-ins/common/polar-coords.c:681 +#: ../plug-ins/common/polar-coords.c:683 +msgid "" +"If unchecked the mapping will put the bottom row in the middle and the top " +"row on the outside. If checked it will be the opposite." +msgstr "" +"Ja nav atzīmēts, kartējot apakšējā rinda tiks novietota vidū un augšējā " +"rinda — ārpusē. Ja atzīmēts, notiks otrādi." + +#: ../plug-ins/common/polar-coords.c:693 +#: ../plug-ins/common/polar-coords.c:695 +msgid "To _polar" +msgstr "Uz _polāro" + +#: ../plug-ins/common/polar-coords.c:699 +#: ../plug-ins/common/polar-coords.c:701 +msgid "" +"If unchecked the image will be circularly mapped onto a rectangle. If " +"checked the image will be mapped onto a circle." +msgstr "" +"Ja nav atzīmēts, attēls tiks riņķveidīgi uzlikts uz taisnstūra. Ja atzīmēts, " +"attēls tiks uzlikts uz riņķa." + +#: ../plug-ins/common/procedure-browser.c:83 +msgid "List available procedures in the PDB" +msgstr "Saraksts ar PDB pieejamajās procedūrām" + +#: ../plug-ins/common/procedure-browser.c:88 +msgid "Procedure _Browser" +msgstr "Procedūru _pārlūks" + +#: ../plug-ins/common/procedure-browser.c:126 +msgid "Procedure Browser" +msgstr "Procedūru pārlūks" + +#: ../plug-ins/common/qbist.c:402 +#: ../plug-ins/common/qbist.c:408 +msgid "Generate a huge variety of abstract patterns" +msgstr "Izveidot daudz un dažādus abstraktus rakstus" + +#: ../plug-ins/common/qbist.c:410 +#: ../plug-ins/common/qbist.c:416 +msgid "_Qbist..." +msgstr "_Qbist..." + +#: ../plug-ins/common/qbist.c:511 +#: ../plug-ins/common/qbist.c:517 +msgid "Qbist" +msgstr "Qbist" + +#: ../plug-ins/common/qbist.c:707 +#: ../plug-ins/common/qbist.c:714 +msgid "Load QBE File" +msgstr "Ielādēt QBE failu" + +#: ../plug-ins/common/qbist.c:749 +#: ../plug-ins/common/qbist.c:756 +msgid "Save as QBE File" +msgstr "Saglabāt kā QBE failu" + +#: ../plug-ins/common/qbist.c:803 +#: ../plug-ins/common/qbist.c:810 +msgid "G-Qbist" +msgstr "G-Qbist" + +#: ../plug-ins/common/red-eye-removal.c:105 +msgid "Remove the red eye effect caused by camera flashes" +msgstr "Noņemt sarkano acu efektu, ko rada fotoaparāta zibspuldzes" + +#: ../plug-ins/common/red-eye-removal.c:116 +msgid "_Red Eye Removal..." +msgstr "Sa_rkano acu noņemšana..." + +#: ../plug-ins/common/red-eye-removal.c:142 +msgid "Red Eye Removal" +msgstr "Sarkano acu noņemšana" + +#: ../plug-ins/common/red-eye-removal.c:170 +#: ../plug-ins/common/unsharp-mask.c:706 ../plug-ins/common/wind.c:1008 +#: ../plug-ins/imagemap/imap_preferences.c:441 +#: ../plug-ins/map-object/map-object-ui.c:585 +#: ../plug-ins/common/red-eye-removal.c:171 +#: ../plug-ins/common/unsharp-mask.c:893 +#: ../plug-ins/common/wind.c:1011 +#: ../plug-ins/imagemap/imap_preferences.c:455 +#: ../plug-ins/map-object/map-object-ui.c:539 +msgid "_Threshold:" +msgstr "S_lieksnis:" + +#: ../plug-ins/common/red-eye-removal.c:176 +#: ../plug-ins/common/red-eye-removal.c:177 +msgid "Threshold for the red eye color to remove." +msgstr "Slieksnis sarkano acu krāsai, ko izņemt." + +#: ../plug-ins/common/red-eye-removal.c:181 +#: ../plug-ins/common/red-eye-removal.c:182 +msgid "Manually selecting the eyes may improve the results." +msgstr "Acu pašrocīga iezīmēšana var uzlabot rezultātu." + +#: ../plug-ins/common/red-eye-removal.c:301 +#: ../plug-ins/common/red-eye-removal.c:302 +msgid "Removing red eye" +msgstr "Noņemt sarkanās acis" + +#: ../plug-ins/common/ripple.c:129 +#: ../plug-ins/common/ripple.c:126 +msgid "Displace pixels in a ripple pattern" +msgstr "Pārvietot pikseļus vilnīšu rakstā" + +#: ../plug-ins/common/ripple.c:136 +#: ../plug-ins/common/ripple.c:133 +msgid "_Ripple..." +msgstr "_Vilnīši..." + +#: ../plug-ins/common/ripple.c:226 +#: ../plug-ins/common/ripple.c:223 +msgid "Rippling" +msgstr "Viļņo" + +#: ../plug-ins/common/ripple.c:468 +#: ../plug-ins/common/ripple.c:485 +msgid "Ripple" +msgstr "Vilnīši" + +#: ../plug-ins/common/ripple.c:526 +msgid "_Retain tilability" +msgstr "Patu_rēt flīzējamību" + +#. Edges toggle box +#: ../plug-ins/common/ripple.c:560 +#: ../plug-ins/common/ripple.c:581 +msgid "Edges" +msgstr "Malas" + +#: ../plug-ins/common/ripple.c:566 +#: ../plug-ins/common/ripple.c:587 +msgid "_Blank" +msgstr "_Tukšas" + +#. Wave toggle box +#: ../plug-ins/common/ripple.c:588 +#: ../plug-ins/common/ripple.c:610 +msgid "Wave Type" +msgstr "Vilnīša tips" + +#: ../plug-ins/common/ripple.c:592 +#: ../plug-ins/common/ripple.c:614 +msgid "Saw_tooth" +msgstr "_Zāģveida" + +#: ../plug-ins/common/ripple.c:593 +#: ../plug-ins/common/ripple.c:615 +msgid "S_ine" +msgstr "S_inuss" + +#: ../plug-ins/common/ripple.c:616 +#: ../plug-ins/common/ripple.c:638 +msgid "_Period:" +msgstr "_Periods:" + +#: ../plug-ins/common/ripple.c:629 +#: ../plug-ins/common/ripple.c:651 +msgid "A_mplitude:" +msgstr "A_mplitūda:" + +#: ../plug-ins/common/ripple.c:642 +#: ../plug-ins/common/ripple.c:664 +msgid "Phase _shift:" +msgstr "Fāžu _nobīde:" + +#: ../plug-ins/common/rotate.c:413 +#: ../plug-ins/common/rotate.c:412 +msgid "You can not rotate the whole image if there's a selection." +msgstr "Nevar pagriezt visu attēlu, ja kaut kas ir iezīmēts." + +#: ../plug-ins/common/rotate.c:420 +#: ../plug-ins/common/rotate.c:419 +msgid "You can not rotate the whole image if there's a floating selection." +msgstr "Nevar pagriezt visu attēlu, ja kaut kur ir peldošais iezīmējums." + +#: ../plug-ins/common/rotate.c:431 +#: ../plug-ins/common/rotate.c:430 +msgid "Sorry, channels and masks can not be rotated." +msgstr "Diemžēl kanālus un maskas nevar pagriezt." + +#: ../plug-ins/common/rotate.c:437 +#: ../plug-ins/common/rotate.c:436 +msgid "Rotating" +msgstr "Pagriež" + +#: ../plug-ins/common/sample-colorize.c:298 +msgid "Colorize image using a sample image as a guide" +msgstr "Tonēt attēlu, izmantojot parauga attēlu kā atskaites punktu" + +#: ../plug-ins/common/sample-colorize.c:303 +msgid "_Sample Colorize..." +msgstr "_Parauga tonēšana..." + +#: ../plug-ins/common/sample-colorize.c:1327 +#: ../plug-ins/common/sample-colorize.c:1325 +msgid "Sample Colorize" +msgstr "Parauga tonēšana" + +#: ../plug-ins/common/sample-colorize.c:1332 +#: ../plug-ins/common/sample-colorize.c:1330 +msgid "Get _Sample Colors" +msgstr "Iegūt parauga krā_sas" + +#. layer combo_box (Dst) +#: ../plug-ins/common/sample-colorize.c:1361 +#: ../plug-ins/common/sample-colorize.c:1359 +msgid "Destination:" +msgstr "Mērķis:" + +#. layer combo_box (Sample) +#: ../plug-ins/common/sample-colorize.c:1377 +#: ../plug-ins/common/sample-colorize.c:1375 +msgid "Sample:" +msgstr "Paraugs:" + +#: ../plug-ins/common/sample-colorize.c:1387 +#: ../plug-ins/common/sample-colorize.c:1385 +msgid "From reverse gradient" +msgstr "No apgrieztās krāsu pārejas" + +#: ../plug-ins/common/sample-colorize.c:1392 +#: ../plug-ins/common/sample-colorize.c:1390 +msgid "From gradient" +msgstr "No krāsu pārejas" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 +#: ../plug-ins/common/sample-colorize.c:1411 +#: ../plug-ins/common/sample-colorize.c:1438 +msgid "Show selection" +msgstr "Rādīt iezīmējumu" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 +#: ../plug-ins/common/sample-colorize.c:1422 +#: ../plug-ins/common/sample-colorize.c:1449 +msgid "Show color" +msgstr "Rādīt krāsu" + +#: ../plug-ins/common/sample-colorize.c:1564 +#: ../plug-ins/common/sample-colorize.c:1562 +msgid "Input levels:" +msgstr "Ievades līmeņi:" + +#: ../plug-ins/common/sample-colorize.c:1614 +#: ../plug-ins/common/sample-colorize.c:1612 +msgid "Output levels:" +msgstr "Izvades līmeņi:" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1654 +#: ../plug-ins/common/sample-colorize.c:1652 +msgid "Hold intensity" +msgstr "Paturēt intensitāti" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1665 +#: ../plug-ins/common/sample-colorize.c:1663 +msgid "Original intensity" +msgstr "Sākotnējā intensitāte" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1683 +#: ../plug-ins/common/sample-colorize.c:1681 +msgid "Use subcolors" +msgstr "Izmantot apakškrāsas" + +#. check button +#: ../plug-ins/common/sample-colorize.c:1694 +#: ../plug-ins/common/sample-colorize.c:1692 +msgid "Smooth samples" +msgstr "Gludināt paraugus" + +#: ../plug-ins/common/sample-colorize.c:2666 +#: ../plug-ins/common/sample-colorize.c:2664 +msgid "Sample analyze" +msgstr "Parauga analīze" + +#: ../plug-ins/common/sample-colorize.c:3044 +msgid "Remap colorized" +msgstr "Pārkartēt tonējumu" + +#: ../plug-ins/common/screenshot.c:240 +msgid "Create an image from an area of the screen" +msgstr "Izveidot attēlu no ekrāna apgabala" + +#: ../plug-ins/common/screenshot.c:253 +msgid "_Screenshot..." +msgstr "Ekrānuzņēmum_s..." + +#: ../plug-ins/common/screenshot.c:417 +#: ../plug-ins/common/screenshot.c:418 +msgid "Error selecting the window" +msgstr "Kļūda, izvēloties logu" + +#: ../plug-ins/common/screenshot.c:778 +#: ../plug-ins/common/screenshot.c:787 +msgid "Importing screenshot" +msgstr "Importē ekrānuzņēmumu" + +#: ../plug-ins/common/screenshot.c:804 ../plug-ins/common/screenshot.c:1060 +#: ../plug-ins/common/screenshot.c:813 +#: ../plug-ins/common/screenshot.c:1086 +msgid "Screenshot" +msgstr "Ekrānuzņēmums" + +#: ../plug-ins/common/screenshot.c:845 +#: ../plug-ins/common/screenshot.c:854 +msgid "Mouse Pointer" +msgstr "Peles rādītājs" + +#: ../plug-ins/common/screenshot.c:949 +#: ../plug-ins/common/screenshot.c:973 +msgid "Specified window not found" +msgstr "Norādītais logs nav atrasts" + +#: ../plug-ins/common/screenshot.c:975 +msgid "There was an error taking the screenshot." +msgstr "Gadījās kļūda, veidojot ekrānuzņēmumu." + +#: ../plug-ins/common/screenshot.c:1069 +#: ../plug-ins/common/screenshot.c:1095 +msgid "S_nap" +msgstr "_Uzņemt" + +#: ../plug-ins/common/screenshot.c:1099 +#: ../plug-ins/common/screenshot.c:1125 +msgid "After the delay, the screenshot is taken." +msgstr "Pēc aiztures, tiek uzņemts ekrānuzņēmums" + +#: ../plug-ins/common/screenshot.c:1101 +#: ../plug-ins/common/screenshot.c:1127 +msgid "" +"After the delay, drag your mouse to select the region for the screenshot." +msgstr "Pēc aiztures, velciet peli, lai izvēlētos apgabalu ekrānuzņēmumam." + +#: ../plug-ins/common/screenshot.c:1104 +#: ../plug-ins/common/screenshot.c:1130 +msgid "At the end of the delay, click in a window to snap it." +msgstr "Pēc aiztures, klikšķiniet uz logu, lai to uzņemtu." + +#. Area +#: ../plug-ins/common/screenshot.c:1110 +#: ../plug-ins/common/screenshot.c:1136 +msgid "Area" +msgstr "Laukums:" + +#: ../plug-ins/common/screenshot.c:1121 +#: ../plug-ins/common/screenshot.c:1147 +msgid "Take a screenshot of a single _window" +msgstr "Uzņemt _viena loga ekrānuzņēmumu" + +#: ../plug-ins/common/screenshot.c:1140 +#: ../plug-ins/common/screenshot.c:1166 +msgid "Include window _decoration" +msgstr "Iekļaut loga ap_dari" + +#: ../plug-ins/common/screenshot.c:1158 +#: ../plug-ins/common/screenshot.c:1186 +msgid "Take a screenshot of the entire _screen" +msgstr "Uzņemt vi_sa ekrāna ekrānuzņēmumu" + +#: ../plug-ins/common/screenshot.c:1177 +#: ../plug-ins/common/screenshot.c:1205 +msgid "Include _mouse pointer" +msgstr "Iekļaut peles _rādītāju" + +#: ../plug-ins/common/screenshot.c:1197 +#: ../plug-ins/common/screenshot.c:1226 +msgid "Select a _region to grab" +msgstr "Izvēlieties _apgabalu, ko uzņemt" + +#. Delay +#: ../plug-ins/common/screenshot.c:1212 +#: ../plug-ins/common/screenshot.c:1241 +msgid "Delay" +msgstr "Aizture" + +#. this is the unit label of a spinbutton +#: ../plug-ins/common/screenshot.c:1234 +#: ../plug-ins/common/screenshot.c:1263 +msgid "seconds" +msgstr "sekundes" + +#: ../plug-ins/common/semi-flatten.c:68 +#: ../plug-ins/common/semi-flatten.c:67 +msgid "Replace partial transparency with the current background color" +msgstr "Aizvietot daļēju caurspīdīgumu ar fona krāsu" + +#: ../plug-ins/common/semi-flatten.c:75 +#: ../plug-ins/common/semi-flatten.c:74 +msgid "_Semi-Flatten" +msgstr "Pu_s-saplacināt" + +#: ../plug-ins/common/semi-flatten.c:118 +#: ../plug-ins/common/semi-flatten.c:117 +msgid "Semi-Flattening" +msgstr "Daļēji saplacina" + +#: ../plug-ins/common/sharpen.c:113 +#: ../plug-ins/common/sharpen.c:111 +msgid "Make image sharper (less powerful than Unsharp Mask)" +msgstr "Padarīt attēlu asāku (mazāk jaudīgs kā 'izplūduma maska')" + +#: ../plug-ins/common/sharpen.c:120 +#: ../plug-ins/common/sharpen.c:118 +msgid "_Sharpen..." +msgstr "A_sināt..." + +#. +#. * Let the user know what we're doing... +#. +#: ../plug-ins/common/sharpen.c:307 +#: ../plug-ins/common/sharpen.c:303 +msgid "Sharpening" +msgstr "Asina" + +#: ../plug-ins/common/sharpen.c:476 +#: ../plug-ins/common/sharpen.c:473 +msgid "Sharpen" +msgstr "Asina" + +#: ../plug-ins/common/shift.c:101 +msgid "Shift each row of pixels by a random amount" +msgstr "Nobīdīt karu pikseļu rinda par nejaušu vērtību" + +#: ../plug-ins/common/shift.c:108 +msgid "_Shift..." +msgstr "No_bīdīt..." + +#: ../plug-ins/common/shift.c:189 +msgid "Shifting" +msgstr "Nobīda" + +#: ../plug-ins/common/shift.c:355 +#: ../plug-ins/common/shift.c:356 +msgid "Shift" +msgstr "Nobīdīt" + +#: ../plug-ins/common/shift.c:388 +#: ../plug-ins/common/shift.c:390 +msgid "Shift _horizontally" +msgstr "Nobīdīt _horizontāli" + +#: ../plug-ins/common/shift.c:391 +#: ../plug-ins/common/shift.c:393 +msgid "Shift _vertically" +msgstr "Nobīdīt _vertikāli" + +#: ../plug-ins/common/shift.c:422 +#: ../plug-ins/common/shift.c:424 +msgid "Shift _amount:" +msgstr "Nobīdīt p_ar:" + +#: ../plug-ins/common/sinus.c:186 +msgid "Generate complex sinusoidal textures" +msgstr "Izveidot sarežģītus sinusoidālus rakstus" + +#: ../plug-ins/common/sinus.c:191 +msgid "_Sinus..." +msgstr "_Sinuss..." + +#: ../plug-ins/common/sinus.c:284 +msgid "Sinus: rendering" +msgstr "Sinuss: renderē" + +#. Create Main window with a vbox +#. ============================== +#: ../plug-ins/common/sinus.c:648 +#: ../plug-ins/common/sinus.c:649 +msgid "Sinus" +msgstr "Sinuss" + +#: ../plug-ins/common/sinus.c:690 +#: ../plug-ins/common/sinus.c:691 +msgid "Drawing Settings" +msgstr "Zīmēšanas iestatījumi" + +#: ../plug-ins/common/sinus.c:700 +#: ../plug-ins/common/sinus.c:701 +msgid "_X scale:" +msgstr "_X mērogs:" + +#: ../plug-ins/common/sinus.c:709 +#: ../plug-ins/common/sinus.c:710 +msgid "_Y scale:" +msgstr "_Y mērogs:" + +#: ../plug-ins/common/sinus.c:718 +#: ../plug-ins/common/sinus.c:719 +msgid "Co_mplexity:" +msgstr "Sa_režģītība:" + +#: ../plug-ins/common/sinus.c:728 +#: ../plug-ins/common/sinus.c:729 +msgid "Calculation Settings" +msgstr "Aprēķinu iestatījumi" + +#: ../plug-ins/common/sinus.c:741 +#: ../plug-ins/common/sinus.c:742 +msgid "R_andom seed:" +msgstr "Nej_aušības sēkla:" + +#: ../plug-ins/common/sinus.c:750 +#: ../plug-ins/common/sinus.c:751 +msgid "_Force tiling?" +msgstr "_Uzspiest flīzēšanu?" + +#: ../plug-ins/common/sinus.c:763 +msgid "_Ideal" +msgstr "_Ideāls" + +#: ../plug-ins/common/sinus.c:764 +#: ../plug-ins/common/sinus.c:765 +msgid "_Distorted" +msgstr "Sa_grozīts" + +#: ../plug-ins/common/sinus.c:782 ../plug-ins/common/sinus.c:798 +#: ../plug-ins/imagemap/imap_preferences.c:422 +#: ../plug-ins/common/sinus.c:783 +#: ../plug-ins/common/sinus.c:799 +#: ../plug-ins/imagemap/imap_preferences.c:432 +msgid "Colors" +msgstr "Krāsas" + +#. if in grey scale, the colors are necessarily black and white +#: ../plug-ins/common/sinus.c:791 +#: ../plug-ins/common/sinus.c:792 +msgid "The colors are white and black." +msgstr "Krāsas ir melnā un baltā." + +#: ../plug-ins/common/sinus.c:802 +#: ../plug-ins/common/sinus.c:803 +msgid "Bl_ack & white" +msgstr "Melnb_alts" + +#: ../plug-ins/common/sinus.c:804 +#: ../plug-ins/common/sinus.c:805 +msgid "_Foreground & background" +msgstr "Priekšplāns un _fons" + +#: ../plug-ins/common/sinus.c:806 +#: ../plug-ins/common/sinus.c:807 +msgid "C_hoose here:" +msgstr "Iz_vēlieties šeit:" + +#: ../plug-ins/common/sinus.c:819 +#: ../plug-ins/common/sinus.c:820 +msgid "First color" +msgstr "Pirmā krāsa" + +#: ../plug-ins/common/sinus.c:829 +#: ../plug-ins/common/sinus.c:830 +msgid "Second color" +msgstr "Otrā krāsa" + +#: ../plug-ins/common/sinus.c:842 +#: ../plug-ins/common/sinus.c:843 +msgid "Alpha Channels" +msgstr "Alfa kanāli" + +#: ../plug-ins/common/sinus.c:855 +#: ../plug-ins/common/sinus.c:856 +msgid "F_irst color:" +msgstr "P_irmā krāsa:" + +#: ../plug-ins/common/sinus.c:870 +#: ../plug-ins/common/sinus.c:871 +msgid "S_econd color:" +msgstr "_Otrā krāsa:" + +#: ../plug-ins/common/sinus.c:886 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:904 +#: ../plug-ins/common/sinus.c:887 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:903 +msgid "Co_lors" +msgstr "_Krāsas" + +#: ../plug-ins/common/sinus.c:895 +#: ../plug-ins/common/sinus.c:896 +msgid "Blend Settings" +msgstr "Pārejas iestatījumi" + +#: ../plug-ins/common/sinus.c:908 +msgid "L_inear" +msgstr "L_ineārs" + +#: ../plug-ins/common/sinus.c:909 +msgid "Bili_near" +msgstr "Bili_neārs" + +#: ../plug-ins/common/sinus.c:910 +#: ../plug-ins/common/sinus.c:911 +msgid "Sin_usoidal" +msgstr "Sin_usoidāls" + +#: ../plug-ins/common/sinus.c:932 +#: ../plug-ins/common/sinus.c:933 +msgid "_Blend" +msgstr "Sap_ludināt" + +#: ../plug-ins/common/sinus.c:1049 +#: ../plug-ins/common/sinus.c:1050 +msgid "Do _preview" +msgstr "_Priekšskatīt" + +#: ../plug-ins/common/smooth-palette.c:83 +msgid "Derive a smooth color palette from the image" +msgstr "Izveidot no attēla gludu krāsu pāreju" + +#: ../plug-ins/common/smooth-palette.c:88 +msgid "Smoo_th Palette..." +msgstr "Gluda pale_te..." + +#: ../plug-ins/common/smooth-palette.c:179 +msgid "Deriving smooth palette" +msgstr "Izveido gludu paleti" + +#: ../plug-ins/common/smooth-palette.c:412 +#: ../plug-ins/common/smooth-palette.c:413 +msgid "Smooth Palette" +msgstr "Gluda palete" + +#: ../plug-ins/common/smooth-palette.c:452 +#: ../plug-ins/common/smooth-palette.c:454 +msgid "_Search depth:" +msgstr "Meklēšana_s dziļums:" + +#: ../plug-ins/common/softglow.c:134 +msgid "Simulate glow by making highlights intense and fuzzy" +msgstr "Imitēt spīdumu, gaišākās vietas padarot gaišākas un paplūdušas" + +#: ../plug-ins/common/softglow.c:139 +msgid "_Softglow..." +msgstr "Maigs _spīdums..." + +#: ../plug-ins/common/softglow.c:632 +#: ../plug-ins/common/softglow.c:633 +msgid "Softglow" +msgstr "Maigs spīdums" + +#: ../plug-ins/common/softglow.c:669 +#: ../plug-ins/common/softglow.c:671 +msgid "_Glow radius:" +msgstr "_Spīduma rādiuss:" + +#: ../plug-ins/common/sparkle.c:178 +msgid "Turn bright spots into starry sparkles" +msgstr "Pārvērst gaišās vietas par zvaigžņotu mirdzumu" + +#: ../plug-ins/common/sparkle.c:186 +msgid "_Sparkle..." +msgstr "Mirdzum_s..." + +#: ../plug-ins/common/sparkle.c:223 +msgid "Region selected for filter is empty" +msgstr "Filtram iezīmētais apgabals ir tukšs" + +#: ../plug-ins/common/sparkle.c:299 +msgid "Sparkling" +msgstr "Mirdz" + +#: ../plug-ins/common/sparkle.c:337 +msgid "Sparkle" +msgstr "Mirdzums" + +#: ../plug-ins/common/sparkle.c:373 +#: ../plug-ins/common/sparkle.c:374 +msgid "Luminosity _threshold:" +msgstr "Spī_duma slieksnis:" + +#: ../plug-ins/common/sparkle.c:376 +#: ../plug-ins/common/sparkle.c:377 +msgid "Adjust the luminosity threshold" +msgstr "Pielāgot spīduma slieksni" + +#: ../plug-ins/common/sparkle.c:386 +#: ../plug-ins/common/sparkle.c:387 +msgid "F_lare intensity:" +msgstr "_Parazītiskā apgaismojuma intensitāte:" + +#: ../plug-ins/common/sparkle.c:389 +#: ../plug-ins/common/sparkle.c:390 +msgid "Adjust the flare intensity" +msgstr "Pielāgot parazītiskā apgaismojuma intensitāti" + +#: ../plug-ins/common/sparkle.c:399 +#: ../plug-ins/common/sparkle.c:400 +msgid "_Spike length:" +msgstr "_Staru garums:" + +#: ../plug-ins/common/sparkle.c:402 +#: ../plug-ins/common/sparkle.c:403 +msgid "Adjust the spike length" +msgstr "Pielāgot staru garumu" + +#: ../plug-ins/common/sparkle.c:412 +#: ../plug-ins/common/sparkle.c:413 +msgid "Sp_ike points:" +msgstr "Staru punkt_i:" + +#: ../plug-ins/common/sparkle.c:415 +#: ../plug-ins/common/sparkle.c:416 +msgid "Adjust the number of spikes" +msgstr "Pielāgot staru skaitu" + +#: ../plug-ins/common/sparkle.c:425 +#: ../plug-ins/common/sparkle.c:426 +msgid "Spi_ke angle (-1: random):" +msgstr "S_taru leņķis (-1: nejaušs):" + +#: ../plug-ins/common/sparkle.c:428 +#: ../plug-ins/common/sparkle.c:429 +msgid "Adjust the spike angle (-1 causes a random angle to be chosen)" +msgstr "Pielāgot staru leņķi (-1 nozīmē patvaļīgu leņķi)" + +#: ../plug-ins/common/sparkle.c:439 +#: ../plug-ins/common/sparkle.c:440 +msgid "Spik_e density:" +msgstr "Star_u blīvums:" + +#: ../plug-ins/common/sparkle.c:442 +#: ../plug-ins/common/sparkle.c:443 +msgid "Adjust the spike density" +msgstr "Pielāgot staru blīvumu" + +#: ../plug-ins/common/sparkle.c:452 +#: ../plug-ins/common/sparkle.c:453 +msgid "Tr_ansparency:" +msgstr "C_aurspīdīgums:" + +#: ../plug-ins/common/sparkle.c:455 +#: ../plug-ins/common/sparkle.c:456 +msgid "Adjust the opacity of the spikes" +msgstr "Pielāgot staru necaurspīdīgumu" + +#: ../plug-ins/common/sparkle.c:465 +#: ../plug-ins/common/sparkle.c:466 +msgid "_Random hue:" +msgstr "Nej_aušs tonis:" + +#: ../plug-ins/common/sparkle.c:468 +#: ../plug-ins/common/sparkle.c:469 +msgid "Adjust how much the hue should be changed randomly" +msgstr "Pielāgot, cik nejauši būtu jāmaina tonis" + +#: ../plug-ins/common/sparkle.c:478 +#: ../plug-ins/common/sparkle.c:479 +msgid "Rando_m saturation:" +msgstr "Nejaušs piesātināju_ms:" + +#: ../plug-ins/common/sparkle.c:481 +#: ../plug-ins/common/sparkle.c:482 +msgid "Adjust how much the saturation should be changed randomly" +msgstr "Pielāgot, cik nejauši būtu jāmaina piesātinājums" + +#: ../plug-ins/common/sparkle.c:498 +#: ../plug-ins/common/sparkle.c:499 +msgid "_Preserve luminosity" +msgstr "_Saglabāt spīdumu" + +#: ../plug-ins/common/sparkle.c:505 +#: ../plug-ins/common/sparkle.c:506 +msgid "Should the luminosity be preserved?" +msgstr "Vai būtu jāsaglabā spīdums?" + +#: ../plug-ins/common/sparkle.c:514 +#: ../plug-ins/common/sparkle.c:515 +msgid "In_verse" +msgstr "In_vertēt" + +#: ../plug-ins/common/sparkle.c:520 +#: ../plug-ins/common/sparkle.c:521 +msgid "Should the effect be inversed?" +msgstr "Vai efekts būtu jāinvertē?" + +#: ../plug-ins/common/sparkle.c:529 +#: ../plug-ins/common/sparkle.c:530 +msgid "A_dd border" +msgstr "Pievienot _malu" + +#: ../plug-ins/common/sparkle.c:535 +#: ../plug-ins/common/sparkle.c:536 +msgid "Draw a border of spikes around the image" +msgstr "Ap attēlu zīmēt malu ar stariem" + +#: ../plug-ins/common/sparkle.c:549 +msgid "_Natural color" +msgstr "_Dabīgas krāsas" + +#: ../plug-ins/common/sparkle.c:550 +msgid "_Foreground color" +msgstr "_Priekšplāna krāsa" + +#: ../plug-ins/common/sparkle.c:551 +#: ../plug-ins/common/sparkle.c:552 +msgid "_Background color" +msgstr "_Fona krāsa" + +#: ../plug-ins/common/sparkle.c:558 +msgid "Use the color of the image" +msgstr "Lietot attēla krāsu" + +#: ../plug-ins/common/sparkle.c:559 +msgid "Use the foreground color" +msgstr "Lietot priekšplāna krāsu" + +#: ../plug-ins/common/sparkle.c:560 +#: ../plug-ins/common/sparkle.c:561 +msgid "Use the background color" +msgstr "Lietot fona krāsu" + +#: ../plug-ins/common/sphere-designer.c:291 +#: ../plug-ins/gimpressionist/general.c:166 +#: ../plug-ins/common/sphere-designer.c:293 +#: ../plug-ins/gimpressionist/general.c:165 +msgid "Solid" +msgstr "Vienlaidus" + +#: ../plug-ins/common/sphere-designer.c:292 +msgid "Checker" +msgstr "Dambrete" + +#: ../plug-ins/common/sphere-designer.c:293 +#: ../plug-ins/gimpressionist/general.c:165 +msgid "Marble" +msgstr "Pērle" + +#: ../plug-ins/common/sphere-designer.c:294 +msgid "Lizard" +msgstr "Ķirzakas āda" + +#: ../plug-ins/common/sphere-designer.c:295 +msgid "Phong" +msgstr "Fonga" + +#: ../plug-ins/common/sphere-designer.c:296 ../plug-ins/flame/flame.c:774 +msgid "Noise" +msgstr "Troksnis" + +#: ../plug-ins/common/sphere-designer.c:297 +msgid "Wood" +msgstr "Koks" + +#: ../plug-ins/common/sphere-designer.c:298 ../plug-ins/flame/flame.c:758 +#: ../plug-ins/flame/flame.c:773 +#: ../plug-ins/common/sphere-designer.c:300 +#: ../plug-ins/flame/flame.c:757 +msgid "Spiral" +msgstr "Spirāle" + +#: ../plug-ins/common/sphere-designer.c:299 +#: ../plug-ins/common/sphere-designer.c:301 +msgid "Spots" +msgstr "Plankumi" + +#: ../plug-ins/common/sphere-designer.c:1742 +#: ../plug-ins/common/sphere-designer.c:2693 +#: ../plug-ins/common/sphere-designer.c:1744 +#: ../plug-ins/common/sphere-designer.c:2698 +msgid "Texture" +msgstr "Tekstūra" + +#: ../plug-ins/common/sphere-designer.c:1744 +#: ../plug-ins/common/sphere-designer.c:2698 +msgid "Bumpmap" +msgstr "Reljefa karte" + +#: ../plug-ins/common/sphere-designer.c:1746 +#: ../plug-ins/common/sphere-designer.c:2695 +#: ../plug-ins/common/sphere-designer.c:1748 +#: ../plug-ins/common/sphere-designer.c:2700 +msgid "Light" +msgstr "Gaisma" + +#: ../plug-ins/common/sphere-designer.c:2010 +#: ../plug-ins/common/sphere-designer.c:2012 +#, c-format +msgid "File '%s' is not a valid save file." +msgstr "'%s' nav derīgs saglabātais fails." + +#: ../plug-ins/common/sphere-designer.c:2190 +#: ../plug-ins/common/sphere-designer.c:2192 +msgid "Open File" +msgstr "Atvērt failu" + +#: ../plug-ins/common/sphere-designer.c:2190 +#: ../plug-ins/common/sphere-designer.c:2192 +msgid "Save File" +msgstr "Saglabāt failu" + +#: ../plug-ins/common/sphere-designer.c:2547 +#: ../plug-ins/common/sphere-designer.c:2551 +msgid "Sphere Designer" +msgstr "Lodes izstrāde" + +#: ../plug-ins/common/sphere-designer.c:2678 +#: ../plug-ins/common/sphere-designer.c:2683 +msgid "Properties" +msgstr "Īpašības" + +#: ../plug-ins/common/sphere-designer.c:2694 +#: ../plug-ins/common/sphere-designer.c:2699 +msgid "Bump" +msgstr "Reljefs" + +#. row labels +#: ../plug-ins/common/sphere-designer.c:2702 +#: ../plug-ins/lighting/lighting-ui.c:405 +#: ../plug-ins/common/sphere-designer.c:2707 +#: ../plug-ins/lighting/lighting-ui.c:407 +msgid "Type:" +msgstr "Tips:" + +#: ../plug-ins/common/sphere-designer.c:2721 +msgid "Texture:" +msgstr "Tekstūra:" + +#: ../plug-ins/common/sphere-designer.c:2726 +#: ../plug-ins/common/sphere-designer.c:2731 +msgid "Colors:" +msgstr "Krāsas:" + +#: ../plug-ins/common/sphere-designer.c:2729 +#: ../plug-ins/common/sphere-designer.c:2740 +#: ../plug-ins/common/sphere-designer.c:2734 +#: ../plug-ins/common/sphere-designer.c:2745 +msgid "Color Selection Dialog" +msgstr "Krāsu izvēles dialogs" + +#. Scale +#: ../plug-ins/common/sphere-designer.c:2751 +#: ../plug-ins/gimpressionist/paper.c:194 +#: ../plug-ins/ifs-compose/ifs-compose.c:554 +#: ../plug-ins/common/sphere-designer.c:2756 +#: ../plug-ins/gimpressionist/paper.c:193 +#: ../plug-ins/ifs-compose/ifs-compose.c:553 +msgid "Scale:" +msgstr "Mērogs:" + +#: ../plug-ins/common/sphere-designer.c:2759 +#: ../plug-ins/common/sphere-designer.c:2764 +msgid "Turbulence:" +msgstr "Turbulence:" + +#: ../plug-ins/common/sphere-designer.c:2766 +#: ../plug-ins/common/sphere-designer.c:2771 +msgid "Amount:" +msgstr "Apjoms:" + +#: ../plug-ins/common/sphere-designer.c:2773 +#: ../plug-ins/common/sphere-designer.c:2778 +msgid "Exp.:" +msgstr "Eksponente:" + +#: ../plug-ins/common/sphere-designer.c:2780 +#: ../plug-ins/common/sphere-designer.c:2785 +msgid "Transformations" +msgstr "Pārveidojumi" + +#: ../plug-ins/common/sphere-designer.c:2796 +#: ../plug-ins/map-object/map-object-ui.c:1143 +#: ../plug-ins/common/sphere-designer.c:2801 +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Scale X:" +msgstr "Mērogs 1:" + +#: ../plug-ins/common/sphere-designer.c:2803 +#: ../plug-ins/common/sphere-designer.c:2808 +msgid "Scale Y:" +msgstr "Mērogs Y:" + +#: ../plug-ins/common/sphere-designer.c:2809 +#: ../plug-ins/common/sphere-designer.c:2814 +msgid "Scale Z:" +msgstr "Mērogs Z:" + +#: ../plug-ins/common/sphere-designer.c:2816 +#: ../plug-ins/common/sphere-designer.c:2821 +msgid "Rotate X:" +msgstr "Pagriezt X:" + +#: ../plug-ins/common/sphere-designer.c:2823 +#: ../plug-ins/common/sphere-designer.c:2828 +msgid "Rotate Y:" +msgstr "Pagriezt Y:" + +#: ../plug-ins/common/sphere-designer.c:2830 +#: ../plug-ins/common/sphere-designer.c:2835 +msgid "Rotate Z:" +msgstr "Pagriezt Z:" + +#: ../plug-ins/common/sphere-designer.c:2837 +#: ../plug-ins/common/sphere-designer.c:2842 +msgid "Position X:" +msgstr "Novietojums X:" + +#: ../plug-ins/common/sphere-designer.c:2844 +#: ../plug-ins/common/sphere-designer.c:2849 +msgid "Position Y:" +msgstr "Novietojums Y:" + +#: ../plug-ins/common/sphere-designer.c:2851 +#: ../plug-ins/common/sphere-designer.c:2856 +msgid "Position Z:" +msgstr "Novietojums Z:" + +#: ../plug-ins/common/sphere-designer.c:2966 +#: ../plug-ins/common/sphere-designer.c:2973 +msgid "Rendering sphere" +msgstr "Renderē lodi" + +#: ../plug-ins/common/sphere-designer.c:3016 +#: ../plug-ins/common/sphere-designer.c:3024 +msgid "Create an image of a textured sphere" +msgstr "Izveidot lodes attēlu ar tekstūru" + +#: ../plug-ins/common/sphere-designer.c:3023 +#: ../plug-ins/common/sphere-designer.c:3031 +msgid "Sphere _Designer..." +msgstr "Lo_des izstrāde..." + +#: ../plug-ins/common/sphere-designer.c:3083 +#: ../plug-ins/common/sphere-designer.c:3101 +msgid "Region selected for plug-in is empty" +msgstr "Spraudnim iezīmētais apgabals ir tukšs" + +#: ../plug-ins/common/threshold-alpha.c:85 +msgid "Make transparency all-or-nothing" +msgstr "Padarīt pikseļus pilnīgi caurspīdīgus vai pilnīgi necaurspīdīgus" + +#: ../plug-ins/common/threshold-alpha.c:90 +msgid "_Threshold Alpha..." +msgstr "_Sliekšņa alfa..." + +#: ../plug-ins/common/threshold-alpha.c:131 +msgid "The layer has its alpha channel locked." +msgstr "Slāņa alfa kanāls ir slēgts." + +#: ../plug-ins/common/threshold-alpha.c:137 +msgid "RGBA/GRAYA drawable is not selected." +msgstr "RGBA/GRAYA zīmējamais nav iezīmēts." + +#: ../plug-ins/common/threshold-alpha.c:165 +msgid "Coloring transparency" +msgstr "Krāso caurspīdīgumu" + +#: ../plug-ins/common/threshold-alpha.c:248 +msgid "Threshold Alpha" +msgstr "Sliekšņa alfa" + +#: ../plug-ins/common/threshold-alpha.c:283 +#: ../plug-ins/common/threshold-alpha.c:284 +msgid "Threshold:" +msgstr "Slieksnis:" + +#: ../plug-ins/common/tile-glass.c:124 +msgid "Simulate distortion caused by square glass tiles" +msgstr "Imitēt deformācijas, ko izraisa kvadrātiskas stikla flīzes" + +#: ../plug-ins/common/tile-glass.c:130 +msgid "_Glass Tile..." +msgstr "_Stikla flīzes..." + +#: ../plug-ins/common/tile-glass.c:210 ../plug-ins/common/tile-glass.c:250 +msgid "Glass Tile" +msgstr "Stikla flīzes" + +#: ../plug-ins/common/tile-glass.c:289 +#: ../plug-ins/common/tile-glass.c:290 +msgid "Tile _width:" +msgstr "Flīžu _platums:" + +#: ../plug-ins/common/tile-paper.c:243 ../plug-ins/common/tile-paper.c:556 +#: ../plug-ins/common/tile-paper.c:557 +msgid "Paper Tile" +msgstr "Papīra flīze" + +#: ../plug-ins/common/tile-paper.c:269 +#: ../plug-ins/common/tile-paper.c:270 +msgid "Division" +msgstr "Dalījums:" + +#: ../plug-ins/common/tile-paper.c:319 +#: ../plug-ins/common/tile-paper.c:320 +msgid "Fractional Pixels" +msgstr "Daļu pikseļi" + +#: ../plug-ins/common/tile-paper.c:324 +#: ../plug-ins/common/tile-paper.c:325 +msgid "_Background" +msgstr "_Fons" + +#: ../plug-ins/common/tile-paper.c:326 +#: ../plug-ins/common/tile-paper.c:327 +msgid "_Ignore" +msgstr "_Ignorēt" + +#: ../plug-ins/common/tile-paper.c:328 +#: ../plug-ins/common/tile-paper.c:329 +msgid "_Force" +msgstr "Uzs_piest" + +#: ../plug-ins/common/tile-paper.c:335 +#: ../plug-ins/common/tile-paper.c:336 +msgid "C_entering" +msgstr "C_entrē" + +#: ../plug-ins/common/tile-paper.c:350 +#: ../plug-ins/common/tile-paper.c:351 +msgid "Movement" +msgstr "Kustība" + +#: ../plug-ins/common/tile-paper.c:363 +#: ../plug-ins/common/tile-paper.c:364 +msgid "_Max (%):" +msgstr "_Maks. (%):" + +#: ../plug-ins/common/tile-paper.c:369 +#: ../plug-ins/common/tile-paper.c:370 +msgid "_Wrap around" +msgstr "_Pārnest otrā pusē" + +#: ../plug-ins/common/tile-paper.c:379 +#: ../plug-ins/common/tile-paper.c:380 +msgid "Background Type" +msgstr "Fona tips" + +#: ../plug-ins/common/tile-paper.c:386 +#: ../plug-ins/common/tile-paper.c:387 +msgid "I_nverted image" +msgstr "I_nvertēt attēlu" + +#: ../plug-ins/common/tile-paper.c:388 +#: ../plug-ins/common/tile-paper.c:389 +msgid "Im_age" +msgstr "_Attēls" + +#: ../plug-ins/common/tile-paper.c:390 +#: ../plug-ins/common/tile-paper.c:391 +msgid "Fo_reground color" +msgstr "P_riekšplāna krāsa" + +#: ../plug-ins/common/tile-paper.c:392 +#: ../plug-ins/common/tile-paper.c:393 +msgid "Bac_kground color" +msgstr "Fona _krāsa" + +#: ../plug-ins/common/tile-paper.c:394 +#: ../plug-ins/common/tile-paper.c:395 +msgid "S_elect here:" +msgstr "Izvēlēti_es šeit:" + +#: ../plug-ins/common/tile-paper.c:401 +#: ../plug-ins/common/tile-paper.c:402 +msgid "Background Color" +msgstr "Fona krāsa" + +#: ../plug-ins/common/tile-paper.c:846 +#: ../plug-ins/common/tile-paper.c:848 +msgid "Cut image into paper tiles, and slide them" +msgstr "Sadalīt attēlu papīra flīzēs un pārbīdīt tās" + +#: ../plug-ins/common/tile-paper.c:851 +#: ../plug-ins/common/tile-paper.c:853 +msgid "September 31, 1999" +msgstr "31 septembris, 1999" + +#: ../plug-ins/common/tile-paper.c:852 +#: ../plug-ins/common/tile-paper.c:854 +msgid "_Paper Tile..." +msgstr "Papīra flīze..." + +#: ../plug-ins/common/tile-seamless.c:67 +#: ../plug-ins/common/tile-seamless.c:66 +msgid "Alters edges to make the image seamlessly tileable" +msgstr "Mainīt malas, lai attēls izskatītos vienlaidus flīzējams" + +#: ../plug-ins/common/tile-seamless.c:73 +#: ../plug-ins/common/tile-seamless.c:72 +msgid "_Make Seamless" +msgstr "Pa_darīt viengabalainu" + +#: ../plug-ins/common/tile-seamless.c:338 +#: ../plug-ins/common/tile-seamless.c:335 +msgid "Tiler" +msgstr "Flīzētājs" + +#: ../plug-ins/common/tile-small.c:215 +#: ../plug-ins/common/tile-small.c:222 +msgid "Tile image into smaller versions of the original" +msgstr "Flīzēt attēlu mazākās oriģināla versijās" + +#: ../plug-ins/common/tile-small.c:220 +#: ../plug-ins/common/tile-small.c:227 +msgid "_Small Tiles..." +msgstr "Mazā_s flīzes..." + +#: ../plug-ins/common/tile-small.c:263 +#: ../plug-ins/common/tile-small.c:270 +msgid "Region selected for filter is empty." +msgstr "Filtram iezīmētais apgabals ir tukšs." + +#. Set the tile cache size +#: ../plug-ins/common/tile-small.c:321 ../plug-ins/common/tile.c:190 +#: ../plug-ins/common/tile-small.c:328 +msgid "Tiling" +msgstr "Flīzēšana" + +#. Get the preview image +#: ../plug-ins/common/tile-small.c:364 +#: ../plug-ins/common/tile-small.c:371 +msgid "Small Tiles" +msgstr "Mazās flīzes" + +#. Area for buttons etc +#. Flip +#: ../plug-ins/common/tile-small.c:414 +#: ../plug-ins/ifs-compose/ifs-compose.c:610 +#: ../plug-ins/common/tile-small.c:421 +#: ../plug-ins/ifs-compose/ifs-compose.c:609 +msgid "Flip" +msgstr "Apmest" + +#: ../plug-ins/common/tile-small.c:462 +#: ../plug-ins/common/tile-small.c:469 +msgid "A_ll tiles" +msgstr "Vis_as flīzes" + +#: ../plug-ins/common/tile-small.c:476 +#: ../plug-ins/common/tile-small.c:483 +msgid "Al_ternate tiles" +msgstr "Ka_tru otro flīzi" + +#: ../plug-ins/common/tile-small.c:490 +#: ../plug-ins/common/tile-small.c:497 +msgid "_Explicit tile" +msgstr "Norādītās flīz_es" + +#: ../plug-ins/common/tile-small.c:496 +#: ../plug-ins/common/tile-small.c:503 +msgid "Ro_w:" +msgstr "_Rinda:" + +#: ../plug-ins/common/tile-small.c:520 +#: ../plug-ins/common/tile-small.c:529 +msgid "Col_umn:" +msgstr "_Kolonna:" + +#: ../plug-ins/common/tile-small.c:572 +#: ../plug-ins/common/tile-small.c:584 +msgid "O_pacity:" +msgstr "Necaurs_pīdīgums:" + +#. Lower frame saying howmany segments +#: ../plug-ins/common/tile-small.c:581 +#: ../plug-ins/common/tile-small.c:593 +msgid "Number of Segments" +msgstr "Daļu skaits" + +#: ../plug-ins/common/tile.c:101 +msgid "Create an array of copies of the image" +msgstr "Izveidot attēla kopiju masīvu" + +#: ../plug-ins/common/tile.c:111 +msgid "_Tile..." +msgstr "Flīzē_t..." + +#: ../plug-ins/common/tile.c:401 +#: ../plug-ins/common/tile.c:402 +msgid "Tile" +msgstr "Flīzēt" + +#: ../plug-ins/common/tile.c:422 +#: ../plug-ins/common/tile.c:424 +msgid "Tile to New Size" +msgstr "Flīzēt uz jauno izmēru" + +#: ../plug-ins/common/tile.c:444 +#: ../plug-ins/common/tile.c:446 +msgid "C_reate new image" +msgstr "Izveidot _jaunu attēlu" + +#: ../plug-ins/common/unit-editor.c:94 +msgid "Saved" +msgstr "Saglabāts" + +#: ../plug-ins/common/unit-editor.c:94 +msgid "" +"A unit definition will only be saved before GIMP exits if this column is " +"checked." +msgstr "" +"Mērvienības definīcija pirms GIMP iziešanas tiks saglabāta tikai tad, ja šī " +"kolonna ir atzīmēta." + +#: ../plug-ins/common/unit-editor.c:96 +msgid "ID" +msgstr "ID" + +#: ../plug-ins/common/unit-editor.c:96 +msgid "" +"This string will be used to identify a unit in GIMP's configuration files." +msgstr "" +"Šī virkne tiks izmantota, lai identificētu mērvienību GIMP konfigurācijas " +"failos." + +#: ../plug-ins/common/unit-editor.c:98 +msgid "Factor" +msgstr "Reizinātājs" + +#: ../plug-ins/common/unit-editor.c:98 +msgid "How many units make up an inch." +msgstr "Cik vienību ietilpst collā." + +#: ../plug-ins/common/unit-editor.c:99 +msgid "Digits" +msgstr "Cipari" + +#: ../plug-ins/common/unit-editor.c:99 +msgid "" +"This field is a hint for numerical input fields. It specifies how many " +"decimal digits the input field should provide to get approximately the same " +"accuracy as an \"inch\" input field with two decimal digits." +msgstr "" +"Šis lauks dod norādi ievades laukiem. Tas norāda, cik daudz ciparu aiz " +"komata laukam vajadzētu atstāt, lai nodrošinātu aptuveni tādu pašu " +"precizitāti, kā \"colla\" ievades lauks, ar diviem decimāliem cipariem." + +#: ../plug-ins/common/unit-editor.c:104 +msgid "Symbol" +msgstr "Simbols" + +#: ../plug-ins/common/unit-editor.c:104 +msgid "" +"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's " +"abbreviation is used if doesn't have a symbol." +msgstr "" +"Mērvienības simbols, ja ir (piemēram, '' collām). Ja tam nav simbola, tiks " +"izmantots mērvienības saīsinājums." + +#: ../plug-ins/common/unit-editor.c:107 +msgid "Abbreviation" +msgstr "Saīsinājums" + +#: ../plug-ins/common/unit-editor.c:107 +msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." +msgstr "Mērvienības saīsinājums (piem., \"cm\" centimetriem)." + +#: ../plug-ins/common/unit-editor.c:109 +msgid "Singular" +msgstr "Vienskaitlis" + +#: ../plug-ins/common/unit-editor.c:109 +msgid "The unit's singular form." +msgstr "Mērvienība vienskaitļa formā." + +#: ../plug-ins/common/unit-editor.c:110 +msgid "Plural" +msgstr "Daudzskaitlis" + +#: ../plug-ins/common/unit-editor.c:110 +msgid "The unit's plural form." +msgstr "Mērvienība daudzskaitļa formā." + +#: ../plug-ins/common/unit-editor.c:121 +msgid "Create a new unit from scratch" +msgstr "Izveidot jaunu mērvienību no nulles" + +#: ../plug-ins/common/unit-editor.c:127 +msgid "Create a new unit using the currently selected unit as template" +msgstr "Izveidot jaunu mērvienību no izvēlētās mērvienības kā sagataves" + +#: ../plug-ins/common/unit-editor.c:145 +msgid "Create or alter units used in GIMP" +msgstr "Izveidot vai mainīt GIMP mērvienības " + +#: ../plug-ins/common/unit-editor.c:150 +msgid "U_nits" +msgstr "Mēr_vienības" + +#: ../plug-ins/common/unit-editor.c:208 +msgid "Add a New Unit" +msgstr "Pievienot jaunu mērvienību" + +#: ../plug-ins/common/unit-editor.c:237 +msgid "_ID:" +msgstr "_ID:" + +#: ../plug-ins/common/unit-editor.c:248 +msgid "_Factor:" +msgstr "_Reizinātājs:" + +#: ../plug-ins/common/unit-editor.c:258 +msgid "_Digits:" +msgstr "_Cipari:" + +#: ../plug-ins/common/unit-editor.c:270 +msgid "_Symbol:" +msgstr "_Simboli:" + +#: ../plug-ins/common/unit-editor.c:282 +msgid "_Abbreviation:" +msgstr "S_aīsinājumi:" + +#: ../plug-ins/common/unit-editor.c:294 +msgid "Si_ngular:" +msgstr "Vie_nskaitlis:" + +#: ../plug-ins/common/unit-editor.c:306 +msgid "_Plural:" +msgstr "Daud_zskaitlis:" + +#: ../plug-ins/common/unit-editor.c:349 +msgid "Incomplete input" +msgstr "Nepilnīga ievade" + +#: ../plug-ins/common/unit-editor.c:352 +msgid "Please fill in all text fields." +msgstr "Lūdzu, aizpildiet visus teksta laukus." + +#: ../plug-ins/common/unit-editor.c:409 +#: ../plug-ins/common/unit-editor.c:411 +msgid "Unit Editor" +msgstr "Mērvienību redaktors" + +#: ../plug-ins/common/unsharp-mask.c:128 +#: ../plug-ins/common/unsharp-mask.c:131 +msgid "The most widely useful method for sharpening an image" +msgstr "Visnoderīgākā metode attēla asināšanai" + +#: ../plug-ins/common/unsharp-mask.c:138 +#: ../plug-ins/common/unsharp-mask.c:141 +msgid "_Unsharp Mask..." +msgstr "I_zplūduma maska..." + +#: ../plug-ins/common/unsharp-mask.c:475 +#: ../plug-ins/common/unsharp-mask.c:686 +msgid "Merging" +msgstr "Apvieno" + +#: ../plug-ins/common/unsharp-mask.c:644 +#: ../plug-ins/common/unsharp-mask.c:830 +msgid "Unsharp Mask" +msgstr "Izplūduma maska" + +#: ../plug-ins/common/value-invert.c:90 +#: ../plug-ins/common/value-invert.c:89 +msgid "Invert the brightness of each pixel" +msgstr "Invertēt katra pikseļa gaišumu" + +#: ../plug-ins/common/value-invert.c:104 +#: ../plug-ins/common/value-invert.c:103 +msgid "_Value Invert" +msgstr "_Vērtības invertēšana" + +#: ../plug-ins/common/value-invert.c:191 +#: ../plug-ins/common/value-invert.c:190 +msgid "Value Invert" +msgstr "Vērtības invertēšana" + +#: ../plug-ins/common/value-propagate.c:189 +msgid "More _white (larger value)" +msgstr "Vairāk _baltā (lielāka vērtība)" + +#: ../plug-ins/common/value-propagate.c:192 +msgid "More blac_k (smaller value)" +msgstr "Vairā_k melnā (mazāka vērtība)" + +#: ../plug-ins/common/value-propagate.c:195 +msgid "_Middle value to peaks" +msgstr "_Vidējās vērtības uz pīķiem" + +#: ../plug-ins/common/value-propagate.c:198 +msgid "_Foreground to peaks" +msgstr "_Priekšplāns uz pīķiem" + +#: ../plug-ins/common/value-propagate.c:201 +msgid "O_nly foreground" +msgstr "Tikai priekšplā_ns" + +#: ../plug-ins/common/value-propagate.c:204 +msgid "Only b_ackground" +msgstr "Tik_ai fons" + +#: ../plug-ins/common/value-propagate.c:207 +msgid "Mor_e opaque" +msgstr "Vairāk n_ecaurredzams" + +#: ../plug-ins/common/value-propagate.c:210 +msgid "More t_ransparent" +msgstr "Vairāk caurspīdīgs" + +#: ../plug-ins/common/value-propagate.c:233 +msgid "Propagate certain colors to neighboring pixels" +msgstr "Izplatīt noteiktas krāsas uz blakus pikseļiem" + +#: ../plug-ins/common/value-propagate.c:238 +msgid "_Value Propagate..." +msgstr "_Vērtību izplatīšana..." + +#: ../plug-ins/common/value-propagate.c:245 +msgid "Shrink lighter areas of the image" +msgstr "Saraukt attēla gaišākos apgabalus" + +#: ../plug-ins/common/value-propagate.c:250 +msgid "E_rode" +msgstr "Sašau_rināt" + +#: ../plug-ins/common/value-propagate.c:257 +msgid "Grow lighter areas of the image" +msgstr "Palielināt gaišākos apgabalus attēlā" + +#: ../plug-ins/common/value-propagate.c:262 +msgid "_Dilate" +msgstr "_Paplašināt" + +#: ../plug-ins/common/value-propagate.c:473 +#: ../plug-ins/common/value-propagate.c:1086 +#: ../plug-ins/common/value-propagate.c:476 +msgid "Value Propagate" +msgstr "Vērtību izplatīšana" + +#. Parameter settings +#: ../plug-ins/common/value-propagate.c:1152 +#: ../plug-ins/common/value-propagate.c:1153 +msgid "Propagate" +msgstr "Izplatīt" + +#: ../plug-ins/common/value-propagate.c:1165 +#: ../plug-ins/common/value-propagate.c:1166 +msgid "Lower t_hreshold:" +msgstr "Apakšējais _slieksnis:" + +#: ../plug-ins/common/value-propagate.c:1177 +#: ../plug-ins/common/value-propagate.c:1178 +msgid "_Upper threshold:" +msgstr "A_ugšējais slieksnis:" + +#: ../plug-ins/common/value-propagate.c:1189 +#: ../plug-ins/common/value-propagate.c:1190 +msgid "_Propagating rate:" +msgstr "Iz_platības ātrums:" + +#: ../plug-ins/common/value-propagate.c:1200 +#: ../plug-ins/common/value-propagate.c:1201 +msgid "To l_eft" +msgstr "Uz kr_eiso" + +#: ../plug-ins/common/value-propagate.c:1203 +#: ../plug-ins/common/value-propagate.c:1204 +msgid "To _right" +msgstr "Uz la_bo" + +#: ../plug-ins/common/value-propagate.c:1206 +#: ../plug-ins/common/value-propagate.c:1207 +msgid "To _top" +msgstr "Uz au_gšu" + +#: ../plug-ins/common/value-propagate.c:1209 +#: ../plug-ins/common/value-propagate.c:1210 +msgid "To _bottom" +msgstr "Uz apa_kšu" + +#: ../plug-ins/common/value-propagate.c:1218 +#: ../plug-ins/common/value-propagate.c:1219 +msgid "Propagating _alpha channel" +msgstr "Izplata _alfa kanālu" + +#: ../plug-ins/common/value-propagate.c:1229 +#: ../plug-ins/common/value-propagate.c:1230 +msgid "Propagating value channel" +msgstr "Izplata vērtību kanālu" + +#: ../plug-ins/common/van-gogh-lic.c:566 ../plug-ins/common/van-gogh-lic.c:641 +#: ../plug-ins/common/van-gogh-lic.c:569 +#: ../plug-ins/common/van-gogh-lic.c:644 +msgid "Van Gogh (LIC)" +msgstr "Van Gogs (LIC)" + +#: ../plug-ins/common/van-gogh-lic.c:666 +#: ../plug-ins/common/van-gogh-lic.c:670 +msgid "Effect Channel" +msgstr "Efekta kanāls" + +#: ../plug-ins/common/van-gogh-lic.c:673 +#: ../plug-ins/common/van-gogh-lic.c:677 +msgid "_Brightness" +msgstr "_Spilgtums" + +#: ../plug-ins/common/van-gogh-lic.c:679 +#: ../plug-ins/common/van-gogh-lic.c:683 +msgid "Effect Operator" +msgstr "Efekta operators" + +#: ../plug-ins/common/van-gogh-lic.c:684 +#: ../plug-ins/common/van-gogh-lic.c:688 +msgid "_Derivative" +msgstr "At_vasinājums" + +#: ../plug-ins/common/van-gogh-lic.c:685 +#: ../plug-ins/common/van-gogh-lic.c:689 +msgid "_Gradient" +msgstr "_Krāsu pāreja" + +#: ../plug-ins/common/van-gogh-lic.c:691 +#: ../plug-ins/common/van-gogh-lic.c:695 +msgid "Convolve" +msgstr "Pārveidošana" + +#: ../plug-ins/common/van-gogh-lic.c:696 +#: ../plug-ins/common/van-gogh-lic.c:700 +msgid "_With white noise" +msgstr "Ar _balto troksni" + +#: ../plug-ins/common/van-gogh-lic.c:697 +#: ../plug-ins/common/van-gogh-lic.c:701 +msgid "W_ith source image" +msgstr "A_r avota attēlu" + +#: ../plug-ins/common/van-gogh-lic.c:716 +#: ../plug-ins/common/van-gogh-lic.c:720 +msgid "_Effect image:" +msgstr "_Efekta attēls:" + +#: ../plug-ins/common/van-gogh-lic.c:727 +#: ../plug-ins/common/van-gogh-lic.c:731 +msgid "_Filter length:" +msgstr "_Filtra garums:" + +#: ../plug-ins/common/van-gogh-lic.c:736 +#: ../plug-ins/common/van-gogh-lic.c:740 +msgid "_Noise magnitude:" +msgstr "_Trokšņa apjoms:" + +#: ../plug-ins/common/van-gogh-lic.c:745 +#: ../plug-ins/common/van-gogh-lic.c:749 +msgid "In_tegration steps:" +msgstr "In_tegrācijas soļi:" + +#: ../plug-ins/common/van-gogh-lic.c:754 +#: ../plug-ins/common/van-gogh-lic.c:758 +msgid "_Minimum value:" +msgstr "_Minimālā vērtība:" + +#: ../plug-ins/common/van-gogh-lic.c:763 +#: ../plug-ins/common/van-gogh-lic.c:767 +msgid "M_aximum value:" +msgstr "M_aksimālā vērtība:" + +#: ../plug-ins/common/van-gogh-lic.c:809 +#: ../plug-ins/common/van-gogh-lic.c:813 +msgid "Special effects that nobody understands" +msgstr "Īpašs efekts, ko neviens nesaprot" + +#: ../plug-ins/common/van-gogh-lic.c:814 +#: ../plug-ins/common/van-gogh-lic.c:818 +msgid "_Van Gogh (LIC)..." +msgstr "_Van Gogs (LIC)..." + +#: ../plug-ins/common/video.c:42 +msgid "_Staggered" +msgstr "_Zigzagveida" + +#: ../plug-ins/common/video.c:43 +msgid "_Large staggered" +msgstr "_Liels zigzagveida" + +#: ../plug-ins/common/video.c:44 +msgid "S_triped" +msgstr "S_trīpots" + +#: ../plug-ins/common/video.c:45 +msgid "_Wide-striped" +msgstr "_Plati strīpots" + +#: ../plug-ins/common/video.c:46 +msgid "Lo_ng-staggered" +msgstr "Gari zi_gzagi" + +#: ../plug-ins/common/video.c:47 +msgid "_3x3" +msgstr "_3x3" + +#: ../plug-ins/common/video.c:48 +msgid "Larg_e 3x3" +msgstr "Li_els 3x3" + +#: ../plug-ins/common/video.c:49 +msgid "_Hex" +msgstr "_Heks" + +#: ../plug-ins/common/video.c:50 +msgid "_Dots" +msgstr "Pun_kti" + +#: ../plug-ins/common/video.c:1807 +msgid "Simulate distortion produced by a fuzzy or low-res monitor" +msgstr "Imitēt deformācijas, ko rada zemas izšķirtspējas monitori" + +#: ../plug-ins/common/video.c:1814 +msgid "Vi_deo..." +msgstr "Vi_deo..." + +#: ../plug-ins/common/video.c:1886 ../plug-ins/common/video.c:2017 +msgid "Video" +msgstr "Video" + +#. frame for the radio buttons +#: ../plug-ins/common/video.c:2039 +#: ../plug-ins/common/video.c:2040 +msgid "Video Pattern" +msgstr "Video raksts" + +#: ../plug-ins/common/video.c:2083 +#: ../plug-ins/common/video.c:2084 +msgid "_Additive" +msgstr "_Pievienojošs" + +#: ../plug-ins/common/video.c:2093 +#: ../plug-ins/common/video.c:2094 +msgid "_Rotated" +msgstr "Pag_riezts" + +#: ../plug-ins/common/warp.c:233 +msgid "Twist or smear image in many different ways" +msgstr "Pagriezt vai izsmērēt attēlu daudzos dažādos veidos" + +#: ../plug-ins/common/warp.c:241 +msgid "_Warp..." +msgstr "Sa_vīt..." + +#: ../plug-ins/common/warp.c:376 +msgid "Warp" +msgstr "Savīt" + +#: ../plug-ins/common/warp.c:397 +#: ../plug-ins/common/warp.c:398 +msgid "Basic Options" +msgstr "Pamatopcijas" + +#: ../plug-ins/common/warp.c:419 +#: ../plug-ins/common/warp.c:420 +msgid "Step size:" +msgstr "Soļa izmērs:" + +#: ../plug-ins/common/warp.c:433 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:770 +#: ../plug-ins/ifs-compose/ifs-compose.c:1212 +#: ../plug-ins/common/warp.c:434 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:769 +#: ../plug-ins/ifs-compose/ifs-compose.c:1209 +msgid "Iterations:" +msgstr "Iterācijas:" + +#. Displacement map menu +#: ../plug-ins/common/warp.c:442 +#: ../plug-ins/common/warp.c:443 +msgid "Displacement map:" +msgstr "Pārvietojumu karte:" + +#. ======================================================================= +#. Displacement Type +#: ../plug-ins/common/warp.c:460 +#: ../plug-ins/common/warp.c:461 +msgid "On edges:" +msgstr "Uz malām:" + +#: ../plug-ins/common/warp.c:471 +#: ../plug-ins/common/warp.c:472 +msgid "Wrap" +msgstr "Aplauzt" + +#: ../plug-ins/common/warp.c:486 +#: ../plug-ins/common/warp.c:487 +msgid "Smear" +msgstr "Izsmērēt" + +#: ../plug-ins/common/warp.c:501 ../plug-ins/file-fits/fits.c:1021 +#: ../plug-ins/flame/flame.c:1175 ../plug-ins/gfig/gfig-dialog.c:1460 +#: ../plug-ins/common/warp.c:502 +#: ../plug-ins/file-fits/fits.c:1020 +#: ../plug-ins/flame/flame.c:1174 +#: ../plug-ins/gfig/gfig-dialog.c:1493 +#: ../plug-ins/gfig/gfig-dialog.c:1319 +#: ../plug-ins/gfig/gfig-dialog.c:1494 +msgid "Black" +msgstr "Melns" + +#: ../plug-ins/common/warp.c:516 +#: ../plug-ins/common/warp.c:517 +msgid "Foreground color" +msgstr "Priekšplāna krāsa" + +#. -------------------------------------------------------------------- +#. --------- The secondary table -------------------------- +#: ../plug-ins/common/warp.c:536 +#: ../plug-ins/common/warp.c:537 +msgid "Advanced Options" +msgstr "Paplašinātās opcijas" + +#: ../plug-ins/common/warp.c:552 +#: ../plug-ins/common/warp.c:553 +msgid "Dither size:" +msgstr "Tonēšanas izmērs:" + +#: ../plug-ins/common/warp.c:565 +#: ../plug-ins/common/warp.c:566 +msgid "Rotation angle:" +msgstr "Pagriešanas leņķis:" + +#: ../plug-ins/common/warp.c:578 +#: ../plug-ins/common/warp.c:579 +msgid "Substeps:" +msgstr "Apakšsoļi:" + +#. Magnitude map menu +#: ../plug-ins/common/warp.c:587 +#: ../plug-ins/common/warp.c:588 +msgid "Magnitude map:" +msgstr "Apjoma karte:" + +#: ../plug-ins/common/warp.c:609 +#: ../plug-ins/common/warp.c:610 +msgid "Use magnitude map" +msgstr "Lietot apjomu karti" + +#. -------------------------------------------------------------------- +#. --------- The "other" table -------------------------- +#: ../plug-ins/common/warp.c:622 +#: ../plug-ins/common/warp.c:623 +msgid "More Advanced Options" +msgstr "Vairāk paplašinātu opciju" + +#: ../plug-ins/common/warp.c:639 +#: ../plug-ins/common/warp.c:640 +msgid "Gradient scale:" +msgstr "Krāsu pārejas skala:" + +#: ../plug-ins/common/warp.c:658 +#: ../plug-ins/common/warp.c:659 +msgid "Gradient map selection menu" +msgstr "Krāsu pārejas kartes iezīmējuma izvēlne" + +#: ../plug-ins/common/warp.c:668 +#: ../plug-ins/common/warp.c:669 +msgid "Vector mag:" +msgstr "Vektora garums:" + +#. Angle +#: ../plug-ins/common/warp.c:683 ../plug-ins/ifs-compose/ifs-compose.c:568 +#: ../plug-ins/common/warp.c:684 +#: ../plug-ins/ifs-compose/ifs-compose.c:567 +msgid "Angle:" +msgstr "Leņķis:" + +#: ../plug-ins/common/warp.c:702 +#: ../plug-ins/common/warp.c:703 +msgid "Fixed-direction-vector map selection menu" +msgstr "Fiksēta virziena vektora kartes iezīmējuma izvēlne" + +#. make sure layer is visible +#: ../plug-ins/common/warp.c:1178 +msgid "Smoothing X gradient" +msgstr "Gludina X krāsu pāreju" + +#. make sure layer is visible +#: ../plug-ins/common/warp.c:1181 +#: ../plug-ins/common/warp.c:1184 +msgid "Smoothing Y gradient" +msgstr "Gludina Y krāsu pāreju" + +#. calculate new X,Y Displacement image maps +#: ../plug-ins/common/warp.c:1231 +#: ../plug-ins/common/warp.c:1234 +msgid "Finding XY gradient" +msgstr "Meklē XY krāsu pāreju" + +#: ../plug-ins/common/warp.c:1256 +#: ../plug-ins/common/warp.c:1259 +#, c-format +msgid "Flow step %d" +msgstr "Seko solim %d" + +#: ../plug-ins/common/waves.c:120 +#: ../plug-ins/common/waves.c:121 +msgid "Distort the image with waves" +msgstr "Deformēt attēlu ar viļņiem" + +#: ../plug-ins/common/waves.c:125 +#: ../plug-ins/common/waves.c:126 +msgid "_Waves..." +msgstr "_Viļņi..." + +#: ../plug-ins/common/waves.c:248 ../plug-ins/flame/flame.c:763 +#: ../plug-ins/common/waves.c:249 +#: ../plug-ins/flame/flame.c:762 +msgid "Waves" +msgstr "Viļņi" + +#: ../plug-ins/common/waves.c:294 +#: ../plug-ins/common/waves.c:296 +msgid "_Reflective" +msgstr "Atsta_rojošs" + +#: ../plug-ins/common/waves.c:313 +#: ../plug-ins/common/waves.c:315 +msgid "_Amplitude:" +msgstr "_Amplitūda:" + +#: ../plug-ins/common/waves.c:325 +#: ../plug-ins/common/waves.c:327 +msgid "_Phase:" +msgstr "_Fāze:" + +#: ../plug-ins/common/waves.c:337 +#: ../plug-ins/common/waves.c:339 +msgid "_Wavelength:" +msgstr "_Viļņa garums:" + +#: ../plug-ins/common/waves.c:448 +#: ../plug-ins/common/waves.c:450 +msgid "Waving" +msgstr "Viļņo" + +#: ../plug-ins/common/web-browser.c:206 +#, c-format +msgid "" +"Web browser not specified.\n" +"Please specify a web browser using the Preferences dialog." +msgstr "" +"Nav norādīts tīmekļa pārlūks.\n" +"Lūdzu, norādiet tīmekļa pārlūku iestatījuma dialoglodziņā." + +#: ../plug-ins/common/web-browser.c:228 +#, c-format +msgid "" +"Could not parse the web browser command specified in the Preferences " +"dialog:\n" +"\n" +"%s" +msgstr "" +"Neizdevās parsēt tīmekļa pārlūka komandu, kas norādīta iestatījumu dialogā:\n" +"\n" +"%s" + +#: ../plug-ins/common/web-browser.c:246 +#, c-format +msgid "" +"Could not execute the web browser specified in the Preferences dialog:\n" +"\n" +"%s" +msgstr "" +"Neizdevās palaist tīmekļa pārlūka, kas norādīta iestatījumu dialogā:\n" +"\n" +"%s" + +#: ../plug-ins/common/whirl-pinch.c:138 +msgid "Distort an image by whirling and pinching" +msgstr "Deformēt attēlu ar sagriešanu un savilkšanu" + +#: ../plug-ins/common/whirl-pinch.c:149 +msgid "W_hirl and Pinch..." +msgstr "Sa_griezt un savilt..." + +#: ../plug-ins/common/whirl-pinch.c:193 +#: ../plug-ins/common/iwarp.c:976 +msgid "Region affected by plug-in is empty" +msgstr "Apgabals, ko ietekmē spraudnis, ir tukšs" + +#: ../plug-ins/common/whirl-pinch.c:341 +msgid "Whirling and pinching" +msgstr "Sagriež un savelk" + +#: ../plug-ins/common/whirl-pinch.c:528 +#: ../plug-ins/common/whirl-pinch.c:529 +msgid "Whirl and Pinch" +msgstr "Sagriezt un savilt" + +#: ../plug-ins/common/whirl-pinch.c:565 +#: ../plug-ins/common/whirl-pinch.c:567 +msgid "_Whirl angle:" +msgstr "Sa_griešanas leņķis:" + +#: ../plug-ins/common/whirl-pinch.c:577 +#: ../plug-ins/common/whirl-pinch.c:579 +msgid "_Pinch amount:" +msgstr "Savilkšanas a_pjoms:" + +#: ../plug-ins/common/wind.c:175 +msgid "Smear image to give windblown effect" +msgstr "Izsmērēt attēlu, lai iegūtu vēja pūšanas efektu" + +#: ../plug-ins/common/wind.c:180 +msgid "Wi_nd..." +msgstr "Vē_jš..." + +#: ../plug-ins/common/wind.c:315 +msgid "Rendering blast" +msgstr "Renderē sprādzienu" + +#: ../plug-ins/common/wind.c:447 +#: ../plug-ins/common/wind.c:448 +msgid "Rendering wind" +msgstr "Renderē vēju" + +#: ../plug-ins/common/wind.c:879 +#: ../plug-ins/common/wind.c:881 +msgid "Wind" +msgstr "Vējš" + +#. ******************************************************** +#. radio buttons for choosing wind rendering algorithm +#. ***************************************************** +#: ../plug-ins/common/wind.c:921 +#: ../plug-ins/common/wind.c:924 +msgid "Style" +msgstr "Stils" + +#: ../plug-ins/common/wind.c:925 +#: ../plug-ins/common/wind.c:928 +msgid "_Wind" +msgstr "_Vējš" + +#: ../plug-ins/common/wind.c:926 +#: ../plug-ins/common/wind.c:929 +msgid "_Blast" +msgstr "_Sprādziens" + +#: ../plug-ins/common/wind.c:949 +#: ../plug-ins/common/wind.c:952 +msgid "_Left" +msgstr "No _kreisās" + +#: ../plug-ins/common/wind.c:950 +#: ../plug-ins/common/wind.c:953 +msgid "_Right" +msgstr "No _labās" + +#. **************************************************** +#. radio buttons for choosing BOTH, LEADING, TRAILING +#. ************************************************** +#: ../plug-ins/common/wind.c:969 +#: ../plug-ins/common/wind.c:972 +msgid "Edge Affected" +msgstr "Ietekmētā mala" + +#: ../plug-ins/common/wind.c:973 +#: ../plug-ins/common/wind.c:976 +msgid "L_eading" +msgstr "Pri_ekšējā" + +#: ../plug-ins/common/wind.c:974 +#: ../plug-ins/common/wind.c:977 +msgid "Tr_ailing" +msgstr "_Aizmugurējā" + +#: ../plug-ins/common/wind.c:975 +#: ../plug-ins/common/wind.c:978 +msgid "Bot_h" +msgstr "A_bas" + +#: ../plug-ins/common/wind.c:1012 +#: ../plug-ins/common/wind.c:1015 +msgid "Higher values restrict the effect to fewer areas of the image" +msgstr "Lielākas vērtības ierobežo efektu uz mazākiem attēla laukumiem" + +#: ../plug-ins/common/wind.c:1027 ../plug-ins/gimpressionist/orientmap.c:694 +#: ../plug-ins/common/wind.c:1030 +#: ../plug-ins/gimpressionist/orientmap.c:693 +msgid "_Strength:" +msgstr "_Stiprums:" + +#: ../plug-ins/common/wind.c:1031 +#: ../plug-ins/common/wind.c:1034 +msgid "Higher values increase the magnitude of the effect" +msgstr "Lielāka vērtība palielina efekta apjomu" + +#: ../plug-ins/file-bmp/bmp-read.c:88 +#: ../plug-ins/file-bmp/bmp-read.c:85 +msgid "Bad colormap" +msgstr "Slikta krāsu karte" + +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 +#: ../plug-ins/file-bmp/bmp-read.c:169 +#: ../plug-ins/file-bmp/bmp-read.c:180 +#: ../plug-ins/file-bmp/bmp-read.c:187 +#: ../plug-ins/file-bmp/bmp-read.c:196 +#: ../plug-ins/file-bmp/bmp-read.c:211 +#: ../plug-ins/file-bmp/bmp-read.c:416 +#: ../plug-ins/file-bmp/bmp-read.c:437 +#: ../plug-ins/file-bmp/bmp-read.c:448 +#: ../plug-ins/file-bmp/bmp-read.c:456 +#: ../plug-ins/file-bmp/bmp-read.c:464 +#: ../plug-ins/file-bmp/bmp-read.c:476 +#, c-format +msgid "'%s' is not a valid BMP file" +msgstr "'%s' nav derīgs BMP fails" + +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 +#: ../plug-ins/file-bmp/bmp-read.c:225 +#: ../plug-ins/file-bmp/bmp-read.c:252 +#: ../plug-ins/file-bmp/bmp-read.c:280 +#: ../plug-ins/file-bmp/bmp-read.c:345 +#: ../plug-ins/file-bmp/bmp-read.c:395 +#, c-format +msgid "Error reading BMP file header from '%s'" +msgstr "Kļūda, nolasot BMP faila galveni no '%s'" + +#: ../plug-ins/file-bmp/bmp-read.c:590 +#: ../plug-ins/file-bmp/bmp-read.c:588 +msgid "Unrecognized or invalid BMP compression format." +msgstr "Neatpazīts vai nederīgs BMP saspiešanas formāts." + +#: ../plug-ins/file-bmp/bmp-read.c:632 +#: ../plug-ins/file-bmp/bmp-read.c:630 +msgid "Unsupported or invalid bitdepth." +msgstr "Neatbalstīts vai nederīgs bitu dziļums." + +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 +#: ../plug-ins/file-bmp/bmp-read.c:818 +#: ../plug-ins/file-bmp/bmp-read.c:859 +#: ../plug-ins/file-bmp/bmp-read.c:909 +msgid "The bitmap ends unexpectedly." +msgstr "Bitu karte negaidīti aprāvusies." + +#: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210 +#: ../plug-ins/file-bmp/bmp-write.c:187 +#: ../plug-ins/file-bmp/bmp-write.c:213 +msgid "Cannot save indexed image with transparency in BMP file format." +msgstr "Nevar saglabāt indeksēto attēlu ar caurspīdīgumu BM failu formātā." + +#: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212 +#: ../plug-ins/file-bmp/bmp-write.c:189 +#: ../plug-ins/file-bmp/bmp-write.c:215 +msgid "Alpha channel will be ignored." +msgstr "Alfa kanāls tiks ignorēts." + +#: ../plug-ins/file-bmp/bmp-write.c:794 +msgid "Save as BMP" +msgstr "Saglabāt kā BMP" + +#: ../plug-ins/file-bmp/bmp-write.c:817 +msgid "_Run-Length Encoded" +msgstr "Secīgā atkā_rtojumu kodēšana" + +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 +#: ../plug-ins/file-bmp/bmp-write.c:856 +#: ../plug-ins/file-jpeg/jpeg-save.c:898 +msgid "_Advanced Options" +msgstr "P_apildu opcijas" + +#: ../plug-ins/file-bmp/bmp-write.c:844 +#: ../plug-ins/file-bmp/bmp-write.c:871 +msgid "16 bits" +msgstr "16 biti" + +#: ../plug-ins/file-bmp/bmp-write.c:880 +#: ../plug-ins/file-bmp/bmp-write.c:907 +msgid "24 bits" +msgstr "24 biti" + +#: ../plug-ins/file-bmp/bmp-write.c:897 +#: ../plug-ins/file-bmp/bmp-write.c:924 +msgid "32 bits" +msgstr "32 biti" + +#: ../plug-ins/file-bmp/bmp.c:124 ../plug-ins/file-bmp/bmp.c:143 +#: ../plug-ins/file-bmp/bmp.c:123 +#: ../plug-ins/file-bmp/bmp.c:142 +msgid "Windows BMP image" +msgstr "Windows BMP attēls" + +#: ../plug-ins/file-faxg3/faxg3.c:103 +#: ../plug-ins/file-faxg3/faxg3.c:102 +msgid "G3 fax image" +msgstr "G3 faksa attēls" + +#: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188 +msgid "Flexible Image Transport System" +msgstr "Flexible Image Transport System" + +#: ../plug-ins/file-fits/fits.c:368 +msgid "Error during open of FITS file" +msgstr "Kļūda, atverot FITS failu" + +#: ../plug-ins/file-fits/fits.c:374 +msgid "FITS file keeps no displayable images" +msgstr "FITS fails nesatur attēlojamus failus" + +#: ../plug-ins/file-fits/fits.c:455 +msgid "FITS save cannot handle images with alpha channels" +msgstr "FITS saglabāšana nevar apstrādāt failus ar alfa kanāliem" + +#: ../plug-ins/file-fits/fits.c:993 +#: ../plug-ins/file-fits/fits.c:992 +msgid "Load FITS File" +msgstr "Ielādēt FITS failu" + +#: ../plug-ins/file-fits/fits.c:1017 +#: ../plug-ins/file-fits/fits.c:1016 +msgid "Replacement for undefined pixels" +msgstr "Aizvietojums nedefinētiem pikseļiem" + +#: ../plug-ins/file-fits/fits.c:1022 ../plug-ins/gfig/gfig-dialog.c:1286 +#: ../plug-ins/gfig/gfig-dialog.c:1461 +#: ../plug-ins/file-fits/fits.c:1021 +#: ../plug-ins/gfig/gfig-dialog.c:1319 +#: ../plug-ins/gfig/gfig-dialog.c:1494 +msgid "White" +msgstr "Balts" + +#: ../plug-ins/file-fits/fits.c:1029 +#: ../plug-ins/file-fits/fits.c:1028 +msgid "Pixel value scaling" +msgstr "Pikseļu vērtību mērogošana" + +#: ../plug-ins/file-fits/fits.c:1034 +msgid "By DATAMIN/DATAMAX" +msgstr "Par DATAMIN/DATAMAX" + +#: ../plug-ins/file-fits/fits.c:1041 +#: ../plug-ins/file-fits/fits.c:1040 +msgid "Image Composing" +msgstr "Attēla komponēšana" + +#: ../plug-ins/file-fli/fli-gimp.c:166 ../plug-ins/file-fli/fli-gimp.c:186 +msgid "AutoDesk FLIC animation" +msgstr "AutoDesk FLIC animācija" + +#: ../plug-ins/file-fli/fli-gimp.c:562 +#: ../plug-ins/file-fli/fli-gimp.c:561 +#, c-format +msgid "Frame (%i)" +msgstr "Kadrs (%i)" + +#: ../plug-ins/file-fli/fli-gimp.c:714 +msgid "Sorry, I can save only INDEXED and GRAY images." +msgstr "Diemžēl var saglabāt tikai INDEXED un GRAY attēlus." + +#: ../plug-ins/file-fli/fli-gimp.c:846 +#: ../plug-ins/file-fli/fli-gimp.c:847 +msgid "GFLI 1.3 - Load framestack" +msgstr "GFLI 1.3 - ielādēt kadru steku" + +#: ../plug-ins/file-fli/fli-gimp.c:914 +msgid "GFLI 1.3 - Save framestack" +msgstr "GFLI 1.3 - saglabāt kadru steku" + +#: ../plug-ins/file-ico/ico-dialog.c:54 +msgid "Save as Windows Icon" +msgstr "Saglabāt kā Windows ikonu" + +#: ../plug-ins/file-ico/ico-dialog.c:86 +#: ../plug-ins/file-ico/ico-dialog.c:73 +msgid "Icon Details" +msgstr "Ikonas detaļas" + +#: ../plug-ins/file-ico/ico-dialog.c:106 +#: ../plug-ins/file-ico/ico-dialog.c:93 +msgid "" +"Large icons and compression are not supported by all programs. Older " +"applications may not open this file correctly." +msgstr "" +"Lielas ikonas un saspiešanu ne visas programmas atbalsta. Vecākas lietotnes " +"šo failu var neatvērt pareizi." + +#: ../plug-ins/file-ico/ico-dialog.c:178 +#: ../plug-ins/file-ico/ico-dialog.c:165 +msgid "1 bpp, 1-bit alpha, 2-slot palette" +msgstr "1 bpp, 1 bita alfa, 2 slotu palete" + +#: ../plug-ins/file-ico/ico-dialog.c:179 +#: ../plug-ins/file-ico/ico-dialog.c:166 +msgid "4 bpp, 1-bit alpha, 16-slot palette" +msgstr "4 bpp, 1 bita alfa, 16 slotu palete" + +#: ../plug-ins/file-ico/ico-dialog.c:180 +#: ../plug-ins/file-ico/ico-dialog.c:167 +msgid "8 bpp, 1-bit alpha, 256-slot palette" +msgstr "8 bpp, 1 bita alfa, 256 slotu palete" + +#: ../plug-ins/file-ico/ico-dialog.c:181 +#: ../plug-ins/file-ico/ico-dialog.c:168 +msgid "24 bpp, 1-bit alpha, no palette" +msgstr "24 bpp, 1 bita alfa, bez paletes" + +#: ../plug-ins/file-ico/ico-dialog.c:182 +#: ../plug-ins/file-ico/ico-dialog.c:169 +msgid "32 bpp, 8-bit alpha, no palette" +msgstr "32 bpp, 8 bitu alfa, bez paletes" + +#: ../plug-ins/file-ico/ico-dialog.c:196 +#: ../plug-ins/file-ico/ico-dialog.c:183 +msgid "Compressed (PNG)" +msgstr "Saspiests (PNG)" + +#. read successfully. add to image +#: ../plug-ins/file-ico/ico-load.c:624 +#: ../plug-ins/file-ico/ico-load.c:615 +#, c-format +msgid "Icon #%i" +msgstr "Ikona #%i" + +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 +#: ../plug-ins/file-psd/psd-thumb-load.c:85 +#: ../plug-ins/file-ico/ico-load.c:722 +#: ../plug-ins/file-jpeg/jpeg-load.c:688 +#: ../plug-ins/file-psd/psd-thumb-load.c:84 +#, c-format +msgid "Opening thumbnail for '%s'" +msgstr "Atver '%s' sīktēlu" + +#: ../plug-ins/file-ico/ico.c:103 ../plug-ins/file-ico/ico.c:137 +#: ../plug-ins/file-ico/ico.c:102 +#: ../plug-ins/file-ico/ico.c:136 +msgid "Microsoft Windows icon" +msgstr "Microsoft Windows ikona" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:293 +#: ../plug-ins/file-jpeg/jpeg-exif.c:356 +msgid "Rotate Image?" +msgstr "Pagriezt attēlu?" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:296 +#: ../plug-ins/file-jpeg/jpeg-exif.c:359 +msgid "_Keep Orientation" +msgstr "_Paturēt virzienu" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:352 +#: ../plug-ins/file-jpeg/jpeg-exif.c:415 +msgid "According to the EXIF data, this image is rotated." +msgstr "Spriežot pēc EXIF datiem, attēls ir pagriezts." + +#: ../plug-ins/file-jpeg/jpeg-exif.c:367 +#: ../plug-ins/file-jpeg/jpeg-exif.c:430 +msgid "Would you like GIMP to rotate it into the standard orientation?" +msgstr "Vai vēlaties, lai GIMP šo attēlu pagriež standarta virzienā?" + +#: ../plug-ins/file-jpeg/jpeg-load.c:241 +#: ../plug-ins/file-jpeg/jpeg-load.c:244 +msgid "JPEG preview" +msgstr "JPEG priekšskatījums" + +#: ../plug-ins/file-jpeg/jpeg-save.c:200 +#, c-format +msgid "File size: %02.01f kB" +msgstr "Faila izmērs: %02.01f kB" + +#: ../plug-ins/file-jpeg/jpeg-save.c:682 +#: ../plug-ins/file-jpeg/jpeg-save.c:687 +msgid "Calculating file size..." +msgstr "Rēķina faila izmēru..." + +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 +#: ../plug-ins/file-jpeg/jpeg-save.c:779 +#: ../plug-ins/file-jpeg/jpeg-save.c:874 +msgid "File size: unknown" +msgstr "Faila izmērs: nezināms" + +#: ../plug-ins/file-jpeg/jpeg-save.c:827 +msgid "Save as JPEG" +msgstr "Saglabāt kā JPEG" + +#: ../plug-ins/file-jpeg/jpeg-save.c:862 +#: ../plug-ins/file-jpeg/jpeg-save.c:860 +msgid "_Quality:" +msgstr "_Kvalitāte:" + +#: ../plug-ins/file-jpeg/jpeg-save.c:866 +#: ../plug-ins/file-jpeg/jpeg-save.c:864 +msgid "JPEG quality parameter" +msgstr "JPEG kvalitātes parametrs" + +#: ../plug-ins/file-jpeg/jpeg-save.c:885 +#: ../plug-ins/file-jpeg/jpeg-save.c:883 +msgid "Enable preview to obtain the file size." +msgstr "Aktivēt priekšskatījumu, lai iegūtu faila izmēru." + +#: ../plug-ins/file-jpeg/jpeg-save.c:888 +#: ../plug-ins/file-jpeg/jpeg-save.c:886 +msgid "Sho_w preview in image window" +msgstr "_Rādīt priekšskatījumu attēla logā" + +#: ../plug-ins/file-jpeg/jpeg-save.c:929 +#: ../plug-ins/file-jpeg/jpeg-save.c:927 +msgid "S_moothing:" +msgstr "G_ludināšana:" + +#: ../plug-ins/file-jpeg/jpeg-save.c:942 +msgid "Frequency (rows):" +msgstr "Frekvence (rindas):" + +#: ../plug-ins/file-jpeg/jpeg-save.c:958 +#: ../plug-ins/file-jpeg/jpeg-save.c:957 +msgid "Use _restart markers" +msgstr "Lietot pā_rstartēšanas marķierus" + +#: ../plug-ins/file-jpeg/jpeg-save.c:974 +#: ../plug-ins/file-jpeg/jpeg-save.c:973 +msgid "_Optimize" +msgstr "_Optimizēt" + +#: ../plug-ins/file-jpeg/jpeg-save.c:988 +#: ../plug-ins/file-jpeg/jpeg-save.c:987 +msgid "_Progressive" +msgstr "_Progresīvs" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 +#: ../plug-ins/file-jpeg/jpeg-save.c:1003 +msgid "Save _EXIF data" +msgstr "Saglabāt _EXIF datus" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 +#: ../plug-ins/file-jpeg/jpeg-save.c:1020 +msgid "Save _thumbnail" +msgstr "Saglabāt sīk_tēlu" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 +#: ../plug-ins/file-jpeg/jpeg-save.c:1037 +msgid "Save _XMP data" +msgstr "Saglabāt _XMP datus" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 +#: ../plug-ins/file-jpeg/jpeg-save.c:1052 +msgid "_Use quality settings from original image" +msgstr "Izmantot oriģinālā attēla kvalitātes iestatījum_us" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 +#: ../plug-ins/file-jpeg/jpeg-save.c:1058 +msgid "" +"If the original image was loaded from a JPEG file using non-standard quality " +"settings (quantization tables), enable this option to get almost the same " +"quality and file size." +msgstr "" +"Ja oriģinālais attēls tika ielādēts no JPEG faila, izmantojot nestandarta " +"kvalitātes iestatījumus (kvantēšanas tabulas), šīs opcijas aktivēšanas dos " +"apmēram to pašu kvalitāti un faila izmēru." + +#. Subsampling +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 +#: ../plug-ins/file-jpeg/jpeg-save.c:1082 +msgid "Su_bsampling:" +msgstr "A_pakštvērums:" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 +msgid "1x1,1x1,1x1 (best quality)" +msgstr "1x1,1x1,1x1 (labākā kvalitāte)" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 +msgid "2x1,1x1,1x1 (4:2:2)" +msgstr "2x1,1x1,1x1 (4:2:2)" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 +msgid "1x2,1x1,1x1" +msgstr "1x2,1x1,1x1" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 +msgid "2x2,1x1,1x1 (smallest file)" +msgstr "2x2,1x1,1x1 (mazākais fails)" + +#. DCT method +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 +#: ../plug-ins/file-jpeg/jpeg-save.c:1125 +msgid "_DCT method:" +msgstr "_DCT metode:" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 +#: ../plug-ins/file-jpeg/jpeg-save.c:1131 +msgid "Fast Integer" +msgstr "Ātrs vesels skaitlis" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 +msgid "Integer" +msgstr "Vesels skaitlis" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 +msgid "Floating-Point" +msgstr "Peldošais komats" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 +#: ../plug-ins/file-jpeg/jpeg-save.c:1149 +msgid "Comment" +msgstr "Komentārs" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 +msgid "Sa_ve Defaults" +msgstr "Sa_glabāt noklusētos" + +#: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175 +#: ../plug-ins/file-jpeg/jpeg.c:136 +#: ../plug-ins/file-jpeg/jpeg.c:174 +msgid "JPEG image" +msgstr "JPEG attēls" + +#: ../plug-ins/file-jpeg/jpeg.c:301 +#: ../plug-ins/file-jpeg/jpeg.c:300 +msgid "Export Preview" +msgstr "Eksportēt priekšskatījumu" + +#: ../plug-ins/file-psd/psd-load.c:215 +#: ../plug-ins/file-psd/psd-thumb-load.c:131 +#: ../plug-ins/file-psd/psd-load.c:214 +#: ../plug-ins/file-psd/psd-thumb-load.c:130 +#, c-format +msgid "Error loading PSD file: %s" +msgstr "Kļūda, ielādējot PSD failu: %s" + +#: ../plug-ins/file-psd/psd-load.c:270 +#: ../plug-ins/file-psd/psd-load.c:269 +#, c-format +msgid "Not a valid photoshop document file" +msgstr "Nav derīgs photoshop dokumenta fails" + +#: ../plug-ins/file-psd/psd-load.c:277 +#: ../plug-ins/file-psd/psd-load.c:276 +#, c-format +msgid "Unsupported file format version: %d" +msgstr "Neatbalstīta faila formāta versija: %d" + +#: ../plug-ins/file-psd/psd-load.c:284 +#: ../plug-ins/file-psd/psd-load.c:283 +#, c-format +msgid "Too many channels in file: %d" +msgstr "Pārāk daudz kanālu failā: %d" + +#: ../plug-ins/file-psd/psd-load.c:311 +#: ../plug-ins/file-psd/psd-load.c:310 +#, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Neatbalstīts vai nederīgs attēla izmērs: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:323 +#: ../plug-ins/file-psd/psd-load.c:322 +#, c-format +msgid "Unsupported color mode: %s" +msgstr "Neatbalstīts krāsu režīms: %s" + +#: ../plug-ins/file-psd/psd-load.c:350 +#: ../plug-ins/file-psd/psd-load.c:349 +#, c-format +msgid "Unsupported bit depth: %d" +msgstr "Neatbalstīts bitu dziļums: %d" + +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 +#: ../plug-ins/file-psd/psd-load.c:383 +#: ../plug-ins/file-psd/psd-load.c:393 +#, c-format +msgid "The file is corrupt!" +msgstr "Fails ir bojāts!" + +#: ../plug-ins/file-psd/psd-load.c:554 +#, c-format +msgid "Too many channels in layer: %d" +msgstr "Pārāk daudz kanālu slānī: %d" + +#: ../plug-ins/file-psd/psd-load.c:562 +#, c-format +msgid "Unsupported or invalid layer height: %d" +msgstr "Neatbalstīts vai nederīgs slāņa augstums: %d" + +#: ../plug-ins/file-psd/psd-load.c:570 +#, c-format +msgid "Unsupported or invalid layer width: %d" +msgstr "Neatbalstīts vai nederīgs slāņa platums: %d" + +#: ../plug-ins/file-psd/psd-load.c:579 +#, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "Neatbalstīts vai nederīgs slāņa izmērs: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:763 +#, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "Neatbalstīts vai nederīgs maskas augstums: %d" + +#: ../plug-ins/file-psd/psd-load.c:771 +#, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "Neatbalstīts vai nederīgs maksas platums: %d" + +#: ../plug-ins/file-psd/psd-load.c:780 +#, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "Neatbalstīts vai nederīgs maskas izmērs: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 +#: ../plug-ins/file-psd/psd-load.c:1231 +#: ../plug-ins/file-psd/psd-load.c:1613 +#, c-format +msgid "Unsupported compression mode: %d" +msgstr "Neatbalstīts saspiešanas režīms: %d" + +#: ../plug-ins/file-psd/psd-load.c:1644 +#: ../plug-ins/file-psd/psd-load.c:1706 +msgid "Extra" +msgstr "Papildu" + +#: ../plug-ins/file-psd/psd-load.c:1819 +#: ../plug-ins/file-psd/psd-load.c:1881 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "Neatbalstīts vai nederīgs kanāla izmērs" + +#: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 +#: ../plug-ins/file-psd/psd.c:153 +#: ../plug-ins/file-psd/psd.c:113 +#: ../plug-ins/file-psd/psd.c:152 +msgid "Photoshop image" +msgstr "Photoshop attēls" + +#: ../plug-ins/file-psd/psd-save.c:371 +#: ../plug-ins/file-psd/psd-save.c:374 +#, c-format +msgid "" +"Unable to save layer with mode '%s'. Either the PSD file format or the save " +"plug-in does not support that, using normal mode instead." +msgstr "" +"Nevar saglabāt slāni ar režīmu '%s'. Vai nu PSD faila formāts vai arī " +"spraudnis to neatbalsta; tā vietā lietojiet parasto režīmu." + +#: ../plug-ins/file-psd/psd-save.c:631 +#: ../plug-ins/file-psd/psd-save.c:634 +msgid "Error: Can't convert GIMP base imagetype to PSD mode" +msgstr "Kļūda: nevar pārveidot GIMP pamata attēla tipu uz PSD režīmu" + +#: ../plug-ins/file-psd/psd-save.c:1605 +#: ../plug-ins/file-psd/psd-save.c:1625 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images that are " +"more than 30,000 pixels wide or tall." +msgstr "" +"Nevar saglabāt '%s'. PSD faila formāts neatbalsta attēlus, kas ir vairāk kā " +"30,000 pikseļus plati vai augsti." + +#: ../plug-ins/file-psd/psd-save.c:1620 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images with " +"layers that are more than 30,000 pixels wide or tall." +msgstr "" +"Nevar saglabāt '%s'. PSD faila formāts neatbalsta attēlus ar slāņiem, kas ir " +"\\ " +"vairāk kā 30,000 pikseļus plati vai augsti." + +#: ../plug-ins/file-psd/psd-util.c:51 +#: ../plug-ins/file-psd/psd-util.c:50 +msgid "Unexpected end of file" +msgstr "Negaidītas faila beigas" + +#: ../plug-ins/file-sgi/sgi.c:121 ../plug-ins/file-sgi/sgi.c:141 +msgid "Silicon Graphics IRIS image" +msgstr "Silicon Graphics IRIS attēls" + +#: ../plug-ins/file-sgi/sgi.c:325 +#, c-format +msgid "Could not open '%s' for reading." +msgstr "Nevar atvērt '%s' lasīšanai." + +#: ../plug-ins/file-sgi/sgi.c:341 +#: ../plug-ins/file-sgi/sgi.c:343 +#, c-format +msgid "Invalid width: %hu" +msgstr "Nederīgs platums: %hu" + +#: ../plug-ins/file-sgi/sgi.c:348 +#: ../plug-ins/file-sgi/sgi.c:350 +#, c-format +msgid "Invalid height: %hu" +msgstr "Nederīgs augstums: %hu" + +#: ../plug-ins/file-sgi/sgi.c:355 +#: ../plug-ins/file-sgi/sgi.c:357 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "Nederīgs kanālu skaits: %hu" + +#: ../plug-ins/file-sgi/sgi.c:569 +#: ../plug-ins/file-sgi/sgi.c:572 +#, c-format +msgid "Could not open '%s' for writing." +msgstr "Nevar atvērt '%s' rakstīšanai." + +#: ../plug-ins/file-sgi/sgi.c:649 +msgid "Save as SGI" +msgstr "Saglabāt kā SGI" + +#: ../plug-ins/file-sgi/sgi.c:665 +#: ../plug-ins/file-sgi/sgi.c:655 +msgid "Compression type" +msgstr "Saspiešanas veids" + +#: ../plug-ins/file-sgi/sgi.c:669 +#: ../plug-ins/file-sgi/sgi.c:659 +msgid "No compression" +msgstr "Bez saspiešanas" + +#: ../plug-ins/file-sgi/sgi.c:671 +#: ../plug-ins/file-sgi/sgi.c:661 +msgid "RLE compression" +msgstr "RLE saspiešana" + +#: ../plug-ins/file-sgi/sgi.c:673 +#: ../plug-ins/file-sgi/sgi.c:663 +msgid "" +"Aggressive RLE\n" +"(not supported by SGI)" +msgstr "" +"Agresīvs RLE\n" +"(SGI to neatbalsta)" + +#: ../plug-ins/file-uri/gimpmountoperation.c:448 +msgid "Co_nnect" +msgstr "Savie_not" + +#: ../plug-ins/file-uri/gimpmountoperation.c:492 +msgid "Connect _anonymously" +msgstr "Savienoties _anonīmi" + +#: ../plug-ins/file-uri/gimpmountoperation.c:501 +msgid "Connect as u_ser:" +msgstr "_Savienoties kā lietotājam:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:538 +msgid "_Username:" +msgstr "Lietotāj_vārds:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:542 +msgid "_Domain:" +msgstr "_Domēns:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:547 +msgid "_Password:" +msgstr "_Parole:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:562 +msgid "_Forget password immediately" +msgstr "Uzreiz ai_zmirst paroli" + +#: ../plug-ins/file-uri/gimpmountoperation.c:570 +msgid "_Remember password until you logout" +msgstr "Atce_rēties paroli līdz atteikties" + +#: ../plug-ins/file-uri/gimpmountoperation.c:578 +msgid "_Remember forever" +msgstr "Atce_rēties bezgalīgi" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:129 +#: ../plug-ins/file-uri/uri-backend-wget.c:303 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:127 +#: ../plug-ins/file-uri/uri-backend-wget.c:361 +#, c-format +msgid "Downloading %s of image data" +msgstr "Lejupielādē %s no attēla datiem" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:226 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:136 +#: ../plug-ins/file-uri/uri-backend-wget.c:346 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:259 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:134 +#: ../plug-ins/file-uri/uri-backend-wget.c:404 +#, c-format +msgid "Downloaded %s of image data" +msgstr "Lejupielādēts %s no attēla datiem" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:182 +#, c-format +msgid "Uploading %s of image data" +msgstr "Augšupielādē %s no attēla datiem" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:183 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:230 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:263 +#, c-format +msgid "Uploaded %s of image data" +msgstr "Augšupielādēts %s no attēla datiem" + +#. The third line is "Connecting to..." +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:297 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:158 +#: ../plug-ins/file-uri/uri-backend-wget.c:195 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:317 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:161 +#: ../plug-ins/file-uri/uri-backend-wget.c:200 +#, c-format +msgid "Connecting to server" +msgstr "Savienojas ar serveri" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:312 +#, c-format +msgid "Failed to read %s from '%s': %s" +msgstr "Neizdevās nolasīt %s no '%s': %s" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:361 +#, c-format +msgid "Failed to write %s to '%s': %s" +msgstr "Neizdevās rakstīt %s uz '%s': %s" + +#: ../plug-ins/file-uri/uri-backend-gvfs.c:200 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:233 +#, c-format +msgid "Downloading image (%s of %s)" +msgstr "Lejupielādē attēlu (%s no %s)" + +#: ../plug-ins/file-uri/uri-backend-gvfs.c:204 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:237 +#, c-format +msgid "Uploading image (%s of %s)" +msgstr "Augšupielādē attēlu (%s no %s)" + +#: ../plug-ins/file-uri/uri-backend-libcurl.c:60 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:58 +msgid "Could not initialize libcurl" +msgstr "Neizdevās inicializēt libcurl" + +#: ../plug-ins/file-uri/uri-backend-libcurl.c:202 +#, c-format +msgid "Opening '%s' for reading resulted in HTTP response code: %d" +msgstr "'%s' atvēršana lasīšanai beidzās ar HTTP atbildes kodu: %d" + +#. The fourth line is either the network request or an error +#: ../plug-ins/file-uri/uri-backend-wget.c:162 +#: ../plug-ins/file-uri/uri-backend-wget.c:182 +#: ../plug-ins/file-uri/uri-backend-wget.c:201 +#: ../plug-ins/file-uri/uri-backend-wget.c:224 +#: ../plug-ins/file-uri/uri-backend-wget.c:253 +#: ../plug-ins/file-uri/uri-backend-wget.c:206 +#: ../plug-ins/file-uri/uri-backend-wget.c:229 +#: ../plug-ins/file-uri/uri-backend-wget.c:281 +#: ../plug-ins/file-uri/uri-backend-wget.c:299 +#: ../plug-ins/file-uri/uri-backend-wget.c:351 +#, c-format +msgid "wget exited abnormally on URI '%s'" +msgstr "wget izgāja negaidīti ar URI '%s'" + +#. The third line is "Connecting to..." +#: ../plug-ins/file-uri/uri-backend-wget.c:190 +#, c-format +msgid "(timeout is %d second)" +msgid_plural "(timeout is %d seconds)" +msgstr[0] "(noildze ir %d sekunde)" +msgstr[1] "(noildze ir %d sekundes)" +msgstr[2] "(noildze ir %d sekunžu)" + +#. The fourth line is either the network request or an error +#: ../plug-ins/file-uri/uri-backend-wget.c:219 +msgid "Opening URI" +msgstr "Atver URI" + +#: ../plug-ins/file-uri/uri-backend-wget.c:230 +#: ../plug-ins/file-uri/uri-backend-wget.c:263 +#: ../plug-ins/file-uri/uri-backend-wget.c:235 +#: ../plug-ins/file-uri/uri-backend-wget.c:245 +#: ../plug-ins/file-uri/uri-backend-wget.c:271 +#: ../plug-ins/file-uri/uri-backend-wget.c:309 +#, c-format +msgid "A network error occurred: %s" +msgstr "Gadījās tīkla kļūda: %s" + +#: ../plug-ins/file-uri/uri-backend-wget.c:308 +#: ../plug-ins/file-uri/uri-backend-wget.c:366 +msgid "Downloading unknown amount of image data" +msgstr "Lejupielādē nezināmu attēla datu apjomu" + +#: ../plug-ins/file-uri/uri.c:119 ../plug-ins/file-uri/uri.c:140 +#: ../plug-ins/file-uri/uri.c:122 +#: ../plug-ins/file-uri/uri.c:143 +msgid "URI" +msgstr "URI" + +#: ../plug-ins/file-xjt/xjt.c:488 ../plug-ins/file-xjt/xjt.c:506 +#: ../plug-ins/file-xjt/xjt.c:485 +#: ../plug-ins/file-xjt/xjt.c:503 +msgid "GIMP compressed XJT image" +msgstr "GIMP saspiests XJT attēls" + +#: ../plug-ins/file-xjt/xjt.c:736 +#: ../plug-ins/file-xjt/xjt.c:733 +#, c-format +msgid "XJT file contains unknown layermode %d" +msgstr "XJT fails satur nezināmu slāņa režīmu %d" + +#: ../plug-ins/file-xjt/xjt.c:773 +#: ../plug-ins/file-xjt/xjt.c:770 +#, c-format +msgid "Warning: unsupported layermode %d saved to XJT" +msgstr "Brīdinājums: nezināms slāņa režīms %d saglabāts XJT failā" + +#: ../plug-ins/file-xjt/xjt.c:789 +#: ../plug-ins/file-xjt/xjt.c:786 +#, c-format +msgid "XJT file contains unknown pathtype %d" +msgstr "XJT satur nezināmu ceļa tipu %d" + +#: ../plug-ins/file-xjt/xjt.c:805 +#: ../plug-ins/file-xjt/xjt.c:802 +#, c-format +msgid "Warning: unsupported pathtype %d saved to XJT" +msgstr "Brīdinājums: nezināms ceļa tips %d saglabāts XJT failā" + +#: ../plug-ins/file-xjt/xjt.c:824 +#: ../plug-ins/file-xjt/xjt.c:821 +#, c-format +msgid "XJT file contains unknown unittype %d" +msgstr "XJT satur nezināmu vienības tipu %d" + +#: ../plug-ins/file-xjt/xjt.c:845 +#: ../plug-ins/file-xjt/xjt.c:842 +#, c-format +msgid "Warning: unsupported unittype %d saved to XJT" +msgstr "Brīdinājums: nezināms vienības tips %d saglabāts XJT failā" + +#: ../plug-ins/file-xjt/xjt.c:866 +msgid "Save as XJT" +msgstr "Saglabāt kā XJT" + +#: ../plug-ins/file-xjt/xjt.c:889 +#: ../plug-ins/file-xjt/xjt.c:873 +msgid "Optimize" +msgstr "Optimizēt" + +#: ../plug-ins/file-xjt/xjt.c:899 +#: ../plug-ins/file-xjt/xjt.c:883 +msgid "Clear transparent" +msgstr "Attīrīt caurspīdīgumu" + +#: ../plug-ins/file-xjt/xjt.c:911 +#: ../plug-ins/file-xjt/xjt.c:895 +msgid "Quality:" +msgstr "Kvalitāte:" + +#: ../plug-ins/file-xjt/xjt.c:920 +#: ../plug-ins/file-xjt/xjt.c:904 +msgid "Smoothing:" +msgstr "Gludināšana:" + +#: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373 +#: ../plug-ins/file-xjt/xjt.c:1705 +#: ../plug-ins/file-xjt/xjt.c:3343 +#, c-format +msgid "Could not create working folder '%s': %s" +msgstr "Neizdevās izveidot darba mapi '%s': %s" + +#: ../plug-ins/file-xjt/xjt.c:3239 +#: ../plug-ins/file-xjt/xjt.c:3209 +#, c-format +msgid "Error: Could not read XJT property file '%s'." +msgstr "Kļūda: Nevarēja nolasīt XJT īpašību failu '%s'." + +#: ../plug-ins/file-xjt/xjt.c:3246 +#: ../plug-ins/file-xjt/xjt.c:3216 +#, c-format +msgid "Error: XJT property file '%s' is empty." +msgstr "Kļūda: XJT īpašības fails '%s' ir tukšs." + +#: ../plug-ins/flame/flame.c:129 +msgid "Create cosmic recursive fractal flames" +msgstr "Izveidot rekursīvas kosmiskas fraktāļu liesmas" + +#: ../plug-ins/flame/flame.c:134 +msgid "_Flame..." +msgstr "_Liesmas..." + +#: ../plug-ins/flame/flame.c:227 +msgid "Drawing flame" +msgstr "Zīmē liesmas" + +#: ../plug-ins/flame/flame.c:319 +#: ../plug-ins/flame/flame.c:317 +msgid "Flame works only on RGB drawables." +msgstr "Liesmas darbojas tikai ar RGB zīmējamo." + +#: ../plug-ins/flame/flame.c:402 +#: ../plug-ins/flame/flame.c:401 +#, c-format +msgid "'%s' is not a regular file" +msgstr "'%s' nav parasts fails" + +#: ../plug-ins/flame/flame.c:646 +#: ../plug-ins/flame/flame.c:645 +msgid "Edit Flame" +msgstr "Rediģēt liesmu" + +#: ../plug-ins/flame/flame.c:669 +#: ../plug-ins/flame/flame.c:668 +msgid "Directions" +msgstr "Virzieni" + +#: ../plug-ins/flame/flame.c:705 +#: ../plug-ins/flame/flame.c:704 +msgid "Controls" +msgstr "Vadīklas" + +#: ../plug-ins/flame/flame.c:719 +#: ../plug-ins/flame/flame.c:718 +msgid "_Speed:" +msgstr "Ātrum_s:" + +#: ../plug-ins/flame/flame.c:736 +#: ../plug-ins/flame/flame.c:735 +msgid "_Randomize" +msgstr "_Sajaukt" + +#: ../plug-ins/flame/flame.c:746 +#: ../plug-ins/flame/flame.c:745 +#: ../plug-ins/gimpressionist/orientation.c:163 +#: ../plug-ins/gimpressionist/size.c:166 +msgid "Same" +msgstr "Tas pats" + +#. Map type menu +#: ../plug-ins/flame/flame.c:747 ../plug-ins/gimpressionist/orientation.c:164 +#: ../plug-ins/gimpressionist/size.c:167 +#: ../plug-ins/common/bump-map.c:841 +#: ../plug-ins/lighting/lighting-ui.c:845 +#: ../plug-ins/flame/flame.c:746 +#: ../plug-ins/gimpressionist/orientation.c:163 +#: ../plug-ins/gimpressionist/size.c:166 +msgid "Random" +msgstr "Nejaušs" + +#: ../plug-ins/flame/flame.c:751 +msgid "Swirl" +msgstr "Virpuļot" + +#: ../plug-ins/flame/flame.c:752 +#: ../plug-ins/gfig/gfig-dialog.c:1475 +msgid "Horseshoe" +msgstr "Pakavs" + +#: ../plug-ins/flame/flame.c:753 ../plug-ins/gfig/gfig-dialog.c:1442 +#: ../plug-ins/flame/flame.c:752 +#: ../plug-ins/gfig/gfig-dialog.c:1475 +msgid "Polar" +msgstr "Polārs" + +#: ../plug-ins/flame/flame.c:754 +msgid "Bent" +msgstr "Saliekts" + +#: ../plug-ins/flame/flame.c:755 +msgid "Handkerchief" +msgstr "Kabatlakats" + +#: ../plug-ins/flame/flame.c:756 +msgid "Heart" +msgstr "Sirds" + +#: ../plug-ins/flame/flame.c:757 +#: ../plug-ins/common/sphere-designer.c:300 +msgid "Disc" +msgstr "Disks" + +#: ../plug-ins/flame/flame.c:759 +#: ../plug-ins/common/newsprint.c:136 +msgid "Hyperbolic" +msgstr "Hiperbolisks" + +#: ../plug-ins/flame/flame.c:761 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:843 +msgid "Ex" +msgstr "Ex" + +#: ../plug-ins/flame/flame.c:762 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:844 +#: ../plug-ins/common/waves.c:249 +#: ../plug-ins/flame/flame.c:761 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:843 +msgid "Julia" +msgstr "Džūlia" + +#: ../plug-ins/flame/flame.c:764 +msgid "Fisheye" +msgstr "Zivs acs" + +#: ../plug-ins/flame/flame.c:765 +msgid "Popcorn" +msgstr "Popkorns" + +#: ../plug-ins/flame/flame.c:766 +msgid "Exponential" +msgstr "Eksponenciāls" + +#: ../plug-ins/flame/flame.c:767 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:996 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1037 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1078 +msgid "Power" +msgstr "Pakāpe" + +#: ../plug-ins/flame/flame.c:768 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:997 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1038 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1079 +#: ../plug-ins/flame/flame.c:767 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:996 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1037 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1078 +msgid "Cosine" +msgstr "Kosinuss" + +#: ../plug-ins/flame/flame.c:769 +msgid "Rings" +msgstr "Gredzeni" + +#: ../plug-ins/flame/flame.c:770 +msgid "Fan" +msgstr "Ventilators" + +#: ../plug-ins/flame/flame.c:771 +msgid "Eyefish" +msgstr "Zivs acs" + +#: ../plug-ins/flame/flame.c:772 +#: ../plug-ins/map-object/map-object-ui.c:431 +msgid "Bubble" +msgstr "Burbulis" + +#: ../plug-ins/flame/flame.c:773 ../plug-ins/map-object/map-object-ui.c:491 +#: ../plug-ins/common/sphere-designer.c:298 +#: ../plug-ins/flame/flame.c:772 +#: ../plug-ins/map-object/map-object-ui.c:431 +msgid "Cylinder" +msgstr "Cilindrs" + +#: ../plug-ins/flame/flame.c:775 +msgid "Blur" +msgstr "Izsmērēšana" + +#: ../plug-ins/flame/flame.c:776 +msgid "Gaussian" +msgstr "Gausa" + +#: ../plug-ins/flame/flame.c:789 +#: ../plug-ins/flame/flame.c:788 +msgid "_Variation:" +msgstr "_Variācija:" + +#: ../plug-ins/flame/flame.c:811 +#: ../plug-ins/flame/flame.c:810 +msgid "Load Flame" +msgstr "Ielādēt liesmu" + +#: ../plug-ins/flame/flame.c:826 +#: ../plug-ins/flame/flame.c:825 +msgid "Save Flame" +msgstr "Saglabāt liesmu" + +#: ../plug-ins/flame/flame.c:968 +#: ../plug-ins/flame/flame.c:967 +msgid "Flame" +msgstr "Liesma" + +#: ../plug-ins/flame/flame.c:1069 +#: ../plug-ins/flame/flame.c:1068 +msgid "_Rendering" +msgstr "_Renderē" + +#: ../plug-ins/flame/flame.c:1095 +#: ../plug-ins/flame/flame.c:1094 +msgid "Co_ntrast:" +msgstr "Ko_ntrasts:" + +#: ../plug-ins/flame/flame.c:1109 +#: ../plug-ins/flame/flame.c:1108 +msgid "_Gamma:" +msgstr "_Gamma:" + +#: ../plug-ins/flame/flame.c:1123 +#: ../plug-ins/flame/flame.c:1122 +msgid "Sample _density:" +msgstr "Parauga _blīvums:" + +#: ../plug-ins/flame/flame.c:1134 +#: ../plug-ins/flame/flame.c:1133 +msgid "Spa_tial oversample:" +msgstr "Telpiskais virsparaugs:" + +#: ../plug-ins/flame/flame.c:1145 +#: ../plug-ins/flame/flame.c:1144 +msgid "Spatial _filter radius:" +msgstr "Telpiskā _filtra rādiuss:" + +#: ../plug-ins/flame/flame.c:1164 +#: ../plug-ins/flame/flame.c:1163 +msgid "Color_map:" +msgstr "_Krāsu karte:" + +#: ../plug-ins/flame/flame.c:1206 +#: ../plug-ins/flame/flame.c:1205 +msgid "Custom gradient" +msgstr "Pielāgota krāsu pāreja" + +#: ../plug-ins/flame/flame.c:1232 +#: ../plug-ins/flame/flame.c:1231 +msgid "C_amera" +msgstr "K_amera" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547 +#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gimpressionist/utils.c:143 +#: ../plug-ins/gradient-flare/gradient-flare.c:881 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:546 +#: ../plug-ins/gfig/gfig-dialog.c:279 +#: ../plug-ins/gimpressionist/utils.c:142 +#, c-format +msgid "" +"No %s in gimprc:\n" +"You need to add an entry like\n" +"(%s \"%s\")\n" +"to your %s file." +msgstr "" +"Nav %s iekš gimprc:\n" +"Failam %s jāpievieno apmēram šāds\n" +"(%s \"%s\")\n" +"ieraksts." + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:638 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:637 +msgid "Realtime preview" +msgstr "Reāla laika priekšskatījums" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:646 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:645 +msgid "If enabled the preview will be redrawn automatically" +msgstr "Ja aktivēts, priekšskatījums tiks pārzīmēts automātiski" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:649 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:648 +msgid "R_edraw preview" +msgstr "Pārzīmēt pri_ekšskatījumu" + +#. Zoom Options +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:657 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:656 +msgid "Zoom" +msgstr "Mērogs" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:693 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:692 +msgid "Undo last zoom change" +msgstr "Atsaukt pēdējās mēroga izmaiņas" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:703 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:702 +msgid "Redo last zoom change" +msgstr "Atatsaukt pēdējās mēroga izmaiņas" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:718 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:717 +msgid "_Parameters" +msgstr "_Parametri" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:721 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:720 +msgid "Fractal Parameters" +msgstr "Fraktāļa parametri" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:734 +#: ../plug-ins/map-object/map-object-ui.c:1099 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:733 +#: ../plug-ins/map-object/map-object-ui.c:1053 +msgid "Left:" +msgstr "No kreisās:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:743 +#: ../plug-ins/map-object/map-object-ui.c:1099 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:742 +#: ../plug-ins/map-object/map-object-ui.c:1053 +msgid "Right:" +msgstr "No labās:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:752 +#: ../plug-ins/map-object/map-object-ui.c:1098 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:751 +#: ../plug-ins/map-object/map-object-ui.c:1052 +msgid "Top:" +msgstr "No augšas:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:761 +#: ../plug-ins/map-object/map-object-ui.c:1098 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:760 +#: ../plug-ins/map-object/map-object-ui.c:1052 +msgid "Bottom:" +msgstr "No apakšas:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:772 +msgid "The higher the number of iterations, the more details will be calculated" +msgstr "Jo lielāks iterāciju skaits, jo vairāk detaļu tiks aprēķinātas" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:780 +msgid "CX:" +msgstr "CX:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:784 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:794 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:783 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:793 +msgid "Changes aspect of fractal" +msgstr "Maina fraktāļa formu" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:791 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:790 +msgid "CY:" +msgstr "CY:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:809 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:808 +msgid "Load a fractal from file" +msgstr "Ielādēt fraktāli no faila" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:816 +msgid "Reset parameters to default values" +msgstr "Atstatīt parametrus uz noklusētajām vērtībām" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:825 +msgid "Save active fractal to file" +msgstr "Saglabāt aktīvo fraktāli failā" + +#. Fractal type toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:829 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:828 +msgid "Fractal Type" +msgstr "Fraktāļa tips" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:842 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:841 +msgid "Mandelbrot" +msgstr "Mandelbrots" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:846 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:845 +msgid "Barnsley 1" +msgstr "Branslija 1" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:848 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:847 +msgid "Barnsley 2" +msgstr "Branslija 2" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:850 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:849 +msgid "Barnsley 3" +msgstr "Branslija 3" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:852 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:851 +msgid "Spider" +msgstr "Zirneklis" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:854 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:853 +msgid "Man'o'war" +msgstr "Man'o'war" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:856 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:855 +msgid "Lambda" +msgstr "Lambda" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:858 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:857 +msgid "Sierpinski" +msgstr "Sierpinski" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:920 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:919 +msgid "Number of colors:" +msgstr "Krāsu skaits:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:923 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:922 +msgid "Change the number of colors in the mapping" +msgstr "Mainīt krāsu skaitu kartējumā" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:930 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:929 +msgid "Use loglog smoothing" +msgstr "Lietot loglog gludināšanu" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:936 +msgid "Use log log smoothing to eliminate \"banding\" in the result" +msgstr "Lietot log log gludināšanu, lai beigās likvidētu \"salīmēšanu\"" + +#. Color Density frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:940 +msgid "Color Density" +msgstr "Krāsu blīvums" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:956 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:955 +msgid "Change the intensity of the red channel" +msgstr "Mainīt sarkanā kanāla intensitāti" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:966 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:965 +msgid "Change the intensity of the green channel" +msgstr "Mainīt zaļā kanāla intensitāti" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:976 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:975 +msgid "Change the intensity of the blue channel" +msgstr "Mainīt zilā kanāla intensitāti" + +#. Color Function frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:982 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:981 +msgid "Color Function" +msgstr "Krāsu funkcija" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:995 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1036 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1077 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:994 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1035 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1076 +msgid "Sine" +msgstr "Sinuss" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1004 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1086 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1003 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1044 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1085 +msgid "Use sine-function for this color component" +msgstr "Lietot sinusa funkciju šai krāsu komponentei" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1007 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1048 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1089 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1006 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1047 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1088 +msgid "Use cosine-function for this color component" +msgstr "Lietot kosinusa funkciju šai krāsu komponentei" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1010 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1051 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1092 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1009 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1050 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1091 +msgid "" +"Use linear mapping instead of any trigonometrical function for this color " +"channel" +msgstr "" +"Lietot lineāro kartēšanu nevis kādu trigonometrisko funkciju šim krāsu " +"kanālam" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1019 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1060 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1101 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1018 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1059 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1100 +msgid "Inversion" +msgstr "Inversija" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1027 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1068 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1109 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1026 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1067 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1108 +msgid "" +"If you enable this option higher color values will be swapped with lower " +"ones and vice versa" +msgstr "" +"Ja aktivēsiet šo opciju, augstākas krāsu vērtības tiks apmainītas ar " +"zemākām, un otrādi" + +#. Colormode toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1114 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1113 +msgid "Color Mode" +msgstr "Krāsu režīms" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1123 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1122 +msgid "As specified above" +msgstr "Kā norādīts augstāk" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1135 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1134 +msgid "" +"Create a color-map with the options you specified above (color density/" +"function). The result is visible in the preview image" +msgstr "" +"Izveidot krāsu karti, kuras opcijas ir norādītas augstāk (krāsu " +"blīvums/funkcija). Rezultāts ir redzams priekšskatījuma attēlā." + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1145 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1144 +msgid "Apply active gradient to final image" +msgstr "Pielietot aktīvo krāsu pāreju attēlam" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1157 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1156 +msgid "Create a color-map using a gradient from the gradient editor" +msgstr "Izveidot krāsu karti, izmantojot krāsu pāreju no krāsu pāreju redaktora" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1168 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1167 +msgid "FractalExplorer Gradient" +msgstr "Fraktāļu pārlūka krāsu pāreja" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1198 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1197 +msgid "_Fractals" +msgstr "_Fraktāļi" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1559 +#, c-format +msgid "Could not write '%s': %s" +msgstr "Nevarēja ierakstīt '%s': %s" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1634 +msgid "Load Fractal Parameters" +msgstr "Ielādēt fraktāļa parametrus" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1673 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1672 +msgid "Save Fractal Parameters" +msgstr "Saglabāt fraktāļa parametrus" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1871 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1870 +#, c-format +msgid "'%s' is not a FractalExplorer file" +msgstr "'%s' nav fraktāļu pārlūka fails" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1877 +#, c-format +msgid "'%s' is corrupt. Line %d Option section incorrect" +msgstr "'%s' ir bojāts. Rindas %d opcijas izvēle nepareiza" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:239 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:238 +msgid "Render fractal art" +msgstr "Renderēt fraktāļu mākslu" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:244 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:243 +msgid "_Fractal Explorer..." +msgstr "_Fraktāļu pārlūks..." + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:374 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:373 +msgid "Rendering fractal" +msgstr "Renderē fraktāli" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:756 +#: ../plug-ins/gradient-flare/gradient-flare.c:3200 +#: ../plug-ins/gradient-flare/gradient-flare.c:3201 +#, c-format +msgid "Are you sure you want to delete \"%s\" from the list and from disk?" +msgstr "Vai tiešām vēlaties dzēst \"%s\" no saraksta un cietā diska?" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:760 +msgid "Delete Fractal" +msgstr "Dzēst fraktāli" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:950 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:949 +#, c-format +msgid "File '%s' is not a FractalExplorer file" +msgstr "Fails '%s' nav fraktāļu pārlūka fails" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:959 +#, c-format +msgid "" +"File '%s' is corrupt.\n" +"Line %d Option section incorrect" +msgstr "" +"Fails '%s' ir bojāts.\n" +"Rindas %d opcijas izvēle nepareiza" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1003 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1004 +msgid "My first fractal" +msgstr "Mans pirmais fraktālis" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1067 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1068 +msgid "Select folder and rescan collection" +msgstr "Izvēlieties mapi un pārskanēt kolekciju" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1079 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1080 +msgid "Apply currently selected fractal" +msgstr "Izmantot pašlaik izvēlēto fraktāli" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1091 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1092 +msgid "Delete currently selected fractal" +msgstr "Dzēst pašlaik izvēlēto fraktāli" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1114 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1115 +msgid "Rescan for Fractals" +msgstr "Pārskanēt, lai atrastu fraktāļus" + +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1133 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1134 +msgid "Add FractalExplorer Path" +msgstr "Pievienot fraktāļa pārlūka ceļu" + +#: ../plug-ins/gfig/gfig-bezier.c:443 +#: ../plug-ins/gfig/gfig-bezier.c:442 +msgid "Closed" +msgstr "Aizvērt" + +#: ../plug-ins/gfig/gfig-bezier.c:448 +#: ../plug-ins/gfig/gfig-bezier.c:447 +msgid "Close curve on completion" +msgstr "Pabeidzot aizvērt līkni" + +#: ../plug-ins/gfig/gfig-bezier.c:453 +#: ../plug-ins/gfig/gfig-bezier.c:452 +msgid "Show Line Frame" +msgstr "Rādīt līnijas kadru" + +#: ../plug-ins/gfig/gfig-bezier.c:458 +#: ../plug-ins/gfig/gfig-bezier.c:457 +msgid "Draws lines between the control points. Only during curve creation" +msgstr "Zīmē līnijas starp kontrolpunktiem. Tikai līkņu veidošanas laikā" + +#. Start building the dialog up +#: ../plug-ins/gfig/gfig-dialog.c:286 +#: ../plug-ins/gfig/gfig-dialog.c:291 +msgid "Gfig" +msgstr "Gfig" + +#. Tool options notebook +#: ../plug-ins/gfig/gfig-dialog.c:337 +#: ../plug-ins/gfig/gfig-dialog.c:342 +msgid "Tool Options" +msgstr "Rīku opcijas" + +#: ../plug-ins/gfig/gfig-dialog.c:354 +#: ../plug-ins/gfig/gfig-dialog.c:359 +msgid "_Stroke" +msgstr "_Apvilkt" + +#. Fill frame on right side +#: ../plug-ins/gfig/gfig-dialog.c:401 +#: ../plug-ins/gfig/gfig-dialog.c:406 +msgid "Fill" +msgstr "Aizpildījums" + +#: ../plug-ins/gfig/gfig-dialog.c:415 +msgid "No fill" +msgstr "Bez aizpildījuma" + +#: ../plug-ins/gfig/gfig-dialog.c:416 +#: ../plug-ins/gfig/gfig-dialog.c:421 +msgid "Color fill" +msgstr "Aizliešana ar krāsu" + +#: ../plug-ins/gfig/gfig-dialog.c:417 +#: ../plug-ins/gfig/gfig-dialog.c:422 +msgid "Pattern fill" +msgstr "Aizliešana ar rakstu" + +#: ../plug-ins/gfig/gfig-dialog.c:418 +#: ../plug-ins/gfig/gfig-dialog.c:423 +msgid "Shape gradient" +msgstr "Formu krāsu pāreja" + +#: ../plug-ins/gfig/gfig-dialog.c:419 +#: ../plug-ins/gfig/gfig-dialog.c:424 +msgid "Vertical gradient" +msgstr "Vertikāla krāsu pāreja" + +#: ../plug-ins/gfig/gfig-dialog.c:420 +#: ../plug-ins/gfig/gfig-dialog.c:425 +msgid "Horizontal gradient" +msgstr "Horizontāla krāsu pāreja" + +#. "show image" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:480 +#: ../plug-ins/gfig/gfig-dialog.c:485 +msgid "Show image" +msgstr "Rādīt attēlu" + +#. "snap to grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:493 +msgctxt "checkbutton" +msgid "Snap to grid" +msgstr "Pievilkt pie režģa" + +#. "show grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:502 +#: ../plug-ins/gfig/gfig-dialog.c:507 +msgid "Show grid" +msgstr "Rādīt režģi" + +#: ../plug-ins/gfig/gfig-dialog.c:637 +#: ../plug-ins/gfig/gfig-dialog.c:650 +msgid "Load Gfig Object Collection" +msgstr "Ielādēt Gfig objektu kolekciju" + +#: ../plug-ins/gfig/gfig-dialog.c:686 +#: ../plug-ins/gfig/gfig-dialog.c:699 +msgid "Save Gfig Drawing" +msgstr "Saglabāt Gfig zīmējumu" + +#: ../plug-ins/gfig/gfig-dialog.c:831 +#: ../plug-ins/gfig/gfig-dialog.c:844 +msgid "First Gfig" +msgstr "Pirmais Gfig" + +#: ../plug-ins/gfig/gfig-dialog.c:870 +#: ../plug-ins/gfig/gfig-dialog.c:882 +msgid "_Undo" +msgstr "Atsa_ukt" + +#: ../plug-ins/gfig/gfig-dialog.c:874 +msgid "_Clear" +msgstr "_Attīrīt" + +#: ../plug-ins/gfig/gfig-dialog.c:878 ../plug-ins/imagemap/imap_menu.c:209 +#: ../plug-ins/gfig/gfig-dialog.c:890 +#: ../plug-ins/imagemap/imap_menu.c:208 +msgid "_Grid" +msgstr "_Režģis" + +#: ../plug-ins/gfig/gfig-dialog.c:886 +msgid "Raise selected object" +msgstr "Pacelt izvēlēto objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:890 +#: ../plug-ins/imagemap/imap_menu.c:208 +msgid "Lower selected object" +msgstr "Pazemināt izvēlēto objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:894 +msgid "Raise selected object to top" +msgstr "Pacelt izvēlēto objektu virspusē" + +#: ../plug-ins/gfig/gfig-dialog.c:898 +msgid "Lower selected object to bottom" +msgstr "Pazemināt izvēlēto objektu uz apakšu" + +#: ../plug-ins/gfig/gfig-dialog.c:902 +#: ../plug-ins/gfig/gfig-dialog.c:914 +msgid "Show previous object" +msgstr "Rādīt iepriekšējo objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:906 +#: ../plug-ins/gfig/gfig-dialog.c:918 +msgid "Show next object" +msgstr "Rādīt nākamo objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:910 ../plug-ins/gfig/gfig-stock.c:53 +#: ../plug-ins/gfig/gfig-dialog.c:949 +msgid "Show all objects" +msgstr "Rādīt visus objektus" + +#: ../plug-ins/gfig/gfig-dialog.c:916 ../plug-ins/gfig/gfig-stock.c:47 +#: ../plug-ins/gfig/gfig-dialog.c:956 +msgid "Create line" +msgstr "1Pārvietot objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:919 ../plug-ins/gfig/gfig-stock.c:51 +#: ../plug-ins/gfig/gfig-dialog.c:968 +msgid "Create rectangle" +msgstr "Izveidot taisnstūri" + +#: ../plug-ins/gfig/gfig-dialog.c:922 ../plug-ins/gfig/gfig-stock.c:42 +#: ../plug-ins/gfig/gfig-stock.c:52 +#: ../plug-ins/gfig/gfig-dialog.c:962 +msgid "Create circle" +msgstr "Izveidot apli" + +#: ../plug-ins/gfig/gfig-dialog.c:925 ../plug-ins/gfig/gfig-stock.c:46 +#: ../plug-ins/gfig/gfig-dialog.c:928 +msgid "Create ellipse" +msgstr "Izveidot elipsi" + +#: ../plug-ins/gfig/gfig-dialog.c:928 ../plug-ins/gfig/gfig-stock.c:44 +#: ../plug-ins/gfig/gfig-stock.c:46 +#: ../plug-ins/gfig/gfig-dialog.c:965 +msgid "Create arc" +msgstr "1Dzēst objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:931 ../plug-ins/gfig/gfig-stock.c:50 +#: ../plug-ins/gfig/gfig-dialog.c:943 +#: ../plug-ins/gfig/gfig-stock.c:49 +msgid "Create reg polygon" +msgstr "Izveidot regulāru daudzstūri" + +#: ../plug-ins/gfig/gfig-dialog.c:934 ../plug-ins/gfig/gfig-stock.c:55 +#: ../plug-ins/gfig/gfig-stock.c:41 +#: ../plug-ins/gfig/gfig-dialog.c:946 +#: ../plug-ins/gfig/gfig-stock.c:54 +msgid "Create star" +msgstr "Izveidot zvaigzni" + +#: ../plug-ins/gfig/gfig-dialog.c:937 ../plug-ins/gfig/gfig-stock.c:54 +#: ../plug-ins/gfig/gfig-stock.c:45 +#: ../plug-ins/gfig/gfig-dialog.c:946 +#: ../plug-ins/gfig/gfig-dialog.c:949 +#: ../plug-ins/gfig/gfig-stock.c:53 +msgid "Create spiral" +msgstr "Izveidot spirāli" + +#: ../plug-ins/gfig/gfig-dialog.c:940 +#: ../plug-ins/gfig/gfig-stock.c:43 +#: ../plug-ins/gfig/gfig-dialog.c:952 +msgid "Create bezier curve. Shift + Button ends object creation." +msgstr "Izveidot Bezjē līkni. Shift + poga beidz objekta izveidi." + +#: ../plug-ins/gfig/gfig-dialog.c:944 ../plug-ins/gfig/gfig-stock.c:48 +#: ../plug-ins/gfig/gfig-dialog.c:959 +msgid "Move an object" +msgstr "Pārvietot objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:947 ../plug-ins/gfig/gfig-stock.c:49 +#: ../plug-ins/gfig/gfig-dialog.c:943 +#: ../plug-ins/gfig/gfig-dialog.c:959 +#: ../plug-ins/gfig/gfig-stock.c:48 +msgid "Move a single point" +msgstr "Pārvietot vienu punktu" + +#: ../plug-ins/gfig/gfig-dialog.c:950 ../plug-ins/gfig/gfig-stock.c:43 +#: ../plug-ins/gfig/gfig-dialog.c:940 +#: ../plug-ins/gfig/gfig-dialog.c:962 +#: ../plug-ins/gfig/gfig-stock.c:42 +msgid "Copy an object" +msgstr "Kopēt objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:953 ../plug-ins/gfig/gfig-stock.c:45 +#: ../plug-ins/gfig/gfig-dialog.c:937 +#: ../plug-ins/gfig/gfig-dialog.c:965 +#: ../plug-ins/gfig/gfig-stock.c:44 +msgid "Delete an object" +msgstr "Dzēst objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:956 ../plug-ins/gfig/gfig-stock.c:52 +#: ../plug-ins/gfig/gfig-dialog.c:922 +#: ../plug-ins/gfig/gfig-stock.c:47 +#: ../plug-ins/gfig/gfig-dialog.c:968 +#: ../plug-ins/gfig/gfig-stock.c:51 +msgid "Select an object" +msgstr "Izvēlēties objektu" + +#: ../plug-ins/gfig/gfig-dialog.c:1038 +#: ../plug-ins/gfig/gfig-dialog.c:1050 +msgid "This tool has no options" +msgstr "Šim rīkam nav opciju" + +#. Put buttons in +#: ../plug-ins/gfig/gfig-dialog.c:1228 +#: ../plug-ins/gfig/gfig-dialog.c:1261 +msgid "Show position" +msgstr "Rādīt novietojumu" + +#: ../plug-ins/gfig/gfig-dialog.c:1240 +#: ../plug-ins/gfig/gfig-dialog.c:1273 +msgid "Show control points" +msgstr "Rādīt kontrolpunktus" + +#: ../plug-ins/gfig/gfig-dialog.c:1274 +#: ../plug-ins/gfig/gfig-dialog.c:1307 +msgid "Max undo:" +msgstr "Maks. atsaukšanas:" + +#: ../plug-ins/gfig/gfig-dialog.c:1283 +#: ../plug-ins/gimpressionist/general.c:185 +#: ../plug-ins/gfig/gfig-dialog.c:1316 +#: ../plug-ins/gimpressionist/general.c:184 +msgid "Transparent" +msgstr "Caurspīdīgs" + +#: ../plug-ins/gfig/gfig-dialog.c:1285 +#: ../plug-ins/gfig/gfig-dialog.c:1318 +msgid "Foreground" +msgstr "Priekšplāns" + +#: ../plug-ins/gfig/gfig-dialog.c:1287 ../plug-ins/imagemap/imap_cmd_copy.c:54 +#: ../plug-ins/imagemap/imap_cmd_copy_object.c:55 +#: ../plug-ins/imagemap/imap_menu.c:160 +#: ../plug-ins/gfig/gfig-dialog.c:1320 +#: ../plug-ins/imagemap/imap_cmd_copy.c:53 +#: ../plug-ins/imagemap/imap_cmd_copy_object.c:54 +#: ../plug-ins/imagemap/imap_menu.c:159 +#: ../plug-ins/imagemap/imap_cmd_paste.c:50 +msgid "Copy" +msgstr "Kopēt" + +#: ../plug-ins/gfig/gfig-dialog.c:1296 +msgid "" +"Layer background type. Copy causes the previous layer to be copied before " +"the draw is performed." +msgstr "" +"Slāņa fona veids. Dēļ kopēšanas iepriekšējais slānis tiks kopēts pirms " +"tiks veikta zīmēšana." + +#: ../plug-ins/gfig/gfig-dialog.c:1302 +#: ../plug-ins/gfig/gfig-dialog.c:1335 +msgid "Background:" +msgstr "Fons:" + +#: ../plug-ins/gfig/gfig-dialog.c:1305 +#: ../plug-ins/gfig/gfig-dialog.c:1338 +msgid "Feather" +msgstr "Izpludināt" + +#: ../plug-ins/gfig/gfig-dialog.c:1329 +#: ../plug-ins/gfig/gfig-dialog.c:1361 +msgid "Radius:" +msgstr "Rādiuss:" + +#: ../plug-ins/gfig/gfig-dialog.c:1386 +#: ../plug-ins/gfig/gfig-dialog.c:1419 +msgid "Grid spacing:" +msgstr "Režģa atstarpes:" + +#: ../plug-ins/gfig/gfig-dialog.c:1403 +#: ../plug-ins/gfig/gfig-dialog.c:1436 +msgid "Polar grid sectors desired:" +msgstr "Vēlamie polārā režģa sektori:" + +#: ../plug-ins/gfig/gfig-dialog.c:1425 +#: ../plug-ins/gfig/gfig-dialog.c:1458 +msgid "Polar grid radius interval:" +msgstr "Polārā režģa rādiusa intervāls:" + +#: ../plug-ins/gfig/gfig-dialog.c:1441 ../plug-ins/imagemap/imap_menu.c:220 +msgid "Rectangle" +msgstr "Taisnstūris" + +#: ../plug-ins/gfig/gfig-dialog.c:1443 +#: ../plug-ins/gfig/gfig-dialog.c:1476 +msgid "Isometric" +msgstr "Izometrisks" + +#: ../plug-ins/gfig/gfig-dialog.c:1452 +#: ../plug-ins/gfig/gfig-dialog.c:1485 +msgid "Grid type:" +msgstr "Režģa veids:" + +#: ../plug-ins/gfig/gfig-dialog.c:1459 +#: ../plug-ins/gradient-flare/gradient-flare.c:551 +#: ../plug-ins/gfig/gfig-dialog.c:1492 +msgid "Normal" +msgstr "Normāls" + +#: ../plug-ins/gfig/gfig-dialog.c:1462 +#: ../plug-ins/gfig/gfig-dialog.c:1495 +msgid "Grey" +msgstr "Pelēks" + +#: ../plug-ins/gfig/gfig-dialog.c:1463 +#: ../plug-ins/gfig/gfig-dialog.c:1496 +msgid "Darker" +msgstr "Tumšāks" + +#: ../plug-ins/gfig/gfig-dialog.c:1464 +#: ../plug-ins/gfig/gfig-dialog.c:1497 +msgid "Lighter" +msgstr "Gaišāks" + +#: ../plug-ins/gfig/gfig-dialog.c:1465 +#: ../plug-ins/gfig/gfig-dialog.c:1498 +msgid "Very dark" +msgstr "Ļoti tumšs" + +#: ../plug-ins/gfig/gfig-dialog.c:1474 +#: ../plug-ins/imagemap/imap_menu.c:219 +#: ../plug-ins/gfig/gfig-dialog.c:1507 +msgid "Grid color:" +msgstr "Režģa krāsa:" + +#: ../plug-ins/gfig/gfig-dialog.c:1697 +#: ../plug-ins/gfig/gfig-dialog.c:1730 +msgid "Sides:" +msgstr "Puses:" + +#: ../plug-ins/gfig/gfig-dialog.c:1707 +#: ../plug-ins/gfig/gfig-dialog.c:1740 +msgid "Right" +msgstr "Labā" + +#: ../plug-ins/gfig/gfig-dialog.c:1708 +#: ../plug-ins/gfig/gfig-dialog.c:1741 +msgid "Left" +msgstr "Kreisā" + +#: ../plug-ins/gfig/gfig-dialog.c:1718 +#: ../plug-ins/gimpressionist/orientation.c:148 +#: ../plug-ins/gfig/gfig-dialog.c:1751 +#: ../plug-ins/gimpressionist/orientation.c:147 +msgid "Orientation:" +msgstr "Virziens:" + +#: ../plug-ins/gfig/gfig-dobject.c:585 +#: ../plug-ins/gfig/gfig-dobject.c:584 +msgid "Hey where has the object gone ?" +msgstr "Eu, kur pazuda objekts?" + +#: ../plug-ins/gfig/gfig-dobject.c:955 +#: ../plug-ins/gfig/gfig-dobject.c:953 +msgid "Error reading file" +msgstr "Kļūda, lasot failu" + +#: ../plug-ins/gfig/gfig-dobject.c:1044 +#: ../plug-ins/gfig/gfig-dobject.c:1042 +msgid "Editing read-only object - you will not be able to save it" +msgstr "Rediģē reālā laika objektu — jūs to nevarēsiet saglabāt" + +#: ../plug-ins/gfig/gfig-poly.c:51 +#: ../plug-ins/gfig/gfig-poly.c:50 +msgid "Regular Polygon Number of Sides" +msgstr "Regulāra daudzstūra šķautņu skaits" + +#: ../plug-ins/gfig/gfig-preview.c:328 +msgid "Object Details" +msgstr "Informācija par objektu" + +#. Position labels +#: ../plug-ins/gfig/gfig-preview.c:378 +msgid "XY position:" +msgstr "XY novietojums:" + +#: ../plug-ins/gfig/gfig-spiral.c:55 +#: ../plug-ins/gfig/gfig-spiral.c:54 +msgid "Spiral Number of Turns" +msgstr "Spirāles pagriezienu skaits" + +#: ../plug-ins/gfig/gfig-star.c:52 +#: ../plug-ins/gfig/gfig-star.c:51 +msgid "Star Number of Points" +msgstr "Punktu skaits zvaigznei" + +#: ../plug-ins/gfig/gfig-stock.c:41 +#: ../plug-ins/gfig/gfig-dialog.c:934 +#: ../plug-ins/gfig/gfig-stock.c:40 +msgid "Create bezier curve" +msgstr "Izveidot Bezjē līkni." + +#: ../plug-ins/gfig/gfig.c:124 +#: ../plug-ins/gfig/gfig.c:123 +msgid "Create geometric shapes" +msgstr "Izveidot ģeometriskas figūras" + +#: ../plug-ins/gfig/gfig.c:135 +#: ../plug-ins/gfig/gfig.c:134 +msgid "_Gfig..." +msgstr "_Gfig..." + +#: ../plug-ins/gfig/gfig.c:731 +#: ../plug-ins/gfig/gfig.c:735 +msgid "" +"Error trying to save figure as a parasite: can't attach parasite to drawable." +msgstr "" +"Kļūda, mēģinot saglabāt attēlu kā troksni, nevar piesaistīt troksni " +"uzzīmējamam." + +#: ../plug-ins/gfig/gfig.c:758 +#: ../plug-ins/gfig/gfig.c:762 +#, c-format +msgid "Error trying to open temporary file '%s' for parasite loading: %s" +msgstr "Kļūda, mēģinot atvērt pagaidu failu '%s' trokšņa ielādēšanai: %s" + +#: ../plug-ins/gimpressionist/brush.c:247 +#: ../plug-ins/gimpressionist/brush.c:246 +msgid "Can only save drawables!" +msgstr "Var saglabāt tikai uzzīmējamos!" + +#: ../plug-ins/gimpressionist/brush.c:252 +#: ../plug-ins/gimpressionist/brush.c:251 +msgid "Save Brush" +msgstr "Saglabāt otu" + +#: ../plug-ins/gimpressionist/brush.c:507 +#: ../plug-ins/gimpressionist/brush.c:506 +msgid "_Brush" +msgstr "_Ota" + +#: ../plug-ins/gimpressionist/brush.c:544 +#: ../plug-ins/gimpressionist/brush.c:543 +msgid "Gamma:" +msgstr "Gamma:" + +#: ../plug-ins/gimpressionist/brush.c:562 +#: ../plug-ins/gimpressionist/brush.c:561 +msgid "Changes the gamma (brightness) of the selected brush" +msgstr "Maina gammu (gaišumu) izvēlētajai otai" + +#: ../plug-ins/gimpressionist/brush.c:570 +#: ../plug-ins/gimpressionist/brush.c:569 +msgid "Select:" +msgstr "Izvēlēties:" + +#: ../plug-ins/gimpressionist/brush.c:599 +#: ../plug-ins/gimpressionist/brush.c:598 +msgid "Aspect ratio:" +msgstr "Izmēra attiecība:" + +#: ../plug-ins/gimpressionist/brush.c:603 +#: ../plug-ins/gimpressionist/brush.c:602 +msgid "Specifies the aspect ratio of the brush" +msgstr "Norāda otas izmēra attiecību" + +#: ../plug-ins/gimpressionist/brush.c:612 +#: ../plug-ins/gimpressionist/paper.c:206 +#: ../plug-ins/gimpressionist/brush.c:611 +#: ../plug-ins/gimpressionist/paper.c:205 +msgid "Relief:" +msgstr "Reljefs:" + +#: ../plug-ins/gimpressionist/brush.c:616 +#: ../plug-ins/gimpressionist/paper.c:210 +#: ../plug-ins/gimpressionist/brush.c:615 +#: ../plug-ins/gimpressionist/paper.c:209 +msgid "Specifies the amount of embossing to apply to the image (in percent)" +msgstr "Norāda, kādu gofrēšanas apjomu veikt attēlam (procentos)" + +#: ../plug-ins/gimpressionist/color.c:60 +#: ../plug-ins/gimpressionist/color.c:59 +msgid "Co_lor" +msgstr "Krā_sa" + +#: ../plug-ins/gimpressionist/color.c:70 +#: ../plug-ins/gimpressionist/color.c:69 +msgid "A_verage under brush" +msgstr "_Vidējais zem otas" + +#: ../plug-ins/gimpressionist/color.c:72 +#: ../plug-ins/gimpressionist/color.c:71 +msgid "C_enter of brush" +msgstr "_Otas vidus" + +#: ../plug-ins/gimpressionist/color.c:79 +#: ../plug-ins/gimpressionist/color.c:78 +msgid "Color is computed from the average of all pixels under the brush" +msgstr "Krāsu aprēķina, no visu pikseļu vidējā zem otas" + +#: ../plug-ins/gimpressionist/color.c:83 +#: ../plug-ins/gimpressionist/color.c:82 +msgid "Samples the color from the pixel in the center of the brush" +msgstr "Ņem krāsu no pikseļa, kas atrodas zem otas centra" + +#: ../plug-ins/gimpressionist/color.c:94 +#: ../plug-ins/gimpressionist/color.c:93 +msgid "Color _noise:" +msgstr "Krāsas troks_nis:" + +#: ../plug-ins/gimpressionist/color.c:98 +#: ../plug-ins/gimpressionist/color.c:97 +msgid "Adds random noise to the color" +msgstr "Krāsai pievieno nejaušu troksni" + +#: ../plug-ins/gimpressionist/general.c:134 +#: ../plug-ins/gradient-flare/gradient-flare.c:3529 +#: ../plug-ins/gimpressionist/general.c:133 +#: ../plug-ins/gradient-flare/gradient-flare.c:3530 +msgid "_General" +msgstr "Vispārī_gi" + +#: ../plug-ins/gimpressionist/general.c:150 +#: ../plug-ins/gimpressionist/general.c:149 +msgid "Keep original" +msgstr "Paturēt oriģinālu" + +#: ../plug-ins/gimpressionist/general.c:151 +msgid "Preserve the original image as a background" +msgstr "Paturēt sākotnējo attēlu kā fonu" + +#: ../plug-ins/gimpressionist/general.c:156 +#: ../plug-ins/gimpressionist/general.c:155 +msgid "From paper" +msgstr "No papīra" + +#: ../plug-ins/gimpressionist/general.c:157 +msgid "Copy the texture of the selected paper as a background" +msgstr "Kopēt izvēlētā papīra tekstūru kā fonu" + +#: ../plug-ins/gimpressionist/general.c:167 +msgid "Solid colored background" +msgstr "Vienkrāsains fons" + +#: ../plug-ins/gimpressionist/general.c:186 +msgid "Use a transparent background; Only the strokes painted will be visible" +msgstr "Izmantot caurspīdīgu fonu; būs redzami tikai otas vilkumi" + +#: ../plug-ins/gimpressionist/general.c:203 +#: ../plug-ins/gimpressionist/general.c:202 +msgid "Paint edges" +msgstr "Krāsot malas" + +#: ../plug-ins/gimpressionist/general.c:208 +#: ../plug-ins/gimpressionist/general.c:207 +msgid "Selects if to place strokes all the way out to the edges of the image" +msgstr "Izvēlas, vai novietot vilkumus līdz pašām attēla malām" + +#. Tileable checkbox +#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze-dialog.c:278 +#: ../plug-ins/gimpressionist/general.c:212 +#: ../plug-ins/maze/maze-dialog.c:268 +msgid "Tileable" +msgstr "Flīzējams" + +#: ../plug-ins/gimpressionist/general.c:217 +#: ../plug-ins/gimpressionist/general.c:216 +msgid "Selects if the resulting image should be seamlessly tileable" +msgstr "Izvēlas, vai iegūtajam attēlam vajadzētu būt vienlaidus flīzējamam" + +#: ../plug-ins/gimpressionist/general.c:222 +#: ../plug-ins/gimpressionist/general.c:221 +msgid "Drop shadow" +msgstr "Krītošā ēna" + +#: ../plug-ins/gimpressionist/general.c:227 +#: ../plug-ins/gimpressionist/general.c:226 +msgid "Adds a shadow effect to each brush stroke" +msgstr "Pievienot ēnas efektu katram otas vilcienam" + +#: ../plug-ins/gimpressionist/general.c:240 +#: ../plug-ins/gimpressionist/general.c:239 +msgid "Edge darken:" +msgstr "Malu apēnošana:" + +#: ../plug-ins/gimpressionist/general.c:244 +#: ../plug-ins/gimpressionist/general.c:243 +msgid "How much to \"darken\" the edges of each brush stroke" +msgstr "Cik ļoti apēnot katra otas vilkuma malu" + +#: ../plug-ins/gimpressionist/general.c:249 +#: ../plug-ins/gimpressionist/general.c:248 +msgid "Shadow darken:" +msgstr "Ēnu apēnošana:" + +#: ../plug-ins/gimpressionist/general.c:253 +#: ../plug-ins/gimpressionist/general.c:252 +msgid "How much to \"darken\" the drop shadow" +msgstr "Cik daudz \"apēnot\" krītošo ēnu" + +#: ../plug-ins/gimpressionist/general.c:258 +#: ../plug-ins/gimpressionist/general.c:257 +msgid "Shadow depth:" +msgstr "Ēnas dziļums:" + +#: ../plug-ins/gimpressionist/general.c:262 +#: ../plug-ins/gimpressionist/general.c:261 +msgid "" +"The depth of the drop shadow, i.e. how far apart from the object it should be" +msgstr "" +"Krītošās ēnas dziļums, tas ir, cik tālu no objekta tai vajadzētu atrasties" + +#: ../plug-ins/gimpressionist/general.c:267 +#: ../plug-ins/gimpressionist/general.c:266 +msgid "Shadow blur:" +msgstr "Ēnu izsmērēšana:" + +#: ../plug-ins/gimpressionist/general.c:271 +#: ../plug-ins/gimpressionist/general.c:270 +msgid "How much to blur the drop shadow" +msgstr "Cik daudz izsmērēt krītošo ēnu" + +#: ../plug-ins/gimpressionist/general.c:276 +#: ../plug-ins/gimpressionist/general.c:275 +msgid "Deviation threshold:" +msgstr "Novirzes slieksnis:" + +#: ../plug-ins/gimpressionist/general.c:280 +#: ../plug-ins/gimpressionist/general.c:279 +msgid "A bailout-value for adaptive selections" +msgstr "Adaptīvās izvēles glābšanas vērtība" + +#: ../plug-ins/gimpressionist/gimp.c:90 +#: ../plug-ins/gimpressionist/gimp.c:89 +msgid "Performs various artistic operations" +msgstr "Veic dažādas mākslinieciskas darbības" + +#: ../plug-ins/gimpressionist/gimp.c:95 +#: ../plug-ins/gimpressionist/gimp.c:94 +msgid "_GIMPressionist..." +msgstr "_GIMPresionists..." + +#: ../plug-ins/gimpressionist/gimp.c:371 +#: ../plug-ins/gimpressionist/gimp.c:391 +msgid "Painting" +msgstr "Glezno" + +#: ../plug-ins/gimpressionist/gimpressionist.c:139 +#: ../plug-ins/gimpressionist/gimpressionist.c:138 +msgid "GIMPressionist" +msgstr "GIMPresionists" + +#: ../plug-ins/gimpressionist/orientation.c:92 +#: ../plug-ins/gimpressionist/orientation.c:91 +msgid "Or_ientation" +msgstr "Or_ientācija" + +#: ../plug-ins/gimpressionist/orientation.c:106 +#: ../plug-ins/gimpressionist/orientation.c:105 +msgid "Directions:" +msgstr "Virzieni:" + +#: ../plug-ins/gimpressionist/orientation.c:110 +#: ../plug-ins/gimpressionist/orientation.c:109 +msgid "The number of directions (i.e. brushes) to use" +msgstr "Virzienu (t.i. otu) skaits, ko izmantot" + +#: ../plug-ins/gimpressionist/orientation.c:118 +#: ../plug-ins/gimpressionist/orientation.c:117 +msgid "Start angle:" +msgstr "Sākuma leņķis:" + +#: ../plug-ins/gimpressionist/orientation.c:122 +#: ../plug-ins/gimpressionist/orientation.c:121 +msgid "The starting angle of the first brush to create" +msgstr "Pirmās veidojamās otas sākuma leņķis" + +#: ../plug-ins/gimpressionist/orientation.c:130 +#: ../plug-ins/gimpressionist/orientation.c:129 +msgid "Angle span:" +msgstr "Leņķa garums:" + +#: ../plug-ins/gimpressionist/orientation.c:134 +#: ../plug-ins/gimpressionist/orientation.c:133 +msgid "The angle span of the first brush to create" +msgstr "Pirmās veidojamās otas leņķa garums" + +#: ../plug-ins/gimpressionist/orientation.c:157 +msgid "" +"Let the value (brightness) of the region determine the direction of the " +"stroke" +msgstr "Ļaut apgabala vērtībai (gaišums) noteikt vilkuma virzienu" + +#: ../plug-ins/gimpressionist/orientation.c:160 +#: ../plug-ins/gimpressionist/size.c:163 +#: ../plug-ins/gimpressionist/orientation.c:159 +#: ../plug-ins/gimpressionist/size.c:162 +msgid "Radius" +msgstr "Rādiuss" + +#: ../plug-ins/gimpressionist/orientation.c:161 +msgid "" +"The distance from the center of the image determines the direction of the " +"stroke" +msgstr "1" + +#: ../plug-ins/gimpressionist/orientation.c:165 +msgid "Selects a random direction of each stroke" +msgstr "Izvēlas nejaušu virzienu katram vilkumam" + +#: ../plug-ins/gimpressionist/orientation.c:168 +#: ../plug-ins/gimpressionist/size.c:171 +#: ../plug-ins/gimpressionist/orientation.c:167 +#: ../plug-ins/gimpressionist/size.c:170 +msgid "Radial" +msgstr "Radiāls" + +#: ../plug-ins/gimpressionist/orientation.c:169 +msgid "Let the direction from the center determine the direction of the stroke" +msgstr "Ļaut virzienam no vidus noteikt vilkuma virzienu" + +#: ../plug-ins/gimpressionist/orientation.c:176 +#: ../plug-ins/gimpressionist/size.c:179 +#: ../plug-ins/gimpressionist/orientation.c:175 +#: ../plug-ins/gimpressionist/size.c:178 +msgid "Flowing" +msgstr "Plūst" + +#: ../plug-ins/gimpressionist/orientation.c:177 +#: ../plug-ins/gimpressionist/size.c:180 +msgid "The strokes follow a \"flowing\" pattern" +msgstr "Vilkums seko plūšanas rakstam" + +#: ../plug-ins/gimpressionist/orientation.c:181 +msgid "The hue of the region determines the direction of the stroke" +msgstr "Apgabala tonis noteikts vilkuma virzienu" + +#: ../plug-ins/gimpressionist/orientation.c:184 +#: ../plug-ins/gimpressionist/size.c:187 +#: ../plug-ins/gimpressionist/orientation.c:183 +#: ../plug-ins/gimpressionist/size.c:186 +msgid "Adaptive" +msgstr "Adaptīvs" + +#: ../plug-ins/gimpressionist/orientation.c:185 +msgid "The direction that matches the original image the closest is selected" +msgstr "Izvēlēts virziens, kas visvairāk atbilst sākotnējam attēlam" + +#: ../plug-ins/gimpressionist/orientation.c:192 +#: ../plug-ins/gimpressionist/size.c:196 +#: ../plug-ins/gimpressionist/orientation.c:191 +#: ../plug-ins/gimpressionist/size.c:195 +msgid "Manual" +msgstr "Pašrocīgs" + +#: ../plug-ins/gimpressionist/orientation.c:193 +msgid "Manually specify the stroke orientation" +msgstr "1" + +#: ../plug-ins/gimpressionist/orientation.c:204 +#: ../plug-ins/gimpressionist/orientation.c:203 +msgid "Opens up the Orientation Map Editor" +msgstr "Atver virzienu kartes redaktoru" + +#: ../plug-ins/gimpressionist/orientmap.c:526 +#: ../plug-ins/gimpressionist/orientmap.c:525 +msgid "Orientation Map Editor" +msgstr "Virzienu kartes redaktors" + +#: ../plug-ins/gimpressionist/orientmap.c:555 +#: ../plug-ins/gimpressionist/orientmap.c:554 +msgid "Vectors" +msgstr "Vektori" + +#: ../plug-ins/gimpressionist/orientmap.c:567 +#: ../plug-ins/gimpressionist/orientmap.c:566 +msgid "" +"The vector-field. Left-click to move selected vector, Right-click to point " +"it towards mouse, Middle-click to add a new vector." +msgstr "" +"Vektora lauks. Kreisais klikšķis, lai pārvietotu izvēlēto vektoru; labais " +"klikšķis, lai norādītu to uz peles pusi; vidējais klikšķis, lai pievienotu " +"jaunu vektoru." + +#: ../plug-ins/gimpressionist/orientmap.c:590 +#: ../plug-ins/gimpressionist/sizemap.c:459 +#: ../plug-ins/gimpressionist/orientmap.c:589 +msgid "Adjust the preview's brightness" +msgstr "Pielāgot priekšskatījuma gaišumu" + +#: ../plug-ins/gimpressionist/orientmap.c:612 +#: ../plug-ins/gimpressionist/orientmap.c:611 +msgid "Select previous vector" +msgstr "Izvēlēties iepriekšējo vektoru" + +#: ../plug-ins/gimpressionist/orientmap.c:618 +#: ../plug-ins/gimpressionist/orientmap.c:617 +msgid "Select next vector" +msgstr "Izvēlēties nākamo vektoru" + +#: ../plug-ins/gimpressionist/orientmap.c:620 +#: ../plug-ins/gimpressionist/sizemap.c:490 +#: ../plug-ins/gimpressionist/orientmap.c:619 +msgid "A_dd" +msgstr "Pie_vienot" + +#: ../plug-ins/gimpressionist/orientmap.c:624 +#: ../plug-ins/gimpressionist/orientmap.c:623 +msgid "Add new vector" +msgstr "Pievienot jaunu vektoru" + +#: ../plug-ins/gimpressionist/orientmap.c:626 +#: ../plug-ins/gimpressionist/sizemap.c:497 +#: ../plug-ins/gimpressionist/orientmap.c:625 +msgid "_Kill" +msgstr "Li_kvidēt" + +#: ../plug-ins/gimpressionist/orientmap.c:630 +#: ../plug-ins/gimpressionist/orientmap.c:629 +msgid "Delete selected vector" +msgstr "Dzēst izvēlēto vektoru" + +#: ../plug-ins/gimpressionist/orientmap.c:641 +#: ../plug-ins/gimpressionist/orientmap.c:640 +msgid "Type" +msgstr "Tips" + +#: ../plug-ins/gimpressionist/orientmap.c:645 +#: ../plug-ins/gimpressionist/orientmap.c:644 +msgid "_Normal" +msgstr "_Normāls" + +#: ../plug-ins/gimpressionist/orientmap.c:646 +msgid "Vorte_x" +msgstr "Virp_x" + +#: ../plug-ins/gimpressionist/orientmap.c:647 +msgid "Vortex_2" +msgstr "Virpulis_3" + +#: ../plug-ins/gimpressionist/orientmap.c:648 +msgid "Vortex_3" +msgstr "Virpulis_3" + +#: ../plug-ins/gimpressionist/orientmap.c:654 +#: ../plug-ins/gimpressionist/sizemap.c:542 +#: ../plug-ins/gimpressionist/orientmap.c:653 +msgid "_Voronoi" +msgstr "_Voronoi" + +#: ../plug-ins/gimpressionist/orientmap.c:662 +#: ../plug-ins/gimpressionist/orientmap.c:661 +msgid "" +"Voronoi-mode makes only the vector closest to the given point have any " +"influence" +msgstr "Voronoi režīmā tikai tuvākajam vektoram ir kaut kāda ietekme" + +#: ../plug-ins/gimpressionist/orientmap.c:672 +#: ../plug-ins/gimpressionist/orientmap.c:671 +msgid "A_ngle:" +msgstr "L_eņķis:" + +#: ../plug-ins/gimpressionist/orientmap.c:676 +#: ../plug-ins/gimpressionist/orientmap.c:675 +msgid "Change the angle of the selected vector" +msgstr "Maina izvēlētā vektora leņķi" + +#: ../plug-ins/gimpressionist/orientmap.c:683 +#: ../plug-ins/gimpressionist/orientmap.c:682 +msgid "Ang_le offset:" +msgstr "_Leņķa nobīde:" + +#: ../plug-ins/gimpressionist/orientmap.c:687 +#: ../plug-ins/gimpressionist/orientmap.c:686 +msgid "Offset all vectors with a given angle" +msgstr "Nobīda visus vektorus ar doto leņķi" + +#: ../plug-ins/gimpressionist/orientmap.c:698 +#: ../plug-ins/gimpressionist/orientmap.c:697 +msgid "Change the strength of the selected vector" +msgstr "Mainīt izvēlētā vektora stiprumu" + +#: ../plug-ins/gimpressionist/orientmap.c:705 +#: ../plug-ins/gimpressionist/orientmap.c:704 +msgid "S_trength exp.:" +msgstr "S_tipruma eksponente:" + +#: ../plug-ins/gimpressionist/orientmap.c:709 +#: ../plug-ins/gimpressionist/sizemap.c:537 +#: ../plug-ins/gimpressionist/orientmap.c:708 +msgid "Change the exponent of the strength" +msgstr "Maina eksponentes stiprumu" + +#: ../plug-ins/gimpressionist/paper.c:138 +#: ../plug-ins/gimpressionist/paper.c:137 +msgid "P_aper" +msgstr "P_apīrs" + +#: ../plug-ins/gimpressionist/paper.c:173 +#: ../plug-ins/gimpressionist/paper.c:172 +msgid "Inverts the Papers texture" +msgstr "Invertē papīra tekstūru" + +#: ../plug-ins/gimpressionist/paper.c:177 +#: ../plug-ins/gimpressionist/paper.c:176 +msgid "O_verlay" +msgstr "_Pārklāt" + +#: ../plug-ins/gimpressionist/paper.c:182 +#: ../plug-ins/gimpressionist/paper.c:181 +msgid "Applies the paper as it is (without embossing it)" +msgstr "Uzlikt papīru kāds tas ir (bez gofrēšanas)" + +#: ../plug-ins/gimpressionist/paper.c:198 +#: ../plug-ins/gimpressionist/paper.c:197 +msgid "Specifies the scale of the texture (in percent of original file)" +msgstr "Norāda tekstūras mērogu (procentos no oriģinālā faila)" + +#: ../plug-ins/gimpressionist/placement.c:67 +#: ../plug-ins/gimpressionist/placement.c:66 +msgid "Pl_acement" +msgstr "N_ovietojums" + +#: ../plug-ins/gimpressionist/placement.c:73 +#: ../plug-ins/gimpressionist/placement.c:72 +msgid "Placement" +msgstr "Novietojums" + +#: ../plug-ins/gimpressionist/placement.c:77 +#: ../plug-ins/gimpressionist/placement.c:76 +msgid "Randomly" +msgstr "Nejauši" + +#: ../plug-ins/gimpressionist/placement.c:81 +#: ../plug-ins/gimpressionist/placement.c:80 +msgid "Evenly distributed" +msgstr "Vienmērīgi izvietots" + +#: ../plug-ins/gimpressionist/placement.c:89 +#: ../plug-ins/gimpressionist/placement.c:88 +msgid "Place strokes randomly around the image" +msgstr "Pa attēlu novieto nejaušus vilkumus " + +#: ../plug-ins/gimpressionist/placement.c:93 +#: ../plug-ins/gimpressionist/placement.c:92 +msgid "The strokes are evenly distributed across the image" +msgstr "Vilkumi ir vienmērīgi izvietoti pa attēlu" + +#: ../plug-ins/gimpressionist/placement.c:102 +#: ../plug-ins/gimpressionist/placement.c:101 +msgid "Centered" +msgstr "Vidū" + +#: ../plug-ins/gimpressionist/placement.c:108 +#: ../plug-ins/gimpressionist/placement.c:107 +msgid "Focus the brush strokes around the center of the image" +msgstr "Fokusēt otas vilkumus ap attēla vidu" + +#: ../plug-ins/gimpressionist/placement.c:120 +#: ../plug-ins/gimpressionist/placement.c:119 +msgid "Stroke _density:" +msgstr "Vilkuma _blīvums:" + +#: ../plug-ins/gimpressionist/placement.c:124 +#: ../plug-ins/gimpressionist/placement.c:123 +msgid "The relative density of the brush strokes" +msgstr "Otu vilkumu relatīvais blīvums" + +#. +#. * gimp_filename_to_utf8 () and g_strerror () return temporary strings +#. * that need not and should not be freed. So this call is OK. +#. * +#: ../plug-ins/gimpressionist/ppmtool.c:650 +#: ../plug-ins/gimpressionist/ppmtool.c:652 +#, c-format +msgid "Failed to save PPM file '%s': %s" +msgstr "Neizdevās saglabāt PPM failu '%s': %s" + +#: ../plug-ins/gimpressionist/presets.c:640 +#: ../plug-ins/gimpressionist/presets.c:639 +msgid "Save Current" +msgstr "Saglabāt pašreizējo" + +#: ../plug-ins/gimpressionist/presets.c:894 +msgid "Gimpressionist Defaults" +msgstr "Gimpresionista noklusējumi" + +#: ../plug-ins/gimpressionist/presets.c:1015 +msgid "_Presets" +msgstr "Ie_pstatījumi" + +#: ../plug-ins/gimpressionist/presets.c:1030 +msgid "Save Current..." +msgstr "Saglabāt pašreizējo..." + +#: ../plug-ins/gimpressionist/presets.c:1038 +msgid "Save the current settings to the specified file" +msgstr "Saglabāt šos iestatījumus norādītajā failā" + +#: ../plug-ins/gimpressionist/presets.c:1066 +msgid "Reads the selected Preset into memory" +msgstr "Ielasa izvēlētos iepstatījumus atmiņā" + +#: ../plug-ins/gimpressionist/presets.c:1072 +msgid "Deletes the selected Preset" +msgstr "Dzēš izvēlēto iepstatījumu" + +#: ../plug-ins/gimpressionist/presets.c:1078 +msgid "Reread the folder of Presets" +msgstr "Atkārtoti nolasa iepstatījumu mapi" + +#: ../plug-ins/gimpressionist/preview.c:174 +#: ../plug-ins/gimpressionist/repaint.c:1184 +#: ../plug-ins/imagemap/imap_polygon.c:515 +#: ../plug-ins/lighting/lighting-ui.c:1075 +#: ../plug-ins/gimpressionist/preview.c:173 +#: ../plug-ins/gimpressionist/repaint.c:1183 +#: ../plug-ins/imagemap/imap_polygon.c:513 +#: ../plug-ins/lighting/lighting-ui.c:1082 +msgid "_Update" +msgstr "Atja_unināt" + +#: ../plug-ins/gimpressionist/preview.c:180 +#: ../plug-ins/gimpressionist/preview.c:179 +msgid "Refresh the Preview window" +msgstr "Atsvaidzināt priekšskatījuma logu" + +#: ../plug-ins/gimpressionist/preview.c:188 +#: ../plug-ins/gimpressionist/preview.c:187 +msgid "Revert to the original image" +msgstr "Atgriezties atpakaļ pie sākotnējā attēla" + +#: ../plug-ins/gimpressionist/size.c:95 +#: ../plug-ins/gimpressionist/size.c:94 +msgid "_Size" +msgstr "Izmēr_s" + +#: ../plug-ins/gimpressionist/size.c:109 +msgid "Sizes:" +msgstr "Izmēri:" + +#: ../plug-ins/gimpressionist/size.c:113 +#: ../plug-ins/gimpressionist/size.c:112 +msgid "The number of sizes of brushes to use" +msgstr "Izmantojamo otu izmēru skaits" + +#: ../plug-ins/gimpressionist/size.c:121 +#: ../plug-ins/gimpressionist/size.c:120 +msgid "Minimum size:" +msgstr "Minimālais izmērs:" + +#: ../plug-ins/gimpressionist/size.c:125 +#: ../plug-ins/gimpressionist/size.c:124 +msgid "The smallest brush to create" +msgstr "Mazākā izveidojamā ota" + +#: ../plug-ins/gimpressionist/size.c:133 +#: ../plug-ins/gimpressionist/size.c:132 +msgid "Maximum size:" +msgstr "Maksimālais izmērs:" + +#: ../plug-ins/gimpressionist/size.c:137 +#: ../plug-ins/gimpressionist/size.c:136 +msgid "The largest brush to create" +msgstr "Lielākā izveidojamā ota" + +#: ../plug-ins/gimpressionist/size.c:151 +msgid "Size:" +msgstr "Izmērs:" + +#: ../plug-ins/gimpressionist/size.c:160 +msgid "" +"Let the value (brightness) of the region determine the size of the stroke" +msgstr "Ļaut apgabala vērtībai (gaišums) noteikt vilkuma izmēru" + +#: ../plug-ins/gimpressionist/size.c:164 +msgid "" +"The distance from the center of the image determines the size of the stroke" +msgstr "Attālums no attēla vidus nosaka vilkuma izmēru" + +#: ../plug-ins/gimpressionist/size.c:168 +msgid "Selects a random size for each stroke" +msgstr "Izvēlas nejaušu izmēru katram vilkumam" + +#: ../plug-ins/gimpressionist/size.c:172 +msgid "Let the direction from the center determine the size of the stroke" +msgstr "Ļaut virzienam no vidus noteikt vilkuma izmēru" + +#: ../plug-ins/gimpressionist/size.c:184 +msgid "The hue of the region determines the size of the stroke" +msgstr "Apgabala tonis noteikts vilkuma izmēru" + +#: ../plug-ins/gimpressionist/size.c:188 +msgid "The brush-size that matches the original image the closest is selected" +msgstr "Izvēlēts otas izmērs, kas visvairāk atbilst sākotnējam attēlam" + +#: ../plug-ins/gimpressionist/size.c:197 +msgid "Manually specify the stroke size" +msgstr "Pašrocīgi noteikt vilkuma izmēru" + +#: ../plug-ins/gimpressionist/size.c:208 +#: ../plug-ins/gimpressionist/size.c:207 +msgid "Opens up the Size Map Editor" +msgstr "Atver izmēru kartes redaktoru" + +#: ../plug-ins/gimpressionist/sizemap.c:401 +#: ../plug-ins/gimpressionist/sizemap.c:400 +msgid "Size Map Editor" +msgstr "Izmēru kartes redaktoru" + +#: ../plug-ins/gimpressionist/sizemap.c:429 +msgid "Smvectors" +msgstr "Smvektori" + +#: ../plug-ins/gimpressionist/sizemap.c:439 +msgid "" +"The smvector-field. Left-click to move selected smvector, Right-click to " +"point it towards mouse, Middle-click to add a new smvector." +msgstr "" +"Smvektora lauks. Kreisais klikšķis, lai pārvietotu izvēlēto smvektoru; " +"labais klikšķis, lai norādītu to uz peles pusi; vidējais klikšķis, lai " +"pievienotu jaunu smvektoru." + +#: ../plug-ins/gimpressionist/sizemap.c:481 +msgid "Select previous smvector" +msgstr "Izvēlēties iepriekšējo smvektoru" + +#: ../plug-ins/gimpressionist/sizemap.c:488 +msgid "Select next smvector" +msgstr "Izvēlēties nākamo smvektoru" + +#: ../plug-ins/gimpressionist/sizemap.c:495 +msgid "Add new smvector" +msgstr "Pievienot jaunu smvektoru" + +#: ../plug-ins/gimpressionist/sizemap.c:502 +msgid "Delete selected smvector" +msgstr "Dzēst izvēlēto smvektoru" + +#: ../plug-ins/gimpressionist/sizemap.c:515 +msgid "Change the angle of the selected smvector" +msgstr "Maina izvēlētā smvektora leņķi" + +#: ../plug-ins/gimpressionist/sizemap.c:522 +msgid "S_trength:" +msgstr "S_tiprums:" + +#: ../plug-ins/gimpressionist/sizemap.c:526 +msgid "Change the strength of the selected smvector" +msgstr "Maina izvēlētā smvektora stiprumu" + +#: ../plug-ins/gimpressionist/sizemap.c:533 +msgid "St_rength exp.:" +msgstr "Stip_ruma eksponente:" + +#: ../plug-ins/gimpressionist/sizemap.c:549 +msgid "" +"Voronoi-mode makes only the smvector closest to the given point have any " +"influence" +msgstr "Voronoi režīmā tikai tuvākajam smvektoram ir kaut kāda ietekme" + +#: ../plug-ins/gradient-flare/gradient-flare.c:552 +msgid "Addition" +msgstr "Pievienošana" + +#: ../plug-ins/gradient-flare/gradient-flare.c:553 +msgid "Overlay" +msgstr "Pārklāšana" + +#: ../plug-ins/gradient-flare/gradient-flare.c:807 +msgid "Produce a lense flare effect using gradients" +msgstr "Veido lēcas parazītiskā apgaismojuma efektu, lietojot krāsu pārejas" + +#: ../plug-ins/gradient-flare/gradient-flare.c:812 +msgid "_Gradient Flare..." +msgstr "_Krāsu pārejas PA..." + +#. +#. * Dialog Shell +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:951 +#: ../plug-ins/gradient-flare/gradient-flare.c:2357 +#: ../plug-ins/gradient-flare/gradient-flare.c:2356 +msgid "Gradient Flare" +msgstr "Krāsu pārejas PA" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1264 +#: ../plug-ins/gradient-flare/gradient-flare.c:1265 +#, c-format +msgid "Failed to open GFlare file '%s': %s" +msgstr "Neizdevās atvērt GFlare failu '%s': %s" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1272 +#: ../plug-ins/gradient-flare/gradient-flare.c:1273 +#, c-format +msgid "'%s' is not a valid GFlare file." +msgstr "'%s' nav derīgs GFlare fails." + +#: ../plug-ins/gradient-flare/gradient-flare.c:1326 +#: ../plug-ins/gradient-flare/gradient-flare.c:1327 +#, c-format +msgid "invalid formatted GFlare file: %s\n" +msgstr "nepareizi formatēts GFlare fails: %s\n" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1451 +#: ../plug-ins/gradient-flare/gradient-flare.c:1452 +#, c-format +msgid "" +"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" +"(gflare-path \"%s\")\n" +"and make a folder '%s', then you can save your own GFlares into that folder." +msgstr "" +"GFlare '%s' nav saglabāts. Ja iekš '%s' pievienosiet jaunu ierakstu, piem.:\n" +"(gflare-path \"%s\")\n" +"un izveidosiet mapi '%s', tad varēsiet saglabāt pats savus GFlares tajā " +"mapē." + +#: ../plug-ins/gradient-flare/gradient-flare.c:1484 +#: ../plug-ins/gradient-flare/gradient-flare.c:1485 +#, c-format +msgid "Failed to write GFlare file '%s': %s" +msgstr "Neizdevās rakstīt GFlare failā '%s': %s" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2414 +#: ../plug-ins/gradient-flare/gradient-flare.c:2413 +msgid "A_uto update preview" +msgstr "A_utomātiski atjaunināt priekšskatījumu" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2465 +#: ../plug-ins/common/web-page.c:318 +#: ../plug-ins/gradient-flare/gradient-flare.c:2464 +msgid "`Default' is created." +msgstr "`Noklusētais' ir izveidots." + +#: ../plug-ins/gradient-flare/gradient-flare.c:2466 +#: ../plug-ins/common/web-page.c:318 +#: ../plug-ins/gradient-flare/gradient-flare.c:2465 +msgid "Default" +msgstr "Noklusētais" + +#. +#. * Scales +#. +#. +#. * Scales +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:2745 +#: ../plug-ins/gradient-flare/gradient-flare.c:3582 +#: ../plug-ins/gradient-flare/gradient-flare.c:3687 +#: ../plug-ins/gradient-flare/gradient-flare.c:3824 +#: ../plug-ins/gradient-flare/gradient-flare.c:2744 +#: ../plug-ins/gradient-flare/gradient-flare.c:3583 +#: ../plug-ins/gradient-flare/gradient-flare.c:3688 +#: ../plug-ins/gradient-flare/gradient-flare.c:3825 +msgid "Parameters" +msgstr "Parametri" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2771 +#: ../plug-ins/gradient-flare/gradient-flare.c:2770 +msgid "Ro_tation:" +msgstr "Ro_tācija:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2783 +#: ../plug-ins/gradient-flare/gradient-flare.c:2782 +msgid "_Hue rotation:" +msgstr "_Toņa rotācija:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2795 +#: ../plug-ins/gradient-flare/gradient-flare.c:2794 +msgid "Vector _angle:" +msgstr "Vektor_a leņķis:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2807 +#: ../plug-ins/gradient-flare/gradient-flare.c:2806 +msgid "Vector _length:" +msgstr "Vektora _garums" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2828 +#: ../plug-ins/gradient-flare/gradient-flare.c:2827 +msgid "A_daptive supersampling" +msgstr "A_daptīvā interpolācija" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2847 +#: ../plug-ins/gradient-flare/gradient-flare.c:2848 +msgid "_Max depth:" +msgstr "_Maksimālais dziļums:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2857 +#: ../plug-ins/gradient-flare/gradient-flare.c:2858 +msgid "_Threshold" +msgstr "S_lieksnis" + +#: ../plug-ins/gradient-flare/gradient-flare.c:2995 +#: ../plug-ins/gradient-flare/gradient-flare.c:2996 +msgid "S_elector" +msgstr "S_elektors" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3059 +#: ../plug-ins/gradient-flare/gradient-flare.c:3060 +msgid "New Gradient Flare" +msgstr "Jauns krāsu pārejas PA" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3062 +msgid "Enter a name for the new GFlare" +msgstr "Ievadiet nosaukumu jaunajam GFlare" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3082 +#: ../plug-ins/gradient-flare/gradient-flare.c:3083 +#, c-format +msgid "The name '%s' is used already!" +msgstr "Nosaukums '%s' jau tiek lietots!" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3138 +#: ../plug-ins/gradient-flare/gradient-flare.c:3139 +msgid "Copy Gradient Flare" +msgstr "Kopēt krāsu pārejas PA" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3141 +#: ../plug-ins/gradient-flare/gradient-flare.c:3142 +msgid "Enter a name for the copied GFlare" +msgstr "Ievadiet nosaukumu kopētajam GFlare" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3163 +#: ../plug-ins/gradient-flare/gradient-flare.c:3164 +#, c-format +msgid "The name `%s' is used already!" +msgstr "Nosaukums `%s' jau tiek lietots!" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3194 +#: ../plug-ins/gradient-flare/gradient-flare.c:3195 +msgid "Cannot delete!! There must be at least one GFlare." +msgstr "Nevar izdzēst! Jābūt vismaz vienam GFlare." + +#: ../plug-ins/gradient-flare/gradient-flare.c:3204 +#: ../plug-ins/gradient-flare/gradient-flare.c:3205 +msgid "Delete Gradient Flare" +msgstr "Dzēst krāsu pārejas PA" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3276 +#: ../plug-ins/gradient-flare/gradient-flare.c:3277 +#, c-format +msgid "not found %s in gflares_list" +msgstr "nav atrasts %s iekš gflares_list" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3317 +#: ../plug-ins/gradient-flare/gradient-flare.c:3318 +msgid "Gradient Flare Editor" +msgstr "Krāsu pārejas PA redaktors" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3321 +#: ../plug-ins/gradient-flare/gradient-flare.c:3322 +msgid "Rescan Gradients" +msgstr "Pārskanēt krāsu pārejas" + +#. Glow +#: ../plug-ins/gradient-flare/gradient-flare.c:3446 +#: ../plug-ins/gradient-flare/gradient-flare.c:3447 +msgid "Glow Paint Options" +msgstr "Spīdošās krāsas opcijas" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3457 +#: ../plug-ins/gradient-flare/gradient-flare.c:3485 +#: ../plug-ins/gradient-flare/gradient-flare.c:3513 +#: ../plug-ins/gradient-flare/gradient-flare.c:3458 +#: ../plug-ins/gradient-flare/gradient-flare.c:3486 +#: ../plug-ins/gradient-flare/gradient-flare.c:3514 +msgid "Opacity:" +msgstr "Necaurspīdīgums:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3470 +#: ../plug-ins/gradient-flare/gradient-flare.c:3498 +#: ../plug-ins/gradient-flare/gradient-flare.c:3526 +#: ../plug-ins/gradient-flare/gradient-flare.c:3471 +#: ../plug-ins/gradient-flare/gradient-flare.c:3499 +#: ../plug-ins/gradient-flare/gradient-flare.c:3527 +msgid "Paint mode:" +msgstr "Zīmēšanas režīms:" + +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3474 +#: ../plug-ins/gradient-flare/gradient-flare.c:3475 +msgid "Rays Paint Options" +msgstr "Staru zīmēšanas opcijas" + +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3502 +#: ../plug-ins/gradient-flare/gradient-flare.c:3503 +msgid "Second Flares Paint Options" +msgstr "Otrā PA zīmēšanas opcijas" + +#. +#. * Gradient Menus +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3555 +#: ../plug-ins/gradient-flare/gradient-flare.c:3658 +#: ../plug-ins/gradient-flare/gradient-flare.c:3797 +#: ../plug-ins/gradient-flare/gradient-flare.c:3556 +#: ../plug-ins/gradient-flare/gradient-flare.c:3659 +#: ../plug-ins/gradient-flare/gradient-flare.c:3798 +msgid "Gradients" +msgstr "Krāsu pārejas" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3566 +#: ../plug-ins/gradient-flare/gradient-flare.c:3671 +#: ../plug-ins/gradient-flare/gradient-flare.c:3808 +#: ../plug-ins/gradient-flare/gradient-flare.c:3567 +#: ../plug-ins/gradient-flare/gradient-flare.c:3672 +#: ../plug-ins/gradient-flare/gradient-flare.c:3809 +msgid "Radial gradient:" +msgstr "Radiālās krāsu pārejas:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3570 +#: ../plug-ins/gradient-flare/gradient-flare.c:3675 +#: ../plug-ins/gradient-flare/gradient-flare.c:3571 +#: ../plug-ins/gradient-flare/gradient-flare.c:3676 +msgid "Angular gradient:" +msgstr "Leņķiskās krāsu pārejas:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3574 +#: ../plug-ins/gradient-flare/gradient-flare.c:3679 +#: ../plug-ins/gradient-flare/gradient-flare.c:3575 +#: ../plug-ins/gradient-flare/gradient-flare.c:3680 +msgid "Angular size gradient:" +msgstr "Leņķiskās izmēra pārejas:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3594 +#: ../plug-ins/gradient-flare/gradient-flare.c:3699 +#: ../plug-ins/gradient-flare/gradient-flare.c:3836 +#: ../plug-ins/gradient-flare/gradient-flare.c:3595 +#: ../plug-ins/gradient-flare/gradient-flare.c:3700 +#: ../plug-ins/gradient-flare/gradient-flare.c:3837 +msgid "Size (%):" +msgstr "Izmērs (%):" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3606 +#: ../plug-ins/gradient-flare/gradient-flare.c:3711 +#: ../plug-ins/gradient-flare/gradient-flare.c:3848 +#: ../plug-ins/gradient-flare/gradient-flare.c:3607 +#: ../plug-ins/gradient-flare/gradient-flare.c:3712 +#: ../plug-ins/gradient-flare/gradient-flare.c:3849 +msgid "Rotation:" +msgstr "Rotācija:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3618 +#: ../plug-ins/gradient-flare/gradient-flare.c:3724 +#: ../plug-ins/gradient-flare/gradient-flare.c:3861 +#: ../plug-ins/gradient-flare/gradient-flare.c:3619 +#: ../plug-ins/gradient-flare/gradient-flare.c:3725 +#: ../plug-ins/gradient-flare/gradient-flare.c:3862 +msgid "Hue rotation:" +msgstr "Toņa rotācija:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3632 +#: ../plug-ins/gradient-flare/gradient-flare.c:3633 +msgid "G_low" +msgstr "S_pīdums" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3736 +#: ../plug-ins/gradient-flare/gradient-flare.c:3737 +msgid "# of Spikes:" +msgstr "Staru #:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3748 +#: ../plug-ins/gradient-flare/gradient-flare.c:3749 +msgid "Spike thickness:" +msgstr "Staru biezums:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3762 +#: ../plug-ins/gradient-flare/gradient-flare.c:3763 +msgid "_Rays" +msgstr "Sta_ri" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3812 +#: ../plug-ins/gradient-flare/gradient-flare.c:3813 +msgid "Size factor gradient:" +msgstr "Izmēra faktora krāsu pāreja:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3816 +#: ../plug-ins/gradient-flare/gradient-flare.c:3817 +msgid "Probability gradient:" +msgstr "Varbūtības krāsu pāreja:" + +#. +#. * Shape Radio Button Frame +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3878 +#: ../plug-ins/gradient-flare/gradient-flare.c:3879 +msgid "Shape of Second Flares" +msgstr "Otrā PA izmērs" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3886 +#: ../plug-ins/imagemap/imap_menu.c:222 +#: ../plug-ins/gradient-flare/gradient-flare.c:3887 +#: ../plug-ins/imagemap/imap_menu.c:221 +msgid "Circle" +msgstr "Aplis" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3903 +#: ../plug-ins/imagemap/imap_menu.c:224 +#: ../plug-ins/gradient-flare/gradient-flare.c:3904 +#: ../plug-ins/imagemap/imap_menu.c:223 +msgid "Polygon" +msgstr "Daudzstūris" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3936 +#: ../plug-ins/gradient-flare/gradient-flare.c:3938 +msgid "Random seed:" +msgstr "Nejaušības sēkla:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3950 +#: ../plug-ins/gradient-flare/gradient-flare.c:3952 +msgid "_Second Flares" +msgstr "Otrai_s PA" + +#: ../plug-ins/help-browser/dialog.c:186 +#: ../plug-ins/help-browser/dialog.c:1121 +#: ../plug-ins/help-browser/dialog.c:1115 +msgid "GIMP Help Browser" +msgstr "GIMP palīdzības pārlūks" + +#: ../plug-ins/help-browser/dialog.c:564 +msgid "Go back one page" +msgstr "Iet atpakaļ vienu lapu" + +#: ../plug-ins/help-browser/dialog.c:569 +msgid "Go forward one page" +msgstr "Iet uz priekšu vienu lapu" + +#: ../plug-ins/help-browser/dialog.c:574 +msgid "_Reload" +msgstr "Pā_rlādēt" + +#: ../plug-ins/help-browser/dialog.c:574 +msgid "Reload current page" +msgstr "Pārlādēt šo lapu" + +#: ../plug-ins/help-browser/dialog.c:579 +msgid "_Stop" +msgstr "_Apturēt" + +#: ../plug-ins/help-browser/dialog.c:579 +msgid "Stop loading this page" +msgstr "Apturēt šīs lapas ielādi" + +#: ../plug-ins/help-browser/dialog.c:584 +msgid "Go to the index page" +msgstr "Iet uz satura rādītāja lapu" + +#: ../plug-ins/help-browser/dialog.c:589 +msgid "C_opy location" +msgstr "K_opēt vietu" + +#: ../plug-ins/help-browser/dialog.c:590 +msgid "Copy the location of this page to the clipboard" +msgstr "Kopēt šīs lapas atrašanās vietu starpliktuvē" + +#: ../plug-ins/help-browser/dialog.c:610 +msgid "Find text in current page" +msgstr "Meklēt tekstu šajā lapā" + +#: ../plug-ins/help-browser/dialog.c:615 +msgid "Find _Again" +msgstr "Meklēt _atkal" + +#: ../plug-ins/help-browser/dialog.c:634 +msgid "S_how Index" +msgstr "_Rādīt indeksu" + +#: ../plug-ins/help-browser/dialog.c:635 +msgid "Toggle the visibility of the sidebar" +msgstr "Pārslēgt sānu joslas redzamību" + +#: ../plug-ins/help-browser/dialog.c:656 +msgid "Visit the GIMP documentation website" +msgstr "Apmeklēt GIMP dokumentācijas tīmekļa vietni" + +#: ../plug-ins/help-browser/dialog.c:1162 +#: ../plug-ins/help-browser/dialog.c:1156 +msgid "Find:" +msgstr "Meklēt:" + +#: ../plug-ins/help-browser/dialog.c:1179 +#: ../plug-ins/help-browser/dialog.c:1173 +msgctxt "search" +msgid "_Previous" +msgstr "Ie_priekšējais" + +#: ../plug-ins/help-browser/dialog.c:1191 +#: ../plug-ins/help-browser/dialog.c:1185 +msgctxt "search" +msgid "_Next" +msgstr "_Nākošais" + +#: ../plug-ins/help/gimphelpdomain.c:181 +#: ../plug-ins/help/gimphelpdomain.c:180 +#, c-format +msgid "The help pages for '%s' are not available." +msgstr "'%s' palīdzības lapas nav pieejamas." + +#: ../plug-ins/help/gimphelpdomain.c:187 +#: ../plug-ins/help/gimphelpdomain.c:186 +msgid "The GIMP user manual is not available." +msgstr "GIMP lietotāja rokasgrāmata nav pieejama." + +#: ../plug-ins/help/gimphelpdomain.c:188 +msgid "" +"Please install the additional help package or use the online user manual at " +"http://docs.gimp.org/." +msgstr "" +"Lūdzu, instalējiet papildu palīdzības pakotnes, vai izmantojiet tiešsaistes " +"rokasgrāmatu adresē http://docs.gimp.org/." + +#: ../plug-ins/help/gimphelpdomain.c:197 +#: ../plug-ins/help/gimphelpdomain.c:196 +msgid "Perhaps you are missing GIO backends and need to install GVFS?" +msgstr "Iespējams, ka trūkst GIO aizmugure, un ka jāinstalē GVFS?" + +#: ../plug-ins/help/gimphelpdomain.c:216 +#: ../plug-ins/help/gimphelpdomain.c:215 +#, c-format +msgid "Help ID '%s' unknown" +msgstr "Nezināms palīdzības ID '%s'" + +#: ../plug-ins/help/gimphelplocale.c:209 +#: ../plug-ins/help/gimphelplocale.c:208 +#, c-format +msgid "Loading index from '%s'" +msgstr "Ielādē rādītāju no '%s'" + +#: ../plug-ins/help/gimphelplocale.c:267 +#: ../plug-ins/help/gimphelplocale.c:266 +#, c-format +msgid "" +"Parse error in '%s':\n" +"%s" +msgstr "" +"Parsēšanas kļūda iekš '%s':\n" +"%s" + +#: ../plug-ins/ifs-compose/ifs-compose.c:334 +#: ../plug-ins/ifs-compose/ifs-compose.c:333 +msgid "Create an Iterated Function System (IFS) fractal" +msgstr "Izveidot Iterētu Funkcijas Sistēmas (IFS) fraktāli" + +#: ../plug-ins/ifs-compose/ifs-compose.c:346 +#: ../plug-ins/ifs-compose/ifs-compose.c:345 +msgid "_IFS Fractal..." +msgstr "_IFS fraktālis..." + +#. X +#: ../plug-ins/ifs-compose/ifs-compose.c:526 +#: ../plug-ins/lighting/lighting-ui.c:527 +#: ../plug-ins/map-object/map-object-ui.c:675 +#: ../plug-ins/map-object/map-object-ui.c:729 +#: ../plug-ins/map-object/map-object-ui.c:997 +#: ../plug-ins/map-object/map-object-ui.c:1046 +#: ../plug-ins/ifs-compose/ifs-compose.c:525 +#: ../plug-ins/lighting/lighting-ui.c:529 +#: ../plug-ins/map-object/map-object-ui.c:629 +#: ../plug-ins/map-object/map-object-ui.c:683 +#: ../plug-ins/map-object/map-object-ui.c:951 +#: ../plug-ins/map-object/map-object-ui.c:1000 +msgid "X:" +msgstr "X:" + +#. Y +#: ../plug-ins/ifs-compose/ifs-compose.c:540 +#: ../plug-ins/lighting/lighting-ui.c:541 +#: ../plug-ins/map-object/map-object-ui.c:689 +#: ../plug-ins/map-object/map-object-ui.c:742 +#: ../plug-ins/map-object/map-object-ui.c:1010 +#: ../plug-ins/map-object/map-object-ui.c:1057 +#: ../plug-ins/map-object/map-object-ui.c:1155 +#: ../plug-ins/ifs-compose/ifs-compose.c:539 +#: ../plug-ins/lighting/lighting-ui.c:543 +#: ../plug-ins/map-object/map-object-ui.c:643 +#: ../plug-ins/map-object/map-object-ui.c:696 +#: ../plug-ins/map-object/map-object-ui.c:964 +#: ../plug-ins/map-object/map-object-ui.c:1011 +#: ../plug-ins/map-object/map-object-ui.c:1109 +msgid "Y:" +msgstr "Y:" + +#. Asym +#: ../plug-ins/ifs-compose/ifs-compose.c:582 +#: ../plug-ins/ifs-compose/ifs-compose.c:581 +msgid "Asymmetry:" +msgstr "Asimetrija:" + +#. Shear +#: ../plug-ins/ifs-compose/ifs-compose.c:596 +#: ../plug-ins/ifs-compose/ifs-compose.c:595 +msgid "Shear:" +msgstr "Sašķiebt:" + +#. Simple color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:641 +#: ../plug-ins/ifs-compose/ifs-compose.c:640 +msgid "Simple" +msgstr "Vienkāršs" + +#: ../plug-ins/ifs-compose/ifs-compose.c:650 +#: ../plug-ins/ifs-compose/ifs-compose.c:649 +msgid "IFS Fractal: Target" +msgstr "IFS fraktālis: mērķis" + +#: ../plug-ins/ifs-compose/ifs-compose.c:656 +#: ../plug-ins/ifs-compose/ifs-compose.c:655 +msgid "Scale hue by:" +msgstr "Mērogot toni par:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:671 +#: ../plug-ins/ifs-compose/ifs-compose.c:670 +msgid "Scale value by:" +msgstr "Mērogot vērtību par:" + +#. Full color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:688 +#: ../plug-ins/ifs-compose/ifs-compose.c:687 +msgid "Full" +msgstr "Pilns" + +#: ../plug-ins/ifs-compose/ifs-compose.c:696 +#: ../plug-ins/ifs-compose/ifs-compose.c:695 +msgid "IFS Fractal: Red" +msgstr "IFS fraktālis: sarkans" + +#: ../plug-ins/ifs-compose/ifs-compose.c:704 +#: ../plug-ins/ifs-compose/ifs-compose.c:703 +msgid "IFS Fractal: Green" +msgstr "IFS fraktālis: zaļš" + +#: ../plug-ins/ifs-compose/ifs-compose.c:712 +#: ../plug-ins/ifs-compose/ifs-compose.c:711 +msgid "IFS Fractal: Blue" +msgstr "IFS fraktālis: zils" + +#: ../plug-ins/ifs-compose/ifs-compose.c:720 +#: ../plug-ins/ifs-compose/ifs-compose.c:719 +msgid "IFS Fractal: Black" +msgstr "IFS fraktālis: melns" + +#: ../plug-ins/ifs-compose/ifs-compose.c:770 +#: ../plug-ins/ifs-compose/ifs-compose.c:769 +msgid "IFS Fractal" +msgstr "IFS fraktālis" + +#: ../plug-ins/ifs-compose/ifs-compose.c:868 +#: ../plug-ins/ifs-compose/ifs-compose.c:867 +msgid "Spatial Transformation" +msgstr "Telpiskās transformācijas" + +#: ../plug-ins/ifs-compose/ifs-compose.c:874 +#: ../plug-ins/ifs-compose/ifs-compose.c:873 +msgid "Color Transformation" +msgstr "Krāsu transformācijas" + +#: ../plug-ins/ifs-compose/ifs-compose.c:884 +#: ../plug-ins/ifs-compose/ifs-compose.c:883 +msgid "Relative probability:" +msgstr "Relatīvā varbūtība:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1059 +#: ../plug-ins/imagemap/imap_menu.c:163 +#: ../plug-ins/ifs-compose/ifs-compose.c:1056 +#: ../plug-ins/imagemap/imap_menu.c:162 +msgid "Select _All" +msgstr "Izvēlēties _visu" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +#: ../plug-ins/ifs-compose/ifs-compose.c:1060 +msgid "Re_center" +msgstr "Pār_centrēt" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +#: ../plug-ins/ifs-compose/ifs-compose.c:1060 +msgid "Recompute Center" +msgstr "Pārskaitļot centru" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1067 +#: ../plug-ins/ifs-compose/ifs-compose.c:1064 +msgid "Render Options" +msgstr "Renderēšanas opcijas" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1073 +#: ../plug-ins/imagemap/imap_cmd_move.c:86 +#: ../plug-ins/imagemap/imap_cmd_object_move.c:57 +#: ../plug-ins/ifs-compose/ifs-compose.c:1070 +#: ../plug-ins/imagemap/imap_cmd_move.c:85 +#: ../plug-ins/imagemap/imap_cmd_object_move.c:56 +msgid "Move" +msgstr "Pārvietot" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +#: ../plug-ins/ifs-compose/ifs-compose.c:1073 +msgid "Rotate" +msgstr "Pagriezt" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +#: ../plug-ins/ifs-compose/ifs-compose.c:1073 +msgid "Rotate / Scale" +msgstr "Pagriezt / mērogot" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1079 +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Stretch" +msgstr "Izstiept" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1177 +#: ../plug-ins/ifs-compose/ifs-compose.c:1174 +msgid "IFS Fractal Render Options" +msgstr "IFS fraktāļa renderēšanas opcijas" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1199 +#: ../plug-ins/ifs-compose/ifs-compose.c:1196 +msgid "Max. memory:" +msgstr "Maks. atmiņa:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1226 +#: ../plug-ins/ifs-compose/ifs-compose.c:1223 +msgid "Subdivide:" +msgstr "Apakšdalījums:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1239 +#: ../plug-ins/ifs-compose/ifs-compose.c:1236 +msgid "Spot radius:" +msgstr "Punkta rādiuss:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1304 +#: ../plug-ins/ifs-compose/ifs-compose.c:1301 +#, c-format +msgid "Rendering IFS (%d/%d)" +msgstr "Renderē IFS (%d/%d)" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1470 +#: ../plug-ins/ifs-compose/ifs-compose.c:1467 +#, c-format +msgid "Transformation %s" +msgstr "Transformācija %s" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2379 +#: ../plug-ins/ifs-compose/ifs-compose.c:2418 +msgid "Save failed" +msgstr "Neizdevās saglabāt" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2460 +#: ../plug-ins/ifs-compose/ifs-compose.c:2473 +#: ../plug-ins/ifs-compose/ifs-compose.c:2501 +#: ../plug-ins/ifs-compose/ifs-compose.c:2514 +msgid "Open failed" +msgstr "Neizdevās atvērt" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2468 +#: ../plug-ins/ifs-compose/ifs-compose.c:2509 +#, c-format +msgid "File '%s' doesn't seem to be an IFS Fractal file." +msgstr "'%s' neizskatās pēc IFS fraktāļa faila." + +#: ../plug-ins/ifs-compose/ifs-compose.c:2508 +#: ../plug-ins/ifs-compose/ifs-compose.c:2549 +msgid "Save as IFS Fractal file" +msgstr "Saglabāt kā IFS fraktāļa failu" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2545 +#: ../plug-ins/ifs-compose/ifs-compose.c:2586 +msgid "Open IFS Fractal file" +msgstr "Atvērt IFS fraktāļa failu" + +#: ../plug-ins/imagemap/imap_about.c:43 +#: ../plug-ins/imagemap/imap_about.c:42 +msgid "Image Map Plug-In" +msgstr "Attēla kartes spraudnis" + +#: ../plug-ins/imagemap/imap_about.c:47 +#: ../plug-ins/imagemap/imap_about.c:46 +msgid "Copyright © 1999-2005 by Maurits Rijk" +msgstr "Autortiesības © 1999-2005 Maurits Rijk" + +#: ../plug-ins/imagemap/imap_about.c:49 +#: ../plug-ins/imagemap/imap_about.c:48 +msgid "Released under the GNU General Public License" +msgstr "Izlaists zem GNU General Public License" + +#: ../plug-ins/imagemap/imap_circle.c:64 +#: ../plug-ins/imagemap/imap_circle.c:63 +msgid "C_ircle" +msgstr "Apl_is" + +#: ../plug-ins/imagemap/imap_circle.c:264 +#: ../plug-ins/imagemap/imap_circle.c:263 +msgid "Center _x:" +msgstr "Vidus _x: " + +#: ../plug-ins/imagemap/imap_circle.c:269 +#: ../plug-ins/imagemap/imap_circle.c:276 +#: ../plug-ins/imagemap/imap_circle.c:282 ../plug-ins/imagemap/imap_grid.c:250 +#: ../plug-ins/imagemap/imap_grid.c:256 +#: ../plug-ins/imagemap/imap_polygon.c:505 +#: ../plug-ins/imagemap/imap_polygon.c:513 +#: ../plug-ins/imagemap/imap_rectangle.c:394 +#: ../plug-ins/imagemap/imap_rectangle.c:401 +#: ../plug-ins/imagemap/imap_rectangle.c:408 +#: ../plug-ins/imagemap/imap_rectangle.c:415 +#: ../plug-ins/common/destripe.c:476 +#: ../plug-ins/common/file-html-table.c:584 +#: ../plug-ins/common/file-ps.c:3175 +#: ../plug-ins/common/file-ps.c:3372 +#: ../plug-ins/common/file-raw.c:1134 +#: ../plug-ins/common/smooth-palette.c:437 +#: ../plug-ins/common/tile-paper.c:303 +#: ../plug-ins/common/tile.c:433 +#: ../plug-ins/imagemap/imap_cmd_guides.c:164 +#: ../plug-ins/print/print-page-layout.c:264 +#: ../plug-ins/common/engrave.c:245 +#: ../plug-ins/common/file-html-table.c:600 +#: ../plug-ins/common/file-ps.c:3185 +#: ../plug-ins/common/file-ps.c:3381 +#: ../plug-ins/common/file-raw.c:1147 +#: ../plug-ins/common/film.c:1004 +#: ../plug-ins/common/smooth-palette.c:442 +#: ../plug-ins/common/tile-paper.c:314 +#: ../plug-ins/common/tile.c:437 +#: ../plug-ins/imagemap/imap_cmd_guides.c:174 +#: ../plug-ins/print/print-page-layout.c:266 +#: ../plug-ins/gimpressionist/preview.c:173 +#: ../plug-ins/gimpressionist/repaint.c:1183 +#: ../plug-ins/lighting/lighting-ui.c:1082 +#: ../plug-ins/imagemap/imap_circle.c:268 +#: ../plug-ins/imagemap/imap_circle.c:275 +#: ../plug-ins/imagemap/imap_circle.c:281 +#: ../plug-ins/imagemap/imap_grid.c:249 +#: ../plug-ins/imagemap/imap_grid.c:255 +#: ../plug-ins/imagemap/imap_polygon.c:503 +#: ../plug-ins/imagemap/imap_polygon.c:511 +#: ../plug-ins/imagemap/imap_rectangle.c:392 +#: ../plug-ins/imagemap/imap_rectangle.c:399 +#: ../plug-ins/imagemap/imap_rectangle.c:406 +#: ../plug-ins/imagemap/imap_rectangle.c:413 +msgid "pixels" +msgstr "pikseļi" + +#: ../plug-ins/imagemap/imap_circle.c:271 +#: ../plug-ins/imagemap/imap_circle.c:270 +msgid "Center _y:" +msgstr "Vidus _y:" + +#: ../plug-ins/imagemap/imap_cmd_clear.c:51 +#: ../plug-ins/imagemap/imap_cmd_clear.c:50 +msgid "Clear" +msgstr "Attīrīt" + +#: ../plug-ins/imagemap/imap_cmd_create.c:58 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:151 +#: ../plug-ins/imagemap/imap_cmd_create.c:57 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:150 +msgid "Create" +msgstr "Izveidot" + +#: ../plug-ins/imagemap/imap_cmd_cut.c:55 +#: ../plug-ins/imagemap/imap_cmd_cut_object.c:51 +#: ../plug-ins/imagemap/imap_menu.c:159 +#: ../plug-ins/gfig/gfig-dialog.c:1320 +#: ../plug-ins/imagemap/imap_cmd_copy.c:53 +#: ../plug-ins/imagemap/imap_cmd_copy_object.c:54 +#: ../plug-ins/imagemap/imap_cmd_cut.c:54 +#: ../plug-ins/imagemap/imap_cmd_cut_object.c:50 +#: ../plug-ins/imagemap/imap_menu.c:158 +msgid "Cut" +msgstr "Izgriezt" + +#: ../plug-ins/imagemap/imap_cmd_delete.c:57 +#: ../plug-ins/imagemap/imap_menu.c:162 +#: ../plug-ins/ifs-compose/ifs-compose.c:1056 +#: ../plug-ins/imagemap/imap_cmd_delete.c:56 +#: ../plug-ins/imagemap/imap_menu.c:161 +msgid "Delete" +msgstr "Dzēst" + +#: ../plug-ins/imagemap/imap_cmd_delete_point.c:61 +#: ../plug-ins/imagemap/imap_menu.c:179 +#: ../plug-ins/imagemap/imap_cmd_delete_point.c:60 +#: ../plug-ins/imagemap/imap_menu.c:178 +msgid "Delete Point" +msgstr "Dzēst punktu" + +#: ../plug-ins/imagemap/imap_cmd_edit_object.c:54 +#: ../plug-ins/imagemap/imap_cmd_edit_object.c:53 +msgid "Edit Object" +msgstr "Rediģēt objektu" + +#. Create the areas +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:117 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:147 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:251 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:116 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:146 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:250 +msgid "Use Gimp Guides" +msgstr "Lietot Gimp palīglīnijas" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:160 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:159 +msgid "Al_ternate" +msgstr "Ka_tru otro" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:165 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:164 +msgid "A_ll" +msgstr "_Visas" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:169 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:168 +msgid "Add Additional Guides" +msgstr "Pievienot papildu palīglīniju" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:177 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:176 +msgid "L_eft border" +msgstr "Kr_eisā mala" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:181 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:180 +msgid "_Right border" +msgstr "Labā _mala" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:185 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:184 +msgid "_Upper border" +msgstr "A_ugšējā mala" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:189 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:188 +msgid "Lo_wer border" +msgstr "Apakšē_jā mala" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:197 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:196 +msgid "_Base URL:" +msgstr "_Bāzes URL:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:74 +#: ../plug-ins/imagemap/imap_cmd_guides.c:140 +#: ../plug-ins/imagemap/imap_cmd_guides.c:73 +#: ../plug-ins/imagemap/imap_cmd_guides.c:139 +msgid "Create Guides" +msgstr "Izveidot palīglīnijas" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:113 +#: ../plug-ins/imagemap/imap_cmd_guides.c:112 +#, c-format +msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" +msgstr "Iegūtās palīglīniju robežas: %d,%d līdz %d,%d (%d laukumi)" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:144 +#: ../plug-ins/imagemap/imap_cmd_guides.c:143 +msgid "" +"Guides are pre-defined rectangles covering the image. You define them by " +"their width, height, and spacing from each other. This allows you to rapidly " +"create the most common image map type - image collection of \"thumbnails\", " +"suitable for navigation bars." +msgstr "" +"Palīglīnijas ir iepriekš definēti taisnstūri, kas nosedz attēlu. Tie tiek " +"definēti ar platumu, augstumu un atstatumu starp tiem. Tas ļauj ātri " +"izveidot biežāk izmantotos attēlu kartes veidus — attēlu sīktēlu kolekcijas, " +"kas ir piemērotas navigācijas joslām." + +#: ../plug-ins/imagemap/imap_cmd_guides.c:170 +#: ../plug-ins/imagemap/imap_cmd_guides.c:169 +msgid "_Left start at:" +msgstr "_Kreisais sākums pie:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:180 +#: ../plug-ins/imagemap/imap_cmd_guides.c:179 +msgid "_Top start at:" +msgstr "_Augšējais sākums pie:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:185 +#: ../plug-ins/imagemap/imap_cmd_guides.c:184 +msgid "_Horz. spacing:" +msgstr "_Horz. atstatums:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:191 +#: ../plug-ins/imagemap/imap_cmd_guides.c:190 +msgid "_No. across:" +msgstr "_Nr. pāri:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:197 +#: ../plug-ins/imagemap/imap_cmd_guides.c:196 +msgid "_Vert. spacing:" +msgstr "_Vert. atstatums:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:203 +#: ../plug-ins/imagemap/imap_cmd_guides.c:202 +msgid "No. _down:" +msgstr "Nr. _lejup:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:212 +#: ../plug-ins/imagemap/imap_cmd_guides.c:211 +msgid "Base _URL:" +msgstr "Bāzes _URL:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:237 +#: ../plug-ins/imagemap/imap_cmd_guides.c:236 +msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" +msgstr "Iegūtās palīglīniju robežas: 0,0 līdz 0,0 (0 laukumu)" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:272 +#: ../plug-ins/imagemap/imap_cmd_guides.c:271 +msgid "Guides" +msgstr "Palīglīnijas" + +#: ../plug-ins/imagemap/imap_cmd_insert_point.c:62 +#: ../plug-ins/imagemap/imap_menu.c:178 +#: ../plug-ins/imagemap/imap_cmd_delete_point.c:60 +#: ../plug-ins/imagemap/imap_cmd_insert_point.c:61 +#: ../plug-ins/imagemap/imap_menu.c:177 +msgid "Insert Point" +msgstr "Ievietot punktu" + +#: ../plug-ins/imagemap/imap_cmd_move_down.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_down.c:55 +#: ../plug-ins/imagemap/imap_menu.c:176 +#: ../plug-ins/imagemap/imap_cmd_move_down.c:52 +#: ../plug-ins/imagemap/imap_cmd_object_down.c:54 +#: ../plug-ins/imagemap/imap_menu.c:175 +msgid "Move Down" +msgstr "Pārvietot lejup" + +#: ../plug-ins/imagemap/imap_cmd_move_sash.c:68 +#: ../plug-ins/imagemap/imap_cmd_move_sash.c:69 +msgid "Move Sash" +msgstr "Pārvietot šalli" + +#: ../plug-ins/imagemap/imap_cmd_move_selected.c:56 +#: ../plug-ins/imagemap/imap_cmd_move_selected.c:55 +msgid "Move Selected Objects" +msgstr "Pārvietot izvēlētos objektus" + +#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:51 +#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:50 +msgid "Move To Front" +msgstr "Pārvietot uz priekšpusi" + +#: ../plug-ins/imagemap/imap_cmd_move_up.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_up.c:55 +#: ../plug-ins/imagemap/imap_menu.c:175 +#: ../plug-ins/imagemap/imap_cmd_move_down.c:52 +#: ../plug-ins/imagemap/imap_cmd_object_down.c:54 +#: ../plug-ins/imagemap/imap_cmd_move_up.c:52 +#: ../plug-ins/imagemap/imap_cmd_object_up.c:54 +#: ../plug-ins/imagemap/imap_menu.c:174 +msgid "Move Up" +msgstr "Pārvietot augšup" + +#: ../plug-ins/imagemap/imap_cmd_paste.c:51 +#: ../plug-ins/imagemap/imap_menu.c:161 +#: ../plug-ins/imagemap/imap_cmd_delete.c:56 +#: ../plug-ins/imagemap/imap_cmd_paste.c:50 +#: ../plug-ins/imagemap/imap_menu.c:160 +msgid "Paste" +msgstr "Ielīmēt" + +#: ../plug-ins/imagemap/imap_cmd_select.c:53 +#: ../plug-ins/imagemap/imap_cmd_select.c:52 +msgid "Select" +msgstr "Izvēlēties" + +#: ../plug-ins/imagemap/imap_cmd_select_next.c:51 +#: ../plug-ins/imagemap/imap_cmd_select_next.c:50 +msgid "Select Next" +msgstr "Izvēlēties nākamo" + +#: ../plug-ins/imagemap/imap_cmd_select_prev.c:51 +#: ../plug-ins/imagemap/imap_cmd_select_prev.c:50 +msgid "Select Previous" +msgstr "Izvēlēties iepriekšējo" + +#: ../plug-ins/imagemap/imap_cmd_select_region.c:64 +#: ../plug-ins/imagemap/imap_cmd_select_region.c:63 +msgid "Select Region" +msgstr "Iezīmēt apgabalu" + +#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:51 +#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:50 +msgid "Send To Back" +msgstr "Nosūtīt uz aizmuguri" + +#: ../plug-ins/imagemap/imap_cmd_unselect.c:53 +#: ../plug-ins/imagemap/imap_cmd_unselect.c:52 +msgid "Unselect" +msgstr "Noņemt iezīmējumu" + +#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:56 +#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:55 +msgid "Unselect All" +msgstr "Noņemt iezīmējumu visam" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:196 +msgid "Link Type" +msgstr "Saites tips" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:205 +#: ../plug-ins/imagemap/imap_edit_area_info.c:214 +msgid "_Web Site" +msgstr "Tīmekļa _vietne" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:211 +#: ../plug-ins/imagemap/imap_edit_area_info.c:220 +msgid "_Ftp Site" +msgstr "_Ftp vietne" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:217 +#: ../plug-ins/imagemap/imap_edit_area_info.c:226 +msgid "_Gopher" +msgstr "_Gopher" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:223 +#: ../plug-ins/imagemap/imap_edit_area_info.c:232 +msgid "Ot_her" +msgstr "_Cits" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:229 +#: ../plug-ins/imagemap/imap_edit_area_info.c:238 +msgid "F_ile" +msgstr "Fa_ils" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:235 +#: ../plug-ins/imagemap/imap_edit_area_info.c:244 +msgid "WAI_S" +msgstr "WAI_S" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:241 +#: ../plug-ins/imagemap/imap_edit_area_info.c:250 +msgid "Tel_net" +msgstr "Tel_net" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:247 +#: ../plug-ins/imagemap/imap_edit_area_info.c:256 +msgid "e-_mail" +msgstr "e-_pasts" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:253 +#: ../plug-ins/imagemap/imap_edit_area_info.c:262 +msgid "_URL to activate when this area is clicked: (required)" +msgstr "" +"_URL, kuru aktivizēt, kad tiek klikšķināts uz šī laukuma: (nepieciešams)" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:255 +msgid "Select HTML file" +msgstr "Izvēlieties HTML failu" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:264 +msgid "Relati_ve link" +msgstr "Relatī_vā saite" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:270 +#: ../plug-ins/imagemap/imap_edit_area_info.c:279 +msgid "_Target frame name/ID: (optional - used for FRAMES only)" +msgstr "" +"Mērķa ie_tvara nosaukums/ID: (neobligāts - tiek izmantot tikai ar FRAMES)" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:273 +#: ../plug-ins/imagemap/imap_edit_area_info.c:282 +msgid "ALT te_xt: (optional)" +msgstr "ALT te_ksts: (neobligāts)" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:276 +#: ../plug-ins/imagemap/imap_edit_area_info.c:285 +msgid "_Link" +msgstr "_Saite" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:310 +#: ../plug-ins/imagemap/imap_edit_area_info.c:319 +msgid "Dimensions" +msgstr "Dimensijas" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:314 +#: ../plug-ins/imagemap/imap_edit_area_info.c:323 +msgid "Pre_view" +msgstr "Priekš_skatījums" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:352 +#: ../plug-ins/imagemap/imap_edit_area_info.c:361 +msgid "_JavaScript" +msgstr "_JavaScript" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:451 +#: ../plug-ins/imagemap/imap_edit_area_info.c:460 +msgid "Area Settings" +msgstr "Laukuma iestatījumi" + +#: ../plug-ins/imagemap/imap_edit_area_info.c:493 +#: ../plug-ins/imagemap/imap_edit_area_info.c:502 +#, c-format +msgid "Area #%d Settings" +msgstr "Laukuma #%d iestatījumi" + +#: ../plug-ins/imagemap/imap_file.c:48 ../plug-ins/imagemap/imap_menu.c:71 +#: ../plug-ins/imagemap/imap_file.c:47 +#: ../plug-ins/imagemap/imap_menu.c:70 +msgid "Error opening file" +msgstr "Kļūda, atverot failu" + +#: ../plug-ins/imagemap/imap_file.c:68 +#: ../plug-ins/imagemap/imap_file.c:67 +msgid "Load Image Map" +msgstr "Ielādēt attēla karti" + +#: ../plug-ins/imagemap/imap_file.c:123 +#: ../plug-ins/imagemap/imap_file.c:122 +msgid "Save Image Map" +msgstr "Saglabāt attēla karti" + +#: ../plug-ins/imagemap/imap_grid.c:197 +#: ../plug-ins/imagemap/imap_grid.c:196 +msgid "Grid Settings" +msgstr "Režģa iestatījumi" + +#: ../plug-ins/imagemap/imap_grid.c:201 +#: ../plug-ins/imagemap/imap_grid.c:200 +msgid "_Snap-to grid enabled" +msgstr "'Pievilkt pie režģa' aktivēt_s" + +#: ../plug-ins/imagemap/imap_grid.c:207 +#: ../plug-ins/imagemap/imap_grid.c:206 +msgid "Grid Visibility and Type" +msgstr "Režģa redzamība un veids" + +#: ../plug-ins/imagemap/imap_grid.c:214 +#: ../plug-ins/imagemap/imap_grid.c:213 +msgid "_Hidden" +msgstr "_Slēpts" + +#: ../plug-ins/imagemap/imap_grid.c:222 +#: ../plug-ins/imagemap/imap_grid.c:221 +msgid "_Lines" +msgstr "_Līnijas" + +#: ../plug-ins/imagemap/imap_grid.c:231 +#: ../plug-ins/imagemap/imap_grid.c:230 +msgid "C_rosses" +msgstr "K_rustiņi" + +#: ../plug-ins/imagemap/imap_grid.c:239 +#: ../plug-ins/imagemap/imap_grid.c:238 +msgid "Grid Granularity" +msgstr "Režģa smalkums" + +#: ../plug-ins/imagemap/imap_grid.c:246 +#: ../plug-ins/imagemap/imap_grid.c:245 +msgid "_Width" +msgstr "_Platums" + +#: ../plug-ins/imagemap/imap_grid.c:252 +#: ../plug-ins/imagemap/imap_grid.c:251 +msgid "_Height" +msgstr "_Augstums" + +#: ../plug-ins/imagemap/imap_grid.c:266 +#: ../plug-ins/imagemap/imap_grid.c:265 +msgid "Grid Offset" +msgstr "Režģa nobīde" + +#: ../plug-ins/imagemap/imap_grid.c:273 +#: ../plug-ins/imagemap/imap_grid.c:272 +msgid "pixels from l_eft" +msgstr "piks_eļi no kreisās" + +#: ../plug-ins/imagemap/imap_grid.c:278 +#: ../plug-ins/imagemap/imap_grid.c:277 +msgid "pixels from _top" +msgstr "_pikseļi no augšas" + +#: ../plug-ins/imagemap/imap_grid.c:289 +#: ../plug-ins/imagemap/imap_grid.c:288 +msgid "_Preview" +msgstr "_Priekšskatījums" + +#: ../plug-ins/imagemap/imap_main.c:122 +#: ../plug-ins/imagemap/imap_main.c:121 +msgid "Create a clickable imagemap" +msgstr "Izveidot klikšķināmu attāla karti" + +#: ../plug-ins/imagemap/imap_main.c:127 +#: ../plug-ins/imagemap/imap_main.c:126 +msgid "_Image Map..." +msgstr "_Attēla karte..." + +#: ../plug-ins/imagemap/imap_main.c:517 +#: ../plug-ins/imagemap/imap_settings.c:171 +#: ../plug-ins/imagemap/imap_main.c:484 +#: ../plug-ins/imagemap/imap_settings.c:170 +msgid "" +msgstr "" + +#: ../plug-ins/imagemap/imap_main.c:660 +#: ../plug-ins/imagemap/imap_main.c:626 +msgid "Some data has been changed!" +msgstr "Daži dati tika mainīti!" + +#: ../plug-ins/imagemap/imap_main.c:663 +#: ../plug-ins/imagemap/imap_main.c:629 +msgid "Do you really want to discard your changes?" +msgstr "Vai tiešām vēlaties atmest savas izmaiņas?" + +#: ../plug-ins/imagemap/imap_main.c:873 +#: ../plug-ins/imagemap/imap_main.c:841 +#, c-format +msgid "File \"%s\" saved." +msgstr "Fails \"%s\" ir saglabāts." + +#: ../plug-ins/imagemap/imap_main.c:877 +#: ../plug-ins/imagemap/imap_main.c:845 +msgid "Couldn't save file:" +msgstr "Neizdevās saglabāt failu:" + +#: ../plug-ins/imagemap/imap_main.c:890 +#: ../plug-ins/imagemap/imap_main.c:858 +msgid "Image size has changed." +msgstr "Attēla izmērs tika mainīts." + +#: ../plug-ins/imagemap/imap_main.c:891 +#: ../plug-ins/imagemap/imap_main.c:859 +msgid "Resize area's?" +msgstr "Mainīt laukumus?" + +#: ../plug-ins/imagemap/imap_main.c:925 +#: ../plug-ins/imagemap/imap_main.c:892 +msgid "Couldn't read file:" +msgstr "Neizdevās nolasīt failu:" + +#: ../plug-ins/imagemap/imap_main.c:972 +#: ../plug-ins/imagemap/imap_main.c:939 +#, c-format +msgid "URL: %s" +msgstr "URL: %s" + +#: ../plug-ins/imagemap/imap_menu.c:110 +#: ../plug-ins/imagemap/imap_menu.c:109 +#, c-format +msgid "_Undo %s" +msgstr "Atsa_ukt %s" + +#: ../plug-ins/imagemap/imap_menu.c:123 +#: ../plug-ins/imagemap/imap_menu.c:122 +#, c-format +msgid "_Redo %s" +msgstr "_Atatsaukt %s" + +#: ../plug-ins/imagemap/imap_menu.c:146 +#: ../plug-ins/imagemap/imap_menu.c:145 +msgid "_File" +msgstr "_Fails" + +#: ../plug-ins/imagemap/imap_menu.c:147 +#: ../plug-ins/imagemap/imap_menu.c:146 +msgid "_Open..." +msgstr "_Atvērt..." + +#: ../plug-ins/imagemap/imap_menu.c:147 +#: ../plug-ins/imagemap/imap_menu.c:146 +msgid "Open" +msgstr "Atvērt" + +#: ../plug-ins/imagemap/imap_menu.c:149 +#: ../plug-ins/imagemap/imap_menu.c:148 +msgid "_Save..." +msgstr "_Saglabāt..." + +#: ../plug-ins/imagemap/imap_menu.c:149 +#: ../plug-ins/imagemap/imap_menu.c:148 +msgid "Save" +msgstr "Saglabāt" + +#: ../plug-ins/imagemap/imap_menu.c:151 +#: ../plug-ins/imagemap/imap_menu.c:150 +msgid "Save _As..." +msgstr "S_aglabāt kā..." + +#: ../plug-ins/imagemap/imap_menu.c:156 +#: ../plug-ins/imagemap/imap_menu.c:155 +msgid "_Edit" +msgstr "R_ediģēt" + +#: ../plug-ins/imagemap/imap_menu.c:157 +msgid "Undo" +msgstr "Atsaukt" + +#: ../plug-ins/imagemap/imap_menu.c:158 +#: ../plug-ins/imagemap/imap_cmd_cut.c:54 +#: ../plug-ins/imagemap/imap_cmd_cut_object.c:50 +msgid "Redo" +msgstr "Atatsaukt" + +#: ../plug-ins/imagemap/imap_menu.c:164 +msgid "D_eselect All" +msgstr "Noņemt i_ezīmējumu visam" + +#: ../plug-ins/imagemap/imap_menu.c:166 +#: ../plug-ins/imagemap/imap_menu.c:165 +msgid "Edit Area _Info..." +msgstr "Rediģēt laukuma _informāciju..." + +#: ../plug-ins/imagemap/imap_menu.c:167 +msgid "Edit selected area info" +msgstr "Rediģēt iezīmētā laukuma informāciju" + +#: ../plug-ins/imagemap/imap_menu.c:168 +msgid "Preferences" +msgstr "Iestatījumi" + +#: ../plug-ins/imagemap/imap_menu.c:170 +msgid "Move to Front" +msgstr "Pārvietot uz priekšpusi" + +#: ../plug-ins/imagemap/imap_menu.c:172 +msgid "Send to Back" +msgstr "Nosūtīt uz aizmuguri" + +#: ../plug-ins/imagemap/imap_menu.c:174 +#: ../plug-ins/imagemap/imap_cmd_move_up.c:52 +#: ../plug-ins/imagemap/imap_cmd_object_up.c:54 +#: ../plug-ins/imagemap/imap_menu.c:173 +msgid "Delete Area" +msgstr "Dzēst laukumu" + +#: ../plug-ins/imagemap/imap_menu.c:181 +#: ../plug-ins/imagemap/imap_menu.c:180 +msgid "_View" +msgstr "_Skats" + +#: ../plug-ins/imagemap/imap_menu.c:182 +msgid "Source..." +msgstr "Avots..." + +#: ../plug-ins/imagemap/imap_menu.c:183 +msgid "Zoom in" +msgstr "Tuvināt" + +#: ../plug-ins/imagemap/imap_menu.c:184 +msgid "Zoom out" +msgstr "Tālināt" + +#: ../plug-ins/imagemap/imap_menu.c:185 +msgid "_Zoom To" +msgstr "_Mērogs uz" + +#: ../plug-ins/imagemap/imap_menu.c:187 +#: ../plug-ins/imagemap/imap_menu.c:186 +msgid "_Mapping" +msgstr "_Kartēšana" + +#: ../plug-ins/imagemap/imap_menu.c:188 +msgid "Edit Map Info..." +msgstr "Rediģēt kartes informāciju..." + +#: ../plug-ins/imagemap/imap_menu.c:189 +msgid "Edit Map Info" +msgstr "Rediģēt kartes informāciju" + +#: ../plug-ins/imagemap/imap_menu.c:191 +#: ../plug-ins/imagemap/imap_menu.c:190 +msgid "_Tools" +msgstr "_Rīki" + +#: ../plug-ins/imagemap/imap_menu.c:192 +msgid "Grid Settings..." +msgstr "Režģa iestatījumi..." + +#: ../plug-ins/imagemap/imap_menu.c:194 +#: ../plug-ins/imagemap/imap_menu.c:193 +msgid "Use GIMP Guides..." +msgstr "Lietot GIMP palīglīnijas..." + +#: ../plug-ins/imagemap/imap_menu.c:196 +#: ../plug-ins/imagemap/imap_menu.c:195 +msgid "Create Guides..." +msgstr "Izveidot palīglīnijas..." + +#: ../plug-ins/imagemap/imap_menu.c:199 +#: ../plug-ins/imagemap/imap_menu.c:198 +msgid "_Help" +msgstr "_Palīdzība" + +#: ../plug-ins/imagemap/imap_menu.c:200 +msgid "_Contents" +msgstr "_Saturs" + +#: ../plug-ins/imagemap/imap_menu.c:203 +msgid "_Zoom" +msgstr "_Mērogs" + +#: ../plug-ins/imagemap/imap_menu.c:208 +#: ../plug-ins/imagemap/imap_menu.c:207 +msgid "Area List" +msgstr "Laukumu saraksts:" + +#: ../plug-ins/imagemap/imap_menu.c:218 +#: ../plug-ins/imagemap/imap_menu.c:217 +msgid "Arrow" +msgstr "Bulta" + +#: ../plug-ins/imagemap/imap_menu.c:219 +#: ../plug-ins/gfig/gfig-dialog.c:1474 +msgid "Select existing area" +msgstr "Iezīmējiet esošu laukumu" + +#: ../plug-ins/imagemap/imap_menu.c:221 +#: ../plug-ins/gradient-flare/gradient-flare.c:3887 +msgid "Define Rectangle area" +msgstr "Definēt taisnstūra laukumu" + +#: ../plug-ins/imagemap/imap_menu.c:223 +#: ../plug-ins/gradient-flare/gradient-flare.c:3904 +msgid "Define Circle/Oval area" +msgstr "Definēt apļa/ovāla laukumu" + +#: ../plug-ins/imagemap/imap_menu.c:225 +msgid "Define Polygon area" +msgstr "Definēt taisnstūra laukumu" + +#: ../plug-ins/imagemap/imap_polygon.c:72 +#: ../plug-ins/imagemap/imap_polygon.c:71 +msgid "_Polygon" +msgstr "_Daudzstūris" + +#: ../plug-ins/imagemap/imap_polygon.c:474 +#: ../plug-ins/imagemap/imap_polygon.c:472 +msgid "x (pixels)" +msgstr "x (pikseļi)" + +#: ../plug-ins/imagemap/imap_polygon.c:483 +#: ../plug-ins/imagemap/imap_polygon.c:481 +msgid "y (pixels)" +msgstr "y (pikseļi)" + +#: ../plug-ins/imagemap/imap_polygon.c:521 +#: ../plug-ins/imagemap/imap_polygon.c:519 +msgid "_Insert" +msgstr "_Ievietot" + +#: ../plug-ins/imagemap/imap_polygon.c:527 +#: ../plug-ins/imagemap/imap_polygon.c:525 +msgid "A_ppend" +msgstr "_Pievienot" + +#: ../plug-ins/imagemap/imap_polygon.c:533 +#: ../plug-ins/imagemap/imap_polygon.c:531 +msgid "_Remove" +msgstr "I_zņemt" + +#: ../plug-ins/imagemap/imap_preferences.c:236 +#: ../plug-ins/imagemap/imap_preferences.c:247 +msgid "Couldn't save resource file:" +msgstr "Neizdevās saglabāt resursa failu:" + +#: ../plug-ins/imagemap/imap_preferences.c:350 +#: ../plug-ins/imagemap/imap_preferences.c:360 +msgid "General" +msgstr "Vispārīgi" + +#: ../plug-ins/imagemap/imap_preferences.c:354 +#: ../plug-ins/imagemap/imap_preferences.c:364 +msgid "Default Map Type" +msgstr "Noklusētais kartes tips" + +#: ../plug-ins/imagemap/imap_preferences.c:373 +#: ../plug-ins/imagemap/imap_preferences.c:383 +msgid "_Prompt for area info" +msgstr "_Vaicāt laukuma informāciju" + +#: ../plug-ins/imagemap/imap_preferences.c:375 +#: ../plug-ins/imagemap/imap_preferences.c:385 +msgid "_Require default URL" +msgstr "Piep_rasīt noklusēto URL" + +#: ../plug-ins/imagemap/imap_preferences.c:377 +#: ../plug-ins/imagemap/imap_preferences.c:387 +msgid "Show area _handles" +msgstr "Rādīt laukuma t_urus" + +#: ../plug-ins/imagemap/imap_preferences.c:379 +#: ../plug-ins/imagemap/imap_preferences.c:389 +msgid "_Keep NCSA circles true" +msgstr "_Paturēt NCSA apļus patiesus" + +#: ../plug-ins/imagemap/imap_preferences.c:381 +msgid "Show area URL _tip" +msgstr "Rādī_t laukuma URL padomu" + +#: ../plug-ins/imagemap/imap_preferences.c:384 +#: ../plug-ins/imagemap/imap_preferences.c:394 +msgid "_Use double-sized grab handles" +msgstr "Lietot d_ubulta izmēra tveršanas turus" + +#: ../plug-ins/imagemap/imap_preferences.c:391 +#: ../plug-ins/imagemap/imap_preferences.c:401 +msgid "Menu" +msgstr "Izvēlne" + +#: ../plug-ins/imagemap/imap_preferences.c:395 +#: ../plug-ins/imagemap/imap_preferences.c:405 +msgid "Number of _undo levels (1 - 99):" +msgstr "Atsa_ukšanas soļu skaits (1 - 99):" + +#: ../plug-ins/imagemap/imap_preferences.c:400 +#: ../plug-ins/imagemap/imap_preferences.c:410 +msgid "Number of M_RU entries (1 - 16):" +msgstr "M_RU ierakstu skaits (1 - 16):" + +#: ../plug-ins/imagemap/imap_preferences.c:409 +#: ../plug-ins/imagemap/imap_preferences.c:419 +msgid "Select Color" +msgstr "Izvēlieties krāsu" + +#: ../plug-ins/imagemap/imap_preferences.c:424 +#: ../plug-ins/imagemap/imap_preferences.c:434 +msgid "Normal:" +msgstr "Normāls:" + +#: ../plug-ins/imagemap/imap_preferences.c:428 +#: ../plug-ins/imagemap/imap_preferences.c:438 +msgid "Selected:" +msgstr "Izvēlēts:" + +#: ../plug-ins/imagemap/imap_preferences.c:437 +#: ../plug-ins/imagemap/imap_preferences.c:451 +msgid "Co_ntiguous Region" +msgstr "_Blakus esošie laukumi" + +#: ../plug-ins/imagemap/imap_preferences.c:443 +#: ../plug-ins/imagemap/imap_preferences.c:457 +msgid "_Automatically convert" +msgstr "_Automātiski pārveidot" + +#: ../plug-ins/imagemap/imap_preferences.c:454 +#: ../plug-ins/imagemap/imap_preferences.c:468 +msgid "General Preferences" +msgstr "Vispārīgi iestatījumi" + +#: ../plug-ins/imagemap/imap_rectangle.c:69 +#: ../plug-ins/imagemap/imap_rectangle.c:68 +msgid "_Rectangle" +msgstr "Taisnstū_ris" + +#: ../plug-ins/imagemap/imap_rectangle.c:389 +#: ../plug-ins/imagemap/imap_rectangle.c:387 +msgid "Upper left _x:" +msgstr "Augšējas kreisais _x:" + +#: ../plug-ins/imagemap/imap_rectangle.c:396 +msgid "Upper left _y:" +msgstr "Augšējas kreisais _y:" + +#: ../plug-ins/imagemap/imap_selection.c:377 +#: ../plug-ins/imagemap/imap_selection.c:349 +msgid "#" +msgstr "#" + +#: ../plug-ins/imagemap/imap_selection.c:388 +#: ../plug-ins/imagemap/imap_selection.c:360 +msgid "URL" +msgstr "URL" + +#: ../plug-ins/imagemap/imap_selection.c:406 +#: ../plug-ins/imagemap/imap_selection.c:378 +msgid "ALT Text" +msgstr "ALT teksts" + +#: ../plug-ins/imagemap/imap_selection.c:416 +msgid "Target" +msgstr "Mērķis" + +#: ../plug-ins/imagemap/imap_settings.c:90 +#: ../plug-ins/imagemap/imap_settings.c:89 +msgid "Settings for this Mapfile" +msgstr "Šī kartes faila iestatījumi" + +#: ../plug-ins/imagemap/imap_settings.c:94 +#: ../plug-ins/imagemap/imap_settings.c:93 +msgid "Filename:" +msgstr "Faila nosaukums:" + +#: ../plug-ins/imagemap/imap_settings.c:97 +#: ../plug-ins/imagemap/imap_settings.c:96 +msgid "Image name:" +msgstr "Attēla nosaukums:" + +#: ../plug-ins/imagemap/imap_settings.c:98 +msgid "Select Image File" +msgstr "Izvēlieties attēla failu" + +#: ../plug-ins/imagemap/imap_settings.c:102 +#: ../plug-ins/imagemap/imap_settings.c:101 +msgid "_Title:" +msgstr "_Nosaukums:" + +#: ../plug-ins/imagemap/imap_settings.c:104 +#: ../plug-ins/imagemap/imap_settings.c:103 +msgid "Aut_hor:" +msgstr "Au_tors:" + +#: ../plug-ins/imagemap/imap_settings.c:106 +#: ../plug-ins/imagemap/imap_settings.c:105 +msgid "Default _URL:" +msgstr "Noklusētais _URL:" + +#: ../plug-ins/imagemap/imap_settings.c:108 +#: ../plug-ins/imagemap/imap_settings.c:107 +msgid "_Description:" +msgstr "_Apraksts:" + +#: ../plug-ins/imagemap/imap_settings.c:130 +#: ../plug-ins/imagemap/imap_settings.c:129 +msgid "Map File Format" +msgstr "Kartes faila formāts" + +#: ../plug-ins/imagemap/imap_source.c:63 +#: ../plug-ins/imagemap/imap_source.c:66 +msgid "View Source" +msgstr "Skatīt avotu" + +#: ../plug-ins/lighting/lighting-apply.c:105 +#: ../plug-ins/lighting/lighting-ui.c:1019 +#: ../plug-ins/lighting/lighting-ui.c:1023 +msgid "Lighting Effects" +msgstr "Gaismu efekti" + +#: ../plug-ins/lighting/lighting-main.c:192 +#: ../plug-ins/lighting/lighting-main.c:191 +msgid "Apply various lighting effects to an image" +msgstr "Uzliek dažādus gaismas efektus uz attēla" + +#: ../plug-ins/lighting/lighting-main.c:197 +#: ../plug-ins/lighting/lighting-main.c:196 +msgid "_Lighting Effects..." +msgstr "_Gaismu efekti..." + +#. General options +#: ../plug-ins/lighting/lighting-ui.c:295 +#: ../plug-ins/map-object/map-object-ui.c:472 +#: ../plug-ins/lighting/lighting-ui.c:297 +#: ../plug-ins/map-object/map-object-ui.c:412 +msgid "General Options" +msgstr "Vispārīgas opcijas" + +#: ../plug-ins/lighting/lighting-ui.c:303 +#: ../plug-ins/lighting/lighting-ui.c:305 +msgid "T_ransparent background" +msgstr "Cau_rspīdīgs fons" + +#: ../plug-ins/lighting/lighting-ui.c:313 +#: ../plug-ins/lighting/lighting-ui.c:315 +msgid "Make destination image transparent where bump height is zero" +msgstr "Padarīt mērķa attēlu caurspīdīgu vietās, kur reljefa augstums ir nulle" + +#: ../plug-ins/lighting/lighting-ui.c:316 +#: ../plug-ins/lighting/lighting-ui.c:318 +msgid "Cre_ate new image" +msgstr "Izveidot j_aunu attēlu" + +#: ../plug-ins/lighting/lighting-ui.c:326 +#: ../plug-ins/map-object/map-object-ui.c:541 +#: ../plug-ins/lighting/lighting-ui.c:328 +#: ../plug-ins/map-object/map-object-ui.c:481 +msgid "Create a new image when applying filter" +msgstr "Kad pielieto filtru, izveidot jaunu attēlu" + +#: ../plug-ins/lighting/lighting-ui.c:328 +#: ../plug-ins/map-object/map-object-ui.c:481 +#: ../plug-ins/lighting/lighting-ui.c:330 +msgid "High _quality preview" +msgstr "Augstas _kvalitātes priekšskatījums" + +#: ../plug-ins/lighting/lighting-ui.c:338 +#: ../plug-ins/lighting/lighting-ui.c:340 +msgid "Enable/disable high quality preview" +msgstr "Aktivēt/deaktivēt augstas kvalitātes priekšskatījumu" + +#: ../plug-ins/lighting/lighting-ui.c:345 +#: ../plug-ins/lighting/lighting-ui.c:347 +msgid "Distance:" +msgstr "Attālums:" + +#: ../plug-ins/lighting/lighting-ui.c:378 +#: ../plug-ins/map-object/map-object-ui.c:619 +#: ../plug-ins/lighting/lighting-ui.c:380 +#: ../plug-ins/map-object/map-object-ui.c:573 +msgid "Light Settings" +msgstr "Gaismas iestatījumi" + +#: ../plug-ins/lighting/lighting-ui.c:391 +msgid "Light 1" +msgstr "Gaisma 1" + +#: ../plug-ins/lighting/lighting-ui.c:392 +msgid "Light 2" +msgstr "Gaisma 2" + +#: ../plug-ins/lighting/lighting-ui.c:393 +msgid "Light 3" +msgstr "Gaisma 3" + +#: ../plug-ins/lighting/lighting-ui.c:394 +msgid "Light 4" +msgstr "Gaisma 4" + +#: ../plug-ins/lighting/lighting-ui.c:395 +#: ../plug-ins/lighting/lighting-ui.c:397 +msgid "Light 5" +msgstr "Gaisma 5" + +#: ../plug-ins/lighting/lighting-ui.c:396 +#: ../plug-ins/lighting/lighting-ui.c:398 +msgid "Light 6" +msgstr "Gaisma 6" + +#: ../plug-ins/lighting/lighting-ui.c:410 +#: ../plug-ins/lighting/lighting-ui.c:412 +msgid "Color:" +msgstr "Krāsa:" + +#: ../plug-ins/lighting/lighting-ui.c:417 +#: ../plug-ins/lighting/lighting-ui.c:419 +msgid "Directional" +msgstr "Virziena" + +#. if and how to center the image on the page +#: ../plug-ins/lighting/lighting-ui.c:418 +#: ../plug-ins/common/align-layers.c:424 +#: ../plug-ins/common/align-layers.c:455 +#: ../plug-ins/common/cml-explorer.c:166 +#: ../plug-ins/common/file-ps.c:3253 +#: ../plug-ins/common/file-ps.c:3265 +#: ../plug-ins/common/file-psp.c:647 +#: ../plug-ins/file-fits/fits.c:1044 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:998 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1039 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1080 +#: ../plug-ins/print/print-page-layout.c:461 +#: ../plug-ins/lighting/lighting-ui.c:420 +msgid "Point" +msgstr "Punkta" + +#: ../plug-ins/lighting/lighting-ui.c:432 +#: ../plug-ins/map-object/map-object-ui.c:642 +#: ../plug-ins/lighting/lighting-ui.c:434 +#: ../plug-ins/map-object/map-object-ui.c:596 +msgid "Type of light source to apply" +msgstr "Gaismas avota veids, ko pielietot" + +#: ../plug-ins/lighting/lighting-ui.c:434 +#: ../plug-ins/map-object/map-object-ui.c:644 +#: ../plug-ins/map-object/map-object-ui.c:596 +#: ../plug-ins/lighting/lighting-ui.c:436 +#: ../plug-ins/map-object/map-object-ui.c:598 +msgid "Select lightsource color" +msgstr "Izvēlieties gaismas avota krāsu" + +#: ../plug-ins/lighting/lighting-ui.c:448 +#: ../plug-ins/map-object/map-object-ui.c:657 +#: ../plug-ins/lighting/lighting-ui.c:450 +#: ../plug-ins/map-object/map-object-ui.c:611 +#: ../plug-ins/lighting/lighting-ui.c:557 +#: ../plug-ins/map-object/map-object-ui.c:709 +#: ../plug-ins/map-object/map-object-ui.c:977 +#: ../plug-ins/map-object/map-object-ui.c:1022 +#: ../plug-ins/map-object/map-object-ui.c:1121 +msgid "Set light source color" +msgstr "Iestatīt gaismas avota krāsu" + +#: ../plug-ins/lighting/lighting-ui.c:456 +#: ../plug-ins/lighting/lighting-ui.c:458 +msgid "_Intensity:" +msgstr "_Intensitāte:" + +#: ../plug-ins/lighting/lighting-ui.c:464 +#: ../plug-ins/lighting/lighting-ui.c:466 +msgid "Light intensity" +msgstr "Gaismas intensitāte" + +#: ../plug-ins/lighting/lighting-ui.c:467 +#: ../plug-ins/map-object/map-object-ui.c:659 +#: ../plug-ins/map-object/map-object-ui.c:986 +#: ../plug-ins/print/print-page-layout.c:343 +#: ../plug-ins/lighting/lighting-ui.c:469 +#: ../plug-ins/map-object/map-object-ui.c:613 +#: ../plug-ins/map-object/map-object-ui.c:940 +#: ../plug-ins/print/print-page-layout.c:355 +msgid "Position" +msgstr "Novietojums" + +#. X +#: ../plug-ins/lighting/lighting-ui.c:485 +#: ../plug-ins/map-object/map-object-ui.c:683 +#: ../plug-ins/ifs-compose/ifs-compose.c:525 +#: ../plug-ins/lighting/lighting-ui.c:529 +#: ../plug-ins/map-object/map-object-ui.c:629 +#: ../plug-ins/map-object/map-object-ui.c:951 +#: ../plug-ins/map-object/map-object-ui.c:1000 +#: ../plug-ins/lighting/lighting-ui.c:487 +#: ../plug-ins/map-object/map-object-ui.c:637 +msgid "Light source X position in XYZ space" +msgstr "Gaismas avota X novietojums XYZ telpā" + +#: ../plug-ins/lighting/lighting-ui.c:500 +#: ../plug-ins/map-object/map-object-ui.c:697 +#: ../plug-ins/lighting/lighting-ui.c:502 +#: ../plug-ins/map-object/map-object-ui.c:651 +msgid "Light source Y position in XYZ space" +msgstr "Gaismas avota Y novietojums XYZ telpā" + +#: ../plug-ins/lighting/lighting-ui.c:507 +#: ../plug-ins/lighting/lighting-ui.c:509 +msgid "_Z:" +msgstr "_Z:" + +#: ../plug-ins/lighting/lighting-ui.c:515 +#: ../plug-ins/map-object/map-object-ui.c:711 +#: ../plug-ins/lighting/lighting-ui.c:517 +#: ../plug-ins/map-object/map-object-ui.c:665 +msgid "Light source Z position in XYZ space" +msgstr "Gaismas avota Z novietojums XYZ telpā" + +#: ../plug-ins/lighting/lighting-ui.c:535 +#: ../plug-ins/map-object/map-object-ui.c:737 +#: ../plug-ins/lighting/lighting-ui.c:537 +#: ../plug-ins/map-object/map-object-ui.c:691 +msgid "Light source X direction in XYZ space" +msgstr "Gaismas avota X virziens XYZ telpā" + +#: ../plug-ins/lighting/lighting-ui.c:549 +#: ../plug-ins/map-object/map-object-ui.c:750 +#: ../plug-ins/lighting/lighting-ui.c:551 +#: ../plug-ins/map-object/map-object-ui.c:704 +msgid "Light source Y direction in XYZ space" +msgstr "Gaismas avota Y virziens XYZ telpā" + +#: ../plug-ins/lighting/lighting-ui.c:555 +#: ../plug-ins/map-object/map-object-ui.c:703 +#: ../plug-ins/map-object/map-object-ui.c:755 +#: ../plug-ins/map-object/map-object-ui.c:1023 +#: ../plug-ins/map-object/map-object-ui.c:1068 +#: ../plug-ins/map-object/map-object-ui.c:1167 +#: ../plug-ins/lighting/lighting-ui.c:557 +#: ../plug-ins/map-object/map-object-ui.c:657 +#: ../plug-ins/map-object/map-object-ui.c:709 +#: ../plug-ins/map-object/map-object-ui.c:977 +#: ../plug-ins/map-object/map-object-ui.c:1022 +#: ../plug-ins/map-object/map-object-ui.c:1121 +msgid "Z:" +msgstr "Z:" + +#: ../plug-ins/lighting/lighting-ui.c:563 +#: ../plug-ins/map-object/map-object-ui.c:763 +#: ../plug-ins/lighting/lighting-ui.c:565 +#: ../plug-ins/map-object/map-object-ui.c:717 +msgid "Light source Z direction in XYZ space" +msgstr "Gaismas avota Z virziens XYZ telpā" + +#: ../plug-ins/lighting/lighting-ui.c:566 +#: ../plug-ins/lighting/lighting-ui.c:568 +msgid "I_solate" +msgstr "I_zolēt" + +#: ../plug-ins/lighting/lighting-ui.c:575 +#: ../plug-ins/lighting/lighting-ui.c:577 +msgid "Lighting preset:" +msgstr "Gaismas iepstatījumi:" + +#: ../plug-ins/lighting/lighting-ui.c:621 +#: ../plug-ins/lighting/lighting-ui.c:623 +msgid "Material Properties" +msgstr "Materiāla īpašības" + +#: ../plug-ins/lighting/lighting-ui.c:639 +#: ../plug-ins/lighting/lighting-ui.c:641 +msgid "_Glowing:" +msgstr "_Spīdošs:" + +#: ../plug-ins/lighting/lighting-ui.c:658 +#: ../plug-ins/map-object/map-object-ui.c:824 +#: ../plug-ins/lighting/lighting-ui.c:660 +#: ../plug-ins/map-object/map-object-ui.c:778 +msgid "Amount of original color to show where no direct light falls" +msgstr "Sākotnējās krāsas apjoms, ko rādīt, kur nekrīt tieša gaisma" + +#: ../plug-ins/lighting/lighting-ui.c:672 +#: ../plug-ins/lighting/lighting-ui.c:674 +msgid "_Bright:" +msgstr "_Gaišs:" + +#: ../plug-ins/lighting/lighting-ui.c:691 +#: ../plug-ins/map-object/map-object-ui.c:853 +#: ../plug-ins/lighting/lighting-ui.c:693 +#: ../plug-ins/map-object/map-object-ui.c:807 +msgid "Intensity of original color when lit by a light source" +msgstr "Sākotnējās krāsas intensitāte, kad to apgaismo ar gaismas avotu" + +#: ../plug-ins/lighting/lighting-ui.c:705 +#: ../plug-ins/lighting/lighting-ui.c:707 +msgid "_Shiny:" +msgstr "_Spīdīgs:" + +#: ../plug-ins/lighting/lighting-ui.c:724 +#: ../plug-ins/map-object/map-object-ui.c:925 +#: ../plug-ins/lighting/lighting-ui.c:726 +#: ../plug-ins/map-object/map-object-ui.c:879 +msgid "Controls how intense the highlights will be" +msgstr "Nosaka, cik intensīvas būs gaišās vietas" + +#: ../plug-ins/lighting/lighting-ui.c:737 +#: ../plug-ins/lighting/lighting-ui.c:739 +msgid "_Polished:" +msgstr "_Pulēts:" + +#: ../plug-ins/lighting/lighting-ui.c:756 +#: ../plug-ins/map-object/map-object-ui.c:954 +#: ../plug-ins/lighting/lighting-ui.c:758 +#: ../plug-ins/map-object/map-object-ui.c:908 +msgid "Higher values makes the highlights more focused" +msgstr "Lielākas vērtības padarīs gaišākās vietas vairāk izceltas" + +#. Metallic +#: ../plug-ins/lighting/lighting-ui.c:766 +#: ../plug-ins/lighting/lighting-ui.c:768 +msgid "_Metallic" +msgstr "_Metālisks" + +#: ../plug-ins/lighting/lighting-ui.c:803 +#: ../plug-ins/lighting/lighting-ui.c:805 +msgid "E_nable bump mapping" +msgstr "Aktivēt _reljefa kartēšanu" + +#: ../plug-ins/lighting/lighting-ui.c:817 +#: ../plug-ins/lighting/lighting-ui.c:819 +msgid "Enable/disable bump-mapping (image depth)" +msgstr "Aktivēt/deaktivēt reljefa kartēšanu (attēla dziļums)" + +#: ../plug-ins/lighting/lighting-ui.c:839 +msgid "Bumpm_ap image:" +msgstr "Reljefa kartes _attēls:" + +#: ../plug-ins/lighting/lighting-ui.c:843 +#: ../plug-ins/lighting/lighting-ui.c:846 +msgid "Logarithmic" +msgstr "Logaritmisks" + +#: ../plug-ins/lighting/lighting-ui.c:855 +#: ../plug-ins/lighting/lighting-ui.c:858 +msgid "Cu_rve:" +msgstr "_Līkne:" + +#: ../plug-ins/lighting/lighting-ui.c:860 +#: ../plug-ins/lighting/lighting-ui.c:863 +msgid "Ma_ximum height:" +msgstr "Ma_ksimālais augstums:" + +#: ../plug-ins/lighting/lighting-ui.c:870 +#: ../plug-ins/lighting/lighting-ui.c:873 +msgid "Maximum height for bumps" +msgstr "Maksimālais paaugstinājumu augstums" + +#: ../plug-ins/lighting/lighting-ui.c:894 +#: ../plug-ins/lighting/lighting-ui.c:897 +msgid "E_nable environment mapping" +msgstr "Aktivēt _vides kartēšanu" + +#: ../plug-ins/lighting/lighting-ui.c:908 +#: ../plug-ins/lighting/lighting-ui.c:911 +msgid "Enable/disable environment-mapping (reflection)" +msgstr "Aktivēt/deaktivēt vides kartēšanu (atspulgs)" + +#: ../plug-ins/lighting/lighting-ui.c:925 +#: ../plug-ins/lighting/lighting-ui.c:929 +msgid "En_vironment image:" +msgstr "_Vides attēls:" + +#: ../plug-ins/lighting/lighting-ui.c:928 +#: ../plug-ins/lighting/lighting-ui.c:932 +msgid "Environment image to use" +msgstr "Vides attēls, ko izmantot" + +#: ../plug-ins/lighting/lighting-ui.c:950 +msgid "Op_tions" +msgstr "Op_cijas" + +#: ../plug-ins/lighting/lighting-ui.c:954 +#: ../plug-ins/map-object/map-object-ui.c:1291 +#: ../plug-ins/lighting/lighting-ui.c:958 +#: ../plug-ins/map-object/map-object-ui.c:1245 +msgid "_Light" +msgstr "_Gaisma" + +#: ../plug-ins/lighting/lighting-ui.c:958 +#: ../plug-ins/map-object/map-object-ui.c:1295 +#: ../plug-ins/map-object/map-object-ui.c:1245 +#: ../plug-ins/lighting/lighting-ui.c:962 +#: ../plug-ins/map-object/map-object-ui.c:1249 +msgid "_Material" +msgstr "_Materiāls" + +#: ../plug-ins/lighting/lighting-ui.c:962 +#: ../plug-ins/map-object/map-object-ui.c:1249 +msgid "_Bump Map" +msgstr "_Reljefa karte" + +#: ../plug-ins/lighting/lighting-ui.c:966 +#: ../plug-ins/lighting/lighting-ui.c:970 +msgid "_Environment Map" +msgstr "Vid_es karte" + +#: ../plug-ins/lighting/lighting-ui.c:1082 +#: ../plug-ins/map-object/map-object-ui.c:1397 +#: ../plug-ins/gimpressionist/preview.c:173 +#: ../plug-ins/gimpressionist/repaint.c:1183 +#: ../plug-ins/imagemap/imap_polygon.c:513 +#: ../plug-ins/lighting/lighting-ui.c:1089 +#: ../plug-ins/map-object/map-object-ui.c:1357 +msgid "Recompute preview image" +msgstr "Pārskaitļot priekšskatījuma attēlu" + +#: ../plug-ins/lighting/lighting-ui.c:1084 +#: ../plug-ins/lighting/lighting-ui.c:1091 +msgid "I_nteractive" +msgstr "I_nteraktīvs" + +#: ../plug-ins/lighting/lighting-ui.c:1098 +#: ../plug-ins/lighting/lighting-ui.c:1105 +msgid "Enable/disable real time preview of changes" +msgstr "Aktivēt/deaktivēt izmaiņu priekšskatījumu reālajā laikā" + +#: ../plug-ins/lighting/lighting-ui.c:1137 +#: ../plug-ins/lighting/lighting-ui.c:1149 +msgid "Save Lighting Preset" +msgstr "Saglabāt gaismas iepstatījumus" + +#: ../plug-ins/lighting/lighting-ui.c:1281 +#: ../plug-ins/lighting/lighting-ui.c:1293 +msgid "Load Lighting Preset" +msgstr "Ielādēt gaismas iepstatījumus" + +#: ../plug-ins/map-object/map-object-apply.c:276 +#: ../plug-ins/map-object/map-object-apply.c:251 +#: ../plug-ins/map-object/map-object-apply.c:272 +msgid "Map to plane" +msgstr "Uzklāt uz plaknes" + +#: ../plug-ins/map-object/map-object-apply.c:279 +#: ../plug-ins/map-object/map-object-apply.c:251 +#: ../plug-ins/map-object/map-object-apply.c:275 +msgid "Map to sphere" +msgstr "Uzklāt uz lodes" + +#: ../plug-ins/map-object/map-object-apply.c:282 +#: ../plug-ins/map-object/map-object-apply.c:251 +#: ../plug-ins/map-object/map-object-apply.c:278 +msgid "Map to box" +msgstr "Uzklāt uz kastes" + +#: ../plug-ins/map-object/map-object-apply.c:285 +#: ../plug-ins/map-object/map-object-apply.c:252 +#: ../plug-ins/map-object/map-object-apply.c:281 +msgid "Map to cylinder" +msgstr "Uzklāt uz cilindra" + +#: ../plug-ins/map-object/map-object-main.c:193 +#: ../plug-ins/map-object/map-object-main.c:188 +msgid "Map the image to an object (plane, sphere, box or cylinder)" +msgstr "Uzklāt attēlu uz objekta (plakne, lode, kaste vai cilindrs)" + +#: ../plug-ins/map-object/map-object-main.c:198 +msgid "Map _Object..." +msgstr "Uzklāt _objektu..." + +#: ../plug-ins/map-object/map-object-ui.c:248 +#: ../plug-ins/map-object/map-object-ui.c:1305 +#: ../plug-ins/map-object/map-object-ui.c:207 +#: ../plug-ins/map-object/map-object-ui.c:1260 +msgid "_Box" +msgstr "_Kaste" + +#: ../plug-ins/map-object/map-object-ui.c:266 +#: ../plug-ins/map-object/map-object-ui.c:1311 +#: ../plug-ins/map-object/map-object-ui.c:224 +#: ../plug-ins/map-object/map-object-ui.c:1267 +msgid "C_ylinder" +msgstr "C_ilindrs" + +#: ../plug-ins/map-object/map-object-ui.c:484 +#: ../plug-ins/map-object/map-object-ui.c:424 +msgid "Map to:" +msgstr "Uzklāt uz:" + +#: ../plug-ins/map-object/map-object-ui.c:488 +#: ../plug-ins/map-object/map-object-ui.c:428 +msgid "Plane" +msgstr "Plakne" + +#: ../plug-ins/map-object/map-object-ui.c:489 +#: ../plug-ins/map-object/map-object-ui.c:429 +msgid "Sphere" +msgstr "Lode" + +#: ../plug-ins/map-object/map-object-ui.c:490 +#: ../plug-ins/map-object/map-object-ui.c:430 +msgid "Box" +msgstr "Kaste" + +#: ../plug-ins/map-object/map-object-ui.c:501 +#: ../plug-ins/map-object/map-object-ui.c:441 +msgid "Type of object to map to" +msgstr "Objekta veids, uz kura uzklāt" + +#: ../plug-ins/map-object/map-object-ui.c:503 +#: ../plug-ins/map-object/map-object-ui.c:443 +msgid "Transparent background" +msgstr "Caurspīdīgs fons" + +#: ../plug-ins/map-object/map-object-ui.c:514 +#: ../plug-ins/map-object/map-object-ui.c:454 +msgid "Make image transparent outside object" +msgstr "Padarīt attēlu caurspīdīgu ārpus objekta" + +#: ../plug-ins/map-object/map-object-ui.c:516 +#: ../plug-ins/map-object/map-object-ui.c:456 +msgid "Tile source image" +msgstr "Flīzēt avota attēlu" + +#: ../plug-ins/map-object/map-object-ui.c:527 +#: ../plug-ins/common/apply-canvas.c:1325 +#: ../plug-ins/common/bump-map.c:922 +#: ../plug-ins/common/emboss.c:525 +#: ../plug-ins/common/fractal-trace.c:797 +#: ../plug-ins/map-object/map-object-ui.c:467 +msgid "Tile source image: useful for infinite planes" +msgstr "Flīzēt avota attēlu: noderīgs bezgalīgām plaknēm" + +#: ../plug-ins/map-object/map-object-ui.c:530 +#: ../plug-ins/map-object/map-object-ui.c:470 +msgid "Create new image" +msgstr "Izveidot jaunu attēlu" + +#: ../plug-ins/map-object/map-object-ui.c:549 +#: ../plug-ins/map-object/map-object-ui.c:502 +msgid "Enable _antialiasing" +msgstr "_Aktivēt nogludināšana" + +#: ../plug-ins/map-object/map-object-ui.c:560 +#: ../plug-ins/map-object/map-object-ui.c:513 +msgid "Enable/disable jagged edges removal (antialiasing)" +msgstr "Aktivēt/deaktivēt roboto malu noņemšanu (nogludināšana)" + +#: ../plug-ins/map-object/map-object-ui.c:576 +msgid "Antialiasing quality. Higher is better, but slower" +msgstr "Nogludināšanas kvalitāte. Lielāka ir labāka, bet lēnāka" + +#: ../plug-ins/map-object/map-object-ui.c:593 +#: ../plug-ins/map-object/map-object-ui.c:547 +msgid "Stop when pixel differences are smaller than this value" +msgstr "Apturēt, kad pikseļu atšķirības ir mazākas kā šī vērtība" + +#: ../plug-ins/map-object/map-object-ui.c:628 +#: ../plug-ins/map-object/map-object-ui.c:582 +msgid "Point light" +msgstr "Punkta gaisma" + +#. X +#: ../plug-ins/map-object/map-object-ui.c:629 +#: ../plug-ins/ifs-compose/ifs-compose.c:525 +#: ../plug-ins/lighting/lighting-ui.c:529 +#: ../plug-ins/map-object/map-object-ui.c:683 +#: ../plug-ins/map-object/map-object-ui.c:951 +#: ../plug-ins/map-object/map-object-ui.c:1000 +#: ../plug-ins/map-object/map-object-ui.c:583 +msgid "Directional light" +msgstr "Virziena gaisma" + +#: ../plug-ins/map-object/map-object-ui.c:630 +#: ../plug-ins/map-object/map-object-ui.c:584 +msgid "No light" +msgstr "Nav gaismas" + +#: ../plug-ins/map-object/map-object-ui.c:635 +#: ../plug-ins/map-object/map-object-ui.c:589 +msgid "Lightsource type:" +msgstr "Gaismas avota veids:" + +#: ../plug-ins/map-object/map-object-ui.c:649 +#: ../plug-ins/map-object/map-object-ui.c:603 +msgid "Lightsource color:" +msgstr "Gaismas avota krāsa:" + +#: ../plug-ins/map-object/map-object-ui.c:714 +#: ../plug-ins/map-object/map-object-ui.c:668 +msgid "Direction Vector" +msgstr "Virziena vektors" + +#: ../plug-ins/map-object/map-object-ui.c:790 +#: ../plug-ins/map-object/map-object-ui.c:744 +msgid "Intensity Levels" +msgstr "Intensitātes līmeņi" + +#: ../plug-ins/map-object/map-object-ui.c:809 +msgid "Ambient:" +msgstr "Apkārtējs:" + +#: ../plug-ins/map-object/map-object-ui.c:838 +#: ../plug-ins/map-object/map-object-ui.c:881 +#: ../plug-ins/map-object/map-object-ui.c:792 +#: ../plug-ins/map-object/map-object-ui.c:835 +msgid "Diffuse:" +msgstr "Izkliedēt:" + +#: ../plug-ins/map-object/map-object-ui.c:862 +#: ../plug-ins/map-object/map-object-ui.c:816 +msgid "Reflectivity" +msgstr "Atstarošanās" + +#: ../plug-ins/map-object/map-object-ui.c:896 +#: ../plug-ins/map-object/map-object-ui.c:850 +msgid "Higher values makes the object reflect more light (appear lighter)" +msgstr "" +"Lielākas vērtības liks objektam atstarot vairāk gaismas (izskatās gaišāks)" + +#: ../plug-ins/map-object/map-object-ui.c:910 +#: ../plug-ins/map-object/map-object-ui.c:864 +msgid "Specular:" +msgstr "Spoguļa:" + +#: ../plug-ins/map-object/map-object-ui.c:939 +#: ../plug-ins/map-object/map-object-ui.c:893 +msgid "Highlight:" +msgstr "Izgaismojumi:" + +#. X +#: ../plug-ins/map-object/map-object-ui.c:1000 +#: ../plug-ins/ifs-compose/ifs-compose.c:525 +#: ../plug-ins/lighting/lighting-ui.c:529 +#: ../plug-ins/map-object/map-object-ui.c:629 +#: ../plug-ins/map-object/map-object-ui.c:683 +#: ../plug-ins/map-object/map-object-ui.c:951 +msgid "Object X position in XYZ space" +msgstr "Objekta X novietojums XYZ telpā" + +#: ../plug-ins/map-object/map-object-ui.c:1013 +#: ../plug-ins/map-object/map-object-ui.c:967 +msgid "Object Y position in XYZ space" +msgstr "Objekta Y novietojums XYZ telpā" + +#: ../plug-ins/map-object/map-object-ui.c:1026 +#: ../plug-ins/map-object/map-object-ui.c:980 +msgid "Object Z position in XYZ space" +msgstr "Objekta Z novietojums XYZ telpā" + +#: ../plug-ins/map-object/map-object-ui.c:1049 +#: ../plug-ins/map-object/map-object-ui.c:1003 +msgid "Rotation angle about X axis" +msgstr "Rotācijas leņķis ap X asi" + +#: ../plug-ins/map-object/map-object-ui.c:1060 +#: ../plug-ins/map-object/map-object-ui.c:1014 +msgid "Rotation angle about Y axis" +msgstr "Rotācijas leņķis ap Y asi" + +#: ../plug-ins/map-object/map-object-ui.c:1071 +#: ../plug-ins/map-object/map-object-ui.c:1025 +msgid "Rotation angle about Z axis" +msgstr "Rotācijas leņķis ap Z asi" + +#: ../plug-ins/map-object/map-object-ui.c:1097 +#: ../plug-ins/map-object/map-object-ui.c:1051 +msgid "Front:" +msgstr "Priekšpuse:" + +#: ../plug-ins/map-object/map-object-ui.c:1097 +#: ../plug-ins/map-object/map-object-ui.c:1051 +msgid "Back:" +msgstr "Aizmugure:" + +#: ../plug-ins/map-object/map-object-ui.c:1105 +#: ../plug-ins/map-object/map-object-ui.c:1059 +msgid "Map Images to Box Faces" +msgstr "Uzklāt attēlus uz kastes skaldnēm" + +#: ../plug-ins/map-object/map-object-ui.c:1146 +#: ../plug-ins/map-object/map-object-ui.c:1100 +msgid "X scale (size)" +msgstr "X mērogs (izmērs)" + +#: ../plug-ins/map-object/map-object-ui.c:1158 +#: ../plug-ins/map-object/map-object-ui.c:1112 +msgid "Y scale (size)" +msgstr "Y mērogs (izmērs)" + +#: ../plug-ins/map-object/map-object-ui.c:1170 +#: ../plug-ins/map-object/map-object-ui.c:1124 +msgid "Z scale (size)" +msgstr "Z mērogs (izmērs)" + +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:402 +#: ../plug-ins/map-object/map-object-ui.c:1147 +#: ../plug-ins/print/print-page-layout.c:414 +msgid "_Top:" +msgstr "_Augša:" + +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:421 +#: ../plug-ins/map-object/map-object-ui.c:1147 +#: ../plug-ins/print/print-page-layout.c:433 +msgid "_Bottom:" +msgstr "Apa_kša:" + +#: ../plug-ins/map-object/map-object-ui.c:1198 +#: ../plug-ins/map-object/map-object-ui.c:1152 +msgid "Images for the Cap Faces" +msgstr "Attēli cilindra galiem" + +#: ../plug-ins/map-object/map-object-ui.c:1227 +#: ../plug-ins/print/print-page-layout.c:219 +#: ../plug-ins/map-object/map-object-ui.c:1181 +#: ../plug-ins/print/print-page-layout.c:231 +msgid "Size" +msgstr "Izmērs" + +#: ../plug-ins/map-object/map-object-ui.c:1238 +#: ../plug-ins/map-object/map-object-ui.c:1192 +msgid "R_adius:" +msgstr "Rā_diuss:" + +#: ../plug-ins/map-object/map-object-ui.c:1242 +#: ../plug-ins/map-object/map-object-ui.c:1196 +msgid "Cylinder radius" +msgstr "Cilindra rādiuss" + +#: ../plug-ins/map-object/map-object-ui.c:1256 +#: ../plug-ins/map-object/map-object-ui.c:1210 +msgid "Cylinder length" +msgstr "Cilindra augstums" + +#: ../plug-ins/map-object/map-object-ui.c:1287 +#: ../plug-ins/map-object/map-object-ui.c:1241 +msgid "O_ptions" +msgstr "O_pcijas" + +#: ../plug-ins/map-object/map-object-ui.c:1299 +#: ../plug-ins/map-object/map-object-ui.c:1253 +msgid "O_rientation" +msgstr "Vi_rziens" + +#: ../plug-ins/map-object/map-object-ui.c:1335 +msgid "Map to Object" +msgstr "Uzklāt uz objekta" + +#: ../plug-ins/map-object/map-object-ui.c:1415 +msgid "Show preview _wireframe" +msgstr "Rādīt priekšskatījuma _karkasu" + +#: ../plug-ins/maze/maze-algorithms.c:279 +#: ../plug-ins/maze/maze-algorithms.c:278 +msgid "Constructing maze using Prim's Algorithm" +msgstr "Veidot labirintu, izmantojot Prima algoritmu" + +#: ../plug-ins/maze/maze-algorithms.c:488 +msgid "Constructing tileable maze using Prim's Algorithm" +msgstr "Veidot flīzējamu labirintu, izmantojot Prima algoritmu" + +#: ../plug-ins/maze/maze-dialog.c:172 +#: ../plug-ins/maze/maze-dialog.c:162 +msgid "Maze" +msgstr "Labirints" + +#. The maze size frame +#: ../plug-ins/maze/maze-dialog.c:194 +#: ../plug-ins/maze/maze-dialog.c:184 +msgid "Maze Size" +msgstr "Labirinta izmērs" + +#. entscale == Entry and Scale pair function found in pixelize.c +#: ../plug-ins/maze/maze-dialog.c:208 +#: ../plug-ins/common/web-page.c:290 +#: ../plug-ins/maze/maze-dialog.c:198 +msgid "Width (pixels):" +msgstr "Platums (pikseļos):" + +#: ../plug-ins/maze/maze-dialog.c:220 ../plug-ins/maze/maze-dialog.c:236 +#: ../plug-ins/maze/maze-dialog.c:210 +#: ../plug-ins/maze/maze-dialog.c:226 +msgid "Pieces:" +msgstr "Kauliņi:" + +#: ../plug-ins/maze/maze-dialog.c:225 +#: ../plug-ins/maze/maze-dialog.c:215 +msgid "Height (pixels):" +msgstr "Augstums (pikseļos):" + +#. The maze algorithm frame +#: ../plug-ins/maze/maze-dialog.c:244 +#: ../plug-ins/maze/maze-dialog.c:234 +msgid "Algorithm" +msgstr "Algoritms" + +#: ../plug-ins/maze/maze-dialog.c:270 +#: ../plug-ins/maze/maze-dialog.c:260 +msgid "Depth first" +msgstr "Dziļums vispirms" + +#: ../plug-ins/maze/maze-dialog.c:271 +msgid "Prim's algorithm" +msgstr "Prima algoritms" + +#: ../plug-ins/maze/maze-dialog.c:390 +#: ../plug-ins/maze/maze-dialog.c:380 +msgid "" +"Selection size is not even.\n" +"Tileable maze won't work perfectly." +msgstr "" +"Iezīmējuma izmērs nav vienmērīgs.\n" +"Flīzējamais labirints var nedarboties perfekti." + +#: ../plug-ins/maze/maze.c:123 +#: ../plug-ins/maze/maze.c:122 +msgid "Draw a labyrinth" +msgstr "Zīmēt labirintu" + +#: ../plug-ins/maze/maze.c:130 +#: ../plug-ins/maze/maze.c:129 +msgid "_Maze..." +msgstr "_Labirints..." + +#: ../plug-ins/maze/maze.c:426 +#: ../plug-ins/maze/maze.c:425 +msgid "Drawing maze" +msgstr "Zīmē labirintu" + +#: ../plug-ins/metadata/xmp-parse.c:240 +#: ../plug-ins/metadata/xmp-parse.c:238 +#, c-format +msgid "Error: No XMP packet found" +msgstr "Kļūda: nav atrasta XMP pakete" + +#: ../plug-ins/metadata/xmp-parse.c:255 +#: ../plug-ins/metadata/xmp-parse.c:254 +#, c-format +msgid "Error on line %d char %d: %s" +msgstr "Kļūda rindā %d rakstz. %d: %s" + +#: ../plug-ins/metadata/xmp-parse.c:277 +#: ../plug-ins/metadata/xmp-parse.c:276 +#, c-format +msgid "Expected text or optional element <%s>, found <%s> instead" +msgstr "Tika gaidīts teksts vai neobligāts elements <%s>, tā vietā atrasts <%s>" + +#: ../plug-ins/metadata/xmp-parse.c:281 +#: ../plug-ins/metadata/xmp-parse.c:280 +#, c-format +msgid "Expected element <%s>, found <%s> instead" +msgstr "Tika gaidīts elements <%s>, tā vietā atrasts <%s>" + +#: ../plug-ins/metadata/xmp-parse.c:296 +#: ../plug-ins/metadata/xmp-parse.c:295 +#, c-format +msgid "Unknown element <%s>" +msgstr "Nezināms elements <%s>" + +#: ../plug-ins/metadata/xmp-parse.c:325 +#: ../plug-ins/metadata/xmp-parse.c:324 +#, c-format +msgid "Unknown attribute \"%s\"=\"%s\" in element <%s>" +msgstr "Nezināms atribūts \"%s\"=\"%s\" elementā <%s>" + +#: ../plug-ins/metadata/xmp-parse.c:655 +#: ../plug-ins/metadata/xmp-parse.c:677 +#, c-format +msgid "Required attribute rdf:about missing in <%s>" +msgstr "Nepieciešamais atribūts rdf:about nav atrasts iekš <%s>" + +#: ../plug-ins/metadata/xmp-parse.c:881 +#: ../plug-ins/metadata/xmp-parse.c:903 +#, c-format +msgid "Nested elements (<%s>) are not allowed in this context" +msgstr "Ligzdotais elements (<%s>) šajā kontekstā nav atļauts" + +#: ../plug-ins/metadata/xmp-parse.c:1010 +#: ../plug-ins/metadata/xmp-parse.c:1032 +#, c-format +msgid "End of element <%s> not expected in this context" +msgstr "Elementa <%s> beigas netika gaidītas šajā kontekstā" + +#: ../plug-ins/metadata/xmp-parse.c:1112 +#: ../plug-ins/metadata/xmp-parse.c:1134 +#, c-format +msgid "The current element (<%s>) cannot contain text" +msgstr "Dotais elements (<%s>) nevar saturēt tekstu" + +#: ../plug-ins/metadata/xmp-parse.c:1137 +#: ../plug-ins/metadata/xmp-parse.c:1159 +msgid "XMP packets must start with " +msgstr "XMP pakotnēm jāsākas ar " + +#: ../plug-ins/metadata/xmp-parse.c:1151 +#: ../plug-ins/metadata/xmp-parse.c:1173 +msgid "XMP packets must end with " +msgstr "XMP pakotnēm jābeidzas ar " + +#: ../plug-ins/metadata/xmp-parse.c:1164 +#: ../plug-ins/metadata/xmp-parse.c:1186 +msgid "XMP cannot contain XML comments or processing instructions" +msgstr "XMP nevar saturēt XML komentārus vai apstrādes instrukcijas" + +#: ../plug-ins/pagecurl/pagecurl.c:216 +msgid "Curl up one of the image corners" +msgstr "Saritināt vienu no attēla stūriem" + +#: ../plug-ins/pagecurl/pagecurl.c:221 +msgid "_Pagecurl..." +msgstr "Uzritināts _stūris..." + +#: ../plug-ins/pagecurl/pagecurl.c:440 +msgid "Pagecurl Effect" +msgstr "Uzritināta stūra efekts" + +#: ../plug-ins/pagecurl/pagecurl.c:462 +msgid "Curl Location" +msgstr "Uzritinātā stūra vieta" + +#: ../plug-ins/pagecurl/pagecurl.c:481 +msgid "Lower right" +msgstr "Apakšējais labais" + +#: ../plug-ins/pagecurl/pagecurl.c:482 +msgid "Lower left" +msgstr "Apakšējais kreisais" + +#: ../plug-ins/pagecurl/pagecurl.c:483 +msgid "Upper left" +msgstr "Augšējas kreisais" + +#: ../plug-ins/pagecurl/pagecurl.c:484 +msgid "Upper right" +msgstr "Augšējais labais" + +#: ../plug-ins/pagecurl/pagecurl.c:524 +msgid "Curl Orientation" +msgstr "Uzritinājuma virziens" + +#: ../plug-ins/pagecurl/pagecurl.c:568 +msgid "_Shade under curl" +msgstr "Ēna _zem uzritinājuma" + +#: ../plug-ins/pagecurl/pagecurl.c:581 +msgid "Current gradient (reversed)" +msgstr "Pašreizējā krāsu pāreja (apgriezta)" + +#: ../plug-ins/pagecurl/pagecurl.c:586 +msgid "Current gradient" +msgstr "Pašreizējā krāsu pāreja" + +#: ../plug-ins/pagecurl/pagecurl.c:591 +msgid "Foreground / background colors" +msgstr "Priekšplāna / fona krāsas" + +#: ../plug-ins/pagecurl/pagecurl.c:611 +msgid "_Opacity:" +msgstr "_Necaurspīdīgums:" + +#: ../plug-ins/pagecurl/pagecurl.c:734 +msgid "Curl Layer" +msgstr "Uzritinātā stūra slānis" + +#: ../plug-ins/pagecurl/pagecurl.c:1022 +#: ../plug-ins/pagecurl/pagecurl.c:1025 +msgid "Page Curl" +msgstr "Lapas uzritinātais stūris" + +#: ../plug-ins/print/print-page-layout.c:148 +#: ../plug-ins/print/print-page-layout.c:149 +msgid "Ignore Page _Margins" +msgstr "Ignorēt lapas ap_males" + +#: ../plug-ins/print/print-page-layout.c:294 +#: ../plug-ins/print/print-page-layout.c:306 +msgid "_X resolution:" +msgstr "_X izšķirtspēja:" + +#: ../plug-ins/print/print-page-layout.c:298 +#: ../plug-ins/print/print-page-layout.c:310 +msgid "_Y resolution:" +msgstr "_Y izšķirtspēja:" + +#: ../plug-ins/print/print-page-layout.c:369 +#: ../plug-ins/print/print-page-layout.c:381 +msgid "_Left:" +msgstr "No _kreisās:" + +#: ../plug-ins/print/print-page-layout.c:388 +#: ../plug-ins/print/print-page-layout.c:400 +msgid "_Right:" +msgstr "No _labās:" + +#: ../plug-ins/print/print-page-layout.c:442 +#: ../plug-ins/print/print-page-layout.c:454 +msgid "C_enter:" +msgstr "C_entrēt:" + +#: ../plug-ins/print/print-page-layout.c:450 +#: ../plug-ins/print/print-page-layout.c:462 +msgid "Horizontally" +msgstr "Horizontāli" + +#: ../plug-ins/print/print-page-layout.c:451 +#: ../plug-ins/print/print-page-layout.c:463 +msgid "Vertically" +msgstr "Vertikāli" + +#: ../plug-ins/print/print-page-layout.c:452 +#: ../plug-ins/print/print-page-layout.c:464 +msgid "Both" +msgstr "Abējādi" + +#: ../plug-ins/print/print.c:102 +msgid "Print the image" +msgstr "Drukāt attēlu" + +#: ../plug-ins/print/print.c:107 +msgid "_Print..." +msgstr "_Drukāt..." + +#: ../plug-ins/print/print.c:118 +msgid "Adjust page size and orientation for printing" +msgstr "Pielāgot papīra izmēru un orientāciju drukāšanai" + +#: ../plug-ins/print/print.c:124 +msgid "Page Set_up" +msgstr "Lapas iestatīj_umi" + +#: ../plug-ins/print/print.c:265 +#: ../plug-ins/print/print.c:263 +msgid "Image Settings" +msgstr "Attēla iestatījumi" + +#: ../plug-ins/print/print.c:348 +#: ../plug-ins/print/print.c:347 +msgid "An error occurred while trying to print:" +msgstr "Gadījās kļūda, mēģinot drukāt:" + +#: ../plug-ins/print/print.c:375 +#: ../plug-ins/print/print.c:374 +msgid "Printing" +msgstr "Drukā" + +#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); +#: ../plug-ins/selection-to-path/pxl-outline.c:82 +#: ../plug-ins/selection-to-path/pxl-outline.c:81 +msgid "Selection to Path" +msgstr "Iezīmējums par ceļu" + +#: ../plug-ins/selection-to-path/selection-to-path.c:185 +msgid "No selection to convert" +msgstr "Nav iezīmējuma, ko pārveidot" + +#: ../plug-ins/selection-to-path/selection-to-path.c:302 +msgid "Selection to Path Advanced Settings" +msgstr "'Iezīmējums par ceļu' paplašinātie iestatījumi" + +#: ../plug-ins/twain/twain.c:87 +#: ../plug-ins/twain/twain.c:86 +msgid "Capture an image from a TWAIN datasource" +msgstr "Uzņemt attēlu no TWAIN datu avota" + +#: ../plug-ins/twain/twain.c:352 +#: ../plug-ins/twain/twain.c:351 +msgid "_Scanner/Camera..." +msgstr "_Skeneris/kamera..." + +#. Initialize our progress dialog +#: ../plug-ins/twain/twain.c:486 +#: ../plug-ins/twain/twain.c:485 +msgid "Transferring data from scanner/camera" +msgstr "Pārsūta datus no skenera vai kameras" + +#: ../plug-ins/win-snap/winsnap.c:865 +msgid "Grab" +msgstr "Uzņemt" + +#: ../plug-ins/win-snap/winsnap.c:881 +#: ../plug-ins/win-snap/winsnap.c:882 +msgid "Grab a single window" +msgstr "Uzņemt vienu logu" + +#: ../plug-ins/win-snap/winsnap.c:895 +#: ../plug-ins/win-snap/winsnap.c:896 +msgid "Grab the whole screen" +msgstr "Uzņemt visu ekrānu" + +#: ../plug-ins/win-snap/winsnap.c:911 +#: ../plug-ins/win-snap/winsnap.c:912 +msgid "after" +msgstr "pēc" + +#: ../plug-ins/win-snap/winsnap.c:923 +#: ../plug-ins/win-snap/winsnap.c:924 +msgid "Seconds delay" +msgstr "Noildze sekundēs" + +#: ../plug-ins/win-snap/winsnap.c:930 +#: ../plug-ins/win-snap/winsnap.c:931 +msgid "Include decorations" +msgstr "Iekļaut apdari" + +#: ../plug-ins/win-snap/winsnap.c:989 +#: ../plug-ins/win-snap/winsnap.c:990 +msgid "Capture a window or desktop image" +msgstr "Uzņemt logu vai darbvirsmas attēlu" + +#: ../plug-ins/win-snap/winsnap.c:994 +#: ../plug-ins/win-snap/winsnap.c:995 +msgid "_Screen Shot..." +msgstr "Ekrānuzņēmumu_s..." + +#: ../plug-ins/win-snap/winsnap.c:1142 +#: ../plug-ins/win-snap/winsnap.c:1143 +msgid "No data captured" +msgstr "Nav uzņemtu datu" + diff -Nru gimp-2.6.11/po-plug-ins/nn.po gimp-2.6.12/po-plug-ins/nn.po --- gimp-2.6.11/po-plug-ins/nn.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/nn.po 2011-09-28 01:43:13.000000000 +0000 @@ -6,507 +6,508 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 2.6\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2009-03-24 12:34+0000\n" -"PO-Revision-Date: 2009-09-12 17:18+0100\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-05-29 05:46+0000\n" +"PO-Revision-Date: 2011-05-31 22:37+0100\n" "Last-Translator: Kolbjørn Stuestøl \n" "Language-Team: Norwegian nynorsk \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:118 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:119 msgid "Original" msgstr "Original" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:136 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:137 msgid "Rotated" msgstr "Rotert" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:154 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:155 msgid "Continuous update" msgstr "Oppdater kontinuerleg" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:167 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:168 msgid "Area:" msgstr "Område:" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:171 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:172 msgid "Entire Layer" msgstr "Heile laget" #. Create selection -#: ../plug-ins/color-rotate/color-rotate-dialog.c:172 -#: ../plug-ins/common/film.c:965 -#: ../plug-ins/imagemap/imap_selection.c:366 -#: ../plug-ins/selection-to-path/selection-to-path.c:432 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:173 +#: ../plug-ins/common/film.c:966 +#: ../plug-ins/imagemap/imap_selection.c:367 +#: ../plug-ins/selection-to-path/selection-to-path.c:433 msgid "Selection" msgstr "Utval" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:173 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:174 msgid "Context" msgstr "Samanhang" #. spinbutton 1 -#: ../plug-ins/color-rotate/color-rotate-dialog.c:298 -#: ../plug-ins/color-rotate/color-rotate-dialog.c:376 -#: ../plug-ins/common/color-to-alpha.c:409 -#: ../plug-ins/file-fli/fli-gimp.c:874 -#: ../plug-ins/file-fli/fli-gimp.c:944 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:299 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:377 +#: ../plug-ins/common/color-to-alpha.c:410 +#: ../plug-ins/file-fli/fli-gimp.c:875 +#: ../plug-ins/file-fli/fli-gimp.c:945 msgid "From:" msgstr "Frå:" #. spinbutton 2 -#: ../plug-ins/color-rotate/color-rotate-dialog.c:324 -#: ../plug-ins/color-rotate/color-rotate-dialog.c:377 -#: ../plug-ins/file-fli/fli-gimp.c:883 -#: ../plug-ins/file-fli/fli-gimp.c:953 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:325 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:378 +#: ../plug-ins/file-fli/fli-gimp.c:884 +#: ../plug-ins/file-fli/fli-gimp.c:954 msgid "To:" msgstr "Til:" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:418 -#: ../plug-ins/common/file-ps.c:3227 -#: ../plug-ins/imagemap/imap_menu.c:213 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:419 +#: ../plug-ins/common/file-ps.c:3233 +#: ../plug-ins/imagemap/imap_menu.c:214 msgid "Gray" msgstr "Grå" #. Gray: Circle: Spinbutton 1 -#: ../plug-ins/color-rotate/color-rotate-dialog.c:466 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:467 msgid "Hue:" msgstr "Kulør:" #. Gray: Circle: Spinbutton 2 -#: ../plug-ins/color-rotate/color-rotate-dialog.c:493 -#: ../plug-ins/color-rotate/color-rotate-dialog.c:555 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:494 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:556 msgid "Saturation:" msgstr "Metning:" #. * Gray: Operation-Mode * -#: ../plug-ins/color-rotate/color-rotate-dialog.c:513 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:514 msgid "Gray Mode" msgstr "Gråmodus:" #. Gray: Operation-Mode: two radio buttons -#: ../plug-ins/color-rotate/color-rotate-dialog.c:522 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:523 msgid "Treat as this" -msgstr "Behandla som denne" +msgstr "Handter som denne" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:534 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:535 msgid "Change to this" msgstr "Endra til denne" #. * Gray: What is gray? * -#: ../plug-ins/color-rotate/color-rotate-dialog.c:547 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:548 msgid "Gray Threshold" msgstr "Grågrense" #. * Misc: Used unit selection * -#: ../plug-ins/color-rotate/color-rotate-dialog.c:587 -#: ../plug-ins/color-rotate/color-rotate-dialog.c:697 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:588 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:698 msgid "Units" msgstr "Einingar" #. Misc: Used unit selection: 3 radio buttons -#: ../plug-ins/color-rotate/color-rotate-dialog.c:596 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:597 msgid "Radians" msgstr "Radian" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:608 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:609 msgid "Radians/Pi" msgstr "Radian/Pi" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:620 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:621 msgid "Degrees" msgstr "Grader" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:651 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:652 msgid "Rotate Colors" msgstr "Roter fargane" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:691 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:692 msgid "Main Options" msgstr "Hovudinnstillingar" -#: ../plug-ins/color-rotate/color-rotate-dialog.c:694 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:695 msgid "Gray Options" msgstr "Gråinnstillingar" -#: ../plug-ins/color-rotate/color-rotate-stock.c:34 +#: ../plug-ins/color-rotate/color-rotate-stock.c:35 msgid "Switch to Clockwise" msgstr "Bytt til medsols" -#: ../plug-ins/color-rotate/color-rotate-stock.c:36 +#: ../plug-ins/color-rotate/color-rotate-stock.c:37 msgid "Switch to C/Clockwise" msgstr "Bytt til motsols" -#: ../plug-ins/color-rotate/color-rotate-stock.c:38 +#: ../plug-ins/color-rotate/color-rotate-stock.c:39 msgid "Change Order of Arrows" msgstr "Endra rekkefølgja for pilene" -#: ../plug-ins/color-rotate/color-rotate-stock.c:40 -#: ../plug-ins/imagemap/imap_cmd_select_all.c:50 +#: ../plug-ins/color-rotate/color-rotate-stock.c:41 +#: ../plug-ins/imagemap/imap_cmd_select_all.c:51 msgid "Select All" msgstr "Vel alle" -#: ../plug-ins/color-rotate/color-rotate.c:98 +#: ../plug-ins/color-rotate/color-rotate.c:99 msgid "Replace a range of colors with another" msgstr "Flytter fargane på fargesirkelen" -#: ../plug-ins/color-rotate/color-rotate.c:105 +#: ../plug-ins/color-rotate/color-rotate.c:106 msgid "_Rotate Colors..." msgstr "_Roter fargane …" -#: ../plug-ins/color-rotate/color-rotate.c:139 +#: ../plug-ins/color-rotate/color-rotate.c:140 msgid "Rotating the colors" msgstr "Roterer fargane" -#: ../plug-ins/common/alien-map.c:139 +#: ../plug-ins/common/alien-map.c:140 msgid "_Modify red channel" msgstr "_Endra raudkanalen" -#: ../plug-ins/common/alien-map.c:139 +#: ../plug-ins/common/alien-map.c:140 msgid "_Modify hue channel" msgstr "_Endra kulørkanalen" -#: ../plug-ins/common/alien-map.c:140 +#: ../plug-ins/common/alien-map.c:141 msgid "Mo_dify green channel" msgstr "E_ndra grønkanalen" -#: ../plug-ins/common/alien-map.c:140 +#: ../plug-ins/common/alien-map.c:141 msgid "Mo_dify saturation channel" msgstr "E_ndra metningskanalen" -#: ../plug-ins/common/alien-map.c:141 +#: ../plug-ins/common/alien-map.c:142 msgid "Mod_ify blue channel" msgstr "En_dra blåkanalen" -#: ../plug-ins/common/alien-map.c:141 +#: ../plug-ins/common/alien-map.c:142 msgid "Mod_ify luminosity channel" msgstr "En_dra fargeglødkanalen" -#: ../plug-ins/common/alien-map.c:146 +#: ../plug-ins/common/alien-map.c:147 msgid "Red _frequency:" msgstr "Raud_frekvens:" -#: ../plug-ins/common/alien-map.c:146 +#: ../plug-ins/common/alien-map.c:147 msgid "Hue _frequency:" msgstr "Kulør_frekvens:" -#: ../plug-ins/common/alien-map.c:147 +#: ../plug-ins/common/alien-map.c:148 msgid "Green fr_equency:" msgstr "Grønfr_ekvens:" -#: ../plug-ins/common/alien-map.c:147 +#: ../plug-ins/common/alien-map.c:148 msgid "Saturation fr_equency:" msgstr "Metningsfr_ekvens:" -#: ../plug-ins/common/alien-map.c:148 +#: ../plug-ins/common/alien-map.c:149 msgid "Blue freq_uency:" msgstr "Blåfrek_vens:" -#: ../plug-ins/common/alien-map.c:148 +#: ../plug-ins/common/alien-map.c:149 msgid "Luminosity freq_uency:" msgstr "Fargeglødfrek_vens:" -#: ../plug-ins/common/alien-map.c:150 +#: ../plug-ins/common/alien-map.c:151 msgid "Red _phaseshift:" msgstr "_Faseforskyving for raud:" -#: ../plug-ins/common/alien-map.c:150 +#: ../plug-ins/common/alien-map.c:151 msgid "Hue _phaseshift:" msgstr "_Faseforskyving for kulør:" -#: ../plug-ins/common/alien-map.c:151 +#: ../plug-ins/common/alien-map.c:152 msgid "Green ph_aseshift:" msgstr "F_aseforskyving for grøn:" -#: ../plug-ins/common/alien-map.c:151 +#: ../plug-ins/common/alien-map.c:152 msgid "Saturation ph_aseshift:" msgstr "F_aseforskyving for metning:" -#: ../plug-ins/common/alien-map.c:152 +#: ../plug-ins/common/alien-map.c:153 msgid "Blue pha_seshift:" msgstr "Fa_seforskyving for blå:" -#: ../plug-ins/common/alien-map.c:152 +#: ../plug-ins/common/alien-map.c:153 msgid "Luminosity pha_seshift:" msgstr "Fa_seforskyving for fargeglød:" -#: ../plug-ins/common/alien-map.c:182 +#: ../plug-ins/common/alien-map.c:183 msgid "Alter colors in various psychedelic ways" msgstr "Skifter fargane på ulike psykedeliske måtar" -#: ../plug-ins/common/alien-map.c:187 +#: ../plug-ins/common/alien-map.c:188 msgid "_Alien Map..." msgstr "_Alien Map …" -#: ../plug-ins/common/alien-map.c:319 +#: ../plug-ins/common/alien-map.c:320 msgid "Alien Map: Transforming" msgstr "Alien Map: Omforming" -#: ../plug-ins/common/alien-map.c:392 +#: ../plug-ins/common/alien-map.c:393 msgid "Alien Map" msgstr "Alien Map" -#: ../plug-ins/common/alien-map.c:440 -#: ../plug-ins/common/alien-map.c:464 -#: ../plug-ins/common/alien-map.c:488 +#: ../plug-ins/common/alien-map.c:441 +#: ../plug-ins/common/alien-map.c:465 +#: ../plug-ins/common/alien-map.c:489 msgid "Number of cycles covering full value range" msgstr "Talet på syklusar som skal dekka heile verdiområdet" -#: ../plug-ins/common/alien-map.c:452 -#: ../plug-ins/common/alien-map.c:476 -#: ../plug-ins/common/alien-map.c:500 +#: ../plug-ins/common/alien-map.c:453 +#: ../plug-ins/common/alien-map.c:477 +#: ../plug-ins/common/alien-map.c:501 msgid "Phase angle, range 0-360" msgstr "Fasevinkel, område 0° til 360°" #. Propagate Mode -#: ../plug-ins/common/alien-map.c:514 -#: ../plug-ins/common/hot.c:610 -#: ../plug-ins/common/value-propagate.c:1119 +#: ../plug-ins/common/alien-map.c:515 +#: ../plug-ins/common/hot.c:611 +#: ../plug-ins/common/value-propagate.c:1120 #: ../plug-ins/common/waves.c:277 msgid "Mode" msgstr "Modus" -#: ../plug-ins/common/alien-map.c:518 +#: ../plug-ins/common/alien-map.c:519 msgid "_RGB color model" msgstr "_RGB-fargemodell" -#: ../plug-ins/common/alien-map.c:519 +#: ../plug-ins/common/alien-map.c:520 msgid "_HSL color model" msgstr "_HSL-fargemodell" -#: ../plug-ins/common/align-layers.c:127 +#: ../plug-ins/common/align-layers.c:128 msgid "Align all visible layers of the image" msgstr "Rett inn alle synlege lag i biletet." -#: ../plug-ins/common/align-layers.c:132 +#: ../plug-ins/common/align-layers.c:133 msgid "Align Visi_ble Layers..." msgstr "Innrett _synlege lag …" -#: ../plug-ins/common/align-layers.c:172 +#: ../plug-ins/common/align-layers.c:173 msgid "There are not enough layers to align." msgstr "Det er ikkje nok lag til å kunne gjere ei innretting" -#: ../plug-ins/common/align-layers.c:399 +#: ../plug-ins/common/align-layers.c:400 msgid "Align Visible Layers" msgstr "Innrett synlege lag" #. if and how to center the image on the page -#: ../plug-ins/common/align-layers.c:423 -#: ../plug-ins/common/align-layers.c:454 -#: ../plug-ins/common/cml-explorer.c:165 -#: ../plug-ins/common/file-ps.c:3243 -#: ../plug-ins/common/file-ps.c:3255 -#: ../plug-ins/common/file-psp.c:660 -#: ../plug-ins/file-fits/fits.c:1044 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:998 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1039 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1080 -#: ../plug-ins/lighting/lighting-ui.c:415 -#: ../plug-ins/print/print-page-layout.c:461 +#: ../plug-ins/common/align-layers.c:424 +#: ../plug-ins/common/align-layers.c:455 +#: ../plug-ins/common/cml-explorer.c:166 +#: ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 +#: ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/file-fits/fits.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1081 +#: ../plug-ins/lighting/lighting-ui.c:416 +#: ../plug-ins/print/print-page-layout.c:449 msgid "None" msgstr "Ingen" -#: ../plug-ins/common/align-layers.c:424 -#: ../plug-ins/common/align-layers.c:455 +#: ../plug-ins/common/align-layers.c:425 +#: ../plug-ins/common/align-layers.c:456 msgid "Collect" msgstr "Samla" -#: ../plug-ins/common/align-layers.c:425 +#: ../plug-ins/common/align-layers.c:426 msgid "Fill (left to right)" msgstr "Fyll (frå venstre til høgre)" -#: ../plug-ins/common/align-layers.c:426 +#: ../plug-ins/common/align-layers.c:427 msgid "Fill (right to left)" msgstr "Fyll (frå høgre til venstre)" -#: ../plug-ins/common/align-layers.c:427 -#: ../plug-ins/common/align-layers.c:458 +#: ../plug-ins/common/align-layers.c:428 +#: ../plug-ins/common/align-layers.c:459 msgid "Snap to grid" msgstr "Fest til rutenettet" -#: ../plug-ins/common/align-layers.c:436 +#: ../plug-ins/common/align-layers.c:437 msgid "_Horizontal style:" msgstr "_Horsontal stil:" -#: ../plug-ins/common/align-layers.c:440 +#: ../plug-ins/common/align-layers.c:441 msgid "Left edge" msgstr "Venstre kant" -#: ../plug-ins/common/align-layers.c:441 -#: ../plug-ins/common/align-layers.c:471 -#: ../plug-ins/gradient-flare/gradient-flare.c:2712 +#: ../plug-ins/common/align-layers.c:442 +#: ../plug-ins/common/align-layers.c:472 +#: ../plug-ins/gradient-flare/gradient-flare.c:2713 msgid "Center" msgstr "Sentrum" -#: ../plug-ins/common/align-layers.c:442 +#: ../plug-ins/common/align-layers.c:443 msgid "Right edge" msgstr "Høgre kant" -#: ../plug-ins/common/align-layers.c:451 +#: ../plug-ins/common/align-layers.c:452 msgid "Ho_rizontal base:" msgstr "Ho_risontal basis:" -#: ../plug-ins/common/align-layers.c:456 +#: ../plug-ins/common/align-layers.c:457 msgid "Fill (top to bottom)" msgstr "Fyll (frå topp til botn)" -#: ../plug-ins/common/align-layers.c:457 +#: ../plug-ins/common/align-layers.c:458 msgid "Fill (bottom to top)" msgstr "Fyll (frå botn til topp)" -#: ../plug-ins/common/align-layers.c:467 +#: ../plug-ins/common/align-layers.c:468 msgid "_Vertical style:" msgstr "_Vertikal stil:" -#: ../plug-ins/common/align-layers.c:470 +#: ../plug-ins/common/align-layers.c:471 msgid "Top edge" msgstr "Toppkant" -#: ../plug-ins/common/align-layers.c:472 +#: ../plug-ins/common/align-layers.c:473 msgid "Bottom edge" msgstr "Botnkant" -#: ../plug-ins/common/align-layers.c:481 +#: ../plug-ins/common/align-layers.c:482 msgid "Ver_tical base:" msgstr "Ver_tikal basis:" -#: ../plug-ins/common/align-layers.c:485 +#: ../plug-ins/common/align-layers.c:486 msgid "_Grid size:" msgstr "_Ruteavstand:" -#: ../plug-ins/common/align-layers.c:494 +#: ../plug-ins/common/align-layers.c:495 msgid "_Ignore the bottom layer even if visible" msgstr "Ignorer det nederste laget sjølv om det er synleg" -#: ../plug-ins/common/align-layers.c:504 +#: ../plug-ins/common/align-layers.c:505 msgid "_Use the (invisible) bottom layer as the base" msgstr "Bruk det _usynlege botnlaget som basis" -#: ../plug-ins/common/animation-optimize.c:132 +#: ../plug-ins/common/animation-optimize.c:133 msgid "Modify image to reduce size when saved as GIF animation" msgstr "Modifiserer biletet for å redusere storleiken når det blir lagra som GIF-animasjon" -#: ../plug-ins/common/animation-optimize.c:144 +#: ../plug-ins/common/animation-optimize.c:145 msgid "Optimize (for _GIF)" msgstr "Optimer (for _GIF)" -#: ../plug-ins/common/animation-optimize.c:152 +#: ../plug-ins/common/animation-optimize.c:153 msgid "Reduce file size where combining layers is possible" msgstr "Reduserer filstorleiken ved å slå saman lag dersom det er mogleg" -#: ../plug-ins/common/animation-optimize.c:162 +#: ../plug-ins/common/animation-optimize.c:163 msgid "_Optimize (Difference)" msgstr "_Optimer (Differanse)" -#: ../plug-ins/common/animation-optimize.c:170 +#: ../plug-ins/common/animation-optimize.c:171 msgid "Remove optimization to make editing easier" msgstr "Fjern optimaliseringa for å gjere redigeringa enklare" -#: ../plug-ins/common/animation-optimize.c:177 +#: ../plug-ins/common/animation-optimize.c:178 msgid "_Unoptimize" msgstr "_Deoptimer" -#: ../plug-ins/common/animation-optimize.c:197 +#: ../plug-ins/common/animation-optimize.c:198 msgid "_Remove Backdrop" msgstr "_Fjern bakgrunn" -#: ../plug-ins/common/animation-optimize.c:213 +#: ../plug-ins/common/animation-optimize.c:214 msgid "_Find Backdrop" msgstr "_Finn bakgrunn" -#: ../plug-ins/common/animation-optimize.c:426 +#: ../plug-ins/common/animation-optimize.c:427 msgid "Unoptimizing animation" msgstr "Deoptimer animasjonen" -#: ../plug-ins/common/animation-optimize.c:429 +#: ../plug-ins/common/animation-optimize.c:430 msgid "Removing animation background" msgstr "Fjerner animasjonsbakgrunnen" -#: ../plug-ins/common/animation-optimize.c:432 +#: ../plug-ins/common/animation-optimize.c:433 msgid "Finding animation background" msgstr "Ser etter animasjonsbakgrunn" -#: ../plug-ins/common/animation-optimize.c:436 +#: ../plug-ins/common/animation-optimize.c:437 msgid "Optimizing animation" msgstr "Optimerer animasjonen" -#: ../plug-ins/common/animation-play.c:162 +#: ../plug-ins/common/animation-play.c:163 msgid "Preview a GIMP layer-based animation" msgstr "Førehandsvis ein GIMP lagbasert animasjon" -#: ../plug-ins/common/animation-play.c:167 +#: ../plug-ins/common/animation-play.c:168 msgid "_Playback..." msgstr "Spel av _animasjonen …" -#: ../plug-ins/common/animation-play.c:446 +#: ../plug-ins/common/animation-play.c:447 msgid "_Step" msgstr "_Steg" -#: ../plug-ins/common/animation-play.c:446 +#: ../plug-ins/common/animation-play.c:447 msgid "Step to next frame" msgstr "Gå til neste ramme" -#: ../plug-ins/common/animation-play.c:450 +#: ../plug-ins/common/animation-play.c:451 msgid "Rewind the animation" msgstr "Spol animasjonen tilbake" -#: ../plug-ins/common/animation-play.c:468 +#: ../plug-ins/common/animation-play.c:469 msgid "Faster" msgstr "Fortare" -#: ../plug-ins/common/animation-play.c:468 +#: ../plug-ins/common/animation-play.c:469 msgid "Increase the speed of the animation" msgstr "Aukar animasjonsfarten" -#: ../plug-ins/common/animation-play.c:473 +#: ../plug-ins/common/animation-play.c:474 msgid "Slower" msgstr "Seinare" -#: ../plug-ins/common/animation-play.c:473 +#: ../plug-ins/common/animation-play.c:474 msgid "Decrease the speed of the animation" msgstr "Minsker animasjonsfarten" -#: ../plug-ins/common/animation-play.c:478 +#: ../plug-ins/common/animation-play.c:479 msgid "Reset speed" msgstr "Tilbakestill farten" -#: ../plug-ins/common/animation-play.c:478 +#: ../plug-ins/common/animation-play.c:479 msgid "Reset the speed of the animation" msgstr "Tilbakestill animasjonsfarten" -#: ../plug-ins/common/animation-play.c:486 -#: ../plug-ins/common/animation-play.c:1445 +#: ../plug-ins/common/animation-play.c:487 +#: ../plug-ins/common/animation-play.c:1446 msgid "Start playback" msgstr "Spel av" -#: ../plug-ins/common/animation-play.c:490 +#: ../plug-ins/common/animation-play.c:491 msgid "Detach" msgstr "Løy_s fane" -#: ../plug-ins/common/animation-play.c:491 +#: ../plug-ins/common/animation-play.c:492 msgid "Detach the animation from the dialog window" msgstr "Fjern animasjonen frå dialogvindauget" -#: ../plug-ins/common/animation-play.c:583 +#: ../plug-ins/common/animation-play.c:584 msgid "Animation Playback:" msgstr "Spel av animasjonen:" -#: ../plug-ins/common/animation-play.c:662 +#: ../plug-ins/common/animation-play.c:663 msgid "Playback speed" msgstr "Avspelingssfart" -#: ../plug-ins/common/animation-play.c:802 +#: ../plug-ins/common/animation-play.c:803 msgid "Tried to display an invalid layer." msgstr "Prøvde å vise eit ugyldig lag." -#: ../plug-ins/common/animation-play.c:1322 +#: ../plug-ins/common/animation-play.c:1323 +#, c-format msgid "Frame %d of %d" msgstr "Ramme %d av %d" -#: ../plug-ins/common/animation-play.c:1445 +#: ../plug-ins/common/animation-play.c:1446 msgid "Stop playback" msgstr "Stopp avspelinga" @@ -518,986 +519,992 @@ msgid "_Antialias" msgstr "_Kantutjamning" -#: ../plug-ins/common/antialias.c:147 +#: ../plug-ins/common/antialias.c:149 msgid "Antialiasing..." msgstr "Jamnar ut kantane …" -#: ../plug-ins/common/apply-canvas.c:1139 +#: ../plug-ins/common/apply-canvas.c:1140 msgid "Add a canvas texture to the image" msgstr "Legg ein lerretstekstur til biletet" -#: ../plug-ins/common/apply-canvas.c:1144 +#: ../plug-ins/common/apply-canvas.c:1145 msgid "_Apply Canvas..." msgstr "_Lerret …" -#: ../plug-ins/common/apply-canvas.c:1225 +#: ../plug-ins/common/apply-canvas.c:1226 msgid "Applying canvas" msgstr "Legg til lerret" -#: ../plug-ins/common/apply-canvas.c:1262 +#: ../plug-ins/common/apply-canvas.c:1263 msgid "Apply Canvas" msgstr "Lerret" #. ***************************************************** #. radio buttons for choosing LEFT or RIGHT #. ************************************************* -#: ../plug-ins/common/apply-canvas.c:1291 -#: ../plug-ins/common/wind.c:944 -#: ../plug-ins/lighting/lighting-ui.c:517 +#: ../plug-ins/common/apply-canvas.c:1292 +#: ../plug-ins/common/wind.c:945 +#: ../plug-ins/lighting/lighting-ui.c:518 msgid "Direction" msgstr "Retning" -#: ../plug-ins/common/apply-canvas.c:1295 +#: ../plug-ins/common/apply-canvas.c:1296 msgid "_Top-right" msgstr "Oppe, _høgre" -#: ../plug-ins/common/apply-canvas.c:1296 +#: ../plug-ins/common/apply-canvas.c:1297 msgid "Top-_left" msgstr "Oppe, _venstre" -#: ../plug-ins/common/apply-canvas.c:1297 +#: ../plug-ins/common/apply-canvas.c:1298 msgid "_Bottom-left" msgstr "_Nede, venstre" -#: ../plug-ins/common/apply-canvas.c:1298 +#: ../plug-ins/common/apply-canvas.c:1299 msgid "Bottom-_right" msgstr "N_edre, høgre" -#: ../plug-ins/common/apply-canvas.c:1323 -#: ../plug-ins/common/bump-map.c:915 +#: ../plug-ins/common/apply-canvas.c:1324 +#: ../plug-ins/common/bump-map.c:916 #: ../plug-ins/common/emboss.c:523 -#: ../plug-ins/common/fractal-trace.c:795 +#: ../plug-ins/common/fractal-trace.c:796 #: ../plug-ins/map-object/map-object-ui.c:573 msgid "_Depth:" msgstr "_Djupn:" -#: ../plug-ins/common/blinds.c:112 +#: ../plug-ins/common/blinds.c:116 msgid "Simulate an image painted on window blinds" msgstr "Simulerer eit bilete sett gjennom eit vindaugesjalusi" -#: ../plug-ins/common/blinds.c:117 +#: ../plug-ins/common/blinds.c:121 msgid "_Blinds..." msgstr "_Persienne …" -#: ../plug-ins/common/blinds.c:184 +#: ../plug-ins/common/blinds.c:188 msgid "Adding blinds" msgstr "Utvid persienne" -#: ../plug-ins/common/blinds.c:222 +#: ../plug-ins/common/blinds.c:226 msgid "Blinds" msgstr "Persienne" #. Orientation toggle box -#: ../plug-ins/common/blinds.c:256 -#: ../plug-ins/common/ripple.c:553 +#: ../plug-ins/common/blinds.c:260 +#: ../plug-ins/common/ripple.c:539 msgid "Orientation" msgstr "Orientering" -#: ../plug-ins/common/blinds.c:260 -#: ../plug-ins/common/ripple.c:557 -#: ../plug-ins/common/tile-small.c:425 -#: ../plug-ins/pagecurl/pagecurl.c:533 +#: ../plug-ins/common/blinds.c:264 +#: ../plug-ins/common/ripple.c:543 +#: ../plug-ins/common/tile-small.c:426 +#: ../plug-ins/pagecurl/pagecurl.c:534 msgid "_Horizontal" msgstr "_Horisontal" -#: ../plug-ins/common/blinds.c:263 -#: ../plug-ins/common/ripple.c:560 -#: ../plug-ins/common/tile-small.c:435 -#: ../plug-ins/pagecurl/pagecurl.c:532 +#: ../plug-ins/common/blinds.c:265 +#: ../plug-ins/common/ripple.c:544 +#: ../plug-ins/common/tile-small.c:436 +#: ../plug-ins/pagecurl/pagecurl.c:533 msgid "_Vertical" msgstr "_Vertikal" #. #. * Create the "background" layer to hold the image... #. -#: ../plug-ins/common/blinds.c:277 -#: ../plug-ins/common/compose.c:934 -#: ../plug-ins/common/decompose.c:722 -#: ../plug-ins/common/file-cel.c:361 -#: ../plug-ins/common/file-cel.c:364 -#: ../plug-ins/common/file-dicom.c:556 -#: ../plug-ins/common/file-gif-load.c:927 -#: ../plug-ins/common/file-pcx.c:411 -#: ../plug-ins/common/file-pcx.c:417 -#: ../plug-ins/common/file-pix.c:381 -#: ../plug-ins/common/file-png.c:851 -#: ../plug-ins/common/file-pnm.c:584 -#: ../plug-ins/common/file-raw.c:711 -#: ../plug-ins/common/file-sunras.c:974 -#: ../plug-ins/common/file-tga.c:1063 +#: ../plug-ins/common/blinds.c:278 +#: ../plug-ins/common/compose.c:935 +#: ../plug-ins/common/decompose.c:723 +#: ../plug-ins/common/file-cel.c:362 +#: ../plug-ins/common/file-cel.c:365 +#: ../plug-ins/common/file-dicom.c:557 +#: ../plug-ins/common/file-gif-load.c:911 +#: ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 +#: ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 +#: ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 +#: ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-tga.c:1064 #: ../plug-ins/common/file-tiff-load.c:997 #: ../plug-ins/common/file-xbm.c:896 -#: ../plug-ins/common/film.c:745 -#: ../plug-ins/common/smooth-palette.c:256 -#: ../plug-ins/common/tile.c:266 -#: ../plug-ins/file-bmp/bmp-read.c:589 -#: ../plug-ins/file-faxg3/faxg3.c:477 -#: ../plug-ins/file-fits/fits.c:529 -#: ../plug-ins/file-jpeg/jpeg-load.c:248 -#: ../plug-ins/file-jpeg/jpeg-load.c:760 -#: ../plug-ins/file-psd/psd-image-res-load.c:994 -#: ../plug-ins/file-psd/psd-load.c:1525 -#: ../plug-ins/file-sgi/sgi.c:383 -#: ../plug-ins/gfig/gfig-dialog.c:1283 -#: ../plug-ins/gimpressionist/general.c:139 -#: ../plug-ins/twain/twain.c:567 -#: ../plug-ins/win-snap/winsnap.c:1154 +#: ../plug-ins/common/film.c:746 +#: ../plug-ins/common/smooth-palette.c:257 +#: ../plug-ins/common/tile.c:267 +#: ../plug-ins/file-bmp/bmp-read.c:382 +#: ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 +#: ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 +#: ../plug-ins/file-jpeg/jpeg-load.c:761 +#: ../plug-ins/file-psd/psd-image-res-load.c:995 +#: ../plug-ins/file-psd/psd-load.c:1575 +#: ../plug-ins/file-sgi/sgi.c:405 +#: ../plug-ins/gfig/gfig-dialog.c:1284 +#: ../plug-ins/gimpressionist/general.c:140 +#: ../plug-ins/twain/twain.c:568 +#: ../plug-ins/win-snap/winsnap.c:1155 msgid "Background" msgstr "Bakgrunn" -#: ../plug-ins/common/blinds.c:281 -#: ../plug-ins/common/fractal-trace.c:737 -#: ../plug-ins/common/tile-paper.c:383 +#: ../plug-ins/common/blinds.c:282 +#: ../plug-ins/common/fractal-trace.c:738 +#: ../plug-ins/common/tile-paper.c:384 msgid "_Transparent" msgstr "_Gjennomsiktig" -#: ../plug-ins/common/blinds.c:307 +#: ../plug-ins/common/blinds.c:308 msgid "_Displacement:" msgstr "V_riding:" -#: ../plug-ins/common/blinds.c:319 +#: ../plug-ins/common/blinds.c:320 msgid "_Number of segments:" msgstr "_Talet på element:" -#: ../plug-ins/common/blur-gauss-selective.c:103 +#: ../plug-ins/common/blur-gauss-selective.c:104 msgid "Blur neighboring pixels, but only in low-contrast areas" msgstr "Slør nabopikslar, men bare i område med låg kontrast" -#: ../plug-ins/common/blur-gauss-selective.c:114 +#: ../plug-ins/common/blur-gauss-selective.c:115 msgid "_Selective Gaussian Blur..." msgstr "_Selektiv gaussisk sløring …" -#: ../plug-ins/common/blur-gauss-selective.c:194 -#: ../plug-ins/common/blur-gauss-selective.c:231 +#: ../plug-ins/common/blur-gauss-selective.c:195 +#: ../plug-ins/common/blur-gauss-selective.c:232 msgid "Selective Gaussian Blur" msgstr "Selektiv gaussisk sløring" -#: ../plug-ins/common/blur-gauss-selective.c:210 -#: ../plug-ins/common/blur-gauss.c:447 -#: ../plug-ins/common/cartoon.c:231 -#: ../plug-ins/common/edge-dog.c:266 -#: ../plug-ins/common/edge-neon.c:227 -#: ../plug-ins/common/edge-sobel.c:211 -#: ../plug-ins/common/photocopy.c:243 -#: ../plug-ins/common/pixelize.c:292 -#: ../plug-ins/common/softglow.c:223 -#: ../plug-ins/file-sgi/sgi.c:535 -#: ../plug-ins/file-xjt/xjt.c:1698 -#: ../plug-ins/gradient-flare/gradient-flare.c:965 +#: ../plug-ins/common/blur-gauss-selective.c:211 +#: ../plug-ins/common/blur-gauss.c:448 +#: ../plug-ins/common/cartoon.c:232 +#: ../plug-ins/common/edge-dog.c:269 +#: ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-sobel.c:212 +#: ../plug-ins/common/photocopy.c:244 +#: ../plug-ins/common/pixelize.c:293 +#: ../plug-ins/common/softglow.c:224 +#: ../plug-ins/file-sgi/sgi.c:556 +#: ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/gradient-flare/gradient-flare.c:966 msgid "Cannot operate on indexed color images." msgstr "Kan ikkje arbeide på indekserte bilete." -#: ../plug-ins/common/blur-gauss-selective.c:270 +#: ../plug-ins/common/blur-gauss-selective.c:271 msgid "_Blur radius:" msgstr "Slørings_radius:" -#: ../plug-ins/common/blur-gauss-selective.c:280 +#: ../plug-ins/common/blur-gauss-selective.c:281 msgid "_Max. delta:" msgstr "_Maks. delta:" -#: ../plug-ins/common/blur-gauss.c:158 +#: ../plug-ins/common/blur-gauss.c:159 msgid "Simplest, most commonly used way of blurring" msgstr "Den enklaste og mest brukte måten for sløring" -#: ../plug-ins/common/blur-gauss.c:171 +#: ../plug-ins/common/blur-gauss.c:172 msgid "_Gaussian Blur..." msgstr "_Gaussisk sløring …" -#: ../plug-ins/common/blur-gauss.c:178 -#: ../plug-ins/common/blur-gauss.c:198 -#: ../plug-ins/common/blur-gauss.c:218 -#: ../plug-ins/common/blur-gauss.c:238 +#: ../plug-ins/common/blur-gauss.c:179 +#: ../plug-ins/common/blur-gauss.c:199 +#: ../plug-ins/common/blur-gauss.c:219 +#: ../plug-ins/common/blur-gauss.c:239 msgid "Apply a gaussian blur" msgstr "Legg til gaussisk sløring" -#: ../plug-ins/common/blur-gauss.c:427 -#: ../plug-ins/common/blur-gauss.c:477 +#: ../plug-ins/common/blur-gauss.c:428 +#: ../plug-ins/common/blur-gauss.c:478 msgid "Gaussian Blur" msgstr "Gaussisk sløring" #. parameter settings -#: ../plug-ins/common/blur-gauss.c:507 +#: ../plug-ins/common/blur-gauss.c:508 msgid "Blur Radius" msgstr "Radius" -#: ../plug-ins/common/blur-gauss.c:521 -#: ../plug-ins/common/jigsaw.c:2456 -#: ../plug-ins/common/noise-spread.c:383 +#: ../plug-ins/common/blur-gauss.c:522 +#: ../plug-ins/common/jigsaw.c:2457 +#: ../plug-ins/common/noise-spread.c:386 msgid "_Horizontal:" msgstr "_Horisontal:" -#: ../plug-ins/common/blur-gauss.c:525 -#: ../plug-ins/common/jigsaw.c:2473 -#: ../plug-ins/common/noise-spread.c:387 +#: ../plug-ins/common/blur-gauss.c:526 +#: ../plug-ins/common/jigsaw.c:2474 +#: ../plug-ins/common/noise-spread.c:390 msgid "_Vertical:" msgstr "_Vertikal:" -#: ../plug-ins/common/blur-gauss.c:548 +#: ../plug-ins/common/blur-gauss.c:549 msgid "Blur Method" msgstr "Metode" -#: ../plug-ins/common/blur-gauss.c:552 +#: ../plug-ins/common/blur-gauss.c:553 msgid "_IIR" msgstr "_IIR" -#: ../plug-ins/common/blur-gauss.c:553 +#: ../plug-ins/common/blur-gauss.c:554 msgid "_RLE" msgstr "_RLE" -#: ../plug-ins/common/blur-motion.c:156 -#: ../plug-ins/common/blur-motion.c:170 +#: ../plug-ins/common/blur-motion.c:157 +#: ../plug-ins/common/blur-motion.c:171 msgid "Simulate movement using directional blur" msgstr "Simulerer rørsle ved å bruke retningsbestemt sløring" -#: ../plug-ins/common/blur-motion.c:163 -#: ../plug-ins/common/blur-motion.c:176 +#: ../plug-ins/common/blur-motion.c:164 +#: ../plug-ins/common/blur-motion.c:177 msgid "_Motion Blur..." msgstr "F_artssløring …" -#: ../plug-ins/common/blur-motion.c:909 +#: ../plug-ins/common/blur-motion.c:910 msgid "Motion blurring" msgstr "Lager fartssløringa" -#: ../plug-ins/common/blur-motion.c:1011 +#: ../plug-ins/common/blur-motion.c:1012 msgid "Motion Blur" msgstr "Fartssløring" -#: ../plug-ins/common/blur-motion.c:1044 +#: ../plug-ins/common/blur-motion.c:1045 msgid "Blur Type" msgstr "Sløringstype" -#: ../plug-ins/common/blur-motion.c:1048 +#: ../plug-ins/common/blur-motion.c:1049 msgctxt "blur-type" msgid "_Linear" msgstr "_Lineær" -#: ../plug-ins/common/blur-motion.c:1049 +#: ../plug-ins/common/blur-motion.c:1050 msgctxt "blur-type" msgid "_Radial" msgstr "_Radial" -#: ../plug-ins/common/blur-motion.c:1050 +#: ../plug-ins/common/blur-motion.c:1051 msgctxt "blur-type" msgid "_Zoom" msgstr "_Zoom" -#: ../plug-ins/common/blur-motion.c:1057 +#: ../plug-ins/common/blur-motion.c:1058 msgid "Blur Center" msgstr "Sløringssentrum" -#: ../plug-ins/common/blur-motion.c:1093 -#: ../plug-ins/common/lens-flare.c:771 -#: ../plug-ins/common/nova.c:462 -#: ../plug-ins/common/tile-paper.c:281 -#: ../plug-ins/flame/flame.c:1250 -#: ../plug-ins/gradient-flare/gradient-flare.c:2724 -#: ../plug-ins/lighting/lighting-ui.c:476 +#: ../plug-ins/common/blur-motion.c:1094 +#: ../plug-ins/common/lens-flare.c:772 +#: ../plug-ins/common/nova.c:463 +#: ../plug-ins/common/tile-paper.c:282 +#: ../plug-ins/flame/flame.c:1251 +#: ../plug-ins/gradient-flare/gradient-flare.c:2725 +#: ../plug-ins/lighting/lighting-ui.c:477 msgid "_X:" msgstr "_X:" -#: ../plug-ins/common/blur-motion.c:1098 -#: ../plug-ins/common/lens-flare.c:776 -#: ../plug-ins/common/nova.c:467 -#: ../plug-ins/common/tile-paper.c:290 -#: ../plug-ins/flame/flame.c:1264 -#: ../plug-ins/gradient-flare/gradient-flare.c:2728 -#: ../plug-ins/lighting/lighting-ui.c:491 +#: ../plug-ins/common/blur-motion.c:1099 +#: ../plug-ins/common/lens-flare.c:777 +#: ../plug-ins/common/nova.c:468 +#: ../plug-ins/common/tile-paper.c:291 +#: ../plug-ins/flame/flame.c:1265 +#: ../plug-ins/gradient-flare/gradient-flare.c:2729 +#: ../plug-ins/lighting/lighting-ui.c:492 msgid "_Y:" msgstr "_Y:" -#: ../plug-ins/common/blur-motion.c:1100 +#: ../plug-ins/common/blur-motion.c:1101 msgid "Blur _outward" msgstr "Slør _utover" -#: ../plug-ins/common/blur-motion.c:1113 +#: ../plug-ins/common/blur-motion.c:1114 msgid "Blur Parameters" msgstr "Utjamningsparameter" -#: ../plug-ins/common/blur-motion.c:1124 +#: ../plug-ins/common/blur-motion.c:1125 #: ../plug-ins/map-object/map-object-ui.c:1252 msgid "L_ength:" msgstr "Le_ngde:" -#: ../plug-ins/common/blur-motion.c:1137 -#: ../plug-ins/common/newsprint.c:1000 +#: ../plug-ins/common/blur-motion.c:1138 +#: ../plug-ins/common/newsprint.c:1001 msgid "_Angle:" msgstr "_Vinkel:" -#: ../plug-ins/common/blur.c:124 +#: ../plug-ins/common/blur.c:125 msgid "Simple blur, fast but not very strong" msgstr "Enkel sløring. Rask men liten verknad" -#: ../plug-ins/common/blur.c:133 +#: ../plug-ins/common/blur.c:134 msgid "_Blur" msgstr "S_løring" -#: ../plug-ins/common/blur.c:177 -#: ../plug-ins/common/unsharp-mask.c:583 +#: ../plug-ins/common/blur.c:178 +#: ../plug-ins/common/unsharp-mask.c:439 msgid "Blurring" msgstr "Slører" -#: ../plug-ins/common/border-average.c:98 +#: ../plug-ins/common/border-average.c:99 msgid "Set foreground to the average color of the image border" msgstr "Sett forgrunnsfargen til gjennomsnittet av fargane på biletramma." -#: ../plug-ins/common/border-average.c:103 +#: ../plug-ins/common/border-average.c:104 msgid "_Border Average..." msgstr "_Kantgjennomsnitt …" -#: ../plug-ins/common/border-average.c:170 +#: ../plug-ins/common/border-average.c:171 msgid "Border Average" msgstr "Kantgjennomsnitt" -#: ../plug-ins/common/border-average.c:350 +#: ../plug-ins/common/border-average.c:351 msgid "Borderaverage" msgstr "Kantgjennomsnitt" -#: ../plug-ins/common/border-average.c:371 +#: ../plug-ins/common/border-average.c:372 msgid "Border Size" msgstr "Kantbreidde" -#: ../plug-ins/common/border-average.c:379 +#: ../plug-ins/common/border-average.c:380 msgid "_Thickness:" msgstr "_Tjukkleik:" #. Number of Colors frame -#: ../plug-ins/common/border-average.c:414 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:907 +#: ../plug-ins/common/border-average.c:415 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:908 msgid "Number of Colors" msgstr "Talet på fargar" -#: ../plug-ins/common/border-average.c:422 +#: ../plug-ins/common/border-average.c:423 msgid "_Bucket size:" msgstr "_Bøttestorleik:" -#: ../plug-ins/common/bump-map.c:256 +#: ../plug-ins/common/bump-map.c:257 msgid "Create an embossing effect using a bump map" msgstr "Lager ein relieffverknad ved hjelp av eit strukturfilter" -#: ../plug-ins/common/bump-map.c:266 +#: ../plug-ins/common/bump-map.c:267 msgid "_Bump Map..." msgstr "_Avbilding frå kart …" -#: ../plug-ins/common/bump-map.c:414 +#: ../plug-ins/common/bump-map.c:415 msgid "Bump-mapping" msgstr "Genererer avbildinga frå strukturfilteret." -#: ../plug-ins/common/bump-map.c:765 +#: ../plug-ins/common/bump-map.c:766 msgid "Bump Map" msgstr "Avbilding" -#: ../plug-ins/common/bump-map.c:831 +#: ../plug-ins/common/bump-map.c:832 msgid "_Bump map:" msgstr "_Strukturkart:" #. Map type menu -#: ../plug-ins/common/bump-map.c:834 -#: ../plug-ins/flame/flame.c:747 -#: ../plug-ins/lighting/lighting-ui.c:841 +#: ../plug-ins/common/bump-map.c:835 +#: ../plug-ins/flame/flame.c:748 +#: ../plug-ins/lighting/lighting-ui.c:842 msgid "Linear" msgstr "Lineær" -#: ../plug-ins/common/bump-map.c:835 -#: ../plug-ins/flame/flame.c:749 -#: ../plug-ins/lighting/lighting-ui.c:844 +#: ../plug-ins/common/bump-map.c:836 +#: ../plug-ins/flame/flame.c:750 +#: ../plug-ins/lighting/lighting-ui.c:845 msgid "Spherical" msgstr "Kuleforma" -#: ../plug-ins/common/bump-map.c:836 -#: ../plug-ins/flame/flame.c:748 -#: ../plug-ins/lighting/lighting-ui.c:843 +#: ../plug-ins/common/bump-map.c:837 +#: ../plug-ins/flame/flame.c:749 +#: ../plug-ins/lighting/lighting-ui.c:844 msgid "Sinusoidal" msgstr "Sinusforma" -#: ../plug-ins/common/bump-map.c:843 +#: ../plug-ins/common/bump-map.c:844 msgid "_Map type:" msgstr "_Koplingstype" #. Compensate darkening -#: ../plug-ins/common/bump-map.c:848 +#: ../plug-ins/common/bump-map.c:849 msgid "Co_mpensate for darkening" msgstr "Ko_mpenser for formørkinga" #. Invert bumpmap -#: ../plug-ins/common/bump-map.c:862 +#: ../plug-ins/common/bump-map.c:863 msgid "I_nvert bumpmap" msgstr "Inverter strukturkartet" #. Tile bumpmap -#: ../plug-ins/common/bump-map.c:876 +#: ../plug-ins/common/bump-map.c:877 msgid "_Tile bumpmap" msgstr "_Flislegg strukturkartet" -#: ../plug-ins/common/bump-map.c:891 +#: ../plug-ins/common/bump-map.c:892 #: ../plug-ins/common/emboss.c:499 msgid "_Azimuth:" msgstr "_Asimut:" -#: ../plug-ins/common/bump-map.c:903 +#: ../plug-ins/common/bump-map.c:904 msgid "_Elevation:" msgstr "_Elevasjon:" -#: ../plug-ins/common/bump-map.c:929 -#: ../plug-ins/common/file-ps.c:3394 +#: ../plug-ins/common/bump-map.c:930 +#: ../plug-ins/common/file-ps.c:3400 msgid "_X offset:" msgstr "_X-forskyving:" -#: ../plug-ins/common/bump-map.c:932 -#: ../plug-ins/common/bump-map.c:946 +#: ../plug-ins/common/bump-map.c:933 +#: ../plug-ins/common/bump-map.c:947 msgid "The offset can be adjusted by dragging the preview using the middle mouse button." msgstr "Du kan også justera forskyvinga ved hjelp av den midtre museknappen." -#: ../plug-ins/common/bump-map.c:943 -#: ../plug-ins/common/file-ps.c:3403 +#: ../plug-ins/common/bump-map.c:944 +#: ../plug-ins/common/file-ps.c:3409 msgid "_Y offset:" msgstr "_Y-forskyving:" -#: ../plug-ins/common/bump-map.c:957 +#: ../plug-ins/common/bump-map.c:958 msgid "_Waterlevel:" msgstr "_Havnivå:" -#: ../plug-ins/common/bump-map.c:969 +#: ../plug-ins/common/bump-map.c:970 msgid "A_mbient:" msgstr "_Bakgrunnslys:" -#: ../plug-ins/common/cartoon.c:141 +#: ../plug-ins/common/cartoon.c:142 msgid "Simulate a cartoon by enhancing edges" msgstr "Simulerer ei strekteikning ved å forsterke kantane" -#: ../plug-ins/common/cartoon.c:146 +#: ../plug-ins/common/cartoon.c:147 msgid "Ca_rtoon..." msgstr "Teikne_serie …" -#: ../plug-ins/common/cartoon.c:810 +#: ../plug-ins/common/cartoon.c:811 msgid "Cartoon" msgstr "Teikneserie" -#: ../plug-ins/common/cartoon.c:847 -#: ../plug-ins/common/photocopy.c:875 +#: ../plug-ins/common/cartoon.c:848 +#: ../plug-ins/common/photocopy.c:876 msgid "_Mask radius:" msgstr "_Maskeradius:" -#: ../plug-ins/common/cartoon.c:861 +#: ../plug-ins/common/cartoon.c:862 msgid "_Percent black:" msgstr "Svartandel (%):" -#: ../plug-ins/common/channel-mixer.c:174 +#: ../plug-ins/common/channel-mixer.c:175 msgid "Alter colors by mixing RGB Channels" msgstr "Endre fargane ved å blande RGB-kanalane" -#: ../plug-ins/common/channel-mixer.c:179 +#: ../plug-ins/common/channel-mixer.c:180 msgid "Channel Mi_xer..." msgstr "_Kanalmi_ksar …" #. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ", #. param[3].data.d_int32, mix.black.red_gain, #. mix.black.green_gain, mix.black.blue_gain); -#: ../plug-ins/common/channel-mixer.c:270 -#: ../plug-ins/common/channel-mixer.c:491 +#: ../plug-ins/common/channel-mixer.c:271 +#: ../plug-ins/common/channel-mixer.c:492 msgid "Channel Mixer" msgstr "Kanalmiksar" -#: ../plug-ins/common/channel-mixer.c:528 +#: ../plug-ins/common/channel-mixer.c:529 msgid "O_utput channel:" msgstr "_Utkanal:" #. Redmode radio frame -#: ../plug-ins/common/channel-mixer.c:537 -#: ../plug-ins/common/decompose.c:173 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:990 +#: ../plug-ins/common/channel-mixer.c:538 +#: ../plug-ins/common/decompose.c:174 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:991 msgid "Red" msgstr "Raud" #. Greenmode radio frame -#: ../plug-ins/common/channel-mixer.c:542 -#: ../plug-ins/common/decompose.c:174 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1031 +#: ../plug-ins/common/channel-mixer.c:543 +#: ../plug-ins/common/decompose.c:175 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1032 msgid "Green" msgstr "Grøn" #. Bluemode radio frame -#: ../plug-ins/common/channel-mixer.c:547 -#: ../plug-ins/common/decompose.c:175 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1072 +#: ../plug-ins/common/channel-mixer.c:548 +#: ../plug-ins/common/decompose.c:176 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1073 msgid "Blue" msgstr "Blå" -#: ../plug-ins/common/channel-mixer.c:582 -#: ../plug-ins/common/color-exchange.c:397 -#: ../plug-ins/common/compose.c:189 -#: ../plug-ins/common/compose.c:200 -#: ../plug-ins/common/diffraction.c:500 -#: ../plug-ins/common/diffraction.c:538 -#: ../plug-ins/common/diffraction.c:576 +#: ../plug-ins/common/channel-mixer.c:583 +#: ../plug-ins/common/color-exchange.c:398 +#: ../plug-ins/common/compose.c:190 +#: ../plug-ins/common/compose.c:201 +#: ../plug-ins/common/diffraction.c:501 +#: ../plug-ins/common/diffraction.c:539 +#: ../plug-ins/common/diffraction.c:577 #: ../plug-ins/common/noise-rgb.c:530 #: ../plug-ins/common/noise-rgb.c:537 msgid "_Red:" msgstr "_Raud:" -#: ../plug-ins/common/channel-mixer.c:600 -#: ../plug-ins/common/color-exchange.c:457 -#: ../plug-ins/common/compose.c:190 -#: ../plug-ins/common/compose.c:201 -#: ../plug-ins/common/diffraction.c:509 -#: ../plug-ins/common/diffraction.c:547 -#: ../plug-ins/common/diffraction.c:585 +#: ../plug-ins/common/channel-mixer.c:601 +#: ../plug-ins/common/color-exchange.c:458 +#: ../plug-ins/common/compose.c:191 +#: ../plug-ins/common/compose.c:202 +#: ../plug-ins/common/diffraction.c:510 +#: ../plug-ins/common/diffraction.c:548 +#: ../plug-ins/common/diffraction.c:586 #: ../plug-ins/common/noise-rgb.c:531 #: ../plug-ins/common/noise-rgb.c:538 msgid "_Green:" msgstr "_Grøn:" -#: ../plug-ins/common/channel-mixer.c:619 -#: ../plug-ins/common/color-exchange.c:518 -#: ../plug-ins/common/compose.c:191 -#: ../plug-ins/common/compose.c:202 -#: ../plug-ins/common/diffraction.c:518 -#: ../plug-ins/common/diffraction.c:556 -#: ../plug-ins/common/diffraction.c:594 +#: ../plug-ins/common/channel-mixer.c:620 +#: ../plug-ins/common/color-exchange.c:519 +#: ../plug-ins/common/compose.c:192 +#: ../plug-ins/common/compose.c:203 +#: ../plug-ins/common/diffraction.c:519 +#: ../plug-ins/common/diffraction.c:557 +#: ../plug-ins/common/diffraction.c:595 #: ../plug-ins/common/noise-rgb.c:532 #: ../plug-ins/common/noise-rgb.c:539 msgid "_Blue:" msgstr "_Blå:" -#: ../plug-ins/common/channel-mixer.c:635 +#: ../plug-ins/common/channel-mixer.c:636 msgid "_Monochrome" msgstr "_Monokrom" -#: ../plug-ins/common/channel-mixer.c:648 +#: ../plug-ins/common/channel-mixer.c:649 msgid "Preserve _luminosity" msgstr "Behald farge_glød" -#: ../plug-ins/common/channel-mixer.c:877 +#: ../plug-ins/common/channel-mixer.c:878 msgid "Load Channel Mixer Settings" msgstr "Opna innstillingane for kanalmiksaren" #. stat error (file does not exist) -#: ../plug-ins/common/channel-mixer.c:981 -#: ../plug-ins/common/cml-explorer.c:2177 -#: ../plug-ins/common/curve-bend.c:884 -#: ../plug-ins/common/file-cel.c:311 -#: ../plug-ins/common/file-compressor.c:497 -#: ../plug-ins/common/file-compressor.c:665 -#: ../plug-ins/common/file-dicom.c:324 -#: ../plug-ins/common/file-gbr.c:360 -#: ../plug-ins/common/file-gif-load.c:355 -#: ../plug-ins/common/file-gih.c:643 -#: ../plug-ins/common/file-mng.c:1072 -#: ../plug-ins/common/file-pat.c:329 -#: ../plug-ins/common/file-pcx.c:360 -#: ../plug-ins/common/file-pdf.c:550 -#: ../plug-ins/common/file-pix.c:342 -#: ../plug-ins/common/file-png.c:720 -#: ../plug-ins/common/file-pnm.c:493 -#: ../plug-ins/common/file-ps.c:1037 -#: ../plug-ins/common/file-ps.c:3044 -#: ../plug-ins/common/file-psp.c:1750 -#: ../plug-ins/common/file-raw.c:248 -#: ../plug-ins/common/file-raw.c:665 -#: ../plug-ins/common/file-sunras.c:390 -#: ../plug-ins/common/file-svg.c:332 -#: ../plug-ins/common/file-svg.c:717 -#: ../plug-ins/common/file-tga.c:441 +#: ../plug-ins/common/channel-mixer.c:982 +#: ../plug-ins/common/cml-explorer.c:2178 +#: ../plug-ins/common/curve-bend.c:885 +#: ../plug-ins/common/file-cel.c:312 +#: ../plug-ins/common/file-compressor.c:498 +#: ../plug-ins/common/file-compressor.c:666 +#: ../plug-ins/common/file-dicom.c:325 +#: ../plug-ins/common/file-gbr.c:361 +#: ../plug-ins/common/file-gif-load.c:340 +#: ../plug-ins/common/file-gih.c:662 +#: ../plug-ins/common/file-mng.c:1108 +#: ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 +#: ../plug-ins/common/file-pdf.c:552 +#: ../plug-ins/common/file-pix.c:343 +#: ../plug-ins/common/file-png.c:721 +#: ../plug-ins/common/file-pnm.c:494 +#: ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 +#: ../plug-ins/common/file-psp.c:1755 +#: ../plug-ins/common/file-raw.c:251 +#: ../plug-ins/common/file-raw.c:668 +#: ../plug-ins/common/file-sunras.c:391 +#: ../plug-ins/common/file-svg.c:333 +#: ../plug-ins/common/file-svg.c:731 +#: ../plug-ins/common/file-tga.c:442 #: ../plug-ins/common/file-tiff-load.c:291 #: ../plug-ins/common/file-xbm.c:736 -#: ../plug-ins/common/file-xwd.c:432 -#: ../plug-ins/common/sphere-designer.c:2001 -#: ../plug-ins/file-bmp/bmp-read.c:153 -#: ../plug-ins/file-faxg3/faxg3.c:232 -#: ../plug-ins/file-fits/fits.c:357 -#: ../plug-ins/file-fli/fli-gimp.c:459 -#: ../plug-ins/file-fli/fli-gimp.c:496 -#: ../plug-ins/file-ico/ico-load.c:652 -#: ../plug-ins/file-ico/ico-load.c:731 -#: ../plug-ins/file-jpeg/jpeg-load.c:108 -#: ../plug-ins/file-jpeg/jpeg-load.c:830 -#: ../plug-ins/file-psd/psd-load.c:130 -#: ../plug-ins/file-psd/psd-thumb-load.c:79 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:189 -#: ../plug-ins/file-xjt/xjt.c:2540 -#: ../plug-ins/file-xjt/xjt.c:2548 -#: ../plug-ins/flame/flame.c:411 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1862 -#: ../plug-ins/fractal-explorer/fractal-explorer.c:928 -#: ../plug-ins/gfig/gfig.c:433 -#: ../plug-ins/help/gimphelplocale.c:222 -#: ../plug-ins/help/gimphelplocale.c:238 -#: ../plug-ins/lighting/lighting-ui.c:1353 +#: ../plug-ins/common/file-xwd.c:433 +#: ../plug-ins/common/sphere-designer.c:2003 +#: ../plug-ins/file-bmp/bmp-read.c:156 +#: ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/file-fits/fits.c:358 +#: ../plug-ins/file-fli/fli-gimp.c:460 +#: ../plug-ins/file-fli/fli-gimp.c:497 +#: ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 +#: ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 +#: ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-psd/psd-thumb-load.c:80 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:190 +#: ../plug-ins/file-xjt/xjt.c:2560 +#: ../plug-ins/file-xjt/xjt.c:2568 +#: ../plug-ins/flame/flame.c:412 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:929 +#: ../plug-ins/gfig/gfig.c:434 +#: ../plug-ins/help/gimphelplocale.c:223 +#: ../plug-ins/help/gimphelplocale.c:239 +#: ../plug-ins/lighting/lighting-ui.c:1355 +#, c-format msgid "Could not open '%s' for reading: %s" msgstr "Kunne ikkje opna «%s» for lesing: %s" -#: ../plug-ins/common/channel-mixer.c:1004 +#: ../plug-ins/common/channel-mixer.c:1005 msgid "Save Channel Mixer Settings" msgstr "Lagra innstillingane for kanalmiksaren" -#: ../plug-ins/common/channel-mixer.c:1059 -#: ../plug-ins/common/cml-explorer.c:2004 -#: ../plug-ins/common/curve-bend.c:832 -#: ../plug-ins/common/file-cel.c:582 -#: ../plug-ins/common/file-compressor.c:425 -#: ../plug-ins/common/file-compressor.c:507 -#: ../plug-ins/common/file-compressor.c:589 -#: ../plug-ins/common/file-compressor.c:676 -#: ../plug-ins/common/file-csource.c:405 -#: ../plug-ins/common/file-dicom.c:800 -#: ../plug-ins/common/file-gbr.c:634 +#: ../plug-ins/common/channel-mixer.c:1060 +#: ../plug-ins/common/cml-explorer.c:2005 +#: ../plug-ins/common/curve-bend.c:833 +#: ../plug-ins/common/file-cel.c:583 +#: ../plug-ins/common/file-compressor.c:426 +#: ../plug-ins/common/file-compressor.c:508 +#: ../plug-ins/common/file-compressor.c:590 +#: ../plug-ins/common/file-compressor.c:677 +#: ../plug-ins/common/file-csource.c:406 +#: ../plug-ins/common/file-dicom.c:801 +#: ../plug-ins/common/file-gbr.c:647 #: ../plug-ins/common/file-gif-save.c:761 -#: ../plug-ins/common/file-gih.c:1276 -#: ../plug-ins/common/file-html-table.c:235 -#: ../plug-ins/common/file-mng.c:574 -#: ../plug-ins/common/file-mng.c:908 -#: ../plug-ins/common/file-pat.c:461 -#: ../plug-ins/common/file-pcx.c:665 -#: ../plug-ins/common/file-pix.c:523 -#: ../plug-ins/common/file-png.c:1269 -#: ../plug-ins/common/file-pnm.c:976 -#: ../plug-ins/common/file-ps.c:1214 -#: ../plug-ins/common/file-raw.c:545 -#: ../plug-ins/common/file-raw.c:573 -#: ../plug-ins/common/file-sunras.c:562 -#: ../plug-ins/common/file-tga.c:1169 +#: ../plug-ins/common/file-gih.c:1275 +#: ../plug-ins/common/file-html-table.c:236 +#: ../plug-ins/common/file-mng.c:610 +#: ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 +#: ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 +#: ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 +#: ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 +#: ../plug-ins/common/file-raw.c:576 +#: ../plug-ins/common/file-sunras.c:563 +#: ../plug-ins/common/file-tga.c:1170 #: ../plug-ins/common/file-tiff-save.c:683 #: ../plug-ins/common/file-xbm.c:1034 -#: ../plug-ins/common/file-xwd.c:613 -#: ../plug-ins/common/sphere-designer.c:2111 -#: ../plug-ins/file-bmp/bmp-write.c:295 -#: ../plug-ins/file-fits/fits.c:475 -#: ../plug-ins/file-fli/fli-gimp.c:749 -#: ../plug-ins/file-ico/ico-save.c:1007 -#: ../plug-ins/file-jpeg/jpeg-save.c:329 -#: ../plug-ins/file-psd/psd-save.c:1637 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:162 -#: ../plug-ins/file-xjt/xjt.c:1291 -#: ../plug-ins/file-xjt/xjt.c:1726 -#: ../plug-ins/flame/flame.c:442 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1545 -#: ../plug-ins/gfig/gfig.c:793 +#: ../plug-ins/common/file-xwd.c:614 +#: ../plug-ins/common/sphere-designer.c:2114 +#: ../plug-ins/file-bmp/bmp-write.c:296 +#: ../plug-ins/file-fits/fits.c:476 +#: ../plug-ins/file-fli/fli-gimp.c:750 +#: ../plug-ins/file-ico/ico-save.c:1008 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 +#: ../plug-ins/file-psd/psd-save.c:1635 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:163 +#: ../plug-ins/file-xjt/xjt.c:1292 +#: ../plug-ins/file-xjt/xjt.c:1729 +#: ../plug-ins/flame/flame.c:443 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546 +#: ../plug-ins/gfig/gfig.c:794 #: ../plug-ins/ifs-compose/ifs-compose.c:2374 -#: ../plug-ins/lighting/lighting-ui.c:1210 +#: ../plug-ins/lighting/lighting-ui.c:1211 +#, c-format msgid "Could not open '%s' for writing: %s" msgstr "Kan ikkje opna «%s» for skriving: %s" -#: ../plug-ins/common/channel-mixer.c:1067 -#: ../plug-ins/common/cml-explorer.c:2059 +#: ../plug-ins/common/channel-mixer.c:1068 +#: ../plug-ins/common/cml-explorer.c:2060 +#, c-format msgid "Parameters were saved to '%s'" msgstr "Parametra blei lagra i «%s»" -#: ../plug-ins/common/checkerboard.c:88 +#: ../plug-ins/common/checkerboard.c:89 msgid "Create a checkerboard pattern" msgstr "Lag eit sjakkbrettmønster" -#: ../plug-ins/common/checkerboard.c:93 +#: ../plug-ins/common/checkerboard.c:94 msgid "_Checkerboard..." msgstr "Sjakk_brett …" -#: ../plug-ins/common/checkerboard.c:160 +#: ../plug-ins/common/checkerboard.c:161 msgid "Adding checkerboard" msgstr "Legg til sjakkbrett" -#: ../plug-ins/common/checkerboard.c:345 +#: ../plug-ins/common/checkerboard.c:346 msgid "Checkerboard" msgstr "Sjakkbrett" -#: ../plug-ins/common/checkerboard.c:411 -#: ../plug-ins/gimpressionist/sizemap.c:510 +#: ../plug-ins/common/checkerboard.c:412 +#: ../plug-ins/gimpressionist/sizemap.c:511 msgid "_Size:" msgstr "_Storleik:" -#: ../plug-ins/common/checkerboard.c:420 +#: ../plug-ins/common/checkerboard.c:421 msgid "_Psychobilly" msgstr "_Krumming" -#: ../plug-ins/common/cml-explorer.c:128 +#: ../plug-ins/common/cml-explorer.c:129 msgid "Keep image's values" msgstr "Behald biletverdiane" -#: ../plug-ins/common/cml-explorer.c:129 +#: ../plug-ins/common/cml-explorer.c:130 msgid "Keep the first value" msgstr "Behald første verdien" -#: ../plug-ins/common/cml-explorer.c:130 +#: ../plug-ins/common/cml-explorer.c:131 msgid "Fill with parameter k" msgstr "Fyll med parameter k" -#: ../plug-ins/common/cml-explorer.c:131 +#: ../plug-ins/common/cml-explorer.c:132 msgid "k{x(1-x)}^p" msgstr "k{x(1-x)}^p" -#: ../plug-ins/common/cml-explorer.c:132 +#: ../plug-ins/common/cml-explorer.c:133 msgid "k{x(1-x)}^p stepped" msgstr "k{x(1-x)}^p stegvis" -#: ../plug-ins/common/cml-explorer.c:133 +#: ../plug-ins/common/cml-explorer.c:134 msgid "kx^p" msgstr "kx^p" -#: ../plug-ins/common/cml-explorer.c:134 +#: ../plug-ins/common/cml-explorer.c:135 msgid "kx^p stepped" msgstr "kx^p schrittweise" -#: ../plug-ins/common/cml-explorer.c:135 +#: ../plug-ins/common/cml-explorer.c:136 msgid "k(1-x^p)" msgstr "k(1-x^p)" -#: ../plug-ins/common/cml-explorer.c:136 +#: ../plug-ins/common/cml-explorer.c:137 msgid "k(1-x^p) stepped" msgstr "k(1-x^p) stegvis" -#: ../plug-ins/common/cml-explorer.c:137 +#: ../plug-ins/common/cml-explorer.c:138 msgid "Delta function" msgstr "Deltafunksjon" -#: ../plug-ins/common/cml-explorer.c:138 +#: ../plug-ins/common/cml-explorer.c:139 msgid "Delta function stepped" msgstr "Deltafunksjon stegvis" -#: ../plug-ins/common/cml-explorer.c:139 +#: ../plug-ins/common/cml-explorer.c:140 msgid "sin^p-based function" msgstr "sin^p-basert funksjon" -#: ../plug-ins/common/cml-explorer.c:140 +#: ../plug-ins/common/cml-explorer.c:141 msgid "sin^p, stepped" msgstr "sin^p stegvis" -#: ../plug-ins/common/cml-explorer.c:166 +#: ../plug-ins/common/cml-explorer.c:167 msgid "Max (x, -)" msgstr "Max (x, -)" -#: ../plug-ins/common/cml-explorer.c:167 +#: ../plug-ins/common/cml-explorer.c:168 msgid "Max (x+d, -)" msgstr "Max (x+d, -)" -#: ../plug-ins/common/cml-explorer.c:168 +#: ../plug-ins/common/cml-explorer.c:169 msgid "Max (x-d, -)" msgstr "Max (x-d, -)" -#: ../plug-ins/common/cml-explorer.c:169 +#: ../plug-ins/common/cml-explorer.c:170 msgid "Min (x, -)" msgstr "Min (x, -)" -#: ../plug-ins/common/cml-explorer.c:170 +#: ../plug-ins/common/cml-explorer.c:171 msgid "Min (x+d, -)" msgstr "Min (x+d, -)" -#: ../plug-ins/common/cml-explorer.c:171 +#: ../plug-ins/common/cml-explorer.c:172 msgid "Min (x-d, -)" msgstr "Min (x-d, -)" -#: ../plug-ins/common/cml-explorer.c:172 +#: ../plug-ins/common/cml-explorer.c:173 msgid "Max (x+d, -), (x < 0.5)" msgstr "Max (x+d, -), (x < 0.5)" -#: ../plug-ins/common/cml-explorer.c:173 +#: ../plug-ins/common/cml-explorer.c:174 msgid "Max (x+d, -), (0.5 < x)" msgstr "Max (x+d, -), (0.5 < x)" -#: ../plug-ins/common/cml-explorer.c:174 +#: ../plug-ins/common/cml-explorer.c:175 msgid "Max (x-d, -), (x < 0.5)" msgstr "Max (x-d, -), (x < 0.5)" -#: ../plug-ins/common/cml-explorer.c:175 +#: ../plug-ins/common/cml-explorer.c:176 msgid "Max (x-d, -), (0.5 < x)" msgstr "Max (x-d, -), (0.5 < x)" -#: ../plug-ins/common/cml-explorer.c:176 +#: ../plug-ins/common/cml-explorer.c:177 msgid "Min (x+d, -), (x < 0.5)" msgstr "Min (x+d, -), (x < 0.5)" -#: ../plug-ins/common/cml-explorer.c:177 +#: ../plug-ins/common/cml-explorer.c:178 msgid "Min (x+d, -), (0.5 < x)" msgstr "Min (x+d, -), (0.5 < x)" -#: ../plug-ins/common/cml-explorer.c:178 +#: ../plug-ins/common/cml-explorer.c:179 msgid "Min (x-d, -), (x < 0.5)" msgstr "Min (x-d, -), (x < 0.5)" -#: ../plug-ins/common/cml-explorer.c:179 +#: ../plug-ins/common/cml-explorer.c:180 msgid "Min (x-d, -), (0.5 < x)" msgstr "Min (x-d, -), (0.5 < x)" -#: ../plug-ins/common/cml-explorer.c:199 -#: ../plug-ins/common/file-sunras.c:1650 +#: ../plug-ins/common/cml-explorer.c:200 +#: ../plug-ins/common/file-sunras.c:1651 msgid "Standard" msgstr "Standard" -#: ../plug-ins/common/cml-explorer.c:200 +#: ../plug-ins/common/cml-explorer.c:201 msgid "Use average value" msgstr "Bruk gjennomsnittsverdi" -#: ../plug-ins/common/cml-explorer.c:201 +#: ../plug-ins/common/cml-explorer.c:202 msgid "Use reverse value" msgstr "Bruk omvendte verdiar" -#: ../plug-ins/common/cml-explorer.c:202 +#: ../plug-ins/common/cml-explorer.c:203 msgid "With random power (0,10)" msgstr "Med tilfeldig eksponent (0,10)" -#: ../plug-ins/common/cml-explorer.c:203 +#: ../plug-ins/common/cml-explorer.c:204 msgid "With random power (0,1)" msgstr "Med tilfeldig eksponent (0,1)" -#: ../plug-ins/common/cml-explorer.c:204 +#: ../plug-ins/common/cml-explorer.c:205 msgid "With gradient power (0,1)" msgstr "Med gradert eksponent (0,1)" -#: ../plug-ins/common/cml-explorer.c:205 +#: ../plug-ins/common/cml-explorer.c:206 msgid "Multiply rand. value (0,1)" msgstr "Multipl. tilfeldig verdi (0,1)" -#: ../plug-ins/common/cml-explorer.c:206 +#: ../plug-ins/common/cml-explorer.c:207 msgid "Multiply rand. value (0,2)" msgstr "Multipl. tilfeldig verdi (0,2)" -#: ../plug-ins/common/cml-explorer.c:207 +#: ../plug-ins/common/cml-explorer.c:208 msgid "Multiply gradient (0,1)" msgstr "Multipl. fargeovergang (0,1)" -#: ../plug-ins/common/cml-explorer.c:208 +#: ../plug-ins/common/cml-explorer.c:209 msgid "With p and random (0,1)" msgstr "Med p og tilfeldig tal (0,1)" -#: ../plug-ins/common/cml-explorer.c:222 +#: ../plug-ins/common/cml-explorer.c:223 msgid "All black" msgstr "Alt svart" -#: ../plug-ins/common/cml-explorer.c:223 +#: ../plug-ins/common/cml-explorer.c:224 msgid "All gray" msgstr "Alt grått" -#: ../plug-ins/common/cml-explorer.c:224 +#: ../plug-ins/common/cml-explorer.c:225 msgid "All white" msgstr "Alt kvitt" -#: ../plug-ins/common/cml-explorer.c:225 +#: ../plug-ins/common/cml-explorer.c:226 msgid "The first row of the image" msgstr "Den første linja i biletet" -#: ../plug-ins/common/cml-explorer.c:226 +#: ../plug-ins/common/cml-explorer.c:227 msgid "Continuous gradient" msgstr "Kontinuerleg fargeovergang" -#: ../plug-ins/common/cml-explorer.c:227 +#: ../plug-ins/common/cml-explorer.c:228 msgid "Continuous grad. w/o gap" msgstr "Kont. fargeovergang u/ mellomrom" -#: ../plug-ins/common/cml-explorer.c:228 +#: ../plug-ins/common/cml-explorer.c:229 msgid "Random, ch. independent" msgstr "Tilfeldig, kanaluavh." -#: ../plug-ins/common/cml-explorer.c:229 +#: ../plug-ins/common/cml-explorer.c:230 msgid "Random shared" msgstr "Tilfeldig, delt" -#: ../plug-ins/common/cml-explorer.c:230 +#: ../plug-ins/common/cml-explorer.c:231 msgid "Randoms from seed" msgstr "Tilfeldig frå frø" -#: ../plug-ins/common/cml-explorer.c:231 +#: ../plug-ins/common/cml-explorer.c:232 msgid "Randoms from seed (shared)" msgstr "Tilfeldig frå frø (delt)" -#: ../plug-ins/common/cml-explorer.c:299 -#: ../plug-ins/common/cml-explorer.c:307 -#: ../plug-ins/common/decompose.c:187 -#: ../plug-ins/gimpressionist/orientation.c:179 -#: ../plug-ins/gimpressionist/size.c:182 -msgid "Hue" -msgstr "Kulør" - #: ../plug-ins/common/cml-explorer.c:300 #: ../plug-ins/common/cml-explorer.c:308 #: ../plug-ins/common/decompose.c:188 -msgid "Saturation" -msgstr "Metning" +#: ../plug-ins/gimpressionist/orientation.c:180 +#: ../plug-ins/gimpressionist/size.c:183 +msgid "Hue" +msgstr "Kulør" #: ../plug-ins/common/cml-explorer.c:301 #: ../plug-ins/common/cml-explorer.c:309 #: ../plug-ins/common/decompose.c:189 -#: ../plug-ins/gimpressionist/orientation.c:155 -#: ../plug-ins/gimpressionist/size.c:158 +msgid "Saturation" +msgstr "Metning" + +#: ../plug-ins/common/cml-explorer.c:302 +#: ../plug-ins/common/cml-explorer.c:310 +#: ../plug-ins/common/decompose.c:190 +#: ../plug-ins/gimpressionist/orientation.c:156 +#: ../plug-ins/gimpressionist/size.c:159 msgid "Value" msgstr "Lysverdi" -#: ../plug-ins/common/cml-explorer.c:306 +#: ../plug-ins/common/cml-explorer.c:307 msgid "(None)" msgstr "(Ingen)" -#: ../plug-ins/common/cml-explorer.c:454 +#: ../plug-ins/common/cml-explorer.c:455 msgid "Create abstract Coupled-Map Lattice patterns" msgstr "Lag Coupled-Map-Lattice mønster" -#: ../plug-ins/common/cml-explorer.c:465 +#: ../plug-ins/common/cml-explorer.c:466 msgid "CML _Explorer..." -msgstr "_CML behandlaren …" +msgstr "_CML-utforskaren …" -#: ../plug-ins/common/cml-explorer.c:755 +#: ../plug-ins/common/cml-explorer.c:756 msgid "CML Explorer: evoluting" -msgstr "CML_behandlar: utvikling" +msgstr "CML-_utforskarenr: utvikling" -#: ../plug-ins/common/cml-explorer.c:1176 +#: ../plug-ins/common/cml-explorer.c:1177 msgid "Coupled-Map-Lattice Explorer" msgstr "Samankopla avbildingsgitter " -#: ../plug-ins/common/cml-explorer.c:1223 +#: ../plug-ins/common/cml-explorer.c:1224 msgid "New Seed" -msgstr "_Nytt frø" +msgstr "Nytt frø" -#: ../plug-ins/common/cml-explorer.c:1234 +#: ../plug-ins/common/cml-explorer.c:1235 msgid "Fix Seed" msgstr "Fast frø" -#: ../plug-ins/common/cml-explorer.c:1245 +#: ../plug-ins/common/cml-explorer.c:1246 msgid "Random Seed" msgstr "Tilfeldig frø:" -#: ../plug-ins/common/cml-explorer.c:1287 -#: ../plug-ins/common/filter-pack.c:699 -#: ../plug-ins/common/van-gogh-lic.c:670 +#: ../plug-ins/common/cml-explorer.c:1288 +#: ../plug-ins/common/filter-pack.c:700 +#: ../plug-ins/common/van-gogh-lic.c:671 msgid "_Hue" msgstr "_Kulør" -#: ../plug-ins/common/cml-explorer.c:1291 +#: ../plug-ins/common/cml-explorer.c:1292 msgid "Sat_uration" msgstr "M_etning" -#: ../plug-ins/common/cml-explorer.c:1295 -#: ../plug-ins/common/filter-pack.c:707 +#: ../plug-ins/common/cml-explorer.c:1296 +#: ../plug-ins/common/filter-pack.c:708 msgid "_Value" msgstr "_Verdi" -#: ../plug-ins/common/cml-explorer.c:1299 +#: ../plug-ins/common/cml-explorer.c:1300 msgid "_Advanced" msgstr "_Utvida" -#: ../plug-ins/common/cml-explorer.c:1314 +#: ../plug-ins/common/cml-explorer.c:1315 msgid "Channel Independent Parameters" msgstr "Kanaluavhengige parametrar" -#: ../plug-ins/common/cml-explorer.c:1336 +#: ../plug-ins/common/cml-explorer.c:1337 msgid "Initial value:" msgstr "Startverdi:" -#: ../plug-ins/common/cml-explorer.c:1342 +#: ../plug-ins/common/cml-explorer.c:1343 msgid "Zoom scale:" msgstr "Zoomfaktor:" -#: ../plug-ins/common/cml-explorer.c:1351 +#: ../plug-ins/common/cml-explorer.c:1352 msgid "Start offset:" msgstr "Startforskyving:" -#: ../plug-ins/common/cml-explorer.c:1360 +#: ../plug-ins/common/cml-explorer.c:1361 msgid "Seed of Random (only for \"From Seed\" Modes)" msgstr "Startverdi. (Bare for «Frå frø» modus)" -#: ../plug-ins/common/cml-explorer.c:1371 -#: ../plug-ins/maze/maze-dialog.c:260 +#: ../plug-ins/common/cml-explorer.c:1372 +#: ../plug-ins/maze/maze-dialog.c:261 msgid "Seed:" msgstr "Frø:" -#: ../plug-ins/common/cml-explorer.c:1384 +#: ../plug-ins/common/cml-explorer.c:1385 msgid "Switch to \"From seed\" With the Last Seed" msgstr "Bytt til «Frå frø» med siste frø" -#: ../plug-ins/common/cml-explorer.c:1396 +#: ../plug-ins/common/cml-explorer.c:1397 msgid "" "\"Fix seed\" button is an alias of me.\n" "The same seed produces the same image, if (1) the widths of images are same (this is the reason why image on drawable is different from preview), and (2) all mutation rates equal to zero." @@ -1506,1173 +1513,1176 @@ "1. bileta er like breie (Dette er grunnen til at det endelege biletet er anleis enn førehandsvisinga).\n" "2. alle mutasjonsratene er sett til null." -#: ../plug-ins/common/cml-explorer.c:1404 +#: ../plug-ins/common/cml-explorer.c:1405 msgid "O_thers" msgstr "_Andre" -#: ../plug-ins/common/cml-explorer.c:1419 +#: ../plug-ins/common/cml-explorer.c:1420 msgid "Copy Settings" msgstr "Innstillingar for kopiering" -#: ../plug-ins/common/cml-explorer.c:1438 +#: ../plug-ins/common/cml-explorer.c:1439 msgid "Source channel:" msgstr "Kjeldelkanal:" -#: ../plug-ins/common/cml-explorer.c:1453 -#: ../plug-ins/common/cml-explorer.c:1501 +#: ../plug-ins/common/cml-explorer.c:1454 +#: ../plug-ins/common/cml-explorer.c:1502 msgid "Destination channel:" msgstr "Målkanal:" -#: ../plug-ins/common/cml-explorer.c:1457 +#: ../plug-ins/common/cml-explorer.c:1458 msgid "Copy Parameters" msgstr "Kopier parametra" -#: ../plug-ins/common/cml-explorer.c:1466 +#: ../plug-ins/common/cml-explorer.c:1467 msgid "Selective Load Settings" msgstr "Selektive opningsinnstillingar" -#: ../plug-ins/common/cml-explorer.c:1486 +#: ../plug-ins/common/cml-explorer.c:1487 msgid "Source channel in file:" msgstr "Kjeldekanal i fil:" -#: ../plug-ins/common/cml-explorer.c:1507 +#: ../plug-ins/common/cml-explorer.c:1508 msgid "_Misc Ops." msgstr "_Ymse innst." -#: ../plug-ins/common/cml-explorer.c:1556 +#: ../plug-ins/common/cml-explorer.c:1557 msgid "Function type:" msgstr "Funksjonstype:" -#: ../plug-ins/common/cml-explorer.c:1572 +#: ../plug-ins/common/cml-explorer.c:1573 msgid "Composition:" msgstr "Komposisjon:" -#: ../plug-ins/common/cml-explorer.c:1586 +#: ../plug-ins/common/cml-explorer.c:1587 msgid "Misc arrange:" msgstr "Ymse oppstillingar:" -#: ../plug-ins/common/cml-explorer.c:1590 +#: ../plug-ins/common/cml-explorer.c:1591 msgid "Use cyclic range" msgstr "Bruk sykliske område" -#: ../plug-ins/common/cml-explorer.c:1600 +#: ../plug-ins/common/cml-explorer.c:1601 msgid "Mod. rate:" msgstr "Endringsgrad:" -#: ../plug-ins/common/cml-explorer.c:1609 +#: ../plug-ins/common/cml-explorer.c:1610 msgid "Env. sensitivity:" msgstr "Omgivnadsfølsemd:" -#: ../plug-ins/common/cml-explorer.c:1618 +#: ../plug-ins/common/cml-explorer.c:1619 msgid "Diffusion dist.:" msgstr "Diffusjonsavstand:" -#: ../plug-ins/common/cml-explorer.c:1627 +#: ../plug-ins/common/cml-explorer.c:1628 msgid "# of subranges:" msgstr "Talet på underområde:" -#: ../plug-ins/common/cml-explorer.c:1636 +#: ../plug-ins/common/cml-explorer.c:1637 msgid "P(ower factor):" msgstr "Eksponentfaktor (p):" -#: ../plug-ins/common/cml-explorer.c:1645 +#: ../plug-ins/common/cml-explorer.c:1646 msgid "Parameter k:" msgstr "Parameter k:" -#: ../plug-ins/common/cml-explorer.c:1654 +#: ../plug-ins/common/cml-explorer.c:1655 msgid "Range low:" msgstr "Nedre grense:" -#: ../plug-ins/common/cml-explorer.c:1663 +#: ../plug-ins/common/cml-explorer.c:1664 msgid "Range high:" msgstr "Øvre grense:" -#: ../plug-ins/common/cml-explorer.c:1675 +#: ../plug-ins/common/cml-explorer.c:1676 msgid "Plot a Graph of the Settings" msgstr "Vis innstillingane grafisk" -#: ../plug-ins/common/cml-explorer.c:1720 +#: ../plug-ins/common/cml-explorer.c:1721 msgid "Ch. sensitivity:" msgstr "Kanalfølsemd:" -#: ../plug-ins/common/cml-explorer.c:1730 +#: ../plug-ins/common/cml-explorer.c:1731 msgid "Mutation rate:" msgstr "Mutasjonsrate:" -#: ../plug-ins/common/cml-explorer.c:1740 +#: ../plug-ins/common/cml-explorer.c:1741 msgid "Mutation dist.:" msgstr "Mutasjonsavstand:" -#: ../plug-ins/common/cml-explorer.c:1818 +#: ../plug-ins/common/cml-explorer.c:1819 msgid "Graph of the Current Settings" msgstr "Graf for dei gjeldande innstillingane" -#: ../plug-ins/common/cml-explorer.c:1889 +#: ../plug-ins/common/cml-explorer.c:1890 msgid "Warning: the source and the destination are the same channel." msgstr "Åtvaring: Kjelde- og målkanalen er den same" -#: ../plug-ins/common/cml-explorer.c:1948 +#: ../plug-ins/common/cml-explorer.c:1949 msgid "Save CML Explorer Parameters" msgstr "Lagra parametra for CML-utforskaren" -#: ../plug-ins/common/cml-explorer.c:2081 +#: ../plug-ins/common/cml-explorer.c:2082 msgid "Load CML Explorer Parameters" msgstr "Opna parametra for CML-utforskaren" -#: ../plug-ins/common/cml-explorer.c:2199 +#: ../plug-ins/common/cml-explorer.c:2200 msgid "Error: it's not CML parameter file." msgstr "Feil: Dette er ikkje ei CML-parameter-fil" -#: ../plug-ins/common/cml-explorer.c:2206 +#: ../plug-ins/common/cml-explorer.c:2207 +#, c-format msgid "Warning: '%s' is an old format file." msgstr "Åtvaring: «%s» er ei fil i gammalt format." -#: ../plug-ins/common/cml-explorer.c:2210 +#: ../plug-ins/common/cml-explorer.c:2211 +#, c-format msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer." msgstr "Åtvaring: «%s» er ei parameterfil for nyare CML-utforskar enn denne." -#: ../plug-ins/common/cml-explorer.c:2273 +#: ../plug-ins/common/cml-explorer.c:2274 msgid "Error: failed to load parameters" msgstr "Feil: Kunne ikkje opna parametra" -#: ../plug-ins/common/color-cube-analyze.c:105 +#: ../plug-ins/common/color-cube-analyze.c:106 msgid "Analyze the set of colors in the image" msgstr "Analyser fargesettet i biletet" -#: ../plug-ins/common/color-cube-analyze.c:111 +#: ../plug-ins/common/color-cube-analyze.c:112 msgid "Colorcube A_nalysis..." msgstr "Fargerom_analyse …" -#: ../plug-ins/common/color-cube-analyze.c:199 -#: ../plug-ins/common/color-cube-analyze.c:355 +#: ../plug-ins/common/color-cube-analyze.c:200 +#: ../plug-ins/common/color-cube-analyze.c:356 msgid "Colorcube Analysis" msgstr "Fargeromanalyse" #. output results -#: ../plug-ins/common/color-cube-analyze.c:383 -#: ../plug-ins/imagemap/imap_cmd_guides.c:230 +#: ../plug-ins/common/color-cube-analyze.c:384 +#: ../plug-ins/imagemap/imap_cmd_guides.c:231 +#, c-format msgid "Image dimensions: %d × %d" msgstr "Biletstorleik: %d x %d" -#: ../plug-ins/common/color-cube-analyze.c:386 +#: ../plug-ins/common/color-cube-analyze.c:387 msgid "No colors" msgstr "Ingen fargar" -#: ../plug-ins/common/color-cube-analyze.c:388 +#: ../plug-ins/common/color-cube-analyze.c:389 msgid "Only one unique color" msgstr "Bare ein farge" -#: ../plug-ins/common/color-cube-analyze.c:390 +#: ../plug-ins/common/color-cube-analyze.c:391 +#, c-format msgid "Number of unique colors: %d" msgstr "Talet på unike fargar: %d" -#: ../plug-ins/common/color-enhance.c:68 +#: ../plug-ins/common/color-enhance.c:69 msgid "Stretch color saturation to cover maximum possible range" msgstr "Strekker biletmetning for å dekke størst mogleg område" -#: ../plug-ins/common/color-enhance.c:80 +#: ../plug-ins/common/color-enhance.c:81 msgid "_Color Enhance" msgstr "_Fargeforsterkning" -#: ../plug-ins/common/color-enhance.c:114 +#: ../plug-ins/common/color-enhance.c:115 msgid "Color Enhance" msgstr "Fargeforbetring" -#: ../plug-ins/common/color-exchange.c:121 +#: ../plug-ins/common/color-exchange.c:122 msgid "Swap one color with another" msgstr "Byter ein farge med ein annan" -#: ../plug-ins/common/color-exchange.c:127 +#: ../plug-ins/common/color-exchange.c:128 msgid "_Color Exchange..." msgstr "Bytt _farge …" -#: ../plug-ins/common/color-exchange.c:212 -#: ../plug-ins/common/color-exchange.c:286 +#: ../plug-ins/common/color-exchange.c:213 +#: ../plug-ins/common/color-exchange.c:287 msgid "Color Exchange" msgstr "Byter ut ein farge med ein annan" -#: ../plug-ins/common/color-exchange.c:308 +#: ../plug-ins/common/color-exchange.c:309 msgid "Middle-Click Inside Preview to Pick \"From Color\"" msgstr "Klikk i førehandsvisinga med midtre musebrytaren for å velje «frå-farge»" -#: ../plug-ins/common/color-exchange.c:346 +#: ../plug-ins/common/color-exchange.c:347 msgid "To Color" msgstr "Tilfarge" -#: ../plug-ins/common/color-exchange.c:346 +#: ../plug-ins/common/color-exchange.c:347 msgid "From Color" msgstr "Fråfarge" -#: ../plug-ins/common/color-exchange.c:364 +#: ../plug-ins/common/color-exchange.c:365 msgid "Color Exchange: To Color" msgstr "Fargeutveksling: tilfarge" -#: ../plug-ins/common/color-exchange.c:365 +#: ../plug-ins/common/color-exchange.c:366 msgid "Color Exchange: From Color" msgstr "Fargeutveksling: fråfarge" -#: ../plug-ins/common/color-exchange.c:423 +#: ../plug-ins/common/color-exchange.c:424 msgid "R_ed threshold:" msgstr "_Raud terskel:" -#: ../plug-ins/common/color-exchange.c:483 +#: ../plug-ins/common/color-exchange.c:484 msgid "G_reen threshold:" msgstr "_Grøn terskel:" -#: ../plug-ins/common/color-exchange.c:544 +#: ../plug-ins/common/color-exchange.c:545 msgid "B_lue threshold:" msgstr "_Blå terskel:" -#: ../plug-ins/common/color-exchange.c:572 +#: ../plug-ins/common/color-exchange.c:573 msgid "Lock _thresholds" msgstr "_Lås tersklane" -#: ../plug-ins/common/color-to-alpha.c:93 +#: ../plug-ins/common/color-to-alpha.c:94 msgid "Convert a specified color to transparency" msgstr "Omformar ein spesifisert farge til gjennomsikt" -#: ../plug-ins/common/color-to-alpha.c:100 +#: ../plug-ins/common/color-to-alpha.c:101 msgid "Color to _Alpha..." msgstr "Farge til _alfa …" -#: ../plug-ins/common/color-to-alpha.c:183 +#: ../plug-ins/common/color-to-alpha.c:184 msgid "Removing color" msgstr "Fjerner farge" -#: ../plug-ins/common/color-to-alpha.c:376 +#: ../plug-ins/common/color-to-alpha.c:377 msgid "Color to Alpha" msgstr "Farge til alfa" -#: ../plug-ins/common/color-to-alpha.c:413 +#: ../plug-ins/common/color-to-alpha.c:414 msgid "Color to Alpha Color Picker" msgstr "Farge til alfa fargehentar" -#: ../plug-ins/common/color-to-alpha.c:428 +#: ../plug-ins/common/color-to-alpha.c:429 msgid "to alpha" msgstr "til alfa" -#: ../plug-ins/common/colorify.c:101 +#: ../plug-ins/common/colorify.c:102 msgid "Replace all colors with shades of a specified color" msgstr "Bytt ut alle fargane med ulike toner av ein spesifisert farge" -#: ../plug-ins/common/colorify.c:107 +#: ../plug-ins/common/colorify.c:108 msgid "Colorif_y..." msgstr "Farge_legg frå mal …" -#: ../plug-ins/common/colorify.c:168 +#: ../plug-ins/common/colorify.c:169 msgid "Colorifying" msgstr "Fargelegg" -#: ../plug-ins/common/colorify.c:254 +#: ../plug-ins/common/colorify.c:255 msgid "Colorify" msgstr "Fargelegg" -#: ../plug-ins/common/colorify.c:288 +#: ../plug-ins/common/colorify.c:289 msgid "Custom color:" msgstr "Definer farge:" -#: ../plug-ins/common/colorify.c:293 +#: ../plug-ins/common/colorify.c:294 msgid "Colorify Custom Color" msgstr "Fargelegg med brukardefinert farge" -#: ../plug-ins/common/colormap-remap.c:96 +#: ../plug-ins/common/colormap-remap.c:97 msgid "Rearrange the colormap" msgstr "Ordne fargekartet på nytt" -#: ../plug-ins/common/colormap-remap.c:103 +#: ../plug-ins/common/colormap-remap.c:104 msgid "R_earrange Colormap..." msgstr "_Ordne fargekartet på nytt …" -#: ../plug-ins/common/colormap-remap.c:115 +#: ../plug-ins/common/colormap-remap.c:116 msgid "Swap two colors in the colormap" msgstr "Bytt to fargar i fargekartet" -#: ../plug-ins/common/colormap-remap.c:122 +#: ../plug-ins/common/colormap-remap.c:123 msgid "_Swap Colors" msgstr "Bytt fargane" -#: ../plug-ins/common/colormap-remap.c:285 -#: ../plug-ins/common/colormap-remap.c:296 -#: ../plug-ins/common/colormap-remap.c:307 +#: ../plug-ins/common/colormap-remap.c:286 +#: ../plug-ins/common/colormap-remap.c:297 +#: ../plug-ins/common/colormap-remap.c:308 msgid "Invalid remap array was passed to remap function" msgstr "Ein ugyldig fargetabell blei overført til innfargingsfunksjonen" -#: ../plug-ins/common/colormap-remap.c:331 +#: ../plug-ins/common/colormap-remap.c:332 msgid "Rearranging the colormap" msgstr "Ordner fargekartet på nytt" -#: ../plug-ins/common/colormap-remap.c:480 +#: ../plug-ins/common/colormap-remap.c:481 msgid "Sort on Hue" msgstr "Sorter etter kulør" -#: ../plug-ins/common/colormap-remap.c:484 +#: ../plug-ins/common/colormap-remap.c:485 msgid "Sort on Saturation" msgstr "Sorter etter metning" -#: ../plug-ins/common/colormap-remap.c:488 +#: ../plug-ins/common/colormap-remap.c:489 msgid "Sort on Value" msgstr "Sorter etter verdi" -#: ../plug-ins/common/colormap-remap.c:492 +#: ../plug-ins/common/colormap-remap.c:493 msgid "Reverse Order" msgstr "Omvendt rekkefølgje" -#: ../plug-ins/common/colormap-remap.c:496 +#: ../plug-ins/common/colormap-remap.c:497 msgid "Reset Order" msgstr "Tilbakestill rekkefølgje" -#: ../plug-ins/common/colormap-remap.c:595 +#: ../plug-ins/common/colormap-remap.c:596 msgid "Rearrange Colormap" msgstr "Ordne fargekartet på nytt" -#: ../plug-ins/common/colormap-remap.c:698 +#: ../plug-ins/common/colormap-remap.c:699 msgid "Drag and drop colors to rearrange the colormap. The numbers shown are the original indices. Right-click for a menu with sort options." msgstr "Dra-og-slepp fargane for å omorganisere fargekartet. Tala som blir viste er den opphavlege ordninga. Høgreklikk for å få opp ein meny med ulike sorteringsmåtar." -#: ../plug-ins/common/compose.c:188 -#: ../plug-ins/common/decompose.c:169 -#: ../plug-ins/common/file-raw.c:1022 +#: ../plug-ins/common/compose.c:189 +#: ../plug-ins/common/decompose.c:170 +#: ../plug-ins/common/file-raw.c:1025 msgid "RGB" msgstr "RGB" -#: ../plug-ins/common/compose.c:199 -#: ../plug-ins/common/decompose.c:177 +#: ../plug-ins/common/compose.c:200 +#: ../plug-ins/common/decompose.c:178 msgid "RGBA" msgstr "RGBA" -#: ../plug-ins/common/compose.c:203 +#: ../plug-ins/common/compose.c:204 #: ../plug-ins/common/noise-rgb.c:525 #: ../plug-ins/common/noise-rgb.c:540 msgid "_Alpha:" msgstr "_Alfa:" -#: ../plug-ins/common/compose.c:210 -#: ../plug-ins/common/decompose.c:183 +#: ../plug-ins/common/compose.c:211 +#: ../plug-ins/common/decompose.c:184 msgid "HSV" msgstr "HSV" -#: ../plug-ins/common/compose.c:211 -#: ../plug-ins/common/compose.c:219 +#: ../plug-ins/common/compose.c:212 +#: ../plug-ins/common/compose.c:220 msgid "_Hue:" msgstr "_Kulør:" -#: ../plug-ins/common/compose.c:212 -#: ../plug-ins/common/compose.c:220 -#: ../plug-ins/common/noise-hsv.c:423 +#: ../plug-ins/common/compose.c:213 +#: ../plug-ins/common/compose.c:221 +#: ../plug-ins/common/noise-hsv.c:421 msgid "_Saturation:" msgstr "_Metning:" -#: ../plug-ins/common/compose.c:213 -#: ../plug-ins/common/noise-hsv.c:435 +#: ../plug-ins/common/compose.c:214 +#: ../plug-ins/common/noise-hsv.c:433 msgid "_Value:" msgstr "_Lysverdi:" -#: ../plug-ins/common/compose.c:218 -#: ../plug-ins/common/decompose.c:192 +#: ../plug-ins/common/compose.c:219 +#: ../plug-ins/common/decompose.c:193 msgid "HSL" msgstr "HSL" -#: ../plug-ins/common/compose.c:221 +#: ../plug-ins/common/compose.c:222 msgid "_Lightness:" msgstr "_Lysverdi:" -#: ../plug-ins/common/compose.c:226 -#: ../plug-ins/common/decompose.c:201 +#: ../plug-ins/common/compose.c:227 +#: ../plug-ins/common/decompose.c:202 msgid "CMY" msgstr "CMY" -#: ../plug-ins/common/compose.c:227 -#: ../plug-ins/common/compose.c:235 +#: ../plug-ins/common/compose.c:228 +#: ../plug-ins/common/compose.c:236 msgid "_Cyan:" msgstr "_Cyanblå:" -#: ../plug-ins/common/compose.c:228 -#: ../plug-ins/common/compose.c:236 +#: ../plug-ins/common/compose.c:229 +#: ../plug-ins/common/compose.c:237 msgid "_Magenta:" msgstr "_Magentaraud:" -#: ../plug-ins/common/compose.c:229 -#: ../plug-ins/common/compose.c:237 +#: ../plug-ins/common/compose.c:230 +#: ../plug-ins/common/compose.c:238 msgid "_Yellow:" msgstr "_Gul:" -#: ../plug-ins/common/compose.c:234 -#: ../plug-ins/common/decompose.c:210 +#: ../plug-ins/common/compose.c:235 +#: ../plug-ins/common/decompose.c:211 msgid "CMYK" msgstr "CMYK" -#: ../plug-ins/common/compose.c:238 +#: ../plug-ins/common/compose.c:239 msgid "_Black:" msgstr "_Svart:" -#: ../plug-ins/common/compose.c:242 -#: ../plug-ins/common/decompose.c:223 +#: ../plug-ins/common/compose.c:243 +#: ../plug-ins/common/decompose.c:224 msgid "LAB" msgstr "LAB" -#: ../plug-ins/common/compose.c:251 +#: ../plug-ins/common/compose.c:252 msgid "_Luma y470:" msgstr "Luminans _y470:" -#: ../plug-ins/common/compose.c:252 +#: ../plug-ins/common/compose.c:253 msgid "_Blueness cb470:" msgstr "Blå_cb470:" -#: ../plug-ins/common/compose.c:253 +#: ../plug-ins/common/compose.c:254 msgid "_Redness cr470:" msgstr "Raud_cr470:" -#: ../plug-ins/common/compose.c:259 +#: ../plug-ins/common/compose.c:260 msgid "_Luma y709:" msgstr "Luminans_y709:" -#: ../plug-ins/common/compose.c:260 +#: ../plug-ins/common/compose.c:261 msgid "_Blueness cb709:" msgstr "Blå_cb709:" -#: ../plug-ins/common/compose.c:261 +#: ../plug-ins/common/compose.c:262 msgid "_Redness cr709:" msgstr "Raud_cr709:" -#: ../plug-ins/common/compose.c:267 +#: ../plug-ins/common/compose.c:268 msgid "_Luma y470f:" msgstr "Luminans_y470f:" -#: ../plug-ins/common/compose.c:268 +#: ../plug-ins/common/compose.c:269 msgid "_Blueness cb470f:" msgstr "Blå_cb470f:" -#: ../plug-ins/common/compose.c:269 +#: ../plug-ins/common/compose.c:270 msgid "_Redness cr470f:" msgstr "Raud_cr470f:" -#: ../plug-ins/common/compose.c:275 +#: ../plug-ins/common/compose.c:276 msgid "_Luma y709f:" msgstr "Luminans_y709f:" -#: ../plug-ins/common/compose.c:276 +#: ../plug-ins/common/compose.c:277 msgid "_Blueness cb709f:" msgstr "Blå_cb709f:" -#: ../plug-ins/common/compose.c:277 +#: ../plug-ins/common/compose.c:278 msgid "_Redness cr709f:" msgstr "Raud_cr709f:" -#: ../plug-ins/common/compose.c:403 +#: ../plug-ins/common/compose.c:404 msgid "Create an image using multiple gray images as color channels" msgstr "Lager eit bilete ved å bruke fleire bilete i gråtone som fargekanalar" -#: ../plug-ins/common/compose.c:409 +#: ../plug-ins/common/compose.c:410 msgid "C_ompose..." msgstr "_Sett saman …" -#: ../plug-ins/common/compose.c:433 +#: ../plug-ins/common/compose.c:434 msgid "Recompose an image that was previously decomposed" msgstr "Set saman igjen eit tidlegare separert bilete" -#: ../plug-ins/common/compose.c:441 +#: ../plug-ins/common/compose.c:442 msgid "R_ecompose" msgstr "Sett saman på nytt" -#: ../plug-ins/common/compose.c:487 +#: ../plug-ins/common/compose.c:488 msgid "You can only run 'Recompose' if the active image was originally produced by 'Decompose'." msgstr "Du kan bare bruke «Sett saman på nytt» når det aktive biletet er laga ved hjelp av «Separer»." -#: ../plug-ins/common/compose.c:511 +#: ../plug-ins/common/compose.c:512 msgid "Error scanning 'decompose-data' parasite: too few layers found" msgstr "Feil ved skanning av «separer-data» parasitt: Fann ikkje nok lag" -#: ../plug-ins/common/compose.c:544 +#: ../plug-ins/common/compose.c:545 +#, c-format msgid "Could not get layers for image %d" msgstr "Fann ingen lag i biletet%d" -#: ../plug-ins/common/compose.c:611 +#: ../plug-ins/common/compose.c:612 msgid "Composing" msgstr "Set saman kanalane" -#: ../plug-ins/common/compose.c:696 -#: ../plug-ins/common/compose.c:1734 +#: ../plug-ins/common/compose.c:697 +#: ../plug-ins/common/compose.c:1728 msgid "At least one image is needed to compose" msgstr "Du må ha minst eitt bilete for å kunne komponera" -#: ../plug-ins/common/compose.c:707 -#: ../plug-ins/common/compose.c:721 +#: ../plug-ins/common/compose.c:708 +#: ../plug-ins/common/compose.c:722 +#, c-format msgid "Specified layer %d not found" msgstr "Fann ikkje laget%d" -#: ../plug-ins/common/compose.c:729 +#: ../plug-ins/common/compose.c:730 msgid "Drawables have different size" msgstr "Teikneområda har ulike storleikar" -#: ../plug-ins/common/compose.c:754 +#: ../plug-ins/common/compose.c:755 msgid "Images have different size" msgstr "Bileta har ulike storleikar" -#: ../plug-ins/common/compose.c:772 +#: ../plug-ins/common/compose.c:773 msgid "Error in getting layer IDs" msgstr "Feil: Fann ikkje ID for laget" -#: ../plug-ins/common/compose.c:795 +#: ../plug-ins/common/compose.c:796 +#, c-format msgid "Image is not a gray image (bpp=%d)" msgstr "Biletet er ikkje eit gråskalabile (bpp=%d)" -#: ../plug-ins/common/compose.c:823 +#: ../plug-ins/common/compose.c:824 msgid "Unable to recompose, source layer not found" msgstr "Finn ikkje kjeldelaget. Kan difor ikkje setje saman vidare." -#: ../plug-ins/common/compose.c:1487 +#: ../plug-ins/common/compose.c:1481 msgid "Compose" msgstr "Set saman" #. Compose type combo -#: ../plug-ins/common/compose.c:1514 +#: ../plug-ins/common/compose.c:1508 msgid "Compose Channels" msgstr "Set saman kanalane" -#: ../plug-ins/common/compose.c:1524 -#: ../plug-ins/common/decompose.c:1514 +#: ../plug-ins/common/compose.c:1518 +#: ../plug-ins/common/decompose.c:1522 msgid "Color _model:" msgstr "_Fargemodell:" #. Channel representation table -#: ../plug-ins/common/compose.c:1556 +#: ../plug-ins/common/compose.c:1550 msgid "Channel Representations" msgstr "Kanalrepresentasjon" -#: ../plug-ins/common/compose.c:1619 +#: ../plug-ins/common/compose.c:1613 msgid "Mask value" msgstr "Maskeverdi" -#: ../plug-ins/common/contrast-normalize.c:79 +#: ../plug-ins/common/contrast-normalize.c:80 msgid "Stretch brightness values to cover the full range" msgstr "Strekk lysverdien over heile området" -#: ../plug-ins/common/contrast-normalize.c:91 -#: ../plug-ins/common/edge-dog.c:358 +#: ../plug-ins/common/contrast-normalize.c:92 +#: ../plug-ins/common/edge-dog.c:361 msgid "_Normalize" msgstr "_Normaliser" -#: ../plug-ins/common/contrast-normalize.c:125 +#: ../plug-ins/common/contrast-normalize.c:126 msgid "Normalizing" msgstr "Normaliserer" -#: ../plug-ins/common/contrast-retinex.c:155 +#: ../plug-ins/common/contrast-retinex.c:156 msgid "Enhance contrast using the Retinex method" msgstr "Forbetrar kontrasten ved å bruke den såkalla retinex-metoden" -#: ../plug-ins/common/contrast-retinex.c:165 +#: ../plug-ins/common/contrast-retinex.c:166 msgid "Retine_x..." msgstr "Retine_x …" -#: ../plug-ins/common/contrast-retinex.c:249 +#: ../plug-ins/common/contrast-retinex.c:250 msgid "Retinex" msgstr "Retinex" -#: ../plug-ins/common/contrast-retinex.c:285 +#: ../plug-ins/common/contrast-retinex.c:286 msgid "Retinex Image Enhancement" msgstr "Retinex fargeforbetring" -#: ../plug-ins/common/contrast-retinex.c:320 +#: ../plug-ins/common/contrast-retinex.c:321 msgid "Uniform" msgstr "Einsarta" -#: ../plug-ins/common/contrast-retinex.c:321 +#: ../plug-ins/common/contrast-retinex.c:322 msgid "Low" msgstr "Lågt" -#: ../plug-ins/common/contrast-retinex.c:322 +#: ../plug-ins/common/contrast-retinex.c:323 msgid "High" msgstr "Høgt" -#: ../plug-ins/common/contrast-retinex.c:333 +#: ../plug-ins/common/contrast-retinex.c:334 msgid "_Level:" msgstr "_Nivå:" -#: ../plug-ins/common/contrast-retinex.c:338 +#: ../plug-ins/common/contrast-retinex.c:339 msgid "_Scale:" msgstr "_Skalering:" -#: ../plug-ins/common/contrast-retinex.c:353 +#: ../plug-ins/common/contrast-retinex.c:354 msgid "Scale _division:" msgstr "_Gjentakingar:" -#: ../plug-ins/common/contrast-retinex.c:368 +#: ../plug-ins/common/contrast-retinex.c:369 msgid "Dy_namic:" msgstr "Dy_namisk:" -#: ../plug-ins/common/contrast-retinex.c:641 +#: ../plug-ins/common/contrast-retinex.c:642 msgid "Retinex: filtering" msgstr "Retinex: filtrering" -#: ../plug-ins/common/contrast-stretch-hsv.c:67 +#: ../plug-ins/common/contrast-stretch-hsv.c:68 msgid "Stretch image contrast to cover the maximum possible range" msgstr "Strekker biletkontrasten for å dekke størst mogleg område" -#: ../plug-ins/common/contrast-stretch-hsv.c:80 +#: ../plug-ins/common/contrast-stretch-hsv.c:81 msgid "Stretch _HSV" msgstr "Strekk _HSV" -#: ../plug-ins/common/contrast-stretch-hsv.c:115 +#: ../plug-ins/common/contrast-stretch-hsv.c:116 msgid "Auto-Stretching HSV" msgstr "Strekker HSV automatisk" -#: ../plug-ins/common/contrast-stretch-hsv.c:191 +#: ../plug-ins/common/contrast-stretch-hsv.c:192 msgid "autostretch_hsv: cmap was NULL! Quitting...\n" -msgstr "autostrekking_hsv: cmap var NULL! Bryt av...\n" +msgstr "autostrekking_hsv: cmap var NULL! Bryt av …\n" -#: ../plug-ins/common/contrast-stretch.c:67 +#: ../plug-ins/common/contrast-stretch.c:68 msgid "Stretch contrast to cover the maximum possible range" msgstr "Strekker kontrasten for å dekke størst mogleg område" -#: ../plug-ins/common/contrast-stretch.c:78 +#: ../plug-ins/common/contrast-stretch.c:79 msgid "_Stretch Contrast" msgstr "Strekk _kontrast" -#: ../plug-ins/common/contrast-stretch.c:112 +#: ../plug-ins/common/contrast-stretch.c:113 msgid "Auto-stretching contrast" msgstr "Automatisk kontraststrekking" -#: ../plug-ins/common/contrast-stretch.c:151 +#: ../plug-ins/common/contrast-stretch.c:152 msgid "c_astretch: cmap was NULL! Quitting...\n" -msgstr "c_astretch: cmap var NULL! Bryt av...\n" +msgstr "c_astretch: cmap var NULL! Bryt av …\n" -#: ../plug-ins/common/convolution-matrix.c:63 +#: ../plug-ins/common/convolution-matrix.c:64 msgid "Gr_ey" msgstr "G_rå" -#: ../plug-ins/common/convolution-matrix.c:64 +#: ../plug-ins/common/convolution-matrix.c:65 msgid "Re_d" msgstr "Ra_ud" -#: ../plug-ins/common/convolution-matrix.c:65 -#: ../plug-ins/common/newsprint.c:352 +#: ../plug-ins/common/convolution-matrix.c:66 +#: ../plug-ins/common/newsprint.c:353 msgid "_Green" msgstr "_Grøn" -#: ../plug-ins/common/convolution-matrix.c:66 -#: ../plug-ins/common/newsprint.c:360 +#: ../plug-ins/common/convolution-matrix.c:67 +#: ../plug-ins/common/newsprint.c:361 msgid "_Blue" msgstr "_Blå" -#: ../plug-ins/common/convolution-matrix.c:67 +#: ../plug-ins/common/convolution-matrix.c:68 msgid "_Alpha" msgstr "_Alfa" -#: ../plug-ins/common/convolution-matrix.c:72 +#: ../plug-ins/common/convolution-matrix.c:73 msgid "E_xtend" msgstr "_Utvid" -#: ../plug-ins/common/convolution-matrix.c:73 -#: ../plug-ins/common/displace.c:471 -#: ../plug-ins/common/edge.c:708 -#: ../plug-ins/common/fractal-trace.c:735 -#: ../plug-ins/common/ripple.c:581 +#: ../plug-ins/common/convolution-matrix.c:74 +#: ../plug-ins/common/displace.c:472 +#: ../plug-ins/common/edge.c:709 +#: ../plug-ins/common/fractal-trace.c:736 +#: ../plug-ins/common/ripple.c:564 msgid "_Wrap" msgstr "_Linjebryting" -#: ../plug-ins/common/convolution-matrix.c:74 +#: ../plug-ins/common/convolution-matrix.c:75 msgid "Cro_p" msgstr "_Beskjer" -#: ../plug-ins/common/convolution-matrix.c:200 +#: ../plug-ins/common/convolution-matrix.c:201 msgid "Apply a generic 5x5 convolution matrix" msgstr "Legg til ei generisk 5x5 konvolusjonsmatrise" -#: ../plug-ins/common/convolution-matrix.c:205 +#: ../plug-ins/common/convolution-matrix.c:206 msgid "_Convolution Matrix..." msgstr "_Konturutjamningsmatrise …" -#: ../plug-ins/common/convolution-matrix.c:240 +#: ../plug-ins/common/convolution-matrix.c:241 msgid "Convolution does not work on layers smaller than 3x3 pixels." msgstr "Konturutjamningsmatrisa kan ikkje arbeida på biletlag med mindre enn 3x3 pikslar." -#: ../plug-ins/common/convolution-matrix.c:313 +#: ../plug-ins/common/convolution-matrix.c:314 msgid "Applying convolution" msgstr "Legg til konturutjamning" -#: ../plug-ins/common/convolution-matrix.c:905 +#: ../plug-ins/common/convolution-matrix.c:906 msgid "Convolution Matrix" msgstr "Konturutjamningsmatrise" -#: ../plug-ins/common/convolution-matrix.c:943 +#: ../plug-ins/common/convolution-matrix.c:944 msgid "Matrix" msgstr "Matrise" -#: ../plug-ins/common/convolution-matrix.c:981 +#: ../plug-ins/common/convolution-matrix.c:982 msgid "D_ivisor:" msgstr "D_ivisor:" -#: ../plug-ins/common/convolution-matrix.c:1007 +#: ../plug-ins/common/convolution-matrix.c:1008 #: ../plug-ins/common/depth-merge.c:768 -#: ../plug-ins/common/file-raw.c:1042 +#: ../plug-ins/common/file-raw.c:1045 msgid "O_ffset:" msgstr "_Forskyving:" -#: ../plug-ins/common/convolution-matrix.c:1036 +#: ../plug-ins/common/convolution-matrix.c:1037 msgid "N_ormalise" msgstr "N_ormaliser" -#: ../plug-ins/common/convolution-matrix.c:1048 +#: ../plug-ins/common/convolution-matrix.c:1049 msgid "A_lpha-weighting" msgstr "A_lfa-vekting" -#: ../plug-ins/common/convolution-matrix.c:1067 +#: ../plug-ins/common/convolution-matrix.c:1068 msgid "Border" msgstr "Kant" -#: ../plug-ins/common/convolution-matrix.c:1094 +#: ../plug-ins/common/convolution-matrix.c:1095 msgid "Channels" msgstr "Kanalar" -#: ../plug-ins/common/crop-auto.c:84 +#: ../plug-ins/common/crop-auto.c:85 msgid "Remove empty borders from the image" msgstr "Fjernar tomme kantar frå laget" -#: ../plug-ins/common/crop-auto.c:89 +#: ../plug-ins/common/crop-auto.c:90 msgid "Autocrop Imag_e" msgstr "Auto_beskjer biletet" -#: ../plug-ins/common/crop-auto.c:98 +#: ../plug-ins/common/crop-auto.c:99 msgid "Remove empty borders from the layer" msgstr "Fjern tomme kantar frå laget" -#: ../plug-ins/common/crop-auto.c:103 +#: ../plug-ins/common/crop-auto.c:104 msgid "Autocrop Lay_er" msgstr "Auto_beskjer laget" -#: ../plug-ins/common/crop-auto.c:150 +#: ../plug-ins/common/crop-auto.c:151 msgid "Cropping" msgstr "Beskjerer" -#: ../plug-ins/common/crop-zealous.c:84 +#: ../plug-ins/common/crop-zealous.c:85 msgid "Autocrop unused space from edges and middle" msgstr "Skjer bort ubrukte område frå kantane og inne i biletet" -#: ../plug-ins/common/crop-zealous.c:89 +#: ../plug-ins/common/crop-zealous.c:90 msgid "_Zealous Crop" msgstr "_Hard autobeskjering" -#: ../plug-ins/common/crop-zealous.c:137 +#: ../plug-ins/common/crop-zealous.c:138 msgid "Zealous cropping" msgstr "_Hard autobeskjering" -#: ../plug-ins/common/crop-zealous.c:238 +#: ../plug-ins/common/crop-zealous.c:239 msgid "Nothing to crop." msgstr "Ingenting å beskjere." -#: ../plug-ins/common/cubism.c:149 +#: ../plug-ins/common/cubism.c:150 msgid "Convert the image into randomly rotated square blobs" msgstr "Omform biletet til tilfeldig roterte firkanta bitar" -#: ../plug-ins/common/cubism.c:154 +#: ../plug-ins/common/cubism.c:155 msgid "_Cubism..." msgstr "_Kubisme …" -#: ../plug-ins/common/cubism.c:267 +#: ../plug-ins/common/cubism.c:268 msgid "Cubism" msgstr "Kubisme" -#: ../plug-ins/common/cubism.c:304 +#: ../plug-ins/common/cubism.c:305 msgid "_Tile size:" msgstr "Flis_storleik:" -#: ../plug-ins/common/cubism.c:317 +#: ../plug-ins/common/cubism.c:318 msgid "T_ile saturation:" msgstr "F_lismetning:" -#: ../plug-ins/common/cubism.c:328 +#: ../plug-ins/common/cubism.c:329 msgid "_Use background color" msgstr "Bruk _bakgrunnsfargen" -#: ../plug-ins/common/cubism.c:418 +#: ../plug-ins/common/cubism.c:419 msgid "Cubistic transformation" msgstr "Kubistisk omformimg" -#: ../plug-ins/common/curve-bend.c:519 +#: ../plug-ins/common/curve-bend.c:520 msgid "Bend the image using two control curves" msgstr "Bøy biletet ved hjelp av to kontrollkurver" -#: ../plug-ins/common/curve-bend.c:540 +#: ../plug-ins/common/curve-bend.c:541 msgid "_Curve Bend..." msgstr "Bø_y …" -#: ../plug-ins/common/curve-bend.c:676 -#: ../plug-ins/common/edge-dog.c:175 +#: ../plug-ins/common/curve-bend.c:677 +#: ../plug-ins/common/edge-dog.c:178 msgid "Can operate on layers only (but was called on channel or mask)." msgstr "Kan bare arbeida i lag. (Blei brukt på ein kanal eller ei maske)." -#: ../plug-ins/common/curve-bend.c:686 +#: ../plug-ins/common/curve-bend.c:687 msgid "Cannot operate on layers with masks." msgstr "Kan ikkje brukast på lag med masker." -#: ../plug-ins/common/curve-bend.c:698 +#: ../plug-ins/common/curve-bend.c:699 msgid "Cannot operate on empty selections." msgstr "Kan ikkje arbeide på ei tom markering." -#: ../plug-ins/common/curve-bend.c:894 -msgid "Error while reading '%s': %s" -msgstr "Feil ved lesing av «%s». Er fila skada?" - #. Possibly retrieve data from a previous run #. The shell and main vbox -#: ../plug-ins/common/curve-bend.c:1216 -#: ../plug-ins/common/curve-bend.c:2937 +#: ../plug-ins/common/curve-bend.c:1211 +#: ../plug-ins/common/curve-bend.c:2932 msgid "Curve Bend" msgstr "Bøying" #. Preview area, top of column #. preview -#: ../plug-ins/common/curve-bend.c:1252 -#: ../plug-ins/gimpressionist/orientmap.c:591 -#: ../plug-ins/gimpressionist/sizemap.c:460 -#: ../plug-ins/print/print-page-layout.c:171 +#: ../plug-ins/common/curve-bend.c:1247 +#: ../plug-ins/gimpressionist/orientmap.c:592 +#: ../plug-ins/gimpressionist/sizemap.c:461 +#: ../plug-ins/print/print-page-layout.c:159 msgid "Preview" msgstr "Førehandsvising" #. The preview button -#: ../plug-ins/common/curve-bend.c:1281 +#: ../plug-ins/common/curve-bend.c:1276 msgid "_Preview Once" msgstr "_Førehandsvis ei gong" #. The preview toggle -#: ../plug-ins/common/curve-bend.c:1290 +#: ../plug-ins/common/curve-bend.c:1285 msgid "Automatic pre_view" msgstr "A_utomatisk førehandsvising" #. Options area, bottom of column #. Options section -#: ../plug-ins/common/curve-bend.c:1300 -#: ../plug-ins/common/ripple.c:519 -#: ../plug-ins/gfig/gfig-dialog.c:1206 +#: ../plug-ins/common/curve-bend.c:1295 +#: ../plug-ins/common/ripple.c:505 +#: ../plug-ins/gfig/gfig-dialog.c:1207 msgid "Options" msgstr "Innstillingar" #. Rotate spinbutton -#: ../plug-ins/common/curve-bend.c:1314 +#: ../plug-ins/common/curve-bend.c:1309 msgid "Rotat_e:" msgstr "_Roter:" #. The smoothing toggle -#: ../plug-ins/common/curve-bend.c:1333 +#: ../plug-ins/common/curve-bend.c:1328 msgid "Smoo_thing" msgstr "Glatt _ut" #. The antialiasing toggle -#: ../plug-ins/common/curve-bend.c:1343 -#: ../plug-ins/common/mosaic.c:726 -#: ../plug-ins/common/qbist.c:852 -#: ../plug-ins/common/ripple.c:528 +#: ../plug-ins/common/curve-bend.c:1338 +#: ../plug-ins/common/mosaic.c:727 +#: ../plug-ins/common/qbist.c:853 +#: ../plug-ins/common/ripple.c:514 msgid "_Antialiasing" msgstr "Ka_ntutjamning" #. The work_on_copy toggle -#: ../plug-ins/common/curve-bend.c:1353 +#: ../plug-ins/common/curve-bend.c:1348 msgid "Work on cop_y" msgstr "_Arbeid på kopi" #. The curves graph -#: ../plug-ins/common/curve-bend.c:1363 +#: ../plug-ins/common/curve-bend.c:1358 msgid "Modify Curves" msgstr "Arbeid på kurvene" -#: ../plug-ins/common/curve-bend.c:1391 +#: ../plug-ins/common/curve-bend.c:1386 msgid "Curve for Border" msgstr "Kantkurver" -#: ../plug-ins/common/curve-bend.c:1395 +#: ../plug-ins/common/curve-bend.c:1390 msgid "_Upper" msgstr "_Øvre" -#: ../plug-ins/common/curve-bend.c:1396 +#: ../plug-ins/common/curve-bend.c:1391 msgid "_Lower" msgstr "_Nedre" -#: ../plug-ins/common/curve-bend.c:1406 +#: ../plug-ins/common/curve-bend.c:1401 msgid "Curve Type" msgstr "Kurvetype" -#: ../plug-ins/common/curve-bend.c:1410 +#: ../plug-ins/common/curve-bend.c:1405 msgid "Smoot_h" msgstr "_Glatt" -#: ../plug-ins/common/curve-bend.c:1411 +#: ../plug-ins/common/curve-bend.c:1406 msgid "_Free" msgstr "_Fri" #. The Copy button -#: ../plug-ins/common/curve-bend.c:1426 +#: ../plug-ins/common/curve-bend.c:1421 msgid "_Copy" msgstr "_Kopier" -#: ../plug-ins/common/curve-bend.c:1431 +#: ../plug-ins/common/curve-bend.c:1426 msgid "Copy the active curve to the other border" msgstr "Kopier den aktive kurva til den andre kanten" #. The CopyInv button -#: ../plug-ins/common/curve-bend.c:1438 +#: ../plug-ins/common/curve-bend.c:1433 msgid "_Mirror" msgstr "_Spegle" -#: ../plug-ins/common/curve-bend.c:1443 +#: ../plug-ins/common/curve-bend.c:1438 msgid "Mirror the active curve to the other border" msgstr "Speglar den aktive kurva til den andre kanten" #. The Swap button -#: ../plug-ins/common/curve-bend.c:1451 +#: ../plug-ins/common/curve-bend.c:1446 msgid "S_wap" msgstr "_Bytt" -#: ../plug-ins/common/curve-bend.c:1456 +#: ../plug-ins/common/curve-bend.c:1451 msgid "Swap the two curves" msgstr "Bytt kurvene" -#: ../plug-ins/common/curve-bend.c:1468 +#: ../plug-ins/common/curve-bend.c:1463 msgid "Reset the active curve" msgstr "Resett den aktive kurven" -#: ../plug-ins/common/curve-bend.c:1485 +#: ../plug-ins/common/curve-bend.c:1480 msgid "Load the curves from a file" msgstr "Hent kurvene frå ei fil" -#: ../plug-ins/common/curve-bend.c:1497 +#: ../plug-ins/common/curve-bend.c:1492 msgid "Save the curves to a file" msgstr "Lagra kurvene i ei fil" -#: ../plug-ins/common/curve-bend.c:2035 +#: ../plug-ins/common/curve-bend.c:2030 msgid "Load Curve Points from File" msgstr "Hent kurvepunkta frå ei fil" -#: ../plug-ins/common/curve-bend.c:2070 +#: ../plug-ins/common/curve-bend.c:2065 msgid "Save Curve Points to File" msgstr "Lagra kurvepunkta i ei fil" -#: ../plug-ins/common/decompose.c:169 -#: ../plug-ins/common/decompose.c:173 -#: ../plug-ins/common/decompose.c:177 -msgid "red" -msgstr "Raud" - #: ../plug-ins/common/decompose.c:170 #: ../plug-ins/common/decompose.c:174 #: ../plug-ins/common/decompose.c:178 -msgid "green" -msgstr "Grøn" +msgid "red" +msgstr "Raud" #: ../plug-ins/common/decompose.c:171 #: ../plug-ins/common/decompose.c:175 #: ../plug-ins/common/decompose.c:179 +msgid "green" +msgstr "Grøn" + +#: ../plug-ins/common/decompose.c:172 +#: ../plug-ins/common/decompose.c:176 +#: ../plug-ins/common/decompose.c:180 msgid "blue" msgstr "Blå" -#: ../plug-ins/common/decompose.c:180 -#: ../plug-ins/common/decompose.c:220 +#: ../plug-ins/common/decompose.c:181 +#: ../plug-ins/common/decompose.c:221 msgid "alpha" msgstr "Alfa" -#: ../plug-ins/common/decompose.c:183 -#: ../plug-ins/common/decompose.c:187 +#: ../plug-ins/common/decompose.c:184 +#: ../plug-ins/common/decompose.c:188 msgid "hue" msgstr "Kulør" -#: ../plug-ins/common/decompose.c:184 -#: ../plug-ins/common/decompose.c:188 +#: ../plug-ins/common/decompose.c:185 +#: ../plug-ins/common/decompose.c:189 msgid "saturation" msgstr "Metning" -#: ../plug-ins/common/decompose.c:185 -#: ../plug-ins/common/decompose.c:189 +#: ../plug-ins/common/decompose.c:186 +#: ../plug-ins/common/decompose.c:190 msgid "value" msgstr "Lysverdi" -#: ../plug-ins/common/decompose.c:192 -#: ../plug-ins/common/decompose.c:196 +#: ../plug-ins/common/decompose.c:193 +#: ../plug-ins/common/decompose.c:197 msgid "hue_l" msgstr "kulør" -#: ../plug-ins/common/decompose.c:193 -#: ../plug-ins/common/decompose.c:197 +#: ../plug-ins/common/decompose.c:194 +#: ../plug-ins/common/decompose.c:198 msgid "saturation_l" msgstr "metning" -#: ../plug-ins/common/decompose.c:194 -#: ../plug-ins/common/decompose.c:198 +#: ../plug-ins/common/decompose.c:195 +#: ../plug-ins/common/decompose.c:199 msgid "lightness" msgstr "Lysheit" -#: ../plug-ins/common/decompose.c:196 +#: ../plug-ins/common/decompose.c:197 msgid "Hue (HSL)" msgstr "Kulør (HSL)" -#: ../plug-ins/common/decompose.c:197 +#: ../plug-ins/common/decompose.c:198 msgid "Saturation (HSL)" msgstr "Metning (HSL)" -#: ../plug-ins/common/decompose.c:198 +#: ../plug-ins/common/decompose.c:199 msgid "Lightness" msgstr "Lysverdi" -#: ../plug-ins/common/decompose.c:201 -#: ../plug-ins/common/decompose.c:205 +#: ../plug-ins/common/decompose.c:202 +#: ../plug-ins/common/decompose.c:206 msgid "cyan" msgstr "Cyanblå" -#: ../plug-ins/common/decompose.c:202 -#: ../plug-ins/common/decompose.c:206 +#: ../plug-ins/common/decompose.c:203 +#: ../plug-ins/common/decompose.c:207 msgid "magenta" msgstr "Magentaraud" -#: ../plug-ins/common/decompose.c:203 -#: ../plug-ins/common/decompose.c:207 +#: ../plug-ins/common/decompose.c:204 +#: ../plug-ins/common/decompose.c:208 msgid "yellow" msgstr "Gul" -#: ../plug-ins/common/decompose.c:205 +#: ../plug-ins/common/decompose.c:206 msgid "Cyan" msgstr "Cyanblå" -#: ../plug-ins/common/decompose.c:206 +#: ../plug-ins/common/decompose.c:207 msgid "Magenta" msgstr "Magentaraud" -#: ../plug-ins/common/decompose.c:207 +#: ../plug-ins/common/decompose.c:208 msgid "Yellow" msgstr "Gul" -#: ../plug-ins/common/decompose.c:210 -#: ../plug-ins/common/decompose.c:215 +#: ../plug-ins/common/decompose.c:211 +#: ../plug-ins/common/decompose.c:216 msgid "cyan-k" msgstr "cyan-k" -#: ../plug-ins/common/decompose.c:211 -#: ../plug-ins/common/decompose.c:216 +#: ../plug-ins/common/decompose.c:212 +#: ../plug-ins/common/decompose.c:217 msgid "magenta-k" msgstr "magenta-k" -#: ../plug-ins/common/decompose.c:212 -#: ../plug-ins/common/decompose.c:217 +#: ../plug-ins/common/decompose.c:213 +#: ../plug-ins/common/decompose.c:218 msgid "yellow-k" msgstr "gul-k" -#: ../plug-ins/common/decompose.c:213 +#: ../plug-ins/common/decompose.c:214 msgid "black" msgstr "Svart" -#: ../plug-ins/common/decompose.c:215 +#: ../plug-ins/common/decompose.c:216 msgid "Cyan_K" msgstr "Cyan_K" -#: ../plug-ins/common/decompose.c:216 +#: ../plug-ins/common/decompose.c:217 msgid "Magenta_K" msgstr "Magenta_K" -#: ../plug-ins/common/decompose.c:217 +#: ../plug-ins/common/decompose.c:218 msgid "Yellow_K" msgstr "Gul_K" -#: ../plug-ins/common/decompose.c:220 +#: ../plug-ins/common/decompose.c:221 msgid "Alpha" msgstr "Alfa" -#: ../plug-ins/common/decompose.c:228 +#: ../plug-ins/common/decompose.c:229 msgid "luma-y470" msgstr "luma-y470" -#: ../plug-ins/common/decompose.c:229 +#: ../plug-ins/common/decompose.c:230 msgid "blueness-cb470" msgstr "blå-cb470:" -#: ../plug-ins/common/decompose.c:230 +#: ../plug-ins/common/decompose.c:231 msgid "redness-cr470" msgstr "raud-cr470" -#: ../plug-ins/common/decompose.c:232 +#: ../plug-ins/common/decompose.c:233 msgid "luma-y709" msgstr "luma-y709" -#: ../plug-ins/common/decompose.c:233 +#: ../plug-ins/common/decompose.c:234 msgid "blueness-cb709" msgstr "blå-cb709" -#: ../plug-ins/common/decompose.c:234 +#: ../plug-ins/common/decompose.c:235 msgid "redness-cr709" msgstr "raud-cr709" -#: ../plug-ins/common/decompose.c:236 +#: ../plug-ins/common/decompose.c:237 msgid "luma-y470f" msgstr "luma-y470f" -#: ../plug-ins/common/decompose.c:237 +#: ../plug-ins/common/decompose.c:238 msgid "blueness-cb470f" msgstr "blå-cb470f" -#: ../plug-ins/common/decompose.c:238 +#: ../plug-ins/common/decompose.c:239 msgid "redness-cr470f" msgstr "raud-cr470f" -#: ../plug-ins/common/decompose.c:240 +#: ../plug-ins/common/decompose.c:241 msgid "luma-y709f" msgstr "luma-y709f" -#: ../plug-ins/common/decompose.c:241 +#: ../plug-ins/common/decompose.c:242 msgid "blueness-cb709f" msgstr "blå-cb709f" -#: ../plug-ins/common/decompose.c:242 +#: ../plug-ins/common/decompose.c:243 msgid "redness-cr709f" msgstr "raud-cr709f" -#: ../plug-ins/common/decompose.c:311 -#: ../plug-ins/common/decompose.c:325 +#: ../plug-ins/common/decompose.c:312 +#: ../plug-ins/common/decompose.c:326 msgid "Decompose an image into separate colorspace components" msgstr "Bryt opp biletet i einskilde fargeromskomponentar" -#: ../plug-ins/common/decompose.c:317 -#: ../plug-ins/common/decompose.c:335 +#: ../plug-ins/common/decompose.c:318 +#: ../plug-ins/common/decompose.c:336 msgid "_Decompose..." msgstr "_Separer …" -#: ../plug-ins/common/decompose.c:428 +#: ../plug-ins/common/decompose.c:429 msgid "Decomposing" msgstr "Separer" -#: ../plug-ins/common/decompose.c:1479 +#: ../plug-ins/common/decompose.c:1487 msgid "Decompose" msgstr "Separer" -#: ../plug-ins/common/decompose.c:1502 +#: ../plug-ins/common/decompose.c:1510 msgid "Extract Channels" msgstr "Trekk ut kanalane" -#: ../plug-ins/common/decompose.c:1549 +#: ../plug-ins/common/decompose.c:1557 msgid "_Decompose to layers" msgstr "Separer til _lag" -#: ../plug-ins/common/decompose.c:1560 +#: ../plug-ins/common/decompose.c:1568 msgid "_Foreground as registration color" -msgstr "Bruk _forgrunnen som registreringsfarge" +msgstr "Bruk _forgrunnsfargen som registreringsfarge" -#: ../plug-ins/common/decompose.c:1561 +#: ../plug-ins/common/decompose.c:1569 msgid "Pixels in the foreground color will appear black in all output images. This can be used for things like crop marks that have to show up on all channels." msgstr "Pikslar med forgrunnsfargen vil visast svarte i alle utgåande bilete. Dette kan brukast t.d. for å lage beskjeringsmerke synleg i alle kanalane. " -#: ../plug-ins/common/deinterlace.c:90 +#: ../plug-ins/common/deinterlace.c:91 msgid "Fix images where every other row is missing" msgstr "Reparer bilete der annakvar rad manglar. (Videobilete)." -#: ../plug-ins/common/deinterlace.c:99 +#: ../plug-ins/common/deinterlace.c:100 msgid "_Deinterlace..." msgstr "_Teikna annakvar linje …" -#: ../plug-ins/common/deinterlace.c:156 -#: ../plug-ins/common/deinterlace.c:324 +#: ../plug-ins/common/deinterlace.c:157 +#: ../plug-ins/common/deinterlace.c:325 msgid "Deinterlace" msgstr "Teikna annakvar linje" -#: ../plug-ins/common/deinterlace.c:356 +#: ../plug-ins/common/deinterlace.c:357 msgid "Keep o_dd fields" msgstr "Behald _odde felt" -#: ../plug-ins/common/deinterlace.c:357 +#: ../plug-ins/common/deinterlace.c:358 msgid "Keep _even fields" msgstr "Behald _like felt" @@ -2717,345 +2727,345 @@ msgid "Sca_le 2:" msgstr "Ska_lering 2:" -#: ../plug-ins/common/despeckle.c:141 +#: ../plug-ins/common/despeckle.c:142 msgid "Remove speckle noise from the image" msgstr "Fjernar støvflekkar frå biletet" -#: ../plug-ins/common/despeckle.c:147 +#: ../plug-ins/common/despeckle.c:148 msgid "Des_peckle..." msgstr "_Støvfjernar …" -#: ../plug-ins/common/despeckle.c:424 -#: ../plug-ins/common/despeckle.c:644 +#: ../plug-ins/common/despeckle.c:425 +#: ../plug-ins/common/despeckle.c:645 msgid "Despeckle" msgstr "Støvfjerning" -#: ../plug-ins/common/despeckle.c:453 +#: ../plug-ins/common/despeckle.c:454 msgid "Median" msgstr "Median" -#: ../plug-ins/common/despeckle.c:461 +#: ../plug-ins/common/despeckle.c:462 msgid "_Adaptive" msgstr "_Tilpassa" -#: ../plug-ins/common/despeckle.c:471 +#: ../plug-ins/common/despeckle.c:472 msgid "R_ecursive" msgstr "Re_kursiv" -#: ../plug-ins/common/despeckle.c:492 -#: ../plug-ins/common/edge-neon.c:731 +#: ../plug-ins/common/despeckle.c:493 +#: ../plug-ins/common/edge-neon.c:732 #: ../plug-ins/common/nl-filter.c:1089 -#: ../plug-ins/common/nova.c:365 -#: ../plug-ins/common/unsharp-mask.c:865 -#: ../plug-ins/common/whirl-pinch.c:588 -#: ../plug-ins/gradient-flare/gradient-flare.c:2757 -#: ../plug-ins/imagemap/imap_circle.c:277 +#: ../plug-ins/common/nova.c:366 +#: ../plug-ins/common/unsharp-mask.c:680 +#: ../plug-ins/common/whirl-pinch.c:589 +#: ../plug-ins/gradient-flare/gradient-flare.c:2758 +#: ../plug-ins/imagemap/imap_circle.c:278 msgid "_Radius:" msgstr "_Radius:" -#: ../plug-ins/common/despeckle.c:508 +#: ../plug-ins/common/despeckle.c:509 msgid "_Black level:" msgstr "_Svartnivå:" -#: ../plug-ins/common/despeckle.c:524 +#: ../plug-ins/common/despeckle.c:525 msgid "_White level:" msgstr "_Kvitnivå:" -#: ../plug-ins/common/destripe.c:102 +#: ../plug-ins/common/destripe.c:103 msgid "Remove vertical stripe artifacts from the image" msgstr "Fjerner loddrette støystriper frå biletet" -#: ../plug-ins/common/destripe.c:108 +#: ../plug-ins/common/destripe.c:109 msgid "Des_tripe..." msgstr "_Fjern striper …" -#: ../plug-ins/common/destripe.c:271 +#: ../plug-ins/common/destripe.c:272 msgid "Destriping" msgstr "Fjerner stripene" -#: ../plug-ins/common/destripe.c:437 +#: ../plug-ins/common/destripe.c:438 msgid "Destripe" msgstr "Fjerner striper" -#: ../plug-ins/common/destripe.c:472 -#: ../plug-ins/common/file-html-table.c:594 -#: ../plug-ins/common/file-ps.c:3167 -#: ../plug-ins/common/file-ps.c:3376 -#: ../plug-ins/common/file-raw.c:1055 -#: ../plug-ins/common/smooth-palette.c:435 -#: ../plug-ins/common/tile-paper.c:301 -#: ../plug-ins/common/tile.c:430 -#: ../plug-ins/imagemap/imap_cmd_guides.c:164 -#: ../plug-ins/imagemap/imap_rectangle.c:402 -#: ../plug-ins/print/print-page-layout.c:264 +#: ../plug-ins/common/destripe.c:473 +#: ../plug-ins/common/file-html-table.c:595 +#: ../plug-ins/common/file-ps.c:3173 +#: ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 +#: ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/tile-paper.c:302 +#: ../plug-ins/common/tile.c:431 +#: ../plug-ins/imagemap/imap_cmd_guides.c:165 +#: ../plug-ins/imagemap/imap_rectangle.c:403 +#: ../plug-ins/print/print-page-layout.c:252 msgid "_Width:" msgstr "_Breidde:" -#: ../plug-ins/common/destripe.c:483 +#: ../plug-ins/common/destripe.c:484 msgid "Create _histogram" msgstr "Lag _histogramm" -#: ../plug-ins/common/diffraction.c:166 +#: ../plug-ins/common/diffraction.c:167 msgid "Generate diffraction patterns" msgstr "Lag diffraksjonsmønster" -#: ../plug-ins/common/diffraction.c:171 +#: ../plug-ins/common/diffraction.c:172 msgid "_Diffraction Patterns..." msgstr "_Diffraksjonsmønster …" -#: ../plug-ins/common/diffraction.c:329 +#: ../plug-ins/common/diffraction.c:330 msgid "Creating diffraction pattern" msgstr "Lager diffraksjonsmønster" -#: ../plug-ins/common/diffraction.c:433 +#: ../plug-ins/common/diffraction.c:434 msgid "Diffraction Patterns" msgstr "Diffraksjonsmønster" -#: ../plug-ins/common/diffraction.c:476 +#: ../plug-ins/common/diffraction.c:477 #: ../plug-ins/map-object/map-object-ui.c:1388 msgid "_Preview!" msgstr "_Førehandsvis!" -#: ../plug-ins/common/diffraction.c:526 +#: ../plug-ins/common/diffraction.c:527 msgid "Frequencies" msgstr "Frekvensar" -#: ../plug-ins/common/diffraction.c:564 +#: ../plug-ins/common/diffraction.c:565 msgid "Contours" msgstr "Kantar" -#: ../plug-ins/common/diffraction.c:602 +#: ../plug-ins/common/diffraction.c:603 msgid "Sharp Edges" msgstr "Skarpe kantar" -#: ../plug-ins/common/diffraction.c:614 -#: ../plug-ins/common/softglow.c:682 -#: ../plug-ins/flame/flame.c:1080 +#: ../plug-ins/common/diffraction.c:615 +#: ../plug-ins/common/softglow.c:683 +#: ../plug-ins/flame/flame.c:1081 msgid "_Brightness:" msgstr "_Lysstyrke:" -#: ../plug-ins/common/diffraction.c:623 +#: ../plug-ins/common/diffraction.c:624 msgid "Sc_attering:" msgstr "S_preiing:" -#: ../plug-ins/common/diffraction.c:632 +#: ../plug-ins/common/diffraction.c:633 msgid "Po_larization:" msgstr "Po_larisasjon:" -#: ../plug-ins/common/diffraction.c:640 +#: ../plug-ins/common/diffraction.c:641 msgid "Other Options" msgstr "Andre innstillingar" -#: ../plug-ins/common/displace.c:141 +#: ../plug-ins/common/displace.c:142 msgid "_X displacement" msgstr "_X-forskyving" -#: ../plug-ins/common/displace.c:141 +#: ../plug-ins/common/displace.c:142 msgid "_Pinch" msgstr "_Knip" -#: ../plug-ins/common/displace.c:142 +#: ../plug-ins/common/displace.c:143 msgid "_Y displacement" msgstr "_Y-forskyving" -#: ../plug-ins/common/displace.c:142 +#: ../plug-ins/common/displace.c:143 msgid "_Whirl" msgstr "_Drei" -#: ../plug-ins/common/displace.c:168 +#: ../plug-ins/common/displace.c:169 msgid "Displace pixels as indicated by displacement maps" msgstr "Forskyv pikslane som indikert i forskyvingskartet" -#: ../plug-ins/common/displace.c:178 +#: ../plug-ins/common/displace.c:179 msgid "_Displace..." msgstr "_Forskyv …" -#: ../plug-ins/common/displace.c:289 +#: ../plug-ins/common/displace.c:290 msgid "Displacing" msgstr "Forskyver" -#: ../plug-ins/common/displace.c:325 +#: ../plug-ins/common/displace.c:326 msgid "Displace" msgstr "Forskyv" #. X options -#: ../plug-ins/common/displace.c:361 +#: ../plug-ins/common/displace.c:362 msgid "_X displacement:" msgstr "_X-forskyving:" #. Y Options -#: ../plug-ins/common/displace.c:408 +#: ../plug-ins/common/displace.c:409 msgid "_Y displacement:" msgstr "_Y-forskyving:" -#: ../plug-ins/common/displace.c:458 +#: ../plug-ins/common/displace.c:459 msgid "Displacement Mode" msgstr "Forskyvingsmodus" -#: ../plug-ins/common/displace.c:461 +#: ../plug-ins/common/displace.c:462 msgid "_Cartesian" msgstr "_Kartesisk" -#: ../plug-ins/common/displace.c:462 +#: ../plug-ins/common/displace.c:463 msgid "_Polar" msgstr "_Polar" -#: ../plug-ins/common/displace.c:467 +#: ../plug-ins/common/displace.c:468 msgid "Edge Behavior" msgstr "Kanthandtering" -#: ../plug-ins/common/displace.c:473 -#: ../plug-ins/common/edge.c:721 -#: ../plug-ins/common/ripple.c:582 +#: ../plug-ins/common/displace.c:474 +#: ../plug-ins/common/edge.c:722 +#: ../plug-ins/common/ripple.c:565 #: ../plug-ins/common/waves.c:281 msgid "_Smear" msgstr "Smør _ut" -#: ../plug-ins/common/displace.c:475 -#: ../plug-ins/common/edge.c:734 -#: ../plug-ins/common/fractal-trace.c:739 -#: ../plug-ins/common/newsprint.c:397 +#: ../plug-ins/common/displace.c:476 +#: ../plug-ins/common/edge.c:735 +#: ../plug-ins/common/fractal-trace.c:740 +#: ../plug-ins/common/newsprint.c:398 msgid "_Black" msgstr "_Svart" -#: ../plug-ins/common/edge-dog.c:132 +#: ../plug-ins/common/edge-dog.c:135 msgid "Edge detection with control of edge thickness" msgstr "Kantfinning med kontroll av kantbreidda" -#: ../plug-ins/common/edge-dog.c:139 +#: ../plug-ins/common/edge-dog.c:142 msgid "_Difference of Gaussians..." msgstr "_DoG kantfinning …" -#: ../plug-ins/common/edge-dog.c:242 -#: ../plug-ins/common/edge-dog.c:299 +#: ../plug-ins/common/edge-dog.c:245 +#: ../plug-ins/common/edge-dog.c:302 msgid "DoG Edge Detect" msgstr "DoG kantfinning" -#: ../plug-ins/common/edge-dog.c:328 +#: ../plug-ins/common/edge-dog.c:331 msgid "Smoothing Parameters" msgstr "Utglattingsparametra" -#: ../plug-ins/common/edge-dog.c:342 +#: ../plug-ins/common/edge-dog.c:345 msgid "_Radius 1:" msgstr "_Radius 1:" -#: ../plug-ins/common/edge-dog.c:346 +#: ../plug-ins/common/edge-dog.c:349 msgid "R_adius 2:" msgstr "R_adius 2:" -#: ../plug-ins/common/edge-dog.c:369 -#: ../plug-ins/gimpressionist/paper.c:166 +#: ../plug-ins/common/edge-dog.c:372 +#: ../plug-ins/gimpressionist/paper.c:167 msgid "_Invert" msgstr "_Inverter" -#: ../plug-ins/common/edge-laplace.c:74 +#: ../plug-ins/common/edge-laplace.c:75 msgid "High-resolution edge detection" msgstr "Høgoppløysings retningsbestemt kantfinning" -#: ../plug-ins/common/edge-laplace.c:84 +#: ../plug-ins/common/edge-laplace.c:85 msgid "_Laplace" msgstr "_Laplace" -#: ../plug-ins/common/edge-laplace.c:242 -#: ../plug-ins/common/edge.c:672 +#: ../plug-ins/common/edge-laplace.c:243 +#: ../plug-ins/common/edge.c:673 msgid "Laplace" msgstr "Laplace" -#: ../plug-ins/common/edge-laplace.c:320 +#: ../plug-ins/common/edge-laplace.c:321 msgid "Cleanup" msgstr "Rydd opp" -#: ../plug-ins/common/edge-neon.c:133 +#: ../plug-ins/common/edge-neon.c:134 msgid "Simulate the glowing boundary of a neon light" msgstr "Simulerer den glødande koronaen til eit neonlys" -#: ../plug-ins/common/edge-neon.c:138 +#: ../plug-ins/common/edge-neon.c:139 msgid "_Neon..." msgstr "_Neon …" -#: ../plug-ins/common/edge-neon.c:210 +#: ../plug-ins/common/edge-neon.c:211 msgid "Neon" msgstr "Neon" -#: ../plug-ins/common/edge-neon.c:694 +#: ../plug-ins/common/edge-neon.c:695 msgid "Neon Detection" msgstr "Neon kantfinnar" -#: ../plug-ins/common/edge-neon.c:746 -#: ../plug-ins/common/unsharp-mask.c:878 +#: ../plug-ins/common/edge-neon.c:747 +#: ../plug-ins/common/unsharp-mask.c:693 msgid "_Amount:" msgstr "_Mengde:" -#: ../plug-ins/common/edge-sobel.c:107 +#: ../plug-ins/common/edge-sobel.c:108 msgid "Specialized direction-dependent edge detection" msgstr "Spesialisert retningsbestemt kantfinning" -#: ../plug-ins/common/edge-sobel.c:120 +#: ../plug-ins/common/edge-sobel.c:121 msgid "_Sobel..." msgstr "_Sobelrelieff …" -#: ../plug-ins/common/edge-sobel.c:230 +#: ../plug-ins/common/edge-sobel.c:231 msgid "Sobel Edge Detection" msgstr "Sobel kantgjenkjenning" -#: ../plug-ins/common/edge-sobel.c:259 +#: ../plug-ins/common/edge-sobel.c:260 msgid "Sobel _horizontally" msgstr "Sobel _horisontalt" -#: ../plug-ins/common/edge-sobel.c:271 +#: ../plug-ins/common/edge-sobel.c:272 msgid "Sobel _vertically" msgstr "Sobel _vertikalt" -#: ../plug-ins/common/edge-sobel.c:283 +#: ../plug-ins/common/edge-sobel.c:284 msgid "_Keep sign of result (one direction only)" msgstr "_Behald resultatforteiknet (bare i ei retning)" -#: ../plug-ins/common/edge-sobel.c:369 +#: ../plug-ins/common/edge-sobel.c:370 msgid "Sobel edge detecting" msgstr "Sobel kantgjenkjenning" -#: ../plug-ins/common/edge.c:151 +#: ../plug-ins/common/edge.c:152 msgid "Several simple methods for detecting edges" msgstr "Fleire enkle metodar for å finne kantar" -#: ../plug-ins/common/edge.c:156 +#: ../plug-ins/common/edge.c:157 msgid "_Edge..." msgstr "_Kant …" -#: ../plug-ins/common/edge.c:228 +#: ../plug-ins/common/edge.c:229 msgid "Edge detection" msgstr "Kantfinning" -#: ../plug-ins/common/edge.c:632 +#: ../plug-ins/common/edge.c:633 msgid "Edge Detection" msgstr "Finn kantane" -#: ../plug-ins/common/edge.c:667 +#: ../plug-ins/common/edge.c:668 msgid "Sobel" msgstr "Sobel" -#: ../plug-ins/common/edge.c:668 +#: ../plug-ins/common/edge.c:669 msgid "Prewitt compass" msgstr "Prewitt compass" -#: ../plug-ins/common/edge.c:669 -#: ../plug-ins/common/sinus.c:903 +#: ../plug-ins/common/edge.c:670 +#: ../plug-ins/common/sinus.c:904 msgid "Gradient" msgstr "Fargeovergang" -#: ../plug-ins/common/edge.c:670 +#: ../plug-ins/common/edge.c:671 msgid "Roberts" msgstr "Roberts" -#: ../plug-ins/common/edge.c:671 +#: ../plug-ins/common/edge.c:672 msgid "Differential" msgstr "Differensiell" -#: ../plug-ins/common/edge.c:681 +#: ../plug-ins/common/edge.c:682 msgid "_Algorithm:" msgstr "Algo_ritme:" -#: ../plug-ins/common/edge.c:689 +#: ../plug-ins/common/edge.c:690 msgid "A_mount:" msgstr "_Mengde:" @@ -3088,60 +3098,60 @@ msgid "E_levation:" msgstr "_Elevasjon:" -#: ../plug-ins/common/engrave.c:100 +#: ../plug-ins/common/engrave.c:101 msgid "Simulate an antique engraving" msgstr "Simulerer antikk gravering" -#: ../plug-ins/common/engrave.c:105 +#: ../plug-ins/common/engrave.c:106 msgid "En_grave..." msgstr "_Gravyr …" -#: ../plug-ins/common/engrave.c:179 +#: ../plug-ins/common/engrave.c:180 msgid "Engraving" msgstr "Graverer …" -#: ../plug-ins/common/engrave.c:208 +#: ../plug-ins/common/engrave.c:209 msgid "Engrave" msgstr "Gravyr" -#: ../plug-ins/common/engrave.c:243 -#: ../plug-ins/common/file-html-table.c:610 -#: ../plug-ins/common/file-ps.c:3177 -#: ../plug-ins/common/file-ps.c:3385 -#: ../plug-ins/common/file-raw.c:1068 -#: ../plug-ins/common/film.c:1002 -#: ../plug-ins/common/smooth-palette.c:440 -#: ../plug-ins/common/tile-paper.c:312 -#: ../plug-ins/common/tile.c:434 -#: ../plug-ins/imagemap/imap_cmd_guides.c:174 -#: ../plug-ins/imagemap/imap_rectangle.c:409 -#: ../plug-ins/print/print-page-layout.c:266 +#: ../plug-ins/common/engrave.c:244 +#: ../plug-ins/common/file-html-table.c:611 +#: ../plug-ins/common/file-ps.c:3183 +#: ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 +#: ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/smooth-palette.c:441 +#: ../plug-ins/common/tile-paper.c:313 +#: ../plug-ins/common/tile.c:435 +#: ../plug-ins/imagemap/imap_cmd_guides.c:175 +#: ../plug-ins/imagemap/imap_rectangle.c:410 +#: ../plug-ins/print/print-page-layout.c:254 msgid "_Height:" msgstr "_Høgde:" -#: ../plug-ins/common/engrave.c:254 +#: ../plug-ins/common/engrave.c:255 msgid "_Limit line width" msgstr "_Avgrens linjebreidda" -#: ../plug-ins/common/file-aa.c:97 +#: ../plug-ins/common/file-aa.c:98 msgid "ASCII art" msgstr "ASCII-kunst" #. Create the actual window. -#: ../plug-ins/common/file-aa.c:348 +#: ../plug-ins/common/file-aa.c:349 msgid "Save as Text" msgstr "Lagra som tekst" -#: ../plug-ins/common/file-aa.c:370 +#: ../plug-ins/common/file-aa.c:371 msgid "_Format:" msgstr "_Format:" -#: ../plug-ins/common/file-cel.c:110 -#: ../plug-ins/common/file-cel.c:128 +#: ../plug-ins/common/file-cel.c:111 +#: ../plug-ins/common/file-cel.c:129 msgid "KISS CEL" msgstr "KISS CEL" -#: ../plug-ins/common/file-cel.c:190 +#: ../plug-ins/common/file-cel.c:191 msgid "Load KISS Palette" msgstr "Opnar KISS-paletten" @@ -3149,253 +3159,271 @@ #. column, highest column ever used #. -1 assume fsel is not available (and not attached to any drawable) #. -1 assume there is no floating selection -#: ../plug-ins/common/file-cel.c:316 -#: ../plug-ins/common/file-dicom.c:329 -#: ../plug-ins/common/file-gbr.c:365 -#: ../plug-ins/common/file-gif-load.c:360 -#: ../plug-ins/common/file-gih.c:648 -#: ../plug-ins/common/file-pat.c:334 -#: ../plug-ins/common/file-pcx.c:365 -#: ../plug-ins/common/file-pdf.c:595 -#: ../plug-ins/common/file-pix.c:347 -#: ../plug-ins/common/file-png.c:727 -#: ../plug-ins/common/file-pnm.c:498 -#: ../plug-ins/common/file-ps.c:1043 -#: ../plug-ins/common/file-raw.c:670 -#: ../plug-ins/common/file-sunras.c:485 -#: ../plug-ins/common/file-tga.c:446 +#: ../plug-ins/common/file-cel.c:317 +#: ../plug-ins/common/file-dicom.c:330 +#: ../plug-ins/common/file-gbr.c:366 +#: ../plug-ins/common/file-gif-load.c:345 +#: ../plug-ins/common/file-gih.c:667 +#: ../plug-ins/common/file-pat.c:335 +#: ../plug-ins/common/file-pcx.c:366 +#: ../plug-ins/common/file-pdf.c:826 +#: ../plug-ins/common/file-pix.c:348 +#: ../plug-ins/common/file-png.c:728 +#: ../plug-ins/common/file-pnm.c:499 +#: ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 +#: ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-tga.c:447 #: ../plug-ins/common/file-tiff-load.c:603 -#: ../plug-ins/common/file-wmf.c:993 +#: ../plug-ins/common/file-wmf.c:994 #: ../plug-ins/common/file-xbm.c:741 -#: ../plug-ins/common/file-xpm.c:351 -#: ../plug-ins/common/file-xwd.c:519 -#: ../plug-ins/file-bmp/bmp-read.c:158 -#: ../plug-ins/file-faxg3/faxg3.c:216 -#: ../plug-ins/file-fli/fli-gimp.c:501 -#: ../plug-ins/file-ico/ico-load.c:645 -#: ../plug-ins/file-jpeg/jpeg-load.c:114 -#: ../plug-ins/file-psd/psd-load.c:135 +#: ../plug-ins/common/file-xpm.c:352 +#: ../plug-ins/common/file-xwd.c:520 +#: ../plug-ins/file-bmp/bmp-read.c:161 +#: ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 +#: ../plug-ins/file-ico/ico-load.c:654 +#: ../plug-ins/file-jpeg/jpeg-load.c:115 +#: ../plug-ins/file-psd/psd-load.c:136 #: ../plug-ins/file-sgi/sgi.c:330 -#: ../plug-ins/file-xjt/xjt.c:3343 +#: ../plug-ins/file-xjt/xjt.c:3363 +#, c-format msgid "Opening '%s'" msgstr "Opnar «%s».." -#: ../plug-ins/common/file-cel.c:353 +#: ../plug-ins/common/file-cel.c:354 msgid "Can't create a new image" msgstr "Kan ikkje laga nytt bilete" -#: ../plug-ins/common/file-cel.c:442 +#: ../plug-ins/common/file-cel.c:443 +#, c-format msgid "Unsupported bit depth (%d)!" msgstr "Støtter ikkje denne fargedjupna (%d)!" #. init the progress meter #. And let's begin the progress -#: ../plug-ins/common/file-cel.c:587 -#: ../plug-ins/common/file-gbr.c:639 +#: ../plug-ins/common/file-cel.c:588 +#: ../plug-ins/common/file-gbr.c:652 #: ../plug-ins/common/file-gif-save.c:768 -#: ../plug-ins/common/file-gih.c:1281 -#: ../plug-ins/common/file-html-table.c:255 -#: ../plug-ins/common/file-pat.c:466 -#: ../plug-ins/common/file-pcx.c:626 -#: ../plug-ins/common/file-pix.c:528 -#: ../plug-ins/common/file-png.c:1276 -#: ../plug-ins/common/file-pnm.c:981 -#: ../plug-ins/common/file-ps.c:1219 -#: ../plug-ins/common/file-sunras.c:567 -#: ../plug-ins/common/file-tga.c:1174 +#: ../plug-ins/common/file-gih.c:1280 +#: ../plug-ins/common/file-html-table.c:256 +#: ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 +#: ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 +#: ../plug-ins/common/file-pnm.c:982 +#: ../plug-ins/common/file-ps.c:1218 +#: ../plug-ins/common/file-sunras.c:568 +#: ../plug-ins/common/file-tga.c:1175 #: ../plug-ins/common/file-tiff-save.c:693 #: ../plug-ins/common/file-xbm.c:1039 -#: ../plug-ins/common/file-xpm.c:636 -#: ../plug-ins/common/file-xwd.c:618 -#: ../plug-ins/file-bmp/bmp-write.c:306 -#: ../plug-ins/file-fits/fits.c:480 -#: ../plug-ins/file-fli/fli-gimp.c:717 -#: ../plug-ins/file-ico/ico-save.c:1001 -#: ../plug-ins/file-jpeg/jpeg-save.c:286 -#: ../plug-ins/file-psd/psd-save.c:1642 -#: ../plug-ins/file-sgi/sgi.c:553 -#: ../plug-ins/file-xjt/xjt.c:1707 +#: ../plug-ins/common/file-xpm.c:637 +#: ../plug-ins/common/file-xwd.c:619 +#: ../plug-ins/file-bmp/bmp-write.c:307 +#: ../plug-ins/file-fits/fits.c:481 +#: ../plug-ins/file-fli/fli-gimp.c:718 +#: ../plug-ins/file-ico/ico-save.c:1002 +#: ../plug-ins/file-jpeg/jpeg-save.c:282 +#: ../plug-ins/file-psd/psd-save.c:1640 +#: ../plug-ins/file-sgi/sgi.c:574 +#: ../plug-ins/file-xjt/xjt.c:1710 +#, c-format msgid "Saving '%s'" msgstr "Lagrar «%s»" -#: ../plug-ins/common/file-compressor.c:159 +#: ../plug-ins/common/file-compressor.c:160 msgid "gzip archive" msgstr "gzip-arkiv" -#: ../plug-ins/common/file-compressor.c:180 +#: ../plug-ins/common/file-compressor.c:181 msgid "bzip archive" msgstr "bzip-arkiv" -#: ../plug-ins/common/file-compressor.c:389 +#: ../plug-ins/common/file-compressor.c:390 msgid "No sensible file extension, saving as compressed XCF." msgstr "Ingen fornuftig filtype. Lagrar som komprimert XCF" -#: ../plug-ins/common/file-compressor.c:571 +#: ../plug-ins/common/file-compressor.c:572 msgid "No sensible file extension, attempting to load with file magic." msgstr "Ukjent filtype. Prøver å opna ved hjelp av «filmagi»." -#: ../plug-ins/common/file-csource.c:111 +#: ../plug-ins/common/file-csource.c:112 msgid "C source code" msgstr "C Kjeldekode" -#: ../plug-ins/common/file-csource.c:659 +#: ../plug-ins/common/file-csource.c:660 msgid "Save as C-Source" msgstr "Lagra som C-kjeldekode" -#: ../plug-ins/common/file-csource.c:690 +#: ../plug-ins/common/file-csource.c:691 msgid "_Prefixed name:" msgstr "Namn med _prefiks:" -#: ../plug-ins/common/file-csource.c:699 +#: ../plug-ins/common/file-csource.c:700 msgid "Co_mment:" msgstr "_Kommentar:" #. Use Comment #. -#: ../plug-ins/common/file-csource.c:706 +#: ../plug-ins/common/file-csource.c:707 msgid "_Save comment to file" msgstr "_Lagra kommentar i fil" #. GLib types #. -#: ../plug-ins/common/file-csource.c:718 +#: ../plug-ins/common/file-csource.c:719 msgid "_Use GLib types (guint8*)" msgstr "_Bruk GLib-type (guint8*)" #. Use Macros #. -#: ../plug-ins/common/file-csource.c:730 +#: ../plug-ins/common/file-csource.c:731 msgid "Us_e macros instead of struct" msgstr "Bruk _makroar i staden for struktur" #. Use RLE #. -#: ../plug-ins/common/file-csource.c:742 +#: ../plug-ins/common/file-csource.c:743 msgid "Use _1 byte Run-Length-Encoding" msgstr "Bruk _1 Byte Run-Length-Encoding" #. Alpha #. -#: ../plug-ins/common/file-csource.c:754 +#: ../plug-ins/common/file-csource.c:755 msgid "Sa_ve alpha channel (RGBA/RGB)" msgstr "Lagra _Alfakanal (RGBA/RGB)" -#: ../plug-ins/common/file-csource.c:772 +#: ../plug-ins/common/file-csource.c:773 msgid "Op_acity:" msgstr "_Dekkevne:" -#: ../plug-ins/common/file-desktop-link.c:82 +#: ../plug-ins/common/file-desktop-link.c:83 msgid "Desktop Link" msgstr "Skrivebordlenke" -#: ../plug-ins/common/file-desktop-link.c:174 +#: ../plug-ins/common/file-desktop-link.c:173 +#, c-format msgid "Error loading desktop file '%s': %s" msgstr "Feil ved opning av skrivebordsfila «%s»: %s" -#: ../plug-ins/common/file-dicom.c:145 +#: ../plug-ins/common/file-dicom.c:146 msgid "DICOM image" msgstr "DICOM-bilete" -#: ../plug-ins/common/file-dicom.c:170 +#: ../plug-ins/common/file-dicom.c:171 msgid "Digital Imaging and Communications in Medicine image" msgstr "«Digital Imaging and Communications in Medicine» - bilete (DICOM)" -#: ../plug-ins/common/file-dicom.c:351 +#: ../plug-ins/common/file-dicom.c:352 +#, c-format msgid "'%s' is not a DICOM file." msgstr "«%s» er ikkje ei DICOM-fil" -#: ../plug-ins/common/file-dicom.c:768 -#: ../plug-ins/common/file-pcx.c:658 -#: ../plug-ins/common/file-pnm.c:966 +#: ../plug-ins/common/file-dicom.c:769 +#: ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 msgid "Cannot save images with alpha channel." msgstr "Kan ikkje lagra bilete som inneheld alfakanal" -#: ../plug-ins/common/file-dicom.c:783 -#: ../plug-ins/common/file-ps.c:1204 -#: ../plug-ins/common/file-xwd.c:603 -#: ../plug-ins/file-fits/fits.c:465 -#: ../plug-ins/file-xjt/xjt.c:1702 +#: ../plug-ins/common/file-dicom.c:784 +#: ../plug-ins/common/file-ps.c:1203 +#: ../plug-ins/common/file-xwd.c:604 +#: ../plug-ins/file-fits/fits.c:466 +#: ../plug-ins/file-xjt/xjt.c:1705 msgid "Cannot operate on unknown image types." msgstr "Kan ikkje arbeida med ukjente biletformat." -#: ../plug-ins/common/file-gbr.c:153 -#: ../plug-ins/common/file-gbr.c:174 +#: ../plug-ins/common/file-gbr.c:154 +#: ../plug-ins/common/file-gbr.c:175 msgid "GIMP brush" msgstr "GIMP-pensel" -#: ../plug-ins/common/file-gbr.c:400 -#: ../plug-ins/common/file-gbr.c:412 +#: ../plug-ins/common/file-gbr.c:392 +#: ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "Ugyldige headerdata i '%s': breidde=%lu, høgde=%lu, bytes=%lu" + +#: ../plug-ins/common/file-gbr.c:416 +#: ../plug-ins/common/file-gbr.c:428 msgid "Unsupported brush format" msgstr "Ugyldig penselformat" -#: ../plug-ins/common/file-gbr.c:424 +#: ../plug-ins/common/file-gbr.c:440 +#, c-format msgid "Error in GIMP brush file '%s'" msgstr "Feil i GIMP-penselfila «%s»" -#: ../plug-ins/common/file-gbr.c:432 +#: ../plug-ins/common/file-gbr.c:448 +#, c-format msgid "Invalid UTF-8 string in brush file '%s'." msgstr "Ugyldig UTF-8-kode i penselfila «%s»" -#: ../plug-ins/common/file-gbr.c:438 -#: ../plug-ins/common/file-gih.c:491 -#: ../plug-ins/common/file-gih.c:1155 -#: ../plug-ins/gradient-flare/gradient-flare.c:3062 +#: ../plug-ins/common/file-gbr.c:454 +#: ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gih.c:1173 +#: ../plug-ins/gradient-flare/gradient-flare.c:3063 msgid "Unnamed" msgstr "Utan namn" -#: ../plug-ins/common/file-gbr.c:624 +#: ../plug-ins/common/file-gbr.c:637 msgid "GIMP brushes are either GRAYSCALE or RGBA" msgstr "GIMP-penslane må vere anten RGBA eller GRÅSKALA med kvit bakgrunn" -#: ../plug-ins/common/file-gbr.c:731 +#: ../plug-ins/common/file-gbr.c:735 msgid "Save as Brush" msgstr "Lagra som pensel" #. attach labels -#: ../plug-ins/common/file-gbr.c:758 -#: ../plug-ins/common/grid.c:789 +#: ../plug-ins/common/file-gbr.c:762 +#: ../plug-ins/common/grid.c:790 msgid "Spacing:" msgstr "Avstand:" -#: ../plug-ins/common/file-gbr.c:769 -#: ../plug-ins/common/file-gih.c:906 -#: ../plug-ins/common/file-pat.c:555 -#: ../plug-ins/gimpressionist/presets.c:665 +#: ../plug-ins/common/file-gbr.c:773 +#: ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 +#: ../plug-ins/gimpressionist/presets.c:666 msgid "Description:" msgstr "Penselnamn:" -#: ../plug-ins/common/file-gif-load.c:148 +#: ../plug-ins/common/file-gif-load.c:142 #: ../plug-ins/common/file-gif-save.c:168 msgid "GIF image" msgstr "GIF-bilete" -#: ../plug-ins/common/file-gif-load.c:372 +#: ../plug-ins/common/file-gif-load.c:357 msgid "This is not a GIF file" msgstr "Dette er ikkje ei GIF-fil" -#: ../plug-ins/common/file-gif-load.c:411 +#: ../plug-ins/common/file-gif-load.c:396 msgid "Non-square pixels. Image might look squashed." msgstr "Pikslane er ikkje kvadratiske. Biletet kan sjå noe pressa ut." -#: ../plug-ins/common/file-gif-load.c:929 +#: ../plug-ins/common/file-gif-load.c:913 +#, c-format msgid "Background (%d%s)" msgstr "Bakgrunn (%d%s)" -#: ../plug-ins/common/file-gif-load.c:952 +#: ../plug-ins/common/file-gif-load.c:936 +#, c-format msgid "Opening '%s' (frame %d)" msgstr "Opnar «%s» (ramme %d)" -#: ../plug-ins/common/file-gif-load.c:981 -#: ../plug-ins/common/iwarp.c:793 -#: ../plug-ins/common/iwarp.c:828 +#: ../plug-ins/common/file-gif-load.c:965 +#: ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/iwarp.c:826 +#, c-format msgid "Frame %d" msgstr "Ramme %d" -#: ../plug-ins/common/file-gif-load.c:983 +#: ../plug-ins/common/file-gif-load.c:967 +#, c-format msgid "Frame %d (%d%s)" msgstr "Ramme %d (%d%s)" -#: ../plug-ins/common/file-gif-load.c:1014 +#: ../plug-ins/common/file-gif-load.c:998 +#, c-format msgid "GIF: Undocumented GIF composite type %d is not handled. Animation might not play or re-save perfectly." msgstr "GIF: Udokumentert samansettingstype %d kan ikkje handterast. Det kan hende animasjonen ikkje spelar skikkeleg eller ikkje kan lagrast på nytt." @@ -3404,6 +3432,7 @@ msgstr "Kunne ikkje redusera fargane meir. Blir lagra som ugjennomsiktig." #: ../plug-ins/common/file-gif-save.c:562 +#, c-format msgid "Unable to save '%s'. The GIF file format does not support images that are more than %d pixels wide or tall." msgstr "Kan ikkje lagra «%s». GIF-formatet støtter ikkje bilete som er meir enn %d pikslar høge eller breie." @@ -3458,7 +3487,7 @@ msgstr "_Pause mellom rammene når uspesifisert:" #: ../plug-ins/common/file-gif-save.c:1144 -#: ../plug-ins/common/file-mng.c:1473 +#: ../plug-ins/common/file-mng.c:1507 msgid "milliseconds" msgstr "Millisekund" @@ -3492,91 +3521,97 @@ msgstr "Feil ved skriving av utdata." #: ../plug-ins/common/file-gif-save.c:2411 +#, c-format msgid "The default comment is limited to %d characters." msgstr "Standardkommentar er avgrensa til %d teikn." -#: ../plug-ins/common/file-gih.c:208 -#: ../plug-ins/common/file-gih.c:229 +#: ../plug-ins/common/file-gih.c:209 +#: ../plug-ins/common/file-gih.c:230 msgid "GIMP brush (animated)" msgstr "GIMP-mønsterpensel" -#: ../plug-ins/common/file-gih.c:484 +#: ../plug-ins/common/file-gih.c:324 +#, c-format +msgid "Layer %s doesn't have an alpha channel, skipped" +msgstr "Laget %s har ikkje alfakanal, hoppa over" + +#: ../plug-ins/common/file-gih.c:503 msgid "Error in GIMP brush pipe file." msgstr "Feil i GIMPs mønsterpenselfil." -#: ../plug-ins/common/file-gih.c:550 +#: ../plug-ins/common/file-gih.c:569 msgid "GIMP brush file appears to be corrupted." msgstr "Det ser ut til at GIMP si penselfil er øydelagt." -#: ../plug-ins/common/file-gih.c:699 +#: ../plug-ins/common/file-gih.c:718 msgid "Couldn't load one brush in the pipe, giving up." msgstr "Kunne ikkje lasta ein mønsterpensel. Gir opp." -#: ../plug-ins/common/file-gih.c:862 +#: ../plug-ins/common/file-gih.c:881 msgid "Save as Brush Pipe" msgstr "Lagra som mønsterpensel" -#: ../plug-ins/common/file-gih.c:892 +#: ../plug-ins/common/file-gih.c:911 msgid "Spacing (percent):" msgstr "Avstand (prosent):" -#: ../plug-ins/common/file-gih.c:959 +#: ../plug-ins/common/file-gih.c:978 msgid "Pixels" msgstr "Pikslar" -#: ../plug-ins/common/file-gih.c:964 +#: ../plug-ins/common/file-gih.c:983 msgid "Cell size:" msgstr "Cellestorleik:" -#: ../plug-ins/common/file-gih.c:976 +#: ../plug-ins/common/file-gih.c:995 msgid "Number of cells:" msgstr "Talet på celler:" -#: ../plug-ins/common/file-gih.c:1001 +#: ../plug-ins/common/file-gih.c:1020 msgid " Rows of " msgstr " Rad(er) med" -#: ../plug-ins/common/file-gih.c:1013 +#: ../plug-ins/common/file-gih.c:1032 msgid " Columns on each layer" msgstr " kolonne(r) i kvart lag" -#: ../plug-ins/common/file-gih.c:1017 +#: ../plug-ins/common/file-gih.c:1036 msgid " (Width Mismatch!) " msgstr " (Breidda passar ikkje!) " -#: ../plug-ins/common/file-gih.c:1021 +#: ../plug-ins/common/file-gih.c:1040 msgid " (Height Mismatch!) " msgstr " (Høgda passar ikkje!) " -#: ../plug-ins/common/file-gih.c:1026 +#: ../plug-ins/common/file-gih.c:1045 msgid "Display as:" msgstr "Vis som:" -#: ../plug-ins/common/file-gih.c:1035 +#: ../plug-ins/common/file-gih.c:1054 msgid "Dimension:" msgstr "Dimensjon:" -#: ../plug-ins/common/file-gih.c:1110 +#: ../plug-ins/common/file-gih.c:1129 msgid "Ranks:" msgstr "Rangering:" -#: ../plug-ins/common/file-header.c:76 +#: ../plug-ins/common/file-header.c:77 msgid "C source code header" msgstr "Header for kjeldeteksten i C-kode" -#: ../plug-ins/common/file-html-table.c:155 +#: ../plug-ins/common/file-html-table.c:156 msgid "HTML table" msgstr "HTML-tabell" -#: ../plug-ins/common/file-html-table.c:408 +#: ../plug-ins/common/file-html-table.c:409 msgid "Save as HTML table" msgstr "Lagra som HTML-tabell" -#: ../plug-ins/common/file-html-table.c:435 +#: ../plug-ins/common/file-html-table.c:436 msgid "Warning" msgstr "Åtvaring" -#: ../plug-ins/common/file-html-table.c:446 +#: ../plug-ins/common/file-html-table.c:447 msgid "" "You are about to create a huge\n" "HTML file which will most likely\n" @@ -3587,492 +3622,517 @@ "nettlesaren din." #. HTML Page Options -#: ../plug-ins/common/file-html-table.c:455 +#: ../plug-ins/common/file-html-table.c:456 msgid "HTML Page Options" msgstr "HTML sideinnstillingar" -#: ../plug-ins/common/file-html-table.c:462 +#: ../plug-ins/common/file-html-table.c:463 msgid "_Generate full HTML document" msgstr "Lag eit fullstendig HTML-dokument" -#: ../plug-ins/common/file-html-table.c:468 +#: ../plug-ins/common/file-html-table.c:469 msgid "If checked GTM will output a full HTML document with , , etc. tags instead of just the table html." msgstr "Dersom denne er aktivert, vil GIMP lage eit fullstendig HTML-dokument med , osv. i staden for bare ein tabell." #. HTML Table Creation Options -#: ../plug-ins/common/file-html-table.c:481 +#: ../plug-ins/common/file-html-table.c:482 msgid "Table Creation Options" msgstr "Innstillingar for å lage tabellen" -#: ../plug-ins/common/file-html-table.c:489 +#: ../plug-ins/common/file-html-table.c:490 msgid "_Use cellspan" msgstr "Bruk «_Cellspan»" -#: ../plug-ins/common/file-html-table.c:495 +#: ../plug-ins/common/file-html-table.c:496 msgid "If checked GTM will replace any rectangular sections of identically colored blocks with one large cell with ROWSPAN and COLSPAN values." msgstr "Dersom denne er aktivert, vil GTM bytte ut alle rektangulære markeringar eller einsfarga blokker med verdiar for ROWSPAN og COLSPAN." -#: ../plug-ins/common/file-html-table.c:504 +#: ../plug-ins/common/file-html-table.c:505 msgid "Co_mpress TD tags" msgstr "Ko_mprimer TD- tags" -#: ../plug-ins/common/file-html-table.c:510 +#: ../plug-ins/common/file-html-table.c:511 msgid "Checking this tag will cause GTM to leave no whitespace between the TD tags and the cellcontent. This is only necessary for pixel level positioning control." msgstr "Dette valet gjer at GTM ikkje set inn blankteikn mellom TD-taggane og celleinnhaldet. Dette er bare nødvendig for kontroll på pikselnivå." -#: ../plug-ins/common/file-html-table.c:520 +#: ../plug-ins/common/file-html-table.c:521 msgid "C_aption" msgstr "_Bilettekst" -#: ../plug-ins/common/file-html-table.c:526 +#: ../plug-ins/common/file-html-table.c:527 msgid "Check if you would like to have the table captioned." msgstr "Klikk her dersom du vil ha ein bilettekst for tabellen." -#: ../plug-ins/common/file-html-table.c:541 +#: ../plug-ins/common/file-html-table.c:542 msgid "The text for the table caption." msgstr "Biletteksten for tabellen." -#: ../plug-ins/common/file-html-table.c:554 +#: ../plug-ins/common/file-html-table.c:555 msgid "C_ell content:" msgstr "C_elleinnhald:" -#: ../plug-ins/common/file-html-table.c:558 +#: ../plug-ins/common/file-html-table.c:559 msgid "The text to go into each cell." msgstr "Teksten som skal inn i kvar celle." #. HTML Table Options -#: ../plug-ins/common/file-html-table.c:568 +#: ../plug-ins/common/file-html-table.c:569 msgid "Table Options" msgstr "Tabellinnstillingar" -#: ../plug-ins/common/file-html-table.c:579 +#: ../plug-ins/common/file-html-table.c:580 msgid "_Border:" msgstr "_Kant:" -#: ../plug-ins/common/file-html-table.c:583 +#: ../plug-ins/common/file-html-table.c:584 msgid "The number of pixels in the table border." msgstr "Talet på pikslar i tabellkanten." -#: ../plug-ins/common/file-html-table.c:598 +#: ../plug-ins/common/file-html-table.c:599 msgid "The width for each table cell. Can be a number or a percent." msgstr "Breidda for kvar tabellcelle. Kan vere eit fast tal eller i prosent." -#: ../plug-ins/common/file-html-table.c:614 +#: ../plug-ins/common/file-html-table.c:615 msgid "The height for each table cell. Can be a number or a percent." msgstr "Høgda for kvar tabellcelle. Kan vere eit fast tal eller i prosent." -#: ../plug-ins/common/file-html-table.c:625 +#: ../plug-ins/common/file-html-table.c:626 msgid "Cell-_padding:" msgstr "Celle_utfylling:" -#: ../plug-ins/common/file-html-table.c:629 +#: ../plug-ins/common/file-html-table.c:630 msgid "The amount of cellpadding." msgstr "Graden av celleutfylling." -#: ../plug-ins/common/file-html-table.c:638 +#: ../plug-ins/common/file-html-table.c:639 msgid "Cell-_spacing:" msgstr "Celle_avstand:" -#: ../plug-ins/common/file-html-table.c:642 +#: ../plug-ins/common/file-html-table.c:643 msgid "The amount of cellspacing." msgstr "Avstand mellom cellene." #. Inform the user that we couldn't losslessly save the #. * transparency & just use the full palette -#: ../plug-ins/common/file-mng.c:497 -#: ../plug-ins/common/file-png.c:1759 +#: ../plug-ins/common/file-mng.c:498 +#: ../plug-ins/common/file-png.c:1761 msgid "Couldn't losslessly save transparency, saving opacity instead." msgstr "Kunne ikkje lagra gjennomsikt utan tap. Lagra dekkevne i staden." -#: ../plug-ins/common/file-mng.c:1253 +#: ../plug-ins/common/file-mng.c:1287 msgid "Save as MNG" msgstr "Lagra som MNG" -#: ../plug-ins/common/file-mng.c:1273 +#: ../plug-ins/common/file-mng.c:1307 msgid "MNG Options" msgstr "MNG-innstillingar" -#: ../plug-ins/common/file-mng.c:1279 +#: ../plug-ins/common/file-mng.c:1313 msgid "Interlace" msgstr "Flett saman" -#: ../plug-ins/common/file-mng.c:1291 +#: ../plug-ins/common/file-mng.c:1325 msgid "Save background color" msgstr "Lagra bakgrunnsfarge" -#: ../plug-ins/common/file-mng.c:1302 +#: ../plug-ins/common/file-mng.c:1336 msgid "Save gamma" msgstr "Lagra gamma" -#: ../plug-ins/common/file-mng.c:1312 +#: ../plug-ins/common/file-mng.c:1346 msgid "Save resolution" msgstr "Lagra oppløysing" -#: ../plug-ins/common/file-mng.c:1323 +#: ../plug-ins/common/file-mng.c:1357 msgid "Save creation time" msgstr "Lagra tid for oppretting" -#: ../plug-ins/common/file-mng.c:1342 +#: ../plug-ins/common/file-mng.c:1376 msgid "PNG" msgstr "PNG" -#: ../plug-ins/common/file-mng.c:1343 +#: ../plug-ins/common/file-mng.c:1377 msgid "JNG" msgstr "JNG" -#: ../plug-ins/common/file-mng.c:1346 +#: ../plug-ins/common/file-mng.c:1380 msgid "PNG + delta PNG" msgstr "PNG + delta PNG" -#: ../plug-ins/common/file-mng.c:1347 +#: ../plug-ins/common/file-mng.c:1381 msgid "JNG + delta PNG" msgstr "JNG + delta PNG" -#: ../plug-ins/common/file-mng.c:1348 +#: ../plug-ins/common/file-mng.c:1382 msgid "All PNG" msgstr "Alle PNG" -#: ../plug-ins/common/file-mng.c:1349 +#: ../plug-ins/common/file-mng.c:1383 msgid "All JNG" msgstr "Alle JNG" -#: ../plug-ins/common/file-mng.c:1361 +#: ../plug-ins/common/file-mng.c:1395 msgid "Default chunks type:" msgstr "Standard einingstype:" -#: ../plug-ins/common/file-mng.c:1364 +#: ../plug-ins/common/file-mng.c:1398 msgid "Combine" msgstr "Kombiner" -#: ../plug-ins/common/file-mng.c:1365 +#: ../plug-ins/common/file-mng.c:1399 msgid "Replace" msgstr "Bytt ut" -#: ../plug-ins/common/file-mng.c:1376 +#: ../plug-ins/common/file-mng.c:1410 msgid "Default frame disposal:" msgstr "Standard rammeovergang:" -#: ../plug-ins/common/file-mng.c:1388 +#: ../plug-ins/common/file-mng.c:1422 msgid "PNG compression level:" msgstr "PNG-kompresjon:" -#: ../plug-ins/common/file-mng.c:1396 -#: ../plug-ins/common/file-png.c:1907 +#: ../plug-ins/common/file-mng.c:1430 +#: ../plug-ins/common/file-png.c:1909 msgid "Choose a high compression level for small file size" msgstr "Vel høg kompresjon for å lage små filer." -#: ../plug-ins/common/file-mng.c:1410 +#: ../plug-ins/common/file-mng.c:1444 msgid "JPEG compression quality:" msgstr "JPEG-kompressjonskvalitet:" -#: ../plug-ins/common/file-mng.c:1427 +#: ../plug-ins/common/file-mng.c:1461 msgid "JPEG smoothing factor:" msgstr "JPEG utglatting:" -#: ../plug-ins/common/file-mng.c:1437 +#: ../plug-ins/common/file-mng.c:1471 msgid "Animated MNG Options" msgstr "Innstillingar for animerte MNG" -#: ../plug-ins/common/file-mng.c:1443 +#: ../plug-ins/common/file-mng.c:1477 msgid "Loop" msgstr "Sløyfe" -#: ../plug-ins/common/file-mng.c:1457 +#: ../plug-ins/common/file-mng.c:1491 msgid "Default frame delay:" msgstr "Standard rammeforseinking:" -#: ../plug-ins/common/file-mng.c:1530 +#: ../plug-ins/common/file-mng.c:1564 msgid "MNG animation" msgstr "MNG-animasjon" -#: ../plug-ins/common/file-pat.c:122 -#: ../plug-ins/common/file-pat.c:144 +#: ../plug-ins/common/file-pat.c:123 +#: ../plug-ins/common/file-pat.c:145 msgid "GIMP pattern" msgstr "GIMP-mønster" -#: ../plug-ins/common/file-pat.c:370 +#: ../plug-ins/common/file-pat.c:371 +#, c-format msgid "Invalid UTF-8 string in pattern file '%s'." msgstr "Ugyldig UTF-8-streng i mønsterfila «%s»." -#: ../plug-ins/common/file-pat.c:527 +#: ../plug-ins/common/file-pat.c:543 msgid "Save as Pattern" msgstr "Lagra som mønster" -#: ../plug-ins/common/file-pcx.c:132 -#: ../plug-ins/common/file-pcx.c:151 +#: ../plug-ins/common/file-pcx.c:133 +#: ../plug-ins/common/file-pcx.c:152 msgid "ZSoft PCX image" msgstr "ZSoft-PCX-bilete" -#: ../plug-ins/common/file-pcx.c:371 +#: ../plug-ins/common/file-pcx.c:372 +#, c-format msgid "Could not read header from '%s'" msgstr "Kan ikkje lese header i «%s»" -#: ../plug-ins/common/file-pcx.c:381 +#: ../plug-ins/common/file-pcx.c:382 +#, c-format msgid "'%s' is not a PCX file" msgstr "«%s» er ikkje ei PCX-fil" -#: ../plug-ins/common/file-pcx.c:394 -#: ../plug-ins/file-bmp/bmp-read.c:578 -#: ../plug-ins/file-psd/psd-load.c:301 +#: ../plug-ins/common/file-pcx.c:395 +#: ../plug-ins/file-bmp/bmp-read.c:638 +#: ../plug-ins/file-psd/psd-load.c:302 +#, c-format msgid "Unsupported or invalid image width: %d" msgstr "Ugyldig biletbreidde: %d" -#: ../plug-ins/common/file-pcx.c:399 -#: ../plug-ins/file-bmp/bmp-read.c:584 -#: ../plug-ins/file-psd/psd-load.c:293 +#: ../plug-ins/common/file-pcx.c:400 +#: ../plug-ins/file-bmp/bmp-read.c:644 +#: ../plug-ins/file-psd/psd-load.c:294 +#, c-format msgid "Unsupported or invalid image height: %d" msgstr "Ugyldig bilethøgde: %d" -#: ../plug-ins/common/file-pcx.c:404 +#: ../plug-ins/common/file-pcx.c:405 msgid "Invalid number of bytes per line in PCX header" msgstr "Ugyldig tal for byte per linje i PCX-header" -#: ../plug-ins/common/file-pcx.c:452 +#: ../plug-ins/common/file-pcx.c:412 +#, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "Biletet er for stort: breidde %d x høgde %d" + +#: ../plug-ins/common/file-pcx.c:460 msgid "Unusual PCX flavour, giving up" msgstr "Uvanleg PCX-variant, gir opp" -#: ../plug-ins/common/file-pcx.c:675 +#: ../plug-ins/common/file-pcx.c:683 +#, c-format msgid "Invalid X offset: %d" msgstr "Ugyldig X-forskyving: %d" -#: ../plug-ins/common/file-pcx.c:681 +#: ../plug-ins/common/file-pcx.c:689 +#, c-format msgid "Invalid Y offset: %d" msgstr "Ugyldig Y-forskyving: %d" -#: ../plug-ins/common/file-pcx.c:687 +#: ../plug-ins/common/file-pcx.c:695 +#, c-format msgid "Right border out of bounds (must be < %d): %d" msgstr "Høgre kant utanfor grensene (må vere mindre enn %d): %d" -#: ../plug-ins/common/file-pcx.c:694 +#: ../plug-ins/common/file-pcx.c:702 +#, c-format msgid "Bottom border out of bounds (must be < %d): %d" msgstr "Nedre kant utanfor grensene (må vere mindre enn %d): %d" -#: ../plug-ins/common/file-pcx.c:751 +#: ../plug-ins/common/file-pcx.c:759 +#, c-format msgid "Writing to file '%s' failed: %s" msgstr "Klarte ikkje å skrive til fila «%s»: %s" -#: ../plug-ins/common/file-pdf.c:289 +#: ../plug-ins/common/file-pdf.c:295 msgid "Portable Document Format" msgstr "Portable Document Format" -#: ../plug-ins/common/file-pdf.c:629 +#: ../plug-ins/common/file-pdf.c:860 +#, c-format msgid "%s-%s" msgstr "%s-%s" -#: ../plug-ins/common/file-pdf.c:631 -#: ../plug-ins/common/file-ps.c:1126 +#: ../plug-ins/common/file-pdf.c:862 +#: ../plug-ins/common/file-ps.c:1125 +#, c-format msgid "%s-pages" msgstr "%s-sider" -#: ../plug-ins/common/file-pdf.c:817 +#: ../plug-ins/common/file-pdf.c:1051 msgid "Import from PDF" msgstr "Importer frå PDF" -#: ../plug-ins/common/file-pdf.c:822 -#: ../plug-ins/common/file-ps.c:3096 +#: ../plug-ins/common/file-pdf.c:1056 +#: ../plug-ins/common/file-ps.c:3102 #: ../plug-ins/common/file-tiff-load.c:483 msgid "_Import" msgstr "_Importer" -#: ../plug-ins/common/file-pdf.c:888 +#: ../plug-ins/common/file-pdf.c:1123 msgid "_Width (pixels):" msgstr "_Breidde (pikslar):" -#: ../plug-ins/common/file-pdf.c:889 +#: ../plug-ins/common/file-pdf.c:1124 msgid "_Height (pixels):" msgstr "Høgde (pikslar):" -#: ../plug-ins/common/file-pdf.c:891 +#: ../plug-ins/common/file-pdf.c:1126 msgid "_Resolution:" msgstr "_Oppløysing:" -#: ../plug-ins/common/file-pdf.c:1165 +#: ../plug-ins/common/file-pdf.c:1400 +#, c-format msgid "pixels/%s" msgstr "pikslar/%s" -#: ../plug-ins/common/file-pix.c:141 -#: ../plug-ins/common/file-pix.c:158 +#: ../plug-ins/common/file-pix.c:142 +#: ../plug-ins/common/file-pix.c:159 msgid "Alias Pix image" msgstr "Alias|Wavefront-PIX-bilete" -#: ../plug-ins/common/file-png.c:262 -#: ../plug-ins/common/file-png.c:283 -#: ../plug-ins/common/file-png.c:303 -#: ../plug-ins/common/file-png.c:320 +#: ../plug-ins/common/file-png.c:263 +#: ../plug-ins/common/file-png.c:284 +#: ../plug-ins/common/file-png.c:304 +#: ../plug-ins/common/file-png.c:321 msgid "PNG image" msgstr "PNG-bilete" -#: ../plug-ins/common/file-png.c:627 +#: ../plug-ins/common/file-png.c:628 +#, c-format msgid "Error loading PNG file: %s" msgstr "Feil ved opning av PNG-fila: %s" -#: ../plug-ins/common/file-png.c:702 +#: ../plug-ins/common/file-png.c:703 +#, c-format msgid "Error while reading '%s'. File corrupted?" msgstr "Feil ved lesing av «%s». Er fila skada?" -#: ../plug-ins/common/file-png.c:833 +#: ../plug-ins/common/file-png.c:834 +#, c-format msgid "Unknown color model in PNG file '%s'." msgstr "Ukjent fargemodell i PNG-fila «%s»." -#: ../plug-ins/common/file-png.c:888 +#: ../plug-ins/common/file-png.c:889 msgid "The PNG file specifies an offset that caused the layer to be positioned outside the image." msgstr "PNG-fila har ei forskyving som gjer at laga blir plasserte utanfor biletet." -#: ../plug-ins/common/file-png.c:1253 +#: ../plug-ins/common/file-png.c:1255 +#, c-format msgid "Error while saving '%s'. Could not save image." msgstr "Feil ved lagringa av «%s». Biletet kan ikkje lagrast." -#: ../plug-ins/common/file-png.c:1784 +#: ../plug-ins/common/file-png.c:1786 msgid "Save as PNG" msgstr "Lagra som PNG" -#: ../plug-ins/common/file-png.c:1816 +#: ../plug-ins/common/file-png.c:1818 msgid "_Interlacing (Adam7)" msgstr "_Flett saman (Adam7)" -#: ../plug-ins/common/file-png.c:1827 +#: ../plug-ins/common/file-png.c:1829 msgid "Save _background color" msgstr "Lagra _bakgrunnsfarge" -#: ../plug-ins/common/file-png.c:1835 +#: ../plug-ins/common/file-png.c:1837 msgid "Save _gamma" msgstr "Lagra _gamma" -#: ../plug-ins/common/file-png.c:1845 +#: ../plug-ins/common/file-png.c:1847 msgid "Save layer o_ffset" msgstr "Lagra _lagforskyving" -#: ../plug-ins/common/file-png.c:1854 +#: ../plug-ins/common/file-png.c:1856 msgid "Save _resolution" msgstr "Lagra _oppløysing" -#: ../plug-ins/common/file-png.c:1864 +#: ../plug-ins/common/file-png.c:1866 msgid "Save creation _time" msgstr "Lagra _tid for oppretting" -#: ../plug-ins/common/file-png.c:1873 +#: ../plug-ins/common/file-png.c:1875 msgid "Save comme_nt" msgstr "Lagra _kommentarane" -#: ../plug-ins/common/file-png.c:1889 +#: ../plug-ins/common/file-png.c:1891 msgid "Save color _values from transparent pixels" msgstr "Lagra farge_verdiar frå gjennomsiktige pikslar" -#: ../plug-ins/common/file-png.c:1903 +#: ../plug-ins/common/file-png.c:1905 msgid "Co_mpression level:" msgstr "_Komprimering:" -#: ../plug-ins/common/file-png.c:1921 -#: ../plug-ins/file-jpeg/jpeg-save.c:1190 +#: ../plug-ins/common/file-png.c:1923 +#: ../plug-ins/file-jpeg/jpeg-save.c:1186 msgid "_Load Defaults" msgstr "_Opna standardverdiane" -#: ../plug-ins/common/file-png.c:1929 +#: ../plug-ins/common/file-png.c:1931 msgid "S_ave Defaults" msgstr "_Lagra standardverdiane" -#: ../plug-ins/common/file-pnm.c:247 +#: ../plug-ins/common/file-pnm.c:248 msgid "PNM Image" msgstr "PNM-bilete" -#: ../plug-ins/common/file-pnm.c:267 +#: ../plug-ins/common/file-pnm.c:268 msgid "PNM image" msgstr "PNM-bilete" -#: ../plug-ins/common/file-pnm.c:279 +#: ../plug-ins/common/file-pnm.c:280 msgid "PBM image" msgstr "PBM-bilete" -#: ../plug-ins/common/file-pnm.c:291 +#: ../plug-ins/common/file-pnm.c:292 msgid "PGM image" msgstr "PGM-bilete" -#: ../plug-ins/common/file-pnm.c:303 +#: ../plug-ins/common/file-pnm.c:304 msgid "PPM image" msgstr "PPM-bilete" -#: ../plug-ins/common/file-pnm.c:527 -#: ../plug-ins/common/file-pnm.c:549 -#: ../plug-ins/common/file-pnm.c:558 -#: ../plug-ins/common/file-pnm.c:569 -#: ../plug-ins/common/file-pnm.c:657 -#: ../plug-ins/common/file-pnm.c:727 +#: ../plug-ins/common/file-pnm.c:528 +#: ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 +#: ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 +#: ../plug-ins/common/file-pnm.c:728 msgid "Premature end of file." msgstr "Uventa filslutt." -#: ../plug-ins/common/file-pnm.c:529 +#: ../plug-ins/common/file-pnm.c:530 msgid "Invalid file." msgstr "Ugyldig fil." -#: ../plug-ins/common/file-pnm.c:543 +#: ../plug-ins/common/file-pnm.c:544 msgid "File not in a supported format." msgstr "Fila har eit ugyldig format." -#: ../plug-ins/common/file-pnm.c:552 +#: ../plug-ins/common/file-pnm.c:553 msgid "Invalid X resolution." msgstr "Ugyldig X-oppløysing." -#: ../plug-ins/common/file-pnm.c:554 +#: ../plug-ins/common/file-pnm.c:555 msgid "Image width is larger than GIMP can handle." msgstr "Biletet er breiare enn GIMP kan handtere" -#: ../plug-ins/common/file-pnm.c:561 +#: ../plug-ins/common/file-pnm.c:562 msgid "Invalid Y resolution." msgstr "Ugyldig X-oppløysing." -#: ../plug-ins/common/file-pnm.c:563 +#: ../plug-ins/common/file-pnm.c:564 msgid "Image height is larger than GIMP can handle." msgstr "Biletet er høgare enn GIMP kan handtere" -#: ../plug-ins/common/file-pnm.c:575 +#: ../plug-ins/common/file-pnm.c:576 msgid "Unsupported maximum value." msgstr "Ugyldig maksimalverdi." -#: ../plug-ins/common/file-pnm.c:780 +#: ../plug-ins/common/file-pnm.c:781 msgid "Error reading file." msgstr "Feil ved lesing av fil" -#: ../plug-ins/common/file-pnm.c:1184 +#: ../plug-ins/common/file-pnm.c:1186 msgid "Save as PNM" msgstr "Lagra som PNM" #. file save type -#: ../plug-ins/common/file-pnm.c:1201 +#: ../plug-ins/common/file-pnm.c:1203 msgid "Data formatting" msgstr "Dataformatering" -#: ../plug-ins/common/file-pnm.c:1205 +#: ../plug-ins/common/file-pnm.c:1207 msgid "Raw" msgstr "Raw" -#: ../plug-ins/common/file-pnm.c:1206 +#: ../plug-ins/common/file-pnm.c:1208 msgid "Ascii" msgstr "Ascii" -#: ../plug-ins/common/file-ps.c:600 -#: ../plug-ins/common/file-ps.c:692 +#: ../plug-ins/common/file-ps.c:599 +#: ../plug-ins/common/file-ps.c:691 msgid "PostScript document" msgstr "Postscript-dokument" -#: ../plug-ins/common/file-ps.c:619 -#: ../plug-ins/common/file-ps.c:708 +#: ../plug-ins/common/file-ps.c:618 +#: ../plug-ins/common/file-ps.c:707 msgid "Encapsulated PostScript image" msgstr "Innekapsla PostScript-bilete" -#: ../plug-ins/common/file-ps.c:639 +#: ../plug-ins/common/file-ps.c:638 msgid "PDF document" msgstr "PDF-dokument" -#: ../plug-ins/common/file-ps.c:1051 +#: ../plug-ins/common/file-ps.c:1050 +#, c-format msgid "Could not interpret Postscript file '%s'" msgstr "Kunne ikkje tolka Postscriptfila «%s»" -#: ../plug-ins/common/file-ps.c:1193 +#: ../plug-ins/common/file-ps.c:1192 +#, c-format msgid "PostScript save cannot handle images with alpha channels" msgstr "Bilete med alfa-kanal kan ikkje lagrast i PostScript." -#: ../plug-ins/common/file-ps.c:1731 -#: ../plug-ins/common/file-ps.c:1764 +#: ../plug-ins/common/file-ps.c:1730 +#: ../plug-ins/common/file-ps.c:1765 +#, c-format msgid "" "Error starting Ghostscript. Make sure that Ghostscript is installed and - if necessary - use the environment variable GS_PROG to tell GIMP about its location.\n" "(%s)" @@ -4080,289 +4140,293 @@ "Feil ved oppstart av Ghostscript. Forsikra deg om at Ghostscript er installert og, dersom det er nødvendig, bruk omgivnadsvariabelen GS_PROG for å fortelje GIMP kvar det er plassert.\n" "(%s)" -#: ../plug-ins/common/file-ps.c:1931 +#: ../plug-ins/common/file-ps.c:1932 #: ../plug-ins/common/file-tiff-load.c:999 +#, c-format msgid "Page %d" msgstr "Side %d" -#: ../plug-ins/common/file-ps.c:2600 -#: ../plug-ins/common/file-ps.c:2732 -#: ../plug-ins/common/file-ps.c:2882 -#: ../plug-ins/common/file-ps.c:3007 -#: ../plug-ins/common/file-sunras.c:1503 -#: ../plug-ins/common/file-sunras.c:1611 -#: ../plug-ins/file-fits/fits.c:849 -#: ../plug-ins/file-fits/fits.c:973 +#: ../plug-ins/common/file-ps.c:2602 +#: ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 +#: ../plug-ins/common/file-ps.c:3013 +#: ../plug-ins/common/file-sunras.c:1504 +#: ../plug-ins/common/file-sunras.c:1612 +#: ../plug-ins/file-fits/fits.c:850 +#: ../plug-ins/file-fits/fits.c:974 msgid "Write error occurred" msgstr "Det oppsto ein skrivefeil" -#: ../plug-ins/common/file-ps.c:3091 +#: ../plug-ins/common/file-ps.c:3097 msgid "Import from PostScript" msgstr "Importer frå PostScript" #. Rendering -#: ../plug-ins/common/file-ps.c:3134 +#: ../plug-ins/common/file-ps.c:3140 msgid "Rendering" msgstr "Teikna" #. Resolution -#: ../plug-ins/common/file-ps.c:3150 -#: ../plug-ins/common/file-svg.c:915 -#: ../plug-ins/common/file-wmf.c:691 +#: ../plug-ins/common/file-ps.c:3156 +#: ../plug-ins/common/file-svg.c:929 +#: ../plug-ins/common/file-wmf.c:692 msgid "Resolution:" msgstr "Oppløysing:" -#: ../plug-ins/common/file-ps.c:3189 +#: ../plug-ins/common/file-ps.c:3195 msgid "Pages:" msgstr "Sider:" -#: ../plug-ins/common/file-ps.c:3196 +#: ../plug-ins/common/file-ps.c:3202 msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" msgstr "Sider som skal opnast (t.d. 1-4 eller 1,3,5-7)" -#: ../plug-ins/common/file-ps.c:3200 -#: ../plug-ins/common/sphere-designer.c:2642 +#: ../plug-ins/common/file-ps.c:3206 +#: ../plug-ins/common/sphere-designer.c:2646 msgid "Layers" msgstr "Lag" -#: ../plug-ins/common/file-ps.c:3202 +#: ../plug-ins/common/file-ps.c:3208 msgid "Images" msgstr "Bilete" -#: ../plug-ins/common/file-ps.c:3205 +#: ../plug-ins/common/file-ps.c:3211 msgid "Open as" msgstr "Opna som" -#: ../plug-ins/common/file-ps.c:3209 +#: ../plug-ins/common/file-ps.c:3215 msgid "Try Bounding Box" msgstr "Prøv BoundingBox" #. Colouring -#: ../plug-ins/common/file-ps.c:3222 +#: ../plug-ins/common/file-ps.c:3228 msgid "Coloring" msgstr "Fargelegg" -#: ../plug-ins/common/file-ps.c:3226 +#: ../plug-ins/common/file-ps.c:3232 msgid "B/W" msgstr "S&K" -#: ../plug-ins/common/file-ps.c:3228 -#: ../plug-ins/common/file-xpm.c:478 -#: ../plug-ins/gimpressionist/color.c:65 -#: ../plug-ins/gimpressionist/general.c:169 -#: ../plug-ins/imagemap/imap_menu.c:212 +#: ../plug-ins/common/file-ps.c:3234 +#: ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/gimpressionist/color.c:66 +#: ../plug-ins/gimpressionist/general.c:170 +#: ../plug-ins/imagemap/imap_menu.c:213 msgid "Color" msgstr "Farge" -#: ../plug-ins/common/file-ps.c:3229 -#: ../plug-ins/file-fits/fits.c:1032 +#: ../plug-ins/common/file-ps.c:3235 +#: ../plug-ins/file-fits/fits.c:1033 msgid "Automatic" msgstr "Automatisk" -#: ../plug-ins/common/file-ps.c:3239 +#: ../plug-ins/common/file-ps.c:3245 msgid "Text antialiasing" msgstr "Kantutjamning av teksten" -#: ../plug-ins/common/file-ps.c:3244 -#: ../plug-ins/common/file-ps.c:3256 +#: ../plug-ins/common/file-ps.c:3250 +#: ../plug-ins/common/file-ps.c:3262 msgid "Weak" msgstr "Svak" -#: ../plug-ins/common/file-ps.c:3245 -#: ../plug-ins/common/file-ps.c:3257 +#: ../plug-ins/common/file-ps.c:3251 +#: ../plug-ins/common/file-ps.c:3263 msgid "Strong" msgstr "Sterk" -#: ../plug-ins/common/file-ps.c:3251 +#: ../plug-ins/common/file-ps.c:3257 msgid "Graphic antialiasing" msgstr "Kantutjamning av grafikk" -#: ../plug-ins/common/file-ps.c:3329 +#: ../plug-ins/common/file-ps.c:3335 msgid "Save as PostScript" msgstr "Lagra som Postscript" #. Image Size -#: ../plug-ins/common/file-ps.c:3360 +#: ../plug-ins/common/file-ps.c:3366 msgid "Image Size" msgstr "Biletstorleik" -#: ../plug-ins/common/file-ps.c:3409 +#: ../plug-ins/common/file-ps.c:3415 msgid "_Keep aspect ratio" msgstr "_Behald forholdet mellom sidene" -#: ../plug-ins/common/file-ps.c:3415 +#: ../plug-ins/common/file-ps.c:3421 msgid "When toggled, the resulting image will be scaled to fit into the given size without changing the aspect ratio." msgstr "Skaler biletet til papirstorleiken utan å endra forholdet mellom sidene." #. Unit -#: ../plug-ins/common/file-ps.c:3425 +#: ../plug-ins/common/file-ps.c:3431 msgid "Unit" msgstr "Eining" -#: ../plug-ins/common/file-ps.c:3429 +#: ../plug-ins/common/file-ps.c:3435 msgid "_Inch" msgstr "_Tomme" -#: ../plug-ins/common/file-ps.c:3430 +#: ../plug-ins/common/file-ps.c:3436 msgid "_Millimeter" msgstr "__Millimeter" #. Rotation -#: ../plug-ins/common/file-ps.c:3441 +#: ../plug-ins/common/file-ps.c:3447 #: ../plug-ins/map-object/map-object-ui.c:1035 msgid "Rotation" msgstr "Rotasjon" #. Format -#: ../plug-ins/common/file-ps.c:3456 +#: ../plug-ins/common/file-ps.c:3462 msgid "Output" msgstr "Utdata" -#: ../plug-ins/common/file-ps.c:3462 +#: ../plug-ins/common/file-ps.c:3468 msgid "_PostScript level 2" msgstr "_Postscript Level 2" -#: ../plug-ins/common/file-ps.c:3471 +#: ../plug-ins/common/file-ps.c:3477 msgid "_Encapsulated PostScript" msgstr "_Encapsulated PostScript" -#: ../plug-ins/common/file-ps.c:3480 +#: ../plug-ins/common/file-ps.c:3486 msgid "P_review" msgstr "_Førehandsvising" -#: ../plug-ins/common/file-ps.c:3501 +#: ../plug-ins/common/file-ps.c:3507 msgid "Preview _size:" msgstr "_Storleiken på førehandsvisinga:" -#: ../plug-ins/common/file-psp.c:598 -#: ../plug-ins/common/file-psp.c:622 +#: ../plug-ins/common/file-psp.c:599 +#: ../plug-ins/common/file-psp.c:623 msgid "Paint Shop Pro image" msgstr "Paint-Shop-Pro-bilete" -#: ../plug-ins/common/file-psp.c:639 +#: ../plug-ins/common/file-psp.c:640 msgid "Save as PSP" msgstr "Lagra som PSP" #. file save type -#: ../plug-ins/common/file-psp.c:656 +#: ../plug-ins/common/file-psp.c:657 msgid "Data Compression" msgstr "Kompressjonsgrad" -#: ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/common/file-psp.c:662 msgid "RLE" msgstr "RLE" -#: ../plug-ins/common/file-psp.c:662 +#: ../plug-ins/common/file-psp.c:663 msgid "LZ77" msgstr "LZ77" -#: ../plug-ins/common/file-raw.c:181 -#: ../plug-ins/common/file-raw.c:196 +#: ../plug-ins/common/file-raw.c:182 +#: ../plug-ins/common/file-raw.c:197 msgid "Raw image data" msgstr "Raw biletdata" -#: ../plug-ins/common/file-raw.c:979 +#: ../plug-ins/common/file-raw.c:982 msgid "Load Image from Raw Data" msgstr "Last biletet frå Raw Data" -#: ../plug-ins/common/file-raw.c:1012 +#: ../plug-ins/common/file-raw.c:1015 msgid "Image" msgstr "Bilete" -#: ../plug-ins/common/file-raw.c:1023 +#: ../plug-ins/common/file-raw.c:1026 msgid "RGB Alpha" msgstr "RGB-alfa" -#: ../plug-ins/common/file-raw.c:1024 +#: ../plug-ins/common/file-raw.c:1027 msgid "Planar RGB" msgstr "Planar RGB" -#: ../plug-ins/common/file-raw.c:1025 +#: ../plug-ins/common/file-raw.c:1028 msgid "Indexed" msgstr "Indeksert" -#: ../plug-ins/common/file-raw.c:1026 +#: ../plug-ins/common/file-raw.c:1029 msgid "Indexed Alpha" msgstr "Indeksert alfa" -#: ../plug-ins/common/file-raw.c:1031 +#: ../plug-ins/common/file-raw.c:1034 msgid "Image _Type:" msgstr "Bilet_type:" -#: ../plug-ins/common/file-raw.c:1081 +#: ../plug-ins/common/file-raw.c:1084 msgid "Palette" msgstr "Palett" -#: ../plug-ins/common/file-raw.c:1091 -#: ../plug-ins/common/file-raw.c:1190 +#: ../plug-ins/common/file-raw.c:1094 +#: ../plug-ins/common/file-raw.c:1193 msgid "R, G, B (normal)" msgstr "R, G, B (normal)" -#: ../plug-ins/common/file-raw.c:1092 -#: ../plug-ins/common/file-raw.c:1192 +#: ../plug-ins/common/file-raw.c:1095 +#: ../plug-ins/common/file-raw.c:1195 msgid "B, G, R, X (BMP style)" msgstr "B, G, R, X (BMP-stil)" -#: ../plug-ins/common/file-raw.c:1097 +#: ../plug-ins/common/file-raw.c:1100 msgid "_Palette Type:" msgstr "_Palettype:" -#: ../plug-ins/common/file-raw.c:1108 +#: ../plug-ins/common/file-raw.c:1111 msgid "Off_set:" msgstr "For_skyving:" -#: ../plug-ins/common/file-raw.c:1120 +#: ../plug-ins/common/file-raw.c:1123 msgid "Select Palette File" msgstr "Vel palettfil" -#: ../plug-ins/common/file-raw.c:1126 +#: ../plug-ins/common/file-raw.c:1129 msgid "Pal_ette File:" msgstr "Pal_ettfil:" -#: ../plug-ins/common/file-raw.c:1154 +#: ../plug-ins/common/file-raw.c:1157 msgid "Raw Image Save" msgstr "Lagra raw biletdata" -#: ../plug-ins/common/file-raw.c:1176 +#: ../plug-ins/common/file-raw.c:1179 msgid "RGB Save Type" msgstr "RGB-lagringstype" -#: ../plug-ins/common/file-raw.c:1180 +#: ../plug-ins/common/file-raw.c:1183 msgid "Standard (R,G,B)" msgstr "Standard (R,G,B)" -#: ../plug-ins/common/file-raw.c:1181 +#: ../plug-ins/common/file-raw.c:1184 msgid "Planar (RRR,GGG,BBB)" msgstr "Planar (RRR,GGG,BBB)" -#: ../plug-ins/common/file-raw.c:1186 +#: ../plug-ins/common/file-raw.c:1189 msgid "Indexed Palette Type" msgstr "Indeksert palett" -#: ../plug-ins/common/file-sunras.c:216 -#: ../plug-ins/common/file-sunras.c:236 +#: ../plug-ins/common/file-sunras.c:217 +#: ../plug-ins/common/file-sunras.c:237 msgid "SUN Rasterfile image" msgstr "SUN-Rasterfile-bilete" -#: ../plug-ins/common/file-sunras.c:401 +#: ../plug-ins/common/file-sunras.c:402 +#, c-format msgid "Could not open '%s' as SUN-raster-file" msgstr "Kunne ikkje opna «%s» som SUN-raster-fil" -#: ../plug-ins/common/file-sunras.c:411 +#: ../plug-ins/common/file-sunras.c:412 msgid "The type of this SUN-rasterfile is not supported" msgstr "Støtter ikkje denne typen av SUN-rasterfil" -#: ../plug-ins/common/file-sunras.c:440 +#: ../plug-ins/common/file-sunras.c:441 +#, c-format msgid "Could not read color entries from '%s'" msgstr "Kunne ikkje lese fargeinnslaga frå «%s»" -#: ../plug-ins/common/file-sunras.c:448 +#: ../plug-ins/common/file-sunras.c:449 msgid "Type of colormap not supported" msgstr "Støtter ikkje denne typen fargekart" -#: ../plug-ins/common/file-sunras.c:455 +#: ../plug-ins/common/file-sunras.c:456 #: ../plug-ins/common/file-xbm.c:826 -#: ../plug-ins/common/file-xwd.c:488 +#: ../plug-ins/common/file-xwd.c:489 +#, c-format msgid "" "'%s':\n" "No image width specified" @@ -4370,9 +4434,10 @@ "«%s»:\n" "Biletbreidda ikkje oppgitt" -#: ../plug-ins/common/file-sunras.c:463 +#: ../plug-ins/common/file-sunras.c:464 #: ../plug-ins/common/file-xbm.c:833 -#: ../plug-ins/common/file-xwd.c:497 +#: ../plug-ins/common/file-xwd.c:498 +#, c-format msgid "" "'%s':\n" "Image width is larger than GIMP can handle" @@ -4380,9 +4445,10 @@ "'%s':\n" "Biletbreidda er større enn det GIMP kan handtere" -#: ../plug-ins/common/file-sunras.c:471 +#: ../plug-ins/common/file-sunras.c:472 #: ../plug-ins/common/file-xbm.c:840 -#: ../plug-ins/common/file-xwd.c:505 +#: ../plug-ins/common/file-xwd.c:506 +#, c-format msgid "" "'%s':\n" "No image height specified" @@ -4390,9 +4456,10 @@ "«%s»:\n" "Bilethøgde ikkje oppgitt" -#: ../plug-ins/common/file-sunras.c:479 +#: ../plug-ins/common/file-sunras.c:480 #: ../plug-ins/common/file-xbm.c:847 -#: ../plug-ins/common/file-xwd.c:513 +#: ../plug-ins/common/file-xwd.c:514 +#, c-format msgid "" "'%s':\n" "Image height is larger than GIMP can handle" @@ -4400,67 +4467,69 @@ "'%s':\n" "Bilethøgda er større enn det GIMP kan handtere" -#: ../plug-ins/common/file-sunras.c:517 +#: ../plug-ins/common/file-sunras.c:518 msgid "This image depth is not supported" msgstr "Støtter ikkje denne typen fargedjupn" -#: ../plug-ins/common/file-sunras.c:541 +#: ../plug-ins/common/file-sunras.c:542 +#, c-format msgid "SUNRAS save cannot handle images with alpha channels" msgstr "SUNRAS kan ikkje lagra bilete med alfakanal" -#: ../plug-ins/common/file-sunras.c:552 +#: ../plug-ins/common/file-sunras.c:553 msgid "Can't operate on unknown image types" msgstr "Kan ikkje arbeida med ukjente bilettypar" -#: ../plug-ins/common/file-sunras.c:1081 -#: ../plug-ins/common/file-sunras.c:1172 -#: ../plug-ins/common/file-sunras.c:1253 -#: ../plug-ins/common/file-sunras.c:1348 -#: ../plug-ins/common/file-xwd.c:1347 -#: ../plug-ins/common/file-xwd.c:1448 -#: ../plug-ins/common/file-xwd.c:1606 -#: ../plug-ins/common/file-xwd.c:1806 -#: ../plug-ins/common/file-xwd.c:2063 -#: ../plug-ins/file-fits/fits.c:696 +#: ../plug-ins/common/file-sunras.c:1082 +#: ../plug-ins/common/file-sunras.c:1173 +#: ../plug-ins/common/file-sunras.c:1254 +#: ../plug-ins/common/file-sunras.c:1349 +#: ../plug-ins/common/file-xwd.c:1348 +#: ../plug-ins/common/file-xwd.c:1449 +#: ../plug-ins/common/file-xwd.c:1607 +#: ../plug-ins/common/file-xwd.c:1807 +#: ../plug-ins/common/file-xwd.c:2064 +#: ../plug-ins/file-fits/fits.c:697 msgid "EOF encountered on reading" msgstr "fann EOF ved lesinga" -#: ../plug-ins/common/file-sunras.c:1628 +#: ../plug-ins/common/file-sunras.c:1629 msgid "Save as SUNRAS" msgstr "Lagra som SUNRAS" #. file save type -#: ../plug-ins/common/file-sunras.c:1645 +#: ../plug-ins/common/file-sunras.c:1646 msgid "Data Formatting" msgstr "Dataformatering" -#: ../plug-ins/common/file-sunras.c:1649 +#: ../plug-ins/common/file-sunras.c:1650 msgid "RunLength Encoded" msgstr "RunLength-koding" -#: ../plug-ins/common/file-svg.c:139 +#: ../plug-ins/common/file-svg.c:140 msgid "SVG image" msgstr "SVG-bilete" -#: ../plug-ins/common/file-svg.c:334 -#: ../plug-ins/common/file-svg.c:719 +#: ../plug-ins/common/file-svg.c:335 +#: ../plug-ins/common/file-svg.c:733 msgid "Unknown reason" msgstr "Ukjent årsak" -#: ../plug-ins/common/file-svg.c:340 +#: ../plug-ins/common/file-svg.c:341 msgid "Rendering SVG" msgstr "Lager SVG" -#: ../plug-ins/common/file-svg.c:352 +#: ../plug-ins/common/file-svg.c:353 msgid "Rendered SVG" msgstr "Teikna SVG" -#: ../plug-ins/common/file-svg.c:566 -#: ../plug-ins/common/file-wmf.c:357 +#: ../plug-ins/common/file-svg.c:567 +#: ../plug-ins/common/file-wmf.c:358 +#, c-format msgid "%d × %d" msgstr "%d × %d" -#: ../plug-ins/common/file-svg.c:574 +#: ../plug-ins/common/file-svg.c:575 msgid "" "SVG file does not\n" "specify a size!" @@ -4469,91 +4538,95 @@ "ikkje storleik!" #. Scalable Vector Graphics is SVG, should perhaps not be translated -#: ../plug-ins/common/file-svg.c:728 +#: ../plug-ins/common/file-svg.c:742 msgid "Render Scalable Vector Graphics" msgstr "Lager skalerbar vektorgrafikk (SVG)" #. Width and Height -#: ../plug-ins/common/file-svg.c:794 -#: ../plug-ins/common/file-wmf.c:570 -#: ../plug-ins/common/grid.c:723 +#: ../plug-ins/common/file-svg.c:808 +#: ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/grid.c:724 msgid "Width:" msgstr "Breidde:" -#: ../plug-ins/common/file-svg.c:800 -#: ../plug-ins/common/file-wmf.c:576 +#: ../plug-ins/common/file-svg.c:814 +#: ../plug-ins/common/file-wmf.c:577 msgid "Height:" msgstr "Høgde:" -#: ../plug-ins/common/file-svg.c:874 -#: ../plug-ins/common/file-wmf.c:650 +#: ../plug-ins/common/file-svg.c:888 +#: ../plug-ins/common/file-wmf.c:651 msgid "_X ratio:" msgstr "_X-andel:" -#: ../plug-ins/common/file-svg.c:896 -#: ../plug-ins/common/file-wmf.c:672 +#: ../plug-ins/common/file-svg.c:910 +#: ../plug-ins/common/file-wmf.c:673 msgid "_Y ratio:" msgstr "_Y-andel:" -#: ../plug-ins/common/file-svg.c:910 -#: ../plug-ins/common/file-wmf.c:686 +#: ../plug-ins/common/file-svg.c:924 +#: ../plug-ins/common/file-wmf.c:687 msgid "Constrain aspect ratio" msgstr "Inskrenk sideforholdet" -#: ../plug-ins/common/file-svg.c:921 -#: ../plug-ins/common/file-wmf.c:697 -#: ../plug-ins/print/print-page-layout.c:285 +#: ../plug-ins/common/file-svg.c:935 +#: ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/print/print-page-layout.c:273 +#, c-format msgid "pixels/%a" msgstr "Pikslar/%a" #. Path Import -#: ../plug-ins/common/file-svg.c:941 +#: ../plug-ins/common/file-svg.c:955 msgid "Import _paths" msgstr "_Importer stigar" -#: ../plug-ins/common/file-svg.c:947 +#: ../plug-ins/common/file-svg.c:961 msgid "Import path elements of the SVG so they can be used with the GIMP path tool" -msgstr "Importer SVG stigelement slik at desse kan bli behandla med stigverktøyet i GIMP" +msgstr "Importer SVG stigelement slik at desse kan bli handterte med stigverktøyet i GIMP" -#: ../plug-ins/common/file-svg.c:960 +#: ../plug-ins/common/file-svg.c:974 msgid "Merge imported paths" msgstr "Føy saman dei importerte stigane" -#: ../plug-ins/common/file-tga.c:244 -#: ../plug-ins/common/file-tga.c:263 +#: ../plug-ins/common/file-tga.c:245 +#: ../plug-ins/common/file-tga.c:264 msgid "TarGA image" msgstr "TarGA-bilete" -#: ../plug-ins/common/file-tga.c:454 +#: ../plug-ins/common/file-tga.c:455 +#, c-format msgid "Cannot read footer from '%s'" msgstr "Kan ikkje lese botnteksten frå «%s»" -#: ../plug-ins/common/file-tga.c:472 +#: ../plug-ins/common/file-tga.c:473 +#, c-format msgid "Cannot read extension from '%s'" msgstr "Kan ikkje leseutviding frå «%s»" -#: ../plug-ins/common/file-tga.c:484 +#: ../plug-ins/common/file-tga.c:485 +#, c-format msgid "Cannot read header from '%s'" msgstr "Kan ikkje lese header frå «%s»" -#: ../plug-ins/common/file-tga.c:1367 +#: ../plug-ins/common/file-tga.c:1370 msgid "Save as TGA" msgstr "Lagra som TGA" #. rle -#: ../plug-ins/common/file-tga.c:1390 +#: ../plug-ins/common/file-tga.c:1393 msgid "_RLE compression" msgstr "_RLE-komprimering" -#: ../plug-ins/common/file-tga.c:1404 +#: ../plug-ins/common/file-tga.c:1407 msgid "Or_igin:" msgstr "_Opphav:" -#: ../plug-ins/common/file-tga.c:1408 +#: ../plug-ins/common/file-tga.c:1411 msgid "Bottom left" msgstr "Nede, venstre" -#: ../plug-ins/common/file-tga.c:1409 +#: ../plug-ins/common/file-tga.c:1412 msgid "Top left" msgstr "Oppe, venstre" @@ -4564,6 +4637,7 @@ msgstr "TIFF-bilete" #: ../plug-ins/common/file-tiff-load.c:310 +#, c-format msgid "TIFF '%s' does not contain any directories" msgstr "TIFF «%s» inneheld ingen mapper" @@ -4572,6 +4646,7 @@ msgstr "Importer frå TIFF" #: ../plug-ins/common/file-tiff-load.c:780 +#, c-format msgid "%s-%d-of-%d-pages" msgstr "%s-%d-av-%d-sider" @@ -4580,13 +4655,13 @@ msgstr "TIFF-kanal" #: ../plug-ins/common/file-tiff-load.c:1024 -#: ../plug-ins/file-psd/psd-load.c:324 +#: ../plug-ins/file-psd/psd-load.c:334 msgid "" "Warning:\n" "The image you are loading has 16 bits per channel. GIMP can only handle 8 bit, so it will be converted for you. Information will be lost because of this conversion." msgstr "" "Åtvaring:\n" -"Biletet du ønskjer å opna har 16 bit per kanal. GIMP kan bare behandla 8 bit, så det vil bli konvertert til dette formatet. Du kan miste informasjon på grunn av denne konverteringa." +"Biletet du ønskjer å opna har 16 bit per kanal. GIMP kan bare handtere 8 bit, så det vil bli konvertert til dette formatet. Du kan miste informasjon på grunn av denne konverteringa." #: ../plug-ins/common/file-tiff-save.c:887 msgid "" @@ -4642,11 +4717,11 @@ msgid "Comment:" msgstr "Kommentar:" -#: ../plug-ins/common/file-wmf.c:128 +#: ../plug-ins/common/file-wmf.c:129 msgid "Microsoft WMF file" msgstr "Microsoft-WMF-fil" -#: ../plug-ins/common/file-wmf.c:351 +#: ../plug-ins/common/file-wmf.c:352 msgid "" "WMF file does not\n" "specify a size!" @@ -4654,15 +4729,16 @@ "WMF-fil spesifiserer\n" "ikkje storleik!" -#: ../plug-ins/common/file-wmf.c:499 +#: ../plug-ins/common/file-wmf.c:500 msgid "Render Windows Metafile" msgstr "Lager Windows-Metafile" -#: ../plug-ins/common/file-wmf.c:962 +#: ../plug-ins/common/file-wmf.c:963 +#, c-format msgid "Could not open '%s' for reading" msgstr "Kunne ikkje opna for lesing frå «%s»." -#: ../plug-ins/common/file-wmf.c:1002 +#: ../plug-ins/common/file-wmf.c:1003 msgid "Rendered WMF" msgstr "Teikna WMF" @@ -4672,6 +4748,7 @@ msgstr "X-BitMap-bilete" #: ../plug-ins/common/file-xbm.c:819 +#, c-format msgid "" "'%s':\n" "Could not read header (ftell == %ld)" @@ -4680,6 +4757,7 @@ "Kan ikkje lesa header (ftell == %ld)" #: ../plug-ins/common/file-xbm.c:854 +#, c-format msgid "" "'%s':\n" "No image data type specified" @@ -4750,985 +4828,998 @@ msgid "_Mask file extension:" msgstr "_Maskefilutviding:" -#: ../plug-ins/common/file-xpm.c:173 -#: ../plug-ins/common/file-xpm.c:198 +#: ../plug-ins/common/file-xpm.c:174 +#: ../plug-ins/common/file-xpm.c:199 msgid "X PixMap image" msgstr "X-PixMap-bilete" -#: ../plug-ins/common/file-xpm.c:362 -#: ../plug-ins/common/file-xpm.c:772 +#: ../plug-ins/common/file-xpm.c:363 +#: ../plug-ins/common/file-xpm.c:773 +#, c-format msgid "Error opening file '%s'" msgstr "Feil ved opning av fila «%s»" -#: ../plug-ins/common/file-xpm.c:368 -#: ../plug-ins/common/file-xpm.c:778 +#: ../plug-ins/common/file-xpm.c:369 +#: ../plug-ins/common/file-xpm.c:779 msgid "XPM file invalid" msgstr "Ugyldig XPM-fil" -#: ../plug-ins/common/file-xpm.c:804 +#: ../plug-ins/common/file-xpm.c:805 msgid "Save as XPM" msgstr "Lagra som XPM" -#: ../plug-ins/common/file-xpm.c:828 +#: ../plug-ins/common/file-xpm.c:829 msgid "_Alpha threshold:" msgstr "_Alfa-grense:" -#: ../plug-ins/common/file-xwd.c:277 -#: ../plug-ins/common/file-xwd.c:297 +#: ../plug-ins/common/file-xwd.c:278 +#: ../plug-ins/common/file-xwd.c:298 msgid "X window dump" msgstr "X-Window-dump" -#: ../plug-ins/common/file-xwd.c:441 +#: ../plug-ins/common/file-xwd.c:442 +#, c-format msgid "Could not read XWD header from '%s'" msgstr "Kunne ikkje lesa XWD-header frå «%s»" -#: ../plug-ins/common/file-xwd.c:479 +#: ../plug-ins/common/file-xwd.c:480 msgid "Can't read color entries" msgstr "Kunne ikkje lesa fargedata" -#: ../plug-ins/common/file-xwd.c:569 +#: ../plug-ins/common/file-xwd.c:570 +#, c-format msgid "XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is not supported." msgstr "XWD-fila %s har formatet %d, djupn %d med %d bits per piksel. Denne kombinasjonen er førebels ikkje gyldig." -#: ../plug-ins/common/file-xwd.c:592 +#: ../plug-ins/common/file-xwd.c:593 msgid "Cannot save images with alpha channels." msgstr "Kan ikkje lagra bilete med alfakanalar." -#: ../plug-ins/common/file-xwd.c:2194 +#: ../plug-ins/common/file-xwd.c:2195 msgid "Error during writing indexed/gray image" msgstr "Feil ved skriving til indeksert bilete eller gråtonebilete." -#: ../plug-ins/common/file-xwd.c:2292 +#: ../plug-ins/common/file-xwd.c:2293 msgid "Error during writing rgb image" msgstr "Feil under skriving av RGB-bilete" -#: ../plug-ins/common/film.c:216 +#: ../plug-ins/common/film.c:217 msgid "Combine several images on a film strip" msgstr "Set saman fleire bilete til ei filmstripe" -#: ../plug-ins/common/film.c:221 +#: ../plug-ins/common/film.c:222 msgid "_Filmstrip..." msgstr "_Filmstripe …" -#: ../plug-ins/common/film.c:306 +#: ../plug-ins/common/film.c:307 msgid "Composing images" msgstr "Komponerer bileta" -#: ../plug-ins/common/film.c:424 -#: ../plug-ins/common/guillotine.c:215 -#: ../plug-ins/help-browser/dialog.c:1132 +#: ../plug-ins/common/film.c:425 +#: ../plug-ins/common/guillotine.c:216 +#: ../plug-ins/help-browser/dialog.c:1120 msgid "Untitled" msgstr "Utan namn" -#: ../plug-ins/common/film.c:878 +#: ../plug-ins/common/film.c:879 msgid "Available images:" msgstr "" "Tilgjengelege \n" "bilete:" -#: ../plug-ins/common/film.c:879 +#: ../plug-ins/common/film.c:880 msgid "On film:" msgstr "" "Ligg på \n" "filmen:" #. Film height/colour -#: ../plug-ins/common/film.c:975 -#: ../plug-ins/common/film.c:1247 +#: ../plug-ins/common/film.c:976 +#: ../plug-ins/common/film.c:1248 msgid "Filmstrip" msgstr "Filmstripe" #. Keep maximum image height -#: ../plug-ins/common/film.c:984 +#: ../plug-ins/common/film.c:985 msgid "_Fit height to images" msgstr "Til_pass høgda etter bileta" #. Film color -#: ../plug-ins/common/film.c:1020 +#: ../plug-ins/common/film.c:1021 msgid "Select Film Color" msgstr "Vel filmfarge" -#: ../plug-ins/common/film.c:1025 -#: ../plug-ins/common/film.c:1075 -#: ../plug-ins/common/nova.c:352 +#: ../plug-ins/common/film.c:1026 +#: ../plug-ins/common/film.c:1076 +#: ../plug-ins/common/nova.c:353 msgid "Co_lor:" msgstr "_Farge:" #. Film numbering: Startindex/Font/colour -#: ../plug-ins/common/film.c:1034 +#: ../plug-ins/common/film.c:1035 msgid "Numbering" msgstr "Nummerering" -#: ../plug-ins/common/film.c:1052 +#: ../plug-ins/common/film.c:1053 msgid "Start _index:" msgstr "_Starttal:" -#: ../plug-ins/common/film.c:1065 +#: ../plug-ins/common/film.c:1066 msgid "_Font:" msgstr "Skrift_type:" #. Numbering color -#: ../plug-ins/common/film.c:1070 +#: ../plug-ins/common/film.c:1071 msgid "Select Number Color" msgstr "Vel talfarge" -#: ../plug-ins/common/film.c:1085 +#: ../plug-ins/common/film.c:1086 msgid "At _bottom" msgstr "_Nedst" -#: ../plug-ins/common/film.c:1086 +#: ../plug-ins/common/film.c:1087 msgid "At _top" msgstr "_Øvst" #. ** The right frame keeps the image selection ** -#: ../plug-ins/common/film.c:1099 +#: ../plug-ins/common/film.c:1100 msgid "Image Selection" msgstr "Biletutval" -#: ../plug-ins/common/film.c:1127 +#: ../plug-ins/common/film.c:1128 msgid "All Values are Fractions of the Strip Height" msgstr "Alle verdiane er relaterte til filmhøgda" -#: ../plug-ins/common/film.c:1130 +#: ../plug-ins/common/film.c:1131 msgid "Ad_vanced" msgstr "_Avansert" -#: ../plug-ins/common/film.c:1149 +#: ../plug-ins/common/film.c:1150 msgid "Image _height:" msgstr "Bilet_høgde:" -#: ../plug-ins/common/film.c:1160 +#: ../plug-ins/common/film.c:1161 msgid "Image spac_ing:" msgstr "Bilet_avstand:" -#: ../plug-ins/common/film.c:1171 +#: ../plug-ins/common/film.c:1172 msgid "_Hole offset:" msgstr "Hol_forskyving:" -#: ../plug-ins/common/film.c:1182 +#: ../plug-ins/common/film.c:1183 msgid "Ho_le width:" msgstr "Hol_breidde:" -#: ../plug-ins/common/film.c:1193 +#: ../plug-ins/common/film.c:1194 msgid "Hol_e height:" msgstr "Holh_øgde:" -#: ../plug-ins/common/film.c:1204 +#: ../plug-ins/common/film.c:1205 msgid "Hole sp_acing:" msgstr "Hola_vstand:" -#: ../plug-ins/common/film.c:1215 +#: ../plug-ins/common/film.c:1216 msgid "_Number height:" msgstr "_Talhøgde:" #. These values are translated for the GUI but also used internally #. to figure out which button the user pushed, etc. #. Not my design, please don't blame me -- njl -#: ../plug-ins/common/filter-pack.c:219 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:952 +#: ../plug-ins/common/filter-pack.c:220 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:953 msgid "Red:" msgstr "Raud:" -#: ../plug-ins/common/filter-pack.c:220 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:962 +#: ../plug-ins/common/filter-pack.c:221 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:963 msgid "Green:" msgstr "Grøn:" -#: ../plug-ins/common/filter-pack.c:221 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:972 +#: ../plug-ins/common/filter-pack.c:222 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:973 msgid "Blue:" msgstr "Blå:" -#: ../plug-ins/common/filter-pack.c:222 +#: ../plug-ins/common/filter-pack.c:223 msgid "Cyan:" msgstr "Cyanblå:" -#: ../plug-ins/common/filter-pack.c:223 +#: ../plug-ins/common/filter-pack.c:224 msgid "Yellow:" msgstr "Gul:" -#: ../plug-ins/common/filter-pack.c:224 +#: ../plug-ins/common/filter-pack.c:225 msgid "Magenta:" msgstr "Magentaraud:" -#: ../plug-ins/common/filter-pack.c:226 +#: ../plug-ins/common/filter-pack.c:227 msgid "Darker:" msgstr "Mørkare:" -#: ../plug-ins/common/filter-pack.c:227 +#: ../plug-ins/common/filter-pack.c:228 msgid "Lighter:" msgstr "Lysare:" -#: ../plug-ins/common/filter-pack.c:229 +#: ../plug-ins/common/filter-pack.c:230 msgid "More Sat:" msgstr "Meir metning.:" -#: ../plug-ins/common/filter-pack.c:230 +#: ../plug-ins/common/filter-pack.c:231 msgid "Less Sat:" msgstr "Mindre metning:" -#: ../plug-ins/common/filter-pack.c:232 -#: ../plug-ins/common/filter-pack.c:531 +#: ../plug-ins/common/filter-pack.c:233 +#: ../plug-ins/common/filter-pack.c:532 msgid "Current:" msgstr "Nåverande:" -#: ../plug-ins/common/filter-pack.c:316 +#: ../plug-ins/common/filter-pack.c:317 msgid "Interactively modify the image colors" msgstr "Modifiser biletetfargane interaktivt" -#: ../plug-ins/common/filter-pack.c:321 +#: ../plug-ins/common/filter-pack.c:322 msgid "_Filter Pack..." msgstr "_Filterpakke …" -#: ../plug-ins/common/filter-pack.c:371 +#: ../plug-ins/common/filter-pack.c:372 msgid "FP can only be used on RGB images." msgstr "FP kan bare brukast på RGB-bilete." -#: ../plug-ins/common/filter-pack.c:381 +#: ../plug-ins/common/filter-pack.c:382 msgid "FP can only be run interactively." msgstr "FP kan bare nyttast interaktivt.." -#: ../plug-ins/common/filter-pack.c:399 +#: ../plug-ins/common/filter-pack.c:400 msgid "Applying filter pack" msgstr "Legg til filterpakka" -#: ../plug-ins/common/filter-pack.c:523 +#: ../plug-ins/common/filter-pack.c:524 msgid "Original:" msgstr "Original:" -#: ../plug-ins/common/filter-pack.c:575 +#: ../plug-ins/common/filter-pack.c:576 msgid "Hue Variations" msgstr "Variasjonar i kulør:" -#: ../plug-ins/common/filter-pack.c:630 +#: ../plug-ins/common/filter-pack.c:631 msgid "Roughness" msgstr "Ujamning" -#: ../plug-ins/common/filter-pack.c:673 -#: ../plug-ins/common/filter-pack.c:1316 +#: ../plug-ins/common/filter-pack.c:674 +#: ../plug-ins/common/filter-pack.c:1317 msgid "Affected Range" msgstr "Påverka område" -#: ../plug-ins/common/filter-pack.c:677 +#: ../plug-ins/common/filter-pack.c:678 msgid "Sha_dows" msgstr "_Skyggar" -#: ../plug-ins/common/filter-pack.c:678 +#: ../plug-ins/common/filter-pack.c:679 msgid "_Midtones" msgstr "_Midttone" -#: ../plug-ins/common/filter-pack.c:679 +#: ../plug-ins/common/filter-pack.c:680 msgid "H_ighlights" msgstr "_Høglys" -#: ../plug-ins/common/filter-pack.c:693 +#: ../plug-ins/common/filter-pack.c:694 msgid "Windows" msgstr "Vindauge" -#: ../plug-ins/common/filter-pack.c:703 -#: ../plug-ins/common/van-gogh-lic.c:671 +#: ../plug-ins/common/filter-pack.c:704 +#: ../plug-ins/common/van-gogh-lic.c:672 msgid "_Saturation" msgstr "_Metning" -#: ../plug-ins/common/filter-pack.c:711 +#: ../plug-ins/common/filter-pack.c:712 msgid "A_dvanced" msgstr "_Avansert" -#: ../plug-ins/common/filter-pack.c:731 +#: ../plug-ins/common/filter-pack.c:732 msgid "Value Variations" msgstr "Lysverdivariasjonar" -#: ../plug-ins/common/filter-pack.c:776 +#: ../plug-ins/common/filter-pack.c:777 msgid "Saturation Variations" msgstr "Metningsvariasjonar" -#: ../plug-ins/common/filter-pack.c:829 +#: ../plug-ins/common/filter-pack.c:830 msgid "Select Pixels By" msgstr "Vel piksel etter" -#: ../plug-ins/common/filter-pack.c:834 +#: ../plug-ins/common/filter-pack.c:835 msgid "H_ue" msgstr "_Kulør" -#: ../plug-ins/common/filter-pack.c:835 +#: ../plug-ins/common/filter-pack.c:836 msgid "Satu_ration" msgstr "_Metning" -#: ../plug-ins/common/filter-pack.c:836 +#: ../plug-ins/common/filter-pack.c:837 msgid "V_alue" msgstr "_Lysverdi" -#: ../plug-ins/common/filter-pack.c:862 +#: ../plug-ins/common/filter-pack.c:863 msgid "Show" msgstr "Vis" -#: ../plug-ins/common/filter-pack.c:867 +#: ../plug-ins/common/filter-pack.c:868 msgid "_Entire image" msgstr "_Heile biletet" -#: ../plug-ins/common/filter-pack.c:868 +#: ../plug-ins/common/filter-pack.c:869 msgid "Se_lection only" msgstr "_Bare utvalet" -#: ../plug-ins/common/filter-pack.c:869 +#: ../plug-ins/common/filter-pack.c:870 msgid "Selec_tion in context" msgstr "_Utval i biletet" -#: ../plug-ins/common/filter-pack.c:1200 +#: ../plug-ins/common/filter-pack.c:1201 msgid "Filter Pack Simulation" msgstr "Filterpakke simulering" -#: ../plug-ins/common/filter-pack.c:1289 +#: ../plug-ins/common/filter-pack.c:1290 msgid "Shadows:" msgstr "Skyggar:" -#: ../plug-ins/common/filter-pack.c:1290 +#: ../plug-ins/common/filter-pack.c:1291 msgid "Midtones:" msgstr "Midttoner:" -#: ../plug-ins/common/filter-pack.c:1291 +#: ../plug-ins/common/filter-pack.c:1292 msgid "Highlights:" msgstr "Høglys:" -#: ../plug-ins/common/filter-pack.c:1304 +#: ../plug-ins/common/filter-pack.c:1305 msgid "Advanced Filter Pack Options" msgstr "Avanserte innstillingar for filterpakka" #. ****************** MISC OPTIONS ************************** -#: ../plug-ins/common/filter-pack.c:1416 +#: ../plug-ins/common/filter-pack.c:1417 msgid "Preview Size" msgstr "Storleik på førehandsvisinga " -#: ../plug-ins/common/fractal-trace.c:115 +#: ../plug-ins/common/fractal-trace.c:116 msgid "Transform image with the Mandelbrot Fractal" msgstr "Transformer biletet med Mandelbrotfraktalen" -#: ../plug-ins/common/fractal-trace.c:120 +#: ../plug-ins/common/fractal-trace.c:121 msgid "_Fractal Trace..." msgstr "Fraktal_spor …" -#: ../plug-ins/common/fractal-trace.c:459 -#: ../plug-ins/common/fractal-trace.c:690 +#: ../plug-ins/common/fractal-trace.c:460 +#: ../plug-ins/common/fractal-trace.c:691 msgid "Fractal Trace" msgstr "Fraktal" #. Settings -#: ../plug-ins/common/fractal-trace.c:730 +#: ../plug-ins/common/fractal-trace.c:731 msgid "Outside Type" msgstr "Rammehandtering" -#: ../plug-ins/common/fractal-trace.c:741 +#: ../plug-ins/common/fractal-trace.c:742 msgid "_White" msgstr "_Kvit" -#: ../plug-ins/common/fractal-trace.c:748 +#: ../plug-ins/common/fractal-trace.c:749 msgid "Mandelbrot Parameters" msgstr "Mandelbrotparameter" -#: ../plug-ins/common/fractal-trace.c:759 +#: ../plug-ins/common/fractal-trace.c:760 msgid "X_1:" msgstr "X_1:" -#: ../plug-ins/common/fractal-trace.c:768 +#: ../plug-ins/common/fractal-trace.c:769 msgid "X_2:" msgstr "X_2:" -#: ../plug-ins/common/fractal-trace.c:777 +#: ../plug-ins/common/fractal-trace.c:778 msgid "Y_1:" msgstr "Y_1:" -#: ../plug-ins/common/fractal-trace.c:786 +#: ../plug-ins/common/fractal-trace.c:787 msgid "Y_2:" msgstr "Y_2:" -#: ../plug-ins/common/gee-zoom.c:131 -#: ../plug-ins/common/gee.c:98 +#: ../plug-ins/common/gee-zoom.c:121 +#: ../plug-ins/common/gee.c:99 msgid "A big hello from the GIMP team!" msgstr "Eit stort hallo frå GIMP-teamet!" -#: ../plug-ins/common/gee-zoom.c:136 -#: ../plug-ins/common/gee-zoom.c:196 +#: ../plug-ins/common/gee-zoom.c:126 +#: ../plug-ins/common/gee-zoom.c:186 msgid "Gee Zoom" msgstr "GEE-ZOOM" -#: ../plug-ins/common/gee-zoom.c:202 -#: ../plug-ins/common/gee.c:165 +#: ../plug-ins/common/gee-zoom.c:192 +#: ../plug-ins/common/gee.c:166 msgid "Thank You for Choosing GIMP" msgstr "Takk for at du valde GIMP" -#: ../plug-ins/common/gee-zoom.c:210 +#: ../plug-ins/common/gee-zoom.c:200 +#, c-format msgid "An obsolete creation by %s" msgstr "Ein forelda kreasjon av %s" -#: ../plug-ins/common/gee.c:103 -#: ../plug-ins/common/gee.c:159 +#: ../plug-ins/common/gee.c:104 +#: ../plug-ins/common/gee.c:160 msgid "Gee Slime" msgstr "GEE-SLIME" -#: ../plug-ins/common/gee.c:172 +#: ../plug-ins/common/gee.c:173 +#, c-format msgid "A less obsolete creation by %s" msgstr "Ein forelda kreasjon av %s" -#: ../plug-ins/common/gradient-map.c:83 +#: ../plug-ins/common/gradient-map.c:84 msgid "Recolor the image using colors from the active gradient" msgstr "Farg biletet på nytt med fargar frå den gjeldande fargeovergangen" -#: ../plug-ins/common/gradient-map.c:96 +#: ../plug-ins/common/gradient-map.c:97 msgid "_Gradient Map" msgstr "_Fargelegg frå fargeovergang" -#: ../plug-ins/common/gradient-map.c:105 +#: ../plug-ins/common/gradient-map.c:106 msgid "Recolor the image using colors from the active palette" msgstr "Farg biletet på nytt med fargar frå den gjeldande paletten" -#: ../plug-ins/common/gradient-map.c:118 +#: ../plug-ins/common/gradient-map.c:119 msgid "_Palette Map" msgstr "Fargelegg frå _palett" -#: ../plug-ins/common/gradient-map.c:161 +#: ../plug-ins/common/gradient-map.c:162 msgid "Gradient Map" msgstr "Fargeovergangskart" -#: ../plug-ins/common/gradient-map.c:166 +#: ../plug-ins/common/gradient-map.c:167 msgid "Palette Map" msgstr "Palettkart" -#: ../plug-ins/common/grid.c:141 +#: ../plug-ins/common/grid.c:142 msgid "Draw a grid on the image" msgstr "Teikan eit rutemønster på biletet" -#: ../plug-ins/common/grid.c:147 +#: ../plug-ins/common/grid.c:148 msgid "_Grid..." msgstr "_Rutenett …" -#: ../plug-ins/common/grid.c:240 +#: ../plug-ins/common/grid.c:241 msgid "Drawing grid" msgstr "Teiknar nettet" -#: ../plug-ins/common/grid.c:634 -#: ../plug-ins/gfig/gfig-dialog.c:1354 -#: ../plug-ins/imagemap/imap_menu.c:208 +#: ../plug-ins/common/grid.c:635 +#: ../plug-ins/gfig/gfig-dialog.c:1355 +#: ../plug-ins/imagemap/imap_menu.c:209 msgid "Grid" msgstr "Rutenett" #. attach labels -#: ../plug-ins/common/grid.c:716 +#: ../plug-ins/common/grid.c:717 msgid "Horizontal" msgstr "Horisontal" -#: ../plug-ins/common/grid.c:718 +#: ../plug-ins/common/grid.c:719 msgid "Vertical" msgstr "Vertikal" -#: ../plug-ins/common/grid.c:720 +#: ../plug-ins/common/grid.c:721 msgid "Intersection" msgstr "Krysspunkt" #. attach labels -#: ../plug-ins/common/grid.c:856 +#: ../plug-ins/common/grid.c:857 msgid "Offset:" msgstr "Forskyving:" #. attach color selectors -#: ../plug-ins/common/grid.c:895 +#: ../plug-ins/common/grid.c:896 msgid "Horizontal Color" msgstr "Horisontal farge" -#: ../plug-ins/common/grid.c:913 +#: ../plug-ins/common/grid.c:914 msgid "Vertical Color" msgstr "Vertikal farge" -#: ../plug-ins/common/grid.c:931 +#: ../plug-ins/common/grid.c:932 msgid "Intersection Color" msgstr "Farge på krysspunktet" -#: ../plug-ins/common/guillotine.c:74 +#: ../plug-ins/common/guillotine.c:75 msgid "Slice the image into subimages using guides" msgstr "Deler biletet opp i bitar ved hjelp av hjelpelinjene" -#: ../plug-ins/common/guillotine.c:81 +#: ../plug-ins/common/guillotine.c:82 msgid "_Guillotine" msgstr "_Giljotin" -#: ../plug-ins/common/guillotine.c:119 +#: ../plug-ins/common/guillotine.c:120 msgid "Guillotine" msgstr "Giljotin" -#: ../plug-ins/common/hot.c:206 +#: ../plug-ins/common/hot.c:207 msgid "Find and fix pixels that may be unsafely bright" msgstr "Finn og fiks pikslar som er farleg lyse" -#: ../plug-ins/common/hot.c:216 +#: ../plug-ins/common/hot.c:217 msgid "_Hot..." msgstr "_TV-filter …" -#: ../plug-ins/common/hot.c:386 -#: ../plug-ins/common/hot.c:585 +#: ../plug-ins/common/hot.c:387 +#: ../plug-ins/common/hot.c:586 msgid "Hot" msgstr "Heit" -#: ../plug-ins/common/hot.c:622 +#: ../plug-ins/common/hot.c:623 msgid "Create _new layer" msgstr "Opprett _nytt lag" -#: ../plug-ins/common/hot.c:631 +#: ../plug-ins/common/hot.c:632 msgid "Action" msgstr "Handling" -#: ../plug-ins/common/hot.c:635 +#: ../plug-ins/common/hot.c:636 msgid "Reduce _Luminance" msgstr "Reduser _lysstyrke" -#: ../plug-ins/common/hot.c:636 +#: ../plug-ins/common/hot.c:637 msgid "Reduce _Saturation" msgstr "Reduser _metning" -#: ../plug-ins/common/hot.c:637 +#: ../plug-ins/common/hot.c:638 #: ../plug-ins/common/waves.c:282 msgid "_Blacken" msgstr "_Svert" -#: ../plug-ins/common/illusion.c:90 +#: ../plug-ins/common/illusion.c:91 msgid "Superimpose many altered copies of the image" msgstr "Del biletet opp i bitar og legg bitane inn i biletet. (Kaleidoskopliknande)." -#: ../plug-ins/common/illusion.c:95 +#: ../plug-ins/common/illusion.c:96 msgid "_Illusion..." msgstr "_Illusjon …" -#: ../plug-ins/common/illusion.c:167 -#: ../plug-ins/common/illusion.c:349 +#: ../plug-ins/common/illusion.c:168 +#: ../plug-ins/common/illusion.c:350 msgid "Illusion" msgstr "Illusjon" -#: ../plug-ins/common/illusion.c:387 +#: ../plug-ins/common/illusion.c:388 msgid "_Divisions:" msgstr "_Deling:" -#: ../plug-ins/common/illusion.c:397 +#: ../plug-ins/common/illusion.c:398 msgid "Mode _1" msgstr "Modus _1" -#: ../plug-ins/common/illusion.c:412 +#: ../plug-ins/common/illusion.c:413 msgid "Mode _2" msgstr "Modus _2" -#: ../plug-ins/common/iwarp.c:264 +#: ../plug-ins/common/iwarp.c:262 msgid "Use mouse control to warp image areas" msgstr "Bruk musekontrollen for å deformere deler av biletet" -#: ../plug-ins/common/iwarp.c:269 +#: ../plug-ins/common/iwarp.c:267 msgid "_IWarp..." msgstr "_Interaktiv deformasjon …" -#: ../plug-ins/common/iwarp.c:699 +#: ../plug-ins/common/iwarp.c:697 msgid "Warping" msgstr "Deformerer" -#: ../plug-ins/common/iwarp.c:804 +#: ../plug-ins/common/iwarp.c:802 +#, c-format msgid "Warping Frame %d" msgstr "Deformerer ramme nr. %d" -#: ../plug-ins/common/iwarp.c:816 +#: ../plug-ins/common/iwarp.c:814 msgid "Ping pong" msgstr "Ping-Pong" -#: ../plug-ins/common/iwarp.c:1022 +#: ../plug-ins/common/iwarp.c:1020 msgid "A_nimate" msgstr "Ani_masjon" -#: ../plug-ins/common/iwarp.c:1041 +#: ../plug-ins/common/iwarp.c:1039 msgid "Number of _frames:" msgstr "Talet på rammer:" -#: ../plug-ins/common/iwarp.c:1050 +#: ../plug-ins/common/iwarp.c:1048 msgid "R_everse" msgstr "_Reverser" -#: ../plug-ins/common/iwarp.c:1059 +#: ../plug-ins/common/iwarp.c:1057 msgid "_Ping pong" msgstr "Ping-Pong" -#: ../plug-ins/common/iwarp.c:1072 +#: ../plug-ins/common/iwarp.c:1070 msgid "_Animate" msgstr "A_nimasjon" -#: ../plug-ins/common/iwarp.c:1093 +#: ../plug-ins/common/iwarp.c:1091 msgid "Deform Mode" msgstr "Deformasjonsmodus" -#: ../plug-ins/common/iwarp.c:1106 +#: ../plug-ins/common/iwarp.c:1104 msgid "_Move" msgstr "Fl_ytt" -#: ../plug-ins/common/iwarp.c:1107 +#: ../plug-ins/common/iwarp.c:1105 msgid "_Grow" msgstr "_Gjer større" -#: ../plug-ins/common/iwarp.c:1108 +#: ../plug-ins/common/iwarp.c:1106 msgid "S_wirl CCW" msgstr "Drei _mot klokka" -#: ../plug-ins/common/iwarp.c:1109 +#: ../plug-ins/common/iwarp.c:1107 msgid "Remo_ve" msgstr "_Fjern" -#: ../plug-ins/common/iwarp.c:1110 +#: ../plug-ins/common/iwarp.c:1108 msgid "S_hrink" msgstr "_Krymp" -#: ../plug-ins/common/iwarp.c:1111 +#: ../plug-ins/common/iwarp.c:1109 msgid "Sw_irl CW" msgstr "Drei med _klokka" -#: ../plug-ins/common/iwarp.c:1140 +#: ../plug-ins/common/iwarp.c:1138 msgid "_Deform radius:" msgstr "De_formasjonsradius:" -#: ../plug-ins/common/iwarp.c:1150 +#: ../plug-ins/common/iwarp.c:1148 msgid "D_eform amount:" msgstr "_Deformasjonsgrad:" -#: ../plug-ins/common/iwarp.c:1159 +#: ../plug-ins/common/iwarp.c:1157 msgid "_Bilinear" msgstr "_Bilineær" -#: ../plug-ins/common/iwarp.c:1173 +#: ../plug-ins/common/iwarp.c:1171 msgid "Adaptive s_upersample" msgstr "Adaptiv super_utjamning" -#: ../plug-ins/common/iwarp.c:1193 +#: ../plug-ins/common/iwarp.c:1191 msgid "Ma_x depth:" msgstr "Ma_ks djupn:" -#: ../plug-ins/common/iwarp.c:1203 +#: ../plug-ins/common/iwarp.c:1201 msgid "Thresho_ld:" msgstr "_Grenseverdi:" -#: ../plug-ins/common/iwarp.c:1216 -#: ../plug-ins/common/sinus.c:770 -#: ../plug-ins/gradient-flare/gradient-flare.c:2866 +#: ../plug-ins/common/iwarp.c:1214 +#: ../plug-ins/common/sinus.c:771 +#: ../plug-ins/gradient-flare/gradient-flare.c:2867 msgid "_Settings" msgstr "_Innstillingar" -#: ../plug-ins/common/iwarp.c:1274 +#: ../plug-ins/common/iwarp.c:1263 msgid "IWarp" msgstr "Interaktiv deformasjon" -#: ../plug-ins/common/iwarp.c:1312 +#: ../plug-ins/common/iwarp.c:1299 msgid "Click and drag in the preview to define the distortions to apply to the image." msgstr "Klikk og dra på førehandsvisinga for å legge inn forvrengningane." -#: ../plug-ins/common/jigsaw.c:355 +#: ../plug-ins/common/jigsaw.c:356 msgid "Add a jigsaw-puzzle pattern to the image" msgstr "Legg eit puslespelmønster inn i biletet" -#: ../plug-ins/common/jigsaw.c:360 +#: ../plug-ins/common/jigsaw.c:361 msgid "_Jigsaw..." msgstr "_Puslespel …" -#: ../plug-ins/common/jigsaw.c:413 +#: ../plug-ins/common/jigsaw.c:414 msgid "Assembling jigsaw" msgstr "Puslar saman" -#: ../plug-ins/common/jigsaw.c:2415 +#: ../plug-ins/common/jigsaw.c:2416 msgid "Jigsaw" msgstr "Puslespel" -#: ../plug-ins/common/jigsaw.c:2444 +#: ../plug-ins/common/jigsaw.c:2445 msgid "Number of Tiles" msgstr "Talet på bitar" -#: ../plug-ins/common/jigsaw.c:2459 +#: ../plug-ins/common/jigsaw.c:2460 msgid "Number of pieces going across" msgstr "Talet på bitar bortover" -#: ../plug-ins/common/jigsaw.c:2476 +#: ../plug-ins/common/jigsaw.c:2477 msgid "Number of pieces going down" msgstr "Talet på bitar nedover" -#: ../plug-ins/common/jigsaw.c:2490 +#: ../plug-ins/common/jigsaw.c:2491 msgid "Bevel Edges" msgstr "Avrunda kantar" -#: ../plug-ins/common/jigsaw.c:2500 +#: ../plug-ins/common/jigsaw.c:2501 msgid "_Bevel width:" msgstr "Breidde på av_rundinga:" -#: ../plug-ins/common/jigsaw.c:2504 +#: ../plug-ins/common/jigsaw.c:2505 msgid "Degree of slope of each piece's edge" msgstr "Kantskråning på kvar del" -#: ../plug-ins/common/jigsaw.c:2517 +#: ../plug-ins/common/jigsaw.c:2518 msgid "H_ighlight:" msgstr "_Høglys:" -#: ../plug-ins/common/jigsaw.c:2521 +#: ../plug-ins/common/jigsaw.c:2522 msgid "The amount of highlighting on the edges of each piece" msgstr "Mengda av høglys på kanten av kvar del" #. frame for primitive radio buttons -#: ../plug-ins/common/jigsaw.c:2538 +#: ../plug-ins/common/jigsaw.c:2539 msgid "Jigsaw Style" msgstr "Puslespeltype" -#: ../plug-ins/common/jigsaw.c:2542 +#: ../plug-ins/common/jigsaw.c:2543 msgid "_Square" msgstr "_Firkanta" -#: ../plug-ins/common/jigsaw.c:2543 +#: ../plug-ins/common/jigsaw.c:2544 msgid "C_urved" msgstr "K_urva" -#: ../plug-ins/common/jigsaw.c:2547 +#: ../plug-ins/common/jigsaw.c:2548 msgid "Each piece has straight sides" msgstr "Kvar del har rette kantar" -#: ../plug-ins/common/jigsaw.c:2548 +#: ../plug-ins/common/jigsaw.c:2549 msgid "Each piece has curved sides" msgstr "Kvar del har boga kantar" -#: ../plug-ins/common/lcms.c:217 +#: ../plug-ins/common/lcms.c:218 msgid "Set a color profile on the image" msgstr "Sett ein fargeprofil for biletet" -#: ../plug-ins/common/lcms.c:224 +#: ../plug-ins/common/lcms.c:225 msgid "_Assign Color Profile..." msgstr "Set farge_profil …" -#: ../plug-ins/common/lcms.c:240 +#: ../plug-ins/common/lcms.c:241 msgid "Assign default RGB Profile" msgstr "Bruk til førehandsinnstilt RGB-profil" -#: ../plug-ins/common/lcms.c:247 +#: ../plug-ins/common/lcms.c:248 msgid "Apply a color profile on the image" msgstr "Legg ein fargeprofil til biletet" -#: ../plug-ins/common/lcms.c:257 +#: ../plug-ins/common/lcms.c:258 msgid "_Convert to Color Profile..." msgstr "_Konverter til fargeprofil …" -#: ../plug-ins/common/lcms.c:275 +#: ../plug-ins/common/lcms.c:276 msgid "Convert to default RGB Profile" msgstr "Konverter til førehandsinnstilt RGB-profil" -#: ../plug-ins/common/lcms.c:289 +#: ../plug-ins/common/lcms.c:290 msgid "Image Color Profile Information" msgstr "Informasjon om fargeprofilen i biletet" -#: ../plug-ins/common/lcms.c:303 +#: ../plug-ins/common/lcms.c:304 msgid "Color Profile Information" msgstr "Informasjon om fargeprofil" -#: ../plug-ins/common/lcms.c:571 +#: ../plug-ins/common/lcms.c:572 +#, c-format msgid "Color profile '%s' is not for RGB color space." msgstr "Fargeprofilen «%s» er ikkje for RGB-fargerommet" -#: ../plug-ins/common/lcms.c:678 +#: ../plug-ins/common/lcms.c:679 msgid "Default RGB working space" msgstr "Førehandsinnstilt RGB fargeområde" -#: ../plug-ins/common/lcms.c:774 +#: ../plug-ins/common/lcms.c:775 msgid "Data attached as 'icc-profile' does not appear to be an ICC color profile" msgstr "Data oppførte som «icc-profile» ser ikkje ut til å vere ein ICC-fargeprofil" -#: ../plug-ins/common/lcms.c:824 +#: ../plug-ins/common/lcms.c:825 +#, c-format msgid "'%s' does not appear to be an ICC color profile" msgstr "«%s» ser ikkje ut til å vere ein ICC fargeprofil" #. ICC color profile conversion -#: ../plug-ins/common/lcms.c:884 +#: ../plug-ins/common/lcms.c:885 +#, c-format msgid "Converting from '%s' to '%s'" msgstr "Konverterer frå «%s» til «%s»" -#: ../plug-ins/common/lcms.c:1128 +#: ../plug-ins/common/lcms.c:1129 +#, c-format msgid "Could not load ICC profile from '%s'" msgstr "Kan ikkje laste ICC fargeprofil frå «%s»" -#: ../plug-ins/common/lcms.c:1150 +#: ../plug-ins/common/lcms.c:1151 +#, c-format msgid "The image '%s' has an embedded color profile:" msgstr "Biletet «%s» har ein innebygd fargeprofil:" -#: ../plug-ins/common/lcms.c:1194 +#: ../plug-ins/common/lcms.c:1195 +#, c-format msgid "Convert the image to the RGB working space (%s)?" msgstr "Konverter biletet til RGB fargerom (%s)" -#: ../plug-ins/common/lcms.c:1225 +#: ../plug-ins/common/lcms.c:1226 msgid "Convert to RGB working space?" msgstr "Konverter til RGB fargerom?" -#: ../plug-ins/common/lcms.c:1230 +#: ../plug-ins/common/lcms.c:1231 msgid "_Keep" msgstr "Behald" -#: ../plug-ins/common/lcms.c:1235 +#: ../plug-ins/common/lcms.c:1236 msgid "_Convert" msgstr "_Konvertér" -#: ../plug-ins/common/lcms.c:1262 -#: ../plug-ins/file-jpeg/jpeg-exif.c:376 +#: ../plug-ins/common/lcms.c:1263 +#: ../plug-ins/file-jpeg/jpeg-exif.c:377 msgid "_Don't ask me again" msgstr "_Ikkje spør igjen" -#: ../plug-ins/common/lcms.c:1326 +#: ../plug-ins/common/lcms.c:1327 msgid "Select destination profile" msgstr "Vel målprofilen" -#: ../plug-ins/common/lcms.c:1353 +#: ../plug-ins/common/lcms.c:1354 msgid "All files (*.*)" msgstr "Alle filer (*.*)" -#: ../plug-ins/common/lcms.c:1358 +#: ../plug-ins/common/lcms.c:1359 msgid "ICC color profile (*.icc, *.icm)" msgstr "ICC-fargeprofil (*.icc, *.icm)" -#: ../plug-ins/common/lcms.c:1401 +#: ../plug-ins/common/lcms.c:1402 +#, c-format msgid "RGB workspace (%s)" msgstr "RGB-fargeområde (%s)" -#: ../plug-ins/common/lcms.c:1451 +#: ../plug-ins/common/lcms.c:1452 msgid "Convert to ICC Color Profile" msgstr "Omform til ICC fargeprofil" -#: ../plug-ins/common/lcms.c:1452 +#: ../plug-ins/common/lcms.c:1453 msgid "Assign ICC Color Profile" msgstr "Tildel ICC-fargeprofil" -#: ../plug-ins/common/lcms.c:1460 +#: ../plug-ins/common/lcms.c:1461 msgid "_Assign" msgstr "_Tilordne" -#: ../plug-ins/common/lcms.c:1477 +#: ../plug-ins/common/lcms.c:1478 msgid "Current Color Profile" msgstr "Gjeldande fargeprofil" -#: ../plug-ins/common/lcms.c:1492 +#: ../plug-ins/common/lcms.c:1493 msgid "Convert to" msgstr "Konverter til " -#: ../plug-ins/common/lcms.c:1492 +#: ../plug-ins/common/lcms.c:1493 msgid "Assign" msgstr "Tilordne" -#: ../plug-ins/common/lcms.c:1516 +#: ../plug-ins/common/lcms.c:1517 msgid "_Rendering Intent:" msgstr "_Fargetilpassing:" -#: ../plug-ins/common/lcms.c:1532 +#: ../plug-ins/common/lcms.c:1533 msgid "_Black Point Compensation" msgstr "_Svartpunktkompensering" -#: ../plug-ins/common/lcms.c:1574 +#: ../plug-ins/common/lcms.c:1575 msgid "Destination profile is not for RGB color space." msgstr "Målprofilen er ikkje for RGB-fargeområdet." -#: ../plug-ins/common/lens-apply.c:107 +#: ../plug-ins/common/lens-apply.c:108 msgid "Simulate an elliptical lens over the image" msgstr "Simulerer ei elliptisk linse over biletet" -#: ../plug-ins/common/lens-apply.c:113 +#: ../plug-ins/common/lens-apply.c:114 msgid "Apply _Lens..." msgstr "L_upeeffekt …" -#: ../plug-ins/common/lens-apply.c:180 +#: ../plug-ins/common/lens-apply.c:181 msgid "Applying lens" msgstr "Legg til lupeeffekten" -#: ../plug-ins/common/lens-apply.c:392 +#: ../plug-ins/common/lens-apply.c:393 msgid "Lens Effect" msgstr "Lupeeffekt" -#: ../plug-ins/common/lens-apply.c:426 +#: ../plug-ins/common/lens-apply.c:427 msgid "_Keep original surroundings" msgstr "_Behald originalomgivnadane" -#: ../plug-ins/common/lens-apply.c:441 +#: ../plug-ins/common/lens-apply.c:442 msgid "_Set surroundings to index 0" msgstr "_Sett omgivnadsindeksen til 0" -#: ../plug-ins/common/lens-apply.c:442 +#: ../plug-ins/common/lens-apply.c:443 msgid "_Set surroundings to background color" msgstr "_Sett omgivnadane til bakgrunnsfargen" -#: ../plug-ins/common/lens-apply.c:457 +#: ../plug-ins/common/lens-apply.c:458 msgid "_Make surroundings transparent" msgstr "_Lag omgivnadane gjennomsiktige" -#: ../plug-ins/common/lens-apply.c:474 +#: ../plug-ins/common/lens-apply.c:475 msgid "_Lens refraction index:" msgstr "_Brytningsindeks for linsa:" -#: ../plug-ins/common/lens-distortion.c:114 +#: ../plug-ins/common/lens-distortion.c:115 msgid "Corrects lens distortion" msgstr "Korrigerar linsefeil" -#: ../plug-ins/common/lens-distortion.c:119 +#: ../plug-ins/common/lens-distortion.c:120 msgid "Lens Distortion..." msgstr "Linsefeil …" -#: ../plug-ins/common/lens-distortion.c:382 +#: ../plug-ins/common/lens-distortion.c:383 msgid "Lens distortion" msgstr "Linsefeil" -#: ../plug-ins/common/lens-distortion.c:482 +#: ../plug-ins/common/lens-distortion.c:483 msgid "Lens Distortion" msgstr "Linsefeil" -#: ../plug-ins/common/lens-distortion.c:520 +#: ../plug-ins/common/lens-distortion.c:521 msgid "_Main:" msgstr "_Hovudeffekt:" -#: ../plug-ins/common/lens-distortion.c:534 +#: ../plug-ins/common/lens-distortion.c:535 msgid "_Edge:" msgstr "_Kant:" -#: ../plug-ins/common/lens-distortion.c:548 -#: ../plug-ins/flame/flame.c:1236 +#: ../plug-ins/common/lens-distortion.c:549 +#: ../plug-ins/flame/flame.c:1237 msgid "_Zoom:" msgstr "_Zoom:" -#: ../plug-ins/common/lens-distortion.c:562 +#: ../plug-ins/common/lens-distortion.c:563 msgid "_Brighten:" msgstr "Gjer _lysare:" -#: ../plug-ins/common/lens-distortion.c:576 +#: ../plug-ins/common/lens-distortion.c:577 msgid "_X shift:" msgstr "_X-forskyving:" -#: ../plug-ins/common/lens-distortion.c:590 +#: ../plug-ins/common/lens-distortion.c:591 msgid "_Y shift:" msgstr "_Y-forskyving:" -#: ../plug-ins/common/lens-flare.c:187 +#: ../plug-ins/common/lens-flare.c:188 msgid "Add a lens flare effect" msgstr "Legg til ein linserefleks" -#: ../plug-ins/common/lens-flare.c:194 +#: ../plug-ins/common/lens-flare.c:195 msgid "Lens _Flare..." msgstr "_Linserefleks …" -#: ../plug-ins/common/lens-flare.c:269 +#: ../plug-ins/common/lens-flare.c:270 msgid "Render lens flare" msgstr "Lager linserefleksen" -#: ../plug-ins/common/lens-flare.c:305 +#: ../plug-ins/common/lens-flare.c:306 msgid "Lens Flare" msgstr "Linserefleks" -#: ../plug-ins/common/lens-flare.c:752 +#: ../plug-ins/common/lens-flare.c:753 msgid "Center of Flare Effect" msgstr "Sentrum for refleksen" -#: ../plug-ins/common/lens-flare.c:792 -#: ../plug-ins/common/nova.c:483 +#: ../plug-ins/common/lens-flare.c:793 +#: ../plug-ins/common/nova.c:484 msgid "Show _position" msgstr "_Vis posisjonen" -#: ../plug-ins/common/mail.c:187 +#: ../plug-ins/common/mail.c:188 msgid "Send the image by email" msgstr "Send biletet med e-post" -#: ../plug-ins/common/mail.c:193 +#: ../plug-ins/common/mail.c:194 msgid "Send by E_mail..." msgstr "Send som e-post …" @@ -5761,241 +5852,242 @@ msgstr "Mangel på eller feil ved filutvidinga" #: ../plug-ins/common/mail.c:725 +#, c-format msgid "Could not start sendmail (%s)" msgstr "Fekk ikkje starta sendmail (%s)" -#: ../plug-ins/common/max-rgb.c:89 +#: ../plug-ins/common/max-rgb.c:90 msgid "Reduce image to pure red, green, and blue" msgstr "Reduserer biletet til rein raud, grøn og blå" -#: ../plug-ins/common/max-rgb.c:94 +#: ../plug-ins/common/max-rgb.c:95 msgid "Maxim_um RGB..." msgstr "Maksim_um RGB …" -#: ../plug-ins/common/max-rgb.c:133 -#: ../plug-ins/common/noise-hsv.c:157 +#: ../plug-ins/common/max-rgb.c:134 +#: ../plug-ins/common/noise-hsv.c:158 msgid "Can only operate on RGB drawables." msgstr "Kan bare arbeide med RGB-bilete." -#: ../plug-ins/common/max-rgb.c:233 +#: ../plug-ins/common/max-rgb.c:234 msgid "Max RGB" msgstr "Maks RGB" -#: ../plug-ins/common/max-rgb.c:258 +#: ../plug-ins/common/max-rgb.c:259 msgid "Maximum RGB Value" msgstr "Maksimum RGB-verdiPNM: Ugyldig maksimalverdi." -#: ../plug-ins/common/max-rgb.c:291 +#: ../plug-ins/common/max-rgb.c:292 msgid "_Hold the maximal channels" msgstr "_Behald maksimumskanalen" -#: ../plug-ins/common/max-rgb.c:294 +#: ../plug-ins/common/max-rgb.c:295 msgid "Ho_ld the minimal channels" msgstr "B_ehald minimumskanalen" -#: ../plug-ins/common/mosaic.c:358 +#: ../plug-ins/common/mosaic.c:359 msgid "Convert the image into irregular tiles" msgstr "Konverter biletet til irregulære mosaikkfliser" -#: ../plug-ins/common/mosaic.c:363 +#: ../plug-ins/common/mosaic.c:364 msgid "_Mosaic..." msgstr "_Mosaikk …" #. progress bar for gradient finding -#: ../plug-ins/common/mosaic.c:501 +#: ../plug-ins/common/mosaic.c:502 msgid "Finding edges" msgstr "Finn kantane" #. Progress bar for rendering tiles -#: ../plug-ins/common/mosaic.c:555 +#: ../plug-ins/common/mosaic.c:556 msgid "Rendering tiles" msgstr "Lager flisene" -#: ../plug-ins/common/mosaic.c:588 +#: ../plug-ins/common/mosaic.c:589 msgid "Mosaic" msgstr "Mosaikk" -#: ../plug-ins/common/mosaic.c:628 +#: ../plug-ins/common/mosaic.c:629 msgid "Squares" msgstr "Ruter" -#: ../plug-ins/common/mosaic.c:629 +#: ../plug-ins/common/mosaic.c:630 msgid "Hexagons" msgstr "Heksagon" -#: ../plug-ins/common/mosaic.c:630 +#: ../plug-ins/common/mosaic.c:631 msgid "Octagons & squares" msgstr "Åttekantar og kvadrat" -#: ../plug-ins/common/mosaic.c:631 +#: ../plug-ins/common/mosaic.c:632 msgid "Triangles" msgstr "Trekanta" -#: ../plug-ins/common/mosaic.c:639 +#: ../plug-ins/common/mosaic.c:640 msgid "_Tiling primitives:" msgstr "Flisfor_m:" -#: ../plug-ins/common/mosaic.c:647 +#: ../plug-ins/common/mosaic.c:648 msgid "Tile _size:" msgstr "Flis_storleik:" -#: ../plug-ins/common/mosaic.c:659 -#: ../plug-ins/common/tile-glass.c:302 +#: ../plug-ins/common/mosaic.c:660 +#: ../plug-ins/common/tile-glass.c:303 msgid "Tile _height:" msgstr "Flis_høgde:" -#: ../plug-ins/common/mosaic.c:672 +#: ../plug-ins/common/mosaic.c:673 msgid "Til_e spacing:" msgstr "Fuge_breidde" -#: ../plug-ins/common/mosaic.c:684 +#: ../plug-ins/common/mosaic.c:685 msgid "Tile _neatness:" msgstr "Flis_ordning:" -#: ../plug-ins/common/mosaic.c:697 +#: ../plug-ins/common/mosaic.c:698 msgid "Light _direction:" msgstr "_Lysretning:" -#: ../plug-ins/common/mosaic.c:709 +#: ../plug-ins/common/mosaic.c:710 msgid "Color _variation:" msgstr "Farge_variasjon:" -#: ../plug-ins/common/mosaic.c:738 +#: ../plug-ins/common/mosaic.c:739 msgid "Co_lor averaging" msgstr "Far_gegjennomsnitt" -#: ../plug-ins/common/mosaic.c:751 +#: ../plug-ins/common/mosaic.c:752 msgid "Allo_w tile splitting" msgstr "Tillat _deling av fliser" -#: ../plug-ins/common/mosaic.c:764 +#: ../plug-ins/common/mosaic.c:765 msgid "_Pitted surfaces" msgstr "_Ruglete overflate" -#: ../plug-ins/common/mosaic.c:777 +#: ../plug-ins/common/mosaic.c:778 msgid "_FG/BG lighting" msgstr "FG/BG-b_elysning" -#: ../plug-ins/common/newsprint.c:126 +#: ../plug-ins/common/newsprint.c:127 msgid "Round" msgstr "Rund" -#: ../plug-ins/common/newsprint.c:135 +#: ../plug-ins/common/newsprint.c:136 msgid "Line" msgstr "Linje" -#: ../plug-ins/common/newsprint.c:144 -#: ../plug-ins/flame/flame.c:759 +#: ../plug-ins/common/newsprint.c:145 +#: ../plug-ins/flame/flame.c:760 msgid "Diamond" msgstr "Rombe" -#: ../plug-ins/common/newsprint.c:152 +#: ../plug-ins/common/newsprint.c:153 msgid "PS Square (Euclidean Dot)" msgstr "PS kvadrat (Euklidsk punkt)" -#: ../plug-ins/common/newsprint.c:161 +#: ../plug-ins/common/newsprint.c:162 msgid "PS Diamond" msgstr "PS Rombe" -#: ../plug-ins/common/newsprint.c:331 +#: ../plug-ins/common/newsprint.c:332 msgid "_Grey" msgstr "_Grå" -#: ../plug-ins/common/newsprint.c:344 +#: ../plug-ins/common/newsprint.c:345 msgid "R_ed" msgstr "R_aud" -#: ../plug-ins/common/newsprint.c:373 +#: ../plug-ins/common/newsprint.c:374 msgid "C_yan" msgstr "C_yanblå" -#: ../plug-ins/common/newsprint.c:381 +#: ../plug-ins/common/newsprint.c:382 msgid "Magen_ta" msgstr "Magen_taraud" -#: ../plug-ins/common/newsprint.c:389 +#: ../plug-ins/common/newsprint.c:390 msgid "_Yellow" msgstr "Gu_l" -#: ../plug-ins/common/newsprint.c:410 +#: ../plug-ins/common/newsprint.c:411 msgid "Luminance" msgstr "Luminans" -#: ../plug-ins/common/newsprint.c:516 +#: ../plug-ins/common/newsprint.c:517 msgid "Halftone the image to give newspaper-like effect" msgstr "Raster biletet for å lage ein effekt som minner om avistrykk" -#: ../plug-ins/common/newsprint.c:525 +#: ../plug-ins/common/newsprint.c:526 msgid "Newsprin_t..." msgstr "_Avistrykk …" -#: ../plug-ins/common/newsprint.c:626 -#: ../plug-ins/common/newsprint.c:1187 +#: ../plug-ins/common/newsprint.c:627 +#: ../plug-ins/common/newsprint.c:1188 msgid "Newsprint" msgstr "Avistrykk" -#: ../plug-ins/common/newsprint.c:1030 +#: ../plug-ins/common/newsprint.c:1031 msgid "_Spot function:" msgstr "_Punktfunksjon:" #. resolution settings -#: ../plug-ins/common/newsprint.c:1239 +#: ../plug-ins/common/newsprint.c:1240 msgid "Resolution" msgstr "Oppløysing" -#: ../plug-ins/common/newsprint.c:1258 +#: ../plug-ins/common/newsprint.c:1259 msgid "_Input SPI:" msgstr "_Inngangs-SPI:" -#: ../plug-ins/common/newsprint.c:1272 +#: ../plug-ins/common/newsprint.c:1273 msgid "O_utput LPI:" msgstr "_Utgangs-LPI:" -#: ../plug-ins/common/newsprint.c:1285 +#: ../plug-ins/common/newsprint.c:1286 msgid "C_ell size:" msgstr "_Cellestorleik:" #. screen settings -#: ../plug-ins/common/newsprint.c:1298 -#: ../plug-ins/gradient-flare/gradient-flare.c:553 +#: ../plug-ins/common/newsprint.c:1299 +#: ../plug-ins/gradient-flare/gradient-flare.c:554 msgid "Screen" msgstr "Skjerm" -#: ../plug-ins/common/newsprint.c:1317 +#: ../plug-ins/common/newsprint.c:1318 msgid "B_lack pullout (%):" msgstr "_Svartandel (%):" -#: ../plug-ins/common/newsprint.c:1339 +#: ../plug-ins/common/newsprint.c:1340 msgid "Separate to:" msgstr "Separer til:" -#: ../plug-ins/common/newsprint.c:1343 +#: ../plug-ins/common/newsprint.c:1344 msgid "_RGB" msgstr "_RGB" -#: ../plug-ins/common/newsprint.c:1360 +#: ../plug-ins/common/newsprint.c:1361 msgid "C_MYK" msgstr "C_MYK" -#: ../plug-ins/common/newsprint.c:1377 +#: ../plug-ins/common/newsprint.c:1378 msgid "I_ntensity" msgstr "I_ntensitet" -#: ../plug-ins/common/newsprint.c:1402 +#: ../plug-ins/common/newsprint.c:1403 msgid "_Lock channels" msgstr "_Lås kanalane saman" -#: ../plug-ins/common/newsprint.c:1415 +#: ../plug-ins/common/newsprint.c:1416 msgid "_Factory Defaults" msgstr "_Normalinnstillingar" #. anti-alias control -#: ../plug-ins/common/newsprint.c:1441 -#: ../plug-ins/gfig/gfig-dialog.c:1255 +#: ../plug-ins/common/newsprint.c:1442 +#: ../plug-ins/gfig/gfig-dialog.c:1256 msgid "Antialiasing" msgstr "Utjamning" -#: ../plug-ins/common/newsprint.c:1449 +#: ../plug-ins/common/newsprint.c:1450 msgid "O_versample:" msgstr "Utjamnings_mengde:" @@ -6032,93 +6124,93 @@ msgid "A_lpha:" msgstr "_Alfa:" -#: ../plug-ins/common/noise-hsv.c:102 +#: ../plug-ins/common/noise-hsv.c:103 msgid "Randomize hue/saturation/value independently" msgstr "Gjer kulør, metning og verdi tilfeldige kvar for seg" -#: ../plug-ins/common/noise-hsv.c:107 +#: ../plug-ins/common/noise-hsv.c:108 msgid "HSV Noise..." msgstr "_HSV-støy …" -#: ../plug-ins/common/noise-hsv.c:214 -#: ../plug-ins/common/noise-hsv.c:363 +#: ../plug-ins/common/noise-hsv.c:215 +#: ../plug-ins/common/noise-hsv.c:361 msgid "HSV Noise" msgstr "HSV-støy" -#: ../plug-ins/common/noise-hsv.c:399 +#: ../plug-ins/common/noise-hsv.c:397 msgid "_Holdness:" msgstr "_Hald:" -#: ../plug-ins/common/noise-hsv.c:411 +#: ../plug-ins/common/noise-hsv.c:409 msgid "H_ue:" msgstr "_Kulør:" -#: ../plug-ins/common/noise-randomize.c:101 +#: ../plug-ins/common/noise-randomize.c:102 msgid "Random Hurl" msgstr "Tilfeldig fargekasting" -#: ../plug-ins/common/noise-randomize.c:102 +#: ../plug-ins/common/noise-randomize.c:103 msgid "Random Pick" msgstr "Tilfeldig plukk" -#: ../plug-ins/common/noise-randomize.c:103 +#: ../plug-ins/common/noise-randomize.c:104 msgid "Random Slur" msgstr "Tilfeldig pletting" -#: ../plug-ins/common/noise-randomize.c:201 +#: ../plug-ins/common/noise-randomize.c:202 msgid "Completely randomize a fraction of pixels" msgstr "Sprei ein del av pikslane tilfeldig utover" -#: ../plug-ins/common/noise-randomize.c:203 +#: ../plug-ins/common/noise-randomize.c:204 msgid "Randomly interchange some pixels with neighbors" msgstr "Bytt ein del pikslar tilfeldig med nabopikslar" -#: ../plug-ins/common/noise-randomize.c:205 +#: ../plug-ins/common/noise-randomize.c:206 msgid "Randomly slide some pixels downward (similar to melting)" msgstr "Flytt noen tilfeldige pikslar nedover. Simulerer smelting." -#: ../plug-ins/common/noise-randomize.c:232 +#: ../plug-ins/common/noise-randomize.c:233 msgid "_Hurl..." msgstr "_Fargekast …" -#: ../plug-ins/common/noise-randomize.c:244 +#: ../plug-ins/common/noise-randomize.c:245 msgid "_Pick..." msgstr "Fargeplu_kk …" -#: ../plug-ins/common/noise-randomize.c:256 +#: ../plug-ins/common/noise-randomize.c:257 msgid "_Slur..." msgstr "_Pletting …" -#: ../plug-ins/common/noise-randomize.c:770 -#: ../plug-ins/common/noise-solid.c:601 +#: ../plug-ins/common/noise-randomize.c:771 +#: ../plug-ins/common/noise-solid.c:602 msgid "_Random seed:" msgstr "Tilfeldig _frø:" -#: ../plug-ins/common/noise-randomize.c:779 +#: ../plug-ins/common/noise-randomize.c:780 msgid "R_andomization (%):" msgstr "Slump_mengde (%):" -#: ../plug-ins/common/noise-randomize.c:782 +#: ../plug-ins/common/noise-randomize.c:783 msgid "Percentage of pixels to be filtered" msgstr "Mengda av pikslar som skal filtrerast (%)" -#: ../plug-ins/common/noise-randomize.c:794 +#: ../plug-ins/common/noise-randomize.c:795 msgid "R_epeat:" msgstr "G_jenta:" -#: ../plug-ins/common/noise-randomize.c:797 +#: ../plug-ins/common/noise-randomize.c:798 msgid "Number of times to apply filter" msgstr "Kor ofte filteret skal brukast" -#: ../plug-ins/common/noise-rgb.c:143 +#: ../plug-ins/common/noise-rgb.c:144 msgid "Distort colors by random amounts" msgstr "Forvreng fargane tilfeldig" -#: ../plug-ins/common/noise-rgb.c:153 +#: ../plug-ins/common/noise-rgb.c:154 msgid "_RGB Noise..." msgstr "_RGB-støy …" -#: ../plug-ins/common/noise-rgb.c:281 +#: ../plug-ins/common/noise-rgb.c:282 msgid "Adding noise" msgstr "Legg til støy" @@ -6140,1896 +6232,1899 @@ msgstr "_Grå:" #: ../plug-ins/common/noise-rgb.c:550 +#, c-format msgid "Channel #%d:" msgstr "Kanal #%d:" -#: ../plug-ins/common/noise-solid.c:175 +#: ../plug-ins/common/noise-solid.c:176 msgid "Create a random cloud-like texture" msgstr "Lager ein tilfeldig sky-liknande tekstur" -#: ../plug-ins/common/noise-solid.c:181 +#: ../plug-ins/common/noise-solid.c:182 msgid "_Solid Noise..." msgstr "_Massiv støy …" #. Dialog initialization -#: ../plug-ins/common/noise-solid.c:314 -#: ../plug-ins/common/noise-solid.c:562 +#: ../plug-ins/common/noise-solid.c:315 +#: ../plug-ins/common/noise-solid.c:563 msgid "Solid Noise" msgstr "Massiv støy" -#: ../plug-ins/common/noise-solid.c:614 +#: ../plug-ins/common/noise-solid.c:615 msgid "_Detail:" msgstr "_Detaljar:" #. Turbulent -#: ../plug-ins/common/noise-solid.c:624 +#: ../plug-ins/common/noise-solid.c:625 msgid "T_urbulent" msgstr "T_urbulens" #. Tilable -#: ../plug-ins/common/noise-solid.c:638 +#: ../plug-ins/common/noise-solid.c:639 msgid "T_ilable" msgstr "_Flisbar" -#: ../plug-ins/common/noise-solid.c:653 +#: ../plug-ins/common/noise-solid.c:654 msgid "_X size:" msgstr "_X-storleik:" -#: ../plug-ins/common/noise-solid.c:666 +#: ../plug-ins/common/noise-solid.c:667 msgid "_Y size:" msgstr "_Y-storleik:" -#: ../plug-ins/common/noise-spread.c:88 +#: ../plug-ins/common/noise-spread.c:89 msgid "Move pixels around randomly" msgstr "Flytt pikslane tilfeldig rundt om på biletet" -#: ../plug-ins/common/noise-spread.c:97 +#: ../plug-ins/common/noise-spread.c:98 msgid "Sp_read..." msgstr "_Sprei …" -#: ../plug-ins/common/noise-spread.c:180 +#: ../plug-ins/common/noise-spread.c:181 msgid "Spreading" msgstr "Spreier" -#: ../plug-ins/common/noise-spread.c:343 +#: ../plug-ins/common/noise-spread.c:346 msgid "Spread" msgstr "Spreiing" -#: ../plug-ins/common/noise-spread.c:368 +#: ../plug-ins/common/noise-spread.c:371 msgid "Spread Amount" msgstr "Spreiingsmengde" -#: ../plug-ins/common/nova.c:167 +#: ../plug-ins/common/nova.c:168 msgid "Add a starburst to the image" msgstr "Legg eit stjerneutbrot i biletet" -#: ../plug-ins/common/nova.c:176 +#: ../plug-ins/common/nova.c:177 msgid "Super_nova..." msgstr "Super_nova …" -#: ../plug-ins/common/nova.c:260 +#: ../plug-ins/common/nova.c:261 msgid "Rendering supernova" msgstr "Lager supernova" -#: ../plug-ins/common/nova.c:303 +#: ../plug-ins/common/nova.c:304 msgid "Supernova" msgstr "Supernova" -#: ../plug-ins/common/nova.c:348 +#: ../plug-ins/common/nova.c:349 msgid "Supernova Color Picker" msgstr "Supernova fargeplukkar" -#: ../plug-ins/common/nova.c:377 +#: ../plug-ins/common/nova.c:378 msgid "_Spokes:" -msgstr "_Stråler:" +msgstr "_Strålar:" -#: ../plug-ins/common/nova.c:392 +#: ../plug-ins/common/nova.c:393 msgid "R_andom hue:" msgstr "Tilfeldig _kulør:" -#: ../plug-ins/common/nova.c:445 +#: ../plug-ins/common/nova.c:446 msgid "Center of Nova" msgstr "Sentrum for novaen" -#: ../plug-ins/common/oilify.c:118 -#: ../plug-ins/common/oilify.c:133 +#: ../plug-ins/common/oilify.c:119 +#: ../plug-ins/common/oilify.c:134 msgid "Smear colors to simulate an oil painting" msgstr "Smører ut fargane for å etterlikne oljemaling" -#: ../plug-ins/common/oilify.c:124 +#: ../plug-ins/common/oilify.c:125 msgid "Oili_fy..." msgstr "_Oljemaling …" -#: ../plug-ins/common/oilify.c:246 +#: ../plug-ins/common/oilify.c:247 msgid "Oil painting" msgstr "Oljemaling" -#: ../plug-ins/common/oilify.c:776 +#: ../plug-ins/common/oilify.c:777 msgid "Oilify" msgstr "Oljemaling" -#: ../plug-ins/common/oilify.c:814 +#: ../plug-ins/common/oilify.c:815 msgid "_Mask size:" msgstr "_Penselbreidde:" #. #. * Mask-size map check button #. -#: ../plug-ins/common/oilify.c:829 +#: ../plug-ins/common/oilify.c:830 msgid "Use m_ask-size map:" msgstr "Bruk kart for m_askestorleik:" -#: ../plug-ins/common/oilify.c:866 -#: ../plug-ins/common/sinus.c:921 +#: ../plug-ins/common/oilify.c:867 +#: ../plug-ins/common/sinus.c:922 msgid "_Exponent:" msgstr "_Eksponent:" #. #. * Exponent map check button #. -#: ../plug-ins/common/oilify.c:881 +#: ../plug-ins/common/oilify.c:882 msgid "Use e_xponent map:" msgstr "Bruk _eksponentkart:" #. #. * Intensity algorithm check button #. -#: ../plug-ins/common/oilify.c:917 +#: ../plug-ins/common/oilify.c:918 msgid "_Use intensity algorithm" msgstr "_Bruk intensitetsalgoritme" -#: ../plug-ins/common/photocopy.c:152 +#: ../plug-ins/common/photocopy.c:153 msgid "Simulate color distortion produced by a copy machine" msgstr "Simulerer fargeforstyrringane i ein kopimaskin" -#: ../plug-ins/common/photocopy.c:157 +#: ../plug-ins/common/photocopy.c:158 msgid "_Photocopy..." msgstr "_Fotokopi …" -#: ../plug-ins/common/photocopy.c:838 +#: ../plug-ins/common/photocopy.c:839 msgid "Photocopy" msgstr "Fotokopi" -#: ../plug-ins/common/photocopy.c:889 -#: ../plug-ins/common/sharpen.c:508 -#: ../plug-ins/common/softglow.c:696 +#: ../plug-ins/common/photocopy.c:890 +#: ../plug-ins/common/sharpen.c:511 +#: ../plug-ins/common/softglow.c:697 msgid "_Sharpness:" msgstr "Skar_pleik:" -#: ../plug-ins/common/photocopy.c:903 +#: ../plug-ins/common/photocopy.c:904 msgid "Percent _black:" msgstr "_Svart (%):" -#: ../plug-ins/common/photocopy.c:917 +#: ../plug-ins/common/photocopy.c:918 msgid "Percent _white:" msgstr "_Kvit (%):" -#: ../plug-ins/common/pixelize.c:163 +#: ../plug-ins/common/pixelize.c:164 msgid "Simplify image into an array of solid-colored squares" msgstr "Forenkla biletet til ein tabell med einsfarga ruter" -#: ../plug-ins/common/pixelize.c:170 +#: ../plug-ins/common/pixelize.c:171 msgid "_Pixelize..." msgstr "Gjer om til _pikslar …" -#: ../plug-ins/common/pixelize.c:272 +#: ../plug-ins/common/pixelize.c:273 msgid "Pixelizing" msgstr "Gjer om til pikslar" -#: ../plug-ins/common/pixelize.c:315 +#: ../plug-ins/common/pixelize.c:316 msgid "Pixelize" msgstr "Pikseliser" -#: ../plug-ins/common/pixelize.c:351 +#: ../plug-ins/common/pixelize.c:352 msgid "Pixel _width:" msgstr "Piksel_breidde:" -#: ../plug-ins/common/pixelize.c:356 +#: ../plug-ins/common/pixelize.c:357 msgid "Pixel _height:" msgstr "Piksel_høgde:" -#: ../plug-ins/common/plasma.c:175 +#: ../plug-ins/common/plasma.c:176 msgid "Create a random plasma texture" msgstr "Lager ein tilfeldig plasmatekstur" -#: ../plug-ins/common/plasma.c:180 +#: ../plug-ins/common/plasma.c:181 msgid "_Plasma..." msgstr "_Plasma …" -#: ../plug-ins/common/plasma.c:262 -#: ../plug-ins/common/plasma.c:299 +#: ../plug-ins/common/plasma.c:263 +#: ../plug-ins/common/plasma.c:300 msgid "Plasma" msgstr "Plasma" -#: ../plug-ins/common/plasma.c:336 +#: ../plug-ins/common/plasma.c:337 msgid "Random _seed:" msgstr "_Tilfeldig frø:" -#: ../plug-ins/common/plasma.c:347 +#: ../plug-ins/common/plasma.c:348 msgid "T_urbulence:" msgstr "T_urbulens:" -#: ../plug-ins/common/plugin-browser.c:133 +#: ../plug-ins/common/plugin-browser.c:134 msgid "Display information about plug-ins" msgstr "Vis informasjon om programtillegga" -#: ../plug-ins/common/plugin-browser.c:143 +#: ../plug-ins/common/plugin-browser.c:144 msgid "_Plug-In Browser" msgstr "_Lesar for programtillegg" -#: ../plug-ins/common/plugin-browser.c:371 +#: ../plug-ins/common/plugin-browser.c:372 msgid "Searching by name" msgstr "Søker på namn" -#: ../plug-ins/common/plugin-browser.c:385 +#: ../plug-ins/common/plugin-browser.c:386 #, c-format msgid "%d plug-in" msgid_plural "%d plug-ins" msgstr[0] "%d programtillegg" msgstr[1] "%d programtillegg" -#: ../plug-ins/common/plugin-browser.c:394 +#: ../plug-ins/common/plugin-browser.c:395 msgid "No matches for your query" msgstr "Ingen treff på søket" -#: ../plug-ins/common/plugin-browser.c:397 +#: ../plug-ins/common/plugin-browser.c:398 #, c-format msgid "%d plug-in matches your query" msgid_plural "%d plug-ins match your query" msgstr[0] "Fann %d programtillegg som passa spørringa" msgstr[1] "Fann %d programtillegg som passa spørringa" -#: ../plug-ins/common/plugin-browser.c:528 +#: ../plug-ins/common/plugin-browser.c:529 msgid "No matches" msgstr "Ingen treff" -#: ../plug-ins/common/plugin-browser.c:553 +#: ../plug-ins/common/plugin-browser.c:554 msgid "Plug-In Browser" msgstr "Lesar for programtillegg" -#: ../plug-ins/common/plugin-browser.c:596 +#: ../plug-ins/common/plugin-browser.c:597 msgid "Name" msgstr "Namn" -#: ../plug-ins/common/plugin-browser.c:604 -#: ../plug-ins/common/plugin-browser.c:667 +#: ../plug-ins/common/plugin-browser.c:605 +#: ../plug-ins/common/plugin-browser.c:668 msgid "Menu Path" msgstr "Menystig" -#: ../plug-ins/common/plugin-browser.c:612 -#: ../plug-ins/common/plugin-browser.c:676 +#: ../plug-ins/common/plugin-browser.c:613 +#: ../plug-ins/common/plugin-browser.c:677 msgid "Image Types" msgstr "Bilettype" -#: ../plug-ins/common/plugin-browser.c:622 -#: ../plug-ins/common/plugin-browser.c:685 +#: ../plug-ins/common/plugin-browser.c:623 +#: ../plug-ins/common/plugin-browser.c:686 msgid "Installation Date" msgstr "Installasjonsdato" -#: ../plug-ins/common/plugin-browser.c:646 +#: ../plug-ins/common/plugin-browser.c:647 msgid "List View" msgstr "Listeform" -#: ../plug-ins/common/plugin-browser.c:708 +#: ../plug-ins/common/plugin-browser.c:709 msgid "Tree View" msgstr "Trevising" -#: ../plug-ins/common/polar-coords.c:155 +#: ../plug-ins/common/polar-coords.c:156 msgid "Convert image to or from polar coordinates" msgstr "Omform biletet til eller frå polarkoordinata" -#: ../plug-ins/common/polar-coords.c:162 +#: ../plug-ins/common/polar-coords.c:163 msgid "P_olar Coordinates..." msgstr "P_olarkoordinat …" -#: ../plug-ins/common/polar-coords.c:359 +#: ../plug-ins/common/polar-coords.c:360 msgid "Polar coordinates" msgstr "Polarkoordinat" -#: ../plug-ins/common/polar-coords.c:591 +#: ../plug-ins/common/polar-coords.c:592 msgid "Polar Coordinates" msgstr "Polarkoordinat" -#: ../plug-ins/common/polar-coords.c:630 +#: ../plug-ins/common/polar-coords.c:631 msgid "Circle _depth in percent:" msgstr "Sirkel_djupne i prosent:" -#: ../plug-ins/common/polar-coords.c:642 +#: ../plug-ins/common/polar-coords.c:643 msgid "Offset _angle:" msgstr "F_orskyvingsvinkel:" -#: ../plug-ins/common/polar-coords.c:657 +#: ../plug-ins/common/polar-coords.c:658 msgid "_Map backwards" msgstr "Avbild _bakover" -#: ../plug-ins/common/polar-coords.c:663 +#: ../plug-ins/common/polar-coords.c:664 msgid "If checked the mapping will begin at the right side, as opposed to beginning at the left." msgstr "Dette valet gjer at avbildinga byrjar på høgre sida i staden for frå venstre sida." -#: ../plug-ins/common/polar-coords.c:674 +#: ../plug-ins/common/polar-coords.c:675 msgid "Map from _top" msgstr "Avbild frå _toppen" -#: ../plug-ins/common/polar-coords.c:680 +#: ../plug-ins/common/polar-coords.c:681 msgid "If unchecked the mapping will put the bottom row in the middle and the top row on the outside. If checked it will be the opposite." msgstr "Normalt blir den nedste rada avbilda i midten og topprada på utsida. Dersom du kryssar av her, blir det omvendt." -#: ../plug-ins/common/polar-coords.c:692 +#: ../plug-ins/common/polar-coords.c:693 msgid "To _polar" msgstr "Til _polar" -#: ../plug-ins/common/polar-coords.c:698 +#: ../plug-ins/common/polar-coords.c:699 msgid "If unchecked the image will be circularly mapped onto a rectangle. If checked the image will be mapped onto a circle." msgstr "Dersom denne er merka, vil biletet bli teikna sirkulært. Elles blir biletet teikna sirkulært i eit rektangel." -#: ../plug-ins/common/procedure-browser.c:82 +#: ../plug-ins/common/procedure-browser.c:83 msgid "List available procedures in the PDB" msgstr "List prosedyrar som er tilgjengelege i PDB" -#: ../plug-ins/common/procedure-browser.c:87 +#: ../plug-ins/common/procedure-browser.c:88 msgid "Procedure _Browser" msgstr "_Prosedyrelesar" -#: ../plug-ins/common/procedure-browser.c:125 +#: ../plug-ins/common/procedure-browser.c:126 msgid "Procedure Browser" msgstr "Prosedyrelesar" -#: ../plug-ins/common/qbist.c:401 +#: ../plug-ins/common/qbist.c:402 msgid "Generate a huge variety of abstract patterns" msgstr "Genererer mange ulike former for abstrakte mønster" -#: ../plug-ins/common/qbist.c:409 +#: ../plug-ins/common/qbist.c:410 msgid "_Qbist..." msgstr "_Qbist …" -#: ../plug-ins/common/qbist.c:510 +#: ../plug-ins/common/qbist.c:511 msgid "Qbist" msgstr "Qbist" -#: ../plug-ins/common/qbist.c:706 +#: ../plug-ins/common/qbist.c:707 msgid "Load QBE File" msgstr "Opna QBE-fil" -#: ../plug-ins/common/qbist.c:748 +#: ../plug-ins/common/qbist.c:749 msgid "Save as QBE File" msgstr "Lagra som QBE-fil" -#: ../plug-ins/common/qbist.c:802 +#: ../plug-ins/common/qbist.c:803 msgid "G-Qbist" msgstr "G-Qbist" -#: ../plug-ins/common/red-eye-removal.c:104 +#: ../plug-ins/common/red-eye-removal.c:105 msgid "Remove the red eye effect caused by camera flashes" msgstr "Gjer den raude blitsrefleksen i auge om til naturleg svart" -#: ../plug-ins/common/red-eye-removal.c:115 +#: ../plug-ins/common/red-eye-removal.c:116 msgid "_Red Eye Removal..." msgstr "Fjern _raude auge …" -#: ../plug-ins/common/red-eye-removal.c:141 +#: ../plug-ins/common/red-eye-removal.c:142 msgid "Red Eye Removal" msgstr "Fjern raude auge" -#: ../plug-ins/common/red-eye-removal.c:169 -#: ../plug-ins/common/unsharp-mask.c:891 -#: ../plug-ins/common/wind.c:1007 -#: ../plug-ins/imagemap/imap_preferences.c:440 +#: ../plug-ins/common/red-eye-removal.c:170 +#: ../plug-ins/common/unsharp-mask.c:706 +#: ../plug-ins/common/wind.c:1008 +#: ../plug-ins/imagemap/imap_preferences.c:441 #: ../plug-ins/map-object/map-object-ui.c:585 msgid "_Threshold:" msgstr "_Terskelverdi:" -#: ../plug-ins/common/red-eye-removal.c:175 +#: ../plug-ins/common/red-eye-removal.c:176 msgid "Threshold for the red eye color to remove." msgstr "Terskelverdi for den raude fargen som skal byttast ut" -#: ../plug-ins/common/red-eye-removal.c:180 +#: ../plug-ins/common/red-eye-removal.c:181 msgid "Manually selecting the eyes may improve the results." msgstr "" "Du kan i noen tilfelle forbetra resultatet \n" "ved å markere auget manuelt med eit \n" "av utvalsverktøya." -#: ../plug-ins/common/red-eye-removal.c:300 +#: ../plug-ins/common/red-eye-removal.c:301 msgid "Removing red eye" msgstr "Fjerner raude auge" -#: ../plug-ins/common/ripple.c:125 +#: ../plug-ins/common/ripple.c:129 msgid "Displace pixels in a ripple pattern" msgstr "Flytter pikslane i eit krusningsmønster" -#: ../plug-ins/common/ripple.c:132 +#: ../plug-ins/common/ripple.c:136 msgid "_Ripple..." msgstr "_Krusning …" -#: ../plug-ins/common/ripple.c:222 +#: ../plug-ins/common/ripple.c:226 msgid "Rippling" msgstr "Krusningar" -#: ../plug-ins/common/ripple.c:482 +#: ../plug-ins/common/ripple.c:468 msgid "Ripple" msgstr "Krusning" -#: ../plug-ins/common/ripple.c:540 +#: ../plug-ins/common/ripple.c:526 msgid "_Retain tilability" msgstr "Behald f_lislegginga" #. Edges toggle box -#: ../plug-ins/common/ripple.c:577 +#: ../plug-ins/common/ripple.c:560 msgid "Edges" msgstr "Kantar" -#: ../plug-ins/common/ripple.c:583 +#: ../plug-ins/common/ripple.c:566 msgid "_Blank" msgstr "_Blank" #. Wave toggle box -#: ../plug-ins/common/ripple.c:605 +#: ../plug-ins/common/ripple.c:588 msgid "Wave Type" msgstr "Bølgetype" -#: ../plug-ins/common/ripple.c:609 +#: ../plug-ins/common/ripple.c:592 msgid "Saw_tooth" msgstr "Sagt_ann" -#: ../plug-ins/common/ripple.c:610 +#: ../plug-ins/common/ripple.c:593 msgid "S_ine" msgstr "S_inus" -#: ../plug-ins/common/ripple.c:633 +#: ../plug-ins/common/ripple.c:616 msgid "_Period:" msgstr "_Periode:" -#: ../plug-ins/common/ripple.c:646 +#: ../plug-ins/common/ripple.c:629 msgid "A_mplitude:" msgstr "A_mplitude:" -#: ../plug-ins/common/ripple.c:659 +#: ../plug-ins/common/ripple.c:642 msgid "Phase _shift:" msgstr "_Faseforsk_yving:" -#: ../plug-ins/common/rotate.c:412 +#: ../plug-ins/common/rotate.c:413 msgid "You can not rotate the whole image if there's a selection." msgstr "Du kan ikkje rotera heile biletet dersom det inneheld ei markering." -#: ../plug-ins/common/rotate.c:419 +#: ../plug-ins/common/rotate.c:420 msgid "You can not rotate the whole image if there's a floating selection." msgstr "Du kan ikkje rotera heile biletet dersom det inneheld ei flytande markering." -#: ../plug-ins/common/rotate.c:430 +#: ../plug-ins/common/rotate.c:431 msgid "Sorry, channels and masks can not be rotated." msgstr "Du kan ikkje rotera kanaler og masker." -#: ../plug-ins/common/rotate.c:436 +#: ../plug-ins/common/rotate.c:437 msgid "Rotating" msgstr "Roterer" -#: ../plug-ins/common/sample-colorize.c:297 +#: ../plug-ins/common/sample-colorize.c:298 msgid "Colorize image using a sample image as a guide" msgstr "Fargelegg biletet ved å bruke eit utvald bilete som mønster" -#: ../plug-ins/common/sample-colorize.c:302 +#: ../plug-ins/common/sample-colorize.c:303 msgid "_Sample Colorize..." msgstr "Fargelegg frå _mal …" -#: ../plug-ins/common/sample-colorize.c:1317 +#: ../plug-ins/common/sample-colorize.c:1327 msgid "Sample Colorize" msgstr "Fargelegg" -#: ../plug-ins/common/sample-colorize.c:1322 +#: ../plug-ins/common/sample-colorize.c:1332 msgid "Get _Sample Colors" msgstr "Hent fargane frå _malen" #. layer combo_box (Dst) -#: ../plug-ins/common/sample-colorize.c:1351 +#: ../plug-ins/common/sample-colorize.c:1361 msgid "Destination:" msgstr "Mål:" #. layer combo_box (Sample) -#: ../plug-ins/common/sample-colorize.c:1367 +#: ../plug-ins/common/sample-colorize.c:1377 msgid "Sample:" msgstr "Kjelde:" -#: ../plug-ins/common/sample-colorize.c:1377 +#: ../plug-ins/common/sample-colorize.c:1387 msgid "From reverse gradient" msgstr "Frå omvendt fargeovergang" -#: ../plug-ins/common/sample-colorize.c:1382 +#: ../plug-ins/common/sample-colorize.c:1392 msgid "From gradient" msgstr "Frå fargeovergang" #. check button -#: ../plug-ins/common/sample-colorize.c:1403 -#: ../plug-ins/common/sample-colorize.c:1430 +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 msgid "Show selection" msgstr "Vis markering" #. check button -#: ../plug-ins/common/sample-colorize.c:1414 -#: ../plug-ins/common/sample-colorize.c:1441 +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 msgid "Show color" msgstr "Vis farge" -#: ../plug-ins/common/sample-colorize.c:1554 +#: ../plug-ins/common/sample-colorize.c:1564 msgid "Input levels:" msgstr "Kjeldeverdiar:" -#: ../plug-ins/common/sample-colorize.c:1604 +#: ../plug-ins/common/sample-colorize.c:1614 msgid "Output levels:" msgstr "Utverdiar:" #. check button -#: ../plug-ins/common/sample-colorize.c:1644 +#: ../plug-ins/common/sample-colorize.c:1654 msgid "Hold intensity" msgstr "Behald intensitet" #. check button -#: ../plug-ins/common/sample-colorize.c:1655 +#: ../plug-ins/common/sample-colorize.c:1665 msgid "Original intensity" msgstr "Original intensitet" #. check button -#: ../plug-ins/common/sample-colorize.c:1673 +#: ../plug-ins/common/sample-colorize.c:1683 msgid "Use subcolors" msgstr "Bruk underfarger" #. check button -#: ../plug-ins/common/sample-colorize.c:1684 +#: ../plug-ins/common/sample-colorize.c:1694 msgid "Smooth samples" msgstr "Mjuk samling" -#: ../plug-ins/common/sample-colorize.c:2656 +#: ../plug-ins/common/sample-colorize.c:2666 msgid "Sample analyze" msgstr "Samlingsanalyse" -#: ../plug-ins/common/sample-colorize.c:3034 +#: ../plug-ins/common/sample-colorize.c:3044 msgid "Remap colorized" msgstr "Fargelegg" -#: ../plug-ins/common/screenshot.c:239 +#: ../plug-ins/common/screenshot.c:240 msgid "Create an image from an area of the screen" msgstr "Opprett eit nytt bilete frå eit ormråde av skjermen" -#: ../plug-ins/common/screenshot.c:252 +#: ../plug-ins/common/screenshot.c:253 msgid "_Screenshot..." msgstr "_Skjermenbilete …" -#: ../plug-ins/common/screenshot.c:416 +#: ../plug-ins/common/screenshot.c:417 msgid "Error selecting the window" msgstr "Feil ved markeringa av vindauget" -#: ../plug-ins/common/screenshot.c:777 +#: ../plug-ins/common/screenshot.c:778 msgid "Importing screenshot" msgstr "Importerer eit bilete av skjermen" -#: ../plug-ins/common/screenshot.c:803 -#: ../plug-ins/common/screenshot.c:1059 +#: ../plug-ins/common/screenshot.c:804 +#: ../plug-ins/common/screenshot.c:1060 msgid "Screenshot" msgstr "Skjermbilete" -#: ../plug-ins/common/screenshot.c:844 +#: ../plug-ins/common/screenshot.c:845 msgid "Mouse Pointer" msgstr "Musepeikar" -#: ../plug-ins/common/screenshot.c:948 +#: ../plug-ins/common/screenshot.c:949 msgid "Specified window not found" msgstr "Fann ikkje det oppgitte vindauget" -#: ../plug-ins/common/screenshot.c:974 +#: ../plug-ins/common/screenshot.c:975 msgid "There was an error taking the screenshot." msgstr "Det oppsto ein feil under knipsinga av skjermbiletet" -#: ../plug-ins/common/screenshot.c:1068 +#: ../plug-ins/common/screenshot.c:1069 msgid "S_nap" msgstr "_Grip" -#: ../plug-ins/common/screenshot.c:1098 +#: ../plug-ins/common/screenshot.c:1099 msgid "After the delay, the screenshot is taken." msgstr "Biletet av skjermen blir knipsa etter pausen" -#: ../plug-ins/common/screenshot.c:1100 +#: ../plug-ins/common/screenshot.c:1101 msgid "After the delay, drag your mouse to select the region for the screenshot." msgstr "Etter pausen kan du markere området med musepeikaren" -#: ../plug-ins/common/screenshot.c:1103 +#: ../plug-ins/common/screenshot.c:1104 msgid "At the end of the delay, click in a window to snap it." msgstr "Klikk i eit vindauge etter pausen for å lage bilete av det." #. Area -#: ../plug-ins/common/screenshot.c:1109 +#: ../plug-ins/common/screenshot.c:1110 msgid "Area" msgstr "Område" -#: ../plug-ins/common/screenshot.c:1120 +#: ../plug-ins/common/screenshot.c:1121 msgid "Take a screenshot of a single _window" msgstr "Knips eit bilete av eit enkelt _vindauge" -#: ../plug-ins/common/screenshot.c:1139 +#: ../plug-ins/common/screenshot.c:1140 msgid "Include window _decoration" msgstr "Inkluder vindaugedekorasjonar" -#: ../plug-ins/common/screenshot.c:1157 +#: ../plug-ins/common/screenshot.c:1158 msgid "Take a screenshot of the entire _screen" msgstr "_skjermbilete" -#: ../plug-ins/common/screenshot.c:1176 +#: ../plug-ins/common/screenshot.c:1177 msgid "Include _mouse pointer" msgstr "Inkluder _musepeikaren" -#: ../plug-ins/common/screenshot.c:1196 +#: ../plug-ins/common/screenshot.c:1197 msgid "Select a _region to grab" msgstr "Vel område som det skal hentast inn" #. Delay -#: ../plug-ins/common/screenshot.c:1211 +#: ../plug-ins/common/screenshot.c:1212 msgid "Delay" msgstr "Vent i" #. this is the unit label of a spinbutton -#: ../plug-ins/common/screenshot.c:1233 +#: ../plug-ins/common/screenshot.c:1234 msgid "seconds" msgstr "sekund" -#: ../plug-ins/common/semi-flatten.c:67 +#: ../plug-ins/common/semi-flatten.c:68 msgid "Replace partial transparency with the current background color" msgstr "Bytt delvis gjennomsikt med bakgrunnsfargen" -#: ../plug-ins/common/semi-flatten.c:74 +#: ../plug-ins/common/semi-flatten.c:75 msgid "_Semi-Flatten" msgstr "_Halvutflating" -#: ../plug-ins/common/semi-flatten.c:117 +#: ../plug-ins/common/semi-flatten.c:118 msgid "Semi-Flattening" msgstr "Halvutflater" -#: ../plug-ins/common/sharpen.c:110 +#: ../plug-ins/common/sharpen.c:113 msgid "Make image sharper (less powerful than Unsharp Mask)" msgstr "Gjer biletet skarpare (mindre effektivt enn uskarpmaska)" -#: ../plug-ins/common/sharpen.c:117 +#: ../plug-ins/common/sharpen.c:120 msgid "_Sharpen..." msgstr "_Gjer skarpare …" #. #. * Let the user know what we're doing... #. -#: ../plug-ins/common/sharpen.c:304 +#: ../plug-ins/common/sharpen.c:307 msgid "Sharpening" msgstr "Gjer skarpare" -#: ../plug-ins/common/sharpen.c:473 +#: ../plug-ins/common/sharpen.c:476 msgid "Sharpen" msgstr "Gjer skarpare" -#: ../plug-ins/common/shift.c:100 +#: ../plug-ins/common/shift.c:101 msgid "Shift each row of pixels by a random amount" msgstr "Forskyv biletet horisontalt eller vertikalt" -#: ../plug-ins/common/shift.c:107 +#: ../plug-ins/common/shift.c:108 msgid "_Shift..." msgstr "_Forskyv …" -#: ../plug-ins/common/shift.c:188 +#: ../plug-ins/common/shift.c:189 msgid "Shifting" msgstr "Forskyver" -#: ../plug-ins/common/shift.c:354 +#: ../plug-ins/common/shift.c:355 msgid "Shift" msgstr "Forskyv" -#: ../plug-ins/common/shift.c:387 +#: ../plug-ins/common/shift.c:388 msgid "Shift _horizontally" msgstr "Forskyv _horisontalt" -#: ../plug-ins/common/shift.c:390 +#: ../plug-ins/common/shift.c:391 msgid "Shift _vertically" msgstr "Forskyv _vertikalt" -#: ../plug-ins/common/shift.c:421 +#: ../plug-ins/common/shift.c:422 msgid "Shift _amount:" msgstr "For_skyving:" -#: ../plug-ins/common/sinus.c:185 +#: ../plug-ins/common/sinus.c:186 msgid "Generate complex sinusoidal textures" msgstr "Genererer komplekse buktande teksturar" -#: ../plug-ins/common/sinus.c:190 +#: ../plug-ins/common/sinus.c:191 msgid "_Sinus..." msgstr "_Sinus …" -#: ../plug-ins/common/sinus.c:283 +#: ../plug-ins/common/sinus.c:284 msgid "Sinus: rendering" msgstr "Sinus: teikning" #. Create Main window with a vbox #. ============================== -#: ../plug-ins/common/sinus.c:647 +#: ../plug-ins/common/sinus.c:648 msgid "Sinus" msgstr "Sinus" -#: ../plug-ins/common/sinus.c:689 +#: ../plug-ins/common/sinus.c:690 msgid "Drawing Settings" msgstr "Biletinnstillingane" -#: ../plug-ins/common/sinus.c:699 +#: ../plug-ins/common/sinus.c:700 msgid "_X scale:" msgstr "_X-skala:" -#: ../plug-ins/common/sinus.c:708 +#: ../plug-ins/common/sinus.c:709 msgid "_Y scale:" msgstr "_Y-skala:" -#: ../plug-ins/common/sinus.c:717 +#: ../plug-ins/common/sinus.c:718 msgid "Co_mplexity:" msgstr "Ko_mpleksitet:" -#: ../plug-ins/common/sinus.c:727 +#: ../plug-ins/common/sinus.c:728 msgid "Calculation Settings" msgstr "Berekningsinnstillingane" -#: ../plug-ins/common/sinus.c:740 +#: ../plug-ins/common/sinus.c:741 msgid "R_andom seed:" msgstr "_Tilfeldig starttal:" -#: ../plug-ins/common/sinus.c:749 +#: ../plug-ins/common/sinus.c:750 msgid "_Force tiling?" msgstr "Tvungen _flislegging?" -#: ../plug-ins/common/sinus.c:762 +#: ../plug-ins/common/sinus.c:763 msgid "_Ideal" msgstr "_Ideell" -#: ../plug-ins/common/sinus.c:763 +#: ../plug-ins/common/sinus.c:764 msgid "_Distorted" msgstr "_Fordreid" -#: ../plug-ins/common/sinus.c:781 -#: ../plug-ins/common/sinus.c:797 -#: ../plug-ins/imagemap/imap_preferences.c:421 +#: ../plug-ins/common/sinus.c:782 +#: ../plug-ins/common/sinus.c:798 +#: ../plug-ins/imagemap/imap_preferences.c:422 msgid "Colors" msgstr "Fargar" #. if in grey scale, the colors are necessarily black and white -#: ../plug-ins/common/sinus.c:790 +#: ../plug-ins/common/sinus.c:791 msgid "The colors are white and black." msgstr "Fargane er svart og kvit" -#: ../plug-ins/common/sinus.c:801 +#: ../plug-ins/common/sinus.c:802 msgid "Bl_ack & white" msgstr "Svart/Kvit" -#: ../plug-ins/common/sinus.c:803 +#: ../plug-ins/common/sinus.c:804 msgid "_Foreground & background" msgstr "_Forgrunn og bakgrunn" -#: ../plug-ins/common/sinus.c:805 +#: ../plug-ins/common/sinus.c:806 msgid "C_hoose here:" msgstr "_Vel her:" -#: ../plug-ins/common/sinus.c:818 +#: ../plug-ins/common/sinus.c:819 msgid "First color" msgstr "Første farge" -#: ../plug-ins/common/sinus.c:828 +#: ../plug-ins/common/sinus.c:829 msgid "Second color" msgstr "Andre farge" -#: ../plug-ins/common/sinus.c:841 +#: ../plug-ins/common/sinus.c:842 msgid "Alpha Channels" msgstr "Alfakanalar" -#: ../plug-ins/common/sinus.c:854 +#: ../plug-ins/common/sinus.c:855 msgid "F_irst color:" msgstr "F_ørste farge:" -#: ../plug-ins/common/sinus.c:869 +#: ../plug-ins/common/sinus.c:870 msgid "S_econd color:" msgstr "_Andre farge:" -#: ../plug-ins/common/sinus.c:885 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:903 +#: ../plug-ins/common/sinus.c:886 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:904 msgid "Co_lors" msgstr "_Fargar" -#: ../plug-ins/common/sinus.c:894 +#: ../plug-ins/common/sinus.c:895 msgid "Blend Settings" msgstr "Blandingsinnstillingane" -#: ../plug-ins/common/sinus.c:907 +#: ../plug-ins/common/sinus.c:908 msgid "L_inear" msgstr "L_inearæ" -#: ../plug-ins/common/sinus.c:908 +#: ../plug-ins/common/sinus.c:909 msgid "Bili_near" msgstr "Bili_neær" -#: ../plug-ins/common/sinus.c:909 +#: ../plug-ins/common/sinus.c:910 msgid "Sin_usoidal" msgstr "Sin_usforma" -#: ../plug-ins/common/sinus.c:931 +#: ../plug-ins/common/sinus.c:932 msgid "_Blend" msgstr "_Bland" -#: ../plug-ins/common/sinus.c:1048 +#: ../plug-ins/common/sinus.c:1049 msgid "Do _preview" msgstr "_Førehandsvis" -#: ../plug-ins/common/smooth-palette.c:82 +#: ../plug-ins/common/smooth-palette.c:83 msgid "Derive a smooth color palette from the image" msgstr "Lag ein mjuk fargepalett frå fargane i biletet" -#: ../plug-ins/common/smooth-palette.c:87 +#: ../plug-ins/common/smooth-palette.c:88 msgid "Smoo_th Palette..." msgstr "Palettutglatting …" -#: ../plug-ins/common/smooth-palette.c:178 +#: ../plug-ins/common/smooth-palette.c:179 msgid "Deriving smooth palette" msgstr "Avleier ein utglatta palett" -#: ../plug-ins/common/smooth-palette.c:411 +#: ../plug-ins/common/smooth-palette.c:412 msgid "Smooth Palette" msgstr "Palettutglatting" -#: ../plug-ins/common/smooth-palette.c:451 +#: ../plug-ins/common/smooth-palette.c:452 msgid "_Search depth:" msgstr "_Søkedjupn:" -#: ../plug-ins/common/softglow.c:133 +#: ../plug-ins/common/softglow.c:134 msgid "Simulate glow by making highlights intense and fuzzy" msgstr "Simulerer glød ved å lage høglysa meir intense og ullne" -#: ../plug-ins/common/softglow.c:138 +#: ../plug-ins/common/softglow.c:139 msgid "_Softglow..." msgstr "_Mjukglød …" -#: ../plug-ins/common/softglow.c:631 +#: ../plug-ins/common/softglow.c:632 msgid "Softglow" msgstr "Mjukglød" -#: ../plug-ins/common/softglow.c:668 +#: ../plug-ins/common/softglow.c:669 msgid "_Glow radius:" msgstr "_Glødradius:" -#: ../plug-ins/common/sparkle.c:177 +#: ../plug-ins/common/sparkle.c:178 msgid "Turn bright spots into starry sparkles" msgstr "Gjer om lyse punkt til lysglimt" -#: ../plug-ins/common/sparkle.c:185 +#: ../plug-ins/common/sparkle.c:186 msgid "_Sparkle..." msgstr "Lysgli_mt …" -#: ../plug-ins/common/sparkle.c:222 +#: ../plug-ins/common/sparkle.c:223 msgid "Region selected for filter is empty" msgstr "Området vald for filteret er tomt" -#: ../plug-ins/common/sparkle.c:298 +#: ../plug-ins/common/sparkle.c:299 msgid "Sparkling" msgstr "Lager lysglimta" -#: ../plug-ins/common/sparkle.c:336 +#: ../plug-ins/common/sparkle.c:337 msgid "Sparkle" msgstr "Lysglimt" -#: ../plug-ins/common/sparkle.c:372 +#: ../plug-ins/common/sparkle.c:373 msgid "Luminosity _threshold:" msgstr "_Terskel for lysverdi:" -#: ../plug-ins/common/sparkle.c:375 +#: ../plug-ins/common/sparkle.c:376 msgid "Adjust the luminosity threshold" msgstr "Bestemmer kor lyse punkta må vere for å bli omdanna til lysglimt" -#: ../plug-ins/common/sparkle.c:385 +#: ../plug-ins/common/sparkle.c:386 msgid "F_lare intensity:" msgstr "Glimt_intensitet:" -#: ../plug-ins/common/sparkle.c:388 +#: ../plug-ins/common/sparkle.c:389 msgid "Adjust the flare intensity" msgstr "Bestemmer kor sterkt lysglimtet skal vere" -#: ../plug-ins/common/sparkle.c:398 +#: ../plug-ins/common/sparkle.c:399 msgid "_Spike length:" msgstr "_Strålelengde:" -#: ../plug-ins/common/sparkle.c:401 +#: ../plug-ins/common/sparkle.c:402 msgid "Adjust the spike length" msgstr "Still inn strålelengda" -#: ../plug-ins/common/sparkle.c:411 +#: ../plug-ins/common/sparkle.c:412 msgid "Sp_ike points:" msgstr "Talet på st_rålepunkt:" -#: ../plug-ins/common/sparkle.c:414 +#: ../plug-ins/common/sparkle.c:415 msgid "Adjust the number of spikes" -msgstr "Sett talet på stråler" +msgstr "Sett talet på strålar" -#: ../plug-ins/common/sparkle.c:424 +#: ../plug-ins/common/sparkle.c:425 msgid "Spi_ke angle (-1: random):" msgstr "Strålevin_kel (-1: tilfeldig)" -#: ../plug-ins/common/sparkle.c:427 +#: ../plug-ins/common/sparkle.c:428 msgid "Adjust the spike angle (-1 causes a random angle to be chosen)" msgstr "Juster vinkel for stråle (-1 betyr at det blir vald ein tilfeldig vinkel)" -#: ../plug-ins/common/sparkle.c:438 +#: ../plug-ins/common/sparkle.c:439 msgid "Spik_e density:" msgstr "Glimt_prosent:" -#: ../plug-ins/common/sparkle.c:441 +#: ../plug-ins/common/sparkle.c:442 msgid "Adjust the spike density" msgstr "Set kor mange prosent av moglege glimt som skal brukast" -#: ../plug-ins/common/sparkle.c:451 +#: ../plug-ins/common/sparkle.c:452 msgid "Tr_ansparency:" msgstr "_Gjennomsikt:" -#: ../plug-ins/common/sparkle.c:454 +#: ../plug-ins/common/sparkle.c:455 msgid "Adjust the opacity of the spikes" msgstr "Bestemmer kor gjennomsiktige strålane skal vere" -#: ../plug-ins/common/sparkle.c:464 +#: ../plug-ins/common/sparkle.c:465 msgid "_Random hue:" msgstr "Tilfeldig kul_ør:" -#: ../plug-ins/common/sparkle.c:467 +#: ../plug-ins/common/sparkle.c:468 msgid "Adjust how much the hue should be changed randomly" msgstr "Verdi for kor mykje kuløren skal variera tilfeldig" -#: ../plug-ins/common/sparkle.c:477 +#: ../plug-ins/common/sparkle.c:478 msgid "Rando_m saturation:" msgstr "Tilfeldig _metning:" -#: ../plug-ins/common/sparkle.c:480 +#: ../plug-ins/common/sparkle.c:481 msgid "Adjust how much the saturation should be changed randomly" msgstr "Verdi for kor mykje metninga skal forandra seg tilfeldig" -#: ../plug-ins/common/sparkle.c:497 +#: ../plug-ins/common/sparkle.c:498 msgid "_Preserve luminosity" msgstr "_Behald lysverdi" -#: ../plug-ins/common/sparkle.c:504 +#: ../plug-ins/common/sparkle.c:505 msgid "Should the luminosity be preserved?" msgstr "Skal lysintesiteten bevarast?" -#: ../plug-ins/common/sparkle.c:513 +#: ../plug-ins/common/sparkle.c:514 msgid "In_verse" msgstr "In_verter" -#: ../plug-ins/common/sparkle.c:519 +#: ../plug-ins/common/sparkle.c:520 msgid "Should the effect be inversed?" msgstr "Skal effekten reverserast?" -#: ../plug-ins/common/sparkle.c:528 +#: ../plug-ins/common/sparkle.c:529 msgid "A_dd border" msgstr "L_ag ramme" -#: ../plug-ins/common/sparkle.c:534 +#: ../plug-ins/common/sparkle.c:535 msgid "Draw a border of spikes around the image" msgstr "Lager ein kant av strålar rundt biletet i staden for mange lysglimt i biletet" -#: ../plug-ins/common/sparkle.c:548 +#: ../plug-ins/common/sparkle.c:549 msgid "_Natural color" msgstr "_Naturleg farge" -#: ../plug-ins/common/sparkle.c:549 +#: ../plug-ins/common/sparkle.c:550 msgid "_Foreground color" msgstr "F_orgrunnsfarge" -#: ../plug-ins/common/sparkle.c:550 +#: ../plug-ins/common/sparkle.c:551 msgid "_Background color" msgstr "B_akgrunnsfarge" -#: ../plug-ins/common/sparkle.c:557 +#: ../plug-ins/common/sparkle.c:558 msgid "Use the color of the image" msgstr "Bruk fargen i biletpunktet" -#: ../plug-ins/common/sparkle.c:558 +#: ../plug-ins/common/sparkle.c:559 msgid "Use the foreground color" msgstr "Bruk forgrunnsfagren" -#: ../plug-ins/common/sparkle.c:559 +#: ../plug-ins/common/sparkle.c:560 msgid "Use the background color" msgstr "Bruk bakgrunnsfagren" -#: ../plug-ins/common/sphere-designer.c:290 -#: ../plug-ins/gimpressionist/general.c:165 +#: ../plug-ins/common/sphere-designer.c:291 +#: ../plug-ins/gimpressionist/general.c:166 msgid "Solid" msgstr "Heiltrukke" -#: ../plug-ins/common/sphere-designer.c:291 +#: ../plug-ins/common/sphere-designer.c:292 msgid "Checker" msgstr "Sjakkbrett" -#: ../plug-ins/common/sphere-designer.c:292 +#: ../plug-ins/common/sphere-designer.c:293 msgid "Marble" msgstr "Marmor" -#: ../plug-ins/common/sphere-designer.c:293 +#: ../plug-ins/common/sphere-designer.c:294 msgid "Lizard" msgstr "Firfisle" -#: ../plug-ins/common/sphere-designer.c:294 +#: ../plug-ins/common/sphere-designer.c:295 msgid "Phong" msgstr "Phong" -#: ../plug-ins/common/sphere-designer.c:295 -#: ../plug-ins/flame/flame.c:773 +#: ../plug-ins/common/sphere-designer.c:296 +#: ../plug-ins/flame/flame.c:774 msgid "Noise" msgstr "Støy" -#: ../plug-ins/common/sphere-designer.c:296 +#: ../plug-ins/common/sphere-designer.c:297 msgid "Wood" msgstr "Tre" -#: ../plug-ins/common/sphere-designer.c:297 -#: ../plug-ins/flame/flame.c:757 +#: ../plug-ins/common/sphere-designer.c:298 +#: ../plug-ins/flame/flame.c:758 msgid "Spiral" msgstr "Spiralar" -#: ../plug-ins/common/sphere-designer.c:298 +#: ../plug-ins/common/sphere-designer.c:299 msgid "Spots" msgstr "Punkt" -#: ../plug-ins/common/sphere-designer.c:1741 -#: ../plug-ins/common/sphere-designer.c:2689 +#: ../plug-ins/common/sphere-designer.c:1742 +#: ../plug-ins/common/sphere-designer.c:2693 msgid "Texture" msgstr "Tekstur" -#: ../plug-ins/common/sphere-designer.c:1743 +#: ../plug-ins/common/sphere-designer.c:1744 msgid "Bumpmap" msgstr "Punktkopling" -#: ../plug-ins/common/sphere-designer.c:1745 -#: ../plug-ins/common/sphere-designer.c:2691 +#: ../plug-ins/common/sphere-designer.c:1746 +#: ../plug-ins/common/sphere-designer.c:2695 msgid "Light" msgstr "Lys" -#: ../plug-ins/common/sphere-designer.c:2008 +#: ../plug-ins/common/sphere-designer.c:2010 +#, c-format msgid "File '%s' is not a valid save file." msgstr "Fila «%s» er ugyldig som lagringsfil" -#: ../plug-ins/common/sphere-designer.c:2187 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Open File" msgstr "Opna fil" -#: ../plug-ins/common/sphere-designer.c:2187 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Save File" msgstr "Lagra fil" -#: ../plug-ins/common/sphere-designer.c:2543 +#: ../plug-ins/common/sphere-designer.c:2547 msgid "Sphere Designer" msgstr "Kuledesigner" -#: ../plug-ins/common/sphere-designer.c:2674 +#: ../plug-ins/common/sphere-designer.c:2678 msgid "Properties" msgstr "Eigenskapar" -#: ../plug-ins/common/sphere-designer.c:2690 +#: ../plug-ins/common/sphere-designer.c:2694 msgid "Bump" msgstr "Buler" #. row labels -#: ../plug-ins/common/sphere-designer.c:2698 -#: ../plug-ins/lighting/lighting-ui.c:404 +#: ../plug-ins/common/sphere-designer.c:2702 +#: ../plug-ins/lighting/lighting-ui.c:405 msgid "Type:" msgstr "Type:" -#: ../plug-ins/common/sphere-designer.c:2717 +#: ../plug-ins/common/sphere-designer.c:2721 msgid "Texture:" msgstr "Tekstur:" -#: ../plug-ins/common/sphere-designer.c:2722 +#: ../plug-ins/common/sphere-designer.c:2726 msgid "Colors:" msgstr "Fargar:" -#: ../plug-ins/common/sphere-designer.c:2725 -#: ../plug-ins/common/sphere-designer.c:2736 +#: ../plug-ins/common/sphere-designer.c:2729 +#: ../plug-ins/common/sphere-designer.c:2740 msgid "Color Selection Dialog" msgstr "Fargeveljardialog" #. Scale -#: ../plug-ins/common/sphere-designer.c:2747 -#: ../plug-ins/gimpressionist/paper.c:193 -#: ../plug-ins/ifs-compose/ifs-compose.c:553 +#: ../plug-ins/common/sphere-designer.c:2751 +#: ../plug-ins/gimpressionist/paper.c:194 +#: ../plug-ins/ifs-compose/ifs-compose.c:554 msgid "Scale:" msgstr "Skalering:" -#: ../plug-ins/common/sphere-designer.c:2755 +#: ../plug-ins/common/sphere-designer.c:2759 msgid "Turbulence:" msgstr "Turbulens:" -#: ../plug-ins/common/sphere-designer.c:2762 +#: ../plug-ins/common/sphere-designer.c:2766 msgid "Amount:" msgstr "Mengde:" -#: ../plug-ins/common/sphere-designer.c:2769 +#: ../plug-ins/common/sphere-designer.c:2773 msgid "Exp.:" msgstr "Eksp.:" -#: ../plug-ins/common/sphere-designer.c:2776 +#: ../plug-ins/common/sphere-designer.c:2780 msgid "Transformations" msgstr "Transformasjonar" -#: ../plug-ins/common/sphere-designer.c:2792 +#: ../plug-ins/common/sphere-designer.c:2796 #: ../plug-ins/map-object/map-object-ui.c:1143 msgid "Scale X:" msgstr "Skalering X:" -#: ../plug-ins/common/sphere-designer.c:2799 +#: ../plug-ins/common/sphere-designer.c:2803 msgid "Scale Y:" msgstr "Skalering Y:" -#: ../plug-ins/common/sphere-designer.c:2805 +#: ../plug-ins/common/sphere-designer.c:2809 msgid "Scale Z:" msgstr "Skalering Z:" -#: ../plug-ins/common/sphere-designer.c:2812 +#: ../plug-ins/common/sphere-designer.c:2816 msgid "Rotate X:" msgstr "Roter X:" -#: ../plug-ins/common/sphere-designer.c:2819 +#: ../plug-ins/common/sphere-designer.c:2823 msgid "Rotate Y:" msgstr "Roter Y:" -#: ../plug-ins/common/sphere-designer.c:2826 +#: ../plug-ins/common/sphere-designer.c:2830 msgid "Rotate Z:" msgstr "Roter Z:" -#: ../plug-ins/common/sphere-designer.c:2833 +#: ../plug-ins/common/sphere-designer.c:2837 msgid "Position X:" msgstr "Posisjon X:" -#: ../plug-ins/common/sphere-designer.c:2840 +#: ../plug-ins/common/sphere-designer.c:2844 msgid "Position Y:" msgstr "Posisjon Y:" -#: ../plug-ins/common/sphere-designer.c:2847 +#: ../plug-ins/common/sphere-designer.c:2851 msgid "Position Z:" msgstr "Posisjon Z:" -#: ../plug-ins/common/sphere-designer.c:2962 +#: ../plug-ins/common/sphere-designer.c:2966 msgid "Rendering sphere" msgstr "Bereknar kula" -#: ../plug-ins/common/sphere-designer.c:3012 +#: ../plug-ins/common/sphere-designer.c:3016 msgid "Create an image of a textured sphere" msgstr "Lager eit bilete av ei teksturert kule" -#: ../plug-ins/common/sphere-designer.c:3019 +#: ../plug-ins/common/sphere-designer.c:3023 msgid "Sphere _Designer..." msgstr "Kule_designer …" -#: ../plug-ins/common/sphere-designer.c:3073 +#: ../plug-ins/common/sphere-designer.c:3083 msgid "Region selected for plug-in is empty" msgstr "Området du valde for programtillegg er tomt" -#: ../plug-ins/common/threshold-alpha.c:84 +#: ../plug-ins/common/threshold-alpha.c:85 msgid "Make transparency all-or-nothing" msgstr "Gjer alt eller ingenting gjennomsiktig" -#: ../plug-ins/common/threshold-alpha.c:89 +#: ../plug-ins/common/threshold-alpha.c:90 msgid "_Threshold Alpha..." msgstr "Grenseverdi for _alfa …" -#: ../plug-ins/common/threshold-alpha.c:130 +#: ../plug-ins/common/threshold-alpha.c:131 msgid "The layer has its alpha channel locked." msgstr "Alfakanalen er låst for dette laget." -#: ../plug-ins/common/threshold-alpha.c:136 +#: ../plug-ins/common/threshold-alpha.c:137 msgid "RGBA/GRAYA drawable is not selected." msgstr "Ingen RGBA/GRAYA er vald" -#: ../plug-ins/common/threshold-alpha.c:164 +#: ../plug-ins/common/threshold-alpha.c:165 msgid "Coloring transparency" msgstr "Farger gjennomsikt" -#: ../plug-ins/common/threshold-alpha.c:247 +#: ../plug-ins/common/threshold-alpha.c:248 msgid "Threshold Alpha" msgstr "Alpha-grenseverdi" -#: ../plug-ins/common/threshold-alpha.c:282 +#: ../plug-ins/common/threshold-alpha.c:283 msgid "Threshold:" msgstr "Grenseverdi:" -#: ../plug-ins/common/tile-glass.c:123 +#: ../plug-ins/common/tile-glass.c:124 msgid "Simulate distortion caused by square glass tiles" msgstr "Biletet blir sett gjennom firkanta glasfliser" -#: ../plug-ins/common/tile-glass.c:129 +#: ../plug-ins/common/tile-glass.c:130 msgid "_Glass Tile..." msgstr "Glas_fliser …" -#: ../plug-ins/common/tile-glass.c:209 -#: ../plug-ins/common/tile-glass.c:249 +#: ../plug-ins/common/tile-glass.c:210 +#: ../plug-ins/common/tile-glass.c:250 msgid "Glass Tile" msgstr "Glasfliser" -#: ../plug-ins/common/tile-glass.c:288 +#: ../plug-ins/common/tile-glass.c:289 msgid "Tile _width:" msgstr "Flis_breidde:" -#: ../plug-ins/common/tile-paper.c:242 -#: ../plug-ins/common/tile-paper.c:555 +#: ../plug-ins/common/tile-paper.c:243 +#: ../plug-ins/common/tile-paper.c:556 msgid "Paper Tile" msgstr "Papirfliser" -#: ../plug-ins/common/tile-paper.c:268 +#: ../plug-ins/common/tile-paper.c:269 msgid "Division" msgstr "Deling" -#: ../plug-ins/common/tile-paper.c:318 +#: ../plug-ins/common/tile-paper.c:319 msgid "Fractional Pixels" msgstr "Restpikslar" -#: ../plug-ins/common/tile-paper.c:323 +#: ../plug-ins/common/tile-paper.c:324 msgid "_Background" msgstr "_Bakgrunn" -#: ../plug-ins/common/tile-paper.c:325 +#: ../plug-ins/common/tile-paper.c:326 msgid "_Ignore" msgstr "_Ignorer" -#: ../plug-ins/common/tile-paper.c:327 +#: ../plug-ins/common/tile-paper.c:328 msgid "_Force" msgstr "_Tving" -#: ../plug-ins/common/tile-paper.c:334 +#: ../plug-ins/common/tile-paper.c:335 msgid "C_entering" msgstr "_Sentrer" -#: ../plug-ins/common/tile-paper.c:349 +#: ../plug-ins/common/tile-paper.c:350 msgid "Movement" msgstr "Flytting" -#: ../plug-ins/common/tile-paper.c:362 +#: ../plug-ins/common/tile-paper.c:363 msgid "_Max (%):" msgstr "_Maks (%):" -#: ../plug-ins/common/tile-paper.c:368 +#: ../plug-ins/common/tile-paper.c:369 msgid "_Wrap around" msgstr "_Linjebryting" -#: ../plug-ins/common/tile-paper.c:378 +#: ../plug-ins/common/tile-paper.c:379 msgid "Background Type" msgstr "Bakgrunn" -#: ../plug-ins/common/tile-paper.c:385 +#: ../plug-ins/common/tile-paper.c:386 msgid "I_nverted image" msgstr "I_nvertert bilete" -#: ../plug-ins/common/tile-paper.c:387 +#: ../plug-ins/common/tile-paper.c:388 msgid "Im_age" msgstr "_Biletet" -#: ../plug-ins/common/tile-paper.c:389 +#: ../plug-ins/common/tile-paper.c:390 msgid "Fo_reground color" msgstr "_Forgrunnsfargen" -#: ../plug-ins/common/tile-paper.c:391 +#: ../plug-ins/common/tile-paper.c:392 msgid "Bac_kground color" msgstr "_Bakgrunnsfargen" -#: ../plug-ins/common/tile-paper.c:393 +#: ../plug-ins/common/tile-paper.c:394 msgid "S_elect here:" msgstr "_Vel farge her:" -#: ../plug-ins/common/tile-paper.c:400 +#: ../plug-ins/common/tile-paper.c:401 msgid "Background Color" msgstr "Bakgrunnsfarge" -#: ../plug-ins/common/tile-paper.c:845 +#: ../plug-ins/common/tile-paper.c:846 msgid "Cut image into paper tiles, and slide them" msgstr "Klipp biletet opp i papirbitar og forskyv bitane" -#: ../plug-ins/common/tile-paper.c:850 +#: ../plug-ins/common/tile-paper.c:851 msgid "September 31, 1999" msgstr "31. September 1999" -#: ../plug-ins/common/tile-paper.c:851 +#: ../plug-ins/common/tile-paper.c:852 msgid "_Paper Tile..." msgstr "_Papirfliser …" -#: ../plug-ins/common/tile-seamless.c:66 +#: ../plug-ins/common/tile-seamless.c:67 msgid "Alters edges to make the image seamlessly tileable" msgstr "Forandrer kantane slik at biletet kan flisleggast utan fuger" -#: ../plug-ins/common/tile-seamless.c:72 +#: ../plug-ins/common/tile-seamless.c:73 msgid "_Make Seamless" msgstr "Lag sau_mlause" -#: ../plug-ins/common/tile-seamless.c:337 +#: ../plug-ins/common/tile-seamless.c:338 msgid "Tiler" msgstr "Fliser" -#: ../plug-ins/common/tile-small.c:214 +#: ../plug-ins/common/tile-small.c:215 msgid "Tile image into smaller versions of the original" msgstr "Flislegg biletet i mindre versjonar av originalen" -#: ../plug-ins/common/tile-small.c:219 +#: ../plug-ins/common/tile-small.c:220 msgid "_Small Tiles..." msgstr "Små flise_r …" -#: ../plug-ins/common/tile-small.c:262 +#: ../plug-ins/common/tile-small.c:263 msgid "Region selected for filter is empty." msgstr "Området du valde for filter er tomt." #. Set the tile cache size -#: ../plug-ins/common/tile-small.c:320 -#: ../plug-ins/common/tile.c:189 +#: ../plug-ins/common/tile-small.c:321 +#: ../plug-ins/common/tile.c:190 msgid "Tiling" msgstr "Flislegging" #. Get the preview image -#: ../plug-ins/common/tile-small.c:363 +#: ../plug-ins/common/tile-small.c:364 msgid "Small Tiles" msgstr "Små fliser" #. Area for buttons etc #. Flip -#: ../plug-ins/common/tile-small.c:413 -#: ../plug-ins/ifs-compose/ifs-compose.c:609 +#: ../plug-ins/common/tile-small.c:414 +#: ../plug-ins/ifs-compose/ifs-compose.c:610 msgid "Flip" msgstr "Spegelvend" -#: ../plug-ins/common/tile-small.c:461 +#: ../plug-ins/common/tile-small.c:462 msgid "A_ll tiles" msgstr "A_lle flisene" -#: ../plug-ins/common/tile-small.c:475 +#: ../plug-ins/common/tile-small.c:476 msgid "Al_ternate tiles" msgstr "_Annakvar flis" -#: ../plug-ins/common/tile-small.c:489 +#: ../plug-ins/common/tile-small.c:490 msgid "_Explicit tile" msgstr "_Ei flis" -#: ../plug-ins/common/tile-small.c:495 +#: ../plug-ins/common/tile-small.c:496 msgid "Ro_w:" msgstr "_Rad:" -#: ../plug-ins/common/tile-small.c:519 +#: ../plug-ins/common/tile-small.c:520 msgid "Col_umn:" msgstr "_Kolonne:" -#: ../plug-ins/common/tile-small.c:571 +#: ../plug-ins/common/tile-small.c:572 msgid "O_pacity:" msgstr "_Dekkevne:" #. Lower frame saying howmany segments -#: ../plug-ins/common/tile-small.c:580 +#: ../plug-ins/common/tile-small.c:581 msgid "Number of Segments" msgstr "Talet på segment:" -#: ../plug-ins/common/tile.c:100 +#: ../plug-ins/common/tile.c:101 msgid "Create an array of copies of the image" msgstr "Lager ein tabell med kopiar av biletet" -#: ../plug-ins/common/tile.c:110 +#: ../plug-ins/common/tile.c:111 msgid "_Tile..." msgstr "Flisle_gg …" -#: ../plug-ins/common/tile.c:400 +#: ../plug-ins/common/tile.c:401 msgid "Tile" msgstr "Flis" -#: ../plug-ins/common/tile.c:421 +#: ../plug-ins/common/tile.c:422 msgid "Tile to New Size" msgstr "Flislegg til nytt format" -#: ../plug-ins/common/tile.c:443 +#: ../plug-ins/common/tile.c:444 msgid "C_reate new image" msgstr "Lag n_ytt bilete" -#: ../plug-ins/common/unit-editor.c:93 +#: ../plug-ins/common/unit-editor.c:94 msgid "Saved" msgstr "Lagra" -#: ../plug-ins/common/unit-editor.c:93 +#: ../plug-ins/common/unit-editor.c:94 msgid "A unit definition will only be saved before GIMP exits if this column is checked." msgstr "Dersom denne er avmerka, vil einingsdefinisjonen bli lagra når du avsluttar GIMP." -#: ../plug-ins/common/unit-editor.c:95 +#: ../plug-ins/common/unit-editor.c:96 msgid "ID" msgstr "ID" -#: ../plug-ins/common/unit-editor.c:95 +#: ../plug-ins/common/unit-editor.c:96 msgid "This string will be used to identify a unit in GIMP's configuration files." msgstr "Denne teksten blir nytta for å identifisera ei eining i konfigurasjonsfilene for GIMP." -#: ../plug-ins/common/unit-editor.c:97 +#: ../plug-ins/common/unit-editor.c:98 msgid "Factor" msgstr "Faktor" -#: ../plug-ins/common/unit-editor.c:97 +#: ../plug-ins/common/unit-editor.c:98 msgid "How many units make up an inch." msgstr "Kor mange einingar er det i ein Inch." -#: ../plug-ins/common/unit-editor.c:98 +#: ../plug-ins/common/unit-editor.c:99 msgid "Digits" msgstr "Siffer" -#: ../plug-ins/common/unit-editor.c:98 +#: ../plug-ins/common/unit-editor.c:99 msgid "This field is a hint for numerical input fields. It specifies how many decimal digits the input field should provide to get approximately the same accuracy as an \"inch\" input field with two decimal digits." msgstr "Dette feltet er ei tips for numeriske innskrivingsfelt. Det spesifiserer kor mange desimalar som må til for å bli omlag like nøyaktig som ei inch-innskriving med to desimalar. " -#: ../plug-ins/common/unit-editor.c:103 +#: ../plug-ins/common/unit-editor.c:104 msgid "Symbol" msgstr "Symbol" -#: ../plug-ins/common/unit-editor.c:103 -msgid "The unit's symbol if it has one (e.g. \" for inches). The unit's abbreviation is used if doesn't have a symbol." -msgstr "Symbol for eininga, dersom eit slik finst (t.d. «'» for Inch. Dersom det ikkje finst noe symbol, blir det brukt ei forkorting." +#: ../plug-ins/common/unit-editor.c:104 +msgid "The unit's symbol if it has one (e.g. \"'\" for inches). The unit's abbreviation is used if doesn't have a symbol." +msgstr "Symbolet for eininga dersom slikt finst (t.d. \"'\" for tommar). Elles blir avkortinga brukt." -#: ../plug-ins/common/unit-editor.c:106 +#: ../plug-ins/common/unit-editor.c:107 msgid "Abbreviation" msgstr "Forkorting" -#: ../plug-ins/common/unit-editor.c:106 +#: ../plug-ins/common/unit-editor.c:107 msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." msgstr "Forkorting for eininga, som t.d. «cm» for centimeter." -#: ../plug-ins/common/unit-editor.c:108 +#: ../plug-ins/common/unit-editor.c:109 msgid "Singular" msgstr "Singularis" -#: ../plug-ins/common/unit-editor.c:108 +#: ../plug-ins/common/unit-editor.c:109 msgid "The unit's singular form." msgstr "Eininga i eintal." -#: ../plug-ins/common/unit-editor.c:109 +#: ../plug-ins/common/unit-editor.c:110 msgid "Plural" msgstr "Pluralis" -#: ../plug-ins/common/unit-editor.c:109 +#: ../plug-ins/common/unit-editor.c:110 msgid "The unit's plural form." msgstr "Fleirtalsforma for eininga." -#: ../plug-ins/common/unit-editor.c:120 +#: ../plug-ins/common/unit-editor.c:121 msgid "Create a new unit from scratch" msgstr "Lag ei ny eining frå grunnen av." -#: ../plug-ins/common/unit-editor.c:126 +#: ../plug-ins/common/unit-editor.c:127 msgid "Create a new unit using the currently selected unit as template" msgstr "Lag ny eining med den valde eininga som mal." -#: ../plug-ins/common/unit-editor.c:144 +#: ../plug-ins/common/unit-editor.c:145 msgid "Create or alter units used in GIMP" msgstr "Opprett eller endra einingar brukte i GIMP" -#: ../plug-ins/common/unit-editor.c:149 +#: ../plug-ins/common/unit-editor.c:150 msgid "U_nits" msgstr "Einingar" -#: ../plug-ins/common/unit-editor.c:207 +#: ../plug-ins/common/unit-editor.c:208 msgid "Add a New Unit" msgstr "Legg til ei ny eining" -#: ../plug-ins/common/unit-editor.c:236 +#: ../plug-ins/common/unit-editor.c:237 msgid "_ID:" msgstr "_ID:" -#: ../plug-ins/common/unit-editor.c:247 +#: ../plug-ins/common/unit-editor.c:248 msgid "_Factor:" msgstr "_Faktor:" -#: ../plug-ins/common/unit-editor.c:257 +#: ../plug-ins/common/unit-editor.c:258 msgid "_Digits:" msgstr "_Tal:" -#: ../plug-ins/common/unit-editor.c:269 +#: ../plug-ins/common/unit-editor.c:270 msgid "_Symbol:" msgstr "_Symbol:" -#: ../plug-ins/common/unit-editor.c:281 +#: ../plug-ins/common/unit-editor.c:282 msgid "_Abbreviation:" msgstr "_Forkorting:" -#: ../plug-ins/common/unit-editor.c:293 +#: ../plug-ins/common/unit-editor.c:294 msgid "Si_ngular:" msgstr "Si_ngularis:" -#: ../plug-ins/common/unit-editor.c:305 +#: ../plug-ins/common/unit-editor.c:306 msgid "_Plural:" msgstr "_Pluralis:" -#: ../plug-ins/common/unit-editor.c:348 +#: ../plug-ins/common/unit-editor.c:349 msgid "Incomplete input" msgstr "Ufullstendig innskriving" -#: ../plug-ins/common/unit-editor.c:351 +#: ../plug-ins/common/unit-editor.c:352 msgid "Please fill in all text fields." msgstr "Fyll inn alle tekstfelta." -#: ../plug-ins/common/unit-editor.c:408 +#: ../plug-ins/common/unit-editor.c:409 msgid "Unit Editor" msgstr "Einingshandterar" -#: ../plug-ins/common/unsharp-mask.c:130 +#: ../plug-ins/common/unsharp-mask.c:128 msgid "The most widely useful method for sharpening an image" msgstr "Den mest brukte metoden for å skjerpe bileta" -#: ../plug-ins/common/unsharp-mask.c:140 +#: ../plug-ins/common/unsharp-mask.c:138 msgid "_Unsharp Mask..." msgstr "_Uskarpmaske …" -#: ../plug-ins/common/unsharp-mask.c:685 +#: ../plug-ins/common/unsharp-mask.c:475 msgid "Merging" msgstr "Fletter" -#: ../plug-ins/common/unsharp-mask.c:829 +#: ../plug-ins/common/unsharp-mask.c:644 msgid "Unsharp Mask" msgstr "Uskarpmaske" -#: ../plug-ins/common/value-invert.c:89 +#: ../plug-ins/common/value-invert.c:90 msgid "Invert the brightness of each pixel" msgstr "Inverter lysmengda for kvar piksel" -#: ../plug-ins/common/value-invert.c:103 +#: ../plug-ins/common/value-invert.c:104 msgid "_Value Invert" msgstr "_Inverter verdiar" -#: ../plug-ins/common/value-invert.c:190 +#: ../plug-ins/common/value-invert.c:191 msgid "Value Invert" msgstr "Inverter verdiane" -#: ../plug-ins/common/value-propagate.c:188 +#: ../plug-ins/common/value-propagate.c:189 msgid "More _white (larger value)" msgstr "Meir _kvitt (større verdi)" -#: ../plug-ins/common/value-propagate.c:191 +#: ../plug-ins/common/value-propagate.c:192 msgid "More blac_k (smaller value)" msgstr "Meir _svart (mindre verdi)" -#: ../plug-ins/common/value-propagate.c:194 +#: ../plug-ins/common/value-propagate.c:195 msgid "_Middle value to peaks" msgstr "_Middelverdi i spissane" -#: ../plug-ins/common/value-propagate.c:197 +#: ../plug-ins/common/value-propagate.c:198 msgid "_Foreground to peaks" msgstr "Forgrunn til s_pissane" -#: ../plug-ins/common/value-propagate.c:200 +#: ../plug-ins/common/value-propagate.c:201 msgid "O_nly foreground" msgstr "_Bare forgrunn" -#: ../plug-ins/common/value-propagate.c:203 +#: ../plug-ins/common/value-propagate.c:204 msgid "Only b_ackground" msgstr "B_are bakgrunn" -#: ../plug-ins/common/value-propagate.c:206 +#: ../plug-ins/common/value-propagate.c:207 msgid "Mor_e opaque" msgstr "Mindr_e gjennomsiktig" -#: ../plug-ins/common/value-propagate.c:209 +#: ../plug-ins/common/value-propagate.c:210 msgid "More t_ransparent" msgstr "Mei_r gjennomsiktig" -#: ../plug-ins/common/value-propagate.c:232 +#: ../plug-ins/common/value-propagate.c:233 msgid "Propagate certain colors to neighboring pixels" msgstr "Utbrei bestemte fargar til nabopikslane" -#: ../plug-ins/common/value-propagate.c:237 +#: ../plug-ins/common/value-propagate.c:238 msgid "_Value Propagate..." msgstr "_Verdiutbreiing …" -#: ../plug-ins/common/value-propagate.c:244 +#: ../plug-ins/common/value-propagate.c:245 msgid "Shrink lighter areas of the image" msgstr "Krymp lysare område i biletet" -#: ../plug-ins/common/value-propagate.c:249 +#: ../plug-ins/common/value-propagate.c:250 msgid "E_rode" msgstr "E_roder" -#: ../plug-ins/common/value-propagate.c:256 +#: ../plug-ins/common/value-propagate.c:257 msgid "Grow lighter areas of the image" msgstr "Auk lysare område i biletet" -#: ../plug-ins/common/value-propagate.c:261 +#: ../plug-ins/common/value-propagate.c:262 msgid "_Dilate" msgstr "_Utvid" -#: ../plug-ins/common/value-propagate.c:472 -#: ../plug-ins/common/value-propagate.c:1085 +#: ../plug-ins/common/value-propagate.c:473 +#: ../plug-ins/common/value-propagate.c:1086 msgid "Value Propagate" msgstr "Verdiutbreiing" #. Parameter settings -#: ../plug-ins/common/value-propagate.c:1151 +#: ../plug-ins/common/value-propagate.c:1152 msgid "Propagate" msgstr "Utbreiing" -#: ../plug-ins/common/value-propagate.c:1164 +#: ../plug-ins/common/value-propagate.c:1165 msgid "Lower t_hreshold:" msgstr "N_edre grenseverdi:" -#: ../plug-ins/common/value-propagate.c:1176 +#: ../plug-ins/common/value-propagate.c:1177 msgid "_Upper threshold:" msgstr "_Øvre grenseverdi:" -#: ../plug-ins/common/value-propagate.c:1188 +#: ../plug-ins/common/value-propagate.c:1189 msgid "_Propagating rate:" msgstr "_Utbreiingsmengde:" -#: ../plug-ins/common/value-propagate.c:1199 +#: ../plug-ins/common/value-propagate.c:1200 msgid "To l_eft" msgstr "Til ve_nstre" -#: ../plug-ins/common/value-propagate.c:1202 +#: ../plug-ins/common/value-propagate.c:1203 msgid "To _right" msgstr "Til _høgre" -#: ../plug-ins/common/value-propagate.c:1205 +#: ../plug-ins/common/value-propagate.c:1206 msgid "To _top" msgstr "Til _toppen" -#: ../plug-ins/common/value-propagate.c:1208 +#: ../plug-ins/common/value-propagate.c:1209 msgid "To _bottom" msgstr "Til b_otnen" -#: ../plug-ins/common/value-propagate.c:1217 +#: ../plug-ins/common/value-propagate.c:1218 msgid "Propagating _alpha channel" msgstr "Utbrei _alfakanal" -#: ../plug-ins/common/value-propagate.c:1228 +#: ../plug-ins/common/value-propagate.c:1229 msgid "Propagating value channel" msgstr "Utbrei verdikanal" -#: ../plug-ins/common/van-gogh-lic.c:565 -#: ../plug-ins/common/van-gogh-lic.c:640 +#: ../plug-ins/common/van-gogh-lic.c:566 +#: ../plug-ins/common/van-gogh-lic.c:641 msgid "Van Gogh (LIC)" msgstr "Van Gogh (LIC)" -#: ../plug-ins/common/van-gogh-lic.c:665 +#: ../plug-ins/common/van-gogh-lic.c:666 msgid "Effect Channel" msgstr "Effektkanal" -#: ../plug-ins/common/van-gogh-lic.c:672 +#: ../plug-ins/common/van-gogh-lic.c:673 msgid "_Brightness" msgstr "_Lysstyrke" -#: ../plug-ins/common/van-gogh-lic.c:678 +#: ../plug-ins/common/van-gogh-lic.c:679 msgid "Effect Operator" msgstr "Effektoperatør" -#: ../plug-ins/common/van-gogh-lic.c:683 +#: ../plug-ins/common/van-gogh-lic.c:684 msgid "_Derivative" msgstr "_Avleidd" -#: ../plug-ins/common/van-gogh-lic.c:684 +#: ../plug-ins/common/van-gogh-lic.c:685 msgid "_Gradient" msgstr "_Fargeovergang" -#: ../plug-ins/common/van-gogh-lic.c:690 +#: ../plug-ins/common/van-gogh-lic.c:691 msgid "Convolve" msgstr "Konturutjamning" -#: ../plug-ins/common/van-gogh-lic.c:695 +#: ../plug-ins/common/van-gogh-lic.c:696 msgid "_With white noise" msgstr "_Med kvit støy" -#: ../plug-ins/common/van-gogh-lic.c:696 +#: ../plug-ins/common/van-gogh-lic.c:697 msgid "W_ith source image" msgstr "M_ed kjeldebiletet" -#: ../plug-ins/common/van-gogh-lic.c:715 +#: ../plug-ins/common/van-gogh-lic.c:716 msgid "_Effect image:" msgstr "_Effektbilete:" -#: ../plug-ins/common/van-gogh-lic.c:726 +#: ../plug-ins/common/van-gogh-lic.c:727 msgid "_Filter length:" msgstr "_Filterlengde:" -#: ../plug-ins/common/van-gogh-lic.c:735 +#: ../plug-ins/common/van-gogh-lic.c:736 msgid "_Noise magnitude:" msgstr "_Støymengdel:" -#: ../plug-ins/common/van-gogh-lic.c:744 +#: ../plug-ins/common/van-gogh-lic.c:745 msgid "In_tegration steps:" msgstr "In_tegrasjonssteg:" -#: ../plug-ins/common/van-gogh-lic.c:753 +#: ../plug-ins/common/van-gogh-lic.c:754 msgid "_Minimum value:" msgstr "_Minimumverdi:" -#: ../plug-ins/common/van-gogh-lic.c:762 +#: ../plug-ins/common/van-gogh-lic.c:763 msgid "M_aximum value:" msgstr "M_aksimumverdi:" -#: ../plug-ins/common/van-gogh-lic.c:808 +#: ../plug-ins/common/van-gogh-lic.c:809 msgid "Special effects that nobody understands" msgstr "Spesialeffektar som ingen forstår" -#: ../plug-ins/common/van-gogh-lic.c:813 +#: ../plug-ins/common/van-gogh-lic.c:814 msgid "_Van Gogh (LIC)..." msgstr "_Van Gogh (LIC) …" -#: ../plug-ins/common/video.c:41 +#: ../plug-ins/common/video.c:42 msgid "_Staggered" msgstr "_Stopla" -#: ../plug-ins/common/video.c:42 +#: ../plug-ins/common/video.c:43 msgid "_Large staggered" msgstr "_Brei, stopla" -#: ../plug-ins/common/video.c:43 +#: ../plug-ins/common/video.c:44 msgid "S_triped" msgstr "S_triper" -#: ../plug-ins/common/video.c:44 +#: ../plug-ins/common/video.c:45 msgid "_Wide-striped" msgstr "Br_eie striper" -#: ../plug-ins/common/video.c:45 +#: ../plug-ins/common/video.c:46 msgid "Lo_ng-staggered" msgstr "La_ngstopla" -#: ../plug-ins/common/video.c:46 +#: ../plug-ins/common/video.c:47 msgid "_3x3" msgstr "_3x3" -#: ../plug-ins/common/video.c:47 +#: ../plug-ins/common/video.c:48 msgid "Larg_e 3x3" msgstr "_Stor 3x3" -#: ../plug-ins/common/video.c:48 +#: ../plug-ins/common/video.c:49 msgid "_Hex" msgstr "_Hex" -#: ../plug-ins/common/video.c:49 +#: ../plug-ins/common/video.c:50 msgid "_Dots" msgstr "_Punkt" -#: ../plug-ins/common/video.c:1806 +#: ../plug-ins/common/video.c:1807 msgid "Simulate distortion produced by a fuzzy or low-res monitor" msgstr "Simulerar forstyrringar som kjem av ein uklar skjerm med dårleg oppløysing" -#: ../plug-ins/common/video.c:1813 +#: ../plug-ins/common/video.c:1814 msgid "Vi_deo..." msgstr "Vi_deo …" -#: ../plug-ins/common/video.c:1885 -#: ../plug-ins/common/video.c:2016 +#: ../plug-ins/common/video.c:1886 +#: ../plug-ins/common/video.c:2017 msgid "Video" msgstr "Video" #. frame for the radio buttons -#: ../plug-ins/common/video.c:2038 +#: ../plug-ins/common/video.c:2039 msgid "Video Pattern" msgstr "Video-mønster" -#: ../plug-ins/common/video.c:2082 +#: ../plug-ins/common/video.c:2083 msgid "_Additive" msgstr "_Additiv" -#: ../plug-ins/common/video.c:2092 +#: ../plug-ins/common/video.c:2093 msgid "_Rotated" msgstr "_Rotert" -#: ../plug-ins/common/warp.c:232 +#: ../plug-ins/common/warp.c:233 msgid "Twist or smear image in many different ways" msgstr "Vrir og smører utover bileta på mange ulike måtar" -#: ../plug-ins/common/warp.c:240 +#: ../plug-ins/common/warp.c:241 msgid "_Warp..." msgstr "_Deformering …" -#: ../plug-ins/common/warp.c:375 +#: ../plug-ins/common/warp.c:376 msgid "Warp" msgstr "Deformering" -#: ../plug-ins/common/warp.c:396 +#: ../plug-ins/common/warp.c:397 msgid "Basic Options" msgstr "Grunnleggjande innstillingar" -#: ../plug-ins/common/warp.c:418 +#: ../plug-ins/common/warp.c:419 msgid "Step size:" msgstr "Steglengde:" -#: ../plug-ins/common/warp.c:432 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:769 -#: ../plug-ins/ifs-compose/ifs-compose.c:1211 +#: ../plug-ins/common/warp.c:433 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:770 +#: ../plug-ins/ifs-compose/ifs-compose.c:1212 msgid "Iterations:" msgstr "Gjentakingar:" #. Displacement map menu -#: ../plug-ins/common/warp.c:441 +#: ../plug-ins/common/warp.c:442 msgid "Displacement map:" msgstr "Forskyvingskart:" #. ======================================================================= #. Displacement Type -#: ../plug-ins/common/warp.c:459 +#: ../plug-ins/common/warp.c:460 msgid "On edges:" msgstr "Kanthandtering:" -#: ../plug-ins/common/warp.c:470 +#: ../plug-ins/common/warp.c:471 msgid "Wrap" msgstr "Bryt" -#: ../plug-ins/common/warp.c:485 +#: ../plug-ins/common/warp.c:486 msgid "Smear" msgstr "Smør ut" -#: ../plug-ins/common/warp.c:500 -#: ../plug-ins/file-fits/fits.c:1020 -#: ../plug-ins/flame/flame.c:1174 -#: ../plug-ins/gfig/gfig-dialog.c:1459 +#: ../plug-ins/common/warp.c:501 +#: ../plug-ins/file-fits/fits.c:1021 +#: ../plug-ins/flame/flame.c:1175 +#: ../plug-ins/gfig/gfig-dialog.c:1460 msgid "Black" msgstr "Svart" -#: ../plug-ins/common/warp.c:515 +#: ../plug-ins/common/warp.c:516 msgid "Foreground color" msgstr "Forgrunnsfarge" #. -------------------------------------------------------------------- #. --------- The secondary table -------------------------- -#: ../plug-ins/common/warp.c:535 +#: ../plug-ins/common/warp.c:536 msgid "Advanced Options" msgstr "Avanserte innstillingar" -#: ../plug-ins/common/warp.c:551 +#: ../plug-ins/common/warp.c:552 msgid "Dither size:" msgstr "Utjamningsstorleik:" -#: ../plug-ins/common/warp.c:564 +#: ../plug-ins/common/warp.c:565 msgid "Rotation angle:" msgstr "Rotasjonsvinkel:" -#: ../plug-ins/common/warp.c:577 +#: ../plug-ins/common/warp.c:578 msgid "Substeps:" msgstr "Mellomsteg:" #. Magnitude map menu -#: ../plug-ins/common/warp.c:586 +#: ../plug-ins/common/warp.c:587 msgid "Magnitude map:" msgstr "Vektleggingskart:" -#: ../plug-ins/common/warp.c:608 +#: ../plug-ins/common/warp.c:609 msgid "Use magnitude map" msgstr "Bruk vektleggingskart" #. -------------------------------------------------------------------- #. --------- The "other" table -------------------------- -#: ../plug-ins/common/warp.c:621 +#: ../plug-ins/common/warp.c:622 msgid "More Advanced Options" msgstr "Meir avanserte innstillingar" -#: ../plug-ins/common/warp.c:638 +#: ../plug-ins/common/warp.c:639 msgid "Gradient scale:" msgstr "Overgangsskala:" -#: ../plug-ins/common/warp.c:657 +#: ../plug-ins/common/warp.c:658 msgid "Gradient map selection menu" msgstr "Valmeny for overgangskart" -#: ../plug-ins/common/warp.c:667 +#: ../plug-ins/common/warp.c:668 msgid "Vector mag:" msgstr "Vektorforstørring:" #. Angle -#: ../plug-ins/common/warp.c:682 -#: ../plug-ins/ifs-compose/ifs-compose.c:567 +#: ../plug-ins/common/warp.c:683 +#: ../plug-ins/ifs-compose/ifs-compose.c:568 msgid "Angle:" msgstr "Vinkel:" -#: ../plug-ins/common/warp.c:701 +#: ../plug-ins/common/warp.c:702 msgid "Fixed-direction-vector map selection menu" msgstr "Meny for vektor-kart med konstant retning" #. make sure layer is visible -#: ../plug-ins/common/warp.c:1177 +#: ../plug-ins/common/warp.c:1178 msgid "Smoothing X gradient" msgstr "Jamnar ut X-overgang" -#: ../plug-ins/common/warp.c:1180 +#: ../plug-ins/common/warp.c:1181 msgid "Smoothing Y gradient" msgstr "Jamnar ut X-overgang" #. calculate new X,Y Displacement image maps -#: ../plug-ins/common/warp.c:1230 +#: ../plug-ins/common/warp.c:1231 msgid "Finding XY gradient" msgstr "Finn XY-overgang" -#: ../plug-ins/common/warp.c:1255 +#: ../plug-ins/common/warp.c:1256 +#, c-format msgid "Flow step %d" msgstr "Flytsteg %d" @@ -8042,7 +8137,7 @@ msgstr "Bøl_gjer …" #: ../plug-ins/common/waves.c:248 -#: ../plug-ins/flame/flame.c:762 +#: ../plug-ins/flame/flame.c:763 msgid "Waves" msgstr "Bølgjer" @@ -8066,7 +8161,8 @@ msgid "Waving" msgstr "Lager bølgjene" -#: ../plug-ins/common/web-browser.c:205 +#: ../plug-ins/common/web-browser.c:206 +#, c-format msgid "" "Web browser not specified.\n" "Please specify a web browser using the Preferences dialog." @@ -8074,7 +8170,8 @@ "Nettlesar er ikkje spesifisert.\n" "Opna brukarinnstillingane og spesifiser ein nettlesar." -#: ../plug-ins/common/web-browser.c:227 +#: ../plug-ins/common/web-browser.c:228 +#, c-format msgid "" "Could not parse the web browser command specified in the Preferences dialog:\n" "\n" @@ -8084,7 +8181,8 @@ "\n" "%s" -#: ../plug-ins/common/web-browser.c:245 +#: ../plug-ins/common/web-browser.c:246 +#, c-format msgid "" "Could not execute the web browser specified in the Preferences dialog:\n" "\n" @@ -8094,564 +8192,633 @@ "\n" "%s" -#: ../plug-ins/common/whirl-pinch.c:137 +#: ../plug-ins/common/whirl-pinch.c:138 msgid "Distort an image by whirling and pinching" msgstr "Forvrenger biletet ved å dreie og knipe det inn" -#: ../plug-ins/common/whirl-pinch.c:148 +#: ../plug-ins/common/whirl-pinch.c:149 msgid "W_hirl and Pinch..." msgstr "_Drei og knip …" -#: ../plug-ins/common/whirl-pinch.c:192 +#: ../plug-ins/common/whirl-pinch.c:193 msgid "Region affected by plug-in is empty" msgstr "Området som blir berørt av programtillegget er tomt" -#: ../plug-ins/common/whirl-pinch.c:340 +#: ../plug-ins/common/whirl-pinch.c:341 msgid "Whirling and pinching" msgstr "Dreier og knip" -#: ../plug-ins/common/whirl-pinch.c:527 +#: ../plug-ins/common/whirl-pinch.c:528 msgid "Whirl and Pinch" msgstr "Drei og knip" -#: ../plug-ins/common/whirl-pinch.c:564 +#: ../plug-ins/common/whirl-pinch.c:565 msgid "_Whirl angle:" msgstr "_Dreievinkel:" -#: ../plug-ins/common/whirl-pinch.c:576 +#: ../plug-ins/common/whirl-pinch.c:577 msgid "_Pinch amount:" msgstr "_Kniping:" -#: ../plug-ins/common/wind.c:174 +#: ../plug-ins/common/wind.c:175 msgid "Smear image to give windblown effect" msgstr "Smør biletet for å gi inntrykk av blåst" -#: ../plug-ins/common/wind.c:179 +#: ../plug-ins/common/wind.c:180 msgid "Wi_nd..." msgstr "Vi_nd …" -#: ../plug-ins/common/wind.c:314 +#: ../plug-ins/common/wind.c:315 msgid "Rendering blast" msgstr "Lager blåst" -#: ../plug-ins/common/wind.c:446 +#: ../plug-ins/common/wind.c:447 msgid "Rendering wind" msgstr "Lager vinden" -#: ../plug-ins/common/wind.c:878 +#: ../plug-ins/common/wind.c:879 msgid "Wind" msgstr "Vind" #. ******************************************************** #. radio buttons for choosing wind rendering algorithm #. ***************************************************** -#: ../plug-ins/common/wind.c:920 +#: ../plug-ins/common/wind.c:921 msgid "Style" msgstr "Stil" -#: ../plug-ins/common/wind.c:924 +#: ../plug-ins/common/wind.c:925 msgid "_Wind" msgstr "_Vind" -#: ../plug-ins/common/wind.c:925 +#: ../plug-ins/common/wind.c:926 msgid "_Blast" msgstr "_Blåst" -#: ../plug-ins/common/wind.c:948 +#: ../plug-ins/common/wind.c:949 msgid "_Left" msgstr "Ve_nstre" -#: ../plug-ins/common/wind.c:949 +#: ../plug-ins/common/wind.c:950 msgid "_Right" msgstr "_Høgre" #. **************************************************** #. radio buttons for choosing BOTH, LEADING, TRAILING #. ************************************************** -#: ../plug-ins/common/wind.c:968 +#: ../plug-ins/common/wind.c:969 msgid "Edge Affected" msgstr "Påverka kant" -#: ../plug-ins/common/wind.c:972 +#: ../plug-ins/common/wind.c:973 msgid "L_eading" msgstr "_Leiande" -#: ../plug-ins/common/wind.c:973 +#: ../plug-ins/common/wind.c:974 msgid "Tr_ailing" msgstr "H_engande" -#: ../plug-ins/common/wind.c:974 +#: ../plug-ins/common/wind.c:975 msgid "Bot_h" msgstr "Beg_ge" -#: ../plug-ins/common/wind.c:1011 +#: ../plug-ins/common/wind.c:1012 msgid "Higher values restrict the effect to fewer areas of the image" msgstr "Høgare verdi avgrensar effekten til færre område av biletet" -#: ../plug-ins/common/wind.c:1026 -#: ../plug-ins/gimpressionist/orientmap.c:693 +#: ../plug-ins/common/wind.c:1027 +#: ../plug-ins/gimpressionist/orientmap.c:694 msgid "_Strength:" msgstr "_Styrke:" -#: ../plug-ins/common/wind.c:1030 +#: ../plug-ins/common/wind.c:1031 msgid "Higher values increase the magnitude of the effect" msgstr "Høgare verdi gir sterkare effekt" -#: ../plug-ins/file-bmp/bmp-read.c:85 +#: ../plug-ins/file-bmp/bmp-read.c:88 msgid "Bad colormap" msgstr "Feil fargekart" -#: ../plug-ins/file-bmp/bmp-read.c:169 -#: ../plug-ins/file-bmp/bmp-read.c:179 -#: ../plug-ins/file-bmp/bmp-read.c:186 -#: ../plug-ins/file-bmp/bmp-read.c:195 -#: ../plug-ins/file-bmp/bmp-read.c:210 -#: ../plug-ins/file-bmp/bmp-read.c:394 -#: ../plug-ins/file-bmp/bmp-read.c:402 -#: ../plug-ins/file-bmp/bmp-read.c:410 +#: ../plug-ins/file-bmp/bmp-read.c:172 +#: ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 +#: ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 #: ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 +#: ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 +#: ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 +#, c-format msgid "'%s' is not a valid BMP file" msgstr "«%s» er ikkje ei gyldig BMP-fil" -#: ../plug-ins/file-bmp/bmp-read.c:224 -#: ../plug-ins/file-bmp/bmp-read.c:251 -#: ../plug-ins/file-bmp/bmp-read.c:279 -#: ../plug-ins/file-bmp/bmp-read.c:344 -#: ../plug-ins/file-bmp/bmp-read.c:370 +#: ../plug-ins/file-bmp/bmp-read.c:227 +#: ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 +#: ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 +#, c-format msgid "Error reading BMP file header from '%s'" msgstr "Feil ved lesing av header for BMP-fila «%s»" -#: ../plug-ins/file-bmp/bmp-read.c:530 +#: ../plug-ins/file-bmp/bmp-read.c:590 msgid "Unrecognized or invalid BMP compression format." msgstr "Ukjent eller ugyldig komprimeringingsformat for BMP." -#: ../plug-ins/file-bmp/bmp-read.c:572 +#: ../plug-ins/file-bmp/bmp-read.c:632 msgid "Unsupported or invalid bitdepth." msgstr "Ukjent eller ugyldig fargedjupn." -#: ../plug-ins/file-bmp/bmp-read.c:760 -#: ../plug-ins/file-bmp/bmp-read.c:801 -#: ../plug-ins/file-bmp/bmp-read.c:851 +#: ../plug-ins/file-bmp/bmp-read.c:820 +#: ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 msgid "The bitmap ends unexpectedly." msgstr "Punktgrafikken slutta uventa." -#: ../plug-ins/file-bmp/bmp-write.c:187 -#: ../plug-ins/file-bmp/bmp-write.c:209 +#: ../plug-ins/file-bmp/bmp-write.c:188 +#: ../plug-ins/file-bmp/bmp-write.c:210 msgid "Cannot save indexed image with transparency in BMP file format." msgstr "Kan ikkje lagra indekserte bilete med gjennomsikt i BMP-format." -#: ../plug-ins/file-bmp/bmp-write.c:189 -#: ../plug-ins/file-bmp/bmp-write.c:211 +#: ../plug-ins/file-bmp/bmp-write.c:190 +#: ../plug-ins/file-bmp/bmp-write.c:212 msgid "Alpha channel will be ignored." msgstr "Alfakanalen blir ignorerte." -#: ../plug-ins/file-bmp/bmp-write.c:792 +#: ../plug-ins/file-bmp/bmp-write.c:794 msgid "Save as BMP" msgstr "Lagra som BMP" -#: ../plug-ins/file-bmp/bmp-write.c:815 +#: ../plug-ins/file-bmp/bmp-write.c:817 msgid "_Run-Length Encoded" msgstr "Bruk _1 Byte Run-Length-Encoding" -#: ../plug-ins/file-bmp/bmp-write.c:827 -#: ../plug-ins/file-jpeg/jpeg-save.c:904 +#: ../plug-ins/file-bmp/bmp-write.c:829 +#: ../plug-ins/file-jpeg/jpeg-save.c:900 msgid "_Advanced Options" msgstr "_Avanserte innstillingar" -#: ../plug-ins/file-bmp/bmp-write.c:842 +#: ../plug-ins/file-bmp/bmp-write.c:844 msgid "16 bits" msgstr "16 bits" -#: ../plug-ins/file-bmp/bmp-write.c:878 +#: ../plug-ins/file-bmp/bmp-write.c:880 msgid "24 bits" msgstr "24 bits" -#: ../plug-ins/file-bmp/bmp-write.c:895 +#: ../plug-ins/file-bmp/bmp-write.c:897 msgid "32 bits" msgstr "32 bits" -#: ../plug-ins/file-bmp/bmp.c:123 -#: ../plug-ins/file-bmp/bmp.c:142 +#: ../plug-ins/file-bmp/bmp.c:124 +#: ../plug-ins/file-bmp/bmp.c:143 msgid "Windows BMP image" msgstr "Microsoft Windows BMP-bilete" -#: ../plug-ins/file-faxg3/faxg3.c:102 +#: ../plug-ins/file-faxg3/faxg3.c:103 msgid "G3 fax image" msgstr "G3-Fax-bilete" -#: ../plug-ins/file-fits/fits.c:167 -#: ../plug-ins/file-fits/fits.c:187 +#: ../plug-ins/file-fits/fits.c:168 +#: ../plug-ins/file-fits/fits.c:188 msgid "Flexible Image Transport System" msgstr "Flexible Image Transport System" -#: ../plug-ins/file-fits/fits.c:367 +#: ../plug-ins/file-fits/fits.c:368 msgid "Error during open of FITS file" msgstr "Feil under opninga av FITS-fila" -#: ../plug-ins/file-fits/fits.c:373 +#: ../plug-ins/file-fits/fits.c:374 msgid "FITS file keeps no displayable images" msgstr "FITS-fila inneheld ingen bilete som kan visast" -#: ../plug-ins/file-fits/fits.c:454 +#: ../plug-ins/file-fits/fits.c:455 msgid "FITS save cannot handle images with alpha channels" -msgstr "FITS kan ikkje behandla bilete med alfakanalar" +msgstr "FITS kan ikkje handtere bilete med alfakanalar" -#: ../plug-ins/file-fits/fits.c:992 +#: ../plug-ins/file-fits/fits.c:993 msgid "Load FITS File" msgstr "Opnar FITS-fil" -#: ../plug-ins/file-fits/fits.c:1016 +#: ../plug-ins/file-fits/fits.c:1017 msgid "Replacement for undefined pixels" msgstr "Erstatning for udefinerte pikslar" -#: ../plug-ins/file-fits/fits.c:1021 -#: ../plug-ins/gfig/gfig-dialog.c:1285 -#: ../plug-ins/gfig/gfig-dialog.c:1460 +#: ../plug-ins/file-fits/fits.c:1022 +#: ../plug-ins/gfig/gfig-dialog.c:1286 +#: ../plug-ins/gfig/gfig-dialog.c:1461 msgid "White" msgstr "Kvit" -#: ../plug-ins/file-fits/fits.c:1028 +#: ../plug-ins/file-fits/fits.c:1029 msgid "Pixel value scaling" msgstr "Pikselverdiskalering" -#: ../plug-ins/file-fits/fits.c:1033 +#: ../plug-ins/file-fits/fits.c:1034 msgid "By DATAMIN/DATAMAX" msgstr "Med DATAMIN/DATAMAX" -#: ../plug-ins/file-fits/fits.c:1040 +#: ../plug-ins/file-fits/fits.c:1041 msgid "Image Composing" msgstr "Set saman biletet" -#: ../plug-ins/file-fli/fli-gimp.c:165 -#: ../plug-ins/file-fli/fli-gimp.c:185 +#: ../plug-ins/file-fli/fli-gimp.c:166 +#: ../plug-ins/file-fli/fli-gimp.c:186 msgid "AutoDesk FLIC animation" msgstr "AutoDesk-FLIC-animasjon" -#: ../plug-ins/file-fli/fli-gimp.c:561 +#: ../plug-ins/file-fli/fli-gimp.c:562 +#, c-format msgid "Frame (%i)" msgstr "Ramme (%i)" -#: ../plug-ins/file-fli/fli-gimp.c:713 +#: ../plug-ins/file-fli/fli-gimp.c:714 msgid "Sorry, I can save only INDEXED and GRAY images." msgstr "Diverre er det bare råd å lagra indekserte bilete og bilete i gråskala." -#: ../plug-ins/file-fli/fli-gimp.c:845 +#: ../plug-ins/file-fli/fli-gimp.c:846 msgid "GFLI 1.3 - Load framestack" msgstr "GFLI 1.3 - Opna animasjon" -#: ../plug-ins/file-fli/fli-gimp.c:913 +#: ../plug-ins/file-fli/fli-gimp.c:914 msgid "GFLI 1.3 - Save framestack" msgstr "GFLI 1.3 - Lagra animasjon" -#: ../plug-ins/file-ico/ico-dialog.c:53 +#: ../plug-ins/file-ico/ico-dialog.c:54 msgid "Save as Windows Icon" msgstr "Lagra som Microsoft icon" -#: ../plug-ins/file-ico/ico-dialog.c:85 +#: ../plug-ins/file-ico/ico-dialog.c:86 msgid "Icon Details" msgstr "Ikondetaljar" -#: ../plug-ins/file-ico/ico-dialog.c:105 +#: ../plug-ins/file-ico/ico-dialog.c:106 msgid "Large icons and compression are not supported by all programs. Older applications may not open this file correctly." msgstr "Store ikon og komprimering blir ikkje støtta av alle program. Eldre utgåver kan kanskje ikkje opna desse filene rett." -#: ../plug-ins/file-ico/ico-dialog.c:177 +#: ../plug-ins/file-ico/ico-dialog.c:178 msgid "1 bpp, 1-bit alpha, 2-slot palette" msgstr "1 bpp, 1-bit alfa, 2-slot palett" -#: ../plug-ins/file-ico/ico-dialog.c:178 +#: ../plug-ins/file-ico/ico-dialog.c:179 msgid "4 bpp, 1-bit alpha, 16-slot palette" msgstr "4 bpp, 1-bit alfa, 16-slot palett" -#: ../plug-ins/file-ico/ico-dialog.c:179 +#: ../plug-ins/file-ico/ico-dialog.c:180 msgid "8 bpp, 1-bit alpha, 256-slot palette" msgstr "8 bpp, 1-bit alfa, 256-slot palett" -#: ../plug-ins/file-ico/ico-dialog.c:180 +#: ../plug-ins/file-ico/ico-dialog.c:181 msgid "24 bpp, 1-bit alpha, no palette" msgstr "32 bpp, 8-bit alfa, ingen palett" -#: ../plug-ins/file-ico/ico-dialog.c:181 +#: ../plug-ins/file-ico/ico-dialog.c:182 msgid "32 bpp, 8-bit alpha, no palette" msgstr "32 bpp, 8-bit Alfa, ingen palett" -#: ../plug-ins/file-ico/ico-dialog.c:195 +#: ../plug-ins/file-ico/ico-dialog.c:196 msgid "Compressed (PNG)" msgstr "Komprimert (PNG)" #. read successfully. add to image -#: ../plug-ins/file-ico/ico-load.c:615 +#: ../plug-ins/file-ico/ico-load.c:624 +#, c-format msgid "Icon #%i" msgstr "Ikon Nr. %i" -#: ../plug-ins/file-ico/ico-load.c:724 -#: ../plug-ins/file-jpeg/jpeg-load.c:632 -#: ../plug-ins/file-psd/psd-thumb-load.c:84 +#: ../plug-ins/file-ico/ico-load.c:733 +#: ../plug-ins/file-jpeg/jpeg-load.c:633 +#: ../plug-ins/file-psd/psd-thumb-load.c:85 +#, c-format msgid "Opening thumbnail for '%s'" msgstr "Opnar miniatyr for «%s»" -#: ../plug-ins/file-ico/ico.c:102 -#: ../plug-ins/file-ico/ico.c:136 +#: ../plug-ins/file-ico/ico.c:103 +#: ../plug-ins/file-ico/ico.c:137 msgid "Microsoft Windows icon" msgstr "Microsoft-Windows-ikon" -#: ../plug-ins/file-jpeg/jpeg-exif.c:292 +#: ../plug-ins/file-jpeg/jpeg-exif.c:293 msgid "Rotate Image?" msgstr "Rotere biletet?" -#: ../plug-ins/file-jpeg/jpeg-exif.c:295 +#: ../plug-ins/file-jpeg/jpeg-exif.c:296 msgid "_Keep Orientation" msgstr "_Behald orienteringa" -#: ../plug-ins/file-jpeg/jpeg-exif.c:351 +#: ../plug-ins/file-jpeg/jpeg-exif.c:352 msgid "According to the EXIF data, this image is rotated." msgstr "I følgje EXIF-data er biletet rotert." -#: ../plug-ins/file-jpeg/jpeg-exif.c:366 +#: ../plug-ins/file-jpeg/jpeg-exif.c:367 msgid "Would you like GIMP to rotate it into the standard orientation?" msgstr "Skal GIMP rotere biletet i standardretningen?" -#: ../plug-ins/file-jpeg/jpeg-load.c:240 +#: ../plug-ins/file-jpeg/jpeg-load.c:241 msgid "JPEG preview" msgstr "JPEG førehandsvising" -#: ../plug-ins/file-jpeg/jpeg-save.c:201 -msgid "File size: %s" -msgstr "Filstorleik:" +#: ../plug-ins/file-jpeg/jpeg-save.c:200 +#, c-format +msgid "File size: %02.01f kB" +msgstr "Filstorleik: %02.01f kB" -#: ../plug-ins/file-jpeg/jpeg-save.c:686 +#: ../plug-ins/file-jpeg/jpeg-save.c:682 msgid "Calculating file size..." msgstr "Reknar ut filstorleik" -#: ../plug-ins/file-jpeg/jpeg-save.c:778 -#: ../plug-ins/file-jpeg/jpeg-save.c:880 +#: ../plug-ins/file-jpeg/jpeg-save.c:774 +#: ../plug-ins/file-jpeg/jpeg-save.c:876 msgid "File size: unknown" msgstr "Filstorleik: ukjent" -#: ../plug-ins/file-jpeg/jpeg-save.c:831 +#: ../plug-ins/file-jpeg/jpeg-save.c:827 msgid "Save as JPEG" msgstr "Lagre som JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:866 +#: ../plug-ins/file-jpeg/jpeg-save.c:862 msgid "_Quality:" msgstr "_Kvalitet:" -#: ../plug-ins/file-jpeg/jpeg-save.c:870 +#: ../plug-ins/file-jpeg/jpeg-save.c:866 msgid "JPEG quality parameter" msgstr "JPEG-kvalitetsinnstillingane" -#: ../plug-ins/file-jpeg/jpeg-save.c:889 +#: ../plug-ins/file-jpeg/jpeg-save.c:885 msgid "Enable preview to obtain the file size." msgstr "Sett førehandsvisinga til å halde på fillengda." -#: ../plug-ins/file-jpeg/jpeg-save.c:892 +#: ../plug-ins/file-jpeg/jpeg-save.c:888 msgid "Sho_w preview in image window" msgstr "_Vis førehandsvisinga i biletvindauget" -#: ../plug-ins/file-jpeg/jpeg-save.c:933 +#: ../plug-ins/file-jpeg/jpeg-save.c:929 msgid "S_moothing:" msgstr "_Utjamning:" -#: ../plug-ins/file-jpeg/jpeg-save.c:946 +#: ../plug-ins/file-jpeg/jpeg-save.c:942 msgid "Frequency (rows):" msgstr "Frekvens (rader):" -#: ../plug-ins/file-jpeg/jpeg-save.c:962 +#: ../plug-ins/file-jpeg/jpeg-save.c:958 msgid "Use _restart markers" msgstr "Bruk _omstartmarkeringar" -#: ../plug-ins/file-jpeg/jpeg-save.c:978 +#: ../plug-ins/file-jpeg/jpeg-save.c:974 msgid "_Optimize" msgstr "_Optimaliser" -#: ../plug-ins/file-jpeg/jpeg-save.c:992 +#: ../plug-ins/file-jpeg/jpeg-save.c:988 msgid "_Progressive" msgstr "_Progressiv" -#: ../plug-ins/file-jpeg/jpeg-save.c:1008 +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 msgid "Save _EXIF data" msgstr "Lagra _EXIF-data" -#: ../plug-ins/file-jpeg/jpeg-save.c:1025 +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 msgid "Save _thumbnail" msgstr "Lagra _miniatyr" -#: ../plug-ins/file-jpeg/jpeg-save.c:1042 +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 msgid "Save _XMP data" msgstr "Lagra _XMP-data" -#: ../plug-ins/file-jpeg/jpeg-save.c:1057 +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 msgid "_Use quality settings from original image" msgstr "Bruk _kvalitetsinnstillingane frå originalbiletet" -#: ../plug-ins/file-jpeg/jpeg-save.c:1063 +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 msgid "If the original image was loaded from a JPEG file using non-standard quality settings (quantization tables), enable this option to get almost the same quality and file size." msgstr "Dersom originalbiletet blei henta frå ei JPEG-fil med ustandard kvalitetsinnstilling (kvantiseringstabellar), bruk denne innstillinga for å få tilnærma same kvalitet og fillengde." #. Subsampling -#: ../plug-ins/file-jpeg/jpeg-save.c:1087 +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 msgid "Su_bsampling:" msgstr "_Mellomsteg:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1094 +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 msgid "1x1,1x1,1x1 (best quality)" msgstr "1x1,1x1,1x1 (best kvalitet)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1096 +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 msgid "2x1,1x1,1x1 (4:2:2)" msgstr "2x1,1x1,1x1 (4:2:2)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1098 +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 msgid "1x2,1x1,1x1" msgstr "1x2,1x1,1x1" -#: ../plug-ins/file-jpeg/jpeg-save.c:1100 +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 msgid "2x2,1x1,1x1 (smallest file)" msgstr "2x2,1x1,1x1 (minst fil)" #. DCT method -#: ../plug-ins/file-jpeg/jpeg-save.c:1130 +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 msgid "_DCT method:" msgstr "_DCT-metode:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1136 +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 msgid "Fast Integer" msgstr "Raske heiltal" -#: ../plug-ins/file-jpeg/jpeg-save.c:1137 +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 msgid "Integer" msgstr "Heiltal" -#: ../plug-ins/file-jpeg/jpeg-save.c:1138 +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 msgid "Floating-Point" msgstr "Desimaltal" -#: ../plug-ins/file-jpeg/jpeg-save.c:1154 +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 msgid "Comment" msgstr "Kommentar" -#: ../plug-ins/file-jpeg/jpeg-save.c:1199 +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 msgid "Sa_ve Defaults" msgstr "_Lagra standardverdiane" -#: ../plug-ins/file-jpeg/jpeg.c:136 -#: ../plug-ins/file-jpeg/jpeg.c:174 +#: ../plug-ins/file-jpeg/jpeg.c:137 +#: ../plug-ins/file-jpeg/jpeg.c:175 msgid "JPEG image" msgstr "JPEG-bilete" -#: ../plug-ins/file-jpeg/jpeg.c:300 +#: ../plug-ins/file-jpeg/jpeg.c:301 msgid "Export Preview" msgstr "Export førehandsvising" -#: ../plug-ins/file-psd/psd-load.c:214 -#: ../plug-ins/file-psd/psd-thumb-load.c:130 +#: ../plug-ins/file-psd/psd-load.c:215 +#: ../plug-ins/file-psd/psd-thumb-load.c:131 +#, c-format msgid "Error loading PSD file: %s" msgstr "Feil ved opninga av PSD-fila: %s" -#: ../plug-ins/file-psd/psd-load.c:269 +#: ../plug-ins/file-psd/psd-load.c:270 +#, c-format msgid "Not a valid photoshop document file" msgstr "Ugyldig photoshop dokumentfil" -#: ../plug-ins/file-psd/psd-load.c:276 +#: ../plug-ins/file-psd/psd-load.c:277 +#, c-format msgid "Unsupported file format version: %d" msgstr "Har ikkje støtte for filformatversjonen: %d" -#: ../plug-ins/file-psd/psd-load.c:283 +#: ../plug-ins/file-psd/psd-load.c:284 +#, c-format msgid "Too many channels in file: %d" msgstr "For mange kanalar i fila %d" -#: ../plug-ins/file-psd/psd-load.c:313 +#: ../plug-ins/file-psd/psd-load.c:311 +#, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Ustøtta eller ugyldig biletstorleik: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:323 +#, c-format msgid "Unsupported color mode: %s" msgstr "Har ikkje støtte for fargemodellen %s" -#: ../plug-ins/file-psd/psd-load.c:340 +#: ../plug-ins/file-psd/psd-load.c:350 +#, c-format msgid "Unsupported bit depth: %d" msgstr "Har ikkje støtte for bitdjupna %d" -#: ../plug-ins/file-psd/psd-load.c:374 #: ../plug-ins/file-psd/psd-load.c:384 -#: ../plug-ins/file-psd/psd-load.c:603 -#: ../plug-ins/file-psd/psd-load.c:784 +#: ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 +#: ../plug-ins/file-psd/psd-load.c:834 +#, c-format msgid "The file is corrupt!" msgstr "Fila er øydelagt" -#: ../plug-ins/file-psd/psd-load.c:544 +#: ../plug-ins/file-psd/psd-load.c:554 +#, c-format msgid "Too many channels in layer: %d" msgstr "For mange kanalar i laget %d" -#: ../plug-ins/file-psd/psd-load.c:551 +#: ../plug-ins/file-psd/psd-load.c:562 +#, c-format msgid "Unsupported or invalid layer height: %d" msgstr "Ustøtta eller ugyldig laghøgde: %d" -#: ../plug-ins/file-psd/psd-load.c:558 +#: ../plug-ins/file-psd/psd-load.c:570 +#, c-format msgid "Unsupported or invalid layer width: %d" msgstr "Ustøtta eller ugyldig lagbreidde: %d" -#: ../plug-ins/file-psd/psd-load.c:1152 -#: ../plug-ins/file-psd/psd-load.c:1501 +#: ../plug-ins/file-psd/psd-load.c:579 +#, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "Ustøtta eller ugyldig lagstorleik: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:763 +#, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "Ustøtta eller ugyldig lagmaskehøgde: %d" + +#: ../plug-ins/file-psd/psd-load.c:771 +#, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "Ustøtta eller ugyldig lagmaskebreidde: %d" + +#: ../plug-ins/file-psd/psd-load.c:780 +#, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "Ustøtta eller ugyldig lagmaskestorleik: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:1202 +#: ../plug-ins/file-psd/psd-load.c:1551 +#, c-format msgid "Unsupported compression mode: %d" msgstr "Har ikkje støtte for kompresjonsmodus %d" -#: ../plug-ins/file-psd/psd-load.c:1594 +#: ../plug-ins/file-psd/psd-load.c:1644 msgid "Extra" msgstr "Ekstra" -#: ../plug-ins/file-psd/psd-save.c:227 -#: ../plug-ins/file-psd/psd.c:113 -#: ../plug-ins/file-psd/psd.c:152 +#: ../plug-ins/file-psd/psd-load.c:1819 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "Ustøtta eller ugyldig kanalstorleik" + +#: ../plug-ins/file-psd/psd-save.c:228 +#: ../plug-ins/file-psd/psd.c:114 +#: ../plug-ins/file-psd/psd.c:153 msgid "Photoshop image" msgstr "Photoshop-bilete" -#: ../plug-ins/file-psd/psd-save.c:373 +#: ../plug-ins/file-psd/psd-save.c:371 +#, c-format msgid "Unable to save layer with mode '%s'. Either the PSD file format or the save plug-in does not support that, using normal mode instead." msgstr "Kunne ikkje lagra lag i modus «%s». Anten PDS-filformatet eller programtillegget har ikkje støtte for dette. Bruker normalmodus i staden" -#: ../plug-ins/file-psd/psd-save.c:633 +#: ../plug-ins/file-psd/psd-save.c:631 msgid "Error: Can't convert GIMP base imagetype to PSD mode" msgstr "Feil: Kan ikkje omforma GIMP bilettype til PDS-modus" -#: ../plug-ins/file-psd/psd-save.c:1607 +#: ../plug-ins/file-psd/psd-save.c:1605 +#, c-format msgid "Unable to save '%s'. The PSD file format does not support images that are more than 30,000 pixels wide or tall." msgstr "Kan ikkje lagra «%s». PSD-formatet støtter ikkje bilete som er meir enn 30.000 pikslar høge eller breie." -#: ../plug-ins/file-psd/psd-save.c:1622 +#: ../plug-ins/file-psd/psd-save.c:1620 +#, c-format msgid "Unable to save '%s'. The PSD file format does not support images with layers that are more than 30,000 pixels wide or tall." msgstr "Kan ikkje lagra «%s». PSD-formatet støtter ikkje bilete med lag som er meir enn 30.000 pikslar høge eller breie." -#: ../plug-ins/file-psd/psd-util.c:50 +#: ../plug-ins/file-psd/psd-util.c:51 msgid "Unexpected end of file" msgstr "Uventa filslutt." -#: ../plug-ins/file-sgi/sgi.c:120 -#: ../plug-ins/file-sgi/sgi.c:140 +#: ../plug-ins/file-sgi/sgi.c:121 +#: ../plug-ins/file-sgi/sgi.c:141 msgid "Silicon Graphics IRIS image" msgstr "Silicon-Graphics-IRIS-bilete" #: ../plug-ins/file-sgi/sgi.c:325 +#, c-format msgid "Could not open '%s' for reading." msgstr "Kunne ikkje opna for lesing frå «%s»." -#: ../plug-ins/file-sgi/sgi.c:548 +#: ../plug-ins/file-sgi/sgi.c:341 +#, c-format +msgid "Invalid width: %hu" +msgstr "Ugyldig breidde: %hu" + +#: ../plug-ins/file-sgi/sgi.c:348 +#, c-format +msgid "Invalid height: %hu" +msgstr "Ugyldig høgde: %hu" + +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "Ugyldig tal på kanalar: %hu" + +#: ../plug-ins/file-sgi/sgi.c:569 +#, c-format msgid "Could not open '%s' for writing." msgstr "Kunne ikkje opna «%s» for skriving." -#: ../plug-ins/file-sgi/sgi.c:628 +#: ../plug-ins/file-sgi/sgi.c:649 msgid "Save as SGI" msgstr "Lagra som SGI" -#: ../plug-ins/file-sgi/sgi.c:644 +#: ../plug-ins/file-sgi/sgi.c:665 msgid "Compression type" msgstr "Kompressjonstype" -#: ../plug-ins/file-sgi/sgi.c:648 +#: ../plug-ins/file-sgi/sgi.c:669 msgid "No compression" msgstr "Ingen kompresjon" -#: ../plug-ins/file-sgi/sgi.c:650 +#: ../plug-ins/file-sgi/sgi.c:671 msgid "RLE compression" msgstr "RLE kompresjon" -#: ../plug-ins/file-sgi/sgi.c:652 +#: ../plug-ins/file-sgi/sgi.c:673 msgid "" "Aggressive RLE\n" "(not supported by SGI)" @@ -8659,53 +8826,115 @@ "Agressiv RLE\n" "(ikkje støtta av SGI)" -#: ../plug-ins/file-uri/uri-backend-gvfs.c:198 -msgid "Downloading image (%s of %s)" -msgstr "Lastar ned bilete (%s av %s)" - -#: ../plug-ins/file-uri/uri-backend-gvfs.c:202 -msgid "Uploading image (%s of %s)" -msgstr "Lastar opp biletet (%s of %s)" +#: ../plug-ins/file-uri/gimpmountoperation.c:448 +msgid "Co_nnect" +msgstr "Ko_pla til" + +#: ../plug-ins/file-uri/gimpmountoperation.c:492 +msgid "Connect _anonymously" +msgstr "Kopla til _anonymt" + +#: ../plug-ins/file-uri/gimpmountoperation.c:501 +msgid "Connect as u_ser:" +msgstr "Kopla til _som brukar:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:538 +msgid "_Username:" +msgstr "Br_ukarnamn:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:542 +msgid "_Domain:" +msgstr "_Domene:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:547 +msgid "_Password:" +msgstr "_Passord:" + +#: ../plug-ins/file-uri/gimpmountoperation.c:562 +msgid "_Forget password immediately" +msgstr "_Gløym passordet straks" + +#: ../plug-ins/file-uri/gimpmountoperation.c:570 +msgid "_Remember password until you logout" +msgstr "_Hugs passordet til du har logga ut" + +#: ../plug-ins/file-uri/gimpmountoperation.c:578 +msgid "_Remember forever" +msgstr "Hugs for _alltid" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:129 +#: ../plug-ins/file-uri/uri-backend-wget.c:303 +#, c-format +msgid "Downloading %s of image data" +msgstr "Lastar ned %s av biletdata" -#: ../plug-ins/file-uri/uri-backend-gvfs.c:224 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:135 -#: ../plug-ins/file-uri/uri-backend-wget.c:345 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:226 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:136 +#: ../plug-ins/file-uri/uri-backend-wget.c:346 +#, c-format msgid "Downloaded %s of image data" msgstr "%s av biletdata er lasta ned" -#: ../plug-ins/file-uri/uri-backend-gvfs.c:228 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:182 +#, c-format +msgid "Uploading %s of image data" +msgstr "Lastar %s av biletdata" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:183 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:230 +#, c-format msgid "Uploaded %s of image data" msgstr "%s av biletdata er lasta opp" -#: ../plug-ins/file-uri/uri-backend-gvfs.c:295 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:157 -#: ../plug-ins/file-uri/uri-backend-wget.c:194 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:297 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:158 +#: ../plug-ins/file-uri/uri-backend-wget.c:195 msgid "Connecting to server" msgstr "Koplar til tenaren" -#: ../plug-ins/file-uri/uri-backend-libcurl.c:59 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:312 +#, c-format +msgid "Failed to read %s from '%s': %s" +msgstr "Kunne ikkje lese %s frå «%s»: %s" + +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:361 +#, c-format +msgid "Failed to write %s to '%s': %s" +msgstr "Kunne ikkje skrive %s til «%s»: %s" + +#: ../plug-ins/file-uri/uri-backend-gvfs.c:200 +#, c-format +msgid "Downloading image (%s of %s)" +msgstr "Lastar ned bilete (%s av %s)" + +#: ../plug-ins/file-uri/uri-backend-gvfs.c:204 +#, c-format +msgid "Uploading image (%s of %s)" +msgstr "Lastar opp biletet (%s of %s)" + +#: ../plug-ins/file-uri/uri-backend-libcurl.c:60 msgid "Could not initialize libcurl" msgstr "Kunne ikkje initiere libcurl" -#: ../plug-ins/file-uri/uri-backend-libcurl.c:128 -#: ../plug-ins/file-uri/uri-backend-wget.c:302 -msgid "Downloading %s of image data" -msgstr "Lastar ned %s av biletdata" - -#: ../plug-ins/file-uri/uri-backend-libcurl.c:201 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:202 +#, c-format msgid "Opening '%s' for reading resulted in HTTP response code: %d" msgstr "Oninga av «%s» for lesing gav denne HTTP responskoden: %d" -#: ../plug-ins/file-uri/uri-backend-wget.c:161 -#: ../plug-ins/file-uri/uri-backend-wget.c:181 -#: ../plug-ins/file-uri/uri-backend-wget.c:200 -#: ../plug-ins/file-uri/uri-backend-wget.c:223 -#: ../plug-ins/file-uri/uri-backend-wget.c:252 +#: ../plug-ins/file-uri/uri-backend-wget.c:162 +#: ../plug-ins/file-uri/uri-backend-wget.c:182 +#: ../plug-ins/file-uri/uri-backend-wget.c:201 +#: ../plug-ins/file-uri/uri-backend-wget.c:224 +#: ../plug-ins/file-uri/uri-backend-wget.c:253 +#, c-format msgid "wget exited abnormally on URI '%s'" msgstr "wget blei avbroten i URI «%s»" #. The third line is "Connecting to..." -#: ../plug-ins/file-uri/uri-backend-wget.c:189 +#: ../plug-ins/file-uri/uri-backend-wget.c:190 #, c-format msgid "(timeout is %d second)" msgid_plural "(timeout is %d seconds)" @@ -8713,286 +8942,298 @@ msgstr[1] "(Tida er ute etter %d sekund)" #. The fourth line is either the network request or an error -#: ../plug-ins/file-uri/uri-backend-wget.c:218 +#: ../plug-ins/file-uri/uri-backend-wget.c:219 msgid "Opening URI" msgstr "Opnar URI" -#: ../plug-ins/file-uri/uri-backend-wget.c:229 -#: ../plug-ins/file-uri/uri-backend-wget.c:262 +#: ../plug-ins/file-uri/uri-backend-wget.c:230 +#: ../plug-ins/file-uri/uri-backend-wget.c:263 +#, c-format msgid "A network error occurred: %s" msgstr "Nettverksfeil: %s" -#: ../plug-ins/file-uri/uri-backend-wget.c:307 +#: ../plug-ins/file-uri/uri-backend-wget.c:308 msgid "Downloading unknown amount of image data" msgstr "Lastar ned ei ukjent mengde biletdata" -#: ../plug-ins/file-uri/uri.c:118 -#: ../plug-ins/file-uri/uri.c:139 +#: ../plug-ins/file-uri/uri.c:119 +#: ../plug-ins/file-uri/uri.c:140 msgid "URI" msgstr "URI" -#: ../plug-ins/file-xjt/xjt.c:487 -#: ../plug-ins/file-xjt/xjt.c:505 +#: ../plug-ins/file-xjt/xjt.c:488 +#: ../plug-ins/file-xjt/xjt.c:506 msgid "GIMP compressed XJT image" msgstr "XJT-bilete komprimert med GIMP" -#: ../plug-ins/file-xjt/xjt.c:735 +#: ../plug-ins/file-xjt/xjt.c:736 +#, c-format msgid "XJT file contains unknown layermode %d" msgstr "XJT-fila inneheld ukjent lagmodus %d" -#: ../plug-ins/file-xjt/xjt.c:772 +#: ../plug-ins/file-xjt/xjt.c:773 +#, c-format msgid "Warning: unsupported layermode %d saved to XJT" msgstr "Åtvaring: Ustøtta lagmodus %d lagra i XJT" -#: ../plug-ins/file-xjt/xjt.c:788 +#: ../plug-ins/file-xjt/xjt.c:789 +#, c-format msgid "XJT file contains unknown pathtype %d" msgstr "XJT-fila inneheld ukjent stigtype %d" -#: ../plug-ins/file-xjt/xjt.c:804 +#: ../plug-ins/file-xjt/xjt.c:805 +#, c-format msgid "Warning: unsupported pathtype %d saved to XJT" msgstr "Åtvaring: Ustøtta stigtype %d lagra i XJT" -#: ../plug-ins/file-xjt/xjt.c:823 +#: ../plug-ins/file-xjt/xjt.c:824 +#, c-format msgid "XJT file contains unknown unittype %d" msgstr "XJT-fila inneheld ukjent eining %d" -#: ../plug-ins/file-xjt/xjt.c:844 +#: ../plug-ins/file-xjt/xjt.c:845 +#, c-format msgid "Warning: unsupported unittype %d saved to XJT" msgstr "Åtvaring: Ustøtta eining %d lagra i XJT" -#: ../plug-ins/file-xjt/xjt.c:865 +#: ../plug-ins/file-xjt/xjt.c:866 msgid "Save as XJT" msgstr "Lagra som XJT" -#: ../plug-ins/file-xjt/xjt.c:888 +#: ../plug-ins/file-xjt/xjt.c:889 msgid "Optimize" msgstr "Optimaliser" -#: ../plug-ins/file-xjt/xjt.c:898 +#: ../plug-ins/file-xjt/xjt.c:899 msgid "Clear transparent" msgstr "Tøm gjennomsiktig" -#: ../plug-ins/file-xjt/xjt.c:910 +#: ../plug-ins/file-xjt/xjt.c:911 msgid "Quality:" msgstr "Kvalitet:" -#: ../plug-ins/file-xjt/xjt.c:919 +#: ../plug-ins/file-xjt/xjt.c:920 msgid "Smoothing:" msgstr "Utjamning:" -#: ../plug-ins/file-xjt/xjt.c:1716 -#: ../plug-ins/file-xjt/xjt.c:3353 +#: ../plug-ins/file-xjt/xjt.c:1719 +#: ../plug-ins/file-xjt/xjt.c:3373 +#, c-format msgid "Could not create working folder '%s': %s" msgstr "Kunne ikkje lage arbeidsmappa «%s»: %s" -#: ../plug-ins/file-xjt/xjt.c:3219 +#: ../plug-ins/file-xjt/xjt.c:3239 +#, c-format msgid "Error: Could not read XJT property file '%s'." msgstr "Feil: Kunne ikkje lese fila «%s» med XJT-eigenskapane." -#: ../plug-ins/file-xjt/xjt.c:3226 +#: ../plug-ins/file-xjt/xjt.c:3246 +#, c-format msgid "Error: XJT property file '%s' is empty." msgstr "Feil: Fila «%s» med XJT-eigenskapane er tom." -#: ../plug-ins/flame/flame.c:128 +#: ../plug-ins/flame/flame.c:129 msgid "Create cosmic recursive fractal flames" msgstr "Lager kosmiske, rekursive fraktalflammer" -#: ../plug-ins/flame/flame.c:133 +#: ../plug-ins/flame/flame.c:134 msgid "_Flame..." msgstr "_Flamme …" -#: ../plug-ins/flame/flame.c:226 +#: ../plug-ins/flame/flame.c:227 msgid "Drawing flame" msgstr "Teiknar flamme" -#: ../plug-ins/flame/flame.c:318 +#: ../plug-ins/flame/flame.c:319 msgid "Flame works only on RGB drawables." msgstr "Flamme kan bare brukast på RGB-bilete" -#: ../plug-ins/flame/flame.c:401 +#: ../plug-ins/flame/flame.c:402 +#, c-format msgid "'%s' is not a regular file" msgstr "«%s» er ikkje ei vanleg fil" -#: ../plug-ins/flame/flame.c:645 +#: ../plug-ins/flame/flame.c:646 msgid "Edit Flame" msgstr "Rediger Flamme" -#: ../plug-ins/flame/flame.c:668 +#: ../plug-ins/flame/flame.c:669 msgid "Directions" msgstr "Retningar" -#: ../plug-ins/flame/flame.c:704 +#: ../plug-ins/flame/flame.c:705 msgid "Controls" msgstr "Kontrollar" -#: ../plug-ins/flame/flame.c:718 +#: ../plug-ins/flame/flame.c:719 msgid "_Speed:" msgstr "_Fart:" -#: ../plug-ins/flame/flame.c:735 +#: ../plug-ins/flame/flame.c:736 msgid "_Randomize" msgstr "_Slump" -#: ../plug-ins/flame/flame.c:745 +#: ../plug-ins/flame/flame.c:746 msgid "Same" msgstr "Same" -#: ../plug-ins/flame/flame.c:746 -#: ../plug-ins/gimpressionist/orientation.c:163 -#: ../plug-ins/gimpressionist/size.c:166 +#: ../plug-ins/flame/flame.c:747 +#: ../plug-ins/gimpressionist/orientation.c:164 +#: ../plug-ins/gimpressionist/size.c:167 msgid "Random" msgstr "Tilfeldig" -#: ../plug-ins/flame/flame.c:750 +#: ../plug-ins/flame/flame.c:751 msgid "Swirl" msgstr "Kvervel" -#: ../plug-ins/flame/flame.c:751 +#: ../plug-ins/flame/flame.c:752 msgid "Horseshoe" msgstr "Hestesko" -#: ../plug-ins/flame/flame.c:752 -#: ../plug-ins/gfig/gfig-dialog.c:1441 +#: ../plug-ins/flame/flame.c:753 +#: ../plug-ins/gfig/gfig-dialog.c:1442 msgid "Polar" msgstr "Polar" -#: ../plug-ins/flame/flame.c:753 +#: ../plug-ins/flame/flame.c:754 msgid "Bent" msgstr "Bøyd" -#: ../plug-ins/flame/flame.c:754 +#: ../plug-ins/flame/flame.c:755 msgid "Handkerchief" msgstr "Handklede" -#: ../plug-ins/flame/flame.c:755 +#: ../plug-ins/flame/flame.c:756 msgid "Heart" msgstr "Hjarte" -#: ../plug-ins/flame/flame.c:756 +#: ../plug-ins/flame/flame.c:757 msgid "Disc" msgstr "Skive" -#: ../plug-ins/flame/flame.c:758 +#: ../plug-ins/flame/flame.c:759 msgid "Hyperbolic" msgstr "Hyperbolisk" -#: ../plug-ins/flame/flame.c:760 +#: ../plug-ins/flame/flame.c:761 msgid "Ex" msgstr "Eks" -#: ../plug-ins/flame/flame.c:761 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:843 +#: ../plug-ins/flame/flame.c:762 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:844 msgid "Julia" msgstr "Julia" -#: ../plug-ins/flame/flame.c:763 +#: ../plug-ins/flame/flame.c:764 msgid "Fisheye" msgstr "Fiskeauge" -#: ../plug-ins/flame/flame.c:764 +#: ../plug-ins/flame/flame.c:765 msgid "Popcorn" msgstr "Popkorn" -#: ../plug-ins/flame/flame.c:765 +#: ../plug-ins/flame/flame.c:766 msgid "Exponential" msgstr " Eksponential" -#: ../plug-ins/flame/flame.c:766 +#: ../plug-ins/flame/flame.c:767 msgid "Power" msgstr "Potens" -#: ../plug-ins/flame/flame.c:767 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:996 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1037 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1078 +#: ../plug-ins/flame/flame.c:768 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:997 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1038 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1079 msgid "Cosine" msgstr "Kosinus" -#: ../plug-ins/flame/flame.c:768 +#: ../plug-ins/flame/flame.c:769 msgid "Rings" msgstr "Ringar" -#: ../plug-ins/flame/flame.c:769 +#: ../plug-ins/flame/flame.c:770 msgid "Fan" msgstr "Vifte" -#: ../plug-ins/flame/flame.c:770 +#: ../plug-ins/flame/flame.c:771 msgid "Eyefish" msgstr "Augefisk" -#: ../plug-ins/flame/flame.c:771 +#: ../plug-ins/flame/flame.c:772 msgid "Bubble" msgstr "Buble" -#: ../plug-ins/flame/flame.c:772 +#: ../plug-ins/flame/flame.c:773 #: ../plug-ins/map-object/map-object-ui.c:491 msgid "Cylinder" msgstr "Sylinder" -#: ../plug-ins/flame/flame.c:774 +#: ../plug-ins/flame/flame.c:775 msgid "Blur" msgstr "Slør" -#: ../plug-ins/flame/flame.c:775 +#: ../plug-ins/flame/flame.c:776 msgid "Gaussian" msgstr "Gaussisk sløring" -#: ../plug-ins/flame/flame.c:788 +#: ../plug-ins/flame/flame.c:789 msgid "_Variation:" msgstr "_Variasjon:" -#: ../plug-ins/flame/flame.c:810 +#: ../plug-ins/flame/flame.c:811 msgid "Load Flame" msgstr "Opna Flamme" -#: ../plug-ins/flame/flame.c:825 +#: ../plug-ins/flame/flame.c:826 msgid "Save Flame" msgstr "Lagra Flamme" -#: ../plug-ins/flame/flame.c:967 +#: ../plug-ins/flame/flame.c:968 msgid "Flame" msgstr "Flamme" -#: ../plug-ins/flame/flame.c:1068 +#: ../plug-ins/flame/flame.c:1069 msgid "_Rendering" msgstr "_Teikning" -#: ../plug-ins/flame/flame.c:1094 +#: ../plug-ins/flame/flame.c:1095 msgid "Co_ntrast:" msgstr "Ko_ntrast:" -#: ../plug-ins/flame/flame.c:1108 +#: ../plug-ins/flame/flame.c:1109 msgid "_Gamma:" msgstr "_Gamma:" -#: ../plug-ins/flame/flame.c:1122 +#: ../plug-ins/flame/flame.c:1123 msgid "Sample _density:" msgstr "_Punkttettleik:" -#: ../plug-ins/flame/flame.c:1133 +#: ../plug-ins/flame/flame.c:1134 msgid "Spa_tial oversample:" msgstr "_Overteikning i rommet:" -#: ../plug-ins/flame/flame.c:1144 +#: ../plug-ins/flame/flame.c:1145 msgid "Spatial _filter radius:" msgstr " _Radius for romfilteret:" -#: ../plug-ins/flame/flame.c:1163 +#: ../plug-ins/flame/flame.c:1164 msgid "Color_map:" msgstr "Farge_kart:" -#: ../plug-ins/flame/flame.c:1205 +#: ../plug-ins/flame/flame.c:1206 msgid "Custom gradient" msgstr "Eigendefinert fargeovergang" -#: ../plug-ins/flame/flame.c:1231 +#: ../plug-ins/flame/flame.c:1232 msgid "C_amera" msgstr "K_amera" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:546 -#: ../plug-ins/gfig/gfig-dialog.c:273 -#: ../plug-ins/gimpressionist/utils.c:142 -#: ../plug-ins/gradient-flare/gradient-flare.c:880 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547 +#: ../plug-ins/gfig/gfig-dialog.c:274 +#: ../plug-ins/gimpressionist/utils.c:143 +#: ../plug-ins/gradient-flare/gradient-flare.c:881 +#, c-format msgid "" "No %s in gimprc:\n" "You need to add an entry like\n" @@ -9004,274 +9245,280 @@ "(%s «%s»)\n" "i %s-fila di." -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:637 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:638 msgid "Realtime preview" msgstr "Førehandsvising i sanntid" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:645 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:646 msgid "If enabled the preview will be redrawn automatically" msgstr "Dersom du aktiverer denne, vil førehandsvisinga bli oppdatert automatisk." -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:648 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:649 msgid "R_edraw preview" msgstr "_Oppdater førheandsvisinga" #. Zoom Options -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:656 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:657 msgid "Zoom" msgstr "Zoom" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:692 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:693 msgid "Undo last zoom change" msgstr "Angre siste zoomendringa" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:702 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:703 msgid "Redo last zoom change" msgstr "Gjenta siste zoomendringa" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:717 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:718 msgid "_Parameters" msgstr "_Parametrar" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:720 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:721 msgid "Fractal Parameters" msgstr "Fraktalparametrar" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:733 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:734 #: ../plug-ins/map-object/map-object-ui.c:1099 msgid "Left:" msgstr "Venstre:" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:742 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:743 #: ../plug-ins/map-object/map-object-ui.c:1099 msgid "Right:" msgstr "Høgre:" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:751 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:752 #: ../plug-ins/map-object/map-object-ui.c:1098 msgid "Top:" msgstr "Topp:" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:760 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:761 #: ../plug-ins/map-object/map-object-ui.c:1098 msgid "Bottom:" msgstr "Botn:" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:772 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773 msgid "The higher the number of iterations, the more details will be calculated" msgstr "Dess fleire gjentakingar (høgare verdi), dess fleire detaljar blir rekna ut" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:780 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781 msgid "CX:" msgstr "CX:" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:783 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:793 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:784 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:794 msgid "Changes aspect of fractal" msgstr "Endrar utsjånaden til fraktalen" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:790 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:791 msgid "CY:" msgstr "CY:" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:808 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:809 msgid "Load a fractal from file" msgstr "Last fraktal frå fil" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:816 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817 msgid "Reset parameters to default values" msgstr "Sett tilbake til standardverdiane" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:825 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826 msgid "Save active fractal to file" msgstr "Lagra aktiv fraktal frå fil" #. Fractal type toggle box -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:828 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:829 msgid "Fractal Type" msgstr "Fraktaltype" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:841 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:842 msgid "Mandelbrot" msgstr "Mandelbrot" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:845 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:846 msgid "Barnsley 1" msgstr "Barnsley 1" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:847 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:848 msgid "Barnsley 2" msgstr "Barnsley 2" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:849 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:850 msgid "Barnsley 3" msgstr "Barnsley 3" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:851 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:852 msgid "Spider" msgstr "Spinne" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:853 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:854 msgid "Man'o'war" msgstr "Man'o'war" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:855 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:856 msgid "Lambda" msgstr "Lambda" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:857 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:858 msgid "Sierpinski" msgstr "Sierpinski" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:919 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:920 msgid "Number of colors:" msgstr "Talet på fargar:" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:922 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:923 msgid "Change the number of colors in the mapping" msgstr "Endra talet på fargar i avbildinga" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:929 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:930 msgid "Use loglog smoothing" msgstr "Bruk loglog utglatting" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:936 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937 msgid "Use log log smoothing to eliminate \"banding\" in the result" msgstr "Bruk loglog utglatting for å eliminera «striping» på biletet" #. Color Density frame -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:940 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941 msgid "Color Density" msgstr "Fargedekning" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:955 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:956 msgid "Change the intensity of the red channel" msgstr "Endra intensiteten for den raude kanalen" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:965 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:966 msgid "Change the intensity of the green channel" msgstr "Endra intensiteten for den grøne kanalen" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:975 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:976 msgid "Change the intensity of the blue channel" msgstr "Endra intensiteten for den blå kanalen" #. Color Function frame -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:981 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:982 msgid "Color Function" msgstr "Fargefunksjon" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:994 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1035 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1076 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:995 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1036 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1077 msgid "Sine" msgstr "Sinus" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1003 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1044 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1085 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1004 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1086 msgid "Use sine-function for this color component" msgstr "Bruk sinusfunksjon for denne fargekomponenten" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1006 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1047 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1088 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1007 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1048 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1089 msgid "Use cosine-function for this color component" msgstr "Bruk kosinusfunksjon for denne fargekomponenten" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1009 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1050 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1091 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1010 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1051 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1092 msgid "Use linear mapping instead of any trigonometrical function for this color channel" msgstr "Bruk lineær avbilding i staden for triginometriske funksjonar for denne fargekanalen" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1018 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1059 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1100 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1019 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1060 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1101 msgid "Inversion" msgstr "Inversjon" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1026 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1067 -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1108 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1027 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1068 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1109 msgid "If you enable this option higher color values will be swapped with lower ones and vice versa" msgstr "Dette alternativet fører til at høge fargeverdiar bli bytta om med låge verdiar, og omvendt" #. Colormode toggle box -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1113 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1114 msgid "Color Mode" msgstr "Fargemodus" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1122 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1123 msgid "As specified above" msgstr "Som spesifisert ovanfor" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1134 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1135 msgid "Create a color-map with the options you specified above (color density/function). The result is visible in the preview image" msgstr "Lag eit fargekart med dei innstillingane du spesifiserte ovanfor (fargetettleik/funksjon). Resultatet er synleg i førehandsvisinga." -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1144 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1145 msgid "Apply active gradient to final image" msgstr "Legg aktiv fargeovergang til det ferdige biletet" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1156 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1157 msgid "Create a color-map using a gradient from the gradient editor" -msgstr "Opprett eit fargekart ved å bruke ein fargeovergang frå fargeovergangsbehandlaren" +msgstr "Opprett eit fargekart ved å bruke ein fargeovergang frå fargeovergangshandteraren" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1167 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1168 msgid "FractalExplorer Gradient" msgstr "Fraktalutforskarovergang" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1197 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1198 msgid "_Fractals" msgstr "_Fraktalar" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1559 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560 +#, c-format msgid "Could not write '%s': %s" msgstr "Kunne ikkje skriva til «%s»: %s" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1634 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635 msgid "Load Fractal Parameters" msgstr "Hent fraktalparametrar" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1672 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1673 msgid "Save Fractal Parameters" msgstr "Lagra fraktalparametrar" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1870 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1871 +#, c-format msgid "'%s' is not a FractalExplorer file" msgstr "«%s» er ikkje ei Fraktalutforskarfil" -#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1876 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1877 +#, c-format msgid "'%s' is corrupt. Line %d Option section incorrect" msgstr "Feil i «%s». Innstillingane i %d er feil" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:238 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:239 msgid "Render fractal art" msgstr "Teiknar fraktalkunst" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:243 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:244 msgid "_Fractal Explorer..." msgstr "_Fraktalutforskaren …" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:373 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:374 msgid "Rendering fractal" msgstr "Teiknar fraktal" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:755 -#: ../plug-ins/gradient-flare/gradient-flare.c:3199 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:756 +#: ../plug-ins/gradient-flare/gradient-flare.c:3200 +#, c-format msgid "Are you sure you want to delete \"%s\" from the list and from disk?" msgstr "Er du sikker på at du vil slette \"%s\" frå lista og frå disken?" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:759 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:760 msgid "Delete Fractal" msgstr "Slett fraktal" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:949 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:950 +#, c-format msgid "File '%s' is not a FractalExplorer file" msgstr "Fila «%s» er ikkje ei Fraktalutforskar-fil" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:958 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:959 +#, c-format msgid "" "File '%s' is corrupt.\n" "Line %d Option section incorrect" @@ -9279,826 +9526,827 @@ "Fila «%s» er skada.\n" "Linje %d innstillingssektionen er feil" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:1002 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1003 msgid "My first fractal" msgstr "Min første fraktal" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:1066 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1067 msgid "Select folder and rescan collection" msgstr "Vel mappe og skan samlinga på nytt" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:1078 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1079 msgid "Apply currently selected fractal" msgstr "Bruk den valde fraktalen" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:1090 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1091 msgid "Delete currently selected fractal" msgstr "Slett den valde fraktalen" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:1113 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1114 msgid "Rescan for Fractals" msgstr "Les inn fraktalar på nytt" -#: ../plug-ins/fractal-explorer/fractal-explorer.c:1132 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1133 msgid "Add FractalExplorer Path" msgstr "Legg til stig for fraktalutforskaren" -#: ../plug-ins/gfig/gfig-bezier.c:442 +#: ../plug-ins/gfig/gfig-bezier.c:443 msgid "Closed" msgstr "Lukka" -#: ../plug-ins/gfig/gfig-bezier.c:447 +#: ../plug-ins/gfig/gfig-bezier.c:448 msgid "Close curve on completion" msgstr "Lukk kurven ved avslutning" -#: ../plug-ins/gfig/gfig-bezier.c:452 +#: ../plug-ins/gfig/gfig-bezier.c:453 msgid "Show Line Frame" msgstr "Vis linjeramme" -#: ../plug-ins/gfig/gfig-bezier.c:457 +#: ../plug-ins/gfig/gfig-bezier.c:458 msgid "Draws lines between the control points. Only during curve creation" msgstr "Teikna linjer mellom kontrollpunkta. Bare synleg under teikninga." #. Start building the dialog up -#: ../plug-ins/gfig/gfig-dialog.c:285 +#: ../plug-ins/gfig/gfig-dialog.c:286 msgid "Gfig" msgstr "Gfig" #. Tool options notebook -#: ../plug-ins/gfig/gfig-dialog.c:336 +#: ../plug-ins/gfig/gfig-dialog.c:337 msgid "Tool Options" msgstr "Verktøyinnstillingar" -#: ../plug-ins/gfig/gfig-dialog.c:353 +#: ../plug-ins/gfig/gfig-dialog.c:354 msgid "_Stroke" msgstr "_Strek opp" #. Fill frame on right side -#: ../plug-ins/gfig/gfig-dialog.c:400 +#: ../plug-ins/gfig/gfig-dialog.c:401 msgid "Fill" msgstr "Fyll" -#: ../plug-ins/gfig/gfig-dialog.c:414 +#: ../plug-ins/gfig/gfig-dialog.c:415 msgid "No fill" msgstr "Ikkje fyll" -#: ../plug-ins/gfig/gfig-dialog.c:415 +#: ../plug-ins/gfig/gfig-dialog.c:416 msgid "Color fill" msgstr "Farge" -#: ../plug-ins/gfig/gfig-dialog.c:416 +#: ../plug-ins/gfig/gfig-dialog.c:417 msgid "Pattern fill" msgstr "Mønsterelement" -#: ../plug-ins/gfig/gfig-dialog.c:417 +#: ../plug-ins/gfig/gfig-dialog.c:418 msgid "Shape gradient" msgstr "Form fargeovergang" -#: ../plug-ins/gfig/gfig-dialog.c:418 +#: ../plug-ins/gfig/gfig-dialog.c:419 msgid "Vertical gradient" msgstr "Vertikal fargeovergang" -#: ../plug-ins/gfig/gfig-dialog.c:419 +#: ../plug-ins/gfig/gfig-dialog.c:420 msgid "Horizontal gradient" msgstr "Horisontal fargeovergang" #. "show image" checkbutton at bottom of style frame -#: ../plug-ins/gfig/gfig-dialog.c:479 +#: ../plug-ins/gfig/gfig-dialog.c:480 msgid "Show image" msgstr "Vis biletet" #. "snap to grid" checkbutton at bottom of style frame -#: ../plug-ins/gfig/gfig-dialog.c:492 +#: ../plug-ins/gfig/gfig-dialog.c:493 msgctxt "checkbutton" msgid "Snap to grid" msgstr "Fest til rutenettet" #. "show grid" checkbutton at bottom of style frame -#: ../plug-ins/gfig/gfig-dialog.c:501 +#: ../plug-ins/gfig/gfig-dialog.c:502 msgid "Show grid" msgstr "Vis rutenett" -#: ../plug-ins/gfig/gfig-dialog.c:636 +#: ../plug-ins/gfig/gfig-dialog.c:637 msgid "Load Gfig Object Collection" msgstr "Opna samlinga av Gfig-objekt" -#: ../plug-ins/gfig/gfig-dialog.c:685 +#: ../plug-ins/gfig/gfig-dialog.c:686 msgid "Save Gfig Drawing" msgstr "Lagra Gfig-teikninga" -#: ../plug-ins/gfig/gfig-dialog.c:830 +#: ../plug-ins/gfig/gfig-dialog.c:831 msgid "First Gfig" msgstr "Første GFig" -#: ../plug-ins/gfig/gfig-dialog.c:869 +#: ../plug-ins/gfig/gfig-dialog.c:870 msgid "_Undo" msgstr "_Angra" -#: ../plug-ins/gfig/gfig-dialog.c:873 +#: ../plug-ins/gfig/gfig-dialog.c:874 msgid "_Clear" msgstr "_Tøm" -#: ../plug-ins/gfig/gfig-dialog.c:877 -#: ../plug-ins/imagemap/imap_menu.c:208 +#: ../plug-ins/gfig/gfig-dialog.c:878 +#: ../plug-ins/imagemap/imap_menu.c:209 msgid "_Grid" msgstr "_Rutenett" -#: ../plug-ins/gfig/gfig-dialog.c:885 +#: ../plug-ins/gfig/gfig-dialog.c:886 msgid "Raise selected object" msgstr "Hev det valde objektet" -#: ../plug-ins/gfig/gfig-dialog.c:889 +#: ../plug-ins/gfig/gfig-dialog.c:890 msgid "Lower selected object" msgstr "Senk det valde objektet" -#: ../plug-ins/gfig/gfig-dialog.c:893 +#: ../plug-ins/gfig/gfig-dialog.c:894 msgid "Raise selected object to top" msgstr "Hev det valde objektet til toppen" -#: ../plug-ins/gfig/gfig-dialog.c:897 +#: ../plug-ins/gfig/gfig-dialog.c:898 msgid "Lower selected object to bottom" msgstr "Senk det valde objektet til botnen" -#: ../plug-ins/gfig/gfig-dialog.c:901 +#: ../plug-ins/gfig/gfig-dialog.c:902 msgid "Show previous object" msgstr "Vis førre objekt" -#: ../plug-ins/gfig/gfig-dialog.c:905 +#: ../plug-ins/gfig/gfig-dialog.c:906 msgid "Show next object" msgstr "Vis neste objekt" -#: ../plug-ins/gfig/gfig-dialog.c:909 -#: ../plug-ins/gfig/gfig-stock.c:52 +#: ../plug-ins/gfig/gfig-dialog.c:910 +#: ../plug-ins/gfig/gfig-stock.c:53 msgid "Show all objects" msgstr "Vis alle objekta" -#: ../plug-ins/gfig/gfig-dialog.c:915 -#: ../plug-ins/gfig/gfig-stock.c:46 +#: ../plug-ins/gfig/gfig-dialog.c:916 +#: ../plug-ins/gfig/gfig-stock.c:47 msgid "Create line" msgstr "Lag linje" -#: ../plug-ins/gfig/gfig-dialog.c:918 -#: ../plug-ins/gfig/gfig-stock.c:50 +#: ../plug-ins/gfig/gfig-dialog.c:919 +#: ../plug-ins/gfig/gfig-stock.c:51 msgid "Create rectangle" msgstr "Lag rektangel" -#: ../plug-ins/gfig/gfig-dialog.c:921 -#: ../plug-ins/gfig/gfig-stock.c:41 +#: ../plug-ins/gfig/gfig-dialog.c:922 +#: ../plug-ins/gfig/gfig-stock.c:42 msgid "Create circle" msgstr "Lag sirkel" -#: ../plug-ins/gfig/gfig-dialog.c:924 -#: ../plug-ins/gfig/gfig-stock.c:45 +#: ../plug-ins/gfig/gfig-dialog.c:925 +#: ../plug-ins/gfig/gfig-stock.c:46 msgid "Create ellipse" msgstr "Lag ellipse" -#: ../plug-ins/gfig/gfig-dialog.c:927 -#: ../plug-ins/gfig/gfig-stock.c:43 +#: ../plug-ins/gfig/gfig-dialog.c:928 +#: ../plug-ins/gfig/gfig-stock.c:44 msgid "Create arc" msgstr "Lag boge" -#: ../plug-ins/gfig/gfig-dialog.c:930 -#: ../plug-ins/gfig/gfig-stock.c:49 +#: ../plug-ins/gfig/gfig-dialog.c:931 +#: ../plug-ins/gfig/gfig-stock.c:50 msgid "Create reg polygon" msgstr "Lag regulær mangekant" -#: ../plug-ins/gfig/gfig-dialog.c:933 -#: ../plug-ins/gfig/gfig-stock.c:54 +#: ../plug-ins/gfig/gfig-dialog.c:934 +#: ../plug-ins/gfig/gfig-stock.c:55 msgid "Create star" msgstr "Lag stjerne" -#: ../plug-ins/gfig/gfig-dialog.c:936 -#: ../plug-ins/gfig/gfig-stock.c:53 +#: ../plug-ins/gfig/gfig-dialog.c:937 +#: ../plug-ins/gfig/gfig-stock.c:54 msgid "Create spiral" msgstr "Lag spiral" -#: ../plug-ins/gfig/gfig-dialog.c:939 +#: ../plug-ins/gfig/gfig-dialog.c:940 msgid "Create bezier curve. Shift + Button ends object creation." msgstr "Lag bezierkurve. Shift + Tast avsluttar" -#: ../plug-ins/gfig/gfig-dialog.c:943 -#: ../plug-ins/gfig/gfig-stock.c:47 +#: ../plug-ins/gfig/gfig-dialog.c:944 +#: ../plug-ins/gfig/gfig-stock.c:48 msgid "Move an object" msgstr "Flytt eit objekt" -#: ../plug-ins/gfig/gfig-dialog.c:946 -#: ../plug-ins/gfig/gfig-stock.c:48 +#: ../plug-ins/gfig/gfig-dialog.c:947 +#: ../plug-ins/gfig/gfig-stock.c:49 msgid "Move a single point" msgstr "Flytt eit enkelt punkt" -#: ../plug-ins/gfig/gfig-dialog.c:949 -#: ../plug-ins/gfig/gfig-stock.c:42 +#: ../plug-ins/gfig/gfig-dialog.c:950 +#: ../plug-ins/gfig/gfig-stock.c:43 msgid "Copy an object" msgstr "Kopier eit objekt" -#: ../plug-ins/gfig/gfig-dialog.c:952 -#: ../plug-ins/gfig/gfig-stock.c:44 +#: ../plug-ins/gfig/gfig-dialog.c:953 +#: ../plug-ins/gfig/gfig-stock.c:45 msgid "Delete an object" msgstr "Fjern eit objekt" -#: ../plug-ins/gfig/gfig-dialog.c:955 -#: ../plug-ins/gfig/gfig-stock.c:51 +#: ../plug-ins/gfig/gfig-dialog.c:956 +#: ../plug-ins/gfig/gfig-stock.c:52 msgid "Select an object" msgstr "Vel eit objekt" -#: ../plug-ins/gfig/gfig-dialog.c:1037 +#: ../plug-ins/gfig/gfig-dialog.c:1038 msgid "This tool has no options" msgstr "Verktøyet har ingen innstillingar" #. Put buttons in -#: ../plug-ins/gfig/gfig-dialog.c:1227 +#: ../plug-ins/gfig/gfig-dialog.c:1228 msgid "Show position" msgstr "Vis posisjon" -#: ../plug-ins/gfig/gfig-dialog.c:1239 +#: ../plug-ins/gfig/gfig-dialog.c:1240 msgid "Show control points" msgstr "Vis kontrollpunkta" -#: ../plug-ins/gfig/gfig-dialog.c:1273 +#: ../plug-ins/gfig/gfig-dialog.c:1274 msgid "Max undo:" msgstr "Maks angre.:" -#: ../plug-ins/gfig/gfig-dialog.c:1282 -#: ../plug-ins/gimpressionist/general.c:184 +#: ../plug-ins/gfig/gfig-dialog.c:1283 +#: ../plug-ins/gimpressionist/general.c:185 msgid "Transparent" msgstr "Gjennomsiktig" -#: ../plug-ins/gfig/gfig-dialog.c:1284 +#: ../plug-ins/gfig/gfig-dialog.c:1285 msgid "Foreground" msgstr "Forgrunn" -#: ../plug-ins/gfig/gfig-dialog.c:1286 -#: ../plug-ins/imagemap/imap_cmd_copy.c:53 -#: ../plug-ins/imagemap/imap_cmd_copy_object.c:54 -#: ../plug-ins/imagemap/imap_menu.c:159 +#: ../plug-ins/gfig/gfig-dialog.c:1287 +#: ../plug-ins/imagemap/imap_cmd_copy.c:54 +#: ../plug-ins/imagemap/imap_cmd_copy_object.c:55 +#: ../plug-ins/imagemap/imap_menu.c:160 msgid "Copy" msgstr "Kopier" -#: ../plug-ins/gfig/gfig-dialog.c:1295 +#: ../plug-ins/gfig/gfig-dialog.c:1296 msgid "Layer background type. Copy causes the previous layer to be copied before the draw is performed." msgstr "Lagbakgrunntype. «Kopier» gjer at det førre laget blir kopiert før teikninga blir utført." -#: ../plug-ins/gfig/gfig-dialog.c:1301 +#: ../plug-ins/gfig/gfig-dialog.c:1302 msgid "Background:" msgstr "Bakgrunn:" -#: ../plug-ins/gfig/gfig-dialog.c:1304 +#: ../plug-ins/gfig/gfig-dialog.c:1305 msgid "Feather" msgstr "Mjuk kant" -#: ../plug-ins/gfig/gfig-dialog.c:1328 +#: ../plug-ins/gfig/gfig-dialog.c:1329 msgid "Radius:" msgstr "Radius:" -#: ../plug-ins/gfig/gfig-dialog.c:1385 +#: ../plug-ins/gfig/gfig-dialog.c:1386 msgid "Grid spacing:" msgstr "Maskevidde:" -#: ../plug-ins/gfig/gfig-dialog.c:1402 +#: ../plug-ins/gfig/gfig-dialog.c:1403 msgid "Polar grid sectors desired:" msgstr "Talet på polare sektorar:" -#: ../plug-ins/gfig/gfig-dialog.c:1424 +#: ../plug-ins/gfig/gfig-dialog.c:1425 msgid "Polar grid radius interval:" msgstr "Radiusintervall for polare sirklar:" -#: ../plug-ins/gfig/gfig-dialog.c:1440 -#: ../plug-ins/imagemap/imap_menu.c:219 +#: ../plug-ins/gfig/gfig-dialog.c:1441 +#: ../plug-ins/imagemap/imap_menu.c:220 msgid "Rectangle" msgstr "Rektangel" -#: ../plug-ins/gfig/gfig-dialog.c:1442 +#: ../plug-ins/gfig/gfig-dialog.c:1443 msgid "Isometric" msgstr "Isometrisk" -#: ../plug-ins/gfig/gfig-dialog.c:1451 +#: ../plug-ins/gfig/gfig-dialog.c:1452 msgid "Grid type:" msgstr "Nett-type:" -#: ../plug-ins/gfig/gfig-dialog.c:1458 -#: ../plug-ins/gradient-flare/gradient-flare.c:550 +#: ../plug-ins/gfig/gfig-dialog.c:1459 +#: ../plug-ins/gradient-flare/gradient-flare.c:551 msgid "Normal" msgstr "Normal" -#: ../plug-ins/gfig/gfig-dialog.c:1461 +#: ../plug-ins/gfig/gfig-dialog.c:1462 msgid "Grey" msgstr "Grå" -#: ../plug-ins/gfig/gfig-dialog.c:1462 +#: ../plug-ins/gfig/gfig-dialog.c:1463 msgid "Darker" msgstr "Mørkare" -#: ../plug-ins/gfig/gfig-dialog.c:1463 +#: ../plug-ins/gfig/gfig-dialog.c:1464 msgid "Lighter" msgstr "Lysare" -#: ../plug-ins/gfig/gfig-dialog.c:1464 +#: ../plug-ins/gfig/gfig-dialog.c:1465 msgid "Very dark" msgstr "Svært mørk" -#: ../plug-ins/gfig/gfig-dialog.c:1473 +#: ../plug-ins/gfig/gfig-dialog.c:1474 msgid "Grid color:" msgstr "Nettfarge:" -#: ../plug-ins/gfig/gfig-dialog.c:1696 +#: ../plug-ins/gfig/gfig-dialog.c:1697 msgid "Sides:" msgstr "Sider:" -#: ../plug-ins/gfig/gfig-dialog.c:1706 +#: ../plug-ins/gfig/gfig-dialog.c:1707 msgid "Right" msgstr "Høgre" -#: ../plug-ins/gfig/gfig-dialog.c:1707 +#: ../plug-ins/gfig/gfig-dialog.c:1708 msgid "Left" msgstr "Venstre" -#: ../plug-ins/gfig/gfig-dialog.c:1717 -#: ../plug-ins/gimpressionist/orientation.c:147 +#: ../plug-ins/gfig/gfig-dialog.c:1718 +#: ../plug-ins/gimpressionist/orientation.c:148 msgid "Orientation:" msgstr "Orientering:" -#: ../plug-ins/gfig/gfig-dobject.c:584 +#: ../plug-ins/gfig/gfig-dobject.c:585 msgid "Hey where has the object gone ?" msgstr "Hei, kvar har objektet blitt av?" -#: ../plug-ins/gfig/gfig-dobject.c:954 +#: ../plug-ins/gfig/gfig-dobject.c:955 msgid "Error reading file" msgstr "Feil ved lesing av fil" -#: ../plug-ins/gfig/gfig-dobject.c:1043 +#: ../plug-ins/gfig/gfig-dobject.c:1044 msgid "Editing read-only object - you will not be able to save it" msgstr "Du arbeider på eit objekt som bare kan lesast frå. Du kan ikkje lagra resultata." -#: ../plug-ins/gfig/gfig-poly.c:50 +#: ../plug-ins/gfig/gfig-poly.c:51 msgid "Regular Polygon Number of Sides" msgstr "Regulær polygon. Tal på sider" -#: ../plug-ins/gfig/gfig-preview.c:327 +#: ../plug-ins/gfig/gfig-preview.c:328 msgid "Object Details" msgstr "Objektdetaljar" #. Position labels -#: ../plug-ins/gfig/gfig-preview.c:377 +#: ../plug-ins/gfig/gfig-preview.c:378 msgid "XY position:" msgstr "XY-Posisjon:" -#: ../plug-ins/gfig/gfig-spiral.c:54 +#: ../plug-ins/gfig/gfig-spiral.c:55 msgid "Spiral Number of Turns" msgstr "Spiral. Tal på vindingar" -#: ../plug-ins/gfig/gfig-star.c:51 +#: ../plug-ins/gfig/gfig-star.c:52 msgid "Star Number of Points" msgstr "Stjerne. Tal på punkt" -#: ../plug-ins/gfig/gfig-stock.c:40 +#: ../plug-ins/gfig/gfig-stock.c:41 msgid "Create bezier curve" msgstr "Lag Bezier-kurve" -#: ../plug-ins/gfig/gfig.c:123 +#: ../plug-ins/gfig/gfig.c:124 msgid "Create geometric shapes" msgstr "Teikna geometriske former på biletet" -#: ../plug-ins/gfig/gfig.c:134 +#: ../plug-ins/gfig/gfig.c:135 msgid "_Gfig..." msgstr "_Gfig-teikning …" -#: ../plug-ins/gfig/gfig.c:730 +#: ../plug-ins/gfig/gfig.c:731 msgid "Error trying to save figure as a parasite: can't attach parasite to drawable." msgstr "Feil i forsøk på å lagre figur som parasitt: Kan ikkje legge ein parasitt til teikneområdet." -#: ../plug-ins/gfig/gfig.c:757 +#: ../plug-ins/gfig/gfig.c:758 +#, c-format msgid "Error trying to open temporary file '%s' for parasite loading: %s" msgstr "Feil i forsøk på å opne den temporære fila «%s» for å opna parasittar: %s" -#: ../plug-ins/gimpressionist/brush.c:246 +#: ../plug-ins/gimpressionist/brush.c:247 msgid "Can only save drawables!" msgstr "Kan bare lagra teikneflater!" -#: ../plug-ins/gimpressionist/brush.c:251 +#: ../plug-ins/gimpressionist/brush.c:252 msgid "Save Brush" msgstr "Lagra penselen" -#: ../plug-ins/gimpressionist/brush.c:506 +#: ../plug-ins/gimpressionist/brush.c:507 msgid "_Brush" msgstr "_Pensel" -#: ../plug-ins/gimpressionist/brush.c:543 +#: ../plug-ins/gimpressionist/brush.c:544 msgid "Gamma:" msgstr "Gamma:" -#: ../plug-ins/gimpressionist/brush.c:561 +#: ../plug-ins/gimpressionist/brush.c:562 msgid "Changes the gamma (brightness) of the selected brush" msgstr "Endra Gamma-verdien (lysstyrken) for den valde penselen" -#: ../plug-ins/gimpressionist/brush.c:569 +#: ../plug-ins/gimpressionist/brush.c:570 msgid "Select:" msgstr "Vel:" -#: ../plug-ins/gimpressionist/brush.c:598 +#: ../plug-ins/gimpressionist/brush.c:599 msgid "Aspect ratio:" msgstr "Sideforhold:" -#: ../plug-ins/gimpressionist/brush.c:602 +#: ../plug-ins/gimpressionist/brush.c:603 msgid "Specifies the aspect ratio of the brush" msgstr "Bestemmer forholdet mellom sidene i penselen" -#: ../plug-ins/gimpressionist/brush.c:611 -#: ../plug-ins/gimpressionist/paper.c:205 +#: ../plug-ins/gimpressionist/brush.c:612 +#: ../plug-ins/gimpressionist/paper.c:206 msgid "Relief:" msgstr "Relieff:" -#: ../plug-ins/gimpressionist/brush.c:615 -#: ../plug-ins/gimpressionist/paper.c:209 +#: ../plug-ins/gimpressionist/brush.c:616 +#: ../plug-ins/gimpressionist/paper.c:210 msgid "Specifies the amount of embossing to apply to the image (in percent)" msgstr "Bestemmer graden av relieffeffekt (i %)" -#: ../plug-ins/gimpressionist/color.c:59 +#: ../plug-ins/gimpressionist/color.c:60 msgid "Co_lor" msgstr "_Farge" -#: ../plug-ins/gimpressionist/color.c:69 +#: ../plug-ins/gimpressionist/color.c:70 msgid "A_verage under brush" msgstr "_Gjennomsnitt under penselen" -#: ../plug-ins/gimpressionist/color.c:71 +#: ../plug-ins/gimpressionist/color.c:72 msgid "C_enter of brush" msgstr "_Midten av penselen" -#: ../plug-ins/gimpressionist/color.c:78 +#: ../plug-ins/gimpressionist/color.c:79 msgid "Color is computed from the average of all pixels under the brush" msgstr "Fargen blir bestemt som middelverdien av alle pikslane under penselen" -#: ../plug-ins/gimpressionist/color.c:82 +#: ../plug-ins/gimpressionist/color.c:83 msgid "Samples the color from the pixel in the center of the brush" msgstr "Fargen blir bestemt ut frå pikselen under midten av penselen" -#: ../plug-ins/gimpressionist/color.c:93 +#: ../plug-ins/gimpressionist/color.c:94 msgid "Color _noise:" msgstr "Farge_støy:" -#: ../plug-ins/gimpressionist/color.c:97 +#: ../plug-ins/gimpressionist/color.c:98 msgid "Adds random noise to the color" msgstr "Legg tilfeldig støy til fargen" -#: ../plug-ins/gimpressionist/general.c:133 -#: ../plug-ins/gradient-flare/gradient-flare.c:3528 +#: ../plug-ins/gimpressionist/general.c:134 +#: ../plug-ins/gradient-flare/gradient-flare.c:3529 msgid "_General" msgstr "_Generelt" -#: ../plug-ins/gimpressionist/general.c:149 +#: ../plug-ins/gimpressionist/general.c:150 msgid "Keep original" msgstr "Behald original" -#: ../plug-ins/gimpressionist/general.c:150 +#: ../plug-ins/gimpressionist/general.c:151 msgid "Preserve the original image as a background" msgstr "Behald originalbiletet som bakgrunn" -#: ../plug-ins/gimpressionist/general.c:155 +#: ../plug-ins/gimpressionist/general.c:156 msgid "From paper" msgstr "Frå papir" -#: ../plug-ins/gimpressionist/general.c:156 +#: ../plug-ins/gimpressionist/general.c:157 msgid "Copy the texture of the selected paper as a background" msgstr "Bruk kopi av teksturen i det valde papiret som bakgrunn" -#: ../plug-ins/gimpressionist/general.c:166 +#: ../plug-ins/gimpressionist/general.c:167 msgid "Solid colored background" msgstr "Einsfarga bakgrunn" -#: ../plug-ins/gimpressionist/general.c:185 +#: ../plug-ins/gimpressionist/general.c:186 msgid "Use a transparent background; Only the strokes painted will be visible" msgstr "Bruk gjennomsiktig bakgrunn. Bare penselstrøka blir synlege." -#: ../plug-ins/gimpressionist/general.c:202 +#: ../plug-ins/gimpressionist/general.c:203 msgid "Paint edges" msgstr "Teikna kantane" -#: ../plug-ins/gimpressionist/general.c:207 +#: ../plug-ins/gimpressionist/general.c:208 msgid "Selects if to place strokes all the way out to the edges of the image" msgstr "Penselstrøka skal halde fram til kanten av biletet" #. Tileable checkbox -#: ../plug-ins/gimpressionist/general.c:212 -#: ../plug-ins/maze/maze-dialog.c:277 +#: ../plug-ins/gimpressionist/general.c:213 +#: ../plug-ins/maze/maze-dialog.c:278 msgid "Tileable" msgstr "Saumlaus" -#: ../plug-ins/gimpressionist/general.c:216 +#: ../plug-ins/gimpressionist/general.c:217 msgid "Selects if the resulting image should be seamlessly tileable" msgstr "Bestemmer om det ferdige biletet skal ha saumlause overgangar." -#: ../plug-ins/gimpressionist/general.c:221 +#: ../plug-ins/gimpressionist/general.c:222 msgid "Drop shadow" msgstr "Slagskygge" -#: ../plug-ins/gimpressionist/general.c:226 +#: ../plug-ins/gimpressionist/general.c:227 msgid "Adds a shadow effect to each brush stroke" msgstr "Legg til ein skyggeeffekt på kvart penselstrøk" -#: ../plug-ins/gimpressionist/general.c:239 +#: ../plug-ins/gimpressionist/general.c:240 msgid "Edge darken:" msgstr "Formørk ved kanten:" -#: ../plug-ins/gimpressionist/general.c:243 +#: ../plug-ins/gimpressionist/general.c:244 msgid "How much to \"darken\" the edges of each brush stroke" msgstr "Mengda av «formørking» av kanten til kvart penselstrøk" -#: ../plug-ins/gimpressionist/general.c:248 +#: ../plug-ins/gimpressionist/general.c:249 msgid "Shadow darken:" msgstr "Skyggeformørking:" -#: ../plug-ins/gimpressionist/general.c:252 +#: ../plug-ins/gimpressionist/general.c:253 msgid "How much to \"darken\" the drop shadow" msgstr "Kor mykje skyggane skal «formørkast»" -#: ../plug-ins/gimpressionist/general.c:257 +#: ../plug-ins/gimpressionist/general.c:258 msgid "Shadow depth:" msgstr "Skyggedjupn:" -#: ../plug-ins/gimpressionist/general.c:261 +#: ../plug-ins/gimpressionist/general.c:262 msgid "The depth of the drop shadow, i.e. how far apart from the object it should be" msgstr "Djupna på skyggen, dvs. kor langt ut frå objektet skal skyggen gå" -#: ../plug-ins/gimpressionist/general.c:266 +#: ../plug-ins/gimpressionist/general.c:267 msgid "Shadow blur:" msgstr "Skyggesløring:" -#: ../plug-ins/gimpressionist/general.c:270 +#: ../plug-ins/gimpressionist/general.c:271 msgid "How much to blur the drop shadow" msgstr "Kor mykje skyggen skal slørast" -#: ../plug-ins/gimpressionist/general.c:275 +#: ../plug-ins/gimpressionist/general.c:276 msgid "Deviation threshold:" msgstr "Avviksgrense:" -#: ../plug-ins/gimpressionist/general.c:279 +#: ../plug-ins/gimpressionist/general.c:280 msgid "A bailout-value for adaptive selections" msgstr "Utløysingsverdi for avpassa utval" -#: ../plug-ins/gimpressionist/gimp.c:89 +#: ../plug-ins/gimpressionist/gimp.c:90 msgid "Performs various artistic operations" msgstr "Utfør ulike artistiske operasjonar" -#: ../plug-ins/gimpressionist/gimp.c:94 +#: ../plug-ins/gimpressionist/gimp.c:95 msgid "_GIMPressionist..." msgstr "_GIMPressionist …" -#: ../plug-ins/gimpressionist/gimp.c:370 +#: ../plug-ins/gimpressionist/gimp.c:371 msgid "Painting" msgstr "Teiknar" -#: ../plug-ins/gimpressionist/gimpressionist.c:138 +#: ../plug-ins/gimpressionist/gimpressionist.c:139 msgid "GIMPressionist" msgstr "GIMPressionist" -#: ../plug-ins/gimpressionist/orientation.c:91 +#: ../plug-ins/gimpressionist/orientation.c:92 msgid "Or_ientation" msgstr "_Orientering" -#: ../plug-ins/gimpressionist/orientation.c:105 +#: ../plug-ins/gimpressionist/orientation.c:106 msgid "Directions:" msgstr "Retningar:" -#: ../plug-ins/gimpressionist/orientation.c:109 +#: ../plug-ins/gimpressionist/orientation.c:110 msgid "The number of directions (i.e. brushes) to use" msgstr "Kor mange retningar, dvs. penslar, som skal brukast" -#: ../plug-ins/gimpressionist/orientation.c:117 +#: ../plug-ins/gimpressionist/orientation.c:118 msgid "Start angle:" msgstr "Startvinkel:" -#: ../plug-ins/gimpressionist/orientation.c:121 +#: ../plug-ins/gimpressionist/orientation.c:122 msgid "The starting angle of the first brush to create" msgstr "Startvinkelen til den første penselen som skal lagast" -#: ../plug-ins/gimpressionist/orientation.c:129 +#: ../plug-ins/gimpressionist/orientation.c:130 msgid "Angle span:" msgstr "Vinkelspenn:" -#: ../plug-ins/gimpressionist/orientation.c:133 +#: ../plug-ins/gimpressionist/orientation.c:134 msgid "The angle span of the first brush to create" msgstr "Vinkelspennet (storleiken) på den første penselen som skal lagast" -#: ../plug-ins/gimpressionist/orientation.c:156 +#: ../plug-ins/gimpressionist/orientation.c:157 msgid "Let the value (brightness) of the region determine the direction of the stroke" msgstr "La lysverdien til området bestemma retninga på penselstrøka" -#: ../plug-ins/gimpressionist/orientation.c:159 -#: ../plug-ins/gimpressionist/size.c:162 +#: ../plug-ins/gimpressionist/orientation.c:160 +#: ../plug-ins/gimpressionist/size.c:163 msgid "Radius" msgstr "Radius" -#: ../plug-ins/gimpressionist/orientation.c:160 +#: ../plug-ins/gimpressionist/orientation.c:161 msgid "The distance from the center of the image determines the direction of the stroke" msgstr "La avstanden frå biletsenteret bestemma retninga på penselstrøka" -#: ../plug-ins/gimpressionist/orientation.c:164 +#: ../plug-ins/gimpressionist/orientation.c:165 msgid "Selects a random direction of each stroke" msgstr "Lag ein tilfeldig retning for kvart penselstrøk" -#: ../plug-ins/gimpressionist/orientation.c:167 -#: ../plug-ins/gimpressionist/size.c:170 +#: ../plug-ins/gimpressionist/orientation.c:168 +#: ../plug-ins/gimpressionist/size.c:171 msgid "Radial" msgstr "Radial" -#: ../plug-ins/gimpressionist/orientation.c:168 +#: ../plug-ins/gimpressionist/orientation.c:169 msgid "Let the direction from the center determine the direction of the stroke" msgstr "La retningen frå biletsenteret bestemma retninga på penselstrøka" -#: ../plug-ins/gimpressionist/orientation.c:175 -#: ../plug-ins/gimpressionist/size.c:178 +#: ../plug-ins/gimpressionist/orientation.c:176 +#: ../plug-ins/gimpressionist/size.c:179 msgid "Flowing" msgstr "Flygande" -#: ../plug-ins/gimpressionist/orientation.c:176 -#: ../plug-ins/gimpressionist/size.c:179 +#: ../plug-ins/gimpressionist/orientation.c:177 +#: ../plug-ins/gimpressionist/size.c:180 msgid "The strokes follow a \"flowing\" pattern" msgstr "Penselstrøka følgjer eit «flygande» mønster" -#: ../plug-ins/gimpressionist/orientation.c:180 +#: ../plug-ins/gimpressionist/orientation.c:181 msgid "The hue of the region determines the direction of the stroke" msgstr "La kuløren på området bestemma retninga på penselstrøka" -#: ../plug-ins/gimpressionist/orientation.c:183 -#: ../plug-ins/gimpressionist/size.c:186 +#: ../plug-ins/gimpressionist/orientation.c:184 +#: ../plug-ins/gimpressionist/size.c:187 msgid "Adaptive" msgstr "Tilpassande" -#: ../plug-ins/gimpressionist/orientation.c:184 +#: ../plug-ins/gimpressionist/orientation.c:185 msgid "The direction that matches the original image the closest is selected" msgstr "Vel den retningen som kjem nærast originalbiletet" -#: ../plug-ins/gimpressionist/orientation.c:191 -#: ../plug-ins/gimpressionist/size.c:195 +#: ../plug-ins/gimpressionist/orientation.c:192 +#: ../plug-ins/gimpressionist/size.c:196 msgid "Manual" msgstr "Manuell" -#: ../plug-ins/gimpressionist/orientation.c:192 +#: ../plug-ins/gimpressionist/orientation.c:193 msgid "Manually specify the stroke orientation" msgstr "Bestem retninga på penselstrøka manuelt" -#: ../plug-ins/gimpressionist/orientation.c:203 +#: ../plug-ins/gimpressionist/orientation.c:204 msgid "Opens up the Orientation Map Editor" -msgstr "Opnar behandlaren for retningsoversynet" +msgstr "Opnar handteraren for retningsoversynet" -#: ../plug-ins/gimpressionist/orientmap.c:525 +#: ../plug-ins/gimpressionist/orientmap.c:526 msgid "Orientation Map Editor" -msgstr "Retningskartbehandlaren" +msgstr "Retningskarthandteraren" -#: ../plug-ins/gimpressionist/orientmap.c:554 +#: ../plug-ins/gimpressionist/orientmap.c:555 msgid "Vectors" msgstr "Vektorar" -#: ../plug-ins/gimpressionist/orientmap.c:566 +#: ../plug-ins/gimpressionist/orientmap.c:567 msgid "The vector-field. Left-click to move selected vector, Right-click to point it towards mouse, Middle-click to add a new vector." msgstr "Vektorfeltet. Venstreklikk for å flytta vald vektor til musemarkøren. Høgreklikk for å snu vektoren i retning musemarkøren. Midtklikk for å leggja til ein vektor." -#: ../plug-ins/gimpressionist/orientmap.c:589 -#: ../plug-ins/gimpressionist/sizemap.c:458 +#: ../plug-ins/gimpressionist/orientmap.c:590 +#: ../plug-ins/gimpressionist/sizemap.c:459 msgid "Adjust the preview's brightness" msgstr "Juster lysverdien for førehandsvisinga" -#: ../plug-ins/gimpressionist/orientmap.c:611 +#: ../plug-ins/gimpressionist/orientmap.c:612 msgid "Select previous vector" msgstr "Vel førre vektor" -#: ../plug-ins/gimpressionist/orientmap.c:617 +#: ../plug-ins/gimpressionist/orientmap.c:618 msgid "Select next vector" msgstr "Vel neste vektor" -#: ../plug-ins/gimpressionist/orientmap.c:619 -#: ../plug-ins/gimpressionist/sizemap.c:489 +#: ../plug-ins/gimpressionist/orientmap.c:620 +#: ../plug-ins/gimpressionist/sizemap.c:490 msgid "A_dd" msgstr "Legg _til" -#: ../plug-ins/gimpressionist/orientmap.c:623 +#: ../plug-ins/gimpressionist/orientmap.c:624 msgid "Add new vector" msgstr "Legg til ny vektor" -#: ../plug-ins/gimpressionist/orientmap.c:625 -#: ../plug-ins/gimpressionist/sizemap.c:496 +#: ../plug-ins/gimpressionist/orientmap.c:626 +#: ../plug-ins/gimpressionist/sizemap.c:497 msgid "_Kill" msgstr "_Fjern" -#: ../plug-ins/gimpressionist/orientmap.c:629 +#: ../plug-ins/gimpressionist/orientmap.c:630 msgid "Delete selected vector" msgstr "Fjern den markerte vektoren" -#: ../plug-ins/gimpressionist/orientmap.c:640 +#: ../plug-ins/gimpressionist/orientmap.c:641 msgid "Type" msgstr "Type" -#: ../plug-ins/gimpressionist/orientmap.c:644 +#: ../plug-ins/gimpressionist/orientmap.c:645 msgid "_Normal" msgstr "_Normal" -#: ../plug-ins/gimpressionist/orientmap.c:645 +#: ../plug-ins/gimpressionist/orientmap.c:646 msgid "Vorte_x" msgstr "Vorte_x" -#: ../plug-ins/gimpressionist/orientmap.c:646 +#: ../plug-ins/gimpressionist/orientmap.c:647 msgid "Vortex_2" msgstr "Vortex_2" -#: ../plug-ins/gimpressionist/orientmap.c:647 +#: ../plug-ins/gimpressionist/orientmap.c:648 msgid "Vortex_3" msgstr "Vortex_3" -#: ../plug-ins/gimpressionist/orientmap.c:653 -#: ../plug-ins/gimpressionist/sizemap.c:541 +#: ../plug-ins/gimpressionist/orientmap.c:654 +#: ../plug-ins/gimpressionist/sizemap.c:542 msgid "_Voronoi" msgstr "_Voronoi" -#: ../plug-ins/gimpressionist/orientmap.c:661 +#: ../plug-ins/gimpressionist/orientmap.c:662 msgid "Voronoi-mode makes only the vector closest to the given point have any influence" msgstr "Voronoi-Modus: Bare vektoren nærast det gjevne punktet har noe verknad" -#: ../plug-ins/gimpressionist/orientmap.c:671 +#: ../plug-ins/gimpressionist/orientmap.c:672 msgid "A_ngle:" msgstr "Vi_nkel:" -#: ../plug-ins/gimpressionist/orientmap.c:675 +#: ../plug-ins/gimpressionist/orientmap.c:676 msgid "Change the angle of the selected vector" msgstr "Endra vinkelen til den valde vektoren" -#: ../plug-ins/gimpressionist/orientmap.c:682 +#: ../plug-ins/gimpressionist/orientmap.c:683 msgid "Ang_le offset:" msgstr "Vinke_l-forskyving:" -#: ../plug-ins/gimpressionist/orientmap.c:686 +#: ../plug-ins/gimpressionist/orientmap.c:687 msgid "Offset all vectors with a given angle" msgstr "Forskyv alle vinklane med ein gjeven vinkel" -#: ../plug-ins/gimpressionist/orientmap.c:697 +#: ../plug-ins/gimpressionist/orientmap.c:698 msgid "Change the strength of the selected vector" msgstr "Endra styrken til den valde vektoren" -#: ../plug-ins/gimpressionist/orientmap.c:704 +#: ../plug-ins/gimpressionist/orientmap.c:705 msgid "S_trength exp.:" msgstr "S_tyrkeeksp.:" -#: ../plug-ins/gimpressionist/orientmap.c:708 -#: ../plug-ins/gimpressionist/sizemap.c:536 +#: ../plug-ins/gimpressionist/orientmap.c:709 +#: ../plug-ins/gimpressionist/sizemap.c:537 msgid "Change the exponent of the strength" msgstr "Endra styrkeeksponenten" -#: ../plug-ins/gimpressionist/paper.c:137 +#: ../plug-ins/gimpressionist/paper.c:138 msgid "P_aper" msgstr "P_apir" -#: ../plug-ins/gimpressionist/paper.c:172 +#: ../plug-ins/gimpressionist/paper.c:173 msgid "Inverts the Papers texture" msgstr "Inverterer papirteksturen" -#: ../plug-ins/gimpressionist/paper.c:176 +#: ../plug-ins/gimpressionist/paper.c:177 msgid "O_verlay" msgstr "O_verlegg" -#: ../plug-ins/gimpressionist/paper.c:181 +#: ../plug-ins/gimpressionist/paper.c:182 msgid "Applies the paper as it is (without embossing it)" msgstr "Bruk papiret som det er, utan bossering (relieffverknad)" -#: ../plug-ins/gimpressionist/paper.c:197 +#: ../plug-ins/gimpressionist/paper.c:198 msgid "Specifies the scale of the texture (in percent of original file)" msgstr "Bestemmer storleiken på teksturen i % av originalfila" -#: ../plug-ins/gimpressionist/placement.c:66 +#: ../plug-ins/gimpressionist/placement.c:67 msgid "Pl_acement" msgstr "Pl_asering" -#: ../plug-ins/gimpressionist/placement.c:72 +#: ../plug-ins/gimpressionist/placement.c:73 msgid "Placement" msgstr "Plasering" -#: ../plug-ins/gimpressionist/placement.c:76 +#: ../plug-ins/gimpressionist/placement.c:77 msgid "Randomly" msgstr "Tilfeldig" -#: ../plug-ins/gimpressionist/placement.c:80 +#: ../plug-ins/gimpressionist/placement.c:81 msgid "Evenly distributed" msgstr "Likt fordelt" -#: ../plug-ins/gimpressionist/placement.c:88 +#: ../plug-ins/gimpressionist/placement.c:89 msgid "Place strokes randomly around the image" msgstr "Plaser strøka tilfeldig rundt om på biletet" -#: ../plug-ins/gimpressionist/placement.c:92 +#: ../plug-ins/gimpressionist/placement.c:93 msgid "The strokes are evenly distributed across the image" msgstr "Plasserer strøka jamnt utover biletet" -#: ../plug-ins/gimpressionist/placement.c:101 +#: ../plug-ins/gimpressionist/placement.c:102 msgid "Centered" msgstr "Sentrert" -#: ../plug-ins/gimpressionist/placement.c:107 +#: ../plug-ins/gimpressionist/placement.c:108 msgid "Focus the brush strokes around the center of the image" msgstr "Fokuser penselstrøka rundt midten av biletet" -#: ../plug-ins/gimpressionist/placement.c:119 +#: ../plug-ins/gimpressionist/placement.c:120 msgid "Stroke _density:" msgstr "_Dekkevne:" -#: ../plug-ins/gimpressionist/placement.c:123 +#: ../plug-ins/gimpressionist/placement.c:124 msgid "The relative density of the brush strokes" msgstr "Relativ dekkevne for penselstrøka" @@ -10106,130 +10354,131 @@ #. * gimp_filename_to_utf8 () and g_strerror () return temporary strings #. * that need not and should not be freed. So this call is OK. #. * -#: ../plug-ins/gimpressionist/ppmtool.c:649 +#: ../plug-ins/gimpressionist/ppmtool.c:650 +#, c-format msgid "Failed to save PPM file '%s': %s" msgstr "Fekk ikkje lagra PPM-fila «%s»: %s" -#: ../plug-ins/gimpressionist/presets.c:639 +#: ../plug-ins/gimpressionist/presets.c:640 msgid "Save Current" msgstr "Lagra innstillingane" -#: ../plug-ins/gimpressionist/presets.c:893 +#: ../plug-ins/gimpressionist/presets.c:894 msgid "Gimpressionist Defaults" msgstr "Førehandsinnstillingane for Gimpressionisten" -#: ../plug-ins/gimpressionist/presets.c:1014 +#: ../plug-ins/gimpressionist/presets.c:1015 msgid "_Presets" msgstr "_Førehandsinnstillingar" -#: ../plug-ins/gimpressionist/presets.c:1029 +#: ../plug-ins/gimpressionist/presets.c:1030 msgid "Save Current..." msgstr "Lagra gjeldande …" -#: ../plug-ins/gimpressionist/presets.c:1037 +#: ../plug-ins/gimpressionist/presets.c:1038 msgid "Save the current settings to the specified file" msgstr "Lagra dei brukte innstillingane til den spesifiserte fila" -#: ../plug-ins/gimpressionist/presets.c:1065 +#: ../plug-ins/gimpressionist/presets.c:1066 msgid "Reads the selected Preset into memory" msgstr "Les dei valde innstillingane til minnet" -#: ../plug-ins/gimpressionist/presets.c:1071 +#: ../plug-ins/gimpressionist/presets.c:1072 msgid "Deletes the selected Preset" msgstr "Visk ut dei valde innstillingane" -#: ../plug-ins/gimpressionist/presets.c:1077 +#: ../plug-ins/gimpressionist/presets.c:1078 msgid "Reread the folder of Presets" msgstr "Les inn mappa med førehandsinnstillingar på nytt" -#: ../plug-ins/gimpressionist/preview.c:173 -#: ../plug-ins/gimpressionist/repaint.c:1183 -#: ../plug-ins/imagemap/imap_polygon.c:514 -#: ../plug-ins/lighting/lighting-ui.c:1074 +#: ../plug-ins/gimpressionist/preview.c:174 +#: ../plug-ins/gimpressionist/repaint.c:1184 +#: ../plug-ins/imagemap/imap_polygon.c:515 +#: ../plug-ins/lighting/lighting-ui.c:1075 msgid "_Update" msgstr "_Oppdater" -#: ../plug-ins/gimpressionist/preview.c:179 +#: ../plug-ins/gimpressionist/preview.c:180 msgid "Refresh the Preview window" msgstr "Oppdater førehandsvisinga" -#: ../plug-ins/gimpressionist/preview.c:187 +#: ../plug-ins/gimpressionist/preview.c:188 msgid "Revert to the original image" msgstr "Gå tilbake til originalbiletet" -#: ../plug-ins/gimpressionist/size.c:94 +#: ../plug-ins/gimpressionist/size.c:95 msgid "_Size" msgstr "_Storleik" -#: ../plug-ins/gimpressionist/size.c:108 +#: ../plug-ins/gimpressionist/size.c:109 msgid "Sizes:" msgstr "Storleikar:" -#: ../plug-ins/gimpressionist/size.c:112 +#: ../plug-ins/gimpressionist/size.c:113 msgid "The number of sizes of brushes to use" msgstr "Kor mange penselstorleikar som skal brukast" -#: ../plug-ins/gimpressionist/size.c:120 +#: ../plug-ins/gimpressionist/size.c:121 msgid "Minimum size:" msgstr "Min. storleik:" -#: ../plug-ins/gimpressionist/size.c:124 +#: ../plug-ins/gimpressionist/size.c:125 msgid "The smallest brush to create" msgstr "Den minste penselen som skal brukast" -#: ../plug-ins/gimpressionist/size.c:132 +#: ../plug-ins/gimpressionist/size.c:133 msgid "Maximum size:" msgstr "Maks storleik:" -#: ../plug-ins/gimpressionist/size.c:136 +#: ../plug-ins/gimpressionist/size.c:137 msgid "The largest brush to create" msgstr "Den største penselen som skal brukast" -#: ../plug-ins/gimpressionist/size.c:150 +#: ../plug-ins/gimpressionist/size.c:151 msgid "Size:" msgstr "Storleik:" -#: ../plug-ins/gimpressionist/size.c:159 +#: ../plug-ins/gimpressionist/size.c:160 msgid "Let the value (brightness) of the region determine the size of the stroke" msgstr "La lysverdien i området bestemma storleiken på penselstrøket" -#: ../plug-ins/gimpressionist/size.c:163 +#: ../plug-ins/gimpressionist/size.c:164 msgid "The distance from the center of the image determines the size of the stroke" msgstr "La avstanden frå biletsenteret bestemma storleiken på penselstrøket" -#: ../plug-ins/gimpressionist/size.c:167 +#: ../plug-ins/gimpressionist/size.c:168 msgid "Selects a random size for each stroke" msgstr "Vel ein tilfeldig storleik for penselstrøket" -#: ../plug-ins/gimpressionist/size.c:171 +#: ../plug-ins/gimpressionist/size.c:172 msgid "Let the direction from the center determine the size of the stroke" msgstr "La retninga frå biletsenteret bestemma storleiken på penselstrøket" -#: ../plug-ins/gimpressionist/size.c:183 +#: ../plug-ins/gimpressionist/size.c:184 msgid "The hue of the region determines the size of the stroke" msgstr "La kuløren i området bestemma storleiken på penselstrøket" -#: ../plug-ins/gimpressionist/size.c:187 +#: ../plug-ins/gimpressionist/size.c:188 msgid "The brush-size that matches the original image the closest is selected" msgstr "Vel den penselstorleiken som kjem nærast originalbiletet" -#: ../plug-ins/gimpressionist/size.c:196 +#: ../plug-ins/gimpressionist/size.c:197 msgid "Manually specify the stroke size" msgstr "Spesifiser penselstorleiken manuelt" -#: ../plug-ins/gimpressionist/size.c:207 +#: ../plug-ins/gimpressionist/size.c:208 msgid "Opens up the Size Map Editor" -msgstr "Opnar storleiksbehandlaren" +msgstr "Opnar storleikshandteraren" -#: ../plug-ins/gimpressionist/sizemap.c:400 +#: ../plug-ins/gimpressionist/sizemap.c:401 msgid "Size Map Editor" -msgstr "Storleiksbehandlaren" +msgstr "Storleikshandterararen" -#: ../plug-ins/gimpressionist/sizemap.c:428 +#: ../plug-ins/gimpressionist/sizemap.c:429 msgid "Smvectors" msgstr "Sm-vektorar" -#: ../plug-ins/gimpressionist/sizemap.c:438 +#: ../plug-ins/gimpressionist/sizemap.c:439 msgid "The smvector-field. Left-click to move selected smvector, Right-click to point it towards mouse, Middle-click to add a new smvector." msgstr "" "smVektorfeltet.\n" @@ -10237,79 +10486,83 @@ "Rechts-klicken um den Vektor zum Mauszeiger zeigen zu lassen, Mittel-klicken\n" "um einen neuen Vektor hinzuzufügen." -#: ../plug-ins/gimpressionist/sizemap.c:480 +#: ../plug-ins/gimpressionist/sizemap.c:481 msgid "Select previous smvector" msgstr "Vel den førre smvektoren" -#: ../plug-ins/gimpressionist/sizemap.c:487 +#: ../plug-ins/gimpressionist/sizemap.c:488 msgid "Select next smvector" msgstr "Vel den neste smvektoren" -#: ../plug-ins/gimpressionist/sizemap.c:494 +#: ../plug-ins/gimpressionist/sizemap.c:495 msgid "Add new smvector" msgstr "Legg til ny smvektor" -#: ../plug-ins/gimpressionist/sizemap.c:501 +#: ../plug-ins/gimpressionist/sizemap.c:502 msgid "Delete selected smvector" msgstr "Slett den valde smvektoren" -#: ../plug-ins/gimpressionist/sizemap.c:514 +#: ../plug-ins/gimpressionist/sizemap.c:515 msgid "Change the angle of the selected smvector" msgstr "Endra vinkelen for den valde smvektoren" -#: ../plug-ins/gimpressionist/sizemap.c:521 +#: ../plug-ins/gimpressionist/sizemap.c:522 msgid "S_trength:" msgstr "S_tyrke:" -#: ../plug-ins/gimpressionist/sizemap.c:525 +#: ../plug-ins/gimpressionist/sizemap.c:526 msgid "Change the strength of the selected smvector" msgstr "Endra styrken for den valde smvektoren" -#: ../plug-ins/gimpressionist/sizemap.c:532 +#: ../plug-ins/gimpressionist/sizemap.c:533 msgid "St_rength exp.:" msgstr "Sty_rkeeksp.:" -#: ../plug-ins/gimpressionist/sizemap.c:548 +#: ../plug-ins/gimpressionist/sizemap.c:549 msgid "Voronoi-mode makes only the smvector closest to the given point have any influence" msgstr "Voronoi-Modus: Bare smvektoren nærast det gjevne punktet har noe verknad" -#: ../plug-ins/gradient-flare/gradient-flare.c:551 +#: ../plug-ins/gradient-flare/gradient-flare.c:552 msgid "Addition" msgstr "Legg til " -#: ../plug-ins/gradient-flare/gradient-flare.c:552 +#: ../plug-ins/gradient-flare/gradient-flare.c:553 msgid "Overlay" msgstr "Overlegg" -#: ../plug-ins/gradient-flare/gradient-flare.c:806 +#: ../plug-ins/gradient-flare/gradient-flare.c:807 msgid "Produce a lense flare effect using gradients" msgstr "Lager ein linserefleks ved hjelp av fargeovergangar" -#: ../plug-ins/gradient-flare/gradient-flare.c:811 +#: ../plug-ins/gradient-flare/gradient-flare.c:812 msgid "_Gradient Flare..." msgstr "_Gradientrefleks …" #. #. * Dialog Shell #. -#: ../plug-ins/gradient-flare/gradient-flare.c:950 -#: ../plug-ins/gradient-flare/gradient-flare.c:2356 +#: ../plug-ins/gradient-flare/gradient-flare.c:951 +#: ../plug-ins/gradient-flare/gradient-flare.c:2357 msgid "Gradient Flare" msgstr "Gradientrefleks" -#: ../plug-ins/gradient-flare/gradient-flare.c:1263 +#: ../plug-ins/gradient-flare/gradient-flare.c:1264 +#, c-format msgid "Failed to open GFlare file '%s': %s" msgstr "Kunne ikkje opna G-refleksfila «%s»: %s" -#: ../plug-ins/gradient-flare/gradient-flare.c:1271 +#: ../plug-ins/gradient-flare/gradient-flare.c:1272 +#, c-format msgid "'%s' is not a valid GFlare file." msgstr "«%s» er ikkje ei gyldig G-refleksfil." -#: ../plug-ins/gradient-flare/gradient-flare.c:1325 +#: ../plug-ins/gradient-flare/gradient-flare.c:1326 +#, c-format msgid "invalid formatted GFlare file: %s\n" msgstr "Ugyldig format i G-refleksfila %s\n" -#: ../plug-ins/gradient-flare/gradient-flare.c:1450 +#: ../plug-ins/gradient-flare/gradient-flare.c:1451 +#, c-format msgid "" "GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" "(gflare-path \"%s\")\n" @@ -10319,19 +10572,20 @@ "(linserefleks-sti «%s»)\n" "og lager ei mappe «%s» kan du lagra dine eigne refleksar i denne mappa." -#: ../plug-ins/gradient-flare/gradient-flare.c:1483 +#: ../plug-ins/gradient-flare/gradient-flare.c:1484 +#, c-format msgid "Failed to write GFlare file '%s': %s" msgstr "Feil ved skriving av G-refleksfila «%s»: %s" -#: ../plug-ins/gradient-flare/gradient-flare.c:2413 +#: ../plug-ins/gradient-flare/gradient-flare.c:2414 msgid "A_uto update preview" msgstr "Automatisk _førehandsvising" -#: ../plug-ins/gradient-flare/gradient-flare.c:2464 +#: ../plug-ins/gradient-flare/gradient-flare.c:2465 msgid "`Default' is created." msgstr "«Standard» er laga." -#: ../plug-ins/gradient-flare/gradient-flare.c:2465 +#: ../plug-ins/gradient-flare/gradient-flare.c:2466 msgid "Default" msgstr "Standard" @@ -10341,308 +10595,315 @@ #. #. * Scales #. -#: ../plug-ins/gradient-flare/gradient-flare.c:2744 -#: ../plug-ins/gradient-flare/gradient-flare.c:3581 -#: ../plug-ins/gradient-flare/gradient-flare.c:3686 -#: ../plug-ins/gradient-flare/gradient-flare.c:3823 +#: ../plug-ins/gradient-flare/gradient-flare.c:2745 +#: ../plug-ins/gradient-flare/gradient-flare.c:3582 +#: ../plug-ins/gradient-flare/gradient-flare.c:3687 +#: ../plug-ins/gradient-flare/gradient-flare.c:3824 msgid "Parameters" msgstr "Parameter" -#: ../plug-ins/gradient-flare/gradient-flare.c:2770 +#: ../plug-ins/gradient-flare/gradient-flare.c:2771 msgid "Ro_tation:" msgstr "R_otasjon:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2782 +#: ../plug-ins/gradient-flare/gradient-flare.c:2783 msgid "_Hue rotation:" msgstr "F_argerotasjon:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2794 +#: ../plug-ins/gradient-flare/gradient-flare.c:2795 msgid "Vector _angle:" msgstr "Vektor_vinkel:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2806 +#: ../plug-ins/gradient-flare/gradient-flare.c:2807 msgid "Vector _length:" msgstr "Vektor_lengde:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2827 +#: ../plug-ins/gradient-flare/gradient-flare.c:2828 msgid "A_daptive supersampling" msgstr "A_daptiv utjamning" -#: ../plug-ins/gradient-flare/gradient-flare.c:2846 +#: ../plug-ins/gradient-flare/gradient-flare.c:2847 msgid "_Max depth:" msgstr "_Maks djupn:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2856 +#: ../plug-ins/gradient-flare/gradient-flare.c:2857 msgid "_Threshold" msgstr "_Terskel:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2994 +#: ../plug-ins/gradient-flare/gradient-flare.c:2995 msgid "S_elector" msgstr "_Utval" -#: ../plug-ins/gradient-flare/gradient-flare.c:3058 +#: ../plug-ins/gradient-flare/gradient-flare.c:3059 msgid "New Gradient Flare" msgstr "Ny gradientrefleks" -#: ../plug-ins/gradient-flare/gradient-flare.c:3061 +#: ../plug-ins/gradient-flare/gradient-flare.c:3062 msgid "Enter a name for the new GFlare" msgstr "Skriv namnet på den nye G-refleksen" -#: ../plug-ins/gradient-flare/gradient-flare.c:3081 +#: ../plug-ins/gradient-flare/gradient-flare.c:3082 +#, c-format msgid "The name '%s' is used already!" msgstr "Namnet «%s» er i bruk frå før!" -#: ../plug-ins/gradient-flare/gradient-flare.c:3137 +#: ../plug-ins/gradient-flare/gradient-flare.c:3138 msgid "Copy Gradient Flare" msgstr "Kopier gradientrefleks" -#: ../plug-ins/gradient-flare/gradient-flare.c:3140 +#: ../plug-ins/gradient-flare/gradient-flare.c:3141 msgid "Enter a name for the copied GFlare" msgstr "Skriv namnet på den kopierte G-refleksen" -#: ../plug-ins/gradient-flare/gradient-flare.c:3162 +#: ../plug-ins/gradient-flare/gradient-flare.c:3163 +#, c-format msgid "The name `%s' is used already!" msgstr "Namnet «%s» er i bruk frå før!" -#: ../plug-ins/gradient-flare/gradient-flare.c:3193 +#: ../plug-ins/gradient-flare/gradient-flare.c:3194 msgid "Cannot delete!! There must be at least one GFlare." msgstr "Kan ikkje slette. Det må finnast minst ein G-refleks." -#: ../plug-ins/gradient-flare/gradient-flare.c:3203 +#: ../plug-ins/gradient-flare/gradient-flare.c:3204 msgid "Delete Gradient Flare" msgstr "Slett G-refleksen" -#: ../plug-ins/gradient-flare/gradient-flare.c:3275 +#: ../plug-ins/gradient-flare/gradient-flare.c:3276 +#, c-format msgid "not found %s in gflares_list" msgstr "Fann ikkje %s i lista over G-refleksar" -#: ../plug-ins/gradient-flare/gradient-flare.c:3316 +#: ../plug-ins/gradient-flare/gradient-flare.c:3317 msgid "Gradient Flare Editor" -msgstr "Gradientrefleksbehandlaren" +msgstr "Gradientreflekshandteraren" -#: ../plug-ins/gradient-flare/gradient-flare.c:3320 +#: ../plug-ins/gradient-flare/gradient-flare.c:3321 msgid "Rescan Gradients" msgstr "Les inn fargeovergangane på nytt" #. Glow -#: ../plug-ins/gradient-flare/gradient-flare.c:3445 +#: ../plug-ins/gradient-flare/gradient-flare.c:3446 msgid "Glow Paint Options" msgstr "Innstillingar for glød-teikning" -#: ../plug-ins/gradient-flare/gradient-flare.c:3456 -#: ../plug-ins/gradient-flare/gradient-flare.c:3484 -#: ../plug-ins/gradient-flare/gradient-flare.c:3512 +#: ../plug-ins/gradient-flare/gradient-flare.c:3457 +#: ../plug-ins/gradient-flare/gradient-flare.c:3485 +#: ../plug-ins/gradient-flare/gradient-flare.c:3513 msgid "Opacity:" msgstr "Dekkevne:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3469 -#: ../plug-ins/gradient-flare/gradient-flare.c:3497 -#: ../plug-ins/gradient-flare/gradient-flare.c:3525 +#: ../plug-ins/gradient-flare/gradient-flare.c:3470 +#: ../plug-ins/gradient-flare/gradient-flare.c:3498 +#: ../plug-ins/gradient-flare/gradient-flare.c:3526 msgid "Paint mode:" msgstr "Teiknemodus:" #. Rays -#: ../plug-ins/gradient-flare/gradient-flare.c:3473 +#: ../plug-ins/gradient-flare/gradient-flare.c:3474 msgid "Rays Paint Options" -msgstr "Innstillingane for teikning av stråler" +msgstr "Innstillingane for teikning av strålar" #. Rays -#: ../plug-ins/gradient-flare/gradient-flare.c:3501 +#: ../plug-ins/gradient-flare/gradient-flare.c:3502 msgid "Second Flares Paint Options" msgstr "Innstillingar for sekundærrefleksen" #. #. * Gradient Menus #. -#: ../plug-ins/gradient-flare/gradient-flare.c:3554 -#: ../plug-ins/gradient-flare/gradient-flare.c:3657 -#: ../plug-ins/gradient-flare/gradient-flare.c:3796 +#: ../plug-ins/gradient-flare/gradient-flare.c:3555 +#: ../plug-ins/gradient-flare/gradient-flare.c:3658 +#: ../plug-ins/gradient-flare/gradient-flare.c:3797 msgid "Gradients" msgstr "Fargeovergangar" -#: ../plug-ins/gradient-flare/gradient-flare.c:3565 -#: ../plug-ins/gradient-flare/gradient-flare.c:3670 -#: ../plug-ins/gradient-flare/gradient-flare.c:3807 +#: ../plug-ins/gradient-flare/gradient-flare.c:3566 +#: ../plug-ins/gradient-flare/gradient-flare.c:3671 +#: ../plug-ins/gradient-flare/gradient-flare.c:3808 msgid "Radial gradient:" msgstr "Radiell fargeovergang:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3569 -#: ../plug-ins/gradient-flare/gradient-flare.c:3674 +#: ../plug-ins/gradient-flare/gradient-flare.c:3570 +#: ../plug-ins/gradient-flare/gradient-flare.c:3675 msgid "Angular gradient:" msgstr "Kanta fargeovergang:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3573 -#: ../plug-ins/gradient-flare/gradient-flare.c:3678 +#: ../plug-ins/gradient-flare/gradient-flare.c:3574 +#: ../plug-ins/gradient-flare/gradient-flare.c:3679 msgid "Angular size gradient:" msgstr "Fargeovergang for kanta storleik:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3593 -#: ../plug-ins/gradient-flare/gradient-flare.c:3698 -#: ../plug-ins/gradient-flare/gradient-flare.c:3835 +#: ../plug-ins/gradient-flare/gradient-flare.c:3594 +#: ../plug-ins/gradient-flare/gradient-flare.c:3699 +#: ../plug-ins/gradient-flare/gradient-flare.c:3836 msgid "Size (%):" msgstr "Storleik (%):" -#: ../plug-ins/gradient-flare/gradient-flare.c:3605 -#: ../plug-ins/gradient-flare/gradient-flare.c:3710 -#: ../plug-ins/gradient-flare/gradient-flare.c:3847 +#: ../plug-ins/gradient-flare/gradient-flare.c:3606 +#: ../plug-ins/gradient-flare/gradient-flare.c:3711 +#: ../plug-ins/gradient-flare/gradient-flare.c:3848 msgid "Rotation:" msgstr "Rotasjon:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3617 -#: ../plug-ins/gradient-flare/gradient-flare.c:3723 -#: ../plug-ins/gradient-flare/gradient-flare.c:3860 +#: ../plug-ins/gradient-flare/gradient-flare.c:3618 +#: ../plug-ins/gradient-flare/gradient-flare.c:3724 +#: ../plug-ins/gradient-flare/gradient-flare.c:3861 msgid "Hue rotation:" msgstr "Fargerotasjon:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3631 +#: ../plug-ins/gradient-flare/gradient-flare.c:3632 msgid "G_low" msgstr "G_lød" -#: ../plug-ins/gradient-flare/gradient-flare.c:3735 +#: ../plug-ins/gradient-flare/gradient-flare.c:3736 msgid "# of Spikes:" -msgstr "Tal på stråler:" +msgstr "Tal på strålar:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3747 +#: ../plug-ins/gradient-flare/gradient-flare.c:3748 msgid "Spike thickness:" msgstr "Strålebreidde:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3761 +#: ../plug-ins/gradient-flare/gradient-flare.c:3762 msgid "_Rays" msgstr "St_råler" -#: ../plug-ins/gradient-flare/gradient-flare.c:3811 +#: ../plug-ins/gradient-flare/gradient-flare.c:3812 msgid "Size factor gradient:" msgstr "Storleiksfaktor for overgang:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3815 +#: ../plug-ins/gradient-flare/gradient-flare.c:3816 msgid "Probability gradient:" msgstr "Slumpovergang:" #. #. * Shape Radio Button Frame #. -#: ../plug-ins/gradient-flare/gradient-flare.c:3877 +#: ../plug-ins/gradient-flare/gradient-flare.c:3878 msgid "Shape of Second Flares" msgstr "Form på sekundærrefleksen" -#: ../plug-ins/gradient-flare/gradient-flare.c:3885 -#: ../plug-ins/imagemap/imap_menu.c:221 +#: ../plug-ins/gradient-flare/gradient-flare.c:3886 +#: ../plug-ins/imagemap/imap_menu.c:222 msgid "Circle" msgstr "Sirkel" -#: ../plug-ins/gradient-flare/gradient-flare.c:3902 -#: ../plug-ins/imagemap/imap_menu.c:223 +#: ../plug-ins/gradient-flare/gradient-flare.c:3903 +#: ../plug-ins/imagemap/imap_menu.c:224 msgid "Polygon" msgstr "Polygon" -#: ../plug-ins/gradient-flare/gradient-flare.c:3935 +#: ../plug-ins/gradient-flare/gradient-flare.c:3936 msgid "Random seed:" msgstr "Tilfeldig frø:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3949 +#: ../plug-ins/gradient-flare/gradient-flare.c:3950 msgid "_Second Flares" msgstr "_Sekundærrefleks" -#: ../plug-ins/help-browser/dialog.c:185 -#: ../plug-ins/help-browser/dialog.c:1133 +#: ../plug-ins/help-browser/dialog.c:186 +#: ../plug-ins/help-browser/dialog.c:1121 msgid "GIMP Help Browser" msgstr "Hjelplesaren for GIMP" -#: ../plug-ins/help-browser/dialog.c:565 +#: ../plug-ins/help-browser/dialog.c:564 msgid "Go back one page" msgstr "Tilbake ei side" -#: ../plug-ins/help-browser/dialog.c:570 +#: ../plug-ins/help-browser/dialog.c:569 msgid "Go forward one page" msgstr "Fram ei side" -#: ../plug-ins/help-browser/dialog.c:575 +#: ../plug-ins/help-browser/dialog.c:574 msgid "_Reload" msgstr "_Hent på nytt" -#: ../plug-ins/help-browser/dialog.c:575 +#: ../plug-ins/help-browser/dialog.c:574 msgid "Reload current page" msgstr "Last inn gjeldande side på nytt" -#: ../plug-ins/help-browser/dialog.c:580 +#: ../plug-ins/help-browser/dialog.c:579 msgid "_Stop" msgstr "_Stopp" -#: ../plug-ins/help-browser/dialog.c:580 +#: ../plug-ins/help-browser/dialog.c:579 msgid "Stop loading this page" msgstr "Stopp nedlastinga av denne sida" -#: ../plug-ins/help-browser/dialog.c:585 +#: ../plug-ins/help-browser/dialog.c:584 msgid "Go to the index page" msgstr "Gå til indekssida" -#: ../plug-ins/help-browser/dialog.c:590 +#: ../plug-ins/help-browser/dialog.c:589 msgid "C_opy location" msgstr "Kopier _adressa" -#: ../plug-ins/help-browser/dialog.c:591 +#: ../plug-ins/help-browser/dialog.c:590 msgid "Copy the location of this page to the clipboard" msgstr "Kopier adressa for denne sida til utklippstavla" -#: ../plug-ins/help-browser/dialog.c:611 +#: ../plug-ins/help-browser/dialog.c:610 msgid "Find text in current page" msgstr "Finn tekst på denne sida" -#: ../plug-ins/help-browser/dialog.c:616 +#: ../plug-ins/help-browser/dialog.c:615 msgid "Find _Again" msgstr "Finn _igjen" -#: ../plug-ins/help-browser/dialog.c:635 +#: ../plug-ins/help-browser/dialog.c:634 msgid "S_how Index" msgstr "Vis _indeks" -#: ../plug-ins/help-browser/dialog.c:636 +#: ../plug-ins/help-browser/dialog.c:635 msgid "Toggle the visibility of the sidebar" msgstr "Slå syninga av sidestolpane av/på" -#: ../plug-ins/help-browser/dialog.c:657 +#: ../plug-ins/help-browser/dialog.c:656 msgid "Visit the GIMP documentation website" msgstr "Besøk nettsida til GIMP-dokumentasjonen" -#: ../plug-ins/help-browser/dialog.c:1174 +#: ../plug-ins/help-browser/dialog.c:1162 msgid "Find:" msgstr "Finn:" -#: ../plug-ins/help-browser/dialog.c:1191 +#: ../plug-ins/help-browser/dialog.c:1179 msgctxt "search" msgid "_Previous" msgstr "_Førre" -#: ../plug-ins/help-browser/dialog.c:1203 +#: ../plug-ins/help-browser/dialog.c:1191 msgctxt "search" msgid "_Next" msgstr "_Neste" -#: ../plug-ins/help/gimphelpdomain.c:180 +#: ../plug-ins/help/gimphelpdomain.c:181 +#, c-format msgid "The help pages for '%s' are not available." msgstr "Hjelpsidene for «%s» er ikkje tilgjengelege" -#: ../plug-ins/help/gimphelpdomain.c:186 +#: ../plug-ins/help/gimphelpdomain.c:187 msgid "The GIMP user manual is not available." msgstr "Handboka for GIMP er ikkje tilgjengeleg" -#: ../plug-ins/help/gimphelpdomain.c:187 +#: ../plug-ins/help/gimphelpdomain.c:188 msgid "Please install the additional help package or use the online user manual at http://docs.gimp.org/." msgstr "Installer den tilhøyrande hjelp-pakka, eller bruk den nettbaserte handboka på http://docs.gimp.org/." -#: ../plug-ins/help/gimphelpdomain.c:196 +#: ../plug-ins/help/gimphelpdomain.c:197 msgid "Perhaps you are missing GIO backends and need to install GVFS?" msgstr "Du manglar kan hende GIO oppbackinger og må installera GVFS?" -#: ../plug-ins/help/gimphelpdomain.c:215 +#: ../plug-ins/help/gimphelpdomain.c:216 +#, c-format msgid "Help ID '%s' unknown" msgstr "Hjelp-ID «%s» er ukjent" -#: ../plug-ins/help/gimphelplocale.c:208 +#: ../plug-ins/help/gimphelplocale.c:209 +#, c-format msgid "Loading index from '%s'" msgstr "Les indeks frå «%s»" -#: ../plug-ins/help/gimphelplocale.c:266 +#: ../plug-ins/help/gimphelplocale.c:267 +#, c-format msgid "" "Parse error in '%s':\n" "%s" @@ -10650,17 +10911,17 @@ "Parsefeil i «%s»:\n" "%s" -#: ../plug-ins/ifs-compose/ifs-compose.c:333 +#: ../plug-ins/ifs-compose/ifs-compose.c:334 msgid "Create an Iterated Function System (IFS) fractal" msgstr "Opprett ein IFS-fraktal (Iterated Function System)" -#: ../plug-ins/ifs-compose/ifs-compose.c:345 +#: ../plug-ins/ifs-compose/ifs-compose.c:346 msgid "_IFS Fractal..." msgstr "_IFS Fraktal …" #. X -#: ../plug-ins/ifs-compose/ifs-compose.c:525 -#: ../plug-ins/lighting/lighting-ui.c:526 +#: ../plug-ins/ifs-compose/ifs-compose.c:526 +#: ../plug-ins/lighting/lighting-ui.c:527 #: ../plug-ins/map-object/map-object-ui.c:675 #: ../plug-ins/map-object/map-object-ui.c:729 #: ../plug-ins/map-object/map-object-ui.c:997 @@ -10669,8 +10930,8 @@ msgstr "X:" #. Y -#: ../plug-ins/ifs-compose/ifs-compose.c:539 -#: ../plug-ins/lighting/lighting-ui.c:540 +#: ../plug-ins/ifs-compose/ifs-compose.c:540 +#: ../plug-ins/lighting/lighting-ui.c:541 #: ../plug-ins/map-object/map-object-ui.c:689 #: ../plug-ins/map-object/map-object-ui.c:742 #: ../plug-ins/map-object/map-object-ui.c:1010 @@ -10680,125 +10941,127 @@ msgstr "Y:" #. Asym -#: ../plug-ins/ifs-compose/ifs-compose.c:581 +#: ../plug-ins/ifs-compose/ifs-compose.c:582 msgid "Asymmetry:" msgstr "Asymmetri:" #. Shear -#: ../plug-ins/ifs-compose/ifs-compose.c:595 +#: ../plug-ins/ifs-compose/ifs-compose.c:596 msgid "Shear:" msgstr "Forskyv:" #. Simple color control section -#: ../plug-ins/ifs-compose/ifs-compose.c:640 +#: ../plug-ins/ifs-compose/ifs-compose.c:641 msgid "Simple" msgstr "Enkel" -#: ../plug-ins/ifs-compose/ifs-compose.c:649 +#: ../plug-ins/ifs-compose/ifs-compose.c:650 msgid "IFS Fractal: Target" msgstr "IFS-fraktal: Mål" -#: ../plug-ins/ifs-compose/ifs-compose.c:655 +#: ../plug-ins/ifs-compose/ifs-compose.c:656 msgid "Scale hue by:" msgstr "Skaler kulør med:" -#: ../plug-ins/ifs-compose/ifs-compose.c:670 +#: ../plug-ins/ifs-compose/ifs-compose.c:671 msgid "Scale value by:" msgstr "Skaler lysverdi med:" #. Full color control section -#: ../plug-ins/ifs-compose/ifs-compose.c:687 +#: ../plug-ins/ifs-compose/ifs-compose.c:688 msgid "Full" msgstr "Heile" -#: ../plug-ins/ifs-compose/ifs-compose.c:695 +#: ../plug-ins/ifs-compose/ifs-compose.c:696 msgid "IFS Fractal: Red" msgstr "IFS-fraktal: Raud" -#: ../plug-ins/ifs-compose/ifs-compose.c:703 +#: ../plug-ins/ifs-compose/ifs-compose.c:704 msgid "IFS Fractal: Green" msgstr "IFS-fraktal: Grøn" -#: ../plug-ins/ifs-compose/ifs-compose.c:711 +#: ../plug-ins/ifs-compose/ifs-compose.c:712 msgid "IFS Fractal: Blue" msgstr "IFS-fraktal: Blå" -#: ../plug-ins/ifs-compose/ifs-compose.c:719 +#: ../plug-ins/ifs-compose/ifs-compose.c:720 msgid "IFS Fractal: Black" msgstr "IFS-fraktal: Svart" -#: ../plug-ins/ifs-compose/ifs-compose.c:769 +#: ../plug-ins/ifs-compose/ifs-compose.c:770 msgid "IFS Fractal" msgstr "IFS-fraktal" -#: ../plug-ins/ifs-compose/ifs-compose.c:867 +#: ../plug-ins/ifs-compose/ifs-compose.c:868 msgid "Spatial Transformation" msgstr "Romtransformasjon" -#: ../plug-ins/ifs-compose/ifs-compose.c:873 +#: ../plug-ins/ifs-compose/ifs-compose.c:874 msgid "Color Transformation" msgstr "Fargetransformasjon" -#: ../plug-ins/ifs-compose/ifs-compose.c:883 +#: ../plug-ins/ifs-compose/ifs-compose.c:884 msgid "Relative probability:" msgstr "Relativ slump:" -#: ../plug-ins/ifs-compose/ifs-compose.c:1058 -#: ../plug-ins/imagemap/imap_menu.c:162 +#: ../plug-ins/ifs-compose/ifs-compose.c:1059 +#: ../plug-ins/imagemap/imap_menu.c:163 msgid "Select _All" msgstr "Vel _alt" -#: ../plug-ins/ifs-compose/ifs-compose.c:1062 +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 msgid "Re_center" msgstr "_Sentrer" -#: ../plug-ins/ifs-compose/ifs-compose.c:1062 +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 msgid "Recompute Center" msgstr "Berekna senter på nytt" -#: ../plug-ins/ifs-compose/ifs-compose.c:1066 +#: ../plug-ins/ifs-compose/ifs-compose.c:1067 msgid "Render Options" msgstr "Teikneinnstillingar" -#: ../plug-ins/ifs-compose/ifs-compose.c:1072 -#: ../plug-ins/imagemap/imap_cmd_move.c:85 -#: ../plug-ins/imagemap/imap_cmd_object_move.c:56 +#: ../plug-ins/ifs-compose/ifs-compose.c:1073 +#: ../plug-ins/imagemap/imap_cmd_move.c:86 +#: ../plug-ins/imagemap/imap_cmd_object_move.c:57 msgid "Move" msgstr "Flytt" -#: ../plug-ins/ifs-compose/ifs-compose.c:1075 +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 msgid "Rotate" msgstr "Rotér" -#: ../plug-ins/ifs-compose/ifs-compose.c:1075 +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 msgid "Rotate / Scale" msgstr "Rotér/skalér" -#: ../plug-ins/ifs-compose/ifs-compose.c:1078 +#: ../plug-ins/ifs-compose/ifs-compose.c:1079 msgid "Stretch" msgstr "Strekk" -#: ../plug-ins/ifs-compose/ifs-compose.c:1176 +#: ../plug-ins/ifs-compose/ifs-compose.c:1177 msgid "IFS Fractal Render Options" msgstr "Innstillingar for IFS-fraktal" -#: ../plug-ins/ifs-compose/ifs-compose.c:1198 +#: ../plug-ins/ifs-compose/ifs-compose.c:1199 msgid "Max. memory:" msgstr "Maks minne:" -#: ../plug-ins/ifs-compose/ifs-compose.c:1225 +#: ../plug-ins/ifs-compose/ifs-compose.c:1226 msgid "Subdivide:" msgstr "Vidaredeling:" -#: ../plug-ins/ifs-compose/ifs-compose.c:1238 +#: ../plug-ins/ifs-compose/ifs-compose.c:1239 msgid "Spot radius:" msgstr "Punktradius:" -#: ../plug-ins/ifs-compose/ifs-compose.c:1303 +#: ../plug-ins/ifs-compose/ifs-compose.c:1304 +#, c-format msgid "Rendering IFS (%d/%d)" msgstr "Lager IFS (%d/%d)" -#: ../plug-ins/ifs-compose/ifs-compose.c:1469 +#: ../plug-ins/ifs-compose/ifs-compose.c:1470 +#, c-format msgid "Transformation %s" msgstr "Transformasjon %s" @@ -10812,6 +11075,7 @@ msgstr "Kunne ikkje opna" #: ../plug-ins/ifs-compose/ifs-compose.c:2468 +#, c-format msgid "File '%s' doesn't seem to be an IFS Fractal file." msgstr "Fila «%s» ser ikkje ut til å vere ei IFS-fraktal-fil." @@ -10823,882 +11087,888 @@ msgid "Open IFS Fractal file" msgstr "Opna IFS-fraktal-fil" -#: ../plug-ins/imagemap/imap_about.c:42 +#: ../plug-ins/imagemap/imap_about.c:43 msgid "Image Map Plug-In" msgstr "Programtillegget biletkart" -#: ../plug-ins/imagemap/imap_about.c:46 +#: ../plug-ins/imagemap/imap_about.c:47 msgid "Copyright © 1999-2005 by Maurits Rijk" msgstr "Copyright(c) 1999-2005 by Maurits Rijk" -#: ../plug-ins/imagemap/imap_about.c:48 +#: ../plug-ins/imagemap/imap_about.c:49 msgid "Released under the GNU General Public License" msgstr "Offentleggjort under GNU General Public License" -#: ../plug-ins/imagemap/imap_circle.c:63 +#: ../plug-ins/imagemap/imap_circle.c:64 msgid "C_ircle" msgstr "S_irkel" -#: ../plug-ins/imagemap/imap_circle.c:263 +#: ../plug-ins/imagemap/imap_circle.c:264 msgid "Center _x:" msgstr "Senter _x:" -#: ../plug-ins/imagemap/imap_circle.c:268 -#: ../plug-ins/imagemap/imap_circle.c:275 -#: ../plug-ins/imagemap/imap_circle.c:281 -#: ../plug-ins/imagemap/imap_grid.c:249 -#: ../plug-ins/imagemap/imap_grid.c:255 -#: ../plug-ins/imagemap/imap_polygon.c:504 -#: ../plug-ins/imagemap/imap_polygon.c:512 -#: ../plug-ins/imagemap/imap_rectangle.c:393 -#: ../plug-ins/imagemap/imap_rectangle.c:400 -#: ../plug-ins/imagemap/imap_rectangle.c:407 -#: ../plug-ins/imagemap/imap_rectangle.c:414 +#: ../plug-ins/imagemap/imap_circle.c:269 +#: ../plug-ins/imagemap/imap_circle.c:276 +#: ../plug-ins/imagemap/imap_circle.c:282 +#: ../plug-ins/imagemap/imap_grid.c:250 +#: ../plug-ins/imagemap/imap_grid.c:256 +#: ../plug-ins/imagemap/imap_polygon.c:505 +#: ../plug-ins/imagemap/imap_polygon.c:513 +#: ../plug-ins/imagemap/imap_rectangle.c:394 +#: ../plug-ins/imagemap/imap_rectangle.c:401 +#: ../plug-ins/imagemap/imap_rectangle.c:408 +#: ../plug-ins/imagemap/imap_rectangle.c:415 msgid "pixels" msgstr "Pikslar" -#: ../plug-ins/imagemap/imap_circle.c:270 +#: ../plug-ins/imagemap/imap_circle.c:271 msgid "Center _y:" msgstr "Senter _y:" -#: ../plug-ins/imagemap/imap_cmd_clear.c:50 +#: ../plug-ins/imagemap/imap_cmd_clear.c:51 msgid "Clear" msgstr "Tøm" -#: ../plug-ins/imagemap/imap_cmd_create.c:57 -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:150 +#: ../plug-ins/imagemap/imap_cmd_create.c:58 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:151 msgid "Create" msgstr "Lag" -#: ../plug-ins/imagemap/imap_cmd_cut.c:54 -#: ../plug-ins/imagemap/imap_cmd_cut_object.c:50 -#: ../plug-ins/imagemap/imap_menu.c:158 +#: ../plug-ins/imagemap/imap_cmd_cut.c:55 +#: ../plug-ins/imagemap/imap_cmd_cut_object.c:51 +#: ../plug-ins/imagemap/imap_menu.c:159 msgid "Cut" msgstr "Klipp ut" -#: ../plug-ins/imagemap/imap_cmd_delete.c:56 -#: ../plug-ins/imagemap/imap_menu.c:161 +#: ../plug-ins/imagemap/imap_cmd_delete.c:57 +#: ../plug-ins/imagemap/imap_menu.c:162 msgid "Delete" msgstr "Fjern" -#: ../plug-ins/imagemap/imap_cmd_delete_point.c:60 -#: ../plug-ins/imagemap/imap_menu.c:178 +#: ../plug-ins/imagemap/imap_cmd_delete_point.c:61 +#: ../plug-ins/imagemap/imap_menu.c:179 msgid "Delete Point" msgstr "Fjern punkt" -#: ../plug-ins/imagemap/imap_cmd_edit_object.c:53 +#: ../plug-ins/imagemap/imap_cmd_edit_object.c:54 msgid "Edit Object" msgstr "Rediger objekt" #. Create the areas -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:116 -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:146 -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:250 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:117 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:147 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:251 msgid "Use Gimp Guides" msgstr "Bruk GIMP hjelpelinjer" -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:159 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:160 msgid "Al_ternate" msgstr "Al_terner" -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:164 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:165 msgid "A_ll" msgstr "A_lle" -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:168 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:169 msgid "Add Additional Guides" msgstr "Legg til hjelpelinjer" -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:176 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:177 msgid "L_eft border" msgstr "_Venstre kant" -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:180 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:181 msgid "_Right border" msgstr "_Høgre kant" -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:184 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:185 msgid "_Upper border" msgstr "_Øvre kant" -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:188 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:189 msgid "Lo_wer border" msgstr "_Nedre kant" -#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:196 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:197 msgid "_Base URL:" msgstr "_Basis-URL:" -#: ../plug-ins/imagemap/imap_cmd_guides.c:73 -#: ../plug-ins/imagemap/imap_cmd_guides.c:139 +#: ../plug-ins/imagemap/imap_cmd_guides.c:74 +#: ../plug-ins/imagemap/imap_cmd_guides.c:140 msgid "Create Guides" msgstr "Lag hjelperutene" -#: ../plug-ins/imagemap/imap_cmd_guides.c:112 +#: ../plug-ins/imagemap/imap_cmd_guides.c:113 +#, c-format msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" msgstr "Grensene for hjelperutene: %d,%d til %d,%d (%d område)" -#: ../plug-ins/imagemap/imap_cmd_guides.c:143 +#: ../plug-ins/imagemap/imap_cmd_guides.c:144 msgid "Guides are pre-defined rectangles covering the image. You define them by their width, height, and spacing from each other. This allows you to rapidly create the most common image map type - image collection of \"thumbnails\", suitable for navigation bars." msgstr "Hjelperutene er ein tabell med rektangel som blir lagt over biletet for å definera klikkområda. Du definerer tabellen ved å bestemma breidde, høgde og avstanden mellom linjene. Dette gjer at du t.d. raskt og enkelt kan lage eit biletkart av «miniatyrar» som kan brukast til for eksempel menylinjer." -#: ../plug-ins/imagemap/imap_cmd_guides.c:169 +#: ../plug-ins/imagemap/imap_cmd_guides.c:170 msgid "_Left start at:" msgstr "Start _venstre ved:" -#: ../plug-ins/imagemap/imap_cmd_guides.c:179 +#: ../plug-ins/imagemap/imap_cmd_guides.c:180 msgid "_Top start at:" msgstr "Start _oppe ved:" -#: ../plug-ins/imagemap/imap_cmd_guides.c:184 +#: ../plug-ins/imagemap/imap_cmd_guides.c:185 msgid "_Horz. spacing:" msgstr "_Kolonneavstand:" -#: ../plug-ins/imagemap/imap_cmd_guides.c:190 +#: ../plug-ins/imagemap/imap_cmd_guides.c:191 msgid "_No. across:" msgstr "_Kolonner:" -#: ../plug-ins/imagemap/imap_cmd_guides.c:196 +#: ../plug-ins/imagemap/imap_cmd_guides.c:197 msgid "_Vert. spacing:" msgstr "_Linjeavstand:" -#: ../plug-ins/imagemap/imap_cmd_guides.c:202 +#: ../plug-ins/imagemap/imap_cmd_guides.c:203 msgid "No. _down:" msgstr "_Rader:" -#: ../plug-ins/imagemap/imap_cmd_guides.c:211 +#: ../plug-ins/imagemap/imap_cmd_guides.c:212 msgid "Base _URL:" msgstr "Basis-_URL:" -#: ../plug-ins/imagemap/imap_cmd_guides.c:236 +#: ../plug-ins/imagemap/imap_cmd_guides.c:237 msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" msgstr "Grensene for hjelperutene: 0,0 til 0,0 (0 område)" -#: ../plug-ins/imagemap/imap_cmd_guides.c:271 +#: ../plug-ins/imagemap/imap_cmd_guides.c:272 msgid "Guides" msgstr "Hjelpelinjer" -#: ../plug-ins/imagemap/imap_cmd_insert_point.c:61 -#: ../plug-ins/imagemap/imap_menu.c:177 +#: ../plug-ins/imagemap/imap_cmd_insert_point.c:62 +#: ../plug-ins/imagemap/imap_menu.c:178 msgid "Insert Point" msgstr "Set inn punkt" -#: ../plug-ins/imagemap/imap_cmd_move_down.c:52 -#: ../plug-ins/imagemap/imap_cmd_object_down.c:54 -#: ../plug-ins/imagemap/imap_menu.c:175 +#: ../plug-ins/imagemap/imap_cmd_move_down.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_down.c:55 +#: ../plug-ins/imagemap/imap_menu.c:176 msgid "Move Down" msgstr "Flytt ned" -#: ../plug-ins/imagemap/imap_cmd_move_sash.c:67 +#: ../plug-ins/imagemap/imap_cmd_move_sash.c:68 msgid "Move Sash" msgstr "Flytt ramma" -#: ../plug-ins/imagemap/imap_cmd_move_selected.c:55 +#: ../plug-ins/imagemap/imap_cmd_move_selected.c:56 msgid "Move Selected Objects" msgstr "Flytt det valde objektet" -#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:50 +#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:51 msgid "Move To Front" msgstr "Flytt til front" -#: ../plug-ins/imagemap/imap_cmd_move_up.c:52 -#: ../plug-ins/imagemap/imap_cmd_object_up.c:54 -#: ../plug-ins/imagemap/imap_menu.c:174 +#: ../plug-ins/imagemap/imap_cmd_move_up.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_up.c:55 +#: ../plug-ins/imagemap/imap_menu.c:175 msgid "Move Up" msgstr "Flytt opp" -#: ../plug-ins/imagemap/imap_cmd_paste.c:50 -#: ../plug-ins/imagemap/imap_menu.c:160 +#: ../plug-ins/imagemap/imap_cmd_paste.c:51 +#: ../plug-ins/imagemap/imap_menu.c:161 msgid "Paste" msgstr "Lim inn" -#: ../plug-ins/imagemap/imap_cmd_select.c:52 +#: ../plug-ins/imagemap/imap_cmd_select.c:53 msgid "Select" msgstr "Vel" -#: ../plug-ins/imagemap/imap_cmd_select_next.c:50 +#: ../plug-ins/imagemap/imap_cmd_select_next.c:51 msgid "Select Next" msgstr "Vel neste" -#: ../plug-ins/imagemap/imap_cmd_select_prev.c:50 +#: ../plug-ins/imagemap/imap_cmd_select_prev.c:51 msgid "Select Previous" msgstr "Vel førre" -#: ../plug-ins/imagemap/imap_cmd_select_region.c:63 +#: ../plug-ins/imagemap/imap_cmd_select_region.c:64 msgid "Select Region" msgstr "Vel område" -#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:50 +#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:51 msgid "Send To Back" msgstr "Flytt bakover" -#: ../plug-ins/imagemap/imap_cmd_unselect.c:52 +#: ../plug-ins/imagemap/imap_cmd_unselect.c:53 msgid "Unselect" msgstr "Avmarker" -#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:55 +#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:56 msgid "Unselect All" msgstr "Avmarker alle" -#: ../plug-ins/imagemap/imap_edit_area_info.c:195 +#: ../plug-ins/imagemap/imap_edit_area_info.c:196 msgid "Link Type" msgstr "Lenketype" -#: ../plug-ins/imagemap/imap_edit_area_info.c:204 +#: ../plug-ins/imagemap/imap_edit_area_info.c:205 msgid "_Web Site" msgstr "_Nettside" -#: ../plug-ins/imagemap/imap_edit_area_info.c:210 +#: ../plug-ins/imagemap/imap_edit_area_info.c:211 msgid "_Ftp Site" msgstr "FT_P-Side" -#: ../plug-ins/imagemap/imap_edit_area_info.c:216 +#: ../plug-ins/imagemap/imap_edit_area_info.c:217 msgid "_Gopher" msgstr "_Gopher" -#: ../plug-ins/imagemap/imap_edit_area_info.c:222 +#: ../plug-ins/imagemap/imap_edit_area_info.c:223 msgid "Ot_her" msgstr "_Andre" -#: ../plug-ins/imagemap/imap_edit_area_info.c:228 +#: ../plug-ins/imagemap/imap_edit_area_info.c:229 msgid "F_ile" msgstr "_Fil" -#: ../plug-ins/imagemap/imap_edit_area_info.c:234 +#: ../plug-ins/imagemap/imap_edit_area_info.c:235 msgid "WAI_S" msgstr "_WAIS" -#: ../plug-ins/imagemap/imap_edit_area_info.c:240 +#: ../plug-ins/imagemap/imap_edit_area_info.c:241 msgid "Tel_net" msgstr "_Telnet" -#: ../plug-ins/imagemap/imap_edit_area_info.c:246 +#: ../plug-ins/imagemap/imap_edit_area_info.c:247 msgid "e-_mail" msgstr "_e-post" -#: ../plug-ins/imagemap/imap_edit_area_info.c:252 +#: ../plug-ins/imagemap/imap_edit_area_info.c:253 msgid "_URL to activate when this area is clicked: (required)" msgstr "_URL som skal aktiverast ved klikk i dette området (nødvendig):" -#: ../plug-ins/imagemap/imap_edit_area_info.c:254 +#: ../plug-ins/imagemap/imap_edit_area_info.c:255 msgid "Select HTML file" msgstr "Vel HTML-fil" -#: ../plug-ins/imagemap/imap_edit_area_info.c:263 +#: ../plug-ins/imagemap/imap_edit_area_info.c:264 msgid "Relati_ve link" msgstr "_Relativ lenke" -#: ../plug-ins/imagemap/imap_edit_area_info.c:269 +#: ../plug-ins/imagemap/imap_edit_area_info.c:270 msgid "_Target frame name/ID: (optional - used for FRAMES only)" msgstr "Namn på _målramma/ID: (valfri – blir brukt i FRAMES)" -#: ../plug-ins/imagemap/imap_edit_area_info.c:272 +#: ../plug-ins/imagemap/imap_edit_area_info.c:273 msgid "ALT te_xt: (optional)" msgstr "ALT-Te_kst (valfri):" -#: ../plug-ins/imagemap/imap_edit_area_info.c:275 +#: ../plug-ins/imagemap/imap_edit_area_info.c:276 msgid "_Link" msgstr "_Lenke" -#: ../plug-ins/imagemap/imap_edit_area_info.c:309 +#: ../plug-ins/imagemap/imap_edit_area_info.c:310 msgid "Dimensions" msgstr "Dimensjonar" -#: ../plug-ins/imagemap/imap_edit_area_info.c:313 +#: ../plug-ins/imagemap/imap_edit_area_info.c:314 msgid "Pre_view" msgstr "_Førehandsvising" -#: ../plug-ins/imagemap/imap_edit_area_info.c:351 +#: ../plug-ins/imagemap/imap_edit_area_info.c:352 msgid "_JavaScript" msgstr "_JavaScript" -#: ../plug-ins/imagemap/imap_edit_area_info.c:450 +#: ../plug-ins/imagemap/imap_edit_area_info.c:451 msgid "Area Settings" msgstr "Områdeinnstillingar" -#: ../plug-ins/imagemap/imap_edit_area_info.c:492 +#: ../plug-ins/imagemap/imap_edit_area_info.c:493 +#, c-format msgid "Area #%d Settings" msgstr "Innstillingar for område nr %d" -#: ../plug-ins/imagemap/imap_file.c:47 -#: ../plug-ins/imagemap/imap_menu.c:70 +#: ../plug-ins/imagemap/imap_file.c:48 +#: ../plug-ins/imagemap/imap_menu.c:71 msgid "Error opening file" msgstr "Feil ved opning av fil" -#: ../plug-ins/imagemap/imap_file.c:67 +#: ../plug-ins/imagemap/imap_file.c:68 msgid "Load Image Map" msgstr "Hent biletkartet" -#: ../plug-ins/imagemap/imap_file.c:122 +#: ../plug-ins/imagemap/imap_file.c:123 msgid "Save Image Map" msgstr "Lagra biletkartet" -#: ../plug-ins/imagemap/imap_grid.c:196 +#: ../plug-ins/imagemap/imap_grid.c:197 msgid "Grid Settings" msgstr "Innstillingar for rutenettet" -#: ../plug-ins/imagemap/imap_grid.c:200 +#: ../plug-ins/imagemap/imap_grid.c:201 msgid "_Snap-to grid enabled" msgstr "Fest til _rutenettet" -#: ../plug-ins/imagemap/imap_grid.c:206 +#: ../plug-ins/imagemap/imap_grid.c:207 msgid "Grid Visibility and Type" msgstr "Type og utsjånad" -#: ../plug-ins/imagemap/imap_grid.c:213 +#: ../plug-ins/imagemap/imap_grid.c:214 msgid "_Hidden" msgstr "_Skjult" -#: ../plug-ins/imagemap/imap_grid.c:221 +#: ../plug-ins/imagemap/imap_grid.c:222 msgid "_Lines" msgstr "_Linjer" -#: ../plug-ins/imagemap/imap_grid.c:230 +#: ../plug-ins/imagemap/imap_grid.c:231 msgid "C_rosses" msgstr "_Krysspunkt" -#: ../plug-ins/imagemap/imap_grid.c:238 +#: ../plug-ins/imagemap/imap_grid.c:239 msgid "Grid Granularity" msgstr "Rutestorleik" -#: ../plug-ins/imagemap/imap_grid.c:245 +#: ../plug-ins/imagemap/imap_grid.c:246 msgid "_Width" msgstr "_Breidde" -#: ../plug-ins/imagemap/imap_grid.c:251 +#: ../plug-ins/imagemap/imap_grid.c:252 msgid "_Height" msgstr "_Høgde" -#: ../plug-ins/imagemap/imap_grid.c:265 +#: ../plug-ins/imagemap/imap_grid.c:266 msgid "Grid Offset" msgstr "Forskyving" -#: ../plug-ins/imagemap/imap_grid.c:272 +#: ../plug-ins/imagemap/imap_grid.c:273 msgid "pixels from l_eft" msgstr "Pikslar frå _venstre" -#: ../plug-ins/imagemap/imap_grid.c:277 +#: ../plug-ins/imagemap/imap_grid.c:278 msgid "pixels from _top" msgstr "Pikslar _ovanfrå" -#: ../plug-ins/imagemap/imap_grid.c:288 +#: ../plug-ins/imagemap/imap_grid.c:289 msgid "_Preview" msgstr "_Førehandsvising" -#: ../plug-ins/imagemap/imap_main.c:121 +#: ../plug-ins/imagemap/imap_main.c:122 msgid "Create a clickable imagemap" msgstr "Lag eit klikkbart biletkart" -#: ../plug-ins/imagemap/imap_main.c:126 +#: ../plug-ins/imagemap/imap_main.c:127 msgid "_Image Map..." msgstr "_Biletkart …" -#: ../plug-ins/imagemap/imap_main.c:516 -#: ../plug-ins/imagemap/imap_settings.c:170 +#: ../plug-ins/imagemap/imap_main.c:517 +#: ../plug-ins/imagemap/imap_settings.c:171 msgid "" msgstr "" -#: ../plug-ins/imagemap/imap_main.c:659 +#: ../plug-ins/imagemap/imap_main.c:660 msgid "Some data has been changed!" msgstr "Noen data er endra!" -#: ../plug-ins/imagemap/imap_main.c:662 +#: ../plug-ins/imagemap/imap_main.c:663 msgid "Do you really want to discard your changes?" msgstr "Vil du verkeleg forkaste desse endringane?" -#: ../plug-ins/imagemap/imap_main.c:876 +#: ../plug-ins/imagemap/imap_main.c:873 +#, c-format msgid "File \"%s\" saved." msgstr "Fila «%s» er lagra." -#: ../plug-ins/imagemap/imap_main.c:880 +#: ../plug-ins/imagemap/imap_main.c:877 msgid "Couldn't save file:" msgstr "Kunne ikjke lagra fila:" -#: ../plug-ins/imagemap/imap_main.c:893 +#: ../plug-ins/imagemap/imap_main.c:890 msgid "Image size has changed." msgstr "Biletstorleiken er endra." -#: ../plug-ins/imagemap/imap_main.c:894 +#: ../plug-ins/imagemap/imap_main.c:891 msgid "Resize area's?" msgstr "Endra storleiken på areala?" -#: ../plug-ins/imagemap/imap_main.c:928 +#: ../plug-ins/imagemap/imap_main.c:925 msgid "Couldn't read file:" msgstr "Kunne ikkje lese fila:" -#: ../plug-ins/imagemap/imap_main.c:975 +#: ../plug-ins/imagemap/imap_main.c:972 +#, c-format msgid "URL: %s" msgstr "URL: %s" -#: ../plug-ins/imagemap/imap_menu.c:109 +#: ../plug-ins/imagemap/imap_menu.c:110 +#, c-format msgid "_Undo %s" msgstr "_Angra %s" -#: ../plug-ins/imagemap/imap_menu.c:122 +#: ../plug-ins/imagemap/imap_menu.c:123 +#, c-format msgid "_Redo %s" msgstr "_Gjenta %s" -#: ../plug-ins/imagemap/imap_menu.c:145 +#: ../plug-ins/imagemap/imap_menu.c:146 msgid "_File" msgstr "_Fil" -#: ../plug-ins/imagemap/imap_menu.c:146 +#: ../plug-ins/imagemap/imap_menu.c:147 msgid "_Open..." msgstr "_Opna …" -#: ../plug-ins/imagemap/imap_menu.c:146 +#: ../plug-ins/imagemap/imap_menu.c:147 msgid "Open" msgstr "Opna" -#: ../plug-ins/imagemap/imap_menu.c:148 +#: ../plug-ins/imagemap/imap_menu.c:149 msgid "_Save..." msgstr "Lagra …" -#: ../plug-ins/imagemap/imap_menu.c:148 +#: ../plug-ins/imagemap/imap_menu.c:149 msgid "Save" msgstr "Lagra" -#: ../plug-ins/imagemap/imap_menu.c:150 +#: ../plug-ins/imagemap/imap_menu.c:151 msgid "Save _As..." msgstr "L_agra som …" -#: ../plug-ins/imagemap/imap_menu.c:155 +#: ../plug-ins/imagemap/imap_menu.c:156 msgid "_Edit" msgstr "R_ediger" -#: ../plug-ins/imagemap/imap_menu.c:156 +#: ../plug-ins/imagemap/imap_menu.c:157 msgid "Undo" msgstr "Angre" -#: ../plug-ins/imagemap/imap_menu.c:157 +#: ../plug-ins/imagemap/imap_menu.c:158 msgid "Redo" msgstr "Gjenopprett" -#: ../plug-ins/imagemap/imap_menu.c:163 +#: ../plug-ins/imagemap/imap_menu.c:164 msgid "D_eselect All" msgstr "Vel _ingen" -#: ../plug-ins/imagemap/imap_menu.c:165 +#: ../plug-ins/imagemap/imap_menu.c:166 msgid "Edit Area _Info..." msgstr "Rediger områdeinformasjon …" -#: ../plug-ins/imagemap/imap_menu.c:166 +#: ../plug-ins/imagemap/imap_menu.c:167 msgid "Edit selected area info" msgstr "Rediger info for vald område" -#: ../plug-ins/imagemap/imap_menu.c:167 +#: ../plug-ins/imagemap/imap_menu.c:168 msgid "Preferences" msgstr "Innstillingar" -#: ../plug-ins/imagemap/imap_menu.c:169 +#: ../plug-ins/imagemap/imap_menu.c:170 msgid "Move to Front" msgstr "Flytt opp" -#: ../plug-ins/imagemap/imap_menu.c:171 +#: ../plug-ins/imagemap/imap_menu.c:172 msgid "Send to Back" msgstr "Flytt ned" -#: ../plug-ins/imagemap/imap_menu.c:173 +#: ../plug-ins/imagemap/imap_menu.c:174 msgid "Delete Area" msgstr "Slett området" -#: ../plug-ins/imagemap/imap_menu.c:180 +#: ../plug-ins/imagemap/imap_menu.c:181 msgid "_View" msgstr "V_is" -#: ../plug-ins/imagemap/imap_menu.c:181 +#: ../plug-ins/imagemap/imap_menu.c:182 msgid "Source..." msgstr "Resultatkode …" -#: ../plug-ins/imagemap/imap_menu.c:182 +#: ../plug-ins/imagemap/imap_menu.c:183 msgid "Zoom in" msgstr "Forstørr" -#: ../plug-ins/imagemap/imap_menu.c:183 +#: ../plug-ins/imagemap/imap_menu.c:184 msgid "Zoom out" msgstr "Forminsk" -#: ../plug-ins/imagemap/imap_menu.c:184 +#: ../plug-ins/imagemap/imap_menu.c:185 msgid "_Zoom To" msgstr "_Forstørr til" -#: ../plug-ins/imagemap/imap_menu.c:186 +#: ../plug-ins/imagemap/imap_menu.c:187 msgid "_Mapping" msgstr "_Kartografi" -#: ../plug-ins/imagemap/imap_menu.c:187 +#: ../plug-ins/imagemap/imap_menu.c:188 msgid "Edit Map Info..." msgstr "Rediger biletkart-info …" -#: ../plug-ins/imagemap/imap_menu.c:188 +#: ../plug-ins/imagemap/imap_menu.c:189 msgid "Edit Map Info" msgstr "Rediger informasjonen i biletkartet" -#: ../plug-ins/imagemap/imap_menu.c:190 +#: ../plug-ins/imagemap/imap_menu.c:191 msgid "_Tools" msgstr "Verk_tøy" -#: ../plug-ins/imagemap/imap_menu.c:191 +#: ../plug-ins/imagemap/imap_menu.c:192 msgid "Grid Settings..." msgstr "Innstillingar for rutenettet …" -#: ../plug-ins/imagemap/imap_menu.c:193 +#: ../plug-ins/imagemap/imap_menu.c:194 msgid "Use GIMP Guides..." msgstr "Bruk hjelpelinjer …" -#: ../plug-ins/imagemap/imap_menu.c:195 +#: ../plug-ins/imagemap/imap_menu.c:196 msgid "Create Guides..." msgstr "Lag hjelperuter …" -#: ../plug-ins/imagemap/imap_menu.c:198 +#: ../plug-ins/imagemap/imap_menu.c:199 msgid "_Help" msgstr "_Hjelp" -#: ../plug-ins/imagemap/imap_menu.c:199 +#: ../plug-ins/imagemap/imap_menu.c:200 msgid "_Contents" msgstr "_Innhald" -#: ../plug-ins/imagemap/imap_menu.c:202 +#: ../plug-ins/imagemap/imap_menu.c:203 msgid "_Zoom" msgstr "_Zoom" -#: ../plug-ins/imagemap/imap_menu.c:207 +#: ../plug-ins/imagemap/imap_menu.c:208 msgid "Area List" msgstr "Områdeliste" -#: ../plug-ins/imagemap/imap_menu.c:217 +#: ../plug-ins/imagemap/imap_menu.c:218 msgid "Arrow" msgstr "Pil" -#: ../plug-ins/imagemap/imap_menu.c:218 +#: ../plug-ins/imagemap/imap_menu.c:219 msgid "Select existing area" msgstr "Vel eksisterande område" -#: ../plug-ins/imagemap/imap_menu.c:220 +#: ../plug-ins/imagemap/imap_menu.c:221 msgid "Define Rectangle area" msgstr "Definer rektangulært område" -#: ../plug-ins/imagemap/imap_menu.c:222 +#: ../plug-ins/imagemap/imap_menu.c:223 msgid "Define Circle/Oval area" msgstr "Definer sirkelforma område" -#: ../plug-ins/imagemap/imap_menu.c:224 +#: ../plug-ins/imagemap/imap_menu.c:225 msgid "Define Polygon area" msgstr "Definer mangekanta område" -#: ../plug-ins/imagemap/imap_polygon.c:71 +#: ../plug-ins/imagemap/imap_polygon.c:72 msgid "_Polygon" msgstr "_Polygon" -#: ../plug-ins/imagemap/imap_polygon.c:473 +#: ../plug-ins/imagemap/imap_polygon.c:474 msgid "x (pixels)" msgstr "x (Pikslar)" -#: ../plug-ins/imagemap/imap_polygon.c:482 +#: ../plug-ins/imagemap/imap_polygon.c:483 msgid "y (pixels)" msgstr "y (Pikslar)" -#: ../plug-ins/imagemap/imap_polygon.c:520 +#: ../plug-ins/imagemap/imap_polygon.c:521 msgid "_Insert" msgstr "Sett _inn" -#: ../plug-ins/imagemap/imap_polygon.c:526 +#: ../plug-ins/imagemap/imap_polygon.c:527 msgid "A_ppend" msgstr "Legg _til" -#: ../plug-ins/imagemap/imap_polygon.c:532 +#: ../plug-ins/imagemap/imap_polygon.c:533 msgid "_Remove" msgstr "_Fjern" -#: ../plug-ins/imagemap/imap_preferences.c:235 +#: ../plug-ins/imagemap/imap_preferences.c:236 msgid "Couldn't save resource file:" msgstr "Kunne ikkje lagra resursfila:" -#: ../plug-ins/imagemap/imap_preferences.c:349 +#: ../plug-ins/imagemap/imap_preferences.c:350 msgid "General" msgstr "Generell" -#: ../plug-ins/imagemap/imap_preferences.c:353 +#: ../plug-ins/imagemap/imap_preferences.c:354 msgid "Default Map Type" msgstr "Standard mappetype" -#: ../plug-ins/imagemap/imap_preferences.c:372 +#: ../plug-ins/imagemap/imap_preferences.c:373 msgid "_Prompt for area info" msgstr "_Bed om områdeinfo" -#: ../plug-ins/imagemap/imap_preferences.c:374 +#: ../plug-ins/imagemap/imap_preferences.c:375 msgid "_Require default URL" msgstr "_Krev standard-URL" -#: ../plug-ins/imagemap/imap_preferences.c:376 +#: ../plug-ins/imagemap/imap_preferences.c:377 msgid "Show area _handles" msgstr "Vis område_handtaka" -#: ../plug-ins/imagemap/imap_preferences.c:378 +#: ../plug-ins/imagemap/imap_preferences.c:379 msgid "_Keep NCSA circles true" msgstr "_Behald NCSA-sirklar" -#: ../plug-ins/imagemap/imap_preferences.c:380 +#: ../plug-ins/imagemap/imap_preferences.c:381 msgid "Show area URL _tip" msgstr "Vis URL-_tips for området" -#: ../plug-ins/imagemap/imap_preferences.c:383 +#: ../plug-ins/imagemap/imap_preferences.c:384 msgid "_Use double-sized grab handles" msgstr "Bruk store _handtak" -#: ../plug-ins/imagemap/imap_preferences.c:390 +#: ../plug-ins/imagemap/imap_preferences.c:391 msgid "Menu" msgstr "Meny" -#: ../plug-ins/imagemap/imap_preferences.c:394 +#: ../plug-ins/imagemap/imap_preferences.c:395 msgid "Number of _undo levels (1 - 99):" msgstr "Talet på _angringar (1 - 99):" -#: ../plug-ins/imagemap/imap_preferences.c:399 +#: ../plug-ins/imagemap/imap_preferences.c:400 msgid "Number of M_RU entries (1 - 16):" msgstr "Talet på M_RU-innskrivingar (1 - 16):" -#: ../plug-ins/imagemap/imap_preferences.c:408 +#: ../plug-ins/imagemap/imap_preferences.c:409 msgid "Select Color" msgstr "Vel farge" -#: ../plug-ins/imagemap/imap_preferences.c:423 +#: ../plug-ins/imagemap/imap_preferences.c:424 msgid "Normal:" msgstr "Normal:" -#: ../plug-ins/imagemap/imap_preferences.c:427 +#: ../plug-ins/imagemap/imap_preferences.c:428 msgid "Selected:" msgstr "Markert:" -#: ../plug-ins/imagemap/imap_preferences.c:436 +#: ../plug-ins/imagemap/imap_preferences.c:437 msgid "Co_ntiguous Region" msgstr "Tilstøytande _område" -#: ../plug-ins/imagemap/imap_preferences.c:442 +#: ../plug-ins/imagemap/imap_preferences.c:443 msgid "_Automatically convert" msgstr "_Automatisk konvertering" -#: ../plug-ins/imagemap/imap_preferences.c:453 +#: ../plug-ins/imagemap/imap_preferences.c:454 msgid "General Preferences" msgstr "Generelle innstillingar" -#: ../plug-ins/imagemap/imap_rectangle.c:68 +#: ../plug-ins/imagemap/imap_rectangle.c:69 msgid "_Rectangle" msgstr "_Rektangel" -#: ../plug-ins/imagemap/imap_rectangle.c:388 +#: ../plug-ins/imagemap/imap_rectangle.c:389 msgid "Upper left _x:" msgstr "Øvre, venstre _x:" -#: ../plug-ins/imagemap/imap_rectangle.c:395 +#: ../plug-ins/imagemap/imap_rectangle.c:396 msgid "Upper left _y:" msgstr "Øvre, venstre _y:" -#: ../plug-ins/imagemap/imap_selection.c:376 +#: ../plug-ins/imagemap/imap_selection.c:377 msgid "#" msgstr "Nr. " -#: ../plug-ins/imagemap/imap_selection.c:387 +#: ../plug-ins/imagemap/imap_selection.c:388 msgid "URL" msgstr "URL" -#: ../plug-ins/imagemap/imap_selection.c:405 +#: ../plug-ins/imagemap/imap_selection.c:406 msgid "ALT Text" msgstr "ALT-Tekst" -#: ../plug-ins/imagemap/imap_selection.c:415 +#: ../plug-ins/imagemap/imap_selection.c:416 msgid "Target" msgstr "Mål" -#: ../plug-ins/imagemap/imap_settings.c:89 +#: ../plug-ins/imagemap/imap_settings.c:90 msgid "Settings for this Mapfile" msgstr "Innstillingar for biletkartet" -#: ../plug-ins/imagemap/imap_settings.c:93 +#: ../plug-ins/imagemap/imap_settings.c:94 msgid "Filename:" msgstr "Filnamn:" -#: ../plug-ins/imagemap/imap_settings.c:96 +#: ../plug-ins/imagemap/imap_settings.c:97 msgid "Image name:" msgstr "Biletnamn:" -#: ../plug-ins/imagemap/imap_settings.c:97 +#: ../plug-ins/imagemap/imap_settings.c:98 msgid "Select Image File" msgstr "Vel biletfil" -#: ../plug-ins/imagemap/imap_settings.c:101 +#: ../plug-ins/imagemap/imap_settings.c:102 msgid "_Title:" msgstr "_Tittel:" -#: ../plug-ins/imagemap/imap_settings.c:103 +#: ../plug-ins/imagemap/imap_settings.c:104 msgid "Aut_hor:" msgstr "_Utviklar:" -#: ../plug-ins/imagemap/imap_settings.c:105 +#: ../plug-ins/imagemap/imap_settings.c:106 msgid "Default _URL:" msgstr "Standard-_URL:" -#: ../plug-ins/imagemap/imap_settings.c:107 +#: ../plug-ins/imagemap/imap_settings.c:108 msgid "_Description:" msgstr "_Beskriving:" -#: ../plug-ins/imagemap/imap_settings.c:129 +#: ../plug-ins/imagemap/imap_settings.c:130 msgid "Map File Format" msgstr "Format for biletkartfila" -#: ../plug-ins/imagemap/imap_source.c:66 +#: ../plug-ins/imagemap/imap_source.c:63 msgid "View Source" msgstr "Vis kjelde" #: ../plug-ins/lighting/lighting-apply.c:105 -#: ../plug-ins/lighting/lighting-ui.c:1018 +#: ../plug-ins/lighting/lighting-ui.c:1019 msgid "Lighting Effects" msgstr "Lyseffektar" -#: ../plug-ins/lighting/lighting-main.c:191 +#: ../plug-ins/lighting/lighting-main.c:192 msgid "Apply various lighting effects to an image" msgstr "Bruk fleire lyseffektar i biletet" -#: ../plug-ins/lighting/lighting-main.c:196 +#: ../plug-ins/lighting/lighting-main.c:197 msgid "_Lighting Effects..." msgstr "L_yseffektar …" #. General options -#: ../plug-ins/lighting/lighting-ui.c:294 +#: ../plug-ins/lighting/lighting-ui.c:295 #: ../plug-ins/map-object/map-object-ui.c:472 msgid "General Options" msgstr "Generelle innstillingar" -#: ../plug-ins/lighting/lighting-ui.c:302 +#: ../plug-ins/lighting/lighting-ui.c:303 msgid "T_ransparent background" msgstr "_Gjennomsiktig bakgrunn" -#: ../plug-ins/lighting/lighting-ui.c:312 +#: ../plug-ins/lighting/lighting-ui.c:313 msgid "Make destination image transparent where bump height is zero" msgstr "Gjer målbiletet gennemsigtig når humphøgda er null" -#: ../plug-ins/lighting/lighting-ui.c:315 +#: ../plug-ins/lighting/lighting-ui.c:316 msgid "Cre_ate new image" msgstr "Lag n_ytt bilete" -#: ../plug-ins/lighting/lighting-ui.c:325 +#: ../plug-ins/lighting/lighting-ui.c:326 #: ../plug-ins/map-object/map-object-ui.c:541 msgid "Create a new image when applying filter" msgstr "Lager eit nytt bilete og bruker filteret i dette. Originalbiletet er uforandra" -#: ../plug-ins/lighting/lighting-ui.c:327 +#: ../plug-ins/lighting/lighting-ui.c:328 msgid "High _quality preview" msgstr "Førehandsvising i høg _kvalitet" -#: ../plug-ins/lighting/lighting-ui.c:337 +#: ../plug-ins/lighting/lighting-ui.c:338 msgid "Enable/disable high quality preview" msgstr "Slå førehandsvising i høg _kvalitet av/på" -#: ../plug-ins/lighting/lighting-ui.c:344 +#: ../plug-ins/lighting/lighting-ui.c:345 msgid "Distance:" msgstr "Avstand:" -#: ../plug-ins/lighting/lighting-ui.c:377 +#: ../plug-ins/lighting/lighting-ui.c:378 #: ../plug-ins/map-object/map-object-ui.c:619 msgid "Light Settings" msgstr "Lyssettingar" -#: ../plug-ins/lighting/lighting-ui.c:390 +#: ../plug-ins/lighting/lighting-ui.c:391 msgid "Light 1" msgstr "Lys 1" -#: ../plug-ins/lighting/lighting-ui.c:391 +#: ../plug-ins/lighting/lighting-ui.c:392 msgid "Light 2" msgstr "Lys 2" -#: ../plug-ins/lighting/lighting-ui.c:392 +#: ../plug-ins/lighting/lighting-ui.c:393 msgid "Light 3" msgstr "Lys 3" -#: ../plug-ins/lighting/lighting-ui.c:393 +#: ../plug-ins/lighting/lighting-ui.c:394 msgid "Light 4" msgstr "Lys 4" -#: ../plug-ins/lighting/lighting-ui.c:394 +#: ../plug-ins/lighting/lighting-ui.c:395 msgid "Light 5" msgstr "Lys 5" -#: ../plug-ins/lighting/lighting-ui.c:395 +#: ../plug-ins/lighting/lighting-ui.c:396 msgid "Light 6" msgstr "Lys 6" -#: ../plug-ins/lighting/lighting-ui.c:409 +#: ../plug-ins/lighting/lighting-ui.c:410 msgid "Color:" msgstr "Farge:" -#: ../plug-ins/lighting/lighting-ui.c:416 +#: ../plug-ins/lighting/lighting-ui.c:417 msgid "Directional" msgstr "Retta" -#: ../plug-ins/lighting/lighting-ui.c:417 +#: ../plug-ins/lighting/lighting-ui.c:418 msgid "Point" msgstr "Punkt" -#: ../plug-ins/lighting/lighting-ui.c:431 +#: ../plug-ins/lighting/lighting-ui.c:432 #: ../plug-ins/map-object/map-object-ui.c:642 msgid "Type of light source to apply" msgstr "Lyskjeldetype som skal brukast" -#: ../plug-ins/lighting/lighting-ui.c:433 +#: ../plug-ins/lighting/lighting-ui.c:434 #: ../plug-ins/map-object/map-object-ui.c:644 msgid "Select lightsource color" msgstr "Vel lysfarge for lyskjelda" -#: ../plug-ins/lighting/lighting-ui.c:447 +#: ../plug-ins/lighting/lighting-ui.c:448 #: ../plug-ins/map-object/map-object-ui.c:657 msgid "Set light source color" msgstr "Sett farge for lyskjelde" -#: ../plug-ins/lighting/lighting-ui.c:455 +#: ../plug-ins/lighting/lighting-ui.c:456 msgid "_Intensity:" msgstr "_Intensitet:" -#: ../plug-ins/lighting/lighting-ui.c:463 +#: ../plug-ins/lighting/lighting-ui.c:464 msgid "Light intensity" msgstr "Lysintensitet" -#: ../plug-ins/lighting/lighting-ui.c:466 +#: ../plug-ins/lighting/lighting-ui.c:467 #: ../plug-ins/map-object/map-object-ui.c:659 #: ../plug-ins/map-object/map-object-ui.c:986 -#: ../plug-ins/print/print-page-layout.c:355 +#: ../plug-ins/print/print-page-layout.c:343 msgid "Position" msgstr "Posisjon" -#: ../plug-ins/lighting/lighting-ui.c:484 +#: ../plug-ins/lighting/lighting-ui.c:485 #: ../plug-ins/map-object/map-object-ui.c:683 msgid "Light source X position in XYZ space" msgstr "X-koordinata for lyskjelda i XYZ-rommet" -#: ../plug-ins/lighting/lighting-ui.c:499 +#: ../plug-ins/lighting/lighting-ui.c:500 #: ../plug-ins/map-object/map-object-ui.c:697 msgid "Light source Y position in XYZ space" msgstr "Y-koordinata for lyskjelda i XYZ-rommet" -#: ../plug-ins/lighting/lighting-ui.c:506 +#: ../plug-ins/lighting/lighting-ui.c:507 msgid "_Z:" msgstr "_Z:" -#: ../plug-ins/lighting/lighting-ui.c:514 +#: ../plug-ins/lighting/lighting-ui.c:515 #: ../plug-ins/map-object/map-object-ui.c:711 msgid "Light source Z position in XYZ space" msgstr "Z-koordinata for lyskjelda i XYZ-rommet" -#: ../plug-ins/lighting/lighting-ui.c:534 +#: ../plug-ins/lighting/lighting-ui.c:535 #: ../plug-ins/map-object/map-object-ui.c:737 msgid "Light source X direction in XYZ space" msgstr "X-retningskomponenten for lyskjelda i XYZ-rommet" -#: ../plug-ins/lighting/lighting-ui.c:548 +#: ../plug-ins/lighting/lighting-ui.c:549 #: ../plug-ins/map-object/map-object-ui.c:750 msgid "Light source Y direction in XYZ space" msgstr "Y-retningskomponenten for lyskjelda i XYZ-rommet" -#: ../plug-ins/lighting/lighting-ui.c:554 +#: ../plug-ins/lighting/lighting-ui.c:555 #: ../plug-ins/map-object/map-object-ui.c:703 #: ../plug-ins/map-object/map-object-ui.c:755 #: ../plug-ins/map-object/map-object-ui.c:1023 @@ -11707,148 +11977,148 @@ msgid "Z:" msgstr "Z:" -#: ../plug-ins/lighting/lighting-ui.c:562 +#: ../plug-ins/lighting/lighting-ui.c:563 #: ../plug-ins/map-object/map-object-ui.c:763 msgid "Light source Z direction in XYZ space" msgstr "Z-retningskomponenten for lyskjelda i XYZ-rommet" -#: ../plug-ins/lighting/lighting-ui.c:565 +#: ../plug-ins/lighting/lighting-ui.c:566 msgid "I_solate" msgstr "I_soler" -#: ../plug-ins/lighting/lighting-ui.c:574 +#: ../plug-ins/lighting/lighting-ui.c:575 msgid "Lighting preset:" msgstr "Førevalde lyssettingar:" -#: ../plug-ins/lighting/lighting-ui.c:620 +#: ../plug-ins/lighting/lighting-ui.c:621 msgid "Material Properties" msgstr "Overflatelinnstillingar" -#: ../plug-ins/lighting/lighting-ui.c:638 +#: ../plug-ins/lighting/lighting-ui.c:639 msgid "_Glowing:" msgstr "_Glød:" -#: ../plug-ins/lighting/lighting-ui.c:657 +#: ../plug-ins/lighting/lighting-ui.c:658 #: ../plug-ins/map-object/map-object-ui.c:824 msgid "Amount of original color to show where no direct light falls" msgstr "Kor mykje av originalfargen som skal synast der det ikkje er direktelys" -#: ../plug-ins/lighting/lighting-ui.c:671 +#: ../plug-ins/lighting/lighting-ui.c:672 msgid "_Bright:" msgstr "_Lysmengd:" -#: ../plug-ins/lighting/lighting-ui.c:690 +#: ../plug-ins/lighting/lighting-ui.c:691 #: ../plug-ins/map-object/map-object-ui.c:853 msgid "Intensity of original color when lit by a light source" msgstr "Intensiteten på originalfargen når han blir opplyst av ei lyskjelde" -#: ../plug-ins/lighting/lighting-ui.c:704 +#: ../plug-ins/lighting/lighting-ui.c:705 msgid "_Shiny:" msgstr "_Glans:" -#: ../plug-ins/lighting/lighting-ui.c:723 +#: ../plug-ins/lighting/lighting-ui.c:724 #: ../plug-ins/map-object/map-object-ui.c:925 msgid "Controls how intense the highlights will be" msgstr "Kontrollerar intensiteten til høglysa" -#: ../plug-ins/lighting/lighting-ui.c:736 +#: ../plug-ins/lighting/lighting-ui.c:737 msgid "_Polished:" msgstr "_Polert:" -#: ../plug-ins/lighting/lighting-ui.c:755 +#: ../plug-ins/lighting/lighting-ui.c:756 #: ../plug-ins/map-object/map-object-ui.c:954 msgid "Higher values makes the highlights more focused" msgstr "Dess høgare verdi dess høgare glans i høglysa" #. Metallic -#: ../plug-ins/lighting/lighting-ui.c:765 +#: ../plug-ins/lighting/lighting-ui.c:766 msgid "_Metallic" msgstr "_Metallisk" -#: ../plug-ins/lighting/lighting-ui.c:802 +#: ../plug-ins/lighting/lighting-ui.c:803 msgid "E_nable bump mapping" msgstr "_aktiver avbildinga" -#: ../plug-ins/lighting/lighting-ui.c:816 +#: ../plug-ins/lighting/lighting-ui.c:817 msgid "Enable/disable bump-mapping (image depth)" msgstr "Slå biletpunktkopling av/på (biletdjupn)" -#: ../plug-ins/lighting/lighting-ui.c:838 +#: ../plug-ins/lighting/lighting-ui.c:839 msgid "Bumpm_ap image:" msgstr "Mønsterbiletet:" -#: ../plug-ins/lighting/lighting-ui.c:842 +#: ../plug-ins/lighting/lighting-ui.c:843 msgid "Logarithmic" msgstr "Logarithmisk" -#: ../plug-ins/lighting/lighting-ui.c:854 +#: ../plug-ins/lighting/lighting-ui.c:855 msgid "Cu_rve:" msgstr "Ku_rve:" -#: ../plug-ins/lighting/lighting-ui.c:859 +#: ../plug-ins/lighting/lighting-ui.c:860 msgid "Ma_ximum height:" msgstr "Ma_ksimal høgde:" -#: ../plug-ins/lighting/lighting-ui.c:869 +#: ../plug-ins/lighting/lighting-ui.c:870 msgid "Maximum height for bumps" msgstr "Maksimal høgde for humpane" -#: ../plug-ins/lighting/lighting-ui.c:893 +#: ../plug-ins/lighting/lighting-ui.c:894 msgid "E_nable environment mapping" msgstr "_Aktiver kopling til omgivnadane" -#: ../plug-ins/lighting/lighting-ui.c:907 +#: ../plug-ins/lighting/lighting-ui.c:908 msgid "Enable/disable environment-mapping (reflection)" msgstr "Slå kopling til omgivnadane av/på (refleksjon)" -#: ../plug-ins/lighting/lighting-ui.c:924 +#: ../plug-ins/lighting/lighting-ui.c:925 msgid "En_vironment image:" msgstr "_Omgivnadsbilete:" -#: ../plug-ins/lighting/lighting-ui.c:927 +#: ../plug-ins/lighting/lighting-ui.c:928 msgid "Environment image to use" msgstr "Omgivnadsbilete som skal brukast" -#: ../plug-ins/lighting/lighting-ui.c:949 +#: ../plug-ins/lighting/lighting-ui.c:950 msgid "Op_tions" msgstr "Inn_stillingar" -#: ../plug-ins/lighting/lighting-ui.c:953 +#: ../plug-ins/lighting/lighting-ui.c:954 #: ../plug-ins/map-object/map-object-ui.c:1291 msgid "_Light" msgstr "_Lys" -#: ../plug-ins/lighting/lighting-ui.c:957 +#: ../plug-ins/lighting/lighting-ui.c:958 #: ../plug-ins/map-object/map-object-ui.c:1295 msgid "_Material" msgstr "_Materiale" -#: ../plug-ins/lighting/lighting-ui.c:961 +#: ../plug-ins/lighting/lighting-ui.c:962 msgid "_Bump Map" msgstr "_Avbilding" -#: ../plug-ins/lighting/lighting-ui.c:965 +#: ../plug-ins/lighting/lighting-ui.c:966 msgid "_Environment Map" msgstr "_Omgivnadskopling" -#: ../plug-ins/lighting/lighting-ui.c:1081 +#: ../plug-ins/lighting/lighting-ui.c:1082 #: ../plug-ins/map-object/map-object-ui.c:1397 msgid "Recompute preview image" msgstr "Oppdater førehandsvisinga" -#: ../plug-ins/lighting/lighting-ui.c:1083 +#: ../plug-ins/lighting/lighting-ui.c:1084 msgid "I_nteractive" msgstr "I_nteraktiv" -#: ../plug-ins/lighting/lighting-ui.c:1097 +#: ../plug-ins/lighting/lighting-ui.c:1098 msgid "Enable/disable real time preview of changes" msgstr "Sanntidsoppdatering av førehandsvising av/på" -#: ../plug-ins/lighting/lighting-ui.c:1136 +#: ../plug-ins/lighting/lighting-ui.c:1137 msgid "Save Lighting Preset" msgstr "Lagra førehandsinnstillingane for lys" -#: ../plug-ins/lighting/lighting-ui.c:1280 +#: ../plug-ins/lighting/lighting-ui.c:1281 msgid "Load Lighting Preset" msgstr "Opna førehandsinnstillingane for lys" @@ -11868,11 +12138,11 @@ msgid "Map to cylinder" msgstr "Avbildt på sylinder" -#: ../plug-ins/map-object/map-object-main.c:192 +#: ../plug-ins/map-object/map-object-main.c:193 msgid "Map the image to an object (plane, sphere, box or cylinder)" msgstr "Overfør biletet til eit objekt (plan, kule, boks eller sylinder)." -#: ../plug-ins/map-object/map-object-main.c:197 +#: ../plug-ins/map-object/map-object-main.c:198 msgid "Map _Object..." msgstr "Avbild på _objekt …" @@ -12044,12 +12314,12 @@ msgstr "Z-skalering (storleik)" #: ../plug-ins/map-object/map-object-ui.c:1193 -#: ../plug-ins/print/print-page-layout.c:414 +#: ../plug-ins/print/print-page-layout.c:402 msgid "_Top:" msgstr "_Topp:" #: ../plug-ins/map-object/map-object-ui.c:1193 -#: ../plug-ins/print/print-page-layout.c:433 +#: ../plug-ins/print/print-page-layout.c:421 msgid "_Bottom:" msgstr "_Botn:" @@ -12058,7 +12328,7 @@ msgstr "Bilete for endeflatene" #: ../plug-ins/map-object/map-object-ui.c:1227 -#: ../plug-ins/print/print-page-layout.c:231 +#: ../plug-ins/print/print-page-layout.c:219 msgid "Size" msgstr "Storleik" @@ -12090,51 +12360,51 @@ msgid "Show preview _wireframe" msgstr "Vis _rutenett" -#: ../plug-ins/maze/maze-algorithms.c:278 +#: ../plug-ins/maze/maze-algorithms.c:279 msgid "Constructing maze using Prim's Algorithm" msgstr "Lager labyrint v.h.a. Prims algoritme" -#: ../plug-ins/maze/maze-algorithms.c:487 +#: ../plug-ins/maze/maze-algorithms.c:488 msgid "Constructing tileable maze using Prim's Algorithm" msgstr "Lager saumlaus labyrint v.h.a. Prims algoritme" -#: ../plug-ins/maze/maze-dialog.c:171 +#: ../plug-ins/maze/maze-dialog.c:172 msgid "Maze" msgstr "Labyrint" #. The maze size frame -#: ../plug-ins/maze/maze-dialog.c:193 +#: ../plug-ins/maze/maze-dialog.c:194 msgid "Maze Size" msgstr "Labyrintstorleik" #. entscale == Entry and Scale pair function found in pixelize.c -#: ../plug-ins/maze/maze-dialog.c:207 +#: ../plug-ins/maze/maze-dialog.c:208 msgid "Width (pixels):" msgstr "Breidde (pikslar):" -#: ../plug-ins/maze/maze-dialog.c:219 -#: ../plug-ins/maze/maze-dialog.c:235 +#: ../plug-ins/maze/maze-dialog.c:220 +#: ../plug-ins/maze/maze-dialog.c:236 msgid "Pieces:" msgstr "Bitar:" -#: ../plug-ins/maze/maze-dialog.c:224 +#: ../plug-ins/maze/maze-dialog.c:225 msgid "Height (pixels):" msgstr "Høgde (pikslar):" #. The maze algorithm frame -#: ../plug-ins/maze/maze-dialog.c:243 +#: ../plug-ins/maze/maze-dialog.c:244 msgid "Algorithm" msgstr "Algoritme" -#: ../plug-ins/maze/maze-dialog.c:269 +#: ../plug-ins/maze/maze-dialog.c:270 msgid "Depth first" msgstr "Først djupn" -#: ../plug-ins/maze/maze-dialog.c:270 +#: ../plug-ins/maze/maze-dialog.c:271 msgid "Prim's algorithm" msgstr "Prims algoritme" -#: ../plug-ins/maze/maze-dialog.c:389 +#: ../plug-ins/maze/maze-dialog.c:390 msgid "" "Selection size is not even.\n" "Tileable maze won't work perfectly." @@ -12142,262 +12412,272 @@ "Storleiken på markeringa er odde.\n" "Saumlaus labyrint vil ikkje bli perfekt." -#: ../plug-ins/maze/maze.c:122 +#: ../plug-ins/maze/maze.c:123 msgid "Draw a labyrinth" msgstr "Teikna ein labyrint" -#: ../plug-ins/maze/maze.c:129 +#: ../plug-ins/maze/maze.c:130 msgid "_Maze..." -msgstr "_Labyrint..." +msgstr "_Labyrint …" -#: ../plug-ins/maze/maze.c:425 +#: ../plug-ins/maze/maze.c:426 msgid "Drawing maze" msgstr "Teiknar labyrinten" -#: ../plug-ins/metadata/xmp-parse.c:238 +#: ../plug-ins/metadata/xmp-parse.c:240 +#, c-format msgid "Error: No XMP packet found" msgstr "Feil: Fann inga XMP-pakke" -#: ../plug-ins/metadata/xmp-parse.c:254 +#: ../plug-ins/metadata/xmp-parse.c:255 +#, c-format msgid "Error on line %d char %d: %s" msgstr "Feil i linje %d teiken %d: %s" -#: ../plug-ins/metadata/xmp-parse.c:276 +#: ../plug-ins/metadata/xmp-parse.c:277 +#, c-format msgid "Expected text or optional element <%s>, found <%s> instead" msgstr "Venta ein tekst eller det valfrie elementet <%s>, fann i staden <%s>" -#: ../plug-ins/metadata/xmp-parse.c:280 +#: ../plug-ins/metadata/xmp-parse.c:281 +#, c-format msgid "Expected element <%s>, found <%s> instead" msgstr "Venta elementet <%s>, fann i staden <%s>" -#: ../plug-ins/metadata/xmp-parse.c:295 +#: ../plug-ins/metadata/xmp-parse.c:296 +#, c-format msgid "Unknown element <%s>" msgstr "Ukjent element <%s>" -#: ../plug-ins/metadata/xmp-parse.c:324 +#: ../plug-ins/metadata/xmp-parse.c:325 +#, c-format msgid "Unknown attribute \"%s\"=\"%s\" in element <%s>" msgstr "Ukjent eigenskap «%s»=«%s» i elementet <%s>" -#: ../plug-ins/metadata/xmp-parse.c:677 +#: ../plug-ins/metadata/xmp-parse.c:655 +#, c-format msgid "Required attribute rdf:about missing in <%s>" msgstr "Den nødvendige eigenskapen «rdf:about» manglar i <%s>" -#: ../plug-ins/metadata/xmp-parse.c:903 +#: ../plug-ins/metadata/xmp-parse.c:881 +#, c-format msgid "Nested elements (<%s>) are not allowed in this context" msgstr "Det er ikkje lov å bruka nøsta element (<%s>) i denne samanhengen" -#: ../plug-ins/metadata/xmp-parse.c:1027 +#: ../plug-ins/metadata/xmp-parse.c:1010 +#, c-format msgid "End of element <%s> not expected in this context" msgstr "Slutten på elementet <%s> er ikkje venta i denne samanhengen" -#: ../plug-ins/metadata/xmp-parse.c:1129 +#: ../plug-ins/metadata/xmp-parse.c:1112 +#, c-format msgid "The current element (<%s>) cannot contain text" msgstr "Det aktuelle elementet (<%s>) kan ikkje innehalde tekst" -#: ../plug-ins/metadata/xmp-parse.c:1154 +#: ../plug-ins/metadata/xmp-parse.c:1137 msgid "XMP packets must start with " -msgstr "XMP-pakker må byrja med " +msgstr "XMP-pakker må byrja med " -#: ../plug-ins/metadata/xmp-parse.c:1168 +#: ../plug-ins/metadata/xmp-parse.c:1151 msgid "XMP packets must end with " -msgstr "XMP-pakker må slutta med " +msgstr "XMP-pakker må slutta med " -#: ../plug-ins/metadata/xmp-parse.c:1181 +#: ../plug-ins/metadata/xmp-parse.c:1164 msgid "XMP cannot contain XML comments or processing instructions" msgstr "XMP kan ikkje innehalde XML-kommentarar eller arbeidsinstruksjonar" -#: ../plug-ins/pagecurl/pagecurl.c:215 +#: ../plug-ins/pagecurl/pagecurl.c:216 msgid "Curl up one of the image corners" msgstr "Ruller inn eit av bilethjørna" -#: ../plug-ins/pagecurl/pagecurl.c:220 +#: ../plug-ins/pagecurl/pagecurl.c:221 msgid "_Pagecurl..." msgstr "Innr_ulling …" -#: ../plug-ins/pagecurl/pagecurl.c:439 +#: ../plug-ins/pagecurl/pagecurl.c:440 msgid "Pagecurl Effect" msgstr "Innrulling av hjørne" -#: ../plug-ins/pagecurl/pagecurl.c:461 +#: ../plug-ins/pagecurl/pagecurl.c:462 msgid "Curl Location" msgstr "Posisjon" -#: ../plug-ins/pagecurl/pagecurl.c:480 +#: ../plug-ins/pagecurl/pagecurl.c:481 msgid "Lower right" msgstr "Nedre, høgre" -#: ../plug-ins/pagecurl/pagecurl.c:481 +#: ../plug-ins/pagecurl/pagecurl.c:482 msgid "Lower left" msgstr "Nedre, venstre" -#: ../plug-ins/pagecurl/pagecurl.c:482 +#: ../plug-ins/pagecurl/pagecurl.c:483 msgid "Upper left" msgstr "Øvre, venstre" -#: ../plug-ins/pagecurl/pagecurl.c:483 +#: ../plug-ins/pagecurl/pagecurl.c:484 msgid "Upper right" msgstr "Øvre, høgre" -#: ../plug-ins/pagecurl/pagecurl.c:523 +#: ../plug-ins/pagecurl/pagecurl.c:524 msgid "Curl Orientation" msgstr "Orientiering" -#: ../plug-ins/pagecurl/pagecurl.c:567 +#: ../plug-ins/pagecurl/pagecurl.c:568 msgid "_Shade under curl" msgstr "_Skygge under bretten" -#: ../plug-ins/pagecurl/pagecurl.c:580 +#: ../plug-ins/pagecurl/pagecurl.c:581 msgid "Current gradient (reversed)" msgstr "Gjeldande fargeovergang (reversert)" -#: ../plug-ins/pagecurl/pagecurl.c:585 +#: ../plug-ins/pagecurl/pagecurl.c:586 msgid "Current gradient" msgstr "Gjeldande fargeovergang" -#: ../plug-ins/pagecurl/pagecurl.c:590 +#: ../plug-ins/pagecurl/pagecurl.c:591 msgid "Foreground / background colors" msgstr "Forgrunn/bakgrunnfarger" -#: ../plug-ins/pagecurl/pagecurl.c:610 +#: ../plug-ins/pagecurl/pagecurl.c:611 msgid "_Opacity:" msgstr "_Dekkevne:" -#: ../plug-ins/pagecurl/pagecurl.c:733 +#: ../plug-ins/pagecurl/pagecurl.c:734 msgid "Curl Layer" msgstr "Innrulla lag" -#: ../plug-ins/pagecurl/pagecurl.c:1021 +#: ../plug-ins/pagecurl/pagecurl.c:1022 msgid "Page Curl" msgstr "Sideinnrulling" -#: ../plug-ins/print/print-page-layout.c:149 +#: ../plug-ins/print/print-page-layout.c:148 msgid "Ignore Page _Margins" msgstr "Ignorer margane" -#. crop marks toggle -#: ../plug-ins/print/print-page-layout.c:160 -msgid "_Draw Crop Marks" -msgstr "Beskjer til resultatet" - -#: ../plug-ins/print/print-page-layout.c:306 +#: ../plug-ins/print/print-page-layout.c:294 msgid "_X resolution:" msgstr "_X-oppløysing:" -#: ../plug-ins/print/print-page-layout.c:310 +#: ../plug-ins/print/print-page-layout.c:298 msgid "_Y resolution:" msgstr "_Y-oppløysing:" -#: ../plug-ins/print/print-page-layout.c:381 +#: ../plug-ins/print/print-page-layout.c:369 msgid "_Left:" msgstr "_Venstre:" -#: ../plug-ins/print/print-page-layout.c:400 +#: ../plug-ins/print/print-page-layout.c:388 msgid "_Right:" msgstr "_Høgre:" -#: ../plug-ins/print/print-page-layout.c:454 +#: ../plug-ins/print/print-page-layout.c:442 msgid "C_enter:" msgstr "_Senter:" -#: ../plug-ins/print/print-page-layout.c:462 +#: ../plug-ins/print/print-page-layout.c:450 msgid "Horizontally" msgstr "Horisontalt" -#: ../plug-ins/print/print-page-layout.c:463 +#: ../plug-ins/print/print-page-layout.c:451 msgid "Vertically" msgstr "Vertikal" -#: ../plug-ins/print/print-page-layout.c:464 +#: ../plug-ins/print/print-page-layout.c:452 msgid "Both" msgstr "Begge" -#: ../plug-ins/print/print.c:101 +#: ../plug-ins/print/print.c:102 msgid "Print the image" msgstr "Skriv ut biletet" -#: ../plug-ins/print/print.c:106 +#: ../plug-ins/print/print.c:107 msgid "_Print..." msgstr "_Skriv ut …" -#: ../plug-ins/print/print.c:117 +#: ../plug-ins/print/print.c:118 msgid "Adjust page size and orientation for printing" msgstr "Bestem sideformat og sideorientering for utskrift" -#: ../plug-ins/print/print.c:123 +#: ../plug-ins/print/print.c:124 msgid "Page Set_up" msgstr "Side_oppsett" -#: ../plug-ins/print/print.c:262 +#: ../plug-ins/print/print.c:265 msgid "Image Settings" msgstr "Biletinnstillingar" -#: ../plug-ins/print/print.c:346 +#: ../plug-ins/print/print.c:348 msgid "An error occurred while trying to print:" msgstr "Feil ved utskrift:" -#: ../plug-ins/print/print.c:373 +#: ../plug-ins/print/print.c:375 msgid "Printing" msgstr "Skriv ut" #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); -#: ../plug-ins/selection-to-path/pxl-outline.c:81 +#: ../plug-ins/selection-to-path/pxl-outline.c:82 msgid "Selection to Path" msgstr "Utval til bane" -#: ../plug-ins/selection-to-path/selection-to-path.c:184 +#: ../plug-ins/selection-to-path/selection-to-path.c:185 msgid "No selection to convert" msgstr "Ingen markeringar å omforma" -#: ../plug-ins/selection-to-path/selection-to-path.c:301 +#: ../plug-ins/selection-to-path/selection-to-path.c:302 msgid "Selection to Path Advanced Settings" msgstr "Utval til bane. Avanserte innstillingar" -#: ../plug-ins/twain/twain.c:86 +#: ../plug-ins/twain/twain.c:87 msgid "Capture an image from a TWAIN datasource" msgstr "Hent eit bilete frå ei TWAIN datakjelde" -#: ../plug-ins/twain/twain.c:351 +#: ../plug-ins/twain/twain.c:352 msgid "_Scanner/Camera..." msgstr "frå sk_annar/kamera …" #. Initialize our progress dialog -#: ../plug-ins/twain/twain.c:485 +#: ../plug-ins/twain/twain.c:486 msgid "Transferring data from scanner/camera" msgstr "Overfører data frå skannar/kamera" -#: ../plug-ins/win-snap/winsnap.c:864 +#: ../plug-ins/win-snap/winsnap.c:865 msgid "Grab" msgstr "Hent" -#: ../plug-ins/win-snap/winsnap.c:880 +#: ../plug-ins/win-snap/winsnap.c:881 msgid "Grab a single window" msgstr "Hent eitt vindauge" -#: ../plug-ins/win-snap/winsnap.c:894 +#: ../plug-ins/win-snap/winsnap.c:895 msgid "Grab the whole screen" msgstr "Hent heile skjermen" -#: ../plug-ins/win-snap/winsnap.c:910 +#: ../plug-ins/win-snap/winsnap.c:911 msgid "after" msgstr "etter" -#: ../plug-ins/win-snap/winsnap.c:922 +#: ../plug-ins/win-snap/winsnap.c:923 msgid "Seconds delay" msgstr "sekund pause" -#: ../plug-ins/win-snap/winsnap.c:929 +#: ../plug-ins/win-snap/winsnap.c:930 msgid "Include decorations" msgstr "Med ramme" -#: ../plug-ins/win-snap/winsnap.c:988 +#: ../plug-ins/win-snap/winsnap.c:989 msgid "Capture a window or desktop image" msgstr "Knips eit bilete av skrivebordet eller eit vindauge på det" -#: ../plug-ins/win-snap/winsnap.c:993 +#: ../plug-ins/win-snap/winsnap.c:994 msgid "_Screen Shot..." msgstr "_skjermbilete …" -#: ../plug-ins/win-snap/winsnap.c:1141 +#: ../plug-ins/win-snap/winsnap.c:1142 msgid "No data captured" msgstr "Ingen data henta" +#~ msgid "Error while reading '%s': %s" +#~ msgstr "Feil ved lesing av «%s». Er fila skada?" + +#~ msgid "_Draw Crop Marks" +#~ msgstr "Beskjer til resultatet" diff -Nru gimp-2.6.11/po-plug-ins/pl.po gimp-2.6.12/po-plug-ins/pl.po --- gimp-2.6.11/po-plug-ins/pl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/pl.po 2012-01-31 13:50:16.000000000 +0000 @@ -20,20 +20,20 @@ # Artur Polaczyński , 1999. msgid "" msgstr "" -"Project-Id-Version: gimp-plug-ins.gimp-2-6.pl\n" +"Project-Id-Version: gimp-plug-ins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-08 22:03+0100\n" +"POT-Creation-Date: 2011-08-25 19:15+0200\n" "PO-Revision-Date: 2008-10-24 15:03+0200\n" "Last-Translator: Bartosz Kosiorek \n" -"Language-Team: Polish \n" +"Language-Team: Polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Poedit-Language: Polish\n" -"X-Poedit-Country: POLAND\n" +"X-Poedit-Country: Poland\n" #: ../plug-ins/color-rotate/color-rotate-dialog.c:119 msgid "Original" @@ -82,7 +82,7 @@ msgstr "Do:" #: ../plug-ins/color-rotate/color-rotate-dialog.c:419 -#: ../plug-ins/common/file-ps.c:3231 ../plug-ins/imagemap/imap_menu.c:214 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 msgid "Gray" msgstr "Szary" @@ -306,8 +306,8 @@ #. if and how to center the image on the page #: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 -#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3247 -#: ../plug-ins/common/file-ps.c:3259 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 #: ../plug-ins/file-fits/fits.c:1045 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 @@ -528,7 +528,7 @@ msgid "_Antialias" msgstr "_Wygładzanie" -#: ../plug-ins/common/antialias.c:147 +#: ../plug-ins/common/antialias.c:149 msgid "Antialiasing..." msgstr "Wygładzanie..." @@ -615,18 +615,18 @@ #: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 #: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 #: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 -#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:412 -#: ../plug-ins/common/file-pcx.c:418 ../plug-ins/common/file-pix.c:382 -#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:584 -#: ../plug-ins/common/file-raw.c:712 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-gif-load.c:914 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 #: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 #: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 #: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 -#: ../plug-ins/file-bmp/bmp-read.c:590 ../plug-ins/file-faxg3/faxg3.c:478 -#: ../plug-ins/file-fits/fits.c:530 ../plug-ins/file-jpeg/jpeg-load.c:249 -#: ../plug-ins/file-jpeg/jpeg-load.c:758 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 #: ../plug-ins/file-psd/psd-image-res-load.c:995 -#: ../plug-ins/file-psd/psd-load.c:1526 ../plug-ins/file-sgi/sgi.c:384 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 #: ../plug-ins/gfig/gfig-dialog.c:1284 #: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 #: ../plug-ins/win-snap/winsnap.c:1155 @@ -661,10 +661,10 @@ #: ../plug-ins/common/blur-gauss-selective.c:211 #: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 -#: ../plug-ins/common/edge-dog.c:267 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 #: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 #: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 -#: ../plug-ins/file-sgi/sgi.c:536 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 #: ../plug-ins/gradient-flare/gradient-flare.c:966 msgid "Cannot operate on indexed color images." msgstr "Nie można wykonywać tej operacji na obrazach indeksowanych." @@ -700,12 +700,12 @@ msgstr "Promień rozmycia" #: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 -#: ../plug-ins/common/noise-spread.c:384 +#: ../plug-ins/common/noise-spread.c:386 msgid "_Horizontal:" msgstr "Po_ziomo" #: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 -#: ../plug-ins/common/noise-spread.c:388 +#: ../plug-ins/common/noise-spread.c:390 msgid "_Vertical:" msgstr "Pio_nowo:" @@ -902,7 +902,7 @@ msgid "_Elevation:" msgstr "Wz_niesienie:" -#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3398 +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 msgid "_X offset:" msgstr "Przesunięcie _X:" @@ -914,7 +914,7 @@ "Przesunięcie może być regulowane, przez kliknięcie i przeciąganie podglądu, " "środkowym klawiszem myszy." -#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407 +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 msgid "_Y offset:" msgstr "Przesunięcie _Y:" @@ -1027,21 +1027,21 @@ #: ../plug-ins/common/file-compressor.c:666 #: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 #: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 -#: ../plug-ins/common/file-mng.c:1073 ../plug-ins/common/file-pat.c:330 -#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541 +#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:552 #: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 -#: ../plug-ins/common/file-pnm.c:493 ../plug-ins/common/file-ps.c:1036 -#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751 -#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1755 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 #: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 -#: ../plug-ins/common/file-svg.c:718 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 #: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 -#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002 -#: ../plug-ins/file-bmp/bmp-read.c:154 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2003 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 #: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 -#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653 -#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109 -#: ../plug-ins/file-jpeg/jpeg-load.c:828 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 #: ../plug-ins/file-psd/psd-thumb-load.c:80 #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 #: ../plug-ins/file-uri/uri-backend-libcurl.c:190 @@ -1051,7 +1051,7 @@ #: ../plug-ins/fractal-explorer/fractal-explorer.c:929 #: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 #: ../plug-ins/help/gimphelplocale.c:239 -#: ../plug-ins/lighting/lighting-ui.c:1354 +#: ../plug-ins/lighting/lighting-ui.c:1355 #, c-format msgid "Could not open '%s' for reading: %s" msgstr "Nie można otworzyć pliku \"%s\" do odczytu: %s" @@ -1067,16 +1067,16 @@ #: ../plug-ins/common/file-compressor.c:590 #: ../plug-ins/common/file-compressor.c:677 #: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 -#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 #: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 -#: ../plug-ins/common/file-mng.c:575 ../plug-ins/common/file-mng.c:909 -#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666 -#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270 -#: ../plug-ins/common/file-pnm.c:973 ../plug-ins/common/file-ps.c:1213 -#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574 +#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 #: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 #: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 -#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2112 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2114 #: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 #: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 #: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 @@ -1749,7 +1749,7 @@ msgstr "" #: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 -#: ../plug-ins/common/file-raw.c:1023 +#: ../plug-ins/common/file-raw.c:1025 msgid "RGB" msgstr "RGB" @@ -1898,7 +1898,7 @@ msgid "Composing" msgstr "Składanie" -#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1735 +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 msgid "At least one image is needed to compose" msgstr "Do złożenia potrzebny jest przynajmniej jeden obraz" @@ -1928,25 +1928,25 @@ msgid "Unable to recompose, source layer not found" msgstr "Nie można złożyć. Nie znaleziono warstwy źródłowej" -#: ../plug-ins/common/compose.c:1488 +#: ../plug-ins/common/compose.c:1481 msgid "Compose" msgstr "Złożenie" #. Compose type combo -#: ../plug-ins/common/compose.c:1515 +#: ../plug-ins/common/compose.c:1508 msgid "Compose Channels" msgstr "Złożenie kanałów" -#: ../plug-ins/common/compose.c:1525 ../plug-ins/common/decompose.c:1515 +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 msgid "Color _model:" msgstr "_Tryb koloru" #. Channel representation table -#: ../plug-ins/common/compose.c:1557 +#: ../plug-ins/common/compose.c:1550 msgid "Channel Representations" msgstr "Reprezentacje kanału" -#: ../plug-ins/common/compose.c:1620 +#: ../plug-ins/common/compose.c:1613 msgid "Mask value" msgstr "Wartość maski" @@ -1955,7 +1955,7 @@ msgstr "" #: ../plug-ins/common/contrast-normalize.c:92 -#: ../plug-ins/common/edge-dog.c:359 +#: ../plug-ins/common/edge-dog.c:361 msgid "_Normalize" msgstr "_Normalizuj" @@ -2111,7 +2111,7 @@ msgstr "Po_dzielnik:" #: ../plug-ins/common/convolution-matrix.c:1008 -#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1043 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 msgid "O_ffset:" msgstr "Prz_esunięcie:" @@ -2203,7 +2203,7 @@ msgid "_Curve Bend..." msgstr "Wyg_inanie..." -#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:176 +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 msgid "Can operate on layers only (but was called on channel or mask)." msgstr "" "Operacja może być wykonana tylko na warstwie (użyto jej na kanale lub masce)." @@ -2516,24 +2516,24 @@ msgid "Decomposing" msgstr "Rozkładanie..." -#: ../plug-ins/common/decompose.c:1480 +#: ../plug-ins/common/decompose.c:1487 msgid "Decompose" msgstr "Rozłożenie" -#: ../plug-ins/common/decompose.c:1503 +#: ../plug-ins/common/decompose.c:1510 msgid "Extract Channels" msgstr "Rozłożenie kanałów:" -#: ../plug-ins/common/decompose.c:1550 +#: ../plug-ins/common/decompose.c:1557 msgid "_Decompose to layers" msgstr "Rozłóż na _warstwy" -#: ../plug-ins/common/decompose.c:1561 +#: ../plug-ins/common/decompose.c:1568 #, fuzzy msgid "_Foreground as registration color" msgstr "Kolor ak_tywny / tła" -#: ../plug-ins/common/decompose.c:1562 +#: ../plug-ins/common/decompose.c:1569 msgid "" "Pixels in the foreground color will appear black in all output images. This " "can be used for things like crop marks that have to show up on all channels." @@ -2657,8 +2657,8 @@ msgstr "Zdepaskuj" #: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 -#: ../plug-ins/common/file-ps.c:3171 ../plug-ins/common/file-ps.c:3380 -#: ../plug-ins/common/file-raw.c:1056 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 #: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 #: ../plug-ins/imagemap/imap_cmd_guides.c:165 #: ../plug-ins/imagemap/imap_rectangle.c:403 @@ -2790,31 +2790,31 @@ msgid "_Black" msgstr "_Czarny" -#: ../plug-ins/common/edge-dog.c:133 +#: ../plug-ins/common/edge-dog.c:135 msgid "Edge detection with control of edge thickness" msgstr "" -#: ../plug-ins/common/edge-dog.c:140 +#: ../plug-ins/common/edge-dog.c:142 msgid "_Difference of Gaussians..." msgstr "_Różnicowe rozmycie Gaussa..." -#: ../plug-ins/common/edge-dog.c:243 ../plug-ins/common/edge-dog.c:300 +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 msgid "DoG Edge Detect" msgstr "Wykrywanie krawędzi Dog" -#: ../plug-ins/common/edge-dog.c:329 +#: ../plug-ins/common/edge-dog.c:331 msgid "Smoothing Parameters" msgstr "Parametry wygładzające" -#: ../plug-ins/common/edge-dog.c:343 +#: ../plug-ins/common/edge-dog.c:345 msgid "_Radius 1:" msgstr "_Promień 1:" -#: ../plug-ins/common/edge-dog.c:347 +#: ../plug-ins/common/edge-dog.c:349 msgid "R_adius 2:" msgstr "P_romień 2:" -#: ../plug-ins/common/edge-dog.c:370 ../plug-ins/gimpressionist/paper.c:167 +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 msgid "_Invert" msgstr "_Inwersja" @@ -2972,8 +2972,8 @@ msgstr "Grawerowanie" #: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 -#: ../plug-ins/common/file-ps.c:3181 ../plug-ins/common/file-ps.c:3389 -#: ../plug-ins/common/file-raw.c:1069 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 #: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 #: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 #: ../plug-ins/imagemap/imap_rectangle.c:410 @@ -3013,17 +3013,17 @@ #: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 #: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 #: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 -#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:826 #: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728 -#: ../plug-ins/common/file-pnm.c:498 ../plug-ins/common/file-ps.c:1042 -#: ../plug-ins/common/file-raw.c:671 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 #: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 #: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 #: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 -#: ../plug-ins/file-bmp/bmp-read.c:159 ../plug-ins/file-faxg3/faxg3.c:217 -#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 #: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 -#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 #, c-format msgid "Opening '%s'" msgstr "Otwieranie \"%s\"" @@ -3040,18 +3040,18 @@ #. init the progress meter #. And let's begin the progress -#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:637 +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 #: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 -#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:467 -#: ../plug-ins/common/file-pcx.c:627 ../plug-ins/common/file-pix.c:529 -#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:978 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 #: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 #: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 #: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 #: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 #: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 #: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 -#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:554 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 #: ../plug-ins/file-xjt/xjt.c:1710 #, c-format msgid "Saving '%s'" @@ -3147,8 +3147,8 @@ msgid "'%s' is not a DICOM file." msgstr "\"%s\" nie jest plikiem w formacie DICOM." -#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:659 -#: ../plug-ins/common/file-pnm.c:963 +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 msgid "Cannot save images with alpha channel." msgstr "Nie można zapisywać obrazów z kanałem alfa." @@ -3162,41 +3162,46 @@ msgid "GIMP brush" msgstr "Pędzel GIMP" -#: ../plug-ins/common/file-gbr.c:401 ../plug-ins/common/file-gbr.c:413 +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "" + +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 msgid "Unsupported brush format" msgstr "Nieobsługiwany format pędzli" -#: ../plug-ins/common/file-gbr.c:425 +#: ../plug-ins/common/file-gbr.c:440 #, c-format msgid "Error in GIMP brush file '%s'" msgstr "Błąd w pliku \"%s\" z pędzlami GIMP-a." -#: ../plug-ins/common/file-gbr.c:433 +#: ../plug-ins/common/file-gbr.c:448 #, c-format msgid "Invalid UTF-8 string in brush file '%s'." msgstr "Niepoprawny napis UTF-8 w pliku z pędzlami \"%s\"." -#: ../plug-ins/common/file-gbr.c:439 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 #: ../plug-ins/common/file-gih.c:1173 #: ../plug-ins/gradient-flare/gradient-flare.c:3063 msgid "Unnamed" msgstr "Bez nazwy" -#: ../plug-ins/common/file-gbr.c:622 +#: ../plug-ins/common/file-gbr.c:637 msgid "GIMP brushes are either GRAYSCALE or RGBA" msgstr "Pędzle programu GIMP zapisywane są w odcieniach szarości lub jako RGBA" -#: ../plug-ins/common/file-gbr.c:720 +#: ../plug-ins/common/file-gbr.c:735 msgid "Save as Brush" msgstr "Zapis jako pędzel" #. attach labels -#: ../plug-ins/common/file-gbr.c:747 ../plug-ins/common/grid.c:790 +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 msgid "Spacing:" msgstr "Odstęp:" -#: ../plug-ins/common/file-gbr.c:758 ../plug-ins/common/file-gih.c:925 -#: ../plug-ins/common/file-pat.c:556 ../plug-ins/gimpressionist/presets.c:666 +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 msgid "Description:" msgstr "Opis:" @@ -3214,28 +3219,28 @@ msgstr "" "Piksele nie mają kształtu prostokątnego. Obraz może wyglądać na zgniecony." -#: ../plug-ins/common/file-gif-load.c:913 +#: ../plug-ins/common/file-gif-load.c:916 #, c-format msgid "Background (%d%s)" msgstr "Tło (%d%s)" -#: ../plug-ins/common/file-gif-load.c:936 +#: ../plug-ins/common/file-gif-load.c:939 #, c-format msgid "Opening '%s' (frame %d)" msgstr "Otwieranie \"%s\" (ramka %d)" -#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/file-gif-load.c:968 ../plug-ins/common/iwarp.c:791 #: ../plug-ins/common/iwarp.c:826 #, c-format msgid "Frame %d" msgstr "Ramka %d" -#: ../plug-ins/common/file-gif-load.c:967 +#: ../plug-ins/common/file-gif-load.c:970 #, c-format msgid "Frame %d (%d%s)" msgstr "Ramka %d (%d%s)" -#: ../plug-ins/common/file-gif-load.c:998 +#: ../plug-ins/common/file-gif-load.c:1001 #, c-format msgid "" "GIF: Undocumented GIF composite type %d is not handled. Animation might not " @@ -3328,7 +3333,7 @@ msgid "_Delay between frames where unspecified:" msgstr "Opóźniaj ramki, dla których jest nieokreślone oczekiwanie:" -#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1474 +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507 msgid "milliseconds" msgstr "milisekund" @@ -3569,108 +3574,108 @@ #. Inform the user that we couldn't losslessly save the #. * transparency & just use the full palette -#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1760 +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 msgid "Couldn't losslessly save transparency, saving opacity instead." msgstr "" "Nie można bezstratnie zapisać przezroczystości, zapisano zamiast tego krycie." -#: ../plug-ins/common/file-mng.c:1254 +#: ../plug-ins/common/file-mng.c:1287 msgid "Save as MNG" msgstr "Zapis jako MNG" -#: ../plug-ins/common/file-mng.c:1274 +#: ../plug-ins/common/file-mng.c:1307 msgid "MNG Options" msgstr "Opcje MNG" -#: ../plug-ins/common/file-mng.c:1280 +#: ../plug-ins/common/file-mng.c:1313 msgid "Interlace" msgstr "Przeplot" -#: ../plug-ins/common/file-mng.c:1292 +#: ../plug-ins/common/file-mng.c:1325 msgid "Save background color" msgstr "Zapis koloru tła" -#: ../plug-ins/common/file-mng.c:1303 +#: ../plug-ins/common/file-mng.c:1336 msgid "Save gamma" msgstr "Zapis współczynnika gamma" -#: ../plug-ins/common/file-mng.c:1313 +#: ../plug-ins/common/file-mng.c:1346 msgid "Save resolution" msgstr "Zapis rozdzielczości" -#: ../plug-ins/common/file-mng.c:1324 +#: ../plug-ins/common/file-mng.c:1357 msgid "Save creation time" msgstr "Zapis czasu powstania" -#: ../plug-ins/common/file-mng.c:1343 +#: ../plug-ins/common/file-mng.c:1376 msgid "PNG" msgstr "PNG" -#: ../plug-ins/common/file-mng.c:1344 +#: ../plug-ins/common/file-mng.c:1377 msgid "JNG" msgstr "JNG" -#: ../plug-ins/common/file-mng.c:1347 +#: ../plug-ins/common/file-mng.c:1380 msgid "PNG + delta PNG" msgstr "PNG + Delta PNG" -#: ../plug-ins/common/file-mng.c:1348 +#: ../plug-ins/common/file-mng.c:1381 msgid "JNG + delta PNG" msgstr "JNG + Delta PNG" -#: ../plug-ins/common/file-mng.c:1349 +#: ../plug-ins/common/file-mng.c:1382 msgid "All PNG" msgstr "Same PNG" -#: ../plug-ins/common/file-mng.c:1350 +#: ../plug-ins/common/file-mng.c:1383 msgid "All JNG" msgstr "Same JNG" -#: ../plug-ins/common/file-mng.c:1362 +#: ../plug-ins/common/file-mng.c:1395 msgid "Default chunks type:" msgstr "Domyślny typ fragmentów:" -#: ../plug-ins/common/file-mng.c:1365 +#: ../plug-ins/common/file-mng.c:1398 msgid "Combine" msgstr "Łączenie" -#: ../plug-ins/common/file-mng.c:1366 +#: ../plug-ins/common/file-mng.c:1399 msgid "Replace" msgstr "Zastąpienie" -#: ../plug-ins/common/file-mng.c:1377 +#: ../plug-ins/common/file-mng.c:1410 msgid "Default frame disposal:" msgstr "Domyślne traktowanie ramek:" -#: ../plug-ins/common/file-mng.c:1389 +#: ../plug-ins/common/file-mng.c:1422 msgid "PNG compression level:" msgstr "Stopień kompresji PNG:" -#: ../plug-ins/common/file-mng.c:1397 ../plug-ins/common/file-png.c:1908 +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 msgid "Choose a high compression level for small file size" msgstr "Wybranie wysokiego stopnia kompresji daje małe pliki wynikowe" -#: ../plug-ins/common/file-mng.c:1411 +#: ../plug-ins/common/file-mng.c:1444 msgid "JPEG compression quality:" msgstr "Jakość kompresji JPEG:" -#: ../plug-ins/common/file-mng.c:1428 +#: ../plug-ins/common/file-mng.c:1461 msgid "JPEG smoothing factor:" msgstr "Współczynnik wygładzania JPEG:" -#: ../plug-ins/common/file-mng.c:1438 +#: ../plug-ins/common/file-mng.c:1471 msgid "Animated MNG Options" msgstr "Opcje animacji MNG" -#: ../plug-ins/common/file-mng.c:1444 +#: ../plug-ins/common/file-mng.c:1477 msgid "Loop" msgstr "Powtarzanie" -#: ../plug-ins/common/file-mng.c:1458 +#: ../plug-ins/common/file-mng.c:1491 msgid "Default frame delay:" msgstr "Domyślna przerwa między klatkami:" -#: ../plug-ins/common/file-mng.c:1531 +#: ../plug-ins/common/file-mng.c:1564 msgid "MNG animation" msgstr "Animacja MNG" @@ -3683,7 +3688,7 @@ msgid "Invalid UTF-8 string in pattern file '%s'." msgstr "Niepoprawny napis UTF-8 w pliku z deseniem \"%s\"." -#: ../plug-ins/common/file-pat.c:528 +#: ../plug-ins/common/file-pat.c:543 msgid "Save as Pattern" msgstr "Zapis jako deseń" @@ -3702,14 +3707,14 @@ msgstr "\"%s\" nie jest plikiem w formacie PCX" # c-format -#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:579 +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 #: ../plug-ins/file-psd/psd-load.c:302 #, c-format msgid "Unsupported or invalid image width: %d" msgstr "Nieobsługiwana lub nieprawidłowa głębia kolorów: %d" # c-format -#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:585 +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 #: ../plug-ins/file-psd/psd-load.c:294 #, c-format msgid "Unsupported or invalid image height: %d" @@ -3719,71 +3724,76 @@ msgid "Invalid number of bytes per line in PCX header" msgstr "Niepoprawna ilość bajtów na linię w nagłówku PCX" -#: ../plug-ins/common/file-pcx.c:453 +#: ../plug-ins/common/file-pcx.c:412 +#, fuzzy, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "Rozmiary obrazu: %d x %d" + +#: ../plug-ins/common/file-pcx.c:460 msgid "Unusual PCX flavour, giving up" msgstr "Nietypowa odmiana formatu PCX, zrezygnowano z operacji." -#: ../plug-ins/common/file-pcx.c:676 +#: ../plug-ins/common/file-pcx.c:683 #, c-format msgid "Invalid X offset: %d" msgstr "Nieprawidłowe przesunięcie X: %d" -#: ../plug-ins/common/file-pcx.c:682 +#: ../plug-ins/common/file-pcx.c:689 #, c-format msgid "Invalid Y offset: %d" msgstr "Nieprawidłowe przesunięcie Y: %d" -#: ../plug-ins/common/file-pcx.c:688 +#: ../plug-ins/common/file-pcx.c:695 #, c-format msgid "Right border out of bounds (must be < %d): %d" msgstr "" -#: ../plug-ins/common/file-pcx.c:695 +#: ../plug-ins/common/file-pcx.c:702 #, c-format msgid "Bottom border out of bounds (must be < %d): %d" msgstr "" -#: ../plug-ins/common/file-pcx.c:752 +#: ../plug-ins/common/file-pcx.c:759 #, c-format msgid "Writing to file '%s' failed: %s" msgstr "Zapis do pliku \"%s\" nie powiódł się: %s" -#: ../plug-ins/common/file-pdf.c:288 +#: ../plug-ins/common/file-pdf.c:295 msgid "Portable Document Format" msgstr "Portable Document Format" -#: ../plug-ins/common/file-pdf.c:620 +#: ../plug-ins/common/file-pdf.c:860 #, c-format msgid "%s-%s" msgstr "%s-%s" -#: ../plug-ins/common/file-pdf.c:622 ../plug-ins/common/file-ps.c:1125 +#: ../plug-ins/common/file-pdf.c:862 ../plug-ins/common/file-ps.c:1125 #, c-format msgid "%s-pages" msgstr "%s-stron" -#: ../plug-ins/common/file-pdf.c:808 +#: ../plug-ins/common/file-pdf.c:1051 msgid "Import from PDF" msgstr "Import z PDF" -#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3100 +#: ../plug-ins/common/file-pdf.c:1056 ../plug-ins/common/file-ps.c:3102 #: ../plug-ins/common/file-tiff-load.c:483 msgid "_Import" msgstr "_Importuj" -#: ../plug-ins/common/file-pdf.c:879 +#: ../plug-ins/common/file-pdf.c:1123 msgid "_Width (pixels):" msgstr "_Szerokość (piksele):" -#: ../plug-ins/common/file-pdf.c:880 +#: ../plug-ins/common/file-pdf.c:1124 msgid "_Height (pixels):" msgstr "_Wysokość (piksele):" -#: ../plug-ins/common/file-pdf.c:882 +#: ../plug-ins/common/file-pdf.c:1126 msgid "_Resolution:" msgstr "_Rozdzielczość:" -#: ../plug-ins/common/file-pdf.c:1156 +#: ../plug-ins/common/file-pdf.c:1400 #, c-format msgid "pixels/%s" msgstr "piksele/%s" @@ -3821,131 +3831,131 @@ "Plik PNG definiuje przesunięcie, które spowoduje umieszczenie zawartości " "warstwy poza obrazem." -#: ../plug-ins/common/file-png.c:1254 +#: ../plug-ins/common/file-png.c:1255 #, c-format msgid "Error while saving '%s'. Could not save image." msgstr "Błąd przy zapisie pliku \"%s\". Nie można zapisać obrazu." -#: ../plug-ins/common/file-png.c:1785 +#: ../plug-ins/common/file-png.c:1786 msgid "Save as PNG" msgstr "Zapis jako PNG" -#: ../plug-ins/common/file-png.c:1817 +#: ../plug-ins/common/file-png.c:1818 msgid "_Interlacing (Adam7)" msgstr "_Przeplot (Adam7)" -#: ../plug-ins/common/file-png.c:1828 +#: ../plug-ins/common/file-png.c:1829 msgid "Save _background color" msgstr "Zapisz kolor _tła" -#: ../plug-ins/common/file-png.c:1836 +#: ../plug-ins/common/file-png.c:1837 msgid "Save _gamma" msgstr "Zapisz _współczynnik gamma" -#: ../plug-ins/common/file-png.c:1846 +#: ../plug-ins/common/file-png.c:1847 msgid "Save layer o_ffset" msgstr "Zapisz prz_esunięcie warstwy" -#: ../plug-ins/common/file-png.c:1855 +#: ../plug-ins/common/file-png.c:1856 msgid "Save _resolution" msgstr "Zapisz _rozdzielczość" -#: ../plug-ins/common/file-png.c:1865 +#: ../plug-ins/common/file-png.c:1866 msgid "Save creation _time" msgstr "Zapisz _czas powstania" -#: ../plug-ins/common/file-png.c:1874 +#: ../plug-ins/common/file-png.c:1875 msgid "Save comme_nt" msgstr "Zapisz _komentarz" -#: ../plug-ins/common/file-png.c:1890 +#: ../plug-ins/common/file-png.c:1891 msgid "Save color _values from transparent pixels" msgstr "Zapisz wartości ko_lorów dla przezroczystych punktów" -#: ../plug-ins/common/file-png.c:1904 +#: ../plug-ins/common/file-png.c:1905 msgid "Co_mpression level:" msgstr "Stopień ko_mpresji:" -#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1185 +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 msgid "_Load Defaults" msgstr "_Wczytaj domyślne" -#: ../plug-ins/common/file-png.c:1930 +#: ../plug-ins/common/file-png.c:1931 msgid "S_ave Defaults" msgstr "_Zapisz jako domyślne" -#: ../plug-ins/common/file-pnm.c:247 +#: ../plug-ins/common/file-pnm.c:248 msgid "PNM Image" msgstr "Obraz PNM" -#: ../plug-ins/common/file-pnm.c:267 +#: ../plug-ins/common/file-pnm.c:268 msgid "PNM image" msgstr "Obraz PNM" -#: ../plug-ins/common/file-pnm.c:279 +#: ../plug-ins/common/file-pnm.c:280 msgid "PBM image" msgstr "Obraz PBM" -#: ../plug-ins/common/file-pnm.c:291 +#: ../plug-ins/common/file-pnm.c:292 msgid "PGM image" msgstr "Obraz PGM" -#: ../plug-ins/common/file-pnm.c:303 +#: ../plug-ins/common/file-pnm.c:304 msgid "PPM image" msgstr "Obraz PPM" -#: ../plug-ins/common/file-pnm.c:527 ../plug-ins/common/file-pnm.c:549 -#: ../plug-ins/common/file-pnm.c:558 ../plug-ins/common/file-pnm.c:569 -#: ../plug-ins/common/file-pnm.c:657 ../plug-ins/common/file-pnm.c:727 +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 msgid "Premature end of file." msgstr "Wystąpił koniec pliku." -#: ../plug-ins/common/file-pnm.c:529 +#: ../plug-ins/common/file-pnm.c:530 msgid "Invalid file." msgstr "Niepoprawny plik." -#: ../plug-ins/common/file-pnm.c:543 +#: ../plug-ins/common/file-pnm.c:544 msgid "File not in a supported format." msgstr "Plik w nieobsługiwanym formacie." -#: ../plug-ins/common/file-pnm.c:552 +#: ../plug-ins/common/file-pnm.c:553 msgid "Invalid X resolution." msgstr "Niepoprawna rozdzielczość X." -#: ../plug-ins/common/file-pnm.c:554 +#: ../plug-ins/common/file-pnm.c:555 msgid "Image width is larger than GIMP can handle." msgstr "Program GIMP nie może obsłużyć obrazu o tak dużej szerokości" -#: ../plug-ins/common/file-pnm.c:561 +#: ../plug-ins/common/file-pnm.c:562 msgid "Invalid Y resolution." msgstr "Niepoprawna rozdzielczość Y." -#: ../plug-ins/common/file-pnm.c:563 +#: ../plug-ins/common/file-pnm.c:564 msgid "Image height is larger than GIMP can handle." msgstr "Program GIMP nie może obsłużyć obrazu o tak dużej wysokości." -#: ../plug-ins/common/file-pnm.c:575 +#: ../plug-ins/common/file-pnm.c:576 msgid "Unsupported maximum value." msgstr "Niepoprawna wartość maksymalna." -#: ../plug-ins/common/file-pnm.c:780 +#: ../plug-ins/common/file-pnm.c:781 msgid "Error reading file." msgstr "Błąd przy odczycie pliku" -#: ../plug-ins/common/file-pnm.c:1148 +#: ../plug-ins/common/file-pnm.c:1186 msgid "Save as PNM" msgstr "Zapis jako PNM" #. file save type -#: ../plug-ins/common/file-pnm.c:1165 +#: ../plug-ins/common/file-pnm.c:1203 msgid "Data formatting" msgstr "Formatowanie danych" -#: ../plug-ins/common/file-pnm.c:1169 +#: ../plug-ins/common/file-pnm.c:1207 msgid "Raw" msgstr "Binarny" -#: ../plug-ins/common/file-pnm.c:1170 +#: ../plug-ins/common/file-pnm.c:1208 msgid "Ascii" msgstr "Tekstowy" @@ -3971,7 +3981,7 @@ msgid "PostScript save cannot handle images with alpha channels" msgstr "Zapis PostScript nie obsługuje obrazów z kanałami alfa" -#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1763 +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 #, c-format msgid "" "Error starting Ghostscript. Make sure that Ghostscript is installed and - if " @@ -3980,107 +3990,107 @@ "(%s)" msgstr "" -#: ../plug-ins/common/file-ps.c:1930 ../plug-ins/common/file-tiff-load.c:999 +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 #, c-format msgid "Page %d" msgstr "Strona %d" -#: ../plug-ins/common/file-ps.c:2600 ../plug-ins/common/file-ps.c:2733 -#: ../plug-ins/common/file-ps.c:2885 ../plug-ins/common/file-ps.c:3011 +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 #: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 #: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 msgid "Write error occurred" msgstr "Wystąpił błąd zapisu" -#: ../plug-ins/common/file-ps.c:3095 +#: ../plug-ins/common/file-ps.c:3097 msgid "Import from PostScript" msgstr "Import z PostScriptu" #. Rendering -#: ../plug-ins/common/file-ps.c:3138 +#: ../plug-ins/common/file-ps.c:3140 msgid "Rendering" msgstr "Renderowanie" #. Resolution -#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:916 +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 #: ../plug-ins/common/file-wmf.c:692 msgid "Resolution:" msgstr "Rozdzielczość:" -#: ../plug-ins/common/file-ps.c:3193 +#: ../plug-ins/common/file-ps.c:3195 msgid "Pages:" msgstr "Strony:" -#: ../plug-ins/common/file-ps.c:3200 +#: ../plug-ins/common/file-ps.c:3202 msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" msgstr "Strony do odczytania (np.: 1-4 lub 1,3,5-7)" -#: ../plug-ins/common/file-ps.c:3204 ../plug-ins/common/sphere-designer.c:2643 +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2646 msgid "Layers" msgstr "Warstwy" -#: ../plug-ins/common/file-ps.c:3206 +#: ../plug-ins/common/file-ps.c:3208 msgid "Images" msgstr "Obrazy" -#: ../plug-ins/common/file-ps.c:3209 +#: ../plug-ins/common/file-ps.c:3211 msgid "Open as" msgstr "Otwórz jako" -#: ../plug-ins/common/file-ps.c:3213 +#: ../plug-ins/common/file-ps.c:3215 msgid "Try Bounding Box" msgstr "Prostokąt ograniczający" #. Colouring -#: ../plug-ins/common/file-ps.c:3226 +#: ../plug-ins/common/file-ps.c:3228 msgid "Coloring" msgstr "Kolory obrazu" -#: ../plug-ins/common/file-ps.c:3230 +#: ../plug-ins/common/file-ps.c:3232 msgid "B/W" msgstr "Czarno Biały" -#: ../plug-ins/common/file-ps.c:3232 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 #: ../plug-ins/gimpressionist/color.c:66 #: ../plug-ins/gimpressionist/general.c:170 #: ../plug-ins/imagemap/imap_menu.c:213 msgid "Color" msgstr "Kolor" -#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/file-fits/fits.c:1033 +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 msgid "Automatic" msgstr "Auto" -#: ../plug-ins/common/file-ps.c:3243 +#: ../plug-ins/common/file-ps.c:3245 msgid "Text antialiasing" msgstr "Wygładzanie tekstu" -#: ../plug-ins/common/file-ps.c:3248 ../plug-ins/common/file-ps.c:3260 +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 msgid "Weak" msgstr "Słabe" -#: ../plug-ins/common/file-ps.c:3249 ../plug-ins/common/file-ps.c:3261 +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 msgid "Strong" msgstr "Silne" -#: ../plug-ins/common/file-ps.c:3255 +#: ../plug-ins/common/file-ps.c:3257 msgid "Graphic antialiasing" msgstr "Wygładzanie grafiki" -#: ../plug-ins/common/file-ps.c:3333 +#: ../plug-ins/common/file-ps.c:3335 msgid "Save as PostScript" msgstr "Zapis jako PostScript" #. Image Size -#: ../plug-ins/common/file-ps.c:3364 +#: ../plug-ins/common/file-ps.c:3366 msgid "Image Size" msgstr "Wymiary obrazu" -#: ../plug-ins/common/file-ps.c:3413 +#: ../plug-ins/common/file-ps.c:3415 msgid "_Keep aspect ratio" msgstr "_Zachowaj współczynnik proporcji" -#: ../plug-ins/common/file-ps.c:3419 +#: ../plug-ins/common/file-ps.c:3421 msgid "" "When toggled, the resulting image will be scaled to fit into the given size " "without changing the aspect ratio." @@ -4089,42 +4099,42 @@ "współczynnika proporcji." #. Unit -#: ../plug-ins/common/file-ps.c:3429 +#: ../plug-ins/common/file-ps.c:3431 msgid "Unit" msgstr "Jednostka" -#: ../plug-ins/common/file-ps.c:3433 +#: ../plug-ins/common/file-ps.c:3435 msgid "_Inch" msgstr "_Cal" -#: ../plug-ins/common/file-ps.c:3434 +#: ../plug-ins/common/file-ps.c:3436 msgid "_Millimeter" msgstr "_Milimetr" #. Rotation -#: ../plug-ins/common/file-ps.c:3445 +#: ../plug-ins/common/file-ps.c:3447 #: ../plug-ins/map-object/map-object-ui.c:1035 msgid "Rotation" msgstr "Obrót" #. Format -#: ../plug-ins/common/file-ps.c:3460 +#: ../plug-ins/common/file-ps.c:3462 msgid "Output" msgstr "Wyjście" -#: ../plug-ins/common/file-ps.c:3466 +#: ../plug-ins/common/file-ps.c:3468 msgid "_PostScript level 2" msgstr "_PostScript poziom 2" -#: ../plug-ins/common/file-ps.c:3475 +#: ../plug-ins/common/file-ps.c:3477 msgid "_Encapsulated PostScript" msgstr "Zag_nieżdżalny PostScript" -#: ../plug-ins/common/file-ps.c:3484 +#: ../plug-ins/common/file-ps.c:3486 msgid "P_review" msgstr "_Podgląd" -#: ../plug-ins/common/file-ps.c:3505 +#: ../plug-ins/common/file-ps.c:3507 msgid "Preview _size:" msgstr "_Rozmiar podglądu:" @@ -4153,79 +4163,79 @@ msgid "Raw image data" msgstr "Dane obrazu Raw" -#: ../plug-ins/common/file-raw.c:980 +#: ../plug-ins/common/file-raw.c:982 msgid "Load Image from Raw Data" msgstr "Wczytaj obraz z danych Raw" -#: ../plug-ins/common/file-raw.c:1013 +#: ../plug-ins/common/file-raw.c:1015 msgid "Image" msgstr "Obraz" -#: ../plug-ins/common/file-raw.c:1024 +#: ../plug-ins/common/file-raw.c:1026 msgid "RGB Alpha" msgstr "RGB Alfa" -#: ../plug-ins/common/file-raw.c:1025 +#: ../plug-ins/common/file-raw.c:1027 msgid "Planar RGB" msgstr "Płaski RGB" -#: ../plug-ins/common/file-raw.c:1026 +#: ../plug-ins/common/file-raw.c:1028 msgid "Indexed" msgstr "Zindeksowany" -#: ../plug-ins/common/file-raw.c:1027 +#: ../plug-ins/common/file-raw.c:1029 msgid "Indexed Alpha" msgstr "Indeksowana alfa" -#: ../plug-ins/common/file-raw.c:1032 +#: ../plug-ins/common/file-raw.c:1034 msgid "Image _Type:" msgstr "_Typ obrazu:" -#: ../plug-ins/common/file-raw.c:1082 +#: ../plug-ins/common/file-raw.c:1084 msgid "Palette" msgstr "Deseń" -#: ../plug-ins/common/file-raw.c:1092 ../plug-ins/common/file-raw.c:1191 +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 msgid "R, G, B (normal)" msgstr "R, G, B (normalny)" -#: ../plug-ins/common/file-raw.c:1093 ../plug-ins/common/file-raw.c:1193 +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 msgid "B, G, R, X (BMP style)" msgstr "B, G, R, X (format BMP)" -#: ../plug-ins/common/file-raw.c:1098 +#: ../plug-ins/common/file-raw.c:1100 msgid "_Palette Type:" msgstr "Typ _deseniu:" -#: ../plug-ins/common/file-raw.c:1109 +#: ../plug-ins/common/file-raw.c:1111 msgid "Off_set:" msgstr "Prze_sunięcie:" -#: ../plug-ins/common/file-raw.c:1121 +#: ../plug-ins/common/file-raw.c:1123 msgid "Select Palette File" msgstr "Wybierz plik z deseniem" -#: ../plug-ins/common/file-raw.c:1127 +#: ../plug-ins/common/file-raw.c:1129 msgid "Pal_ette File:" msgstr "Plik z d_eseniem:" -#: ../plug-ins/common/file-raw.c:1155 +#: ../plug-ins/common/file-raw.c:1157 msgid "Raw Image Save" msgstr "Zapisz nieobrobiony obraz" -#: ../plug-ins/common/file-raw.c:1177 +#: ../plug-ins/common/file-raw.c:1179 msgid "RGB Save Type" msgstr "Zapisz typ RGB" -#: ../plug-ins/common/file-raw.c:1181 +#: ../plug-ins/common/file-raw.c:1183 msgid "Standard (R,G,B)" msgstr "Standardowy (R,G,B)" -#: ../plug-ins/common/file-raw.c:1182 +#: ../plug-ins/common/file-raw.c:1184 msgid "Planar (RRR,GGG,BBB)" msgstr "Płaski (RRR,GGG,BBB)" -#: ../plug-ins/common/file-raw.c:1187 +#: ../plug-ins/common/file-raw.c:1189 msgid "Indexed Palette Type" msgstr "Typ indeksowanego deseniu" @@ -4329,7 +4339,7 @@ msgid "SVG image" msgstr "Obraz SVG" -#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:720 +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 msgid "Unknown reason" msgstr "Nieznana przyczyna" @@ -4355,51 +4365,51 @@ "rozmiaru!" #. Scalable Vector Graphics is SVG, should perhaps not be translated -#: ../plug-ins/common/file-svg.c:729 +#: ../plug-ins/common/file-svg.c:742 msgid "Render Scalable Vector Graphics" msgstr "Renderowanie Sklowanej Grafiki Wektorowej (Scalable Vector Graphics)" #. Width and Height -#: ../plug-ins/common/file-svg.c:795 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 #: ../plug-ins/common/grid.c:724 msgid "Width:" msgstr "Szerokość:" -#: ../plug-ins/common/file-svg.c:801 ../plug-ins/common/file-wmf.c:577 +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 msgid "Height:" msgstr "Wysokość:" -#: ../plug-ins/common/file-svg.c:875 ../plug-ins/common/file-wmf.c:651 +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 msgid "_X ratio:" msgstr "Współczynnik _X:" -#: ../plug-ins/common/file-svg.c:897 ../plug-ins/common/file-wmf.c:673 +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 msgid "_Y ratio:" msgstr "Współczynnik _Y:" -#: ../plug-ins/common/file-svg.c:911 ../plug-ins/common/file-wmf.c:687 +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 msgid "Constrain aspect ratio" msgstr "Powoduje zachowanie proporcji" -#: ../plug-ins/common/file-svg.c:922 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 #: ../plug-ins/print/print-page-layout.c:273 #, c-format msgid "pixels/%a" msgstr "piksele /%a" #. Path Import -#: ../plug-ins/common/file-svg.c:942 +#: ../plug-ins/common/file-svg.c:955 msgid "Import _paths" msgstr "Importuj ści_eżki" -#: ../plug-ins/common/file-svg.c:948 +#: ../plug-ins/common/file-svg.c:961 msgid "" "Import path elements of the SVG so they can be used with the GIMP path tool" msgstr "" "Powoduje importowanie elementów ścieżek z pliku SVG w taki sposób, że są one " "widoczne w GIMP-ie w postaci ścieżek." -#: ../plug-ins/common/file-svg.c:961 +#: ../plug-ins/common/file-svg.c:974 msgid "Merge imported paths" msgstr "Połącz zaimportowane ścieżki" @@ -4422,24 +4432,24 @@ msgid "Cannot read header from '%s'" msgstr "Nie można odczytać nagłówka z \"%s\"" -#: ../plug-ins/common/file-tga.c:1368 +#: ../plug-ins/common/file-tga.c:1370 msgid "Save as TGA" msgstr "Zapis jako TGA" #. rle -#: ../plug-ins/common/file-tga.c:1391 +#: ../plug-ins/common/file-tga.c:1393 msgid "_RLE compression" msgstr "Kompresja _RLE" -#: ../plug-ins/common/file-tga.c:1405 +#: ../plug-ins/common/file-tga.c:1407 msgid "Or_igin:" msgstr "Ź_ródło:" -#: ../plug-ins/common/file-tga.c:1409 +#: ../plug-ins/common/file-tga.c:1411 msgid "Bottom left" msgstr "Dolny lewy" -#: ../plug-ins/common/file-tga.c:1410 +#: ../plug-ins/common/file-tga.c:1412 msgid "Top left" msgstr "Górny lewy" @@ -4468,7 +4478,7 @@ msgstr "Kanały TIFF" #: ../plug-ins/common/file-tiff-load.c:1024 -#: ../plug-ins/file-psd/psd-load.c:325 +#: ../plug-ins/file-psd/psd-load.c:334 msgid "" "Warning:\n" "The image you are loading has 16 bits per channel. GIMP can only handle 8 " @@ -4714,7 +4724,7 @@ msgstr "Składanie obrazów" #: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 -#: ../plug-ins/help-browser/dialog.c:1133 +#: ../plug-ins/help-browser/dialog.c:1120 msgid "Untitled" msgstr "BezNazwy" @@ -5408,114 +5418,114 @@ msgid "Color Profile Information" msgstr "Informacje o profilu koloru" -#: ../plug-ins/common/lcms.c:570 +#: ../plug-ins/common/lcms.c:572 #, c-format msgid "Color profile '%s' is not for RGB color space." msgstr "" -#: ../plug-ins/common/lcms.c:677 +#: ../plug-ins/common/lcms.c:679 msgid "Default RGB working space" msgstr "" -#: ../plug-ins/common/lcms.c:773 +#: ../plug-ins/common/lcms.c:775 msgid "" "Data attached as 'icc-profile' does not appear to be an ICC color profile" msgstr "" -#: ../plug-ins/common/lcms.c:823 +#: ../plug-ins/common/lcms.c:825 #, fuzzy, c-format msgid "'%s' does not appear to be an ICC color profile" msgstr "Plik '%s' nie jest plikiem Fraktala IFS." #. ICC color profile conversion -#: ../plug-ins/common/lcms.c:883 +#: ../plug-ins/common/lcms.c:885 #, c-format msgid "Converting from '%s' to '%s'" msgstr "Konwertowanie z \"%s\" do \"%s\"" -#: ../plug-ins/common/lcms.c:1127 +#: ../plug-ins/common/lcms.c:1129 #, c-format msgid "Could not load ICC profile from '%s'" msgstr "Nie można odczytać profilu ICC z \"%s\"" -#: ../plug-ins/common/lcms.c:1149 +#: ../plug-ins/common/lcms.c:1151 #, c-format msgid "The image '%s' has an embedded color profile:" msgstr "" -#: ../plug-ins/common/lcms.c:1193 +#: ../plug-ins/common/lcms.c:1195 #, fuzzy, c-format msgid "Convert the image to the RGB working space (%s)?" msgstr "Wyśrodkowuje obraz na papierze" -#: ../plug-ins/common/lcms.c:1224 +#: ../plug-ins/common/lcms.c:1226 msgid "Convert to RGB working space?" msgstr "" -#: ../plug-ins/common/lcms.c:1229 +#: ../plug-ins/common/lcms.c:1231 #, fuzzy msgid "_Keep" msgstr "_Krok" -#: ../plug-ins/common/lcms.c:1234 +#: ../plug-ins/common/lcms.c:1236 msgid "_Convert" msgstr "_Konwertuj" -#: ../plug-ins/common/lcms.c:1261 ../plug-ins/file-jpeg/jpeg-exif.c:377 +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 msgid "_Don't ask me again" msgstr "_Nie pytaj ponownie" -#: ../plug-ins/common/lcms.c:1325 +#: ../plug-ins/common/lcms.c:1327 msgid "Select destination profile" msgstr "Wybierz profil docelowy" -#: ../plug-ins/common/lcms.c:1352 +#: ../plug-ins/common/lcms.c:1354 msgid "All files (*.*)" msgstr "Wszystkie pliki (*.*)" -#: ../plug-ins/common/lcms.c:1357 +#: ../plug-ins/common/lcms.c:1359 msgid "ICC color profile (*.icc, *.icm)" msgstr "Profil koloru ICC (*.icc, *.icm)" -#: ../plug-ins/common/lcms.c:1400 +#: ../plug-ins/common/lcms.c:1402 #, c-format msgid "RGB workspace (%s)" msgstr "Obszar roboczy RGB (%s)" -#: ../plug-ins/common/lcms.c:1450 +#: ../plug-ins/common/lcms.c:1452 msgid "Convert to ICC Color Profile" msgstr "Konwertuj do profilu koloru ICC" -#: ../plug-ins/common/lcms.c:1451 +#: ../plug-ins/common/lcms.c:1453 msgid "Assign ICC Color Profile" msgstr "Przydziel profil koloru ICC" -#: ../plug-ins/common/lcms.c:1459 +#: ../plug-ins/common/lcms.c:1461 msgid "_Assign" msgstr "_Przydziel" -#: ../plug-ins/common/lcms.c:1476 +#: ../plug-ins/common/lcms.c:1478 msgid "Current Color Profile" msgstr "Bieżący profil kolory" -#: ../plug-ins/common/lcms.c:1491 +#: ../plug-ins/common/lcms.c:1493 msgid "Convert to" msgstr "Konwertuj do" -#: ../plug-ins/common/lcms.c:1491 +#: ../plug-ins/common/lcms.c:1493 msgid "Assign" msgstr "Przydzielanie" -#: ../plug-ins/common/lcms.c:1515 +#: ../plug-ins/common/lcms.c:1517 #, fuzzy msgid "_Rendering Intent:" msgstr "Renderowanie kafli" -#: ../plug-ins/common/lcms.c:1531 +#: ../plug-ins/common/lcms.c:1533 msgid "_Black Point Compensation" msgstr "" -#: ../plug-ins/common/lcms.c:1573 +#: ../plug-ins/common/lcms.c:1575 msgid "Destination profile is not for RGB color space." msgstr "Profil docelowy nie jest w przestrzeni kolorów RGB." @@ -5627,35 +5637,35 @@ msgid "Send by E_mail..." msgstr "Wyślij jako _mail..." -#: ../plug-ins/common/mail.c:408 +#: ../plug-ins/common/mail.c:407 msgid "Send by Email" msgstr "Wysyła jako mail" -#: ../plug-ins/common/mail.c:413 +#: ../plug-ins/common/mail.c:412 msgid "_Send" msgstr "_Wyślij" -#: ../plug-ins/common/mail.c:445 +#: ../plug-ins/common/mail.c:444 msgid "_Filename:" msgstr "Nazwa p_liku:" -#: ../plug-ins/common/mail.c:457 +#: ../plug-ins/common/mail.c:456 msgid "_To:" msgstr "_Do:" -#: ../plug-ins/common/mail.c:471 +#: ../plug-ins/common/mail.c:470 msgid "_From:" msgstr "Od:" -#: ../plug-ins/common/mail.c:483 +#: ../plug-ins/common/mail.c:482 msgid "S_ubject:" msgstr "_Temat:" -#: ../plug-ins/common/mail.c:592 +#: ../plug-ins/common/mail.c:591 msgid "some sort of error with the file extension or lack thereof" msgstr "poczta: błędne rozszerzenie pliku lub jego brak" -#: ../plug-ins/common/mail.c:726 +#: ../plug-ins/common/mail.c:725 #, c-format msgid "Could not start sendmail (%s)" msgstr "Nie można uruchomić sendmaila (%s)" @@ -6080,11 +6090,11 @@ msgid "Spreading" msgstr "Rozrzucanie" -#: ../plug-ins/common/noise-spread.c:344 +#: ../plug-ins/common/noise-spread.c:346 msgid "Spread" msgstr "Rozrzut" -#: ../plug-ins/common/noise-spread.c:369 +#: ../plug-ins/common/noise-spread.c:371 msgid "Spread Amount" msgstr "Rozmiar rozrzutu" @@ -6503,77 +6513,77 @@ msgid "_Sample Colorize..." msgstr "_Barwienie próbek..." -#: ../plug-ins/common/sample-colorize.c:1318 +#: ../plug-ins/common/sample-colorize.c:1327 msgid "Sample Colorize" msgstr "Barwienie próbek" -#: ../plug-ins/common/sample-colorize.c:1323 +#: ../plug-ins/common/sample-colorize.c:1332 msgid "Get _Sample Colors" msgstr "P_obierz próbki kolorów" #. layer combo_box (Dst) -#: ../plug-ins/common/sample-colorize.c:1352 +#: ../plug-ins/common/sample-colorize.c:1361 msgid "Destination:" msgstr "Cel:" #. layer combo_box (Sample) -#: ../plug-ins/common/sample-colorize.c:1368 +#: ../plug-ins/common/sample-colorize.c:1377 msgid "Sample:" msgstr "Próbka:" -#: ../plug-ins/common/sample-colorize.c:1378 +#: ../plug-ins/common/sample-colorize.c:1387 msgid "From reverse gradient" msgstr "Z odwróconego gradientu" -#: ../plug-ins/common/sample-colorize.c:1383 +#: ../plug-ins/common/sample-colorize.c:1392 msgid "From gradient" msgstr "Z gradientu" #. check button -#: ../plug-ins/common/sample-colorize.c:1404 -#: ../plug-ins/common/sample-colorize.c:1431 +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 msgid "Show selection" msgstr "Widok zaznaczenia" #. check button -#: ../plug-ins/common/sample-colorize.c:1415 -#: ../plug-ins/common/sample-colorize.c:1442 +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 msgid "Show color" msgstr "Wyświetlaj kolory" -#: ../plug-ins/common/sample-colorize.c:1555 +#: ../plug-ins/common/sample-colorize.c:1564 msgid "Input levels:" msgstr "Poziomy wejściowe:" -#: ../plug-ins/common/sample-colorize.c:1605 +#: ../plug-ins/common/sample-colorize.c:1614 msgid "Output levels:" msgstr "Poziomy wyjściowe:" #. check button -#: ../plug-ins/common/sample-colorize.c:1645 +#: ../plug-ins/common/sample-colorize.c:1654 msgid "Hold intensity" msgstr "Utrzymaj Intensywność" #. check button -#: ../plug-ins/common/sample-colorize.c:1656 +#: ../plug-ins/common/sample-colorize.c:1665 msgid "Original intensity" msgstr "Oryginalna intensywność" #. check button -#: ../plug-ins/common/sample-colorize.c:1674 +#: ../plug-ins/common/sample-colorize.c:1683 msgid "Use subcolors" msgstr "Użyj \"podkolorów\"" #. check button -#: ../plug-ins/common/sample-colorize.c:1685 +#: ../plug-ins/common/sample-colorize.c:1694 msgid "Smooth samples" msgstr "Wygładzanie próbek" -#: ../plug-ins/common/sample-colorize.c:2657 +#: ../plug-ins/common/sample-colorize.c:2666 msgid "Sample analyze" msgstr "Analizowanie próbek" -#: ../plug-ins/common/sample-colorize.c:3035 +#: ../plug-ins/common/sample-colorize.c:3044 msgid "Remap colorized" msgstr "Odwzorowanie barwienia" @@ -7060,7 +7070,7 @@ msgstr "Plamki" #: ../plug-ins/common/sphere-designer.c:1742 -#: ../plug-ins/common/sphere-designer.c:2690 +#: ../plug-ins/common/sphere-designer.c:2693 msgid "Texture" msgstr "Tekstura" @@ -7069,127 +7079,127 @@ msgstr "Mapa wypukłości" #: ../plug-ins/common/sphere-designer.c:1746 -#: ../plug-ins/common/sphere-designer.c:2692 +#: ../plug-ins/common/sphere-designer.c:2695 msgid "Light" msgstr "Światło" -#: ../plug-ins/common/sphere-designer.c:2009 +#: ../plug-ins/common/sphere-designer.c:2010 #, c-format msgid "File '%s' is not a valid save file." msgstr "\"%s\" nie jest prawidłowo zapisanym plikiem." -#: ../plug-ins/common/sphere-designer.c:2188 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Open File" msgstr "Otwarcie pliku" -#: ../plug-ins/common/sphere-designer.c:2188 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Save File" msgstr "Zapis pliku" -#: ../plug-ins/common/sphere-designer.c:2544 +#: ../plug-ins/common/sphere-designer.c:2547 msgid "Sphere Designer" msgstr "Projektowanie sfery" -#: ../plug-ins/common/sphere-designer.c:2675 +#: ../plug-ins/common/sphere-designer.c:2678 msgid "Properties" msgstr "Właściwości" -#: ../plug-ins/common/sphere-designer.c:2691 +#: ../plug-ins/common/sphere-designer.c:2694 msgid "Bump" msgstr "Wypukłość" #. row labels -#: ../plug-ins/common/sphere-designer.c:2699 +#: ../plug-ins/common/sphere-designer.c:2702 #: ../plug-ins/lighting/lighting-ui.c:405 msgid "Type:" msgstr "Typ:" -#: ../plug-ins/common/sphere-designer.c:2718 +#: ../plug-ins/common/sphere-designer.c:2721 msgid "Texture:" msgstr "Tekstura:" -#: ../plug-ins/common/sphere-designer.c:2723 +#: ../plug-ins/common/sphere-designer.c:2726 msgid "Colors:" msgstr "Kolory:" -#: ../plug-ins/common/sphere-designer.c:2726 -#: ../plug-ins/common/sphere-designer.c:2737 +#: ../plug-ins/common/sphere-designer.c:2729 +#: ../plug-ins/common/sphere-designer.c:2740 msgid "Color Selection Dialog" msgstr "Wybór koloru" #. Scale -#: ../plug-ins/common/sphere-designer.c:2748 +#: ../plug-ins/common/sphere-designer.c:2751 #: ../plug-ins/gimpressionist/paper.c:194 #: ../plug-ins/ifs-compose/ifs-compose.c:554 msgid "Scale:" msgstr "Skala:" -#: ../plug-ins/common/sphere-designer.c:2756 +#: ../plug-ins/common/sphere-designer.c:2759 msgid "Turbulence:" msgstr "Turbulencje:" -#: ../plug-ins/common/sphere-designer.c:2763 +#: ../plug-ins/common/sphere-designer.c:2766 msgid "Amount:" msgstr "Wartość:" -#: ../plug-ins/common/sphere-designer.c:2770 +#: ../plug-ins/common/sphere-designer.c:2773 msgid "Exp.:" msgstr "Exp.:" -#: ../plug-ins/common/sphere-designer.c:2777 +#: ../plug-ins/common/sphere-designer.c:2780 msgid "Transformations" msgstr "Przekształcenia" -#: ../plug-ins/common/sphere-designer.c:2793 +#: ../plug-ins/common/sphere-designer.c:2796 #: ../plug-ins/map-object/map-object-ui.c:1143 msgid "Scale X:" msgstr "Skala X:" -#: ../plug-ins/common/sphere-designer.c:2800 +#: ../plug-ins/common/sphere-designer.c:2803 msgid "Scale Y:" msgstr "Skala Y:" -#: ../plug-ins/common/sphere-designer.c:2806 +#: ../plug-ins/common/sphere-designer.c:2809 msgid "Scale Z:" msgstr "Skala Z:" -#: ../plug-ins/common/sphere-designer.c:2813 +#: ../plug-ins/common/sphere-designer.c:2816 msgid "Rotate X:" msgstr "Obrót X: " -#: ../plug-ins/common/sphere-designer.c:2820 +#: ../plug-ins/common/sphere-designer.c:2823 msgid "Rotate Y:" msgstr "Obrót Y: " -#: ../plug-ins/common/sphere-designer.c:2827 +#: ../plug-ins/common/sphere-designer.c:2830 msgid "Rotate Z:" msgstr "Obrót Z:" -#: ../plug-ins/common/sphere-designer.c:2834 +#: ../plug-ins/common/sphere-designer.c:2837 msgid "Position X:" msgstr "Położenie X:" -#: ../plug-ins/common/sphere-designer.c:2841 +#: ../plug-ins/common/sphere-designer.c:2844 msgid "Position Y:" msgstr "Położenie Y:" -#: ../plug-ins/common/sphere-designer.c:2848 +#: ../plug-ins/common/sphere-designer.c:2851 msgid "Position Z:" msgstr "Położenie Z:" -#: ../plug-ins/common/sphere-designer.c:2963 +#: ../plug-ins/common/sphere-designer.c:2966 msgid "Rendering sphere" msgstr "Renderowanie Sfery" -#: ../plug-ins/common/sphere-designer.c:3013 +#: ../plug-ins/common/sphere-designer.c:3016 msgid "Create an image of a textured sphere" msgstr "Tworzy obraz sfery z teksturą" -#: ../plug-ins/common/sphere-designer.c:3020 +#: ../plug-ins/common/sphere-designer.c:3023 msgid "Sphere _Designer..." msgstr "_Projektant sfery..." -#: ../plug-ins/common/sphere-designer.c:3074 +#: ../plug-ins/common/sphere-designer.c:3083 msgid "Region selected for plug-in is empty" msgstr "Zaznaczony obszar dla wtyczki jest pusty" @@ -8103,37 +8113,38 @@ msgid "Higher values increase the magnitude of the effect" msgstr "Większe wartości zwiększają siłę efektu" -#: ../plug-ins/file-bmp/bmp-read.c:86 +#: ../plug-ins/file-bmp/bmp-read.c:88 msgid "Bad colormap" msgstr "Niepoprawna mapa kolorów" -#: ../plug-ins/file-bmp/bmp-read.c:170 ../plug-ins/file-bmp/bmp-read.c:180 -#: ../plug-ins/file-bmp/bmp-read.c:187 ../plug-ins/file-bmp/bmp-read.c:196 -#: ../plug-ins/file-bmp/bmp-read.c:211 ../plug-ins/file-bmp/bmp-read.c:395 -#: ../plug-ins/file-bmp/bmp-read.c:403 ../plug-ins/file-bmp/bmp-read.c:411 -#: ../plug-ins/file-bmp/bmp-read.c:419 +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 #, c-format msgid "'%s' is not a valid BMP file" msgstr "\"%s\" nie jest poprawnym plikiem w formacie BMP" -#: ../plug-ins/file-bmp/bmp-read.c:225 ../plug-ins/file-bmp/bmp-read.c:252 -#: ../plug-ins/file-bmp/bmp-read.c:280 ../plug-ins/file-bmp/bmp-read.c:345 -#: ../plug-ins/file-bmp/bmp-read.c:371 +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 #, c-format msgid "Error reading BMP file header from '%s'" msgstr "Błąd przy odczytywaniu nagłówka formatu BMP z pliku \"%s\"" -#: ../plug-ins/file-bmp/bmp-read.c:531 +#: ../plug-ins/file-bmp/bmp-read.c:590 msgid "Unrecognized or invalid BMP compression format." msgstr "Nierospoznany lub nieprawidłowy format kompresji BMP." # c-format -#: ../plug-ins/file-bmp/bmp-read.c:573 +#: ../plug-ins/file-bmp/bmp-read.c:632 msgid "Unsupported or invalid bitdepth." msgstr "Nieobsługiwana lub nieprawidłowa głębia kolorów." -#: ../plug-ins/file-bmp/bmp-read.c:761 ../plug-ins/file-bmp/bmp-read.c:802 -#: ../plug-ins/file-bmp/bmp-read.c:852 +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 msgid "The bitmap ends unexpectedly." msgstr "Bitmapa niespodziewanie się zakończyła." @@ -8145,27 +8156,27 @@ msgid "Alpha channel will be ignored." msgstr "Kanał alfa zostanie zignorowany." -#: ../plug-ins/file-bmp/bmp-write.c:793 +#: ../plug-ins/file-bmp/bmp-write.c:794 msgid "Save as BMP" msgstr "Zapis w formacie BMP" -#: ../plug-ins/file-bmp/bmp-write.c:816 +#: ../plug-ins/file-bmp/bmp-write.c:817 msgid "_Run-Length Encoded" msgstr "" -#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:899 +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 msgid "_Advanced Options" msgstr "Ustawienia za_awansowane" -#: ../plug-ins/file-bmp/bmp-write.c:843 +#: ../plug-ins/file-bmp/bmp-write.c:844 msgid "16 bits" msgstr "16 bitów" -#: ../plug-ins/file-bmp/bmp-write.c:879 +#: ../plug-ins/file-bmp/bmp-write.c:880 msgid "24 bits" msgstr "24 bity" -#: ../plug-ins/file-bmp/bmp-write.c:896 +#: ../plug-ins/file-bmp/bmp-write.c:897 msgid "32 bits" msgstr "32 bity" @@ -8280,12 +8291,12 @@ msgstr "Skompresowany (PNG)" #. read successfully. add to image -#: ../plug-ins/file-ico/ico-load.c:616 +#: ../plug-ins/file-ico/ico-load.c:624 #, c-format msgid "Icon #%i" msgstr "Ikona #%i" -#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:630 +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 #: ../plug-ins/file-psd/psd-thumb-load.c:85 #, c-format msgid "Opening thumbnail for '%s'" @@ -8324,67 +8335,67 @@ msgid "Calculating file size..." msgstr "Obliczanie rozmiaru pliku..." -#: ../plug-ins/file-jpeg/jpeg-save.c:773 ../plug-ins/file-jpeg/jpeg-save.c:875 +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 msgid "File size: unknown" msgstr "Rozmiar pliku: nieznany" -#: ../plug-ins/file-jpeg/jpeg-save.c:826 +#: ../plug-ins/file-jpeg/jpeg-save.c:827 msgid "Save as JPEG" msgstr "Zapis jako JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:861 +#: ../plug-ins/file-jpeg/jpeg-save.c:862 msgid "_Quality:" msgstr "_Jakość:" -#: ../plug-ins/file-jpeg/jpeg-save.c:865 +#: ../plug-ins/file-jpeg/jpeg-save.c:866 msgid "JPEG quality parameter" msgstr "Jakość JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:884 +#: ../plug-ins/file-jpeg/jpeg-save.c:885 msgid "Enable preview to obtain the file size." msgstr "" -#: ../plug-ins/file-jpeg/jpeg-save.c:887 +#: ../plug-ins/file-jpeg/jpeg-save.c:888 msgid "Sho_w preview in image window" msgstr "_Podgląd w oknie obrazu" -#: ../plug-ins/file-jpeg/jpeg-save.c:928 +#: ../plug-ins/file-jpeg/jpeg-save.c:929 msgid "S_moothing:" msgstr "_Wygładzanie:" -#: ../plug-ins/file-jpeg/jpeg-save.c:941 +#: ../plug-ins/file-jpeg/jpeg-save.c:942 msgid "Frequency (rows):" msgstr "Częstość (wiersze):" -#: ../plug-ins/file-jpeg/jpeg-save.c:957 +#: ../plug-ins/file-jpeg/jpeg-save.c:958 msgid "Use _restart markers" msgstr "_Resetuj markery" -#: ../plug-ins/file-jpeg/jpeg-save.c:973 +#: ../plug-ins/file-jpeg/jpeg-save.c:974 msgid "_Optimize" msgstr "_Optymalizuj" -#: ../plug-ins/file-jpeg/jpeg-save.c:987 +#: ../plug-ins/file-jpeg/jpeg-save.c:988 msgid "_Progressive" msgstr "_Przyrostowy" -#: ../plug-ins/file-jpeg/jpeg-save.c:1003 +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 msgid "Save _EXIF data" msgstr "Zapisz dane _EXIF" -#: ../plug-ins/file-jpeg/jpeg-save.c:1020 +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 msgid "Save _thumbnail" msgstr "Zapisz minia_turę" -#: ../plug-ins/file-jpeg/jpeg-save.c:1037 +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 msgid "Save _XMP data" msgstr "Zapisz dane _XMP" -#: ../plug-ins/file-jpeg/jpeg-save.c:1052 +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 msgid "_Use quality settings from original image" msgstr "" -#: ../plug-ins/file-jpeg/jpeg-save.c:1058 +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 msgid "" "If the original image was loaded from a JPEG file using non-standard quality " "settings (quantization tables), enable this option to get almost the same " @@ -8392,48 +8403,48 @@ msgstr "" #. Subsampling -#: ../plug-ins/file-jpeg/jpeg-save.c:1082 +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 msgid "Su_bsampling:" msgstr "Podpró_bkowanie:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1089 +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 msgid "1x1,1x1,1x1 (best quality)" msgstr "1x1,1x1,1x1 (najlepsza jakość)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1091 +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 msgid "2x1,1x1,1x1 (4:2:2)" msgstr "2x1,1x1,1x1 (4:2:2)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1093 +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 msgid "1x2,1x1,1x1" msgstr "1x2,1x1,1x1" -#: ../plug-ins/file-jpeg/jpeg-save.c:1095 +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 msgid "2x2,1x1,1x1 (smallest file)" msgstr "2x2,1x1,1x1 (najmniejszy rozmiar pliku)" #. DCT method -#: ../plug-ins/file-jpeg/jpeg-save.c:1125 +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 msgid "_DCT method:" msgstr "Metoda _DCT:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1131 +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 msgid "Fast Integer" msgstr "Szybka stałoprzecinkowa" -#: ../plug-ins/file-jpeg/jpeg-save.c:1132 +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 msgid "Integer" msgstr "Stałoprzecinkowa" -#: ../plug-ins/file-jpeg/jpeg-save.c:1133 +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 msgid "Floating-Point" msgstr "Zmiennoprzecinkowa" -#: ../plug-ins/file-jpeg/jpeg-save.c:1149 +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 msgid "Comment" msgstr "Komentarz" -#: ../plug-ins/file-jpeg/jpeg-save.c:1194 +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 msgid "Sa_ve Defaults" msgstr "_Zapisz jako domyślne" @@ -8467,50 +8478,86 @@ msgstr "Zbyt dużo kanałów w pliku: %d" # c-format -#: ../plug-ins/file-psd/psd-load.c:314 +#: ../plug-ins/file-psd/psd-load.c:311 +#, fuzzy, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Nieobsługiwana lub nieprawidłowa głębia kolorów: %d" + +# c-format +#: ../plug-ins/file-psd/psd-load.c:323 #, c-format msgid "Unsupported color mode: %s" msgstr "Nieobsługiwany tryb koloru %s" # c-format -#: ../plug-ins/file-psd/psd-load.c:341 +#: ../plug-ins/file-psd/psd-load.c:350 #, c-format msgid "Unsupported bit depth: %d" msgstr "Nieobsługiwana głębia kolorów: %d" -#: ../plug-ins/file-psd/psd-load.c:375 ../plug-ins/file-psd/psd-load.c:385 -#: ../plug-ins/file-psd/psd-load.c:604 ../plug-ins/file-psd/psd-load.c:785 +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 #, c-format msgid "The file is corrupt!" msgstr "Plik jest uszkodzony!" -#: ../plug-ins/file-psd/psd-load.c:545 +#: ../plug-ins/file-psd/psd-load.c:554 #, c-format msgid "Too many channels in layer: %d" msgstr "Zbyt dużo kanałów w warstwie: %d" # c-format -#: ../plug-ins/file-psd/psd-load.c:552 +#: ../plug-ins/file-psd/psd-load.c:562 #, c-format msgid "Unsupported or invalid layer height: %d" msgstr "Nieobsługiwana lub nieprawidłowa wysokość warstwy: %d" # c-format -#: ../plug-ins/file-psd/psd-load.c:559 +#: ../plug-ins/file-psd/psd-load.c:570 #, c-format msgid "Unsupported or invalid layer width: %d" msgstr "Nieobsługiwana lub nieprawidłowa szerokość warstwy: %d" # c-format -#: ../plug-ins/file-psd/psd-load.c:1153 ../plug-ins/file-psd/psd-load.c:1502 +#: ../plug-ins/file-psd/psd-load.c:579 +#, fuzzy, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "Nieobsługiwana lub nieprawidłowa szerokość warstwy: %d" + +# c-format +#: ../plug-ins/file-psd/psd-load.c:763 +#, fuzzy, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "Nieobsługiwana lub nieprawidłowa wysokość warstwy: %d" + +# c-format +#: ../plug-ins/file-psd/psd-load.c:771 +#, fuzzy, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "Nieobsługiwana lub nieprawidłowa szerokość warstwy: %d" + +# c-format +#: ../plug-ins/file-psd/psd-load.c:780 +#, fuzzy, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "Nieobsługiwana lub nieprawidłowa szerokość warstwy: %d" + +# c-format +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 #, c-format msgid "Unsupported compression mode: %d" msgstr "Nieobsługiwany tryb kompresji: %d" -#: ../plug-ins/file-psd/psd-load.c:1595 +#: ../plug-ins/file-psd/psd-load.c:1644 msgid "Extra" msgstr "Dodatki" +# c-format +#: ../plug-ins/file-psd/psd-load.c:1819 +#, fuzzy, c-format +msgid "Unsupported or invalid channel size" +msgstr "Nieobsługiwana lub nieprawidłowa głębia kolorów." + #: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 #: ../plug-ins/file-psd/psd.c:153 msgid "Photoshop image" @@ -8553,33 +8600,48 @@ msgid "Silicon Graphics IRIS image" msgstr "Obraz Silicon Graphics IRIS" -#: ../plug-ins/file-sgi/sgi.c:326 +#: ../plug-ins/file-sgi/sgi.c:325 #, c-format msgid "Could not open '%s' for reading." msgstr "Nie można otworzyć pliku \"%s\" do odczytu." -#: ../plug-ins/file-sgi/sgi.c:549 +#: ../plug-ins/file-sgi/sgi.c:341 +#, fuzzy, c-format +msgid "Invalid width: %hu" +msgstr "Nieprawidłowe przesunięcie X: %d" + +#: ../plug-ins/file-sgi/sgi.c:348 +#, fuzzy, c-format +msgid "Invalid height: %hu" +msgstr "Nieprawidłowe przesunięcie X: %d" + +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "" + +#: ../plug-ins/file-sgi/sgi.c:569 #, c-format msgid "Could not open '%s' for writing." msgstr "Nie można otworzyć pliku \"%s\" do zapisu." -#: ../plug-ins/file-sgi/sgi.c:629 +#: ../plug-ins/file-sgi/sgi.c:649 msgid "Save as SGI" msgstr "Zapis jako SGI" -#: ../plug-ins/file-sgi/sgi.c:645 +#: ../plug-ins/file-sgi/sgi.c:665 msgid "Compression type" msgstr "Typ kompresji" -#: ../plug-ins/file-sgi/sgi.c:649 +#: ../plug-ins/file-sgi/sgi.c:669 msgid "No compression" msgstr "Bez kompresji" -#: ../plug-ins/file-sgi/sgi.c:651 +#: ../plug-ins/file-sgi/sgi.c:671 msgid "RLE compression" msgstr "Kompresja RLE" -#: ../plug-ins/file-sgi/sgi.c:653 +#: ../plug-ins/file-sgi/sgi.c:673 msgid "" "Aggressive RLE\n" "(not supported by SGI)" @@ -10592,76 +10654,76 @@ msgstr "_Dodatkowe przebłyski" #: ../plug-ins/help-browser/dialog.c:186 -#: ../plug-ins/help-browser/dialog.c:1134 +#: ../plug-ins/help-browser/dialog.c:1121 msgid "GIMP Help Browser" msgstr "Przeglądarka pomocy GIMP-a" -#: ../plug-ins/help-browser/dialog.c:566 +#: ../plug-ins/help-browser/dialog.c:564 msgid "Go back one page" msgstr "Wróć do poprzedniej strony" -#: ../plug-ins/help-browser/dialog.c:571 +#: ../plug-ins/help-browser/dialog.c:569 msgid "Go forward one page" msgstr "Przejdź do następnej strony" -#: ../plug-ins/help-browser/dialog.c:576 +#: ../plug-ins/help-browser/dialog.c:574 msgid "_Reload" msgstr "_Odśwież" -#: ../plug-ins/help-browser/dialog.c:576 +#: ../plug-ins/help-browser/dialog.c:574 msgid "Reload current page" msgstr "Odświeża bieżącą stronę" -#: ../plug-ins/help-browser/dialog.c:581 +#: ../plug-ins/help-browser/dialog.c:579 msgid "_Stop" msgstr "_Stop" -#: ../plug-ins/help-browser/dialog.c:581 +#: ../plug-ins/help-browser/dialog.c:579 msgid "Stop loading this page" msgstr "Zatrzymuje wczytywanie bieżącej strony" -#: ../plug-ins/help-browser/dialog.c:586 +#: ../plug-ins/help-browser/dialog.c:584 msgid "Go to the index page" msgstr "Idź do strony indeksowej" -#: ../plug-ins/help-browser/dialog.c:591 +#: ../plug-ins/help-browser/dialog.c:589 msgid "C_opy location" msgstr "K_opiuj położenie" -#: ../plug-ins/help-browser/dialog.c:592 +#: ../plug-ins/help-browser/dialog.c:590 msgid "Copy the location of this page to the clipboard" msgstr "Kopiuje położenie aktywnej strony do schowka" -#: ../plug-ins/help-browser/dialog.c:612 +#: ../plug-ins/help-browser/dialog.c:610 msgid "Find text in current page" msgstr "Znajduje tekst w bieżącej stronie" -#: ../plug-ins/help-browser/dialog.c:617 +#: ../plug-ins/help-browser/dialog.c:615 msgid "Find _Again" msgstr "S_zukaj ponownie" -#: ../plug-ins/help-browser/dialog.c:636 +#: ../plug-ins/help-browser/dialog.c:634 msgid "S_how Index" msgstr "Wyś_wietlaj indeks" -#: ../plug-ins/help-browser/dialog.c:637 +#: ../plug-ins/help-browser/dialog.c:635 msgid "Toggle the visibility of the sidebar" msgstr "" -#: ../plug-ins/help-browser/dialog.c:658 +#: ../plug-ins/help-browser/dialog.c:656 msgid "Visit the GIMP documentation website" msgstr "Odwiedź stronę z dokumentacją GIMP'a" -#: ../plug-ins/help-browser/dialog.c:1175 +#: ../plug-ins/help-browser/dialog.c:1162 msgid "Find:" msgstr "Znajdź:" -#: ../plug-ins/help-browser/dialog.c:1192 +#: ../plug-ins/help-browser/dialog.c:1179 msgctxt "search" msgid "_Previous" msgstr "_Poprzednia" -#: ../plug-ins/help-browser/dialog.c:1204 +#: ../plug-ins/help-browser/dialog.c:1191 msgctxt "search" msgid "_Next" msgstr "_Następna" @@ -12271,25 +12333,25 @@ msgid "Nested elements (<%s>) are not allowed in this context" msgstr "" -#: ../plug-ins/metadata/xmp-parse.c:1005 +#: ../plug-ins/metadata/xmp-parse.c:1010 #, c-format msgid "End of element <%s> not expected in this context" msgstr "Niespodziewany koniec elementu <%s>" -#: ../plug-ins/metadata/xmp-parse.c:1107 +#: ../plug-ins/metadata/xmp-parse.c:1112 #, c-format msgid "The current element (<%s>) cannot contain text" msgstr "Bieżący element (<%s>) nie zawiera tekstu" -#: ../plug-ins/metadata/xmp-parse.c:1132 +#: ../plug-ins/metadata/xmp-parse.c:1137 msgid "XMP packets must start with " msgstr "Paczka XMP musi zaczynać się od " -#: ../plug-ins/metadata/xmp-parse.c:1146 +#: ../plug-ins/metadata/xmp-parse.c:1151 msgid "XMP packets must end with " msgstr "Paczka XMP musi kończyć sie " -#: ../plug-ins/metadata/xmp-parse.c:1159 +#: ../plug-ins/metadata/xmp-parse.c:1164 msgid "XMP cannot contain XML comments or processing instructions" msgstr "" diff -Nru gimp-2.6.11/po-plug-ins/pt_BR.po gimp-2.6.12/po-plug-ins/pt_BR.po --- gimp-2.6.11/po-plug-ins/pt_BR.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/pt_BR.po 2012-01-31 13:50:16.000000000 +0000 @@ -10,11 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: pt_BR\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-07 20:21-0300\n" -"PO-Revision-Date: 2008-10-07 23:56-0300\n" -"Last-Translator: Joao S. O. Bueno \n" -"Language-Team: Brazilian Portuguese >\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-05-23 14:42+0000\n" +"PO-Revision-Date: 2010-12-31 12:13-0300\n" +"Last-Translator: Sérgio Cipolla \n" +"Language-Team: Brazilian Portuguese >\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -68,7 +70,7 @@ msgstr "Para:" #: ../plug-ins/color-rotate/color-rotate-dialog.c:419 -#: ../plug-ins/common/file-ps.c:3231 ../plug-ins/imagemap/imap_menu.c:214 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 msgid "Gray" msgstr "Cinza" @@ -292,8 +294,8 @@ #. if and how to center the image on the page #: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 -#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3247 -#: ../plug-ins/common/file-ps.c:3259 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 #: ../plug-ins/file-fits/fits.c:1045 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 @@ -400,7 +402,7 @@ #: ../plug-ins/common/animation-optimize.c:178 msgid "_Unoptimize" -msgstr "_Dez-Otimizar" +msgstr "_Desotimizar" #: ../plug-ins/common/animation-optimize.c:198 msgid "_Remove Backdrop" @@ -412,7 +414,7 @@ #: ../plug-ins/common/animation-optimize.c:427 msgid "Unoptimizing animation" -msgstr "Dez-Otimizando animação" +msgstr "Desotimizando animação" #: ../plug-ins/common/animation-optimize.c:430 msgid "Removing animation background" @@ -512,7 +514,7 @@ msgid "_Antialias" msgstr "_Suavização" -#: ../plug-ins/common/antialias.c:147 +#: ../plug-ins/common/antialias.c:149 msgid "Antialiasing..." msgstr "Suavizando..." @@ -599,18 +601,18 @@ #: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 #: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 #: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 -#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:412 -#: ../plug-ins/common/file-pcx.c:418 ../plug-ins/common/file-pix.c:382 -#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:584 -#: ../plug-ins/common/file-raw.c:712 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 #: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 #: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 #: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 -#: ../plug-ins/file-bmp/bmp-read.c:590 ../plug-ins/file-faxg3/faxg3.c:478 -#: ../plug-ins/file-fits/fits.c:530 ../plug-ins/file-jpeg/jpeg-load.c:249 -#: ../plug-ins/file-jpeg/jpeg-load.c:758 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 #: ../plug-ins/file-psd/psd-image-res-load.c:995 -#: ../plug-ins/file-psd/psd-load.c:1523 ../plug-ins/file-sgi/sgi.c:384 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 #: ../plug-ins/gfig/gfig-dialog.c:1284 #: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 #: ../plug-ins/win-snap/winsnap.c:1155 @@ -645,10 +647,10 @@ #: ../plug-ins/common/blur-gauss-selective.c:211 #: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 -#: ../plug-ins/common/edge-dog.c:267 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 #: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 #: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 -#: ../plug-ins/file-sgi/sgi.c:536 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 #: ../plug-ins/gradient-flare/gradient-flare.c:966 msgid "Cannot operate on indexed color images." msgstr "Este filtro não pode ser aplicado em imagens indexadas" @@ -684,12 +686,12 @@ msgstr "Raio de desfocagem" #: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 -#: ../plug-ins/common/noise-spread.c:384 +#: ../plug-ins/common/noise-spread.c:386 msgid "_Horizontal:" msgstr "_Horizontal:" #: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 -#: ../plug-ins/common/noise-spread.c:388 +#: ../plug-ins/common/noise-spread.c:390 msgid "_Vertical:" msgstr "_Vertical:" @@ -886,7 +888,7 @@ msgid "_Elevation:" msgstr "_Elevação:" -#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3398 +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 msgid "_X offset:" msgstr "Deslocamento _X:" @@ -898,7 +900,7 @@ "O deslocamento pode ser ajustado deslocando-se a pré-visualização com o " "botão do meio do mouse. " -#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407 +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 msgid "_Y offset:" msgstr "Deslocamento _Y:" @@ -1011,21 +1013,21 @@ #: ../plug-ins/common/file-compressor.c:666 #: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 #: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 -#: ../plug-ins/common/file-mng.c:1073 ../plug-ins/common/file-pat.c:330 -#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541 +#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:552 #: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 -#: ../plug-ins/common/file-pnm.c:493 ../plug-ins/common/file-ps.c:1036 -#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751 -#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1755 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 #: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 -#: ../plug-ins/common/file-svg.c:718 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 #: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 -#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002 -#: ../plug-ins/file-bmp/bmp-read.c:154 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2003 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 #: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 -#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653 -#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109 -#: ../plug-ins/file-jpeg/jpeg-load.c:828 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 #: ../plug-ins/file-psd/psd-thumb-load.c:80 #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 #: ../plug-ins/file-uri/uri-backend-libcurl.c:190 @@ -1035,7 +1037,7 @@ #: ../plug-ins/fractal-explorer/fractal-explorer.c:929 #: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 #: ../plug-ins/help/gimphelplocale.c:239 -#: ../plug-ins/lighting/lighting-ui.c:1354 +#: ../plug-ins/lighting/lighting-ui.c:1355 #, c-format msgid "Could not open '%s' for reading: %s" msgstr "Não se pode abrir arquivo %s para leitura: %s" @@ -1051,19 +1053,19 @@ #: ../plug-ins/common/file-compressor.c:590 #: ../plug-ins/common/file-compressor.c:677 #: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 -#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 #: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 -#: ../plug-ins/common/file-mng.c:575 ../plug-ins/common/file-mng.c:909 -#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666 -#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270 -#: ../plug-ins/common/file-pnm.c:973 ../plug-ins/common/file-ps.c:1213 -#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574 +#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 #: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 #: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 -#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2112 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2114 #: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 #: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 -#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1626 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 #: ../plug-ins/file-uri/uri-backend-libcurl.c:163 #: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729 @@ -1380,7 +1382,8 @@ #: ../plug-ins/common/cml-explorer.c:1361 msgid "Seed of Random (only for \"From Seed\" Modes)" -msgstr "Semente dos números aleatórios (somente para modos \"a partir da semente\")" +msgstr "" +"Semente dos números aleatórios (somente para modos \"a partir da semente\")" #: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261 msgid "Seed:" @@ -1595,7 +1598,8 @@ #: ../plug-ins/common/color-exchange.c:309 msgid "Middle-Click Inside Preview to Pick \"From Color\"" -msgstr "Clique com o botão do meio para pegar cor inicial (\"A Partir da Cor\")" +msgstr "" +"Clique com o botão do meio para pegar cor inicial (\"A Partir da Cor\")" #: ../plug-ins/common/color-exchange.c:347 msgid "To Color" @@ -1737,7 +1741,7 @@ "opções de ordenação." #: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 -#: ../plug-ins/common/file-raw.c:1023 +#: ../plug-ins/common/file-raw.c:1025 msgid "RGB" msgstr "RGB" @@ -1879,7 +1883,8 @@ #: ../plug-ins/common/compose.c:512 msgid "Error scanning 'decompose-data' parasite: too few layers found" -msgstr "Erro ao analizar parasita 'decompose-data': não há camadas o suficiente" +msgstr "" +"Erro ao analizar parasita 'decompose-data': não há camadas o suficiente" #: ../plug-ins/common/compose.c:545 #, c-format @@ -1890,7 +1895,7 @@ msgid "Composing" msgstr "Compondo" -#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1735 +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 msgid "At least one image is needed to compose" msgstr "Pelo menos uma imagem é necessária para compor" @@ -1920,25 +1925,25 @@ msgid "Unable to recompose, source layer not found" msgstr "Não foi possível recompor, camada de origem não encontrada" -#: ../plug-ins/common/compose.c:1488 +#: ../plug-ins/common/compose.c:1481 msgid "Compose" msgstr "Compor" #. Compose type combo -#: ../plug-ins/common/compose.c:1515 +#: ../plug-ins/common/compose.c:1508 msgid "Compose Channels" msgstr "Compor canais" -#: ../plug-ins/common/compose.c:1525 ../plug-ins/common/decompose.c:1515 +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 msgid "Color _model:" msgstr "_Modelo de cor:" #. Channel representation table -#: ../plug-ins/common/compose.c:1557 +#: ../plug-ins/common/compose.c:1550 msgid "Channel Representations" msgstr "Representações de canais" -#: ../plug-ins/common/compose.c:1620 +#: ../plug-ins/common/compose.c:1613 msgid "Mask value" msgstr "Valor da máscara" @@ -1947,7 +1952,7 @@ msgstr "Aumenta os valores de brilho para que cubram toda a faixa disponível" #: ../plug-ins/common/contrast-normalize.c:92 -#: ../plug-ins/common/edge-dog.c:359 +#: ../plug-ins/common/edge-dog.c:361 msgid "_Normalize" msgstr "_Normalizar" @@ -2102,7 +2107,7 @@ msgstr "D_ivisor:" #: ../plug-ins/common/convolution-matrix.c:1008 -#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1043 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 msgid "O_ffset:" msgstr "Des_locamento:" @@ -2194,7 +2199,7 @@ msgid "_Curve Bend..." msgstr "_Dobrar em curva..." -#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:176 +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 msgid "Can operate on layers only (but was called on channel or mask)." msgstr "" "Dobrar em Curva funciona apenas em camadas (mas foi chamado em um7 canal ou " @@ -2508,23 +2513,23 @@ msgid "Decomposing" msgstr "Decompondo" -#: ../plug-ins/common/decompose.c:1480 +#: ../plug-ins/common/decompose.c:1487 msgid "Decompose" msgstr "Decompor" -#: ../plug-ins/common/decompose.c:1503 +#: ../plug-ins/common/decompose.c:1510 msgid "Extract Channels" msgstr "Extrair canais:" -#: ../plug-ins/common/decompose.c:1550 +#: ../plug-ins/common/decompose.c:1557 msgid "_Decompose to layers" msgstr "Decompor para _camadas" -#: ../plug-ins/common/decompose.c:1561 +#: ../plug-ins/common/decompose.c:1568 msgid "_Foreground as registration color" msgstr "Cor de _frente como cor de registro" -#: ../plug-ins/common/decompose.c:1562 +#: ../plug-ins/common/decompose.c:1569 msgid "" "Pixels in the foreground color will appear black in all output images. This " "can be used for things like crop marks that have to show up on all channels." @@ -2650,8 +2655,8 @@ msgstr "Suprimir listras" #: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 -#: ../plug-ins/common/file-ps.c:3171 ../plug-ins/common/file-ps.c:3380 -#: ../plug-ins/common/file-raw.c:1056 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 #: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 #: ../plug-ins/imagemap/imap_cmd_guides.c:165 #: ../plug-ins/imagemap/imap_rectangle.c:403 @@ -2781,31 +2786,31 @@ msgid "_Black" msgstr "_Preto" -#: ../plug-ins/common/edge-dog.c:133 +#: ../plug-ins/common/edge-dog.c:135 msgid "Edge detection with control of edge thickness" msgstr "Detecção de bordas com controle de espessura da borda" -#: ../plug-ins/common/edge-dog.c:140 +#: ../plug-ins/common/edge-dog.c:142 msgid "_Difference of Gaussians..." msgstr "_Diferença de gaussianas..." -#: ../plug-ins/common/edge-dog.c:243 ../plug-ins/common/edge-dog.c:300 +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 msgid "DoG Edge Detect" msgstr "Detecção de borda DdG" -#: ../plug-ins/common/edge-dog.c:329 +#: ../plug-ins/common/edge-dog.c:331 msgid "Smoothing Parameters" msgstr "Parâmetros de suavização" -#: ../plug-ins/common/edge-dog.c:343 +#: ../plug-ins/common/edge-dog.c:345 msgid "_Radius 1:" msgstr "Raio _1:" -#: ../plug-ins/common/edge-dog.c:347 +#: ../plug-ins/common/edge-dog.c:349 msgid "R_adius 2:" msgstr "Raio _2:" -#: ../plug-ins/common/edge-dog.c:370 ../plug-ins/gimpressionist/paper.c:167 +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 msgid "_Invert" msgstr "_Inverter" @@ -2962,8 +2967,8 @@ msgstr "Entalhar" #: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 -#: ../plug-ins/common/file-ps.c:3181 ../plug-ins/common/file-ps.c:3389 -#: ../plug-ins/common/file-raw.c:1069 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 #: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 #: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 #: ../plug-ins/imagemap/imap_rectangle.c:410 @@ -3003,17 +3008,17 @@ #: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 #: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 #: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 -#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:826 #: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728 -#: ../plug-ins/common/file-pnm.c:498 ../plug-ins/common/file-ps.c:1042 -#: ../plug-ins/common/file-raw.c:671 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 #: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 #: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 #: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 -#: ../plug-ins/file-bmp/bmp-read.c:159 ../plug-ins/file-faxg3/faxg3.c:217 -#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 #: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 -#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 #, c-format msgid "Opening '%s'" msgstr "Abrindo '%s'" @@ -3029,18 +3034,18 @@ #. init the progress meter #. And let's begin the progress -#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:637 +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 #: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 -#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:467 -#: ../plug-ins/common/file-pcx.c:627 ../plug-ins/common/file-pix.c:529 -#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:978 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 #: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 #: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 #: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 #: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 #: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 #: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 -#: ../plug-ins/file-psd/psd-save.c:1631 ../plug-ins/file-sgi/sgi.c:554 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 #: ../plug-ins/file-xjt/xjt.c:1710 #, c-format msgid "Saving '%s'" @@ -3136,8 +3141,8 @@ msgid "'%s' is not a DICOM file." msgstr "'%s': não é um arquivo DICOM." -#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:659 -#: ../plug-ins/common/file-pnm.c:963 +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 msgid "Cannot save images with alpha channel." msgstr "Não é possível salvar imagens com canal alfa." @@ -3151,41 +3156,46 @@ msgid "GIMP brush" msgstr "Pincel do GIMP" -#: ../plug-ins/common/file-gbr.c:401 ../plug-ins/common/file-gbr.c:413 +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "Dados de cabeçalho inválidos em '%s': width=%lu, height=%lu, bytes=%lu" + +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 msgid "Unsupported brush format" msgstr "Formato de pincel não suportado" -#: ../plug-ins/common/file-gbr.c:425 +#: ../plug-ins/common/file-gbr.c:440 #, c-format msgid "Error in GIMP brush file '%s'" msgstr "Erro no arquivo de Pincel do GIMP \"%s\"" -#: ../plug-ins/common/file-gbr.c:433 +#: ../plug-ins/common/file-gbr.c:448 #, c-format msgid "Invalid UTF-8 string in brush file '%s'." msgstr "String UTF-8 inválida no arquivo de pincel '%s'" -#: ../plug-ins/common/file-gbr.c:439 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 #: ../plug-ins/common/file-gih.c:1173 #: ../plug-ins/gradient-flare/gradient-flare.c:3063 msgid "Unnamed" msgstr "Sem nome" -#: ../plug-ins/common/file-gbr.c:622 +#: ../plug-ins/common/file-gbr.c:637 msgid "GIMP brushes are either GRAYSCALE or RGBA" msgstr "Pincéis do GIMP são ou tons de cinza, ou RGBA" -#: ../plug-ins/common/file-gbr.c:720 +#: ../plug-ins/common/file-gbr.c:735 msgid "Save as Brush" msgstr "Salvar como Pincel" #. attach labels -#: ../plug-ins/common/file-gbr.c:747 ../plug-ins/common/grid.c:790 +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 msgid "Spacing:" msgstr "Espaçamento:" -#: ../plug-ins/common/file-gbr.c:758 ../plug-ins/common/file-gih.c:925 -#: ../plug-ins/common/file-pat.c:556 ../plug-ins/gimpressionist/presets.c:666 +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 msgid "Description:" msgstr "Descrição:" @@ -3234,7 +3244,8 @@ #: ../plug-ins/common/file-gif-save.c:447 msgid "Couldn't simply reduce colors further. Saving as opaque." -msgstr "Simplesmente não foi possível reduzir mais as cores. Salvando como opaco." +msgstr "" +"Simplesmente não foi possível reduzir mais as cores. Salvando como opaco." #: ../plug-ins/common/file-gif-save.c:562 #, c-format @@ -3254,7 +3265,8 @@ "comentário foi salvo." #: ../plug-ins/common/file-gif-save.c:732 -msgid "Cannot save RGB color images. Convert to indexed color or grayscale first." +msgid "" +"Cannot save RGB color images. Convert to indexed color or grayscale first." msgstr "" "Não é possível salvar imagens RGB como GIF. Converter para Cores Indexadas " "ou Tons de Cinza antes. " @@ -3311,7 +3323,7 @@ msgid "_Delay between frames where unspecified:" msgstr "_Atraso entre os quadros onde não for especificado:" -#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1474 +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507 msgid "milliseconds" msgstr "milissegundos" @@ -3528,11 +3540,13 @@ #: ../plug-ins/common/file-html-table.c:599 msgid "The width for each table cell. Can be a number or a percent." -msgstr "A largura para cada célula da tabela. Pode ser um número ou uma porcentagem." +msgstr "" +"A largura para cada célula da tabela. Pode ser um número ou uma porcentagem." #: ../plug-ins/common/file-html-table.c:615 msgid "The height for each table cell. Can be a number or a percent." -msgstr "A altura para cada célula da tabela. Pode ser um número ou uma porcentagem." +msgstr "" +"A altura para cada célula da tabela. Pode ser um número ou uma porcentagem." #: ../plug-ins/common/file-html-table.c:626 msgid "Cell-_padding:" @@ -3552,107 +3566,108 @@ #. Inform the user that we couldn't losslessly save the #. * transparency & just use the full palette -#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1760 +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 msgid "Couldn't losslessly save transparency, saving opacity instead." -msgstr "Não foi possível salvar a transparência sem perdas. Salvando opacidade." +msgstr "" +"Não foi possível salvar a transparência sem perdas. Salvando opacidade." -#: ../plug-ins/common/file-mng.c:1254 +#: ../plug-ins/common/file-mng.c:1287 msgid "Save as MNG" msgstr "Salvar como MNG" -#: ../plug-ins/common/file-mng.c:1274 +#: ../plug-ins/common/file-mng.c:1307 msgid "MNG Options" msgstr "Opções de MNG" -#: ../plug-ins/common/file-mng.c:1280 +#: ../plug-ins/common/file-mng.c:1313 msgid "Interlace" msgstr "Entrelaçar" -#: ../plug-ins/common/file-mng.c:1292 +#: ../plug-ins/common/file-mng.c:1325 msgid "Save background color" msgstr "Salvar cor de fundo" -#: ../plug-ins/common/file-mng.c:1303 +#: ../plug-ins/common/file-mng.c:1336 msgid "Save gamma" msgstr "Salvar gama" -#: ../plug-ins/common/file-mng.c:1313 +#: ../plug-ins/common/file-mng.c:1346 msgid "Save resolution" msgstr "Salvar resolução" -#: ../plug-ins/common/file-mng.c:1324 +#: ../plug-ins/common/file-mng.c:1357 msgid "Save creation time" msgstr "Salvar hora de criação" -#: ../plug-ins/common/file-mng.c:1343 +#: ../plug-ins/common/file-mng.c:1376 msgid "PNG" msgstr "PNG" -#: ../plug-ins/common/file-mng.c:1344 +#: ../plug-ins/common/file-mng.c:1377 msgid "JNG" msgstr "JNG" -#: ../plug-ins/common/file-mng.c:1347 +#: ../plug-ins/common/file-mng.c:1380 msgid "PNG + delta PNG" msgstr "PNG + delta PNG" -#: ../plug-ins/common/file-mng.c:1348 +#: ../plug-ins/common/file-mng.c:1381 msgid "JNG + delta PNG" msgstr "JNG + delta PNG" -#: ../plug-ins/common/file-mng.c:1349 +#: ../plug-ins/common/file-mng.c:1382 msgid "All PNG" msgstr "Tudo PNG" -#: ../plug-ins/common/file-mng.c:1350 +#: ../plug-ins/common/file-mng.c:1383 msgid "All JNG" msgstr "Tudo JNG" -#: ../plug-ins/common/file-mng.c:1362 +#: ../plug-ins/common/file-mng.c:1395 msgid "Default chunks type:" msgstr "Tipo padrão dos blocos:" -#: ../plug-ins/common/file-mng.c:1365 +#: ../plug-ins/common/file-mng.c:1398 msgid "Combine" msgstr "Combinar" -#: ../plug-ins/common/file-mng.c:1366 +#: ../plug-ins/common/file-mng.c:1399 msgid "Replace" msgstr "Substituir" -#: ../plug-ins/common/file-mng.c:1377 +#: ../plug-ins/common/file-mng.c:1410 msgid "Default frame disposal:" msgstr "Disposição padrão dos quadros:" -#: ../plug-ins/common/file-mng.c:1389 +#: ../plug-ins/common/file-mng.c:1422 msgid "PNG compression level:" msgstr "Nível de compressão do PNG:" -#: ../plug-ins/common/file-mng.c:1397 ../plug-ins/common/file-png.c:1908 +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 msgid "Choose a high compression level for small file size" msgstr "Escolha um nível de compressão alto para um tamanho menor de arquivo" -#: ../plug-ins/common/file-mng.c:1411 +#: ../plug-ins/common/file-mng.c:1444 msgid "JPEG compression quality:" msgstr "Qualidade da compressão JPEG:" -#: ../plug-ins/common/file-mng.c:1428 +#: ../plug-ins/common/file-mng.c:1461 msgid "JPEG smoothing factor:" msgstr "Fator de uniformização do JPEG:" -#: ../plug-ins/common/file-mng.c:1438 +#: ../plug-ins/common/file-mng.c:1471 msgid "Animated MNG Options" msgstr "Opções de MNG animado" -#: ../plug-ins/common/file-mng.c:1444 +#: ../plug-ins/common/file-mng.c:1477 msgid "Loop" msgstr "Repetir" -#: ../plug-ins/common/file-mng.c:1458 +#: ../plug-ins/common/file-mng.c:1491 msgid "Default frame delay:" msgstr "Duração padrão dos quadros:" -#: ../plug-ins/common/file-mng.c:1531 +#: ../plug-ins/common/file-mng.c:1564 msgid "MNG animation" msgstr "animação MNG" @@ -3665,7 +3680,7 @@ msgid "Invalid UTF-8 string in pattern file '%s'." msgstr "String UTF-8 inválida no arquivo de textura '%s'" -#: ../plug-ins/common/file-pat.c:528 +#: ../plug-ins/common/file-pat.c:543 msgid "Save as Pattern" msgstr "Salvar como Textura" @@ -3683,13 +3698,13 @@ msgid "'%s' is not a PCX file" msgstr "%s: não é um arquivo PCX" -#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:579 +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 #: ../plug-ins/file-psd/psd-load.c:302 #, c-format msgid "Unsupported or invalid image width: %d" msgstr "Largura da imagem não suportada ou inválida: %d" -#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:585 +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 #: ../plug-ins/file-psd/psd-load.c:294 #, c-format msgid "Unsupported or invalid image height: %d" @@ -3699,71 +3714,76 @@ msgid "Invalid number of bytes per line in PCX header" msgstr "Número inválido de bytes por linha no cabeçalho do PCX" -#: ../plug-ins/common/file-pcx.c:453 +#: ../plug-ins/common/file-pcx.c:412 +#, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "Dimensões da imagem muito grandes: largura %d x altura %d" + +#: ../plug-ins/common/file-pcx.c:460 msgid "Unusual PCX flavour, giving up" msgstr "Tipo de PCX incomum, desistindo" -#: ../plug-ins/common/file-pcx.c:676 +#: ../plug-ins/common/file-pcx.c:683 #, c-format msgid "Invalid X offset: %d" msgstr "Deslocamento X inválido: %d" -#: ../plug-ins/common/file-pcx.c:682 +#: ../plug-ins/common/file-pcx.c:689 #, c-format msgid "Invalid Y offset: %d" msgstr "Deslocamento Y inválido: %d" -#: ../plug-ins/common/file-pcx.c:688 +#: ../plug-ins/common/file-pcx.c:695 #, c-format msgid "Right border out of bounds (must be < %d): %d" msgstr "Borda direita fora dos limites (deve ser menor que %d): %d" -#: ../plug-ins/common/file-pcx.c:695 +#: ../plug-ins/common/file-pcx.c:702 #, c-format msgid "Bottom border out of bounds (must be < %d): %d" msgstr "Borda inferior fora dos limites (deve ser menor que %d): %d" -#: ../plug-ins/common/file-pcx.c:752 +#: ../plug-ins/common/file-pcx.c:759 #, c-format msgid "Writing to file '%s' failed: %s" msgstr "Erro ao escrever no arquivo '%s': %s" -#: ../plug-ins/common/file-pdf.c:288 +#: ../plug-ins/common/file-pdf.c:295 msgid "Portable Document Format" msgstr "Portable Document Format: PDF" -#: ../plug-ins/common/file-pdf.c:620 +#: ../plug-ins/common/file-pdf.c:860 #, c-format msgid "%s-%s" msgstr "%s-%s" -#: ../plug-ins/common/file-pdf.c:622 ../plug-ins/common/file-ps.c:1125 +#: ../plug-ins/common/file-pdf.c:862 ../plug-ins/common/file-ps.c:1125 #, c-format msgid "%s-pages" msgstr "%s-páginas" -#: ../plug-ins/common/file-pdf.c:808 +#: ../plug-ins/common/file-pdf.c:1051 msgid "Import from PDF" msgstr "Importar de PDF" -#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3100 +#: ../plug-ins/common/file-pdf.c:1056 ../plug-ins/common/file-ps.c:3102 #: ../plug-ins/common/file-tiff-load.c:483 msgid "_Import" msgstr "_Importar" -#: ../plug-ins/common/file-pdf.c:879 +#: ../plug-ins/common/file-pdf.c:1123 msgid "_Width (pixels):" msgstr "_Largura (pixels):" -#: ../plug-ins/common/file-pdf.c:880 +#: ../plug-ins/common/file-pdf.c:1124 msgid "_Height (pixels):" msgstr "_Altura (pixels):" -#: ../plug-ins/common/file-pdf.c:882 +#: ../plug-ins/common/file-pdf.c:1126 msgid "_Resolution:" msgstr "_Resolução:" -#: ../plug-ins/common/file-pdf.c:1156 +#: ../plug-ins/common/file-pdf.c:1400 #, c-format msgid "pixels/%s" msgstr "pixels/%s" @@ -3800,131 +3820,131 @@ "O arquivo PNG especifica um deslocamento que fez com que a camada fosse " "posicionada fora da imagem." -#: ../plug-ins/common/file-png.c:1254 +#: ../plug-ins/common/file-png.c:1255 #, c-format msgid "Error while saving '%s'. Could not save image." msgstr "Erro ao salvar '%s' . Não foi possível gravar a imagem." -#: ../plug-ins/common/file-png.c:1785 +#: ../plug-ins/common/file-png.c:1786 msgid "Save as PNG" msgstr "Salvar como PNG" -#: ../plug-ins/common/file-png.c:1817 +#: ../plug-ins/common/file-png.c:1818 msgid "_Interlacing (Adam7)" msgstr "_Entrelaçar (Adam7)" -#: ../plug-ins/common/file-png.c:1828 +#: ../plug-ins/common/file-png.c:1829 msgid "Save _background color" msgstr "Salvar cor de _fundo" -#: ../plug-ins/common/file-png.c:1836 +#: ../plug-ins/common/file-png.c:1837 msgid "Save _gamma" msgstr "Salvar _gama" -#: ../plug-ins/common/file-png.c:1846 +#: ../plug-ins/common/file-png.c:1847 msgid "Save layer o_ffset" msgstr "Salvar _deslocamento de camada" -#: ../plug-ins/common/file-png.c:1855 +#: ../plug-ins/common/file-png.c:1856 msgid "Save _resolution" msgstr "Salvar _resolução" -#: ../plug-ins/common/file-png.c:1865 +#: ../plug-ins/common/file-png.c:1866 msgid "Save creation _time" msgstr "Salvar hora de _criação" -#: ../plug-ins/common/file-png.c:1874 +#: ../plug-ins/common/file-png.c:1875 msgid "Save comme_nt" msgstr "Salvar co_mentário" -#: ../plug-ins/common/file-png.c:1890 +#: ../plug-ins/common/file-png.c:1891 msgid "Save color _values from transparent pixels" msgstr "Salvar informações de _cor dos pixels transparentes" -#: ../plug-ins/common/file-png.c:1904 +#: ../plug-ins/common/file-png.c:1905 msgid "Co_mpression level:" msgstr "Ní_vel de compressão:" -#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1185 +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 msgid "_Load Defaults" msgstr "_Carregar configurações padrão" -#: ../plug-ins/common/file-png.c:1930 +#: ../plug-ins/common/file-png.c:1931 msgid "S_ave Defaults" msgstr "_Salvar Conf. como Padrão" -#: ../plug-ins/common/file-pnm.c:247 +#: ../plug-ins/common/file-pnm.c:248 msgid "PNM Image" msgstr "Imagem PNM" -#: ../plug-ins/common/file-pnm.c:267 +#: ../plug-ins/common/file-pnm.c:268 msgid "PNM image" msgstr "Imagem PNM" -#: ../plug-ins/common/file-pnm.c:279 +#: ../plug-ins/common/file-pnm.c:280 msgid "PBM image" msgstr "Imagem PBM" -#: ../plug-ins/common/file-pnm.c:291 +#: ../plug-ins/common/file-pnm.c:292 msgid "PGM image" msgstr "Imagem PGM" -#: ../plug-ins/common/file-pnm.c:303 +#: ../plug-ins/common/file-pnm.c:304 msgid "PPM image" msgstr "Imagem PPM" -#: ../plug-ins/common/file-pnm.c:527 ../plug-ins/common/file-pnm.c:549 -#: ../plug-ins/common/file-pnm.c:558 ../plug-ins/common/file-pnm.c:569 -#: ../plug-ins/common/file-pnm.c:657 ../plug-ins/common/file-pnm.c:727 +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 msgid "Premature end of file." msgstr "Fim prematuro do arquivo." -#: ../plug-ins/common/file-pnm.c:529 +#: ../plug-ins/common/file-pnm.c:530 msgid "Invalid file." msgstr "arquivo inválido." -#: ../plug-ins/common/file-pnm.c:543 +#: ../plug-ins/common/file-pnm.c:544 msgid "File not in a supported format." msgstr "O arquivo não está num formato suportado." -#: ../plug-ins/common/file-pnm.c:552 +#: ../plug-ins/common/file-pnm.c:553 msgid "Invalid X resolution." msgstr "Resolução X inválida." -#: ../plug-ins/common/file-pnm.c:554 +#: ../plug-ins/common/file-pnm.c:555 msgid "Image width is larger than GIMP can handle." msgstr "A largura da imagem é maior do que o que o GIMP suporta." -#: ../plug-ins/common/file-pnm.c:561 +#: ../plug-ins/common/file-pnm.c:562 msgid "Invalid Y resolution." msgstr "Resolução Y inválida." -#: ../plug-ins/common/file-pnm.c:563 +#: ../plug-ins/common/file-pnm.c:564 msgid "Image height is larger than GIMP can handle." msgstr "A altura da imagem é maior do que o que o GIMP suporta." -#: ../plug-ins/common/file-pnm.c:575 +#: ../plug-ins/common/file-pnm.c:576 msgid "Unsupported maximum value." msgstr "Valor máximo não suportado." -#: ../plug-ins/common/file-pnm.c:780 +#: ../plug-ins/common/file-pnm.c:781 msgid "Error reading file." msgstr "Erro ao ler arquivo." -#: ../plug-ins/common/file-pnm.c:1148 +#: ../plug-ins/common/file-pnm.c:1186 msgid "Save as PNM" msgstr "Salvar como PNM" #. file save type -#: ../plug-ins/common/file-pnm.c:1165 +#: ../plug-ins/common/file-pnm.c:1203 msgid "Data formatting" msgstr "Formatação dos dados" -#: ../plug-ins/common/file-pnm.c:1169 +#: ../plug-ins/common/file-pnm.c:1207 msgid "Raw" msgstr "Crú" -#: ../plug-ins/common/file-pnm.c:1170 +#: ../plug-ins/common/file-pnm.c:1208 msgid "Ascii" msgstr "ASCII" @@ -3948,9 +3968,11 @@ #: ../plug-ins/common/file-ps.c:1192 #, c-format msgid "PostScript save cannot handle images with alpha channels" -msgstr "A operação de salvar como PostScript não pode manipular imagens com canais alfa" +msgstr "" +"A operação de salvar como PostScript não pode manipular imagens com canais " +"alfa" -#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1763 +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 #, c-format msgid "" "Error starting Ghostscript. Make sure that Ghostscript is installed and - if " @@ -3963,107 +3985,107 @@ "ao GIMP onde ele está.\n" "(%s)" -#: ../plug-ins/common/file-ps.c:1930 ../plug-ins/common/file-tiff-load.c:999 +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 #, c-format msgid "Page %d" msgstr "Página %d" -#: ../plug-ins/common/file-ps.c:2600 ../plug-ins/common/file-ps.c:2733 -#: ../plug-ins/common/file-ps.c:2885 ../plug-ins/common/file-ps.c:3011 +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 #: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 #: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 msgid "Write error occurred" msgstr "Ocorreu um erro de gravação" -#: ../plug-ins/common/file-ps.c:3095 +#: ../plug-ins/common/file-ps.c:3097 msgid "Import from PostScript" msgstr "Importar de PostScript" #. Rendering -#: ../plug-ins/common/file-ps.c:3138 +#: ../plug-ins/common/file-ps.c:3140 msgid "Rendering" msgstr "Renderizando" #. Resolution -#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:916 +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 #: ../plug-ins/common/file-wmf.c:692 msgid "Resolution:" msgstr "Resolução:" -#: ../plug-ins/common/file-ps.c:3193 +#: ../plug-ins/common/file-ps.c:3195 msgid "Pages:" msgstr "Páginas:" -#: ../plug-ins/common/file-ps.c:3200 +#: ../plug-ins/common/file-ps.c:3202 msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" msgstr "Páginas para abrir (ex. 1-4 ou 1,3,5-7)" -#: ../plug-ins/common/file-ps.c:3204 ../plug-ins/common/sphere-designer.c:2643 +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2646 msgid "Layers" msgstr "Camadas" -#: ../plug-ins/common/file-ps.c:3206 +#: ../plug-ins/common/file-ps.c:3208 msgid "Images" msgstr "Imagens" -#: ../plug-ins/common/file-ps.c:3209 +#: ../plug-ins/common/file-ps.c:3211 msgid "Open as" msgstr "Abrir como" -#: ../plug-ins/common/file-ps.c:3213 +#: ../plug-ins/common/file-ps.c:3215 msgid "Try Bounding Box" msgstr "Tentar utilizar \"Bounding Box\"" #. Colouring -#: ../plug-ins/common/file-ps.c:3226 +#: ../plug-ins/common/file-ps.c:3228 msgid "Coloring" msgstr "Colorindo" -#: ../plug-ins/common/file-ps.c:3230 +#: ../plug-ins/common/file-ps.c:3232 msgid "B/W" msgstr "Preto & branco" -#: ../plug-ins/common/file-ps.c:3232 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 #: ../plug-ins/gimpressionist/color.c:66 #: ../plug-ins/gimpressionist/general.c:170 #: ../plug-ins/imagemap/imap_menu.c:213 msgid "Color" msgstr "Cor" -#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/file-fits/fits.c:1033 +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 msgid "Automatic" msgstr "Automático" -#: ../plug-ins/common/file-ps.c:3243 +#: ../plug-ins/common/file-ps.c:3245 msgid "Text antialiasing" msgstr "Suavização de texto" -#: ../plug-ins/common/file-ps.c:3248 ../plug-ins/common/file-ps.c:3260 +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 msgid "Weak" msgstr "Fraco" -#: ../plug-ins/common/file-ps.c:3249 ../plug-ins/common/file-ps.c:3261 +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 msgid "Strong" msgstr "Forte" -#: ../plug-ins/common/file-ps.c:3255 +#: ../plug-ins/common/file-ps.c:3257 msgid "Graphic antialiasing" msgstr "Suavização de gráficos" -#: ../plug-ins/common/file-ps.c:3333 +#: ../plug-ins/common/file-ps.c:3335 msgid "Save as PostScript" msgstr "Salvar como PostScript" #. Image Size -#: ../plug-ins/common/file-ps.c:3364 +#: ../plug-ins/common/file-ps.c:3366 msgid "Image Size" msgstr "Tamanho da imagem" -#: ../plug-ins/common/file-ps.c:3413 +#: ../plug-ins/common/file-ps.c:3415 msgid "_Keep aspect ratio" msgstr "Manter _proporção" -#: ../plug-ins/common/file-ps.c:3419 +#: ../plug-ins/common/file-ps.c:3421 msgid "" "When toggled, the resulting image will be scaled to fit into the given size " "without changing the aspect ratio." @@ -4072,42 +4094,42 @@ "tamanho especificado sem ter suas proporções alteradas." #. Unit -#: ../plug-ins/common/file-ps.c:3429 +#: ../plug-ins/common/file-ps.c:3431 msgid "Unit" msgstr "Unidade" -#: ../plug-ins/common/file-ps.c:3433 +#: ../plug-ins/common/file-ps.c:3435 msgid "_Inch" msgstr "P_olegada" -#: ../plug-ins/common/file-ps.c:3434 +#: ../plug-ins/common/file-ps.c:3436 msgid "_Millimeter" msgstr "_Milímetro" #. Rotation -#: ../plug-ins/common/file-ps.c:3445 +#: ../plug-ins/common/file-ps.c:3447 #: ../plug-ins/map-object/map-object-ui.c:1035 msgid "Rotation" msgstr "Rotação" #. Format -#: ../plug-ins/common/file-ps.c:3460 +#: ../plug-ins/common/file-ps.c:3462 msgid "Output" msgstr "Saída" -#: ../plug-ins/common/file-ps.c:3466 +#: ../plug-ins/common/file-ps.c:3468 msgid "_PostScript level 2" msgstr "_PostScript nível 2" -#: ../plug-ins/common/file-ps.c:3475 +#: ../plug-ins/common/file-ps.c:3477 msgid "_Encapsulated PostScript" msgstr "Po_stScript Encapsulado" -#: ../plug-ins/common/file-ps.c:3484 +#: ../plug-ins/common/file-ps.c:3486 msgid "P_review" msgstr "P_ré-visualização" -#: ../plug-ins/common/file-ps.c:3505 +#: ../plug-ins/common/file-ps.c:3507 msgid "Preview _size:" msgstr "Tamanho da pré-_visualização" @@ -4136,79 +4158,79 @@ msgid "Raw image data" msgstr "Dados de Imagem Raw (Dados brutos)" -#: ../plug-ins/common/file-raw.c:980 +#: ../plug-ins/common/file-raw.c:982 msgid "Load Image from Raw Data" msgstr "Carregar imagem a partir de Dados Brutos" -#: ../plug-ins/common/file-raw.c:1013 +#: ../plug-ins/common/file-raw.c:1015 msgid "Image" msgstr "Imagem" -#: ../plug-ins/common/file-raw.c:1024 +#: ../plug-ins/common/file-raw.c:1026 msgid "RGB Alpha" msgstr "RGB alfa " -#: ../plug-ins/common/file-raw.c:1025 +#: ../plug-ins/common/file-raw.c:1027 msgid "Planar RGB" msgstr "RGB por planos" -#: ../plug-ins/common/file-raw.c:1026 +#: ../plug-ins/common/file-raw.c:1028 msgid "Indexed" msgstr "Indexada" -#: ../plug-ins/common/file-raw.c:1027 +#: ../plug-ins/common/file-raw.c:1029 msgid "Indexed Alpha" msgstr "Alfa indexada" -#: ../plug-ins/common/file-raw.c:1032 +#: ../plug-ins/common/file-raw.c:1034 msgid "Image _Type:" msgstr "_Tipo de imagem:" -#: ../plug-ins/common/file-raw.c:1082 +#: ../plug-ins/common/file-raw.c:1084 msgid "Palette" msgstr "Paleta" -#: ../plug-ins/common/file-raw.c:1092 ../plug-ins/common/file-raw.c:1191 +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 msgid "R, G, B (normal)" msgstr "R, G, B (normal)" -#: ../plug-ins/common/file-raw.c:1093 ../plug-ins/common/file-raw.c:1193 +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 msgid "B, G, R, X (BMP style)" msgstr "B, G, R, X (estilo BMP)" -#: ../plug-ins/common/file-raw.c:1098 +#: ../plug-ins/common/file-raw.c:1100 msgid "_Palette Type:" msgstr "Tipo de _paleta:" -#: ../plug-ins/common/file-raw.c:1109 +#: ../plug-ins/common/file-raw.c:1111 msgid "Off_set:" msgstr "De_slocamento:" -#: ../plug-ins/common/file-raw.c:1121 +#: ../plug-ins/common/file-raw.c:1123 msgid "Select Palette File" msgstr "Selecione o arquivo de paleta" -#: ../plug-ins/common/file-raw.c:1127 +#: ../plug-ins/common/file-raw.c:1129 msgid "Pal_ette File:" msgstr "Arquivo de Pal_eta:" -#: ../plug-ins/common/file-raw.c:1155 +#: ../plug-ins/common/file-raw.c:1157 msgid "Raw Image Save" msgstr "Salvar imagem bruta (Raw)" -#: ../plug-ins/common/file-raw.c:1177 +#: ../plug-ins/common/file-raw.c:1179 msgid "RGB Save Type" msgstr "Tipo de RGB para salvar" -#: ../plug-ins/common/file-raw.c:1181 +#: ../plug-ins/common/file-raw.c:1183 msgid "Standard (R,G,B)" msgstr "Padrão (R, G, B)" -#: ../plug-ins/common/file-raw.c:1182 +#: ../plug-ins/common/file-raw.c:1184 msgid "Planar (RRR,GGG,BBB)" msgstr "Planos (RRR, GGG, BBB)" -#: ../plug-ins/common/file-raw.c:1187 +#: ../plug-ins/common/file-raw.c:1189 msgid "Indexed Palette Type" msgstr "Tipo de paleta indexada" @@ -4312,7 +4334,7 @@ msgid "SVG image" msgstr "Imagem SVG" -#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:720 +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 msgid "Unknown reason" msgstr "Razão desconhecida" @@ -4338,50 +4360,51 @@ "um tamanho!" #. Scalable Vector Graphics is SVG, should perhaps not be translated -#: ../plug-ins/common/file-svg.c:729 +#: ../plug-ins/common/file-svg.c:742 msgid "Render Scalable Vector Graphics" msgstr "Renderizar gráficos vetoriais escaláveis (SVG)" #. Width and Height -#: ../plug-ins/common/file-svg.c:795 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 #: ../plug-ins/common/grid.c:724 msgid "Width:" msgstr "Largura:" -#: ../plug-ins/common/file-svg.c:801 ../plug-ins/common/file-wmf.c:577 +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 msgid "Height:" msgstr "Altura:" -#: ../plug-ins/common/file-svg.c:875 ../plug-ins/common/file-wmf.c:651 +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 msgid "_X ratio:" msgstr "Taxa _X:" -#: ../plug-ins/common/file-svg.c:897 ../plug-ins/common/file-wmf.c:673 +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 msgid "_Y ratio:" msgstr "Taxa _Y:" -#: ../plug-ins/common/file-svg.c:911 ../plug-ins/common/file-wmf.c:687 +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 msgid "Constrain aspect ratio" msgstr "Manter proporção" -#: ../plug-ins/common/file-svg.c:922 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 #: ../plug-ins/print/print-page-layout.c:273 #, c-format msgid "pixels/%a" msgstr "pixels/%a" #. Path Import -#: ../plug-ins/common/file-svg.c:942 +#: ../plug-ins/common/file-svg.c:955 msgid "Import _paths" msgstr "Importar _vetores" -#: ../plug-ins/common/file-svg.c:948 -msgid "Import path elements of the SVG so they can be used with the GIMP path tool" +#: ../plug-ins/common/file-svg.c:961 +msgid "" +"Import path elements of the SVG so they can be used with the GIMP path tool" msgstr "" "Importa elementos de caminho (path) do SVG de forma que eles possam ser " "usados com a Ferramenta de Vetores do GIMP." -#: ../plug-ins/common/file-svg.c:961 +#: ../plug-ins/common/file-svg.c:974 msgid "Merge imported paths" msgstr "Combinar caminhos importados" @@ -4404,24 +4427,24 @@ msgid "Cannot read header from '%s'" msgstr "Não foi possível ler o cabeçalho de \"%s\"" -#: ../plug-ins/common/file-tga.c:1368 +#: ../plug-ins/common/file-tga.c:1370 msgid "Save as TGA" msgstr "Salvar como TGA" #. rle -#: ../plug-ins/common/file-tga.c:1391 +#: ../plug-ins/common/file-tga.c:1393 msgid "_RLE compression" msgstr "Compressão _RLE" -#: ../plug-ins/common/file-tga.c:1405 +#: ../plug-ins/common/file-tga.c:1407 msgid "Or_igin:" msgstr "Ori_gem:" -#: ../plug-ins/common/file-tga.c:1409 +#: ../plug-ins/common/file-tga.c:1411 msgid "Bottom left" msgstr "Inferior esquerda" -#: ../plug-ins/common/file-tga.c:1410 +#: ../plug-ins/common/file-tga.c:1412 msgid "Top left" msgstr "Superior esquerda" @@ -4450,7 +4473,7 @@ msgstr "Canal TIFF" #: ../plug-ins/common/file-tiff-load.c:1024 -#: ../plug-ins/file-psd/psd-load.c:325 +#: ../plug-ins/file-psd/psd-load.c:334 msgid "" "Warning:\n" "The image you are loading has 16 bits per channel. GIMP can only handle 8 " @@ -4695,7 +4718,7 @@ msgstr "Compondo imagens" #: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 -#: ../plug-ins/help-browser/dialog.c:1133 +#: ../plug-ins/help-browser/dialog.c:1120 msgid "Untitled" msgstr "Sem título" @@ -5126,7 +5149,8 @@ #: ../plug-ins/common/hot.c:207 msgid "Find and fix pixels that may be unsafely bright" -msgstr "Encontra e arruma pixels que possam estar claros demais para saída em vídeo" +msgstr "" +"Encontra e arruma pixels que possam estar claros demais para saída em vídeo" #: ../plug-ins/common/hot.c:217 msgid "_Hot..." @@ -5391,111 +5415,113 @@ msgid "Color Profile Information" msgstr "Informação do perfil de cor" -#: ../plug-ins/common/lcms.c:570 +#: ../plug-ins/common/lcms.c:572 #, c-format msgid "Color profile '%s' is not for RGB color space." msgstr "O perfil de cores '%s' não é para o espaço de cores RGB" -#: ../plug-ins/common/lcms.c:677 +#: ../plug-ins/common/lcms.c:679 msgid "Default RGB working space" msgstr "Espaço de trabalho RGB padrão" -#: ../plug-ins/common/lcms.c:773 -msgid "Data attached as 'icc-profile' does not appear to be an ICC color profile" -msgstr "Os dados anexados como 'icc-profile' não aparentam ser um perfil de cores ICC" +#: ../plug-ins/common/lcms.c:775 +msgid "" +"Data attached as 'icc-profile' does not appear to be an ICC color profile" +msgstr "" +"Os dados anexados como 'icc-profile' não aparentam ser um perfil de cores ICC" -#: ../plug-ins/common/lcms.c:823 +#: ../plug-ins/common/lcms.c:825 #, c-format msgid "'%s' does not appear to be an ICC color profile" msgstr "O arquivo '%s' não parece ser um arquivo perfil de cores ICC" #. ICC color profile conversion -#: ../plug-ins/common/lcms.c:883 +#: ../plug-ins/common/lcms.c:885 #, c-format msgid "Converting from '%s' to '%s'" msgstr "Convertendo de '%s' para '%s'" -#: ../plug-ins/common/lcms.c:1127 +#: ../plug-ins/common/lcms.c:1129 #, c-format msgid "Could not load ICC profile from '%s'" msgstr "Não é possível ler o perfil de cores ICC de '%s'" -#: ../plug-ins/common/lcms.c:1149 +#: ../plug-ins/common/lcms.c:1151 #, c-format msgid "The image '%s' has an embedded color profile:" msgstr "A imagem '%s' tem um perfil de cores embutido:" -#: ../plug-ins/common/lcms.c:1193 +#: ../plug-ins/common/lcms.c:1195 #, c-format msgid "Convert the image to the RGB working space (%s)?" msgstr "Converter a imagem para o espaço de trabalho RGB (%s)?" -#: ../plug-ins/common/lcms.c:1224 +#: ../plug-ins/common/lcms.c:1226 msgid "Convert to RGB working space?" msgstr "Converter para o espaço de trabalho RGB?" -#: ../plug-ins/common/lcms.c:1229 +#: ../plug-ins/common/lcms.c:1231 msgid "_Keep" msgstr "_Manter" -#: ../plug-ins/common/lcms.c:1234 +#: ../plug-ins/common/lcms.c:1236 msgid "_Convert" msgstr "_Converter" -#: ../plug-ins/common/lcms.c:1261 ../plug-ins/file-jpeg/jpeg-exif.c:377 +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 msgid "_Don't ask me again" msgstr "_Não me pergunte novamente" -#: ../plug-ins/common/lcms.c:1325 +#: ../plug-ins/common/lcms.c:1327 msgid "Select destination profile" msgstr "Selecione o perfil de destino" -#: ../plug-ins/common/lcms.c:1352 +#: ../plug-ins/common/lcms.c:1354 msgid "All files (*.*)" msgstr "Todos os arquivos (*.*)" -#: ../plug-ins/common/lcms.c:1357 +#: ../plug-ins/common/lcms.c:1359 msgid "ICC color profile (*.icc, *.icm)" msgstr "perfil de cor ICC (*.icc, *.icm)" -#: ../plug-ins/common/lcms.c:1400 +#: ../plug-ins/common/lcms.c:1402 #, c-format msgid "RGB workspace (%s)" msgstr "espaço de trabalho RGB (%s)" -#: ../plug-ins/common/lcms.c:1450 +#: ../plug-ins/common/lcms.c:1452 msgid "Convert to ICC Color Profile" msgstr "Converter para o perfil de cores ICC" -#: ../plug-ins/common/lcms.c:1451 +#: ../plug-ins/common/lcms.c:1453 msgid "Assign ICC Color Profile" msgstr "Designar um perfil de cores ICC" -#: ../plug-ins/common/lcms.c:1459 +#: ../plug-ins/common/lcms.c:1461 msgid "_Assign" msgstr "_Designar" -#: ../plug-ins/common/lcms.c:1476 +#: ../plug-ins/common/lcms.c:1478 msgid "Current Color Profile" msgstr "Perfil de cores atual" -#: ../plug-ins/common/lcms.c:1491 +#: ../plug-ins/common/lcms.c:1493 msgid "Convert to" msgstr "Converter para" -#: ../plug-ins/common/lcms.c:1491 +#: ../plug-ins/common/lcms.c:1493 msgid "Assign" msgstr "Designar" -#: ../plug-ins/common/lcms.c:1515 +#: ../plug-ins/common/lcms.c:1517 msgid "_Rendering Intent:" msgstr "Intenção de _rendereziação:" -#: ../plug-ins/common/lcms.c:1531 +#: ../plug-ins/common/lcms.c:1533 msgid "_Black Point Compensation" msgstr "Compensação de ponto _negro" -#: ../plug-ins/common/lcms.c:1573 +#: ../plug-ins/common/lcms.c:1575 msgid "Destination profile is not for RGB color space." msgstr "Perfil de cores destino não é para o espaço de cores RGB" @@ -5607,35 +5633,36 @@ msgid "Send by E_mail..." msgstr "Enviar como e-_mail..." -#: ../plug-ins/common/mail.c:408 +#: ../plug-ins/common/mail.c:407 msgid "Send by Email" msgstr "Enviar poe e-mail" -#: ../plug-ins/common/mail.c:413 +#: ../plug-ins/common/mail.c:412 msgid "_Send" msgstr "En_viar" -#: ../plug-ins/common/mail.c:445 +#: ../plug-ins/common/mail.c:444 msgid "_Filename:" msgstr "_Nome do arquivo:" -#: ../plug-ins/common/mail.c:457 +#: ../plug-ins/common/mail.c:456 msgid "_To:" msgstr "_Para:" -#: ../plug-ins/common/mail.c:471 +#: ../plug-ins/common/mail.c:470 msgid "_From:" msgstr "_De:" -#: ../plug-ins/common/mail.c:483 +#: ../plug-ins/common/mail.c:482 msgid "S_ubject:" msgstr "_Assunto:" -#: ../plug-ins/common/mail.c:592 +#: ../plug-ins/common/mail.c:591 msgid "some sort of error with the file extension or lack thereof" -msgstr "Algum tipo de erro com a extensão do arquivo (ou ausência de extensão)." +msgstr "" +"Algum tipo de erro com a extensão do arquivo (ou ausência de extensão)." -#: ../plug-ins/common/mail.c:726 +#: ../plug-ins/common/mail.c:725 #, c-format msgid "Could not start sendmail (%s)" msgstr "Não foi possível iniciar o sendmail (%s)" @@ -5947,7 +5974,8 @@ #: ../plug-ins/common/noise-randomize.c:206 msgid "Randomly slide some pixels downward (similar to melting)" -msgstr "Desliza alguns pixels para baixo aleatoriamente (parecido com derretimento)" +msgstr "" +"Desliza alguns pixels para baixo aleatoriamente (parecido com derretimento)" #: ../plug-ins/common/noise-randomize.c:233 msgid "_Hurl..." @@ -6062,11 +6090,11 @@ msgid "Spreading" msgstr "Espalhando" -#: ../plug-ins/common/noise-spread.c:344 +#: ../plug-ins/common/noise-spread.c:346 msgid "Spread" msgstr "Espalhar" -#: ../plug-ins/common/noise-spread.c:369 +#: ../plug-ins/common/noise-spread.c:371 msgid "Spread Amount" msgstr "Quantidade de espalhamento" @@ -6468,7 +6496,8 @@ #: ../plug-ins/common/rotate.c:420 msgid "You can not rotate the whole image if there's a floating selection." -msgstr "Não é possível rotacionar a imagem completa se houver uma seleção flutuante." +msgstr "" +"Não é possível rotacionar a imagem completa se houver uma seleção flutuante." #: ../plug-ins/common/rotate.c:431 msgid "Sorry, channels and masks can not be rotated." @@ -6486,77 +6515,77 @@ msgid "_Sample Colorize..." msgstr "Colori_zar a partir de amostra..." -#: ../plug-ins/common/sample-colorize.c:1318 +#: ../plug-ins/common/sample-colorize.c:1327 msgid "Sample Colorize" msgstr "Colorizar a partir de amostra" -#: ../plug-ins/common/sample-colorize.c:1323 +#: ../plug-ins/common/sample-colorize.c:1332 msgid "Get _Sample Colors" msgstr "_Obter cores da amostra" #. layer combo_box (Dst) -#: ../plug-ins/common/sample-colorize.c:1352 +#: ../plug-ins/common/sample-colorize.c:1361 msgid "Destination:" msgstr "Destino:" #. layer combo_box (Sample) -#: ../plug-ins/common/sample-colorize.c:1368 +#: ../plug-ins/common/sample-colorize.c:1377 msgid "Sample:" msgstr "Amostra:" -#: ../plug-ins/common/sample-colorize.c:1378 +#: ../plug-ins/common/sample-colorize.c:1387 msgid "From reverse gradient" msgstr "Do degradê invertido" -#: ../plug-ins/common/sample-colorize.c:1383 +#: ../plug-ins/common/sample-colorize.c:1392 msgid "From gradient" msgstr "Do degradê" #. check button -#: ../plug-ins/common/sample-colorize.c:1404 -#: ../plug-ins/common/sample-colorize.c:1431 +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 msgid "Show selection" msgstr "Mostrar seleção" #. check button -#: ../plug-ins/common/sample-colorize.c:1415 -#: ../plug-ins/common/sample-colorize.c:1442 +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 msgid "Show color" msgstr "Mostrar cor" -#: ../plug-ins/common/sample-colorize.c:1555 +#: ../plug-ins/common/sample-colorize.c:1564 msgid "Input levels:" msgstr "Níveis de entrada:" -#: ../plug-ins/common/sample-colorize.c:1605 +#: ../plug-ins/common/sample-colorize.c:1614 msgid "Output levels:" msgstr "Níveis de saída:" #. check button -#: ../plug-ins/common/sample-colorize.c:1645 +#: ../plug-ins/common/sample-colorize.c:1654 msgid "Hold intensity" msgstr "Manter intensidade" #. check button -#: ../plug-ins/common/sample-colorize.c:1656 +#: ../plug-ins/common/sample-colorize.c:1665 msgid "Original intensity" msgstr "Intensidade original" #. check button -#: ../plug-ins/common/sample-colorize.c:1674 +#: ../plug-ins/common/sample-colorize.c:1683 msgid "Use subcolors" msgstr "Usar subcores" #. check button -#: ../plug-ins/common/sample-colorize.c:1685 +#: ../plug-ins/common/sample-colorize.c:1694 msgid "Smooth samples" msgstr "Uniformizar cores da amostra" -#: ../plug-ins/common/sample-colorize.c:2657 +#: ../plug-ins/common/sample-colorize.c:2666 msgid "Sample analyze" msgstr "Analizando amostra" -#: ../plug-ins/common/sample-colorize.c:3035 +#: ../plug-ins/common/sample-colorize.c:3044 msgid "Remap colorized" msgstr "Colorizando por remapeamento" @@ -6601,8 +6630,10 @@ msgstr "Após o atraso, a tela é capturada" #: ../plug-ins/common/screenshot.c:1101 -msgid "After the delay, drag your mouse to select the region for the screenshot." -msgstr "Após o atraso, clique e arraste para selecionar a região a ser capturada." +msgid "" +"After the delay, drag your mouse to select the region for the screenshot." +msgstr "" +"Após o atraso, clique e arraste para selecionar a região a ser capturada." #: ../plug-ins/common/screenshot.c:1104 msgid "At the end of the delay, click in a window to snap it." @@ -6849,7 +6880,8 @@ #: ../plug-ins/common/softglow.c:134 msgid "Simulate glow by making highlights intense and fuzzy" -msgstr "Simula fluorecência tornando as partes brilhantes mais intensas e difusas" +msgstr "" +"Simula fluorecência tornando as partes brilhantes mais intensas e difusas" #: ../plug-ins/common/softglow.c:139 msgid "_Softglow..." @@ -6947,7 +6979,8 @@ #: ../plug-ins/common/sparkle.c:468 msgid "Adjust how much the hue should be changed randomly" -msgstr "Ajusta o valor de o quanto a matiz deverá ser modificada aleatoriamente" +msgstr "" +"Ajusta o valor de o quanto a matiz deverá ser modificada aleatoriamente" #: ../plug-ins/common/sparkle.c:478 msgid "Rando_m saturation:" @@ -6955,7 +6988,8 @@ #: ../plug-ins/common/sparkle.c:481 msgid "Adjust how much the saturation should be changed randomly" -msgstr "Ajusta o valor de quanto a saturação deverá ser modificada aleatoriamente" +msgstr "" +"Ajusta o valor de quanto a saturação deverá ser modificada aleatoriamente" #: ../plug-ins/common/sparkle.c:498 msgid "_Preserve luminosity" @@ -7043,7 +7077,7 @@ msgstr "Manchas" #: ../plug-ins/common/sphere-designer.c:1742 -#: ../plug-ins/common/sphere-designer.c:2690 +#: ../plug-ins/common/sphere-designer.c:2693 msgid "Texture" msgstr "Textura" @@ -7052,127 +7086,127 @@ msgstr "Mapa de relevo" #: ../plug-ins/common/sphere-designer.c:1746 -#: ../plug-ins/common/sphere-designer.c:2692 +#: ../plug-ins/common/sphere-designer.c:2695 msgid "Light" msgstr "Luz" -#: ../plug-ins/common/sphere-designer.c:2009 +#: ../plug-ins/common/sphere-designer.c:2010 #, c-format msgid "File '%s' is not a valid save file." msgstr "'%s' não é um arquivo válido" -#: ../plug-ins/common/sphere-designer.c:2188 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Open File" msgstr "Abrir arquivo" -#: ../plug-ins/common/sphere-designer.c:2188 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Save File" msgstr "Salvar arquivo" -#: ../plug-ins/common/sphere-designer.c:2544 +#: ../plug-ins/common/sphere-designer.c:2547 msgid "Sphere Designer" msgstr "Designer de esferas" -#: ../plug-ins/common/sphere-designer.c:2675 +#: ../plug-ins/common/sphere-designer.c:2678 msgid "Properties" msgstr "Propriedades" -#: ../plug-ins/common/sphere-designer.c:2691 +#: ../plug-ins/common/sphere-designer.c:2694 msgid "Bump" msgstr "Relevo" #. row labels -#: ../plug-ins/common/sphere-designer.c:2699 +#: ../plug-ins/common/sphere-designer.c:2702 #: ../plug-ins/lighting/lighting-ui.c:405 msgid "Type:" msgstr "Tipo:" -#: ../plug-ins/common/sphere-designer.c:2718 +#: ../plug-ins/common/sphere-designer.c:2721 msgid "Texture:" msgstr "Textura:" -#: ../plug-ins/common/sphere-designer.c:2723 +#: ../plug-ins/common/sphere-designer.c:2726 msgid "Colors:" msgstr "Cores:" -#: ../plug-ins/common/sphere-designer.c:2726 -#: ../plug-ins/common/sphere-designer.c:2737 +#: ../plug-ins/common/sphere-designer.c:2729 +#: ../plug-ins/common/sphere-designer.c:2740 msgid "Color Selection Dialog" msgstr "Diálogo de seleção de cores" #. Scale -#: ../plug-ins/common/sphere-designer.c:2748 +#: ../plug-ins/common/sphere-designer.c:2751 #: ../plug-ins/gimpressionist/paper.c:194 #: ../plug-ins/ifs-compose/ifs-compose.c:554 msgid "Scale:" msgstr "Escala:" -#: ../plug-ins/common/sphere-designer.c:2756 +#: ../plug-ins/common/sphere-designer.c:2759 msgid "Turbulence:" msgstr "Turbulência:" -#: ../plug-ins/common/sphere-designer.c:2763 +#: ../plug-ins/common/sphere-designer.c:2766 msgid "Amount:" msgstr "Quantidade:" -#: ../plug-ins/common/sphere-designer.c:2770 +#: ../plug-ins/common/sphere-designer.c:2773 msgid "Exp.:" msgstr "Expoente:" -#: ../plug-ins/common/sphere-designer.c:2777 +#: ../plug-ins/common/sphere-designer.c:2780 msgid "Transformations" msgstr "Transformações" -#: ../plug-ins/common/sphere-designer.c:2793 +#: ../plug-ins/common/sphere-designer.c:2796 #: ../plug-ins/map-object/map-object-ui.c:1143 msgid "Scale X:" msgstr "Escala X:" -#: ../plug-ins/common/sphere-designer.c:2800 +#: ../plug-ins/common/sphere-designer.c:2803 msgid "Scale Y:" msgstr "Escala Y:" -#: ../plug-ins/common/sphere-designer.c:2806 +#: ../plug-ins/common/sphere-designer.c:2809 msgid "Scale Z:" msgstr "Escala Z:" -#: ../plug-ins/common/sphere-designer.c:2813 +#: ../plug-ins/common/sphere-designer.c:2816 msgid "Rotate X:" msgstr "Rotacionar X:" -#: ../plug-ins/common/sphere-designer.c:2820 +#: ../plug-ins/common/sphere-designer.c:2823 msgid "Rotate Y:" msgstr "Rotacionar Y:" -#: ../plug-ins/common/sphere-designer.c:2827 +#: ../plug-ins/common/sphere-designer.c:2830 msgid "Rotate Z:" msgstr "Rotacionar Z:" -#: ../plug-ins/common/sphere-designer.c:2834 +#: ../plug-ins/common/sphere-designer.c:2837 msgid "Position X:" msgstr "Posição X:" -#: ../plug-ins/common/sphere-designer.c:2841 +#: ../plug-ins/common/sphere-designer.c:2844 msgid "Position Y:" msgstr "Posição Y:" -#: ../plug-ins/common/sphere-designer.c:2848 +#: ../plug-ins/common/sphere-designer.c:2851 msgid "Position Z:" msgstr "Posição Z:" -#: ../plug-ins/common/sphere-designer.c:2963 +#: ../plug-ins/common/sphere-designer.c:2966 msgid "Rendering sphere" msgstr "Renderizando esfera" -#: ../plug-ins/common/sphere-designer.c:3013 +#: ../plug-ins/common/sphere-designer.c:3016 msgid "Create an image of a textured sphere" msgstr "Cria uma imagem com uma esfera texturizada" -#: ../plug-ins/common/sphere-designer.c:3020 +#: ../plug-ins/common/sphere-designer.c:3023 msgid "Sphere _Designer..." msgstr "_Designer de esferas..." -#: ../plug-ins/common/sphere-designer.c:3074 +#: ../plug-ins/common/sphere-designer.c:3083 msgid "Region selected for plug-in is empty" msgstr "A região selecionada para o plug-in está vazia" @@ -7412,7 +7446,8 @@ msgstr "ID" #: ../plug-ins/common/unit-editor.c:96 -msgid "This string will be used to identify a unit in GIMP's configuration files." +msgid "" +"This string will be used to identify a unit in GIMP's configuration files." msgstr "" "Esta cadeia de caracteres será usada para identificar uma unidade nos " "arquivos de configuração do GIMP." @@ -7482,7 +7517,8 @@ #: ../plug-ins/common/unit-editor.c:127 msgid "Create a new unit using the currently selected unit as template" -msgstr "Criar uma nova unidade com a unidade atualmente selecionada como modelo." +msgstr "" +"Criar uma nova unidade com a unidade atualmente selecionada como modelo." #: ../plug-ins/common/unit-editor.c:145 msgid "Create or alter units used in GIMP" @@ -7972,7 +8008,8 @@ "\n" "%s" msgstr "" -"Não foi possível analisar o comando especificado para o navegador Web especificado no diálogo de preferências:\n" +"Não foi possível analisar o comando especificado para o navegador Web " +"especificado no diálogo de preferências:\n" "\n" "%s" @@ -7983,7 +8020,8 @@ "\n" "%s" msgstr "" -"Não foi possível executar navegador Web especificado no diálogo de preferências:\n" +"Não foi possível executar navegador Web especificado no diálogo de " +"preferências:\n" "\n" "%s" @@ -8089,68 +8127,70 @@ msgid "Higher values increase the magnitude of the effect" msgstr "Valores maiores aumentam a magnitude do efeito" -#: ../plug-ins/file-bmp/bmp-read.c:86 +#: ../plug-ins/file-bmp/bmp-read.c:88 msgid "Bad colormap" msgstr "Mapa de cor inadequado" -#: ../plug-ins/file-bmp/bmp-read.c:170 ../plug-ins/file-bmp/bmp-read.c:180 -#: ../plug-ins/file-bmp/bmp-read.c:187 ../plug-ins/file-bmp/bmp-read.c:196 -#: ../plug-ins/file-bmp/bmp-read.c:211 ../plug-ins/file-bmp/bmp-read.c:395 -#: ../plug-ins/file-bmp/bmp-read.c:403 ../plug-ins/file-bmp/bmp-read.c:411 -#: ../plug-ins/file-bmp/bmp-read.c:419 +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 #, c-format msgid "'%s' is not a valid BMP file" msgstr "%s não é um arquivo BMP válido" -#: ../plug-ins/file-bmp/bmp-read.c:225 ../plug-ins/file-bmp/bmp-read.c:252 -#: ../plug-ins/file-bmp/bmp-read.c:280 ../plug-ins/file-bmp/bmp-read.c:345 -#: ../plug-ins/file-bmp/bmp-read.c:371 +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 #, c-format msgid "Error reading BMP file header from '%s'" msgstr "Erro ao ler cabeçalho do arquivo BMP de '%s'" -#: ../plug-ins/file-bmp/bmp-read.c:531 +#: ../plug-ins/file-bmp/bmp-read.c:590 msgid "Unrecognized or invalid BMP compression format." msgstr "Formato de compressão do BMP não reconhecido ou inválido" -#: ../plug-ins/file-bmp/bmp-read.c:573 +#: ../plug-ins/file-bmp/bmp-read.c:632 msgid "Unsupported or invalid bitdepth." msgstr "Profundidade de cores não suportada ou inválida." -#: ../plug-ins/file-bmp/bmp-read.c:761 ../plug-ins/file-bmp/bmp-read.c:802 -#: ../plug-ins/file-bmp/bmp-read.c:852 +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 msgid "The bitmap ends unexpectedly." msgstr "O bitmap termina de forma inesperada." #: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210 msgid "Cannot save indexed image with transparency in BMP file format." -msgstr "Não é possível salvar uma imagem indexada com transparência no formato BMP." +msgstr "" +"Não é possível salvar uma imagem indexada com transparência no formato BMP." #: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212 msgid "Alpha channel will be ignored." msgstr "O canal alfa será ignorado." -#: ../plug-ins/file-bmp/bmp-write.c:793 +#: ../plug-ins/file-bmp/bmp-write.c:794 msgid "Save as BMP" msgstr "Salvar como BMP" -#: ../plug-ins/file-bmp/bmp-write.c:816 +#: ../plug-ins/file-bmp/bmp-write.c:817 msgid "_Run-Length Encoded" msgstr "Codificação de comprimento de execução (_RLE) " -#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:899 +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 msgid "_Advanced Options" msgstr "Configurações _avançadas" -#: ../plug-ins/file-bmp/bmp-write.c:843 +#: ../plug-ins/file-bmp/bmp-write.c:844 msgid "16 bits" msgstr "16 bits" -#: ../plug-ins/file-bmp/bmp-write.c:879 +#: ../plug-ins/file-bmp/bmp-write.c:880 msgid "24 bits" msgstr "24 bits" -#: ../plug-ins/file-bmp/bmp-write.c:896 +#: ../plug-ins/file-bmp/bmp-write.c:897 msgid "32 bits" msgstr "32 bits" @@ -8164,7 +8204,8 @@ #: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188 msgid "Flexible Image Transport System" -msgstr "Sistema flexível de transporte de imagens - flexible image transport system" +msgstr "" +"Sistema flexível de transporte de imagens - flexible image transport system" #: ../plug-ins/file-fits/fits.c:368 msgid "Error during open of FITS file" @@ -8265,12 +8306,12 @@ msgstr "Comprimido (PNG)" #. read successfully. add to image -#: ../plug-ins/file-ico/ico-load.c:616 +#: ../plug-ins/file-ico/ico-load.c:624 #, c-format msgid "Icon #%i" msgstr "Ícone nº%i" -#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:630 +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 #: ../plug-ins/file-psd/psd-thumb-load.c:85 #, c-format msgid "Opening thumbnail for '%s'" @@ -8309,67 +8350,67 @@ msgid "Calculating file size..." msgstr "Calculando o tamanho do arquivo..." -#: ../plug-ins/file-jpeg/jpeg-save.c:773 ../plug-ins/file-jpeg/jpeg-save.c:875 +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 msgid "File size: unknown" msgstr "Tamanho do arquivo: desconhecido" -#: ../plug-ins/file-jpeg/jpeg-save.c:826 +#: ../plug-ins/file-jpeg/jpeg-save.c:827 msgid "Save as JPEG" msgstr "Salvar como JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:861 +#: ../plug-ins/file-jpeg/jpeg-save.c:862 msgid "_Quality:" msgstr "_Qualidade:" -#: ../plug-ins/file-jpeg/jpeg-save.c:865 +#: ../plug-ins/file-jpeg/jpeg-save.c:866 msgid "JPEG quality parameter" msgstr "Parâmetro de qualidade do JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:884 +#: ../plug-ins/file-jpeg/jpeg-save.c:885 msgid "Enable preview to obtain the file size." msgstr "Habilite a pré-visualização para ver o tamanho do arquivo" -#: ../plug-ins/file-jpeg/jpeg-save.c:887 +#: ../plug-ins/file-jpeg/jpeg-save.c:888 msgid "Sho_w preview in image window" msgstr "Exibir pré-visualização na janela da imagem" -#: ../plug-ins/file-jpeg/jpeg-save.c:928 +#: ../plug-ins/file-jpeg/jpeg-save.c:929 msgid "S_moothing:" msgstr "Unifor_mizar:" -#: ../plug-ins/file-jpeg/jpeg-save.c:941 +#: ../plug-ins/file-jpeg/jpeg-save.c:942 msgid "Frequency (rows):" msgstr "Freqüência (linhas):" -#: ../plug-ins/file-jpeg/jpeg-save.c:957 +#: ../plug-ins/file-jpeg/jpeg-save.c:958 msgid "Use _restart markers" msgstr "Usar marcadores de reinício " -#: ../plug-ins/file-jpeg/jpeg-save.c:973 +#: ../plug-ins/file-jpeg/jpeg-save.c:974 msgid "_Optimize" msgstr "_Otimizar" -#: ../plug-ins/file-jpeg/jpeg-save.c:987 +#: ../plug-ins/file-jpeg/jpeg-save.c:988 msgid "_Progressive" msgstr "_Progressivo" -#: ../plug-ins/file-jpeg/jpeg-save.c:1003 +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 msgid "Save _EXIF data" msgstr "Salvar dados de _EXIF" -#: ../plug-ins/file-jpeg/jpeg-save.c:1020 +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 msgid "Save _thumbnail" msgstr "Salvar minia_tura" -#: ../plug-ins/file-jpeg/jpeg-save.c:1037 +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 msgid "Save _XMP data" msgstr "Salvar dados de _XMP" -#: ../plug-ins/file-jpeg/jpeg-save.c:1052 +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 msgid "_Use quality settings from original image" msgstr "_Utilizar configurações de qualidade da imagem original" -#: ../plug-ins/file-jpeg/jpeg-save.c:1058 +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 msgid "" "If the original image was loaded from a JPEG file using non-standard quality " "settings (quantization tables), enable this option to get almost the same " @@ -8380,48 +8421,48 @@ "obter quase as mesmas qualidade e tamanho do arquivo." #. Subsampling -#: ../plug-ins/file-jpeg/jpeg-save.c:1082 +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 msgid "Su_bsampling:" msgstr "Su_b-amostragem:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1089 +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 msgid "1x1,1x1,1x1 (best quality)" msgstr "1x1,1x1,1x1 (melhor qualidade)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1091 +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 msgid "2x1,1x1,1x1 (4:2:2)" msgstr "2x1,1x1,1x1 (4:2:2)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1093 +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 msgid "1x2,1x1,1x1" msgstr "1x2, 1x1, 1x1" -#: ../plug-ins/file-jpeg/jpeg-save.c:1095 +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 msgid "2x2,1x1,1x1 (smallest file)" msgstr "2x2,1x1,1x1 (menor arquivo)" #. DCT method -#: ../plug-ins/file-jpeg/jpeg-save.c:1125 +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 msgid "_DCT method:" msgstr "Método _DCT:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1131 +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 msgid "Fast Integer" msgstr "Inteiro rápido" -#: ../plug-ins/file-jpeg/jpeg-save.c:1132 +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 msgid "Integer" msgstr "Inteiro" -#: ../plug-ins/file-jpeg/jpeg-save.c:1133 +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 msgid "Floating-Point" msgstr "Ponto flutuante" -#: ../plug-ins/file-jpeg/jpeg-save.c:1149 +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 msgid "Comment" msgstr "Comentário" -#: ../plug-ins/file-jpeg/jpeg-save.c:1194 +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 msgid "Sa_ve Defaults" msgstr "Sal_var Conf. como Padrão" @@ -8454,46 +8495,76 @@ msgid "Too many channels in file: %d" msgstr "Há canais demais no arquivo: %d" -#: ../plug-ins/file-psd/psd-load.c:314 +#: ../plug-ins/file-psd/psd-load.c:311 +#, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Tamanho da imagem não suportado ou inválido: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:323 #, c-format msgid "Unsupported color mode: %s" msgstr "Modo de cores não suportado: %s" -#: ../plug-ins/file-psd/psd-load.c:341 +#: ../plug-ins/file-psd/psd-load.c:350 #, c-format msgid "Unsupported bit depth: %d" msgstr "Profundidade de cores não suportada: %d" -#: ../plug-ins/file-psd/psd-load.c:375 ../plug-ins/file-psd/psd-load.c:385 -#: ../plug-ins/file-psd/psd-load.c:604 ../plug-ins/file-psd/psd-load.c:785 +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 #, c-format msgid "The file is corrupt!" msgstr "O arquivo está corrompido!" -#: ../plug-ins/file-psd/psd-load.c:545 +#: ../plug-ins/file-psd/psd-load.c:554 #, c-format msgid "Too many channels in layer: %d" msgstr "Muitos canais na camada: %d" -#: ../plug-ins/file-psd/psd-load.c:552 +#: ../plug-ins/file-psd/psd-load.c:562 #, c-format msgid "Unsupported or invalid layer height: %d" msgstr "Altura da imagem não suportada ou inválida: %d" -#: ../plug-ins/file-psd/psd-load.c:559 +#: ../plug-ins/file-psd/psd-load.c:570 #, c-format msgid "Unsupported or invalid layer width: %d" msgstr "Largura da imagem não suportada ou inválida: %d" -#: ../plug-ins/file-psd/psd-load.c:1150 ../plug-ins/file-psd/psd-load.c:1499 +#: ../plug-ins/file-psd/psd-load.c:579 +#, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "Tamanho da camada não suportado ou inválido: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:763 +#, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "Altura da máscara da camada não suportada ou inválida: %d" + +#: ../plug-ins/file-psd/psd-load.c:771 +#, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "Largura da máscara da camada não suportada ou inválida: %d" + +#: ../plug-ins/file-psd/psd-load.c:780 +#, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "Tamanho da máscara da camada não suportado ou inválido: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 #, c-format msgid "Unsupported compression mode: %d" msgstr "Modo de compressão não suportado: %d" -#: ../plug-ins/file-psd/psd-load.c:1588 +#: ../plug-ins/file-psd/psd-load.c:1644 msgid "Extra" msgstr "Extra" +#: ../plug-ins/file-psd/psd-load.c:1819 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "Tamanho do canal não suportado ou inválido" + #: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 #: ../plug-ins/file-psd/psd.c:153 msgid "Photoshop image" @@ -8508,13 +8579,13 @@ "Não é possível salvar uma camada com modo \"%s\". Ou o formato PSD ou o plug-" "in de PSD não suportam esse modo. Usando modo normal." -#: ../plug-ins/file-psd/psd-save.c:628 +#: ../plug-ins/file-psd/psd-save.c:631 msgid "Error: Can't convert GIMP base imagetype to PSD mode" msgstr "" "Erro: Não foi possível converter o tipo de imagem base do GIMP para o modo " "PSD" -#: ../plug-ins/file-psd/psd-save.c:1596 +#: ../plug-ins/file-psd/psd-save.c:1605 #, c-format msgid "" "Unable to save '%s'. The PSD file format does not support images that are " @@ -8523,7 +8594,7 @@ "Não é possível salvar '%s'. O formato de arquivo PSD não suporta imagens que " "tenham mais de 30000 pixels de largura ou de altura." -#: ../plug-ins/file-psd/psd-save.c:1611 +#: ../plug-ins/file-psd/psd-save.c:1620 #, c-format msgid "" "Unable to save '%s'. The PSD file format does not support images with " @@ -8540,33 +8611,48 @@ msgid "Silicon Graphics IRIS image" msgstr "Imagem IRIS da Silicon Graphics" -#: ../plug-ins/file-sgi/sgi.c:326 +#: ../plug-ins/file-sgi/sgi.c:325 #, c-format msgid "Could not open '%s' for reading." msgstr "Não é possível abrir arquivo '%s' para leitura." -#: ../plug-ins/file-sgi/sgi.c:549 +#: ../plug-ins/file-sgi/sgi.c:341 +#, c-format +msgid "Invalid width: %hu" +msgstr "Largura inválida: %hu" + +#: ../plug-ins/file-sgi/sgi.c:348 +#, c-format +msgid "Invalid height: %hu" +msgstr "Altura inválida: %hu" + +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "Número de canais inválido: %hu" + +#: ../plug-ins/file-sgi/sgi.c:569 #, c-format msgid "Could not open '%s' for writing." msgstr "Não é possível abrir arquivo '%s' para escrita" -#: ../plug-ins/file-sgi/sgi.c:629 +#: ../plug-ins/file-sgi/sgi.c:649 msgid "Save as SGI" msgstr "Salvar como SGI" -#: ../plug-ins/file-sgi/sgi.c:645 +#: ../plug-ins/file-sgi/sgi.c:665 msgid "Compression type" msgstr "Tipo de compressão" -#: ../plug-ins/file-sgi/sgi.c:649 +#: ../plug-ins/file-sgi/sgi.c:669 msgid "No compression" msgstr "Nenhuma compressão" -#: ../plug-ins/file-sgi/sgi.c:651 +#: ../plug-ins/file-sgi/sgi.c:671 msgid "RLE compression" msgstr "Compressão RLE" -#: ../plug-ins/file-sgi/sgi.c:653 +#: ../plug-ins/file-sgi/sgi.c:673 msgid "" "Aggressive RLE\n" "(not supported by SGI)" @@ -9040,7 +9126,8 @@ msgstr "Inferior:" #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773 -msgid "The higher the number of iterations, the more details will be calculated" +msgid "" +"The higher the number of iterations, the more details will be calculated" msgstr "Quanto maior o nnúmero de interações, mais detalhes serão calculados" #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781 @@ -9654,7 +9741,8 @@ msgstr "_GFig..." #: ../plug-ins/gfig/gfig.c:731 -msgid "Error trying to save figure as a parasite: can't attach parasite to drawable." +msgid "" +"Error trying to save figure as a parasite: can't attach parasite to drawable." msgstr "" "Erro ao tentar salvar figura como um parasita: não foi possível anexar " "parasita ao desenhável." @@ -9662,7 +9750,8 @@ #: ../plug-ins/gfig/gfig.c:758 #, c-format msgid "Error trying to open temporary file '%s' for parasite loading: %s" -msgstr "Erro ao tentar abrir arquivo temporário '%s' para carregar parasita: %s" +msgstr "" +"Erro ao tentar abrir arquivo temporário '%s' para carregar parasita: %s" #: ../plug-ins/gimpressionist/brush.c:247 msgid "Can only save drawables!" @@ -9704,7 +9793,8 @@ #: ../plug-ins/gimpressionist/brush.c:616 #: ../plug-ins/gimpressionist/paper.c:210 msgid "Specifies the amount of embossing to apply to the image (in percent)" -msgstr "Especifica a quantidade de relevo a ser aplicada à imagem (em porcentagem)" +msgstr "" +"Especifica a quantidade de relevo a ser aplicada à imagem (em porcentagem)" #: ../plug-ins/gimpressionist/color.c:60 msgid "Co_lor" @@ -9811,8 +9901,10 @@ msgstr "Profundidade da sombra:" #: ../plug-ins/gimpressionist/general.c:262 -msgid "The depth of the drop shadow, i.e. how far apart from the object it should be" -msgstr "A profundidade da sombra, isto é, a distância que ela deve estar do objeto" +msgid "" +"The depth of the drop shadow, i.e. how far apart from the object it should be" +msgstr "" +"A profundidade da sombra, isto é, a distância que ela deve estar do objeto" #: ../plug-ins/gimpressionist/general.c:267 msgid "Shadow blur:" @@ -9889,7 +9981,8 @@ msgid "" "The distance from the center of the image determines the direction of the " "stroke" -msgstr "A distância a partir do centro da imagem determina a direção da pincelada" +msgstr "" +"A distância a partir do centro da imagem determina a direção da pincelada" #: ../plug-ins/gimpressionist/orientation.c:165 msgid "Selects a random direction of each stroke" @@ -10201,12 +10294,15 @@ msgstr "Tamanho:" #: ../plug-ins/gimpressionist/size.c:160 -msgid "Let the value (brightness) of the region determine the size of the stroke" +msgid "" +"Let the value (brightness) of the region determine the size of the stroke" msgstr "Deixar o valor (brilho) da região determinar o tamanho da pincelada" #: ../plug-ins/gimpressionist/size.c:164 -msgid "The distance from the center of the image determines the size of the stroke" -msgstr "A distância a partir do centro da imagem determina o tamanho da pincelada" +msgid "" +"The distance from the center of the image determines the size of the stroke" +msgstr "" +"A distância a partir do centro da imagem determina o tamanho da pincelada" #: ../plug-ins/gimpressionist/size.c:168 msgid "Selects a random size for each stroke" @@ -10569,76 +10665,76 @@ msgstr "Clarões _secundários " #: ../plug-ins/help-browser/dialog.c:186 -#: ../plug-ins/help-browser/dialog.c:1134 +#: ../plug-ins/help-browser/dialog.c:1121 msgid "GIMP Help Browser" msgstr "Navegador de ajuda do GIMP" -#: ../plug-ins/help-browser/dialog.c:566 +#: ../plug-ins/help-browser/dialog.c:564 msgid "Go back one page" msgstr "Volta uma página" -#: ../plug-ins/help-browser/dialog.c:571 +#: ../plug-ins/help-browser/dialog.c:569 msgid "Go forward one page" msgstr "Avança uma página" -#: ../plug-ins/help-browser/dialog.c:576 +#: ../plug-ins/help-browser/dialog.c:574 msgid "_Reload" msgstr "_Recarregar:" -#: ../plug-ins/help-browser/dialog.c:576 +#: ../plug-ins/help-browser/dialog.c:574 msgid "Reload current page" msgstr "Carrega novamente a página atual" -#: ../plug-ins/help-browser/dialog.c:581 +#: ../plug-ins/help-browser/dialog.c:579 msgid "_Stop" msgstr "_Parar" -#: ../plug-ins/help-browser/dialog.c:581 +#: ../plug-ins/help-browser/dialog.c:579 msgid "Stop loading this page" msgstr "Para de carregar esta página" -#: ../plug-ins/help-browser/dialog.c:586 +#: ../plug-ins/help-browser/dialog.c:584 msgid "Go to the index page" msgstr "Vai para o índice" -#: ../plug-ins/help-browser/dialog.c:591 +#: ../plug-ins/help-browser/dialog.c:589 msgid "C_opy location" msgstr "Copiar localização" -#: ../plug-ins/help-browser/dialog.c:592 +#: ../plug-ins/help-browser/dialog.c:590 msgid "Copy the location of this page to the clipboard" msgstr "Copia o endereço desta página para a área de transferência" -#: ../plug-ins/help-browser/dialog.c:612 +#: ../plug-ins/help-browser/dialog.c:610 msgid "Find text in current page" msgstr "Encontrar texto na página atual" -#: ../plug-ins/help-browser/dialog.c:617 +#: ../plug-ins/help-browser/dialog.c:615 msgid "Find _Again" msgstr "Encontrar no_vamente" -#: ../plug-ins/help-browser/dialog.c:636 +#: ../plug-ins/help-browser/dialog.c:634 msgid "S_how Index" msgstr "E_xibir índice" -#: ../plug-ins/help-browser/dialog.c:637 +#: ../plug-ins/help-browser/dialog.c:635 msgid "Toggle the visibility of the sidebar" msgstr "Liga/desl. a visibilidade da barra lateral" -#: ../plug-ins/help-browser/dialog.c:658 +#: ../plug-ins/help-browser/dialog.c:656 msgid "Visit the GIMP documentation website" msgstr "Visite o site de documentação do GIMP" -#: ../plug-ins/help-browser/dialog.c:1175 +#: ../plug-ins/help-browser/dialog.c:1162 msgid "Find:" msgstr "Encontrar:" -#: ../plug-ins/help-browser/dialog.c:1192 +#: ../plug-ins/help-browser/dialog.c:1179 msgctxt "search" msgid "_Previous" msgstr "_Anterior" -#: ../plug-ins/help-browser/dialog.c:1204 +#: ../plug-ins/help-browser/dialog.c:1191 msgctxt "search" msgid "_Next" msgstr "Próxima" @@ -10662,7 +10758,8 @@ #: ../plug-ins/help/gimphelpdomain.c:197 msgid "Perhaps you are missing GIO backends and need to install GVFS?" -msgstr "Talvez você esteja sem as funcionalidades GIO e necessite instalar o GVFS? " +msgstr "" +"Talvez você esteja sem as funcionalidades GIO e necessite instalar o GVFS? " #: ../plug-ins/help/gimphelpdomain.c:216 #, c-format @@ -11624,7 +11721,8 @@ #: ../plug-ins/lighting/lighting-ui.c:313 msgid "Make destination image transparent where bump height is zero" -msgstr "Tornar a imagem de destino transparente onde a altura do relevo for zero" +msgstr "" +"Tornar a imagem de destino transparente onde a altura do relevo for zero" #: ../plug-ins/lighting/lighting-ui.c:316 msgid "Cre_ate new image" @@ -11989,7 +12087,8 @@ #: ../plug-ins/map-object/map-object-ui.c:593 msgid "Stop when pixel differences are smaller than this value" -msgstr "Parar quando as diferenças entre os pixels forem menores do que este valor" +msgstr "" +"Parar quando as diferenças entre os pixels forem menores do que este valor" #: ../plug-ins/map-object/map-object-ui.c:628 msgid "Point light" @@ -12216,7 +12315,8 @@ #: ../plug-ins/metadata/xmp-parse.c:277 #, c-format msgid "Expected text or optional element <%s>, found <%s> instead" -msgstr "Era esperado texto ou elemento opcional <%s> - entretanto <%s> foi encontrado" +msgstr "" +"Era esperado texto ou elemento opcional <%s> - entretanto <%s> foi encontrado" #: ../plug-ins/metadata/xmp-parse.c:281 #, c-format @@ -12243,25 +12343,25 @@ msgid "Nested elements (<%s>) are not allowed in this context" msgstr "Elementos (<%s>) aninhados não são permitidos neste contexto" -#: ../plug-ins/metadata/xmp-parse.c:1005 +#: ../plug-ins/metadata/xmp-parse.c:1010 #, c-format msgid "End of element <%s> not expected in this context" msgstr "O final do elemento <%s> nao era esperado neste contexto" -#: ../plug-ins/metadata/xmp-parse.c:1107 +#: ../plug-ins/metadata/xmp-parse.c:1112 #, c-format msgid "The current element (<%s>) cannot contain text" msgstr "O elemento atual (<%s>) não pode conter texto" -#: ../plug-ins/metadata/xmp-parse.c:1132 +#: ../plug-ins/metadata/xmp-parse.c:1137 msgid "XMP packets must start with " msgstr "Os pacotes XMP devem começar com " -#: ../plug-ins/metadata/xmp-parse.c:1146 +#: ../plug-ins/metadata/xmp-parse.c:1151 msgid "XMP packets must end with " msgstr "Os pacotes XMP devem terminar com " -#: ../plug-ins/metadata/xmp-parse.c:1159 +#: ../plug-ins/metadata/xmp-parse.c:1164 msgid "XMP cannot contain XML comments or processing instructions" msgstr "XMP não pode conter comentários XML ou instruções de processamento" @@ -12454,4 +12554,3 @@ #: ../plug-ins/win-snap/winsnap.c:1142 msgid "No data captured" msgstr "Nenhum dado capturado" - diff -Nru gimp-2.6.11/po-plug-ins/pt.po gimp-2.6.12/po-plug-ins/pt.po --- gimp-2.6.11/po-plug-ins/pt.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/pt.po 2012-01-31 13:50:16.000000000 +0000 @@ -4,13804 +4,13039 @@ # # Filipe Maia , 2002 # Duarte Loreto , 2003, 2004. -# -# Baseados na versão brasileira de -# Marcia Norie Nakaza , 2000. -# +# Pedro Barreira , 2010. msgid "" msgstr "" "Project-Id-Version: 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-28 15:41+0100\n" -"PO-Revision-Date: 2004-03-21 20:30+0000\n" -"Last-Translator: Duarte Loreto \n" -"Language-Team: Portuguese \n" +"POT-Creation-Date: 2011-01-24 00:52+0000\n" +"PO-Revision-Date: 2011-01-17 10:28+0100\n" +"Last-Translator: Pedro Barreira \n" +"Language-Team: gnome_pt \n" +"Language: Portuguese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Poedit-Language: Portuguese\n" +"X-Poedit-Country: PORTUGAL\n" +"X-Poedit-SourceCharset: utf-8\n" -#: plug-ins/FractalExplorer/Dialogs.c:523 plug-ins/gfig/gfig-dialog.c:283 -#: plug-ins/gflare/gflare.c:891 -#, c-format -msgid "" -"No %s in gimprc:\n" -"You need to add an entry like\n" -"(%s \"%s\")\n" -"to your %s file." -msgstr "" -"Nenhum %s em gimprc:\n" -"Tem de adicionar uma entrada como a seguinte\n" -"(%s \"%s\")\n" -"ao seu ficheiro %s." +#: ../plug-ins/color-rotate/color-rotate-dialog.c:119 +msgid "Original" +msgstr "Original" -#: plug-ins/FractalExplorer/Dialogs.c:543 -#: plug-ins/FractalExplorer/Dialogs.c:1647 plug-ins/imagemap/imap_about.c:39 -#: plug-ins/print/gimp_main_window.c:367 -msgid "About" -msgstr "Sobre" - -#: plug-ins/FractalExplorer/Dialogs.c:608 -msgid "Realtime Preview" -msgstr "Antever Em Tempo Real" - -#: plug-ins/FractalExplorer/Dialogs.c:615 -msgid "If you enable this option the preview will be redrawn automatically" -msgstr "Se activar esta opção a antevisão será redesenhada automaticamente" - -#: plug-ins/FractalExplorer/Dialogs.c:618 -msgid "Redraw" -msgstr "Redesenhar" - -#: plug-ins/FractalExplorer/Dialogs.c:624 -msgid "Redraw preview" -msgstr "Antevisão do desenho" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:137 +msgid "Rotated" +msgstr "Rodado" -#. Zoom Options -#: plug-ins/FractalExplorer/Dialogs.c:627 plug-ins/imagemap/imap_popup.c:146 -msgid "Zoom" -msgstr "Zoom" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:155 +msgid "Continuous update" +msgstr "Actualização contínua" -#: plug-ins/FractalExplorer/Dialogs.c:655 -msgid "Undo last zoom" -msgstr "Desfaz último zoom" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:168 +msgid "Area:" +msgstr "Área:" -#: plug-ins/FractalExplorer/Dialogs.c:665 -msgid "Redo last zoom" -msgstr "Refazer último zoom" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:172 +msgid "Entire Layer" +msgstr "Camada Inteira" -#: plug-ins/FractalExplorer/Dialogs.c:680 -msgid "_Parameters" -msgstr "_Parâmetros" +#. Create selection +#: ../plug-ins/color-rotate/color-rotate-dialog.c:173 +#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367 +#: ../plug-ins/selection-to-path/selection-to-path.c:433 +msgid "Selection" +msgstr "Selecção" -#: plug-ins/FractalExplorer/Dialogs.c:683 -msgid "Fractal Parameters" -msgstr "Parâmetros de Fractais" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:174 +msgid "Context" +msgstr "Contexto" -#: plug-ins/FractalExplorer/Dialogs.c:696 -msgid "XMIN:" -msgstr "XMIN:" +#. spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:299 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:377 +#: ../plug-ins/common/color-to-alpha.c:410 ../plug-ins/file-fli/fli-gimp.c:875 +#: ../plug-ins/file-fli/fli-gimp.c:945 +msgid "From:" +msgstr "A partir de:" -#: plug-ins/FractalExplorer/Dialogs.c:699 -msgid "Change the first (minimal) x-coordinate delimitation" -msgstr "\"Alterar a primeira (mínima) delimitação da coordenada-x" +#. spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:325 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:378 +#: ../plug-ins/file-fli/fli-gimp.c:884 ../plug-ins/file-fli/fli-gimp.c:954 +msgid "To:" +msgstr "Para:" -#: plug-ins/FractalExplorer/Dialogs.c:707 -msgid "XMAX:" -msgstr "XMAX:" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:419 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 +msgid "Gray" +msgstr "Cinzento" -#: plug-ins/FractalExplorer/Dialogs.c:710 -msgid "Change the second (maximal) x-coordinate delimitation" -msgstr "Altera a segunda delimitação (máxima) da coordenada x" +#. Gray: Circle: Spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:467 +msgid "Hue:" +msgstr "Matiz:" -#: plug-ins/FractalExplorer/Dialogs.c:718 -msgid "YMIN:" -msgstr "YMIN:" +#. Gray: Circle: Spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:494 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:556 +msgid "Saturation:" +msgstr "Saturação:" -#: plug-ins/FractalExplorer/Dialogs.c:721 -msgid "Change the first (minimal) y-coordinate delimitation" -msgstr "Altera a primeira delimitação (mínima) da coordenada y" +#. * Gray: Operation-Mode * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:514 +msgid "Gray Mode" +msgstr "Modo Cinzentos" -#: plug-ins/FractalExplorer/Dialogs.c:729 -msgid "YMAX:" -msgstr "YMAX:" +#. Gray: Operation-Mode: two radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:523 +msgid "Treat as this" +msgstr "Tratar como este" -#: plug-ins/FractalExplorer/Dialogs.c:732 -msgid "Change the second (maximal) y-coordinate delimitation" -msgstr "Altera a segunda delimitação (máxima) da coordenada y" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:535 +msgid "Change to this" +msgstr "Mudar para este" -#: plug-ins/FractalExplorer/Dialogs.c:740 -msgid "ITER:" -msgstr "ITER:" +#. * Gray: What is gray? * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:548 +msgid "Gray Threshold" +msgstr "Limite de Cinzentos" -#: plug-ins/FractalExplorer/Dialogs.c:743 -msgid "" -"Change the iteration value. The higher it is, the more details will be " -"calculated, which will take more time" -msgstr "" -"Altera o valor de iteração. Quanto maior, mais detalhes serão calculados e " -"levará mais tempo" +#. * Misc: Used unit selection * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:588 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:698 +msgid "Units" +msgstr "Unidades" -#: plug-ins/FractalExplorer/Dialogs.c:752 -msgid "CX:" -msgstr "CX:" +#. Misc: Used unit selection: 3 radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:597 +msgid "Radians" +msgstr "Radianos" -#: plug-ins/FractalExplorer/Dialogs.c:755 -msgid "" -"Change the CX value (changes aspect of fractal, active with every fractal " -"but Mandelbrot and Sierpinski)" -msgstr "" -"Altera o valor CX (altera o aspecto do fractal, activo em todos os fractais " -"excepto Mandelbrot e Sierpinski)" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:609 +msgid "Radians/Pi" +msgstr "Radianos/Pi" -#: plug-ins/FractalExplorer/Dialogs.c:764 -msgid "CY:" -msgstr "CY:" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:621 +msgid "Degrees" +msgstr "Graus" -#: plug-ins/FractalExplorer/Dialogs.c:767 -msgid "" -"Change the CY value (changes aspect of fractal, active with every fractal " -"but Mandelbrot and Sierpinski)" -msgstr "" -"Altera o valor CY (altera o aspecto do fractal, activo em todos os fractais " -"excepto Mandelbrot e Sierpinski)" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:652 +msgid "Rotate Colors" +msgstr "Rodar Cores" -#: plug-ins/FractalExplorer/Dialogs.c:784 -msgid "Load a fractal from file" -msgstr "Carrega um fractal do ficheiro" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:692 +msgid "Main Options" +msgstr "Opções Principais" -#: plug-ins/FractalExplorer/Dialogs.c:792 -msgid "Reset parameters to default values" -msgstr "Restaura parâmetros para valores por omissão" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:695 +msgid "Gray Options" +msgstr "Opções de Cinzentos" -#: plug-ins/FractalExplorer/Dialogs.c:801 -msgid "Save active fractal to file" -msgstr "Gravar fractal activo ao ficheiro" +#: ../plug-ins/color-rotate/color-rotate-stock.c:35 +msgid "Switch to Clockwise" +msgstr "Mudar para Sentido Horário" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:37 +msgid "Switch to C/Clockwise" +msgstr "Mudar para Anti-horário" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:39 +msgid "Change Order of Arrows" +msgstr "Alterar Ordem das Setas" -#. Fractal type toggle box -#: plug-ins/FractalExplorer/Dialogs.c:804 -msgid "Fractal Type" -msgstr "Tipo de Fractal" +#: ../plug-ins/color-rotate/color-rotate-stock.c:41 +#: ../plug-ins/imagemap/imap_cmd_select_all.c:51 +msgid "Select All" +msgstr "Seleccionar Tudo" -#: plug-ins/FractalExplorer/Dialogs.c:817 -msgid "Mandelbrot" -msgstr "Mandelbrot" +#: ../plug-ins/color-rotate/color-rotate.c:99 +msgid "Replace a range of colors with another" +msgstr "Substituir uma faixa de cores por outras" + +#: ../plug-ins/color-rotate/color-rotate.c:106 +msgid "_Rotate Colors..." +msgstr "_Rodar Cores..." + +#: ../plug-ins/color-rotate/color-rotate.c:140 +msgid "Rotating the colors" +msgstr "A rodar as cores" -#: plug-ins/FractalExplorer/Dialogs.c:819 -msgid "Julia" -msgstr "Julia" +#: ../plug-ins/common/alien-map.c:140 +msgid "_Modify red channel" +msgstr "_Modificar Canal Vermelho" -#: plug-ins/FractalExplorer/Dialogs.c:821 -msgid "Barnsley 1" -msgstr "Barnsley 1" +#: ../plug-ins/common/alien-map.c:140 +msgid "_Modify hue channel" +msgstr "_Modificar canal da Matiz" -#: plug-ins/FractalExplorer/Dialogs.c:823 -msgid "Barnsley 2" -msgstr "Barnsley 2" +#: ../plug-ins/common/alien-map.c:141 +msgid "Mo_dify green channel" +msgstr "Mo_dificar Canal Verde" -#: plug-ins/FractalExplorer/Dialogs.c:825 -msgid "Barnsley 3" -msgstr "Barnsley 3" +#: ../plug-ins/common/alien-map.c:141 +msgid "Mo_dify saturation channel" +msgstr "Mo_dificar Canal de Saturação" -#: plug-ins/FractalExplorer/Dialogs.c:827 -msgid "Spider" -msgstr "Spider" +#: ../plug-ins/common/alien-map.c:142 +msgid "Mod_ify blue channel" +msgstr "Mod_ificar Canal Azul" -#: plug-ins/FractalExplorer/Dialogs.c:829 -msgid "Man'o'war" -msgstr "Man'o'war" +#: ../plug-ins/common/alien-map.c:142 +msgid "Mod_ify luminosity channel" +msgstr "Mod_ificar Canal da Luminosidade" -#: plug-ins/FractalExplorer/Dialogs.c:831 -msgid "Lambda" -msgstr "Lambda" +#: ../plug-ins/common/alien-map.c:147 +msgid "Red _frequency:" +msgstr "_Frequência do Vermelho:" -#: plug-ins/FractalExplorer/Dialogs.c:833 -msgid "Sierpinski" -msgstr "Sierpinski" +#: ../plug-ins/common/alien-map.c:147 +msgid "Hue _frequency:" +msgstr "_Frequência da Matiz:" -#: plug-ins/FractalExplorer/Dialogs.c:879 plug-ins/common/sinus.c:879 -msgid "Co_lors" -msgstr "C_ores" +#: ../plug-ins/common/alien-map.c:148 +msgid "Green fr_equency:" +msgstr "Fr_equência do Verde:" -#. Number of Colors frame -#: plug-ins/FractalExplorer/Dialogs.c:883 plug-ins/common/borderaverage.c:405 -msgid "Number of Colors" -msgstr "Número de Cores" +#: ../plug-ins/common/alien-map.c:148 +msgid "Saturation fr_equency:" +msgstr "Fr_equência da Saturação:" -#: plug-ins/FractalExplorer/Dialogs.c:895 -msgid "Number of colors:" -msgstr "Número de cores:" +#: ../plug-ins/common/alien-map.c:149 +msgid "Blue freq_uency:" +msgstr "Freq_uência do Azul:" -#: plug-ins/FractalExplorer/Dialogs.c:898 -msgid "Change the number of colors in the mapping" -msgstr "Altera o número de cores no mapeamento" +#: ../plug-ins/common/alien-map.c:149 +msgid "Luminosity freq_uency:" +msgstr "Freq_uência da Luminosidade:" -#: plug-ins/FractalExplorer/Dialogs.c:905 -msgid "Use loglog smoothing" -msgstr "Utilizar uniformidade de registro" +#: ../plug-ins/common/alien-map.c:151 +msgid "Red _phaseshift:" +msgstr "Ajuste da Fase do Ve_rmelho:" -#: plug-ins/FractalExplorer/Dialogs.c:912 -msgid "Use log log smoothing to eliminate \"banding\" in the result" -msgstr "" -"Utiliza uniformidade de registro para eliminar \"ligação\" no resultado" +#: ../plug-ins/common/alien-map.c:151 +msgid "Hue _phaseshift:" +msgstr "Ajuste da Fase da _Matiz:" -#. Color Density frame -#: plug-ins/FractalExplorer/Dialogs.c:916 -msgid "Color Density" -msgstr "Densidade Cores" +#: ../plug-ins/common/alien-map.c:152 +msgid "Green ph_aseshift:" +msgstr "_Ajuste da Fase do Verde:" -#. These values are translated for the GUI but also used internally -#. to figure out which button the user pushed, etc. -#. Not my design, please don't blame me -- njl -#: plug-ins/FractalExplorer/Dialogs.c:928 plug-ins/common/compose.c:128 -#: plug-ins/common/compose.c:138 plug-ins/common/fp.c:217 -msgid "Red:" -msgstr "Vermelho:" +#: ../plug-ins/common/alien-map.c:152 +msgid "Saturation ph_aseshift:" +msgstr "_Ajuste da Fase da Saturação:" -#: plug-ins/FractalExplorer/Dialogs.c:931 -msgid "Change the intensity of the red channel" -msgstr "Altera intensidade do canal vermelho" +#: ../plug-ins/common/alien-map.c:153 +msgid "Blue pha_seshift:" +msgstr "Ajuste da Fa_se do Azul:" -#: plug-ins/FractalExplorer/Dialogs.c:938 plug-ins/common/compose.c:129 -#: plug-ins/common/compose.c:139 plug-ins/common/fp.c:218 -msgid "Green:" -msgstr "Verde:" +#: ../plug-ins/common/alien-map.c:153 +msgid "Luminosity pha_seshift:" +msgstr "Ajuste da Fa_se da Luminosidade:" -#: plug-ins/FractalExplorer/Dialogs.c:941 -msgid "Change the intensity of the green channel" -msgstr "Altera intensidade do canal verde" +#: ../plug-ins/common/alien-map.c:183 +msgid "Alter colors in various psychedelic ways" +msgstr "Alterar as cores em várias maneiras psicadélicas" + +#: ../plug-ins/common/alien-map.c:188 +msgid "_Alien Map..." +msgstr "_Mapa de cores Estranho..." + +#: ../plug-ins/common/alien-map.c:320 +msgid "Alien Map: Transforming" +msgstr "Mapa de cores Estranho : Transformando" + +#: ../plug-ins/common/alien-map.c:393 +msgid "Alien Map" +msgstr "Mapa de cores Estranho (Alien Map)" -#: plug-ins/FractalExplorer/Dialogs.c:948 plug-ins/common/compose.c:130 -#: plug-ins/common/compose.c:140 plug-ins/common/fp.c:219 -msgid "Blue:" -msgstr "Azul:" +#: ../plug-ins/common/alien-map.c:441 ../plug-ins/common/alien-map.c:465 +#: ../plug-ins/common/alien-map.c:489 +msgid "Number of cycles covering full value range" +msgstr "O número de ciclos cobrindo toda a gama de valores" -#: plug-ins/FractalExplorer/Dialogs.c:951 -msgid "Change the intensity of the blue channel" -msgstr "Altera intensidade do canal azul" +#: ../plug-ins/common/alien-map.c:453 ../plug-ins/common/alien-map.c:477 +#: ../plug-ins/common/alien-map.c:501 +msgid "Phase angle, range 0-360" +msgstr "Ângulo da fase, de 0 a 360" -#. Color Function frame -#: plug-ins/FractalExplorer/Dialogs.c:957 -msgid "Color Function" -msgstr "Função Cores" +#. Propagate Mode +#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:611 +#: ../plug-ins/common/value-propagate.c:1120 ../plug-ins/common/waves.c:277 +msgid "Mode" +msgstr "Modo" -#. Redmode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:966 plug-ins/common/channel_mixer.c:523 -#: plug-ins/common/decompose.c:133 -msgid "Red" -msgstr "Vermelho" +#: ../plug-ins/common/alien-map.c:519 +msgid "_RGB color model" +msgstr "Modelo de cor _RGB" -#: plug-ins/FractalExplorer/Dialogs.c:970 -#: plug-ins/FractalExplorer/Dialogs.c:1011 -#: plug-ins/FractalExplorer/Dialogs.c:1052 -msgid "Sine" -msgstr "Seno" +#: ../plug-ins/common/alien-map.c:520 +msgid "_HSL color model" +msgstr "Modelo de cor _HSL" -#: plug-ins/FractalExplorer/Dialogs.c:972 -#: plug-ins/FractalExplorer/Dialogs.c:1013 -#: plug-ins/FractalExplorer/Dialogs.c:1054 -msgid "Cosine" -msgstr "Cosseno" +#: ../plug-ins/common/align-layers.c:128 +msgid "Align all visible layers of the image" +msgstr "Alinha todas as camadas visíveis desta imagem" + +#: ../plug-ins/common/align-layers.c:133 +msgid "Align Visi_ble Layers..." +msgstr "A_linhar Camadas Visíveis" + +#: ../plug-ins/common/align-layers.c:173 +msgid "There are not enough layers to align." +msgstr "Não existem camadas suficientes para serem alinhadas." + +#: ../plug-ins/common/align-layers.c:400 +msgid "Align Visible Layers" +msgstr "Alinhar Camadas Visíveis" -#: plug-ins/FractalExplorer/Dialogs.c:974 -#: plug-ins/FractalExplorer/Dialogs.c:1015 -#: plug-ins/FractalExplorer/Dialogs.c:1056 plug-ins/Lighting/lighting_ui.c:369 -#: plug-ins/common/CML_explorer.c:168 plug-ins/common/align_layers.c:416 -#: plug-ins/common/align_layers.c:447 plug-ins/common/postscript.c:3019 -#: plug-ins/common/postscript.c:3031 plug-ins/common/psp.c:416 -#: plug-ins/fits/fits.c:1012 +#. if and how to center the image on the page +#: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/file-fits/fits.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1081 +#: ../plug-ins/lighting/lighting-ui.c:416 +#: ../plug-ins/print/print-page-layout.c:449 msgid "None" msgstr "Nenhum" -#: plug-ins/FractalExplorer/Dialogs.c:979 -#: plug-ins/FractalExplorer/Dialogs.c:1020 -#: plug-ins/FractalExplorer/Dialogs.c:1061 -msgid "Use sine-function for this color component" -msgstr "Utilizar função de seno para componente vermelho" +#: ../plug-ins/common/align-layers.c:425 ../plug-ins/common/align-layers.c:456 +msgid "Collect" +msgstr "Reunir" -#: plug-ins/FractalExplorer/Dialogs.c:982 -#: plug-ins/FractalExplorer/Dialogs.c:1023 -#: plug-ins/FractalExplorer/Dialogs.c:1064 -msgid "Use cosine-function for this color component" -msgstr "Utilizar função de cosseno para componente vermelho" +#: ../plug-ins/common/align-layers.c:426 +msgid "Fill (left to right)" +msgstr "Preencher (da esquerda para a direita)" -#: plug-ins/FractalExplorer/Dialogs.c:985 -#: plug-ins/FractalExplorer/Dialogs.c:1026 -#: plug-ins/FractalExplorer/Dialogs.c:1067 -msgid "" -"Use linear mapping instead of any trigonometrical function for this color " -"channel" -msgstr "" -"Utilizar mapeamento linear em vez de qualquer função trigonométrica para " -"este canal de cor" +#: ../plug-ins/common/align-layers.c:427 +msgid "Fill (right to left)" +msgstr "Preencher (da direita para a esquerda)" -#: plug-ins/FractalExplorer/Dialogs.c:994 -#: plug-ins/FractalExplorer/Dialogs.c:1035 -#: plug-ins/FractalExplorer/Dialogs.c:1076 -msgid "Inversion" -msgstr "Inversão" +#: ../plug-ins/common/align-layers.c:428 ../plug-ins/common/align-layers.c:459 +msgid "Snap to grid" +msgstr "Atrair para a grelha" -#: plug-ins/FractalExplorer/Dialogs.c:1002 -#: plug-ins/FractalExplorer/Dialogs.c:1043 -#: plug-ins/FractalExplorer/Dialogs.c:1084 -msgid "" -"If you enable this option higher color values will be swapped with lower " -"ones and vice versa" -msgstr "" -"Se activar esta opção os valores de cor mais altos serão trocados com os " -"mais baixos e vice versa" +#: ../plug-ins/common/align-layers.c:437 +msgid "_Horizontal style:" +msgstr "Estilo _Horizontal:" -#. Greenmode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:1007 plug-ins/common/channel_mixer.c:528 -#: plug-ins/common/decompose.c:134 -msgid "Green" -msgstr "Verde" +#: ../plug-ins/common/align-layers.c:441 +msgid "Left edge" +msgstr "Margem esquerda" -#. Bluemode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:1048 plug-ins/common/channel_mixer.c:533 -#: plug-ins/common/decompose.c:139 -msgid "Blue" -msgstr "Azul" +#: ../plug-ins/common/align-layers.c:442 ../plug-ins/common/align-layers.c:472 +#: ../plug-ins/gradient-flare/gradient-flare.c:2713 +msgid "Center" +msgstr "Ao Centro" -#. Colormode toggle box -#: plug-ins/FractalExplorer/Dialogs.c:1089 -msgid "Color Mode" -msgstr "Modo Cores" +#: ../plug-ins/common/align-layers.c:443 +msgid "Right edge" +msgstr "Margem direita" -#: plug-ins/FractalExplorer/Dialogs.c:1098 -msgid "As specified above" -msgstr "Como acima especificado" +#: ../plug-ins/common/align-layers.c:452 +msgid "Ho_rizontal base:" +msgstr "Base Ho_rizontal:" -#: plug-ins/FractalExplorer/Dialogs.c:1110 -msgid "" -"Create a color-map with the options you specified above (color density/" -"function). The result is visible in the preview image" -msgstr "" -"Cria um mapa de cores com as opções especificadas acima (densidade da cor/ " -"função). O resultado é visível na imagem de antevisão." +#: ../plug-ins/common/align-layers.c:457 +msgid "Fill (top to bottom)" +msgstr "Preencher (de cima para baixo)" -#: plug-ins/FractalExplorer/Dialogs.c:1120 -msgid "Apply active gradient to final image" -msgstr "Aplica gradiente activo à imagem final" +#: ../plug-ins/common/align-layers.c:458 +msgid "Fill (bottom to top)" +msgstr "Preencher (de baixo para cima)" -#: plug-ins/FractalExplorer/Dialogs.c:1132 -msgid "Create a color-map using a gradient from the gradient editor" -msgstr "Cria um mapa de cores utilizando um gradiente do editor de gradientes" +#: ../plug-ins/common/align-layers.c:468 +msgid "_Vertical style:" +msgstr "Estilo _Vertical:" -#: plug-ins/FractalExplorer/Dialogs.c:1143 -msgid "FractalExplorer Gradient" -msgstr "Gradiente FractalExpler " +#: ../plug-ins/common/align-layers.c:471 +msgid "Top edge" +msgstr "Margem superior" -#: plug-ins/FractalExplorer/Dialogs.c:1173 -msgid "_Fractals" -msgstr "_Fractais" +#: ../plug-ins/common/align-layers.c:473 +msgid "Bottom edge" +msgstr "Margem inferior" -#: plug-ins/FractalExplorer/Dialogs.c:1796 -#: plug-ins/Lighting/lighting_ui.c:1109 plug-ins/bmp/bmpwrite.c:198 -#: plug-ins/common/CEL.c:577 plug-ins/common/CML_explorer.c:2001 -#: plug-ins/common/channel_mixer.c:1044 plug-ins/common/compressor.c:404 -#: plug-ins/common/compressor.c:535 plug-ins/common/curve_bend.c:866 -#: plug-ins/common/dicom.c:647 plug-ins/common/gbr.c:586 -#: plug-ins/common/gif.c:994 plug-ins/common/gih.c:1254 -#: plug-ins/common/gtm.c:225 plug-ins/common/jpeg.c:1496 -#: plug-ins/common/mng.c:557 plug-ins/common/mng.c:941 -#: plug-ins/common/pat.c:433 plug-ins/common/pcx.c:585 -#: plug-ins/common/pix.c:515 plug-ins/common/png.c:1178 -#: plug-ins/common/pnm.c:809 plug-ins/common/postscript.c:1123 -#: plug-ins/common/psd_save.c:1588 plug-ins/common/raw.c:517 -#: plug-ins/common/raw.c:544 plug-ins/common/spheredesigner.c:2088 -#: plug-ins/common/sunras.c:513 plug-ins/common/tga.c:1030 -#: plug-ins/common/tiff.c:1810 plug-ins/common/xbm.c:996 -#: plug-ins/common/xwd.c:577 plug-ins/fits/fits.c:450 -#: plug-ins/flame/flame.c:443 plug-ins/gfig/gfig.c:783 -#: plug-ins/gfli/gfli.c:715 plug-ins/ifscompose/ifscompose.c:2395 -#: plug-ins/winicon/icosave.c:243 plug-ins/xjt/xjt.c:1263 -#: plug-ins/xjt/xjt.c:1702 -#, c-format -msgid "Could not open '%s' for writing: %s" -msgstr "Incapaz de abrir '%s' para escrita: %s" +#: ../plug-ins/common/align-layers.c:482 +msgid "Ver_tical base:" +msgstr "Base Ver_tical:" -#: plug-ins/FractalExplorer/Dialogs.c:1810 -#, c-format -msgid "Could not write '%s': %s" -msgstr "Falha ao escrever '%s': %s" +#: ../plug-ins/common/align-layers.c:486 +msgid "_Grid size:" +msgstr "Tamanho da _Grelha:" -#: plug-ins/FractalExplorer/Dialogs.c:1863 -msgid "Load Fractal Parameters" -msgstr "Carregar Parâmetros Fractais" +#: ../plug-ins/common/align-layers.c:495 +msgid "_Ignore the bottom layer even if visible" +msgstr "_Ignorar a camada do fundo mesmo se for vísivel" -#: plug-ins/FractalExplorer/Dialogs.c:1894 -msgid "Save Fractal Parameters" -msgstr "Gravas Parâmetros Fractais" +#: ../plug-ins/common/align-layers.c:505 +msgid "_Use the (invisible) bottom layer as the base" +msgstr "_Usar a camada (invísivel) do fundo como base" -#. Do not rely on librsvg setting GError on failure! -#. stat error (file does not exist) -#: plug-ins/FractalExplorer/Dialogs.c:2094 -#: plug-ins/Lighting/lighting_ui.c:1247 plug-ins/bmp/bmpread.c:153 -#: plug-ins/common/CEL.c:305 plug-ins/common/CML_explorer.c:2216 -#: plug-ins/common/channel_mixer.c:966 plug-ins/common/curve_bend.c:918 -#: plug-ins/common/dicom.c:290 plug-ins/common/gbr.c:327 -#: plug-ins/common/gifload.c:296 plug-ins/common/gih.c:648 -#: plug-ins/common/jpeg.c:934 plug-ins/common/jpeg.c:2549 -#: plug-ins/common/mng.c:1112 plug-ins/common/pat.c:300 -#: plug-ins/common/pcx.c:302 plug-ins/common/pix.c:332 -#: plug-ins/common/png.c:674 plug-ins/common/pnm.c:432 -#: plug-ins/common/postscript.c:990 plug-ins/common/psd.c:1759 -#: plug-ins/common/psp.c:1457 plug-ins/common/raw.c:230 -#: plug-ins/common/raw.c:635 plug-ins/common/spheredesigner.c:1990 -#: plug-ins/common/sunras.c:382 plug-ins/common/svg.c:311 -#: plug-ins/common/svg.c:694 plug-ins/common/tga.c:415 -#: plug-ins/common/tiff.c:510 plug-ins/common/xbm.c:719 -#: plug-ins/common/xwd.c:422 plug-ins/faxg3/faxg3.c:220 -#: plug-ins/fits/fits.c:337 plug-ins/flame/flame.c:412 -#: plug-ins/gfig/gfig.c:431 plug-ins/gfli/gfli.c:424 plug-ins/gfli/gfli.c:460 -#: plug-ins/help/domain.c:421 plug-ins/winicon/icoload.c:126 -#: plug-ins/xjt/xjt.c:2526 plug-ins/xjt/xjt.c:2534 -#, c-format -msgid "Could not open '%s' for reading: %s" -msgstr "Incapaz de abrir '%s' para leitura: %s" +#: ../plug-ins/common/animation-optimize.c:133 +msgid "Modify image to reduce size when saved as GIF animation" +msgstr "" +"Modifica a imagem para reduzir o tamanho quando for ser guardada em formato " +"de Animação GIF" -#: plug-ins/FractalExplorer/Dialogs.c:2102 -#, c-format -msgid "'%s' is not a FractalExplorer file" -msgstr "'%s' não é um ficheiro FractalExplorer" +#: ../plug-ins/common/animation-optimize.c:145 +msgid "Optimize (for _GIF)" +msgstr "Optimizar (para _GIF)" -#: plug-ins/FractalExplorer/Dialogs.c:2108 -#, c-format -msgid "'%s' is corrupt. Line %d Option section incorrect" -msgstr "'%s' está corrompido. Secção da opção na linha %d incorrecta" +#: ../plug-ins/common/animation-optimize.c:153 +msgid "Reduce file size where combining layers is possible" +msgstr "Reduz o tamanho do ficheiro quando for possível combinar camadas" -#: plug-ins/FractalExplorer/FractalExplorer.c:269 -#, fuzzy -msgid "_Fractal Explorer..." -msgstr "Acrescentar Caminho FractalExpoler" +#: ../plug-ins/common/animation-optimize.c:163 +msgid "_Optimize (Difference)" +msgstr "_Optimizar (Diferença)" -#: plug-ins/FractalExplorer/FractalExplorer.c:400 -msgid "Rendering Fractal..." -msgstr "A Renderizar Fractal..." +#: ../plug-ins/common/animation-optimize.c:171 +msgid "Remove optimization to make editing easier" +msgstr "Remover optimização para facilitar a edição" -#: plug-ins/FractalExplorer/FractalExplorer.c:772 -#: plug-ins/gflare/gflare.c:3128 -#, c-format -msgid "Are you sure you want to delete \"%s\" from the list and from disk?" -msgstr "Tem certeza que deseja eliminar \"%s\" da lista e do disco?" +#: ../plug-ins/common/animation-optimize.c:178 +msgid "_Unoptimize" +msgstr "_Des-optimizar" -#: plug-ins/FractalExplorer/FractalExplorer.c:776 -msgid "Delete Fractal" -msgstr "Apagar Fractal" +#: ../plug-ins/common/animation-optimize.c:198 +msgid "_Remove Backdrop" +msgstr "_Remover Pano-de-fundo" -#. the dialog -#: plug-ins/FractalExplorer/FractalExplorer.c:853 -msgid "Edit fractal name" -msgstr "Editar nome do fractal" - -#: plug-ins/FractalExplorer/FractalExplorer.c:879 -msgid "Fractal name:" -msgstr "Nome Fractal:" - -#: plug-ins/FractalExplorer/FractalExplorer.c:901 -msgid "New Fractal" -msgstr "Novo Fractal" +#: ../plug-ins/common/animation-optimize.c:214 +msgid "_Find Backdrop" +msgstr "_Encontrar Pano-de-fundo" -#: plug-ins/FractalExplorer/FractalExplorer.c:1181 -#, c-format -msgid "File '%s' is not a FractalExplorer file" -msgstr "O ficheiro '%s' não é um ficheiro FractalExplorer" +#: ../plug-ins/common/animation-optimize.c:427 +msgid "Unoptimizing animation" +msgstr "Des-optimizar a animação" -#: plug-ins/FractalExplorer/FractalExplorer.c:1190 -#, c-format -msgid "" -"File '%s' is corrupt.\n" -"Line %d Option section incorrect" -msgstr "" -"O ficheiro '%s' está corrompido.\n" -"Secção da opção incorrecta na linha %d" +#: ../plug-ins/common/animation-optimize.c:430 +msgid "Removing animation background" +msgstr "A remover o fundo da animação" -#: plug-ins/FractalExplorer/FractalExplorer.c:1240 -msgid "My first fractal" -msgstr "Meu primeiro fractal" +#: ../plug-ins/common/animation-optimize.c:433 +msgid "Finding animation background" +msgstr "A procurar o fundo da animação" -#: plug-ins/FractalExplorer/FractalExplorer.c:1256 -msgid "Choose Fractal by double-clicking on it" -msgstr "Escolha o Fractal com clique duplo no mesmo" +#: ../plug-ins/common/animation-optimize.c:437 +msgid "Optimizing animation" +msgstr "A Optimizar Animação" -#: plug-ins/FractalExplorer/FractalExplorer.c:1293 -msgid "Select folder and rescan collection" -msgstr "Seleccionar pasta e reexaminar colecção" +#: ../plug-ins/common/animation-play.c:163 +msgid "Preview a GIMP layer-based animation" +msgstr "Ante-visão de animação GIMP baseada em camadas" -#: plug-ins/FractalExplorer/FractalExplorer.c:1305 -msgid "Delete currently selected fractal" -msgstr "Apagar fractal actualmente selecionado" +#: ../plug-ins/common/animation-play.c:168 +msgid "_Playback..." +msgstr "_Reproduzir" -#: plug-ins/FractalExplorer/FractalExplorer.c:1356 -msgid "Rescan for Fractals" -msgstr "Reexaminar por Fractais" +#: ../plug-ins/common/animation-play.c:447 +msgid "_Step" +msgstr "_Passo" + +#: ../plug-ins/common/animation-play.c:447 +msgid "Step to next frame" +msgstr "Ir para próximo fotograma" + +#: ../plug-ins/common/animation-play.c:451 +msgid "Rewind the animation" +msgstr "ir para o principio" + +#: ../plug-ins/common/animation-play.c:469 +msgid "Faster" +msgstr "Mais rápido" + +#: ../plug-ins/common/animation-play.c:469 +msgid "Increase the speed of the animation" +msgstr "Aumentar a velocidade da animação" + +#: ../plug-ins/common/animation-play.c:474 +msgid "Slower" +msgstr "Mais lento" + +#: ../plug-ins/common/animation-play.c:474 +msgid "Decrease the speed of the animation" +msgstr "Diminuir a velocidade da animação" + +#: ../plug-ins/common/animation-play.c:479 +msgid "Reset speed" +msgstr "Repor velocidade" + +#: ../plug-ins/common/animation-play.c:479 +msgid "Reset the speed of the animation" +msgstr "Repõe a velocidade original da animação" + +#: ../plug-ins/common/animation-play.c:487 +#: ../plug-ins/common/animation-play.c:1446 +msgid "Start playback" +msgstr "Iniciar a reprodução" + +#: ../plug-ins/common/animation-play.c:491 +msgid "Detach" +msgstr "Desacoplar" + +#: ../plug-ins/common/animation-play.c:492 +msgid "Detach the animation from the dialog window" +msgstr "Separa a animação destacando-a da janela do diálogo" -#: plug-ins/FractalExplorer/FractalExplorer.c:1373 -msgid "Add FractalExplorer Path" -msgstr "Acrescentar Caminho FractalExpoler" +#: ../plug-ins/common/animation-play.c:584 +msgid "Animation Playback:" +msgstr "Reprodução da Animação:" -#: plug-ins/Lighting/lighting_apply.c:103 -msgid "Lighting Effects..." -msgstr "Efeitos Iluminação..." +#: ../plug-ins/common/animation-play.c:663 +msgid "Playback speed" +msgstr "Velocidade de reprodução" -#: plug-ins/Lighting/lighting_main.c:197 -#, fuzzy -msgid "_Lighting Effects..." -msgstr "Efeitos Iluminação..." +#: ../plug-ins/common/animation-play.c:803 +msgid "Tried to display an invalid layer." +msgstr "Tentativa de apresentar camada inválida." -#. General options -#: plug-ins/Lighting/lighting_ui.c:261 -msgid "General Options" -msgstr "Opções Gerais" +#: ../plug-ins/common/animation-play.c:1323 +#, c-format +msgid "Frame %d of %d" +msgstr "Fotograma %d de %d" -#: plug-ins/Lighting/lighting_ui.c:269 -#, fuzzy -msgid "T_ransparent background" -msgstr "Fundo T_ransparente" +#: ../plug-ins/common/animation-play.c:1446 +msgid "Stop playback" +msgstr "Parar a reprodução" -#: plug-ins/Lighting/lighting_ui.c:279 -msgid "Make destination image transparent where bump height is zero" -msgstr "" -"Tornar transparente a imagem de destino onde altura da saliência for zero" +#: ../plug-ins/common/antialias.c:84 +msgid "Antialias using the Scale3X edge-extrapolation algorithm" +msgstr "Anti-serrilhado usando algoritmo Scale 3x para extrapolação de arestas" -#: plug-ins/Lighting/lighting_ui.c:282 -#, fuzzy -msgid "Cre_ate new image" -msgstr "Cri_ar Nova Imagem" +#: ../plug-ins/common/antialias.c:90 +msgid "_Antialias" +msgstr "_Anti-serrilhado" -#: plug-ins/Lighting/lighting_ui.c:292 plug-ins/MapObject/mapobject_ui.c:570 -msgid "Create a new image when applying filter" -msgstr "Criar uma nova imagem ao aplicar filtro" +#: ../plug-ins/common/antialias.c:149 +msgid "Antialiasing..." +msgstr "Anti-serrilhado..." -#: plug-ins/Lighting/lighting_ui.c:294 -#, fuzzy -msgid "High _Quality preview" -msgstr "Antevisão Alta _Qualidade" +#: ../plug-ins/common/apply-canvas.c:1140 +msgid "Add a canvas texture to the image" +msgstr "Adicionar uma textura de tela de pintura à imagem" -#: plug-ins/Lighting/lighting_ui.c:304 -msgid "Enable/disable high quality preview" -msgstr "Habilitar/desabilitar antevisão de alta qualidade" +#: ../plug-ins/common/apply-canvas.c:1145 +msgid "_Apply Canvas..." +msgstr "_Aplicar Textura de tela..." -#: plug-ins/Lighting/lighting_ui.c:331 plug-ins/MapObject/mapobject_ui.c:649 -msgid "Light Settings" -msgstr "Ajustes Luminosidade" +#: ../plug-ins/common/apply-canvas.c:1226 +msgid "Applying canvas" +msgstr "A aplicar Textura de tela" -#: plug-ins/Lighting/lighting_ui.c:344 -#, fuzzy -msgid "Light 1" -msgstr "Luz" +#: ../plug-ins/common/apply-canvas.c:1263 +msgid "Apply Canvas" +msgstr "Aplicar Textura de tela" -#: plug-ins/Lighting/lighting_ui.c:345 -#, fuzzy -msgid "Light 2" -msgstr "Luz" +#. ***************************************************** +#. radio buttons for choosing LEFT or RIGHT +#. ************************************************* +#: ../plug-ins/common/apply-canvas.c:1292 ../plug-ins/common/wind.c:945 +#: ../plug-ins/lighting/lighting-ui.c:518 +msgid "Direction" +msgstr "Direcção" -#: plug-ins/Lighting/lighting_ui.c:346 -#, fuzzy -msgid "Light 3" -msgstr "Luz" +#: ../plug-ins/common/apply-canvas.c:1296 +msgid "_Top-right" +msgstr "Superior-_direita" -#: plug-ins/Lighting/lighting_ui.c:347 -#, fuzzy -msgid "Light 4" -msgstr "Luz" +#: ../plug-ins/common/apply-canvas.c:1297 +msgid "Top-_left" +msgstr "Superior-_esquerda" -#: plug-ins/Lighting/lighting_ui.c:348 -#, fuzzy -msgid "Light 5" -msgstr "Luz" +#: ../plug-ins/common/apply-canvas.c:1298 +msgid "_Bottom-left" +msgstr "Inferior-e_squerda" -#: plug-ins/Lighting/lighting_ui.c:349 -#, fuzzy -msgid "Light 6" -msgstr "Luz" +#: ../plug-ins/common/apply-canvas.c:1299 +msgid "Bottom-_right" +msgstr "Inferior-d_ireita" -#. row labels -#: plug-ins/Lighting/lighting_ui.c:358 plug-ins/common/spheredesigner.c:2624 -msgid "Type:" -msgstr "Tipo:" +#: ../plug-ins/common/apply-canvas.c:1324 ../plug-ins/common/bump-map.c:916 +#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractal-trace.c:796 +#: ../plug-ins/map-object/map-object-ui.c:573 +msgid "_Depth:" +msgstr "Profun_didade:" -#: plug-ins/Lighting/lighting_ui.c:363 -#, fuzzy -msgid "Color:" -msgstr "C_or:" +#: ../plug-ins/common/blinds.c:116 +msgid "Simulate an image painted on window blinds" +msgstr "Simular uma imagem pintada num estore de janela" -#: plug-ins/Lighting/lighting_ui.c:370 -msgid "Directional" -msgstr "Direccional" +#: ../plug-ins/common/blinds.c:121 +msgid "_Blinds..." +msgstr "_Persianas..." -#: plug-ins/Lighting/lighting_ui.c:371 -msgid "Point" -msgstr "Ponto" +#: ../plug-ins/common/blinds.c:188 +msgid "Adding blinds" +msgstr "A adicionar persianas" -#: plug-ins/Lighting/lighting_ui.c:386 plug-ins/MapObject/mapobject_ui.c:677 -msgid "Type of light source to apply" -msgstr "Tipo de fonte de luz a aplicar" +#: ../plug-ins/common/blinds.c:226 +msgid "Blinds" +msgstr "Persianas" -#: plug-ins/Lighting/lighting_ui.c:388 plug-ins/MapObject/mapobject_ui.c:679 -#, fuzzy -msgid "Select lightsource color" -msgstr "Seleccionar Cor Fonte Luz" +#. Orientation toggle box +#: ../plug-ins/common/blinds.c:260 ../plug-ins/common/ripple.c:539 +msgid "Orientation" +msgstr "Orientação" -#: plug-ins/Lighting/lighting_ui.c:400 plug-ins/MapObject/mapobject_ui.c:692 -msgid "Set light source color" -msgstr "Ajustar cor de fonte de luz" +#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543 +#: ../plug-ins/common/tile-small.c:426 ../plug-ins/pagecurl/pagecurl.c:534 +msgid "_Horizontal" +msgstr "_Horizontal" -#: plug-ins/Lighting/lighting_ui.c:408 -#, fuzzy -msgid "_Intensity:" -msgstr "Intensidade" +#: ../plug-ins/common/blinds.c:265 ../plug-ins/common/ripple.c:544 +#: ../plug-ins/common/tile-small.c:436 ../plug-ins/pagecurl/pagecurl.c:533 +msgid "_Vertical" +msgstr "_Vertical" -#: plug-ins/Lighting/lighting_ui.c:414 -#, fuzzy -msgid "Light intensity" -msgstr "Intensidade Original" +#. +#. * Create the "background" layer to hold the image... +#. +#: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 +#: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 +#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 +#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 +#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 +#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 +#: ../plug-ins/file-psd/psd-image-res-load.c:995 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 +#: ../plug-ins/gfig/gfig-dialog.c:1284 +#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 +#: ../plug-ins/win-snap/winsnap.c:1155 +msgid "Background" +msgstr "Fundo" -#: plug-ins/Lighting/lighting_ui.c:417 plug-ins/MapObject/mapobject_ui.c:694 -#: plug-ins/MapObject/mapobject_ui.c:1021 -#: plug-ins/print/gimp_main_window.c:464 -msgid "Position" -msgstr "Posição" +#: ../plug-ins/common/blinds.c:282 ../plug-ins/common/fractal-trace.c:738 +#: ../plug-ins/common/tile-paper.c:384 +msgid "_Transparent" +msgstr "_Transparente" -#: plug-ins/Lighting/lighting_ui.c:426 plug-ins/common/flarefx.c:756 -#: plug-ins/common/mblur.c:1001 plug-ins/common/nova.c:451 -#: plug-ins/common/papertile.c:267 plug-ins/flame/flame.c:1207 -#: plug-ins/gflare/gflare.c:2653 -msgid "_X:" -msgstr "_X:" +#: ../plug-ins/common/blinds.c:308 +msgid "_Displacement:" +msgstr "_Deslocamento:" -#: plug-ins/Lighting/lighting_ui.c:432 plug-ins/MapObject/mapobject_ui.c:718 -msgid "Light source X position in XYZ space" -msgstr "Posição X da fonte de luz em posição XYZ" +#: ../plug-ins/common/blinds.c:320 +msgid "_Number of segments:" +msgstr "_Quantidade de segmentos:" -#: plug-ins/Lighting/lighting_ui.c:439 plug-ins/common/flarefx.c:761 -#: plug-ins/common/mblur.c:1007 plug-ins/common/nova.c:456 -#: plug-ins/common/papertile.c:276 plug-ins/flame/flame.c:1221 -#: plug-ins/gflare/gflare.c:2657 -msgid "_Y:" -msgstr "_Y:" +#: ../plug-ins/common/blur-gauss-selective.c:104 +msgid "Blur neighboring pixels, but only in low-contrast areas" +msgstr "Suavizar pixeis vizinhos, mas apenas em áreas de baixo contraste" -#: plug-ins/Lighting/lighting_ui.c:445 plug-ins/MapObject/mapobject_ui.c:732 -msgid "Light source Y position in XYZ space" -msgstr "Posição Y da fonte luz em espaço XYZ" +#: ../plug-ins/common/blur-gauss-selective.c:115 +msgid "_Selective Gaussian Blur..." +msgstr "_Suavização Gaussiana Selectiva" -#: plug-ins/Lighting/lighting_ui.c:452 -msgid "_Z:" -msgstr "_Z:" +#: ../plug-ins/common/blur-gauss-selective.c:195 +#: ../plug-ins/common/blur-gauss-selective.c:232 +msgid "Selective Gaussian Blur" +msgstr "Suavização Gaussiana Selectiva" -#: plug-ins/Lighting/lighting_ui.c:458 plug-ins/MapObject/mapobject_ui.c:746 -msgid "Light source Z position in XYZ space" -msgstr "Posição Z da fonte de luz em espaço XYZ" +#: ../plug-ins/common/blur-gauss-selective.c:211 +#: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 +#: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/gradient-flare/gradient-flare.c:966 +msgid "Cannot operate on indexed color images." +msgstr "Incapaz de operar em imagens de cores indexadas." -#. ***************************************************** -#. radio buttons for choosing LEFT or RIGHT -#. ************************************************* -#: plug-ins/Lighting/lighting_ui.c:461 plug-ins/common/struc.c:1286 -#: plug-ins/common/wind.c:930 -msgid "Direction" -msgstr "Direcção" +#: ../plug-ins/common/blur-gauss-selective.c:271 +msgid "_Blur radius:" +msgstr "_Raio da Suavização:" -#. X -#: plug-ins/Lighting/lighting_ui.c:469 plug-ins/MapObject/mapobject_ui.c:710 -#: plug-ins/MapObject/mapobject_ui.c:764 -#: plug-ins/MapObject/mapobject_ui.c:1032 -#: plug-ins/MapObject/mapobject_ui.c:1081 plug-ins/ifscompose/ifscompose.c:544 -msgid "X:" -msgstr "X:" +#: ../plug-ins/common/blur-gauss-selective.c:281 +msgid "_Max. delta:" +msgstr "_Variação max.:" -#: plug-ins/Lighting/lighting_ui.c:475 plug-ins/MapObject/mapobject_ui.c:772 -msgid "Light source X direction in XYZ space" -msgstr "Direcção X da fonte de luz em espaço XYZ" +#: ../plug-ins/common/blur-gauss.c:159 +msgid "Simplest, most commonly used way of blurring" +msgstr "A maneira mais simples e usada de suavizar/esbater uma imagem" -#. Y -#: plug-ins/Lighting/lighting_ui.c:481 plug-ins/MapObject/mapobject_ui.c:724 -#: plug-ins/MapObject/mapobject_ui.c:777 -#: plug-ins/MapObject/mapobject_ui.c:1045 -#: plug-ins/MapObject/mapobject_ui.c:1092 -#: plug-ins/MapObject/mapobject_ui.c:1190 plug-ins/ifscompose/ifscompose.c:558 -msgid "Y:" -msgstr "Y:" +#: ../plug-ins/common/blur-gauss.c:172 +msgid "_Gaussian Blur..." +msgstr "Suavização _Gaussiana..." -#: plug-ins/Lighting/lighting_ui.c:487 plug-ins/MapObject/mapobject_ui.c:785 -msgid "Light source Y direction in XYZ space" -msgstr "Direcção Y da fonte de luz em espaço XYZ" +#: ../plug-ins/common/blur-gauss.c:179 ../plug-ins/common/blur-gauss.c:199 +#: ../plug-ins/common/blur-gauss.c:219 ../plug-ins/common/blur-gauss.c:239 +msgid "Apply a gaussian blur" +msgstr "Aplicar a suavização através do método Gaussiano" -#: plug-ins/Lighting/lighting_ui.c:493 plug-ins/MapObject/mapobject_ui.c:738 -#: plug-ins/MapObject/mapobject_ui.c:790 -#: plug-ins/MapObject/mapobject_ui.c:1058 -#: plug-ins/MapObject/mapobject_ui.c:1103 -#: plug-ins/MapObject/mapobject_ui.c:1202 -msgid "Z:" -msgstr "Z:" +#: ../plug-ins/common/blur-gauss.c:428 ../plug-ins/common/blur-gauss.c:478 +msgid "Gaussian Blur" +msgstr "Suavização Gaussiana" -#: plug-ins/Lighting/lighting_ui.c:499 plug-ins/MapObject/mapobject_ui.c:798 -msgid "Light source Z direction in XYZ space" -msgstr "Direcção Z da fonte luz em espaço XYZ" +#. parameter settings +#: ../plug-ins/common/blur-gauss.c:508 +msgid "Blur Radius" +msgstr "Raio de suavização" -#: plug-ins/Lighting/lighting_ui.c:502 -#, fuzzy -msgid "I_solate" -msgstr "Esva_ziar" +#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 +#: ../plug-ins/common/noise-spread.c:386 +msgid "_Horizontal:" +msgstr "_Horizontal:" -#: plug-ins/Lighting/lighting_ui.c:512 -#, fuzzy -msgid "Lighting preset:" -msgstr "Efeitos Iluminação" +#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 +#: ../plug-ins/common/noise-spread.c:390 +msgid "_Vertical:" +msgstr "_Vertical:" -#: plug-ins/Lighting/lighting_ui.c:558 -#, fuzzy -msgid "Material properties" -msgstr "Propriedades Textura" +#: ../plug-ins/common/blur-gauss.c:549 +msgid "Blur Method" +msgstr "Método de suavização" -#: plug-ins/Lighting/lighting_ui.c:576 -#, fuzzy -msgid "_Glowing:" -msgstr "A Fluir" +#: ../plug-ins/common/blur-gauss.c:553 +msgid "_IIR" +msgstr "_IIR (p/foto analógica)" -#: plug-ins/Lighting/lighting_ui.c:592 plug-ins/MapObject/mapobject_ui.c:859 -msgid "Amount of original color to show where no direct light falls" -msgstr "Quantidade de cor original para mostrar onde não incide luz directa" +#: ../plug-ins/common/blur-gauss.c:554 +msgid "_RLE" +msgstr "_RLE (p/foto digital)" -#: plug-ins/Lighting/lighting_ui.c:605 -#, fuzzy -msgid "_Bright:" -msgstr "_Brilho:" +#: ../plug-ins/common/blur-motion.c:157 ../plug-ins/common/blur-motion.c:171 +msgid "Simulate movement using directional blur" +msgstr "Simular movimento usando desfocagem direcional" -#: plug-ins/Lighting/lighting_ui.c:621 plug-ins/MapObject/mapobject_ui.c:888 -msgid "Intensity of original color when lit by a light source" -msgstr "Intensidade da cor original quando accionada por uma fonte de luz" +#: ../plug-ins/common/blur-motion.c:164 ../plug-ins/common/blur-motion.c:177 +msgid "_Motion Blur..." +msgstr "_Desfocagem Direcional..." -#: plug-ins/Lighting/lighting_ui.c:634 -#, fuzzy -msgid "_Shiny:" -msgstr "_Seno" +#: ../plug-ins/common/blur-motion.c:910 +msgid "Motion blurring" +msgstr "A Desfocar direcionalmente" -#: plug-ins/Lighting/lighting_ui.c:650 plug-ins/MapObject/mapobject_ui.c:960 -msgid "Controls how intense the highlights will be" -msgstr "Controla qual será a intensidade das focalizações" +#: ../plug-ins/common/blur-motion.c:1012 +msgid "Motion Blur" +msgstr "Desfocagem de Movimento" -#: plug-ins/Lighting/lighting_ui.c:662 -msgid "_Polished:" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1045 +msgid "Blur Type" +msgstr "Tipo de Desfocagem" -#: plug-ins/Lighting/lighting_ui.c:678 plug-ins/MapObject/mapobject_ui.c:989 -msgid "Higher values makes the highlights more focused" -msgstr "Valores maiores definem melhor as focalizações" +#: ../plug-ins/common/blur-motion.c:1049 +msgctxt "blur-type" +msgid "_Linear" +msgstr "_Linear" -#. Metallic -#: plug-ins/Lighting/lighting_ui.c:687 -msgid "_Metallic" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1050 +msgctxt "blur-type" +msgid "_Radial" +msgstr "_Radial" -#: plug-ins/Lighting/lighting_ui.c:723 -#, fuzzy -msgid "E_nable bump mapping" -msgstr "Utilizar Mapeamento de Saliê_ncia" +#: ../plug-ins/common/blur-motion.c:1051 +msgctxt "blur-type" +msgid "_Zoom" +msgstr "_Zoom" -#: plug-ins/Lighting/lighting_ui.c:737 -msgid "Enable/disable bump-mapping (image depth)" -msgstr "Habilitar/desabilitar mapeamento de saliência (profundidade de imagem)" +#: ../plug-ins/common/blur-motion.c:1058 +msgid "Blur Center" +msgstr "Centro da Desfocagem" -#: plug-ins/Lighting/lighting_ui.c:755 -#, fuzzy -msgid "Bumpm_ap image:" -msgstr "Imagem de Mapa de S_aliências:" +#: ../plug-ins/common/blur-motion.c:1094 ../plug-ins/common/lens-flare.c:772 +#: ../plug-ins/common/nova.c:463 ../plug-ins/common/tile-paper.c:282 +#: ../plug-ins/flame/flame.c:1251 +#: ../plug-ins/gradient-flare/gradient-flare.c:2725 +#: ../plug-ins/lighting/lighting-ui.c:477 +msgid "_X:" +msgstr "_X:" -#. Map type menu -#: plug-ins/Lighting/lighting_ui.c:758 plug-ins/common/bumpmap.c:896 -#: plug-ins/flame/flame.c:733 -msgid "Linear" -msgstr "Linear" +#: ../plug-ins/common/blur-motion.c:1099 ../plug-ins/common/lens-flare.c:777 +#: ../plug-ins/common/nova.c:468 ../plug-ins/common/tile-paper.c:291 +#: ../plug-ins/flame/flame.c:1265 +#: ../plug-ins/gradient-flare/gradient-flare.c:2729 +#: ../plug-ins/lighting/lighting-ui.c:492 +msgid "_Y:" +msgstr "_Y:" -#: plug-ins/Lighting/lighting_ui.c:759 -msgid "Logarithmic" -msgstr "Logarítmico" +#: ../plug-ins/common/blur-motion.c:1101 +msgid "Blur _outward" +msgstr "Desfocar para _fora" -#: plug-ins/Lighting/lighting_ui.c:760 plug-ins/common/bumpmap.c:898 -#: plug-ins/flame/flame.c:734 -msgid "Sinusoidal" -msgstr "Sinusoidal" +#: ../plug-ins/common/blur-motion.c:1114 +msgid "Blur Parameters" +msgstr "Parâmetros da Desfocagem" -#: plug-ins/Lighting/lighting_ui.c:761 plug-ins/common/bumpmap.c:897 -#: plug-ins/flame/flame.c:735 -msgid "Spherical" -msgstr "Esférico" +#: ../plug-ins/common/blur-motion.c:1125 +#: ../plug-ins/map-object/map-object-ui.c:1252 +msgid "L_ength:" +msgstr "Comprim_ento:" -#: plug-ins/Lighting/lighting_ui.c:771 -msgid "Cu_rve:" -msgstr "Cu_rva:" +#: ../plug-ins/common/blur-motion.c:1138 ../plug-ins/common/newsprint.c:1001 +msgid "_Angle:" +msgstr "Âng_ulo:" -#: plug-ins/Lighting/lighting_ui.c:776 -#, fuzzy -msgid "Ma_ximum height:" -msgstr "Altura Má_xima:" +#: ../plug-ins/common/blur.c:125 +msgid "Simple blur, fast but not very strong" +msgstr "Suavização simples e rápida mas não muito forte" -#: plug-ins/Lighting/lighting_ui.c:786 -msgid "Maximum height for bumps" -msgstr "Altura máxima para saliências" +#: ../plug-ins/common/blur.c:134 +msgid "_Blur" +msgstr "Es_bater" -#: plug-ins/Lighting/lighting_ui.c:811 -#, fuzzy -msgid "E_nable environment mapping" -msgstr "Habilitar Mapeame_nto de Ambiente" +#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp-mask.c:439 +msgid "Blurring" +msgstr "A desfocar ligeiramente" -#: plug-ins/Lighting/lighting_ui.c:825 -msgid "Enable/disable environment-mapping (reflection)" -msgstr "Habilitar/desabilitar mapeamento de ambiente (reflexão)" +#: ../plug-ins/common/border-average.c:99 +msgid "Set foreground to the average color of the image border" +msgstr "Definir o 1º plano com a cor média das bordas da imagem" -#: plug-ins/Lighting/lighting_ui.c:847 -#, fuzzy -msgid "En_vironment image:" -msgstr "Imagem de Am_biente:" +#: ../plug-ins/common/border-average.c:104 +msgid "_Border Average..." +msgstr "Cor Média das _Bordas..." -#: plug-ins/Lighting/lighting_ui.c:849 -msgid "Environment image to use" -msgstr "Imagem de ambiente a utilizar" +#: ../plug-ins/common/border-average.c:171 +msgid "Border Average" +msgstr "Cor Média das Bordas" -#: plug-ins/Lighting/lighting_ui.c:871 -msgid "Op_tions" -msgstr "_Opções" +#: ../plug-ins/common/border-average.c:351 +msgid "Borderaverage" +msgstr "Média das bordas" -#: plug-ins/Lighting/lighting_ui.c:875 plug-ins/MapObject/mapobject_ui.c:1326 -msgid "_Light" -msgstr "_Luz" +#: ../plug-ins/common/border-average.c:372 +msgid "Border Size" +msgstr "Tamanho das Bordas" -#: plug-ins/Lighting/lighting_ui.c:879 plug-ins/MapObject/mapobject_ui.c:1330 -msgid "_Material" -msgstr "_Material" +#: ../plug-ins/common/border-average.c:380 +msgid "_Thickness:" +msgstr "_Espessura:" -#: plug-ins/Lighting/lighting_ui.c:883 -msgid "_Bump Map" -msgstr "Ma_pa de Saliências" +#. Number of Colors frame +#: ../plug-ins/common/border-average.c:415 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:908 +msgid "Number of Colors" +msgstr "Quantidade de cores" -#: plug-ins/Lighting/lighting_ui.c:887 -msgid "_Environment Map" -msgstr "Map_eamento de Ambiente" +#: ../plug-ins/common/border-average.c:423 +msgid "_Bucket size:" +msgstr "Tamanho do _balde:" -#: plug-ins/Lighting/lighting_ui.c:933 -msgid "Lighting Effects" -msgstr "Efeitos Iluminação" +#: ../plug-ins/common/bump-map.c:257 +msgid "Create an embossing effect using a bump map" +msgstr "Cria um efeito de relevo usando um mapa de relevos" -#: plug-ins/Lighting/lighting_ui.c:982 plug-ins/gimpressionist/preview.c:181 -#: plug-ins/imagemap/imap_polygon.c:514 -msgid "_Update" -msgstr "Act_ualizar" +#: ../plug-ins/common/bump-map.c:267 +msgid "_Bump Map..." +msgstr "Mapa de _Relevo..." -#: plug-ins/Lighting/lighting_ui.c:989 plug-ins/MapObject/mapobject_ui.c:1425 -msgid "Recompute preview image" -msgstr "Recalcular imagem de antevisão" +#: ../plug-ins/common/bump-map.c:415 +msgid "Bump-mapping" +msgstr "A mapear os relevos..." -#: plug-ins/Lighting/lighting_ui.c:991 -msgid "I_nteractive" -msgstr "I_nteractivo" +#: ../plug-ins/common/bump-map.c:766 +msgid "Bump Map" +msgstr "Mapa de Relevos" -#: plug-ins/Lighting/lighting_ui.c:1005 -msgid "Enable/disable real time preview of changes" -msgstr "Habilitar/desabilitar antevisão em tempo real das alterações" +#: ../plug-ins/common/bump-map.c:832 +msgid "_Bump map:" +msgstr "Mapa de _relevo:" -#: plug-ins/Lighting/lighting_ui.c:1044 -#, fuzzy -msgid "Save Lighting Preset" -msgstr "Efeitos Iluminação" +#. Map type menu +#: ../plug-ins/common/bump-map.c:835 ../plug-ins/flame/flame.c:748 +#: ../plug-ins/lighting/lighting-ui.c:842 +msgid "Linear" +msgstr "Linear" -#: plug-ins/Lighting/lighting_ui.c:1177 -#, fuzzy -msgid "Load Lighting Preset" -msgstr "Efeitos Iluminação" +#: ../plug-ins/common/bump-map.c:836 ../plug-ins/flame/flame.c:750 +#: ../plug-ins/lighting/lighting-ui.c:845 +msgid "Spherical" +msgstr "Esférico" -#: plug-ins/MapObject/mapobject_apply.c:273 -#, fuzzy -msgid "Map to Plane..." -msgstr "Laplace..." +#: ../plug-ins/common/bump-map.c:837 ../plug-ins/flame/flame.c:749 +#: ../plug-ins/lighting/lighting-ui.c:844 +msgid "Sinusoidal" +msgstr "Sinusoidal" -#: plug-ins/MapObject/mapobject_apply.c:276 -msgid "Map to Sphere..." -msgstr "" +#: ../plug-ins/common/bump-map.c:844 +msgid "_Map type:" +msgstr "Tipo de _mapa" -#: plug-ins/MapObject/mapobject_apply.c:279 -#, fuzzy -msgid "Map to Box..." -msgstr "RGB Máx..." +#. Compensate darkening +#: ../plug-ins/common/bump-map.c:849 +msgid "Co_mpensate for darkening" +msgstr "Co_mpensar escurecimento" -#: plug-ins/MapObject/mapobject_apply.c:282 -#, fuzzy -msgid "Map to Cylinder..." -msgstr "Cilindro" +#. Invert bumpmap +#: ../plug-ins/common/bump-map.c:863 +msgid "I_nvert bumpmap" +msgstr "I_nverter o mapa de relevos" -#: plug-ins/MapObject/mapobject_main.c:199 -#, fuzzy -msgid "Map _Object..." -msgstr "Mapear Objecto" +#. Tile bumpmap +#: ../plug-ins/common/bump-map.c:877 +msgid "_Tile bumpmap" +msgstr "_Mosaicos de Mapa de relevos" -#: plug-ins/MapObject/mapobject_ui.c:248 -#: plug-ins/MapObject/mapobject_ui.c:1340 -msgid "_Box" -msgstr "Cai_xa" +#: ../plug-ins/common/bump-map.c:892 ../plug-ins/common/emboss.c:499 +msgid "_Azimuth:" +msgstr "_Azimute:" -#: plug-ins/MapObject/mapobject_ui.c:266 -#: plug-ins/MapObject/mapobject_ui.c:1346 -msgid "C_ylinder" -msgstr "C_ilindro" +#: ../plug-ins/common/bump-map.c:904 +msgid "_Elevation:" +msgstr "_Elevação:" -#. General options -#: plug-ins/MapObject/mapobject_ui.c:496 -#, fuzzy -msgid "General options" -msgstr "Opções Gerais" +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 +msgid "_X offset:" +msgstr "Deslocamento _X:" -#: plug-ins/MapObject/mapobject_ui.c:508 -msgid "Map to:" -msgstr "Mapear para:" +#: ../plug-ins/common/bump-map.c:933 ../plug-ins/common/bump-map.c:947 +msgid "" +"The offset can be adjusted by dragging the preview using the middle mouse " +"button." +msgstr "" +"O deslocamento pode ser ajustado arrastando a pré-visualização com o botão " +"do meio do rato." -#: plug-ins/MapObject/mapobject_ui.c:512 -msgid "Plane" -msgstr "Plano" +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 +msgid "_Y offset:" +msgstr "Deslocamento _Y:" -#: plug-ins/MapObject/mapobject_ui.c:513 -msgid "Sphere" -msgstr "Esfera" +#: ../plug-ins/common/bump-map.c:958 +msgid "_Waterlevel:" +msgstr "Ní_vel d'água:" -#: plug-ins/MapObject/mapobject_ui.c:514 -msgid "Box" -msgstr "Caixa" +#: ../plug-ins/common/bump-map.c:970 +msgid "A_mbient:" +msgstr "A_mbiente:" -#: plug-ins/MapObject/mapobject_ui.c:515 -msgid "Cylinder" -msgstr "Cilindro" +#: ../plug-ins/common/cartoon.c:142 +msgid "Simulate a cartoon by enhancing edges" +msgstr "Simular 'banda desenhada' realçando as arestas dos objectos na imagem" -#: plug-ins/MapObject/mapobject_ui.c:530 -msgid "Type of object to map to" -msgstr "Tipo de objecto para mapear para" +#: ../plug-ins/common/cartoon.c:147 +msgid "Ca_rtoon..." +msgstr "_Efeito 'Banda Desenhada'..." -#: plug-ins/MapObject/mapobject_ui.c:532 -#, fuzzy -msgid "Transparent background" -msgstr "Fundo Transparente" +#: ../plug-ins/common/cartoon.c:811 +msgid "Cartoon" +msgstr "Efeito 'Banda Desenhada'" -#: plug-ins/MapObject/mapobject_ui.c:543 -msgid "Make image transparent outside object" -msgstr "Torna imagem transparente fora do objecto" +#: ../plug-ins/common/cartoon.c:848 ../plug-ins/common/photocopy.c:876 +msgid "_Mask radius:" +msgstr "Raio da _máscara.:" -#: plug-ins/MapObject/mapobject_ui.c:545 -#, fuzzy -msgid "Tile source image" -msgstr "Imagem Original em Blocos" +#: ../plug-ins/common/cartoon.c:862 +msgid "_Percent black:" +msgstr "_Percentagem de preto:" -#: plug-ins/MapObject/mapobject_ui.c:556 -msgid "Tile source image: useful for infinite planes" -msgstr "Imagem-fonte em blocos: útil para planos infinitos" +#: ../plug-ins/common/channel-mixer.c:175 +msgid "Alter colors by mixing RGB Channels" +msgstr "Altera as cores misturando os canais RGB" -#: plug-ins/MapObject/mapobject_ui.c:559 -#, fuzzy -msgid "Create new image" -msgstr "Criar Nova Imagem" +#: ../plug-ins/common/channel-mixer.c:180 +msgid "Channel Mi_xer..." +msgstr "Mist_urador de Canais..." -#: plug-ins/MapObject/mapobject_ui.c:578 -#, fuzzy -msgid "Enable _antialiasing" -msgstr "Habilitar _Antialiazing" +#. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ", +#. param[3].data.d_int32, mix.black.red_gain, +#. mix.black.green_gain, mix.black.blue_gain); +#: ../plug-ins/common/channel-mixer.c:271 +#: ../plug-ins/common/channel-mixer.c:492 +msgid "Channel Mixer" +msgstr "Misturador de Canais" -#: plug-ins/MapObject/mapobject_ui.c:585 -msgid "Enable/disable jagged edges removal (antialiasing)" -msgstr "Habilitar/desabilitar remoção de margens serradas (antialiasing)" +#: ../plug-ins/common/channel-mixer.c:529 +msgid "O_utput channel:" +msgstr "Canal de _saída:" -#: plug-ins/MapObject/mapobject_ui.c:602 plug-ins/common/bumpmap.c:980 -#: plug-ins/common/emboss.c:509 plug-ins/common/fractaltrace.c:791 -#: plug-ins/common/struc.c:1318 -msgid "_Depth:" -msgstr "Profun_didade:" +#. Redmode radio frame +#: ../plug-ins/common/channel-mixer.c:538 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:991 +msgid "Red" +msgstr "Vermelho" -#: plug-ins/MapObject/mapobject_ui.c:605 -msgid "Antialiasing quality. Higher is better, but slower" -msgstr "Qualidade de antialiasing. Quanto mais alta melhor, porém mais lento" +#. Greenmode radio frame +#: ../plug-ins/common/channel-mixer.c:543 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1032 +msgid "Green" +msgstr "Verde" -#: plug-ins/MapObject/mapobject_ui.c:614 plug-ins/common/unsharp.c:691 -#: plug-ins/common/wind.c:993 plug-ins/imagemap/imap_preferences.c:539 -msgid "_Threshold:" -msgstr "_Intervalo:" +#. Bluemode radio frame +#: ../plug-ins/common/channel-mixer.c:548 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1073 +msgid "Blue" +msgstr "Azul" -#: plug-ins/MapObject/mapobject_ui.c:622 -msgid "Stop when pixel differences are smaller than this value" -msgstr "Parar quando as diferenças de pixel forem menores do que este valor" +#: ../plug-ins/common/channel-mixer.c:583 +#: ../plug-ins/common/color-exchange.c:398 ../plug-ins/common/compose.c:190 +#: ../plug-ins/common/compose.c:201 ../plug-ins/common/diffraction.c:501 +#: ../plug-ins/common/diffraction.c:539 ../plug-ins/common/diffraction.c:577 +#: ../plug-ins/common/noise-rgb.c:530 ../plug-ins/common/noise-rgb.c:537 +msgid "_Red:" +msgstr "Ve_rmelho:" -#: plug-ins/MapObject/mapobject_ui.c:658 -#, fuzzy -msgid "Point light" -msgstr "Direccionar Luz" +#: ../plug-ins/common/channel-mixer.c:601 +#: ../plug-ins/common/color-exchange.c:458 ../plug-ins/common/compose.c:191 +#: ../plug-ins/common/compose.c:202 ../plug-ins/common/diffraction.c:510 +#: ../plug-ins/common/diffraction.c:548 ../plug-ins/common/diffraction.c:586 +#: ../plug-ins/common/noise-rgb.c:531 ../plug-ins/common/noise-rgb.c:538 +msgid "_Green:" +msgstr "_Verde:" -#: plug-ins/MapObject/mapobject_ui.c:659 -#, fuzzy -msgid "Directional light" -msgstr "Luz Direccional" +#: ../plug-ins/common/channel-mixer.c:620 +#: ../plug-ins/common/color-exchange.c:519 ../plug-ins/common/compose.c:192 +#: ../plug-ins/common/compose.c:203 ../plug-ins/common/diffraction.c:519 +#: ../plug-ins/common/diffraction.c:557 ../plug-ins/common/diffraction.c:595 +#: ../plug-ins/common/noise-rgb.c:532 ../plug-ins/common/noise-rgb.c:539 +msgid "_Blue:" +msgstr "A_zul:" -#: plug-ins/MapObject/mapobject_ui.c:660 -#, fuzzy -msgid "No light" -msgstr "Sem Luz" +#: ../plug-ins/common/channel-mixer.c:636 +msgid "_Monochrome" +msgstr "_Monocromático" -#: plug-ins/MapObject/mapobject_ui.c:674 -#, fuzzy -msgid "Lightsource type:" -msgstr "Tipo Fonte Luz:" +#: ../plug-ins/common/channel-mixer.c:649 +msgid "Preserve _luminosity" +msgstr "Preservar _luminosidade" -#: plug-ins/MapObject/mapobject_ui.c:684 -#, fuzzy -msgid "Lightsource color:" -msgstr "Cor Fonte Luz:" +#: ../plug-ins/common/channel-mixer.c:878 +msgid "Load Channel Mixer Settings" +msgstr "Carregar Definições do Misturador de Canais" -#: plug-ins/MapObject/mapobject_ui.c:749 -msgid "Direction Vector" -msgstr "Vector de Direcção" +#. stat error (file does not exist) +#: ../plug-ins/common/channel-mixer.c:982 +#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:885 +#: ../plug-ins/common/file-cel.c:312 ../plug-ins/common/file-compressor.c:498 +#: ../plug-ins/common/file-compressor.c:666 +#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 +#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 +#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541 +#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1751 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 +#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-psd/psd-thumb-load.c:80 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:190 +#: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568 +#: ../plug-ins/flame/flame.c:412 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:929 +#: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 +#: ../plug-ins/help/gimphelplocale.c:239 +#: ../plug-ins/lighting/lighting-ui.c:1354 +#, c-format +msgid "Could not open '%s' for reading: %s" +msgstr "Impossível abrir '%s' para leitura: %s" -#: plug-ins/MapObject/mapobject_ui.c:825 -msgid "Intensity Levels" -msgstr "Níveis Intensidade" +#: ../plug-ins/common/channel-mixer.c:1005 +msgid "Save Channel Mixer Settings" +msgstr "Guardar Definições de Misturador de Canais" -#: plug-ins/MapObject/mapobject_ui.c:844 -msgid "Ambient:" -msgstr "Ambiente:" +#: ../plug-ins/common/channel-mixer.c:1060 +#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:833 +#: ../plug-ins/common/file-cel.c:583 ../plug-ins/common/file-compressor.c:426 +#: ../plug-ins/common/file-compressor.c:508 +#: ../plug-ins/common/file-compressor.c:590 +#: ../plug-ins/common/file-compressor.c:677 +#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 +#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 +#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 +#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2111 +#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 +#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:163 +#: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729 +#: ../plug-ins/flame/flame.c:443 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546 +#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/ifs-compose/ifs-compose.c:2374 +#: ../plug-ins/lighting/lighting-ui.c:1211 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "Impossível abrir '%s' para escrita: %s" -#: plug-ins/MapObject/mapobject_ui.c:873 plug-ins/MapObject/mapobject_ui.c:916 -msgid "Diffuse:" -msgstr "Difundir:" +#: ../plug-ins/common/channel-mixer.c:1068 +#: ../plug-ins/common/cml-explorer.c:2060 +#, c-format +msgid "Parameters were saved to '%s'" +msgstr "Os parâmetros foram guardados em '%s'" -#: plug-ins/MapObject/mapobject_ui.c:897 -msgid "Reflectivity" -msgstr "Reflexividade" +#: ../plug-ins/common/checkerboard.c:89 +msgid "Create a checkerboard pattern" +msgstr "Cria um padrão de tabuleiro de xadrez" -#: plug-ins/MapObject/mapobject_ui.c:931 -msgid "Higher values makes the object reflect more light (appear lighter)" -msgstr "Valores maiores fazem o objeto reflectir mais luz (parecer mais claro)" +#: ../plug-ins/common/checkerboard.c:94 +msgid "_Checkerboard..." +msgstr "_Tabuleiro de Xadrez..." -#: plug-ins/MapObject/mapobject_ui.c:945 -msgid "Specular:" -msgstr "Especular:" +#: ../plug-ins/common/checkerboard.c:161 +msgid "Adding checkerboard" +msgstr "A adicionar um padrão de tabuleiro de xadrez" -#: plug-ins/MapObject/mapobject_ui.c:974 -msgid "Highlight:" -msgstr "Focalizar:" +#: ../plug-ins/common/checkerboard.c:346 +msgid "Checkerboard" +msgstr "Padrão de tabuleiro de xadrez" -#: plug-ins/MapObject/mapobject_ui.c:1035 -msgid "Object X position in XYZ space" -msgstr "Posição X do objecto no espaço XYZ" +#: ../plug-ins/common/checkerboard.c:412 +#: ../plug-ins/gimpressionist/sizemap.c:511 +msgid "_Size:" +msgstr "_Tamanho:" -#: plug-ins/MapObject/mapobject_ui.c:1048 -msgid "Object Y position in XYZ space" -msgstr "Posição Y do objecto no espaço XYZ" +#: ../plug-ins/common/checkerboard.c:421 +msgid "_Psychobilly" +msgstr "Efeito _Psicadélico" -#: plug-ins/MapObject/mapobject_ui.c:1061 -msgid "Object Z position in XYZ space" -msgstr "Posição Z do objecto no espaço XYZ" +#: ../plug-ins/common/cml-explorer.c:129 +msgid "Keep image's values" +msgstr "Manter os valores da imagem" -#. Rotation -#: plug-ins/MapObject/mapobject_ui.c:1070 plug-ins/common/postscript.c:3183 -msgid "Rotation" -msgstr "Rotação" +#: ../plug-ins/common/cml-explorer.c:130 +msgid "Keep the first value" +msgstr "Manter o primeiro valor" -#: plug-ins/MapObject/mapobject_ui.c:1084 -msgid "Rotation angle about X axis" -msgstr "Ângulo de rotação sobre o eixo X" +#: ../plug-ins/common/cml-explorer.c:131 +msgid "Fill with parameter k" +msgstr "Preencher com o parâmetro k" -#: plug-ins/MapObject/mapobject_ui.c:1095 -msgid "Rotation angle about Y axis" -msgstr "Ângulo de rotação sobre o eixo Y" +#: ../plug-ins/common/cml-explorer.c:132 +msgid "k{x(1-x)}^p" +msgstr "k{x(1-x)}^p" -#: plug-ins/MapObject/mapobject_ui.c:1106 -msgid "Rotation angle about Z axis" -msgstr "Ângulo de rotação sobre o eixo Z" +#: ../plug-ins/common/cml-explorer.c:133 +msgid "k{x(1-x)}^p stepped" +msgstr "k{x(1-x)}^p por passos" -#: plug-ins/MapObject/mapobject_ui.c:1132 -msgid "Front:" -msgstr "Frontal:" +#: ../plug-ins/common/cml-explorer.c:134 +msgid "kx^p" +msgstr "kx^p" -#: plug-ins/MapObject/mapobject_ui.c:1132 -msgid "Back:" -msgstr "Posterior:" +#: ../plug-ins/common/cml-explorer.c:135 +msgid "kx^p stepped" +msgstr "kx^p, por passos" -#: plug-ins/MapObject/mapobject_ui.c:1133 -#: plug-ins/print/gimp_main_window.c:523 -msgid "Top:" -msgstr "Superior:" +#: ../plug-ins/common/cml-explorer.c:136 +msgid "k(1-x^p)" +msgstr "k(1-x^p)" -#: plug-ins/MapObject/mapobject_ui.c:1133 -#: plug-ins/print/gimp_main_window.c:564 -msgid "Bottom:" -msgstr "Inferior:" +#: ../plug-ins/common/cml-explorer.c:137 +msgid "k(1-x^p) stepped" +msgstr "k(1-x^p), por passos" -#: plug-ins/MapObject/mapobject_ui.c:1134 -#: plug-ins/print/gimp_main_window.c:510 -msgid "Left:" -msgstr "Esquerdo:" +#: ../plug-ins/common/cml-explorer.c:138 +msgid "Delta function" +msgstr "Função delta" -#: plug-ins/MapObject/mapobject_ui.c:1134 -#: plug-ins/print/gimp_main_window.c:536 -msgid "Right:" -msgstr "Direito:" +#: ../plug-ins/common/cml-explorer.c:139 +msgid "Delta function stepped" +msgstr "Função delta por passos" -#: plug-ins/MapObject/mapobject_ui.c:1140 -msgid "Map Images to Box Faces" -msgstr "Mapear Imagens para Superfícies Caixa" +#: ../plug-ins/common/cml-explorer.c:140 +msgid "sin^p-based function" +msgstr "Função baseada em seno^p" -#: plug-ins/MapObject/mapobject_ui.c:1178 -#: plug-ins/common/spheredesigner.c:2719 -msgid "Scale X:" -msgstr "Escala X:" +#: ../plug-ins/common/cml-explorer.c:141 +msgid "sin^p, stepped" +msgstr "seno^p, por passos" -#: plug-ins/MapObject/mapobject_ui.c:1181 -msgid "X scale (size)" -msgstr "Escala X (tamanho)" +#: ../plug-ins/common/cml-explorer.c:167 +msgid "Max (x, -)" +msgstr "Máx. (x, -)" -#: plug-ins/MapObject/mapobject_ui.c:1193 -msgid "Y scale (size)" -msgstr "Escala Y (tamanho)" +#: ../plug-ins/common/cml-explorer.c:168 +msgid "Max (x+d, -)" +msgstr "Máx. (x+d, -)" -#: plug-ins/MapObject/mapobject_ui.c:1205 -msgid "Z scale (size)" -msgstr "Escala Z (tamanho)" +#: ../plug-ins/common/cml-explorer.c:169 +msgid "Max (x-d, -)" +msgstr "Máx. (x-d, -)" -#: plug-ins/MapObject/mapobject_ui.c:1228 -msgid "_Top:" -msgstr "S_uperior:" +#: ../plug-ins/common/cml-explorer.c:170 +msgid "Min (x, -)" +msgstr "Mín. (x, -)" -#: plug-ins/MapObject/mapobject_ui.c:1228 -msgid "_Bottom:" -msgstr "In_ferior:" +#: ../plug-ins/common/cml-explorer.c:171 +msgid "Min (x+d, -)" +msgstr "Mín. (x+d, -)" -#: plug-ins/MapObject/mapobject_ui.c:1233 -msgid "Images for the Cap Faces" -msgstr "Imagens Para as Faces Cap" +#: ../plug-ins/common/cml-explorer.c:172 +msgid "Min (x-d, -)" +msgstr "Mín. (x-d, -)" -#: plug-ins/MapObject/mapobject_ui.c:1262 -#: plug-ins/print/gimp_main_window.c:1102 -msgid "Size" -msgstr "Tamanho" +#: ../plug-ins/common/cml-explorer.c:173 +msgid "Max (x+d, -), (x < 0.5)" +msgstr "Máx. (x+d, -), (x < 0.5)" -#: plug-ins/MapObject/mapobject_ui.c:1273 -msgid "R_adius:" -msgstr "R_aio:" +#: ../plug-ins/common/cml-explorer.c:174 +msgid "Max (x+d, -), (0.5 < x)" +msgstr "Máx. (x+d, -), (0.5 < x)" -#: plug-ins/MapObject/mapobject_ui.c:1277 -msgid "Cylinder radius" -msgstr "Raio do cilindro" +#: ../plug-ins/common/cml-explorer.c:175 +msgid "Max (x-d, -), (x < 0.5)" +msgstr "Máx. (x-d, -), (x < 0.5)" -#: plug-ins/MapObject/mapobject_ui.c:1287 plug-ins/common/mblur.c:941 -msgid "L_ength:" -msgstr "Comprim_ento:" +#: ../plug-ins/common/cml-explorer.c:176 +msgid "Max (x-d, -), (0.5 < x)" +msgstr "Máx. (x-d, -), (0.5 < x)" -#: plug-ins/MapObject/mapobject_ui.c:1291 -msgid "Cylinder length" -msgstr "Comprimento do cilindro" +#: ../plug-ins/common/cml-explorer.c:177 +msgid "Min (x+d, -), (x < 0.5)" +msgstr "Mín. (x+d, -), (x < 0.5)" -#: plug-ins/MapObject/mapobject_ui.c:1322 -msgid "O_ptions" -msgstr "O_pções" +#: ../plug-ins/common/cml-explorer.c:178 +msgid "Min (x+d, -), (0.5 < x)" +msgstr "Mín. (x+d, -), (0.5 < x)" -#: plug-ins/MapObject/mapobject_ui.c:1334 -msgid "O_rientation" -msgstr "O_rientação" +#: ../plug-ins/common/cml-explorer.c:179 +msgid "Min (x-d, -), (x < 0.5)" +msgstr "Mín. (x-d, -), (x < 0.5))" -#: plug-ins/MapObject/mapobject_ui.c:1370 -msgid "Map to Object" -msgstr "Mapear Objecto" +#: ../plug-ins/common/cml-explorer.c:180 +msgid "Min (x-d, -), (0.5 < x)" +msgstr "Mín. (x-d, -), (0.5 < x)" -#: plug-ins/MapObject/mapobject_ui.c:1416 plug-ins/common/diffraction.c:474 -msgid "_Preview!" -msgstr "_Antevisão!" +#: ../plug-ins/common/cml-explorer.c:200 ../plug-ins/common/file-sunras.c:1651 +msgid "Standard" +msgstr "Standard" -#: plug-ins/MapObject/mapobject_ui.c:1439 -msgid "Zoom out (make image smaller)" -msgstr "Diminuir zoom (tornar imagem mais pequena)" +#: ../plug-ins/common/cml-explorer.c:201 +msgid "Use average value" +msgstr "Usar o valor médio" -#: plug-ins/MapObject/mapobject_ui.c:1453 -msgid "Zoom in (make image bigger)" -msgstr "Aumentar zoom (tornar imagem maior)" +#: ../plug-ins/common/cml-explorer.c:202 +msgid "Use reverse value" +msgstr "Utilizar o valor inverso" -#: plug-ins/MapObject/mapobject_ui.c:1455 -#, fuzzy -msgid "Show preview _wireframe" -msgstr "Exibir _Frame de Antevisão" +#: ../plug-ins/common/cml-explorer.c:203 +msgid "With random power (0,10)" +msgstr "Com potência aleatória (0,10)" -#: plug-ins/MapObject/mapobject_ui.c:1464 -msgid "Show/hide preview wireframe" -msgstr "Exibe/oculta frame de antevisão" +#: ../plug-ins/common/cml-explorer.c:204 +msgid "With random power (0,1)" +msgstr "Com potência aleatória (0,1)" -#: plug-ins/bmp/bmp.c:120 plug-ins/bmp/bmp.c:139 -msgid "Windows BMP image" -msgstr "" +#: ../plug-ins/common/cml-explorer.c:205 +msgid "With gradient power (0,1)" +msgstr "Com potência de gradiente (0,1)" -#: plug-ins/bmp/bmpread.c:86 -msgid "Bad colormap" -msgstr "Mapa de cor inadequado" +#: ../plug-ins/common/cml-explorer.c:206 +msgid "Multiply rand. value (0,1)" +msgstr "Multiplicar valor aleatório (0.1)" -#. Set up progress display -#. put up a progress bar -#. max. rows allocated -#. column, highest column ever used -#. -1 assume fsel is not available (and not attached to any drawable) -#. -1 assume there is no floating selection -#: plug-ins/bmp/bmpread.c:158 plug-ins/common/CEL.c:310 -#: plug-ins/common/dicom.c:295 plug-ins/common/gbr.c:332 -#: plug-ins/common/gifload.c:301 plug-ins/common/gih.c:653 -#: plug-ins/common/jpeg.c:941 plug-ins/common/pat.c:305 -#: plug-ins/common/pcx.c:307 plug-ins/common/pix.c:338 -#: plug-ins/common/png.c:681 plug-ins/common/pnm.c:437 -#: plug-ins/common/postscript.c:996 plug-ins/common/psd.c:1764 -#: plug-ins/common/raw.c:640 plug-ins/common/sunras.c:436 -#: plug-ins/common/tga.c:420 plug-ins/common/tiff.c:515 -#: plug-ins/common/wmf.c:952 plug-ins/common/xbm.c:724 -#: plug-ins/common/xpm.c:342 plug-ins/common/xwd.c:475 -#: plug-ins/faxg3/faxg3.c:203 plug-ins/gfli/gfli.c:465 plug-ins/sgi/sgi.c:323 -#: plug-ins/winicon/icoload.c:505 plug-ins/xjt/xjt.c:3312 -#, c-format -msgid "Opening '%s'..." -msgstr "A Abrir '%s'..." - -#: plug-ins/bmp/bmpread.c:170 plug-ins/bmp/bmpread.c:179 -#: plug-ins/bmp/bmpread.c:185 plug-ins/bmp/bmpread.c:193 -#: plug-ins/bmp/bmpread.c:207 plug-ins/bmp/bmpread.c:341 -#, c-format -msgid "'%s' is not a valid BMP file" -msgstr "'%s' não é um ficheiro BMP válido" +#: ../plug-ins/common/cml-explorer.c:207 +msgid "Multiply rand. value (0,2)" +msgstr "Multiplicar valor aleatório (0,2)" -#: plug-ins/bmp/bmpread.c:220 plug-ins/bmp/bmpread.c:239 -#: plug-ins/bmp/bmpread.c:260 plug-ins/bmp/bmpread.c:279 -#: plug-ins/bmp/bmpread.c:300 plug-ins/bmp/bmpread.c:306 -#: plug-ins/bmp/bmpread.c:312 -#, c-format -msgid "Error reading BMP file header from '%s'" -msgstr "Erro ao ler cabeçalho do ficheiro BMP de '%s'" +#: ../plug-ins/common/cml-explorer.c:208 +msgid "Multiply gradient (0,1)" +msgstr "Multiplicar gradiente (0,1)" -#: plug-ins/bmp/bmpread.c:439 plug-ins/bmp/bmpread.c:474 -msgid "Unrecognized or invalid BMP compression format." -msgstr "" +#: ../plug-ins/common/cml-explorer.c:209 +msgid "With p and random (0,1)" +msgstr "Com potência e aleatório (0,1)" -#. -#. * Create the "background" layer to hold the image... -#. -#: plug-ins/bmp/bmpread.c:479 plug-ins/common/CEL.c:357 -#: plug-ins/common/CEL.c:360 plug-ins/common/blinds.c:273 -#: plug-ins/common/compose.c:625 plug-ins/common/decompose.c:594 -#: plug-ins/common/dicom.c:442 plug-ins/common/film.c:946 -#: plug-ins/common/gifload.c:865 plug-ins/common/jpeg.c:1101 -#: plug-ins/common/jpeg.c:2416 plug-ins/common/pcx.c:334 -#: plug-ins/common/pcx.c:340 plug-ins/common/pix.c:374 -#: plug-ins/common/png.c:808 plug-ins/common/pnm.c:517 -#: plug-ins/common/psd.c:2173 plug-ins/common/raw.c:677 -#: plug-ins/common/smooth_palette.c:257 plug-ins/common/sunras.c:925 -#: plug-ins/common/tga.c:929 plug-ins/common/tiff.c:833 -#: plug-ins/common/tile.c:266 plug-ins/common/winclipboard.c:579 -#: plug-ins/common/xbm.c:867 plug-ins/faxg3/faxg3.c:465 -#: plug-ins/fits/fits.c:506 plug-ins/gfig/gfig-dialog.c:1286 -#: plug-ins/gimpressionist/general.c:121 plug-ins/sgi/sgi.c:376 -#: plug-ins/twain/twain.c:571 plug-ins/winsnap/winsnap.c:1152 -msgid "Background" -msgstr "Fundo" - -#: plug-ins/bmp/bmpwrite.c:136 plug-ins/common/dicom.c:617 -#: plug-ins/common/pcx.c:579 -msgid "Cannot save images with alpha channel." -msgstr "Incapaz de gravar imagens com canal alfa." - -#: plug-ins/bmp/bmpwrite.c:182 plug-ins/common/dicom.c:632 -#: plug-ins/common/postscript.c:1114 plug-ins/common/xwd.c:568 -#: plug-ins/fits/fits.c:441 plug-ins/xjt/xjt.c:1677 -msgid "Cannot operate on unknown image types." -msgstr "Incapaz de operar em tipos de imagens desconhecidos." - -#. And let's begin the progress -#. init the progress meter -#. Set up progress display -#: plug-ins/bmp/bmpwrite.c:209 plug-ins/common/CEL.c:582 -#: plug-ins/common/gbr.c:591 plug-ins/common/gif.c:1001 -#: plug-ins/common/gih.c:1259 plug-ins/common/gtm.c:245 -#: plug-ins/common/jpeg.c:1451 plug-ins/common/pat.c:438 -#: plug-ins/common/pcx.c:545 plug-ins/common/pix.c:521 -#: plug-ins/common/png.c:1185 plug-ins/common/pnm.c:814 -#: plug-ins/common/postscript.c:1128 plug-ins/common/psd_save.c:1593 -#: plug-ins/common/sunras.c:518 plug-ins/common/tga.c:1035 -#: plug-ins/common/tiff.c:1815 plug-ins/common/xbm.c:1001 -#: plug-ins/common/xpm.c:628 plug-ins/common/xwd.c:582 -#: plug-ins/fits/fits.c:455 plug-ins/gfli/gfli.c:682 plug-ins/sgi/sgi.c:545 -#: plug-ins/winicon/icosave.c:954 plug-ins/xjt/xjt.c:1682 -#, c-format -msgid "Saving '%s'..." -msgstr "A Gravar '%s'..." - -#: plug-ins/bmp/bmpwrite.c:554 -msgid "Save as BMP" -msgstr "Gravar como BMP" - -#: plug-ins/bmp/bmpwrite.c:568 -msgid "_RLE encoded" -msgstr "Codificação _RLE" - -#: plug-ins/common/AlienMap2.c:145 -#, fuzzy -msgid "_Modify red channel" -msgstr "_Modifica Canal Vermelho/Matiz" - -#: plug-ins/common/AlienMap2.c:145 -#, fuzzy -msgid "_Modify hue channel" -msgstr "_Modifica Canal Vermelho/Matiz" - -#: plug-ins/common/AlienMap2.c:146 -#, fuzzy -msgid "Mo_dify green channel" -msgstr "Mo_difica Canal Verde/Saturação" - -#: plug-ins/common/AlienMap2.c:146 -#, fuzzy -msgid "Mo_dify saturation channel" -msgstr "Mo_difica Canal Verde/Saturação" - -#: plug-ins/common/AlienMap2.c:147 -#, fuzzy -msgid "Mod_ify blue channel" -msgstr "Mod_ifica Canal Azul/Luminosidade" - -#: plug-ins/common/AlienMap2.c:147 -#, fuzzy -msgid "Mod_ify luminosity channel" -msgstr "Mod_ifica Canal Azul/Luminosidade" - -#: plug-ins/common/AlienMap2.c:152 -#, fuzzy -msgid "Red _frequency:" -msgstr "_Frequência Verm/H:" - -#: plug-ins/common/AlienMap2.c:152 -#, fuzzy -msgid "Hue _frequency:" -msgstr "_Frequência Verm/H:" - -#: plug-ins/common/AlienMap2.c:153 -#, fuzzy -msgid "Green fr_equency:" -msgstr "Fr_equência Verde/S:" - -#: plug-ins/common/AlienMap2.c:153 -#, fuzzy -msgid "Saturation fr_equency:" -msgstr "Saturação:" - -#: plug-ins/common/AlienMap2.c:154 -#, fuzzy -msgid "Blue freq_uency:" -msgstr "Freq_uência Az/L:" - -#: plug-ins/common/AlienMap2.c:154 -#, fuzzy -msgid "Luminosity freq_uency:" -msgstr "Freq_uência Az/L:" - -#: plug-ins/common/AlienMap2.c:156 -#, fuzzy -msgid "Red _phaseshift:" -msgstr "_Deslocamento de fase Verm/H:" - -#: plug-ins/common/AlienMap2.c:156 -#, fuzzy -msgid "Hue _phaseshift:" -msgstr "_Deslocamento de fase Verm/H:" - -#: plug-ins/common/AlienMap2.c:157 -#, fuzzy -msgid "Green ph_aseshift:" -msgstr "Desloc_amento de fase Verde/S:" - -#: plug-ins/common/AlienMap2.c:157 -#, fuzzy -msgid "Saturation ph_aseshift:" -msgstr "Desloc_amento de fase Verde/S:" - -#: plug-ins/common/AlienMap2.c:158 -#, fuzzy -msgid "Blue pha_seshift:" -msgstr "Deslocamento de fa_se Az/L:" - -#: plug-ins/common/AlienMap2.c:158 -#, fuzzy -msgid "Luminosity pha_seshift:" -msgstr "Limi_te de Luminosidade:" - -#: plug-ins/common/AlienMap2.c:193 -#, fuzzy -msgid "Alien Map _2..." -msgstr "AlienMap2" - -#: plug-ins/common/AlienMap2.c:325 -msgid "AlienMap2: Transforming..." -msgstr "AlienMap2: A Transformar..." - -#: plug-ins/common/AlienMap2.c:398 -msgid "AlienMap2" -msgstr "AlienMap2" - -#: plug-ins/common/AlienMap2.c:438 plug-ins/common/AlienMap2.c:462 -#: plug-ins/common/AlienMap2.c:486 -msgid "Number of cycles covering full value range" -msgstr "" - -#: plug-ins/common/AlienMap2.c:450 plug-ins/common/AlienMap2.c:474 -#: plug-ins/common/AlienMap2.c:498 -msgid "Phase angle, range 0-360" -msgstr "" - -#. Propagate Mode -#: plug-ins/common/AlienMap2.c:512 plug-ins/common/hot.c:588 -#: plug-ins/common/vpropagate.c:1084 plug-ins/common/waves.c:270 -msgid "Mode" -msgstr "Modo" - -#: plug-ins/common/AlienMap2.c:516 -#, fuzzy -msgid "_RGB color model" -msgstr "Modelo de Cores _RGB" - -#: plug-ins/common/AlienMap2.c:517 -#, fuzzy -msgid "_HSL color model" -msgstr "Modelo de Cores _HSL" - -#: plug-ins/common/CEL.c:112 plug-ins/common/CEL.c:130 -msgid "KISS CEL" -msgstr "" - -#: plug-ins/common/CEL.c:191 -msgid "Load KISS Palette" -msgstr "Carrega Paleta KISS" - -#: plug-ins/common/CEL.c:349 -msgid "Can't create a new image" -msgstr "Incapaz de criar um nova imagem" - -#: plug-ins/common/CEL.c:438 -#, c-format -msgid "Unsupported bit depth (%d)!" -msgstr "Profundidade de cor não suportada (%d)!" - -#: plug-ins/common/CML_explorer.c:131 -msgid "Keep image's values" -msgstr "Manter valores da imagem" - -#: plug-ins/common/CML_explorer.c:132 -msgid "Keep the first value" -msgstr "Manter o primeiro valor" - -#: plug-ins/common/CML_explorer.c:133 -msgid "Fill with parameter k" -msgstr "Completar com o parâmetro k" - -#: plug-ins/common/CML_explorer.c:134 -msgid "k{x(1-x)}^p" -msgstr "k{x(1-x)}^p" - -#: plug-ins/common/CML_explorer.c:135 -msgid "k{x(1-x)}^p stepped" -msgstr "k{x(1-x)}^p por passos" - -#: plug-ins/common/CML_explorer.c:136 -msgid "kx^p" -msgstr "kx^p" - -#: plug-ins/common/CML_explorer.c:137 -msgid "kx^p stepped" -msgstr "kx^p por passos" - -#: plug-ins/common/CML_explorer.c:138 -msgid "k(1-x^p)" -msgstr "k(1-x^p)" - -#: plug-ins/common/CML_explorer.c:139 -msgid "k(1-x^p) stepped" -msgstr "k(1-x^p) por passos" - -#: plug-ins/common/CML_explorer.c:140 -msgid "Delta function" -msgstr "Função delta" - -#: plug-ins/common/CML_explorer.c:141 -msgid "Delta function stepped" -msgstr "Função delta por passos" - -#: plug-ins/common/CML_explorer.c:142 -msgid "sin^p-based function" -msgstr "Função baseada em sin^p" - -#: plug-ins/common/CML_explorer.c:143 -msgid "sin^p, stepped" -msgstr "sin^p por passos" - -#: plug-ins/common/CML_explorer.c:169 -msgid "Max (x, -)" -msgstr "Máx. (x, -)" - -#: plug-ins/common/CML_explorer.c:170 -msgid "Max (x+d, -)" -msgstr "Máx. (x+d, -)" - -#: plug-ins/common/CML_explorer.c:171 -msgid "Max (x-d, -)" -msgstr "Máx. (x-d, -)" - -#: plug-ins/common/CML_explorer.c:172 -msgid "Min (x, -)" -msgstr "Mín. (x, -)" - -#: plug-ins/common/CML_explorer.c:173 -msgid "Min (x+d, -)" -msgstr "Mín. (x+d, -)" - -#: plug-ins/common/CML_explorer.c:174 -msgid "Min (x-d, -)" -msgstr "Mín. (x-d, -)" - -#: plug-ins/common/CML_explorer.c:175 -msgid "Max (x+d, -), (x < 0.5)" -msgstr "Máx. (x+d, -), (x < 0.5)" - -#: plug-ins/common/CML_explorer.c:176 -msgid "Max (x+d, -), (0.5 < x)" -msgstr "Máx. (x+d, -), (0.5 < x)" - -#: plug-ins/common/CML_explorer.c:177 -msgid "Max (x-d, -), (x < 0.5)" -msgstr "Máx. (x-d, -), (x < 0.5)" - -#: plug-ins/common/CML_explorer.c:178 -msgid "Max (x-d, -), (0.5 < x)" -msgstr "Máx. (x-d, -), (0.5 < x)" - -#: plug-ins/common/CML_explorer.c:179 -msgid "Min (x+d, -), (x < 0.5)" -msgstr "Mín. (x+d, -), (x < 0.5)" - -#: plug-ins/common/CML_explorer.c:180 -msgid "Min (x+d, -), (0.5 < x)" -msgstr "Mín. (x+d, -), (0.5 < x)" - -#: plug-ins/common/CML_explorer.c:181 -msgid "Min (x-d, -), (x < 0.5)" -msgstr "Mín. (x-d, -), (x < 0.5))" - -#: plug-ins/common/CML_explorer.c:182 -msgid "Min (x-d, -), (0.5 < x)" -msgstr "Mín. (x-d, -), (0.5 < x)" - -#: plug-ins/common/CML_explorer.c:202 plug-ins/common/sunras.c:1594 -#: plug-ins/print/gimp_main_window.c:1645 -msgid "Standard" -msgstr "Por omissão" - -#: plug-ins/common/CML_explorer.c:203 -msgid "Use average value" -msgstr "Utilizar valor médio" - -#: plug-ins/common/CML_explorer.c:204 -msgid "Use reverse value" -msgstr "Utilizar valor inverso" - -#: plug-ins/common/CML_explorer.c:205 -msgid "With random power (0,10)" -msgstr "Com potência aleatória (0,10)" - -#: plug-ins/common/CML_explorer.c:206 -msgid "With random power (0,1)" -msgstr "Com potência aleatória (0,1)" - -#: plug-ins/common/CML_explorer.c:207 -msgid "With gradient power (0,1)" -msgstr "Com potência de gradiente (0,1)" - -#: plug-ins/common/CML_explorer.c:208 -msgid "Multiply rand. value (0,1)" -msgstr "Multiplicar valor aleatório. (0.1)" - -#: plug-ins/common/CML_explorer.c:209 -msgid "Multiply rand. value (0,2)" -msgstr "Multiplicar valor aleatório. (0,2)" - -#: plug-ins/common/CML_explorer.c:210 -msgid "Multiply gradient (0,1)" -msgstr "Multiplicar gradiente (0,1)" - -#: plug-ins/common/CML_explorer.c:211 -msgid "With p and random (0,1)" -msgstr "Com p e aleatório (0,1)" - -#: plug-ins/common/CML_explorer.c:225 +#: ../plug-ins/common/cml-explorer.c:223 msgid "All black" msgstr "Todo preto" -#: plug-ins/common/CML_explorer.c:226 +#: ../plug-ins/common/cml-explorer.c:224 msgid "All gray" -msgstr "Todo cinza" +msgstr "Todo cinzento" -#: plug-ins/common/CML_explorer.c:227 +#: ../plug-ins/common/cml-explorer.c:225 msgid "All white" -msgstr "Todo branco " +msgstr "Todo branco" -#: plug-ins/common/CML_explorer.c:228 +#: ../plug-ins/common/cml-explorer.c:226 msgid "The first row of the image" -msgstr "A primeira fileira da imagem" +msgstr "A primeira linha da imagem" -#: plug-ins/common/CML_explorer.c:229 +#: ../plug-ins/common/cml-explorer.c:227 msgid "Continuous gradient" msgstr "Gradiente contínuo" -#: plug-ins/common/CML_explorer.c:230 +#: ../plug-ins/common/cml-explorer.c:228 msgid "Continuous grad. w/o gap" -msgstr "Intervalo contínuo de gradiente sem espaçamento" +msgstr "Gradiente contínuo sem espaços" -#: plug-ins/common/CML_explorer.c:231 +#: ../plug-ins/common/cml-explorer.c:229 msgid "Random, ch. independent" -msgstr "Canal independente aleatório" +msgstr "Aleatório, independente do canal" -#: plug-ins/common/CML_explorer.c:232 +#: ../plug-ins/common/cml-explorer.c:230 msgid "Random shared" -msgstr "Partilhado aleatoriamente" +msgstr "Aleatório, partilhado" -#: plug-ins/common/CML_explorer.c:233 +#: ../plug-ins/common/cml-explorer.c:231 msgid "Randoms from seed" -msgstr "Aleatórios a partir da origem" +msgstr "Aleatório a partir de semente" -#: plug-ins/common/CML_explorer.c:234 +#: ../plug-ins/common/cml-explorer.c:232 msgid "Randoms from seed (shared)" -msgstr "Aleatórios a partir da origem (partilhados)" +msgstr "Aleatórios a partir de semente (partilhado)" -#: plug-ins/common/CML_explorer.c:302 plug-ins/common/CML_explorer.c:310 -#: plug-ins/common/decompose.c:143 plug-ins/gimpressionist/orientation.c:162 -#: plug-ins/gimpressionist/size.c:165 +#: ../plug-ins/common/cml-explorer.c:300 ../plug-ins/common/cml-explorer.c:308 +#: ../plug-ins/common/decompose.c:188 +#: ../plug-ins/gimpressionist/orientation.c:180 +#: ../plug-ins/gimpressionist/size.c:183 msgid "Hue" msgstr "Matiz" -#: plug-ins/common/CML_explorer.c:303 plug-ins/common/CML_explorer.c:311 -#: plug-ins/common/decompose.c:144 plug-ins/rcm/rcm_dialog.c:541 +#: ../plug-ins/common/cml-explorer.c:301 ../plug-ins/common/cml-explorer.c:309 +#: ../plug-ins/common/decompose.c:189 msgid "Saturation" msgstr "Saturação" -#: plug-ins/common/CML_explorer.c:304 plug-ins/common/CML_explorer.c:312 -#: plug-ins/common/decompose.c:145 plug-ins/gimpressionist/orientation.c:138 -#: plug-ins/gimpressionist/size.c:141 +#: ../plug-ins/common/cml-explorer.c:302 ../plug-ins/common/cml-explorer.c:310 +#: ../plug-ins/common/decompose.c:190 +#: ../plug-ins/gimpressionist/orientation.c:156 +#: ../plug-ins/gimpressionist/size.c:159 msgid "Value" msgstr "Valor" -#: plug-ins/common/CML_explorer.c:309 +#: ../plug-ins/common/cml-explorer.c:307 msgid "(None)" -msgstr "(Nenhuma)" +msgstr "(Nenhum)" -#: plug-ins/common/CML_explorer.c:470 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:455 +msgid "Create abstract Coupled-Map Lattice patterns" +msgstr "Criar texturas abstractas com Malha com Mapa-Acoplado (CML)" + +#: ../plug-ins/common/cml-explorer.c:466 msgid "CML _Explorer..." -msgstr "CML_explorer: a evoluir..." +msgstr "_Abstrações de CML..." -#: plug-ins/common/CML_explorer.c:760 -msgid "CML_explorer: evoluting..." -msgstr "CML_explorer: a evoluir..." +#: ../plug-ins/common/cml-explorer.c:756 +msgid "CML Explorer: evoluting" +msgstr "Abstrações de CML: em evolução..." -#: plug-ins/common/CML_explorer.c:1186 +#: ../plug-ins/common/cml-explorer.c:1177 msgid "Coupled-Map-Lattice Explorer" -msgstr "Explorador da estrutura do mapa acoplado" +msgstr "Explorador da Malha com Mapa-Acoplado (CML)" -#: plug-ins/common/CML_explorer.c:1225 -#, fuzzy -msgid "New seed" -msgstr "Nova Origem" - -#: plug-ins/common/CML_explorer.c:1236 -#, fuzzy -msgid "Fix seed" -msgstr "Corrigir Origem" - -#: plug-ins/common/CML_explorer.c:1247 -#, fuzzy -msgid "Random seed" -msgstr "Ori_gem Aleatória:" +#: ../plug-ins/common/cml-explorer.c:1224 +msgid "New Seed" +msgstr "Nova semente" + +#: ../plug-ins/common/cml-explorer.c:1235 +msgid "Fix Seed" +msgstr "Fixar semente" + +#: ../plug-ins/common/cml-explorer.c:1246 +msgid "Random Seed" +msgstr "Semente Aleatória" -#: plug-ins/common/CML_explorer.c:1289 plug-ins/common/fp.c:663 -#: plug-ins/common/lic.c:669 +#: ../plug-ins/common/cml-explorer.c:1288 ../plug-ins/common/filter-pack.c:700 +#: ../plug-ins/common/van-gogh-lic.c:671 msgid "_Hue" -msgstr "Mati_z" +msgstr "_Matiz" -#: plug-ins/common/CML_explorer.c:1293 +#: ../plug-ins/common/cml-explorer.c:1292 msgid "Sat_uration" -msgstr "Sat_uração" +msgstr "_Saturação" -#: plug-ins/common/CML_explorer.c:1297 plug-ins/common/fp.c:671 +#: ../plug-ins/common/cml-explorer.c:1296 ../plug-ins/common/filter-pack.c:708 msgid "_Value" msgstr "_Valor" -#: plug-ins/common/CML_explorer.c:1301 +#: ../plug-ins/common/cml-explorer.c:1300 msgid "_Advanced" msgstr "_Avançado" -#: plug-ins/common/CML_explorer.c:1316 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1315 msgid "Channel Independent Parameters" -msgstr "Parâmetros Independentes Canal" +msgstr "Parâmetros Independentemente do Canal" -#: plug-ins/common/CML_explorer.c:1338 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1337 msgid "Initial value:" -msgstr "Valor Inicial:" +msgstr "Valor inicial:" -#: plug-ins/common/CML_explorer.c:1344 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1343 msgid "Zoom scale:" -msgstr "Escala Zoom:" +msgstr "Escala do Zoom:" -#: plug-ins/common/CML_explorer.c:1353 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1352 msgid "Start offset:" -msgstr "Iniciar Deslocamento:" +msgstr "Deslocamento inicial:" -#: plug-ins/common/CML_explorer.c:1362 +#: ../plug-ins/common/cml-explorer.c:1361 msgid "Seed of Random (only for \"From Seed\" Modes)" -msgstr "Origem de Aleatório (apenas para Modos \"A Partir Origem\")" +msgstr "" +"Semente dos números aleatórios (somente para modos \"A partir de Semente\")" -#: plug-ins/common/CML_explorer.c:1373 plug-ins/maze/maze_face.c:277 +#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261 msgid "Seed:" -msgstr "Origem:" +msgstr "Semente:" -#: plug-ins/common/CML_explorer.c:1386 -#, fuzzy -msgid "Switch to \"From seed\" with the last seed" -msgstr "Alterar para \"A Partir Origem\" com a última Origem" +#: ../plug-ins/common/cml-explorer.c:1385 +msgid "Switch to \"From seed\" With the Last Seed" +msgstr "Alterar para \"A partir de Semente\" com a Última Semente" -#: plug-ins/common/CML_explorer.c:1398 +#: ../plug-ins/common/cml-explorer.c:1397 msgid "" "\"Fix seed\" button is an alias of me.\n" "The same seed produces the same image, if (1) the widths of images are same " "(this is the reason why image on drawable is different from preview), and " "(2) all mutation rates equal to zero." msgstr "" -"O botão \"Corrigir Origem\" é um atalho para esta opção.\n" -"A mesma origem produz a mesma imagem, se (1) a largura das imagens for a " -"mesma (esta é a razão pela qual a imagem no desenho é diferente da da " -"antevisão), e (2) todas as taxas de mutação forem iguais a zero." +"O botão \"Semente fixa\" é um atalho para esta opção.\n" +"A mesma semente produz a mesma imagem, se (1) as larguras das imagens forem " +"as mesmas (esta é a razão pela qual o resultado na imagem é diferente da " +"ante-visão) e se (2) todas as taxas de mutação forem iguais a zero." -#: plug-ins/common/CML_explorer.c:1406 +#: ../plug-ins/common/cml-explorer.c:1405 msgid "O_thers" msgstr "Ou_tros" -#: plug-ins/common/CML_explorer.c:1421 +#: ../plug-ins/common/cml-explorer.c:1420 msgid "Copy Settings" msgstr "Copiar Configurações" -#: plug-ins/common/CML_explorer.c:1440 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1439 msgid "Source channel:" -msgstr "Canal Origem:" +msgstr "Canal de origem:" -#: plug-ins/common/CML_explorer.c:1455 plug-ins/common/CML_explorer.c:1503 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1454 +#: ../plug-ins/common/cml-explorer.c:1502 msgid "Destination channel:" -msgstr "Canal Destino:" +msgstr "Canal de destino:" -#: plug-ins/common/CML_explorer.c:1459 -#, fuzzy -msgid "Copy parameters" +#: ../plug-ins/common/cml-explorer.c:1458 +msgid "Copy Parameters" msgstr "Copiar Parâmetros" -#: plug-ins/common/CML_explorer.c:1468 +#: ../plug-ins/common/cml-explorer.c:1467 msgid "Selective Load Settings" -msgstr "Configurações Leitura Selectivas" +msgstr "Definições Selectivas de Carregamento" -#: plug-ins/common/CML_explorer.c:1488 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1487 msgid "Source channel in file:" -msgstr "Canal Origem em Ficheiro:" +msgstr "Ficheiro do Canal de origem:" -#: plug-ins/common/CML_explorer.c:1509 +#: ../plug-ins/common/cml-explorer.c:1508 msgid "_Misc Ops." -msgstr "Operações _Variadas" +msgstr "_Operações Variadas" -#: plug-ins/common/CML_explorer.c:1558 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1557 msgid "Function type:" -msgstr "Tipo Função:" +msgstr "Tipo de função:" -#: plug-ins/common/CML_explorer.c:1574 +#: ../plug-ins/common/cml-explorer.c:1573 msgid "Composition:" msgstr "Composição:" -#: plug-ins/common/CML_explorer.c:1588 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1587 msgid "Misc arrange:" -msgstr "Arranjo Variado:" +msgstr "Harmonização diversa:" -#: plug-ins/common/CML_explorer.c:1592 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1591 msgid "Use cyclic range" -msgstr "Utilizar Área Cíclica" +msgstr "Usar faixa cíclica" -#: plug-ins/common/CML_explorer.c:1602 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1601 msgid "Mod. rate:" -msgstr "Taxa de Modulação:" +msgstr "Taxa de modulação:" -#: plug-ins/common/CML_explorer.c:1611 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1610 msgid "Env. sensitivity:" -msgstr "Sensibilidade de Amb.:" +msgstr "Sensibilidade Ambiental:" -#: plug-ins/common/CML_explorer.c:1620 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1619 msgid "Diffusion dist.:" -msgstr "Distância de Difusão:" +msgstr "Distância da Difusão:" -#: plug-ins/common/CML_explorer.c:1629 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1628 msgid "# of subranges:" -msgstr "# de Sub-Áreas:" +msgstr "Nº de sub-faixas:" -#: plug-ins/common/CML_explorer.c:1638 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1637 msgid "P(ower factor):" -msgstr "Factor de Potência:" +msgstr "Factor da Potência (p):" -#: plug-ins/common/CML_explorer.c:1647 +#: ../plug-ins/common/cml-explorer.c:1646 msgid "Parameter k:" msgstr "Parâmetro k:" -#: plug-ins/common/CML_explorer.c:1656 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1655 msgid "Range low:" -msgstr "Área Menor:" +msgstr "Faixa baixa:" -#: plug-ins/common/CML_explorer.c:1665 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1664 msgid "Range high:" -msgstr "Área Maior:" +msgstr "Faixa alta:" -#: plug-ins/common/CML_explorer.c:1677 -#, fuzzy -msgid "Plot a graph of the settings" -msgstr "Traçar o Gráfico das Configurações" +#: ../plug-ins/common/cml-explorer.c:1676 +msgid "Plot a Graph of the Settings" +msgstr "Traçar o Gráfico dos Parâmetros" -#: plug-ins/common/CML_explorer.c:1722 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1721 msgid "Ch. sensitivity:" -msgstr "Sensibilidade Canal:" +msgstr "Sensibilidade do Canal:" -#: plug-ins/common/CML_explorer.c:1732 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1731 msgid "Mutation rate:" -msgstr "Taxa de Mutação:" +msgstr "Taxa de mutação:" -#: plug-ins/common/CML_explorer.c:1742 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1741 msgid "Mutation dist.:" -msgstr "Distância Mutação:" +msgstr "Distância da mutação:" -#: plug-ins/common/CML_explorer.c:1819 -msgid "Graph of the current settings" -msgstr "Representar graficamente as configurações actuais" +#: ../plug-ins/common/cml-explorer.c:1819 +msgid "Graph of the Current Settings" +msgstr "Gráfico dos Parâmetros Actuais" -#: plug-ins/common/CML_explorer.c:1889 +#: ../plug-ins/common/cml-explorer.c:1890 msgid "Warning: the source and the destination are the same channel." msgstr "Aviso: a origem e o destino são o mesmo canal." -#: plug-ins/common/CML_explorer.c:1948 -msgid "Save Parameters to" -msgstr "Gravar Parâmetros para" - -#: plug-ins/common/CML_explorer.c:2056 plug-ins/common/channel_mixer.c:1052 -#, fuzzy, c-format -msgid "Parameters were saved to '%s'" -msgstr "Parâmetros foram Gravados para '%s'" - -#: plug-ins/common/CML_explorer.c:2077 -msgid "CML Explorer: Overwrite File?" -msgstr "" - -#: plug-ins/common/CML_explorer.c:2091 plug-ins/common/channel_mixer.c:1083 -#, c-format -msgid "" -"File '%s' exists.\n" -"Overwrite it?" -msgstr "" -"Ficheiro '%s' existe.\n" -"Sobrepo-lo?" - -#: plug-ins/common/CML_explorer.c:2140 -msgid "Load Parameters from" -msgstr "Carregar Parâmetros de" - -#: plug-ins/common/CML_explorer.c:2142 -msgid "Selective Load from" -msgstr "Leitura Selectiva de" +#: ../plug-ins/common/cml-explorer.c:1949 +msgid "Save CML Explorer Parameters" +msgstr "Guardar Parâmetros do Abstrações CML." + +#: ../plug-ins/common/cml-explorer.c:2082 +msgid "Load CML Explorer Parameters" +msgstr "Carregar Parâmetros do Abstrações CML." -#: plug-ins/common/CML_explorer.c:2238 +#: ../plug-ins/common/cml-explorer.c:2200 msgid "Error: it's not CML parameter file." -msgstr "Erro: não é um ficheiro de parâmetro CML." +msgstr "Erro: não é um ficheiro com Parâmetros do Abstrações CML." -#: plug-ins/common/CML_explorer.c:2245 +#: ../plug-ins/common/cml-explorer.c:2207 #, c-format msgid "Warning: '%s' is an old format file." -msgstr "Aviso: '%s' é um ficheiro de formato antigo." +msgstr "Aviso: '%s' é um ficheiro com formato antigo." -#: plug-ins/common/CML_explorer.c:2248 +#: ../plug-ins/common/cml-explorer.c:2211 #, c-format -msgid "Warning: '%s' is a parameter file for newer CML_explorer than me." +msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer." msgstr "" -"Aviso: '%s' é um ficheiro de parâmetro para um CML_explorer mais recente que " -"este." +"Aviso: '%s' é um ficheiro de Parâmetros do Abstrações CML para uma versão " +"mais recente que a actual." -#: plug-ins/common/CML_explorer.c:2311 +#: ../plug-ins/common/cml-explorer.c:2274 msgid "Error: failed to load parameters" msgstr "Erro: falha ao carregar parâmetros" -#: plug-ins/common/aa.c:94 -msgid "ASCII art" -msgstr "" +#: ../plug-ins/common/color-cube-analyze.c:106 +msgid "Analyze the set of colors in the image" +msgstr "Analisar o conjunto de cores na imagem" -#. Create the actual window. -#: plug-ins/common/aa.c:345 -msgid "Save as Text" -msgstr "Gravar como Texto" +#: ../plug-ins/common/color-cube-analyze.c:112 +msgid "Colorcube A_nalysis..." +msgstr "A_nálise de Cores..." -#: plug-ins/common/aa.c:360 -#, fuzzy -msgid "_Format:" -msgstr "_Fonte:" +#: ../plug-ins/common/color-cube-analyze.c:200 +#: ../plug-ins/common/color-cube-analyze.c:356 +msgid "Colorcube Analysis" +msgstr "Análise de Cores" -#: plug-ins/common/align_layers.c:135 -#, fuzzy -msgid "Align _Visible Layers..." -msgstr "Alinhar Camadas Visíveis" +#. output results +#: ../plug-ins/common/color-cube-analyze.c:384 +#: ../plug-ins/imagemap/imap_cmd_guides.c:231 +#, c-format +msgid "Image dimensions: %d × %d" +msgstr "Dimensões da imagem: %d x %d" -#: plug-ins/common/align_layers.c:173 -msgid "There are not enough layers to align." -msgstr "Não existem camadas suficientes para alinhar." +#: ../plug-ins/common/color-cube-analyze.c:387 +msgid "No colors" +msgstr "Nenhuma cor presente" -#: plug-ins/common/align_layers.c:399 -msgid "Align Visible Layers" -msgstr "Alinhar Camadas Visíveis" - -#: plug-ins/common/align_layers.c:417 plug-ins/common/align_layers.c:448 -msgid "Collect" -msgstr "Coleccionar" - -#: plug-ins/common/align_layers.c:418 -msgid "Fill (left to right)" -msgstr "Preencher (da esquerda para direita)" - -#: plug-ins/common/align_layers.c:419 -msgid "Fill (right to left)" -msgstr "Preencher (da direita para esquerda)" - -#. "snap to grid" checkbutton at bottom of style frame -#: plug-ins/common/align_layers.c:420 plug-ins/common/align_layers.c:451 -#: plug-ins/gfig/gfig-dialog.c:495 -msgid "Snap to grid" -msgstr "Anexar à grelha" +#: ../plug-ins/common/color-cube-analyze.c:389 +msgid "Only one unique color" +msgstr "Só uma única cor" -#: plug-ins/common/align_layers.c:429 -#, fuzzy -msgid "_Horizontal style:" -msgstr "Estilo _Horizontal:" +#: ../plug-ins/common/color-cube-analyze.c:391 +#, c-format +msgid "Number of unique colors: %d" +msgstr "Número de cores únicas: %d" -#: plug-ins/common/align_layers.c:433 -#, fuzzy -msgid "Left edge" -msgstr "Extremidade Esquerda" +#: ../plug-ins/common/color-enhance.c:69 +msgid "Stretch color saturation to cover maximum possible range" +msgstr "" +"Esticar a saturação das cores para expandir a faixa de saturação ao máximo " +"possível" -#: plug-ins/common/align_layers.c:434 plug-ins/common/align_layers.c:464 -#: plug-ins/gflare/gflare.c:2641 -msgid "Center" -msgstr "Centro" +#: ../plug-ins/common/color-enhance.c:81 +msgid "_Color Enhance" +msgstr "_Realçar Cores" -#: plug-ins/common/align_layers.c:435 -#, fuzzy -msgid "Right edge" -msgstr "Extremidade Direita" +#: ../plug-ins/common/color-enhance.c:115 +msgid "Color Enhance" +msgstr "Realçe de Cores" -#: plug-ins/common/align_layers.c:444 -#, fuzzy -msgid "Ho_rizontal base:" -msgstr "Base Ho_rizontal:" +#: ../plug-ins/common/color-exchange.c:122 +msgid "Swap one color with another" +msgstr "Trocar uma cor por outra" -#: plug-ins/common/align_layers.c:449 -msgid "Fill (top to bottom)" -msgstr "Preencher (do topo para o fundo)" +#: ../plug-ins/common/color-exchange.c:128 +msgid "_Color Exchange..." +msgstr "_Troca de cor por cor..." -#: plug-ins/common/align_layers.c:450 -msgid "Fill (bottom to top)" -msgstr "Preencher (do fundo para o topo)" +#: ../plug-ins/common/color-exchange.c:213 +#: ../plug-ins/common/color-exchange.c:287 +msgid "Color Exchange" +msgstr "Troca de Cores" -#: plug-ins/common/align_layers.c:460 -#, fuzzy -msgid "_Vertical style:" -msgstr "Estilo _Vertical:" +#: ../plug-ins/common/color-exchange.c:309 +msgid "Middle-Click Inside Preview to Pick \"From Color\"" +msgstr "" +"Use o botão do meio do rato na Ante-visão para cor de \"Trocar a seguinte Cor" +"\"" -#: plug-ins/common/align_layers.c:463 -#, fuzzy -msgid "Top edge" -msgstr "Extremidade Superior" +#: ../plug-ins/common/color-exchange.c:347 +msgid "To Color" +msgstr "Pela seguinte cor :" -#: plug-ins/common/align_layers.c:465 -#, fuzzy -msgid "Bottom edge" -msgstr "Extremidade Inferior" +#: ../plug-ins/common/color-exchange.c:347 +msgid "From Color" +msgstr "Troque a seguinte cor :" -#: plug-ins/common/align_layers.c:474 -#, fuzzy -msgid "Ver_tical base:" -msgstr "Base Ver_tical:" +#: ../plug-ins/common/color-exchange.c:365 +msgid "Color Exchange: To Color" +msgstr "Trocar de cores: Nova cor" -#: plug-ins/common/align_layers.c:478 -#, fuzzy -msgid "_Grid size:" -msgstr "Tamanho de _Grade:" +#: ../plug-ins/common/color-exchange.c:366 +msgid "Color Exchange: From Color" +msgstr "Trocar de cores: Antiga cor" -#: plug-ins/common/align_layers.c:487 -#, fuzzy -msgid "_Ignore the bottom layer even if visible" -msgstr "_Ignorar a Camada do Fundo mesmo se Visível" +#: ../plug-ins/common/color-exchange.c:424 +msgid "R_ed threshold:" +msgstr "Limite do V_ermelho:" -#: plug-ins/common/align_layers.c:497 -#, fuzzy -msgid "_Use the (invisible) bottom layer as the base" -msgstr "_Utilizar a Camada do Fundo (Invisível) como a Base" +#: ../plug-ins/common/color-exchange.c:484 +msgid "G_reen threshold:" +msgstr "Limite do Ve_rde:" -#: plug-ins/common/animationplay.c:181 -#, fuzzy -msgid "_Playback..." -msgstr "Reproduzir: " +#: ../plug-ins/common/color-exchange.c:545 +msgid "B_lue threshold:" +msgstr "Limite do Azu_l:" -#: plug-ins/common/animationplay.c:413 -#, fuzzy -msgid "Animation Playback:" -msgstr "Reproduzir Animação: " +#: ../plug-ins/common/color-exchange.c:573 +msgid "Lock _thresholds" +msgstr "_Trancar limites das três cores" -#: plug-ins/common/animationplay.c:431 -#, fuzzy -msgid "Playback:" -msgstr "Reproduzir: " +#: ../plug-ins/common/color-to-alpha.c:94 +msgid "Convert a specified color to transparency" +msgstr "Converter a cor específicada em transparência" -#: plug-ins/common/animationplay.c:457 -msgid "Play/Stop" -msgstr "Reproduzir/Parar" +#: ../plug-ins/common/color-to-alpha.c:101 +msgid "Color to _Alpha..." +msgstr "Converter Cor em Tr_ansparência..." -#: plug-ins/common/animationplay.c:463 -msgid "Rewind" -msgstr "Rebobinar" +#: ../plug-ins/common/color-to-alpha.c:184 +msgid "Removing color" +msgstr "A remover cor" -#: plug-ins/common/animationplay.c:469 -msgid "Step" -msgstr "Etapa" +#: ../plug-ins/common/color-to-alpha.c:377 +msgid "Color to Alpha" +msgstr "Converter Cor em Transparência" -#: plug-ins/common/animationplay.c:1138 -#, c-format -msgid "Frame %d of %d" -msgstr "Frame %d de %d" +#: ../plug-ins/common/color-to-alpha.c:414 +msgid "Color to Alpha Color Picker" +msgstr "Seleccione a Cor a Converter em Transparência" -#: plug-ins/common/animoptimize.c:140 -msgid "Optimize (for _GIF)" -msgstr "" +#: ../plug-ins/common/color-to-alpha.c:429 +msgid "to alpha" +msgstr "em transparência" -#: plug-ins/common/animoptimize.c:158 -#, fuzzy -msgid "_Optimize (Difference)" -msgstr "/Filtros/Animação/_Optimizar (Diferença)" +#: ../plug-ins/common/colorify.c:102 +msgid "Replace all colors with shades of a specified color" +msgstr "Substituir todas as cores pelos tons da cor especificada" -#: plug-ins/common/animoptimize.c:175 -#, fuzzy -msgid "_UnOptimize" -msgstr "Optimizar" +#: ../plug-ins/common/colorify.c:108 +msgid "Colorif_y..." +msgstr "Cores por _Uma Cor..." -#: plug-ins/common/animoptimize.c:198 -#, fuzzy -msgid "_Remove Backdrop" -msgstr "_Remover" +#: ../plug-ins/common/colorify.c:169 +msgid "Colorifying" +msgstr "A trocar cores pelos tons da Cor escolhida" -#: plug-ins/common/animoptimize.c:214 -msgid "_Find Backdrop" -msgstr "" +#: ../plug-ins/common/colorify.c:255 +msgid "Colorify" +msgstr "Trocar Cores por Uma Cor" -#: plug-ins/common/animoptimize.c:429 -msgid "UnOptimizing Animation..." -msgstr "A Desfazer Optimização Animação..." - -#: plug-ins/common/animoptimize.c:432 -msgid "Removing Animation Background..." -msgstr "A Remover Fundo Animação..." - -#: plug-ins/common/animoptimize.c:435 -msgid "Finding Animation Background..." -msgstr "A Procurar Fundo Animação..." - -#: plug-ins/common/animoptimize.c:439 -msgid "Optimizing Animation..." -msgstr "A Optimizar Animação..." +#: ../plug-ins/common/colorify.c:289 +msgid "Custom color:" +msgstr "A cor escolhida:" -#: plug-ins/common/apply_lens.c:112 -#, fuzzy -msgid "Apply _Lens..." -msgstr "A aplicar lentes..." +#: ../plug-ins/common/colorify.c:294 +msgid "Colorify Custom Color" +msgstr "Trocar Cores por Uma Cor personalizada" -#: plug-ins/common/apply_lens.c:179 -msgid "Applying lens..." -msgstr "A aplicar lentes..." +#: ../plug-ins/common/colormap-remap.c:97 +msgid "Rearrange the colormap" +msgstr "Re-ordenar o Mapa de Cores" -#: plug-ins/common/apply_lens.c:391 -msgid "Lens Effect" -msgstr "Efeito Lente" +#: ../plug-ins/common/colormap-remap.c:104 +msgid "R_earrange Colormap..." +msgstr "R_e-ordenar Mapa de Cores..." -#: plug-ins/common/apply_lens.c:417 -#, fuzzy -msgid "_Keep original surroundings" -msgstr "_Manter Limites Originais" +#: ../plug-ins/common/colormap-remap.c:116 +msgid "Swap two colors in the colormap" +msgstr "Trocar cores usando o Mapa de cores" -#: plug-ins/common/apply_lens.c:432 -#, fuzzy -msgid "_Set surroundings to index 0" -msgstr "_Configurar Limites para Índice 0" +#: ../plug-ins/common/colormap-remap.c:123 +msgid "_Swap Colors" +msgstr "_Trocar Cores" -#: plug-ins/common/apply_lens.c:433 -#, fuzzy -msgid "_Set surroundings to background color" -msgstr "_Configurar Limites para Cor de Fundo" +#: ../plug-ins/common/colormap-remap.c:286 +#: ../plug-ins/common/colormap-remap.c:297 +#: ../plug-ins/common/colormap-remap.c:308 +msgid "Invalid remap array was passed to remap function" +msgstr "Invalid remap array was passed to remap function" -#: plug-ins/common/apply_lens.c:448 -#, fuzzy -msgid "_Make surroundings transparent" -msgstr "Tornar Li_mites Transparentes" +#: ../plug-ins/common/colormap-remap.c:332 +msgid "Rearranging the colormap" +msgstr "A re-ordenar o Mapa de Cores" -#: plug-ins/common/apply_lens.c:465 -#, fuzzy -msgid "_Lens refraction index:" -msgstr "Índice de Refracção de _Lente:" +#: ../plug-ins/common/colormap-remap.c:481 +msgid "Sort on Hue" +msgstr "Ordenar por Matiz" -#: plug-ins/common/autocrop.c:85 -#, fuzzy -msgid "_Autocrop Image" -msgstr "Imagem Int_eira" +#: ../plug-ins/common/colormap-remap.c:485 +msgid "Sort on Saturation" +msgstr "Ordenar por Saturação" -#: plug-ins/common/autocrop.c:99 -#, fuzzy -msgid "_Autocrop Layer" -msgstr "Camada da Dobra" +#: ../plug-ins/common/colormap-remap.c:489 +msgid "Sort on Value" +msgstr "Ordenar por Valores" -#: plug-ins/common/autocrop.c:146 -msgid "Cropping..." -msgstr "A Cortar..." +#: ../plug-ins/common/colormap-remap.c:493 +msgid "Reverse Order" +msgstr "Ordem Inversa" -#: plug-ins/common/autostretch_hsv.c:80 -#, fuzzy -msgid "Stretch _HSV" -msgstr "Esticar" +#: ../plug-ins/common/colormap-remap.c:497 +msgid "Reset Order" +msgstr "Repor Ordem" -#: plug-ins/common/autostretch_hsv.c:116 -msgid "Auto-Stretching HSV..." -msgstr "Ampliação Automática HSV..." +#: ../plug-ins/common/colormap-remap.c:596 +msgid "Rearrange Colormap" +msgstr "Re-ordenar Mapa de Cores" -#: plug-ins/common/autostretch_hsv.c:192 -msgid "autostretch_hsv: cmap was NULL! Quitting...\n" +#: ../plug-ins/common/colormap-remap.c:699 +msgid "" +"Drag and drop colors to rearrange the colormap. The numbers shown are the " +"original indices. Right-click for a menu with sort options." msgstr "" +"Arraste-e-largue cores para re-ordenar o mapa de cores. Os números " +"apresentados são os índices originais. Clique com o botão direito do rato " +"para abrir o menu com as opções de ordenamento." -#: plug-ins/common/blinds.c:124 -#, fuzzy -msgid "_Blinds..." -msgstr "Persianas" +#: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 +#: ../plug-ins/common/file-raw.c:1025 +msgid "RGB" +msgstr "RGB" -#: plug-ins/common/blinds.c:191 -msgid "Adding Blinds..." -msgstr "A Adicionar Persianas..." +#: ../plug-ins/common/compose.c:200 ../plug-ins/common/decompose.c:178 +msgid "RGBA" +msgstr "RGBA" -#: plug-ins/common/blinds.c:229 -msgid "Blinds" -msgstr "Persianas" +#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noise-rgb.c:525 +#: ../plug-ins/common/noise-rgb.c:540 +msgid "_Alpha:" +msgstr "Tr_ansparência:" -#. Orientation toggle box -#: plug-ins/common/blinds.c:255 plug-ins/common/ripple.c:535 -msgid "Orientation" -msgstr "Orientação" +#: ../plug-ins/common/compose.c:211 ../plug-ins/common/decompose.c:184 +msgid "HSV" +msgstr "MSV" -#: plug-ins/common/blinds.c:259 plug-ins/common/ripple.c:539 -#: plug-ins/common/tileit.c:418 plug-ins/pagecurl/pagecurl.c:530 -msgid "_Horizontal" -msgstr "_Horizontal" +#: ../plug-ins/common/compose.c:212 ../plug-ins/common/compose.c:220 +msgid "_Hue:" +msgstr "_Matiz:" -#: plug-ins/common/blinds.c:260 plug-ins/common/ripple.c:540 -#: plug-ins/common/tileit.c:428 plug-ins/pagecurl/pagecurl.c:529 -msgid "_Vertical" -msgstr "_Vertical" +#: ../plug-ins/common/compose.c:213 ../plug-ins/common/compose.c:221 +#: ../plug-ins/common/noise-hsv.c:421 +msgid "_Saturation:" +msgstr "_Saturação:" -#: plug-ins/common/blinds.c:277 plug-ins/common/fractaltrace.c:733 -#: plug-ins/common/papertile.c:358 -msgid "_Transparent" -msgstr "_Transparente" +#: ../plug-ins/common/compose.c:214 ../plug-ins/common/noise-hsv.c:433 +msgid "_Value:" +msgstr "_Valor:" -#: plug-ins/common/blinds.c:303 -msgid "_Displacement:" -msgstr "_Deslocamento:" +#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193 +msgid "HSL" +msgstr "HSL" + +#: ../plug-ins/common/compose.c:222 +msgid "_Lightness:" +msgstr "_Luminosidade:" -#: plug-ins/common/blinds.c:315 -#, fuzzy -msgid "_Number of segments:" -msgstr "_Núm Segmentos:" +#: ../plug-ins/common/compose.c:227 ../plug-ins/common/decompose.c:202 +msgid "CMY" +msgstr "CMY" -#: plug-ins/common/blur.c:147 -#, fuzzy -msgid "_Blur" -msgstr "Desfocar" +#: ../plug-ins/common/compose.c:228 ../plug-ins/common/compose.c:236 +msgid "_Cyan:" +msgstr "Ciano (_C):" + +#: ../plug-ins/common/compose.c:229 ../plug-ins/common/compose.c:237 +msgid "_Magenta:" +msgstr "Magenta(_M):" + +#: ../plug-ins/common/compose.c:230 ../plug-ins/common/compose.c:238 +msgid "_Yellow:" +msgstr "Amarelo (_Y):" -#: plug-ins/common/blur.c:191 plug-ins/common/unsharp.c:432 -msgid "Blurring..." -msgstr "A Desfocar..." +#: ../plug-ins/common/compose.c:235 ../plug-ins/common/decompose.c:211 +msgid "CMYK" +msgstr "CMAK" -#: plug-ins/common/borderaverage.c:101 -#, fuzzy -msgid "_Border Average..." -msgstr "Média Margem..." +#: ../plug-ins/common/compose.c:239 +msgid "_Black:" +msgstr "Preto (_K):" -#: plug-ins/common/borderaverage.c:168 -msgid "Border Average..." -msgstr "Média Margem..." +#: ../plug-ins/common/compose.c:243 ../plug-ins/common/decompose.c:224 +msgid "LAB" +msgstr "LAB" -#: plug-ins/common/borderaverage.c:348 -msgid "Borderaverage" -msgstr "Média de margem" +#: ../plug-ins/common/compose.c:252 +msgid "_Luma y470:" +msgstr "A_cromático y470:" -#: plug-ins/common/borderaverage.c:362 -msgid "Border Size" -msgstr "Tamanho Margem" +#: ../plug-ins/common/compose.c:253 +msgid "_Blueness cb470:" +msgstr "A_zulado cb470:" -#: plug-ins/common/borderaverage.c:370 -msgid "_Thickness:" -msgstr "_Espessura:" +#: ../plug-ins/common/compose.c:254 +msgid "_Redness cr470:" +msgstr "A_vermelhado cr470:" -#: plug-ins/common/borderaverage.c:413 -#, fuzzy -msgid "_Bucket size:" -msgstr "Tamanho do Preenc_himento:" +#: ../plug-ins/common/compose.c:260 +msgid "_Luma y709:" +msgstr "A_cromático y709:" -#: plug-ins/common/bumpmap.c:341 -#, fuzzy -msgid "_Bump Map..." -msgstr "Ma_pa de Saliências" +#: ../plug-ins/common/compose.c:261 +msgid "_Blueness cb709:" +msgstr "A_zulado cb709:" -#: plug-ins/common/bumpmap.c:490 -msgid "Bump-mapping..." -msgstr "A Mapear Saliências..." +#: ../plug-ins/common/compose.c:262 +msgid "_Redness cr709:" +msgstr "A_vermelhado cr709:" -#: plug-ins/common/bumpmap.c:834 -msgid "Bump Map" -msgstr "Mapa Saliências" +#: ../plug-ins/common/compose.c:268 +msgid "_Luma y470f:" +msgstr "A_cromático y470f:" -#: plug-ins/common/bumpmap.c:893 -#, fuzzy -msgid "_Bump map:" -msgstr "Ma_pa de Saliências:" +#: ../plug-ins/common/compose.c:269 +msgid "_Blueness cb470f:" +msgstr "A_zulado cb470f:" -#: plug-ins/common/bumpmap.c:908 -#, fuzzy -msgid "_Map type:" -msgstr "Tipo Mapa" +#: ../plug-ins/common/compose.c:270 +msgid "_Redness cr470f:" +msgstr "A_vermelhado cd470f:" -#. Compensate darkening -#: plug-ins/common/bumpmap.c:913 -#, fuzzy -msgid "Co_mpensate for darkening" -msgstr "Co_mpensar para Escurecimento" +#: ../plug-ins/common/compose.c:276 +msgid "_Luma y709f:" +msgstr "A_cromático y709f:" -#. Invert bumpmap -#: plug-ins/common/bumpmap.c:927 -#, fuzzy -msgid "I_nvert bumpmap" -msgstr "I_nverter Mapa de Saliências" +#: ../plug-ins/common/compose.c:277 +msgid "_Blueness cb709f:" +msgstr "A_zulado cb709f:" -#. Tile bumpmap -#: plug-ins/common/bumpmap.c:941 -#, fuzzy -msgid "_Tile bumpmap" -msgstr "Mapa de Saliências em _Mosaico" +#: ../plug-ins/common/compose.c:278 +msgid "_Redness cr709f:" +msgstr "A_vermelhado cr709f:" -#: plug-ins/common/bumpmap.c:956 plug-ins/common/emboss.c:485 -msgid "_Azimuth:" -msgstr "_Azimute:" +#: ../plug-ins/common/compose.c:404 +msgid "Create an image using multiple gray images as color channels" +msgstr "" +"Cria uma imagem usando imagens em tons de cinzentos como se fossem canais de " +"cor" -#: plug-ins/common/bumpmap.c:968 -msgid "_Elevation:" -msgstr "_Elevação:" +#: ../plug-ins/common/compose.c:410 +msgid "C_ompose..." +msgstr "C_ompor Cinzentos em Cor..." -#: plug-ins/common/bumpmap.c:994 plug-ins/common/postscript.c:3137 -#, fuzzy -msgid "_X offset:" -msgstr "Deslocamento _X:" +#: ../plug-ins/common/compose.c:434 +msgid "Recompose an image that was previously decomposed" +msgstr "Recompor as cores de uma imagem que foi anteriormente decomposta" + +#: ../plug-ins/common/compose.c:442 +msgid "R_ecompose" +msgstr "R_ecompor Cores" -#: plug-ins/common/bumpmap.c:997 plug-ins/common/bumpmap.c:1011 +#: ../plug-ins/common/compose.c:488 msgid "" -"The offset can be adjusted by dragging the preview using the middle mouse " -"button." +"You can only run 'Recompose' if the active image was originally produced by " +"'Decompose'." msgstr "" +"Só pode correr o 'Recompor Cores' se a imagem active tiver sido produzida " +"originalmente pelo 'Decompor Cores'" -#: plug-ins/common/bumpmap.c:1008 plug-ins/common/postscript.c:3146 -#, fuzzy -msgid "_Y offset:" -msgstr "Deslocamento _Y:" +#: ../plug-ins/common/compose.c:512 +msgid "Error scanning 'decompose-data' parasite: too few layers found" +msgstr "" +"Erro ao sondar informação dos 'dados-da-decomposição': quantidade de camadas " +"insuficiente" -#: plug-ins/common/bumpmap.c:1022 -msgid "_Waterlevel:" -msgstr "Ní_vel d'água:" +#: ../plug-ins/common/compose.c:545 +#, c-format +msgid "Could not get layers for image %d" +msgstr "Incapaz de obter as camadas necessárias para a imagem %d" -#: plug-ins/common/bumpmap.c:1034 -msgid "A_mbient:" -msgstr "A_mbiente:" +#: ../plug-ins/common/compose.c:612 +msgid "Composing" +msgstr "A Compor cores..." -#: plug-ins/common/c_astretch.c:78 -#, fuzzy -msgid "_Stretch Contrast" -msgstr "Contraste de Ampliação Automático..." +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 +msgid "At least one image is needed to compose" +msgstr "É no mínimo necessária uma imagem para compor as cores" -#: plug-ins/common/c_astretch.c:112 -msgid "Auto-Stretching Contrast..." -msgstr "Contraste de Ampliação Automático..." +#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:722 +#, c-format +msgid "Specified layer %d not found" +msgstr "A camada específicada %d não foi encontrada" -#: plug-ins/common/c_astretch.c:152 -msgid "c_astretch: cmap was NULL! Quitting...\n" -msgstr "" +#: ../plug-ins/common/compose.c:730 +msgid "Drawables have different size" +msgstr "Os desenháveis têm tamanhos diferentes" -#: plug-ins/common/cartoon.c:147 -#, fuzzy -msgid "Ca_rtoon..." -msgstr "Legend_a" +#: ../plug-ins/common/compose.c:755 +msgid "Images have different size" +msgstr "As imagens têm tamanhos diferentes" -#: plug-ins/common/cartoon.c:229 plug-ins/common/dog.c:247 -#: plug-ins/common/gauss.c:431 plug-ins/common/neon.c:221 -#: plug-ins/common/photocopy.c:241 plug-ins/common/sel_gauss.c:204 -#: plug-ins/common/softglow.c:220 plug-ins/gflare/gflare.c:972 -#: plug-ins/sgi/sgi.c:528 plug-ins/xjt/xjt.c:1673 -msgid "Cannot operate on indexed color images." -msgstr "Incapaz de operar em imagens de cores indexadas." +#: ../plug-ins/common/compose.c:773 +msgid "Error in getting layer IDs" +msgstr "Erro ao obter as identificações das camadas" -#: plug-ins/common/cartoon.c:808 -#, fuzzy -msgid "Cartoon" -msgstr "Legend_a" +#: ../plug-ins/common/compose.c:796 +#, c-format +msgid "Image is not a gray image (bpp=%d)" +msgstr "Imagem não é uma imagem de tons de cinzento (bpp=%d)" -#: plug-ins/common/cartoon.c:838 plug-ins/common/photocopy.c:867 -#, fuzzy -msgid "_Mask radius:" -msgstr "Raio de Des_foc.:" +#: ../plug-ins/common/compose.c:824 +msgid "Unable to recompose, source layer not found" +msgstr "Incapaz de re-compor, a camada de origem não foi encontrada" -#: plug-ins/common/cartoon.c:852 -#, fuzzy -msgid "_Percent black:" -msgstr "Porcento" +#: ../plug-ins/common/compose.c:1481 +msgid "Compose" +msgstr "Compor" -#: plug-ins/common/ccanalyze.c:110 -#, fuzzy -msgid "Colorcube A_nalysis..." -msgstr "Análise Cubo Colorido..." +#. Compose type combo +#: ../plug-ins/common/compose.c:1508 +msgid "Compose Channels" +msgstr "Compor Canais" -#: plug-ins/common/ccanalyze.c:200 -msgid "Colorcube Analysis..." -msgstr "Análise Cubo Colorido..." +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 +msgid "Color _model:" +msgstr "_Modelo de Cores" -#: plug-ins/common/ccanalyze.c:358 -msgid "Colorcube Analysis" -msgstr "Análise Cubo Colorido" +#. Channel representation table +#: ../plug-ins/common/compose.c:1550 +msgid "Channel Representations" +msgstr "Representações dos Canais" -#. output results -#: plug-ins/common/ccanalyze.c:384 plug-ins/imagemap/imap_cmd_guides.c:233 -#, c-format -msgid "Image dimensions: %d x %d" -msgstr "Dimensões de imagem: %d x %d" +#: ../plug-ins/common/compose.c:1613 +msgid "Mask value" +msgstr "Valor da Máscara" + +#: ../plug-ins/common/contrast-normalize.c:80 +msgid "Stretch brightness values to cover the full range" +msgstr "Esticar os valores do brilho para cobrir toda a faixa" -#: plug-ins/common/ccanalyze.c:387 -msgid "No colors" -msgstr "Sem cores" +#: ../plug-ins/common/contrast-normalize.c:92 +#: ../plug-ins/common/edge-dog.c:361 +msgid "_Normalize" +msgstr "_Normalizar" -#: plug-ins/common/ccanalyze.c:389 -msgid "Only one unique color" -msgstr "Apenas uma cor única" +#: ../plug-ins/common/contrast-normalize.c:126 +msgid "Normalizing" +msgstr "A normalizar..." -#: plug-ins/common/ccanalyze.c:391 -#, c-format -msgid "Number of unique colors: %d" -msgstr "Número de cores únicas: %d" +#: ../plug-ins/common/contrast-retinex.c:156 +msgid "Enhance contrast using the Retinex method" +msgstr "Melhorar o contraste usando o método Retinex" -#: plug-ins/common/ccanalyze.c:394 -#, c-format -msgid "Uncompressed size: %s" -msgstr "Tamanho descomprimido: %s" +#: ../plug-ins/common/contrast-retinex.c:166 +msgid "Retine_x..." +msgstr "Contraste Retine_x..." -#: plug-ins/common/ccanalyze.c:401 -#, c-format -msgid "Filename: %s" -msgstr "Nome Ficheiro: %s" +#: ../plug-ins/common/contrast-retinex.c:250 +msgid "Retinex" +msgstr "Método Retinex" -#: plug-ins/common/ccanalyze.c:402 -#, c-format -msgid "Compressed size: %s" -msgstr "Tamanho comprimido: %s" +#: ../plug-ins/common/contrast-retinex.c:286 +msgid "Retinex Image Enhancement" +msgstr "Realçar Contraste Retinex" -#: plug-ins/common/ccanalyze.c:403 -#, c-format -msgid "Compression ratio (approx.): %d to 1" -msgstr "Rácio de compressão (aprox.): %d para 1" +#: ../plug-ins/common/contrast-retinex.c:321 +msgid "Uniform" +msgstr "Uniforme" -#: plug-ins/common/channel_mixer.c:197 -#, fuzzy -msgid "Channel Mi_xer..." -msgstr "Misturador de Canais" +#: ../plug-ins/common/contrast-retinex.c:322 +msgid "Low" +msgstr "Baixo" -#: plug-ins/common/channel_mixer.c:485 -msgid "Channel Mixer" -msgstr "Misturador de Canais" +#: ../plug-ins/common/contrast-retinex.c:323 +msgid "High" +msgstr "Alto" -#: plug-ins/common/channel_mixer.c:514 -#, fuzzy -msgid "O_utput channel:" -msgstr "Canal de Sai_da:" +#: ../plug-ins/common/contrast-retinex.c:334 +msgid "_Level:" +msgstr "_Nível" -#: plug-ins/common/channel_mixer.c:568 plug-ins/common/diffraction.c:498 -#: plug-ins/common/diffraction.c:536 plug-ins/common/diffraction.c:574 -#: plug-ins/common/exchange.c:397 plug-ins/common/noisify.c:526 -#: plug-ins/common/noisify.c:533 -msgid "_Red:" -msgstr "Ve_rmelho:" +#: ../plug-ins/common/contrast-retinex.c:339 +msgid "_Scale:" +msgstr "_Escala:" -#: plug-ins/common/channel_mixer.c:586 plug-ins/common/diffraction.c:507 -#: plug-ins/common/diffraction.c:545 plug-ins/common/diffraction.c:583 -#: plug-ins/common/exchange.c:457 plug-ins/common/noisify.c:527 -#: plug-ins/common/noisify.c:534 -msgid "_Green:" -msgstr "_Verde:" +#: ../plug-ins/common/contrast-retinex.c:354 +msgid "Scale _division:" +msgstr "_Divisões da escala:" -#: plug-ins/common/channel_mixer.c:605 plug-ins/common/diffraction.c:516 -#: plug-ins/common/diffraction.c:554 plug-ins/common/diffraction.c:592 -#: plug-ins/common/exchange.c:519 plug-ins/common/noisify.c:528 -#: plug-ins/common/noisify.c:535 -msgid "_Blue:" -msgstr "A_zul:" +#: ../plug-ins/common/contrast-retinex.c:369 +msgid "Dy_namic:" +msgstr "Di_nâmica:" -#. The monochrome toggle -#: plug-ins/common/channel_mixer.c:616 -msgid "_Monochrome" -msgstr "_Monocromático" +#: ../plug-ins/common/contrast-retinex.c:642 +msgid "Retinex: filtering" +msgstr "Método Retinex: a filtrar" -#: plug-ins/common/channel_mixer.c:628 -#, fuzzy -msgid "Preserve _luminosity" -msgstr "Manter _Luminosidade" +#: ../plug-ins/common/contrast-stretch-hsv.c:68 +msgid "Stretch image contrast to cover the maximum possible range" +msgstr "" +"Esticar o contraste da imagem para expandir a faixa de contraste ao máximo " +"possível" -#: plug-ins/common/channel_mixer.c:857 -msgid "Load Channel Mixer Settings" -msgstr "Ler Definições de Misturador de Canais" +#: ../plug-ins/common/contrast-stretch-hsv.c:81 +msgid "Stretch _HSV" +msgstr "Esticar Contraste _HSV" -#: plug-ins/common/channel_mixer.c:989 -msgid "Save Channel Mixer Settings" -msgstr "Gravar Definições de Misturador de Canais" +#: ../plug-ins/common/contrast-stretch-hsv.c:116 +msgid "Auto-Stretching HSV" +msgstr "A auto-esticar o contraste de HSV (Matiz-Saturação-Valor)" -#: plug-ins/common/channel_mixer.c:1068 -msgid "Channel Mixer File Operation Warning" -msgstr "Aviso de Operação do Ficheiro de Misturador de Canais" +#: ../plug-ins/common/contrast-stretch-hsv.c:192 +msgid "autostretch_hsv: cmap was NULL! Quitting...\n" +msgstr "autostretch_hsv: o mapa de cores era nulo ! A sair...\n" -#: plug-ins/common/checkerboard.c:93 -#, fuzzy -msgid "_Checkerboard..." -msgstr "Xadrez" +#: ../plug-ins/common/contrast-stretch.c:68 +msgid "Stretch contrast to cover the maximum possible range" +msgstr "" +"Esticar o contraste para expandir a faixa de contraste ao máximo possível" -#: plug-ins/common/checkerboard.c:161 -msgid "Adding Checkerboard..." -msgstr "A Adicionar Xadrez..." +#: ../plug-ins/common/contrast-stretch.c:79 +msgid "_Stretch Contrast" +msgstr "_Esticar o Contraste" -#: plug-ins/common/checkerboard.c:310 -msgid "Checkerboard" -msgstr "Xadrez" +#: ../plug-ins/common/contrast-stretch.c:113 +msgid "Auto-stretching contrast" +msgstr "A auto-esticar o contraste" -#: plug-ins/common/checkerboard.c:332 -msgid "_Psychobilly" -msgstr "_Psychobilly" - -#: plug-ins/common/checkerboard.c:365 plug-ins/common/papertile.c:287 -#: plug-ins/gimpressionist/sizemap.c:487 -msgid "_Size:" -msgstr "_Tamanho:" - -#: plug-ins/common/color_enhance.c:80 -#, fuzzy -msgid "_Color Enhance" -msgstr "Realce de Cor..." - -#: plug-ins/common/color_enhance.c:115 -msgid "Color Enhance..." -msgstr "Realce de Cor..." - -#: plug-ins/common/colorify.c:110 -#, fuzzy -msgid "_Colorify..." -msgstr "A Colorir..." - -#: plug-ins/common/colorify.c:171 -msgid "Colorifying..." -msgstr "A Colorir..." - -#: plug-ins/common/colorify.c:258 -msgid "Colorify" -msgstr "Colorir" - -#: plug-ins/common/colorify.c:285 -msgid "Custom Color:" -msgstr "Cor Personalizada:" - -#: plug-ins/common/colorify.c:290 -msgid "Colorify Custom Color" -msgstr "Colorir Com Cor Personalizada" - -#: plug-ins/common/colortoalpha.c:104 -#, fuzzy -msgid "Color to _Alpha..." -msgstr "Cor para Alfa" - -#: plug-ins/common/colortoalpha.c:181 -msgid "Removing color..." -msgstr "A remover cores..." - -#: plug-ins/common/colortoalpha.c:377 -msgid "Color to Alpha" -msgstr "Cor para Alfa" - -#: plug-ins/common/colortoalpha.c:402 plug-ins/common/mapcolor.c:424 -#: plug-ins/gfli/gfli.c:835 plug-ins/gfli/gfli.c:898 -msgid "From:" -msgstr "A partir de:" - -#: plug-ins/common/colortoalpha.c:406 -msgid "Color to Alpha Color Picker" -msgstr "Cor para Selector de Cor Alfa" - -#: plug-ins/common/colortoalpha.c:420 -#, fuzzy -msgid "to alpha" -msgstr "para Alfa" - -#: plug-ins/common/compose.c:127 plug-ins/common/decompose.c:130 -#: plug-ins/common/raw.c:953 -msgid "RGB" -msgstr "RGB" - -#: plug-ins/common/compose.c:137 plug-ins/common/decompose.c:135 -#: plug-ins/common/raw.c:954 -msgid "RGBA" -msgstr "RGBA" - -#: plug-ins/common/compose.c:141 -msgid "Alpha:" -msgstr "Alfa:" - -#: plug-ins/common/compose.c:147 plug-ins/common/decompose.c:140 -msgid "HSV" -msgstr "HSV" - -#. Gray: Circle: Spinbutton 1 -#: plug-ins/common/compose.c:148 plug-ins/rcm/rcm_dialog.c:452 -msgid "Hue:" -msgstr "Matiz:" - -#. Gray: Circle: Spinbutton 2 -#: plug-ins/common/compose.c:149 plug-ins/print/gimp_color_window.c:364 -#: plug-ins/rcm/rcm_dialog.c:479 -msgid "Saturation:" -msgstr "Saturação:" - -#: plug-ins/common/compose.c:150 -msgid "Value:" -msgstr "Valor:" - -#: plug-ins/common/compose.c:154 plug-ins/common/decompose.c:146 -msgid "CMY" -msgstr "CMY" - -#: plug-ins/common/compose.c:155 plug-ins/common/compose.c:162 -#: plug-ins/common/fp.c:220 plug-ins/print/gimp_color_window.c:307 -msgid "Cyan:" -msgstr "Ciano:" - -#: plug-ins/common/compose.c:156 plug-ins/common/compose.c:163 -#: plug-ins/common/fp.c:222 plug-ins/print/gimp_color_window.c:326 -msgid "Magenta:" -msgstr "Magenta:" - -#: plug-ins/common/compose.c:157 plug-ins/common/compose.c:164 -#: plug-ins/common/fp.c:221 plug-ins/print/gimp_color_window.c:345 -msgid "Yellow:" -msgstr "Amarelo:" - -#: plug-ins/common/compose.c:161 plug-ins/common/decompose.c:152 -msgid "CMYK" -msgstr "CMYK" - -#: plug-ins/common/compose.c:165 -msgid "Black:" -msgstr "Preto:" - -#: plug-ins/common/compose.c:168 plug-ins/common/decompose.c:161 -msgid "LAB" -msgstr "LAB" - -#: plug-ins/common/compose.c:176 -msgid "Luma_y470:" -msgstr "Luma_y470:" - -#: plug-ins/common/compose.c:177 -msgid "Blueness_cb470:" -msgstr "Azulado_cb470:" - -#: plug-ins/common/compose.c:178 -msgid "Redness_cr470:" -msgstr "Avermelhado_cr470:" - -#: plug-ins/common/compose.c:183 -msgid "Luma_y709:" -msgstr "Luma_y709:" - -#: plug-ins/common/compose.c:184 -msgid "Blueness_cb709:" -msgstr "Azulado_cb709:" - -#: plug-ins/common/compose.c:185 -msgid "Redness_cr709:" -msgstr "Avermelhado_cr709:" - -#: plug-ins/common/compose.c:190 -msgid "Luma_y470f:" -msgstr "Luma_y470f:" - -#: plug-ins/common/compose.c:191 -msgid "Blueness_cb470f:" -msgstr "Azulado_cb470f:" - -#: plug-ins/common/compose.c:192 -msgid "Redness_cr470f:" -msgstr "Avermelhado_cd470f:" - -#: plug-ins/common/compose.c:197 -msgid "Luma_y709f:" -msgstr "Luma_y709f:" - -#: plug-ins/common/compose.c:198 -msgid "Blueness_cb709f:" -msgstr "Azulado_cb709f:" - -#: plug-ins/common/compose.c:199 -msgid "Redness_cr709f:" -msgstr "Avermelhado_cr709f:" - -#: plug-ins/common/compose.c:294 -#, fuzzy -msgid "C_ompose..." -msgstr "A Compor..." - -#: plug-ins/common/compose.c:360 -#, c-format -msgid "Could not get layers for image %d" -msgstr "Incapaz de obter camadas para imagem %d" - -#: plug-ins/common/compose.c:411 -msgid "Composing..." -msgstr "A Compor..." - -#: plug-ins/common/compose.c:480 -msgid "Drawables have different size" -msgstr "Desenhos têm diferentes tamanhos" - -#: plug-ins/common/compose.c:497 -msgid "Images have different size" -msgstr "Imagens têm diferentes tamanhos" - -#: plug-ins/common/compose.c:511 -msgid "Error in getting layer IDs" -msgstr "Erro ao obter IDs camadas" - -#: plug-ins/common/compose.c:528 -#, c-format -msgid "Image is not a gray image (bpp=%d)" -msgstr "Imagem não é uma imagem cinza (bpp=%d)" - -#: plug-ins/common/compose.c:1103 -msgid "Compose" -msgstr "Compor" - -#. The left frame keeps the compose type toggles -#: plug-ins/common/compose.c:1119 -msgid "Compose Channels" -msgstr "Compor Canais" - -#. The right frame keeps the selection menues for images. -#. Because the labels within this frame will change when a toggle -#. in the left frame is changed, fill in the right part first. -#. Otherwise it can occur, that a non-existing label might be changed. -#: plug-ins/common/compose.c:1130 -msgid "Channel Representations" -msgstr "Representações Canais" - -#: plug-ins/common/compressor.c:153 -msgid "gzip archive" -msgstr "" - -#: plug-ins/common/compressor.c:174 -msgid "bzip archive" -msgstr "" - -#: plug-ins/common/compressor.c:367 -msgid "No sensible extension, saving as compressed XCF." -msgstr "Sem extensão sensível, a gravar como XCF comprimido." - -#: plug-ins/common/compressor.c:508 -msgid "No sensible extension, attempting to load with file magic." -msgstr "Sem extensão sensível, a tentar ler baseado na magia de ficheiro." +#: ../plug-ins/common/contrast-stretch.c:152 +msgid "c_astretch: cmap was NULL! Quitting...\n" +msgstr "c_astretch: o mapa de cores era NULO ! A sair...\n" -#: plug-ins/common/convmatrix.c:87 +#: ../plug-ins/common/convolution-matrix.c:64 msgid "Gr_ey" -msgstr "Cin_za" +msgstr "_Cinzentos" -#: plug-ins/common/convmatrix.c:88 +#: ../plug-ins/common/convolution-matrix.c:65 msgid "Re_d" msgstr "V_ermelho" -#: plug-ins/common/convmatrix.c:89 plug-ins/common/newsprint.c:363 +#: ../plug-ins/common/convolution-matrix.c:66 +#: ../plug-ins/common/newsprint.c:353 msgid "_Green" msgstr "_Verde" -#: plug-ins/common/convmatrix.c:90 plug-ins/common/newsprint.c:371 +#: ../plug-ins/common/convolution-matrix.c:67 +#: ../plug-ins/common/newsprint.c:361 msgid "_Blue" -msgstr "Az_ul" +msgstr "_Azul" -#: plug-ins/common/convmatrix.c:91 +#: ../plug-ins/common/convolution-matrix.c:68 msgid "_Alpha" -msgstr "_Alfa" +msgstr "_Transparência" -#: plug-ins/common/convmatrix.c:96 +#: ../plug-ins/common/convolution-matrix.c:73 msgid "E_xtend" msgstr "E_stender" -#: plug-ins/common/convmatrix.c:97 plug-ins/common/displace.c:394 -#: plug-ins/common/edge.c:716 plug-ins/common/ripple.c:560 +#: ../plug-ins/common/convolution-matrix.c:74 +#: ../plug-ins/common/displace.c:472 ../plug-ins/common/edge.c:709 +#: ../plug-ins/common/fractal-trace.c:736 ../plug-ins/common/ripple.c:564 msgid "_Wrap" msgstr "_Envolver" -#: plug-ins/common/convmatrix.c:98 +#: ../plug-ins/common/convolution-matrix.c:75 msgid "Cro_p" -msgstr "En_quadrar" +msgstr "_Recortar" -#: plug-ins/common/convmatrix.c:195 -#, fuzzy +#: ../plug-ins/common/convolution-matrix.c:201 +msgid "Apply a generic 5x5 convolution matrix" +msgstr "Aplicar uma matriz de convolução de 5x5 genérica" + +#: ../plug-ins/common/convolution-matrix.c:206 msgid "_Convolution Matrix..." -msgstr "Matriz convolução" +msgstr "Matriz de _Convolução..." -#: plug-ins/common/convmatrix.c:229 -msgid "Convolution Matrix does not work on layers smaller than 3 pixels." -msgstr "Matriz de Convolução não funciona em camadas com menos de 3 pixeis." +#: ../plug-ins/common/convolution-matrix.c:241 +msgid "Convolution does not work on layers smaller than 3x3 pixels." +msgstr "A matriz de convolução não funciona em camadas menores que 3x3" -#: plug-ins/common/convmatrix.c:302 +#: ../plug-ins/common/convolution-matrix.c:314 msgid "Applying convolution" -msgstr "A aplicar convolução" +msgstr "A aplicar matriz de convolução" -#: plug-ins/common/convmatrix.c:877 +#: ../plug-ins/common/convolution-matrix.c:906 msgid "Convolution Matrix" -msgstr "Matriz convolução" +msgstr "Matriz de Convolução" -#: plug-ins/common/convmatrix.c:902 +#: ../plug-ins/common/convolution-matrix.c:944 msgid "Matrix" msgstr "Matriz" -#: plug-ins/common/convmatrix.c:936 +#: ../plug-ins/common/convolution-matrix.c:982 msgid "D_ivisor:" msgstr "D_ivisor:" -#: plug-ins/common/convmatrix.c:957 plug-ins/common/depthmerge.c:748 -#: plug-ins/common/raw.c:972 +#: ../plug-ins/common/convolution-matrix.c:1008 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 msgid "O_ffset:" -msgstr "Des_locamento:" +msgstr "_Deslocamento:" -#: plug-ins/common/convmatrix.c:983 -msgid "A_utomatic" -msgstr "A_utomático" +#: ../plug-ins/common/convolution-matrix.c:1037 +msgid "N_ormalise" +msgstr "_Normalizar" -#: plug-ins/common/convmatrix.c:992 +#: ../plug-ins/common/convolution-matrix.c:1049 msgid "A_lpha-weighting" -msgstr "Medida-a_lfa" +msgstr "_Ponderar Transparência" -#: plug-ins/common/convmatrix.c:1008 +#: ../plug-ins/common/convolution-matrix.c:1068 msgid "Border" -msgstr "Margem" +msgstr "Margens" -#: plug-ins/common/convmatrix.c:1032 +#: ../plug-ins/common/convolution-matrix.c:1095 msgid "Channels" msgstr "Canais" -#: plug-ins/common/csource.c:108 -#, fuzzy -msgid "C source code" -msgstr "Modo Cores" - -#: plug-ins/common/csource.c:635 -msgid "Save as C-Source" -msgstr "Gravar como Fonte C" - -#: plug-ins/common/csource.c:659 -#, fuzzy -msgid "_Prefixed name:" -msgstr "Nome _Prefixo:" - -#: plug-ins/common/csource.c:668 -msgid "Co_mment:" -msgstr "Co_mentário:" - -#. Use Comment -#. -#: plug-ins/common/csource.c:675 -#, fuzzy -msgid "_Save comment to file" -msgstr "_Gravar Comentário para Ficheiro" - -#. GLib types -#. -#: plug-ins/common/csource.c:687 -#, fuzzy -msgid "_Use GLib types (guint8*)" -msgstr "_Utilizar Tipos GLib (guint8*)" +#: ../plug-ins/common/crop-auto.c:85 +msgid "Remove empty borders from the image" +msgstr "Remove margens vazias da imagem" + +#: ../plug-ins/common/crop-auto.c:90 +msgid "Autocrop Imag_e" +msgstr "Auto-recortar Imag_em" + +#: ../plug-ins/common/crop-auto.c:99 +msgid "Remove empty borders from the layer" +msgstr "Remove margens vazias da camada" + +#: ../plug-ins/common/crop-auto.c:104 +msgid "Autocrop Lay_er" +msgstr "Auto-r_ecortar Camada" + +#: ../plug-ins/common/crop-auto.c:151 +msgid "Cropping" +msgstr "A auto-recortar" + +#: ../plug-ins/common/crop-zealous.c:85 +msgid "Autocrop unused space from edges and middle" +msgstr "Auto-recortar espaço não usado nos limites e no meio" -#. Use Macros -#. -#: plug-ins/common/csource.c:699 -#, fuzzy -msgid "Us_e macros instead of struct" -msgstr "Utilizar Macros _em vez de Struct" +#: ../plug-ins/common/crop-zealous.c:90 +msgid "_Zealous Crop" +msgstr "_Recorte Cuidadoso" -#. Use RLE -#. -#: plug-ins/common/csource.c:711 -#, fuzzy -msgid "Use _1 byte Run-Length-Encoding" -msgstr "Utilizar Codificação Comprimento Execução de _1 byte" +#: ../plug-ins/common/crop-zealous.c:138 +msgid "Zealous cropping" +msgstr "Recorte Cuidadoso" -#. Alpha -#. -#: plug-ins/common/csource.c:723 -#, fuzzy -msgid "Sa_ve alpha channel (RGBA/RGB)" -msgstr "Gra_var Canal Alfa (RGBA/RGB)" +#: ../plug-ins/common/crop-zealous.c:239 +msgid "Nothing to crop." +msgstr "Nada para recortar." -#: plug-ins/common/csource.c:741 plug-ins/common/sparkle.c:427 -msgid "Op_acity:" -msgstr "Op_acidade:" +#: ../plug-ins/common/cubism.c:150 +msgid "Convert the image into randomly rotated square blobs" +msgstr "Converte a imagem em quadrados amorfos rotacionados aleatoriamente" -#: plug-ins/common/cubism.c:156 -#, fuzzy +#: ../plug-ins/common/cubism.c:155 msgid "_Cubism..." -msgstr "Cubismo" +msgstr "_Cubismo..." -#: plug-ins/common/cubism.c:269 +#: ../plug-ins/common/cubism.c:268 msgid "Cubism" msgstr "Cubismo" -#: plug-ins/common/cubism.c:298 -#, fuzzy +#: ../plug-ins/common/cubism.c:305 msgid "_Tile size:" -msgstr "_Tamanho Mosaico:" +msgstr "_Tamanho dos mosaicos:" -#: plug-ins/common/cubism.c:311 -#, fuzzy +#: ../plug-ins/common/cubism.c:318 msgid "T_ile saturation:" -msgstr "Saturação Mosa_ico:" +msgstr "_Saturação dos mosaicos:" -#: plug-ins/common/cubism.c:322 -#, fuzzy +#: ../plug-ins/common/cubism.c:329 msgid "_Use background color" -msgstr "_Utilizar Cor de Fundo" +msgstr "_Usar cor do fundo" -#: plug-ins/common/cubism.c:412 -#, fuzzy -msgid "Cubistic Transformation..." -msgstr "Transformação Cubística" +#: ../plug-ins/common/cubism.c:419 +msgid "Cubistic transformation" +msgstr "Transformação Cubística em progressso" -#: plug-ins/common/curve_bend.c:572 -#, fuzzy +#: ../plug-ins/common/curve-bend.c:520 +msgid "Bend the image using two control curves" +msgstr "Dobrar a imagem usando duas curvas de controle" + +#: ../plug-ins/common/curve-bend.c:541 msgid "_Curve Bend..." -msgstr "Curvar..." +msgstr "_Dobrar em Curva..." -#: plug-ins/common/curve_bend.c:708 +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 msgid "Can operate on layers only (but was called on channel or mask)." -msgstr "Apenas funciona em camadas (mas foi chamado no canal ou máscara)." +msgstr "" +"O filtro apenas funciona com camadas (mas foi pedido para operar num canal " +"ou máscara)." -#: plug-ins/common/curve_bend.c:726 -#, fuzzy +#: ../plug-ins/common/curve-bend.c:687 msgid "Cannot operate on layers with masks." -msgstr "Incapaz de operar em imagens de cores indexadas." +msgstr "O filtro não funciona com camadas que possuam máscaras." -#: plug-ins/common/curve_bend.c:741 +#: ../plug-ins/common/curve-bend.c:699 msgid "Cannot operate on empty selections." -msgstr "Incapaz de operar em selecções vazias." +msgstr "O filtro não funciona em selecções vazias." #. Possibly retrieve data from a previous run #. The shell and main vbox -#: plug-ins/common/curve_bend.c:1244 +#: ../plug-ins/common/curve-bend.c:1211 ../plug-ins/common/curve-bend.c:2932 msgid "Curve Bend" -msgstr "Curva" +msgstr "Dobrar em Curva" #. Preview area, top of column -#: plug-ins/common/curve_bend.c:1273 plug-ins/gimpressionist/orientmap.c:567 -#: plug-ins/gimpressionist/sizemap.c:437 +#. preview +#: ../plug-ins/common/curve-bend.c:1247 +#: ../plug-ins/gimpressionist/orientmap.c:592 +#: ../plug-ins/gimpressionist/sizemap.c:461 +#: ../plug-ins/print/print-page-layout.c:159 msgid "Preview" -msgstr "Antever" +msgstr "Ante-visão" #. The preview button -#: plug-ins/common/curve_bend.c:1307 -#, fuzzy -msgid "_Preview once" -msgstr "_Antever Uma Vez" +#: ../plug-ins/common/curve-bend.c:1276 +msgid "_Preview Once" +msgstr "_Pré-visualizar Uma Vez" #. The preview toggle -#: plug-ins/common/curve_bend.c:1316 -#, fuzzy +#: ../plug-ins/common/curve-bend.c:1285 msgid "Automatic pre_view" -msgstr "Ante_visão Automática" +msgstr "Pré-_visualização automática" #. Options area, bottom of column -#. the vertical box and its toggle buttons #. Options section -#: plug-ins/common/curve_bend.c:1326 plug-ins/common/mosaic.c:529 -#: plug-ins/common/ripple.c:501 plug-ins/gfig/gfig-dialog.c:1209 +#: ../plug-ins/common/curve-bend.c:1295 ../plug-ins/common/ripple.c:505 +#: ../plug-ins/gfig/gfig-dialog.c:1207 msgid "Options" msgstr "Opções" #. Rotate spinbutton -#: plug-ins/common/curve_bend.c:1340 +#: ../plug-ins/common/curve-bend.c:1309 msgid "Rotat_e:" msgstr "_Girar:" #. The smoothing toggle -#: plug-ins/common/curve_bend.c:1358 +#: ../plug-ins/common/curve-bend.c:1328 msgid "Smoo_thing" -msgstr "Unif_ormizar" +msgstr "_Suavizar" #. The antialiasing toggle -#: plug-ins/common/curve_bend.c:1368 plug-ins/common/gqbist.c:823 -#: plug-ins/common/mosaic.c:535 plug-ins/common/ripple.c:510 +#: ../plug-ins/common/curve-bend.c:1338 ../plug-ins/common/mosaic.c:727 +#: ../plug-ins/common/qbist.c:853 ../plug-ins/common/ripple.c:514 msgid "_Antialiasing" -msgstr "_Antialiasing" +msgstr "_Anti-serrilhado" #. The work_on_copy toggle -#: plug-ins/common/curve_bend.c:1378 -#, fuzzy +#: ../plug-ins/common/curve-bend.c:1348 msgid "Work on cop_y" -msgstr "Trabal_har sobre Cópia" +msgstr "Trabalhar numa cóp_ia" #. The curves graph -#: plug-ins/common/curve_bend.c:1388 +#: ../plug-ins/common/curve-bend.c:1358 msgid "Modify Curves" -msgstr "Modificar Curvas" +msgstr "Modificar as Curvas" -#: plug-ins/common/curve_bend.c:1416 +#: ../plug-ins/common/curve-bend.c:1386 msgid "Curve for Border" -msgstr "Curva para Margem" +msgstr "Curvar para Borda" -#: plug-ins/common/curve_bend.c:1420 +#: ../plug-ins/common/curve-bend.c:1390 msgid "_Upper" -msgstr "_Acima" +msgstr "_Superior" -#: plug-ins/common/curve_bend.c:1421 +#: ../plug-ins/common/curve-bend.c:1391 msgid "_Lower" -msgstr "A_baixo" +msgstr "_Inferior" -#: plug-ins/common/curve_bend.c:1431 +#: ../plug-ins/common/curve-bend.c:1401 msgid "Curve Type" -msgstr "Tipo Curva" +msgstr "Tipo de Curva" -#: plug-ins/common/curve_bend.c:1435 +#: ../plug-ins/common/curve-bend.c:1405 msgid "Smoot_h" -msgstr "Uni_forme" +msgstr "_Suave" -#: plug-ins/common/curve_bend.c:1436 +#: ../plug-ins/common/curve-bend.c:1406 msgid "_Free" msgstr "_Livre" #. The Copy button -#: plug-ins/common/curve_bend.c:1451 +#: ../plug-ins/common/curve-bend.c:1421 msgid "_Copy" msgstr "_Copiar" -#: plug-ins/common/curve_bend.c:1456 +#: ../plug-ins/common/curve-bend.c:1426 msgid "Copy the active curve to the other border" -msgstr "Copiar a curva activa para a outra margem" +msgstr "Copia a curva activa para a outra borda" #. The CopyInv button -#: plug-ins/common/curve_bend.c:1463 +#: ../plug-ins/common/curve-bend.c:1433 msgid "_Mirror" msgstr "_Espelhar" -#: plug-ins/common/curve_bend.c:1468 +#: ../plug-ins/common/curve-bend.c:1438 msgid "Mirror the active curve to the other border" -msgstr "Espelhar a curva activa para a outra margem" +msgstr "Espelha a curva activa para a outra borda" #. The Swap button -#: plug-ins/common/curve_bend.c:1476 +#: ../plug-ins/common/curve-bend.c:1446 msgid "S_wap" msgstr "_Trocar" -#: plug-ins/common/curve_bend.c:1481 +#: ../plug-ins/common/curve-bend.c:1451 msgid "Swap the two curves" -msgstr "Trocar as duas curvas" +msgstr "Troca as curvas uma pela outra" -#: plug-ins/common/curve_bend.c:1493 +#: ../plug-ins/common/curve-bend.c:1463 msgid "Reset the active curve" -msgstr "Redefinir a curva activa" +msgstr "Reinicializar a curva ativa" -#: plug-ins/common/curve_bend.c:1510 +#: ../plug-ins/common/curve-bend.c:1480 msgid "Load the curves from a file" -msgstr "Ler as curvas de ficheiro" +msgstr "Carregar as curvas a partir de ficheiro" -#: plug-ins/common/curve_bend.c:1522 +#: ../plug-ins/common/curve-bend.c:1492 msgid "Save the curves to a file" -msgstr "Gravar as curvas para ficheiro" +msgstr "Guardar as curvas num ficheiro" -#: plug-ins/common/curve_bend.c:2057 -msgid "Load Curve Points from file" -msgstr "Ler Pontos de Curva do ficheiro" - -#: plug-ins/common/curve_bend.c:2084 -msgid "Save Curve Points to file" -msgstr "Gravar Pontos de Curva para ficheiro" - -#: plug-ins/common/curve_bend.c:2969 -msgid "Curve Bend..." -msgstr "Curvar..." +#: ../plug-ins/common/curve-bend.c:2030 +msgid "Load Curve Points from File" +msgstr "Carregar ficheiro com Pontos de curva" + +#: ../plug-ins/common/curve-bend.c:2065 +msgid "Save Curve Points to File" +msgstr "Guardar os Pontos de curva num ficheiro" -#: plug-ins/common/decompose.c:130 plug-ins/common/decompose.c:133 -#: plug-ins/common/decompose.c:135 +#: ../plug-ins/common/decompose.c:170 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/common/decompose.c:178 msgid "red" msgstr "vermelho" -#: plug-ins/common/decompose.c:131 plug-ins/common/decompose.c:134 -#: plug-ins/common/decompose.c:136 +#: ../plug-ins/common/decompose.c:171 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/common/decompose.c:179 msgid "green" msgstr "verde" -#: plug-ins/common/decompose.c:132 plug-ins/common/decompose.c:137 -#: plug-ins/common/decompose.c:139 +#: ../plug-ins/common/decompose.c:172 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/common/decompose.c:180 msgid "blue" msgstr "azul" -#: plug-ins/common/decompose.c:138 plug-ins/common/decompose.c:159 +#: ../plug-ins/common/decompose.c:181 ../plug-ins/common/decompose.c:221 msgid "alpha" -msgstr "alfa" +msgstr "transparência" -#: plug-ins/common/decompose.c:140 plug-ins/common/decompose.c:143 +#: ../plug-ins/common/decompose.c:184 ../plug-ins/common/decompose.c:188 msgid "hue" msgstr "matiz" -#: plug-ins/common/decompose.c:141 plug-ins/common/decompose.c:144 +#: ../plug-ins/common/decompose.c:185 ../plug-ins/common/decompose.c:189 msgid "saturation" msgstr "saturação" -#: plug-ins/common/decompose.c:142 plug-ins/common/decompose.c:145 +#: ../plug-ins/common/decompose.c:186 ../plug-ins/common/decompose.c:190 msgid "value" msgstr "valor" -#: plug-ins/common/decompose.c:146 plug-ins/common/decompose.c:149 +#: ../plug-ins/common/decompose.c:193 ../plug-ins/common/decompose.c:197 +msgid "hue_l" +msgstr "matiz-_l" + +#: ../plug-ins/common/decompose.c:194 ../plug-ins/common/decompose.c:198 +msgid "saturation_l" +msgstr "saturação-_l" + +#: ../plug-ins/common/decompose.c:195 ../plug-ins/common/decompose.c:199 +msgid "lightness" +msgstr "luminosidade" + +#: ../plug-ins/common/decompose.c:197 +msgid "Hue (HSL)" +msgstr "Matiz (HSL)" + +#: ../plug-ins/common/decompose.c:198 +msgid "Saturation (HSL)" +msgstr "Saturação (HSL)" + +#: ../plug-ins/common/decompose.c:199 +msgid "Lightness" +msgstr "Luminosidade" + +#: ../plug-ins/common/decompose.c:202 ../plug-ins/common/decompose.c:206 msgid "cyan" msgstr "ciano" -#: plug-ins/common/decompose.c:147 plug-ins/common/decompose.c:150 +#: ../plug-ins/common/decompose.c:203 ../plug-ins/common/decompose.c:207 msgid "magenta" msgstr "magenta" -#: plug-ins/common/decompose.c:148 plug-ins/common/decompose.c:151 +#: ../plug-ins/common/decompose.c:204 ../plug-ins/common/decompose.c:208 msgid "yellow" msgstr "amarelo" -#: plug-ins/common/decompose.c:149 +#: ../plug-ins/common/decompose.c:206 msgid "Cyan" msgstr "Ciano" -#: plug-ins/common/decompose.c:150 +#: ../plug-ins/common/decompose.c:207 msgid "Magenta" msgstr "Magenta" -#: plug-ins/common/decompose.c:151 +#: ../plug-ins/common/decompose.c:208 msgid "Yellow" msgstr "Amarelo" -#: plug-ins/common/decompose.c:152 plug-ins/common/decompose.c:156 -msgid "cyan_k" -msgstr "ciano_k" - -#: plug-ins/common/decompose.c:153 plug-ins/common/decompose.c:157 -msgid "magenta_k" -msgstr "magenta_k" - -#: plug-ins/common/decompose.c:154 plug-ins/common/decompose.c:158 -msgid "yellow_k" -msgstr "amarelo_k" +#: ../plug-ins/common/decompose.c:211 ../plug-ins/common/decompose.c:216 +msgid "cyan-k" +msgstr "ciano-k" + +#: ../plug-ins/common/decompose.c:212 ../plug-ins/common/decompose.c:217 +msgid "magenta-k" +msgstr "magenta-k" + +#: ../plug-ins/common/decompose.c:213 ../plug-ins/common/decompose.c:218 +msgid "yellow-k" +msgstr "amarelo-k" -#: plug-ins/common/decompose.c:155 +#: ../plug-ins/common/decompose.c:214 msgid "black" msgstr "preto" -#: plug-ins/common/decompose.c:156 +#: ../plug-ins/common/decompose.c:216 msgid "Cyan_K" msgstr "Ciano_K" -#: plug-ins/common/decompose.c:157 +#: ../plug-ins/common/decompose.c:217 msgid "Magenta_K" msgstr "Magenta_K" -#: plug-ins/common/decompose.c:158 +#: ../plug-ins/common/decompose.c:218 msgid "Yellow_K" msgstr "Amarelo_K" -#: plug-ins/common/decompose.c:159 +#: ../plug-ins/common/decompose.c:221 msgid "Alpha" -msgstr "Alfa" +msgstr "Transparência" -#: plug-ins/common/decompose.c:166 -msgid "luma_y470" -msgstr "luma_y470" +#: ../plug-ins/common/decompose.c:229 +msgid "luma-y470" +msgstr "acromático-y470" -#: plug-ins/common/decompose.c:167 -msgid "blueness_cb470" -msgstr "azulado_cd470" +#: ../plug-ins/common/decompose.c:230 +msgid "blueness-cb470" +msgstr "azulado-cd470" -#: plug-ins/common/decompose.c:168 -msgid "redness_cr470" -msgstr "avermelhado_cr470" +#: ../plug-ins/common/decompose.c:231 +msgid "redness-cr470" +msgstr "avermelhado-cr470" -#: plug-ins/common/decompose.c:170 -msgid "luma_y709" -msgstr "luma_y709" +#: ../plug-ins/common/decompose.c:233 +msgid "luma-y709" +msgstr "acromático-y709" -#: plug-ins/common/decompose.c:171 -msgid "blueness_cb709" -msgstr "azulado_cb709" +#: ../plug-ins/common/decompose.c:234 +msgid "blueness-cb709" +msgstr "azulado-cb709" -#: plug-ins/common/decompose.c:172 -msgid "redness_cr709" -msgstr "avermelhado_cr709" +#: ../plug-ins/common/decompose.c:235 +msgid "redness-cr709" +msgstr "avermelhado-cr709" -#: plug-ins/common/decompose.c:174 -msgid "luma_y470f" -msgstr "luma_y407f" +#: ../plug-ins/common/decompose.c:237 +msgid "luma-y470f" +msgstr "acromático-y470f" -#: plug-ins/common/decompose.c:175 -msgid "blueness_cb470f" -msgstr "azulado_cb407f" +#: ../plug-ins/common/decompose.c:238 +msgid "blueness-cb470f" +msgstr "azulado-cb407f" -#: plug-ins/common/decompose.c:176 -msgid "redness_cr470f" -msgstr "avermelhado_cr470f" +#: ../plug-ins/common/decompose.c:239 +msgid "redness-cr470f" +msgstr "avermelhado-cr470f" -#: plug-ins/common/decompose.c:178 -msgid "luma_y709f" -msgstr "luma_y709f" +#: ../plug-ins/common/decompose.c:241 +msgid "luma-y709f" +msgstr "acromático-y709f" -#: plug-ins/common/decompose.c:179 -msgid "blueness_cb709f" -msgstr "azulado_cb709f" +#: ../plug-ins/common/decompose.c:242 +msgid "blueness-cb709f" +msgstr "azulado-cb709f" -#: plug-ins/common/decompose.c:180 -msgid "redness_cr709f" -msgstr "avermelhado_cr709f" +#: ../plug-ins/common/decompose.c:243 +msgid "redness-cr709f" +msgstr "avermelhado-cr709f" -#: plug-ins/common/decompose.c:245 -#, fuzzy +#: ../plug-ins/common/decompose.c:312 ../plug-ins/common/decompose.c:326 +msgid "Decompose an image into separate colorspace components" +msgstr "Decompor a imagem em componentes de espaço-cor separados" + +#: ../plug-ins/common/decompose.c:318 ../plug-ins/common/decompose.c:336 msgid "_Decompose..." -msgstr "Decompor" +msgstr "_Decompor..." -#: plug-ins/common/decompose.c:330 -msgid "Decomposing..." -msgstr "A Decompor..." +#: ../plug-ins/common/decompose.c:429 +msgid "Decomposing" +msgstr "A decompor..." -#: plug-ins/common/decompose.c:1198 +#: ../plug-ins/common/decompose.c:1487 msgid "Decompose" msgstr "Decompor" -#. parameter settings -#: plug-ins/common/decompose.c:1214 -#, fuzzy +#: ../plug-ins/common/decompose.c:1510 msgid "Extract Channels" -msgstr "Extrair Canais:" +msgstr "Extrair Canais" -#: plug-ins/common/decompose.c:1242 -#, fuzzy -msgid "Decompose to _layers" -msgstr "Decompor em _Camadas" +#: ../plug-ins/common/decompose.c:1557 +msgid "_Decompose to layers" +msgstr "_Decompor em Camadas" -#: plug-ins/common/deinterlace.c:99 -#, fuzzy -msgid "_Deinterlace..." -msgstr "Desentrelaçar..." +#: ../plug-ins/common/decompose.c:1568 +msgid "_Foreground as registration color" +msgstr "_1º Plano como registo de cor" -#: plug-ins/common/deinterlace.c:156 -msgid "Deinterlace..." -msgstr "Desentrelaçar..." +#: ../plug-ins/common/decompose.c:1569 +msgid "" +"Pixels in the foreground color will appear black in all output images. This " +"can be used for things like crop marks that have to show up on all channels." +msgstr "" +"Os pixeis na cor de 1º Plano irão aparecer a preto em todas as imagens " +"produzidas. Isto pode ser usado para coisas tais como marcas de recorte que " +"têm de aparecer em todos os canais." + +#: ../plug-ins/common/deinterlace.c:91 +msgid "Fix images where every other row is missing" +msgstr "Reparar imagens em que faltam linhas intercaladas" + +#: ../plug-ins/common/deinterlace.c:100 +msgid "_Deinterlace..." +msgstr "_Desentrelaçar..." -#: plug-ins/common/deinterlace.c:315 +#: ../plug-ins/common/deinterlace.c:157 ../plug-ins/common/deinterlace.c:325 msgid "Deinterlace" -msgstr "Desentrelace" +msgstr "A desentrelaçar, preenchendo as linhas intermédias" -#: plug-ins/common/deinterlace.c:340 -#, fuzzy +#: ../plug-ins/common/deinterlace.c:357 msgid "Keep o_dd fields" -msgstr "Man_ter Campos Ímpares" +msgstr "Manter campos _impares" -#: plug-ins/common/deinterlace.c:341 -#, fuzzy +#: ../plug-ins/common/deinterlace.c:358 msgid "Keep _even fields" -msgstr "Manter Campos _Pares" +msgstr "Manter campos _pares" -#: plug-ins/common/depthmerge.c:192 -#, fuzzy +#: ../plug-ins/common/depth-merge.c:184 +msgid "Combine two images using depth maps (z-buffers)" +msgstr "Combinar duas imagens usando mapas de profundidade (z-buffers)" + +#: ../plug-ins/common/depth-merge.c:193 msgid "_Depth Merge..." -msgstr "União Profundidade" +msgstr "Misturar as Profun_didades..." -#: plug-ins/common/depthmerge.c:382 -msgid "Depth-merging..." -msgstr "A unir profundidade..." +#: ../plug-ins/common/depth-merge.c:387 +msgid "Depth-merging" +msgstr "Misturando as profundidades das imagens" -#: plug-ins/common/depthmerge.c:631 +#: ../plug-ins/common/depth-merge.c:644 msgid "Depth Merge" -msgstr "União Profundidade" +msgstr "Misturar as Profundidades" -#: plug-ins/common/depthmerge.c:676 +#: ../plug-ins/common/depth-merge.c:696 msgid "Source 1:" msgstr "Origem 1:" -#: plug-ins/common/depthmerge.c:691 plug-ins/common/depthmerge.c:721 -#, fuzzy +#: ../plug-ins/common/depth-merge.c:711 ../plug-ins/common/depth-merge.c:741 msgid "Depth map:" -msgstr "Mapa Profundidade:" +msgstr "Mapa de Profundidade:" -#: plug-ins/common/depthmerge.c:706 +#: ../plug-ins/common/depth-merge.c:726 msgid "Source 2:" msgstr "Origem 2:" -#: plug-ins/common/depthmerge.c:738 -#, fuzzy +#: ../plug-ins/common/depth-merge.c:758 msgid "O_verlap:" -msgstr "Sobreposição:" +msgstr "_Sobreposição:" -#: plug-ins/common/depthmerge.c:758 -#, fuzzy +#: ../plug-ins/common/depth-merge.c:778 msgid "Sc_ale 1:" -msgstr "Escala 1:" +msgstr "Esc_ala 1:" -#: plug-ins/common/depthmerge.c:768 -#, fuzzy +#: ../plug-ins/common/depth-merge.c:788 msgid "Sca_le 2:" -msgstr "Escala 2:" +msgstr "Esca_la 2:" -#: plug-ins/common/despeckle.c:177 -#, fuzzy +#: ../plug-ins/common/despeckle.c:142 +msgid "Remove speckle noise from the image" +msgstr "Remover ruído de pontos destoantes da imagem" + +#: ../plug-ins/common/despeckle.c:148 msgid "Des_peckle..." -msgstr "Supressão Manchas" +msgstr "Remover _Pontos Destoantes..." -#: plug-ins/common/despeckle.c:418 plug-ins/common/despeckle.c:640 +#: ../plug-ins/common/despeckle.c:425 ../plug-ins/common/despeckle.c:645 msgid "Despeckle" -msgstr "Supressão Manchas" - -#. -#. * Filter type controls... -#. -#: plug-ins/common/despeckle.c:444 plug-ins/gimpressionist/orientmap.c:616 -msgid "Type" -msgstr "Tipo" +msgstr "A remover pontos destoantes..." -#. parameter settings -#: plug-ins/common/despeckle.c:454 -#, fuzzy +#: ../plug-ins/common/despeckle.c:454 msgid "Median" -msgstr "Radianos" +msgstr "Mediano" -#: plug-ins/common/despeckle.c:460 +#: ../plug-ins/common/despeckle.c:462 msgid "_Adaptive" -msgstr "_Adaptável" +msgstr "_Adaptativa" -#: plug-ins/common/despeckle.c:470 +#: ../plug-ins/common/despeckle.c:472 msgid "R_ecursive" -msgstr "R_ecursivo" +msgstr "R_ecursiva" -#: plug-ins/common/despeckle.c:494 plug-ins/common/neon.c:727 -#: plug-ins/common/nlfilt.c:1083 plug-ins/common/nova.c:359 -#: plug-ins/common/unsharp.c:665 plug-ins/common/whirlpinch.c:588 -#: plug-ins/gflare/gflare.c:2686 plug-ins/imagemap/imap_circle.c:278 +#: ../plug-ins/common/despeckle.c:493 ../plug-ins/common/edge-neon.c:732 +#: ../plug-ins/common/nl-filter.c:1089 ../plug-ins/common/nova.c:366 +#: ../plug-ins/common/unsharp-mask.c:680 ../plug-ins/common/whirl-pinch.c:589 +#: ../plug-ins/gradient-flare/gradient-flare.c:2758 +#: ../plug-ins/imagemap/imap_circle.c:278 msgid "_Radius:" -msgstr "_Raio:" +msgstr "_Raio :" -#: plug-ins/common/despeckle.c:510 -#, fuzzy +#: ../plug-ins/common/despeckle.c:509 msgid "_Black level:" msgstr "Nível de _Preto:" -#: plug-ins/common/despeckle.c:526 -#, fuzzy +#: ../plug-ins/common/despeckle.c:525 msgid "_White level:" msgstr "Nível de _Branco:" -#: plug-ins/common/destripe.c:113 -#, fuzzy +#: ../plug-ins/common/destripe.c:103 +msgid "Remove vertical stripe artifacts from the image" +msgstr "Remover da imagem os artefactos compostos por riscas verticais" + +#: ../plug-ins/common/destripe.c:109 msgid "Des_tripe..." -msgstr "A suprimir listas..." +msgstr "_Suprimir Riscas..." -#: plug-ins/common/destripe.c:276 -msgid "Destriping..." -msgstr "A suprimir listas..." +#: ../plug-ins/common/destripe.c:272 +msgid "Destriping" +msgstr "A suprimir riscas verticais..." -#: plug-ins/common/destripe.c:442 +#: ../plug-ins/common/destripe.c:438 msgid "Destripe" -msgstr "Supressão Listas" +msgstr "Supressão de Riscas" -#: plug-ins/common/destripe.c:469 plug-ins/common/gtm.c:578 -#: plug-ins/common/postscript.c:2958 plug-ins/common/postscript.c:3119 -#: plug-ins/common/raw.c:985 plug-ins/common/smooth_palette.c:429 -#: plug-ins/common/tile.c:417 plug-ins/imagemap/imap_cmd_guides.c:167 -#: plug-ins/imagemap/imap_rectangle.c:403 +#: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 +#: ../plug-ins/imagemap/imap_cmd_guides.c:165 +#: ../plug-ins/imagemap/imap_rectangle.c:403 +#: ../plug-ins/print/print-page-layout.c:252 msgid "_Width:" msgstr "_Largura:" -#: plug-ins/common/destripe.c:480 -#, fuzzy +#: ../plug-ins/common/destripe.c:484 msgid "Create _histogram" msgstr "Criar _Histograma" -#: plug-ins/common/dicom.c:134 -#, fuzzy -msgid "DICOM image" -msgstr "Im_agem" - -#: plug-ins/common/dicom.c:159 -msgid "Digital Imaging and Communications in Medicine image" -msgstr "" - -#: plug-ins/common/dicom.c:318 -#, c-format -msgid "'%s' is not a DICOM file." -msgstr "'%s' não é um ficheiro DICOM." +#: ../plug-ins/common/diffraction.c:167 +msgid "Generate diffraction patterns" +msgstr "Gerar texturas de difracção" -#: plug-ins/common/diffraction.c:177 -#, fuzzy +#: ../plug-ins/common/diffraction.c:172 msgid "_Diffraction Patterns..." -msgstr "Padrões Defracção" +msgstr "Texturas de _Difracção..." -#: plug-ins/common/diffraction.c:334 -msgid "Creating diffraction pattern..." -msgstr "A criar padrão de defracção..." +#: ../plug-ins/common/diffraction.c:330 +msgid "Creating diffraction pattern" +msgstr "A gerar texturas de difracção" -#: plug-ins/common/diffraction.c:438 +#: ../plug-ins/common/diffraction.c:434 msgid "Diffraction Patterns" -msgstr "Padrões Defracção" +msgstr "Texturas de Difracção" -#: plug-ins/common/diffraction.c:524 -#, fuzzy +#: ../plug-ins/common/diffraction.c:477 +#: ../plug-ins/map-object/map-object-ui.c:1388 +msgid "_Preview!" +msgstr "_Ante-visão !" + +#: ../plug-ins/common/diffraction.c:527 msgid "Frequencies" -msgstr "_Frequências" +msgstr "Frequências" -#: plug-ins/common/diffraction.c:562 -#, fuzzy +#: ../plug-ins/common/diffraction.c:565 msgid "Contours" -msgstr "Co_ntornos" +msgstr "Contornos" -#: plug-ins/common/diffraction.c:600 -#, fuzzy -msgid "Sharp edges" -msgstr "Margen_s agudas" +#: ../plug-ins/common/diffraction.c:603 +msgid "Sharp Edges" +msgstr "Arestas Aguçadas" -#: plug-ins/common/diffraction.c:612 plug-ins/common/softglow.c:673 -#: plug-ins/flame/flame.c:1037 +#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:683 +#: ../plug-ins/flame/flame.c:1081 msgid "_Brightness:" msgstr "_Brilho:" -#: plug-ins/common/diffraction.c:621 +#: ../plug-ins/common/diffraction.c:624 msgid "Sc_attering:" -msgstr "D_ispersão:" +msgstr "_Dispersão:" -#: plug-ins/common/diffraction.c:630 -#, fuzzy +#: ../plug-ins/common/diffraction.c:633 msgid "Po_larization:" msgstr "Po_larização:" -#: plug-ins/common/diffraction.c:638 -#, fuzzy -msgid "Other options" -msgstr "Ou_tras opções" +#: ../plug-ins/common/diffraction.c:641 +msgid "Other Options" +msgstr "Outras Opções" -#: plug-ins/common/displace.c:154 -#, fuzzy +#: ../plug-ins/common/displace.c:142 +msgid "_X displacement" +msgstr "Deslocamento _X:" + +#: ../plug-ins/common/displace.c:142 +msgid "_Pinch" +msgstr "_Beliscão" + +#: ../plug-ins/common/displace.c:143 +msgid "_Y displacement" +msgstr "Deslocamento _Y:" + +#: ../plug-ins/common/displace.c:143 +msgid "_Whirl" +msgstr "_Remoinho" + +#: ../plug-ins/common/displace.c:169 +msgid "Displace pixels as indicated by displacement maps" +msgstr "Deslocar pixeis tal como indicado nos mapas de deslocação" + +#: ../plug-ins/common/displace.c:179 msgid "_Displace..." -msgstr "A Deslocar..." +msgstr "_Deslocar Pixeis..." -#: plug-ins/common/displace.c:231 -msgid "Displacing..." -msgstr "A Deslocar..." +#: ../plug-ins/common/displace.c:290 +msgid "Displacing" +msgstr "A deslocar pixeis..." -#: plug-ins/common/displace.c:268 +#: ../plug-ins/common/displace.c:326 msgid "Displace" msgstr "Deslocar" #. X options -#: plug-ins/common/displace.c:297 -#, fuzzy +#: ../plug-ins/common/displace.c:362 msgid "_X displacement:" msgstr "Deslocamento _X:" #. Y Options -#: plug-ins/common/displace.c:344 -#, fuzzy +#: ../plug-ins/common/displace.c:409 msgid "_Y displacement:" -msgstr "Deslocamento _Y:" +msgstr "Deslocamento _Y:" -#: plug-ins/common/displace.c:390 -msgid "On Edges:" -msgstr "Nas Margens:" +#: ../plug-ins/common/displace.c:459 +msgid "Displacement Mode" +msgstr "Modo de Deslocamento" + +#: ../plug-ins/common/displace.c:462 +msgid "_Cartesian" +msgstr "_Cartesiano" + +#: ../plug-ins/common/displace.c:463 +msgid "_Polar" +msgstr "_Polar" + +#: ../plug-ins/common/displace.c:468 +msgid "Edge Behavior" +msgstr "Comportamento das Margens" -#: plug-ins/common/displace.c:396 plug-ins/common/edge.c:729 -#: plug-ins/common/ripple.c:561 plug-ins/common/waves.c:274 +#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:722 +#: ../plug-ins/common/ripple.c:565 ../plug-ins/common/waves.c:281 msgid "_Smear" -msgstr "Manc_har" +msgstr "_Manchar" -#: plug-ins/common/displace.c:398 plug-ins/common/edge.c:742 -#: plug-ins/common/fractaltrace.c:735 plug-ins/common/newsprint.c:408 -#: plug-ins/common/ripple.c:562 +#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:735 +#: ../plug-ins/common/fractal-trace.c:740 ../plug-ins/common/newsprint.c:398 msgid "_Black" msgstr "_Preto" -#: plug-ins/common/dog.c:139 -#, fuzzy -msgid "Difference of Gaussians..." -msgstr "Desfoc. Gaussiano Selectivo..." +#: ../plug-ins/common/edge-dog.c:135 +msgid "Edge detection with control of edge thickness" +msgstr "Detecção de arestas com controlo da grossura das arestas" + +#: ../plug-ins/common/edge-dog.c:142 +msgid "_Difference of Gaussians..." +msgstr "_Diferenciação Gaussiana..." -#: plug-ins/common/dog.c:227 plug-ins/common/dog.c:274 -#, fuzzy +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 msgid "DoG Edge Detect" -msgstr "Detecção Margem" +msgstr "A detectar arestas por diferenciação Gaussiana" -#: plug-ins/common/dog.c:295 -#, fuzzy -msgid "Smoothing parameters" -msgstr "Copiar Parâmetros" +#: ../plug-ins/common/edge-dog.c:331 +msgid "Smoothing Parameters" +msgstr "Parâmetros de Suavização" -#: plug-ins/common/dog.c:309 -#, fuzzy +#: ../plug-ins/common/edge-dog.c:345 msgid "_Radius 1:" -msgstr "_Raio:" +msgstr "_Raio 1:" -#: plug-ins/common/dog.c:313 -#, fuzzy +#: ../plug-ins/common/edge-dog.c:349 msgid "R_adius 2:" -msgstr "R_aio:" - -#: plug-ins/common/dog.c:325 plug-ins/common/normalize.c:88 -#, fuzzy -msgid "_Normalize" -msgstr "_Normal" +msgstr "R_aio 2:" -#: plug-ins/common/dog.c:336 plug-ins/gimpressionist/paper.c:149 +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 msgid "_Invert" msgstr "_Inverter" -#: plug-ins/common/edge.c:162 -#, fuzzy -msgid "_Edge..." -msgstr "Margens" +#: ../plug-ins/common/edge-laplace.c:75 +msgid "High-resolution edge detection" +msgstr "Detecção de arestas com alta-resolução" -#: plug-ins/common/edge.c:234 -msgid "Edge Detection..." -msgstr "Detecção Margem..." +#: ../plug-ins/common/edge-laplace.c:85 +msgid "_Laplace" +msgstr "_Laplace - Detecção de Arestas" -#: plug-ins/common/edge.c:648 -msgid "Edge Detection" -msgstr "Detecção Margem" +#: ../plug-ins/common/edge-laplace.c:243 ../plug-ins/common/edge.c:673 +msgid "Laplace" +msgstr "Laplace - Detecção de Arestas" -#: plug-ins/common/edge.c:675 -#, fuzzy -msgid "Sobel" -msgstr "_Sobel" +#: ../plug-ins/common/edge-laplace.c:321 +msgid "Cleanup" +msgstr "Limpar" -#: plug-ins/common/edge.c:676 -#, fuzzy -msgid "Prewitt" -msgstr "_Prwitt" +#: ../plug-ins/common/edge-neon.c:134 +msgid "Simulate the glowing boundary of a neon light" +msgstr "Simular o halo brilhante de uma luz de néon" -#: plug-ins/common/edge.c:677 plug-ins/common/sinus.c:897 -msgid "Gradient" -msgstr "Gradiente" +#: ../plug-ins/common/edge-neon.c:139 +msgid "_Neon..." +msgstr "Luz _Néon..." -#: plug-ins/common/edge.c:678 -#, fuzzy -msgid "Roberts" -msgstr "_Roberts" +#: ../plug-ins/common/edge-neon.c:211 +msgid "Neon" +msgstr "Luz Néon" -#: plug-ins/common/edge.c:679 -#, fuzzy -msgid "Differential" -msgstr "_Diferencial" +#: ../plug-ins/common/edge-neon.c:695 +msgid "Neon Detection" +msgstr "Detecção neon" -#: plug-ins/common/edge.c:680 -#, fuzzy -msgid "Laplace" -msgstr "_Laplace" +#: ../plug-ins/common/edge-neon.c:747 ../plug-ins/common/unsharp-mask.c:693 +msgid "_Amount:" +msgstr "_Quantidade" -#: plug-ins/common/edge.c:689 -#, fuzzy -msgid "_Algorithm:" -msgstr "Algoritmo" +#: ../plug-ins/common/edge-sobel.c:108 +msgid "Specialized direction-dependent edge detection" +msgstr "" +"Algoritmo Sobel para detecção especializada de arestas dependente da direcção" -#: plug-ins/common/edge.c:697 -#, fuzzy -msgid "A_mount:" -msgstr "Quantidade:" +#: ../plug-ins/common/edge-sobel.c:121 +msgid "_Sobel..." +msgstr "_Sobel - Detecção de Arestas..." -#: plug-ins/common/emboss.c:133 -#, fuzzy +#: ../plug-ins/common/edge-sobel.c:231 +msgid "Sobel Edge Detection" +msgstr "Detecção de Arestas Sobel" + +#: ../plug-ins/common/edge-sobel.c:260 +msgid "Sobel _horizontally" +msgstr "Detecção Sobel _Horizontal" + +#: ../plug-ins/common/edge-sobel.c:272 +msgid "Sobel _vertically" +msgstr "Detecção Sobel _Vertical" + +#: ../plug-ins/common/edge-sobel.c:284 +msgid "_Keep sign of result (one direction only)" +msgstr "_Manter sinal de resultado (apenas numa direcção)" + +#: ../plug-ins/common/edge-sobel.c:370 +msgid "Sobel edge detecting" +msgstr "Detecção de Arestas Sobel" + +#: ../plug-ins/common/edge.c:152 +msgid "Several simple methods for detecting edges" +msgstr "Diversos métodos de detectar arestas" + +#: ../plug-ins/common/edge.c:157 +msgid "_Edge..." +msgstr "_Arestas - Métodos..." + +#: ../plug-ins/common/edge.c:229 +msgid "Edge detection" +msgstr "A detectar arestas através do método escolhido" + +#: ../plug-ins/common/edge.c:633 +msgid "Edge Detection" +msgstr "Detecção de Arestas" + +#: ../plug-ins/common/edge.c:668 +msgid "Sobel" +msgstr "Sobel - Aproximação de gradientes" + +#: ../plug-ins/common/edge.c:669 +msgid "Prewitt compass" +msgstr "Prewitt - Por direcção" + +#: ../plug-ins/common/edge.c:670 ../plug-ins/common/sinus.c:904 +msgid "Gradient" +msgstr "Gradiente" + +#: ../plug-ins/common/edge.c:671 +msgid "Roberts" +msgstr "Roberts - Operador diferencial" + +#: ../plug-ins/common/edge.c:672 +msgid "Differential" +msgstr "Diferencial" + +#: ../plug-ins/common/edge.c:682 +msgid "_Algorithm:" +msgstr "_Algorítmo:" + +#: ../plug-ins/common/edge.c:690 +msgid "A_mount:" +msgstr "_Quantidade:" + +#: ../plug-ins/common/emboss.c:124 +msgid "Simulate an image created by embossing" +msgstr "Simular uma imagem criada por entalhe de uma gravura em relevo" + +#: ../plug-ins/common/emboss.c:130 msgid "_Emboss..." -msgstr "Sali_entar" +msgstr "_Gravura em relevo..." -#: plug-ins/common/emboss.c:376 plug-ins/common/emboss.c:439 +#: ../plug-ins/common/emboss.c:384 ../plug-ins/common/emboss.c:446 msgid "Emboss" -msgstr "Salientar" +msgstr "Gravar Relevo na Imagem" -#: plug-ins/common/emboss.c:460 +#: ../plug-ins/common/emboss.c:474 msgid "Function" msgstr "Função" -#: plug-ins/common/emboss.c:464 +#: ../plug-ins/common/emboss.c:478 msgid "_Bumpmap" -msgstr "_Mapa de Saliências" +msgstr "_Mapa de relevos" -#: plug-ins/common/emboss.c:465 +#: ../plug-ins/common/emboss.c:479 msgid "_Emboss" -msgstr "Sali_entar" +msgstr "_Saliências" -#: plug-ins/common/emboss.c:497 +#: ../plug-ins/common/emboss.c:511 msgid "E_levation:" -msgstr "E_levação:" +msgstr "_Elevação:" -#: plug-ins/common/engrave.c:108 -#, fuzzy +#: ../plug-ins/common/engrave.c:101 +msgid "Simulate an antique engraving" +msgstr "Simula a impressão de uma gravura antiga" + +#: ../plug-ins/common/engrave.c:106 msgid "En_grave..." -msgstr "A Entalhar..." +msgstr "_Gravura antiga..." -#: plug-ins/common/engrave.c:182 -msgid "Engraving..." -msgstr "A Entalhar..." +#: ../plug-ins/common/engrave.c:180 +msgid "Engraving" +msgstr "A criar efeito de gravura antiga" -#: plug-ins/common/engrave.c:211 +#: ../plug-ins/common/engrave.c:209 msgid "Engrave" -msgstr "Entalhe" +msgstr "Gravura Antiga" -#: plug-ins/common/engrave.c:238 plug-ins/common/film.c:1203 -#: plug-ins/common/gtm.c:594 plug-ins/common/postscript.c:2967 -#: plug-ins/common/postscript.c:3128 plug-ins/common/raw.c:998 -#: plug-ins/common/smooth_palette.c:434 plug-ins/common/tile.c:421 -#: plug-ins/imagemap/imap_cmd_guides.c:177 -#: plug-ins/imagemap/imap_rectangle.c:410 +#: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 +#: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 +#: ../plug-ins/imagemap/imap_rectangle.c:410 +#: ../plug-ins/print/print-page-layout.c:254 msgid "_Height:" msgstr "_Altura:" -#: plug-ins/common/engrave.c:249 -#, fuzzy +#: ../plug-ins/common/engrave.c:255 msgid "_Limit line width" -msgstr "_Limitar Largura Linha" +msgstr "_Limitar largura da linha" + +#: ../plug-ins/common/file-aa.c:98 +msgid "ASCII art" +msgstr "Arte ASCII" -#: plug-ins/common/exchange.c:133 +#. Create the actual window. +#: ../plug-ins/common/file-aa.c:349 #, fuzzy -msgid "_Color Exchange..." -msgstr "Troca Cores..." +msgid "Save as Text" +msgstr "Guardar como ficheiro QBE" -#: plug-ins/common/exchange.c:218 -msgid "Color Exchange..." -msgstr "Troca Cores..." +#: ../plug-ins/common/file-aa.c:371 +msgid "_Format:" +msgstr "_Formato:" -#. set up the dialog -#: plug-ins/common/exchange.c:293 -msgid "Color Exchange" -msgstr "Troca Cores" +#: ../plug-ins/common/file-cel.c:111 ../plug-ins/common/file-cel.c:129 +msgid "KISS CEL" +msgstr "KISS CEL" -#: plug-ins/common/exchange.c:308 -#, fuzzy -msgid "Middle-click inside preview to pick \"From Color\"" -msgstr "Antevisão: Clique Dentro para Escolher \"Da Cor\"" +#: ../plug-ins/common/file-cel.c:191 +msgid "Load KISS Palette" +msgstr "Carregar Paleta KISS" -#: plug-ins/common/exchange.c:346 -msgid "To Color" -msgstr "Para Cor" +#. max. rows allocated +#. column, highest column ever used +#. -1 assume fsel is not available (and not attached to any drawable) +#. -1 assume there is no floating selection +#: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 +#: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 +#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586 +#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 +#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 +#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 +#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 +#, c-format +msgid "Opening '%s'" +msgstr "Abrindo '%s'" -#: plug-ins/common/exchange.c:346 -msgid "From Color" -msgstr "Da Cor" +#: ../plug-ins/common/file-cel.c:354 +msgid "Can't create a new image" +msgstr "Incapaz de criar um nova imagem" -#: plug-ins/common/exchange.c:364 -msgid "Color Exchange: To Color" -msgstr "Troca Cores: Para Cor" +#: ../plug-ins/common/file-cel.c:443 +#, c-format +msgid "Unsupported bit depth (%d)!" +msgstr "Profundidade de cor não suportada (%d) !" -#: plug-ins/common/exchange.c:365 -msgid "Color Exchange: From Color" -msgstr "Troca Cores: Da Cor" +#. init the progress meter +#. And let's begin the progress +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 +#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 +#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 +#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 +#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 +#: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 +#: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 +#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 +#: ../plug-ins/file-xjt/xjt.c:1710 +#, c-format +msgid "Saving '%s'" +msgstr "A gravar '%s'" -#: plug-ins/common/exchange.c:423 -#, fuzzy -msgid "R_ed threshold:" -msgstr "Limite V_ermelho:" +#: ../plug-ins/common/file-compressor.c:160 +msgid "gzip archive" +msgstr "arquivo gzip" -#: plug-ins/common/exchange.c:484 -#, fuzzy -msgid "G_reen threshold:" -msgstr "Limite Ve_rde:" +#: ../plug-ins/common/file-compressor.c:181 +msgid "bzip archive" +msgstr "arquivo bzip" -#: plug-ins/common/exchange.c:545 -#, fuzzy -msgid "B_lue threshold:" -msgstr "Limite Azu_l:" +#: ../plug-ins/common/file-compressor.c:390 +msgid "No sensible file extension, saving as compressed XCF." +msgstr "Sem extensão definida, a guardar como XCF comprimido." -#: plug-ins/common/exchange.c:573 -#, fuzzy -msgid "Lock _thresholds" -msgstr "Bloquear Limi_tes" +#: ../plug-ins/common/file-compressor.c:572 +msgid "No sensible file extension, attempting to load with file magic." +msgstr "Sem extensão definida, a tentar carregar usando a 'magia' do ficheiro." + +#: ../plug-ins/common/file-csource.c:112 +msgid "C source code" +msgstr "Código-fonte C" -#: plug-ins/common/film.c:240 +#: ../plug-ins/common/file-csource.c:660 #, fuzzy -msgid "_Film..." -msgstr "Filme" +msgid "Save as C-Source" +msgstr "Fonte" -#: plug-ins/common/film.c:325 -msgid "Composing Images..." -msgstr "A Compor Imagens..." +#: ../plug-ins/common/file-csource.c:691 +msgid "_Prefixed name:" +msgstr "Nome com _prefixo:" -#: plug-ins/common/film.c:438 plug-ins/common/guillotine.c:183 -#: plug-ins/helpbrowser/dialog.c:523 -msgid "Untitled" -msgstr "Sem título" +#: ../plug-ins/common/file-csource.c:700 +msgid "Co_mment:" +msgstr "Co_mentários:" -#. ** Get a RGB copy of the source region ** -#: plug-ins/common/film.c:700 -msgid "Temporary" -msgstr "Temporário" - -#: plug-ins/common/film.c:1079 -msgid "Available Images:" -msgstr "Imagens Disponíveis:" - -#: plug-ins/common/film.c:1080 -msgid "On Film:" -msgstr "Sobre Filme:" +#. Use Comment +#. +#: ../plug-ins/common/file-csource.c:707 +msgid "_Save comment to file" +msgstr "_Guardar comentários num ficheiro" -#. Create selection -#: plug-ins/common/film.c:1166 plug-ins/imagemap/imap_selection.c:400 -#: plug-ins/rcm/rcm_dialog.c:158 -msgid "Selection" -msgstr "Selecção" +#. GLib types +#. +#: ../plug-ins/common/file-csource.c:719 +msgid "_Use GLib types (guint8*)" +msgstr "_Usar tipos GLib (guint8*)" -#. Film height/colour -#: plug-ins/common/film.c:1176 plug-ins/common/film.c:1449 -msgid "Film" -msgstr "Filme" +#. Use Macros +#. +#: ../plug-ins/common/file-csource.c:731 +msgid "Us_e macros instead of struct" +msgstr "U_sar macros em vez de linguagem estruturada" -#. Keep maximum image height -#: plug-ins/common/film.c:1185 -#, fuzzy -msgid "_Fit height to images" -msgstr "A_justar Altura para Imagens" +#. Use RLE +#. +#: ../plug-ins/common/file-csource.c:743 +msgid "Use _1 byte Run-Length-Encoding" +msgstr "Usar método de compressão RLE de _1 byte" -#. Film color -#: plug-ins/common/film.c:1221 -msgid "Select Film Color" -msgstr "Seleccionar Cor Filme" +#. Alpha +#. +#: ../plug-ins/common/file-csource.c:755 +msgid "Sa_ve alpha channel (RGBA/RGB)" +msgstr "Guar_dar canal Transparência (RGBA/RGB)" -#: plug-ins/common/film.c:1226 plug-ins/common/film.c:1277 -#: plug-ins/common/nova.c:346 -msgid "Co_lor:" -msgstr "C_or:" +#: ../plug-ins/common/file-csource.c:773 +msgid "Op_acity:" +msgstr "Op_acidade:" -#. Film numbering: Startindex/Font/colour -#: plug-ins/common/film.c:1235 -msgid "Numbering" -msgstr "A Numerar" +#: ../plug-ins/common/file-desktop-link.c:83 +msgid "Desktop Link" +msgstr "Atalho de área de trabalho (.desktop)" -#: plug-ins/common/film.c:1253 -#, fuzzy -msgid "Start _index:" -msgstr "_Índice Inicial:" +#: ../plug-ins/common/file-desktop-link.c:173 +#, c-format +msgid "Error loading desktop file '%s': %s" +msgstr "Erro ao carregar ficheiro de atalho de área de trabalho '%s': %s" -#: plug-ins/common/film.c:1267 -msgid "_Font:" -msgstr "_Fonte:" +#: ../plug-ins/common/file-dicom.c:146 +msgid "DICOM image" +msgstr "Imagem DICOM" -#. Numbering color -#: plug-ins/common/film.c:1272 -msgid "Select Number Color" -msgstr "Seleccionar Número Cor" +#: ../plug-ins/common/file-dicom.c:171 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Imagem do tipo Imagem e Comunicações Digitais em Medicina (DICOM)" -#: plug-ins/common/film.c:1287 -#, fuzzy -msgid "At _bottom" -msgstr "No _Fundo" +#: ../plug-ins/common/file-dicom.c:352 +#, c-format +msgid "'%s' is not a DICOM file." +msgstr "'%s' não é um ficheiro DICOM." -#: plug-ins/common/film.c:1288 -#, fuzzy -msgid "At _top" -msgstr "No _Topo" +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 +msgid "Cannot save images with alpha channel." +msgstr "Incapaz de guardar imagens com canal transparência." -#. ** The right frame keeps the image selection ** -#: plug-ins/common/film.c:1301 -msgid "Image Selection" -msgstr "Selecção Imagem" +#: ../plug-ins/common/file-dicom.c:784 ../plug-ins/common/file-ps.c:1203 +#: ../plug-ins/common/file-xwd.c:604 ../plug-ins/file-fits/fits.c:466 +#: ../plug-ins/file-xjt/xjt.c:1705 +msgid "Cannot operate on unknown image types." +msgstr "Incapaz de processar tipos de imagens desconhecidos." -#: plug-ins/common/film.c:1329 -#, fuzzy -msgid "All Values are Fractions of the Film Height" -msgstr "Todos os Valores são Fracções da Altura do Filme" +#: ../plug-ins/common/file-gbr.c:154 ../plug-ins/common/file-gbr.c:175 +msgid "GIMP brush" +msgstr "Pincel GIMP" -#: plug-ins/common/film.c:1332 -msgid "Ad_vanced" -msgstr "A_vançado" +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "Cabeçalho de dados inválido em '%s': width=%lu, height=%lu, bytes=%lu" -#: plug-ins/common/film.c:1351 -#, fuzzy -msgid "Image _height:" -msgstr "_Altura Imagem:" +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 +msgid "Unsupported brush format" +msgstr "Formato de pincel não suportado" -#: plug-ins/common/film.c:1362 -#, fuzzy -msgid "Image spac_ing:" -msgstr "Espaçamento _Imagem:" +#: ../plug-ins/common/file-gbr.c:440 +#, c-format +msgid "Error in GIMP brush file '%s'" +msgstr "Erro no ficheiro de pincel GIMP '%s'" -#: plug-ins/common/film.c:1373 -#, fuzzy -msgid "_Hole offset:" -msgstr "Deslocamento _Orifício:" +#: ../plug-ins/common/file-gbr.c:448 +#, c-format +msgid "Invalid UTF-8 string in brush file '%s'." +msgstr "Expressão UTF-8 inválida no ficheiro de pincel '%s'." -#: plug-ins/common/film.c:1384 -#, fuzzy -msgid "Ho_le width:" -msgstr "_Largura Orifício:" +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gih.c:1173 +#: ../plug-ins/gradient-flare/gradient-flare.c:3063 +msgid "Unnamed" +msgstr "Sem nome" -#: plug-ins/common/film.c:1395 -#, fuzzy -msgid "Hol_e height:" -msgstr "_Altura Orifício:" +#: ../plug-ins/common/file-gbr.c:637 +msgid "GIMP brushes are either GRAYSCALE or RGBA" +msgstr "Os pincéis GIMP são em ESCALA CINZENTOS ou RGBA" -#: plug-ins/common/film.c:1406 +#: ../plug-ins/common/file-gbr.c:735 #, fuzzy -msgid "Hole sp_acing:" -msgstr "Espaçamento Ori_fício:" +msgid "Save as Brush" +msgstr "Guardar Pincel" -#: plug-ins/common/film.c:1417 -#, fuzzy -msgid "_Number height:" -msgstr "Altura _Número:" +#. attach labels +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 +msgid "Spacing:" +msgstr "Espaçamento:" -#: plug-ins/common/flarefx.c:196 -#, fuzzy -msgid "_FlareFX..." -msgstr "ChamaFX" +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 +msgid "Description:" +msgstr "Descrição:" -#: plug-ins/common/flarefx.c:271 -msgid "Render Flare..." -msgstr "Renderizar Chama..." +#: ../plug-ins/common/file-gif-load.c:142 +#: ../plug-ins/common/file-gif-save.c:168 +msgid "GIF image" +msgstr "Imagem GIF" -#: plug-ins/common/flarefx.c:308 -msgid "FlareFX" -msgstr "ChamaFX" +#: ../plug-ins/common/file-gif-load.c:357 +msgid "This is not a GIF file" +msgstr "Este não é um ficheiro GIF" -#: plug-ins/common/flarefx.c:741 -#, fuzzy -msgid "Center of Flare Effect" -msgstr "Centro da ChamaFX" +#: ../plug-ins/common/file-gif-load.c:396 +msgid "Non-square pixels. Image might look squashed." +msgstr "Pixels não-quadrados. Imagem poderá ficar deformada." -#: plug-ins/common/flarefx.c:777 -#, fuzzy -msgid "_Show cursor" -msgstr "Mo_strar Cursor" +#: ../plug-ins/common/file-gif-load.c:913 +#, c-format +msgid "Background (%d%s)" +msgstr "Fundo (%d%s)" -#: plug-ins/common/fp.c:224 -msgid "Darker:" -msgstr "Mais Escura:" +#: ../plug-ins/common/file-gif-load.c:936 +#, c-format +msgid "Opening '%s' (frame %d)" +msgstr "A abrir '%s' (fotograma %d)" -#: plug-ins/common/fp.c:225 -msgid "Lighter:" -msgstr "Mais Clara:" +#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/iwarp.c:826 +#, c-format +msgid "Frame %d" +msgstr "Fotograma %d" -#: plug-ins/common/fp.c:227 -msgid "More Sat:" -msgstr "Mais Saturação:" +#: ../plug-ins/common/file-gif-load.c:967 +#, c-format +msgid "Frame %d (%d%s)" +msgstr "Fotograma %d (%d%s)" -#: plug-ins/common/fp.c:228 -msgid "Less Sat:" -msgstr "Menos Saturação:" +#: ../plug-ins/common/file-gif-load.c:998 +#, c-format +msgid "" +"GIF: Undocumented GIF composite type %d is not handled. Animation might not " +"play or re-save perfectly." +msgstr "" +"GIF: Não é possível manipular o tipo de GIF compósito %d não-documentado. A " +"animação poderá não ser correctamente reproduzida ou re-guardada ." -#. All the previews -#: plug-ins/common/fp.c:230 plug-ins/common/fp.c:477 -msgid "Current:" -msgstr "Actual:" +#: ../plug-ins/common/file-gif-save.c:447 +msgid "Couldn't simply reduce colors further. Saving as opaque." +msgstr "Incapaz de reduzir as cores ainda mais. A guardar como opaco." -#: plug-ins/common/fp.c:321 -#, fuzzy -msgid "_Filter Pack..." -msgstr "A Aplicar o Pacote de Filtros..." +#: ../plug-ins/common/file-gif-save.c:562 +#, c-format +msgid "" +"Unable to save '%s'. The GIF file format does not support images that are " +"more than %d pixels wide or tall." +msgstr "" +"Incapaz de guardar como '%s'. O ficheiro GIF não suporta imagens que sejam " +"maiores que %d pixeis de largura ou altura." -#: plug-ins/common/fp.c:361 -msgid "Convert the image to RGB first!" -msgstr "Converta primeiro a imagem em RGB!" +#: ../plug-ins/common/file-gif-save.c:673 +msgid "" +"The GIF format only supports comments in 7bit ASCII encoding. No comment is " +"saved." +msgstr "" +"O formato GIF apenas suporta comentários com codificação ASCII 7bit. Não " +"foi guardado nenhum comentário." -#: plug-ins/common/fp.c:366 -msgid "Applying the Filter Pack..." -msgstr "A Aplicar o Pacote de Filtros..." +#: ../plug-ins/common/file-gif-save.c:732 +msgid "" +"Cannot save RGB color images. Convert to indexed color or grayscale first." +msgstr "" +"Incapaz de guardar imagens com cores RGB. Tem de converter em cores " +"indexadas ou em tons de cinzento." -#: plug-ins/common/fp.c:474 -msgid "Before and After" -msgstr "Antes e Depois" +#: ../plug-ins/common/file-gif-save.c:910 +msgid "Delay inserted to prevent evil CPU-sucking animation." +msgstr "" +"Foi inserido um atraso para evitar uma animação que requeira todo o poder do " +"CPU." -#: plug-ins/common/fp.c:481 -msgid "Original:" -msgstr "Original:" +#: ../plug-ins/common/file-gif-save.c:950 +msgid "" +"The image you are trying to save as a GIF contains layers which extend " +"beyond the actual borders of the image." +msgstr "" +"A imagem que está a tentar guardar como GIF contém camadas que se estendem " +"para além das bordas da imagem." -#: plug-ins/common/fp.c:540 -msgid "Hue Variations" -msgstr "Variações Matiz" +#: ../plug-ins/common/file-gif-save.c:967 +msgid "" +"The GIF file format does not allow this. You may choose whether to crop all " +"of the layers to the image borders, or cancel this save." +msgstr "" +"O formato GIF não permite isto. Pode escolher ou recortar todas as camadas " +"pela borda da imagem ou cancelar e não guardar a imagem." -#: plug-ins/common/fp.c:594 -msgid "Roughness" -msgstr "Aspereza" +#: ../plug-ins/common/file-gif-save.c:1008 +#, fuzzy +msgid "Save as GIF" +msgstr "Guardar como ficheiro QBE" -#: plug-ins/common/fp.c:637 -msgid "Affected Range" -msgstr "Faixa Afectada" +#. regular gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1030 +#, fuzzy +msgid "GIF Options" +msgstr "Opções MNG" -#: plug-ins/common/fp.c:641 -msgid "Sha_dows" -msgstr "Som_bras" +#: ../plug-ins/common/file-gif-save.c:1036 +#, fuzzy +msgid "I_nterlace" +msgstr "Entrelaçar" -#: plug-ins/common/fp.c:642 -msgid "_Midtones" -msgstr "Tons _Médios" +#: ../plug-ins/common/file-gif-save.c:1052 +#, fuzzy +msgid "_GIF comment:" +msgstr "Comentário:" -#: plug-ins/common/fp.c:643 -msgid "H_ighlights" -msgstr "_Realçes" +#. additional animated gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1110 +#, fuzzy +msgid "Animated GIF Options" +msgstr "Opções de MNG Animado" -#: plug-ins/common/fp.c:657 -msgid "Windows" -msgstr "Janelas" +#: ../plug-ins/common/file-gif-save.c:1116 +msgid "_Loop forever" +msgstr "" -#: plug-ins/common/fp.c:667 plug-ins/common/lic.c:670 -msgid "_Saturation" -msgstr "_Saturação" +#: ../plug-ins/common/file-gif-save.c:1129 +msgid "_Delay between frames where unspecified:" +msgstr "" -#: plug-ins/common/fp.c:675 -msgid "A_dvanced" -msgstr "A_vançado" +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507 +msgid "milliseconds" +msgstr "milissegundos" -#: plug-ins/common/fp.c:695 -msgid "Value Variations" -msgstr "Variações Valor" +#: ../plug-ins/common/file-gif-save.c:1154 +msgid "_Frame disposal where unspecified:" +msgstr "" -#: plug-ins/common/fp.c:739 -msgid "Saturation Variations" -msgstr "Variações Saturação" +#: ../plug-ins/common/file-gif-save.c:1158 +msgid "I don't care" +msgstr "Não quero saber" -#: plug-ins/common/fp.c:791 -msgid "Select Pixels by" -msgstr "Seleccionar Pixeis por" +#: ../plug-ins/common/file-gif-save.c:1160 +msgid "Cumulative layers (combine)" +msgstr "Camadas acumulativas (combinar)" -#: plug-ins/common/fp.c:796 -msgid "H_ue" -msgstr "Mati_z" +#: ../plug-ins/common/file-gif-save.c:1162 +msgid "One frame per layer (replace)" +msgstr "Um fotograma por camada (substituir)" -#: plug-ins/common/fp.c:797 -msgid "Satu_ration" -msgstr "Satu_ração" +#. The "Always use default values" toggles +#: ../plug-ins/common/file-gif-save.c:1178 +msgid "_Use delay entered above for all frames" +msgstr "" -#: plug-ins/common/fp.c:798 -msgid "V_alue" -msgstr "V_alor" +#: ../plug-ins/common/file-gif-save.c:1188 +msgid "U_se disposal entered above for all frames" +msgstr "" -#: plug-ins/common/fp.c:824 -msgid "Show" -msgstr "Mostrar" +#: ../plug-ins/common/file-gif-save.c:2341 +msgid "Error writing output file." +msgstr "Erro ao guardar ficheiro produzido." -#: plug-ins/common/fp.c:829 -msgid "_Entire Image" -msgstr "Imagem Int_eira" - -#: plug-ins/common/fp.c:830 -msgid "Se_lection Only" -msgstr "Apenas Se_lecção" - -#: plug-ins/common/fp.c:831 -msgid "Selec_tion In Context" -msgstr "Selecção No Con_texto" +#: ../plug-ins/common/file-gif-save.c:2411 +#, c-format +msgid "The default comment is limited to %d characters." +msgstr "O comentário está limitado a %d caracteres, por predefinição." -#: plug-ins/common/fp.c:1143 -msgid "Filter Pack Simulation" -msgstr "Simulação Pacote Filtros" +#: ../plug-ins/common/file-gih.c:209 ../plug-ins/common/file-gih.c:230 +msgid "GIMP brush (animated)" +msgstr "Pincel GIMP (animado)" -#: plug-ins/common/fp.c:1253 -msgid "Shadows:" -msgstr "Sombras:" +#: ../plug-ins/common/file-gih.c:324 +#, fuzzy, c-format +msgid "Layer %s doesn't have an alpha channel, skipped" +msgstr "Esta camada tem o canal transparência trancado." -#: plug-ins/common/fp.c:1254 -msgid "Midtones:" -msgstr "Tons Médios:" +#: ../plug-ins/common/file-gih.c:503 +msgid "Error in GIMP brush pipe file." +msgstr "Erro no ficheiro de processos do pincel GIMP." -#: plug-ins/common/fp.c:1255 -msgid "Highlights:" -msgstr "Destaques:" +#: ../plug-ins/common/file-gih.c:569 +msgid "GIMP brush file appears to be corrupted." +msgstr "Ficheiro de pincel GIMP parece estar corrompido." -#: plug-ins/common/fp.c:1267 -msgid "Advanced Filter Pack Options" -msgstr "Opções de Pacote de Filtro Avançadas" +#: ../plug-ins/common/file-gih.c:718 +msgid "Couldn't load one brush in the pipe, giving up." +msgstr "Erro ao carregar um pincel na sequência de processos, a desistir." -#: plug-ins/common/fp.c:1278 -msgid "Smoothness of Aliasing" -msgstr "Uniformidade de Aliasing" +#: ../plug-ins/common/file-gih.c:881 +#, fuzzy +msgid "Save as Brush Pipe" +msgstr "Guardar como Procedimento de Pincel" -#: plug-ins/common/fp.c:1378 -msgid "Preview as You Drag" -msgstr "Antevisão Enquanto Arrasta" +#: ../plug-ins/common/file-gih.c:911 +msgid "Spacing (percent):" +msgstr "Espaçamento (percentagem):" -#: plug-ins/common/fp.c:1382 -msgid "Preview Size" -msgstr "Antever Tamanho" +#: ../plug-ins/common/file-gih.c:978 +msgid "Pixels" +msgstr "Pixeis" -#: plug-ins/common/fractaltrace.c:126 -#, fuzzy -msgid "_Fractal Trace..." -msgstr "Traço de Fractal" +#: ../plug-ins/common/file-gih.c:983 +msgid "Cell size:" +msgstr "Tamanho da célula:" -#: plug-ins/common/fractaltrace.c:466 plug-ins/common/fractaltrace.c:693 -msgid "Fractal Trace" -msgstr "Traço de Fractal" +#: ../plug-ins/common/file-gih.c:995 +msgid "Number of cells:" +msgstr "Número de células:" -#. Settings -#: plug-ins/common/fractaltrace.c:726 -msgid "Outside Type" -msgstr "Tipo Exterior" +#: ../plug-ins/common/file-gih.c:1020 +msgid " Rows of " +msgstr " Filas de " -#: plug-ins/common/fractaltrace.c:731 -msgid "_Warp" -msgstr "_Deformar" +#: ../plug-ins/common/file-gih.c:1032 +msgid " Columns on each layer" +msgstr " Colunas em cada camada" -#: plug-ins/common/fractaltrace.c:737 -msgid "_White" -msgstr "_Branco" +#: ../plug-ins/common/file-gih.c:1036 +msgid " (Width Mismatch!) " +msgstr " (Largura não coincidente!) " -#: plug-ins/common/fractaltrace.c:744 -msgid "Mandelbrot Parameters" -msgstr "Parâmetros Mandelbrot" +#: ../plug-ins/common/file-gih.c:1040 +msgid " (Height Mismatch!) " +msgstr " (Altura não coincidente!) " -#: plug-ins/common/fractaltrace.c:755 -msgid "X_1:" -msgstr "X_1:" +#: ../plug-ins/common/file-gih.c:1045 +msgid "Display as:" +msgstr "Apresentar como:" -#: plug-ins/common/fractaltrace.c:764 -msgid "X_2:" -msgstr "X_2:" +#: ../plug-ins/common/file-gih.c:1054 +msgid "Dimension:" +msgstr "Dimensão:" -#: plug-ins/common/fractaltrace.c:773 -msgid "Y_1:" -msgstr "Y_1:" +#: ../plug-ins/common/file-gih.c:1129 +msgid "Ranks:" +msgstr "Níveis:" -#: plug-ins/common/fractaltrace.c:782 -msgid "Y_2:" -msgstr "Y_2:" +#: ../plug-ins/common/file-header.c:77 +msgid "C source code header" +msgstr "Cabeçalho de código-fonte C" -#: plug-ins/common/gauss.c:157 -#, fuzzy -msgid "_Gaussian Blur..." -msgstr "/Filtros/Desfocar/Desfoc. Gaussiano (_IIR)..." +#: ../plug-ins/common/file-html-table.c:156 +msgid "HTML table" +msgstr "Tabela HTML" -#: plug-ins/common/gauss.c:413 +#: ../plug-ins/common/file-html-table.c:409 #, fuzzy -msgid "Gaussian Blur..." -msgstr "/Filtros/Desfocar/Desfoc. Gaussiano (_IIR)..." +msgid "Save as HTML table" +msgstr "Tabela HTML" -#: plug-ins/common/gauss.c:461 -#, fuzzy -msgid "Gaussian Blur" -msgstr "Desfoc. Gaussiano IIR" +#: ../plug-ins/common/file-html-table.c:436 +msgid "Warning" +msgstr "Aviso" -#. parameter settings -#: plug-ins/common/gauss.c:484 -msgid "Blur Radius" -msgstr "Raio de Desfocamento" +#: ../plug-ins/common/file-html-table.c:447 +msgid "" +"You are about to create a huge\n" +"HTML file which will most likely\n" +"crash your browser." +msgstr "" +"Está prestes a criar um ficheiro\n" +"HTML enorme que provavelmente\n" +"irá bloquear o seu navegador." -#: plug-ins/common/gauss.c:498 plug-ins/common/jigsaw.c:2456 -#: plug-ins/common/spread.c:379 -msgid "_Horizontal:" -msgstr "_Horizontal:" +#. HTML Page Options +#: ../plug-ins/common/file-html-table.c:456 +msgid "HTML Page Options" +msgstr "Opções de Página HTML" -#: plug-ins/common/gauss.c:502 plug-ins/common/jigsaw.c:2473 -#: plug-ins/common/spread.c:383 -msgid "_Vertical:" -msgstr "_Vertical:" +#: ../plug-ins/common/file-html-table.c:463 +msgid "_Generate full HTML document" +msgstr "_Gerar documento HTML completo" -#: plug-ins/common/gauss.c:525 -#, fuzzy -msgid "Blur Method" -msgstr "Tipo Desfoc." +#: ../plug-ins/common/file-html-table.c:469 +msgid "" +"If checked GTM will output a full HTML document with , , etc. " +"tags instead of just the table html." +msgstr "" +"Se activo o GTM emitirá um documento HTML completo, com etiquetas , " +", etc, em vez de apenas uma tabela HTML." -#: plug-ins/common/gauss.c:529 -msgid "_IIR" +#. HTML Table Creation Options +#: ../plug-ins/common/file-html-table.c:482 +msgid "Table Creation Options" +msgstr "Opções de Criação de Tabela" + +#: ../plug-ins/common/file-html-table.c:490 +msgid "_Use cellspan" +msgstr "_Usar descrição de célula (cellspan)" + +#: ../plug-ins/common/file-html-table.c:496 +msgid "" +"If checked GTM will replace any rectangular sections of identically colored " +"blocks with one large cell with ROWSPAN and COLSPAN values." msgstr "" +"Se activo o GTM substituirá quaisquer secções rectangulares de blocos de cor " +"idênticos com uma célula grande com valores ROWSPAN e COLSPAN." -#: plug-ins/common/gauss.c:530 -#, fuzzy -msgid "_RLE" -msgstr "RLE" +#: ../plug-ins/common/file-html-table.c:505 +msgid "Co_mpress TD tags" +msgstr "Co_mprimir etiquetas TD" -#: plug-ins/common/gbr.c:130 plug-ins/common/gbr.c:151 -msgid "GIMP brush" +#: ../plug-ins/common/file-html-table.c:511 +msgid "" +"Checking this tag will cause GTM to leave no whitespace between the TD tags " +"and the cellcontent. This is only necessary for pixel level positioning " +"control." msgstr "" +"Activar esta etiqueta fará com que o GTM não deixe espaços em branco entre " +"as etiquetas TD e o conteúdo das células. Isto é necessário somente para " +"controlo de posicionamento do nível de pixeis." -#: plug-ins/common/gbr.c:369 plug-ins/common/gbr.c:381 -msgid "Unsupported brush format" -msgstr "Formato de pincel não suportado" +#: ../plug-ins/common/file-html-table.c:521 +msgid "C_aption" +msgstr "Legend_a" -#: plug-ins/common/gbr.c:392 -#, c-format -msgid "Error in GIMP brush file '%s'" -msgstr "Erro no ficheiro pincel do GIMP '%s'" +#: ../plug-ins/common/file-html-table.c:527 +msgid "Check if you would like to have the table captioned." +msgstr "Marque se desejar ter esta tabela legendada." -#: plug-ins/common/gbr.c:400 -#, c-format -msgid "Invalid UTF-8 string in brush file '%s'." -msgstr "Expressão UTF-8 inválida em ficheiro de pincel '%s'." +#: ../plug-ins/common/file-html-table.c:542 +msgid "The text for the table caption." +msgstr "O texto para a legenda da tabela." -#: plug-ins/common/gbr.c:406 plug-ins/common/gih.c:497 -#: plug-ins/common/gih.c:1154 plug-ins/gflare/gflare.c:2991 -msgid "Unnamed" -msgstr "Sem nome" +#: ../plug-ins/common/file-html-table.c:555 +msgid "C_ell content:" +msgstr "Cont_eúdo da célula:" -#: plug-ins/common/gbr.c:578 -msgid "GIMP brushes are either GRAYSCALE or RGBA" -msgstr "Os pinceis do GIMP são em ESCALA CINZA ou RGBA" +#: ../plug-ins/common/file-html-table.c:559 +msgid "The text to go into each cell." +msgstr "O texto para cada célula." -#: plug-ins/common/gbr.c:663 -msgid "Save as Brush" -msgstr "Gravar como Pincel" +#. HTML Table Options +#: ../plug-ins/common/file-html-table.c:569 +msgid "Table Options" +msgstr "Opções de Tabela" -#. attach labels -#: plug-ins/common/gbr.c:683 plug-ins/common/grid.c:769 -msgid "Spacing:" -msgstr "Espaçamento:" +#: ../plug-ins/common/file-html-table.c:580 +msgid "_Border:" +msgstr "_Margem:" -#: plug-ins/common/gbr.c:694 plug-ins/common/gih.c:904 -#: plug-ins/common/pat.c:521 plug-ins/gimpressionist/presets.c:642 -msgid "Description:" -msgstr "Descrição:" +#: ../plug-ins/common/file-html-table.c:584 +msgid "The number of pixels in the table border." +msgstr "O número de pixeis na margem da tabela." -#: plug-ins/common/gee.c:94 -msgid "Gee-_Slime" +#: ../plug-ins/common/file-html-table.c:599 +msgid "The width for each table cell. Can be a number or a percent." msgstr "" +"A largura para cada célula da tabela. Pode ser um número ou uma percentagem." -#: plug-ins/common/gee.c:152 -msgid "GEE-SLIME" -msgstr "GEE-SLIME" +#: ../plug-ins/common/file-html-table.c:615 +msgid "The height for each table cell. Can be a number or a percent." +msgstr "" +"A altura para cada célula da tabela. Pode ser um número ou uma percentagem." -#: plug-ins/common/gee.c:158 plug-ins/common/gee_zoom.c:191 -#, fuzzy -msgid "Thank you for choosing GIMP" -msgstr "** Obrigado por escolher o GIMP **" +#: ../plug-ins/common/file-html-table.c:626 +msgid "Cell-_padding:" +msgstr "Es_paçamento dentro da célula:" -#: plug-ins/common/gee.c:166 -msgid "" -"A less-obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / " -"1998-2000" +#: ../plug-ins/common/file-html-table.c:630 +msgid "The amount of cellpadding." msgstr "" -"Uma criação menos obsoleta de Adam D. Moss / adam@gimp.org / adam@foxbox." -"org / 1998-2000" +"Colocar algum espaço entre a margem da célula e o respectivo texto " +"(CELLPADDING)." -#: plug-ins/common/gee_zoom.c:124 -#, fuzzy -msgid "Gee-_Zoom" -msgstr "_Zoom" +#: ../plug-ins/common/file-html-table.c:639 +msgid "Cell-_spacing:" +msgstr "E_spaçamento entre células:" -#: plug-ins/common/gee_zoom.c:185 -msgid "GEE-ZOOM" -msgstr "" +#: ../plug-ins/common/file-html-table.c:643 +msgid "The amount of cellspacing." +msgstr "Colocar algum espaço entre as células (CELLSPACING)." -#: plug-ins/common/gee_zoom.c:199 -msgid "" -"An obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / " -"1998-2000" +#. Inform the user that we couldn't losslessly save the +#. * transparency & just use the full palette +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 +msgid "Couldn't losslessly save transparency, saving opacity instead." msgstr "" -"Uma criação obsoleta de Adam D. Moss / adam@gimp.org / adam@foxbox.org / " -"1998-2000" +"Incapaz de guardar transparência sem perder qualidade, em vez disso a " +"guardar opaco." -#: plug-ins/common/gif.c:402 plug-ins/common/gifload.c:143 +#: ../plug-ins/common/file-mng.c:1287 #, fuzzy -msgid "GIF image" -msgstr "Im_agem" +msgid "Save as MNG" +msgstr "Guardar Mapa de Imagem" -#: plug-ins/common/gif.c:687 -msgid "Couldn't simply reduce colors further. Saving as opaque." -msgstr "Incapaz de reduzir mais as cores. A gravar como opaco." +#: ../plug-ins/common/file-mng.c:1307 +msgid "MNG Options" +msgstr "Opções MNG" -#: plug-ins/common/gif.c:909 -msgid "" -"The GIF format only supports comments in 7bit ASCII encoding. No comment is " -"saved." -msgstr "" -"O formato GIF apenas suporta comentários na codificação ASCII 7bit. Nenhum " -"comentário foi gravado." +#: ../plug-ins/common/file-mng.c:1313 +msgid "Interlace" +msgstr "Entrelaçar" -#: plug-ins/common/gif.c:970 -msgid "" -"Cannot save RGB color images. Convert to indexed color or grayscale first." -msgstr "" -"Incapaz de gravar imagens coloridas RGB. Converta primeiro para cor indexada " -"ou cinza." +#: ../plug-ins/common/file-mng.c:1325 +msgid "Save background color" +msgstr "Guardar cor do fundo" -#: plug-ins/common/gif.c:1113 -msgid "" -"Warning:\n" -"Transparent color in written file might be incorrect on viewers which don't " -"support transparency." -msgstr "" -"Aviso:\n" -"Cor transparente no ficheiro gravado poderá estar incorrecta em " -"visualizadores que não suportem transparência." +#: ../plug-ins/common/file-mng.c:1336 +msgid "Save gamma" +msgstr "Guardar Gama" -#: plug-ins/common/gif.c:1152 -msgid "Delay inserted to prevent evil CPU-sucking anim." -msgstr "Atraso inserido para evitar anim que ocupa todo o CPU." - -#: plug-ins/common/gif.c:1194 -msgid "GIF Warning" -msgstr "Aviso GIF" - -#: plug-ins/common/gif.c:1210 -msgid "" -"The image which you are trying to save as a GIF\n" -"contains layers which extend beyond the actual\n" -"borders of the image. This isn't allowed in GIFs,\n" -"I'm afraid.\n" -"\n" -"You may choose whether to crop all of the layers to\n" -"the image borders, or cancel this save." -msgstr "" -"A imagem que você está a tentar gravar como GIF\n" -"contém camadas que ultrapassam as margens actuais da\n" -"imagem. Isto não é permitido em GIFs.\n" -"\n" -"Você tem a opção de enquadrar todas as camadas dentro\n" -"das margens da imagem ou cancelar esta gravação." +#: ../plug-ins/common/file-mng.c:1346 +msgid "Save resolution" +msgstr "Guardar Resolução" -#: plug-ins/common/gif.c:1254 -msgid "Save as GIF" -msgstr "Gravar como GIF" +#: ../plug-ins/common/file-mng.c:1357 +msgid "Save creation time" +msgstr "Guardar Data da criação" -#. regular gif parameter settings -#: plug-ins/common/gif.c:1269 -msgid "GIF Options" -msgstr "Opções GIF" +#: ../plug-ins/common/file-mng.c:1376 +msgid "PNG" +msgstr "PNG" -#: plug-ins/common/gif.c:1275 -#, fuzzy -msgid "_Interlace" -msgstr "Entrelace" +#: ../plug-ins/common/file-mng.c:1377 +msgid "JNG" +msgstr "JNG" -#: plug-ins/common/gif.c:1291 -#, fuzzy -msgid "_GIF comment:" -msgstr "Comentário GIF:" +#: ../plug-ins/common/file-mng.c:1380 +msgid "PNG + delta PNG" +msgstr "PNG + variação PNG" -#. additional animated gif parameter settings -#: plug-ins/common/gif.c:1348 -msgid "Animated GIF Options" -msgstr "Opções GIF Animado" +#: ../plug-ins/common/file-mng.c:1381 +msgid "JNG + delta PNG" +msgstr "JNG + variação PNG" -#: plug-ins/common/gif.c:1354 -#, fuzzy -msgid "_Loop forever" -msgstr "Repetir eternamente" +#: ../plug-ins/common/file-mng.c:1382 +msgid "All PNG" +msgstr "Todos PNG" -#: plug-ins/common/gif.c:1367 -#, fuzzy -msgid "_Delay between frames where unspecified:" -msgstr "Atrasar entre frames onde não for especificado:" +#: ../plug-ins/common/file-mng.c:1383 +msgid "All JNG" +msgstr "Todos JNG" -#: plug-ins/common/gif.c:1380 plug-ins/common/mng.c:1522 -msgid "milliseconds" -msgstr "milissegundos" +#: ../plug-ins/common/file-mng.c:1395 +msgid "Default chunks type:" +msgstr "Predefinição do Tipo de pedaços:" -#: plug-ins/common/gif.c:1390 -#, fuzzy -msgid "Frame disposal where unspecified: " -msgstr "Descartar Frame Onde Não Especificado: " +#: ../plug-ins/common/file-mng.c:1398 +msgid "Combine" +msgstr "Combinar" -#: plug-ins/common/gif.c:1394 -#, fuzzy -msgid "I don't care" -msgstr "Ignorar" +#: ../plug-ins/common/file-mng.c:1399 +msgid "Replace" +msgstr "Substituir" -#: plug-ins/common/gif.c:1396 -#, fuzzy -msgid "Cumulative layers (combine)" -msgstr "Camadas Cumulativas (Combinar)" +#: ../plug-ins/common/file-mng.c:1410 +msgid "Default frame disposal:" +msgstr "Predefinição do Descarte de fotogramas:" -#: plug-ins/common/gif.c:1398 -#, fuzzy -msgid "One frame per layer (replace)" -msgstr "Um Frame por Camada (Substituir)" +#: ../plug-ins/common/file-mng.c:1422 +msgid "PNG compression level:" +msgstr "Nível de compressão PNG:" -#: plug-ins/common/gif.c:2611 -msgid "Error writing output file." -msgstr "erro ao gravar ficheiro de saída." +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 +msgid "Choose a high compression level for small file size" +msgstr "" +"Aumente o nível de compressão para obter um ficheiro pequeno e vice-versa." -#: plug-ins/common/gif.c:2681 +#: ../plug-ins/common/file-mng.c:1444 +msgid "JPEG compression quality:" +msgstr "Qualidade de compressão JPEG:" + +#: ../plug-ins/common/file-mng.c:1461 +msgid "JPEG smoothing factor:" +msgstr "Factor de suavização JPEG:" + +#: ../plug-ins/common/file-mng.c:1471 +msgid "Animated MNG Options" +msgstr "Opções de MNG Animado" + +#: ../plug-ins/common/file-mng.c:1477 +msgid "Loop" +msgstr "Repetição infinita" + +#: ../plug-ins/common/file-mng.c:1491 +msgid "Default frame delay:" +msgstr "Atraso de fotograma predefinido:" + +#: ../plug-ins/common/file-mng.c:1564 +msgid "MNG animation" +msgstr "Animação MNG" + +#: ../plug-ins/common/file-pat.c:123 ../plug-ins/common/file-pat.c:145 +msgid "GIMP pattern" +msgstr "Textura GIMP" + +#: ../plug-ins/common/file-pat.c:371 #, c-format -msgid "The default comment is limited to %d characters." -msgstr "O comentário por omissão está limitado a %d caracteres." +msgid "Invalid UTF-8 string in pattern file '%s'." +msgstr "Expressão UTF-8 inválida em ficheiro de Textura '%s'." -#: plug-ins/common/gifload.c:314 -msgid "This is not a GIF file" -msgstr "Este não é um ficheiro GIF" +#: ../plug-ins/common/file-pat.c:543 +#, fuzzy +msgid "Save as Pattern" +msgstr "Padrão de imagem vídeo" -#: plug-ins/common/gifload.c:352 -msgid "Non-square pixels. Image might look squashed." -msgstr "Pixels não-quadrados. Imagem poderá ficar deformada." +#: ../plug-ins/common/file-pcx.c:133 ../plug-ins/common/file-pcx.c:152 +msgid "ZSoft PCX image" +msgstr "Imagem PCX da ZSoft" -#: plug-ins/common/gifload.c:867 +#: ../plug-ins/common/file-pcx.c:372 #, c-format -msgid "Background (%d%s)" -msgstr "Fundo (%d%s)" +msgid "Could not read header from '%s'" +msgstr "Incapaz de ler cabeçalho de '%s'" -#: plug-ins/common/gifload.c:915 plug-ins/common/iwarp.c:783 -#: plug-ins/common/iwarp.c:817 +#: ../plug-ins/common/file-pcx.c:382 #, c-format -msgid "Frame %d" -msgstr "Frame %d" +msgid "'%s' is not a PCX file" +msgstr "'%s' não é um ficheiro PCX" -#: plug-ins/common/gifload.c:917 +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 +#: ../plug-ins/file-psd/psd-load.c:302 #, c-format -msgid "Frame %d (%d%s)" -msgstr "Frame %d (%d%s)" +msgid "Unsupported or invalid image width: %d" +msgstr "Largura da imagem não suportada ou inválida: %d" -#: plug-ins/common/gifload.c:947 +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 +#: ../plug-ins/file-psd/psd-load.c:294 #, c-format -msgid "" -"GIF: Undocumented GIF composite type %d is not handled. Animation might not " -"play or re-save perfectly." -msgstr "" -"GIF: Tipo composto %d GIF não-documentado não é manipulado. Animação poderá " -"não reproduzir ou re-gravar correctamente." +msgid "Unsupported or invalid image height: %d" +msgstr "Altura da imagem não suportada ou inválida: %d" -#: plug-ins/common/gih.c:205 plug-ins/common/gih.c:226 -msgid "GIMP brush (animated)" -msgstr "" +#: ../plug-ins/common/file-pcx.c:405 +msgid "Invalid number of bytes per line in PCX header" +msgstr "Cabeçalho PCX com número de bytes por linha inválido" -#: plug-ins/common/gih.c:319 +#: ../plug-ins/common/file-pcx.c:412 #, c-format -msgid "Layer %s doesn't have an alpha channel, skipped" -msgstr "A camada %s não tem canal alfa, ignorado" +msgid "Image dimensions too large: width %d x height %d" +msgstr "Dimensões da imagem demasiado grande: largura %d x altura %d" -#: plug-ins/common/gih.c:490 -msgid "Error in GIMP brush pipe file." -msgstr "Erro no ficheiro de canalização de pincel do GIMP." +#: ../plug-ins/common/file-pcx.c:460 +msgid "Unusual PCX flavour, giving up" +msgstr "Formato PCX desconhecido, a desistir" -#: plug-ins/common/gih.c:556 -msgid "GIMP brush file appears to be corrupted." -msgstr "Ficheiro de pincel do GIMP parece estar corrompido." +#: ../plug-ins/common/file-pcx.c:683 +#, c-format +msgid "Invalid X offset: %d" +msgstr "Deslocamento X inválido: %d" -#: plug-ins/common/gih.c:704 -msgid "Couldn't load one brush in the pipe, giving up." -msgstr "Não foi possível carregar um pincel no canal, a desistir." +#: ../plug-ins/common/file-pcx.c:689 +#, c-format +msgid "Invalid Y offset: %d" +msgstr "Deslocamento Y inválido: %d" -#: plug-ins/common/gih.c:867 -msgid "Save as Brush Pipe" -msgstr "Gravar como Canal Pincel" +#: ../plug-ins/common/file-pcx.c:695 +#, c-format +msgid "Right border out of bounds (must be < %d): %d" +msgstr "Margem direita fora dos limites (tem de ser < %d): %d" -#: plug-ins/common/gih.c:890 -#, fuzzy -msgid "Spacing (percent):" -msgstr "Espaçamento (percentagem):" +#: ../plug-ins/common/file-pcx.c:702 +#, c-format +msgid "Bottom border out of bounds (must be < %d): %d" +msgstr "Margem inferior fora dos limites (tem de ser < %d): %d" -#: plug-ins/common/gih.c:957 -msgid "Pixels" -msgstr "Pixeis" +#: ../plug-ins/common/file-pcx.c:759 +#, c-format +msgid "Writing to file '%s' failed: %s" +msgstr "Falha ao ao escrever no ficheiro '%s': %s" -#: plug-ins/common/gih.c:962 -#, fuzzy -msgid "Cell size:" -msgstr "Tamanho Célula:" +#: ../plug-ins/common/file-pdf.c:288 +msgid "Portable Document Format" +msgstr "PDF (Formato de Documento Portável)" -#: plug-ins/common/gih.c:974 -#, fuzzy -msgid "Number of cells:" -msgstr "Número Células:" +#: ../plug-ins/common/file-pdf.c:620 +#, c-format +msgid "%s-%s" +msgstr "%s-%s" -#: plug-ins/common/gih.c:999 -msgid " Rows of " -msgstr " Filas de " +#: ../plug-ins/common/file-pdf.c:622 ../plug-ins/common/file-ps.c:1125 +#, c-format +msgid "%s-pages" +msgstr "%s-páginas" -#: plug-ins/common/gih.c:1011 -#, fuzzy -msgid " Columns on each layer" -msgstr " Colunas em cada Camada" +#: ../plug-ins/common/file-pdf.c:808 +msgid "Import from PDF" +msgstr "Importar a partir de PDF" -#: plug-ins/common/gih.c:1015 -msgid " (Width Mismatch!) " -msgstr " (Largura Desigual!)" +#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3102 +#: ../plug-ins/common/file-tiff-load.c:483 +msgid "_Import" +msgstr "_Importar" -#: plug-ins/common/gih.c:1019 -msgid " (Height Mismatch!) " -msgstr " (Altura Desigual!)" +#: ../plug-ins/common/file-pdf.c:880 +msgid "_Width (pixels):" +msgstr "_Largura (pixeis):" -#: plug-ins/common/gih.c:1024 -msgid "Display as:" -msgstr "Mostrar como:" +#: ../plug-ins/common/file-pdf.c:881 +msgid "_Height (pixels):" +msgstr "_Altura (pixeis):" -#: plug-ins/common/gih.c:1033 -msgid "Dimension:" -msgstr "Dimensão:" +#: ../plug-ins/common/file-pdf.c:883 +msgid "_Resolution:" +msgstr "_Resolução:" -#: plug-ins/common/gih.c:1110 -msgid "Ranks:" -msgstr "Níveis:" +#: ../plug-ins/common/file-pdf.c:1157 +#, fuzzy, c-format +msgid "pixels/%s" +msgstr "pixeis/%a" -#: plug-ins/common/glasstile.c:129 -#, fuzzy -msgid "_Glass Tile..." -msgstr "Mosaico Vidro..." +#: ../plug-ins/common/file-pix.c:142 ../plug-ins/common/file-pix.c:159 +msgid "Alias Pix image" +msgstr "Imagem PIX (Alias Pix)" -#: plug-ins/common/glasstile.c:209 -msgid "Glass Tile..." -msgstr "Mosaico Vidro..." +#: ../plug-ins/common/file-png.c:263 ../plug-ins/common/file-png.c:284 +#: ../plug-ins/common/file-png.c:304 ../plug-ins/common/file-png.c:321 +msgid "PNG image" +msgstr "Imagem PNG" -#: plug-ins/common/glasstile.c:250 -msgid "Glass Tile" -msgstr "Mosaico Vidro" +#: ../plug-ins/common/file-png.c:628 +#, c-format +msgid "Error loading PNG file: %s" +msgstr "Erro ao abrir ficheiro PNG '%s'" + +#: ../plug-ins/common/file-png.c:703 +#, c-format +msgid "Error while reading '%s'. File corrupted?" +msgstr "Erro ao ler ficheiro '%s'. Estará corrompido?" + +#: ../plug-ins/common/file-png.c:834 +#, c-format +msgid "Unknown color model in PNG file '%s'." +msgstr "Modelo de cor desconhecido no ficheiro PNG '%s'." + +#: ../plug-ins/common/file-png.c:889 +msgid "" +"The PNG file specifies an offset that caused the layer to be positioned " +"outside the image." +msgstr "" +"O ficheiro PNG especifica um deslocamento que levou a que a camada fosse " +"posicionada fora da imagem." + +#: ../plug-ins/common/file-png.c:1255 +#, c-format +msgid "Error while saving '%s'. Could not save image." +msgstr "Erro ao guardar '%s'. Incapaz de guardar imagem." + +#: ../plug-ins/common/file-png.c:1786 +msgid "Save as PNG" +msgstr "" + +#: ../plug-ins/common/file-png.c:1818 +msgid "_Interlacing (Adam7)" +msgstr "" -#: plug-ins/common/glasstile.c:281 +#: ../plug-ins/common/file-png.c:1829 #, fuzzy -msgid "Tile _width:" -msgstr "_Largura Mosaico:" +msgid "Save _background color" +msgstr "Guardar cor do fundo" -#: plug-ins/common/glasstile.c:295 plug-ins/common/mosaic.c:621 +#: ../plug-ins/common/file-png.c:1837 #, fuzzy -msgid "Tile _height:" -msgstr "_Altura Mosaico:" +msgid "Save _gamma" +msgstr "Guardar Gama" -#: plug-ins/common/gqbist.c:415 +#: ../plug-ins/common/file-png.c:1847 #, fuzzy -msgid "_Qbist..." -msgstr "Qbist ..." +msgid "Save layer o_ffset" +msgstr "Deslocamento inicial:" -#: plug-ins/common/gqbist.c:514 -msgid "Qbist ..." -msgstr "Qbist ..." +#: ../plug-ins/common/file-png.c:1856 +#, fuzzy +msgid "Save _resolution" +msgstr "Guardar Resolução" -#: plug-ins/common/gqbist.c:695 +#: ../plug-ins/common/file-png.c:1866 #, fuzzy -msgid "Load QBE file" -msgstr "Carregar ficheiro QBE..." +msgid "Save creation _time" +msgstr "Guardar Data da criação" -#: plug-ins/common/gqbist.c:733 +#: ../plug-ins/common/file-png.c:1875 #, fuzzy -msgid "Save (middle transform) as QBE file" -msgstr "Gravar (transformação média) como ficheiro QBE..." +msgid "Save comme_nt" +msgstr "_Guardar comentários num ficheiro" -#: plug-ins/common/gqbist.c:781 -msgid "G-Qbist" -msgstr "G-Qbist" +#: ../plug-ins/common/file-png.c:1891 +#, fuzzy +msgid "Save color _values from transparent pixels" +msgstr "Guardar os valores das _cores dos pixeis transparentes" -#: plug-ins/common/gradmap.c:86 +#: ../plug-ins/common/file-png.c:1905 #, fuzzy -msgid "_Gradient Map" -msgstr "Mapa Gradientes..." +msgid "Co_mpression level:" +msgstr "Nível de compressão PNG:" -#: plug-ins/common/gradmap.c:124 -msgid "Gradient Map..." -msgstr "Mapa Gradientes..." +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 +msgid "_Load Defaults" +msgstr "_Carregar Predefinições" -#: plug-ins/common/grid.c:149 +#: ../plug-ins/common/file-png.c:1931 #, fuzzy -msgid "_Grid..." -msgstr "Guias..." +msgid "S_ave Defaults" +msgstr "_Guardar predefinições" -#: plug-ins/common/grid.c:242 -msgid "Drawing Grid..." -msgstr "A Desenhar Grade..." - -#: plug-ins/common/grid.c:621 plug-ins/gfig/gfig-dialog.c:1355 -#: plug-ins/imagemap/imap_menu.c:385 plug-ins/imagemap/imap_popup.c:153 -#: plug-ins/imagemap/imap_toolbar.c:163 -msgid "Grid" -msgstr "Grade" +#: ../plug-ins/common/file-pnm.c:248 +msgid "PNM Image" +msgstr "Imagem PNM" -#. attach labels -#: plug-ins/common/grid.c:696 -msgid "Horizontal" -msgstr "Horizontal" +#: ../plug-ins/common/file-pnm.c:268 +msgid "PNM image" +msgstr "Imagem PNM" -#: plug-ins/common/grid.c:698 -msgid "Vertical" -msgstr "Vertical" +#: ../plug-ins/common/file-pnm.c:280 +msgid "PBM image" +msgstr "Imagem PBM" -#: plug-ins/common/grid.c:700 -msgid "Intersection" -msgstr "Intersecção" +#: ../plug-ins/common/file-pnm.c:292 +msgid "PGM image" +msgstr "Imagem PGM" -#. Width and Height -#: plug-ins/common/grid.c:703 plug-ins/common/svg.c:761 -#: plug-ins/common/wmf.c:548 plug-ins/print/gimp_main_window.c:992 -#: plug-ins/print/gimp_main_window.c:1199 -msgid "Width:" -msgstr "Largura:" +#: ../plug-ins/common/file-pnm.c:304 +msgid "PPM image" +msgstr "Imagem PPM" -#. attach labels -#: plug-ins/common/grid.c:836 -msgid "Offset:" -msgstr "Deslocamento:" +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 +msgid "Premature end of file." +msgstr "Fim prematuro do ficheiro." + +#: ../plug-ins/common/file-pnm.c:530 +msgid "Invalid file." +msgstr "Ficheiro inválido." -#. attach color selectors -#: plug-ins/common/grid.c:875 -msgid "Horizontal Color" -msgstr "Cor Horizontal" +#: ../plug-ins/common/file-pnm.c:544 +msgid "File not in a supported format." +msgstr "O ficheiro não está num formato suportado." -#: plug-ins/common/grid.c:893 -msgid "Vertical Color" -msgstr "Cor Vertical" +#: ../plug-ins/common/file-pnm.c:553 +msgid "Invalid X resolution." +msgstr "Resolução X inválida." -#: plug-ins/common/grid.c:911 -msgid "Intersection Color" -msgstr "Cor Intersecção" +#: ../plug-ins/common/file-pnm.c:555 +msgid "Image width is larger than GIMP can handle." +msgstr "A largura da imagem é demasiado grande para ser manipulável pelo GIMP." + +#: ../plug-ins/common/file-pnm.c:562 +msgid "Invalid Y resolution." +msgstr "Resolução Y inválida." + +#: ../plug-ins/common/file-pnm.c:564 +msgid "Image height is larger than GIMP can handle." +msgstr "" +"A altura da imagem é demasiado grande para poder ser manipulável pelo GIMP." + +#: ../plug-ins/common/file-pnm.c:576 +msgid "Unsupported maximum value." +msgstr "Valor máximo não suportado." -#: plug-ins/common/gtm.c:154 +#: ../plug-ins/common/file-pnm.c:781 +msgid "Error reading file." +msgstr "Erro ao ler o ficheiro." + +#: ../plug-ins/common/file-pnm.c:1186 #, fuzzy -msgid "HTML table" -msgstr "Mármore" +msgid "Save as PNM" +msgstr "Guardar Mapa de Imagem" -#: plug-ins/common/gtm.c:399 -msgid "GIMP Table Magic" -msgstr "Tabela Mágica do GIMP" +#. file save type +#: ../plug-ins/common/file-pnm.c:1203 +msgid "Data formatting" +msgstr "Formato de dados" -#: plug-ins/common/gtm.c:419 -msgid "Warning" -msgstr "Aviso" +#: ../plug-ins/common/file-pnm.c:1207 +msgid "Raw" +msgstr "Raw (em bruto)" -#: plug-ins/common/gtm.c:430 -msgid "" -"You are about to create a huge\n" -"HTML file which will most likely\n" -"crash your browser." -msgstr "" -"Está prestes a criar um ficheiro\n" -"HTML enorme que provavelmente\n" -"irá bloquear o seu browser." +#: ../plug-ins/common/file-pnm.c:1208 +msgid "Ascii" +msgstr "ASCII" -#. HTML Page Options -#: plug-ins/common/gtm.c:439 -msgid "HTML Page Options" -msgstr "Opções Página HTML" +#: ../plug-ins/common/file-ps.c:599 ../plug-ins/common/file-ps.c:691 +msgid "PostScript document" +msgstr "Documento PostScript" -#: plug-ins/common/gtm.c:446 -#, fuzzy -msgid "_Generate full HTML document" -msgstr "_Gerar Documento HTML Completo" +#: ../plug-ins/common/file-ps.c:618 ../plug-ins/common/file-ps.c:707 +msgid "Encapsulated PostScript image" +msgstr "Imagem PostScript Encapsulada" -#: plug-ins/common/gtm.c:452 -msgid "" -"If checked GTM will output a full HTML document with , , etc. " -"tags instead of just the table html." -msgstr "" -"Se activo o GTM emitirá um documento HTML completo com etiquetas , " -", etc. em vez de apenas uma tabela html." +#: ../plug-ins/common/file-ps.c:638 +msgid "PDF document" +msgstr "Documento PDF" -#. HTML Table Creation Options -#: plug-ins/common/gtm.c:465 -msgid "Table Creation Options" -msgstr "Opções Criação Tabelas" +#: ../plug-ins/common/file-ps.c:1050 +#, c-format +msgid "Could not interpret Postscript file '%s'" +msgstr "Não foi possível interpretar o ficheiro PostScript '%s'" -#: plug-ins/common/gtm.c:473 -#, fuzzy -msgid "_Use cellspan" -msgstr "_Utilizar Cellspan" +#: ../plug-ins/common/file-ps.c:1192 +#, c-format +msgid "PostScript save cannot handle images with alpha channels" +msgstr "Guardar em PostScript não suporta imagens com canais transparência" -#: plug-ins/common/gtm.c:479 +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 +#, c-format msgid "" -"If checked GTM will replace any rectangular sections of identically colored " -"blocks with one large cell with ROWSPAN and COLSPAN values." +"Error starting Ghostscript. Make sure that Ghostscript is installed and - if " +"necessary - use the environment variable GS_PROG to tell GIMP about its " +"location.\n" +"(%s)" msgstr "" -"Se activo o GTM substituirá quaisquer secções rectangulares de blocos, " -"coloridos identicamente, com uma célula grande com valores ROWSPAN e COLSPAN." +"Erro ao iniciar o Ghostscript. Certifique-se que o Ghostscript está " +"instalado e, se necessário, usa a variável de ambiente GS_PROG para informar " +"o GIMP sobre a localização do Ghostscript.\n" +"(%s)" -#: plug-ins/common/gtm.c:488 -msgid "Co_mpress TD tags" -msgstr "Co_mprimir etiquetas TD" +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 +#, c-format +msgid "Page %d" +msgstr "Página %d" -#: plug-ins/common/gtm.c:494 -msgid "" -"Checking this tag will cause GTM to leave no whitespace between the TD tags " -"and the cellcontent. This is only necessary for pixel level positioning " -"control." -msgstr "" -"Activar esta etiqueta fará com que o GTM não deixe espaços em branco entre " -"as etiquetas TD e o conteúdo das células. Isto é necessário somente para " -"controlo de posicionamento do nível de pixeis." +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 +#: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 +#: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 +msgid "Write error occurred" +msgstr "Ocorreu um erro de escrita" -#: plug-ins/common/gtm.c:504 -msgid "C_aption" -msgstr "Legend_a" +#: ../plug-ins/common/file-ps.c:3097 +msgid "Import from PostScript" +msgstr "Importar de ficheiro PostScript" -#: plug-ins/common/gtm.c:510 -msgid "Check if you would like to have the table captioned." -msgstr "Verifique se deseja ter esta tabela com legenda." +#. Rendering +#: ../plug-ins/common/file-ps.c:3140 +msgid "Rendering" +msgstr "A renderizar" -#: plug-ins/common/gtm.c:525 -msgid "The text for the table caption." -msgstr "O texto para a legenda da tabela." +#. Resolution +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 +#: ../plug-ins/common/file-wmf.c:692 +msgid "Resolution:" +msgstr "Resolução:" -#: plug-ins/common/gtm.c:538 -#, fuzzy -msgid "C_ell content:" -msgstr "Cont_eúdo Célula:" +#: ../plug-ins/common/file-ps.c:3195 +msgid "Pages:" +msgstr "Páginas:" -#: plug-ins/common/gtm.c:542 -msgid "The text to go into each cell." -msgstr "O texto para cada célula." +#: ../plug-ins/common/file-ps.c:3202 +msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" +msgstr "Abrir as páginas indicadas usando, por exemplo, 1-4 ou 1, 3, 5-7" -#. HTML Table Options -#: plug-ins/common/gtm.c:552 -msgid "Table Options" -msgstr "Opções Tabela" +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2643 +msgid "Layers" +msgstr "Camadas" -#: plug-ins/common/gtm.c:563 -msgid "_Border:" -msgstr "_Margem:" +#: ../plug-ins/common/file-ps.c:3208 +msgid "Images" +msgstr "Imagens" -#: plug-ins/common/gtm.c:567 -msgid "The number of pixels in the table border." -msgstr "O número de pixeis na margem da tabela." +#: ../plug-ins/common/file-ps.c:3211 +msgid "Open as" +msgstr "Abrir como" -#: plug-ins/common/gtm.c:582 -msgid "The width for each table cell. Can be a number or a percent." -msgstr "" -"A largura para cada célula da tabela. Pode ser um número ou uma percentagem." +#: ../plug-ins/common/file-ps.c:3215 +msgid "Try Bounding Box" +msgstr "Tentar Caixa limitada" -#: plug-ins/common/gtm.c:598 -msgid "The height for each table cell. Can be a number or a percent." -msgstr "" -"A altura para cada célula da tabela. Pode ser um número ou uma percentagem." +#. Colouring +#: ../plug-ins/common/file-ps.c:3228 +msgid "Coloring" +msgstr "A Colorir" -#: plug-ins/common/gtm.c:609 -#, fuzzy -msgid "Cell-_padding:" -msgstr "Enc_himento-Célula:" +#: ../plug-ins/common/file-ps.c:3232 +msgid "B/W" +msgstr "P/B" -#: plug-ins/common/gtm.c:613 -msgid "The amount of cellpadding." -msgstr "A quantidade de enchimento da célula." +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/gimpressionist/color.c:66 +#: ../plug-ins/gimpressionist/general.c:170 +#: ../plug-ins/imagemap/imap_menu.c:213 +msgid "Color" +msgstr "Cor" -#: plug-ins/common/gtm.c:622 -#, fuzzy -msgid "Cell-_spacing:" -msgstr "E_spaçamento-Célula:" +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 +msgid "Automatic" +msgstr "Automático" -#: plug-ins/common/gtm.c:626 -msgid "The amount of cellspacing." -msgstr "A quantidade de espaçamento da célula." +#: ../plug-ins/common/file-ps.c:3245 +msgid "Text antialiasing" +msgstr "Anti-serrilhado de texto" -#: plug-ins/common/guillotine.c:72 -#, fuzzy -msgid "_Guillotine" -msgstr "Guilhotina..." +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 +msgid "Weak" +msgstr "Fraca" -#: plug-ins/common/guillotine.c:104 -msgid "Guillotine..." -msgstr "Guilhotina..." +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 +msgid "Strong" +msgstr "Forte" -#: plug-ins/common/header.c:75 -msgid "C source code header" -msgstr "" +#: ../plug-ins/common/file-ps.c:3257 +msgid "Graphic antialiasing" +msgstr "Anti-serrilhado de gráficos" -#: plug-ins/common/hot.c:217 +#: ../plug-ins/common/file-ps.c:3335 #, fuzzy -msgid "_Hot..." -msgstr "Hot..." +msgid "Save as PostScript" +msgstr "Documento PostScript" -#: plug-ins/common/hot.c:379 -msgid "Hot..." -msgstr "Hot..." +#. Image Size +#: ../plug-ins/common/file-ps.c:3366 +msgid "Image Size" +msgstr "Tamanho da Imagem" -#: plug-ins/common/hot.c:570 -msgid "Hot" -msgstr "Hot" +#: ../plug-ins/common/file-ps.c:3415 +msgid "_Keep aspect ratio" +msgstr "_Manter proporções da imagem" -#: plug-ins/common/hot.c:600 -#, fuzzy -msgid "Create _New layer" -msgstr "Criar _Nova Camada" +#: ../plug-ins/common/file-ps.c:3421 +msgid "" +"When toggled, the resulting image will be scaled to fit into the given size " +"without changing the aspect ratio." +msgstr "" +"Quando seleccionado, a imagem resultante será redimensionada para se ajustar " +"ao tamanho da janela sem alterar as proporções." -#: plug-ins/common/hot.c:609 -msgid "Action" -msgstr "Acção" +#. Unit +#: ../plug-ins/common/file-ps.c:3431 +msgid "Unit" +msgstr "Unidade" -#: plug-ins/common/hot.c:613 -msgid "Reduce _Luminance" -msgstr "Reduzir _Luminusidade" +#: ../plug-ins/common/file-ps.c:3435 +msgid "_Inch" +msgstr "P_olegada" -#: plug-ins/common/hot.c:614 -msgid "Reduce _Saturation" -msgstr "Reduzir _Saturação" +#: ../plug-ins/common/file-ps.c:3436 +msgid "_Millimeter" +msgstr "_Milímetro" -#: plug-ins/common/hot.c:615 plug-ins/common/waves.c:275 -msgid "_Blacken" -msgstr "_Escurecido" +#. Rotation +#: ../plug-ins/common/file-ps.c:3447 +#: ../plug-ins/map-object/map-object-ui.c:1035 +msgid "Rotation" +msgstr "Rotação" -#: plug-ins/common/illusion.c:101 -#, fuzzy -msgid "_Illusion..." -msgstr "Ilusão..." +#. Format +#: ../plug-ins/common/file-ps.c:3462 +msgid "Output" +msgstr "Saída" -#: plug-ins/common/illusion.c:173 -msgid "Illusion..." -msgstr "Ilusão..." +#: ../plug-ins/common/file-ps.c:3468 +msgid "_PostScript level 2" +msgstr "_PostScript nível 2" -#: plug-ins/common/illusion.c:394 -msgid "Illusion" -msgstr "Ilusão" - -#: plug-ins/common/illusion.c:423 -#, fuzzy -msgid "_Divisions:" -msgstr "_Divisão:" +#: ../plug-ins/common/file-ps.c:3477 +msgid "_Encapsulated PostScript" +msgstr "PostScript _Encapsulado" -#: plug-ins/common/illusion.c:433 -msgid "Mode _1" -msgstr "Modo _1" +#: ../plug-ins/common/file-ps.c:3486 +msgid "P_review" +msgstr "Anteve_r" -#: plug-ins/common/illusion.c:448 -msgid "Mode _2" -msgstr "Modo _2" +#: ../plug-ins/common/file-ps.c:3507 +msgid "Preview _size:" +msgstr "Tamanho da ante-vi_são:" -#: plug-ins/common/iwarp.c:254 -#, fuzzy -msgid "_IWarp..." -msgstr "A Deformar..." +#: ../plug-ins/common/file-psp.c:599 ../plug-ins/common/file-psp.c:623 +msgid "Paint Shop Pro image" +msgstr "Imagem do Paint Shop Pro (PSP)" -#: plug-ins/common/iwarp.c:688 -msgid "Warping..." -msgstr "A Deformar..." +#: ../plug-ins/common/file-psp.c:640 +msgid "Save as PSP" +msgstr "" -#: plug-ins/common/iwarp.c:793 plug-ins/common/iwarp.c:805 -#, c-format -msgid "Warping Frame No. %d..." -msgstr "A Deformar Frame Nº %d..." +#. file save type +#: ../plug-ins/common/file-psp.c:657 +msgid "Data Compression" +msgstr "Compressão de Dados" -#: plug-ins/common/iwarp.c:806 -#, fuzzy -msgid "Ping pong" -msgstr "Ping Pong" +#: ../plug-ins/common/file-psp.c:662 +msgid "RLE" +msgstr "RLE" -#: plug-ins/common/iwarp.c:941 -msgid "A_nimate" -msgstr "A_nimar" +#: ../plug-ins/common/file-psp.c:663 +msgid "LZ77" +msgstr "LZ77" -#: plug-ins/common/iwarp.c:960 -msgid "Number of _Frames:" -msgstr "Número de _Frames:" +#: ../plug-ins/common/file-raw.c:182 ../plug-ins/common/file-raw.c:197 +msgid "Raw image data" +msgstr "Dados de imagem Raw" + +#: ../plug-ins/common/file-raw.c:982 +msgid "Load Image from Raw Data" +msgstr "Carregar imagem a partir de dados Raw (sem formato de compressão)" -#: plug-ins/common/iwarp.c:969 -msgid "R_everse" -msgstr "Inv_erso" +#: ../plug-ins/common/file-raw.c:1015 +msgid "Image" +msgstr "Imagem" -#: plug-ins/common/iwarp.c:978 -msgid "_Ping Pong" -msgstr "_Ping Pong" +#: ../plug-ins/common/file-raw.c:1026 +msgid "RGB Alpha" +msgstr "Transparência RGB" -#: plug-ins/common/iwarp.c:991 -msgid "_Animate" -msgstr "_Animar" +#: ../plug-ins/common/file-raw.c:1027 +msgid "Planar RGB" +msgstr "RGB tipo 'Planar'" -#: plug-ins/common/iwarp.c:1012 -msgid "Deform Mode" -msgstr "Modo Deformar" +#: ../plug-ins/common/file-raw.c:1028 +msgid "Indexed" +msgstr "Indexada" -#: plug-ins/common/iwarp.c:1025 -msgid "_Move" -msgstr "_Mover" +#: ../plug-ins/common/file-raw.c:1029 +msgid "Indexed Alpha" +msgstr "Transparência indexada" -#: plug-ins/common/iwarp.c:1026 -msgid "_Grow" -msgstr "_Crescer" +#: ../plug-ins/common/file-raw.c:1034 +msgid "Image _Type:" +msgstr "_Tipo de Imagem:" -#: plug-ins/common/iwarp.c:1027 -msgid "S_wirl CCW" -msgstr "Redemoinho CC_W" +#: ../plug-ins/common/file-raw.c:1084 +msgid "Palette" +msgstr "Palette" -#: plug-ins/common/iwarp.c:1028 -msgid "Remo_ve" -msgstr "Remo_ver" +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 +msgid "R, G, B (normal)" +msgstr "R, G, B (normal)" -#: plug-ins/common/iwarp.c:1029 -msgid "S_hrink" -msgstr "Encol_her" +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 +msgid "B, G, R, X (BMP style)" +msgstr "B, G, R, X (ao estilo BMP)" -#: plug-ins/common/iwarp.c:1030 -msgid "Sw_irl CW" -msgstr "Redemo_inho CW" +#: ../plug-ins/common/file-raw.c:1100 +msgid "_Palette Type:" +msgstr "Tipo de _Paleta:" -#: plug-ins/common/iwarp.c:1059 -#, fuzzy -msgid "_Deform radius:" -msgstr "Raio _Deformar:" +#: ../plug-ins/common/file-raw.c:1111 +msgid "Off_set:" +msgstr "De_slocamento:" -#: plug-ins/common/iwarp.c:1069 -#, fuzzy -msgid "D_eform amount:" -msgstr "Quantidade D_eformar:" +#: ../plug-ins/common/file-raw.c:1123 +msgid "Select Palette File" +msgstr "Seleccione o ficheiro de paleta" -#: plug-ins/common/iwarp.c:1078 -msgid "_Bilinear" -msgstr "_Bilinear" +#: ../plug-ins/common/file-raw.c:1129 +msgid "Pal_ette File:" +msgstr "Ficheiro da Pal_eta:" -#: plug-ins/common/iwarp.c:1092 +#: ../plug-ins/common/file-raw.c:1157 #, fuzzy -msgid "Adaptive s_upersample" -msgstr "S_uper-amostragem Adaptativa" +msgid "Raw Image Save" +msgstr "Dados de imagem Raw" -#: plug-ins/common/iwarp.c:1112 -#, fuzzy -msgid "Ma_x depth:" -msgstr "Profundidade Má_x:" +#: ../plug-ins/common/file-raw.c:1179 +msgid "RGB Save Type" +msgstr "Tipo de formato RGB" -#: plug-ins/common/iwarp.c:1122 -msgid "Thresho_ld:" -msgstr "_Limite:" +#: ../plug-ins/common/file-raw.c:1183 +msgid "Standard (R,G,B)" +msgstr "Standard (R,G,B)" -#: plug-ins/common/iwarp.c:1135 plug-ins/common/sinus.c:764 -#: plug-ins/gflare/gflare.c:2795 -msgid "_Settings" -msgstr "Configuraçõe_s" +#: ../plug-ins/common/file-raw.c:1184 +msgid "Planar (RRR,GGG,BBB)" +msgstr "'Planar' (RRR, GGG, BBB)" -#: plug-ins/common/iwarp.c:1151 -msgid "IWarp" -msgstr "Deformar" +#: ../plug-ins/common/file-raw.c:1189 +msgid "Indexed Palette Type" +msgstr "Tipo de Paleta Indexada" -#: plug-ins/common/jigsaw.c:364 -#, fuzzy -msgid "_Jigsaw..." -msgstr "Quebra-Cabeças" +#: ../plug-ins/common/file-sunras.c:217 ../plug-ins/common/file-sunras.c:237 +msgid "SUN Rasterfile image" +msgstr "Imagem SUN-Raster" -#: plug-ins/common/jigsaw.c:418 -msgid "Assembling Jigsaw..." -msgstr "A Montar Quebra-Cabeças..." +#: ../plug-ins/common/file-sunras.c:402 +#, c-format +msgid "Could not open '%s' as SUN-raster-file" +msgstr "Incapaz de abrir '%s' como Imagem SUN-Raster" -#: plug-ins/common/jigsaw.c:2423 -msgid "Jigsaw" -msgstr "Quebra-Cabeças" +#: ../plug-ins/common/file-sunras.c:412 +msgid "The type of this SUN-rasterfile is not supported" +msgstr "O tipo desta imagem SUN-Raster não é suportado" -#: plug-ins/common/jigsaw.c:2444 -msgid "Number of Tiles" -msgstr "Número de Peças" +#: ../plug-ins/common/file-sunras.c:441 +#, c-format +msgid "Could not read color entries from '%s'" +msgstr "Incapaz de ler os itens de cores de '%s'" -#: plug-ins/common/jigsaw.c:2459 -msgid "Number of pieces going across" -msgstr "Número de peças à largura" +#: ../plug-ins/common/file-sunras.c:449 +msgid "Type of colormap not supported" +msgstr "Tipo de mapa de cores não suportado" -#: plug-ins/common/jigsaw.c:2476 -msgid "Number of pieces going down" -msgstr "Número de peças à altura" +#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:826 +#: ../plug-ins/common/file-xwd.c:489 +#, c-format +msgid "" +"'%s':\n" +"No image width specified" +msgstr "" +"'%s':\n" +"Não foi especificada a Largura da imagem" -#: plug-ins/common/jigsaw.c:2490 -msgid "Bevel Edges" -msgstr "Margens em Ângulo" +#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833 +#: ../plug-ins/common/file-xwd.c:498 +#, c-format +msgid "" +"'%s':\n" +"Image width is larger than GIMP can handle" +msgstr "" +"'%s':\n" +"A largura da imagem é demasiado grande para ser manipulável pelo GIMP." -#: plug-ins/common/jigsaw.c:2500 -#, fuzzy -msgid "_Bevel width:" -msgstr "Largura do _Chanfro:" +#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840 +#: ../plug-ins/common/file-xwd.c:506 +#, c-format +msgid "" +"'%s':\n" +"No image height specified" +msgstr "" +"'%s':\n" +"Não foi especificada a Altura da imagem" -#: plug-ins/common/jigsaw.c:2504 -msgid "Degree of slope of each piece's edge" -msgstr "Grau de inclinação da margem de cada peça" +#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847 +#: ../plug-ins/common/file-xwd.c:514 +#, c-format +msgid "" +"'%s':\n" +"Image height is larger than GIMP can handle" +msgstr "" +"'%s':\n" +"A altura da imagem é demasiado grande para ser manipulável pelo GIMP." -#: plug-ins/common/jigsaw.c:2517 -msgid "H_ighlight:" -msgstr "Real_çar:" +#: ../plug-ins/common/file-sunras.c:518 +msgid "This image depth is not supported" +msgstr "Esta profundidade de imagem não é suportada" -#: plug-ins/common/jigsaw.c:2521 -msgid "The amount of highlighting on the edges of each piece" -msgstr "A quantidade de realce das margens de cada peça" +#: ../plug-ins/common/file-sunras.c:542 +#, c-format +msgid "SUNRAS save cannot handle images with alpha channels" +msgstr "Formato SUN-Raster não pode manipular imagens com canais transparência" -#. frame for primitive radio buttons -#: plug-ins/common/jigsaw.c:2538 -msgid "Jigsaw Style" -msgstr "Estilo Quebra-Cabeça" +#: ../plug-ins/common/file-sunras.c:553 +msgid "Can't operate on unknown image types" +msgstr "Incapaz de operar em tipos de imagens desconhecidas" -#: plug-ins/common/jigsaw.c:2542 -msgid "_Square" -msgstr "_Quadrado" +#: ../plug-ins/common/file-sunras.c:1082 ../plug-ins/common/file-sunras.c:1173 +#: ../plug-ins/common/file-sunras.c:1254 ../plug-ins/common/file-sunras.c:1349 +#: ../plug-ins/common/file-xwd.c:1348 ../plug-ins/common/file-xwd.c:1449 +#: ../plug-ins/common/file-xwd.c:1607 ../plug-ins/common/file-xwd.c:1807 +#: ../plug-ins/common/file-xwd.c:2064 ../plug-ins/file-fits/fits.c:697 +msgid "EOF encountered on reading" +msgstr "EOF encontrado na leitura" -#: plug-ins/common/jigsaw.c:2543 -msgid "C_urved" -msgstr "C_urvo" +#: ../plug-ins/common/file-sunras.c:1629 +#, fuzzy +msgid "Save as SUNRAS" +msgstr "Guardar como SUNRAS" -#: plug-ins/common/jigsaw.c:2547 -msgid "Each piece has straight sides" -msgstr "Cada peça tem lados rectos" +#. file save type +#: ../plug-ins/common/file-sunras.c:1646 +msgid "Data Formatting" +msgstr "Formatando Dados" -#: plug-ins/common/jigsaw.c:2548 -msgid "Each piece has curved sides" -msgstr "Cada peça tem lados curvos" +#: ../plug-ins/common/file-sunras.c:1650 +msgid "RunLength Encoded" +msgstr "Codificação RLE" -#: plug-ins/common/jpeg.c:372 plug-ins/common/jpeg.c:410 -#, fuzzy -msgid "JPEG image" -msgstr "Antevisão JPEG" +#: ../plug-ins/common/file-svg.c:140 +msgid "SVG image" +msgstr "imagem SVG" -#: plug-ins/common/jpeg.c:516 -msgid "Export Preview" -msgstr "Exportar Antevisão" +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 +msgid "Unknown reason" +msgstr "Causa desconhecida" -#: plug-ins/common/jpeg.c:880 -msgid "EXIF data will be ignored." -msgstr "" +#: ../plug-ins/common/file-svg.c:341 +msgid "Rendering SVG" +msgstr "A Renderizar SVG" -#: plug-ins/common/jpeg.c:1094 -msgid "JPEG preview" -msgstr "Antevisão JPEG" +#: ../plug-ins/common/file-svg.c:353 +msgid "Rendered SVG" +msgstr "SVG Renderizado" -#: plug-ins/common/jpeg.c:1356 -#, fuzzy, c-format -msgid "File size: %02.01f kB" -msgstr "Tamanho: %ld bytes (%02.01f kB)" +#: ../plug-ins/common/file-svg.c:567 ../plug-ins/common/file-wmf.c:358 +#, c-format +msgid "%d × %d" +msgstr "%d × %d" -#: plug-ins/common/jpeg.c:1809 plug-ins/common/jpeg.c:1909 -#, fuzzy -msgid "File size: unknown" -msgstr "Tamanho: desconhecido" +#: ../plug-ins/common/file-svg.c:575 +msgid "" +"SVG file does not\n" +"specify a size!" +msgstr "" +"O Ficheiro SVG não\n" +"especifica um tamanho!" -#: plug-ins/common/jpeg.c:1874 -msgid "Save as JPEG" -msgstr "Gravar como JPEG" +#. Scalable Vector Graphics is SVG, should perhaps not be translated +#: ../plug-ins/common/file-svg.c:742 +msgid "Render Scalable Vector Graphics" +msgstr "Renderizar Gráfico Vectorial Escalável (SVG)" -#: plug-ins/common/jpeg.c:1895 -#, fuzzy -msgid "_Quality:" -msgstr "Qualidade:" +#. Width and Height +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/grid.c:724 +msgid "Width:" +msgstr "Largura:" -#: plug-ins/common/jpeg.c:1899 -#, fuzzy -msgid "JPEG quality parameter" -msgstr "Parâmetros" +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 +msgid "Height:" +msgstr "Altura:" -#: plug-ins/common/jpeg.c:1918 -#, fuzzy -msgid "Show _Preview in image window" -msgstr "Capturar uma única janela" +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 +msgid "_X ratio:" +msgstr "Rácio _X:" -#: plug-ins/common/jpeg.c:1931 -#, fuzzy -msgid "_Advanced Options" -msgstr "Opções de Pacote de Filtro Avançadas" +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 +msgid "_Y ratio:" +msgstr "Rácio _Y:" -#: plug-ins/common/jpeg.c:1959 -#, fuzzy -msgid "_Smoothing:" -msgstr "A Uniformizar:" +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 +msgid "Constrain aspect ratio" +msgstr "Constringir as proporções da imagem" -#: plug-ins/common/jpeg.c:1972 -#, fuzzy -msgid "Frequency (rows):" -msgstr "Reiniciar frequência (filas):" +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/print/print-page-layout.c:273 +#, c-format +msgid "pixels/%a" +msgstr "pixeis/%a" -#: plug-ins/common/jpeg.c:1986 -#, fuzzy -msgid "Use restart markers" -msgstr "Reiniciar marcadores" +#. Path Import +#: ../plug-ins/common/file-svg.c:955 +msgid "Import _paths" +msgstr "Importar _Caminhos" -#: plug-ins/common/jpeg.c:2001 plug-ins/xjt/xjt.c:860 -msgid "Optimize" -msgstr "Optimizar" +#: ../plug-ins/common/file-svg.c:961 +msgid "" +"Import path elements of the SVG so they can be used with the GIMP path tool" +msgstr "" +"Importar elementos de caminho do SVG para que possam ser utilizados no GIMP " +"com a Ferramenta Caminhos." -#: plug-ins/common/jpeg.c:2015 -msgid "Progressive" -msgstr "Progressivo" +#: ../plug-ins/common/file-svg.c:974 +msgid "Merge imported paths" +msgstr "Fundir caminhos importados" -#: plug-ins/common/jpeg.c:2034 -msgid "Force baseline JPEG" -msgstr "" +#: ../plug-ins/common/file-tga.c:245 ../plug-ins/common/file-tga.c:264 +msgid "TarGA image" +msgstr "Imagem TarGa" -#: plug-ins/common/jpeg.c:2050 -msgid "Save EXIF data" -msgstr "Gravar dados EXIF" +#: ../plug-ins/common/file-tga.c:455 +#, c-format +msgid "Cannot read footer from '%s'" +msgstr "Incapaz de ler rodapé de '%s'" -#: plug-ins/common/jpeg.c:2064 -#, fuzzy -msgid "Save thumbnail" -msgstr "Gravar Ficheiro" +#: ../plug-ins/common/file-tga.c:473 +#, c-format +msgid "Cannot read extension from '%s'" +msgstr "Incapaz de ler extensão de '%s'" -#. Subsampling -#: plug-ins/common/jpeg.c:2078 -msgid "Subsampling:" -msgstr "Sub-amostragem:" +#: ../plug-ins/common/file-tga.c:485 +#, c-format +msgid "Cannot read header from '%s'" +msgstr "Incapaz de ler cabeçalho de '%s'" -#. DCT method -#: plug-ins/common/jpeg.c:2105 -msgid "DCT method:" +#: ../plug-ins/common/file-tga.c:1370 +msgid "Save as TGA" msgstr "" -#: plug-ins/common/jpeg.c:2111 -msgid "Fast Integer" -msgstr "Inteiro Rápido" +#. rle +#: ../plug-ins/common/file-tga.c:1393 +msgid "_RLE compression" +msgstr "Compressão _RLE" -#: plug-ins/common/jpeg.c:2112 -msgid "Integer" -msgstr "Inteiro" +#: ../plug-ins/common/file-tga.c:1407 +msgid "Or_igin:" +msgstr "Or_igem:" + +#: ../plug-ins/common/file-tga.c:1411 +msgid "Bottom left" +msgstr "Inferior esquerda" + +#: ../plug-ins/common/file-tga.c:1412 +msgid "Top left" +msgstr "Superior esquerda" + +#: ../plug-ins/common/file-tiff-load.c:240 +#: ../plug-ins/common/file-tiff-save.c:182 +#: ../plug-ins/common/file-tiff-save.c:199 +msgid "TIFF image" +msgstr "Imagem TIFF" -#: plug-ins/common/jpeg.c:2113 -msgid "Floating-Point" -msgstr "Ponto Flutuante" +#: ../plug-ins/common/file-tiff-load.c:310 +#, c-format +msgid "TIFF '%s' does not contain any directories" +msgstr "O TIFF '%s' não contém nenhuns directórios" -#: plug-ins/common/jpeg.c:2127 -msgid "Comment" -msgstr "Comentar" +#: ../plug-ins/common/file-tiff-load.c:478 +msgid "Import from TIFF" +msgstr "Importar a partir de imagem TIFF" -#: plug-ins/common/jpeg.c:2280 -#, fuzzy, c-format -msgid "Opening thumbnail for '%s'..." -msgstr "A Abrir '%s'..." +#: ../plug-ins/common/file-tiff-load.c:780 +#, c-format +msgid "%s-%d-of-%d-pages" +msgstr "%s-%d-of-%d-páginas" -#: plug-ins/common/laplace.c:95 -msgid "_Laplace" -msgstr "_Laplace" +#: ../plug-ins/common/file-tiff-load.c:1015 +msgid "TIFF Channel" +msgstr "Canal TIFF" -#: plug-ins/common/laplace.c:228 -msgid "Laplace..." -msgstr "Laplace..." +#: ../plug-ins/common/file-tiff-load.c:1024 +#: ../plug-ins/file-psd/psd-load.c:334 +msgid "" +"Warning:\n" +"The image you are loading has 16 bits per channel. GIMP can only handle 8 " +"bit, so it will be converted for you. Information will be lost because of " +"this conversion." +msgstr "" +"Aviso:\n" +"A imagem que está a ler tem 16 bits por canal. O GIMP apenas suporta 8 bit, " +"pelo que terá de ser convertida. Devido a esta conversão será perdida alguma " +"informação." -#: plug-ins/common/laplace.c:305 -msgid "Cleanup..." -msgstr "Limpeza..." +#: ../plug-ins/common/file-tiff-save.c:887 +msgid "" +"The TIFF format only supports comments in\n" +"7bit ASCII encoding. No comment is saved." +msgstr "" +"O formato TIFF apenas suporta comentários com\n" +"codificação ASCII 7bit. Nenhum comentário guardado." -#: plug-ins/common/lic.c:571 -msgid "Van Gogh (LIC)..." -msgstr "Van Gogh (LIC)..." +#: ../plug-ins/common/file-tiff-save.c:1061 +#, fuzzy +msgid "Save as TIFF" +msgstr "Guardar como ficheiro QBE" -#: plug-ins/common/lic.c:646 -msgid "Van Gogh (LIC)" -msgstr "Van Gogh (LIC)" +#. compression +#: ../plug-ins/common/file-tiff-save.c:1083 +msgid "Compression" +msgstr "Compressão" -#: plug-ins/common/lic.c:664 -msgid "Effect Channel" -msgstr "Canal de Efeito" +#: ../plug-ins/common/file-tiff-save.c:1087 +msgid "_None" +msgstr "_Nenhum" -#: plug-ins/common/lic.c:671 -msgid "_Brightness" -msgstr "_Brilho" +#: ../plug-ins/common/file-tiff-save.c:1088 +msgid "_LZW" +msgstr "_LZW" -#: plug-ins/common/lic.c:677 -msgid "Effect Operator" -msgstr "Efectuar Operador" +#: ../plug-ins/common/file-tiff-save.c:1089 +msgid "_Pack Bits" +msgstr "Em_pacotar Bits" -#: plug-ins/common/lic.c:682 -msgid "_Derivative" -msgstr "_Derivado" +#: ../plug-ins/common/file-tiff-save.c:1090 +msgid "_Deflate" +msgstr "Esva_ziar" -#: plug-ins/common/lic.c:683 -msgid "_Gradient" -msgstr "_Gradiente" - -#: plug-ins/common/lic.c:689 -msgid "Convolve" -msgstr "Envolver" - -#: plug-ins/common/lic.c:694 -#, fuzzy -msgid "_With white noise" -msgstr "Com _Ruído Branco" - -#: plug-ins/common/lic.c:695 -#, fuzzy -msgid "W_ith source image" -msgstr "Com _Imagem de Origem" - -#: plug-ins/common/lic.c:714 -msgid "_Effect Image:" -msgstr "Imagem de _Efeito:" - -#: plug-ins/common/lic.c:725 -#, fuzzy -msgid "_Filter length:" -msgstr "Comprimento do _Filtro:" - -#: plug-ins/common/lic.c:734 -#, fuzzy -msgid "_Noise magnitude:" -msgstr "Mag_nitude do Ruído:" - -#: plug-ins/common/lic.c:743 -#, fuzzy -msgid "In_tegration steps:" -msgstr "Passos de In_tegração:" - -#: plug-ins/common/lic.c:752 -#, fuzzy -msgid "_Minimum value:" -msgstr "Valor _Mínimo:" - -#: plug-ins/common/lic.c:761 -#, fuzzy -msgid "M_aximum value:" -msgstr "V_alor Máximo:" - -#: plug-ins/common/lic.c:812 -#, fuzzy -msgid "_Van Gogh (LIC)..." -msgstr "Van Gogh (LIC)..." - -#: plug-ins/common/mail.c:253 -#, fuzzy -msgid "_Mail Image..." -msgstr "/Ficheiro/Enviar I_magem Correio..." - -#: plug-ins/common/mail.c:474 -#, fuzzy -msgid "Send as Mail" -msgstr "Enviar para Correio" - -#: plug-ins/common/mail.c:498 -msgid "_Recipient:" -msgstr "_Destinatário:" - -#: plug-ins/common/mail.c:510 -msgid "_Sender:" -msgstr "_Remetente:" - -#: plug-ins/common/mail.c:522 -msgid "S_ubject:" -msgstr "_Assunto:" - -#: plug-ins/common/mail.c:534 -msgid "Comm_ent:" -msgstr "_Comentário:" - -#: plug-ins/common/mail.c:546 -msgid "_Filename:" -msgstr "Nome _Ficheiro:" - -#. Encapsulation label -#: plug-ins/common/mail.c:580 -msgid "Encapsulation:" -msgstr "Encapsulamento:" - -#: plug-ins/common/mail.c:592 -msgid "_Uuencode" -msgstr "_Uuencode" - -#: plug-ins/common/mail.c:593 -msgid "_MIME" -msgstr "_MIME" - -#: plug-ins/common/mail.c:693 -msgid "some sort of error with the file extension or lack thereof" -msgstr "algum tipo de erro com a extensão do ficheiro ou sua ausência" +#: ../plug-ins/common/file-tiff-save.c:1091 +msgid "_JPEG" +msgstr "_JPEG" -#: plug-ins/common/mapcolor.c:113 -msgid "First Source Color" -msgstr "Primeira Cor de Origem" +#: ../plug-ins/common/file-tiff-save.c:1092 +msgid "CCITT Group _3 fax" +msgstr "Imagem fax Grupo _3 CCITT" + +#: ../plug-ins/common/file-tiff-save.c:1093 +msgid "CCITT Group _4 fax" +msgstr "Imagem fax Grupo _4 CCITT" -#: plug-ins/common/mapcolor.c:114 -msgid "Second Source Color" -msgstr "Segunda Cor de Origem" +#: ../plug-ins/common/file-tiff-save.c:1115 +msgid "Save _color values from transparent pixels" +msgstr "Guardar os valores das _cores dos pixeis transparentes" -#: plug-ins/common/mapcolor.c:115 -msgid "First Destination Color" -msgstr "Primeira Cor de Destino" +#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1246 +msgid "Comment:" +msgstr "Comentário:" -#: plug-ins/common/mapcolor.c:116 -msgid "Second Destination Color" -msgstr "Segunda Cor de Destino" +#: ../plug-ins/common/file-wmf.c:129 +msgid "Microsoft WMF file" +msgstr "Ficheiro WMF da Microsoft" -#: plug-ins/common/mapcolor.c:154 -msgid "Adjust _FG-BG" +#: ../plug-ins/common/file-wmf.c:352 +msgid "" +"WMF file does not\n" +"specify a size!" msgstr "" +"O ficheiro WMF não \n" +"especifica um tamanho !" -#: plug-ins/common/mapcolor.c:172 -#, fuzzy -msgid "Color Range _Mapping..." -msgstr "Troca Cores..." - -#: plug-ins/common/mapcolor.c:219 plug-ins/common/mapcolor.c:507 -msgid "Cannot operate on gray or indexed color images." -msgstr "Incapaz de operar em imagens de cores indexadas ou em cinza." - -#: plug-ins/common/mapcolor.c:240 -msgid "Adjusting Foreground/Background..." -msgstr "Ajustar Frente/Fundo..." - -#: plug-ins/common/mapcolor.c:282 -msgid "Mapping colors..." -msgstr "A mapear cores..." - -#: plug-ins/common/mapcolor.c:359 -msgid "Map Color Range" -msgstr "Mapear Faixa de Cores" - -#: plug-ins/common/mapcolor.c:383 -msgid "Source color range" -msgstr "Faixa de cor de origem" - -#: plug-ins/common/mapcolor.c:384 -msgid "Destination color range" -msgstr "Faixa de cor de destino" - -#: plug-ins/common/mapcolor.c:424 plug-ins/gfli/gfli.c:844 -#: plug-ins/gfli/gfli.c:907 -msgid "To:" -msgstr "Para:" - -#: plug-ins/common/max_rgb.c:106 -#, fuzzy -msgid "_Max RGB..." -msgstr "RGB Máx..." - -#: plug-ins/common/max_rgb.c:145 -msgid "Can only operate on RGB drawables." -msgstr "Apenas é possível trabalhar em desenhos RGB." - -#: plug-ins/common/max_rgb.c:245 -msgid "Max RGB..." -msgstr "RGB Máx..." - -#: plug-ins/common/max_rgb.c:270 -msgid "Max RGB" -msgstr "RGB Máx." - -#: plug-ins/common/max_rgb.c:295 -#, fuzzy -msgid "_Hold the maximal channels" -msgstr "Manter os Canais Má_ximos" - -#: plug-ins/common/max_rgb.c:298 -#, fuzzy -msgid "Ho_ld the minimal channels" -msgstr "Ma_nter os Canais Mínimos" - -#: plug-ins/common/mblur.c:176 -#, fuzzy -msgid "_Motion Blur..." -msgstr "Desfoc. Movimento..." - -#: plug-ins/common/mblur.c:796 -msgid "Motion Blurring..." -msgstr "Desfoc. Movimento..." - -#: plug-ins/common/mblur.c:893 -msgid "Motion Blur" -msgstr "Desfoc. Movimento" - -#: plug-ins/common/mblur.c:915 -msgid "Blur Type" -msgstr "Tipo Desfoc." - -#: plug-ins/common/mblur.c:919 -msgid "_Linear" -msgstr "_Linear" - -#: plug-ins/common/mblur.c:920 -msgid "_Radial" -msgstr "_Radial" - -#: plug-ins/common/mblur.c:921 -msgid "_Zoom" -msgstr "_Zoom" - -#: plug-ins/common/mblur.c:930 -msgid "Blur Parameters" -msgstr "Parâmetros Desfocamento" - -#: plug-ins/common/mblur.c:956 plug-ins/common/newsprint.c:1012 -msgid "_Angle:" -msgstr "Âng_ulo:" - -#: plug-ins/common/mblur.c:969 -#, fuzzy -msgid "Blur Center" -msgstr "Centro" - -#. Inform the user that we couldn't losslessly save the -#. * transparency & just use the full palette -#: plug-ins/common/mng.c:494 plug-ins/common/png.c:1562 -msgid "Couldn't losslessly save transparency, saving opacity instead." -msgstr "Incapaz de gravar transparência sem perder qualidade, a gravar opaco." - -#: plug-ins/common/mng.c:1309 -msgid "Save as MNG" -msgstr "Gravar como MNG" - -#: plug-ins/common/mng.c:1322 -msgid "MNG Options" -msgstr "Opções MNG" - -#: plug-ins/common/mng.c:1328 -msgid "Interlace" -msgstr "Entrelace" - -#: plug-ins/common/mng.c:1340 -#, fuzzy -msgid "Save background color" -msgstr "Gravar Cor Fundo" - -#: plug-ins/common/mng.c:1351 -#, fuzzy -msgid "Save gamma" -msgstr "Gravar Gama" - -#: plug-ins/common/mng.c:1361 -#, fuzzy -msgid "Save resolution" -msgstr "Gravar Resolução" - -#: plug-ins/common/mng.c:1372 -#, fuzzy -msgid "Save creation time" -msgstr "Gravar Data Criação" - -#: plug-ins/common/mng.c:1391 -msgid "PNG" -msgstr "PNG" - -#: plug-ins/common/mng.c:1392 -msgid "JNG" -msgstr "JNG" - -#: plug-ins/common/mng.c:1395 -#, fuzzy -msgid "PNG + delta PNG" -msgstr "PNG + Delta PNG" - -#: plug-ins/common/mng.c:1396 -#, fuzzy -msgid "JNG + delta PNG" -msgstr "JNG + Delta PNG" - -#: plug-ins/common/mng.c:1397 -msgid "All PNG" -msgstr "Todos PNG" - -#: plug-ins/common/mng.c:1398 -msgid "All JNG" -msgstr "Todos JNG" - -#: plug-ins/common/mng.c:1410 -#, fuzzy -msgid "Default chunks type:" -msgstr "Tipo de Mapa por Omissão:" - -#: plug-ins/common/mng.c:1413 -msgid "Combine" -msgstr "Combinar" +#: ../plug-ins/common/file-wmf.c:500 +msgid "Render Windows Metafile" +msgstr "Renderizar meta-ficheiro WMF" -#: plug-ins/common/mng.c:1414 -msgid "Replace" -msgstr "Substituir" +#: ../plug-ins/common/file-wmf.c:963 +#, c-format +msgid "Could not open '%s' for reading" +msgstr "Incapaz de abrir '%s' para leitura" -#: plug-ins/common/mng.c:1425 -#, fuzzy -msgid "Default frame disposal:" -msgstr "Descartar Frames por Omissão:" +#: ../plug-ins/common/file-wmf.c:1003 +msgid "Rendered WMF" +msgstr "Meta-ficheiro WMF renderizado" -#: plug-ins/common/mng.c:1437 -#, fuzzy -msgid "PNG compression level:" -msgstr "Nível Compressão PNG:" +#: ../plug-ins/common/file-xbm.c:176 ../plug-ins/common/file-xbm.c:194 +msgid "X BitMap image" +msgstr "Imagem BitMap X" -#: plug-ins/common/mng.c:1445 plug-ins/common/png.c:1703 -msgid "Choose a high compression level for small file size" +#: ../plug-ins/common/file-xbm.c:819 +#, c-format +msgid "" +"'%s':\n" +"Could not read header (ftell == %ld)" msgstr "" -"Seleccione um nível de compressão elevado para um tamanho de ficheiro pequeno" - -#: plug-ins/common/mng.c:1459 -#, fuzzy -msgid "JPEG compression quality:" -msgstr "Qualidade Compressão JPEG:" - -#: plug-ins/common/mng.c:1476 -#, fuzzy -msgid "JPEG smoothing factor:" -msgstr "Factor Suavizante JPEG:" - -#: plug-ins/common/mng.c:1486 -#, fuzzy -msgid "Animated MNG options" -msgstr "Opções MNG Animado" - -#: plug-ins/common/mng.c:1492 -msgid "Loop" -msgstr "Ciclo" - -#: plug-ins/common/mng.c:1506 -#, fuzzy -msgid "Default frame delay:" -msgstr "Atraso Frame por Omissão:" - -#: plug-ins/common/mng.c:1584 -#, fuzzy -msgid "MNG animation" -msgstr "Opções MNG" - -#: plug-ins/common/mosaic.c:309 -#, fuzzy -msgid "_Mosaic..." -msgstr "Mosaico" - -#. progress bar for gradient finding -#: plug-ins/common/mosaic.c:435 -msgid "Finding Edges..." -msgstr "A Procurar Margens..." - -#. Progress bar for rendering tiles -#: plug-ins/common/mosaic.c:483 -msgid "Rendering Tiles..." -msgstr "A Renderizar Mosaicos..." - -#: plug-ins/common/mosaic.c:509 -msgid "Mosaic" -msgstr "Mosaico" - -#: plug-ins/common/mosaic.c:544 -#, fuzzy -msgid "Co_lor averaging" -msgstr "Mé_dia de Cor" - -#: plug-ins/common/mosaic.c:554 -#, fuzzy -msgid "Allo_w tile splitting" -msgstr "Permitir di_visão Mosaicos" - -#: plug-ins/common/mosaic.c:564 -#, fuzzy -msgid "_Pitted surfaces" -msgstr "Su_perfícies Extraídas" - -#: plug-ins/common/mosaic.c:574 -#, fuzzy -msgid "_FG/BG lighting" -msgstr "Iluminação de _Frente/Fundo" +"'%s':\n" +"Incapaz de ler cabeçalho (ftell == %ld)" -#. tiling primitive -#: plug-ins/common/mosaic.c:588 -msgid "Tiling Primitives" -msgstr "Dividir Anteriores" +#: ../plug-ins/common/file-xbm.c:854 +#, c-format +msgid "" +"'%s':\n" +"No image data type specified" +msgstr "" +"'%s':\n" +"Tipo de dados da imagem não especificados" -#: plug-ins/common/mosaic.c:592 -msgid "_Squares" -msgstr "_Quadrados" +#. The image is not black-and-white. +#: ../plug-ins/common/file-xbm.c:997 +msgid "" +"The image which you are trying to save as an XBM contains more than two " +"colors.\n" +"\n" +"Please convert it to a black and white (1-bit) indexed image and try again." +msgstr "" +"A imagem que está a tentar guardar como uma XBM contém mais do que duas " +"cores.\n" +"\n" +"Converta-a para imagem indexada a preto e branco (1-bit) e tente novamente." -#: plug-ins/common/mosaic.c:593 -msgid "He_xagons" -msgstr "He_xágonos" +#: ../plug-ins/common/file-xbm.c:1008 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" +"Não pode guardar uma máscara de cursor para uma \n" +"imagem que não contenha um canal transparência." -#: plug-ins/common/mosaic.c:594 +#: ../plug-ins/common/file-xbm.c:1185 #, fuzzy -msgid "Oc_tagons & squares" -msgstr "Oc_tógonos & Quadrados" +msgid "Save as XBM" +msgstr "Guardar como ficheiro QBE" #. parameter settings -#: plug-ins/common/mosaic.c:603 -msgid "Settings" -msgstr "Configurações" - -#: plug-ins/common/mosaic.c:612 -#, fuzzy -msgid "T_ile size:" -msgstr "Tamanho Mosa_ico:" - -#: plug-ins/common/mosaic.c:630 -#, fuzzy -msgid "Til_e spacing:" -msgstr "_Espaçamento Mosaico:" - -#: plug-ins/common/mosaic.c:639 -#, fuzzy -msgid "Tile _neatness:" -msgstr "Orga_nização Mosaico:" - -#: plug-ins/common/mosaic.c:649 -#, fuzzy -msgid "Light _direction:" -msgstr "_Direcção da Luz:" - -#: plug-ins/common/mosaic.c:658 -#, fuzzy -msgid "Color _variation:" -msgstr "_Variação de Cores:" - -#: plug-ins/common/mosaic.c:2392 -msgid "Unable to add additional point.\n" -msgstr "Incapaz de adicionar mais pontos.\n" +#: ../plug-ins/common/file-xbm.c:1202 +msgid "XBM Options" +msgstr "Opções XBM" -#: plug-ins/common/neon.c:135 -#, fuzzy -msgid "_Neon..." -msgstr "Vídeo/RGB..." +#. X10 format +#: ../plug-ins/common/file-xbm.c:1212 +msgid "_X10 format bitmap" +msgstr "Mapa de bits em formato _X10" -#: plug-ins/common/neon.c:207 -#, fuzzy -msgid "Neon..." -msgstr "Impressão Jornal..." +#: ../plug-ins/common/file-xbm.c:1232 +msgid "_Identifier prefix:" +msgstr "Prefixo _Identificador:" -#: plug-ins/common/neon.c:697 -#, fuzzy -msgid "Neon Detection" -msgstr "Detecção Margem" +#. hotspot toggle +#: ../plug-ins/common/file-xbm.c:1254 +msgid "_Write hot spot values" +msgstr "_Escrever valores ponto quente (coordenadas)" -#: plug-ins/common/neon.c:742 plug-ins/common/unsharp.c:678 -msgid "_Amount:" -msgstr "Qu_antidade:" +#: ../plug-ins/common/file-xbm.c:1276 +msgid "Hot spot _X:" +msgstr "Ponto quente _X:" -#: plug-ins/common/newsprint.c:135 -msgid "Round" -msgstr "Redondo" +#: ../plug-ins/common/file-xbm.c:1286 +msgid "Hot spot _Y:" +msgstr "Ponto quente _Y:" -#: plug-ins/common/newsprint.c:144 -msgid "Line" -msgstr "Linha" +#. mask file +#: ../plug-ins/common/file-xbm.c:1293 +msgid "Mask File" +msgstr "Ficheiro Máscara" -#: plug-ins/common/newsprint.c:153 -msgid "Diamond" -msgstr "Diamante" +#: ../plug-ins/common/file-xbm.c:1303 +msgid "W_rite extra mask file" +msgstr "Escreve_r ficheiro Máscara extra" -#: plug-ins/common/newsprint.c:161 -msgid "PS Square (Euclidean Dot)" -msgstr "Quadrado PS (Ponto Euclidiano)" +#: ../plug-ins/common/file-xbm.c:1316 +msgid "_Mask file extension:" +msgstr "Extensão do ficheiro _Máscara:" -#: plug-ins/common/newsprint.c:170 -msgid "PS Diamond" -msgstr "Diamante PS" +#: ../plug-ins/common/file-xpm.c:174 ../plug-ins/common/file-xpm.c:199 +msgid "X PixMap image" +msgstr "Imagem PixMap X" -#: plug-ins/common/newsprint.c:342 -msgid "_Grey" -msgstr "C_inza" +#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773 +#, c-format +msgid "Error opening file '%s'" +msgstr "Erro ao abrir ficheiro '%s'" -#: plug-ins/common/newsprint.c:355 -msgid "R_ed" -msgstr "V_ermelho" +#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779 +msgid "XPM file invalid" +msgstr "Ficheiro XPM inválido" -#: plug-ins/common/newsprint.c:384 -msgid "C_yan" -msgstr "Ci_ano" +#: ../plug-ins/common/file-xpm.c:805 +#, fuzzy +msgid "Save as XPM" +msgstr "Guardar Mapa de Imagem" -#: plug-ins/common/newsprint.c:392 -msgid "Magen_ta" -msgstr "Magen_ta" +#: ../plug-ins/common/file-xpm.c:829 +msgid "_Alpha threshold:" +msgstr "_Limites da Transparência:" -#: plug-ins/common/newsprint.c:400 -msgid "_Yellow" -msgstr "A_marelo" +#: ../plug-ins/common/file-xwd.c:278 ../plug-ins/common/file-xwd.c:298 +msgid "X window dump" +msgstr "Despejar Janela X" -#: plug-ins/common/newsprint.c:421 -msgid "Intensity" -msgstr "Intensidade" +#: ../plug-ins/common/file-xwd.c:442 +#, c-format +msgid "Could not read XWD header from '%s'" +msgstr "Incapaz de ler cabeçalho XWD de '%s'" -#: plug-ins/common/newsprint.c:537 -#, fuzzy -msgid "Newsprin_t..." -msgstr "Impressão Jornal..." +#: ../plug-ins/common/file-xwd.c:480 +msgid "Can't read color entries" +msgstr "Incapaz de ler itens de cor" -#: plug-ins/common/newsprint.c:638 -msgid "Newsprint..." -msgstr "Impressão Jornal..." +#: ../plug-ins/common/file-xwd.c:570 +#, c-format +msgid "" +"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is " +"not supported." +msgstr "" +"O ficheiro XWD %s tem o formato %d, a profundidade %d e %d bits por pixel. " +"Actualmente, isto não é suportado." -#: plug-ins/common/newsprint.c:1042 -#, fuzzy -msgid "_Spot function:" -msgstr "Função Ponto_s:" +#: ../plug-ins/common/file-xwd.c:593 +msgid "Cannot save images with alpha channels." +msgstr "Incapaz de guardar imagens com canais transparência." -#: plug-ins/common/newsprint.c:1199 -msgid "Newsprint" -msgstr "Impressão Jornal" +#: ../plug-ins/common/file-xwd.c:2195 +msgid "Error during writing indexed/gray image" +msgstr "Erro durante a escrita da imagem indexada/cinzentos" -#. resolution settings -#: plug-ins/common/newsprint.c:1243 -msgid "Resolution" -msgstr "Resolução" +#: ../plug-ins/common/file-xwd.c:2293 +msgid "Error during writing rgb image" +msgstr "Erro durante a escrita da imagem RGB" -#: plug-ins/common/newsprint.c:1262 -msgid "_Input SPI:" -msgstr "Entrada SP_I:" +#: ../plug-ins/common/film.c:217 +msgid "Combine several images on a film strip" +msgstr "Combinar diversas imagem numa tira de película de filme" + +#: ../plug-ins/common/film.c:222 +msgid "_Filmstrip..." +msgstr "Tira de Película de _Filme..." + +#: ../plug-ins/common/film.c:307 +msgid "Composing images" +msgstr "A Compor imagens" -#: plug-ins/common/newsprint.c:1276 -msgid "O_utput LPI:" -msgstr "Saída _LPI:" +#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 +#: ../plug-ins/help-browser/dialog.c:1120 +msgid "Untitled" +msgstr "Sem título" -#: plug-ins/common/newsprint.c:1289 -#, fuzzy -msgid "C_ell size:" -msgstr "Tamanho Célula:" +#: ../plug-ins/common/film.c:879 +msgid "Available images:" +msgstr "Imagens disponíveis:" + +#: ../plug-ins/common/film.c:880 +msgid "On film:" +msgstr "Na tira de filme:" -#. screen settings -#: plug-ins/common/newsprint.c:1302 plug-ins/gflare/gflare.c:562 -msgid "Screen" -msgstr "Ecrã" +#. Film height/colour +#: ../plug-ins/common/film.c:976 ../plug-ins/common/film.c:1248 +msgid "Filmstrip" +msgstr "Tira de Película de Filme" -#: plug-ins/common/newsprint.c:1321 -#, fuzzy -msgid "B_lack pullout (%):" -msgstr "E_xtracção de Preto (%):" +#. Keep maximum image height +#: ../plug-ins/common/film.c:985 +msgid "_Fit height to images" +msgstr "_Ajustar altura às imagens" -#: plug-ins/common/newsprint.c:1343 -msgid "Separate to:" -msgstr "Separar para:" +#. Film color +#: ../plug-ins/common/film.c:1021 +msgid "Select Film Color" +msgstr "Seleccionar a cor da tira de filme" -#: plug-ins/common/newsprint.c:1347 -msgid "_RGB" -msgstr "_RGB" +#: ../plug-ins/common/film.c:1026 ../plug-ins/common/film.c:1076 +#: ../plug-ins/common/nova.c:353 +msgid "Co_lor:" +msgstr "_Cor:" -#: plug-ins/common/newsprint.c:1364 -msgid "C_MYK" -msgstr "C_MYK" +#. Film numbering: Startindex/Font/colour +#: ../plug-ins/common/film.c:1035 +msgid "Numbering" +msgstr "Numeração de fotogramas" -#: plug-ins/common/newsprint.c:1381 -msgid "I_ntensity" -msgstr "I_ntensidade" +#: ../plug-ins/common/film.c:1053 +msgid "Start _index:" +msgstr "Ín_icio do índice:" -#: plug-ins/common/newsprint.c:1406 -#, fuzzy -msgid "_Lock channels" -msgstr "B_loquear Canais" +#: ../plug-ins/common/film.c:1066 +msgid "_Font:" +msgstr "_Tipo de Letra:" -#: plug-ins/common/newsprint.c:1419 -#, fuzzy -msgid "_Factory defaults" -msgstr "Valores por _Omissão" +#. Numbering color +#: ../plug-ins/common/film.c:1071 +msgid "Select Number Color" +msgstr "Seleccionar Número da Cor" -#. anti-alias control -#: plug-ins/common/newsprint.c:1445 plug-ins/gfig/gfig-dialog.c:1258 -msgid "Antialiasing" -msgstr "Antialiasing" +#: ../plug-ins/common/film.c:1086 +msgid "At _bottom" +msgstr "Em _baixo" -#: plug-ins/common/newsprint.c:1453 -msgid "O_versample:" -msgstr "S_uper-amostragem:" +#: ../plug-ins/common/film.c:1087 +msgid "At _top" +msgstr "Em _cima" -#: plug-ins/common/nlfilt.c:126 -#, fuzzy -msgid "_NL Filter..." -msgstr "Filtro NL..." +#. ** The right frame keeps the image selection ** +#: ../plug-ins/common/film.c:1100 +msgid "Image Selection" +msgstr "Selecção de Imagem" -#: plug-ins/common/nlfilt.c:954 -msgid "NL Filter..." -msgstr "Filtro NL..." +#: ../plug-ins/common/film.c:1128 +msgid "All Values are Fractions of the Strip Height" +msgstr "Todos os Valores são Fracções da Altura da Tira de Filme" -#: plug-ins/common/nlfilt.c:1017 -msgid "NL Filter" -msgstr "Filtro NL" +#: ../plug-ins/common/film.c:1131 +msgid "Ad_vanced" +msgstr "A_vançado" -#: plug-ins/common/nlfilt.c:1038 -msgid "Filter" -msgstr "Filtro" +#: ../plug-ins/common/film.c:1150 +msgid "Image _height:" +msgstr "_Altura da imagem:" -#: plug-ins/common/nlfilt.c:1042 -#, fuzzy -msgid "_Alpha trimmed mean" -msgstr "Média Ajustada _Alpha" +#: ../plug-ins/common/film.c:1161 +msgid "Image spac_ing:" +msgstr "_Espaçamento da imagem:" -#: plug-ins/common/nlfilt.c:1044 -#, fuzzy -msgid "Op_timal estimation" -msgstr "Estimativa Op_timizada" +#: ../plug-ins/common/film.c:1172 +msgid "_Hole offset:" +msgstr "_Deslocamento dos buracos:" -#: plug-ins/common/nlfilt.c:1046 -#, fuzzy -msgid "_Edge enhancement" -msgstr "R_ealce de Margem" +#: ../plug-ins/common/film.c:1183 +msgid "Ho_le width:" +msgstr "_Largura dos buracos:" -#: plug-ins/common/nlfilt.c:1071 -msgid "A_lpha:" -msgstr "A_lfa:" +#: ../plug-ins/common/film.c:1194 +msgid "Hol_e height:" +msgstr "Al_tura dos buracos:" -#: plug-ins/common/noisify.c:157 -#, fuzzy -msgid "_Scatter RGB..." -msgstr "Dispersão HSV..." +#: ../plug-ins/common/film.c:1205 +msgid "Hole sp_acing:" +msgstr "Es_paço entre Buracos:" -#: plug-ins/common/noisify.c:285 -msgid "Adding Noise..." -msgstr "A Acrescentar Ruído..." +#: ../plug-ins/common/film.c:1216 +msgid "_Number height:" +msgstr "Altura dos _Números:" -#: plug-ins/common/noisify.c:451 -#, fuzzy -msgid "Scatter RGB" -msgstr "Dispersão HSV" +#. These values are translated for the GUI but also used internally +#. to figure out which button the user pushed, etc. +#. Not my design, please don't blame me -- njl +#: ../plug-ins/common/filter-pack.c:220 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:953 +msgid "Red:" +msgstr "Vermelho:" -#: plug-ins/common/noisify.c:477 -#, fuzzy -msgid "Co_rrelated noise" -msgstr "Criar elipse" +#: ../plug-ins/common/filter-pack.c:221 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:963 +msgid "Green:" +msgstr "Verde:" -#: plug-ins/common/noisify.c:492 -#, fuzzy -msgid "_Independent RGB" -msgstr "_Independente" +#: ../plug-ins/common/filter-pack.c:222 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:973 +msgid "Blue:" +msgstr "Azul:" -#: plug-ins/common/noisify.c:516 plug-ins/common/noisify.c:520 -msgid "_Gray:" -msgstr "_Cinza:" +#: ../plug-ins/common/filter-pack.c:223 +msgid "Cyan:" +msgstr "Ciano:" -#: plug-ins/common/noisify.c:521 plug-ins/common/noisify.c:536 -msgid "_Alpha:" -msgstr "_Alfa:" +#: ../plug-ins/common/filter-pack.c:224 +msgid "Yellow:" +msgstr "Amarelo:" -#: plug-ins/common/noisify.c:546 -#, c-format -msgid "Channel #%d:" -msgstr "Canal nº%d:" +#: ../plug-ins/common/filter-pack.c:225 +msgid "Magenta:" +msgstr "Magenta:" -#: plug-ins/common/normalize.c:122 -msgid "Normalizing..." -msgstr "A Normalizar..." +#: ../plug-ins/common/filter-pack.c:227 +msgid "Darker:" +msgstr "Mais Escura:" -#: plug-ins/common/nova.c:179 -#, fuzzy -msgid "Su_perNova..." -msgstr "SuperNova" +#: ../plug-ins/common/filter-pack.c:228 +msgid "Lighter:" +msgstr "Mais Clara:" -#: plug-ins/common/nova.c:262 -msgid "Rendering SuperNova..." -msgstr "A Renderizar Supernova..." +#: ../plug-ins/common/filter-pack.c:230 +msgid "More Sat:" +msgstr "Mais Saturação:" -#: plug-ins/common/nova.c:305 -msgid "SuperNova" -msgstr "SuperNova" +#: ../plug-ins/common/filter-pack.c:231 +msgid "Less Sat:" +msgstr "Menos Saturação:" -#: plug-ins/common/nova.c:342 -msgid "SuperNova Color Picker" -msgstr "Selector Cor Supernova" +#: ../plug-ins/common/filter-pack.c:233 ../plug-ins/common/filter-pack.c:532 +msgid "Current:" +msgstr "Actual:" -#: plug-ins/common/nova.c:371 -msgid "_Spokes:" -msgstr "Raio_s:" +#: ../plug-ins/common/filter-pack.c:317 +msgid "Interactively modify the image colors" +msgstr "Modificar interactivamente as cores da imagem" -#: plug-ins/common/nova.c:386 -#, fuzzy -msgid "R_andom hue:" -msgstr "M_atiz Aleatória:" +#: ../plug-ins/common/filter-pack.c:322 +msgid "_Filter Pack..." +msgstr "_Conjunto de Filtros..." -#: plug-ins/common/nova.c:438 -msgid "Center of SuperNova" -msgstr "Centro da Supernova" +#: ../plug-ins/common/filter-pack.c:372 +msgid "FP can only be used on RGB images." +msgstr "O Conjunto de filtros só pode ser usado em imagens RGB." -#: plug-ins/common/nova.c:472 -#, fuzzy -msgid "S_how cursor" -msgstr "M_ostrar Cursor" +#: ../plug-ins/common/filter-pack.c:382 +msgid "FP can only be run interactively." +msgstr "O Conjunto de filtros só pode ser executado interactivamente." -#: plug-ins/common/oilify.c:111 -#, fuzzy -msgid "Oili_fy..." -msgstr "Efeito Óleo" +#: ../plug-ins/common/filter-pack.c:400 +msgid "Applying filter pack" +msgstr "A aplicar Conjunto de filtros ..." -#: plug-ins/common/oilify.c:189 -msgid "Oil Painting..." -msgstr "A Pintar a Óleo..." +#: ../plug-ins/common/filter-pack.c:524 +msgid "Original:" +msgstr "Original:" -#: plug-ins/common/oilify.c:477 -msgid "Oilify" -msgstr "Efeito Óleo" +#: ../plug-ins/common/filter-pack.c:576 +msgid "Hue Variations" +msgstr "Variações Matiz" -#: plug-ins/common/oilify.c:504 -#, fuzzy -msgid "_Mask size:" -msgstr "Tamanho _Máscara:" +#: ../plug-ins/common/filter-pack.c:631 +msgid "Roughness" +msgstr "Roughness" -#: plug-ins/common/oilify.c:515 -#, fuzzy -msgid "_Use intensity algorithm" -msgstr "_Utilizar Algoritmo de Intensidade" +#: ../plug-ins/common/filter-pack.c:674 ../plug-ins/common/filter-pack.c:1317 +msgid "Affected Range" +msgstr "Faixa Afectada" -#: plug-ins/common/papertile.c:235 -msgid "Paper Tile" -msgstr "Mosaico Papel" +#: ../plug-ins/common/filter-pack.c:678 +msgid "Sha_dows" +msgstr "Som_bras" -#: plug-ins/common/papertile.c:254 -msgid "Division" -msgstr "Divisão" +#: ../plug-ins/common/filter-pack.c:679 +msgid "_Midtones" +msgstr "Tons _Médios" -#: plug-ins/common/papertile.c:293 -msgid "Fractional Pixels" -msgstr "Pixeis Fraccionais" +#: ../plug-ins/common/filter-pack.c:680 +msgid "H_ighlights" +msgstr "_Realçes" -#: plug-ins/common/papertile.c:298 -msgid "_Background" -msgstr "F_undo" +#: ../plug-ins/common/filter-pack.c:694 +msgid "Windows" +msgstr "Janelas" -#: plug-ins/common/papertile.c:300 -msgid "_Ignore" -msgstr "_Ignorar" +#: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672 +msgid "_Saturation" +msgstr "_Saturação" -#: plug-ins/common/papertile.c:302 -msgid "_Force" -msgstr "_Forçar" +#: ../plug-ins/common/filter-pack.c:712 +msgid "A_dvanced" +msgstr "A_vançado" -#: plug-ins/common/papertile.c:309 -msgid "C_entering" -msgstr "A c_entrar" +#: ../plug-ins/common/filter-pack.c:732 +msgid "Value Variations" +msgstr "Variações de Valor" -#: plug-ins/common/papertile.c:324 -msgid "Movement" -msgstr "Movimento" +#: ../plug-ins/common/filter-pack.c:777 +msgid "Saturation Variations" +msgstr "Variações de Saturação" -#: plug-ins/common/papertile.c:337 -msgid "_Max (%):" -msgstr "_Máx. (%):" +#: ../plug-ins/common/filter-pack.c:830 +msgid "Select Pixels By" +msgstr "Seleccionar Pixeis por" -#: plug-ins/common/papertile.c:343 -#, fuzzy -msgid "_Wrap around" -msgstr "En_volver" +#: ../plug-ins/common/filter-pack.c:835 +msgid "H_ue" +msgstr "Mati_z" -#: plug-ins/common/papertile.c:353 -msgid "Background Type" -msgstr "Tipo do Fundo" +#: ../plug-ins/common/filter-pack.c:836 +msgid "Satu_ration" +msgstr "Satu_ração" -#: plug-ins/common/papertile.c:360 -#, fuzzy -msgid "I_nverted image" -msgstr "I_nverter Imagem" +#: ../plug-ins/common/filter-pack.c:837 +msgid "V_alue" +msgstr "V_alor" -#: plug-ins/common/papertile.c:362 -msgid "Im_age" -msgstr "Im_agem" +#: ../plug-ins/common/filter-pack.c:863 +msgid "Show" +msgstr "Mostrar" -#: plug-ins/common/papertile.c:364 -#, fuzzy -msgid "Fo_reground color" -msgstr "Cor de F_rente" +#: ../plug-ins/common/filter-pack.c:868 +msgid "_Entire image" +msgstr "Na imag_em toda" + +#: ../plug-ins/common/filter-pack.c:869 +msgid "Se_lection only" +msgstr "Apenas na Se_lecção" + +#: ../plug-ins/common/filter-pack.c:870 +msgid "Selec_tion in context" +msgstr "Selecção no Con_texto" -#: plug-ins/common/papertile.c:366 -#, fuzzy -msgid "Bac_kground color" -msgstr "Cor de F_undo" +#: ../plug-ins/common/filter-pack.c:1201 +msgid "Filter Pack Simulation" +msgstr "Simulação do Conjunto de filtros" -#: plug-ins/common/papertile.c:368 -msgid "S_elect here:" -msgstr "S_eleccionar aqui:" +#: ../plug-ins/common/filter-pack.c:1290 +msgid "Shadows:" +msgstr "Sombras:" -#: plug-ins/common/papertile.c:375 -msgid "Background Color" -msgstr "Cor Fundo" +#: ../plug-ins/common/filter-pack.c:1291 +msgid "Midtones:" +msgstr "Tons Médios:" -#: plug-ins/common/papertile.c:527 -msgid "Paper Tile..." -msgstr "Mosaico Papel..." +#: ../plug-ins/common/filter-pack.c:1292 +msgid "Highlights:" +msgstr "Realces:" -#: plug-ins/common/papertile.c:815 -msgid "September 31, 1999" -msgstr "31 de Setembro de 1999" +#: ../plug-ins/common/filter-pack.c:1305 +msgid "Advanced Filter Pack Options" +msgstr "Opções Avançadas do Conjunto de filtros" -#: plug-ins/common/papertile.c:816 -#, fuzzy -msgid "_Paper Tile..." -msgstr "Mosaico Papel..." +#. ****************** MISC OPTIONS ************************** +#: ../plug-ins/common/filter-pack.c:1417 +msgid "Preview Size" +msgstr "Tamanho da Ante-visão" -#: plug-ins/common/pat.c:104 plug-ins/common/pat.c:126 -#, fuzzy -msgid "GIMP pattern" -msgstr "Padrão" +#: ../plug-ins/common/fractal-trace.c:116 +msgid "Transform image with the Mandelbrot Fractal" +msgstr "Transformar a imagem com recurso ao Fractal Mandelbrot" -#: plug-ins/common/pat.c:343 -#, c-format -msgid "Invalid UTF-8 string in pattern file '%s'." -msgstr "Expressão UTF-8 inválida em ficheiro de padrão '%s'." +#: ../plug-ins/common/fractal-trace.c:121 +msgid "_Fractal Trace..." +msgstr "Traçagem _Fractal..." -#: plug-ins/common/pat.c:501 -msgid "Save as Pattern" -msgstr "Gravar como Padrão" +#: ../plug-ins/common/fractal-trace.c:460 +#: ../plug-ins/common/fractal-trace.c:691 +msgid "Fractal Trace" +msgstr "Traçagem Fractal" -#: plug-ins/common/pcx.c:96 plug-ins/common/pcx.c:115 -msgid "ZSoft PCX image" -msgstr "" +#. Settings +#: ../plug-ins/common/fractal-trace.c:731 +msgid "Outside Type" +msgstr "Tipo Exterior" -#: plug-ins/common/pcx.c:314 -#, c-format -msgid "Could not read header from '%s'" -msgstr "Incapaz de ler cabeçalho de '%s'" +#: ../plug-ins/common/fractal-trace.c:742 +msgid "_White" +msgstr "_Branco" -#: plug-ins/common/pcx.c:321 -#, c-format -msgid "'%s' is not a PCX file" -msgstr "'%s' não é um ficheiro PCX" +#: ../plug-ins/common/fractal-trace.c:749 +msgid "Mandelbrot Parameters" +msgstr "Parâmetros Mandelbrot" -#: plug-ins/common/pcx.c:375 -msgid "Unusual PCX flavour, giving up" -msgstr "Formato PCX desconhecido, a desistir" +#: ../plug-ins/common/fractal-trace.c:760 +msgid "X_1:" +msgstr "X_1:" -#: plug-ins/common/photocopy.c:158 -#, fuzzy -msgid "_Photocopy..." -msgstr "Hot..." +#: ../plug-ins/common/fractal-trace.c:769 +msgid "X_2:" +msgstr "X_2:" -#: plug-ins/common/photocopy.c:837 -#, fuzzy -msgid "Photocopy" -msgstr "Fotografia" +#: ../plug-ins/common/fractal-trace.c:778 +msgid "Y_1:" +msgstr "Y_1:" -#: plug-ins/common/photocopy.c:881 plug-ins/common/sharpen.c:509 -#: plug-ins/common/softglow.c:687 -msgid "_Sharpness:" -msgstr "_Acuidade:" +#: ../plug-ins/common/fractal-trace.c:787 +msgid "Y_2:" +msgstr "Y_2:" -#: plug-ins/common/photocopy.c:895 -#, fuzzy -msgid "Percent _black:" -msgstr "Porcento" +#: ../plug-ins/common/gee-zoom.c:121 ../plug-ins/common/gee.c:99 +msgid "A big hello from the GIMP team!" +msgstr "" -#: plug-ins/common/photocopy.c:909 +#: ../plug-ins/common/gee-zoom.c:126 ../plug-ins/common/gee-zoom.c:186 #, fuzzy -msgid "Percent _white:" -msgstr "Porcento" +msgid "Gee Zoom" +msgstr "Zoom" -#: plug-ins/common/pix.c:141 plug-ins/common/pix.c:158 -msgid "Alias|Wavefront PIX image" +#: ../plug-ins/common/gee-zoom.c:192 ../plug-ins/common/gee.c:166 +msgid "Thank You for Choosing GIMP" msgstr "" -#: plug-ins/common/pixelize.c:173 -#, fuzzy -msgid "_Pixelize..." -msgstr "A Pixelizar..." +#: ../plug-ins/common/gee-zoom.c:200 +#, c-format +msgid "An obsolete creation by %s" +msgstr "" -#: plug-ins/common/pixelize.c:275 -msgid "Pixelizing..." -msgstr "A Pixelizar..." +#: ../plug-ins/common/gee.c:104 ../plug-ins/common/gee.c:160 +msgid "Gee Slime" +msgstr "" -#: plug-ins/common/pixelize.c:315 -msgid "Pixelize" -msgstr "Pixelizar" +#: ../plug-ins/common/gee.c:173 +#, c-format +msgid "A less obsolete creation by %s" +msgstr "" -#: plug-ins/common/pixelize.c:337 -msgid "Pixel _Width:" -msgstr "Largura do Pi_xel:" - -#: plug-ins/common/pixelize.c:342 -msgid "Pixel _Height:" -msgstr "_Altura Pixel:" +#: ../plug-ins/common/gradient-map.c:84 +msgid "Recolor the image using colors from the active gradient" +msgstr "Re-colorir a imagem usando as cores do gradiente activo" -#: plug-ins/common/plasma.c:185 -#, fuzzy -msgid "_Plasma..." -msgstr "Plasma..." +#: ../plug-ins/common/gradient-map.c:97 +msgid "_Gradient Map" +msgstr "_Mapa de Gradiente" -#: plug-ins/common/plasma.c:268 -msgid "Plasma..." -msgstr "Plasma..." +#: ../plug-ins/common/gradient-map.c:106 +msgid "Recolor the image using colors from the active palette" +msgstr "Re-colorir a imagem usando as cores da paleta activa" -#: plug-ins/common/plasma.c:305 -msgid "Plasma" -msgstr "Plasma" +#: ../plug-ins/common/gradient-map.c:119 +msgid "_Palette Map" +msgstr "Mapa da _Paleta" -#: plug-ins/common/plasma.c:334 -#, fuzzy -msgid "Random _seed:" -msgstr "Ori_gem Aleatória:" +#: ../plug-ins/common/gradient-map.c:162 +msgid "Gradient Map" +msgstr "Mapa do Gradiente" -#: plug-ins/common/plasma.c:345 -msgid "T_urbulence:" -msgstr "T_urbulência:" +#: ../plug-ins/common/gradient-map.c:167 +msgid "Palette Map" +msgstr "Mapa da Paleta" -#: plug-ins/common/png.c:249 plug-ins/common/png.c:266 -#: plug-ins/common/png.c:281 plug-ins/common/png.c:295 -msgid "PNG image" -msgstr "" +#: ../plug-ins/common/grid.c:142 +msgid "Draw a grid on the image" +msgstr "Desenhar uma grelha na imagem" -#: plug-ins/common/png.c:657 -#, c-format -msgid "Error while reading '%s'. File corrupted?" -msgstr "Erro ao ler '%s'. Ficheiro corrompido?" +#: ../plug-ins/common/grid.c:148 +msgid "_Grid..." +msgstr "_Grelha..." -#. Aie! Unknown type -#: plug-ins/common/png.c:791 -#, c-format -msgid "Unknown color model in PNG file '%s'." -msgstr "Modelo de cor desconhecido no ficheiro PNG '%s'." +#: ../plug-ins/common/grid.c:241 +msgid "Drawing grid" +msgstr "A desenhar a grelha" -#: plug-ins/common/png.c:846 -msgid "" -"The PNG file specifies an offset that caused the layer to be positioned " -"outside the image." -msgstr "" -"O ficheiro PNG especifica um deslocamento que levou a que a camada fosse " -"posicionada fora da imagem." +#: ../plug-ins/common/grid.c:635 ../plug-ins/gfig/gfig-dialog.c:1355 +#: ../plug-ins/imagemap/imap_menu.c:209 +msgid "Grid" +msgstr "Grelha" -#: plug-ins/common/png.c:1163 -#, c-format -msgid "Error while saving '%s'. Could not save image." -msgstr "Erro ao gravar '%s'. Incapaz de gravar imagem." +#. attach labels +#: ../plug-ins/common/grid.c:717 +#, fuzzy +msgid "Horizontal" +msgstr "_Horizontal" -#: plug-ins/common/png.c:1591 -msgid "Save as PNG" -msgstr "Gravar como PNG" +#: ../plug-ins/common/grid.c:719 +#, fuzzy +msgid "Vertical" +msgstr "_Vertical" + +#: ../plug-ins/common/grid.c:721 +msgid "Intersection" +msgstr "Intersecção" -#: plug-ins/common/png.c:1595 -#, fuzzy -msgid "_Load defaults" -msgstr "_Ler Omissões" +#. attach labels +#: ../plug-ins/common/grid.c:857 +msgid "Offset:" +msgstr "Deslocamento:" -#: plug-ins/common/png.c:1596 -#, fuzzy -msgid "_Save defaults" -msgstr "_Gravar Omissões" +#. attach color selectors +#: ../plug-ins/common/grid.c:896 +msgid "Horizontal Color" +msgstr "Cor Horizontal" -#: plug-ins/common/png.c:1617 -msgid "_Interlacing (Adam7)" -msgstr "_Entrelaçado (Adam7)" +#: ../plug-ins/common/grid.c:914 +msgid "Vertical Color" +msgstr "Cor Vertical" -#: plug-ins/common/png.c:1628 -#, fuzzy -msgid "Save _background color" -msgstr "Gravar Cor _Fundo" +#: ../plug-ins/common/grid.c:932 +msgid "Intersection Color" +msgstr "Cor das Intersecções" -#: plug-ins/common/png.c:1636 -#, fuzzy -msgid "Save _gamma" -msgstr "Gravar _Gama" +#: ../plug-ins/common/guillotine.c:75 +msgid "Slice the image into subimages using guides" +msgstr "Retalhar a imagem em sub-imagens usando guias" -#: plug-ins/common/png.c:1645 -#, fuzzy -msgid "Save layer o_ffset" -msgstr "Gravar Des_locamento de Camada" +#: ../plug-ins/common/guillotine.c:82 +msgid "_Guillotine" +msgstr "_Guilhotina..." -#: plug-ins/common/png.c:1654 -#, fuzzy -msgid "Save _resolution" -msgstr "Gravar _Resolução" +#: ../plug-ins/common/guillotine.c:120 +msgid "Guillotine" +msgstr "Guilhotina" -#: plug-ins/common/png.c:1663 -#, fuzzy -msgid "Save creation _time" -msgstr "Gravar Da_ta Criação" +#: ../plug-ins/common/hot.c:207 +msgid "Find and fix pixels that may be unsafely bright" +msgstr "Encontrar e reparar pixeis que possam ser brilhantes demais" -#: plug-ins/common/png.c:1671 -#, fuzzy -msgid "Save comme_nt" -msgstr "Gravar Come_ntário" +#: ../plug-ins/common/hot.c:217 +msgid "_Hot..." +msgstr "_Quante..." -#: plug-ins/common/png.c:1686 -#, fuzzy -msgid "Save color _values from transparent pixels" -msgstr "Gravar valores de _cor de pixels transparentes" +#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586 +msgid "Hot" +msgstr "Quente" -#: plug-ins/common/png.c:1699 -#, fuzzy -msgid "Co_mpression level:" -msgstr "Nível de Co_mpressão:" +#: ../plug-ins/common/hot.c:623 +msgid "Create _new layer" +msgstr "Criar _Nova Camada" -#: plug-ins/common/png.c:1819 -msgid "Could not load PNG defaults" -msgstr "Incapaz de ler omissões de PNG" +#: ../plug-ins/common/hot.c:632 +msgid "Action" +msgstr "Acção" -#: plug-ins/common/pnm.c:228 -#, fuzzy -msgid "PNM Image" -msgstr "Im_agem" +#: ../plug-ins/common/hot.c:636 +msgid "Reduce _Luminance" +msgstr "Reduzir _Luminusidade" -#: plug-ins/common/pnm.c:248 -msgid "PNM image" -msgstr "" +#: ../plug-ins/common/hot.c:637 +msgid "Reduce _Saturation" +msgstr "Reduzir _Saturação" -#: plug-ins/common/pnm.c:260 -#, fuzzy -msgid "PGM image" -msgstr "Antevisão JPEG" +#: ../plug-ins/common/hot.c:638 ../plug-ins/common/waves.c:282 +msgid "_Blacken" +msgstr "_Escurecido" -#: plug-ins/common/pnm.c:272 -#, fuzzy -msgid "PPM image" -msgstr "Im_agem" +#: ../plug-ins/common/illusion.c:91 +msgid "Superimpose many altered copies of the image" +msgstr "Superimpor muitas copias alteradas da imagem" -#: plug-ins/common/pnm.c:465 plug-ins/common/pnm.c:486 -#: plug-ins/common/pnm.c:493 plug-ins/common/pnm.c:502 -#: plug-ins/common/pnm.c:577 plug-ins/common/pnm.c:633 -msgid "PNM: Premature end of file." -msgstr "PNM: Fim prematuro do ficheiro." - -#: plug-ins/common/pnm.c:467 -msgid "PNM: Invalid file." -msgstr "PNM: Ficheiro inválido." +#: ../plug-ins/common/illusion.c:96 +msgid "_Illusion..." +msgstr "_Ilusão..." -#: plug-ins/common/pnm.c:480 -msgid "File not in a supported format." -msgstr "O ficheiro não está num formato suportado." +#: ../plug-ins/common/illusion.c:168 ../plug-ins/common/illusion.c:350 +msgid "Illusion" +msgstr "Ilusão" -#: plug-ins/common/pnm.c:489 -msgid "PNM: Invalid X resolution." -msgstr "PNM: Resolução X inválida." - -#: plug-ins/common/pnm.c:496 -msgid "PNM: Invalid Y resolution." -msgstr "PNM: Resolução Y inválida." - -#: plug-ins/common/pnm.c:508 -msgid "PNM: Invalid maximum value." -msgstr "PNM: Valor máximo inválido." - -#: plug-ins/common/pnm.c:684 -msgid "PNM: Error reading file." -msgstr "PNM: Erro ao ler ficheiro." - -#: plug-ins/common/pnm.c:800 -msgid "PNM save cannot handle images with alpha channels." -msgstr "Gravação PNM não pode manipular imagens com canais alfa." +#: ../plug-ins/common/illusion.c:388 +msgid "_Divisions:" +msgstr "_Nº de divisões:" -#: plug-ins/common/pnm.c:949 -msgid "Save as PNM" -msgstr "Gravar como PNM" +#: ../plug-ins/common/illusion.c:398 +msgid "Mode _1" +msgstr "Modo _1" -#. file save type -#: plug-ins/common/pnm.c:959 -#, fuzzy -msgid "Data formatting" -msgstr "Formatando Dados" +#: ../plug-ins/common/illusion.c:413 +msgid "Mode _2" +msgstr "Modo _2" -#: plug-ins/common/pnm.c:963 -msgid "Raw" -msgstr "Em Bruto" +#: ../plug-ins/common/iwarp.c:262 +msgid "Use mouse control to warp image areas" +msgstr "Use o rato para deformar áreas da imagem de dversos modos" -#: plug-ins/common/pnm.c:964 -msgid "Ascii" -msgstr "Ascii" +#: ../plug-ins/common/iwarp.c:267 +msgid "_IWarp..." +msgstr "_Deformar (IWarp)..." -#: plug-ins/common/polar.c:170 -msgid "P_olar Coords..." -msgstr "" +#: ../plug-ins/common/iwarp.c:697 +msgid "Warping" +msgstr "Deformando" -#: plug-ins/common/polar.c:357 -msgid "Polarizing..." -msgstr "A Polarizar..." +#: ../plug-ins/common/iwarp.c:802 +#, c-format +msgid "Warping Frame %d" +msgstr "A deformar o fotograma nº %d" -#: plug-ins/common/polar.c:589 -msgid "Polarize" -msgstr "Polarizar" +#: ../plug-ins/common/iwarp.c:814 +msgid "Ping pong" +msgstr "Ping pong" -#: plug-ins/common/polar.c:620 -#, fuzzy -msgid "Circle _depth in percent:" -msgstr "Profun_didade do Círculo em Percentagem:" +#: ../plug-ins/common/iwarp.c:1020 +msgid "A_nimate" +msgstr "A_nimar" -#: plug-ins/common/polar.c:632 -#, fuzzy -msgid "Offset _angle:" -msgstr "Ângulo de Desloc_amento:" +#: ../plug-ins/common/iwarp.c:1039 +msgid "Number of _frames:" +msgstr "Número de _Fotogramas:" -#: plug-ins/common/polar.c:647 -#, fuzzy -msgid "_Map backwards" -msgstr "_Mapear em Reverso" +#: ../plug-ins/common/iwarp.c:1048 +msgid "R_everse" +msgstr "Inv_erso" -#: plug-ins/common/polar.c:653 -msgid "" -"If checked the mapping will begin at the right side, as opposed to beginning " -"at the left." -msgstr "" -"Se seleccionado, o mapeamento iniciará no lado direito, por oposição ao " -"início na esquerda." +#: ../plug-ins/common/iwarp.c:1057 +msgid "_Ping pong" +msgstr "_Ping Pong" -#: plug-ins/common/polar.c:664 -#, fuzzy -msgid "Map from _top" -msgstr "Mapear do _Topo" +#: ../plug-ins/common/iwarp.c:1070 +msgid "_Animate" +msgstr "_Animar" -#: plug-ins/common/polar.c:670 -msgid "" -"If unchecked the mapping will put the bottom row in the middle and the top " -"row on the outside. If checked it will be the opposite." -msgstr "" -"Se não seleccionado o mapeamento colocará a fila do fundo na fila do meio e " -"a do topo no lado de fora. Se seleccionado ocorrerá o oposto." +#: ../plug-ins/common/iwarp.c:1091 +msgid "Deform Mode" +msgstr "Modo da Deformação" -#: plug-ins/common/polar.c:682 -#, fuzzy -msgid "To _polar" -msgstr "Para _Polar" +#: ../plug-ins/common/iwarp.c:1104 +msgid "_Move" +msgstr "_Mover" -#: plug-ins/common/polar.c:688 -msgid "" -"If unchecked the image will be circularly mapped onto a rectangle. If " -"checked the image will be mapped onto a circle." -msgstr "" -"Se não seleccionada a imagem será mapeada circularmente num rectângulo. Se " -"seleccionada a imagem será mapeada num círculo." +#: ../plug-ins/common/iwarp.c:1105 +msgid "_Grow" +msgstr "_Crescer" -#: plug-ins/common/postscript.c:576 plug-ins/common/postscript.c:662 -#, fuzzy -msgid "PostScript document" -msgstr "_PostScript Nível 2" +#: ../plug-ins/common/iwarp.c:1106 +msgid "S_wirl CCW" +msgstr "Redemoin_ho Dta->Esq" -#: plug-ins/common/postscript.c:595 plug-ins/common/postscript.c:677 -#, fuzzy -msgid "Encapsulated PostScript image" -msgstr "PostScript _Encapsulado" +#: ../plug-ins/common/iwarp.c:1107 +msgid "Remo_ve" +msgstr "Remo_ver" -#: plug-ins/common/postscript.c:614 -msgid "PDF document" -msgstr "" +#: ../plug-ins/common/iwarp.c:1108 +msgid "S_hrink" +msgstr "Encol_her" -#: plug-ins/common/postscript.c:1005 -#, c-format -msgid "Could not interpret '%s'" -msgstr "Incapaz de interpretar '%s'" +#: ../plug-ins/common/iwarp.c:1109 +msgid "Sw_irl CW" +msgstr "Redemo_inho Esq->Dta" -#: plug-ins/common/postscript.c:1103 -msgid "PostScript save cannot handle images with alpha channels" -msgstr "Gravar em PostScript não suporta imagens com canais alfa" +#: ../plug-ins/common/iwarp.c:1138 +msgid "_Deform radius:" +msgstr "Raio da _deformação:" -#: plug-ins/common/postscript.c:1622 -#, c-format -msgid "Error starting ghostscript (%s)" -msgstr "Erro ao iniciar o ghostscript (%s)" +#: ../plug-ins/common/iwarp.c:1148 +msgid "D_eform amount:" +msgstr "Força da d_eformação:" -#: plug-ins/common/postscript.c:1652 -#, fuzzy, c-format -msgid "Error starting ghostscript: %s" -msgstr "Erro ao iniciar o ghostscript (%s)" +#: ../plug-ins/common/iwarp.c:1157 +msgid "_Bilinear" +msgstr "Suavização _Bilinear" -#: plug-ins/common/postscript.c:2472 plug-ins/common/postscript.c:2605 -#: plug-ins/common/postscript.c:2757 plug-ins/common/postscript.c:2886 -#: plug-ins/common/sunras.c:1454 plug-ins/common/sunras.c:1562 -#: plug-ins/fits/fits.c:826 plug-ins/fits/fits.c:950 -#, fuzzy -msgid "Write error occurred" -msgstr "Ocorreu erro de gravação" +#: ../plug-ins/common/iwarp.c:1171 +msgid "Adaptive s_upersample" +msgstr "S_uper-amostragem adaptativa" -#: plug-ins/common/postscript.c:2913 -msgid "Load PostScript" -msgstr "Ler PostScript" +#: ../plug-ins/common/iwarp.c:1191 +msgid "Ma_x depth:" +msgstr "Profundidade má_x.:" -#. Rendering -#: plug-ins/common/postscript.c:2933 -msgid "Rendering" -msgstr "Renderização" +#: ../plug-ins/common/iwarp.c:1201 +msgid "Thresho_ld:" +msgstr "_Limite:" -#. Resolution -#: plug-ins/common/postscript.c:2949 plug-ins/common/svg.c:882 -#: plug-ins/common/wmf.c:669 plug-ins/print/gimp_main_window.c:1087 -msgid "Resolution:" -msgstr "Resolução:" +#: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771 +#: ../plug-ins/gradient-flare/gradient-flare.c:2867 +msgid "_Settings" +msgstr "Preferência_s" -#: plug-ins/common/postscript.c:2977 -msgid "Pages:" -msgstr "Páginas:" +#: ../plug-ins/common/iwarp.c:1263 +msgid "IWarp" +msgstr "Deformação Interactiva - Liquidificar" -#: plug-ins/common/postscript.c:2983 -msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" +#: ../plug-ins/common/iwarp.c:1299 +msgid "" +"Click and drag in the preview to define the distortions to apply to the " +"image." msgstr "" +"Clique e arraste na imagem de ante-visão para criar as distorções a serem " +"aplicadas à imagem." -#: plug-ins/common/postscript.c:2985 -msgid "Try Bounding Box" -msgstr "Tentar Limitar Caixa" +#: ../plug-ins/common/jigsaw.c:356 +msgid "Add a jigsaw-puzzle pattern to the image" +msgstr "Adicionar à imagem uma textura tipo puzzle de peças de encaixe" -#. Colouring -#: plug-ins/common/postscript.c:2998 -msgid "Coloring" -msgstr "A Colorir" +#: ../plug-ins/common/jigsaw.c:361 +msgid "_Jigsaw..." +msgstr "_Puzzle..." -#: plug-ins/common/postscript.c:3002 -msgid "B/W" -msgstr "P/B" +#: ../plug-ins/common/jigsaw.c:414 +msgid "Assembling jigsaw" +msgstr "A criar as peças ... montando as peças do puzzle" -#: plug-ins/common/postscript.c:3003 plug-ins/rcm/rcm_dialog.c:404 -msgid "Gray" -msgstr "Cinza" +#: ../plug-ins/common/jigsaw.c:2416 +msgid "Jigsaw" +msgstr "Puzzle" -#: plug-ins/common/postscript.c:3004 plug-ins/common/xpm.c:469 -#: plug-ins/gimpressionist/color.c:48 plug-ins/gimpressionist/general.c:151 -#: plug-ins/imagemap/imap_menu.c:306 plug-ins/print/gimp_main_window.c:1399 -msgid "Color" -msgstr "Cor" +#: ../plug-ins/common/jigsaw.c:2445 +msgid "Number of Tiles" +msgstr "Número de Peças" -#: plug-ins/common/postscript.c:3005 plug-ins/fits/fits.c:1000 -msgid "Automatic" -msgstr "Automático" +#: ../plug-ins/common/jigsaw.c:2460 +msgid "Number of pieces going across" +msgstr "Número de peças na horizontal" -#: plug-ins/common/postscript.c:3015 -#, fuzzy -msgid "Text antialiasing" -msgstr "Antialiasing Texto" +#: ../plug-ins/common/jigsaw.c:2477 +msgid "Number of pieces going down" +msgstr "Número de peças na vertical" -#: plug-ins/common/postscript.c:3020 plug-ins/common/postscript.c:3032 -msgid "Weak" -msgstr "Fraca" +#: ../plug-ins/common/jigsaw.c:2491 +msgid "Bevel Edges" +msgstr "Chanfradura das Arestas" -#: plug-ins/common/postscript.c:3021 plug-ins/common/postscript.c:3033 -msgid "Strong" -msgstr "Forte" +#: ../plug-ins/common/jigsaw.c:2501 +msgid "_Bevel width:" +msgstr "Tamanho do _chanfro:" -#: plug-ins/common/postscript.c:3027 -#, fuzzy -msgid "Graphic antialiasing" -msgstr "Antialiasing Gráfico" +#: ../plug-ins/common/jigsaw.c:2505 +msgid "Degree of slope of each piece's edge" +msgstr "Grau de inclinação do corte diagonal das arestas das peças" -#: plug-ins/common/postscript.c:3079 -msgid "Save as PostScript" -msgstr "Gravar como PostScript" +#: ../plug-ins/common/jigsaw.c:2518 +msgid "H_ighlight:" +msgstr "R_ealce:" -#. Image Size -#: plug-ins/common/postscript.c:3103 -msgid "Image Size" -msgstr "Tamanho Imagem" +#: ../plug-ins/common/jigsaw.c:2522 +msgid "The amount of highlighting on the edges of each piece" +msgstr "A quantidade de realce a dar ao chanfro das arestas das peças" -#: plug-ins/common/postscript.c:3152 -#, fuzzy -msgid "_Keep aspect ratio" -msgstr "Manter Propor_ções" +#. frame for primitive radio buttons +#: ../plug-ins/common/jigsaw.c:2539 +msgid "Jigsaw Style" +msgstr "Estilo do Corte das Peças" -#: plug-ins/common/postscript.c:3158 -msgid "" -"When toggled, the resulting image will be scaled to fit into the given size " -"without changing the aspect ratio." -msgstr "" -"Quando seleccionado, a imagem resultante será redimensionada para se adequar " -"ao tamanho da janela sem alterar as proporções." +#: ../plug-ins/common/jigsaw.c:2543 +msgid "_Square" +msgstr "_Quadrado" -#. Unit -#: plug-ins/common/postscript.c:3167 -msgid "Unit" -msgstr "Unidade" +#: ../plug-ins/common/jigsaw.c:2544 +msgid "C_urved" +msgstr "C_urvo" -#: plug-ins/common/postscript.c:3171 -msgid "_Inch" -msgstr "P_olegada" +#: ../plug-ins/common/jigsaw.c:2548 +msgid "Each piece has straight sides" +msgstr "O recorte de cada peça é feito com lados rectilíneos" -#: plug-ins/common/postscript.c:3172 -msgid "_Millimeter" -msgstr "_Milímetro" +#: ../plug-ins/common/jigsaw.c:2549 +msgid "Each piece has curved sides" +msgstr "O recorte de cada peça é feito com lados curvos" -#. Format -#: plug-ins/common/postscript.c:3198 -msgid "Output" -msgstr "Saída" +#: ../plug-ins/common/lcms.c:218 +msgid "Set a color profile on the image" +msgstr "Definir um perfil de cor para a imagem" -#: plug-ins/common/postscript.c:3204 -#, fuzzy -msgid "_PostScript level 2" -msgstr "_PostScript Nível 2" +#: ../plug-ins/common/lcms.c:225 +msgid "_Assign Color Profile..." +msgstr "_Atribuir um Perfil de Cor..." -#: plug-ins/common/postscript.c:3213 -msgid "_Encapsulated PostScript" -msgstr "PostScript _Encapsulado" +#: ../plug-ins/common/lcms.c:241 +msgid "Assign default RGB Profile" +msgstr "Atribuir o Perfil de Cor RGB predefinido" -#: plug-ins/common/postscript.c:3222 -msgid "P_review" -msgstr "Anteve_r" +#: ../plug-ins/common/lcms.c:248 +msgid "Apply a color profile on the image" +msgstr "Aplicar um Perfil de Cor à Imagem" -#: plug-ins/common/postscript.c:3243 -#, fuzzy -msgid "Preview _size:" -msgstr "Tamanho Antevi_são:" +#: ../plug-ins/common/lcms.c:258 +msgid "_Convert to Color Profile..." +msgstr "_Converter em Perfil de Cor" -#: plug-ins/common/psd.c:489 -msgid "Invalid UTF-8 string in PSD file" -msgstr "Expressão UTF-8 inválida em ficheiro PSD" +#: ../plug-ins/common/lcms.c:276 +msgid "Convert to default RGB Profile" +msgstr "Converter em Perfil de Cor RGB predefinido" -#: plug-ins/common/psd_save.c:181 -msgid "Photoshop image" -msgstr "" +#: ../plug-ins/common/lcms.c:290 +msgid "Image Color Profile Information" +msgstr "Informação sobre o Perfil de Cor da imagem" -#: plug-ins/common/psd_save.c:1564 -#, c-format -msgid "" -"Unable to save '%s'. The psd file format does not support images that are " -"more than 30000 pixels wide or tall." -msgstr "" +#: ../plug-ins/common/lcms.c:304 +msgid "Color Profile Information" +msgstr "Informação do Perfil de Cor" -#: plug-ins/common/psd_save.c:1576 +#: ../plug-ins/common/lcms.c:572 #, c-format -msgid "" -"Unable to save '%s'. The psd file format does not support images with " -"layers that are more than 30000 pixels wide or tall." -msgstr "" - -#: plug-ins/common/psp.c:362 -msgid "Paint Shop Pro image" -msgstr "" +msgid "Color profile '%s' is not for RGB color space." +msgstr "O Perfil de Cor '%s' não é para o espaço de cor RGB" -#: plug-ins/common/psp.c:402 -msgid "Save as PSP" -msgstr "Gravar como PSP" +#: ../plug-ins/common/lcms.c:679 +msgid "Default RGB working space" +msgstr "Espaço de cor RGB predefinido" -#. file save type -#: plug-ins/common/psp.c:412 -msgid "Data Compression" -msgstr "Compressão Dados" +#: ../plug-ins/common/lcms.c:775 +msgid "" +"Data attached as 'icc-profile' does not appear to be an ICC color profile" +msgstr "" +"Os dados anexados como 'icc-profile' não aparentam ser de um Perfil de cor " +"ICC" -#: plug-ins/common/psp.c:417 -msgid "RLE" -msgstr "RLE" +#: ../plug-ins/common/lcms.c:825 +#, c-format +msgid "'%s' does not appear to be an ICC color profile" +msgstr "Ficheiro '%s' não parece ser um Perfil de cor ICC." -#: plug-ins/common/psp.c:418 -msgid "LZ77" -msgstr "LZ77" +#. ICC color profile conversion +#: ../plug-ins/common/lcms.c:885 +#, c-format +msgid "Converting from '%s' to '%s'" +msgstr "A converter de '%s' para '%s'" -#: plug-ins/common/randomize.c:107 -msgid "Random Hurl 1.7" -msgstr "Arremesso Aleatório 1.7" - -#: plug-ins/common/randomize.c:108 -msgid "Random Pick 1.7" -msgstr "Escolha Aleatória 1.7" - -#: plug-ins/common/randomize.c:109 -msgid "Random Slur 1.7" -msgstr "Mancha Aleatória 1.7" +#: ../plug-ins/common/lcms.c:1129 +#, c-format +msgid "Could not load ICC profile from '%s'" +msgstr "Não foi possível carregar o Perfil de cor ICC a partir de '%s'" -#: plug-ins/common/randomize.c:244 -#, fuzzy -msgid "_Hurl..." -msgstr "Dobra da Página..." +#: ../plug-ins/common/lcms.c:1151 +#, c-format +msgid "The image '%s' has an embedded color profile:" +msgstr "A imagem '%s' tem embutido um Perfil de cor ICC" -#: plug-ins/common/randomize.c:256 -msgid "_Pick..." -msgstr "" +#: ../plug-ins/common/lcms.c:1195 +#, c-format +msgid "Convert the image to the RGB working space (%s)?" +msgstr "Converter a imagem para a área de cores RGB (%s)?" -#: plug-ins/common/randomize.c:268 -#, fuzzy -msgid "_Slur..." -msgstr "Fonte..." +#: ../plug-ins/common/lcms.c:1226 +msgid "Convert to RGB working space?" +msgstr "Converter em área de cores RGB ?" -#: plug-ins/common/randomize.c:756 plug-ins/common/snoise.c:614 -#, fuzzy -msgid "_Random seed:" -msgstr "Ori_gem Aleatória:" +#: ../plug-ins/common/lcms.c:1231 +msgid "_Keep" +msgstr "_Manter" -#: plug-ins/common/randomize.c:765 -msgid "R_andomization (%):" -msgstr "_Aleatoriedade (%):" +#: ../plug-ins/common/lcms.c:1236 +msgid "_Convert" +msgstr "_Converter" -#: plug-ins/common/randomize.c:768 -msgid "Percentage of pixels to be filtered" -msgstr "Percentagem de pixeis a serem filtrados" +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 +msgid "_Don't ask me again" +msgstr "_Não me pergunte novamente" -#: plug-ins/common/randomize.c:777 -msgid "R_epeat:" -msgstr "R_epetir:" +#: ../plug-ins/common/lcms.c:1327 +msgid "Select destination profile" +msgstr "Seleccionar perfil de cor de destino" -#: plug-ins/common/randomize.c:780 -msgid "Number of times to apply filter" -msgstr "Número de vezes para aplicar filtro" +#: ../plug-ins/common/lcms.c:1354 +msgid "All files (*.*)" +msgstr "Todos os ficheiros (*.*)" -#: plug-ins/common/raw.c:166 plug-ins/common/raw.c:181 -msgid "Raw Image Data" -msgstr "" +#: ../plug-ins/common/lcms.c:1359 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "Perfil de cor ICC (*.icc, *.icm)" -#: plug-ins/common/raw.c:915 -#, fuzzy -msgid "Raw Image Loader" -msgstr "/Ficheiro/Im_primir" +#: ../plug-ins/common/lcms.c:1402 +#, c-format +msgid "RGB workspace (%s)" +msgstr "Área de cores RGB (%s)" -#: plug-ins/common/raw.c:943 -#, fuzzy -msgid "Image" -msgstr "Im_agem" +#: ../plug-ins/common/lcms.c:1452 +msgid "Convert to ICC Color Profile" +msgstr "Converter em Perfil de cor ICC" -#: plug-ins/common/raw.c:955 -msgid "Planar RGB" -msgstr "" +#: ../plug-ins/common/lcms.c:1453 +msgid "Assign ICC Color Profile" +msgstr "Atribuir um Perfil de cor ICC" -#: plug-ins/common/raw.c:956 -msgid "Indexed" -msgstr "" +#: ../plug-ins/common/lcms.c:1461 +msgid "_Assign" +msgstr "_Atribuir" -#: plug-ins/common/raw.c:961 -#, fuzzy -msgid "Image _Type:" -msgstr "Tipo de Imagem:" +#: ../plug-ins/common/lcms.c:1478 +msgid "Current Color Profile" +msgstr "Perfil de cor Actual" -#: plug-ins/common/raw.c:1011 -#, fuzzy -msgid "Palette" -msgstr "Paleta" +#: ../plug-ins/common/lcms.c:1493 +msgid "Convert to" +msgstr "Converter em" -#: plug-ins/common/raw.c:1021 plug-ins/common/raw.c:1109 -msgid "R, G, B (normal)" -msgstr "" +#: ../plug-ins/common/lcms.c:1493 +msgid "Assign" +msgstr "Atribuir" -#: plug-ins/common/raw.c:1022 plug-ins/common/raw.c:1111 -msgid "B, G, R, X (bmp style)" -msgstr "" +#: ../plug-ins/common/lcms.c:1517 +msgid "_Rendering Intent:" +msgstr "_Intenção da Renderização:" -#: plug-ins/common/raw.c:1027 -#, fuzzy -msgid "_Palette Type:" -msgstr "Tipo Padrão RGB" +#: ../plug-ins/common/lcms.c:1533 +msgid "_Black Point Compensation" +msgstr "Compensação de Ponto _Preto" -#: plug-ins/common/raw.c:1038 -#, fuzzy -msgid "Off_set:" -msgstr "Deslocamento:" +#: ../plug-ins/common/lcms.c:1575 +msgid "Destination profile is not for RGB color space." +msgstr "O perfil de destino não é para a área de cores RGB." -#: plug-ins/common/raw.c:1050 -#, fuzzy -msgid "Select Palette File to Load" -msgstr "Seleccionar Ficheiro Imagem" +#: ../plug-ins/common/lens-apply.c:108 +msgid "Simulate an elliptical lens over the image" +msgstr "Simular uma lente elíptica sobre a imagem" -#: plug-ins/common/raw.c:1053 -#, fuzzy -msgid "Pal_ette File:" -msgstr "Padrão" +#: ../plug-ins/common/lens-apply.c:114 +msgid "Apply _Lens..." +msgstr "Aplicar _Lente Elíptica..." -#: plug-ins/common/raw.c:1081 -#, fuzzy -msgid "Raw Image Save" -msgstr "Tamanho Imagem" +#: ../plug-ins/common/lens-apply.c:181 +msgid "Applying lens" +msgstr "A aplicar efeito de lente elíptica" -#: plug-ins/common/raw.c:1095 -#, fuzzy -msgid "RGB Save Type" -msgstr "Tipo Padrão RGB" +#: ../plug-ins/common/lens-apply.c:393 +msgid "Lens Effect" +msgstr "Efeito da Lente" -#: plug-ins/common/raw.c:1099 -#, fuzzy -msgid "Standard (R,G,B)" -msgstr "Por omissão" +#: ../plug-ins/common/lens-apply.c:427 +msgid "_Keep original surroundings" +msgstr "_Manter envolvente original" -#: plug-ins/common/raw.c:1100 -msgid "Planar (RRR,GGG,BBB)" -msgstr "" +#: ../plug-ins/common/lens-apply.c:442 +msgid "_Set surroundings to index 0" +msgstr "_Definir envolvente com índice 0" -#: plug-ins/common/raw.c:1105 -#, fuzzy -msgid "Indexed Palette Type" -msgstr "Tipo Padrão RGB" +#: ../plug-ins/common/lens-apply.c:443 +msgid "_Set surroundings to background color" +msgstr "Definir _envolvente com a cor de fundo" -#: plug-ins/common/retinex.c:167 -#, fuzzy -msgid "_Retinex..." -msgstr "A Ondular..." +#: ../plug-ins/common/lens-apply.c:458 +msgid "_Make surroundings transparent" +msgstr "_Tornar a envolvente transparente" -#: plug-ins/common/retinex.c:250 -#, fuzzy -msgid "Retinex..." -msgstr "A Rodar..." +#: ../plug-ins/common/lens-apply.c:475 +msgid "_Lens refraction index:" +msgstr "Índice de refracção das _lentes:" -#: plug-ins/common/retinex.c:252 -msgid "Retinex (4/4): updated..." -msgstr "" +#: ../plug-ins/common/lens-distortion.c:115 +msgid "Corrects lens distortion" +msgstr "Corrigir a distorção das lentes" -#: plug-ins/common/retinex.c:289 -#, fuzzy -msgid "Retinex Image Enhancement" -msgstr "R_ealce de Margem" +#: ../plug-ins/common/lens-distortion.c:120 +msgid "Lens Distortion..." +msgstr "Distorção das Lentes..." -#: plug-ins/common/retinex.c:310 -msgid "Level" -msgstr "" +#: ../plug-ins/common/lens-distortion.c:383 +msgid "Lens distortion" +msgstr "A criar efeito de distorção das lentes" -#: plug-ins/common/retinex.c:314 -#, fuzzy -msgid "_Uniform" -msgstr "Editor Unidades" +#: ../plug-ins/common/lens-distortion.c:483 +msgid "Lens Distortion" +msgstr "Distorção de Lentes" -#: plug-ins/common/retinex.c:316 -#, fuzzy -msgid "_Low" -msgstr "A_baixo" +#: ../plug-ins/common/lens-distortion.c:521 +msgid "_Main:" +msgstr "_Principal:" -#: plug-ins/common/retinex.c:318 -#, fuzzy -msgid "_High" -msgstr "_Altura:" +#: ../plug-ins/common/lens-distortion.c:535 +msgid "_Edge:" +msgstr "_Borda:" -#: plug-ins/common/retinex.c:343 -#, fuzzy -msgid "_Scale:" -msgstr "Escala:" +#: ../plug-ins/common/lens-distortion.c:549 ../plug-ins/flame/flame.c:1237 +msgid "_Zoom:" +msgstr "_Zoom:" -#: plug-ins/common/retinex.c:358 -#, fuzzy -msgid "_Scale division:" -msgstr "_Divisão:" +#: ../plug-ins/common/lens-distortion.c:563 +msgid "_Brighten:" +msgstr "_Brilho:" -#: plug-ins/common/retinex.c:373 -msgid "_Dynamic:" +#: ../plug-ins/common/lens-distortion.c:577 +msgid "_X shift:" +msgstr "Desloc. eixo _X:" + +#: ../plug-ins/common/lens-distortion.c:591 +msgid "_Y shift:" +msgstr "Desloc. eixo _Y:" + +#: ../plug-ins/common/lens-flare.c:188 +msgid "Add a lens flare effect" msgstr "" +"Adiciona um efeito luminoso provocado pelos reflexos da lente ao passar um " +"raio de luz" -#: plug-ins/common/retinex.c:647 -#, fuzzy -msgid "Retinex: Filtering..." -msgstr "Desfoc. Movimento..." +#: ../plug-ins/common/lens-flare.c:195 +msgid "Lens _Flare..." +msgstr "Clarão de L_entes..." -#: plug-ins/common/ripple.c:138 -#, fuzzy -msgid "_Ripple..." -msgstr "A Ondular..." +#: ../plug-ins/common/lens-flare.c:270 +msgid "Render lens flare" +msgstr "A renderizar reflexos de luz provocados por uma lente" -#: plug-ins/common/ripple.c:222 -msgid "Rippling..." -msgstr "A Ondular..." +#: ../plug-ins/common/lens-flare.c:306 +msgid "Lens Flare" +msgstr "Clarão de lentes" -#: plug-ins/common/ripple.c:472 -msgid "Ripple" -msgstr "Ondulação" +#: ../plug-ins/common/lens-flare.c:753 +msgid "Center of Flare Effect" +msgstr "Centro do Efeito Luminoso" -#: plug-ins/common/ripple.c:522 -#, fuzzy -msgid "_Retain tilability" -msgstr "Mante_r Mosaico" +#: ../plug-ins/common/lens-flare.c:793 ../plug-ins/common/nova.c:484 +msgid "Show _position" +msgstr "Mostrar _posição" -#. Edges toggle box -#: plug-ins/common/ripple.c:556 -msgid "Edges" -msgstr "Margens" +#: ../plug-ins/common/mail.c:188 +msgid "Send the image by email" +msgstr "Enviar a imagem por email" -#. Wave toggle box -#: plug-ins/common/ripple.c:584 -msgid "Wave Type" -msgstr "Tipo Onda" +#: ../plug-ins/common/mail.c:194 +msgid "Send by E_mail..." +msgstr "Enviar por E_mail..." -#: plug-ins/common/ripple.c:588 -msgid "Saw_tooth" -msgstr "_Quebra-cabeça" +#: ../plug-ins/common/mail.c:407 +msgid "Send by Email" +msgstr "Enviar por Email" -#: plug-ins/common/ripple.c:589 -msgid "S_ine" -msgstr "S_eno" +#: ../plug-ins/common/mail.c:412 +msgid "_Send" +msgstr "_Enviar" -#: plug-ins/common/ripple.c:612 -msgid "_Period:" -msgstr "_Período:" +#: ../plug-ins/common/mail.c:444 +msgid "_Filename:" +msgstr "Nome do _Ficheiro:" -#: plug-ins/common/ripple.c:625 -msgid "A_mplitude:" -msgstr "A_mplitude:" +#: ../plug-ins/common/mail.c:456 +msgid "_To:" +msgstr "_Para:" -#: plug-ins/common/rotate.c:421 -msgid "You can not rotate the whole image if there's a selection." -msgstr "Não é possível rodar a imagem completa se existir uma selecção." +#: ../plug-ins/common/mail.c:470 +msgid "_From:" +msgstr "_De:" -#: plug-ins/common/rotate.c:428 -msgid "You can not rotate the whole image if there's a floating selection." -msgstr "" -"Não é possível rodar a imagem completa se existir uma selecção flutuante." +#: ../plug-ins/common/mail.c:482 +msgid "S_ubject:" +msgstr "_Assunto:" -#: plug-ins/common/rotate.c:439 -msgid "Sorry, channels and masks can not be rotated." -msgstr "Canais e máscaras não podem ser rodados." +#: ../plug-ins/common/mail.c:591 +msgid "some sort of error with the file extension or lack thereof" +msgstr "algum tipo de erro com a extensão do ficheiro ou sua ausência" -#: plug-ins/common/rotate.c:445 -msgid "Rotating..." -msgstr "A Rodar..." +#: ../plug-ins/common/mail.c:725 +#, c-format +msgid "Could not start sendmail (%s)" +msgstr "Não foi possível iniciar o envio do email (%s)" -#: plug-ins/common/sample_colorize.c:296 -#, fuzzy -msgid "_Sample Colorize..." -msgstr "Colorir Amostra" +#: ../plug-ins/common/max-rgb.c:90 +msgid "Reduce image to pure red, green, and blue" +msgstr "Reduzir a imagem a vermelho, verde e azul puros" -#: plug-ins/common/sample_colorize.c:1310 -msgid "Sample Colorize" -msgstr "Colorir Amostra" +#: ../plug-ins/common/max-rgb.c:95 +msgid "Maxim_um RGB..." +msgstr "Ma_ximizar RGB..." -#: plug-ins/common/sample_colorize.c:1315 -#, fuzzy -msgid "Get sample colors" -msgstr "Obter Cores de Amostra" +#: ../plug-ins/common/max-rgb.c:134 ../plug-ins/common/noise-hsv.c:158 +msgid "Can only operate on RGB drawables." +msgstr "Só funciona com imagem desenhável RGB." -#: plug-ins/common/sample_colorize.c:1317 -msgid "Apply" -msgstr "Aplicar" +#: ../plug-ins/common/max-rgb.c:234 +msgid "Max RGB" +msgstr "A maximizar cores RGB (R red=vermelho, G green=verde, B blue=azul)" -#. layer combo_box (Dst) -#: plug-ins/common/sample_colorize.c:1335 -msgid "Destination:" -msgstr "Destino:" +#: ../plug-ins/common/max-rgb.c:259 +msgid "Maximum RGB Value" +msgstr "Valor Máximo RGB" -#. layer combo_box (Sample) -#: plug-ins/common/sample_colorize.c:1351 -msgid "Sample:" -msgstr "Amostra:" +#: ../plug-ins/common/max-rgb.c:292 +msgid "_Hold the maximal channels" +msgstr "_Manter o máximo de canais" -#: plug-ins/common/sample_colorize.c:1361 -#, fuzzy -msgid "From reverse gradient" -msgstr "De Gradiente Inverso" +#: ../plug-ins/common/max-rgb.c:295 +msgid "Ho_ld the minimal channels" +msgstr "Man_ter o mínimo de canais" -#: plug-ins/common/sample_colorize.c:1366 -#, fuzzy -msgid "From gradient" -msgstr "De Gradiente" +#: ../plug-ins/common/mosaic.c:359 +msgid "Convert the image into irregular tiles" +msgstr "Converter a imagem em mosaicos irregulares" -#. check button -#: plug-ins/common/sample_colorize.c:1387 -#: plug-ins/common/sample_colorize.c:1414 -#, fuzzy -msgid "Show selection" -msgstr "Mostrar Selecção" +#: ../plug-ins/common/mosaic.c:364 +msgid "_Mosaic..." +msgstr "_Mosaicos irregulares" -#. check button -#: plug-ins/common/sample_colorize.c:1398 -#: plug-ins/common/sample_colorize.c:1425 -#, fuzzy -msgid "Show color" -msgstr "Mostrar Cor" +#. progress bar for gradient finding +#: ../plug-ins/common/mosaic.c:502 +msgid "Finding edges" +msgstr "A encontrar arestas dos mosaicos" -#: plug-ins/common/sample_colorize.c:1538 -#, fuzzy -msgid "Input levels:" -msgstr "Níveis Entrada:" +#. Progress bar for rendering tiles +#: ../plug-ins/common/mosaic.c:556 +msgid "Rendering tiles" +msgstr "A renderizar mosaicos" -#: plug-ins/common/sample_colorize.c:1588 -msgid "Output Levels:" -msgstr "Níveis Saida:" +#: ../plug-ins/common/mosaic.c:589 +msgid "Mosaic" +msgstr "Mosaico" -#. check button -#: plug-ins/common/sample_colorize.c:1628 -#, fuzzy -msgid "Hold intensity" -msgstr "Manter Intensidade" +#: ../plug-ins/common/mosaic.c:629 +msgid "Squares" +msgstr "Quadrados" + +#: ../plug-ins/common/mosaic.c:630 +msgid "Hexagons" +msgstr "Hexágonos" + +#: ../plug-ins/common/mosaic.c:631 +msgid "Octagons & squares" +msgstr "Octógonos & Quadrados" + +#: ../plug-ins/common/mosaic.c:632 +msgid "Triangles" +msgstr "Triângulos" + +#: ../plug-ins/common/mosaic.c:640 +msgid "_Tiling primitives:" +msgstr "_Forma dos mosaicos:" + +#: ../plug-ins/common/mosaic.c:648 +msgid "Tile _size:" +msgstr "_Tamanho dos Mosaicos:" -#. check button -#: plug-ins/common/sample_colorize.c:1639 -#, fuzzy -msgid "Original intensity" -msgstr "Intensidade Original" +#: ../plug-ins/common/mosaic.c:660 ../plug-ins/common/tile-glass.c:303 +msgid "Tile _height:" +msgstr "_Altura dos mosaicos:" -#. check button -#: plug-ins/common/sample_colorize.c:1657 -#, fuzzy -msgid "Use subcolors" -msgstr "Usar Subcores" +#: ../plug-ins/common/mosaic.c:673 +msgid "Til_e spacing:" +msgstr "_Juntas dos mosaicos:" -#. check button -#: plug-ins/common/sample_colorize.c:1668 -#, fuzzy -msgid "Smooth samples" -msgstr "Uniformizar Amostras" +#: ../plug-ins/common/mosaic.c:685 +msgid "Tile _neatness:" +msgstr "Perfeição dos _mosaicos:" -#: plug-ins/common/sample_colorize.c:2632 -msgid "Sample Analyze..." -msgstr "Analisar Amostra..." +#: ../plug-ins/common/mosaic.c:698 +msgid "Light _direction:" +msgstr "_Direcção da Luz:" -#: plug-ins/common/sample_colorize.c:3002 -msgid "Remap Colorized..." -msgstr "Remapeamento Colorido..." +#: ../plug-ins/common/mosaic.c:710 +msgid "Color _variation:" +msgstr "_Variação de cor:" -#: plug-ins/common/scatter_hsv.c:113 -#, fuzzy -msgid "S_catter HSV..." -msgstr "Dispersão HSV..." +#: ../plug-ins/common/mosaic.c:739 +msgid "Co_lor averaging" +msgstr "Média de C_or" -#: plug-ins/common/scatter_hsv.c:208 -msgid "Scattering HSV..." -msgstr "Dispersão HSV..." +#: ../plug-ins/common/mosaic.c:752 +msgid "Allo_w tile splitting" +msgstr "Mosaicos di_visiveis" -#: plug-ins/common/scatter_hsv.c:344 -msgid "Scatter HSV" -msgstr "Dispersão HSV" +#: ../plug-ins/common/mosaic.c:765 +msgid "_Pitted surfaces" +msgstr "_Superfíceis marcadas" -#: plug-ins/common/scatter_hsv.c:372 -msgid "_Holdness:" -msgstr "_Retenção:" +#: ../plug-ins/common/mosaic.c:778 +msgid "_FG/BG lighting" +msgstr "Luz de 1ºP/_Fundo" -#: plug-ins/common/scatter_hsv.c:384 -msgid "H_ue:" -msgstr "Mati_z:" +#: ../plug-ins/common/newsprint.c:127 +msgid "Round" +msgstr "Arredondado" -#: plug-ins/common/scatter_hsv.c:396 -msgid "_Saturation:" -msgstr "_Saturação:" +#: ../plug-ins/common/newsprint.c:136 +msgid "Line" +msgstr "Linha" -#: plug-ins/common/scatter_hsv.c:408 -msgid "_Value:" -msgstr "_Valor:" +#: ../plug-ins/common/newsprint.c:145 ../plug-ins/flame/flame.c:760 +msgid "Diamond" +msgstr "Diamante" -#: plug-ins/common/screenshot.c:257 plug-ins/winsnap/winsnap.c:990 -#, fuzzy -msgid "_Screen Shot..." -msgstr "Captura Ecrã" +#: ../plug-ins/common/newsprint.c:153 +msgid "PS Square (Euclidean Dot)" +msgstr "Quadrado PS (Ponto Euclidiano)" -#: plug-ins/common/screenshot.c:395 -msgid "Error grabbing the pointer" -msgstr "Erro ao obter o apontador" +#: ../plug-ins/common/newsprint.c:162 +msgid "PS Diamond" +msgstr "Diamante PS" -#: plug-ins/common/screenshot.c:471 -msgid "Loading Screen Shot..." -msgstr "A Ler Captura Ecrã..." +#: ../plug-ins/common/newsprint.c:332 +msgid "_Grey" +msgstr "C_inzento" -#: plug-ins/common/screenshot.c:478 plug-ins/common/screenshot.c:638 -msgid "Screen Shot" -msgstr "Captura Ecrã" +#: ../plug-ins/common/newsprint.c:345 +msgid "R_ed" +msgstr "V_ermelho" -#: plug-ins/common/screenshot.c:586 -msgid "Specified window not found" -msgstr "Janela especificada não encontrada" +#: ../plug-ins/common/newsprint.c:374 +msgid "C_yan" +msgstr "Ci_ano" -#: plug-ins/common/screenshot.c:609 -msgid "Error obtaining Screen Shot" -msgstr "Erro ao obter Captura Ecrã" - -#. single window -#: plug-ins/common/screenshot.c:643 plug-ins/common/screenshot.c:673 -#: plug-ins/winsnap/winsnap.c:866 -msgid "Grab" -msgstr "Capturar" +#: ../plug-ins/common/newsprint.c:382 +msgid "Magen_ta" +msgstr "Magen_ta" -#: plug-ins/common/screenshot.c:680 -msgid "a _Single Window" -msgstr "uma Única _Janela" - -#: plug-ins/common/screenshot.c:698 -msgid "S_elect Window After" -msgstr "S_eleccionar Janela Após" - -#: plug-ins/common/screenshot.c:713 plug-ins/common/screenshot.c:755 -msgid "Seconds Delay" -msgstr "Segundos Atraso" - -#: plug-ins/common/screenshot.c:719 -msgid "the _Whole Screen" -msgstr "o Ecrã _Inteiro" - -#: plug-ins/common/screenshot.c:740 -msgid "Grab _After" -msgstr "Capturar _Após" +#: ../plug-ins/common/newsprint.c:390 +msgid "_Yellow" +msgstr "A_marelo" -#: plug-ins/common/sel_gauss.c:107 -#, fuzzy -msgid "_Selective Gaussian Blur..." -msgstr "Desfoc. Gaussiano Selectivo..." +#: ../plug-ins/common/newsprint.c:411 +msgid "Luminance" +msgstr "Luminosidade" -#: plug-ins/common/sel_gauss.c:187 -msgid "Selective Gaussian Blur..." -msgstr "Desfoc. Gaussiano Selectivo..." +#: ../plug-ins/common/newsprint.c:517 +msgid "Halftone the image to give newspaper-like effect" +msgstr "" +"Aplicar impressão meia-tinta à imagem para dar um efeito de impressão de " +"jornal antigo" -#: plug-ins/common/sel_gauss.c:225 -msgid "Selective Gaussian Blur" -msgstr "Desfoc. Gaussiano Selectivo" +#: ../plug-ins/common/newsprint.c:526 +msgid "Newsprin_t..." +msgstr "Impressão de _Jornal..." -#: plug-ins/common/sel_gauss.c:257 -#, fuzzy -msgid "_Blur radius:" -msgstr "Raio de Des_foc.:" +#: ../plug-ins/common/newsprint.c:627 ../plug-ins/common/newsprint.c:1188 +msgid "Newsprint" +msgstr "Impressão gráfica de Jornal antigo (Newsprint)" -#: plug-ins/common/sel_gauss.c:267 -#, fuzzy -msgid "_Max. delta:" -msgstr "Delta _Máx.:" +#: ../plug-ins/common/newsprint.c:1031 +msgid "_Spot function:" +msgstr "Função _Trama:" -#: plug-ins/common/semiflatten.c:77 -#, fuzzy -msgid "_Semi-Flatten" -msgstr "A Semi-Alisar..." +#. resolution settings +#: ../plug-ins/common/newsprint.c:1240 +msgid "Resolution" +msgstr "Resolução" -#: plug-ins/common/semiflatten.c:122 -msgid "Semi-Flattening..." -msgstr "A Semi-Alisar..." +#: ../plug-ins/common/newsprint.c:1259 +msgid "_Input SPI:" +msgstr "_Entrada Pontos p/Poleg.:" -#: plug-ins/common/sharpen.c:124 -#, fuzzy -msgid "_Sharpen..." -msgstr "A Enfatizar..." +#: ../plug-ins/common/newsprint.c:1273 +msgid "O_utput LPI:" +msgstr "_Saída Linhas p/Poleg.:" -#. -#. * Let the user know what we're doing... -#. -#: plug-ins/common/sharpen.c:311 -msgid "Sharpening..." -msgstr "A Enfatizar..." +#: ../plug-ins/common/newsprint.c:1286 +msgid "C_ell size:" +msgstr "Tamanho da _célula:" -#: plug-ins/common/sharpen.c:480 -msgid "Sharpen" -msgstr "Enfatizar" +#. screen settings +#: ../plug-ins/common/newsprint.c:1299 +#: ../plug-ins/gradient-flare/gradient-flare.c:554 +msgid "Screen" +msgstr "Ecrã" -#: plug-ins/common/shift.c:113 -#, fuzzy -msgid "_Shift..." -msgstr "A Deslocar..." +#: ../plug-ins/common/newsprint.c:1318 +msgid "B_lack pullout (%):" +msgstr "Percentagem de _Preto (%)" -#: plug-ins/common/shift.c:194 -msgid "Shifting..." -msgstr "A Deslocar..." +#: ../plug-ins/common/newsprint.c:1340 +msgid "Separate to:" +msgstr "Separar para:" -#: plug-ins/common/shift.c:349 -msgid "Shift" -msgstr "Deslocamento" +#: ../plug-ins/common/newsprint.c:1344 +msgid "_RGB" +msgstr "_RGB" -#: plug-ins/common/shift.c:373 -#, fuzzy -msgid "Shift _horizontally" -msgstr "Deslocar _Horizontalmente" +#: ../plug-ins/common/newsprint.c:1361 +msgid "C_MYK" +msgstr "C_MYK" -#: plug-ins/common/shift.c:374 -#, fuzzy -msgid "Shift _vertically" -msgstr "Deslocar _Verticalmente" +#: ../plug-ins/common/newsprint.c:1378 +msgid "I_ntensity" +msgstr "I_ntensidade" -#: plug-ins/common/shift.c:404 -#, fuzzy -msgid "Shift _amount:" -msgstr "Qu_antidade de Deslocamento:" +#: ../plug-ins/common/newsprint.c:1403 +msgid "_Lock channels" +msgstr "_Trancar canais" -#: plug-ins/common/sinus.c:191 -#, fuzzy -msgid "_Sinus..." -msgstr "Sinuosidade" +#: ../plug-ins/common/newsprint.c:1416 +msgid "_Factory Defaults" +msgstr "Repor prede_finições" -#: plug-ins/common/sinus.c:284 -msgid "Sinus: rendering..." -msgstr "Sinuosidade: a renderizar..." +#. anti-alias control +#: ../plug-ins/common/newsprint.c:1442 ../plug-ins/gfig/gfig-dialog.c:1256 +msgid "Antialiasing" +msgstr "Antialiasing" -#. Create Main window with a vbox -#. ============================== -#: plug-ins/common/sinus.c:648 -msgid "Sinus" -msgstr "Sinuosidade" +#: ../plug-ins/common/newsprint.c:1450 +msgid "O_versample:" +msgstr "S_uper-amostragem:" -#: plug-ins/common/sinus.c:683 -msgid "Drawing Settings" -msgstr "Configurações de Desenho" +#: ../plug-ins/common/nl-filter.c:118 +msgid "Nonlinear swiss army knife filter" +msgstr "Filtro tudo-em-um não-linear" -#: plug-ins/common/sinus.c:693 -msgid "_X Scale:" -msgstr "Escala _X:" +#: ../plug-ins/common/nl-filter.c:124 +msgid "_NL Filter..." +msgstr "Filtro _não-linear..." -#: plug-ins/common/sinus.c:702 -msgid "_Y Scale:" -msgstr "Escala _Y:" +#: ../plug-ins/common/nl-filter.c:952 ../plug-ins/common/nl-filter.c:1015 +msgid "NL Filter" +msgstr "Filtro Não-linear (NL Filter)" -#: plug-ins/common/sinus.c:711 -msgid "Co_mplexity:" -msgstr "Co_mplexidade:" +#: ../plug-ins/common/nl-filter.c:1044 +msgid "Filter" +msgstr "Tipo de Filtro" -#: plug-ins/common/sinus.c:721 -msgid "Calculation Settings" -msgstr "Configurações Cálculo" +#: ../plug-ins/common/nl-filter.c:1048 +msgid "_Alpha trimmed mean" +msgstr "_Conteúdo sem transparência" -#: plug-ins/common/sinus.c:734 -#, fuzzy -msgid "R_andom seed:" -msgstr "Ori_gem Aleatória:" +#: ../plug-ins/common/nl-filter.c:1050 +msgid "Op_timal estimation" +msgstr "_Estimativa optimizada" -#: plug-ins/common/sinus.c:743 -#, fuzzy -msgid "_Force tiling?" -msgstr "_Forçar Mosaico?" +#: ../plug-ins/common/nl-filter.c:1052 +msgid "_Edge enhancement" +msgstr "_Melhoria de Arestas" -#: plug-ins/common/sinus.c:756 -msgid "_Ideal" -msgstr "_Ideal" +#: ../plug-ins/common/nl-filter.c:1077 +msgid "A_lpha:" +msgstr "_Transparência:" -#: plug-ins/common/sinus.c:757 -msgid "_Distorted" -msgstr "_Deformado" +#: ../plug-ins/common/noise-hsv.c:103 +msgid "Randomize hue/saturation/value independently" +msgstr "Escolher aleatóriamente Matiz/Saturação/Valor (HSV) independentemente" -#: plug-ins/common/sinus.c:775 plug-ins/common/sinus.c:791 -#: plug-ins/imagemap/imap_preferences.c:516 -msgid "Colors" -msgstr "Cores" +#: ../plug-ins/common/noise-hsv.c:108 +msgid "HSV Noise..." +msgstr "Ruído Matiz-Satur.-Valor..." -#. if in grey scale, the colors are necessarily black and white -#: plug-ins/common/sinus.c:784 -msgid "The colors are white and black." -msgstr "As cores são preto e branco." +#: ../plug-ins/common/noise-hsv.c:215 ../plug-ins/common/noise-hsv.c:361 +msgid "HSV Noise" +msgstr "Ruído Matiz / Saturação / Valor (HSV)" -#: plug-ins/common/sinus.c:795 -#, fuzzy -msgid "Bl_ack & white" -msgstr "Preto & Br_anco" +#: ../plug-ins/common/noise-hsv.c:397 +msgid "_Holdness:" +msgstr "_Contenção:" + +#: ../plug-ins/common/noise-hsv.c:409 +msgid "H_ue:" +msgstr "Mati_z:" -#: plug-ins/common/sinus.c:797 -#, fuzzy -msgid "_Foreground & background" -msgstr "_Frente & Fundo" +#: ../plug-ins/common/noise-randomize.c:102 +msgid "Random Hurl" +msgstr "Arremesso Aleatório" + +#: ../plug-ins/common/noise-randomize.c:103 +msgid "Random Pick" +msgstr "Extracção Aleatória" + +#: ../plug-ins/common/noise-randomize.c:104 +msgid "Random Slur" +msgstr "Mancha Aleatória" + +#: ../plug-ins/common/noise-randomize.c:202 +msgid "Completely randomize a fraction of pixels" +msgstr "Baralhar total e aleatóriamente uma fracção dos pixeis" + +#: ../plug-ins/common/noise-randomize.c:204 +msgid "Randomly interchange some pixels with neighbors" +msgstr "Trocar aleatóriamente alguns pixeis com os pixeis vizinhos" + +#: ../plug-ins/common/noise-randomize.c:206 +msgid "Randomly slide some pixels downward (similar to melting)" +msgstr "Mover aleatóriamente para baixo alguns pixeis (parecido com derreter)" -#: plug-ins/common/sinus.c:799 -msgid "C_hoose here:" -msgstr "Escol_ha aqui:" +#: ../plug-ins/common/noise-randomize.c:233 +msgid "_Hurl..." +msgstr "_Atirar..." -#: plug-ins/common/sinus.c:812 -#, fuzzy -msgid "First color" -msgstr "Primeira Cor" +#: ../plug-ins/common/noise-randomize.c:245 +msgid "_Pick..." +msgstr "_Escolher..." -#: plug-ins/common/sinus.c:822 -#, fuzzy -msgid "Second color" -msgstr "Segunda Cor" +#: ../plug-ins/common/noise-randomize.c:257 +msgid "_Slur..." +msgstr "_Manchar..." -#: plug-ins/common/sinus.c:835 -msgid "Alpha Channels" -msgstr "Canais Alfa" +#: ../plug-ins/common/noise-randomize.c:771 +#: ../plug-ins/common/noise-solid.c:602 +msgid "_Random seed:" +msgstr "_Semente aleatória:" -#: plug-ins/common/sinus.c:848 -msgid "F_irst Color:" -msgstr "Pr_imeira Cor:" +#: ../plug-ins/common/noise-randomize.c:780 +msgid "R_andomization (%):" +msgstr "Quanto de _Aleatório (%):" -#: plug-ins/common/sinus.c:863 -msgid "S_econd Color:" -msgstr "S_egunda Cor:" +#: ../plug-ins/common/noise-randomize.c:783 +msgid "Percentage of pixels to be filtered" +msgstr "Percentagem de pixeis a serem filtrados" -#: plug-ins/common/sinus.c:888 -msgid "Blend Settings" -msgstr "Configurações Mistura" +#: ../plug-ins/common/noise-randomize.c:795 +msgid "R_epeat:" +msgstr "R_epetir:" -#: plug-ins/common/sinus.c:901 -msgid "L_inear" -msgstr "L_inear" +#: ../plug-ins/common/noise-randomize.c:798 +msgid "Number of times to apply filter" +msgstr "Quantas de vezes aplicar o filtro" -#: plug-ins/common/sinus.c:902 -msgid "Bili_near" -msgstr "Bili_near" +#: ../plug-ins/common/noise-rgb.c:144 +msgid "Distort colors by random amounts" +msgstr "Distorcer cores em quantidades aleatórias" -#: plug-ins/common/sinus.c:903 -msgid "Sin_usoidal" -msgstr "Sin_usoidal" +#: ../plug-ins/common/noise-rgb.c:154 +msgid "_RGB Noise..." +msgstr "Ruído com cores _RGB..." -#: plug-ins/common/sinus.c:915 -msgid "_Exponent:" -msgstr "_Expoente:" +#: ../plug-ins/common/noise-rgb.c:282 +msgid "Adding noise" +msgstr "A acrescentar ruído de cores RGB..." -#: plug-ins/common/sinus.c:925 -msgid "_Blend" -msgstr "_Mistura" +#: ../plug-ins/common/noise-rgb.c:448 +msgid "RGB Noise" +msgstr "Ruído RGB" -#: plug-ins/common/sinus.c:1042 -msgid "Do _Preview" -msgstr "Fazer _Antevisão" +#: ../plug-ins/common/noise-rgb.c:481 +msgid "Co_rrelated noise" +msgstr "Ruído co_rrelacionado" -#: plug-ins/common/smooth_palette.c:88 -#, fuzzy -msgid "Smoo_th Palette..." -msgstr "Paleta Uniforme" +#: ../plug-ins/common/noise-rgb.c:496 +msgid "_Independent RGB" +msgstr "Cores RGB _Independentes" -#: plug-ins/common/smooth_palette.c:180 -msgid "Deriving Smooth Palette..." -msgstr "A Derivar Paleta Uniforme..." +#: ../plug-ins/common/noise-rgb.c:520 ../plug-ins/common/noise-rgb.c:524 +msgid "_Gray:" +msgstr "_Cinzento:" -#: plug-ins/common/smooth_palette.c:412 -msgid "Smooth Palette" -msgstr "Paleta Uniforme" +#: ../plug-ins/common/noise-rgb.c:550 +#, c-format +msgid "Channel #%d:" +msgstr "Canal nº %d:" -#: plug-ins/common/smooth_palette.c:445 -#, fuzzy -msgid "_Search depth:" -msgstr "Profundidade Pe_squisa:" +#: ../plug-ins/common/noise-solid.c:176 +msgid "Create a random cloud-like texture" +msgstr "Criar uma textura tipo nuvem aleatória" -#: plug-ins/common/snoise.c:186 -#, fuzzy +#: ../plug-ins/common/noise-solid.c:182 msgid "_Solid Noise..." -msgstr "Ruído Sólido..." - -#: plug-ins/common/snoise.c:336 -msgid "Solid Noise..." -msgstr "Ruído Sólido..." +msgstr "Ruído _Sólido..." #. Dialog initialization -#: plug-ins/common/snoise.c:583 +#: ../plug-ins/common/noise-solid.c:315 ../plug-ins/common/noise-solid.c:563 msgid "Solid Noise" msgstr "Ruído Sólido" -#: plug-ins/common/snoise.c:627 +#: ../plug-ins/common/noise-solid.c:615 msgid "_Detail:" msgstr "_Detalhe:" #. Turbulent -#: plug-ins/common/snoise.c:637 +#: ../plug-ins/common/noise-solid.c:625 msgid "T_urbulent" msgstr "T_urbulência" #. Tilable -#: plug-ins/common/snoise.c:651 +#: ../plug-ins/common/noise-solid.c:639 msgid "T_ilable" -msgstr "Cascata Po_ssível" +msgstr "Transformável em Mosa_icos" -#: plug-ins/common/snoise.c:666 -#, fuzzy +#: ../plug-ins/common/noise-solid.c:654 msgid "_X size:" -msgstr "Tamanho _X:" +msgstr "Tamanho do eixo _X:" -#: plug-ins/common/snoise.c:679 -#, fuzzy +#: ../plug-ins/common/noise-solid.c:667 msgid "_Y size:" -msgstr "Tamanho _Y:" +msgstr "Tamanho do eixo _Y:" -#: plug-ins/common/sobel.c:119 -#, fuzzy -msgid "_Sobel..." -msgstr "_Sobel" +#: ../plug-ins/common/noise-spread.c:89 +msgid "Move pixels around randomly" +msgstr "Mover pixeis aleatóriamente dentro da imagem" -#: plug-ins/common/sobel.c:227 -msgid "Sobel Edge Detection" -msgstr "Detecção de Margem Sobel" +#: ../plug-ins/common/noise-spread.c:98 +msgid "Sp_read..." +msgstr "Espalha_r..." -#: plug-ins/common/sobel.c:249 -msgid "Sobel _Horizontally" -msgstr "Sobel _Horizontalmente" +#: ../plug-ins/common/noise-spread.c:181 +msgid "Spreading" +msgstr "A Espalhar" -#: plug-ins/common/sobel.c:261 -msgid "Sobel _Vertically" -msgstr "Sobel _Verticalmente" +#: ../plug-ins/common/noise-spread.c:346 +msgid "Spread" +msgstr "Espalhar" -#: plug-ins/common/sobel.c:273 -#, fuzzy -msgid "_Keep sign of result (one direction only)" -msgstr "Ma_nter Sinal de Resultado (apenas uma Direcção)" +#: ../plug-ins/common/noise-spread.c:371 +msgid "Spread Amount" +msgstr "Distribuição do Ruido" -#: plug-ins/common/sobel.c:359 -msgid "Sobel Edge Detecting..." -msgstr "Detectando Margem Sobel..." +#: ../plug-ins/common/nova.c:168 +msgid "Add a starburst to the image" +msgstr "Adiciona um efeito de explosão de estrela à imagem" -#: plug-ins/common/softglow.c:138 -#, fuzzy -msgid "_Softglow..." -msgstr "_Sobel" +#: ../plug-ins/common/nova.c:177 +msgid "Super_nova..." +msgstr "Estrela Super-_nova..." -#: plug-ins/common/softglow.c:629 -msgid "Softglow" -msgstr "" +#: ../plug-ins/common/nova.c:261 +msgid "Rendering supernova" +msgstr "A renderizar a super-nova..." -#: plug-ins/common/softglow.c:659 -#, fuzzy -msgid "_Glow radius:" -msgstr "Raio de Des_foc.:" +#: ../plug-ins/common/nova.c:304 +msgid "Supernova" +msgstr "Super-nova" -#: plug-ins/common/sparkle.c:186 -#, fuzzy -msgid "_Sparkle..." -msgstr "A Cintilar..." +#: ../plug-ins/common/nova.c:349 +msgid "Supernova Color Picker" +msgstr "Selector de Cor da Super-nova" -#: plug-ins/common/sparkle.c:292 -msgid "Sparkling..." -msgstr "A Cintilar..." +#: ../plug-ins/common/nova.c:378 +msgid "_Spokes:" +msgstr "Raio_s:" -#: plug-ins/common/sparkle.c:343 -msgid "Sparkle" -msgstr "Cintilar" +#: ../plug-ins/common/nova.c:393 +msgid "R_andom hue:" +msgstr "Matiz _aleatória:" -#: plug-ins/common/sparkle.c:366 -msgid "Luminosity _Threshold:" -msgstr "Limi_te de Luminosidade:" +#: ../plug-ins/common/nova.c:446 +msgid "Center of Nova" +msgstr "Centro da explosão" -#: plug-ins/common/sparkle.c:369 -msgid "Adjust the Luminosity Threshold" -msgstr "Ajuste o Limite de Luminosidade" +#: ../plug-ins/common/oilify.c:119 ../plug-ins/common/oilify.c:134 +msgid "Smear colors to simulate an oil painting" +msgstr "Criar manchas localizadas para simular o efeito de pintura a óleo" -#: plug-ins/common/sparkle.c:376 -#, fuzzy -msgid "F_lare intensity:" -msgstr "Intensidade da C_hama:" +#: ../plug-ins/common/oilify.c:125 +msgid "Oili_fy..." +msgstr "Pin_tura a Óleo..." -#: plug-ins/common/sparkle.c:379 -msgid "Adjust the Flare Intensity" -msgstr "Ajustar a Intensidade de Chama" +#: ../plug-ins/common/oilify.c:247 +msgid "Oil painting" +msgstr "A pintar a óleo" -#: plug-ins/common/sparkle.c:386 -#, fuzzy -msgid "_Spike length:" -msgstr "Comprimento do _Pico:" +#: ../plug-ins/common/oilify.c:777 +msgid "Oilify" +msgstr "Pintura a Óleo (Oilify)" -#: plug-ins/common/sparkle.c:389 -msgid "Adjust the Spike Length" -msgstr "Ajustar o Brilho de Pico" +#: ../plug-ins/common/oilify.c:815 +msgid "_Mask size:" +msgstr "Tamanho da _máscara:" -#: plug-ins/common/sparkle.c:396 -#, fuzzy -msgid "Sp_ike points:" -msgstr "Pontos dos P_icos:" +#. +#. * Mask-size map check button +#. +#: ../plug-ins/common/oilify.c:830 +msgid "Use m_ask-size map:" +msgstr "Usar m_apa de tamanho da máscara:" -#: plug-ins/common/sparkle.c:399 -msgid "Adjust the Number of Spikes" -msgstr "Ajustar o Número de Picos" +#: ../plug-ins/common/oilify.c:867 ../plug-ins/common/sinus.c:922 +msgid "_Exponent:" +msgstr "_Expoente:" -#: plug-ins/common/sparkle.c:406 -#, fuzzy -msgid "Spi_ke angle (-1: random):" -msgstr "Ân_gulo do Pico (-1: Aleatório):" +#. +#. * Exponent map check button +#. +#: ../plug-ins/common/oilify.c:882 +msgid "Use e_xponent map:" +msgstr "Usar mapa de E_xpoente:" -#: plug-ins/common/sparkle.c:409 -#, fuzzy -msgid "Adjust the Spike Angle (-1 means a Random Angle is chosen)" -msgstr "Ajustar o Ângulo do Pico (-1 significa, escolher um Ângulo Aleatório)" +#. +#. * Intensity algorithm check button +#. +#: ../plug-ins/common/oilify.c:918 +msgid "_Use intensity algorithm" +msgstr "_Usar algoritmo de intensidade" -#: plug-ins/common/sparkle.c:417 -#, fuzzy -msgid "Spik_e density:" -msgstr "D_ensidade do Pico:" +#: ../plug-ins/common/photocopy.c:153 +msgid "Simulate color distortion produced by a copy machine" +msgstr "Simular a distorção de cor produzida por uma fotocopiadora" -#: plug-ins/common/sparkle.c:420 -msgid "Adjust the Spike Density" -msgstr "Ajustar a Densidade de Pico" +#: ../plug-ins/common/photocopy.c:158 +msgid "_Photocopy..." +msgstr "Efeito Fotocó_pia..." -#: plug-ins/common/sparkle.c:430 -msgid "Adjust the Opacity of the Spikes" -msgstr "Ajustar a Opacidade dos Picos" +#: ../plug-ins/common/photocopy.c:839 +msgid "Photocopy" +msgstr "Efeito Fotocópia" -#: plug-ins/common/sparkle.c:437 -#, fuzzy -msgid "_Random hue:" -msgstr "Matiz Aleató_ria:" +#: ../plug-ins/common/photocopy.c:890 ../plug-ins/common/sharpen.c:511 +#: ../plug-ins/common/softglow.c:697 +msgid "_Sharpness:" +msgstr "_Aguçar arestas:" -#: plug-ins/common/sparkle.c:440 -msgid "Adjust the Value how much the Hue should be changed randomly" -msgstr "" -"Ajustar o Valor de quanto a Matiz deverá ser substituída aleatoriamente" +#: ../plug-ins/common/photocopy.c:904 +msgid "Percent _black:" +msgstr "Percentagem de pre_to:" -#: plug-ins/common/sparkle.c:448 -#, fuzzy -msgid "Rando_m saturation:" -msgstr "Sat_uração Aleatória:" +#: ../plug-ins/common/photocopy.c:918 +msgid "Percent _white:" +msgstr "Percentagem de bran_co:" -#: plug-ins/common/sparkle.c:451 -msgid "Adjust the Value how much the Saturation should be changed randomly" +#: ../plug-ins/common/pixelize.c:164 +msgid "Simplify image into an array of solid-colored squares" msgstr "" -"Ajustar o Valor de quanto a Saturação deverá ser substituída aleatoriamente" - -#: plug-ins/common/sparkle.c:465 -#, fuzzy -msgid "_Preserve luminosity" -msgstr "_Preservar Luminosidade" - -#: plug-ins/common/sparkle.c:472 -msgid "Should the Luminosity be preserved?" -msgstr "Deverá a Luminosidade ser preservada?" - -#: plug-ins/common/sparkle.c:478 -msgid "In_verse" -msgstr "In_verter" - -#: plug-ins/common/sparkle.c:484 -msgid "Should an Inverse Effect be done?" -msgstr "Deverá ser feito um Efeito Inverso?" - -#: plug-ins/common/sparkle.c:490 -#, fuzzy -msgid "A_dd border" -msgstr "A_dicionar Margem" - -#: plug-ins/common/sparkle.c:496 -msgid "Draw a Border of Spikes around the Image" -msgstr "Desenhar uma Margem de Picos em volta da Imagem" - -#: plug-ins/common/sparkle.c:507 -#, fuzzy -msgid "_Natural color" -msgstr "Cor _Natural" - -#: plug-ins/common/sparkle.c:508 -#, fuzzy -msgid "_Foreground color" -msgstr "Cor de _Frente" - -#: plug-ins/common/sparkle.c:509 -#, fuzzy -msgid "_Background color" -msgstr "Cor de F_undo" - -#: plug-ins/common/sparkle.c:516 -#, fuzzy -msgid "Use the color of the image" -msgstr "Utilizar a Cor da Imagem" +"Simplificar a imagem, ou a selecção, num série de quadrados com cor-sólida" -#: plug-ins/common/sparkle.c:517 -#, fuzzy -msgid "Use the foreground color" -msgstr "Utilizar Cor de Frente" +#: ../plug-ins/common/pixelize.c:171 +msgid "_Pixelize..." +msgstr "_Pixelizar..." -#: plug-ins/common/sparkle.c:518 -#, fuzzy -msgid "Use the background color" -msgstr "Utilizar Cor de Fundo" +#: ../plug-ins/common/pixelize.c:273 +msgid "Pixelizing" +msgstr "A pixelizar" -#: plug-ins/common/spheredesigner.c:280 plug-ins/gimpressionist/general.c:147 -msgid "Solid" -msgstr "Sólido" +#: ../plug-ins/common/pixelize.c:316 +msgid "Pixelize" +msgstr "Pixelizar" -#: plug-ins/common/spheredesigner.c:281 -msgid "Checker" -msgstr "Xadrez" +#: ../plug-ins/common/pixelize.c:352 +msgid "Pixel _width:" +msgstr "_Largura do pixel:" + +#: ../plug-ins/common/pixelize.c:357 +msgid "Pixel _height:" +msgstr "_Altura do pixel:" + +#: ../plug-ins/common/plasma.c:176 +msgid "Create a random plasma texture" +msgstr "Criar uma textura com efeito de plasma aleatório" -#: plug-ins/common/spheredesigner.c:282 -msgid "Marble" -msgstr "Mármore" +#: ../plug-ins/common/plasma.c:181 +msgid "_Plasma..." +msgstr "_Plasma..." -#: plug-ins/common/spheredesigner.c:283 -msgid "Lizard" -msgstr "Lagarto" +#: ../plug-ins/common/plasma.c:263 ../plug-ins/common/plasma.c:300 +msgid "Plasma" +msgstr "Plasma" -#: plug-ins/common/spheredesigner.c:284 -msgid "Phong" -msgstr "Phong" +#: ../plug-ins/common/plasma.c:337 +msgid "Random _seed:" +msgstr "_Semente aleatória:" -#: plug-ins/common/spheredesigner.c:285 -msgid "Noise" -msgstr "Ruído" +#: ../plug-ins/common/plasma.c:348 +msgid "T_urbulence:" +msgstr "T_urbulência:" -#: plug-ins/common/spheredesigner.c:286 -msgid "Wood" -msgstr "Madeira" +#: ../plug-ins/common/plugin-browser.c:134 +msgid "Display information about plug-ins" +msgstr "Apresentar informação acerca das Extensões GIMP (plug-ins)" -#: plug-ins/common/spheredesigner.c:287 -msgid "Spiral" -msgstr "Espiral" +#: ../plug-ins/common/plugin-browser.c:144 +msgid "_Plug-In Browser" +msgstr "Navegador de Extensões GIM_P" -#: plug-ins/common/spheredesigner.c:288 -msgid "Spots" -msgstr "Manchas" +#: ../plug-ins/common/plugin-browser.c:372 +msgid "Searching by name" +msgstr "Procurar por Nome" -#: plug-ins/common/spheredesigner.c:1741 plug-ins/common/spheredesigner.c:2615 -msgid "Texture" -msgstr "Textura" +#: ../plug-ins/common/plugin-browser.c:386 +#, c-format +msgid "%d plug-in" +msgid_plural "%d plug-ins" +msgstr[0] "%d Extensões do GIMP (plug-in)" +msgstr[1] "%d Extensões do GIMP (plug-ins)" -#: plug-ins/common/spheredesigner.c:1743 -msgid "Bumpmap" -msgstr "Mapa Saliências" +#: ../plug-ins/common/plugin-browser.c:395 +msgid "No matches for your query" +msgstr "Não foram encontrados resultados para a sua consulta" -#: plug-ins/common/spheredesigner.c:1745 plug-ins/common/spheredesigner.c:2617 -msgid "Light" -msgstr "Luz" +#: ../plug-ins/common/plugin-browser.c:398 +#, c-format +msgid "%d plug-in matches your query" +msgid_plural "%d plug-ins match your query" +msgstr[0] "%d Extensão do GIMP encontrada" +msgstr[1] "%d Extensões do GIMP encontradas" -#: plug-ins/common/spheredesigner.c:2164 -msgid "Open File" -msgstr "Abrir Ficheiro" +#: ../plug-ins/common/plugin-browser.c:529 +msgid "No matches" +msgstr "Sem correspondências" -#: plug-ins/common/spheredesigner.c:2164 -msgid "Save File" -msgstr "Gravar Ficheiro" +#: ../plug-ins/common/plugin-browser.c:554 +msgid "Plug-In Browser" +msgstr "Navegador de Extensões (Plug-In)" -#: plug-ins/common/spheredesigner.c:2481 -msgid "Sphere Designer" -msgstr "Designer Esfera" +#: ../plug-ins/common/plugin-browser.c:597 +msgid "Name" +msgstr "Nome" -#: plug-ins/common/spheredesigner.c:2518 -#, fuzzy -msgid "Update _Preview" -msgstr "Actualização A_utomática Antevisão" +#: ../plug-ins/common/plugin-browser.c:605 +#: ../plug-ins/common/plugin-browser.c:668 +msgid "Menu Path" +msgstr "Caminho do Menu" -#: plug-ins/common/spheredesigner.c:2572 -msgid "Textures" -msgstr "Texturas" +#: ../plug-ins/common/plugin-browser.c:613 +#: ../plug-ins/common/plugin-browser.c:677 +msgid "Image Types" +msgstr "Tipos de Imagens" -#: plug-ins/common/spheredesigner.c:2600 -msgid "Texture Properties" -msgstr "Propriedades Textura" +#: ../plug-ins/common/plugin-browser.c:623 +#: ../plug-ins/common/plugin-browser.c:686 +msgid "Installation Date" +msgstr "Data da instalação" -#: plug-ins/common/spheredesigner.c:2616 -msgid "Bump" -msgstr "Saliência" +#: ../plug-ins/common/plugin-browser.c:647 +msgid "List View" +msgstr "Vista em Lista" -#: plug-ins/common/spheredesigner.c:2644 -msgid "Texture:" -msgstr "Textura:" +#: ../plug-ins/common/plugin-browser.c:709 +msgid "Tree View" +msgstr "Vista em Árvore" -#: plug-ins/common/spheredesigner.c:2649 -msgid "Colors:" -msgstr "Cores:" +#: ../plug-ins/common/polar-coords.c:156 +msgid "Convert image to or from polar coordinates" +msgstr "Converter imagem de ou para coordenadas polares" -#: plug-ins/common/spheredesigner.c:2652 plug-ins/common/spheredesigner.c:2663 -msgid "Color Selection Dialog" -msgstr "Diálogo Selecção Cores" +#: ../plug-ins/common/polar-coords.c:163 +msgid "P_olar Coordinates..." +msgstr "C_oordenadas Polares..." -#. Scale -#: plug-ins/common/spheredesigner.c:2674 plug-ins/gimpressionist/paper.c:176 -#: plug-ins/ifscompose/ifscompose.c:572 -msgid "Scale:" -msgstr "Escala:" +#: ../plug-ins/common/polar-coords.c:360 +msgid "Polar coordinates" +msgstr "Criando as coordenadas polares" -#: plug-ins/common/spheredesigner.c:2682 -msgid "Turbulence:" -msgstr "Turbulência:" +#: ../plug-ins/common/polar-coords.c:592 +msgid "Polar Coordinates" +msgstr "Coordenadas Polares" -#: plug-ins/common/spheredesigner.c:2689 -msgid "Amount:" -msgstr "Quantidade:" +#: ../plug-ins/common/polar-coords.c:631 +msgid "Circle _depth in percent:" +msgstr "Profundida_de do círculo em percentagem:" -#: plug-ins/common/spheredesigner.c:2696 -#, fuzzy -msgid "Exp.:" -msgstr "Exp:" +#: ../plug-ins/common/polar-coords.c:643 +msgid "Offset _angle:" +msgstr "Ângulo de desloc_amento:" -#: plug-ins/common/spheredesigner.c:2703 -#, fuzzy -msgid "Texture Transformations" -msgstr "Transformação %s" +#: ../plug-ins/common/polar-coords.c:658 +msgid "_Map backwards" +msgstr "_Mapear inversamente" -#: plug-ins/common/spheredesigner.c:2726 -msgid "Scale Y:" -msgstr "Escala Y:" +#: ../plug-ins/common/polar-coords.c:664 +msgid "" +"If checked the mapping will begin at the right side, as opposed to beginning " +"at the left." +msgstr "" +"Se seleccionado, o mapeamento iniciará no lado direito, por oposição ao " +"início na esquerda." -#: plug-ins/common/spheredesigner.c:2732 -msgid "Scale Z:" -msgstr "Escala Z:" +#: ../plug-ins/common/polar-coords.c:675 +msgid "Map from _top" +msgstr "Mapear a par_tir do cimo" -#: plug-ins/common/spheredesigner.c:2739 -msgid "Rotate X:" -msgstr "Rodar X:" +#: ../plug-ins/common/polar-coords.c:681 +msgid "" +"If unchecked the mapping will put the bottom row in the middle and the top " +"row on the outside. If checked it will be the opposite." +msgstr "" +"Se não seleccionado, o mapeamento colocará a linha de baixo no sítio da " +"linha do meio e a linha de cima no lado de fora. Se seleccionado ocorrerá o " +"oposto." -#: plug-ins/common/spheredesigner.c:2746 -msgid "Rotate Y:" -msgstr "Rodar Y:" +#: ../plug-ins/common/polar-coords.c:693 +msgid "To _polar" +msgstr "Forma _polar" -#: plug-ins/common/spheredesigner.c:2753 -msgid "Rotate Z:" -msgstr "Rodar Z:" +#: ../plug-ins/common/polar-coords.c:699 +msgid "" +"If unchecked the image will be circularly mapped onto a rectangle. If " +"checked the image will be mapped onto a circle." +msgstr "" +"Se não seleccionada, a imagem será mapeada circularmente num rectângulo. Se " +"seleccionada a imagem será mapeada num círculo." -#: plug-ins/common/spheredesigner.c:2760 -#, fuzzy -msgid "Position X:" -msgstr "Posição" +#: ../plug-ins/common/procedure-browser.c:83 +msgid "List available procedures in the PDB" +msgstr "Lista de procedimentos disponíveis no PDB" -#: plug-ins/common/spheredesigner.c:2767 -#, fuzzy -msgid "Position Y:" -msgstr "Posição" +#: ../plug-ins/common/procedure-browser.c:88 +msgid "Procedure _Browser" +msgstr "_Navegador de Procedimentos" -#: plug-ins/common/spheredesigner.c:2774 -#, fuzzy -msgid "Position Z:" -msgstr "Posição" +#: ../plug-ins/common/procedure-browser.c:126 +msgid "Procedure Browser" +msgstr "Navegador de Procedimentos" -#: plug-ins/common/spheredesigner.c:2922 -msgid "Rendering Sphere..." -msgstr "A Renderizar Esfera..." +#: ../plug-ins/common/qbist.c:402 +msgid "Generate a huge variety of abstract patterns" +msgstr "Gerar uma variedade enorme de texturas abstractas" -#: plug-ins/common/spheredesigner.c:2979 -#, fuzzy -msgid "Sphere _Designer..." -msgstr "Designer Esfera" +#: ../plug-ins/common/qbist.c:410 +msgid "_Qbist..." +msgstr "_Q-bista..." -#: plug-ins/common/spread.c:99 -#, fuzzy -msgid "Sp_read..." -msgstr "A Espalhar..." +#: ../plug-ins/common/qbist.c:511 +msgid "Qbist" +msgstr "Q-bista" -#: plug-ins/common/spread.c:182 -msgid "Spreading..." -msgstr "A Espalhar..." +#: ../plug-ins/common/qbist.c:707 +msgid "Load QBE File" +msgstr "Carregar ficheiro QBE" -#: plug-ins/common/spread.c:346 -msgid "Spread" -msgstr "Espalhar" +#: ../plug-ins/common/qbist.c:749 +msgid "Save as QBE File" +msgstr "Guardar como ficheiro QBE" -#: plug-ins/common/spread.c:364 -msgid "Spread Amount" -msgstr "Quantidade Espalhar" +#: ../plug-ins/common/qbist.c:803 +msgid "G-Qbist" +msgstr "Q-bista" -#: plug-ins/common/struc.c:1146 -#, fuzzy -msgid "_Apply Canvas..." -msgstr "A Aplicar Tela..." +#: ../plug-ins/common/red-eye-removal.c:105 +msgid "Remove the red eye effect caused by camera flashes" +msgstr "Remover o efeito de olhos vermelho provocado pelos flashes das cameras" + +#: ../plug-ins/common/red-eye-removal.c:116 +msgid "_Red Eye Removal..." +msgstr "_Remover Vermelho dos Olhos..." + +#: ../plug-ins/common/red-eye-removal.c:142 +msgid "Red Eye Removal" +msgstr "Remover o Vermelho dos Olhos" + +#: ../plug-ins/common/red-eye-removal.c:170 +#: ../plug-ins/common/unsharp-mask.c:706 ../plug-ins/common/wind.c:1008 +#: ../plug-ins/imagemap/imap_preferences.c:441 +#: ../plug-ins/map-object/map-object-ui.c:585 +msgid "_Threshold:" +msgstr "_Tolerância:" -#: plug-ins/common/struc.c:1227 -msgid "Applying Canvas..." -msgstr "A Aplicar Tela..." +#: ../plug-ins/common/red-eye-removal.c:176 +msgid "Threshold for the red eye color to remove." +msgstr "Tolerância à cor do olho vermelho a ser removida." -#: plug-ins/common/struc.c:1264 -msgid "Apply Canvas" -msgstr "Aplicar Tela" +#: ../plug-ins/common/red-eye-removal.c:181 +msgid "Manually selecting the eyes may improve the results." +msgstr "Se seleccionar manualmente os olhos poderá melhorar os resultados." -#: plug-ins/common/struc.c:1290 -#, fuzzy -msgid "_Top-right" -msgstr "Direi_ta-Superior" +#: ../plug-ins/common/red-eye-removal.c:301 +msgid "Removing red eye" +msgstr "A remover o vermelho dos olhos das pessoas" -#: plug-ins/common/struc.c:1291 -#, fuzzy -msgid "Top-_left" -msgstr "Es_querda-Superior" +#: ../plug-ins/common/ripple.c:129 +msgid "Displace pixels in a ripple pattern" +msgstr "Desloca pixeis para criar um efeito ondulado na imagem" -#: plug-ins/common/struc.c:1292 -#, fuzzy -msgid "_Bottom-left" -msgstr "Esq_uerda-Inferior" +#: ../plug-ins/common/ripple.c:136 +msgid "_Ripple..." +msgstr "_Ondulação..." -#: plug-ins/common/struc.c:1293 -#, fuzzy -msgid "Bottom-_right" -msgstr "Di_reita-Inferior" +#: ../plug-ins/common/ripple.c:226 +msgid "Rippling" +msgstr "A ondular a imagem" -#: plug-ins/common/sunras.c:217 plug-ins/common/sunras.c:237 -msgid "SUN Rasterfile image" -msgstr "" +#: ../plug-ins/common/ripple.c:468 +msgid "Ripple" +msgstr "Ondulação (Ripple)" -#: plug-ins/common/sunras.c:392 -#, c-format -msgid "Could not open '%s' as SUN-raster-file" -msgstr "Incapaz de abrir '%s' como um ficheiro SUN-raster" +#: ../plug-ins/common/ripple.c:526 +msgid "_Retain tilability" +msgstr "_Reter transformabilidade em Mosaicos" -#: plug-ins/common/sunras.c:400 -msgid "The type of this SUN-rasterfile is not supported" -msgstr "O tipo deste ficheiro SUN-raster não é suportado" +#. Edges toggle box +#: ../plug-ins/common/ripple.c:560 +msgid "Edges" +msgstr "Arestas" -#: plug-ins/common/sunras.c:423 -#, c-format -msgid "Could not read color entries from '%s'" -msgstr "Incapaz de ler as entradas de cores de '%s'" +#: ../plug-ins/common/ripple.c:566 +msgid "_Blank" +msgstr "Va_zio" -#: plug-ins/common/sunras.c:431 -msgid "Type of colormap not supported" -msgstr "Tipo de mapa de cores não suportado" +#. Wave toggle box +#: ../plug-ins/common/ripple.c:588 +msgid "Wave Type" +msgstr "Tipo de Onda" -#: plug-ins/common/sunras.c:470 -msgid "This image depth is not supported" -msgstr "Esta profundidade de imagem não é suportada" +#: ../plug-ins/common/ripple.c:592 +msgid "Saw_tooth" +msgstr "Den_tes de serra" -#: plug-ins/common/sunras.c:493 -msgid "SUNRAS save cannot handle images with alpha channels" -msgstr "Gravação SUNRAS não pode manipular imagens com canais alfa" +#: ../plug-ins/common/ripple.c:593 +msgid "S_ine" +msgstr "S_eno" -#: plug-ins/common/sunras.c:504 -msgid "Can't operate on unknown image types" -msgstr "Incapaz de operar em tipos de imagens desconhecidas" +#: ../plug-ins/common/ripple.c:616 +msgid "_Period:" +msgstr "_Período:" -#: plug-ins/common/sunras.c:1032 plug-ins/common/sunras.c:1123 -#: plug-ins/common/sunras.c:1204 plug-ins/common/sunras.c:1299 -#: plug-ins/common/xwd.c:1313 plug-ins/common/xwd.c:1414 -#: plug-ins/common/xwd.c:1572 plug-ins/common/xwd.c:1772 -#: plug-ins/common/xwd.c:2029 plug-ins/fits/fits.c:673 -msgid "EOF encountered on reading" -msgstr "EOF encontrado na leitura" +#: ../plug-ins/common/ripple.c:629 +msgid "A_mplitude:" +msgstr "A_mplitude:" -#: plug-ins/common/sunras.c:1579 -msgid "Save as SUNRAS" -msgstr "Gravar como SUNRAS" +#: ../plug-ins/common/ripple.c:642 +msgid "Phase _shift:" +msgstr "Deslocamento de fa_se:" -#. file save type -#: plug-ins/common/sunras.c:1589 -msgid "Data Formatting" -msgstr "Formatando Dados" +#: ../plug-ins/common/rotate.c:413 +msgid "You can not rotate the whole image if there's a selection." +msgstr "Não é possível rodar a imagem completa se existir uma selecção." -#: plug-ins/common/sunras.c:1593 -msgid "RunLength Encoded" -msgstr "Profundidade de Execução Codificada" +#: ../plug-ins/common/rotate.c:420 +msgid "You can not rotate the whole image if there's a floating selection." +msgstr "" +"Não é possível rodar a imagem completa se existir uma selecção flutuante." -#: plug-ins/common/svg.c:136 -#, fuzzy -msgid "Scalable SVG image" -msgstr "Dimensionar para Imagem" +#: ../plug-ins/common/rotate.c:431 +msgid "Sorry, channels and masks can not be rotated." +msgstr "Descule os canais e máscaras não podem ser rodados." -#: plug-ins/common/svg.c:313 plug-ins/common/svg.c:696 -msgid "Unknown reason" -msgstr "Motivo desconhecido" +#: ../plug-ins/common/rotate.c:437 +msgid "Rotating" +msgstr "Rodando" -#: plug-ins/common/svg.c:317 -msgid "Rendering SVG..." -msgstr "A Renderizar SVG..." +#: ../plug-ins/common/sample-colorize.c:298 +msgid "Colorize image using a sample image as a guide" +msgstr "Colorir a imagem usando uma imagem-amostra com referência" -#: plug-ins/common/svg.c:327 -msgid "Rendered SVG" -msgstr "SVG Renderizado" +#: ../plug-ins/common/sample-colorize.c:303 +msgid "_Sample Colorize..." +msgstr "Colorir por Amo_stragem..." -#: plug-ins/common/svg.c:492 -msgid "" -"SVG file does not\n" -"specify a size!" -msgstr "" -"Ficheiro SVG não\n" -"especifica um tamanho!" +#: ../plug-ins/common/sample-colorize.c:1318 +msgid "Sample Colorize" +msgstr "Colorir por Amostragem" -#: plug-ins/common/svg.c:498 plug-ins/common/wmf.c:342 -#, c-format -msgid "%d x %d" -msgstr "%d x %d" +#: ../plug-ins/common/sample-colorize.c:1323 +msgid "Get _Sample Colors" +msgstr "Obter Cores da Amo_stra" -#. Scalable Vector Graphics is SVG, should perhaps not be translated -#: plug-ins/common/svg.c:703 -msgid "Render Scalable Vector Graphics" -msgstr "Renderizar Gráfico Vectores Escalável (SVG)" +#. layer combo_box (Dst) +#: ../plug-ins/common/sample-colorize.c:1352 +msgid "Destination:" +msgstr "Destino:" -#: plug-ins/common/svg.c:767 plug-ins/common/wmf.c:554 -#: plug-ins/print/gimp_main_window.c:1009 -#: plug-ins/print/gimp_main_window.c:1212 -msgid "Height:" -msgstr "Altura:" +#. layer combo_box (Sample) +#: ../plug-ins/common/sample-colorize.c:1368 +msgid "Sample:" +msgstr "Amostra:" -#: plug-ins/common/svg.c:841 plug-ins/common/wmf.c:628 -#, fuzzy -msgid "_X ratio:" -msgstr "Rotação _Matiz:" +#: ../plug-ins/common/sample-colorize.c:1378 +msgid "From reverse gradient" +msgstr "A partir de gradiente invertido" -#: plug-ins/common/svg.c:863 plug-ins/common/wmf.c:650 -#, fuzzy -msgid "_Y ratio:" -msgstr "Rotação _Matiz:" +#: ../plug-ins/common/sample-colorize.c:1383 +msgid "From gradient" +msgstr "A partir de gradiente" -#: plug-ins/common/svg.c:877 plug-ins/common/wmf.c:664 -msgid "Constrain aspect ratio" -msgstr "Rácio de restrição de aparência" +#. check button +#: ../plug-ins/common/sample-colorize.c:1404 +#: ../plug-ins/common/sample-colorize.c:1431 +msgid "Show selection" +msgstr "Mostrar selecção" -#: plug-ins/common/svg.c:888 plug-ins/common/wmf.c:675 -#, c-format -msgid "pixels/%a" -msgstr "pixeis/%a" +#. check button +#: ../plug-ins/common/sample-colorize.c:1415 +#: ../plug-ins/common/sample-colorize.c:1442 +msgid "Show color" +msgstr "Mostrar cores" -#. Path Import -#: plug-ins/common/svg.c:908 -#, fuzzy -msgid "Import _paths" -msgstr "Importar _Caminhos" +#: ../plug-ins/common/sample-colorize.c:1555 +msgid "Input levels:" +msgstr "Níveis de entrada:" -#: plug-ins/common/svg.c:914 -msgid "" -"Import path elements of the SVG so they can be used with the GIMP path tool" -msgstr "" -"Importar elementos de caminho do SVG para que possam ser utilizador com a " -"ferramenta de caminhos GIMP" +#: ../plug-ins/common/sample-colorize.c:1605 +msgid "Output levels:" +msgstr "Níveis de saída:" -#: plug-ins/common/svg.c:927 -#, fuzzy -msgid "Merge imported paths" -msgstr "Juntar Caminhos Importados" +#. check button +#: ../plug-ins/common/sample-colorize.c:1645 +msgid "Hold intensity" +msgstr "Manter intensidade" -#: plug-ins/common/tga.c:233 plug-ins/common/tga.c:249 -#, fuzzy -msgid "TarGA image" -msgstr "A Transferir imagem" +#. check button +#: ../plug-ins/common/sample-colorize.c:1656 +msgid "Original intensity" +msgstr "Intensidade original" -#: plug-ins/common/tga.c:428 -#, c-format -msgid "Cannot read footer from '%s'" -msgstr "Incapaz de ler rodapé de '%s'" +#. check button +#: ../plug-ins/common/sample-colorize.c:1674 +msgid "Use subcolors" +msgstr "Usar sub-cores" -#: plug-ins/common/tga.c:444 -#, c-format -msgid "Cannot read extension from '%s'" -msgstr "Incapaz de ler extensão de '%s'" +#. check button +#: ../plug-ins/common/sample-colorize.c:1685 +msgid "Smooth samples" +msgstr "Suavizar as amostras" -#: plug-ins/common/tga.c:1194 -msgid "Save as TGA" -msgstr "Gravar como TGA" +#: ../plug-ins/common/sample-colorize.c:2657 +msgid "Sample analyze" +msgstr "Análise da amostra" -#. rle -#: plug-ins/common/tga.c:1209 -msgid "_RLE compression" -msgstr "Compressão _RLE" +#: ../plug-ins/common/sample-colorize.c:3035 +msgid "Remap colorized" +msgstr "A re-mapear com as cores da amostra" -#. origin -#: plug-ins/common/tga.c:1219 -msgid "Or_igin at bottom left" -msgstr "Or_igem no fundo esquerdo" +#: ../plug-ins/common/screenshot.c:240 +msgid "Create an image from an area of the screen" +msgstr "Criar um nova imagem com a 'fotografia' de uma área do ecrã" -#: plug-ins/common/threshold_alpha.c:95 -#, fuzzy -msgid "_Threshold Alpha..." -msgstr "Limite Alfa" +#: ../plug-ins/common/screenshot.c:253 +msgid "_Screenshot..." +msgstr "_Capturar de Ecrã..." -#: plug-ins/common/threshold_alpha.c:134 -msgid "The layer preserves transparency." -msgstr "A camada preserva transparência." +#: ../plug-ins/common/screenshot.c:417 +msgid "Error selecting the window" +msgstr "Erro ao seleccionar a janela" -#: plug-ins/common/threshold_alpha.c:140 -msgid "RGBA/GRAYA drawable is not selected." -msgstr "Desenho RGBA/CINZAA não está selecionado." +#: ../plug-ins/common/screenshot.c:778 +msgid "Importing screenshot" +msgstr "A importar a captura do ecrã" -#: plug-ins/common/threshold_alpha.c:202 -msgid "Threshold Alpha: Coloring Transparency..." -msgstr "Limite alfa: A Colorir Transparência..." +#: ../plug-ins/common/screenshot.c:804 ../plug-ins/common/screenshot.c:1060 +msgid "Screenshot" +msgstr "Captura de ecrã" -#: plug-ins/common/threshold_alpha.c:224 -msgid "Threshold Alpha" -msgstr "Limite Alfa" +#: ../plug-ins/common/screenshot.c:845 +msgid "Mouse Pointer" +msgstr "Ponteiro do Rato" -#: plug-ins/common/threshold_alpha.c:239 -msgid "Threshold:" -msgstr "Limite:" +#: ../plug-ins/common/screenshot.c:949 +msgid "Specified window not found" +msgstr "A janela especificada não foi encontrada" -#: plug-ins/common/tiff.c:211 plug-ins/common/tiff.c:232 -#: plug-ins/common/tiff.c:249 -#, fuzzy -msgid "TIFF image" -msgstr "Canal TIFF" +#: ../plug-ins/common/screenshot.c:975 +msgid "There was an error taking the screenshot." +msgstr "Ocorreu uma erro ao capturar o ecrã." -#: plug-ins/common/tiff.c:835 -#, c-format -msgid "Page %d" -msgstr "Página %d" +#: ../plug-ins/common/screenshot.c:1069 +msgid "S_nap" +msgstr "Ca_pturar" -#: plug-ins/common/tiff.c:850 -msgid "TIFF Channel" -msgstr "Canal TIFF" +#: ../plug-ins/common/screenshot.c:1099 +msgid "After the delay, the screenshot is taken." +msgstr "Depois do atraso, é tirada uma 'fotografia' ao ecrã." -#: plug-ins/common/tiff.c:859 +#: ../plug-ins/common/screenshot.c:1101 msgid "" -"Warning:\n" -"The image you are loading has 16 bits per channel. GIMP can only handle 8 " -"bit, so it will be converted for you. Information will be lost because of " -"this conversion." +"After the delay, drag your mouse to select the region for the screenshot." msgstr "" -"Aviso:\n" -"A imagem que está a ler tem 16 bits por canal. O GIMP apenas suporta 8 bit, " -"pelo que será convertido. Será perdida informação devido a esta conversão." +"Depois do atraso, arraste o rato para seleccionar a região a incluir na " +"captura do ecrã." -#: plug-ins/common/tiff.c:1955 -msgid "" -"The TIFF format only supports comments in\n" -"7bit ASCII encoding. No comment is saved." -msgstr "" -"O formato TIFF apenas suporta comentários na\n" -"codificação ASCII 7bit. Nenhum comentário gravado." +#: ../plug-ins/common/screenshot.c:1104 +msgid "At the end of the delay, click in a window to snap it." +msgstr "No fim do atraso, clique na janela para capturar apenas esse ecrã." -#: plug-ins/common/tiff.c:2104 -msgid "Save as TIFF" -msgstr "Gravar como TIFF" +#. Area +#: ../plug-ins/common/screenshot.c:1110 +msgid "Area" +msgstr "Área:" -#. compression -#: plug-ins/common/tiff.c:2118 -msgid "Compression" -msgstr "Compressão" +#: ../plug-ins/common/screenshot.c:1121 +msgid "Take a screenshot of a single _window" +msgstr "Capturar o ecrã de uma única _janela" + +#: ../plug-ins/common/screenshot.c:1140 +msgid "Include window _decoration" +msgstr "Incluir as _decorações da janela" + +#: ../plug-ins/common/screenshot.c:1158 +msgid "Take a screenshot of the entire _screen" +msgstr "Capturar numa imagem todo o _ecrã" + +#: ../plug-ins/common/screenshot.c:1177 +msgid "Include _mouse pointer" +msgstr "Incluir o _ponteiro do rato" + +#: ../plug-ins/common/screenshot.c:1197 +msgid "Select a _region to grab" +msgstr "Seleccionar uma _região a capturar" + +#. Delay +#: ../plug-ins/common/screenshot.c:1212 +msgid "Delay" +msgstr "Atraso" + +#. this is the unit label of a spinbutton +#: ../plug-ins/common/screenshot.c:1234 +msgid "seconds" +msgstr "segundos" + +#: ../plug-ins/common/semi-flatten.c:68 +msgid "Replace partial transparency with the current background color" +msgstr "Substitui transparência parcial com a cor de fundo actual" -#: plug-ins/common/tiff.c:2122 -msgid "_None" -msgstr "_Nenhum" +#: ../plug-ins/common/semi-flatten.c:75 +msgid "_Semi-Flatten" +msgstr "_Semi-achatar" -#: plug-ins/common/tiff.c:2123 -msgid "_LZW" -msgstr "_LZW" +#: ../plug-ins/common/semi-flatten.c:118 +msgid "Semi-Flattening" +msgstr "A semi-achatar..." -#: plug-ins/common/tiff.c:2124 -msgid "_Pack Bits" -msgstr "Em_pacotar Bits" +#: ../plug-ins/common/sharpen.c:113 +msgid "Make image sharper (less powerful than Unsharp Mask)" +msgstr "Tornar a imagem mais aguçada (menos poderoso que a Máscara de Aguçar)" -#: plug-ins/common/tiff.c:2125 -msgid "_Deflate" -msgstr "Esva_ziar" +#: ../plug-ins/common/sharpen.c:120 +msgid "_Sharpen..." +msgstr "_Aguçar..." -#: plug-ins/common/tiff.c:2126 -msgid "_JPEG" -msgstr "_JPEG" +#. +#. * Let the user know what we're doing... +#. +#: ../plug-ins/common/sharpen.c:307 +msgid "Sharpening" +msgstr "A aguçar a imagem realçando as arestas e os contrastes" -#: plug-ins/common/tiff.c:2135 -msgid "Save _color values from transparent pixels" -msgstr "Gravar valores de _cor de pixels transparentes" +#: ../plug-ins/common/sharpen.c:476 +msgid "Sharpen" +msgstr "Realçar" -#: plug-ins/common/tiff.c:2151 plug-ins/common/xbm.c:1201 -msgid "Comment:" -msgstr "Comentário:" +#: ../plug-ins/common/shift.c:101 +msgid "Shift each row of pixels by a random amount" +msgstr "Deslocar cada linha de pixeis usando um valor aleatório" -#: plug-ins/common/tile.c:112 -#, fuzzy -msgid "_Tile..." -msgstr "Em Mosaico..." +#: ../plug-ins/common/shift.c:108 +msgid "_Shift..." +msgstr "De_slocar Pixeis..." -#. Set the tile cache size -#: plug-ins/common/tile.c:192 plug-ins/common/tileit.c:320 -msgid "Tiling..." -msgstr "A Criar Cascata..." +#: ../plug-ins/common/shift.c:189 +msgid "Shifting" +msgstr "A deslocar pixeis aleatóriamente" -#: plug-ins/common/tile.c:394 -msgid "Tile" -msgstr "Cascata" +#: ../plug-ins/common/shift.c:355 +msgid "Shift" +msgstr "Deslocar Pixeis" -#: plug-ins/common/tile.c:408 -msgid "Tile to New Size" -msgstr "Cascata para o Novo Tamanho" +#: ../plug-ins/common/shift.c:388 +msgid "Shift _horizontally" +msgstr "Deslocar _horizontalmente" -#: plug-ins/common/tile.c:430 -msgid "C_reate New Image" -msgstr "C_riar Nova Imagem" +#: ../plug-ins/common/shift.c:391 +msgid "Shift _vertically" +msgstr "Deslocar _verticalmente" -#: plug-ins/common/tileit.c:224 -#, fuzzy -msgid "_Small Tiles..." -msgstr "To_dos os Mosaicos" +#: ../plug-ins/common/shift.c:422 +msgid "Shift _amount:" +msgstr "Quantidade de _deslocamento:" -#. Get the preview image -#: plug-ins/common/tileit.c:363 -msgid "TileIt" -msgstr "Em Mosaicos" +#: ../plug-ins/common/sinus.c:186 +msgid "Generate complex sinusoidal textures" +msgstr "Gerar texturas sinusoidais complexas" -#. Area for buttons etc -#. Flip -#: plug-ins/common/tileit.c:406 plug-ins/ifscompose/ifscompose.c:628 -msgid "Flip" -msgstr "Virar" +#: ../plug-ins/common/sinus.c:191 +msgid "_Sinus..." +msgstr "Texturas _sinusoidais..." -#: plug-ins/common/tileit.c:454 -#, fuzzy -msgid "A_ll tiles" -msgstr "To_dos os Mosaicos" +#: ../plug-ins/common/sinus.c:284 +msgid "Sinus: rendering" +msgstr "A renderizar a nova textura sinusoidal complexa" -#: plug-ins/common/tileit.c:468 -#, fuzzy -msgid "Al_ternate tiles" -msgstr "Al_ternar Mosaicos" +#. Create Main window with a vbox +#. ============================== +#: ../plug-ins/common/sinus.c:648 +msgid "Sinus" +msgstr "Texturas sinusoidais (Sinus)" -#: plug-ins/common/tileit.c:482 -#, fuzzy -msgid "_Explicit tile" -msgstr "Mosaico _Explícito" +#: ../plug-ins/common/sinus.c:690 +msgid "Drawing Settings" +msgstr "Definições de Desenho" -#: plug-ins/common/tileit.c:488 -msgid "Ro_w:" -msgstr "_Fila:" +#: ../plug-ins/common/sinus.c:700 +msgid "_X scale:" +msgstr "Escala _X:" -#: plug-ins/common/tileit.c:512 -msgid "Col_umn:" -msgstr "Col_una:" +#: ../plug-ins/common/sinus.c:709 +msgid "_Y scale:" +msgstr "Escala _Y:" -#: plug-ins/common/tileit.c:564 -msgid "O_pacity:" -msgstr "O_pacidade:" +#: ../plug-ins/common/sinus.c:718 +msgid "Co_mplexity:" +msgstr "Co_mplexidade:" -#. Lower frame saying howmany segments -#: plug-ins/common/tileit.c:573 -#, fuzzy -msgid "Number of Segments" -msgstr "_Núm Segmentos:" +#: ../plug-ins/common/sinus.c:728 +msgid "Calculation Settings" +msgstr "Definições de Cálculo" -#: plug-ins/common/tiler.c:66 -msgid "_Make Seamless" -msgstr "" +#: ../plug-ins/common/sinus.c:741 +msgid "R_andom seed:" +msgstr "Semente _aleatória:" -#: plug-ins/common/tiler.c:322 -msgid "Tiler..." -msgstr "Em Mosaico..." +#: ../plug-ins/common/sinus.c:750 +msgid "_Force tiling?" +msgstr "_Forçar mosaico ?" -#: plug-ins/common/uniteditor.c:94 -msgid "Saved" -msgstr "Gravado" +#: ../plug-ins/common/sinus.c:763 +msgid "_Ideal" +msgstr "Encontro _Ideal" -#: plug-ins/common/uniteditor.c:94 -msgid "" -"A unit definition will only be saved before GIMP exits if this column is " -"checked." -msgstr "" -"Uma definição de unidade apenas será gravada, antes do GIMP ser finalizado, " -"se esta coluna estiver seleccionada." +#: ../plug-ins/common/sinus.c:764 +msgid "_Distorted" +msgstr "Encontro _Deformado" -#: plug-ins/common/uniteditor.c:96 -msgid "ID" -msgstr "ID" +#: ../plug-ins/common/sinus.c:782 ../plug-ins/common/sinus.c:798 +#: ../plug-ins/imagemap/imap_preferences.c:422 +msgid "Colors" +msgstr "Cores" -#: plug-ins/common/uniteditor.c:96 -msgid "" -"This string will be used to identify a unit in GIMP's configuration files." -msgstr "" -"Esta expressão será utilizada para identificar uma unidade nos ficheiros de " -"configuração do GIMP." +#. if in grey scale, the colors are necessarily black and white +#: ../plug-ins/common/sinus.c:791 +msgid "The colors are white and black." +msgstr "As cores são preto e branco." -#: plug-ins/common/uniteditor.c:98 -msgid "Factor" -msgstr "Factor" +#: ../plug-ins/common/sinus.c:802 +msgid "Bl_ack & white" +msgstr "Preto & Br_anco" -#: plug-ins/common/uniteditor.c:98 -msgid "How many units make up an inch." -msgstr "Quantas unidades irão compor uma polegada." +#: ../plug-ins/common/sinus.c:804 +msgid "_Foreground & background" +msgstr "1º Plano & _Fundo" -#: plug-ins/common/uniteditor.c:99 -msgid "Digits" -msgstr "Dígitos" +#: ../plug-ins/common/sinus.c:806 +msgid "C_hoose here:" +msgstr "Escol_ha aqui:" -#: plug-ins/common/uniteditor.c:99 -msgid "" -"This field is a hint for numerical input fields. It specifies how many " -"decimal digits the input field should provide to get approximately the same " -"accuracy as an \"inch\" input field with two decimal digits." -msgstr "" -"Este campo é uma dica para os campos de entrada numéricos. Especifica " -"quantos dígitos decimais o campo de entrada deve fornecer para obter " -"aproximadamente a mesma precisão de um campo de entrada de \"polegada\" com " -"dois dígitos decimais." +#: ../plug-ins/common/sinus.c:819 +msgid "First color" +msgstr "Primeira cor:" -#: plug-ins/common/uniteditor.c:104 -msgid "Symbol" -msgstr "Símbolo" +#: ../plug-ins/common/sinus.c:829 +msgid "Second color" +msgstr "Segunda cor:" -#: plug-ins/common/uniteditor.c:104 -msgid "" -"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's " -"abbreviation is used if doesn't have a symbol." -msgstr "" -"O símbolo da unidade se houver algum (p.e. \"'\" para polegadas). Será " -"utilizada a abreviatura de unidade ser não existir um símbolo." +#: ../plug-ins/common/sinus.c:842 +msgid "Alpha Channels" +msgstr "Canais Transparência" -#: plug-ins/common/uniteditor.c:107 -msgid "Abbreviation" -msgstr "Abreviatura" +#: ../plug-ins/common/sinus.c:855 +msgid "F_irst color:" +msgstr "Pr_imeira Cor:" -#: plug-ins/common/uniteditor.c:107 -msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." -msgstr "Abreviatura da unidade (p.e. \"cm\" para centímetros)." +#: ../plug-ins/common/sinus.c:870 +msgid "S_econd color:" +msgstr "S_egunda Cor:" -#: plug-ins/common/uniteditor.c:109 -msgid "Singular" -msgstr "Singular" +#: ../plug-ins/common/sinus.c:886 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:904 +msgid "Co_lors" +msgstr "C_ores" -#: plug-ins/common/uniteditor.c:109 -msgid "The unit's singular form." -msgstr "A forma singular da unidade." +#: ../plug-ins/common/sinus.c:895 +msgid "Blend Settings" +msgstr "Configurações de Mistura" -#: plug-ins/common/uniteditor.c:110 -msgid "Plural" -msgstr "Plural" +#: ../plug-ins/common/sinus.c:908 +msgid "L_inear" +msgstr "L_inear" -#: plug-ins/common/uniteditor.c:110 -msgid "The unit's plural form." -msgstr "A forma plural da unidade." +#: ../plug-ins/common/sinus.c:909 +msgid "Bili_near" +msgstr "Bili_near" -#: plug-ins/common/uniteditor.c:121 -msgid "Create a new unit from scratch." -msgstr "Criar uma unidade completamente nova." +#: ../plug-ins/common/sinus.c:910 +msgid "Sin_usoidal" +msgstr "Sin_usoidal" -#: plug-ins/common/uniteditor.c:127 -#, fuzzy -msgid "Create a new unit with the currently selected unit as template." -msgstr "" -"Criar uma nova unidade com a unidade actualmente seleccionada como base." +#: ../plug-ins/common/sinus.c:932 +msgid "_Blend" +msgstr "_Mistura" -#: plug-ins/common/uniteditor.c:151 -#, fuzzy -msgid "_Unit Editor" -msgstr "Editor Unidades" +#: ../plug-ins/common/sinus.c:1049 +msgid "Do _preview" +msgstr "Criar _Ante-visão" + +#: ../plug-ins/common/smooth-palette.c:83 +msgid "Derive a smooth color palette from the image" +msgstr "Criar uma paleta suave de cores a partir das cores da imagem" -#: plug-ins/common/uniteditor.c:210 -msgid "New Unit" -msgstr "Nova Unidade" +#: ../plug-ins/common/smooth-palette.c:88 +msgid "Smoo_th Palette..." +msgstr "Pale_ta Alisada..." -#: plug-ins/common/uniteditor.c:234 -msgid "_ID:" -msgstr "_ID:" +#: ../plug-ins/common/smooth-palette.c:179 +msgid "Deriving smooth palette" +msgstr "A recolher cores da imagem para criar paleta lisa" -#: plug-ins/common/uniteditor.c:245 -msgid "_Factor:" -msgstr "_Factor:" +#: ../plug-ins/common/smooth-palette.c:412 +msgid "Smooth Palette" +msgstr "Paleta Alisada" -#: plug-ins/common/uniteditor.c:255 -msgid "_Digits:" -msgstr "_Dígitos:" +#: ../plug-ins/common/smooth-palette.c:452 +msgid "_Search depth:" +msgstr "_Profundidade da pesquisa:" -#: plug-ins/common/uniteditor.c:267 -msgid "_Symbol:" -msgstr "_Símbolo:" +#: ../plug-ins/common/softglow.c:134 +msgid "Simulate glow by making highlights intense and fuzzy" +msgstr "" +"Simular emanação de brilho ao tornar os realçes mais intensos e difusos" -#: plug-ins/common/uniteditor.c:279 -msgid "_Abbreviation:" -msgstr "_Abreviatura:" +#: ../plug-ins/common/softglow.c:139 +msgid "_Softglow..." +msgstr "_Brilho Suave..." -#: plug-ins/common/uniteditor.c:291 -msgid "Si_ngular:" -msgstr "Si_ngular:" +#: ../plug-ins/common/softglow.c:632 +msgid "Softglow" +msgstr "Brilho Suave (Softglow)" -#: plug-ins/common/uniteditor.c:303 -msgid "_Plural:" -msgstr "_Plural:" +#: ../plug-ins/common/softglow.c:669 +msgid "_Glow radius:" +msgstr "_Raio do brilho:" -#: plug-ins/common/uniteditor.c:339 -msgid "Unit factor must not be 0." -msgstr "Factor de unidade não pode ser 0." - -#: plug-ins/common/uniteditor.c:349 -msgid "All text fields must contain a value." -msgstr "Todos os campos do texto têm de conter um valor." +#: ../plug-ins/common/sparkle.c:178 +msgid "Turn bright spots into starry sparkles" +msgstr "Tornar os pontos brilhantes em cintilação de estrela" -#: plug-ins/common/uniteditor.c:403 -msgid "Unit Editor" -msgstr "Editor Unidades" +#: ../plug-ins/common/sparkle.c:186 +msgid "_Sparkle..." +msgstr "Cintilação E_stelar" -#: plug-ins/common/unsharp.c:143 -#, fuzzy -msgid "_Unsharp Mask..." -msgstr "Máscara Sem Realce" +#: ../plug-ins/common/sparkle.c:223 +msgid "Region selected for filter is empty" +msgstr "A região seleccionada para o filtro está vazia" -#: plug-ins/common/unsharp.c:468 -msgid "Merging..." -msgstr "A Juntar..." +#: ../plug-ins/common/sparkle.c:299 +msgid "Sparkling" +msgstr "A tornar pontos claros em estrelas cintilantes" -#: plug-ins/common/unsharp.c:635 -msgid "Unsharp Mask" -msgstr "Máscara Sem Realce" +#: ../plug-ins/common/sparkle.c:337 +msgid "Sparkle" +msgstr "Cintilação Estelar (Sparkle)" -#: plug-ins/common/url.c:85 plug-ins/imagemap/imap_selection.c:421 -msgid "URL" -msgstr "URL" +#: ../plug-ins/common/sparkle.c:373 +msgid "Luminosity _threshold:" +msgstr "Limi_te de Luminosidade:" -#: plug-ins/common/video.c:44 -msgid "_Staggered" -msgstr "E_scalonado" +#: ../plug-ins/common/sparkle.c:376 +msgid "Adjust the luminosity threshold" +msgstr "Definir o máximo de luminosidade" -#: plug-ins/common/video.c:45 -msgid "_Large staggered" -msgstr "Esca_lonamento amplo" +#: ../plug-ins/common/sparkle.c:386 +msgid "F_lare intensity:" +msgstr "Intensidade Exp_losiva:" -#: plug-ins/common/video.c:46 -msgid "S_triped" -msgstr "Lis_tado" +#: ../plug-ins/common/sparkle.c:389 +msgid "Adjust the flare intensity" +msgstr "Ajustar para mais ou para menos o espalhamento do brilho" -#: plug-ins/common/video.c:47 -msgid "_Wide-striped" -msgstr "Listas a_mplas" +#: ../plug-ins/common/sparkle.c:399 +msgid "_Spike length:" +msgstr "Raio_s de luz - Comprimento:" -#: plug-ins/common/video.c:48 -msgid "Lo_ng-staggered" -msgstr "Escalonamento lo_ngo" +#: ../plug-ins/common/sparkle.c:402 +msgid "Adjust the spike length" +msgstr "Ajusta o tamanho dos prolongamento dos raios de luz" -#: plug-ins/common/video.c:49 -msgid "_3x3" -msgstr "_3x3" +#: ../plug-ins/common/sparkle.c:412 +msgid "Sp_ike points:" +msgstr "Ra_ios de luz - Quantidade:" -#: plug-ins/common/video.c:50 -msgid "Larg_e 3x3" -msgstr "_Amplo 3x3" +#: ../plug-ins/common/sparkle.c:415 +msgid "Adjust the number of spikes" +msgstr "Ajusta o número de raios de luz a serem projectados a partir do centro" -#: plug-ins/common/video.c:51 -msgid "_Hex" -msgstr "_Hex" +#: ../plug-ins/common/sparkle.c:425 +msgid "Spi_ke angle (-1: random):" +msgstr "R. de luz - Ân_gulo (-1=Aleatório):" -#: plug-ins/common/video.c:52 -msgid "_Dots" -msgstr "_Pontos" +#: ../plug-ins/common/sparkle.c:428 +msgid "Adjust the spike angle (-1 causes a random angle to be chosen)" +msgstr "" +"Ajusta os ângulos de saida dos raios de luz. Se for -1 terá ângulos " +"aleatórios" -#: plug-ins/common/video.c:1817 -#, fuzzy -msgid "Vi_deo..." -msgstr "Vídeo/RGB..." +#: ../plug-ins/common/sparkle.c:439 +msgid "Spik_e density:" +msgstr "Raios de luz - Densidad_e:" -#: plug-ins/common/video.c:1889 -msgid "Video/RGB..." -msgstr "Vídeo/RGB..." +#: ../plug-ins/common/sparkle.c:442 +msgid "Adjust the spike density" +msgstr "Ajusta a densidade dos raios de luz, tornando-os mais finos/grossos" -#: plug-ins/common/video.c:2020 -msgid "Video" -msgstr "Vídeo" +#: ../plug-ins/common/sparkle.c:452 +msgid "Tr_ansparency:" +msgstr "Tr_ansparência:" -#. frame for the radio buttons -#: plug-ins/common/video.c:2035 -#, fuzzy -msgid "Video Pattern" -msgstr "Padrão" +#: ../plug-ins/common/sparkle.c:455 +msgid "Adjust the opacity of the spikes" +msgstr "Ajusta a opacidade dos raios de luz, tornando-os mais/menos vísiveis" -#: plug-ins/common/video.c:2079 -msgid "_Additive" -msgstr "_Aditivo" +#: ../plug-ins/common/sparkle.c:465 +msgid "_Random hue:" +msgstr "Matiz Aleató_ria:" -#: plug-ins/common/video.c:2089 -msgid "_Rotated" -msgstr "_Rodado" +#: ../plug-ins/common/sparkle.c:468 +msgid "Adjust how much the hue should be changed randomly" +msgstr "Ajusta a matiz de cor dos raios de luz, tornado-a mais/menos aleatória" -#: plug-ins/common/vinvert.c:84 -#, fuzzy -msgid "_Value Invert" -msgstr "Inverter Valor..." +#: ../plug-ins/common/sparkle.c:478 +msgid "Rando_m saturation:" +msgstr "Saturaçã_o Aleatória:" -#: plug-ins/common/vinvert.c:126 -msgid "Value Invert..." -msgstr "Inverter Valor..." +#: ../plug-ins/common/sparkle.c:481 +msgid "Adjust how much the saturation should be changed randomly" +msgstr "" +"Ajusta a saturação de cor dos raios de luz, tornado-a mais/menos aleatória" -#: plug-ins/common/vpropagate.c:193 -#, fuzzy -msgid "More _white (larger value)" -msgstr "Mais _Branco (Valor Maior)" +#: ../plug-ins/common/sparkle.c:498 +msgid "_Preserve luminosity" +msgstr "_Preservar a luminosidade" -#: plug-ins/common/vpropagate.c:196 -#, fuzzy -msgid "More blac_k (smaller value)" -msgstr "Mais _Preto (Valor Menor)" +#: ../plug-ins/common/sparkle.c:505 +msgid "Should the luminosity be preserved?" +msgstr "Preservar ou não a luminosidade original dos pontos claros" -#: plug-ins/common/vpropagate.c:199 -#, fuzzy -msgid "_Middle value to peaks" -msgstr "Valor _Médio para Picos" +#: ../plug-ins/common/sparkle.c:514 +msgid "In_verse" +msgstr "In_verter" -#: plug-ins/common/vpropagate.c:202 -#, fuzzy -msgid "_Foreground to peaks" -msgstr "Pri_meiro Plano para Picos" +#: ../plug-ins/common/sparkle.c:520 +msgid "Should the effect be inversed?" +msgstr "Se quiser que o efeito seja totalmente invertido, marque opção" -#: plug-ins/common/vpropagate.c:205 -#, fuzzy -msgid "O_nly foreground" -msgstr "Ape_nas Primeiro Plano" +#: ../plug-ins/common/sparkle.c:529 +msgid "A_dd border" +msgstr "A_dicionar rebordo" -#: plug-ins/common/vpropagate.c:208 -#, fuzzy -msgid "Only b_ackground" -msgstr "Apenas _Fundo" +#: ../plug-ins/common/sparkle.c:535 +msgid "Draw a border of spikes around the image" +msgstr "Adicionar uma borda com raios de luz, envolvendo a imagem" -#: plug-ins/common/vpropagate.c:211 -#, fuzzy -msgid "Mor_e opaque" -msgstr "Mais _Opaco" +#: ../plug-ins/common/sparkle.c:549 +msgid "_Natural color" +msgstr "Cor _Natural" -#: plug-ins/common/vpropagate.c:214 -#, fuzzy -msgid "More t_ransparent" -msgstr "Mais T_ransparente" +#: ../plug-ins/common/sparkle.c:550 +msgid "_Foreground color" +msgstr "Cor do _1º Plano" -#: plug-ins/common/vpropagate.c:242 -#, fuzzy -msgid "_Value Propagate..." -msgstr "Propagar Valor" +#: ../plug-ins/common/sparkle.c:551 +msgid "_Background color" +msgstr "Cor do _Fundo" -#: plug-ins/common/vpropagate.c:254 -#, fuzzy -msgid "E_rode" -msgstr "Modo" +#: ../plug-ins/common/sparkle.c:558 +msgid "Use the color of the image" +msgstr "Ussr as cores da imagem" -#: plug-ins/common/vpropagate.c:266 -#, fuzzy -msgid "_Dilate" -msgstr "Esva_ziar" +#: ../plug-ins/common/sparkle.c:559 +msgid "Use the foreground color" +msgstr "Usar a cor definida para o 1º plano" -#: plug-ins/common/vpropagate.c:476 -msgid "Value Propagating..." -msgstr "A Propagar Valor..." +#: ../plug-ins/common/sparkle.c:560 +msgid "Use the background color" +msgstr "Usar a cor definida para o fundo" -#: plug-ins/common/vpropagate.c:1058 -msgid "Value Propagate" -msgstr "Propagar Valor" +#: ../plug-ins/common/sphere-designer.c:291 +#: ../plug-ins/gimpressionist/general.c:166 +msgid "Solid" +msgstr "Sólido" -#. Parameter settings -#: plug-ins/common/vpropagate.c:1116 -#, fuzzy -msgid "Propagate" -msgstr "Modo Propagação" +#: ../plug-ins/common/sphere-designer.c:292 +msgid "Checker" +msgstr "Xadrez" -#: plug-ins/common/vpropagate.c:1129 -#, fuzzy -msgid "Lower t_hreshold:" -msgstr "Limite In_ferior:" +#: ../plug-ins/common/sphere-designer.c:293 +msgid "Marble" +msgstr "Mármore" -#: plug-ins/common/vpropagate.c:1141 -#, fuzzy -msgid "_Upper threshold:" -msgstr "Limite S_uperior:" +#: ../plug-ins/common/sphere-designer.c:294 +msgid "Lizard" +msgstr "Lagarto" -#: plug-ins/common/vpropagate.c:1153 -#, fuzzy -msgid "_Propagating rate:" -msgstr "Taxa _Propagação:" +#: ../plug-ins/common/sphere-designer.c:295 +msgid "Phong" +msgstr "Sombra Phong" -#: plug-ins/common/vpropagate.c:1164 -#, fuzzy -msgid "To l_eft" -msgstr "Para _Esquerda" +#: ../plug-ins/common/sphere-designer.c:296 ../plug-ins/flame/flame.c:774 +msgid "Noise" +msgstr "Ruído" -#: plug-ins/common/vpropagate.c:1167 -#, fuzzy -msgid "To _right" -msgstr "Para Di_reita" +#: ../plug-ins/common/sphere-designer.c:297 +msgid "Wood" +msgstr "Madeira" -#: plug-ins/common/vpropagate.c:1170 -#, fuzzy -msgid "To _top" -msgstr "Para _Cima" +#: ../plug-ins/common/sphere-designer.c:298 ../plug-ins/flame/flame.c:758 +msgid "Spiral" +msgstr "Espiral" -#: plug-ins/common/vpropagate.c:1173 -#, fuzzy -msgid "To _bottom" -msgstr "Para _Baixo" +#: ../plug-ins/common/sphere-designer.c:299 +msgid "Spots" +msgstr "Pontos" -#: plug-ins/common/vpropagate.c:1182 -msgid "Propagating _Alpha Channel" -msgstr "A Propagar Canal _Alfa" +#: ../plug-ins/common/sphere-designer.c:1742 +#: ../plug-ins/common/sphere-designer.c:2690 +msgid "Texture" +msgstr "Textura" -#: plug-ins/common/vpropagate.c:1193 -msgid "Propagating Value Channel" -msgstr "A Propagar Valor Canal" +#: ../plug-ins/common/sphere-designer.c:1744 +msgid "Bumpmap" +msgstr "Mapa de Saliências" -#: plug-ins/common/warp.c:247 -#, fuzzy -msgid "_Warp..." -msgstr "A Deformar..." +#: ../plug-ins/common/sphere-designer.c:1746 +#: ../plug-ins/common/sphere-designer.c:2692 +msgid "Light" +msgstr "Luz" -#: plug-ins/common/warp.c:391 -msgid "Warp" -msgstr "Deformar" +#: ../plug-ins/common/sphere-designer.c:2009 +#, c-format +msgid "File '%s' is not a valid save file." +msgstr "'%s' não é um ficheiro GFlare válido." -#: plug-ins/common/warp.c:405 -#, fuzzy -msgid "Basic Options" -msgstr "Opções Principais" +#: ../plug-ins/common/sphere-designer.c:2187 +msgid "Open File" +msgstr "Abrir Ficheiro" -#: plug-ins/common/warp.c:427 -#, fuzzy -msgid "Step size:" -msgstr "Tamanho Intervalo:" +#: ../plug-ins/common/sphere-designer.c:2187 +msgid "Save File" +msgstr "Guardar ficheiro" -#: plug-ins/common/warp.c:441 plug-ins/ifscompose/ifscompose.c:1214 -msgid "Iterations:" -msgstr "Iterações:" +#: ../plug-ins/common/sphere-designer.c:2544 +msgid "Sphere Designer" +msgstr "Designer de Esfera" -#. Displacement map menu -#: plug-ins/common/warp.c:450 -#, fuzzy -msgid "Displacement map:" -msgstr "Mapa Deslocamento" +#: ../plug-ins/common/sphere-designer.c:2675 +msgid "Properties" +msgstr "Propriedades" -#. ======================================================================= -#. Displacement Type -#: plug-ins/common/warp.c:468 -#, fuzzy -msgid "On edges:" -msgstr "Nas Margens:" +#: ../plug-ins/common/sphere-designer.c:2691 +msgid "Bump" +msgstr "Saliência" -#: plug-ins/common/warp.c:479 -msgid "Wrap" -msgstr "Envolver" +#. row labels +#: ../plug-ins/common/sphere-designer.c:2699 +#: ../plug-ins/lighting/lighting-ui.c:405 +msgid "Type:" +msgstr "Tipo:" -#: plug-ins/common/warp.c:494 -msgid "Smear" -msgstr "Manchar" +#: ../plug-ins/common/sphere-designer.c:2718 +msgid "Texture:" +msgstr "Textura:" -#: plug-ins/common/warp.c:509 plug-ins/fits/fits.c:988 -#: plug-ins/flame/flame.c:1131 plug-ins/gfig/gfig-dialog.c:1421 -msgid "Black" -msgstr "Preto" +#: ../plug-ins/common/sphere-designer.c:2723 +msgid "Colors:" +msgstr "Cores:" -#: plug-ins/common/warp.c:524 -#, fuzzy -msgid "FG color" -msgstr "Cor Primeiro Plano" +#: ../plug-ins/common/sphere-designer.c:2726 +#: ../plug-ins/common/sphere-designer.c:2737 +msgid "Color Selection Dialog" +msgstr "Diálogo Selecção Cores" -#. -------------------------------------------------------------------- -#. --------- The secondary table -------------------------- -#: plug-ins/common/warp.c:544 -#, fuzzy -msgid "Advanced Options" -msgstr "Opções de Pacote de Filtro Avançadas" +#. Scale +#: ../plug-ins/common/sphere-designer.c:2748 +#: ../plug-ins/gimpressionist/paper.c:194 +#: ../plug-ins/ifs-compose/ifs-compose.c:554 +msgid "Scale:" +msgstr "Dimensionar:" -#: plug-ins/common/warp.c:560 -#, fuzzy -msgid "Dither size:" -msgstr "Tamanho Irresolução:" +#: ../plug-ins/common/sphere-designer.c:2756 +msgid "Turbulence:" +msgstr "Turbulência:" -#: plug-ins/common/warp.c:573 -#, fuzzy -msgid "Rotation angle:" -msgstr "Ângulo Rotação:" +#: ../plug-ins/common/sphere-designer.c:2763 +msgid "Amount:" +msgstr "Quantidade:" -#: plug-ins/common/warp.c:586 -msgid "Substeps:" -msgstr "Sub-passos:" +#: ../plug-ins/common/sphere-designer.c:2770 +msgid "Exp.:" +msgstr "Exp.:" -#. Magnitude map menu -#: plug-ins/common/warp.c:595 -#, fuzzy -msgid "Magnitude map:" -msgstr "Mapa Magnitude:" +#: ../plug-ins/common/sphere-designer.c:2777 +msgid "Transformations" +msgstr "Transformações" -#: plug-ins/common/warp.c:617 -#, fuzzy -msgid "Use magnitude map" -msgstr "Mapa Magnitude:" +#: ../plug-ins/common/sphere-designer.c:2793 +#: ../plug-ins/map-object/map-object-ui.c:1143 +msgid "Scale X:" +msgstr "Escala X:" -#. -------------------------------------------------------------------- -#. --------- The "other" table -------------------------- -#: plug-ins/common/warp.c:630 -#, fuzzy -msgid "More Advanced Options" -msgstr "Opções Principais" +#: ../plug-ins/common/sphere-designer.c:2800 +msgid "Scale Y:" +msgstr "Escala Y:" -#: plug-ins/common/warp.c:647 -#, fuzzy -msgid "Gradient scale:" -msgstr "Escala Gradiente:" +#: ../plug-ins/common/sphere-designer.c:2806 +msgid "Scale Z:" +msgstr "Escala Z:" -#: plug-ins/common/warp.c:670 -msgid "Gradient map selection menu" -msgstr "Menu de selecção do mapa de gradiente" +#: ../plug-ins/common/sphere-designer.c:2813 +msgid "Rotate X:" +msgstr "Rodar X:" -#: plug-ins/common/warp.c:680 -#, fuzzy -msgid "Vector mag:" -msgstr "Magnitude Vector:" +#: ../plug-ins/common/sphere-designer.c:2820 +msgid "Rotate Y:" +msgstr "Rodar Y:" -#. Angle -#: plug-ins/common/warp.c:695 plug-ins/ifscompose/ifscompose.c:586 -msgid "Angle:" -msgstr "Ângulo:" +#: ../plug-ins/common/sphere-designer.c:2827 +msgid "Rotate Z:" +msgstr "Rodar Z:" -#: plug-ins/common/warp.c:718 -msgid "Fixed-direction-vector map selection menu" -msgstr "Menu de selecção de mapa de vector de direcção fixo" +#: ../plug-ins/common/sphere-designer.c:2834 +msgid "Position X:" +msgstr "Posição X:" -#. -#. if (display_diff_map) { -#. gimp_display_new(new_image_id); -#. } -#. -#. make sure layer is visible -#: plug-ins/common/warp.c:1175 -msgid "Smoothing X gradient..." -msgstr "A suavizar gradiente X..." - -#: plug-ins/common/warp.c:1177 -msgid "Smoothing Y gradient..." -msgstr "A suavizar gradiente Y..." +#: ../plug-ins/common/sphere-designer.c:2841 +msgid "Position Y:" +msgstr "Posição Y:" -#. calculate new X,Y Displacement image maps -#: plug-ins/common/warp.c:1232 -msgid "Finding XY gradient..." -msgstr "A procurar gradiente XY..." +#: ../plug-ins/common/sphere-designer.c:2848 +msgid "Position Z:" +msgstr "Posição Z:" -#: plug-ins/common/warp.c:1255 -#, c-format -msgid "Flow Step %d..." -msgstr "Etapa Fluxo %d..." +#: ../plug-ins/common/sphere-designer.c:2963 +msgid "Rendering sphere" +msgstr "A renderizar a esfera" -#: plug-ins/common/waves.c:127 -#, fuzzy -msgid "_Waves..." -msgstr "Gravar Como..." +#: ../plug-ins/common/sphere-designer.c:3013 +msgid "Create an image of a textured sphere" +msgstr "Criar uma imagem de uma esfera texturizada" -#: plug-ins/common/waves.c:249 -msgid "Waves" -msgstr "Ondas" +#: ../plug-ins/common/sphere-designer.c:3020 +msgid "Sphere _Designer..." +msgstr "_Designer de Esfera..." -#: plug-ins/common/waves.c:287 -msgid "_Reflective" -msgstr "_Reflectivo" +#: ../plug-ins/common/sphere-designer.c:3080 +msgid "Region selected for plug-in is empty" +msgstr "A área seleccionada para ser usada por esta Extensão está vazia" -#: plug-ins/common/waves.c:306 -msgid "_Amplitude:" -msgstr "_Amplitude:" +#: ../plug-ins/common/threshold-alpha.c:85 +msgid "Make transparency all-or-nothing" +msgstr "Tornar a transparência em 'tudo-ou-nada', radical" -#: plug-ins/common/waves.c:318 -msgid "_Phase:" -msgstr "_Fase:" +#: ../plug-ins/common/threshold-alpha.c:90 +msgid "_Threshold Alpha..." +msgstr "Limite da _transparência:" -#: plug-ins/common/waves.c:330 -msgid "_Wavelength:" -msgstr "Comprimento da _Onda:" +#: ../plug-ins/common/threshold-alpha.c:131 +msgid "The layer has its alpha channel locked." +msgstr "Esta camada tem o canal transparência trancado." -#: plug-ins/common/waves.c:431 -msgid "Waving..." -msgstr "A Ondular..." +#: ../plug-ins/common/threshold-alpha.c:137 +msgid "RGBA/GRAYA drawable is not selected." +msgstr "O objecto desenhável RGB-A/CINZENTO-A não está selecionado." -#: plug-ins/common/webbrowser.c:141 -msgid "" -"Web browser not specified.\n" -"Please specify a web browser using the Preferences Dialog." -msgstr "" -"Browser web não especificado.\n" -"Especifique um browser web utilizando o Diálogo de Preferências." +#: ../plug-ins/common/threshold-alpha.c:165 +msgid "Coloring transparency" +msgstr "A colorir a transparência" -#: plug-ins/common/webbrowser.c:161 -#, c-format -msgid "" -"Could not parse specified web browser command:\n" -"%s" -msgstr "" -"Incapaz de parsear comando de browser web especificado:\n" -"%s" +#: ../plug-ins/common/threshold-alpha.c:248 +msgid "Threshold Alpha" +msgstr "Limitar Transparência" -#: plug-ins/common/webbrowser.c:174 -#, c-format -msgid "" -"Could not execute specified web browser:\n" -"%s" -msgstr "" -"Incapaz de executar browser web especificado:\n" -"%s" +#: ../plug-ins/common/threshold-alpha.c:283 +msgid "Threshold:" +msgstr "Intervalo:" -#: plug-ins/common/whirlpinch.c:161 -#, fuzzy -msgid "W_hirl and Pinch..." -msgstr "Turbilhão e Espremer" +#: ../plug-ins/common/tile-glass.c:124 +msgid "Simulate distortion caused by square glass tiles" +msgstr "Simular distorções causadas por mosaicos de vidro quadrados" -#: plug-ins/common/whirlpinch.c:348 -msgid "Whirling and Pinching..." -msgstr "Turbilhão e Espremer..." +#: ../plug-ins/common/tile-glass.c:130 +msgid "_Glass Tile..." +msgstr "Mosaico de _Vidro..." -#: plug-ins/common/whirlpinch.c:535 -msgid "Whirl and Pinch" -msgstr "Turbilhão e Espremer" +#: ../plug-ins/common/tile-glass.c:210 ../plug-ins/common/tile-glass.c:250 +msgid "Glass Tile" +msgstr "Mosaico de Vidro" -#: plug-ins/common/whirlpinch.c:564 -#, fuzzy -msgid "_Whirl angle:" -msgstr "Ângulo do Turbil_hão:" +#: ../plug-ins/common/tile-glass.c:289 +msgid "Tile _width:" +msgstr "Largura dos _mosaicos:" -#: plug-ins/common/whirlpinch.c:576 -#, fuzzy -msgid "_Pinch amount:" -msgstr "Quantidade de Es_premer:" +#: ../plug-ins/common/tile-paper.c:243 ../plug-ins/common/tile-paper.c:556 +msgid "Paper Tile" +msgstr "Mosaico de Papel" -#: plug-ins/common/winclipboard.c:109 -#, fuzzy -msgid "Copy to Clipboard" -msgstr "/Editar/Copiar para Área Transferência" +#: ../plug-ins/common/tile-paper.c:269 +msgid "Division" +msgstr "Divisão" -#: plug-ins/common/winclipboard.c:121 -#, fuzzy -msgid "Paste from Clipboard" -msgstr "/Editar/Colar da Área Transferência" +#: ../plug-ins/common/tile-paper.c:319 +msgid "Fractional Pixels" +msgstr "Pixeis Fraccionais" -#: plug-ins/common/winclipboard.c:133 -#, fuzzy -msgid "From Clipboard" -msgstr "Da Cor" +#: ../plug-ins/common/tile-paper.c:324 +msgid "_Background" +msgstr "F_undo" -#: plug-ins/common/winclipboard.c:331 -msgid "Copying..." -msgstr "A Copiar..." +#: ../plug-ins/common/tile-paper.c:326 +msgid "_Ignore" +msgstr "_Ignorar" -#: plug-ins/common/winclipboard.c:494 -msgid "Unsupported format or Clipboard empty!" -msgstr "Formato não suportado ou Área Transferência vazia!" +#: ../plug-ins/common/tile-paper.c:328 +msgid "_Force" +msgstr "_Forçar" -#: plug-ins/common/winclipboard.c:505 -msgid "Can't get Clipboard data." -msgstr "Incapaz obter dados da Área Transferência." +#: ../plug-ins/common/tile-paper.c:335 +msgid "C_entering" +msgstr "A c_entrar" -#. ??? gimp_image_convert_rgb (image_ID); -#. -#: plug-ins/common/winclipboard.c:587 -msgid "Pasted" -msgstr "Colado" - -#: plug-ins/common/winclipboard.c:600 -msgid "Pasting..." -msgstr "A Colar..." +#: ../plug-ins/common/tile-paper.c:350 +msgid "Movement" +msgstr "Movimento" -#: plug-ins/common/wind.c:183 -#, fuzzy -msgid "Wi_nd..." -msgstr "A Ondular..." +#: ../plug-ins/common/tile-paper.c:363 +msgid "_Max (%):" +msgstr "_Máx. (%):" -#: plug-ins/common/wind.c:315 -msgid "Rendering Blast..." -msgstr "A Renderizar Ventania..." +#: ../plug-ins/common/tile-paper.c:369 +msgid "_Wrap around" +msgstr "_Embrulhar" -#: plug-ins/common/wind.c:438 -msgid "Rendering Wind..." -msgstr "A Renderizar Vento..." +#: ../plug-ins/common/tile-paper.c:379 +msgid "Background Type" +msgstr "Tipo do Fundo" -#: plug-ins/common/wind.c:873 -msgid "Wind" -msgstr "Vento" +#: ../plug-ins/common/tile-paper.c:386 +msgid "I_nverted image" +msgstr "Imagem i_nvertida" -#. ******************************************************** -#. radio buttons for choosing wind rendering algorithm -#. ***************************************************** -#: plug-ins/common/wind.c:906 -msgid "Style" -msgstr "Estilo" +#: ../plug-ins/common/tile-paper.c:388 +msgid "Im_age" +msgstr "Im_agem" -#: plug-ins/common/wind.c:910 -msgid "_Wind" -msgstr "_Vento" +#: ../plug-ins/common/tile-paper.c:390 +msgid "Fo_reground color" +msgstr "Co_r de 1º Plano" -#: plug-ins/common/wind.c:911 -msgid "_Blast" -msgstr "Ve_ntania" +#: ../plug-ins/common/tile-paper.c:392 +msgid "Bac_kground color" +msgstr "Cor de f_undo" -#: plug-ins/common/wind.c:934 -msgid "_Left" -msgstr "_Esquerda" +#: ../plug-ins/common/tile-paper.c:394 +msgid "S_elect here:" +msgstr "S_eleccionar aqui:" -#: plug-ins/common/wind.c:935 -msgid "_Right" -msgstr "_Direita" +#: ../plug-ins/common/tile-paper.c:401 +msgid "Background Color" +msgstr "Cor de Fundo" -#. **************************************************** -#. radio buttons for choosing BOTH, LEADING, TRAILING -#. ************************************************** -#: plug-ins/common/wind.c:954 -msgid "Edge Affected" -msgstr "Extremidade Afectada" +#: ../plug-ins/common/tile-paper.c:846 +msgid "Cut image into paper tiles, and slide them" +msgstr "Cortar a imagem em mosaicos de papel e movê-los para os lados" -#: plug-ins/common/wind.c:958 -msgid "L_eading" -msgstr "Pr_incipal" +#: ../plug-ins/common/tile-paper.c:851 +msgid "September 31, 1999" +msgstr "31 de Setembro de 1999" -#: plug-ins/common/wind.c:959 -msgid "Tr_ailing" -msgstr "R_asto" +#: ../plug-ins/common/tile-paper.c:852 +msgid "_Paper Tile..." +msgstr "_Mosaico de Papel..." -#: plug-ins/common/wind.c:960 -msgid "Bot_h" -msgstr "Am_bos" +#: ../plug-ins/common/tile-seamless.c:67 +msgid "Alters edges to make the image seamlessly tileable" +msgstr "Alterar as arestas criar mosaicos com juntas perfeitamente ajustáveis" -#: plug-ins/common/wind.c:997 -msgid "Higher values restrict the effect to fewer areas of the image" -msgstr "Valores superiores restringem o efeito de menos áreas da imagem" +#: ../plug-ins/common/tile-seamless.c:73 +msgid "_Make Seamless" +msgstr "_Juntas Perfeitas" -#: plug-ins/common/wind.c:1012 plug-ins/gimpressionist/orientmap.c:669 -msgid "_Strength:" -msgstr "Re_sistência:" +#: ../plug-ins/common/tile-seamless.c:338 +msgid "Tiler" +msgstr "A criar juntas de mosaicos encaixáveis" -#: plug-ins/common/wind.c:1016 -msgid "Higher values increase the magnitude of the effect" -msgstr "Valores maiores aumentam a magnitude do efeito" +#: ../plug-ins/common/tile-small.c:215 +msgid "Tile image into smaller versions of the original" +msgstr "Criar imagem composta por pequenos mosaicos da original" -#: plug-ins/common/winprint.c:224 -#, fuzzy -msgid "_Print" -msgstr "Ponto" +#: ../plug-ins/common/tile-small.c:220 +msgid "_Small Tiles..." +msgstr "Pequenos mo_saicos..." -#: plug-ins/common/winprint.c:236 -#, fuzzy -msgid "Page Setup" -msgstr "/Ficheiro/Configuração de Página" +#: ../plug-ins/common/tile-small.c:263 +msgid "Region selected for filter is empty." +msgstr "A região seleccionada para ser usada no filtro está vazia" -#: plug-ins/common/winprint.c:341 -#, c-format -msgid "PrintDlg failed: %d" -msgstr "PrintDlg falhou: %d" +#. Set the tile cache size +#: ../plug-ins/common/tile-small.c:321 ../plug-ins/common/tile.c:190 +msgid "Tiling" +msgstr "Criando os pequenos mosaicos" -#: plug-ins/common/winprint.c:377 -msgid "Printer doesn't support bitmaps" -msgstr "Impressora não suporta bitmaps" +#. Get the preview image +#: ../plug-ins/common/tile-small.c:364 +msgid "Small Tiles" +msgstr "Pequenos Mosaicos (Small Tiles)" -#: plug-ins/common/winprint.c:418 -msgid "StartPage failed" -msgstr "StartPage falhou" +#. Area for buttons etc +#. Flip +#: ../plug-ins/common/tile-small.c:414 +#: ../plug-ins/ifs-compose/ifs-compose.c:610 +msgid "Flip" +msgstr "Revirar" -#: plug-ins/common/winprint.c:427 plug-ins/print/print-image-gimp.c:320 -msgid "Printing..." -msgstr "A Imprimir..." +#: ../plug-ins/common/tile-small.c:462 +msgid "A_ll tiles" +msgstr "_Todos os mosaicos" -#: plug-ins/common/winprint.c:459 -msgid "CreateDIBSection failed" -msgstr "CreateDIBSection falhou" +#: ../plug-ins/common/tile-small.c:476 +msgid "Al_ternate tiles" +msgstr "_Mosaicos Alternados" -#: plug-ins/common/winprint.c:495 -msgid "SetStretchBltMode failed (warning only)" -msgstr "SetStretchBltMode falhou (apenas aviso)" +#: ../plug-ins/common/tile-small.c:490 +msgid "_Explicit tile" +msgstr "_Especificar mosaicos" -#: plug-ins/common/winprint.c:558 -#, c-format -msgid "" -"StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) failed, " -"error = %d, y = %d" -msgstr "" -"StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) falhou, erro " -"= %d, y = %d" +#: ../plug-ins/common/tile-small.c:496 +msgid "Ro_w:" +msgstr "_Fila:" -#: plug-ins/common/winprint.c:587 -msgid "EndPage failed" -msgstr "EndPage falhou" +#: ../plug-ins/common/tile-small.c:520 +msgid "Col_umn:" +msgstr "_Coluna:" -#: plug-ins/common/winprint.c:634 -#, c-format -msgid "PageSetupDlg failed: %d" -msgstr "PageSetupDlg falhou: %d" +#: ../plug-ins/common/tile-small.c:572 +msgid "O_pacity:" +msgstr "_Opacidade:" -#: plug-ins/common/wmf.c:131 -msgid "Microsoft WMF file" -msgstr "" +#. Lower frame saying howmany segments +#: ../plug-ins/common/tile-small.c:581 +msgid "Number of Segments" +msgstr "Quantidade de Segmentos" -#: plug-ins/common/wmf.c:336 -#, fuzzy -msgid "" -"WMF file does not\n" -"specify a size!" -msgstr "" -"Ficheiro SVG não\n" -"especifica um tamanho!" +#: ../plug-ins/common/tile.c:101 +msgid "Create an array of copies of the image" +msgstr "Criar um série de cópias da imagem, encaixando-as como mosaicos" -#: plug-ins/common/wmf.c:484 -#, fuzzy -msgid "Render Windows Metafile" -msgstr "Ler Meta-Ficheiro Windows" +#: ../plug-ins/common/tile.c:111 +msgid "_Tile..." +msgstr "_Painel de Mosaico..." -#: plug-ins/common/wmf.c:947 plug-ins/sgi/sgi.c:318 -#, c-format -msgid "Could not open '%s' for reading." -msgstr "Incapaz de abrir '%s' para escrita." +#: ../plug-ins/common/tile.c:401 +msgid "Tile" +msgstr "Azulejo" -#: plug-ins/common/wmf.c:963 -msgid "Rendered WMF" -msgstr "WMF Renderizado" +#: ../plug-ins/common/tile.c:422 +msgid "Tile to New Size" +msgstr "Novo tamanho do painel de mosaicos" -#: plug-ins/common/xbm.c:169 plug-ins/common/xbm.c:187 -msgid "X BitMap image" -msgstr "" +#: ../plug-ins/common/tile.c:444 +msgid "C_reate new image" +msgstr "C_riar uma nova imagem" -#: plug-ins/common/xbm.c:241 -msgid "Created with The GIMP" -msgstr "Criado com O GIMP" +#: ../plug-ins/common/unit-editor.c:94 +msgid "Saved" +msgstr "Guardado" -#: plug-ins/common/xbm.c:804 -#, c-format +#: ../plug-ins/common/unit-editor.c:94 msgid "" -"'%s':\n" -"Could not read header (ftell == %ld)" +"A unit definition will only be saved before GIMP exits if this column is " +"checked." msgstr "" -"'%s':\n" -"Incapaz de ler cabeçalho (ftell == %ld)" +"Se a opção desta coluna estiver marcada, será gravada a definição de unidade " +"antes de sair do GIMP, caso contrário será uma definição temporária." -#: plug-ins/common/xbm.c:811 -#, c-format -msgid "" -"'%s':\n" -"No image width specified" -msgstr "" -"'%s':\n" -"Largura de imagem não especificada" +#: ../plug-ins/common/unit-editor.c:96 +msgid "ID" +msgstr "ID da unidade" -#: plug-ins/common/xbm.c:818 -#, c-format +#: ../plug-ins/common/unit-editor.c:96 msgid "" -"'%s':\n" -"No image height specified" +"This string will be used to identify a unit in GIMP's configuration files." msgstr "" -"'%s':\n" -"Altura de imagem não especificada" +"Esta expressão será utilizada para identificar uma unidade nos ficheiros de " +"configuração do GIMP." -#: plug-ins/common/xbm.c:825 -#, c-format -msgid "" -"'%s':\n" -"No image data type specified" -msgstr "" -"'%s':\n" -"Tipo de dados da imagem não especificados" +#: ../plug-ins/common/unit-editor.c:98 +msgid "Factor" +msgstr "Factor" -#. The image is not black-and-white. -#: plug-ins/common/xbm.c:960 +#: ../plug-ins/common/unit-editor.c:98 +msgid "How many units make up an inch." +msgstr "Quantas unidades correspondem a 1 polegada." + +#: ../plug-ins/common/unit-editor.c:99 +msgid "Digits" +msgstr "Decimais" + +#: ../plug-ins/common/unit-editor.c:99 msgid "" -"The image which you are trying to save as an XBM contains more than two " -"colors.\n" -"\n" -"Please convert it to a black and white (1-bit) indexed image and try again." +"This field is a hint for numerical input fields. It specifies how many " +"decimal digits the input field should provide to get approximately the same " +"accuracy as an \"inch\" input field with two decimal digits." msgstr "" -"A imagem que está a tentar gravar como uma XBM contém mais do que duas " -"cores.\n" -"\n" -"Converta-a para imagem indexada (1-bit) preto e branco e tente novamente." +"Este campo é uma dica para os campos de entrada numéricos. Especifica " +"quantas casas decimais o campo de entrada deve ter para obter a mesma " +"precisão por aproximação a um campo de entrada de \"polegada\" com duas " +"casas decimais." -#: plug-ins/common/xbm.c:971 +#: ../plug-ins/common/unit-editor.c:104 +msgid "Symbol" +msgstr "Símbolo" + +#: ../plug-ins/common/unit-editor.c:104 +#, fuzzy msgid "" -"You cannot save a cursor mask for an image\n" -"which has no alpha channel." +"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's " +"abbreviation is used if doesn't have a symbol." msgstr "" -"Não pode gravar uma máscara de cursor para uma imagem\n" -"que não tem canal alfa." +"O símbolo da unidade se houver algum (p.e. \"'\" para polegadas). Será " +"utilizada a abreviatura de unidade se não existir um símbolo." -#: plug-ins/common/xbm.c:1148 -msgid "Save as XBM" -msgstr "Gravar como XBM" +#: ../plug-ins/common/unit-editor.c:107 +msgid "Abbreviation" +msgstr "Abreviatura" -#. parameter settings -#: plug-ins/common/xbm.c:1158 -msgid "XBM Options" -msgstr "Opções XBM" +#: ../plug-ins/common/unit-editor.c:107 +msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." +msgstr "Abreviatura da unidade (ex.: \"cm\" para centímetros)." -#. X10 format -#: plug-ins/common/xbm.c:1167 -#, fuzzy -msgid "_X10 format bitmap" -msgstr "Bitmap Formato _X10" +#: ../plug-ins/common/unit-editor.c:109 +msgid "Singular" +msgstr "Singular" -#: plug-ins/common/xbm.c:1187 -#, fuzzy -msgid "_Identifier prefix:" -msgstr "Prefixo _Identificador:" +#: ../plug-ins/common/unit-editor.c:109 +msgid "The unit's singular form." +msgstr "A forma singular do nome da unidade." -#. hotspot toggle -#: plug-ins/common/xbm.c:1209 -#, fuzzy -msgid "_Write hot spot values" -msgstr "Escrever Valores _Hot Spot" +#: ../plug-ins/common/unit-editor.c:110 +msgid "Plural" +msgstr "Plural" -#: plug-ins/common/xbm.c:1231 -#, fuzzy -msgid "Hot spot _X:" -msgstr "Hot Spot _X:" +#: ../plug-ins/common/unit-editor.c:110 +msgid "The unit's plural form." +msgstr "A forma plural do nome da unidade." -#: plug-ins/common/xbm.c:1241 -#, fuzzy -msgid "Hot spot _Y:" -msgstr "Hot Spot _X:" +#: ../plug-ins/common/unit-editor.c:121 +msgid "Create a new unit from scratch" +msgstr "Criar uma nova unidade." -#. mask file -#: plug-ins/common/xbm.c:1248 -msgid "Mask File" -msgstr "Ficheiro Máscara" +#: ../plug-ins/common/unit-editor.c:127 +msgid "Create a new unit using the currently selected unit as template" +msgstr "Criar uma nova unidade, tendo como modelo a que estiver seleccionada." -#: plug-ins/common/xbm.c:1258 -#, fuzzy -msgid "W_rite extra mask file" -msgstr "G_ravar Ficheiro de Máscara Extra" +#: ../plug-ins/common/unit-editor.c:145 +msgid "Create or alter units used in GIMP" +msgstr "Criar ou alterar as unidades de medida usadas no GIMP" -#: plug-ins/common/xbm.c:1271 -#, fuzzy -msgid "_Mask file extension:" -msgstr "Extensão Ficheiro _Máscara:" +#: ../plug-ins/common/unit-editor.c:150 +msgid "U_nits" +msgstr "U_nidades" -#: plug-ins/common/xpm.c:170 plug-ins/common/xpm.c:195 -msgid "X PixMap image" -msgstr "" +#: ../plug-ins/common/unit-editor.c:208 +msgid "Add a New Unit" +msgstr "Adicionar uma Nova Unidade" -#: plug-ins/common/xpm.c:354 -#, c-format -msgid "Error opening file '%s'" -msgstr "Erro ao abrir ficheiro '%s'" +#: ../plug-ins/common/unit-editor.c:237 +msgid "_ID:" +msgstr "_ID da Unidade:" -#: plug-ins/common/xpm.c:359 -msgid "XPM file invalid" -msgstr "Ficheiro XPM inválido" +#: ../plug-ins/common/unit-editor.c:248 +msgid "_Factor:" +msgstr "_Factor de conversão:" -#: plug-ins/common/xpm.c:780 -msgid "Save as XPM" -msgstr "Gravar como XBM" +#: ../plug-ins/common/unit-editor.c:258 +msgid "_Digits:" +msgstr "Casas _Decimais:" -#: plug-ins/common/xpm.c:796 -#, fuzzy -msgid "_Alpha threshold:" -msgstr "Limite _Alfa:" +#: ../plug-ins/common/unit-editor.c:270 +msgid "_Symbol:" +msgstr "_Símbolo:" -#: plug-ins/common/xwd.c:277 plug-ins/common/xwd.c:297 -msgid "X window dump" -msgstr "" +#: ../plug-ins/common/unit-editor.c:282 +msgid "_Abbreviation:" +msgstr "_Abreviatura:" -#: plug-ins/common/xwd.c:430 -#, c-format -msgid "Could not read XWD header from '%s'" -msgstr "Incapaz de ler cabeçalho XWD de '%s'" +#: ../plug-ins/common/unit-editor.c:294 +msgid "Si_ngular:" +msgstr "Si_ngular:" -#: plug-ins/common/xwd.c:468 -#, fuzzy -msgid "Can't read color entries" -msgstr "Incapaz ler entradas de cores" +#: ../plug-ins/common/unit-editor.c:306 +msgid "_Plural:" +msgstr "_Plural:" + +#: ../plug-ins/common/unit-editor.c:349 +msgid "Incomplete input" +msgstr "Entrada de dados incompleta" + +#: ../plug-ins/common/unit-editor.c:352 +msgid "Please fill in all text fields." +msgstr "Por favor preencha todos os campos de texto" + +#: ../plug-ins/common/unit-editor.c:409 +msgid "Unit Editor" +msgstr "Editor de Unidades de Medida" + +#: ../plug-ins/common/unsharp-mask.c:128 +msgid "The most widely useful method for sharpening an image" +msgstr "O método mais usado para aguçar uma imagem" + +#: ../plug-ins/common/unsharp-mask.c:138 +msgid "_Unsharp Mask..." +msgstr "_Máscara de Aguçar..." -#: plug-ins/common/xwd.c:527 -#, fuzzy, c-format -msgid "" -"XWD-file %s has format %d, depth %d\n" -"and bits per pixel %d.\n" -"Currently this is not supported." -msgstr "" -"load_image (xwd): Ficheiro %s XWD tem formato %d, profundidade %d\n" -"e bits por pixel %d.\n" -"Actualmente tal não é suportado.\n" +#: ../plug-ins/common/unsharp-mask.c:475 +msgid "Merging" +msgstr "A fundir" -#: plug-ins/common/xwd.c:557 -msgid "Cannot save images with alpha channels." -msgstr "Incapaz de gravar imagens com canais alfa." +#: ../plug-ins/common/unsharp-mask.c:644 +msgid "Unsharp Mask" +msgstr "Máscara de Aguçar" -#: plug-ins/common/xwd.c:2160 -#, fuzzy -msgid "Error during writing indexed/gray image" -msgstr "Erro durante gravação de imagem indexada/cinza" +#: ../plug-ins/common/value-invert.c:90 +msgid "Invert the brightness of each pixel" +msgstr "Inverter o brilho de cada pixel" -#: plug-ins/common/xwd.c:2258 -msgid "Error during writing rgb image" -msgstr "Erro durante gravação de imagem rgb" +#: ../plug-ins/common/value-invert.c:104 +msgid "_Value Invert" +msgstr "_Inversão de Valores" -#: plug-ins/common/zealouscrop.c:85 -#, fuzzy -msgid "_Zealous Crop" -msgstr "ZealousCropping(tm)..." +#: ../plug-ins/common/value-invert.c:191 +msgid "Value Invert" +msgstr "Inversão de Valores" -#: plug-ins/common/zealouscrop.c:133 -msgid "ZealousCropping(tm)..." -msgstr "ZealousCropping(tm)..." +#: ../plug-ins/common/value-propagate.c:189 +msgid "More _white (larger value)" +msgstr "_1 - Mais Branco (valor maior)" -#: plug-ins/common/zealouscrop.c:234 -msgid "Nothing to crop." -msgstr "Nada a recortar." +#: ../plug-ins/common/value-propagate.c:192 +msgid "More blac_k (smaller value)" +msgstr "_2 - Mais Preto (valor menor)" -#: plug-ins/dbbrowser/gimpprocbrowser.c:128 -#: plug-ins/dbbrowser/gimpprocbrowser.c:142 -msgid "Procedure Browser" -msgstr "" +#: ../plug-ins/common/value-propagate.c:195 +msgid "_Middle value to peaks" +msgstr "_3 - Valor médio para picos" -#: plug-ins/dbbrowser/gimpprocbrowser.c:132 -#: plug-ins/dbbrowser/gimpprocbrowser.c:146 -#: plug-ins/dbbrowser/plugin-browser.c:548 -msgid "Search by _Name" -msgstr "Procurar por _Nome" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:133 -#: plug-ins/dbbrowser/gimpprocbrowser.c:147 -msgid "Search by _Blurb" -msgstr "Procurar por _Descrição" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:224 -#: plug-ins/dbbrowser/plugin-browser.c:718 -msgid "_Search:" -msgstr "_Procura:" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:386 -#: plug-ins/dbbrowser/plugin-browser.c:397 -msgid "Searching by name - please wait" -msgstr "A procurar por nome - por favor aguarde" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:410 -msgid "Searching by blurb - please wait" -msgstr "A procurar por descrição - por favor aguarde" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:421 -msgid "Searching - please wait" -msgstr "A procurar - por favor aguarde" +#: ../plug-ins/common/value-propagate.c:198 +msgid "_Foreground to peaks" +msgstr "_4 - Cor de 1ºPlano para picos" -#: plug-ins/dbbrowser/gimpprocbrowser.c:428 -#, fuzzy -msgid "1 Procedure" -msgstr "Procedimento Temporário" +#: ../plug-ins/common/value-propagate.c:201 +msgid "O_nly foreground" +msgstr "_5 - Apenas 1º Plano" -#: plug-ins/dbbrowser/gimpprocbrowser.c:430 -#, fuzzy, c-format -msgid "%d Procedures" -msgstr "Procedimento Temporário" +#: ../plug-ins/common/value-propagate.c:204 +msgid "Only b_ackground" +msgstr "_6 - Apenas Fundo" -#: plug-ins/dbbrowser/gimpprocbrowser.c:476 -#: plug-ins/dbbrowser/plugin-browser.c:516 -msgid "No matches" -msgstr "Nenhum resultado" +#: ../plug-ins/common/value-propagate.c:207 +msgid "Mor_e opaque" +msgstr "_7 - Mais opaco" -#. -#. * Scales -#. -#. -#. * Scales -#. -#: plug-ins/dbbrowser/gimpprocview.c:133 plug-ins/gflare/gflare.c:2673 -#: plug-ins/gflare/gflare.c:3503 plug-ins/gflare/gflare.c:3608 -#: plug-ins/gflare/gflare.c:3745 -msgid "Parameters" -msgstr "Parâmetros" +#: ../plug-ins/common/value-propagate.c:210 +msgid "More t_ransparent" +msgstr "_8 - Mais transparente" -#: plug-ins/dbbrowser/gimpprocview.c:146 -msgid "Return Values" -msgstr "" +#: ../plug-ins/common/value-propagate.c:233 +msgid "Propagate certain colors to neighboring pixels" +msgstr "Propagar certas cores para os pixeis vizinhos" -#: plug-ins/dbbrowser/gimpprocview.c:159 -#, fuzzy -msgid "Additional Information" -msgstr "Transformação Espacial" +#: ../plug-ins/common/value-propagate.c:238 +msgid "_Value Propagate..." +msgstr "_Propagar Valor de Cor..." -#: plug-ins/dbbrowser/gimpprocview.c:198 -msgid "Author:" -msgstr "Autor:" - -#: plug-ins/dbbrowser/gimpprocview.c:209 -msgid "Date:" -msgstr "Data:" - -#: plug-ins/dbbrowser/gimpprocview.c:220 -msgid "Copyright:" -msgstr "Copyright:" - -#: plug-ins/dbbrowser/gimpprocview.c:319 -msgid "Internal GIMP procedure" -msgstr "Procedimento interno GIMP" - -#: plug-ins/dbbrowser/gimpprocview.c:320 -msgid "GIMP Plug-In" -msgstr "Plug-In GIMP" - -#: plug-ins/dbbrowser/gimpprocview.c:321 -msgid "GIMP Extension" -msgstr "Extensão GIMP" - -#: plug-ins/dbbrowser/gimpprocview.c:322 -msgid "Temporary Procedure" -msgstr "Procedimento Temporário" +#: ../plug-ins/common/value-propagate.c:245 +msgid "Shrink lighter areas of the image" +msgstr "Encolher áreas mais claras da imagem" -#: plug-ins/dbbrowser/plugin-browser.c:151 -#, fuzzy -msgid "_Plug-In Browser" -msgstr "DB Browser" +#: ../plug-ins/common/value-propagate.c:250 +msgid "E_rode" +msgstr "E_rodir" -#: plug-ins/dbbrowser/plugin-browser.c:418 -#, fuzzy -msgid "1 Plug-In Interface" -msgstr "Número Interfaces do Plugin: %d" +#: ../plug-ins/common/value-propagate.c:257 +msgid "Grow lighter areas of the image" +msgstr "Abrilhantar áreas mais claras da imagem" -#: plug-ins/dbbrowser/plugin-browser.c:420 -#, fuzzy, c-format -msgid "%d Plug-In Interfaces" -msgstr "Número Interfaces do Plugin: %d" +#: ../plug-ins/common/value-propagate.c:262 +msgid "_Dilate" +msgstr "_Dilatar" -#: plug-ins/dbbrowser/plugin-browser.c:544 -#, fuzzy -msgid "Plug-In Browser" -msgstr "DB Browser" +#: ../plug-ins/common/value-propagate.c:473 +#: ../plug-ins/common/value-propagate.c:1086 +msgid "Value Propagate" +msgstr "Propagação de Valores (Value Propagate)" -#: plug-ins/dbbrowser/plugin-browser.c:595 -msgid "Name" -msgstr "Nome" +#. Parameter settings +#: ../plug-ins/common/value-propagate.c:1152 +msgid "Propagate" +msgstr "Limites da Propagação" -#: plug-ins/dbbrowser/plugin-browser.c:603 -#: plug-ins/dbbrowser/plugin-browser.c:672 -#, fuzzy -msgid "Insertion Date" -msgstr "Inserir Ponto" +#: ../plug-ins/common/value-propagate.c:1165 +msgid "Lower t_hreshold:" +msgstr "Limite _inferior:" -#: plug-ins/dbbrowser/plugin-browser.c:611 -#, fuzzy -msgid "Menu Path" -msgstr "Caminho Menu:" +#: ../plug-ins/common/value-propagate.c:1177 +msgid "_Upper threshold:" +msgstr "Limite s_uperior:" -#: plug-ins/dbbrowser/plugin-browser.c:619 -#: plug-ins/dbbrowser/plugin-browser.c:681 -#, fuzzy -msgid "Image Types" -msgstr "Tipos Imagem" +#: ../plug-ins/common/value-propagate.c:1189 +msgid "_Propagating rate:" +msgstr "Taxa de _propagação:" -#: plug-ins/dbbrowser/plugin-browser.c:643 -msgid "List View" -msgstr "Visualização Lista" +#: ../plug-ins/common/value-propagate.c:1200 +msgid "To l_eft" +msgstr "Para a _esquerda" -#: plug-ins/dbbrowser/plugin-browser.c:663 -#, fuzzy -msgid "Menu Path/Name" -msgstr "Nome/Caminho Menu" +#: ../plug-ins/common/value-propagate.c:1203 +msgid "To _right" +msgstr "Para a _direita" -#: plug-ins/dbbrowser/plugin-browser.c:704 -#, fuzzy -msgid "Tree View" -msgstr "Visualização em Árvore" +#: ../plug-ins/common/value-propagate.c:1206 +msgid "To _top" +msgstr "Para _cima" -#: plug-ins/dbbrowser/procedure-browser.c:89 -msgid "Procedure _Browser" -msgstr "" +#: ../plug-ins/common/value-propagate.c:1209 +msgid "To _bottom" +msgstr "Para _baixo" -#: plug-ins/faxg3/faxg3.c:100 -msgid "G3 fax image" -msgstr "" +#: ../plug-ins/common/value-propagate.c:1218 +msgid "Propagating _alpha channel" +msgstr "Propag_ar o canal transparência" -#: plug-ins/fits/fits.c:159 plug-ins/fits/fits.c:178 -msgid "Flexible Image Transport System" -msgstr "" +#: ../plug-ins/common/value-propagate.c:1229 +msgid "Propagating value channel" +msgstr "A propagar o valor do canal" -#: plug-ins/fits/fits.c:346 -msgid "Error during open of FITS file" -msgstr "Erro ao abrir o ficheiro FITS" +#: ../plug-ins/common/van-gogh-lic.c:566 ../plug-ins/common/van-gogh-lic.c:641 +msgid "Van Gogh (LIC)" +msgstr "Van Gogh - Convolução de inteiro de linha (LIC)" -#: plug-ins/fits/fits.c:351 -msgid "FITS file keeps no displayable images" -msgstr "O ficheiro FITS não mantém imagens que possam ser exibidas" +#: ../plug-ins/common/van-gogh-lic.c:666 +msgid "Effect Channel" +msgstr "Canal de Efeito" -#: plug-ins/fits/fits.c:430 -msgid "FITS save cannot handle images with alpha channels" -msgstr "Gravação FITS não pode manipular imagens com canais alfa" +#: ../plug-ins/common/van-gogh-lic.c:673 +msgid "_Brightness" +msgstr "_Brilho" -#: plug-ins/fits/fits.c:969 -msgid "Load FITS File" -msgstr "Ler Ficheiro FITS" +#: ../plug-ins/common/van-gogh-lic.c:679 +msgid "Effect Operator" +msgstr "Operador do Efeito" -#: plug-ins/fits/fits.c:984 -msgid "BLANK/NaN Pixel Replacement" -msgstr "Substituição Pixel BLANK/NaN" +#: ../plug-ins/common/van-gogh-lic.c:684 +msgid "_Derivative" +msgstr "_Derivativo" -#: plug-ins/fits/fits.c:989 plug-ins/gfig/gfig-dialog.c:1288 -#: plug-ins/gfig/gfig-dialog.c:1422 -msgid "White" -msgstr "Branco" +#: ../plug-ins/common/van-gogh-lic.c:685 +msgid "_Gradient" +msgstr "_Gradiente" -#: plug-ins/fits/fits.c:996 -#, fuzzy -msgid "Pixel value scaling" -msgstr "Escala Valor Pixel" +#: ../plug-ins/common/van-gogh-lic.c:691 +msgid "Convolve" +msgstr "Envolver" -#: plug-ins/fits/fits.c:1001 -msgid "By DATAMIN/DATAMAX" -msgstr "Por DATAMIN/DATAMAX" +#: ../plug-ins/common/van-gogh-lic.c:696 +msgid "_With white noise" +msgstr "_Com ruído branco" -#: plug-ins/fits/fits.c:1008 -msgid "Image Composing" -msgstr "Composição Imagem" +#: ../plug-ins/common/van-gogh-lic.c:697 +msgid "W_ith source image" +msgstr "Com a imagem o_riginal" -#: plug-ins/flame/flame.c:133 -#, fuzzy -msgid "_Flame..." -msgstr "Chama" +#: ../plug-ins/common/van-gogh-lic.c:716 +msgid "_Effect image:" +msgstr "Imagem do _Efeito:" -#: plug-ins/flame/flame.c:227 -msgid "Drawing Flame..." -msgstr "A Desenhar Chama..." +#: ../plug-ins/common/van-gogh-lic.c:727 +msgid "_Filter length:" +msgstr "Tamanho do _filtro:" -#: plug-ins/flame/flame.c:319 -msgid "Flame works only on RGB drawables." -msgstr "A chama só funciona em desenhos RGB." +#: ../plug-ins/common/van-gogh-lic.c:736 +msgid "_Noise magnitude:" +msgstr "Mag_nitude do ruído:" -#: plug-ins/flame/flame.c:402 -#, c-format -msgid "'%s' is not a regular file" -msgstr "'%s' não é um ficheiro normal" +#: ../plug-ins/common/van-gogh-lic.c:745 +msgid "In_tegration steps:" +msgstr "Passos de in_tegração:" -#: plug-ins/flame/flame.c:637 -msgid "Edit Flame" -msgstr "Editar Chama" +#: ../plug-ins/common/van-gogh-lic.c:754 +msgid "_Minimum value:" +msgstr "Valor _minimo:" -#: plug-ins/flame/flame.c:655 -msgid "Directions" -msgstr "Direções" +#: ../plug-ins/common/van-gogh-lic.c:763 +msgid "M_aximum value:" +msgstr "V_alor máximo:" -#: plug-ins/flame/flame.c:691 -msgid "Controls" -msgstr "Controlos" +#: ../plug-ins/common/van-gogh-lic.c:809 +msgid "Special effects that nobody understands" +msgstr "Efeitos especiais dificeis de compreender" -#: plug-ins/flame/flame.c:705 -msgid "_Speed:" -msgstr "_Velocidade:" +#: ../plug-ins/common/van-gogh-lic.c:814 +msgid "_Van Gogh (LIC)..." +msgstr "_Estilo Van Gogh (LIC)..." -#: plug-ins/flame/flame.c:722 -msgid "_Randomize" -msgstr "Aleato_riezar" +#: ../plug-ins/common/video.c:42 +msgid "_Staggered" +msgstr "_Alternado" -#: plug-ins/flame/flame.c:731 -msgid "Same" -msgstr "Idêntico" +#: ../plug-ins/common/video.c:43 +msgid "_Large staggered" +msgstr "Alternado _grande" -#: plug-ins/flame/flame.c:732 plug-ins/gimpressionist/orientation.c:146 -#: plug-ins/gimpressionist/size.c:149 -msgid "Random" -msgstr "Aleatório" +#: ../plug-ins/common/video.c:44 +msgid "S_triped" +msgstr "Lis_tado" -#: plug-ins/flame/flame.c:736 -msgid "Swirl" -msgstr "Remoinho" +#: ../plug-ins/common/video.c:45 +msgid "_Wide-striped" +msgstr "_Listas largas" -#: plug-ins/flame/flame.c:737 -msgid "Horseshoe" -msgstr "Ferradura" +#: ../plug-ins/common/video.c:46 +msgid "Lo_ng-staggered" +msgstr "Alternado lo_ngo" -#: plug-ins/flame/flame.c:738 plug-ins/gfig/gfig-dialog.c:1403 -msgid "Polar" -msgstr "Polar" +#: ../plug-ins/common/video.c:47 +msgid "_3x3" +msgstr "_3x3" -#: plug-ins/flame/flame.c:739 -msgid "Bent" -msgstr "Dobrada" +#: ../plug-ins/common/video.c:48 +msgid "Larg_e 3x3" +msgstr "3x3 gran_de" -#: plug-ins/flame/flame.c:752 -msgid "_Variation:" -msgstr "_Variação:" +#: ../plug-ins/common/video.c:49 +msgid "_Hex" +msgstr "_Hexágonos" -#: plug-ins/flame/flame.c:774 -msgid "Load Flame" -msgstr "Ler Chama" +#: ../plug-ins/common/video.c:50 +msgid "_Dots" +msgstr "_Pontos" -#: plug-ins/flame/flame.c:789 -msgid "Save Flame" -msgstr "Gravar Chama" +#: ../plug-ins/common/video.c:1807 +msgid "Simulate distortion produced by a fuzzy or low-res monitor" +msgstr "" +"Simular a distorção produzida por um monitor com baixa resolução ou desfocado" -#: plug-ins/flame/flame.c:931 -msgid "Flame" -msgstr "Chama" +#: ../plug-ins/common/video.c:1814 +msgid "Vi_deo..." +msgstr "Ví_deo..." -#: plug-ins/flame/flame.c:1025 -msgid "_Rendering" -msgstr "_Renderização" +#: ../plug-ins/common/video.c:1886 ../plug-ins/common/video.c:2017 +msgid "Video" +msgstr "Vídeo" -#: plug-ins/flame/flame.c:1051 -msgid "Co_ntrast:" -msgstr "Co_ntraste:" +#. frame for the radio buttons +#: ../plug-ins/common/video.c:2039 +msgid "Video Pattern" +msgstr "Padrão de imagem vídeo" -#: plug-ins/flame/flame.c:1065 -msgid "_Gamma:" -msgstr "_Gama:" +#: ../plug-ins/common/video.c:2083 +msgid "_Additive" +msgstr "_Aditivo" -#: plug-ins/flame/flame.c:1079 -#, fuzzy -msgid "Sample _density:" -msgstr "_Densidade Amostra:" +#: ../plug-ins/common/video.c:2093 +msgid "_Rotated" +msgstr "_Rodado" -#: plug-ins/flame/flame.c:1090 -#, fuzzy -msgid "Spa_tial oversample:" -msgstr "Super-amos_tragem Espacial:" +#: ../plug-ins/common/warp.c:233 +msgid "Twist or smear image in many different ways" +msgstr "Distorcer ou borrar a imagem de diversas formas" -#: plug-ins/flame/flame.c:1101 -#, fuzzy -msgid "Spatial _filter radius:" -msgstr "Raio do _Filtro Espacial:" +#: ../plug-ins/common/warp.c:241 +msgid "_Warp..." +msgstr "_Distorcer..." -#: plug-ins/flame/flame.c:1120 -msgid "Color_map:" -msgstr "_Mapa Cores:" +#: ../plug-ins/common/warp.c:376 +msgid "Warp" +msgstr "Deformar" -#: plug-ins/flame/flame.c:1162 -#, fuzzy -msgid "Custom gradient" -msgstr "Gradiente Personalizada" +#: ../plug-ins/common/warp.c:397 +msgid "Basic Options" +msgstr "Opções Básicas" -#: plug-ins/flame/flame.c:1188 -msgid "C_amera" -msgstr "Câm_ara" +#: ../plug-ins/common/warp.c:419 +msgid "Step size:" +msgstr "Tamanho do passo:" -#: plug-ins/flame/flame.c:1193 -msgid "_Zoom:" -msgstr "_Zoom:" +#: ../plug-ins/common/warp.c:433 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:770 +#: ../plug-ins/ifs-compose/ifs-compose.c:1212 +msgid "Iterations:" +msgstr "Repetições:" -#: plug-ins/gfig/gfig-bezier.c:448 -msgid "Closed" -msgstr "Fechado" +#. Displacement map menu +#: ../plug-ins/common/warp.c:442 +msgid "Displacement map:" +msgstr "Mapa de deslocamento:" -#: plug-ins/gfig/gfig-bezier.c:453 -msgid "Close curve on completion" -msgstr "Fecha curva na conclusão" +#. ======================================================================= +#. Displacement Type +#: ../plug-ins/common/warp.c:460 +msgid "On edges:" +msgstr "Nas arestas:" -#: plug-ins/gfig/gfig-bezier.c:458 -msgid "Show Line Frame" -msgstr "Exibir Frame de Linha" +#: ../plug-ins/common/warp.c:471 +msgid "Wrap" +msgstr "Enrolar" -#: plug-ins/gfig/gfig-bezier.c:463 -msgid "Draws lines between the control points. Only during curve creation" -msgstr "" -"Desenha linhas entre os pontos de controlo. Apenas durante a criação da curva" +#: ../plug-ins/common/warp.c:486 +msgid "Smear" +msgstr "Esborratar" -#. Start building the dialog up -#: plug-ins/gfig/gfig-dialog.c:295 -msgid "Gfig" -msgstr "Gfig" +#: ../plug-ins/common/warp.c:501 ../plug-ins/file-fits/fits.c:1021 +#: ../plug-ins/flame/flame.c:1175 ../plug-ins/gfig/gfig-dialog.c:1460 +msgid "Black" +msgstr "Preto" -#. Tool options notebook -#: plug-ins/gfig/gfig-dialog.c:341 -#, fuzzy -msgid "Tool options" -msgstr "Opções de Zoom" +#: ../plug-ins/common/warp.c:516 +msgid "Foreground color" +msgstr "Cor de 1º plano" -#: plug-ins/gfig/gfig-dialog.c:358 -#, fuzzy -msgid "_Stroke" -msgstr "Raio_s:" +#. -------------------------------------------------------------------- +#. --------- The secondary table -------------------------- +#: ../plug-ins/common/warp.c:536 +msgid "Advanced Options" +msgstr "Opções Avançadas" -#. Fill frame on right side -#: plug-ins/gfig/gfig-dialog.c:405 -#, fuzzy -msgid "Fill" -msgstr "Filme" +#: ../plug-ins/common/warp.c:552 +msgid "Dither size:" +msgstr "Tam. da Mistura em degradé:" -#: plug-ins/gfig/gfig-dialog.c:419 -msgid "No fill" -msgstr "" +#: ../plug-ins/common/warp.c:565 +msgid "Rotation angle:" +msgstr "Ângulo de rotação:" -#: plug-ins/gfig/gfig-dialog.c:420 -#, fuzzy -msgid "Color fill" -msgstr "Cor" +#: ../plug-ins/common/warp.c:578 +msgid "Substeps:" +msgstr "Sub-passos:" -#: plug-ins/gfig/gfig-dialog.c:421 -#, fuzzy -msgid "Pattern fill" -msgstr "Padrão" +#. Magnitude map menu +#: ../plug-ins/common/warp.c:587 +msgid "Magnitude map:" +msgstr "Mapa de magnitude:" -#: plug-ins/gfig/gfig-dialog.c:422 -#, fuzzy -msgid "Gradient fill" -msgstr "Gradiente" +#: ../plug-ins/common/warp.c:609 +msgid "Use magnitude map" +msgstr "Usar Mapa de magnitude" -#. "show image" checkbutton at bottom of style frame -#: plug-ins/gfig/gfig-dialog.c:482 -#, fuzzy -msgid "Show image" -msgstr "Mostrar Imagem" +#. -------------------------------------------------------------------- +#. --------- The "other" table -------------------------- +#: ../plug-ins/common/warp.c:622 +msgid "More Advanced Options" +msgstr "Opção Mais Avançadas" -#. "show grid" checkbutton at bottom of style frame -#: plug-ins/gfig/gfig-dialog.c:504 -msgid "Show grid" -msgstr "Mostrar grelha" +#: ../plug-ins/common/warp.c:639 +msgid "Gradient scale:" +msgstr "Escala do Gradiente:" -#: plug-ins/gfig/gfig-dialog.c:639 -msgid "Load Gfig object collection" -msgstr "Ler colecção de objectos Gfig" +#: ../plug-ins/common/warp.c:658 +msgid "Gradient map selection menu" +msgstr "Menu de selecção do Mapa de gradiente" -#: plug-ins/gfig/gfig-dialog.c:683 -msgid "Save Gfig Drawing" -msgstr "Gravar Desenho Gfig" +#: ../plug-ins/common/warp.c:668 +msgid "Vector mag:" +msgstr "Magniture de Vector:" -#: plug-ins/gfig/gfig-dialog.c:820 -msgid "First Gfig" -msgstr "Primeira Gfig" +#. Angle +#: ../plug-ins/common/warp.c:683 ../plug-ins/ifs-compose/ifs-compose.c:568 +msgid "Angle:" +msgstr "Ângulo:" -#: plug-ins/gfig/gfig-dialog.c:859 -#, fuzzy -msgid "_Undo" -msgstr "Desfazer" +#: ../plug-ins/common/warp.c:702 +msgid "Fixed-direction-vector map selection menu" +msgstr "Menu de selecção de Mapa de vector de direcção fixa" -#: plug-ins/gfig/gfig-dialog.c:863 -#, fuzzy -msgid "_Clear" -msgstr "Limpar" +#. make sure layer is visible +#: ../plug-ins/common/warp.c:1178 +msgid "Smoothing X gradient" +msgstr "A suavizar gradiente X" + +#: ../plug-ins/common/warp.c:1181 +msgid "Smoothing Y gradient" +msgstr "A suavizar gradiente Y" -#: plug-ins/gfig/gfig-dialog.c:867 -#, fuzzy -msgid "_Grid" -msgstr "Grade" +#. calculate new X,Y Displacement image maps +#: ../plug-ins/common/warp.c:1231 +msgid "Finding XY gradient" +msgstr "A procurar gradiente XY" + +#: ../plug-ins/common/warp.c:1256 +#, c-format +msgid "Flow step %d" +msgstr "Passo Fluxo %d" -#: plug-ins/gfig/gfig-dialog.c:875 -#, fuzzy -msgid "Raise selected object" -msgstr "Mover Objectos Seleccionados" +#: ../plug-ins/common/waves.c:120 +msgid "Distort the image with waves" +msgstr "Distorcer a imagem com ondulações" -#: plug-ins/gfig/gfig-dialog.c:879 -#, fuzzy -msgid "Lower selected object" -msgstr "Mover Objectos Seleccionados" +#: ../plug-ins/common/waves.c:125 +msgid "_Waves..." +msgstr "_Ondas..." -#: plug-ins/gfig/gfig-dialog.c:883 -#, fuzzy -msgid "Raise selected object to top" -msgstr "Lê o Pré-Definido seleccionado para memória" +#: ../plug-ins/common/waves.c:248 ../plug-ins/flame/flame.c:763 +msgid "Waves" +msgstr "Ondulações" -#: plug-ins/gfig/gfig-dialog.c:887 -#, fuzzy -msgid "Lower selected object to bottom" -msgstr "Mover Objectos Seleccionados" +#: ../plug-ins/common/waves.c:294 +msgid "_Reflective" +msgstr "_Reflexivo" -#: plug-ins/gfig/gfig-dialog.c:891 -msgid "Show previous object" -msgstr "Mostrar objecto anterior" +#: ../plug-ins/common/waves.c:313 +msgid "_Amplitude:" +msgstr "_Amplitude:" -#: plug-ins/gfig/gfig-dialog.c:895 -msgid "Show next object" -msgstr "Mostrar objecto seguinte" +#: ../plug-ins/common/waves.c:325 +msgid "_Phase:" +msgstr "_Fase:" -#: plug-ins/gfig/gfig-dialog.c:899 -msgid "Show all objects" -msgstr "Mostrar todos objectos" +#: ../plug-ins/common/waves.c:337 +msgid "_Wavelength:" +msgstr "Comprimento da _Onda:" -#: plug-ins/gfig/gfig-dialog.c:905 -msgid "Create line" -msgstr "Criar linhas" +#: ../plug-ins/common/waves.c:448 +msgid "Waving" +msgstr "Ondulando a imagem" -#: plug-ins/gfig/gfig-dialog.c:908 -msgid "Create circle" -msgstr "Criar círculo" +#: ../plug-ins/common/web-browser.c:206 +#, c-format +msgid "" +"Web browser not specified.\n" +"Please specify a web browser using the Preferences dialog." +msgstr "" -#: plug-ins/gfig/gfig-dialog.c:911 -msgid "Create ellipse" -msgstr "Criar elipse" +#: ../plug-ins/common/web-browser.c:228 +#, c-format +msgid "" +"Could not parse the web browser command specified in the Preferences " +"dialog:\n" +"\n" +"%s" +msgstr "" -#: plug-ins/gfig/gfig-dialog.c:914 -#, fuzzy -msgid "Create arc" -msgstr "Criar arco" +#: ../plug-ins/common/web-browser.c:246 +#, c-format +msgid "" +"Could not execute the web browser specified in the Preferences dialog:\n" +"\n" +"%s" +msgstr "" -#: plug-ins/gfig/gfig-dialog.c:917 -msgid "Create reg polygon" -msgstr "Cria polígono regular" +#: ../plug-ins/common/whirl-pinch.c:138 +msgid "Distort an image by whirling and pinching" +msgstr "Distorcer uma imagem girando e comprimindo" -#: plug-ins/gfig/gfig-dialog.c:920 -msgid "Create star" -msgstr "Criar estrela" +#: ../plug-ins/common/whirl-pinch.c:149 +msgid "W_hirl and Pinch..." +msgstr "Rodop_iando e Comprimindo..." -#: plug-ins/gfig/gfig-dialog.c:923 -msgid "Create spiral" -msgstr "Criar espiral" +#: ../plug-ins/common/whirl-pinch.c:193 +msgid "Region affected by plug-in is empty" +msgstr "A região a ser usada por esta Extensão está vazia" -#: plug-ins/gfig/gfig-dialog.c:926 -msgid "Create bezier curve. Shift + Button ends object creation." -msgstr "Criar curva bezier. Shift + Botão finaliza criação de objecto." +#: ../plug-ins/common/whirl-pinch.c:341 +msgid "Whirling and pinching" +msgstr "Rodopiando e/ou comprimindo a imagem" -#: plug-ins/gfig/gfig-dialog.c:930 -msgid "Move an object" -msgstr "Mover um objecto" +#: ../plug-ins/common/whirl-pinch.c:528 +msgid "Whirl and Pinch" +msgstr "Rodopiar e Comprimir (Whirl and Pinch)" -#: plug-ins/gfig/gfig-dialog.c:933 -msgid "Move a single point" -msgstr "Mover um ponto único" +#: ../plug-ins/common/whirl-pinch.c:565 +msgid "_Whirl angle:" +msgstr "Ângulo do _rodopio:" -#: plug-ins/gfig/gfig-dialog.c:936 -msgid "Copy an object" -msgstr "Copiar um objecto" +#: ../plug-ins/common/whirl-pinch.c:577 +msgid "_Pinch amount:" +msgstr "Força da com_pressão:" -#: plug-ins/gfig/gfig-dialog.c:939 -msgid "Delete an object" -msgstr "Excluir um objecto" +#: ../plug-ins/common/wind.c:175 +msgid "Smear image to give windblown effect" +msgstr "Borrar a imagem para dar o efeito de estar a ser arrastada pelo vento" -#: plug-ins/gfig/gfig-dialog.c:942 -#, fuzzy -msgid "Select an object" -msgstr "Excluir um objecto" +#: ../plug-ins/common/wind.c:180 +msgid "Wi_nd..." +msgstr "Ve_nto..." -#: plug-ins/gfig/gfig-dialog.c:1023 -msgid "This tool has no options" -msgstr "" +#: ../plug-ins/common/wind.c:315 +msgid "Rendering blast" +msgstr "A renderizar a ventania" -#. Put buttons in -#: plug-ins/gfig/gfig-dialog.c:1230 -#, fuzzy -msgid "Show position" -msgstr "Mostrar Posição" +#: ../plug-ins/common/wind.c:447 +msgid "Rendering wind" +msgstr "A renderizar o vento" -#: plug-ins/gfig/gfig-dialog.c:1242 -#, fuzzy -msgid "Show control points" -msgstr "Ocultar Pontos Controlo" +#: ../plug-ins/common/wind.c:879 +msgid "Wind" +msgstr "Vento" -#: plug-ins/gfig/gfig-dialog.c:1276 -#, fuzzy -msgid "Max undo:" -msgstr "Máx. Desfazer:" +#. ******************************************************** +#. radio buttons for choosing wind rendering algorithm +#. ***************************************************** +#: ../plug-ins/common/wind.c:921 +msgid "Style" +msgstr "Estilo" -#: plug-ins/gfig/gfig-dialog.c:1285 plug-ins/gimpressionist/general.c:166 -msgid "Transparent" -msgstr "Transparente" +#: ../plug-ins/common/wind.c:925 +msgid "_Wind" +msgstr "_Vento" -#: plug-ins/gfig/gfig-dialog.c:1287 -msgid "Foreground" -msgstr "Fundo" +#: ../plug-ins/common/wind.c:926 +msgid "_Blast" +msgstr "Ve_ntania" -#: plug-ins/gfig/gfig-dialog.c:1289 plug-ins/imagemap/imap_cmd_copy.c:54 -#: plug-ins/imagemap/imap_cmd_copy_object.c:55 -#: plug-ins/imagemap/imap_object_popup.c:113 -#: plug-ins/imagemap/imap_toolbar.c:126 -msgid "Copy" -msgstr "Copiar" +#: ../plug-ins/common/wind.c:949 +msgid "_Left" +msgstr "_Esquerda" -#: plug-ins/gfig/gfig-dialog.c:1298 -#, fuzzy -msgid "" -"Layer background type. Copy causes the previous layer to be copied before " -"the draw is performed." -msgstr "" -"Tipo de fundo da camada. Copiar faz com que a camada anterior seja copiada " -"antes do desenho ser executado" +#: ../plug-ins/common/wind.c:950 +msgid "_Right" +msgstr "_Direita" -#: plug-ins/gfig/gfig-dialog.c:1304 -msgid "Background:" -msgstr "Fundo:" +#. **************************************************** +#. radio buttons for choosing BOTH, LEADING, TRAILING +#. ************************************************** +#: ../plug-ins/common/wind.c:969 +msgid "Edge Affected" +msgstr "Extremidade Afectada" -#: plug-ins/gfig/gfig-dialog.c:1307 -msgid "Feather" -msgstr "Difusão" +#: ../plug-ins/common/wind.c:973 +msgid "L_eading" +msgstr "Pr_incipal" -#: plug-ins/gfig/gfig-dialog.c:1331 -msgid "Radius:" -msgstr "Raio:" +#: ../plug-ins/common/wind.c:974 +msgid "Tr_ailing" +msgstr "R_asto" -#: plug-ins/gfig/gfig-dialog.c:1386 -msgid "Grid spacing:" -msgstr "Espaçamento grelha:" +#: ../plug-ins/common/wind.c:975 +msgid "Bot_h" +msgstr "Am_bos" -#: plug-ins/gfig/gfig-dialog.c:1402 plug-ins/imagemap/imap_menu.c:369 -#: plug-ins/imagemap/imap_popup.c:137 plug-ins/imagemap/imap_tools.c:156 -msgid "Rectangle" -msgstr "Rectângulo" +#: ../plug-ins/common/wind.c:1012 +msgid "Higher values restrict the effect to fewer areas of the image" +msgstr "" +"Valores mais altos fazem com que o efeito seja aplicado a menos áreas da " +"imagem" -#: plug-ins/gfig/gfig-dialog.c:1404 -msgid "Isometric" -msgstr "Isométrico" +#: ../plug-ins/common/wind.c:1027 ../plug-ins/gimpressionist/orientmap.c:694 +msgid "_Strength:" +msgstr "_Força:" -#: plug-ins/gfig/gfig-dialog.c:1413 -#, fuzzy -msgid "Grid type:" -msgstr "Tipo Grelha:" +#: ../plug-ins/common/wind.c:1031 +msgid "Higher values increase the magnitude of the effect" +msgstr "Valores mais altos aumentam a magnitude do efeito" -#: plug-ins/gfig/gfig-dialog.c:1420 plug-ins/gflare/gflare.c:559 -msgid "Normal" -msgstr "Normal" +#: ../plug-ins/file-bmp/bmp-read.c:88 +msgid "Bad colormap" +msgstr "Mapa de cor inadequado" -#: plug-ins/gfig/gfig-dialog.c:1423 -msgid "Grey" -msgstr "Cinza" +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 +#, c-format +msgid "'%s' is not a valid BMP file" +msgstr "'%s' não é um ficheiro BMP válido" -#: plug-ins/gfig/gfig-dialog.c:1424 -msgid "Darker" -msgstr "Mais Escuro" +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 +#, c-format +msgid "Error reading BMP file header from '%s'" +msgstr "Erro ao ler cabeçalho de BMP do ficheiro '%s'" -#: plug-ins/gfig/gfig-dialog.c:1425 -msgid "Lighter" -msgstr "Mais Claro" +#: ../plug-ins/file-bmp/bmp-read.c:590 +msgid "Unrecognized or invalid BMP compression format." +msgstr "Formato de compressão do BMP não reconhecido ou inválido" -#: plug-ins/gfig/gfig-dialog.c:1426 -#, fuzzy -msgid "Very dark" -msgstr "Muito Escuro" +#: ../plug-ins/file-bmp/bmp-read.c:632 +msgid "Unsupported or invalid bitdepth." +msgstr "Profundidade de cor não suportada." -#: plug-ins/gfig/gfig-dialog.c:1435 -#, fuzzy -msgid "Grid color:" -msgstr "Cor Grelha:" +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 +msgid "The bitmap ends unexpectedly." +msgstr "O ficheiro bitmap termina abruptamente." -#: plug-ins/gfig/gfig-dialog.c:1638 -#, fuzzy -msgid "Sides:" -msgstr "Tamanhos:" +#: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210 +msgid "Cannot save indexed image with transparency in BMP file format." +msgstr "" +"Impossível guardar imagem indexada com transparência no formato de ficheiro " +"BMP." -#: plug-ins/gfig/gfig-dialog.c:1648 -#, fuzzy -msgid "Right" -msgstr "_Direita" +#: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212 +msgid "Alpha channel will be ignored." +msgstr "O canal transparência será ignorado." -#: plug-ins/gfig/gfig-dialog.c:1649 +#: ../plug-ins/file-bmp/bmp-write.c:794 #, fuzzy -msgid "Left" -msgstr "_Esquerda" +msgid "Save as BMP" +msgstr "Guardar como ficheiro QBE" -#: plug-ins/gfig/gfig-dialog.c:1659 plug-ins/gimpressionist/orientation.c:130 -#: plug-ins/print/gimp_main_window.c:500 -msgid "Orientation:" -msgstr "Orientação:" +#: ../plug-ins/file-bmp/bmp-write.c:817 +msgid "_Run-Length Encoded" +msgstr "_Run-Length Encoded (RLE)" -#: plug-ins/gfig/gfig-dobject.c:585 -msgid "Hey where has the object gone ?" -msgstr "Onde foi parar o objecto ?" +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 +msgid "_Advanced Options" +msgstr "Opções _Avançadas" -#: plug-ins/gfig/gfig-dobject.c:941 -msgid "Error reading file" -msgstr "Erro ao ler ficheiro" +#: ../plug-ins/file-bmp/bmp-write.c:844 +msgid "16 bits" +msgstr "16 bits" -#: plug-ins/gfig/gfig-dobject.c:1030 -msgid "Editing read-only object - you will not be able to save it" -msgstr "Edição de objectos em modo apenas de leitura- não poderá gravá-los" +#: ../plug-ins/file-bmp/bmp-write.c:880 +msgid "24 bits" +msgstr "24 bits" -#: plug-ins/gfig/gfig-poly.c:56 -msgid "Regular Polygon Number of Sides" -msgstr "Número de Lados Polígono Regular" +#: ../plug-ins/file-bmp/bmp-write.c:897 +msgid "32 bits" +msgstr "32 bits" -#: plug-ins/gfig/gfig-preview.c:333 -msgid "Object Details" -msgstr "Detalhes Objecto" +#: ../plug-ins/file-bmp/bmp.c:124 ../plug-ins/file-bmp/bmp.c:143 +msgid "Windows BMP image" +msgstr "Imagem BMP do Windows" -#. Position labels -#: plug-ins/gfig/gfig-preview.c:383 -#, fuzzy -msgid "XY position:" -msgstr "Posição XY:" +#: ../plug-ins/file-faxg3/faxg3.c:103 +msgid "G3 fax image" +msgstr "Imagem de fax G3" -#: plug-ins/gfig/gfig-spiral.c:59 -#, fuzzy -msgid "Spiral Number of Turns" -msgstr "Número Pontos da Espiral" +#: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188 +msgid "Flexible Image Transport System" +msgstr "FITS - Sistema Flexível de Transporte de Imagens" -#: plug-ins/gfig/gfig-star.c:57 -msgid "Star Number of Points" -msgstr "Número Pontos da Estrela" +#: ../plug-ins/file-fits/fits.c:368 +msgid "Error during open of FITS file" +msgstr "Erro ao abrir o ficheiro FITS" -#: plug-ins/gfig/gfig.c:132 -#, fuzzy -msgid "_Gfig..." -msgstr "Gfig" +#: ../plug-ins/file-fits/fits.c:374 +msgid "FITS file keeps no displayable images" +msgstr "O ficheiro FITS não contém imagens que possam ser exibidas" -#: plug-ins/gfig/gfig.c:726 -msgid "" -"Error trying to save figure as a parasite: can't attach parasite to " -"drawable.\n" -msgstr "" +#: ../plug-ins/file-fits/fits.c:455 +msgid "FITS save cannot handle images with alpha channels" +msgstr "Gravação FITS não pode manipular imagens com canais transparência" -#: plug-ins/gfig/gfig.c:747 -#, c-format -msgid "Error trying to open temp file '%s'for parasite loading.\n" -msgstr "" +#: ../plug-ins/file-fits/fits.c:993 +msgid "Load FITS File" +msgstr "Ler Ficheiro FITS" -#: plug-ins/gflare/gflare.c:560 -msgid "Addition" -msgstr "Adição" +#: ../plug-ins/file-fits/fits.c:1017 +msgid "Replacement for undefined pixels" +msgstr "Substitutos para pixeis indefinidos" -#: plug-ins/gflare/gflare.c:561 -msgid "Overlay" -msgstr "Sobreposição" +#: ../plug-ins/file-fits/fits.c:1022 ../plug-ins/gfig/gfig-dialog.c:1286 +#: ../plug-ins/gfig/gfig-dialog.c:1461 +msgid "White" +msgstr "Branco" -#: plug-ins/gflare/gflare.c:821 -#, fuzzy -msgid "_GFlare..." -msgstr "GFlare" +#: ../plug-ins/file-fits/fits.c:1029 +msgid "Pixel value scaling" +msgstr "Escala de valor de pixel" -#: plug-ins/gflare/gflare.c:960 -msgid "Gradient Flare..." -msgstr "Flare Gradiente..." +#: ../plug-ins/file-fits/fits.c:1034 +msgid "By DATAMIN/DATAMAX" +msgstr "Por DATAMIN/DATAMAX" -#: plug-ins/gflare/gflare.c:1262 -#, c-format -msgid "Failed to open GFlare file '%s': %s" -msgstr "Falha ao abrir ficheiro GFlare '%s': %s" +#: ../plug-ins/file-fits/fits.c:1041 +msgid "Image Composing" +msgstr "Composição de Imagem" -#: plug-ins/gflare/gflare.c:1270 -#, c-format -msgid "'%s' is not a valid GFlare file." -msgstr "'%s' não é um ficheiro GFlare válido." +#: ../plug-ins/file-fli/fli-gimp.c:166 ../plug-ins/file-fli/fli-gimp.c:186 +msgid "AutoDesk FLIC animation" +msgstr "Animação FLIC AutoDesk" -#: plug-ins/gflare/gflare.c:1324 +#: ../plug-ins/file-fli/fli-gimp.c:562 #, c-format -msgid "invalid formatted GFlare file: %s\n" -msgstr "formatação ficheiro GFlare inválida: %s\n" +msgid "Frame (%i)" +msgstr "Fotograma (%i)" -#: plug-ins/gflare/gflare.c:1449 -#, c-format -msgid "" -"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" -"(gflare-path \"%s\")\n" -"and make a folder '%s', then you can save your own GFlares into that folder." +#: ../plug-ins/file-fli/fli-gimp.c:714 +msgid "Sorry, I can save only INDEXED and GRAY images." msgstr "" -"GFlare '%s' não está gravado. Se adicionar uma nova entrada em '%s', como:\n" -"(gflare-path \"%s\")\n" -"e criar uma pasta '%s', poderá gravar os seus próprios GFlare's nesta pasta." +"Temos pena, mas apenas podem ser guardadas imagens INDEXADAS e TONS DE " +"CINZENTO." -#: plug-ins/gflare/gflare.c:1482 -#, c-format -msgid "Failed to write GFlare file '%s': %s" -msgstr "Falha ao escrever ficheiro GFlare '%s': %s" +#: ../plug-ins/file-fli/fli-gimp.c:846 +msgid "GFLI 1.3 - Load framestack" +msgstr "GFLI 1.3 - Carregar pilha de fotogramas" -#. -#. * Dialog Shell -#. -#: plug-ins/gflare/gflare.c:2294 -msgid "GFlare" -msgstr "GFlare" +#: ../plug-ins/file-fli/fli-gimp.c:914 +#, fuzzy +msgid "GFLI 1.3 - Save framestack" +msgstr "GFLI 1.3 - Carregar pilha de fotogramas" -#: plug-ins/gflare/gflare.c:2346 +#: ../plug-ins/file-ico/ico-dialog.c:54 #, fuzzy -msgid "A_uto update preview" -msgstr "Actualização A_utomática Antevisão" +msgid "Save as Windows Icon" +msgstr "Ícone do Microsoft Windows" -#: plug-ins/gflare/gflare.c:2397 -msgid "`Default' is created." -msgstr "O `Omissão' foi criado." +#: ../plug-ins/file-ico/ico-dialog.c:86 +msgid "Icon Details" +msgstr "Detalhes do Ícone" -#: plug-ins/gflare/gflare.c:2398 -msgid "Default" -msgstr "Por Omissão" +#: ../plug-ins/file-ico/ico-dialog.c:106 +msgid "" +"Large icons and compression are not supported by all programs. Older " +"applications may not open this file correctly." +msgstr "" +"Ícones grande e compressão não são suportados por todos os programas. As " +"aplicações mais antigas poderão não abrir este ficheiro correctamente." -#: plug-ins/gflare/gflare.c:2699 -msgid "Ro_tation:" -msgstr "Ro_tação:" +#: ../plug-ins/file-ico/ico-dialog.c:178 +msgid "1 bpp, 1-bit alpha, 2-slot palette" +msgstr "1 bpp, 1-bit alpha, paleta com 2 cores" -#: plug-ins/gflare/gflare.c:2711 -#, fuzzy -msgid "_Hue rotation:" -msgstr "Rotação _Matiz:" +#: ../plug-ins/file-ico/ico-dialog.c:179 +msgid "4 bpp, 1-bit alpha, 16-slot palette" +msgstr "4 bpp, 1-bit alpha, paleta com 16 cores" -#: plug-ins/gflare/gflare.c:2723 -msgid "Vector _Angle:" -msgstr "Ângulo _Vector:" +#: ../plug-ins/file-ico/ico-dialog.c:180 +msgid "8 bpp, 1-bit alpha, 256-slot palette" +msgstr "8 bpp, 1-bit alpha, paleta com 256 cores" -#: plug-ins/gflare/gflare.c:2735 -msgid "Vector _Length:" -msgstr "_Comprimento Vector:" +#: ../plug-ins/file-ico/ico-dialog.c:181 +msgid "24 bpp, 1-bit alpha, no palette" +msgstr "24 bpp, 1-bit alpha, sem paleta" -#: plug-ins/gflare/gflare.c:2756 -#, fuzzy -msgid "A_daptive supersampling" -msgstr "Super-amostragem A_daptativa" +#: ../plug-ins/file-ico/ico-dialog.c:182 +msgid "32 bpp, 8-bit alpha, no palette" +msgstr "32 bpp, 8-bit alpha, sem paleta" -#: plug-ins/gflare/gflare.c:2775 -msgid "_Max Depth:" -msgstr "Profundidade _Máx:" +#: ../plug-ins/file-ico/ico-dialog.c:196 +msgid "Compressed (PNG)" +msgstr "Com compressão (PNG)" -#: plug-ins/gflare/gflare.c:2785 -msgid "_Threshold" -msgstr "Limi_te" +#. read successfully. add to image +#: ../plug-ins/file-ico/ico-load.c:624 +#, c-format +msgid "Icon #%i" +msgstr "Icone #%i" -#: plug-ins/gflare/gflare.c:2923 -msgid "S_elector" -msgstr "S_elector" +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 +#: ../plug-ins/file-psd/psd-thumb-load.c:85 +#, c-format +msgid "Opening thumbnail for '%s'" +msgstr "A abrir miniatura de '%s'" + +#: ../plug-ins/file-ico/ico.c:103 ../plug-ins/file-ico/ico.c:137 +msgid "Microsoft Windows icon" +msgstr "Ícone do Microsoft Windows" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:293 +msgid "Rotate Image?" +msgstr "Rodar a Imagem?" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:296 +msgid "_Keep Orientation" +msgstr "_Manter Orientação" -#: plug-ins/gflare/gflare.c:2987 -msgid "New GFlare" -msgstr "Novo GFlare" +#: ../plug-ins/file-jpeg/jpeg-exif.c:352 +msgid "According to the EXIF data, this image is rotated." +msgstr "De acordo com os dados EXIF, a imagem está rodada." -#: plug-ins/gflare/gflare.c:2990 -msgid "Enter a name for the new GFlare" -msgstr "Introduza um nome para o novo GFlare" +#: ../plug-ins/file-jpeg/jpeg-exif.c:367 +msgid "Would you like GIMP to rotate it into the standard orientation?" +msgstr "Quer que o GIMP rode a imagem para a orientação standard ?" -#: plug-ins/gflare/gflare.c:3010 -#, c-format -msgid "The name '%s' is used already!" -msgstr "O nome '%s' já está em utilização!" +#: ../plug-ins/file-jpeg/jpeg-load.c:241 +msgid "JPEG preview" +msgstr "Ante-visão JPEG" -#: plug-ins/gflare/gflare.c:3066 -msgid "Copy GFlare" -msgstr "Copiar GFlare" +#: ../plug-ins/file-jpeg/jpeg-save.c:200 +#, fuzzy, c-format +msgid "File size: %02.01f kB" +msgstr "Tamanho do Ficheiro: %s" -#: plug-ins/gflare/gflare.c:3069 -msgid "Enter a name for the copied GFlare" -msgstr "Introduza um nome para o GFlare copiado" +#: ../plug-ins/file-jpeg/jpeg-save.c:682 +msgid "Calculating file size..." +msgstr "A calcular o tamanho do ficheiro..." -#: plug-ins/gflare/gflare.c:3091 -#, c-format -msgid "The name `%s' is used already!" -msgstr "O nome `%s' já está em utilização!" +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 +msgid "File size: unknown" +msgstr "Tamanho do ficheiro: desconhecido" -#: plug-ins/gflare/gflare.c:3122 -msgid "Cannot delete!! There must be at least one GFlare." -msgstr "Incapaz de apagar!! Tem de existir pelo menos um GFlare." +#: ../plug-ins/file-jpeg/jpeg-save.c:827 +#, fuzzy +msgid "Save as JPEG" +msgstr "Guardar como ficheiro QBE" -#: plug-ins/gflare/gflare.c:3132 -msgid "Delete GFlare" -msgstr "Apagar GFlare" +#: ../plug-ins/file-jpeg/jpeg-save.c:862 +msgid "_Quality:" +msgstr "_Qualidade:" -#: plug-ins/gflare/gflare.c:3203 -#, c-format -msgid "not found %s in gflares_list" -msgstr "não foi encontrado %s na gflares_list" +#: ../plug-ins/file-jpeg/jpeg-save.c:866 +msgid "JPEG quality parameter" +msgstr "Paramêtros de qualidade JPEG" -#: plug-ins/gflare/gflare.c:3244 -msgid "GFlare Editor" -msgstr "Editor GFlare" +#: ../plug-ins/file-jpeg/jpeg-save.c:885 +msgid "Enable preview to obtain the file size." +msgstr "Activar a ante-visão para obter o tamanho do ficheiro." -#: plug-ins/gflare/gflare.c:3248 -msgid "Rescan Gradients" -msgstr "Reexaminar Gradientes" +#: ../plug-ins/file-jpeg/jpeg-save.c:888 +msgid "Sho_w preview in image window" +msgstr "_Mostrar a ante-visão em janela de imagem" -#. Glow -#: plug-ins/gflare/gflare.c:3367 -msgid "Glow Paint Options" -msgstr "Opções Pintura Incandescente" +#: ../plug-ins/file-jpeg/jpeg-save.c:929 +msgid "S_moothing:" +msgstr "_Suavização;" -#: plug-ins/gflare/gflare.c:3378 plug-ins/gflare/gflare.c:3406 -#: plug-ins/gflare/gflare.c:3434 -msgid "Opacity:" -msgstr "Opacidade:" +#: ../plug-ins/file-jpeg/jpeg-save.c:942 +msgid "Frequency (rows):" +msgstr "Frequência (linhas):" -#: plug-ins/gflare/gflare.c:3391 plug-ins/gflare/gflare.c:3419 -#: plug-ins/gflare/gflare.c:3447 -msgid "Paint Mode:" -msgstr "Modo Pintura:" +#: ../plug-ins/file-jpeg/jpeg-save.c:958 +msgid "Use _restart markers" +msgstr "Usar _reiniciar marcadores" -#. Rays -#: plug-ins/gflare/gflare.c:3395 -msgid "Rays Paint Options" -msgstr "Opções Pintura Raios" +#: ../plug-ins/file-jpeg/jpeg-save.c:974 +msgid "_Optimize" +msgstr "_Optimizar" -#. Rays -#: plug-ins/gflare/gflare.c:3423 -msgid "Second Flares Paint Options" -msgstr "Opções Secundárias Pintura Chamas" +#: ../plug-ins/file-jpeg/jpeg-save.c:988 +msgid "_Progressive" +msgstr "_Progressivo" -#: plug-ins/gflare/gflare.c:3450 plug-ins/gimpressionist/general.c:115 -msgid "_General" -msgstr "_Geral" +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 +msgid "Save _EXIF data" +msgstr "Guardar dados _EXIF" -#. -#. * Gradient Menus -#. -#: plug-ins/gflare/gflare.c:3476 plug-ins/gflare/gflare.c:3579 -#: plug-ins/gflare/gflare.c:3718 -msgid "Gradients" -msgstr "Gradientes" +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 +msgid "Save _thumbnail" +msgstr "Guardar Minia_tura" -#: plug-ins/gflare/gflare.c:3487 plug-ins/gflare/gflare.c:3592 -#: plug-ins/gflare/gflare.c:3729 -msgid "Radial Gradient:" -msgstr "Gradiente Radial:" - -#: plug-ins/gflare/gflare.c:3491 plug-ins/gflare/gflare.c:3596 -msgid "Angular Gradient:" -msgstr "Gradiente Angular:" - -#: plug-ins/gflare/gflare.c:3495 plug-ins/gflare/gflare.c:3600 -msgid "Angular Size Gradient:" -msgstr "Gradiente Tamanho Angular:" +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 +msgid "Save _XMP data" +msgstr "Guardar dados _XMP" -#: plug-ins/gflare/gflare.c:3515 plug-ins/gflare/gflare.c:3620 -#: plug-ins/gflare/gflare.c:3757 -msgid "Size (%):" -msgstr "Tamanho (%):" +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 +msgid "_Use quality settings from original image" +msgstr "_Usar definições de qualidade da imagem original" -#: plug-ins/gflare/gflare.c:3527 plug-ins/gflare/gflare.c:3632 -#: plug-ins/gflare/gflare.c:3769 -msgid "Rotation:" -msgstr "Rotação:" +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 +msgid "" +"If the original image was loaded from a JPEG file using non-standard quality " +"settings (quantization tables), enable this option to get almost the same " +"quality and file size." +msgstr "" +"Se a imagem original tiver sido carregada de um ficheiro JPEG usando " +"configurações de qualidade não-standard, active esta opções para obter quase " +"a mesma qualidade e o mesmo tamanho de ficheiro." -#: plug-ins/gflare/gflare.c:3539 plug-ins/gflare/gflare.c:3645 -#: plug-ins/gflare/gflare.c:3782 -msgid "Hue Rotation:" -msgstr "Rotação Matiz:" +#. Subsampling +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 +msgid "Su_bsampling:" +msgstr "Su_b-amostragem:" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 +msgid "1x1,1x1,1x1 (best quality)" +msgstr "1x1,1x1,1x1 (melhor qualidade)" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 +msgid "2x1,1x1,1x1 (4:2:2)" +msgstr "2x1,1x1,1x1 (4:2:2)" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 +msgid "1x2,1x1,1x1" +msgstr "1x2,1x1,1x1" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 +msgid "2x2,1x1,1x1 (smallest file)" +msgstr "2x2,1x1,1x1 (ficheiro mais pequeno)" -#: plug-ins/gflare/gflare.c:3553 -msgid "G_low" -msgstr "_Incandescer" +#. DCT method +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 +msgid "_DCT method:" +msgstr "Método _DCT:" -#: plug-ins/gflare/gflare.c:3657 -msgid "# of Spikes:" -msgstr "Nº de Picos:" +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 +msgid "Fast Integer" +msgstr "Inteiro Rápido" -#: plug-ins/gflare/gflare.c:3669 -msgid "Spike Thickness:" -msgstr "Espessura Pico:" +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 +msgid "Integer" +msgstr "Inteiro" -#: plug-ins/gflare/gflare.c:3683 -msgid "_Rays" -msgstr "_Raios" +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 +msgid "Floating-Point" +msgstr "Vírgula Flutuante" -#: plug-ins/gflare/gflare.c:3733 -msgid "Size Factor Gradient:" -msgstr "Factor Tamanho Gradiente:" - -#: plug-ins/gflare/gflare.c:3737 -msgid "Probability Gradient:" -msgstr "Probabilidade Gradiente:" +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 +msgid "Comment" +msgstr "Comentário" -#. -#. * Shape Radio Button Frame -#. -#: plug-ins/gflare/gflare.c:3799 -msgid "Shape of Second Flares" -msgstr "Forma das Segundas Chamas" +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 +msgid "Sa_ve Defaults" +msgstr "_Guardar predefinições" -#: plug-ins/gflare/gflare.c:3807 plug-ins/imagemap/imap_menu.c:372 -#: plug-ins/imagemap/imap_popup.c:140 plug-ins/imagemap/imap_tools.c:160 -msgid "Circle" -msgstr "Círculo" +#: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175 +msgid "JPEG image" +msgstr "Imagem JPEG" -#: plug-ins/gflare/gflare.c:3824 plug-ins/imagemap/imap_menu.c:374 -#: plug-ins/imagemap/imap_popup.c:143 plug-ins/imagemap/imap_tools.c:164 -msgid "Polygon" -msgstr "Polígono" +#: ../plug-ins/file-jpeg/jpeg.c:301 +msgid "Export Preview" +msgstr "Exportar Ante-visão" -#: plug-ins/gflare/gflare.c:3857 -msgid "Random Seed:" -msgstr "Origem Aleatória:" +#: ../plug-ins/file-psd/psd-load.c:215 +#: ../plug-ins/file-psd/psd-thumb-load.c:131 +#, c-format +msgid "Error loading PSD file: %s" +msgstr "Erro ao carregar ficheiro PSD: %s" -#: plug-ins/gflare/gflare.c:3871 -msgid "_Second Flares" -msgstr "_Segundas Chamas" +#: ../plug-ins/file-psd/psd-load.c:270 +#, c-format +msgid "Not a valid photoshop document file" +msgstr "Não é um ficheiro photoshop válido" -#: plug-ins/gfli/gfli.c:158 plug-ins/gfli/gfli.c:178 -msgid "AutoDesk FLIC animation" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:277 +#, c-format +msgid "Unsupported file format version: %d" +msgstr "Versão do formato de ficheiro não suportada: %d" -#: plug-ins/gfli/gfli.c:527 +#: ../plug-ins/file-psd/psd-load.c:284 #, c-format -msgid "Frame (%i)" -msgstr "Frame (%d)" +msgid "Too many channels in file: %d" +msgstr "Demasiados canais no ficheiro: %d" -#: plug-ins/gfli/gfli.c:678 -msgid "Sorry, I can save only INDEXED and GRAY images." -msgstr "Apenas podem ser gravadas imagens INDEXADAS e CINZA." +#: ../plug-ins/file-psd/psd-load.c:311 +#, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Tamanho da imagem não suportado ou inválido: %dx%d" -#: plug-ins/gfli/gfli.c:811 -msgid "GFLI 1.3 - Load framestack" -msgstr "GFLI 1.3 - Lê pilha de frames" +#: ../plug-ins/file-psd/psd-load.c:323 +#, c-format +msgid "Unsupported color mode: %s" +msgstr "Modo de cor não suportado: %s" -#: plug-ins/gfli/gfli.c:874 -msgid "GFLI 1.3 - Save framestack" -msgstr "GFLI 1.3 - Grava pilha de frames" +#: ../plug-ins/file-psd/psd-load.c:350 +#, c-format +msgid "Unsupported bit depth: %d" +msgstr "Profundidade de bit não suportada: %d" -#: plug-ins/gimpressionist/brush.c:230 -msgid "Can only save drawables!" -msgstr "Apenas podem ser gravados desenhos!" +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 +#, c-format +msgid "The file is corrupt!" +msgstr "O ficheiro está corrompido !" -#: plug-ins/gimpressionist/brush.c:235 -msgid "Save Brush" -msgstr "Gravar Pincel" +#: ../plug-ins/file-psd/psd-load.c:554 +#, c-format +msgid "Too many channels in layer: %d" +msgstr "Demasiados canais na camada: %d" -#: plug-ins/gimpressionist/brush.c:481 -msgid "_Brush" -msgstr "_Pincel" +#: ../plug-ins/file-psd/psd-load.c:562 +#, c-format +msgid "Unsupported or invalid layer height: %d" +msgstr "Altura da camada não suportada ou inválida: %d" -#: plug-ins/gimpressionist/brush.c:518 plug-ins/print/gimp_color_window.c:407 -msgid "Gamma:" -msgstr "Gama:" +#: ../plug-ins/file-psd/psd-load.c:570 +#, c-format +msgid "Unsupported or invalid layer width: %d" +msgstr "Largura da camada não suportada ou inválida: %d" -#: plug-ins/gimpressionist/brush.c:536 -msgid "Changes the gamma (brightness) of the selected brush" -msgstr "Altera a gama (brilho) do pincel seleccionado" +#: ../plug-ins/file-psd/psd-load.c:579 +#, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "Tamanho da camada não suportado ou inválido: %d x%d" -#: plug-ins/gimpressionist/brush.c:544 -msgid "Select:" -msgstr "Seleccionar:" +#: ../plug-ins/file-psd/psd-load.c:763 +#, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "Altura da máscara da camada não suportada ou inválida: %d" -#: plug-ins/gimpressionist/brush.c:573 -msgid "Aspect ratio:" -msgstr "Taxa Orientação:" +#: ../plug-ins/file-psd/psd-load.c:771 +#, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "Largura da máscara da camada não suportada ou inválida: %d" -#: plug-ins/gimpressionist/brush.c:577 -msgid "Specifies the aspect ratio of the brush" -msgstr "Especifica a taxa de orientação do pincel" +#: ../plug-ins/file-psd/psd-load.c:780 +#, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "Tamanho da máscara da camada não suportado ou inválido: %dx%d" -#: plug-ins/gimpressionist/brush.c:586 plug-ins/gimpressionist/paper.c:188 -msgid "Relief:" -msgstr "Auxílio:" +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 +#, c-format +msgid "Unsupported compression mode: %d" +msgstr "Método de compressão não suportado ou inválido: %d" -#: plug-ins/gimpressionist/brush.c:590 plug-ins/gimpressionist/paper.c:192 -msgid "Specifies the amount of embossing to apply to the image (in percent)" -msgstr "" -"Especifica a quantidade de relevo a ser aplicada à imagem (em percentagem)" +#: ../plug-ins/file-psd/psd-load.c:1644 +msgid "Extra" +msgstr "Extra" -#: plug-ins/gimpressionist/color.c:42 -msgid "Co_lor" -msgstr "C_or" +#: ../plug-ins/file-psd/psd-load.c:1819 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "Tamanho do canal não suportado ou inválido" -#: plug-ins/gimpressionist/color.c:52 -msgid "A_verage under brush" -msgstr "_Média sob o pincel" +#: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 +#: ../plug-ins/file-psd/psd.c:153 +msgid "Photoshop image" +msgstr "Imagem do Photoshop (PSD)" -#: plug-ins/gimpressionist/color.c:54 -msgid "C_enter of brush" -msgstr "C_entro do pincel" +#: ../plug-ins/file-psd/psd-save.c:371 +#, c-format +msgid "" +"Unable to save layer with mode '%s'. Either the PSD file format or the save " +"plug-in does not support that, using normal mode instead." +msgstr "" +"Incapaz de guardar a camada no modo '%s'. Ou o formato do ficheiro PSD ou o " +"'plug-in' usado para guardar não suporta isto. Em alternativa, a usar o modo " +"normal." -#: plug-ins/gimpressionist/color.c:61 -msgid "Color is computed from the average of all pixels under the brush" -msgstr "A cor é calculada da média de todos os pixeis sob o pincel" +#: ../plug-ins/file-psd/psd-save.c:631 +msgid "Error: Can't convert GIMP base imagetype to PSD mode" +msgstr "Erro: Impossível converter o tipo de imagem base GIMP para modo PSD" -#: plug-ins/gimpressionist/color.c:65 -msgid "Samples the color from the pixel in the center of the brush" -msgstr "Exemplifica a cor a partir do pixel no centro do pincel" +#: ../plug-ins/file-psd/psd-save.c:1605 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images that are " +"more than 30,000 pixels wide or tall." +msgstr "" +"Incapaz de guardar '%s'. O formato do ficheiro PSD não suporta imagens que " +"tenham mais de 30.000 pixeis de largura ou de altura." -#: plug-ins/gimpressionist/color.c:76 -msgid "Color _noise:" -msgstr "R_uído cor:" +#: ../plug-ins/file-psd/psd-save.c:1620 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images with " +"layers that are more than 30,000 pixels wide or tall." +msgstr "" +"Incapaz de guardar '%s'. O formato do ficheiro PSD não suporta imagens cujas " +"camadas tenham mais de 30.000 pixeis de largura ou de altura." -#: plug-ins/gimpressionist/color.c:80 -msgid "Adds random noise to the color" -msgstr "Adiciona ruído aleatório à cor" +#: ../plug-ins/file-psd/psd-util.c:51 +msgid "Unexpected end of file" +msgstr "Fim de ficheiro inesperado" -#: plug-ins/gimpressionist/general.c:131 -msgid "Keep original" -msgstr "Manter original" +#: ../plug-ins/file-sgi/sgi.c:121 ../plug-ins/file-sgi/sgi.c:141 +msgid "Silicon Graphics IRIS image" +msgstr "Imagem Silicon Graphics IRIS" -#: plug-ins/gimpressionist/general.c:132 -msgid "Preserve the original image as a background" -msgstr "Preservar a imagem original como fundo" +#: ../plug-ins/file-sgi/sgi.c:325 +#, c-format +msgid "Could not open '%s' for reading." +msgstr "Não foi possível abrir '%s' para leitura." -#: plug-ins/gimpressionist/general.c:137 -msgid "From paper" -msgstr "A partir do papel" +#: ../plug-ins/file-sgi/sgi.c:341 +#, c-format +msgid "Invalid width: %hu" +msgstr "Largura inválida: %hu" -#: plug-ins/gimpressionist/general.c:138 -msgid "Copy the texture of the selected paper as a background" -msgstr "Copia a textura do papel seleccionado como fundo" +#: ../plug-ins/file-sgi/sgi.c:348 +#, c-format +msgid "Invalid height: %hu" +msgstr "Altura inválida: %hu" -#: plug-ins/gimpressionist/general.c:148 -msgid "Solid colored background" -msgstr "Fundo sólido colorido" +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "Número de canais inválido: %hu" -#: plug-ins/gimpressionist/general.c:167 -msgid "Use a transparent background; Only the strokes painted will be visible" -msgstr "Usa um fundo transparente; Somente as pinceladas serão visíveis" +#: ../plug-ins/file-sgi/sgi.c:569 +#, c-format +msgid "Could not open '%s' for writing." +msgstr "Não foi possível abrir '%s' para escrita." -#: plug-ins/gimpressionist/general.c:184 -msgid "Paint edges" -msgstr "Pintar margens" +#: ../plug-ins/file-sgi/sgi.c:649 +msgid "Save as SGI" +msgstr "" -#: plug-ins/gimpressionist/general.c:189 -msgid "Selects if to place strokes all the way out to the edges of the image" -msgstr "Selecciona para concentrar as pinceladas ao redor do centro da imagem" +#: ../plug-ins/file-sgi/sgi.c:665 +msgid "Compression type" +msgstr "Tipo de compressão" -#. Tileable checkbox -#: plug-ins/gimpressionist/general.c:194 plug-ins/maze/maze_face.c:264 -msgid "Tileable" -msgstr "Cascata" +#: ../plug-ins/file-sgi/sgi.c:669 +msgid "No compression" +msgstr "Sem compressão" -#: plug-ins/gimpressionist/general.c:198 -msgid "Selects if the resulting image should be seamlessly tileable" -msgstr "Selecciona se a imagem resultante pode ter efeito em cascata" +#: ../plug-ins/file-sgi/sgi.c:671 +msgid "RLE compression" +msgstr "Compressão RLE" -#: plug-ins/gimpressionist/general.c:203 -msgid "Drop Shadow" -msgstr "Sombreado" +#: ../plug-ins/file-sgi/sgi.c:673 +msgid "" +"Aggressive RLE\n" +"(not supported by SGI)" +msgstr "" +"RLE agressiva\n" +"(Não suportada em SGI)" -#: plug-ins/gimpressionist/general.c:208 -msgid "Adds a shadow effect to each brush stroke" -msgstr "Adiciona um efeito sombra a cada pincelada" +#: ../plug-ins/file-uri/gimpmountoperation.c:448 +msgid "Co_nnect" +msgstr "" -#: plug-ins/gimpressionist/general.c:221 -msgid "Edge darken:" -msgstr "Escurecer margem:" +#: ../plug-ins/file-uri/gimpmountoperation.c:492 +msgid "Connect _anonymously" +msgstr "" -#: plug-ins/gimpressionist/general.c:225 -msgid "How much to \"darken\" the edges of each brush stroke" -msgstr "Como \"escurecer\" as margens de cada pincelada" +#: ../plug-ins/file-uri/gimpmountoperation.c:501 +#, fuzzy +msgid "Connect as u_ser:" +msgstr "A ligar ao servidor" -#: plug-ins/gimpressionist/general.c:230 -msgid "Shadow darken:" -msgstr "Escurecer sombra:" +#: ../plug-ins/file-uri/gimpmountoperation.c:538 +#, fuzzy +msgid "_Username:" +msgstr "Nome do _Ficheiro:" -#: plug-ins/gimpressionist/general.c:234 -msgid "How much to \"darken\" the drop shadow" -msgstr "Qual a quantidade a \"escurecer\" a sombra" +#: ../plug-ins/file-uri/gimpmountoperation.c:542 +#, fuzzy +msgid "_Domain:" +msgstr "_Principal:" -#: plug-ins/gimpressionist/general.c:239 -msgid "Shadow depth:" -msgstr "Profundidade sombra:" +#: ../plug-ins/file-uri/gimpmountoperation.c:547 +msgid "_Password:" +msgstr "" -#: plug-ins/gimpressionist/general.c:243 -msgid "" -"The depth of the drop shadow, i.e. how far apart from the object it should be" +#: ../plug-ins/file-uri/gimpmountoperation.c:562 +msgid "_Forget password immediately" msgstr "" -"A profundidade da sombra, isto é, a distância a que deve estar do objecto" -#: plug-ins/gimpressionist/general.c:248 -msgid "Shadow blur:" -msgstr "Desfocamento sombra:" +#: ../plug-ins/file-uri/gimpmountoperation.c:570 +msgid "_Remember password until you logout" +msgstr "" -#: plug-ins/gimpressionist/general.c:252 -msgid "How much to blur the drop shadow" -msgstr "Quanto de sombra será desfocada" +#: ../plug-ins/file-uri/gimpmountoperation.c:578 +msgid "_Remember forever" +msgstr "" -#: plug-ins/gimpressionist/general.c:257 -msgid "Deviation threshold:" -msgstr "Tolerância do desvio:" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:129 +#: ../plug-ins/file-uri/uri-backend-wget.c:303 +#, c-format +msgid "Downloading %s of image data" +msgstr "A transferir %s dados de imagem" -#: plug-ins/gimpressionist/general.c:261 -msgid "A bailout-value for adaptive selections" -msgstr "Um valor de segurança para selecções adaptativas" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:226 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:136 +#: ../plug-ins/file-uri/uri-backend-wget.c:346 +#, c-format +msgid "Downloaded %s of image data" +msgstr "Transferidos %s dados de imagem" -#: plug-ins/gimpressionist/gimp.c:79 -#, fuzzy -msgid "_GIMPressionist..." -msgstr "O GIMPressionist" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:182 +#, fuzzy, c-format +msgid "Uploading %s of image data" +msgstr "Enviados %s dados de imagem" -#: plug-ins/gimpressionist/gimp.c:350 -msgid "Painting..." -msgstr "A Pintar..." +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:183 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:230 +#, c-format +msgid "Uploaded %s of image data" +msgstr "Enviados %s dados de imagem" -#: plug-ins/gimpressionist/gimpressionist.c:117 -msgid "The GIMPressionist" -msgstr "O GIMPressionist" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:297 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:158 +#: ../plug-ins/file-uri/uri-backend-wget.c:195 +msgid "Connecting to server" +msgstr "A ligar ao servidor" -#: plug-ins/gimpressionist/gimpressionist.c:196 -msgid "Gimpressionist" -msgstr "Gimpressionist" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:312 +#, fuzzy, c-format +msgid "Failed to read %s from '%s': %s" +msgstr "Falha ao abrir '%s': %s" -#: plug-ins/gimpressionist/gimpressionist.c:200 -msgid "A_bout" -msgstr "_Sobre" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:361 +#, fuzzy, c-format +msgid "Failed to write %s to '%s': %s" +msgstr "Falha ao escrever ficheiro GFlare '%s': %s" -#: plug-ins/gimpressionist/orientation.c:74 -msgid "Or_ientation" -msgstr "Or_ientação" +#: ../plug-ins/file-uri/uri-backend-gvfs.c:200 +#, c-format +msgid "Downloading image (%s of %s)" +msgstr "A transferir imagem (%s de %s)" -#: plug-ins/gimpressionist/orientation.c:88 -msgid "Directions:" -msgstr "Direcções:" +#: ../plug-ins/file-uri/uri-backend-gvfs.c:204 +#, c-format +msgid "Uploading image (%s of %s)" +msgstr "A enviar imagem (%s de %s)" -#: plug-ins/gimpressionist/orientation.c:92 -msgid "The number of directions (i.e. brushes) to use" -msgstr "O número de direcções (por ex. pincéis) a serem usados" +#: ../plug-ins/file-uri/uri-backend-libcurl.c:60 +msgid "Could not initialize libcurl" +msgstr "Could not initialize libcurl" -#: plug-ins/gimpressionist/orientation.c:100 -msgid "Start angle:" -msgstr "Ângulo inicial:" +#: ../plug-ins/file-uri/uri-backend-libcurl.c:202 +#, c-format +msgid "Opening '%s' for reading resulted in HTTP response code: %d" +msgstr "Ao abrir '%s' para leitura obtive como resposta o erro HTTP: %d" -#: plug-ins/gimpressionist/orientation.c:104 -#, fuzzy -msgid "The starting angle of the first brush to create" -msgstr "O ângulo do primeiro pincel a ser criado" +#: ../plug-ins/file-uri/uri-backend-wget.c:162 +#: ../plug-ins/file-uri/uri-backend-wget.c:182 +#: ../plug-ins/file-uri/uri-backend-wget.c:201 +#: ../plug-ins/file-uri/uri-backend-wget.c:224 +#: ../plug-ins/file-uri/uri-backend-wget.c:253 +#, c-format +msgid "wget exited abnormally on URI '%s'" +msgstr "wget exited abnormally on URI '%s'" -#: plug-ins/gimpressionist/orientation.c:112 -msgid "Angle span:" -msgstr "Alcance ângulo:" +#. The third line is "Connecting to..." +#: ../plug-ins/file-uri/uri-backend-wget.c:190 +#, c-format +msgid "(timeout is %d second)" +msgid_plural "(timeout is %d seconds)" +msgstr[0] "(Irá expirar daqui a %d segundo)" +msgstr[1] "(Irá expirar daqui a %d segundos)" -#: plug-ins/gimpressionist/orientation.c:116 -#, fuzzy -msgid "The angle span of the first brush to create" -msgstr "O ângulo do primeiro pincel a ser criado" +#. The fourth line is either the network request or an error +#: ../plug-ins/file-uri/uri-backend-wget.c:219 +msgid "Opening URI" +msgstr "A abrir URI" -#: plug-ins/gimpressionist/orientation.c:139 -msgid "" -"Let the value (brightness) of the region determine the direction of the " -"stroke" -msgstr "Deixar o valor (brilho) da região determinar a direcção da pincelada" +#: ../plug-ins/file-uri/uri-backend-wget.c:230 +#: ../plug-ins/file-uri/uri-backend-wget.c:263 +#, c-format +msgid "A network error occurred: %s" +msgstr "Ocorreu um erro de rede: %s" -#: plug-ins/gimpressionist/orientation.c:142 -#: plug-ins/gimpressionist/size.c:145 -msgid "Radius" -msgstr "Raio" +#: ../plug-ins/file-uri/uri-backend-wget.c:308 +msgid "Downloading unknown amount of image data" +msgstr "A transferir uma quantidade indeterminada de dados de imagem" -#: plug-ins/gimpressionist/orientation.c:143 -msgid "" -"The distance from the center of the image determines the direction of the " -"stroke" -msgstr "" -"A distância a partir do centro da imagem determina a direcção da pincelada" +#: ../plug-ins/file-uri/uri.c:119 ../plug-ins/file-uri/uri.c:140 +msgid "URI" +msgstr "URI" -#: plug-ins/gimpressionist/orientation.c:147 -msgid "Selects a random direction of each stroke" -msgstr "Selecciona a direcção aleatória de cada pincelada" +#: ../plug-ins/file-xjt/xjt.c:488 ../plug-ins/file-xjt/xjt.c:506 +msgid "GIMP compressed XJT image" +msgstr "Imagem XJT com compressão GIMP" -#: plug-ins/gimpressionist/orientation.c:150 -#: plug-ins/gimpressionist/size.c:153 -msgid "Radial" -msgstr "Radial" +#: ../plug-ins/file-xjt/xjt.c:736 +#, c-format +msgid "XJT file contains unknown layermode %d" +msgstr "O ficheiro XJT contém modo de camada %d desconhecido" -#: plug-ins/gimpressionist/orientation.c:151 -msgid "Let the direction from the center determine the direction of the stroke" -msgstr "" -"Deixar a direcção a partir do centro determinar a direcção da pincelada" +#: ../plug-ins/file-xjt/xjt.c:773 +#, c-format +msgid "Warning: unsupported layermode %d saved to XJT" +msgstr "Aviso: um modo de camada %d não suportado foi guardado no ficheiro XJT" -#: plug-ins/gimpressionist/orientation.c:158 -#: plug-ins/gimpressionist/size.c:161 -msgid "Flowing" -msgstr "A Fluir" +#: ../plug-ins/file-xjt/xjt.c:789 +#, c-format +msgid "XJT file contains unknown pathtype %d" +msgstr "O ficheiro XJT contém um tipo de caminho %d desconhecido" -#: plug-ins/gimpressionist/orientation.c:159 -#: plug-ins/gimpressionist/size.c:162 -msgid "The strokes follow a \"flowing\" pattern" -msgstr "As pinceladas seguem um padrão \"fluido\"" +#: ../plug-ins/file-xjt/xjt.c:805 +#, c-format +msgid "Warning: unsupported pathtype %d saved to XJT" +msgstr "" +"Aviso: um tipo de caminho %d não suportado foi guardado no ficheiro XJT" -#: plug-ins/gimpressionist/orientation.c:163 -msgid "The hue of the region determines the direction of the stroke" -msgstr "A matiz da região determina a direcção da pincelada" +#: ../plug-ins/file-xjt/xjt.c:824 +#, c-format +msgid "XJT file contains unknown unittype %d" +msgstr "O ficheiro XJT contém um tipo de unidade %d desconhecido" -#: plug-ins/gimpressionist/orientation.c:166 -#: plug-ins/gimpressionist/size.c:169 -msgid "Adaptive" -msgstr "Adaptável" +#: ../plug-ins/file-xjt/xjt.c:845 +#, c-format +msgid "Warning: unsupported unittype %d saved to XJT" +msgstr "" +"Aviso: um tipo de unidade %d não suportado foi guardado no ficheiro XJT" -#: plug-ins/gimpressionist/orientation.c:167 -msgid "The direction that matches the original image the closest is selected" +#: ../plug-ins/file-xjt/xjt.c:866 +msgid "Save as XJT" msgstr "" -"A direcção a qual combina a imagem original quanto mais próxima for " -"seleccionada" -#: plug-ins/gimpressionist/orientation.c:174 -#: plug-ins/gimpressionist/size.c:178 -msgid "Manual" -msgstr "Manual" +#: ../plug-ins/file-xjt/xjt.c:889 +msgid "Optimize" +msgstr "Optimizar" -#: plug-ins/gimpressionist/orientation.c:175 -msgid "Manually specify the stroke orientation" -msgstr "Especificar manualmente a orientação da pincelada" +#: ../plug-ins/file-xjt/xjt.c:899 +msgid "Clear transparent" +msgstr "Limpar Transparente" -#: plug-ins/gimpressionist/orientation.c:186 -msgid "Opens up the Orientation Map Editor" -msgstr "Abre Editor do Mapa de Orientação" +#: ../plug-ins/file-xjt/xjt.c:911 +msgid "Quality:" +msgstr "Qualidade:" -#: plug-ins/gimpressionist/orientmap.c:508 -msgid "Orientation Map Editor" -msgstr "Editor Mapa Orientação" +#: ../plug-ins/file-xjt/xjt.c:920 +msgid "Smoothing:" +msgstr "Suavizando:" -#: plug-ins/gimpressionist/orientmap.c:530 -msgid "Vectors" -msgstr "Vectores" +#: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373 +#, c-format +msgid "Could not create working folder '%s': %s" +msgstr "Incapaz de criar directório de trabalho '%s': %s" -#: plug-ins/gimpressionist/orientmap.c:542 -msgid "" -"The vector-field. Left-click to move selected vector, Right-click to point " -"it towards mouse, Middle-click to add a new vector." -msgstr "" -"O campo de vector. Botão esquerdo para mover o vector seleccionado, botão " -"direito para o apontar em direcção ao rato, botão do meio para adicionar " -"novo vector." +#: ../plug-ins/file-xjt/xjt.c:3239 +#, c-format +msgid "Error: Could not read XJT property file '%s'." +msgstr "Erro: Incapaz de ler ficheiro de propriedades de XJT '%s'." -#: plug-ins/gimpressionist/orientmap.c:565 -#: plug-ins/gimpressionist/sizemap.c:435 -msgid "Adjust the preview's brightness" -msgstr "Ajustar o brilho de antevisão" +#: ../plug-ins/file-xjt/xjt.c:3246 +#, c-format +msgid "Error: XJT property file '%s' is empty." +msgstr "Erro: o ficheiro de propriedades de XJT '%s'." -#: plug-ins/gimpressionist/orientmap.c:587 -msgid "Select previous vector" -msgstr "Seleccionar vector anterior" +#: ../plug-ins/flame/flame.c:129 +msgid "Create cosmic recursive fractal flames" +msgstr "Criar Chamas-de-fogo fractal recursivo cósmico" -#: plug-ins/gimpressionist/orientmap.c:593 -msgid "Select next vector" -msgstr "Seleccionar vector seguinte" +#: ../plug-ins/flame/flame.c:134 +msgid "_Flame..." +msgstr "Chamas-de-_fogo..." -#: plug-ins/gimpressionist/orientmap.c:595 -#: plug-ins/gimpressionist/sizemap.c:466 -msgid "A_dd" -msgstr "A_dicionar" +#: ../plug-ins/flame/flame.c:227 +msgid "Drawing flame" +msgstr "A desenhar as Chamas-de-fogo" -#: plug-ins/gimpressionist/orientmap.c:599 -msgid "Add new vector" -msgstr "Adicionar novo vector" +#: ../plug-ins/flame/flame.c:319 +msgid "Flame works only on RGB drawables." +msgstr "O filtro Chamas-de-fogo só funciona em imagem RGB desenháveis." -#: plug-ins/gimpressionist/orientmap.c:601 -#: plug-ins/gimpressionist/sizemap.c:473 -msgid "_Kill" -msgstr "_Matar" +#: ../plug-ins/flame/flame.c:402 +#, c-format +msgid "'%s' is not a regular file" +msgstr "'%s' não é um ficheiro normal" -#: plug-ins/gimpressionist/orientmap.c:605 -msgid "Delete selected vector" -msgstr "Excluir vector seleccionado" +#: ../plug-ins/flame/flame.c:646 +msgid "Edit Flame" +msgstr "Editar Chamas-de-fogo" -#: plug-ins/gimpressionist/orientmap.c:620 -msgid "_Normal" -msgstr "_Normal" +#: ../plug-ins/flame/flame.c:669 +msgid "Directions" +msgstr "Direcções" -#: plug-ins/gimpressionist/orientmap.c:621 -msgid "Vorte_x" -msgstr "Vé_rtice" +#: ../plug-ins/flame/flame.c:705 +msgid "Controls" +msgstr "Controlos" -#: plug-ins/gimpressionist/orientmap.c:622 -msgid "Vortex_2" -msgstr "Vértice_2" +#: ../plug-ins/flame/flame.c:719 +msgid "_Speed:" +msgstr "_Velocidade:" -#: plug-ins/gimpressionist/orientmap.c:623 -msgid "Vortex_3" -msgstr "Vértice_3" +#: ../plug-ins/flame/flame.c:736 +msgid "_Randomize" +msgstr "Modo Aleató_rio" -#: plug-ins/gimpressionist/orientmap.c:629 -#: plug-ins/gimpressionist/sizemap.c:518 -msgid "_Voronoi" -msgstr "_Voronoi" +#: ../plug-ins/flame/flame.c:746 +msgid "Same" +msgstr "Idêntico" -#: plug-ins/gimpressionist/orientmap.c:637 -msgid "" -"Voronoi-mode makes only the vector closest to the given point have any " -"influence" -msgstr "" -"Modo-Voronoi faz com que apenas o vector mais próximo de um dado ponto tenha " -"qualquer influência" +#: ../plug-ins/flame/flame.c:747 ../plug-ins/gimpressionist/orientation.c:164 +#: ../plug-ins/gimpressionist/size.c:167 +msgid "Random" +msgstr "Aleatório" -#: plug-ins/gimpressionist/orientmap.c:647 -msgid "A_ngle:" -msgstr "Â_ngulo:" +#: ../plug-ins/flame/flame.c:751 +msgid "Swirl" +msgstr "Remoinho" -#: plug-ins/gimpressionist/orientmap.c:651 -msgid "Change the angle of the selected vector" -msgstr "Alterar ângulo do vector seleccionado" +#: ../plug-ins/flame/flame.c:752 +msgid "Horseshoe" +msgstr "Ferradura" -#: plug-ins/gimpressionist/orientmap.c:658 -msgid "Ang_le offset:" -msgstr "Deslocamento ângu_lo:" +#: ../plug-ins/flame/flame.c:753 ../plug-ins/gfig/gfig-dialog.c:1442 +msgid "Polar" +msgstr "Polar" -#: plug-ins/gimpressionist/orientmap.c:662 -msgid "Offset all vectors with a given angle" -msgstr "Deslocar todos os vectores com um ângulo indicado" +#: ../plug-ins/flame/flame.c:754 +msgid "Bent" +msgstr "Dobrada" -#: plug-ins/gimpressionist/orientmap.c:673 -msgid "Change the strength of the selected vector" -msgstr "Alterar a resistência do vector seleccionado" +#: ../plug-ins/flame/flame.c:755 +msgid "Handkerchief" +msgstr "Lenço de mão" + +#: ../plug-ins/flame/flame.c:756 +msgid "Heart" +msgstr "Coração" + +#: ../plug-ins/flame/flame.c:757 +msgid "Disc" +msgstr "Disco" + +#: ../plug-ins/flame/flame.c:759 +msgid "Hyperbolic" +msgstr "Hipérbole" + +#: ../plug-ins/flame/flame.c:761 +msgid "Ex" +msgstr "Ex" -#: plug-ins/gimpressionist/orientmap.c:680 -msgid "S_trength exp.:" -msgstr "Expoente resis_tência:" +#: ../plug-ins/flame/flame.c:762 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:844 +msgid "Julia" +msgstr "Julia" -#: plug-ins/gimpressionist/orientmap.c:684 -#: plug-ins/gimpressionist/sizemap.c:513 -msgid "Change the exponent of the strength" -msgstr "Alterar o expoente da resistência" +#: ../plug-ins/flame/flame.c:764 +msgid "Fisheye" +msgstr "Olho-de-Peixe" + +#: ../plug-ins/flame/flame.c:765 +msgid "Popcorn" +msgstr "Pipocas" + +#: ../plug-ins/flame/flame.c:766 +msgid "Exponential" +msgstr "Exponencial" + +#: ../plug-ins/flame/flame.c:767 +msgid "Power" +msgstr "Potência" + +#: ../plug-ins/flame/flame.c:768 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:997 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1038 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1079 +msgid "Cosine" +msgstr "Cosseno" -#: plug-ins/gimpressionist/paper.c:120 -msgid "P_aper" -msgstr "P_apel" +#: ../plug-ins/flame/flame.c:769 +msgid "Rings" +msgstr "Anéis" + +#: ../plug-ins/flame/flame.c:770 +msgid "Fan" +msgstr "Ventoinha" + +#: ../plug-ins/flame/flame.c:771 +msgid "Eyefish" +msgstr "Olho de peixe" + +#: ../plug-ins/flame/flame.c:772 +msgid "Bubble" +msgstr "Bolha" -#: plug-ins/gimpressionist/paper.c:155 -msgid "Inverts the Papers texture" -msgstr "Inverte a textura dos Papéis" +#: ../plug-ins/flame/flame.c:773 ../plug-ins/map-object/map-object-ui.c:491 +msgid "Cylinder" +msgstr "Cilindro" -#: plug-ins/gimpressionist/paper.c:159 -msgid "O_verlay" -msgstr "So_breposição" +#: ../plug-ins/flame/flame.c:775 +msgid "Blur" +msgstr "Esbater" + +#: ../plug-ins/flame/flame.c:776 +msgid "Gaussian" +msgstr "Gaussiano" -#: plug-ins/gimpressionist/paper.c:164 -msgid "Applies the paper as it is (without embossing it)" -msgstr "Aplica o papel como ele está (sem fazer relevo)" +#: ../plug-ins/flame/flame.c:789 +msgid "_Variation:" +msgstr "_Variação:" -#: plug-ins/gimpressionist/paper.c:180 -msgid "Specifies the scale of the texture (in percent of original file)" -msgstr "Especifica a escala da textura (na percentagem do ficheiro original)" +#: ../plug-ins/flame/flame.c:811 +msgid "Load Flame" +msgstr "Carregar Chamas-de-fogo" -#: plug-ins/gimpressionist/placement.c:49 -msgid "Pl_acement" -msgstr "Coloc_ação" +#: ../plug-ins/flame/flame.c:826 +msgid "Save Flame" +msgstr "Guardar Chamas-de-fogo" -#: plug-ins/gimpressionist/placement.c:55 -msgid "Placement" -msgstr "Colocação" +#: ../plug-ins/flame/flame.c:968 +msgid "Flame" +msgstr "Chamas-de-fogo" -#: plug-ins/gimpressionist/placement.c:59 -msgid "Randomly" -msgstr "Aleatória" +#: ../plug-ins/flame/flame.c:1069 +msgid "_Rendering" +msgstr "_Renderização" -#: plug-ins/gimpressionist/placement.c:63 -msgid "Evenly distributed" -msgstr "Igualmente distribuída" +#: ../plug-ins/flame/flame.c:1095 +msgid "Co_ntrast:" +msgstr "Co_ntraste:" -#: plug-ins/gimpressionist/placement.c:71 -msgid "Place strokes randomly around the image" -msgstr "Coloca pinceladas aleatórias em torno da imagem" +#: ../plug-ins/flame/flame.c:1109 +msgid "_Gamma:" +msgstr "_Gama:" -#: plug-ins/gimpressionist/placement.c:75 -msgid "The strokes are evenly distributed across the image" -msgstr "As pinceladas são igualmente distribuídas através da imagem" +#: ../plug-ins/flame/flame.c:1123 +msgid "Sample _density:" +msgstr "_Densidade da Amostra:" -#: plug-ins/gimpressionist/placement.c:91 -msgid "Stroke _density:" -msgstr "_Densidade pincelada:" +#: ../plug-ins/flame/flame.c:1134 +msgid "Spa_tial oversample:" +msgstr "Sobre-amos_tragem espacial:" -#: plug-ins/gimpressionist/placement.c:95 -msgid "The relative density of the brush strokes" -msgstr "A densidade relativa das pinceladas" +#: ../plug-ins/flame/flame.c:1145 +msgid "Spatial _filter radius:" +msgstr "Raio do _filtro espacial:" -#: plug-ins/gimpressionist/placement.c:101 -msgid "Centerize" -msgstr "Centralizar" +#: ../plug-ins/flame/flame.c:1164 +msgid "Color_map:" +msgstr "_Mapa de Cores:" -#: plug-ins/gimpressionist/placement.c:107 -msgid "Focus the brush strokes around the center of the image" -msgstr "Concentrar as pinceladas ao redor do centro da imagem" +#: ../plug-ins/flame/flame.c:1206 +msgid "Custom gradient" +msgstr "Gradiente personalizado" -#. -#. * gimp_filename_to_utf8 () and g_strerror () return temporary strings -#. * that need not and should not be freed. So this call is OK. -#. * -#: plug-ins/gimpressionist/ppmtool.c:630 -#, c-format -msgid "Failed to save PPM file '%s': %s" -msgstr "Falha ao gravar ficheiro PPM '%s': %s" +#: ../plug-ins/flame/flame.c:1232 +msgid "C_amera" +msgstr "C_amera" -#: plug-ins/gimpressionist/presets.c:621 -msgid "Save Current" -msgstr "Gravar Actual" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547 +#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gimpressionist/utils.c:143 +#: ../plug-ins/gradient-flare/gradient-flare.c:881 +#, c-format +msgid "" +"No %s in gimprc:\n" +"You need to add an entry like\n" +"(%s \"%s\")\n" +"to your %s file." +msgstr "" +"Nenhum %s em gimprc:\n" +"Tem de adicionar uma entrada como a seguinte\n" +"(%s \"%s\")\n" +"ao seu ficheiro %s." -#: plug-ins/gimpressionist/presets.c:863 -#, fuzzy -msgid "The Gimpressionist Defaults" -msgstr "Gimpressionist" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:638 +msgid "Realtime preview" +msgstr "Ante-visão em tempo real" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:646 +msgid "If enabled the preview will be redrawn automatically" +msgstr "Se activar esta opção a ante-visão será redesenhada automaticamente" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:649 +msgid "R_edraw preview" +msgstr "Desenhar Ante_visão" -#: plug-ins/gimpressionist/presets.c:979 -msgid "_Presets" -msgstr "_Pré-Definidos" +#. Zoom Options +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:657 +msgid "Zoom" +msgstr "Zoom" -#: plug-ins/gimpressionist/presets.c:994 -msgid "Save current..." -msgstr "Gravar actual..." +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:693 +msgid "Undo last zoom change" +msgstr "Desfazer último zoom" -#: plug-ins/gimpressionist/presets.c:999 -msgid "Save the current settings to the specified file" -msgstr "Gravar as configurações actuais no ficheiro especificado" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:703 +msgid "Redo last zoom change" +msgstr "Refazer último zoom" -#: plug-ins/gimpressionist/presets.c:1027 -msgid "Reads the selected Preset into memory" -msgstr "Lê o Pré-Definido seleccionado para memória" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:718 +msgid "_Parameters" +msgstr "_Parâmetros" -#: plug-ins/gimpressionist/presets.c:1033 -msgid "Deletes the selected Preset" -msgstr "Apaga o Pré-Definido seleccionado" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:721 +msgid "Fractal Parameters" +msgstr "Parâmetros de Fractais" -#: plug-ins/gimpressionist/presets.c:1039 -msgid "Reread the folder of Presets" -msgstr "Relê a pasta de Pré-Definidos" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:734 +#: ../plug-ins/map-object/map-object-ui.c:1099 +msgid "Left:" +msgstr "Esquerdo:" -#: plug-ins/gimpressionist/preview.c:187 -msgid "Refresh the Preview window" -msgstr "Restaurar a janela de Antevisão" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:743 +#: ../plug-ins/map-object/map-object-ui.c:1099 +msgid "Right:" +msgstr "Direito:" -#: plug-ins/gimpressionist/preview.c:195 -msgid "Revert to the original image" -msgstr "Reverte para a imagem original" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:752 +#: ../plug-ins/map-object/map-object-ui.c:1098 +msgid "Top:" +msgstr "Superior:" -#: plug-ins/gimpressionist/repaint.c:1160 -msgid "Update" -msgstr "Actualizar" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:761 +#: ../plug-ins/map-object/map-object-ui.c:1098 +msgid "Bottom:" +msgstr "Inferior:" -#: plug-ins/gimpressionist/size.c:77 -msgid "_Size" -msgstr "_Tamanho" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773 +msgid "" +"The higher the number of iterations, the more details will be calculated" +msgstr "" +"Quanto maior o número de repetições, maior o número de detalhes a serem " +"calculados" -#: plug-ins/gimpressionist/size.c:91 -msgid "Sizes:" -msgstr "Tamanhos:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781 +msgid "CX:" +msgstr "CX:" -#: plug-ins/gimpressionist/size.c:95 -msgid "The number of sizes of brushes to use" -msgstr "O número de tamanhos dos pincéis a utilizar" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:784 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:794 +msgid "Changes aspect of fractal" +msgstr "Altera a proporção do fractal" -#: plug-ins/gimpressionist/size.c:103 -msgid "Minimum size:" -msgstr "Tamanho mínimo:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:791 +msgid "CY:" +msgstr "CY:" -#: plug-ins/gimpressionist/size.c:107 -msgid "The smallest brush to create" -msgstr "O menor pincel a criar" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:809 +msgid "Load a fractal from file" +msgstr "Carrega um fractal a partir de um ficheiro" -#: plug-ins/gimpressionist/size.c:115 -msgid "Maximum size:" -msgstr "Tamanho máximo:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817 +msgid "Reset parameters to default values" +msgstr "Repor as predefinições dos parâmetros" -#: plug-ins/gimpressionist/size.c:119 -msgid "The largest brush to create" -msgstr "O maior pincel a criar" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826 +msgid "Save active fractal to file" +msgstr "Guardar num ficheiro o fractal activo" -#: plug-ins/gimpressionist/size.c:133 -msgid "Size:" -msgstr "Tamanho:" +#. Fractal type toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:829 +msgid "Fractal Type" +msgstr "Tipo de Fractal" -#: plug-ins/gimpressionist/size.c:142 -msgid "" -"Let the value (brightness) of the region determine the size of the stroke" -msgstr "Deixar o valor (brilho) da região determinar o tamanho da pincelada" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:842 +msgid "Mandelbrot" +msgstr "Mandelbrot" -#: plug-ins/gimpressionist/size.c:146 -msgid "" -"The distance from the center of the image determines the size of the stroke" -msgstr "" -"A distância a partir do centro da imagem determina o tamanho da pincelada" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:846 +msgid "Barnsley 1" +msgstr "Barnsley 1" -#: plug-ins/gimpressionist/size.c:150 -msgid "Selects a random size for each stroke" -msgstr "Seleccionar um tamanho aleatório para cada pincelada" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:848 +msgid "Barnsley 2" +msgstr "Barnsley 2" -#: plug-ins/gimpressionist/size.c:154 -msgid "Let the direction from the center determine the size of the stroke" -msgstr "Deixar a direcção a partir do centro determinar o tamanho da pincelada" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:850 +msgid "Barnsley 3" +msgstr "Barnsley 3" -#: plug-ins/gimpressionist/size.c:166 -msgid "The hue of the region determines the size of the stroke" -msgstr "A matiz da região determina o tamanho da pincelada" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:852 +msgid "Spider" +msgstr "Aranha" -#: plug-ins/gimpressionist/size.c:170 -msgid "The brush-size that matches the original image the closest is selected" -msgstr "" -"Seleccionar o tamanho do pincel que mais se aproxima da imagem original" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:854 +msgid "Man'o'war" +msgstr "Man'o'war" -#: plug-ins/gimpressionist/size.c:179 -msgid "Manually specify the stroke size" -msgstr "Especificar manualmente o tamanho da pincelada" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:856 +msgid "Lambda" +msgstr "Lambda" -#: plug-ins/gimpressionist/size.c:190 -msgid "Opens up the Size Map Editor" -msgstr "Abre o Editor do Mapa de Tamanho" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:858 +msgid "Sierpinski" +msgstr "Sierpinski" -#: plug-ins/gimpressionist/sizemap.c:383 -msgid "Size Map Editor" -msgstr "Editor Mapa Tamanho" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:920 +msgid "Number of colors:" +msgstr "Número de cores:" -#: plug-ins/gimpressionist/sizemap.c:405 -msgid "Smvectors" -msgstr "Vectores pequenos" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:923 +msgid "Change the number of colors in the mapping" +msgstr "Altera o número de cores no mapeamento" -#: plug-ins/gimpressionist/sizemap.c:415 -msgid "" -"The smvector-field. Left-click to move selected smvector, Right-click to " -"point it towards mouse, Middle-click to add a new smvector." -msgstr "" -"O campo de vectores pequenos. Clique no botão esquerdo para mover o vector " -"pequeno seleccionado, no botão direito para apontar em direcção ao rato e no " -"botão central para adicionar um novo vector pequeno." +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:930 +msgid "Use loglog smoothing" +msgstr "Utilizar uniformidade de registo" -#: plug-ins/gimpressionist/sizemap.c:457 -msgid "Select previous smvector" -msgstr "Selecciona vector pequeno anterior" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937 +msgid "Use log log smoothing to eliminate \"banding\" in the result" +msgstr "Utiliza uniformidade de registo para evitar bandas no resultado" -#: plug-ins/gimpressionist/sizemap.c:464 -msgid "Select next smvector" -msgstr "Selecciona vector pequeno seguinte" +#. Color Density frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941 +msgid "Color Density" +msgstr "Densidade de Cor" -#: plug-ins/gimpressionist/sizemap.c:471 -msgid "Add new smvector" -msgstr "Adicionar novo vector pequeno" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:956 +msgid "Change the intensity of the red channel" +msgstr "Alterar a intensidade do canal vermelho" -#: plug-ins/gimpressionist/sizemap.c:478 -msgid "Delete selected smvector" -msgstr "Apagar vector pequeno seleccionado" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:966 +msgid "Change the intensity of the green channel" +msgstr "Alterar a intensidade do canal verde" -#: plug-ins/gimpressionist/sizemap.c:491 -msgid "Change the angle of the selected smvector" -msgstr "Alterar o ângulo do vector pequeno seleccionado" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:976 +msgid "Change the intensity of the blue channel" +msgstr "Alterar a intensidade do canal azul" -#: plug-ins/gimpressionist/sizemap.c:498 -msgid "S_trength:" -msgstr "Resis_tência:" +#. Color Function frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:982 +msgid "Color Function" +msgstr "Função Cores" -#: plug-ins/gimpressionist/sizemap.c:502 -msgid "Change the strength of the selected smvector" -msgstr "Alterar a resistência do vector pequeno seleccionado" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:995 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1036 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1077 +msgid "Sine" +msgstr "Seno" -#: plug-ins/gimpressionist/sizemap.c:509 -msgid "St_rength exp.:" -msgstr "Expoente _resistência:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1004 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1086 +msgid "Use sine-function for this color component" +msgstr "Utilizar função de seno para componente vermelho" -#: plug-ins/gimpressionist/sizemap.c:525 -msgid "" -"Voronoi-mode makes only the smvector closest to the given point have any " -"influence" -msgstr "" -"Modo-Voronoi faz com que apenas o vector pequeno mais próximo de um dado " -"ponto tenha alguma influência" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1007 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1048 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1089 +msgid "Use cosine-function for this color component" +msgstr "Utilizar função de cosseno para componente vermelho" -#. don't translate the gimprc entry -#: plug-ins/gimpressionist/utils.c:135 -#, c-format +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1010 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1051 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1092 msgid "" -"It is highly recommended to add\n" -" (gimpressionist-path \"%s\")\n" -"(or similar) to your gimprc file." +"Use linear mapping instead of any trigonometrical function for this color " +"channel" msgstr "" -"É altamente recomendado adicionar\n" -" (gimpressionist-path \"%s\")\n" -"(ou semelhante) ao seu ficheiro gimprc." - -#: plug-ins/help/domain.c:175 -msgid "The GIMP help files are not installed." -msgstr "Os ficheiros de ajuda do GIMP não estão instalados." - -#: plug-ins/help/domain.c:177 -msgid "There is a problem with the GIMP help files." -msgstr "Existe um problema com os ficheiros de ajuda do GIMP." - -#: plug-ins/help/domain.c:182 -msgid "Please check your installation." -msgstr "Verifique a sua instalação." +"Utilizar mapeamento linear em vez de qualquer função trigonométrica para " +"este canal de cor" -#: plug-ins/help/domain.c:190 -#, c-format -msgid "Help ID '%s' unknown" -msgstr "ID de ajuda '%s' desconhecido" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1019 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1060 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1101 +msgid "Inversion" +msgstr "Inversão" -#: plug-ins/help/domain.c:447 -#, c-format +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1027 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1068 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1109 msgid "" -"Parse error in '%s':\n" -"%s" +"If you enable this option higher color values will be swapped with lower " +"ones and vice versa" msgstr "" -"Erro de parseamento em '%s':\n" -"%s" +"Se activar esta opção, os valores de cor mais altos serão trocados com os " +"mais baixos e vice versa" -#: plug-ins/helpbrowser/dialog.c:157 -#, fuzzy -msgid "GIMP Help browser" -msgstr "Navegador Ajuda GIMP" +#. Colormode toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1114 +msgid "Color Mode" +msgstr "Modo de Cor" -#: plug-ins/helpbrowser/dialog.c:409 -#, fuzzy -msgid "Document not found" -msgstr "Documento Não Encontrado" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1123 +msgid "As specified above" +msgstr "Como especificado acima" -#: plug-ins/helpbrowser/dialog.c:411 -msgid "The requested URL could not be loaded:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1135 +msgid "" +"Create a color-map with the options you specified above (color density/" +"function). The result is visible in the preview image" msgstr "" +"Cria um mapa de cores com as opções especificadas acima (densidade de cor/ " +"função). O resultado é visível na imagem de ante-visão." -#: plug-ins/ifscompose/ifscompose.c:357 -#, fuzzy -msgid "_IFS Fractal..." -msgstr "Traço de Fractal" - -#. Asym -#: plug-ins/ifscompose/ifscompose.c:600 -msgid "Asymmetry:" -msgstr "Assimétrico:" - -#. Shear -#: plug-ins/ifscompose/ifscompose.c:614 -msgid "Shear:" -msgstr "Rasgar:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1145 +msgid "Apply active gradient to final image" +msgstr "Aplica um gradiente activo à imagem final" -#. Simple color control section -#: plug-ins/ifscompose/ifscompose.c:659 -msgid "Simple" -msgstr "Simples" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1157 +msgid "Create a color-map using a gradient from the gradient editor" +msgstr "Cria um mapa de cores utilizando um gradiente do editor de gradientes" -#: plug-ins/ifscompose/ifscompose.c:668 -#, fuzzy -msgid "IFS Fractal: Target" -msgstr "Traço de Fractal" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1168 +msgid "FractalExplorer Gradient" +msgstr "Gradiente FractalExplorer" -#: plug-ins/ifscompose/ifscompose.c:674 -msgid "Scale Hue by:" -msgstr "Matiz Escala por:" - -#: plug-ins/ifscompose/ifscompose.c:689 -msgid "Scale Value by:" -msgstr "Valor Escala por:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1198 +msgid "_Fractals" +msgstr "_Fractais" -#. Full color control section -#: plug-ins/ifscompose/ifscompose.c:706 -msgid "Full" -msgstr "Cheia" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560 +#, c-format +msgid "Could not write '%s': %s" +msgstr "Falha ao escrever '%s': %s" -#: plug-ins/ifscompose/ifscompose.c:713 -#, fuzzy -msgid "IFS Fractal: Red" -msgstr "Tipo de Fractal" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635 +msgid "Load Fractal Parameters" +msgstr "Carregar Parâmetros Fractais" -#: plug-ins/ifscompose/ifscompose.c:720 -#, fuzzy -msgid "IFS Fractal: Green" -msgstr "Traço de Fractal" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1673 +msgid "Save Fractal Parameters" +msgstr "Guardar Parâmetros Fractais" -#: plug-ins/ifscompose/ifscompose.c:727 -#, fuzzy -msgid "IFS Fractal: Blue" -msgstr "Tipo de Fractal" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1871 +#, c-format +msgid "'%s' is not a FractalExplorer file" +msgstr "'%s' não é um ficheiro FractalExplorer" -#: plug-ins/ifscompose/ifscompose.c:734 -#, fuzzy -msgid "IFS Fractal: Black" -msgstr "Traço de Fractal" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1877 +#, c-format +msgid "'%s' is corrupt. Line %d Option section incorrect" +msgstr "'%s' está corrompido. Secção da opção na linha %d incorrecta" -#: plug-ins/ifscompose/ifscompose.c:784 -#, fuzzy -msgid "IFS Fractal" -msgstr "Novo Fractal" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:239 +msgid "Render fractal art" +msgstr "A renderizar arte fractal" -#: plug-ins/ifscompose/ifscompose.c:872 -msgid "Spatial Transformation" -msgstr "Transformação Espacial" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:244 +msgid "_Fractal Explorer..." +msgstr "_Explorador Fractal..." -#: plug-ins/ifscompose/ifscompose.c:878 -msgid "Color Transformation" -msgstr "Transformação Cor" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:374 +msgid "Rendering fractal" +msgstr "A renderizar fractal" -#: plug-ins/ifscompose/ifscompose.c:888 -#, fuzzy -msgid "Relative probability:" -msgstr "Probabilidade Relativa:" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:756 +#: ../plug-ins/gradient-flare/gradient-flare.c:3200 +#, c-format +msgid "Are you sure you want to delete \"%s\" from the list and from disk?" +msgstr "Tem certeza que deseja eliminar \"%s\" da lista e do disco?" -#: plug-ins/ifscompose/ifscompose.c:1063 -msgid "Select _All" -msgstr "Seleccionar T_udo" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:760 +msgid "Delete Fractal" +msgstr "Apagar Fractal" -#: plug-ins/ifscompose/ifscompose.c:1067 -#, fuzzy -msgid "Re_center" -msgstr "Recalcular _Centro" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:950 +#, c-format +msgid "File '%s' is not a FractalExplorer file" +msgstr "O ficheiro '%s' não é um ficheiro FractalExplorer" -#: plug-ins/ifscompose/ifscompose.c:1067 -#, fuzzy -msgid "Recompute Center" -msgstr "/Recalcular Centro" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:959 +#, c-format +msgid "" +"File '%s' is corrupt.\n" +"Line %d Option section incorrect" +msgstr "" +"O ficheiro '%s' está corrompido.\n" +"Secção da opção incorrecta na linha %d" -#: plug-ins/ifscompose/ifscompose.c:1071 -#, fuzzy -msgid "Render options" -msgstr "Opções Renderização" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1003 +msgid "My first fractal" +msgstr "O meu primeiro fractal" -#: plug-ins/ifscompose/ifscompose.c:1077 plug-ins/imagemap/imap_cmd_move.c:86 -#: plug-ins/imagemap/imap_cmd_object_move.c:57 -msgid "Move" -msgstr "Mover" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1067 +msgid "Select folder and rescan collection" +msgstr "Seleccionar pasta e re-examinar a colecção" -#: plug-ins/ifscompose/ifscompose.c:1080 -#, fuzzy -msgid "Rotate" -msgstr "Rodado" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1079 +msgid "Apply currently selected fractal" +msgstr "Aplicar fractal actualmente selecionado" -#: plug-ins/ifscompose/ifscompose.c:1080 -#, fuzzy -msgid "Rotate / Scale" -msgstr "/Rodar\\/Escala" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1091 +msgid "Delete currently selected fractal" +msgstr "Apagar fractal actualmente selecionado" -#: plug-ins/ifscompose/ifscompose.c:1083 -msgid "Stretch" -msgstr "Esticar" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1114 +msgid "Rescan for Fractals" +msgstr "Procurar por Fractais" -#: plug-ins/ifscompose/ifscompose.c:1180 -#, fuzzy -msgid "IFS Fractal Render Options" -msgstr "Opções Renderização" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1133 +msgid "Add FractalExplorer Path" +msgstr "Acrescentar Caminho com Ficheiros FractalExplorer" -#: plug-ins/ifscompose/ifscompose.c:1201 -msgid "Max. Memory:" -msgstr "Memória Máxima:" +#: ../plug-ins/gfig/gfig-bezier.c:443 +msgid "Closed" +msgstr "Fechado" -#: plug-ins/ifscompose/ifscompose.c:1228 -msgid "Subdivide:" -msgstr "Subdividir:" +#: ../plug-ins/gfig/gfig-bezier.c:448 +msgid "Close curve on completion" +msgstr "Fechar curva ao completar" -#: plug-ins/ifscompose/ifscompose.c:1241 -msgid "Spot Radius:" -msgstr "Raio Mancha:" +#: ../plug-ins/gfig/gfig-bezier.c:453 +msgid "Show Line Frame" +msgstr "Exibir Linha de Moldura" -#: plug-ins/ifscompose/ifscompose.c:1313 -#, c-format -msgid "Rendering IFS (%d/%d)..." -msgstr "A Renderizar IFS (%d/%d)..." +#: ../plug-ins/gfig/gfig-bezier.c:458 +msgid "Draws lines between the control points. Only during curve creation" +msgstr "" +"Desenha linhas entre os pontos de controlo. Apenas durante a criação da curva" -#. transfer the image to the drawable -#: plug-ins/ifscompose/ifscompose.c:1333 -#, c-format -msgid "Copying IFS to image (%d/%d)..." -msgstr "A Copiar IFS para a imagem (%d/%d)..." +#. Start building the dialog up +#: ../plug-ins/gfig/gfig-dialog.c:286 +msgid "Gfig" +msgstr "Gfig" -#: plug-ins/ifscompose/ifscompose.c:1476 -#, c-format -msgid "Transformation %s" -msgstr "Transformação %s" +#. Tool options notebook +#: ../plug-ins/gfig/gfig-dialog.c:337 +msgid "Tool Options" +msgstr "Opções de Ferramentas" -#: plug-ins/ifscompose/ifscompose.c:2400 -#, fuzzy -msgid "Save failed" -msgstr "Gravar Ficheiro" +#: ../plug-ins/gfig/gfig-dialog.c:354 +msgid "_Stroke" +msgstr "_Contorno" -#: plug-ins/ifscompose/ifscompose.c:2481 plug-ins/ifscompose/ifscompose.c:2494 -msgid "Open failed" -msgstr "Falhou abertura" +#. Fill frame on right side +#: ../plug-ins/gfig/gfig-dialog.c:401 +msgid "Fill" +msgstr "Preenchimento" -#: plug-ins/ifscompose/ifscompose.c:2489 -#, fuzzy, c-format -msgid "File '%s' doesn't seem to be an IFS Fractal file." -msgstr "Ficheiro '%s' não parece ser um ficheiro IFS Composto." +#: ../plug-ins/gfig/gfig-dialog.c:415 +msgid "No fill" +msgstr "Sem preenchimento" -#: plug-ins/ifscompose/ifscompose.c:2529 -#, fuzzy -msgid "Save as IFS Fraktal file" -msgstr "Gravar como ficheiro IFS" +#: ../plug-ins/gfig/gfig-dialog.c:416 +msgid "Color fill" +msgstr "Preenchimento com cor" -#: plug-ins/ifscompose/ifscompose.c:2559 -#, fuzzy -msgid "Open IFS Fraktal file" -msgstr "Abrir ficheiro IFS" +#: ../plug-ins/gfig/gfig-dialog.c:417 +msgid "Pattern fill" +msgstr "Preenchimento com Textura" -#: plug-ins/imagemap/imap_about.c:43 -#, fuzzy -msgid "Imagemap plug-in 2.2" -msgstr "Plug-in Mapa Imagens 2.0" +#: ../plug-ins/gfig/gfig-dialog.c:418 +msgid "Shape gradient" +msgstr "Forma do Gradiente" + +#: ../plug-ins/gfig/gfig-dialog.c:419 +msgid "Vertical gradient" +msgstr "Gradiente vertical" + +#: ../plug-ins/gfig/gfig-dialog.c:420 +msgid "Horizontal gradient" +msgstr "Gradiente horizontal" -#: plug-ins/imagemap/imap_about.c:44 -#, fuzzy -msgid "Copyright(c) 1999-2004 by Maurits Rijk" -msgstr "Copyright© 1999-2003 por Maurits Rijk" +#. "show image" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:480 +msgid "Show image" +msgstr "Mostrar imagem" -#: plug-ins/imagemap/imap_about.c:46 -#, fuzzy -msgid "Released under the GNU General Public License" -msgstr " Distribuido sob a Licença Pública Genérica GNU " +#. "snap to grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:493 +msgctxt "checkbutton" +msgid "Snap to grid" +msgstr "Atrair para a grelha" -#: plug-ins/imagemap/imap_circle.c:64 -msgid "C_ircle" -msgstr "Círc_ulo" +#. "show grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:502 +msgid "Show grid" +msgstr "Mostrar grelha" -#: plug-ins/imagemap/imap_circle.c:264 -msgid "Center _x:" -msgstr "Centro _x:" +#: ../plug-ins/gfig/gfig-dialog.c:637 +msgid "Load Gfig Object Collection" +msgstr "Carregar Colecção de Objectos Gfig" -#: plug-ins/imagemap/imap_circle.c:269 plug-ins/imagemap/imap_circle.c:276 -#: plug-ins/imagemap/imap_circle.c:282 plug-ins/imagemap/imap_grid.c:254 -#: plug-ins/imagemap/imap_grid.c:260 plug-ins/imagemap/imap_polygon.c:504 -#: plug-ins/imagemap/imap_polygon.c:512 plug-ins/imagemap/imap_rectangle.c:394 -#: plug-ins/imagemap/imap_rectangle.c:401 -#: plug-ins/imagemap/imap_rectangle.c:408 -#: plug-ins/imagemap/imap_rectangle.c:415 -msgid "pixels" -msgstr "pixeis" +#: ../plug-ins/gfig/gfig-dialog.c:686 +msgid "Save Gfig Drawing" +msgstr "Guardar Desenho Gfig" -#: plug-ins/imagemap/imap_circle.c:271 -msgid "Center _y:" -msgstr "Centro _y:" +#: ../plug-ins/gfig/gfig-dialog.c:831 +msgid "First Gfig" +msgstr "Primeira Gfig" -#: plug-ins/imagemap/imap_cmd_clear.c:51 -msgid "Clear" -msgstr "Limpar" +#: ../plug-ins/gfig/gfig-dialog.c:870 +msgid "_Undo" +msgstr "_Desfazer" -#: plug-ins/imagemap/imap_cmd_create.c:58 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:151 -msgid "Create" -msgstr "Criar" +#: ../plug-ins/gfig/gfig-dialog.c:874 +msgid "_Clear" +msgstr "_Limpar" -#: plug-ins/imagemap/imap_cmd_cut.c:55 -#: plug-ins/imagemap/imap_cmd_cut_object.c:51 -#: plug-ins/imagemap/imap_object_popup.c:111 -#: plug-ins/imagemap/imap_toolbar.c:123 -msgid "Cut" -msgstr "Cortar" +#: ../plug-ins/gfig/gfig-dialog.c:878 ../plug-ins/imagemap/imap_menu.c:209 +msgid "_Grid" +msgstr "_Grelha" -#: plug-ins/imagemap/imap_cmd_delete.c:57 -#: plug-ins/imagemap/imap_selection.c:172 plug-ins/imagemap/imap_tools.c:174 -msgid "Delete" -msgstr "Apagar" +#: ../plug-ins/gfig/gfig-dialog.c:886 +msgid "Raise selected object" +msgstr "Subir objecto seleccionado" -#: plug-ins/imagemap/imap_cmd_delete_point.c:61 -#: plug-ins/imagemap/imap_polygon.c:723 -msgid "Delete Point" -msgstr "Apagar Ponto" +#: ../plug-ins/gfig/gfig-dialog.c:890 +msgid "Lower selected object" +msgstr "Descer objecto seleccionado" -#: plug-ins/imagemap/imap_cmd_edit_object.c:54 -msgid "Edit Object" -msgstr "Editar Objecto" +#: ../plug-ins/gfig/gfig-dialog.c:894 +msgid "Raise selected object to top" +msgstr "Subir objecto seleccionado para o topo" -#. Create the areas -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:117 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:147 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:251 -msgid "Use Gimp Guides" -msgstr "Utilizar Guias GIMP" +#: ../plug-ins/gfig/gfig-dialog.c:898 +msgid "Lower selected object to bottom" +msgstr "Descer objecto seleccionado até a baixo" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:160 -msgid "Al_ternate" -msgstr "Al_ternar" +#: ../plug-ins/gfig/gfig-dialog.c:902 +msgid "Show previous object" +msgstr "Mostrar objecto anterior" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:165 -msgid "A_ll" -msgstr "T_udo" +#: ../plug-ins/gfig/gfig-dialog.c:906 +msgid "Show next object" +msgstr "Mostrar objecto seguinte" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:169 -msgid "Add Additional Guides" -msgstr "Adicionar Guias Adicionais" +#: ../plug-ins/gfig/gfig-dialog.c:910 ../plug-ins/gfig/gfig-stock.c:53 +msgid "Show all objects" +msgstr "Mostrar todos objectos" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:177 -msgid "L_eft Border" -msgstr "Margem _Esquerda" +#: ../plug-ins/gfig/gfig-dialog.c:916 ../plug-ins/gfig/gfig-stock.c:47 +msgid "Create line" +msgstr "Criar linhas" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:181 -msgid "_Right Border" -msgstr "Margem Di_reita" - -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:185 -msgid "_Upper Border" -msgstr "Margem S_uperior" - -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:189 -msgid "Lo_wer Border" -msgstr "Margem In_ferior" +#: ../plug-ins/gfig/gfig-dialog.c:919 ../plug-ins/gfig/gfig-stock.c:51 +msgid "Create rectangle" +msgstr "Criar retângulo" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:197 -msgid "_Base URL:" -msgstr "URL _Base:" +#: ../plug-ins/gfig/gfig-dialog.c:922 ../plug-ins/gfig/gfig-stock.c:42 +msgid "Create circle" +msgstr "Criar círculo" -#: plug-ins/imagemap/imap_cmd_guides.c:72 -#: plug-ins/imagemap/imap_cmd_guides.c:138 -msgid "Create Guides" -msgstr "Criar Guias" +#: ../plug-ins/gfig/gfig-dialog.c:925 ../plug-ins/gfig/gfig-stock.c:46 +msgid "Create ellipse" +msgstr "Criar elipse" -#: plug-ins/imagemap/imap_cmd_guides.c:111 -#, c-format -msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" -msgstr "Limites Guias Resultantes: %d,%d para %d,%d (áreas %d)" +#: ../plug-ins/gfig/gfig-dialog.c:928 ../plug-ins/gfig/gfig-stock.c:44 +msgid "Create arc" +msgstr "Criar arco" -#: plug-ins/imagemap/imap_cmd_guides.c:142 -#, fuzzy -msgid "" -"Guides are pre-defined rectangles covering the image. You define them by " -"their width, height, and spacing from each other. This allows you to rapidly " -"create the most common image map type - image collection of \"thumbnails\", " -"suitable for navigation bars." -msgstr "" -"Guias são rectângulos pré-definidas cobrindo a imagem. Você define-os\n" -"pela largura, altura e espaçamento uns dos outros. Isto permite \n" -"criar rapidamente a colecção de imagens do tipo de mapa de imagens\n" -"mais comum \"thumbnails\", adequadas para barras de\n" -"navegação." - -#: plug-ins/imagemap/imap_cmd_guides.c:172 -msgid "_Left Start at:" -msgstr "_Esquerda Inicia em:" - -#: plug-ins/imagemap/imap_cmd_guides.c:182 -msgid "_Top Start at:" -msgstr "_Topo Inicia em:" +#: ../plug-ins/gfig/gfig-dialog.c:931 ../plug-ins/gfig/gfig-stock.c:50 +msgid "Create reg polygon" +msgstr "Cria polígono regular" -#: plug-ins/imagemap/imap_cmd_guides.c:187 -msgid "_Horz. Spacing:" -msgstr "Espaçamento _Horiz.:" +#: ../plug-ins/gfig/gfig-dialog.c:934 ../plug-ins/gfig/gfig-stock.c:55 +msgid "Create star" +msgstr "Criar estrela" -#: plug-ins/imagemap/imap_cmd_guides.c:193 -msgid "_No. Across:" -msgstr "_Núm. Através:" - -#: plug-ins/imagemap/imap_cmd_guides.c:199 -msgid "_Vert. Spacing:" -msgstr "Espaçamento _Vert.:" - -#: plug-ins/imagemap/imap_cmd_guides.c:205 -msgid "No. _Down:" -msgstr "Núm. A_baixo:" +#: ../plug-ins/gfig/gfig-dialog.c:937 ../plug-ins/gfig/gfig-stock.c:54 +msgid "Create spiral" +msgstr "Criar espiral" -#: plug-ins/imagemap/imap_cmd_guides.c:214 -msgid "Base _URL:" -msgstr "_URL Base:" +#: ../plug-ins/gfig/gfig-dialog.c:940 +msgid "Create bezier curve. Shift + Button ends object creation." +msgstr "Criar curva de Bézier. Shift + Botão finaliza a criação do objecto." -#: plug-ins/imagemap/imap_cmd_guides.c:238 -msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" -msgstr "Limites de Guias Resultante: 0,0 para 0,0 (áreas 0)" +#: ../plug-ins/gfig/gfig-dialog.c:944 ../plug-ins/gfig/gfig-stock.c:48 +msgid "Move an object" +msgstr "Mover um objecto" -#: plug-ins/imagemap/imap_cmd_guides.c:273 -msgid "Guides" -msgstr "Guias" +#: ../plug-ins/gfig/gfig-dialog.c:947 ../plug-ins/gfig/gfig-stock.c:49 +msgid "Move a single point" +msgstr "Mover um ponto único" -#: plug-ins/imagemap/imap_cmd_insert_point.c:62 -#: plug-ins/imagemap/imap_polygon.c:737 -msgid "Insert Point" -msgstr "Inserir Ponto" +#: ../plug-ins/gfig/gfig-dialog.c:950 ../plug-ins/gfig/gfig-stock.c:43 +msgid "Copy an object" +msgstr "Copiar um objecto" -#: plug-ins/imagemap/imap_cmd_move_down.c:53 -#: plug-ins/imagemap/imap_cmd_object_down.c:55 -#: plug-ins/imagemap/imap_object_popup.c:109 -#: plug-ins/imagemap/imap_selection.c:163 -msgid "Move Down" -msgstr "Mover Abaixo" +#: ../plug-ins/gfig/gfig-dialog.c:953 ../plug-ins/gfig/gfig-stock.c:45 +msgid "Delete an object" +msgstr "Excluir um objecto" -#: plug-ins/imagemap/imap_cmd_move_sash.c:68 -msgid "Move Sash" -msgstr "Mover Faixa" +#: ../plug-ins/gfig/gfig-dialog.c:956 ../plug-ins/gfig/gfig-stock.c:52 +msgid "Select an object" +msgstr "Seleccionar um objecto" -#: plug-ins/imagemap/imap_cmd_move_selected.c:56 -msgid "Move Selected Objects" -msgstr "Mover Objectos Seleccionados" +#: ../plug-ins/gfig/gfig-dialog.c:1038 +msgid "This tool has no options" +msgstr "Esta ferramenta não tem opções" -#: plug-ins/imagemap/imap_cmd_move_to_front.c:51 -#: plug-ins/imagemap/imap_toolbar.c:151 -msgid "Move To Front" -msgstr "Mover Para Frente" +#. Put buttons in +#: ../plug-ins/gfig/gfig-dialog.c:1228 +msgid "Show position" +msgstr "Mostrar posição" -#: plug-ins/imagemap/imap_cmd_move_up.c:53 -#: plug-ins/imagemap/imap_cmd_object_up.c:55 -#: plug-ins/imagemap/imap_object_popup.c:107 -#: plug-ins/imagemap/imap_selection.c:159 -msgid "Move Up" -msgstr "Mover Acima" +#: ../plug-ins/gfig/gfig-dialog.c:1240 +msgid "Show control points" +msgstr "Mostrar pontos de controlo" -#: plug-ins/imagemap/imap_cmd_paste.c:51 plug-ins/imagemap/imap_toolbar.c:129 -msgid "Paste" -msgstr "Colar" +#: ../plug-ins/gfig/gfig-dialog.c:1274 +msgid "Max undo:" +msgstr "Desfazer máximo:" -#: plug-ins/imagemap/imap_cmd_select.c:53 plug-ins/imagemap/imap_tools.c:144 -msgid "Select" -msgstr "Seleccionar" +#: ../plug-ins/gfig/gfig-dialog.c:1283 +#: ../plug-ins/gimpressionist/general.c:185 +msgid "Transparent" +msgstr "Transparente" -#: plug-ins/imagemap/imap_cmd_select_all.c:51 -msgid "Select All" -msgstr "Seleccionar Tudo" +#: ../plug-ins/gfig/gfig-dialog.c:1285 +msgid "Foreground" +msgstr "1º Plano" -#: plug-ins/imagemap/imap_cmd_select_next.c:51 -msgid "Select Next" -msgstr "Seleccionar Seguinte" +#: ../plug-ins/gfig/gfig-dialog.c:1287 ../plug-ins/imagemap/imap_cmd_copy.c:54 +#: ../plug-ins/imagemap/imap_cmd_copy_object.c:55 +#: ../plug-ins/imagemap/imap_menu.c:160 +msgid "Copy" +msgstr "Copiar" -#: plug-ins/imagemap/imap_cmd_select_prev.c:51 -msgid "Select Previous" -msgstr "Seleccionar Anterior" +#: ../plug-ins/gfig/gfig-dialog.c:1296 +msgid "" +"Layer background type. Copy causes the previous layer to be copied before " +"the draw is performed." +msgstr "" +"Tipo de camada de Fundo. A copia provoca que a camada anterior seja copiada " +"antes do desenho ser realizado." -#: plug-ins/imagemap/imap_cmd_select_region.c:64 -msgid "Select Region" -msgstr "Seleccionar Região" +#: ../plug-ins/gfig/gfig-dialog.c:1302 +msgid "Background:" +msgstr "Fundo:" -#: plug-ins/imagemap/imap_cmd_send_to_back.c:51 -#: plug-ins/imagemap/imap_toolbar.c:157 -msgid "Send To Back" -msgstr "Enviar Para Trás" +#: ../plug-ins/gfig/gfig-dialog.c:1305 +msgid "Feather" +msgstr "Difusão de margens" -#: plug-ins/imagemap/imap_cmd_unselect.c:53 -msgid "Unselect" -msgstr "Desfazer Selecção" +#: ../plug-ins/gfig/gfig-dialog.c:1329 +msgid "Radius:" +msgstr "Raio:" -#: plug-ins/imagemap/imap_cmd_unselect_all.c:53 -msgid "Unselect All" -msgstr "Desfazer Todas Selecções" +#: ../plug-ins/gfig/gfig-dialog.c:1386 +msgid "Grid spacing:" +msgstr "Espaçamento da grelha:" -#: plug-ins/imagemap/imap_edit_area_info.c:196 -msgid "Link Type" -msgstr "Tipo Ligação" +#: ../plug-ins/gfig/gfig-dialog.c:1403 +msgid "Polar grid sectors desired:" +msgstr "Grelha polar - sectores desejados:" -#: plug-ins/imagemap/imap_edit_area_info.c:205 -msgid "_Web Site" -msgstr "Página _Web" +#: ../plug-ins/gfig/gfig-dialog.c:1425 +msgid "Polar grid radius interval:" +msgstr "Grelha polar - intervalo do raio:" -#: plug-ins/imagemap/imap_edit_area_info.c:211 -msgid "_Ftp Site" -msgstr "Servidor _Ftp" +#: ../plug-ins/gfig/gfig-dialog.c:1441 ../plug-ins/imagemap/imap_menu.c:220 +msgid "Rectangle" +msgstr "Rectângulo" -#: plug-ins/imagemap/imap_edit_area_info.c:217 -msgid "_Gopher" -msgstr "_Gopher" +#: ../plug-ins/gfig/gfig-dialog.c:1443 +msgid "Isometric" +msgstr "Isométrico" -#: plug-ins/imagemap/imap_edit_area_info.c:223 -msgid "Ot_her" -msgstr "O_utro" +#: ../plug-ins/gfig/gfig-dialog.c:1452 +msgid "Grid type:" +msgstr "Tipo de grelha:" -#: plug-ins/imagemap/imap_edit_area_info.c:229 -msgid "F_ile" -msgstr "F_icheiro" +#: ../plug-ins/gfig/gfig-dialog.c:1459 +#: ../plug-ins/gradient-flare/gradient-flare.c:551 +msgid "Normal" +msgstr "Normal" -#: plug-ins/imagemap/imap_edit_area_info.c:235 -msgid "WAI_S" -msgstr "WAI_S" +#: ../plug-ins/gfig/gfig-dialog.c:1462 +msgid "Grey" +msgstr "Cinzenta" -#: plug-ins/imagemap/imap_edit_area_info.c:241 -msgid "Tel_net" -msgstr "Tel_net" +#: ../plug-ins/gfig/gfig-dialog.c:1463 +msgid "Darker" +msgstr "Mais escura" -#: plug-ins/imagemap/imap_edit_area_info.c:247 -msgid "e-_mail" -msgstr "e-_mail" +#: ../plug-ins/gfig/gfig-dialog.c:1464 +msgid "Lighter" +msgstr "Mais clara" -#: plug-ins/imagemap/imap_edit_area_info.c:253 -msgid "_URL to activate when this area is clicked: (required)" -msgstr "_URL a ser activado quando esta área é clicada: (necessário)" +#: ../plug-ins/gfig/gfig-dialog.c:1465 +msgid "Very dark" +msgstr "Muito escura" -#: plug-ins/imagemap/imap_edit_area_info.c:255 -msgid "Select HTML file" -msgstr "Seleccionar ficheiro HTML" +#: ../plug-ins/gfig/gfig-dialog.c:1474 +msgid "Grid color:" +msgstr "Cor da grelha:" -#: plug-ins/imagemap/imap_edit_area_info.c:264 -msgid "Relati_ve link" -msgstr "Ligação relati_va" +#: ../plug-ins/gfig/gfig-dialog.c:1697 +msgid "Sides:" +msgstr "Lados:" -#: plug-ins/imagemap/imap_edit_area_info.c:270 -msgid "_Target frame name/ID: (optional - used for FRAMES only)" -msgstr "Nome/ID do fo_tograma alvo: (opcional - apenas utilizado para FRAMES)" +#: ../plug-ins/gfig/gfig-dialog.c:1707 +msgid "Right" +msgstr "Direita" -#: plug-ins/imagemap/imap_edit_area_info.c:273 -msgid "ALT te_xt: (optional)" -msgstr "Te_xto ALT: (opcional)" +#: ../plug-ins/gfig/gfig-dialog.c:1708 +msgid "Left" +msgstr "Esquerda" -#: plug-ins/imagemap/imap_edit_area_info.c:276 -msgid "_Link" -msgstr "_Ligação" +#: ../plug-ins/gfig/gfig-dialog.c:1718 +#: ../plug-ins/gimpressionist/orientation.c:148 +msgid "Orientation:" +msgstr "Orientação:" -#: plug-ins/imagemap/imap_edit_area_info.c:310 -msgid "Dimensions" -msgstr "Dimensões" +#: ../plug-ins/gfig/gfig-dobject.c:585 +msgid "Hey where has the object gone ?" +msgstr "Ei, para onde é que foi o objecto ?" -#: plug-ins/imagemap/imap_edit_area_info.c:314 -msgid "Pre_view" -msgstr "Ante_ver" +#: ../plug-ins/gfig/gfig-dobject.c:955 +msgid "Error reading file" +msgstr "Erro ao ler o ficheiro" -#: plug-ins/imagemap/imap_edit_area_info.c:352 -msgid "_JavaScript" -msgstr "_JavaScript" +#: ../plug-ins/gfig/gfig-dobject.c:1044 +msgid "Editing read-only object - you will not be able to save it" +msgstr "Edição de objectos em modo apenas de leitura- não poderá gravá-los" -#: plug-ins/imagemap/imap_edit_area_info.c:451 -msgid "Area Settings" -msgstr "Configurações de Área" +#: ../plug-ins/gfig/gfig-poly.c:51 +msgid "Regular Polygon Number of Sides" +msgstr "Número de Lados do Polígono Regular" -#: plug-ins/imagemap/imap_edit_area_info.c:493 -#, c-format -msgid "Area #%d Settings" -msgstr "Configurações de Área nº%d" +#: ../plug-ins/gfig/gfig-preview.c:328 +msgid "Object Details" +msgstr "Detalhes do Objecto" -#: plug-ins/imagemap/imap_file.c:49 plug-ins/imagemap/imap_menu.c:65 -msgid "Error opening file" -msgstr "Erro ao abrir ficheiro" +#. Position labels +#: ../plug-ins/gfig/gfig-preview.c:378 +msgid "XY position:" +msgstr "Posição XY:" -#: plug-ins/imagemap/imap_file.c:69 -msgid "Load Imagemap" -msgstr "Ler Mapa de Imagens" +#: ../plug-ins/gfig/gfig-spiral.c:55 +msgid "Spiral Number of Turns" +msgstr "Quantidade de Voltas da Espiral" -#: plug-ins/imagemap/imap_file.c:114 -#, fuzzy -msgid "File already exists" -msgstr "Ficheiro existe!" +#: ../plug-ins/gfig/gfig-star.c:52 +msgid "Star Number of Points" +msgstr "Quantidade de Pontos da Estrela" -#: plug-ins/imagemap/imap_file.c:115 -#, fuzzy -msgid "Do you really want to overwrite?" -msgstr "" -"Ficheiro já existe.\n" -" Deseja mesmo sobrepo-lo? " +#: ../plug-ins/gfig/gfig-stock.c:41 +msgid "Create bezier curve" +msgstr "Criar curva de Bézier" -#: plug-ins/imagemap/imap_file.c:166 -msgid "Save Imagemap" -msgstr "Gravar Mapa de Imagens" +#: ../plug-ins/gfig/gfig.c:124 +msgid "Create geometric shapes" +msgstr "Criar formas geométricas" -#: plug-ins/imagemap/imap_grid.c:201 -msgid "Grid Settings" -msgstr "Configurações de Grade" +#: ../plug-ins/gfig/gfig.c:135 +msgid "_Gfig..." +msgstr "_Gfig..." -#: plug-ins/imagemap/imap_grid.c:205 -msgid "_Snap-To Grid Enabled" -msgstr "Captura para Grade _Activa" +#: ../plug-ins/gfig/gfig.c:731 +msgid "" +"Error trying to save figure as a parasite: can't attach parasite to drawable." +msgstr "" +"Erro ao tentar guardar a figura como parasita: impossível anexar um parasita " +"a um desenhável." -#: plug-ins/imagemap/imap_grid.c:211 -msgid "Grid Visibility and Type" -msgstr "Visibilidade e Tipo de Grade" +#: ../plug-ins/gfig/gfig.c:758 +#, c-format +msgid "Error trying to open temporary file '%s' for parasite loading: %s" +msgstr "" +"Erro ao tentar abrir o ficheiro temporário '%s' para carregar o parasita: %s" -#: plug-ins/imagemap/imap_grid.c:218 -msgid "_Hidden" -msgstr "_Oculta" +#: ../plug-ins/gimpressionist/brush.c:247 +msgid "Can only save drawables!" +msgstr "Apenas podem ser guardados os desenháveis !" -#: plug-ins/imagemap/imap_grid.c:226 -msgid "_Lines" -msgstr "_Linhas" +#: ../plug-ins/gimpressionist/brush.c:252 +msgid "Save Brush" +msgstr "Guardar Pincel" -#: plug-ins/imagemap/imap_grid.c:235 -msgid "C_rosses" -msgstr "C_ruzes" +#: ../plug-ins/gimpressionist/brush.c:507 +msgid "_Brush" +msgstr "P_incel" -#: plug-ins/imagemap/imap_grid.c:243 -msgid "Grid Granularity" -msgstr "Granularidade Grade" +#: ../plug-ins/gimpressionist/brush.c:544 +msgid "Gamma:" +msgstr "Gama:" -#: plug-ins/imagemap/imap_grid.c:250 -msgid "_Width" -msgstr "Lar_gura:" +#: ../plug-ins/gimpressionist/brush.c:562 +msgid "Changes the gamma (brightness) of the selected brush" +msgstr "Altera a gama (brilho) do pincel seleccionado" -#: plug-ins/imagemap/imap_grid.c:256 -msgid "_Height" -msgstr "_Altura:" +#: ../plug-ins/gimpressionist/brush.c:570 +msgid "Select:" +msgstr "Seleccionar:" -#: plug-ins/imagemap/imap_grid.c:270 -msgid "Grid Offset" -msgstr "Deslocamento Grade" +#: ../plug-ins/gimpressionist/brush.c:599 +msgid "Aspect ratio:" +msgstr "Factor de Proporção:" -#: plug-ins/imagemap/imap_grid.c:277 -msgid "pixels from l_eft" -msgstr "pixeis a partir da _esquerda" +#: ../plug-ins/gimpressionist/brush.c:603 +msgid "Specifies the aspect ratio of the brush" +msgstr "Especifica o rácio de proporção do pincel" -#: plug-ins/imagemap/imap_grid.c:282 -msgid "pixels from _top" -msgstr "pixeis a partir do _topo" +#: ../plug-ins/gimpressionist/brush.c:612 +#: ../plug-ins/gimpressionist/paper.c:206 +msgid "Relief:" +msgstr "Relevo:" -#: plug-ins/imagemap/imap_grid.c:293 -msgid "_Preview" -msgstr "_Antever" +#: ../plug-ins/gimpressionist/brush.c:616 +#: ../plug-ins/gimpressionist/paper.c:210 +msgid "Specifies the amount of embossing to apply to the image (in percent)" +msgstr "" +"Especifica a quantidade de relevo a ser aplicada à imagem (em percentagem)" -#: plug-ins/imagemap/imap_main.c:128 -#, fuzzy -msgid "_ImageMap..." -msgstr "Sobre Mapa Imagens..." +#: ../plug-ins/gimpressionist/color.c:60 +msgid "Co_lor" +msgstr "C_or" -#: plug-ins/imagemap/imap_main.c:594 plug-ins/imagemap/imap_settings.c:171 -msgid "" -msgstr "" +#: ../plug-ins/gimpressionist/color.c:70 +msgid "A_verage under brush" +msgstr "_Média sob o pincel" -#: plug-ins/imagemap/imap_main.c:746 -msgid "Some data has been changed!" -msgstr "Alguns dados foram alterados!" +#: ../plug-ins/gimpressionist/color.c:72 +msgid "C_enter of brush" +msgstr "C_entro do pincel" -#: plug-ins/imagemap/imap_main.c:747 -msgid "Do you really want to discard your changes?" -msgstr "Deseja mesmo descartar as suas alterações?" +#: ../plug-ins/gimpressionist/color.c:79 +msgid "Color is computed from the average of all pixels under the brush" +msgstr "" +"A cor é obtida através do cálculo da média de todos os pixeis sob o pincel" -#: plug-ins/imagemap/imap_main.c:955 -#, c-format -msgid "File \"%s\" saved." -msgstr "Ficheiro \"%s\" gravado." +#: ../plug-ins/gimpressionist/color.c:83 +msgid "Samples the color from the pixel in the center of the brush" +msgstr "Tira uma amostra de cor a partir do pixel no centro do pincel" -#: plug-ins/imagemap/imap_main.c:959 -msgid "Couldn't save file:" -msgstr "Incapaz de gravar ficheiro:" +#: ../plug-ins/gimpressionist/color.c:94 +msgid "Color _noise:" +msgstr "R_uído na cor:" -#: plug-ins/imagemap/imap_main.c:985 -msgid "Image size has changed." -msgstr "Tamanho da imagem alterado." +#: ../plug-ins/gimpressionist/color.c:98 +msgid "Adds random noise to the color" +msgstr "Adiciona ruído aleatório à cor" -#: plug-ins/imagemap/imap_main.c:986 -msgid "Resize area's?" -msgstr "Redimensionar áreas?" +#: ../plug-ins/gimpressionist/general.c:134 +#: ../plug-ins/gradient-flare/gradient-flare.c:3529 +msgid "_General" +msgstr "_Geral" -#: plug-ins/imagemap/imap_main.c:1014 -msgid "Couldn't read file:" -msgstr "Incapaz de ler ficheiro:" +#: ../plug-ins/gimpressionist/general.c:150 +msgid "Keep original" +msgstr "Manter o original" -#: plug-ins/imagemap/imap_main.c:1061 -#, c-format -msgid "URL: %s" -msgstr "URL: %s" +#: ../plug-ins/gimpressionist/general.c:151 +msgid "Preserve the original image as a background" +msgstr "Preservar a imagem original como fundo" -#: plug-ins/imagemap/imap_menu.c:181 -msgid "_File" -msgstr "_Ficheiro" +#: ../plug-ins/gimpressionist/general.c:156 +msgid "From paper" +msgstr "A partir de papel" -#: plug-ins/imagemap/imap_menu.c:187 -#, fuzzy -msgid "Open recent" -msgstr "Abrir Recente" +#: ../plug-ins/gimpressionist/general.c:157 +msgid "Copy the texture of the selected paper as a background" +msgstr "Copia a textura do papel seleccionado a ser aplicado como fundo" -#: plug-ins/imagemap/imap_menu.c:209 -#, c-format -msgid "_Undo %s" -msgstr "Desfa_zer %s" +#: ../plug-ins/gimpressionist/general.c:167 +msgid "Solid colored background" +msgstr "Fundo sólido colorido" -#: plug-ins/imagemap/imap_menu.c:225 -#, c-format -msgid "_Redo %s" -msgstr "_Refazer %s" +#: ../plug-ins/gimpressionist/general.c:186 +msgid "Use a transparent background; Only the strokes painted will be visible" +msgstr "Usa um fundo transparente; Somente as pinceladas serão visíveis" -#: plug-ins/imagemap/imap_menu.c:253 -msgid "_Edit" -msgstr "_Editar" +#: ../plug-ins/gimpressionist/general.c:203 +msgid "Paint edges" +msgstr "Pintar margens" -#: plug-ins/imagemap/imap_menu.c:271 -#, fuzzy -msgid "Select _all" -msgstr "Seleccionar todas" +#: ../plug-ins/gimpressionist/general.c:208 +msgid "Selects if to place strokes all the way out to the edges of the image" +msgstr "Selecciona para concentrar as pinceladas ao redor do centro da imagem" -#: plug-ins/imagemap/imap_menu.c:274 -#, fuzzy -msgid "Deselect _all" -msgstr "Des-Seleccionar T_udo" +#. Tileable checkbox +#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze-dialog.c:278 +msgid "Tileable" +msgstr "Em Mosico" -#: plug-ins/imagemap/imap_menu.c:279 -#, fuzzy -msgid "Edit area info..." -msgstr "Editar Informação Área..." +#: ../plug-ins/gimpressionist/general.c:217 +msgid "Selects if the resulting image should be seamlessly tileable" +msgstr "" +"Seleccione se quiser que a imagem resultante seja em mosaicos com juntas " +"perfeitamente ajustáveis" -#: plug-ins/imagemap/imap_menu.c:294 -msgid "_View" -msgstr "_Visualizar" +#: ../plug-ins/gimpressionist/general.c:222 +msgid "Drop shadow" +msgstr "Sombra projectada" -#: plug-ins/imagemap/imap_menu.c:298 -#, fuzzy -msgid "Area list" -msgstr "Lista Área" +#: ../plug-ins/gimpressionist/general.c:227 +msgid "Adds a shadow effect to each brush stroke" +msgstr "Adiciona um efeito sombra a cada pincelada" -#: plug-ins/imagemap/imap_menu.c:302 -msgid "Source..." -msgstr "Fonte..." +#: ../plug-ins/gimpressionist/general.c:240 +msgid "Edge darken:" +msgstr "Escurecer as margens:" -#: plug-ins/imagemap/imap_menu.c:310 plug-ins/print/gimp_main_window.c:1410 -msgid "Grayscale" -msgstr "Escala Cinza" +#: ../plug-ins/gimpressionist/general.c:244 +msgid "How much to \"darken\" the edges of each brush stroke" +msgstr "Escolher o quanto \"escurecer\" as margens de cada pincelada" -#: plug-ins/imagemap/imap_menu.c:328 -#, fuzzy -msgid "Zoom to" -msgstr "Aumentar Em" +#: ../plug-ins/gimpressionist/general.c:249 +msgid "Shadow darken:" +msgstr "Escurecer sombra:" -#: plug-ins/imagemap/imap_menu.c:358 -msgid "_Mapping" -msgstr "_Mapeamento" +#: ../plug-ins/gimpressionist/general.c:253 +msgid "How much to \"darken\" the drop shadow" +msgstr "O quanto \"escurecer\" a sombra projectada" -#: plug-ins/imagemap/imap_menu.c:361 plug-ins/imagemap/imap_popup.c:134 -msgid "Arrow" -msgstr "Flecha" +#: ../plug-ins/gimpressionist/general.c:258 +msgid "Shadow depth:" +msgstr "Profundidade da sombra:" -#: plug-ins/imagemap/imap_menu.c:365 -#, fuzzy -msgid "Select contiguous region" -msgstr "Seleccionar região contígua" +#: ../plug-ins/gimpressionist/general.c:262 +msgid "" +"The depth of the drop shadow, i.e. how far apart from the object it should be" +msgstr "" +"A profundidade da sombra, isto é, a distância a que deve estar do objecto" -#: plug-ins/imagemap/imap_menu.c:384 -msgid "_Tools" -msgstr "Ferramen_tas" +#: ../plug-ins/gimpressionist/general.c:267 +msgid "Shadow blur:" +msgstr "Suavização da sombra:" -#: plug-ins/imagemap/imap_menu.c:386 -#, fuzzy -msgid "Grid settings..." -msgstr "Configurações Grade..." +#: ../plug-ins/gimpressionist/general.c:271 +msgid "How much to blur the drop shadow" +msgstr "O quanto desfocar a sombra projectada" -#: plug-ins/imagemap/imap_menu.c:389 -#, fuzzy -msgid "Use GIMP guides..." -msgstr "Utilizar Guias GIMP..." +#: ../plug-ins/gimpressionist/general.c:276 +msgid "Deviation threshold:" +msgstr "Tolerância de desvio:" -#: plug-ins/imagemap/imap_menu.c:391 -#, fuzzy -msgid "Create guides..." -msgstr "Criar Guias..." +#: ../plug-ins/gimpressionist/general.c:280 +msgid "A bailout-value for adaptive selections" +msgstr "Um valor de saida seguro para selecções adaptativas" -#: plug-ins/imagemap/imap_menu.c:399 -msgid "_Help" -msgstr "_Ajuda" +#: ../plug-ins/gimpressionist/gimp.c:90 +msgid "Performs various artistic operations" +msgstr "Realiza operações artísticas variadas" -#: plug-ins/imagemap/imap_menu.c:401 -#, fuzzy -msgid "_Contents" -msgstr "Conteúdo" +#: ../plug-ins/gimpressionist/gimp.c:95 +msgid "_GIMPressionist..." +msgstr "_GIMPressionista..." -#: plug-ins/imagemap/imap_menu.c:405 -#, fuzzy -msgid "_About ImageMap" -msgstr "Sobre Mapa Imagens..." +#: ../plug-ins/gimpressionist/gimp.c:371 +msgid "Painting" +msgstr "Pintura" -#: plug-ins/imagemap/imap_object_popup.c:103 -msgid "Edit Area Info..." -msgstr "Editar Informação Área..." +#: ../plug-ins/gimpressionist/gimpressionist.c:139 +msgid "GIMPressionist" +msgstr "GIMPressionista" -#: plug-ins/imagemap/imap_object_popup.c:105 -msgid "Delete Area" -msgstr "Apagar Área" +#: ../plug-ins/gimpressionist/orientation.c:92 +msgid "Or_ientation" +msgstr "Or_ientação" -#: plug-ins/imagemap/imap_polygon.c:71 -msgid "_Polygon" -msgstr "_Polígono" +#: ../plug-ins/gimpressionist/orientation.c:106 +msgid "Directions:" +msgstr "Direcções:" -#: plug-ins/imagemap/imap_polygon.c:473 -msgid "x (pixels)" -msgstr "(pixeis) x" +#: ../plug-ins/gimpressionist/orientation.c:110 +msgid "The number of directions (i.e. brushes) to use" +msgstr "O número de direcções (por ex. pincéis) a serem usadas" -#: plug-ins/imagemap/imap_polygon.c:482 -msgid "y (pixels)" -msgstr "(pixeis) y" +#: ../plug-ins/gimpressionist/orientation.c:118 +msgid "Start angle:" +msgstr "Ângulo inicial:" -#: plug-ins/imagemap/imap_polygon.c:520 -msgid "_Insert" -msgstr "_Inserir" +#: ../plug-ins/gimpressionist/orientation.c:122 +msgid "The starting angle of the first brush to create" +msgstr "O ângulo inicial a criar do primeiro pincel" -#: plug-ins/imagemap/imap_polygon.c:526 -msgid "A_ppend" -msgstr "Ane_xar" +#: ../plug-ins/gimpressionist/orientation.c:130 +msgid "Angle span:" +msgstr "Abertura do ângulo:" -#: plug-ins/imagemap/imap_polygon.c:532 -msgid "_Remove" -msgstr "_Remover" +#: ../plug-ins/gimpressionist/orientation.c:134 +msgid "The angle span of the first brush to create" +msgstr "A abertura do ângulo a criar do primeiro pincel" -#: plug-ins/imagemap/imap_popup.c:133 -msgid "Tools" -msgstr "Ferramentas" +#: ../plug-ins/gimpressionist/orientation.c:157 +msgid "" +"Let the value (brightness) of the region determine the direction of the " +"stroke" +msgstr "" +"Deixar o valor (brilho) da região determinar qual a direcção da pincelada" -#: plug-ins/imagemap/imap_popup.c:154 -msgid "Grid Settings..." -msgstr "Configurações Grade..." +#: ../plug-ins/gimpressionist/orientation.c:160 +#: ../plug-ins/gimpressionist/size.c:163 +msgid "Radius" +msgstr "Raio" -#: plug-ins/imagemap/imap_popup.c:156 -msgid "Guides..." -msgstr "Guias..." +#: ../plug-ins/gimpressionist/orientation.c:161 +msgid "" +"The distance from the center of the image determines the direction of the " +"stroke" +msgstr "" +"A distância a partir do centro da imagem determina a direcção da pincelada" -#: plug-ins/imagemap/imap_preferences.c:213 -msgid "Couldn't save resource file:" -msgstr "Incapaz de gravar ficheiro de recursos:" +#: ../plug-ins/gimpressionist/orientation.c:165 +msgid "Selects a random direction of each stroke" +msgstr "Selecciona uma direcção aleatória a cada pincelada" -#: plug-ins/imagemap/imap_preferences.c:358 -msgid "Select Color" -msgstr "Seleccionar Cor" +#: ../plug-ins/gimpressionist/orientation.c:168 +#: ../plug-ins/gimpressionist/size.c:171 +msgid "Radial" +msgstr "Radial" -#: plug-ins/imagemap/imap_preferences.c:443 -#, fuzzy -msgid "General" -msgstr "_Geral" +#: ../plug-ins/gimpressionist/orientation.c:169 +msgid "Let the direction from the center determine the direction of the stroke" +msgstr "" +"Deixar a direcção a partir do centro determinar qual a direcção da pincelada" -#: plug-ins/imagemap/imap_preferences.c:447 -msgid "Default Map Type" -msgstr "Tipo de Mapa por Omissão" +#: ../plug-ins/gimpressionist/orientation.c:176 +#: ../plug-ins/gimpressionist/size.c:179 +msgid "Flowing" +msgstr "Fluídez" -#: plug-ins/imagemap/imap_preferences.c:466 -msgid "_Prompt for area info" -msgstr "_Pedir informação de área" +#: ../plug-ins/gimpressionist/orientation.c:177 +#: ../plug-ins/gimpressionist/size.c:180 +msgid "The strokes follow a \"flowing\" pattern" +msgstr "As pinceladas seguem um padrão \"fluido\"" -#: plug-ins/imagemap/imap_preferences.c:468 -msgid "_Require default URL" -msgstr "Exigir U_RL por omissão" +#: ../plug-ins/gimpressionist/orientation.c:181 +msgid "The hue of the region determines the direction of the stroke" +msgstr "A matiz da região determina a direcção da pincelada" -#: plug-ins/imagemap/imap_preferences.c:470 -msgid "Show area _handles" -msgstr "_Mostrar guias de área" +#: ../plug-ins/gimpressionist/orientation.c:184 +#: ../plug-ins/gimpressionist/size.c:187 +msgid "Adaptive" +msgstr "Adaptável" -#: plug-ins/imagemap/imap_preferences.c:472 -msgid "_Keep NCSA circles true" -msgstr "M_anter reais círculos NCSA" +#: ../plug-ins/gimpressionist/orientation.c:185 +msgid "The direction that matches the original image the closest is selected" +msgstr "Será seleccionada a direcção que combinar melhor com a imagem original" -#: plug-ins/imagemap/imap_preferences.c:474 -msgid "Show area URL _tip" -msgstr "Mostrar di_ca URL de área" +#: ../plug-ins/gimpressionist/orientation.c:192 +#: ../plug-ins/gimpressionist/size.c:196 +msgid "Manual" +msgstr "Manual" -#: plug-ins/imagemap/imap_preferences.c:477 -msgid "_Use double-sized grab handles" -msgstr "_Utilizar guias de captura de tamanho duplo" +#: ../plug-ins/gimpressionist/orientation.c:193 +msgid "Manually specify the stroke orientation" +msgstr "Especificar manualmente a orientação da pincelada" -#: plug-ins/imagemap/imap_preferences.c:484 -#, fuzzy -msgid "Menu" -msgstr "_Menu" +#: ../plug-ins/gimpressionist/orientation.c:204 +msgid "Opens up the Orientation Map Editor" +msgstr "Abre o Editor do Mapa de Orientação" -#: plug-ins/imagemap/imap_preferences.c:488 -msgid "Number of _Undo levels (1 - 99):" -msgstr "Número de níveis de Desfa_zer (1 - 99):" +#: ../plug-ins/gimpressionist/orientmap.c:526 +msgid "Orientation Map Editor" +msgstr "Editor de Mapa de Orientação" -#: plug-ins/imagemap/imap_preferences.c:493 -msgid "Number of M_RU entries (1 - 16):" -msgstr "Número de entradas M_RU (1 - 16):" +#: ../plug-ins/gimpressionist/orientmap.c:555 +msgid "Vectors" +msgstr "Vectores" -#: plug-ins/imagemap/imap_preferences.c:518 -msgid "Normal:" -msgstr "Normal:" +#: ../plug-ins/gimpressionist/orientmap.c:567 +msgid "" +"The vector-field. Left-click to move selected vector, Right-click to point " +"it towards mouse, Middle-click to add a new vector." +msgstr "" +"O campo de vector. Botão esquerdo para mover o vector seleccionado, botão " +"direito para o apontar em direcção ao rato, botão do meio para adicionar " +"novo vector." -#: plug-ins/imagemap/imap_preferences.c:524 -msgid "Selected:" -msgstr "Seleccionado:" +#: ../plug-ins/gimpressionist/orientmap.c:590 +#: ../plug-ins/gimpressionist/sizemap.c:459 +msgid "Adjust the preview's brightness" +msgstr "Ajustar o brilho de ante-visão" -#: plug-ins/imagemap/imap_preferences.c:535 -msgid "Co_ntiguous Region" -msgstr "Região Co_ntígua" +#: ../plug-ins/gimpressionist/orientmap.c:612 +msgid "Select previous vector" +msgstr "Seleccionar vector anterior" -#: plug-ins/imagemap/imap_preferences.c:541 -msgid "_Automatically convert" -msgstr "Converter _automaticamente" +#: ../plug-ins/gimpressionist/orientmap.c:618 +msgid "Select next vector" +msgstr "Seleccionar vector seguinte" -#: plug-ins/imagemap/imap_preferences.c:563 -msgid "General Preferences" -msgstr "Preferências Gerais" +#: ../plug-ins/gimpressionist/orientmap.c:620 +#: ../plug-ins/gimpressionist/sizemap.c:490 +msgid "A_dd" +msgstr "A_dicionar" -#: plug-ins/imagemap/imap_rectangle.c:69 -msgid "_Rectangle" -msgstr "_Rectângulo" +#: ../plug-ins/gimpressionist/orientmap.c:624 +msgid "Add new vector" +msgstr "Adicionar novo vector" -#: plug-ins/imagemap/imap_rectangle.c:389 -msgid "Upper left _x:" -msgstr "_x superior esquerdo:" +#: ../plug-ins/gimpressionist/orientmap.c:626 +#: ../plug-ins/gimpressionist/sizemap.c:497 +msgid "_Kill" +msgstr "_Remover" -#: plug-ins/imagemap/imap_rectangle.c:396 -msgid "Upper left _y:" -msgstr "_y superior esquerdo:" +#: ../plug-ins/gimpressionist/orientmap.c:630 +msgid "Delete selected vector" +msgstr "Excluir o vector seleccionado" -#: plug-ins/imagemap/imap_selection.c:168 plug-ins/imagemap/imap_tools.c:169 -msgid "Edit" -msgstr "Editar" +#: ../plug-ins/gimpressionist/orientmap.c:641 +msgid "Type" +msgstr "Tipo" -#: plug-ins/imagemap/imap_selection.c:410 -msgid "#" -msgstr "" +#: ../plug-ins/gimpressionist/orientmap.c:645 +msgid "_Normal" +msgstr "_Normal" -#: plug-ins/imagemap/imap_selection.c:439 -msgid "ALT Text" -msgstr "" +#: ../plug-ins/gimpressionist/orientmap.c:646 +msgid "Vorte_x" +msgstr "Vé_rtice" -#: plug-ins/imagemap/imap_selection.c:449 -msgid "Target" -msgstr "Alvo" +#: ../plug-ins/gimpressionist/orientmap.c:647 +msgid "Vortex_2" +msgstr "Vértice_2" -#: plug-ins/imagemap/imap_settings.c:90 -msgid "Settings for this Mapfile" -msgstr "Configurações para este Mapa de Ficheiros" +#: ../plug-ins/gimpressionist/orientmap.c:648 +msgid "Vortex_3" +msgstr "Vértice_3" -#: plug-ins/imagemap/imap_settings.c:94 -msgid "Filename:" -msgstr "Nome Ficheiro:" +#: ../plug-ins/gimpressionist/orientmap.c:654 +#: ../plug-ins/gimpressionist/sizemap.c:542 +msgid "_Voronoi" +msgstr "_Voronoi" -#: plug-ins/imagemap/imap_settings.c:97 -msgid "Image name:" -msgstr "Nome imagem:" +#: ../plug-ins/gimpressionist/orientmap.c:662 +msgid "" +"Voronoi-mode makes only the vector closest to the given point have any " +"influence" +msgstr "" +"Modo-Voronoi faz com que apenas o vector mais próximo de um dado ponto tenha " +"influência" -#: plug-ins/imagemap/imap_settings.c:98 -msgid "Select Image File" -msgstr "Seleccionar Ficheiro Imagem" +#: ../plug-ins/gimpressionist/orientmap.c:672 +msgid "A_ngle:" +msgstr "Â_ngulo:" -#: plug-ins/imagemap/imap_settings.c:102 -msgid "_Title:" -msgstr "_Título:" +#: ../plug-ins/gimpressionist/orientmap.c:676 +msgid "Change the angle of the selected vector" +msgstr "Alterar o ângulo do vector seleccionado" -#: plug-ins/imagemap/imap_settings.c:104 -msgid "Aut_hor:" -msgstr "A_utor:" +#: ../plug-ins/gimpressionist/orientmap.c:683 +msgid "Ang_le offset:" +msgstr "Deslocamento do ângu_lo:" -#: plug-ins/imagemap/imap_settings.c:106 -msgid "Default _URL:" -msgstr "_URL por Omissão:" +#: ../plug-ins/gimpressionist/orientmap.c:687 +msgid "Offset all vectors with a given angle" +msgstr "Deslocar todos os vectores com um ângulo indicado" -#: plug-ins/imagemap/imap_settings.c:108 -msgid "_Description:" -msgstr "_Descrição:" +#: ../plug-ins/gimpressionist/orientmap.c:698 +msgid "Change the strength of the selected vector" +msgstr "Alterar a resistência do vector seleccionado" -#: plug-ins/imagemap/imap_settings.c:130 -msgid "Map file format" -msgstr "Formato do ficheiro de mapa" +#: ../plug-ins/gimpressionist/orientmap.c:705 +msgid "S_trength exp.:" +msgstr "Resis_tência exponencial:" -#: plug-ins/imagemap/imap_source.c:63 -msgid "View Source" -msgstr "Ver Código Fonte" +#: ../plug-ins/gimpressionist/orientmap.c:709 +#: ../plug-ins/gimpressionist/sizemap.c:537 +msgid "Change the exponent of the strength" +msgstr "Alterar o expoente da resistência" -#: plug-ins/imagemap/imap_stock.c:45 -msgid "Edit Map Info..." -msgstr "Editar Mapa Informações..." +#: ../plug-ins/gimpressionist/paper.c:138 +msgid "P_aper" +msgstr "P_apel" -#: plug-ins/imagemap/imap_toolbar.c:102 -msgid "Open" -msgstr "Abrir" +#: ../plug-ins/gimpressionist/paper.c:173 +msgid "Inverts the Papers texture" +msgstr "Inverte a textura dos Papéis" -#: plug-ins/imagemap/imap_toolbar.c:104 -msgid "Save" -msgstr "Gravar" +#: ../plug-ins/gimpressionist/paper.c:177 +msgid "O_verlay" +msgstr "So_breposição" -#: plug-ins/imagemap/imap_toolbar.c:107 -msgid "Preferences" -msgstr "Preferências" +#: ../plug-ins/gimpressionist/paper.c:182 +msgid "Applies the paper as it is (without embossing it)" +msgstr "Aplica o papel tal como ele está (sem criar relevos)" -#: plug-ins/imagemap/imap_toolbar.c:112 -msgid "Undo" -msgstr "Desfazer" +#: ../plug-ins/gimpressionist/paper.c:198 +msgid "Specifies the scale of the texture (in percent of original file)" +msgstr "Especifica a escala da textura (na percentagem do ficheiro original)" -#: plug-ins/imagemap/imap_toolbar.c:116 -msgid "Redo" -msgstr "Refazer" +#: ../plug-ins/gimpressionist/placement.c:67 +msgid "Pl_acement" +msgstr "Posicion_amento" -#: plug-ins/imagemap/imap_toolbar.c:137 -msgid "Zoom in" -msgstr "Aproximar" +#: ../plug-ins/gimpressionist/placement.c:73 +msgid "Placement" +msgstr "Posicionamento" -#: plug-ins/imagemap/imap_toolbar.c:142 -msgid "Zoom out" -msgstr "Afastar" +#: ../plug-ins/gimpressionist/placement.c:77 +msgid "Randomly" +msgstr "Aleatório" -#: plug-ins/imagemap/imap_toolbar.c:147 -#, fuzzy -msgid "Edit map info" -msgstr "Editar Mapa de Informações" +#: ../plug-ins/gimpressionist/placement.c:81 +msgid "Evenly distributed" +msgstr "Distribuído por igual" -#: plug-ins/imagemap/imap_tools.c:145 -msgid "Select existing area" -msgstr "Seleccionar área existente" +#: ../plug-ins/gimpressionist/placement.c:89 +msgid "Place strokes randomly around the image" +msgstr "Coloca pinceladas aleatórias em torno da imagem" -#: plug-ins/imagemap/imap_tools.c:150 -msgid "Fuzzy Select" -msgstr "Seleccão Aleatória" - -#: plug-ins/imagemap/imap_tools.c:151 -msgid "Select contiguous regions" -msgstr "Seleccionar região contígua" +#: ../plug-ins/gimpressionist/placement.c:93 +msgid "The strokes are evenly distributed across the image" +msgstr "As pinceladas são distribuídas uniformemente através da imagem" -#: plug-ins/imagemap/imap_tools.c:157 -msgid "Define Rectangle area" -msgstr "Definir área do Rectângulo" +#: ../plug-ins/gimpressionist/placement.c:102 +msgid "Centered" +msgstr "Centradas" -#: plug-ins/imagemap/imap_tools.c:161 -msgid "Define Circle/Oval area" -msgstr "Definir área do Círculo/Oval" +#: ../plug-ins/gimpressionist/placement.c:108 +msgid "Focus the brush strokes around the center of the image" +msgstr "Concentrar as pinceladas ao redor do centro da imagem" -#: plug-ins/imagemap/imap_tools.c:165 -msgid "Define Polygon area" -msgstr "Definir área do Polígono" +#: ../plug-ins/gimpressionist/placement.c:120 +msgid "Stroke _density:" +msgstr "_Densidade da pincelada:" -#: plug-ins/imagemap/imap_tools.c:170 -msgid "Edit selected area info" -msgstr "Editar informação de área seleccionada" +#: ../plug-ins/gimpressionist/placement.c:124 +msgid "The relative density of the brush strokes" +msgstr "A densidade relativa das pinceladas do pincel" -#: plug-ins/imagemap/imap_tools.c:175 -msgid "Delete selected area" -msgstr "Excluir áreas seleccionadas" +#. +#. * gimp_filename_to_utf8 () and g_strerror () return temporary strings +#. * that need not and should not be freed. So this call is OK. +#. * +#: ../plug-ins/gimpressionist/ppmtool.c:650 +#, c-format +msgid "Failed to save PPM file '%s': %s" +msgstr "Falha ao guardar ficheiro PPM '%s': %s" -#: plug-ins/maze/algorithms.c:287 -msgid "Constructing maze using Prim's Algorithm..." -msgstr "A construir labirinto utilizando o Algorítmo de Prim..." +#: ../plug-ins/gimpressionist/presets.c:640 +msgid "Save Current" +msgstr "Guardar as Actuais" -#: plug-ins/maze/algorithms.c:463 -msgid "Constructing tileable maze using Prim's Algorithm..." -msgstr "A construir labirinto em mosaico utilizando Algoritmo de Prim" +#: ../plug-ins/gimpressionist/presets.c:894 +msgid "Gimpressionist Defaults" +msgstr "Predefinições do Gimpressionista" -#: plug-ins/maze/maze.c:163 -#, fuzzy -msgid "_Maze..." -msgstr "A Desenhar Labirinto..." +#: ../plug-ins/gimpressionist/presets.c:1015 +msgid "_Presets" +msgstr "_Predefinições" -#: plug-ins/maze/maze.c:450 -msgid "Drawing Maze..." -msgstr "A Desenhar Labirinto..." +#: ../plug-ins/gimpressionist/presets.c:1030 +msgid "Save Current..." +msgstr "Guardar as Actuais..." -#: plug-ins/maze/maze.h:2 -#, fuzzy -msgid "Maze" -msgstr "Mármore" +#: ../plug-ins/gimpressionist/presets.c:1038 +msgid "Save the current settings to the specified file" +msgstr "Guardar as definições actuais no ficheiro especificado" -#. entscale == Entry and Scale pair function found in pixelize.c -#: plug-ins/maze/maze_face.c:202 -#, fuzzy -msgid "Width (pixels):" -msgstr "Largura (pixeis):" +#: ../plug-ins/gimpressionist/presets.c:1066 +msgid "Reads the selected Preset into memory" +msgstr "Carrega na memória o ficheiro com as predefinições" -#: plug-ins/maze/maze_face.c:214 plug-ins/maze/maze_face.c:230 -msgid "Pieces:" -msgstr "Pedaços:" +#: ../plug-ins/gimpressionist/presets.c:1072 +msgid "Deletes the selected Preset" +msgstr "Apaga o ficheiro com as predefinições" -#: plug-ins/maze/maze_face.c:219 -#, fuzzy -msgid "Height (pixels):" -msgstr "Altura (pixeis):" +#: ../plug-ins/gimpressionist/presets.c:1078 +msgid "Reread the folder of Presets" +msgstr "Relê a pasta de Pré-Definidos" -#: plug-ins/maze/maze_face.c:242 -msgid "Multiple (57):" -msgstr "Múltiplo (57):" - -#: plug-ins/maze/maze_face.c:255 -msgid "Offset (1):" -msgstr "Deslocamento (1):" +#: ../plug-ins/gimpressionist/preview.c:174 +#: ../plug-ins/gimpressionist/repaint.c:1184 +#: ../plug-ins/imagemap/imap_polygon.c:515 +#: ../plug-ins/lighting/lighting-ui.c:1075 +msgid "_Update" +msgstr "Act_ualizar" -#: plug-ins/maze/maze_face.c:287 -#, fuzzy -msgid "Depth first" -msgstr "Profundidade Primeiro" +#: ../plug-ins/gimpressionist/preview.c:180 +msgid "Refresh the Preview window" +msgstr "Restaurar a janela da Ante-visão" -#: plug-ins/maze/maze_face.c:288 -#, fuzzy -msgid "Prim's algorithm" -msgstr "Algoritmo de Prim" +#: ../plug-ins/gimpressionist/preview.c:188 +msgid "Revert to the original image" +msgstr "Reverte para a imagem original" -#: plug-ins/maze/maze_face.c:397 -msgid "" -"Selection size is not even.\n" -"Tileable maze won't work perfectly." -msgstr "" -"Tamanho de selecção não é par.\n" -"O labirinto em mosaico não\n" -"vai funcionar correctamente." +#: ../plug-ins/gimpressionist/size.c:95 +msgid "_Size" +msgstr "_Tamanho" -#: plug-ins/pagecurl/pagecurl.c:224 +#: ../plug-ins/gimpressionist/size.c:109 #, fuzzy -msgid "_Pagecurl..." -msgstr "Dobra da Página..." +msgid "Sizes:" +msgstr "_Tamanho:" -#: plug-ins/pagecurl/pagecurl.c:443 -msgid "Pagecurl Effect" -msgstr "Efeito de Dobra de Página" +#: ../plug-ins/gimpressionist/size.c:113 +msgid "The number of sizes of brushes to use" +msgstr "O número de tamanhos dos pincéis a utilizar" -#: plug-ins/pagecurl/pagecurl.c:458 -msgid "Curl Location" -msgstr "Localização da Dobra" +#: ../plug-ins/gimpressionist/size.c:121 +msgid "Minimum size:" +msgstr "Tamanho mínimo:" -#: plug-ins/pagecurl/pagecurl.c:477 -#, fuzzy -msgid "Lower right" -msgstr "Direita Inferior" +#: ../plug-ins/gimpressionist/size.c:125 +msgid "The smallest brush to create" +msgstr "O menor pincel que irá ser criado" -#: plug-ins/pagecurl/pagecurl.c:478 -#, fuzzy -msgid "Lower left" -msgstr "Esquerda Inferior" +#: ../plug-ins/gimpressionist/size.c:133 +msgid "Maximum size:" +msgstr "Tamanho máximo:" -#: plug-ins/pagecurl/pagecurl.c:479 -#, fuzzy -msgid "Upper left" -msgstr "Esquerda Superior" +#: ../plug-ins/gimpressionist/size.c:137 +msgid "The largest brush to create" +msgstr "O maior pincel que irá ser criado" -#: plug-ins/pagecurl/pagecurl.c:480 +#: ../plug-ins/gimpressionist/size.c:151 #, fuzzy -msgid "Upper right" -msgstr "Direita Superior" - -#: plug-ins/pagecurl/pagecurl.c:520 -msgid "Curl Orientation" -msgstr "Orientação da Dobra" +msgid "Size:" +msgstr "_Tamanho:" -#: plug-ins/pagecurl/pagecurl.c:564 -#, fuzzy -msgid "_Shade under curl" -msgstr "Sombra sob a Dobra" +#: ../plug-ins/gimpressionist/size.c:160 +msgid "" +"Let the value (brightness) of the region determine the size of the stroke" +msgstr "Deixar o valor (brilho) da região determinar o tamanho da pincelada" -#: plug-ins/pagecurl/pagecurl.c:577 -msgid "Current gradient (reversed)" +#: ../plug-ins/gimpressionist/size.c:164 +msgid "" +"The distance from the center of the image determines the size of the stroke" msgstr "" +"A distância a partir do centro da imagem determina o tamanho da pincelada" -#: plug-ins/pagecurl/pagecurl.c:582 -#, fuzzy -msgid "Current gradient" -msgstr "Gradiente Personalizada" +#: ../plug-ins/gimpressionist/size.c:168 +msgid "Selects a random size for each stroke" +msgstr "Seleccionar um tamanho aleatório para cada pincelada" -#: plug-ins/pagecurl/pagecurl.c:587 -#, fuzzy -msgid "Foreground / background colors" -msgstr "_Frente & Fundo" +#: ../plug-ins/gimpressionist/size.c:172 +msgid "Let the direction from the center determine the size of the stroke" +msgstr "Deixar a direcção a partir do centro determinar o tamanho da pincelada" -#: plug-ins/pagecurl/pagecurl.c:607 -#, fuzzy -msgid "_Opacity:" -msgstr "Opacidade:" +#: ../plug-ins/gimpressionist/size.c:184 +msgid "The hue of the region determines the size of the stroke" +msgstr "A matiz da região determina o tamanho da pincelada" -#: plug-ins/pagecurl/pagecurl.c:730 -msgid "Curl Layer" -msgstr "Camada da Dobra" +#: ../plug-ins/gimpressionist/size.c:188 +msgid "The brush-size that matches the original image the closest is selected" +msgstr "" +"Será seleccionado um tamanho de pincel que melhor corresponda ao traços da " +"imagem original" + +#: ../plug-ins/gimpressionist/size.c:197 +msgid "Manually specify the stroke size" +msgstr "Especificar manualmente o tamanho da pincelada" -#: plug-ins/pagecurl/pagecurl.c:1018 -msgid "Page Curl..." -msgstr "Dobra da Página..." +#: ../plug-ins/gimpressionist/size.c:208 +msgid "Opens up the Size Map Editor" +msgstr "Abre o Editor do Mapa de Tamanho" -#: plug-ins/print/gimp_color_window.c:208 -msgid "Print Color Adjust" -msgstr "Ajusta de Cor na Impressão" +#: ../plug-ins/gimpressionist/sizemap.c:401 +msgid "Size Map Editor" +msgstr "Editor de Mapa de Tamanho" -#: plug-ins/print/gimp_color_window.c:268 -msgid "Brightness:" -msgstr "Brilho:" +#: ../plug-ins/gimpressionist/sizemap.c:429 +msgid "Smvectors" +msgstr "Vectores SM" -#: plug-ins/print/gimp_color_window.c:276 +#: ../plug-ins/gimpressionist/sizemap.c:439 msgid "" -"Set the brightness of the print.\n" -"0 is solid black, 2 is solid white" +"The smvector-field. Left-click to move selected smvector, Right-click to " +"point it towards mouse, Middle-click to add a new smvector." msgstr "" -"Definir o brilho da impressão.\n" -"0 é preto opaco, 2 é branco opaco" +"O campo de vectores SM (stop mark vectors). Clique no botão esquerdo para " +"mover o vector SM seleccionado, no botão direito para apontar em direcção ao " +"rato e no botão central para adicionar um novo vector pequeno." + +#: ../plug-ins/gimpressionist/sizemap.c:481 +msgid "Select previous smvector" +msgstr "Selecciona vector SM anterior" -#: plug-ins/print/gimp_color_window.c:288 -msgid "Contrast:" -msgstr "Contraste:" +#: ../plug-ins/gimpressionist/sizemap.c:488 +msgid "Select next smvector" +msgstr "Selecciona vector SM seguinte" -#: plug-ins/print/gimp_color_window.c:296 -msgid "Set the contrast of the print" -msgstr "Definir o contraste da impressão" +#: ../plug-ins/gimpressionist/sizemap.c:495 +msgid "Add new smvector" +msgstr "Adicionar novo vector SM" -#: plug-ins/print/gimp_color_window.c:315 -msgid "Adjust the cyan balance of the print" -msgstr "Ajustar o equilíbrio ciano da impressão" +#: ../plug-ins/gimpressionist/sizemap.c:502 +msgid "Delete selected smvector" +msgstr "Apagar vector SM seleccionado" -#: plug-ins/print/gimp_color_window.c:334 -msgid "Adjust the magenta balance of the print" -msgstr "Ajustar o equilíbrio magenta da impressão" +#: ../plug-ins/gimpressionist/sizemap.c:515 +msgid "Change the angle of the selected smvector" +msgstr "Alterar o ângulo do vector SM seleccionado" -#: plug-ins/print/gimp_color_window.c:353 -msgid "Adjust the yellow balance of the print" -msgstr "Ajustar o equilíbrio amarelo da impressão" +#: ../plug-ins/gimpressionist/sizemap.c:522 +msgid "S_trength:" +msgstr "Resis_tência:" -#: plug-ins/print/gimp_color_window.c:372 -msgid "" -"Adjust the saturation (color balance) of the print\n" -"Use zero saturation to produce grayscale output using color and black inks" -msgstr "" -"Ajustar a saturação (balanceamento de cor) da impressão\n" -"Utilize saturação para produzir um resultado em escala de cinza com tintas " -"preta e de cores" +#: ../plug-ins/gimpressionist/sizemap.c:526 +msgid "Change the strength of the selected smvector" +msgstr "Alterar a resistência do vector SM seleccionado" -#: plug-ins/print/gimp_color_window.c:385 -msgid "Density:" -msgstr "Densidade:" +#: ../plug-ins/gimpressionist/sizemap.c:533 +msgid "St_rength exp.:" +msgstr "_Resistência exponencial:" -#: plug-ins/print/gimp_color_window.c:393 +#: ../plug-ins/gimpressionist/sizemap.c:549 msgid "" -"Adjust the density (amount of ink) of the print. Reduce the density if the " -"ink bleeds through the paper or smears; increase the density if black " -"regions are not solid." +"Voronoi-mode makes only the smvector closest to the given point have any " +"influence" msgstr "" -"Ajuste a densidade (quantidade de tinta) da impressão. Reduza a densidade se " -"a tinta esborratar ou ensopar o papel; aumente a densidade se as regiões " -"pretas não ficarem sólidas." +"Modo-Voronoi faz com que apenas o vector SM (Stop Mark - Ponto Final) mais " +"próximo de um dado ponto tenha alguma influência" -#: plug-ins/print/gimp_color_window.c:415 -msgid "" -"Adjust the gamma of the print. Larger values will produce a generally " -"brighter print, while smaller values will produce a generally darker print. " -"Black and white will remain the same, unlike with the brightness adjustment." -msgstr "" -"Ajuste o gama da impressão. Valores maiores irão produzir uma impressão " -"geralmente mais brilhante, com valores menores a produzir uma impressão mais " -"escura. Preto e branco manter-se-ão iguais, ao contrário do ajuste de brilho." +#: ../plug-ins/gradient-flare/gradient-flare.c:552 +msgid "Addition" +msgstr "Adição" -#: plug-ins/print/gimp_color_window.c:432 -msgid "Dither Algorithm:" -msgstr "Algoritmo Mistura:" +#: ../plug-ins/gradient-flare/gradient-flare.c:553 +msgid "Overlay" +msgstr "Sobrepor" -#: plug-ins/print/gimp_color_window.c:440 -msgid "" -"Choose the dither algorithm to be used.\n" -"Adaptive Hybrid usually produces the best all-around quality.\n" -"Ordered is faster and produces almost as good quality on photographs.\n" -"Fast and Very Fast are considerably faster, and work well for text and line " -"art.\n" -"Hybrid Floyd-Steinberg generally produces inferior output." -msgstr "" -"Seleccione o algorítmo de difusão a ser utilizado.\n" -"Híbrido Adaptativo normalmente produz a melhor qualidade genérica.\n" -"Ordenado é rápido e produz quase a mesma qualidade nas fotografias.\n" -"Rápido e Muito Rápido são mais rápidos, e funcionam bem para texto e arte " -"linear.\n" -"Híbrido Floyd-Steinberg normalmente produz resultados de qualidade inferior." +#: ../plug-ins/gradient-flare/gradient-flare.c:807 +msgid "Produce a lense flare effect using gradients" +msgstr "Produz um efeito de explosão de luz usando gradientes" + +#: ../plug-ins/gradient-flare/gradient-flare.c:812 +msgid "_Gradient Flare..." +msgstr "Clarão em _Gradiente..." #. -#. * Create the main dialog +#. * Dialog Shell #. -#: plug-ins/print/gimp_main_window.c:359 +#: ../plug-ins/gradient-flare/gradient-flare.c:951 +#: ../plug-ins/gradient-flare/gradient-flare.c:2357 +msgid "Gradient Flare" +msgstr "Clarão em Gradiente" + +#: ../plug-ins/gradient-flare/gradient-flare.c:1264 #, c-format -msgid "%s -- Print v%s" -msgstr "%s -- Imprimir v%s" +msgid "Failed to open GFlare file '%s': %s" +msgstr "Falha ao abrir ficheiro GFlare '%s': %s" -#: plug-ins/print/gimp_main_window.c:368 -msgid "" -"Save\n" -"Settings" -msgstr "" -"Gravar\n" -"Configurações" +#: ../plug-ins/gradient-flare/gradient-flare.c:1272 +#, c-format +msgid "'%s' is not a valid GFlare file." +msgstr "'%s' não é um ficheiro GFlare válido." -#: plug-ins/print/gimp_main_window.c:369 -msgid "" -"Print and\n" -"Save Settings" -msgstr "" -"Imprimir e\n" -"Grava Configurações" +#: ../plug-ins/gradient-flare/gradient-flare.c:1326 +#, c-format +msgid "invalid formatted GFlare file: %s\n" +msgstr "formatação ficheiro GFlare inválida: %s\n" -#: plug-ins/print/gimp_main_window.c:438 +#: ../plug-ins/gradient-flare/gradient-flare.c:1451 +#, c-format msgid "" -"Position the image on the page.\n" -"Click and drag with the primary button to position the image.\n" -"Click and drag with the second button to move the image with finer " -"precision; each unit of motion moves the image one point (1/72\")\n" -"Click and drag with the third (middle) button to move the image in units of " -"the image size.\n" -"Holding down the shift key while clicking and dragging constrains the image " -"to only horizontal or vertical motion.\n" -"If you click another button while dragging the mouse, the image will return " -"to its original position." +"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" +"(gflare-path \"%s\")\n" +"and make a folder '%s', then you can save your own GFlares into that folder." msgstr "" -"Posicione a imagem na página.\n" -"Clique e arraste com o botão principal para posicionar a imagem.\n" -"Clique e arraste com o botão secundário para mover a imagem com maior " -"precisão; cada unidade de movimento desloca a imagem um ponto (1/72\")\n" -"Clique e arraste com o terceiro botão (do meio) para mover a imagem em " -"unidades to tamanho da imagem.\n" -"Primir a tecla Shift ao clicar e arrastar limita a imagem a movimentos " -"apenas horizontais ou verticais.\n" -"Se clicar noutro botão enquanto arrasta o rato, a imagem retornará à sua " -"posição original." +"GFlare '%s' não está guardado. Se adicionar uma nova entrada em '%s', como:\n" +"(gflare-path \"%s\")\n" +"e criar uma pasta '%s', poderá gravar os seus próprios GFlare's nesta pasta." -#: plug-ins/print/gimp_main_window.c:481 -msgid "Auto" -msgstr "Automática" +#: ../plug-ins/gradient-flare/gradient-flare.c:1484 +#, c-format +msgid "Failed to write GFlare file '%s': %s" +msgstr "Falha ao escrever ficheiro GFlare '%s': %s" -#: plug-ins/print/gimp_main_window.c:482 -msgid "Portrait" -msgstr "Retrato" +#: ../plug-ins/gradient-flare/gradient-flare.c:2414 +msgid "A_uto update preview" +msgstr "A_uto-actualizar ante-visão" -#: plug-ins/print/gimp_main_window.c:483 -msgid "Landscape" -msgstr "Paisagem" +#: ../plug-ins/gradient-flare/gradient-flare.c:2465 +msgid "`Default' is created." +msgstr "Foi criado um 'predefinido'" -#: plug-ins/print/gimp_main_window.c:484 -msgid "Upside down" -msgstr "Invertido" +#: ../plug-ins/gradient-flare/gradient-flare.c:2466 +msgid "Default" +msgstr "Predefinido" -#: plug-ins/print/gimp_main_window.c:485 -msgid "Seascape" -msgstr "Paisagem marítima" +#. +#. * Scales +#. +#. +#. * Scales +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:2745 +#: ../plug-ins/gradient-flare/gradient-flare.c:3582 +#: ../plug-ins/gradient-flare/gradient-flare.c:3687 +#: ../plug-ins/gradient-flare/gradient-flare.c:3824 +msgid "Parameters" +msgstr "Parâmetros" -#: plug-ins/print/gimp_main_window.c:495 -msgid "" -"Select the orientation: portrait, landscape, upside down, or seascape " -"(upside down landscape)" -msgstr "" -"Seleccione a orientação: retrato, paisagem, invertido ou paisagem marítima " -"(paisagem invertida)" +#: ../plug-ins/gradient-flare/gradient-flare.c:2771 +msgid "Ro_tation:" +msgstr "Ro_tação:" -#: plug-ins/print/gimp_main_window.c:514 -msgid "Distance from the left of the paper to the image" -msgstr "Distância da esquerda do papel até à imagem" +#: ../plug-ins/gradient-flare/gradient-flare.c:2783 +msgid "_Hue rotation:" +msgstr "Rotação da mati_z:" -#: plug-ins/print/gimp_main_window.c:527 -msgid "Distance from the top of the paper to the image" -msgstr "Distância do topo do papel até à imagem" +#: ../plug-ins/gradient-flare/gradient-flare.c:2795 +msgid "Vector _angle:" +msgstr "Ângulo do _vector:" -#: plug-ins/print/gimp_main_window.c:540 -msgid "Distance from the left of the paper to the right of the image" -msgstr "Distância da esquerda do papel até à direita da imagem" +#: ../plug-ins/gradient-flare/gradient-flare.c:2807 +msgid "Vector _length:" +msgstr "_Comprimento do vector:" -#: plug-ins/print/gimp_main_window.c:550 -msgid "Right Border:" -msgstr "Margem Direita:" +#: ../plug-ins/gradient-flare/gradient-flare.c:2828 +msgid "A_daptive supersampling" +msgstr "Super-amostragem a_daptativa" -#: plug-ins/print/gimp_main_window.c:554 -msgid "Distance from the right of the paper to the image" -msgstr "Distância da direita do papel até à imagem" +#: ../plug-ins/gradient-flare/gradient-flare.c:2847 +msgid "_Max depth:" +msgstr "Profundidade _Máx.:" -#: plug-ins/print/gimp_main_window.c:568 -msgid "Distance from the top of the paper to the bottom of the image" -msgstr "Distância do topo do papel até à base da imagem" +#: ../plug-ins/gradient-flare/gradient-flare.c:2857 +msgid "_Threshold" +msgstr "Limi_te" -#: plug-ins/print/gimp_main_window.c:578 -msgid "Bottom Border:" -msgstr "Margem Inferior:" +#: ../plug-ins/gradient-flare/gradient-flare.c:2995 +msgid "S_elector" +msgstr "S_elector" -#: plug-ins/print/gimp_main_window.c:582 -msgid "Distance from the bottom of the paper to the image" -msgstr "Distância da base do papel até à imagem" +#: ../plug-ins/gradient-flare/gradient-flare.c:3059 +msgid "New Gradient Flare" +msgstr "Novo Clarão em Gradiente" -#: plug-ins/print/gimp_main_window.c:595 -msgid "Center:" -msgstr "Centro:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3062 +msgid "Enter a name for the new GFlare" +msgstr "Digite um nome para o Clarão em Gradiente" -#: plug-ins/print/gimp_main_window.c:599 -msgid "Vertically" -msgstr "Verticalmente" +#: ../plug-ins/gradient-flare/gradient-flare.c:3082 +#, c-format +msgid "The name '%s' is used already!" +msgstr "O nome '%s' já está em utilização!" -#: plug-ins/print/gimp_main_window.c:604 -msgid "Center the image vertically on the paper" -msgstr "Centro da imagem verticalmente no papel" +#: ../plug-ins/gradient-flare/gradient-flare.c:3138 +msgid "Copy Gradient Flare" +msgstr "Copiar um Clarão em Gradiente" -#: plug-ins/print/gimp_main_window.c:610 -msgid "Both" -msgstr "Ambos" +#: ../plug-ins/gradient-flare/gradient-flare.c:3141 +msgid "Enter a name for the copied GFlare" +msgstr "Digite um nome para a cópia do GFlare" -#: plug-ins/print/gimp_main_window.c:615 -msgid "Center the image on the paper" -msgstr "Centro da imagem no papel" +#: ../plug-ins/gradient-flare/gradient-flare.c:3163 +#, c-format +msgid "The name `%s' is used already!" +msgstr "O nome `%s' já está em utilização!" -#: plug-ins/print/gimp_main_window.c:622 -msgid "Horizontally" -msgstr "Horizontalmente" +#: ../plug-ins/gradient-flare/gradient-flare.c:3194 +msgid "Cannot delete!! There must be at least one GFlare." +msgstr "Incapaz de apagar!! Tem de existir pelo menos um GFlare." -#: plug-ins/print/gimp_main_window.c:627 -msgid "Center the image horizontally on the paper" -msgstr "Centro da imagem horizontalmente no papel" - -#: plug-ins/print/gimp_main_window.c:643 -msgid "Setup Printer" -msgstr "Configurar Impressora" +#: ../plug-ins/gradient-flare/gradient-flare.c:3204 +msgid "Delete Gradient Flare" +msgstr "Remover Clarão em degradê" -#. -#. * Printer driver option menu. -#. -#: plug-ins/print/gimp_main_window.c:672 -msgid "Printer Model:" -msgstr "Modelo de Impressora:" - -#: plug-ins/print/gimp_main_window.c:684 -msgid "Select your printer model" -msgstr "Seleccione o modelo da sua impressora" +#: ../plug-ins/gradient-flare/gradient-flare.c:3276 +#, c-format +msgid "not found %s in gflares_list" +msgstr "não foi encontrado %s na gflares_list" -#. -#. * PPD file. -#. -#: plug-ins/print/gimp_main_window.c:723 -msgid "PPD File:" -msgstr "Ficheiro PPD:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3317 +msgid "Gradient Flare Editor" +msgstr "Editor de Clarão em Gradiente (GFlare)" -#: plug-ins/print/gimp_main_window.c:739 -#, fuzzy -msgid "Enter the PPD filename for your printer" -msgstr "Introduza o nome de ficheiro PPD correcto para a sua impressora" +#: ../plug-ins/gradient-flare/gradient-flare.c:3321 +msgid "Rescan Gradients" +msgstr "Procurar de novo os Gradientes" -#: plug-ins/print/gimp_main_window.c:742 -msgid "Browse" -msgstr "Navegar" +#. Glow +#: ../plug-ins/gradient-flare/gradient-flare.c:3446 +msgid "Glow Paint Options" +msgstr "Opções de Pintura da Emanação de Luz" -#: plug-ins/print/gimp_main_window.c:748 -#, fuzzy -msgid "Choose the PPD file for your printer" -msgstr "Seleccione o nome de ficheiro PPD correcto para a sua impressora" +#: ../plug-ins/gradient-flare/gradient-flare.c:3457 +#: ../plug-ins/gradient-flare/gradient-flare.c:3485 +#: ../plug-ins/gradient-flare/gradient-flare.c:3513 +msgid "Opacity:" +msgstr "Opacidade:" -#. -#. * Print command. -#. -#: plug-ins/print/gimp_main_window.c:758 -msgid "Command:" -msgstr "Comando:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3470 +#: ../plug-ins/gradient-flare/gradient-flare.c:3498 +#: ../plug-ins/gradient-flare/gradient-flare.c:3526 +msgid "Paint mode:" +msgstr "Modo de Pintura:" -#: plug-ins/print/gimp_main_window.c:771 -#, fuzzy -msgid "" -"Enter the command to print to your printer. Note: Please do not remove the `-" -"l' or `-oraw' from the command string, or printing will probably fail!" -msgstr "" -"Introduza o comando correcto para imprimir para a sua impressora. Note: Não " -"remova o `-l' ou `-oraw' da linha de comando, ou a impressão provavelmente " -"falhará!" +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3474 +msgid "Rays Paint Options" +msgstr "Opções de Pintura de Raios" -#: plug-ins/print/gimp_main_window.c:781 -#, fuzzy -msgid "Choose PPD File" -msgstr "Ficheiro PPD?" +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3502 +msgid "Second Flares Paint Options" +msgstr "Opções de Pintura dos Clarões Secundários" -#: plug-ins/print/gimp_main_window.c:802 -msgid "Define New Printer" -msgstr "Definir Nova Impressora" +#. +#. * Gradient Menus +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3555 +#: ../plug-ins/gradient-flare/gradient-flare.c:3658 +#: ../plug-ins/gradient-flare/gradient-flare.c:3797 +msgid "Gradients" +msgstr "Gradientes" -#: plug-ins/print/gimp_main_window.c:825 plug-ins/print/gimp_main_window.c:920 -#, fuzzy -msgid "Printer name:" -msgstr "Nome Impressora:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3566 +#: ../plug-ins/gradient-flare/gradient-flare.c:3671 +#: ../plug-ins/gradient-flare/gradient-flare.c:3808 +msgid "Radial gradient:" +msgstr "Gradiente radial:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3570 +#: ../plug-ins/gradient-flare/gradient-flare.c:3675 +msgid "Angular gradient:" +msgstr "Gradiente ângular:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3574 +#: ../plug-ins/gradient-flare/gradient-flare.c:3679 +msgid "Angular size gradient:" +msgstr "Tamanho do Gradiente ângular:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3594 +#: ../plug-ins/gradient-flare/gradient-flare.c:3699 +#: ../plug-ins/gradient-flare/gradient-flare.c:3836 +msgid "Size (%):" +msgstr "Tamanho (%):" -#: plug-ins/print/gimp_main_window.c:829 -msgid "Enter the name you wish to give this logical printer" -msgstr "Introduza o nome que deseja atribuir a esta impressora lógica" +#: ../plug-ins/gradient-flare/gradient-flare.c:3606 +#: ../plug-ins/gradient-flare/gradient-flare.c:3711 +#: ../plug-ins/gradient-flare/gradient-flare.c:3848 +msgid "Rotation:" +msgstr "Rotação:" -#: plug-ins/print/gimp_main_window.c:842 -msgid "About Gimp-Print " -msgstr "Sobre Gimp-Print" +#: ../plug-ins/gradient-flare/gradient-flare.c:3618 +#: ../plug-ins/gradient-flare/gradient-flare.c:3724 +#: ../plug-ins/gradient-flare/gradient-flare.c:3861 +msgid "Hue rotation:" +msgstr "Rotação da _Matiz:" -#: plug-ins/print/gimp_main_window.c:855 -msgid "Gimp-Print Version " -msgstr "Versão Gimp-Print" +#: ../plug-ins/gradient-flare/gradient-flare.c:3632 +msgid "G_low" +msgstr "Emanação de _Luz" -#: plug-ins/print/gimp_main_window.c:855 -msgid "" -"\n" -"\n" -"Copyright (C) 1997-2001 Michael Sweet, Robert Krawitz,\n" -"and the rest of the Gimp-Print Development Team.\n" -"\n" -"Please visit our web site at http://gimp-print.sourceforge.net.\n" -"\n" -"This program is free software; you can redistribute it and/or modify\n" -"it under the terms of the GNU General Public License as published by\n" -"the Free Software Foundation; either version 2 of the License, or\n" -"(at your option) any later version.\n" -"\n" -"This program is distributed in the hope that it will be useful,\n" -"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" -"GNU General Public License for more details.\n" -"\n" -"You should have received a copy of the GNU General Public License\n" -"along with this program; if not, write to the Free Software\n" -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -msgstr "" -"\n" -"\n" -"Copyright © 1997-2001 Michael Sweet, Robert Krawitz,\n" -"e o resto da Equipa de Desenvolvimento do Gimp-Print.\n" -"\n" -"Visite a nossa página web em http://gimp-print.sourceforge.net.\n" -"\n" -"Esta aplicação é livre; pode redistribui-la e/ou modifica-la sob\n" -"os termos da Licença Pública Genérica GNU tal como publicada pela\n" -"Free Software Foundation; quer a versão 2 da Licença, ou (à sua\n" -"escolha) uma versão posterior.\n" -"\n" -"Esta aplicação é distribuida com a expectativa de que seja útil,\n" -"mas SEM QUALQUER GARANTIA; nem sequer a garantia implícita de\n" -"COMERCIABILIDADE ou FUNCIONAL PARA UM FIM EM ESPECÍFICO. Veja a\n" -"Licença Pública Genérica GNU para mais detalhes.\n" -"\n" -"Deverá ter recebido uma cópia da Licença Pública Genérica GNU junto\n" -"com esta aplicação; caso contrário, escreva para a Free Software\n" -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA, 02111-1307 USA\n" +#: ../plug-ins/gradient-flare/gradient-flare.c:3736 +msgid "# of Spikes:" +msgstr "Nº de Picos:" -#: plug-ins/print/gimp_main_window.c:903 -msgid "Printer Settings" -msgstr "Configurações Impressora" +#: ../plug-ins/gradient-flare/gradient-flare.c:3748 +msgid "Spike thickness:" +msgstr "Espessura dos Picos:" -#: plug-ins/print/gimp_main_window.c:916 -msgid "" -"Select the name of the printer (not the type, or model, of printer) that you " -"wish to print to" -msgstr "" -"Seleccione o nome da impressora (não o tipo ou modelo da impressora) para " -"onde deseja imprimir" +#: ../plug-ins/gradient-flare/gradient-flare.c:3762 +msgid "_Rays" +msgstr "_Raios" -#: plug-ins/print/gimp_main_window.c:926 -#, fuzzy -msgid "Printer model:" -msgstr "Modelo de Impressora:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3812 +msgid "Size factor gradient:" +msgstr "Tamanho do Gradiente Factorial :" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3816 +msgid "Probability gradient:" +msgstr "Gradiente probabilístico :" #. -#. * Setup printer button +#. * Shape Radio Button Frame #. -#: plug-ins/print/gimp_main_window.c:937 -#, fuzzy -msgid "Setup printer..." -msgstr "Configurar Impressora..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3878 +msgid "Shape of Second Flares" +msgstr "Forma dos Clarões Secundários" -#: plug-ins/print/gimp_main_window.c:939 -msgid "" -"Choose the printer model, PPD file, and command that is used to print to " -"this printer" -msgstr "" -"Seleccione o modelo da impressora, ficheiro PPD e comando que é utilizado " -"para imprimir nesta impressora" +#: ../plug-ins/gradient-flare/gradient-flare.c:3886 +#: ../plug-ins/imagemap/imap_menu.c:222 +msgid "Circle" +msgstr "Círculo" -#. -#. * New printer button -#. -#: plug-ins/print/gimp_main_window.c:954 -#, fuzzy -msgid "New printer..." -msgstr "Nova Impressora..." +#: ../plug-ins/gradient-flare/gradient-flare.c:3903 +#: ../plug-ins/imagemap/imap_menu.c:224 +msgid "Polygon" +msgstr "Polígono" -#: plug-ins/print/gimp_main_window.c:956 -msgid "" -"Define a new logical printer. This can be used to name a collection of " -"settings that you wish to remember for future use." -msgstr "" -"Defina uma impressora lógica. Isto poderá ser utilizado para nomear uma " -"colecção de definições que deseje guardar para utilizações futuras." +#: ../plug-ins/gradient-flare/gradient-flare.c:3936 +msgid "Random seed:" +msgstr "Semente aleatória:" -#: plug-ins/print/gimp_main_window.c:977 -msgid "Size of paper that you wish to print to" -msgstr "Tamanho do papel em que deseja imprimir" +#: ../plug-ins/gradient-flare/gradient-flare.c:3950 +msgid "_Second Flares" +msgstr "Clarões _Secundários" -#: plug-ins/print/gimp_main_window.c:980 -#, fuzzy -msgid "Media size:" -msgstr "Tamanho do Papel:" +#: ../plug-ins/help-browser/dialog.c:186 +#: ../plug-ins/help-browser/dialog.c:1121 +msgid "GIMP Help Browser" +msgstr "Navegador da Ajuda GIMP" -#: plug-ins/print/gimp_main_window.c:989 -msgid "Dimensions:" -msgstr "Dimensões:" +#: ../plug-ins/help-browser/dialog.c:564 +msgid "Go back one page" +msgstr "Retroceder uma página" -#: plug-ins/print/gimp_main_window.c:1003 -msgid "Width of the paper that you wish to print to" -msgstr "Largura do papel em que deseja imprimir" +#: ../plug-ins/help-browser/dialog.c:569 +msgid "Go forward one page" +msgstr "Avançar uma página" -#: plug-ins/print/gimp_main_window.c:1020 -msgid "Height of the paper that you wish to print to" -msgstr "Altura do papel em que deseja imprimir" +#: ../plug-ins/help-browser/dialog.c:574 +msgid "_Reload" +msgstr "_Recarregar" -#: plug-ins/print/gimp_main_window.c:1036 -msgid "Type of media you're printing to" -msgstr "Tipo de papel em que vai imprimir" +#: ../plug-ins/help-browser/dialog.c:574 +msgid "Reload current page" +msgstr "Recarrega a página actual" -#: plug-ins/print/gimp_main_window.c:1039 -#, fuzzy -msgid "Media type:" -msgstr "Tipo do Papel:" +#: ../plug-ins/help-browser/dialog.c:579 +msgid "_Stop" +msgstr "_Parar" -#: plug-ins/print/gimp_main_window.c:1052 -msgid "Source (input slot) of media you're printing to" -msgstr "Fonte (bandeja de entrada) do papel em que vai imprimir" +#: ../plug-ins/help-browser/dialog.c:579 +msgid "Stop loading this page" +msgstr "Pára de carregar esta página" -#: plug-ins/print/gimp_main_window.c:1055 -#, fuzzy -msgid "Media source:" -msgstr "Fonte Papel:" +#: ../plug-ins/help-browser/dialog.c:584 +msgid "Go to the index page" +msgstr "Ir para ao Índice" -#: plug-ins/print/gimp_main_window.c:1068 -msgid "Type of ink in the printer" -msgstr "Tipo de tinta na impressora" +#: ../plug-ins/help-browser/dialog.c:589 +msgid "C_opy location" +msgstr "C_opiar localização" -#: plug-ins/print/gimp_main_window.c:1071 -#, fuzzy -msgid "Ink type:" -msgstr "Tipo Tinta:" +#: ../plug-ins/help-browser/dialog.c:590 +msgid "Copy the location of this page to the clipboard" +msgstr "C_opia a localização desta página para a área de transferência" -#: plug-ins/print/gimp_main_window.c:1084 -msgid "Resolution and quality of the print" -msgstr "Resolução e qualidade da impressão" +#: ../plug-ins/help-browser/dialog.c:610 +msgid "Find text in current page" +msgstr "Procurar texto nesta página" -#: plug-ins/print/gimp_main_window.c:1121 -msgid "Scaling:" -msgstr "Escala:" +#: ../plug-ins/help-browser/dialog.c:615 +msgid "Find _Again" +msgstr "Procur_ar Novamente" -#: plug-ins/print/gimp_main_window.c:1127 -msgid "Set the scale (size) of the image" -msgstr "Definir a escala (tamanho) da imagem" +#: ../plug-ins/help-browser/dialog.c:634 +msgid "S_how Index" +msgstr "_Mostrar o Índice" -#: plug-ins/print/gimp_main_window.c:1152 -#, fuzzy -msgid "Scale by:" -msgstr "Escala Z:" +#: ../plug-ins/help-browser/dialog.c:635 +msgid "Toggle the visibility of the sidebar" +msgstr "Alternar a visibilidade da barra lateral" -#: plug-ins/print/gimp_main_window.c:1157 -msgid "" -"Select whether scaling is measured as percent of available page size or " -"number of output dots per inch" -msgstr "" -"Seleccione se a escala é medida em percentagem do tamanho disponível de " -"página ou número de pontos por polegada de resultado" +#: ../plug-ins/help-browser/dialog.c:656 +msgid "Visit the GIMP documentation website" +msgstr "Visitar a página web da documentação do GIMP" + +#: ../plug-ins/help-browser/dialog.c:1162 +msgid "Find:" +msgstr "Procurar:" -#: plug-ins/print/gimp_main_window.c:1162 -msgid "Percent" -msgstr "Porcento" +#: ../plug-ins/help-browser/dialog.c:1179 +msgctxt "search" +msgid "_Previous" +msgstr "_Anterior" -#: plug-ins/print/gimp_main_window.c:1169 -msgid "Scale the print to the size of the page" -msgstr "Escalar a impressão para o tamanho da página" +#: ../plug-ins/help-browser/dialog.c:1191 +msgctxt "search" +msgid "_Next" +msgstr "_Seguinte" -#: plug-ins/print/gimp_main_window.c:1175 -msgid "PPI" -msgstr "PPP" +#: ../plug-ins/help/gimphelpdomain.c:181 +#, c-format +msgid "The help pages for '%s' are not available." +msgstr "As páginas de ajuda sobre '%s' não estão disponíveis" -#: plug-ins/print/gimp_main_window.c:1181 -msgid "Scale the print to the number of dots per inch" -msgstr "Escalar a impressão para o número de pontos por polegada" +#: ../plug-ins/help/gimphelpdomain.c:187 +msgid "The GIMP user manual is not available." +msgstr "O manual de utilizador do GIMP não está disponível." -#: plug-ins/print/gimp_main_window.c:1203 -msgid "Set the width of the print" -msgstr "Definir a largura da impressão" +#: ../plug-ins/help/gimphelpdomain.c:188 +msgid "" +"Please install the additional help package or use the online user manual at " +"http://docs.gimp.org/." +msgstr "" +"Por favor instale o pacote de Ajuda adicional ou use o manual de utilizador " +"online em at http://docs.gimp.org/." -#: plug-ins/print/gimp_main_window.c:1216 -msgid "Set the height of the print" -msgstr "Definir a altura da impressão" +#: ../plug-ins/help/gimphelpdomain.c:197 +msgid "Perhaps you are missing GIO backends and need to install GVFS?" +msgstr "" +"Talvez precise de instalar os pacotes GIO da interface de software e o " +"pacote GVFS ?" -#: plug-ins/print/gimp_main_window.c:1237 -msgid "Units:" -msgstr "Unidades:" +#: ../plug-ins/help/gimphelpdomain.c:216 +#, c-format +msgid "Help ID '%s' unknown" +msgstr "ID de tópico da ajuda '%s' desconhecida" -#: plug-ins/print/gimp_main_window.c:1242 -msgid "Select the base unit of measurement for printing" -msgstr "Seleccione a unidade base para dimensionamento da impressão" +#: ../plug-ins/help/gimphelplocale.c:209 +#, c-format +msgid "Loading index from '%s'" +msgstr "A carregar índice a partir de '%s'" -#: plug-ins/print/gimp_main_window.c:1245 -msgid "Inch" -msgstr "Polegada" +#: ../plug-ins/help/gimphelplocale.c:267 +#, c-format +msgid "" +"Parse error in '%s':\n" +"%s" +msgstr "" +"Erro de parseamento em '%s':\n" +"%s" -#: plug-ins/print/gimp_main_window.c:1252 -msgid "Set the base unit of measurement to inches" -msgstr "Definir a unidade base de dimensionamento em polegadas" +#: ../plug-ins/ifs-compose/ifs-compose.c:334 +msgid "Create an Iterated Function System (IFS) fractal" +msgstr "" +"Criar um fractal através do método 'Iterated Function System' (IFS) (Sistema " +"de Função Iterada)" -#: plug-ins/print/gimp_main_window.c:1258 -msgid "cm" -msgstr "cm" +#: ../plug-ins/ifs-compose/ifs-compose.c:346 +msgid "_IFS Fractal..." +msgstr "Fractal _IFS..." -#: plug-ins/print/gimp_main_window.c:1264 -msgid "Set the base unit of measurement to centimetres" -msgstr "Definir a unidade base de dimensionamento em centímetros" +#. X +#: ../plug-ins/ifs-compose/ifs-compose.c:526 +#: ../plug-ins/lighting/lighting-ui.c:527 +#: ../plug-ins/map-object/map-object-ui.c:675 +#: ../plug-ins/map-object/map-object-ui.c:729 +#: ../plug-ins/map-object/map-object-ui.c:997 +#: ../plug-ins/map-object/map-object-ui.c:1046 +msgid "X:" +msgstr "X:" -#. -#. * The "image size" button -#. -#: plug-ins/print/gimp_main_window.c:1274 -msgid "" -"Use Original\n" -"Image Size" -msgstr "" -"Utilizar Tamanho\n" -"Original da Imagem" +#. Y +#: ../plug-ins/ifs-compose/ifs-compose.c:540 +#: ../plug-ins/lighting/lighting-ui.c:541 +#: ../plug-ins/map-object/map-object-ui.c:689 +#: ../plug-ins/map-object/map-object-ui.c:742 +#: ../plug-ins/map-object/map-object-ui.c:1010 +#: ../plug-ins/map-object/map-object-ui.c:1057 +#: ../plug-ins/map-object/map-object-ui.c:1155 +msgid "Y:" +msgstr "Y:" -#: plug-ins/print/gimp_main_window.c:1280 -msgid "Set the print size to the size of the image" -msgstr "Definir o tamanho da impressão para o tamanho da imagem" +#. Asym +#: ../plug-ins/ifs-compose/ifs-compose.c:582 +msgid "Asymmetry:" +msgstr "Assimetria:" -#: plug-ins/print/gimp_main_window.c:1303 -msgid "Image / Output Settings" -msgstr "Configurações de Imagem / Resultado" +#. Shear +#: ../plug-ins/ifs-compose/ifs-compose.c:596 +msgid "Shear:" +msgstr "Inclinação:" -#: plug-ins/print/gimp_main_window.c:1317 -#, fuzzy -msgid "Image type:" -msgstr "Tipo de Imagem:" +#. Simple color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:641 +msgid "Simple" +msgstr "Simples" -#: plug-ins/print/gimp_main_window.c:1325 -msgid "Optimize the output for the type of image being printed" -msgstr "Optimizar o resultado para o tipo de imagem a ser impressa" +#: ../plug-ins/ifs-compose/ifs-compose.c:650 +msgid "IFS Fractal: Target" +msgstr "Fractal IFS: Alvo" -#: plug-ins/print/gimp_main_window.c:1329 -#, fuzzy -msgid "Line art" -msgstr "Arte Linear" +#: ../plug-ins/ifs-compose/ifs-compose.c:656 +msgid "Scale hue by:" +msgstr "Escala da Matiz:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:671 +msgid "Scale value by:" +msgstr "Escala da cor :" -#: plug-ins/print/gimp_main_window.c:1336 -msgid "Fastest and brightest color for text and line art" -msgstr "Cor mais brilhante e rápidez para texto e arte linear" +#. Full color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:688 +msgid "Full" +msgstr "Cor sólida" -#: plug-ins/print/gimp_main_window.c:1343 -#, fuzzy -msgid "Solid colors" -msgstr "Cores Sólidas" +#: ../plug-ins/ifs-compose/ifs-compose.c:696 +msgid "IFS Fractal: Red" +msgstr "Fractal IFS: Vermelho" -#: plug-ins/print/gimp_main_window.c:1350 -msgid "Best for images dominated by regions of solid color" -msgstr "Melhor para imagens dominadas por regiões de cor sólida" +#: ../plug-ins/ifs-compose/ifs-compose.c:704 +msgid "IFS Fractal: Green" +msgstr "Fractal IFS: Verde" -#: plug-ins/print/gimp_main_window.c:1358 -msgid "Photograph" -msgstr "Fotografia" +#: ../plug-ins/ifs-compose/ifs-compose.c:712 +msgid "IFS Fractal: Blue" +msgstr "Fractal IFS: Azul" -#: plug-ins/print/gimp_main_window.c:1366 -msgid "" -"Slowest, but most accurate and smoothest color for continuous tone images " -"and photographs" -msgstr "" -"Mais lento, mas mais preciso e cores mais suaves para imagens de tons " -"contínuos e fotografias" +#: ../plug-ins/ifs-compose/ifs-compose.c:720 +msgid "IFS Fractal: Black" +msgstr "Fractal IFS: Preto" -#: plug-ins/print/gimp_main_window.c:1389 -#, fuzzy -msgid "Output type:" -msgstr "Tipo Saída:" +#: ../plug-ins/ifs-compose/ifs-compose.c:770 +msgid "IFS Fractal" +msgstr "Fractal IFS" -#: plug-ins/print/gimp_main_window.c:1396 -msgid "Select the desired output type" -msgstr "Seleccione o tipo de resultado desejado" +#: ../plug-ins/ifs-compose/ifs-compose.c:868 +msgid "Spatial Transformation" +msgstr "Transformação Espacial" -#: plug-ins/print/gimp_main_window.c:1405 -msgid "Color output" -msgstr "Resultado cores" +#: ../plug-ins/ifs-compose/ifs-compose.c:874 +msgid "Color Transformation" +msgstr "Transformação de Cor" -#: plug-ins/print/gimp_main_window.c:1417 -msgid "Print in shades of gray using black ink" -msgstr "Imprimir em escalas de cinza utilizando tinta preta" +#: ../plug-ins/ifs-compose/ifs-compose.c:884 +msgid "Relative probability:" +msgstr "Probabilidade relativa:" -#: plug-ins/print/gimp_main_window.c:1424 -#, fuzzy -msgid "Black and white" -msgstr "Preto e Branco" +#: ../plug-ins/ifs-compose/ifs-compose.c:1059 +#: ../plug-ins/imagemap/imap_menu.c:163 +msgid "Select _All" +msgstr "Seleccion_ar Tudo" -#: plug-ins/print/gimp_main_window.c:1431 -msgid "Print in black and white (no color, and no shades of gray)" -msgstr "Imprimir a preto e branco (nenhuma cor nem escalas de cinza)" +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +msgid "Re_center" +msgstr "Re_centrar" -#. -#. * Color adjust button -#. -#: plug-ins/print/gimp_main_window.c:1442 -#, fuzzy -msgid "Adjust output..." -msgstr "Ajustar Resultado..." +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +msgid "Recompute Center" +msgstr "Re-calcular centro" -#: plug-ins/print/gimp_main_window.c:1449 -msgid "" -"Adjust color balance, brightness, contrast, saturation, and dither algorithm" -msgstr "" -"Ajustar balanceamento de cor, brilho, contraste, saturação e algorítmo de " -"difusão" +#: ../plug-ins/ifs-compose/ifs-compose.c:1067 +msgid "Render Options" +msgstr "Opções de Renderização" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1073 +#: ../plug-ins/imagemap/imap_cmd_move.c:86 +#: ../plug-ins/imagemap/imap_cmd_object_move.c:57 +msgid "Move" +msgstr "Mover" -#: plug-ins/print/gimp_main_window.c:1483 -#, fuzzy -msgid "Print to File" -msgstr "Imprimir Para Ficheiro?" +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Rotate" +msgstr "Rodar" -#: plug-ins/print/print.c:164 -#, fuzzy -msgid "_Print..." -msgstr "A Imprimir..." +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Rotate / Scale" +msgstr "Rodar / Dimensionar" -#: plug-ins/print/print.c:694 plug-ins/print/print.c:695 -#: plug-ins/print/print.c:785 plug-ins/print/print.c:1124 -msgid "File" -msgstr "Ficheiro" +#: ../plug-ins/ifs-compose/ifs-compose.c:1079 +msgid "Stretch" +msgstr "Esticar" -#: plug-ins/rcm/rcm.c:106 -#, fuzzy -msgid "Colormap _Rotation..." -msgstr "Rotação do Mapa Cores" +#: ../plug-ins/ifs-compose/ifs-compose.c:1177 +msgid "IFS Fractal Render Options" +msgstr "Opções de Renderização de Fractal IFS" -#: plug-ins/rcm/rcm.c:270 -msgid "Rotating the colormap..." -msgstr "A rodar o mapa de cores..." +#: ../plug-ins/ifs-compose/ifs-compose.c:1199 +msgid "Max. memory:" +msgstr "Memória Máxima:" -#: plug-ins/rcm/rcm_dialog.c:114 -msgid "Original" -msgstr "Original" +#: ../plug-ins/ifs-compose/ifs-compose.c:1226 +msgid "Subdivide:" +msgstr "Sub-dividir:" -#: plug-ins/rcm/rcm_dialog.c:127 -msgid "Rotated" -msgstr "Rodado" +#: ../plug-ins/ifs-compose/ifs-compose.c:1239 +msgid "Spot radius:" +msgstr "Raio do ponto:" -#: plug-ins/rcm/rcm_dialog.c:140 -msgid "Continuous update" -msgstr "Actualização contínua" +#: ../plug-ins/ifs-compose/ifs-compose.c:1304 +#, c-format +msgid "Rendering IFS (%d/%d)" +msgstr "A renderizar fractal 'IFS - Sistema de Função Iterada' (%d/%d)" -#: plug-ins/rcm/rcm_dialog.c:153 -msgid "Area:" -msgstr "Área:" +#: ../plug-ins/ifs-compose/ifs-compose.c:1470 +#, c-format +msgid "Transformation %s" +msgstr "Transformação %s" -#: plug-ins/rcm/rcm_dialog.c:157 -msgid "Entire Layer" -msgstr "Camada Inteira" +#: ../plug-ins/ifs-compose/ifs-compose.c:2379 +msgid "Save failed" +msgstr "Falha ao guardar" -#: plug-ins/rcm/rcm_dialog.c:159 -msgid "Context" -msgstr "Conteúdo" +#: ../plug-ins/ifs-compose/ifs-compose.c:2460 +#: ../plug-ins/ifs-compose/ifs-compose.c:2473 +msgid "Open failed" +msgstr "Falha ao abrir" -#. spinbutton 1 -#: plug-ins/rcm/rcm_dialog.c:284 plug-ins/rcm/rcm_dialog.c:362 -msgid "From" -msgstr "A partir de:" +#: ../plug-ins/ifs-compose/ifs-compose.c:2468 +#, c-format +msgid "File '%s' doesn't seem to be an IFS Fractal file." +msgstr "O ficheiro '%s' não parece ser um ficheiro de Fractal IFS" -#. spinbutton 2 -#: plug-ins/rcm/rcm_dialog.c:310 plug-ins/rcm/rcm_dialog.c:363 -msgid "To" -msgstr "Para:" +#: ../plug-ins/ifs-compose/ifs-compose.c:2508 +msgid "Save as IFS Fractal file" +msgstr "Guardar como ficheiro de Fractal IFS" + +#: ../plug-ins/ifs-compose/ifs-compose.c:2545 +msgid "Open IFS Fractal file" +msgstr "Abrir ficheiro de Fractal IFS" + +#: ../plug-ins/imagemap/imap_about.c:43 +msgid "Image Map Plug-In" +msgstr "Estensão de Mapa de Imagem 2.0" -#. * Gray: Operation-Mode * -#: plug-ins/rcm/rcm_dialog.c:499 -#, fuzzy -msgid "Gray Mode" -msgstr "Modo Cores" +#: ../plug-ins/imagemap/imap_about.c:47 +msgid "Copyright © 1999-2005 by Maurits Rijk" +msgstr "Copyright© 1999-2003 por Maurits Rijk" -#. Gray: Operation-Mode: two radio buttons -#: plug-ins/rcm/rcm_dialog.c:508 -msgid "Treat as this" -msgstr "Tratar como este" +#: ../plug-ins/imagemap/imap_about.c:49 +msgid "Released under the GNU General Public License" +msgstr "Publicado sob a Licença Publica Geral GNU (GNU GPL)" -#: plug-ins/rcm/rcm_dialog.c:520 -msgid "Change to this" -msgstr "Mudar para este" +#: ../plug-ins/imagemap/imap_circle.c:64 +msgid "C_ircle" +msgstr "C_irculo" -#. * Gray: What is gray? * -#: plug-ins/rcm/rcm_dialog.c:533 -#, fuzzy -msgid "Gray Threshold" -msgstr "Limite Ve_rde:" +#: ../plug-ins/imagemap/imap_circle.c:264 +msgid "Center _x:" +msgstr "Centro _x:" -#. * Misc: Used unit selection * -#: plug-ins/rcm/rcm_dialog.c:572 plug-ins/rcm/rcm_dialog.c:676 -msgid "Units" -msgstr "Unidades" +#: ../plug-ins/imagemap/imap_circle.c:269 +#: ../plug-ins/imagemap/imap_circle.c:276 +#: ../plug-ins/imagemap/imap_circle.c:282 ../plug-ins/imagemap/imap_grid.c:250 +#: ../plug-ins/imagemap/imap_grid.c:256 +#: ../plug-ins/imagemap/imap_polygon.c:505 +#: ../plug-ins/imagemap/imap_polygon.c:513 +#: ../plug-ins/imagemap/imap_rectangle.c:394 +#: ../plug-ins/imagemap/imap_rectangle.c:401 +#: ../plug-ins/imagemap/imap_rectangle.c:408 +#: ../plug-ins/imagemap/imap_rectangle.c:415 +msgid "pixels" +msgstr "pixels" -#. Misc: Used unit selection: 3 radio buttons -#: plug-ins/rcm/rcm_dialog.c:581 -msgid "Radians" -msgstr "Radianos" +#: ../plug-ins/imagemap/imap_circle.c:271 +msgid "Center _y:" +msgstr "Centro _y:" -#: plug-ins/rcm/rcm_dialog.c:593 -msgid "Radians/Pi" -msgstr "Radianos/PI" +#: ../plug-ins/imagemap/imap_cmd_clear.c:51 +msgid "Clear" +msgstr "Limpar" -#: plug-ins/rcm/rcm_dialog.c:605 -msgid "Degrees" -msgstr "Graus" +#: ../plug-ins/imagemap/imap_cmd_create.c:58 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:151 +msgid "Create" +msgstr "Criar" -#. Create dialog -#: plug-ins/rcm/rcm_dialog.c:638 -msgid "Colormap Rotation" -msgstr "Rotação do Mapa Cores" +#: ../plug-ins/imagemap/imap_cmd_cut.c:55 +#: ../plug-ins/imagemap/imap_cmd_cut_object.c:51 +#: ../plug-ins/imagemap/imap_menu.c:159 +msgid "Cut" +msgstr "Cortar" -#: plug-ins/rcm/rcm_dialog.c:670 -msgid "Main Options" -msgstr "Opções Principais" +#: ../plug-ins/imagemap/imap_cmd_delete.c:57 +#: ../plug-ins/imagemap/imap_menu.c:162 +msgid "Delete" +msgstr "Apagar" -#: plug-ins/rcm/rcm_dialog.c:673 -#, fuzzy -msgid "Gray Options" -msgstr "Opções Gerais" +#: ../plug-ins/imagemap/imap_cmd_delete_point.c:61 +#: ../plug-ins/imagemap/imap_menu.c:179 +msgid "Delete Point" +msgstr "Apagar Ponto" -#: plug-ins/rcm/rcm_stock.c:35 -msgid "Switch to clockwise" -msgstr "Mudar para sentido horário" - -#: plug-ins/rcm/rcm_stock.c:37 -msgid "Switch to c/clockwise" -msgstr "Mudar para sentido anti-horário" - -#: plug-ins/rcm/rcm_stock.c:39 -msgid "Change order of arrows" -msgstr "Alterar ordem de setas" - -#: plug-ins/rcm/rcm_stock.c:41 -msgid "Select all" -msgstr "Seleccionar todas" +#: ../plug-ins/imagemap/imap_cmd_edit_object.c:54 +msgid "Edit Object" +msgstr "Editar Objecto" -#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); -#: plug-ins/sel2path/pxl-outline.c:83 -msgid "Selection to Path..." -msgstr "Selecção para o Caminho..." +#. Create the areas +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:117 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:147 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:251 +msgid "Use Gimp Guides" +msgstr "Utilizar Guias GIMP" -#: plug-ins/sel2path/sel2path.c:185 -msgid "No selection to convert" -msgstr "Nenhuma selecção para converter" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:160 +msgid "Al_ternate" +msgstr "Al_ternadas" -#: plug-ins/sel2path/sel2path.c:302 -msgid "Selection To Path Advanced Settings" -msgstr "Configurações Avançadas De Selecção Para Caminho" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:165 +msgid "A_ll" +msgstr "T_odas" -#: plug-ins/sgi/sgi.c:122 plug-ins/sgi/sgi.c:142 -msgid "Silicon Graphics IRIS image" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:169 +msgid "Add Additional Guides" +msgstr "Adicionar Guias Adicionais" -#: plug-ins/sgi/sgi.c:540 -#, c-format -msgid "Could not open '%s' for writing." -msgstr "Incapaz de abrir '%s' para escrita." +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:177 +msgid "L_eft border" +msgstr "Margem _Esquerda" -#: plug-ins/sgi/sgi.c:622 -msgid "Save as SGI" -msgstr "Gravar como SGI" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:181 +msgid "_Right border" +msgstr "Margem _Direita" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:185 +msgid "_Upper border" +msgstr "Margem _Superior" + +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:189 +msgid "Lo_wer border" +msgstr "Margem _Inferior" -#: plug-ins/sgi/sgi.c:631 -#, fuzzy -msgid "Compression type" -msgstr "Tipo Compressão" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:197 +msgid "_Base URL:" +msgstr "URL _Base:" -#: plug-ins/sgi/sgi.c:635 -#, fuzzy -msgid "No compression" -msgstr "Nenhuma Compressão" +#: ../plug-ins/imagemap/imap_cmd_guides.c:74 +#: ../plug-ins/imagemap/imap_cmd_guides.c:140 +msgid "Create Guides" +msgstr "Criar Guias" -#: plug-ins/sgi/sgi.c:637 -#, fuzzy -msgid "RLE compression" -msgstr "Compressão _RLE" +#: ../plug-ins/imagemap/imap_cmd_guides.c:113 +#, c-format +msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" +msgstr "Limites das Guias produzidas: %d,%d para %d,%d (áreas %d)" -#: plug-ins/sgi/sgi.c:639 -#, fuzzy +#: ../plug-ins/imagemap/imap_cmd_guides.c:144 msgid "" -"Aggressive RLE\n" -"(not supported by SGI)" -msgstr "" -"RLE Agressivo\n" -"(Não suportado pelo SGI)" - -#: plug-ins/twain/twain.c:313 -msgid "TWAIN (Dump)..." +"Guides are pre-defined rectangles covering the image. You define them by " +"their width, height, and spacing from each other. This allows you to rapidly " +"create the most common image map type - image collection of \"thumbnails\", " +"suitable for navigation bars." msgstr "" +"As guias são rectangulos predefinidos que cobrem a imagem. Você define-as " +"escolhendo a largura, altura e espaçamento entre elas. Isto permite-lhe " +"criar rapidamente o tipo mais comum de mapa de imagem que é uma colecção de " +"miniaturas de imagens, os chamados em inglês \"thumbnails\", adequadas ao " +"uso em barras de navegação." + +#: ../plug-ins/imagemap/imap_cmd_guides.c:170 +msgid "_Left start at:" +msgstr "A _Esquerda inicia-se em:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:180 +msgid "_Top start at:" +msgstr "A _Superior inicia-se em:" -#: plug-ins/twain/twain.c:332 -msgid "TWAIN (Read)..." -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_guides.c:185 +msgid "_Horz. spacing:" +msgstr "Espaçamento _Horiz.:" -#: plug-ins/twain/twain.c:352 -msgid "_TWAIN..." -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_guides.c:191 +msgid "_No. across:" +msgstr "_Quant. na horizontal:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:197 +msgid "_Vert. spacing:" +msgstr "Espaçamento _Vertical:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:203 +msgid "No. _down:" +msgstr "Qu_antidade na vertical:" -#. Initialize our progress dialog -#: plug-ins/twain/twain.c:489 -msgid "Transferring TWAIN data..." -msgstr "A transferir dados TWAIN..." +#: ../plug-ins/imagemap/imap_cmd_guides.c:212 +msgid "Base _URL:" +msgstr "_URL Base:" -#: plug-ins/winicon/icodialog.c:123 -msgid "1 bpp, 1-bit alpha, 2-slot palette" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_guides.c:237 +msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" +msgstr "Limites das Guias produzidas: 0,0 para 0,0 (áreas 0)" -#: plug-ins/winicon/icodialog.c:124 -msgid "4 bpp, 1-bit alpha, 16-slot palette" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_guides.c:272 +msgid "Guides" +msgstr "Guias" -#: plug-ins/winicon/icodialog.c:125 -msgid "8 bpp, 1-bit alpha, 256-slot palette" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_insert_point.c:62 +#: ../plug-ins/imagemap/imap_menu.c:178 +msgid "Insert Point" +msgstr "Inserir Ponto" -#: plug-ins/winicon/icodialog.c:126 -msgid "32 bpp, 8-bit alpha, no palette" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_down.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_down.c:55 +#: ../plug-ins/imagemap/imap_menu.c:176 +msgid "Move Down" +msgstr "Mover para Baixo" -#: plug-ins/winicon/icodialog.c:151 -msgid "GIMP Windows Icon Plugin" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_sash.c:68 +msgid "Move Sash" +msgstr "Mover Faixa" -#: plug-ins/winicon/icodialog.c:172 -#, fuzzy -msgid "Icon details" -msgstr "Detalhes Colecção" +#: ../plug-ins/imagemap/imap_cmd_move_selected.c:56 +msgid "Move Selected Objects" +msgstr "Mover Objectos Seleccionados" -#: plug-ins/winicon/icoload.c:340 -#, c-format -msgid "Icon #%i" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:51 +msgid "Move To Front" +msgstr "Mover Para Frente" -#: plug-ins/winicon/icosave.c:940 -msgid "Windows icons cannot be higher or wider than 255 pixels." -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_up.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_up.c:55 +#: ../plug-ins/imagemap/imap_menu.c:175 +msgid "Move Up" +msgstr "Mover para Cima" -#: plug-ins/winicon/main.c:88 plug-ins/winicon/main.c:107 -msgid "Microsoft Windows icon" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_paste.c:51 +#: ../plug-ins/imagemap/imap_menu.c:161 +msgid "Paste" +msgstr "Colar" -#: plug-ins/winsnap/winsnap.c:877 -msgid "Grab a single window" -msgstr "Capturar uma única janela" +#: ../plug-ins/imagemap/imap_cmd_select.c:53 +msgid "Select" +msgstr "Selecção" -#: plug-ins/winsnap/winsnap.c:891 -msgid "Grab the whole screen" -msgstr "Capturar o ecrã inteiro" +#: ../plug-ins/imagemap/imap_cmd_select_next.c:51 +msgid "Select Next" +msgstr "Seleccionar Seguinte" -#: plug-ins/winsnap/winsnap.c:907 -msgid "after" -msgstr "após" +#: ../plug-ins/imagemap/imap_cmd_select_prev.c:51 +msgid "Select Previous" +msgstr "Seleccionar Anterior" -#: plug-ins/winsnap/winsnap.c:919 -#, fuzzy -msgid "Seconds delay" -msgstr "Segundos Atraso" +#: ../plug-ins/imagemap/imap_cmd_select_region.c:64 +msgid "Select Region" +msgstr "Seleccionar Região" -#: plug-ins/winsnap/winsnap.c:926 -msgid "Include decorations" -msgstr "Incluir decorações" +#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:51 +msgid "Send To Back" +msgstr "Enviar Para Trás" -#: plug-ins/winsnap/winsnap.c:1139 -msgid "No data captured" -msgstr "Nenhum dado capturado" +#: ../plug-ins/imagemap/imap_cmd_unselect.c:53 +msgid "Unselect" +msgstr "Deseleccionar" -#: plug-ins/xjt/xjt.c:475 plug-ins/xjt/xjt.c:493 -msgid "GIMP compressed XJT image" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:56 +msgid "Unselect All" +msgstr "Desseleccionar todas" -#: plug-ins/xjt/xjt.c:714 -#, c-format -msgid "XJT file contains unknown layermode %d" -msgstr "O ficheiro XJT contém modo de camada %d desconhecido" +#: ../plug-ins/imagemap/imap_edit_area_info.c:196 +msgid "Link Type" +msgstr "Tipo de Ligação web" -#: plug-ins/xjt/xjt.c:751 -#, c-format -msgid "Warning: unsupported layermode %d saved to XJT" -msgstr "Aviso: modo de camada %d não suportado gravado para XJT" +#: ../plug-ins/imagemap/imap_edit_area_info.c:205 +msgid "_Web Site" +msgstr "Página _Web" -#: plug-ins/xjt/xjt.c:767 -#, c-format -msgid "XJT file contains unknown pathtype %d" -msgstr "O ficheiro XJT contém tipo de caminho %d desconhecido" +#: ../plug-ins/imagemap/imap_edit_area_info.c:211 +msgid "_Ftp Site" +msgstr "Servidor _Ftp" -#: plug-ins/xjt/xjt.c:783 -#, c-format -msgid "Warning: unsupported pathtype %d saved to XJT" -msgstr "Aviso: tipo de caminho %d não suportado gravado para XJT" +#: ../plug-ins/imagemap/imap_edit_area_info.c:217 +msgid "_Gopher" +msgstr "_Gopher" -#: plug-ins/xjt/xjt.c:802 -#, c-format -msgid "XJT file contains unknown unittype %d" -msgstr "O ficheiro XJT contém tipo de unidade %d desconhecido" +#: ../plug-ins/imagemap/imap_edit_area_info.c:223 +msgid "Ot_her" +msgstr "O_utro" -#: plug-ins/xjt/xjt.c:823 -#, c-format -msgid "Warning: unsupported unittype %d saved to XJT" -msgstr "Aviso: tipo de unidade %d não suportado gravado para XJT" +#: ../plug-ins/imagemap/imap_edit_area_info.c:229 +msgid "F_ile" +msgstr "F_icheiro" -#: plug-ins/xjt/xjt.c:844 -msgid "Save as XJT" -msgstr "Gravar como XJT" +#: ../plug-ins/imagemap/imap_edit_area_info.c:235 +msgid "WAI_S" +msgstr "Servidor WAI_S" -#: plug-ins/xjt/xjt.c:870 -#, fuzzy -msgid "Clear transparent" -msgstr "Eliminar Transparência" +#: ../plug-ins/imagemap/imap_edit_area_info.c:241 +msgid "Tel_net" +msgstr "Tel_net" -#: plug-ins/xjt/xjt.c:882 -msgid "Quality:" -msgstr "Qualidade:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:247 +msgid "e-_mail" +msgstr "E_mail" -#: plug-ins/xjt/xjt.c:891 -msgid "Smoothing:" -msgstr "A Uniformizar:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:253 +msgid "_URL to activate when this area is clicked: (required)" +msgstr "_URL a ser activada quando esta área for clicada: (obrigatório)" -#: plug-ins/xjt/xjt.c:1693 plug-ins/xjt/xjt.c:3323 -#, c-format -msgid "Could not create working folder '%s': %s" -msgstr "Incapaz de criar directório de trabalho '%s': %s" +#: ../plug-ins/imagemap/imap_edit_area_info.c:255 +msgid "Select HTML file" +msgstr "Seleccionar ficheiro HTML" -#: plug-ins/xjt/xjt.c:3189 -#, c-format -msgid "Error: Could not read XJT property file '%s'." -msgstr "Erro: Incapaz de ler ficheiro de propriedade XJT '%s'." +#: ../plug-ins/imagemap/imap_edit_area_info.c:264 +msgid "Relati_ve link" +msgstr "Ligação web relati_va" -#: plug-ins/xjt/xjt.c:3195 -#, c-format -msgid "Error: XJT property file '%s' is empty." -msgstr "Erro: ficheiro de propriedade XJT '%s' está vazio." +#: ../plug-ins/imagemap/imap_edit_area_info.c:270 +msgid "_Target frame name/ID: (optional - used for FRAMES only)" +msgstr "" +"_Nome/ID da 'frame' alvo: (opcional - apenas para FRAMES de página web)" -#, fuzzy -#~ msgid "Gfig layer %d" -#~ msgstr "Camada Gfig %d" +#: ../plug-ins/imagemap/imap_edit_area_info.c:273 +msgid "ALT te_xt: (optional)" +msgstr "Te_xto ALT: (opcional)" -#, fuzzy -#~ msgid "TIFF images" -#~ msgstr "Canal TIFF" +#: ../plug-ins/imagemap/imap_edit_area_info.c:276 +msgid "_Link" +msgstr "_Ligação web" -#~ msgid "Paint" -#~ msgstr "Pintar" +#: ../plug-ins/imagemap/imap_edit_area_info.c:310 +msgid "Dimensions" +msgstr "Dimensões" -#~ msgid "All" -#~ msgstr "Todos" +#: ../plug-ins/imagemap/imap_edit_area_info.c:314 +msgid "Pre_view" +msgstr "Ante-_visão" -#~ msgid "Clockwise" -#~ msgstr "Sentido Horário" +#: ../plug-ins/imagemap/imap_edit_area_info.c:352 +msgid "_JavaScript" +msgstr "_JavaScript" -#~ msgid "Anti-Clockwise" -#~ msgstr "Sentido Anti-Horário" +#: ../plug-ins/imagemap/imap_edit_area_info.c:451 +msgid "Area Settings" +msgstr "Configurações de Área" -#, fuzzy -#~ msgid "Ifs_Compose..." -#~ msgstr "IfsCompose" +#: ../plug-ins/imagemap/imap_edit_area_info.c:493 +#, c-format +msgid "Area #%d Settings" +msgstr "Configurações da Área nº%d" -#~ msgid "IfsCompose: Target" -#~ msgstr "IfsCompose: Alvo" +#: ../plug-ins/imagemap/imap_file.c:48 ../plug-ins/imagemap/imap_menu.c:71 +msgid "Error opening file" +msgstr "Erro ao abrir o ficheiro" -#~ msgid "IfsCompose: Red" -#~ msgstr "IfsCompose: Vermelha" +#: ../plug-ins/imagemap/imap_file.c:68 +msgid "Load Image Map" +msgstr "Carregar Mapa de Imagem" -#~ msgid "IfsCompose: Green" -#~ msgstr "IfsCompose: Verde" +#: ../plug-ins/imagemap/imap_file.c:123 +msgid "Save Image Map" +msgstr "Guardar Mapa de Imagem" -#~ msgid "IfsCompose: Blue" -#~ msgstr "IfsCompose: Azul" +#: ../plug-ins/imagemap/imap_grid.c:197 +msgid "Grid Settings" +msgstr "Configurações da Grelha" -#~ msgid "IfsCompose: Black" -#~ msgstr "IfsCompose: Preto" +#: ../plug-ins/imagemap/imap_grid.c:201 +msgid "_Snap-to grid enabled" +msgstr "Activar o Atrair para a_s grelhas" -#~ msgid "IfsCompose" -#~ msgstr "IfsCompose" +#: ../plug-ins/imagemap/imap_grid.c:207 +msgid "Grid Visibility and Type" +msgstr "Visibilidade e Tipo de Grelha" -#, fuzzy -#~ msgid "Rotate/scale" -#~ msgstr "Rodar/Escala" +#: ../plug-ins/imagemap/imap_grid.c:214 +msgid "_Hidden" +msgstr "_Oculta" -#~ msgid "/Move" -#~ msgstr "/Mover" +#: ../plug-ins/imagemap/imap_grid.c:222 +msgid "_Lines" +msgstr "_Linhas" -#~ msgid "/Stretch" -#~ msgstr "/Esticar" +#: ../plug-ins/imagemap/imap_grid.c:231 +msgid "C_rosses" +msgstr "C_ruzamentos" -#~ msgid "/New" -#~ msgstr "/Nova" +#: ../plug-ins/imagemap/imap_grid.c:239 +msgid "Grid Granularity" +msgstr "Granularidade Grade" -#~ msgid "/Delete" -#~ msgstr "/Apagar" +#: ../plug-ins/imagemap/imap_grid.c:246 +msgid "_Width" +msgstr "Lar_gura:" -#~ msgid "/Undo" -#~ msgstr "/Desfazer" +#: ../plug-ins/imagemap/imap_grid.c:252 +msgid "_Height" +msgstr "_Altura:" -#~ msgid "/Redo" -#~ msgstr "/Refazer" +#: ../plug-ins/imagemap/imap_grid.c:266 +msgid "Grid Offset" +msgstr "Deslocamento da Grelha" -#~ msgid "/Select All" -#~ msgstr "/Seleccionar Tudo" +#: ../plug-ins/imagemap/imap_grid.c:273 +msgid "pixels from l_eft" +msgstr "pixeis a partir da _esquerda" -#~ msgid "IfsCompose Options" -#~ msgstr "Opções de IfsCompose" +#: ../plug-ins/imagemap/imap_grid.c:278 +msgid "pixels from _top" +msgstr "pixeis a partir do _topo" -#~ msgid "Opening %s" -#~ msgstr "A Abrir %s" +#: ../plug-ins/imagemap/imap_grid.c:289 +msgid "_Preview" +msgstr "_Ante-visão" -#~ msgid "See %s" -#~ msgstr "Consulte %s" +#: ../plug-ins/imagemap/imap_main.c:122 +msgid "Create a clickable imagemap" +msgstr "Criar um nova mapa de Imagem clicável" + +#: ../plug-ins/imagemap/imap_main.c:127 +msgid "_Image Map..." +msgstr "Mapa de _Imagem..." -#~ msgid "Loading %s:" -#~ msgstr "A Ler %s:" +#: ../plug-ins/imagemap/imap_main.c:517 +#: ../plug-ins/imagemap/imap_settings.c:171 +msgid "" +msgstr "" -#~ msgid "Saving %s:" -#~ msgstr "A Gravar %s:" +#: ../plug-ins/imagemap/imap_main.c:660 +msgid "Some data has been changed!" +msgstr "Foram alterados alguns dados!" -#~ msgid "Despeckling..." -#~ msgstr "A suprimir manchas..." +#: ../plug-ins/imagemap/imap_main.c:663 +msgid "Do you really want to discard your changes?" +msgstr "Deseja mesmo descartar as suas alterações?" -#~ msgid "Rendering %s" -#~ msgstr "A Renderizar %s" +#: ../plug-ins/imagemap/imap_main.c:873 +#, c-format +msgid "File \"%s\" saved." +msgstr "O ficheiro \"%s\" foi guardado." -#~ msgid "Scale (log 2):" -#~ msgstr "Escala (registro 2):" +#: ../plug-ins/imagemap/imap_main.c:877 +msgid "Couldn't save file:" +msgstr "Incapaz de guardar o ficheiro:" -#~ msgid "Bezier Settings" -#~ msgstr "Configurações Bezier" +#: ../plug-ins/imagemap/imap_main.c:890 +msgid "Image size has changed." +msgstr "Tamanho da imagem alterado." -#~ msgid "Number of Sides/Points/Turns:" -#~ msgstr "Número de Lados/Pontos/Voltas:" +#: ../plug-ins/imagemap/imap_main.c:891 +msgid "Resize area's?" +msgstr "Redimensionar áreas?" -#~ msgid "Could not locate help document" -#~ msgstr "Incapaz de localizar documentação de ajuda" +#: ../plug-ins/imagemap/imap_main.c:925 +msgid "Couldn't read file:" +msgstr "Incapaz de ler ficheiro:" -#~ msgid "" -#~ "The requested document could not be found in your GIMP help path as shown " -#~ "above. This means that the topic has not yet been written or your " -#~ "installation is not complete. Ensure that your installation is complete " -#~ "before reporting this error as a bug." -#~ msgstr "" -#~ "Não foi possível encontrar o documento pedido no seu caminho da ajuda " -#~ "GIMP, tal como indicado acima. Isto significa que ou, o tópico de ajuda " -#~ "ainda não foi escrito, ou a sua instalação está incompleta. Certifique-se " -#~ "de que a sua instalação está completa antes de reportar isto como um erro." +#: ../plug-ins/imagemap/imap_main.c:972 +#, c-format +msgid "URL: %s" +msgstr "URL: %s" -#, fuzzy -#~ msgid "/Filters/Render" -#~ msgstr "/Filtros/Renderizar/_Gfig..." +#: ../plug-ins/imagemap/imap_menu.c:110 +#, c-format +msgid "_Undo %s" +msgstr "_Desfazer %s" -#, fuzzy -#~ msgid "/Filters/Light Effects" -#~ msgstr "/Filtros/Efeitos de Luz/_GFlare..." +#: ../plug-ins/imagemap/imap_menu.c:123 +#, c-format +msgid "_Redo %s" +msgstr "_Refazer %s" -#, fuzzy -#~ msgid "/Filters/Map" -#~ msgstr "/Filtros/Mapa/_Deformar" +#: ../plug-ins/imagemap/imap_menu.c:146 +msgid "_File" +msgstr "_Ficheiro" -#, fuzzy -#~ msgid "/Filters/Colors/Map" -#~ msgstr "/Filtros/Cores/RGB _Máx. ..." +#: ../plug-ins/imagemap/imap_menu.c:147 +msgid "_Open..." +msgstr "_Abrir..." -#, fuzzy -#~ msgid "/Filters/Render/Pattern" -#~ msgstr "/Filtros/Renderizar/Padrão/La_birinto..." +#: ../plug-ins/imagemap/imap_menu.c:147 +msgid "Open" +msgstr "Abrir" -#, fuzzy -#~ msgid "/Filters/Animation" -#~ msgstr "/Filtros/Animação/_Não Optimizar" +#: ../plug-ins/imagemap/imap_menu.c:149 +msgid "_Save..." +msgstr "_Guardar..." -#, fuzzy -#~ msgid "/Filters/Glass Effects" -#~ msgstr "/Filtros/Efeitos de Vidro/_Mosaico Vidro..." +#: ../plug-ins/imagemap/imap_menu.c:149 +msgid "Save" +msgstr "Gravar" -#, fuzzy -#~ msgid "/Image/Crop" -#~ msgstr "/Imagem/Transformação/_Auto-Corte" +#: ../plug-ins/imagemap/imap_menu.c:151 +msgid "Save _As..." +msgstr "Guardar_Como..." -#, fuzzy -#~ msgid "/Layer/Crop" -#~ msgstr "/Camadas/Transformações/Recorte C_uidadoso" +#: ../plug-ins/imagemap/imap_menu.c:156 +msgid "_Edit" +msgstr "_Editar" -#, fuzzy -#~ msgid "/Layer/Colors/Auto" -#~ msgstr "/Imagem/Cores/Auto/_Normalizar" +#: ../plug-ins/imagemap/imap_menu.c:157 +msgid "Undo" +msgstr "Desfazer" -#, fuzzy -#~ msgid "/Filters/Distorts" -#~ msgstr "/Filtros/Distorções/Ve_nto..." +#: ../plug-ins/imagemap/imap_menu.c:158 +msgid "Redo" +msgstr "Refazer" -#, fuzzy -#~ msgid "/Filters/Blur" -#~ msgstr "/Filtros/Desfocar/_Desfocar..." +#: ../plug-ins/imagemap/imap_menu.c:164 +msgid "D_eselect All" +msgstr "Desseleccionar T_udo" + +#: ../plug-ins/imagemap/imap_menu.c:166 +msgid "Edit Area _Info..." +msgstr "Editar _Informações da Área..." -#, fuzzy -#~ msgid "/Filters/Colors" -#~ msgstr "/Filtros/Cores/_Hot..." +#: ../plug-ins/imagemap/imap_menu.c:167 +msgid "Edit selected area info" +msgstr "Edita as informações relativas à área seleccionada" -#, fuzzy -#~ msgid "/Layer/Colors/Info" -#~ msgstr "/Imagem/Cores/Auto/_Normalizar" +#: ../plug-ins/imagemap/imap_menu.c:168 +msgid "Preferences" +msgstr "Preferências" -#, fuzzy -#~ msgid "/Layer/Transparency/Modify" -#~ msgstr "/Camadas/Transparência/_Limite Alfa..." +#: ../plug-ins/imagemap/imap_menu.c:170 +msgid "Move to Front" +msgstr "Mover Para Frente" -#, fuzzy -#~ msgid "/Image/Mode" -#~ msgstr "/Imagem/Transformação/_Guilhotina" +#: ../plug-ins/imagemap/imap_menu.c:172 +msgid "Send to Back" +msgstr "Enviar para Trás" -#, fuzzy -#~ msgid "/Filters/Generic" -#~ msgstr "/Filtros/Genérico/E_rosão" +#: ../plug-ins/imagemap/imap_menu.c:174 +msgid "Delete Area" +msgstr "Apagar Área" -#, fuzzy -#~ msgid "/Filters/Artistic" -#~ msgstr "/Filtros/Artístico/_Cubismo..." +#: ../plug-ins/imagemap/imap_menu.c:181 +msgid "_View" +msgstr "_Ver" -#, fuzzy -#~ msgid "/Filters/Enhance" -#~ msgstr "/Filtros/Realce/Enfati_zar..." +#: ../plug-ins/imagemap/imap_menu.c:182 +msgid "Source..." +msgstr "Código-fonte..." -#, fuzzy -#~ msgid "/Filters/Combine" -#~ msgstr "/Filtros/Combinar/_Filme..." +#: ../plug-ins/imagemap/imap_menu.c:183 +msgid "Zoom in" +msgstr "Aum Zoom" -#, fuzzy -#~ msgid "/Filters/Edge-Detect" -#~ msgstr "/Filtros/Detector de Margem/_Laplace" +#: ../plug-ins/imagemap/imap_menu.c:184 +msgid "Zoom out" +msgstr "Dim Zoom" -#, fuzzy -#~ msgid "/Filters/Toys" -#~ msgstr "/Filtros/Brinquedos/Gee-_Zoom..." +#: ../plug-ins/imagemap/imap_menu.c:185 +msgid "_Zoom To" +msgstr "Escolher _Zoom" -#, fuzzy -#~ msgid "/Image/Transform" -#~ msgstr "/Imagem/Transformação/_Auto-Corte" +#: ../plug-ins/imagemap/imap_menu.c:187 +msgid "_Mapping" +msgstr "_Mapeamento" -#, fuzzy -#~ msgid "/File/Send" -#~ msgstr "/Ficheiro/Im_primir" +#: ../plug-ins/imagemap/imap_menu.c:188 +msgid "Edit Map Info..." +msgstr "Editar Informações do Mapa..." -#, fuzzy -#~ msgid "_Do preview" -#~ msgstr "_Fazer Antevisão" +#: ../plug-ins/imagemap/imap_menu.c:189 +msgid "Edit Map Info" +msgstr "Editar as informações relativas ao Mapa de imagem" -#, fuzzy -#~ msgid "/Filters/Noise" -#~ msgstr "/Filtros/Ruído/Manc_ha..." +#: ../plug-ins/imagemap/imap_menu.c:191 +msgid "_Tools" +msgstr "Ferramen_tas" -#, fuzzy -#~ msgid "/Filters/Render/Clouds" -#~ msgstr "Filtros/Render/Núvens/_Plasma..." +#: ../plug-ins/imagemap/imap_menu.c:192 +msgid "Grid Settings..." +msgstr "Configurações Grelha..." -#, fuzzy -#~ msgid "/File/Acquire" -#~ msgstr "/Ficheiro/Adquirir/_TWAIN..." +#: ../plug-ins/imagemap/imap_menu.c:194 +msgid "Use GIMP Guides..." +msgstr "Utilizar Guias GIMP..." -#~ msgid "Pos X:" -#~ msgstr "Pos X:" +#: ../plug-ins/imagemap/imap_menu.c:196 +msgid "Create Guides..." +msgstr "Criar Guias..." -#~ msgid "Pos Y:" -#~ msgstr "Pos Y:" +#: ../plug-ins/imagemap/imap_menu.c:199 +msgid "_Help" +msgstr "_Ajuda" -#~ msgid "Pos Z:" -#~ msgstr "Pos Z:" +#: ../plug-ins/imagemap/imap_menu.c:200 +msgid "_Contents" +msgstr "Índi_ce" -#, fuzzy -#~ msgid "/Xtns/Extensions" -#~ msgstr "/Exten/Editor _Unidade" +#: ../plug-ins/imagemap/imap_menu.c:203 +msgid "_Zoom" +msgstr "_Zoom" -#, fuzzy -#~ msgid "/Edit" -#~ msgstr "/Ficheiro/Im_primir" +#: ../plug-ins/imagemap/imap_menu.c:208 +msgid "Area List" +msgstr "Lista das Áreas" -#, fuzzy -#~ msgid "/Filters/Render/Nature" -#~ msgstr "/Filtros/Renderizar/Natureza/Cha_ma..." +#: ../plug-ins/imagemap/imap_menu.c:218 +msgid "Arrow" +msgstr "Flecha" -#, fuzzy -#~ msgid "/Filters/Web" -#~ msgstr "/Filtros/Web/Mapa _Imagens..." +#: ../plug-ins/imagemap/imap_menu.c:219 +msgid "Select existing area" +msgstr "Seleccionar área existente" -#, fuzzy -#~ msgid "Source" -#~ msgstr "Origem 1:" +#: ../plug-ins/imagemap/imap_menu.c:221 +msgid "Define Rectangle area" +msgstr "Definir área Rectângular" -#, fuzzy -#~ msgid "Do pre_view" -#~ msgstr "Fazer _Antevisão" +#: ../plug-ins/imagemap/imap_menu.c:223 +msgid "Define Circle/Oval area" +msgstr "Definir área Círcular/Oval" -#, fuzzy -#~ msgid "_Plugin Details" -#~ msgstr "Descrições Plugin" +#: ../plug-ins/imagemap/imap_menu.c:225 +msgid "Define Polygon area" +msgstr "Definir área Poligonal" -#~ msgid "Details <<" -#~ msgstr "Detalhes <<" +#: ../plug-ins/imagemap/imap_polygon.c:72 +msgid "_Polygon" +msgstr "_Polígono" -#~ msgid "Details >>" -#~ msgstr "Detalhes >>" +#: ../plug-ins/imagemap/imap_polygon.c:474 +msgid "x (pixels)" +msgstr "x (pixeis)" -#~ msgid "Name:" -#~ msgstr "Nome:" +#: ../plug-ins/imagemap/imap_polygon.c:483 +msgid "y (pixels)" +msgstr "y (pixeis)" -#~ msgid "Blurb:" -#~ msgstr "Descrição:" +#: ../plug-ins/imagemap/imap_polygon.c:521 +msgid "_Insert" +msgstr "_Inserir" -#~ msgid "Help:" -#~ msgstr "Ajuda:" +#: ../plug-ins/imagemap/imap_polygon.c:527 +msgid "A_ppend" +msgstr "Ane_xar" -#~ msgid "Plugin Descriptions" -#~ msgstr "Descrições Plugin" +#: ../plug-ins/imagemap/imap_polygon.c:533 +msgid "_Remove" +msgstr "_Remover" -#~ msgid "Search by Name" -#~ msgstr "Procurar por Nome" +#: ../plug-ins/imagemap/imap_preferences.c:236 +msgid "Couldn't save resource file:" +msgstr "Não foi possível guardar ficheiro de recursos:" -#, fuzzy -#~ msgid "Ins date" -#~ msgstr "Data Instalação" +#: ../plug-ins/imagemap/imap_preferences.c:350 +msgid "General" +msgstr "Geral" -#, fuzzy -#~ msgid "Menu path" -#~ msgstr "Caminho Menu" +#: ../plug-ins/imagemap/imap_preferences.c:354 +msgid "Default Map Type" +msgstr "Tipo de Mapa por Omissão" -#~ msgid "Search:" -#~ msgstr "Procurar:" +#: ../plug-ins/imagemap/imap_preferences.c:373 +msgid "_Prompt for area info" +msgstr "_Pedir informações da área" -#~ msgid "In:" -#~ msgstr "Dentro:" +#: ../plug-ins/imagemap/imap_preferences.c:375 +msgid "_Require default URL" +msgstr "Exigir uma U_RL predefinida" -#~ msgid "Out:" -#~ msgstr "Fora:" +#: ../plug-ins/imagemap/imap_preferences.c:377 +msgid "Show area _handles" +msgstr "_Mostrar manípulos da área" -#, fuzzy -#~ msgid "_Spherical" -#~ msgstr "Esférico" +#: ../plug-ins/imagemap/imap_preferences.c:379 +msgid "_Keep NCSA circles true" +msgstr "M_anter círculos NCSA verdadeiros" -#, fuzzy -#~ msgid "S_inusoidal" -#~ msgstr "Sinusoidal" +#: ../plug-ins/imagemap/imap_preferences.c:381 +msgid "Show area URL _tip" +msgstr "Mostrar di_cas para a URL da área" -#~ msgid "EOF encountered on " -#~ msgstr "EOF encontrado em " +#: ../plug-ins/imagemap/imap_preferences.c:384 +msgid "_Use double-sized grab handles" +msgstr "_Utilizar manípulos de arrastar muito grandes" -#~ msgid "No memory for mapping colors" -#~ msgstr "Sem memória para mapeamento de cores" +#: ../plug-ins/imagemap/imap_preferences.c:391 +msgid "Menu" +msgstr "Menu" -#~ msgid "Selection:" -#~ msgstr "Selecção:" +#: ../plug-ins/imagemap/imap_preferences.c:395 +msgid "Number of _undo levels (1 - 99):" +msgstr "Número de níveis de Desfa_zer (1 - 99):" -#, fuzzy -#~ msgid "E_nable antialiasing" -#~ msgstr "Habilitar A_ntialiazing" +#: ../plug-ins/imagemap/imap_preferences.c:400 +msgid "Number of M_RU entries (1 - 16):" +msgstr "Nº de itens de fich. _recentes (1 - 16):" -#~ msgid "T_hreshold:" -#~ msgstr "_Intervalo:" +#: ../plug-ins/imagemap/imap_preferences.c:409 +msgid "Select Color" +msgstr "Seleccionar Cor" -#, fuzzy -#~ msgid "L_ight yype:" -#~ msgstr "T_ipo Luminosidade:" +#: ../plug-ins/imagemap/imap_preferences.c:424 +msgid "Normal:" +msgstr "Normal:" -#, fuzzy -#~ msgid "Lig_ht color:" -#~ msgstr "Cor de Fonte de Lu_z:" +#: ../plug-ins/imagemap/imap_preferences.c:428 +msgid "Selected:" +msgstr "Seleccionado:" -#~ msgid "_Ambient:" -#~ msgstr "_Ambiente:" +#: ../plug-ins/imagemap/imap_preferences.c:437 +msgid "Co_ntiguous Region" +msgstr "Região Co_ntígua" -#~ msgid "_Diffuse:" -#~ msgstr "_Difundir:" +#: ../plug-ins/imagemap/imap_preferences.c:443 +msgid "_Automatically convert" +msgstr "Converter _automaticamente" -#~ msgid "D_iffuse:" -#~ msgstr "D_ifundir:" +#: ../plug-ins/imagemap/imap_preferences.c:454 +msgid "General Preferences" +msgstr "Preferências Gerais" -#~ msgid "_Specular:" -#~ msgstr "E_specular:" +#: ../plug-ins/imagemap/imap_rectangle.c:69 +msgid "_Rectangle" +msgstr "_Rectângulo" -#~ msgid "_Highlight:" -#~ msgstr "Focali_zar:" +#: ../plug-ins/imagemap/imap_rectangle.c:389 +msgid "Upper left _x:" +msgstr "Coord. _X superior esquerda:" -#~ msgid "Parameters were Saved to '%s'" -#~ msgstr "Parâmetros foram Gravados para '%s'" +#: ../plug-ins/imagemap/imap_rectangle.c:396 +msgid "Upper left _y:" +msgstr "Coord. _Y superior esquerda:" -#~ msgid "'%s' is not a HRZ file" -#~ msgstr "'%s' não é um ficheiro HRZ" +#: ../plug-ins/imagemap/imap_selection.c:377 +msgid "#" +msgstr "nº" -#~ msgid "Image must be 256x240" -#~ msgstr "Imagem tem de ser 256x240" +#: ../plug-ins/imagemap/imap_selection.c:388 +msgid "URL" +msgstr "URL" -#~ msgid "Image must be RGB or GRAY" -#~ msgstr "Imagem tem de ser RGB ou CINZA" +#: ../plug-ins/imagemap/imap_selection.c:406 +msgid "ALT Text" +msgstr "Texto ALT(ernativo opcional)" -#~ msgid "Brush" -#~ msgstr "Pincel" +#: ../plug-ins/imagemap/imap_selection.c:416 +msgid "Target" +msgstr "Alvo" -#~ msgid "Airbrush" -#~ msgstr "Spray" +#: ../plug-ins/imagemap/imap_settings.c:90 +msgid "Settings for this Mapfile" +msgstr "Definições deste Ficheiro de Mapa de Imagem" -#~ msgid "Pencil" -#~ msgstr "Lápis" +#: ../plug-ins/imagemap/imap_settings.c:94 +msgid "Filename:" +msgstr "Nome do Ficheiro:" -#, fuzzy -#~ msgid "" -#~ "Use the brush/pencil or the airbrush when drawing on the image. Pattern " -#~ "paints with currently selected brush with a pattern. Only applies to " -#~ "circles/ellipses if the \"Approx. Circles/Ellipses\" toggle is set." -#~ msgstr "" -#~ "Utilize o pincél/lápis ou o spray ao desenhar na imagem. Padrão pinta com " -#~ "o pincél actualmente seleccionado um padrão. Apenas se aplica a círculos/" -#~ "elipses se Aprox. Círculos/Ellipses estiver activo." +#: ../plug-ins/imagemap/imap_settings.c:97 +msgid "Image name:" +msgstr "Nome da imagem:" -#~ msgid "New" -#~ msgstr "Nova" +#: ../plug-ins/imagemap/imap_settings.c:98 +msgid "Select Image File" +msgstr "Seleccionar um ficheiro de imagem" -#~ msgid "Multiple" -#~ msgstr "Múltiplo" +#: ../plug-ins/imagemap/imap_settings.c:102 +msgid "_Title:" +msgstr "_Título:" -#, fuzzy -#~ msgid "" -#~ "Draw all objects on one layer (original or new) or one object per layer." -#~ msgstr "" -#~ "Desenhar todos os objectos numa camada (original ou nova) ou um objecto " -#~ "por camada" +#: ../plug-ins/imagemap/imap_settings.c:104 +msgid "Aut_hor:" +msgstr "A_utor:" -#~ msgid "Draw on:" -#~ msgstr "Desenhar sobre:" +#: ../plug-ins/imagemap/imap_settings.c:106 +msgid "Default _URL:" +msgstr "_URL predefinida:" -#~ msgid "Selection+Fill" -#~ msgstr "Selecção+Preenchimento" +#: ../plug-ins/imagemap/imap_settings.c:108 +msgid "_Description:" +msgstr "_Descrição:" -#, fuzzy -#~ msgid "" -#~ "Draw type. Either a brush or a selection. See brush page or selection " -#~ "page for more options." -#~ msgstr "" -#~ "Tipo de desenho. Um pincel ou uma selecção. Ver página de pincel ou " -#~ "página de selecção para mais opções" +#: ../plug-ins/imagemap/imap_settings.c:130 +msgid "Map File Format" +msgstr "Formato do ficheiro de mapa" -#~ msgid "Using:" -#~ msgstr "A Utilizar:" +#: ../plug-ins/imagemap/imap_source.c:63 +msgid "View Source" +msgstr "Consulta do Código-fonte" -#, fuzzy -#~ msgid "Reverse line" -#~ msgstr "Inverter Linha" +#: ../plug-ins/lighting/lighting-apply.c:105 +#: ../plug-ins/lighting/lighting-ui.c:1019 +msgid "Lighting Effects" +msgstr "Efeitos de Iluminação" -#~ msgid "Draw lines in reverse order" -#~ msgstr "Desenhar linhas na ordem inversa" +#: ../plug-ins/lighting/lighting-main.c:192 +msgid "Apply various lighting effects to an image" +msgstr "Aplicar diversos efeitos de luz à imagem" -#, fuzzy -#~ msgid "Scale to image" -#~ msgstr "Dimensionar para Imagem" +#: ../plug-ins/lighting/lighting-main.c:197 +msgid "_Lighting Effects..." +msgstr "Efeitos de I_luminação..." -#~ msgid "Scale drawings to images size" -#~ msgstr "Dimensiona os desenhos para o tamanho das imagens" +#. General options +#: ../plug-ins/lighting/lighting-ui.c:295 +#: ../plug-ins/map-object/map-object-ui.c:472 +msgid "General Options" +msgstr "Opções Gerais" -#, fuzzy -#~ msgid "Approx. circles/ellipses" -#~ msgstr "Círculos/Elipses Aprox." +#: ../plug-ins/lighting/lighting-ui.c:303 +msgid "T_ransparent background" +msgstr "Fundo t_ransparente" -#~ msgid "" -#~ "Approx. circles & ellipses using lines. Allows the use of brush fading " -#~ "with these types of objects." -#~ msgstr "" -#~ "Círculos & elipses aprox. utilizando linhas. Permite o uso de pincel com " -#~ "aclarar nestes tipos de objectos." +#: ../plug-ins/lighting/lighting-ui.c:313 +msgid "Make destination image transparent where bump height is zero" +msgstr "Tornar transparente a imagem de destino onde altura do relevo for zero" -#~ msgid "Gfig Brush Selection" -#~ msgstr "Selecção de Pincel Gfig" +#: ../plug-ins/lighting/lighting-ui.c:316 +msgid "Cre_ate new image" +msgstr "Cri_ar uma nova imagem" -#~ msgid "Fade out:" -#~ msgstr "Aclarar:" +#: ../plug-ins/lighting/lighting-ui.c:326 +#: ../plug-ins/map-object/map-object-ui.c:541 +msgid "Create a new image when applying filter" +msgstr "Aplicar o filtro numa nova imagem" -#~ msgid "Gradient:" -#~ msgstr "Gradiente" +#: ../plug-ins/lighting/lighting-ui.c:328 +msgid "High _quality preview" +msgstr "Ante-visão de alta _qualidade" -#~ msgid "Pressure:" -#~ msgstr "Pressão:" +#: ../plug-ins/lighting/lighting-ui.c:338 +msgid "Enable/disable high quality preview" +msgstr "Activa/desactiva a ante-visão com melhor qualidade de imagem" -#, fuzzy -#~ msgid "No options..." -#~ msgstr "Sem Opções..." +#: ../plug-ins/lighting/lighting-ui.c:345 +msgid "Distance:" +msgstr "Distância:" -#, fuzzy -#~ msgid "Set brush..." -#~ msgstr "Definir Pincel" +#: ../plug-ins/lighting/lighting-ui.c:378 +#: ../plug-ins/map-object/map-object-ui.c:619 +msgid "Light Settings" +msgstr "Definição dos Pontos de Luz" -#~ msgid "Add" -#~ msgstr "Acrescentar" +#: ../plug-ins/lighting/lighting-ui.c:391 +msgid "Light 1" +msgstr "Ponto de Luz 1" -#~ msgid "Subtract" -#~ msgstr "Subtrair" +#: ../plug-ins/lighting/lighting-ui.c:392 +msgid "Light 2" +msgstr "Ponto de Luz 2" -#~ msgid "Intersect" -#~ msgstr "Intersectar" +#: ../plug-ins/lighting/lighting-ui.c:393 +msgid "Light 3" +msgstr "Ponto de Luz 3" -#, fuzzy -#~ msgid "Fill type:" -#~ msgstr "Tipo Preenchimento:" +#: ../plug-ins/lighting/lighting-ui.c:394 +msgid "Light 4" +msgstr "Ponto de Luz 4" -#~ msgid "Fill Opacity:" -#~ msgstr "Opacidade Preenchimento:" +#: ../plug-ins/lighting/lighting-ui.c:395 +msgid "Light 5" +msgstr "Ponto de Luz 5" -#, fuzzy -#~ msgid "Each selection" -#~ msgstr "Cada Selecção" +#: ../plug-ins/lighting/lighting-ui.c:396 +msgid "Light 6" +msgstr "Ponto de Luz 6" -#, fuzzy -#~ msgid "All selections" -#~ msgstr "Todas Selecções" +#: ../plug-ins/lighting/lighting-ui.c:410 +msgid "Color:" +msgstr "Cor:" -#~ msgid "Fill after:" -#~ msgstr "Filtro após:" +#: ../plug-ins/lighting/lighting-ui.c:417 +msgid "Directional" +msgstr "Direccional" -#~ msgid "Segment" -#~ msgstr "Segmento" +#: ../plug-ins/lighting/lighting-ui.c:418 +msgid "Point" +msgstr "Apontar para" -#~ msgid "Sector" -#~ msgstr "Sector" +#: ../plug-ins/lighting/lighting-ui.c:432 +#: ../plug-ins/map-object/map-object-ui.c:642 +msgid "Type of light source to apply" +msgstr "Tipo de fonte de luz a aplicar" -#~ msgid "Arc as:" -#~ msgstr "Arco como:" +#: ../plug-ins/lighting/lighting-ui.c:434 +#: ../plug-ins/map-object/map-object-ui.c:644 +msgid "Select lightsource color" +msgstr "Seleccionar cor da fonte de luz" -#, fuzzy -#~ msgid "Reload image" -#~ msgstr "Recarregar imagem" +#: ../plug-ins/lighting/lighting-ui.c:448 +#: ../plug-ins/map-object/map-object-ui.c:657 +msgid "Set light source color" +msgstr "Definir cor da fonte de luz" -#, fuzzy -#~ msgid "Lock on grid" -#~ msgstr "Prender na Grelha" +#: ../plug-ins/lighting/lighting-ui.c:456 +msgid "_Intensity:" +msgstr "_Intensidade:" -#~ msgid "Object" -#~ msgstr "Objecto" +#: ../plug-ins/lighting/lighting-ui.c:464 +msgid "Light intensity" +msgstr "Intensidade do ponto de luz" -#~ msgid "Create a new Gfig object collection for editing" -#~ msgstr "Cria uma nova colecção de objectos Gfig para edição" +#: ../plug-ins/lighting/lighting-ui.c:467 +#: ../plug-ins/map-object/map-object-ui.c:659 +#: ../plug-ins/map-object/map-object-ui.c:986 +#: ../plug-ins/print/print-page-layout.c:343 +msgid "Position" +msgstr "Posição" -#~ msgid "Load a single Gfig object collection" -#~ msgstr "Lê uma colecção de objectos Gfig única" +#: ../plug-ins/lighting/lighting-ui.c:485 +#: ../plug-ins/map-object/map-object-ui.c:683 +msgid "Light source X position in XYZ space" +msgstr "Posição X do ponto de luz no espaço XYZ" -#~ msgid "Edit Gfig object collection" -#~ msgstr "Editar colecção de objectos Gfig" +#: ../plug-ins/lighting/lighting-ui.c:500 +#: ../plug-ins/map-object/map-object-ui.c:697 +msgid "Light source Y position in XYZ space" +msgstr "Posição Y do ponto de luz no espaço XYZ" -#~ msgid "_Merge" -#~ msgstr "_Unir" +#: ../plug-ins/lighting/lighting-ui.c:507 +msgid "_Z:" +msgstr "_Z:" -#, fuzzy -#~ msgid "Merge Gfig Ooject collection into the current edit session" -#~ msgstr "Combinar colecção de objectos Gfig na sessão de edição actual" +#: ../plug-ins/lighting/lighting-ui.c:515 +#: ../plug-ins/map-object/map-object-ui.c:711 +msgid "Light source Z position in XYZ space" +msgstr "Posição Z do ponto de luz no espaço XYZ" -#~ msgid "Delete currently selected Gfig Object collection" -#~ msgstr "Exclui colecção de Objectos Gfig actualmente seleccionada" +#: ../plug-ins/lighting/lighting-ui.c:535 +#: ../plug-ins/map-object/map-object-ui.c:737 +msgid "Light source X direction in XYZ space" +msgstr "Direcção X do ponto de luz no espaço XYZ" -#~ msgid "Select folder and rescan Gfig object collections" -#~ msgstr "Seleccionar pasta e reexaminar colecção de objectos Gfig" +#: ../plug-ins/lighting/lighting-ui.c:549 +#: ../plug-ins/map-object/map-object-ui.c:750 +msgid "Light source Y direction in XYZ space" +msgstr "Direcção Y do ponto de luz no espaço XYZ" -#~ msgid "%d unsaved Gfig objects. Continue with exiting?" -#~ msgstr "%d objectos Gfig por gravar. Ainda assim sair?" +#: ../plug-ins/lighting/lighting-ui.c:555 +#: ../plug-ins/map-object/map-object-ui.c:703 +#: ../plug-ins/map-object/map-object-ui.c:755 +#: ../plug-ins/map-object/map-object-ui.c:1023 +#: ../plug-ins/map-object/map-object-ui.c:1068 +#: ../plug-ins/map-object/map-object-ui.c:1167 +msgid "Z:" +msgstr "Z:" -#, fuzzy -#~ msgid "Enter Gfig object name" -#~ msgstr "Introduza Nome Objecto Gfig" +#: ../plug-ins/lighting/lighting-ui.c:563 +#: ../plug-ins/map-object/map-object-ui.c:763 +msgid "Light source Z direction in XYZ space" +msgstr "Direcção da Profundidade do ponto de luz no espaço XYZ" -#, fuzzy -#~ msgid "Gfig object name:" -#~ msgstr "Nome Objecto Gfig:" +#: ../plug-ins/lighting/lighting-ui.c:566 +msgid "I_solate" +msgstr "I_solar" -#, fuzzy -#~ msgid "Rescan for Gfig objects" -#~ msgstr "Reexaminar por Objectos Gfig" +#: ../plug-ins/lighting/lighting-ui.c:575 +msgid "Lighting preset:" +msgstr "Predefinições de Iluminação:" -#, fuzzy -#~ msgid "Add Gfig path" -#~ msgstr "Adicionar Caminho Gfig" +#: ../plug-ins/lighting/lighting-ui.c:621 +msgid "Material Properties" +msgstr "Propriedades dos Materiais" -#~ msgid "Error in copy layer for onlayers" -#~ msgstr "Erro na cópia de camada para sobrecamadas" +#: ../plug-ins/lighting/lighting-ui.c:639 +msgid "_Glowing:" +msgstr "_Emanação de Luz:" -#~ msgid "About Gfig" -#~ msgstr "Sobre Gfig" +#: ../plug-ins/lighting/lighting-ui.c:658 +#: ../plug-ins/map-object/map-object-ui.c:824 +msgid "Amount of original color to show where no direct light falls" +msgstr "" +"Quantidade da cor original mostrada onde não há incidência de luz directa" -#~ msgid "Gfig - GIMP plug-in" -#~ msgstr "Gfig - Plug-in GIMP" +#: ../plug-ins/lighting/lighting-ui.c:672 +msgid "_Bright:" +msgstr "_Brilho:" -#~ msgid "Release 2.0" -#~ msgstr "Versão 2.0" +#: ../plug-ins/lighting/lighting-ui.c:691 +#: ../plug-ins/map-object/map-object-ui.c:853 +msgid "Intensity of original color when lit by a light source" +msgstr "Intensidade da cor original quando há incidência de luz directa" -#~ msgid "New Gfig Object" -#~ msgstr "Novo Objecto Gfig" +#: ../plug-ins/lighting/lighting-ui.c:705 +msgid "_Shiny:" +msgstr "_Lustroso:" -#, fuzzy -#~ msgid "Delete Gfig drawing" -#~ msgstr "Apagar Desenho Gfig" +#: ../plug-ins/lighting/lighting-ui.c:724 +#: ../plug-ins/map-object/map-object-ui.c:925 +msgid "Controls how intense the highlights will be" +msgstr "Controla qual será a intensidade dos realçes de cor dos materiais" -#~ msgid "%s copy" -#~ msgstr "%s cópia" +#: ../plug-ins/lighting/lighting-ui.c:737 +msgid "_Polished:" +msgstr "_Polido" -#~ msgid "Collection Details" -#~ msgstr "Detalhes Colecção" +#: ../plug-ins/lighting/lighting-ui.c:756 +#: ../plug-ins/map-object/map-object-ui.c:954 +msgid "Higher values makes the highlights more focused" +msgstr "Quanto mais alto o valor, mais os realçes dos materiais estão focados" -#, fuzzy -#~ msgid "Draw name:" -#~ msgstr "Nome Desenho:" +#. Metallic +#: ../plug-ins/lighting/lighting-ui.c:766 +msgid "_Metallic" +msgstr "_Metálico" -#~ msgid "(none)" -#~ msgstr "(nenhum)" +#: ../plug-ins/lighting/lighting-ui.c:803 +msgid "E_nable bump mapping" +msgstr "Activar mapeame_nto de relevos" -#~ msgid "" -#~ msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:817 +msgid "Enable/disable bump-mapping (image depth)" +msgstr "" +"Activa/desactiva a criação de efeitos de baixo-relevo (profundidade da " +"imagem)" -#~ msgid "Curl Opacity" -#~ msgstr "Opacidade da Dobra" +#: ../plug-ins/lighting/lighting-ui.c:839 +msgid "Bumpm_ap image:" +msgstr "M_apear relevos da imagem:" -#, fuzzy -#~ msgid "" -#~ "Use current gradient\n" -#~ "instead of FG/BG-color" -#~ msgstr "" -#~ "Utilizar Gradiente Actual em vez\n" -#~ "de cor de Fundo/Frente" +#: ../plug-ins/lighting/lighting-ui.c:843 +msgid "Logarithmic" +msgstr "Logarítmica" -#~ msgid "Random Seed" -#~ msgstr "Origem Aleatória" +#: ../plug-ins/lighting/lighting-ui.c:855 +msgid "Cu_rve:" +msgstr "Cu_rva:" -#, fuzzy -#~ msgid "_Blur..." -#~ msgstr "A Desfocar..." +#: ../plug-ins/lighting/lighting-ui.c:860 +msgid "Ma_ximum height:" +msgstr "Altura má_xima:" -#~ msgid "R_andomization %:" -#~ msgstr "R_andomização %:" +#: ../plug-ins/lighting/lighting-ui.c:870 +msgid "Maximum height for bumps" +msgstr "A altura máxima do efeito de relevo" -#~ msgid "You must specify either horizontal or vertical (or both)" -#~ msgstr "Tem de especificar horizontal ou vertical (ou ambos)" +#: ../plug-ins/lighting/lighting-ui.c:894 +msgid "E_nable environment mapping" +msgstr "Activar mapeame_nto do ambiente" -#~ msgid "Blur Horizontally" -#~ msgstr "Desfocam. Horizontal" +#: ../plug-ins/lighting/lighting-ui.c:908 +msgid "Enable/disable environment-mapping (reflection)" +msgstr "Activa/desactiva o mapeame_nto do ambiente" -#~ msgid "Blur Vertically" -#~ msgstr "Desfocam. Vertical" +#: ../plug-ins/lighting/lighting-ui.c:925 +msgid "En_vironment image:" +msgstr "Imagem a _ambientar:" -#~ msgid "Blur Radius:" -#~ msgstr "Raio de Desfoc.:" +#: ../plug-ins/lighting/lighting-ui.c:928 +msgid "Environment image to use" +msgstr "Imagem a utilizar para este efeito de ambiente" -#, fuzzy -#~ msgid "Gaussian Blur (_RLE)..." -#~ msgstr "/Filtros/Desfocar/Desfoc. Gaussiano (_RLE)..." +#: ../plug-ins/lighting/lighting-ui.c:950 +msgid "Op_tions" +msgstr "_Opções" -#~ msgid "RLE Gaussian Blur" -#~ msgstr "Desfoc. Gaussiano RLE" +#: ../plug-ins/lighting/lighting-ui.c:954 +#: ../plug-ins/map-object/map-object-ui.c:1291 +msgid "_Light" +msgstr "_Luz" -#~ msgid "Image Preview" -#~ msgstr "Antevisão da Imagem" +#: ../plug-ins/lighting/lighting-ui.c:958 +#: ../plug-ins/map-object/map-object-ui.c:1295 +msgid "_Material" +msgstr "_Material" -#~ msgid "Force baseline JPEG (Readable by all decoders)" -#~ msgstr "Forçar JPEG base (legível por todos os descodificadores)" +#: ../plug-ins/lighting/lighting-ui.c:962 +msgid "_Bump Map" +msgstr "Ma_pa de Relevos" -#~ msgid "DCT method (Speed/quality tradeoff):" -#~ msgstr "Método DCT (troca de velocidade por qualidade):" +#: ../plug-ins/lighting/lighting-ui.c:966 +msgid "_Environment Map" +msgstr "Mapa de Ambi_ente" -#~ msgid "Tile _Height:" -#~ msgstr "_Altura Mosaico:" +#: ../plug-ins/lighting/lighting-ui.c:1082 +#: ../plug-ins/map-object/map-object-ui.c:1397 +msgid "Recompute preview image" +msgstr "Re-processar a imagem da ante-visão" -#~ msgid "C_ell Size:" -#~ msgstr "Taman_ho Célula:" +#: ../plug-ins/lighting/lighting-ui.c:1084 +msgid "I_nteractive" +msgstr "I_nteractivo" -#, fuzzy -#~ msgid "_Noisify..." -#~ msgstr "Acrescentar Ruído" +#: ../plug-ins/lighting/lighting-ui.c:1098 +msgid "Enable/disable real time preview of changes" +msgstr "Activar/Desativar ante-visão em tempo real das alterações" -#~ msgid "Noisify" -#~ msgstr "Acrescentar Ruído" +#: ../plug-ins/lighting/lighting-ui.c:1137 +msgid "Save Lighting Preset" +msgstr "Guardar Predefinições de Iluminação" -#~ msgid "Random _Seed:" -#~ msgstr "Ori_gem Aleatória:" +#: ../plug-ins/lighting/lighting-ui.c:1281 +msgid "Load Lighting Preset" +msgstr "Carregar Predefinições de Iluminação" -#~ msgid "Save Color _Values From Transparent Pixels" -#~ msgstr "Gravar _Valores de Cor de Pixels Transparentes" +#: ../plug-ins/map-object/map-object-apply.c:276 +msgid "Map to plane" +msgstr "Mapear em forma plana" -#~ msgid "_X Offset:" -#~ msgstr "Deslocamento _X:" +#: ../plug-ins/map-object/map-object-apply.c:279 +msgid "Map to sphere" +msgstr "Mapear em forma de Esfera" -#~ msgid "_Y Offset:" -#~ msgstr "Deslocamento _Y:" +#: ../plug-ins/map-object/map-object-apply.c:282 +msgid "Map to box" +msgstr "Mapear em forma de caixa" -#~ msgid "_Random Seed:" -#~ msgstr "O_rigem Aleatória:" +#: ../plug-ins/map-object/map-object-apply.c:285 +msgid "Map to cylinder" +msgstr "Mapear em forma de cilindro" -#~ msgid "R_andom Seed:" -#~ msgstr "Origem _Aleatória:" +#: ../plug-ins/map-object/map-object-main.c:193 +msgid "Map the image to an object (plane, sphere, box or cylinder)" +msgstr "" +"Mapear a imagem com a forma de um objecto (plano,esfera, caixa, cilindro)" -#~ msgid "Show Grid" -#~ msgstr "Mostrar Grelha" +#: ../plug-ins/map-object/map-object-main.c:198 +msgid "Map _Object..." +msgstr "Mapear _Objecto..." -#~ msgid "Snap to Grid" -#~ msgstr "Anexar à Grade" +#: ../plug-ins/map-object/map-object-ui.c:248 +#: ../plug-ins/map-object/map-object-ui.c:1305 +msgid "_Box" +msgstr "_Caixa" -#~ msgid "Select Contiguous Region" -#~ msgstr "Seleccionar Região Contígua" +#: ../plug-ins/map-object/map-object-ui.c:266 +#: ../plug-ins/map-object/map-object-ui.c:1311 +msgid "C_ylinder" +msgstr "C_ilindro" -#~ msgid "RLE Compression" -#~ msgstr "Compressão RLE" +#: ../plug-ins/map-object/map-object-ui.c:484 +msgid "Map to:" +msgstr "Mapear em forma de:" -#~ msgid "Save: No filename given" -#~ msgstr "Gravar: Nome de ficheiro não especificado" +#: ../plug-ins/map-object/map-object-ui.c:488 +msgid "Plane" +msgstr "Plano" -#~ msgid "Cannot save to a folder." -#~ msgstr "Não é possível gravar numa pasta." +#: ../plug-ins/map-object/map-object-ui.c:489 +msgid "Sphere" +msgstr "Esfera" -#~ msgid "/Filters/Render/_Fractal Explorer..." -#~ msgstr "/Filtros/Renderizar/_Fractal Explorer..." +#: ../plug-ins/map-object/map-object-ui.c:490 +msgid "Box" +msgstr "Caixa" -#~ msgid "/Filters/Light Effects/_Lighting Effects..." -#~ msgstr "/Filtros/Efeitos de Luz/Efeitos de I_luminação..." +#: ../plug-ins/map-object/map-object-ui.c:501 +msgid "Type of object to map to" +msgstr "Tipo de objecto para mapear com a forma escolhida" -#~ msgid "Preview Options" -#~ msgstr "Opções Antevisão" +#: ../plug-ins/map-object/map-object-ui.c:503 +msgid "Transparent background" +msgstr "Fundo transparente" -#~ msgid "/Filters/Map/Map _Object..." -#~ msgstr "/Filtros/Mapa/Mapear _Objecto..." +#: ../plug-ins/map-object/map-object-ui.c:514 +msgid "Make image transparent outside object" +msgstr "Torna imagem transparente fora do objecto" -#~ msgid "Save Options" -#~ msgstr "Opções Gravação" +#: ../plug-ins/map-object/map-object-ui.c:516 +msgid "Tile source image" +msgstr "Criar mosaicos com a imagem original" -#~ msgid "/Filters/Colors/Map/_Alien Map..." -#~ msgstr "/Filtros/Cores/Mapa/_Alien Map..." +#: ../plug-ins/map-object/map-object-ui.c:527 +msgid "Tile source image: useful for infinite planes" +msgstr "Os mosaicos são úteis para planos infinitos" -#~ msgid "AlienMap: Transforming..." -#~ msgstr "AlienMap: A Transformar..." +#: ../plug-ins/map-object/map-object-ui.c:530 +msgid "Create new image" +msgstr "Criar uma nova imagem" -#~ msgid "AlienMap" -#~ msgstr "AlienMap" +#: ../plug-ins/map-object/map-object-ui.c:549 +msgid "Enable _antialiasing" +msgstr "Activar _anti-serrilhado" -#~ msgid "Change intensity of the red channel" -#~ msgstr "Alterar intensidade do canal vermelho" +#: ../plug-ins/map-object/map-object-ui.c:560 +msgid "Enable/disable jagged edges removal (antialiasing)" +msgstr "" +"Activar/desactivar a remoção de arestas com serrilhado (Anti-serrilhado = " +"antialiasing)" -#~ msgid "Change intensity of the green channel" -#~ msgstr "Alterar intensidade do canal verde" +#: ../plug-ins/map-object/map-object-ui.c:576 +msgid "Antialiasing quality. Higher is better, but slower" +msgstr "" +"Qualidade de Anti-serrilhado. Quanto mais alta melhor, porém mais lenta" -#~ msgid "Change intensity of the blue channel" -#~ msgstr "Alterar intensidade do canal azul" +#: ../plug-ins/map-object/map-object-ui.c:593 +msgid "Stop when pixel differences are smaller than this value" +msgstr "Parar quando as diferenças de pixeis forem menores do que este valor" -#~ msgid "Cos_ine" -#~ msgstr "Coss_eno" +#: ../plug-ins/map-object/map-object-ui.c:628 +msgid "Point light" +msgstr "Ponto de Luz" -#~ msgid "Use sine-function for red component." -#~ msgstr "Utilizar função de seno para componente vermelho." +#: ../plug-ins/map-object/map-object-ui.c:629 +msgid "Directional light" +msgstr "Luz direcional" -#~ msgid "Use cosine-function for red component." -#~ msgstr "Utilizar função de cosseno para componente vermelho." +#: ../plug-ins/map-object/map-object-ui.c:630 +msgid "No light" +msgstr "Sem luz" -#~ msgid "" -#~ "Red channel: use linear mapping instead of any trigonometrical function" -#~ msgstr "" -#~ "Canal vermelho: utilizar mapeamento linear em vez de qualquer função " -#~ "trigonométrica" +#: ../plug-ins/map-object/map-object-ui.c:635 +msgid "Lightsource type:" +msgstr "Tipo de Fonte de luz:" -#~ msgid "Use sine-function for green component." -#~ msgstr "Utilizar função de seno para componente verde." +#: ../plug-ins/map-object/map-object-ui.c:649 +msgid "Lightsource color:" +msgstr "Cor da Fonte de Luz:" -#~ msgid "Use cosine-function for green component." -#~ msgstr "Utilizar função de cosseno para componente verde." +#: ../plug-ins/map-object/map-object-ui.c:714 +msgid "Direction Vector" +msgstr "Vector de Direcção" -#~ msgid "" -#~ "Green channel: use linear mapping instead of any trigonometrical function" -#~ msgstr "" -#~ "Canal verde: utilizar mapeamento linear em vez de qualquer função " -#~ "trigonométrica" +#: ../plug-ins/map-object/map-object-ui.c:790 +msgid "Intensity Levels" +msgstr "Níveis de Intensidade" -#~ msgid "Use sine-function for blue component." -#~ msgstr "Utilizar função de seno para componente azul." +#: ../plug-ins/map-object/map-object-ui.c:809 +msgid "Ambient:" +msgstr "Ambiente:" -#~ msgid "Use cosine-function for blue component." -#~ msgstr "Utilizar função de cosseno para componente azul." +#: ../plug-ins/map-object/map-object-ui.c:838 +#: ../plug-ins/map-object/map-object-ui.c:881 +msgid "Diffuse:" +msgstr "Difusão:" -#~ msgid "" -#~ "Blue channel: use linear mapping instead of any trigonometrical function" -#~ msgstr "" -#~ "Canal azul: utilizar mapeamento linear em vez de qualquer função " -#~ "trigonométrica" +#: ../plug-ins/map-object/map-object-ui.c:862 +msgid "Reflectivity" +msgstr "Reflexividade" -#~ msgid "About AlienMap" -#~ msgstr "Sobre o AlienMap" +#: ../plug-ins/map-object/map-object-ui.c:896 +msgid "Higher values makes the object reflect more light (appear lighter)" +msgstr "" +"Valores maiores fazem o objecto reflectir mais luz (parecer mais claro)" -#~ msgid "/Filters/Colors/Map/Alien Map _2..." -#~ msgstr "/Filtros/Cores/Mapa/Alien Map _2..." +#: ../plug-ins/map-object/map-object-ui.c:910 +msgid "Specular:" +msgstr "Polimento:" -#~ msgid "Change frequency of the red/hue channel" -#~ msgstr "Altera frequência do canal vermelho/matiz" +#: ../plug-ins/map-object/map-object-ui.c:939 +msgid "Highlight:" +msgstr "Realçe:" -#~ msgid "Change angle of the red/hue channel" -#~ msgstr "Altera ângulo do canal vermelho/matiz" +#: ../plug-ins/map-object/map-object-ui.c:1000 +msgid "Object X position in XYZ space" +msgstr "Posição X do objecto no espaço XYZ" -#~ msgid "Change frequency of the green/saturation channel" -#~ msgstr "Altera frequência do canal verde/saturação" +#: ../plug-ins/map-object/map-object-ui.c:1013 +msgid "Object Y position in XYZ space" +msgstr "Posição Y do objecto no espaço XYZ" -#~ msgid "Change angle of the green/saturation channel" -#~ msgstr "Altera ângulo do canal verde/saturação" +#: ../plug-ins/map-object/map-object-ui.c:1026 +msgid "Object Z position in XYZ space" +msgstr "Posição Z do objecto no espaço XYZ" -#~ msgid "Change frequency of the blue/luminance channel" -#~ msgstr "Altera frequência do canal do azul/luminosidade" +#: ../plug-ins/map-object/map-object-ui.c:1049 +msgid "Rotation angle about X axis" +msgstr "Ângulo de rotação sobre o eixo X" -#~ msgid "Change angle of the blue/luminance channel" -#~ msgstr "Altera ângulo do canal de azul/luminosidade" +#: ../plug-ins/map-object/map-object-ui.c:1060 +msgid "Rotation angle about Y axis" +msgstr "Ângulo de rotação sobre o eixo Y" -#~ msgid "Use function for red/hue component" -#~ msgstr "Utiliza função para componente vermelho/matiz" +#: ../plug-ins/map-object/map-object-ui.c:1071 +msgid "Rotation angle about Z axis" +msgstr "Ângulo de rotação sobre o eixo Z" -#~ msgid "Use function for green/saturation component" -#~ msgstr "Utiliza função para componente verde/saturação" +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Front:" +msgstr "Frente:" -#~ msgid "Use function for blue/luminance component" -#~ msgstr "Utiliza função para componente azul/luminosidade" +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Back:" +msgstr "Trás:" -#~ msgid "About AlienMap2" -#~ msgstr "Sobre o AlienMap2" +#: ../plug-ins/map-object/map-object-ui.c:1105 +msgid "Map Images to Box Faces" +msgstr "Mapear Imagens nas faces da Caixa" -#~ msgid "/Filters/Render/Pattern/CML _Explorer..." -#~ msgstr "/Filtros/Renderizar/Padrão/_Explorador CML..." +#: ../plug-ins/map-object/map-object-ui.c:1146 +msgid "X scale (size)" +msgstr "Escala X (tamanho)" -#~ msgid "NULL" -#~ msgstr "NULO" +#: ../plug-ins/map-object/map-object-ui.c:1158 +msgid "Y scale (size)" +msgstr "Escala Y (tamanho)" -#~ msgid "The Graph" -#~ msgstr "O Gráfico" +#: ../plug-ins/map-object/map-object-ui.c:1170 +msgid "Z scale (size)" +msgstr "Escala Z (tamanho)" -#~ msgid "CML File Operation Warning" -#~ msgstr "Aviso de Operação do Ficheiro CML" +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:402 +msgid "_Top:" +msgstr "_Superior:" -#~ msgid "/Layer/Align _Visible Layers..." -#~ msgstr "/Camadas/Alinhar Camadas _Visíveis..." +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:421 +msgid "_Bottom:" +msgstr "_Inferior:" -#~ msgid "Parameter Settings" -#~ msgstr "Configurações Parâmetro" +#: ../plug-ins/map-object/map-object-ui.c:1198 +msgid "Images for the Cap Faces" +msgstr "Imagens para as Faces Sup. e Inf." -#~ msgid "/Filters/Animation/_Playback..." -#~ msgstr "/Filtros/Animação/Re_produzir..." +#: ../plug-ins/map-object/map-object-ui.c:1227 +#: ../plug-ins/print/print-page-layout.c:219 +msgid "Size" +msgstr "Tamanho" -#~ msgid "/Filters/Animation/Optimize (for _GIF)" -#~ msgstr "/Filtros/Animação/Optimizar (para _GIF)" +#: ../plug-ins/map-object/map-object-ui.c:1238 +msgid "R_adius:" +msgstr "R_aio:" -#~ msgid "/Filters/Animation/_Remove Backdrop" -#~ msgstr "/Filtros/Animação/_Remover Fundo" +#: ../plug-ins/map-object/map-object-ui.c:1242 +msgid "Cylinder radius" +msgstr "Raio do cilindro" -#~ msgid "/Filters/Animation/_Find Backdrop" -#~ msgstr "/Filtros/Animação/_Encontrar Fundo" +#: ../plug-ins/map-object/map-object-ui.c:1256 +msgid "Cylinder length" +msgstr "Comprimento do cilindro" -#~ msgid "/Filters/Glass Effects/Apply _Lens..." -#~ msgstr "/Filtros/Efeitos Vidro/Aplicar _Lentes..." +#: ../plug-ins/map-object/map-object-ui.c:1287 +msgid "O_ptions" +msgstr "O_pções" -#~ msgid "/Layer/Colors/Auto/Stretch _HSV" -#~ msgstr "/Imagem/Cores/Auto/Ampliar _HSV" +#: ../plug-ins/map-object/map-object-ui.c:1299 +msgid "O_rientation" +msgstr "O_rientação" -#~ msgid "/Filters/Distorts/_Blinds..." -#~ msgstr "/Filtros/Distorções/_Persianas..." +#: ../plug-ins/map-object/map-object-ui.c:1335 +msgid "Map to Object" +msgstr "Mapear Objecto" -#~ msgid "/Filters/Colors/_Border Average..." -#~ msgstr "/Filtros/Cores/Média de _Margem..." +#: ../plug-ins/map-object/map-object-ui.c:1415 +msgid "Show preview _wireframe" +msgstr "Mostrar Armação do ob_jecto" -#~ msgid "1 (nonsense?)" -#~ msgstr "1 (sem sentido?)" +#: ../plug-ins/maze/maze-algorithms.c:279 +msgid "Constructing maze using Prim's Algorithm" +msgstr "A construir um labirinto utilizando o Algoritmo de Prim" -#~ msgid "256 (nonsense?)" -#~ msgstr "256 (sem sentido?)" +#: ../plug-ins/maze/maze-algorithms.c:488 +msgid "Constructing tileable maze using Prim's Algorithm" +msgstr "A construir um labirinto em mosaico utilizando o Algoritmo de Prim" -#~ msgid "/Filters/Map/_Bump Map..." -#~ msgstr "/Filtros/Mapa/Mapa _Saliências..." +#: ../plug-ins/maze/maze-dialog.c:172 +msgid "Maze" +msgstr "Labirinto" -#~ msgid "_Linear Map" -#~ msgstr "Mapa _Linear" +#. The maze size frame +#: ../plug-ins/maze/maze-dialog.c:194 +msgid "Maze Size" +msgstr "Tamanho do Labirinto" -#~ msgid "_Spherical Map" -#~ msgstr "Mapa E_sférico" +#. entscale == Entry and Scale pair function found in pixelize.c +#: ../plug-ins/maze/maze-dialog.c:208 +msgid "Width (pixels):" +msgstr "Largura (pixeis):" -#~ msgid "S_inuosidal Map" -#~ msgstr "Mapa S_inusoidal" +#: ../plug-ins/maze/maze-dialog.c:220 ../plug-ins/maze/maze-dialog.c:236 +msgid "Pieces:" +msgstr "Peças:" -#~ msgid "/Layer/Colors/Auto/_Stretch Contrast" -#~ msgstr "/Camadas/Cores/Auto/Ampliar Contra_ste" +#: ../plug-ins/maze/maze-dialog.c:225 +msgid "Height (pixels):" +msgstr "Altura (pixeis):" -#~ msgid "/Filters/Colors/Colorcube A_nalysis..." -#~ msgstr "/Filtros/Cores/A_nálise Cubo Colorido..." +#. The maze algorithm frame +#: ../plug-ins/maze/maze-dialog.c:244 +msgid "Algorithm" +msgstr "Algoritmo" -#~ msgid "Results" -#~ msgstr "Resultados" +#: ../plug-ins/maze/maze-dialog.c:270 +msgid "Depth first" +msgstr "Primeiro a profundidade" -#~ msgid "/Filters/Colors/Channel Mi_xer.." -#~ msgstr "/Filtros/Cores/_Misturador de Canais..." +#: ../plug-ins/maze/maze-dialog.c:271 +msgid "Prim's algorithm" +msgstr "Algoritmo de Prim" -#~ msgid "/Filters/Render/Pattern/_Checkerboard..." -#~ msgstr "/Filtros/Render/Padrão/_Xadrez..." +#: ../plug-ins/maze/maze-dialog.c:390 +msgid "" +"Selection size is not even.\n" +"Tileable maze won't work perfectly." +msgstr "" +"Tamanho de selecção não é par.\n" +"O labirinto em mosaico não\n" +"vai funcionar correctamente." -#~ msgid "/Layer/Colors/Auto/_Color Enhance" -#~ msgstr "/Camadas/Cores/Auto/Realçar _Cor" +#: ../plug-ins/maze/maze.c:123 +msgid "Draw a labyrinth" +msgstr "Desenhar um labirinto" -#~ msgid "/Filters/Colors/_Colorify..." -#~ msgstr "/Filtros/Cores/Co_lorir..." +#: ../plug-ins/maze/maze.c:130 +msgid "_Maze..." +msgstr "_Labirinto..." -#~ msgid "/Filters/Colors/Color to _Alpha..." -#~ msgstr "/Filtros/Cores/Cor para _Alfa..." +#: ../plug-ins/maze/maze.c:426 +msgid "Drawing maze" +msgstr "A desenhar o labirinto" -#~ msgid "/Filters/Colors/C_ompose..." -#~ msgstr "/Filtros/Cores/C_ompor..." +#: ../plug-ins/metadata/xmp-parse.c:240 +#, c-format +msgid "Error: No XMP packet found" +msgstr "Erro: Não foi encontrado nenhum pacote XMP" -#~ msgid "/Filters/Generic/_Convolution Matrix..." -#~ msgstr "/Filtros/Genérico/Matriz de _Convolução..." +#: ../plug-ins/metadata/xmp-parse.c:255 +#, c-format +msgid "Error on line %d char %d: %s" +msgstr "Erro na linha %d, caractere %d: %s" -#~ msgid "/Filters/Distorts/_Curve Bend..." -#~ msgstr "/Filtros/Distorção/_Curve Bend..." +#: ../plug-ins/metadata/xmp-parse.c:277 +#, c-format +msgid "Expected text or optional element <%s>, found <%s> instead" +msgstr "Esperava texto ou elemento opcional <%s>, em vez disso encontrei <%s>" -#~ msgid "/Filters/Colors/_Decompose..." -#~ msgstr "/Filtros/Cores/_Decompor..." +#: ../plug-ins/metadata/xmp-parse.c:281 +#, c-format +msgid "Expected element <%s>, found <%s> instead" +msgstr "Esperava elemento <%s>, em vez disso encontrei <%s>" -#~ msgid "/Filters/Enhance/_Deinterlace..." -#~ msgstr "/Filtros/Realce/_Desintrelaçar..." +#: ../plug-ins/metadata/xmp-parse.c:296 +#, c-format +msgid "Unknown element <%s>" +msgstr "Elemento desconhecido <%s>" -#~ msgid "/Filters/Combine/_Depth Merge..." -#~ msgstr "/Filtros/Combinar/União de Profun_didade..." +#: ../plug-ins/metadata/xmp-parse.c:325 +#, c-format +msgid "Unknown attribute \"%s\"=\"%s\" in element <%s>" +msgstr "Atributo desconhecido \"%s\"=\"%s\" no elemento <%s>" -#~ msgid "/Filters/Enhance/Des_peckle..." -#~ msgstr "/Filtros/Realce/Su_primir Manchas..." +#: ../plug-ins/metadata/xmp-parse.c:655 +#, c-format +msgid "Required attribute rdf:about missing in <%s>" +msgstr "Atributo rdf:about requerido em falta em <%s>" -#~ msgid "/Filters/Enhance/Des_tripe..." -#~ msgstr "/Filtros/Realce/Suprimir Lis_tas..." +#: ../plug-ins/metadata/xmp-parse.c:881 +#, c-format +msgid "Nested elements (<%s>) are not allowed in this context" +msgstr "Elementos aninhados (<%s>) não são permitidos neste contexto" -#~ msgid "/Filters/Render/Pattern/_Diffraction Patterns..." -#~ msgstr "/Filtros/Renderizar/Padrão/Padrões de _Defracção..." +#: ../plug-ins/metadata/xmp-parse.c:1010 +#, c-format +msgid "End of element <%s> not expected in this context" +msgstr "Fim do elemento <%s> não esperado neste contexto" -#~ msgid "/Filters/Map/_Displace..." -#~ msgstr "/Filtros/Mapa/_Deslocar..." +#: ../plug-ins/metadata/xmp-parse.c:1112 +#, c-format +msgid "The current element (<%s>) cannot contain text" +msgstr "O actual elemento (<%s>) não pode conter texto" -#~ msgid "Displace Options" -#~ msgstr "Opções Deslocamento" +#: ../plug-ins/metadata/xmp-parse.c:1137 +msgid "XMP packets must start with " +msgstr "Pacotes XMP têm de começar com " -#~ msgid "/Filters/Edge-Detect/_Edge..." -#~ msgstr "/Filtros/Detecção de Margem/Marg_em..." +#: ../plug-ins/metadata/xmp-parse.c:1151 +msgid "XMP packets must end with " +msgstr "Pacotes XMP têm de terminar com " -#~ msgid "/Filters/Distorts/_Emboss..." -#~ msgstr "/Filtros/Distorções/Salie_ntar..." +#: ../plug-ins/metadata/xmp-parse.c:1164 +msgid "XMP cannot contain XML comments or processing instructions" +msgstr "XMP não pode conter comentários ou instruções de processamento XML" -#~ msgid "/Filters/Distorts/En_grave..." -#~ msgstr "/Filtros/Distorções/Ental_har..." +#: ../plug-ins/pagecurl/pagecurl.c:216 +msgid "Curl up one of the image corners" +msgstr "Enrolar um dos cantos da imagem" -#~ msgid "/Filters/Colors/Map/_Color Exchange..." -#~ msgstr "/Filtros/Cores/Mapa/Troca de _Cores..." +#: ../plug-ins/pagecurl/pagecurl.c:221 +msgid "_Pagecurl..." +msgstr "_Página Enrolada..." -#~ msgid "_Selection" -#~ msgstr "_Selecção" +#: ../plug-ins/pagecurl/pagecurl.c:440 +msgid "Pagecurl Effect" +msgstr "Efeito de Página Enrolada" -#~ msgid "/Filters/Light Effects/_FlareFX..." -#~ msgstr "/Filtros/Efeitos de Luz/Chama_FX..." +#: ../plug-ins/pagecurl/pagecurl.c:462 +msgid "Curl Location" +msgstr "Localização do Canto a Enrolar" -#~ msgid "/Filters/Map/_Fractal Trace..." -#~ msgstr "/Filtros/Mapa/Traço de _Fractal..." +#: ../plug-ins/pagecurl/pagecurl.c:481 +msgid "Lower right" +msgstr "Inferior direito" -#~ msgid "/Filters/Toys/Gee-_Slime" -#~ msgstr "/Filtros/Brinquedos/Gee-_Slime" +#: ../plug-ins/pagecurl/pagecurl.c:482 +msgid "Lower left" +msgstr "Inferior esquerdo" -#~ msgid "GEE-ZOOM: The Plug-In Formerly Known As \"The GIMP E'er Egg\"" -#~ msgstr "" -#~ "GEE-ZOOM: O Plug-In Anteriormente Conhecido Como \"The GIMP E'er Egg\"" +#: ../plug-ins/pagecurl/pagecurl.c:483 +msgid "Upper left" +msgstr "Superior esquerdo" -#~ msgid "Save as GIcon" -#~ msgstr "Guardar como GIcon" +#: ../plug-ins/pagecurl/pagecurl.c:484 +msgid "Upper right" +msgstr "Superior direito" -#~ msgid "Icon Name:" -#~ msgstr "Nome Ícone:" +#: ../plug-ins/pagecurl/pagecurl.c:524 +msgid "Curl Orientation" +msgstr "Orientação do Enrolamento" -#~ msgid "Milliseconds" -#~ msgstr "Milissegundos" +#: ../plug-ins/pagecurl/pagecurl.c:568 +msgid "_Shade under curl" +msgstr "_Sombra sob o enrolamento" -#~ msgid "/Filters/Render/Pattern/_Qbist..." -#~ msgstr "/Filtros/Renderizar/Padrão/_Qbist..." +#: ../plug-ins/pagecurl/pagecurl.c:581 +msgid "Current gradient (reversed)" +msgstr "Gradiente actual (invertido)" -#~ msgid "/Filters/Colors/Map/_Gradient Map" -#~ msgstr "/Filtros/Cores/Mapa/Mapa _Gradientes" +#: ../plug-ins/pagecurl/pagecurl.c:586 +msgid "Current gradient" +msgstr "Gradiente actual" -#~ msgid "/Filters/Render/Pattern/_Grid..." -#~ msgstr "/Filtros/Renderizar/Padrão/_Grelha..." +#: ../plug-ins/pagecurl/pagecurl.c:591 +msgid "Foreground / background colors" +msgstr "Cores de 1ºPlano/Fundo" -#~ msgid "/Filters/Map/_Illusion..." -#~ msgstr "/Filtros/Mapa/_Ilusão..." +#: ../plug-ins/pagecurl/pagecurl.c:611 +msgid "_Opacity:" +msgstr "_Opacidade:" -#~ msgid "/Filters/Distorts/_IWarp..." -#~ msgstr "/Filtros/Distorção/_IWarp..." +#: ../plug-ins/pagecurl/pagecurl.c:734 +msgid "Curl Layer" +msgstr "Camada Enrolada" -#~ msgid "/Filters/Render/Pattern/_Jigsaw..." -#~ msgstr "/Filtros/Renderizar/Padrão/_Quebra-Cabeças..." +#: ../plug-ins/pagecurl/pagecurl.c:1022 +msgid "Page Curl" +msgstr "A enrolar a página" -#~ msgid "Preview (in image window, will modify image's undo history!)" -#~ msgstr "" -#~ "Antever (em janela de imagem, irá alterar histórico de desfazer da " -#~ "imagem!)" +#: ../plug-ins/print/print-page-layout.c:148 +msgid "Ignore Page _Margins" +msgstr "Ignorar _Margens da Página" -#~ msgid "Image comments" -#~ msgstr "Comentários de imagem" +#: ../plug-ins/print/print-page-layout.c:294 +msgid "_X resolution:" +msgstr "Resolução _X:" -#~ msgid "/Filters/Map/_Van Gogh (LIC)..." -#~ msgstr "/Filtros/Mapa/_Van Gogh (LIC)..." +#: ../plug-ins/print/print-page-layout.c:298 +msgid "_Y resolution:" +msgstr "Resolução _Y:" -#~ msgid "/Filters/Colors/Map/Adjust _FG-BG" -#~ msgstr "/Filtros/Cores/Mapa/Ajustar _Frente-Fundo" +#: ../plug-ins/print/print-page-layout.c:369 +msgid "_Left:" +msgstr "_Esquerda:" -#~ msgid "/Filters/Colors/Map/Color Range _Mapping..." -#~ msgstr "/Filtros/Cores/Mapa/_Mapeamento Intervalo Cores..." +#: ../plug-ins/print/print-page-layout.c:388 +msgid "_Right:" +msgstr "Di_reita:" -#~ msgid "/Filters/Blur/_Motion Blur..." -#~ msgstr "/Filtros/Desfocar/Desfoc. _Movimento..." +#: ../plug-ins/print/print-page-layout.c:442 +msgid "C_enter:" +msgstr "C_entrada:" -#~ msgid "/Filters/Distorts/_Mosaic..." -#~ msgstr "/Filtros/Distorções/_Mosaico..." +#: ../plug-ins/print/print-page-layout.c:450 +msgid "Horizontally" +msgstr "Horizontalmente" -#~ msgid "/Filters/Distorts/Newsprin_t..." -#~ msgstr "/Filtros/Distorções/Impressão _Jornal..." +#: ../plug-ins/print/print-page-layout.c:451 +msgid "Vertically" +msgstr "Verticalmente" -#~ msgid "/Filters/Enhance/_NL Filter..." -#~ msgstr "/Filtros/Realce/Filtro _NL..." +#: ../plug-ins/print/print-page-layout.c:452 +msgid "Both" +msgstr "Ambos" -#~ msgid "/Filters/Noise/_Noisify..." -#~ msgstr "/Filtros/Ruído/Acrescentar _Ruído..." +#: ../plug-ins/print/print.c:102 +msgid "Print the image" +msgstr "Imprimir a imagem" -#~ msgid "/Filters/Light Effects/Su_perNova..." -#~ msgstr "/Filtros/Efeitos de Luz/Su_perNova..." +#: ../plug-ins/print/print.c:107 +msgid "_Print..." +msgstr "Im_primir..." -#~ msgid "/Filters/Artistic/Oili_fy..." -#~ msgstr "/Filtros/Artístico/E_feito Óleo..." +#: ../plug-ins/print/print.c:118 +msgid "Adjust page size and orientation for printing" +msgstr "Ajustar tamanho e orientação da página para impressão" + +#: ../plug-ins/print/print.c:124 +msgid "Page Set_up" +msgstr "Config_uração da Página" + +#: ../plug-ins/print/print.c:265 +msgid "Image Settings" +msgstr "Definições da Imagem" + +#: ../plug-ins/print/print.c:348 +msgid "An error occurred while trying to print:" +msgstr "Ocorreu um erro ao tentar imprimir:" -#~ msgid "/Filters/Map/_Paper Tile..." -#~ msgstr "/Filtros/Mapa/Mosaico _Papel..." +#: ../plug-ins/print/print.c:375 +msgid "Printing" +msgstr "A Imprimir..." -#~ msgid "/Filters/Blur/_Pixelize..." -#~ msgstr "/Filtros/Desfocar/_Pixelizar..." +#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); +#: ../plug-ins/selection-to-path/pxl-outline.c:82 +msgid "Selection to Path" +msgstr "Converter Selecção em Caminho..." -#~ msgid "/Xtns/_Plugin Details" -#~ msgstr "/Exten/Detalhes _Plugin" +#: ../plug-ins/selection-to-path/selection-to-path.c:185 +msgid "No selection to convert" +msgstr "Nenhuma selecção para converter" -#~ msgid "/Filters/Distorts/P_olar Coords..." -#~ msgstr "/Filtros/Distorções/Coorden. P_olares..." +#: ../plug-ins/selection-to-path/selection-to-path.c:302 +msgid "Selection to Path Advanced Settings" +msgstr "Config. Avançadas da Conv. de Selecção em Caminho" + +#: ../plug-ins/twain/twain.c:87 +msgid "Capture an image from a TWAIN datasource" +msgstr "Captura uma imagem de um digitalizador (fonte de dados TWAIN)" + +#: ../plug-ins/twain/twain.c:352 +msgid "_Scanner/Camera..." +msgstr "_Digitalizador/Camera..." -#~ msgid "write error occurred" -#~ msgstr "ocorreu erro de escrita" +#. Initialize our progress dialog +#: ../plug-ins/twain/twain.c:486 +msgid "Transferring data from scanner/camera" +msgstr "A transferir imagem do digitalizador ou da camera" -#~ msgid "_X-Offset:" -#~ msgstr "Deslocamento-_X:" +#: ../plug-ins/win-snap/winsnap.c:865 +msgid "Grab" +msgstr "Capturar" -#~ msgid "_Y-Offset:" -#~ msgstr "Deslocamento-_Y:" +#: ../plug-ins/win-snap/winsnap.c:881 +msgid "Grab a single window" +msgstr "Capturar uma única janela" -#~ msgid "/Filters/Noise/_Hurl..." -#~ msgstr "/Filtros/Ruído/_Arremesso..." +#: ../plug-ins/win-snap/winsnap.c:895 +msgid "Grab the whole screen" +msgstr "Capturar o ecrã inteiro" -#~ msgid "/Filters/Noise/_Pick..." -#~ msgstr "/Filtros/Ruído/_Escolha..." +#: ../plug-ins/win-snap/winsnap.c:911 +msgid "after" +msgstr "após" -#~ msgid "/Filters/Distorts/_Ripple..." -#~ msgstr "/Filtros/Distorções/_Ondulação..." +#: ../plug-ins/win-snap/winsnap.c:923 +msgid "Seconds delay" +msgstr "Segundos de espera" -#~ msgid "/Filters/Colors/Map/_Sample Colorize..." -#~ msgstr "/Filtros/Cores/Mapa/Colorir Amo_stra..." +#: ../plug-ins/win-snap/winsnap.c:930 +msgid "Include decorations" +msgstr "Incluir decorações" -#~ msgid "/Filters/Noise/S_catter HSV..." -#~ msgstr "/Filtros/Ruído/Dispersão _HSV..." +#: ../plug-ins/win-snap/winsnap.c:989 +msgid "Capture a window or desktop image" +msgstr "Tirar uma foto (capturar) o ecrã de uma janela ou da área de trabalho" -#~ msgid "Preview (1:4) - Right Click to Jump" -#~ msgstr "Antevisão (1:4) - Botão Direito para Saltar" +#: ../plug-ins/win-snap/winsnap.c:994 +msgid "_Screen Shot..." +msgstr "Captura de _Ecrã..." -#~ msgid "/File/Acquire/_Screen Shot..." -#~ msgstr "/Ficheiro/Capturar/_Captura Ecrã..." +#: ../plug-ins/win-snap/winsnap.c:1142 +msgid "No data captured" +msgstr "Não foi capturado nada" -#~ msgid "/Filters/Blur/_Selective Gaussian Blur..." -#~ msgstr "/Filtros/Desfocar/Desfoc. Gaussiano _Selectivo..." +#~ msgctxt "color-rotate" +#~ msgid "From:" +#~ msgstr "A partir de:" -#~ msgid "/Filters/Colors/_Semi-Flatten" -#~ msgstr "/Filtros/Cores/_Semi-Alisado" +#~ msgctxt "color-rotate" +#~ msgid "To:" +#~ msgstr "Para:" -#~ msgid "/Filters/Distorts/_Shift..." -#~ msgstr "/Filtros/Distorções/De_slocamento..." +#~ msgid "%d fps" +#~ msgstr "%d fps" -#~ msgid "/Filters/Render/Pattern/_Sinus..." -#~ msgstr "/Filtros/Renderizar/Padrão/_Sinuosidade..." +#~ msgid "Default framerate" +#~ msgstr "Taxa de Fotogramas Por Segundo predefinida" -#~ msgid "/Filters/Colors/Smoo_th Palette..." -#~ msgstr "/Filtros/Cores/Paleta _Uniforme..." +#~ msgctxt "color-to-alpha" +#~ msgid "From:" +#~ msgstr "A partir de:" -#~ msgid "/Filters/Render/Clouds/_Solid Noise..." -#~ msgstr "/Filtros/Renderizar/Núvens/Ruído _Sólido..." +#~ msgid "Error while reading '%s': %s" +#~ msgstr "Erro ao ler o ficheiro de pincel '%s': %s" -#~ msgid "/Filters/Edge-Detect/_Sobel..." -#~ msgstr "/Filtros/Detecção Margem/_Sobel..." +#~ msgid "Text" +#~ msgstr "Texto" -#~ msgid "/Filters/Light Effects/_Sparkle..." -#~ msgstr "/Filtros/Efeitos de Luz/_Cintilar..." +#~ msgid "Save as _RGB565 (16-bit)" +#~ msgstr "Guardar como _RGB565 (16-bit)" -#~ msgid "/Filters/Render/Sphere _Designer..." -#~ msgstr "/Filtros/Renderizar/Esfera _Designer..." +#~ msgid "Brush" +#~ msgstr "Pincel" -#~ msgid "/Filters/Noise/Sp_read..." -#~ msgstr "/Filtros/Ruído/Espalha_r..." +#~ msgid "GIF" +#~ msgstr "Imagem GIF" -#~ msgid "/Filters/Artistic/_Apply Canvas..." -#~ msgstr "/Filtros/Artístico/_Aplicar Tela..." +#~ msgid "" +#~ "Error loading UI file '%s':\n" +#~ "%s" +#~ msgstr "Erro ao carregar ficheiro de atalho de área de trabalho '%s': %s" -#~ msgid "Open SVG" -#~ msgstr "Abrir SVG" +#~ msgid "" +#~ "You can only export as animation when the image has more than one layer. " +#~ "The image you are trying to export only has one layer." +#~ msgstr "" +#~ "Apenas pode exportar como animação quando a imagem tiver mais que uma " +#~ "camada. A imagem que está a tentar exportar só tem uma camada." -#~ msgid "Ratio _X:" -#~ msgstr "Rácio _X:" +#~ msgid "JPEG 2000 image" +#~ msgstr "JPEG 2000 image" -#~ msgid "Targa Options" -#~ msgstr "Opções Targa" +#~ msgid "Couldn't decode '%s'." +#~ msgstr "Não possível descodificar '%s'." -#~ msgid "/Filters/Map/_Tile..." -#~ msgstr "/Filtros/Mapa/Casca_ta.." +#~ msgid "" +#~ "The image '%s' is in grayscale but does not contain any gray component." +#~ msgstr "" +#~ "A imagem '%s' está em Tons de cinzento mas não contém nenhum componente " +#~ "cinzento." -#~ msgid "/Filters/Map/_Small Tiles..." -#~ msgstr "/Filtros/Mapa/Pequenos _Mosaicos..." +#~ msgid "The image '%s' is in RGB, but is missing some of the components." +#~ msgstr "A imagem '%s' está em RGB mas faltam alguns dos componentes." -#~ msgid "Flipping" -#~ msgstr "A Virar" +#~ msgid "" +#~ "The image '%s' is in the CIEXYZ color space, but there is no code in " +#~ "place to convert it to RGB." +#~ msgstr "" +#~ "A imagem '%s' está em espaço de cor CIEXYZ mas não há código definido " +#~ "para a converter para RGB. " -#~ msgid "Applied to Tile" -#~ msgstr "Aplicado ao Mosaico" +#~ msgid "" +#~ "The image '%s' is in the CIELAB color space, but there is no code in " +#~ "place to convert it to RGB." +#~ msgstr "" +#~ "A imagem '%s' está no espaço de cor CIELAB, mas não está nenhum código " +#~ "definido para a converter para RGB." -#~ msgid "Segment Setting" -#~ msgstr "Configuração Segmento" +#~ msgid "" +#~ "The image '%s' is in the YCbCr color space, but there is no code in place " +#~ "to convert it to RGB." +#~ msgstr "" +#~ "A imagem '%s' está no espaço de cor YCbCr, mas não está nenhum código " +#~ "definido para a converter para RGB." -#~ msgid "/Filters/Map/_Make Seamless" -#~ msgstr "/Filtros/Mapa/Junções _Invisíveis" +#~ msgid "The image '%s' is in an unknown color space." +#~ msgstr "A imagem '%s' está num espaço de cor desconhecido." -#~ msgid "/Filters/Enhance/_Unsharp Mask..." -#~ msgstr "/Filtros/Realce/_Máscara Sem Realce..." +#~ msgid "" +#~ "Image component %d of image '%s' does not have the same size as the " +#~ "image. This is currently not supported." +#~ msgstr "" +#~ "O componente %d da imagem '%s' não tem o mesmo tamanho que a imagem. Isto " +#~ "não é suportado actualmente." -#~ msgid "/Filters/Distorts/Vi_deo..." -#~ msgstr "/Filtros/Distorções/Ví_deo..." +#~ msgid "" +#~ "Image component %d of image '%s' does not have both a hstep and vstep." +#~ msgstr "" +#~ "O componente %d da imagem '%s' não tem o tanto um hstep como um vstep." -#~ msgid "/Filters/Colors/_Value Invert" -#~ msgstr "/Filtros/Cores/Inverter _Valor" +#~ msgid "" +#~ "Image component %d of image '%s' is signed. This is currently not " +#~ "supported." +#~ msgstr "" +#~ "O componente %d da imagem '%s' está assinado. Isto não é suportado " +#~ "actualmente." -#~ msgid "/Filters/Distorts/_Value Propagate..." -#~ msgstr "/Filtros/Distorções/Propagar _Valor..." +#~ msgid "MNG" +#~ msgstr "Opções MNG" -#~ msgid "/Filters/Generic/_Dilate" -#~ msgstr "/Filtros/Genérico/_Dilatar" +#~ msgid "" +#~ "These options are only available when the exported image has more than " +#~ "one layer. The image you are exporting only has one layer." +#~ msgstr "" +#~ "Estas opções apenas estão disponíveis quando a imagem exportada tiver " +#~ "mais que uma camada. A imagem que está a exportar só tem uma camada." -#~ msgid "Secondary Options" -#~ msgstr "Opções Secundárias" +#~ msgid "Pattern" +#~ msgstr "Textura" -#~ msgid "Use Mag Map" -#~ msgstr "Utilizar Mapa Magnitude" +#~ msgid "Could not load '%s': %s" +#~ msgstr "Incapaz de apagar '%s': %s" -#~ msgid "Other Options" -#~ msgstr "Outras Opções" +#~ msgid "Error loading UI file '%s': %s" +#~ msgstr "Erro ao carregar ficheiro de atalho de área de trabalho '%s': %s" -#~ msgid "/Filters/Distorts/_Waves..." -#~ msgstr "/Filtros/Distorções/_Ondas..." +#~ msgid "PNM" +#~ msgstr "Imagem PNM" -#~ msgid "/Filters/Distorts/W_hirl and Pinch..." -#~ msgstr "/Filtros/Distorções/_Turbilhão e Espremer..." +#~ msgid "PSP" +#~ msgstr "Guardar como PSP" -#~ msgid "/File/Acquire/From Clipboard" -#~ msgstr "/Ficheiro/Adquirir/Da Área Transferência" +#~ msgid "RGB565" +#~ msgstr "RGB565" -#~ msgid "/Xtns/_DB Browser" -#~ msgstr "/Exten/_DB Browser" +#~ msgid "TGA" +#~ msgstr "TGA" -#~ msgid "/Filters/Colors/_Filter Pack..." -#~ msgstr "/Filtros/Cores/Pacote _Filtros..." +#~ msgid "TIFF" +#~ msgstr "Imagem TIFF" -#~ msgid "Display" -#~ msgstr "Exibir" +#~ msgid "XBM" +#~ msgstr "Opções XBM" -#~ msgid "Lighter And Darker" -#~ msgstr "Mais Clara e Mais Escura" +#~ msgid "X11 Mouse Cursor" +#~ msgstr "Eventos da Roda do Rato" -#~ msgid "Miscellaneous Options" -#~ msgstr "Opções Variadas" +#~ msgid "" +#~ "Cannot set the hot spot!\n" +#~ "You must arrange layers so that all of them have an intersection." +#~ msgstr "" +#~ "Não é possível definir o ponto 'quente' !\n" +#~ "Tem de organizar as camadas de forma a que todas tenham um pondo de " +#~ "intersecção." -#~ msgid "With BG of:" -#~ msgstr "Com Fundo de:" +#~ msgid "'%s' is not a valid X cursor." +#~ msgstr "'%s' não é um esquema de URI válido" -#~ msgid "Selection Type:" -#~ msgstr "Tipo Selecção:" +#~ msgid "The width of frame %d of '%s' is too big for X cursor." +#~ msgstr "" +#~ "A largura do fotograma %d de '%s' é demasiado grande para o cursor X." -#~ msgid "none" -#~ msgstr "nenhuma" +#~ msgid "The height of frame %d of '%s' is too big for X cursor." +#~ msgstr "" +#~ "A altura do fotograma %d de '%s' é demasiado grande para o cursor X." -#~ msgid "Not found \"%s\": used \"%s\" instead" -#~ msgstr "\"%s\" não encontrado: foi utilizado \"%s\"" +#~ msgid "there is no image chunk in \"%s\"." +#~ msgstr "não existe um bocado da imagem em \"%s\"." -#~ msgid "Brush Preview:" -#~ msgstr "Antevisão Pincel:" +#~ msgid "The width of '%s' is too big for X cursor." +#~ msgstr "A largura de '%s' é demasiado grande para o cursor X." -#~ msgid "/Filters/Artistic/_GIMPressionist..." -#~ msgstr "/Filtros/Artístico/_GIMPressionist..." +#~ msgid "The height of '%s' is too big for X cursor." +#~ msgstr "A altura de '%s' é demasiado grande para o cursor X." -#~ msgid "Paper Preview:" -#~ msgstr "Antevisão Papel:" +#~ msgid "A read error occurred." +#~ msgstr "Ocorreu um erro de escrita" -#~ msgid "(Desc)" -#~ msgstr "(Desc)" +#~ msgid "XMC Options" +#~ msgstr "Opções de Ferramentas" #~ msgid "" -#~ "\n" -#~ "If you come up with some nice Presets,\n" -#~ "(or Brushes and Papers for that matter)\n" -#~ "feel free to send them to me \n" -#~ "for inclusion into the next release!\n" +#~ "Enter the X coordinate of the hot spot.The origin is top left corner." #~ msgstr "" -#~ "\n" -#~ "Caso crie alguns Pré-Definidos interessantes,\n" -#~ "(ou Pincéis e Papéis)\n" -#~ "envie-os para mim \n" -#~ "para serem incluídos na próxima versão!\n" - -#~ msgid "/Filters/Render/Nature/Ifs_Compose..." -#~ msgstr "/Filtros/Renderizar/Natureza/Ifs_Compose..." - -#~ msgid "lpeek.mrijk@consunet.nl" -#~ msgstr "lpeek.mrijk@consunet.nl" +#~ "Digite a coordenada X do ponto 'quente'. A origem é o canto superior " +#~ "esquerdo." #~ msgid "" -#~ "Generates a maze using either the depth-first search method or Prim's " -#~ "algorithm. Can make tileable mazes too. See %s for more help." +#~ "Enter the Y coordinate of the hot spot.The origin is top left corner." #~ msgstr "" -#~ "Gera um labirinto utilizando ou o método de procura de primeiro-" -#~ "profundidade ou o algorítmo de Prim. Pode também gerar labirintos em " -#~ "mosaico. Consulte %s para mais detalhes." +#~ "Digite a coordenada Y do ponto 'quente'. A origem é o canto superior " +#~ "esquerdo." -#~ msgid "Draws a maze." -#~ msgstr "Desenha um labirinto." +#~ msgid "_Auto-Crop all frames." +#~ msgstr "_Auto-recortar todos os fotogramas" -#~ msgid "Selection is %dx%d" -#~ msgstr "Selecção é %dx%d" +#~ msgid "" +#~ "Remove the empty borders of all frames.\n" +#~ "This reduces the file size and may fix the problem that some large " +#~ "cursors disorder the screen.\n" +#~ "Uncheck if you plan to edit the exported cursor using other programs." +#~ msgstr "" +#~ "Remover as margens vazias de todos os fotogramas.\n" +#~ "Isto reduz o tamanho do ficheiro e pode resolver o problema de alguns " +#~ "cursores grandes poderem desorganizar o ecrã.\n" +#~ "Desmarque esta opção se planear editar o cursor exportado com outros " +#~ "programas." -#~ msgid "/Filters/Distorts/_Pagecurl..." -#~ msgstr "/Filtros/Distorções/Dobrar _Página..." +#~ msgid "" +#~ "Choose the nominal size of frames.\n" +#~ "If you don't have plans to make multi-sized cursor, or you have no idea, " +#~ "leave it \"32px\".\n" +#~ "Nominal size has no relation with the actual size (width or height).\n" +#~ "It is only used to determine which frame depends on which animation " +#~ "sequence, and which sequence is used based on the value of \"gtk-cursor-" +#~ "theme-size\"." +#~ msgstr "" +#~ "Escolha o tamanho nominal dos fotogramas.\n" +#~ "Se não tiver planos para criar um cursor multi-tamanho ou se não fizer " +#~ "ideia do que isso é, deixe isto em \"32px\".\n" +#~ "O tamanho nominal não tem nenhuma relação com o tamanho real (largura ou " +#~ "altura).\n" +#~ "Isto é apenas usado para determinar qual dos fotogramas depende de qual " +#~ "sequência de animação e qual a sequência usada baseada no valor de " +#~ "\"gtk-cursor-theme-size\"." -#~ msgid "/File/_Print..." -#~ msgstr "/Ficheiro/Im_primir..." +#~ msgid "_Use this value only for a frame which size is not specified." +#~ msgstr "" +#~ "Apenas _usar este valor para um fotograma que não tenha o tamanho " +#~ "especificado. " -#~ msgid "/Filters/Colors/Map/Colormap _Rotation..." -#~ msgstr "/Filtros/Cores/Mapa/_Rotação Mapa Cores..." +#~ msgid "_Replace the size of all frames even if it is specified." +#~ msgstr "" +#~ "Substituir o tamanho de todos os fotog_ramas mesmo que esteja " +#~ "especificado." -#~ msgid "What is Gray?" -#~ msgstr "O que é Cinza?" +#~ msgid "Enter time span in milliseconds in which each frame is rendered." +#~ msgstr "" +#~ "Digite a duração em milissegundos para a renderização de cada fotograma." -#~ msgid "Main" -#~ msgstr "Principal" +#~ msgid "_Delay:" +#~ msgstr "A_traso" -#~ msgid "Misc" -#~ msgstr "Variadas" +#~ msgid "_Use this value only for a frame which delay is not specified." +#~ msgstr "_Use este valor apenas para um fotograma sem o atraso especificado." -#~ msgid "M_inimum Height:" -#~ msgstr "Altura Mín_ima:" +#~ msgid "_Replace the delay of all frames even if it is specified." +#~ msgstr "" +#~ "Substituir o atraso de todos os fotog_ramas mesmo quando estiver " +#~ "especificado." -#~ msgid "Minimum height for bumps" -#~ msgstr "Altura mínima para saliências" +#~ msgid "" +#~ "The part of copyright information that exceeded 65535 characters was " +#~ "removed." +#~ msgstr "" +#~ "A parte da informação de copyright que excede os 65535 caracteres foi " +#~ "removida." -#~ msgid "Auto_stretch to Fit Value Range" -#~ msgstr "Expan_são Automática para Adaptar ao Limite Valores" +#~ msgid "Enter copyright information." +#~ msgstr "Digite as informações de Direitos de Autor." -#~ msgid "Fit into value range" -#~ msgstr "Faixa de cor de destino" +#~ msgid "_Copyright:" +#~ msgstr "Direitos de Au_tor:" #~ msgid "" -#~ "Failed to open help files:\n" -#~ "%s" +#~ "The part of license information that exceeded 65535 characters was " +#~ "removed." #~ msgstr "" -#~ "Falha ao abrir ficheiros de ajuda:\n" -#~ "%s" +#~ "A parte da informação da licença que excede os 65535 caracteres foi " +#~ "removida." -#~ msgid "" -#~ "Parse error in help domain:\n" -#~ "%s\n" -#~ "\n" -#~ "(Added entires before error anyway)" -#~ msgstr "" -#~ "Erro de parseamento no domínio de ajuda:\n" -#~ "%s\n" -#~ "\n" -#~ "(De qualquer modo entradas adicionadas antes do erro)" - -#~ msgid "The requested help files are not installed." -#~ msgstr "Os ficheiros de ajuda pedidos não estão instalados." +#~ msgid "Enter license information." +#~ msgstr "Mostrar informação da licença e sair" + +#~ msgid "_License:" +#~ msgstr "_Licença:" -#~ msgid "Only an indexed-alpha image can be saved in CEL format" -#~ msgstr "Apenas uma imagem alfa indexada pode ser gravada no formato CEL" +#~ msgid "_Other:" +#~ msgstr "_Outras:" -#~ msgid "About..." -#~ msgstr "Sobre..." +#~ msgid "Enter other comment if you want." +#~ msgstr "Digite outros comentários que pretenda incluir." -#~ msgid "Image dimensions: %dx%d" -#~ msgstr "Dimensões de imagem: %dx%d" +#~ msgid "Comment is limited to %d characters." +#~ msgstr "O comentário está limitado a %d caracteres, por predefinição." #~ msgid "" -#~ "Can't open '%s':\n" -#~ "%s" +#~ "This plug-in can only handle RGBA image format with 8bit color depth." #~ msgstr "" -#~ "Incapaz de abrir '%s':\n" -#~ "%s" +#~ "Esta Extensão apenas pode manusear imagens no formato RGBA com " +#~ "profundidade de cor de 8bit." -#~ msgid "Cannot operate on unknown image types or alpha images" +#~ msgid "Width of '%s' is too large. Please reduce more than %dpx." #~ msgstr "" -#~ "Incapaz de trabalhar sobre tipos de imagens desconhecidas ou imagens alfa" +#~ "A largura de '%s' é demasiado grande. Por favor reduza mais que %dpx." -#~ msgid "Not enough memory to allocate buffers for optimization.\n" -#~ msgstr "Memória insuficiente para alocar buffers para optimização.\n" - -#~ msgid "" -#~ "Failed to write file '%s':\n" -#~ "%s" +#~ msgid "Height of '%s' is too large. Please reduce more than %dpx." #~ msgstr "" -#~ "Falha ao escrever ficheiro '%s':\n" -#~ "%s" +#~ "A altura de '%s' é demasiado grande. Por favor reduza mais que %dpx." -#~ msgid "gauss_iir: you must specify either horizontal or vertical (or both)" -#~ msgstr "gauss_iir: deve-se especificar horizontal ou vertical (ou ambos)" - -#~ msgid "Width: " -#~ msgstr "Largura: " - -#~ msgid "Spacing: " -#~ msgstr "Espaçamento: " - -#~ msgid "Offset: " -#~ msgstr "Deslocamento: " +#~ msgid "The size of '%s' is zero!" +#~ msgstr "O tamanho de '%s' é zero !" #~ msgid "" -#~ "Color Mapping / Adjust FG/BG:\n" -#~ "Cannot operate on gray/indexed images" +#~ "Cannot save the cursor because the hot spot is not on '%s'.\n" +#~ "Try to change the hot spot position, layer geometry or save without auto-" +#~ "crop." #~ msgstr "" -#~ "Mapeamento de Cores / Ajustar Frente/Fundo:\n" -#~ "Incapaz de operar em imagens indexadas/cinzas" +#~ "Não é possível guardar o cursor porque o ponto 'quente' não está em " +#~ "'%s'.\n" +#~ "Tente mudar a posição do ponto 'quente', a geometria da camada ou guarde " +#~ "sem auto-recortar." #~ msgid "" -#~ "Can't save layers with alpha.\n" -#~ "Flatten your image" +#~ "Your cursor was successfully saved but it contains one or more frames " +#~ "which width or height is more than %ipx.\n" +#~ "It will clutter the screen in some environments." #~ msgstr "" -#~ "Incapaz de gravar camadas com alfa.\n" -#~ "Alise a sua imagem" +#~ "O seu cursor foi guardado com sucesso mas contém um ou mais fotogramas " +#~ "que possuem mais do que %ipx de altura ou largura.\n" +#~ "Isto irá atravancar o ecrã em alguns ambientes." #~ msgid "" -#~ "'%s':\n" -#~ "PNG error. File corrupted?" +#~ "Your cursor was successfully saved but it contains one or more frames " +#~ "which nominal size is not supported by gnome-appearance-properties.\n" +#~ "You can satisfy it by checking \"Replace the size of all frame...\" in " +#~ "save dialog, or Your cursor may not appear in gnome-appearance-properties." #~ msgstr "" -#~ "'%s':\n" -#~ "Erro PNG. Ficheiro corrompido?" +#~ "O seu cursor foi guardado com sucesso mas contém um ou mais fotogramas em " +#~ "que o tamanho nominal não é suportado pelo gnome-appearance-properties.\n" +#~ "Pode satisfazer esta exigência marcando a opção \"Substituir o tamanho de " +#~ "todos os fotogramas...\" no diálogo do guardar, senão o ser cursor não " +#~ "irá aparecer nas gnome-appearance-properties (propriedades da aparência)." #~ msgid "" -#~ "'%s':\n" -#~ "Unknown PNG color model" +#~ "The parasite \"%s\" is too long for X cursor.\n" +#~ "The overflowed string was dropped." #~ msgstr "" -#~ "'%s':\n" -#~ "Modelo de cor PNG desconhecido" +#~ "O parasita \"%s\" é demasiado longo para o cursor X.\n" +#~ "O texto em excesso foi apagado." #~ msgid "" -#~ "'%s':\n" -#~ "PNG error. Couldn't save image" +#~ "Sorry, this plug-in cannot handle a cursor which contains over %i " +#~ "different nominal sizes." #~ msgstr "" -#~ "'%s':\n" -#~ "Erro PNG. Incapaz de gravar imagem" - -#~ msgid "_after" -#~ msgstr "_após" +#~ "Desculpe, mas esta extensão não consegue manipular um cursor que contém " +#~ "mais de %i diferentes tamanhos nominais." -#~ msgid "sel_gauss: Cannot operate on indexed color images" -#~ msgstr "sel_gauss: Incapaz de operar em imagens de cores indexadas" - -#~ msgid "Interpreting %s:" -#~ msgstr "A Interpretar %s:" - -#~ msgid "Can't open file as XWD file" -#~ msgstr "Incapaz de abrir como ficheiro XWD" - -#~ msgid "XWD save cannot handle images with alpha channels" -#~ msgstr "Gravação XWD não pode manipular imagens com canais alfa" - -#~ msgid "cannot operate on unknown image types" -#~ msgstr "Incapaz de operar em tipos de imagens desconhecidas" - -#~ msgid "Saving '%s':" -#~ msgstr "A Gravar '%s':" - -#~ msgid "Can't open '%s': %s" -#~ msgstr "Incapaz de abrir '%s': %s" - -#~ msgid "GFlare: cannot operate on indexed color images" -#~ msgstr "GFlare: Incapaz de operar em imagens de cores indexadas" - -#~ msgid "untitled" -#~ msgstr "sem título" +#~ msgid "XPM" +#~ msgstr "XPM" #~ msgid "" -#~ "Cannot save file '%s'.\n" -#~ "Check the path and permissions." +#~ "Horizontal\n" +#~ "Lines" #~ msgstr "" -#~ "Incapaz de gravar ficheiro '%s'.\n" -#~ "Verifique o caminho e permissões." +#~ "Linhas\n" +#~ "Horizontais" -#~ msgid "Load failed" -#~ msgstr "Falha leitura" - -#~ msgid "Load IFS file" -#~ msgstr "Ler ficheiro IFS" +#~ msgid "" +#~ "Vertical\n" +#~ "Lines" +#~ msgstr "" +#~ "Linhas\n" +#~ "Verticais" -#~ msgid "Help" -#~ msgstr "Ajuda" +#~ msgid "The operating system is out of memory or resources." +#~ msgstr "O sistema operativo esgotou os recursos de memória." -#~ msgid "/File/Acquire/Screen Shot..." -#~ msgstr "/Ficheiro/Capturar/Captura Ecrã..." +#~ msgid "The specified file was not found." +#~ msgstr "O ficheiro especificado não foi encontrado." -#~ msgid "Can't open (write): %s" -#~ msgstr "Incapaz de abrir (gravação): %s" +#~ msgid "The specified path was not found." +#~ msgstr "O caminho especificado não foi encontrado." -#~ msgid "xjt: cannot operate on unknown image types" -#~ msgstr "xjt: Incapaz de operar em tipos de imagens desconhecidas" +#~ msgid "" +#~ "The .exe file is invalid (non-Microsoft Win32 .exe or error in .exe " +#~ "image)." +#~ msgstr "" +#~ "O ficheiro .exe é inválido (não é um .exe Microsoft Win32 ou existe um " +#~ "erro na imagem .exe)." -#~ msgid "Can't open: %s" -#~ msgstr "Incapaz de abrir: %s" +#~ msgid "The operating system denied access to the specified file." +#~ msgstr "O sistema operativo negou o acesso ao ficheiro especificado. " -#~ msgid "Can't open (read): %s" -#~ msgstr "Incapaz de (ler): %s" +#~ msgid "The file name association is incomplete or invalid." +#~ msgstr "A associação do nome de ficheiro está incompleta ou é inválida." -#~ msgid "Align Visible Layers: there are too few layers." -#~ msgstr "Alinhar Camadas Visíveis: há pouquíssimas camadas." +#~ msgid "DDE transaction busy" +#~ msgstr "A transacção DDE está ocupada" -#~ msgid "** From GRADIENT **" -#~ msgstr "** A partir do GRADIENTE **" +#~ msgid "The DDE transaction failed." +#~ msgstr "A transacção DDE falhou" -#~ msgid "** From INVERSE GRADIENT **" -#~ msgstr "** A partir do GRADIENTE INVERSO **" +#~ msgid "The DDE transaction timed out." +#~ msgstr "Expirou o tempo para a transacção DDE." -#~ msgid "Display Grid" -#~ msgstr "Mostrar Grelha" +#~ msgid "The specified DLL was not found." +#~ msgstr "O DLL especificado não foi encontrado." -#~ msgid "A_bout..." -#~ msgstr "So_bre..." +#~ msgid "" +#~ "There is no application associated with the given file name extension." +#~ msgstr "Não existe nenhuma aplicação associada à extensão do ficheiro " -#~ msgid "Click here to load your file" -#~ msgstr "Clique aqui para carregar seu ficheiro" +#~ msgid "There was not enough memory to complete the operation." +#~ msgstr "Não existe memória suficiente para concluir a operação." -#~ msgid "Click here to cancel load procedure" -#~ msgstr "Clique aqui para cancelar procedimento de carga" +#~ msgid "A sharing violation occurred." +#~ msgstr "Ocorreu um erro de escrita" -#~ msgid "Click here to save your file" -#~ msgstr "Clique aqui para gravar o seu ficheiro" +#~ msgid "Unknown Microsoft Windows error." +#~ msgstr "Erro desconhecido do Microsoft Windows." -#~ msgid "Click here to cancel save procedure" -#~ msgstr "Clique aqui para cancelar procedimento de gravação" +#~ msgid "BMP" +#~ msgstr "B, G, R, X (ao estilo BMP)" -#~ msgid "/Filters/Render/_Sinus..." -#~ msgstr "/Filtros/Renderizar/_Sinuosidade..." +#~ msgid "GFLI 1.3" +#~ msgstr "GFLI 1.3 - Carregar pilha de fotogramas" -#~ msgid "Load SVG" -#~ msgstr "Ler SVG" +#~ msgid "JPEG" +#~ msgstr "JPEG" -#~ msgid "/Xtns/Web Browser/Open URL..." -#~ msgstr "/Xtns/Navegador Web/Abrir URL..." +#~ msgid "SGI" +#~ msgstr "Guardar como SGI" -#~ msgid "Open URL" -#~ msgstr "Abrir URL" +#~ msgid "XJT" +#~ msgstr "Guardar como XJT" -#~ msgid "URL:" -#~ msgstr "URL:" +#~ msgid "Fractal Explorer" +#~ msgstr "Explorador Fractal" -#~ msgid "Window:" -#~ msgstr "Janela:" +#~ msgid "The selection does not intersect the active layer or mask." +#~ msgstr "A selecção não se intersecta com a camada ou máscara activas." -#~ msgid "Current" -#~ msgstr "Actual" +#~ msgid "Size variants:" +#~ msgstr "Variações de tamanho:" -#~ msgid "Can't open bzip2ed file without a sensible extension" -#~ msgstr "Incapaz de abrir ficheiro bzip2ed sem uma extensão sensível" +#~ msgid "Size depends on:" +#~ msgstr "Trabalhar na cópia" -#~ msgid "With _Decorations" -#~ msgstr "Incluir _Decorações" +#~ msgid "View and edit metadata (EXIF, IPTC, XMP)" +#~ msgstr "Ver e editar meta-dados (EXIF, IPTC, XMP)" -#~ msgid "" -#~ "GIMP Help Browser Error.\n" -#~ "\n" -#~ "Couldn't find GIMP_HELP_ROOT html directory.\n" -#~ "(%s)" -#~ msgstr "" -#~ "Erro no Navegador de Ajuda GIMP.\n" -#~ "\n" -#~ "Incapaz de encontrar o directório html GIMP_HELP_ROOT.\n" -#~ "(%s)" +#~ msgid "Propert_ies" +#~ msgstr "Propr_iedades" -#~ msgid "/Select/To Path" -#~ msgstr "/Selecção/Para Caminho" +#~ msgid "_Draw Crop Marks" +#~ msgstr "_Recortar à Selecção" diff -Nru gimp-2.6.11/po-plug-ins/ru.po gimp-2.6.12/po-plug-ins/ru.po --- gimp-2.6.11/po-plug-ins/ru.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/ru.po 2012-01-31 13:50:16.000000000 +0000 @@ -6,19 +6,22 @@ # Anatoly A. Yakushin , 2003-2005. # Roxana Kolosova , 2003-2006. # Alexandre Prokoudine , 2005, 2006, 2007. +# Александр Прокудин , 2011. +# msgid "" msgstr "" "Project-Id-Version: gimp-plug-ins trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-15 18:32+0400\n" -"PO-Revision-Date: 2008-09-13 02:30+0300\n" -"Last-Translator: Alexandre Prokoudine \n" -"Language-Team: Russian \n" +"POT-Creation-Date: 2011-05-29 09:40+0400\n" +"PO-Revision-Date: 2011-05-29 09:40+0400\n" +"Last-Translator: Александр Прокудин \n" +"Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" +"Content-Transfer-Encoding: UTF-8\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); 10<=4 && (n%100<10 || n%" +"100>=20) ? 1 : 2);\n" #: ../plug-ins/color-rotate/color-rotate-dialog.c:119 msgid "Original" @@ -67,7 +70,7 @@ msgstr "В:" #: ../plug-ins/color-rotate/color-rotate-dialog.c:419 -#: ../plug-ins/common/file-ps.c:3231 ../plug-ins/imagemap/imap_menu.c:214 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 msgid "Gray" msgstr "Серый" @@ -260,7 +263,7 @@ msgstr "Угол от 0 до 360" #. Propagate Mode -#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:595 +#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:611 #: ../plug-ins/common/value-propagate.c:1120 ../plug-ins/common/waves.c:277 msgid "Mode" msgstr "Режим" @@ -291,8 +294,8 @@ #. if and how to center the image on the page #: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 -#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3247 -#: ../plug-ins/common/file-ps.c:3259 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 #: ../plug-ins/file-fits/fits.c:1045 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 @@ -327,7 +330,7 @@ msgstr "Левый край" #: ../plug-ins/common/align-layers.c:442 ../plug-ins/common/align-layers.c:472 -#: ../plug-ins/gradient-flare/gradient-flare.c:2714 +#: ../plug-ins/gradient-flare/gradient-flare.c:2713 msgid "Center" msgstr "Центр" @@ -511,7 +514,7 @@ msgid "_Antialias" msgstr "_Сгладить" -#: ../plug-ins/common/antialias.c:147 +#: ../plug-ins/common/antialias.c:149 msgid "Antialiasing..." msgstr "Сглаживание..." @@ -598,18 +601,18 @@ #: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 #: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 #: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 -#: ../plug-ins/common/file-gif-load.c:913 ../plug-ins/common/file-pcx.c:412 -#: ../plug-ins/common/file-pcx.c:418 ../plug-ins/common/file-pix.c:382 -#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:584 -#: ../plug-ins/common/file-raw.c:712 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 #: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 -#: ../plug-ins/common/file-xbm.c:897 ../plug-ins/common/film.c:746 +#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 #: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 -#: ../plug-ins/file-bmp/bmp-read.c:590 ../plug-ins/file-faxg3/faxg3.c:478 -#: ../plug-ins/file-fits/fits.c:530 ../plug-ins/file-jpeg/jpeg-load.c:249 -#: ../plug-ins/file-jpeg/jpeg-load.c:758 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 #: ../plug-ins/file-psd/psd-image-res-load.c:995 -#: ../plug-ins/file-psd/psd-load.c:1523 ../plug-ins/file-sgi/sgi.c:384 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 #: ../plug-ins/gfig/gfig-dialog.c:1284 #: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 #: ../plug-ins/win-snap/winsnap.c:1155 @@ -645,11 +648,11 @@ #: ../plug-ins/common/blur-gauss-selective.c:211 #: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 -#: ../plug-ins/common/edge-dog.c:254 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 #: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 #: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 -#: ../plug-ins/file-sgi/sgi.c:536 ../plug-ins/file-xjt/xjt.c:1701 -#: ../plug-ins/gradient-flare/gradient-flare.c:967 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/gradient-flare/gradient-flare.c:966 msgid "Cannot operate on indexed color images." msgstr "Невозможно использовать для работы с индексированными изображениями" @@ -684,12 +687,12 @@ msgstr "Радиус размывания" #: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 -#: ../plug-ins/common/noise-spread.c:384 +#: ../plug-ins/common/noise-spread.c:386 msgid "_Horizontal:" msgstr "По _горизонтали:" #: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 -#: ../plug-ins/common/noise-spread.c:388 +#: ../plug-ins/common/noise-spread.c:390 msgid "_Vertical:" msgstr "По _вертикали:" @@ -747,7 +750,7 @@ #: ../plug-ins/common/blur-motion.c:1094 ../plug-ins/common/lens-flare.c:772 #: ../plug-ins/common/nova.c:463 ../plug-ins/common/tile-paper.c:282 #: ../plug-ins/flame/flame.c:1251 -#: ../plug-ins/gradient-flare/gradient-flare.c:2726 +#: ../plug-ins/gradient-flare/gradient-flare.c:2725 #: ../plug-ins/lighting/lighting-ui.c:477 msgid "_X:" msgstr "_X:" @@ -755,7 +758,7 @@ #: ../plug-ins/common/blur-motion.c:1099 ../plug-ins/common/lens-flare.c:777 #: ../plug-ins/common/nova.c:468 ../plug-ins/common/tile-paper.c:291 #: ../plug-ins/flame/flame.c:1265 -#: ../plug-ins/gradient-flare/gradient-flare.c:2730 +#: ../plug-ins/gradient-flare/gradient-flare.c:2729 #: ../plug-ins/lighting/lighting-ui.c:492 msgid "_Y:" msgstr "_Y:" @@ -888,7 +891,7 @@ msgid "_Elevation:" msgstr "_Возвышение:" -#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3398 +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 msgid "_X offset:" msgstr "_Смещение по X:" @@ -900,7 +903,7 @@ "Смещение можно установить при помощи средней кнопки мыши, перемещая " "изображение предварительного просмотра." -#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407 +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 msgid "_Y offset:" msgstr "См_ещение по Y:" @@ -1008,36 +1011,36 @@ #. stat error (file does not exist) #: ../plug-ins/common/channel-mixer.c:982 -#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:869 +#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:885 #: ../plug-ins/common/file-cel.c:312 ../plug-ins/common/file-compressor.c:498 #: ../plug-ins/common/file-compressor.c:666 #: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 #: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 -#: ../plug-ins/common/file-mng.c:1073 ../plug-ins/common/file-pat.c:330 -#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541 +#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:552 #: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721 -#: ../plug-ins/common/file-pnm.c:493 ../plug-ins/common/file-ps.c:1036 -#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751 -#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1755 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 #: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 -#: ../plug-ins/common/file-svg.c:718 ../plug-ins/common/file-tga.c:442 -#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:737 -#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002 -#: ../plug-ins/file-bmp/bmp-read.c:154 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2003 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 #: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 -#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653 -#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109 -#: ../plug-ins/file-jpeg/jpeg-load.c:828 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 #: ../plug-ins/file-psd/psd-thumb-load.c:80 #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:188 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:190 #: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568 #: ../plug-ins/flame/flame.c:412 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863 #: ../plug-ins/fractal-explorer/fractal-explorer.c:929 #: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 #: ../plug-ins/help/gimphelplocale.c:239 -#: ../plug-ins/lighting/lighting-ui.c:1354 +#: ../plug-ins/lighting/lighting-ui.c:1355 #, c-format msgid "Could not open '%s' for reading: %s" msgstr "Не удалось открыть '%s' для записи: %s" @@ -1047,27 +1050,27 @@ msgstr "Сохранить установки микшера каналов" #: ../plug-ins/common/channel-mixer.c:1060 -#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:817 +#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:833 #: ../plug-ins/common/file-cel.c:583 ../plug-ins/common/file-compressor.c:426 #: ../plug-ins/common/file-compressor.c:508 #: ../plug-ins/common/file-compressor.c:590 #: ../plug-ins/common/file-compressor.c:677 #: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 -#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 #: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 -#: ../plug-ins/common/file-mng.c:575 ../plug-ins/common/file-mng.c:909 -#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666 -#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270 -#: ../plug-ins/common/file-pnm.c:973 ../plug-ins/common/file-ps.c:1213 -#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574 +#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1271 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 #: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 -#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1035 -#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2112 +#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2114 #: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 #: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 -#: ../plug-ins/file-jpeg/jpeg-save.c:323 ../plug-ins/file-psd/psd-save.c:1626 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:161 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:163 #: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729 #: ../plug-ins/flame/flame.c:443 #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546 @@ -1740,7 +1743,7 @@ "правой кнопкой мыши." #: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 -#: ../plug-ins/common/file-raw.c:1023 +#: ../plug-ins/common/file-raw.c:1025 msgid "RGB" msgstr "RGB" @@ -1893,7 +1896,7 @@ msgid "Composing" msgstr "Сборка" -#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1735 +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 msgid "At least one image is needed to compose" msgstr "Для сборки необходимо по крайней мере одно изображение" @@ -1923,25 +1926,25 @@ msgid "Unable to recompose, source layer not found" msgstr "Невозможно воссоединить, отсутствует исходный слой" -#: ../plug-ins/common/compose.c:1488 +#: ../plug-ins/common/compose.c:1481 msgid "Compose" msgstr "Собрать" #. Compose type combo -#: ../plug-ins/common/compose.c:1515 +#: ../plug-ins/common/compose.c:1508 msgid "Compose Channels" msgstr "Собрать каналы" -#: ../plug-ins/common/compose.c:1525 ../plug-ins/common/decompose.c:1515 +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 msgid "Color _model:" msgstr "Цветовая _модель:" #. Channel representation table -#: ../plug-ins/common/compose.c:1557 +#: ../plug-ins/common/compose.c:1550 msgid "Channel Representations" msgstr "Представление канала" -#: ../plug-ins/common/compose.c:1620 +#: ../plug-ins/common/compose.c:1613 msgid "Mask value" msgstr "Значение маски" @@ -1950,7 +1953,7 @@ msgstr "Предельно растянуть значения яркости" #: ../plug-ins/common/contrast-normalize.c:92 -#: ../plug-ins/common/edge-dog.c:339 +#: ../plug-ins/common/edge-dog.c:361 msgid "_Normalize" msgstr "_Упорядочить" @@ -2103,13 +2106,13 @@ msgstr "Делитель:" #: ../plug-ins/common/convolution-matrix.c:1008 -#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1043 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 msgid "O_ffset:" msgstr "Смещение:" #: ../plug-ins/common/convolution-matrix.c:1037 msgid "N_ormalise" -msgstr "Н_ормализовать" +msgstr "Н_ормировать" #: ../plug-ins/common/convolution-matrix.c:1049 msgid "A_lpha-weighting" @@ -2196,31 +2199,28 @@ msgid "_Curve Bend..." msgstr "_Изгиб по кривой..." -#: ../plug-ins/common/curve-bend.c:675 +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 msgid "Can operate on layers only (but was called on channel or mask)." msgstr "" "Эта операция действует только на слоях (а был вызван на канале или маске)" -#: ../plug-ins/common/curve-bend.c:683 +#: ../plug-ins/common/curve-bend.c:687 msgid "Cannot operate on layers with masks." msgstr "Невозможно использовать в слоях с маской" -#. could not float the selection because selection rectangle -#. * is completely empty return GIMP_PDB_EXECUTION_ERROR -#. -#: ../plug-ins/common/curve-bend.c:694 +#: ../plug-ins/common/curve-bend.c:699 msgid "Cannot operate on empty selections." msgstr "Невозможно выполнить действия с пустым выделением" #. Possibly retrieve data from a previous run #. The shell and main vbox -#: ../plug-ins/common/curve-bend.c:1195 ../plug-ins/common/curve-bend.c:2916 +#: ../plug-ins/common/curve-bend.c:1211 ../plug-ins/common/curve-bend.c:2932 msgid "Curve Bend" msgstr "Изгиб по кривой" #. Preview area, top of column #. preview -#: ../plug-ins/common/curve-bend.c:1231 +#: ../plug-ins/common/curve-bend.c:1247 #: ../plug-ins/gimpressionist/orientmap.c:592 #: ../plug-ins/gimpressionist/sizemap.c:461 #: ../plug-ins/print/print-page-layout.c:159 @@ -2228,116 +2228,116 @@ msgstr "Просмотр" #. The preview button -#: ../plug-ins/common/curve-bend.c:1260 +#: ../plug-ins/common/curve-bend.c:1276 msgid "_Preview Once" msgstr "_Просмотреть" #. The preview toggle -#: ../plug-ins/common/curve-bend.c:1269 +#: ../plug-ins/common/curve-bend.c:1285 msgid "Automatic pre_view" msgstr "_Автообновление просмотра" #. Options area, bottom of column #. Options section -#: ../plug-ins/common/curve-bend.c:1279 ../plug-ins/common/ripple.c:505 +#: ../plug-ins/common/curve-bend.c:1295 ../plug-ins/common/ripple.c:505 #: ../plug-ins/gfig/gfig-dialog.c:1207 msgid "Options" msgstr "Параметры" #. Rotate spinbutton -#: ../plug-ins/common/curve-bend.c:1293 +#: ../plug-ins/common/curve-bend.c:1309 msgid "Rotat_e:" msgstr "_Вращение:" #. The smoothing toggle -#: ../plug-ins/common/curve-bend.c:1312 +#: ../plug-ins/common/curve-bend.c:1328 msgid "Smoo_thing" msgstr "С_глаживание изображения" #. The antialiasing toggle -#: ../plug-ins/common/curve-bend.c:1322 ../plug-ins/common/mosaic.c:727 +#: ../plug-ins/common/curve-bend.c:1338 ../plug-ins/common/mosaic.c:727 #: ../plug-ins/common/qbist.c:853 ../plug-ins/common/ripple.c:514 msgid "_Antialiasing" msgstr "Сглаживание _края" #. The work_on_copy toggle -#: ../plug-ins/common/curve-bend.c:1332 +#: ../plug-ins/common/curve-bend.c:1348 msgid "Work on cop_y" msgstr "_Работать с копией" #. The curves graph -#: ../plug-ins/common/curve-bend.c:1342 +#: ../plug-ins/common/curve-bend.c:1358 msgid "Modify Curves" msgstr "Корректирующие кривые" -#: ../plug-ins/common/curve-bend.c:1370 +#: ../plug-ins/common/curve-bend.c:1386 msgid "Curve for Border" msgstr "Кривая для края:" -#: ../plug-ins/common/curve-bend.c:1374 +#: ../plug-ins/common/curve-bend.c:1390 msgid "_Upper" msgstr "В_ерхнего" -#: ../plug-ins/common/curve-bend.c:1375 +#: ../plug-ins/common/curve-bend.c:1391 msgid "_Lower" msgstr "_Нижнего" -#: ../plug-ins/common/curve-bend.c:1385 +#: ../plug-ins/common/curve-bend.c:1401 msgid "Curve Type" msgstr "Тип кривой:" -#: ../plug-ins/common/curve-bend.c:1389 +#: ../plug-ins/common/curve-bend.c:1405 msgid "Smoot_h" msgstr "Гл_адкая" -#: ../plug-ins/common/curve-bend.c:1390 +#: ../plug-ins/common/curve-bend.c:1406 msgid "_Free" msgstr "_Свободная" #. The Copy button -#: ../plug-ins/common/curve-bend.c:1405 +#: ../plug-ins/common/curve-bend.c:1421 msgid "_Copy" msgstr "Ско_пировать" -#: ../plug-ins/common/curve-bend.c:1410 +#: ../plug-ins/common/curve-bend.c:1426 msgid "Copy the active curve to the other border" msgstr "Скопировать активную кривую на другой край" #. The CopyInv button -#: ../plug-ins/common/curve-bend.c:1417 +#: ../plug-ins/common/curve-bend.c:1433 msgid "_Mirror" msgstr "Отра_зить" -#: ../plug-ins/common/curve-bend.c:1422 +#: ../plug-ins/common/curve-bend.c:1438 msgid "Mirror the active curve to the other border" msgstr "Зеркально отразить активную кривую на другой край" #. The Swap button -#: ../plug-ins/common/curve-bend.c:1430 +#: ../plug-ins/common/curve-bend.c:1446 msgid "S_wap" msgstr "Перестав_ить" -#: ../plug-ins/common/curve-bend.c:1435 +#: ../plug-ins/common/curve-bend.c:1451 msgid "Swap the two curves" msgstr "Переставить две кривые" -#: ../plug-ins/common/curve-bend.c:1447 +#: ../plug-ins/common/curve-bend.c:1463 msgid "Reset the active curve" msgstr "Сбросить активную кривую" -#: ../plug-ins/common/curve-bend.c:1464 +#: ../plug-ins/common/curve-bend.c:1480 msgid "Load the curves from a file" msgstr "Загрузить кривые из файла" -#: ../plug-ins/common/curve-bend.c:1476 +#: ../plug-ins/common/curve-bend.c:1492 msgid "Save the curves to a file" msgstr "Сохранить кривые в файле" -#: ../plug-ins/common/curve-bend.c:2014 +#: ../plug-ins/common/curve-bend.c:2030 msgid "Load Curve Points from File" msgstr "Загрузить точки кривой из файла" -#: ../plug-ins/common/curve-bend.c:2049 +#: ../plug-ins/common/curve-bend.c:2065 msgid "Save Curve Points to File" msgstr "Сохранить точки кривой в файле" @@ -2512,23 +2512,23 @@ msgid "Decomposing" msgstr "Разборка" -#: ../plug-ins/common/decompose.c:1480 +#: ../plug-ins/common/decompose.c:1487 msgid "Decompose" msgstr "Разобрать" -#: ../plug-ins/common/decompose.c:1503 +#: ../plug-ins/common/decompose.c:1510 msgid "Extract Channels" msgstr "Извлечь каналы" -#: ../plug-ins/common/decompose.c:1550 +#: ../plug-ins/common/decompose.c:1557 msgid "_Decompose to layers" msgstr "_Разобрать на слои" -#: ../plug-ins/common/decompose.c:1561 +#: ../plug-ins/common/decompose.c:1568 msgid "_Foreground as registration color" msgstr "П_ередний план как цвет приводки" -#: ../plug-ins/common/decompose.c:1562 +#: ../plug-ins/common/decompose.c:1569 msgid "" "Pixels in the foreground color will appear black in all output images. This " "can be used for things like crop marks that have to show up on all channels." @@ -2624,7 +2624,7 @@ #: ../plug-ins/common/despeckle.c:493 ../plug-ins/common/edge-neon.c:732 #: ../plug-ins/common/nl-filter.c:1089 ../plug-ins/common/nova.c:366 #: ../plug-ins/common/unsharp-mask.c:680 ../plug-ins/common/whirl-pinch.c:589 -#: ../plug-ins/gradient-flare/gradient-flare.c:2759 +#: ../plug-ins/gradient-flare/gradient-flare.c:2758 #: ../plug-ins/imagemap/imap_circle.c:278 msgid "_Radius:" msgstr "_Радиус:" @@ -2654,8 +2654,8 @@ msgstr "Удаление штрихов" #: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 -#: ../plug-ins/common/file-ps.c:3171 ../plug-ins/common/file-ps.c:3380 -#: ../plug-ins/common/file-raw.c:1056 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 #: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 #: ../plug-ins/imagemap/imap_cmd_guides.c:165 #: ../plug-ins/imagemap/imap_rectangle.c:403 @@ -2785,31 +2785,31 @@ msgid "_Black" msgstr "_Черный" -#: ../plug-ins/common/edge-dog.c:133 +#: ../plug-ins/common/edge-dog.c:135 msgid "Edge detection with control of edge thickness" msgstr "Обводит контуры изображения с учетом толщины линий" -#: ../plug-ins/common/edge-dog.c:140 +#: ../plug-ins/common/edge-dog.c:142 msgid "_Difference of Gaussians..." msgstr "_Разница по Гауссу..." -#: ../plug-ins/common/edge-dog.c:231 ../plug-ins/common/edge-dog.c:280 +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 msgid "DoG Edge Detect" msgstr "Выделение края" -#: ../plug-ins/common/edge-dog.c:309 +#: ../plug-ins/common/edge-dog.c:331 msgid "Smoothing Parameters" msgstr "Параметры сглаживания" -#: ../plug-ins/common/edge-dog.c:323 +#: ../plug-ins/common/edge-dog.c:345 msgid "_Radius 1:" msgstr "_Радиус 1:" -#: ../plug-ins/common/edge-dog.c:327 +#: ../plug-ins/common/edge-dog.c:349 msgid "R_adius 2:" msgstr "Р_адиус 2:" -#: ../plug-ins/common/edge-dog.c:350 ../plug-ins/gimpressionist/paper.c:167 +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 msgid "_Invert" msgstr "_Инвертировать" @@ -2966,8 +2966,8 @@ msgstr "Гравировка" #: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 -#: ../plug-ins/common/file-ps.c:3181 ../plug-ins/common/file-ps.c:3389 -#: ../plug-ins/common/file-raw.c:1069 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 #: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 #: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 #: ../plug-ins/imagemap/imap_rectangle.c:410 @@ -3007,17 +3007,17 @@ #: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 #: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 #: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 -#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:826 #: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728 -#: ../plug-ins/common/file-pnm.c:498 ../plug-ins/common/file-ps.c:1042 -#: ../plug-ins/common/file-raw.c:671 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 #: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 -#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:742 +#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 #: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 -#: ../plug-ins/file-bmp/bmp-read.c:159 ../plug-ins/file-faxg3/faxg3.c:217 -#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 #: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 -#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 #, c-format msgid "Opening '%s'" msgstr "Открывается \"%s\"" @@ -3033,18 +3033,18 @@ #. init the progress meter #. And let's begin the progress -#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:637 +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 #: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 -#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:467 -#: ../plug-ins/common/file-pcx.c:627 ../plug-ins/common/file-pix.c:529 -#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:978 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1278 ../plug-ins/common/file-pnm.c:982 #: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 #: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 -#: ../plug-ins/common/file-xbm.c:1040 ../plug-ins/common/file-xpm.c:635 +#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 #: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 #: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 -#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:280 -#: ../plug-ins/file-psd/psd-save.c:1631 ../plug-ins/file-sgi/sgi.c:554 +#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 #: ../plug-ins/file-xjt/xjt.c:1710 #, c-format msgid "Saving '%s'" @@ -3140,8 +3140,8 @@ "\"%s\"\n" "не является файлом DICOM" -#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:659 -#: ../plug-ins/common/file-pnm.c:963 +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 msgid "Cannot save images with alpha channel." msgstr "Невозможно сохранить изображения с альфа-каналом." @@ -3155,41 +3155,46 @@ msgid "GIMP brush" msgstr "Кисть GIMP" -#: ../plug-ins/common/file-gbr.c:401 ../plug-ins/common/file-gbr.c:413 +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" +msgstr "" + +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 msgid "Unsupported brush format" msgstr "Неподдерживаемый формат кисти" -#: ../plug-ins/common/file-gbr.c:425 +#: ../plug-ins/common/file-gbr.c:440 #, c-format msgid "Error in GIMP brush file '%s'" msgstr "Ошибка в файле кисти GIMP \"%s\"" -#: ../plug-ins/common/file-gbr.c:433 +#: ../plug-ins/common/file-gbr.c:448 #, c-format msgid "Invalid UTF-8 string in brush file '%s'." msgstr "Ошибочная строка UTF-8 в файле кисти '%s'" -#: ../plug-ins/common/file-gbr.c:439 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 #: ../plug-ins/common/file-gih.c:1173 -#: ../plug-ins/gradient-flare/gradient-flare.c:3064 +#: ../plug-ins/gradient-flare/gradient-flare.c:3063 msgid "Unnamed" msgstr "Безымянное" -#: ../plug-ins/common/file-gbr.c:622 +#: ../plug-ins/common/file-gbr.c:637 msgid "GIMP brushes are either GRAYSCALE or RGBA" msgstr "Кисти GIMP либо в оттенках серого или RGBA" -#: ../plug-ins/common/file-gbr.c:720 +#: ../plug-ins/common/file-gbr.c:735 msgid "Save as Brush" msgstr "Сохранить как кисть" #. attach labels -#: ../plug-ins/common/file-gbr.c:747 ../plug-ins/common/grid.c:790 +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 msgid "Spacing:" msgstr "Интервал: " -#: ../plug-ins/common/file-gbr.c:758 ../plug-ins/common/file-gih.c:925 -#: ../plug-ins/common/file-pat.c:556 ../plug-ins/gimpressionist/presets.c:664 +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 msgid "Description:" msgstr "Описание:" @@ -3206,28 +3211,28 @@ msgid "Non-square pixels. Image might look squashed." msgstr "Неквадратные пикселы. Изображение, вероятно, искажено." -#: ../plug-ins/common/file-gif-load.c:915 +#: ../plug-ins/common/file-gif-load.c:913 #, c-format msgid "Background (%d%s)" msgstr "Фон (%d%s)" -#: ../plug-ins/common/file-gif-load.c:938 +#: ../plug-ins/common/file-gif-load.c:936 #, c-format msgid "Opening '%s' (frame %d)" msgstr "Открывается '%s' (кадр %d)" -#: ../plug-ins/common/file-gif-load.c:967 ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791 #: ../plug-ins/common/iwarp.c:826 #, c-format msgid "Frame %d" msgstr "Кадр %d" -#: ../plug-ins/common/file-gif-load.c:969 +#: ../plug-ins/common/file-gif-load.c:967 #, c-format msgid "Frame %d (%d%s)" msgstr "Кадр %d (%d%s)" -#: ../plug-ins/common/file-gif-load.c:1000 +#: ../plug-ins/common/file-gif-load.c:998 #, c-format msgid "" "GIF: Undocumented GIF composite type %d is not handled. Animation might not " @@ -3318,7 +3323,7 @@ msgid "_Delay between frames where unspecified:" msgstr "Если задержка между кадрами не указана, она равна:" -#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1474 +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507 msgid "milliseconds" msgstr "миллисекунд" @@ -3562,109 +3567,109 @@ #. Inform the user that we couldn't losslessly save the #. * transparency & just use the full palette -#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1760 +#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1761 msgid "Couldn't losslessly save transparency, saving opacity instead." msgstr "" "Невозможно сохранить прозрачность,\n" "вместо нее будет сохранена непрозрачность." -#: ../plug-ins/common/file-mng.c:1254 +#: ../plug-ins/common/file-mng.c:1287 msgid "Save as MNG" msgstr "Сохранить как MNG" -#: ../plug-ins/common/file-mng.c:1274 +#: ../plug-ins/common/file-mng.c:1307 msgid "MNG Options" msgstr "Параметры MNG" -#: ../plug-ins/common/file-mng.c:1280 +#: ../plug-ins/common/file-mng.c:1313 msgid "Interlace" msgstr "Черезстрочность" -#: ../plug-ins/common/file-mng.c:1292 +#: ../plug-ins/common/file-mng.c:1325 msgid "Save background color" msgstr "Сохранить цвет фона" -#: ../plug-ins/common/file-mng.c:1303 +#: ../plug-ins/common/file-mng.c:1336 msgid "Save gamma" msgstr "Сохранить гамму" -#: ../plug-ins/common/file-mng.c:1313 +#: ../plug-ins/common/file-mng.c:1346 msgid "Save resolution" msgstr "Сохранить разрешение" -#: ../plug-ins/common/file-mng.c:1324 +#: ../plug-ins/common/file-mng.c:1357 msgid "Save creation time" msgstr "Сохранить время создания" -#: ../plug-ins/common/file-mng.c:1343 +#: ../plug-ins/common/file-mng.c:1376 msgid "PNG" msgstr "PNG" -#: ../plug-ins/common/file-mng.c:1344 +#: ../plug-ins/common/file-mng.c:1377 msgid "JNG" msgstr "JNG" -#: ../plug-ins/common/file-mng.c:1347 +#: ../plug-ins/common/file-mng.c:1380 msgid "PNG + delta PNG" msgstr "PNG + delta PNG" -#: ../plug-ins/common/file-mng.c:1348 +#: ../plug-ins/common/file-mng.c:1381 msgid "JNG + delta PNG" msgstr "JNG + delta PNG" -#: ../plug-ins/common/file-mng.c:1349 +#: ../plug-ins/common/file-mng.c:1382 msgid "All PNG" msgstr "Все PNG" -#: ../plug-ins/common/file-mng.c:1350 +#: ../plug-ins/common/file-mng.c:1383 msgid "All JNG" msgstr "Все JNG" -#: ../plug-ins/common/file-mng.c:1362 +#: ../plug-ins/common/file-mng.c:1395 msgid "Default chunks type:" msgstr "Тип по умолчанию:" -#: ../plug-ins/common/file-mng.c:1365 +#: ../plug-ins/common/file-mng.c:1398 msgid "Combine" msgstr "Объединить" -#: ../plug-ins/common/file-mng.c:1366 +#: ../plug-ins/common/file-mng.c:1399 msgid "Replace" msgstr "Заместить" -#: ../plug-ins/common/file-mng.c:1377 +#: ../plug-ins/common/file-mng.c:1410 msgid "Default frame disposal:" msgstr "Кадры:" -#: ../plug-ins/common/file-mng.c:1389 +#: ../plug-ins/common/file-mng.c:1422 msgid "PNG compression level:" msgstr "Степень сжатия PNG:" -#: ../plug-ins/common/file-mng.c:1397 ../plug-ins/common/file-png.c:1908 +#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1909 msgid "Choose a high compression level for small file size" msgstr "Выберите большую степень сжатия для получения файла меньшего размера" -#: ../plug-ins/common/file-mng.c:1411 +#: ../plug-ins/common/file-mng.c:1444 msgid "JPEG compression quality:" msgstr "Качество сжатия JPEG:" -#: ../plug-ins/common/file-mng.c:1428 +#: ../plug-ins/common/file-mng.c:1461 msgid "JPEG smoothing factor:" msgstr "Показатель сглаживания JPEG:" -#: ../plug-ins/common/file-mng.c:1438 +#: ../plug-ins/common/file-mng.c:1471 msgid "Animated MNG Options" msgstr "Параметры анимированного MNG" -#: ../plug-ins/common/file-mng.c:1444 +#: ../plug-ins/common/file-mng.c:1477 msgid "Loop" msgstr "Цикл" -#: ../plug-ins/common/file-mng.c:1458 +#: ../plug-ins/common/file-mng.c:1491 msgid "Default frame delay:" msgstr "Задержка кадра по умолчанию:" -#: ../plug-ins/common/file-mng.c:1531 +#: ../plug-ins/common/file-mng.c:1564 msgid "MNG animation" msgstr "Параметры MNG" @@ -3677,7 +3682,7 @@ msgid "Invalid UTF-8 string in pattern file '%s'." msgstr "Ошибочная строка UTF-8 в файле текстуры '%s'." -#: ../plug-ins/common/file-pat.c:528 +#: ../plug-ins/common/file-pat.c:543 msgid "Save as Pattern" msgstr "Сохранить как текстуру" @@ -3695,13 +3700,13 @@ msgid "'%s' is not a PCX file" msgstr "'%s' не является файлом PCX" -#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:579 +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 #: ../plug-ins/file-psd/psd-load.c:302 #, c-format msgid "Unsupported or invalid image width: %d" msgstr "Неподдерживаемая ширина изображения: %d" -#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:585 +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 #: ../plug-ins/file-psd/psd-load.c:294 #, c-format msgid "Unsupported or invalid image height: %d" @@ -3711,73 +3716,78 @@ msgid "Invalid number of bytes per line in PCX header" msgstr "Некорректное число байтов на строку в заголовке PCX" -#: ../plug-ins/common/file-pcx.c:453 +#: ../plug-ins/common/file-pcx.c:412 +#, fuzzy, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "Размеры изображения: %d x %d" + +#: ../plug-ins/common/file-pcx.c:460 msgid "Unusual PCX flavour, giving up" msgstr "Необычный вид файла PCX. Выход." -#: ../plug-ins/common/file-pcx.c:676 +#: ../plug-ins/common/file-pcx.c:683 #, c-format msgid "Invalid X offset: %d" msgstr "Некорректное смещение по X: %d" -#: ../plug-ins/common/file-pcx.c:682 +#: ../plug-ins/common/file-pcx.c:689 #, c-format msgid "Invalid Y offset: %d" msgstr "Некорректное смещение по Y: %d" -#: ../plug-ins/common/file-pcx.c:688 +#: ../plug-ins/common/file-pcx.c:695 #, c-format msgid "Right border out of bounds (must be < %d): %d" msgstr "" "Правая граница находится за допустимыми пределами (должна быть < %d): %d" -#: ../plug-ins/common/file-pcx.c:695 +#: ../plug-ins/common/file-pcx.c:702 #, c-format msgid "Bottom border out of bounds (must be < %d): %d" msgstr "" "Нижняя граница находится за допустимыми пределами (должна быть < %d): %d" -#: ../plug-ins/common/file-pcx.c:752 +#: ../plug-ins/common/file-pcx.c:759 #, c-format msgid "Writing to file '%s' failed: %s" msgstr "Ошибка при записи файла '%s': %s" -#: ../plug-ins/common/file-pdf.c:288 +#: ../plug-ins/common/file-pdf.c:295 msgid "Portable Document Format" msgstr "Portable Document Format" -#: ../plug-ins/common/file-pdf.c:620 +#: ../plug-ins/common/file-pdf.c:860 #, c-format msgid "%s-%s" msgstr "%s-%s" -#: ../plug-ins/common/file-pdf.c:622 ../plug-ins/common/file-ps.c:1125 +#: ../plug-ins/common/file-pdf.c:862 ../plug-ins/common/file-ps.c:1125 #, c-format msgid "%s-pages" msgstr "%s-страниц" -#: ../plug-ins/common/file-pdf.c:808 +#: ../plug-ins/common/file-pdf.c:1051 msgid "Import from PDF" msgstr "Импорт из PDF" -#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3100 +#: ../plug-ins/common/file-pdf.c:1056 ../plug-ins/common/file-ps.c:3102 #: ../plug-ins/common/file-tiff-load.c:483 msgid "_Import" msgstr "_Импортировать" -#: ../plug-ins/common/file-pdf.c:879 +#: ../plug-ins/common/file-pdf.c:1123 msgid "_Width (pixels):" msgstr "_Ширина (пикселов):" -#: ../plug-ins/common/file-pdf.c:880 +#: ../plug-ins/common/file-pdf.c:1124 msgid "_Height (pixels):" msgstr "_Высота (пикселов):" -#: ../plug-ins/common/file-pdf.c:882 +#: ../plug-ins/common/file-pdf.c:1126 msgid "_Resolution:" msgstr "_Разрешение:" -#: ../plug-ins/common/file-pdf.c:1156 +#: ../plug-ins/common/file-pdf.c:1400 #, c-format msgid "pixels/%s" msgstr "точек растра/%s" @@ -3814,131 +3824,131 @@ "В файле формата PNG указано смещение, которое располагает слой за пределами " "изображения." -#: ../plug-ins/common/file-png.c:1254 +#: ../plug-ins/common/file-png.c:1255 #, c-format msgid "Error while saving '%s'. Could not save image." msgstr "Ошибка при сохранении '%s'. Невозможно сохранить изображение." -#: ../plug-ins/common/file-png.c:1785 +#: ../plug-ins/common/file-png.c:1786 msgid "Save as PNG" msgstr "Сохранить как PNG" -#: ../plug-ins/common/file-png.c:1817 +#: ../plug-ins/common/file-png.c:1818 msgid "_Interlacing (Adam7)" msgstr "Черезстрочность (Adam7)" -#: ../plug-ins/common/file-png.c:1828 +#: ../plug-ins/common/file-png.c:1829 msgid "Save _background color" msgstr "Сохранить цвет фона" -#: ../plug-ins/common/file-png.c:1836 +#: ../plug-ins/common/file-png.c:1837 msgid "Save _gamma" msgstr "Сохранить гамму" -#: ../plug-ins/common/file-png.c:1846 +#: ../plug-ins/common/file-png.c:1847 msgid "Save layer o_ffset" msgstr "Сохранить смещение слоя" -#: ../plug-ins/common/file-png.c:1855 +#: ../plug-ins/common/file-png.c:1856 msgid "Save _resolution" msgstr "Сохранить разрешение" -#: ../plug-ins/common/file-png.c:1865 +#: ../plug-ins/common/file-png.c:1866 msgid "Save creation _time" msgstr "Сохранить время создания" -#: ../plug-ins/common/file-png.c:1874 +#: ../plug-ins/common/file-png.c:1875 msgid "Save comme_nt" msgstr "Сохранить комментарий" -#: ../plug-ins/common/file-png.c:1890 +#: ../plug-ins/common/file-png.c:1891 msgid "Save color _values from transparent pixels" msgstr "Сохранить значения цвета прозрачных точек" -#: ../plug-ins/common/file-png.c:1904 +#: ../plug-ins/common/file-png.c:1905 msgid "Co_mpression level:" msgstr "Степень сжатия:" -#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1172 +#: ../plug-ins/common/file-png.c:1923 ../plug-ins/file-jpeg/jpeg-save.c:1186 msgid "_Load Defaults" msgstr "З_агрузить исходные параметры" -#: ../plug-ins/common/file-png.c:1930 +#: ../plug-ins/common/file-png.c:1931 msgid "S_ave Defaults" msgstr "_Запомнить эти параметры" -#: ../plug-ins/common/file-pnm.c:247 +#: ../plug-ins/common/file-pnm.c:248 msgid "PNM Image" msgstr "Изображение PNM" -#: ../plug-ins/common/file-pnm.c:267 +#: ../plug-ins/common/file-pnm.c:268 msgid "PNM image" msgstr "Изображение PNM" -#: ../plug-ins/common/file-pnm.c:279 +#: ../plug-ins/common/file-pnm.c:280 msgid "PBM image" msgstr "Изображение PPM" -#: ../plug-ins/common/file-pnm.c:291 +#: ../plug-ins/common/file-pnm.c:292 msgid "PGM image" msgstr "Изображение PGM" -#: ../plug-ins/common/file-pnm.c:303 +#: ../plug-ins/common/file-pnm.c:304 msgid "PPM image" msgstr "Изображение PPM" -#: ../plug-ins/common/file-pnm.c:527 ../plug-ins/common/file-pnm.c:549 -#: ../plug-ins/common/file-pnm.c:558 ../plug-ins/common/file-pnm.c:569 -#: ../plug-ins/common/file-pnm.c:657 ../plug-ins/common/file-pnm.c:727 +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 msgid "Premature end of file." msgstr "Преждевременный конец файла." -#: ../plug-ins/common/file-pnm.c:529 +#: ../plug-ins/common/file-pnm.c:530 msgid "Invalid file." msgstr "Испорченный файл." -#: ../plug-ins/common/file-pnm.c:543 +#: ../plug-ins/common/file-pnm.c:544 msgid "File not in a supported format." msgstr "Файл неподдерживаемого формата." -#: ../plug-ins/common/file-pnm.c:552 +#: ../plug-ins/common/file-pnm.c:553 msgid "Invalid X resolution." msgstr "Неправильное разрешение по X." -#: ../plug-ins/common/file-pnm.c:554 +#: ../plug-ins/common/file-pnm.c:555 msgid "Image width is larger than GIMP can handle." msgstr "GIMP не справится с изображением такой ширины" -#: ../plug-ins/common/file-pnm.c:561 +#: ../plug-ins/common/file-pnm.c:562 msgid "Invalid Y resolution." msgstr "Неправильное разрешение по Y." -#: ../plug-ins/common/file-pnm.c:563 +#: ../plug-ins/common/file-pnm.c:564 msgid "Image height is larger than GIMP can handle." msgstr "GIMP не справится с изображением такой высоты" -#: ../plug-ins/common/file-pnm.c:575 +#: ../plug-ins/common/file-pnm.c:576 msgid "Unsupported maximum value." msgstr "Не поддерживаемое максимальное значение." -#: ../plug-ins/common/file-pnm.c:780 +#: ../plug-ins/common/file-pnm.c:781 msgid "Error reading file." msgstr "Ошибка при чтении файла." -#: ../plug-ins/common/file-pnm.c:1148 +#: ../plug-ins/common/file-pnm.c:1186 msgid "Save as PNM" msgstr "Сохранить как PNM" #. file save type -#: ../plug-ins/common/file-pnm.c:1165 +#: ../plug-ins/common/file-pnm.c:1203 msgid "Data formatting" msgstr "Форматирование данных" -#: ../plug-ins/common/file-pnm.c:1169 +#: ../plug-ins/common/file-pnm.c:1207 msgid "Raw" msgstr "Необработанный" -#: ../plug-ins/common/file-pnm.c:1170 +#: ../plug-ins/common/file-pnm.c:1208 msgid "Ascii" msgstr "Ascii" @@ -3964,7 +3974,7 @@ msgid "PostScript save cannot handle images with alpha channels" msgstr "Изображение с альфа-каналами невозможно сохранить как PostScript" -#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1763 +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 #, c-format msgid "" "Error starting Ghostscript. Make sure that Ghostscript is installed and - if " @@ -3977,107 +3987,107 @@ "местоположения исполняемого файла Ghostscript.\n" "(%s)" -#: ../plug-ins/common/file-ps.c:1930 ../plug-ins/common/file-tiff-load.c:999 +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 #, c-format msgid "Page %d" msgstr "Страница %d" -#: ../plug-ins/common/file-ps.c:2600 ../plug-ins/common/file-ps.c:2733 -#: ../plug-ins/common/file-ps.c:2885 ../plug-ins/common/file-ps.c:3011 +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 #: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 #: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 msgid "Write error occurred" msgstr "Возникла ошибка записи" -#: ../plug-ins/common/file-ps.c:3095 +#: ../plug-ins/common/file-ps.c:3097 msgid "Import from PostScript" msgstr "Импорт из PostScript" #. Rendering -#: ../plug-ins/common/file-ps.c:3138 +#: ../plug-ins/common/file-ps.c:3140 msgid "Rendering" msgstr "Визуализация" #. Resolution -#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:916 +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 #: ../plug-ins/common/file-wmf.c:692 msgid "Resolution:" msgstr "Разрешение:" -#: ../plug-ins/common/file-ps.c:3193 +#: ../plug-ins/common/file-ps.c:3195 msgid "Pages:" msgstr "Страницы:" -#: ../plug-ins/common/file-ps.c:3200 +#: ../plug-ins/common/file-ps.c:3202 msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" msgstr "Страницы для загрузки (напр.: 1-4 или 1,3,5-7)" -#: ../plug-ins/common/file-ps.c:3204 ../plug-ins/common/sphere-designer.c:2643 +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2646 msgid "Layers" msgstr "Слои" -#: ../plug-ins/common/file-ps.c:3206 +#: ../plug-ins/common/file-ps.c:3208 msgid "Images" msgstr "Изображения" -#: ../plug-ins/common/file-ps.c:3209 +#: ../plug-ins/common/file-ps.c:3211 msgid "Open as" msgstr "Открыть как" -#: ../plug-ins/common/file-ps.c:3213 +#: ../plug-ins/common/file-ps.c:3215 msgid "Try Bounding Box" msgstr "Ограничить размер" #. Colouring -#: ../plug-ins/common/file-ps.c:3226 +#: ../plug-ins/common/file-ps.c:3228 msgid "Coloring" msgstr "Окрашивание" -#: ../plug-ins/common/file-ps.c:3230 +#: ../plug-ins/common/file-ps.c:3232 msgid "B/W" msgstr "Ч/Б" -#: ../plug-ins/common/file-ps.c:3232 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 #: ../plug-ins/gimpressionist/color.c:66 #: ../plug-ins/gimpressionist/general.c:170 #: ../plug-ins/imagemap/imap_menu.c:213 msgid "Color" msgstr "Цвет" -#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/file-fits/fits.c:1033 +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 msgid "Automatic" msgstr "Автоматически" -#: ../plug-ins/common/file-ps.c:3243 +#: ../plug-ins/common/file-ps.c:3245 msgid "Text antialiasing" msgstr "Сглаживание текста" -#: ../plug-ins/common/file-ps.c:3248 ../plug-ins/common/file-ps.c:3260 +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 msgid "Weak" msgstr "Слабое" -#: ../plug-ins/common/file-ps.c:3249 ../plug-ins/common/file-ps.c:3261 +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 msgid "Strong" msgstr "Сильное" -#: ../plug-ins/common/file-ps.c:3255 +#: ../plug-ins/common/file-ps.c:3257 msgid "Graphic antialiasing" msgstr "Сглаживание графики" -#: ../plug-ins/common/file-ps.c:3333 +#: ../plug-ins/common/file-ps.c:3335 msgid "Save as PostScript" msgstr "Сохранить как PostScript" #. Image Size -#: ../plug-ins/common/file-ps.c:3364 +#: ../plug-ins/common/file-ps.c:3366 msgid "Image Size" msgstr "Размер изображения" -#: ../plug-ins/common/file-ps.c:3413 +#: ../plug-ins/common/file-ps.c:3415 msgid "_Keep aspect ratio" msgstr "Сохранить пропорции" -#: ../plug-ins/common/file-ps.c:3419 +#: ../plug-ins/common/file-ps.c:3421 msgid "" "When toggled, the resulting image will be scaled to fit into the given size " "without changing the aspect ratio." @@ -4086,42 +4096,42 @@ "заданного размера без изменения пропорций." #. Unit -#: ../plug-ins/common/file-ps.c:3429 +#: ../plug-ins/common/file-ps.c:3431 msgid "Unit" msgstr "Единица" -#: ../plug-ins/common/file-ps.c:3433 +#: ../plug-ins/common/file-ps.c:3435 msgid "_Inch" msgstr "Дюйм" -#: ../plug-ins/common/file-ps.c:3434 +#: ../plug-ins/common/file-ps.c:3436 msgid "_Millimeter" msgstr "Миллиметр" #. Rotation -#: ../plug-ins/common/file-ps.c:3445 +#: ../plug-ins/common/file-ps.c:3447 #: ../plug-ins/map-object/map-object-ui.c:1035 msgid "Rotation" msgstr "Вращение" #. Format -#: ../plug-ins/common/file-ps.c:3460 +#: ../plug-ins/common/file-ps.c:3462 msgid "Output" msgstr "Вывод" -#: ../plug-ins/common/file-ps.c:3466 +#: ../plug-ins/common/file-ps.c:3468 msgid "_PostScript level 2" msgstr "PostScript level 2" -#: ../plug-ins/common/file-ps.c:3475 +#: ../plug-ins/common/file-ps.c:3477 msgid "_Encapsulated PostScript" msgstr "Encapsulated PostScript" -#: ../plug-ins/common/file-ps.c:3484 +#: ../plug-ins/common/file-ps.c:3486 msgid "P_review" msgstr "Просмотр" -#: ../plug-ins/common/file-ps.c:3505 +#: ../plug-ins/common/file-ps.c:3507 msgid "Preview _size:" msgstr "Размер просмотра:" @@ -4150,79 +4160,79 @@ msgid "Raw image data" msgstr "Raw Image Data" -#: ../plug-ins/common/file-raw.c:980 +#: ../plug-ins/common/file-raw.c:982 msgid "Load Image from Raw Data" msgstr "Загрузка изображения из Raw-данных" -#: ../plug-ins/common/file-raw.c:1013 +#: ../plug-ins/common/file-raw.c:1015 msgid "Image" msgstr "Изображение" -#: ../plug-ins/common/file-raw.c:1024 +#: ../plug-ins/common/file-raw.c:1026 msgid "RGB Alpha" msgstr "RGB с альфа-каналом" -#: ../plug-ins/common/file-raw.c:1025 +#: ../plug-ins/common/file-raw.c:1027 msgid "Planar RGB" msgstr "Planar RGB" -#: ../plug-ins/common/file-raw.c:1026 +#: ../plug-ins/common/file-raw.c:1028 msgid "Indexed" msgstr "Индексированное" -#: ../plug-ins/common/file-raw.c:1027 +#: ../plug-ins/common/file-raw.c:1029 msgid "Indexed Alpha" msgstr "Индексированное с альфа-каналом" -#: ../plug-ins/common/file-raw.c:1032 +#: ../plug-ins/common/file-raw.c:1034 msgid "Image _Type:" msgstr "Тип изображения:" -#: ../plug-ins/common/file-raw.c:1082 +#: ../plug-ins/common/file-raw.c:1084 msgid "Palette" msgstr "Палитра" -#: ../plug-ins/common/file-raw.c:1092 ../plug-ins/common/file-raw.c:1191 +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 msgid "R, G, B (normal)" msgstr "R, G, B (normal)" -#: ../plug-ins/common/file-raw.c:1093 ../plug-ins/common/file-raw.c:1193 +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 msgid "B, G, R, X (BMP style)" msgstr "B, G, R, X (BMP-стиль)" -#: ../plug-ins/common/file-raw.c:1098 +#: ../plug-ins/common/file-raw.c:1100 msgid "_Palette Type:" msgstr "Тип _палитры:" -#: ../plug-ins/common/file-raw.c:1109 +#: ../plug-ins/common/file-raw.c:1111 msgid "Off_set:" msgstr "С_мещение:" -#: ../plug-ins/common/file-raw.c:1121 +#: ../plug-ins/common/file-raw.c:1123 msgid "Select Palette File" msgstr "Выберите файл палитры" -#: ../plug-ins/common/file-raw.c:1127 +#: ../plug-ins/common/file-raw.c:1129 msgid "Pal_ette File:" msgstr "_Файл палитры:" -#: ../plug-ins/common/file-raw.c:1155 +#: ../plug-ins/common/file-raw.c:1157 msgid "Raw Image Save" msgstr "Сохранить Raw" -#: ../plug-ins/common/file-raw.c:1177 +#: ../plug-ins/common/file-raw.c:1179 msgid "RGB Save Type" msgstr "Тип сохранения RGB" -#: ../plug-ins/common/file-raw.c:1181 +#: ../plug-ins/common/file-raw.c:1183 msgid "Standard (R,G,B)" msgstr "Стандартный (R,G,B)" -#: ../plug-ins/common/file-raw.c:1182 +#: ../plug-ins/common/file-raw.c:1184 msgid "Planar (RRR,GGG,BBB)" msgstr "Planar (RRR,GGG,BBB)" -#: ../plug-ins/common/file-raw.c:1187 +#: ../plug-ins/common/file-raw.c:1189 msgid "Indexed Palette Type" msgstr "Тип индексированной палитры" @@ -4248,7 +4258,7 @@ msgid "Type of colormap not supported" msgstr "Не поддерживается тип цветовой карты" -#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:827 +#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:826 #: ../plug-ins/common/file-xwd.c:489 #, c-format msgid "" @@ -4258,7 +4268,7 @@ "\"%s\":\n" "не указано изображение" -#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:834 +#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833 #: ../plug-ins/common/file-xwd.c:498 #, c-format msgid "" @@ -4268,7 +4278,7 @@ "'%s':\n" "GIMP не справится с изображением такой ширины" -#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:841 +#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840 #: ../plug-ins/common/file-xwd.c:506 #, c-format msgid "" @@ -4278,7 +4288,7 @@ "\"%s\":\n" "высота изображения не указана" -#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:848 +#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847 #: ../plug-ins/common/file-xwd.c:514 #, c-format msgid "" @@ -4326,7 +4336,7 @@ msgid "SVG image" msgstr "Изображение SVG" -#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:720 +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 msgid "Unknown reason" msgstr "Неизвестная причина" @@ -4352,51 +4362,51 @@ "не указан размер!" #. Scalable Vector Graphics is SVG, should perhaps not be translated -#: ../plug-ins/common/file-svg.c:729 +#: ../plug-ins/common/file-svg.c:742 msgid "Render Scalable Vector Graphics" msgstr "Создать Scalable Vector Graphics" #. Width and Height -#: ../plug-ins/common/file-svg.c:795 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 #: ../plug-ins/common/grid.c:724 msgid "Width:" msgstr "Ширина:" -#: ../plug-ins/common/file-svg.c:801 ../plug-ins/common/file-wmf.c:577 +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 msgid "Height:" msgstr "Высота:" -#: ../plug-ins/common/file-svg.c:875 ../plug-ins/common/file-wmf.c:651 +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 msgid "_X ratio:" msgstr "_Масштаб по X:" -#: ../plug-ins/common/file-svg.c:897 ../plug-ins/common/file-wmf.c:673 +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 msgid "_Y ratio:" msgstr "М_асштаб по Y:" -#: ../plug-ins/common/file-svg.c:911 ../plug-ins/common/file-wmf.c:687 +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 msgid "Constrain aspect ratio" msgstr "Фиксированное соотношение сторон" -#: ../plug-ins/common/file-svg.c:922 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 #: ../plug-ins/print/print-page-layout.c:273 #, c-format msgid "pixels/%a" msgstr "точек растра/%a" #. Path Import -#: ../plug-ins/common/file-svg.c:942 +#: ../plug-ins/common/file-svg.c:955 msgid "Import _paths" msgstr "Импорт _контуров" -#: ../plug-ins/common/file-svg.c:948 +#: ../plug-ins/common/file-svg.c:961 msgid "" "Import path elements of the SVG so they can be used with the GIMP path tool" msgstr "" "Импортировать элементы контура из SVG, так чтобы они могли быть использованы " "инструментом \"Контур\"" -#: ../plug-ins/common/file-svg.c:961 +#: ../plug-ins/common/file-svg.c:974 msgid "Merge imported paths" msgstr "Объединить импортированные контуры" @@ -4419,24 +4429,24 @@ msgid "Cannot read header from '%s'" msgstr "Невозможно прочитать заголовок из '%s'" -#: ../plug-ins/common/file-tga.c:1368 +#: ../plug-ins/common/file-tga.c:1370 msgid "Save as TGA" msgstr "Сохранить в формате TGA" #. rle -#: ../plug-ins/common/file-tga.c:1391 +#: ../plug-ins/common/file-tga.c:1393 msgid "_RLE compression" msgstr "RLE сжатие" -#: ../plug-ins/common/file-tga.c:1405 +#: ../plug-ins/common/file-tga.c:1407 msgid "Or_igin:" msgstr "_Начало координат:" -#: ../plug-ins/common/file-tga.c:1409 +#: ../plug-ins/common/file-tga.c:1411 msgid "Bottom left" msgstr "Снизу слева" -#: ../plug-ins/common/file-tga.c:1410 +#: ../plug-ins/common/file-tga.c:1412 msgid "Top left" msgstr "Вверху слева" @@ -4465,7 +4475,7 @@ msgstr "Канал TIFF" #: ../plug-ins/common/file-tiff-load.c:1024 -#: ../plug-ins/file-psd/psd-load.c:325 +#: ../plug-ins/file-psd/psd-load.c:334 msgid "" "Warning:\n" "The image you are loading has 16 bits per channel. GIMP can only handle 8 " @@ -4527,7 +4537,7 @@ msgid "Save _color values from transparent pixels" msgstr "Сохранить значения цвета _прозрачных точек" -#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1247 +#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1246 msgid "Comment:" msgstr "Комментарий:" @@ -4545,7 +4555,7 @@ #: ../plug-ins/common/file-wmf.c:500 msgid "Render Windows Metafile" -msgstr "Создание файлав формате Windows Metafile" +msgstr "Создание файла в формате Windows Metafile" #: ../plug-ins/common/file-wmf.c:963 #, c-format @@ -4560,7 +4570,7 @@ msgid "X BitMap image" msgstr "X BitMap image" -#: ../plug-ins/common/file-xbm.c:820 +#: ../plug-ins/common/file-xbm.c:819 #, c-format msgid "" "'%s':\n" @@ -4569,7 +4579,7 @@ "\"%s\":\n" "Невозможно прочесть заголовок (ftell == %ld)" -#: ../plug-ins/common/file-xbm.c:855 +#: ../plug-ins/common/file-xbm.c:854 #, c-format msgid "" "'%s':\n" @@ -4579,7 +4589,7 @@ "тип данных изображения не указан" #. The image is not black-and-white. -#: ../plug-ins/common/file-xbm.c:998 +#: ../plug-ins/common/file-xbm.c:997 msgid "" "The image which you are trying to save as an XBM contains more than two " "colors.\n" @@ -4592,7 +4602,7 @@ "Пожалуйста, преобразуйте его в черно-белое\n" "(1-бит) индексированное изображение и попробуйте снова." -#: ../plug-ins/common/file-xbm.c:1009 +#: ../plug-ins/common/file-xbm.c:1008 msgid "" "You cannot save a cursor mask for an image\n" "which has no alpha channel." @@ -4600,47 +4610,47 @@ "Невозможно сохранить маску курсора в\n" "изображении, которое не имеет альфа-канала." -#: ../plug-ins/common/file-xbm.c:1186 +#: ../plug-ins/common/file-xbm.c:1185 msgid "Save as XBM" msgstr "Сохранить как XBM" #. parameter settings -#: ../plug-ins/common/file-xbm.c:1203 +#: ../plug-ins/common/file-xbm.c:1202 msgid "XBM Options" msgstr "Параметры XBM" #. X10 format -#: ../plug-ins/common/file-xbm.c:1213 +#: ../plug-ins/common/file-xbm.c:1212 msgid "_X10 format bitmap" msgstr "Битовая карта формата Х10" -#: ../plug-ins/common/file-xbm.c:1233 +#: ../plug-ins/common/file-xbm.c:1232 msgid "_Identifier prefix:" msgstr "Префикс идентификатора:" #. hotspot toggle -#: ../plug-ins/common/file-xbm.c:1255 +#: ../plug-ins/common/file-xbm.c:1254 msgid "_Write hot spot values" msgstr "Записать значения \"горячих точек\"" -#: ../plug-ins/common/file-xbm.c:1277 +#: ../plug-ins/common/file-xbm.c:1276 msgid "Hot spot _X:" msgstr "«Горячая точка» X:" -#: ../plug-ins/common/file-xbm.c:1287 +#: ../plug-ins/common/file-xbm.c:1286 msgid "Hot spot _Y:" msgstr "«Горячая точка» X:" #. mask file -#: ../plug-ins/common/file-xbm.c:1294 +#: ../plug-ins/common/file-xbm.c:1293 msgid "Mask File" msgstr "Файл маски" -#: ../plug-ins/common/file-xbm.c:1304 +#: ../plug-ins/common/file-xbm.c:1303 msgid "W_rite extra mask file" msgstr "Записать дополнительный файл маски" -#: ../plug-ins/common/file-xbm.c:1317 +#: ../plug-ins/common/file-xbm.c:1316 msgid "_Mask file extension:" msgstr "Расширение файла маски:" @@ -4648,20 +4658,20 @@ msgid "X PixMap image" msgstr "X PixMap image" -#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:771 +#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773 #, c-format msgid "Error opening file '%s'" msgstr "Ошибка при открытии файла %s" -#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:777 +#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779 msgid "XPM file invalid" msgstr "Неверный файл XPM" -#: ../plug-ins/common/file-xpm.c:803 +#: ../plug-ins/common/file-xpm.c:805 msgid "Save as XPM" msgstr "Сохранить как XPM" -#: ../plug-ins/common/file-xpm.c:827 +#: ../plug-ins/common/file-xpm.c:829 msgid "_Alpha threshold:" msgstr "Порог альфа-канала:" @@ -4715,7 +4725,7 @@ msgstr "Сборка изображений" #: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 -#: ../plug-ins/help-browser/dialog.c:1095 +#: ../plug-ins/help-browser/dialog.c:1120 msgid "Untitled" msgstr "Безымянное" @@ -5149,27 +5159,27 @@ msgid "_Hot..." msgstr "«Горячие» _цвета..." -#: ../plug-ins/common/hot.c:379 ../plug-ins/common/hot.c:570 +#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586 msgid "Hot" msgstr "«Горячие» цвета" -#: ../plug-ins/common/hot.c:607 +#: ../plug-ins/common/hot.c:623 msgid "Create _new layer" msgstr "Создать _новый слой" -#: ../plug-ins/common/hot.c:616 +#: ../plug-ins/common/hot.c:632 msgid "Action" msgstr "Действие" -#: ../plug-ins/common/hot.c:620 +#: ../plug-ins/common/hot.c:636 msgid "Reduce _Luminance" msgstr "Уменьшить _яркость" -#: ../plug-ins/common/hot.c:621 +#: ../plug-ins/common/hot.c:637 msgid "Reduce _Saturation" msgstr "Уменьшить на_сыщенность" -#: ../plug-ins/common/hot.c:622 ../plug-ins/common/waves.c:282 +#: ../plug-ins/common/hot.c:638 ../plug-ins/common/waves.c:282 msgid "_Blacken" msgstr "Сделать _чёрным" @@ -5291,7 +5301,7 @@ msgstr "_Порог:" #: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771 -#: ../plug-ins/gradient-flare/gradient-flare.c:2868 +#: ../plug-ins/gradient-flare/gradient-flare.c:2867 msgid "_Settings" msgstr "_Параметры" @@ -5406,112 +5416,112 @@ msgid "Color Profile Information" msgstr "Информация о профиле" -#: ../plug-ins/common/lcms.c:567 +#: ../plug-ins/common/lcms.c:572 #, c-format msgid "Color profile '%s' is not for RGB color space." msgstr "Цветовой профиль '%s' не для цветового пространства RGB." -#: ../plug-ins/common/lcms.c:674 +#: ../plug-ins/common/lcms.c:679 msgid "Default RGB working space" msgstr "Стандартный профиль RGB рабочего пространства" -#: ../plug-ins/common/lcms.c:770 +#: ../plug-ins/common/lcms.c:775 msgid "" "Data attached as 'icc-profile' does not appear to be an ICC color profile" msgstr "Данные, присоединённые как ICC-профиль, не похожи на ICC-профиль" -#: ../plug-ins/common/lcms.c:820 +#: ../plug-ins/common/lcms.c:825 #, c-format msgid "'%s' does not appear to be an ICC color profile" msgstr "'%s' не похож на ICC-профиль" #. ICC color profile conversion -#: ../plug-ins/common/lcms.c:878 +#: ../plug-ins/common/lcms.c:885 #, c-format msgid "Converting from '%s' to '%s'" msgstr "Преобразование из '%s' в '%s'" -#: ../plug-ins/common/lcms.c:1124 +#: ../plug-ins/common/lcms.c:1129 #, c-format msgid "Could not load ICC profile from '%s'" msgstr "Не удалось открыть ICC-профиль из '%s'" -#: ../plug-ins/common/lcms.c:1146 +#: ../plug-ins/common/lcms.c:1151 #, c-format msgid "The image '%s' has an embedded color profile:" msgstr "Изображение '%s' содержит встроенный цветовой профиль:" -#: ../plug-ins/common/lcms.c:1190 +#: ../plug-ins/common/lcms.c:1195 #, c-format msgid "Convert the image to the RGB working space (%s)?" msgstr "Преобразовать изображение в рабочее пространство RGB (%s)?" -#: ../plug-ins/common/lcms.c:1221 +#: ../plug-ins/common/lcms.c:1226 msgid "Convert to RGB working space?" msgstr "Преобразовать в рабочее пространство RGB?" -#: ../plug-ins/common/lcms.c:1226 +#: ../plug-ins/common/lcms.c:1231 msgid "_Keep" msgstr "_Оставить как есть" -#: ../plug-ins/common/lcms.c:1231 +#: ../plug-ins/common/lcms.c:1236 msgid "_Convert" msgstr "_Преобразовать" -#: ../plug-ins/common/lcms.c:1258 ../plug-ins/file-jpeg/jpeg-exif.c:377 +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 msgid "_Don't ask me again" msgstr "_Больше не спрашивать" -#: ../plug-ins/common/lcms.c:1322 +#: ../plug-ins/common/lcms.c:1327 msgid "Select destination profile" msgstr "Выберите конечный профиль" -#: ../plug-ins/common/lcms.c:1349 +#: ../plug-ins/common/lcms.c:1354 msgid "All files (*.*)" msgstr "Все файлы (*.*)" -#: ../plug-ins/common/lcms.c:1354 +#: ../plug-ins/common/lcms.c:1359 msgid "ICC color profile (*.icc, *.icm)" msgstr "Цветовой ICC-профиль (*.icc, *.icm)" -#: ../plug-ins/common/lcms.c:1397 +#: ../plug-ins/common/lcms.c:1402 #, c-format msgid "RGB workspace (%s)" msgstr "Рабочее пространство RGB (%s)" -#: ../plug-ins/common/lcms.c:1447 +#: ../plug-ins/common/lcms.c:1452 msgid "Convert to ICC Color Profile" msgstr "Преобразовать в цветовой ICC-профиль" -#: ../plug-ins/common/lcms.c:1448 +#: ../plug-ins/common/lcms.c:1453 msgid "Assign ICC Color Profile" msgstr "Назначить цветовой профиль" -#: ../plug-ins/common/lcms.c:1456 +#: ../plug-ins/common/lcms.c:1461 msgid "_Assign" msgstr "_Назначить" -#: ../plug-ins/common/lcms.c:1473 +#: ../plug-ins/common/lcms.c:1478 msgid "Current Color Profile" msgstr "Текущий цветовой профиль" -#: ../plug-ins/common/lcms.c:1488 +#: ../plug-ins/common/lcms.c:1493 msgid "Convert to" msgstr "Преобразовать в" -#: ../plug-ins/common/lcms.c:1488 +#: ../plug-ins/common/lcms.c:1493 msgid "Assign" msgstr "Назначить" -#: ../plug-ins/common/lcms.c:1512 +#: ../plug-ins/common/lcms.c:1517 msgid "_Rendering Intent:" msgstr "_Цель цветопередачи:" -#: ../plug-ins/common/lcms.c:1528 +#: ../plug-ins/common/lcms.c:1533 msgid "_Black Point Compensation" msgstr "Использовать _компенсацию черной точки" -#: ../plug-ins/common/lcms.c:1570 +#: ../plug-ins/common/lcms.c:1575 msgid "Destination profile is not for RGB color space." msgstr "Профиль вывода не предназначен для цветового пространства RGB." @@ -5623,35 +5633,35 @@ msgid "Send by E_mail..." msgstr "Отправить по_чтой..." -#: ../plug-ins/common/mail.c:408 +#: ../plug-ins/common/mail.c:407 msgid "Send by Email" msgstr "Отправка почтой" -#: ../plug-ins/common/mail.c:413 +#: ../plug-ins/common/mail.c:412 msgid "_Send" msgstr "Отпр_авить" -#: ../plug-ins/common/mail.c:445 +#: ../plug-ins/common/mail.c:444 msgid "_Filename:" msgstr "Имя _файла:" -#: ../plug-ins/common/mail.c:457 +#: ../plug-ins/common/mail.c:456 msgid "_To:" msgstr "_Кому:" -#: ../plug-ins/common/mail.c:471 +#: ../plug-ins/common/mail.c:470 msgid "_From:" msgstr "_От:" -#: ../plug-ins/common/mail.c:483 +#: ../plug-ins/common/mail.c:482 msgid "S_ubject:" msgstr "Т_ема:" -#: ../plug-ins/common/mail.c:592 +#: ../plug-ins/common/mail.c:591 msgid "some sort of error with the file extension or lack thereof" msgstr "некоторая ошибка в расширении файла" -#: ../plug-ins/common/mail.c:726 +#: ../plug-ins/common/mail.c:725 #, c-format msgid "Could not start sendmail (%s)" msgstr "Не удалось запустить sendmail (%s)" @@ -6079,11 +6089,11 @@ msgid "Spreading" msgstr "Применяется рассеивание..." -#: ../plug-ins/common/noise-spread.c:344 +#: ../plug-ins/common/noise-spread.c:346 msgid "Spread" msgstr "Рассеять" -#: ../plug-ins/common/noise-spread.c:369 +#: ../plug-ins/common/noise-spread.c:371 msgid "Spread Amount" msgstr "Степень рассеивания" @@ -6508,77 +6518,77 @@ msgid "_Sample Colorize..." msgstr "О_краска по образцу..." -#: ../plug-ins/common/sample-colorize.c:1318 +#: ../plug-ins/common/sample-colorize.c:1327 msgid "Sample Colorize" msgstr "Окраска по образцу" -#: ../plug-ins/common/sample-colorize.c:1323 +#: ../plug-ins/common/sample-colorize.c:1332 msgid "Get _Sample Colors" msgstr "Получить цвета образца" #. layer combo_box (Dst) -#: ../plug-ins/common/sample-colorize.c:1352 +#: ../plug-ins/common/sample-colorize.c:1361 msgid "Destination:" msgstr "Назначение:" #. layer combo_box (Sample) -#: ../plug-ins/common/sample-colorize.c:1368 +#: ../plug-ins/common/sample-colorize.c:1377 msgid "Sample:" msgstr "Образец:" -#: ../plug-ins/common/sample-colorize.c:1378 +#: ../plug-ins/common/sample-colorize.c:1387 msgid "From reverse gradient" msgstr "Из обращенного градиента" -#: ../plug-ins/common/sample-colorize.c:1383 +#: ../plug-ins/common/sample-colorize.c:1392 msgid "From gradient" msgstr "Из градиента" #. check button -#: ../plug-ins/common/sample-colorize.c:1404 -#: ../plug-ins/common/sample-colorize.c:1431 +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 msgid "Show selection" msgstr "Показать выделение" #. check button -#: ../plug-ins/common/sample-colorize.c:1415 -#: ../plug-ins/common/sample-colorize.c:1442 +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 msgid "Show color" msgstr "Показать цвет" -#: ../plug-ins/common/sample-colorize.c:1555 +#: ../plug-ins/common/sample-colorize.c:1564 msgid "Input levels:" msgstr "Уровни на входе:" -#: ../plug-ins/common/sample-colorize.c:1605 +#: ../plug-ins/common/sample-colorize.c:1614 msgid "Output levels:" msgstr "Уровни на выходе:" #. check button -#: ../plug-ins/common/sample-colorize.c:1645 +#: ../plug-ins/common/sample-colorize.c:1654 msgid "Hold intensity" msgstr "Сохранить глубину цвета" #. check button -#: ../plug-ins/common/sample-colorize.c:1656 +#: ../plug-ins/common/sample-colorize.c:1665 msgid "Original intensity" msgstr "Исходная глубина цвета" #. check button -#: ../plug-ins/common/sample-colorize.c:1674 +#: ../plug-ins/common/sample-colorize.c:1683 msgid "Use subcolors" msgstr "Использовать субцвета" #. check button -#: ../plug-ins/common/sample-colorize.c:1685 +#: ../plug-ins/common/sample-colorize.c:1694 msgid "Smooth samples" msgstr "Сглаживать цвета образца" -#: ../plug-ins/common/sample-colorize.c:2657 +#: ../plug-ins/common/sample-colorize.c:2666 msgid "Sample analyze" msgstr "Анализ образца" -#: ../plug-ins/common/sample-colorize.c:3035 +#: ../plug-ins/common/sample-colorize.c:3044 msgid "Remap colorized" msgstr "Окрашивание по образцу" @@ -7065,7 +7075,7 @@ msgstr "Пятна" #: ../plug-ins/common/sphere-designer.c:1742 -#: ../plug-ins/common/sphere-designer.c:2690 +#: ../plug-ins/common/sphere-designer.c:2693 msgid "Texture" msgstr "Текстура" @@ -7074,127 +7084,127 @@ msgstr "Рельеф" #: ../plug-ins/common/sphere-designer.c:1746 -#: ../plug-ins/common/sphere-designer.c:2692 +#: ../plug-ins/common/sphere-designer.c:2695 msgid "Light" msgstr "Свет" -#: ../plug-ins/common/sphere-designer.c:2009 +#: ../plug-ins/common/sphere-designer.c:2010 #, c-format msgid "File '%s' is not a valid save file." msgstr "Файл \"%s\" сохранен некорректно." -#: ../plug-ins/common/sphere-designer.c:2188 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Open File" msgstr "Открыть файл" -#: ../plug-ins/common/sphere-designer.c:2188 +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Save File" msgstr "Сохранить файл" -#: ../plug-ins/common/sphere-designer.c:2544 +#: ../plug-ins/common/sphere-designer.c:2547 msgid "Sphere Designer" msgstr "Создание сферы" -#: ../plug-ins/common/sphere-designer.c:2675 +#: ../plug-ins/common/sphere-designer.c:2678 msgid "Properties" msgstr "Сво_йства" -#: ../plug-ins/common/sphere-designer.c:2691 +#: ../plug-ins/common/sphere-designer.c:2694 msgid "Bump" msgstr "Рельеф" #. row labels -#: ../plug-ins/common/sphere-designer.c:2699 +#: ../plug-ins/common/sphere-designer.c:2702 #: ../plug-ins/lighting/lighting-ui.c:405 msgid "Type:" msgstr "Тип:" -#: ../plug-ins/common/sphere-designer.c:2718 +#: ../plug-ins/common/sphere-designer.c:2721 msgid "Texture:" msgstr "Текстура:" -#: ../plug-ins/common/sphere-designer.c:2723 +#: ../plug-ins/common/sphere-designer.c:2726 msgid "Colors:" msgstr "Цвета:" -#: ../plug-ins/common/sphere-designer.c:2726 -#: ../plug-ins/common/sphere-designer.c:2737 +#: ../plug-ins/common/sphere-designer.c:2729 +#: ../plug-ins/common/sphere-designer.c:2740 msgid "Color Selection Dialog" msgstr "Диалог выбора цвета" #. Scale -#: ../plug-ins/common/sphere-designer.c:2748 +#: ../plug-ins/common/sphere-designer.c:2751 #: ../plug-ins/gimpressionist/paper.c:194 #: ../plug-ins/ifs-compose/ifs-compose.c:554 msgid "Scale:" msgstr "Масштаб:" -#: ../plug-ins/common/sphere-designer.c:2756 +#: ../plug-ins/common/sphere-designer.c:2759 msgid "Turbulence:" msgstr "Турбулентность:" -#: ../plug-ins/common/sphere-designer.c:2763 +#: ../plug-ins/common/sphere-designer.c:2766 msgid "Amount:" msgstr "Прозрачность:" -#: ../plug-ins/common/sphere-designer.c:2770 +#: ../plug-ins/common/sphere-designer.c:2773 msgid "Exp.:" msgstr "Экспонента:" -#: ../plug-ins/common/sphere-designer.c:2777 +#: ../plug-ins/common/sphere-designer.c:2780 msgid "Transformations" msgstr "Преобразования" -#: ../plug-ins/common/sphere-designer.c:2793 +#: ../plug-ins/common/sphere-designer.c:2796 #: ../plug-ins/map-object/map-object-ui.c:1143 msgid "Scale X:" msgstr "Масштаб X:" -#: ../plug-ins/common/sphere-designer.c:2800 +#: ../plug-ins/common/sphere-designer.c:2803 msgid "Scale Y:" msgstr "Масштаб Y:" -#: ../plug-ins/common/sphere-designer.c:2806 +#: ../plug-ins/common/sphere-designer.c:2809 msgid "Scale Z:" msgstr "Масштаб Z:" -#: ../plug-ins/common/sphere-designer.c:2813 +#: ../plug-ins/common/sphere-designer.c:2816 msgid "Rotate X:" msgstr "Вращение по X:" -#: ../plug-ins/common/sphere-designer.c:2820 +#: ../plug-ins/common/sphere-designer.c:2823 msgid "Rotate Y:" msgstr "Вращение по Y:" -#: ../plug-ins/common/sphere-designer.c:2827 +#: ../plug-ins/common/sphere-designer.c:2830 msgid "Rotate Z:" msgstr "Вращение по Z:" -#: ../plug-ins/common/sphere-designer.c:2834 +#: ../plug-ins/common/sphere-designer.c:2837 msgid "Position X:" msgstr "Позиция X:" -#: ../plug-ins/common/sphere-designer.c:2841 +#: ../plug-ins/common/sphere-designer.c:2844 msgid "Position Y:" msgstr "Позиция Y:" -#: ../plug-ins/common/sphere-designer.c:2848 +#: ../plug-ins/common/sphere-designer.c:2851 msgid "Position Z:" msgstr "Позиция Z:" -#: ../plug-ins/common/sphere-designer.c:2963 +#: ../plug-ins/common/sphere-designer.c:2966 msgid "Rendering sphere" msgstr "Визуализация сферы" -#: ../plug-ins/common/sphere-designer.c:3013 +#: ../plug-ins/common/sphere-designer.c:3016 msgid "Create an image of a textured sphere" msgstr "Создать сферу с заданной текстурой" -#: ../plug-ins/common/sphere-designer.c:3020 +#: ../plug-ins/common/sphere-designer.c:3023 msgid "Sphere _Designer..." msgstr "_Создание сферы..." -#: ../plug-ins/common/sphere-designer.c:3074 +#: ../plug-ins/common/sphere-designer.c:3083 msgid "Region selected for plug-in is empty" msgstr "Выбранная для расширения область пуста" @@ -7973,7 +7983,8 @@ msgid "Waving" msgstr "Создание волн" -#: ../plug-ins/common/web-browser.c:141 +#: ../plug-ins/common/web-browser.c:206 +#, c-format msgid "" "Web browser not specified.\n" "Please specify a web browser using the Preferences dialog." @@ -7981,7 +7992,7 @@ "Просмотрщик не указан.\n" "Необходимо указать его в диалоге настройки программы." -#: ../plug-ins/common/web-browser.c:161 +#: ../plug-ins/common/web-browser.c:228 #, c-format msgid "" "Could not parse the web browser command specified in the Preferences " @@ -7993,7 +8004,7 @@ "\n" "%s" -#: ../plug-ins/common/web-browser.c:175 +#: ../plug-ins/common/web-browser.c:246 #, c-format msgid "" "Could not execute the web browser specified in the Preferences dialog:\n" @@ -8106,38 +8117,39 @@ msgid "Higher values increase the magnitude of the effect" msgstr "Повышение значений усиливает эффект" -#: ../plug-ins/file-bmp/bmp-read.c:86 +#: ../plug-ins/file-bmp/bmp-read.c:88 msgid "Bad colormap" msgstr "Неправильная цветовая карта" -#: ../plug-ins/file-bmp/bmp-read.c:170 ../plug-ins/file-bmp/bmp-read.c:180 -#: ../plug-ins/file-bmp/bmp-read.c:187 ../plug-ins/file-bmp/bmp-read.c:196 -#: ../plug-ins/file-bmp/bmp-read.c:211 ../plug-ins/file-bmp/bmp-read.c:395 -#: ../plug-ins/file-bmp/bmp-read.c:403 ../plug-ins/file-bmp/bmp-read.c:411 -#: ../plug-ins/file-bmp/bmp-read.c:419 +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 #, c-format msgid "'%s' is not a valid BMP file" msgstr "\"%s\" не является корректным файлом BMP" -#: ../plug-ins/file-bmp/bmp-read.c:225 ../plug-ins/file-bmp/bmp-read.c:252 -#: ../plug-ins/file-bmp/bmp-read.c:280 ../plug-ins/file-bmp/bmp-read.c:345 -#: ../plug-ins/file-bmp/bmp-read.c:371 +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 #, c-format msgid "Error reading BMP file header from '%s'" msgstr "" "Ошибка считывания заголовка файла BMP\n" "из \"%s\"" -#: ../plug-ins/file-bmp/bmp-read.c:531 +#: ../plug-ins/file-bmp/bmp-read.c:590 msgid "Unrecognized or invalid BMP compression format." msgstr "Неопознанный или неправильный формат сжатия BMP." -#: ../plug-ins/file-bmp/bmp-read.c:573 +#: ../plug-ins/file-bmp/bmp-read.c:632 msgid "Unsupported or invalid bitdepth." msgstr "Неподдерживаемая или некорректная разрядность цветового представления." -#: ../plug-ins/file-bmp/bmp-read.c:761 ../plug-ins/file-bmp/bmp-read.c:802 -#: ../plug-ins/file-bmp/bmp-read.c:852 +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 msgid "The bitmap ends unexpectedly." msgstr "Данные изображения неожиданно закончились." @@ -8151,27 +8163,27 @@ msgid "Alpha channel will be ignored." msgstr "Альфа-канал будет проигнорирован." -#: ../plug-ins/file-bmp/bmp-write.c:793 +#: ../plug-ins/file-bmp/bmp-write.c:794 msgid "Save as BMP" msgstr "Сохранить как BMP" -#: ../plug-ins/file-bmp/bmp-write.c:816 +#: ../plug-ins/file-bmp/bmp-write.c:817 msgid "_Run-Length Encoded" msgstr "_RLE-кодирование" -#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:893 +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 msgid "_Advanced Options" msgstr "_Дополнительные параметры" -#: ../plug-ins/file-bmp/bmp-write.c:843 +#: ../plug-ins/file-bmp/bmp-write.c:844 msgid "16 bits" msgstr "16 бит" -#: ../plug-ins/file-bmp/bmp-write.c:879 +#: ../plug-ins/file-bmp/bmp-write.c:880 msgid "24 bits" msgstr "24 бита" -#: ../plug-ins/file-bmp/bmp-write.c:896 +#: ../plug-ins/file-bmp/bmp-write.c:897 msgid "32 bits" msgstr "32 бита" @@ -8286,12 +8298,12 @@ msgstr "Сжатый (PNG)" #. read successfully. add to image -#: ../plug-ins/file-ico/ico-load.c:616 +#: ../plug-ins/file-ico/ico-load.c:624 #, c-format msgid "Icon #%i" msgstr "Значок #%i" -#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:630 +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 #: ../plug-ins/file-psd/psd-thumb-load.c:85 #, c-format msgid "Opening thumbnail for '%s'" @@ -8321,76 +8333,76 @@ msgid "JPEG preview" msgstr "Просмотр JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:199 +#: ../plug-ins/file-jpeg/jpeg-save.c:200 #, c-format msgid "File size: %02.01f kB" msgstr "Размер файла: %02.01f Кб" -#: ../plug-ins/file-jpeg/jpeg-save.c:674 +#: ../plug-ins/file-jpeg/jpeg-save.c:682 msgid "Calculating file size..." msgstr "Рассчитывается размер файла..." -#: ../plug-ins/file-jpeg/jpeg-save.c:765 ../plug-ins/file-jpeg/jpeg-save.c:869 +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 msgid "File size: unknown" msgstr "Размер: неизвестен" -#: ../plug-ins/file-jpeg/jpeg-save.c:820 +#: ../plug-ins/file-jpeg/jpeg-save.c:827 msgid "Save as JPEG" msgstr "Сохранить как JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:855 +#: ../plug-ins/file-jpeg/jpeg-save.c:862 msgid "_Quality:" msgstr "_Качество:" -#: ../plug-ins/file-jpeg/jpeg-save.c:859 +#: ../plug-ins/file-jpeg/jpeg-save.c:866 msgid "JPEG quality parameter" msgstr "Качество изображения JPEG" -#: ../plug-ins/file-jpeg/jpeg-save.c:878 +#: ../plug-ins/file-jpeg/jpeg-save.c:885 msgid "Enable preview to obtain the file size." msgstr "Включите пред. просмотр, чтобы видеть размер файла." -#: ../plug-ins/file-jpeg/jpeg-save.c:881 +#: ../plug-ins/file-jpeg/jpeg-save.c:888 msgid "Sho_w preview in image window" msgstr "Просмотр _в окне изображения" -#: ../plug-ins/file-jpeg/jpeg-save.c:922 +#: ../plug-ins/file-jpeg/jpeg-save.c:929 msgid "S_moothing:" msgstr "Сг_лаживание:" -#: ../plug-ins/file-jpeg/jpeg-save.c:935 +#: ../plug-ins/file-jpeg/jpeg-save.c:942 msgid "Frequency (rows):" msgstr "Частота (строки):" -#: ../plug-ins/file-jpeg/jpeg-save.c:951 +#: ../plug-ins/file-jpeg/jpeg-save.c:958 msgid "Use _restart markers" msgstr "Использовать _маркеры перезапуска" -#: ../plug-ins/file-jpeg/jpeg-save.c:967 +#: ../plug-ins/file-jpeg/jpeg-save.c:974 msgid "_Optimize" msgstr "О_птимизировать" -#: ../plug-ins/file-jpeg/jpeg-save.c:981 +#: ../plug-ins/file-jpeg/jpeg-save.c:988 msgid "_Progressive" msgstr "Про_грессивная" -#: ../plug-ins/file-jpeg/jpeg-save.c:997 +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 msgid "Save _EXIF data" msgstr "Сохранить данные _Exif" -#: ../plug-ins/file-jpeg/jpeg-save.c:1014 +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 msgid "Save _thumbnail" msgstr "Сохранить _эскиз" -#: ../plug-ins/file-jpeg/jpeg-save.c:1031 +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 msgid "Save _XMP data" msgstr "Сохранить данные _XMP" -#: ../plug-ins/file-jpeg/jpeg-save.c:1046 +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 msgid "_Use quality settings from original image" msgstr "Использовать _качественные характеристики исходного изображения" -#: ../plug-ins/file-jpeg/jpeg-save.c:1052 +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 msgid "" "If the original image was loaded from a JPEG file using non-standard quality " "settings (quantization tables), enable this option to get almost the same " @@ -8401,48 +8413,48 @@ "параметр для получения максимально схожего качества и размера файла." #. Subsampling -#: ../plug-ins/file-jpeg/jpeg-save.c:1076 +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 msgid "Su_bsampling:" msgstr "С_убвыборка:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1083 +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 msgid "1x1,1x1,1x1 (best quality)" msgstr "1x1,1x1,1x1 (наилучшее качество)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1084 +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 msgid "2x1,1x1,1x1 (4:2:2)" msgstr "2x1,1x1,1x1 (4:2:2)" -#: ../plug-ins/file-jpeg/jpeg-save.c:1085 +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 msgid "1x2,1x1,1x1" msgstr "1x2,1x1,1x1" -#: ../plug-ins/file-jpeg/jpeg-save.c:1086 +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 msgid "2x2,1x1,1x1 (smallest file)" msgstr "2x2,1x1,1x1 (наименьший размер файла)" #. DCT method -#: ../plug-ins/file-jpeg/jpeg-save.c:1112 +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 msgid "_DCT method:" msgstr "_Метод DCT:" -#: ../plug-ins/file-jpeg/jpeg-save.c:1118 +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 msgid "Fast Integer" msgstr "Быстрое целое" -#: ../plug-ins/file-jpeg/jpeg-save.c:1119 +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 msgid "Integer" msgstr "Целое" -#: ../plug-ins/file-jpeg/jpeg-save.c:1120 +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 msgid "Floating-Point" msgstr "С плавающей точкой" -#: ../plug-ins/file-jpeg/jpeg-save.c:1136 +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 msgid "Comment" msgstr "Комментарий" -#: ../plug-ins/file-jpeg/jpeg-save.c:1181 +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 msgid "Sa_ve Defaults" msgstr "_Запомнить эти параметры" @@ -8475,46 +8487,76 @@ msgid "Too many channels in file: %d" msgstr "Слишком много каналов в файле: %d" -#: ../plug-ins/file-psd/psd-load.c:314 +#: ../plug-ins/file-psd/psd-load.c:311 +#, fuzzy, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Неподдерживаемая ширина изображения: %d" + +#: ../plug-ins/file-psd/psd-load.c:323 #, c-format msgid "Unsupported color mode: %s" msgstr "Неподдерживаемая цветовая модель: %s" -#: ../plug-ins/file-psd/psd-load.c:341 +#: ../plug-ins/file-psd/psd-load.c:350 #, c-format msgid "Unsupported bit depth: %d" msgstr "Неподдерживаемая разрядность на канал: %d" -#: ../plug-ins/file-psd/psd-load.c:375 ../plug-ins/file-psd/psd-load.c:385 -#: ../plug-ins/file-psd/psd-load.c:604 ../plug-ins/file-psd/psd-load.c:785 +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 #, c-format msgid "The file is corrupt!" msgstr "Этот файл поврежден!" -#: ../plug-ins/file-psd/psd-load.c:545 +#: ../plug-ins/file-psd/psd-load.c:554 #, c-format msgid "Too many channels in layer: %d" msgstr "Слишком много каналов в слое: %d" -#: ../plug-ins/file-psd/psd-load.c:552 +#: ../plug-ins/file-psd/psd-load.c:562 #, c-format msgid "Unsupported or invalid layer height: %d" msgstr "Неподдерживаемая или некорректная высота слоя: %d" -#: ../plug-ins/file-psd/psd-load.c:559 +#: ../plug-ins/file-psd/psd-load.c:570 #, c-format msgid "Unsupported or invalid layer width: %d" msgstr "Неподдерживаемая или некорректная ширина слоя: %d" -#: ../plug-ins/file-psd/psd-load.c:1150 ../plug-ins/file-psd/psd-load.c:1499 +#: ../plug-ins/file-psd/psd-load.c:579 +#, fuzzy, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "Неподдерживаемая или некорректная ширина слоя: %d" + +#: ../plug-ins/file-psd/psd-load.c:763 +#, fuzzy, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "Неподдерживаемая или некорректная высота слоя: %d" + +#: ../plug-ins/file-psd/psd-load.c:771 +#, fuzzy, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "Неподдерживаемая или некорректная ширина слоя: %d" + +#: ../plug-ins/file-psd/psd-load.c:780 +#, fuzzy, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "Неподдерживаемая или некорректная ширина слоя: %d" + +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 #, c-format msgid "Unsupported compression mode: %d" msgstr "Неподдерживаемый режим сжатия: %d" -#: ../plug-ins/file-psd/psd-load.c:1588 +#: ../plug-ins/file-psd/psd-load.c:1644 msgid "Extra" msgstr "Дополнительно" +#: ../plug-ins/file-psd/psd-load.c:1819 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "Неподдерживаемый или некорректный размер канала" + #: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 #: ../plug-ins/file-psd/psd.c:153 msgid "Photoshop image" @@ -8530,12 +8572,12 @@ "его, либо расширение для сохранения данных в него. Используйте вместо него " "режим «Обычный»." -#: ../plug-ins/file-psd/psd-save.c:628 +#: ../plug-ins/file-psd/psd-save.c:631 msgid "Error: Can't convert GIMP base imagetype to PSD mode" msgstr "" "Ошибка: Невозможно преобразовать основный тип изображения GIMP в режим PSD" -#: ../plug-ins/file-psd/psd-save.c:1596 +#: ../plug-ins/file-psd/psd-save.c:1605 #, c-format msgid "" "Unable to save '%s'. The PSD file format does not support images that are " @@ -8544,7 +8586,7 @@ "Невозможно сохранить '%s'. Формат PSD не поддерживает изображения больше 30 " "000 пикселов в длину или ширину." -#: ../plug-ins/file-psd/psd-save.c:1611 +#: ../plug-ins/file-psd/psd-save.c:1620 #, c-format msgid "" "Unable to save '%s'. The PSD file format does not support images with " @@ -8561,33 +8603,48 @@ msgid "Silicon Graphics IRIS image" msgstr "Изображение Silicon Graphics IRIS" -#: ../plug-ins/file-sgi/sgi.c:326 +#: ../plug-ins/file-sgi/sgi.c:325 #, c-format msgid "Could not open '%s' for reading." msgstr "Невозможно открыть \"%s\" для чтения" -#: ../plug-ins/file-sgi/sgi.c:549 +#: ../plug-ins/file-sgi/sgi.c:341 +#, c-format +msgid "Invalid width: %hu" +msgstr "Некорректная ширина: %hu" + +#: ../plug-ins/file-sgi/sgi.c:348 +#, c-format +msgid "Invalid height: %hu" +msgstr "Некорректная высота: %hu" + +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "Некорректное число каналов: %hu" + +#: ../plug-ins/file-sgi/sgi.c:569 #, c-format msgid "Could not open '%s' for writing." msgstr "Невозможно открыть \"%s\" для записи" -#: ../plug-ins/file-sgi/sgi.c:629 +#: ../plug-ins/file-sgi/sgi.c:649 msgid "Save as SGI" msgstr "Сохранить как SGI" -#: ../plug-ins/file-sgi/sgi.c:645 +#: ../plug-ins/file-sgi/sgi.c:665 msgid "Compression type" msgstr "Тип сжатия" -#: ../plug-ins/file-sgi/sgi.c:649 +#: ../plug-ins/file-sgi/sgi.c:669 msgid "No compression" msgstr "Без сжатия" -#: ../plug-ins/file-sgi/sgi.c:651 +#: ../plug-ins/file-sgi/sgi.c:671 msgid "RLE compression" msgstr "RLE сжатие" -#: ../plug-ins/file-sgi/sgi.c:653 +#: ../plug-ins/file-sgi/sgi.c:673 msgid "" "Aggressive RLE\n" "(not supported by SGI)" @@ -8632,7 +8689,7 @@ msgstr "_Запомнить навсегда" #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:127 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:129 #: ../plug-ins/file-uri/uri-backend-wget.c:303 #, c-format msgid "Downloading %s of image data" @@ -8640,7 +8697,7 @@ #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164 #: ../plug-ins/file-uri/uri-backend-gvfs.c:226 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:134 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:136 #: ../plug-ins/file-uri/uri-backend-wget.c:346 #, c-format msgid "Downloaded %s of image data" @@ -8659,7 +8716,7 @@ #: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253 #: ../plug-ins/file-uri/uri-backend-gvfs.c:297 -#: ../plug-ins/file-uri/uri-backend-libcurl.c:156 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:158 #: ../plug-ins/file-uri/uri-backend-wget.c:195 msgid "Connecting to server" msgstr "Соединение с сервером" @@ -8684,11 +8741,11 @@ msgid "Uploading image (%s of %s)" msgstr "Закачивается изображение (%s из %s)" -#: ../plug-ins/file-uri/uri-backend-libcurl.c:58 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:60 msgid "Could not initialize libcurl" msgstr "Не удалось инициализировать libcurl" -#: ../plug-ins/file-uri/uri-backend-libcurl.c:200 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:202 #, c-format msgid "Opening '%s' for reading resulted in HTTP response code: %d" msgstr "Операция открытия '%s' завершилась кодом ошибки HTTP: %d" @@ -8995,7 +9052,7 @@ #: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547 #: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gimpressionist/utils.c:143 -#: ../plug-ins/gradient-flare/gradient-flare.c:882 +#: ../plug-ins/gradient-flare/gradient-flare.c:881 #, c-format msgid "" "No %s in gimprc:\n" @@ -9285,7 +9342,7 @@ msgstr "Отображение фрактала" #: ../plug-ins/fractal-explorer/fractal-explorer.c:756 -#: ../plug-ins/gradient-flare/gradient-flare.c:3201 +#: ../plug-ins/gradient-flare/gradient-flare.c:3200 #, c-format msgid "Are you sure you want to delete \"%s\" from the list and from disk?" msgstr "" @@ -9766,7 +9823,7 @@ msgstr "Добавить случайный шум к цвету" #: ../plug-ins/gimpressionist/general.c:134 -#: ../plug-ins/gradient-flare/gradient-flare.c:3530 +#: ../plug-ins/gradient-flare/gradient-flare.c:3529 msgid "_General" msgstr "Общий вид" @@ -10153,35 +10210,35 @@ "Не удалось сохранить файл PPM \"%s\":\n" "%s" -#: ../plug-ins/gimpressionist/presets.c:638 +#: ../plug-ins/gimpressionist/presets.c:640 msgid "Save Current" msgstr "Сохранить текущие" -#: ../plug-ins/gimpressionist/presets.c:892 +#: ../plug-ins/gimpressionist/presets.c:894 msgid "Gimpressionist Defaults" msgstr "Значения по умолчанию" -#: ../plug-ins/gimpressionist/presets.c:1013 +#: ../plug-ins/gimpressionist/presets.c:1015 msgid "_Presets" msgstr "Настройки" -#: ../plug-ins/gimpressionist/presets.c:1028 +#: ../plug-ins/gimpressionist/presets.c:1030 msgid "Save Current..." msgstr "Сохранить текущие..." -#: ../plug-ins/gimpressionist/presets.c:1036 +#: ../plug-ins/gimpressionist/presets.c:1038 msgid "Save the current settings to the specified file" msgstr "Сохранить текущие настройки в указанном файле" -#: ../plug-ins/gimpressionist/presets.c:1064 +#: ../plug-ins/gimpressionist/presets.c:1066 msgid "Reads the selected Preset into memory" msgstr "Считать выбранные настройки в память" -#: ../plug-ins/gimpressionist/presets.c:1070 +#: ../plug-ins/gimpressionist/presets.c:1072 msgid "Deletes the selected Preset" msgstr "Удалить выбранные настройки" -#: ../plug-ins/gimpressionist/presets.c:1076 +#: ../plug-ins/gimpressionist/presets.c:1078 msgid "Reread the folder of Presets" msgstr "Перечитать каталог настроек" @@ -10331,38 +10388,38 @@ msgid "Overlay" msgstr "Перекрытие" -#: ../plug-ins/gradient-flare/gradient-flare.c:808 +#: ../plug-ins/gradient-flare/gradient-flare.c:807 msgid "Produce a lense flare effect using gradients" msgstr "Добавить в изображение отблеск, используя градиент" -#: ../plug-ins/gradient-flare/gradient-flare.c:813 +#: ../plug-ins/gradient-flare/gradient-flare.c:812 msgid "_Gradient Flare..." msgstr "_Градиентная вспышка..." #. #. * Dialog Shell #. -#: ../plug-ins/gradient-flare/gradient-flare.c:952 -#: ../plug-ins/gradient-flare/gradient-flare.c:2358 +#: ../plug-ins/gradient-flare/gradient-flare.c:951 +#: ../plug-ins/gradient-flare/gradient-flare.c:2357 msgid "Gradient Flare" msgstr "Градиентная вспышка" -#: ../plug-ins/gradient-flare/gradient-flare.c:1265 +#: ../plug-ins/gradient-flare/gradient-flare.c:1264 #, c-format msgid "Failed to open GFlare file '%s': %s" msgstr "Не удалось открыть файл Град.вспышки \"%s\": %s" -#: ../plug-ins/gradient-flare/gradient-flare.c:1273 +#: ../plug-ins/gradient-flare/gradient-flare.c:1272 #, c-format msgid "'%s' is not a valid GFlare file." msgstr "\"%s\" не является файлом градиентной вспышки." -#: ../plug-ins/gradient-flare/gradient-flare.c:1327 +#: ../plug-ins/gradient-flare/gradient-flare.c:1326 #, c-format msgid "invalid formatted GFlare file: %s\n" msgstr "неправильно сформатированный файл градиентной вспышки: %s\n" -#: ../plug-ins/gradient-flare/gradient-flare.c:1452 +#: ../plug-ins/gradient-flare/gradient-flare.c:1451 #, c-format msgid "" "GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" @@ -10375,20 +10432,20 @@ "и создадите папку %s,\n" "то сможете сохранять созданные вами файлы GFlare в этой папке." -#: ../plug-ins/gradient-flare/gradient-flare.c:1485 +#: ../plug-ins/gradient-flare/gradient-flare.c:1484 #, c-format msgid "Failed to write GFlare file '%s': %s" msgstr "Не удалось записать файл градиентной вспышки \"%s\": %s" -#: ../plug-ins/gradient-flare/gradient-flare.c:2415 +#: ../plug-ins/gradient-flare/gradient-flare.c:2414 msgid "A_uto update preview" msgstr "_Автообновление просмотра" -#: ../plug-ins/gradient-flare/gradient-flare.c:2466 +#: ../plug-ins/gradient-flare/gradient-flare.c:2465 msgid "`Default' is created." msgstr "«Исходная» создана." -#: ../plug-ins/gradient-flare/gradient-flare.c:2467 +#: ../plug-ins/gradient-flare/gradient-flare.c:2466 msgid "Default" msgstr "Исходная" @@ -10398,213 +10455,213 @@ #. #. * Scales #. -#: ../plug-ins/gradient-flare/gradient-flare.c:2746 -#: ../plug-ins/gradient-flare/gradient-flare.c:3583 -#: ../plug-ins/gradient-flare/gradient-flare.c:3688 -#: ../plug-ins/gradient-flare/gradient-flare.c:3825 +#: ../plug-ins/gradient-flare/gradient-flare.c:2745 +#: ../plug-ins/gradient-flare/gradient-flare.c:3582 +#: ../plug-ins/gradient-flare/gradient-flare.c:3687 +#: ../plug-ins/gradient-flare/gradient-flare.c:3824 msgid "Parameters" msgstr "Параметры" -#: ../plug-ins/gradient-flare/gradient-flare.c:2772 +#: ../plug-ins/gradient-flare/gradient-flare.c:2771 msgid "Ro_tation:" msgstr "_Вращение:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2784 +#: ../plug-ins/gradient-flare/gradient-flare.c:2783 msgid "_Hue rotation:" msgstr "_Вращение тона:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2796 +#: ../plug-ins/gradient-flare/gradient-flare.c:2795 msgid "Vector _angle:" msgstr "_Угол вектора:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2808 +#: ../plug-ins/gradient-flare/gradient-flare.c:2807 msgid "Vector _length:" msgstr "_Длина вектора:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2829 +#: ../plug-ins/gradient-flare/gradient-flare.c:2828 msgid "A_daptive supersampling" msgstr "Адаптивная _интерполяция" -#: ../plug-ins/gradient-flare/gradient-flare.c:2848 +#: ../plug-ins/gradient-flare/gradient-flare.c:2847 msgid "_Max depth:" msgstr "_Макс. глубина:" -#: ../plug-ins/gradient-flare/gradient-flare.c:2858 +#: ../plug-ins/gradient-flare/gradient-flare.c:2857 msgid "_Threshold" msgstr "_Порог" -#: ../plug-ins/gradient-flare/gradient-flare.c:2996 +#: ../plug-ins/gradient-flare/gradient-flare.c:2995 msgid "S_elector" msgstr "Тип вспышки" -#: ../plug-ins/gradient-flare/gradient-flare.c:3060 +#: ../plug-ins/gradient-flare/gradient-flare.c:3059 msgid "New Gradient Flare" msgstr "Новая градиентная вспышка" -#: ../plug-ins/gradient-flare/gradient-flare.c:3063 +#: ../plug-ins/gradient-flare/gradient-flare.c:3062 msgid "Enter a name for the new GFlare" msgstr "Введите название для новой градиентной вспышки" -#: ../plug-ins/gradient-flare/gradient-flare.c:3083 +#: ../plug-ins/gradient-flare/gradient-flare.c:3082 #, c-format msgid "The name '%s' is used already!" msgstr "Название '%s' уже используется!" -#: ../plug-ins/gradient-flare/gradient-flare.c:3139 +#: ../plug-ins/gradient-flare/gradient-flare.c:3138 msgid "Copy Gradient Flare" msgstr "Копирование град. вспышки" -#: ../plug-ins/gradient-flare/gradient-flare.c:3142 +#: ../plug-ins/gradient-flare/gradient-flare.c:3141 msgid "Enter a name for the copied GFlare" msgstr "Ввести название для скопированной Град.вспышки" -#: ../plug-ins/gradient-flare/gradient-flare.c:3164 +#: ../plug-ins/gradient-flare/gradient-flare.c:3163 #, c-format msgid "The name `%s' is used already!" msgstr "Название '%s' уже используется!" -#: ../plug-ins/gradient-flare/gradient-flare.c:3195 +#: ../plug-ins/gradient-flare/gradient-flare.c:3194 msgid "Cannot delete!! There must be at least one GFlare." msgstr "Невозможно удалить! Должна быть хотя бы одна Град.вспышка." -#: ../plug-ins/gradient-flare/gradient-flare.c:3205 +#: ../plug-ins/gradient-flare/gradient-flare.c:3204 msgid "Delete Gradient Flare" msgstr "Удаление град. вспышки" -#: ../plug-ins/gradient-flare/gradient-flare.c:3277 +#: ../plug-ins/gradient-flare/gradient-flare.c:3276 #, c-format msgid "not found %s in gflares_list" msgstr "не найдено %s в списке град.вспышек gflares_list" -#: ../plug-ins/gradient-flare/gradient-flare.c:3318 +#: ../plug-ins/gradient-flare/gradient-flare.c:3317 msgid "Gradient Flare Editor" msgstr "Редактор град.вспышки" -#: ../plug-ins/gradient-flare/gradient-flare.c:3322 +#: ../plug-ins/gradient-flare/gradient-flare.c:3321 msgid "Rescan Gradients" msgstr "Перечитать градиенты" #. Glow -#: ../plug-ins/gradient-flare/gradient-flare.c:3447 +#: ../plug-ins/gradient-flare/gradient-flare.c:3446 msgid "Glow Paint Options" msgstr "Параметры рисования свечения" -#: ../plug-ins/gradient-flare/gradient-flare.c:3458 -#: ../plug-ins/gradient-flare/gradient-flare.c:3486 -#: ../plug-ins/gradient-flare/gradient-flare.c:3514 +#: ../plug-ins/gradient-flare/gradient-flare.c:3457 +#: ../plug-ins/gradient-flare/gradient-flare.c:3485 +#: ../plug-ins/gradient-flare/gradient-flare.c:3513 msgid "Opacity:" msgstr "Непрозрачность:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3471 -#: ../plug-ins/gradient-flare/gradient-flare.c:3499 -#: ../plug-ins/gradient-flare/gradient-flare.c:3527 +#: ../plug-ins/gradient-flare/gradient-flare.c:3470 +#: ../plug-ins/gradient-flare/gradient-flare.c:3498 +#: ../plug-ins/gradient-flare/gradient-flare.c:3526 msgid "Paint mode:" msgstr "Режим рисования:" #. Rays -#: ../plug-ins/gradient-flare/gradient-flare.c:3475 +#: ../plug-ins/gradient-flare/gradient-flare.c:3474 msgid "Rays Paint Options" msgstr "Параметры рисования лучей" #. Rays -#: ../plug-ins/gradient-flare/gradient-flare.c:3503 +#: ../plug-ins/gradient-flare/gradient-flare.c:3502 msgid "Second Flares Paint Options" msgstr "Параметры рисования второй вспышки" #. #. * Gradient Menus #. -#: ../plug-ins/gradient-flare/gradient-flare.c:3556 -#: ../plug-ins/gradient-flare/gradient-flare.c:3659 -#: ../plug-ins/gradient-flare/gradient-flare.c:3798 +#: ../plug-ins/gradient-flare/gradient-flare.c:3555 +#: ../plug-ins/gradient-flare/gradient-flare.c:3658 +#: ../plug-ins/gradient-flare/gradient-flare.c:3797 msgid "Gradients" msgstr "Градиенты" -#: ../plug-ins/gradient-flare/gradient-flare.c:3567 -#: ../plug-ins/gradient-flare/gradient-flare.c:3672 -#: ../plug-ins/gradient-flare/gradient-flare.c:3809 +#: ../plug-ins/gradient-flare/gradient-flare.c:3566 +#: ../plug-ins/gradient-flare/gradient-flare.c:3671 +#: ../plug-ins/gradient-flare/gradient-flare.c:3808 msgid "Radial gradient:" msgstr "Радиальный градиент:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3571 -#: ../plug-ins/gradient-flare/gradient-flare.c:3676 +#: ../plug-ins/gradient-flare/gradient-flare.c:3570 +#: ../plug-ins/gradient-flare/gradient-flare.c:3675 msgid "Angular gradient:" msgstr "Угловой градиент:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3575 -#: ../plug-ins/gradient-flare/gradient-flare.c:3680 +#: ../plug-ins/gradient-flare/gradient-flare.c:3574 +#: ../plug-ins/gradient-flare/gradient-flare.c:3679 msgid "Angular size gradient:" msgstr "Градиент угловой протяж-ти:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3595 -#: ../plug-ins/gradient-flare/gradient-flare.c:3700 -#: ../plug-ins/gradient-flare/gradient-flare.c:3837 +#: ../plug-ins/gradient-flare/gradient-flare.c:3594 +#: ../plug-ins/gradient-flare/gradient-flare.c:3699 +#: ../plug-ins/gradient-flare/gradient-flare.c:3836 msgid "Size (%):" msgstr "Размер (%):" -#: ../plug-ins/gradient-flare/gradient-flare.c:3607 -#: ../plug-ins/gradient-flare/gradient-flare.c:3712 -#: ../plug-ins/gradient-flare/gradient-flare.c:3849 +#: ../plug-ins/gradient-flare/gradient-flare.c:3606 +#: ../plug-ins/gradient-flare/gradient-flare.c:3711 +#: ../plug-ins/gradient-flare/gradient-flare.c:3848 msgid "Rotation:" msgstr "Вращение:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3619 -#: ../plug-ins/gradient-flare/gradient-flare.c:3725 -#: ../plug-ins/gradient-flare/gradient-flare.c:3862 +#: ../plug-ins/gradient-flare/gradient-flare.c:3618 +#: ../plug-ins/gradient-flare/gradient-flare.c:3724 +#: ../plug-ins/gradient-flare/gradient-flare.c:3861 msgid "Hue rotation:" msgstr "Вращение тона:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3633 +#: ../plug-ins/gradient-flare/gradient-flare.c:3632 msgid "G_low" msgstr "Свечение" -#: ../plug-ins/gradient-flare/gradient-flare.c:3737 +#: ../plug-ins/gradient-flare/gradient-flare.c:3736 msgid "# of Spikes:" msgstr "Число пятен:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3749 +#: ../plug-ins/gradient-flare/gradient-flare.c:3748 msgid "Spike thickness:" msgstr "Толщина пятен:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3763 +#: ../plug-ins/gradient-flare/gradient-flare.c:3762 msgid "_Rays" msgstr "Лучи" -#: ../plug-ins/gradient-flare/gradient-flare.c:3813 +#: ../plug-ins/gradient-flare/gradient-flare.c:3812 msgid "Size factor gradient:" msgstr "Градиент масшт. множителя:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3817 +#: ../plug-ins/gradient-flare/gradient-flare.c:3816 msgid "Probability gradient:" msgstr "Градиент вероятности:" #. #. * Shape Radio Button Frame #. -#: ../plug-ins/gradient-flare/gradient-flare.c:3879 +#: ../plug-ins/gradient-flare/gradient-flare.c:3878 msgid "Shape of Second Flares" msgstr "Форма второй вспышки" -#: ../plug-ins/gradient-flare/gradient-flare.c:3887 +#: ../plug-ins/gradient-flare/gradient-flare.c:3886 #: ../plug-ins/imagemap/imap_menu.c:222 msgid "Circle" msgstr "Круг" -#: ../plug-ins/gradient-flare/gradient-flare.c:3904 +#: ../plug-ins/gradient-flare/gradient-flare.c:3903 #: ../plug-ins/imagemap/imap_menu.c:224 msgid "Polygon" msgstr "Многоугольник" -#: ../plug-ins/gradient-flare/gradient-flare.c:3937 +#: ../plug-ins/gradient-flare/gradient-flare.c:3936 msgid "Random seed:" msgstr "Случайное зерно:" -#: ../plug-ins/gradient-flare/gradient-flare.c:3951 +#: ../plug-ins/gradient-flare/gradient-flare.c:3950 msgid "_Second Flares" msgstr "Вторичные вспышки" -#: ../plug-ins/help-browser/dialog.c:184 -#: ../plug-ins/help-browser/dialog.c:1096 +#: ../plug-ins/help-browser/dialog.c:186 +#: ../plug-ins/help-browser/dialog.c:1121 msgid "GIMP Help Browser" msgstr "Просмотрщик справки GIMP" @@ -10644,36 +10701,36 @@ msgid "Copy the location of this page to the clipboard" msgstr "Скопировать расположение этой страницы в буфер обмена" -#: ../plug-ins/help-browser/dialog.c:605 +#: ../plug-ins/help-browser/dialog.c:610 msgid "Find text in current page" msgstr "Найти текст на текущей странице" -#: ../plug-ins/help-browser/dialog.c:610 +#: ../plug-ins/help-browser/dialog.c:615 msgid "Find _Again" msgstr "Искать _дальше" -#: ../plug-ins/help-browser/dialog.c:629 +#: ../plug-ins/help-browser/dialog.c:634 msgid "S_how Index" msgstr "_Показать содержание" -#: ../plug-ins/help-browser/dialog.c:630 +#: ../plug-ins/help-browser/dialog.c:635 msgid "Toggle the visibility of the sidebar" msgstr "Переключить видимость боковой панели" -#: ../plug-ins/help-browser/dialog.c:651 +#: ../plug-ins/help-browser/dialog.c:656 msgid "Visit the GIMP documentation website" msgstr "Посетите сайт документации GIMP" -#: ../plug-ins/help-browser/dialog.c:1137 +#: ../plug-ins/help-browser/dialog.c:1162 msgid "Find:" msgstr "Искать:" -#: ../plug-ins/help-browser/dialog.c:1154 +#: ../plug-ins/help-browser/dialog.c:1179 msgctxt "search" msgid "_Previous" msgstr "_Предыдущее" -#: ../plug-ins/help-browser/dialog.c:1166 +#: ../plug-ins/help-browser/dialog.c:1191 msgctxt "search" msgid "_Next" msgstr "_Следующее" @@ -12285,25 +12342,25 @@ msgid "Nested elements (<%s>) are not allowed in this context" msgstr "Вложенные элементы (<%s>) недопустимы в данном контексте" -#: ../plug-ins/metadata/xmp-parse.c:1005 +#: ../plug-ins/metadata/xmp-parse.c:1010 #, c-format msgid "End of element <%s> not expected in this context" msgstr "Окончание тэга <%s> не допустимо в данном контексте" -#: ../plug-ins/metadata/xmp-parse.c:1107 +#: ../plug-ins/metadata/xmp-parse.c:1112 #, c-format msgid "The current element (<%s>) cannot contain text" msgstr "Текущий элемент (<%s>) не может содержать текст" -#: ../plug-ins/metadata/xmp-parse.c:1132 +#: ../plug-ins/metadata/xmp-parse.c:1137 msgid "XMP packets must start with " msgstr "Пакет XMP должен начитаться так: " -#: ../plug-ins/metadata/xmp-parse.c:1146 +#: ../plug-ins/metadata/xmp-parse.c:1151 msgid "XMP packets must end with " msgstr "Пакеты XMP должны заканчиваться так: " -#: ../plug-ins/metadata/xmp-parse.c:1159 +#: ../plug-ins/metadata/xmp-parse.c:1164 msgid "XMP cannot contain XML comments or processing instructions" msgstr "XMP не может содержать комментарии XML или инструкции по выполнению" diff -Nru gimp-2.6.11/po-plug-ins/tr.po gimp-2.6.12/po-plug-ins/tr.po --- gimp-2.6.11/po-plug-ins/tr.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-plug-ins/tr.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,12193 +1,12506 @@ # Copyright (C) 2001 Free Software Foundation, Inc. # Fatih Demir -# +# Ubuntu Launchpad Türkiye +# msgid "" msgstr "" "Project-Id-Version: GIMP 1.2.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-28 15:41+0100\n" -"PO-Revision-Date: 2003-12-31 17:49+0000\n" -"Last-Translator: Fatih Demir \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-11-17 16:08+0000\n" +"PO-Revision-Date: 2010-10-09 20:41+0200\n" +"Last-Translator: maydin95 \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Launchpad-Export-Date: 2010-10-09 17:28+0000\n" +"X-Generator: Launchpad (build Unknown)\n" -#: plug-ins/FractalExplorer/Dialogs.c:523 plug-ins/gfig/gfig-dialog.c:283 -#: plug-ins/gflare/gflare.c:891 -#, c-format -msgid "" -"No %s in gimprc:\n" -"You need to add an entry like\n" -"(%s \"%s\")\n" -"to your %s file." -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:119 +msgid "Original" +msgstr "Özgün" -#: plug-ins/FractalExplorer/Dialogs.c:543 -#: plug-ins/FractalExplorer/Dialogs.c:1647 plug-ins/imagemap/imap_about.c:39 -#: plug-ins/print/gimp_main_window.c:367 -msgid "About" -msgstr "Hakkında" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:137 +msgid "Rotated" +msgstr "Döndürülmüş" -#: plug-ins/FractalExplorer/Dialogs.c:608 -msgid "Realtime Preview" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:155 +msgid "Continuous update" +msgstr "Devam eden güncelleme" -#: plug-ins/FractalExplorer/Dialogs.c:615 -msgid "If you enable this option the preview will be redrawn automatically" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:168 +msgid "Area:" +msgstr "Alan:" -#: plug-ins/FractalExplorer/Dialogs.c:618 -msgid "Redraw" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:172 +msgid "Entire Layer" +msgstr "Tüm Katman" -#: plug-ins/FractalExplorer/Dialogs.c:624 -msgid "Redraw preview" -msgstr "" +#. Create selection +#: ../plug-ins/color-rotate/color-rotate-dialog.c:173 +#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367 +#: ../plug-ins/selection-to-path/selection-to-path.c:433 +msgid "Selection" +msgstr "Seçim" -#. Zoom Options -#: plug-ins/FractalExplorer/Dialogs.c:627 plug-ins/imagemap/imap_popup.c:146 -msgid "Zoom" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:174 +msgid "Context" +msgstr "İçerik" -#: plug-ins/FractalExplorer/Dialogs.c:655 -msgid "Undo last zoom" -msgstr "" +#. spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:299 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:377 +#: ../plug-ins/common/color-to-alpha.c:410 ../plug-ins/file-fli/fli-gimp.c:875 +#: ../plug-ins/file-fli/fli-gimp.c:945 +msgid "From:" +msgstr "Gönderen:" -#: plug-ins/FractalExplorer/Dialogs.c:665 -msgid "Redo last zoom" -msgstr "" +#. spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:325 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:378 +#: ../plug-ins/file-fli/fli-gimp.c:884 ../plug-ins/file-fli/fli-gimp.c:954 +msgid "To:" +msgstr "Alıcı:" -#: plug-ins/FractalExplorer/Dialogs.c:680 -msgid "_Parameters" -msgstr "_Parametreler" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:419 +#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/imagemap/imap_menu.c:214 +msgid "Gray" +msgstr "Gri" -#: plug-ins/FractalExplorer/Dialogs.c:683 -msgid "Fractal Parameters" -msgstr "" +#. Gray: Circle: Spinbutton 1 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:467 +msgid "Hue:" +msgstr "Renk Tonu:" -#: plug-ins/FractalExplorer/Dialogs.c:696 -msgid "XMIN:" -msgstr "" +#. Gray: Circle: Spinbutton 2 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:494 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:556 +msgid "Saturation:" +msgstr "Doygunluk:" -#: plug-ins/FractalExplorer/Dialogs.c:699 -msgid "Change the first (minimal) x-coordinate delimitation" -msgstr "" +#. * Gray: Operation-Mode * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:514 +msgid "Gray Mode" +msgstr "Gri Kip" -#: plug-ins/FractalExplorer/Dialogs.c:707 -msgid "XMAX:" -msgstr "" +#. Gray: Operation-Mode: two radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:523 +msgid "Treat as this" +msgstr "Bunun gibi davran" -#: plug-ins/FractalExplorer/Dialogs.c:710 -msgid "Change the second (maximal) x-coordinate delimitation" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:535 +msgid "Change to this" +msgstr "Bununla değiştir" -#: plug-ins/FractalExplorer/Dialogs.c:718 -msgid "YMIN:" -msgstr "" +#. * Gray: What is gray? * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:548 +msgid "Gray Threshold" +msgstr "Gri Eşik" -#: plug-ins/FractalExplorer/Dialogs.c:721 -msgid "Change the first (minimal) y-coordinate delimitation" -msgstr "" +#. * Misc: Used unit selection * +#: ../plug-ins/color-rotate/color-rotate-dialog.c:588 +#: ../plug-ins/color-rotate/color-rotate-dialog.c:698 +msgid "Units" +msgstr "Birimler" -#: plug-ins/FractalExplorer/Dialogs.c:729 -msgid "YMAX:" -msgstr "" +#. Misc: Used unit selection: 3 radio buttons +#: ../plug-ins/color-rotate/color-rotate-dialog.c:597 +msgid "Radians" +msgstr "Radyan" -#: plug-ins/FractalExplorer/Dialogs.c:732 -msgid "Change the second (maximal) y-coordinate delimitation" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:609 +msgid "Radians/Pi" +msgstr "Radyan/Pi" -#: plug-ins/FractalExplorer/Dialogs.c:740 -msgid "ITER:" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:621 +msgid "Degrees" +msgstr "Derece" -#: plug-ins/FractalExplorer/Dialogs.c:743 -msgid "" -"Change the iteration value. The higher it is, the more details will be " -"calculated, which will take more time" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:652 +msgid "Rotate Colors" +msgstr "Renkleri Çevir" -#: plug-ins/FractalExplorer/Dialogs.c:752 -msgid "CX:" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:692 +msgid "Main Options" +msgstr "Ana Seçenekler" -#: plug-ins/FractalExplorer/Dialogs.c:755 -msgid "" -"Change the CX value (changes aspect of fractal, active with every fractal " -"but Mandelbrot and Sierpinski)" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-dialog.c:695 +msgid "Gray Options" +msgstr "Gri Seçenekleri" -#: plug-ins/FractalExplorer/Dialogs.c:764 -msgid "CY:" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-stock.c:35 +msgid "Switch to Clockwise" +msgstr "Saat Yönünde Çevir" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:37 +msgid "Switch to C/Clockwise" +msgstr "Saat Yönünün Tersinde Çevir" + +#: ../plug-ins/color-rotate/color-rotate-stock.c:39 +msgid "Change Order of Arrows" +msgstr "Okların Düzenini Değiştir" -#: plug-ins/FractalExplorer/Dialogs.c:767 -msgid "" -"Change the CY value (changes aspect of fractal, active with every fractal " -"but Mandelbrot and Sierpinski)" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate-stock.c:41 +#: ../plug-ins/imagemap/imap_cmd_select_all.c:51 +msgid "Select All" +msgstr "Tümünü Seç" -#: plug-ins/FractalExplorer/Dialogs.c:784 -msgid "Load a fractal from file" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate.c:99 +msgid "Replace a range of colors with another" +msgstr "Renk değer kümesini bir başkasıyla değiştir" -#: plug-ins/FractalExplorer/Dialogs.c:792 -msgid "Reset parameters to default values" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate.c:106 +msgid "_Rotate Colors..." +msgstr "_Renkleri Döndür..." -#: plug-ins/FractalExplorer/Dialogs.c:801 -msgid "Save active fractal to file" -msgstr "" +#: ../plug-ins/color-rotate/color-rotate.c:140 +msgid "Rotating the colors" +msgstr "Renkler döndürülüyor" -#. Fractal type toggle box -#: plug-ins/FractalExplorer/Dialogs.c:804 -msgid "Fractal Type" -msgstr "" +#: ../plug-ins/common/alien-map.c:140 +msgid "_Modify red channel" +msgstr "Kırmızı kanalı _değiştir" -#: plug-ins/FractalExplorer/Dialogs.c:817 -msgid "Mandelbrot" -msgstr "" +#: ../plug-ins/common/alien-map.c:140 +msgid "_Modify hue channel" +msgstr "Renk tonu kanalını _değiştir" -#: plug-ins/FractalExplorer/Dialogs.c:819 -msgid "Julia" -msgstr "" +#: ../plug-ins/common/alien-map.c:141 +msgid "Mo_dify green channel" +msgstr "Yeşil kanalı d_eğiştir" -#: plug-ins/FractalExplorer/Dialogs.c:821 -msgid "Barnsley 1" -msgstr "" +#: ../plug-ins/common/alien-map.c:141 +msgid "Mo_dify saturation channel" +msgstr "Doygunluk kanalını d_eğiştir" -#: plug-ins/FractalExplorer/Dialogs.c:823 -msgid "Barnsley 2" -msgstr "" +#: ../plug-ins/common/alien-map.c:142 +msgid "Mod_ify blue channel" +msgstr "Mavi kanalı değ_iştir" -#: plug-ins/FractalExplorer/Dialogs.c:825 -msgid "Barnsley 3" -msgstr "" +#: ../plug-ins/common/alien-map.c:142 +msgid "Mod_ify luminosity channel" +msgstr "Işıklılık kanalını _değiştir" -#: plug-ins/FractalExplorer/Dialogs.c:827 -msgid "Spider" -msgstr "" +#: ../plug-ins/common/alien-map.c:147 +msgid "Red _frequency:" +msgstr "Kırmızı _sıklığı:" -#: plug-ins/FractalExplorer/Dialogs.c:829 -msgid "Man'o'war" -msgstr "" +#: ../plug-ins/common/alien-map.c:147 +msgid "Hue _frequency:" +msgstr "Renk tonu _sıklığı:" -#: plug-ins/FractalExplorer/Dialogs.c:831 -msgid "Lambda" -msgstr "" +#: ../plug-ins/common/alien-map.c:148 +msgid "Green fr_equency:" +msgstr "Yeşil sı_klığı:" -#: plug-ins/FractalExplorer/Dialogs.c:833 -msgid "Sierpinski" -msgstr "" +#: ../plug-ins/common/alien-map.c:148 +msgid "Saturation fr_equency:" +msgstr "Doygunluk sı_klığı:" -#: plug-ins/FractalExplorer/Dialogs.c:879 plug-ins/common/sinus.c:879 -msgid "Co_lors" -msgstr "_Renkler" +#: ../plug-ins/common/alien-map.c:149 +msgid "Blue freq_uency:" +msgstr "Mavi sık_lığı:" -#. Number of Colors frame -#: plug-ins/FractalExplorer/Dialogs.c:883 plug-ins/common/borderaverage.c:405 -msgid "Number of Colors" -msgstr "Renk Sayısı" +#: ../plug-ins/common/alien-map.c:149 +msgid "Luminosity freq_uency:" +msgstr "Işıklılık s_ıklığı:" -#: plug-ins/FractalExplorer/Dialogs.c:895 -msgid "Number of colors:" -msgstr "Renk sayısı:" +#: ../plug-ins/common/alien-map.c:151 +msgid "Red _phaseshift:" +msgstr "Kırmızı _evre ötesi:" -#: plug-ins/FractalExplorer/Dialogs.c:898 -msgid "Change the number of colors in the mapping" -msgstr "" +#: ../plug-ins/common/alien-map.c:151 +msgid "Hue _phaseshift:" +msgstr "Renk tonu _faz kayması:" -#: plug-ins/FractalExplorer/Dialogs.c:905 -msgid "Use loglog smoothing" -msgstr "" +#: ../plug-ins/common/alien-map.c:152 +msgid "Green ph_aseshift:" +msgstr "Yeşil e_vre ötesi:" -#: plug-ins/FractalExplorer/Dialogs.c:912 -msgid "Use log log smoothing to eliminate \"banding\" in the result" -msgstr "" +#: ../plug-ins/common/alien-map.c:152 +msgid "Saturation ph_aseshift:" +msgstr "Doygunluk _faz kayması:" -#. Color Density frame -#: plug-ins/FractalExplorer/Dialogs.c:916 -msgid "Color Density" -msgstr "" +#: ../plug-ins/common/alien-map.c:153 +msgid "Blue pha_seshift:" +msgstr "Mavi ev_re ötesi:" -#. These values are translated for the GUI but also used internally -#. to figure out which button the user pushed, etc. -#. Not my design, please don't blame me -- njl -#: plug-ins/FractalExplorer/Dialogs.c:928 plug-ins/common/compose.c:128 -#: plug-ins/common/compose.c:138 plug-ins/common/fp.c:217 -msgid "Red:" -msgstr "Kırmızı:" +#: ../plug-ins/common/alien-map.c:153 +msgid "Luminosity pha_seshift:" +msgstr "Işıklılık _faz kayması:" -#: plug-ins/FractalExplorer/Dialogs.c:931 -msgid "Change the intensity of the red channel" -msgstr "" +#: ../plug-ins/common/alien-map.c:183 +msgid "Alter colors in various psychedelic ways" +msgstr "Çeşitli rengarenk yollarla renkleri değiştir" + +#: ../plug-ins/common/alien-map.c:188 +msgid "_Alien Map..." +msgstr "_Yabancı Harita..." + +#: ../plug-ins/common/alien-map.c:320 +msgid "Alien Map: Transforming" +msgstr "Yabancı Harita: Dönüştürülüyor" + +#: ../plug-ins/common/alien-map.c:393 +msgid "Alien Map" +msgstr "Yabancı Harita" -#: plug-ins/FractalExplorer/Dialogs.c:938 plug-ins/common/compose.c:129 -#: plug-ins/common/compose.c:139 plug-ins/common/fp.c:218 -msgid "Green:" -msgstr "Yeşil:" +#: ../plug-ins/common/alien-map.c:441 ../plug-ins/common/alien-map.c:465 +#: ../plug-ins/common/alien-map.c:489 +msgid "Number of cycles covering full value range" +msgstr "Tüm değer erimini kapsayan dönüş sayısı" -#: plug-ins/FractalExplorer/Dialogs.c:941 -msgid "Change the intensity of the green channel" -msgstr "" +#: ../plug-ins/common/alien-map.c:453 ../plug-ins/common/alien-map.c:477 +#: ../plug-ins/common/alien-map.c:501 +msgid "Phase angle, range 0-360" +msgstr "Faz açısı, açı 0-360" -#: plug-ins/FractalExplorer/Dialogs.c:948 plug-ins/common/compose.c:130 -#: plug-ins/common/compose.c:140 plug-ins/common/fp.c:219 -msgid "Blue:" -msgstr "Mavi:" +#. Propagate Mode +#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:611 +#: ../plug-ins/common/value-propagate.c:1120 ../plug-ins/common/waves.c:277 +msgid "Mode" +msgstr "Mod" -#: plug-ins/FractalExplorer/Dialogs.c:951 -msgid "Change the intensity of the blue channel" -msgstr "" +#: ../plug-ins/common/alien-map.c:519 +msgid "_RGB color model" +msgstr "_RGB renk örneği" -#. Color Function frame -#: plug-ins/FractalExplorer/Dialogs.c:957 -msgid "Color Function" -msgstr "" +#: ../plug-ins/common/alien-map.c:520 +msgid "_HSL color model" +msgstr "_HSL renk örneği" -#. Redmode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:966 plug-ins/common/channel_mixer.c:523 -#: plug-ins/common/decompose.c:133 -msgid "Red" -msgstr "Kırmızı" +#: ../plug-ins/common/align-layers.c:128 +msgid "Align all visible layers of the image" +msgstr "Tüm görünen katmanları görüntüye hizala" -#: plug-ins/FractalExplorer/Dialogs.c:970 -#: plug-ins/FractalExplorer/Dialogs.c:1011 -#: plug-ins/FractalExplorer/Dialogs.c:1052 -msgid "Sine" -msgstr "" +#: ../plug-ins/common/align-layers.c:133 +msgid "Align Visi_ble Layers..." +msgstr "G_örünür Katmanları Hizala..." -#: plug-ins/FractalExplorer/Dialogs.c:972 -#: plug-ins/FractalExplorer/Dialogs.c:1013 -#: plug-ins/FractalExplorer/Dialogs.c:1054 -msgid "Cosine" -msgstr "" +#: ../plug-ins/common/align-layers.c:173 +msgid "There are not enough layers to align." +msgstr "Hizalamak için yeterli katman yok." + +#: ../plug-ins/common/align-layers.c:400 +msgid "Align Visible Layers" +msgstr "Görünür Katmanları Hizala" -#: plug-ins/FractalExplorer/Dialogs.c:974 -#: plug-ins/FractalExplorer/Dialogs.c:1015 -#: plug-ins/FractalExplorer/Dialogs.c:1056 plug-ins/Lighting/lighting_ui.c:369 -#: plug-ins/common/CML_explorer.c:168 plug-ins/common/align_layers.c:416 -#: plug-ins/common/align_layers.c:447 plug-ins/common/postscript.c:3019 -#: plug-ins/common/postscript.c:3031 plug-ins/common/psp.c:416 -#: plug-ins/fits/fits.c:1012 +#. if and how to center the image on the page +#: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455 +#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3249 +#: ../plug-ins/common/file-ps.c:3261 ../plug-ins/common/file-psp.c:661 +#: ../plug-ins/file-fits/fits.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1081 +#: ../plug-ins/lighting/lighting-ui.c:416 +#: ../plug-ins/print/print-page-layout.c:449 msgid "None" msgstr "Yok" -#: plug-ins/FractalExplorer/Dialogs.c:979 -#: plug-ins/FractalExplorer/Dialogs.c:1020 -#: plug-ins/FractalExplorer/Dialogs.c:1061 -msgid "Use sine-function for this color component" -msgstr "" +#: ../plug-ins/common/align-layers.c:425 ../plug-ins/common/align-layers.c:456 +msgid "Collect" +msgstr "Topla" -#: plug-ins/FractalExplorer/Dialogs.c:982 -#: plug-ins/FractalExplorer/Dialogs.c:1023 -#: plug-ins/FractalExplorer/Dialogs.c:1064 -msgid "Use cosine-function for this color component" -msgstr "" +#: ../plug-ins/common/align-layers.c:426 +msgid "Fill (left to right)" +msgstr "Doldur (soldan sağa)" -#: plug-ins/FractalExplorer/Dialogs.c:985 -#: plug-ins/FractalExplorer/Dialogs.c:1026 -#: plug-ins/FractalExplorer/Dialogs.c:1067 -msgid "" -"Use linear mapping instead of any trigonometrical function for this color " -"channel" -msgstr "" +#: ../plug-ins/common/align-layers.c:427 +msgid "Fill (right to left)" +msgstr "Doldur (sağdan sola)" -#: plug-ins/FractalExplorer/Dialogs.c:994 -#: plug-ins/FractalExplorer/Dialogs.c:1035 -#: plug-ins/FractalExplorer/Dialogs.c:1076 -msgid "Inversion" -msgstr "" +#: ../plug-ins/common/align-layers.c:428 ../plug-ins/common/align-layers.c:459 +msgid "Snap to grid" +msgstr "Izgaraya uydur" -#: plug-ins/FractalExplorer/Dialogs.c:1002 -#: plug-ins/FractalExplorer/Dialogs.c:1043 -#: plug-ins/FractalExplorer/Dialogs.c:1084 -msgid "" -"If you enable this option higher color values will be swapped with lower " -"ones and vice versa" -msgstr "" +#: ../plug-ins/common/align-layers.c:437 +msgid "_Horizontal style:" +msgstr "_Yatay biçem:" -#. Greenmode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:1007 plug-ins/common/channel_mixer.c:528 -#: plug-ins/common/decompose.c:134 -msgid "Green" -msgstr "Yeşil" +#: ../plug-ins/common/align-layers.c:441 +msgid "Left edge" +msgstr "Sol Kenar" -#. Bluemode radio frame -#: plug-ins/FractalExplorer/Dialogs.c:1048 plug-ins/common/channel_mixer.c:533 -#: plug-ins/common/decompose.c:139 -msgid "Blue" -msgstr "Mavi" +#: ../plug-ins/common/align-layers.c:442 ../plug-ins/common/align-layers.c:472 +#: ../plug-ins/gradient-flare/gradient-flare.c:2713 +msgid "Center" +msgstr "Merkez" -#. Colormode toggle box -#: plug-ins/FractalExplorer/Dialogs.c:1089 -msgid "Color Mode" -msgstr "" +#: ../plug-ins/common/align-layers.c:443 +msgid "Right edge" +msgstr "Sağ Kenar" -#: plug-ins/FractalExplorer/Dialogs.c:1098 -msgid "As specified above" -msgstr "" +#: ../plug-ins/common/align-layers.c:452 +msgid "Ho_rizontal base:" +msgstr "Ya_tay taban:" -#: plug-ins/FractalExplorer/Dialogs.c:1110 -msgid "" -"Create a color-map with the options you specified above (color density/" -"function). The result is visible in the preview image" -msgstr "" +#: ../plug-ins/common/align-layers.c:457 +msgid "Fill (top to bottom)" +msgstr "Doldur (yukarıdan aşağıya)" -#: plug-ins/FractalExplorer/Dialogs.c:1120 -msgid "Apply active gradient to final image" -msgstr "" +#: ../plug-ins/common/align-layers.c:458 +msgid "Fill (bottom to top)" +msgstr "Doldur (aşağıdan yukarıya)" -#: plug-ins/FractalExplorer/Dialogs.c:1132 -msgid "Create a color-map using a gradient from the gradient editor" -msgstr "" +#: ../plug-ins/common/align-layers.c:468 +msgid "_Vertical style:" +msgstr "_Dikey biçem:" -#: plug-ins/FractalExplorer/Dialogs.c:1143 -msgid "FractalExplorer Gradient" -msgstr "" +#: ../plug-ins/common/align-layers.c:471 +msgid "Top edge" +msgstr "Üst Kenar" -#: plug-ins/FractalExplorer/Dialogs.c:1173 -msgid "_Fractals" -msgstr "" +#: ../plug-ins/common/align-layers.c:473 +msgid "Bottom edge" +msgstr "Alt Kenar" -#: plug-ins/FractalExplorer/Dialogs.c:1796 -#: plug-ins/Lighting/lighting_ui.c:1109 plug-ins/bmp/bmpwrite.c:198 -#: plug-ins/common/CEL.c:577 plug-ins/common/CML_explorer.c:2001 -#: plug-ins/common/channel_mixer.c:1044 plug-ins/common/compressor.c:404 -#: plug-ins/common/compressor.c:535 plug-ins/common/curve_bend.c:866 -#: plug-ins/common/dicom.c:647 plug-ins/common/gbr.c:586 -#: plug-ins/common/gif.c:994 plug-ins/common/gih.c:1254 -#: plug-ins/common/gtm.c:225 plug-ins/common/jpeg.c:1496 -#: plug-ins/common/mng.c:557 plug-ins/common/mng.c:941 -#: plug-ins/common/pat.c:433 plug-ins/common/pcx.c:585 -#: plug-ins/common/pix.c:515 plug-ins/common/png.c:1178 -#: plug-ins/common/pnm.c:809 plug-ins/common/postscript.c:1123 -#: plug-ins/common/psd_save.c:1588 plug-ins/common/raw.c:517 -#: plug-ins/common/raw.c:544 plug-ins/common/spheredesigner.c:2088 -#: plug-ins/common/sunras.c:513 plug-ins/common/tga.c:1030 -#: plug-ins/common/tiff.c:1810 plug-ins/common/xbm.c:996 -#: plug-ins/common/xwd.c:577 plug-ins/fits/fits.c:450 -#: plug-ins/flame/flame.c:443 plug-ins/gfig/gfig.c:783 -#: plug-ins/gfli/gfli.c:715 plug-ins/ifscompose/ifscompose.c:2395 -#: plug-ins/winicon/icosave.c:243 plug-ins/xjt/xjt.c:1263 -#: plug-ins/xjt/xjt.c:1702 -#, c-format -msgid "Could not open '%s' for writing: %s" -msgstr "" +#: ../plug-ins/common/align-layers.c:482 +msgid "Ver_tical base:" +msgstr "Di_key taban:" -#: plug-ins/FractalExplorer/Dialogs.c:1810 -#, c-format -msgid "Could not write '%s': %s" -msgstr "" +#: ../plug-ins/common/align-layers.c:486 +msgid "_Grid size:" +msgstr "_Grid boyutu:" -#: plug-ins/FractalExplorer/Dialogs.c:1863 -msgid "Load Fractal Parameters" -msgstr "" +#: ../plug-ins/common/align-layers.c:495 +msgid "_Ignore the bottom layer even if visible" +msgstr "Görünür olsa bile alt katmanı _yoksay" -#: plug-ins/FractalExplorer/Dialogs.c:1894 -msgid "Save Fractal Parameters" -msgstr "" +#: ../plug-ins/common/align-layers.c:505 +msgid "_Use the (invisible) bottom layer as the base" +msgstr "(Görünmeyen) alt katmanı taban olarak _kullan" -#. Do not rely on librsvg setting GError on failure! -#. stat error (file does not exist) -#: plug-ins/FractalExplorer/Dialogs.c:2094 -#: plug-ins/Lighting/lighting_ui.c:1247 plug-ins/bmp/bmpread.c:153 -#: plug-ins/common/CEL.c:305 plug-ins/common/CML_explorer.c:2216 -#: plug-ins/common/channel_mixer.c:966 plug-ins/common/curve_bend.c:918 -#: plug-ins/common/dicom.c:290 plug-ins/common/gbr.c:327 -#: plug-ins/common/gifload.c:296 plug-ins/common/gih.c:648 -#: plug-ins/common/jpeg.c:934 plug-ins/common/jpeg.c:2549 -#: plug-ins/common/mng.c:1112 plug-ins/common/pat.c:300 -#: plug-ins/common/pcx.c:302 plug-ins/common/pix.c:332 -#: plug-ins/common/png.c:674 plug-ins/common/pnm.c:432 -#: plug-ins/common/postscript.c:990 plug-ins/common/psd.c:1759 -#: plug-ins/common/psp.c:1457 plug-ins/common/raw.c:230 -#: plug-ins/common/raw.c:635 plug-ins/common/spheredesigner.c:1990 -#: plug-ins/common/sunras.c:382 plug-ins/common/svg.c:311 -#: plug-ins/common/svg.c:694 plug-ins/common/tga.c:415 -#: plug-ins/common/tiff.c:510 plug-ins/common/xbm.c:719 -#: plug-ins/common/xwd.c:422 plug-ins/faxg3/faxg3.c:220 -#: plug-ins/fits/fits.c:337 plug-ins/flame/flame.c:412 -#: plug-ins/gfig/gfig.c:431 plug-ins/gfli/gfli.c:424 plug-ins/gfli/gfli.c:460 -#: plug-ins/help/domain.c:421 plug-ins/winicon/icoload.c:126 -#: plug-ins/xjt/xjt.c:2526 plug-ins/xjt/xjt.c:2534 -#, c-format -msgid "Could not open '%s' for reading: %s" +#: ../plug-ins/common/animation-optimize.c:133 +msgid "Modify image to reduce size when saved as GIF animation" msgstr "" +"Görüntüyü GIF animasyonu olarak kaydedildiğinde boyutunu azaltacak şekilde " +"değiştir." -#: plug-ins/FractalExplorer/Dialogs.c:2102 -#, c-format -msgid "'%s' is not a FractalExplorer file" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:145 +msgid "Optimize (for _GIF)" +msgstr "Optimize (for _GIF)" -#: plug-ins/FractalExplorer/Dialogs.c:2108 -#, c-format -msgid "'%s' is corrupt. Line %d Option section incorrect" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:153 +msgid "Reduce file size where combining layers is possible" +msgstr "Mümkünse katmanlar birleştirilirken dosya boyutunu düşür" -#: plug-ins/FractalExplorer/FractalExplorer.c:269 -msgid "_Fractal Explorer..." -msgstr "" +#: ../plug-ins/common/animation-optimize.c:163 +msgid "_Optimize (Difference)" +msgstr "_İyileştir (Farklılık)" -#: plug-ins/FractalExplorer/FractalExplorer.c:400 -msgid "Rendering Fractal..." -msgstr "" +#: ../plug-ins/common/animation-optimize.c:171 +msgid "Remove optimization to make editing easier" +msgstr "Düzenlemenin daha kolay olması için iyileştirmeyi kaldır" -#: plug-ins/FractalExplorer/FractalExplorer.c:772 -#: plug-ins/gflare/gflare.c:3128 -#, c-format -msgid "Are you sure you want to delete \"%s\" from the list and from disk?" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:178 +msgid "_Unoptimize" +msgstr "_Unoptimize" -#: plug-ins/FractalExplorer/FractalExplorer.c:776 -msgid "Delete Fractal" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:198 +msgid "_Remove Backdrop" +msgstr "Zemini _Kaldır" -#. the dialog -#: plug-ins/FractalExplorer/FractalExplorer.c:853 -msgid "Edit fractal name" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:214 +msgid "_Find Backdrop" +msgstr "Zemin _Bul" -#: plug-ins/FractalExplorer/FractalExplorer.c:879 -msgid "Fractal name:" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:427 +msgid "Unoptimizing animation" +msgstr "Animasyon iyileştirmesi geri alınıyor" -#: plug-ins/FractalExplorer/FractalExplorer.c:901 -msgid "New Fractal" -msgstr "" - -#: plug-ins/FractalExplorer/FractalExplorer.c:1181 -#, c-format -msgid "File '%s' is not a FractalExplorer file" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:430 +msgid "Removing animation background" +msgstr "Animasyon artalanı kaldırılıyor" -#: plug-ins/FractalExplorer/FractalExplorer.c:1190 -#, c-format -msgid "" -"File '%s' is corrupt.\n" -"Line %d Option section incorrect" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:433 +msgid "Finding animation background" +msgstr "Animasyon artalanı bulunuyor" -#: plug-ins/FractalExplorer/FractalExplorer.c:1240 -msgid "My first fractal" -msgstr "" +#: ../plug-ins/common/animation-optimize.c:437 +msgid "Optimizing animation" +msgstr "Animasyon İyileştiriliyor" -#: plug-ins/FractalExplorer/FractalExplorer.c:1256 -msgid "Choose Fractal by double-clicking on it" -msgstr "" +#: ../plug-ins/common/animation-play.c:163 +msgid "Preview a GIMP layer-based animation" +msgstr "Bir GIMP katman-tabanlı animasyonun önizlemesi" -#: plug-ins/FractalExplorer/FractalExplorer.c:1293 -msgid "Select folder and rescan collection" -msgstr "" +#: ../plug-ins/common/animation-play.c:168 +msgid "_Playback..." +msgstr "_Oynat..." -#: plug-ins/FractalExplorer/FractalExplorer.c:1305 -msgid "Delete currently selected fractal" -msgstr "" +#: ../plug-ins/common/animation-play.c:447 +msgid "_Step" +msgstr "_Adım" + +#: ../plug-ins/common/animation-play.c:447 +msgid "Step to next frame" +msgstr "Sonraki çerçeveye atla" + +#: ../plug-ins/common/animation-play.c:451 +msgid "Rewind the animation" +msgstr "Canlandırmayı geri sar" + +#: ../plug-ins/common/animation-play.c:469 +msgid "Faster" +msgstr "Daha Hızlı" + +#: ../plug-ins/common/animation-play.c:469 +msgid "Increase the speed of the animation" +msgstr "Canlandırmanın hızını arttır" + +#: ../plug-ins/common/animation-play.c:474 +msgid "Slower" +msgstr "Daha Yavaş" + +#: ../plug-ins/common/animation-play.c:474 +msgid "Decrease the speed of the animation" +msgstr "Canlandırmanın hızını düşür" + +#: ../plug-ins/common/animation-play.c:479 +msgid "Reset speed" +msgstr "Hızı sıfırla" + +#: ../plug-ins/common/animation-play.c:479 +msgid "Reset the speed of the animation" +msgstr "Animasyon hızını sıfırla" + +#: ../plug-ins/common/animation-play.c:487 +#: ../plug-ins/common/animation-play.c:1446 +msgid "Start playback" +msgstr "Oynatmaya başla" + +#: ../plug-ins/common/animation-play.c:491 +msgid "Detach" +msgstr "Ayır" + +#: ../plug-ins/common/animation-play.c:492 +msgid "Detach the animation from the dialog window" +msgstr "Canlandırmayı iletişim penceresinden ayır" -#: plug-ins/FractalExplorer/FractalExplorer.c:1356 -msgid "Rescan for Fractals" -msgstr "" +#: ../plug-ins/common/animation-play.c:584 +msgid "Animation Playback:" +msgstr "Canlandırmayı Oynat:" -#: plug-ins/FractalExplorer/FractalExplorer.c:1373 -msgid "Add FractalExplorer Path" -msgstr "" +#: ../plug-ins/common/animation-play.c:663 +msgid "Playback speed" +msgstr "Oynatma hızı" -#: plug-ins/Lighting/lighting_apply.c:103 -msgid "Lighting Effects..." -msgstr "" +#: ../plug-ins/common/animation-play.c:803 +msgid "Tried to display an invalid layer." +msgstr "Geçersiz bir katman gösterilmeye çalışıldı." -#: plug-ins/Lighting/lighting_main.c:197 -#, fuzzy -msgid "_Lighting Effects..." -msgstr "Işıklandırma Etkileri" +#: ../plug-ins/common/animation-play.c:1323 +#, c-format +msgid "Frame %d of %d" +msgstr "Çerçeve %d / %d" -#. General options -#: plug-ins/Lighting/lighting_ui.c:261 -msgid "General Options" -msgstr "" +#: ../plug-ins/common/animation-play.c:1446 +msgid "Stop playback" +msgstr "Oynatmayı durdur" -#: plug-ins/Lighting/lighting_ui.c:269 -#, fuzzy -msgid "T_ransparent background" -msgstr "_Şeffaf Arkaplan" +#: ../plug-ins/common/antialias.c:84 +msgid "Antialias using the Scale3X edge-extrapolation algorithm" +msgstr "Scale3X edge-extrapolation algoritmasını kullanırken keskinlik yumuşat" -#: plug-ins/Lighting/lighting_ui.c:279 -msgid "Make destination image transparent where bump height is zero" -msgstr "" +#: ../plug-ins/common/antialias.c:90 +msgid "_Antialias" +msgstr "_Keskinliği yumuşatma" -#: plug-ins/Lighting/lighting_ui.c:282 -#, fuzzy -msgid "Cre_ate new image" -msgstr "_Yeni Resim Oluştur" +#: ../plug-ins/common/antialias.c:149 +msgid "Antialiasing..." +msgstr "Keskinliği yumuşatma..." -#: plug-ins/Lighting/lighting_ui.c:292 plug-ins/MapObject/mapobject_ui.c:570 -msgid "Create a new image when applying filter" -msgstr "" +#: ../plug-ins/common/apply-canvas.c:1140 +msgid "Add a canvas texture to the image" +msgstr "Görüntüye bir tuval dokusu ekle" -#: plug-ins/Lighting/lighting_ui.c:294 -#, fuzzy -msgid "High _Quality preview" -msgstr "_Yüksek Kaliteli Önizleme" +#: ../plug-ins/common/apply-canvas.c:1145 +msgid "_Apply Canvas..." +msgstr "Tuvali _Uygula..." -#: plug-ins/Lighting/lighting_ui.c:304 -msgid "Enable/disable high quality preview" -msgstr "" +#: ../plug-ins/common/apply-canvas.c:1226 +msgid "Applying canvas" +msgstr "Tuval uygulanıyor" -#: plug-ins/Lighting/lighting_ui.c:331 plug-ins/MapObject/mapobject_ui.c:649 -msgid "Light Settings" -msgstr "" +#: ../plug-ins/common/apply-canvas.c:1263 +msgid "Apply Canvas" +msgstr "Tuvali Uygula" -#: plug-ins/Lighting/lighting_ui.c:344 -#, fuzzy -msgid "Light 1" -msgstr "Hafif" +#. ***************************************************** +#. radio buttons for choosing LEFT or RIGHT +#. ************************************************* +#: ../plug-ins/common/apply-canvas.c:1292 ../plug-ins/common/wind.c:945 +#: ../plug-ins/lighting/lighting-ui.c:518 +msgid "Direction" +msgstr "Yön" -#: plug-ins/Lighting/lighting_ui.c:345 -#, fuzzy -msgid "Light 2" -msgstr "Hafif" +#: ../plug-ins/common/apply-canvas.c:1296 +msgid "_Top-right" +msgstr "_Üst-Sağ" -#: plug-ins/Lighting/lighting_ui.c:346 -#, fuzzy -msgid "Light 3" -msgstr "Hafif" +#: ../plug-ins/common/apply-canvas.c:1297 +msgid "Top-_left" +msgstr "Üst-_Sol" -#: plug-ins/Lighting/lighting_ui.c:347 -#, fuzzy -msgid "Light 4" -msgstr "Hafif" +#: ../plug-ins/common/apply-canvas.c:1298 +msgid "_Bottom-left" +msgstr "_Alt-Sol" -#: plug-ins/Lighting/lighting_ui.c:348 -#, fuzzy -msgid "Light 5" -msgstr "Hafif" +#: ../plug-ins/common/apply-canvas.c:1299 +msgid "Bottom-_right" +msgstr "Alt-_Sağ" -#: plug-ins/Lighting/lighting_ui.c:349 -#, fuzzy -msgid "Light 6" -msgstr "Hafif" +#: ../plug-ins/common/apply-canvas.c:1324 ../plug-ins/common/bump-map.c:916 +#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractal-trace.c:796 +#: ../plug-ins/map-object/map-object-ui.c:573 +msgid "_Depth:" +msgstr "_Derinlik:" -#. row labels -#: plug-ins/Lighting/lighting_ui.c:358 plug-ins/common/spheredesigner.c:2624 -msgid "Type:" -msgstr "Tür:" +#: ../plug-ins/common/blinds.c:116 +msgid "Simulate an image painted on window blinds" +msgstr "Görüntüyü pencere gölgelerindeki boyalı kısma benzet" -#: plug-ins/Lighting/lighting_ui.c:363 -#, fuzzy -msgid "Color:" -msgstr "_Renk:" +#: ../plug-ins/common/blinds.c:121 +msgid "_Blinds..." +msgstr "_Kesitler..." -#: plug-ins/Lighting/lighting_ui.c:370 -msgid "Directional" -msgstr "Doğrusal" +#: ../plug-ins/common/blinds.c:188 +msgid "Adding blinds" +msgstr "Kesitler ekleniyor" -#: plug-ins/Lighting/lighting_ui.c:371 -msgid "Point" -msgstr "Nokta" +#: ../plug-ins/common/blinds.c:226 +msgid "Blinds" +msgstr "Kesitler" -#: plug-ins/Lighting/lighting_ui.c:386 plug-ins/MapObject/mapobject_ui.c:677 -msgid "Type of light source to apply" -msgstr "Uygulanacak ışık kaynağının türü" +#. Orientation toggle box +#: ../plug-ins/common/blinds.c:260 ../plug-ins/common/ripple.c:539 +msgid "Orientation" +msgstr "Yönlendirme" -#: plug-ins/Lighting/lighting_ui.c:388 plug-ins/MapObject/mapobject_ui.c:679 -#, fuzzy -msgid "Select lightsource color" -msgstr "Işık Kaynağı Rengini Seç" +#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543 +#: ../plug-ins/common/tile-small.c:426 ../plug-ins/pagecurl/pagecurl.c:534 +msgid "_Horizontal" +msgstr "_Yatay" -#: plug-ins/Lighting/lighting_ui.c:400 plug-ins/MapObject/mapobject_ui.c:692 -msgid "Set light source color" -msgstr "Işık kaynağı rengini seçin" +#: ../plug-ins/common/blinds.c:265 ../plug-ins/common/ripple.c:544 +#: ../plug-ins/common/tile-small.c:436 ../plug-ins/pagecurl/pagecurl.c:533 +msgid "_Vertical" +msgstr "_Dikey" -#: plug-ins/Lighting/lighting_ui.c:408 -#, fuzzy -msgid "_Intensity:" -msgstr "Yoğunluk Seviyeleri" +#. +#. * Create the "background" layer to hold the image... +#. +#: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935 +#: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362 +#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557 +#: ../plug-ins/common/file-gif-load.c:914 ../plug-ins/common/file-pcx.c:419 +#: ../plug-ins/common/file-pcx.c:425 ../plug-ins/common/file-pix.c:382 +#: ../plug-ins/common/file-png.c:887 ../plug-ins/common/file-pnm.c:585 +#: ../plug-ins/common/file-raw.c:714 ../plug-ins/common/file-sunras.c:975 +#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997 +#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746 +#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267 +#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:649 +#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530 +#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761 +#: ../plug-ins/file-psd/psd-image-res-load.c:995 +#: ../plug-ins/file-psd/psd-load.c:1575 ../plug-ins/file-sgi/sgi.c:405 +#: ../plug-ins/gfig/gfig-dialog.c:1284 +#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568 +#: ../plug-ins/win-snap/winsnap.c:1155 +msgid "Background" +msgstr "Artalan" -#: plug-ins/Lighting/lighting_ui.c:414 -#, fuzzy -msgid "Light intensity" -msgstr "Işıklandırma Etkileri" +#: ../plug-ins/common/blinds.c:282 ../plug-ins/common/fractal-trace.c:738 +#: ../plug-ins/common/tile-paper.c:384 +msgid "_Transparent" +msgstr "Şeff_af" -#: plug-ins/Lighting/lighting_ui.c:417 plug-ins/MapObject/mapobject_ui.c:694 -#: plug-ins/MapObject/mapobject_ui.c:1021 -#: plug-ins/print/gimp_main_window.c:464 -msgid "Position" -msgstr "Konum" +#: ../plug-ins/common/blinds.c:308 +msgid "_Displacement:" +msgstr "_Yer Değiştirme:" -#: plug-ins/Lighting/lighting_ui.c:426 plug-ins/common/flarefx.c:756 -#: plug-ins/common/mblur.c:1001 plug-ins/common/nova.c:451 -#: plug-ins/common/papertile.c:267 plug-ins/flame/flame.c:1207 -#: plug-ins/gflare/gflare.c:2653 -msgid "_X:" -msgstr "_X:" +#: ../plug-ins/common/blinds.c:320 +msgid "_Number of segments:" +msgstr "Kesimlerin _sayısı:" -#: plug-ins/Lighting/lighting_ui.c:432 plug-ins/MapObject/mapobject_ui.c:718 -msgid "Light source X position in XYZ space" +#: ../plug-ins/common/blur-gauss-selective.c:104 +msgid "Blur neighboring pixels, but only in low-contrast areas" msgstr "" +"Komşu benekleri bulanıklaştır ancak sadece düşük karşıtlık bölgelerinde" -#: plug-ins/Lighting/lighting_ui.c:439 plug-ins/common/flarefx.c:761 -#: plug-ins/common/mblur.c:1007 plug-ins/common/nova.c:456 -#: plug-ins/common/papertile.c:276 plug-ins/flame/flame.c:1221 -#: plug-ins/gflare/gflare.c:2657 -msgid "_Y:" -msgstr "_Y:" - -#: plug-ins/Lighting/lighting_ui.c:445 plug-ins/MapObject/mapobject_ui.c:732 -msgid "Light source Y position in XYZ space" -msgstr "" +#: ../plug-ins/common/blur-gauss-selective.c:115 +msgid "_Selective Gaussian Blur..." +msgstr "_Seçmeli Gaussian Bulanıklığı..." -#: plug-ins/Lighting/lighting_ui.c:452 -msgid "_Z:" -msgstr "_Z:" +#: ../plug-ins/common/blur-gauss-selective.c:195 +#: ../plug-ins/common/blur-gauss-selective.c:232 +msgid "Selective Gaussian Blur" +msgstr "Seçmeli Gaussian Bulanıklığı" -#: plug-ins/Lighting/lighting_ui.c:458 plug-ins/MapObject/mapobject_ui.c:746 -msgid "Light source Z position in XYZ space" -msgstr "" +#: ../plug-ins/common/blur-gauss-selective.c:211 +#: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232 +#: ../plug-ins/common/edge-dog.c:269 ../plug-ins/common/edge-neon.c:228 +#: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244 +#: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224 +#: ../plug-ins/file-sgi/sgi.c:556 ../plug-ins/file-xjt/xjt.c:1701 +#: ../plug-ins/gradient-flare/gradient-flare.c:966 +msgid "Cannot operate on indexed color images." +msgstr "Sıralanmış renkli görüntüler üzerinde çalışılamıyor" -#. ***************************************************** -#. radio buttons for choosing LEFT or RIGHT -#. ************************************************* -#: plug-ins/Lighting/lighting_ui.c:461 plug-ins/common/struc.c:1286 -#: plug-ins/common/wind.c:930 -msgid "Direction" -msgstr "" +#: ../plug-ins/common/blur-gauss-selective.c:271 +msgid "_Blur radius:" +msgstr "_Bulanıklık yarıçapı:" -#. X -#: plug-ins/Lighting/lighting_ui.c:469 plug-ins/MapObject/mapobject_ui.c:710 -#: plug-ins/MapObject/mapobject_ui.c:764 -#: plug-ins/MapObject/mapobject_ui.c:1032 -#: plug-ins/MapObject/mapobject_ui.c:1081 plug-ins/ifscompose/ifscompose.c:544 -msgid "X:" -msgstr "X:" +#: ../plug-ins/common/blur-gauss-selective.c:281 +msgid "_Max. delta:" +msgstr "_En büyük delta:" -#: plug-ins/Lighting/lighting_ui.c:475 plug-ins/MapObject/mapobject_ui.c:772 -msgid "Light source X direction in XYZ space" -msgstr "" +#: ../plug-ins/common/blur-gauss.c:159 +msgid "Simplest, most commonly used way of blurring" +msgstr "Bulanıklaştırmanın en basit, en yaygın kullanılan yolu" -#. Y -#: plug-ins/Lighting/lighting_ui.c:481 plug-ins/MapObject/mapobject_ui.c:724 -#: plug-ins/MapObject/mapobject_ui.c:777 -#: plug-ins/MapObject/mapobject_ui.c:1045 -#: plug-ins/MapObject/mapobject_ui.c:1092 -#: plug-ins/MapObject/mapobject_ui.c:1190 plug-ins/ifscompose/ifscompose.c:558 -msgid "Y:" -msgstr "Y:" +#: ../plug-ins/common/blur-gauss.c:172 +msgid "_Gaussian Blur..." +msgstr "_Gaussian Bulanıklığı..." -#: plug-ins/Lighting/lighting_ui.c:487 plug-ins/MapObject/mapobject_ui.c:785 -msgid "Light source Y direction in XYZ space" -msgstr "" +#: ../plug-ins/common/blur-gauss.c:179 ../plug-ins/common/blur-gauss.c:199 +#: ../plug-ins/common/blur-gauss.c:219 ../plug-ins/common/blur-gauss.c:239 +msgid "Apply a gaussian blur" +msgstr "Bir gaussian bulanıklığı uygula" -#: plug-ins/Lighting/lighting_ui.c:493 plug-ins/MapObject/mapobject_ui.c:738 -#: plug-ins/MapObject/mapobject_ui.c:790 -#: plug-ins/MapObject/mapobject_ui.c:1058 -#: plug-ins/MapObject/mapobject_ui.c:1103 -#: plug-ins/MapObject/mapobject_ui.c:1202 -msgid "Z:" -msgstr "Z:" +#: ../plug-ins/common/blur-gauss.c:428 ../plug-ins/common/blur-gauss.c:478 +msgid "Gaussian Blur" +msgstr "Gaussian Bulanıklığı" -#: plug-ins/Lighting/lighting_ui.c:499 plug-ins/MapObject/mapobject_ui.c:798 -msgid "Light source Z direction in XYZ space" -msgstr "" +#. parameter settings +#: ../plug-ins/common/blur-gauss.c:508 +msgid "Blur Radius" +msgstr "Bulanıklık Yarıçapı" -#: plug-ins/Lighting/lighting_ui.c:502 -#, fuzzy -msgid "I_solate" -msgstr "Sil" +#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457 +#: ../plug-ins/common/noise-spread.c:386 +msgid "_Horizontal:" +msgstr "_Yatay:" -#: plug-ins/Lighting/lighting_ui.c:512 -#, fuzzy -msgid "Lighting preset:" -msgstr "Işıklandırma Etkileri" +#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474 +#: ../plug-ins/common/noise-spread.c:390 +msgid "_Vertical:" +msgstr "_Dikey:" -#: plug-ins/Lighting/lighting_ui.c:558 -msgid "Material properties" -msgstr "" +#: ../plug-ins/common/blur-gauss.c:549 +msgid "Blur Method" +msgstr "Bulanıklık Yöntemi" -#: plug-ins/Lighting/lighting_ui.c:576 -#, fuzzy -msgid "_Glowing:" -msgstr "_Ayarlar" +#: ../plug-ins/common/blur-gauss.c:553 +msgid "_IIR" +msgstr "_IIR" -#: plug-ins/Lighting/lighting_ui.c:592 plug-ins/MapObject/mapobject_ui.c:859 -msgid "Amount of original color to show where no direct light falls" -msgstr "" +#: ../plug-ins/common/blur-gauss.c:554 +msgid "_RLE" +msgstr "_RLE" -#: plug-ins/Lighting/lighting_ui.c:605 -#, fuzzy -msgid "_Bright:" -msgstr "_Parlaklık:" +#: ../plug-ins/common/blur-motion.c:157 ../plug-ins/common/blur-motion.c:171 +msgid "Simulate movement using directional blur" +msgstr "Yönlü bulanıklaştırma kullanarak hareket benzetimi yap" -#: plug-ins/Lighting/lighting_ui.c:621 plug-ins/MapObject/mapobject_ui.c:888 -msgid "Intensity of original color when lit by a light source" -msgstr "" +#: ../plug-ins/common/blur-motion.c:164 ../plug-ins/common/blur-motion.c:177 +msgid "_Motion Blur..." +msgstr "_Hareketli Bulanıklaştır..." -#: plug-ins/Lighting/lighting_ui.c:634 -#, fuzzy -msgid "_Shiny:" -msgstr "_Sinüs" +#: ../plug-ins/common/blur-motion.c:910 +msgid "Motion blurring" +msgstr "Hareketli bulanıklaştırma" -#: plug-ins/Lighting/lighting_ui.c:650 plug-ins/MapObject/mapobject_ui.c:960 -msgid "Controls how intense the highlights will be" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1012 +msgid "Motion Blur" +msgstr "Hareketli Bulanıklaştır" -#: plug-ins/Lighting/lighting_ui.c:662 -msgid "_Polished:" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1045 +msgid "Blur Type" +msgstr "Bulanıklaştırma Türü" -#: plug-ins/Lighting/lighting_ui.c:678 plug-ins/MapObject/mapobject_ui.c:989 -msgid "Higher values makes the highlights more focused" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1049 +msgctxt "blur-type" +msgid "_Linear" +msgstr "_Doğrusal" -#. Metallic -#: plug-ins/Lighting/lighting_ui.c:687 -msgid "_Metallic" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1050 +msgctxt "blur-type" +msgid "_Radial" +msgstr "_Işınsal" -#: plug-ins/Lighting/lighting_ui.c:723 -#, fuzzy -msgid "E_nable bump mapping" -msgstr "_Yumuşatma Kullan" +#: ../plug-ins/common/blur-motion.c:1051 +msgctxt "blur-type" +msgid "_Zoom" +msgstr "_Yakınlaştır" -#: plug-ins/Lighting/lighting_ui.c:737 -msgid "Enable/disable bump-mapping (image depth)" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1058 +msgid "Blur Center" +msgstr "Bulanıklaştırma Merkezi" -#: plug-ins/Lighting/lighting_ui.c:755 -msgid "Bumpm_ap image:" -msgstr "" +#: ../plug-ins/common/blur-motion.c:1094 ../plug-ins/common/lens-flare.c:772 +#: ../plug-ins/common/nova.c:463 ../plug-ins/common/tile-paper.c:282 +#: ../plug-ins/flame/flame.c:1251 +#: ../plug-ins/gradient-flare/gradient-flare.c:2725 +#: ../plug-ins/lighting/lighting-ui.c:477 +msgid "_X:" +msgstr "_X:" -#. Map type menu -#: plug-ins/Lighting/lighting_ui.c:758 plug-ins/common/bumpmap.c:896 -#: plug-ins/flame/flame.c:733 -msgid "Linear" -msgstr "Doğrusal" +#: ../plug-ins/common/blur-motion.c:1099 ../plug-ins/common/lens-flare.c:777 +#: ../plug-ins/common/nova.c:468 ../plug-ins/common/tile-paper.c:291 +#: ../plug-ins/flame/flame.c:1265 +#: ../plug-ins/gradient-flare/gradient-flare.c:2729 +#: ../plug-ins/lighting/lighting-ui.c:492 +msgid "_Y:" +msgstr "_Y:" -#: plug-ins/Lighting/lighting_ui.c:759 -msgid "Logarithmic" -msgstr "Logaritmik" +#: ../plug-ins/common/blur-motion.c:1101 +msgid "Blur _outward" +msgstr "_Dışa doğru bulanıklaştır" -#: plug-ins/Lighting/lighting_ui.c:760 plug-ins/common/bumpmap.c:898 -#: plug-ins/flame/flame.c:734 -msgid "Sinusoidal" -msgstr "Sinüssel" +#: ../plug-ins/common/blur-motion.c:1114 +msgid "Blur Parameters" +msgstr "Bulanıklaştırma Parametreleri" -#: plug-ins/Lighting/lighting_ui.c:761 plug-ins/common/bumpmap.c:897 -#: plug-ins/flame/flame.c:735 -msgid "Spherical" -msgstr "Küresel" +#: ../plug-ins/common/blur-motion.c:1125 +#: ../plug-ins/map-object/map-object-ui.c:1252 +msgid "L_ength:" +msgstr "_Uzunluk:" -#: plug-ins/Lighting/lighting_ui.c:771 -msgid "Cu_rve:" -msgstr "Eğri:" +#: ../plug-ins/common/blur-motion.c:1138 ../plug-ins/common/newsprint.c:1001 +msgid "_Angle:" +msgstr "_Açı:" -#: plug-ins/Lighting/lighting_ui.c:776 -#, fuzzy -msgid "Ma_ximum height:" -msgstr "A_zami Yükseklik:" +#: ../plug-ins/common/blur.c:125 +msgid "Simple blur, fast but not very strong" +msgstr "Basit bulanıklaştır, hızlı ama pek güçlü değil" -#: plug-ins/Lighting/lighting_ui.c:786 -msgid "Maximum height for bumps" -msgstr "" +#: ../plug-ins/common/blur.c:134 +msgid "_Blur" +msgstr "B_ulanıklaştır" -#: plug-ins/Lighting/lighting_ui.c:811 -msgid "E_nable environment mapping" -msgstr "" +#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp-mask.c:439 +msgid "Blurring" +msgstr "Bulanıklaştırma" -#: plug-ins/Lighting/lighting_ui.c:825 -msgid "Enable/disable environment-mapping (reflection)" -msgstr "" +#: ../plug-ins/common/border-average.c:99 +msgid "Set foreground to the average color of the image border" +msgstr "Önalanı görüntü sınırının ortalama rengi olarak ayarla" -#: plug-ins/Lighting/lighting_ui.c:847 -msgid "En_vironment image:" -msgstr "" +#: ../plug-ins/common/border-average.c:104 +msgid "_Border Average..." +msgstr "_Sınır Ortalaması..." -#: plug-ins/Lighting/lighting_ui.c:849 -msgid "Environment image to use" -msgstr "" +#: ../plug-ins/common/border-average.c:171 +msgid "Border Average" +msgstr "Sınır Ortalaması" -#: plug-ins/Lighting/lighting_ui.c:871 -msgid "Op_tions" -msgstr "Seçenekle_r" +#: ../plug-ins/common/border-average.c:351 +msgid "Borderaverage" +msgstr "Sınırortalaması" -#: plug-ins/Lighting/lighting_ui.c:875 plug-ins/MapObject/mapobject_ui.c:1326 -msgid "_Light" -msgstr "_Işık" +#: ../plug-ins/common/border-average.c:372 +msgid "Border Size" +msgstr "Sınır Boyutu" -#: plug-ins/Lighting/lighting_ui.c:879 plug-ins/MapObject/mapobject_ui.c:1330 -msgid "_Material" -msgstr "_Madde" +#: ../plug-ins/common/border-average.c:380 +msgid "_Thickness:" +msgstr "_Kalınlık:" -#: plug-ins/Lighting/lighting_ui.c:883 -msgid "_Bump Map" -msgstr "" +#. Number of Colors frame +#: ../plug-ins/common/border-average.c:415 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:908 +msgid "Number of Colors" +msgstr "Renk Sayısı" -#: plug-ins/Lighting/lighting_ui.c:887 -msgid "_Environment Map" -msgstr "" +#: ../plug-ins/common/border-average.c:423 +msgid "_Bucket size:" +msgstr "_Kova boyutu:" -#: plug-ins/Lighting/lighting_ui.c:933 -msgid "Lighting Effects" -msgstr "Işıklandırma Etkileri" +#: ../plug-ins/common/bump-map.c:257 +msgid "Create an embossing effect using a bump map" +msgstr "Derinlik etkisini kullanarak kabartma etkisi oluştur" -#: plug-ins/Lighting/lighting_ui.c:982 plug-ins/gimpressionist/preview.c:181 -#: plug-ins/imagemap/imap_polygon.c:514 -msgid "_Update" -msgstr "_Güncelle" +#: ../plug-ins/common/bump-map.c:267 +msgid "_Bump Map..." +msgstr "_Derinlik Etkisi..." -#: plug-ins/Lighting/lighting_ui.c:989 plug-ins/MapObject/mapobject_ui.c:1425 -msgid "Recompute preview image" -msgstr "" +#: ../plug-ins/common/bump-map.c:415 +msgid "Bump-mapping" +msgstr "Derinlik eşleme" -#: plug-ins/Lighting/lighting_ui.c:991 -msgid "I_nteractive" -msgstr "_Etkileşimli" +#: ../plug-ins/common/bump-map.c:766 +msgid "Bump Map" +msgstr "Derinlik Etkisi" -#: plug-ins/Lighting/lighting_ui.c:1005 -msgid "Enable/disable real time preview of changes" -msgstr "" +#: ../plug-ins/common/bump-map.c:832 +msgid "_Bump map:" +msgstr "_Derinlik etkisi:" -#: plug-ins/Lighting/lighting_ui.c:1044 -#, fuzzy -msgid "Save Lighting Preset" -msgstr "Işıklandırma Etkileri" +#. Map type menu +#: ../plug-ins/common/bump-map.c:835 ../plug-ins/flame/flame.c:748 +#: ../plug-ins/lighting/lighting-ui.c:842 +msgid "Linear" +msgstr "Doğrusal" -#: plug-ins/Lighting/lighting_ui.c:1177 -#, fuzzy -msgid "Load Lighting Preset" -msgstr "Işıklandırma Etkileri" +#: ../plug-ins/common/bump-map.c:836 ../plug-ins/flame/flame.c:750 +#: ../plug-ins/lighting/lighting-ui.c:845 +msgid "Spherical" +msgstr "Küresel" -#: plug-ins/MapObject/mapobject_apply.c:273 -msgid "Map to Plane..." -msgstr "" +#: ../plug-ins/common/bump-map.c:837 ../plug-ins/flame/flame.c:749 +#: ../plug-ins/lighting/lighting-ui.c:844 +msgid "Sinusoidal" +msgstr "Sinüssel" -#: plug-ins/MapObject/mapobject_apply.c:276 -msgid "Map to Sphere..." -msgstr "" +#: ../plug-ins/common/bump-map.c:844 +msgid "_Map type:" +msgstr "_Eşlem türü:" -#: plug-ins/MapObject/mapobject_apply.c:279 -msgid "Map to Box..." -msgstr "" - -#: plug-ins/MapObject/mapobject_apply.c:282 -msgid "Map to Cylinder..." -msgstr "" - -#: plug-ins/MapObject/mapobject_main.c:199 -msgid "Map _Object..." -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:248 -#: plug-ins/MapObject/mapobject_ui.c:1340 -msgid "_Box" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:266 -#: plug-ins/MapObject/mapobject_ui.c:1346 -msgid "C_ylinder" -msgstr "_Silindir" - -#. General options -#: plug-ins/MapObject/mapobject_ui.c:496 -#, fuzzy -msgid "General options" -msgstr "GIF Seçenekleri" - -#: plug-ins/MapObject/mapobject_ui.c:508 -msgid "Map to:" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:512 -msgid "Plane" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:513 -msgid "Sphere" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:514 -msgid "Box" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:515 -msgid "Cylinder" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:530 -msgid "Type of object to map to" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:532 -#, fuzzy -msgid "Transparent background" -msgstr "_Şeffaf Arkaplan" - -#: plug-ins/MapObject/mapobject_ui.c:543 -msgid "Make image transparent outside object" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:545 -msgid "Tile source image" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:556 -msgid "Tile source image: useful for infinite planes" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:559 -#, fuzzy -msgid "Create new image" -msgstr "_Yeni Resim Oluştur" - -#: plug-ins/MapObject/mapobject_ui.c:578 -#, fuzzy -msgid "Enable _antialiasing" -msgstr "_Yumuşatma Kullan" - -#: plug-ins/MapObject/mapobject_ui.c:585 -msgid "Enable/disable jagged edges removal (antialiasing)" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:602 plug-ins/common/bumpmap.c:980 -#: plug-ins/common/emboss.c:509 plug-ins/common/fractaltrace.c:791 -#: plug-ins/common/struc.c:1318 -msgid "_Depth:" -msgstr "_Derinlik:" - -#: plug-ins/MapObject/mapobject_ui.c:605 -msgid "Antialiasing quality. Higher is better, but slower" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:614 plug-ins/common/unsharp.c:691 -#: plug-ins/common/wind.c:993 plug-ins/imagemap/imap_preferences.c:539 -msgid "_Threshold:" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:622 -msgid "Stop when pixel differences are smaller than this value" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:658 -#, fuzzy -msgid "Point light" -msgstr "Nokta" - -#: plug-ins/MapObject/mapobject_ui.c:659 -#, fuzzy -msgid "Directional light" -msgstr "Doğrusal" - -#: plug-ins/MapObject/mapobject_ui.c:660 -#, fuzzy -msgid "No light" -msgstr "Hafif" - -#: plug-ins/MapObject/mapobject_ui.c:674 -#, fuzzy -msgid "Lightsource type:" -msgstr "Işı_k Türü:" - -#: plug-ins/MapObject/mapobject_ui.c:684 -#, fuzzy -msgid "Lightsource color:" -msgstr "Işık kaynağı rengini seçin" - -#: plug-ins/MapObject/mapobject_ui.c:749 -msgid "Direction Vector" -msgstr "Doğrultu Vektörü" - -#: plug-ins/MapObject/mapobject_ui.c:825 -msgid "Intensity Levels" -msgstr "Yoğunluk Seviyeleri" - -#: plug-ins/MapObject/mapobject_ui.c:844 -msgid "Ambient:" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:873 plug-ins/MapObject/mapobject_ui.c:916 -msgid "Diffuse:" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:897 -msgid "Reflectivity" -msgstr "Yansıma" - -#: plug-ins/MapObject/mapobject_ui.c:931 -msgid "Higher values makes the object reflect more light (appear lighter)" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:945 -msgid "Specular:" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:974 -msgid "Highlight:" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1035 -msgid "Object X position in XYZ space" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1048 -msgid "Object Y position in XYZ space" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1061 -msgid "Object Z position in XYZ space" -msgstr "" - -#. Rotation -#: plug-ins/MapObject/mapobject_ui.c:1070 plug-ins/common/postscript.c:3183 -msgid "Rotation" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1084 -msgid "Rotation angle about X axis" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1095 -msgid "Rotation angle about Y axis" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1106 -msgid "Rotation angle about Z axis" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1132 -msgid "Front:" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1132 -msgid "Back:" -msgstr "" - -#: plug-ins/MapObject/mapobject_ui.c:1133 -#: plug-ins/print/gimp_main_window.c:523 -msgid "Top:" -msgstr "Tepe:" +#. Compensate darkening +#: ../plug-ins/common/bump-map.c:849 +msgid "Co_mpensate for darkening" +msgstr "Koyulaştırma için de_ngele" -#: plug-ins/MapObject/mapobject_ui.c:1133 -#: plug-ins/print/gimp_main_window.c:564 -msgid "Bottom:" -msgstr "Alt:" +#. Invert bumpmap +#: ../plug-ins/common/bump-map.c:863 +msgid "I_nvert bumpmap" +msgstr "Derinlik etkisini t_ersine çevir" -#: plug-ins/MapObject/mapobject_ui.c:1134 -#: plug-ins/print/gimp_main_window.c:510 -msgid "Left:" -msgstr "Sol:" +#. Tile bumpmap +#: ../plug-ins/common/bump-map.c:877 +msgid "_Tile bumpmap" +msgstr "Derinlik etkisini d_öşe" -#: plug-ins/MapObject/mapobject_ui.c:1134 -#: plug-ins/print/gimp_main_window.c:536 -msgid "Right:" -msgstr "Sağ:" +#: ../plug-ins/common/bump-map.c:892 ../plug-ins/common/emboss.c:499 +msgid "_Azimuth:" +msgstr "_İstikamet açısı:" -#: plug-ins/MapObject/mapobject_ui.c:1140 -msgid "Map Images to Box Faces" -msgstr "" +#: ../plug-ins/common/bump-map.c:904 +msgid "_Elevation:" +msgstr "_Rakım:" -#: plug-ins/MapObject/mapobject_ui.c:1178 -#: plug-ins/common/spheredesigner.c:2719 -msgid "Scale X:" -msgstr "" +#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3400 +msgid "_X offset:" +msgstr "_X konumu:" -#: plug-ins/MapObject/mapobject_ui.c:1181 -msgid "X scale (size)" -msgstr "" +#: ../plug-ins/common/bump-map.c:933 ../plug-ins/common/bump-map.c:947 +msgid "" +"The offset can be adjusted by dragging the preview using the middle mouse " +"button." +msgstr "Göreli konum, orta fare tuşuyla önizlemeyi sürükleyerek ayarlanabilir." -#: plug-ins/MapObject/mapobject_ui.c:1193 -msgid "Y scale (size)" -msgstr "" +#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3409 +msgid "_Y offset:" +msgstr "_Y konumu:" -#: plug-ins/MapObject/mapobject_ui.c:1205 -msgid "Z scale (size)" -msgstr "" +#: ../plug-ins/common/bump-map.c:958 +msgid "_Waterlevel:" +msgstr "_Denizseviyesi:" -#: plug-ins/MapObject/mapobject_ui.c:1228 -msgid "_Top:" -msgstr "_Tepe:" +#: ../plug-ins/common/bump-map.c:970 +msgid "A_mbient:" +msgstr "Ç_evresel" -#: plug-ins/MapObject/mapobject_ui.c:1228 -msgid "_Bottom:" -msgstr "_Alt:" +#: ../plug-ins/common/cartoon.c:142 +msgid "Simulate a cartoon by enhancing edges" +msgstr "Kenarları geliştirerek karikatüre benzet" -#: plug-ins/MapObject/mapobject_ui.c:1233 -msgid "Images for the Cap Faces" -msgstr "" +#: ../plug-ins/common/cartoon.c:147 +msgid "Ca_rtoon..." +msgstr "Ka_rikatür..." -#: plug-ins/MapObject/mapobject_ui.c:1262 -#: plug-ins/print/gimp_main_window.c:1102 -msgid "Size" -msgstr "Boyut" +#: ../plug-ins/common/cartoon.c:811 +msgid "Cartoon" +msgstr "Karikatür" -#: plug-ins/MapObject/mapobject_ui.c:1273 -msgid "R_adius:" -msgstr "" +#: ../plug-ins/common/cartoon.c:848 ../plug-ins/common/photocopy.c:876 +msgid "_Mask radius:" +msgstr "_Maske yarıçapı:" -#: plug-ins/MapObject/mapobject_ui.c:1277 -msgid "Cylinder radius" -msgstr "" +#: ../plug-ins/common/cartoon.c:862 +msgid "_Percent black:" +msgstr "_Siyah yüzdesi:" -#: plug-ins/MapObject/mapobject_ui.c:1287 plug-ins/common/mblur.c:941 -msgid "L_ength:" -msgstr "_Uzunluk:" +#: ../plug-ins/common/channel-mixer.c:175 +msgid "Alter colors by mixing RGB Channels" +msgstr "RGB Kanallarını karıştırarak renkleri değiştir" -#: plug-ins/MapObject/mapobject_ui.c:1291 -msgid "Cylinder length" -msgstr "" +#: ../plug-ins/common/channel-mixer.c:180 +msgid "Channel Mi_xer..." +msgstr "Kanal Ka_rıştırıcı..." -#: plug-ins/MapObject/mapobject_ui.c:1322 -msgid "O_ptions" -msgstr "_Seçenekler" +#. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ", +#. param[3].data.d_int32, mix.black.red_gain, +#. mix.black.green_gain, mix.black.blue_gain); +#: ../plug-ins/common/channel-mixer.c:271 +#: ../plug-ins/common/channel-mixer.c:492 +msgid "Channel Mixer" +msgstr "Kanal Karıştırıcı" -#: plug-ins/MapObject/mapobject_ui.c:1334 -msgid "O_rientation" -msgstr "_Konum" +#: ../plug-ins/common/channel-mixer.c:529 +msgid "O_utput channel:" +msgstr "Ç_ıktı kanalı:" -#: plug-ins/MapObject/mapobject_ui.c:1370 -msgid "Map to Object" -msgstr "" +#. Redmode radio frame +#: ../plug-ins/common/channel-mixer.c:538 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:991 +msgid "Red" +msgstr "Kırmızı" -#: plug-ins/MapObject/mapobject_ui.c:1416 plug-ins/common/diffraction.c:474 -msgid "_Preview!" -msgstr "Ön_izleme" +#. Greenmode radio frame +#: ../plug-ins/common/channel-mixer.c:543 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1032 +msgid "Green" +msgstr "Yeşil" -#: plug-ins/MapObject/mapobject_ui.c:1439 -msgid "Zoom out (make image smaller)" -msgstr "" +#. Bluemode radio frame +#: ../plug-ins/common/channel-mixer.c:548 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1073 +msgid "Blue" +msgstr "Mavi" -#: plug-ins/MapObject/mapobject_ui.c:1453 -msgid "Zoom in (make image bigger)" -msgstr "" +#: ../plug-ins/common/channel-mixer.c:583 +#: ../plug-ins/common/color-exchange.c:398 ../plug-ins/common/compose.c:190 +#: ../plug-ins/common/compose.c:201 ../plug-ins/common/diffraction.c:501 +#: ../plug-ins/common/diffraction.c:539 ../plug-ins/common/diffraction.c:577 +#: ../plug-ins/common/noise-rgb.c:530 ../plug-ins/common/noise-rgb.c:537 +msgid "_Red:" +msgstr "_Kırmızı:" -#: plug-ins/MapObject/mapobject_ui.c:1455 -msgid "Show preview _wireframe" -msgstr "" +#: ../plug-ins/common/channel-mixer.c:601 +#: ../plug-ins/common/color-exchange.c:458 ../plug-ins/common/compose.c:191 +#: ../plug-ins/common/compose.c:202 ../plug-ins/common/diffraction.c:510 +#: ../plug-ins/common/diffraction.c:548 ../plug-ins/common/diffraction.c:586 +#: ../plug-ins/common/noise-rgb.c:531 ../plug-ins/common/noise-rgb.c:538 +msgid "_Green:" +msgstr "_Yeşil:" -#: plug-ins/MapObject/mapobject_ui.c:1464 -msgid "Show/hide preview wireframe" -msgstr "" +#: ../plug-ins/common/channel-mixer.c:620 +#: ../plug-ins/common/color-exchange.c:519 ../plug-ins/common/compose.c:192 +#: ../plug-ins/common/compose.c:203 ../plug-ins/common/diffraction.c:519 +#: ../plug-ins/common/diffraction.c:557 ../plug-ins/common/diffraction.c:595 +#: ../plug-ins/common/noise-rgb.c:532 ../plug-ins/common/noise-rgb.c:539 +msgid "_Blue:" +msgstr "_Mavi:" -#: plug-ins/bmp/bmp.c:120 plug-ins/bmp/bmp.c:139 -msgid "Windows BMP image" -msgstr "" +#: ../plug-ins/common/channel-mixer.c:636 +msgid "_Monochrome" +msgstr "_Tekrenkli" -#: plug-ins/bmp/bmpread.c:86 -msgid "Bad colormap" -msgstr "Hatalı renk haritası" +#: ../plug-ins/common/channel-mixer.c:649 +msgid "Preserve _luminosity" +msgstr "Işıklılığı _koru" -#. Set up progress display -#. put up a progress bar -#. max. rows allocated -#. column, highest column ever used -#. -1 assume fsel is not available (and not attached to any drawable) -#. -1 assume there is no floating selection -#: plug-ins/bmp/bmpread.c:158 plug-ins/common/CEL.c:310 -#: plug-ins/common/dicom.c:295 plug-ins/common/gbr.c:332 -#: plug-ins/common/gifload.c:301 plug-ins/common/gih.c:653 -#: plug-ins/common/jpeg.c:941 plug-ins/common/pat.c:305 -#: plug-ins/common/pcx.c:307 plug-ins/common/pix.c:338 -#: plug-ins/common/png.c:681 plug-ins/common/pnm.c:437 -#: plug-ins/common/postscript.c:996 plug-ins/common/psd.c:1764 -#: plug-ins/common/raw.c:640 plug-ins/common/sunras.c:436 -#: plug-ins/common/tga.c:420 plug-ins/common/tiff.c:515 -#: plug-ins/common/wmf.c:952 plug-ins/common/xbm.c:724 -#: plug-ins/common/xpm.c:342 plug-ins/common/xwd.c:475 -#: plug-ins/faxg3/faxg3.c:203 plug-ins/gfli/gfli.c:465 plug-ins/sgi/sgi.c:323 -#: plug-ins/winicon/icoload.c:505 plug-ins/xjt/xjt.c:3312 -#, c-format -msgid "Opening '%s'..." -msgstr "" - -#: plug-ins/bmp/bmpread.c:170 plug-ins/bmp/bmpread.c:179 -#: plug-ins/bmp/bmpread.c:185 plug-ins/bmp/bmpread.c:193 -#: plug-ins/bmp/bmpread.c:207 plug-ins/bmp/bmpread.c:341 -#, c-format -msgid "'%s' is not a valid BMP file" -msgstr "" +#: ../plug-ins/common/channel-mixer.c:878 +msgid "Load Channel Mixer Settings" +msgstr "Kanal Karıştırıcı Ayarlarını Yükle" -#: plug-ins/bmp/bmpread.c:220 plug-ins/bmp/bmpread.c:239 -#: plug-ins/bmp/bmpread.c:260 plug-ins/bmp/bmpread.c:279 -#: plug-ins/bmp/bmpread.c:300 plug-ins/bmp/bmpread.c:306 -#: plug-ins/bmp/bmpread.c:312 +#. stat error (file does not exist) +#: ../plug-ins/common/channel-mixer.c:982 +#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:885 +#: ../plug-ins/common/file-cel.c:312 ../plug-ins/common/file-compressor.c:498 +#: ../plug-ins/common/file-compressor.c:666 +#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361 +#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662 +#: ../plug-ins/common/file-mng.c:1156 ../plug-ins/common/file-pat.c:330 +#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:552 +#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:752 +#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036 +#: ../plug-ins/common/file-ps.c:3050 ../plug-ins/common/file-psp.c:1755 +#: ../plug-ins/common/file-raw.c:251 ../plug-ins/common/file-raw.c:668 +#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333 +#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442 +#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736 +#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2003 +#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233 +#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460 +#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:661 +#: ../plug-ins/file-ico/ico-load.c:740 ../plug-ins/file-jpeg/jpeg-load.c:109 +#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131 +#: ../plug-ins/file-psd/psd-thumb-load.c:80 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:190 +#: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568 +#: ../plug-ins/flame/flame.c:412 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863 +#: ../plug-ins/fractal-explorer/fractal-explorer.c:929 +#: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223 +#: ../plug-ins/help/gimphelplocale.c:239 +#: ../plug-ins/lighting/lighting-ui.c:1355 #, c-format -msgid "Error reading BMP file header from '%s'" -msgstr "" - -#: plug-ins/bmp/bmpread.c:439 plug-ins/bmp/bmpread.c:474 -msgid "Unrecognized or invalid BMP compression format." -msgstr "" - -#. -#. * Create the "background" layer to hold the image... -#. -#: plug-ins/bmp/bmpread.c:479 plug-ins/common/CEL.c:357 -#: plug-ins/common/CEL.c:360 plug-ins/common/blinds.c:273 -#: plug-ins/common/compose.c:625 plug-ins/common/decompose.c:594 -#: plug-ins/common/dicom.c:442 plug-ins/common/film.c:946 -#: plug-ins/common/gifload.c:865 plug-ins/common/jpeg.c:1101 -#: plug-ins/common/jpeg.c:2416 plug-ins/common/pcx.c:334 -#: plug-ins/common/pcx.c:340 plug-ins/common/pix.c:374 -#: plug-ins/common/png.c:808 plug-ins/common/pnm.c:517 -#: plug-ins/common/psd.c:2173 plug-ins/common/raw.c:677 -#: plug-ins/common/smooth_palette.c:257 plug-ins/common/sunras.c:925 -#: plug-ins/common/tga.c:929 plug-ins/common/tiff.c:833 -#: plug-ins/common/tile.c:266 plug-ins/common/winclipboard.c:579 -#: plug-ins/common/xbm.c:867 plug-ins/faxg3/faxg3.c:465 -#: plug-ins/fits/fits.c:506 plug-ins/gfig/gfig-dialog.c:1286 -#: plug-ins/gimpressionist/general.c:121 plug-ins/sgi/sgi.c:376 -#: plug-ins/twain/twain.c:571 plug-ins/winsnap/winsnap.c:1152 -msgid "Background" -msgstr "Arkaplan" - -#: plug-ins/bmp/bmpwrite.c:136 plug-ins/common/dicom.c:617 -#: plug-ins/common/pcx.c:579 -msgid "Cannot save images with alpha channel." -msgstr "" +msgid "Could not open '%s' for reading: %s" +msgstr "'%s' dosyası okumak için açılamadı: %s" -#: plug-ins/bmp/bmpwrite.c:182 plug-ins/common/dicom.c:632 -#: plug-ins/common/postscript.c:1114 plug-ins/common/xwd.c:568 -#: plug-ins/fits/fits.c:441 plug-ins/xjt/xjt.c:1677 -msgid "Cannot operate on unknown image types." -msgstr "" +#: ../plug-ins/common/channel-mixer.c:1005 +msgid "Save Channel Mixer Settings" +msgstr "Kanal Karıştırıcı Ayarlarını Kaydet" -#. And let's begin the progress -#. init the progress meter -#. Set up progress display -#: plug-ins/bmp/bmpwrite.c:209 plug-ins/common/CEL.c:582 -#: plug-ins/common/gbr.c:591 plug-ins/common/gif.c:1001 -#: plug-ins/common/gih.c:1259 plug-ins/common/gtm.c:245 -#: plug-ins/common/jpeg.c:1451 plug-ins/common/pat.c:438 -#: plug-ins/common/pcx.c:545 plug-ins/common/pix.c:521 -#: plug-ins/common/png.c:1185 plug-ins/common/pnm.c:814 -#: plug-ins/common/postscript.c:1128 plug-ins/common/psd_save.c:1593 -#: plug-ins/common/sunras.c:518 plug-ins/common/tga.c:1035 -#: plug-ins/common/tiff.c:1815 plug-ins/common/xbm.c:1001 -#: plug-ins/common/xpm.c:628 plug-ins/common/xwd.c:582 -#: plug-ins/fits/fits.c:455 plug-ins/gfli/gfli.c:682 plug-ins/sgi/sgi.c:545 -#: plug-ins/winicon/icosave.c:954 plug-ins/xjt/xjt.c:1682 +#: ../plug-ins/common/channel-mixer.c:1060 +#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:833 +#: ../plug-ins/common/file-cel.c:583 ../plug-ins/common/file-compressor.c:426 +#: ../plug-ins/common/file-compressor.c:508 +#: ../plug-ins/common/file-compressor.c:590 +#: ../plug-ins/common/file-compressor.c:677 +#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801 +#: ../plug-ins/common/file-gbr.c:647 ../plug-ins/common/file-gif-save.c:761 +#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236 +#: ../plug-ins/common/file-mng.c:649 ../plug-ins/common/file-mng.c:984 +#: ../plug-ins/common/file-pat.c:476 ../plug-ins/common/file-pcx.c:673 +#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1285 +#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213 +#: ../plug-ins/common/file-raw.c:548 ../plug-ins/common/file-raw.c:576 +#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170 +#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034 +#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2114 +#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476 +#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008 +#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635 +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:163 +#: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729 +#: ../plug-ins/flame/flame.c:443 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546 +#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/ifs-compose/ifs-compose.c:2375 +#: ../plug-ins/lighting/lighting-ui.c:1211 #, c-format -msgid "Saving '%s'..." -msgstr "%s kaydediliyor..." - -#: plug-ins/bmp/bmpwrite.c:554 -msgid "Save as BMP" -msgstr "" - -#: plug-ins/bmp/bmpwrite.c:568 -msgid "_RLE encoded" -msgstr "" - -#: plug-ins/common/AlienMap2.c:145 -#, fuzzy -msgid "_Modify red channel" -msgstr "Kanallar" - -#: plug-ins/common/AlienMap2.c:145 -#, fuzzy -msgid "_Modify hue channel" -msgstr "Kanallar" - -#: plug-ins/common/AlienMap2.c:146 -#, fuzzy -msgid "Mo_dify green channel" -msgstr "Kanallar" - -#: plug-ins/common/AlienMap2.c:146 -#, fuzzy -msgid "Mo_dify saturation channel" -msgstr "Kanallar" - -#: plug-ins/common/AlienMap2.c:147 -#, fuzzy -msgid "Mod_ify blue channel" -msgstr "Kanallar" - -#: plug-ins/common/AlienMap2.c:147 -#, fuzzy -msgid "Mod_ify luminosity channel" -msgstr "Kanallar" - -#: plug-ins/common/AlienMap2.c:152 -#, fuzzy -msgid "Red _frequency:" -msgstr "_Frekanslar" - -#: plug-ins/common/AlienMap2.c:152 -#, fuzzy -msgid "Hue _frequency:" -msgstr "_Frekanslar" - -#: plug-ins/common/AlienMap2.c:153 -#, fuzzy -msgid "Green fr_equency:" -msgstr "_Frekanslar" - -#: plug-ins/common/AlienMap2.c:153 -#, fuzzy -msgid "Saturation fr_equency:" -msgstr "Konum" - -#: plug-ins/common/AlienMap2.c:154 -#, fuzzy -msgid "Blue freq_uency:" -msgstr "_Frekanslar" - -#: plug-ins/common/AlienMap2.c:154 -msgid "Luminosity freq_uency:" -msgstr "" - -#: plug-ins/common/AlienMap2.c:156 -#, fuzzy -msgid "Red _phaseshift:" -msgstr "Yapıştır" - -#: plug-ins/common/AlienMap2.c:156 -#, fuzzy -msgid "Hue _phaseshift:" -msgstr "Yapıştır" - -#: plug-ins/common/AlienMap2.c:157 -#, fuzzy -msgid "Green ph_aseshift:" -msgstr "Yapıştır" - -#: plug-ins/common/AlienMap2.c:157 -#, fuzzy -msgid "Saturation ph_aseshift:" -msgstr "Yapıştır" - -#: plug-ins/common/AlienMap2.c:158 -#, fuzzy -msgid "Blue pha_seshift:" -msgstr "Yapıştır" - -#: plug-ins/common/AlienMap2.c:158 -#, fuzzy -msgid "Luminosity pha_seshift:" -msgstr "Yapıştır" - -#: plug-ins/common/AlienMap2.c:193 -msgid "Alien Map _2..." -msgstr "" - -#: plug-ins/common/AlienMap2.c:325 -msgid "AlienMap2: Transforming..." -msgstr "" - -#: plug-ins/common/AlienMap2.c:398 -msgid "AlienMap2" -msgstr "" - -#: plug-ins/common/AlienMap2.c:438 plug-ins/common/AlienMap2.c:462 -#: plug-ins/common/AlienMap2.c:486 -msgid "Number of cycles covering full value range" -msgstr "" +msgid "Could not open '%s' for writing: %s" +msgstr "'%s' dosyası yazma için açılamadı: %s" -#: plug-ins/common/AlienMap2.c:450 plug-ins/common/AlienMap2.c:474 -#: plug-ins/common/AlienMap2.c:498 -msgid "Phase angle, range 0-360" -msgstr "" +#: ../plug-ins/common/channel-mixer.c:1068 +#: ../plug-ins/common/cml-explorer.c:2060 +#, c-format +msgid "Parameters were saved to '%s'" +msgstr "Parametreler '%s' içine kaydedildi" -#. Propagate Mode -#: plug-ins/common/AlienMap2.c:512 plug-ins/common/hot.c:588 -#: plug-ins/common/vpropagate.c:1084 plug-ins/common/waves.c:270 -msgid "Mode" -msgstr "" +#: ../plug-ins/common/checkerboard.c:89 +msgid "Create a checkerboard pattern" +msgstr "Bir dama tahtası deseni oluştur" -#: plug-ins/common/AlienMap2.c:516 -msgid "_RGB color model" -msgstr "" - -#: plug-ins/common/AlienMap2.c:517 -msgid "_HSL color model" -msgstr "" +#: ../plug-ins/common/checkerboard.c:94 +msgid "_Checkerboard..." +msgstr "_Dama tahtası..." -#: plug-ins/common/CEL.c:112 plug-ins/common/CEL.c:130 -msgid "KISS CEL" -msgstr "" +#: ../plug-ins/common/checkerboard.c:161 +msgid "Adding checkerboard" +msgstr "Dama tahtası ekleniyor" -#: plug-ins/common/CEL.c:191 -msgid "Load KISS Palette" -msgstr "" +#: ../plug-ins/common/checkerboard.c:346 +msgid "Checkerboard" +msgstr "Dama Tahtası" -#: plug-ins/common/CEL.c:349 -msgid "Can't create a new image" -msgstr "" +#: ../plug-ins/common/checkerboard.c:412 +#: ../plug-ins/gimpressionist/sizemap.c:511 +msgid "_Size:" +msgstr "_Boyut:" -#: plug-ins/common/CEL.c:438 -#, c-format -msgid "Unsupported bit depth (%d)!" -msgstr "" +#: ../plug-ins/common/checkerboard.c:421 +msgid "_Psychobilly" +msgstr "_Psychobilly" -#: plug-ins/common/CML_explorer.c:131 +#: ../plug-ins/common/cml-explorer.c:129 msgid "Keep image's values" -msgstr "" +msgstr "Görüntü değerlerini koru" -#: plug-ins/common/CML_explorer.c:132 +#: ../plug-ins/common/cml-explorer.c:130 msgid "Keep the first value" -msgstr "" +msgstr "İlk değeri koru" -#: plug-ins/common/CML_explorer.c:133 +#: ../plug-ins/common/cml-explorer.c:131 msgid "Fill with parameter k" -msgstr "" +msgstr "k parametresi ile doldur" -#: plug-ins/common/CML_explorer.c:134 +#: ../plug-ins/common/cml-explorer.c:132 msgid "k{x(1-x)}^p" -msgstr "" +msgstr "k{x(1-x)}^p" -#: plug-ins/common/CML_explorer.c:135 +#: ../plug-ins/common/cml-explorer.c:133 msgid "k{x(1-x)}^p stepped" -msgstr "" +msgstr "k{x(1-x)}^p adımlı" -#: plug-ins/common/CML_explorer.c:136 +#: ../plug-ins/common/cml-explorer.c:134 msgid "kx^p" -msgstr "" +msgstr "kx^p" -#: plug-ins/common/CML_explorer.c:137 +#: ../plug-ins/common/cml-explorer.c:135 msgid "kx^p stepped" -msgstr "" +msgstr "kx^p geçildi" -#: plug-ins/common/CML_explorer.c:138 +#: ../plug-ins/common/cml-explorer.c:136 msgid "k(1-x^p)" -msgstr "" +msgstr "k(1-x^p)" -#: plug-ins/common/CML_explorer.c:139 +#: ../plug-ins/common/cml-explorer.c:137 msgid "k(1-x^p) stepped" -msgstr "" +msgstr "k(1-x^p) geçildi" -#: plug-ins/common/CML_explorer.c:140 +#: ../plug-ins/common/cml-explorer.c:138 msgid "Delta function" -msgstr "" +msgstr "Delta işlevi" -#: plug-ins/common/CML_explorer.c:141 +#: ../plug-ins/common/cml-explorer.c:139 msgid "Delta function stepped" -msgstr "" +msgstr "Delta işlevi geçildi" -#: plug-ins/common/CML_explorer.c:142 +#: ../plug-ins/common/cml-explorer.c:140 msgid "sin^p-based function" -msgstr "" +msgstr "sin^p tabanlı işlev" -#: plug-ins/common/CML_explorer.c:143 +#: ../plug-ins/common/cml-explorer.c:141 msgid "sin^p, stepped" -msgstr "" +msgstr "sin^p, geçildi" -#: plug-ins/common/CML_explorer.c:169 +#: ../plug-ins/common/cml-explorer.c:167 msgid "Max (x, -)" -msgstr "" +msgstr "En çok (x, -)" -#: plug-ins/common/CML_explorer.c:170 +#: ../plug-ins/common/cml-explorer.c:168 msgid "Max (x+d, -)" -msgstr "" +msgstr "En çok (x+d, -)" -#: plug-ins/common/CML_explorer.c:171 +#: ../plug-ins/common/cml-explorer.c:169 msgid "Max (x-d, -)" -msgstr "" +msgstr "En çok (x-d, -)" -#: plug-ins/common/CML_explorer.c:172 +#: ../plug-ins/common/cml-explorer.c:170 msgid "Min (x, -)" -msgstr "" +msgstr "En az (x, -)" -#: plug-ins/common/CML_explorer.c:173 +#: ../plug-ins/common/cml-explorer.c:171 msgid "Min (x+d, -)" -msgstr "" +msgstr "En az (x+d, -)" -#: plug-ins/common/CML_explorer.c:174 +#: ../plug-ins/common/cml-explorer.c:172 msgid "Min (x-d, -)" -msgstr "" +msgstr "En az (x-d, -)" -#: plug-ins/common/CML_explorer.c:175 +#: ../plug-ins/common/cml-explorer.c:173 msgid "Max (x+d, -), (x < 0.5)" -msgstr "" +msgstr "En çok (x+d, -), (x < 0.5)" -#: plug-ins/common/CML_explorer.c:176 +#: ../plug-ins/common/cml-explorer.c:174 msgid "Max (x+d, -), (0.5 < x)" -msgstr "" +msgstr "En çok (x+d, -), (0.5 < x)" -#: plug-ins/common/CML_explorer.c:177 +#: ../plug-ins/common/cml-explorer.c:175 msgid "Max (x-d, -), (x < 0.5)" -msgstr "" +msgstr "En çok (x-d, -), (x < 0.5)" -#: plug-ins/common/CML_explorer.c:178 +#: ../plug-ins/common/cml-explorer.c:176 msgid "Max (x-d, -), (0.5 < x)" -msgstr "" +msgstr "En çok (x-d, -), (0.5 < x)" -#: plug-ins/common/CML_explorer.c:179 +#: ../plug-ins/common/cml-explorer.c:177 msgid "Min (x+d, -), (x < 0.5)" -msgstr "" +msgstr "En az (x+d, -), (x < 0.5)" -#: plug-ins/common/CML_explorer.c:180 +#: ../plug-ins/common/cml-explorer.c:178 msgid "Min (x+d, -), (0.5 < x)" -msgstr "" +msgstr "En az (x+d, -), (0.5 < x)" -#: plug-ins/common/CML_explorer.c:181 +#: ../plug-ins/common/cml-explorer.c:179 msgid "Min (x-d, -), (x < 0.5)" -msgstr "" +msgstr "En az (x-d, -), (x < 0.5)" -#: plug-ins/common/CML_explorer.c:182 +#: ../plug-ins/common/cml-explorer.c:180 msgid "Min (x-d, -), (0.5 < x)" -msgstr "" +msgstr "En az (x-d, -), (0.5 < x)" -#: plug-ins/common/CML_explorer.c:202 plug-ins/common/sunras.c:1594 -#: plug-ins/print/gimp_main_window.c:1645 +#: ../plug-ins/common/cml-explorer.c:200 ../plug-ins/common/file-sunras.c:1651 msgid "Standard" -msgstr "" +msgstr "Standart" -#: plug-ins/common/CML_explorer.c:203 +#: ../plug-ins/common/cml-explorer.c:201 msgid "Use average value" -msgstr "" +msgstr "Ortalama değeri kullan" -#: plug-ins/common/CML_explorer.c:204 +#: ../plug-ins/common/cml-explorer.c:202 msgid "Use reverse value" -msgstr "" +msgstr "Ters değeri kullan" -#: plug-ins/common/CML_explorer.c:205 +#: ../plug-ins/common/cml-explorer.c:203 msgid "With random power (0,10)" -msgstr "" +msgstr "Rastgele üssü ile (0,10)" -#: plug-ins/common/CML_explorer.c:206 +#: ../plug-ins/common/cml-explorer.c:204 msgid "With random power (0,1)" -msgstr "" +msgstr "Rastgele üssü ile (0,1)" -#: plug-ins/common/CML_explorer.c:207 +#: ../plug-ins/common/cml-explorer.c:205 msgid "With gradient power (0,1)" -msgstr "" +msgstr "Renk geçiş üssü ile (0,1)" -#: plug-ins/common/CML_explorer.c:208 +#: ../plug-ins/common/cml-explorer.c:206 msgid "Multiply rand. value (0,1)" -msgstr "" +msgstr "Rastgele değeri çoğalt (0,1)" -#: plug-ins/common/CML_explorer.c:209 +#: ../plug-ins/common/cml-explorer.c:207 msgid "Multiply rand. value (0,2)" -msgstr "" +msgstr "Rastgele değeri çoğalt (0,2)" -#: plug-ins/common/CML_explorer.c:210 +#: ../plug-ins/common/cml-explorer.c:208 msgid "Multiply gradient (0,1)" -msgstr "" +msgstr "Renk geçişini çoğalt (0,1)" -#: plug-ins/common/CML_explorer.c:211 +#: ../plug-ins/common/cml-explorer.c:209 msgid "With p and random (0,1)" -msgstr "" +msgstr "Rastgele ve p ile (0,1)" -#: plug-ins/common/CML_explorer.c:225 +#: ../plug-ins/common/cml-explorer.c:223 msgid "All black" -msgstr "" +msgstr "Tümü siyah" -#: plug-ins/common/CML_explorer.c:226 +#: ../plug-ins/common/cml-explorer.c:224 msgid "All gray" -msgstr "" +msgstr "Tümü gri" -#: plug-ins/common/CML_explorer.c:227 +#: ../plug-ins/common/cml-explorer.c:225 msgid "All white" -msgstr "" +msgstr "Tümü beyaz" -#: plug-ins/common/CML_explorer.c:228 +#: ../plug-ins/common/cml-explorer.c:226 msgid "The first row of the image" -msgstr "" +msgstr "Görüntünün ilk satırı" -#: plug-ins/common/CML_explorer.c:229 +#: ../plug-ins/common/cml-explorer.c:227 msgid "Continuous gradient" -msgstr "" +msgstr "Sürekli renk geçişi" -#: plug-ins/common/CML_explorer.c:230 +#: ../plug-ins/common/cml-explorer.c:228 msgid "Continuous grad. w/o gap" -msgstr "" +msgstr "Sürekli renk geçişi. w/o aralığında" -#: plug-ins/common/CML_explorer.c:231 +#: ../plug-ins/common/cml-explorer.c:229 msgid "Random, ch. independent" -msgstr "" +msgstr "Kanal bağımsız, rastgele" -#: plug-ins/common/CML_explorer.c:232 +#: ../plug-ins/common/cml-explorer.c:230 msgid "Random shared" -msgstr "" +msgstr "Rastgele paylaşılmış" -#: plug-ins/common/CML_explorer.c:233 +#: ../plug-ins/common/cml-explorer.c:231 msgid "Randoms from seed" -msgstr "" +msgstr "Kaynaktan rastgele" -#: plug-ins/common/CML_explorer.c:234 +#: ../plug-ins/common/cml-explorer.c:232 msgid "Randoms from seed (shared)" -msgstr "" +msgstr "Kaynaktan rastgele (paylaşılmış)" -#: plug-ins/common/CML_explorer.c:302 plug-ins/common/CML_explorer.c:310 -#: plug-ins/common/decompose.c:143 plug-ins/gimpressionist/orientation.c:162 -#: plug-ins/gimpressionist/size.c:165 +#: ../plug-ins/common/cml-explorer.c:300 ../plug-ins/common/cml-explorer.c:308 +#: ../plug-ins/common/decompose.c:188 +#: ../plug-ins/gimpressionist/orientation.c:180 +#: ../plug-ins/gimpressionist/size.c:183 msgid "Hue" -msgstr "" +msgstr "Renk Tonu" -#: plug-ins/common/CML_explorer.c:303 plug-ins/common/CML_explorer.c:311 -#: plug-ins/common/decompose.c:144 plug-ins/rcm/rcm_dialog.c:541 +#: ../plug-ins/common/cml-explorer.c:301 ../plug-ins/common/cml-explorer.c:309 +#: ../plug-ins/common/decompose.c:189 msgid "Saturation" -msgstr "" +msgstr "Doygunluk" -#: plug-ins/common/CML_explorer.c:304 plug-ins/common/CML_explorer.c:312 -#: plug-ins/common/decompose.c:145 plug-ins/gimpressionist/orientation.c:138 -#: plug-ins/gimpressionist/size.c:141 +#: ../plug-ins/common/cml-explorer.c:302 ../plug-ins/common/cml-explorer.c:310 +#: ../plug-ins/common/decompose.c:190 +#: ../plug-ins/gimpressionist/orientation.c:156 +#: ../plug-ins/gimpressionist/size.c:159 msgid "Value" msgstr "Değer" -#: plug-ins/common/CML_explorer.c:309 +#: ../plug-ins/common/cml-explorer.c:307 msgid "(None)" -msgstr "" +msgstr "(Hiçbiri)" + +#: ../plug-ins/common/cml-explorer.c:455 +msgid "Create abstract Coupled-Map Lattice patterns" +msgstr "Soyut eş harita çapraz kalıpları oluştur" -#: plug-ins/common/CML_explorer.c:470 +#: ../plug-ins/common/cml-explorer.c:466 msgid "CML _Explorer..." -msgstr "" +msgstr "CML _Gezgini..." -#: plug-ins/common/CML_explorer.c:760 -msgid "CML_explorer: evoluting..." -msgstr "" +#: ../plug-ins/common/cml-explorer.c:756 +msgid "CML Explorer: evoluting" +msgstr "CML Tarayıcısı: Geliştiriliyor" -#: plug-ins/common/CML_explorer.c:1186 +#: ../plug-ins/common/cml-explorer.c:1177 msgid "Coupled-Map-Lattice Explorer" -msgstr "" - -#: plug-ins/common/CML_explorer.c:1225 -msgid "New seed" -msgstr "" - -#: plug-ins/common/CML_explorer.c:1236 -msgid "Fix seed" -msgstr "" +msgstr "Eşleşmiş - Örgü Tarayıcısı" -#: plug-ins/common/CML_explorer.c:1247 -#, fuzzy -msgid "Random seed" -msgstr "Hız:" +#: ../plug-ins/common/cml-explorer.c:1224 +msgid "New Seed" +msgstr "Yeni Kaynak" + +#: ../plug-ins/common/cml-explorer.c:1235 +msgid "Fix Seed" +msgstr "Sabit kaynak" + +#: ../plug-ins/common/cml-explorer.c:1246 +msgid "Random Seed" +msgstr "Rastgele kaynak" -#: plug-ins/common/CML_explorer.c:1289 plug-ins/common/fp.c:663 -#: plug-ins/common/lic.c:669 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1288 ../plug-ins/common/filter-pack.c:700 +#: ../plug-ins/common/van-gogh-lic.c:671 msgid "_Hue" -msgstr "Mavi:" +msgstr "_Renk Tonu" -#: plug-ins/common/CML_explorer.c:1293 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1292 msgid "Sat_uration" -msgstr "Konum" +msgstr "Doy_gunluk" -#: plug-ins/common/CML_explorer.c:1297 plug-ins/common/fp.c:671 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1296 ../plug-ins/common/filter-pack.c:708 msgid "_Value" -msgstr "Değer" +msgstr "_Değer" -#: plug-ins/common/CML_explorer.c:1301 +#: ../plug-ins/common/cml-explorer.c:1300 msgid "_Advanced" msgstr "_Gelişmiş" -#: plug-ins/common/CML_explorer.c:1316 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1315 msgid "Channel Independent Parameters" -msgstr "Mandelbrot Parametreleri" +msgstr "Bağımsız Kanal Parametreleri" -#: plug-ins/common/CML_explorer.c:1338 +#: ../plug-ins/common/cml-explorer.c:1337 msgid "Initial value:" -msgstr "" +msgstr "Başlangıç değeri:" -#: plug-ins/common/CML_explorer.c:1344 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1343 msgid "Zoom scale:" -msgstr "Büyüklük:" +msgstr "Yakınlaştırma ölçeği:" -#: plug-ins/common/CML_explorer.c:1353 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1352 msgid "Start offset:" -msgstr "Açı:" +msgstr "Başlama konumu:" -#: plug-ins/common/CML_explorer.c:1362 +#: ../plug-ins/common/cml-explorer.c:1361 msgid "Seed of Random (only for \"From Seed\" Modes)" -msgstr "" +msgstr "Rastgele kaynağı (sadece \"Kaynaktan\" modları için)" -#: plug-ins/common/CML_explorer.c:1373 plug-ins/maze/maze_face.c:277 +#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261 msgid "Seed:" -msgstr "" +msgstr "Kaynak:" -#: plug-ins/common/CML_explorer.c:1386 -msgid "Switch to \"From seed\" with the last seed" -msgstr "" +#: ../plug-ins/common/cml-explorer.c:1385 +msgid "Switch to \"From seed\" With the Last Seed" +msgstr "Son Kaynak ile \"Kaynaktan\" moduna geçir" -#: plug-ins/common/CML_explorer.c:1398 +#: ../plug-ins/common/cml-explorer.c:1397 msgid "" "\"Fix seed\" button is an alias of me.\n" "The same seed produces the same image, if (1) the widths of images are same " "(this is the reason why image on drawable is different from preview), and " "(2) all mutation rates equal to zero." msgstr "" +"\"Kaynaktan\" butonu ile aynı görevi görür.\n" +"Aynı kaynak, aynı resmi üretir. (Eğer resimlerin genişliği aynı ise -" +"çizilebilirdeki resim ile önizlemedeki resmin farklı olmasının sebebi budur- " +"ve bütün değişim oranları sıfır ise)" -#: plug-ins/common/CML_explorer.c:1406 +#: ../plug-ins/common/cml-explorer.c:1405 msgid "O_thers" -msgstr "_Diğer" +msgstr "_Diğerleri" -#: plug-ins/common/CML_explorer.c:1421 +#: ../plug-ins/common/cml-explorer.c:1420 msgid "Copy Settings" -msgstr "" +msgstr "Ayarları Kopyala" -#: plug-ins/common/CML_explorer.c:1440 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1439 msgid "Source channel:" -msgstr "Kanallar" +msgstr "Kaynak kanalı:" -#: plug-ins/common/CML_explorer.c:1455 plug-ins/common/CML_explorer.c:1503 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1454 +#: ../plug-ins/common/cml-explorer.c:1502 msgid "Destination channel:" -msgstr "Kanallar" +msgstr "Hedef kanal:" -#: plug-ins/common/CML_explorer.c:1459 -#, fuzzy -msgid "Copy parameters" -msgstr "_Parametreler" +#: ../plug-ins/common/cml-explorer.c:1458 +msgid "Copy Parameters" +msgstr "Parametreleri Kopyala" -#: plug-ins/common/CML_explorer.c:1468 +#: ../plug-ins/common/cml-explorer.c:1467 msgid "Selective Load Settings" -msgstr "" +msgstr "Seçmeli Yükleme Ayarları" -#: plug-ins/common/CML_explorer.c:1488 +#: ../plug-ins/common/cml-explorer.c:1487 msgid "Source channel in file:" -msgstr "" +msgstr "Dosya içindeki kanal kaynağı:" -#: plug-ins/common/CML_explorer.c:1509 +#: ../plug-ins/common/cml-explorer.c:1508 msgid "_Misc Ops." -msgstr "" +msgstr "_Çeşitli Seçenekler" -#: plug-ins/common/CML_explorer.c:1558 +#: ../plug-ins/common/cml-explorer.c:1557 msgid "Function type:" -msgstr "" +msgstr "İşlev türü:" -#: plug-ins/common/CML_explorer.c:1574 +#: ../plug-ins/common/cml-explorer.c:1573 msgid "Composition:" -msgstr "" +msgstr "Kompozisyon:" -#: plug-ins/common/CML_explorer.c:1588 +#: ../plug-ins/common/cml-explorer.c:1587 msgid "Misc arrange:" -msgstr "" +msgstr "Çeşitli düzenleme:" -#: plug-ins/common/CML_explorer.c:1592 +#: ../plug-ins/common/cml-explorer.c:1591 msgid "Use cyclic range" -msgstr "" +msgstr "Dönüşsel erim kullan" -#: plug-ins/common/CML_explorer.c:1602 +#: ../plug-ins/common/cml-explorer.c:1601 msgid "Mod. rate:" -msgstr "" +msgstr "Mod. oranı" -#: plug-ins/common/CML_explorer.c:1611 +#: ../plug-ins/common/cml-explorer.c:1610 msgid "Env. sensitivity:" -msgstr "" +msgstr "Çevresel duyarlılık:" -#: plug-ins/common/CML_explorer.c:1620 +#: ../plug-ins/common/cml-explorer.c:1619 msgid "Diffusion dist.:" -msgstr "" +msgstr "Yayılma mesafesi:" -#: plug-ins/common/CML_explorer.c:1629 +#: ../plug-ins/common/cml-explorer.c:1628 msgid "# of subranges:" -msgstr "" +msgstr "altmenzil sayısı" -#: plug-ins/common/CML_explorer.c:1638 +#: ../plug-ins/common/cml-explorer.c:1637 msgid "P(ower factor):" -msgstr "" +msgstr "G(üç faktörü):" -#: plug-ins/common/CML_explorer.c:1647 +#: ../plug-ins/common/cml-explorer.c:1646 msgid "Parameter k:" -msgstr "" +msgstr "k değiştirgesi:" -#: plug-ins/common/CML_explorer.c:1656 +#: ../plug-ins/common/cml-explorer.c:1655 msgid "Range low:" -msgstr "" +msgstr "Düşük erim:" -#: plug-ins/common/CML_explorer.c:1665 -#, fuzzy +#: ../plug-ins/common/cml-explorer.c:1664 msgid "Range high:" -msgstr "Resim _Yüksekliği:" +msgstr "Yüksek erim:" -#: plug-ins/common/CML_explorer.c:1677 -msgid "Plot a graph of the settings" -msgstr "" +#: ../plug-ins/common/cml-explorer.c:1676 +msgid "Plot a Graph of the Settings" +msgstr "Ayarların Bir Grafiğini Çiz" -#: plug-ins/common/CML_explorer.c:1722 +#: ../plug-ins/common/cml-explorer.c:1721 msgid "Ch. sensitivity:" -msgstr "" +msgstr "Kanal duyarlılığı:" -#: plug-ins/common/CML_explorer.c:1732 +#: ../plug-ins/common/cml-explorer.c:1731 msgid "Mutation rate:" -msgstr "" +msgstr "Başkalaşım oranı:" -#: plug-ins/common/CML_explorer.c:1742 +#: ../plug-ins/common/cml-explorer.c:1741 msgid "Mutation dist.:" -msgstr "" +msgstr "Değişim mesafesi:" -#: plug-ins/common/CML_explorer.c:1819 -msgid "Graph of the current settings" -msgstr "" +#: ../plug-ins/common/cml-explorer.c:1819 +msgid "Graph of the Current Settings" +msgstr "Şimdiki Ayarların Çizgesi" -#: plug-ins/common/CML_explorer.c:1889 +#: ../plug-ins/common/cml-explorer.c:1890 msgid "Warning: the source and the destination are the same channel." -msgstr "" +msgstr "Uyarı: kaynak ve hedef, aynı kanal" -#: plug-ins/common/CML_explorer.c:1948 -msgid "Save Parameters to" -msgstr "" +#: ../plug-ins/common/cml-explorer.c:1949 +msgid "Save CML Explorer Parameters" +msgstr "CML Gezgini Değiştirgelerini Kaydet" + +#: ../plug-ins/common/cml-explorer.c:2082 +msgid "Load CML Explorer Parameters" +msgstr "CML Gezgini Değiştirgelerini Yükle" + +#: ../plug-ins/common/cml-explorer.c:2200 +msgid "Error: it's not CML parameter file." +msgstr "Hata: bu, CML değiştirge dosyası değil." -#: plug-ins/common/CML_explorer.c:2056 plug-ins/common/channel_mixer.c:1052 +#: ../plug-ins/common/cml-explorer.c:2207 #, c-format -msgid "Parameters were saved to '%s'" -msgstr "" +msgid "Warning: '%s' is an old format file." +msgstr "Uyarı: '%s', eski bir dosya biçimi." -#: plug-ins/common/CML_explorer.c:2077 -msgid "CML Explorer: Overwrite File?" +#: ../plug-ins/common/cml-explorer.c:2211 +#, c-format +msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer." msgstr "" +"Uyarı: '%s', CML Gezgini'nin yeni bir sürümü için bir değiştirge dosyasıdır." + +#: ../plug-ins/common/cml-explorer.c:2274 +msgid "Error: failed to load parameters" +msgstr "Hata: değiştirgeleri yükleme başarısız" + +#: ../plug-ins/common/color-cube-analyze.c:106 +msgid "Analyze the set of colors in the image" +msgstr "Görüntüdeki renkler kümesini çözümle" + +#: ../plug-ins/common/color-cube-analyze.c:112 +msgid "Colorcube A_nalysis..." +msgstr "Renk Kübü Ç_özümleme..." + +#: ../plug-ins/common/color-cube-analyze.c:200 +#: ../plug-ins/common/color-cube-analyze.c:356 +msgid "Colorcube Analysis" +msgstr "Renk Kübü Çözümleme" + +#. output results +#: ../plug-ins/common/color-cube-analyze.c:384 +#: ../plug-ins/imagemap/imap_cmd_guides.c:231 +#, c-format +msgid "Image dimensions: %d × %d" +msgstr "Görüntü boyutları: %d × %d" + +#: ../plug-ins/common/color-cube-analyze.c:387 +msgid "No colors" +msgstr "Renksiz" -#: plug-ins/common/CML_explorer.c:2091 plug-ins/common/channel_mixer.c:1083 +#: ../plug-ins/common/color-cube-analyze.c:389 +msgid "Only one unique color" +msgstr "Sadece bir benzersiz renk" + +#: ../plug-ins/common/color-cube-analyze.c:391 #, c-format +msgid "Number of unique colors: %d" +msgstr "Benzersiz renklerin sayısı: %d" + +#: ../plug-ins/common/color-enhance.c:69 +msgid "Stretch color saturation to cover maximum possible range" +msgstr "Renk doygunluğunu mümkün olan en yüksek erimi kapsaması için yay" + +#: ../plug-ins/common/color-enhance.c:81 +msgid "_Color Enhance" +msgstr "_Renk Arttırımı" + +#: ../plug-ins/common/color-enhance.c:115 +msgid "Color Enhance" +msgstr "Renk Arttırımı" + +#: ../plug-ins/common/color-exchange.c:122 +msgid "Swap one color with another" +msgstr "Bir rengi başkasıyla değiştir" + +#: ../plug-ins/common/color-exchange.c:128 +msgid "_Color Exchange..." +msgstr "_Renk Takası..." + +#: ../plug-ins/common/color-exchange.c:213 +#: ../plug-ins/common/color-exchange.c:287 +msgid "Color Exchange" +msgstr "Renk Takası" + +#: ../plug-ins/common/color-exchange.c:309 +msgid "Middle-Click Inside Preview to Pick \"From Color\"" +msgstr "i" + +#: ../plug-ins/common/color-exchange.c:347 +msgid "To Color" +msgstr "Renge" + +#: ../plug-ins/common/color-exchange.c:347 +msgid "From Color" +msgstr "Renkten" + +#: ../plug-ins/common/color-exchange.c:365 +msgid "Color Exchange: To Color" +msgstr "Renk Takası: Renge" + +#: ../plug-ins/common/color-exchange.c:366 +msgid "Color Exchange: From Color" +msgstr "Renk Takası: Renkten" + +#: ../plug-ins/common/color-exchange.c:424 +msgid "R_ed threshold:" +msgstr "K_ırmızı eşik:" + +#: ../plug-ins/common/color-exchange.c:484 +msgid "G_reen threshold:" +msgstr "Y_eşil eşik:" + +#: ../plug-ins/common/color-exchange.c:545 +msgid "B_lue threshold:" +msgstr "M_avi eşik:" + +#: ../plug-ins/common/color-exchange.c:573 +msgid "Lock _thresholds" +msgstr "_Eşikleri kilitle" + +#: ../plug-ins/common/color-to-alpha.c:94 +msgid "Convert a specified color to transparency" +msgstr "Belirli bir rengi saydamlığa dönüştür" + +#: ../plug-ins/common/color-to-alpha.c:101 +msgid "Color to _Alpha..." +msgstr "Renkten _Görünüre..." + +#: ../plug-ins/common/color-to-alpha.c:184 +msgid "Removing color" +msgstr "Renk kaldırılıyor" + +#: ../plug-ins/common/color-to-alpha.c:377 +msgid "Color to Alpha" +msgstr "Renkten Görünüre" + +#: ../plug-ins/common/color-to-alpha.c:414 +msgid "Color to Alpha Color Picker" +msgstr "Renkten Görünür Renk Seçicisine" + +#: ../plug-ins/common/color-to-alpha.c:429 +msgid "to alpha" +msgstr "görünüre" + +#: ../plug-ins/common/colorify.c:102 +msgid "Replace all colors with shades of a specified color" +msgstr "Tüm renkleri özel bir rengin gölgeleri yerine koy" + +#: ../plug-ins/common/colorify.c:108 +msgid "Colorif_y..." +msgstr "Renklendi_r..." + +#: ../plug-ins/common/colorify.c:169 +msgid "Colorifying" +msgstr "Renklendirme" + +#: ../plug-ins/common/colorify.c:255 +msgid "Colorify" +msgstr "Renklendir" + +#: ../plug-ins/common/colorify.c:289 +msgid "Custom color:" +msgstr "Özel renk:" + +#: ../plug-ins/common/colorify.c:294 +msgid "Colorify Custom Color" +msgstr "Özel Rengi Renklendir" + +#: ../plug-ins/common/colormap-remap.c:97 +msgid "Rearrange the colormap" +msgstr "Renk haritasını yeniden düzenle" + +#: ../plug-ins/common/colormap-remap.c:104 +msgid "R_earrange Colormap..." +msgstr "Renk Haritasını Yeniden D_üzenle..." + +#: ../plug-ins/common/colormap-remap.c:116 +msgid "Swap two colors in the colormap" +msgstr "Renk haritasındaki iki rengi değiştir" + +#: ../plug-ins/common/colormap-remap.c:123 +msgid "_Swap Colors" +msgstr "Renkleri _Değiştir" + +#: ../plug-ins/common/colormap-remap.c:286 +#: ../plug-ins/common/colormap-remap.c:297 +#: ../plug-ins/common/colormap-remap.c:308 +msgid "Invalid remap array was passed to remap function" +msgstr "Tekrar eşleme işlevinden geçen geçersiz tekrar eşleme dizisi" + +#: ../plug-ins/common/colormap-remap.c:332 +msgid "Rearranging the colormap" +msgstr "Renk haritası yeniden düzenleniyor" + +#: ../plug-ins/common/colormap-remap.c:481 +msgid "Sort on Hue" +msgstr "Renk Tonuna göre Sırala" + +#: ../plug-ins/common/colormap-remap.c:485 +msgid "Sort on Saturation" +msgstr "Doygunluk üzerine Sırala" + +#: ../plug-ins/common/colormap-remap.c:489 +msgid "Sort on Value" +msgstr "Değer üzerine Sırala" + +#: ../plug-ins/common/colormap-remap.c:493 +msgid "Reverse Order" +msgstr "Ters Düzen" + +#: ../plug-ins/common/colormap-remap.c:497 +msgid "Reset Order" +msgstr "Düzeni Sıfırla" + +#: ../plug-ins/common/colormap-remap.c:596 +msgid "Rearrange Colormap" +msgstr "Renk Haritasını Yeniden Düzenle" + +#: ../plug-ins/common/colormap-remap.c:699 msgid "" -"File '%s' exists.\n" -"Overwrite it?" +"Drag and drop colors to rearrange the colormap. The numbers shown are the " +"original indices. Right-click for a menu with sort options." msgstr "" +"Renk haritasını yeniden düzenlemek için renkleri sürükle ve bırak. Numara " +"gösterimleri özgün göstergelerdir. Sıralama seçenekleri menüsü için sağ " +"tıklayın." -#: plug-ins/common/CML_explorer.c:2140 -msgid "Load Parameters from" -msgstr "" +#: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170 +#: ../plug-ins/common/file-raw.c:1025 +msgid "RGB" +msgstr "RGB" + +#: ../plug-ins/common/compose.c:200 ../plug-ins/common/decompose.c:178 +msgid "RGBA" +msgstr "RGBA" + +#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noise-rgb.c:525 +#: ../plug-ins/common/noise-rgb.c:540 +msgid "_Alpha:" +msgstr "_Görünür:" + +#: ../plug-ins/common/compose.c:211 ../plug-ins/common/decompose.c:184 +msgid "HSV" +msgstr "HSV" + +#: ../plug-ins/common/compose.c:212 ../plug-ins/common/compose.c:220 +msgid "_Hue:" +msgstr "_Renk Tonu:" + +#: ../plug-ins/common/compose.c:213 ../plug-ins/common/compose.c:221 +#: ../plug-ins/common/noise-hsv.c:421 +msgid "_Saturation:" +msgstr "_Doygunluk:" + +#: ../plug-ins/common/compose.c:214 ../plug-ins/common/noise-hsv.c:433 +msgid "_Value:" +msgstr "_Değer:" + +#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193 +msgid "HSL" +msgstr "HSL" + +#: ../plug-ins/common/compose.c:222 +msgid "_Lightness:" +msgstr "_Aydınlanma:" + +#: ../plug-ins/common/compose.c:227 ../plug-ins/common/decompose.c:202 +msgid "CMY" +msgstr "CMY" + +#: ../plug-ins/common/compose.c:228 ../plug-ins/common/compose.c:236 +msgid "_Cyan:" +msgstr "_Turkuaz:" + +#: ../plug-ins/common/compose.c:229 ../plug-ins/common/compose.c:237 +msgid "_Magenta:" +msgstr "_Macenta:" + +#: ../plug-ins/common/compose.c:230 ../plug-ins/common/compose.c:238 +msgid "_Yellow:" +msgstr "_Sarı:" + +#: ../plug-ins/common/compose.c:235 ../plug-ins/common/decompose.c:211 +msgid "CMYK" +msgstr "CMYK" + +#: ../plug-ins/common/compose.c:239 +msgid "_Black:" +msgstr "_Siyah:" + +#: ../plug-ins/common/compose.c:243 ../plug-ins/common/decompose.c:224 +msgid "LAB" +msgstr "LAB" + +#: ../plug-ins/common/compose.c:252 +msgid "_Luma y470:" +msgstr "_Luma y470:" + +#: ../plug-ins/common/compose.c:253 +msgid "_Blueness cb470:" +msgstr "_Mavilik cb470:" + +#: ../plug-ins/common/compose.c:254 +msgid "_Redness cr470:" +msgstr "_Kırmızılık cr470:" + +#: ../plug-ins/common/compose.c:260 +msgid "_Luma y709:" +msgstr "_Luma y709:" + +#: ../plug-ins/common/compose.c:261 +msgid "_Blueness cb709:" +msgstr "_Mavilik cb709:" + +#: ../plug-ins/common/compose.c:262 +msgid "_Redness cr709:" +msgstr "_Kırmızılık cr709:" + +#: ../plug-ins/common/compose.c:268 +msgid "_Luma y470f:" +msgstr "_Luma y470f:" -#: plug-ins/common/CML_explorer.c:2142 -msgid "Selective Load from" +#: ../plug-ins/common/compose.c:269 +msgid "_Blueness cb470f:" +msgstr "_Mavilik cb470f:" + +#: ../plug-ins/common/compose.c:270 +msgid "_Redness cr470f:" +msgstr "_Kırmızılık cr470f:" + +#: ../plug-ins/common/compose.c:276 +msgid "_Luma y709f:" +msgstr "_Luma y709f:" + +#: ../plug-ins/common/compose.c:277 +msgid "_Blueness cb709f:" +msgstr "_Mavilik cb709f:" + +#: ../plug-ins/common/compose.c:278 +msgid "_Redness cr709f:" +msgstr "_Kırmızılık cr709f:" + +#: ../plug-ins/common/compose.c:404 +msgid "Create an image using multiple gray images as color channels" msgstr "" +"Çoklu gri görüntüleri renk kanalları olarak kullanan bir görüntü oluştur" -#: plug-ins/common/CML_explorer.c:2238 -msgid "Error: it's not CML parameter file." +#: ../plug-ins/common/compose.c:410 +msgid "C_ompose..." +msgstr "D_üzenle..." + +#: ../plug-ins/common/compose.c:434 +msgid "Recompose an image that was previously decomposed" +msgstr "Önceden ayrıştırılan bir görüntüyü yeniden düzenle" + +#: ../plug-ins/common/compose.c:442 +msgid "R_ecompose" +msgstr "Y_eniden düzenle" + +#: ../plug-ins/common/compose.c:488 +msgid "" +"You can only run 'Recompose' if the active image was originally produced by " +"'Decompose'." msgstr "" +"'Yeniden Düzenle'yi sadece etkin görüntü 'Ayrıştırma' ile üretilmişse " +"çalıştırabilirsiniz." + +#: ../plug-ins/common/compose.c:512 +msgid "Error scanning 'decompose-data' parasite: too few layers found" +msgstr "'decompose-data' paraziti taranırken hata: birçok katman bulundu" -#: plug-ins/common/CML_explorer.c:2245 +#: ../plug-ins/common/compose.c:545 #, c-format -msgid "Warning: '%s' is an old format file." -msgstr "" +msgid "Could not get layers for image %d" +msgstr "%d imgesinin katmanları alınamadı" + +#: ../plug-ins/common/compose.c:612 +msgid "Composing" +msgstr "Düzenleme" -#: plug-ins/common/CML_explorer.c:2248 +#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1728 +msgid "At least one image is needed to compose" +msgstr "Düzenleme için en az bir görüntü gerekiyor" + +#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:722 #, c-format -msgid "Warning: '%s' is a parameter file for newer CML_explorer than me." -msgstr "" +msgid "Specified layer %d not found" +msgstr "Belirlenen %d katmanı bulunamadı" -#: plug-ins/common/CML_explorer.c:2311 -msgid "Error: failed to load parameters" -msgstr "" +#: ../plug-ins/common/compose.c:730 +msgid "Drawables have different size" +msgstr "Çizilebilirlerin boyutları farklı" -#: plug-ins/common/aa.c:94 -msgid "ASCII art" -msgstr "" +#: ../plug-ins/common/compose.c:755 +msgid "Images have different size" +msgstr "Görüntülerin boyutları farklı" -#. Create the actual window. -#: plug-ins/common/aa.c:345 -msgid "Save as Text" -msgstr "" +#: ../plug-ins/common/compose.c:773 +msgid "Error in getting layer IDs" +msgstr "Katman Kimliklerini almada hata" -#: plug-ins/common/aa.c:360 -#, fuzzy -msgid "_Format:" -msgstr "Yazıtipi:" +#: ../plug-ins/common/compose.c:796 +#, c-format +msgid "Image is not a gray image (bpp=%d)" +msgstr "Görüntü gri bir görüntü değil (bpp=%d)" -#: plug-ins/common/align_layers.c:135 -msgid "Align _Visible Layers..." -msgstr "" +#: ../plug-ins/common/compose.c:824 +msgid "Unable to recompose, source layer not found" +msgstr "Yeniden düzenlenemedi, kaynak katman bulunamadı" -#: plug-ins/common/align_layers.c:173 -msgid "There are not enough layers to align." -msgstr "" +#: ../plug-ins/common/compose.c:1481 +msgid "Compose" +msgstr "Düzenle" -#: plug-ins/common/align_layers.c:399 -msgid "Align Visible Layers" -msgstr "" +#. Compose type combo +#: ../plug-ins/common/compose.c:1508 +msgid "Compose Channels" +msgstr "Kanalları Düzenle" -#: plug-ins/common/align_layers.c:417 plug-ins/common/align_layers.c:448 -msgid "Collect" -msgstr "" +#: ../plug-ins/common/compose.c:1518 ../plug-ins/common/decompose.c:1522 +msgid "Color _model:" +msgstr "Renk _modeli:" -#: plug-ins/common/align_layers.c:418 -msgid "Fill (left to right)" -msgstr "" +#. Channel representation table +#: ../plug-ins/common/compose.c:1550 +msgid "Channel Representations" +msgstr "Kanal Gösterimleri" -#: plug-ins/common/align_layers.c:419 -msgid "Fill (right to left)" -msgstr "" +#: ../plug-ins/common/compose.c:1613 +msgid "Mask value" +msgstr "Maske değeri" + +#: ../plug-ins/common/contrast-normalize.c:80 +msgid "Stretch brightness values to cover the full range" +msgstr "Parlaklık değerlerini tüm erimi kapsayacak şekilde yay" -#. "snap to grid" checkbutton at bottom of style frame -#: plug-ins/common/align_layers.c:420 plug-ins/common/align_layers.c:451 -#: plug-ins/gfig/gfig-dialog.c:495 -#, fuzzy -msgid "Snap to grid" -msgstr "Göster" +#: ../plug-ins/common/contrast-normalize.c:92 +#: ../plug-ins/common/edge-dog.c:361 +msgid "_Normalize" +msgstr "_Normalleştir" -#: plug-ins/common/align_layers.c:429 -#, fuzzy -msgid "_Horizontal style:" -msgstr "Ufki:" +#: ../plug-ins/common/contrast-normalize.c:126 +msgid "Normalizing" +msgstr "Normalleştiriliyor" -#: plug-ins/common/align_layers.c:433 -msgid "Left edge" -msgstr "" +#: ../plug-ins/common/contrast-retinex.c:156 +msgid "Enhance contrast using the Retinex method" +msgstr "Retinex yöntemini kullanarak karşıtlığı arttır" -#: plug-ins/common/align_layers.c:434 plug-ins/common/align_layers.c:464 -#: plug-ins/gflare/gflare.c:2641 -msgid "Center" -msgstr "" +#: ../plug-ins/common/contrast-retinex.c:166 +msgid "Retine_x..." +msgstr "Retine_x..." -#: plug-ins/common/align_layers.c:435 -#, fuzzy -msgid "Right edge" -msgstr "Hafif" +#: ../plug-ins/common/contrast-retinex.c:250 +msgid "Retinex" +msgstr "Retinex" -#: plug-ins/common/align_layers.c:444 -#, fuzzy -msgid "Ho_rizontal base:" -msgstr "Ufki:" +#: ../plug-ins/common/contrast-retinex.c:286 +msgid "Retinex Image Enhancement" +msgstr "Retinex Görüntü Geliştirimi" -#: plug-ins/common/align_layers.c:449 -msgid "Fill (top to bottom)" -msgstr "" +#: ../plug-ins/common/contrast-retinex.c:321 +msgid "Uniform" +msgstr "Birörnek" -#: plug-ins/common/align_layers.c:450 -msgid "Fill (bottom to top)" -msgstr "" +#: ../plug-ins/common/contrast-retinex.c:322 +msgid "Low" +msgstr "Düşük" -#: plug-ins/common/align_layers.c:460 -#, fuzzy -msgid "_Vertical style:" -msgstr "_Dikey Stil:" +#: ../plug-ins/common/contrast-retinex.c:323 +msgid "High" +msgstr "Yüksek" -#: plug-ins/common/align_layers.c:463 -msgid "Top edge" -msgstr "" +#: ../plug-ins/common/contrast-retinex.c:334 +msgid "_Level:" +msgstr "_Düzey:" -#: plug-ins/common/align_layers.c:465 -#, fuzzy -msgid "Bottom edge" -msgstr "Alt:" +#: ../plug-ins/common/contrast-retinex.c:339 +msgid "_Scale:" +msgstr "Ö_lçek:" -#: plug-ins/common/align_layers.c:474 -#, fuzzy -msgid "Ver_tical base:" -msgstr "Dikey Teme_l:" +#: ../plug-ins/common/contrast-retinex.c:354 +msgid "Scale _division:" +msgstr "Ölçek _bölümü:" -#: plug-ins/common/align_layers.c:478 -#, fuzzy -msgid "_Grid size:" -msgstr "_Kılavuz Boyutu:" +#: ../plug-ins/common/contrast-retinex.c:369 +msgid "Dy_namic:" +msgstr "D_inamik:" -#: plug-ins/common/align_layers.c:487 -msgid "_Ignore the bottom layer even if visible" -msgstr "" +#: ../plug-ins/common/contrast-retinex.c:642 +msgid "Retinex: filtering" +msgstr "Retinex: süzülüyor" -#: plug-ins/common/align_layers.c:497 -msgid "_Use the (invisible) bottom layer as the base" -msgstr "" +#: ../plug-ins/common/contrast-stretch-hsv.c:68 +msgid "Stretch image contrast to cover the maximum possible range" +msgstr "Mümkün olan en yüksek erimi kapsamak için görüntü karşıtlığını yay" + +#: ../plug-ins/common/contrast-stretch-hsv.c:81 +msgid "Stretch _HSV" +msgstr "_HSV'yi Yay" + +#: ../plug-ins/common/contrast-stretch-hsv.c:116 +msgid "Auto-Stretching HSV" +msgstr "HSV'yi Otomatik Yayma" + +#: ../plug-ins/common/contrast-stretch-hsv.c:192 +msgid "autostretch_hsv: cmap was NULL! Quitting...\n" +msgstr "autostretch_hsv: cmap NULL! Çıkıyor...\n" -#: plug-ins/common/animationplay.c:181 -msgid "_Playback..." -msgstr "" +#: ../plug-ins/common/contrast-stretch.c:68 +msgid "Stretch contrast to cover the maximum possible range" +msgstr "Mümkün olan en yüksek erimi kapsamak için karşıtlığı yay" -#: plug-ins/common/animationplay.c:413 -msgid "Animation Playback:" -msgstr "" +#: ../plug-ins/common/contrast-stretch.c:79 +msgid "_Stretch Contrast" +msgstr "Karşıtlığı _Yay" -#: plug-ins/common/animationplay.c:431 -msgid "Playback:" -msgstr "" +#: ../plug-ins/common/contrast-stretch.c:113 +msgid "Auto-stretching contrast" +msgstr "Karşıtlığı otomatik yayma" -#: plug-ins/common/animationplay.c:457 -msgid "Play/Stop" -msgstr "" +#: ../plug-ins/common/contrast-stretch.c:152 +msgid "c_astretch: cmap was NULL! Quitting...\n" +msgstr "c_astretch: cmap NULL! Çıkıyor...\n" -#: plug-ins/common/animationplay.c:463 -msgid "Rewind" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:64 +msgid "Gr_ey" +msgstr "G_ri" -#: plug-ins/common/animationplay.c:469 -msgid "Step" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:65 +msgid "Re_d" +msgstr "_Kırmızı" -#: plug-ins/common/animationplay.c:1138 -#, c-format -msgid "Frame %d of %d" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:66 +#: ../plug-ins/common/newsprint.c:353 +msgid "_Green" +msgstr "Yeşi_l" -#: plug-ins/common/animoptimize.c:140 -msgid "Optimize (for _GIF)" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:67 +#: ../plug-ins/common/newsprint.c:361 +msgid "_Blue" +msgstr "Mav_i" -#: plug-ins/common/animoptimize.c:158 -msgid "_Optimize (Difference)" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:68 +msgid "_Alpha" +msgstr "_Görünür" -#: plug-ins/common/animoptimize.c:175 -msgid "_UnOptimize" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:73 +msgid "E_xtend" +msgstr "G_enişlet" -#: plug-ins/common/animoptimize.c:198 -#, fuzzy -msgid "_Remove Backdrop" -msgstr "Sil" +#: ../plug-ins/common/convolution-matrix.c:74 +#: ../plug-ins/common/displace.c:472 ../plug-ins/common/edge.c:709 +#: ../plug-ins/common/fractal-trace.c:736 ../plug-ins/common/ripple.c:564 +msgid "_Wrap" +msgstr "_Kaydır:" -#: plug-ins/common/animoptimize.c:214 -msgid "_Find Backdrop" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:75 +msgid "Cro_p" +msgstr "Kı_rp" -#: plug-ins/common/animoptimize.c:429 -msgid "UnOptimizing Animation..." -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:201 +msgid "Apply a generic 5x5 convolution matrix" +msgstr "Soysal bir 5x5 kıvrılma dizeyi uygula" -#: plug-ins/common/animoptimize.c:432 -msgid "Removing Animation Background..." -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:206 +msgid "_Convolution Matrix..." +msgstr "_Kıvrılma Dizeyi..." -#: plug-ins/common/animoptimize.c:435 -msgid "Finding Animation Background..." -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:241 +msgid "Convolution does not work on layers smaller than 3x3 pixels." +msgstr "Kıvrılma 3x3 benekten küçük katmanlar üzerinde çalışmıyor" -#: plug-ins/common/animoptimize.c:439 -msgid "Optimizing Animation..." -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:314 +msgid "Applying convolution" +msgstr "Kıvrılma uygulanıyor" -#: plug-ins/common/apply_lens.c:112 -msgid "Apply _Lens..." -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:906 +msgid "Convolution Matrix" +msgstr "Kıvrılma Dizeyi" -#: plug-ins/common/apply_lens.c:179 -msgid "Applying lens..." -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:944 +msgid "Matrix" +msgstr "Matris" -#: plug-ins/common/apply_lens.c:391 -msgid "Lens Effect" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:982 +msgid "D_ivisor:" +msgstr "B_ölen:" -#: plug-ins/common/apply_lens.c:417 -msgid "_Keep original surroundings" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:1008 +#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1045 +msgid "O_ffset:" +msgstr "G_öreli konum:" -#: plug-ins/common/apply_lens.c:432 -msgid "_Set surroundings to index 0" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:1037 +msgid "N_ormalise" +msgstr "N_ormalleştir" -#: plug-ins/common/apply_lens.c:433 -#, fuzzy -msgid "_Set surroundings to background color" -msgstr "Arkaplan" +#: ../plug-ins/common/convolution-matrix.c:1049 +msgid "A_lpha-weighting" +msgstr "Gö_rünür ağırlıklı" -#: plug-ins/common/apply_lens.c:448 -msgid "_Make surroundings transparent" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:1068 +msgid "Border" +msgstr "Sınır" -#: plug-ins/common/apply_lens.c:465 -msgid "_Lens refraction index:" -msgstr "" +#: ../plug-ins/common/convolution-matrix.c:1095 +msgid "Channels" +msgstr "Kanallar" -#: plug-ins/common/autocrop.c:85 -msgid "_Autocrop Image" -msgstr "" +#: ../plug-ins/common/crop-auto.c:85 +msgid "Remove empty borders from the image" +msgstr "Boş sınırları görüntüden kaldır" + +#: ../plug-ins/common/crop-auto.c:90 +msgid "Autocrop Imag_e" +msgstr "_Görüntüyü kendiliğinden kırp" + +#: ../plug-ins/common/crop-auto.c:99 +msgid "Remove empty borders from the layer" +msgstr "Katmandan boş sınırları kaldır" + +#: ../plug-ins/common/crop-auto.c:104 +msgid "Autocrop Lay_er" +msgstr "Kat_manı kendiliğinden kırp" + +#: ../plug-ins/common/crop-auto.c:151 +msgid "Cropping" +msgstr "Kırpma" + +#: ../plug-ins/common/crop-zealous.c:85 +msgid "Autocrop unused space from edges and middle" +msgstr "Kenarlardan ve ortadan kullanılmayan alanı kendiliğinden kırp" -#: plug-ins/common/autocrop.c:99 -msgid "_Autocrop Layer" -msgstr "" +#: ../plug-ins/common/crop-zealous.c:90 +msgid "_Zealous Crop" +msgstr "_İstekli Kırpım" -#: plug-ins/common/autocrop.c:146 -msgid "Cropping..." -msgstr "" +#: ../plug-ins/common/crop-zealous.c:138 +msgid "Zealous cropping" +msgstr "İstekli kırpma" -#: plug-ins/common/autostretch_hsv.c:80 -#, fuzzy -msgid "Stretch _HSV" -msgstr "Sol:" +#: ../plug-ins/common/crop-zealous.c:239 +msgid "Nothing to crop." +msgstr "Kırpacak birşey yok" -#: plug-ins/common/autostretch_hsv.c:116 -msgid "Auto-Stretching HSV..." -msgstr "" +#: ../plug-ins/common/cubism.c:150 +msgid "Convert the image into randomly rotated square blobs" +msgstr "İmgeyi rasgele döndürülmüş dörtgen biçimsiz yığınlara dönüştür" -#: plug-ins/common/autostretch_hsv.c:192 -msgid "autostretch_hsv: cmap was NULL! Quitting...\n" -msgstr "" +#: ../plug-ins/common/cubism.c:155 +msgid "_Cubism..." +msgstr "_Kübizm..." -#: plug-ins/common/blinds.c:124 -#, fuzzy -msgid "_Blinds..." -msgstr "Siyah" +#: ../plug-ins/common/cubism.c:268 +msgid "Cubism" +msgstr "Kübizm" -#: plug-ins/common/blinds.c:191 -msgid "Adding Blinds..." -msgstr "" +#: ../plug-ins/common/cubism.c:305 +msgid "_Tile size:" +msgstr "_Döşeme boyutu:" -#: plug-ins/common/blinds.c:229 -msgid "Blinds" -msgstr "" +#: ../plug-ins/common/cubism.c:318 +msgid "T_ile saturation:" +msgstr "D_öşeme doygunluğu:" -#. Orientation toggle box -#: plug-ins/common/blinds.c:255 plug-ins/common/ripple.c:535 -msgid "Orientation" -msgstr "Konum" +#: ../plug-ins/common/cubism.c:329 +msgid "_Use background color" +msgstr "Artalan rengi k_ullan" -#: plug-ins/common/blinds.c:259 plug-ins/common/ripple.c:539 -#: plug-ins/common/tileit.c:418 plug-ins/pagecurl/pagecurl.c:530 -msgid "_Horizontal" -msgstr "_Yatay" +#: ../plug-ins/common/cubism.c:419 +msgid "Cubistic transformation" +msgstr "Kübistik dönüştürme" -#: plug-ins/common/blinds.c:260 plug-ins/common/ripple.c:540 -#: plug-ins/common/tileit.c:428 plug-ins/pagecurl/pagecurl.c:529 -msgid "_Vertical" -msgstr "_Dikey" +#: ../plug-ins/common/curve-bend.c:520 +msgid "Bend the image using two control curves" +msgstr "İki denetim eğrisi kullanarak görüntüyü bük" -#: plug-ins/common/blinds.c:277 plug-ins/common/fractaltrace.c:733 -#: plug-ins/common/papertile.c:358 -msgid "_Transparent" -msgstr "Şeff_af" +#: ../plug-ins/common/curve-bend.c:541 +msgid "_Curve Bend..." +msgstr "_Eğri Bükümü..." -#: plug-ins/common/blinds.c:303 -msgid "_Displacement:" +#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:178 +msgid "Can operate on layers only (but was called on channel or mask)." msgstr "" +"Yalnızca katmanlar üzerinde işlenebiliyor (ama kanal ya da maske üzerinde " +"çağrıldı)." -#: plug-ins/common/blinds.c:315 -#, fuzzy -msgid "_Number of segments:" -msgstr "_Çerçeve Sayısı:" +#: ../plug-ins/common/curve-bend.c:687 +msgid "Cannot operate on layers with masks." +msgstr "Katmanlar üzerinde maskelerle işlenemiyor." -#: plug-ins/common/blur.c:147 -#, fuzzy -msgid "_Blur" -msgstr "Bulanık" +#: ../plug-ins/common/curve-bend.c:699 +msgid "Cannot operate on empty selections." +msgstr "Boş seçimler üzerinde işlenemiyor." -#: plug-ins/common/blur.c:191 plug-ins/common/unsharp.c:432 -msgid "Blurring..." -msgstr "" +#. Possibly retrieve data from a previous run +#. The shell and main vbox +#: ../plug-ins/common/curve-bend.c:1211 ../plug-ins/common/curve-bend.c:2932 +msgid "Curve Bend" +msgstr "Eğri Bükümü" -#: plug-ins/common/borderaverage.c:101 -msgid "_Border Average..." -msgstr "" +#. Preview area, top of column +#. preview +#: ../plug-ins/common/curve-bend.c:1247 +#: ../plug-ins/gimpressionist/orientmap.c:592 +#: ../plug-ins/gimpressionist/sizemap.c:461 +#: ../plug-ins/print/print-page-layout.c:159 +msgid "Preview" +msgstr "Önizleme" -#: plug-ins/common/borderaverage.c:168 -msgid "Border Average..." -msgstr "" +#. The preview button +#: ../plug-ins/common/curve-bend.c:1276 +msgid "_Preview Once" +msgstr "Hemen Ö_nizle" -#: plug-ins/common/borderaverage.c:348 -msgid "Borderaverage" -msgstr "" +#. The preview toggle +#: ../plug-ins/common/curve-bend.c:1285 +msgid "Automatic pre_view" +msgstr "Kendiliğinden öni_zle" -#: plug-ins/common/borderaverage.c:362 -msgid "Border Size" -msgstr "" +#. Options area, bottom of column +#. Options section +#: ../plug-ins/common/curve-bend.c:1295 ../plug-ins/common/ripple.c:505 +#: ../plug-ins/gfig/gfig-dialog.c:1207 +msgid "Options" +msgstr "Seçenekler" -#: plug-ins/common/borderaverage.c:370 -msgid "_Thickness:" -msgstr "" +#. Rotate spinbutton +#: ../plug-ins/common/curve-bend.c:1309 +msgid "Rotat_e:" +msgstr "Dön_dür:" -#: plug-ins/common/borderaverage.c:413 -#, fuzzy -msgid "_Bucket size:" -msgstr "Büyüklük:" +#. The smoothing toggle +#: ../plug-ins/common/curve-bend.c:1328 +msgid "Smoo_thing" +msgstr "Yumu_şatma" -#: plug-ins/common/bumpmap.c:341 -msgid "_Bump Map..." -msgstr "" +#. The antialiasing toggle +#: ../plug-ins/common/curve-bend.c:1338 ../plug-ins/common/mosaic.c:727 +#: ../plug-ins/common/qbist.c:853 ../plug-ins/common/ripple.c:514 +msgid "_Antialiasing" +msgstr "_Kenar Düzeltme" -#: plug-ins/common/bumpmap.c:490 -msgid "Bump-mapping..." -msgstr "" +#. The work_on_copy toggle +#: ../plug-ins/common/curve-bend.c:1348 +msgid "Work on cop_y" +msgstr "Ko_pya üzerinde çalış" -#: plug-ins/common/bumpmap.c:834 -msgid "Bump Map" -msgstr "" +#. The curves graph +#: ../plug-ins/common/curve-bend.c:1358 +msgid "Modify Curves" +msgstr "Eğrileri Düzenle" -#: plug-ins/common/bumpmap.c:893 -msgid "_Bump map:" -msgstr "" +#: ../plug-ins/common/curve-bend.c:1386 +msgid "Curve for Border" +msgstr "Sınır için Eğ" -#: plug-ins/common/bumpmap.c:908 -#, fuzzy -msgid "_Map type:" -msgstr "Resim" +#: ../plug-ins/common/curve-bend.c:1390 +msgid "_Upper" +msgstr "_Yukarı" -#. Compensate darkening -#: plug-ins/common/bumpmap.c:913 -msgid "Co_mpensate for darkening" -msgstr "" +#: ../plug-ins/common/curve-bend.c:1391 +msgid "_Lower" +msgstr "_Aşağı" -#. Invert bumpmap -#: plug-ins/common/bumpmap.c:927 -msgid "I_nvert bumpmap" -msgstr "" +#: ../plug-ins/common/curve-bend.c:1401 +msgid "Curve Type" +msgstr "Eğri Tipi" -#. Tile bumpmap -#: plug-ins/common/bumpmap.c:941 -msgid "_Tile bumpmap" -msgstr "" +#: ../plug-ins/common/curve-bend.c:1405 +msgid "Smoot_h" +msgstr "Yumuşa_t" -#: plug-ins/common/bumpmap.c:956 plug-ins/common/emboss.c:485 -#, fuzzy -msgid "_Azimuth:" -msgstr "Yazar:" +#: ../plug-ins/common/curve-bend.c:1406 +msgid "_Free" +msgstr "_Serbest" -#: plug-ins/common/bumpmap.c:968 -msgid "_Elevation:" -msgstr "" +#. The Copy button +#: ../plug-ins/common/curve-bend.c:1421 +msgid "_Copy" +msgstr "_Kopyala" -#: plug-ins/common/bumpmap.c:994 plug-ins/common/postscript.c:3137 -#, fuzzy -msgid "_X offset:" -msgstr "Açı:" +#: ../plug-ins/common/curve-bend.c:1426 +msgid "Copy the active curve to the other border" +msgstr "Etkin eğriyi diğer sınıra kopyala" -#: plug-ins/common/bumpmap.c:997 plug-ins/common/bumpmap.c:1011 -msgid "" -"The offset can be adjusted by dragging the preview using the middle mouse " -"button." -msgstr "" +#. The CopyInv button +#: ../plug-ins/common/curve-bend.c:1433 +msgid "_Mirror" +msgstr "_Yansıt" -#: plug-ins/common/bumpmap.c:1008 plug-ins/common/postscript.c:3146 -#, fuzzy -msgid "_Y offset:" -msgstr "Açı:" +#: ../plug-ins/common/curve-bend.c:1438 +msgid "Mirror the active curve to the other border" +msgstr "Etkin eğriyi diğer sınıra yansıt" -#: plug-ins/common/bumpmap.c:1022 -msgid "_Waterlevel:" -msgstr "" +#. The Swap button +#: ../plug-ins/common/curve-bend.c:1446 +msgid "S_wap" +msgstr "_Değiştir" -#: plug-ins/common/bumpmap.c:1034 -msgid "A_mbient:" -msgstr "" +#: ../plug-ins/common/curve-bend.c:1451 +msgid "Swap the two curves" +msgstr "İki eğriyi değiştir" -#: plug-ins/common/c_astretch.c:78 -msgid "_Stretch Contrast" -msgstr "" +#: ../plug-ins/common/curve-bend.c:1463 +msgid "Reset the active curve" +msgstr "Etkin eğriyi sıfırla" -#: plug-ins/common/c_astretch.c:112 -msgid "Auto-Stretching Contrast..." -msgstr "" +#: ../plug-ins/common/curve-bend.c:1480 +msgid "Load the curves from a file" +msgstr "Eğrileri bir dosyadan yükle" -#: plug-ins/common/c_astretch.c:152 -msgid "c_astretch: cmap was NULL! Quitting...\n" -msgstr "" +#: ../plug-ins/common/curve-bend.c:1492 +msgid "Save the curves to a file" +msgstr "Eğrileri bir dosyaya kaydet" -#: plug-ins/common/cartoon.c:147 -#, fuzzy -msgid "Ca_rtoon..." -msgstr "Seçenekler" +#: ../plug-ins/common/curve-bend.c:2030 +msgid "Load Curve Points from File" +msgstr "Eğri Noktalarını Dosyadan Yükle" + +#: ../plug-ins/common/curve-bend.c:2065 +msgid "Save Curve Points to File" +msgstr "Eğri Noktalarını Dosyaya Kaydet" -#: plug-ins/common/cartoon.c:229 plug-ins/common/dog.c:247 -#: plug-ins/common/gauss.c:431 plug-ins/common/neon.c:221 -#: plug-ins/common/photocopy.c:241 plug-ins/common/sel_gauss.c:204 -#: plug-ins/common/softglow.c:220 plug-ins/gflare/gflare.c:972 -#: plug-ins/sgi/sgi.c:528 plug-ins/xjt/xjt.c:1673 -msgid "Cannot operate on indexed color images." -msgstr "" +#: ../plug-ins/common/decompose.c:170 ../plug-ins/common/decompose.c:174 +#: ../plug-ins/common/decompose.c:178 +msgid "red" +msgstr "kırmızı" -#: plug-ins/common/cartoon.c:808 -#, fuzzy -msgid "Cartoon" -msgstr "Seçenekler" +#: ../plug-ins/common/decompose.c:171 ../plug-ins/common/decompose.c:175 +#: ../plug-ins/common/decompose.c:179 +msgid "green" +msgstr "yeşil" -#: plug-ins/common/cartoon.c:838 plug-ins/common/photocopy.c:867 -#, fuzzy -msgid "_Mask radius:" -msgstr "Büyüklük:" +#: ../plug-ins/common/decompose.c:172 ../plug-ins/common/decompose.c:176 +#: ../plug-ins/common/decompose.c:180 +msgid "blue" +msgstr "mavi" -#: plug-ins/common/cartoon.c:852 -msgid "_Percent black:" -msgstr "" +#: ../plug-ins/common/decompose.c:181 ../plug-ins/common/decompose.c:221 +msgid "alpha" +msgstr "görünür" -#: plug-ins/common/ccanalyze.c:110 -msgid "Colorcube A_nalysis..." -msgstr "" +#: ../plug-ins/common/decompose.c:184 ../plug-ins/common/decompose.c:188 +msgid "hue" +msgstr "renk tonu" -#: plug-ins/common/ccanalyze.c:200 -msgid "Colorcube Analysis..." -msgstr "" +#: ../plug-ins/common/decompose.c:185 ../plug-ins/common/decompose.c:189 +msgid "saturation" +msgstr "doygunluk" -#: plug-ins/common/ccanalyze.c:358 -msgid "Colorcube Analysis" -msgstr "" +#: ../plug-ins/common/decompose.c:186 ../plug-ins/common/decompose.c:190 +msgid "value" +msgstr "değer" -#. output results -#: plug-ins/common/ccanalyze.c:384 plug-ins/imagemap/imap_cmd_guides.c:233 -#, c-format -msgid "Image dimensions: %d x %d" -msgstr "" +#: ../plug-ins/common/decompose.c:193 ../plug-ins/common/decompose.c:197 +msgid "hue_l" +msgstr "renk tonu_I" -#: plug-ins/common/ccanalyze.c:387 -#, fuzzy -msgid "No colors" -msgstr "Renk sayısı:" +#: ../plug-ins/common/decompose.c:194 ../plug-ins/common/decompose.c:198 +msgid "saturation_l" +msgstr "doygunluk_l" -#: plug-ins/common/ccanalyze.c:389 -msgid "Only one unique color" -msgstr "" +#: ../plug-ins/common/decompose.c:195 ../plug-ins/common/decompose.c:199 +msgid "lightness" +msgstr "aydınlanma" -#: plug-ins/common/ccanalyze.c:391 -#, c-format -msgid "Number of unique colors: %d" -msgstr "" +#: ../plug-ins/common/decompose.c:197 +msgid "Hue (HSL)" +msgstr "Renk Tonu (HSL)" -#: plug-ins/common/ccanalyze.c:394 -#, c-format -msgid "Uncompressed size: %s" -msgstr "" +#: ../plug-ins/common/decompose.c:198 +msgid "Saturation (HSL)" +msgstr "Doygunluk (HSL)" -#: plug-ins/common/ccanalyze.c:401 -#, c-format -msgid "Filename: %s" -msgstr "Dosya adı: %s" +#: ../plug-ins/common/decompose.c:199 +msgid "Lightness" +msgstr "Aydınlanma" -#: plug-ins/common/ccanalyze.c:402 -#, c-format -msgid "Compressed size: %s" -msgstr "" +#: ../plug-ins/common/decompose.c:202 ../plug-ins/common/decompose.c:206 +msgid "cyan" +msgstr "turkuaz" -#: plug-ins/common/ccanalyze.c:403 -#, c-format -msgid "Compression ratio (approx.): %d to 1" -msgstr "" +#: ../plug-ins/common/decompose.c:203 ../plug-ins/common/decompose.c:207 +msgid "magenta" +msgstr "macenta" -#: plug-ins/common/channel_mixer.c:197 -#, fuzzy -msgid "Channel Mi_xer..." -msgstr "Kanallar" +#: ../plug-ins/common/decompose.c:204 ../plug-ins/common/decompose.c:208 +msgid "yellow" +msgstr "sarı" -#: plug-ins/common/channel_mixer.c:485 -#, fuzzy -msgid "Channel Mixer" -msgstr "Kanallar" +#: ../plug-ins/common/decompose.c:206 +msgid "Cyan" +msgstr "Turkuaz" -#: plug-ins/common/channel_mixer.c:514 -#, fuzzy -msgid "O_utput channel:" -msgstr "Kanallar" +#: ../plug-ins/common/decompose.c:207 +msgid "Magenta" +msgstr "Macenta" -#: plug-ins/common/channel_mixer.c:568 plug-ins/common/diffraction.c:498 -#: plug-ins/common/diffraction.c:536 plug-ins/common/diffraction.c:574 -#: plug-ins/common/exchange.c:397 plug-ins/common/noisify.c:526 -#: plug-ins/common/noisify.c:533 -msgid "_Red:" -msgstr "K_ırmızı:" +#: ../plug-ins/common/decompose.c:208 +msgid "Yellow" +msgstr "Sarı" -#: plug-ins/common/channel_mixer.c:586 plug-ins/common/diffraction.c:507 -#: plug-ins/common/diffraction.c:545 plug-ins/common/diffraction.c:583 -#: plug-ins/common/exchange.c:457 plug-ins/common/noisify.c:527 -#: plug-ins/common/noisify.c:534 -msgid "_Green:" -msgstr "_Yeşil:" +#: ../plug-ins/common/decompose.c:211 ../plug-ins/common/decompose.c:216 +msgid "cyan-k" +msgstr "turkuaz-k" + +#: ../plug-ins/common/decompose.c:212 ../plug-ins/common/decompose.c:217 +msgid "magenta-k" +msgstr "macenta-k" + +#: ../plug-ins/common/decompose.c:213 ../plug-ins/common/decompose.c:218 +msgid "yellow-k" +msgstr "sarı-k" -#: plug-ins/common/channel_mixer.c:605 plug-ins/common/diffraction.c:516 -#: plug-ins/common/diffraction.c:554 plug-ins/common/diffraction.c:592 -#: plug-ins/common/exchange.c:519 plug-ins/common/noisify.c:528 -#: plug-ins/common/noisify.c:535 -msgid "_Blue:" -msgstr "_Mavi:" +#: ../plug-ins/common/decompose.c:214 +msgid "black" +msgstr "siyah" -#. The monochrome toggle -#: plug-ins/common/channel_mixer.c:616 -msgid "_Monochrome" -msgstr "" +#: ../plug-ins/common/decompose.c:216 +msgid "Cyan_K" +msgstr "Turkuaz_K" + +#: ../plug-ins/common/decompose.c:217 +msgid "Magenta_K" +msgstr "Macenta_K" -#: plug-ins/common/channel_mixer.c:628 -msgid "Preserve _luminosity" -msgstr "" +#: ../plug-ins/common/decompose.c:218 +msgid "Yellow_K" +msgstr "Sarı_K" -#: plug-ins/common/channel_mixer.c:857 -msgid "Load Channel Mixer Settings" -msgstr "" +#: ../plug-ins/common/decompose.c:221 +msgid "Alpha" +msgstr "Görünür" -#: plug-ins/common/channel_mixer.c:989 -msgid "Save Channel Mixer Settings" -msgstr "" +#: ../plug-ins/common/decompose.c:229 +msgid "luma-y470" +msgstr "luma-y470" -#: plug-ins/common/channel_mixer.c:1068 -msgid "Channel Mixer File Operation Warning" -msgstr "" +#: ../plug-ins/common/decompose.c:230 +msgid "blueness-cb470" +msgstr "mavilik-cb470" -#: plug-ins/common/checkerboard.c:93 -#, fuzzy -msgid "_Checkerboard..." -msgstr "Büyüklük:" +#: ../plug-ins/common/decompose.c:231 +msgid "redness-cr470" +msgstr "kırmızılık-cr470" -#: plug-ins/common/checkerboard.c:161 -msgid "Adding Checkerboard..." -msgstr "" +#: ../plug-ins/common/decompose.c:233 +msgid "luma-y709" +msgstr "luma-y709" -#: plug-ins/common/checkerboard.c:310 -msgid "Checkerboard" -msgstr "" +#: ../plug-ins/common/decompose.c:234 +msgid "blueness-cb709" +msgstr "mavilik-cb709" -#: plug-ins/common/checkerboard.c:332 -msgid "_Psychobilly" -msgstr "" +#: ../plug-ins/common/decompose.c:235 +msgid "redness-cr709" +msgstr "kırmızılık-cr709" -#: plug-ins/common/checkerboard.c:365 plug-ins/common/papertile.c:287 -#: plug-ins/gimpressionist/sizemap.c:487 -msgid "_Size:" -msgstr "Büyüklü_k:" +#: ../plug-ins/common/decompose.c:237 +msgid "luma-y470f" +msgstr "luma-y470f" -#: plug-ins/common/color_enhance.c:80 -msgid "_Color Enhance" -msgstr "" +#: ../plug-ins/common/decompose.c:238 +msgid "blueness-cb470f" +msgstr "mavilik-cb470f" -#: plug-ins/common/color_enhance.c:115 -msgid "Color Enhance..." -msgstr "" +#: ../plug-ins/common/decompose.c:239 +msgid "redness-cr470f" +msgstr "kırmızılık-cr470f" -#: plug-ins/common/colorify.c:110 -msgid "_Colorify..." -msgstr "" +#: ../plug-ins/common/decompose.c:241 +msgid "luma-y709f" +msgstr "luma-y709f" -#: plug-ins/common/colorify.c:171 -msgid "Colorifying..." -msgstr "" +#: ../plug-ins/common/decompose.c:242 +msgid "blueness-cb709f" +msgstr "mavilik-cb709f" -#: plug-ins/common/colorify.c:258 -msgid "Colorify" -msgstr "" +#: ../plug-ins/common/decompose.c:243 +msgid "redness-cr709f" +msgstr "kırmızılık-cr709f" -#: plug-ins/common/colorify.c:285 -msgid "Custom Color:" -msgstr "" +#: ../plug-ins/common/decompose.c:312 ../plug-ins/common/decompose.c:326 +msgid "Decompose an image into separate colorspace components" +msgstr "Bir görüntüyü ayrı renk uzayı bileşenlerine ayrıştır" -#: plug-ins/common/colorify.c:290 -msgid "Colorify Custom Color" -msgstr "" +#: ../plug-ins/common/decompose.c:318 ../plug-ins/common/decompose.c:336 +msgid "_Decompose..." +msgstr "_Ayrıştır..." -#: plug-ins/common/colortoalpha.c:104 -msgid "Color to _Alpha..." -msgstr "" +#: ../plug-ins/common/decompose.c:429 +msgid "Decomposing" +msgstr "Ayrıştırma" -#: plug-ins/common/colortoalpha.c:181 -msgid "Removing color..." -msgstr "" +#: ../plug-ins/common/decompose.c:1487 +msgid "Decompose" +msgstr "Ayrıştır" -#: plug-ins/common/colortoalpha.c:377 -msgid "Color to Alpha" -msgstr "" +#: ../plug-ins/common/decompose.c:1510 +msgid "Extract Channels" +msgstr "Kanalları Çıkart" -#: plug-ins/common/colortoalpha.c:402 plug-ins/common/mapcolor.c:424 -#: plug-ins/gfli/gfli.c:835 plug-ins/gfli/gfli.c:898 -msgid "From:" -msgstr "Kaynak:" +#: ../plug-ins/common/decompose.c:1557 +msgid "_Decompose to layers" +msgstr "Katmanlarına _ayrıştır" -#: plug-ins/common/colortoalpha.c:406 -msgid "Color to Alpha Color Picker" -msgstr "" +#: ../plug-ins/common/decompose.c:1568 +msgid "_Foreground as registration color" +msgstr "Kayıt rengi olarak _önalan" -#: plug-ins/common/colortoalpha.c:420 -msgid "to alpha" +#: ../plug-ins/common/decompose.c:1569 +msgid "" +"Pixels in the foreground color will appear black in all output images. This " +"can be used for things like crop marks that have to show up on all channels." msgstr "" +"Önalan renginde benekler, bütün çıkış görüntülerinde siyah görünecektir. Bu, " +"bütün kanalların göstermek zorunda olduğu kırpma işareti gibi şeylerde " +"kullanılabilir." -#: plug-ins/common/compose.c:127 plug-ins/common/decompose.c:130 -#: plug-ins/common/raw.c:953 -msgid "RGB" -msgstr "" +#: ../plug-ins/common/deinterlace.c:91 +msgid "Fix images where every other row is missing" +msgstr "Diğer sıraların kayıp olduğu resimleri düzelt" -#: plug-ins/common/compose.c:137 plug-ins/common/decompose.c:135 -#: plug-ins/common/raw.c:954 -msgid "RGBA" -msgstr "" +#: ../plug-ins/common/deinterlace.c:100 +msgid "_Deinterlace..." +msgstr "_Netleştir..." -#: plug-ins/common/compose.c:141 -msgid "Alpha:" -msgstr "" +#: ../plug-ins/common/deinterlace.c:157 ../plug-ins/common/deinterlace.c:325 +msgid "Deinterlace" +msgstr "Netleştir" -#: plug-ins/common/compose.c:147 plug-ins/common/decompose.c:140 -msgid "HSV" -msgstr "" +#: ../plug-ins/common/deinterlace.c:357 +msgid "Keep o_dd fields" +msgstr "T_ek alanları koru" -#. Gray: Circle: Spinbutton 1 -#: plug-ins/common/compose.c:148 plug-ins/rcm/rcm_dialog.c:452 -msgid "Hue:" -msgstr "" +#: ../plug-ins/common/deinterlace.c:358 +msgid "Keep _even fields" +msgstr "_Çift alanları koru" -#. Gray: Circle: Spinbutton 2 -#: plug-ins/common/compose.c:149 plug-ins/print/gimp_color_window.c:364 -#: plug-ins/rcm/rcm_dialog.c:479 -msgid "Saturation:" -msgstr "" +#: ../plug-ins/common/depth-merge.c:184 +msgid "Combine two images using depth maps (z-buffers)" +msgstr "Derin eşlemler kullanarak iki görüntüyü birleştir (z-arabellekleri)" -#: plug-ins/common/compose.c:150 -msgid "Value:" -msgstr "" +#: ../plug-ins/common/depth-merge.c:193 +msgid "_Depth Merge..." +msgstr "_Derin Birleştirme..." -#: plug-ins/common/compose.c:154 plug-ins/common/decompose.c:146 -msgid "CMY" -msgstr "" +#: ../plug-ins/common/depth-merge.c:387 +msgid "Depth-merging" +msgstr "Derin birleştiriliyor" -#: plug-ins/common/compose.c:155 plug-ins/common/compose.c:162 -#: plug-ins/common/fp.c:220 plug-ins/print/gimp_color_window.c:307 -msgid "Cyan:" -msgstr "" +#: ../plug-ins/common/depth-merge.c:644 +msgid "Depth Merge" +msgstr "Derin Birleştirme" -#: plug-ins/common/compose.c:156 plug-ins/common/compose.c:163 -#: plug-ins/common/fp.c:222 plug-ins/print/gimp_color_window.c:326 -msgid "Magenta:" -msgstr "" +#: ../plug-ins/common/depth-merge.c:696 +msgid "Source 1:" +msgstr "Kaynak 1:" -#: plug-ins/common/compose.c:157 plug-ins/common/compose.c:164 -#: plug-ins/common/fp.c:221 plug-ins/print/gimp_color_window.c:345 -msgid "Yellow:" -msgstr "" +#: ../plug-ins/common/depth-merge.c:711 ../plug-ins/common/depth-merge.c:741 +msgid "Depth map:" +msgstr "Derin eşlem:" -#: plug-ins/common/compose.c:161 plug-ins/common/decompose.c:152 -msgid "CMYK" -msgstr "" +#: ../plug-ins/common/depth-merge.c:726 +msgid "Source 2:" +msgstr "Kaynak 2:" -#: plug-ins/common/compose.c:165 -msgid "Black:" -msgstr "" +#: ../plug-ins/common/depth-merge.c:758 +msgid "O_verlap:" +msgstr "B_indirme:" -#: plug-ins/common/compose.c:168 plug-ins/common/decompose.c:161 -msgid "LAB" -msgstr "" +#: ../plug-ins/common/depth-merge.c:778 +msgid "Sc_ale 1:" +msgstr "Ö_lçek 1:" -#: plug-ins/common/compose.c:176 -msgid "Luma_y470:" -msgstr "" +#: ../plug-ins/common/depth-merge.c:788 +msgid "Sca_le 2:" +msgstr "Öl_çek 2:" -#: plug-ins/common/compose.c:177 -msgid "Blueness_cb470:" -msgstr "" +#: ../plug-ins/common/despeckle.c:142 +msgid "Remove speckle noise from the image" +msgstr "Resimden benekliği kaldır" -#: plug-ins/common/compose.c:178 -msgid "Redness_cr470:" -msgstr "" +#: ../plug-ins/common/despeckle.c:148 +msgid "Des_peckle..." +msgstr "Benekliği _kaldır..." -#: plug-ins/common/compose.c:183 -msgid "Luma_y709:" -msgstr "" +#: ../plug-ins/common/despeckle.c:425 ../plug-ins/common/despeckle.c:645 +msgid "Despeckle" +msgstr "Beneksizleştirme" -#: plug-ins/common/compose.c:184 -msgid "Blueness_cb709:" -msgstr "" +#: ../plug-ins/common/despeckle.c:454 +msgid "Median" +msgstr "Ortanca" -#: plug-ins/common/compose.c:185 -msgid "Redness_cr709:" -msgstr "" +#: ../plug-ins/common/despeckle.c:462 +msgid "_Adaptive" +msgstr "_Uyarlamalı" -#: plug-ins/common/compose.c:190 -msgid "Luma_y470f:" -msgstr "" +#: ../plug-ins/common/despeckle.c:472 +msgid "R_ecursive" +msgstr "Ö_zyineli" -#: plug-ins/common/compose.c:191 -msgid "Blueness_cb470f:" -msgstr "" +#: ../plug-ins/common/despeckle.c:493 ../plug-ins/common/edge-neon.c:732 +#: ../plug-ins/common/nl-filter.c:1089 ../plug-ins/common/nova.c:366 +#: ../plug-ins/common/unsharp-mask.c:680 ../plug-ins/common/whirl-pinch.c:589 +#: ../plug-ins/gradient-flare/gradient-flare.c:2758 +#: ../plug-ins/imagemap/imap_circle.c:278 +msgid "_Radius:" +msgstr "_Yarıçap:" -#: plug-ins/common/compose.c:192 -msgid "Redness_cr470f:" -msgstr "" +#: ../plug-ins/common/despeckle.c:509 +msgid "_Black level:" +msgstr "_Kara düzey:" -#: plug-ins/common/compose.c:197 -msgid "Luma_y709f:" -msgstr "" +#: ../plug-ins/common/despeckle.c:525 +msgid "_White level:" +msgstr "_Ak düzey:" -#: plug-ins/common/compose.c:198 -msgid "Blueness_cb709f:" -msgstr "" +#: ../plug-ins/common/destripe.c:103 +msgid "Remove vertical stripe artifacts from the image" +msgstr "Resimden, dikey çizgisel bozuklukları temizle" -#: plug-ins/common/compose.c:199 -msgid "Redness_cr709f:" -msgstr "" +#: ../plug-ins/common/destripe.c:109 +msgid "Des_tripe..." +msgstr "Çiz_gisizleştir..." -#: plug-ins/common/compose.c:294 -#, fuzzy -msgid "C_ompose..." -msgstr "Düzenle" +#: ../plug-ins/common/destripe.c:272 +msgid "Destriping" +msgstr "Şeritsizleştirme" -#: plug-ins/common/compose.c:360 -#, c-format -msgid "Could not get layers for image %d" -msgstr "" +#: ../plug-ins/common/destripe.c:438 +msgid "Destripe" +msgstr "Çizgisizleştir" -#: plug-ins/common/compose.c:411 -msgid "Composing..." -msgstr "" +#: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595 +#: ../plug-ins/common/file-ps.c:3173 ../plug-ins/common/file-ps.c:3382 +#: ../plug-ins/common/file-raw.c:1058 ../plug-ins/common/smooth-palette.c:436 +#: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431 +#: ../plug-ins/imagemap/imap_cmd_guides.c:165 +#: ../plug-ins/imagemap/imap_rectangle.c:403 +#: ../plug-ins/print/print-page-layout.c:252 +msgid "_Width:" +msgstr "_Genişlik:" -#: plug-ins/common/compose.c:480 -msgid "Drawables have different size" -msgstr "" +#: ../plug-ins/common/destripe.c:484 +msgid "Create _histogram" +msgstr "_Histogram Oluştur" -#: plug-ins/common/compose.c:497 -msgid "Images have different size" -msgstr "" +#: ../plug-ins/common/diffraction.c:167 +msgid "Generate diffraction patterns" +msgstr "Kırınım desenleri üret" -#: plug-ins/common/compose.c:511 -msgid "Error in getting layer IDs" -msgstr "" +#: ../plug-ins/common/diffraction.c:172 +msgid "_Diffraction Patterns..." +msgstr "_Kırınım Desenleri..." -#: plug-ins/common/compose.c:528 -#, c-format -msgid "Image is not a gray image (bpp=%d)" -msgstr "" +#: ../plug-ins/common/diffraction.c:330 +msgid "Creating diffraction pattern" +msgstr "Kırınım deseni oluşturuluyor" -#: plug-ins/common/compose.c:1103 -msgid "Compose" -msgstr "Düzenle" +#: ../plug-ins/common/diffraction.c:434 +msgid "Diffraction Patterns" +msgstr "Kırınım desenleri" -#. The left frame keeps the compose type toggles -#: plug-ins/common/compose.c:1119 -msgid "Compose Channels" -msgstr "" +#: ../plug-ins/common/diffraction.c:477 +#: ../plug-ins/map-object/map-object-ui.c:1388 +msgid "_Preview!" +msgstr "Ön_izleme" -#. The right frame keeps the selection menues for images. -#. Because the labels within this frame will change when a toggle -#. in the left frame is changed, fill in the right part first. -#. Otherwise it can occur, that a non-existing label might be changed. -#: plug-ins/common/compose.c:1130 -msgid "Channel Representations" -msgstr "" +#: ../plug-ins/common/diffraction.c:527 +msgid "Frequencies" +msgstr "Sıklıklar" -#: plug-ins/common/compressor.c:153 -msgid "gzip archive" -msgstr "" +#: ../plug-ins/common/diffraction.c:565 +msgid "Contours" +msgstr "Çevre çizgileri" -#: plug-ins/common/compressor.c:174 -msgid "bzip archive" -msgstr "" +#: ../plug-ins/common/diffraction.c:603 +msgid "Sharp Edges" +msgstr "Keskin Kıyılar" -#: plug-ins/common/compressor.c:367 -msgid "No sensible extension, saving as compressed XCF." -msgstr "" +#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:683 +#: ../plug-ins/flame/flame.c:1081 +msgid "_Brightness:" +msgstr "_Parlaklık:" -#: plug-ins/common/compressor.c:508 -msgid "No sensible extension, attempting to load with file magic." -msgstr "" +#: ../plug-ins/common/diffraction.c:624 +msgid "Sc_attering:" +msgstr "_Dağılma:" -#: plug-ins/common/convmatrix.c:87 -msgid "Gr_ey" -msgstr "G_ri" +#: ../plug-ins/common/diffraction.c:633 +msgid "Po_larization:" +msgstr "_Kutuplama" -#: plug-ins/common/convmatrix.c:88 -msgid "Re_d" -msgstr "_Kırmızı" +#: ../plug-ins/common/diffraction.c:641 +msgid "Other Options" +msgstr "Diğer Seçenekler" -#: plug-ins/common/convmatrix.c:89 plug-ins/common/newsprint.c:363 -msgid "_Green" -msgstr "Yeşi_l" +#: ../plug-ins/common/displace.c:142 +msgid "_X displacement" +msgstr "_X kovma" -#: plug-ins/common/convmatrix.c:90 plug-ins/common/newsprint.c:371 -msgid "_Blue" -msgstr "Mav_i" +#: ../plug-ins/common/displace.c:142 +msgid "_Pinch" +msgstr "_Tutam" -#: plug-ins/common/convmatrix.c:91 -msgid "_Alpha" -msgstr "" +#: ../plug-ins/common/displace.c:143 +msgid "_Y displacement" +msgstr "_Y kovma" -#: plug-ins/common/convmatrix.c:96 -msgid "E_xtend" -msgstr "" +#: ../plug-ins/common/displace.c:143 +msgid "_Whirl" +msgstr "_Sarmal" -#: plug-ins/common/convmatrix.c:97 plug-ins/common/displace.c:394 -#: plug-ins/common/edge.c:716 plug-ins/common/ripple.c:560 -msgid "_Wrap" -msgstr "" +#: ../plug-ins/common/displace.c:169 +msgid "Displace pixels as indicated by displacement maps" +msgstr "Kovma eşleminde gösterildiği gibi benekleri kov" -#: plug-ins/common/convmatrix.c:98 -msgid "Cro_p" -msgstr "Kı_rp" +#: ../plug-ins/common/displace.c:179 +msgid "_Displace..." +msgstr "_Yerini değiştir..." -#: plug-ins/common/convmatrix.c:195 -msgid "_Convolution Matrix..." -msgstr "" +#: ../plug-ins/common/displace.c:290 +msgid "Displacing" +msgstr "Kovma" -#: plug-ins/common/convmatrix.c:229 -msgid "Convolution Matrix does not work on layers smaller than 3 pixels." -msgstr "" +#: ../plug-ins/common/displace.c:326 +msgid "Displace" +msgstr "Yerini değiştir" -#: plug-ins/common/convmatrix.c:302 -msgid "Applying convolution" -msgstr "" +#. X options +#: ../plug-ins/common/displace.c:362 +msgid "_X displacement:" +msgstr "_X uzaklığı:" -#: plug-ins/common/convmatrix.c:877 -msgid "Convolution Matrix" -msgstr "" +#. Y Options +#: ../plug-ins/common/displace.c:409 +msgid "_Y displacement:" +msgstr "_Y uzaklığı:" -#: plug-ins/common/convmatrix.c:902 -msgid "Matrix" -msgstr "" +#: ../plug-ins/common/displace.c:459 +msgid "Displacement Mode" +msgstr "Kovma Kipi" + +#: ../plug-ins/common/displace.c:462 +msgid "_Cartesian" +msgstr "_Kartezyen" + +#: ../plug-ins/common/displace.c:463 +msgid "_Polar" +msgstr "_Kutupsal" + +#: ../plug-ins/common/displace.c:468 +msgid "Edge Behavior" +msgstr "Kenar Davranışı" -#: plug-ins/common/convmatrix.c:936 -msgid "D_ivisor:" -msgstr "" +#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:722 +#: ../plug-ins/common/ripple.c:565 ../plug-ins/common/waves.c:281 +msgid "_Smear" +msgstr "_Sıvama" -#: plug-ins/common/convmatrix.c:957 plug-ins/common/depthmerge.c:748 -#: plug-ins/common/raw.c:972 -msgid "O_ffset:" -msgstr "" +#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:735 +#: ../plug-ins/common/fractal-trace.c:740 ../plug-ins/common/newsprint.c:398 +msgid "_Black" +msgstr "_Siyah" -#: plug-ins/common/convmatrix.c:983 -msgid "A_utomatic" -msgstr "_Otomatik" +#: ../plug-ins/common/edge-dog.c:135 +msgid "Edge detection with control of edge thickness" +msgstr "Kenar denetimi ile kenar algılama kalınlığı" + +#: ../plug-ins/common/edge-dog.c:142 +msgid "_Difference of Gaussians..." +msgstr "Gaussian _Farkı..." -#: plug-ins/common/convmatrix.c:992 -msgid "A_lpha-weighting" -msgstr "" +#: ../plug-ins/common/edge-dog.c:245 ../plug-ins/common/edge-dog.c:302 +msgid "DoG Edge Detect" +msgstr "DoG Kenar Algılayıcı" -#: plug-ins/common/convmatrix.c:1008 -msgid "Border" -msgstr "" +#: ../plug-ins/common/edge-dog.c:331 +msgid "Smoothing Parameters" +msgstr "Düzleştirme Değiştirgeleri" -#: plug-ins/common/convmatrix.c:1032 -msgid "Channels" -msgstr "Kanallar" +#: ../plug-ins/common/edge-dog.c:345 +msgid "_Radius 1:" +msgstr "_Yarıçap 1:" -#: plug-ins/common/csource.c:108 -msgid "C source code" -msgstr "" +#: ../plug-ins/common/edge-dog.c:349 +msgid "R_adius 2:" +msgstr "Y_arıçap 2:" -#: plug-ins/common/csource.c:635 -msgid "Save as C-Source" -msgstr "" +#: ../plug-ins/common/edge-dog.c:372 ../plug-ins/gimpressionist/paper.c:167 +msgid "_Invert" +msgstr "_Tersine Çevir" -#: plug-ins/common/csource.c:659 -#, fuzzy -msgid "_Prefixed name:" -msgstr "Bir Kez _Önizleme" +#: ../plug-ins/common/edge-laplace.c:75 +msgid "High-resolution edge detection" +msgstr "Yüksek çözünürlüklü kenar tespit etme" -#: plug-ins/common/csource.c:668 -msgid "Co_mment:" -msgstr "_Açıklama:" +#: ../plug-ins/common/edge-laplace.c:85 +msgid "_Laplace" +msgstr "_Laplace" -#. Use Comment -#. -#: plug-ins/common/csource.c:675 -#, fuzzy -msgid "_Save comment to file" -msgstr "Açıklama" +#: ../plug-ins/common/edge-laplace.c:243 ../plug-ins/common/edge.c:673 +msgid "Laplace" +msgstr "Laplace" -#. GLib types -#. -#: plug-ins/common/csource.c:687 -msgid "_Use GLib types (guint8*)" -msgstr "" +#: ../plug-ins/common/edge-laplace.c:321 +msgid "Cleanup" +msgstr "Temizle" -#. Use Macros -#. -#: plug-ins/common/csource.c:699 -msgid "Us_e macros instead of struct" -msgstr "" +#: ../plug-ins/common/edge-neon.c:134 +msgid "Simulate the glowing boundary of a neon light" +msgstr "Neon ışığın parıltı sınırını benzetim yap" -#. Use RLE -#. -#: plug-ins/common/csource.c:711 -msgid "Use _1 byte Run-Length-Encoding" -msgstr "" +#: ../plug-ins/common/edge-neon.c:139 +msgid "_Neon..." +msgstr "_Neon..." -#. Alpha -#. -#: plug-ins/common/csource.c:723 -msgid "Sa_ve alpha channel (RGBA/RGB)" -msgstr "" +#: ../plug-ins/common/edge-neon.c:211 +msgid "Neon" +msgstr "Neon" -#: plug-ins/common/csource.c:741 plug-ins/common/sparkle.c:427 -msgid "Op_acity:" -msgstr "" +#: ../plug-ins/common/edge-neon.c:695 +msgid "Neon Detection" +msgstr "Neon Algılama" -#: plug-ins/common/cubism.c:156 -msgid "_Cubism..." -msgstr "" +#: ../plug-ins/common/edge-neon.c:747 ../plug-ins/common/unsharp-mask.c:693 +msgid "_Amount:" +msgstr "_Miktar:" -#: plug-ins/common/cubism.c:269 -msgid "Cubism" -msgstr "" +#: ../plug-ins/common/edge-sobel.c:108 +msgid "Specialized direction-dependent edge detection" +msgstr "Özelleştirilmiş, yön tabanlı kenar tespit etme" -#: plug-ins/common/cubism.c:298 -#, fuzzy -msgid "_Tile size:" -msgstr "Döşeme _Boyutu:" +#: ../plug-ins/common/edge-sobel.c:121 +msgid "_Sobel..." +msgstr "_Çizimleştir..." -#: plug-ins/common/cubism.c:311 -#, fuzzy -msgid "T_ile saturation:" -msgstr "Konum" +#: ../plug-ins/common/edge-sobel.c:231 +msgid "Sobel Edge Detection" +msgstr "Sobel Kenar Algılama" -#: plug-ins/common/cubism.c:322 -#, fuzzy -msgid "_Use background color" -msgstr "Arkaplan R_engi Kullan" +#: ../plug-ins/common/edge-sobel.c:260 +msgid "Sobel _horizontally" +msgstr "_Ufki" -#: plug-ins/common/cubism.c:412 -msgid "Cubistic Transformation..." -msgstr "" +#: ../plug-ins/common/edge-sobel.c:272 +msgid "Sobel _vertically" +msgstr "_Dikey çizimleştir" -#: plug-ins/common/curve_bend.c:572 -msgid "_Curve Bend..." -msgstr "" +#: ../plug-ins/common/edge-sobel.c:284 +msgid "_Keep sign of result (one direction only)" +msgstr "_Sonucun izini koru (sadece tek yön)" -#: plug-ins/common/curve_bend.c:708 -msgid "Can operate on layers only (but was called on channel or mask)." -msgstr "" +#: ../plug-ins/common/edge-sobel.c:370 +msgid "Sobel edge detecting" +msgstr "Sobel kenar algılanıyor" -#: plug-ins/common/curve_bend.c:726 -msgid "Cannot operate on layers with masks." -msgstr "" +#: ../plug-ins/common/edge.c:152 +msgid "Several simple methods for detecting edges" +msgstr "Kenar tespiti için bir kaç basit yöntem" -#: plug-ins/common/curve_bend.c:741 -msgid "Cannot operate on empty selections." -msgstr "" +#: ../plug-ins/common/edge.c:157 +msgid "_Edge..." +msgstr "_Kenar..." -#. Possibly retrieve data from a previous run -#. The shell and main vbox -#: plug-ins/common/curve_bend.c:1244 -msgid "Curve Bend" -msgstr "" +#: ../plug-ins/common/edge.c:229 +msgid "Edge detection" +msgstr "Kenar tespiti" + +#: ../plug-ins/common/edge.c:633 +msgid "Edge Detection" +msgstr "Kenar Tespiti" -#. Preview area, top of column -#: plug-ins/common/curve_bend.c:1273 plug-ins/gimpressionist/orientmap.c:567 -#: plug-ins/gimpressionist/sizemap.c:437 -msgid "Preview" -msgstr "Önizleme" +#: ../plug-ins/common/edge.c:668 +msgid "Sobel" +msgstr "Çizimleştir" -#. The preview button -#: plug-ins/common/curve_bend.c:1307 -#, fuzzy -msgid "_Preview once" -msgstr "Bir Kez _Önizleme" +#: ../plug-ins/common/edge.c:669 +msgid "Prewitt compass" +msgstr "Prewitt pusulası" -#. The preview toggle -#: plug-ins/common/curve_bend.c:1316 -#, fuzzy -msgid "Automatic pre_view" -msgstr "_Otomatik Önizleme" +#: ../plug-ins/common/edge.c:670 ../plug-ins/common/sinus.c:904 +msgid "Gradient" +msgstr "Renk Geçişi" -#. Options area, bottom of column -#. the vertical box and its toggle buttons -#. Options section -#: plug-ins/common/curve_bend.c:1326 plug-ins/common/mosaic.c:529 -#: plug-ins/common/ripple.c:501 plug-ins/gfig/gfig-dialog.c:1209 -msgid "Options" -msgstr "Seçenekler" +#: ../plug-ins/common/edge.c:671 +msgid "Roberts" +msgstr "Roberts" -#. Rotate spinbutton -#: plug-ins/common/curve_bend.c:1340 -msgid "Rotat_e:" -msgstr "Ç_evir:" +#: ../plug-ins/common/edge.c:672 +msgid "Differential" +msgstr "Farklı Özellik" -#. The smoothing toggle -#: plug-ins/common/curve_bend.c:1358 -msgid "Smoo_thing" -msgstr "" +#: ../plug-ins/common/edge.c:682 +msgid "_Algorithm:" +msgstr "_Algoritma:" -#. The antialiasing toggle -#: plug-ins/common/curve_bend.c:1368 plug-ins/common/gqbist.c:823 -#: plug-ins/common/mosaic.c:535 plug-ins/common/ripple.c:510 -msgid "_Antialiasing" -msgstr "" +#: ../plug-ins/common/edge.c:690 +msgid "A_mount:" +msgstr "N_icelik:" -#. The work_on_copy toggle -#: plug-ins/common/curve_bend.c:1378 -msgid "Work on cop_y" -msgstr "" +#: ../plug-ins/common/emboss.c:124 +msgid "Simulate an image created by embossing" +msgstr "Basarak oluşturulan sahte görüntü" -#. The curves graph -#: plug-ins/common/curve_bend.c:1388 -msgid "Modify Curves" -msgstr "" +#: ../plug-ins/common/emboss.c:130 +msgid "_Emboss..." +msgstr "_Kabartma..." -#: plug-ins/common/curve_bend.c:1416 -msgid "Curve for Border" -msgstr "" +#: ../plug-ins/common/emboss.c:384 ../plug-ins/common/emboss.c:446 +msgid "Emboss" +msgstr "Kabartma" -#: plug-ins/common/curve_bend.c:1420 -msgid "_Upper" -msgstr "_Yukarı" +#: ../plug-ins/common/emboss.c:474 +msgid "Function" +msgstr "İşlev" -#: plug-ins/common/curve_bend.c:1421 -msgid "_Lower" -msgstr "" +#: ../plug-ins/common/emboss.c:478 +msgid "_Bumpmap" +msgstr "_Renkli Kabartma" -#: plug-ins/common/curve_bend.c:1431 -msgid "Curve Type" -msgstr "" +#: ../plug-ins/common/emboss.c:479 +msgid "_Emboss" +msgstr "_Kabartma" -#: plug-ins/common/curve_bend.c:1435 -msgid "Smoot_h" -msgstr "" +#: ../plug-ins/common/emboss.c:511 +msgid "E_levation:" +msgstr "Y_ükseltme" -#: plug-ins/common/curve_bend.c:1436 -msgid "_Free" -msgstr "_Serbest" +#: ../plug-ins/common/engrave.c:101 +msgid "Simulate an antique engraving" +msgstr "Sahte antika oyma" -#. The Copy button -#: plug-ins/common/curve_bend.c:1451 -msgid "_Copy" -msgstr "_Kopyala" +#: ../plug-ins/common/engrave.c:106 +msgid "En_grave..." +msgstr "Oy_ma..." -#: plug-ins/common/curve_bend.c:1456 -msgid "Copy the active curve to the other border" -msgstr "" +#: ../plug-ins/common/engrave.c:180 +msgid "Engraving" +msgstr "Oyma" -#. The CopyInv button -#: plug-ins/common/curve_bend.c:1463 -msgid "_Mirror" -msgstr "_Yansıla" +#: ../plug-ins/common/engrave.c:209 +msgid "Engrave" +msgstr "Oyma" -#: plug-ins/common/curve_bend.c:1468 -msgid "Mirror the active curve to the other border" -msgstr "" +#: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611 +#: ../plug-ins/common/file-ps.c:3183 ../plug-ins/common/file-ps.c:3391 +#: ../plug-ins/common/file-raw.c:1071 ../plug-ins/common/film.c:1003 +#: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313 +#: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175 +#: ../plug-ins/imagemap/imap_rectangle.c:410 +#: ../plug-ins/print/print-page-layout.c:254 +msgid "_Height:" +msgstr "_Yükseklik:" -#. The Swap button -#: plug-ins/common/curve_bend.c:1476 -msgid "S_wap" -msgstr "" +#: ../plug-ins/common/engrave.c:255 +msgid "_Limit line width" +msgstr "Hat genişliği _sınırı" -#: plug-ins/common/curve_bend.c:1481 -msgid "Swap the two curves" -msgstr "" +#: ../plug-ins/common/file-aa.c:98 +msgid "ASCII art" +msgstr "ASCII sanat" -#: plug-ins/common/curve_bend.c:1493 -msgid "Reset the active curve" -msgstr "" +#. Create the actual window. +#: ../plug-ins/common/file-aa.c:349 +msgid "Save as Text" +msgstr "Metin Olarak Kaydet" -#: plug-ins/common/curve_bend.c:1510 -msgid "Load the curves from a file" -msgstr "" +#: ../plug-ins/common/file-aa.c:371 +msgid "_Format:" +msgstr "_Biçim:" -#: plug-ins/common/curve_bend.c:1522 -msgid "Save the curves to a file" -msgstr "" +#: ../plug-ins/common/file-cel.c:111 ../plug-ins/common/file-cel.c:129 +msgid "KISS CEL" +msgstr "KISS CEL" -#: plug-ins/common/curve_bend.c:2057 -msgid "Load Curve Points from file" -msgstr "" +#: ../plug-ins/common/file-cel.c:191 +msgid "Load KISS Palette" +msgstr "KISS Paletini Yükle" -#: plug-ins/common/curve_bend.c:2084 -msgid "Save Curve Points to file" -msgstr "" +#. max. rows allocated +#. column, highest column ever used +#. -1 assume fsel is not available (and not attached to any drawable) +#. -1 assume there is no floating selection +#: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330 +#: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345 +#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335 +#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:826 +#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:759 +#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042 +#: ../plug-ins/common/file-raw.c:673 ../plug-ins/common/file-sunras.c:486 +#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603 +#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741 +#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520 +#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217 +#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:654 +#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136 +#: ../plug-ins/file-sgi/sgi.c:330 ../plug-ins/file-xjt/xjt.c:3363 +#, c-format +msgid "Opening '%s'" +msgstr "'%s' açılıyor" -#: plug-ins/common/curve_bend.c:2969 -msgid "Curve Bend..." -msgstr "" +#: ../plug-ins/common/file-cel.c:354 +msgid "Can't create a new image" +msgstr "Yeni görüntü oluşturulamadı" -#: plug-ins/common/decompose.c:130 plug-ins/common/decompose.c:133 -#: plug-ins/common/decompose.c:135 -msgid "red" -msgstr "" +#: ../plug-ins/common/file-cel.c:443 +#, c-format +msgid "Unsupported bit depth (%d)!" +msgstr "Desteklenmeyen bit derinliği (%d)!" -#: plug-ins/common/decompose.c:131 plug-ins/common/decompose.c:134 -#: plug-ins/common/decompose.c:136 -msgid "green" -msgstr "" +#. init the progress meter +#. And let's begin the progress +#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:652 +#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280 +#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:481 +#: ../plug-ins/common/file-pcx.c:634 ../plug-ins/common/file-pix.c:529 +#: ../plug-ins/common/file-png.c:1292 ../plug-ins/common/file-pnm.c:982 +#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568 +#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693 +#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637 +#: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307 +#: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718 +#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282 +#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:574 +#: ../plug-ins/file-xjt/xjt.c:1710 +#, c-format +msgid "Saving '%s'" +msgstr "'%s' kaydediliyor" -#: plug-ins/common/decompose.c:132 plug-ins/common/decompose.c:137 -#: plug-ins/common/decompose.c:139 -msgid "blue" -msgstr "" +#: ../plug-ins/common/file-compressor.c:160 +msgid "gzip archive" +msgstr "gzip arşivi" -#: plug-ins/common/decompose.c:138 plug-ins/common/decompose.c:159 -msgid "alpha" -msgstr "" +#: ../plug-ins/common/file-compressor.c:181 +msgid "bzip archive" +msgstr "bzip arşivi" -#: plug-ins/common/decompose.c:140 plug-ins/common/decompose.c:143 -msgid "hue" -msgstr "" +#: ../plug-ins/common/file-compressor.c:390 +msgid "No sensible file extension, saving as compressed XCF." +msgstr "Anlaşılmaz dosya uzantısı,sıkıştırılmış XCF olarak kaydet." -#: plug-ins/common/decompose.c:141 plug-ins/common/decompose.c:144 -msgid "saturation" -msgstr "" +#: ../plug-ins/common/file-compressor.c:572 +msgid "No sensible file extension, attempting to load with file magic." +msgstr "Uyumlu dosya uzantısı bulunamadı, File-Magic ile yükleme deneniyor." -#: plug-ins/common/decompose.c:142 plug-ins/common/decompose.c:145 -msgid "value" -msgstr "" +#: ../plug-ins/common/file-csource.c:112 +msgid "C source code" +msgstr "C kaynak kodu" -#: plug-ins/common/decompose.c:146 plug-ins/common/decompose.c:149 -msgid "cyan" -msgstr "" +#: ../plug-ins/common/file-csource.c:660 +msgid "Save as C-Source" +msgstr "C Kaynak Kodu olarak Kaydet" -#: plug-ins/common/decompose.c:147 plug-ins/common/decompose.c:150 -msgid "magenta" -msgstr "" +#: ../plug-ins/common/file-csource.c:691 +msgid "_Prefixed name:" +msgstr "_Önekli ad:" -#: plug-ins/common/decompose.c:148 plug-ins/common/decompose.c:151 -msgid "yellow" -msgstr "" +#: ../plug-ins/common/file-csource.c:700 +msgid "Co_mment:" +msgstr "_Açıklama:" -#: plug-ins/common/decompose.c:149 -msgid "Cyan" -msgstr "" +#. Use Comment +#. +#: ../plug-ins/common/file-csource.c:707 +msgid "_Save comment to file" +msgstr "Yorumu dosyaya _kaydet" -#: plug-ins/common/decompose.c:150 -msgid "Magenta" -msgstr "" +#. GLib types +#. +#: ../plug-ins/common/file-csource.c:719 +msgid "_Use GLib types (guint8*)" +msgstr "GLib türleri k_ullan (guint8*)" -#: plug-ins/common/decompose.c:151 -msgid "Yellow" -msgstr "Sarı" +#. Use Macros +#. +#: ../plug-ins/common/file-csource.c:731 +msgid "Us_e macros instead of struct" +msgstr "Yapı birimi yerine iriller _kullan" -#: plug-ins/common/decompose.c:152 plug-ins/common/decompose.c:156 -msgid "cyan_k" -msgstr "" +#. Use RLE +#. +#: ../plug-ins/common/file-csource.c:743 +msgid "Use _1 byte Run-Length-Encoding" +msgstr "Kulan _1 bayt Çalışıtr-Uzunluk-Kodlama" -#: plug-ins/common/decompose.c:153 plug-ins/common/decompose.c:157 -msgid "magenta_k" -msgstr "" +#. Alpha +#. +#: ../plug-ins/common/file-csource.c:755 +msgid "Sa_ve alpha channel (RGBA/RGB)" +msgstr "Görünür kanalını kay_det (RGBA/RGB)" -#: plug-ins/common/decompose.c:154 plug-ins/common/decompose.c:158 -msgid "yellow_k" -msgstr "" +#: ../plug-ins/common/file-csource.c:773 +msgid "Op_acity:" +msgstr "_Işık geçirmezlik:" -#: plug-ins/common/decompose.c:155 -msgid "black" -msgstr "" +#: ../plug-ins/common/file-desktop-link.c:83 +msgid "Desktop Link" +msgstr "Masaüstü Bağlantısı" -#: plug-ins/common/decompose.c:156 -msgid "Cyan_K" -msgstr "" +#: ../plug-ins/common/file-desktop-link.c:173 +#, c-format +msgid "Error loading desktop file '%s': %s" +msgstr "Masaüstü dosyası yüklemede '%s' sorunu: %s" -#: plug-ins/common/decompose.c:157 -msgid "Magenta_K" -msgstr "" +#: ../plug-ins/common/file-dicom.c:146 +msgid "DICOM image" +msgstr "DICOM görüntüsü" -#: plug-ins/common/decompose.c:158 -msgid "Yellow_K" -msgstr "" +#: ../plug-ins/common/file-dicom.c:171 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Tıp fikrinde Dijital Görüntüleme ve İletişimleri" -#: plug-ins/common/decompose.c:159 -msgid "Alpha" -msgstr "" +#: ../plug-ins/common/file-dicom.c:352 +#, c-format +msgid "'%s' is not a DICOM file." +msgstr "'%s' DICOM dosyası değil." -#: plug-ins/common/decompose.c:166 -msgid "luma_y470" -msgstr "" +#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:666 +#: ../plug-ins/common/file-pnm.c:967 +msgid "Cannot save images with alpha channel." +msgstr "Görünür kanalı ile görüntüler kaydedilemez." -#: plug-ins/common/decompose.c:167 -msgid "blueness_cb470" -msgstr "" +#: ../plug-ins/common/file-dicom.c:784 ../plug-ins/common/file-ps.c:1203 +#: ../plug-ins/common/file-xwd.c:604 ../plug-ins/file-fits/fits.c:466 +#: ../plug-ins/file-xjt/xjt.c:1705 +msgid "Cannot operate on unknown image types." +msgstr "Türü tanınmadığı için görüntü üzerinde işlem yapılamadı" -#: plug-ins/common/decompose.c:168 -msgid "redness_cr470" -msgstr "" +#: ../plug-ins/common/file-gbr.c:154 ../plug-ins/common/file-gbr.c:175 +msgid "GIMP brush" +msgstr "GIMP fırçası" -#: plug-ins/common/decompose.c:170 -msgid "luma_y709" +#: ../plug-ins/common/file-gbr.c:392 ../plug-ins/common/file-pat.c:411 +#, c-format +msgid "Invalid header data in '%s': width=%lu, height=%lu, bytes=%lu" msgstr "" +"'%s' içinde geçersiz başlık verisi: genişlik=%lu, yükseklik=%lu, bayt=%lu" -#: plug-ins/common/decompose.c:171 -msgid "blueness_cb709" -msgstr "" +#: ../plug-ins/common/file-gbr.c:416 ../plug-ins/common/file-gbr.c:428 +msgid "Unsupported brush format" +msgstr "Desteklenmeyen fırça biçimi" -#: plug-ins/common/decompose.c:172 -msgid "redness_cr709" -msgstr "" +#: ../plug-ins/common/file-gbr.c:440 +#, c-format +msgid "Error in GIMP brush file '%s'" +msgstr "GIMP fırça dosyası '%s'de sorun" -#: plug-ins/common/decompose.c:174 -msgid "luma_y470f" -msgstr "" +#: ../plug-ins/common/file-gbr.c:448 +#, c-format +msgid "Invalid UTF-8 string in brush file '%s'." +msgstr "'%s' fırça dosyası içinde geçersiz UTF-8 dizgisi." -#: plug-ins/common/decompose.c:175 -msgid "blueness_cb470f" -msgstr "" +#: ../plug-ins/common/file-gbr.c:454 ../plug-ins/common/file-gih.c:510 +#: ../plug-ins/common/file-gih.c:1173 +#: ../plug-ins/gradient-flare/gradient-flare.c:3063 +msgid "Unnamed" +msgstr "Isimsiz" -#: plug-ins/common/decompose.c:176 -msgid "redness_cr470f" -msgstr "" +#: ../plug-ins/common/file-gbr.c:637 +msgid "GIMP brushes are either GRAYSCALE or RGBA" +msgstr "GIMP fırçaları ya GRİTONLAMALI veya RGBA" -#: plug-ins/common/decompose.c:178 -msgid "luma_y709f" -msgstr "" +#: ../plug-ins/common/file-gbr.c:735 +msgid "Save as Brush" +msgstr "Fırça Olarak Kaydet" -#: plug-ins/common/decompose.c:179 -msgid "blueness_cb709f" -msgstr "" +#. attach labels +#: ../plug-ins/common/file-gbr.c:762 ../plug-ins/common/grid.c:790 +msgid "Spacing:" +msgstr "Boşluk:" -#: plug-ins/common/decompose.c:180 -msgid "redness_cr709f" -msgstr "" +#: ../plug-ins/common/file-gbr.c:773 ../plug-ins/common/file-gih.c:925 +#: ../plug-ins/common/file-pat.c:571 ../plug-ins/gimpressionist/presets.c:666 +msgid "Description:" +msgstr "Açıklama:" -#: plug-ins/common/decompose.c:245 -#, fuzzy -msgid "_Decompose..." -msgstr "Düzenle" +#: ../plug-ins/common/file-gif-load.c:142 +#: ../plug-ins/common/file-gif-save.c:168 +msgid "GIF image" +msgstr "GIF görüntüsü" -#: plug-ins/common/decompose.c:330 -msgid "Decomposing..." -msgstr "" +#: ../plug-ins/common/file-gif-load.c:357 +msgid "This is not a GIF file" +msgstr "Bu GIF dosyası değil" -#: plug-ins/common/decompose.c:1198 -msgid "Decompose" -msgstr "" +#: ../plug-ins/common/file-gif-load.c:396 +msgid "Non-square pixels. Image might look squashed." +msgstr "Kare olmayan benekler. Resim düzgün görünmeyebilir." -#. parameter settings -#: plug-ins/common/decompose.c:1214 -#, fuzzy -msgid "Extract Channels" -msgstr "Kanallar" +#: ../plug-ins/common/file-gif-load.c:916 +#, c-format +msgid "Background (%d%s)" +msgstr "Artalan (%d%s)" -#: plug-ins/common/decompose.c:1242 -msgid "Decompose to _layers" -msgstr "" +#: ../plug-ins/common/file-gif-load.c:939 +#, c-format +msgid "Opening '%s' (frame %d)" +msgstr "'%s' açılıyor (çerçeve %d)" -#: plug-ins/common/deinterlace.c:99 -msgid "_Deinterlace..." -msgstr "" +#: ../plug-ins/common/file-gif-load.c:968 ../plug-ins/common/iwarp.c:791 +#: ../plug-ins/common/iwarp.c:826 +#, c-format +msgid "Frame %d" +msgstr "Çerçeve %d" -#: plug-ins/common/deinterlace.c:156 -msgid "Deinterlace..." -msgstr "" +#: ../plug-ins/common/file-gif-load.c:970 +#, c-format +msgid "Frame %d (%d%s)" +msgstr "Çerçeve %d (%d%s)" -#: plug-ins/common/deinterlace.c:315 -msgid "Deinterlace" +#: ../plug-ins/common/file-gif-load.c:1001 +#, c-format +msgid "" +"GIF: Undocumented GIF composite type %d is not handled. Animation might not " +"play or re-save perfectly." msgstr "" +"GIF: Belgelenmemiş GIF %d düzenleme biçimi kullanılamadı. Animasyon düzgün " +"oynatılamayabilir veya kaydedilemeyebilir." -#: plug-ins/common/deinterlace.c:340 -msgid "Keep o_dd fields" -msgstr "" +#: ../plug-ins/common/file-gif-save.c:447 +msgid "Couldn't simply reduce colors further. Saving as opaque." +msgstr "Renkleri daha fazla düşürülemiyor. Opak olarak kaydediyor." -#: plug-ins/common/deinterlace.c:341 -msgid "Keep _even fields" +#: ../plug-ins/common/file-gif-save.c:562 +#, c-format +msgid "" +"Unable to save '%s'. The GIF file format does not support images that are " +"more than %d pixels wide or tall." msgstr "" +"'%s' kaydedilemedi. GIF dosya biçimi, %d benekten daha geniş ya da uzun olan " +"resimleri desteklemez." -#: plug-ins/common/depthmerge.c:192 -msgid "_Depth Merge..." +#: ../plug-ins/common/file-gif-save.c:673 +msgid "" +"The GIF format only supports comments in 7bit ASCII encoding. No comment is " +"saved." msgstr "" +"GIF dosya biçimi yorumları sadece 7bit ASCII kodlamasında destekler. Hiçbir " +"yorum kaydedilmedi." -#: plug-ins/common/depthmerge.c:382 -msgid "Depth-merging..." +#: ../plug-ins/common/file-gif-save.c:732 +msgid "" +"Cannot save RGB color images. Convert to indexed color or grayscale first." msgstr "" +"RGB renkli resimleri kaydedilemedi. Öncelikle ya sıralanmış ya da gri " +"tonlamaları renklere çevirin." -#: plug-ins/common/depthmerge.c:631 -msgid "Depth Merge" -msgstr "" +#: ../plug-ins/common/file-gif-save.c:910 +msgid "Delay inserted to prevent evil CPU-sucking animation." +msgstr "Aşırı işlemci yüklemesini önlemek için ekli olanı geciktir." -#: plug-ins/common/depthmerge.c:676 -msgid "Source 1:" +#: ../plug-ins/common/file-gif-save.c:950 +msgid "" +"The image you are trying to save as a GIF contains layers which extend " +"beyond the actual borders of the image." msgstr "" +"GIF olarak saklamaya çalıştığınız resim normal sınırlarını aşan katmanlar " +"içermektedir." -#: plug-ins/common/depthmerge.c:691 plug-ins/common/depthmerge.c:721 -#, fuzzy -msgid "Depth map:" -msgstr "_Derinlik:" - -#: plug-ins/common/depthmerge.c:706 -msgid "Source 2:" +#: ../plug-ins/common/file-gif-save.c:967 +msgid "" +"The GIF file format does not allow this. You may choose whether to crop all " +"of the layers to the image borders, or cancel this save." msgstr "" +"GIF dosya biçimi buna izin vermemektedir. Bütün katmanları resim sınırlarına " +"kırpabilir ya da kaydetmekten vazgeçebilirsiniz." -#: plug-ins/common/depthmerge.c:738 -#, fuzzy -msgid "O_verlap:" -msgstr "Yeniden boyutlandır" +#: ../plug-ins/common/file-gif-save.c:1008 +msgid "Save as GIF" +msgstr "GIF olarak kaydet" -#: plug-ins/common/depthmerge.c:758 -#, fuzzy -msgid "Sc_ale 1:" -msgstr "Büyüklük:" +#. regular gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1030 +msgid "GIF Options" +msgstr "GIF Seçenekleri" -#: plug-ins/common/depthmerge.c:768 -#, fuzzy -msgid "Sca_le 2:" -msgstr "Büyüklük:" +#: ../plug-ins/common/file-gif-save.c:1036 +msgid "I_nterlace" +msgstr "B_irleştirmek" -#: plug-ins/common/despeckle.c:177 -msgid "Des_peckle..." -msgstr "" +#: ../plug-ins/common/file-gif-save.c:1052 +msgid "_GIF comment:" +msgstr "_GIF yorumu:" -#: plug-ins/common/despeckle.c:418 plug-ins/common/despeckle.c:640 -msgid "Despeckle" -msgstr "" +#. additional animated gif parameter settings +#: ../plug-ins/common/file-gif-save.c:1110 +msgid "Animated GIF Options" +msgstr "Canlandırmalı GIF Seçenekleri" + +#: ../plug-ins/common/file-gif-save.c:1116 +msgid "_Loop forever" +msgstr "Sonsuz _döngü" -#. -#. * Filter type controls... -#. -#: plug-ins/common/despeckle.c:444 plug-ins/gimpressionist/orientmap.c:616 -msgid "Type" -msgstr "Tip" +#: ../plug-ins/common/file-gif-save.c:1129 +msgid "_Delay between frames where unspecified:" +msgstr "_Belirtilmemiş kareler arasında gecikme uygula:" -#. parameter settings -#: plug-ins/common/despeckle.c:454 -#, fuzzy -msgid "Median" -msgstr "Taşı" +#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1555 +msgid "milliseconds" +msgstr "milisaniye" -#: plug-ins/common/despeckle.c:460 -msgid "_Adaptive" -msgstr "" +#: ../plug-ins/common/file-gif-save.c:1154 +msgid "_Frame disposal where unspecified:" +msgstr "_Belirtilmemiş kareleri çıkar:" -#: plug-ins/common/despeckle.c:470 -msgid "R_ecursive" -msgstr "Ö_zyineli" +#: ../plug-ins/common/file-gif-save.c:1158 +msgid "I don't care" +msgstr "Umurumda değil" -#: plug-ins/common/despeckle.c:494 plug-ins/common/neon.c:727 -#: plug-ins/common/nlfilt.c:1083 plug-ins/common/nova.c:359 -#: plug-ins/common/unsharp.c:665 plug-ins/common/whirlpinch.c:588 -#: plug-ins/gflare/gflare.c:2686 plug-ins/imagemap/imap_circle.c:278 -msgid "_Radius:" -msgstr "" +#: ../plug-ins/common/file-gif-save.c:1160 +msgid "Cumulative layers (combine)" +msgstr "Birikimli katmanlar (birleştirme)" -#: plug-ins/common/despeckle.c:510 -#, fuzzy -msgid "_Black level:" -msgstr "Siyah" +#: ../plug-ins/common/file-gif-save.c:1162 +msgid "One frame per layer (replace)" +msgstr "Katman başına bir çerçeve (değiştirme)" -#: plug-ins/common/despeckle.c:526 -#, fuzzy -msgid "_White level:" -msgstr "Beyaz" +#. The "Always use default values" toggles +#: ../plug-ins/common/file-gif-save.c:1178 +msgid "_Use delay entered above for all frames" +msgstr "_Yukarıda girilen gecikmeyi tüm karelere uygula" + +#: ../plug-ins/common/file-gif-save.c:1188 +msgid "U_se disposal entered above for all frames" +msgstr "Üstte girilen düzeni tüm karelerde k_ullan" -#: plug-ins/common/destripe.c:113 -msgid "Des_tripe..." -msgstr "" +#: ../plug-ins/common/file-gif-save.c:2341 +msgid "Error writing output file." +msgstr "Çıktı dosyası yazılırken hata." -#: plug-ins/common/destripe.c:276 -msgid "Destriping..." -msgstr "" +#: ../plug-ins/common/file-gif-save.c:2411 +#, c-format +msgid "The default comment is limited to %d characters." +msgstr "Varsayılan açıklama %d karakterle sınırlıdır." -#: plug-ins/common/destripe.c:442 -msgid "Destripe" -msgstr "" +#: ../plug-ins/common/file-gih.c:209 ../plug-ins/common/file-gih.c:230 +msgid "GIMP brush (animated)" +msgstr "GIMP fırça (hareketli)" -#: plug-ins/common/destripe.c:469 plug-ins/common/gtm.c:578 -#: plug-ins/common/postscript.c:2958 plug-ins/common/postscript.c:3119 -#: plug-ins/common/raw.c:985 plug-ins/common/smooth_palette.c:429 -#: plug-ins/common/tile.c:417 plug-ins/imagemap/imap_cmd_guides.c:167 -#: plug-ins/imagemap/imap_rectangle.c:403 -msgid "_Width:" -msgstr "_Genişlik:" +#: ../plug-ins/common/file-gih.c:324 +#, c-format +msgid "Layer %s doesn't have an alpha channel, skipped" +msgstr "%s katmanı görünür kanalına sahip değil, atlanıyor" -#: plug-ins/common/destripe.c:480 -msgid "Create _histogram" -msgstr "" +#: ../plug-ins/common/file-gih.c:503 +msgid "Error in GIMP brush pipe file." +msgstr "GIMP fırça boru dosyasında hata." -#: plug-ins/common/dicom.c:134 -#, fuzzy -msgid "DICOM image" -msgstr "Resim" +#: ../plug-ins/common/file-gih.c:569 +msgid "GIMP brush file appears to be corrupted." +msgstr "Hasarlı GIMP fırça dosyası." -#: plug-ins/common/dicom.c:159 -msgid "Digital Imaging and Communications in Medicine image" -msgstr "" +#: ../plug-ins/common/file-gih.c:718 +msgid "Couldn't load one brush in the pipe, giving up." +msgstr "Borudaki bir fırça yüklenemedi, vazgeçiliyor." -#: plug-ins/common/dicom.c:318 -#, c-format -msgid "'%s' is not a DICOM file." -msgstr "" +#: ../plug-ins/common/file-gih.c:881 +msgid "Save as Brush Pipe" +msgstr "Fırça Borusu olarak kaydet." -#: plug-ins/common/diffraction.c:177 -msgid "_Diffraction Patterns..." -msgstr "" +#: ../plug-ins/common/file-gih.c:911 +msgid "Spacing (percent):" +msgstr "Boşluk (yüzde):" -#: plug-ins/common/diffraction.c:334 -msgid "Creating diffraction pattern..." -msgstr "" +#: ../plug-ins/common/file-gih.c:978 +msgid "Pixels" +msgstr "Benek" -#: plug-ins/common/diffraction.c:438 -msgid "Diffraction Patterns" -msgstr "" +#: ../plug-ins/common/file-gih.c:983 +msgid "Cell size:" +msgstr "Hücre boyutu:" -#: plug-ins/common/diffraction.c:524 -#, fuzzy -msgid "Frequencies" -msgstr "_Frekanslar" +#: ../plug-ins/common/file-gih.c:995 +msgid "Number of cells:" +msgstr "Hücre sayısı:" -#: plug-ins/common/diffraction.c:562 -#, fuzzy -msgid "Contours" -msgstr "_Konturlar" +#: ../plug-ins/common/file-gih.c:1020 +msgid " Rows of " +msgstr " Dizisi " -#: plug-ins/common/diffraction.c:600 -#, fuzzy -msgid "Sharp edges" -msgstr "Ekran" +#: ../plug-ins/common/file-gih.c:1032 +msgid " Columns on each layer" +msgstr " Her katman üstündeki sütunlar" -#: plug-ins/common/diffraction.c:612 plug-ins/common/softglow.c:673 -#: plug-ins/flame/flame.c:1037 -msgid "_Brightness:" -msgstr "_Parlaklık:" +#: ../plug-ins/common/file-gih.c:1036 +msgid " (Width Mismatch!) " +msgstr " (Uyuşmayan Genişlik!) " -#: plug-ins/common/diffraction.c:621 -msgid "Sc_attering:" -msgstr "_Dağılma:" +#: ../plug-ins/common/file-gih.c:1040 +msgid " (Height Mismatch!) " +msgstr " (Uyuşmayan Yükseklik!) " -#: plug-ins/common/diffraction.c:630 -#, fuzzy -msgid "Po_larization:" -msgstr "Konum" +#: ../plug-ins/common/file-gih.c:1045 +msgid "Display as:" +msgstr "Farklı göster:" -#: plug-ins/common/diffraction.c:638 -#, fuzzy -msgid "Other options" -msgstr "Diğer _seçenekler" +#: ../plug-ins/common/file-gih.c:1054 +msgid "Dimension:" +msgstr "Boyut:" -#: plug-ins/common/displace.c:154 -#, fuzzy -msgid "_Displace..." -msgstr "Göster" +#: ../plug-ins/common/file-gih.c:1129 +msgid "Ranks:" +msgstr "Sıralamalar:" -#: plug-ins/common/displace.c:231 -msgid "Displacing..." -msgstr "" +#: ../plug-ins/common/file-header.c:77 +msgid "C source code header" +msgstr "C kaynak kod başlığı" -#: plug-ins/common/displace.c:268 -msgid "Displace" -msgstr "" +#: ../plug-ins/common/file-html-table.c:156 +msgid "HTML table" +msgstr "HTML tablosu" -#. X options -#: plug-ins/common/displace.c:297 -msgid "_X displacement:" -msgstr "" +#: ../plug-ins/common/file-html-table.c:409 +msgid "Save as HTML table" +msgstr "HTML tablosu olarak kaydet" -#. Y Options -#: plug-ins/common/displace.c:344 -msgid "_Y displacement:" -msgstr "" +#: ../plug-ins/common/file-html-table.c:436 +msgid "Warning" +msgstr "Uyarı" -#: plug-ins/common/displace.c:390 -msgid "On Edges:" +#: ../plug-ins/common/file-html-table.c:447 +msgid "" +"You are about to create a huge\n" +"HTML file which will most likely\n" +"crash your browser." msgstr "" +"Tarayıcınızın çökmesine neden\n" +"olacak büyük bir HTML dosyası\n" +"yaratmak üzeresiniz." -#: plug-ins/common/displace.c:396 plug-ins/common/edge.c:729 -#: plug-ins/common/ripple.c:561 plug-ins/common/waves.c:274 -msgid "_Smear" -msgstr "" +#. HTML Page Options +#: ../plug-ins/common/file-html-table.c:456 +msgid "HTML Page Options" +msgstr "HTML Sayfa Seçenekleri" -#: plug-ins/common/displace.c:398 plug-ins/common/edge.c:742 -#: plug-ins/common/fractaltrace.c:735 plug-ins/common/newsprint.c:408 -#: plug-ins/common/ripple.c:562 -msgid "_Black" -msgstr "_Siyah" +#: ../plug-ins/common/file-html-table.c:463 +msgid "_Generate full HTML document" +msgstr "_Tam HTML belgesi oluştur" -#: plug-ins/common/dog.c:139 -msgid "Difference of Gaussians..." +#: ../plug-ins/common/file-html-table.c:469 +msgid "" +"If checked GTM will output a full HTML document with , , etc. " +"tags instead of just the table html." msgstr "" +"Eğer GTM seçerseniz, belge tablo kodlarının yanında , , gibi " +"html kodları ile birlikte aktarılacaktır." -#: plug-ins/common/dog.c:227 plug-ins/common/dog.c:274 -msgid "DoG Edge Detect" -msgstr "" +#. HTML Table Creation Options +#: ../plug-ins/common/file-html-table.c:482 +msgid "Table Creation Options" +msgstr "Tablo Oluşturma Seçenekleri" -#: plug-ins/common/dog.c:295 -#, fuzzy -msgid "Smoothing parameters" -msgstr "_Parametreler" +#: ../plug-ins/common/file-html-table.c:490 +msgid "_Use cellspan" +msgstr "_Hücre genişliğini kullan" -#: plug-ins/common/dog.c:309 -msgid "_Radius 1:" +#: ../plug-ins/common/file-html-table.c:496 +msgid "" +"If checked GTM will replace any rectangular sections of identically colored " +"blocks with one large cell with ROWSPAN and COLSPAN values." msgstr "" +"Eğer denetlenen GTM, ROWSPAN ve COLSPAN değelerini alan bir geniş hücre ile " +"aynı şekilde boyanmış engelleri olan herhangi bir bölümlenmiş dikdörtgen " +"yerine geçecekse." -#: plug-ins/common/dog.c:313 -msgid "R_adius 2:" +#: ../plug-ins/common/file-html-table.c:505 +msgid "Co_mpress TD tags" +msgstr "TD etiketlerini sı_Kıştır" + +#: ../plug-ins/common/file-html-table.c:511 +msgid "" +"Checking this tag will cause GTM to leave no whitespace between the TD tags " +"and the cellcontent. This is only necessary for pixel level positioning " +"control." msgstr "" +"Bu etiketi denetlemek, GTM'nin TD etiketleri ve hücre içeriği arasında " +"beyazboşluk bırakmamasına neden olacaktır. Bu yalnızca benek konumlandırması " +"denetimi için gereklidir." -#: plug-ins/common/dog.c:325 plug-ins/common/normalize.c:88 -#, fuzzy -msgid "_Normalize" -msgstr "Biçim" +#: ../plug-ins/common/file-html-table.c:521 +msgid "C_aption" +msgstr "Ba_şlık" -#: plug-ins/common/dog.c:336 plug-ins/gimpressionist/paper.c:149 -msgid "_Invert" -msgstr "" +#: ../plug-ins/common/file-html-table.c:527 +msgid "Check if you would like to have the table captioned." +msgstr "Başlıklı tablo oluşturmak istiyorsanız işaretleyin." -#: plug-ins/common/edge.c:162 -msgid "_Edge..." -msgstr "" +#: ../plug-ins/common/file-html-table.c:542 +msgid "The text for the table caption." +msgstr "Çizelge başlığı için metin." -#: plug-ins/common/edge.c:234 -msgid "Edge Detection..." -msgstr "" +#: ../plug-ins/common/file-html-table.c:555 +msgid "C_ell content:" +msgstr "H_ücre içeriği:" -#: plug-ins/common/edge.c:648 -msgid "Edge Detection" -msgstr "" +#: ../plug-ins/common/file-html-table.c:559 +msgid "The text to go into each cell." +msgstr "Her hücreye konacak metin." -#: plug-ins/common/edge.c:675 -msgid "Sobel" -msgstr "" +#. HTML Table Options +#: ../plug-ins/common/file-html-table.c:569 +msgid "Table Options" +msgstr "Tablo Seçenekleri" -#: plug-ins/common/edge.c:676 -#, fuzzy -msgid "Prewitt" -msgstr "Kapat" +#: ../plug-ins/common/file-html-table.c:580 +msgid "_Border:" +msgstr "_Kenarlık:" -#: plug-ins/common/edge.c:677 plug-ins/common/sinus.c:897 -msgid "Gradient" -msgstr "" +#: ../plug-ins/common/file-html-table.c:584 +msgid "The number of pixels in the table border." +msgstr "Tablo kenarlıklarındaki benek sayısı" -#: plug-ins/common/edge.c:678 -#, fuzzy -msgid "Roberts" -msgstr "_Roberts" +#: ../plug-ins/common/file-html-table.c:599 +msgid "The width for each table cell. Can be a number or a percent." +msgstr "Her tablo hücresi için genişlik. Sayı veya yüzde olabilir." -#: plug-ins/common/edge.c:679 -#, fuzzy -msgid "Differential" -msgstr "Doğrusal" +#: ../plug-ins/common/file-html-table.c:615 +msgid "The height for each table cell. Can be a number or a percent." +msgstr "Her tablo hücresi için yükseklik. Sayı veya yüzde olabilir." -#: plug-ins/common/edge.c:680 -#, fuzzy -msgid "Laplace" -msgstr "_Laplace" +#: ../plug-ins/common/file-html-table.c:626 +msgid "Cell-_padding:" +msgstr "Hücre-_dolgusu:" -#: plug-ins/common/edge.c:689 -#, fuzzy -msgid "_Algorithm:" -msgstr "Yazar:" +#: ../plug-ins/common/file-html-table.c:630 +msgid "The amount of cellpadding." +msgstr "Hücredolgusu miktarı." -#: plug-ins/common/edge.c:697 -#, fuzzy -msgid "A_mount:" -msgstr "Yazar:" +#: ../plug-ins/common/file-html-table.c:639 +msgid "Cell-_spacing:" +msgstr "Hücre-_aralığı:" -#: plug-ins/common/emboss.c:133 -#, fuzzy -msgid "_Emboss..." -msgstr "Hakkında..." +#: ../plug-ins/common/file-html-table.c:643 +msgid "The amount of cellspacing." +msgstr "Hücre boşluğunun miktarı." -#: plug-ins/common/emboss.c:376 plug-ins/common/emboss.c:439 -msgid "Emboss" +#. Inform the user that we couldn't losslessly save the +#. * transparency & just use the full palette +#: ../plug-ins/common/file-mng.c:534 ../plug-ins/common/file-png.c:1831 +msgid "Couldn't losslessly save transparency, saving opacity instead." msgstr "" +"Kayıp olmadan saydamlık kaydedilemedi, bunun yerine opaklık kaydediliyor." -#: plug-ins/common/emboss.c:460 -msgid "Function" -msgstr "" +#: ../plug-ins/common/file-mng.c:1335 +msgid "Save as MNG" +msgstr "MNG olarak kaydet" -#: plug-ins/common/emboss.c:464 -msgid "_Bumpmap" -msgstr "" +#: ../plug-ins/common/file-mng.c:1355 +msgid "MNG Options" +msgstr "MNG seçenekleri" -#: plug-ins/common/emboss.c:465 -msgid "_Emboss" -msgstr "" +#: ../plug-ins/common/file-mng.c:1361 +msgid "Interlace" +msgstr "birleştirmek" -#: plug-ins/common/emboss.c:497 -msgid "E_levation:" -msgstr "" +#: ../plug-ins/common/file-mng.c:1373 +msgid "Save background color" +msgstr "Artalan rengini kaydet" -#: plug-ins/common/engrave.c:108 -msgid "En_grave..." -msgstr "" +#: ../plug-ins/common/file-mng.c:1384 +msgid "Save gamma" +msgstr "Gamayı kaydet" -#: plug-ins/common/engrave.c:182 -msgid "Engraving..." -msgstr "" +#: ../plug-ins/common/file-mng.c:1394 +msgid "Save resolution" +msgstr "Çözünürlüğü kaydet" -#: plug-ins/common/engrave.c:211 -msgid "Engrave" -msgstr "" +#: ../plug-ins/common/file-mng.c:1405 +msgid "Save creation time" +msgstr "Oluşturulma zamanını kaydet" -#: plug-ins/common/engrave.c:238 plug-ins/common/film.c:1203 -#: plug-ins/common/gtm.c:594 plug-ins/common/postscript.c:2967 -#: plug-ins/common/postscript.c:3128 plug-ins/common/raw.c:998 -#: plug-ins/common/smooth_palette.c:434 plug-ins/common/tile.c:421 -#: plug-ins/imagemap/imap_cmd_guides.c:177 -#: plug-ins/imagemap/imap_rectangle.c:410 -msgid "_Height:" -msgstr "_Yükseklik:" +#: ../plug-ins/common/file-mng.c:1424 +msgid "PNG" +msgstr "PNG" -#: plug-ins/common/engrave.c:249 -msgid "_Limit line width" -msgstr "" +#: ../plug-ins/common/file-mng.c:1425 +msgid "JNG" +msgstr "JNG" -#: plug-ins/common/exchange.c:133 -msgid "_Color Exchange..." -msgstr "" +#: ../plug-ins/common/file-mng.c:1428 +msgid "PNG + delta PNG" +msgstr "PNG + delta PNG" -#: plug-ins/common/exchange.c:218 -msgid "Color Exchange..." -msgstr "" +#: ../plug-ins/common/file-mng.c:1429 +msgid "JNG + delta PNG" +msgstr "JNG + delta PNG" -#. set up the dialog -#: plug-ins/common/exchange.c:293 -msgid "Color Exchange" -msgstr "" +#: ../plug-ins/common/file-mng.c:1430 +msgid "All PNG" +msgstr "Tüm PNG" -#: plug-ins/common/exchange.c:308 -msgid "Middle-click inside preview to pick \"From Color\"" -msgstr "" +#: ../plug-ins/common/file-mng.c:1431 +msgid "All JNG" +msgstr "Tüm JNG" -#: plug-ins/common/exchange.c:346 -msgid "To Color" -msgstr "" +#: ../plug-ins/common/file-mng.c:1443 +msgid "Default chunks type:" +msgstr "Varsayılan parçalrın türü:" -#: plug-ins/common/exchange.c:346 -msgid "From Color" -msgstr "" +#: ../plug-ins/common/file-mng.c:1446 +msgid "Combine" +msgstr "Birleştir" -#: plug-ins/common/exchange.c:364 -msgid "Color Exchange: To Color" -msgstr "" +#: ../plug-ins/common/file-mng.c:1447 +msgid "Replace" +msgstr "Üstüne yaz" -#: plug-ins/common/exchange.c:365 -msgid "Color Exchange: From Color" -msgstr "" +#: ../plug-ins/common/file-mng.c:1458 +msgid "Default frame disposal:" +msgstr "Varsayılan çerçeve düzeni:" -#: plug-ins/common/exchange.c:423 -msgid "R_ed threshold:" -msgstr "" +#: ../plug-ins/common/file-mng.c:1470 +msgid "PNG compression level:" +msgstr "PNG sıkıştırma seviyesi:" -#: plug-ins/common/exchange.c:484 -msgid "G_reen threshold:" -msgstr "" +#: ../plug-ins/common/file-mng.c:1478 ../plug-ins/common/file-png.c:1987 +msgid "Choose a high compression level for small file size" +msgstr "Küçük dosya boyutu için yüksek sıkıştırma düzeyi seçin" -#: plug-ins/common/exchange.c:545 -msgid "B_lue threshold:" -msgstr "" +#: ../plug-ins/common/file-mng.c:1492 +msgid "JPEG compression quality:" +msgstr "JPEG sıkıştırma kalitesi:" -#: plug-ins/common/exchange.c:573 -#, fuzzy -msgid "Lock _thresholds" -msgstr "Kanallar" +#: ../plug-ins/common/file-mng.c:1509 +msgid "JPEG smoothing factor:" +msgstr "JPEG yumuşatma çarpanı:" -#: plug-ins/common/film.c:240 -#, fuzzy -msgid "_Film..." -msgstr "Dosya" +#: ../plug-ins/common/file-mng.c:1519 +msgid "Animated MNG Options" +msgstr "Hareketli MNG Seçenekleri" -#: plug-ins/common/film.c:325 -msgid "Composing Images..." -msgstr "" +#: ../plug-ins/common/file-mng.c:1525 +msgid "Loop" +msgstr "Döngü" -#: plug-ins/common/film.c:438 plug-ins/common/guillotine.c:183 -#: plug-ins/helpbrowser/dialog.c:523 -msgid "Untitled" -msgstr "İsimsiz" +#: ../plug-ins/common/file-mng.c:1539 +msgid "Default frame delay:" +msgstr "Öntanımlı çerçeve gecikmesi:" -#. ** Get a RGB copy of the source region ** -#: plug-ins/common/film.c:700 -msgid "Temporary" -msgstr "" +#: ../plug-ins/common/file-mng.c:1612 +msgid "MNG animation" +msgstr "MNG animasyonu" -#: plug-ins/common/film.c:1079 -msgid "Available Images:" -msgstr "" +#: ../plug-ins/common/file-pat.c:123 ../plug-ins/common/file-pat.c:145 +msgid "GIMP pattern" +msgstr "GIMP deseni" -#: plug-ins/common/film.c:1080 -msgid "On Film:" -msgstr "" +#: ../plug-ins/common/file-pat.c:371 +#, c-format +msgid "Invalid UTF-8 string in pattern file '%s'." +msgstr "'%s' desen dosyası içinde geçersiz UTF-8 dizgisi." -#. Create selection -#: plug-ins/common/film.c:1166 plug-ins/imagemap/imap_selection.c:400 -#: plug-ins/rcm/rcm_dialog.c:158 -msgid "Selection" -msgstr "" +#: ../plug-ins/common/file-pat.c:543 +msgid "Save as Pattern" +msgstr "Desen olarak Kaydet" -#. Film height/colour -#: plug-ins/common/film.c:1176 plug-ins/common/film.c:1449 -msgid "Film" -msgstr "" +#: ../plug-ins/common/file-pcx.c:133 ../plug-ins/common/file-pcx.c:152 +msgid "ZSoft PCX image" +msgstr "ZSoft PCX görüntüsü" -#. Keep maximum image height -#: plug-ins/common/film.c:1185 -msgid "_Fit height to images" -msgstr "" +#: ../plug-ins/common/file-pcx.c:372 +#, c-format +msgid "Could not read header from '%s'" +msgstr "'%s' içindeki başlık okunamadı" -#. Film color -#: plug-ins/common/film.c:1221 -msgid "Select Film Color" -msgstr "" +#: ../plug-ins/common/file-pcx.c:382 +#, c-format +msgid "'%s' is not a PCX file" +msgstr "'%s' PCX dosyası değil" + +#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:638 +#: ../plug-ins/file-psd/psd-load.c:302 +#, c-format +msgid "Unsupported or invalid image width: %d" +msgstr "Desteklenmeyen veya geçersiz görüntü genişliği: %d" + +#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:644 +#: ../plug-ins/file-psd/psd-load.c:294 +#, c-format +msgid "Unsupported or invalid image height: %d" +msgstr "Desteklenmeyen veya geçersiz görüntü yüksekliği: %d" -#: plug-ins/common/film.c:1226 plug-ins/common/film.c:1277 -#: plug-ins/common/nova.c:346 -msgid "Co_lor:" -msgstr "_Renk:" +#: ../plug-ins/common/file-pcx.c:405 +msgid "Invalid number of bytes per line in PCX header" +msgstr "PCX başlığındaki satır başına baytların geçersiz sayısı" -#. Film numbering: Startindex/Font/colour -#: plug-ins/common/film.c:1235 -msgid "Numbering" -msgstr "" +#: ../plug-ins/common/file-pcx.c:412 +#, c-format +msgid "Image dimensions too large: width %d x height %d" +msgstr "Görüntü boyutları çok büyük: genişlik %d x yükseklik %d" -#: plug-ins/common/film.c:1253 -msgid "Start _index:" -msgstr "" +#: ../plug-ins/common/file-pcx.c:460 +msgid "Unusual PCX flavour, giving up" +msgstr "Beklenmedik PCX davranışı, vaz geçiliyor" -#: plug-ins/common/film.c:1267 -msgid "_Font:" -msgstr "Yazıtipi:" +#: ../plug-ins/common/file-pcx.c:683 +#, c-format +msgid "Invalid X offset: %d" +msgstr "Geçersiz X konumu: %d" -#. Numbering color -#: plug-ins/common/film.c:1272 -msgid "Select Number Color" -msgstr "" +#: ../plug-ins/common/file-pcx.c:689 +#, c-format +msgid "Invalid Y offset: %d" +msgstr "Geçersiz Y konumu: %d" -#: plug-ins/common/film.c:1287 -#, fuzzy -msgid "At _bottom" -msgstr "Alt:" +#: ../plug-ins/common/file-pcx.c:695 +#, c-format +msgid "Right border out of bounds (must be < %d): %d" +msgstr "Sağ kenarlık sınırlamaların dışında (olmalı < %d): %d" -#: plug-ins/common/film.c:1288 -#, fuzzy -msgid "At _top" -msgstr "Tepe:" +#: ../plug-ins/common/file-pcx.c:702 +#, c-format +msgid "Bottom border out of bounds (must be < %d): %d" +msgstr "Alt kenarlık sınırlamaların dışında (olmalı < %d): %d" -#. ** The right frame keeps the image selection ** -#: plug-ins/common/film.c:1301 -msgid "Image Selection" -msgstr "" +#: ../plug-ins/common/file-pcx.c:759 +#, c-format +msgid "Writing to file '%s' failed: %s" +msgstr "'%s' dosyasına yazılamadı: %s" -#: plug-ins/common/film.c:1329 -msgid "All Values are Fractions of the Film Height" -msgstr "" +#: ../plug-ins/common/file-pdf.c:295 +msgid "Portable Document Format" +msgstr "Taşınabilir Belge Biçimi" -#: plug-ins/common/film.c:1332 -msgid "Ad_vanced" -msgstr "_Gelişmiş" +#: ../plug-ins/common/file-pdf.c:860 +#, c-format +msgid "%s-%s" +msgstr "%s-%s" -#: plug-ins/common/film.c:1351 -#, fuzzy -msgid "Image _height:" -msgstr "Resim _Yüksekliği:" +#: ../plug-ins/common/file-pdf.c:862 ../plug-ins/common/file-ps.c:1125 +#, c-format +msgid "%s-pages" +msgstr "%s-sayfa" -#: plug-ins/common/film.c:1362 -#, fuzzy -msgid "Image spac_ing:" -msgstr "Resim _Boşluğu:" +#: ../plug-ins/common/file-pdf.c:1051 +msgid "Import from PDF" +msgstr "PDF'den al" -#: plug-ins/common/film.c:1373 -#, fuzzy -msgid "_Hole offset:" -msgstr "Açı:" +#: ../plug-ins/common/file-pdf.c:1056 ../plug-ins/common/file-ps.c:3102 +#: ../plug-ins/common/file-tiff-load.c:483 +msgid "_Import" +msgstr "İçe _Aktar" -#: plug-ins/common/film.c:1384 -#, fuzzy -msgid "Ho_le width:" -msgstr "Yeni Genişlik:" +#: ../plug-ins/common/file-pdf.c:1123 +msgid "_Width (pixels):" +msgstr "_Genişlik (benek):" -#: plug-ins/common/film.c:1395 -#, fuzzy -msgid "Hol_e height:" -msgstr "Delik _Yüksekliği:" +#: ../plug-ins/common/file-pdf.c:1124 +msgid "_Height (pixels):" +msgstr "_Yükseklik (benek):" -#: plug-ins/common/film.c:1406 -#, fuzzy -msgid "Hole sp_acing:" -msgstr "Boşluk:" +#: ../plug-ins/common/file-pdf.c:1126 +msgid "_Resolution:" +msgstr "_Çözünürlük:" -#: plug-ins/common/film.c:1417 -#, fuzzy -msgid "_Number height:" -msgstr "Yükseklik:" +#: ../plug-ins/common/file-pdf.c:1400 +#, c-format +msgid "pixels/%s" +msgstr "benek/%s" -#: plug-ins/common/flarefx.c:196 -msgid "_FlareFX..." -msgstr "" +#: ../plug-ins/common/file-pix.c:142 ../plug-ins/common/file-pix.c:159 +msgid "Alias Pix image" +msgstr "Pix görüntüsü kısaltması" -#: plug-ins/common/flarefx.c:271 -msgid "Render Flare..." -msgstr "" +#: ../plug-ins/common/file-png.c:275 ../plug-ins/common/file-png.c:296 +#: ../plug-ins/common/file-png.c:316 ../plug-ins/common/file-png.c:333 +msgid "PNG image" +msgstr "PNG görüntüsü" -#: plug-ins/common/flarefx.c:308 -msgid "FlareFX" -msgstr "" +#: ../plug-ins/common/file-png.c:640 +#, c-format +msgid "Error loading PNG file: %s" +msgstr "PNG dosyasında yükleme hatası: %s" -#: plug-ins/common/flarefx.c:741 -msgid "Center of Flare Effect" +#: ../plug-ins/common/file-png.c:728 +#, c-format +msgid "Error creating PNG read struct while saving '%s'." msgstr "" -#: plug-ins/common/flarefx.c:777 -msgid "_Show cursor" -msgstr "" +#: ../plug-ins/common/file-png.c:738 +#, c-format +msgid "Error while reading '%s'. File corrupted?" +msgstr "'%s' okunurken hata oluştu. Bozuk dosya mı?" -#: plug-ins/common/fp.c:224 -msgid "Darker:" -msgstr "" +#: ../plug-ins/common/file-png.c:867 +#, c-format +msgid "Unknown color model in PNG file '%s'." +msgstr "PNG dosyası '%s' içinde bilinmeyen renk modeli." -#: plug-ins/common/fp.c:225 -msgid "Lighter:" +#: ../plug-ins/common/file-png.c:927 +msgid "" +"The PNG file specifies an offset that caused the layer to be positioned " +"outside the image." msgstr "" +"Png dosyası bir göreli konum belirtir katmanın resimin dışında da " +"hizalanabilmesi için." -#: plug-ins/common/fp.c:227 -msgid "More Sat:" +#: ../plug-ins/common/file-png.c:1262 +#, c-format +msgid "Error creating PNG write struct while saving '%s'." msgstr "" -#: plug-ins/common/fp.c:228 -msgid "Less Sat:" -msgstr "" +#: ../plug-ins/common/file-png.c:1272 +#, c-format +msgid "Error while saving '%s'. Could not save image." +msgstr "'%s' kaydedilirken hata oluştu. Görüntü kaydedilemedi." -#. All the previews -#: plug-ins/common/fp.c:230 plug-ins/common/fp.c:477 -msgid "Current:" -msgstr "" +#: ../plug-ins/common/file-png.c:1864 +msgid "Save as PNG" +msgstr "PNG olarak kaydet" -#: plug-ins/common/fp.c:321 -msgid "_Filter Pack..." -msgstr "" +#: ../plug-ins/common/file-png.c:1896 +msgid "_Interlacing (Adam7)" +msgstr "_Birleştirme (Adam 7)" -#: plug-ins/common/fp.c:361 -msgid "Convert the image to RGB first!" -msgstr "" +#: ../plug-ins/common/file-png.c:1907 +msgid "Save _background color" +msgstr "_Artalan rengini kaydet" -#: plug-ins/common/fp.c:366 -msgid "Applying the Filter Pack..." -msgstr "" +#: ../plug-ins/common/file-png.c:1915 +msgid "Save _gamma" +msgstr "_Gamayı kaydet" -#: plug-ins/common/fp.c:474 -msgid "Before and After" -msgstr "" +#: ../plug-ins/common/file-png.c:1925 +msgid "Save layer o_ffset" +msgstr "O_fset baskı tabakasını kaydet" -#: plug-ins/common/fp.c:481 -msgid "Original:" -msgstr "" +#: ../plug-ins/common/file-png.c:1934 +msgid "Save _resolution" +msgstr "_Çözünürlüğü kaydet" -#: plug-ins/common/fp.c:540 -msgid "Hue Variations" -msgstr "" +#: ../plug-ins/common/file-png.c:1944 +msgid "Save creation _time" +msgstr "Oluşturma _zamanını kaydet" -#: plug-ins/common/fp.c:594 -msgid "Roughness" -msgstr "" +#: ../plug-ins/common/file-png.c:1953 +msgid "Save comme_nt" +msgstr "Açıkla_mayı kaydet" -#: plug-ins/common/fp.c:637 -msgid "Affected Range" -msgstr "" +#: ../plug-ins/common/file-png.c:1969 +msgid "Save color _values from transparent pixels" +msgstr "Saydam beneklerden renk _değerlerini kaydet" -#: plug-ins/common/fp.c:641 -#, fuzzy -msgid "Sha_dows" -msgstr "Göster" +#: ../plug-ins/common/file-png.c:1983 +msgid "Co_mpression level:" +msgstr "Sı_kıştırma seviyesi:" -#: plug-ins/common/fp.c:642 -msgid "_Midtones" -msgstr "" +#: ../plug-ins/common/file-png.c:2001 ../plug-ins/file-jpeg/jpeg-save.c:1186 +msgid "_Load Defaults" +msgstr "Öntanımlı Ayarları _Yükle" -#: plug-ins/common/fp.c:643 -#, fuzzy -msgid "H_ighlights" -msgstr "Yükseklik:" +#: ../plug-ins/common/file-png.c:2009 +msgid "S_ave Defaults" +msgstr "Varsayılanları K_aydet" -#: plug-ins/common/fp.c:657 -msgid "Windows" -msgstr "" +#: ../plug-ins/common/file-pnm.c:248 +msgid "PNM Image" +msgstr "PNM Görüntüsü" -#: plug-ins/common/fp.c:667 plug-ins/common/lic.c:670 -msgid "_Saturation" -msgstr "" +#: ../plug-ins/common/file-pnm.c:268 +msgid "PNM image" +msgstr "PNM görüntüsü" -#: plug-ins/common/fp.c:675 -#, fuzzy -msgid "A_dvanced" -msgstr "Uzman" +#: ../plug-ins/common/file-pnm.c:280 +msgid "PBM image" +msgstr "PBM görüntüsü" -#: plug-ins/common/fp.c:695 -msgid "Value Variations" -msgstr "" +#: ../plug-ins/common/file-pnm.c:292 +msgid "PGM image" +msgstr "PGM görüntüsü" -#: plug-ins/common/fp.c:739 -msgid "Saturation Variations" -msgstr "" +#: ../plug-ins/common/file-pnm.c:304 +msgid "PPM image" +msgstr "PPM görüntüsü" -#: plug-ins/common/fp.c:791 -msgid "Select Pixels by" -msgstr "" +#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550 +#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570 +#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728 +msgid "Premature end of file." +msgstr "Dosyanın erken bitişi." + +#: ../plug-ins/common/file-pnm.c:530 +msgid "Invalid file." +msgstr "Geçersiz dosya." -#: plug-ins/common/fp.c:796 -#, fuzzy -msgid "H_ue" -msgstr "Mavi:" +#: ../plug-ins/common/file-pnm.c:544 +msgid "File not in a supported format." +msgstr "Dosya desteklenecek biçimde değil." -#: plug-ins/common/fp.c:797 -#, fuzzy -msgid "Satu_ration" -msgstr "Konum" +#: ../plug-ins/common/file-pnm.c:553 +msgid "Invalid X resolution." +msgstr "Geçersiz X çözünürlüğü" -#: plug-ins/common/fp.c:798 -#, fuzzy -msgid "V_alue" -msgstr "Değer" +#: ../plug-ins/common/file-pnm.c:555 +msgid "Image width is larger than GIMP can handle." +msgstr "Görüntü genişliği GIMP'in kaldırabileceğinden daha büyük." -#: plug-ins/common/fp.c:824 -msgid "Show" -msgstr "Göster" +#: ../plug-ins/common/file-pnm.c:562 +msgid "Invalid Y resolution." +msgstr "Geçersiz Y çözünürlüğü." -#: plug-ins/common/fp.c:829 -msgid "_Entire Image" -msgstr "" +#: ../plug-ins/common/file-pnm.c:564 +msgid "Image height is larger than GIMP can handle." +msgstr "Görüntü yüksekliği GIMP'in kaldırabileceğinden daha fazla." -#: plug-ins/common/fp.c:830 -#, fuzzy -msgid "Se_lection Only" -msgstr "Seç" +#: ../plug-ins/common/file-pnm.c:576 +msgid "Unsupported maximum value." +msgstr "Desteklenmeyen en yüksek değer." -#: plug-ins/common/fp.c:831 -msgid "Selec_tion In Context" -msgstr "" +#: ../plug-ins/common/file-pnm.c:781 +msgid "Error reading file." +msgstr "Dosya okunurken hata:" -#: plug-ins/common/fp.c:1143 -msgid "Filter Pack Simulation" -msgstr "" +#: ../plug-ins/common/file-pnm.c:1186 +msgid "Save as PNM" +msgstr "PNM olarak kaydet" -#: plug-ins/common/fp.c:1253 -msgid "Shadows:" -msgstr "" +#. file save type +#: ../plug-ins/common/file-pnm.c:1203 +msgid "Data formatting" +msgstr "Veri biçimlendirmesi" -#: plug-ins/common/fp.c:1254 -msgid "Midtones:" -msgstr "" +#: ../plug-ins/common/file-pnm.c:1207 +msgid "Raw" +msgstr "Ham" -#: plug-ins/common/fp.c:1255 -msgid "Highlights:" -msgstr "" +#: ../plug-ins/common/file-pnm.c:1208 +msgid "Ascii" +msgstr "Ascii" -#: plug-ins/common/fp.c:1267 -msgid "Advanced Filter Pack Options" -msgstr "" +#: ../plug-ins/common/file-ps.c:599 ../plug-ins/common/file-ps.c:691 +msgid "PostScript document" +msgstr "PostScript belgesi" -#: plug-ins/common/fp.c:1278 -msgid "Smoothness of Aliasing" -msgstr "" +#: ../plug-ins/common/file-ps.c:618 ../plug-ins/common/file-ps.c:707 +msgid "Encapsulated PostScript image" +msgstr "Kısaltılmış DipNot görüntüsü" -#: plug-ins/common/fp.c:1378 -msgid "Preview as You Drag" -msgstr "" +#: ../plug-ins/common/file-ps.c:638 +msgid "PDF document" +msgstr "PDF belgesi" -#: plug-ins/common/fp.c:1382 -msgid "Preview Size" -msgstr "" +#: ../plug-ins/common/file-ps.c:1050 +#, c-format +msgid "Could not interpret Postscript file '%s'" +msgstr "Postscript dosyası '%s' yorumlanamıyor." -#: plug-ins/common/fractaltrace.c:126 -msgid "_Fractal Trace..." -msgstr "" +#: ../plug-ins/common/file-ps.c:1192 +#, c-format +msgid "PostScript save cannot handle images with alpha channels" +msgstr "PostScript kaydı görüntü görünür kanalları ile yapılamıyor" -#: plug-ins/common/fractaltrace.c:466 plug-ins/common/fractaltrace.c:693 -msgid "Fractal Trace" +#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1765 +#, c-format +msgid "" +"Error starting Ghostscript. Make sure that Ghostscript is installed and - if " +"necessary - use the environment variable GS_PROG to tell GIMP about its " +"location.\n" +"(%s)" msgstr "" +"Ghostscript başlatılırken hata. Ghostscript'in yüklendiğinden ve -eğer " +"gerekliyse- GS_PROG ortam değişkeninin GIMP'e konumunu bildirmesi için " +"kullandığınızdan emin olun.\n" +"(%s)" -#. Settings -#: plug-ins/common/fractaltrace.c:726 -msgid "Outside Type" -msgstr "" +#: ../plug-ins/common/file-ps.c:1932 ../plug-ins/common/file-tiff-load.c:999 +#, c-format +msgid "Page %d" +msgstr "Sayfa %d" -#: plug-ins/common/fractaltrace.c:731 -msgid "_Warp" -msgstr "" +#: ../plug-ins/common/file-ps.c:2602 ../plug-ins/common/file-ps.c:2735 +#: ../plug-ins/common/file-ps.c:2887 ../plug-ins/common/file-ps.c:3013 +#: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612 +#: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974 +msgid "Write error occurred" +msgstr "Yazım hatası oluştu" -#: plug-ins/common/fractaltrace.c:737 -#, fuzzy -msgid "_White" -msgstr "Beyaz" +#: ../plug-ins/common/file-ps.c:3097 +msgid "Import from PostScript" +msgstr "PostScript' ten içeri aktar" -#: plug-ins/common/fractaltrace.c:744 -msgid "Mandelbrot Parameters" -msgstr "Mandelbrot Parametreleri" +#. Rendering +#: ../plug-ins/common/file-ps.c:3140 +msgid "Rendering" +msgstr "Taranıyor" -#: plug-ins/common/fractaltrace.c:755 -msgid "X_1:" -msgstr "X_1:" +#. Resolution +#: ../plug-ins/common/file-ps.c:3156 ../plug-ins/common/file-svg.c:929 +#: ../plug-ins/common/file-wmf.c:692 +msgid "Resolution:" +msgstr "Çözünürlük:" -#: plug-ins/common/fractaltrace.c:764 -msgid "X_2:" -msgstr "X_2:" +#: ../plug-ins/common/file-ps.c:3195 +msgid "Pages:" +msgstr "Sayfa:" -#: plug-ins/common/fractaltrace.c:773 -msgid "Y_1:" -msgstr "Y_1:" +#: ../plug-ins/common/file-ps.c:3202 +msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" +msgstr "Yüklenecek sayfalar (ör.: 1-4 veya 1,3,5-7)" -#: plug-ins/common/fractaltrace.c:782 -msgid "Y_2:" -msgstr "Y_2:" +#: ../plug-ins/common/file-ps.c:3206 ../plug-ins/common/sphere-designer.c:2646 +msgid "Layers" +msgstr "Katmanlar" -#: plug-ins/common/gauss.c:157 -#, fuzzy -msgid "_Gaussian Blur..." -msgstr "Bulanık" +#: ../plug-ins/common/file-ps.c:3208 +msgid "Images" +msgstr "Görüntüler" -#: plug-ins/common/gauss.c:413 -#, fuzzy -msgid "Gaussian Blur..." -msgstr "Bulanık" +#: ../plug-ins/common/file-ps.c:3211 +msgid "Open as" +msgstr "Farklı aç" -#: plug-ins/common/gauss.c:461 -msgid "Gaussian Blur" -msgstr "" +#: ../plug-ins/common/file-ps.c:3215 +msgid "Try Bounding Box" +msgstr "Çevreleyen Kutuyu Dene" -#. parameter settings -#: plug-ins/common/gauss.c:484 -msgid "Blur Radius" -msgstr "" +#. Colouring +#: ../plug-ins/common/file-ps.c:3228 +msgid "Coloring" +msgstr "Renklendirme" -#: plug-ins/common/gauss.c:498 plug-ins/common/jigsaw.c:2456 -#: plug-ins/common/spread.c:379 -#, fuzzy -msgid "_Horizontal:" -msgstr "Ufki" +#: ../plug-ins/common/file-ps.c:3232 +msgid "B/W" +msgstr "S/B" -#: plug-ins/common/gauss.c:502 plug-ins/common/jigsaw.c:2473 -#: plug-ins/common/spread.c:383 -#, fuzzy -msgid "_Vertical:" -msgstr "Dikey:" +#: ../plug-ins/common/file-ps.c:3234 ../plug-ins/common/file-xpm.c:479 +#: ../plug-ins/gimpressionist/color.c:66 +#: ../plug-ins/gimpressionist/general.c:170 +#: ../plug-ins/imagemap/imap_menu.c:213 +msgid "Color" +msgstr "Renk" -#: plug-ins/common/gauss.c:525 -msgid "Blur Method" -msgstr "" +#: ../plug-ins/common/file-ps.c:3235 ../plug-ins/file-fits/fits.c:1033 +msgid "Automatic" +msgstr "Otomatik" -#: plug-ins/common/gauss.c:529 -msgid "_IIR" -msgstr "" +#: ../plug-ins/common/file-ps.c:3245 +msgid "Text antialiasing" +msgstr "Metin yumuşatma" -#: plug-ins/common/gauss.c:530 -msgid "_RLE" -msgstr "" +#: ../plug-ins/common/file-ps.c:3250 ../plug-ins/common/file-ps.c:3262 +msgid "Weak" +msgstr "Zayıf" -#: plug-ins/common/gbr.c:130 plug-ins/common/gbr.c:151 -msgid "GIMP brush" -msgstr "" +#: ../plug-ins/common/file-ps.c:3251 ../plug-ins/common/file-ps.c:3263 +msgid "Strong" +msgstr "Güçlü" -#: plug-ins/common/gbr.c:369 plug-ins/common/gbr.c:381 -msgid "Unsupported brush format" -msgstr "" +#: ../plug-ins/common/file-ps.c:3257 +msgid "Graphic antialiasing" +msgstr "Grafik yumuşatma" -#: plug-ins/common/gbr.c:392 -#, c-format -msgid "Error in GIMP brush file '%s'" -msgstr "" +#: ../plug-ins/common/file-ps.c:3335 +msgid "Save as PostScript" +msgstr "PostScript olarak kaydet" -#: plug-ins/common/gbr.c:400 -#, c-format -msgid "Invalid UTF-8 string in brush file '%s'." -msgstr "" +#. Image Size +#: ../plug-ins/common/file-ps.c:3366 +msgid "Image Size" +msgstr "Görüntü Boyutu" -#: plug-ins/common/gbr.c:406 plug-ins/common/gih.c:497 -#: plug-ins/common/gih.c:1154 plug-ins/gflare/gflare.c:2991 -msgid "Unnamed" -msgstr "Isimsiz" +#: ../plug-ins/common/file-ps.c:3415 +msgid "_Keep aspect ratio" +msgstr "En-Boy oranını _Sakla" -#: plug-ins/common/gbr.c:578 -msgid "GIMP brushes are either GRAYSCALE or RGBA" +#: ../plug-ins/common/file-ps.c:3421 +msgid "" +"When toggled, the resulting image will be scaled to fit into the given size " +"without changing the aspect ratio." msgstr "" +"Seçildiği zaman, elde edilecek olan görüntü en-boy oranı değişmeden verilen " +"boyuta ölçeklenecek." -#: plug-ins/common/gbr.c:663 -msgid "Save as Brush" -msgstr "" +#. Unit +#: ../plug-ins/common/file-ps.c:3431 +msgid "Unit" +msgstr "Birim" -#. attach labels -#: plug-ins/common/gbr.c:683 plug-ins/common/grid.c:769 -msgid "Spacing:" -msgstr "Boşluk:" +#: ../plug-ins/common/file-ps.c:3435 +msgid "_Inch" +msgstr "_İnç" -#: plug-ins/common/gbr.c:694 plug-ins/common/gih.c:904 -#: plug-ins/common/pat.c:521 plug-ins/gimpressionist/presets.c:642 -msgid "Description:" -msgstr "Açıklama:" +#: ../plug-ins/common/file-ps.c:3436 +msgid "_Millimeter" +msgstr "_Milimetre" -#: plug-ins/common/gee.c:94 -msgid "Gee-_Slime" -msgstr "" +#. Rotation +#: ../plug-ins/common/file-ps.c:3447 +#: ../plug-ins/map-object/map-object-ui.c:1035 +msgid "Rotation" +msgstr "Döndürme" -#: plug-ins/common/gee.c:152 -msgid "GEE-SLIME" -msgstr "" +#. Format +#: ../plug-ins/common/file-ps.c:3462 +msgid "Output" +msgstr "Çıktı" -#: plug-ins/common/gee.c:158 plug-ins/common/gee_zoom.c:191 -msgid "Thank you for choosing GIMP" -msgstr "" +#: ../plug-ins/common/file-ps.c:3468 +msgid "_PostScript level 2" +msgstr "_PostScript seviye 2" -#: plug-ins/common/gee.c:166 -msgid "" -"A less-obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / " -"1998-2000" -msgstr "" +#: ../plug-ins/common/file-ps.c:3477 +msgid "_Encapsulated PostScript" +msgstr "_Kısaltılmış DipNot" -#: plug-ins/common/gee_zoom.c:124 -#, fuzzy -msgid "Gee-_Zoom" -msgstr "Yakınlaş" +#: ../plug-ins/common/file-ps.c:3486 +msgid "P_review" +msgstr "Ö_nizleme" -#: plug-ins/common/gee_zoom.c:185 -msgid "GEE-ZOOM" -msgstr "" +#: ../plug-ins/common/file-ps.c:3507 +msgid "Preview _size:" +msgstr "Önizleme _boyutu:" -#: plug-ins/common/gee_zoom.c:199 -msgid "" -"An obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / " -"1998-2000" -msgstr "" +#: ../plug-ins/common/file-psp.c:599 ../plug-ins/common/file-psp.c:623 +msgid "Paint Shop Pro image" +msgstr "Paint Shop Pro görüntüsü" -#: plug-ins/common/gif.c:402 plug-ins/common/gifload.c:143 -#, fuzzy -msgid "GIF image" -msgstr "Resim" +#: ../plug-ins/common/file-psp.c:640 +msgid "Save as PSP" +msgstr "PSP olarak kaydet" -#: plug-ins/common/gif.c:687 -msgid "Couldn't simply reduce colors further. Saving as opaque." -msgstr "" +#. file save type +#: ../plug-ins/common/file-psp.c:657 +msgid "Data Compression" +msgstr "Veri Sıkıştırma" -#: plug-ins/common/gif.c:909 -msgid "" -"The GIF format only supports comments in 7bit ASCII encoding. No comment is " -"saved." -msgstr "" +#: ../plug-ins/common/file-psp.c:662 +msgid "RLE" +msgstr "RLE" -#: plug-ins/common/gif.c:970 -msgid "" -"Cannot save RGB color images. Convert to indexed color or grayscale first." -msgstr "" +#: ../plug-ins/common/file-psp.c:663 +msgid "LZ77" +msgstr "LZ77" -#: plug-ins/common/gif.c:1113 -msgid "" -"Warning:\n" -"Transparent color in written file might be incorrect on viewers which don't " -"support transparency." -msgstr "" +#: ../plug-ins/common/file-raw.c:182 ../plug-ins/common/file-raw.c:197 +msgid "Raw image data" +msgstr "Ham görüntü verisi" -#: plug-ins/common/gif.c:1152 -msgid "Delay inserted to prevent evil CPU-sucking anim." -msgstr "" +#: ../plug-ins/common/file-raw.c:982 +msgid "Load Image from Raw Data" +msgstr "Görüntüyü Ham Veriden Yükle" -#: plug-ins/common/gif.c:1194 -msgid "GIF Warning" -msgstr "GIF Uyarısı" +#: ../plug-ins/common/file-raw.c:1015 +msgid "Image" +msgstr "Görüntü" -#: plug-ins/common/gif.c:1210 -msgid "" -"The image which you are trying to save as a GIF\n" -"contains layers which extend beyond the actual\n" -"borders of the image. This isn't allowed in GIFs,\n" -"I'm afraid.\n" -"\n" -"You may choose whether to crop all of the layers to\n" -"the image borders, or cancel this save." -msgstr "" +#: ../plug-ins/common/file-raw.c:1026 +msgid "RGB Alpha" +msgstr "RGB Görünür" -#: plug-ins/common/gif.c:1254 -msgid "Save as GIF" -msgstr "" +#: ../plug-ins/common/file-raw.c:1027 +msgid "Planar RGB" +msgstr "Düzlemsel RGB" -#. regular gif parameter settings -#: plug-ins/common/gif.c:1269 -msgid "GIF Options" -msgstr "GIF Seçenekleri" +#: ../plug-ins/common/file-raw.c:1028 +msgid "Indexed" +msgstr "Sıralanmış" -#: plug-ins/common/gif.c:1275 -#, fuzzy -msgid "_Interlace" -msgstr "_Etkileşimli" +#: ../plug-ins/common/file-raw.c:1029 +msgid "Indexed Alpha" +msgstr "Sıralanmış Görünür" -#: plug-ins/common/gif.c:1291 -#, fuzzy -msgid "_GIF comment:" -msgstr "GIF Açıklaması:" +#: ../plug-ins/common/file-raw.c:1034 +msgid "Image _Type:" +msgstr "Görüntü _Türü:" -#. additional animated gif parameter settings -#: plug-ins/common/gif.c:1348 -msgid "Animated GIF Options" -msgstr "Canlandırmalı GIF Seçenekleri" +#: ../plug-ins/common/file-raw.c:1084 +msgid "Palette" +msgstr "Palet" -#: plug-ins/common/gif.c:1354 -msgid "_Loop forever" -msgstr "" +#: ../plug-ins/common/file-raw.c:1094 ../plug-ins/common/file-raw.c:1193 +msgid "R, G, B (normal)" +msgstr "R, G, B (normal)" -#: plug-ins/common/gif.c:1367 -msgid "_Delay between frames where unspecified:" -msgstr "" +#: ../plug-ins/common/file-raw.c:1095 ../plug-ins/common/file-raw.c:1195 +msgid "B, G, R, X (BMP style)" +msgstr "B, G, R, X (BMP biçemi)" -#: plug-ins/common/gif.c:1380 plug-ins/common/mng.c:1522 -msgid "milliseconds" -msgstr "" +#: ../plug-ins/common/file-raw.c:1100 +msgid "_Palette Type:" +msgstr "_Palet Türü:" -#: plug-ins/common/gif.c:1390 -msgid "Frame disposal where unspecified: " -msgstr "" +#: ../plug-ins/common/file-raw.c:1111 +msgid "Off_set:" +msgstr "Göreli _konum:" -#: plug-ins/common/gif.c:1394 -msgid "I don't care" -msgstr "" +#: ../plug-ins/common/file-raw.c:1123 +msgid "Select Palette File" +msgstr "Palet Dosyasını Seç" -#: plug-ins/common/gif.c:1396 -msgid "Cumulative layers (combine)" -msgstr "" +#: ../plug-ins/common/file-raw.c:1129 +msgid "Pal_ette File:" +msgstr "Pal_et Dosyası:" -#: plug-ins/common/gif.c:1398 -msgid "One frame per layer (replace)" -msgstr "" +#: ../plug-ins/common/file-raw.c:1157 +msgid "Raw Image Save" +msgstr "Ham Görüntü Kaydı" -#: plug-ins/common/gif.c:2611 -msgid "Error writing output file." -msgstr "" +#: ../plug-ins/common/file-raw.c:1179 +msgid "RGB Save Type" +msgstr "RGB Kayıt Türü" -#: plug-ins/common/gif.c:2681 -#, c-format -msgid "The default comment is limited to %d characters." -msgstr "" +#: ../plug-ins/common/file-raw.c:1183 +msgid "Standard (R,G,B)" +msgstr "Standart (R,G,B)" -#: plug-ins/common/gifload.c:314 -msgid "This is not a GIF file" -msgstr "" +#: ../plug-ins/common/file-raw.c:1184 +msgid "Planar (RRR,GGG,BBB)" +msgstr "Düzlemsel (RRR,GGG,BBB)" -#: plug-ins/common/gifload.c:352 -msgid "Non-square pixels. Image might look squashed." -msgstr "" +#: ../plug-ins/common/file-raw.c:1189 +msgid "Indexed Palette Type" +msgstr "Sıralanmış Palet Türü" -#: plug-ins/common/gifload.c:867 -#, fuzzy, c-format -msgid "Background (%d%s)" -msgstr "Arkaplan" +#: ../plug-ins/common/file-sunras.c:217 ../plug-ins/common/file-sunras.c:237 +msgid "SUN Rasterfile image" +msgstr "SUN ızgaradosya görüntüsü" -#: plug-ins/common/gifload.c:915 plug-ins/common/iwarp.c:783 -#: plug-ins/common/iwarp.c:817 +#: ../plug-ins/common/file-sunras.c:402 #, c-format -msgid "Frame %d" -msgstr "Çerçeve %d" +msgid "Could not open '%s' as SUN-raster-file" +msgstr "'%s', SUN-raster-file olarak açılamadı" -#: plug-ins/common/gifload.c:917 -#, fuzzy, c-format -msgid "Frame %d (%d%s)" -msgstr "Çerçeve %d" +#: ../plug-ins/common/file-sunras.c:412 +msgid "The type of this SUN-rasterfile is not supported" +msgstr "Bu SUN-rasterfile türü desteklenmiyor" -#: plug-ins/common/gifload.c:947 +#: ../plug-ins/common/file-sunras.c:441 #, c-format -msgid "" -"GIF: Undocumented GIF composite type %d is not handled. Animation might not " -"play or re-save perfectly." -msgstr "" +msgid "Could not read color entries from '%s'" +msgstr "'%s'den renk girişleri okunamadı" -#: plug-ins/common/gih.c:205 plug-ins/common/gih.c:226 -msgid "GIMP brush (animated)" -msgstr "" +#: ../plug-ins/common/file-sunras.c:449 +msgid "Type of colormap not supported" +msgstr "Renk haritası türü destenlenmiyor" -#: plug-ins/common/gih.c:319 +#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:826 +#: ../plug-ins/common/file-xwd.c:489 #, c-format -msgid "Layer %s doesn't have an alpha channel, skipped" -msgstr "" - -#: plug-ins/common/gih.c:490 -msgid "Error in GIMP brush pipe file." +msgid "" +"'%s':\n" +"No image width specified" msgstr "" +"'%s':\n" +"Görüntü genişliği belirtilmedi" -#: plug-ins/common/gih.c:556 -msgid "GIMP brush file appears to be corrupted." +#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833 +#: ../plug-ins/common/file-xwd.c:498 +#, c-format +msgid "" +"'%s':\n" +"Image width is larger than GIMP can handle" msgstr "" +"'%s':\n" +"Görüntü genişliği GIMP'in kaldırabileceğinden daha büyük" -#: plug-ins/common/gih.c:704 -msgid "Couldn't load one brush in the pipe, giving up." +#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840 +#: ../plug-ins/common/file-xwd.c:506 +#, c-format +msgid "" +"'%s':\n" +"No image height specified" msgstr "" +"'%s':\n" +"Görüntü yüksekliği belirtilmedi" -#: plug-ins/common/gih.c:867 -msgid "Save as Brush Pipe" +#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847 +#: ../plug-ins/common/file-xwd.c:514 +#, c-format +msgid "" +"'%s':\n" +"Image height is larger than GIMP can handle" msgstr "" +"'%s':\n" +"Görüntü yüksekliği GIMP'in kaldırabileceğinden daha büyük" -#: plug-ins/common/gih.c:890 -#, fuzzy -msgid "Spacing (percent):" -msgstr "Boşluk:" +#: ../plug-ins/common/file-sunras.c:518 +msgid "This image depth is not supported" +msgstr "Bu görüntü derinliği desteklenmiyor" -#: plug-ins/common/gih.c:957 -msgid "Pixels" -msgstr "Piksel" +#: ../plug-ins/common/file-sunras.c:542 +#, c-format +msgid "SUNRAS save cannot handle images with alpha channels" +msgstr "SUNRAS kayıt biçimi görünür kanalını içeren resimleri saklayamaz." -#: plug-ins/common/gih.c:962 -#, fuzzy -msgid "Cell size:" -msgstr "Hücre Boyu:" +#: ../plug-ins/common/file-sunras.c:553 +msgid "Can't operate on unknown image types" +msgstr "Bilinmeyen görüntü türleri işlenemiyor" -#: plug-ins/common/gih.c:974 -#, fuzzy -msgid "Number of cells:" -msgstr "Hücre Sayısı:" +#: ../plug-ins/common/file-sunras.c:1082 ../plug-ins/common/file-sunras.c:1173 +#: ../plug-ins/common/file-sunras.c:1254 ../plug-ins/common/file-sunras.c:1349 +#: ../plug-ins/common/file-xwd.c:1348 ../plug-ins/common/file-xwd.c:1449 +#: ../plug-ins/common/file-xwd.c:1607 ../plug-ins/common/file-xwd.c:1807 +#: ../plug-ins/common/file-xwd.c:2064 ../plug-ins/file-fits/fits.c:697 +msgid "EOF encountered on reading" +msgstr "EOF okuma karşılaştırıldı" -#: plug-ins/common/gih.c:999 -msgid " Rows of " -msgstr "" +#: ../plug-ins/common/file-sunras.c:1629 +msgid "Save as SUNRAS" +msgstr "SUNRAS olarak kaydet" -#: plug-ins/common/gih.c:1011 -msgid " Columns on each layer" -msgstr "" +#. file save type +#: ../plug-ins/common/file-sunras.c:1646 +msgid "Data Formatting" +msgstr "Veri Biçimledirme" -#: plug-ins/common/gih.c:1015 -msgid " (Width Mismatch!) " -msgstr "" +#: ../plug-ins/common/file-sunras.c:1650 +msgid "RunLength Encoded" +msgstr "Yürütme Uzunluğu Kodlandı" -#: plug-ins/common/gih.c:1019 -msgid " (Height Mismatch!) " -msgstr "" +#: ../plug-ins/common/file-svg.c:140 +msgid "SVG image" +msgstr "Svg görüntüsü" -#: plug-ins/common/gih.c:1024 -msgid "Display as:" -msgstr "" +#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733 +msgid "Unknown reason" +msgstr "Bilinmeyen sebep" -#: plug-ins/common/gih.c:1033 -msgid "Dimension:" -msgstr "Boyut:" +#: ../plug-ins/common/file-svg.c:341 +msgid "Rendering SVG" +msgstr "SVG Taranıyor" -#: plug-ins/common/gih.c:1110 -msgid "Ranks:" -msgstr "" +#: ../plug-ins/common/file-svg.c:353 +msgid "Rendered SVG" +msgstr "SVG Tarandı" -#: plug-ins/common/glasstile.c:129 -msgid "_Glass Tile..." -msgstr "" +#: ../plug-ins/common/file-svg.c:567 ../plug-ins/common/file-wmf.c:358 +#, c-format +msgid "%d × %d" +msgstr "%d × %d" -#: plug-ins/common/glasstile.c:209 -msgid "Glass Tile..." +#: ../plug-ins/common/file-svg.c:575 +msgid "" +"SVG file does not\n" +"specify a size!" msgstr "" +"SVG dosyası\n" +"boyut belirtmiyor!" -#: plug-ins/common/glasstile.c:250 -msgid "Glass Tile" -msgstr "" +#. Scalable Vector Graphics is SVG, should perhaps not be translated +#: ../plug-ins/common/file-svg.c:742 +msgid "Render Scalable Vector Graphics" +msgstr "Ölçeklenmiş Vektör Grafiği Tara" -#: plug-ins/common/glasstile.c:281 -#, fuzzy -msgid "Tile _width:" -msgstr "Yeni Genişlik:" +#. Width and Height +#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571 +#: ../plug-ins/common/grid.c:724 +msgid "Width:" +msgstr "Genişlik:" -#: plug-ins/common/glasstile.c:295 plug-ins/common/mosaic.c:621 -#, fuzzy -msgid "Tile _height:" +#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577 +msgid "Height:" msgstr "Yükseklik:" -#: plug-ins/common/gqbist.c:415 -#, fuzzy -msgid "_Qbist..." -msgstr "Hakkında..." - -#: plug-ins/common/gqbist.c:514 -msgid "Qbist ..." -msgstr "" - -#: plug-ins/common/gqbist.c:695 -msgid "Load QBE file" -msgstr "" - -#: plug-ins/common/gqbist.c:733 -msgid "Save (middle transform) as QBE file" -msgstr "" +#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651 +msgid "_X ratio:" +msgstr "_X oran:" -#: plug-ins/common/gqbist.c:781 -msgid "G-Qbist" -msgstr "" +#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673 +msgid "_Y ratio:" +msgstr "_Y oran:" -#: plug-ins/common/gradmap.c:86 -#, fuzzy -msgid "_Gradient Map" -msgstr "_Gradyan" +#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687 +msgid "Constrain aspect ratio" +msgstr "En-boy oranını sabitle" -#: plug-ins/common/gradmap.c:124 -msgid "Gradient Map..." -msgstr "" +#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698 +#: ../plug-ins/print/print-page-layout.c:273 +#, c-format +msgid "pixels/%a" +msgstr "benek/%a" -#: plug-ins/common/grid.c:149 -#, fuzzy -msgid "_Grid..." -msgstr "Kılavuz" +#. Path Import +#: ../plug-ins/common/file-svg.c:955 +msgid "Import _paths" +msgstr "_Yolları içe aktar" -#: plug-ins/common/grid.c:242 -msgid "Drawing Grid..." +#: ../plug-ins/common/file-svg.c:961 +msgid "" +"Import path elements of the SVG so they can be used with the GIMP path tool" msgstr "" +"SVG elementlerinin yolunu içe aktar böylece bu elementler GIMP yol aracı ile " +"kullanılabilecek" -#: plug-ins/common/grid.c:621 plug-ins/gfig/gfig-dialog.c:1355 -#: plug-ins/imagemap/imap_menu.c:385 plug-ins/imagemap/imap_popup.c:153 -#: plug-ins/imagemap/imap_toolbar.c:163 -msgid "Grid" -msgstr "Kılavuz" +#: ../plug-ins/common/file-svg.c:974 +msgid "Merge imported paths" +msgstr "İçe aktarılmış yolları _birleştir" -#. attach labels -#: plug-ins/common/grid.c:696 -msgid "Horizontal" -msgstr "Ufki" +#: ../plug-ins/common/file-tga.c:245 ../plug-ins/common/file-tga.c:264 +msgid "TarGA image" +msgstr "TarGA görüntüsü" -#: plug-ins/common/grid.c:698 -msgid "Vertical" -msgstr "Dikey" +#: ../plug-ins/common/file-tga.c:455 +#, c-format +msgid "Cannot read footer from '%s'" +msgstr "'%s'den sayfa altlığı okunamadı" -#: plug-ins/common/grid.c:700 -msgid "Intersection" -msgstr "Kesişim" +#: ../plug-ins/common/file-tga.c:473 +#, c-format +msgid "Cannot read extension from '%s'" +msgstr "'%s'den uzantı okunamadı" -#. Width and Height -#: plug-ins/common/grid.c:703 plug-ins/common/svg.c:761 -#: plug-ins/common/wmf.c:548 plug-ins/print/gimp_main_window.c:992 -#: plug-ins/print/gimp_main_window.c:1199 -msgid "Width:" -msgstr "Genişlik:" +#: ../plug-ins/common/file-tga.c:485 +#, c-format +msgid "Cannot read header from '%s'" +msgstr "'%s'den sayfa başlığı okunamadı" -#. attach labels -#: plug-ins/common/grid.c:836 -msgid "Offset:" -msgstr "" +#: ../plug-ins/common/file-tga.c:1370 +msgid "Save as TGA" +msgstr "TGA olarak kaydet" -#. attach color selectors -#: plug-ins/common/grid.c:875 -msgid "Horizontal Color" -msgstr "Yatay Renk" +#. rle +#: ../plug-ins/common/file-tga.c:1393 +msgid "_RLE compression" +msgstr "_RLE sıkıştırması" -#: plug-ins/common/grid.c:893 -msgid "Vertical Color" -msgstr "Dikey Renk" +#: ../plug-ins/common/file-tga.c:1407 +msgid "Or_igin:" +msgstr "K_öken:" + +#: ../plug-ins/common/file-tga.c:1411 +msgid "Bottom left" +msgstr "Alt sol" + +#: ../plug-ins/common/file-tga.c:1412 +msgid "Top left" +msgstr "Üst sol" + +#: ../plug-ins/common/file-tiff-load.c:240 +#: ../plug-ins/common/file-tiff-save.c:182 +#: ../plug-ins/common/file-tiff-save.c:199 +msgid "TIFF image" +msgstr "TIFF görüntüsü" -#: plug-ins/common/grid.c:911 -msgid "Intersection Color" -msgstr "Kesişim Rengi" +#: ../plug-ins/common/file-tiff-load.c:310 +#, c-format +msgid "TIFF '%s' does not contain any directories" +msgstr "TIFF '%s' her hangi bir dizin içermiyor" -#: plug-ins/common/gtm.c:154 -msgid "HTML table" -msgstr "" +#: ../plug-ins/common/file-tiff-load.c:478 +msgid "Import from TIFF" +msgstr "TIFF'den al" -#: plug-ins/common/gtm.c:399 -msgid "GIMP Table Magic" -msgstr "" +#: ../plug-ins/common/file-tiff-load.c:780 +#, c-format +msgid "%s-%d-of-%d-pages" +msgstr "%s sayfanın %d %d si" -#: plug-ins/common/gtm.c:419 -msgid "Warning" -msgstr "Uyarı" +#: ../plug-ins/common/file-tiff-load.c:1015 +msgid "TIFF Channel" +msgstr "TIFF Kanalı" -#: plug-ins/common/gtm.c:430 +#: ../plug-ins/common/file-tiff-load.c:1024 +#: ../plug-ins/file-psd/psd-load.c:334 msgid "" -"You are about to create a huge\n" -"HTML file which will most likely\n" -"crash your browser." +"Warning:\n" +"The image you are loading has 16 bits per channel. GIMP can only handle 8 " +"bit, so it will be converted for you. Information will be lost because of " +"this conversion." msgstr "" +"Uyarı:\n" +"Yüklediğiniz görüntü kanal başına 16 bit'e sahip. GIMP sadece 8 bit " +"kullanabilir; bu yüzden, dönüştürülmesi gerekiyor. Bilgi, bu dönüşümden " +"dolayı kaybolacak." -#. HTML Page Options -#: plug-ins/common/gtm.c:439 -msgid "HTML Page Options" -msgstr "HTML Sayfa Seçenekleri" - -#: plug-ins/common/gtm.c:446 -#, fuzzy -msgid "_Generate full HTML document" -msgstr "_Tam HTML Belgesi Oluştur" - -#: plug-ins/common/gtm.c:452 +#: ../plug-ins/common/file-tiff-save.c:887 msgid "" -"If checked GTM will output a full HTML document with , , etc. " -"tags instead of just the table html." +"The TIFF format only supports comments in\n" +"7bit ASCII encoding. No comment is saved." msgstr "" +"TIFF biçimi, yalnızca 7bit ASCII kodlaması\n" +"yorumlarını destekler. Hiç bir komut kaydedilmedi." -#. HTML Table Creation Options -#: plug-ins/common/gtm.c:465 -msgid "Table Creation Options" -msgstr "Tablo Oluşturma Seçenekleri" - -#: plug-ins/common/gtm.c:473 -msgid "_Use cellspan" -msgstr "" +#: ../plug-ins/common/file-tiff-save.c:1061 +msgid "Save as TIFF" +msgstr "TIFF olarak kaydet" -#: plug-ins/common/gtm.c:479 -msgid "" -"If checked GTM will replace any rectangular sections of identically colored " -"blocks with one large cell with ROWSPAN and COLSPAN values." -msgstr "" +#. compression +#: ../plug-ins/common/file-tiff-save.c:1083 +msgid "Compression" +msgstr "Sıkıştırma" -#: plug-ins/common/gtm.c:488 -msgid "Co_mpress TD tags" -msgstr "" +#: ../plug-ins/common/file-tiff-save.c:1087 +msgid "_None" +msgstr "_Hiçbiri" -#: plug-ins/common/gtm.c:494 -msgid "" -"Checking this tag will cause GTM to leave no whitespace between the TD tags " -"and the cellcontent. This is only necessary for pixel level positioning " -"control." -msgstr "" +#: ../plug-ins/common/file-tiff-save.c:1088 +msgid "_LZW" +msgstr "_LZW" -#: plug-ins/common/gtm.c:504 -#, fuzzy -msgid "C_aption" -msgstr "Seçenekler" +#: ../plug-ins/common/file-tiff-save.c:1089 +msgid "_Pack Bits" +msgstr "_Paket Bitleri" -#: plug-ins/common/gtm.c:510 -msgid "Check if you would like to have the table captioned." -msgstr "" +#: ../plug-ins/common/file-tiff-save.c:1090 +msgid "_Deflate" +msgstr "_Söndür" -#: plug-ins/common/gtm.c:525 -msgid "The text for the table caption." -msgstr "" +#: ../plug-ins/common/file-tiff-save.c:1091 +msgid "_JPEG" +msgstr "_JPEG" -#: plug-ins/common/gtm.c:538 -#, fuzzy -msgid "C_ell content:" -msgstr "Büyüklük:" +#: ../plug-ins/common/file-tiff-save.c:1092 +msgid "CCITT Group _3 fax" +msgstr "CCITT Group _3 fax" -#: plug-ins/common/gtm.c:542 -msgid "The text to go into each cell." -msgstr "" +#: ../plug-ins/common/file-tiff-save.c:1093 +msgid "CCITT Group _4 fax" +msgstr "CCITT Grup _4 faks" -#. HTML Table Options -#: plug-ins/common/gtm.c:552 -msgid "Table Options" -msgstr "Tablo Seçenekleri" +#: ../plug-ins/common/file-tiff-save.c:1115 +msgid "Save _color values from transparent pixels" +msgstr "Saydam beneklerden _renk değerlerini kaydedin" -#: plug-ins/common/gtm.c:563 -msgid "_Border:" -msgstr "_Kenarlık:" +#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1246 +msgid "Comment:" +msgstr "Yorum:" -#: plug-ins/common/gtm.c:567 -msgid "The number of pixels in the table border." -msgstr "" +#: ../plug-ins/common/file-wmf.c:129 +msgid "Microsoft WMF file" +msgstr "Microsoft WMF dosyası" -#: plug-ins/common/gtm.c:582 -msgid "The width for each table cell. Can be a number or a percent." +#: ../plug-ins/common/file-wmf.c:352 +msgid "" +"WMF file does not\n" +"specify a size!" msgstr "" +"WMF dosyası\n" +"boyut belirtmiyor!" -#: plug-ins/common/gtm.c:598 -msgid "The height for each table cell. Can be a number or a percent." -msgstr "" +#: ../plug-ins/common/file-wmf.c:500 +msgid "Render Windows Metafile" +msgstr "Windows Meta Dosyasını Tarama" -#: plug-ins/common/gtm.c:609 -#, fuzzy -msgid "Cell-_padding:" -msgstr "Boşluk:" +#: ../plug-ins/common/file-wmf.c:963 +#, c-format +msgid "Could not open '%s' for reading" +msgstr "'%s' dosyası okumak için açılamadı" -#: plug-ins/common/gtm.c:613 -msgid "The amount of cellpadding." -msgstr "" +#: ../plug-ins/common/file-wmf.c:1003 +msgid "Rendered WMF" +msgstr "WMF Tarandı" -#: plug-ins/common/gtm.c:622 -#, fuzzy -msgid "Cell-_spacing:" -msgstr "Boşluk:" +#: ../plug-ins/common/file-xbm.c:176 ../plug-ins/common/file-xbm.c:194 +msgid "X BitMap image" +msgstr "X Bit Eşlem görüntüsü" -#: plug-ins/common/gtm.c:626 -msgid "The amount of cellspacing." +#: ../plug-ins/common/file-xbm.c:819 +#, c-format +msgid "" +"'%s':\n" +"Could not read header (ftell == %ld)" msgstr "" +"'%s':\n" +"Başlık okunamadı (ftell == %ld)" -#: plug-ins/common/guillotine.c:72 -msgid "_Guillotine" +#: ../plug-ins/common/file-xbm.c:854 +#, c-format +msgid "" +"'%s':\n" +"No image data type specified" msgstr "" +"'%s':\n" +"Görüntü veri türü tanımlanmadı" -#: plug-ins/common/guillotine.c:104 -msgid "Guillotine..." +#. The image is not black-and-white. +#: ../plug-ins/common/file-xbm.c:997 +msgid "" +"The image which you are trying to save as an XBM contains more than two " +"colors.\n" +"\n" +"Please convert it to a black and white (1-bit) indexed image and try again." msgstr "" +"Bir XBM olarak kaydetmeye çalıştığınız görüntü iki renkten daha fazlasını " +"içeriyor.\n" +"\n" +"Lütfen siyah ve beyaz (1-bit) sıralı görüntüye dönüştürün ve yeniden deneyin." -#: plug-ins/common/header.c:75 -msgid "C source code header" +#: ../plug-ins/common/file-xbm.c:1008 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." msgstr "" +"Hiçbir görünür kanalı olmayan bir görüntü için\n" +"imleç maskeyi kaydedemezsiniz." -#: plug-ins/common/hot.c:217 -#, fuzzy -msgid "_Hot..." -msgstr "Hakkında..." +#: ../plug-ins/common/file-xbm.c:1185 +msgid "Save as XBM" +msgstr "XBM olarak kaydet" -#: plug-ins/common/hot.c:379 -#, fuzzy -msgid "Hot..." -msgstr "Hakkında..." +#. parameter settings +#: ../plug-ins/common/file-xbm.c:1202 +msgid "XBM Options" +msgstr "XBM Seçenekleri" -#: plug-ins/common/hot.c:570 -msgid "Hot" -msgstr "Sıcak" +#. X10 format +#: ../plug-ins/common/file-xbm.c:1212 +msgid "_X10 format bitmap" +msgstr "_X10 biçimli bit eşlem" -#: plug-ins/common/hot.c:600 -#, fuzzy -msgid "Create _New layer" -msgstr "Yeni _Katman Oluştur" +#: ../plug-ins/common/file-xbm.c:1232 +msgid "_Identifier prefix:" +msgstr "_Tanıtıcı önek:" -#: plug-ins/common/hot.c:609 -msgid "Action" -msgstr "Eylem" +#. hotspot toggle +#: ../plug-ins/common/file-xbm.c:1254 +msgid "_Write hot spot values" +msgstr "Etkin nokta değerlerini _yaz" -#: plug-ins/common/hot.c:613 -msgid "Reduce _Luminance" -msgstr "" +#: ../plug-ins/common/file-xbm.c:1276 +msgid "Hot spot _X:" +msgstr "Etkin nokta _X:" -#: plug-ins/common/hot.c:614 -msgid "Reduce _Saturation" -msgstr "" +#: ../plug-ins/common/file-xbm.c:1286 +msgid "Hot spot _Y:" +msgstr "Etkin nokta _Y:" -#: plug-ins/common/hot.c:615 plug-ins/common/waves.c:275 -#, fuzzy -msgid "_Blacken" -msgstr "Siyah" +#. mask file +#: ../plug-ins/common/file-xbm.c:1293 +msgid "Mask File" +msgstr "Maske Dosyası" -#: plug-ins/common/illusion.c:101 -msgid "_Illusion..." -msgstr "" +#: ../plug-ins/common/file-xbm.c:1303 +msgid "W_rite extra mask file" +msgstr "Fazla maske dosyasını _yaz" -#: plug-ins/common/illusion.c:173 -msgid "Illusion..." -msgstr "" +#: ../plug-ins/common/file-xbm.c:1316 +msgid "_Mask file extension:" +msgstr "_Maske dosyası eklentisi:" -#: plug-ins/common/illusion.c:394 -msgid "Illusion" -msgstr "" +#: ../plug-ins/common/file-xpm.c:174 ../plug-ins/common/file-xpm.c:199 +msgid "X PixMap image" +msgstr "X Pix Eşlem resmi" -#: plug-ins/common/illusion.c:423 -#, fuzzy -msgid "_Divisions:" -msgstr "Açıklama:" +#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773 +#, c-format +msgid "Error opening file '%s'" +msgstr "'%s' dosya açılırken hata" -#: plug-ins/common/illusion.c:433 -#, fuzzy -msgid "Mode _1" -msgstr "Taşı" +#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779 +msgid "XPM file invalid" +msgstr "Geçersiz XPM dosyası" -#: plug-ins/common/illusion.c:448 -#, fuzzy -msgid "Mode _2" -msgstr "Taşı" +#: ../plug-ins/common/file-xpm.c:805 +msgid "Save as XPM" +msgstr "XPM olarak kaydet" -#: plug-ins/common/iwarp.c:254 -msgid "_IWarp..." -msgstr "" +#: ../plug-ins/common/file-xpm.c:829 +msgid "_Alpha threshold:" +msgstr "_Görünür eşiği:" -#: plug-ins/common/iwarp.c:688 -msgid "Warping..." -msgstr "" +#: ../plug-ins/common/file-xwd.c:278 ../plug-ins/common/file-xwd.c:298 +msgid "X window dump" +msgstr "X pencere yığını" -#: plug-ins/common/iwarp.c:793 plug-ins/common/iwarp.c:805 +#: ../plug-ins/common/file-xwd.c:442 #, c-format -msgid "Warping Frame No. %d..." -msgstr "" +msgid "Could not read XWD header from '%s'" +msgstr "'%s' dosyasından XWD başlığı okunamadı" -#: plug-ins/common/iwarp.c:806 -#, fuzzy -msgid "Ping pong" -msgstr "_Ping Pong" +#: ../plug-ins/common/file-xwd.c:480 +msgid "Can't read color entries" +msgstr "Renk girdileri okunamıyor" -#: plug-ins/common/iwarp.c:941 -msgid "A_nimate" -msgstr "_Canlandır" +#: ../plug-ins/common/file-xwd.c:570 +#, c-format +msgid "" +"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is " +"not supported." +msgstr "" +"XWD-dosyası %s %d biçimi, %d derinlik ve benek başına düşen bit ise %d dir. " +"Şu anda bu biçim desteklenmiyor." -#: plug-ins/common/iwarp.c:960 -msgid "Number of _Frames:" -msgstr "_Çerçeve Sayısı:" +#: ../plug-ins/common/file-xwd.c:593 +msgid "Cannot save images with alpha channels." +msgstr "Görüntüler görünür kanalıyla kaydedilemiyor." -#: plug-ins/common/iwarp.c:969 -#, fuzzy -msgid "R_everse" -msgstr "Yeniden boyutlandır" +#: ../plug-ins/common/file-xwd.c:2195 +msgid "Error during writing indexed/gray image" +msgstr "Sıralanmış/gri görüntü yazma sırasında hata" -#: plug-ins/common/iwarp.c:978 -msgid "_Ping Pong" -msgstr "_Ping Pong" +#: ../plug-ins/common/file-xwd.c:2293 +msgid "Error during writing rgb image" +msgstr "rgb görüntü yazılırken hata" -#: plug-ins/common/iwarp.c:991 -msgid "_Animate" -msgstr "_Canlandır" +#: ../plug-ins/common/film.c:217 +msgid "Combine several images on a film strip" +msgstr "Bir film şeridi üzerinde değişik görüntüleri birleştirin" + +#: ../plug-ins/common/film.c:222 +msgid "_Filmstrip..." +msgstr "_Film şeridi..." + +#: ../plug-ins/common/film.c:307 +msgid "Composing images" +msgstr "Görüntüleri oluşturma" -#: plug-ins/common/iwarp.c:1012 -msgid "Deform Mode" -msgstr "" +#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216 +#: ../plug-ins/help-browser/dialog.c:1120 +msgid "Untitled" +msgstr "İsimsiz" -#: plug-ins/common/iwarp.c:1025 -#, fuzzy -msgid "_Move" -msgstr "Taşı" +#: ../plug-ins/common/film.c:879 +msgid "Available images:" +msgstr "Varolan görüntüler:" + +#: ../plug-ins/common/film.c:880 +msgid "On film:" +msgstr "Film üzerinde:" -#: plug-ins/common/iwarp.c:1026 -msgid "_Grow" -msgstr "_Genişle" +#. Film height/colour +#: ../plug-ins/common/film.c:976 ../plug-ins/common/film.c:1248 +msgid "Filmstrip" +msgstr "Film şeridi" -#: plug-ins/common/iwarp.c:1027 -msgid "S_wirl CCW" -msgstr "" +#. Keep maximum image height +#: ../plug-ins/common/film.c:985 +msgid "_Fit height to images" +msgstr "Görüntülere _Uygun yükseklik" -#: plug-ins/common/iwarp.c:1028 -#, fuzzy -msgid "Remo_ve" -msgstr "Sil" +#. Film color +#: ../plug-ins/common/film.c:1021 +msgid "Select Film Color" +msgstr "Film Rengini Seç" -#: plug-ins/common/iwarp.c:1029 -msgid "S_hrink" -msgstr "_Daralt" +#: ../plug-ins/common/film.c:1026 ../plug-ins/common/film.c:1076 +#: ../plug-ins/common/nova.c:353 +msgid "Co_lor:" +msgstr "_Renk:" -#: plug-ins/common/iwarp.c:1030 -msgid "Sw_irl CW" -msgstr "" +#. Film numbering: Startindex/Font/colour +#: ../plug-ins/common/film.c:1035 +msgid "Numbering" +msgstr "Numaralandırma" -#: plug-ins/common/iwarp.c:1059 -msgid "_Deform radius:" -msgstr "" +#: ../plug-ins/common/film.c:1053 +msgid "Start _index:" +msgstr "_Dizini başlat:" -#: plug-ins/common/iwarp.c:1069 -#, fuzzy -msgid "D_eform amount:" -msgstr "_Miktar:" +#: ../plug-ins/common/film.c:1066 +msgid "_Font:" +msgstr "_Yazıyüzü:" -#: plug-ins/common/iwarp.c:1078 -msgid "_Bilinear" -msgstr "" +#. Numbering color +#: ../plug-ins/common/film.c:1071 +msgid "Select Number Color" +msgstr "Renk Numarasını Seç" -#: plug-ins/common/iwarp.c:1092 -msgid "Adaptive s_upersample" -msgstr "" +#: ../plug-ins/common/film.c:1086 +msgid "At _bottom" +msgstr "_Altta" -#: plug-ins/common/iwarp.c:1112 -#, fuzzy -msgid "Ma_x depth:" -msgstr "Azami Derinlik:" +#: ../plug-ins/common/film.c:1087 +msgid "At _top" +msgstr "_Üstte" -#: plug-ins/common/iwarp.c:1122 -msgid "Thresho_ld:" -msgstr "" +#. ** The right frame keeps the image selection ** +#: ../plug-ins/common/film.c:1100 +msgid "Image Selection" +msgstr "Görüntü Seçimi" -#: plug-ins/common/iwarp.c:1135 plug-ins/common/sinus.c:764 -#: plug-ins/gflare/gflare.c:2795 -msgid "_Settings" -msgstr "_Ayarlar" +#: ../plug-ins/common/film.c:1128 +msgid "All Values are Fractions of the Strip Height" +msgstr "Tüm Değerler, Şerit Yüksekliğinin Parçalarıdır" -#: plug-ins/common/iwarp.c:1151 -msgid "IWarp" -msgstr "" +#: ../plug-ins/common/film.c:1131 +msgid "Ad_vanced" +msgstr "_Gelişmiş" -#: plug-ins/common/jigsaw.c:364 -msgid "_Jigsaw..." -msgstr "" +#: ../plug-ins/common/film.c:1150 +msgid "Image _height:" +msgstr "Görüntü _yüksekliği:" -#: plug-ins/common/jigsaw.c:418 -msgid "Assembling Jigsaw..." -msgstr "" +#: ../plug-ins/common/film.c:1161 +msgid "Image spac_ing:" +msgstr "Görüntü boşl_uğu:" -#: plug-ins/common/jigsaw.c:2423 -msgid "Jigsaw" -msgstr "" +#: ../plug-ins/common/film.c:1172 +msgid "_Hole offset:" +msgstr "_Boşluk konumu:" -#: plug-ins/common/jigsaw.c:2444 -msgid "Number of Tiles" -msgstr "" +#: ../plug-ins/common/film.c:1183 +msgid "Ho_le width:" +msgstr "De_lik genişliği:" -#: plug-ins/common/jigsaw.c:2459 -msgid "Number of pieces going across" -msgstr "" +#: ../plug-ins/common/film.c:1194 +msgid "Hol_e height:" +msgstr "Deli_k yüksekliği:" -#: plug-ins/common/jigsaw.c:2476 -msgid "Number of pieces going down" -msgstr "" +#: ../plug-ins/common/film.c:1205 +msgid "Hole sp_acing:" +msgstr "Delik ar_alığı:" -#: plug-ins/common/jigsaw.c:2490 -msgid "Bevel Edges" -msgstr "" +#: ../plug-ins/common/film.c:1216 +msgid "_Number height:" +msgstr "_Sayı yüksekliği" -#: plug-ins/common/jigsaw.c:2500 -#, fuzzy -msgid "_Bevel width:" -msgstr "Genişlik:" +#. These values are translated for the GUI but also used internally +#. to figure out which button the user pushed, etc. +#. Not my design, please don't blame me -- njl +#: ../plug-ins/common/filter-pack.c:220 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:953 +msgid "Red:" +msgstr "Kırmızı:" -#: plug-ins/common/jigsaw.c:2504 -msgid "Degree of slope of each piece's edge" -msgstr "" +#: ../plug-ins/common/filter-pack.c:221 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:963 +msgid "Green:" +msgstr "Yeşil:" -#: plug-ins/common/jigsaw.c:2517 -#, fuzzy -msgid "H_ighlight:" -msgstr "Yükseklik:" +#: ../plug-ins/common/filter-pack.c:222 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:973 +msgid "Blue:" +msgstr "Mavi:" -#: plug-ins/common/jigsaw.c:2521 -msgid "The amount of highlighting on the edges of each piece" -msgstr "" +#: ../plug-ins/common/filter-pack.c:223 +msgid "Cyan:" +msgstr "Turkuaz:" -#. frame for primitive radio buttons -#: plug-ins/common/jigsaw.c:2538 -msgid "Jigsaw Style" -msgstr "" +#: ../plug-ins/common/filter-pack.c:224 +msgid "Yellow:" +msgstr "Sarı:" -#: plug-ins/common/jigsaw.c:2542 -msgid "_Square" -msgstr "" +#: ../plug-ins/common/filter-pack.c:225 +msgid "Magenta:" +msgstr "Macenta:" -#: plug-ins/common/jigsaw.c:2543 -msgid "C_urved" -msgstr "" +#: ../plug-ins/common/filter-pack.c:227 +msgid "Darker:" +msgstr "Daha koyu:" -#: plug-ins/common/jigsaw.c:2547 -msgid "Each piece has straight sides" -msgstr "" +#: ../plug-ins/common/filter-pack.c:228 +msgid "Lighter:" +msgstr "Daha açık:" -#: plug-ins/common/jigsaw.c:2548 -msgid "Each piece has curved sides" -msgstr "" +#: ../plug-ins/common/filter-pack.c:230 +msgid "More Sat:" +msgstr "Daha çok Doygunluk:" -#: plug-ins/common/jpeg.c:372 plug-ins/common/jpeg.c:410 -msgid "JPEG image" -msgstr "" +#: ../plug-ins/common/filter-pack.c:231 +msgid "Less Sat:" +msgstr "Daha az Doygunluk:" -#: plug-ins/common/jpeg.c:516 -msgid "Export Preview" -msgstr "" +#: ../plug-ins/common/filter-pack.c:233 ../plug-ins/common/filter-pack.c:532 +msgid "Current:" +msgstr "Şimdiki:" -#: plug-ins/common/jpeg.c:880 -msgid "EXIF data will be ignored." -msgstr "" +#: ../plug-ins/common/filter-pack.c:317 +msgid "Interactively modify the image colors" +msgstr "Etkileşimli olarak görüntü renklerini düzenle" -#: plug-ins/common/jpeg.c:1094 -msgid "JPEG preview" -msgstr "" +#: ../plug-ins/common/filter-pack.c:322 +msgid "_Filter Pack..." +msgstr "_Süzgeç Paketi..." -#: plug-ins/common/jpeg.c:1356 -#, c-format -msgid "File size: %02.01f kB" -msgstr "" +#: ../plug-ins/common/filter-pack.c:372 +msgid "FP can only be used on RGB images." +msgstr "FP sadece RGB görüntülerinde kullanılabilir." -#: plug-ins/common/jpeg.c:1809 plug-ins/common/jpeg.c:1909 -#, fuzzy -msgid "File size: unknown" -msgstr "Döşeme _Boyutu:" +#: ../plug-ins/common/filter-pack.c:382 +msgid "FP can only be run interactively." +msgstr "FP sadece etkileşimli olarak çalışabilir." -#: plug-ins/common/jpeg.c:1874 -msgid "Save as JPEG" -msgstr "" +#: ../plug-ins/common/filter-pack.c:400 +msgid "Applying filter pack" +msgstr "Süzgeç paketi uygulanıyor" -#: plug-ins/common/jpeg.c:1895 -#, fuzzy -msgid "_Quality:" -msgstr "Çık" +#: ../plug-ins/common/filter-pack.c:524 +msgid "Original:" +msgstr "Özgün:" -#: plug-ins/common/jpeg.c:1899 -#, fuzzy -msgid "JPEG quality parameter" -msgstr "_Parametreler" +#: ../plug-ins/common/filter-pack.c:576 +msgid "Hue Variations" +msgstr "Renk Tonu Değişimleri" -#: plug-ins/common/jpeg.c:1918 -msgid "Show _Preview in image window" -msgstr "" +#: ../plug-ins/common/filter-pack.c:631 +msgid "Roughness" +msgstr "Pürüzlülük" -#: plug-ins/common/jpeg.c:1931 -#, fuzzy -msgid "_Advanced Options" -msgstr "Kaydetme seçenekleri" +#: ../plug-ins/common/filter-pack.c:674 ../plug-ins/common/filter-pack.c:1317 +msgid "Affected Range" +msgstr "Etkilenen Alan" -#: plug-ins/common/jpeg.c:1959 -#, fuzzy -msgid "_Smoothing:" -msgstr "_Ayarlar" +#: ../plug-ins/common/filter-pack.c:678 +msgid "Sha_dows" +msgstr "_Gölgeler" + +#: ../plug-ins/common/filter-pack.c:679 +msgid "_Midtones" +msgstr "_Ortatonlar" -#: plug-ins/common/jpeg.c:1972 -#, fuzzy -msgid "Frequency (rows):" -msgstr "_Frekanslar" +#: ../plug-ins/common/filter-pack.c:680 +msgid "H_ighlights" +msgstr "V_urgulamalar" -#: plug-ins/common/jpeg.c:1986 -msgid "Use restart markers" -msgstr "" +#: ../plug-ins/common/filter-pack.c:694 +msgid "Windows" +msgstr "Pencereler" -#: plug-ins/common/jpeg.c:2001 plug-ins/xjt/xjt.c:860 -msgid "Optimize" -msgstr "" +#: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672 +msgid "_Saturation" +msgstr "_Doygunluk" -#: plug-ins/common/jpeg.c:2015 -msgid "Progressive" -msgstr "" +#: ../plug-ins/common/filter-pack.c:712 +msgid "A_dvanced" +msgstr "_Gelişmiş" -#: plug-ins/common/jpeg.c:2034 -msgid "Force baseline JPEG" -msgstr "" +#: ../plug-ins/common/filter-pack.c:732 +msgid "Value Variations" +msgstr "Değer Değişimleri" -#: plug-ins/common/jpeg.c:2050 -msgid "Save EXIF data" -msgstr "" +#: ../plug-ins/common/filter-pack.c:777 +msgid "Saturation Variations" +msgstr "Doygunluk Değişimleri" -#: plug-ins/common/jpeg.c:2064 -#, fuzzy -msgid "Save thumbnail" -msgstr "Kaydet" +#: ../plug-ins/common/filter-pack.c:830 +msgid "Select Pixels By" +msgstr "Şuna göre seç Benek'leri" -#. Subsampling -#: plug-ins/common/jpeg.c:2078 -msgid "Subsampling:" -msgstr "" +#: ../plug-ins/common/filter-pack.c:835 +msgid "H_ue" +msgstr "Renk _Özü" -#. DCT method -#: plug-ins/common/jpeg.c:2105 -msgid "DCT method:" -msgstr "" +#: ../plug-ins/common/filter-pack.c:836 +msgid "Satu_ration" +msgstr "D_oygunluk" -#: plug-ins/common/jpeg.c:2111 -msgid "Fast Integer" -msgstr "" +#: ../plug-ins/common/filter-pack.c:837 +msgid "V_alue" +msgstr "D_eğer" -#: plug-ins/common/jpeg.c:2112 -msgid "Integer" -msgstr "" +#: ../plug-ins/common/filter-pack.c:863 +msgid "Show" +msgstr "Göster" -#: plug-ins/common/jpeg.c:2113 -msgid "Floating-Point" -msgstr "" +#: ../plug-ins/common/filter-pack.c:868 +msgid "_Entire image" +msgstr "_Bütün görüntü" + +#: ../plug-ins/common/filter-pack.c:869 +msgid "Se_lection only" +msgstr "Sadece se_çim" + +#: ../plug-ins/common/filter-pack.c:870 +msgid "Selec_tion in context" +msgstr "İçerikten _seçim" -#: plug-ins/common/jpeg.c:2127 -msgid "Comment" -msgstr "Açıklama" +#: ../plug-ins/common/filter-pack.c:1201 +msgid "Filter Pack Simulation" +msgstr "Süzgeç Paketi Benzetimi" -#: plug-ins/common/jpeg.c:2280 -#, c-format -msgid "Opening thumbnail for '%s'..." -msgstr "" +#: ../plug-ins/common/filter-pack.c:1290 +msgid "Shadows:" +msgstr "Gölgeler:" -#: plug-ins/common/laplace.c:95 -msgid "_Laplace" -msgstr "_Laplace" +#: ../plug-ins/common/filter-pack.c:1291 +msgid "Midtones:" +msgstr "Ortatonlar:" -#: plug-ins/common/laplace.c:228 -msgid "Laplace..." -msgstr "" +#: ../plug-ins/common/filter-pack.c:1292 +msgid "Highlights:" +msgstr "Vurgulamalar" -#: plug-ins/common/laplace.c:305 -msgid "Cleanup..." -msgstr "" +#: ../plug-ins/common/filter-pack.c:1305 +msgid "Advanced Filter Pack Options" +msgstr "Gelişmiş Süzgeç Paketi Ayarları" -#: plug-ins/common/lic.c:571 -msgid "Van Gogh (LIC)..." -msgstr "" +#. ****************** MISC OPTIONS ************************** +#: ../plug-ins/common/filter-pack.c:1417 +msgid "Preview Size" +msgstr "Önizleme Boyutu" -#: plug-ins/common/lic.c:646 -msgid "Van Gogh (LIC)" -msgstr "" +#: ../plug-ins/common/fractal-trace.c:116 +msgid "Transform image with the Mandelbrot Fractal" +msgstr "Mandelbrot Kesiri ile resimi dönüştür" -#: plug-ins/common/lic.c:664 -msgid "Effect Channel" -msgstr "" +#: ../plug-ins/common/fractal-trace.c:121 +msgid "_Fractal Trace..." +msgstr "_Kesir İzi..." -#: plug-ins/common/lic.c:671 -msgid "_Brightness" -msgstr "" +#: ../plug-ins/common/fractal-trace.c:460 +#: ../plug-ins/common/fractal-trace.c:691 +msgid "Fractal Trace" +msgstr "Kesir İzi" -#: plug-ins/common/lic.c:677 -msgid "Effect Operator" -msgstr "" +#. Settings +#: ../plug-ins/common/fractal-trace.c:731 +msgid "Outside Type" +msgstr "Dış Tip" -#: plug-ins/common/lic.c:682 -msgid "_Derivative" -msgstr "" +#: ../plug-ins/common/fractal-trace.c:742 +msgid "_White" +msgstr "_Beyaz" -#: plug-ins/common/lic.c:683 -msgid "_Gradient" -msgstr "_Gradyan" +#: ../plug-ins/common/fractal-trace.c:749 +msgid "Mandelbrot Parameters" +msgstr "Mandelbrot Parametreleri" -#: plug-ins/common/lic.c:689 -msgid "Convolve" -msgstr "" +#: ../plug-ins/common/fractal-trace.c:760 +msgid "X_1:" +msgstr "X_1:" -#: plug-ins/common/lic.c:694 -msgid "_With white noise" -msgstr "" +#: ../plug-ins/common/fractal-trace.c:769 +msgid "X_2:" +msgstr "X_2:" -#: plug-ins/common/lic.c:695 -msgid "W_ith source image" -msgstr "" +#: ../plug-ins/common/fractal-trace.c:778 +msgid "Y_1:" +msgstr "Y_1:" -#: plug-ins/common/lic.c:714 -msgid "_Effect Image:" -msgstr "" +#: ../plug-ins/common/fractal-trace.c:787 +msgid "Y_2:" +msgstr "Y_2:" -#: plug-ins/common/lic.c:725 -#, fuzzy -msgid "_Filter length:" -msgstr "Sol:" +#: ../plug-ins/common/gee-zoom.c:121 ../plug-ins/common/gee.c:99 +msgid "A big hello from the GIMP team!" +msgstr "GIMP takımından kocaman bir merhaba!" -#: plug-ins/common/lic.c:734 -msgid "_Noise magnitude:" -msgstr "" +#: ../plug-ins/common/gee-zoom.c:126 ../plug-ins/common/gee-zoom.c:186 +msgid "Gee Zoom" +msgstr "Gee Yakınlaştırması" -#: plug-ins/common/lic.c:743 -msgid "In_tegration steps:" -msgstr "" +#: ../plug-ins/common/gee-zoom.c:192 ../plug-ins/common/gee.c:166 +msgid "Thank You for Choosing GIMP" +msgstr "GIMP'i Seçtiğiniz için Teşekkürler" -#: plug-ins/common/lic.c:752 -#, fuzzy -msgid "_Minimum value:" -msgstr "Yükseklik:" +#: ../plug-ins/common/gee-zoom.c:200 +#, c-format +msgid "An obsolete creation by %s" +msgstr "%s ile eski oluşturma" -#: plug-ins/common/lic.c:761 -#, fuzzy -msgid "M_aximum value:" -msgstr "Yükseklik:" +#: ../plug-ins/common/gee.c:104 ../plug-ins/common/gee.c:160 +msgid "Gee Slime" +msgstr "Gee Çamurlaması" -#: plug-ins/common/lic.c:812 -msgid "_Van Gogh (LIC)..." -msgstr "" +#: ../plug-ins/common/gee.c:173 +#, c-format +msgid "A less obsolete creation by %s" +msgstr "%s ile daha az eskimiş oluşturma" -#: plug-ins/common/mail.c:253 -msgid "_Mail Image..." -msgstr "" +#: ../plug-ins/common/gradient-map.c:84 +msgid "Recolor the image using colors from the active gradient" +msgstr "Etkin değişimdeki renkleri kullanarak görüntüyü yeniden renklendir" -#: plug-ins/common/mail.c:474 -msgid "Send as Mail" -msgstr "" +#: ../plug-ins/common/gradient-map.c:97 +msgid "_Gradient Map" +msgstr "_Renk Geçişi Eşlemi" -#: plug-ins/common/mail.c:498 -#, fuzzy -msgid "_Recipient:" -msgstr "Tekrarlama:" +#: ../plug-ins/common/gradient-map.c:106 +msgid "Recolor the image using colors from the active palette" +msgstr "Etkin paletteki renkleri kullanarak görüntüyü yeniden renklendir" -#: plug-ins/common/mail.c:510 -#, fuzzy -msgid "_Sender:" -msgstr "Hız:" +#: ../plug-ins/common/gradient-map.c:119 +msgid "_Palette Map" +msgstr "_Palet Haritası" -#: plug-ins/common/mail.c:522 -#, fuzzy -msgid "S_ubject:" -msgstr "Konu:" +#: ../plug-ins/common/gradient-map.c:162 +msgid "Gradient Map" +msgstr "Renk Geçişi Eşlemi" -#: plug-ins/common/mail.c:534 -#, fuzzy -msgid "Comm_ent:" -msgstr "Açıklama" +#: ../plug-ins/common/gradient-map.c:167 +msgid "Palette Map" +msgstr "Palet Haritası" -#: plug-ins/common/mail.c:546 -#, fuzzy -msgid "_Filename:" -msgstr "Dosya adı:" +#: ../plug-ins/common/grid.c:142 +msgid "Draw a grid on the image" +msgstr "Görüntü üzerine bir ızgara çiz" -#. Encapsulation label -#: plug-ins/common/mail.c:580 -msgid "Encapsulation:" -msgstr "" +#: ../plug-ins/common/grid.c:148 +msgid "_Grid..." +msgstr "_Izgara..." -#: plug-ins/common/mail.c:592 -msgid "_Uuencode" -msgstr "" +#: ../plug-ins/common/grid.c:241 +msgid "Drawing grid" +msgstr "Izgara çiz" -#: plug-ins/common/mail.c:593 -msgid "_MIME" -msgstr "" +#: ../plug-ins/common/grid.c:635 ../plug-ins/gfig/gfig-dialog.c:1355 +#: ../plug-ins/imagemap/imap_menu.c:209 +msgid "Grid" +msgstr "Kılavuz" -#: plug-ins/common/mail.c:693 -msgid "some sort of error with the file extension or lack thereof" -msgstr "" +#. attach labels +#: ../plug-ins/common/grid.c:717 +msgid "Horizontal" +msgstr "Ufki" -#: plug-ins/common/mapcolor.c:113 -msgid "First Source Color" -msgstr "" +#: ../plug-ins/common/grid.c:719 +msgid "Vertical" +msgstr "Dikey" -#: plug-ins/common/mapcolor.c:114 -msgid "Second Source Color" -msgstr "" +#: ../plug-ins/common/grid.c:721 +msgid "Intersection" +msgstr "Kesişim" -#: plug-ins/common/mapcolor.c:115 -msgid "First Destination Color" -msgstr "" +#. attach labels +#: ../plug-ins/common/grid.c:857 +msgid "Offset:" +msgstr "Göreli Konum:" -#: plug-ins/common/mapcolor.c:116 -msgid "Second Destination Color" -msgstr "" +#. attach color selectors +#: ../plug-ins/common/grid.c:896 +msgid "Horizontal Color" +msgstr "Yatay Renk" -#: plug-ins/common/mapcolor.c:154 -msgid "Adjust _FG-BG" -msgstr "" +#: ../plug-ins/common/grid.c:914 +msgid "Vertical Color" +msgstr "Dikey Renk" -#: plug-ins/common/mapcolor.c:172 -msgid "Color Range _Mapping..." -msgstr "" +#: ../plug-ins/common/grid.c:932 +msgid "Intersection Color" +msgstr "Kesişim Rengi" -#: plug-ins/common/mapcolor.c:219 plug-ins/common/mapcolor.c:507 -msgid "Cannot operate on gray or indexed color images." -msgstr "" +#: ../plug-ins/common/guillotine.c:75 +msgid "Slice the image into subimages using guides" +msgstr "Kılavuzları kullanarak altgörüntü içinde görüntü dilimleme" -#: plug-ins/common/mapcolor.c:240 -#, fuzzy -msgid "Adjusting Foreground/Background..." -msgstr "Şeffaf" +#: ../plug-ins/common/guillotine.c:82 +msgid "_Guillotine" +msgstr "_Giyotin" -#: plug-ins/common/mapcolor.c:282 -msgid "Mapping colors..." -msgstr "" +#: ../plug-ins/common/guillotine.c:120 +msgid "Guillotine" +msgstr "Giyotin" -#: plug-ins/common/mapcolor.c:359 -msgid "Map Color Range" -msgstr "" +#: ../plug-ins/common/hot.c:207 +msgid "Find and fix pixels that may be unsafely bright" +msgstr "Çok fazla parlak benekleri bul ve düzelt" -#: plug-ins/common/mapcolor.c:383 -msgid "Source color range" -msgstr "" +#: ../plug-ins/common/hot.c:217 +msgid "_Hot..." +msgstr "_Sıcak..." -#: plug-ins/common/mapcolor.c:384 -msgid "Destination color range" -msgstr "" +#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586 +msgid "Hot" +msgstr "Sıcak" -#: plug-ins/common/mapcolor.c:424 plug-ins/gfli/gfli.c:844 -#: plug-ins/gfli/gfli.c:907 -msgid "To:" -msgstr "Hedef:" +#: ../plug-ins/common/hot.c:623 +msgid "Create _new layer" +msgstr "_Yeni katman oluştur" -#: plug-ins/common/max_rgb.c:106 -msgid "_Max RGB..." -msgstr "" +#: ../plug-ins/common/hot.c:632 +msgid "Action" +msgstr "Eylem" -#: plug-ins/common/max_rgb.c:145 -msgid "Can only operate on RGB drawables." -msgstr "" +#: ../plug-ins/common/hot.c:636 +msgid "Reduce _Luminance" +msgstr "_Parlaklığı Azalt" -#: plug-ins/common/max_rgb.c:245 -msgid "Max RGB..." -msgstr "" +#: ../plug-ins/common/hot.c:637 +msgid "Reduce _Saturation" +msgstr "_Doygunluğu Azalt" -#: plug-ins/common/max_rgb.c:270 -msgid "Max RGB" -msgstr "" +#: ../plug-ins/common/hot.c:638 ../plug-ins/common/waves.c:282 +msgid "_Blacken" +msgstr "_Karartma" -#: plug-ins/common/max_rgb.c:295 -msgid "_Hold the maximal channels" -msgstr "" +#: ../plug-ins/common/illusion.c:91 +msgid "Superimpose many altered copies of the image" +msgstr "Görüntünün bir çok değiştirilmiş kopyasının üzerine koy" -#: plug-ins/common/max_rgb.c:298 -msgid "Ho_ld the minimal channels" -msgstr "" +#: ../plug-ins/common/illusion.c:96 +msgid "_Illusion..." +msgstr "_Hayal..." -#: plug-ins/common/mblur.c:176 -msgid "_Motion Blur..." -msgstr "" +#: ../plug-ins/common/illusion.c:168 ../plug-ins/common/illusion.c:350 +msgid "Illusion" +msgstr "Hayal" -#: plug-ins/common/mblur.c:796 -msgid "Motion Blurring..." -msgstr "" +#: ../plug-ins/common/illusion.c:388 +msgid "_Divisions:" +msgstr "_Bölümler:" -#: plug-ins/common/mblur.c:893 -msgid "Motion Blur" -msgstr "" +#: ../plug-ins/common/illusion.c:398 +msgid "Mode _1" +msgstr "Kip _1" -#: plug-ins/common/mblur.c:915 -msgid "Blur Type" -msgstr "" +#: ../plug-ins/common/illusion.c:413 +msgid "Mode _2" +msgstr "Kip_2" -#: plug-ins/common/mblur.c:919 -msgid "_Linear" -msgstr "" +#: ../plug-ins/common/iwarp.c:262 +msgid "Use mouse control to warp image areas" +msgstr "Görüntü alanlarını eğmek için fare yönetimini kullan" -#: plug-ins/common/mblur.c:920 -msgid "_Radial" -msgstr "" +#: ../plug-ins/common/iwarp.c:267 +msgid "_IWarp..." +msgstr "_Boz..." -#: plug-ins/common/mblur.c:921 -#, fuzzy -msgid "_Zoom" -msgstr "Yakınlaş" +#: ../plug-ins/common/iwarp.c:697 +msgid "Warping" +msgstr "Eğme" -#: plug-ins/common/mblur.c:930 -msgid "Blur Parameters" -msgstr "" +#: ../plug-ins/common/iwarp.c:802 +#, c-format +msgid "Warping Frame %d" +msgstr "Çerçeve Eğiliyor %d" -#: plug-ins/common/mblur.c:956 plug-ins/common/newsprint.c:1012 -#, fuzzy -msgid "_Angle:" -msgstr "Açı:" +#: ../plug-ins/common/iwarp.c:814 +msgid "Ping pong" +msgstr "Ping pong" -#: plug-ins/common/mblur.c:969 -msgid "Blur Center" -msgstr "" +#: ../plug-ins/common/iwarp.c:1020 +msgid "A_nimate" +msgstr "_Canlandır" -#. Inform the user that we couldn't losslessly save the -#. * transparency & just use the full palette -#: plug-ins/common/mng.c:494 plug-ins/common/png.c:1562 -msgid "Couldn't losslessly save transparency, saving opacity instead." -msgstr "" +#: ../plug-ins/common/iwarp.c:1039 +msgid "Number of _frames:" +msgstr "_Çerçeve Sayısı:" -#: plug-ins/common/mng.c:1309 -msgid "Save as MNG" -msgstr "" +#: ../plug-ins/common/iwarp.c:1048 +msgid "R_everse" +msgstr "_Tersine Çevir" -#: plug-ins/common/mng.c:1322 -#, fuzzy -msgid "MNG Options" -msgstr "Seçenekler" +#: ../plug-ins/common/iwarp.c:1057 +msgid "_Ping pong" +msgstr "_Ping pong" -#: plug-ins/common/mng.c:1328 -msgid "Interlace" -msgstr "" +#: ../plug-ins/common/iwarp.c:1070 +msgid "_Animate" +msgstr "_Canlandır" -#: plug-ins/common/mng.c:1340 -#, fuzzy -msgid "Save background color" -msgstr "Arkaplan" +#: ../plug-ins/common/iwarp.c:1091 +msgid "Deform Mode" +msgstr "Bozma Kipi" -#: plug-ins/common/mng.c:1351 -#, fuzzy -msgid "Save gamma" -msgstr "Gri" +#: ../plug-ins/common/iwarp.c:1104 +msgid "_Move" +msgstr "_Taşı" -#: plug-ins/common/mng.c:1361 -#, fuzzy -msgid "Save resolution" -msgstr "Kaydetme seçenekleri" +#: ../plug-ins/common/iwarp.c:1105 +msgid "_Grow" +msgstr "_Genişle" -#: plug-ins/common/mng.c:1372 -#, fuzzy -msgid "Save creation time" -msgstr "Kaydetme seçenekleri" +#: ../plug-ins/common/iwarp.c:1106 +msgid "S_wirl CCW" +msgstr "_Döndür CCW" -#: plug-ins/common/mng.c:1391 -msgid "PNG" -msgstr "" +#: ../plug-ins/common/iwarp.c:1107 +msgid "Remo_ve" +msgstr "K_aldır" -#: plug-ins/common/mng.c:1392 -msgid "JNG" -msgstr "" +#: ../plug-ins/common/iwarp.c:1108 +msgid "S_hrink" +msgstr "_Daralt" -#: plug-ins/common/mng.c:1395 -msgid "PNG + delta PNG" -msgstr "" +#: ../plug-ins/common/iwarp.c:1109 +msgid "Sw_irl CW" +msgstr "Döndü_r CW" -#: plug-ins/common/mng.c:1396 -msgid "JNG + delta PNG" -msgstr "" +#: ../plug-ins/common/iwarp.c:1138 +msgid "_Deform radius:" +msgstr "Yarıçapı _Boz:" -#: plug-ins/common/mng.c:1397 -msgid "All PNG" -msgstr "" +#: ../plug-ins/common/iwarp.c:1148 +msgid "D_eform amount:" +msgstr "Miktarı B_oz:" -#: plug-ins/common/mng.c:1398 -msgid "All JNG" -msgstr "" +#: ../plug-ins/common/iwarp.c:1157 +msgid "_Bilinear" +msgstr "_Çift Doğrusal" -#: plug-ins/common/mng.c:1410 -msgid "Default chunks type:" -msgstr "" +#: ../plug-ins/common/iwarp.c:1171 +msgid "Adaptive s_upersample" +msgstr "Uyumlu ü_stünörnekleme" -#: plug-ins/common/mng.c:1413 -#, fuzzy -msgid "Combine" -msgstr "Devam" +#: ../plug-ins/common/iwarp.c:1191 +msgid "Ma_x depth:" +msgstr "Ma_ks derinlik:" -#: plug-ins/common/mng.c:1414 -msgid "Replace" -msgstr "Üstüne yaz" +#: ../plug-ins/common/iwarp.c:1201 +msgid "Thresho_ld:" +msgstr "Eşi_k" -#: plug-ins/common/mng.c:1425 -msgid "Default frame disposal:" -msgstr "" +#: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771 +#: ../plug-ins/gradient-flare/gradient-flare.c:2867 +msgid "_Settings" +msgstr "_Ayarlar" -#: plug-ins/common/mng.c:1437 -#, fuzzy -msgid "PNG compression level:" -msgstr "Açıklama:" +#: ../plug-ins/common/iwarp.c:1263 +msgid "IWarp" +msgstr "Boz" -#: plug-ins/common/mng.c:1445 plug-ins/common/png.c:1703 -msgid "Choose a high compression level for small file size" +#: ../plug-ins/common/iwarp.c:1299 +msgid "" +"Click and drag in the preview to define the distortions to apply to the " +"image." msgstr "" +"Önizlemede resimde uygulayarak bozulmayı tanımlamak için tıkla ve sürükle." -#: plug-ins/common/mng.c:1459 -#, fuzzy -msgid "JPEG compression quality:" -msgstr "Açıklama:" +#: ../plug-ins/common/jigsaw.c:356 +msgid "Add a jigsaw-puzzle pattern to the image" +msgstr "Resime yapboz deseni ekle" -#: plug-ins/common/mng.c:1476 -msgid "JPEG smoothing factor:" -msgstr "" +#: ../plug-ins/common/jigsaw.c:361 +msgid "_Jigsaw..." +msgstr "_Oyma Testeresi" -#: plug-ins/common/mng.c:1486 -#, fuzzy -msgid "Animated MNG options" -msgstr "Kaydetme seçenekleri" +#: ../plug-ins/common/jigsaw.c:414 +msgid "Assembling jigsaw" +msgstr "Oyma testeresi birleştiriliyor" -#: plug-ins/common/mng.c:1492 -msgid "Loop" -msgstr "" +#: ../plug-ins/common/jigsaw.c:2416 +msgid "Jigsaw" +msgstr "Oyma Testeresi" + +#: ../plug-ins/common/jigsaw.c:2445 +msgid "Number of Tiles" +msgstr "Döşemelerin Sayısı" -#: plug-ins/common/mng.c:1506 -msgid "Default frame delay:" -msgstr "" +#: ../plug-ins/common/jigsaw.c:2460 +msgid "Number of pieces going across" +msgstr "Karşıya geçen parçaların sayısı" -#: plug-ins/common/mng.c:1584 -#, fuzzy -msgid "MNG animation" -msgstr "Seçenekler" +#: ../plug-ins/common/jigsaw.c:2477 +msgid "Number of pieces going down" +msgstr "Batan parçaların sayısı" -#: plug-ins/common/mosaic.c:309 -msgid "_Mosaic..." -msgstr "" +#: ../plug-ins/common/jigsaw.c:2491 +msgid "Bevel Edges" +msgstr "Konik Kenarlar" -#. progress bar for gradient finding -#: plug-ins/common/mosaic.c:435 -msgid "Finding Edges..." -msgstr "" +#: ../plug-ins/common/jigsaw.c:2501 +msgid "_Bevel width:" +msgstr "_Konik Genişliği" -#. Progress bar for rendering tiles -#: plug-ins/common/mosaic.c:483 -msgid "Rendering Tiles..." -msgstr "" +#: ../plug-ins/common/jigsaw.c:2505 +msgid "Degree of slope of each piece's edge" +msgstr "Her bir parça kenarının eğim derecesi" -#: plug-ins/common/mosaic.c:509 -msgid "Mosaic" -msgstr "" +#: ../plug-ins/common/jigsaw.c:2518 +msgid "H_ighlight:" +msgstr "V_urgulama" -#: plug-ins/common/mosaic.c:544 -msgid "Co_lor averaging" -msgstr "" +#: ../plug-ins/common/jigsaw.c:2522 +msgid "The amount of highlighting on the edges of each piece" +msgstr "Her parçanın kenarlarında ki vurgulama miktarı" -#: plug-ins/common/mosaic.c:554 -msgid "Allo_w tile splitting" -msgstr "" +#. frame for primitive radio buttons +#: ../plug-ins/common/jigsaw.c:2539 +msgid "Jigsaw Style" +msgstr "Oyma Testeresi Tarzı" -#: plug-ins/common/mosaic.c:564 -msgid "_Pitted surfaces" -msgstr "" +#: ../plug-ins/common/jigsaw.c:2543 +msgid "_Square" +msgstr "_Kare" -#: plug-ins/common/mosaic.c:574 -msgid "_FG/BG lighting" -msgstr "" +#: ../plug-ins/common/jigsaw.c:2544 +msgid "C_urved" +msgstr "E_ğik" -#. tiling primitive -#: plug-ins/common/mosaic.c:588 -msgid "Tiling Primitives" -msgstr "" +#: ../plug-ins/common/jigsaw.c:2548 +msgid "Each piece has straight sides" +msgstr "Her parçanın düzgün köşesi var" -#: plug-ins/common/mosaic.c:592 -msgid "_Squares" -msgstr "" +#: ../plug-ins/common/jigsaw.c:2549 +msgid "Each piece has curved sides" +msgstr "Her parça eğri kenarlara sahip" -#: plug-ins/common/mosaic.c:593 -msgid "He_xagons" -msgstr "" +#: ../plug-ins/common/lcms.c:218 +msgid "Set a color profile on the image" +msgstr "Görüntüde renk profili ayarla" -#: plug-ins/common/mosaic.c:594 -msgid "Oc_tagons & squares" -msgstr "" +#: ../plug-ins/common/lcms.c:225 +msgid "_Assign Color Profile..." +msgstr "Renk Profili _Ata" -#. parameter settings -#: plug-ins/common/mosaic.c:603 -msgid "Settings" -msgstr "" +#: ../plug-ins/common/lcms.c:241 +msgid "Assign default RGB Profile" +msgstr "Öntanımlı RGB profili ata" -#: plug-ins/common/mosaic.c:612 -#, fuzzy -msgid "T_ile size:" -msgstr "Büyüklük:" +#: ../plug-ins/common/lcms.c:248 +msgid "Apply a color profile on the image" +msgstr "Renk profilini görüntüye uygula" -#: plug-ins/common/mosaic.c:630 -#, fuzzy -msgid "Til_e spacing:" -msgstr "Boşluk:" +#: ../plug-ins/common/lcms.c:258 +msgid "_Convert to Color Profile..." +msgstr "Renk Profiline _Çevir..." -#: plug-ins/common/mosaic.c:639 -#, fuzzy -msgid "Tile _neatness:" -msgstr "Yükseklik:" +#: ../plug-ins/common/lcms.c:276 +msgid "Convert to default RGB Profile" +msgstr "Öntanımlı RGB Profiline dönüştür" -#: plug-ins/common/mosaic.c:649 -msgid "Light _direction:" -msgstr "" +#: ../plug-ins/common/lcms.c:290 +msgid "Image Color Profile Information" +msgstr "Görüntü Renk Profil Bilgisi" -#: plug-ins/common/mosaic.c:658 -#, fuzzy -msgid "Color _variation:" -msgstr "Konum" +#: ../plug-ins/common/lcms.c:304 +msgid "Color Profile Information" +msgstr "Renk Profil Bilgisi" -#: plug-ins/common/mosaic.c:2392 -msgid "Unable to add additional point.\n" -msgstr "" +#: ../plug-ins/common/lcms.c:572 +#, c-format +msgid "Color profile '%s' is not for RGB color space." +msgstr "Renk profili '%s' RGB renk alanı için değil." -#: plug-ins/common/neon.c:135 -#, fuzzy -msgid "_Neon..." -msgstr "Hakkında..." +#: ../plug-ins/common/lcms.c:679 +msgid "Default RGB working space" +msgstr "Öntanımlı RGB çalışma alanı" -#: plug-ins/common/neon.c:207 -#, fuzzy -msgid "Neon..." -msgstr "Hakkında..." +#: ../plug-ins/common/lcms.c:775 +msgid "" +"Data attached as 'icc-profile' does not appear to be an ICC color profile" +msgstr "'icc-profili' olarak eklenmiş veri ICC renk profili değil" -#: plug-ins/common/neon.c:697 -#, fuzzy -msgid "Neon Detection" -msgstr "Seçim:" +#: ../plug-ins/common/lcms.c:825 +#, c-format +msgid "'%s' does not appear to be an ICC color profile" +msgstr "'%s' bir ICC renk profili olarak görünmüyor" -#: plug-ins/common/neon.c:742 plug-ins/common/unsharp.c:678 -msgid "_Amount:" -msgstr "_Miktar:" +#. ICC color profile conversion +#: ../plug-ins/common/lcms.c:885 +#, c-format +msgid "Converting from '%s' to '%s'" +msgstr "`%s' >`%s' dönüştürülüyor" -#: plug-ins/common/newsprint.c:135 -msgid "Round" -msgstr "" +#: ../plug-ins/common/lcms.c:1129 +#, c-format +msgid "Could not load ICC profile from '%s'" +msgstr "'%s'den ICC profili yüklenemedi" -#: plug-ins/common/newsprint.c:144 -msgid "Line" -msgstr "" +#: ../plug-ins/common/lcms.c:1151 +#, c-format +msgid "The image '%s' has an embedded color profile:" +msgstr "'%s' resmi gömülü bir renk profiline sahip:" -#: plug-ins/common/newsprint.c:153 -msgid "Diamond" -msgstr "" +#: ../plug-ins/common/lcms.c:1195 +#, c-format +msgid "Convert the image to the RGB working space (%s)?" +msgstr "Görüntüyü RGB çalışma alanı '%s' dönüşsün mü?" -#: plug-ins/common/newsprint.c:161 -msgid "PS Square (Euclidean Dot)" -msgstr "" +#: ../plug-ins/common/lcms.c:1226 +msgid "Convert to RGB working space?" +msgstr "RGB çalışma alanına dönüşsün mü?" -#: plug-ins/common/newsprint.c:170 -msgid "PS Diamond" -msgstr "" +#: ../plug-ins/common/lcms.c:1231 +msgid "_Keep" +msgstr "_Tut" -#: plug-ins/common/newsprint.c:342 -#, fuzzy -msgid "_Grey" -msgstr "Gri" +#: ../plug-ins/common/lcms.c:1236 +msgid "_Convert" +msgstr "Dönüş_tür" -#: plug-ins/common/newsprint.c:355 -#, fuzzy -msgid "R_ed" -msgstr "Kırmızı" +#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377 +msgid "_Don't ask me again" +msgstr "_Bana yeniden sorma." -#: plug-ins/common/newsprint.c:384 -msgid "C_yan" -msgstr "" +#: ../plug-ins/common/lcms.c:1327 +msgid "Select destination profile" +msgstr "Varış profili seçin" -#: plug-ins/common/newsprint.c:392 -msgid "Magen_ta" -msgstr "" +#: ../plug-ins/common/lcms.c:1354 +msgid "All files (*.*)" +msgstr "Tüm dosyalar (*.*)" -#: plug-ins/common/newsprint.c:400 -#, fuzzy -msgid "_Yellow" -msgstr "Sarı" +#: ../plug-ins/common/lcms.c:1359 +msgid "ICC color profile (*.icc, *.icm)" +msgstr "ICC renk profili (*.icc, *.icm)" -#: plug-ins/common/newsprint.c:421 -msgid "Intensity" -msgstr "" +#: ../plug-ins/common/lcms.c:1402 +#, c-format +msgid "RGB workspace (%s)" +msgstr "RGB çalışma alanı (%s)" -#: plug-ins/common/newsprint.c:537 -msgid "Newsprin_t..." -msgstr "" +#: ../plug-ins/common/lcms.c:1452 +msgid "Convert to ICC Color Profile" +msgstr "ICC Renk Profiline Dönüştür" -#: plug-ins/common/newsprint.c:638 -msgid "Newsprint..." -msgstr "" +#: ../plug-ins/common/lcms.c:1453 +msgid "Assign ICC Color Profile" +msgstr "ICC Renk Profili Ata" -#: plug-ins/common/newsprint.c:1042 -msgid "_Spot function:" -msgstr "" +#: ../plug-ins/common/lcms.c:1461 +msgid "_Assign" +msgstr "_Ata" -#: plug-ins/common/newsprint.c:1199 -msgid "Newsprint" -msgstr "" +#: ../plug-ins/common/lcms.c:1478 +msgid "Current Color Profile" +msgstr "Varolan Renk Profili" -#. resolution settings -#: plug-ins/common/newsprint.c:1243 -msgid "Resolution" -msgstr "" +#: ../plug-ins/common/lcms.c:1493 +msgid "Convert to" +msgstr "Şuna dönüştür:" -#: plug-ins/common/newsprint.c:1262 -msgid "_Input SPI:" -msgstr "" +#: ../plug-ins/common/lcms.c:1493 +msgid "Assign" +msgstr "Ata" -#: plug-ins/common/newsprint.c:1276 -msgid "O_utput LPI:" -msgstr "" +#: ../plug-ins/common/lcms.c:1517 +msgid "_Rendering Intent:" +msgstr "Sonuç _Taranıyor:" -#: plug-ins/common/newsprint.c:1289 -#, fuzzy -msgid "C_ell size:" -msgstr "Hücre Boyu:" +#: ../plug-ins/common/lcms.c:1533 +msgid "_Black Point Compensation" +msgstr "_Siyah Nokta Telafisi" -#. screen settings -#: plug-ins/common/newsprint.c:1302 plug-ins/gflare/gflare.c:562 -msgid "Screen" -msgstr "Ekran" +#: ../plug-ins/common/lcms.c:1575 +msgid "Destination profile is not for RGB color space." +msgstr "Varış profili RGB renk alanı için değil" -#: plug-ins/common/newsprint.c:1321 -msgid "B_lack pullout (%):" -msgstr "" +#: ../plug-ins/common/lens-apply.c:108 +msgid "Simulate an elliptical lens over the image" +msgstr "Resim üzerindeki oval merceklere benzetim yap" -#: plug-ins/common/newsprint.c:1343 -msgid "Separate to:" -msgstr "" +#: ../plug-ins/common/lens-apply.c:114 +msgid "Apply _Lens..." +msgstr "_Merceği Uygula..." -#: plug-ins/common/newsprint.c:1347 -msgid "_RGB" -msgstr "" +#: ../plug-ins/common/lens-apply.c:181 +msgid "Applying lens" +msgstr "Mercek uygulanıyor" -#: plug-ins/common/newsprint.c:1364 -msgid "C_MYK" -msgstr "" +#: ../plug-ins/common/lens-apply.c:393 +msgid "Lens Effect" +msgstr "Mercek Etkisi" -#: plug-ins/common/newsprint.c:1381 -msgid "I_ntensity" -msgstr "" +#: ../plug-ins/common/lens-apply.c:427 +msgid "_Keep original surroundings" +msgstr "Özgün ortamı _sakla" -#: plug-ins/common/newsprint.c:1406 -#, fuzzy -msgid "_Lock channels" -msgstr "Kanallar" +#: ../plug-ins/common/lens-apply.c:442 +msgid "_Set surroundings to index 0" +msgstr "Ortam göstergesini 0 _ayarla" -#: plug-ins/common/newsprint.c:1419 -#, fuzzy -msgid "_Factory defaults" -msgstr "Öntanımlı" +#: ../plug-ins/common/lens-apply.c:443 +msgid "_Set surroundings to background color" +msgstr "Ortamı artalan rengine _ayarla" -#. anti-alias control -#: plug-ins/common/newsprint.c:1445 plug-ins/gfig/gfig-dialog.c:1258 -msgid "Antialiasing" -msgstr "" +#: ../plug-ins/common/lens-apply.c:458 +msgid "_Make surroundings transparent" +msgstr "Ortamı saydam _Yap" -#: plug-ins/common/newsprint.c:1453 -#, fuzzy -msgid "O_versample:" -msgstr "Yeniden boyutlandır" +#: ../plug-ins/common/lens-apply.c:475 +msgid "_Lens refraction index:" +msgstr "_Mercek sapma göstergesi:" -#: plug-ins/common/nlfilt.c:126 -msgid "_NL Filter..." -msgstr "" +#: ../plug-ins/common/lens-distortion.c:115 +msgid "Corrects lens distortion" +msgstr "Mercek bozulmasını düzelt" -#: plug-ins/common/nlfilt.c:954 -msgid "NL Filter..." -msgstr "" +#: ../plug-ins/common/lens-distortion.c:120 +msgid "Lens Distortion..." +msgstr "Mercek Bozulması..." -#: plug-ins/common/nlfilt.c:1017 -msgid "NL Filter" -msgstr "" +#: ../plug-ins/common/lens-distortion.c:383 +msgid "Lens distortion" +msgstr "Mercek bozulması" -#: plug-ins/common/nlfilt.c:1038 -msgid "Filter" -msgstr "" +#: ../plug-ins/common/lens-distortion.c:483 +msgid "Lens Distortion" +msgstr "Mercek Bozulması" -#: plug-ins/common/nlfilt.c:1042 -msgid "_Alpha trimmed mean" -msgstr "" +#: ../plug-ins/common/lens-distortion.c:521 +msgid "_Main:" +msgstr "_Ana:" -#: plug-ins/common/nlfilt.c:1044 -#, fuzzy -msgid "Op_timal estimation" -msgstr "Konum" +#: ../plug-ins/common/lens-distortion.c:535 +msgid "_Edge:" +msgstr "_Kenar:" -#: plug-ins/common/nlfilt.c:1046 -msgid "_Edge enhancement" -msgstr "" +#: ../plug-ins/common/lens-distortion.c:549 ../plug-ins/flame/flame.c:1237 +msgid "_Zoom:" +msgstr "_Yakınlaştır:" -#: plug-ins/common/nlfilt.c:1071 -msgid "A_lpha:" -msgstr "" +#: ../plug-ins/common/lens-distortion.c:563 +msgid "_Brighten:" +msgstr "_Parlak:" -#: plug-ins/common/noisify.c:157 -#, fuzzy -msgid "_Scatter RGB..." -msgstr "Boşluk:" +#: ../plug-ins/common/lens-distortion.c:577 +msgid "_X shift:" +msgstr "_X kayması:" -#: plug-ins/common/noisify.c:285 -msgid "Adding Noise..." -msgstr "" +#: ../plug-ins/common/lens-distortion.c:591 +msgid "_Y shift:" +msgstr "_Y kayması" -#: plug-ins/common/noisify.c:451 -#, fuzzy -msgid "Scatter RGB" -msgstr "Boşluk:" +#: ../plug-ins/common/lens-flare.c:188 +msgid "Add a lens flare effect" +msgstr "Mercek parlaması etkisi ekle" -#: plug-ins/common/noisify.c:477 -#, fuzzy -msgid "Co_rrelated noise" -msgstr "_Yeni Resim Oluştur" +#: ../plug-ins/common/lens-flare.c:195 +msgid "Lens _Flare..." +msgstr "Mercek _Parlaması..." -#: plug-ins/common/noisify.c:492 -msgid "_Independent RGB" -msgstr "" +#: ../plug-ins/common/lens-flare.c:270 +msgid "Render lens flare" +msgstr "Mercek parlamayı tara" -#: plug-ins/common/noisify.c:516 plug-ins/common/noisify.c:520 -#, fuzzy -msgid "_Gray:" -msgstr "Gri" +#: ../plug-ins/common/lens-flare.c:306 +msgid "Lens Flare" +msgstr "Mercek Parlaması" -#: plug-ins/common/noisify.c:521 plug-ins/common/noisify.c:536 -msgid "_Alpha:" -msgstr "" +#: ../plug-ins/common/lens-flare.c:753 +msgid "Center of Flare Effect" +msgstr "Parlama Etkisi Merkezi" -#: plug-ins/common/noisify.c:546 -#, c-format -msgid "Channel #%d:" -msgstr "" +#: ../plug-ins/common/lens-flare.c:793 ../plug-ins/common/nova.c:484 +msgid "Show _position" +msgstr "_Konumu göster" -#: plug-ins/common/normalize.c:122 -msgid "Normalizing..." -msgstr "" +#: ../plug-ins/common/mail.c:188 +msgid "Send the image by email" +msgstr "Görüntüyü eposta ile gönder" -#: plug-ins/common/nova.c:179 -msgid "Su_perNova..." -msgstr "" +#: ../plug-ins/common/mail.c:194 +msgid "Send by E_mail..." +msgstr "_Posta ile Gönder..." -#: plug-ins/common/nova.c:262 -msgid "Rendering SuperNova..." -msgstr "" +#: ../plug-ins/common/mail.c:407 +msgid "Send by Email" +msgstr "E-posta ile Gönder" -#: plug-ins/common/nova.c:305 -msgid "SuperNova" -msgstr "" +#: ../plug-ins/common/mail.c:412 +msgid "_Send" +msgstr "_Gönder" -#: plug-ins/common/nova.c:342 -msgid "SuperNova Color Picker" -msgstr "" +#: ../plug-ins/common/mail.c:444 +msgid "_Filename:" +msgstr "_Dosya adı:" -#: plug-ins/common/nova.c:371 -msgid "_Spokes:" -msgstr "" +#: ../plug-ins/common/mail.c:456 +msgid "_To:" +msgstr "_Kime:" -#: plug-ins/common/nova.c:386 -#, fuzzy -msgid "R_andom hue:" -msgstr "Hız:" +#: ../plug-ins/common/mail.c:470 +msgid "_From:" +msgstr "Kim_den:" -#: plug-ins/common/nova.c:438 -msgid "Center of SuperNova" -msgstr "" +#: ../plug-ins/common/mail.c:482 +msgid "S_ubject:" +msgstr "K_onu:" -#: plug-ins/common/nova.c:472 -msgid "S_how cursor" -msgstr "" +#: ../plug-ins/common/mail.c:591 +msgid "some sort of error with the file extension or lack thereof" +msgstr "dosya uzantısı ya da eksiklik nedeniyle bazı hatalar" -#: plug-ins/common/oilify.c:111 -msgid "Oili_fy..." -msgstr "" +#: ../plug-ins/common/mail.c:725 +#, c-format +msgid "Could not start sendmail (%s)" +msgstr "(%s) posta gönderme başlatılamadı" -#: plug-ins/common/oilify.c:189 -msgid "Oil Painting..." -msgstr "" +#: ../plug-ins/common/max-rgb.c:90 +msgid "Reduce image to pure red, green, and blue" +msgstr "Görüntüyü saf kırmızı, yeşil, ve maviye azaltın" -#: plug-ins/common/oilify.c:477 -msgid "Oilify" -msgstr "" +#: ../plug-ins/common/max-rgb.c:95 +msgid "Maxim_um RGB..." +msgstr "Maksim_um RGB..." -#: plug-ins/common/oilify.c:504 -#, fuzzy -msgid "_Mask size:" -msgstr "Büyüklük:" +#: ../plug-ins/common/max-rgb.c:134 ../plug-ins/common/noise-hsv.c:158 +msgid "Can only operate on RGB drawables." +msgstr "Sadece RGB çizimlerinde işlem görür" -#: plug-ins/common/oilify.c:515 -msgid "_Use intensity algorithm" -msgstr "" +#: ../plug-ins/common/max-rgb.c:234 +msgid "Max RGB" +msgstr "Maks RGB" -#: plug-ins/common/papertile.c:235 -msgid "Paper Tile" -msgstr "" +#: ../plug-ins/common/max-rgb.c:259 +msgid "Maximum RGB Value" +msgstr "Azami RGB Değeri" -#: plug-ins/common/papertile.c:254 -msgid "Division" -msgstr "" +#: ../plug-ins/common/max-rgb.c:292 +msgid "_Hold the maximal channels" +msgstr "Azami kanalları _Tut" -#: plug-ins/common/papertile.c:293 -msgid "Fractional Pixels" -msgstr "" +#: ../plug-ins/common/max-rgb.c:295 +msgid "Ho_ld the minimal channels" +msgstr "Asgari kanalları t_ut" -#: plug-ins/common/papertile.c:298 -#, fuzzy -msgid "_Background" -msgstr "Arkaplan" +#: ../plug-ins/common/mosaic.c:359 +msgid "Convert the image into irregular tiles" +msgstr "Resmi düzensiz zemine çevir" -#: plug-ins/common/papertile.c:300 -msgid "_Ignore" -msgstr "" +#: ../plug-ins/common/mosaic.c:364 +msgid "_Mosaic..." +msgstr "_Mozaik..." -#: plug-ins/common/papertile.c:302 -msgid "_Force" -msgstr "" +#. progress bar for gradient finding +#: ../plug-ins/common/mosaic.c:502 +msgid "Finding edges" +msgstr "Kenarları bulma" -#: plug-ins/common/papertile.c:309 -msgid "C_entering" -msgstr "" +#. Progress bar for rendering tiles +#: ../plug-ins/common/mosaic.c:556 +msgid "Rendering tiles" +msgstr "Zemin taranıyor" -#: plug-ins/common/papertile.c:324 -msgid "Movement" -msgstr "" +#: ../plug-ins/common/mosaic.c:589 +msgid "Mosaic" +msgstr "Mozaik" -#: plug-ins/common/papertile.c:337 -msgid "_Max (%):" -msgstr "" +#: ../plug-ins/common/mosaic.c:629 +msgid "Squares" +msgstr "Kareler" -#: plug-ins/common/papertile.c:343 -#, fuzzy -msgid "_Wrap around" -msgstr "_Şeffaf Arkaplan" +#: ../plug-ins/common/mosaic.c:630 +msgid "Hexagons" +msgstr "Altıgenler" -#: plug-ins/common/papertile.c:353 -msgid "Background Type" -msgstr "" +#: ../plug-ins/common/mosaic.c:631 +msgid "Octagons & squares" +msgstr "Sekizgenler & kareler" -#: plug-ins/common/papertile.c:360 -msgid "I_nverted image" -msgstr "" +#: ../plug-ins/common/mosaic.c:632 +msgid "Triangles" +msgstr "Üçgenler" -#: plug-ins/common/papertile.c:362 -#, fuzzy -msgid "Im_age" -msgstr "Resim" +#: ../plug-ins/common/mosaic.c:640 +msgid "_Tiling primitives:" +msgstr "_Döşeme basitliği:" -#: plug-ins/common/papertile.c:364 -#, fuzzy -msgid "Fo_reground color" -msgstr "Önalan" +#: ../plug-ins/common/mosaic.c:648 +msgid "Tile _size:" +msgstr "Döşeme _boyutu::" -#: plug-ins/common/papertile.c:366 -#, fuzzy -msgid "Bac_kground color" -msgstr "Arkaplan" +#: ../plug-ins/common/mosaic.c:660 ../plug-ins/common/tile-glass.c:303 +msgid "Tile _height:" +msgstr "Döşeme _yüksekliği:" -#: plug-ins/common/papertile.c:368 -#, fuzzy -msgid "S_elect here:" -msgstr "Seç" +#: ../plug-ins/common/mosaic.c:673 +msgid "Til_e spacing:" +msgstr "Döşem_e boşluğu:" -#: plug-ins/common/papertile.c:375 -msgid "Background Color" -msgstr "" +#: ../plug-ins/common/mosaic.c:685 +msgid "Tile _neatness:" +msgstr "Döşeme _düzeni:" -#: plug-ins/common/papertile.c:527 -msgid "Paper Tile..." -msgstr "" +#: ../plug-ins/common/mosaic.c:698 +msgid "Light _direction:" +msgstr "Işık _yönü:" -#: plug-ins/common/papertile.c:815 -msgid "September 31, 1999" -msgstr "" +#: ../plug-ins/common/mosaic.c:710 +msgid "Color _variation:" +msgstr "Renk _Değişimi" -#: plug-ins/common/papertile.c:816 -msgid "_Paper Tile..." -msgstr "" +#: ../plug-ins/common/mosaic.c:739 +msgid "Co_lor averaging" +msgstr "Re_nk ortalaması" -#: plug-ins/common/pat.c:104 plug-ins/common/pat.c:126 -msgid "GIMP pattern" -msgstr "" +#: ../plug-ins/common/mosaic.c:752 +msgid "Allo_w tile splitting" +msgstr "Döşeme bölünmesine İ_zin ver" -#: plug-ins/common/pat.c:343 -#, c-format -msgid "Invalid UTF-8 string in pattern file '%s'." -msgstr "" +#: ../plug-ins/common/mosaic.c:765 +msgid "_Pitted surfaces" +msgstr "_Çukurlaşmış yüzeyler" -#: plug-ins/common/pat.c:501 -msgid "Save as Pattern" -msgstr "" +#: ../plug-ins/common/mosaic.c:778 +msgid "_FG/BG lighting" +msgstr "_Artalan/Önalan ışıması" -#: plug-ins/common/pcx.c:96 plug-ins/common/pcx.c:115 -msgid "ZSoft PCX image" -msgstr "" +#: ../plug-ins/common/newsprint.c:127 +msgid "Round" +msgstr "Yuvarlama" -#: plug-ins/common/pcx.c:314 -#, c-format -msgid "Could not read header from '%s'" -msgstr "" +#: ../plug-ins/common/newsprint.c:136 +msgid "Line" +msgstr "Çizgi" -#: plug-ins/common/pcx.c:321 -#, c-format -msgid "'%s' is not a PCX file" -msgstr "" +#: ../plug-ins/common/newsprint.c:145 ../plug-ins/flame/flame.c:760 +msgid "Diamond" +msgstr "Elmas" -#: plug-ins/common/pcx.c:375 -msgid "Unusual PCX flavour, giving up" -msgstr "" +#: ../plug-ins/common/newsprint.c:153 +msgid "PS Square (Euclidean Dot)" +msgstr "PS karesi (Euclidean Nokta)" -#: plug-ins/common/photocopy.c:158 -#, fuzzy -msgid "_Photocopy..." -msgstr "Hakkında..." +#: ../plug-ins/common/newsprint.c:162 +msgid "PS Diamond" +msgstr "PS Karo" -#: plug-ins/common/photocopy.c:837 -msgid "Photocopy" -msgstr "" +#: ../plug-ins/common/newsprint.c:332 +msgid "_Grey" +msgstr "_Gri" -#: plug-ins/common/photocopy.c:881 plug-ins/common/sharpen.c:509 -#: plug-ins/common/softglow.c:687 -msgid "_Sharpness:" -msgstr "" +#: ../plug-ins/common/newsprint.c:345 +msgid "R_ed" +msgstr "Kırmı_zı" -#: plug-ins/common/photocopy.c:895 -msgid "Percent _black:" -msgstr "" +#: ../plug-ins/common/newsprint.c:374 +msgid "C_yan" +msgstr "Tu_rkuaz" -#: plug-ins/common/photocopy.c:909 -msgid "Percent _white:" -msgstr "" +#: ../plug-ins/common/newsprint.c:382 +msgid "Magen_ta" +msgstr "Kırmızım_sı Mor" -#: plug-ins/common/pix.c:141 plug-ins/common/pix.c:158 -msgid "Alias|Wavefront PIX image" -msgstr "" +#: ../plug-ins/common/newsprint.c:390 +msgid "_Yellow" +msgstr "_Sarı" -#: plug-ins/common/pixelize.c:173 -msgid "_Pixelize..." -msgstr "" +#: ../plug-ins/common/newsprint.c:411 +msgid "Luminance" +msgstr "Işıklılık" -#: plug-ins/common/pixelize.c:275 -msgid "Pixelizing..." -msgstr "" +#: ../plug-ins/common/newsprint.c:517 +msgid "Halftone the image to give newspaper-like effect" +msgstr "Resmi klişeleştir gazete etkisi vermek için" -#: plug-ins/common/pixelize.c:315 -msgid "Pixelize" -msgstr "" +#: ../plug-ins/common/newsprint.c:526 +msgid "Newsprin_t..." +msgstr "Gazete _Kağıdı" -#: plug-ins/common/pixelize.c:337 -#, fuzzy -msgid "Pixel _Width:" -msgstr "Yeni Genişlik:" - -#: plug-ins/common/pixelize.c:342 -#, fuzzy -msgid "Pixel _Height:" -msgstr "Yükseklik:" +#: ../plug-ins/common/newsprint.c:627 ../plug-ins/common/newsprint.c:1188 +msgid "Newsprint" +msgstr "Gazete kağıdı" -#: plug-ins/common/plasma.c:185 -msgid "_Plasma..." -msgstr "" +#: ../plug-ins/common/newsprint.c:1031 +msgid "_Spot function:" +msgstr "_Nokta işlevi" -#: plug-ins/common/plasma.c:268 -msgid "Plasma..." -msgstr "" +#. resolution settings +#: ../plug-ins/common/newsprint.c:1240 +msgid "Resolution" +msgstr "Çözünürlük" -#: plug-ins/common/plasma.c:305 -msgid "Plasma" -msgstr "" +#: ../plug-ins/common/newsprint.c:1259 +msgid "_Input SPI:" +msgstr "_Girdi SPI:" -#: plug-ins/common/plasma.c:334 -#, fuzzy -msgid "Random _seed:" -msgstr "Hız:" +#: ../plug-ins/common/newsprint.c:1273 +msgid "O_utput LPI:" +msgstr "Ç_ıktı LPI:" -#: plug-ins/common/plasma.c:345 -msgid "T_urbulence:" -msgstr "" +#: ../plug-ins/common/newsprint.c:1286 +msgid "C_ell size:" +msgstr "H_ücre boyutu:" -#: plug-ins/common/png.c:249 plug-ins/common/png.c:266 -#: plug-ins/common/png.c:281 plug-ins/common/png.c:295 -msgid "PNG image" -msgstr "" +#. screen settings +#: ../plug-ins/common/newsprint.c:1299 +#: ../plug-ins/gradient-flare/gradient-flare.c:554 +msgid "Screen" +msgstr "Ekran" -#: plug-ins/common/png.c:657 -#, c-format -msgid "Error while reading '%s'. File corrupted?" -msgstr "" +#: ../plug-ins/common/newsprint.c:1318 +msgid "B_lack pullout (%):" +msgstr "_Siyah çekilme (%):" -#. Aie! Unknown type -#: plug-ins/common/png.c:791 -#, c-format -msgid "Unknown color model in PNG file '%s'." -msgstr "" +#: ../plug-ins/common/newsprint.c:1340 +msgid "Separate to:" +msgstr "Boşluk bırak:" -#: plug-ins/common/png.c:846 -msgid "" -"The PNG file specifies an offset that caused the layer to be positioned " -"outside the image." -msgstr "" +#: ../plug-ins/common/newsprint.c:1344 +msgid "_RGB" +msgstr "_RGB" -#: plug-ins/common/png.c:1163 -#, c-format -msgid "Error while saving '%s'. Could not save image." -msgstr "" +#: ../plug-ins/common/newsprint.c:1361 +msgid "C_MYK" +msgstr "C_MYK" -#: plug-ins/common/png.c:1591 -msgid "Save as PNG" -msgstr "" +#: ../plug-ins/common/newsprint.c:1378 +msgid "I_ntensity" +msgstr "_Yoğunluk" -#: plug-ins/common/png.c:1595 -#, fuzzy -msgid "_Load defaults" -msgstr "Öntanımlı" +#: ../plug-ins/common/newsprint.c:1403 +msgid "_Lock channels" +msgstr "Kanalları _kilitle" -#: plug-ins/common/png.c:1596 -#, fuzzy -msgid "_Save defaults" -msgstr "Öntanımlı" +#: ../plug-ins/common/newsprint.c:1416 +msgid "_Factory Defaults" +msgstr "_Fabrika Ayarları" -#: plug-ins/common/png.c:1617 -msgid "_Interlacing (Adam7)" -msgstr "" +#. anti-alias control +#: ../plug-ins/common/newsprint.c:1442 ../plug-ins/gfig/gfig-dialog.c:1256 +msgid "Antialiasing" +msgstr "Yumuşatma" -#: plug-ins/common/png.c:1628 -#, fuzzy -msgid "Save _background color" -msgstr "Arkaplan" +#: ../plug-ins/common/newsprint.c:1450 +msgid "O_versample:" +msgstr "_Aşırı örnekleme:" -#: plug-ins/common/png.c:1636 -#, fuzzy -msgid "Save _gamma" -msgstr "Gri" +#: ../plug-ins/common/nl-filter.c:118 +msgid "Nonlinear swiss army knife filter" +msgstr "Doğrusal olmayan İsviçre Çakısı süzgeci" -#: plug-ins/common/png.c:1645 -msgid "Save layer o_ffset" -msgstr "" +#: ../plug-ins/common/nl-filter.c:124 +msgid "_NL Filter..." +msgstr "_NL Süzgeci..." -#: plug-ins/common/png.c:1654 -#, fuzzy -msgid "Save _resolution" -msgstr "Kaydetme seçenekleri" +#: ../plug-ins/common/nl-filter.c:952 ../plug-ins/common/nl-filter.c:1015 +msgid "NL Filter" +msgstr "NL Süzgeci" -#: plug-ins/common/png.c:1663 -#, fuzzy -msgid "Save creation _time" -msgstr "Kaydetme seçenekleri" +#: ../plug-ins/common/nl-filter.c:1044 +msgid "Filter" +msgstr "Süzgeç" -#: plug-ins/common/png.c:1671 -#, fuzzy -msgid "Save comme_nt" -msgstr "Açıklama" +#: ../plug-ins/common/nl-filter.c:1048 +msgid "_Alpha trimmed mean" +msgstr "_Görünür düzenlenmiş ortalama" -#: plug-ins/common/png.c:1686 -msgid "Save color _values from transparent pixels" -msgstr "" +#: ../plug-ins/common/nl-filter.c:1050 +msgid "Op_timal estimation" +msgstr "En _iyi tahmin" -#: plug-ins/common/png.c:1699 -#, fuzzy -msgid "Co_mpression level:" -msgstr "Açıklama:" +#: ../plug-ins/common/nl-filter.c:1052 +msgid "_Edge enhancement" +msgstr "_Kenar pekiştirme" -#: plug-ins/common/png.c:1819 -msgid "Could not load PNG defaults" -msgstr "" +#: ../plug-ins/common/nl-filter.c:1077 +msgid "A_lpha:" +msgstr "Gö_rünür:" -#: plug-ins/common/pnm.c:228 -#, fuzzy -msgid "PNM Image" -msgstr "Resim" +#: ../plug-ins/common/noise-hsv.c:103 +msgid "Randomize hue/saturation/value independently" +msgstr "Renk tonu/doygunluk/değerler arasında bağımsız ve rasgele seç" -#: plug-ins/common/pnm.c:248 -msgid "PNM image" -msgstr "" +#: ../plug-ins/common/noise-hsv.c:108 +msgid "HSV Noise..." +msgstr "HSV Gürültüsü..." -#: plug-ins/common/pnm.c:260 -#, fuzzy -msgid "PGM image" -msgstr "Resim" +#: ../plug-ins/common/noise-hsv.c:215 ../plug-ins/common/noise-hsv.c:361 +msgid "HSV Noise" +msgstr "HSV Gürültüsü" -#: plug-ins/common/pnm.c:272 -#, fuzzy -msgid "PPM image" -msgstr "Resim" +#: ../plug-ins/common/noise-hsv.c:397 +msgid "_Holdness:" +msgstr "_Kavranmama:" -#: plug-ins/common/pnm.c:465 plug-ins/common/pnm.c:486 -#: plug-ins/common/pnm.c:493 plug-ins/common/pnm.c:502 -#: plug-ins/common/pnm.c:577 plug-ins/common/pnm.c:633 -msgid "PNM: Premature end of file." -msgstr "" +#: ../plug-ins/common/noise-hsv.c:409 +msgid "H_ue:" +msgstr "_Renk özü" -#: plug-ins/common/pnm.c:467 -msgid "PNM: Invalid file." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:102 +msgid "Random Hurl" +msgstr "Rastgele Savurma" -#: plug-ins/common/pnm.c:480 -msgid "File not in a supported format." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:103 +msgid "Random Pick" +msgstr "Rastgele Karıştırma" -#: plug-ins/common/pnm.c:489 -msgid "PNM: Invalid X resolution." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:104 +msgid "Random Slur" +msgstr "Rasgele Leke" -#: plug-ins/common/pnm.c:496 -msgid "PNM: Invalid Y resolution." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:202 +msgid "Completely randomize a fraction of pixels" +msgstr "Benek kesirini tamamen rasgele dağıt" -#: plug-ins/common/pnm.c:508 -msgid "PNM: Invalid maximum value." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:204 +msgid "Randomly interchange some pixels with neighbors" +msgstr "Benekleri yanındakiler ile rasgele değiştir" -#: plug-ins/common/pnm.c:684 -msgid "PNM: Error reading file." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:206 +msgid "Randomly slide some pixels downward (similar to melting)" +msgstr "Bazı benekleri rasgele aşağı kaydır (erimeye benzer)" -#: plug-ins/common/pnm.c:800 -msgid "PNM save cannot handle images with alpha channels." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:233 +msgid "_Hurl..." +msgstr "_Savurma..." -#: plug-ins/common/pnm.c:949 -msgid "Save as PNM" -msgstr "" +#: ../plug-ins/common/noise-randomize.c:245 +msgid "_Pick..." +msgstr "_Seç..." -#. file save type -#: plug-ins/common/pnm.c:959 -msgid "Data formatting" -msgstr "" +#: ../plug-ins/common/noise-randomize.c:257 +msgid "_Slur..." +msgstr "_Leke..." -#: plug-ins/common/pnm.c:963 -msgid "Raw" -msgstr "" +#: ../plug-ins/common/noise-randomize.c:771 +#: ../plug-ins/common/noise-solid.c:602 +msgid "_Random seed:" +msgstr "_Rasgele besleme" -#: plug-ins/common/pnm.c:964 -msgid "Ascii" -msgstr "" +#: ../plug-ins/common/noise-randomize.c:780 +msgid "R_andomization (%):" +msgstr "R_assallık (%):" -#: plug-ins/common/polar.c:170 -msgid "P_olar Coords..." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:783 +msgid "Percentage of pixels to be filtered" +msgstr "Süzülecek beneklerin yüzdesi" -#: plug-ins/common/polar.c:357 -msgid "Polarizing..." -msgstr "" +#: ../plug-ins/common/noise-randomize.c:795 +msgid "R_epeat:" +msgstr "_Tekrarlama:" -#: plug-ins/common/polar.c:589 -msgid "Polarize" -msgstr "" +#: ../plug-ins/common/noise-randomize.c:798 +msgid "Number of times to apply filter" +msgstr "Süzgecin uygulanacağı sayı" -#: plug-ins/common/polar.c:620 -msgid "Circle _depth in percent:" -msgstr "" +#: ../plug-ins/common/noise-rgb.c:144 +msgid "Distort colors by random amounts" +msgstr "Rasgele miktarda renkleri boz" -#: plug-ins/common/polar.c:632 -#, fuzzy -msgid "Offset _angle:" -msgstr "Açı:" +#: ../plug-ins/common/noise-rgb.c:154 +msgid "_RGB Noise..." +msgstr "_RGB Gürültüsü..." -#: plug-ins/common/polar.c:647 -msgid "_Map backwards" -msgstr "" +#: ../plug-ins/common/noise-rgb.c:282 +msgid "Adding noise" +msgstr "Gürültü ekleme" -#: plug-ins/common/polar.c:653 -msgid "" -"If checked the mapping will begin at the right side, as opposed to beginning " -"at the left." -msgstr "" +#: ../plug-ins/common/noise-rgb.c:448 +msgid "RGB Noise" +msgstr "RGB Gürültüsü" -#: plug-ins/common/polar.c:664 -msgid "Map from _top" -msgstr "" +#: ../plug-ins/common/noise-rgb.c:481 +msgid "Co_rrelated noise" +msgstr "İl_işkilendirilmiş gürültü" -#: plug-ins/common/polar.c:670 -msgid "" -"If unchecked the mapping will put the bottom row in the middle and the top " -"row on the outside. If checked it will be the opposite." -msgstr "" +#: ../plug-ins/common/noise-rgb.c:496 +msgid "_Independent RGB" +msgstr "_Bağımsız RGB" -#: plug-ins/common/polar.c:682 -#, fuzzy -msgid "To _polar" -msgstr "Tepe:" +#: ../plug-ins/common/noise-rgb.c:520 ../plug-ins/common/noise-rgb.c:524 +msgid "_Gray:" +msgstr "_Gri:" -#: plug-ins/common/polar.c:688 -msgid "" -"If unchecked the image will be circularly mapped onto a rectangle. If " -"checked the image will be mapped onto a circle." -msgstr "" +#: ../plug-ins/common/noise-rgb.c:550 +#, c-format +msgid "Channel #%d:" +msgstr "Kanal #%d:" -#: plug-ins/common/postscript.c:576 plug-ins/common/postscript.c:662 -msgid "PostScript document" -msgstr "" +#: ../plug-ins/common/noise-solid.c:176 +msgid "Create a random cloud-like texture" +msgstr "Rastgel bulut-benzeri bir doku oluştur" -#: plug-ins/common/postscript.c:595 plug-ins/common/postscript.c:677 -msgid "Encapsulated PostScript image" -msgstr "" +#: ../plug-ins/common/noise-solid.c:182 +msgid "_Solid Noise..." +msgstr "_Düz Gürültü..." -#: plug-ins/common/postscript.c:614 -msgid "PDF document" -msgstr "" +#. Dialog initialization +#: ../plug-ins/common/noise-solid.c:315 ../plug-ins/common/noise-solid.c:563 +msgid "Solid Noise" +msgstr "Düz Gürültü" -#: plug-ins/common/postscript.c:1005 -#, c-format -msgid "Could not interpret '%s'" -msgstr "" +#: ../plug-ins/common/noise-solid.c:615 +msgid "_Detail:" +msgstr "_Ayrıntı:" -#: plug-ins/common/postscript.c:1103 -msgid "PostScript save cannot handle images with alpha channels" -msgstr "" +#. Turbulent +#: ../plug-ins/common/noise-solid.c:625 +msgid "T_urbulent" +msgstr "_Çalkantı" -#: plug-ins/common/postscript.c:1622 -#, c-format -msgid "Error starting ghostscript (%s)" -msgstr "" +#. Tilable +#: ../plug-ins/common/noise-solid.c:639 +msgid "T_ilable" +msgstr "_Döşenebilir" -#: plug-ins/common/postscript.c:1652 -#, c-format -msgid "Error starting ghostscript: %s" -msgstr "" +#: ../plug-ins/common/noise-solid.c:654 +msgid "_X size:" +msgstr "_X boyutu:" -#: plug-ins/common/postscript.c:2472 plug-ins/common/postscript.c:2605 -#: plug-ins/common/postscript.c:2757 plug-ins/common/postscript.c:2886 -#: plug-ins/common/sunras.c:1454 plug-ins/common/sunras.c:1562 -#: plug-ins/fits/fits.c:826 plug-ins/fits/fits.c:950 -msgid "Write error occurred" -msgstr "" +#: ../plug-ins/common/noise-solid.c:667 +msgid "_Y size:" +msgstr "_Y boyutu:" -#: plug-ins/common/postscript.c:2913 -msgid "Load PostScript" -msgstr "" +#: ../plug-ins/common/noise-spread.c:89 +msgid "Move pixels around randomly" +msgstr "Rasgele bir şekilde benekleri etrafında hareket ettir" -#. Rendering -#: plug-ins/common/postscript.c:2933 -msgid "Rendering" -msgstr "" +#: ../plug-ins/common/noise-spread.c:98 +msgid "Sp_read..." +msgstr "Ya_y..." -#. Resolution -#: plug-ins/common/postscript.c:2949 plug-ins/common/svg.c:882 -#: plug-ins/common/wmf.c:669 plug-ins/print/gimp_main_window.c:1087 -msgid "Resolution:" -msgstr "" +#: ../plug-ins/common/noise-spread.c:181 +msgid "Spreading" +msgstr "Yayılma" -#: plug-ins/common/postscript.c:2977 -msgid "Pages:" -msgstr "" +#: ../plug-ins/common/noise-spread.c:346 +msgid "Spread" +msgstr "Etrafa Yay" -#: plug-ins/common/postscript.c:2983 -msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)" -msgstr "" +#: ../plug-ins/common/noise-spread.c:371 +msgid "Spread Amount" +msgstr "Yayılma Miktarı" -#: plug-ins/common/postscript.c:2985 -msgid "Try Bounding Box" -msgstr "" +#: ../plug-ins/common/nova.c:168 +msgid "Add a starburst to the image" +msgstr "Resmi yıldız yağmuru ekle" -#. Colouring -#: plug-ins/common/postscript.c:2998 -msgid "Coloring" -msgstr "" +#: ../plug-ins/common/nova.c:177 +msgid "Super_nova..." +msgstr "Süper_nova..." -#: plug-ins/common/postscript.c:3002 -msgid "B/W" -msgstr "" +#: ../plug-ins/common/nova.c:261 +msgid "Rendering supernova" +msgstr "Süpernova taranıyor" -#: plug-ins/common/postscript.c:3003 plug-ins/rcm/rcm_dialog.c:404 -msgid "Gray" -msgstr "Gri" +#: ../plug-ins/common/nova.c:304 +msgid "Supernova" +msgstr "Süpernova" -#: plug-ins/common/postscript.c:3004 plug-ins/common/xpm.c:469 -#: plug-ins/gimpressionist/color.c:48 plug-ins/gimpressionist/general.c:151 -#: plug-ins/imagemap/imap_menu.c:306 plug-ins/print/gimp_main_window.c:1399 -msgid "Color" -msgstr "Renk" +#: ../plug-ins/common/nova.c:349 +msgid "Supernova Color Picker" +msgstr "Süpernova Renk Seçici" -#: plug-ins/common/postscript.c:3005 plug-ins/fits/fits.c:1000 -msgid "Automatic" -msgstr "Otomatik" +#: ../plug-ins/common/nova.c:378 +msgid "_Spokes:" +msgstr "_Tekerlek:" -#: plug-ins/common/postscript.c:3015 -#, fuzzy -msgid "Text antialiasing" -msgstr "_Yumuşatma Kullan" +#: ../plug-ins/common/nova.c:393 +msgid "R_andom hue:" +msgstr "Ra_sgele renk tonu:" -#: plug-ins/common/postscript.c:3020 plug-ins/common/postscript.c:3032 -msgid "Weak" -msgstr "" +#: ../plug-ins/common/nova.c:446 +msgid "Center of Nova" +msgstr "Nova Merkezi" -#: plug-ins/common/postscript.c:3021 plug-ins/common/postscript.c:3033 -msgid "Strong" -msgstr "" +#: ../plug-ins/common/oilify.c:119 ../plug-ins/common/oilify.c:134 +msgid "Smear colors to simulate an oil painting" +msgstr "Yağlı boya benzetmesi yapmak için renkleri sıva" -#: plug-ins/common/postscript.c:3027 -#, fuzzy -msgid "Graphic antialiasing" -msgstr "_Yumuşatma Kullan" +#: ../plug-ins/common/oilify.c:125 +msgid "Oili_fy..." +msgstr "Yağ_lama..." -#: plug-ins/common/postscript.c:3079 -msgid "Save as PostScript" -msgstr "" +#: ../plug-ins/common/oilify.c:247 +msgid "Oil painting" +msgstr "Yağlı boya" -#. Image Size -#: plug-ins/common/postscript.c:3103 -msgid "Image Size" -msgstr "" +#: ../plug-ins/common/oilify.c:777 +msgid "Oilify" +msgstr "Yağlama" -#: plug-ins/common/postscript.c:3152 -msgid "_Keep aspect ratio" -msgstr "" +#: ../plug-ins/common/oilify.c:815 +msgid "_Mask size:" +msgstr "_Maske boyutu:" -#: plug-ins/common/postscript.c:3158 -msgid "" -"When toggled, the resulting image will be scaled to fit into the given size " -"without changing the aspect ratio." -msgstr "" +#. +#. * Mask-size map check button +#. +#: ../plug-ins/common/oilify.c:830 +msgid "Use m_ask-size map:" +msgstr "M_aske-boyutu eşlemi kullan:" -#. Unit -#: plug-ins/common/postscript.c:3167 -msgid "Unit" -msgstr "" +#: ../plug-ins/common/oilify.c:867 ../plug-ins/common/sinus.c:922 +msgid "_Exponent:" +msgstr "_Üst:" -#: plug-ins/common/postscript.c:3171 -msgid "_Inch" -msgstr "" +#. +#. * Exponent map check button +#. +#: ../plug-ins/common/oilify.c:882 +msgid "Use e_xponent map:" +msgstr "M_at eşlem kullan:" -#: plug-ins/common/postscript.c:3172 -msgid "_Millimeter" -msgstr "" +#. +#. * Intensity algorithm check button +#. +#: ../plug-ins/common/oilify.c:918 +msgid "_Use intensity algorithm" +msgstr "Yoğunluk algoritmasını _kullan" -#. Format -#: plug-ins/common/postscript.c:3198 -msgid "Output" -msgstr "" +#: ../plug-ins/common/photocopy.c:153 +msgid "Simulate color distortion produced by a copy machine" +msgstr "Fotokopi makinesinden çıkmış gibi siyah-beyaz yap" -#: plug-ins/common/postscript.c:3204 -msgid "_PostScript level 2" -msgstr "" +#: ../plug-ins/common/photocopy.c:158 +msgid "_Photocopy..." +msgstr "_Fotokopi..." -#: plug-ins/common/postscript.c:3213 -msgid "_Encapsulated PostScript" -msgstr "" +#: ../plug-ins/common/photocopy.c:839 +msgid "Photocopy" +msgstr "Fotokopi" -#: plug-ins/common/postscript.c:3222 -#, fuzzy -msgid "P_review" -msgstr "Önizleme" +#: ../plug-ins/common/photocopy.c:890 ../plug-ins/common/sharpen.c:511 +#: ../plug-ins/common/softglow.c:697 +msgid "_Sharpness:" +msgstr "_Keskinlik:" -#: plug-ins/common/postscript.c:3243 -#, fuzzy -msgid "Preview _size:" -msgstr "Önizleme Boyutu:" +#: ../plug-ins/common/photocopy.c:904 +msgid "Percent _black:" +msgstr "_Siyah yüzdesi:" + +#: ../plug-ins/common/photocopy.c:918 +msgid "Percent _white:" +msgstr "_Beyaz yüzdesi:" -#: plug-ins/common/psd.c:489 -msgid "Invalid UTF-8 string in PSD file" -msgstr "" +#: ../plug-ins/common/pixelize.c:164 +msgid "Simplify image into an array of solid-colored squares" +msgstr "Resmi düz_renkli kareler dizisine basitleştir" -#: plug-ins/common/psd_save.c:181 -msgid "Photoshop image" -msgstr "" +#: ../plug-ins/common/pixelize.c:171 +msgid "_Pixelize..." +msgstr "_Benekleştir..." -#: plug-ins/common/psd_save.c:1564 -#, c-format -msgid "" -"Unable to save '%s'. The psd file format does not support images that are " -"more than 30000 pixels wide or tall." -msgstr "" +#: ../plug-ins/common/pixelize.c:273 +msgid "Pixelizing" +msgstr "Benekleştiriliyor" -#: plug-ins/common/psd_save.c:1576 -#, c-format -msgid "" -"Unable to save '%s'. The psd file format does not support images with " -"layers that are more than 30000 pixels wide or tall." -msgstr "" +#: ../plug-ins/common/pixelize.c:316 +msgid "Pixelize" +msgstr "Benekleştir" -#: plug-ins/common/psp.c:362 -msgid "Paint Shop Pro image" -msgstr "" +#: ../plug-ins/common/pixelize.c:352 +msgid "Pixel _width:" +msgstr "Benek _genişliği:" -#: plug-ins/common/psp.c:402 -msgid "Save as PSP" -msgstr "" +#: ../plug-ins/common/pixelize.c:357 +msgid "Pixel _height:" +msgstr "Benek _yüksekliği:" -#. file save type -#: plug-ins/common/psp.c:412 -msgid "Data Compression" -msgstr "" +#: ../plug-ins/common/plasma.c:176 +msgid "Create a random plasma texture" +msgstr "Rastgele plasma dokusu oluştur" -#: plug-ins/common/psp.c:417 -msgid "RLE" -msgstr "" +#: ../plug-ins/common/plasma.c:181 +msgid "_Plasma..." +msgstr "_Plasma..." -#: plug-ins/common/psp.c:418 -msgid "LZ77" -msgstr "" +#: ../plug-ins/common/plasma.c:263 ../plug-ins/common/plasma.c:300 +msgid "Plasma" +msgstr "Plazma" -#: plug-ins/common/randomize.c:107 -msgid "Random Hurl 1.7" -msgstr "" +#: ../plug-ins/common/plasma.c:337 +msgid "Random _seed:" +msgstr "Rasgele _besleme:" -#: plug-ins/common/randomize.c:108 -msgid "Random Pick 1.7" -msgstr "" +#: ../plug-ins/common/plasma.c:348 +msgid "T_urbulence:" +msgstr "T_ürbülans:" -#: plug-ins/common/randomize.c:109 -msgid "Random Slur 1.7" -msgstr "" +#: ../plug-ins/common/plugin-browser.c:134 +msgid "Display information about plug-ins" +msgstr "Eklentiler hakkındaki bilgiyi göster" -#: plug-ins/common/randomize.c:244 -msgid "_Hurl..." -msgstr "" +#: ../plug-ins/common/plugin-browser.c:144 +msgid "_Plug-In Browser" +msgstr "_Eklenti Tarayıcısı" -#: plug-ins/common/randomize.c:256 -msgid "_Pick..." -msgstr "" +#: ../plug-ins/common/plugin-browser.c:372 +msgid "Searching by name" +msgstr "Ada göre aranıyor" -#: plug-ins/common/randomize.c:268 -msgid "_Slur..." -msgstr "" +#: ../plug-ins/common/plugin-browser.c:386 +#, c-format +msgid "%d plug-in" +msgid_plural "%d plug-ins" +msgstr[0] "%d eklenti" -#: plug-ins/common/randomize.c:756 plug-ins/common/snoise.c:614 -#, fuzzy -msgid "_Random seed:" -msgstr "Hız:" +#: ../plug-ins/common/plugin-browser.c:395 +msgid "No matches for your query" +msgstr "Sorgunuza uygun eşleşme yok" -#: plug-ins/common/randomize.c:765 -msgid "R_andomization (%):" -msgstr "" +#: ../plug-ins/common/plugin-browser.c:398 +#, c-format +msgid "%d plug-in matches your query" +msgid_plural "%d plug-ins match your query" +msgstr[0] "Sorgunuzla eşleşen %d eklenti" -#: plug-ins/common/randomize.c:768 -msgid "Percentage of pixels to be filtered" -msgstr "" +#: ../plug-ins/common/plugin-browser.c:529 +msgid "No matches" +msgstr "Eşleşme yok" -#: plug-ins/common/randomize.c:777 -msgid "R_epeat:" -msgstr "_Tekrarlama:" +#: ../plug-ins/common/plugin-browser.c:554 +msgid "Plug-In Browser" +msgstr "Eklenti Tarayıcı" -#: plug-ins/common/randomize.c:780 -msgid "Number of times to apply filter" -msgstr "" +#: ../plug-ins/common/plugin-browser.c:597 +msgid "Name" +msgstr "İsim" -#: plug-ins/common/raw.c:166 plug-ins/common/raw.c:181 -msgid "Raw Image Data" -msgstr "" +#: ../plug-ins/common/plugin-browser.c:605 +#: ../plug-ins/common/plugin-browser.c:668 +msgid "Menu Path" +msgstr "Menü Yolu" -#: plug-ins/common/raw.c:915 -msgid "Raw Image Loader" -msgstr "" +#: ../plug-ins/common/plugin-browser.c:613 +#: ../plug-ins/common/plugin-browser.c:677 +msgid "Image Types" +msgstr "Görüntü Türleri" -#: plug-ins/common/raw.c:943 -#, fuzzy -msgid "Image" -msgstr "Resim" +#: ../plug-ins/common/plugin-browser.c:623 +#: ../plug-ins/common/plugin-browser.c:686 +msgid "Installation Date" +msgstr "Kurulum Tarihi" -#: plug-ins/common/raw.c:955 -msgid "Planar RGB" -msgstr "" +#: ../plug-ins/common/plugin-browser.c:647 +msgid "List View" +msgstr "Liste Görünümü" -#: plug-ins/common/raw.c:956 -msgid "Indexed" -msgstr "" +#: ../plug-ins/common/plugin-browser.c:709 +msgid "Tree View" +msgstr "Ağaç Görünümü" -#: plug-ins/common/raw.c:961 -#, fuzzy -msgid "Image _Type:" -msgstr "Resim" +#: ../plug-ins/common/polar-coords.c:156 +msgid "Convert image to or from polar coordinates" +msgstr "Görüntüyü kutupsal derinliğe ya da kutupsal derinlikten dönüştür" -#: plug-ins/common/raw.c:1011 -#, fuzzy -msgid "Palette" -msgstr "Yapıştır" +#: ../plug-ins/common/polar-coords.c:163 +msgid "P_olar Coordinates..." +msgstr "K_utupsal Derinlik..." -#: plug-ins/common/raw.c:1021 plug-ins/common/raw.c:1109 -msgid "R, G, B (normal)" -msgstr "" +#: ../plug-ins/common/polar-coords.c:360 +msgid "Polar coordinates" +msgstr "Kutupsal derinlik" -#: plug-ins/common/raw.c:1022 plug-ins/common/raw.c:1111 -msgid "B, G, R, X (bmp style)" -msgstr "" +#: ../plug-ins/common/polar-coords.c:592 +msgid "Polar Coordinates" +msgstr "Kutupsal Derinlik" -#: plug-ins/common/raw.c:1027 -msgid "_Palette Type:" -msgstr "" +#: ../plug-ins/common/polar-coords.c:631 +msgid "Circle _depth in percent:" +msgstr "Yüzde olarak daire _derinliği:" -#: plug-ins/common/raw.c:1038 -#, fuzzy -msgid "Off_set:" -msgstr "Açı:" +#: ../plug-ins/common/polar-coords.c:643 +msgid "Offset _angle:" +msgstr "Konum_açısı:" -#: plug-ins/common/raw.c:1050 -msgid "Select Palette File to Load" -msgstr "" +#: ../plug-ins/common/polar-coords.c:658 +msgid "_Map backwards" +msgstr "_Eşlem geçmişi" -#: plug-ins/common/raw.c:1053 -#, fuzzy -msgid "Pal_ette File:" -msgstr "Kaydet" +#: ../plug-ins/common/polar-coords.c:664 +msgid "" +"If checked the mapping will begin at the right side, as opposed to beginning " +"at the left." +msgstr "Eğer eşleme işaretliyse sağ tarafta başlayacak, değilse sol tarafta." -#: plug-ins/common/raw.c:1081 -msgid "Raw Image Save" -msgstr "" +#: ../plug-ins/common/polar-coords.c:675 +msgid "Map from _top" +msgstr "Ü_stten eşlem" -#: plug-ins/common/raw.c:1095 -msgid "RGB Save Type" +#: ../plug-ins/common/polar-coords.c:681 +msgid "" +"If unchecked the mapping will put the bottom row in the middle and the top " +"row on the outside. If checked it will be the opposite." msgstr "" +"Eğer işaretli değilse eşleme alt satırı dışarıda orta ve üst satıra koyacak. " +"İşaretli ise tam tersi." -#: plug-ins/common/raw.c:1099 -msgid "Standard (R,G,B)" -msgstr "" +#: ../plug-ins/common/polar-coords.c:693 +msgid "To _polar" +msgstr "_Kutupsala" -#: plug-ins/common/raw.c:1100 -msgid "Planar (RRR,GGG,BBB)" +#: ../plug-ins/common/polar-coords.c:699 +msgid "" +"If unchecked the image will be circularly mapped onto a rectangle. If " +"checked the image will be mapped onto a circle." msgstr "" +"Eğer işaretli değilse resim bir dikdörtgen içerisine dairesel olarak " +"eşlenecek. Eğer işaretli ise resim daire içerisine eşlenecek." -#: plug-ins/common/raw.c:1105 -msgid "Indexed Palette Type" -msgstr "" +#: ../plug-ins/common/procedure-browser.c:83 +msgid "List available procedures in the PDB" +msgstr "PDB'deki kullanılabilir yönergeleri listele" -#: plug-ins/common/retinex.c:167 -#, fuzzy -msgid "_Retinex..." -msgstr "Mavi:" +#: ../plug-ins/common/procedure-browser.c:88 +msgid "Procedure _Browser" +msgstr "Yönerge _Tarayıcı" -#: plug-ins/common/retinex.c:250 -msgid "Retinex..." -msgstr "" +#: ../plug-ins/common/procedure-browser.c:126 +msgid "Procedure Browser" +msgstr "Yönerge Tarayıcı" -#: plug-ins/common/retinex.c:252 -msgid "Retinex (4/4): updated..." -msgstr "" +#: ../plug-ins/common/qbist.c:402 +msgid "Generate a huge variety of abstract patterns" +msgstr "Soyut desenlerin geniş bir çeşitliliğini oluştur" -#: plug-ins/common/retinex.c:289 -msgid "Retinex Image Enhancement" -msgstr "" +#: ../plug-ins/common/qbist.c:410 +msgid "_Qbist..." +msgstr "_Qbist..." -#: plug-ins/common/retinex.c:310 -msgid "Level" -msgstr "" +#: ../plug-ins/common/qbist.c:511 +msgid "Qbist" +msgstr "Qbist" -#: plug-ins/common/retinex.c:314 -msgid "_Uniform" -msgstr "" +#: ../plug-ins/common/qbist.c:707 +msgid "Load QBE File" +msgstr "QBE Dosyasını Yükle" -#: plug-ins/common/retinex.c:316 -#, fuzzy -msgid "_Low" -msgstr "Sarı" +#: ../plug-ins/common/qbist.c:749 +msgid "Save as QBE File" +msgstr "QBE dosyası olarak kaydet" -#: plug-ins/common/retinex.c:318 -#, fuzzy -msgid "_High" -msgstr "Yükseklik:" +#: ../plug-ins/common/qbist.c:803 +msgid "G-Qbist" +msgstr "G-Qbist" -#: plug-ins/common/retinex.c:343 -#, fuzzy -msgid "_Scale:" -msgstr "Büyüklük:" +#: ../plug-ins/common/red-eye-removal.c:105 +msgid "Remove the red eye effect caused by camera flashes" +msgstr "Kamera ışığından kaynaklanan gözlerdeki kırmızılığı kaldır" + +#: ../plug-ins/common/red-eye-removal.c:116 +msgid "_Red Eye Removal..." +msgstr "_Kırmızı Göz Kaldırma..." + +#: ../plug-ins/common/red-eye-removal.c:142 +msgid "Red Eye Removal" +msgstr "Kırmızı Göz Kaldırma" + +#: ../plug-ins/common/red-eye-removal.c:170 +#: ../plug-ins/common/unsharp-mask.c:706 ../plug-ins/common/wind.c:1008 +#: ../plug-ins/imagemap/imap_preferences.c:441 +#: ../plug-ins/map-object/map-object-ui.c:585 +msgid "_Threshold:" +msgstr "_Eşik:" -#: plug-ins/common/retinex.c:358 -#, fuzzy -msgid "_Scale division:" -msgstr "Açıklama:" +#: ../plug-ins/common/red-eye-removal.c:176 +msgid "Threshold for the red eye color to remove." +msgstr "Kırmızı göz rengini kaldırma eşiği." -#: plug-ins/common/retinex.c:373 -msgid "_Dynamic:" +#: ../plug-ins/common/red-eye-removal.c:181 +msgid "Manually selecting the eyes may improve the results." msgstr "" +"Gözleri elle belirtmek daha iyi bir netice alınmasına imkan sağlayacaktır." -#: plug-ins/common/retinex.c:647 -msgid "Retinex: Filtering..." -msgstr "" +#: ../plug-ins/common/red-eye-removal.c:301 +msgid "Removing red eye" +msgstr "Kırmızı göz kaldırılıyor" -#: plug-ins/common/ripple.c:138 +#: ../plug-ins/common/ripple.c:129 +msgid "Displace pixels in a ripple pattern" +msgstr "Dalga deseninde beneklerin yerini değiştirir" + +#: ../plug-ins/common/ripple.c:136 msgid "_Ripple..." -msgstr "" +msgstr "_Dalgacık..." -#: plug-ins/common/ripple.c:222 -msgid "Rippling..." -msgstr "" +#: ../plug-ins/common/ripple.c:226 +msgid "Rippling" +msgstr "Dalgacıklandırma" -#: plug-ins/common/ripple.c:472 +#: ../plug-ins/common/ripple.c:468 msgid "Ripple" -msgstr "" +msgstr "Dalgacık" -#: plug-ins/common/ripple.c:522 +#: ../plug-ins/common/ripple.c:526 msgid "_Retain tilability" -msgstr "" +msgstr "_Döşenebilirliği tut" #. Edges toggle box -#: plug-ins/common/ripple.c:556 +#: ../plug-ins/common/ripple.c:560 msgid "Edges" -msgstr "" +msgstr "Kenarlar" + +#: ../plug-ins/common/ripple.c:566 +msgid "_Blank" +msgstr "_Sil" #. Wave toggle box -#: plug-ins/common/ripple.c:584 +#: ../plug-ins/common/ripple.c:588 msgid "Wave Type" -msgstr "" +msgstr "Dalga Türü" -#: plug-ins/common/ripple.c:588 +#: ../plug-ins/common/ripple.c:592 msgid "Saw_tooth" -msgstr "" +msgstr "Testere_dişleri" -#: plug-ins/common/ripple.c:589 -#, fuzzy +#: ../plug-ins/common/ripple.c:593 msgid "S_ine" -msgstr "Boyut" +msgstr "S_inüs" -#: plug-ins/common/ripple.c:612 -#, fuzzy +#: ../plug-ins/common/ripple.c:616 msgid "_Period:" -msgstr "Kırmızı:" +msgstr "_Dönem:" -#: plug-ins/common/ripple.c:625 +#: ../plug-ins/common/ripple.c:629 msgid "A_mplitude:" -msgstr "" +msgstr "G_enişlik:" -#: plug-ins/common/rotate.c:421 +#: ../plug-ins/common/ripple.c:642 +msgid "Phase _shift:" +msgstr "Faz _kayması:" + +#: ../plug-ins/common/rotate.c:413 msgid "You can not rotate the whole image if there's a selection." -msgstr "" +msgstr "Bütün resmi seçili bir alanda çeviremezsiniz." -#: plug-ins/common/rotate.c:428 +#: ../plug-ins/common/rotate.c:420 msgid "You can not rotate the whole image if there's a floating selection." -msgstr "" +msgstr "Eğer serbest seçim var ise tüm resmi döndüremezsiniz." -#: plug-ins/common/rotate.c:439 +#: ../plug-ins/common/rotate.c:431 msgid "Sorry, channels and masks can not be rotated." -msgstr "" +msgstr "Üzgünüz, kanal ve maskeler çevrilemez." -#: plug-ins/common/rotate.c:445 -msgid "Rotating..." -msgstr "" +#: ../plug-ins/common/rotate.c:437 +msgid "Rotating" +msgstr "Döndürme" + +#: ../plug-ins/common/sample-colorize.c:298 +msgid "Colorize image using a sample image as a guide" +msgstr "Örnek bir resmi rehber alarak resmi renklendirir" -#: plug-ins/common/sample_colorize.c:296 +#: ../plug-ins/common/sample-colorize.c:303 msgid "_Sample Colorize..." -msgstr "" +msgstr "_Örnek Renklendirme..." -#: plug-ins/common/sample_colorize.c:1310 +#: ../plug-ins/common/sample-colorize.c:1327 msgid "Sample Colorize" -msgstr "" +msgstr "Örnek Renklendirme" -#: plug-ins/common/sample_colorize.c:1315 -msgid "Get sample colors" -msgstr "" - -#: plug-ins/common/sample_colorize.c:1317 -msgid "Apply" -msgstr "" +#: ../plug-ins/common/sample-colorize.c:1332 +msgid "Get _Sample Colors" +msgstr "Örnek Renkler _Al" #. layer combo_box (Dst) -#: plug-ins/common/sample_colorize.c:1335 +#: ../plug-ins/common/sample-colorize.c:1361 msgid "Destination:" -msgstr "" +msgstr "Hedef:" #. layer combo_box (Sample) -#: plug-ins/common/sample_colorize.c:1351 +#: ../plug-ins/common/sample-colorize.c:1377 msgid "Sample:" -msgstr "" +msgstr "Örnek:" -#: plug-ins/common/sample_colorize.c:1361 -#, fuzzy +#: ../plug-ins/common/sample-colorize.c:1387 msgid "From reverse gradient" -msgstr "Yeşil:" +msgstr "Ters eğimden" -#: plug-ins/common/sample_colorize.c:1366 -#, fuzzy +#: ../plug-ins/common/sample-colorize.c:1392 msgid "From gradient" -msgstr "Yeşil:" +msgstr "Eğimden" #. check button -#: plug-ins/common/sample_colorize.c:1387 -#: plug-ins/common/sample_colorize.c:1414 -#, fuzzy +#: ../plug-ins/common/sample-colorize.c:1413 +#: ../plug-ins/common/sample-colorize.c:1440 msgid "Show selection" -msgstr "Seçim:" +msgstr "Seçimi göster" #. check button -#: plug-ins/common/sample_colorize.c:1398 -#: plug-ins/common/sample_colorize.c:1425 -#, fuzzy +#: ../plug-ins/common/sample-colorize.c:1424 +#: ../plug-ins/common/sample-colorize.c:1451 msgid "Show color" -msgstr "Renk sayısı:" +msgstr "Rengi göster" -#: plug-ins/common/sample_colorize.c:1538 -#, fuzzy +#: ../plug-ins/common/sample-colorize.c:1564 msgid "Input levels:" -msgstr "Yoğunluk Seviyeleri" +msgstr "Girdi düzeyleri:" -#: plug-ins/common/sample_colorize.c:1588 -msgid "Output Levels:" -msgstr "" +#: ../plug-ins/common/sample-colorize.c:1614 +msgid "Output levels:" +msgstr "Çıktı düzeyleri:" #. check button -#: plug-ins/common/sample_colorize.c:1628 +#: ../plug-ins/common/sample-colorize.c:1654 msgid "Hold intensity" -msgstr "" +msgstr "Yoğunluğu sabitle" #. check button -#: plug-ins/common/sample_colorize.c:1639 +#: ../plug-ins/common/sample-colorize.c:1665 msgid "Original intensity" -msgstr "" +msgstr "Özgün yoğunluk" #. check button -#: plug-ins/common/sample_colorize.c:1657 -#, fuzzy +#: ../plug-ins/common/sample-colorize.c:1683 msgid "Use subcolors" -msgstr "Renk sayısı:" +msgstr "Yardımcı renkleri kullan" #. check button -#: plug-ins/common/sample_colorize.c:1668 +#: ../plug-ins/common/sample-colorize.c:1694 msgid "Smooth samples" -msgstr "" - -#: plug-ins/common/sample_colorize.c:2632 -msgid "Sample Analyze..." -msgstr "" - -#: plug-ins/common/sample_colorize.c:3002 -msgid "Remap Colorized..." -msgstr "" - -#: plug-ins/common/scatter_hsv.c:113 -#, fuzzy -msgid "S_catter HSV..." -msgstr "Boşluk:" +msgstr "Pürüzsüz örnekler" -#: plug-ins/common/scatter_hsv.c:208 -#, fuzzy -msgid "Scattering HSV..." -msgstr "Boşluk:" +#: ../plug-ins/common/sample-colorize.c:2666 +msgid "Sample analyze" +msgstr "Basit çözümleme" -#: plug-ins/common/scatter_hsv.c:344 -msgid "Scatter HSV" -msgstr "" +#: ../plug-ins/common/sample-colorize.c:3044 +msgid "Remap colorized" +msgstr "Renklendirilen yeniden eşleme" -#: plug-ins/common/scatter_hsv.c:372 -msgid "_Holdness:" -msgstr "" +#: ../plug-ins/common/screenshot.c:240 +msgid "Create an image from an area of the screen" +msgstr "Ekran alanında görüntü oluşutur" -#: plug-ins/common/scatter_hsv.c:384 -#, fuzzy -msgid "H_ue:" -msgstr "Mavi:" +#: ../plug-ins/common/screenshot.c:253 +msgid "_Screenshot..." +msgstr "_Ekran Görüntüsü..." -#: plug-ins/common/scatter_hsv.c:396 -msgid "_Saturation:" -msgstr "" +#: ../plug-ins/common/screenshot.c:417 +msgid "Error selecting the window" +msgstr "Pencere seçme hatası" -#: plug-ins/common/scatter_hsv.c:408 -#, fuzzy -msgid "_Value:" -msgstr "Değer" +#: ../plug-ins/common/screenshot.c:778 +msgid "Importing screenshot" +msgstr "Ekran görüntüsü içe aktarılıyor" -#: plug-ins/common/screenshot.c:257 plug-ins/winsnap/winsnap.c:990 -#, fuzzy -msgid "_Screen Shot..." -msgstr "Farklı kaydet..." +#: ../plug-ins/common/screenshot.c:804 ../plug-ins/common/screenshot.c:1060 +msgid "Screenshot" +msgstr "Ekran Görüntüsü" -#: plug-ins/common/screenshot.c:395 -msgid "Error grabbing the pointer" -msgstr "" +#: ../plug-ins/common/screenshot.c:845 +msgid "Mouse Pointer" +msgstr "Fare İmleci" -#: plug-ins/common/screenshot.c:471 -msgid "Loading Screen Shot..." -msgstr "" +#: ../plug-ins/common/screenshot.c:949 +msgid "Specified window not found" +msgstr "Belirtilen pencere bulunamadı" -#: plug-ins/common/screenshot.c:478 plug-ins/common/screenshot.c:638 -msgid "Screen Shot" -msgstr "" +#: ../plug-ins/common/screenshot.c:975 +msgid "There was an error taking the screenshot." +msgstr "Ekran görüntüsü almada bir hata oluştu" -#: plug-ins/common/screenshot.c:586 -msgid "Specified window not found" -msgstr "" +#: ../plug-ins/common/screenshot.c:1069 +msgid "S_nap" +msgstr "E_nstantane fotoğraf" -#: plug-ins/common/screenshot.c:609 -msgid "Error obtaining Screen Shot" -msgstr "" +#: ../plug-ins/common/screenshot.c:1099 +msgid "After the delay, the screenshot is taken." +msgstr "Gecikmenin ardından ekran görüntüsü alınır." -#. single window -#: plug-ins/common/screenshot.c:643 plug-ins/common/screenshot.c:673 -#: plug-ins/winsnap/winsnap.c:866 -msgid "Grab" +#: ../plug-ins/common/screenshot.c:1101 +msgid "" +"After the delay, drag your mouse to select the region for the screenshot." msgstr "" +"Gecikmeden sonra, ekran görüntüsü alınacak bölgeyi seçmek için farenizi " +"sürükleyin." -#: plug-ins/common/screenshot.c:680 -msgid "a _Single Window" -msgstr "" +#: ../plug-ins/common/screenshot.c:1104 +msgid "At the end of the delay, click in a window to snap it." +msgstr "Gecikme süresinin sonunda, görüntü almak için pencerenin içine tıkla." -#: plug-ins/common/screenshot.c:698 -#, fuzzy -msgid "S_elect Window After" -msgstr "Seç" +#. Area +#: ../plug-ins/common/screenshot.c:1110 +msgid "Area" +msgstr "Alan" -#: plug-ins/common/screenshot.c:713 plug-ins/common/screenshot.c:755 -msgid "Seconds Delay" -msgstr "" +#: ../plug-ins/common/screenshot.c:1121 +msgid "Take a screenshot of a single _window" +msgstr "T_ek bir pencerenin ekran görüntüsünü al" -#: plug-ins/common/screenshot.c:719 -#, fuzzy -msgid "the _Whole Screen" -msgstr "Ekran" +#: ../plug-ins/common/screenshot.c:1140 +msgid "Include window _decoration" +msgstr "Pencere _süslemesini kapsa" -#: plug-ins/common/screenshot.c:740 -#, fuzzy -msgid "Grab _After" -msgstr "sonra" +#: ../plug-ins/common/screenshot.c:1158 +msgid "Take a screenshot of the entire _screen" +msgstr "_Tüm ekranın ekran görüntüsünü al" -#: plug-ins/common/sel_gauss.c:107 -msgid "_Selective Gaussian Blur..." -msgstr "" +#: ../plug-ins/common/screenshot.c:1177 +msgid "Include _mouse pointer" +msgstr "_Fare imlecini kapsa" -#: plug-ins/common/sel_gauss.c:187 -msgid "Selective Gaussian Blur..." -msgstr "" +#: ../plug-ins/common/screenshot.c:1197 +msgid "Select a _region to grab" +msgstr "Yakanacak _bölge seç" -#: plug-ins/common/sel_gauss.c:225 -msgid "Selective Gaussian Blur" -msgstr "" +#. Delay +#: ../plug-ins/common/screenshot.c:1212 +msgid "Delay" +msgstr "Gecikme" -#: plug-ins/common/sel_gauss.c:257 -msgid "_Blur radius:" -msgstr "" +#. this is the unit label of a spinbutton +#: ../plug-ins/common/screenshot.c:1234 +msgid "seconds" +msgstr "saniye" -#: plug-ins/common/sel_gauss.c:267 -#, fuzzy -msgid "_Max. delta:" -msgstr "Azami Derinlik:" +#: ../plug-ins/common/semi-flatten.c:68 +msgid "Replace partial transparency with the current background color" +msgstr "Mevcut artalan rengini kısmi saydamlık ile değiştir" -#: plug-ins/common/semiflatten.c:77 +#: ../plug-ins/common/semi-flatten.c:75 msgid "_Semi-Flatten" -msgstr "" +msgstr "_Yarı-Düzleştir" -#: plug-ins/common/semiflatten.c:122 -msgid "Semi-Flattening..." -msgstr "" +#: ../plug-ins/common/semi-flatten.c:118 +msgid "Semi-Flattening" +msgstr "Yarı-Düzleştirme" -#: plug-ins/common/sharpen.c:124 -#, fuzzy +#: ../plug-ins/common/sharpen.c:113 +msgid "Make image sharper (less powerful than Unsharp Mask)" +msgstr "Resmi keskinleştirir (Keskin Netleştirmeye göre daha güçsüzdür)" + +#: ../plug-ins/common/sharpen.c:120 msgid "_Sharpen..." -msgstr "Ekran" +msgstr "_Keskinleştir..." #. #. * Let the user know what we're doing... #. -#: plug-ins/common/sharpen.c:311 -msgid "Sharpening..." -msgstr "" +#: ../plug-ins/common/sharpen.c:307 +msgid "Sharpening" +msgstr "Keskinleştiriliyor" -#: plug-ins/common/sharpen.c:480 -#, fuzzy +#: ../plug-ins/common/sharpen.c:476 msgid "Sharpen" -msgstr "Ekran" +msgstr "Keskinleştir" -#: plug-ins/common/shift.c:113 +#: ../plug-ins/common/shift.c:101 +msgid "Shift each row of pixels by a random amount" +msgstr "Her benek satırını rasgele miktarda kaydır" + +#: ../plug-ins/common/shift.c:108 msgid "_Shift..." -msgstr "" +msgstr "_Ötele..." -#: plug-ins/common/shift.c:194 -msgid "Shifting..." -msgstr "" +#: ../plug-ins/common/shift.c:189 +msgid "Shifting" +msgstr "Öteleme" -#: plug-ins/common/shift.c:349 +#: ../plug-ins/common/shift.c:355 msgid "Shift" -msgstr "" +msgstr "Ötele" -#: plug-ins/common/shift.c:373 -#, fuzzy +#: ../plug-ins/common/shift.c:388 msgid "Shift _horizontally" -msgstr "Ufki" +msgstr "Yatay olarak _kaydır" -#: plug-ins/common/shift.c:374 -#, fuzzy +#: ../plug-ins/common/shift.c:391 msgid "Shift _vertically" -msgstr "Dikey" +msgstr "_Dikey olarak kaydır" -#: plug-ins/common/shift.c:404 -#, fuzzy +#: ../plug-ins/common/shift.c:422 msgid "Shift _amount:" -msgstr "Yazar:" +msgstr "Kaydırma _miktarı:" -#: plug-ins/common/sinus.c:191 -#, fuzzy +#: ../plug-ins/common/sinus.c:186 +msgid "Generate complex sinusoidal textures" +msgstr "Karmaşık sinüsoid desen oluştur" + +#: ../plug-ins/common/sinus.c:191 msgid "_Sinus..." -msgstr "%s kaydediliyor..." +msgstr "_Sinüs..." -#: plug-ins/common/sinus.c:284 -msgid "Sinus: rendering..." -msgstr "" +#: ../plug-ins/common/sinus.c:284 +msgid "Sinus: rendering" +msgstr "Sinüs: taranıyor" #. Create Main window with a vbox #. ============================== -#: plug-ins/common/sinus.c:648 +#: ../plug-ins/common/sinus.c:648 msgid "Sinus" -msgstr "" +msgstr "Sinüs" -#: plug-ins/common/sinus.c:683 +#: ../plug-ins/common/sinus.c:690 msgid "Drawing Settings" -msgstr "" +msgstr "Çizim Ayarları" -#: plug-ins/common/sinus.c:693 -#, fuzzy -msgid "_X Scale:" -msgstr "Büyüklük:" +#: ../plug-ins/common/sinus.c:700 +msgid "_X scale:" +msgstr "_X ölçeği:" -#: plug-ins/common/sinus.c:702 -#, fuzzy -msgid "_Y Scale:" -msgstr "Büyüklük:" +#: ../plug-ins/common/sinus.c:709 +msgid "_Y scale:" +msgstr "_Y ölçeği:" -#: plug-ins/common/sinus.c:711 +#: ../plug-ins/common/sinus.c:718 msgid "Co_mplexity:" -msgstr "" +msgstr "Ka_rmaşıklık:" -#: plug-ins/common/sinus.c:721 +#: ../plug-ins/common/sinus.c:728 msgid "Calculation Settings" -msgstr "" +msgstr "Hesaplama Ayarları" -#: plug-ins/common/sinus.c:734 -#, fuzzy +#: ../plug-ins/common/sinus.c:741 msgid "R_andom seed:" -msgstr "Hız:" +msgstr "R_astgele tohum:" -#: plug-ins/common/sinus.c:743 +#: ../plug-ins/common/sinus.c:750 msgid "_Force tiling?" -msgstr "" +msgstr "Döşemeye _zorlansın mı?" -#: plug-ins/common/sinus.c:756 +#: ../plug-ins/common/sinus.c:763 msgid "_Ideal" -msgstr "" +msgstr "_İdeal" -#: plug-ins/common/sinus.c:757 +#: ../plug-ins/common/sinus.c:764 msgid "_Distorted" -msgstr "" +msgstr "_Bozulmuş" -#: plug-ins/common/sinus.c:775 plug-ins/common/sinus.c:791 -#: plug-ins/imagemap/imap_preferences.c:516 +#: ../plug-ins/common/sinus.c:782 ../plug-ins/common/sinus.c:798 +#: ../plug-ins/imagemap/imap_preferences.c:422 msgid "Colors" msgstr "Renkler" #. if in grey scale, the colors are necessarily black and white -#: plug-ins/common/sinus.c:784 +#: ../plug-ins/common/sinus.c:791 msgid "The colors are white and black." -msgstr "" +msgstr "Renkler beyaz ve siyah." -#: plug-ins/common/sinus.c:795 +#: ../plug-ins/common/sinus.c:802 msgid "Bl_ack & white" -msgstr "" +msgstr "Si_yah & Beyaz" -#: plug-ins/common/sinus.c:797 -#, fuzzy +#: ../plug-ins/common/sinus.c:804 msgid "_Foreground & background" -msgstr "Şeffaf" +msgstr "_Önalan ve Artalan" -#: plug-ins/common/sinus.c:799 +#: ../plug-ins/common/sinus.c:806 msgid "C_hoose here:" -msgstr "" +msgstr "Burada s_eç:" -#: plug-ins/common/sinus.c:812 -#, fuzzy +#: ../plug-ins/common/sinus.c:819 msgid "First color" -msgstr "Renk" - -#: plug-ins/common/sinus.c:822 -#, fuzzy -msgid "Second color" -msgstr "Önalan" - -#: plug-ins/common/sinus.c:835 -msgid "Alpha Channels" -msgstr "" - -#: plug-ins/common/sinus.c:848 -#, fuzzy -msgid "F_irst Color:" -msgstr "Renk" - -#: plug-ins/common/sinus.c:863 -#, fuzzy -msgid "S_econd Color:" -msgstr "Önalan" - -#: plug-ins/common/sinus.c:888 -msgid "Blend Settings" -msgstr "" - -#: plug-ins/common/sinus.c:901 -msgid "L_inear" -msgstr "" - -#: plug-ins/common/sinus.c:902 -msgid "Bili_near" -msgstr "" - -#: plug-ins/common/sinus.c:903 -msgid "Sin_usoidal" -msgstr "" - -#: plug-ins/common/sinus.c:915 -msgid "_Exponent:" -msgstr "" - -#: plug-ins/common/sinus.c:925 -#, fuzzy -msgid "_Blend" -msgstr "Siyah" - -#: plug-ins/common/sinus.c:1042 -msgid "Do _Preview" -msgstr "" - -#: plug-ins/common/smooth_palette.c:88 -msgid "Smoo_th Palette..." -msgstr "" - -#: plug-ins/common/smooth_palette.c:180 -msgid "Deriving Smooth Palette..." -msgstr "" - -#: plug-ins/common/smooth_palette.c:412 -msgid "Smooth Palette" -msgstr "" +msgstr "İlk renk" -#: plug-ins/common/smooth_palette.c:445 -#, fuzzy -msgid "_Search depth:" -msgstr "Azami Derinlik:" +#: ../plug-ins/common/sinus.c:829 +msgid "Second color" +msgstr "İkinci renk" -#: plug-ins/common/snoise.c:186 -msgid "_Solid Noise..." -msgstr "" +#: ../plug-ins/common/sinus.c:842 +msgid "Alpha Channels" +msgstr "Görünür Kanalları" -#: plug-ins/common/snoise.c:336 -msgid "Solid Noise..." -msgstr "" +#: ../plug-ins/common/sinus.c:855 +msgid "F_irst color:" +msgstr "İ_lk renk:" + +#: ../plug-ins/common/sinus.c:870 +msgid "S_econd color:" +msgstr "İ_kinci renk:" -#. Dialog initialization -#: plug-ins/common/snoise.c:583 -msgid "Solid Noise" -msgstr "" +#: ../plug-ins/common/sinus.c:886 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:904 +msgid "Co_lors" +msgstr "_Renkler" -#: plug-ins/common/snoise.c:627 -#, fuzzy -msgid "_Detail:" -msgstr "Azami Derinlik:" +#: ../plug-ins/common/sinus.c:895 +msgid "Blend Settings" +msgstr "Harmanlama Ayarları" -#. Turbulent -#: plug-ins/common/snoise.c:637 -msgid "T_urbulent" -msgstr "" +#: ../plug-ins/common/sinus.c:908 +msgid "L_inear" +msgstr "D_oğrusal" -#. Tilable -#: plug-ins/common/snoise.c:651 -msgid "T_ilable" -msgstr "" +#: ../plug-ins/common/sinus.c:909 +msgid "Bili_near" +msgstr "Çift_doğrusal:" -#: plug-ins/common/snoise.c:666 -#, fuzzy -msgid "_X size:" -msgstr "Büyüklük:" +#: ../plug-ins/common/sinus.c:910 +msgid "Sin_usoidal" +msgstr "Sin_üs eğrisi şeklinde" -#: plug-ins/common/snoise.c:679 -#, fuzzy -msgid "_Y size:" -msgstr "Büyüklük:" +#: ../plug-ins/common/sinus.c:932 +msgid "_Blend" +msgstr "_Harmanlama" -#: plug-ins/common/sobel.c:119 -msgid "_Sobel..." -msgstr "" +#: ../plug-ins/common/sinus.c:1049 +msgid "Do _preview" +msgstr "_Önizleme" -#: plug-ins/common/sobel.c:227 -msgid "Sobel Edge Detection" -msgstr "" +#: ../plug-ins/common/smooth-palette.c:83 +msgid "Derive a smooth color palette from the image" +msgstr "Görüntüden düzgün renk paleti türet" -#: plug-ins/common/sobel.c:249 -#, fuzzy -msgid "Sobel _Horizontally" -msgstr "Ufki" +#: ../plug-ins/common/smooth-palette.c:88 +msgid "Smoo_th Palette..." +msgstr "_Pürüzsüz Palet..." -#: plug-ins/common/sobel.c:261 -#, fuzzy -msgid "Sobel _Vertically" -msgstr "Dikey" +#: ../plug-ins/common/smooth-palette.c:179 +msgid "Deriving smooth palette" +msgstr "Düzgün palet türetme" -#: plug-ins/common/sobel.c:273 -msgid "_Keep sign of result (one direction only)" -msgstr "" +#: ../plug-ins/common/smooth-palette.c:412 +msgid "Smooth Palette" +msgstr "Pürüzsüz Palet..." -#: plug-ins/common/sobel.c:359 -msgid "Sobel Edge Detecting..." -msgstr "" +#: ../plug-ins/common/smooth-palette.c:452 +msgid "_Search depth:" +msgstr "_Arama derinliği:" + +#: ../plug-ins/common/softglow.c:134 +msgid "Simulate glow by making highlights intense and fuzzy" +msgstr "Vurgulamaları yoğun ve bulanık yaparak parıltı benzetimi yap" -#: plug-ins/common/softglow.c:138 -#, fuzzy +#: ../plug-ins/common/softglow.c:139 msgid "_Softglow..." -msgstr "Hakkında..." +msgstr "Hafif _Parıltı..." -#: plug-ins/common/softglow.c:629 +#: ../plug-ins/common/softglow.c:632 msgid "Softglow" -msgstr "" +msgstr "Hafif Parıltı" -#: plug-ins/common/softglow.c:659 -#, fuzzy +#: ../plug-ins/common/softglow.c:669 msgid "_Glow radius:" -msgstr "_Ayarlar" +msgstr "Parıltı _yarıçapı:" -#: plug-ins/common/sparkle.c:186 +#: ../plug-ins/common/sparkle.c:178 +msgid "Turn bright spots into starry sparkles" +msgstr "Aydınlık noktaları yıldızlı parıltıya çevir" + +#: ../plug-ins/common/sparkle.c:186 msgid "_Sparkle..." -msgstr "" +msgstr "_Parıltı..." -#: plug-ins/common/sparkle.c:292 -msgid "Sparkling..." -msgstr "" +#: ../plug-ins/common/sparkle.c:223 +msgid "Region selected for filter is empty" +msgstr "Süzgeç için seçilen alan boş" + +#: ../plug-ins/common/sparkle.c:299 +msgid "Sparkling" +msgstr "Parlak" -#: plug-ins/common/sparkle.c:343 +#: ../plug-ins/common/sparkle.c:337 msgid "Sparkle" -msgstr "" +msgstr "Parıltı" -#: plug-ins/common/sparkle.c:366 -msgid "Luminosity _Threshold:" -msgstr "" +#: ../plug-ins/common/sparkle.c:373 +msgid "Luminosity _threshold:" +msgstr "Işıklılık _eşiği:" -#: plug-ins/common/sparkle.c:369 -msgid "Adjust the Luminosity Threshold" -msgstr "" +#: ../plug-ins/common/sparkle.c:376 +msgid "Adjust the luminosity threshold" +msgstr "Işıklılık eşiğini ayarla" -#: plug-ins/common/sparkle.c:376 +#: ../plug-ins/common/sparkle.c:386 msgid "F_lare intensity:" -msgstr "" +msgstr "I_şıma şiddeti:" -#: plug-ins/common/sparkle.c:379 -msgid "Adjust the Flare Intensity" -msgstr "" +#: ../plug-ins/common/sparkle.c:389 +msgid "Adjust the flare intensity" +msgstr "Parlama yoğunluğunu ayarla" -#: plug-ins/common/sparkle.c:386 -#, fuzzy +#: ../plug-ins/common/sparkle.c:399 msgid "_Spike length:" -msgstr "Sol:" +msgstr "_Çivi uzunluğu:" -#: plug-ins/common/sparkle.c:389 -msgid "Adjust the Spike Length" -msgstr "" +#: ../plug-ins/common/sparkle.c:402 +msgid "Adjust the spike length" +msgstr "Çivi uzunluğunu ayarla" -#: plug-ins/common/sparkle.c:396 -#, fuzzy +#: ../plug-ins/common/sparkle.c:412 msgid "Sp_ike points:" -msgstr "punto" +msgstr "Çivi _noktaları:" -#: plug-ins/common/sparkle.c:399 -msgid "Adjust the Number of Spikes" -msgstr "" +#: ../plug-ins/common/sparkle.c:415 +msgid "Adjust the number of spikes" +msgstr "Çivilerin sayısını ayarla" -#: plug-ins/common/sparkle.c:406 +#: ../plug-ins/common/sparkle.c:425 msgid "Spi_ke angle (-1: random):" -msgstr "" +msgstr "Çivi a_çısı (-1: rasgele):" -#: plug-ins/common/sparkle.c:409 -msgid "Adjust the Spike Angle (-1 means a Random Angle is chosen)" -msgstr "" +#: ../plug-ins/common/sparkle.c:428 +msgid "Adjust the spike angle (-1 causes a random angle to be chosen)" +msgstr "Çivi açısını ayarla (-1 rasgele açı seçilmesini sağlar)" -#: plug-ins/common/sparkle.c:417 -#, fuzzy +#: ../plug-ins/common/sparkle.c:439 msgid "Spik_e density:" -msgstr "Sol:" +msgstr "Çiv_i kalınlığı:" -#: plug-ins/common/sparkle.c:420 -msgid "Adjust the Spike Density" -msgstr "" +#: ../plug-ins/common/sparkle.c:442 +msgid "Adjust the spike density" +msgstr "Çivi kalınlığını ayarla" -#: plug-ins/common/sparkle.c:430 -msgid "Adjust the Opacity of the Spikes" -msgstr "" +#: ../plug-ins/common/sparkle.c:452 +msgid "Tr_ansparency:" +msgstr "S_aydamlık:" + +#: ../plug-ins/common/sparkle.c:455 +msgid "Adjust the opacity of the spikes" +msgstr "Çivilerin opaklığını ayarla" -#: plug-ins/common/sparkle.c:437 -#, fuzzy +#: ../plug-ins/common/sparkle.c:465 msgid "_Random hue:" -msgstr "Hız:" +msgstr "_Rastgele renk tonu:" -#: plug-ins/common/sparkle.c:440 -msgid "Adjust the Value how much the Hue should be changed randomly" -msgstr "" +#: ../plug-ins/common/sparkle.c:468 +msgid "Adjust how much the hue should be changed randomly" +msgstr "Ne kadar renk tonunun rasgele olarak değişmesi gerektiğini ayarla" -#: plug-ins/common/sparkle.c:448 -#, fuzzy +#: ../plug-ins/common/sparkle.c:478 msgid "Rando_m saturation:" -msgstr "Konum" +msgstr "Rastgel_e doygunluk" -#: plug-ins/common/sparkle.c:451 -msgid "Adjust the Value how much the Saturation should be changed randomly" -msgstr "" +#: ../plug-ins/common/sparkle.c:481 +msgid "Adjust how much the saturation should be changed randomly" +msgstr "Ne kadar doygunluğun rastgele değiştirilmesi gerektiğini ayarlayın" -#: plug-ins/common/sparkle.c:465 +#: ../plug-ins/common/sparkle.c:498 msgid "_Preserve luminosity" -msgstr "" +msgstr "Işıklılığı _koru" -#: plug-ins/common/sparkle.c:472 -msgid "Should the Luminosity be preserved?" -msgstr "" +#: ../plug-ins/common/sparkle.c:505 +msgid "Should the luminosity be preserved?" +msgstr "Işıklılık korunmalı mı?" -#: plug-ins/common/sparkle.c:478 +#: ../plug-ins/common/sparkle.c:514 msgid "In_verse" -msgstr "" +msgstr "Te_rs" -#: plug-ins/common/sparkle.c:484 -msgid "Should an Inverse Effect be done?" -msgstr "" +#: ../plug-ins/common/sparkle.c:520 +msgid "Should the effect be inversed?" +msgstr "Etkiler tersine çevrilsin mi?" -#: plug-ins/common/sparkle.c:490 -#, fuzzy +#: ../plug-ins/common/sparkle.c:529 msgid "A_dd border" -msgstr "_Kenarlık:" +msgstr "Kenarlık e_kle" -#: plug-ins/common/sparkle.c:496 -msgid "Draw a Border of Spikes around the Image" -msgstr "" +#: ../plug-ins/common/sparkle.c:535 +msgid "Draw a border of spikes around the image" +msgstr "Resmin çevresindeki çivilerin kenarlığını çiz" -#: plug-ins/common/sparkle.c:507 -#, fuzzy +#: ../plug-ins/common/sparkle.c:549 msgid "_Natural color" -msgstr "Renk sayısı:" +msgstr "_Doğal renk" -#: plug-ins/common/sparkle.c:508 -#, fuzzy +#: ../plug-ins/common/sparkle.c:550 msgid "_Foreground color" -msgstr "Önalan" +msgstr "_Önalan rengi" -#: plug-ins/common/sparkle.c:509 -#, fuzzy +#: ../plug-ins/common/sparkle.c:551 msgid "_Background color" -msgstr "Arkaplan" +msgstr "_Artalan rengi" -#: plug-ins/common/sparkle.c:516 +#: ../plug-ins/common/sparkle.c:558 msgid "Use the color of the image" -msgstr "" +msgstr "Görüntünün rengini kullan" -#: plug-ins/common/sparkle.c:517 -#, fuzzy +#: ../plug-ins/common/sparkle.c:559 msgid "Use the foreground color" -msgstr "Arkaplan R_engi Kullan" +msgstr "Önplan rengini kullan" -#: plug-ins/common/sparkle.c:518 -#, fuzzy +#: ../plug-ins/common/sparkle.c:560 msgid "Use the background color" -msgstr "Arkaplan R_engi Kullan" +msgstr "Artalan rengini kullan" -#: plug-ins/common/spheredesigner.c:280 plug-ins/gimpressionist/general.c:147 +#: ../plug-ins/common/sphere-designer.c:291 +#: ../plug-ins/gimpressionist/general.c:166 msgid "Solid" -msgstr "" +msgstr "Kesiksiz" -#: plug-ins/common/spheredesigner.c:281 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:292 msgid "Checker" -msgstr "Büyüklük:" +msgstr "Denetleyici" -#: plug-ins/common/spheredesigner.c:282 +#: ../plug-ins/common/sphere-designer.c:293 msgid "Marble" -msgstr "" +msgstr "Mermer" -#: plug-ins/common/spheredesigner.c:283 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:294 msgid "Lizard" -msgstr "Yükle" +msgstr "Kertenkele" -#: plug-ins/common/spheredesigner.c:284 +#: ../plug-ins/common/sphere-designer.c:295 msgid "Phong" -msgstr "" +msgstr "Phong" -#: plug-ins/common/spheredesigner.c:285 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:296 ../plug-ins/flame/flame.c:774 msgid "Noise" -msgstr "Yok" +msgstr "Parazit" -#: plug-ins/common/spheredesigner.c:286 +#: ../plug-ins/common/sphere-designer.c:297 msgid "Wood" -msgstr "" +msgstr "Ağaç" -#: plug-ins/common/spheredesigner.c:287 +#: ../plug-ins/common/sphere-designer.c:298 ../plug-ins/flame/flame.c:758 msgid "Spiral" -msgstr "" +msgstr "Spiral" -#: plug-ins/common/spheredesigner.c:288 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:299 msgid "Spots" -msgstr "Noktalar" +msgstr "Lekeler" -#: plug-ins/common/spheredesigner.c:1741 plug-ins/common/spheredesigner.c:2615 +#: ../plug-ins/common/sphere-designer.c:1742 +#: ../plug-ins/common/sphere-designer.c:2693 msgid "Texture" -msgstr "" +msgstr "Doku" -#: plug-ins/common/spheredesigner.c:1743 +#: ../plug-ins/common/sphere-designer.c:1744 msgid "Bumpmap" -msgstr "" +msgstr "Derinlik etkisi" -#: plug-ins/common/spheredesigner.c:1745 plug-ins/common/spheredesigner.c:2617 +#: ../plug-ins/common/sphere-designer.c:1746 +#: ../plug-ins/common/sphere-designer.c:2695 msgid "Light" msgstr "Hafif" -#: plug-ins/common/spheredesigner.c:2164 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2010 +#, c-format +msgid "File '%s' is not a valid save file." +msgstr "'%s' dosyası geçerli bir kayıt dosyası değil." + +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Open File" -msgstr "Aç" +msgstr "Dosya Aç" -#: plug-ins/common/spheredesigner.c:2164 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2190 msgid "Save File" -msgstr "Kaydet" +msgstr "Dosyayı Kaydet" -#: plug-ins/common/spheredesigner.c:2481 +#: ../plug-ins/common/sphere-designer.c:2547 msgid "Sphere Designer" -msgstr "" - -#: plug-ins/common/spheredesigner.c:2518 -#, fuzzy -msgid "Update _Preview" -msgstr "Önizleme" +msgstr "Küre Tasarımcısı" -#: plug-ins/common/spheredesigner.c:2572 -msgid "Textures" -msgstr "" - -#: plug-ins/common/spheredesigner.c:2600 -msgid "Texture Properties" -msgstr "" +#: ../plug-ins/common/sphere-designer.c:2678 +msgid "Properties" +msgstr "Özellikler" -#: plug-ins/common/spheredesigner.c:2616 +#: ../plug-ins/common/sphere-designer.c:2694 msgid "Bump" -msgstr "" +msgstr "Tümsek" + +#. row labels +#: ../plug-ins/common/sphere-designer.c:2702 +#: ../plug-ins/lighting/lighting-ui.c:405 +msgid "Type:" +msgstr "Tür:" -#: plug-ins/common/spheredesigner.c:2644 +#: ../plug-ins/common/sphere-designer.c:2721 msgid "Texture:" -msgstr "" +msgstr "Doku:" -#: plug-ins/common/spheredesigner.c:2649 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2726 msgid "Colors:" -msgstr "Renkler" +msgstr "Renkler:" -#: plug-ins/common/spheredesigner.c:2652 plug-ins/common/spheredesigner.c:2663 +#: ../plug-ins/common/sphere-designer.c:2729 +#: ../plug-ins/common/sphere-designer.c:2740 msgid "Color Selection Dialog" -msgstr "" +msgstr "Renk Seçim Kutusu" #. Scale -#: plug-ins/common/spheredesigner.c:2674 plug-ins/gimpressionist/paper.c:176 -#: plug-ins/ifscompose/ifscompose.c:572 +#: ../plug-ins/common/sphere-designer.c:2751 +#: ../plug-ins/gimpressionist/paper.c:194 +#: ../plug-ins/ifs-compose/ifs-compose.c:554 msgid "Scale:" -msgstr "" +msgstr "Ölçekle:" -#: plug-ins/common/spheredesigner.c:2682 +#: ../plug-ins/common/sphere-designer.c:2759 msgid "Turbulence:" -msgstr "" +msgstr "Türbülans:" -#: plug-ins/common/spheredesigner.c:2689 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2766 msgid "Amount:" -msgstr "Yazar:" +msgstr "Adet:" -#: plug-ins/common/spheredesigner.c:2696 +#: ../plug-ins/common/sphere-designer.c:2773 msgid "Exp.:" -msgstr "" +msgstr "Üstel:" -#: plug-ins/common/spheredesigner.c:2703 -msgid "Texture Transformations" -msgstr "" +#: ../plug-ins/common/sphere-designer.c:2780 +msgid "Transformations" +msgstr "Dönüşümler" + +#: ../plug-ins/common/sphere-designer.c:2796 +#: ../plug-ins/map-object/map-object-ui.c:1143 +msgid "Scale X:" +msgstr "X Ölçeği:" -#: plug-ins/common/spheredesigner.c:2726 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2803 msgid "Scale Y:" -msgstr "Büyüklük:" +msgstr "Y Ölçeği:" -#: plug-ins/common/spheredesigner.c:2732 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2809 msgid "Scale Z:" -msgstr "Büyüklük:" +msgstr "Z Ölçeği:" -#: plug-ins/common/spheredesigner.c:2739 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2816 msgid "Rotate X:" -msgstr "Kırmızı:" +msgstr "X Dönmesi:" -#: plug-ins/common/spheredesigner.c:2746 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2823 msgid "Rotate Y:" -msgstr "Kırmızı:" +msgstr "Y Dönmesi:" -#: plug-ins/common/spheredesigner.c:2753 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2830 msgid "Rotate Z:" -msgstr "Kırmızı:" +msgstr "Z Dönmesi:" -#: plug-ins/common/spheredesigner.c:2760 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2837 msgid "Position X:" -msgstr "Konum" +msgstr "X Konumu:" -#: plug-ins/common/spheredesigner.c:2767 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2844 msgid "Position Y:" -msgstr "Konum" +msgstr "Y Konumu:" -#: plug-ins/common/spheredesigner.c:2774 -#, fuzzy +#: ../plug-ins/common/sphere-designer.c:2851 msgid "Position Z:" -msgstr "Konum" - -#: plug-ins/common/spheredesigner.c:2922 -msgid "Rendering Sphere..." -msgstr "" - -#: plug-ins/common/spheredesigner.c:2979 -msgid "Sphere _Designer..." -msgstr "" - -#: plug-ins/common/spread.c:99 -msgid "Sp_read..." -msgstr "" - -#: plug-ins/common/spread.c:182 -msgid "Spreading..." -msgstr "" - -#: plug-ins/common/spread.c:346 -msgid "Spread" -msgstr "" - -#: plug-ins/common/spread.c:364 -msgid "Spread Amount" -msgstr "" - -#: plug-ins/common/struc.c:1146 -msgid "_Apply Canvas..." -msgstr "" - -#: plug-ins/common/struc.c:1227 -msgid "Applying Canvas..." -msgstr "" - -#: plug-ins/common/struc.c:1264 -msgid "Apply Canvas" -msgstr "" - -#: plug-ins/common/struc.c:1290 -#, fuzzy -msgid "_Top-right" -msgstr "Sağ:" - -#: plug-ins/common/struc.c:1291 -#, fuzzy -msgid "Top-_left" -msgstr "Sol:" - -#: plug-ins/common/struc.c:1292 -#, fuzzy -msgid "_Bottom-left" -msgstr "Alt:" - -#: plug-ins/common/struc.c:1293 -#, fuzzy -msgid "Bottom-_right" -msgstr "Alt:" - -#: plug-ins/common/sunras.c:217 plug-ins/common/sunras.c:237 -msgid "SUN Rasterfile image" -msgstr "" - -#: plug-ins/common/sunras.c:392 -#, c-format -msgid "Could not open '%s' as SUN-raster-file" -msgstr "" - -#: plug-ins/common/sunras.c:400 -msgid "The type of this SUN-rasterfile is not supported" -msgstr "" - -#: plug-ins/common/sunras.c:423 -#, c-format -msgid "Could not read color entries from '%s'" -msgstr "" - -#: plug-ins/common/sunras.c:431 -msgid "Type of colormap not supported" -msgstr "" - -#: plug-ins/common/sunras.c:470 -msgid "This image depth is not supported" -msgstr "" - -#: plug-ins/common/sunras.c:493 -msgid "SUNRAS save cannot handle images with alpha channels" -msgstr "" - -#: plug-ins/common/sunras.c:504 -msgid "Can't operate on unknown image types" -msgstr "" - -#: plug-ins/common/sunras.c:1032 plug-ins/common/sunras.c:1123 -#: plug-ins/common/sunras.c:1204 plug-ins/common/sunras.c:1299 -#: plug-ins/common/xwd.c:1313 plug-ins/common/xwd.c:1414 -#: plug-ins/common/xwd.c:1572 plug-ins/common/xwd.c:1772 -#: plug-ins/common/xwd.c:2029 plug-ins/fits/fits.c:673 -msgid "EOF encountered on reading" -msgstr "" - -#: plug-ins/common/sunras.c:1579 -msgid "Save as SUNRAS" -msgstr "" - -#. file save type -#: plug-ins/common/sunras.c:1589 -msgid "Data Formatting" -msgstr "" - -#: plug-ins/common/sunras.c:1593 -msgid "RunLength Encoded" -msgstr "" - -#: plug-ins/common/svg.c:136 -msgid "Scalable SVG image" -msgstr "" - -#: plug-ins/common/svg.c:313 plug-ins/common/svg.c:696 -msgid "Unknown reason" -msgstr "" - -#: plug-ins/common/svg.c:317 -#, fuzzy -msgid "Rendering SVG..." -msgstr "Boşluk:" - -#: plug-ins/common/svg.c:327 -msgid "Rendered SVG" -msgstr "" - -#: plug-ins/common/svg.c:492 -msgid "" -"SVG file does not\n" -"specify a size!" -msgstr "" - -#: plug-ins/common/svg.c:498 plug-ins/common/wmf.c:342 -#, c-format -msgid "%d x %d" -msgstr "" - -#. Scalable Vector Graphics is SVG, should perhaps not be translated -#: plug-ins/common/svg.c:703 -msgid "Render Scalable Vector Graphics" -msgstr "" +msgstr "Z Konumu:" -#: plug-ins/common/svg.c:767 plug-ins/common/wmf.c:554 -#: plug-ins/print/gimp_main_window.c:1009 -#: plug-ins/print/gimp_main_window.c:1212 -msgid "Height:" -msgstr "Yükseklik:" +#: ../plug-ins/common/sphere-designer.c:2966 +msgid "Rendering sphere" +msgstr "Küre taranıyor" -#: plug-ins/common/svg.c:841 plug-ins/common/wmf.c:628 -#, fuzzy -msgid "_X ratio:" -msgstr "Kırmızı:" +#: ../plug-ins/common/sphere-designer.c:3016 +msgid "Create an image of a textured sphere" +msgstr "Dokumalı küre resmi oluştur" -#: plug-ins/common/svg.c:863 plug-ins/common/wmf.c:650 -#, fuzzy -msgid "_Y ratio:" -msgstr "Kırmızı:" +#: ../plug-ins/common/sphere-designer.c:3023 +msgid "Sphere _Designer..." +msgstr "Küre _Tasarımcısı..." -#: plug-ins/common/svg.c:877 plug-ins/common/wmf.c:664 -msgid "Constrain aspect ratio" -msgstr "" +#: ../plug-ins/common/sphere-designer.c:3083 +msgid "Region selected for plug-in is empty" +msgstr "Eklenti için seçilen alan boş" -#: plug-ins/common/svg.c:888 plug-ins/common/wmf.c:675 -#, fuzzy, c-format -msgid "pixels/%a" -msgstr "piksel" +#: ../plug-ins/common/threshold-alpha.c:85 +msgid "Make transparency all-or-nothing" +msgstr "Tümünü/hiçbirini saydamlaştır" -#. Path Import -#: plug-ins/common/svg.c:908 -msgid "Import _paths" -msgstr "" +#: ../plug-ins/common/threshold-alpha.c:90 +msgid "_Threshold Alpha..." +msgstr "_Görünür Eşik..." -#: plug-ins/common/svg.c:914 -msgid "" -"Import path elements of the SVG so they can be used with the GIMP path tool" -msgstr "" +#: ../plug-ins/common/threshold-alpha.c:131 +msgid "The layer has its alpha channel locked." +msgstr "Görünür kanalı olan katman kilitlendi." -#: plug-ins/common/svg.c:927 -msgid "Merge imported paths" -msgstr "" +#: ../plug-ins/common/threshold-alpha.c:137 +msgid "RGBA/GRAYA drawable is not selected." +msgstr "Çizilebilir RGBA/GRAYA seçili değil." -#: plug-ins/common/tga.c:233 plug-ins/common/tga.c:249 -msgid "TarGA image" -msgstr "" +#: ../plug-ins/common/threshold-alpha.c:165 +msgid "Coloring transparency" +msgstr "Saydamlığı renklendirme" -#: plug-ins/common/tga.c:428 -#, c-format -msgid "Cannot read footer from '%s'" -msgstr "" +#: ../plug-ins/common/threshold-alpha.c:248 +msgid "Threshold Alpha" +msgstr "Görünür Eşik" -#: plug-ins/common/tga.c:444 -#, c-format -msgid "Cannot read extension from '%s'" -msgstr "" +#: ../plug-ins/common/threshold-alpha.c:283 +msgid "Threshold:" +msgstr "Eşik:" -#: plug-ins/common/tga.c:1194 -msgid "Save as TGA" -msgstr "" +#: ../plug-ins/common/tile-glass.c:124 +msgid "Simulate distortion caused by square glass tiles" +msgstr "Kare cam döşemeleri sebebiyle oluşan bozulma benzetimi yap" -#. rle -#: plug-ins/common/tga.c:1209 -msgid "_RLE compression" -msgstr "" +#: ../plug-ins/common/tile-glass.c:130 +msgid "_Glass Tile..." +msgstr "_Cam Döşeme..." -#. origin -#: plug-ins/common/tga.c:1219 -msgid "Or_igin at bottom left" -msgstr "" +#: ../plug-ins/common/tile-glass.c:210 ../plug-ins/common/tile-glass.c:250 +msgid "Glass Tile" +msgstr "Cam Döşeme" -#: plug-ins/common/threshold_alpha.c:95 -msgid "_Threshold Alpha..." -msgstr "" +#: ../plug-ins/common/tile-glass.c:289 +msgid "Tile _width:" +msgstr "Döşeme _genişliği:" -#: plug-ins/common/threshold_alpha.c:134 -msgid "The layer preserves transparency." -msgstr "" +#: ../plug-ins/common/tile-paper.c:243 ../plug-ins/common/tile-paper.c:556 +msgid "Paper Tile" +msgstr "Parçalara Ayır" -#: plug-ins/common/threshold_alpha.c:140 -msgid "RGBA/GRAYA drawable is not selected." -msgstr "" +#: ../plug-ins/common/tile-paper.c:269 +msgid "Division" +msgstr "Bölme" -#: plug-ins/common/threshold_alpha.c:202 -msgid "Threshold Alpha: Coloring Transparency..." -msgstr "" +#: ../plug-ins/common/tile-paper.c:319 +msgid "Fractional Pixels" +msgstr "Kesirli Benekler" -#: plug-ins/common/threshold_alpha.c:224 -msgid "Threshold Alpha" -msgstr "" +#: ../plug-ins/common/tile-paper.c:324 +msgid "_Background" +msgstr "A_rtalan" -#: plug-ins/common/threshold_alpha.c:239 -msgid "Threshold:" -msgstr "" +#: ../plug-ins/common/tile-paper.c:326 +msgid "_Ignore" +msgstr "_Yoksay" -#: plug-ins/common/tiff.c:211 plug-ins/common/tiff.c:232 -#: plug-ins/common/tiff.c:249 -#, fuzzy -msgid "TIFF image" -msgstr "Resim" +#: ../plug-ins/common/tile-paper.c:328 +msgid "_Force" +msgstr "_Zorla" -#: plug-ins/common/tiff.c:835 -#, fuzzy, c-format -msgid "Page %d" -msgstr "Çerçeve %d" +#: ../plug-ins/common/tile-paper.c:335 +msgid "C_entering" +msgstr "O_rtalama" -#: plug-ins/common/tiff.c:850 -msgid "TIFF Channel" -msgstr "" +#: ../plug-ins/common/tile-paper.c:350 +msgid "Movement" +msgstr "Hareket Yönü" -#: plug-ins/common/tiff.c:859 -msgid "" -"Warning:\n" -"The image you are loading has 16 bits per channel. GIMP can only handle 8 " -"bit, so it will be converted for you. Information will be lost because of " -"this conversion." -msgstr "" +#: ../plug-ins/common/tile-paper.c:363 +msgid "_Max (%):" +msgstr "_Azami (%):" -#: plug-ins/common/tiff.c:1955 -msgid "" -"The TIFF format only supports comments in\n" -"7bit ASCII encoding. No comment is saved." -msgstr "" +#: ../plug-ins/common/tile-paper.c:369 +msgid "_Wrap around" +msgstr "Etrafını _sar" -#: plug-ins/common/tiff.c:2104 -msgid "Save as TIFF" -msgstr "" +#: ../plug-ins/common/tile-paper.c:379 +msgid "Background Type" +msgstr "Artalan Türü" -#. compression -#: plug-ins/common/tiff.c:2118 -msgid "Compression" -msgstr "" +#: ../plug-ins/common/tile-paper.c:386 +msgid "I_nverted image" +msgstr "Te_rs görüntü" -#: plug-ins/common/tiff.c:2122 -msgid "_None" -msgstr "_Hiçbiri" +#: ../plug-ins/common/tile-paper.c:388 +msgid "Im_age" +msgstr "Gö_rüntü" -#: plug-ins/common/tiff.c:2123 -msgid "_LZW" -msgstr "" +#: ../plug-ins/common/tile-paper.c:390 +msgid "Fo_reground color" +msgstr "Ön_alan rengi" -#: plug-ins/common/tiff.c:2124 -msgid "_Pack Bits" -msgstr "" +#: ../plug-ins/common/tile-paper.c:392 +msgid "Bac_kground color" +msgstr "Ar_talan rengi" -#: plug-ins/common/tiff.c:2125 -#, fuzzy -msgid "_Deflate" -msgstr "Sil" +#: ../plug-ins/common/tile-paper.c:394 +msgid "S_elect here:" +msgstr "Burayı s_eç:" -#: plug-ins/common/tiff.c:2126 -msgid "_JPEG" -msgstr "" +#: ../plug-ins/common/tile-paper.c:401 +msgid "Background Color" +msgstr "Artalan Rengi" -#: plug-ins/common/tiff.c:2135 -msgid "Save _color values from transparent pixels" -msgstr "" +#: ../plug-ins/common/tile-paper.c:846 +msgid "Cut image into paper tiles, and slide them" +msgstr "Resmi dörtgen şeklinde parçalara ayırır ve onları rastgele döşer" -#: plug-ins/common/tiff.c:2151 plug-ins/common/xbm.c:1201 -msgid "Comment:" -msgstr "" +#: ../plug-ins/common/tile-paper.c:851 +msgid "September 31, 1999" +msgstr "31 Eylül 1999" -#: plug-ins/common/tile.c:112 -#, fuzzy -msgid "_Tile..." -msgstr "Mavi:" +#: ../plug-ins/common/tile-paper.c:852 +msgid "_Paper Tile..." +msgstr "_Parçalara Ayır..." -#. Set the tile cache size -#: plug-ins/common/tile.c:192 plug-ins/common/tileit.c:320 -msgid "Tiling..." -msgstr "" +#: ../plug-ins/common/tile-seamless.c:67 +msgid "Alters edges to make the image seamlessly tileable" +msgstr "Resme, resmin kenarlarını yumuşak olarak döşer" -#: plug-ins/common/tile.c:394 -msgid "Tile" -msgstr "" +#: ../plug-ins/common/tile-seamless.c:73 +msgid "_Make Seamless" +msgstr "_Yumuşak Döşe" -#: plug-ins/common/tile.c:408 -msgid "Tile to New Size" -msgstr "" +#: ../plug-ins/common/tile-seamless.c:338 +msgid "Tiler" +msgstr "Döşeyici" -#: plug-ins/common/tile.c:430 -msgid "C_reate New Image" -msgstr "" +#: ../plug-ins/common/tile-small.c:215 +msgid "Tile image into smaller versions of the original" +msgstr "Resmin küçük hallerini düzenli olarak döşer" -#: plug-ins/common/tileit.c:224 +#: ../plug-ins/common/tile-small.c:220 msgid "_Small Tiles..." -msgstr "" +msgstr "_Küçük Döşemeler..." + +#: ../plug-ins/common/tile-small.c:263 +msgid "Region selected for filter is empty." +msgstr "Süzgeç için seçilen alan boş." + +#. Set the tile cache size +#: ../plug-ins/common/tile-small.c:321 ../plug-ins/common/tile.c:190 +msgid "Tiling" +msgstr "Döşeme" #. Get the preview image -#: plug-ins/common/tileit.c:363 -msgid "TileIt" -msgstr "" +#: ../plug-ins/common/tile-small.c:364 +msgid "Small Tiles" +msgstr "Küçük Döşemeler" #. Area for buttons etc #. Flip -#: plug-ins/common/tileit.c:406 plug-ins/ifscompose/ifscompose.c:628 +#: ../plug-ins/common/tile-small.c:414 +#: ../plug-ins/ifs-compose/ifs-compose.c:610 msgid "Flip" -msgstr "" +msgstr "Çevir" -#: plug-ins/common/tileit.c:454 +#: ../plug-ins/common/tile-small.c:462 msgid "A_ll tiles" -msgstr "" +msgstr "T_üm parçalar" -#: plug-ins/common/tileit.c:468 +#: ../plug-ins/common/tile-small.c:476 msgid "Al_ternate tiles" -msgstr "" +msgstr "Değ_işimli parçalar" -#: plug-ins/common/tileit.c:482 +#: ../plug-ins/common/tile-small.c:490 msgid "_Explicit tile" -msgstr "" +msgstr "_Seçili parça" -#: plug-ins/common/tileit.c:488 +#: ../plug-ins/common/tile-small.c:496 msgid "Ro_w:" -msgstr "" +msgstr "Satı_r:" -#: plug-ins/common/tileit.c:512 +#: ../plug-ins/common/tile-small.c:520 msgid "Col_umn:" -msgstr "" +msgstr "Süt_un:" -#: plug-ins/common/tileit.c:564 +#: ../plug-ins/common/tile-small.c:572 msgid "O_pacity:" -msgstr "" +msgstr "I_şık geçirmezlik:" #. Lower frame saying howmany segments -#: plug-ins/common/tileit.c:573 -#, fuzzy +#: ../plug-ins/common/tile-small.c:581 msgid "Number of Segments" -msgstr "_Çerçeve Sayısı:" +msgstr "Parçaların Sayısı" -#: plug-ins/common/tiler.c:66 -msgid "_Make Seamless" -msgstr "" +#: ../plug-ins/common/tile.c:101 +msgid "Create an array of copies of the image" +msgstr "Görüntü kopyalarının dizisini oluştur" -#: plug-ins/common/tiler.c:322 -msgid "Tiler..." -msgstr "" +#: ../plug-ins/common/tile.c:111 +msgid "_Tile..." +msgstr "_Döşe..." + +#: ../plug-ins/common/tile.c:401 +msgid "Tile" +msgstr "Döşe" + +#: ../plug-ins/common/tile.c:422 +msgid "Tile to New Size" +msgstr "Yeni Boyuta Döşe" + +#: ../plug-ins/common/tile.c:444 +msgid "C_reate new image" +msgstr "Yeni görüntü o_luştur" -#: plug-ins/common/uniteditor.c:94 +#: ../plug-ins/common/unit-editor.c:94 msgid "Saved" -msgstr "" +msgstr "Kaydedildi" -#: plug-ins/common/uniteditor.c:94 +#: ../plug-ins/common/unit-editor.c:94 msgid "" "A unit definition will only be saved before GIMP exits if this column is " "checked." msgstr "" +"Öğe tanımı GIMP'ten çıkmadan önce eğer bu sütun işaretlenirse kaydedilecek." -#: plug-ins/common/uniteditor.c:96 +#: ../plug-ins/common/unit-editor.c:96 msgid "ID" -msgstr "" +msgstr "Kimlik" -#: plug-ins/common/uniteditor.c:96 +#: ../plug-ins/common/unit-editor.c:96 msgid "" "This string will be used to identify a unit in GIMP's configuration files." msgstr "" +"Bu dizgi GIMP'in yapılandırma dosyasındaki bir birimi saptamak için " +"kullanılacaktır." -#: plug-ins/common/uniteditor.c:98 +#: ../plug-ins/common/unit-editor.c:98 msgid "Factor" -msgstr "" +msgstr "Etken" -#: plug-ins/common/uniteditor.c:98 +#: ../plug-ins/common/unit-editor.c:98 msgid "How many units make up an inch." -msgstr "" +msgstr "Kaç birim inç yapıyor." -#: plug-ins/common/uniteditor.c:99 +#: ../plug-ins/common/unit-editor.c:99 msgid "Digits" -msgstr "" +msgstr "Sayılar" -#: plug-ins/common/uniteditor.c:99 +#: ../plug-ins/common/unit-editor.c:99 msgid "" "This field is a hint for numerical input fields. It specifies how many " "decimal digits the input field should provide to get approximately the same " "accuracy as an \"inch\" input field with two decimal digits." msgstr "" +"Bu alan, sayısal girdi alanları için bir tavsiyedir. Girdi alanının yaklaşık " +"olarak aynı doğrulukta olan iki ondalık haneli \"inç\" girdi alanı için ne " +"kadar ondalık hane sağlaması gerektiğini belirtir." -#: plug-ins/common/uniteditor.c:104 +#: ../plug-ins/common/unit-editor.c:104 msgid "Symbol" -msgstr "" +msgstr "Sembol" -#: plug-ins/common/uniteditor.c:104 +#: ../plug-ins/common/unit-editor.c:104 msgid "" "The unit's symbol if it has one (e.g. \"'\" for inches). The unit's " "abbreviation is used if doesn't have a symbol." msgstr "" +"Birim sembolü varsa kullanılır (örn. \"'\" inç'ler için). Eğer sembol yoksa " +"birim kısaltması kullanılır." -#: plug-ins/common/uniteditor.c:107 -#, fuzzy +#: ../plug-ins/common/unit-editor.c:107 msgid "Abbreviation" -msgstr "Konum" +msgstr "Kısaltma" -#: plug-ins/common/uniteditor.c:107 +#: ../plug-ins/common/unit-editor.c:107 msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." -msgstr "" +msgstr "Birimin kısaltması (ör: santimetre için \"cm\")." -#: plug-ins/common/uniteditor.c:109 +#: ../plug-ins/common/unit-editor.c:109 msgid "Singular" -msgstr "" +msgstr "Tekil" -#: plug-ins/common/uniteditor.c:109 +#: ../plug-ins/common/unit-editor.c:109 msgid "The unit's singular form." -msgstr "" +msgstr "Birimin tekil formu." -#: plug-ins/common/uniteditor.c:110 +#: ../plug-ins/common/unit-editor.c:110 msgid "Plural" -msgstr "" +msgstr "Çoğul" -#: plug-ins/common/uniteditor.c:110 +#: ../plug-ins/common/unit-editor.c:110 msgid "The unit's plural form." -msgstr "" +msgstr "Birimin çoğul formu." -#: plug-ins/common/uniteditor.c:121 -msgid "Create a new unit from scratch." -msgstr "" +#: ../plug-ins/common/unit-editor.c:121 +msgid "Create a new unit from scratch" +msgstr "BAştan yeni birim oluştur" -#: plug-ins/common/uniteditor.c:127 -msgid "Create a new unit with the currently selected unit as template." -msgstr "" +#: ../plug-ins/common/unit-editor.c:127 +msgid "Create a new unit using the currently selected unit as template" +msgstr "Mevcut seçili birimi şablon olarak kullanıp yeni bir birim oluşturun" -#: plug-ins/common/uniteditor.c:151 -msgid "_Unit Editor" -msgstr "" +#: ../plug-ins/common/unit-editor.c:145 +msgid "Create or alter units used in GIMP" +msgstr "GIMP'de kullanılmış birimleri oluştur yada değiştir" -#: plug-ins/common/uniteditor.c:210 -msgid "New Unit" -msgstr "" +#: ../plug-ins/common/unit-editor.c:150 +msgid "U_nits" +msgstr "B_irimler" -#: plug-ins/common/uniteditor.c:234 +#: ../plug-ins/common/unit-editor.c:208 +msgid "Add a New Unit" +msgstr "Yeni Birim Ekle" + +#: ../plug-ins/common/unit-editor.c:237 msgid "_ID:" -msgstr "" +msgstr "Ki_mlik:" -#: plug-ins/common/uniteditor.c:245 +#: ../plug-ins/common/unit-editor.c:248 msgid "_Factor:" -msgstr "" +msgstr "_Etken:" -#: plug-ins/common/uniteditor.c:255 -#, fuzzy +#: ../plug-ins/common/unit-editor.c:258 msgid "_Digits:" -msgstr "Açıklama:" +msgstr "_Sayılar:" -#: plug-ins/common/uniteditor.c:267 +#: ../plug-ins/common/unit-editor.c:270 msgid "_Symbol:" -msgstr "" +msgstr "_Sembol:" -#: plug-ins/common/uniteditor.c:279 -#, fuzzy +#: ../plug-ins/common/unit-editor.c:282 msgid "_Abbreviation:" -msgstr "Konum" +msgstr "K_ısaltma:" -#: plug-ins/common/uniteditor.c:291 +#: ../plug-ins/common/unit-editor.c:294 msgid "Si_ngular:" -msgstr "" +msgstr "Te_kil:" -#: plug-ins/common/uniteditor.c:303 +#: ../plug-ins/common/unit-editor.c:306 msgid "_Plural:" -msgstr "" +msgstr "_Çoğul:" -#: plug-ins/common/uniteditor.c:339 -msgid "Unit factor must not be 0." -msgstr "" +#: ../plug-ins/common/unit-editor.c:349 +msgid "Incomplete input" +msgstr "Tamamlanmamış girdi" -#: plug-ins/common/uniteditor.c:349 -msgid "All text fields must contain a value." -msgstr "" +#: ../plug-ins/common/unit-editor.c:352 +msgid "Please fill in all text fields." +msgstr "Lütfen tüm metin alanlarını doldurun." -#: plug-ins/common/uniteditor.c:403 +#: ../plug-ins/common/unit-editor.c:409 msgid "Unit Editor" -msgstr "" +msgstr "Birim Düzenleyici" + +#: ../plug-ins/common/unsharp-mask.c:128 +msgid "The most widely useful method for sharpening an image" +msgstr "Bir görüntüyü keskinleştirmek için kullanışlı en yaygın yöntem" -#: plug-ins/common/unsharp.c:143 +#: ../plug-ins/common/unsharp-mask.c:138 msgid "_Unsharp Mask..." -msgstr "" +msgstr "_Keskin Netleştirme..." -#: plug-ins/common/unsharp.c:468 -msgid "Merging..." -msgstr "" +#: ../plug-ins/common/unsharp-mask.c:475 +msgid "Merging" +msgstr "Birleştiriliyor" -#: plug-ins/common/unsharp.c:635 +#: ../plug-ins/common/unsharp-mask.c:644 msgid "Unsharp Mask" -msgstr "" - -#: plug-ins/common/url.c:85 plug-ins/imagemap/imap_selection.c:421 -msgid "URL" -msgstr "" - -#: plug-ins/common/video.c:44 -msgid "_Staggered" -msgstr "" - -#: plug-ins/common/video.c:45 -msgid "_Large staggered" -msgstr "" +msgstr "Keskin Netleştirme" -#: plug-ins/common/video.c:46 -msgid "S_triped" -msgstr "" - -#: plug-ins/common/video.c:47 -msgid "_Wide-striped" -msgstr "" - -#: plug-ins/common/video.c:48 -msgid "Lo_ng-staggered" -msgstr "" - -#: plug-ins/common/video.c:49 -msgid "_3x3" -msgstr "" - -#: plug-ins/common/video.c:50 -msgid "Larg_e 3x3" -msgstr "" - -#: plug-ins/common/video.c:51 -msgid "_Hex" -msgstr "" - -#: plug-ins/common/video.c:52 -#, fuzzy -msgid "_Dots" -msgstr "Noktalar" - -#: plug-ins/common/video.c:1817 -msgid "Vi_deo..." -msgstr "" - -#: plug-ins/common/video.c:1889 -msgid "Video/RGB..." -msgstr "" - -#: plug-ins/common/video.c:2020 -msgid "Video" -msgstr "" - -#. frame for the radio buttons -#: plug-ins/common/video.c:2035 -msgid "Video Pattern" -msgstr "" - -#: plug-ins/common/video.c:2079 -msgid "_Additive" -msgstr "" - -#: plug-ins/common/video.c:2089 -#, fuzzy -msgid "_Rotated" -msgstr "Kırmızı:" +#: ../plug-ins/common/value-invert.c:90 +msgid "Invert the brightness of each pixel" +msgstr "Her bir beneğin parlaklığını tersine çevir" -#: plug-ins/common/vinvert.c:84 -#, fuzzy +#: ../plug-ins/common/value-invert.c:104 msgid "_Value Invert" -msgstr "Değer" +msgstr "_Değeri tersine çevir" -#: plug-ins/common/vinvert.c:126 -msgid "Value Invert..." -msgstr "" +#: ../plug-ins/common/value-invert.c:191 +msgid "Value Invert" +msgstr "Değeri tersine çevir" -#: plug-ins/common/vpropagate.c:193 +#: ../plug-ins/common/value-propagate.c:189 msgid "More _white (larger value)" -msgstr "" +msgstr "Daha fazla _beyaz (daha büyük değer)" -#: plug-ins/common/vpropagate.c:196 +#: ../plug-ins/common/value-propagate.c:192 msgid "More blac_k (smaller value)" -msgstr "" +msgstr "Daha fazla siya_h (daha az değer)" -#: plug-ins/common/vpropagate.c:199 +#: ../plug-ins/common/value-propagate.c:195 msgid "_Middle value to peaks" -msgstr "" +msgstr "_Orta değer en yüksek değere" -#: plug-ins/common/vpropagate.c:202 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:198 msgid "_Foreground to peaks" -msgstr "Önalan" +msgstr "_Önalan en yüksek değere" -#: plug-ins/common/vpropagate.c:205 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:201 msgid "O_nly foreground" -msgstr "Önalan" +msgstr "S_adece önplan" -#: plug-ins/common/vpropagate.c:208 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:204 msgid "Only b_ackground" -msgstr "Arkaplan" +msgstr "Sadece a_rkaplan" -#: plug-ins/common/vpropagate.c:211 +#: ../plug-ins/common/value-propagate.c:207 msgid "Mor_e opaque" -msgstr "" +msgstr "Daha faz_la opak" -#: plug-ins/common/vpropagate.c:214 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:210 msgid "More t_ransparent" -msgstr "Şeffaf" +msgstr "Daha fazla ş_effalık" -#: plug-ins/common/vpropagate.c:242 +#: ../plug-ins/common/value-propagate.c:233 +msgid "Propagate certain colors to neighboring pixels" +msgstr "Belirli renkleri komşu beneklere çoğalt" + +#: ../plug-ins/common/value-propagate.c:238 msgid "_Value Propagate..." -msgstr "" +msgstr "Yayılma _Değeri..." -#: plug-ins/common/vpropagate.c:254 +#: ../plug-ins/common/value-propagate.c:245 +msgid "Shrink lighter areas of the image" +msgstr "Görüntünün aydınlık alanlarını küçültmek" + +#: ../plug-ins/common/value-propagate.c:250 msgid "E_rode" -msgstr "" +msgstr "A_şındır" -#: plug-ins/common/vpropagate.c:266 -#, fuzzy -msgid "_Dilate" -msgstr "Sil" +#: ../plug-ins/common/value-propagate.c:257 +msgid "Grow lighter areas of the image" +msgstr "Görüntünün aydınlık alanlarını büyütmek" -#: plug-ins/common/vpropagate.c:476 -msgid "Value Propagating..." -msgstr "" +#: ../plug-ins/common/value-propagate.c:262 +msgid "_Dilate" +msgstr "_Genişletme" -#: plug-ins/common/vpropagate.c:1058 +#: ../plug-ins/common/value-propagate.c:473 +#: ../plug-ins/common/value-propagate.c:1086 msgid "Value Propagate" -msgstr "" +msgstr "Yayılma Değeri" #. Parameter settings -#: plug-ins/common/vpropagate.c:1116 +#: ../plug-ins/common/value-propagate.c:1152 msgid "Propagate" -msgstr "" +msgstr "Yayımla" -#: plug-ins/common/vpropagate.c:1129 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:1165 msgid "Lower t_hreshold:" -msgstr "Kanallar" +msgstr "Alt eş_ik" -#: plug-ins/common/vpropagate.c:1141 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:1177 msgid "_Upper threshold:" -msgstr "Kanallar" +msgstr "Üs_t eşik" -#: plug-ins/common/vpropagate.c:1153 +#: ../plug-ins/common/value-propagate.c:1189 msgid "_Propagating rate:" -msgstr "" +msgstr "_Yayılma oranı:" -#: plug-ins/common/vpropagate.c:1164 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:1200 msgid "To l_eft" -msgstr "Sol:" +msgstr "S_ola" -#: plug-ins/common/vpropagate.c:1167 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:1203 msgid "To _right" -msgstr "Hafif" +msgstr "S_ağa" -#: plug-ins/common/vpropagate.c:1170 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:1206 msgid "To _top" -msgstr "Tepe:" +msgstr "Ü_ste" -#: plug-ins/common/vpropagate.c:1173 -#, fuzzy +#: ../plug-ins/common/value-propagate.c:1209 msgid "To _bottom" -msgstr "Alt:" +msgstr "A_lta" -#: plug-ins/common/vpropagate.c:1182 -msgid "Propagating _Alpha Channel" -msgstr "" +#: ../plug-ins/common/value-propagate.c:1218 +msgid "Propagating _alpha channel" +msgstr "_Görünür kanalı çoğaltılıyor" -#: plug-ins/common/vpropagate.c:1193 -msgid "Propagating Value Channel" +#: ../plug-ins/common/value-propagate.c:1229 +msgid "Propagating value channel" +msgstr "Değer kanalı çoğaltılıyor" + +#: ../plug-ins/common/van-gogh-lic.c:566 ../plug-ins/common/van-gogh-lic.c:641 +msgid "Van Gogh (LIC)" +msgstr "Van Gogh (LIC)" + +#: ../plug-ins/common/van-gogh-lic.c:666 +msgid "Effect Channel" +msgstr "Etki Kanalı" + +#: ../plug-ins/common/van-gogh-lic.c:673 +msgid "_Brightness" +msgstr "_Parlaklık" + +#: ../plug-ins/common/van-gogh-lic.c:679 +msgid "Effect Operator" +msgstr "Etki İşleci" + +#: ../plug-ins/common/van-gogh-lic.c:684 +msgid "_Derivative" +msgstr "_Türemiş" + +#: ../plug-ins/common/van-gogh-lic.c:685 +msgid "_Gradient" +msgstr "_Gradyan" + +#: ../plug-ins/common/van-gogh-lic.c:691 +msgid "Convolve" +msgstr "Evriştirme" + +#: ../plug-ins/common/van-gogh-lic.c:696 +msgid "_With white noise" +msgstr "Beyaz gürültü i_le" + +#: ../plug-ins/common/van-gogh-lic.c:697 +msgid "W_ith source image" +msgstr "Kaynak görüntü i_le" + +#: ../plug-ins/common/van-gogh-lic.c:716 +msgid "_Effect image:" +msgstr "_Etki görüntüsü:" + +#: ../plug-ins/common/van-gogh-lic.c:727 +msgid "_Filter length:" +msgstr "_Süzgeç uzunluğu:" + +#: ../plug-ins/common/van-gogh-lic.c:736 +msgid "_Noise magnitude:" +msgstr "_Gürültü büyüklüğü:" + +#: ../plug-ins/common/van-gogh-lic.c:745 +msgid "In_tegration steps:" +msgstr "Bü_tünleştirme adımları" + +#: ../plug-ins/common/van-gogh-lic.c:754 +msgid "_Minimum value:" +msgstr "_Asgari değer:" + +#: ../plug-ins/common/van-gogh-lic.c:763 +msgid "M_aximum value:" +msgstr "M_aksimum değer:" + +#: ../plug-ins/common/van-gogh-lic.c:809 +msgid "Special effects that nobody understands" +msgstr "Kimsenin anlamadığı özel etkiler" + +#: ../plug-ins/common/van-gogh-lic.c:814 +msgid "_Van Gogh (LIC)..." +msgstr "_Van Gogh (LIC)..." + +#: ../plug-ins/common/video.c:42 +msgid "_Staggered" +msgstr "_Aşamalı" + +#: ../plug-ins/common/video.c:43 +msgid "_Large staggered" +msgstr "_Geniş aşamalı" + +#: ../plug-ins/common/video.c:44 +msgid "S_triped" +msgstr "Ç_izgili" + +#: ../plug-ins/common/video.c:45 +msgid "_Wide-striped" +msgstr "_Geniş-çizgili" + +#: ../plug-ins/common/video.c:46 +msgid "Lo_ng-staggered" +msgstr "U_zun-aşamalı" + +#: ../plug-ins/common/video.c:47 +msgid "_3x3" +msgstr "_3x3" + +#: ../plug-ins/common/video.c:48 +msgid "Larg_e 3x3" +msgstr "Büyü_k 3x3" + +#: ../plug-ins/common/video.c:49 +msgid "_Hex" +msgstr "_Hex" + +#: ../plug-ins/common/video.c:50 +msgid "_Dots" +msgstr "_Noktalar" + +#: ../plug-ins/common/video.c:1807 +msgid "Simulate distortion produced by a fuzzy or low-res monitor" msgstr "" +"Bulanıklık ya da düşük çözünürlüklü monitör üretimi bozulma benzetimi yap" + +#: ../plug-ins/common/video.c:1814 +msgid "Vi_deo..." +msgstr "Vi_deo..." + +#: ../plug-ins/common/video.c:1886 ../plug-ins/common/video.c:2017 +msgid "Video" +msgstr "Video" + +#. frame for the radio buttons +#: ../plug-ins/common/video.c:2039 +msgid "Video Pattern" +msgstr "Video Deseni" + +#: ../plug-ins/common/video.c:2083 +msgid "_Additive" +msgstr "_Katkı" + +#: ../plug-ins/common/video.c:2093 +msgid "_Rotated" +msgstr "_Döndürülmüş" + +#: ../plug-ins/common/warp.c:233 +msgid "Twist or smear image in many different ways" +msgstr "Resmi bir çok farklı biçimde bük ya da lekele" -#: plug-ins/common/warp.c:247 +#: ../plug-ins/common/warp.c:241 msgid "_Warp..." -msgstr "" +msgstr "_Eğrilik..." -#: plug-ins/common/warp.c:391 +#: ../plug-ins/common/warp.c:376 msgid "Warp" -msgstr "" +msgstr "Sapma" -#: plug-ins/common/warp.c:405 -#, fuzzy +#: ../plug-ins/common/warp.c:397 msgid "Basic Options" -msgstr "Kaydetme seçenekleri" +msgstr "Temel Seçenekler" -#: plug-ins/common/warp.c:427 -#, fuzzy +#: ../plug-ins/common/warp.c:419 msgid "Step size:" -msgstr "Hücre Boyu:" +msgstr "Adım boyutu:" -#: plug-ins/common/warp.c:441 plug-ins/ifscompose/ifscompose.c:1214 +#: ../plug-ins/common/warp.c:433 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:770 +#: ../plug-ins/ifs-compose/ifs-compose.c:1212 msgid "Iterations:" -msgstr "" +msgstr "Yinelemeler:" #. Displacement map menu -#: plug-ins/common/warp.c:450 +#: ../plug-ins/common/warp.c:442 msgid "Displacement map:" -msgstr "" +msgstr "Yer değiştirme eşlemi:" #. ======================================================================= #. Displacement Type -#: plug-ins/common/warp.c:468 -#, fuzzy +#: ../plug-ins/common/warp.c:460 msgid "On edges:" -msgstr "Ekran" +msgstr "Kenarlar üzerinde:" -#: plug-ins/common/warp.c:479 +#: ../plug-ins/common/warp.c:471 msgid "Wrap" -msgstr "" +msgstr "Sarma" -#: plug-ins/common/warp.c:494 +#: ../plug-ins/common/warp.c:486 msgid "Smear" -msgstr "" +msgstr "Yayma" -#: plug-ins/common/warp.c:509 plug-ins/fits/fits.c:988 -#: plug-ins/flame/flame.c:1131 plug-ins/gfig/gfig-dialog.c:1421 +#: ../plug-ins/common/warp.c:501 ../plug-ins/file-fits/fits.c:1021 +#: ../plug-ins/flame/flame.c:1175 ../plug-ins/gfig/gfig-dialog.c:1460 msgid "Black" msgstr "Siyah" -#: plug-ins/common/warp.c:524 -#, fuzzy -msgid "FG color" -msgstr "Renk sayısı:" +#: ../plug-ins/common/warp.c:516 +msgid "Foreground color" +msgstr "Önalan rengi" #. -------------------------------------------------------------------- #. --------- The secondary table -------------------------- -#: plug-ins/common/warp.c:544 -#, fuzzy +#: ../plug-ins/common/warp.c:536 msgid "Advanced Options" -msgstr "Kaydetme seçenekleri" +msgstr "Gelişmiş Seçenekler" -#: plug-ins/common/warp.c:560 -#, fuzzy +#: ../plug-ins/common/warp.c:552 msgid "Dither size:" -msgstr "Döşeme _Boyutu:" +msgstr "Titreme boyutu:" -#: plug-ins/common/warp.c:573 -#, fuzzy +#: ../plug-ins/common/warp.c:565 msgid "Rotation angle:" -msgstr "Ç_evir:" +msgstr "Döndürme açısı:" -#: plug-ins/common/warp.c:586 +#: ../plug-ins/common/warp.c:578 msgid "Substeps:" -msgstr "" +msgstr "Alt basamaklar:" #. Magnitude map menu -#: plug-ins/common/warp.c:595 +#: ../plug-ins/common/warp.c:587 msgid "Magnitude map:" -msgstr "" +msgstr "Büyüklük eşlemi:" -#: plug-ins/common/warp.c:617 +#: ../plug-ins/common/warp.c:609 msgid "Use magnitude map" -msgstr "" +msgstr "Büyüklük eşlemini kullan" #. -------------------------------------------------------------------- #. --------- The "other" table -------------------------- -#: plug-ins/common/warp.c:630 -#, fuzzy +#: ../plug-ins/common/warp.c:622 msgid "More Advanced Options" -msgstr "Önizleme Seçenekleri" +msgstr "Daha Fazla Gelişmiş Seçenekler" -#: plug-ins/common/warp.c:647 -#, fuzzy +#: ../plug-ins/common/warp.c:639 msgid "Gradient scale:" -msgstr "_Gradyan" +msgstr "Eğim ölçeği:" -#: plug-ins/common/warp.c:670 +#: ../plug-ins/common/warp.c:658 msgid "Gradient map selection menu" -msgstr "" +msgstr "Renk geçişi eşlemi seçim menüsü" -#: plug-ins/common/warp.c:680 -#, fuzzy +#: ../plug-ins/common/warp.c:668 msgid "Vector mag:" -msgstr "Açı:" +msgstr "Vector mag:" #. Angle -#: plug-ins/common/warp.c:695 plug-ins/ifscompose/ifscompose.c:586 +#: ../plug-ins/common/warp.c:683 ../plug-ins/ifs-compose/ifs-compose.c:568 msgid "Angle:" msgstr "Açı:" -#: plug-ins/common/warp.c:718 +#: ../plug-ins/common/warp.c:702 msgid "Fixed-direction-vector map selection menu" -msgstr "" +msgstr "Sabit-yönlü-vektör eşlemi seçme menüsü" -#. -#. if (display_diff_map) { -#. gimp_display_new(new_image_id); -#. } -#. #. make sure layer is visible -#: plug-ins/common/warp.c:1175 -msgid "Smoothing X gradient..." -msgstr "" - -#: plug-ins/common/warp.c:1177 -msgid "Smoothing Y gradient..." -msgstr "" +#: ../plug-ins/common/warp.c:1178 +msgid "Smoothing X gradient" +msgstr "Yumuşatma X eğimi" + +#: ../plug-ins/common/warp.c:1181 +msgid "Smoothing Y gradient" +msgstr "Yumuşatma Y eğimi" #. calculate new X,Y Displacement image maps -#: plug-ins/common/warp.c:1232 -msgid "Finding XY gradient..." -msgstr "" +#: ../plug-ins/common/warp.c:1231 +msgid "Finding XY gradient" +msgstr "XY düşümleri bulunuyor" -#: plug-ins/common/warp.c:1255 +#: ../plug-ins/common/warp.c:1256 #, c-format -msgid "Flow Step %d..." -msgstr "" +msgid "Flow step %d" +msgstr "Akış adımı %d" -#: plug-ins/common/waves.c:127 -#, fuzzy +#: ../plug-ins/common/waves.c:120 +msgid "Distort the image with waves" +msgstr "Dalgalarla görüntüyü boz" + +#: ../plug-ins/common/waves.c:125 msgid "_Waves..." -msgstr "Farklı Kaydet..." +msgstr "_Dalgalar..." -#: plug-ins/common/waves.c:249 +#: ../plug-ins/common/waves.c:248 ../plug-ins/flame/flame.c:763 msgid "Waves" -msgstr "" +msgstr "Dalgalar" -#: plug-ins/common/waves.c:287 +#: ../plug-ins/common/waves.c:294 msgid "_Reflective" -msgstr "" +msgstr "_Yansıtıcı" -#: plug-ins/common/waves.c:306 +#: ../plug-ins/common/waves.c:313 msgid "_Amplitude:" -msgstr "" +msgstr "_Genlik:" -#: plug-ins/common/waves.c:318 -#, fuzzy +#: ../plug-ins/common/waves.c:325 msgid "_Phase:" -msgstr "Yapıştır" +msgstr "_Evre:" -#: plug-ins/common/waves.c:330 -#, fuzzy +#: ../plug-ins/common/waves.c:337 msgid "_Wavelength:" -msgstr "Sol:" +msgstr "_Dalgaboyu:" -#: plug-ins/common/waves.c:431 -msgid "Waving..." -msgstr "" +#: ../plug-ins/common/waves.c:448 +msgid "Waving" +msgstr "Dalgalanma" -#: plug-ins/common/webbrowser.c:141 +#: ../plug-ins/common/web-browser.c:206 +#, c-format msgid "" "Web browser not specified.\n" -"Please specify a web browser using the Preferences Dialog." +"Please specify a web browser using the Preferences dialog." msgstr "" +"Web tarayıcısı belirtilmemiş.\n" +"Lütfen, Tercihler iletişim kutusunu kullanarak bir web tarayıcısı belirleyin." -#: plug-ins/common/webbrowser.c:161 +#: ../plug-ins/common/web-browser.c:228 #, c-format msgid "" -"Could not parse specified web browser command:\n" +"Could not parse the web browser command specified in the Preferences " +"dialog:\n" +"\n" "%s" msgstr "" +"Tercihler iletişim kutusunda belirtilen web tarayıcısı komutu " +"ayrıştırılamadı:\n" +"\n" +"%s" -#: plug-ins/common/webbrowser.c:174 +#: ../plug-ins/common/web-browser.c:246 #, c-format msgid "" -"Could not execute specified web browser:\n" +"Could not execute the web browser specified in the Preferences dialog:\n" +"\n" "%s" msgstr "" +"Tercihler iletişim kutusunda belirtilen web tarayıcısı komutu yürütülemedi:\n" +"\n" +"%s" -#: plug-ins/common/whirlpinch.c:161 +#: ../plug-ins/common/whirl-pinch.c:138 +msgid "Distort an image by whirling and pinching" +msgstr "Görüntüyü döndürerek ve kıstırarak boz" + +#: ../plug-ins/common/whirl-pinch.c:149 msgid "W_hirl and Pinch..." -msgstr "" +msgstr "Dö_nme ve Kıstırma..." -#: plug-ins/common/whirlpinch.c:348 -msgid "Whirling and Pinching..." -msgstr "" +#: ../plug-ins/common/whirl-pinch.c:193 +msgid "Region affected by plug-in is empty" +msgstr "Eklentiden etkilenen alan boş" + +#: ../plug-ins/common/whirl-pinch.c:341 +msgid "Whirling and pinching" +msgstr "Döndürme ve kıstırma" -#: plug-ins/common/whirlpinch.c:535 +#: ../plug-ins/common/whirl-pinch.c:528 msgid "Whirl and Pinch" -msgstr "" +msgstr "Dönme ve kıstırma" -#: plug-ins/common/whirlpinch.c:564 -#, fuzzy +#: ../plug-ins/common/whirl-pinch.c:565 msgid "_Whirl angle:" -msgstr "Açı:" +msgstr "_Dönme açısı" -#: plug-ins/common/whirlpinch.c:576 -#, fuzzy +#: ../plug-ins/common/whirl-pinch.c:577 msgid "_Pinch amount:" -msgstr "Yazar:" - -#: plug-ins/common/winclipboard.c:109 -msgid "Copy to Clipboard" -msgstr "" - -#: plug-ins/common/winclipboard.c:121 -msgid "Paste from Clipboard" -msgstr "" - -#: plug-ins/common/winclipboard.c:133 -msgid "From Clipboard" -msgstr "" +msgstr "_Kıstırma miktarı:" -#: plug-ins/common/winclipboard.c:331 -#, fuzzy -msgid "Copying..." -msgstr "Telif hakkı:" +#: ../plug-ins/common/wind.c:175 +msgid "Smear image to give windblown effect" +msgstr "Esme etkisi vermek için resmi yay" -#: plug-ins/common/winclipboard.c:494 -msgid "Unsupported format or Clipboard empty!" -msgstr "" - -#: plug-ins/common/winclipboard.c:505 -msgid "Can't get Clipboard data." -msgstr "" - -#. ??? gimp_image_convert_rgb (image_ID); -#. -#: plug-ins/common/winclipboard.c:587 -msgid "Pasted" -msgstr "" - -#: plug-ins/common/winclipboard.c:600 -msgid "Pasting..." -msgstr "" - -#: plug-ins/common/wind.c:183 -#, fuzzy +#: ../plug-ins/common/wind.c:180 msgid "Wi_nd..." -msgstr "Genişlik:" +msgstr "Rüz_gar..." -#: plug-ins/common/wind.c:315 -msgid "Rendering Blast..." -msgstr "" +#: ../plug-ins/common/wind.c:315 +msgid "Rendering blast" +msgstr "Rüzgar taranıyor" -#: plug-ins/common/wind.c:438 -msgid "Rendering Wind..." -msgstr "" +#: ../plug-ins/common/wind.c:447 +msgid "Rendering wind" +msgstr "Esinti taranıyor" -#: plug-ins/common/wind.c:873 +#: ../plug-ins/common/wind.c:879 msgid "Wind" -msgstr "" +msgstr "Esinti" #. ******************************************************** #. radio buttons for choosing wind rendering algorithm #. ***************************************************** -#: plug-ins/common/wind.c:906 +#: ../plug-ins/common/wind.c:921 msgid "Style" -msgstr "" +msgstr "Biçem" -#: plug-ins/common/wind.c:910 -#, fuzzy +#: ../plug-ins/common/wind.c:925 msgid "_Wind" -msgstr "Genişlik:" +msgstr "_Esinti" -#: plug-ins/common/wind.c:911 -#, fuzzy +#: ../plug-ins/common/wind.c:926 msgid "_Blast" -msgstr "Siyah" +msgstr "_Rüzgar" -#: plug-ins/common/wind.c:934 -#, fuzzy +#: ../plug-ins/common/wind.c:949 msgid "_Left" -msgstr "Sol:" +msgstr "So_l" -#: plug-ins/common/wind.c:935 -#, fuzzy +#: ../plug-ins/common/wind.c:950 msgid "_Right" -msgstr "Hafif" +msgstr "_Sağ" #. **************************************************** #. radio buttons for choosing BOTH, LEADING, TRAILING #. ************************************************** -#: plug-ins/common/wind.c:954 +#: ../plug-ins/common/wind.c:969 msgid "Edge Affected" -msgstr "" +msgstr "Kenar Etkilendi" -#: plug-ins/common/wind.c:958 -#, fuzzy +#: ../plug-ins/common/wind.c:973 msgid "L_eading" -msgstr "Sol:" +msgstr "Yö_nlendiriliyor" -#: plug-ins/common/wind.c:959 +#: ../plug-ins/common/wind.c:974 msgid "Tr_ailing" -msgstr "" +msgstr "Sü_rükleniyor" -#: plug-ins/common/wind.c:960 +#: ../plug-ins/common/wind.c:975 msgid "Bot_h" -msgstr "" +msgstr "_Her ikisi" -#: plug-ins/common/wind.c:997 +#: ../plug-ins/common/wind.c:1012 msgid "Higher values restrict the effect to fewer areas of the image" -msgstr "" +msgstr "Yüksek değerler resmin daha az alanındaki etkiyi kısıtlıyor" -#: plug-ins/common/wind.c:1012 plug-ins/gimpressionist/orientmap.c:669 -#, fuzzy +#: ../plug-ins/common/wind.c:1027 ../plug-ins/gimpressionist/orientmap.c:694 msgid "_Strength:" -msgstr "Sol:" +msgstr "_Keskinlik:" -#: plug-ins/common/wind.c:1016 +#: ../plug-ins/common/wind.c:1031 msgid "Higher values increase the magnitude of the effect" -msgstr "" +msgstr "Yüksek değerler etkinin büyüklüğünü arttırıyor" -#: plug-ins/common/winprint.c:224 -#, fuzzy -msgid "_Print" -msgstr "Yazdır" +#: ../plug-ins/file-bmp/bmp-read.c:88 +msgid "Bad colormap" +msgstr "Hatalı renk haritası" -#: plug-ins/common/winprint.c:236 -msgid "Page Setup" -msgstr "" +#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182 +#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198 +#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:418 +#: ../plug-ins/file-bmp/bmp-read.c:439 ../plug-ins/file-bmp/bmp-read.c:450 +#: ../plug-ins/file-bmp/bmp-read.c:458 ../plug-ins/file-bmp/bmp-read.c:466 +#: ../plug-ins/file-bmp/bmp-read.c:478 +#, c-format +msgid "'%s' is not a valid BMP file" +msgstr "'%s' geçerli bir BMP dosyası değil" -#: plug-ins/common/winprint.c:341 +#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254 +#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347 +#: ../plug-ins/file-bmp/bmp-read.c:397 #, c-format -msgid "PrintDlg failed: %d" -msgstr "" +msgid "Error reading BMP file header from '%s'" +msgstr "'%s'den BMP dosya başlığı okuma hatası" -#: plug-ins/common/winprint.c:377 -msgid "Printer doesn't support bitmaps" -msgstr "" +#: ../plug-ins/file-bmp/bmp-read.c:590 +msgid "Unrecognized or invalid BMP compression format." +msgstr "Tanınmayan neya geçersiz BMP sıkıştırma biçimi." -#: plug-ins/common/winprint.c:418 -msgid "StartPage failed" -msgstr "" +#: ../plug-ins/file-bmp/bmp-read.c:632 +msgid "Unsupported or invalid bitdepth." +msgstr "Desteklenmeyen veya geçersiz bit derinliği." + +#: ../plug-ins/file-bmp/bmp-read.c:820 ../plug-ins/file-bmp/bmp-read.c:861 +#: ../plug-ins/file-bmp/bmp-read.c:911 +msgid "The bitmap ends unexpectedly." +msgstr "Bit eşlemi beklenmedik bir şekilde sonlandırıldı." + +#: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210 +msgid "Cannot save indexed image with transparency in BMP file format." +msgstr "Saydamlık içeriği ile BMP dosya biçimi kaydedilemez." + +#: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212 +msgid "Alpha channel will be ignored." +msgstr "Görünür kanalı yoksayılacak." -#: plug-ins/common/winprint.c:427 plug-ins/print/print-image-gimp.c:320 -msgid "Printing..." -msgstr "" +#: ../plug-ins/file-bmp/bmp-write.c:794 +msgid "Save as BMP" +msgstr "BMP olarak kaydet" -#: plug-ins/common/winprint.c:459 -msgid "CreateDIBSection failed" -msgstr "" +#: ../plug-ins/file-bmp/bmp-write.c:817 +msgid "_Run-Length Encoded" +msgstr "_Çalışma-Süresi Kodlandı" -#: plug-ins/common/winprint.c:495 -msgid "SetStretchBltMode failed (warning only)" -msgstr "" +#: ../plug-ins/file-bmp/bmp-write.c:829 ../plug-ins/file-jpeg/jpeg-save.c:900 +msgid "_Advanced Options" +msgstr "_Gelişmiş Seçenekler" -#: plug-ins/common/winprint.c:558 -#, c-format -msgid "" -"StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) failed, " -"error = %d, y = %d" -msgstr "" +#: ../plug-ins/file-bmp/bmp-write.c:844 +msgid "16 bits" +msgstr "16 bit" -#: plug-ins/common/winprint.c:587 -msgid "EndPage failed" -msgstr "" +#: ../plug-ins/file-bmp/bmp-write.c:880 +msgid "24 bits" +msgstr "24 bit" + +#: ../plug-ins/file-bmp/bmp-write.c:897 +msgid "32 bits" +msgstr "32 bit" + +#: ../plug-ins/file-bmp/bmp.c:124 ../plug-ins/file-bmp/bmp.c:143 +msgid "Windows BMP image" +msgstr "Windows BMP görüntüsü" + +#: ../plug-ins/file-faxg3/faxg3.c:103 +msgid "G3 fax image" +msgstr "G3 faks görüntüsü" + +#: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188 +msgid "Flexible Image Transport System" +msgstr "Esnek Görüntü Aktarım Sistemi" + +#: ../plug-ins/file-fits/fits.c:368 +msgid "Error during open of FITS file" +msgstr "FITS dosyası açılırken hata oluştu" + +#: ../plug-ins/file-fits/fits.c:374 +msgid "FITS file keeps no displayable images" +msgstr "FITS dosyası görüntülenemez resimler barındırıyor" + +#: ../plug-ins/file-fits/fits.c:455 +msgid "FITS save cannot handle images with alpha channels" +msgstr "FITS görünür kanallı resimleri kaydedemez" + +#: ../plug-ins/file-fits/fits.c:993 +msgid "Load FITS File" +msgstr "FITS Dosyası Yükleme" + +#: ../plug-ins/file-fits/fits.c:1017 +msgid "Replacement for undefined pixels" +msgstr "Tanımlanmamış benekler için değiştirme" + +#: ../plug-ins/file-fits/fits.c:1022 ../plug-ins/gfig/gfig-dialog.c:1286 +#: ../plug-ins/gfig/gfig-dialog.c:1461 +msgid "White" +msgstr "Beyaz" + +#: ../plug-ins/file-fits/fits.c:1029 +msgid "Pixel value scaling" +msgstr "Benek değer ölçeklemesi" + +#: ../plug-ins/file-fits/fits.c:1034 +msgid "By DATAMIN/DATAMAX" +msgstr "DATAMIN/DATAMAX tarafından" + +#: ../plug-ins/file-fits/fits.c:1041 +msgid "Image Composing" +msgstr "Görüntü Oluşturma" + +#: ../plug-ins/file-fli/fli-gimp.c:166 ../plug-ins/file-fli/fli-gimp.c:186 +msgid "AutoDesk FLIC animation" +msgstr "AutoDesk FLIC canlandırması" -#: plug-ins/common/winprint.c:634 +#: ../plug-ins/file-fli/fli-gimp.c:562 #, c-format -msgid "PageSetupDlg failed: %d" -msgstr "" +msgid "Frame (%i)" +msgstr "Çerçeve (%i)" -#: plug-ins/common/wmf.c:131 -msgid "Microsoft WMF file" -msgstr "" +#: ../plug-ins/file-fli/fli-gimp.c:714 +msgid "Sorry, I can save only INDEXED and GRAY images." +msgstr "Üzgünüm, sadece SIRALANMIŞ ve GRİ görüntüleri kaydedebilirim." + +#: ../plug-ins/file-fli/fli-gimp.c:846 +msgid "GFLI 1.3 - Load framestack" +msgstr "GFLI 1.3 - Çerçeve kümesini yükle" + +#: ../plug-ins/file-fli/fli-gimp.c:914 +msgid "GFLI 1.3 - Save framestack" +msgstr "GFLI 1.3 - Çerçeve kümesini kaydet" -#: plug-ins/common/wmf.c:336 +#: ../plug-ins/file-ico/ico-dialog.c:54 +msgid "Save as Windows Icon" +msgstr "Windows Simgesi olarak Kaydet" + +#: ../plug-ins/file-ico/ico-dialog.c:86 +msgid "Icon Details" +msgstr "Simge Detayları" + +#: ../plug-ins/file-ico/ico-dialog.c:106 msgid "" -"WMF file does not\n" -"specify a size!" +"Large icons and compression are not supported by all programs. Older " +"applications may not open this file correctly." msgstr "" +"Geniş simgeler ve sıkıştırma tüm programlar tarafından desteklenmez. Daha " +"eski uygulamalar bu dosyayı düzgün bir şekilde açamayabilir." -#: plug-ins/common/wmf.c:484 -msgid "Render Windows Metafile" -msgstr "" +#: ../plug-ins/file-ico/ico-dialog.c:178 +msgid "1 bpp, 1-bit alpha, 2-slot palette" +msgstr "1 bpp, 1-bit görünür, 2-dilimli palet" + +#: ../plug-ins/file-ico/ico-dialog.c:179 +msgid "4 bpp, 1-bit alpha, 16-slot palette" +msgstr "4 bpp, 1-bit görünür, 16-dilimli palet" + +#: ../plug-ins/file-ico/ico-dialog.c:180 +msgid "8 bpp, 1-bit alpha, 256-slot palette" +msgstr "8 bpp, 1-bit görünür, 256-dilimli palet" + +#: ../plug-ins/file-ico/ico-dialog.c:181 +msgid "24 bpp, 1-bit alpha, no palette" +msgstr "24 bpp, 1-bit görünür, palet yok" -#: plug-ins/common/wmf.c:947 plug-ins/sgi/sgi.c:318 +#: ../plug-ins/file-ico/ico-dialog.c:182 +msgid "32 bpp, 8-bit alpha, no palette" +msgstr "32 bpp, 8-bit görünür, palet yok" + +#: ../plug-ins/file-ico/ico-dialog.c:196 +msgid "Compressed (PNG)" +msgstr "Sıkıştırılmış (PNG)" + +#. read successfully. add to image +#: ../plug-ins/file-ico/ico-load.c:624 #, c-format -msgid "Could not open '%s' for reading." -msgstr "" +msgid "Icon #%i" +msgstr "Simge #%i" -#: plug-ins/common/wmf.c:963 -msgid "Rendered WMF" -msgstr "" +#: ../plug-ins/file-ico/ico-load.c:733 ../plug-ins/file-jpeg/jpeg-load.c:633 +#: ../plug-ins/file-psd/psd-thumb-load.c:85 +#, c-format +msgid "Opening thumbnail for '%s'" +msgstr "'%s' için önizleme açılıyor" -#: plug-ins/common/xbm.c:169 plug-ins/common/xbm.c:187 -msgid "X BitMap image" -msgstr "" +#: ../plug-ins/file-ico/ico.c:103 ../plug-ins/file-ico/ico.c:137 +msgid "Microsoft Windows icon" +msgstr "Microsoft Windows simgesi" -#: plug-ins/common/xbm.c:241 -msgid "Created with The GIMP" -msgstr "" +#: ../plug-ins/file-jpeg/jpeg-exif.c:293 +msgid "Rotate Image?" +msgstr "Görüntü Döndürülsün Mü?" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:296 +msgid "_Keep Orientation" +msgstr "_Yönelimi Sakla" + +#: ../plug-ins/file-jpeg/jpeg-exif.c:352 +msgid "According to the EXIF data, this image is rotated." +msgstr "EXIF verisine göre bu resim döndürüldü." + +#: ../plug-ins/file-jpeg/jpeg-exif.c:367 +msgid "Would you like GIMP to rotate it into the standard orientation?" +msgstr "GIMP'in standart bir yönlenme ile döndürmesini ister misiniz?" -#: plug-ins/common/xbm.c:804 +#: ../plug-ins/file-jpeg/jpeg-load.c:241 +msgid "JPEG preview" +msgstr "JPEG önizleme" + +#: ../plug-ins/file-jpeg/jpeg-save.c:200 #, c-format +msgid "File size: %02.01f kB" +msgstr "Dosya boyutu: %02.01f kB" + +#: ../plug-ins/file-jpeg/jpeg-save.c:682 +msgid "Calculating file size..." +msgstr "Dosya boyutu hesaplanıyor..." + +#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876 +msgid "File size: unknown" +msgstr "Dosya boyutu: bilinmiyor" + +#: ../plug-ins/file-jpeg/jpeg-save.c:827 +msgid "Save as JPEG" +msgstr "JPEG olarak kaydet" + +#: ../plug-ins/file-jpeg/jpeg-save.c:862 +msgid "_Quality:" +msgstr "_Kalite:" + +#: ../plug-ins/file-jpeg/jpeg-save.c:866 +msgid "JPEG quality parameter" +msgstr "JPEG kalite parametresi" + +#: ../plug-ins/file-jpeg/jpeg-save.c:885 +msgid "Enable preview to obtain the file size." +msgstr "Dosya boyutunu elde etmek için önizlemeye olanak tanı." + +#: ../plug-ins/file-jpeg/jpeg-save.c:888 +msgid "Sho_w preview in image window" +msgstr "Önizlemeyi görüntü penceresinde göste_r" + +#: ../plug-ins/file-jpeg/jpeg-save.c:929 +msgid "S_moothing:" +msgstr "D_üzgünleştirme:" + +#: ../plug-ins/file-jpeg/jpeg-save.c:942 +msgid "Frequency (rows):" +msgstr "Sıklık (satırlar):" + +#: ../plug-ins/file-jpeg/jpeg-save.c:958 +msgid "Use _restart markers" +msgstr "_Yeniden başlatma işaretçilerini kullan" + +#: ../plug-ins/file-jpeg/jpeg-save.c:974 +msgid "_Optimize" +msgstr "_Eniyile" + +#: ../plug-ins/file-jpeg/jpeg-save.c:988 +msgid "_Progressive" +msgstr "_İlerlemeli" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1004 +msgid "Save _EXIF data" +msgstr "_EXIF verisini kaydet" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1021 +msgid "Save _thumbnail" +msgstr "Ö_nizlemeyi kaydet" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1038 +msgid "Save _XMP data" +msgstr "_XMP verisini kaydet" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1053 +msgid "_Use quality settings from original image" +msgstr "Kalite ayarlarını özgün görüntüden _kullan" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1059 msgid "" -"'%s':\n" -"Could not read header (ftell == %ld)" +"If the original image was loaded from a JPEG file using non-standard quality " +"settings (quantization tables), enable this option to get almost the same " +"quality and file size." msgstr "" +"Eğer özgün resim standart olmayan kalite ayarları (niceleme tabloları) " +"kullanan bir JPEG dosyasından yüklenmişse; bu seçeneği, aynı kaliteye ve " +"dosya boyutuna yakın sonuçlar elde etmek için etkinleştirin." + +#. Subsampling +#: ../plug-ins/file-jpeg/jpeg-save.c:1083 +msgid "Su_bsampling:" +msgstr "Al_t Örnekleme" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1090 +msgid "1x1,1x1,1x1 (best quality)" +msgstr "1x1,1x1,1x1 (en iyi kalite)" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1092 +msgid "2x1,1x1,1x1 (4:2:2)" +msgstr "2x1,1x1,1x1 (4:2:2)" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1094 +msgid "1x2,1x1,1x1" +msgstr "1x2,1x1,1x1" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1096 +msgid "2x2,1x1,1x1 (smallest file)" +msgstr "2x2,1x1,1x1 (en küçük dosya)" + +#. DCT method +#: ../plug-ins/file-jpeg/jpeg-save.c:1126 +msgid "_DCT method:" +msgstr "_DCT yöntemi:" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1132 +msgid "Fast Integer" +msgstr "Sabit Tam Sayı" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1133 +msgid "Integer" +msgstr "Tamsayı" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1134 +msgid "Floating-Point" +msgstr "Yüzen-Nokta" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1150 +msgid "Comment" +msgstr "Açıklama" + +#: ../plug-ins/file-jpeg/jpeg-save.c:1195 +msgid "Sa_ve Defaults" +msgstr "Varsayılanları Ka_ydet" + +#: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175 +msgid "JPEG image" +msgstr "JPEG görüntüsü" + +#: ../plug-ins/file-jpeg/jpeg.c:301 +msgid "Export Preview" +msgstr "Önizlemeyi dışa aktar" -#: plug-ins/common/xbm.c:811 +#: ../plug-ins/file-psd/psd-load.c:215 +#: ../plug-ins/file-psd/psd-thumb-load.c:131 #, c-format -msgid "" -"'%s':\n" -"No image width specified" -msgstr "" +msgid "Error loading PSD file: %s" +msgstr "PSD dosyası yükleme hatası: %s" -#: plug-ins/common/xbm.c:818 +#: ../plug-ins/file-psd/psd-load.c:270 #, c-format -msgid "" -"'%s':\n" -"No image height specified" -msgstr "" +msgid "Not a valid photoshop document file" +msgstr "Geçersiz photoshop belge dosyası" -#: plug-ins/common/xbm.c:825 +#: ../plug-ins/file-psd/psd-load.c:277 #, c-format -msgid "" -"'%s':\n" -"No image data type specified" -msgstr "" +msgid "Unsupported file format version: %d" +msgstr "Desteklenmeyen dosya biçim sürümü: %d" -#. The image is not black-and-white. -#: plug-ins/common/xbm.c:960 -msgid "" -"The image which you are trying to save as an XBM contains more than two " -"colors.\n" -"\n" -"Please convert it to a black and white (1-bit) indexed image and try again." -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:284 +#, c-format +msgid "Too many channels in file: %d" +msgstr "Dosyada çok fazla kanal var: %d" -#: plug-ins/common/xbm.c:971 -msgid "" -"You cannot save a cursor mask for an image\n" -"which has no alpha channel." -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:311 +#, c-format +msgid "Unsupported or invalid image size: %dx%d" +msgstr "Desteklenmeyen yada geçersiz görüntü boyutu: %dx%d" -#: plug-ins/common/xbm.c:1148 -msgid "Save as XBM" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:323 +#, c-format +msgid "Unsupported color mode: %s" +msgstr "Desteklenmeyen renk modu: %s" -#. parameter settings -#: plug-ins/common/xbm.c:1158 -msgid "XBM Options" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:350 +#, c-format +msgid "Unsupported bit depth: %d" +msgstr "Desteklenmeyen bit derinliği: %d" -#. X10 format -#: plug-ins/common/xbm.c:1167 -msgid "_X10 format bitmap" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:384 ../plug-ins/file-psd/psd-load.c:394 +#: ../plug-ins/file-psd/psd-load.c:625 ../plug-ins/file-psd/psd-load.c:834 +#, c-format +msgid "The file is corrupt!" +msgstr "Bozuk dosya!" -#: plug-ins/common/xbm.c:1187 -msgid "_Identifier prefix:" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:554 +#, c-format +msgid "Too many channels in layer: %d" +msgstr "%d katmanında çok fazla kanal var" -#. hotspot toggle -#: plug-ins/common/xbm.c:1209 -msgid "_Write hot spot values" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:562 +#, c-format +msgid "Unsupported or invalid layer height: %d" +msgstr "Desteklenmeyen veya geçersiz katman yüksekliği: %d" -#: plug-ins/common/xbm.c:1231 -msgid "Hot spot _X:" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:570 +#, c-format +msgid "Unsupported or invalid layer width: %d" +msgstr "Desteklenmeyen veya geçersiz katman genişliği: %d" -#: plug-ins/common/xbm.c:1241 -msgid "Hot spot _Y:" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:579 +#, c-format +msgid "Unsupported or invalid layer size: %dx%d" +msgstr "Desteklenmeyen ya da geçersiz katman boyutu: %dx%d" + +#: ../plug-ins/file-psd/psd-load.c:763 +#, c-format +msgid "Unsupported or invalid layer mask height: %d" +msgstr "Desteklenmeyen veya geçersiz katman maskesi yüksekliği: %d" + +#: ../plug-ins/file-psd/psd-load.c:771 +#, c-format +msgid "Unsupported or invalid layer mask width: %d" +msgstr "Desteklenmeyen veya geçersiz katman maskesi genişliği: %d" + +#: ../plug-ins/file-psd/psd-load.c:780 +#, c-format +msgid "Unsupported or invalid layer mask size: %dx%d" +msgstr "Desteklenmeyen ya da geçersiz katman maskesi boyutu: %dx%d" -#. mask file -#: plug-ins/common/xbm.c:1248 -msgid "Mask File" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:1202 ../plug-ins/file-psd/psd-load.c:1551 +#, c-format +msgid "Unsupported compression mode: %d" +msgstr "Desteklenmeyen sıkıştırma biçimi. %d" -#: plug-ins/common/xbm.c:1258 -msgid "W_rite extra mask file" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:1644 +msgid "Extra" +msgstr "Ek" -#: plug-ins/common/xbm.c:1271 -msgid "_Mask file extension:" -msgstr "" +#: ../plug-ins/file-psd/psd-load.c:1819 +#, c-format +msgid "Unsupported or invalid channel size" +msgstr "Desteklenmeyen veya geçersiz kanal boyutu" -#: plug-ins/common/xpm.c:170 plug-ins/common/xpm.c:195 -msgid "X PixMap image" -msgstr "" +#: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114 +#: ../plug-ins/file-psd/psd.c:153 +msgid "Photoshop image" +msgstr "Photoshop görüntüsü" -#: plug-ins/common/xpm.c:354 +#: ../plug-ins/file-psd/psd-save.c:371 #, c-format -msgid "Error opening file '%s'" +msgid "" +"Unable to save layer with mode '%s'. Either the PSD file format or the save " +"plug-in does not support that, using normal mode instead." msgstr "" +"Katman '%s' biçiminde kaydedilemedi. Ayrıca PSD dosya biçimi ya da kaydetme " +"eklentisi bunu desteklemiyor, bunun yerine normal biçim kullanılıyor." -#: plug-ins/common/xpm.c:359 -msgid "XPM file invalid" +#: ../plug-ins/file-psd/psd-save.c:631 +msgid "Error: Can't convert GIMP base imagetype to PSD mode" +msgstr "Hata: GIMP temel resim türü PSD biçimine dönüştürülemiyor." + +#: ../plug-ins/file-psd/psd-save.c:1605 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images that are " +"more than 30,000 pixels wide or tall." msgstr "" +"'%s' Kaydedilemedi. PSD dosya biçimi 30,000 benek boyu ya da genişliğinden " +"büyük resimleri desteklemiyor." -#: plug-ins/common/xpm.c:780 -msgid "Save as XPM" +#: ../plug-ins/file-psd/psd-save.c:1620 +#, c-format +msgid "" +"Unable to save '%s'. The PSD file format does not support images with " +"layers that are more than 30,000 pixels wide or tall." msgstr "" +"'%s' Kaydedilemedi. PSD dosya biçimi 30,000 benek boyu ya da genişliğinden " +"büyük katmanları olan resimleri desteklemiyor." -#: plug-ins/common/xpm.c:796 -#, fuzzy -msgid "_Alpha threshold:" -msgstr "Kanallar" +#: ../plug-ins/file-psd/psd-util.c:51 +msgid "Unexpected end of file" +msgstr "Beklenmedik dosya sonlandırması" -#: plug-ins/common/xwd.c:277 plug-ins/common/xwd.c:297 -msgid "X window dump" -msgstr "" +#: ../plug-ins/file-sgi/sgi.c:121 ../plug-ins/file-sgi/sgi.c:141 +msgid "Silicon Graphics IRIS image" +msgstr "Silicon Graphics IRIS görüntüsü" -#: plug-ins/common/xwd.c:430 +#: ../plug-ins/file-sgi/sgi.c:325 #, c-format -msgid "Could not read XWD header from '%s'" -msgstr "" +msgid "Could not open '%s' for reading." +msgstr "'%s' dosyası okumak için açılamadı." -#: plug-ins/common/xwd.c:468 -msgid "Can't read color entries" -msgstr "" +#: ../plug-ins/file-sgi/sgi.c:341 +#, c-format +msgid "Invalid width: %hu" +msgstr "Geçersiz genişlik: %hu" -#: plug-ins/common/xwd.c:527 +#: ../plug-ins/file-sgi/sgi.c:348 #, c-format -msgid "" -"XWD-file %s has format %d, depth %d\n" -"and bits per pixel %d.\n" -"Currently this is not supported." -msgstr "" +msgid "Invalid height: %hu" +msgstr "Geçersiz yükseklik: %hu" -#: plug-ins/common/xwd.c:557 -msgid "Cannot save images with alpha channels." -msgstr "" +#: ../plug-ins/file-sgi/sgi.c:355 +#, c-format +msgid "Invalid number of channels: %hu" +msgstr "Geçersiz kanal sayısı: %hu" -#: plug-ins/common/xwd.c:2160 -msgid "Error during writing indexed/gray image" -msgstr "" +#: ../plug-ins/file-sgi/sgi.c:569 +#, c-format +msgid "Could not open '%s' for writing." +msgstr "`%s' yazmak için açılamadı." -#: plug-ins/common/xwd.c:2258 -msgid "Error during writing rgb image" -msgstr "" +#: ../plug-ins/file-sgi/sgi.c:649 +msgid "Save as SGI" +msgstr "SGI olarak kaydet" -#: plug-ins/common/zealouscrop.c:85 -msgid "_Zealous Crop" -msgstr "" +#: ../plug-ins/file-sgi/sgi.c:665 +msgid "Compression type" +msgstr "Sıkıştırma türü" -#: plug-ins/common/zealouscrop.c:133 -msgid "ZealousCropping(tm)..." -msgstr "" +#: ../plug-ins/file-sgi/sgi.c:669 +msgid "No compression" +msgstr "Sıkıştırma yok" -#: plug-ins/common/zealouscrop.c:234 -msgid "Nothing to crop." -msgstr "" +#: ../plug-ins/file-sgi/sgi.c:671 +msgid "RLE compression" +msgstr "RLE sıkıştırması" -#: plug-ins/dbbrowser/gimpprocbrowser.c:128 -#: plug-ins/dbbrowser/gimpprocbrowser.c:142 -msgid "Procedure Browser" +#: ../plug-ins/file-sgi/sgi.c:673 +msgid "" +"Aggressive RLE\n" +"(not supported by SGI)" msgstr "" +"Agresif RLE\n" +"(SGI tarafından desteklenmiyor)" -#: plug-ins/dbbrowser/gimpprocbrowser.c:132 -#: plug-ins/dbbrowser/gimpprocbrowser.c:146 -#: plug-ins/dbbrowser/plugin-browser.c:548 -msgid "Search by _Name" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:448 +msgid "Co_nnect" +msgstr "_Bağlan" -#: plug-ins/dbbrowser/gimpprocbrowser.c:133 -#: plug-ins/dbbrowser/gimpprocbrowser.c:147 -msgid "Search by _Blurb" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:492 +msgid "Connect _anonymously" +msgstr "_Kimliğini belirtmeden bağlan" -#: plug-ins/dbbrowser/gimpprocbrowser.c:224 -#: plug-ins/dbbrowser/plugin-browser.c:718 -msgid "_Search:" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:501 +msgid "Connect as u_ser:" +msgstr "_Kullanıcı olarak bağlan:" -#: plug-ins/dbbrowser/gimpprocbrowser.c:386 -#: plug-ins/dbbrowser/plugin-browser.c:397 -msgid "Searching by name - please wait" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:538 +msgid "_Username:" +msgstr "_Kullanıcı Adı:" -#: plug-ins/dbbrowser/gimpprocbrowser.c:410 -msgid "Searching by blurb - please wait" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:542 +msgid "_Domain:" +msgstr "_Etki Alanı:" -#: plug-ins/dbbrowser/gimpprocbrowser.c:421 -msgid "Searching - please wait" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:547 +msgid "_Password:" +msgstr "_Parola:" -#: plug-ins/dbbrowser/gimpprocbrowser.c:428 -msgid "1 Procedure" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:562 +msgid "_Forget password immediately" +msgstr "_Parolayı hemen unut" -#: plug-ins/dbbrowser/gimpprocbrowser.c:430 -#, c-format -msgid "%d Procedures" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:570 +msgid "_Remember password until you logout" +msgstr "Çıkış yapana kadar _parolayı hatırla" -#: plug-ins/dbbrowser/gimpprocbrowser.c:476 -#: plug-ins/dbbrowser/plugin-browser.c:516 -msgid "No matches" -msgstr "" +#: ../plug-ins/file-uri/gimpmountoperation.c:578 +msgid "_Remember forever" +msgstr "_Her zaman hatırla" -#. -#. * Scales -#. -#. -#. * Scales -#. -#: plug-ins/dbbrowser/gimpprocview.c:133 plug-ins/gflare/gflare.c:2673 -#: plug-ins/gflare/gflare.c:3503 plug-ins/gflare/gflare.c:3608 -#: plug-ins/gflare/gflare.c:3745 -msgid "Parameters" -msgstr "" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:129 +#: ../plug-ins/file-uri/uri-backend-wget.c:303 +#, c-format +msgid "Downloading %s of image data" +msgstr "Görüntü verisinin %s'i indiriliyor" -#: plug-ins/dbbrowser/gimpprocview.c:146 -msgid "Return Values" -msgstr "" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:226 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:136 +#: ../plug-ins/file-uri/uri-backend-wget.c:346 +#, c-format +msgid "Downloaded %s of image data" +msgstr "Görüntü verisinin %s'i indirildi" -#: plug-ins/dbbrowser/gimpprocview.c:159 -msgid "Additional Information" -msgstr "" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:182 +#, c-format +msgid "Uploading %s of image data" +msgstr "Görüntü verisinin %s'i yükleniyor" -#: plug-ins/dbbrowser/gimpprocview.c:198 -msgid "Author:" -msgstr "Yazar:" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:183 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:230 +#, c-format +msgid "Uploaded %s of image data" +msgstr "Görüntü verisinin %s'i yüklendi" -#: plug-ins/dbbrowser/gimpprocview.c:209 -msgid "Date:" -msgstr "Tarih:" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253 +#: ../plug-ins/file-uri/uri-backend-gvfs.c:297 +#: ../plug-ins/file-uri/uri-backend-libcurl.c:158 +#: ../plug-ins/file-uri/uri-backend-wget.c:195 +msgid "Connecting to server" +msgstr "Sunucuya bağlanılıyor" -#: plug-ins/dbbrowser/gimpprocview.c:220 -msgid "Copyright:" -msgstr "Telif hakkı:" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:312 +#, c-format +msgid "Failed to read %s from '%s': %s" +msgstr "'%s' dosyasından %s okuma başarısız: %s" -#: plug-ins/dbbrowser/gimpprocview.c:319 -msgid "Internal GIMP procedure" -msgstr "" +#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:361 +#, c-format +msgid "Failed to write %s to '%s': %s" +msgstr "'%s': %s üzerine %s yazılamadı." -#: plug-ins/dbbrowser/gimpprocview.c:320 -msgid "GIMP Plug-In" -msgstr "GIMP Eklemi" +#: ../plug-ins/file-uri/uri-backend-gvfs.c:200 +#, c-format +msgid "Downloading image (%s of %s)" +msgstr "Resim indiriliyor (%s de %s)" -#: plug-ins/dbbrowser/gimpprocview.c:321 -msgid "GIMP Extension" -msgstr "" +#: ../plug-ins/file-uri/uri-backend-gvfs.c:204 +#, c-format +msgid "Uploading image (%s of %s)" +msgstr "Resim yükleniyor (%s de %s)" -#: plug-ins/dbbrowser/gimpprocview.c:322 -msgid "Temporary Procedure" -msgstr "" +#: ../plug-ins/file-uri/uri-backend-libcurl.c:60 +msgid "Could not initialize libcurl" +msgstr "Libcurl başlatılamadı" -#: plug-ins/dbbrowser/plugin-browser.c:151 -msgid "_Plug-In Browser" -msgstr "" +#: ../plug-ins/file-uri/uri-backend-libcurl.c:202 +#, c-format +msgid "Opening '%s' for reading resulted in HTTP response code: %d" +msgstr "Neticelenen HTTP yanıt kodunu okumak için '%s' açılıyor: %d" -#: plug-ins/dbbrowser/plugin-browser.c:418 -msgid "1 Plug-In Interface" -msgstr "" +#: ../plug-ins/file-uri/uri-backend-wget.c:162 +#: ../plug-ins/file-uri/uri-backend-wget.c:182 +#: ../plug-ins/file-uri/uri-backend-wget.c:201 +#: ../plug-ins/file-uri/uri-backend-wget.c:224 +#: ../plug-ins/file-uri/uri-backend-wget.c:253 +#, c-format +msgid "wget exited abnormally on URI '%s'" +msgstr "wget beklenmedik biçimde kapandı. URI '%s'" -#: plug-ins/dbbrowser/plugin-browser.c:420 +#. The third line is "Connecting to..." +#: ../plug-ins/file-uri/uri-backend-wget.c:190 #, c-format -msgid "%d Plug-In Interfaces" -msgstr "" +msgid "(timeout is %d second)" +msgid_plural "(timeout is %d seconds)" +msgstr[0] "(zaman aşımı %d saniye)" -#: plug-ins/dbbrowser/plugin-browser.c:544 -msgid "Plug-In Browser" -msgstr "" +#. The fourth line is either the network request or an error +#: ../plug-ins/file-uri/uri-backend-wget.c:219 +msgid "Opening URI" +msgstr "URI açılıyor" -#: plug-ins/dbbrowser/plugin-browser.c:595 -msgid "Name" -msgstr "İsim" +#: ../plug-ins/file-uri/uri-backend-wget.c:230 +#: ../plug-ins/file-uri/uri-backend-wget.c:263 +#, c-format +msgid "A network error occurred: %s" +msgstr "Bir ağ hatası meydana geldi: %s" -#: plug-ins/dbbrowser/plugin-browser.c:603 -#: plug-ins/dbbrowser/plugin-browser.c:672 -#, fuzzy -msgid "Insertion Date" -msgstr "Kesişim" +#: ../plug-ins/file-uri/uri-backend-wget.c:308 +msgid "Downloading unknown amount of image data" +msgstr "Görüntü verisinin bilinmeyen miktarı indiriliyor" -#: plug-ins/dbbrowser/plugin-browser.c:611 -msgid "Menu Path" -msgstr "" +#: ../plug-ins/file-uri/uri.c:119 ../plug-ins/file-uri/uri.c:140 +msgid "URI" +msgstr "Kaynak Tanımlayıcı" -#: plug-ins/dbbrowser/plugin-browser.c:619 -#: plug-ins/dbbrowser/plugin-browser.c:681 -#, fuzzy -msgid "Image Types" -msgstr "Resim" +#: ../plug-ins/file-xjt/xjt.c:488 ../plug-ins/file-xjt/xjt.c:506 +msgid "GIMP compressed XJT image" +msgstr "GIMP sıkıştırmalı XJT görüntüsü" -#: plug-ins/dbbrowser/plugin-browser.c:643 -msgid "List View" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:736 +#, c-format +msgid "XJT file contains unknown layermode %d" +msgstr "XJT dosyası bilinmeyen katmankipi %d içeriyor" -#: plug-ins/dbbrowser/plugin-browser.c:663 -msgid "Menu Path/Name" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:773 +#, c-format +msgid "Warning: unsupported layermode %d saved to XJT" +msgstr "Uyarı: desteklenmeyen katmankipi %d XJT'ye kaydedildi" -#: plug-ins/dbbrowser/plugin-browser.c:704 -#, fuzzy -msgid "Tree View" -msgstr "Önizleme" +#: ../plug-ins/file-xjt/xjt.c:789 +#, c-format +msgid "XJT file contains unknown pathtype %d" +msgstr "XJT dosyası bilinmeyen yol biçimi içeriyor %d" -#: plug-ins/dbbrowser/procedure-browser.c:89 -msgid "Procedure _Browser" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:805 +#, c-format +msgid "Warning: unsupported pathtype %d saved to XJT" +msgstr "Uyarı: desteklenmeyen yol biçimi %d kaydedildi XJT dosyasına" -#: plug-ins/faxg3/faxg3.c:100 -msgid "G3 fax image" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:824 +#, c-format +msgid "XJT file contains unknown unittype %d" +msgstr "XJT dosyası bilinmeyen birim biçimi içeriyor %d" -#: plug-ins/fits/fits.c:159 plug-ins/fits/fits.c:178 -msgid "Flexible Image Transport System" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:845 +#, c-format +msgid "Warning: unsupported unittype %d saved to XJT" +msgstr "Uyarı: bilinmeyen birim biçimi %d kaydedildi XJT dosyasına" -#: plug-ins/fits/fits.c:346 -msgid "Error during open of FITS file" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:866 +msgid "Save as XJT" +msgstr "XJT olarak kaydet" -#: plug-ins/fits/fits.c:351 -msgid "FITS file keeps no displayable images" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:889 +msgid "Optimize" +msgstr "Eniyile" -#: plug-ins/fits/fits.c:430 -msgid "FITS save cannot handle images with alpha channels" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:899 +msgid "Clear transparent" +msgstr "Saydamlığı temizle" -#: plug-ins/fits/fits.c:969 -msgid "Load FITS File" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:911 +msgid "Quality:" +msgstr "Kalite:" -#: plug-ins/fits/fits.c:984 -msgid "BLANK/NaN Pixel Replacement" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:920 +msgid "Smoothing:" +msgstr "Yumuşatma:" -#: plug-ins/fits/fits.c:989 plug-ins/gfig/gfig-dialog.c:1288 -#: plug-ins/gfig/gfig-dialog.c:1422 -msgid "White" -msgstr "Beyaz" +#: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373 +#, c-format +msgid "Could not create working folder '%s': %s" +msgstr "'%s' çalışan dizini oluşturulamadı: %s" -#: plug-ins/fits/fits.c:996 -msgid "Pixel value scaling" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:3239 +#, c-format +msgid "Error: Could not read XJT property file '%s'." +msgstr "Hata: XJT nitelik dosyası '%s' okunamadı." -#: plug-ins/fits/fits.c:1001 -msgid "By DATAMIN/DATAMAX" -msgstr "" +#: ../plug-ins/file-xjt/xjt.c:3246 +#, c-format +msgid "Error: XJT property file '%s' is empty." +msgstr "Hata: XJT özellik dosyası '%s' boş." -#: plug-ins/fits/fits.c:1008 -msgid "Image Composing" -msgstr "" +#: ../plug-ins/flame/flame.c:129 +msgid "Create cosmic recursive fractal flames" +msgstr "Kozmik tekrarlamalı kesirli alevler oluştur" -#: plug-ins/flame/flame.c:133 -#, fuzzy +#: ../plug-ins/flame/flame.c:134 msgid "_Flame..." -msgstr "Dosya adı:" +msgstr "_Alev..." -#: plug-ins/flame/flame.c:227 -msgid "Drawing Flame..." -msgstr "" +#: ../plug-ins/flame/flame.c:227 +msgid "Drawing flame" +msgstr "Alev çizme" -#: plug-ins/flame/flame.c:319 +#: ../plug-ins/flame/flame.c:319 msgid "Flame works only on RGB drawables." -msgstr "" +msgstr "Alev sadece RGB çizilebilirliği üzerinde çalışır." -#: plug-ins/flame/flame.c:402 +#: ../plug-ins/flame/flame.c:402 #, c-format msgid "'%s' is not a regular file" -msgstr "" +msgstr "'%s' normal bir dosya değil." -#: plug-ins/flame/flame.c:637 +#: ../plug-ins/flame/flame.c:646 msgid "Edit Flame" -msgstr "" +msgstr "Alevi düzenle" -#: plug-ins/flame/flame.c:655 +#: ../plug-ins/flame/flame.c:669 msgid "Directions" -msgstr "" +msgstr "Yönler" -#: plug-ins/flame/flame.c:691 +#: ../plug-ins/flame/flame.c:705 msgid "Controls" -msgstr "" +msgstr "Denetimler" -#: plug-ins/flame/flame.c:705 -#, fuzzy +#: ../plug-ins/flame/flame.c:719 msgid "_Speed:" -msgstr "Hız:" +msgstr "_Hız:" -#: plug-ins/flame/flame.c:722 +#: ../plug-ins/flame/flame.c:736 msgid "_Randomize" -msgstr "" +msgstr "_Rastgele" -#: plug-ins/flame/flame.c:731 +#: ../plug-ins/flame/flame.c:746 msgid "Same" -msgstr "" +msgstr "Benzer" -#: plug-ins/flame/flame.c:732 plug-ins/gimpressionist/orientation.c:146 -#: plug-ins/gimpressionist/size.c:149 +#: ../plug-ins/flame/flame.c:747 ../plug-ins/gimpressionist/orientation.c:164 +#: ../plug-ins/gimpressionist/size.c:167 msgid "Random" -msgstr "" +msgstr "Rastgele" -#: plug-ins/flame/flame.c:736 +#: ../plug-ins/flame/flame.c:751 msgid "Swirl" -msgstr "" +msgstr "Girdap" -#: plug-ins/flame/flame.c:737 +#: ../plug-ins/flame/flame.c:752 msgid "Horseshoe" -msgstr "" +msgstr "Nal" -#: plug-ins/flame/flame.c:738 plug-ins/gfig/gfig-dialog.c:1403 +#: ../plug-ins/flame/flame.c:753 ../plug-ins/gfig/gfig-dialog.c:1442 msgid "Polar" -msgstr "" +msgstr "Kutupsal" -#: plug-ins/flame/flame.c:739 +#: ../plug-ins/flame/flame.c:754 msgid "Bent" -msgstr "" +msgstr "Eğri" + +#: ../plug-ins/flame/flame.c:755 +msgid "Handkerchief" +msgstr "Mendil" + +#: ../plug-ins/flame/flame.c:756 +msgid "Heart" +msgstr "Kalp" + +#: ../plug-ins/flame/flame.c:757 +msgid "Disc" +msgstr "Disk" + +#: ../plug-ins/flame/flame.c:759 +msgid "Hyperbolic" +msgstr "Hiperbolik" + +#: ../plug-ins/flame/flame.c:761 +msgid "Ex" +msgstr "Eski" + +#: ../plug-ins/flame/flame.c:762 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:844 +msgid "Julia" +msgstr "Julia" + +#: ../plug-ins/flame/flame.c:764 +msgid "Fisheye" +msgstr "Balık gözü" + +#: ../plug-ins/flame/flame.c:765 +msgid "Popcorn" +msgstr "Patlamış mısır" + +#: ../plug-ins/flame/flame.c:766 +msgid "Exponential" +msgstr "Üstel" + +#: ../plug-ins/flame/flame.c:767 +msgid "Power" +msgstr "Güç" + +#: ../plug-ins/flame/flame.c:768 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:997 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1038 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1079 +msgid "Cosine" +msgstr "Kosinüs" + +#: ../plug-ins/flame/flame.c:769 +msgid "Rings" +msgstr "Çemberler" + +#: ../plug-ins/flame/flame.c:770 +msgid "Fan" +msgstr "Fan" -#: plug-ins/flame/flame.c:752 -#, fuzzy +#: ../plug-ins/flame/flame.c:771 +msgid "Eyefish" +msgstr "Balık gözü" + +#: ../plug-ins/flame/flame.c:772 +msgid "Bubble" +msgstr "Kabarcık" + +#: ../plug-ins/flame/flame.c:773 ../plug-ins/map-object/map-object-ui.c:491 +msgid "Cylinder" +msgstr "Silindir" + +#: ../plug-ins/flame/flame.c:775 +msgid "Blur" +msgstr "Bulanıklaştır" + +#: ../plug-ins/flame/flame.c:776 +msgid "Gaussian" +msgstr "Gaussian" + +#: ../plug-ins/flame/flame.c:789 msgid "_Variation:" -msgstr "Konum" +msgstr "_Çeşitlilik:" -#: plug-ins/flame/flame.c:774 +#: ../plug-ins/flame/flame.c:811 msgid "Load Flame" -msgstr "" +msgstr "Alev Yükle" -#: plug-ins/flame/flame.c:789 +#: ../plug-ins/flame/flame.c:826 msgid "Save Flame" -msgstr "" +msgstr "Alevi Kaydet" -#: plug-ins/flame/flame.c:931 +#: ../plug-ins/flame/flame.c:968 msgid "Flame" -msgstr "" +msgstr "Alev" -#: plug-ins/flame/flame.c:1025 +#: ../plug-ins/flame/flame.c:1069 msgid "_Rendering" -msgstr "" +msgstr "_Taranıyor" -#: plug-ins/flame/flame.c:1051 +#: ../plug-ins/flame/flame.c:1095 msgid "Co_ntrast:" -msgstr "" +msgstr "Ka_rşıtlık:" -#: plug-ins/flame/flame.c:1065 -#, fuzzy +#: ../plug-ins/flame/flame.c:1109 msgid "_Gamma:" -msgstr "Gri" +msgstr "_Gama:" -#: plug-ins/flame/flame.c:1079 +#: ../plug-ins/flame/flame.c:1123 msgid "Sample _density:" -msgstr "" +msgstr "Örnek _yoğunluk:" -#: plug-ins/flame/flame.c:1090 -#, fuzzy +#: ../plug-ins/flame/flame.c:1134 msgid "Spa_tial oversample:" -msgstr "Yeniden boyutlandır" +msgstr "U_zaysal üstünörnekleme:" -#: plug-ins/flame/flame.c:1101 +#: ../plug-ins/flame/flame.c:1145 msgid "Spatial _filter radius:" -msgstr "" +msgstr "Uzaysal _süzgeç yarıçapı:" -#: plug-ins/flame/flame.c:1120 -#, fuzzy +#: ../plug-ins/flame/flame.c:1164 msgid "Color_map:" -msgstr "Renk" +msgstr "_Renk haritası:" -#: plug-ins/flame/flame.c:1162 -#, fuzzy +#: ../plug-ins/flame/flame.c:1206 msgid "Custom gradient" -msgstr "Yeşil:" +msgstr "Özel renk geçişi" -#: plug-ins/flame/flame.c:1188 -#, fuzzy +#: ../plug-ins/flame/flame.c:1232 msgid "C_amera" -msgstr "Dikey" - -#: plug-ins/flame/flame.c:1193 -#, fuzzy -msgid "_Zoom:" -msgstr "Yakınlaş" +msgstr "K_amera" -#: plug-ins/gfig/gfig-bezier.c:448 -msgid "Closed" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547 +#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gimpressionist/utils.c:143 +#: ../plug-ins/gradient-flare/gradient-flare.c:881 +#, c-format +msgid "" +"No %s in gimprc:\n" +"You need to add an entry like\n" +"(%s \"%s\")\n" +"to your %s file." msgstr "" +"gimprc içinde %s yok:\n" +"Şöyle bir giriş eklemelisiniz\n" +"(%s \"%s\")\n" +"%s dosyanıza." -#: plug-ins/gfig/gfig-bezier.c:453 -msgid "Close curve on completion" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:638 +msgid "Realtime preview" +msgstr "Gerçek zamanlı önizleme" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:646 +msgid "If enabled the preview will be redrawn automatically" +msgstr "Eğer etkinleştirilirse önizleme otomatik olarak yeniden çizilecek." + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:649 +msgid "R_edraw preview" +msgstr "Önizlemeyi _yeniden çiz" -#: plug-ins/gfig/gfig-bezier.c:458 -msgid "Show Line Frame" -msgstr "" +#. Zoom Options +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:657 +msgid "Zoom" +msgstr "Yakınlaştır" -#: plug-ins/gfig/gfig-bezier.c:463 -msgid "Draws lines between the control points. Only during curve creation" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:693 +msgid "Undo last zoom change" +msgstr "Son yakınlaştırma değişimini geri al" -#. Start building the dialog up -#: plug-ins/gfig/gfig-dialog.c:295 -msgid "Gfig" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:703 +msgid "Redo last zoom change" +msgstr "Son yakınlaştırma değişimini ileri al" -#. Tool options notebook -#: plug-ins/gfig/gfig-dialog.c:341 -#, fuzzy -msgid "Tool options" -msgstr "Seçenekler" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:718 +msgid "_Parameters" +msgstr "_Parametreler" -#: plug-ins/gfig/gfig-dialog.c:358 -msgid "_Stroke" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:721 +msgid "Fractal Parameters" +msgstr "Kesirli Katsayılar" -#. Fill frame on right side -#: plug-ins/gfig/gfig-dialog.c:405 -#, fuzzy -msgid "Fill" -msgstr "Dosya" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:734 +#: ../plug-ins/map-object/map-object-ui.c:1099 +msgid "Left:" +msgstr "Sol:" -#: plug-ins/gfig/gfig-dialog.c:419 -msgid "No fill" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:743 +#: ../plug-ins/map-object/map-object-ui.c:1099 +msgid "Right:" +msgstr "Sağ:" -#: plug-ins/gfig/gfig-dialog.c:420 -#, fuzzy -msgid "Color fill" -msgstr "Renk" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:752 +#: ../plug-ins/map-object/map-object-ui.c:1098 +msgid "Top:" +msgstr "Tepe:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:761 +#: ../plug-ins/map-object/map-object-ui.c:1098 +msgid "Bottom:" +msgstr "Alt:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773 +msgid "" +"The higher the number of iterations, the more details will be calculated" +msgstr "Yüksek tekrarlamların sayısı, daha fazla detay hesaplanacak." + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781 +msgid "CX:" +msgstr "CX:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:784 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:794 +msgid "Changes aspect of fractal" +msgstr "Kesir açısını değiştirir" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:791 +msgid "CY:" +msgstr "CY:" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:809 +msgid "Load a fractal from file" +msgstr "Dosyadan kesir yükler" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817 +msgid "Reset parameters to default values" +msgstr "Parametreleri temel değerlere ayarla." + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826 +msgid "Save active fractal to file" +msgstr "Aktif kesiri dosyaya kaydet" + +#. Fractal type toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:829 +msgid "Fractal Type" +msgstr "Kesir Türü" + +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:842 +msgid "Mandelbrot" +msgstr "Mandelbrot" -#: plug-ins/gfig/gfig-dialog.c:421 -msgid "Pattern fill" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:846 +msgid "Barnsley 1" +msgstr "Barnsley 1" -#: plug-ins/gfig/gfig-dialog.c:422 -#, fuzzy -msgid "Gradient fill" -msgstr "_Gradyan" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:848 +msgid "Barnsley 2" +msgstr "Barnsley 2" -#. "show image" checkbutton at bottom of style frame -#: plug-ins/gfig/gfig-dialog.c:482 -#, fuzzy -msgid "Show image" -msgstr "Göster" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:850 +msgid "Barnsley 3" +msgstr "Barnsley 3" -#. "show grid" checkbutton at bottom of style frame -#: plug-ins/gfig/gfig-dialog.c:504 -#, fuzzy -msgid "Show grid" -msgstr "Göster" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:852 +msgid "Spider" +msgstr "Örümcek" -#: plug-ins/gfig/gfig-dialog.c:639 -msgid "Load Gfig object collection" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:854 +msgid "Man'o'war" +msgstr "Man'o'war" -#: plug-ins/gfig/gfig-dialog.c:683 -#, fuzzy -msgid "Save Gfig Drawing" -msgstr "Sil" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:856 +msgid "Lambda" +msgstr "Lamda" -#: plug-ins/gfig/gfig-dialog.c:820 -#, fuzzy -msgid "First Gfig" -msgstr "Bilgi" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:858 +msgid "Sierpinski" +msgstr "Sierpinski" -#: plug-ins/gfig/gfig-dialog.c:859 -#, fuzzy -msgid "_Undo" -msgstr "Geri al" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:920 +msgid "Number of colors:" +msgstr "Renk sayısı:" -#: plug-ins/gfig/gfig-dialog.c:863 -#, fuzzy -msgid "_Clear" -msgstr "Temizle" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:923 +msgid "Change the number of colors in the mapping" +msgstr "Eşleme içindeki renk sayısını değiştir." -#: plug-ins/gfig/gfig-dialog.c:867 -#, fuzzy -msgid "_Grid" -msgstr "Kılavuz" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:930 +msgid "Use loglog smoothing" +msgstr "Günlük kayıdı düzgünleştirmesi kullan" -#: plug-ins/gfig/gfig-dialog.c:875 -msgid "Raise selected object" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937 +msgid "Use log log smoothing to eliminate \"banding\" in the result" msgstr "" +"Sonuçlardaki \"şeritlemeyi\" kaldırmak için günlük kayıdı düzgünleştirmesini " +"kullan" -#: plug-ins/gfig/gfig-dialog.c:879 -msgid "Lower selected object" -msgstr "" +#. Color Density frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941 +msgid "Color Density" +msgstr "Renk Yoğunluğu" -#: plug-ins/gfig/gfig-dialog.c:883 -msgid "Raise selected object to top" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:956 +msgid "Change the intensity of the red channel" +msgstr "Kırmızı kanalı yoğunluğunu değiştir" -#: plug-ins/gfig/gfig-dialog.c:887 -msgid "Lower selected object to bottom" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:966 +msgid "Change the intensity of the green channel" +msgstr "Yeşil kanalı yoğunluğunu değiştir" -#: plug-ins/gfig/gfig-dialog.c:891 -msgid "Show previous object" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:976 +msgid "Change the intensity of the blue channel" +msgstr "Mavi kanalı yoğunluğunu değiştir" -#: plug-ins/gfig/gfig-dialog.c:895 -#, fuzzy -msgid "Show next object" -msgstr "Seçim:" +#. Color Function frame +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:982 +msgid "Color Function" +msgstr "Renk İşlevi" -#: plug-ins/gfig/gfig-dialog.c:899 -#, fuzzy -msgid "Show all objects" -msgstr "Seçim:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:995 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1036 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1077 +msgid "Sine" +msgstr "Sinüs" -#: plug-ins/gfig/gfig-dialog.c:905 -#, fuzzy -msgid "Create line" -msgstr "_Yeni Resim Oluştur" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1004 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1045 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1086 +msgid "Use sine-function for this color component" +msgstr "Bu renk bileşeni için sine-işlevini kullan" -#: plug-ins/gfig/gfig-dialog.c:908 -#, fuzzy -msgid "Create circle" -msgstr "_Yeni Resim Oluştur" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1007 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1048 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1089 +msgid "Use cosine-function for this color component" +msgstr "Bu renk bileşeni için cosine-işlevini kullan" -#: plug-ins/gfig/gfig-dialog.c:911 -#, fuzzy -msgid "Create ellipse" -msgstr "_Yeni Resim Oluştur" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1010 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1051 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1092 +msgid "" +"Use linear mapping instead of any trigonometrical function for this color " +"channel" +msgstr "" +"Bu renk bileşeni için kullanılan herhangi bir trigonometrik işlev yerine " +"doğrusal eşlemeyi kullan" -#: plug-ins/gfig/gfig-dialog.c:914 -#, fuzzy -msgid "Create arc" -msgstr "Yeni _Katman Oluştur" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1019 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1060 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1101 +msgid "Inversion" +msgstr "Tersine çevirme" -#: plug-ins/gfig/gfig-dialog.c:917 -#, fuzzy -msgid "Create reg polygon" -msgstr "Yeni _Katman Oluştur" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1027 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1068 +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1109 +msgid "" +"If you enable this option higher color values will be swapped with lower " +"ones and vice versa" +msgstr "" +"Eğer bu seçenek etkinleştirilirse yüksek renk değerleri düşük olanlarla " +"değiştirilecek." -#: plug-ins/gfig/gfig-dialog.c:920 -#, fuzzy -msgid "Create star" -msgstr "Yeni _Katman Oluştur" +#. Colormode toggle box +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1114 +msgid "Color Mode" +msgstr "Renk Kipi" -#: plug-ins/gfig/gfig-dialog.c:923 -#, fuzzy -msgid "Create spiral" -msgstr "_Yeni Resim Oluştur" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1123 +msgid "As specified above" +msgstr "Yukarıda belirtildiği gibi" -#: plug-ins/gfig/gfig-dialog.c:926 -msgid "Create bezier curve. Shift + Button ends object creation." +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1135 +msgid "" +"Create a color-map with the options you specified above (color density/" +"function). The result is visible in the preview image" msgstr "" +"Aşağıda belirttiğiniz seçenekler ile (renk yoğunluğu/işlevi) renk haritası " +"oluşturun. Sonuç önizleme resminde görülür." -#: plug-ins/gfig/gfig-dialog.c:930 -msgid "Move an object" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1145 +msgid "Apply active gradient to final image" +msgstr "Aktif gradyanı son resme uygula" -#: plug-ins/gfig/gfig-dialog.c:933 -msgid "Move a single point" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1157 +msgid "Create a color-map using a gradient from the gradient editor" msgstr "" +"Artımlı geçiş düzenleyicisinden bir artımlı geçiş kullanarak renk haritası " +"oluştur." -#: plug-ins/gfig/gfig-dialog.c:936 -msgid "Copy an object" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1168 +msgid "FractalExplorer Gradient" +msgstr "KesirTarayıcı Artımlı Geçişi" -#: plug-ins/gfig/gfig-dialog.c:939 -#, fuzzy -msgid "Delete an object" -msgstr "Nokta sil" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1198 +msgid "_Fractals" +msgstr "_Kesirler" -#: plug-ins/gfig/gfig-dialog.c:942 -msgid "Select an object" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560 +#, c-format +msgid "Could not write '%s': %s" +msgstr "'%s' yazılamadı: %s" -#: plug-ins/gfig/gfig-dialog.c:1023 -msgid "This tool has no options" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635 +msgid "Load Fractal Parameters" +msgstr "Kesir Katsayıları Yükle" -#. Put buttons in -#: plug-ins/gfig/gfig-dialog.c:1230 -#, fuzzy -msgid "Show position" -msgstr "Konum" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1673 +msgid "Save Fractal Parameters" +msgstr "Kesir Kaysayılarını Kaydet" -#: plug-ins/gfig/gfig-dialog.c:1242 -#, fuzzy -msgid "Show control points" -msgstr "Renk sayısı:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1871 +#, c-format +msgid "'%s' is not a FractalExplorer file" +msgstr "'%s' KesirTarayıcısı dosyası değil" -#: plug-ins/gfig/gfig-dialog.c:1276 -#, fuzzy -msgid "Max undo:" -msgstr "Azami Derinlik:" +#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1877 +#, c-format +msgid "'%s' is corrupt. Line %d Option section incorrect" +msgstr "'%s' bozuk. Satır %d Option kısmı hatalı" -#: plug-ins/gfig/gfig-dialog.c:1285 plug-ins/gimpressionist/general.c:166 -msgid "Transparent" -msgstr "Şeffaf" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:239 +msgid "Render fractal art" +msgstr "Keslirli usul tara" -#: plug-ins/gfig/gfig-dialog.c:1287 -msgid "Foreground" -msgstr "Önalan" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:244 +msgid "_Fractal Explorer..." +msgstr "_Kesirli Tarama..." -#: plug-ins/gfig/gfig-dialog.c:1289 plug-ins/imagemap/imap_cmd_copy.c:54 -#: plug-ins/imagemap/imap_cmd_copy_object.c:55 -#: plug-ins/imagemap/imap_object_popup.c:113 -#: plug-ins/imagemap/imap_toolbar.c:126 -msgid "Copy" -msgstr "Kopyala" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:374 +msgid "Rendering fractal" +msgstr "Kesirli tarama" -#: plug-ins/gfig/gfig-dialog.c:1298 -msgid "" -"Layer background type. Copy causes the previous layer to be copied before " -"the draw is performed." -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:756 +#: ../plug-ins/gradient-flare/gradient-flare.c:3200 +#, c-format +msgid "Are you sure you want to delete \"%s\" from the list and from disk?" +msgstr "\"%s\", listeden ve diskinizden silmek istediğinize emin misiniz?" -#: plug-ins/gfig/gfig-dialog.c:1304 -msgid "Background:" -msgstr "Arkaplan:" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:760 +msgid "Delete Fractal" +msgstr "Kesiri Sil" -#: plug-ins/gfig/gfig-dialog.c:1307 -#, fuzzy -msgid "Feather" -msgstr "sonra" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:950 +#, c-format +msgid "File '%s' is not a FractalExplorer file" +msgstr "'%s' dosyası KesirTarayıcısı dosyası değil" -#: plug-ins/gfig/gfig-dialog.c:1331 -msgid "Radius:" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:959 +#, c-format +msgid "" +"File '%s' is corrupt.\n" +"Line %d Option section incorrect" msgstr "" +"'%s' dosyası bozuk.\n" +"Satır %d Option kısmı hatalı" -#: plug-ins/gfig/gfig-dialog.c:1386 -#, fuzzy -msgid "Grid spacing:" -msgstr "Boşluk:" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1003 +msgid "My first fractal" +msgstr "İlk Kesirli Taramam" -#: plug-ins/gfig/gfig-dialog.c:1402 plug-ins/imagemap/imap_menu.c:369 -#: plug-ins/imagemap/imap_popup.c:137 plug-ins/imagemap/imap_tools.c:156 -msgid "Rectangle" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1067 +msgid "Select folder and rescan collection" +msgstr "Dizini seçin ve koleksiyonu tekrar tarayın" -#: plug-ins/gfig/gfig-dialog.c:1404 -msgid "Isometric" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1079 +msgid "Apply currently selected fractal" +msgstr "Şuan seçilen kesiri uygula" -#: plug-ins/gfig/gfig-dialog.c:1413 -#, fuzzy -msgid "Grid type:" -msgstr "_Kılavuz Boyutu:" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1091 +msgid "Delete currently selected fractal" +msgstr "Şuan seçilen kesiri sil" -#: plug-ins/gfig/gfig-dialog.c:1420 plug-ins/gflare/gflare.c:559 -msgid "Normal" -msgstr "" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1114 +msgid "Rescan for Fractals" +msgstr "Kesirler için yeniden tara" -#: plug-ins/gfig/gfig-dialog.c:1423 -#, fuzzy -msgid "Grey" -msgstr "Gri" +#: ../plug-ins/fractal-explorer/fractal-explorer.c:1133 +msgid "Add FractalExplorer Path" +msgstr "KesirTarayıcısı Yolu Ekle" -#: plug-ins/gfig/gfig-dialog.c:1424 -msgid "Darker" -msgstr "" +#: ../plug-ins/gfig/gfig-bezier.c:443 +msgid "Closed" +msgstr "Kapatıldı" -#: plug-ins/gfig/gfig-dialog.c:1425 -#, fuzzy -msgid "Lighter" -msgstr "Hafif" +#: ../plug-ins/gfig/gfig-bezier.c:448 +msgid "Close curve on completion" +msgstr "Sonuçlandığında kavisi kapat." -#: plug-ins/gfig/gfig-dialog.c:1426 -msgid "Very dark" +#: ../plug-ins/gfig/gfig-bezier.c:453 +msgid "Show Line Frame" +msgstr "Çizgi çerçevesini göster" + +#: ../plug-ins/gfig/gfig-bezier.c:458 +msgid "Draws lines between the control points. Only during curve creation" msgstr "" +"Denetim noktaları arasında çizgiler çizer. Sadece kavis oluşturma esnasında" -#: plug-ins/gfig/gfig-dialog.c:1435 -#, fuzzy -msgid "Grid color:" -msgstr "Hatalı renk haritası" +#. Start building the dialog up +#: ../plug-ins/gfig/gfig-dialog.c:286 +msgid "Gfig" +msgstr "Gfig" -#: plug-ins/gfig/gfig-dialog.c:1638 -#, fuzzy -msgid "Sides:" -msgstr "Büyüklük:" +#. Tool options notebook +#: ../plug-ins/gfig/gfig-dialog.c:337 +msgid "Tool Options" +msgstr "Araç Seçenekleri" -#: plug-ins/gfig/gfig-dialog.c:1648 -#, fuzzy -msgid "Right" -msgstr "Hafif" +#: ../plug-ins/gfig/gfig-dialog.c:354 +msgid "_Stroke" +msgstr "_Darbe" -#: plug-ins/gfig/gfig-dialog.c:1649 -#, fuzzy -msgid "Left" -msgstr "Sol:" +#. Fill frame on right side +#: ../plug-ins/gfig/gfig-dialog.c:401 +msgid "Fill" +msgstr "Doldur" -#: plug-ins/gfig/gfig-dialog.c:1659 plug-ins/gimpressionist/orientation.c:130 -#: plug-ins/print/gimp_main_window.c:500 -msgid "Orientation:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:415 +msgid "No fill" +msgstr "Dolgusuz" -#: plug-ins/gfig/gfig-dobject.c:585 -msgid "Hey where has the object gone ?" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:416 +msgid "Color fill" +msgstr "Renk doldurma" -#: plug-ins/gfig/gfig-dobject.c:941 -msgid "Error reading file" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:417 +msgid "Pattern fill" +msgstr "Desen doldurma" -#: plug-ins/gfig/gfig-dobject.c:1030 -msgid "Editing read-only object - you will not be able to save it" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:418 +msgid "Shape gradient" +msgstr "Şekilli renk geçiş" + +#: ../plug-ins/gfig/gfig-dialog.c:419 +msgid "Vertical gradient" +msgstr "Düşey renk geçişi" + +#: ../plug-ins/gfig/gfig-dialog.c:420 +msgid "Horizontal gradient" +msgstr "Yatay renk geçişi" -#: plug-ins/gfig/gfig-poly.c:56 -msgid "Regular Polygon Number of Sides" -msgstr "" +#. "show image" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:480 +msgid "Show image" +msgstr "Resmi göster" -#: plug-ins/gfig/gfig-preview.c:333 -msgid "Object Details" -msgstr "" +#. "snap to grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:493 +msgctxt "checkbutton" +msgid "Snap to grid" +msgstr "Izgaraya uydur" -#. Position labels -#: plug-ins/gfig/gfig-preview.c:383 -#, fuzzy -msgid "XY position:" -msgstr "Konum" +#. "show grid" checkbutton at bottom of style frame +#: ../plug-ins/gfig/gfig-dialog.c:502 +msgid "Show grid" +msgstr "Izgarayı göster" -#: plug-ins/gfig/gfig-spiral.c:59 -#, fuzzy -msgid "Spiral Number of Turns" -msgstr "Renk Sayısı" +#: ../plug-ins/gfig/gfig-dialog.c:637 +msgid "Load Gfig Object Collection" +msgstr "Gfig Nesne Koleksiyonunu Yükle" -#: plug-ins/gfig/gfig-star.c:57 -msgid "Star Number of Points" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:686 +msgid "Save Gfig Drawing" +msgstr "Gfig Çizimini Kaydet" -#: plug-ins/gfig/gfig.c:132 -msgid "_Gfig..." -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:831 +msgid "First Gfig" +msgstr "İlk Gfig" -#: plug-ins/gfig/gfig.c:726 -msgid "" -"Error trying to save figure as a parasite: can't attach parasite to " -"drawable.\n" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:870 +msgid "_Undo" +msgstr "_Geri Al" -#: plug-ins/gfig/gfig.c:747 -#, c-format -msgid "Error trying to open temp file '%s'for parasite loading.\n" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:874 +msgid "_Clear" +msgstr "_Temizle" -#: plug-ins/gflare/gflare.c:560 -msgid "Addition" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:878 ../plug-ins/imagemap/imap_menu.c:209 +msgid "_Grid" +msgstr "_Izgara" -#: plug-ins/gflare/gflare.c:561 -msgid "Overlay" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:886 +msgid "Raise selected object" +msgstr "Seçilen nesne yükseltildi" -#: plug-ins/gflare/gflare.c:821 -msgid "_GFlare..." -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:890 +msgid "Lower selected object" +msgstr "Seçilen nesne alçaltıldı" -#: plug-ins/gflare/gflare.c:960 -msgid "Gradient Flare..." -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:894 +msgid "Raise selected object to top" +msgstr "Seçilen nesneyi en üste yükselt" -#: plug-ins/gflare/gflare.c:1262 -#, c-format -msgid "Failed to open GFlare file '%s': %s" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:898 +msgid "Lower selected object to bottom" +msgstr "Seçilen nesneyi en alta indir" -#: plug-ins/gflare/gflare.c:1270 -#, c-format -msgid "'%s' is not a valid GFlare file." -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:902 +msgid "Show previous object" +msgstr "Önceki nesneyi göster" -#: plug-ins/gflare/gflare.c:1324 -#, c-format -msgid "invalid formatted GFlare file: %s\n" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:906 +msgid "Show next object" +msgstr "Sonraki nesneyi göster" -#: plug-ins/gflare/gflare.c:1449 -#, c-format -msgid "" -"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" -"(gflare-path \"%s\")\n" -"and make a folder '%s', then you can save your own GFlares into that folder." -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:910 ../plug-ins/gfig/gfig-stock.c:53 +msgid "Show all objects" +msgstr "Tüm nesneleri göster" -#: plug-ins/gflare/gflare.c:1482 -#, c-format -msgid "Failed to write GFlare file '%s': %s" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:916 ../plug-ins/gfig/gfig-stock.c:47 +msgid "Create line" +msgstr "Çizgi oluştur" -#. -#. * Dialog Shell -#. -#: plug-ins/gflare/gflare.c:2294 -msgid "GFlare" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:919 ../plug-ins/gfig/gfig-stock.c:51 +msgid "Create rectangle" +msgstr "Dörtgen oluştur" -#: plug-ins/gflare/gflare.c:2346 -#, fuzzy -msgid "A_uto update preview" -msgstr "Önizleme" +#: ../plug-ins/gfig/gfig-dialog.c:922 ../plug-ins/gfig/gfig-stock.c:42 +msgid "Create circle" +msgstr "Daire oluştur" -#: plug-ins/gflare/gflare.c:2397 -msgid "`Default' is created." -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:925 ../plug-ins/gfig/gfig-stock.c:46 +msgid "Create ellipse" +msgstr "Elips oluştur" -#: plug-ins/gflare/gflare.c:2398 -msgid "Default" -msgstr "Öntanımlı" +#: ../plug-ins/gfig/gfig-dialog.c:928 ../plug-ins/gfig/gfig-stock.c:44 +msgid "Create arc" +msgstr "Arc oluştur" -#: plug-ins/gflare/gflare.c:2699 -msgid "Ro_tation:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:931 ../plug-ins/gfig/gfig-stock.c:50 +msgid "Create reg polygon" +msgstr "Reg poligonu oluştur" + +#: ../plug-ins/gfig/gfig-dialog.c:934 ../plug-ins/gfig/gfig-stock.c:55 +msgid "Create star" +msgstr "Yıldız oluştur" -#: plug-ins/gflare/gflare.c:2711 -#, fuzzy -msgid "_Hue rotation:" -msgstr "Konum" +#: ../plug-ins/gfig/gfig-dialog.c:937 ../plug-ins/gfig/gfig-stock.c:54 +msgid "Create spiral" +msgstr "Spiral oluştur" -#: plug-ins/gflare/gflare.c:2723 -#, fuzzy -msgid "Vector _Angle:" -msgstr "Açı:" +#: ../plug-ins/gfig/gfig-dialog.c:940 +msgid "Create bezier curve. Shift + Button ends object creation." +msgstr "Bezier eğrisi oluştur. Shift + Tuş nesne oluşturmayı sonlandırır." -#: plug-ins/gflare/gflare.c:2735 -#, fuzzy -msgid "Vector _Length:" -msgstr "Sol:" +#: ../plug-ins/gfig/gfig-dialog.c:944 ../plug-ins/gfig/gfig-stock.c:48 +msgid "Move an object" +msgstr "Bir nesneyi taşı" -#: plug-ins/gflare/gflare.c:2756 -msgid "A_daptive supersampling" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:947 ../plug-ins/gfig/gfig-stock.c:49 +msgid "Move a single point" +msgstr "Tek nokta taşı" -#: plug-ins/gflare/gflare.c:2775 -#, fuzzy -msgid "_Max Depth:" -msgstr "Azami Derinlik:" +#: ../plug-ins/gfig/gfig-dialog.c:950 ../plug-ins/gfig/gfig-stock.c:43 +msgid "Copy an object" +msgstr "Bir nesne seç" -#: plug-ins/gflare/gflare.c:2785 -msgid "_Threshold" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:953 ../plug-ins/gfig/gfig-stock.c:45 +msgid "Delete an object" +msgstr "Bir nesneyi sil" -#: plug-ins/gflare/gflare.c:2923 -#, fuzzy -msgid "S_elector" -msgstr "Seç" +#: ../plug-ins/gfig/gfig-dialog.c:956 ../plug-ins/gfig/gfig-stock.c:52 +msgid "Select an object" +msgstr "Bir nesne seç" -#: plug-ins/gflare/gflare.c:2987 -msgid "New GFlare" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1038 +msgid "This tool has no options" +msgstr "Bu aracın seçeneği yok" -#: plug-ins/gflare/gflare.c:2990 -msgid "Enter a name for the new GFlare" -msgstr "" +#. Put buttons in +#: ../plug-ins/gfig/gfig-dialog.c:1228 +msgid "Show position" +msgstr "Konumu göster" -#: plug-ins/gflare/gflare.c:3010 -#, c-format -msgid "The name '%s' is used already!" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1240 +msgid "Show control points" +msgstr "Denetim noktalarını göster" -#: plug-ins/gflare/gflare.c:3066 -msgid "Copy GFlare" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1274 +msgid "Max undo:" +msgstr "En Fazla Geri Alma:" -#: plug-ins/gflare/gflare.c:3069 -msgid "Enter a name for the copied GFlare" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1283 +#: ../plug-ins/gimpressionist/general.c:185 +msgid "Transparent" +msgstr "Şeffaf" -#: plug-ins/gflare/gflare.c:3091 -#, c-format -msgid "The name `%s' is used already!" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1285 +msgid "Foreground" +msgstr "Önalan" -#: plug-ins/gflare/gflare.c:3122 -msgid "Cannot delete!! There must be at least one GFlare." -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1287 ../plug-ins/imagemap/imap_cmd_copy.c:54 +#: ../plug-ins/imagemap/imap_cmd_copy_object.c:55 +#: ../plug-ins/imagemap/imap_menu.c:160 +msgid "Copy" +msgstr "Kopyala" -#: plug-ins/gflare/gflare.c:3132 -msgid "Delete GFlare" +#: ../plug-ins/gfig/gfig-dialog.c:1296 +msgid "" +"Layer background type. Copy causes the previous layer to be copied before " +"the draw is performed." msgstr "" +"Katman artalan biçimi. Kopyalama seçeneği, çizim gerçekleştirilmeden önce " +"önceki katmanın kopyalanmasına neden olur." -#: plug-ins/gflare/gflare.c:3203 -#, c-format -msgid "not found %s in gflares_list" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1302 +msgid "Background:" +msgstr "Artalan:" -#: plug-ins/gflare/gflare.c:3244 -msgid "GFlare Editor" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1305 +msgid "Feather" +msgstr "Yumuşat" -#: plug-ins/gflare/gflare.c:3248 -msgid "Rescan Gradients" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1329 +msgid "Radius:" +msgstr "Yarıçap:" -#. Glow -#: plug-ins/gflare/gflare.c:3367 -msgid "Glow Paint Options" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1386 +msgid "Grid spacing:" +msgstr "Izgara aralığı:" -#: plug-ins/gflare/gflare.c:3378 plug-ins/gflare/gflare.c:3406 -#: plug-ins/gflare/gflare.c:3434 -msgid "Opacity:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1403 +msgid "Polar grid sectors desired:" +msgstr "İstenilen kutupsal ızgara dilimleri:" -#: plug-ins/gflare/gflare.c:3391 plug-ins/gflare/gflare.c:3419 -#: plug-ins/gflare/gflare.c:3447 -msgid "Paint Mode:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1425 +msgid "Polar grid radius interval:" +msgstr "Kutupsal ızgara yarıçapı aralığı:" -#. Rays -#: plug-ins/gflare/gflare.c:3395 -msgid "Rays Paint Options" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1441 ../plug-ins/imagemap/imap_menu.c:220 +msgid "Rectangle" +msgstr "Dörtgen" -#. Rays -#: plug-ins/gflare/gflare.c:3423 -msgid "Second Flares Paint Options" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1443 +msgid "Isometric" +msgstr "Izometrik" -#: plug-ins/gflare/gflare.c:3450 plug-ins/gimpressionist/general.c:115 -#, fuzzy -msgid "_General" -msgstr "Genel" +#: ../plug-ins/gfig/gfig-dialog.c:1452 +msgid "Grid type:" +msgstr "Izgara türü:" -#. -#. * Gradient Menus -#. -#: plug-ins/gflare/gflare.c:3476 plug-ins/gflare/gflare.c:3579 -#: plug-ins/gflare/gflare.c:3718 -msgid "Gradients" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1459 +#: ../plug-ins/gradient-flare/gradient-flare.c:551 +msgid "Normal" +msgstr "Normal" -#: plug-ins/gflare/gflare.c:3487 plug-ins/gflare/gflare.c:3592 -#: plug-ins/gflare/gflare.c:3729 -msgid "Radial Gradient:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1462 +msgid "Grey" +msgstr "Gri" -#: plug-ins/gflare/gflare.c:3491 plug-ins/gflare/gflare.c:3596 -msgid "Angular Gradient:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1463 +msgid "Darker" +msgstr "Daha Koyu" -#: plug-ins/gflare/gflare.c:3495 plug-ins/gflare/gflare.c:3600 -msgid "Angular Size Gradient:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1464 +msgid "Lighter" +msgstr "Daha Açık" -#: plug-ins/gflare/gflare.c:3515 plug-ins/gflare/gflare.c:3620 -#: plug-ins/gflare/gflare.c:3757 -msgid "Size (%):" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1465 +msgid "Very dark" +msgstr "Çok koyu" -#: plug-ins/gflare/gflare.c:3527 plug-ins/gflare/gflare.c:3632 -#: plug-ins/gflare/gflare.c:3769 -msgid "Rotation:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1474 +msgid "Grid color:" +msgstr "Izgara rengi:" -#: plug-ins/gflare/gflare.c:3539 plug-ins/gflare/gflare.c:3645 -#: plug-ins/gflare/gflare.c:3782 -msgid "Hue Rotation:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1697 +msgid "Sides:" +msgstr "Yanlar:" -#: plug-ins/gflare/gflare.c:3553 -#, fuzzy -msgid "G_low" -msgstr "Sarı" +#: ../plug-ins/gfig/gfig-dialog.c:1707 +msgid "Right" +msgstr "Sağ" -#: plug-ins/gflare/gflare.c:3657 -msgid "# of Spikes:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1708 +msgid "Left" +msgstr "Sol" -#: plug-ins/gflare/gflare.c:3669 -msgid "Spike Thickness:" -msgstr "" +#: ../plug-ins/gfig/gfig-dialog.c:1718 +#: ../plug-ins/gimpressionist/orientation.c:148 +msgid "Orientation:" +msgstr "Yöneliş:" -#: plug-ins/gflare/gflare.c:3683 -msgid "_Rays" -msgstr "" +#: ../plug-ins/gfig/gfig-dobject.c:585 +msgid "Hey where has the object gone ?" +msgstr "Hey cisim nereye gitti ?" -#: plug-ins/gflare/gflare.c:3733 -msgid "Size Factor Gradient:" -msgstr "" +#: ../plug-ins/gfig/gfig-dobject.c:955 +msgid "Error reading file" +msgstr "Dosya okunamıyor" -#: plug-ins/gflare/gflare.c:3737 -msgid "Probability Gradient:" -msgstr "" +#: ../plug-ins/gfig/gfig-dobject.c:1044 +msgid "Editing read-only object - you will not be able to save it" +msgstr "Salt okunur nesne düzenleniyor - dosyayı kaydedemeyeceksiniz." -#. -#. * Shape Radio Button Frame -#. -#: plug-ins/gflare/gflare.c:3799 -msgid "Shape of Second Flares" -msgstr "" +#: ../plug-ins/gfig/gfig-poly.c:51 +msgid "Regular Polygon Number of Sides" +msgstr "Kenarların Düzgün Çokgen Sayısı" -#: plug-ins/gflare/gflare.c:3807 plug-ins/imagemap/imap_menu.c:372 -#: plug-ins/imagemap/imap_popup.c:140 plug-ins/imagemap/imap_tools.c:160 -msgid "Circle" -msgstr "" +#: ../plug-ins/gfig/gfig-preview.c:328 +msgid "Object Details" +msgstr "Nesne Özellikleri" -#: plug-ins/gflare/gflare.c:3824 plug-ins/imagemap/imap_menu.c:374 -#: plug-ins/imagemap/imap_popup.c:143 plug-ins/imagemap/imap_tools.c:164 -msgid "Polygon" -msgstr "" +#. Position labels +#: ../plug-ins/gfig/gfig-preview.c:378 +msgid "XY position:" +msgstr "XY konumu:" -#: plug-ins/gflare/gflare.c:3857 -msgid "Random Seed:" -msgstr "" +#: ../plug-ins/gfig/gfig-spiral.c:55 +msgid "Spiral Number of Turns" +msgstr "Dönüşlerin Sarmal Sayısı" -#: plug-ins/gflare/gflare.c:3871 -#, fuzzy -msgid "_Second Flares" -msgstr "Önalan" +#: ../plug-ins/gfig/gfig-star.c:52 +msgid "Star Number of Points" +msgstr "Yıldız Noktalarının Sayısı" -#: plug-ins/gfli/gfli.c:158 plug-ins/gfli/gfli.c:178 -msgid "AutoDesk FLIC animation" -msgstr "" +#: ../plug-ins/gfig/gfig-stock.c:41 +msgid "Create bezier curve" +msgstr "Bezier eğrisi oluştur" -#: plug-ins/gfli/gfli.c:527 -#, c-format -msgid "Frame (%i)" -msgstr "" +#: ../plug-ins/gfig/gfig.c:124 +msgid "Create geometric shapes" +msgstr "Geometrik şekiller oluştur" -#: plug-ins/gfli/gfli.c:678 -msgid "Sorry, I can save only INDEXED and GRAY images." -msgstr "" +#: ../plug-ins/gfig/gfig.c:135 +msgid "_Gfig..." +msgstr "_Gfig..." -#: plug-ins/gfli/gfli.c:811 -msgid "GFLI 1.3 - Load framestack" +#: ../plug-ins/gfig/gfig.c:731 +msgid "" +"Error trying to save figure as a parasite: can't attach parasite to drawable." msgstr "" +"Şekli parazit olarak kaydetmeye çalışırken hata: parazit çizilebilir olarak " +"eklenemiyor." -#: plug-ins/gfli/gfli.c:874 -msgid "GFLI 1.3 - Save framestack" +#: ../plug-ins/gfig/gfig.c:758 +#, c-format +msgid "Error trying to open temporary file '%s' for parasite loading: %s" msgstr "" +"Parazit yüklemesi için geçici dosya '%s' açılmaya çalışılırken hata: %s" -#: plug-ins/gimpressionist/brush.c:230 +#: ../plug-ins/gimpressionist/brush.c:247 msgid "Can only save drawables!" -msgstr "" +msgstr "Sadece çizilebilenler kaydedilebilir!" -#: plug-ins/gimpressionist/brush.c:235 -#, fuzzy +#: ../plug-ins/gimpressionist/brush.c:252 msgid "Save Brush" -msgstr "Farklı Kaydet..." +msgstr "Fırçayı Kaydet" -#: plug-ins/gimpressionist/brush.c:481 +#: ../plug-ins/gimpressionist/brush.c:507 msgid "_Brush" -msgstr "" +msgstr "_Fırça" -#: plug-ins/gimpressionist/brush.c:518 plug-ins/print/gimp_color_window.c:407 +#: ../plug-ins/gimpressionist/brush.c:544 msgid "Gamma:" -msgstr "" +msgstr "Gama:" -#: plug-ins/gimpressionist/brush.c:536 +#: ../plug-ins/gimpressionist/brush.c:562 msgid "Changes the gamma (brightness) of the selected brush" -msgstr "" +msgstr "Seçilen fırçada gamma (aydınlık) değişiklikleri" -#: plug-ins/gimpressionist/brush.c:544 +#: ../plug-ins/gimpressionist/brush.c:570 msgid "Select:" -msgstr "" +msgstr "Seç:" -#: plug-ins/gimpressionist/brush.c:573 +#: ../plug-ins/gimpressionist/brush.c:599 msgid "Aspect ratio:" -msgstr "" +msgstr "En-boy oranı:" -#: plug-ins/gimpressionist/brush.c:577 +#: ../plug-ins/gimpressionist/brush.c:603 msgid "Specifies the aspect ratio of the brush" -msgstr "" +msgstr "Fırçanın en-boy oranını belirler" -#: plug-ins/gimpressionist/brush.c:586 plug-ins/gimpressionist/paper.c:188 +#: ../plug-ins/gimpressionist/brush.c:612 +#: ../plug-ins/gimpressionist/paper.c:206 msgid "Relief:" -msgstr "" +msgstr "Kabartma:" -#: plug-ins/gimpressionist/brush.c:590 plug-ins/gimpressionist/paper.c:192 +#: ../plug-ins/gimpressionist/brush.c:616 +#: ../plug-ins/gimpressionist/paper.c:210 msgid "Specifies the amount of embossing to apply to the image (in percent)" -msgstr "" +msgstr "Resme uygulanacak kabartma miktarını belirtir (yüzde olarak)" -#: plug-ins/gimpressionist/color.c:42 -#, fuzzy +#: ../plug-ins/gimpressionist/color.c:60 msgid "Co_lor" -msgstr "Renk" +msgstr "R_enk" -#: plug-ins/gimpressionist/color.c:52 +#: ../plug-ins/gimpressionist/color.c:70 msgid "A_verage under brush" -msgstr "" +msgstr "Fırça altı or_talaması" -#: plug-ins/gimpressionist/color.c:54 +#: ../plug-ins/gimpressionist/color.c:72 msgid "C_enter of brush" -msgstr "" +msgstr "_Fırçayı ortala" -#: plug-ins/gimpressionist/color.c:61 +#: ../plug-ins/gimpressionist/color.c:79 msgid "Color is computed from the average of all pixels under the brush" -msgstr "" +msgstr "Renk, fırça altındaki tüm beneklerin ortalamasından hesaplandı" -#: plug-ins/gimpressionist/color.c:65 +#: ../plug-ins/gimpressionist/color.c:83 msgid "Samples the color from the pixel in the center of the brush" -msgstr "" +msgstr "Rengi fırçanın merkezindeki benekten örnekler" -#: plug-ins/gimpressionist/color.c:76 -#, fuzzy +#: ../plug-ins/gimpressionist/color.c:94 msgid "Color _noise:" -msgstr "Renkler" +msgstr "Renk _gürültüsü:" -#: plug-ins/gimpressionist/color.c:80 +#: ../plug-ins/gimpressionist/color.c:98 msgid "Adds random noise to the color" -msgstr "" +msgstr "Renge rasgele gürültü ekler" + +#: ../plug-ins/gimpressionist/general.c:134 +#: ../plug-ins/gradient-flare/gradient-flare.c:3529 +msgid "_General" +msgstr "_Genel" -#: plug-ins/gimpressionist/general.c:131 +#: ../plug-ins/gimpressionist/general.c:150 msgid "Keep original" -msgstr "" +msgstr "Aslını koru" -#: plug-ins/gimpressionist/general.c:132 +#: ../plug-ins/gimpressionist/general.c:151 msgid "Preserve the original image as a background" -msgstr "" +msgstr "Özgün resmi artalan olarak koru" -#: plug-ins/gimpressionist/general.c:137 +#: ../plug-ins/gimpressionist/general.c:156 msgid "From paper" -msgstr "" +msgstr "Kağıttan" -#: plug-ins/gimpressionist/general.c:138 +#: ../plug-ins/gimpressionist/general.c:157 msgid "Copy the texture of the selected paper as a background" -msgstr "" +msgstr "Seçilen kağıdın dokusunu artalan olarak kopyala" -#: plug-ins/gimpressionist/general.c:148 +#: ../plug-ins/gimpressionist/general.c:167 msgid "Solid colored background" -msgstr "" +msgstr "Katı renkli artalan" -#: plug-ins/gimpressionist/general.c:167 +#: ../plug-ins/gimpressionist/general.c:186 msgid "Use a transparent background; Only the strokes painted will be visible" -msgstr "" +msgstr "Saydam artalan kullan; yalnızca boyanan darbeler görünür olacak" -#: plug-ins/gimpressionist/general.c:184 +#: ../plug-ins/gimpressionist/general.c:203 msgid "Paint edges" -msgstr "" +msgstr "Boya kenarları" -#: plug-ins/gimpressionist/general.c:189 +#: ../plug-ins/gimpressionist/general.c:208 msgid "Selects if to place strokes all the way out to the edges of the image" -msgstr "" +msgstr "Resimin kenarlarından dışa çıkması için darbeler seçer." #. Tileable checkbox -#: plug-ins/gimpressionist/general.c:194 plug-ins/maze/maze_face.c:264 +#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze-dialog.c:278 msgid "Tileable" -msgstr "" +msgstr "Döşenebilir" -#: plug-ins/gimpressionist/general.c:198 +#: ../plug-ins/gimpressionist/general.c:217 msgid "Selects if the resulting image should be seamlessly tileable" msgstr "" +"Sonuçlanan resmin kusursuz olarak döşenebilir olması istendiği için seçilir" -#: plug-ins/gimpressionist/general.c:203 -msgid "Drop Shadow" -msgstr "" +#: ../plug-ins/gimpressionist/general.c:222 +msgid "Drop shadow" +msgstr "Gölge düşürme" -#: plug-ins/gimpressionist/general.c:208 +#: ../plug-ins/gimpressionist/general.c:227 msgid "Adds a shadow effect to each brush stroke" -msgstr "" +msgstr "Her fırça darbesine bir gölge etkisi ekle" -#: plug-ins/gimpressionist/general.c:221 +#: ../plug-ins/gimpressionist/general.c:240 msgid "Edge darken:" -msgstr "" +msgstr "Kenar karartma:" -#: plug-ins/gimpressionist/general.c:225 +#: ../plug-ins/gimpressionist/general.c:244 msgid "How much to \"darken\" the edges of each brush stroke" -msgstr "" +msgstr "Her fırça darbesi için kenarlar ne kadar karartılacak" -#: plug-ins/gimpressionist/general.c:230 +#: ../plug-ins/gimpressionist/general.c:249 msgid "Shadow darken:" -msgstr "" +msgstr "Gölge karartma:" -#: plug-ins/gimpressionist/general.c:234 +#: ../plug-ins/gimpressionist/general.c:253 msgid "How much to \"darken\" the drop shadow" -msgstr "" +msgstr "Gölge düşürmenin ne kadar \"koyu\" olacağı" -#: plug-ins/gimpressionist/general.c:239 +#: ../plug-ins/gimpressionist/general.c:258 msgid "Shadow depth:" -msgstr "" +msgstr "Gölge derinliği:" -#: plug-ins/gimpressionist/general.c:243 +#: ../plug-ins/gimpressionist/general.c:262 msgid "" "The depth of the drop shadow, i.e. how far apart from the object it should be" -msgstr "" +msgstr "Gölge düşürmenin derinliği, örn. nesneden ne kadar uzaklıkta bulunmalı" -#: plug-ins/gimpressionist/general.c:248 +#: ../plug-ins/gimpressionist/general.c:267 msgid "Shadow blur:" -msgstr "" +msgstr "Gölge bulanıklığı:" -#: plug-ins/gimpressionist/general.c:252 +#: ../plug-ins/gimpressionist/general.c:271 msgid "How much to blur the drop shadow" -msgstr "" +msgstr "Gölge düşürme bulanıklılığının ne kadar olacağı" -#: plug-ins/gimpressionist/general.c:257 +#: ../plug-ins/gimpressionist/general.c:276 msgid "Deviation threshold:" -msgstr "" +msgstr "Sapma eşiği:" -#: plug-ins/gimpressionist/general.c:261 +#: ../plug-ins/gimpressionist/general.c:280 msgid "A bailout-value for adaptive selections" -msgstr "" - -#: plug-ins/gimpressionist/gimp.c:79 -#, fuzzy -msgid "_GIMPressionist..." -msgstr "Açıklama:" +msgstr "Uyarlanabilir seçimler için bir kurtarma değeri" -#: plug-ins/gimpressionist/gimp.c:350 -msgid "Painting..." -msgstr "" +#: ../plug-ins/gimpressionist/gimp.c:90 +msgid "Performs various artistic operations" +msgstr "Çeşitli sanatsal işlemler gerçekleştirir" -#: plug-ins/gimpressionist/gimpressionist.c:117 -#, fuzzy -msgid "The GIMPressionist" -msgstr "Açıklama:" +#: ../plug-ins/gimpressionist/gimp.c:95 +msgid "_GIMPressionist..." +msgstr "_GIMPressionist..." -#: plug-ins/gimpressionist/gimpressionist.c:196 -#, fuzzy -msgid "Gimpressionist" -msgstr "Açıklama:" +#: ../plug-ins/gimpressionist/gimp.c:371 +msgid "Painting" +msgstr "Boyama" -#: plug-ins/gimpressionist/gimpressionist.c:200 -#, fuzzy -msgid "A_bout" -msgstr "Bilgi" +#: ../plug-ins/gimpressionist/gimpressionist.c:139 +msgid "GIMPressionist" +msgstr "GIMPressionist" -#: plug-ins/gimpressionist/orientation.c:74 -#, fuzzy +#: ../plug-ins/gimpressionist/orientation.c:92 msgid "Or_ientation" -msgstr "Konum" +msgstr "_Yöneltme" -#: plug-ins/gimpressionist/orientation.c:88 +#: ../plug-ins/gimpressionist/orientation.c:106 msgid "Directions:" -msgstr "" +msgstr "Yönler:" -#: plug-ins/gimpressionist/orientation.c:92 +#: ../plug-ins/gimpressionist/orientation.c:110 msgid "The number of directions (i.e. brushes) to use" -msgstr "" +msgstr "Kullanıcılacak yönlerin sayısı (örn. fırçalar)" -#: plug-ins/gimpressionist/orientation.c:100 +#: ../plug-ins/gimpressionist/orientation.c:118 msgid "Start angle:" -msgstr "" +msgstr "Başlangıç açısı:" -#: plug-ins/gimpressionist/orientation.c:104 +#: ../plug-ins/gimpressionist/orientation.c:122 msgid "The starting angle of the first brush to create" -msgstr "" +msgstr "Oluşturulacak ilk fırçanın başlangıç açısı" -#: plug-ins/gimpressionist/orientation.c:112 +#: ../plug-ins/gimpressionist/orientation.c:130 msgid "Angle span:" -msgstr "" +msgstr "Köşe kirişi:" -#: plug-ins/gimpressionist/orientation.c:116 +#: ../plug-ins/gimpressionist/orientation.c:134 msgid "The angle span of the first brush to create" -msgstr "" +msgstr "İlk fırçanın oluşturulacak köşe kirişi" -#: plug-ins/gimpressionist/orientation.c:139 +#: ../plug-ins/gimpressionist/orientation.c:157 msgid "" "Let the value (brightness) of the region determine the direction of the " "stroke" -msgstr "" +msgstr "Darbenin yönünü belirlemesi için alan değerine (parlaklık) izin ver" -#: plug-ins/gimpressionist/orientation.c:142 -#: plug-ins/gimpressionist/size.c:145 +#: ../plug-ins/gimpressionist/orientation.c:160 +#: ../plug-ins/gimpressionist/size.c:163 msgid "Radius" -msgstr "" +msgstr "Yarıçap" -#: plug-ins/gimpressionist/orientation.c:143 +#: ../plug-ins/gimpressionist/orientation.c:161 msgid "" "The distance from the center of the image determines the direction of the " "stroke" -msgstr "" +msgstr "Resmin ortasından gelen uzaklık darbenin yönünü belirler" -#: plug-ins/gimpressionist/orientation.c:147 +#: ../plug-ins/gimpressionist/orientation.c:165 msgid "Selects a random direction of each stroke" -msgstr "" +msgstr "Her darbe için rasgele bir yön seçer" -#: plug-ins/gimpressionist/orientation.c:150 -#: plug-ins/gimpressionist/size.c:153 +#: ../plug-ins/gimpressionist/orientation.c:168 +#: ../plug-ins/gimpressionist/size.c:171 msgid "Radial" -msgstr "" +msgstr "Dairesel" -#: plug-ins/gimpressionist/orientation.c:151 +#: ../plug-ins/gimpressionist/orientation.c:169 msgid "Let the direction from the center determine the direction of the stroke" -msgstr "" +msgstr "Darbenin merkezden gelen yöne göre yönünü belirlemesine izin ver" -#: plug-ins/gimpressionist/orientation.c:158 -#: plug-ins/gimpressionist/size.c:161 +#: ../plug-ins/gimpressionist/orientation.c:176 +#: ../plug-ins/gimpressionist/size.c:179 msgid "Flowing" -msgstr "" +msgstr "Akış" -#: plug-ins/gimpressionist/orientation.c:159 -#: plug-ins/gimpressionist/size.c:162 +#: ../plug-ins/gimpressionist/orientation.c:177 +#: ../plug-ins/gimpressionist/size.c:180 msgid "The strokes follow a \"flowing\" pattern" -msgstr "" +msgstr "Darbeler bir \"akıcı\" desen izler" -#: plug-ins/gimpressionist/orientation.c:163 +#: ../plug-ins/gimpressionist/orientation.c:181 msgid "The hue of the region determines the direction of the stroke" -msgstr "" +msgstr "Alanın renk tonu darbenin yönünü belirler." -#: plug-ins/gimpressionist/orientation.c:166 -#: plug-ins/gimpressionist/size.c:169 +#: ../plug-ins/gimpressionist/orientation.c:184 +#: ../plug-ins/gimpressionist/size.c:187 msgid "Adaptive" -msgstr "" +msgstr "Uyarlanır" -#: plug-ins/gimpressionist/orientation.c:167 +#: ../plug-ins/gimpressionist/orientation.c:185 msgid "The direction that matches the original image the closest is selected" -msgstr "" +msgstr "Özgün resim ile en yakın eşleşen yön seçildi" -#: plug-ins/gimpressionist/orientation.c:174 -#: plug-ins/gimpressionist/size.c:178 +#: ../plug-ins/gimpressionist/orientation.c:192 +#: ../plug-ins/gimpressionist/size.c:196 msgid "Manual" msgstr "Kılavuz" -#: plug-ins/gimpressionist/orientation.c:175 +#: ../plug-ins/gimpressionist/orientation.c:193 msgid "Manually specify the stroke orientation" -msgstr "" +msgstr "Darbe yönlenmesini elle belirt" -#: plug-ins/gimpressionist/orientation.c:186 +#: ../plug-ins/gimpressionist/orientation.c:204 msgid "Opens up the Orientation Map Editor" -msgstr "" +msgstr "Yönlendirme Eşlemi Düzenleyicisini açar" -#: plug-ins/gimpressionist/orientmap.c:508 +#: ../plug-ins/gimpressionist/orientmap.c:526 msgid "Orientation Map Editor" -msgstr "" +msgstr "Yönlendirme Eşlemi Düzenleyicisi" -#: plug-ins/gimpressionist/orientmap.c:530 +#: ../plug-ins/gimpressionist/orientmap.c:555 msgid "Vectors" -msgstr "" +msgstr "Vektörler" -#: plug-ins/gimpressionist/orientmap.c:542 +#: ../plug-ins/gimpressionist/orientmap.c:567 msgid "" "The vector-field. Left-click to move selected vector, Right-click to point " "it towards mouse, Middle-click to add a new vector." msgstr "" +"Vektör alanı. Seçilen vektörü taşımak için sol tıklayın, fareye göre " +"yönlendirmek için sağ tıklayın, yeni vektör eklemek için ortaya tıklayın." -#: plug-ins/gimpressionist/orientmap.c:565 -#: plug-ins/gimpressionist/sizemap.c:435 +#: ../plug-ins/gimpressionist/orientmap.c:590 +#: ../plug-ins/gimpressionist/sizemap.c:459 msgid "Adjust the preview's brightness" -msgstr "" +msgstr "Önizlemenin parlaklığını ayarla" -#: plug-ins/gimpressionist/orientmap.c:587 +#: ../plug-ins/gimpressionist/orientmap.c:612 msgid "Select previous vector" -msgstr "" +msgstr "Önceki vektörü seç" -#: plug-ins/gimpressionist/orientmap.c:593 +#: ../plug-ins/gimpressionist/orientmap.c:618 msgid "Select next vector" -msgstr "" +msgstr "Sonraki vektörü seç" -#: plug-ins/gimpressionist/orientmap.c:595 -#: plug-ins/gimpressionist/sizemap.c:466 -#, fuzzy +#: ../plug-ins/gimpressionist/orientmap.c:620 +#: ../plug-ins/gimpressionist/sizemap.c:490 msgid "A_dd" -msgstr "Ekle" +msgstr "_Ekle" -#: plug-ins/gimpressionist/orientmap.c:599 +#: ../plug-ins/gimpressionist/orientmap.c:624 msgid "Add new vector" -msgstr "" +msgstr "Yeni vektör ekle" -#: plug-ins/gimpressionist/orientmap.c:601 -#: plug-ins/gimpressionist/sizemap.c:473 -#, fuzzy +#: ../plug-ins/gimpressionist/orientmap.c:626 +#: ../plug-ins/gimpressionist/sizemap.c:497 msgid "_Kill" -msgstr "Dosya" +msgstr "İşlemi Ö_ldür" -#: plug-ins/gimpressionist/orientmap.c:605 +#: ../plug-ins/gimpressionist/orientmap.c:630 msgid "Delete selected vector" -msgstr "" +msgstr "Seçilen vektörü sil" -#: plug-ins/gimpressionist/orientmap.c:620 -#, fuzzy +#: ../plug-ins/gimpressionist/orientmap.c:641 +msgid "Type" +msgstr "Tip" + +#: ../plug-ins/gimpressionist/orientmap.c:645 msgid "_Normal" -msgstr "Biçim" +msgstr "_Normal" -#: plug-ins/gimpressionist/orientmap.c:621 +#: ../plug-ins/gimpressionist/orientmap.c:646 msgid "Vorte_x" -msgstr "" +msgstr "_Girdap" -#: plug-ins/gimpressionist/orientmap.c:622 +#: ../plug-ins/gimpressionist/orientmap.c:647 msgid "Vortex_2" -msgstr "" +msgstr "Girdap_2" -#: plug-ins/gimpressionist/orientmap.c:623 +#: ../plug-ins/gimpressionist/orientmap.c:648 msgid "Vortex_3" -msgstr "" +msgstr "Girdap_3" -#: plug-ins/gimpressionist/orientmap.c:629 -#: plug-ins/gimpressionist/sizemap.c:518 +#: ../plug-ins/gimpressionist/orientmap.c:654 +#: ../plug-ins/gimpressionist/sizemap.c:542 msgid "_Voronoi" -msgstr "" +msgstr "_Voronoi" -#: plug-ins/gimpressionist/orientmap.c:637 +#: ../plug-ins/gimpressionist/orientmap.c:662 msgid "" "Voronoi-mode makes only the vector closest to the given point have any " "influence" msgstr "" +"Voronoi-biçimi, verilen noktaya en yakın vektöre herhangi bir etki yapar" -#: plug-ins/gimpressionist/orientmap.c:647 -#, fuzzy +#: ../plug-ins/gimpressionist/orientmap.c:672 msgid "A_ngle:" -msgstr "Açı:" +msgstr "_Açı:" -#: plug-ins/gimpressionist/orientmap.c:651 +#: ../plug-ins/gimpressionist/orientmap.c:676 msgid "Change the angle of the selected vector" -msgstr "" +msgstr "Seçilen vektörün açısını değiştir" -#: plug-ins/gimpressionist/orientmap.c:658 -#, fuzzy +#: ../plug-ins/gimpressionist/orientmap.c:683 msgid "Ang_le offset:" -msgstr "Açı:" +msgstr "K_öşe konumu:" -#: plug-ins/gimpressionist/orientmap.c:662 +#: ../plug-ins/gimpressionist/orientmap.c:687 msgid "Offset all vectors with a given angle" -msgstr "" +msgstr "Tüm vektörleri bir açı ile dengele" -#: plug-ins/gimpressionist/orientmap.c:673 +#: ../plug-ins/gimpressionist/orientmap.c:698 msgid "Change the strength of the selected vector" -msgstr "" +msgstr "Seçilen vektörün keskinliğini değiştir" -#: plug-ins/gimpressionist/orientmap.c:680 -#, fuzzy +#: ../plug-ins/gimpressionist/orientmap.c:705 msgid "S_trength exp.:" -msgstr "Sol:" +msgstr "_Keskinlik dışa aktarması:" -#: plug-ins/gimpressionist/orientmap.c:684 -#: plug-ins/gimpressionist/sizemap.c:513 +#: ../plug-ins/gimpressionist/orientmap.c:709 +#: ../plug-ins/gimpressionist/sizemap.c:537 msgid "Change the exponent of the strength" -msgstr "" +msgstr "Keskinliğin şiddetini değiştir" -#: plug-ins/gimpressionist/paper.c:120 -#, fuzzy +#: ../plug-ins/gimpressionist/paper.c:138 msgid "P_aper" -msgstr "Kağıt" +msgstr "K_ağıt" -#: plug-ins/gimpressionist/paper.c:155 +#: ../plug-ins/gimpressionist/paper.c:173 msgid "Inverts the Papers texture" -msgstr "" +msgstr "Kağıtların dokusunu tersine çevirir" -#: plug-ins/gimpressionist/paper.c:159 -#, fuzzy +#: ../plug-ins/gimpressionist/paper.c:177 msgid "O_verlay" -msgstr "Yeniden boyutlandır" +msgstr "Ka_plama" -#: plug-ins/gimpressionist/paper.c:164 +#: ../plug-ins/gimpressionist/paper.c:182 msgid "Applies the paper as it is (without embossing it)" -msgstr "" +msgstr "Kağıdı olduğu gibi uygular (kabartma olmadan)" -#: plug-ins/gimpressionist/paper.c:180 +#: ../plug-ins/gimpressionist/paper.c:198 msgid "Specifies the scale of the texture (in percent of original file)" -msgstr "" +msgstr "Dokunun derecesini belirler (özgün dosyanın yüzdesi olarak)" -#: plug-ins/gimpressionist/placement.c:49 +#: ../plug-ins/gimpressionist/placement.c:67 msgid "Pl_acement" -msgstr "" +msgstr "Ye_rleşim" -#: plug-ins/gimpressionist/placement.c:55 +#: ../plug-ins/gimpressionist/placement.c:73 msgid "Placement" -msgstr "" +msgstr "Yerleştirme" -#: plug-ins/gimpressionist/placement.c:59 +#: ../plug-ins/gimpressionist/placement.c:77 msgid "Randomly" -msgstr "" +msgstr "Rastgele" -#: plug-ins/gimpressionist/placement.c:63 +#: ../plug-ins/gimpressionist/placement.c:81 msgid "Evenly distributed" -msgstr "" +msgstr "Eşit olarak dağıtılmış" -#: plug-ins/gimpressionist/placement.c:71 +#: ../plug-ins/gimpressionist/placement.c:89 msgid "Place strokes randomly around the image" -msgstr "" +msgstr "Darbeleri resmin çevresine rasgele yerleştir" -#: plug-ins/gimpressionist/placement.c:75 +#: ../plug-ins/gimpressionist/placement.c:93 msgid "The strokes are evenly distributed across the image" -msgstr "" +msgstr "Darbeler resim boyunca eşit bir şekilde dağıtılır" -#: plug-ins/gimpressionist/placement.c:91 -msgid "Stroke _density:" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:102 +msgid "Centered" +msgstr "Ortalanmış" -#: plug-ins/gimpressionist/placement.c:95 -msgid "The relative density of the brush strokes" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:108 +msgid "Focus the brush strokes around the center of the image" +msgstr "Fırça darbelerini resim merkezi etrafında odakla" -#: plug-ins/gimpressionist/placement.c:101 -msgid "Centerize" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:120 +msgid "Stroke _density:" +msgstr "Darbe _yoğunluğu:" -#: plug-ins/gimpressionist/placement.c:107 -msgid "Focus the brush strokes around the center of the image" -msgstr "" +#: ../plug-ins/gimpressionist/placement.c:124 +msgid "The relative density of the brush strokes" +msgstr "Fırça darbelerinin göreceli yoğunluğu" #. #. * gimp_filename_to_utf8 () and g_strerror () return temporary strings #. * that need not and should not be freed. So this call is OK. #. * -#: plug-ins/gimpressionist/ppmtool.c:630 +#: ../plug-ins/gimpressionist/ppmtool.c:650 #, c-format msgid "Failed to save PPM file '%s': %s" -msgstr "" +msgstr "PPM dosyası '%s' kaydedilemedi: %s" -#: plug-ins/gimpressionist/presets.c:621 +#: ../plug-ins/gimpressionist/presets.c:640 msgid "Save Current" -msgstr "" +msgstr "Şimdikini Kaydet" -#: plug-ins/gimpressionist/presets.c:863 -#, fuzzy -msgid "The Gimpressionist Defaults" -msgstr "Açıklama:" +#: ../plug-ins/gimpressionist/presets.c:894 +msgid "Gimpressionist Defaults" +msgstr "Gimpressionist Varsayılanları" -#: plug-ins/gimpressionist/presets.c:979 -#, fuzzy +#: ../plug-ins/gimpressionist/presets.c:1015 msgid "_Presets" -msgstr "Kapat" +msgstr "_Öntanımlı" -#: plug-ins/gimpressionist/presets.c:994 -#, fuzzy -msgid "Save current..." -msgstr "Farklı kaydet..." +#: ../plug-ins/gimpressionist/presets.c:1030 +msgid "Save Current..." +msgstr "Şimdikini Kaydet..." -#: plug-ins/gimpressionist/presets.c:999 +#: ../plug-ins/gimpressionist/presets.c:1038 msgid "Save the current settings to the specified file" -msgstr "" +msgstr "Geçerli ayarları belirtilen dosyaya kaydet" -#: plug-ins/gimpressionist/presets.c:1027 +#: ../plug-ins/gimpressionist/presets.c:1066 msgid "Reads the selected Preset into memory" -msgstr "" +msgstr "Belleğe seçilen Öntanımı okur" -#: plug-ins/gimpressionist/presets.c:1033 +#: ../plug-ins/gimpressionist/presets.c:1072 msgid "Deletes the selected Preset" -msgstr "" +msgstr "Seçili öntanımlı ayarı sil" -#: plug-ins/gimpressionist/presets.c:1039 +#: ../plug-ins/gimpressionist/presets.c:1078 msgid "Reread the folder of Presets" -msgstr "" +msgstr "Öntanımlıların dizinlerini yeniden oku" -#: plug-ins/gimpressionist/preview.c:187 +#: ../plug-ins/gimpressionist/preview.c:174 +#: ../plug-ins/gimpressionist/repaint.c:1184 +#: ../plug-ins/imagemap/imap_polygon.c:515 +#: ../plug-ins/lighting/lighting-ui.c:1075 +msgid "_Update" +msgstr "_Güncelle" + +#: ../plug-ins/gimpressionist/preview.c:180 msgid "Refresh the Preview window" -msgstr "" +msgstr "Önizleme penceresini yenile" -#: plug-ins/gimpressionist/preview.c:195 +#: ../plug-ins/gimpressionist/preview.c:188 msgid "Revert to the original image" -msgstr "" - -#: plug-ins/gimpressionist/repaint.c:1160 -msgid "Update" -msgstr "" +msgstr "Özgün resme geri döndür" -#: plug-ins/gimpressionist/size.c:77 -#, fuzzy +#: ../plug-ins/gimpressionist/size.c:95 msgid "_Size" -msgstr "Büyüklük:" +msgstr "_Boyut" -#: plug-ins/gimpressionist/size.c:91 +#: ../plug-ins/gimpressionist/size.c:109 msgid "Sizes:" -msgstr "" +msgstr "Boyutlar:" -#: plug-ins/gimpressionist/size.c:95 +#: ../plug-ins/gimpressionist/size.c:113 msgid "The number of sizes of brushes to use" -msgstr "" +msgstr "Kullanılacak fırçaların boyutlarının sayısı" -#: plug-ins/gimpressionist/size.c:103 -#, fuzzy +#: ../plug-ins/gimpressionist/size.c:121 msgid "Minimum size:" -msgstr "Yükseklik:" +msgstr "Asgari boyut:" -#: plug-ins/gimpressionist/size.c:107 +#: ../plug-ins/gimpressionist/size.c:125 msgid "The smallest brush to create" -msgstr "" +msgstr "Oluşturulacak en küçük fırça" -#: plug-ins/gimpressionist/size.c:115 -#, fuzzy +#: ../plug-ins/gimpressionist/size.c:133 msgid "Maximum size:" -msgstr "Yükseklik:" +msgstr "Azami boyut:" -#: plug-ins/gimpressionist/size.c:119 +#: ../plug-ins/gimpressionist/size.c:137 msgid "The largest brush to create" -msgstr "" +msgstr "Oluşturulacak en büyük fırça" -#: plug-ins/gimpressionist/size.c:133 +#: ../plug-ins/gimpressionist/size.c:151 msgid "Size:" msgstr "Büyüklük:" -#: plug-ins/gimpressionist/size.c:142 +#: ../plug-ins/gimpressionist/size.c:160 msgid "" "Let the value (brightness) of the region determine the size of the stroke" -msgstr "" +msgstr "Darbenin boyutunu belirlemesi için alan değerine (parlaklık) izin ver" -#: plug-ins/gimpressionist/size.c:146 +#: ../plug-ins/gimpressionist/size.c:164 msgid "" "The distance from the center of the image determines the size of the stroke" -msgstr "" +msgstr "Resmin ortasından gelen uzaklık darbenin boyutunu belirler" -#: plug-ins/gimpressionist/size.c:150 +#: ../plug-ins/gimpressionist/size.c:168 msgid "Selects a random size for each stroke" -msgstr "" +msgstr "Her darbe için rasgele boyut seçer" -#: plug-ins/gimpressionist/size.c:154 +#: ../plug-ins/gimpressionist/size.c:172 msgid "Let the direction from the center determine the size of the stroke" -msgstr "" +msgstr "Darbe boyutunun merkezden gelen yöne belirlenmesine izin ver" -#: plug-ins/gimpressionist/size.c:166 +#: ../plug-ins/gimpressionist/size.c:184 msgid "The hue of the region determines the size of the stroke" -msgstr "" +msgstr "Alanın renk tonu darbenin boyutunu belirler" -#: plug-ins/gimpressionist/size.c:170 +#: ../plug-ins/gimpressionist/size.c:188 msgid "The brush-size that matches the original image the closest is selected" -msgstr "" +msgstr "Özgün resim ile eşleşen en yakın fırça boyutu seçildi" -#: plug-ins/gimpressionist/size.c:179 +#: ../plug-ins/gimpressionist/size.c:197 msgid "Manually specify the stroke size" -msgstr "" +msgstr "Darbe boyutunu elle belirle" -#: plug-ins/gimpressionist/size.c:190 +#: ../plug-ins/gimpressionist/size.c:208 msgid "Opens up the Size Map Editor" -msgstr "" +msgstr "Boyut Eşleme Düzenleyicisini açar" -#: plug-ins/gimpressionist/sizemap.c:383 +#: ../plug-ins/gimpressionist/sizemap.c:401 msgid "Size Map Editor" -msgstr "" +msgstr "Boyut Eşleme Düzenleyicisi" -#: plug-ins/gimpressionist/sizemap.c:405 +#: ../plug-ins/gimpressionist/sizemap.c:429 msgid "Smvectors" -msgstr "" +msgstr "Smvektörleri" -#: plug-ins/gimpressionist/sizemap.c:415 +#: ../plug-ins/gimpressionist/sizemap.c:439 msgid "" "The smvector-field. Left-click to move selected smvector, Right-click to " "point it towards mouse, Middle-click to add a new smvector." msgstr "" +"Smvektör alanı. smvektörü seçmek için ol tıklayın, fare istikametini " +"işaretlemek için sağ tıklayın, yeni bir smvektör oluşturmak için ortaya " +"tıklayın." -#: plug-ins/gimpressionist/sizemap.c:457 +#: ../plug-ins/gimpressionist/sizemap.c:481 msgid "Select previous smvector" -msgstr "" +msgstr "Önceki smvektörü seç" -#: plug-ins/gimpressionist/sizemap.c:464 +#: ../plug-ins/gimpressionist/sizemap.c:488 msgid "Select next smvector" -msgstr "" +msgstr "Sonraki smvektörü seç" -#: plug-ins/gimpressionist/sizemap.c:471 +#: ../plug-ins/gimpressionist/sizemap.c:495 msgid "Add new smvector" -msgstr "" +msgstr "Yeni smvektör ekle" -#: plug-ins/gimpressionist/sizemap.c:478 +#: ../plug-ins/gimpressionist/sizemap.c:502 msgid "Delete selected smvector" -msgstr "" +msgstr "Seçilen smvektörü sil" -#: plug-ins/gimpressionist/sizemap.c:491 +#: ../plug-ins/gimpressionist/sizemap.c:515 msgid "Change the angle of the selected smvector" -msgstr "" +msgstr "Seçilen smvektörün açısını değiştir" -#: plug-ins/gimpressionist/sizemap.c:498 -#, fuzzy +#: ../plug-ins/gimpressionist/sizemap.c:522 msgid "S_trength:" -msgstr "Sol:" +msgstr "Ke_skinlik" -#: plug-ins/gimpressionist/sizemap.c:502 +#: ../plug-ins/gimpressionist/sizemap.c:526 msgid "Change the strength of the selected smvector" -msgstr "" +msgstr "Seçilen smvektörün keskinliğini değiştir" -#: plug-ins/gimpressionist/sizemap.c:509 -#, fuzzy +#: ../plug-ins/gimpressionist/sizemap.c:533 msgid "St_rength exp.:" -msgstr "Sol:" +msgstr "Ke_skeinlik dışa aktarımı:" -#: plug-ins/gimpressionist/sizemap.c:525 +#: ../plug-ins/gimpressionist/sizemap.c:549 msgid "" "Voronoi-mode makes only the smvector closest to the given point have any " "influence" msgstr "" +"Voronoi-biçimi, verilen noktaya en yakın smvektöre herhangi bir etki yapar" -#. don't translate the gimprc entry -#: plug-ins/gimpressionist/utils.c:135 -#, c-format -msgid "" -"It is highly recommended to add\n" -" (gimpressionist-path \"%s\")\n" -"(or similar) to your gimprc file." -msgstr "" - -#: plug-ins/help/domain.c:175 -msgid "The GIMP help files are not installed." -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:552 +msgid "Addition" +msgstr "Ekleme" -#: plug-ins/help/domain.c:177 -msgid "There is a problem with the GIMP help files." -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:553 +msgid "Overlay" +msgstr "Üstekoyum" -#: plug-ins/help/domain.c:182 -msgid "Please check your installation." -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:807 +msgid "Produce a lense flare effect using gradients" +msgstr "Artımlı geçiş kullanarak alev merceği etkisi üretir" + +#: ../plug-ins/gradient-flare/gradient-flare.c:812 +msgid "_Gradient Flare..." +msgstr "Alev A_rtımlı Geçişi..." -#: plug-ins/help/domain.c:190 -#, c-format -msgid "Help ID '%s' unknown" -msgstr "" +#. +#. * Dialog Shell +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:951 +#: ../plug-ins/gradient-flare/gradient-flare.c:2357 +msgid "Gradient Flare" +msgstr "Alev Artımlı Geçişi" -#: plug-ins/help/domain.c:447 +#: ../plug-ins/gradient-flare/gradient-flare.c:1264 #, c-format -msgid "" -"Parse error in '%s':\n" -"%s" -msgstr "" - -#: plug-ins/helpbrowser/dialog.c:157 -msgid "GIMP Help browser" -msgstr "" - -#: plug-ins/helpbrowser/dialog.c:409 -msgid "Document not found" -msgstr "" - -#: plug-ins/helpbrowser/dialog.c:411 -msgid "The requested URL could not be loaded:" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:357 -msgid "_IFS Fractal..." -msgstr "" - -#. Asym -#: plug-ins/ifscompose/ifscompose.c:600 -msgid "Asymmetry:" -msgstr "" - -#. Shear -#: plug-ins/ifscompose/ifscompose.c:614 -msgid "Shear:" -msgstr "" - -#. Simple color control section -#: plug-ins/ifscompose/ifscompose.c:659 -msgid "Simple" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:668 -msgid "IFS Fractal: Target" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:674 -msgid "Scale Hue by:" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:689 -msgid "Scale Value by:" -msgstr "" - -#. Full color control section -#: plug-ins/ifscompose/ifscompose.c:706 -msgid "Full" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:713 -msgid "IFS Fractal: Red" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:720 -msgid "IFS Fractal: Green" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:727 -msgid "IFS Fractal: Blue" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:734 -msgid "IFS Fractal: Black" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:784 -msgid "IFS Fractal" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:872 -msgid "Spatial Transformation" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:878 -msgid "Color Transformation" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:888 -msgid "Relative probability:" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:1063 -#, fuzzy -msgid "Select _All" -msgstr "Hepsini Seç" - -#: plug-ins/ifscompose/ifscompose.c:1067 -#, fuzzy -msgid "Re_center" -msgstr "Tekrarlama:" - -#: plug-ins/ifscompose/ifscompose.c:1067 -msgid "Recompute Center" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:1071 -#, fuzzy -msgid "Render options" -msgstr "Diğer _seçenekler" - -#: plug-ins/ifscompose/ifscompose.c:1077 plug-ins/imagemap/imap_cmd_move.c:86 -#: plug-ins/imagemap/imap_cmd_object_move.c:57 -msgid "Move" -msgstr "Taşı" - -#: plug-ins/ifscompose/ifscompose.c:1080 -#, fuzzy -msgid "Rotate" -msgstr "Kırmızı:" - -#: plug-ins/ifscompose/ifscompose.c:1080 -#, fuzzy -msgid "Rotate / Scale" -msgstr "Kırmızı:" - -#: plug-ins/ifscompose/ifscompose.c:1083 -msgid "Stretch" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:1180 -#, fuzzy -msgid "IFS Fractal Render Options" -msgstr "Diğer _seçenekler" - -#: plug-ins/ifscompose/ifscompose.c:1201 -msgid "Max. Memory:" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:1228 -msgid "Subdivide:" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:1241 -msgid "Spot Radius:" -msgstr "" +msgid "Failed to open GFlare file '%s': %s" +msgstr "IşımaGeçişi dosyası '%s' açılamadı: %s" -#: plug-ins/ifscompose/ifscompose.c:1313 +#: ../plug-ins/gradient-flare/gradient-flare.c:1272 #, c-format -msgid "Rendering IFS (%d/%d)..." -msgstr "" +msgid "'%s' is not a valid GFlare file." +msgstr "'%s' geçerli bir IşımaGeçişi dosyası değil." -#. transfer the image to the drawable -#: plug-ins/ifscompose/ifscompose.c:1333 +#: ../plug-ins/gradient-flare/gradient-flare.c:1326 #, c-format -msgid "Copying IFS to image (%d/%d)..." -msgstr "" +msgid "invalid formatted GFlare file: %s\n" +msgstr "Geçersiz biçimli IşımaGeçişi dosyası: %s\n" -#: plug-ins/ifscompose/ifscompose.c:1476 +#: ../plug-ins/gradient-flare/gradient-flare.c:1451 #, c-format -msgid "Transformation %s" +msgid "" +"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n" +"(gflare-path \"%s\")\n" +"and make a folder '%s', then you can save your own GFlares into that folder." msgstr "" +"IşımaGeçişi '%s' kaydedilmedi. Eğer '%s' içerisine yeni bir girdi " +"ekleyecekseniz, örneğin:\n" +"(gflare-yolu \"%s\")\n" +"ve '%s' dizini oluşturacaksanız kendi IşımaGeçişlerinizi o dizine " +"kaydedebilirsiniz." -#: plug-ins/ifscompose/ifscompose.c:2400 -#, fuzzy -msgid "Save failed" -msgstr "Kaydet" - -#: plug-ins/ifscompose/ifscompose.c:2481 plug-ins/ifscompose/ifscompose.c:2494 -#, fuzzy -msgid "Open failed" -msgstr "Aç" - -#: plug-ins/ifscompose/ifscompose.c:2489 +#: ../plug-ins/gradient-flare/gradient-flare.c:1484 #, c-format -msgid "File '%s' doesn't seem to be an IFS Fractal file." -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:2529 -msgid "Save as IFS Fraktal file" -msgstr "" - -#: plug-ins/ifscompose/ifscompose.c:2559 -#, fuzzy -msgid "Open IFS Fraktal file" -msgstr "Aç" - -#: plug-ins/imagemap/imap_about.c:43 -msgid "Imagemap plug-in 2.2" -msgstr "" - -#: plug-ins/imagemap/imap_about.c:44 -msgid "Copyright(c) 1999-2004 by Maurits Rijk" -msgstr "" - -#: plug-ins/imagemap/imap_about.c:46 -msgid "Released under the GNU General Public License" -msgstr "" +msgid "Failed to write GFlare file '%s': %s" +msgstr "IşımaGeçişi dosyası '%s' yazılamadı: %s" -#: plug-ins/imagemap/imap_circle.c:64 -msgid "C_ircle" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:2414 +msgid "A_uto update preview" +msgstr "Önizlemeyi o_tomatik güncelle" -#: plug-ins/imagemap/imap_circle.c:264 -msgid "Center _x:" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:2465 +msgid "`Default' is created." +msgstr "`Varsayılan' yaratıldı." -#: plug-ins/imagemap/imap_circle.c:269 plug-ins/imagemap/imap_circle.c:276 -#: plug-ins/imagemap/imap_circle.c:282 plug-ins/imagemap/imap_grid.c:254 -#: plug-ins/imagemap/imap_grid.c:260 plug-ins/imagemap/imap_polygon.c:504 -#: plug-ins/imagemap/imap_polygon.c:512 plug-ins/imagemap/imap_rectangle.c:394 -#: plug-ins/imagemap/imap_rectangle.c:401 -#: plug-ins/imagemap/imap_rectangle.c:408 -#: plug-ins/imagemap/imap_rectangle.c:415 -msgid "pixels" -msgstr "piksel" +#: ../plug-ins/gradient-flare/gradient-flare.c:2466 +msgid "Default" +msgstr "Öntanımlı" -#: plug-ins/imagemap/imap_circle.c:271 -msgid "Center _y:" -msgstr "" +#. +#. * Scales +#. +#. +#. * Scales +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:2745 +#: ../plug-ins/gradient-flare/gradient-flare.c:3582 +#: ../plug-ins/gradient-flare/gradient-flare.c:3687 +#: ../plug-ins/gradient-flare/gradient-flare.c:3824 +msgid "Parameters" +msgstr "Parametreler" -#: plug-ins/imagemap/imap_cmd_clear.c:51 -msgid "Clear" -msgstr "Temizle" +#: ../plug-ins/gradient-flare/gradient-flare.c:2771 +msgid "Ro_tation:" +msgstr "Dö_ndürme:" -#: plug-ins/imagemap/imap_cmd_create.c:58 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:151 -msgid "Create" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:2783 +msgid "_Hue rotation:" +msgstr "_Renk tonu dönüşü:" -#: plug-ins/imagemap/imap_cmd_cut.c:55 -#: plug-ins/imagemap/imap_cmd_cut_object.c:51 -#: plug-ins/imagemap/imap_object_popup.c:111 -#: plug-ins/imagemap/imap_toolbar.c:123 -msgid "Cut" -msgstr "Kes" +#: ../plug-ins/gradient-flare/gradient-flare.c:2795 +msgid "Vector _angle:" +msgstr "Vektör _açısı:" -#: plug-ins/imagemap/imap_cmd_delete.c:57 -#: plug-ins/imagemap/imap_selection.c:172 plug-ins/imagemap/imap_tools.c:174 -msgid "Delete" -msgstr "Sil" +#: ../plug-ins/gradient-flare/gradient-flare.c:2807 +msgid "Vector _length:" +msgstr "Vektör _uzunluğu:" -#: plug-ins/imagemap/imap_cmd_delete_point.c:61 -#: plug-ins/imagemap/imap_polygon.c:723 -msgid "Delete Point" -msgstr "Nokta sil" +#: ../plug-ins/gradient-flare/gradient-flare.c:2828 +msgid "A_daptive supersampling" +msgstr "U_yarlamalı Üstün Örnekleme" -#: plug-ins/imagemap/imap_cmd_edit_object.c:54 -msgid "Edit Object" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:2847 +msgid "_Max depth:" +msgstr "A_zami derinlik:" -#. Create the areas -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:117 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:147 -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:251 -msgid "Use Gimp Guides" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:2857 +msgid "_Threshold" +msgstr "_Eşik" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:160 -msgid "Al_ternate" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:2995 +msgid "S_elector" +msgstr "S_eçici" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:165 -#, fuzzy -msgid "A_ll" -msgstr "Dosya" +#: ../plug-ins/gradient-flare/gradient-flare.c:3059 +msgid "New Gradient Flare" +msgstr "Yeni Artımlı Işıma Geçişi" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:169 -msgid "Add Additional Guides" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3062 +msgid "Enter a name for the new GFlare" +msgstr "Yeni IşımaGeçişi için isim girin" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:177 -msgid "L_eft Border" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3082 +#, c-format +msgid "The name '%s' is used already!" +msgstr "'%s' adı zaten kullanımda!" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:181 -#, fuzzy -msgid "_Right Border" -msgstr "Hafif" +#: ../plug-ins/gradient-flare/gradient-flare.c:3138 +msgid "Copy Gradient Flare" +msgstr "Artımlı Işıma Geçişini Kopyala" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:185 -msgid "_Upper Border" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3141 +msgid "Enter a name for the copied GFlare" +msgstr "Kopyalanan IşımaGeçişi için isim girin" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:189 -msgid "Lo_wer Border" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3163 +#, c-format +msgid "The name `%s' is used already!" +msgstr "`%s' adı zaten kullanımda!" -#: plug-ins/imagemap/imap_cmd_gimp_guides.c:197 -msgid "_Base URL:" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3194 +msgid "Cannot delete!! There must be at least one GFlare." +msgstr "Silinemiyor! En az bir IşımaGeçişi olmalı." -#: plug-ins/imagemap/imap_cmd_guides.c:72 -#: plug-ins/imagemap/imap_cmd_guides.c:138 -msgid "Create Guides" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3204 +msgid "Delete Gradient Flare" +msgstr "Artımlı Işıma Geçişini Sil" -#: plug-ins/imagemap/imap_cmd_guides.c:111 +#: ../plug-ins/gradient-flare/gradient-flare.c:3276 #, c-format -msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" -msgstr "" +msgid "not found %s in gflares_list" +msgstr "%s ışımageçişi_listesinde bulunamadı" -#: plug-ins/imagemap/imap_cmd_guides.c:142 -msgid "" -"Guides are pre-defined rectangles covering the image. You define them by " -"their width, height, and spacing from each other. This allows you to rapidly " -"create the most common image map type - image collection of \"thumbnails\", " -"suitable for navigation bars." -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3317 +msgid "Gradient Flare Editor" +msgstr "Artımlı Işıma Geçişi Düzenleyicisi" -#: plug-ins/imagemap/imap_cmd_guides.c:172 -msgid "_Left Start at:" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3321 +msgid "Rescan Gradients" +msgstr "Artımlı Geçişleri Yeniden Tara" -#: plug-ins/imagemap/imap_cmd_guides.c:182 -msgid "_Top Start at:" -msgstr "" +#. Glow +#: ../plug-ins/gradient-flare/gradient-flare.c:3446 +msgid "Glow Paint Options" +msgstr "Parıltı Boyama Seçenekleri" -#: plug-ins/imagemap/imap_cmd_guides.c:187 -#, fuzzy -msgid "_Horz. Spacing:" -msgstr "Boşluk:" +#: ../plug-ins/gradient-flare/gradient-flare.c:3457 +#: ../plug-ins/gradient-flare/gradient-flare.c:3485 +#: ../plug-ins/gradient-flare/gradient-flare.c:3513 +msgid "Opacity:" +msgstr "Opaklık:" -#: plug-ins/imagemap/imap_cmd_guides.c:193 -msgid "_No. Across:" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3470 +#: ../plug-ins/gradient-flare/gradient-flare.c:3498 +#: ../plug-ins/gradient-flare/gradient-flare.c:3526 +msgid "Paint mode:" +msgstr "Boyama kipi:" -#: plug-ins/imagemap/imap_cmd_guides.c:199 -#, fuzzy -msgid "_Vert. Spacing:" -msgstr "Boşluk:" +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3474 +msgid "Rays Paint Options" +msgstr "Işınların Boyama Seçenekleri" -#: plug-ins/imagemap/imap_cmd_guides.c:205 -msgid "No. _Down:" -msgstr "" +#. Rays +#: ../plug-ins/gradient-flare/gradient-flare.c:3502 +msgid "Second Flares Paint Options" +msgstr "İkinci Işıma Boyaması Seçenekleri" -#: plug-ins/imagemap/imap_cmd_guides.c:214 -msgid "Base _URL:" -msgstr "" +#. +#. * Gradient Menus +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3555 +#: ../plug-ins/gradient-flare/gradient-flare.c:3658 +#: ../plug-ins/gradient-flare/gradient-flare.c:3797 +msgid "Gradients" +msgstr "Renk Geçişleri" -#: plug-ins/imagemap/imap_cmd_guides.c:238 -msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3566 +#: ../plug-ins/gradient-flare/gradient-flare.c:3671 +#: ../plug-ins/gradient-flare/gradient-flare.c:3808 +msgid "Radial gradient:" +msgstr "Işınsal renk geçişi:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3570 +#: ../plug-ins/gradient-flare/gradient-flare.c:3675 +msgid "Angular gradient:" +msgstr "Açısal artımlı geçişi:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3574 +#: ../plug-ins/gradient-flare/gradient-flare.c:3679 +msgid "Angular size gradient:" +msgstr "Artımlı geçişin açısal boyutu:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3594 +#: ../plug-ins/gradient-flare/gradient-flare.c:3699 +#: ../plug-ins/gradient-flare/gradient-flare.c:3836 +msgid "Size (%):" +msgstr "Boyut (%):" -#: plug-ins/imagemap/imap_cmd_guides.c:273 -msgid "Guides" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3606 +#: ../plug-ins/gradient-flare/gradient-flare.c:3711 +#: ../plug-ins/gradient-flare/gradient-flare.c:3848 +msgid "Rotation:" +msgstr "Döndürme:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3618 +#: ../plug-ins/gradient-flare/gradient-flare.c:3724 +#: ../plug-ins/gradient-flare/gradient-flare.c:3861 +msgid "Hue rotation:" +msgstr "Renk tonu dönüşü:" -#: plug-ins/imagemap/imap_cmd_insert_point.c:62 -#: plug-ins/imagemap/imap_polygon.c:737 -msgid "Insert Point" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3632 +msgid "G_low" +msgstr "Pa_rıltı" -#: plug-ins/imagemap/imap_cmd_move_down.c:53 -#: plug-ins/imagemap/imap_cmd_object_down.c:55 -#: plug-ins/imagemap/imap_object_popup.c:109 -#: plug-ins/imagemap/imap_selection.c:163 -msgid "Move Down" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3736 +msgid "# of Spikes:" +msgstr "# Çivi:" -#: plug-ins/imagemap/imap_cmd_move_sash.c:68 -msgid "Move Sash" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3748 +msgid "Spike thickness:" +msgstr "Çivi kalınlığı:" -#: plug-ins/imagemap/imap_cmd_move_selected.c:56 -msgid "Move Selected Objects" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3762 +msgid "_Rays" +msgstr "I_şınlar" -#: plug-ins/imagemap/imap_cmd_move_to_front.c:51 -#: plug-ins/imagemap/imap_toolbar.c:151 -msgid "Move To Front" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3812 +msgid "Size factor gradient:" +msgstr "Artımlı geçiş değişkeni boyutu:" + +#: ../plug-ins/gradient-flare/gradient-flare.c:3816 +msgid "Probability gradient:" +msgstr "Artımlı geçiş olasılığı:" -#: plug-ins/imagemap/imap_cmd_move_up.c:53 -#: plug-ins/imagemap/imap_cmd_object_up.c:55 -#: plug-ins/imagemap/imap_object_popup.c:107 -#: plug-ins/imagemap/imap_selection.c:159 -msgid "Move Up" -msgstr "" +#. +#. * Shape Radio Button Frame +#. +#: ../plug-ins/gradient-flare/gradient-flare.c:3878 +msgid "Shape of Second Flares" +msgstr "İkinci Işıma Şekli" -#: plug-ins/imagemap/imap_cmd_paste.c:51 plug-ins/imagemap/imap_toolbar.c:129 -msgid "Paste" -msgstr "Yapıştır" +#: ../plug-ins/gradient-flare/gradient-flare.c:3886 +#: ../plug-ins/imagemap/imap_menu.c:222 +msgid "Circle" +msgstr "Daire" -#: plug-ins/imagemap/imap_cmd_select.c:53 plug-ins/imagemap/imap_tools.c:144 -msgid "Select" -msgstr "Seç" +#: ../plug-ins/gradient-flare/gradient-flare.c:3903 +#: ../plug-ins/imagemap/imap_menu.c:224 +msgid "Polygon" +msgstr "Çok kenarlı" -#: plug-ins/imagemap/imap_cmd_select_all.c:51 -msgid "Select All" -msgstr "Hepsini Seç" +#: ../plug-ins/gradient-flare/gradient-flare.c:3936 +msgid "Random seed:" +msgstr "Rasgele besleme:" -#: plug-ins/imagemap/imap_cmd_select_next.c:51 -msgid "Select Next" -msgstr "" +#: ../plug-ins/gradient-flare/gradient-flare.c:3950 +msgid "_Second Flares" +msgstr "İ_kinci Işımalar" -#: plug-ins/imagemap/imap_cmd_select_prev.c:51 -msgid "Select Previous" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:186 +#: ../plug-ins/help-browser/dialog.c:1121 +msgid "GIMP Help Browser" +msgstr "GIMP Yardım Gezgini" -#: plug-ins/imagemap/imap_cmd_select_region.c:64 -msgid "Select Region" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:564 +msgid "Go back one page" +msgstr "Bir sayfa geri git" -#: plug-ins/imagemap/imap_cmd_send_to_back.c:51 -#: plug-ins/imagemap/imap_toolbar.c:157 -msgid "Send To Back" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:569 +msgid "Go forward one page" +msgstr "Bir sayfa ileri git" -#: plug-ins/imagemap/imap_cmd_unselect.c:53 -msgid "Unselect" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:574 +msgid "_Reload" +msgstr "_Yeniden Yükle" -#: plug-ins/imagemap/imap_cmd_unselect_all.c:53 -msgid "Unselect All" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:574 +msgid "Reload current page" +msgstr "Şimdiki sayfayı yeniden yükle" -#: plug-ins/imagemap/imap_edit_area_info.c:196 -msgid "Link Type" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:579 +msgid "_Stop" +msgstr "_Dur" -#: plug-ins/imagemap/imap_edit_area_info.c:205 -#, fuzzy -msgid "_Web Site" -msgstr "Web Sayfası" +#: ../plug-ins/help-browser/dialog.c:579 +msgid "Stop loading this page" +msgstr "Sayfanın yüklenmesini durdur" -#: plug-ins/imagemap/imap_edit_area_info.c:211 -msgid "_Ftp Site" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:584 +msgid "Go to the index page" +msgstr "İndeks sayfasına git" -#: plug-ins/imagemap/imap_edit_area_info.c:217 -msgid "_Gopher" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:589 +msgid "C_opy location" +msgstr "Yeri k_opyala" -#: plug-ins/imagemap/imap_edit_area_info.c:223 -#, fuzzy -msgid "Ot_her" -msgstr "Diğer" +#: ../plug-ins/help-browser/dialog.c:590 +msgid "Copy the location of this page to the clipboard" +msgstr "Bu sayfanın yerini panoya kopyala" -#: plug-ins/imagemap/imap_edit_area_info.c:229 -#, fuzzy -msgid "F_ile" -msgstr "Dosya" +#: ../plug-ins/help-browser/dialog.c:610 +msgid "Find text in current page" +msgstr "Şimdiki sayfada metni bul" -#: plug-ins/imagemap/imap_edit_area_info.c:235 -msgid "WAI_S" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:615 +msgid "Find _Again" +msgstr "Y_eniden Bul" -#: plug-ins/imagemap/imap_edit_area_info.c:241 -#, fuzzy -msgid "Tel_net" -msgstr "Sil" +#: ../plug-ins/help-browser/dialog.c:634 +msgid "S_how Index" +msgstr "İndeksi _Göster" -#: plug-ins/imagemap/imap_edit_area_info.c:247 -msgid "e-_mail" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:635 +msgid "Toggle the visibility of the sidebar" +msgstr "Kenar çubuğu görünürlüğünü değiştir" -#: plug-ins/imagemap/imap_edit_area_info.c:253 -msgid "_URL to activate when this area is clicked: (required)" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:656 +msgid "Visit the GIMP documentation website" +msgstr "GIMP belgeleme sitesine git" -#: plug-ins/imagemap/imap_edit_area_info.c:255 -msgid "Select HTML file" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:1162 +msgid "Find:" +msgstr "Bul:" -#: plug-ins/imagemap/imap_edit_area_info.c:264 -msgid "Relati_ve link" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:1179 +msgctxt "search" +msgid "_Previous" +msgstr "_Önceki" -#: plug-ins/imagemap/imap_edit_area_info.c:270 -msgid "_Target frame name/ID: (optional - used for FRAMES only)" -msgstr "" +#: ../plug-ins/help-browser/dialog.c:1191 +msgctxt "search" +msgid "_Next" +msgstr "_Sonraki" -#: plug-ins/imagemap/imap_edit_area_info.c:273 -msgid "ALT te_xt: (optional)" -msgstr "" +#: ../plug-ins/help/gimphelpdomain.c:181 +#, c-format +msgid "The help pages for '%s' are not available." +msgstr "'%s' için yardım sayfalarına şu an bakılamıyor." -#: plug-ins/imagemap/imap_edit_area_info.c:276 -msgid "_Link" -msgstr "" +#: ../plug-ins/help/gimphelpdomain.c:187 +msgid "The GIMP user manual is not available." +msgstr "GIMP kullanıcı rehberine şu an bakılamıyor." -#: plug-ins/imagemap/imap_edit_area_info.c:310 -msgid "Dimensions" +#: ../plug-ins/help/gimphelpdomain.c:188 +msgid "" +"Please install the additional help package or use the online user manual at " +"http://docs.gimp.org/." msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:314 -#, fuzzy -msgid "Pre_view" -msgstr "Önizleme" +#: ../plug-ins/help/gimphelpdomain.c:197 +msgid "Perhaps you are missing GIO backends and need to install GVFS?" +msgstr "GIO arkauçları eksik olabilir ve GVFS yüklemeniz gerekebilir?" -#: plug-ins/imagemap/imap_edit_area_info.c:352 -msgid "_JavaScript" -msgstr "" +#: ../plug-ins/help/gimphelpdomain.c:216 +#, c-format +msgid "Help ID '%s' unknown" +msgstr "'%s' yardım kimliği bilinmiyor" -#: plug-ins/imagemap/imap_edit_area_info.c:451 -msgid "Area Settings" -msgstr "" +#: ../plug-ins/help/gimphelplocale.c:209 +#, c-format +msgid "Loading index from '%s'" +msgstr "İçerik '%s' üzerinden yükleniyor" -#: plug-ins/imagemap/imap_edit_area_info.c:493 +#: ../plug-ins/help/gimphelplocale.c:267 #, c-format -msgid "Area #%d Settings" +msgid "" +"Parse error in '%s':\n" +"%s" msgstr "" +"'%s' içinde ayrıştırma hatası:\n" +"%s" -#: plug-ins/imagemap/imap_file.c:49 plug-ins/imagemap/imap_menu.c:65 -msgid "Error opening file" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:334 +msgid "Create an Iterated Function System (IFS) fractal" +msgstr "Ötelenmiş İşlev Sistemi (IFS) kesiri oluştur" -#: plug-ins/imagemap/imap_file.c:69 -msgid "Load Imagemap" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:346 +msgid "_IFS Fractal..." +msgstr "_IFS Kesiri..." -#: plug-ins/imagemap/imap_file.c:114 -msgid "File already exists" -msgstr "" +#. X +#: ../plug-ins/ifs-compose/ifs-compose.c:526 +#: ../plug-ins/lighting/lighting-ui.c:527 +#: ../plug-ins/map-object/map-object-ui.c:675 +#: ../plug-ins/map-object/map-object-ui.c:729 +#: ../plug-ins/map-object/map-object-ui.c:997 +#: ../plug-ins/map-object/map-object-ui.c:1046 +msgid "X:" +msgstr "X:" -#: plug-ins/imagemap/imap_file.c:115 -msgid "Do you really want to overwrite?" -msgstr "" +#. Y +#: ../plug-ins/ifs-compose/ifs-compose.c:540 +#: ../plug-ins/lighting/lighting-ui.c:541 +#: ../plug-ins/map-object/map-object-ui.c:689 +#: ../plug-ins/map-object/map-object-ui.c:742 +#: ../plug-ins/map-object/map-object-ui.c:1010 +#: ../plug-ins/map-object/map-object-ui.c:1057 +#: ../plug-ins/map-object/map-object-ui.c:1155 +msgid "Y:" +msgstr "Y:" -#: plug-ins/imagemap/imap_file.c:166 -msgid "Save Imagemap" -msgstr "" +#. Asym +#: ../plug-ins/ifs-compose/ifs-compose.c:582 +msgid "Asymmetry:" +msgstr "Asimetri:" -#: plug-ins/imagemap/imap_grid.c:201 -msgid "Grid Settings" -msgstr "" +#. Shear +#: ../plug-ins/ifs-compose/ifs-compose.c:596 +msgid "Shear:" +msgstr "Kesme:" -#: plug-ins/imagemap/imap_grid.c:205 -msgid "_Snap-To Grid Enabled" -msgstr "" +#. Simple color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:641 +msgid "Simple" +msgstr "Basit" -#: plug-ins/imagemap/imap_grid.c:211 -msgid "Grid Visibility and Type" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:650 +msgid "IFS Fractal: Target" +msgstr "IFS Kesiri: Hedef" -#: plug-ins/imagemap/imap_grid.c:218 -msgid "_Hidden" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:656 +msgid "Scale hue by:" +msgstr "Renk tonunu şuna göre ölçekle:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:671 +msgid "Scale value by:" +msgstr "Değeri şuna göre ayarla:" -#: plug-ins/imagemap/imap_grid.c:226 -msgid "_Lines" -msgstr "" +#. Full color control section +#: ../plug-ins/ifs-compose/ifs-compose.c:688 +msgid "Full" +msgstr "Tam" -#: plug-ins/imagemap/imap_grid.c:235 -#, fuzzy -msgid "C_rosses" -msgstr "Kapat" +#: ../plug-ins/ifs-compose/ifs-compose.c:696 +msgid "IFS Fractal: Red" +msgstr "IFS Kesiri: Kırmızı" -#: plug-ins/imagemap/imap_grid.c:243 -msgid "Grid Granularity" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:704 +msgid "IFS Fractal: Green" +msgstr "IFS Kesiri: Yeşil" -#: plug-ins/imagemap/imap_grid.c:250 -#, fuzzy -msgid "_Width" -msgstr "Genişlik:" +#: ../plug-ins/ifs-compose/ifs-compose.c:712 +msgid "IFS Fractal: Blue" +msgstr "IFS Kesiri: Mavi" -#: plug-ins/imagemap/imap_grid.c:256 -#, fuzzy -msgid "_Height" -msgstr "Yükseklik:" +#: ../plug-ins/ifs-compose/ifs-compose.c:720 +msgid "IFS Fractal: Black" +msgstr "IFS Kesiri: Siyah" -#: plug-ins/imagemap/imap_grid.c:270 -msgid "Grid Offset" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:770 +msgid "IFS Fractal" +msgstr "IFS Kesiri" -#: plug-ins/imagemap/imap_grid.c:277 -msgid "pixels from l_eft" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:868 +msgid "Spatial Transformation" +msgstr "Uzaysal Dönüşüm" -#: plug-ins/imagemap/imap_grid.c:282 -msgid "pixels from _top" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:874 +msgid "Color Transformation" +msgstr "Renk Dönüşümü" -#: plug-ins/imagemap/imap_grid.c:293 -#, fuzzy -msgid "_Preview" -msgstr "Önizleme" +#: ../plug-ins/ifs-compose/ifs-compose.c:884 +msgid "Relative probability:" +msgstr "Nispi olasılık:" -#: plug-ins/imagemap/imap_main.c:128 -msgid "_ImageMap..." -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1059 +#: ../plug-ins/imagemap/imap_menu.c:163 +msgid "Select _All" +msgstr "Hepsini _Seç" -#: plug-ins/imagemap/imap_main.c:594 plug-ins/imagemap/imap_settings.c:171 -msgid "" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +msgid "Re_center" +msgstr "Yeniden_ortala" -#: plug-ins/imagemap/imap_main.c:746 -msgid "Some data has been changed!" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1063 +msgid "Recompute Center" +msgstr "Merkezi yeniden hesapla" -#: plug-ins/imagemap/imap_main.c:747 -msgid "Do you really want to discard your changes?" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1067 +msgid "Render Options" +msgstr "Tarama Seçenekleri" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1073 +#: ../plug-ins/imagemap/imap_cmd_move.c:86 +#: ../plug-ins/imagemap/imap_cmd_object_move.c:57 +msgid "Move" +msgstr "Taşı" -#: plug-ins/imagemap/imap_main.c:955 -#, c-format -msgid "File \"%s\" saved." -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Rotate" +msgstr "Döndür" -#: plug-ins/imagemap/imap_main.c:959 -msgid "Couldn't save file:" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1076 +msgid "Rotate / Scale" +msgstr "Döndür / Ölçekle" -#: plug-ins/imagemap/imap_main.c:985 -msgid "Image size has changed." -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1079 +msgid "Stretch" +msgstr "Germe" -#: plug-ins/imagemap/imap_main.c:986 -msgid "Resize area's?" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1177 +msgid "IFS Fractal Render Options" +msgstr "IFS Kesirli Tarama Seçenekleri" -#: plug-ins/imagemap/imap_main.c:1014 -msgid "Couldn't read file:" -msgstr "" +#: ../plug-ins/ifs-compose/ifs-compose.c:1199 +msgid "Max. memory:" +msgstr "Azami hafıza:" -#: plug-ins/imagemap/imap_main.c:1061 +#: ../plug-ins/ifs-compose/ifs-compose.c:1226 +msgid "Subdivide:" +msgstr "Tekrar Bölme:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1239 +msgid "Spot radius:" +msgstr "Nokta yarıçapı:" + +#: ../plug-ins/ifs-compose/ifs-compose.c:1304 #, c-format -msgid "URL: %s" -msgstr "" +msgid "Rendering IFS (%d/%d)" +msgstr "IFS taranıyor (%d/%d)" -#: plug-ins/imagemap/imap_menu.c:181 -#, fuzzy -msgid "_File" -msgstr "Dosya" +#: ../plug-ins/ifs-compose/ifs-compose.c:1470 +#, c-format +msgid "Transformation %s" +msgstr "Dönüştürme %s" -#: plug-ins/imagemap/imap_menu.c:187 -#, fuzzy -msgid "Open recent" -msgstr "Aç" +#: ../plug-ins/ifs-compose/ifs-compose.c:2380 +msgid "Save failed" +msgstr "Kaydetme işlemi başarısız" -#: plug-ins/imagemap/imap_menu.c:209 -#, fuzzy, c-format -msgid "_Undo %s" -msgstr "Geri al" +#: ../plug-ins/ifs-compose/ifs-compose.c:2461 +#: ../plug-ins/ifs-compose/ifs-compose.c:2474 +msgid "Open failed" +msgstr "Açma işlemi başarısız" -#: plug-ins/imagemap/imap_menu.c:225 -#, fuzzy, c-format -msgid "_Redo %s" -msgstr "İleri al" +#: ../plug-ins/ifs-compose/ifs-compose.c:2469 +#, c-format +msgid "File '%s' doesn't seem to be an IFS Fractal file." +msgstr "'%s' dosyası bir IFS Kesir dosyası gibi görünmüyor." -#: plug-ins/imagemap/imap_menu.c:253 -#, fuzzy -msgid "_Edit" -msgstr "Düzenle" +#: ../plug-ins/ifs-compose/ifs-compose.c:2509 +msgid "Save as IFS Fractal file" +msgstr "IFS Kesir dosyası olarak kaydet" -#: plug-ins/imagemap/imap_menu.c:271 -#, fuzzy -msgid "Select _all" -msgstr "Hepsini Seç" +#: ../plug-ins/ifs-compose/ifs-compose.c:2546 +msgid "Open IFS Fractal file" +msgstr "IFS Kesir dosyasını aç" -#: plug-ins/imagemap/imap_menu.c:274 -#, fuzzy -msgid "Deselect _all" -msgstr "Hepsini Seç" +#: ../plug-ins/imagemap/imap_about.c:43 +msgid "Image Map Plug-In" +msgstr "Resim Eşleme Eklentisi" -#: plug-ins/imagemap/imap_menu.c:279 -msgid "Edit area info..." -msgstr "" +#: ../plug-ins/imagemap/imap_about.c:47 +msgid "Copyright © 1999-2005 by Maurits Rijk" +msgstr "Telif Hakkı © 1999-2005 Maurits Rijk" -#: plug-ins/imagemap/imap_menu.c:294 -msgid "_View" -msgstr "" +#: ../plug-ins/imagemap/imap_about.c:49 +msgid "Released under the GNU General Public License" +msgstr "GNU Genel Kamu Lisansı ile yayımlanmıştır" -#: plug-ins/imagemap/imap_menu.c:298 -msgid "Area list" -msgstr "" +#: ../plug-ins/imagemap/imap_circle.c:64 +msgid "C_ircle" +msgstr "D_aire" -#: plug-ins/imagemap/imap_menu.c:302 -msgid "Source..." -msgstr "" +#: ../plug-ins/imagemap/imap_circle.c:264 +msgid "Center _x:" +msgstr "Merkez _x:" -#: plug-ins/imagemap/imap_menu.c:310 plug-ins/print/gimp_main_window.c:1410 -msgid "Grayscale" -msgstr "" +#: ../plug-ins/imagemap/imap_circle.c:269 +#: ../plug-ins/imagemap/imap_circle.c:276 +#: ../plug-ins/imagemap/imap_circle.c:282 ../plug-ins/imagemap/imap_grid.c:250 +#: ../plug-ins/imagemap/imap_grid.c:256 +#: ../plug-ins/imagemap/imap_polygon.c:505 +#: ../plug-ins/imagemap/imap_polygon.c:513 +#: ../plug-ins/imagemap/imap_rectangle.c:394 +#: ../plug-ins/imagemap/imap_rectangle.c:401 +#: ../plug-ins/imagemap/imap_rectangle.c:408 +#: ../plug-ins/imagemap/imap_rectangle.c:415 +msgid "pixels" +msgstr "benek" -#: plug-ins/imagemap/imap_menu.c:328 -#, fuzzy -msgid "Zoom to" -msgstr "Uzaklaş" +#: ../plug-ins/imagemap/imap_circle.c:271 +msgid "Center _y:" +msgstr "Merkez _y:" -#: plug-ins/imagemap/imap_menu.c:358 -msgid "_Mapping" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_clear.c:51 +msgid "Clear" +msgstr "Temizle" -#: plug-ins/imagemap/imap_menu.c:361 plug-ins/imagemap/imap_popup.c:134 -msgid "Arrow" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_create.c:58 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:151 +msgid "Create" +msgstr "Oluştur" -#: plug-ins/imagemap/imap_menu.c:365 -msgid "Select contiguous region" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_cut.c:55 +#: ../plug-ins/imagemap/imap_cmd_cut_object.c:51 +#: ../plug-ins/imagemap/imap_menu.c:159 +msgid "Cut" +msgstr "Kes" -#: plug-ins/imagemap/imap_menu.c:384 -msgid "_Tools" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_delete.c:57 +#: ../plug-ins/imagemap/imap_menu.c:162 +msgid "Delete" +msgstr "Sil" -#: plug-ins/imagemap/imap_menu.c:386 -#, fuzzy -msgid "Grid settings..." -msgstr "Boşluk:" +#: ../plug-ins/imagemap/imap_cmd_delete_point.c:61 +#: ../plug-ins/imagemap/imap_menu.c:179 +msgid "Delete Point" +msgstr "Nokta sil" -#: plug-ins/imagemap/imap_menu.c:389 -msgid "Use GIMP guides..." -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_edit_object.c:54 +msgid "Edit Object" +msgstr "Nesneyi Düzenle" -#: plug-ins/imagemap/imap_menu.c:391 -msgid "Create guides..." -msgstr "" +#. Create the areas +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:117 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:147 +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:251 +msgid "Use Gimp Guides" +msgstr "Gimp Kılavuzlarını Kullan" -#: plug-ins/imagemap/imap_menu.c:399 -#, fuzzy -msgid "_Help" -msgstr "Yardım" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:160 +msgid "Al_ternate" +msgstr "Al_ternatif" -#: plug-ins/imagemap/imap_menu.c:401 -#, fuzzy -msgid "_Contents" -msgstr "Açıklama" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:165 +msgid "A_ll" +msgstr "T_ümü" -#: plug-ins/imagemap/imap_menu.c:405 -msgid "_About ImageMap" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:169 +msgid "Add Additional Guides" +msgstr "Ek Klavuzlar Ekle" -#: plug-ins/imagemap/imap_object_popup.c:103 -msgid "Edit Area Info..." -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:177 +msgid "L_eft border" +msgstr "S_ol sınır" -#: plug-ins/imagemap/imap_object_popup.c:105 -#, fuzzy -msgid "Delete Area" -msgstr "Sil" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:181 +msgid "_Right border" +msgstr "S_ağ sınır" -#: plug-ins/imagemap/imap_polygon.c:71 -msgid "_Polygon" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:185 +msgid "_Upper border" +msgstr "_Üst sınır" -#: plug-ins/imagemap/imap_polygon.c:473 -msgid "x (pixels)" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:189 +msgid "Lo_wer border" +msgstr "_Alt sınır" -#: plug-ins/imagemap/imap_polygon.c:482 -msgid "y (pixels)" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:197 +msgid "_Base URL:" +msgstr "_Ana Adres:" -#: plug-ins/imagemap/imap_polygon.c:520 -msgid "_Insert" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_guides.c:74 +#: ../plug-ins/imagemap/imap_cmd_guides.c:140 +msgid "Create Guides" +msgstr "Kılavuz Oluştur" -#: plug-ins/imagemap/imap_polygon.c:526 -msgid "A_ppend" +#: ../plug-ins/imagemap/imap_cmd_guides.c:113 +#, c-format +msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" +msgstr "Neticelendirme Klavuzu Sınırlamaları: %d,%d to %d,%d (%d alan)" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:144 +msgid "" +"Guides are pre-defined rectangles covering the image. You define them by " +"their width, height, and spacing from each other. This allows you to rapidly " +"create the most common image map type - image collection of \"thumbnails\", " +"suitable for navigation bars." msgstr "" +"Rehberler resmi kaplayan ön tanımlı dikdörtgenlerdir. Onları genişliğine, " +"yüksekliğine ve birbirileri arasındaki mesafeye göre tanımlayabilirsiniz. Bu " +"sizin hızla en yakın resim eşleme biçimini, \"önizlemelerin\" resim " +"derlemesini oluşturmanıza olanak tanır, gezinti çubukları için uygundur." + +#: ../plug-ins/imagemap/imap_cmd_guides.c:170 +msgid "_Left start at:" +msgstr "_Sol başlangıç:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:180 +msgid "_Top start at:" +msgstr "_Üst başlangıç:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:185 +msgid "_Horz. spacing:" +msgstr "_Yatay aralık:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:191 +msgid "_No. across:" +msgstr "_Geçiş sayısı:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:197 +msgid "_Vert. spacing:" +msgstr "_Dikey aralık:" + +#: ../plug-ins/imagemap/imap_cmd_guides.c:203 +msgid "No. _down:" +msgstr "_Düşey sayısı:" -#: plug-ins/imagemap/imap_polygon.c:532 -#, fuzzy -msgid "_Remove" -msgstr "Sil" +#: ../plug-ins/imagemap/imap_cmd_guides.c:212 +msgid "Base _URL:" +msgstr "Ana A_dres:" -#: plug-ins/imagemap/imap_popup.c:133 -msgid "Tools" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_guides.c:237 +msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" +msgstr "Neticelendirme Klavuzu Sınırlamaları: 0,0 to 0,0 (0 alan)" -#: plug-ins/imagemap/imap_popup.c:154 -msgid "Grid Settings..." -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_guides.c:272 +msgid "Guides" +msgstr "Kılavuzlar" + +#: ../plug-ins/imagemap/imap_cmd_insert_point.c:62 +#: ../plug-ins/imagemap/imap_menu.c:178 +msgid "Insert Point" +msgstr "Nokta Ekle" -#: plug-ins/imagemap/imap_popup.c:156 -msgid "Guides..." -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_down.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_down.c:55 +#: ../plug-ins/imagemap/imap_menu.c:176 +msgid "Move Down" +msgstr "Aşağı Taşı" -#: plug-ins/imagemap/imap_preferences.c:213 -msgid "Couldn't save resource file:" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_sash.c:68 +msgid "Move Sash" +msgstr "Kuşağı Taşı" -#: plug-ins/imagemap/imap_preferences.c:358 -msgid "Select Color" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_selected.c:56 +msgid "Move Selected Objects" +msgstr "Seçilen NEsneyi Taşı" -#: plug-ins/imagemap/imap_preferences.c:443 -msgid "General" -msgstr "Genel" +#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:51 +msgid "Move To Front" +msgstr "Öne Taşı" -#: plug-ins/imagemap/imap_preferences.c:447 -msgid "Default Map Type" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_move_up.c:53 +#: ../plug-ins/imagemap/imap_cmd_object_up.c:55 +#: ../plug-ins/imagemap/imap_menu.c:175 +msgid "Move Up" +msgstr "Yukarı Taşı" -#: plug-ins/imagemap/imap_preferences.c:466 -msgid "_Prompt for area info" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_paste.c:51 +#: ../plug-ins/imagemap/imap_menu.c:161 +msgid "Paste" +msgstr "Yapıştır" -#: plug-ins/imagemap/imap_preferences.c:468 -msgid "_Require default URL" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_select.c:53 +msgid "Select" +msgstr "Seç" -#: plug-ins/imagemap/imap_preferences.c:470 -msgid "Show area _handles" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_select_next.c:51 +msgid "Select Next" +msgstr "Sonrakini Seç" -#: plug-ins/imagemap/imap_preferences.c:472 -msgid "_Keep NCSA circles true" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_select_prev.c:51 +msgid "Select Previous" +msgstr "Öncekini Seç" -#: plug-ins/imagemap/imap_preferences.c:474 -msgid "Show area URL _tip" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_select_region.c:64 +msgid "Select Region" +msgstr "Bölge Seç" -#: plug-ins/imagemap/imap_preferences.c:477 -msgid "_Use double-sized grab handles" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:51 +msgid "Send To Back" +msgstr "Geri Gönder" -#: plug-ins/imagemap/imap_preferences.c:484 -#, fuzzy -msgid "Menu" -msgstr "Taşı" +#: ../plug-ins/imagemap/imap_cmd_unselect.c:53 +msgid "Unselect" +msgstr "Seçme" -#: plug-ins/imagemap/imap_preferences.c:488 -msgid "Number of _Undo levels (1 - 99):" -msgstr "" +#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:56 +msgid "Unselect All" +msgstr "Seçimi Temizle" -#: plug-ins/imagemap/imap_preferences.c:493 -msgid "Number of M_RU entries (1 - 16):" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:196 +msgid "Link Type" +msgstr "Bağlantı Türü" -#: plug-ins/imagemap/imap_preferences.c:518 -msgid "Normal:" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:205 +msgid "_Web Site" +msgstr "_Ağ Sayfası" -#: plug-ins/imagemap/imap_preferences.c:524 -msgid "Selected:" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:211 +msgid "_Ftp Site" +msgstr "_Ftp Sitesi" -#: plug-ins/imagemap/imap_preferences.c:535 -msgid "Co_ntiguous Region" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:217 +msgid "_Gopher" +msgstr "_Gopher" -#: plug-ins/imagemap/imap_preferences.c:541 -msgid "_Automatically convert" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:223 +msgid "Ot_her" +msgstr "D_iğer" -#: plug-ins/imagemap/imap_preferences.c:563 -msgid "General Preferences" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:229 +msgid "F_ile" +msgstr "_Dosya" -#: plug-ins/imagemap/imap_rectangle.c:69 -msgid "_Rectangle" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:235 +msgid "WAI_S" +msgstr "WAI_S" -#: plug-ins/imagemap/imap_rectangle.c:389 -msgid "Upper left _x:" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:241 +msgid "Tel_net" +msgstr "Tel_net" -#: plug-ins/imagemap/imap_rectangle.c:396 -msgid "Upper left _y:" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:247 +msgid "e-_mail" +msgstr "e-_posta" -#: plug-ins/imagemap/imap_selection.c:168 plug-ins/imagemap/imap_tools.c:169 -msgid "Edit" -msgstr "Düzenle" +#: ../plug-ins/imagemap/imap_edit_area_info.c:253 +msgid "_URL to activate when this area is clicked: (required)" +msgstr "Bu alana tıklandığında aktifleştirilecek _URL: (gerekli)" -#: plug-ins/imagemap/imap_selection.c:410 -msgid "#" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:255 +msgid "Select HTML file" +msgstr "HTML dosyası seç" -#: plug-ins/imagemap/imap_selection.c:439 -msgid "ALT Text" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:264 +msgid "Relati_ve link" +msgstr "Nis_pi bağlantı" -#: plug-ins/imagemap/imap_selection.c:449 -msgid "Target" +#: ../plug-ins/imagemap/imap_edit_area_info.c:270 +msgid "_Target frame name/ID: (optional - used for FRAMES only)" msgstr "" +"_Hedef çerçeve adı/ID: (isteğe bağlı - sadece ÇERÇEVELER için kullanılır)" -#: plug-ins/imagemap/imap_settings.c:90 -msgid "Settings for this Mapfile" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:273 +msgid "ALT te_xt: (optional)" +msgstr "ALT me_tin: (isteğe bağlı)" -#: plug-ins/imagemap/imap_settings.c:94 -msgid "Filename:" -msgstr "Dosya adı:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:276 +msgid "_Link" +msgstr "_Bağlantı" -#: plug-ins/imagemap/imap_settings.c:97 -msgid "Image name:" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:310 +msgid "Dimensions" +msgstr "Boyutlar" -#: plug-ins/imagemap/imap_settings.c:98 -msgid "Select Image File" -msgstr "" +#: ../plug-ins/imagemap/imap_edit_area_info.c:314 +msgid "Pre_view" +msgstr "Ön_izleme" -#: plug-ins/imagemap/imap_settings.c:102 -#, fuzzy -msgid "_Title:" -msgstr "Mavi:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:352 +msgid "_JavaScript" +msgstr "_JavaScript" -#: plug-ins/imagemap/imap_settings.c:104 -#, fuzzy -msgid "Aut_hor:" -msgstr "Yazar:" +#: ../plug-ins/imagemap/imap_edit_area_info.c:451 +msgid "Area Settings" +msgstr "Alan Ayarları" -#: plug-ins/imagemap/imap_settings.c:106 -#, fuzzy -msgid "Default _URL:" -msgstr "Öntanımlı" +#: ../plug-ins/imagemap/imap_edit_area_info.c:493 +#, c-format +msgid "Area #%d Settings" +msgstr "Alan #%d Ayarları" -#: plug-ins/imagemap/imap_settings.c:108 -#, fuzzy -msgid "_Description:" -msgstr "Açıklama:" +#: ../plug-ins/imagemap/imap_file.c:48 ../plug-ins/imagemap/imap_menu.c:71 +msgid "Error opening file" +msgstr "Dosya açarken hata" -#: plug-ins/imagemap/imap_settings.c:130 -msgid "Map file format" -msgstr "" +#: ../plug-ins/imagemap/imap_file.c:68 +msgid "Load Image Map" +msgstr "Görüntü Eşlemini Yükle" -#: plug-ins/imagemap/imap_source.c:63 -msgid "View Source" -msgstr "" +#: ../plug-ins/imagemap/imap_file.c:123 +msgid "Save Image Map" +msgstr "Görüntü Eşlemini Kaydet" -#: plug-ins/imagemap/imap_stock.c:45 -msgid "Edit Map Info..." -msgstr "" +#: ../plug-ins/imagemap/imap_grid.c:197 +msgid "Grid Settings" +msgstr "Izgara Ayarları" -#: plug-ins/imagemap/imap_toolbar.c:102 -msgid "Open" -msgstr "Aç" +#: ../plug-ins/imagemap/imap_grid.c:201 +msgid "_Snap-to grid enabled" +msgstr "Izgaraya hi_zalama etkinleştirildi" -#: plug-ins/imagemap/imap_toolbar.c:104 -msgid "Save" -msgstr "Kaydet" +#: ../plug-ins/imagemap/imap_grid.c:207 +msgid "Grid Visibility and Type" +msgstr "Izgara Görünürlüğü ve Biçimi" -#: plug-ins/imagemap/imap_toolbar.c:107 -msgid "Preferences" -msgstr "Tercihler" +#: ../plug-ins/imagemap/imap_grid.c:214 +msgid "_Hidden" +msgstr "_Gizli" -#: plug-ins/imagemap/imap_toolbar.c:112 -msgid "Undo" -msgstr "Geri al" +#: ../plug-ins/imagemap/imap_grid.c:222 +msgid "_Lines" +msgstr "_Satırlar" -#: plug-ins/imagemap/imap_toolbar.c:116 -msgid "Redo" -msgstr "İleri al" +#: ../plug-ins/imagemap/imap_grid.c:231 +msgid "C_rosses" +msgstr "Çap_razlar" -#: plug-ins/imagemap/imap_toolbar.c:137 -msgid "Zoom in" -msgstr "Yakınlaş" +#: ../plug-ins/imagemap/imap_grid.c:239 +msgid "Grid Granularity" +msgstr "Izgara ortalama öğe boyu" -#: plug-ins/imagemap/imap_toolbar.c:142 -msgid "Zoom out" -msgstr "Uzaklaş" +#: ../plug-ins/imagemap/imap_grid.c:246 +msgid "_Width" +msgstr "_Genişlik" -#: plug-ins/imagemap/imap_toolbar.c:147 -msgid "Edit map info" -msgstr "" +#: ../plug-ins/imagemap/imap_grid.c:252 +msgid "_Height" +msgstr "_Yükseklik" -#: plug-ins/imagemap/imap_tools.c:145 -msgid "Select existing area" -msgstr "" +#: ../plug-ins/imagemap/imap_grid.c:266 +msgid "Grid Offset" +msgstr "Izgara Konumu" -#: plug-ins/imagemap/imap_tools.c:150 -#, fuzzy -msgid "Fuzzy Select" -msgstr "Seç" +#: ../plug-ins/imagemap/imap_grid.c:273 +msgid "pixels from l_eft" +msgstr "so_ldan benekler" -#: plug-ins/imagemap/imap_tools.c:151 -msgid "Select contiguous regions" -msgstr "" +#: ../plug-ins/imagemap/imap_grid.c:278 +msgid "pixels from _top" +msgstr "üs_tten benekler" -#: plug-ins/imagemap/imap_tools.c:157 -msgid "Define Rectangle area" -msgstr "" +#: ../plug-ins/imagemap/imap_grid.c:289 +msgid "_Preview" +msgstr "Ö_nizleme" -#: plug-ins/imagemap/imap_tools.c:161 -msgid "Define Circle/Oval area" -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:122 +msgid "Create a clickable imagemap" +msgstr "Tıklanabilir resim eşlemi oluştur" + +#: ../plug-ins/imagemap/imap_main.c:127 +msgid "_Image Map..." +msgstr "_Görüntü Eşlemi..." -#: plug-ins/imagemap/imap_tools.c:165 -msgid "Define Polygon area" -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:517 +#: ../plug-ins/imagemap/imap_settings.c:171 +msgid "" +msgstr "" -#: plug-ins/imagemap/imap_tools.c:170 -msgid "Edit selected area info" -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:660 +msgid "Some data has been changed!" +msgstr "Bazı veriler değişti!" -#: plug-ins/imagemap/imap_tools.c:175 -msgid "Delete selected area" -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:663 +msgid "Do you really want to discard your changes?" +msgstr "Yaptığınız değişikliklerden vazgeçmek istiyor musunuz?" -#: plug-ins/maze/algorithms.c:287 -msgid "Constructing maze using Prim's Algorithm..." -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:873 +#, c-format +msgid "File \"%s\" saved." +msgstr "\"%s\" dosyası kaydedildi." -#: plug-ins/maze/algorithms.c:463 -msgid "Constructing tileable maze using Prim's Algorithm..." -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:877 +msgid "Couldn't save file:" +msgstr "Kaydedilemedi:" -#: plug-ins/maze/maze.c:163 -msgid "_Maze..." -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:890 +msgid "Image size has changed." +msgstr "Şeklin boyutu değiştirildi." -#: plug-ins/maze/maze.c:450 -msgid "Drawing Maze..." -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:891 +msgid "Resize area's?" +msgstr "Alan yeniden boyutlandırılsın mı?" -#: plug-ins/maze/maze.h:2 -msgid "Maze" -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:925 +msgid "Couldn't read file:" +msgstr "Dosya okunamadı:" -#. entscale == Entry and Scale pair function found in pixelize.c -#: plug-ins/maze/maze_face.c:202 -msgid "Width (pixels):" -msgstr "" +#: ../plug-ins/imagemap/imap_main.c:972 +#, c-format +msgid "URL: %s" +msgstr "Adres: %s" -#: plug-ins/maze/maze_face.c:214 plug-ins/maze/maze_face.c:230 -msgid "Pieces:" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:110 +#, c-format +msgid "_Undo %s" +msgstr "_Geri al %s" -#: plug-ins/maze/maze_face.c:219 -#, fuzzy -msgid "Height (pixels):" -msgstr "Yükseklik:" +#: ../plug-ins/imagemap/imap_menu.c:123 +#, c-format +msgid "_Redo %s" +msgstr "_Yinele %s" -#: plug-ins/maze/maze_face.c:242 -msgid "Multiple (57):" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:146 +msgid "_File" +msgstr "_Dosya" -#: plug-ins/maze/maze_face.c:255 -msgid "Offset (1):" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:147 +msgid "_Open..." +msgstr "_Aç..." -#: plug-ins/maze/maze_face.c:287 -msgid "Depth first" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:147 +msgid "Open" +msgstr "Aç" -#: plug-ins/maze/maze_face.c:288 -msgid "Prim's algorithm" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:149 +msgid "_Save..." +msgstr "_Kaydet..." -#: plug-ins/maze/maze_face.c:397 -msgid "" -"Selection size is not even.\n" -"Tileable maze won't work perfectly." -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:149 +msgid "Save" +msgstr "Kaydet" -#: plug-ins/pagecurl/pagecurl.c:224 -msgid "_Pagecurl..." -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:151 +msgid "Save _As..." +msgstr "_Farklı Kaydet..." -#: plug-ins/pagecurl/pagecurl.c:443 -msgid "Pagecurl Effect" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:156 +msgid "_Edit" +msgstr "_Düzenle" -#: plug-ins/pagecurl/pagecurl.c:458 -msgid "Curl Location" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:157 +msgid "Undo" +msgstr "Geri al" -#: plug-ins/pagecurl/pagecurl.c:477 -#, fuzzy -msgid "Lower right" -msgstr "Hafif" +#: ../plug-ins/imagemap/imap_menu.c:158 +msgid "Redo" +msgstr "İleri al" -#: plug-ins/pagecurl/pagecurl.c:478 -msgid "Lower left" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:164 +msgid "D_eselect All" +msgstr "Tüm Seçimi _Kaldır" + +#: ../plug-ins/imagemap/imap_menu.c:166 +msgid "Edit Area _Info..." +msgstr "Alan _Bilgisini Düzenle..." -#: plug-ins/pagecurl/pagecurl.c:479 -#, fuzzy -msgid "Upper left" -msgstr "_Yukarı" +#: ../plug-ins/imagemap/imap_menu.c:167 +msgid "Edit selected area info" +msgstr "Seçilmiş alan bilgisini düzenle" -#: plug-ins/pagecurl/pagecurl.c:480 -msgid "Upper right" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:168 +msgid "Preferences" +msgstr "Tercihler" -#: plug-ins/pagecurl/pagecurl.c:520 -msgid "Curl Orientation" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:170 +msgid "Move to Front" +msgstr "Öne al" + +#: ../plug-ins/imagemap/imap_menu.c:172 +msgid "Send to Back" +msgstr "Arkaya Gönder" -#: plug-ins/pagecurl/pagecurl.c:564 -msgid "_Shade under curl" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:174 +msgid "Delete Area" +msgstr "Alanı sil" -#: plug-ins/pagecurl/pagecurl.c:577 -msgid "Current gradient (reversed)" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:181 +msgid "_View" +msgstr "_Görünüm" -#: plug-ins/pagecurl/pagecurl.c:582 -#, fuzzy -msgid "Current gradient" -msgstr "Yeşil:" +#: ../plug-ins/imagemap/imap_menu.c:182 +msgid "Source..." +msgstr "Kaynak..." -#: plug-ins/pagecurl/pagecurl.c:587 -#, fuzzy -msgid "Foreground / background colors" -msgstr "Şeffaf" +#: ../plug-ins/imagemap/imap_menu.c:183 +msgid "Zoom in" +msgstr "Yakınlaş" -#: plug-ins/pagecurl/pagecurl.c:607 -#, fuzzy -msgid "_Opacity:" -msgstr "Çık" +#: ../plug-ins/imagemap/imap_menu.c:184 +msgid "Zoom out" +msgstr "Uzaklaş" -#: plug-ins/pagecurl/pagecurl.c:730 -msgid "Curl Layer" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:185 +msgid "_Zoom To" +msgstr "_Yaklaş" -#: plug-ins/pagecurl/pagecurl.c:1018 -msgid "Page Curl..." -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:187 +msgid "_Mapping" +msgstr "_Eşleme" -#: plug-ins/print/gimp_color_window.c:208 -msgid "Print Color Adjust" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:188 +msgid "Edit Map Info..." +msgstr "Eşlem Bilgisini Düzenle..." -#: plug-ins/print/gimp_color_window.c:268 -msgid "Brightness:" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:189 +msgid "Edit Map Info" +msgstr "Eşlem Bilgisini Düzenle" -#: plug-ins/print/gimp_color_window.c:276 -msgid "" -"Set the brightness of the print.\n" -"0 is solid black, 2 is solid white" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:191 +msgid "_Tools" +msgstr "_Araçlar" -#: plug-ins/print/gimp_color_window.c:288 -msgid "Contrast:" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:192 +msgid "Grid Settings..." +msgstr "Izgara Ayarları..." -#: plug-ins/print/gimp_color_window.c:296 -msgid "Set the contrast of the print" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:194 +msgid "Use GIMP Guides..." +msgstr "GIMP kılavuzunu kullan" -#: plug-ins/print/gimp_color_window.c:315 -msgid "Adjust the cyan balance of the print" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:196 +msgid "Create Guides..." +msgstr "Kılavuz oluştur" -#: plug-ins/print/gimp_color_window.c:334 -msgid "Adjust the magenta balance of the print" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:199 +msgid "_Help" +msgstr "_Yardım" -#: plug-ins/print/gimp_color_window.c:353 -msgid "Adjust the yellow balance of the print" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:200 +msgid "_Contents" +msgstr "_İçindekiler" -#: plug-ins/print/gimp_color_window.c:372 -msgid "" -"Adjust the saturation (color balance) of the print\n" -"Use zero saturation to produce grayscale output using color and black inks" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:203 +msgid "_Zoom" +msgstr "_Yakınlaştır" -#: plug-ins/print/gimp_color_window.c:385 -msgid "Density:" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:208 +msgid "Area List" +msgstr "Alan Listesi" -#: plug-ins/print/gimp_color_window.c:393 -msgid "" -"Adjust the density (amount of ink) of the print. Reduce the density if the " -"ink bleeds through the paper or smears; increase the density if black " -"regions are not solid." -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:218 +msgid "Arrow" +msgstr "Ok" -#: plug-ins/print/gimp_color_window.c:415 -msgid "" -"Adjust the gamma of the print. Larger values will produce a generally " -"brighter print, while smaller values will produce a generally darker print. " -"Black and white will remain the same, unlike with the brightness adjustment." -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:219 +msgid "Select existing area" +msgstr "Mevcut alanı seç" -#: plug-ins/print/gimp_color_window.c:432 -msgid "Dither Algorithm:" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:221 +msgid "Define Rectangle area" +msgstr "Dikdörtgen alanı tanımla" -#: plug-ins/print/gimp_color_window.c:440 -msgid "" -"Choose the dither algorithm to be used.\n" -"Adaptive Hybrid usually produces the best all-around quality.\n" -"Ordered is faster and produces almost as good quality on photographs.\n" -"Fast and Very Fast are considerably faster, and work well for text and line " -"art.\n" -"Hybrid Floyd-Steinberg generally produces inferior output." -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:223 +msgid "Define Circle/Oval area" +msgstr "Daire/oval alanı tanımla" -#. -#. * Create the main dialog -#. -#: plug-ins/print/gimp_main_window.c:359 -#, c-format -msgid "%s -- Print v%s" -msgstr "" +#: ../plug-ins/imagemap/imap_menu.c:225 +msgid "Define Polygon area" +msgstr "Çokgen alanı tanımla" -#: plug-ins/print/gimp_main_window.c:368 -msgid "" -"Save\n" -"Settings" -msgstr "" +#: ../plug-ins/imagemap/imap_polygon.c:72 +msgid "_Polygon" +msgstr "_Çokgen" -#: plug-ins/print/gimp_main_window.c:369 -msgid "" -"Print and\n" -"Save Settings" -msgstr "" +#: ../plug-ins/imagemap/imap_polygon.c:474 +msgid "x (pixels)" +msgstr "x (benek)" -#: plug-ins/print/gimp_main_window.c:438 -msgid "" -"Position the image on the page.\n" -"Click and drag with the primary button to position the image.\n" -"Click and drag with the second button to move the image with finer " -"precision; each unit of motion moves the image one point (1/72\")\n" -"Click and drag with the third (middle) button to move the image in units of " -"the image size.\n" -"Holding down the shift key while clicking and dragging constrains the image " -"to only horizontal or vertical motion.\n" -"If you click another button while dragging the mouse, the image will return " -"to its original position." -msgstr "" +#: ../plug-ins/imagemap/imap_polygon.c:483 +msgid "y (pixels)" +msgstr "y (benek)" -#: plug-ins/print/gimp_main_window.c:481 -msgid "Auto" -msgstr "" +#: ../plug-ins/imagemap/imap_polygon.c:521 +msgid "_Insert" +msgstr "_Ekle" -#: plug-ins/print/gimp_main_window.c:482 -msgid "Portrait" -msgstr "Portre" +#: ../plug-ins/imagemap/imap_polygon.c:527 +msgid "A_ppend" +msgstr "So_na ekle" -#: plug-ins/print/gimp_main_window.c:483 -msgid "Landscape" -msgstr "Yatay" +#: ../plug-ins/imagemap/imap_polygon.c:533 +msgid "_Remove" +msgstr "_Kaldır" -#: plug-ins/print/gimp_main_window.c:484 -msgid "Upside down" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:236 +msgid "Couldn't save resource file:" +msgstr "Kaynak dosya kaydedilemez:" -#: plug-ins/print/gimp_main_window.c:485 -msgid "Seascape" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:350 +msgid "General" +msgstr "Genel" -#: plug-ins/print/gimp_main_window.c:495 -msgid "" -"Select the orientation: portrait, landscape, upside down, or seascape " -"(upside down landscape)" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:354 +msgid "Default Map Type" +msgstr "Varsayılan Eşlem Türü" -#: plug-ins/print/gimp_main_window.c:514 -msgid "Distance from the left of the paper to the image" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:373 +msgid "_Prompt for area info" +msgstr "_Alan bilgisi için bilgi istemi" -#: plug-ins/print/gimp_main_window.c:527 -msgid "Distance from the top of the paper to the image" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:375 +msgid "_Require default URL" +msgstr "Öntanımlı URL _gerekli" -#: plug-ins/print/gimp_main_window.c:540 -msgid "Distance from the left of the paper to the right of the image" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:377 +msgid "Show area _handles" +msgstr "Alan _işleçlerini göster" -#: plug-ins/print/gimp_main_window.c:550 -msgid "Right Border:" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:379 +msgid "_Keep NCSA circles true" +msgstr "NCSA çemberlerini tam olarak _sakla" -#: plug-ins/print/gimp_main_window.c:554 -msgid "Distance from the right of the paper to the image" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:381 +msgid "Show area URL _tip" +msgstr "URL ö_nerisi alanını göster" -#: plug-ins/print/gimp_main_window.c:568 -msgid "Distance from the top of the paper to the bottom of the image" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:384 +msgid "_Use double-sized grab handles" +msgstr "İki katı boyutlu tutacakları _kullan" -#: plug-ins/print/gimp_main_window.c:578 -msgid "Bottom Border:" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:391 +msgid "Menu" +msgstr "Menü" -#: plug-ins/print/gimp_main_window.c:582 -msgid "Distance from the bottom of the paper to the image" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:395 +msgid "Number of _undo levels (1 - 99):" +msgstr "Seviyeleri _geri alma sayısı (1-99)" -#: plug-ins/print/gimp_main_window.c:595 -msgid "Center:" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:400 +msgid "Number of M_RU entries (1 - 16):" +msgstr "M_RU girişleri sayısı (1 - 16):" -#: plug-ins/print/gimp_main_window.c:599 -#, fuzzy -msgid "Vertically" -msgstr "Dikey" +#: ../plug-ins/imagemap/imap_preferences.c:409 +msgid "Select Color" +msgstr "Renk Seç" -#: plug-ins/print/gimp_main_window.c:604 -msgid "Center the image vertically on the paper" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:424 +msgid "Normal:" +msgstr "Normal:" -#: plug-ins/print/gimp_main_window.c:610 -msgid "Both" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:428 +msgid "Selected:" +msgstr "Seçili:" -#: plug-ins/print/gimp_main_window.c:615 -msgid "Center the image on the paper" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:437 +msgid "Co_ntiguous Region" +msgstr "Bi_tişik Bölge" -#: plug-ins/print/gimp_main_window.c:622 -#, fuzzy -msgid "Horizontally" -msgstr "Ufki" +#: ../plug-ins/imagemap/imap_preferences.c:443 +msgid "_Automatically convert" +msgstr "_Otomatik dönüştür" -#: plug-ins/print/gimp_main_window.c:627 -msgid "Center the image horizontally on the paper" -msgstr "" +#: ../plug-ins/imagemap/imap_preferences.c:454 +msgid "General Preferences" +msgstr "Genel Yeğlenenler" -#: plug-ins/print/gimp_main_window.c:643 -msgid "Setup Printer" -msgstr "" +#: ../plug-ins/imagemap/imap_rectangle.c:69 +msgid "_Rectangle" +msgstr "D_örtgen" -#. -#. * Printer driver option menu. -#. -#: plug-ins/print/gimp_main_window.c:672 -msgid "Printer Model:" -msgstr "" +#: ../plug-ins/imagemap/imap_rectangle.c:389 +msgid "Upper left _x:" +msgstr "Üst sol _x:" -#: plug-ins/print/gimp_main_window.c:684 -msgid "Select your printer model" -msgstr "" +#: ../plug-ins/imagemap/imap_rectangle.c:396 +msgid "Upper left _y:" +msgstr "Üst sol _y:" -#. -#. * PPD file. -#. -#: plug-ins/print/gimp_main_window.c:723 -msgid "PPD File:" -msgstr "" +#: ../plug-ins/imagemap/imap_selection.c:377 +msgid "#" +msgstr "#" -#: plug-ins/print/gimp_main_window.c:739 -msgid "Enter the PPD filename for your printer" -msgstr "" +#: ../plug-ins/imagemap/imap_selection.c:388 +msgid "URL" +msgstr "Adres" -#: plug-ins/print/gimp_main_window.c:742 -msgid "Browse" -msgstr "" +#: ../plug-ins/imagemap/imap_selection.c:406 +msgid "ALT Text" +msgstr "ALT Metni" -#: plug-ins/print/gimp_main_window.c:748 -msgid "Choose the PPD file for your printer" -msgstr "" +#: ../plug-ins/imagemap/imap_selection.c:416 +msgid "Target" +msgstr "Hedef" -#. -#. * Print command. -#. -#: plug-ins/print/gimp_main_window.c:758 -msgid "Command:" -msgstr "" +#: ../plug-ins/imagemap/imap_settings.c:90 +msgid "Settings for this Mapfile" +msgstr "Bu Eşlem Dosyasının ayarları" -#: plug-ins/print/gimp_main_window.c:771 -msgid "" -"Enter the command to print to your printer. Note: Please do not remove the `-" -"l' or `-oraw' from the command string, or printing will probably fail!" -msgstr "" +#: ../plug-ins/imagemap/imap_settings.c:94 +msgid "Filename:" +msgstr "Dosya adı:" -#: plug-ins/print/gimp_main_window.c:781 -msgid "Choose PPD File" -msgstr "" +#: ../plug-ins/imagemap/imap_settings.c:97 +msgid "Image name:" +msgstr "Görüntü adı:" -#: plug-ins/print/gimp_main_window.c:802 -#, fuzzy -msgid "Define New Printer" -msgstr "Nokta sil" +#: ../plug-ins/imagemap/imap_settings.c:98 +msgid "Select Image File" +msgstr "Görüntü Dosyası Seç" -#: plug-ins/print/gimp_main_window.c:825 plug-ins/print/gimp_main_window.c:920 -#, fuzzy -msgid "Printer name:" -msgstr "Bir Kez _Önizleme" +#: ../plug-ins/imagemap/imap_settings.c:102 +msgid "_Title:" +msgstr "_Başlık:" -#: plug-ins/print/gimp_main_window.c:829 -msgid "Enter the name you wish to give this logical printer" -msgstr "" +#: ../plug-ins/imagemap/imap_settings.c:104 +msgid "Aut_hor:" +msgstr "Ya_zar:" -#: plug-ins/print/gimp_main_window.c:842 -msgid "About Gimp-Print " -msgstr "" +#: ../plug-ins/imagemap/imap_settings.c:106 +msgid "Default _URL:" +msgstr "Varsayılan _Adres:" -#: plug-ins/print/gimp_main_window.c:855 -msgid "Gimp-Print Version " -msgstr "" +#: ../plug-ins/imagemap/imap_settings.c:108 +msgid "_Description:" +msgstr "_Açıklama:" -#: plug-ins/print/gimp_main_window.c:855 -msgid "" -"\n" -"\n" -"Copyright (C) 1997-2001 Michael Sweet, Robert Krawitz,\n" -"and the rest of the Gimp-Print Development Team.\n" -"\n" -"Please visit our web site at http://gimp-print.sourceforge.net.\n" -"\n" -"This program is free software; you can redistribute it and/or modify\n" -"it under the terms of the GNU General Public License as published by\n" -"the Free Software Foundation; either version 2 of the License, or\n" -"(at your option) any later version.\n" -"\n" -"This program is distributed in the hope that it will be useful,\n" -"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" -"GNU General Public License for more details.\n" -"\n" -"You should have received a copy of the GNU General Public License\n" -"along with this program; if not, write to the Free Software\n" -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -msgstr "" +#: ../plug-ins/imagemap/imap_settings.c:130 +msgid "Map File Format" +msgstr "Eşlem Dosyası Biçimi" -#: plug-ins/print/gimp_main_window.c:903 -msgid "Printer Settings" -msgstr "" +#: ../plug-ins/imagemap/imap_source.c:63 +msgid "View Source" +msgstr "Kaynağını Göster" -#: plug-ins/print/gimp_main_window.c:916 -msgid "" -"Select the name of the printer (not the type, or model, of printer) that you " -"wish to print to" -msgstr "" +#: ../plug-ins/lighting/lighting-apply.c:105 +#: ../plug-ins/lighting/lighting-ui.c:1019 +msgid "Lighting Effects" +msgstr "Işıklandırma Etkileri" -#: plug-ins/print/gimp_main_window.c:926 -msgid "Printer model:" -msgstr "" +#: ../plug-ins/lighting/lighting-main.c:192 +msgid "Apply various lighting effects to an image" +msgstr "Bir görüntüye çeşitli ışıklandırma etkileri uygula" -#. -#. * Setup printer button -#. -#: plug-ins/print/gimp_main_window.c:937 -msgid "Setup printer..." -msgstr "" +#: ../plug-ins/lighting/lighting-main.c:197 +msgid "_Lighting Effects..." +msgstr "_Işıklandırma Etkileri..." -#: plug-ins/print/gimp_main_window.c:939 -msgid "" -"Choose the printer model, PPD file, and command that is used to print to " -"this printer" -msgstr "" +#. General options +#: ../plug-ins/lighting/lighting-ui.c:295 +#: ../plug-ins/map-object/map-object-ui.c:472 +msgid "General Options" +msgstr "Genel Seçenekler" -#. -#. * New printer button -#. -#: plug-ins/print/gimp_main_window.c:954 -#, fuzzy -msgid "New printer..." -msgstr "Nokta sil" +#: ../plug-ins/lighting/lighting-ui.c:303 +msgid "T_ransparent background" +msgstr "Sa_ydam artalan" -#: plug-ins/print/gimp_main_window.c:956 -msgid "" -"Define a new logical printer. This can be used to name a collection of " -"settings that you wish to remember for future use." -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:313 +msgid "Make destination image transparent where bump height is zero" +msgstr "Tümsek yüksekliğinin sıfır olduğu hedef resmi saydam yap" -#: plug-ins/print/gimp_main_window.c:977 -msgid "Size of paper that you wish to print to" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:316 +msgid "Cre_ate new image" +msgstr "Yeni görüntü _oluştur" -#: plug-ins/print/gimp_main_window.c:980 -#, fuzzy -msgid "Media size:" -msgstr "Yükseklik:" +#: ../plug-ins/lighting/lighting-ui.c:326 +#: ../plug-ins/map-object/map-object-ui.c:541 +msgid "Create a new image when applying filter" +msgstr "Süzgeç uygulanırken yeni bir görüntü oluştur" -#: plug-ins/print/gimp_main_window.c:989 -#, fuzzy -msgid "Dimensions:" -msgstr "Açıklama:" +#: ../plug-ins/lighting/lighting-ui.c:328 +msgid "High _quality preview" +msgstr "Yüksek _kaliteli önizleme" -#: plug-ins/print/gimp_main_window.c:1003 -msgid "Width of the paper that you wish to print to" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:338 +msgid "Enable/disable high quality preview" +msgstr "Yüksek kaliteli önizlemeyi aktifleştir/pasifleştir" -#: plug-ins/print/gimp_main_window.c:1020 -msgid "Height of the paper that you wish to print to" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:345 +msgid "Distance:" +msgstr "Uzaklık:" -#: plug-ins/print/gimp_main_window.c:1036 -msgid "Type of media you're printing to" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:378 +#: ../plug-ins/map-object/map-object-ui.c:619 +msgid "Light Settings" +msgstr "Işık Ayarları" -#: plug-ins/print/gimp_main_window.c:1039 -msgid "Media type:" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:391 +msgid "Light 1" +msgstr "Işık 1" -#: plug-ins/print/gimp_main_window.c:1052 -msgid "Source (input slot) of media you're printing to" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:392 +msgid "Light 2" +msgstr "Işık 2" -#: plug-ins/print/gimp_main_window.c:1055 -msgid "Media source:" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:393 +msgid "Light 3" +msgstr "Işık 3" -#: plug-ins/print/gimp_main_window.c:1068 -msgid "Type of ink in the printer" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:394 +msgid "Light 4" +msgstr "Işık 4" -#: plug-ins/print/gimp_main_window.c:1071 -#, fuzzy -msgid "Ink type:" -msgstr "Resim" +#: ../plug-ins/lighting/lighting-ui.c:395 +msgid "Light 5" +msgstr "Işık 5" -#: plug-ins/print/gimp_main_window.c:1084 -msgid "Resolution and quality of the print" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:396 +msgid "Light 6" +msgstr "Işık 6" -#: plug-ins/print/gimp_main_window.c:1121 -msgid "Scaling:" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:410 +msgid "Color:" +msgstr "Renk:" -#: plug-ins/print/gimp_main_window.c:1127 -msgid "Set the scale (size) of the image" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:417 +msgid "Directional" +msgstr "Doğrusal" -#: plug-ins/print/gimp_main_window.c:1152 -#, fuzzy -msgid "Scale by:" -msgstr "Büyüklük:" +#: ../plug-ins/lighting/lighting-ui.c:418 +msgid "Point" +msgstr "Nokta" -#: plug-ins/print/gimp_main_window.c:1157 -msgid "" -"Select whether scaling is measured as percent of available page size or " -"number of output dots per inch" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:432 +#: ../plug-ins/map-object/map-object-ui.c:642 +msgid "Type of light source to apply" +msgstr "Uygulanacak ışık kaynağının türü" -#: plug-ins/print/gimp_main_window.c:1162 -msgid "Percent" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:434 +#: ../plug-ins/map-object/map-object-ui.c:644 +msgid "Select lightsource color" +msgstr "Işıkkaynağı rengini seçin" -#: plug-ins/print/gimp_main_window.c:1169 -msgid "Scale the print to the size of the page" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:448 +#: ../plug-ins/map-object/map-object-ui.c:657 +msgid "Set light source color" +msgstr "Işık kaynağı rengini seçin" -#: plug-ins/print/gimp_main_window.c:1175 -msgid "PPI" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:456 +msgid "_Intensity:" +msgstr "_Yoğunluk:" -#: plug-ins/print/gimp_main_window.c:1181 -msgid "Scale the print to the number of dots per inch" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:464 +msgid "Light intensity" +msgstr "Işık yoğunluğu" -#: plug-ins/print/gimp_main_window.c:1203 -msgid "Set the width of the print" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:467 +#: ../plug-ins/map-object/map-object-ui.c:659 +#: ../plug-ins/map-object/map-object-ui.c:986 +#: ../plug-ins/print/print-page-layout.c:343 +msgid "Position" +msgstr "Konum" -#: plug-ins/print/gimp_main_window.c:1216 -msgid "Set the height of the print" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:485 +#: ../plug-ins/map-object/map-object-ui.c:683 +msgid "Light source X position in XYZ space" +msgstr "XYZ alanındaki ışık kaynağının X konumu" -#: plug-ins/print/gimp_main_window.c:1237 -msgid "Units:" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:500 +#: ../plug-ins/map-object/map-object-ui.c:697 +msgid "Light source Y position in XYZ space" +msgstr "XYZ alanındaki ışık kaynağının Y konumu" -#: plug-ins/print/gimp_main_window.c:1242 -msgid "Select the base unit of measurement for printing" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:507 +msgid "_Z:" +msgstr "_Z:" -#: plug-ins/print/gimp_main_window.c:1245 -msgid "Inch" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:515 +#: ../plug-ins/map-object/map-object-ui.c:711 +msgid "Light source Z position in XYZ space" +msgstr "XYZ alanındaki ışık kaynağının Z konumu" -#: plug-ins/print/gimp_main_window.c:1252 -msgid "Set the base unit of measurement to inches" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:535 +#: ../plug-ins/map-object/map-object-ui.c:737 +msgid "Light source X direction in XYZ space" +msgstr "XYZ alanındaki ışık kaynağının X yönü" -#: plug-ins/print/gimp_main_window.c:1258 -msgid "cm" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:549 +#: ../plug-ins/map-object/map-object-ui.c:750 +msgid "Light source Y direction in XYZ space" +msgstr "XYZ alanındaki ışık kaynağının Y yönü" -#: plug-ins/print/gimp_main_window.c:1264 -msgid "Set the base unit of measurement to centimetres" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:555 +#: ../plug-ins/map-object/map-object-ui.c:703 +#: ../plug-ins/map-object/map-object-ui.c:755 +#: ../plug-ins/map-object/map-object-ui.c:1023 +#: ../plug-ins/map-object/map-object-ui.c:1068 +#: ../plug-ins/map-object/map-object-ui.c:1167 +msgid "Z:" +msgstr "Z:" -#. -#. * The "image size" button -#. -#: plug-ins/print/gimp_main_window.c:1274 -msgid "" -"Use Original\n" -"Image Size" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:563 +#: ../plug-ins/map-object/map-object-ui.c:763 +msgid "Light source Z direction in XYZ space" +msgstr "XYZ alanındaki ışık kaynağının Z yönü" -#: plug-ins/print/gimp_main_window.c:1280 -msgid "Set the print size to the size of the image" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:566 +msgid "I_solate" +msgstr "Ya_lıtma" -#: plug-ins/print/gimp_main_window.c:1303 -msgid "Image / Output Settings" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:575 +msgid "Lighting preset:" +msgstr "Işıklandırma önayarı:" -#: plug-ins/print/gimp_main_window.c:1317 -#, fuzzy -msgid "Image type:" -msgstr "Resim" +#: ../plug-ins/lighting/lighting-ui.c:621 +msgid "Material Properties" +msgstr "Malzeme özellikleri" -#: plug-ins/print/gimp_main_window.c:1325 -msgid "Optimize the output for the type of image being printed" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:639 +msgid "_Glowing:" +msgstr "_Parıltı:" -#: plug-ins/print/gimp_main_window.c:1329 -#, fuzzy -msgid "Line art" -msgstr "Doğrusal" +#: ../plug-ins/lighting/lighting-ui.c:658 +#: ../plug-ins/map-object/map-object-ui.c:824 +msgid "Amount of original color to show where no direct light falls" +msgstr "Doğrudan ışığın düşmediği yeri gösteren özgün renk miktarı" -#: plug-ins/print/gimp_main_window.c:1336 -msgid "Fastest and brightest color for text and line art" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:672 +msgid "_Bright:" +msgstr "_Parlak:" -#: plug-ins/print/gimp_main_window.c:1343 -#, fuzzy -msgid "Solid colors" -msgstr "Renk sayısı:" +#: ../plug-ins/lighting/lighting-ui.c:691 +#: ../plug-ins/map-object/map-object-ui.c:853 +msgid "Intensity of original color when lit by a light source" +msgstr "Hafif bir kaynak tarafından aydınlatılan özgün rengin yoğunluğu" -#: plug-ins/print/gimp_main_window.c:1350 -msgid "Best for images dominated by regions of solid color" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:705 +msgid "_Shiny:" +msgstr "_Parlak:" -#: plug-ins/print/gimp_main_window.c:1358 -msgid "Photograph" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:724 +#: ../plug-ins/map-object/map-object-ui.c:925 +msgid "Controls how intense the highlights will be" +msgstr "Vurgulamanın ne kadar yoğun olacağını denetler" -#: plug-ins/print/gimp_main_window.c:1366 -msgid "" -"Slowest, but most accurate and smoothest color for continuous tone images " -"and photographs" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:737 +msgid "_Polished:" +msgstr "_Cilalı:" -#: plug-ins/print/gimp_main_window.c:1389 -#, fuzzy -msgid "Output type:" -msgstr "Kanallar" +#: ../plug-ins/lighting/lighting-ui.c:756 +#: ../plug-ins/map-object/map-object-ui.c:954 +msgid "Higher values makes the highlights more focused" +msgstr "Yüksek değerler daha fazla odaklanmış vurgular yapar" -#: plug-ins/print/gimp_main_window.c:1396 -msgid "Select the desired output type" -msgstr "" +#. Metallic +#: ../plug-ins/lighting/lighting-ui.c:766 +msgid "_Metallic" +msgstr "_Metalik" -#: plug-ins/print/gimp_main_window.c:1405 -#, fuzzy -msgid "Color output" -msgstr "Uzaklaş" +#: ../plug-ins/lighting/lighting-ui.c:803 +msgid "E_nable bump mapping" +msgstr "Derinlik etkisini e_tkinleştir" -#: plug-ins/print/gimp_main_window.c:1417 -msgid "Print in shades of gray using black ink" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:817 +msgid "Enable/disable bump-mapping (image depth)" +msgstr "Derinlik etkisini (resim derinliği) etkinleştir/etkisizleştir" -#: plug-ins/print/gimp_main_window.c:1424 -msgid "Black and white" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:839 +msgid "Bumpm_ap image:" +msgstr "Derinlik e_tkisi resmi:" -#: plug-ins/print/gimp_main_window.c:1431 -msgid "Print in black and white (no color, and no shades of gray)" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:843 +msgid "Logarithmic" +msgstr "Logaritmik" -#. -#. * Color adjust button -#. -#: plug-ins/print/gimp_main_window.c:1442 -msgid "Adjust output..." -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:855 +msgid "Cu_rve:" +msgstr "E_ğri:" -#: plug-ins/print/gimp_main_window.c:1449 -msgid "" -"Adjust color balance, brightness, contrast, saturation, and dither algorithm" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:860 +msgid "Ma_ximum height:" +msgstr "Mak_simum yükseklik" -#: plug-ins/print/gimp_main_window.c:1483 -msgid "Print to File" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:870 +msgid "Maximum height for bumps" +msgstr "Tümsekler için en fazla yükseklik" -#: plug-ins/print/print.c:164 -#, fuzzy -msgid "_Print..." -msgstr "Yazdır" +#: ../plug-ins/lighting/lighting-ui.c:894 +msgid "E_nable environment mapping" +msgstr "Çevre eşlemesini e_tkinleştir" -#: plug-ins/print/print.c:694 plug-ins/print/print.c:695 -#: plug-ins/print/print.c:785 plug-ins/print/print.c:1124 -msgid "File" -msgstr "Dosya" +#: ../plug-ins/lighting/lighting-ui.c:908 +msgid "Enable/disable environment-mapping (reflection)" +msgstr "Çevre eşlemesini etkinleştir/iptal et (yansıma)" -#: plug-ins/rcm/rcm.c:106 -msgid "Colormap _Rotation..." -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:925 +msgid "En_vironment image:" +msgstr "Or_tam görüntüsü:" -#: plug-ins/rcm/rcm.c:270 -msgid "Rotating the colormap..." -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:928 +msgid "Environment image to use" +msgstr "Kullanılacak ortam görüntüsü" -#: plug-ins/rcm/rcm_dialog.c:114 -msgid "Original" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:950 +msgid "Op_tions" +msgstr "Seçenekle_r" + +#: ../plug-ins/lighting/lighting-ui.c:954 +#: ../plug-ins/map-object/map-object-ui.c:1291 +msgid "_Light" +msgstr "_Işık" -#: plug-ins/rcm/rcm_dialog.c:127 -msgid "Rotated" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:958 +#: ../plug-ins/map-object/map-object-ui.c:1295 +msgid "_Material" +msgstr "_Madde" -#: plug-ins/rcm/rcm_dialog.c:140 -msgid "Continuous update" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:962 +msgid "_Bump Map" +msgstr "_Derinlik Etkisi" -#: plug-ins/rcm/rcm_dialog.c:153 -msgid "Area:" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:966 +msgid "_Environment Map" +msgstr "_Ortam Eşlemi" -#: plug-ins/rcm/rcm_dialog.c:157 -msgid "Entire Layer" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:1082 +#: ../plug-ins/map-object/map-object-ui.c:1397 +msgid "Recompute preview image" +msgstr "Önizleme remini yeniden hesapla" -#: plug-ins/rcm/rcm_dialog.c:159 -msgid "Context" -msgstr "" +#: ../plug-ins/lighting/lighting-ui.c:1084 +msgid "I_nteractive" +msgstr "_Etkileşimli" -#. spinbutton 1 -#: plug-ins/rcm/rcm_dialog.c:284 plug-ins/rcm/rcm_dialog.c:362 -msgid "From" -msgstr "Kimden" +#: ../plug-ins/lighting/lighting-ui.c:1098 +msgid "Enable/disable real time preview of changes" +msgstr "Değişikliklerin gerçek zamanlı önizlemelerini etkinleştir/iptal et" -#. spinbutton 2 -#: plug-ins/rcm/rcm_dialog.c:310 plug-ins/rcm/rcm_dialog.c:363 -msgid "To" -msgstr "Kime" +#: ../plug-ins/lighting/lighting-ui.c:1137 +msgid "Save Lighting Preset" +msgstr "Öntanımlı Aydınlatmayı Kaydet" -#. * Gray: Operation-Mode * -#: plug-ins/rcm/rcm_dialog.c:499 -#, fuzzy -msgid "Gray Mode" -msgstr "Gri" +#: ../plug-ins/lighting/lighting-ui.c:1281 +msgid "Load Lighting Preset" +msgstr "Öntanımlı Aydınlatmayı Yükle" -#. Gray: Operation-Mode: two radio buttons -#: plug-ins/rcm/rcm_dialog.c:508 -msgid "Treat as this" -msgstr "" +#: ../plug-ins/map-object/map-object-apply.c:276 +msgid "Map to plane" +msgstr "Düzlem oluşturuluyor" -#: plug-ins/rcm/rcm_dialog.c:520 -msgid "Change to this" -msgstr "" +#: ../plug-ins/map-object/map-object-apply.c:279 +msgid "Map to sphere" +msgstr "Küre oluşturuluyor" -#. * Gray: What is gray? * -#: plug-ins/rcm/rcm_dialog.c:533 -#, fuzzy -msgid "Gray Threshold" -msgstr "Kanallar" +#: ../plug-ins/map-object/map-object-apply.c:282 +msgid "Map to box" +msgstr "Kutu oluşturuluyor" -#. * Misc: Used unit selection * -#: plug-ins/rcm/rcm_dialog.c:572 plug-ins/rcm/rcm_dialog.c:676 -msgid "Units" -msgstr "" +#: ../plug-ins/map-object/map-object-apply.c:285 +msgid "Map to cylinder" +msgstr "Silindir oluşturuluyor" -#. Misc: Used unit selection: 3 radio buttons -#: plug-ins/rcm/rcm_dialog.c:581 -msgid "Radians" -msgstr "" +#: ../plug-ins/map-object/map-object-main.c:193 +msgid "Map the image to an object (plane, sphere, box or cylinder)" +msgstr "Resmi bir nesneye eşle (düzlem, küre, kutu veya silindir)" -#: plug-ins/rcm/rcm_dialog.c:593 -msgid "Radians/Pi" -msgstr "" +#: ../plug-ins/map-object/map-object-main.c:198 +msgid "Map _Object..." +msgstr "_Nesne Eşleme..." -#: plug-ins/rcm/rcm_dialog.c:605 -msgid "Degrees" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:248 +#: ../plug-ins/map-object/map-object-ui.c:1305 +msgid "_Box" +msgstr "_Kutu" -#. Create dialog -#: plug-ins/rcm/rcm_dialog.c:638 -msgid "Colormap Rotation" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:266 +#: ../plug-ins/map-object/map-object-ui.c:1311 +msgid "C_ylinder" +msgstr "_Silindir" -#: plug-ins/rcm/rcm_dialog.c:670 -msgid "Main Options" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:484 +msgid "Map to:" +msgstr "Nesne" -#: plug-ins/rcm/rcm_dialog.c:673 -#, fuzzy -msgid "Gray Options" -msgstr "GIF Seçenekleri" +#: ../plug-ins/map-object/map-object-ui.c:488 +msgid "Plane" +msgstr "Düzlem" -#: plug-ins/rcm/rcm_stock.c:35 -msgid "Switch to clockwise" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:489 +msgid "Sphere" +msgstr "Küre" -#: plug-ins/rcm/rcm_stock.c:37 -msgid "Switch to c/clockwise" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:490 +msgid "Box" +msgstr "Kutu" -#: plug-ins/rcm/rcm_stock.c:39 -msgid "Change order of arrows" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:501 +msgid "Type of object to map to" +msgstr "Eşlenecek nesne biçimi" -#: plug-ins/rcm/rcm_stock.c:41 -msgid "Select all" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:503 +msgid "Transparent background" +msgstr "Şeffaf artalan" -#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); -#: plug-ins/sel2path/pxl-outline.c:83 -msgid "Selection to Path..." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:514 +msgid "Make image transparent outside object" +msgstr "Görüntüyü nesnenin dışında saydam yap" -#: plug-ins/sel2path/sel2path.c:185 -msgid "No selection to convert" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:516 +msgid "Tile source image" +msgstr "Kaynak görüntüyü döşe" -#: plug-ins/sel2path/sel2path.c:302 -msgid "Selection To Path Advanced Settings" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:527 +msgid "Tile source image: useful for infinite planes" +msgstr "Kaynak görüntüyü döşe: sonsuz düzlemler için kullanışlı" -#: plug-ins/sgi/sgi.c:122 plug-ins/sgi/sgi.c:142 -msgid "Silicon Graphics IRIS image" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:530 +msgid "Create new image" +msgstr "Yeni görüntü oluştur" -#: plug-ins/sgi/sgi.c:540 -#, c-format -msgid "Could not open '%s' for writing." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:549 +msgid "Enable _antialiasing" +msgstr "_Yumuşatmayı etkinleştir" -#: plug-ins/sgi/sgi.c:622 -msgid "Save as SGI" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:560 +msgid "Enable/disable jagged edges removal (antialiasing)" +msgstr "Aktif/pasif pürüzlü kenarları kaldırma (antialiasing)" -#: plug-ins/sgi/sgi.c:631 -#, fuzzy -msgid "Compression type" -msgstr "Açıklama:" +#: ../plug-ins/map-object/map-object-ui.c:576 +msgid "Antialiasing quality. Higher is better, but slower" +msgstr "Yumuşatma kalitesi. Yüksek daha iyidir ama daha yavaştır" -#: plug-ins/sgi/sgi.c:635 -#, fuzzy -msgid "No compression" -msgstr "Açıklama:" +#: ../plug-ins/map-object/map-object-ui.c:593 +msgid "Stop when pixel differences are smaller than this value" +msgstr "Benek farklılıkları bu değerden daha küçük olduğu zaman dur" -#: plug-ins/sgi/sgi.c:637 -#, fuzzy -msgid "RLE compression" -msgstr "Açıklama:" +#: ../plug-ins/map-object/map-object-ui.c:628 +msgid "Point light" +msgstr "Noktadan ışık" -#: plug-ins/sgi/sgi.c:639 -msgid "" -"Aggressive RLE\n" -"(not supported by SGI)" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:629 +msgid "Directional light" +msgstr "Yönlü ışık" -#: plug-ins/twain/twain.c:313 -msgid "TWAIN (Dump)..." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:630 +msgid "No light" +msgstr "Işık yok" -#: plug-ins/twain/twain.c:332 -msgid "TWAIN (Read)..." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:635 +msgid "Lightsource type:" +msgstr "Işık kaynağı türü:" -#: plug-ins/twain/twain.c:352 -msgid "_TWAIN..." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:649 +msgid "Lightsource color:" +msgstr "Işık kaynağı rengi:" -#. Initialize our progress dialog -#: plug-ins/twain/twain.c:489 -msgid "Transferring TWAIN data..." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:714 +msgid "Direction Vector" +msgstr "Doğrultu Vektörü" -#: plug-ins/winicon/icodialog.c:123 -msgid "1 bpp, 1-bit alpha, 2-slot palette" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:790 +msgid "Intensity Levels" +msgstr "Yoğunluk Seviyeleri" -#: plug-ins/winicon/icodialog.c:124 -msgid "4 bpp, 1-bit alpha, 16-slot palette" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:809 +msgid "Ambient:" +msgstr "Çevre:" -#: plug-ins/winicon/icodialog.c:125 -msgid "8 bpp, 1-bit alpha, 256-slot palette" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:838 +#: ../plug-ins/map-object/map-object-ui.c:881 +msgid "Diffuse:" +msgstr "Dağıt:" -#: plug-ins/winicon/icodialog.c:126 -msgid "32 bpp, 8-bit alpha, no palette" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:862 +msgid "Reflectivity" +msgstr "Yansıma" -#: plug-ins/winicon/icodialog.c:151 -msgid "GIMP Windows Icon Plugin" +#: ../plug-ins/map-object/map-object-ui.c:896 +msgid "Higher values makes the object reflect more light (appear lighter)" msgstr "" +"Yüksek değerler nesnenin daha fazla ışık yansıtmasını sağlar (daha aydınlık " +"görünür)" -#: plug-ins/winicon/icodialog.c:172 -msgid "Icon details" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:910 +msgid "Specular:" +msgstr "Yansıtıcı:" -#: plug-ins/winicon/icoload.c:340 -#, c-format -msgid "Icon #%i" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:939 +msgid "Highlight:" +msgstr "Vurgulama:" -#: plug-ins/winicon/icosave.c:940 -msgid "Windows icons cannot be higher or wider than 255 pixels." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1000 +msgid "Object X position in XYZ space" +msgstr "XYZ alanında nesnenin X konumu" -#: plug-ins/winicon/main.c:88 plug-ins/winicon/main.c:107 -msgid "Microsoft Windows icon" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1013 +msgid "Object Y position in XYZ space" +msgstr "XYZ alanında nesnenin Y konumu" -#: plug-ins/winsnap/winsnap.c:877 -msgid "Grab a single window" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1026 +msgid "Object Z position in XYZ space" +msgstr "XYZ alanında nesnenin Z konumu" -#: plug-ins/winsnap/winsnap.c:891 -msgid "Grab the whole screen" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1049 +msgid "Rotation angle about X axis" +msgstr "X eksenindeki döndürme açısı" -#: plug-ins/winsnap/winsnap.c:907 -msgid "after" -msgstr "sonra" +#: ../plug-ins/map-object/map-object-ui.c:1060 +msgid "Rotation angle about Y axis" +msgstr "Y eksenindeki döndürme açısı" -#: plug-ins/winsnap/winsnap.c:919 -#, fuzzy -msgid "Seconds delay" -msgstr "Önalan" +#: ../plug-ins/map-object/map-object-ui.c:1071 +msgid "Rotation angle about Z axis" +msgstr "Z eksenindeki döndürme açısı" -#: plug-ins/winsnap/winsnap.c:926 -msgid "Include decorations" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Front:" +msgstr "Yazıyüzü:" -#: plug-ins/winsnap/winsnap.c:1139 -msgid "No data captured" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1097 +msgid "Back:" +msgstr "Geri:" -#: plug-ins/xjt/xjt.c:475 plug-ins/xjt/xjt.c:493 -msgid "GIMP compressed XJT image" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1105 +msgid "Map Images to Box Faces" +msgstr "Resimleri Kutunun Yüzeylerine Eşle" -#: plug-ins/xjt/xjt.c:714 -#, c-format -msgid "XJT file contains unknown layermode %d" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1146 +msgid "X scale (size)" +msgstr "X ölçeği (boyut)" -#: plug-ins/xjt/xjt.c:751 -#, c-format -msgid "Warning: unsupported layermode %d saved to XJT" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1158 +msgid "Y scale (size)" +msgstr "Y ölçeği (boyut)" -#: plug-ins/xjt/xjt.c:767 -#, c-format -msgid "XJT file contains unknown pathtype %d" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1170 +msgid "Z scale (size)" +msgstr "Z ölçeği (boyut)" -#: plug-ins/xjt/xjt.c:783 -#, c-format -msgid "Warning: unsupported pathtype %d saved to XJT" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:402 +msgid "_Top:" +msgstr "Üs_t:" -#: plug-ins/xjt/xjt.c:802 -#, c-format -msgid "XJT file contains unknown unittype %d" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1193 +#: ../plug-ins/print/print-page-layout.c:421 +msgid "_Bottom:" +msgstr "_Alt:" -#: plug-ins/xjt/xjt.c:823 -#, c-format -msgid "Warning: unsupported unittype %d saved to XJT" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1198 +msgid "Images for the Cap Faces" +msgstr "Kapak Yüzeyleri için resimler" -#: plug-ins/xjt/xjt.c:844 -msgid "Save as XJT" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1227 +#: ../plug-ins/print/print-page-layout.c:219 +msgid "Size" +msgstr "Boyut" -#: plug-ins/xjt/xjt.c:870 -#, fuzzy -msgid "Clear transparent" -msgstr "Şeffaf" +#: ../plug-ins/map-object/map-object-ui.c:1238 +msgid "R_adius:" +msgstr "Y_arıçap:" -#: plug-ins/xjt/xjt.c:882 -msgid "Quality:" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1242 +msgid "Cylinder radius" +msgstr "Silindir yarıçapı" -#: plug-ins/xjt/xjt.c:891 -msgid "Smoothing:" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1256 +msgid "Cylinder length" +msgstr "Silindir uzunluğu" -#: plug-ins/xjt/xjt.c:1693 plug-ins/xjt/xjt.c:3323 -#, c-format -msgid "Could not create working folder '%s': %s" -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1287 +msgid "O_ptions" +msgstr "_Seçenekler" -#: plug-ins/xjt/xjt.c:3189 -#, c-format -msgid "Error: Could not read XJT property file '%s'." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1299 +msgid "O_rientation" +msgstr "_Konum" -#: plug-ins/xjt/xjt.c:3195 -#, c-format -msgid "Error: XJT property file '%s' is empty." -msgstr "" +#: ../plug-ins/map-object/map-object-ui.c:1335 +msgid "Map to Object" +msgstr "Nesne Eşleme" -#, fuzzy -#~ msgid "Paint" -#~ msgstr "Nokta" +#: ../plug-ins/map-object/map-object-ui.c:1415 +msgid "Show preview _wireframe" +msgstr "Kılavuz _çizgileri göster" -#, fuzzy -#~ msgid "All" -#~ msgstr "Dosya" +#: ../plug-ins/maze/maze-algorithms.c:279 +msgid "Constructing maze using Prim's Algorithm" +msgstr "Prim Algoritması kullanarak labirent oluşturmak" -#, fuzzy -#~ msgid "Clockwise" -#~ msgstr "Kapat" +#: ../plug-ins/maze/maze-algorithms.c:488 +msgid "Constructing tileable maze using Prim's Algorithm" +msgstr "Prim's Algoritması kullanılarak döşenebilir labirent inşa ediliyor" -#, fuzzy -#~ msgid "Ifs_Compose..." -#~ msgstr "Düzenle" +#: ../plug-ins/maze/maze-dialog.c:172 +msgid "Maze" +msgstr "Labirent" -#, fuzzy -#~ msgid "/Move" -#~ msgstr "Taşı" +#. The maze size frame +#: ../plug-ins/maze/maze-dialog.c:194 +msgid "Maze Size" +msgstr "Labirent Boyutu" -#, fuzzy -#~ msgid "/Stretch" -#~ msgstr "Sol:" +#. entscale == Entry and Scale pair function found in pixelize.c +#: ../plug-ins/maze/maze-dialog.c:208 +msgid "Width (pixels):" +msgstr "Genişlik (benek):" -#, fuzzy -#~ msgid "/New" -#~ msgstr "Yeni" +#: ../plug-ins/maze/maze-dialog.c:220 ../plug-ins/maze/maze-dialog.c:236 +msgid "Pieces:" +msgstr "Parçalar:" -#, fuzzy -#~ msgid "/Delete" -#~ msgstr "Sil" +#: ../plug-ins/maze/maze-dialog.c:225 +msgid "Height (pixels):" +msgstr "Yükseklik (benek):" -#, fuzzy -#~ msgid "/Undo" -#~ msgstr "Geri al" +#. The maze algorithm frame +#: ../plug-ins/maze/maze-dialog.c:244 +msgid "Algorithm" +msgstr "Algoritma" -#, fuzzy -#~ msgid "/Redo" -#~ msgstr "İleri al" +#: ../plug-ins/maze/maze-dialog.c:270 +msgid "Depth first" +msgstr "Derinlemesine" -#, fuzzy -#~ msgid "/Select All" -#~ msgstr "Hepsini Seç" +#: ../plug-ins/maze/maze-dialog.c:271 +msgid "Prim's algorithm" +msgstr "Prim Algoritması" -#, fuzzy -#~ msgid "Loading %s:" -#~ msgstr "Boşluk:" +#: ../plug-ins/maze/maze-dialog.c:390 +msgid "" +"Selection size is not even.\n" +"Tileable maze won't work perfectly." +msgstr "" +"Seçim büyüklüğü dengeli değil.\n" +"Döşenebilir labirent düzgün çalışmayacak." -#, fuzzy -#~ msgid "Saving %s:" -#~ msgstr "Boşluk:" +#: ../plug-ins/maze/maze.c:123 +msgid "Draw a labyrinth" +msgstr "Bir labirent çiz" -#, fuzzy -#~ msgid "Number of Sides/Points/Turns:" -#~ msgstr "_Çerçeve Sayısı:" +#: ../plug-ins/maze/maze.c:130 +msgid "_Maze..." +msgstr "_Labirent..." -#, fuzzy -#~ msgid "_Do preview" -#~ msgstr "Önizleme" +#: ../plug-ins/maze/maze.c:426 +msgid "Drawing maze" +msgstr "Labirent çizimi" -#, fuzzy -#~ msgid "Do pre_view" -#~ msgstr "Önizleme" +#: ../plug-ins/metadata/xmp-parse.c:240 +#, c-format +msgid "Error: No XMP packet found" +msgstr "Hata: XMP paketi bulunamadı" -#, fuzzy -#~ msgid "_Plugin Details" -#~ msgstr "Azami Derinlik:" +#: ../plug-ins/metadata/xmp-parse.c:255 +#, c-format +msgid "Error on line %d char %d: %s" +msgstr "%d. satırda %d karakteri hatalı: %s" -#~ msgid "Name:" -#~ msgstr "İsim:" +#: ../plug-ins/metadata/xmp-parse.c:277 +#, c-format +msgid "Expected text or optional element <%s>, found <%s> instead" +msgstr "Beklenen metin ya da seçimli öğe <%s>, <%s> yerine bulundu" -#, fuzzy -#~ msgid "_Spherical" -#~ msgstr "Küresel" +#: ../plug-ins/metadata/xmp-parse.c:281 +#, c-format +msgid "Expected element <%s>, found <%s> instead" +msgstr "Beklenen eleman <%s>, <%s> yerine bulundu" -#, fuzzy -#~ msgid "S_inusoidal" -#~ msgstr "Sinüssel" +#: ../plug-ins/metadata/xmp-parse.c:296 +#, c-format +msgid "Unknown element <%s>" +msgstr "Bilinmeyen öğe <%s>" -#~ msgid "Selection:" -#~ msgstr "Seçim:" +#: ../plug-ins/metadata/xmp-parse.c:325 +#, c-format +msgid "Unknown attribute \"%s\"=\"%s\" in element <%s>" +msgstr "<%s> öğesinde \"%s\"=\"%s\" bilinmeyen özelliği" -#, fuzzy -#~ msgid "E_nable antialiasing" -#~ msgstr "_Yumuşatma Kullan" +#: ../plug-ins/metadata/xmp-parse.c:655 +#, c-format +msgid "Required attribute rdf:about missing in <%s>" +msgstr "<%s> için rdf özelliği gerekiyor" -#, fuzzy -#~ msgid "L_ight yype:" -#~ msgstr "Işı_k Türü:" +#: ../plug-ins/metadata/xmp-parse.c:881 +#, c-format +msgid "Nested elements (<%s>) are not allowed in this context" +msgstr "İç içe öğelere (<%s>) bu durumda izin verilmiyor" -#, fuzzy -#~ msgid "Lig_ht color:" -#~ msgstr "Işık _Rengi:" +#: ../plug-ins/metadata/xmp-parse.c:1010 +#, c-format +msgid "End of element <%s> not expected in this context" +msgstr "<%s> öğesinin sonu bu içerikte beklenmiyor" -#~ msgid "_Specular:" -#~ msgstr "_Öbek:" +#: ../plug-ins/metadata/xmp-parse.c:1112 +#, c-format +msgid "The current element (<%s>) cannot contain text" +msgstr "Geçerli öğe (<%s>) metin içeremez" -#~ msgid "Pencil" -#~ msgstr "Kalem" +#: ../plug-ins/metadata/xmp-parse.c:1137 +msgid "XMP packets must start with " +msgstr "XMP paketleri ile başlamalıdır" -#~ msgid "New" -#~ msgstr "Yeni" +#: ../plug-ins/metadata/xmp-parse.c:1151 +msgid "XMP packets must end with " +msgstr "XMP paketleri ile bitmelidir" -#, fuzzy -#~ msgid "Reverse line" -#~ msgstr "Yeniden boyutlandır" +#: ../plug-ins/metadata/xmp-parse.c:1164 +msgid "XMP cannot contain XML comments or processing instructions" +msgstr "XMP, XML yorumları veya işleme yönergeleri içeremez" -#, fuzzy -#~ msgid "Scale to image" -#~ msgstr "Kaydetme seçenekleri" +#: ../plug-ins/pagecurl/pagecurl.c:216 +msgid "Curl up one of the image corners" +msgstr "Resmin köşelerinden birini kıvır" -#, fuzzy -#~ msgid "Gfig Brush Selection" -#~ msgstr "Seç" +#: ../plug-ins/pagecurl/pagecurl.c:221 +msgid "_Pagecurl..." +msgstr "_Sayfa Kıvırma" -#, fuzzy -#~ msgid "Set brush..." -#~ msgstr "Farklı Kaydet..." +#: ../plug-ins/pagecurl/pagecurl.c:440 +msgid "Pagecurl Effect" +msgstr "Sayfa Kıvırma Etkisi" -#~ msgid "Add" -#~ msgstr "Ekle" +#: ../plug-ins/pagecurl/pagecurl.c:462 +msgid "Curl Location" +msgstr "Kıvırma Yeri" -#, fuzzy -#~ msgid "Each selection" -#~ msgstr "_Seçim" +#: ../plug-ins/pagecurl/pagecurl.c:481 +msgid "Lower right" +msgstr "Aşağı sağ" -#, fuzzy -#~ msgid "All selections" -#~ msgstr "_Seçim" +#: ../plug-ins/pagecurl/pagecurl.c:482 +msgid "Lower left" +msgstr "Aşağı sol" -#~ msgid "%s copy" -#~ msgstr "kopya %s" +#: ../plug-ins/pagecurl/pagecurl.c:483 +msgid "Upper left" +msgstr "Yukarı sol" -#~ msgid "(none)" -#~ msgstr "(yok)" +#: ../plug-ins/pagecurl/pagecurl.c:484 +msgid "Upper right" +msgstr "Yukarı sağ" -#, fuzzy -#~ msgid "Save Resolution" -#~ msgstr "Kaydetme seçenekleri" +#: ../plug-ins/pagecurl/pagecurl.c:524 +msgid "Curl Orientation" +msgstr "Kıvırma Yönlendirmesi" -#, fuzzy -#~ msgid "Tile _Height:" -#~ msgstr "Yükseklik:" +#: ../plug-ins/pagecurl/pagecurl.c:568 +msgid "_Shade under curl" +msgstr "_Kıvrımın altındaki gölge" -#, fuzzy -#~ msgid "C_ell Size:" -#~ msgstr "Büyüklük:" +#: ../plug-ins/pagecurl/pagecurl.c:581 +msgid "Current gradient (reversed)" +msgstr "Mevcut Artımlı Geçiş (ters çevrilmiş)" -#, fuzzy -#~ msgid "Random _Seed:" -#~ msgstr "Hız:" +#: ../plug-ins/pagecurl/pagecurl.c:586 +msgid "Current gradient" +msgstr "Geçerli eğim" -#, fuzzy -#~ msgid "Save _Resolution" -#~ msgstr "Kaydetme seçenekleri" +#: ../plug-ins/pagecurl/pagecurl.c:591 +msgid "Foreground / background colors" +msgstr "Önalan / artalan renkleri" -#~ msgid "Cos_ine" -#~ msgstr "_Kosinüs" +#: ../plug-ins/pagecurl/pagecurl.c:611 +msgid "_Opacity:" +msgstr "_Opaklık:" -#, fuzzy -#~ msgid "_Spherical Map" -#~ msgstr "Dikey" +#: ../plug-ins/pagecurl/pagecurl.c:734 +msgid "Curl Layer" +msgstr "Kıvrım Katmanı" -#~ msgid "Milliseconds" -#~ msgstr "Milisaniye" +#: ../plug-ins/pagecurl/pagecurl.c:1022 +msgid "Page Curl" +msgstr "Sayfa Kıvırma" -#, fuzzy -#~ msgid "Open SVG" -#~ msgstr "Aç" +#: ../plug-ins/print/print-page-layout.c:148 +msgid "Ignore Page _Margins" +msgstr "Sayfa _Kenarlarını Yoksay" -#~ msgid "none" -#~ msgstr "yok" +#: ../plug-ins/print/print-page-layout.c:294 +msgid "_X resolution:" +msgstr "_X çözünürlüğü:" -#~ msgid "M_inimum Height:" -#~ msgstr "A_sgari Yükseklik:" +#: ../plug-ins/print/print-page-layout.c:298 +msgid "_Y resolution:" +msgstr "_Y çözünürlüğü:" -#~ msgid "About..." -#~ msgstr "Hakkında..." +#: ../plug-ins/print/print-page-layout.c:369 +msgid "_Left:" +msgstr "_Sol:" -#, fuzzy -#~ msgid "_after" -#~ msgstr "sonra" +#: ../plug-ins/print/print-page-layout.c:388 +msgid "_Right:" +msgstr "_Sağ:" -#~ msgid "untitled" -#~ msgstr "isimsiz" +#: ../plug-ins/print/print-page-layout.c:442 +msgid "C_enter:" +msgstr "_Merkez:" -#~ msgid "Help" -#~ msgstr "Yardım" +#: ../plug-ins/print/print-page-layout.c:450 +msgid "Horizontally" +msgstr "Yatay olarak" -#, fuzzy -#~ msgid "With _Decorations" -#~ msgstr "Açıklama:" +#: ../plug-ins/print/print-page-layout.c:451 +msgid "Vertically" +msgstr "Dikeysel" -#~ msgid "Remove" -#~ msgstr "Sil" +#: ../plug-ins/print/print-page-layout.c:452 +msgid "Both" +msgstr "Her ikisi" -#, fuzzy -#~ msgid "Del" -#~ msgstr "Sil" +#: ../plug-ins/print/print.c:102 +msgid "Print the image" +msgstr "Görüntüyü yazdır" -#~ msgid "Load" -#~ msgstr "Yükle" +#: ../plug-ins/print/print.c:107 +msgid "_Print..." +msgstr "_Yazdır..." -#, fuzzy -#~ msgid "_New Unit" -#~ msgstr "Yeni" +#: ../plug-ins/print/print.c:118 +msgid "Adjust page size and orientation for printing" +msgstr "Yazdırma işlemi için sayfa boyutu ve oryantasyonu ayarla" + +#: ../plug-ins/print/print.c:124 +msgid "Page Set_up" +msgstr "Sayfa _Ayarı" + +#: ../plug-ins/print/print.c:265 +msgid "Image Settings" +msgstr "Görüntü Ayarları" + +#: ../plug-ins/print/print.c:348 +msgid "An error occurred while trying to print:" +msgstr "Yazdırmaya çalışırken bir hata oluştu" + +#: ../plug-ins/print/print.c:375 +msgid "Printing" +msgstr "Yazdırma" -#~ msgid "Done" -#~ msgstr "Bitti" +#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked)); +#: ../plug-ins/selection-to-path/pxl-outline.c:82 +msgid "Selection to Path" +msgstr "Yoldan Seçime" -#~ msgid "Refresh" -#~ msgstr "Yeniden yükle" +#: ../plug-ins/selection-to-path/selection-to-path.c:185 +msgid "No selection to convert" +msgstr "Çevrilecek bir seçim yok" -#, fuzzy -#~ msgid "Image preview" -#~ msgstr "Önizleme" +#: ../plug-ins/selection-to-path/selection-to-path.c:302 +msgid "Selection to Path Advanced Settings" +msgstr "Gelişmiş Yol Ayarları Seçimi" + +#: ../plug-ins/twain/twain.c:87 +msgid "Capture an image from a TWAIN datasource" +msgstr "Bir TWAIN veri kaynağından bir görüntü alınıyor" + +#: ../plug-ins/twain/twain.c:352 +msgid "_Scanner/Camera..." +msgstr "_Tarayıcı/Kamera..." -#, fuzzy -#~ msgid "Co_py" -#~ msgstr "Kopyala" +#. Initialize our progress dialog +#: ../plug-ins/twain/twain.c:486 +msgid "Transferring data from scanner/camera" +msgstr "Tarayıcıdan/kameradan veri aktarılıyor" -#~ msgid "Width" -#~ msgstr "Genişlik" +#: ../plug-ins/win-snap/winsnap.c:865 +msgid "Grab" +msgstr "Yakala" -#~ msgid "Height" -#~ msgstr "Yükseklik" +#: ../plug-ins/win-snap/winsnap.c:881 +msgid "Grab a single window" +msgstr "Tek bir pencere tut" -#~ msgid "Preferences..." -#~ msgstr "Tercihler..." +#: ../plug-ins/win-snap/winsnap.c:895 +msgid "Grab the whole screen" +msgstr "Tüm ekranı tut" -#~ msgid "Zoom In" -#~ msgstr "Yakınlaş" +#: ../plug-ins/win-snap/winsnap.c:911 +msgid "after" +msgstr "sonra" -#~ msgid "Zoom Out" -#~ msgstr "Uzaklaş" +#: ../plug-ins/win-snap/winsnap.c:923 +msgid "Seconds delay" +msgstr "Saniye gecikmesi" -#~ msgid "Add Point" -#~ msgstr "Nokta Ekle" +#: ../plug-ins/win-snap/winsnap.c:930 +msgid "Include decorations" +msgstr "Süslemeleri içer" -#~ msgid "Back" -#~ msgstr "Geri" +#: ../plug-ins/win-snap/winsnap.c:989 +msgid "Capture a window or desktop image" +msgstr "Bir pencere veya masaüstü resmi yakala" -#~ msgid "Forward" -#~ msgstr "İleri" +#: ../plug-ins/win-snap/winsnap.c:994 +msgid "_Screen Shot..." +msgstr "_Ekran Görüntüsü..." -#~ msgid "OK" -#~ msgstr "Tamam" +#: ../plug-ins/win-snap/winsnap.c:1142 +msgid "No data captured" +msgstr "Hiç veri yakalanmadı" -#~ msgid "Cancel" -#~ msgstr "Iptal" +#~ msgid "" +#~ "Please make sure gimp-help-en is installed, or the appropriate gimp-help " +#~ "package for your language." +#~ msgstr "" +#~ "Lütfen gimp-help-en ya da diliniz için uygun gimp-help paketi kurulu " +#~ "olduğundan emin olun." diff -Nru gimp-2.6.11/po-python/ca@valencia.po gimp-2.6.12/po-python/ca@valencia.po --- gimp-2.6.11/po-python/ca@valencia.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-python/ca@valencia.po 2012-01-31 13:50:16.000000000 +0000 @@ -11,10 +11,11 @@ msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 19:44+0200\n" +"POT-Creation-Date: 2010-10-29 00:27+0100\n" "PO-Revision-Date: 2008-02-29 19:08+0100\n" "Last-Translator: Joaquim Perez \n" "Language-Team: Catalan \n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -279,7 +280,7 @@ #: ../plug-ins/pygimp/plug-ins/python-console.py:191 msgid "Save Python-Fu Console Output" -msgstr "Alça l'eixida de la consola Python-Fu" +msgstr "Alça la eixida de la consola Python-Fu" #: ../plug-ins/pygimp/plug-ins/python-console.py:217 msgid "Interactive GIMP Python interpreter" diff -Nru gimp-2.6.11/po-python/es.po gimp-2.6.12/po-python/es.po --- gimp-2.6.11/po-python/es.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-python/es.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,18 +1,19 @@ -# translation of gimp-python.HEAD.po to Español +# translation of gimp-python.gimp-2-6.po to Español # Spanish translation for gimp-python. -# Copyright © 1998-2000,2003, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright © 1998-2000,2003, 2006, 2007, 2008, 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the gimp package. # -# Oscar Cebellán Ramos # Pablo G. del Campo , 2003, 2004. # Francisco Javier F. Serrador , 2004, 2005, 2006. -# Francisco Vila , 2006, 2007. +# Francisco Vila , 2006, 2007, 2011. +# Oscar Cebellán Ramos msgid "" msgstr "" -"Project-Id-Version: gimp-python.HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-07-11 14:08+0000\n" -"PO-Revision-Date: 2008-07-17 11:05+0200\n" +"Project-Id-Version: gimp-python.gimp-2-6\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&component=general\n" +"POT-Creation-Date: 2011-01-20 19:51+0000\n" +"PO-Revision-Date: 2011-01-21 00:32+0100\n" "Last-Translator: Francisco Vila \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -22,37 +23,37 @@ "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../plug-ins/pygimp/gimpfu.py:385 +#: ../plug-ins/pygimp/gimpfu.py:386 msgid "Missing exception information" msgstr "Se ha perdido la información de la excepción" -#: ../plug-ins/pygimp/gimpfu.py:394 +#: ../plug-ins/pygimp/gimpfu.py:395 #, python-format msgid "An error occured running %s" msgstr "Ocurrió un error al ejecutar %s" -#: ../plug-ins/pygimp/gimpfu.py:405 +#: ../plug-ins/pygimp/gimpfu.py:406 msgid "_More Information" msgstr "_Más información" -#: ../plug-ins/pygimp/gimpfu.py:511 ../plug-ins/pygimp/gimpfu.py:523 -#: ../plug-ins/pygimp/gimpfu.py:529 +#: ../plug-ins/pygimp/gimpfu.py:518 ../plug-ins/pygimp/gimpfu.py:530 +#: ../plug-ins/pygimp/gimpfu.py:536 msgid "No" msgstr "No" -#: ../plug-ins/pygimp/gimpfu.py:521 ../plug-ins/pygimp/gimpfu.py:529 +#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:536 msgid "Yes" msgstr "Sí" -#: ../plug-ins/pygimp/gimpfu.py:580 ../plug-ins/pygimp/gimpui.py:224 +#: ../plug-ins/pygimp/gimpfu.py:587 ../plug-ins/pygimp/gimpui.py:224 msgid "Python-Fu File Selection" msgstr "Selección de archivos Python-Fu" -#: ../plug-ins/pygimp/gimpfu.py:591 +#: ../plug-ins/pygimp/gimpfu.py:598 msgid "Python-Fu Folder Selection" msgstr "Selección de carpeta Python-Fu" -#: ../plug-ins/pygimp/gimpfu.py:682 +#: ../plug-ins/pygimp/gimpfu.py:689 #, python-format msgid "Invalid input for '%s'" msgstr "Entrada inválida para «%s»" @@ -61,71 +62,71 @@ msgid "Python-Fu Color Selection" msgstr "Selección de color Python-Fu" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:107 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:110 msgid "Saving as colored XHTML" msgstr "Guardando como XHTML coloreado" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:184 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:187 msgid "Save as colored XHTML" msgstr "Guardar como XHTML coloreado" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:189 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:192 msgid "Colored XHTML" msgstr "XHTML coloreado" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:196 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 msgid "Character _source" msgstr "_Fuente del carácter" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:197 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 msgid "Source code" msgstr "Código fuente" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:198 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:201 msgid "Text file" msgstr "Archivo de texto" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 msgid "Entry box" msgstr "Caja de entrada" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 msgid "_File to read or characters to use" msgstr "_Archivo a leer o caracteres a usar" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:205 msgid "Fo_nt size in pixels" msgstr "Ta_maño de la tipografía en píxeles" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:206 msgid "_Write a separate CSS file" msgstr "E_scribir un archivo CSS separado" -#: ../plug-ins/pygimp/plug-ins/foggify.py:53 +#: ../plug-ins/pygimp/plug-ins/foggify.py:57 msgid "Add a layer of fog" msgstr "Añadir una capa de niebla" -#: ../plug-ins/pygimp/plug-ins/foggify.py:58 +#: ../plug-ins/pygimp/plug-ins/foggify.py:62 msgid "_Fog..." msgstr "_Niebla..." -#: ../plug-ins/pygimp/plug-ins/foggify.py:63 +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 msgid "_Layer name" msgstr "Nombre de la _capa" -#: ../plug-ins/pygimp/plug-ins/foggify.py:63 +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 msgid "Clouds" msgstr "Nubes" -#: ../plug-ins/pygimp/plug-ins/foggify.py:64 +#: ../plug-ins/pygimp/plug-ins/foggify.py:68 msgid "_Fog color" msgstr "Color de la nie_bla" -#: ../plug-ins/pygimp/plug-ins/foggify.py:65 +#: ../plug-ins/pygimp/plug-ins/foggify.py:69 msgid "_Turbulence" msgstr "_Turbulencia" -#: ../plug-ins/pygimp/plug-ins/foggify.py:66 +#: ../plug-ins/pygimp/plug-ins/foggify.py:70 msgid "Op_acity" msgstr "Op_acidad" @@ -208,83 +209,85 @@ msgid "Slice" msgstr "Rodaja" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:416 +#. table snippet means a small piece of HTML code here +#: ../plug-ins/pygimp/plug-ins/py-slice.py:418 msgid "Cuts an image along its guides, creates images and a HTML table snippet" msgstr "" "Corta una imagen a lo largo de sus guías, crea imágenes y un recorte de " "table HTML" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:427 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:429 msgid "_Slice..." msgstr "_Rodajas..." -#: ../plug-ins/pygimp/plug-ins/py-slice.py:432 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:434 msgid "Path for HTML export" msgstr "Ruta para exportar HTML" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:433 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:435 msgid "Filename for export" msgstr "Nombre de archivo para exportar" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:434 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:436 msgid "Image name prefix" msgstr "Prefijo del nombre de la imagen" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:435 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:437 msgid "Image format" msgstr "Formato de la imagen" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:436 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 msgid "Separate image folder" msgstr "Separar carpeta de la imagen" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:440 msgid "Folder for image export" msgstr "Carpeta para la exportación de imágenes" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:439 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 msgid "Space between table elements" msgstr "Espacio entre los elementos de la tabla" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 msgid "Javascript for onmouseover and clicked" msgstr "Código Javascript para «onmouseover» y «clicked»" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 +#. table caps are table cells on the edge of the table +#: ../plug-ins/pygimp/plug-ins/py-slice.py:446 msgid "Skip animation for table caps" msgstr "Saltar animación para capacidades de la tabla" -#: ../plug-ins/pygimp/plug-ins/python-console.py:46 +#: ../plug-ins/pygimp/plug-ins/python-console.py:57 msgid "Python Console" msgstr "Consola de Python" -#: ../plug-ins/pygimp/plug-ins/python-console.py:50 +#: ../plug-ins/pygimp/plug-ins/python-console.py:61 msgid "_Browse..." msgstr "_Examinar..." -#: ../plug-ins/pygimp/plug-ins/python-console.py:132 +#: ../plug-ins/pygimp/plug-ins/python-console.py:139 msgid "Python Procedure Browser" msgstr "Examinador de procedimientos Python" -#: ../plug-ins/pygimp/plug-ins/python-console.py:161 +#: ../plug-ins/pygimp/plug-ins/python-console.py:168 #, python-format msgid "Could not open '%s' for writing: %s" msgstr "No se pudo abrir «%s» para escribir: %s" -#: ../plug-ins/pygimp/plug-ins/python-console.py:176 +#: ../plug-ins/pygimp/plug-ins/python-console.py:183 #, python-format msgid "Could not write to '%s': %s" msgstr "No se pudo escribir en %s: %s" -#: ../plug-ins/pygimp/plug-ins/python-console.py:184 +#: ../plug-ins/pygimp/plug-ins/python-console.py:191 msgid "Save Python-Fu Console Output" msgstr "Guardar la salida de la consola de Python-Fu" -#: ../plug-ins/pygimp/plug-ins/python-console.py:218 +#: ../plug-ins/pygimp/plug-ins/python-console.py:217 msgid "Interactive GIMP Python interpreter" msgstr "Intérprete interactivo de Python del GIMP" -#: ../plug-ins/pygimp/plug-ins/python-console.py:223 +#: ../plug-ins/pygimp/plug-ins/python-console.py:222 msgid "_Console" msgstr "_Consola" @@ -315,4 +318,3 @@ #: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:75 msgid "Drop shadow _Y displacement" msgstr "Desplazamiento _Y de la sombra arrojada" - diff -Nru gimp-2.6.11/po-python/gl.po gimp-2.6.12/po-python/gl.po --- gimp-2.6.11/po-python/gl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-python/gl.po 2012-01-31 13:50:16.000000000 +0000 @@ -6,48 +6,49 @@ msgstr "" "Project-Id-Version: gimp-python.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-07-22 21:26+0200\n" -"PO-Revision-Date: 2008-07-22 13:35+0200\n" -"Last-Translator: Frco. Javier Rial Rodríguez \n" +"POT-Creation-Date: 2011-09-27 20:02+0200\n" +"PO-Revision-Date: 2009-07-09 09:54+0100\n" +"Last-Translator: Fran Diéguez \n" "Language-Team: Galician \n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" # (pofilter) untranslated: checks whether a string has been translated at all -#: ../plug-ins/pygimp/gimpfu.py:385 +#: ../plug-ins/pygimp/gimpfu.py:386 msgid "Missing exception information" msgstr "Falta información da excepción" -#: ../plug-ins/pygimp/gimpfu.py:394 +#: ../plug-ins/pygimp/gimpfu.py:395 #, python-format msgid "An error occured running %s" msgstr "Produciuse un erro ao executar %s" -#: ../plug-ins/pygimp/gimpfu.py:405 +#: ../plug-ins/pygimp/gimpfu.py:406 msgid "_More Information" msgstr "_Máis información" -#: ../plug-ins/pygimp/gimpfu.py:511 ../plug-ins/pygimp/gimpfu.py:523 -#: ../plug-ins/pygimp/gimpfu.py:529 +#: ../plug-ins/pygimp/gimpfu.py:518 ../plug-ins/pygimp/gimpfu.py:530 +#: ../plug-ins/pygimp/gimpfu.py:536 msgid "No" msgstr "Non" -#: ../plug-ins/pygimp/gimpfu.py:521 ../plug-ins/pygimp/gimpfu.py:529 +#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:536 msgid "Yes" msgstr "Si" -#: ../plug-ins/pygimp/gimpfu.py:580 ../plug-ins/pygimp/gimpui.py:224 +#: ../plug-ins/pygimp/gimpfu.py:587 ../plug-ins/pygimp/gimpui.py:224 msgid "Python-Fu File Selection" msgstr "Selección de ficheiros de Python-Fu" -#: ../plug-ins/pygimp/gimpfu.py:591 +#: ../plug-ins/pygimp/gimpfu.py:598 msgid "Python-Fu Folder Selection" msgstr "Selección de cartafol de Python-Fu" -#: ../plug-ins/pygimp/gimpfu.py:682 +#: ../plug-ins/pygimp/gimpfu.py:689 #, python-format msgid "Invalid input for '%s'" msgstr "Entrada non válida para '%s'" @@ -56,71 +57,71 @@ msgid "Python-Fu Color Selection" msgstr "Selección de cor de Python-Fu" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:107 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:110 msgid "Saving as colored XHTML" msgstr "Gardar como XHTML non coloreado" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:184 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:187 msgid "Save as colored XHTML" msgstr "Gardar como XHTML coloreado" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:189 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:192 msgid "Colored XHTML" msgstr "XHTML coloreado" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:196 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 msgid "Character _source" msgstr "_Orixe do carácter" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:197 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 msgid "Source code" msgstr "Código fonte" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:198 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:201 msgid "Text file" msgstr "Ficheiro de texto" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 msgid "Entry box" msgstr "Caixa de entrada" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 msgid "_File to read or characters to use" msgstr "_Ficheiro de que ler ou caracteres que usar." -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:205 msgid "Fo_nt size in pixels" msgstr "Tamaño da le_tra en píxeles" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:206 msgid "_Write a separate CSS file" msgstr "_Escribir un ficheiro de CSS á parte" -#: ../plug-ins/pygimp/plug-ins/foggify.py:53 +#: ../plug-ins/pygimp/plug-ins/foggify.py:57 msgid "Add a layer of fog" msgstr "Engadir unha capa de néboa" -#: ../plug-ins/pygimp/plug-ins/foggify.py:58 +#: ../plug-ins/pygimp/plug-ins/foggify.py:62 msgid "_Fog..." msgstr "_Néboa..." -#: ../plug-ins/pygimp/plug-ins/foggify.py:63 +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 msgid "_Layer name" msgstr "Nome da _capa" -#: ../plug-ins/pygimp/plug-ins/foggify.py:63 +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 msgid "Clouds" msgstr "Nubes" -#: ../plug-ins/pygimp/plug-ins/foggify.py:64 +#: ../plug-ins/pygimp/plug-ins/foggify.py:68 msgid "_Fog color" msgstr "Cor da _néboa" -#: ../plug-ins/pygimp/plug-ins/foggify.py:65 +#: ../plug-ins/pygimp/plug-ins/foggify.py:69 msgid "_Turbulence" msgstr "_Turbulencia" -#: ../plug-ins/pygimp/plug-ins/foggify.py:66 +#: ../plug-ins/pygimp/plug-ins/foggify.py:70 msgid "Op_acity" msgstr "Op_acidade" @@ -199,87 +200,89 @@ msgid "Palette to _Gradient" msgstr "Paleta para a _gradación" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:57 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:60 msgid "Slice" msgstr "Anaco" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:416 +#. table snippet means a small piece of HTML code here +#: ../plug-ins/pygimp/plug-ins/py-slice.py:421 msgid "Cuts an image along its guides, creates images and a HTML table snippet" msgstr "" "Corta unha imaxe ao longo das súas guías, crea imaxes e táboas de HTML " "cortadas" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:427 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:432 msgid "_Slice..." msgstr "_Anaco..." -#: ../plug-ins/pygimp/plug-ins/py-slice.py:432 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:437 msgid "Path for HTML export" msgstr "Camiño para exportar o HTML" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:433 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 msgid "Filename for export" msgstr "Nome do ficheiro para exportar" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:434 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:439 msgid "Image name prefix" msgstr "Prefixo do nome da imaxe" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:435 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:440 msgid "Image format" msgstr "Formato da imaxe" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:436 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 msgid "Separate image folder" msgstr "Cartafol de imaxes separado" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 msgid "Folder for image export" msgstr "Cartafol para exportar imaxes" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:439 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:444 msgid "Space between table elements" msgstr "Espazo entre elementos da táboa" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:446 msgid "Javascript for onmouseover and clicked" msgstr "Javascript para cando o rato estea enriba e cando se prema" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 +#. table caps are table cells on the edge of the table +#: ../plug-ins/pygimp/plug-ins/py-slice.py:449 msgid "Skip animation for table caps" msgstr "Saltar a animación para as capitulares da táboa" -#: ../plug-ins/pygimp/plug-ins/python-console.py:46 +#: ../plug-ins/pygimp/plug-ins/python-console.py:57 msgid "Python Console" msgstr "Consola de Python" -#: ../plug-ins/pygimp/plug-ins/python-console.py:50 +#: ../plug-ins/pygimp/plug-ins/python-console.py:61 msgid "_Browse..." msgstr "_Examinar..." -#: ../plug-ins/pygimp/plug-ins/python-console.py:132 +#: ../plug-ins/pygimp/plug-ins/python-console.py:139 msgid "Python Procedure Browser" msgstr "Explorador de procedementos Python" -#: ../plug-ins/pygimp/plug-ins/python-console.py:161 +#: ../plug-ins/pygimp/plug-ins/python-console.py:168 #, python-format msgid "Could not open '%s' for writing: %s" -msgstr "Non foi posible abrir '%s' para a súa escritura: %s" +msgstr "Non foi posíbel abrir '%s' para a súa escritura: %s" -#: ../plug-ins/pygimp/plug-ins/python-console.py:176 +#: ../plug-ins/pygimp/plug-ins/python-console.py:183 #, python-format msgid "Could not write to '%s': %s" -msgstr "Non se puido escribir en '%s': %s" +msgstr "Non foi posíbel escribir en '%s': %s" -#: ../plug-ins/pygimp/plug-ins/python-console.py:184 +#: ../plug-ins/pygimp/plug-ins/python-console.py:191 msgid "Save Python-Fu Console Output" msgstr "Garda a saída da consola Python-Fu" -#: ../plug-ins/pygimp/plug-ins/python-console.py:218 +#: ../plug-ins/pygimp/plug-ins/python-console.py:217 msgid "Interactive GIMP Python interpreter" msgstr "Intérprete interactivo de Gimp Python" -#: ../plug-ins/pygimp/plug-ins/python-console.py:223 +#: ../plug-ins/pygimp/plug-ins/python-console.py:222 msgid "_Console" msgstr "_Consola" diff -Nru gimp-2.6.11/po-python/it.po gimp-2.6.12/po-python/it.po --- gimp-2.6.11/po-python/it.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-python/it.po 2012-01-31 13:50:16.000000000 +0000 @@ -7,7 +7,7 @@ "Project-Id-Version: gimp 2.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-07-26 03:26+0200\n" -"PO-Revision-Date: 2008-07-26 03:26+0200\n" +"PO-Revision-Date: 2010-12-20 23:28+0100\n" "Last-Translator: Marco Ciampa \n" "Language-Team: gimp.linux.it\n" "MIME-Version: 1.0\n" @@ -198,17 +198,15 @@ #: ../plug-ins/pygimp/plug-ins/py-slice.py:57 msgid "Slice" -msgstr "Fetta" +msgstr "Affetta" #: ../plug-ins/pygimp/plug-ins/py-slice.py:416 msgid "Cuts an image along its guides, creates images and a HTML table snippet" -msgstr "" -"Taglia un'immagine lungo le sue guide, crea immagini e un pezzo di tabella " -"HTML " +msgstr "Taglia l'immagine lungo le guide in più immagini creando un pezzo di codice di tabella HTML" #: ../plug-ins/pygimp/plug-ins/py-slice.py:427 msgid "_Slice..." -msgstr "_Fetta..." +msgstr "_Affetta..." #: ../plug-ins/pygimp/plug-ins/py-slice.py:432 msgid "Path for HTML export" diff -Nru gimp-2.6.11/po-python/LINGUAS gimp-2.6.12/po-python/LINGUAS --- gimp-2.6.11/po-python/LINGUAS 2010-10-03 12:04:42.000000000 +0000 +++ gimp-2.6.12/po-python/LINGUAS 2012-01-31 13:50:16.000000000 +0000 @@ -31,6 +31,7 @@ km ko lt +lv mk mr ms diff -Nru gimp-2.6.11/po-python/lv.po gimp-2.6.12/po-python/lv.po --- gimp-2.6.11/po-python/lv.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po-python/lv.po 2012-01-31 13:50:16.000000000 +0000 @@ -0,0 +1,364 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Rūdofls Mazurs , 2011. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug." +"cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-07-28 18:57+0000\n" +"PO-Revision-Date: 2011-08-02 17:56+0300\n" +"Last-Translator: Rūdofls Mazurs \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#: ../plug-ins/pygimp/gimpfu.py:386 +#: ../plug-ins/pygimp/gimpfu.py:394 +msgid "Missing exception information" +msgstr "Trūkst informācija par izņēmumu" + +#: ../plug-ins/pygimp/gimpfu.py:395 +#, python-format +msgid "An error occured running %s" +msgstr "Gadījās kļūda, darbinot %s" + +#: ../plug-ins/pygimp/gimpfu.py:406 +#: ../plug-ins/pygimp/gimpfu.py:414 +msgid "_More Information" +msgstr "_Vairāk informācijas" + +#: ../plug-ins/pygimp/gimpfu.py:518 ../plug-ins/pygimp/gimpfu.py:530 +#: ../plug-ins/pygimp/gimpfu.py:536 +#: ../plug-ins/pygimp/gimpfu.py:526 +#: ../plug-ins/pygimp/gimpfu.py:538 +#: ../plug-ins/pygimp/gimpfu.py:544 +msgid "No" +msgstr "Nē" + +#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:536 +#: ../plug-ins/pygimp/gimpfu.py:544 +msgid "Yes" +msgstr "Jā" + +#: ../plug-ins/pygimp/gimpfu.py:587 ../plug-ins/pygimp/gimpui.py:224 +#: ../plug-ins/pygimp/gimpfu.py:596 +#: ../plug-ins/pygimp/gimpui.py:223 +msgid "Python-Fu File Selection" +msgstr "Python-Fu failu izvēle" + +#: ../plug-ins/pygimp/gimpfu.py:598 +#: ../plug-ins/pygimp/gimpfu.py:607 +msgid "Python-Fu Folder Selection" +msgstr "Python-Fu mapju izvēle" + +#: ../plug-ins/pygimp/gimpfu.py:689 +#: ../plug-ins/pygimp/gimpfu.py:696 +#, python-format +msgid "Invalid input for '%s'" +msgstr "Nederīga '%s' ievade" + +#: ../plug-ins/pygimp/gimpui.py:177 +#: ../plug-ins/pygimp/gimpui.py:176 +msgid "Python-Fu Color Selection" +msgstr "Python-Fu krāsu izvēle" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:110 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:109 +msgid "Saving as colored XHTML" +msgstr "Saglabā kā krāsainu XHTML" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:187 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:186 +msgid "Save as colored XHTML" +msgstr "Saglabāt kā krāsainu XHTML" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:192 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:191 +msgid "Colored XHTML" +msgstr "Krāsains XHTML" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:198 +msgid "Character _source" +msgstr "Rakstzīme_s avots" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 +msgid "Source code" +msgstr "Pirmkods" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:201 +msgid "Text file" +msgstr "Teksta fails" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 +msgid "Entry box" +msgstr "Ievades kaste" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 +msgid "_File to read or characters to use" +msgstr "_Fails, ko lasīt vai rakstzīmes, ko lietot" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:205 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:204 +msgid "Fo_nt size in pixels" +msgstr "Fo_nta izmērs pikseļos" + +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:206 +msgid "_Write a separate CSS file" +msgstr "_Rakstīt atsevišķu CSS failu" + +#: ../plug-ins/pygimp/plug-ins/foggify.py:57 +#: ../plug-ins/pygimp/plug-ins/foggify.py:56 +msgid "Add a layer of fog" +msgstr "Pievienot miglas slāni" + +#: ../plug-ins/pygimp/plug-ins/foggify.py:62 +#: ../plug-ins/pygimp/plug-ins/foggify.py:61 +msgid "_Fog..." +msgstr "_Migla" + +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 +#: ../plug-ins/pygimp/plug-ins/foggify.py:66 +msgid "_Layer name" +msgstr "S_lāņa nosaukums" + +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 +#: ../plug-ins/pygimp/plug-ins/foggify.py:66 +msgid "Clouds" +msgstr "Mākoņi" + +#: ../plug-ins/pygimp/plug-ins/foggify.py:68 +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 +msgid "_Fog color" +msgstr "_Miglas krāsa" + +#: ../plug-ins/pygimp/plug-ins/foggify.py:69 +msgid "_Turbulence" +msgstr "_Turbulence" + +#: ../plug-ins/pygimp/plug-ins/foggify.py:70 +msgid "Op_acity" +msgstr "Nec_aurspīdīgums" + +#: ../plug-ins/pygimp/plug-ins/palette-offset.py:45 +#: ../plug-ins/pygimp/plug-ins/palette-offset.py:44 +msgid "Offset the colors in a palette" +msgstr "Nobīdīt krāsas paletē" + +#: ../plug-ins/pygimp/plug-ins/palette-offset.py:50 +#: ../plug-ins/pygimp/plug-ins/palette-offset.py:49 +msgid "_Offset Palette..." +msgstr "N_obīdīt paleti..." + +#: ../plug-ins/pygimp/plug-ins/palette-offset.py:53 +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:57 +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:57 +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:79 +#: ../plug-ins/pygimp/plug-ins/palette-offset.py:52 +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:56 +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:59 +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:81 +msgid "Palette" +msgstr "Palete" + +#: ../plug-ins/pygimp/plug-ins/palette-offset.py:54 +msgid "Off_set" +msgstr "No_bīdīt" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:49 +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:48 +msgid "Sort the colors in a palette" +msgstr "Sakārot krāsas paletē" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:54 +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:53 +msgid "_Sort Palette..." +msgstr "_Sakārtot paleti..." + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:58 +msgid "Color _model" +msgstr "Krāsu _modelis" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:59 +msgid "RGB" +msgstr "RGB" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:60 +msgid "HSV" +msgstr "HSV" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:61 +msgid "Channel to _sort" +msgstr "Kārtojamais kanāl_s" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:62 +msgid "Red or Hue" +msgstr "Sarkanais vai tonis" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:63 +msgid "Green or Saturation" +msgstr "Zaļais vai piesātinājums" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:64 +msgid "Blue or Value" +msgstr "Zilais vai vērtība" + +#: ../plug-ins/pygimp/plug-ins/palette-sort.py:65 +msgid "_Ascending" +msgstr "_Augoši" + +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:50 +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:52 +msgid "Create a repeating gradient using colors from the palette" +msgstr "Izveidot atkārtojošos krāsu pāreju, lietojot krāsas no paletes" + +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:55 +msgid "Palette to _Repeating Gradient" +msgstr "Paleti uz atkā_rtojošos krāsu pāreju" + +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:72 +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:74 +msgid "Create a gradient using colors from the palette" +msgstr "Izveidot krāsu pāreju, lietojot krāsas no paletes" + +#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:77 +msgid "Palette to _Gradient" +msgstr "Paleti uz _krāsu pāreju" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:60 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:59 +msgid "Slice" +msgstr "Sagriezt šķēlēs" + +#. table snippet means a small piece of HTML code here +#: ../plug-ins/pygimp/plug-ins/py-slice.py:421 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:420 +msgid "Cuts an image along its guides, creates images and a HTML table snippet" +msgstr "" +"Sagriež attēlu pa palīglīnijām, izveido attēlus un HTML tabulas atgriezumu" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:432 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:431 +msgid "_Slice..." +msgstr "_Sagriezt šķēlēs..." + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:437 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:436 +msgid "Path for HTML export" +msgstr "Ceļš HTML eksportam" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 +msgid "Filename for export" +msgstr "Eksporta faila nosaukums" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:439 +msgid "Image name prefix" +msgstr "Attēla nosaukuma prefikss" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:440 +msgid "Image format" +msgstr "Attēla formāts" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 +msgid "Separate image folder" +msgstr "Atdalīt attēla mapi" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:442 +msgid "Folder for image export" +msgstr "Mape attēla eksportam" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:444 +msgid "Space between table elements" +msgstr "Atstarpes starp tabulas elementiem" + +#: ../plug-ins/pygimp/plug-ins/py-slice.py:446 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:445 +msgid "Javascript for onmouseover and clicked" +msgstr "Javascript notikumam 'onmouseover' un klikšķim" + +#. table caps are table cells on the edge of the table +#: ../plug-ins/pygimp/plug-ins/py-slice.py:449 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:448 +msgid "Skip animation for table caps" +msgstr "Izlaist animācijas tabulas malu šūnām" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:57 +#: ../plug-ins/pygimp/plug-ins/python-console.py:56 +msgid "Python Console" +msgstr "Python konsole" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:61 +#: ../plug-ins/pygimp/plug-ins/python-console.py:60 +msgid "_Browse..." +msgstr "_Pārlūkot..." + +#: ../plug-ins/pygimp/plug-ins/python-console.py:139 +#: ../plug-ins/pygimp/plug-ins/python-console.py:138 +msgid "Python Procedure Browser" +msgstr "Python procedūru pārlūks" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:168 +#: ../plug-ins/pygimp/plug-ins/python-console.py:167 +#, python-format +msgid "Could not open '%s' for writing: %s" +msgstr "Nevar atvērt '%s' rakstīšanai: %s" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:183 +#: ../plug-ins/pygimp/plug-ins/python-console.py:182 +#, python-format +msgid "Could not write to '%s': %s" +msgstr "Nevarēja ierakstīt '%s': %s" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:191 +#: ../plug-ins/pygimp/plug-ins/python-console.py:190 +msgid "Save Python-Fu Console Output" +msgstr "Saglabāt Python konsoles izvadi" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:217 +#: ../plug-ins/pygimp/plug-ins/python-console.py:216 +msgid "Interactive GIMP Python interpreter" +msgstr "Interaktīvs GIMP Python interpretators" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:222 +#: ../plug-ins/pygimp/plug-ins/python-console.py:221 +msgid "_Console" +msgstr "_Konsole" + +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:61 +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:60 +msgid "Add a drop shadow to a layer, and optionally bevel it" +msgstr "Slānim pievienot krītošu ēnu un apmali" + +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:66 +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:65 +msgid "_Drop Shadow and Bevel..." +msgstr "Krītošā ēna un apmale..." + +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:71 +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:70 +msgid "_Shadow blur" +msgstr "Ēnu iz_smērēšana" + +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:72 +msgid "_Bevel" +msgstr "A_pmale" + +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:73 +msgid "_Drop shadow" +msgstr "_Krītošā ēna" + +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:74 +msgid "Drop shadow _X displacement" +msgstr "Krītošas ēnas _X pārvietojums" + +#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:75 +msgid "Drop shadow _Y displacement" +msgstr "Krītošas ēnas _Y pārvietojums" + diff -Nru gimp-2.6.11/po-python/nn.po gimp-2.6.12/po-python/nn.po --- gimp-2.6.11/po-python/nn.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-python/nn.po 2011-09-28 01:43:13.000000000 +0000 @@ -1,15 +1,16 @@ -# Norwegian translation of gimp-po-python. -# Copyright (C) 2000 Free Software Foundation, Inc. -# Kjartan Maraas , 2000. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: achtung 1.1.25\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2009-04-17 09:06+0000\n" -"PO-Revision-Date: 2009-05-16 23:03+0100\n" -"Last-Translator: Kolbjørn Stuestøl \n" -"Language-Team: Norwegian \n" +"Project-Id-Version: GIMP 2.7\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-05-29 05:47+0000\n" +"PO-Revision-Date: 2011-05-31 22:36+0100\n" +"Last-Translator: Kolbjørn Stuestøl \n" +"Language-Team: none\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -56,45 +57,45 @@ msgid "Python-Fu Color Selection" msgstr "Python-Fu fargeutval" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:107 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:110 msgid "Saving as colored XHTML" msgstr "Lagrar som farga XHTML" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:184 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:187 msgid "Save as colored XHTML" msgstr "Lagra som farga XHTML" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:189 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:192 msgid "Colored XHTML" msgstr "Farga XHTML" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:196 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 msgid "Character _source" msgstr "Teikn_kjelde" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:197 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 msgid "Source code" msgstr "Kjeldekode" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:198 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:201 msgid "Text file" msgstr "Tekstfil" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 msgid "Entry box" msgstr "Innskrivingsboks" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 msgid "_File to read or characters to use" msgstr "_Fil som skal lesast eller teikn som skal brukast" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:205 msgid "Fo_nt size in pixels" msgstr "_Skriftstorleik i pikslar" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:206 msgid "_Write a separate CSS file" -msgstr "_Skriv ei eigen CSS-fil" +msgstr "Lag ei eigen _CSS-fil" #: ../plug-ins/pygimp/plug-ins/foggify.py:57 msgid "Add a layer of fog" @@ -102,7 +103,7 @@ #: ../plug-ins/pygimp/plug-ins/foggify.py:62 msgid "_Fog..." -msgstr "_Tåke..." +msgstr "_Tåke …" #: ../plug-ins/pygimp/plug-ins/foggify.py:67 msgid "_Layer name" @@ -130,7 +131,7 @@ #: ../plug-ins/pygimp/plug-ins/palette-offset.py:50 msgid "_Offset Palette..." -msgstr "_Forskyv paletten..." +msgstr "_Forskyv paletten …" #: ../plug-ins/pygimp/plug-ins/palette-offset.py:53 #: ../plug-ins/pygimp/plug-ins/palette-sort.py:57 @@ -149,7 +150,7 @@ #: ../plug-ins/pygimp/plug-ins/palette-sort.py:54 msgid "_Sort Palette..." -msgstr "_Sorter paletten..." +msgstr "_Sorter paletten …" #: ../plug-ins/pygimp/plug-ins/palette-sort.py:58 msgid "Color _model" @@ -199,53 +200,53 @@ msgid "Palette to _Gradient" msgstr "Palett til _fargeovergang" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:57 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:60 msgid "Slice" msgstr "Del opp" #. table snippet means a small piece of HTML code here -#: ../plug-ins/pygimp/plug-ins/py-slice.py:418 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:421 msgid "Cuts an image along its guides, creates images and a HTML table snippet" -msgstr "Del biletet lags hjelpelinjene, opprett nødvendige småbilete og HTML tabell" +msgstr "Del biletet lags hjelpelinjene, lag småbilete og HTML tabell" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:429 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:432 msgid "_Slice..." -msgstr "_Del opp..." +msgstr "_Del opp …" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:434 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:437 msgid "Path for HTML export" msgstr "Stig for HTML-eksport" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:435 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 msgid "Filename for export" msgstr "Filnamn for eksport" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:436 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:439 msgid "Image name prefix" msgstr "Prefiks for filnamnet" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:437 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:440 msgid "Image format" msgstr "Biletformat" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 msgid "Separate image folder" msgstr "Særskild biletmappe" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:440 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 msgid "Folder for image export" msgstr "Mappe for bileteksport" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:444 msgid "Space between table elements" msgstr "Avstand mellom tabellelementa" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:446 msgid "Javascript for onmouseover and clicked" msgstr "Javascript for «onmouseover» og «clicked»" #. table caps are table cells on the edge of the table -#: ../plug-ins/pygimp/plug-ins/py-slice.py:446 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:449 msgid "Skip animation for table caps" msgstr "Hopp over animasjon for tabellen" @@ -255,7 +256,7 @@ #: ../plug-ins/pygimp/plug-ins/python-console.py:61 msgid "_Browse..." -msgstr "Bla gjennom..." +msgstr "_Bla gjennom …" #: ../plug-ins/pygimp/plug-ins/python-console.py:139 msgid "Python Procedure Browser" @@ -264,7 +265,7 @@ #: ../plug-ins/pygimp/plug-ins/python-console.py:168 #, python-format msgid "Could not open '%s' for writing: %s" -msgstr "Kunne ikkje opna «%s» for skriving: %s" +msgstr "Kan ikkje opna «%s» for skriving: %s" #: ../plug-ins/pygimp/plug-ins/python-console.py:183 #, python-format @@ -285,7 +286,7 @@ #: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:61 msgid "Add a drop shadow to a layer, and optionally bevel it" -msgstr "Legg slagskygge til laget og eventuelt også fasettkant" +msgstr "Legg slagskygge og eventuelt slagskygge til laget" #: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:66 msgid "_Drop Shadow and Bevel..." @@ -311,7 +312,17 @@ msgid "Drop shadow _Y displacement" msgstr "_Y-lengde for slagskyggen" -#, fuzzy -#~ msgid "Gimp-Python Console" -#~ msgstr "Python konsoll" +#~ msgid "Create a new brush with characters from a text sequence" +#~ msgstr "Lag ein ny pensel med teikna frå ein tekstsekvens" + +#~ msgid "New Brush from _Text..." +#~ msgstr "Ny pensel frå _tekst …" + +#~ msgid "Font" +#~ msgstr "Skrifttypar" + +#~ msgid "Pixel Size" +#~ msgstr "Pikselstorleik" +#~ msgid "Text" +#~ msgstr "Tekst" diff -Nru gimp-2.6.11/po-python/pl.po gimp-2.6.12/po-python/pl.po --- gimp-2.6.11/po-python/pl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-python/pl.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,65 +1,63 @@ -# translation of gimp-python.HEAD.pl.po to Polish -# Copyright (C) 2001-2008 Free Software Foundation, Inc. +# translation of gimp-python.gimp-2-6.pl.po to Polish +# Copyright (C) 2001-2011 Free Software Foundation, Inc. # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# Aktualną wersję tego pliku możesz odnaleźć w repozytorium cvs.gnomepl.org -# (:pserver:anonymous@cvs.gnomepl.org:/home/cvs, puste hasło) +# Aviary.pl # Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz -# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas na adres: -# translators@gnomepl.org +# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas: +# gnomepl@aviary.pl # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # GNOME PL Team , 1999-2005. -# Artur Polaczyński , 1999,2000. +# Artur Polaczyński , 1999, 2000. # Bartosz Kosiorek , 2005-2008. # Hubert Stachurski , 2008. msgid "" msgstr "" -"Project-Id-Version: gimp-python.HEAD.pl\n" +"Project-Id-Version: gimp-python\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-09 12:18+0100\n" -"PO-Revision-Date: 2008-03-06 09:56+0100\n" -"Last-Translator: Bartosz Kosiorek \n" -"Language-Team: Polish \n" +"POT-Creation-Date: 2011-08-25 19:15+0200\n" +"PO-Revision-Date: 2011-08-25 20:53+0200\n" +"Last-Translator: Piotr Drąg \n" +"Language-Team: Polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.10.2\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Poedit-Language: Polish\n" -"X-Poedit-Country: POLAND\n" -"X-Poedit-Bookmarks: -1,-1,21,-1,-1,-1,-1,-1,-1,-1\n" +"X-Poedit-Country: Poland\n" -#: ../plug-ins/pygimp/gimpfu.py:380 +#: ../plug-ins/pygimp/gimpfu.py:386 msgid "Missing exception information" msgstr "Brakujące informacje o wyjątku" -#: ../plug-ins/pygimp/gimpfu.py:389 +#: ../plug-ins/pygimp/gimpfu.py:395 #, python-format msgid "An error occured running %s" msgstr "Wystąpił błąd w czasie uruchamiania %s" -#: ../plug-ins/pygimp/gimpfu.py:400 +#: ../plug-ins/pygimp/gimpfu.py:406 msgid "_More Information" msgstr "_Więcej informacji" -#: ../plug-ins/pygimp/gimpfu.py:506 ../plug-ins/pygimp/gimpfu.py:518 -#: ../plug-ins/pygimp/gimpfu.py:524 +#: ../plug-ins/pygimp/gimpfu.py:518 ../plug-ins/pygimp/gimpfu.py:530 +#: ../plug-ins/pygimp/gimpfu.py:536 msgid "No" msgstr "Nie" -#: ../plug-ins/pygimp/gimpfu.py:516 ../plug-ins/pygimp/gimpfu.py:524 +#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:536 msgid "Yes" msgstr "Tak" -#: ../plug-ins/pygimp/gimpfu.py:558 ../plug-ins/pygimp/gimpui.py:224 +#: ../plug-ins/pygimp/gimpfu.py:587 ../plug-ins/pygimp/gimpui.py:224 msgid "Python-Fu File Selection" msgstr "Wybór pliku Python-Fu" -#: ../plug-ins/pygimp/gimpfu.py:569 +#: ../plug-ins/pygimp/gimpfu.py:598 msgid "Python-Fu Folder Selection" msgstr "Wybór folderu Python-Fu" -#: ../plug-ins/pygimp/gimpfu.py:659 +#: ../plug-ins/pygimp/gimpfu.py:689 #, python-format msgid "Invalid input for '%s'" msgstr "Błąd wejścia dla \"%s\"" @@ -68,106 +66,72 @@ msgid "Python-Fu Color Selection" msgstr "Wybór koloru Python-Fu" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:107 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:110 msgid "Saving as colored XHTML" msgstr "Zapis jako kolorowany XHTML" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:184 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:187 msgid "Save as colored XHTML" msgstr "Zapisz jako kolorowany XHTML" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:189 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:192 msgid "Colored XHTML" msgstr "Kolorowany XHTML" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:196 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 msgid "Character _source" msgstr "_Źródło znaku" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:197 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 msgid "Source code" msgstr "Kod źródłowy" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:198 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:201 msgid "Text file" msgstr "Plik tekstowy" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:199 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 msgid "Entry box" msgstr "Pole edycji" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:200 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 msgid "_File to read or characters to use" msgstr "_Plik do odczytu lub znak do użycia" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:205 msgid "Fo_nt size in pixels" msgstr "Rozmiar czcionki w pikselach" -#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:203 +#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:206 msgid "_Write a separate CSS file" msgstr "_Zapisz jako oddzielny plik CSS" -#: ../plug-ins/pygimp/plug-ins/gimpcons.py:46 -msgid "Python Console" -msgstr "Konsola Python" - -#: ../plug-ins/pygimp/plug-ins/gimpcons.py:50 -msgid "_Browse..." -msgstr "_Przeglądaj..." - -#: ../plug-ins/pygimp/plug-ins/gimpcons.py:132 -msgid "Python Procedure Browser" -msgstr "Przeglądarka procedur Pythona" - -#: ../plug-ins/pygimp/plug-ins/gimpcons.py:161 -#, python-format -msgid "Could not open '%s' for writing: %s" -msgstr "Nie można otworzyć \"%s\" do zapisu: %s" - -#: ../plug-ins/pygimp/plug-ins/gimpcons.py:176 -#, python-format -msgid "Could not write to '%s': %s" -msgstr "Nie można pisać do \"%s\": %s" - -#: ../plug-ins/pygimp/plug-ins/gimpcons.py:184 -msgid "Save Python-Fu Console Output" -msgstr "Zapis wyjścia konsoli Python-Fu" - -#: ../plug-ins/pygimp/plug-ins/gimpcons.py:218 -msgid "Interactive GIMP Python interpreter" -msgstr "Interaktywny interpreter GIMP Python" - -#: ../plug-ins/pygimp/plug-ins/gimpcons.py:223 -msgid "_Console" -msgstr "_Konsola" - # mgłę? nie używam gimpa w az tak zaawansowany sposób ale nie kojażę "dodawania mgły". Chodzi o zamglenie/rozmycie? -#: ../plug-ins/pygimp/plug-ins/foggify.py:53 +#: ../plug-ins/pygimp/plug-ins/foggify.py:57 msgid "Add a layer of fog" msgstr "Dodaje warstwę lub mgłę" -#: ../plug-ins/pygimp/plug-ins/foggify.py:58 +#: ../plug-ins/pygimp/plug-ins/foggify.py:62 msgid "_Fog..." msgstr "_Mgła..." -#: ../plug-ins/pygimp/plug-ins/foggify.py:63 +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 msgid "_Layer name" msgstr "Nazwa _warstwy" -#: ../plug-ins/pygimp/plug-ins/foggify.py:63 +#: ../plug-ins/pygimp/plug-ins/foggify.py:67 msgid "Clouds" msgstr "Chmury" -#: ../plug-ins/pygimp/plug-ins/foggify.py:64 +#: ../plug-ins/pygimp/plug-ins/foggify.py:68 msgid "_Fog color" msgstr "Kolor _mgły" -#: ../plug-ins/pygimp/plug-ins/foggify.py:65 +#: ../plug-ins/pygimp/plug-ins/foggify.py:69 msgid "_Turbulence" msgstr "_Turbulencje" -#: ../plug-ins/pygimp/plug-ins/foggify.py:66 +#: ../plug-ins/pygimp/plug-ins/foggify.py:70 msgid "Op_acity" msgstr "K_rycie" @@ -246,54 +210,90 @@ msgid "Palette to _Gradient" msgstr "Paleta na g_radient" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:57 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:60 msgid "Slice" msgstr "Przycinanie" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:416 +#. table snippet means a small piece of HTML code here +#: ../plug-ins/pygimp/plug-ins/py-slice.py:421 msgid "Cuts an image along its guides, creates images and a HTML table snippet" msgstr "Obcina obraz wzdłuż prowadnic, tworzy obrazy i fragmenty tabel HTML " -#: ../plug-ins/pygimp/plug-ins/py-slice.py:427 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:432 msgid "_Slice..." msgstr "_Przytnij..." -#: ../plug-ins/pygimp/plug-ins/py-slice.py:432 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:437 msgid "Path for HTML export" msgstr "Ścieżka do eksportu HTML" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:433 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 msgid "Filename for export" msgstr "Nazwa pliku do eksportu" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:434 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:439 msgid "Image name prefix" msgstr "Prefiks nazwy obrazu" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:435 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:440 msgid "Image format" msgstr "Format obrazu" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:436 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 msgid "Separate image folder" msgstr "Rozdziela folder obrazu" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:438 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 msgid "Folder for image export" msgstr "Folder do eksportu obrazów" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:439 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:444 msgid "Space between table elements" msgstr "Odstęp pomiędzy elementami tablicy" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:441 +#: ../plug-ins/pygimp/plug-ins/py-slice.py:446 msgid "Javascript for onmouseover and clicked" -msgstr "" +msgstr "JavaScript dla wartości onmouseover i clicked" -#: ../plug-ins/pygimp/plug-ins/py-slice.py:443 +#. table caps are table cells on the edge of the table +#: ../plug-ins/pygimp/plug-ins/py-slice.py:449 msgid "Skip animation for table caps" msgstr "Pomija animację dla tabel" +#: ../plug-ins/pygimp/plug-ins/python-console.py:57 +msgid "Python Console" +msgstr "Konsola Python" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:61 +msgid "_Browse..." +msgstr "_Przeglądaj..." + +#: ../plug-ins/pygimp/plug-ins/python-console.py:139 +msgid "Python Procedure Browser" +msgstr "Przeglądarka procedur Pythona" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:168 +#, python-format +msgid "Could not open '%s' for writing: %s" +msgstr "Nie można otworzyć \"%s\" do zapisu: %s" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:183 +#, python-format +msgid "Could not write to '%s': %s" +msgstr "Nie można pisać do \"%s\": %s" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:191 +msgid "Save Python-Fu Console Output" +msgstr "Zapis wyjścia konsoli Python-Fu" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:217 +msgid "Interactive GIMP Python interpreter" +msgstr "Interaktywny interpreter GIMP Python" + +#: ../plug-ins/pygimp/plug-ins/python-console.py:222 +msgid "_Console" +msgstr "_Konsola" + #: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:61 msgid "Add a drop shadow to a layer, and optionally bevel it" msgstr "Rzuca cień na warstwę i opcjonalnie krawędź " diff -Nru gimp-2.6.11/po-script-fu/ca@valencia.po gimp-2.6.12/po-script-fu/ca@valencia.po --- gimp-2.6.11/po-script-fu/ca@valencia.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/ca@valencia.po 2012-01-31 13:50:16.000000000 +0000 @@ -11,10 +11,11 @@ msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 19:44+0200\n" +"POT-Creation-Date: 2010-10-29 00:27+0100\n" "PO-Revision-Date: 2009-12-10 22:17+0100\n" "Last-Translator: Quim Perez i Noguer \n" "Language-Team: Catalan \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -40,7 +41,7 @@ #: ../plug-ins/script-fu/script-fu-console.c:294 msgid "Save Script-Fu Console Output" -msgstr "Alça l'eixida de la consola de funcions" +msgstr "Alça la eixida de la consola de funcions" #: ../plug-ins/script-fu/script-fu-console.c:341 #, c-format @@ -59,7 +60,7 @@ #: ../plug-ins/script-fu/script-fu-interface.c:196 msgid "Script-Fu cannot process two scripts at the same time." -msgstr "Una funció no pot processar dos seqüències al mateix temps." +msgstr "Una funció no pot processar dues seqüències al mateix temps." #: ../plug-ins/script-fu/script-fu-interface.c:198 #, c-format @@ -939,8 +940,8 @@ "Create intermediate layers to produce an animated 'burn-in' transition " "between two layers" msgstr "" -"Crea els fotogrames intermedis per a produir una transició animada entre dos " -"capes, com si hi passés un incendi" +"Crea els fotogrames intermedis per a produir una transició animada entre " +"dues capes, com si hi passés un incendi" #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:6 msgid "Fadeout" @@ -963,7 +964,7 @@ "The Burn-In script needs two layers in total. A foreground layer with " "transparency and a background layer." msgstr "" -"La funció Crema: Necessita dos capes en total.\n" +"La funció Crema: Necessita dues capes en total.\n" "Una capa transparent al davant i una capa de fons." #: ../plug-ins/script-fu/scripts/camo.scm.h:1 diff -Nru gimp-2.6.11/po-script-fu/da.po gimp-2.6.12/po-script-fu/da.po --- gimp-2.6.11/po-script-fu/da.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/da.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,17 +1,22 @@ # Danish translation of GIMP script-fu. -# Copyright (C) 2000, 01, 02, 04 Free Software Foundation, Inc. +# Copyright (C) 2010 Free Software Foundation, Inc. # Birger Langkjer , 2000. # Keld Simonsen , 2000. -# Ole Laursen , 2001, 02, 04. +# Ole Laursen , 2001, 2002, 2004. +# Mads Lundby , 2009. +# Joe Hansen , 2010. # # Se ../po/da.po for en konventionsliste til hele Gimp'en. # # Konventioner: # -# script -> program -# utils -> værktøjer -# web page themes -> hjemmesidetemaer -# DB Browser -> proceduredatabase (browser er overflødigt) +# DB Browser -> proceduredatabase (browser er overflødigt) +# distress -> urolig +# header -> sidehoved +# script -> program +# tube -> rør +# utils -> værktøjer +# web page themes -> hjemmesidetemaer # # Bemærk at en hel del af oversættelserne af programnavnene optræder i to # sammenhænge og derfor skal synkroniseres. @@ -20,3286 +25,2839 @@ msgstr "" "Project-Id-Version: GIMP script-fu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-28 15:42+0100\n" -"PO-Revision-Date: 2004-02-10 21:40+0100\n" -"Last-Translator: Ole Laursen \n" -"Language-Team: Danish \n" +"POT-Creation-Date: 2010-10-24 17:31+0200\n" +"PO-Revision-Date: 2010-10-10 20:42+0100\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Dansk-gruppen \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: plug-ins/script-fu/script-fu-console.c:129 -#: plug-ins/script-fu/script-fu-text-console.c:66 -msgid "Script-Fu console mode allows only interactive invocation" -msgstr "Script-Fu-konsoltilstand kan kun startes interaktivt" - -#: plug-ins/script-fu/script-fu-console.c:156 +#: ../plug-ins/script-fu/script-fu-console.c:131 +#: ../plug-ins/script-fu/script-fu-console.c:198 msgid "Script-Fu Console" msgstr "Script-Fu-konsol" -#: plug-ins/script-fu/script-fu-console.c:183 -msgid "SIOD Output" -msgstr "SIOD-uddata" - -#: plug-ins/script-fu/script-fu-console.c:249 -msgid "Current Command" -msgstr "Nuværende kommando" +# går ud fra TinyScheme er et navn. +#: ../plug-ins/script-fu/script-fu-console.c:194 +msgid "Welcome to TinyScheme" +msgstr "Velkommen til TinyScheme" + +#: ../plug-ins/script-fu/script-fu-console.c:200 +msgid "Interactive Scheme Development" +msgstr "Interaktiv skemaudvikling" -#: plug-ins/script-fu/script-fu-console.c:267 -#, fuzzy +#: ../plug-ins/script-fu/script-fu-console.c:236 msgid "_Browse..." -msgstr "Gennemse..." +msgstr "_Gennemse..." + +#: ../plug-ins/script-fu/script-fu-console.c:294 +msgid "Save Script-Fu Console Output" +msgstr "Uddata fra Script-Fu-konsol" + +#: ../plug-ins/script-fu/script-fu-console.c:341 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "Kunne ikke åbne \"%s\" til skrivning: %s" -#: plug-ins/script-fu/script-fu-console.c:548 -msgid "Script-Fu evaluate mode allows only noninteractive invocation" +#: ../plug-ins/script-fu/script-fu-console.c:370 +msgid "Script-Fu Procedure Browser" +msgstr "Script-Fu-procedurebrowser" + +#: ../plug-ins/script-fu/script-fu-eval.c:63 +msgid "Script-Fu evaluation mode only allows non-interactive invocation" msgstr "Script-Fu evalueringstilstand kan kun startes ikke-interaktivt" -#: plug-ins/script-fu/script-fu-interface.c:177 +#: ../plug-ins/script-fu/script-fu-interface.c:196 msgid "Script-Fu cannot process two scripts at the same time." -msgstr "" +msgstr "Script-Fu kan ikke behandle to programmer på samme tid." -#: plug-ins/script-fu/script-fu-interface.c:179 +#: ../plug-ins/script-fu/script-fu-interface.c:198 #, c-format msgid "You are already running the \"%s\" script." -msgstr "" - -#. strip the first part of the menupath if it contains _("/Script-Fu/") -#: plug-ins/script-fu/script-fu-interface.c:202 -#: plug-ins/script-fu/script-fu-interface.c:204 -msgid "/Script-Fu/" -msgstr "/Script-Fu/" +msgstr "Du kører allerede programmet \"%s\"." -#: plug-ins/script-fu/script-fu-interface.c:217 +#: ../plug-ins/script-fu/script-fu-interface.c:224 #, c-format msgid "Script-Fu: %s" msgstr "Script-Fu: %s" -#. the script arguments frame -#: plug-ins/script-fu/script-fu-interface.c:254 -msgid "Script Arguments" -msgstr "Programparametre" - #. we add a colon after the label; -#. some languages want an extra space here -#: plug-ins/script-fu/script-fu-interface.c:285 +#. * some languages want an extra space here +#. +#: ../plug-ins/script-fu/script-fu-interface.c:288 #, c-format msgid "%s:" msgstr "%s:" -#: plug-ins/script-fu/script-fu-interface.c:328 +#: ../plug-ins/script-fu/script-fu-interface.c:336 msgid "Script-Fu Color Selection" msgstr "Script-Fu-farvevælger" -#: plug-ins/script-fu/script-fu-interface.c:431 +#: ../plug-ins/script-fu/script-fu-interface.c:445 msgid "Script-Fu File Selection" msgstr "Script-Fu-filvælger" -#: plug-ins/script-fu/script-fu-interface.c:435 +#: ../plug-ins/script-fu/script-fu-interface.c:448 msgid "Script-Fu Folder Selection" msgstr "Script-Fu-mappevælger" -#: plug-ins/script-fu/script-fu-interface.c:447 +#: ../plug-ins/script-fu/script-fu-interface.c:461 msgid "Script-Fu Font Selection" msgstr "Script-Fu-skrifttypevælger" -#: plug-ins/script-fu/script-fu-interface.c:454 -#, fuzzy +#: ../plug-ins/script-fu/script-fu-interface.c:469 msgid "Script-Fu Palette Selection" -msgstr "Script-Fu-mønstervælger" +msgstr "Script-Fu-paletvælger" -#: plug-ins/script-fu/script-fu-interface.c:462 -msgid "Script-fu Pattern Selection" +#: ../plug-ins/script-fu/script-fu-interface.c:478 +msgid "Script-Fu Pattern Selection" msgstr "Script-Fu-mønstervælger" -#: plug-ins/script-fu/script-fu-interface.c:469 +#: ../plug-ins/script-fu/script-fu-interface.c:487 msgid "Script-Fu Gradient Selection" msgstr "Script-Fu-farveovergangsvælger" -#: plug-ins/script-fu/script-fu-interface.c:477 +#: ../plug-ins/script-fu/script-fu-interface.c:496 msgid "Script-Fu Brush Selection" msgstr "Script-Fu-penselvælger" -#. the script progress frame -#: plug-ins/script-fu/script-fu-interface.c:533 -#, fuzzy -msgid "Script Progress" -msgstr "Programparametre" - -#: plug-ins/script-fu/script-fu-interface.c:541 -msgid "(none)" -msgstr "" - -#: plug-ins/script-fu/script-fu-interface.c:1058 -#: plug-ins/dbbrowser/gimpprocview.c:198 -msgid "Author:" -msgstr "Udvikler:" - -#: plug-ins/script-fu/script-fu-interface.c:1065 -#: plug-ins/dbbrowser/gimpprocview.c:220 -msgid "Copyright:" -msgstr "Ophavsret:" - -#: plug-ins/script-fu/script-fu-interface.c:1072 -#: plug-ins/dbbrowser/gimpprocview.c:209 -msgid "Date:" -msgstr "Dato:" - -#: plug-ins/script-fu/script-fu-interface.c:1081 -msgid "Image Types:" -msgstr "Billedtyper:" +#: ../plug-ins/script-fu/script-fu-interface.c:824 +#, c-format +msgid "Error while executing %s:" +msgstr "Fejl ved kørsel af %s:" + +#: ../plug-ins/script-fu/script-fu-scripts.c:150 +msgid "Too few arguments to 'script-fu-register' call" +msgstr "For få argumenter for kaldet 'script-fu-register'" -#: plug-ins/script-fu/script-fu-scripts.c:611 +#: ../plug-ins/script-fu/script-fu-scripts.c:609 #, c-format -msgid "" -"Error while executing\n" -"%s\n" -"%s" -msgstr "" -"Fejl ved kørsel af\n" -"%s\n" -"%s" +msgid "Error while loading %s:" +msgstr "Fejl ved indlæsning af %s:" -#: plug-ins/script-fu/script-fu-server.c:642 +#: ../plug-ins/script-fu/script-fu-server.c:713 msgid "Script-Fu Server Options" msgstr "Script-Fu-tjenesteindstillinger" -#: plug-ins/script-fu/script-fu-server.c:670 -msgid "Server Port:" -msgstr "Tjenesteport: " - -#: plug-ins/script-fu/script-fu-server.c:676 -msgid "Server Logfile:" -msgstr "Tjenestelogfil:" - -#: plug-ins/script-fu/script-fu.c:122 -#, fuzzy -msgid "Script-Fu _Console" -msgstr "Script-Fu-konsol" - -#: plug-ins/script-fu/script-fu.c:129 plug-ins/script-fu/script-fu.c:158 -#: plug-ins/script-fu/script-fu.c:290 -#, fuzzy -msgid "/Xtns/Script-Fu" -msgstr "/Udvidelser/Script-Fu/Logoer/_Neon..." +#: ../plug-ins/script-fu/script-fu-server.c:718 +msgid "_Start Server" +msgstr "_Start server" + +#: ../plug-ins/script-fu/script-fu-server.c:746 +msgid "Server port:" +msgstr "Serverport:" + +#: ../plug-ins/script-fu/script-fu-server.c:752 +msgid "Server logfile:" +msgstr "Serverlogfil:" + +#: ../plug-ins/script-fu/script-fu.c:111 +msgid "Interactive console for Script-Fu development" +msgstr "Interaktiv konsol for Script-Fu-udvikling" + +#: ../plug-ins/script-fu/script-fu.c:117 +msgid "_Console" +msgstr "_Konsol" + +#: ../plug-ins/script-fu/script-fu.c:141 +msgid "Server for remote Script-Fu operation" +msgstr "Server for ekstern Script-Fu-handling" -#: plug-ins/script-fu/script-fu.c:151 +#: ../plug-ins/script-fu/script-fu.c:146 msgid "_Start Server..." -msgstr "" - -#: plug-ins/script-fu/script-fu.c:282 -msgid "_Refresh Scripts" -msgstr "" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:128 -#: plug-ins/dbbrowser/gimpprocbrowser.c:142 -msgid "Procedure Browser" -msgstr "" - -#: plug-ins/dbbrowser/gimpprocbrowser.c:132 -#: plug-ins/dbbrowser/gimpprocbrowser.c:146 -msgid "Search by _Name" -msgstr "Søg efter _navn" +msgstr "_Start server..." -#: plug-ins/dbbrowser/gimpprocbrowser.c:133 -#: plug-ins/dbbrowser/gimpprocbrowser.c:147 -msgid "Search by _Blurb" -msgstr "Søg efter _beskrivelse" +#: ../plug-ins/script-fu/script-fu.c:302 +msgid "_GIMP Online" +msgstr "_GIMP online" -#: plug-ins/dbbrowser/gimpprocbrowser.c:224 -msgid "_Search:" -msgstr "_Søg:" +#: ../plug-ins/script-fu/script-fu.c:303 +msgid "_User Manual" +msgstr "_Brugermanual" -#: plug-ins/dbbrowser/gimpprocbrowser.c:386 -msgid "Searching by name - please wait" -msgstr "Søger efter navn - vent venligst" +#: ../plug-ins/script-fu/script-fu.c:306 +msgid "_Script-Fu" +msgstr "_Script-Fu" -#: plug-ins/dbbrowser/gimpprocbrowser.c:410 -msgid "Searching by blurb - please wait" -msgstr "Søger efter beskrivelse - vent venligst" +#: ../plug-ins/script-fu/script-fu.c:308 +msgid "_Test" +msgstr "_Test" -#: plug-ins/dbbrowser/gimpprocbrowser.c:421 -msgid "Searching - please wait" -msgstr "Søger - vent venligst" +#: ../plug-ins/script-fu/script-fu.c:311 +msgid "_Buttons" +msgstr "_Knapper" -#: plug-ins/dbbrowser/gimpprocbrowser.c:428 -msgid "1 Procedure" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:313 +msgid "_Logos" +msgstr "_Logoer" -#: plug-ins/dbbrowser/gimpprocbrowser.c:430 -#, c-format -msgid "%d Procedures" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:315 +msgid "_Patterns" +msgstr "_Mønstre" -#: plug-ins/dbbrowser/gimpprocbrowser.c:476 -msgid "No matches" -msgstr "Ingen fundet" +#: ../plug-ins/script-fu/script-fu.c:318 +msgid "_Web Page Themes" +msgstr "_Hjemmesidetemaer" -#: plug-ins/dbbrowser/gimpprocview.c:133 -#, fuzzy -msgid "Parameters" -msgstr "Diameter" +#: ../plug-ins/script-fu/script-fu.c:320 +msgid "_Alien Glow" +msgstr "_Rumvæsenglød" -#: plug-ins/dbbrowser/gimpprocview.c:146 -msgid "Return Values" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:322 +msgid "_Beveled Pattern" +msgstr "Fac_etmønster" -#: plug-ins/dbbrowser/gimpprocview.c:159 -msgid "Additional Information" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:324 +msgid "_Classic.Gimp.Org" +msgstr "_Classic.Gimp.Org" -#: plug-ins/dbbrowser/gimpprocview.c:319 -msgid "Internal GIMP procedure" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:327 +msgid "Alpha to _Logo" +msgstr "Alfa til _logo" -#: plug-ins/dbbrowser/gimpprocview.c:320 -msgid "GIMP Plug-In" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:330 +msgid "Re-read all available Script-Fu scripts" +msgstr "Genindlæs alle tilgængelige Script-Fu-programmer" -#: plug-ins/dbbrowser/gimpprocview.c:321 -msgid "GIMP Extension" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:335 +msgid "_Refresh Scripts" +msgstr "_Opdater programmer" -#: plug-ins/dbbrowser/gimpprocview.c:322 -msgid "Temporary Procedure" +#: ../plug-ins/script-fu/script-fu.c:358 +msgid "" +"You can not use \"Refresh Scripts\" while a Script-Fu dialog box is open. " +"Please close all Script-Fu windows and try again." msgstr "" +"Du kan ikke bruge \"Opdater programmer\", når et Script-Fu-dialogvindue er " +"åbent. Luk alle Script-Fu-vinduer og prøv igen." -#: plug-ins/script-fu/scripts/3d-outline.scm.h:1 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:1 msgid "3D _Outline..." -msgstr "" - -#: plug-ins/script-fu/scripts/3d-outline.scm.h:2 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:1 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:1 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:1 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:1 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:1 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:1 -#: plug-ins/script-fu/scripts/chalk.scm.h:1 -#: plug-ins/script-fu/scripts/chip-away.scm.h:1 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:1 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:1 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:1 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:1 -#: plug-ins/script-fu/scripts/glossy.scm.h:1 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:1 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:1 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:1 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:1 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:1 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:1 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Alpha to Logo" -msgstr "/Script-Fu/Alfa til logo/_Neon..." - -#: plug-ins/script-fu/scripts/3d-outline.scm.h:3 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:2 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:2 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:2 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:2 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:2 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:2 -#: plug-ins/script-fu/scripts/carved-logo.scm.h:1 -#: plug-ins/script-fu/scripts/chalk.scm.h:2 -#: plug-ins/script-fu/scripts/chip-away.scm.h:2 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:2 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:2 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:1 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:2 -#: plug-ins/script-fu/scripts/glossy.scm.h:2 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:2 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:1 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:2 -#: plug-ins/script-fu/scripts/news-text.scm.h:1 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:1 -#: plug-ins/script-fu/scripts/speed-text.scm.h:1 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:2 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:2 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2 -#: plug-ins/script-fu/scripts/text-circle.scm.h:1 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:2 -#: plug-ins/script-fu/scripts/title-header.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Logos" -msgstr "/Udvidelser/Script-Fu/Logoer/_Neon..." +msgstr "3D-_omrids..." # hm, dækker vist nogenlunde -#: plug-ins/script-fu/scripts/3d-outline.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:2 msgid "Bumpmap (alpha layer) blur radius" -msgstr "Sløringsradius for højdekort (alfalag)" +msgstr "Ujævnhedskort (alfalag) sløringsradius" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:5 -#: plug-ins/script-fu/scripts/glossy.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:3 +msgid "Create a logo with outlined text and a drop shadow" +msgstr "Opret et logo med tekstomrids og en slagskygge" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:4 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:6 msgid "Default bumpmap settings" -msgstr "Standardindstillinger for højdekort" +msgstr "Standardindstillinger for ujævnhedskort" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:6 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:5 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:4 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:5 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:3 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:11 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 -#: plug-ins/script-fu/scripts/carved-logo.scm.h:5 -#: plug-ins/script-fu/scripts/chalk.scm.h:5 -#: plug-ins/script-fu/scripts/chip-away.scm.h:8 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:6 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:5 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:6 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:5 -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:4 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:3 -#: plug-ins/script-fu/scripts/glossy.scm.h:8 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:5 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:6 -#: plug-ins/script-fu/scripts/news-text.scm.h:7 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:3 -#: plug-ins/script-fu/scripts/slide.scm.h:2 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 -#: plug-ins/script-fu/scripts/speed-text.scm.h:5 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:6 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:4 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 -#: plug-ins/script-fu/scripts/text-circle.scm.h:4 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:6 -#: plug-ins/script-fu/scripts/title-header.scm.h:2 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:5 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:8 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:6 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/slide.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:5 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:2 msgid "Font" msgstr "Skrifttype" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:7 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:5 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:6 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:4 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:4 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:3 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:12 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 -#: plug-ins/script-fu/scripts/carved-logo.scm.h:6 -#: plug-ins/script-fu/scripts/chalk.scm.h:6 -#: plug-ins/script-fu/scripts/chip-away.scm.h:9 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:7 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:6 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:7 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:6 -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:5 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:4 -#: plug-ins/script-fu/scripts/glossy.scm.h:9 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:6 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:9 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:7 -#: plug-ins/script-fu/scripts/news-text.scm.h:8 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:4 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 -#: plug-ins/script-fu/scripts/speed-text.scm.h:6 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:7 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:5 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 -#: plug-ins/script-fu/scripts/text-circle.scm.h:5 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:7 -#: plug-ins/script-fu/scripts/title-header.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:6 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:7 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:8 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:5 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:3 msgid "Font size (pixels)" msgstr "Skriftstørrelse (skærmpunkter)" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:7 msgid "Outline blur radius" -msgstr "Omridssløringsradius" +msgstr "Radius for omridssløring" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:9 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:5 -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:3 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:3 -#: plug-ins/script-fu/scripts/chip-away.scm.h:13 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:8 +msgid "" +"Outline the selected region (or alpha) with a pattern and add a drop shadow" +msgstr "" +"Lav et omrids med et mønster for den valgte markering (eller alfa) og tilføj " +"en slagskygge" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:3 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 msgid "Pattern" msgstr "Mønster" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:10 -#: plug-ins/script-fu/scripts/glossy.scm.h:17 -#: plug-ins/script-fu/scripts/round-corners.scm.h:6 -#, fuzzy +# "X-forskydning for skygge" / "Skyggeforskydning X" / "Vandret +# forskydning for skygge" +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:10 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:16 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:6 msgid "Shadow X offset" -msgstr "Skyggeafstand x" +msgstr "Skygge x-forskydning" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:11 -#: plug-ins/script-fu/scripts/glossy.scm.h:18 -#: plug-ins/script-fu/scripts/round-corners.scm.h:7 -#, fuzzy +# "Y-forskydning for skygge" / "Skyggeforskydning Y" / "Lodret forskydning +# for skygge" +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:11 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:17 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:7 msgid "Shadow Y offset" -msgstr "Skyggeafstand y" +msgstr "Skygge y-forskydning" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:12 msgid "Shadow blur radius" msgstr "Skyggesløringsradius" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:13 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:10 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:8 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:10 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:6 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:9 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:6 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:17 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:10 -#: plug-ins/script-fu/scripts/carved-logo.scm.h:8 -#: plug-ins/script-fu/scripts/chalk.scm.h:7 -#: plug-ins/script-fu/scripts/chip-away.scm.h:14 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:9 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:11 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:10 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:8 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:7 -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:12 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:14 -#: plug-ins/script-fu/scripts/glossy.scm.h:19 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:8 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:11 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:7 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:10 -#: plug-ins/script-fu/scripts/news-text.scm.h:10 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:13 -#: plug-ins/script-fu/scripts/slide.scm.h:5 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:11 -#: plug-ins/script-fu/scripts/speed-text.scm.h:8 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:9 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:8 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:11 -#: plug-ins/script-fu/scripts/text-circle.scm.h:8 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:14 -#: plug-ins/script-fu/scripts/title-header.scm.h:5 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:13 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:6 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:17 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:7 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:14 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:13 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:17 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:18 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:7 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:10 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:13 +#: ../plug-ins/script-fu/scripts/slide.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:8 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:14 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:5 msgid "Text" msgstr "Tekst" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:1 +# Truchet er en effekt opkaldt efter navnet på en munk. Derfor egennavn +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:1 msgid "3_D Truchet..." -msgstr "" +msgstr "3_D-Truchet..." -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:2 -#: plug-ins/script-fu/scripts/camo.scm.h:1 -#: plug-ins/script-fu/scripts/flatland.scm.h:1 -#: plug-ins/script-fu/scripts/land.scm.h:1 -#: plug-ins/script-fu/scripts/rendermap.scm.h:1 -#: plug-ins/script-fu/scripts/swirltile.scm.h:1 -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:1 -#: plug-ins/script-fu/scripts/truchet.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Patterns" -msgstr "/Udvidelser/Script-Fu/Mønstre/_Land..." - -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:3 -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:2 -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:4 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:3 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:4 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:3 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:4 -#: plug-ins/script-fu/scripts/chalk.scm.h:3 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:4 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:3 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:3 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:3 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:2 -#: plug-ins/script-fu/scripts/glossy.scm.h:3 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:3 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:3 -#: plug-ins/script-fu/scripts/image-structure.scm.h:3 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:3 -#: plug-ins/script-fu/scripts/news-text.scm.h:2 -#: plug-ins/script-fu/scripts/speed-text.scm.h:2 -#: plug-ins/script-fu/scripts/sphere.scm.h:2 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:3 -#: plug-ins/script-fu/scripts/swirltile.scm.h:3 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:3 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:3 -#: plug-ins/script-fu/scripts/truchet.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:1 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:2 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:1 msgid "Background color" msgstr "Baggrundsfarve" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:4 -#: plug-ins/script-fu/scripts/truchet.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:3 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:2 msgid "Block size" msgstr "Blokstørrelse" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:5 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:7 -#, fuzzy +# Truchet er en effekt opkaldt efter navnet på en munk. Derfor egennavn +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:4 +msgid "Create an image filled with a 3D Truchet pattern" +msgstr "Lav et billede der er udfyldt med et 3D-Truchet-mønster" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:5 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:7 msgid "End blend" msgstr "Afslut blanding" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:6 -#: plug-ins/script-fu/scripts/truchet.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:6 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:5 msgid "Number of X tiles" msgstr "Antal x-fliser" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:7 -#: plug-ins/script-fu/scripts/truchet.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:7 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:6 msgid "Number of Y tiles" msgstr "Antal y-fliser" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:8 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:16 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:16 msgid "Start blend" msgstr "Start blanding" # 'supersampling' dækker over 'adaptive supersampling' som vist nok går # ud på en intelligent form for udjævning vha. ekstra prøver der hvor # det er nødvendigt -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:9 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:9 msgid "Supersample" msgstr "Adaptiv udjævning" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:10 -#: plug-ins/script-fu/scripts/add-bevel.scm.h:4 -#: plug-ins/script-fu/scripts/truchet.scm.h:8 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:10 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:4 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:8 msgid "Thickness" msgstr "Tykkelse" -#: plug-ins/script-fu/scripts/add-bevel.scm.h:1 -#: plug-ins/script-fu/scripts/addborder.scm.h:1 -#: plug-ins/script-fu/scripts/coffee.scm.h:1 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:1 -#: plug-ins/script-fu/scripts/old-photo.scm.h:1 -#: plug-ins/script-fu/scripts/round-corners.scm.h:1 -#: plug-ins/script-fu/scripts/slide.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Decor" -msgstr "/Script-Fu/Dekoration/_Dias..." - -#: plug-ins/script-fu/scripts/add-bevel.scm.h:2 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:1 msgid "Add B_evel..." -msgstr "" +msgstr "Tilføj fac_et..." + +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:2 +msgid "Add a beveled border to an image" +msgstr "Tilføj en facetkant til et billede" -#: plug-ins/script-fu/scripts/add-bevel.scm.h:3 -#: plug-ins/script-fu/scripts/chip-away.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:12 msgid "Keep bump layer" -msgstr "Behold højdelag" +msgstr "Behold ujævnhedslag" -#: plug-ins/script-fu/scripts/add-bevel.scm.h:5 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:10 -#: plug-ins/script-fu/scripts/old-photo.scm.h:6 -#: plug-ins/script-fu/scripts/round-corners.scm.h:8 -#: plug-ins/script-fu/scripts/slide.scm.h:6 -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:10 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:6 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:8 +#: ../plug-ins/script-fu/scripts/slide.scm.h:6 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:6 msgid "Work on copy" msgstr "Arbejd på kopi" -#: plug-ins/script-fu/scripts/addborder.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:1 msgid "Add _Border..." -msgstr "Kant" +msgstr "Tilføj _Kant..." -#: plug-ins/script-fu/scripts/addborder.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:2 +msgid "Add a border around an image" +msgstr "Tilføj en kant rundt om et billede" + +#: ../plug-ins/script-fu/scripts/addborder.scm.h:3 msgid "Border X size" -msgstr "Kantstørrelse x" +msgstr "X-størrelse for kant" -#: plug-ins/script-fu/scripts/addborder.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:4 msgid "Border Y size" -msgstr "Kantstørrelse y" +msgstr "Y-størrelse for kant" -#: plug-ins/script-fu/scripts/addborder.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:5 msgid "Border color" msgstr "Kantfarve" -#: plug-ins/script-fu/scripts/addborder.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:6 msgid "Delta value on color" -msgstr "Farveændring" +msgstr "Deltaværdi for farve" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:1 -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:1 -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:1 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow" -msgstr "" -"/Udvidelser/Script-Fu/Hjemmesidetemaer/Alienglød/_Vandret linje..." +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:2 +msgid "Create an arrow graphic with an eerie glow for web pages" +msgstr "Lav en pilegrafik med en mystisk glød til hjemmesider" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 msgid "Down" msgstr "Ned" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4 -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:5 -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:4 -#: plug-ins/script-fu/scripts/camo.scm.h:5 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/camo.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:6 msgid "Flatten image" msgstr "Fladgør billede" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:5 -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:6 -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:4 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:6 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:8 -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:9 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:8 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:6 -#, fuzzy +# Ok, men det kunne nok også skrives "Glødfarve" +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:8 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:4 msgid "Glow color" msgstr "Glødefarve" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:6 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:3 msgid "Left" msgstr "Venstre" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:4 +# "Orientering" +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:4 msgid "Orientation" -msgstr "Orientering" +msgstr "Retning" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:8 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:6 msgid "Right" msgstr "Højre" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:9 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 -#: plug-ins/script-fu/scripts/lava.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/lava.scm.h:7 msgid "Size" msgstr "Størrelse" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:10 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:8 msgid "Up" msgstr "Op" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:11 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:9 msgid "_Arrow..." -msgstr "Gennemse..." +msgstr "_Pil..." -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 msgid "Bar height" msgstr "Bjælkehøjde" -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3 msgid "Bar length" msgstr "Bjælkelængde" -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:4 +msgid "Create an Hrule graphic with an eerie glow for web pages" +msgstr "" +"Lav en \"vandret skillelinje\"-grafik med en mystisk glød til hjemmesider" + +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:5 msgid "_Hrule..." -msgstr "Gennemse..." +msgstr "_Vandret skillelinje..." -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:5 -#: plug-ins/script-fu/scripts/text-circle.scm.h:6 -#: plug-ins/script-fu/scripts/tileblur.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +msgid "Create a bullet graphic with an eerie glow for web pages" +msgstr "Lav en punkttegnsgrafik med en mystisk glød til hjemmesider" + +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:6 +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:7 msgid "Radius" msgstr "Radius" -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 msgid "_Bullet..." -msgstr "Gennemse..." +msgstr "_Punkttegn..." -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:1 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:1 msgid "B_utton..." -msgstr "" +msgstr "_Knap..." + +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 +msgid "Create a button graphic with an eerie glow for web pages" +msgstr "Lav en knapgrafik med en mystisk glød til hjemmesider" -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 -#, fuzzy +# eller "Glødradius" +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 msgid "Glow radius" msgstr "Gløderadius" -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:9 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:6 msgid "Padding" msgstr "Fyldning" -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:11 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:7 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:8 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:10 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:8 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:18 -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:13 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:15 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:8 -#: plug-ins/script-fu/scripts/news-text.scm.h:11 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:14 -#: plug-ins/script-fu/scripts/speed-text.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:11 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:18 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:14 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:18 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:8 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:11 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:14 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:9 msgid "Text color" msgstr "Tekstfarve" -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:1 +msgid "Add an eerie glow around the selected region (or alpha)" +msgstr "Tilføj en mystisk glød rundt om det markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:2 msgid "Alien _Glow..." -msgstr "" +msgstr "Mystisk _glød..." + +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:3 +msgid "Create a logo with an alien glow around the text" +msgstr "Lav et logo med en alien-glød rundt om teksten" -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:7 msgid "Glow size (pixels * 4)" msgstr "Glødestørrelse (skærmpunkter * 4)" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:1 +msgid "Add psychedelic outlines to the selected region (or alpha)" +msgstr "Tilføj psykedeliske omrids til det markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:2 msgid "Alien _Neon..." -msgstr "" +msgstr "Rumvæsen_neon..." -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:4 +msgid "Create a logo with psychedelic outlines around the text" +msgstr "Lav et logo med psykedeliske omrids rundt om teksten" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:5 msgid "Fade away" -msgstr "Udfas" +msgstr "Udtoning" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:9 msgid "Number of bands" msgstr "Antal bånd" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:11 msgid "Width of bands" msgstr "Båndbredde" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:12 msgid "Width of gaps" msgstr "Mellemrumsbredde" -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:1 +msgid "" +"Add a gradient effect, a drop shadow, and a background to the selected " +"region (or alpha)" +msgstr "" +"Tilføj en farveovergangseffekt, en slagskygge og en baggrund til det " +"markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:3 +msgid "" +"Create a plain text logo with a gradient effect, a drop shadow, and a " +"background" +msgstr "" +"Lav et klartekstlogo med en farveovergangseffekt, en slagskygge og en " +"baggrund" + +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:8 msgid "_Basic I..." +msgstr "_Basis I..." + +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:1 +msgid "Add a shadow and a highlight to the selected region (or alpha)" msgstr "" +"Tilføj en skygge og et højlysområde til det markerede område (eller alfa)" -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:2 msgid "B_asic II..." -msgstr "" +msgstr "B_asis II..." -#: plug-ins/script-fu/scripts/beveled-button.scm.h:1 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Buttons" -msgstr "/Udvidelser/Script-Fu/Logoer/_Neon..." - -#: plug-ins/script-fu/scripts/beveled-button.scm.h:2 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:6 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:4 +msgid "Create a simple logo with a shadow and a highlight" +msgstr "Lav et simpelt logo med en skygge og et højlysområde" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:1 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:1 msgid "Bevel width" -msgstr "Skråkantsbredde" +msgstr "Facetbredde" -#: plug-ins/script-fu/scripts/beveled-button.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 +msgid "Create a simple, beveled button graphic for webpages" +msgstr "Lav en simpel facetskåret grafikknap til hjemmesider" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5 msgid "Lower-right color" msgstr "Nederste-højre farve" -#: plug-ins/script-fu/scripts/beveled-button.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:11 msgid "Pressed" msgstr "Trykket" -#: plug-ins/script-fu/scripts/beveled-button.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:8 msgid "Simple _Beveled Button..." -msgstr "/Udvidelser/Script-Fu/Knapper/Simpel _skrånende..." +msgstr "Simpel _facetskåret knap..." -#: plug-ins/script-fu/scripts/beveled-button.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:11 msgid "Upper-left color" -msgstr "Øverste-venstre farve" +msgstr "Farve øverst til venstre" -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:1 -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:1 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:1 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern" -msgstr "" -"/Udvidelser/Script-Fu/Hjemmesidetemaer/Skråkantet mønster/_Pil..." +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:1 +msgid "Create a beveled pattern arrow for webpages" +msgstr "Lav en facetskåret mønsterpil til hjemmesider" -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:1 +msgid "Create a beveled pattern bullet for webpages" +msgstr "Lav et facetskåret mønsterpunkttegn til hjemmesider" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 msgid "Diameter" msgstr "Diameter" -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:4 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:4 msgid "Transparent background" msgstr "Gennemsigtig baggrund" -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +msgid "Create a beveled pattern button for webpages" +msgstr "Lav en facetskåret mønsterknap til hjemmesider" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +msgid "Create a beveled pattern heading for webpages" +msgstr "Lav et facetskåret mønstertoppanel til hjemmesider" + +# Sidehoved, Er det ikke nærmere "Overskrift" eller "Tekst" +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 msgid "H_eading..." -msgstr "" +msgstr "_Overskrift..." -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:2 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:5 -#: plug-ins/script-fu/scripts/gradient-example.scm.h:4 -#: plug-ins/script-fu/scripts/mkbrush.scm.h:4 -#: plug-ins/script-fu/scripts/swirltile.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 +msgid "Create a beveled pattern hrule for webpages" +msgstr "Lav en facetmønstret vandret skillelinje til hjemmesider" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:2 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:8 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:4 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:7 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:7 msgid "Height" msgstr "Højde" -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 -#: plug-ins/script-fu/scripts/gradient-example.scm.h:5 -#: plug-ins/script-fu/scripts/mkbrush.scm.h:8 -#: plug-ins/script-fu/scripts/swirltile.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:5 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:11 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:11 msgid "Width" msgstr "Bredde" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:1 -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:1 -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:1 -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:1 -#: plug-ins/script-fu/scripts/waves-anim.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Animators" -msgstr "/Script-Fu/Animering/_Bland..." +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:1 +msgid "Blend Animation needs at least three source layers" +msgstr "Blandeanimation skal bruge mindst tre kildelag" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:2 +msgid "" +"Create intermediate layers to blend two or more layers over a background as " +"an animation" +msgstr "" +"Lav mellemliggende lag til at blande to eller flere lag over en baggrund som " +"en animation" + +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:3 msgid "Intermediate frames" msgstr "Mellembilleder" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:3 +# "Løkke" / "I løkke" / "Gentaget" / "Løkket" +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:4 msgid "Looped" -msgstr "Løkket" +msgstr "Gentaget" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:5 msgid "Max. blur radius" msgstr "Maks. sløringsradius" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:6 msgid "_Blend..." -msgstr "Gennemse..." +msgstr "_Bland..." -#: plug-ins/script-fu/scripts/blended-logo.scm.h:4 -msgid "Blen_ded..." +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:1 +msgid "" +"Add blended backgrounds, highlights, and shadows to the selected region (or " +"alpha)" msgstr "" +"Tilføj blandede baggrunde, højlysområder og skygger til det markerede område " +"(eller alfa)" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:3 +msgid "Blen_ded..." +msgstr "Blan_det..." -#: plug-ins/script-fu/scripts/blended-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:4 msgid "Blend mode" msgstr "Blandingsmåde" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:5 +msgid "Create a logo with blended backgrounds, highlights, and shadows" +msgstr "Lav et logo med blandede baggrunde, højlys og skygger" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:6 msgid "Custom Gradient" msgstr "Brugerdefineret farveovergang" # forskellige blandingsmåder -#: plug-ins/script-fu/scripts/blended-logo.scm.h:8 +# "Forgrund-baggrund-HSV" / "FG-BG-HSV" +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:8 msgid "FG-BG-HSV" msgstr "Forgrund-baggrund (HSV)" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:9 +# "Forgrund-baggrund-RGB" / "FG-BG-RGB" +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:9 msgid "FG-BG-RGB" msgstr "Forgrund-baggrund (RGB)" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:10 +# "Forgrund-gennemsigtig" +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:10 msgid "FG-Transparent" -msgstr "Forgrund-gennemsigtig" +msgstr "Forgrund, gennemsigtig" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:13 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:7 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:8 -#: plug-ins/script-fu/scripts/land.scm.h:3 -#: plug-ins/script-fu/scripts/lava.scm.h:2 -#: plug-ins/script-fu/scripts/rendermap.scm.h:4 -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:10 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:13 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/land.scm.h:3 +#: ../plug-ins/script-fu/scripts/lava.scm.h:2 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:4 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:9 msgid "Gradient" msgstr "Farveovergang" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:14 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:8 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:9 -#: plug-ins/script-fu/scripts/gradient-example.scm.h:3 -#: plug-ins/script-fu/scripts/rendermap.scm.h:5 -#: plug-ins/script-fu/scripts/title-header.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:14 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:3 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:5 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:4 msgid "Gradient reverse" -msgstr "Farveovergang omvendt" +msgstr "Farveovergang, omvendt" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:15 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:15 msgid "Offset (pixels)" -msgstr "Afstand (skærmpunkter)" +msgstr "Forskydning (skærmpunkter)" -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:3 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:1 +msgid "Add 'cow spots' to the selected region (or alpha)" +msgstr "Tilføj \"ko-pletter\" til det markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:2 msgid "Background Color" msgstr "Baggrundsfarve" -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:4 msgid "Bo_vination..." -msgstr "" +msgstr "K_vægeffekt..." + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:5 +msgid "Create a logo with text in the style of 'cow spots'" +msgstr "Lav et logo med tekst i stil med \"ko-pletter\"" -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:8 +# Vandret plettæthed +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:8 msgid "Spots density X" msgstr "Plettæthed x" -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:9 +# "Lodret plettæthed" +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:9 msgid "Spots density Y" msgstr "Plettæthed y" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:1 msgid "Add glowing" msgstr "Tilføj glød" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:2 msgid "After glow" msgstr "Efterglød" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:4 +# http://fuchur.leute.server.de/burn_in/ +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:3 msgid "B_urn-In..." -msgstr "" - -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:5 -msgid "Burn-In: Need two layers in total!" -msgstr "Brænd ind: behøver to lag totalt!" +msgstr "_Laserbrænding..." -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:4 msgid "Corona width" -msgstr "Koronabredde" +msgstr "Corona-bredde" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:7 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:5 +msgid "" +"Create intermediate layers to produce an animated 'burn-in' transition " +"between two layers" +msgstr "" +"Lav et mellemliggende lag for at lave en animeret \"laserbrændings\"-" +"overgang mellem to lag" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:6 msgid "Fadeout" -msgstr "Udfasning" +msgstr "Udtoning" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:7 msgid "Fadeout width" -msgstr "Udfasningsbredde" +msgstr "Udtoningsbredde" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:10 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:9 msgid "Prepare for GIF" msgstr "Forbered til GIF" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:11 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:10 msgid "Speed (pixels/frame)" -msgstr "Fart (punkter/billede)" +msgstr "Hastighed (punkter/billede)" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:11 +msgid "" +"The Burn-In script needs two layers in total. A foreground layer with " +"transparency and a background layer." +msgstr "" +"Programmet til laserbrænding skal bruge to lag i alt. Et forgrundslag med " +"gennemsigtighed og et baggrundslag." -#: plug-ins/script-fu/scripts/camo.scm.h:2 +#: ../plug-ins/script-fu/scripts/camo.scm.h:1 msgid "Color 1" msgstr "Farve 1" -#: plug-ins/script-fu/scripts/camo.scm.h:3 +#: ../plug-ins/script-fu/scripts/camo.scm.h:2 msgid "Color 2" msgstr "Farve 2" -#: plug-ins/script-fu/scripts/camo.scm.h:4 +#: ../plug-ins/script-fu/scripts/camo.scm.h:3 msgid "Color 3" msgstr "Farve 3" -#: plug-ins/script-fu/scripts/camo.scm.h:6 -#: plug-ins/script-fu/scripts/rendermap.scm.h:6 +#: ../plug-ins/script-fu/scripts/camo.scm.h:4 +msgid "Create an image filled with a camouflage pattern" +msgstr "Lav et billede udfyldt med et kamuflagemønster" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:6 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:6 msgid "Granularity" msgstr "Kornethed" -#: plug-ins/script-fu/scripts/camo.scm.h:7 -#: plug-ins/script-fu/scripts/rendermap.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/camo.scm.h:7 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:7 msgid "Image size" msgstr "Billedstørrelse" -#: plug-ins/script-fu/scripts/camo.scm.h:8 -#: plug-ins/script-fu/scripts/distress-selection.scm.h:3 +#: ../plug-ins/script-fu/scripts/camo.scm.h:8 +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:3 msgid "Smooth" msgstr "Udjævn" -#: plug-ins/script-fu/scripts/camo.scm.h:9 +#: ../plug-ins/script-fu/scripts/camo.scm.h:9 msgid "_Camouflage..." -msgstr "" - -#: plug-ins/script-fu/scripts/carve-it.scm.h:1 -#: plug-ins/script-fu/scripts/chrome-it.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Stencil Ops" -msgstr "/Script-Fu/Skabelon/_Udskæring..." +msgstr "_Kamuflage..." -#: plug-ins/script-fu/scripts/carve-it.scm.h:2 -msgid "C_arve-It..." -msgstr "" - -#: plug-ins/script-fu/scripts/carve-it.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:1 msgid "Carve white areas" msgstr "Udhug hvide flader" -#: plug-ins/script-fu/scripts/carve-it.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:2 msgid "Image to carve" msgstr "Billede der skal udhugges" -#: plug-ins/script-fu/scripts/carved-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:3 +msgid "Stencil C_arve..." +msgstr "Skabelon_udskæring..." + +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:1 msgid "Background Image" msgstr "Baggrundsbillede" # man kan enten få hugget teksten ind i baggrunden eller baggrunden # hugget væk så teksten står ud -#: plug-ins/script-fu/scripts/carved-logo.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:2 msgid "Carve raised text" msgstr "Udhug tekstomgivelser" -#: plug-ins/script-fu/scripts/carved-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:3 msgid "Carved..." +msgstr "Udskåret..." + +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:4 +msgid "" +"Create a logo with text raised above or carved in to the specified " +"background image" msgstr "" +"Lav et logo med tekst hævet over eller udskåret ind i det angivne " +"baggrundsbillede" -#: plug-ins/script-fu/scripts/carved-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:7 msgid "Padding around text" msgstr "Fyldning omkring tekst" -#: plug-ins/script-fu/scripts/chalk.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chalk.scm.h:2 msgid "Chalk color" msgstr "Kridtfarve" -#: plug-ins/script-fu/scripts/chalk.scm.h:8 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:3 +msgid "Create a chalk drawing effect for the selected region (or alpha)" +msgstr "Lav en kridttegningseffekt til det markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/chalk.scm.h:4 +msgid "Create a logo resembling chalk scribbled on a blackboard" +msgstr "Lav et logo, der ligner kridt på en tavle" + +#: ../plug-ins/script-fu/scripts/chalk.scm.h:8 msgid "_Chalk..." +msgstr "_Kridt..." + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:1 +msgid "Add a chipped woodcarving effect to the selected region (or alpha)" msgstr "" +"Tilføj en skåret træudskæringseffekt til det markerede område (eller alfa)" -#: plug-ins/script-fu/scripts/chip-away.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:2 msgid "Blur amount" -msgstr "Sløringsstyrke" +msgstr "Sløringsmængde" -#: plug-ins/script-fu/scripts/chip-away.scm.h:4 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:3 msgid "Chip Awa_y..." -msgstr "" +msgstr "Skær _væk..." # dækker så nogenlunde -#: plug-ins/script-fu/scripts/chip-away.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:4 msgid "Chip amount" -msgstr "Afskalning" +msgstr "Afskalningsmængde" -#: plug-ins/script-fu/scripts/chip-away.scm.h:6 -#, fuzzy +# "en træudskæring" / "en trædskæring med hakker +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:5 +msgid "Create a logo resembling a chipped wood carving" +msgstr "Opret et logo der ligner en skåret træudskæring" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:6 msgid "Drop shadow" -msgstr "Baggrundsskygge" +msgstr "Slagskygge" -#: plug-ins/script-fu/scripts/chip-away.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:7 msgid "Fill BG with pattern" msgstr "Udfyld baggrund med mønster" -#: plug-ins/script-fu/scripts/chip-away.scm.h:10 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:10 msgid "Invert" -msgstr "Omvend" +msgstr "Invertér" -#: plug-ins/script-fu/scripts/chip-away.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:11 msgid "Keep background" msgstr "Behold baggrund" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:2 -#, fuzzy -msgid "C_hrome-It..." -msgstr "Gennemse..." - -#: plug-ins/script-fu/scripts/chrome-it.scm.h:3 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:1 +msgid "" +"Add a chrome effect to the selected region (or alpha) using a specified " +"(grayscale) stencil" +msgstr "" +"Tilføj en kromeffekt til det markerede område (eller alfa) med brug af en " +"specifik (gråskala) skabelon" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:1 msgid "Chrome balance" msgstr "Krombalance" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:4 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:3 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:3 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:2 msgid "Chrome factor" msgstr "Forkromningsfaktor" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:5 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:3 msgid "Chrome lightness" msgstr "Forkromningslysstyrke" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:6 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:4 msgid "Chrome saturation" msgstr "Forkromningsmætning" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:6 msgid "Chrome white areas" msgstr "Forkrom hvide flader" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:8 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:5 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:6 msgid "Environment map" -msgstr "Miljøafbildning" +msgstr "Omgivelsesreflektioner" # nogle områder er stærkt belyste -#: plug-ins/script-fu/scripts/chrome-it.scm.h:9 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:8 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:9 msgid "Highlight balance" msgstr "Højlysbalance" -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:9 +msgid "Stencil C_hrome..." +msgstr "Skabelon_krom..." + +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:1 +msgid "Add a simple chrome effect to the selected region (or alpha)" +msgstr "Tilføj en enkel kromeffekt til det markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:4 msgid "C_hrome..." -msgstr "Gennemse..." +msgstr "Forkr_om..." -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:8 -msgid "Offsets (pixels * 2)" -msgstr "Afstand (skærmpunkter * 2)" +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:5 +msgid "Create a simplistic, but cool, chromed logo" +msgstr "Opret et enkelt, men smart, forkromet logo" -#: plug-ins/script-fu/scripts/circuit.scm.h:1 -#: plug-ins/script-fu/scripts/grid-system.scm.h:1 -#: plug-ins/script-fu/scripts/lava.scm.h:1 -#: plug-ins/script-fu/scripts/line-nova.scm.h:1 -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Render" -msgstr "/Script-Fu/Generér/_Lava..." +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:8 +msgid "Offsets (pixels * 2)" +msgstr "Forskydning (skærmpunkter * 2)" -#: plug-ins/script-fu/scripts/circuit.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:1 msgid "Circuit seed" -msgstr "Kredsløbsstartværdi" +msgstr "Startværdi for kredsløb" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:2 +msgid "" +"Fill the selected region (or alpha) with traces like those on a circuit board" +msgstr "" +"Udfyld det markerede område (eller alfa) med spor som dem på et kredsløbsbræt" -#: plug-ins/script-fu/scripts/circuit.scm.h:3 -#: plug-ins/script-fu/scripts/lava.scm.h:3 -#: plug-ins/script-fu/scripts/predator.scm.h:3 -#: plug-ins/script-fu/scripts/xach-effect.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:3 +#: ../plug-ins/script-fu/scripts/lava.scm.h:3 +#: ../plug-ins/script-fu/scripts/predator.scm.h:3 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:11 msgid "Keep selection" msgstr "Behold markering" -#: plug-ins/script-fu/scripts/circuit.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:4 msgid "No background (only for separate layer)" -msgstr "Ingen baggrund (kun for separate lag)" +msgstr "Ingen baggrund (kun til separate lag)" # 'oilify' er næsten uoversætteligt -#: plug-ins/script-fu/scripts/circuit.scm.h:5 -#, fuzzy +# "Maskestørrelse for olieficering" +# Er /olieficering/ en udtværende effekt, skaber den mere genskin, ændrer +# den farverne, eller? +#: ../plug-ins/script-fu/scripts/circuit.scm.h:5 msgid "Oilify mask size" -msgstr "Maskestørrelse" +msgstr "Olieficer maskestørrelse" -#: plug-ins/script-fu/scripts/circuit.scm.h:6 -#: plug-ins/script-fu/scripts/lava.scm.h:6 -#: plug-ins/script-fu/scripts/predator.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:6 +#: ../plug-ins/script-fu/scripts/lava.scm.h:6 +#: ../plug-ins/script-fu/scripts/predator.scm.h:6 msgid "Separate layer" -msgstr "Separate lag" +msgstr "Separat lag" -#: plug-ins/script-fu/scripts/circuit.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:7 msgid "_Circuit..." -msgstr "Kredsløbsstartværdi" +msgstr "_Kredsløb..." -#: plug-ins/script-fu/scripts/clothify.scm.h:1 -#: plug-ins/script-fu/scripts/erase-rows.scm.h:1 -#: plug-ins/script-fu/scripts/predator.scm.h:1 -#: plug-ins/script-fu/scripts/unsharp-mask.scm.h:1 -#: plug-ins/script-fu/scripts/weave.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Alchemy" -msgstr "/Script-Fu/Alkymi/_Fletværk..." +#: ../plug-ins/script-fu/scripts/clothify.scm.h:1 +msgid "Add a cloth-like texture to the selected region (or alpha)" +msgstr "Tilføj en stoflignende tekstur til det markerede område (eller alfa)" -#: plug-ins/script-fu/scripts/clothify.scm.h:2 -#: plug-ins/script-fu/scripts/swirltile.scm.h:2 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:2 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:1 msgid "Azimuth" msgstr "Azimut" -#: plug-ins/script-fu/scripts/clothify.scm.h:3 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:3 msgid "Blur X" msgstr "Sløring x" -#: plug-ins/script-fu/scripts/clothify.scm.h:4 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:4 msgid "Blur Y" msgstr "Sløring y" -#: plug-ins/script-fu/scripts/clothify.scm.h:5 -#: plug-ins/script-fu/scripts/swirltile.scm.h:5 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:5 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:5 msgid "Depth" msgstr "Dybde" -#: plug-ins/script-fu/scripts/clothify.scm.h:6 -#: plug-ins/script-fu/scripts/swirltile.scm.h:6 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:6 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:6 msgid "Elevation" msgstr "Hævning" -#: plug-ins/script-fu/scripts/clothify.scm.h:7 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:7 msgid "_Clothify..." -msgstr "" +msgstr "_Tekstileffekt..." -#: plug-ins/script-fu/scripts/coffee.scm.h:2 -#, fuzzy -msgid "" -"Darken only\n" -"(Better, but only for images with alot of white)" -msgstr "" -"Gør kun mørkere\n" -"(Bedre, men kun for billeder med meget hvidt)" +#: ../plug-ins/script-fu/scripts/coffee.scm.h:1 +msgid "Add realistic looking coffee stains to the image" +msgstr "Tilføj realistisk udseende kaffepletter til billedet" -#: plug-ins/script-fu/scripts/coffee.scm.h:3 +#: ../plug-ins/script-fu/scripts/coffee.scm.h:2 +msgid "Darken only" +msgstr "Formørk kun" + +#: ../plug-ins/script-fu/scripts/coffee.scm.h:3 msgid "Stains" msgstr "Stænk" -#: plug-ins/script-fu/scripts/coffee.scm.h:4 +#: ../plug-ins/script-fu/scripts/coffee.scm.h:4 msgid "_Coffee Stain..." +msgstr "_Kaffeplet..." + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:1 +msgid "" +"Add a comic-book effect to the selected region (or alpha) by outlining and " +"filling with a gradient" msgstr "" +"Tilføj en tegneserieeffekt til det markerede område (eller alfa) ved at " +"omridse og udfylde med en farveovergang" -#: plug-ins/script-fu/scripts/comic-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:3 msgid "Comic Boo_k..." +msgstr "Te_gneserie..." + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:4 +msgid "Create a comic-book style logo by outlining and filling with a gradient" msgstr "" +"Opret et logo med en tegneseriestil omridset og udfyldt med en farveovergang" -#: plug-ins/script-fu/scripts/comic-logo.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:9 msgid "Outline color" msgstr "Omridsfarve" -#: plug-ins/script-fu/scripts/comic-logo.scm.h:10 -#: plug-ins/script-fu/scripts/glossy.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:11 msgid "Outline size" msgstr "Omridsstørrelse" -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:4 -msgid "Cool _Metal..." +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:1 +msgid "" +"Add a metallic effect to the selected region (or alpha) with reflections and " +"perspective shadows" msgstr "" +"Tilføj en metaleffekt til det markerede område (eller alfa) med reflektioner " +"og perspektivskygger" + +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:3 +msgid "Cool _Metal..." +msgstr "Smart _metal..." -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:5 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:4 +msgid "Create a metallic logo with reflections and perspective shadows" +msgstr "Opret et metallogo med reflektioner og perspektivskygger" + +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:5 msgid "Effect size (pixels)" msgstr "Effektstørrelse (skærmpunkter)" -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:1 msgid "Background image" msgstr "Baggrundsbillede" -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:3 +msgid "Create a logo with a crystal/gel effect displacing the image underneath" +msgstr "Opret et logo med en krystal-/gel-effekt der viser billedet nedenunder" + +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:4 msgid "Crystal..." -msgstr "" +msgstr "Krystal..." + +#: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:1 +msgid "Difference Clouds..." +msgstr "Forskelsskyer..." -#: plug-ins/script-fu/scripts/distress-selection.scm.h:1 -#: plug-ins/script-fu/scripts/fade-outline.scm.h:1 -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:1 -#: plug-ins/script-fu/scripts/select-to-image.scm.h:1 -#: plug-ins/script-fu/scripts/select-to-pattern.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Selection" -msgstr "/Script-Fu/Markering/Til _billede" +#: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:2 +msgid "Solid noise applied with Difference layer mode" +msgstr "Konstant støj påført i tilstanden lagforskelle" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:1 +msgid "Distress the selection" +msgstr "Gør markering uroligt" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:2 msgid "Granularity (1 is low)" msgstr "Kornethed (1 er lav)" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:4 msgid "Smooth horizontally" msgstr "Vandret udjævning" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:5 msgid "Smooth vertically" msgstr "Lodret udjævning" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:6 +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:6 msgid "Spread" msgstr "Spredning" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:7 msgid "Threshold (bigger 1<-->255 smaller)" msgstr "Tærskel (større 1<-->255 mindre)" -# "selection" overflødig -#: plug-ins/script-fu/scripts/distress-selection.scm.h:8 -#, fuzzy -msgid "_Distress Selection..." -msgstr "/Script-Fu/Markering/_Urolig..." - -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:1 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:1 -#: plug-ins/script-fu/scripts/xach-effect.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Shadow" -msgstr "/Script-Fu/Skygger/_Baggrundsskygge..." - -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:2 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:8 +msgid "_Distort..." +msgstr "_Forvræng..." + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:1 +msgid "Add a drop shadow to the selected region (or alpha)" +msgstr "Tilføj en slagskygge til det markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:2 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:2 msgid "Allow resizing" msgstr "Tillad størrelsesændring" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:3 -#: plug-ins/script-fu/scripts/news-text.scm.h:3 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:4 -#: plug-ins/script-fu/scripts/round-corners.scm.h:4 -#: plug-ins/script-fu/scripts/swirltile.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:3 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:2 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:4 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:3 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:3 msgid "Blur radius" msgstr "Sløringsradius" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:4 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:5 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:5 -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:5 +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:4 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:5 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:5 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:5 msgid "Color" msgstr "Farve" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:5 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:8 +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:11 msgid "Offset X" -msgstr "Afstand x" +msgstr "Forskydning x" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:6 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:9 +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:12 msgid "Offset Y" -msgstr "Afstand y" +msgstr "Forskydning y" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:7 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:10 +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:7 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:7 msgid "Opacity" -msgstr "Ugennemsigtighed" +msgstr "Uigennemsigtighed" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:8 -#, fuzzy -msgid "_Drop-Shadow..." -msgstr "Baggrundsskygge" +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:8 +msgid "_Drop Shadow..." +msgstr "_Slagskygge..." -#: plug-ins/script-fu/scripts/erase-rows.scm.h:2 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:1 msgid "Columns" msgstr "Kolonner" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:3 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:2 msgid "Erase" msgstr "Slet" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:3 +msgid "Erase every other row or column" +msgstr "Slet hver anden række eller kolonne" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:4 msgid "Erase/fill" msgstr "Slet/udfyld" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:5 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:5 msgid "Even" msgstr "Lige" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:6 msgid "Even/odd" msgstr "Lige/ulige" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:7 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:7 msgid "Fill with BG" msgstr "Udfyld med baggrund" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:8 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:8 msgid "Odd" msgstr "Ulige" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:9 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:9 msgid "Rows" msgstr "Rækker" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:10 msgid "Rows/cols" msgstr "Rækker/kolonner" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:11 -#, fuzzy -msgid "_Erase every other Row..." -msgstr "/Script-Fu/Alkymi/_Slet hver anden række..." - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:2 -#, fuzzy -msgid "Apply generated layermask" -msgstr "Anvend genereret lagmaske" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:3 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:4 -#: plug-ins/script-fu/scripts/old-photo.scm.h:2 -#, fuzzy -msgid "Border size" -msgstr "Kantstørrelse" +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:11 +msgid "_Erase Every Other Row..." +msgstr "Sl_et hver anden række..." + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:1 +msgid "Create an image filled with a Land Pattern" +msgstr "Opret et billede udfyldt med et landmønster" -#: plug-ins/script-fu/scripts/fade-outline.scm.h:4 -#, fuzzy -msgid "Clear unselected maskarea" -msgstr "Ryd ikke-markeret maskeareal" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:6 -#, fuzzy, no-c-format -msgid "Fade from %" -msgstr "Fas fra %" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:8 -#, fuzzy, no-c-format -msgid "Fade to %" -msgstr "Fas til %" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:9 -#, fuzzy -msgid "Use growing selection" -msgstr "Benyt voksende markering" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:10 -msgid "_Fade Outline..." -msgstr "" - -#: plug-ins/script-fu/scripts/flatland.scm.h:2 -#: plug-ins/script-fu/scripts/land.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/flatland.scm.h:2 +#: ../plug-ins/script-fu/scripts/land.scm.h:2 msgid "Detail level" -msgstr "Detaljerigdom" +msgstr "Detaljeniveau" -#: plug-ins/script-fu/scripts/flatland.scm.h:3 -#: plug-ins/script-fu/scripts/land.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/flatland.scm.h:3 +#: ../plug-ins/script-fu/scripts/land.scm.h:4 msgid "Image height" msgstr "Billedhøjde" -#: plug-ins/script-fu/scripts/flatland.scm.h:4 -#: plug-ins/script-fu/scripts/land.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/flatland.scm.h:4 +#: ../plug-ins/script-fu/scripts/land.scm.h:5 msgid "Image width" msgstr "Billedbredde" -#: plug-ins/script-fu/scripts/flatland.scm.h:5 -#: plug-ins/script-fu/scripts/land.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/flatland.scm.h:5 +#: ../plug-ins/script-fu/scripts/land.scm.h:7 msgid "Random seed" msgstr "Startværdi for tilfældighedsgenerator" -#: plug-ins/script-fu/scripts/flatland.scm.h:6 -#: plug-ins/script-fu/scripts/land.scm.h:8 +#: ../plug-ins/script-fu/scripts/flatland.scm.h:6 +#: ../plug-ins/script-fu/scripts/land.scm.h:8 msgid "Scale X" -msgstr "Skalering x" +msgstr "X-skalering" -#: plug-ins/script-fu/scripts/flatland.scm.h:7 -#: plug-ins/script-fu/scripts/land.scm.h:9 +#: ../plug-ins/script-fu/scripts/flatland.scm.h:7 +#: ../plug-ins/script-fu/scripts/land.scm.h:9 msgid "Scale Y" -msgstr "Skalering y" +msgstr "Y-skalering" -#: plug-ins/script-fu/scripts/flatland.scm.h:8 +#: ../plug-ins/script-fu/scripts/flatland.scm.h:8 msgid "_Flatland..." -msgstr "" - -#: plug-ins/script-fu/scripts/font-map.scm.h:1 -#: plug-ins/script-fu/scripts/gradient-example.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Utils" -msgstr "/Udvidelser/Script-Fu/Logoer/_Neon..." +msgstr "_Fladt land..." -#: plug-ins/script-fu/scripts/font-map.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:1 msgid "Active colors" msgstr "Aktive farver" -#: plug-ins/script-fu/scripts/font-map.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:2 msgid "Black on white" msgstr "Sort på hvid" -#: plug-ins/script-fu/scripts/font-map.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:3 +msgid "" +"Create an image filled with previews of fonts matching a fontname filter" +msgstr "" +"Opret et billede fyldt med forhåndsvisninger af skrifttyper der matcher et " +"filter for skrifttypenavne" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:4 msgid "Font _size (pixels)" msgstr "Skrift_størrelse (skærmpunkter)" -#: plug-ins/script-fu/scripts/font-map.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:5 +msgid "Render _Font Map..." +msgstr "Optegn _skrifttypekort..." + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:6 msgid "Use font _name as text" msgstr "Benyt skrifttype_navn som tekst" -#: plug-ins/script-fu/scripts/font-map.scm.h:6 +#: ../plug-ins/script-fu/scripts/font-map.scm.h:7 msgid "_Border (pixels)" -msgstr "_Kantstørrelse (skærmpunkter)" +msgstr "_Kant (skærmpunkter)" -#: plug-ins/script-fu/scripts/font-map.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:8 msgid "_Color scheme" msgstr "_Farveskema" -#: plug-ins/script-fu/scripts/font-map.scm.h:8 +#: ../plug-ins/script-fu/scripts/font-map.scm.h:9 msgid "_Filter (regexp)" msgstr "_Filter (reg. udtryk)" -#: plug-ins/script-fu/scripts/font-map.scm.h:9 -msgid "_Font Map..." -msgstr "" - -#: plug-ins/script-fu/scripts/font-map.scm.h:10 +#: ../plug-ins/script-fu/scripts/font-map.scm.h:10 msgid "_Labels" msgstr "_Etiketter" -#: plug-ins/script-fu/scripts/font-map.scm.h:11 +#: ../plug-ins/script-fu/scripts/font-map.scm.h:11 msgid "_Text" msgstr "_Tekst" -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:1 +msgid "" +"Add a frost effect to the selected region (or alpha) with an added drop " +"shadow" +msgstr "" +"Tilføj en frosteffekt til det markerede område (eller alfa) med en tilføjet " +"slagskygge" + +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:3 +msgid "Create frozen logo with an added drop shadow" +msgstr "Opret frossent logo med en tilføjet slagskygge" + +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:8 msgid "_Frosty..." -msgstr "Gennemse..." +msgstr "_Frosset..." + +# Her synes jeg ikke at fuzzy->udflydende passer særlig godt +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:1 +msgid "Add a jagged, fuzzy border to an image" +msgstr "Tilføj en hakket, ujævn kant til et billede" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:2 msgid "Add shadow" msgstr "Tilføj skygge" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:3 msgid "Blur border" -msgstr "Sløret kant" +msgstr "Slør kant" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:4 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:1 +msgid "Border size" +msgstr "Kantstørrelse" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:7 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:7 msgid "Granularity (1 is Low)" msgstr "Kornethed (1 er lav)" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:9 -#, fuzzy, no-c-format +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:9 +#, no-c-format msgid "Shadow weight (%)" msgstr "Skyggevægt (%)" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:11 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:11 msgid "_Fuzzy Border..." -msgstr "" - -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:1 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org" -msgstr "" -"/Udvidelser/Script-Fu/Hjemmesidetemaer/Gimp.org/_Stor overskrift..." +msgstr "Ud_flydende kant..." -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:1 msgid "Autocrop" msgstr "Automatisk beskæring" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:2 +msgid "Create an image of a large header using the gimp.org webpage theme" +msgstr "" +"Opret et billede af et stort sidehoved med brug af temaet for internetsiden " +"gimp.org" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:3 +msgid "Create an image of a small header using the gimp.org webpage theme" +msgstr "" +"Opret et billede af et lille sidehoved med brug af temaet for internetsiden " +"gimp.org" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:4 msgid "Dark color" msgstr "Mørk farve" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:6 -#: plug-ins/script-fu/scripts/xach-effect.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:7 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:9 msgid "Highlight color" msgstr "Højlysfarve" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:7 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:8 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:9 msgid "Index image" msgstr "Indeksbillede" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:8 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:9 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:10 msgid "Number of colors" msgstr "Antal farver" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:9 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:10 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:13 msgid "Remove background" msgstr "Fjern baggrund" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:10 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:11 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:14 msgid "Select-by-color threshold" msgstr "Vælg efter farve-tærskel" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:11 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:12 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:15 msgid "Shadow color" msgstr "Skyggefarve" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:14 +# http://books.google.dk/books?id=0sEnoWrMw-gC&pg=PA268&lpg=PA268&dq=big+header+gimp&source=bl&ots=1vpF5Hwh1Z&sig=12UBS-Hj-c0UM0Hy7LNiuJuBS-k&hl=da&ei=q99gSpuRLc3D-QbX9PD1DA&sa=X&oi=book_result&ct=result&resnum=3 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:15 msgid "_Big Header..." -msgstr "" +msgstr "St_ort sidehoved..." -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:15 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:16 msgid "_Small Header..." +msgstr "L_ille sidehoved..." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:2 +msgid "" +"Create an image of a Tube Button Label Header using the gimp.org webpage " +"theme" msgstr "" +"Opret et billede af et sidehoved med en rørknapetiket der bruger temaet fra " +"internetsiden gimp.org" -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:13 -msgid "T_ube Sub-Button Label..." +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:3 +msgid "Create an image of a Tube Button Label using the gimp.org webpage theme" msgstr "" +"Opret et billede af en rørknapetiket der bruger temaet fra internetsiden " +"gimp.org" -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:16 -msgid "Tub_e Sub-Sub-Button Label..." +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:4 +msgid "" +"Create an image of a second level Tube Button Label using the gimp.org " +"webpage theme" msgstr "" +"Opret et billede af et rørknapetiket på andet niveau der bruger temaet fra " +"internetsiden gimp.org" -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:17 -msgid "_General Tube Labels..." +# "3. niveau" +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:5 +msgid "" +"Create an image of a third level Tube Button Label using the gimp.org " +"webpage theme" msgstr "" +"Opret et billede af et rørknapetiket på tredje niveau der bruger temaet fra " +"internetsiden gimp.org" + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:16 +msgid "T_ube Sub-Button Label..." +msgstr "_Etiket for tunnelunderknap..." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:19 +msgid "Tub_e Sub-Sub-Button Label..." +msgstr "Etiket for _under tunnelunderknap..." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:20 +msgid "_General Tube Labels..." +msgstr "_Generel røretiket..." -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:18 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:21 msgid "_Tube Button Label..." -msgstr "" +msgstr "_Rørknapetiket..." -#: plug-ins/script-fu/scripts/glossy.scm.h:4 -#, fuzzy -msgid "Blend gradient (Text)" -msgstr "Farveovergang (tekst)" +#: ../plug-ins/script-fu/scripts/glossy.scm.h:1 +msgid "" +"Add gradients, patterns, shadows, and bump maps to the selected region (or " +"alpha)" +msgstr "" +"Tilføj farveovergange, mønstre, skygger og ujævnhedskort til det markerede " +"område (eller alfa)" # 'blend' er vist overflødigt -#: plug-ins/script-fu/scripts/glossy.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:3 msgid "Blend gradient (outline)" msgstr "Farveovergang (omrids)" -#: plug-ins/script-fu/scripts/glossy.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:4 msgid "Blend gradient (text)" msgstr "Farveovergang (tekst)" -#: plug-ins/script-fu/scripts/glossy.scm.h:10 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:5 +msgid "Create a logo with gradients, patterns, shadows, and bump maps" +msgstr "Lav et logo med farveovergange, mønstre, skygger og ujævnhedskort" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:9 msgid "Glo_ssy..." -msgstr "" +msgstr "_Blank..." -#: plug-ins/script-fu/scripts/glossy.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:10 msgid "Outline gradient reverse" -msgstr "Omridsfarveovergang omvendt" +msgstr "Omridsfarveovergang, omvendt" -#: plug-ins/script-fu/scripts/glossy.scm.h:13 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:12 msgid "Pattern (outline)" msgstr "Mønster (omrids)" -#: plug-ins/script-fu/scripts/glossy.scm.h:14 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:13 msgid "Pattern (overlay)" msgstr "Mønster (overlægning)" -#: plug-ins/script-fu/scripts/glossy.scm.h:15 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:14 msgid "Pattern (text)" msgstr "Mønster (tekst)" -#: plug-ins/script-fu/scripts/glossy.scm.h:16 -#: plug-ins/script-fu/scripts/sphere.scm.h:5 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:15 msgid "Shadow" msgstr "Skygge" -#: plug-ins/script-fu/scripts/glossy.scm.h:20 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:19 msgid "Text gradient reverse" -msgstr "Tekstovergang omvendt" +msgstr "Tekstovergang, omvendt" -#: plug-ins/script-fu/scripts/glossy.scm.h:21 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:20 msgid "Use pattern for outline instead of gradient" msgstr "Benyt mønster til omrids i stedet for farveovergang" -#: plug-ins/script-fu/scripts/glossy.scm.h:22 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:21 msgid "Use pattern for text instead of gradient" msgstr "Benyt mønster til tekst i stedet for farveovergang" -#: plug-ins/script-fu/scripts/glossy.scm.h:23 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:22 msgid "Use pattern overlay" msgstr "Benyt mønsteroverlægning" -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:4 -#, fuzzy -msgid "Effect size (pixels * 3)" -msgstr "Effektstørrelse (skærmpunkter * 3)" +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:1 +msgid "Add a glowing hot metal effect to the selected region (or alpha)" +msgstr "" +"Tilføj en glødende varm metaleffekt til det markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:3 +msgid "Create a logo that looks like glowing hot metal" +msgstr "Lav et logo der ser ud som glødende varmt metal" -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:7 msgid "Glo_wing Hot..." -msgstr "" +msgstr "Glø_dende varmt..." -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:4 -#, fuzzy -msgid "Bevel height (Sharpness)" -msgstr "Skråkantshøjde (skarphed)" +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:1 +msgid "Add a shiny look and bevel effect to the selected region (or alpha)" +msgstr "" +"Tilføj et skinnende udseende og kanteffekt til det markerede område (eller " +"alfa)" -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:3 msgid "Bevel height (sharpness)" -msgstr "Skråkantshøjde (skarphed)" +msgstr "Facethøjde (skarphed)" -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:5 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:2 msgid "Border size (pixels)" msgstr "Kantstørrelse (skærmpunkter)" -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:6 +msgid "Create a logo with a shiny look and beveled edges" +msgstr "Lav et logo med et skinnende udseende og facetskårne kanter" + +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:9 msgid "Gradient Beve_l..." -msgstr "Farveovergang omvendt" +msgstr "Fa_cetkant med farveovergang..." -#: plug-ins/script-fu/scripts/gradient-example.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:1 +msgid "Create an image filled with an example of the current gradient" +msgstr "Opret et billede udfyldt med et eksempel på den aktuelle farveovergang" + +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:2 msgid "Custom _Gradient..." -msgstr "Brugerdefineret farveovergang" +msgstr "Brugerdefineret farveover_gang..." -#: plug-ins/script-fu/scripts/grid-system.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:1 +#: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:1 +msgid "" +"Draw a grid as specified by the lists of X and Y locations using the current " +"brush" +msgstr "" +"Tegn et gitter som angivet af listen af X- og Y-koordinater der bruger den " +"aktuelle pensel" + +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:2 msgid "X divisions" -msgstr "Opdelinger x" +msgstr "X-opdelinger" -#: plug-ins/script-fu/scripts/grid-system.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:3 msgid "Y divisions" -msgstr "Opdelinger y" +msgstr "Y-opdelinger" -#: plug-ins/script-fu/scripts/grid-system.scm.h:4 +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:4 msgid "_Grid..." -msgstr "" - -#: plug-ins/script-fu/scripts/guides-from-selection.scm.h:1 -msgid "Creates four Guides around the bounding box of the current selection." -msgstr "" +msgstr "_Gitter..." -#: plug-ins/script-fu/scripts/guides-from-selection.scm.h:2 +#: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:2 msgid "New Guides from _Selection" +msgstr "Nye hjælpelinjer fra _markering" + +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:1 +msgid "Add a guide at the position specified as a percentage of the image size" msgstr "" +"Tilføj en hjælpelinje ved den position, som er angivet som en procentdel af " +"billedstørrelsen" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:1 -#: plug-ins/script-fu/scripts/guides-new.scm.h:1 -#, fuzzy +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:2 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:2 msgid "Direction" -msgstr "Beskrivelse" +msgstr "Retning" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:2 -#: plug-ins/script-fu/scripts/guides-new.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:3 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:3 msgid "Horizontal" -msgstr "Vandret sløring" +msgstr "Vandret" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:3 +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:4 msgid "New Guide (by _Percent)..." -msgstr "" +msgstr "Ny hjælpelinje (ud fra _procent)..." -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:5 +# "Position (procentangivelse)" / "Position (%)" / "Position (i procent)" +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:6 #, no-c-format msgid "Position (in %)" -msgstr "" +msgstr "Position (i %)" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:6 -#: plug-ins/script-fu/scripts/guides-new.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:7 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:6 msgid "Vertical" -msgstr "Lodret sløring" +msgstr "Lodret" -#: plug-ins/script-fu/scripts/guides-new.scm.h:3 -msgid "New _Guide..." +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:1 +msgid "Add a guide at the orientation and position specified (in pixels)" msgstr "" +"Tlføj en hjælpelinje ved den angivne orientering og position (i " +"billedpunkter)" + +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:4 +msgid "New _Guide..." +msgstr "Ny _hjælpelinje..." + +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:5 +msgid "Position" +msgstr "Position" + +#: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:1 +msgid "Remove all horizontal and vertical guides" +msgstr "Fjern alle vandrette og lodrette hjælpelinjer" -#: plug-ins/script-fu/scripts/guides-remove-all.scm.h:1 +#: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:2 msgid "_Remove all Guides" -msgstr "" +msgstr "_Fjern alle hjælpelinjer" -# ASCII er efterhånden et amerikansk idiom -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:1 -#: plug-ins/script-fu/scripts/image-structure.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Utils" -msgstr "/Script-Fu/Værktøjer/_Tekst til billedlag..." - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:2 -#, fuzzy -msgid "BG opacity" -msgstr "Baggrundsugennemsigtighed" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:3 -#, fuzzy -msgid "Draw _HSV Graph..." -msgstr "/Script-Fu/Værktøjer/Tegn _HSV-graf..." - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:4 -msgid "End X" -msgstr "Slut x" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:5 -msgid "End Y" -msgstr "Slut y" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:6 -#, fuzzy -msgid "From top-left to bottom-right" -msgstr "Fra øverste-venstre til nederste-højre" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:7 -#, fuzzy -msgid "Graph scale" -msgstr "Grafskala" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:8 -msgid "Start X" -msgstr "Start x" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:9 -msgid "Start Y" -msgstr "Start y" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:10 -#, fuzzy -msgid "Use selection bounds instead of belows" -msgstr "Benyt markeringsgrænser i stedet for nedre" +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:1 +msgid "Create a logo in a two-color, scribbled text style" +msgstr "Opret et logo i en tofarvet, griflet tekststil" -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:4 msgid "Frame color" msgstr "Rammefarve" -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:5 msgid "Frame size" msgstr "Rammestørrelse" -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:6 -msgid "Imigre-26..." -msgstr "" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:2 -#, fuzzy -msgid "Apply layer mask (or discard)" -msgstr "Anvend (eller fjern) genereret lagmaske" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:4 -#, fuzzy -msgid "Create new image" -msgstr "Opret nyt billede" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:5 -#, fuzzy -msgid "Insert layer names" -msgstr "Indsæt lagnavne" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:6 -#, fuzzy -msgid "Make new background" -msgstr "Opret ny baggrund" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:7 -#, fuzzy -msgid "Outer border" -msgstr "Ydre kant" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:8 -#, fuzzy -msgid "Pad color" -msgstr "Fyldningsfarve" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:9 -#, fuzzy -msgid "Pad opacity" -msgstr "Fyldningsgennemsigtighed" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:10 -#, fuzzy -msgid "Padding for transparent regions" -msgstr "Fyldning for gennemsigtige områder" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:11 -#, fuzzy -msgid "Shear length" -msgstr "Trapezeringslængde" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:12 -#, fuzzy -msgid "Show Image _Structure..." -msgstr "/Script-Fu/Værktøjer/Vis billed_struktur..." - -#: plug-ins/script-fu/scripts/image-structure.scm.h:13 -#, fuzzy -msgid "Space between layers" -msgstr "Afstand mellem lag" +# Imigre ser ud til at være et firma der laver skrifttyper +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:6 +msgid "Imigre-_26..." +msgstr "Imigre-_26..." + +#: ../plug-ins/script-fu/scripts/land.scm.h:1 +msgid "Create an image filled with a topographic map pattern" +msgstr "Opret et billede udfyldt med et topografisk kortmønster" -#: plug-ins/script-fu/scripts/land.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/land.scm.h:6 msgid "Land height" msgstr "Landhøjde" # 'sea' er havet her (drejer sig om landkort) -#: plug-ins/script-fu/scripts/land.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/land.scm.h:10 msgid "Sea depth" msgstr "Havdybde" -#: plug-ins/script-fu/scripts/land.scm.h:11 +#: ../plug-ins/script-fu/scripts/land.scm.h:11 msgid "_Land..." -msgstr "" +msgstr "_Land..." -#: plug-ins/script-fu/scripts/lava.scm.h:4 -#: plug-ins/script-fu/scripts/swirltile.scm.h:8 +#: ../plug-ins/script-fu/scripts/lava.scm.h:1 +msgid "Fill the current selection with lava" +msgstr "Udfyld den aktuelle markering med lava" + +#: ../plug-ins/script-fu/scripts/lava.scm.h:4 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:8 msgid "Roughness" msgstr "Ruhed" -#: plug-ins/script-fu/scripts/lava.scm.h:5 +#: ../plug-ins/script-fu/scripts/lava.scm.h:5 msgid "Seed" msgstr "Startværdi" -#: plug-ins/script-fu/scripts/lava.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/lava.scm.h:8 msgid "Use current gradient" -msgstr "Benyt aktiv farveovergang" +msgstr "Brug aktiv farveovergang" -#: plug-ins/script-fu/scripts/lava.scm.h:9 +#: ../plug-ins/script-fu/scripts/lava.scm.h:9 msgid "_Lava..." +msgstr "_Lava..." + +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:1 +msgid "" +"Fill a layer with rays emanating outward from its center using the FG color" msgstr "" +"Udfyld et lag med stråler, der stråler ud fra dets centrum med brug af " +"forgrundsfarven" -#: plug-ins/script-fu/scripts/line-nova.scm.h:2 +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:2 msgid "Line _Nova..." -msgstr "" +msgstr "Linje_nova..." -#: plug-ins/script-fu/scripts/line-nova.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:3 msgid "Number of lines" msgstr "Antal linjer" -#: plug-ins/script-fu/scripts/line-nova.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:4 msgid "Offset radius" -msgstr "Afsætsradius" +msgstr "Forskydningsradius" -#: plug-ins/script-fu/scripts/line-nova.scm.h:5 +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:5 msgid "Randomness" msgstr "Tilfældighed" -#: plug-ins/script-fu/scripts/line-nova.scm.h:6 +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:6 msgid "Sharpness (degrees)" msgstr "Skarphed (grader)" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Make Brush" -msgstr "/Udvidelser/Script-Fu/Penselkreering/_Elliptisk..." +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:1 +msgid "Create a rectangular brush" +msgstr "Lav en rektangulær pensel" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:2 +msgid "Create a rectangular brush with feathered edges" +msgstr "Lav en rektangulær pensel med udtyndede kanter" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:3 +msgid "Create an elliptical brush" +msgstr "Lav en elliptisk pensel" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:4 +msgid "Create an elliptical brush with feathered edges" +msgstr "Lav en elliptisk pensel med udtyndede kanter" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:2 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:5 msgid "Elli_ptical, Feathered..." -msgstr "" +msgstr "Elli_ptisk, udtyndet..." -#: plug-ins/script-fu/scripts/mkbrush.scm.h:3 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:6 msgid "Feathering" -msgstr "Udviskning" +msgstr "Udtynding" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:8 msgid "Name" -msgstr "Navn:" +msgstr "Navn" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:6 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:9 msgid "Re_ctangular, Feathered..." -msgstr "" +msgstr "Re_ktangulær, udtyndet..." -#: plug-ins/script-fu/scripts/mkbrush.scm.h:7 -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:4 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:10 +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:5 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:4 msgid "Spacing" msgstr "Mellemrum" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:9 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:12 msgid "_Elliptical..." -msgstr "" +msgstr "_Elliptisk..." -#: plug-ins/script-fu/scripts/mkbrush.scm.h:10 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:13 msgid "_Rectangular..." -msgstr "" +msgstr "_Rektangulær..." -#: plug-ins/script-fu/scripts/neon-logo.scm.h:4 -#, fuzzy -msgid "Create shadow" -msgstr "Generér skygger" +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:2 +msgid "Convert the selected region (or alpha) into a neon-sign like object" +msgstr "Omdan det valgte område (eller alfa) til et neonskiltlignende objekt" -#: plug-ins/script-fu/scripts/neon-logo.scm.h:5 -#, fuzzy -msgid "Effect size (pixels * 5)" -msgstr "Effektstørrelse (skærmpunkter * 5)" +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:3 +msgid "Create a logo in the style of a neon sign" +msgstr "Lav et logo i stil med et neonskilt" + +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:4 +msgid "Create shadow" +msgstr "Generér skygge" -#: plug-ins/script-fu/scripts/neon-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:9 msgid "N_eon..." -msgstr "" +msgstr "N_eon..." -#: plug-ins/script-fu/scripts/news-text.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/news-text.scm.h:3 msgid "Cell size (pixels)" msgstr "Cellestørrelse (skærmpunkter)" -#: plug-ins/script-fu/scripts/news-text.scm.h:6 -#: plug-ins/script-fu/scripts/speed-text.scm.h:4 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:4 +msgid "Create a logo in the style of newspaper printing" +msgstr "Lav et logo i stil med avistrykning" + +#: ../plug-ins/script-fu/scripts/news-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:4 #, no-c-format msgid "Density (%)" msgstr "Tæthed (%)" -#: plug-ins/script-fu/scripts/news-text.scm.h:9 -msgid "Newsprint Text..." -msgstr "" +#: ../plug-ins/script-fu/scripts/news-text.scm.h:9 +msgid "Newsprint Te_xt..." +msgstr "Avistr_yk-tekst..." -#: plug-ins/script-fu/scripts/old-photo.scm.h:3 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:2 msgid "Defocus" msgstr "Stil uskarpt" +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:3 +msgid "Make an image look like an old photo" +msgstr "Få et billede til at ligne et gammelt fotografi" + # tilføjer uregelmæssigt plettelignende støj -#: plug-ins/script-fu/scripts/old-photo.scm.h:4 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:4 msgid "Mottle" msgstr "Spætter" -#: plug-ins/script-fu/scripts/old-photo.scm.h:5 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:5 msgid "Sepia" msgstr "Sepia" -#: plug-ins/script-fu/scripts/old-photo.scm.h:7 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:7 msgid "_Old Photo..." -msgstr "" +msgstr "Gammelt f_otografi..." -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:3 -msgid "Angle" -msgstr "Vinkel" +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:1 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:1 +msgid "Brush name" +msgstr "Penselnavn" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:6 -msgid "Cubic" -msgstr "" +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:2 +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:1 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:3 +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:2 +msgid "File name" +msgstr "Filnavn" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:7 -#, fuzzy -msgid "Interpolation" -msgstr "Interpolér" +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:3 +msgid "New _Brush..." +msgstr "Ny _Pensel..." + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:4 +msgid "Paste the clipboard contents into a new brush" +msgstr "Indsæt udklipsholderens indhold i en ny pensel" + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:6 +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:5 +msgid "There is no image data in the clipboard to paste." +msgstr "Der er ingen billeddata i udklipsholderen at indsætte." + +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:2 +msgid "New _Pattern..." +msgstr "Nyt _mønster..." + +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:3 +msgid "Paste the clipboard contents into a new pattern" +msgstr "Indsæt udklipsholderens indhold i et nyt mønster" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:8 -msgid "Linear" -msgstr "" +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:4 +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:3 +msgid "Pattern name" +msgstr "Mønsternavn" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:9 -msgid "None" -msgstr "" +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:1 +msgid "Add a perspective shadow to the selected region (or alpha)" +msgstr "Tilføj en perspektivskygge til det valgte område (eller alfa)" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:3 +msgid "Angle" +msgstr "Vinkel" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:6 +msgid "Interpolation" +msgstr "Interpolering" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:8 msgid "Relative distance of horizon" msgstr "Relativ afstand til horisont" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:9 msgid "Relative length of shadow" msgstr "Relativ skyggelængde" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:13 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:10 msgid "_Perspective..." -msgstr "" +msgstr "_Perspektiv..." -#: plug-ins/script-fu/scripts/predator.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/predator.scm.h:1 +msgid "Add a 'Predator' effect to the selected region (or alpha)" +msgstr "Tilføj en rovdyrseffekt til det markerede område (eller alfa)" + +#: ../plug-ins/script-fu/scripts/predator.scm.h:2 msgid "Edge amount" msgstr "Kantmængde" # hører sammen med næste -#: plug-ins/script-fu/scripts/predator.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/predator.scm.h:4 msgid "Pixel amount" -msgstr "Opdelingsstyrke" +msgstr "Punktmængde" -#: plug-ins/script-fu/scripts/predator.scm.h:5 +#: ../plug-ins/script-fu/scripts/predator.scm.h:5 msgid "Pixelize" msgstr "Opdel i små firkanter" -#: plug-ins/script-fu/scripts/predator.scm.h:7 +#: ../plug-ins/script-fu/scripts/predator.scm.h:7 msgid "_Predator..." -msgstr "" +msgstr "_Rovdyr..." -#: plug-ins/script-fu/scripts/pupi-button.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:2 +msgid "Create images, each containing an oval button graphic" +msgstr "Lav billeder, der hver indeholder en oval knapgrafik" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:5 msgid "Lower color" msgstr "Nederste farve" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:6 msgid "Lower color (active)" msgstr "Nederste farve (aktiv)" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:7 msgid "Not pressed" msgstr "Ikke trykket" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:8 msgid "Not pressed (active)" msgstr "Ikke trykket (aktiv)" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:9 msgid "Padding X" msgstr "Fyldning x" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:10 msgid "Padding Y" msgstr "Fyldning y" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:12 msgid "Round ratio" msgstr "Afrundingsforhold" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:15 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:15 msgid "Text color (active)" msgstr "Tekstfarve (aktiv)" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:16 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:16 msgid "Upper color" msgstr "Øverste farve" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:17 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:17 msgid "Upper color (active)" msgstr "Øverste farve (aktiv)" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:18 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:18 msgid "_Round Button..." -msgstr "" +msgstr "_Rund knap..." -#: plug-ins/script-fu/scripts/rendermap.scm.h:2 -msgid "Behaviour" +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:1 +msgid "Behavior" msgstr "Opførsel" -#: plug-ins/script-fu/scripts/rendermap.scm.h:3 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:2 +msgid "Create an image filled with an Earth-like map pattern" +msgstr "Opret et billede udfyldt med et jordlignende kortmønster" + +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:3 msgid "Detail in Middle" msgstr "Detaljer i midten" -#: plug-ins/script-fu/scripts/rendermap.scm.h:8 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:8 msgid "Render _Map..." -msgstr "" +msgstr "Optegn _kort..." -#: plug-ins/script-fu/scripts/rendermap.scm.h:9 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:9 msgid "Tile" msgstr "Flise" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:2 +#: ../plug-ins/script-fu/scripts/reverse-layers.scm.h:1 +msgid "Reverse Layer Order" +msgstr "Omvendt lagrækkefølge" + +#: ../plug-ins/script-fu/scripts/reverse-layers.scm.h:2 +msgid "Reverse the order of layers in the image" +msgstr "Vend rækkefølgen for lag i billedet" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:1 msgid "Black" msgstr "Sort" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:3 -#, fuzzy -msgid "Edge behaviour" +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:2 +msgid "" +"Create a multi-layer image by adding a ripple effect to the current image" +msgstr "" +"Opret et flerlagsbillede ved at tilføje en krusningseffelt til det aktuelle " +"billede" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:3 +msgid "Edge behavior" msgstr "Kantopførsel" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:4 -#: plug-ins/script-fu/scripts/waves-anim.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:4 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:4 msgid "Number of frames" msgstr "Antal rammer" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:5 msgid "Rippling strength" msgstr "Krusningsstyrke" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:6 +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:6 msgid "Smear" msgstr "Udsmør" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:7 +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:7 msgid "Wrap" msgstr "Ombryd" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:8 +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:8 msgid "_Rippling..." -msgstr "" +msgstr "_Krusning..." -#: plug-ins/script-fu/scripts/round-corners.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:1 msgid "Add background" msgstr "Tilføj baggrund" -#: plug-ins/script-fu/scripts/round-corners.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:2 msgid "Add drop-shadow" -msgstr "Tilføj baggrundsskygge" +msgstr "Tilføj slagskygge" -#: plug-ins/script-fu/scripts/round-corners.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:4 msgid "Edge radius" msgstr "Kantradius" -#: plug-ins/script-fu/scripts/round-corners.scm.h:9 -msgid "_Round Corners..." +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:5 +msgid "" +"Round the corners of an image and optionally add a drop-shadow and background" msgstr "" +"Afrund hjørnerne af billede og valgfrit tilføj en slagskygge og baggrund" -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:2 -#, fuzzy -msgid "Brush name" -msgstr "Penselnavn" +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:9 +msgid "_Round Corners..." +msgstr "_Afrundede hjørner..." -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:3 -#, fuzzy -msgid "File name" -msgstr "Filnavn" +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:1 +msgid "Change the colormap of an image to the colors in a specified palette." +msgstr "Ændr farvekortet på et billede til farverne i den angivne palet." + +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:2 +msgid "Palette" +msgstr "Palet" + +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:3 +msgid "Se_t Colormap..." +msgstr "_Angiv farvekort..." -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:2 +msgid "Convert a selection to a brush" +msgstr "Omdan en markering til en pensel" + +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:5 msgid "To _Brush..." -msgstr "Gennemse..." +msgstr "Til _pensel..." -#: plug-ins/script-fu/scripts/select-to-image.scm.h:2 -msgid "To _Image" -msgstr "" +#: ../plug-ins/script-fu/scripts/select-to-image.scm.h:1 +msgid "Convert a selection to an image" +msgstr "Omdan en markering til et billede" -#: plug-ins/script-fu/scripts/select-to-pattern.scm.h:2 -msgid "Filename" -msgstr "Filnavn" +#: ../plug-ins/script-fu/scripts/select-to-image.scm.h:2 +msgid "To _Image" +msgstr "Til b_illede" -#: plug-ins/script-fu/scripts/select-to-pattern.scm.h:3 -#, fuzzy -msgid "Pattern name" -msgstr "Mønsternavn" +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:1 +msgid "Convert a selection to a pattern" +msgstr "Omdan en markering til et mønster" -#: plug-ins/script-fu/scripts/select-to-pattern.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:4 msgid "To _Pattern..." -msgstr "Mønster" +msgstr "Til _mønster..." -#: plug-ins/script-fu/scripts/selection-round.scm.h:1 +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:1 msgid "Concave" -msgstr "" +msgstr "Konkav" -#: plug-ins/script-fu/scripts/selection-round.scm.h:3 -#, fuzzy, no-c-format +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:3 +#, no-c-format msgid "Radius (%)" -msgstr "Radius" +msgstr "Radius (%)" -#: plug-ins/script-fu/scripts/selection-round.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:4 +msgid "Round the corners of the current selection" +msgstr "Afrund hjørnerne på den nuværende markering" + +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:5 msgid "Rounded R_ectangle..." -msgstr "/Script-Fu/Markering/_Afrund..." +msgstr "_Afrundet rektangel..." + +# "Tilføj diasramme" / "Tilføj ramme som på diasfilm +#: ../plug-ins/script-fu/scripts/slide.scm.h:1 +msgid "Add a slide-film like frame, sprocket holes, and labels to an image" +msgstr "" +"Tilføj en diasfilmlignende ramme, perforering og etiketter til et billede" -#: plug-ins/script-fu/scripts/slide.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/slide.scm.h:3 msgid "Font color" msgstr "Skriftfarve" -#: plug-ins/script-fu/scripts/slide.scm.h:4 +#: ../plug-ins/script-fu/scripts/slide.scm.h:4 msgid "Number" msgstr "Antal" -#: plug-ins/script-fu/scripts/slide.scm.h:7 +#: ../plug-ins/script-fu/scripts/slide.scm.h:7 msgid "_Slide..." -msgstr "" +msgstr "_Dias..." -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:5 +msgid "Create a State Of The Art chromed logo" +msgstr "Opret et hypermoderne forkromet logo" + +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:10 msgid "SOTA Chrome..." -msgstr "" +msgstr "SOTA-krom..." -#: plug-ins/script-fu/scripts/speed-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:2 +msgid "Create a logo with a speedy text effect" +msgstr "Opret et logo med en fartteksteffekt" + +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:7 msgid "Speed Text..." -msgstr "" +msgstr "Farttekst..." -#: plug-ins/script-fu/scripts/sphere.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Misc" -msgstr "/Udvidelser/Script-Fu/Logoer/_Neon..." - -#: plug-ins/script-fu/scripts/sphere.scm.h:3 -msgid "Lighting (degrees)" -msgstr "Belysning (grader)" - -#: plug-ins/script-fu/scripts/sphere.scm.h:4 -msgid "Radius (pixels)" -msgstr "Radius (skærmpunkter)" - -#: plug-ins/script-fu/scripts/sphere.scm.h:6 -#, fuzzy -msgid "Sphere color" -msgstr "Kuglefarve" - -#: plug-ins/script-fu/scripts/sphere.scm.h:7 -#, fuzzy -msgid "_Sphere..." -msgstr "Gennemse..." +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:1 +msgid "Create an animation by mapping the current image onto a spinning sphere" +msgstr "" +"Opret en animation ved at placere det aktuelle billede på en roterende kugle" -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:2 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:2 msgid "Frames" msgstr "Rammer" -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:3 msgid "Index to n colors (0 = remain RGB)" msgstr "Indeks til n farver (0 = forbliv RGB)" -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:5 msgid "Turn from left to right" msgstr "Drej fra venstre mod højre" -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:7 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:7 msgid "_Spinning Globe..." +msgstr "_Roterende kugle..." + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:1 +msgid "" +"Add Spirographs, Epitrochoids, and Lissajous Curves to the current layer" msgstr "" +"Tilføjer spirografer, epitrochoider og Lissajous-kurver til det aktuelle lag" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:2 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:2 msgid "Airbrush" msgstr "Sprøjtepensel" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:3 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:3 msgid "Brush" msgstr "Pensel" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:4 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:4 msgid "Circle" msgstr "Cirkel" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:6 msgid "Color method" msgstr "Farvemetode" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:7 -msgid "" -"Draws Spirographs, Epitrochoids and Lissajous Curves. More info at http://" -"netword.com/*spyrogimp" -msgstr "" -"Tegner spirografer, epitrochoider og Lissajous-kurver. Flere oplysninger på " -"http://netword.com/*spyrogimp" - -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:8 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:7 msgid "Epitrochoid" msgstr "Epitrochoide" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:9 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:8 msgid "Frame" msgstr "Ramme" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:11 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:10 msgid "Gradient: Loop Sawtooth" msgstr "Overgang: savtandsløkke" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:12 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:11 msgid "Gradient: Loop Triangle" msgstr "Overgang: trekantsløkke" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:13 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:12 msgid "Hexagon" msgstr "Sekskant" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:14 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:13 msgid "Hole ratio" msgstr "Hulforhold" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:15 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:14 msgid "Inner teeth" msgstr "Indre tand" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:16 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:15 msgid "Lissajous" msgstr "Lissajous" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:17 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:16 msgid "Margin (pixels)" msgstr "Margen (skærmpunkter)" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:18 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:17 msgid "Outer teeth" msgstr "Ydre tand" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:19 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:18 msgid "Pencil" msgstr "Blyant" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:20 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:19 msgid "Pentagon" msgstr "Femkant" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:21 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:20 msgid "Polygon: 10 sides" msgstr "Polygon: 10 sider" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:22 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:21 msgid "Polygon: 7 sides" msgstr "Polygon: 7 sider" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:23 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:22 msgid "Polygon: 8 sides" msgstr "Polygon: 8 sider" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:24 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:23 msgid "Polygon: 9 sides" msgstr "Polygon: 9 sider" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:25 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:24 +msgid "Rendering Spyro" +msgstr "Optegner spyro" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:25 msgid "Shape" msgstr "Form" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:26 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:26 msgid "Solid Color" msgstr "Ensfarvet" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:27 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:27 msgid "Spyrograph" msgstr "Spyrograf" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:28 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:28 msgid "Square" msgstr "Kvadrat" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:29 -#: plug-ins/script-fu/scripts/text-circle.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:29 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:7 msgid "Start angle" msgstr "Startvinkel" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:30 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:30 msgid "Tool" msgstr "Værktøj" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:31 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:31 msgid "Triangle" msgstr "Trekant" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:32 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:32 msgid "Type" msgstr "Type" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:33 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:33 msgid "_Spyrogimp..." -msgstr "Spyrograf" +msgstr "_Spyrogimp..." -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:4 -#, fuzzy -msgid "Burst color" -msgstr "Explosionsfarve" - -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:5 -#, fuzzy -msgid "Effect size (pixels * 30)" -msgstr "Effektstørrelse (skærmpunkter * 30)" - -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:8 -msgid "Starb_urst..." -msgstr "" - -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:3 -#, fuzzy -msgid "Effect size (pixels * 4)" -msgstr "Effektstørrelse (skærmpunkter * 4)" +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:1 +msgid "Create a logo using a rock-like texture, a nova glow, and shadow" +msgstr "" +"Opret et logo der bruger en stenlignende tekstur, en novaglød og skygge" -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:5 msgid "Sta_rscape..." -msgstr "Gennemse..." +msgstr "Stje_rnehimmel..." + +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:4 +msgid "Create an image filled with a swirled tile effect" +msgstr "Opret et billede udfyldt med en hvirvlet felteffekt" -#: plug-ins/script-fu/scripts/swirltile.scm.h:9 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:9 msgid "Swirl-_Tile..." -msgstr "" +msgstr "_Hvirvelfelt..." -#: plug-ins/script-fu/scripts/swirltile.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:10 msgid "Whirl amount" msgstr "Omdrejningsgrad" -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:1 +msgid "Create an image filled with a swirly pattern" +msgstr "Opret et billede udfyldt med et hvirvelmønster" + +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:2 msgid "Number of times to whirl" -msgstr "Omdrejninger" +msgstr "Antal omdrejninger" -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:3 msgid "Quarter size" -msgstr "Størrelse på fjerdedel" +msgstr "Størrelse for fjerdedel" -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:4 msgid "Whirl angle" msgstr "Omdrejningsvinkel" -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:5 +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:5 msgid "_Swirly..." -msgstr "" +msgstr "_Hvirvlende..." + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:1 +msgid "Add a Trace of Particles effect to the selected region (or alpha)" +msgstr "Tilføj spor af partikeleffekter til det markerede område (eller alfa)" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:3 msgid "Base color" msgstr "Grundfarve" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:5 +msgid "Create a logo using a Trace Of Particles effect" +msgstr "Opret et logo der bruger effekten spor af partikler" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:6 msgid "Edge only" msgstr "Kun kant" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:7 msgid "Edge width" msgstr "Kantbredde" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:10 msgid "Hit rate" msgstr "Sammenstødsgrad" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:12 msgid "_Particle Trace..." -msgstr "" +msgstr "_Partikelspor..." -#: plug-ins/script-fu/scripts/text-circle.scm.h:2 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:1 msgid "Antialias" msgstr "Udjævning" -#: plug-ins/script-fu/scripts/text-circle.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:2 +msgid "" +"Create a logo by rendering the specified text along the perimeter of a circle" +msgstr "" +"Opret et logo ved at optegne den angivne tekst langs omkredsen af en cirkel" + +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:3 msgid "Fill angle" msgstr "Udfyldningsvinkel" -#: plug-ins/script-fu/scripts/text-circle.scm.h:9 -#, fuzzy -msgid "Text Circle..." -msgstr "Cirkel" +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:9 +msgid "Text C_ircle..." +msgstr "Tekstc_irkel..." + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:3 +msgid "" +"Create a textured logo with highlights, shadows, and a mosaic background" +msgstr "Opret et teksturlogo med fremhævninger, skygger og en mosaikbaggrund" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:4 msgid "Ending blend" msgstr "Afslutter blanding" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:5 +msgid "" +"Fill the selected region (or alpha) with a texture and add highlights, " +"shadows, and a mosaic background" +msgstr "" +"Udfyld det markerede område (eller alfa) med en tekstur og tilføj " +"fremhævninger, skygger og en mosaikbaggrund" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:8 msgid "Hexagons" -msgstr "Hexagoner" +msgstr "Sekskanter" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:9 msgid "Mosaic tile type" msgstr "Mosaikflisetype" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:10 msgid "Octagons" -msgstr "Oktagoner" +msgstr "Ottekanter" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:12 msgid "Squares" msgstr "Firkanter" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:13 -#, fuzzy +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:13 msgid "Starting blend" -msgstr "Starter farveblanding" +msgstr "Starter blanding" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:15 -#, fuzzy +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:15 msgid "Text pattern" msgstr "Tekstmønster" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:16 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:16 msgid "_Textured..." -msgstr "" +msgstr "Med _tekstur..." -#: plug-ins/script-fu/scripts/tileblur.scm.h:1 -#, fuzzy +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:1 msgid "Blur horizontally" msgstr "Vandret sløring" -#: plug-ins/script-fu/scripts/tileblur.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:2 +msgid "Blur the edges of an image so the result tiles seamlessly" +msgstr "" +"Slør kanterne af et billede så det færdige resultat bliver regelmæssigt" + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:3 msgid "Blur type" msgstr "Sløringstype" -#: plug-ins/script-fu/scripts/tileblur.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:4 msgid "Blur vertically" msgstr "Lodret sløring" -#: plug-ins/script-fu/scripts/tileblur.scm.h:4 +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:5 msgid "IIR" msgstr "IIR" -#: plug-ins/script-fu/scripts/tileblur.scm.h:5 +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:6 msgid "RLE" msgstr "RLE" # 'tileable' er ikke let at oversætte -#: plug-ins/script-fu/scripts/tileblur.scm.h:7 -#, fuzzy +# Hvis vi skal have hele meningen med bliver det noget i retning af "Slør +# der kan lægges i fliser". Jeg synes godt, man kan forkorte dét til +# "Fliseslør" +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:8 msgid "_Tileable Blur..." -msgstr "/Filtre/Slør/_Fliselægbart slør..." +msgstr "_Fliseslør..." + +#: ../plug-ins/script-fu/scripts/title-header.scm.h:1 +msgid "Create a decorative web title header" +msgstr "Opret et dekorativt internetsidehoved for titlen" -#: plug-ins/script-fu/scripts/title-header.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:6 msgid "Web Title Header..." -msgstr "" +msgstr "Internetsidehoved for titlen..." + +#: ../plug-ins/script-fu/scripts/truchet.scm.h:3 +msgid "Create an image filled with a Truchet pattern" +msgstr "Opret et billede udfyldt med et Truchetmønster" -#: plug-ins/script-fu/scripts/truchet.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/truchet.scm.h:4 msgid "Foreground color" msgstr "Forgrundsfarve" -#: plug-ins/script-fu/scripts/truchet.scm.h:7 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:7 msgid "T_ruchet..." -msgstr "" +msgstr "_Truchet..." -#: plug-ins/script-fu/scripts/unsharp-mask.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:1 msgid "Mask opacity" -msgstr "Maskeugennemsigtighed" +msgstr "Maskeuigennemsigtighed" -#: plug-ins/script-fu/scripts/unsharp-mask.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:2 msgid "Mask size" msgstr "Maskestørrelse" -#: plug-ins/script-fu/scripts/unsharp-mask.scm.h:4 -msgid "_Unsharp Mask..." -msgstr "" - -#: plug-ins/script-fu/scripts/waves-anim.scm.h:2 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:1 msgid "Amplitude" msgstr "Amplitude" -#: plug-ins/script-fu/scripts/waves-anim.scm.h:3 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:2 +msgid "" +"Create a multi-layer image with an effect like a stone was thrown into the " +"current image" +msgstr "" +"Opret et flerlagsbillede med en effekt som om en sten er blevet smidt ind i " +"det aktuelle billede" + +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:3 msgid "Invert direction" -msgstr "Vend retning" +msgstr "Omvendt retning" -#: plug-ins/script-fu/scripts/waves-anim.scm.h:5 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:5 msgid "Wavelength" msgstr "Bølgelængde" -#: plug-ins/script-fu/scripts/waves-anim.scm.h:6 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:6 msgid "_Waves..." +msgstr "_Bølger..." + +#: ../plug-ins/script-fu/scripts/weave.scm.h:1 +msgid "" +"Create a new layer filled with a weave effect to be used as an overlay or " +"bump map" msgstr "" +"Lav et nyt lag udfyldt med en vævningseffekt, som kan bruges til overlægning " +"eller ujævnhedskort" -#: plug-ins/script-fu/scripts/weave.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:2 msgid "Ribbon spacing" msgstr "Båndmellemrum" -#: plug-ins/script-fu/scripts/weave.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:3 msgid "Ribbon width" msgstr "Båndbredde" -#: plug-ins/script-fu/scripts/weave.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:4 msgid "Shadow darkness" msgstr "Skyggemørkhed" -#: plug-ins/script-fu/scripts/weave.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:5 msgid "Shadow depth" msgstr "Skyggedybde" -#: plug-ins/script-fu/scripts/weave.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:6 msgid "Thread density" msgstr "Trådtæthed" -#: plug-ins/script-fu/scripts/weave.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:7 msgid "Thread intensity" msgstr "Trådintensitet" -#: plug-ins/script-fu/scripts/weave.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:8 msgid "Thread length" msgstr "Trådlængde" -#: plug-ins/script-fu/scripts/weave.scm.h:9 +#: ../plug-ins/script-fu/scripts/weave.scm.h:9 msgid "_Weave..." -msgstr "" +msgstr "_Vævning..." -#: plug-ins/script-fu/scripts/web-browser.scm.h:1 -#, fuzzy -msgid "/Help/The GIMP Online" -msgstr "/Hjælp/Gimp'en på internettet/_Hovedhjemmeside" +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:1 +msgid "Bookmark to the GIMP web site" +msgstr "Bogmærk til GIMP-hjemmesiden" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:2 +msgid "Bookmark to the user manual" +msgstr "Bogmærke til brugermanualen" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:3 +msgid "Create and Use _Selections" +msgstr "Opret og brug _markeringer" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:4 +msgid "Create, Open and Save _Files" +msgstr "Opret, åbn og gem _filer" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:5 +msgid "Drawing _Simple Objects" +msgstr "Tegning af _simple objekter" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:6 +msgid "How to Use _Dialogs" +msgstr "Sådan bruger du _dialoger" -#: plug-ins/script-fu/scripts/web-browser.scm.h:2 +# "Register for udvidelsesmoduler" +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:7 msgid "Plug-in _Registry" -msgstr "" +msgstr "Udvidelsesmodul_register" -#: plug-ins/script-fu/scripts/web-browser.scm.h:3 +# "Brugsmønstre" - jeg forestiller mig at dette er henvisninger til et +# afsnit i en manual eller lignende. +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:8 +msgid "Using _Paths" +msgstr "Bruger hjæl_pelinjer" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:9 +msgid "_Basic Concepts" +msgstr "_Grundlæggende ideer" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:10 msgid "_Developer Web Site" -msgstr "" +msgstr "_Internetside for udviklere" -#: plug-ins/script-fu/scripts/web-browser.scm.h:4 +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:11 msgid "_Main Web Site" +msgstr "_Hovedhjemmeside" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:12 +msgid "_Preparing your Images for the Web" +msgstr "_Tilpas dine billeder til internettet" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:13 +msgid "_User Manual Web Site" +msgstr "_Hjemmeside for brugermanual" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:14 +msgid "_Working with Digital Camera Photos" +msgstr "_Arbejde med fotografier fra digitalkameraer" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:1 +msgid "Add a subtle translucent 3D effect to the selected region (or alpha)" msgstr "" +"Tilføj en diskret halvgennemsigtig 3D-effekt til det markerede område (eller " +"alfa)" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:2 msgid "Drop shadow X offset" -msgstr "Skyggeafstand x" +msgstr "X-forskydning for slagskygge" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:3 msgid "Drop shadow Y offset" -msgstr "Skyggeafstand y" +msgstr "Y-forskydning for slagskygge" -# 'Drop' er overflødigt -#: plug-ins/script-fu/scripts/xach-effect.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:4 msgid "Drop shadow blur radius" -msgstr "Skyggesløringsradius" +msgstr "Sløringsradius for slagskygge" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:5 msgid "Drop shadow color" -msgstr "Skyggefarve" +msgstr "Slagskyggefarve" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:6 msgid "Drop shadow opacity" -msgstr "Skyggeugennemsigtighed" +msgstr "Uigennemsigtighed for slagskygge" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:7 msgid "Highlight X offset" -msgstr "Højlysafstand x" +msgstr "X-forskydning for højlys" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:8 msgid "Highlight Y offset" -msgstr "Højlysafstand y" +msgstr "Y-forskydning for højlys" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:10 msgid "Highlight opacity" -msgstr "Højlysugennemsigtighed" +msgstr "Uigennemsigtighed for højlys" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:12 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:12 msgid "_Xach-Effect..." -msgstr "" - -# det dækker 'buffer amount' faktisk over -#, fuzzy -#~ msgid "Buffer amount (% height of text)" -#~ msgstr "Margin (% af teksthøjde)" - -# ASCII er efterhånden et amerikansk idiom -#, fuzzy -#~ msgid "_ASCII to Layer..." -#~ msgstr "/Script-Fu/Værktøjer/_Tekst til billedlag..." - -#~ msgid "/Xtns/Script-Fu/_Refresh Scripts" -#~ msgstr "/Udvidelser/Script-Fu/_Genopfrisk" - -#~ msgid "/Script-Fu/Alpha to Logo/3D _Outline..." -#~ msgstr "/Script-Fu/Alfa til logo/3D-_omrids..." - -#~ msgid "/Xtns/Script-Fu/Logos/3D _Outline..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/3d-_omrids..." - -#~ msgid "/Xtns/Script-Fu/Patterns/3_D Truchet..." -#~ msgstr "/Udvidelser/Script-Fu/Mønstre/3_D-Truchet..." - -#~ msgid "/Script-Fu/Decor/Add B_evel..." -#~ msgstr "/Script-Fu/Dekoration/Tilføj skrå_kant..." - -#~ msgid "/Script-Fu/Decor/Add _Border..." -#~ msgstr "/Script-Fu/Dekoration/Tilføj _kant..." - -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/_Arrow..." -#~ msgstr "/Udvidelser/Script-Fu/Hjemmesidetemaer/Alienglød/_Pil..." - -# 'bullet' som i punktopstilling -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/_Bullet..." -#~ msgstr "/Udvidelser/Script-Fu/Hjemmesidetemaer/Alienglød/_Punkt..." - -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/B_utton..." -#~ msgstr "/Udvidelser/Script-Fu/Hjemmesidetemaer/Alienglød/_Knap..." - -#~ msgid "/Script-Fu/Alpha to Logo/Alien _Glow..." -#~ msgstr "/Script-Fu/Alfa til logo/Alien_glød..." - -#~ msgid "/Xtns/Script-Fu/Logos/Alien _Glow..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Alien_glød..." - -#~ msgid "/Script-Fu/Alpha to Logo/Alien _Neon..." -#~ msgstr "/Script-Fu/Alfa til logo/Alien_neon..." - -#~ msgid "/Xtns/Script-Fu/Logos/Alien _Neon..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Alien_neon..." - -#~ msgid "/Xtns/Script-Fu/Utils/_ASCII to Image..." -#~ msgstr "/Udvidelser/Script-Fu/Værktøjer/_Tekst til billede..." - -#~ msgid "/Script-Fu/Alpha to Logo/_Basic I..." -#~ msgstr "/Script-Fu/Alfa til logo/_Grundlæggende I..." - -#~ msgid "/Xtns/Script-Fu/Logos/_Basic I..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Grundlæggende I..." - -#~ msgid "/Script-Fu/Alpha to Logo/B_asic II..." -#~ msgstr "/Script-Fu/Alfa til logo/G_rundlæggende II..." - -#~ msgid "/Xtns/Script-Fu/Logos/B_asic II..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/G_rundlæggende II..." - -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/_Bullet..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Skråkantet mønster/" -#~ "_Punkt..." - -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/B_utton..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Skråkantet mønster/" -#~ "_Knap..." - -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/H_eading..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Skråkantet mønster/" -#~ "_Overskrift..." - -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/_Hrule..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Skråkantet mønster/" -#~ "_Vandret linie..." - -#~ msgid "/Script-Fu/Alpha to Logo/Blen_ded..." -#~ msgstr "/Script-Fu/Alfa til logo/Blande_t..." - -#~ msgid "/Xtns/Script-Fu/Logos/Blen_ded..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Blande_t..." - -#~ msgid "/Script-Fu/Alpha to Logo/Bo_vination..." -#~ msgstr "/Script-Fu/Alfa til logo/_Ko-pletter..." - -#~ msgid "/Xtns/Script-Fu/Logos/Bo_vination..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Ko-pletter..." - -#~ msgid "/Script-Fu/Animators/B_urn-In..." -#~ msgstr "/Script-Fu/Animering/_Brænd ind..." - -#~ msgid "Burn-in like effect on a fg (text) layer and a bg layer; V2.1" -#~ msgstr "Brændt effekt på et forgrunds-/tekstlag og et baggrundslag" - -#~ msgid "/Xtns/Script-Fu/Patterns/_Camouflage..." -#~ msgstr "/Udvidelser/Script-Fu/Mønstre/_Kamuflage..." - -#~ msgid "/Xtns/Script-Fu/Logos/Carved..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Udhugget..." - -#~ msgid "/Script-Fu/Alpha to Logo/_Chalk..." -#~ msgstr "/Script-Fu/Alfa til logo/_Kridt..." - -#~ msgid "/Xtns/Script-Fu/Logos/_Chalk..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Kridt..." - -#~ msgid "/Script-Fu/Alpha to Logo/Chip Awa_y..." -#~ msgstr "/Script-Fu/Alfa til logo/_Afhugning..." - -#~ msgid "/Xtns/Script-Fu/Logos/Chip Awa_y..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Afhugning..." - -#~ msgid "/Script-Fu/Stencil Ops/C_hrome-It..." -#~ msgstr "/Script-Fu/Skabelon/_Forkromning..." - -#~ msgid "/Script-Fu/Alpha to Logo/C_hrome..." -#~ msgstr "/Script-Fu/Alfa til logo/K_rom..." - -#~ msgid "/Xtns/Script-Fu/Logos/C_hrome..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/K_rom..." - -#~ msgid "/Script-Fu/Render/_Circuit..." -#~ msgstr "/Script-Fu/Generér/_Kredsløb..." - -#~ msgid "/Script-Fu/Alchemy/_Clothify..." -#~ msgstr "/Script-Fu/Alkymi/_Stofmaleri..." - -#~ msgid "/Script-Fu/Decor/_Coffee Stain..." -#~ msgstr "/Script-Fu/Dekoration/Kaffe_pletter..." - -#~ msgid "/Script-Fu/Alpha to Logo/Comic Boo_k..." -#~ msgstr "/Script-Fu/Alfa til logo/Tegne_serie..." - -#~ msgid "/Xtns/Script-Fu/Logos/Comic Boo_k..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Tegne_serie..." - -# det er næsten umuligt at oversætte "cool" på en måde så det ikke lyder -# bøvet i sammenhængen -#~ msgid "/Script-Fu/Alpha to Logo/Cool _Metal..." -#~ msgstr "/Script-Fu/Alfa til logo/_Metal..." - -# det er næsten umuligt at oversætte "cool" på en måde så det ikke lyder -# bøvet i sammenhængen -#~ msgid "/Xtns/Script-Fu/Logos/Cool _Metal..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Metal..." - -#, fuzzy -#~ msgid "/Edit/Copy/Copy _Visible" -#~ msgstr "/Redigér/Kopiér _synlige" - -#~ msgid "/Xtns/Script-Fu/Logos/Crystal..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Krystal..." - -#~ msgid "/Script-Fu/Selection/_Fade Outline..." -#~ msgstr "/Script-Fu/Markering/_Falmende omrids..." - -#~ msgid "/Xtns/Script-Fu/Patterns/_Flatland..." -#~ msgstr "/Udvidelser/Script-Fu/Mønstre/_Fladt land..." - -#~ msgid "/Xtns/Script-Fu/Utils/_Font Map..." -#~ msgstr "/Udvidelser/Script-Fu/Værktøjer/_Skrifttypekort..." - -#~ msgid "/Script-Fu/Alpha to Logo/_Frosty..." -#~ msgstr "/Script-Fu/Alfa til logo/_Frost..." - -#~ msgid "/Xtns/Script-Fu/Logos/_Frosty..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Frost..." - -#~ msgid "/Script-Fu/Decor/_Fuzzy Border..." -#~ msgstr "/Script-Fu/Dekoration/_Sløret kant..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/_Small Header..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Gimp.org/_Lille " -#~ "overskrift..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/T_ube Sub-" -#~ "Button Label..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Gimp.org/Røretiket til " -#~ "_underknap..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/Tub_e Sub-Sub-" -#~ "Button Label..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Gimp.org/Røretiket til " -#~ "u_nderunderknap..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/_General Tube " -#~ "Labels..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Gimp.org/_Generelle " -#~ "røretiketter..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/_Tube Button " -#~ "Label..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Hjemmesidetemaer/Gimp.org/Røretiket til " -#~ "_knap..." - -#~ msgid "/Script-Fu/Alpha to Logo/Glo_ssy..." -#~ msgstr "/Script-Fu/Alfa til logo/_Glittet..." - -#~ msgid "/Xtns/Script-Fu/Logos/Glo_ssy..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Glittet..." - -#, fuzzy -#~ msgid "Use tattern for outline instead of gradient" -#~ msgstr "Benyt mønster til omrids i stedet for farveovergang" - -#~ msgid "/Script-Fu/Alpha to Logo/Glo_wing Hot..." -#~ msgstr "/Script-Fu/Alfa til logo/Glo_hed..." - -#~ msgid "/Xtns/Script-Fu/Logos/Glo_wing Hot..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Glo_hed..." - -#~ msgid "/Script-Fu/Alpha to Logo/Gradient Beve_l..." -#~ msgstr "/Script-Fu/Alfa til logo/Farveo_vergangskant..." - -#~ msgid "/Xtns/Script-Fu/Logos/Gradient Beve_l..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Farveo_vergangskant..." - -# værktøjet viser farveovergangen ved at oprette en firkant med den i -#~ msgid "/Xtns/Script-Fu/Utils/Custom _Gradient..." -#~ msgstr "/Udvidelser/Script-Fu/Værktøjer/Vis f_arveovergang..." - -#~ msgid "/Script-Fu/Render/_Grid..." -#~ msgstr "/Script-Fu/Generér/_Gitter..." - -# intetsigende original - effekten er en tuschtegning -#~ msgid "/Xtns/Script-Fu/Logos/Imigre-26..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Tuschtegning..." - -#~ msgid "/Script-Fu/Render/Line _Nova..." -#~ msgstr "/Script-Fu/Generér/Linje_eksplosion..." - -#~ msgid "/Xtns/Script-Fu/Make Brush/Elli_ptical, Feathered..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Penselkreering/Elli_ptisk, udvisket..." - -#~ msgid "/Xtns/Script-Fu/Make Brush/Re_ctangular, Feathered..." -#~ msgstr "" -#~ "/Udvidelser/Script-Fu/Penselkreering/Fi_rkantet, udvisket..." - -#~ msgid "/Xtns/Script-Fu/Make Brush/_Rectangular..." -#~ msgstr "/Udvidelser/Script-Fu/Penselkreering/_Firkantet..." - -#~ msgid "/Xtns/Script-Fu/Logos/N_eon..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Neon..." - -#~ msgid "/Xtns/Script-Fu/Logos/Newsprint Text..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Avistryk..." - -#~ msgid "/Script-Fu/Decor/_Old Photo..." -#~ msgstr "/Script-Fu/Dekoration/Gammelt _foto..." - -#~ msgid "/Script-Fu/Shadow/_Perspective..." -#~ msgstr "/Script-Fu/Skygger/_Perspektivisk..." - -# effekten ligner noget fra predator -#~ msgid "/Script-Fu/Alchemy/_Predator..." -#~ msgstr "/Script-Fu/Alkymi/_Predator..." - -# anden 'button' er overflødig -#~ msgid "/Xtns/Script-Fu/Buttons/_Round Button..." -#~ msgstr "/Udvidelser/Script-Fu/Knapper/_Rund..." - -#~ msgid "/Xtns/Script-Fu/Patterns/Render _Map..." -#~ msgstr "/Udvidelser/Script-Fu/Mønstre/_Landkort..." - -#~ msgid "/Script-Fu/Animators/_Rippling..." -#~ msgstr "/Script-Fu/Animering/_Krusninger..." - -#~ msgid "/Script-Fu/Decor/_Round Corners..." -#~ msgstr "/Script-Fu/Dekoration/_Runde hjørner..." - -#~ msgid "/Script-Fu/Selection/To _Brush..." -#~ msgstr "/Script-Fu/Markering/Til _pensel..." - -#~ msgid "/Script-Fu/Selection/To _Pattern..." -#~ msgstr "/Script-Fu/Markering/Til _mønster..." - -# SOTA står for state-of-the-art - programmet giver en yderst fornemt -# udseende skiltelignende forkromet tekst -#~ msgid "/Xtns/Script-Fu/Logos/SOTA Chrome..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Distingveret krom..." - -#~ msgid "/Xtns/Script-Fu/Logos/Speed Text..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Farttekst..." - -#~ msgid "/Xtns/Script-Fu/Misc/_Sphere..." -#~ msgstr "/Udvidelser/Script-Fu/Diverse/_Kugle..." - -#~ msgid "/Script-Fu/Animators/_Spinning Globe..." -#~ msgstr "/Script-Fu/Animering/_Drejende globus..." - -#~ msgid "/Script-Fu/Render/_Spyrogimp..." -#~ msgstr "/Script-Fu/Generér/_Spyrogimp..." - -#~ msgid "/Script-Fu/Alpha to Logo/Starb_urst..." -#~ msgstr "/Script-Fu/Alfa til logo/Stjerne_eksplosion..." - -#~ msgid "/Xtns/Script-Fu/Logos/Starb_urst..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Stjerne_eksplosion..." - -#~ msgid "/Script-Fu/Alpha to Logo/Sta_rscape..." -#~ msgstr "/Script-Fu/Alfa til logo/Stjerne_himmel..." - -#~ msgid "/Xtns/Script-Fu/Logos/Sta_rscape..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Stjerne_himmel..." - -#~ msgid "/Xtns/Script-Fu/Patterns/Swirl-_Tile..." -#~ msgstr "/Udvidelser/Script-Fu/Mønstre/Hvirvel_flise..." - -#~ msgid "/Xtns/Script-Fu/Patterns/_Swirly..." -#~ msgstr "/Udvidelser/Script-Fu/Mønstre/Hvirvel_flise..." - -#~ msgid "/Script-Fu/Alpha to Logo/_Particle Trace..." -#~ msgstr "/Script-Fu/Alfa til logo/_Partikelspor..." - -#~ msgid "/Xtns/Script-Fu/Logos/_Particle Trace..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Partikelspor..." - -#~ msgid "/Xtns/Script-Fu/Logos/Text Circle..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Cirkeltekst..." - -#~ msgid "/Script-Fu/Alpha to Logo/_Textured..." -#~ msgstr "/Script-Fu/Alfa til logo/_Tekstureret..." - -#~ msgid "/Xtns/Script-Fu/Logos/_Textured..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/_Tekstureret..." - -#~ msgid "/Xtns/Script-Fu/Logos/Web Title Header..." -#~ msgstr "/Udvidelser/Script-Fu/Logoer/Hjemmesideoverskrift..." - -#~ msgid "/Xtns/Script-Fu/Patterns/T_ruchet..." -#~ msgstr "/Udvidelser/Script-Fu/Mønstre/T_ruchet..." - -#~ msgid "/Script-Fu/Alchemy/_Unsharp Mask..." -#~ msgstr "/Script-Fu/Alkymi/_Uskarp maske..." - -#~ msgid "/Script-Fu/Animators/_Waves..." -#~ msgstr "/Script-Fu/Animering/_Bølger..." - -#~ msgid "/Help/The GIMP Online/Plug-in _Registry" -#~ msgstr "/Hjælp/Gimp'en på internettet/Udvidelsesmodul_registrering" - -#~ msgid "/Help/The GIMP Online/_Developer Web Site" -#~ msgstr "/Hjælp/Gimp'en på internettet/_Udviklerhjemmeside" - -# dækker vist bedre end Xach (hvad i alverden er det?) -#~ msgid "/Script-Fu/Shadow/_Xach-Effect..." -#~ msgstr "/Script-Fu/Skygger/_Fremhævning..." - -#~ msgid "Re-read all available scripts" -#~ msgstr "Genindlæs alle tilgængelige programmer" - -#~ msgid "" -#~ "\n" -#~ "\t\t SF-ADJUSTMENT _" -#~ msgstr "" -#~ "\n" -#~ "\t\t SF-JUSTERING _" - -#~ msgid "" -#~ "\n" -#~ "\t\t SF-COLOR _" -#~ msgstr "" -#~ "\n" -#~ "\t\t SF-FARVE _" - -#, fuzzy -#~ msgid "Relative radius" -#~ msgstr "Relativ radius" - -#, fuzzy -#~ msgid "_About" -#~ msgstr "Om" - -#~ msgid "DB Browser" -#~ msgstr "Proceduredatabase" - -#~ msgid "Blurb:" -#~ msgstr "Beskrivelse:" - -#~ msgid "In:" -#~ msgstr "Ind:" - -#~ msgid "Out:" -#~ msgstr "Ud:" - -#~ msgid "Help:" -#~ msgstr "Hjælp:" - -#~ msgid "Font Size (pixels)" -#~ msgstr "Skriftstørrelse (skærmpunkter)" - -#~ msgid "Text Color" -#~ msgstr "Tekstfarve" - -#~ msgid "Transparent Background" -#~ msgstr "Gennemsigtig baggrund" - -#~ msgid "Unable to open a stream on the SIOD output pipe" -#~ msgstr "Kan ikke åbne en strøm til SIOD-uddatakanal" - -#~ msgid "Unable to open the SIOD output pipe" -#~ msgstr "Kan ikke åbne SIOD-uddatakanal" - -#, fuzzy -#~ msgid "Blend gradient (sext)" -#~ msgstr "Farveovergang (tekst)" - -#~ msgid "/Xtns/Script-Fu/Script-Fu _Console" -#~ msgstr "/Udvidelser/Script-Fu/_Konsol..." - -#~ msgid "/Xtns/Script-Fu/_Start Server..." -#~ msgstr "/Udvidelser/Script-Fu/_Start server..." - -#~ msgid "Fonts" -#~ msgstr "Skrifttyper" - -#~ msgid "" -#~ "Burn-In: Need two layers in total!\n" -#~ " A foreground text layer with transparency\n" -#~ " and a background layer." -#~ msgstr "" -#~ "Behøver to lag i alt!\n" -#~ "Et forgrundslag med gennemsigtighed\n" -#~ "og et baggrundslag." - -# "make" er overflødigt (faktisk lidt dobbeltkonfekt) -#~ msgid "/Script-Fu/Render/Make Grid System..." -#~ msgstr "/Script-Fu/Generér/Gittersystem..." - -#~ msgid "Grids X" -#~ msgstr "Gitterlinjer x" - -#~ msgid "Grids Y" -#~ msgstr "Gitterlinjer y" - -#~ msgid "/Xtns/Script-Fu/Patterns/Trochoid..." -#~ msgstr "/Udvidelser/Script-Fu/Mønstre/Trochoid..." - -#~ msgid "Base Radius (pixels)" -#~ msgstr "Grundradius (skærmpunkter)" - -#~ msgid "Erase before Draw" -#~ msgstr "Slet før tegning" - -#~ msgid "Pen Rad. / Wheel Rad. [0.0:1.0]" -#~ msgstr "Pen radius/hjul radius [0.0;1.0]" - -#~ msgid "Wheel Radius (hypo < 0 < epi)" -#~ msgstr "Hjulradius (hypo < 0 < epi)" - -#~ msgid "" -#~ "At least one font you've choosen is invalid.\n" -#~ "Please check your settings.\n" -#~ msgstr "" -#~ "En eller flere af de skrifttyper du har valgt\n" -#~ "er ugyldige. Tjek venligst indstillingerne.\n" - -# "Selection to AnimImage" dækker over at der laves en ordentlig portion -# billeder af det markerede -#~ msgid "/Script-Fu/Animators/Selection to AnimImage..." -#~ msgstr "/Script-Fu/Animering/Mangfoldiggør markering..." - -#~ msgid "Anim-Filter for all Copies" -#~ msgstr "Animeringsfilter for alle kopier" - -#~ msgid "Fill with BG Color" -#~ msgstr "Udfyld med baggrundsfarve" - -#~ msgid "Number of Copies" -#~ msgstr "Antal kopier" +msgstr "_Xach-effekt..." diff -Nru gimp-2.6.11/po-script-fu/es.po gimp-2.6.12/po-script-fu/es.po --- gimp-2.6.11/po-script-fu/es.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/es.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,11 +1,11 @@ # translation of gimp-script-fu.gimp-2-6.po to Español # Spanish translation for gimp-script-fu. -# Copyright © 1998-2000,2003, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright © 1998-2000,2003, 2006, 2007, 2008, 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the gimp package. # # Pablo G. del Campo , 2003, 2004. # Francisco Javier F. Serrador , 2004, 2005, 2006. -# Francisco Vila , 2006, 2007, 2008. +# Francisco Vila , 2006, 2007, 2008, 2011. # Jorge González , 2007. # Oscar Cebellán Ramos msgid "" @@ -13,8 +13,8 @@ "Project-Id-Version: gimp-script-fu.gimp-2-6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=gimp&component=general\n" -"POT-Creation-Date: 2009-01-18 16:25+0000\n" -"PO-Revision-Date: 2008-12-30 19:33+0100\n" +"POT-Creation-Date: 2011-02-15 20:40+0000\n" +"PO-Revision-Date: 2011-02-17 11:03+0100\n" "Last-Translator: Francisco Vila \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -2117,7 +2117,7 @@ #: ../plug-ins/script-fu/scripts/predator.scm.h:5 msgid "Pixelize" -msgstr "Pixelizar" +msgstr "Pixelar" # Cuidado porque esto no es «Voraz» sino que se refiere a una película de Swartzenegger llamada «Predator», «El depredador». FVD #: ../plug-ins/script-fu/scripts/predator.scm.h:7 diff -Nru gimp-2.6.11/po-script-fu/it.po gimp-2.6.12/po-script-fu/it.po --- gimp-2.6.11/po-script-fu/it.po 2010-10-03 12:04:42.000000000 +0000 +++ gimp-2.6.12/po-script-fu/it.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,13 +1,13 @@ # This is the Italian catalog for The GIMP. # Copyright (C) 1999 Free Software Foundation, Inc. # Daniele Medri , 2000-2002 -# Marco Ciampa , 2003-2010 +# Marco Ciampa , 2003-2011 msgid "" msgstr "" "Project-Id-Version: gimp 2.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-08-03 17:49+0200\n" -"PO-Revision-Date: 2010-08-27 11:27+0200\n" +"PO-Revision-Date: 2012-01-27 22:51+0100\n" "Last-Translator: Marco Ciampa \n" "Language-Team: gimp.linux.it\n" "MIME-Version: 1.0\n" @@ -200,11 +200,11 @@ #: ../plug-ins/script-fu/script-fu.c:330 msgid "Re-read all available Script-Fu scripts" -msgstr "Rileggere tutti gli Script-Fu disponibili" +msgstr "Rilegge tutti gli Script-Fu disponibili" #: ../plug-ins/script-fu/script-fu.c:335 msgid "_Refresh Scripts" -msgstr "_Rinfresca gli scripts" +msgstr "_Aggiorna gli script" #: ../plug-ins/script-fu/script-fu.c:358 msgid "" @@ -1383,7 +1383,7 @@ #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:3 msgid "Erase every other row or column" -msgstr "Cancella ogni altra riga o colonna" +msgstr "Cancella una riga o colonna sì e una no" #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:4 msgid "Erase/fill" diff -Nru gimp-2.6.11/po-script-fu/LINGUAS gimp-2.6.12/po-script-fu/LINGUAS --- gimp-2.6.11/po-script-fu/LINGUAS 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/LINGUAS 2012-01-31 13:50:16.000000000 +0000 @@ -34,6 +34,7 @@ km ko lt +lv mk mr ms diff -Nru gimp-2.6.11/po-script-fu/lv.po gimp-2.6.12/po-script-fu/lv.po --- gimp-2.6.11/po-script-fu/lv.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/lv.po 2012-01-31 13:50:16.000000000 +0000 @@ -0,0 +1,3471 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Rūdofls Mazurs , 2011. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug." +"cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-07-28 18:57+0000\n" +"PO-Revision-Date: 2011-08-02 19:26+0300\n" +"Last-Translator: Rūdofls Mazurs \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#: ../plug-ins/script-fu/script-fu-console.c:131 +#: ../plug-ins/script-fu/script-fu-console.c:198 +#: ../plug-ins/script-fu/script-fu-console.c:130 +#: ../plug-ins/script-fu/script-fu-console.c:197 +msgid "Script-Fu Console" +msgstr "Script-Fu konsole" + +#: ../plug-ins/script-fu/script-fu-console.c:194 +#: ../plug-ins/script-fu/script-fu-console.c:193 +msgid "Welcome to TinyScheme" +msgstr "Laipni lūdzam TinyScheme" + +#: ../plug-ins/script-fu/script-fu-console.c:200 +#: ../plug-ins/script-fu/script-fu-console.c:199 +msgid "Interactive Scheme Development" +msgstr "Interaktīvā Scheme izstrāde" + +#: ../plug-ins/script-fu/script-fu-console.c:236 +#: ../plug-ins/script-fu/script-fu-console.c:235 +msgid "_Browse..." +msgstr "_Pārlūkot..." + +#: ../plug-ins/script-fu/script-fu-console.c:294 +#: ../plug-ins/script-fu/script-fu-console.c:293 +msgid "Save Script-Fu Console Output" +msgstr "Saglabāt Script-Fu konsoles izvadi" + +#: ../plug-ins/script-fu/script-fu-console.c:341 +#: ../plug-ins/script-fu/script-fu-console.c:340 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "Nevar atvērt '%s' rakstīšanai: %s" + +#: ../plug-ins/script-fu/script-fu-console.c:370 +#: ../plug-ins/script-fu/script-fu-console.c:369 +msgid "Script-Fu Procedure Browser" +msgstr "Script-Fu procedūru pārlūks" + +#: ../plug-ins/script-fu/script-fu-eval.c:63 +#: ../plug-ins/script-fu/script-fu-eval.c:60 +msgid "Script-Fu evaluation mode only allows non-interactive invocation" +msgstr "Script-Fu novērtēšanas režīms atļauj tikai ne-interaktīvus izsaukumus" + +#: ../plug-ins/script-fu/script-fu-interface.c:196 +#: ../plug-ins/script-fu/script-fu-interface.c:194 +#, c-format +msgid "Script-Fu cannot process two scripts at the same time." +msgstr "Script-Fu nevar apstrādāt divus skriptus vienlaicīgi." + +#: ../plug-ins/script-fu/script-fu-interface.c:198 +#, c-format +msgid "You are already running the \"%s\" script." +msgstr "Jūs jau darbināt skriptu \"%s\"." + +#: ../plug-ins/script-fu/script-fu-interface.c:224 +#: ../plug-ins/script-fu/script-fu-interface.c:222 +#, c-format +msgid "Script-Fu: %s" +msgstr "Script-Fu: %s" + +#. we add a colon after the label; +#. * some languages want an extra space here +#. +#: ../plug-ins/script-fu/script-fu-interface.c:288 +#: ../plug-ins/script-fu/script-fu-interface.c:286 +#, c-format +msgid "%s:" +msgstr "%s:" + +#: ../plug-ins/script-fu/script-fu-interface.c:336 +#: ../plug-ins/script-fu/script-fu-interface.c:333 +msgid "Script-Fu Color Selection" +msgstr "Script-Fu krāsu izvēle" + +#: ../plug-ins/script-fu/script-fu-interface.c:445 +#: ../plug-ins/script-fu/script-fu-interface.c:442 +msgid "Script-Fu File Selection" +msgstr "Script-Fu faila izvēle" + +#: ../plug-ins/script-fu/script-fu-interface.c:448 +msgid "Script-Fu Folder Selection" +msgstr "Script-Fu mapes izvēle" + +#: ../plug-ins/script-fu/script-fu-interface.c:461 +#: ../plug-ins/script-fu/script-fu-interface.c:458 +msgid "Script-Fu Font Selection" +msgstr "Script-Fu fonta izvēle" + +#: ../plug-ins/script-fu/script-fu-interface.c:469 +#: ../plug-ins/script-fu/script-fu-interface.c:466 +msgid "Script-Fu Palette Selection" +msgstr "Script-Fu paletes izvēle" + +#: ../plug-ins/script-fu/script-fu-interface.c:478 +#: ../plug-ins/script-fu/script-fu-interface.c:475 +msgid "Script-Fu Pattern Selection" +msgstr "Script-Fu raksta izvēle" + +#: ../plug-ins/script-fu/script-fu-interface.c:487 +#: ../plug-ins/script-fu/script-fu-interface.c:484 +msgid "Script-Fu Gradient Selection" +msgstr "Script-Fu krāsu pārejas izvēle" + +#: ../plug-ins/script-fu/script-fu-interface.c:496 +#: ../plug-ins/script-fu/script-fu-interface.c:493 +msgid "Script-Fu Brush Selection" +msgstr "Script-Fu otas izvēle" + +#: ../plug-ins/script-fu/script-fu-interface.c:824 +#, c-format +msgid "Error while executing %s:" +msgstr "Kļūda, izpildot %s:" + +#: ../plug-ins/script-fu/script-fu-scripts.c:150 +#: ../plug-ins/script-fu/script-fu-scripts.c:146 +msgid "Too few arguments to 'script-fu-register' call" +msgstr "Pārāk maz argumentu 'script-fu-register' izsaukumam" + +#: ../plug-ins/script-fu/script-fu-scripts.c:609 +#: ../plug-ins/script-fu/script-fu-scripts.c:605 +#, c-format +msgid "Error while loading %s:" +msgstr "Kļūda, ielādējot %s:" + +#: ../plug-ins/script-fu/script-fu-server.c:713 +#: ../plug-ins/script-fu/script-fu-server.c:807 +msgid "Script-Fu Server Options" +msgstr "Script-Fu servera opcijas" + +#: ../plug-ins/script-fu/script-fu-server.c:718 +#: ../plug-ins/script-fu/script-fu-server.c:812 +msgid "_Start Server" +msgstr "_Startēt serveri" + +#: ../plug-ins/script-fu/script-fu-server.c:746 +#: ../plug-ins/script-fu/script-fu-server.c:840 +msgid "Server port:" +msgstr "Servera ports:" + +#: ../plug-ins/script-fu/script-fu-server.c:752 +#: ../plug-ins/script-fu/script-fu-server.c:846 +msgid "Server logfile:" +msgstr "Servera žurnāla fails:" + +#: ../plug-ins/script-fu/script-fu.c:111 +#: ../plug-ins/script-fu/script-fu.c:110 +msgid "Interactive console for Script-Fu development" +msgstr "Interaktīva konsole Script-Fu izstrādei" + +#: ../plug-ins/script-fu/script-fu.c:117 +#: ../plug-ins/script-fu/script-fu.c:116 +msgid "_Console" +msgstr "_Konsole" + +#: ../plug-ins/script-fu/script-fu.c:141 +#: ../plug-ins/script-fu/script-fu.c:140 +msgid "Server for remote Script-Fu operation" +msgstr "Serveris attālinātām Script-Fu darbībām" + +#: ../plug-ins/script-fu/script-fu.c:146 +#: ../plug-ins/script-fu/script-fu.c:145 +msgid "_Start Server..." +msgstr "_Startēt serveri..." + +#: ../plug-ins/script-fu/script-fu.c:302 +#: ../plug-ins/script-fu/script-fu.c:301 +msgid "_GIMP Online" +msgstr "_GIMP tiešsaistē" + +#: ../plug-ins/script-fu/script-fu.c:303 +msgid "_User Manual" +msgstr "_Lietotāja rokasgrāmata" + +#: ../plug-ins/script-fu/script-fu.c:306 +#: ../plug-ins/script-fu/script-fu.c:305 +msgid "_Script-Fu" +msgstr "_Script-Fu" + +#: ../plug-ins/script-fu/script-fu.c:308 +#: ../plug-ins/script-fu/script-fu.c:307 +msgid "_Test" +msgstr "_Testēt" + +#: ../plug-ins/script-fu/script-fu.c:311 +#: ../plug-ins/script-fu/script-fu.c:310 +msgid "_Buttons" +msgstr "_Pogas" + +#: ../plug-ins/script-fu/script-fu.c:313 +#: ../plug-ins/script-fu/script-fu.c:312 +msgid "_Logos" +msgstr "_Logo" + +#: ../plug-ins/script-fu/script-fu.c:315 +#: ../plug-ins/script-fu/script-fu.c:314 +msgid "_Patterns" +msgstr "R_aksti" + +#: ../plug-ins/script-fu/script-fu.c:318 +#: ../plug-ins/script-fu/script-fu.c:317 +msgid "_Web Page Themes" +msgstr "_Tīmekļa lapas tēmas" + +#: ../plug-ins/script-fu/script-fu.c:320 +#: ../plug-ins/script-fu/script-fu.c:319 +msgid "_Alien Glow" +msgstr "Dīv_ains spīdums" + +#: ../plug-ins/script-fu/script-fu.c:322 +#: ../plug-ins/script-fu/script-fu.c:321 +msgid "_Beveled Pattern" +msgstr "_Noslīpēts raksts" + +#: ../plug-ins/script-fu/script-fu.c:324 +#: ../plug-ins/script-fu/script-fu.c:323 +msgid "_Classic.Gimp.Org" +msgstr "_Classic.Gimp.Org" + +#: ../plug-ins/script-fu/script-fu.c:327 +#: ../plug-ins/script-fu/script-fu.c:326 +msgid "Alpha to _Logo" +msgstr "Alfa par _logo" + +#: ../plug-ins/script-fu/script-fu.c:330 +#: ../plug-ins/script-fu/script-fu.c:329 +msgid "Re-read all available Script-Fu scripts" +msgstr "Atkal nolasīt visus pieejamos Script-Fu skriptus" + +#: ../plug-ins/script-fu/script-fu.c:335 +#: ../plug-ins/script-fu/script-fu.c:334 +msgid "_Refresh Scripts" +msgstr "Atsvaidzināt sk_riptus" + +#: ../plug-ins/script-fu/script-fu.c:358 +#: ../plug-ins/script-fu/script-fu.c:357 +msgid "" +"You can not use \"Refresh Scripts\" while a Script-Fu dialog box is open. " +"Please close all Script-Fu windows and try again." +msgstr "" +"Jūs nevarat lietot \"Atsvaidzināt skriptus\" kamēr Script-Fu dialoglodziņš ir " +"atvērts. Lūdzu, aizveriet Script-Fu logus un mēģināt vēlreiz." + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:1 +msgid "3D _Outline..." +msgstr "3D k_ontūra..." + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:2 +msgid "Bumpmap (alpha layer) blur radius" +msgstr "Reljefa kartes (alfa slānis) izsmērēšanas rādiuss" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:3 +msgid "Create a logo with outlined text and a drop shadow" +msgstr "Izveidot logo ar izceltu tekstu un krītošu ēnu" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:4 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:6 +msgid "Default bumpmap settings" +msgstr "Noklusētās reljefa kartes iestatījumi" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:5 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:8 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:6 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/slide.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:5 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:4 +msgid "Font" +msgstr "Fonts" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:6 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:7 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:8 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:5 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:3 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:5 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:8 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/slide.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:5 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 +#: ../plug-ins/script-fu/scripts/camo.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:6 +msgid "Font size (pixels)" +msgstr "Fonta izmērs (pikseļos)" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:7 +msgid "Outline blur radius" +msgstr "Kontūras izsmērēšanas rādiuss" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:8 +msgid "" +"Outline the selected region (or alpha) with a pattern and add a drop shadow" +msgstr "" +"Kontūra ap iezīmēto apgabalu (vai alfu) ar rakstu un pievienotu krītošo ēnu" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:3 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:5 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:8 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/slide.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:5 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:2 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:6 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:8 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:5 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:9 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:4 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:7 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:7 +msgid "Pattern" +msgstr "Raksts" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:10 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:16 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:6 +msgid "Shadow X offset" +msgstr "Ēnas X nobīde" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:11 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:17 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:7 +msgid "Shadow Y offset" +msgstr "Ēnas Y nobīde" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:12 +msgid "Shadow blur radius" +msgstr "Ēnas izsmērējuma rādiuss" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:13 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:6 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:17 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:7 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:14 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:13 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:17 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:18 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:7 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:10 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:13 +#: ../plug-ins/script-fu/scripts/slide.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:8 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:14 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:5 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:13 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:8 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:13 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:9 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:8 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:11 +msgid "Text" +msgstr "Teksts" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:1 +msgid "3_D Truchet..." +msgstr "3_D Truchet..." + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:1 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:2 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +msgid "Background color" +msgstr "Fona krāsa" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:3 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:2 +msgid "Block size" +msgstr "Bloka izmērs" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:4 +msgid "Create an image filled with a 3D Truchet pattern" +msgstr "Izveidot attēlu, kas aizpildīts ar 3D Truchet rakstu" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:5 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:7 +msgid "End blend" +msgstr "Beigu saplūdums" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:6 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:5 +msgid "Number of X tiles" +msgstr "X flīžu skaits" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:7 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:6 +msgid "Number of Y tiles" +msgstr "Y flīžu skaits" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:16 +msgid "Start blend" +msgstr "Sākuma saplūdums" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:9 +msgid "Supersample" +msgstr "Interpolācija" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:10 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:4 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:8 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:5 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:12 +msgid "Thickness" +msgstr "Biezums" + +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:1 +msgid "Add B_evel..." +msgstr "Pi_evienot griezumu..." + +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:2 +msgid "Add a beveled border to an image" +msgstr "Pievienot attēlam nogrieztu malu" + +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:12 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:4 +msgid "Keep bump layer" +msgstr "Paturēt reljefa slāni" + +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:10 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:6 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:8 +#: ../plug-ins/script-fu/scripts/slide.scm.h:6 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:6 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:10 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:8 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:6 +msgid "Work on copy" +msgstr "Darboties ar kopiju" + +#: ../plug-ins/script-fu/scripts/addborder.scm.h:1 +msgid "Add _Border..." +msgstr "Pievienot _malu..." + +#: ../plug-ins/script-fu/scripts/addborder.scm.h:2 +msgid "Add a border around an image" +msgstr "Pievienot attēlam malu" + +#: ../plug-ins/script-fu/scripts/addborder.scm.h:3 +msgid "Border X size" +msgstr "Apmales X izmērs" + +#: ../plug-ins/script-fu/scripts/addborder.scm.h:4 +msgid "Border Y size" +msgstr "Apmales Y izmērs" + +#: ../plug-ins/script-fu/scripts/addborder.scm.h:5 +msgid "Border color" +msgstr "Apmales krāsa" + +#: ../plug-ins/script-fu/scripts/addborder.scm.h:6 +#: ../plug-ins/script-fu/scripts/addborder.scm.h:7 +msgid "Delta value on color" +msgstr "Krāsas delta vērtība" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:1 +msgid "Create an arrow graphic with an eerie glow for web pages" +msgstr "Izveidot bultas grafiku tīmekļa lapām, ar baisu spīdumu" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +msgid "Down" +msgstr "Lejup" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/camo.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:6 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:2 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 +msgid "Flatten image" +msgstr "Saplacināt attēlu" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:8 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:5 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:8 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/slide.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:5 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:9 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:1 +msgid "Glow color" +msgstr "Spīduma krāsa" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:4 +msgid "Left" +msgstr "Pa kreisi" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/camo.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:6 +msgid "Orientation" +msgstr "Virziens" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:9 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:8 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:10 +msgid "Right" +msgstr "Labā" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/lava.scm.h:7 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:12 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:9 +msgid "Size" +msgstr "Izmērs" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:11 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:13 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:10 +msgid "Up" +msgstr "Augšup" + +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:12 +#: ../plug-ins/script-fu/scripts/lava.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:14 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:11 +msgid "_Arrow..." +msgstr "Bult_a..." + +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +msgid "Bar height" +msgstr "Joslas augstums" + +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:2 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:1 +msgid "Bar length" +msgstr "Joslas platums" + +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:4 +msgid "Create an Hrule graphic with an eerie glow for web pages" +msgstr "Izveidot horiz. lineāla grafiku tīmekļa lapām, ar baisu spīdumu" + +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:7 +msgid "_Hrule..." +msgstr "_Horiz. lineāls..." + +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +msgid "Create a bullet graphic with an eerie glow for web pages" +msgstr "Izveidot aizzīmes grafiku tīmekļa lapām, ar baisu spīdumu" + +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:6 +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:8 +msgid "Radius" +msgstr "Rādiuss" + +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/camo.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:7 +msgid "_Bullet..." +msgstr "_Aizzīme..." + +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:1 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:1 +msgid "B_utton..." +msgstr "P_oga..." + +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:2 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:1 +msgid "Create a button graphic with an eerie glow for web pages" +msgstr "Izveidot pogas grafiku tīmekļa lapām, ar baisu spīdumu" + +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:6 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:8 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:5 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:3 +msgid "Glow radius" +msgstr "Spīduma rādiuss" + +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:12 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:13 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/land.scm.h:3 +#: ../plug-ins/script-fu/scripts/lava.scm.h:2 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:4 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:9 +msgid "Padding" +msgstr "Iekšmale" + +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:11 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:18 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:14 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:18 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:8 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:11 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:14 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:9 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:14 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:12 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:11 +msgid "Text color" +msgstr "Teksta krāsa" + +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:1 +msgid "Add an eerie glow around the selected region (or alpha)" +msgstr "Pievienot baisu spīdumu ap iezīmēto apgabalu (vai alfu)" + +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:2 +msgid "Alien _Glow..." +msgstr "_Dīvains spīdums..." + +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:3 +msgid "Create a logo with an alien glow around the text" +msgstr "Izveidot logo ar dīvainu spīdumu ap tekstu" + +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:7 +msgid "Glow size (pixels * 4)" +msgstr "Spīduma izmērs (pikseļi * 4)" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:1 +msgid "Add psychedelic outlines to the selected region (or alpha)" +msgstr "Pievienot psihodēlisku kontūru iezīmētajam apgabalam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:2 +msgid "Alien _Neon..." +msgstr "Dīvains _neons..." + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:4 +msgid "Create a logo with psychedelic outlines around the text" +msgstr "Izveidot logo ar psihodēlisku kontūru ap tekstu" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:5 +msgid "Fade away" +msgstr "Izgaist" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:9 +msgid "Number of bands" +msgstr "Lenšu skaits" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:11 +msgid "Width of bands" +msgstr "Lenšu platums" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:12 +msgid "Width of gaps" +msgstr "Atstarpju platums" + +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:1 +msgid "" +"Add a gradient effect, a drop shadow, and a background to the selected " +"region (or alpha)" +msgstr "" +"Pievienot krāsu pārejas efektu, ēnas kritumu un fonu iezīmētajam apgabalam " +"(vai alfai)" + +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:3 +msgid "" +"Create a plain text logo with a gradient effect, a drop shadow, and a " +"background" +msgstr "" +"Izveidot vienkārša teksta logo ar krāsu pārejas efektu, ēnas kritumu un fonu" + +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:8 +msgid "_Basic I..." +msgstr "_Basic I..." + +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:1 +msgid "Add a shadow and a highlight to the selected region (or alpha)" +msgstr "Pievienot ēnas un gaismas iezīmētajam apgabalam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:2 +msgid "B_asic II..." +msgstr "B_asic II..." + +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:4 +msgid "Create a simple logo with a shadow and a highlight" +msgstr "Izveidot vienkāršu logo ar ēnu un gaismu" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:1 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:1 +msgid "Bevel width" +msgstr "Slīpējuma platums" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 +msgid "Create a simple, beveled button graphic for webpages" +msgstr "Izveidot vienkāršu, slīpētu pogas grafiku tīmekļa lapai" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:6 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:8 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:5 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:3 +msgid "Lower-right color" +msgstr "Apakšējā labā krāsa" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:11 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:6 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:8 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:5 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:8 +msgid "Pressed" +msgstr "Piespiests" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:12 +msgid "Simple _Beveled Button..." +msgstr "Vienkārša _slīpēta poga" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:11 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:13 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:13 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:17 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:13 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:7 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:14 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:18 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:7 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:10 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:13 +#: ../plug-ins/script-fu/scripts/slide.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:8 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:14 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:13 +msgid "Upper-left color" +msgstr "Augšējā kreisā krāsa" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:2 +msgid "Create a beveled pattern arrow for webpages" +msgstr "Izveidot slīpētu rakstainu bultu tīmekļa lapai" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:4 +msgid "Create a beveled pattern bullet for webpages" +msgstr "Izveidot slīpētu rakstainu aizzīmi tīmekļa lapai" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 +msgid "Diameter" +msgstr "Diametrs" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:4 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:9 +msgid "Transparent background" +msgstr "Caurspīdīgs fons" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +msgid "Create a beveled pattern button for webpages" +msgstr "Izveidot slīpētu rakstainu pogu tīmekļa lapai" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +msgid "Create a beveled pattern heading for webpages" +msgstr "Izveidot slīpētu rakstainu virsrakstu tīmekļa lapai" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:5 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:8 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/slide.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:5 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:2 +msgid "H_eading..." +msgstr "V_irsraksts..." + +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 +msgid "Create a beveled pattern hrule for webpages" +msgstr "Izveidot slīpētu rakstainu horiz. lineālu tīmekļa lapai" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:2 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:8 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:4 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:7 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:3 +msgid "Height" +msgstr "Augstums" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:5 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:11 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:11 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:6 +msgid "Width" +msgstr "Platums" + +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:1 +msgid "Blend Animation needs at least three source layers" +msgstr "Animāciju sapludinātājam vajag vismaz trīs avota slāņus" + +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:2 +msgid "" +"Create intermediate layers to blend two or more layers over a background as " +"an animation" +msgstr "" +"Izveidot starpslāņus, lai sapludinātu divus vai vairāk slāņus virs fona kā " +"animācijas" + +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:3 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:8 +msgid "Intermediate frames" +msgstr "Starpkadri" + +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:4 +msgid "Looped" +msgstr "Ciklā" + +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:5 +msgid "Max. blur radius" +msgstr "Maks. izsmērēšanas rādiuss" + +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:6 +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:7 +msgid "_Blend..." +msgstr "_Sapludināt..." + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:1 +msgid "" +"Add blended backgrounds, highlights, and shadows to the selected region (or " +"alpha)" +msgstr "" +"Pievieno sapludinātus fonus, gaismas un ēnas iezīmētajam apgabalam (vai " +"alfai)" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:3 +msgid "Blen_ded..." +msgstr "Saplu_dināt..." + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:4 +msgid "Blend mode" +msgstr "Sapludināšanas režīms" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:5 +msgid "Create a logo with blended backgrounds, highlights, and shadows" +msgstr "Izveidot logo ar sapludinātiem foniem, gaismām un ēnām" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:6 +msgid "Custom Gradient" +msgstr "Pielāgota krāsu pāreja" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:8 +msgid "FG-BG-HSV" +msgstr "Piekšpl.-Fons-HSV" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:9 +msgid "FG-BG-RGB" +msgstr "Piekšpl.-Fons-RGB" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:10 +msgid "FG-Transparent" +msgstr "Priekšplāns par caurspīdīgumu" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:13 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/land.scm.h:3 +#: ../plug-ins/script-fu/scripts/lava.scm.h:2 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:4 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:6 +msgid "Gradient" +msgstr "Krāsu pāreja" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:14 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:3 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:5 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:4 +msgid "Gradient reverse" +msgstr "Pretēja krāsu pāreja" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:15 +msgid "Offset (pixels)" +msgstr "Nobīde (pikseļos)" + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:1 +msgid "Add 'cow spots' to the selected region (or alpha)" +msgstr "Pievienot 'raibaļas plankumus' iezīmētajam apgabalam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:2 +msgid "Background Color" +msgstr "Fona krāsa" + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:4 +msgid "Bo_vination..." +msgstr "B_ovinācija..." + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:5 +msgid "Create a logo with text in the style of 'cow spots'" +msgstr "Izveidot logo ar tekstu 'raibaļas plankumu' stilā" + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:8 +msgid "Spots density X" +msgstr "Plankumu blīvums X" + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:9 +msgid "Spots density Y" +msgstr "Plankumu blīvums Y" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:1 +msgid "Add glowing" +msgstr "Pievienot spīdumu" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:2 +msgid "After glow" +msgstr "Pēc spīdums" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:3 +msgid "B_urn-In..." +msgstr "Ie_dedzināšana..." + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:4 +msgid "Corona width" +msgstr "Corona platums" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:5 +msgid "" +"Create intermediate layers to produce an animated 'burn-in' transition " +"between two layers" +msgstr "" +"Izveidot starpslāņus, lai veidotu animētu 'iededzinātu' pāreju starp diviem " +"slāņiem" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:6 +msgid "Fadeout" +msgstr "Izgaišana" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:7 +msgid "Fadeout width" +msgstr "Izgaišanas platums" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:9 +msgid "Prepare for GIF" +msgstr "Sagatavot priekš GIF" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:10 +msgid "Speed (pixels/frame)" +msgstr "Ātrums (pikseļi/kadrs)" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:11 +msgid "" +"The Burn-In script needs two layers in total. A foreground layer with " +"transparency and a background layer." +msgstr "" +"Iededzināšanas skriptam kopā vajag divus slāņus. Priekšplāna slāni ar " +"caurspīdīgumu un fona slāni." + +#: ../plug-ins/script-fu/scripts/camo.scm.h:1 +msgid "Color 1" +msgstr "Krāsa 1" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:2 +msgid "Color 2" +msgstr "Krāsa 2" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:3 +msgid "Color 3" +msgstr "Krāsa 3" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:4 +msgid "Create an image filled with a camouflage pattern" +msgstr "Izveidot attēlu, kas aizpildīts ar maskēšanās rakstu" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:6 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:6 +msgid "Granularity" +msgstr "Smalkums" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:7 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:7 +msgid "Image size" +msgstr "Attēla izmērs" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:8 +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:3 +msgid "Smooth" +msgstr "Gluds" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:9 +msgid "_Camouflage..." +msgstr "Maskēšanās _krāsas..." + +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:1 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:2 +msgid "Carve white areas" +msgstr "Grebt baltos laukumus" + +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:2 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:6 +msgid "Image to carve" +msgstr "Attēls uz grebumu" + +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:3 +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:8 +msgid "Stencil C_arve..." +msgstr "Š_ablona grebums..." + +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:1 +msgid "Background Image" +msgstr "Fona attēls" + +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:1 +msgid "Carve raised text" +msgstr "Iegrebt pacelto tekstu" + +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:2 +msgid "Carved..." +msgstr "Iegrebts..." + +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:4 +msgid "" +"Create a logo with text raised above or carved in to the specified " +"background image" +msgstr "" +"Izveidot logo ar tekstu, kas pacelts virs vai iegrebts norādītajā fona attēlā" + +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:5 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:12 +msgid "Padding around text" +msgstr "Iekšmale ap tekstu" + +#: ../plug-ins/script-fu/scripts/chalk.scm.h:2 +msgid "Chalk color" +msgstr "Krīta krāsa" + +#: ../plug-ins/script-fu/scripts/chalk.scm.h:3 +msgid "Create a chalk drawing effect for the selected region (or alpha)" +msgstr "Izveidot krītiņu zīmējuma efektu iezīmētajam laukumam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/chalk.scm.h:4 +msgid "Create a logo resembling chalk scribbled on a blackboard" +msgstr "izveidot logo, kas līdzinās krītiņu švīkājumiem uz tāfeles" + +#: ../plug-ins/script-fu/scripts/chalk.scm.h:8 +msgid "_Chalk..." +msgstr "_Krītiņi..." + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:1 +msgid "Add a chipped woodcarving effect to the selected region (or alpha)" +msgstr "" +"Pievienot ieplaisājuša koka gravējuma efektu iezīmētajam laukumam (vai " +"alfai)" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:2 +msgid "Blur amount" +msgstr "Izsmērēšanas apjoms" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:3 +msgid "Chip Awa_y..." +msgstr "_Ieplaisājums..." + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:4 +msgid "Chip amount" +msgstr "Plaisu apjoms" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:5 +msgid "Create a logo resembling a chipped wood carving" +msgstr "izveidot logo, kas līdzinās ieplaisājuša koka grebumam" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:6 +msgid "Drop shadow" +msgstr "Krītošā ēna" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:7 +msgid "Fill BG with pattern" +msgstr "Aizpildīt fonu ar rakstu" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:10 +msgid "Invert" +msgstr "Invertēt" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:11 +msgid "Keep background" +msgstr "Paturēt fonu" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:1 +msgid "" +"Add a chrome effect to the selected region (or alpha) using a specified " +"(grayscale) stencil" +msgstr "" +"Pievienot hroma efektu iezīmētajam laukumam (vai alfai), izmantojot norādīto " +"(pelēktoņu) šablonu" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:4 +msgid "Chrome balance" +msgstr "Hroma balans" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:3 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:5 +msgid "Chrome factor" +msgstr "Hroma faktors" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:6 +msgid "Chrome lightness" +msgstr "Hroma gaišums" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:7 +msgid "Chrome saturation" +msgstr "Hroma piesātinājums" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:6 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:3 +msgid "Chrome white areas" +msgstr "Hroma baltie laukumi" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:10 +msgid "Environment map" +msgstr "Vides karte" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:8 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:12 +msgid "Highlight balance" +msgstr "Izgaismojumu balanss" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:16 +msgid "Stencil C_hrome..." +msgstr "Šablona _hroms..." + +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:1 +msgid "Add a simple chrome effect to the selected region (or alpha)" +msgstr "Pievienot vienkāršu hroma efektu iezīmētajam laukumam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:4 +msgid "C_hrome..." +msgstr "_Hroms..." + +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:5 +msgid "Create a simplistic, but cool, chromed logo" +msgstr "Izveido vienkāršu, bet foršu, hromētu logo" + +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:8 +msgid "Offsets (pixels * 2)" +msgstr "Nobīdes (pikseļi * 2)" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:1 +msgid "Circuit seed" +msgstr "Ķēdes sēkla" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:2 +msgid "" +"Fill the selected region (or alpha) with traces like those on a circuit board" +msgstr "" +"Aizpildīt iezīmēto apgabalu (vai alfu) ar ceļiem, kas līdzīgi elektriskajām " +"ķēdēm" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:3 +#: ../plug-ins/script-fu/scripts/lava.scm.h:3 +#: ../plug-ins/script-fu/scripts/predator.scm.h:3 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:11 +#: ../plug-ins/script-fu/scripts/circuit.scm.h:4 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:12 +msgid "Keep selection" +msgstr "Paturēt iezīmējumu" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:4 +#: ../plug-ins/script-fu/scripts/lava.scm.h:3 +#: ../plug-ins/script-fu/scripts/predator.scm.h:3 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:12 +msgid "No background (only for separate layer)" +msgstr "Bez fona (tikai atsevišķam slānim)" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:5 +msgid "Oilify mask size" +msgstr "Eļļas efekta maskas izmērs" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:6 +#: ../plug-ins/script-fu/scripts/lava.scm.h:6 +#: ../plug-ins/script-fu/scripts/predator.scm.h:6 +#: ../plug-ins/script-fu/scripts/circuit.scm.h:7 +msgid "Separate layer" +msgstr "Atsevišķs slānis" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:7 +#: ../plug-ins/script-fu/scripts/lava.scm.h:6 +#: ../plug-ins/script-fu/scripts/predator.scm.h:6 +#: ../plug-ins/script-fu/scripts/circuit.scm.h:8 +msgid "_Circuit..." +msgstr "Ele_ktriskā ķēde..." + +#: ../plug-ins/script-fu/scripts/clothify.scm.h:1 +msgid "Add a cloth-like texture to the selected region (or alpha)" +msgstr "Pievienot audeklam līdzīgu tekstūru iezīmētajam apgabalam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/clothify.scm.h:2 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:1 +msgid "Azimuth" +msgstr "Azimuts" + +#: ../plug-ins/script-fu/scripts/clothify.scm.h:3 +msgid "Blur X" +msgstr "Izsmērēšana X" + +#: ../plug-ins/script-fu/scripts/clothify.scm.h:4 +msgid "Blur Y" +msgstr "Izsmērēšana Y" + +#: ../plug-ins/script-fu/scripts/clothify.scm.h:5 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:5 +msgid "Depth" +msgstr "Dziļums" + +#: ../plug-ins/script-fu/scripts/clothify.scm.h:6 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:6 +msgid "Elevation" +msgstr "Paaugstinājums" + +#: ../plug-ins/script-fu/scripts/clothify.scm.h:7 +msgid "_Clothify..." +msgstr "_Audekla efekts..." + +#: ../plug-ins/script-fu/scripts/coffee.scm.h:1 +msgid "Add realistic looking coffee stains to the image" +msgstr "Pievienot attēlam reālistiskus kafijas traipus" + +#: ../plug-ins/script-fu/scripts/coffee.scm.h:2 +msgid "Darken only" +msgstr "Tikai tumšo" + +#: ../plug-ins/script-fu/scripts/coffee.scm.h:3 +msgid "Stains" +msgstr "Traipi" + +#: ../plug-ins/script-fu/scripts/coffee.scm.h:4 +#: ../plug-ins/script-fu/scripts/coffee.scm.h:5 +msgid "_Coffee Stain..." +msgstr "Kafijas traips" + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:1 +msgid "" +"Add a comic-book effect to the selected region (or alpha) by outlining and " +"filling with a gradient" +msgstr "" +"Pievienot komiksu grāmatas iezīmētajam laukumam (vai alfai), izceļot un " +"aizpildot ar krāsu pāreju" + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:3 +msgid "Comic Boo_k..." +msgstr "_Komiksu grāmata..." + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:4 +msgid "Create a comic-book style logo by outlining and filling with a gradient" +msgstr "" +"Izveidot komiksu grāmatas stila logo, izceļot un aizpildot ar krāsu pāreju" + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:9 +msgid "Outline color" +msgstr "Kontūras krāsa" + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:11 +msgid "Outline size" +msgstr "Kontūras izmērs" + +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:1 +msgid "" +"Add a metallic effect to the selected region (or alpha) with reflections and " +"perspective shadows" +msgstr "" +"Pievienot metālisku efektu iezīmētajam laukumam (vai alfai) ar atspīdumiem " +"un perspektīvas ēnām" + +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:3 +msgid "Cool _Metal..." +msgstr "Foršs _metāls..." + +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:4 +msgid "Create a metallic logo with reflections and perspective shadows" +msgstr "Izveidot metālisku logo ar atspīdumiem un perspektīvas ēnām" + +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:5 +msgid "Effect size (pixels)" +msgstr "Efekta izmērs (pikseļos)" + +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:1 +msgid "Background image" +msgstr "Fona attēls" + +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:3 +msgid "Create a logo with a crystal/gel effect displacing the image underneath" +msgstr "Izveidot logo ar kristāla/želejas efektu, aizvietojot apakšējo attēlu" + +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:4 +msgid "Crystal..." +msgstr "Kristāls..." + +#: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:1 +msgid "Difference Clouds..." +msgstr "Atšķirības krāsas..." + +#: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:2 +msgid "Solid noise applied with Difference layer mode" +msgstr "Vienlaidus troksnis pielietots ar slāņa režīmu 'Atšķirība'" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:1 +msgid "Distress the selection" +msgstr "Izkliedēt iezīmējumu" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:2 +msgid "Granularity (1 is low)" +msgstr "Smalkums (1 ir mazs)" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:4 +msgid "Smooth horizontally" +msgstr "Gludināt horizontāli" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:5 +msgid "Smooth vertically" +msgstr "Gludināt vertikāli" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:6 +msgid "Spread" +msgstr "Izkaisīt" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:7 +msgid "Threshold (bigger 1<-->255 smaller)" +msgstr "Slieksnis (lielāks 1<-->255 mazāks)" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:8 +msgid "_Distort..." +msgstr "_Deformēt..." + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:1 +msgid "Add a drop shadow to the selected region (or alpha)" +msgstr "Pievienot krītošu ēnu iezīmētajam apgabalam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:2 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:2 +msgid "Allow resizing" +msgstr "Ļaut mainīt izmēru" + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:3 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:2 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:4 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:3 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:3 +msgid "Blur radius" +msgstr "Izsmērēšanas rādiuss" + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:4 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:5 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:5 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:5 +msgid "Color" +msgstr "Krāsa" + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:11 +msgid "Offset X" +msgstr "Nobīde X" + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:12 +msgid "Offset Y" +msgstr "Nobīde Y" + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:7 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:7 +msgid "Opacity" +msgstr "Necaurspīdīgums" + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:8 +msgid "_Drop Shadow..." +msgstr "_Krītošā ēna..." + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:1 +msgid "Columns" +msgstr "Kolonnas" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:2 +msgid "Erase" +msgstr "Dzēst" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:3 +msgid "Erase every other row or column" +msgstr "Dzēst katru kolonnu un rindu" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:4 +msgid "Erase/fill" +msgstr "Dzēst/aizpildīt" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:5 +msgid "Even" +msgstr "Pāra" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:6 +msgid "Even/odd" +msgstr "Pāra/nepāra" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:7 +msgid "Fill with BG" +msgstr "Aizpildīt ar priekšpl." + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:8 +msgid "Odd" +msgstr "Nepāra" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:9 +msgid "Rows" +msgstr "Rindas" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:10 +msgid "Rows/cols" +msgstr "Rindas/kolonnas" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:11 +msgid "_Erase Every Other Row..." +msgstr "_Dzēst katru otro rindu..." + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:1 +msgid "Create an image filled with a Land Pattern" +msgstr "Izveidot attēlu, kas aizpildīts ar zemes rakstu" + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:2 +#: ../plug-ins/script-fu/scripts/land.scm.h:2 +msgid "Detail level" +msgstr "Detaļu līmenis" + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:3 +#: ../plug-ins/script-fu/scripts/land.scm.h:4 +msgid "Image height" +msgstr "Attēla augstums" + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:4 +#: ../plug-ins/script-fu/scripts/land.scm.h:5 +msgid "Image width" +msgstr "Attēla platums" + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:5 +#: ../plug-ins/script-fu/scripts/land.scm.h:7 +msgid "Random seed" +msgstr "Nejaušības sēkla" + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:6 +#: ../plug-ins/script-fu/scripts/land.scm.h:8 +msgid "Scale X" +msgstr "Mērogs X" + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:7 +#: ../plug-ins/script-fu/scripts/land.scm.h:9 +msgid "Scale Y" +msgstr "Mērogs Y" + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:8 +msgid "_Flatland..." +msgstr "_Līdzenums..." + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:1 +msgid "Active colors" +msgstr "Aktīvās krāsas" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:2 +msgid "Black on white" +msgstr "Melns uz balta" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:3 +msgid "Create an image filled with previews of fonts matching a fontname filter" +msgstr "" +"Izveidot attēlu, kas aizpildīts fontu priekšskatījumiem, kas atbilst fontu " +"nosaukuma filtram" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:4 +msgid "Font _size (pixels)" +msgstr "Fonta izmēr_s (pikseļos)" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:5 +msgid "Render _Font Map..." +msgstr "Renderēt _fontu karti..." + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:6 +msgid "Use font _name as text" +msgstr "Lietot fontu _nosaukumu kā tekstu" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:7 +msgid "_Border (pixels)" +msgstr "_Malas (pikseļi)" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:8 +msgid "_Color scheme" +msgstr "_Krāsu shēma" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:9 +msgid "_Filter (regexp)" +msgstr "_Filtrs (regexp)" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:10 +msgid "_Labels" +msgstr "_Etiķetes" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:11 +msgid "_Text" +msgstr "_Teksts" + +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:1 +msgid "" +"Add a frost effect to the selected region (or alpha) with an added drop " +"shadow" +msgstr "" +"Pievienot sarmas efektu iezīmētajam laukumam (vai alfai) ar pievienotu " +"krītošo ēnu" + +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:3 +msgid "Create frozen logo with an added drop shadow" +msgstr "Izveidot sasalušu logo ar pievienotu krītošu ēnu" + +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:8 +msgid "_Frosty..." +msgstr "_Sarma..." + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:1 +msgid "Add a jagged, fuzzy border to an image" +msgstr "Pievienot attēlam robotu, izplūdušu apmali" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:2 +msgid "Add shadow" +msgstr "Pievienot ēnu" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:3 +msgid "Blur border" +msgstr "Izsmērējuma apmale" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:4 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:1 +msgid "Border size" +msgstr "Apmales izmērs" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:7 +msgid "Granularity (1 is Low)" +msgstr "Smalkums (1 ir mazs)" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:9 +#, no-c-format +msgid "Shadow weight (%)" +msgstr "Ēnas svars (%)" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:11 +msgid "_Fuzzy Border..." +msgstr "_Izplūdusi apmale..." + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:1 +msgid "Autocrop" +msgstr "Au_tomātiski apcirst" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:2 +msgid "Create an image of a large header using the gimp.org webpage theme" +msgstr "Izveidot liela virsraksta attēlu, lietojot gimp.org tīmekļa lapas tēmu" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:3 +msgid "Create an image of a small header using the gimp.org webpage theme" +msgstr "Izveidot maza virsraksta attēlu, lietojot gimp.org tīmekļa lapas tēmu" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:4 +msgid "Dark color" +msgstr "Tumša krāsa" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:7 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:9 +msgid "Highlight color" +msgstr "Izgaismojuma krāsa" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:8 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:9 +msgid "Index image" +msgstr "Indeksēt attēlu" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:9 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:10 +msgid "Number of colors" +msgstr "Krāsu skaits" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:10 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:13 +msgid "Remove background" +msgstr "Izņemt fonu" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:11 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:14 +msgid "Select-by-color threshold" +msgstr "'Iezīmēt pēc krāsas' slieksnis" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:12 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:15 +msgid "Shadow color" +msgstr "Ēnas krāsa" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:15 +msgid "_Big Header..." +msgstr "_Liels virsraksts..." + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:16 +msgid "_Small Header..." +msgstr "Maz_s virsraksts..." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:2 +msgid "" +"Create an image of a Tube Button Label Header using the gimp.org webpage " +"theme" +msgstr "" +"Izveidot Tube Button Label Header attēlu, lietojot gimp.org tīmekļa lapas tēmu" + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:3 +msgid "Create an image of a Tube Button Label using the gimp.org webpage theme" +msgstr "" +"Izveidot Tube Button Label Header attēlu, lietojot gimp.org tīmekļa lapas tēmu" + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:4 +msgid "" +"Create an image of a second level Tube Button Label using the gimp.org " +"webpage theme" +msgstr "" +"Izveidot otrā līmeņa Tube Button Label attēlu, lietojot gimp.org tīmekļa " +"lapas tēmu" + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:5 +msgid "" +"Create an image of a third level Tube Button Label using the gimp.org " +"webpage theme" +msgstr "" +"Izveidot trešā līmeņa Tube Button Label attēlu, lietojot gimp.org tīmekļa " +"lapas tēmu" + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:16 +msgid "T_ube Sub-Button Label..." +msgstr "T_ube Sub-Button Label..." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:19 +msgid "Tub_e Sub-Sub-Button Label..." +msgstr "Tub_e Sub-Sub-Button Label..." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:20 +msgid "_General Tube Labels..." +msgstr "_Vispārējs Tube Labels..." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:21 +msgid "_Tube Button Label..." +msgstr "_Tube Button Label..." + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:1 +msgid "" +"Add gradients, patterns, shadows, and bump maps to the selected region (or " +"alpha)" +msgstr "" +"Pievieno krāsu pārejas, šablonus, ēnas un reljefa kartes iezīmētajam " +"apgabalam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:3 +msgid "Blend gradient (outline)" +msgstr "Sapludināt Krāsu pāreju (kontūra)" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:4 +msgid "Blend gradient (text)" +msgstr "Sapludināt Krāsu pāreju (teksts)" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:5 +msgid "Create a logo with gradients, patterns, shadows, and bump maps" +msgstr "Izveido logo ar krāsu pārejām, šabloniem, ēnām un reljefa kartēm" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:9 +msgid "Glo_ssy..." +msgstr "_Spīdīgs..." + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:10 +msgid "Outline gradient reverse" +msgstr "Pretēja kontūras krāsu pāreja" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:12 +msgid "Pattern (outline)" +msgstr "Raksts (kontūra)" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:13 +msgid "Pattern (overlay)" +msgstr "Raksts (pārklājums)" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:14 +msgid "Pattern (text)" +msgstr "Raksts (teksts)" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:15 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:13 +msgid "Shadow" +msgstr "Ēna" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:19 +msgid "Text gradient reverse" +msgstr "Pretēja teksta krāsu pāreja" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:20 +msgid "Use pattern for outline instead of gradient" +msgstr "Kontūrai lietot rakstu, nevis krāsu pāreju" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:21 +msgid "Use pattern for text instead of gradient" +msgstr "Tekstam lietot rakstu, nevis krāsu pāreju" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:22 +msgid "Use pattern overlay" +msgstr "Lietot rakstu pārklājumus" + +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:1 +msgid "Add a glowing hot metal effect to the selected region (or alpha)" +msgstr "" +"Pievienot kvēlojoša karsta metāla efektu iezīmētajam laukumam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:3 +msgid "Create a logo that looks like glowing hot metal" +msgstr "Izveidot logo, kas izskatās kā kvēlojošs karsts metāls" + +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:7 +msgid "Glo_wing Hot..." +msgstr "K_vēlojoši karsts..." + +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:1 +msgid "Add a shiny look and bevel effect to the selected region (or alpha)" +msgstr "" +"Pievienot smuku izskatu un slīpējuma efektu iezīmētajam laukumam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:3 +msgid "Bevel height (sharpness)" +msgstr "Slīpējuma augstums (asums)" + +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:2 +msgid "Border size (pixels)" +msgstr "Apmales izmērs (pikseļi)" + +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:6 +msgid "Create a logo with a shiny look and beveled edges" +msgstr "Izveidot logo ar smuku izskatu un slīpētām malām" + +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:9 +msgid "Gradient Beve_l..." +msgstr "S_līpējuma krāsu pāreja..." + +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:1 +msgid "Create an image filled with an example of the current gradient" +msgstr "" +"Izveidot attēlu, kas aizpildīts ar fragmentu no pašreizējās krāsu pārejas" + +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:2 +msgid "Custom _Gradient..." +msgstr "Pielā_gota krāsu pāreja..." + +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:1 +#: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:1 +msgid "" +"Draw a grid as specified by the lists of X and Y locations using the current " +"brush" +msgstr "" +"Zīmēt režģi, kā norādīts X un Y vietu sarakstos, izmantojot pašreizējo otu" + +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:2 +msgid "X divisions" +msgstr "X dalījumi" + +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:3 +msgid "Y divisions" +msgstr "Y dalījumi" + +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:4 +msgid "_Grid..." +msgstr "_Režģis..." + +#: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:2 +msgid "New Guides from _Selection" +msgstr "Jauna_s palīglīnijas no iezīmējuma" + +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:1 +msgid "Add a guide at the position specified as a percentage of the image size" +msgstr "Pievienot palīglīniju vietā, kas norādīta kā procenti no attēla izmēra" + +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:2 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:2 +msgid "Direction" +msgstr "Virziens" + +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:3 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:3 +msgid "Horizontal" +msgstr "Horizontāls" + +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:4 +msgid "New Guide (by _Percent)..." +msgstr "Jauna palīglīnija (_procentos)..." + +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:6 +#, no-c-format +msgid "Position (in %)" +msgstr "Novietojums (izteikts %)" + +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:7 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:6 +msgid "Vertical" +msgstr "Vertikāls" + +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:1 +msgid "Add a guide at the orientation and position specified (in pixels)" +msgstr "Pievienot palīglīniju norādītajā virzienā un vietā (pikseļos)" + +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:4 +msgid "New _Guide..." +msgstr "Jauna palī_glīnija..." + +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:5 +msgid "Position" +msgstr "Novietojums" + +#: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:1 +msgid "Remove all horizontal and vertical guides" +msgstr "Izņemt visas horizontālās un vertikālās palīglīnijas" + +#: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:2 +msgid "_Remove all Guides" +msgstr "_Izņemt visas palīglīnijas" + +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:1 +msgid "Create a logo in a two-color, scribbled text style" +msgstr "Izveidot divkrāsainu logo ar skricelēta teksta stilu" + +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:4 +msgid "Frame color" +msgstr "Kadra krāsa" + +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:5 +msgid "Frame size" +msgstr "Kadra izmērs" + +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:6 +msgid "Imigre-_26..." +msgstr "Imigre-_26..." + +#: ../plug-ins/script-fu/scripts/land.scm.h:1 +msgid "Create an image filled with a topographic map pattern" +msgstr "Izveidot attēlu, kas aizpildīts ar topogrāfiskas kartes rakstu" + +#: ../plug-ins/script-fu/scripts/land.scm.h:6 +msgid "Land height" +msgstr "Zemes augstums" + +#: ../plug-ins/script-fu/scripts/land.scm.h:10 +msgid "Sea depth" +msgstr "Jūras dziļums" + +#: ../plug-ins/script-fu/scripts/land.scm.h:11 +msgid "_Land..." +msgstr "_Zeme..." + +#: ../plug-ins/script-fu/scripts/lava.scm.h:1 +msgid "Fill the current selection with lava" +msgstr "Aizpildīt pašlaik iezīmēto ar lavu" + +#: ../plug-ins/script-fu/scripts/lava.scm.h:4 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:8 +msgid "Roughness" +msgstr "Raupjums" + +#: ../plug-ins/script-fu/scripts/lava.scm.h:5 +msgid "Seed" +msgstr "Sēkla" + +#: ../plug-ins/script-fu/scripts/lava.scm.h:8 +msgid "Use current gradient" +msgstr "Lietot pašreizējo krāsu pāreju" + +#: ../plug-ins/script-fu/scripts/lava.scm.h:9 +msgid "_Lava..." +msgstr "_Lava..." + +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:1 +msgid "" +"Fill a layer with rays emanating outward from its center using the FG color" +msgstr "" +"Aizpildīt slāni ar stariem, ko izstaro no vidus, izmantojot priekšplāna " +"krāsu" + +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:2 +msgid "Line _Nova..." +msgstr "Līnijas _nova..." + +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:3 +msgid "Number of lines" +msgstr "Līniju skaits" + +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:4 +msgid "Offset radius" +msgstr "Nobīdes rādiuss" + +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:5 +msgid "Randomness" +msgstr "Nejaušība" + +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:6 +msgid "Sharpness (degrees)" +msgstr "Asums (grādos)" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:1 +msgid "Create a rectangular brush" +msgstr "Izveidot taisnstūrainu otu" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:2 +msgid "Create a rectangular brush with feathered edges" +msgstr "Izveidot taisnstūrainu otu ar izpludinātām malām" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:3 +msgid "Create an elliptical brush" +msgstr "Izveidot eliptisku otu" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:4 +msgid "Create an elliptical brush with feathered edges" +msgstr "Izveidot eliptisku otu ar izpludinātām malām" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:5 +msgid "Elli_ptical, Feathered..." +msgstr "Eli_ptiska, izpludināta..." + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:6 +msgid "Feathering" +msgstr "Izpludināšana" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:8 +msgid "Name" +msgstr "Nosaukums" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:9 +msgid "Re_ctangular, Feathered..." +msgstr "_Taisnstūraina, izpludināta..." + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:10 +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:5 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:4 +msgid "Spacing" +msgstr "Atstatums" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:12 +msgid "_Elliptical..." +msgstr "_Eliptiska..." + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:13 +msgid "_Rectangular..." +msgstr "Taisnstū_raina..." + +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:2 +msgid "Convert the selected region (or alpha) into a neon-sign like object" +msgstr "Pārveidot iezīmēto apgabalu (vai alfu) par neona zīmei līdzīgu objektu" + +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:3 +msgid "Create a logo in the style of a neon sign" +msgstr "Izveidot logo neona zīmes stilā" + +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:4 +msgid "Create shadow" +msgstr "Izveidot ēnu" + +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:9 +msgid "N_eon..." +msgstr "N_eons..." + +#: ../plug-ins/script-fu/scripts/news-text.scm.h:3 +msgid "Cell size (pixels)" +msgstr "Šūnas izmērs (pikseļos)" + +#: ../plug-ins/script-fu/scripts/news-text.scm.h:4 +msgid "Create a logo in the style of newspaper printing" +msgstr "Izveidot logo avīžu drukas stilā" + +#: ../plug-ins/script-fu/scripts/news-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:4 +#, no-c-format +msgid "Density (%)" +msgstr "Blīvums (%)" + +#: ../plug-ins/script-fu/scripts/news-text.scm.h:9 +msgid "Newsprint Te_xt..." +msgstr "Avīžu drukas te_ksts..." + +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:2 +msgid "Defocus" +msgstr "Defokusēt" + +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:3 +msgid "Make an image look like an old photo" +msgstr "Likt attēlam izskatīties pēc vecas fotogrāfijas" + +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:4 +msgid "Mottle" +msgstr "Grauds" + +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:5 +msgid "Sepia" +msgstr "Sēpija" + +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:7 +msgid "_Old Photo..." +msgstr "Veca f_otogrāfija..." + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:1 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:1 +msgid "Brush name" +msgstr "Otas nosaukums" + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:2 +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:1 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:3 +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:2 +msgid "File name" +msgstr "Faila nosaukums" + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:3 +msgid "New _Brush..." +msgstr "Jauna _ota..." + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:4 +msgid "Paste the clipboard contents into a new brush" +msgstr "Ielīmēt starpliktuves saturu jaunā otā" + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:6 +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:5 +msgid "There is no image data in the clipboard to paste." +msgstr "Starpliktuvē nav attēla datu, ko ielīmēt." + +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:2 +msgid "New _Pattern..." +msgstr "Jauns _raksts..." + +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:3 +msgid "Paste the clipboard contents into a new pattern" +msgstr "Ielīmēt starpliktuves saturu jaunā rakstā" + +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:4 +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:3 +msgid "Pattern name" +msgstr "Paletes nosaukums" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:1 +msgid "Add a perspective shadow to the selected region (or alpha)" +msgstr "Pievienot perspektīvu ēnu iezīmētajam apgabalam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:3 +msgid "Angle" +msgstr "Leņķis" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:6 +msgid "Interpolation" +msgstr "Interpolācija" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:8 +msgid "Relative distance of horizon" +msgstr "Horizonta relatīvais attālums" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:9 +msgid "Relative length of shadow" +msgstr "Ēnas relatīvais garums" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:10 +msgid "_Perspective..." +msgstr "_Perspektīva..." + +#: ../plug-ins/script-fu/scripts/predator.scm.h:1 +msgid "Add a 'Predator' effect to the selected region (or alpha)" +msgstr "Pievienot 'Plēsēja' efektu iezīmētajam laukumam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/predator.scm.h:2 +msgid "Edge amount" +msgstr "Malas apjoms" + +#: ../plug-ins/script-fu/scripts/predator.scm.h:4 +msgid "Pixel amount" +msgstr "Pikseļu apjoms" + +#: ../plug-ins/script-fu/scripts/predator.scm.h:5 +msgid "Pixelize" +msgstr "Pikselizēt" + +#: ../plug-ins/script-fu/scripts/predator.scm.h:7 +msgid "_Predator..." +msgstr "_Plēsējs..." + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:2 +msgid "Create images, each containing an oval button graphic" +msgstr "Izveidot attēlus, katrs satur ovālas pogas grafiku" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:5 +msgid "Lower color" +msgstr "Apakšējā krāsa" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:6 +msgid "Lower color (active)" +msgstr "Apakšējā krāsa (aktīva)" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:7 +msgid "Not pressed" +msgstr "Nav piespiesta" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:8 +msgid "Not pressed (active)" +msgstr "Nav piespiesta (aktīva)" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:9 +msgid "Padding X" +msgstr "Iekšmale X" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:10 +msgid "Padding Y" +msgstr "Iekšmale Y" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:12 +msgid "Round ratio" +msgstr "Apaļošanas mērs" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:15 +msgid "Text color (active)" +msgstr "Teksta krāsa (aktīvs)" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:16 +msgid "Upper color" +msgstr "Augšējā krāsa" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:17 +msgid "Upper color (active)" +msgstr "Augšējā krāsa (aktīva)" + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:18 +msgid "_Round Button..." +msgstr "A_paļošanas pogas..." + +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:1 +msgid "Behavior" +msgstr "Uzvedība" + +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:2 +msgid "Create an image filled with an Earth-like map pattern" +msgstr "Izveidot attēlu, kas aizpildīts ar Zemei līdzīgu kartes rakstu" + +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:3 +msgid "Detail in Middle" +msgstr "Detaļas vidū" + +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:8 +msgid "Render _Map..." +msgstr "Renderēt _karti..." + +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:9 +msgid "Tile" +msgstr "Flīzēt" + +#: ../plug-ins/script-fu/scripts/reverse-layers.scm.h:1 +msgid "Reverse Layer Order" +msgstr "Apgriezta slāņu secība" + +#: ../plug-ins/script-fu/scripts/reverse-layers.scm.h:2 +msgid "Reverse the order of layers in the image" +msgstr "Novietot attēla slāņus apgrieztā secībā" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:1 +msgid "Black" +msgstr "Melns" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:2 +msgid "" +"Create a multi-layer image by adding a ripple effect to the current image" +msgstr "Izveidot vairāku slāņu attēlu, pievienojot vilnīšu efektu šim attēlam" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:3 +msgid "Edge behavior" +msgstr "Malu uzvedība" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:4 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:4 +msgid "Number of frames" +msgstr "Kadru skaits" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:5 +msgid "Rippling strength" +msgstr "Viļņošanās stiprums" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:6 +msgid "Smear" +msgstr "Izsmērēt" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:7 +msgid "Wrap" +msgstr "Aplauzt" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:8 +msgid "_Rippling..." +msgstr "_Viļņošana..." + +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:1 +msgid "Add background" +msgstr "Pievienot fonu" + +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:2 +msgid "Add drop-shadow" +msgstr "Pievienot krītošu ēnu" + +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:4 +msgid "Edge radius" +msgstr "Stūru rādiuss" + +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:5 +msgid "" +"Round the corners of an image and optionally add a drop-shadow and background" +msgstr "Noapaļo attēla stūrus un pievieno krītošu ēnu un fonu (pēc izvēles)" + +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:9 +msgid "_Round Corners..." +msgstr "Noapaļot stū_rus..." + +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:1 +msgid "Change the colormap of an image to the colors in a specified palette." +msgstr "Mainīt attēla krāsu karti uz paletē norādītajām krāsām." + +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:2 +msgid "Palette" +msgstr "Palete" + +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:3 +msgid "Se_t Colormap..." +msgstr "Ies_tatīt krāsu karti..." + +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:2 +msgid "Convert a selection to a brush" +msgstr "Pārveidot iezīmējumu par otu" + +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:5 +msgid "To _Brush..." +msgstr "Par _otu..." + +#: ../plug-ins/script-fu/scripts/select-to-image.scm.h:1 +msgid "Convert a selection to an image" +msgstr "Pārveidot iezīmējumu par attēlu" + +#: ../plug-ins/script-fu/scripts/select-to-image.scm.h:2 +msgid "To _Image" +msgstr "Par _attēlu" + +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:1 +msgid "Convert a selection to a pattern" +msgstr "Pārveidot iezīmējumu par rakstu" + +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:4 +msgid "To _Pattern..." +msgstr "_Par rakstu..." + +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:1 +msgid "Concave" +msgstr "Ieliekts" + +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:3 +#, no-c-format +msgid "Radius (%)" +msgstr "Rādiuss (%)" + +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:4 +msgid "Round the corners of the current selection" +msgstr "Noapaļot dotā iezīmējuma stūrus" + +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:5 +msgid "Rounded R_ectangle..." +msgstr "Noapaļots _daudzstūris..." + +#: ../plug-ins/script-fu/scripts/slide.scm.h:1 +msgid "Add a slide-film like frame, sprocket holes, and labels to an image" +msgstr "" +"Pievienot slīdfilmai līdzīgus kadrus, izsistus caurumus un etiķetes attēlam" + +#: ../plug-ins/script-fu/scripts/slide.scm.h:3 +msgid "Font color" +msgstr "Fonta krāsa" + +#: ../plug-ins/script-fu/scripts/slide.scm.h:4 +msgid "Number" +msgstr "Numuru" + +#: ../plug-ins/script-fu/scripts/slide.scm.h:7 +msgid "_Slide..." +msgstr "_Slaids..." + +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:5 +msgid "Create a State Of The Art chromed logo" +msgstr "Izveidot foršu hromētu logo" + +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:10 +msgid "SOTA Chrome..." +msgstr "Foršs hroms..." + +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:2 +msgid "Create a logo with a speedy text effect" +msgstr "Izveidot logo ar ātra teksta efektu" + +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:7 +msgid "Speed Text..." +msgstr "Ātrs teksts..." + +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:1 +msgid "Create an animation by mapping the current image onto a spinning sphere" +msgstr "Izveidot animāciju, kartējot pašreizējo attēlu uz rotējošas lodes" + +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:2 +msgid "Frames" +msgstr "Kadri" + +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:3 +msgid "Index to n colors (0 = remain RGB)" +msgstr "Indekss n krāsām (0 = paliek RGB)" + +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:5 +msgid "Turn from left to right" +msgstr "Pagriezties no kreisās uz labo" + +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:7 +msgid "_Spinning Globe..." +msgstr "Rotējoš_s globuss..." + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:1 +msgid "Add Spirographs, Epitrochoids, and Lissajous Curves to the current layer" +msgstr "Pievienot spirogrāfu, epitrohoidu un Lissajous līknes dotajam slānim" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:2 +msgid "Airbrush" +msgstr "Aerogrāfs" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:3 +msgid "Brush" +msgstr "Ota" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:4 +msgid "Circle" +msgstr "Aplis" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:6 +msgid "Color method" +msgstr "Krāsu metode" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:7 +msgid "Epitrochoid" +msgstr "Epitrohoida" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:8 +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:3 +msgid "Frame" +msgstr "Kadrs" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:10 +msgid "Gradient: Loop Sawtooth" +msgstr "Krāsu pāreja: cikliski zāģa zobi" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:11 +msgid "Gradient: Loop Triangle" +msgstr "Krāsu pāreja: cikliski trijstūri" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:12 +msgid "Hexagon" +msgstr "Sešstūris" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:13 +msgid "Hole ratio" +msgstr "Cauruma proporcija" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:14 +msgid "Inner teeth" +msgstr "Iekšējais zobs" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:15 +msgid "Lissajous" +msgstr "Lissajous" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:16 +msgid "Margin (pixels)" +msgstr "Mala (pikseļos)" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:17 +msgid "Outer teeth" +msgstr "Ārējais zobs" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:18 +msgid "Pencil" +msgstr "Zīmulis" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:19 +msgid "Pentagon" +msgstr "Piecstūris" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:20 +msgid "Polygon: 10 sides" +msgstr "Daudzstūris: 10 malas" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:21 +msgid "Polygon: 7 sides" +msgstr "Daudzstūris: 7 malas" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:22 +msgid "Polygon: 8 sides" +msgstr "Daudzstūris: 8 malas" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:23 +msgid "Polygon: 9 sides" +msgstr "Daudzstūris: 9 malas" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:24 +msgid "Rendering Spyro" +msgstr "Renderē līnijas" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:25 +msgid "Shape" +msgstr "Forma" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:26 +msgid "Solid Color" +msgstr "Viendabīga krāsa" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:27 +msgid "Spyrograph" +msgstr "Spirografs" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:28 +msgid "Square" +msgstr "Kvadrāts" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:29 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:7 +msgid "Start angle" +msgstr "Sākuma leņķis" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:30 +msgid "Tool" +msgstr "Rīks" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:31 +msgid "Triangle" +msgstr "Trijstūris" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:32 +msgid "Type" +msgstr "Tips" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:33 +msgid "_Spyrogimp..." +msgstr "_Spirogimp..." + +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:1 +msgid "Create a logo using a rock-like texture, a nova glow, and shadow" +msgstr "Izveidot logo ar akmens tekstūru, novas spīdumu un ēnu" + +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:5 +msgid "Sta_rscape..." +msgstr "Sta_rscape..." + +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:4 +msgid "Create an image filled with a swirled tile effect" +msgstr "Izveidot attēlu, kas aizpildīts ar virpuļojošu flīžu efektu" + +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:9 +msgid "Swirl-_Tile..." +msgstr "Virpuļu _flīzes..." + +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:10 +msgid "Whirl amount" +msgstr "Virpuļa apjoms" + +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:1 +msgid "Create an image filled with a swirly pattern" +msgstr "Izveidot attēlu, kas aizpildīts ar virpuļainu rakstu" + +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:2 +msgid "Number of times to whirl" +msgstr "Virpuļojumu skaits" + +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:3 +msgid "Quarter size" +msgstr "Ceturdaļas izmērs" + +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:4 +msgid "Whirl angle" +msgstr "Virpuļa leņķis" + +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:5 +msgid "_Swirly..." +msgstr "Virpuli_s..." + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:1 +msgid "Add a Trace of Particles effect to the selected region (or alpha)" +msgstr "Pievienot 'Daļiņu trase' efektu iezīmētajam laukumam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:3 +msgid "Base color" +msgstr "Bāzes krāsa" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:5 +msgid "Create a logo using a Trace Of Particles effect" +msgstr "Izveidot logo, izmantojot daļiņu trases efektu" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:6 +msgid "Edge only" +msgstr "Tikai malas" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:7 +msgid "Edge width" +msgstr "Malas platums" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:10 +msgid "Hit rate" +msgstr "Sadursmju biežums" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:12 +msgid "_Particle Trace..." +msgstr "_Daļiņu trase..." + +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:1 +msgid "Antialias" +msgstr "Nogludināt" + +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:2 +msgid "" +"Create a logo by rendering the specified text along the perimeter of a circle" +msgstr "Izveidot logo, renderējot norādīto tekstu gar apļa perimetru" + +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:3 +msgid "Fill angle" +msgstr "Aizpildījuma leņķis" + +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:9 +msgid "Text C_ircle..." +msgstr "Teksta apl_is..." + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:3 +msgid "Create a textured logo with highlights, shadows, and a mosaic background" +msgstr "Izveidot logo ar tekstūru, gaismām, ēnām un mozaīku fonā" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:4 +msgid "Ending blend" +msgstr "Beigu saplūdums" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:5 +msgid "" +"Fill the selected region (or alpha) with a texture and add highlights, " +"shadows, and a mosaic background" +msgstr "" +"Aizpildīt iezīmēto apgabalu (vai alfu) ar tekstūru un gaismām, ēnām un " +"mozaīku fonā" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:8 +msgid "Hexagons" +msgstr "Sešstūri" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:9 +msgid "Mosaic tile type" +msgstr "Mozaīkas flīzes tips" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:10 +msgid "Octagons" +msgstr "Astoņstūri" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:12 +msgid "Squares" +msgstr "Kvadrāti" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:13 +msgid "Starting blend" +msgstr "Sākuma saplūdums" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:15 +msgid "Text pattern" +msgstr "Teksta raksts" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:16 +msgid "_Textured..." +msgstr "Ar _tekstūru..." + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:1 +msgid "Blur horizontally" +msgstr "Izsmērēt horizontāli" + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:2 +msgid "Blur the edges of an image so the result tiles seamlessly" +msgstr "Izsmērēt attēla malas, lai rezultāts flīzētos vienlaidus" + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:3 +msgid "Blur type" +msgstr "Izsmērēšanas veids" + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:4 +msgid "Blur vertically" +msgstr "Izsmērēt vertikāli" + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:5 +msgid "IIR" +msgstr "IIR" + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:6 +msgid "RLE" +msgstr "RLE" + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:8 +msgid "_Tileable Blur..." +msgstr "_Flīzējamā izsmērēšana..." + +#: ../plug-ins/script-fu/scripts/title-header.scm.h:1 +msgid "Create a decorative web title header" +msgstr "Izveidot dekoratīvu tīmekļa virsrakstu" + +#: ../plug-ins/script-fu/scripts/title-header.scm.h:6 +msgid "Web Title Header..." +msgstr "Tīmekļa virsraksts..." + +#: ../plug-ins/script-fu/scripts/truchet.scm.h:3 +msgid "Create an image filled with a Truchet pattern" +msgstr "Izveidot attēlu, kas aizpildīts ar Truchet rakstu" + +#: ../plug-ins/script-fu/scripts/truchet.scm.h:4 +msgid "Foreground color" +msgstr "Priekšplāna krāsa" + +#: ../plug-ins/script-fu/scripts/truchet.scm.h:7 +msgid "T_ruchet..." +msgstr "T_ruchet..." + +#: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:1 +msgid "Mask opacity" +msgstr "Maskas necaurspīdīgums" + +#: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:2 +msgid "Mask size" +msgstr "Maskas izmērs" + +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:1 +msgid "Amplitude" +msgstr "Amplitūda" + +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:2 +msgid "" +"Create a multi-layer image with an effect like a stone was thrown into the " +"current image" +msgstr "" +"Izveidot vairāku slāņu attēlu, kas izskatās pēc dotā attēlam, kurā iemests " +"akmens" + +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:3 +msgid "Invert direction" +msgstr "Pretējs virziens" + +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:5 +msgid "Wavelength" +msgstr "Viļņa garums" + +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:6 +msgid "_Waves..." +msgstr "_Viļņi..." + +#: ../plug-ins/script-fu/scripts/weave.scm.h:1 +msgid "" +"Create a new layer filled with a weave effect to be used as an overlay or " +"bump map" +msgstr "" +"Izveidot jaunu slāni ar vilnīšu efektu, ko izmantot kā reljefa kartes " +"pārklājumu" + +#: ../plug-ins/script-fu/scripts/weave.scm.h:2 +msgid "Ribbon spacing" +msgstr "Lenšu atstatums" + +#: ../plug-ins/script-fu/scripts/weave.scm.h:3 +msgid "Ribbon width" +msgstr "Lenšu platums" + +#: ../plug-ins/script-fu/scripts/weave.scm.h:4 +msgid "Shadow darkness" +msgstr "Ēnu tumšums" + +#: ../plug-ins/script-fu/scripts/weave.scm.h:5 +msgid "Shadow depth" +msgstr "Ēnu dziļums" + +#: ../plug-ins/script-fu/scripts/weave.scm.h:6 +msgid "Thread density" +msgstr "Pavediena blīvums" + +#: ../plug-ins/script-fu/scripts/weave.scm.h:7 +msgid "Thread intensity" +msgstr "Pavediena intensitāte" + +#: ../plug-ins/script-fu/scripts/weave.scm.h:8 +msgid "Thread length" +msgstr "Pavediena garums" + +#: ../plug-ins/script-fu/scripts/weave.scm.h:9 +msgid "_Weave..." +msgstr "_Vilnis..." + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:1 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:1 +msgid "Bookmark to the GIMP web site" +msgstr "Grāmatzīme uz GIMP tīmekļa vietni" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:2 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:2 +msgid "Bookmark to the user manual" +msgstr "Grāmatzīme uz lietotāja rokasgrāmatu" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:3 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:3 +msgid "Create and Use _Selections" +msgstr "Izveidot un lietot iezīmējumu_s" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:4 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:4 +msgid "Create, Open and Save _Files" +msgstr "Izveidot, atvērt un saglabāt _failus" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:5 +msgid "Drawing _Simple Objects" +msgstr "Zīmē vienkāršu_s objektus" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:6 +msgid "How to Use _Dialogs" +msgstr "Kā izmantot _dialoglodziņus" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:7 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:7 +msgid "Plug-in _Registry" +msgstr "Spraudņu _reģistrs " + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:8 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:8 +msgid "Using _Paths" +msgstr "Lieto _ceļus" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:9 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:9 +msgid "_Basic Concepts" +msgstr "_Pamata jēdzieni" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:10 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:10 +msgid "_Developer Web Site" +msgstr "Izstrā_dātāja tīmekļa vietne" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:11 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:11 +msgid "_Main Web Site" +msgstr "Galvenā tī_mekļa vietne" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:12 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:12 +msgid "_Preparing your Images for the Web" +msgstr "_Sagatavo attēlus tīmeklim" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:13 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:13 +msgid "_User Manual Web Site" +msgstr "_Lietotāja rokasgrāmatas tīmekļa vietne" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:14 +#: ../plug-ins/script-fu/scripts/gimp-online.scm.h:14 +msgid "_Working with Digital Camera Photos" +msgstr "_Darbojas ar ciparu kameras fotogrāfijām" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:1 +msgid "Add a subtle translucent 3D effect to the selected region (or alpha)" +msgstr "" +"Pievienot neuzkrītošu caurspīdīgu 3D efektu iezīmētajam laukumam (vai alfai)" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:2 +msgid "Drop shadow X offset" +msgstr "Ēnas mešanas X nobīde" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:3 +msgid "Drop shadow Y offset" +msgstr "Ēnas mešanas Y nobīde" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:4 +msgid "Drop shadow blur radius" +msgstr "Krītošās ēnas izsmērējuma rādiuss" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:5 +msgid "Drop shadow color" +msgstr "Krītošās ēnas krāsa" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:6 +msgid "Drop shadow opacity" +msgstr "Krītošās ēnas biezums" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:7 +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:11 +msgid "Highlight X offset" +msgstr "Izgaismojuma X nobīde" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:8 +msgid "Highlight Y offset" +msgstr "Izgaismojuma Y nobīde" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:10 +msgid "Highlight opacity" +msgstr "Izgaismojuma blīvums" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:12 +#: ../plug-ins/script-fu/scripts/circuit.scm.h:4 +#: ../plug-ins/script-fu/scripts/lava.scm.h:3 +#: ../plug-ins/script-fu/scripts/predator.scm.h:3 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:14 +msgid "_Xach-Effect..." +msgstr "_Xach efekts..." + diff -Nru gimp-2.6.11/po-script-fu/nn.po gimp-2.6.12/po-script-fu/nn.po --- gimp-2.6.11/po-script-fu/nn.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/nn.po 2011-09-28 01:43:13.000000000 +0000 @@ -3,10 +3,10 @@ msgid "" msgstr "" "Project-Id-Version: gimp 2.4\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n" -"POT-Creation-Date: 2009-04-17 09:05+0000\n" -"PO-Revision-Date: 2009-06-25 17:49+0100\n" -"Last-Translator: Kolbjørn Stuestøl \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-05-29 05:47+0000\n" +"PO-Revision-Date: 2011-05-31 22:36+0100\n" +"Last-Translator: Kolbjørn Stuestøl \n" "Language-Team: Kolbjørn Stuestøl \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,7 +30,7 @@ #: ../plug-ins/script-fu/script-fu-console.c:236 msgid "_Browse..." -msgstr "_Bla gjennom..." +msgstr "_Bla gjennom …" #: ../plug-ins/script-fu/script-fu-console.c:294 msgid "Save Script-Fu Console Output" @@ -105,11 +105,6 @@ #: ../plug-ins/script-fu/script-fu-interface.c:824 #, c-format -#| msgid "" -#| "Error while executing\n" -#| "%s\n" -#| "\n" -#| "%s" msgid "Error while executing %s:" msgstr "Feil under utføringa av %s:" @@ -119,11 +114,6 @@ #: ../plug-ins/script-fu/script-fu-scripts.c:609 #, c-format -#| msgid "" -#| "Error while executing\n" -#| "%s\n" -#| "\n" -#| "%s" msgid "Error while loading %s:" msgstr "Feil ved lastinga av %s:" @@ -157,7 +147,7 @@ #: ../plug-ins/script-fu/script-fu.c:146 msgid "_Start Server..." -msgstr "_Start tenaren..." +msgstr "_Start tenaren …" #: ../plug-ins/script-fu/script-fu.c:302 msgid "_GIMP Online" @@ -221,7 +211,7 @@ #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:1 msgid "3D _Outline..." -msgstr "3D _Omriss..." +msgstr "3D _Omriss …" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:2 msgid "Bumpmap (alpha layer) blur radius" @@ -389,7 +379,7 @@ #: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:1 msgid "3_D Truchet..." -msgstr "3_D Truchet..." +msgstr "3_D Truchet …" #: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:2 #: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:1 @@ -483,7 +473,7 @@ #: ../plug-ins/script-fu/scripts/addborder.scm.h:1 msgid "Add _Border..." -msgstr "Legg til _ramme..." +msgstr "Legg til _ramme …" #: ../plug-ins/script-fu/scripts/addborder.scm.h:2 msgid "Add a border around an image" @@ -564,7 +554,7 @@ #: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:11 #: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:9 msgid "_Arrow..." -msgstr "_Pil..." +msgstr "_Pil …" #: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 msgid "Bar height" @@ -581,7 +571,7 @@ #: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:7 #: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:5 msgid "_Hrule..." -msgstr "_Hrule..." +msgstr "_Hrule …" #: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 msgid "Create a bullet graphic with an eerie glow for web pages" @@ -596,12 +586,12 @@ #: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 #: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 msgid "_Bullet..." -msgstr "_Rund trykknapp..." +msgstr "_Rund trykknapp …" #: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:1 #: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:1 msgid "B_utton..." -msgstr "Tekst_knapp..." +msgstr "Tekst_knapp …" #: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 msgid "Create a button graphic with an eerie glow for web pages" @@ -637,7 +627,7 @@ #: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:2 msgid "Alien _Glow..." -msgstr "Alien _Glow..." +msgstr "Alien _Glow …" #: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:3 msgid "Create a logo with an alien glow around the text" @@ -653,7 +643,7 @@ #: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:2 msgid "Alien _Neon..." -msgstr "Alien _Neon..." +msgstr "Alien _Neon …" #: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:4 msgid "Create a logo with psychedelic outlines around the text" @@ -685,7 +675,7 @@ #: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:8 msgid "_Basic I..." -msgstr "_Basisk I..." +msgstr "_Basisk I …" #: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:1 msgid "Add a shadow and a highlight to the selected region (or alpha)" @@ -693,7 +683,7 @@ #: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:2 msgid "B_asic II..." -msgstr "B_asisk II..." +msgstr "B_asisk II …" #: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:4 msgid "Create a simple logo with a shadow and a highlight" @@ -721,7 +711,7 @@ #: ../plug-ins/script-fu/scripts/beveled-button.scm.h:8 msgid "Simple _Beveled Button..." -msgstr "Enkel knapp med _fasett..." +msgstr "Enkel knapp med _fasett …" #: ../plug-ins/script-fu/scripts/beveled-button.scm.h:11 msgid "Upper-left color" @@ -755,7 +745,7 @@ #: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 msgid "H_eading..." -msgstr "H_eading..." +msgstr "H_eading …" #: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 msgid "Create a beveled pattern hrule for webpages" @@ -782,11 +772,11 @@ #: ../plug-ins/script-fu/scripts/blend-anim.scm.h:2 msgid "Create intermediate layers to blend two or more layers over a background as an animation" -msgstr "Oppretter mellombels lag for å blande to eller fleire lag over ein bakgrunn som animasjon" +msgstr "Oppretter mellomlag for å blande to eller fleire lag over ein bakgrunn som animasjon" #: ../plug-ins/script-fu/scripts/blend-anim.scm.h:3 msgid "Intermediate frames" -msgstr "Mellombels rammer" +msgstr "Mellomrammer" #: ../plug-ins/script-fu/scripts/blend-anim.scm.h:4 msgid "Looped" @@ -798,7 +788,7 @@ #: ../plug-ins/script-fu/scripts/blend-anim.scm.h:6 msgid "_Blend..." -msgstr "_Bland..." +msgstr "_Bland …" #: ../plug-ins/script-fu/scripts/blended-logo.scm.h:1 msgid "Add blended backgrounds, highlights, and shadows to the selected region (or alpha)" @@ -806,7 +796,7 @@ #: ../plug-ins/script-fu/scripts/blended-logo.scm.h:3 msgid "Blen_ded..." -msgstr "Blan_da..." +msgstr "Blan_da …" #: ../plug-ins/script-fu/scripts/blended-logo.scm.h:4 msgid "Blend mode" @@ -866,7 +856,7 @@ #: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:4 msgid "Bo_vination..." -msgstr "K_uflekkar..." +msgstr "K_uflekkar …" #: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:5 msgid "Create a logo with text in the style of 'cow spots'" @@ -890,7 +880,7 @@ #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:3 msgid "B_urn-In..." -msgstr "_Brenn inn..." +msgstr "_Brenn inn …" #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:4 msgid "Corona width" @@ -898,7 +888,7 @@ #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:5 msgid "Create intermediate layers to produce an animated 'burn-in' transition between two layers" -msgstr "Oppretter mellombels lag for å lage ein animert «innbrent» overgang mellom to lag" +msgstr "Oppretter mellomlag for å lage ein animert «innbrent» overgang mellom to lag" #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:6 msgid "Fadeout" @@ -953,7 +943,7 @@ #: ../plug-ins/script-fu/scripts/camo.scm.h:9 msgid "_Camouflage..." -msgstr "_Kamuflasje..." +msgstr "_Kamuflasje …" #: ../plug-ins/script-fu/scripts/carve-it.scm.h:1 msgid "Carve white areas" @@ -965,7 +955,7 @@ #: ../plug-ins/script-fu/scripts/carve-it.scm.h:3 msgid "Stencil C_arve..." -msgstr "_Skjer ut..." +msgstr "_Skjer ut …" #: ../plug-ins/script-fu/scripts/carved-logo.scm.h:1 msgid "Background Image" @@ -977,7 +967,7 @@ #: ../plug-ins/script-fu/scripts/carved-logo.scm.h:3 msgid "Carved..." -msgstr "Utskjering..." +msgstr "Utskjering …" #: ../plug-ins/script-fu/scripts/carved-logo.scm.h:4 msgid "Create a logo with text raised above or carved in to the specified background image" @@ -1001,7 +991,7 @@ #: ../plug-ins/script-fu/scripts/chalk.scm.h:8 msgid "_Chalk..." -msgstr "_Kritt..." +msgstr "_Kritt …" #: ../plug-ins/script-fu/scripts/chip-away.scm.h:1 msgid "Add a chipped woodcarving effect to the selected region (or alpha)" @@ -1013,7 +1003,7 @@ #: ../plug-ins/script-fu/scripts/chip-away.scm.h:3 msgid "Chip Awa_y..." -msgstr "_Gnaging..." +msgstr "_Gnaging …" #: ../plug-ins/script-fu/scripts/chip-away.scm.h:4 msgid "Chip amount" @@ -1081,7 +1071,7 @@ #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:9 msgid "Stencil C_hrome..." -msgstr "C_hrome-It..." +msgstr "_Kromeffekt …" #: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:1 msgid "Add a simple chrome effect to the selected region (or alpha)" @@ -1089,7 +1079,7 @@ #: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:4 msgid "C_hrome..." -msgstr "_Krom..." +msgstr "_Krom …" #: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:5 msgid "Create a simplistic, but cool, chromed logo" @@ -1130,7 +1120,7 @@ #: ../plug-ins/script-fu/scripts/circuit.scm.h:7 msgid "_Circuit..." -msgstr "_Kretskort..." +msgstr "_Kretskort …" #: ../plug-ins/script-fu/scripts/clothify.scm.h:1 msgid "Add a cloth-like texture to the selected region (or alpha)" @@ -1161,7 +1151,7 @@ #: ../plug-ins/script-fu/scripts/clothify.scm.h:7 msgid "_Clothify..." -msgstr "_Tekstil..." +msgstr "_Tekstil …" #: ../plug-ins/script-fu/scripts/coffee.scm.h:1 msgid "Add realistic looking coffee stains to the image" @@ -1177,7 +1167,7 @@ #: ../plug-ins/script-fu/scripts/coffee.scm.h:4 msgid "_Coffee Stain..." -msgstr "_Kaffiflekkar..." +msgstr "_Kaffiflekkar …" #: ../plug-ins/script-fu/scripts/comic-logo.scm.h:1 msgid "Add a comic-book effect to the selected region (or alpha) by outlining and filling with a gradient" @@ -1185,7 +1175,7 @@ #: ../plug-ins/script-fu/scripts/comic-logo.scm.h:3 msgid "Comic Boo_k..." -msgstr "Tei_kneserie..." +msgstr "Tei_kneserie …" #: ../plug-ins/script-fu/scripts/comic-logo.scm.h:4 msgid "Create a comic-book style logo by outlining and filling with a gradient" @@ -1206,7 +1196,7 @@ #: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:3 msgid "Cool _Metal..." -msgstr "Kaldt _metall..." +msgstr "Kaldt _metall …" #: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:4 msgid "Create a metallic logo with reflections and perspective shadows" @@ -1229,11 +1219,11 @@ #: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:4 msgid "Crystal..." -msgstr "Krystall..." +msgstr "Krystall …" #: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:1 msgid "Difference Clouds..." -msgstr "Differenseskyer.." +msgstr "Differenseskyer …" #: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:2 msgid "Solid noise applied with Difference layer mode" @@ -1265,7 +1255,7 @@ #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:8 msgid "_Distort..." -msgstr "_Forvrengning..." +msgstr "_Forvrengning …" #: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:1 msgid "Add a drop shadow to the selected region (or alpha)" @@ -1308,7 +1298,7 @@ #: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:8 msgid "_Drop Shadow..." -msgstr "_Slagskygge..." +msgstr "_Slagskygge …" #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:1 msgid "Columns" @@ -1352,7 +1342,7 @@ #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:11 msgid "_Erase Every Other Row..." -msgstr "Sl_ett annakvar rad..." +msgstr "Sl_ett annakvar rad …" #: ../plug-ins/script-fu/scripts/flatland.scm.h:1 msgid "Create an image filled with a Land Pattern" @@ -1390,7 +1380,7 @@ #: ../plug-ins/script-fu/scripts/flatland.scm.h:8 msgid "_Flatland..." -msgstr "_Flatland..." +msgstr "_Flatland …" #: ../plug-ins/script-fu/scripts/font-map.scm.h:1 msgid "Active colors" @@ -1410,7 +1400,7 @@ #: ../plug-ins/script-fu/scripts/font-map.scm.h:5 msgid "Render _Font Map..." -msgstr "Lager _skrifttypekart..." +msgstr "Lager _skrifttypekart …" #: ../plug-ins/script-fu/scripts/font-map.scm.h:6 msgid "Use font _name as text" @@ -1446,7 +1436,7 @@ #: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:8 msgid "_Frosty..." -msgstr "_Frost..." +msgstr "_Frost …" #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:1 msgid "Add a jagged, fuzzy border to an image" @@ -1476,7 +1466,7 @@ #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:11 msgid "_Fuzzy Border..." -msgstr "_Ullen kant..." +msgstr "_Ullen kant …" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:1 msgid "Autocrop" @@ -1526,11 +1516,11 @@ #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:15 msgid "_Big Header..." -msgstr "_Stor overskrift..." +msgstr "_Stor overskrift …" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:16 msgid "_Small Header..." -msgstr "_Lita overskrift..." +msgstr "_Lita overskrift …" #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:2 msgid "Create an image of a Tube Button Label Header using the gimp.org webpage theme" @@ -1550,19 +1540,19 @@ #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:16 msgid "T_ube Sub-Button Label..." -msgstr "Knappetekst _mindre..." +msgstr "Knappetekst _mindre …" #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:19 msgid "Tub_e Sub-Sub-Button Label..." -msgstr "Knappetekst m_inst..." +msgstr "Knappetekst m_inst …" #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:20 msgid "_General Tube Labels..." -msgstr "_Generell tekst med røyrskrift..." +msgstr "_Generell tekst med røyrskrift …" #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:21 msgid "_Tube Button Label..." -msgstr "_Knappetekst normal..." +msgstr "_Knappetekst normal …" #: ../plug-ins/script-fu/scripts/glossy.scm.h:1 msgid "Add gradients, patterns, shadows, and bump maps to the selected region (or alpha)" @@ -1582,7 +1572,7 @@ #: ../plug-ins/script-fu/scripts/glossy.scm.h:9 msgid "Glo_ssy..." -msgstr "Glin_sande..." +msgstr "Glin_sande …" #: ../plug-ins/script-fu/scripts/glossy.scm.h:10 msgid "Outline gradient reverse" @@ -1630,7 +1620,7 @@ #: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:7 msgid "Glo_wing Hot..." -msgstr "_Glødande..." +msgstr "_Glødande …" #: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:1 msgid "Add a shiny look and bevel effect to the selected region (or alpha)" @@ -1652,7 +1642,7 @@ #: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:9 msgid "Gradient Beve_l..." -msgstr "Skinande _fasett..." +msgstr "Skinande _fasett …" #: ../plug-ins/script-fu/scripts/gradient-example.scm.h:1 msgid "Create an image filled with an example of the current gradient" @@ -1660,7 +1650,7 @@ #: ../plug-ins/script-fu/scripts/gradient-example.scm.h:2 msgid "Custom _Gradient..." -msgstr "_Eigendefinert fargeovergang..." +msgstr "_Eigendefinert fargeovergang …" #: ../plug-ins/script-fu/scripts/grid-system.scm.h:1 #: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:1 @@ -1677,7 +1667,7 @@ #: ../plug-ins/script-fu/scripts/grid-system.scm.h:4 msgid "_Grid..." -msgstr "_Rutenett..." +msgstr "_Rutenett …" #: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:2 msgid "New Guides from _Selection" @@ -1699,7 +1689,7 @@ #: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:4 msgid "New Guide (by _Percent)..." -msgstr "Ny hjelpelinje (i _%)..." +msgstr "Ny hjelpelinje (i _%) …" #: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:6 #, no-c-format @@ -1717,7 +1707,7 @@ #: ../plug-ins/script-fu/scripts/guides-new.scm.h:4 msgid "New _Guide..." -msgstr "Ny _hjelpelinje..." +msgstr "Ny _hjelpelinje …" #: ../plug-ins/script-fu/scripts/guides-new.scm.h:5 msgid "Position" @@ -1745,7 +1735,7 @@ #: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:6 msgid "Imigre-_26..." -msgstr "Imigre-26..." +msgstr "Imigre-26 …" #: ../plug-ins/script-fu/scripts/land.scm.h:1 msgid "Create an image filled with a topographic map pattern" @@ -1761,7 +1751,7 @@ #: ../plug-ins/script-fu/scripts/land.scm.h:11 msgid "_Land..." -msgstr "_Land..." +msgstr "_Land …" #: ../plug-ins/script-fu/scripts/lava.scm.h:1 msgid "Fill the current selection with lava" @@ -1782,19 +1772,19 @@ #: ../plug-ins/script-fu/scripts/lava.scm.h:9 msgid "_Lava..." -msgstr "_Lava..." +msgstr "_Lava …" #: ../plug-ins/script-fu/scripts/line-nova.scm.h:1 msgid "Fill a layer with rays emanating outward from its center using the FG color" -msgstr "Fyller biletet med stråler som går utover frå sentrum. Farge frå forgrunnsfargen" +msgstr "Fyller biletet med strålar som går utover frå sentrum. Farge frå forgrunnsfargen" #: ../plug-ins/script-fu/scripts/line-nova.scm.h:2 msgid "Line _Nova..." -msgstr "Line _Nova..." +msgstr "Line _Nova …" #: ../plug-ins/script-fu/scripts/line-nova.scm.h:3 msgid "Number of lines" -msgstr "Talet på rutenettlinjer" +msgstr "Talet på strålar" #: ../plug-ins/script-fu/scripts/line-nova.scm.h:4 msgid "Offset radius" @@ -1806,7 +1796,7 @@ #: ../plug-ins/script-fu/scripts/line-nova.scm.h:6 msgid "Sharpness (degrees)" -msgstr "Skarpleik (grader)" +msgstr "Mellomrom (grader)" #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:1 msgid "Create a rectangular brush" @@ -1826,7 +1816,7 @@ #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:5 msgid "Elli_ptical, Feathered..." -msgstr "Elliptisk, med fjørkant..." +msgstr "Elliptisk, med fjørkant …" #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:6 msgid "Feathering" @@ -1838,7 +1828,7 @@ #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:9 msgid "Re_ctangular, Feathered..." -msgstr "Re_ktangulær, fjørkanta..." +msgstr "Re_ktangulær, fjørkanta …" #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:10 #: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:5 @@ -1848,11 +1838,11 @@ #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:12 msgid "_Elliptical..." -msgstr "_Elliptisk..." +msgstr "_Elliptisk …" #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:13 msgid "_Rectangular..." -msgstr "_Rektangulær..." +msgstr "_Rektangulær …" #: ../plug-ins/script-fu/scripts/neon-logo.scm.h:2 msgid "Convert the selected region (or alpha) into a neon-sign like object" @@ -1868,7 +1858,7 @@ #: ../plug-ins/script-fu/scripts/neon-logo.scm.h:9 msgid "N_eon..." -msgstr "N_eon..." +msgstr "N_eon …" #: ../plug-ins/script-fu/scripts/news-text.scm.h:3 msgid "Cell size (pixels)" @@ -1886,7 +1876,7 @@ #: ../plug-ins/script-fu/scripts/news-text.scm.h:9 msgid "Newsprint Te_xt..." -msgstr "_Avistrykk..." +msgstr "_Avistrykk …" #: ../plug-ins/script-fu/scripts/old-photo.scm.h:2 msgid "Defocus" @@ -1906,7 +1896,7 @@ #: ../plug-ins/script-fu/scripts/old-photo.scm.h:7 msgid "_Old Photo..." -msgstr "_Gamalt foto..." +msgstr "_Gamalt foto …" #: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:1 #: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:1 @@ -1922,7 +1912,7 @@ #: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:3 msgid "New _Brush..." -msgstr "Ny _pensel..." +msgstr "Ny _pensel …" #: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:4 msgid "Paste the clipboard contents into a new brush" @@ -1935,7 +1925,7 @@ #: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:2 msgid "New _Pattern..." -msgstr "Nytt _mønsterelement..." +msgstr "Nytt _mønsterelement …" #: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:3 msgid "Paste the clipboard contents into a new pattern" @@ -1968,7 +1958,7 @@ #: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:10 msgid "_Perspective..." -msgstr "_Perspektivskygge..." +msgstr "_Perspektivskygge …" #: ../plug-ins/script-fu/scripts/predator.scm.h:1 msgid "Add a 'Predator' effect to the selected region (or alpha)" @@ -1988,7 +1978,7 @@ #: ../plug-ins/script-fu/scripts/predator.scm.h:7 msgid "_Predator..." -msgstr "_Predator..." +msgstr "_Predator …" #: ../plug-ins/script-fu/scripts/pupi-button.scm.h:2 msgid "Create images, each containing an oval button graphic" @@ -2036,7 +2026,7 @@ #: ../plug-ins/script-fu/scripts/pupi-button.scm.h:18 msgid "_Round Button..." -msgstr "_Avrunda knapp..." +msgstr "_Avrunda knapp …" #: ../plug-ins/script-fu/scripts/rendermap.scm.h:1 msgid "Behavior" @@ -2052,7 +2042,7 @@ #: ../plug-ins/script-fu/scripts/rendermap.scm.h:8 msgid "Render _Map..." -msgstr "Teiknar _kart..." +msgstr "Teiknar _kart …" #: ../plug-ins/script-fu/scripts/rendermap.scm.h:9 msgid "Tile" @@ -2072,7 +2062,7 @@ #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:2 msgid "Create a multi-layer image by adding a ripple effect to the current image" -msgstr "Lager eit multilagsbilete ved å legge ein krusningseffekt til i biletet" +msgstr "Oppretter eit bilete med fleire lag ved å legge ein krusningseffekt til i biletet" #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:3 msgid "Edge behavior" @@ -2085,7 +2075,7 @@ #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:5 msgid "Rippling strength" -msgstr "Krusingsstyrke" +msgstr "Krusningsstyrke" #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:6 msgid "Smear" @@ -2097,7 +2087,7 @@ #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:8 msgid "_Rippling..." -msgstr "_Krusning..." +msgstr "_Krusning …" #: ../plug-ins/script-fu/scripts/round-corners.scm.h:1 msgid "Add background" @@ -2117,7 +2107,7 @@ #: ../plug-ins/script-fu/scripts/round-corners.scm.h:9 msgid "_Round Corners..." -msgstr "_Avrunda hjørne..." +msgstr "_Avrunda hjørne …" #: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:1 msgid "Change the colormap of an image to the colors in a specified palette." @@ -2129,7 +2119,7 @@ #: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:3 msgid "Se_t Colormap..." -msgstr "_Bytt palett..." +msgstr "_Bytt palett …" #: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:2 msgid "Convert a selection to a brush" @@ -2137,7 +2127,7 @@ #: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:5 msgid "To _Brush..." -msgstr "Til _pensel..." +msgstr "Til _pensel …" #: ../plug-ins/script-fu/scripts/select-to-image.scm.h:1 msgid "Convert a selection to an image" @@ -2170,7 +2160,7 @@ #: ../plug-ins/script-fu/scripts/selection-round.scm.h:5 msgid "Rounded R_ectangle..." -msgstr "Avrunda r_ektangel..." +msgstr "Avrunda r_ektangel …" #: ../plug-ins/script-fu/scripts/slide.scm.h:1 msgid "Add a slide-film like frame, sprocket holes, and labels to an image" @@ -2186,7 +2176,7 @@ #: ../plug-ins/script-fu/scripts/slide.scm.h:7 msgid "_Slide..." -msgstr "_Dias..." +msgstr "_Dias …" #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:5 msgid "Create a State Of The Art chromed logo" @@ -2194,7 +2184,7 @@ #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:10 msgid "SOTA Chrome..." -msgstr "SOTA krom..." +msgstr "SOTA krom …" #: ../plug-ins/script-fu/scripts/speed-text.scm.h:2 msgid "Create a logo with a speedy text effect" @@ -2202,7 +2192,7 @@ #: ../plug-ins/script-fu/scripts/speed-text.scm.h:7 msgid "Speed Text..." -msgstr "Fartsfylt tekst..." +msgstr "Fartsfylt tekst …" #: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:1 msgid "Create an animation by mapping the current image onto a spinning sphere" @@ -2222,7 +2212,7 @@ #: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:7 msgid "_Spinning Globe..." -msgstr "_Roterande kule..." +msgstr "_Roterande kule …" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:1 msgid "Add Spirographs, Epitrochoids, and Lissajous Curves to the current layer" @@ -2310,7 +2300,7 @@ #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:24 msgid "Rendering Spyro" -msgstr "Berekner blåst..." +msgstr "Berekner blåst" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:25 msgid "Shape" @@ -2347,7 +2337,7 @@ #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:33 msgid "_Spyrogimp..." -msgstr "_Spyrogimp..." +msgstr "_Spyrogimp …" #: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:1 msgid "Create a logo using a rock-like texture, a nova glow, and shadow" @@ -2355,7 +2345,7 @@ #: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:5 msgid "Sta_rscape..." -msgstr "St_jerneform..." +msgstr "St_jerneform …" #: ../plug-ins/script-fu/scripts/swirltile.scm.h:4 msgid "Create an image filled with a swirled tile effect" @@ -2363,7 +2353,7 @@ #: ../plug-ins/script-fu/scripts/swirltile.scm.h:9 msgid "Swirl-_Tile..." -msgstr "Kvervel_flis..." +msgstr "Kvervel_flis …" #: ../plug-ins/script-fu/scripts/swirltile.scm.h:10 msgid "Whirl amount" @@ -2387,7 +2377,7 @@ #: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:5 msgid "_Swirly..." -msgstr "_Kvervlande..." +msgstr "_Kvervlande …" #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:1 msgid "Add a Trace of Particles effect to the selected region (or alpha)" @@ -2415,7 +2405,7 @@ #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:12 msgid "_Particle Trace..." -msgstr "_Partikkelspor..." +msgstr "_Partikkelspor …" #: ../plug-ins/script-fu/scripts/text-circle.scm.h:1 msgid "Antialias" @@ -2431,7 +2421,7 @@ #: ../plug-ins/script-fu/scripts/text-circle.scm.h:9 msgid "Text C_ircle..." -msgstr "_Tekstsirkel..." +msgstr "_Tekstsirkel …" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:3 msgid "Create a textured logo with highlights, shadows, and a mosaic background" @@ -2471,7 +2461,7 @@ #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:16 msgid "_Textured..." -msgstr "_Teksturert..." +msgstr "_Teksturert …" #: ../plug-ins/script-fu/scripts/tileblur.scm.h:1 msgid "Blur horizontally" @@ -2499,7 +2489,7 @@ #: ../plug-ins/script-fu/scripts/tileblur.scm.h:8 msgid "_Tileable Blur..." -msgstr "_Slør flisfugene..." +msgstr "_Slør flisfugene …" #: ../plug-ins/script-fu/scripts/title-header.scm.h:1 msgid "Create a decorative web title header" @@ -2507,7 +2497,7 @@ #: ../plug-ins/script-fu/scripts/title-header.scm.h:6 msgid "Web Title Header..." -msgstr "Overskrift for nettside..." +msgstr "Overskrift for nettside …" #: ../plug-ins/script-fu/scripts/truchet.scm.h:3 msgid "Create an image filled with a Truchet pattern" @@ -2519,7 +2509,7 @@ #: ../plug-ins/script-fu/scripts/truchet.scm.h:7 msgid "T_ruchet..." -msgstr "T_ruchet..." +msgstr "T_ruchet …" #: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:1 msgid "Mask opacity" @@ -2547,7 +2537,7 @@ #: ../plug-ins/script-fu/scripts/waves-anim.scm.h:6 msgid "_Waves..." -msgstr "_Bølgjer..." +msgstr "_Bølgjer …" #: ../plug-ins/script-fu/scripts/weave.scm.h:1 msgid "Create a new layer filled with a weave effect to be used as an overlay or bump map" @@ -2583,7 +2573,7 @@ #: ../plug-ins/script-fu/scripts/weave.scm.h:9 msgid "_Weave..." -msgstr "_Vevnad..." +msgstr "_Vevnad …" #: ../plug-ins/script-fu/scripts/web-browser.scm.h:1 msgid "Bookmark to the GIMP web site" @@ -2679,64 +2669,90 @@ #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:12 msgid "_Xach-Effect..." -msgstr "_Xach-Effect..." +msgstr "_Xach-Effect …" #~ msgid "_Misc" #~ msgstr "_Ymse" + #~ msgid "_Utilities" #~ msgstr "_Nytteprogram" + #~ msgid "An_imation" #~ msgstr "An_imasjon" + #~ msgid "_Animators" #~ msgstr "_Animatorar" + #~ msgid "_Artistic" #~ msgstr "_Artistisk" + #~ msgid "_Blur" #~ msgstr "_Sløring" + #~ msgid "_Decor" #~ msgstr "_Dekor" + #~ msgid "_Effects" #~ msgstr "_Effektar" + #~ msgid "En_hance" #~ msgstr "For_betra" + #~ msgid "_Light and Shadow" #~ msgstr "_Lys og skygge" + #~ msgid "S_hadow" #~ msgstr "_Skygge" + #~ msgid "_Render" #~ msgstr "_Teikning" + #~ msgid "_Alchemy" #~ msgstr "_Alkemi" + #~ msgid "Effect size (pixels * 3)" #~ msgstr "Effektbreidde (pikslar * 3)" + #~ msgid "Effect size (pixels * 5)" #~ msgstr "Effektbreidde" + #~ msgid "Create a simple sphere with a drop shadow" #~ msgstr "Lag ei enkel kule med slagskygge" + #~ msgid "Lighting (degrees)" #~ msgstr "Lyssetting (grader)" + #~ msgid "Radius (pixels)" #~ msgstr "Radius (pikslar)" + #~ msgid "Sphere color" #~ msgstr "Farge på kula" + #~ msgid "_Sphere..." -#~ msgstr "_Kule..." +#~ msgstr "_Kule …" + #~ msgid "Burst color" #~ msgstr "Utbrotsfarge" + #~ msgid "Create a logo using a starburst gradient" #~ msgstr "Lager ein logo med stjerneutbrot som fargeovergang" + #~ msgid "Effect size (pixels * 30)" #~ msgstr "Effektstorleik (pikslar * 30)" + #~ msgid "" #~ "Fill the selected region (or alpha) with a starburst gradient and add a " #~ "shadow" #~ msgstr "" #~ "Fyll det valde området (eller alfakanalen) med stjerneutbrot og legg til " #~ "skygge" + #~ msgid "Starb_urst..." -#~ msgstr "Stjerne_utbrot..." +#~ msgstr "Stjerne_utbrot …" + #~ msgid "Effect size (pixels * 4)" #~ msgstr "Effektstorleik (pikslar * 4)" + #~ msgid "" #~ "Fill the selected region (or alpha) with a rock-like texture, a nova " #~ "glow, and shadow" @@ -2747,4 +2763,3 @@ #, fuzzy #~ msgid "Script-Fu _Console" #~ msgstr "Script-Fu konsoll" - diff -Nru gimp-2.6.11/po-script-fu/pl.po gimp-2.6.12/po-script-fu/pl.po --- gimp-2.6.11/po-script-fu/pl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/pl.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,8 +1,8 @@ # translation of gimp-script-fu.gimp-2-6.pl.po to Polish # GNOME PL Team , 1999-2005. -# Artur Polaczyński , 1999,2000. +# Artur Polaczyński , 1999, 2000. # Bartosz Kosiorek , 2005-2008. -# Copyright (C) 2001-2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001-2011 Free Software Foundation, Inc. # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Aviary.pl # Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz @@ -11,20 +11,20 @@ # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- msgid "" msgstr "" -"Project-Id-Version: gimp-script-fu.gimp-2-6.pl\n" +"Project-Id-Version: gimp-script-fu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-08 22:04+0100\n" -"PO-Revision-Date: 2008-10-20 15:16+0200\n" -"Last-Translator: Bartosz Kosiorek \n" -"Language-Team: Polish \n" +"POT-Creation-Date: 2011-08-25 19:16+0200\n" +"PO-Revision-Date: 2011-08-25 21:00+0200\n" +"Last-Translator: Piotr Drąg \n" +"Language-Team: Polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Poedit-Language: Polish\n" -"X-Poedit-Country: POLAND\n" +"X-Poedit-Country: Poland\n" #: ../plug-ins/script-fu/script-fu-console.c:131 #: ../plug-ins/script-fu/script-fu-console.c:198 @@ -1288,16 +1288,15 @@ #: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:1 msgid "Difference Clouds..." -msgstr "Róznica chmur..." +msgstr "Różnica chmur..." #: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:2 msgid "Solid noise applied with Difference layer mode" -msgstr "" +msgstr "Jednolity szum zastosowany za pomocą trybu warstw różnicy" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:1 -#, fuzzy msgid "Distress the selection" -msgstr "Zachowaj zaznaczenia" +msgstr "Postarz zaznaczenia" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:2 msgid "Granularity (1 is low)" @@ -1321,7 +1320,7 @@ #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:8 msgid "_Distort..." -msgstr "_Zniekształcenie obwodu" +msgstr "_Zniekształcenie obwodu..." #: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:1 msgid "Add a drop shadow to the selected region (or alpha)" @@ -1622,11 +1621,11 @@ #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:16 msgid "T_ube Sub-Button Label..." -msgstr "" +msgstr "_Etykieta wypukłego podprzycisku..." #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:19 msgid "Tub_e Sub-Sub-Button Label..." -msgstr "" +msgstr "Etykieta _wypukłego podprzycisku..." #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:20 msgid "_General Tube Labels..." @@ -2266,7 +2265,7 @@ #: ../plug-ins/script-fu/scripts/slide.scm.h:1 msgid "Add a slide-film like frame, sprocket holes, and labels to an image" -msgstr "" +msgstr "Dodaje do obrazu ramkę, dziury i etykiety jak na taśmie filmowej" #: ../plug-ins/script-fu/scripts/slide.scm.h:3 msgid "Font color" diff -Nru gimp-2.6.11/po-script-fu/pt.po gimp-2.6.12/po-script-fu/pt.po --- gimp-2.6.11/po-script-fu/pt.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/pt.po 2012-01-31 13:50:16.000000000 +0000 @@ -6,19 +6,20 @@ # Filipe Maia , 2002 (Baseado na versão brasileria por Marcia Norie Nakaza , 2000). # Duarte Loreto , 2003, 2004. # Bruno Queiros , 2008. +# Pedro Barreira , 2010 # msgid "" msgstr "" "Project-Id-Version: gimp-script-fu.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-28 17:43+0000\n" -"PO-Revision-Date: 2008-11-30 16:22+0100\n" -"Last-Translator: Bruno Queiros \n" -"Language-Team: \n" +"POT-Creation-Date: 2011-01-09 19:37+0000\n" +"PO-Revision-Date: 2010-12-26 15:50+0100\n" +"Last-Translator: Pedro Barreira \n" +"Language-Team: Portuguese \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" #: ../plug-ins/script-fu/script-fu-console.c:131 #: ../plug-ins/script-fu/script-fu-console.c:198 @@ -27,7 +28,7 @@ #: ../plug-ins/script-fu/script-fu-console.c:194 msgid "Welcome to TinyScheme" -msgstr "Bem vindo ao TinyScheme" +msgstr "Bem-vindo(a) ao TinyScheme" #: ../plug-ins/script-fu/script-fu-console.c:200 msgid "Interactive Scheme Development" @@ -35,7 +36,7 @@ #: ../plug-ins/script-fu/script-fu-console.c:236 msgid "_Browse..." -msgstr "_Procurar..." +msgstr "_Escolher..." #: ../plug-ins/script-fu/script-fu-console.c:294 msgid "Save Script-Fu Console Output" @@ -44,7 +45,7 @@ #: ../plug-ins/script-fu/script-fu-console.c:341 #, c-format msgid "Could not open '%s' for writing: %s" -msgstr "Não foi possível abrir '%s' para escrita: %s" +msgstr "Impossível abrir '%s' para escrita: %s" #: ../plug-ins/script-fu/script-fu-console.c:370 msgid "Script-Fu Procedure Browser" @@ -52,7 +53,7 @@ #: ../plug-ins/script-fu/script-fu-eval.c:63 msgid "Script-Fu evaluation mode only allows non-interactive invocation" -msgstr "O modo de avaliação Script-Fu apenas permite invocação não interactiva" +msgstr "O modo de avaliação Script-Fu apenas permite invocação não-interactiva" #: ../plug-ins/script-fu/script-fu-interface.c:196 msgid "Script-Fu cannot process two scripts at the same time." @@ -90,15 +91,15 @@ #: ../plug-ins/script-fu/script-fu-interface.c:461 msgid "Script-Fu Font Selection" -msgstr "Selecção de Fonte do Script-Fu" +msgstr "Selecção de Tipo de Letra do Script-Fu" #: ../plug-ins/script-fu/script-fu-interface.c:469 msgid "Script-Fu Palette Selection" -msgstr "Selecção de Palete Script-fu" +msgstr "Selecção de Paleta do Script-fu" #: ../plug-ins/script-fu/script-fu-interface.c:478 msgid "Script-Fu Pattern Selection" -msgstr "Selecção de Padrão Script-fu" +msgstr "Selecção de Textura Script-fu" #: ../plug-ins/script-fu/script-fu-interface.c:487 msgid "Script-Fu Gradient Selection" @@ -109,26 +110,18 @@ msgstr "Selecção de Pincel Script-Fu" #: ../plug-ins/script-fu/script-fu-interface.c:824 -#, fuzzy, c-format +#, c-format msgid "Error while executing %s:" -msgstr "" -"Erro ao executar\n" -"%s\n" -"\n" -"%s" +msgstr "Erro ao executar %s:" #: ../plug-ins/script-fu/script-fu-scripts.c:150 msgid "Too few arguments to 'script-fu-register' call" -msgstr "" +msgstr "Argumentos insuficiente para a chamado do 'script-fu-register'" #: ../plug-ins/script-fu/script-fu-scripts.c:609 -#, fuzzy, c-format +#, c-format msgid "Error while loading %s:" -msgstr "" -"Erro ao executar\n" -"%s\n" -"\n" -"%s" +msgstr "Erro ao carregar %s:" #: ../plug-ins/script-fu/script-fu-server.c:713 msgid "Script-Fu Server Options" @@ -151,9 +144,8 @@ msgstr "Consola interactiva para desenvolvimento do Script-Fu" #: ../plug-ins/script-fu/script-fu.c:117 -#, fuzzy msgid "_Console" -msgstr "_Consola Script-Fu" +msgstr "_Consola" #: ../plug-ins/script-fu/script-fu.c:141 msgid "Server for remote Script-Fu operation" @@ -177,19 +169,19 @@ #: ../plug-ins/script-fu/script-fu.c:308 msgid "_Test" -msgstr "_Teste" +msgstr "_Testar" #: ../plug-ins/script-fu/script-fu.c:311 msgid "_Buttons" -msgstr "_Butões" +msgstr "_Botões" #: ../plug-ins/script-fu/script-fu.c:313 msgid "_Logos" -msgstr "_Logos" +msgstr "_Logótipos" #: ../plug-ins/script-fu/script-fu.c:315 msgid "_Patterns" -msgstr "_Padrões" +msgstr "_Texturas" #: ../plug-ins/script-fu/script-fu.c:318 msgid "_Web Page Themes" @@ -197,11 +189,11 @@ #: ../plug-ins/script-fu/script-fu.c:320 msgid "_Alien Glow" -msgstr "_Alien Glow" +msgstr "_Brilho Estranho" #: ../plug-ins/script-fu/script-fu.c:322 msgid "_Beveled Pattern" -msgstr "_Beveled Padrão" +msgstr "_Textura Biselada" #: ../plug-ins/script-fu/script-fu.c:324 msgid "_Classic.Gimp.Org" @@ -209,7 +201,7 @@ #: ../plug-ins/script-fu/script-fu.c:327 msgid "Alpha to _Logo" -msgstr "Alpha para _Logo" +msgstr "Transparência para _Logótipo" #: ../plug-ins/script-fu/script-fu.c:330 msgid "Re-read all available Script-Fu scripts" @@ -230,20 +222,20 @@ #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:1 msgid "3D _Outline..." -msgstr "Contorno_3D..." +msgstr "Contorn_o 3D..." #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:2 msgid "Bumpmap (alpha layer) blur radius" -msgstr "Raio de Desfocam. do Mapa de Relevo (Camada Alfa)" +msgstr "Raio de suavização do Mapa de Relevo (Camada Alfa)" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:3 msgid "Create a logo with outlined text and a drop shadow" -msgstr "Criar um logo com texto de contorno e uma sombra drop" +msgstr "Criar um logótipo com texto contornado e sombra projectada" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:4 #: ../plug-ins/script-fu/scripts/glossy.scm.h:6 msgid "Default bumpmap settings" -msgstr "Configurações Padrão dos Mapas de Saliências" +msgstr "Configurações predefinidas dos Mapas de relevo" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5 #: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:5 @@ -282,7 +274,7 @@ #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6 #: ../plug-ins/script-fu/scripts/title-header.scm.h:2 msgid "Font" -msgstr "Fonte" +msgstr "Tipo de Letra" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6 #: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 @@ -320,17 +312,18 @@ #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7 #: ../plug-ins/script-fu/scripts/title-header.scm.h:3 msgid "Font size (pixels)" -msgstr "Tamanho da Fonte (pixeis)" +msgstr "Tamanho do Tipo de Letra (pixeis)" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:7 msgid "Outline blur radius" -msgstr "Raio de Desfocamento. de Contorno" +msgstr "Raio de suavização do Contorno" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:8 msgid "" "Outline the selected region (or alpha) with a pattern and add a drop shadow" msgstr "" -"Contornar a região seleccionada (ou alfa) com um padrão e com uma sombra drop" +"Contornar a região seleccionada (ou alfa) com textura e adicionar sombra " +"projectada" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 #: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:5 @@ -341,23 +334,23 @@ #: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 msgid "Pattern" -msgstr "Padrão" +msgstr "Textura" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:10 #: ../plug-ins/script-fu/scripts/glossy.scm.h:16 #: ../plug-ins/script-fu/scripts/round-corners.scm.h:6 msgid "Shadow X offset" -msgstr "Deslocamento X da Sombra" +msgstr "Deslocamento do eixo X da Sombra" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:11 #: ../plug-ins/script-fu/scripts/glossy.scm.h:17 #: ../plug-ins/script-fu/scripts/round-corners.scm.h:7 msgid "Shadow Y offset" -msgstr "Deslocamento Y da Sombra" +msgstr "Deslocamento do eixo Y da Sombra" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:12 msgid "Shadow blur radius" -msgstr "Raio de Desfocamento de Sombra" +msgstr "Raio da Suavização de Sombra" #: ../plug-ins/script-fu/scripts/3d-outline.scm.h:13 #: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:10 @@ -429,7 +422,7 @@ #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:1 #: ../plug-ins/script-fu/scripts/truchet.scm.h:1 msgid "Background color" -msgstr "Cor de Fundo" +msgstr "Cor de fundo" #: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:3 #: ../plug-ins/script-fu/scripts/truchet.scm.h:2 @@ -438,7 +431,7 @@ #: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:4 msgid "Create an image filled with a 3D Truchet pattern" -msgstr "Criar uma imagem preenchida com um padrão Truchet 3D" +msgstr "Criar uma imagem preenchida com uma Textura Truchet 3D" #: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:5 #: ../plug-ins/script-fu/scripts/blended-logo.scm.h:7 @@ -476,7 +469,7 @@ #: ../plug-ins/script-fu/scripts/add-bevel.scm.h:2 msgid "Add a beveled border to an image" -msgstr "Adicionar um limite bevel a uma imagem" +msgstr "Adicionar uma margem biselada a uma imagem" #: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 #: ../plug-ins/script-fu/scripts/chip-away.scm.h:12 @@ -597,6 +590,8 @@ #: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 msgid "Create a bullet graphic with an eerie glow for web pages" msgstr "" +"Criar um gráfico de marca de parágrafo com um brilho \"estranho\" para Pág. " +"web" #: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:5 #: ../plug-ins/script-fu/scripts/text-circle.scm.h:6 @@ -616,7 +611,7 @@ #: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 msgid "Create a button graphic with an eerie glow for web pages" -msgstr "" +msgstr "Criar um gráfico de botão com um brilho \"estranho\" para Pág. web" #: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 msgid "Glow radius" @@ -661,14 +656,15 @@ #: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:1 msgid "Add psychedelic outlines to the selected region (or alpha)" msgstr "" +"Adicionar contornos psicadélicos à região seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:2 msgid "Alien _Neon..." -msgstr "" +msgstr "_Neon Alien..." #: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:4 msgid "Create a logo with psychedelic outlines around the text" -msgstr "" +msgstr "Criar um logótipo com contornos psicadélicos à volta do texto" #: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:5 msgid "Fade away" @@ -691,38 +687,43 @@ "Add a gradient effect, a drop shadow, and a background to the selected " "region (or alpha)" msgstr "" +"Adicionar um efeito gradiente, uma sombra projectada e um fundo à região " +"seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:3 msgid "" "Create a plain text logo with a gradient effect, a drop shadow, and a " "background" msgstr "" +"Criar um logótipo com texto simples com um efeito gradiente uma sombra " +"projectada e um fundo" #: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:8 msgid "_Basic I..." -msgstr "" +msgstr "_Logótipo Básico 1..." #: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:1 msgid "Add a shadow and a highlight to the selected region (or alpha)" msgstr "" +"Adicionar uma sombra e um destaque à região seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:2 msgid "B_asic II..." -msgstr "" +msgstr "Logótipo Bá_sico 2" #: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:4 msgid "Create a simple logo with a shadow and a highlight" -msgstr "" +msgstr "Criar um logótipo simples com uma sombra e um destaque" #: ../plug-ins/script-fu/scripts/beveled-button.scm.h:1 #: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:4 #: ../plug-ins/script-fu/scripts/pupi-button.scm.h:1 msgid "Bevel width" -msgstr "Largura do Chanfro" +msgstr "Largura do Chanfro (Biselar)" #: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 msgid "Create a simple, beveled button graphic for webpages" -msgstr "" +msgstr "Criar um gráfico de Botão biselado e simples para Páginas web" #: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5 msgid "Lower-right color" @@ -736,7 +737,7 @@ #: ../plug-ins/script-fu/scripts/beveled-button.scm.h:8 msgid "Simple _Beveled Button..." -msgstr "Botão _Chanfrado Simples..." +msgstr "Botão _Biselado Simples..." #: ../plug-ins/script-fu/scripts/beveled-button.scm.h:11 msgid "Upper-left color" @@ -744,11 +745,11 @@ #: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:1 msgid "Create a beveled pattern arrow for webpages" -msgstr "" +msgstr "Criar uma Textura biselada para Páginas web" #: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:1 msgid "Create a beveled pattern bullet for webpages" -msgstr "" +msgstr "Criar uma Marcador de parágrafo com Textura biselada para Páginas web" #: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 msgid "Diameter" @@ -762,19 +763,19 @@ #: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 msgid "Create a beveled pattern button for webpages" -msgstr "" +msgstr "Criar uma botão com Textura biselada para Páginas web" #: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 msgid "Create a beveled pattern heading for webpages" -msgstr "" +msgstr "Criar uma cabeçalho com Textura biselada para Páginas web" #: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 msgid "H_eading..." -msgstr "" +msgstr "Cab_eçalho..." #: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 msgid "Create a beveled pattern hrule for webpages" -msgstr "" +msgstr "Criar uma Régua horizontal com Textura biselada para página Web" #: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:2 #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:8 @@ -793,13 +794,15 @@ #: ../plug-ins/script-fu/scripts/blend-anim.scm.h:1 msgid "Blend Animation needs at least three source layers" -msgstr "" +msgstr "Animação de mistura requer pelo menos três camadas" #: ../plug-ins/script-fu/scripts/blend-anim.scm.h:2 msgid "" "Create intermediate layers to blend two or more layers over a background as " "an animation" msgstr "" +"Criar camadas intermédias para misturar duas ou mais camadas sobre um fundo " +"para fazer uma animação" #: ../plug-ins/script-fu/scripts/blend-anim.scm.h:3 msgid "Intermediate frames" @@ -822,6 +825,8 @@ "Add blended backgrounds, highlights, and shadows to the selected region (or " "alpha)" msgstr "" +"Adicionar fundos misturados, destaques e sombras à região seleccionada (ou à " +"transparência)" #: ../plug-ins/script-fu/scripts/blended-logo.scm.h:3 msgid "Blen_ded..." @@ -833,7 +838,7 @@ #: ../plug-ins/script-fu/scripts/blended-logo.scm.h:5 msgid "Create a logo with blended backgrounds, highlights, and shadows" -msgstr "" +msgstr "Criar logótipo com fundos misturados, destaques e sombras" #: ../plug-ins/script-fu/scripts/blended-logo.scm.h:6 msgid "Custom Gradient" @@ -877,6 +882,7 @@ #: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:1 msgid "Add 'cow spots' to the selected region (or alpha)" msgstr "" +"Adicionar \"manchas de vaca\" à região seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:2 #: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:2 @@ -885,11 +891,11 @@ #: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:4 msgid "Bo_vination..." -msgstr "" +msgstr "Manchas de _vaca..." #: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:5 msgid "Create a logo with text in the style of 'cow spots'" -msgstr "" +msgstr "Criar um logótipo com texto ao estilo \"bovino\"" #: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:8 msgid "Spots density X" @@ -909,27 +915,27 @@ #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:3 msgid "B_urn-In..." -msgstr "" +msgstr "_Descolorações de Animação..." #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:4 -#, fuzzy msgid "Corona width" -msgstr "Largura da Faixa" +msgstr "Largura da coroa" #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:5 msgid "" "Create intermediate layers to produce an animated 'burn-in' transition " "between two layers" msgstr "" +"Criar camadas intermédias para produzir uma transição de descolorações " +"animadas entre duas camadas" #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:6 msgid "Fadeout" msgstr "Desbotar" #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:7 -#, fuzzy msgid "Fadeout width" -msgstr "Largura do Desbotar" +msgstr "Largura do Desvanecimento" #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:9 msgid "Prepare for GIF" @@ -940,14 +946,12 @@ msgstr "Velocidade (pixels/quadro)" #: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:11 -#, fuzzy msgid "" "The Burn-In script needs two layers in total. A foreground layer with " "transparency and a background layer." msgstr "" -"Queima: Necessita de um total de duas camadas!\n" -" Uma camada de primeiro plano com transparência\n" -" e uma camada de fundo." +"O script Descolorações de animação requer um total de duas camadas ! Uma " +"camada de 1º plano com transparência e uma camada de fundo." #: ../plug-ins/script-fu/scripts/camo.scm.h:1 msgid "Color 1" @@ -963,7 +967,7 @@ #: ../plug-ins/script-fu/scripts/camo.scm.h:4 msgid "Create an image filled with a camouflage pattern" -msgstr "" +msgstr "Criar uma Imagem preenchida com uma Textura de camuflagem" #: ../plug-ins/script-fu/scripts/camo.scm.h:6 #: ../plug-ins/script-fu/scripts/rendermap.scm.h:6 @@ -972,56 +976,53 @@ #: ../plug-ins/script-fu/scripts/camo.scm.h:7 #: ../plug-ins/script-fu/scripts/rendermap.scm.h:7 -#, fuzzy msgid "Image size" msgstr "Tamanho da Imagem" #: ../plug-ins/script-fu/scripts/camo.scm.h:8 #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:3 msgid "Smooth" -msgstr "Suavização" +msgstr "Uniforme" #: ../plug-ins/script-fu/scripts/camo.scm.h:9 msgid "_Camouflage..." -msgstr "" +msgstr "_Camuflagem..." #: ../plug-ins/script-fu/scripts/carve-it.scm.h:1 -#, fuzzy msgid "Carve white areas" -msgstr "Esculpir Áreas Brancas" +msgstr "Esculpir áreas brancas" #: ../plug-ins/script-fu/scripts/carve-it.scm.h:2 -#, fuzzy msgid "Image to carve" -msgstr "Imagem a Esculpir" +msgstr "Imagem a esculpir" #: ../plug-ins/script-fu/scripts/carve-it.scm.h:3 msgid "Stencil C_arve..." -msgstr "" +msgstr "Esc_ulpir com estêncil..." #: ../plug-ins/script-fu/scripts/carved-logo.scm.h:1 msgid "Background Image" msgstr "Imagem de Fundo" #: ../plug-ins/script-fu/scripts/carved-logo.scm.h:2 -#, fuzzy msgid "Carve raised text" -msgstr "Texto Esculpido Alto-Relevo" +msgstr "Esculpir texto com relevo" #: ../plug-ins/script-fu/scripts/carved-logo.scm.h:3 msgid "Carved..." -msgstr "" +msgstr "Esculpido..." #: ../plug-ins/script-fu/scripts/carved-logo.scm.h:4 msgid "" "Create a logo with text raised above or carved in to the specified " "background image" msgstr "" +"Criar um logótipo com texto com alto-relevo ou baixo-relevo em relação à " +"imagem de fundo especificada" #: ../plug-ins/script-fu/scripts/carved-logo.scm.h:7 -#, fuzzy msgid "Padding around text" -msgstr "Espaçamento em Torno Texto" +msgstr "Enchimento à volta de texto" #: ../plug-ins/script-fu/scripts/chalk.scm.h:2 msgid "Chalk color" @@ -1030,44 +1031,45 @@ #: ../plug-ins/script-fu/scripts/chalk.scm.h:3 msgid "Create a chalk drawing effect for the selected region (or alpha)" msgstr "" +"Criar um efeito de desenho com giz aplicado à região seleccionada (ou à " +"transparência)" #: ../plug-ins/script-fu/scripts/chalk.scm.h:4 msgid "Create a logo resembling chalk scribbled on a blackboard" msgstr "" +"Cria um logótipo assemelhando-se à escrita com giz num quadro de escola" #: ../plug-ins/script-fu/scripts/chalk.scm.h:8 msgid "_Chalk..." -msgstr "" +msgstr "_Giz..." #: ../plug-ins/script-fu/scripts/chip-away.scm.h:1 msgid "Add a chipped woodcarving effect to the selected region (or alpha)" msgstr "" +"Adiciona um efeito de escultura de madeira, lascada com um formão, aplicado " +"à região seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/chip-away.scm.h:2 -#, fuzzy msgid "Blur amount" -msgstr "Quantidade de Desfocamento" +msgstr "Quantidade de suavização" #: ../plug-ins/script-fu/scripts/chip-away.scm.h:3 msgid "Chip Awa_y..." -msgstr "" +msgstr "Escultura de made_ira..." #: ../plug-ins/script-fu/scripts/chip-away.scm.h:4 -#, fuzzy msgid "Chip amount" -msgstr "Quantidade de Lascas" +msgstr "Quantidade de lascas de madeira" #: ../plug-ins/script-fu/scripts/chip-away.scm.h:5 msgid "Create a logo resembling a chipped wood carving" -msgstr "" +msgstr "Criar um logótipo assemelhando-se a uma escultura de madeira lascada" #: ../plug-ins/script-fu/scripts/chip-away.scm.h:6 -#, fuzzy msgid "Drop shadow" -msgstr "Sombra Projetada" +msgstr "Sombra projectada" #: ../plug-ins/script-fu/scripts/chip-away.scm.h:7 -#, fuzzy msgid "Fill BG with pattern" msgstr "Preencher Fundo com Textura" @@ -1084,115 +1086,107 @@ "Add a chrome effect to the selected region (or alpha) using a specified " "(grayscale) stencil" msgstr "" +"Adiciona um efeito cromado à região seleccionada (ou à transparência) usando " +"o estêncil (de tons de cinzento) especificado" #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:1 -#, fuzzy msgid "Chrome balance" -msgstr "Equilíbrio de Cromado" +msgstr "Equilíbrio do cromado" #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:3 #: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:2 #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:2 -#, fuzzy msgid "Chrome factor" -msgstr "Factor de Cromado" +msgstr "Factor do cromado" #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:4 #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:3 -#, fuzzy msgid "Chrome lightness" -msgstr "Clareza de Cromado" +msgstr "Claridade do cromado" #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:5 #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:4 -#, fuzzy msgid "Chrome saturation" -msgstr "Saturação de Cromado" +msgstr "Saturação do cromado" #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:6 -#, fuzzy msgid "Chrome white areas" -msgstr "Cromar Áreas Brancas" +msgstr "Cromar áreas brancas" #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:7 #: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:5 #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:6 -#, fuzzy msgid "Environment map" -msgstr "Mapa de Ambiente" +msgstr "Mapa do Ambiente" #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:8 #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:9 -#, fuzzy msgid "Highlight balance" -msgstr "Equilíbrio de Realce" +msgstr "Equilíbrio dos destaques" #: ../plug-ins/script-fu/scripts/chrome-it.scm.h:9 -#, fuzzy msgid "Stencil C_hrome..." -msgstr "Procurar..." +msgstr "Estêncil _Cromado..." #: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:1 msgid "Add a simple chrome effect to the selected region (or alpha)" msgstr "" +"Adicionar um efeito cromado simples à região seleccionada (ou à " +"transparência)" #: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:4 -#, fuzzy msgid "C_hrome..." -msgstr "Procurar..." +msgstr "C_romar..." #: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:5 msgid "Create a simplistic, but cool, chromed logo" -msgstr "" +msgstr "Criar um logótipo cromado, simples mas à maneira" #: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:8 msgid "Offsets (pixels * 2)" msgstr "Deslocamentos (pixels *2)" #: ../plug-ins/script-fu/scripts/circuit.scm.h:1 -#, fuzzy msgid "Circuit seed" -msgstr "Origem do Circuito" +msgstr "Circuitos electrónicos" #: ../plug-ins/script-fu/scripts/circuit.scm.h:2 msgid "" "Fill the selected region (or alpha) with traces like those on a circuit board" msgstr "" +"Preencher a região seleccionada (ou a transparência) com traços como os das " +"placas de circuitos electrónicos" #: ../plug-ins/script-fu/scripts/circuit.scm.h:3 #: ../plug-ins/script-fu/scripts/lava.scm.h:3 #: ../plug-ins/script-fu/scripts/predator.scm.h:3 #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:11 -#, fuzzy msgid "Keep selection" -msgstr "Manter Selecção" +msgstr "Manter selecção" #: ../plug-ins/script-fu/scripts/circuit.scm.h:4 -#, fuzzy msgid "No background (only for separate layer)" -msgstr "Sem Fundo (apenas para camada separada)" +msgstr "Nenhum fundo (apenas para camada separada)" #: ../plug-ins/script-fu/scripts/circuit.scm.h:5 -#, fuzzy msgid "Oilify mask size" -msgstr "Tamanho de Máscara de Óleo" +msgstr "Tamanho da máscara de \"óleoficação\"" #: ../plug-ins/script-fu/scripts/circuit.scm.h:6 #: ../plug-ins/script-fu/scripts/lava.scm.h:6 #: ../plug-ins/script-fu/scripts/predator.scm.h:6 -#, fuzzy msgid "Separate layer" -msgstr "Separar Camada" +msgstr "Camada separada" #: ../plug-ins/script-fu/scripts/circuit.scm.h:7 -#, fuzzy msgid "_Circuit..." -msgstr "Origem do Circuito" +msgstr "_Circuito electrónico..." #: ../plug-ins/script-fu/scripts/clothify.scm.h:1 msgid "Add a cloth-like texture to the selected region (or alpha)" msgstr "" +"Adicionar uma textura tipo tecido à região seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/clothify.scm.h:2 #: ../plug-ins/script-fu/scripts/swirltile.scm.h:1 @@ -1219,16 +1213,15 @@ #: ../plug-ins/script-fu/scripts/clothify.scm.h:7 msgid "_Clothify..." -msgstr "" +msgstr "Transformar em te_cido..." #: ../plug-ins/script-fu/scripts/coffee.scm.h:1 msgid "Add realistic looking coffee stains to the image" -msgstr "" +msgstr "Adicionar à imagem marcas do fundo de uma chávena de café" #: ../plug-ins/script-fu/scripts/coffee.scm.h:2 -#, fuzzy msgid "Darken only" -msgstr "Cor Escura" +msgstr "Somente escurecer" #: ../plug-ins/script-fu/scripts/coffee.scm.h:3 msgid "Stains" @@ -1236,128 +1229,125 @@ #: ../plug-ins/script-fu/scripts/coffee.scm.h:4 msgid "_Coffee Stain..." -msgstr "" +msgstr "Man_chas de Café..." #: ../plug-ins/script-fu/scripts/comic-logo.scm.h:1 msgid "" "Add a comic-book effect to the selected region (or alpha) by outlining and " "filling with a gradient" msgstr "" +"Adicionar um efeito \"banda-desenhada\" à região seleccionada (ou à " +"transparência) e preencher com um gradiente" #: ../plug-ins/script-fu/scripts/comic-logo.scm.h:3 msgid "Comic Boo_k..." -msgstr "" +msgstr "_Banda-desenhada-ficação..." #: ../plug-ins/script-fu/scripts/comic-logo.scm.h:4 msgid "Create a comic-book style logo by outlining and filling with a gradient" msgstr "" +"Criar um logótipo ao estilo \"banda desenhada\" contornando e preenchendo " +"com um gradiente" #: ../plug-ins/script-fu/scripts/comic-logo.scm.h:9 -#, fuzzy msgid "Outline color" -msgstr "Cor Contorno" +msgstr "Cor de contorno" #: ../plug-ins/script-fu/scripts/comic-logo.scm.h:10 #: ../plug-ins/script-fu/scripts/glossy.scm.h:11 -#, fuzzy msgid "Outline size" -msgstr "Tamanho Contorno" +msgstr "Tamanho do contorno" #: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:1 msgid "" "Add a metallic effect to the selected region (or alpha) with reflections and " "perspective shadows" msgstr "" +"Adicionar um efeito metálico à região seleccionada (ou à transparência) com " +"reflexos e sombras de perspectiva" #: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:3 msgid "Cool _Metal..." -msgstr "" +msgstr "_Metal Frio..." #: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:4 msgid "Create a metallic logo with reflections and perspective shadows" -msgstr "" +msgstr "Criar um logótipo metálico com reflexos e sombras de perspectiva" #: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:5 #: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:4 #: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:4 #: ../plug-ins/script-fu/scripts/neon-logo.scm.h:5 -#, fuzzy msgid "Effect size (pixels)" -msgstr "Tamanho do Efeito (pixeis)" +msgstr "Tamanho do efeito (pixeis)" #: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:1 -#, fuzzy msgid "Background image" -msgstr "Imagem de Fundo" +msgstr "Imagem de fundo" #: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:3 msgid "Create a logo with a crystal/gel effect displacing the image underneath" msgstr "" +"Criar um logótipo com um efeito cristal/gel, deslocando a imagem que estiver " +"por baixo" #: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:4 msgid "Crystal..." -msgstr "" +msgstr "Cristal..." #: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:1 msgid "Difference Clouds..." -msgstr "" +msgstr "Nuvens diferenciadas..." #: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:2 msgid "Solid noise applied with Difference layer mode" -msgstr "" +msgstr "Ruído sólido aplicado em modo de diferenciação de camada" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:1 -#, fuzzy msgid "Distress the selection" -msgstr "/Script-Fu/Selecção/Selecção _Irregular..." +msgstr "Acalmar a selecção" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:2 -#, fuzzy msgid "Granularity (1 is low)" -msgstr "Granularidade (1 é Baixo)" +msgstr "Granulado (1 é baixo)" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:4 -#, fuzzy msgid "Smooth horizontally" -msgstr "Suavização Horizontal" +msgstr "Suavizar horizontalmente" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:5 -#, fuzzy msgid "Smooth vertically" -msgstr "Suavização Vertical" +msgstr "Suavizar verticalmente" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:6 msgid "Spread" msgstr "Espalhar" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:7 -#, fuzzy msgid "Threshold (bigger 1<-->255 smaller)" -msgstr "Limite (Maior 1<-->255 Menor)" +msgstr "Limite (maior 1<-->255 menor)" #: ../plug-ins/script-fu/scripts/distress-selection.scm.h:8 -#, fuzzy msgid "_Distort..." -msgstr "Origem do Circuito" +msgstr "_Distorcer..." #: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:1 msgid "Add a drop shadow to the selected region (or alpha)" msgstr "" +"Adicionar uma sombra projectada à região seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:2 #: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:2 -#, fuzzy msgid "Allow resizing" -msgstr "Permitir Redimensionamento" +msgstr "Permitir o redimensionamento" #: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:3 #: ../plug-ins/script-fu/scripts/news-text.scm.h:2 #: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:4 #: ../plug-ins/script-fu/scripts/round-corners.scm.h:3 #: ../plug-ins/script-fu/scripts/swirltile.scm.h:3 -#, fuzzy msgid "Blur radius" -msgstr "Raio do Desfocamento" +msgstr "Raio de suavização" #: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:4 #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:5 @@ -1382,9 +1372,8 @@ msgstr "Opacidade" #: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:8 -#, fuzzy msgid "_Drop Shadow..." -msgstr "Sombra Projetada" +msgstr "Sombra Projecta_da..." #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:1 msgid "Columns" @@ -1395,12 +1384,10 @@ msgstr "Apagar" #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:3 -#, fuzzy msgid "Erase every other row or column" -msgstr "/Script-Fu/Alquimia/Apagar Linhas alt_ernadas..." +msgstr "Apagar Linhas ou colunas alternadas" #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:4 -#, fuzzy msgid "Erase/fill" msgstr "Apagar/Preencher" @@ -1409,9 +1396,8 @@ msgstr "Par" #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:6 -#, fuzzy msgid "Even/odd" -msgstr "Par/Ímpar" +msgstr "Pares/Impares" #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:7 msgid "Fill with BG" @@ -1426,42 +1412,36 @@ msgstr "Linhas" #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:10 -#, fuzzy msgid "Rows/cols" msgstr "Linhas/Colunas" #: ../plug-ins/script-fu/scripts/erase-rows.scm.h:11 -#, fuzzy msgid "_Erase Every Other Row..." -msgstr "/Script-Fu/Alquimia/Apagar Linhas alt_ernadas..." +msgstr "_Apagar Linhas Alternadas..." #: ../plug-ins/script-fu/scripts/flatland.scm.h:1 msgid "Create an image filled with a Land Pattern" -msgstr "" +msgstr "Criar uma Imagem preenchida com uma Textura de terra" #: ../plug-ins/script-fu/scripts/flatland.scm.h:2 #: ../plug-ins/script-fu/scripts/land.scm.h:2 -#, fuzzy msgid "Detail level" -msgstr "Nível Detalhe" +msgstr "Nível de detalhe" #: ../plug-ins/script-fu/scripts/flatland.scm.h:3 #: ../plug-ins/script-fu/scripts/land.scm.h:4 -#, fuzzy msgid "Image height" -msgstr "Altura Imagem" +msgstr "Altura da imagem" #: ../plug-ins/script-fu/scripts/flatland.scm.h:4 #: ../plug-ins/script-fu/scripts/land.scm.h:5 -#, fuzzy msgid "Image width" -msgstr "Largura Imagem" +msgstr "Largura da imagem" #: ../plug-ins/script-fu/scripts/flatland.scm.h:5 #: ../plug-ins/script-fu/scripts/land.scm.h:7 -#, fuzzy msgid "Random seed" -msgstr "Origem Aleatória" +msgstr "Semente aleatória" #: ../plug-ins/script-fu/scripts/flatland.scm.h:6 #: ../plug-ins/script-fu/scripts/land.scm.h:8 @@ -1475,45 +1455,40 @@ #: ../plug-ins/script-fu/scripts/flatland.scm.h:8 msgid "_Flatland..." -msgstr "" +msgstr "_Terreno liso..." #: ../plug-ins/script-fu/scripts/font-map.scm.h:1 -#, fuzzy msgid "Active colors" -msgstr "Cores Activas" +msgstr "Cores activas" #: ../plug-ins/script-fu/scripts/font-map.scm.h:2 -#, fuzzy msgid "Black on white" -msgstr "Preto sobre Branco" +msgstr "Preto sobre branco" #: ../plug-ins/script-fu/scripts/font-map.scm.h:3 msgid "" "Create an image filled with previews of fonts matching a fontname filter" -msgstr "" +msgstr "Criar uma imagem das ante-visões de tipos de letra filtrados por nome" #: ../plug-ins/script-fu/scripts/font-map.scm.h:4 -#, fuzzy msgid "Font _size (pixels)" -msgstr "_Tamanho da Fonte (pixeis)" +msgstr "Tamanho do Tipo de Letra (pixei_s)" #: ../plug-ins/script-fu/scripts/font-map.scm.h:5 msgid "Render _Font Map..." -msgstr "" +msgstr "Desenhar Mapa do _Tipo de letra..." #: ../plug-ins/script-fu/scripts/font-map.scm.h:6 -#, fuzzy msgid "Use font _name as text" -msgstr "Utilizar _Nome Fonte como Texto" +msgstr "Utilizar o _nome do Tipo de letra como texto" #: ../plug-ins/script-fu/scripts/font-map.scm.h:7 msgid "_Border (pixels)" msgstr "_Margem (pixeis)" #: ../plug-ins/script-fu/scripts/font-map.scm.h:8 -#, fuzzy msgid "_Color scheme" -msgstr "Esquema _Cores" +msgstr "Esquema de _Cores" #: ../plug-ins/script-fu/scripts/font-map.scm.h:9 msgid "_Filter (regexp)" @@ -1532,262 +1507,257 @@ "Add a frost effect to the selected region (or alpha) with an added drop " "shadow" msgstr "" +"Adicionar um efeito de coroa de neve à região seleccionada (ou à " +"transparência) com uma sombra projectada adicional" #: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:3 msgid "Create frozen logo with an added drop shadow" msgstr "" +"Criar um logótipo tipo coroa de neve com uma sombra projectada adicional" #: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:8 -#, fuzzy msgid "_Frosty..." -msgstr "Procurar..." +msgstr "_Coroa de Neve..." #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:1 msgid "Add a jagged, fuzzy border to an image" -msgstr "" +msgstr "Adicionar uma margem difusa e dentada à imagem" #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:2 -#, fuzzy msgid "Add shadow" -msgstr "Adicionar Sombra" +msgstr "Adicionar sombra" #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:3 -#, fuzzy msgid "Blur border" -msgstr "Margem Desfocamento" +msgstr "Margem esbatida" #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:4 #: ../plug-ins/script-fu/scripts/old-photo.scm.h:1 -#, fuzzy msgid "Border size" -msgstr "Tamanho da Margem" +msgstr "Tamanho da margem" #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:7 msgid "Granularity (1 is Low)" msgstr "Granularidade (1 é Baixo)" #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:9 -#, fuzzy, no-c-format +#, no-c-format msgid "Shadow weight (%)" -msgstr "Quantidade Sombra (%)" +msgstr "Peso da sombra (%)" #: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:11 msgid "_Fuzzy Border..." -msgstr "" +msgstr "_Margem Difusa..." #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:1 -#, fuzzy msgid "Autocrop" -msgstr "Auto-Enquadramento" +msgstr "Recorte Automático" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:2 msgid "Create an image of a large header using the gimp.org webpage theme" msgstr "" +"Criar uma imagem de um Cabeçalho grande, usando o Tema da Página web do gimp." +"org" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:3 msgid "Create an image of a small header using the gimp.org webpage theme" msgstr "" +"Criar uma imagem de um Cabeçalho pequeno, usando o Tema da Página web do " +"gimp.org" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:4 -#, fuzzy msgid "Dark color" -msgstr "Cor Escura" +msgstr "Cor escura" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:7 #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:9 -#, fuzzy msgid "Highlight color" -msgstr "Cor Destaque" +msgstr "Cor do destaque" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:8 #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:9 -#, fuzzy msgid "Index image" -msgstr "Índice Imagem" +msgstr "Indexar imagem" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:9 #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:10 -#, fuzzy msgid "Number of colors" -msgstr "Número Cores" +msgstr "Número de cores" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:10 #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:13 -#, fuzzy msgid "Remove background" -msgstr "Remover Fundo" +msgstr "Remover fundo" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:11 #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:14 -#, fuzzy msgid "Select-by-color threshold" -msgstr "Intervalo Selecção por Cores" +msgstr "Limite da selecção-por-cor" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:12 #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:15 -#, fuzzy msgid "Shadow color" -msgstr "Cor da Sombra" +msgstr "Cor da sombra" #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:15 msgid "_Big Header..." -msgstr "" +msgstr "Cabeçalho _Grande..." #: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:16 msgid "_Small Header..." -msgstr "" +msgstr "Cabeçalho _Pequeno..." #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:2 msgid "" "Create an image of a Tube Button Label Header using the gimp.org webpage " "theme" msgstr "" +"Criar uma imagem de um Cabeçalho de rótulo de botão tubular, usando o tema " +"da página web do gimp.org" #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:3 msgid "Create an image of a Tube Button Label using the gimp.org webpage theme" msgstr "" +"Criar uma imagem de um Rótulo de botão tubular, usando o tema da página web " +"do gimp.org" #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:4 msgid "" "Create an image of a second level Tube Button Label using the gimp.org " "webpage theme" msgstr "" +"Criar uma imagem de um Rótulo de botão tubular de Segundo nível, usando o " +"tema da página web do gimp.org" #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:5 msgid "" "Create an image of a third level Tube Button Label using the gimp.org " "webpage theme" msgstr "" +"Criar uma imagem de um Rótulo de botão tubular de Terceiro nível, usando o " +"tema da página web do gimp.org" #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:16 msgid "T_ube Sub-Button Label..." -msgstr "" +msgstr "Rótulo de sub-botão t_ubular..." #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:19 msgid "Tub_e Sub-Sub-Button Label..." -msgstr "" +msgstr "Rótulo de Sub-Sub-Botão T_ubular..." #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:20 msgid "_General Tube Labels..." -msgstr "" +msgstr "Rótulos tubulares _Gerais..." #: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:21 msgid "_Tube Button Label..." -msgstr "" +msgstr "Rótulo de Botão _Tubular..." #: ../plug-ins/script-fu/scripts/glossy.scm.h:1 msgid "" "Add gradients, patterns, shadows, and bump maps to the selected region (or " "alpha)" msgstr "" +"Adicionar gradientes, texturas, sombras e mapas de relevo à região " +"seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/glossy.scm.h:3 -#, fuzzy msgid "Blend gradient (outline)" -msgstr "Gradiente de Mistura (Contorno)" +msgstr "Misturar gradiente (contorno)" #: ../plug-ins/script-fu/scripts/glossy.scm.h:4 -#, fuzzy msgid "Blend gradient (text)" -msgstr "Gradiente de Mistura (Texto)" +msgstr "Misturar gradiente (texto)" #: ../plug-ins/script-fu/scripts/glossy.scm.h:5 msgid "Create a logo with gradients, patterns, shadows, and bump maps" -msgstr "" +msgstr "Criar um logótipo com gradientes, texturas, sombras e mapa de relevo" #: ../plug-ins/script-fu/scripts/glossy.scm.h:9 msgid "Glo_ssy..." -msgstr "" +msgstr "Lu_strado..." #: ../plug-ins/script-fu/scripts/glossy.scm.h:10 -#, fuzzy msgid "Outline gradient reverse" -msgstr "Contorno Gradiente Inverso" +msgstr "Inversão do gradiente de contorno" #: ../plug-ins/script-fu/scripts/glossy.scm.h:12 -#, fuzzy msgid "Pattern (outline)" -msgstr "Padrão (Contorno)" +msgstr "Textura (Contorno)" #: ../plug-ins/script-fu/scripts/glossy.scm.h:13 -#, fuzzy msgid "Pattern (overlay)" -msgstr "Padrão (Cobertura)" +msgstr "Textura (sobreposição)" #: ../plug-ins/script-fu/scripts/glossy.scm.h:14 -#, fuzzy msgid "Pattern (text)" -msgstr "Padrão (Texto)" +msgstr "Textura (texto)" #: ../plug-ins/script-fu/scripts/glossy.scm.h:15 msgid "Shadow" msgstr "Sombra" #: ../plug-ins/script-fu/scripts/glossy.scm.h:19 -#, fuzzy msgid "Text gradient reverse" -msgstr "Inverso Gradiente Texto" +msgstr "Inversão do gradiente de texto" #: ../plug-ins/script-fu/scripts/glossy.scm.h:20 -#, fuzzy msgid "Use pattern for outline instead of gradient" -msgstr "Utilizar Padrão para Contorno em vez de Gradiente" +msgstr "Usar no contorno uma textura em vez de um gradiente" #: ../plug-ins/script-fu/scripts/glossy.scm.h:21 -#, fuzzy msgid "Use pattern for text instead of gradient" -msgstr "Utilizar Padrão para Texto em vez de Gradiente" +msgstr "Usar no Texto uma Textura em vez de um Gradiente" #: ../plug-ins/script-fu/scripts/glossy.scm.h:22 -#, fuzzy msgid "Use pattern overlay" -msgstr "Utilizar Cobertura Padrão" +msgstr "Usar sobreposição de Textura" #: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:1 msgid "Add a glowing hot metal effect to the selected region (or alpha)" msgstr "" +"Adicionar um efeito da luminosidade de metal em brasa à região seleccionada " +"(ou à transparência)" #: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:3 msgid "Create a logo that looks like glowing hot metal" -msgstr "" +msgstr "Criar um logótipo assemelhando-se à luminosidade de metal em brasa" #: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:7 msgid "Glo_wing Hot..." -msgstr "" +msgstr "Metal em _Brasa..." #: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:1 msgid "Add a shiny look and bevel effect to the selected region (or alpha)" msgstr "" +"Adicionar uma aparência brilhante e um efeito biselado (um chanfro) à " +"região seleccionada (ou à transparência)" #: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:3 -#, fuzzy msgid "Bevel height (sharpness)" -msgstr "Altura do Chanfro (Acuidade)" +msgstr "Altura do Chanfro (aguçar)" #: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:5 #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:4 #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:2 -#, fuzzy msgid "Border size (pixels)" -msgstr "Tamanho Margem (pixeis)" +msgstr "Tamanho da margem (pixeis)" #: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:6 msgid "Create a logo with a shiny look and beveled edges" -msgstr "" +msgstr "Criar um logótipo com aparência brilhante e orlas biseladas" #: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:9 -#, fuzzy msgid "Gradient Beve_l..." -msgstr "Gradiente Inverso" +msgstr "C_hanfro de Gradiente..." #: ../plug-ins/script-fu/scripts/gradient-example.scm.h:1 msgid "Create an image filled with an example of the current gradient" -msgstr "" +msgstr "Criar uma imagem preenchida com um exemplo do actual gradiente" #: ../plug-ins/script-fu/scripts/gradient-example.scm.h:2 -#, fuzzy msgid "Custom _Gradient..." -msgstr "Gradiente Costumizado" +msgstr "Gradiente _Personalizado..." #: ../plug-ins/script-fu/scripts/grid-system.scm.h:1 #: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:1 @@ -1795,6 +1765,7 @@ "Draw a grid as specified by the lists of X and Y locations using the current " "brush" msgstr "" +"Desenhar uma grelha segundo as listas dos eixos X e Y, usando o pincel actual" #: ../plug-ins/script-fu/scripts/grid-system.scm.h:2 msgid "X divisions" @@ -1806,16 +1777,16 @@ #: ../plug-ins/script-fu/scripts/grid-system.scm.h:4 msgid "_Grid..." -msgstr "" +msgstr "_Grelha..." #: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:2 msgid "New Guides from _Selection" -msgstr "Novas Guias apartir da _Seleccao" +msgstr "Novas Guias a partir da _Selecção" #: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:1 msgid "Add a guide at the position specified as a percentage of the image size" msgstr "" -"Adicionar uma guia na posicao especificada como percentagem do tamanho da " +"Adicionar uma guia na posição especificada como percentagem do tamanho da " "imagem" #: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:2 @@ -1844,7 +1815,7 @@ #: ../plug-ins/script-fu/scripts/guides-new.scm.h:1 msgid "Add a guide at the orientation and position specified (in pixels)" -msgstr "Adicionar uma guia na orientacao e na posicao especificada (em pixeis)" +msgstr "Adicionar uma guia na orientacao e na posição especificada (em pixeis)" #: ../plug-ins/script-fu/scripts/guides-new.scm.h:4 msgid "New _Guide..." @@ -1852,7 +1823,7 @@ #: ../plug-ins/script-fu/scripts/guides-new.scm.h:5 msgid "Position" -msgstr "Posicao" +msgstr "Posição" #: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:1 msgid "Remove all horizontal and vertical guides" @@ -1864,39 +1835,35 @@ #: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:1 msgid "Create a logo in a two-color, scribbled text style" -msgstr "" +msgstr "Criar um logótipo num estilo texto rabiscado a duas cores" #: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:4 -#, fuzzy msgid "Frame color" -msgstr "Cor de Quadro" +msgstr "Cor da moldura" #: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:5 -#, fuzzy msgid "Frame size" -msgstr "Tamanho Quadro" +msgstr "Tamanho da moldura" #: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:6 msgid "Imigre-_26..." -msgstr "" +msgstr "Imigre-_26..." #: ../plug-ins/script-fu/scripts/land.scm.h:1 msgid "Create an image filled with a topographic map pattern" -msgstr "" +msgstr "Criar uma imagem preenchida com uma Textura de mapa topográfico" #: ../plug-ins/script-fu/scripts/land.scm.h:6 -#, fuzzy msgid "Land height" -msgstr "Altura do Terreno" +msgstr "Altitude do terreno" #: ../plug-ins/script-fu/scripts/land.scm.h:10 -#, fuzzy msgid "Sea depth" -msgstr "Profundidade do Mar" +msgstr "Profundidade do mar" #: ../plug-ins/script-fu/scripts/land.scm.h:11 msgid "_Land..." -msgstr "" +msgstr "_Terreno..." #: ../plug-ins/script-fu/scripts/lava.scm.h:1 msgid "Fill the current selection with lava" @@ -1912,32 +1879,30 @@ msgstr "Origem" #: ../plug-ins/script-fu/scripts/lava.scm.h:8 -#, fuzzy msgid "Use current gradient" -msgstr "Utilizar Gradiente Actual" +msgstr "Usar o gradiente actual" #: ../plug-ins/script-fu/scripts/lava.scm.h:9 msgid "_Lava..." -msgstr "" +msgstr "_Lava..." #: ../plug-ins/script-fu/scripts/line-nova.scm.h:1 msgid "" "Fill a layer with rays emanating outward from its center using the FG color" msgstr "" +"Preencher a camada com raios emanado do seu centro, usando a cor de 1º plano" #: ../plug-ins/script-fu/scripts/line-nova.scm.h:2 msgid "Line _Nova..." -msgstr "" +msgstr "E_xplosão de Linhas..." #: ../plug-ins/script-fu/scripts/line-nova.scm.h:3 -#, fuzzy msgid "Number of lines" -msgstr "Número de Linhas" +msgstr "Número de linhas" #: ../plug-ins/script-fu/scripts/line-nova.scm.h:4 -#, fuzzy msgid "Offset radius" -msgstr "Raio Deslocamento" +msgstr "Raio de deslocamento" #: ../plug-ins/script-fu/scripts/line-nova.scm.h:5 msgid "Randomness" @@ -1953,7 +1918,7 @@ #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:2 msgid "Create a rectangular brush with feathered edges" -msgstr "Criar um pincel rectangular com as pontas de penas" +msgstr "Criar um pincel rectangular com as orlas suavizadas" #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:3 msgid "Create an elliptical brush" @@ -1961,24 +1926,23 @@ #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:4 msgid "Create an elliptical brush with feathered edges" -msgstr "Criar um pincel eliptico com pontas de penas" +msgstr "Criar um pincel elíptico com as orlas suavizadas" #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:5 msgid "Elli_ptical, Feathered..." -msgstr "" +msgstr "Elí_ptico, Orla Suavizada..." #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:6 msgid "Feathering" -msgstr "Difusão" +msgstr "Difusão da orla" #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:8 -#, fuzzy msgid "Name" -msgstr "Nome:" +msgstr "Nome" #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:9 msgid "Re_ctangular, Feathered..." -msgstr "" +msgstr "Re_ctangular, Orla Suavizada..." #: ../plug-ins/script-fu/scripts/mkbrush.scm.h:10 #: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:5 @@ -1997,28 +1961,28 @@ #: ../plug-ins/script-fu/scripts/neon-logo.scm.h:2 msgid "Convert the selected region (or alpha) into a neon-sign like object" msgstr "" +"Converter a região seleccionada (ou a transparência) num objecto tipo um " +"letreiro de néon" #: ../plug-ins/script-fu/scripts/neon-logo.scm.h:3 msgid "Create a logo in the style of a neon sign" msgstr "Criar um logotipo no estilo de um sinal de nenon" #: ../plug-ins/script-fu/scripts/neon-logo.scm.h:4 -#, fuzzy msgid "Create shadow" -msgstr "Criar Sombra" +msgstr "Criar sombra" #: ../plug-ins/script-fu/scripts/neon-logo.scm.h:9 msgid "N_eon..." msgstr "N_eon..." #: ../plug-ins/script-fu/scripts/news-text.scm.h:3 -#, fuzzy msgid "Cell size (pixels)" -msgstr "Tamanho Célula (pixeis)" +msgstr "Tamanho da célula (pixeis)" #: ../plug-ins/script-fu/scripts/news-text.scm.h:4 msgid "Create a logo in the style of newspaper printing" -msgstr "" +msgstr "Criar um logótipo ao estilo da impressão de um jornal" #: ../plug-ins/script-fu/scripts/news-text.scm.h:6 #: ../plug-ins/script-fu/scripts/speed-text.scm.h:4 @@ -2028,7 +1992,7 @@ #: ../plug-ins/script-fu/scripts/news-text.scm.h:9 msgid "Newsprint Te_xt..." -msgstr "" +msgstr "Te_xto de jornal..." #: ../plug-ins/script-fu/scripts/old-photo.scm.h:2 msgid "Defocus" @@ -2048,7 +2012,7 @@ #: ../plug-ins/script-fu/scripts/old-photo.scm.h:7 msgid "_Old Photo..." -msgstr "" +msgstr "Fot_o Antiga..." #: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:1 #: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:1 @@ -2078,16 +2042,16 @@ #: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:2 msgid "New _Pattern..." -msgstr "Novo _Padrão..." +msgstr "Nova _Textura..." #: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:3 msgid "Paste the clipboard contents into a new pattern" -msgstr "Colar o conteúdo da área de transferência num novo padrão" +msgstr "Colar o conteúdo da área de transferência num nova Textura" #: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:4 #: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:3 msgid "Pattern name" -msgstr "Nome do padrão" +msgstr "Nome da Textura" #: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:1 msgid "Add a perspective shadow to the selected region (or alpha)" @@ -2119,7 +2083,7 @@ #: ../plug-ins/script-fu/scripts/predator.scm.h:2 msgid "Edge amount" -msgstr "Quantidade da margem" +msgstr "Tamanho da orla" #: ../plug-ins/script-fu/scripts/predator.scm.h:4 msgid "Pixel amount" @@ -2187,7 +2151,7 @@ #: ../plug-ins/script-fu/scripts/rendermap.scm.h:2 msgid "Create an image filled with an Earth-like map pattern" -msgstr "Criar uma imagem preenchida com um padrão de mapa parecido com a Terra" +msgstr "Criar uma imagem preenchida com uma Textura de mapa tipo planeta Terra" #: ../plug-ins/script-fu/scripts/rendermap.scm.h:3 msgid "Detail in Middle" @@ -2217,10 +2181,12 @@ msgid "" "Create a multi-layer image by adding a ripple effect to the current image" msgstr "" +"Criar uma imagem multi-camada ao adicionar um efeito de ondulação à imagem " +"actual" #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:3 msgid "Edge behavior" -msgstr "Comportamento do limite" +msgstr "Comportamento da orla" #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:4 #: ../plug-ins/script-fu/scripts/waves-anim.scm.h:4 @@ -2228,9 +2194,8 @@ msgstr "Número de quadros" #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:5 -#, fuzzy msgid "Rippling strength" -msgstr "Força da Onda" +msgstr "Força da ondulação" #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:6 msgid "Smear" @@ -2242,27 +2207,26 @@ #: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:8 msgid "_Rippling..." -msgstr "" +msgstr "_Ondulação..." #: ../plug-ins/script-fu/scripts/round-corners.scm.h:1 -#, fuzzy msgid "Add background" -msgstr "Adicionar Fundo" +msgstr "Adicionar fundo" #: ../plug-ins/script-fu/scripts/round-corners.scm.h:2 -#, fuzzy msgid "Add drop-shadow" -msgstr "Adicionar Projeção de Sombra" +msgstr "Adicionar sombra projectada" #: ../plug-ins/script-fu/scripts/round-corners.scm.h:4 -#, fuzzy msgid "Edge radius" -msgstr "Raio Margem" +msgstr "Raio da orla" #: ../plug-ins/script-fu/scripts/round-corners.scm.h:5 msgid "" "Round the corners of an image and optionally add a drop-shadow and background" msgstr "" +"Arredondar o cantos de uma imagem e opcionalmente adicionar uma sombra " +"projectada e um fundo" #: ../plug-ins/script-fu/scripts/round-corners.scm.h:9 msgid "_Round Corners..." @@ -2271,25 +2235,23 @@ #: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:1 msgid "Change the colormap of an image to the colors in a specified palette." msgstr "" +"Mudar o mapa de cores de uma imagem para as cores na paleta especificada." #: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:2 -#, fuzzy msgid "Palette" -msgstr "Padrão" +msgstr "Palette" #: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:3 -#, fuzzy msgid "Se_t Colormap..." -msgstr "Cor do Texto" +msgstr "De_finir Mapa de Cores..." #: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:2 msgid "Convert a selection to a brush" msgstr "Converter uma selecção para um pincel" #: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:5 -#, fuzzy msgid "To _Brush..." -msgstr "Procurar..." +msgstr "Em _Pincel..." #: ../plug-ins/script-fu/scripts/select-to-image.scm.h:1 msgid "Convert a selection to an image" @@ -2301,40 +2263,38 @@ #: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:1 msgid "Convert a selection to a pattern" -msgstr "Converter uma seleccao num padrao" +msgstr "Converter uma seleccão numa Textura" #: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:4 -#, fuzzy msgid "To _Pattern..." -msgstr "Padrão" +msgstr "Converter em _Textura..." #: ../plug-ins/script-fu/scripts/selection-round.scm.h:1 -#, fuzzy msgid "Concave" -msgstr "Cancelar" +msgstr "Concâvo" #: ../plug-ins/script-fu/scripts/selection-round.scm.h:3 -#, fuzzy, no-c-format +#, no-c-format msgid "Radius (%)" -msgstr "Raio" +msgstr "Raio (%)" #: ../plug-ins/script-fu/scripts/selection-round.scm.h:4 msgid "Round the corners of the current selection" -msgstr "" +msgstr "Arredondar os cantos da selecção actual" #: ../plug-ins/script-fu/scripts/selection-round.scm.h:5 -#, fuzzy msgid "Rounded R_ectangle..." -msgstr "/Script-Fu/Selecção/A_rredondar..." +msgstr "R_ectangulo Arredondado..." #: ../plug-ins/script-fu/scripts/slide.scm.h:1 msgid "Add a slide-film like frame, sprocket holes, and labels to an image" msgstr "" +"Adicionar à imagem uma moldura tipo as margens de uma película fotográfica " +"antiga, incluindo buracos e dizeres" #: ../plug-ins/script-fu/scripts/slide.scm.h:3 -#, fuzzy msgid "Font color" -msgstr "Cor Fonte" +msgstr "Cor do Tipo de Letra" #: ../plug-ins/script-fu/scripts/slide.scm.h:4 msgid "Number" @@ -2342,57 +2302,55 @@ #: ../plug-ins/script-fu/scripts/slide.scm.h:7 msgid "_Slide..." -msgstr "" +msgstr "_Película fotográfica" #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:5 msgid "Create a State Of The Art chromed logo" -msgstr "" +msgstr "Criar um logótipo Cromado de \"última geração\"" #: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:10 msgid "SOTA Chrome..." -msgstr "" +msgstr "Cromado de \"última geração\" ..." #: ../plug-ins/script-fu/scripts/speed-text.scm.h:2 msgid "Create a logo with a speedy text effect" -msgstr "" +msgstr "Criar um logótipo com um efeito de texto veloz" #: ../plug-ins/script-fu/scripts/speed-text.scm.h:7 msgid "Speed Text..." -msgstr "" +msgstr "Texto veloz..." #: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:1 msgid "Create an animation by mapping the current image onto a spinning sphere" msgstr "" +"Criar uma animação através do mapeamento da imagem actual numa esfera " +"giratória" #: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:2 msgid "Frames" msgstr "Quadros" #: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:3 -#, fuzzy msgid "Index to n colors (0 = remain RGB)" -msgstr "Índice para n Cores (0 = RGB Restante)" +msgstr "Indexar em N cores (0=mantém-se RGB)" #: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:5 -#, fuzzy msgid "Turn from left to right" -msgstr "Girar da Esquerda para Direita" +msgstr "Virar da esquerda para a direita" #: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:7 msgid "_Spinning Globe..." -msgstr "" +msgstr "E_sfera giratória..." #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:1 -#, fuzzy msgid "" "Add Spirographs, Epitrochoids, and Lissajous Curves to the current layer" msgstr "" -"Desenhar Spirografos, Epitrocoidos e Curvas Lissajous. Mais informações em " -"http://netword.com/*spyrogimp" +"Adicionar curvas espirograficas, epitrocoidais e de Lissajous à camada actual" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:2 msgid "Airbrush" -msgstr "Spray" +msgstr "Aerógrafo" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:3 msgid "Brush" @@ -2403,9 +2361,8 @@ msgstr "Círculo" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:6 -#, fuzzy msgid "Color method" -msgstr "Método Cor" +msgstr "Método de cor" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:7 msgid "Epitrochoid" @@ -2428,14 +2385,12 @@ msgstr "Hexágono" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:13 -#, fuzzy msgid "Hole ratio" -msgstr "Rácio Completo" +msgstr "Factor do buraco" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:14 -#, fuzzy msgid "Inner teeth" -msgstr "Dente Interior" +msgstr "Dentes interiores" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:15 msgid "Lissajous" @@ -2446,9 +2401,8 @@ msgstr "Margem (pixeis)" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:17 -#, fuzzy msgid "Outer teeth" -msgstr "Dente Externo" +msgstr "Dentes exteriores" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:18 msgid "Pencil" @@ -2496,9 +2450,8 @@ #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:29 #: ../plug-ins/script-fu/scripts/text-circle.scm.h:7 -#, fuzzy msgid "Start angle" -msgstr "Ângulo Inicial" +msgstr "Ângulo inicial" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:30 msgid "Tool" @@ -2513,50 +2466,46 @@ msgstr "Tipo" #: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:33 -#, fuzzy msgid "_Spyrogimp..." -msgstr "Esferográfica" +msgstr "E_spirografo Gimp..." #: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:1 msgid "Create a logo using a rock-like texture, a nova glow, and shadow" msgstr "" +"Criar um logótipo usando uma textura tipo rocha, um brilho explosivo e uma " +"sombra" #: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:5 -#, fuzzy msgid "Sta_rscape..." -msgstr "Procurar..." +msgstr "Paisagem est_relar..." #: ../plug-ins/script-fu/scripts/swirltile.scm.h:4 msgid "Create an image filled with a swirled tile effect" -msgstr "" +msgstr "Criar uma imagem preenchida com um efeito de mosaicos num remoinho" #: ../plug-ins/script-fu/scripts/swirltile.scm.h:9 msgid "Swirl-_Tile..." msgstr "Mosaico-_Espiral..." #: ../plug-ins/script-fu/scripts/swirltile.scm.h:10 -#, fuzzy msgid "Whirl amount" -msgstr "Quantidade Voltas" +msgstr "Quantidade do remoinho" #: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:1 msgid "Create an image filled with a swirly pattern" -msgstr "Criar uma imagem preenchida com um um padrao de espiral" +msgstr "Criar uma imagem preenchida com uma Textura de espiral" #: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:2 -#, fuzzy msgid "Number of times to whirl" -msgstr "Número Vezes Remoinhar" +msgstr "Nº de voltas do remoinho" #: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:3 -#, fuzzy msgid "Quarter size" -msgstr "Quarto do Tamanho" +msgstr "Tamanho do deslocamento" #: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:4 -#, fuzzy msgid "Whirl angle" -msgstr "Ângulo Remoinhar" +msgstr "Ângulo do remoinho" #: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:5 msgid "_Swirly..." @@ -2565,34 +2514,32 @@ #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:1 msgid "Add a Trace of Particles effect to the selected region (or alpha)" msgstr "" +"Adicionar um efeito de Rasto de partículas à região seleccionada (ou à " +"transparência)" #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:3 -#, fuzzy msgid "Base color" -msgstr "Cor Base" +msgstr "Cor base" #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:5 msgid "Create a logo using a Trace Of Particles effect" -msgstr "" +msgstr "Criar um logótipo usando um efeito de Rasto de partículas" #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:6 -#, fuzzy msgid "Edge only" -msgstr "Apenas Margem" +msgstr "Apenas a orla" #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:7 -#, fuzzy msgid "Edge width" -msgstr "Largura Margem" +msgstr "Largura da orla" #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:10 -#, fuzzy msgid "Hit rate" -msgstr "Rácio Pontaria" +msgstr "Taxa de partículas" #: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:12 msgid "_Particle Trace..." -msgstr "" +msgstr "Rasto de _Partículas" #: ../plug-ins/script-fu/scripts/text-circle.scm.h:1 msgid "Antialias" @@ -2602,41 +2549,42 @@ msgid "" "Create a logo by rendering the specified text along the perimeter of a circle" msgstr "" +"Criar um logótipo através da renderização do texto especificado ao longo do " +"perímetro de um círculo" #: ../plug-ins/script-fu/scripts/text-circle.scm.h:3 -#, fuzzy msgid "Fill angle" -msgstr "Ângulo Preenchimento" +msgstr "Ângulo de preenchimento" #: ../plug-ins/script-fu/scripts/text-circle.scm.h:9 -#, fuzzy msgid "Text C_ircle..." -msgstr "Círculo" +msgstr "C_irculo de Texto..." #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:3 msgid "" "Create a textured logo with highlights, shadows, and a mosaic background" msgstr "" +"Criar um logótipo texturizado com destaques, sombras e um fundo em mosaico" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:4 -#, fuzzy msgid "Ending blend" -msgstr "Mistura Final" +msgstr "Fim da mistura" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:5 msgid "" "Fill the selected region (or alpha) with a texture and add highlights, " "shadows, and a mosaic background" msgstr "" +"Preencher a região seleccionada (ou a transparência) com uma textura, " +"adicionando destaques, sombras e um fundo em mosaico" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:8 msgid "Hexagons" msgstr "Hexágonos" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:9 -#, fuzzy msgid "Mosaic tile type" -msgstr "Tipo Cobertura Mosaico" +msgstr "Tipo de mosaico" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:10 msgid "Octagons" @@ -2647,39 +2595,33 @@ msgstr "Quadrados" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:13 -#, fuzzy msgid "Starting blend" -msgstr "A Iniciar Mistura" +msgstr "Início da Mistura" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:15 -#, fuzzy msgid "Text pattern" -msgstr "Padrão Texto" +msgstr "Textura de Texto" #: ../plug-ins/script-fu/scripts/textured-logo.scm.h:16 msgid "_Textured..." -msgstr "" +msgstr "_Texturizado..." #: ../plug-ins/script-fu/scripts/tileblur.scm.h:1 -#, fuzzy msgid "Blur horizontally" -msgstr "Desfocamento Horizontal" +msgstr "Suavizar horizontalmente" #: ../plug-ins/script-fu/scripts/tileblur.scm.h:2 msgid "Blur the edges of an image so the result tiles seamlessly" msgstr "" -"Desfocar os cantos de uma imagem para que o resultado fique em mosaico " -"continuo" +"Desfocar as orlas de uma imagem para que o resultado seja em mosaico contínuo" #: ../plug-ins/script-fu/scripts/tileblur.scm.h:3 -#, fuzzy msgid "Blur type" -msgstr "Tipo Desfocamento" +msgstr "Tipo de Suavização" #: ../plug-ins/script-fu/scripts/tileblur.scm.h:4 -#, fuzzy msgid "Blur vertically" -msgstr "Desfocamento Vertical" +msgstr "Suavizar verticalmente" #: ../plug-ins/script-fu/scripts/tileblur.scm.h:5 msgid "IIR" @@ -2690,9 +2632,8 @@ msgstr "RLE" #: ../plug-ins/script-fu/scripts/tileblur.scm.h:8 -#, fuzzy msgid "_Tileable Blur..." -msgstr "/Filtros/Desfocar/Des_foc. em Mosaico..." +msgstr "_Suavização em mosaico..." #: ../plug-ins/script-fu/scripts/title-header.scm.h:1 msgid "Create a decorative web title header" @@ -2704,26 +2645,23 @@ #: ../plug-ins/script-fu/scripts/truchet.scm.h:3 msgid "Create an image filled with a Truchet pattern" -msgstr "Criar uma imagem preenchida com um padrao Truchet" +msgstr "Criar uma imagem preenchida com uma Textura Truchet" #: ../plug-ins/script-fu/scripts/truchet.scm.h:4 -#, fuzzy msgid "Foreground color" -msgstr "Cor de Fundo" +msgstr "Cor de 1º plano" #: ../plug-ins/script-fu/scripts/truchet.scm.h:7 msgid "T_ruchet..." -msgstr "" +msgstr "Mosaicos de T_ruchet..." #: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:1 -#, fuzzy msgid "Mask opacity" -msgstr "Opacidade Máscara" +msgstr "Opacidade da máscara" #: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:2 -#, fuzzy msgid "Mask size" -msgstr "Tamanho Máscara" +msgstr "Tamanho da máscara" #: ../plug-ins/script-fu/scripts/waves-anim.scm.h:1 msgid "Amplitude" @@ -2734,6 +2672,8 @@ "Create a multi-layer image with an effect like a stone was thrown into the " "current image" msgstr "" +"Criar um imagem multi-camada com um efeito provocado por pedra que tenha " +"sido atirada à imagem" #: ../plug-ins/script-fu/scripts/waves-anim.scm.h:3 msgid "Invert direction" @@ -2752,45 +2692,40 @@ "Create a new layer filled with a weave effect to be used as an overlay or " "bump map" msgstr "" +"Criar uma nova camada preenchida com um efeito de tecelagem para ser usada " +"como sobreposição ou mapa de relevo" #: ../plug-ins/script-fu/scripts/weave.scm.h:2 -#, fuzzy msgid "Ribbon spacing" -msgstr "Espaçamento Faixa" +msgstr "Espaço das fitas" #: ../plug-ins/script-fu/scripts/weave.scm.h:3 -#, fuzzy msgid "Ribbon width" -msgstr "Largura Faixa" +msgstr "Largura das fitas" #: ../plug-ins/script-fu/scripts/weave.scm.h:4 -#, fuzzy msgid "Shadow darkness" -msgstr "Escuridão Sombra" +msgstr "Escuridão da sombra" #: ../plug-ins/script-fu/scripts/weave.scm.h:5 -#, fuzzy msgid "Shadow depth" -msgstr "Profundidade Sombra" +msgstr "Profundidade da sombra" #: ../plug-ins/script-fu/scripts/weave.scm.h:6 -#, fuzzy msgid "Thread density" -msgstr "Densidade Fio" +msgstr "Densidade do fiamento" #: ../plug-ins/script-fu/scripts/weave.scm.h:7 -#, fuzzy msgid "Thread intensity" -msgstr "Intensidade Fio" +msgstr "Intensidade do fiamento" #: ../plug-ins/script-fu/scripts/weave.scm.h:8 -#, fuzzy msgid "Thread length" -msgstr "Comprimento Fio" +msgstr "Tamanho do fiamento" #: ../plug-ins/script-fu/scripts/weave.scm.h:9 msgid "_Weave..." -msgstr "" +msgstr "_Tecelagem" #: ../plug-ins/script-fu/scripts/web-browser.scm.h:1 msgid "Bookmark to the GIMP web site" @@ -2854,115 +2789,37 @@ "Adicionar um efeito subtil 3D translúcido à região seleccionada (ou alfa)" #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:2 -#, fuzzy msgid "Drop shadow X offset" -msgstr "Deslocamento X Sombra Projetada" +msgstr "Deslocamento X da sombra projectada" #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:3 -#, fuzzy msgid "Drop shadow Y offset" -msgstr "Deslocamento Y Sombra Projetada" +msgstr "Deslocamento Y da sombra projectada" #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:4 -#, fuzzy msgid "Drop shadow blur radius" -msgstr "Raio de Desfoc. de Proj. Sombra" +msgstr "Raio de suavização da sombra proj." #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:5 -#, fuzzy msgid "Drop shadow color" -msgstr "Cor Sombra Projetada" +msgstr "Cor da sombra projectada" #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:6 -#, fuzzy msgid "Drop shadow opacity" -msgstr "Opacidade Sombra Projetada" +msgstr "Opacidade Sombra Projectada" #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:7 msgid "Highlight X offset" -msgstr "Deslocamento Destaque X" +msgstr "Deslocamento do destaque X" #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:8 msgid "Highlight Y offset" -msgstr "Deslocamento destaque Y" +msgstr "Deslocamento do destaque Y" #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:10 msgid "Highlight opacity" -msgstr "Destaque Opacidade " +msgstr "Destaque Opacidade" #: ../plug-ins/script-fu/scripts/xach-effect.scm.h:12 msgid "_Xach-Effect..." msgstr "Efeito _Xach..." - -#~ msgid "_Misc" -#~ msgstr "_Misc" - -#~ msgid "_Utilities" -#~ msgstr "_Utilidades" - -#~ msgid "An_imation" -#~ msgstr "An_imation" - -#~ msgid "_Animators" -#~ msgstr "_Animadores" - -#~ msgid "_Artistic" -#~ msgstr "_Artístico" - -#~ msgid "_Blur" -#~ msgstr "_Desfocamento" - -#~ msgid "_Decor" -#~ msgstr "_Decor" - -#~ msgid "_Effects" -#~ msgstr "_Efeitos" - -#~ msgid "En_hance" -#~ msgstr "Mel_horar" - -#~ msgid "_Light and Shadow" -#~ msgstr "_Luz e Sombra" - -#~ msgid "S_hadow" -#~ msgstr "S_ombra" - -#~ msgid "_Render" -#~ msgstr "_Renderizar" - -#~ msgid "_Alchemy" -#~ msgstr "_Alquimia" - -#, fuzzy -#~ msgid "Effect size (pixels * 3)" -#~ msgstr "Tamanho do Efeito (pixeis * 3)" - -#, fuzzy -#~ msgid "Effect size (pixels * 5)" -#~ msgstr "Tamanho do Efeito (pixeis * 5)" - -#~ msgid "Lighting (degrees)" -#~ msgstr "Luz (graus)" - -#~ msgid "Radius (pixels)" -#~ msgstr "Raio (pixeis)" - -#, fuzzy -#~ msgid "Sphere color" -#~ msgstr "Cor Esfera" - -#, fuzzy -#~ msgid "_Sphere..." -#~ msgstr "Procurar..." - -#, fuzzy -#~ msgid "Burst color" -#~ msgstr "Cor Explosão" - -#, fuzzy -#~ msgid "Effect size (pixels * 30)" -#~ msgstr "Tamanho Efeito (pixeis * 30)" - -#, fuzzy -#~ msgid "Effect size (pixels * 4)" -#~ msgstr "Tamanho Efeito (pixels * 4)" diff -Nru gimp-2.6.11/po-script-fu/tr.po gimp-2.6.12/po-script-fu/tr.po --- gimp-2.6.11/po-script-fu/tr.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-script-fu/tr.po 2012-01-31 13:50:16.000000000 +0000 @@ -6,3385 +6,2765 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.3.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-28 15:42+0100\n" -"PO-Revision-Date: 2002-04-28 04:07+0200\n" -"Last-Translator: Ömer Fadıl USTA \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-08-04 09:57+0000\n" +"PO-Revision-Date: 2010-10-09 20:41+0200\n" +"Last-Translator: maydin95 \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Launchpad-Export-Date: 2010-10-09 17:28+0000\n" +"X-Generator: Launchpad (build Unknown)\n" -#: plug-ins/script-fu/script-fu-console.c:129 -#: plug-ins/script-fu/script-fu-text-console.c:66 -msgid "Script-Fu console mode allows only interactive invocation" -msgstr "Script-Fu konsolu sadece etkileşimli çağrıma olanak tanır" - -#: plug-ins/script-fu/script-fu-console.c:156 +#: ../plug-ins/script-fu/script-fu-console.c:131 +#: ../plug-ins/script-fu/script-fu-console.c:198 msgid "Script-Fu Console" -msgstr "Script-Fu Konsolu" +msgstr "Script-Fu Uçbirimi" + +#: ../plug-ins/script-fu/script-fu-console.c:194 +msgid "Welcome to TinyScheme" +msgstr "Minik şemaya hoşgeldiniz" -#: plug-ins/script-fu/script-fu-console.c:183 -msgid "SIOD Output" -msgstr "SIOD Çıktısı" - -#: plug-ins/script-fu/script-fu-console.c:249 -msgid "Current Command" -msgstr "Şu Anki Komut" +#: ../plug-ins/script-fu/script-fu-console.c:200 +msgid "Interactive Scheme Development" +msgstr "Etkileşimli Şema Geliştirici" -#: plug-ins/script-fu/script-fu-console.c:267 -#, fuzzy +#: ../plug-ins/script-fu/script-fu-console.c:236 msgid "_Browse..." -msgstr "Gözat..." +msgstr "_Gözat..." + +#: ../plug-ins/script-fu/script-fu-console.c:294 +msgid "Save Script-Fu Console Output" +msgstr "Script-Fu Uçbirimi Çıktısını Kaydet" + +#: ../plug-ins/script-fu/script-fu-console.c:341 +#, c-format +msgid "Could not open '%s' for writing: %s" +msgstr "Yazma için '%s' açılamadı: %s" -#: plug-ins/script-fu/script-fu-console.c:548 -msgid "Script-Fu evaluate mode allows only noninteractive invocation" -msgstr "Script-Fu değerlendirme modu sadece etkileşimsiz çağrıma olanak tanır" +#: ../plug-ins/script-fu/script-fu-console.c:370 +msgid "Script-Fu Procedure Browser" +msgstr "Script-Fu Yordamı Gezgini" + +#: ../plug-ins/script-fu/script-fu-eval.c:63 +msgid "Script-Fu evaluation mode only allows non-interactive invocation" +msgstr "Script-Fu değerlendirme kipi sadece etkileşimsiz çağrıma izin verir" -#: plug-ins/script-fu/script-fu-interface.c:177 +#: ../plug-ins/script-fu/script-fu-interface.c:196 msgid "Script-Fu cannot process two scripts at the same time." -msgstr "" +msgstr "Script-Fu iki betiği aynı anda çalıştıramaz." -#: plug-ins/script-fu/script-fu-interface.c:179 +#: ../plug-ins/script-fu/script-fu-interface.c:198 #, c-format msgid "You are already running the \"%s\" script." -msgstr "" - -#. strip the first part of the menupath if it contains _("/Script-Fu/") -#: plug-ins/script-fu/script-fu-interface.c:202 -#: plug-ins/script-fu/script-fu-interface.c:204 -msgid "/Script-Fu/" -msgstr "/Script-Fu/" +msgstr "\"%s\" betiğini zaten çalıştırıyorsunuz." -#: plug-ins/script-fu/script-fu-interface.c:217 +#: ../plug-ins/script-fu/script-fu-interface.c:224 #, c-format msgid "Script-Fu: %s" msgstr "Script-Fu: %s" -#. the script arguments frame -#: plug-ins/script-fu/script-fu-interface.c:254 -msgid "Script Arguments" -msgstr "Program Argümanları" - #. we add a colon after the label; -#. some languages want an extra space here -#: plug-ins/script-fu/script-fu-interface.c:285 +#. * some languages want an extra space here +#. +#: ../plug-ins/script-fu/script-fu-interface.c:288 #, c-format msgid "%s:" msgstr "%s:" -#: plug-ins/script-fu/script-fu-interface.c:328 +#: ../plug-ins/script-fu/script-fu-interface.c:336 msgid "Script-Fu Color Selection" msgstr "Script-Fu Renk Seçimi" -#: plug-ins/script-fu/script-fu-interface.c:431 +#: ../plug-ins/script-fu/script-fu-interface.c:445 msgid "Script-Fu File Selection" msgstr "Script-Fu Dosya Seçimi" -#: plug-ins/script-fu/script-fu-interface.c:435 +#: ../plug-ins/script-fu/script-fu-interface.c:448 msgid "Script-Fu Folder Selection" msgstr "Script-Fu Dizin Seçimi" -#: plug-ins/script-fu/script-fu-interface.c:447 +#: ../plug-ins/script-fu/script-fu-interface.c:461 msgid "Script-Fu Font Selection" -msgstr "Script-Fu Yazıtipi Seçimi" +msgstr "Script-Fu Yazıyüzü Seçimi" -#: plug-ins/script-fu/script-fu-interface.c:454 -#, fuzzy +#: ../plug-ins/script-fu/script-fu-interface.c:469 msgid "Script-Fu Palette Selection" -msgstr "Script-Fu Desen Seçimi" +msgstr "Script-Fu Palet Seçimi" -#: plug-ins/script-fu/script-fu-interface.c:462 -msgid "Script-fu Pattern Selection" +#: ../plug-ins/script-fu/script-fu-interface.c:478 +msgid "Script-Fu Pattern Selection" msgstr "Script-Fu Desen Seçimi" -#: plug-ins/script-fu/script-fu-interface.c:469 +#: ../plug-ins/script-fu/script-fu-interface.c:487 msgid "Script-Fu Gradient Selection" -msgstr "Script-Fu Gradyan Secimi" +msgstr "Script-Fu Renk Geçişi Seçimi" -#: plug-ins/script-fu/script-fu-interface.c:477 +#: ../plug-ins/script-fu/script-fu-interface.c:496 msgid "Script-Fu Brush Selection" msgstr "Script-Fu Fırça Seçimi" -#. the script progress frame -#: plug-ins/script-fu/script-fu-interface.c:533 -#, fuzzy -msgid "Script Progress" -msgstr "Program Argümanları" - -#: plug-ins/script-fu/script-fu-interface.c:541 -msgid "(none)" -msgstr "" - -#: plug-ins/script-fu/script-fu-interface.c:1058 -#: plug-ins/dbbrowser/gimpprocview.c:198 -msgid "Author:" -msgstr "Yazar:" - -#: plug-ins/script-fu/script-fu-interface.c:1065 -#: plug-ins/dbbrowser/gimpprocview.c:220 -msgid "Copyright:" -msgstr "Telif Hakkı:" - -#: plug-ins/script-fu/script-fu-interface.c:1072 -#: plug-ins/dbbrowser/gimpprocview.c:209 -msgid "Date:" -msgstr "Tarih:" - -#: plug-ins/script-fu/script-fu-interface.c:1081 -msgid "Image Types:" -msgstr "Resim Tipleri:" - -#: plug-ins/script-fu/script-fu-scripts.c:611 -#, fuzzy, c-format -msgid "" -"Error while executing\n" -"%s\n" -"%s" -msgstr "" -"%s çalıştırılırken Script-Fu hatası\n" -"%s" +#: ../plug-ins/script-fu/script-fu-interface.c:824 +#, c-format +msgid "Error while executing %s:" +msgstr "%s yürütülürken hata:" -#: plug-ins/script-fu/script-fu-server.c:642 +#: ../plug-ins/script-fu/script-fu-scripts.c:150 +msgid "Too few arguments to 'script-fu-register' call" +msgstr "'script-fu-register' çağrısında çok fazla bağımsız değişken" + +#: ../plug-ins/script-fu/script-fu-scripts.c:609 +#, c-format +msgid "Error while loading %s:" +msgstr "%s yüklenirken hata:" + +#: ../plug-ins/script-fu/script-fu-server.c:713 msgid "Script-Fu Server Options" -msgstr "Script-Fu Sunucu Ayarları" +msgstr "Script-Fu Sunucu Seçenekleri" -#: plug-ins/script-fu/script-fu-server.c:670 -msgid "Server Port:" -msgstr "Sunucu Portu:" - -#: plug-ins/script-fu/script-fu-server.c:676 -msgid "Server Logfile:" -msgstr "Sunucu Kütüğü:" - -#: plug-ins/script-fu/script-fu.c:122 -#, fuzzy -msgid "Script-Fu _Console" -msgstr "Script-Fu Konsolu" - -#: plug-ins/script-fu/script-fu.c:129 plug-ins/script-fu/script-fu.c:158 -#: plug-ins/script-fu/script-fu.c:290 -#, fuzzy -msgid "/Xtns/Script-Fu" -msgstr "/Xtns/Script-Fu/Logolar/Lamba..." +#: ../plug-ins/script-fu/script-fu-server.c:718 +msgid "_Start Server" +msgstr "_Sunucuyu Başlat" -#: plug-ins/script-fu/script-fu.c:151 -msgid "_Start Server..." -msgstr "" +#: ../plug-ins/script-fu/script-fu-server.c:746 +msgid "Server port:" +msgstr "Sunucu kapısı:" -#: plug-ins/script-fu/script-fu.c:282 -msgid "_Refresh Scripts" -msgstr "" +#: ../plug-ins/script-fu/script-fu-server.c:752 +msgid "Server logfile:" +msgstr "Sunucu günlük dosyası:" -#: plug-ins/dbbrowser/gimpprocbrowser.c:128 -#: plug-ins/dbbrowser/gimpprocbrowser.c:142 -msgid "Procedure Browser" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:111 +msgid "Interactive console for Script-Fu development" +msgstr "Script-Fu geliştirmesi için etkileşimli uçbirim" -#: plug-ins/dbbrowser/gimpprocbrowser.c:132 -#: plug-ins/dbbrowser/gimpprocbrowser.c:146 -#, fuzzy -msgid "Search by _Name" -msgstr "İsme Göre Ara" +#: ../plug-ins/script-fu/script-fu.c:117 +msgid "_Console" +msgstr "_Uçbirim" -#: plug-ins/dbbrowser/gimpprocbrowser.c:133 -#: plug-ins/dbbrowser/gimpprocbrowser.c:147 -#, fuzzy -msgid "Search by _Blurb" -msgstr "Tanıtıcıya göre Ara" +#: ../plug-ins/script-fu/script-fu.c:141 +msgid "Server for remote Script-Fu operation" +msgstr "Uzak Script-Fu işlemi için sunucu" -#: plug-ins/dbbrowser/gimpprocbrowser.c:224 -#, fuzzy -msgid "_Search:" -msgstr "Ara:" +#: ../plug-ins/script-fu/script-fu.c:146 +msgid "_Start Server..." +msgstr "Sunucuyu _Başlat..." -#: plug-ins/dbbrowser/gimpprocbrowser.c:386 -#, fuzzy -msgid "Searching by name - please wait" -msgstr "Veri Tabanı Tarayıcısı (isme göre - Lütfen bekleyin)" +#: ../plug-ins/script-fu/script-fu.c:302 +msgid "_GIMP Online" +msgstr "Çevrimiçi _GIMP" -#: plug-ins/dbbrowser/gimpprocbrowser.c:410 -#, fuzzy -msgid "Searching by blurb - please wait" -msgstr "Veri Tabanı Tarayıcısı (tanımlayıcıya göre - Lütfen bekleyin)" +#: ../plug-ins/script-fu/script-fu.c:303 +msgid "_User Manual" +msgstr "_Kullanıcı Kılavuzu" -#: plug-ins/dbbrowser/gimpprocbrowser.c:421 -msgid "Searching - please wait" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:306 +msgid "_Script-Fu" +msgstr "_Script-Fu" -#: plug-ins/dbbrowser/gimpprocbrowser.c:428 -msgid "1 Procedure" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:308 +msgid "_Test" +msgstr "_Dene" -#: plug-ins/dbbrowser/gimpprocbrowser.c:430 -#, c-format -msgid "%d Procedures" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:311 +msgid "_Buttons" +msgstr "_Düğmeler" -#: plug-ins/dbbrowser/gimpprocbrowser.c:476 -msgid "No matches" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:313 +msgid "_Logos" +msgstr "_Logolar" -#: plug-ins/dbbrowser/gimpprocview.c:133 -#, fuzzy -msgid "Parameters" -msgstr "Çevre" +#: ../plug-ins/script-fu/script-fu.c:315 +msgid "_Patterns" +msgstr "_Desenler" -#: plug-ins/dbbrowser/gimpprocview.c:146 -msgid "Return Values" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:318 +msgid "_Web Page Themes" +msgstr "_Ağ Sayfası Temaları" -#: plug-ins/dbbrowser/gimpprocview.c:159 -msgid "Additional Information" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:320 +msgid "_Alien Glow" +msgstr "_Alien Glow" -#: plug-ins/dbbrowser/gimpprocview.c:319 -msgid "Internal GIMP procedure" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:322 +msgid "_Beveled Pattern" +msgstr "_Eğimli Desen" -#: plug-ins/dbbrowser/gimpprocview.c:320 -msgid "GIMP Plug-In" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:324 +msgid "_Classic.Gimp.Org" +msgstr "_Classic.Gimp.Org" -#: plug-ins/dbbrowser/gimpprocview.c:321 -msgid "GIMP Extension" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:327 +msgid "Alpha to _Logo" +msgstr "_Logodan Görünüre" -#: plug-ins/dbbrowser/gimpprocview.c:322 -msgid "Temporary Procedure" -msgstr "" +#: ../plug-ins/script-fu/script-fu.c:330 +msgid "Re-read all available Script-Fu scripts" +msgstr "Kullanılabilir tüm Script-Fu betiklerini yeniden oku" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:1 -msgid "3D _Outline..." +#: ../plug-ins/script-fu/script-fu.c:335 +msgid "_Refresh Scripts" +msgstr "Betikleri _Yenile" + +#: ../plug-ins/script-fu/script-fu.c:358 +msgid "" +"You can not use \"Refresh Scripts\" while a Script-Fu dialog box is open. " +"Please close all Script-Fu windows and try again." msgstr "" +"Bir Script-Fu kutusu açıkken \"Betikleri Yenile\"yi kullanamazsınız. Lütfen " +"bütün Script-Fu pencerelerini kapatın ve yeniden deneyin." -#: plug-ins/script-fu/scripts/3d-outline.scm.h:2 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:1 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:1 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:1 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:1 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:1 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:1 -#: plug-ins/script-fu/scripts/chalk.scm.h:1 -#: plug-ins/script-fu/scripts/chip-away.scm.h:1 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:1 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:1 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:1 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:1 -#: plug-ins/script-fu/scripts/glossy.scm.h:1 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:1 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:1 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:1 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:1 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:1 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:1 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Alpha to Logo" -msgstr "/Script-Fu/Alfadan Logoya/Lamba..." - -#: plug-ins/script-fu/scripts/3d-outline.scm.h:3 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:2 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:2 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:2 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:2 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:2 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:2 -#: plug-ins/script-fu/scripts/carved-logo.scm.h:1 -#: plug-ins/script-fu/scripts/chalk.scm.h:2 -#: plug-ins/script-fu/scripts/chip-away.scm.h:2 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:2 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:2 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:1 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:2 -#: plug-ins/script-fu/scripts/glossy.scm.h:2 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:2 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:1 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:2 -#: plug-ins/script-fu/scripts/news-text.scm.h:1 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:1 -#: plug-ins/script-fu/scripts/speed-text.scm.h:1 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:2 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:2 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2 -#: plug-ins/script-fu/scripts/text-circle.scm.h:1 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:2 -#: plug-ins/script-fu/scripts/title-header.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Logos" -msgstr "/Xtns/Script-Fu/Logolar/Lamba..." +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:1 +msgid "3D _Outline..." +msgstr "3B _Çerçeve..." -#: plug-ins/script-fu/scripts/3d-outline.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:2 msgid "Bumpmap (alpha layer) blur radius" -msgstr "Kabartı Haritası (Alfa Katmanı) Bulanıklık Yarıçapı" +msgstr "Derinlik etkisi (görünür katman) bulanıklık yarıçapı" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:5 -#: plug-ins/script-fu/scripts/glossy.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:3 +msgid "Create a logo with outlined text and a drop shadow" +msgstr "Taslağı çizilmiş yazı ile bir logo ve gölge alanı oluştur" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:4 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:6 msgid "Default bumpmap settings" -msgstr "Öntanımlı Kabartı Haritası Ayarları" +msgstr "Mevcut tümsek eşlem ayarları" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:6 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:5 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:4 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:5 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:3 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:11 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 -#: plug-ins/script-fu/scripts/carved-logo.scm.h:5 -#: plug-ins/script-fu/scripts/chalk.scm.h:5 -#: plug-ins/script-fu/scripts/chip-away.scm.h:8 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:6 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:5 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:6 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:5 -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:4 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:3 -#: plug-ins/script-fu/scripts/glossy.scm.h:8 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:5 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:6 -#: plug-ins/script-fu/scripts/news-text.scm.h:7 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:3 -#: plug-ins/script-fu/scripts/slide.scm.h:2 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 -#: plug-ins/script-fu/scripts/speed-text.scm.h:5 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:6 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:4 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 -#: plug-ins/script-fu/scripts/text-circle.scm.h:4 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:6 -#: plug-ins/script-fu/scripts/title-header.scm.h:2 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:2 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:5 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:8 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:6 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:3 +#: ../plug-ins/script-fu/scripts/slide.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:5 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:2 msgid "Font" -msgstr "Yazıtipi" +msgstr "Yazıyüzü" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:7 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:5 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:6 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:4 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:4 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:3 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:12 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 -#: plug-ins/script-fu/scripts/carved-logo.scm.h:6 -#: plug-ins/script-fu/scripts/chalk.scm.h:6 -#: plug-ins/script-fu/scripts/chip-away.scm.h:9 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:7 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:6 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:7 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:6 -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:5 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:4 -#: plug-ins/script-fu/scripts/glossy.scm.h:9 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:6 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:9 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:7 -#: plug-ins/script-fu/scripts/news-text.scm.h:8 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:4 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 -#: plug-ins/script-fu/scripts/speed-text.scm.h:6 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:7 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:5 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 -#: plug-ins/script-fu/scripts/text-circle.scm.h:5 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:7 -#: plug-ins/script-fu/scripts/title-header.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:6 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:9 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:7 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:8 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:3 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:5 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:3 msgid "Font size (pixels)" -msgstr "Yazıtipi Boyu (piksel)" +msgstr "Yazıyüzü boyutu (benek)" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:7 msgid "Outline blur radius" -msgstr "Dış Çizgi Bulanıklık Yarıçapı" +msgstr "Dış çizgi bulanıklık eğrisi" + +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:8 +msgid "" +"Outline the selected region (or alpha) with a pattern and add a drop shadow" +msgstr "" +"Seçilmiş bölge veya görünürün taslağını bir model ile çiz ve gölge alanı ekle" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:9 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:5 -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:3 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:3 -#: plug-ins/script-fu/scripts/chip-away.scm.h:13 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:5 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:3 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:13 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:11 msgid "Pattern" msgstr "Desen" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:10 -#: plug-ins/script-fu/scripts/glossy.scm.h:17 -#: plug-ins/script-fu/scripts/round-corners.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:10 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:16 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:6 msgid "Shadow X offset" -msgstr "Gölge X Ofseti" +msgstr "X göreli konum gölgesi" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:11 -#: plug-ins/script-fu/scripts/glossy.scm.h:18 -#: plug-ins/script-fu/scripts/round-corners.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:11 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:17 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:7 msgid "Shadow Y offset" -msgstr "Gölge Y Ofseti" +msgstr "Y göreli konum gölgesi" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:12 msgid "Shadow blur radius" -msgstr "Gölge Bulanıklığı Yarıçapı" +msgstr "Bulanık yarıçap gölgesi" -#: plug-ins/script-fu/scripts/3d-outline.scm.h:13 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:10 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:8 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:10 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:6 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:9 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:6 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:17 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:10 -#: plug-ins/script-fu/scripts/carved-logo.scm.h:8 -#: plug-ins/script-fu/scripts/chalk.scm.h:7 -#: plug-ins/script-fu/scripts/chip-away.scm.h:14 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:9 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:11 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:10 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:8 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:7 -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:12 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:14 -#: plug-ins/script-fu/scripts/glossy.scm.h:19 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:8 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:11 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:7 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:10 -#: plug-ins/script-fu/scripts/news-text.scm.h:10 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:13 -#: plug-ins/script-fu/scripts/slide.scm.h:5 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:11 -#: plug-ins/script-fu/scripts/speed-text.scm.h:8 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:9 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:8 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:11 -#: plug-ins/script-fu/scripts/text-circle.scm.h:8 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:14 -#: plug-ins/script-fu/scripts/title-header.scm.h:5 +#: ../plug-ins/script-fu/scripts/3d-outline.scm.h:13 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:6 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:17 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:7 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:14 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:13 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:17 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:18 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:7 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:10 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:13 +#: ../plug-ins/script-fu/scripts/slide.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:11 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:8 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:14 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:5 msgid "Text" msgstr "Metin" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:1 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:1 msgid "3_D Truchet..." -msgstr "" +msgstr "3_D Truchet..." -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:2 -#: plug-ins/script-fu/scripts/camo.scm.h:1 -#: plug-ins/script-fu/scripts/flatland.scm.h:1 -#: plug-ins/script-fu/scripts/land.scm.h:1 -#: plug-ins/script-fu/scripts/rendermap.scm.h:1 -#: plug-ins/script-fu/scripts/swirltile.scm.h:1 -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:1 -#: plug-ins/script-fu/scripts/truchet.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Patterns" -msgstr "/Xtns/Script-Fu/Desenler/Alan..." - -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:3 -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:2 -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:4 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:3 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:4 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:3 -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:4 -#: plug-ins/script-fu/scripts/chalk.scm.h:3 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:4 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:3 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:3 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:3 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:2 -#: plug-ins/script-fu/scripts/glossy.scm.h:3 -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:3 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:3 -#: plug-ins/script-fu/scripts/image-structure.scm.h:3 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:3 -#: plug-ins/script-fu/scripts/news-text.scm.h:2 -#: plug-ins/script-fu/scripts/speed-text.scm.h:2 -#: plug-ins/script-fu/scripts/sphere.scm.h:2 -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:3 -#: plug-ins/script-fu/scripts/swirltile.scm.h:3 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:3 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:3 -#: plug-ins/script-fu/scripts/truchet.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:1 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:1 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:1 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:2 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:1 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:2 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:1 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:1 msgid "Background color" -msgstr "Arkaplan Rengi" +msgstr "Artalan rengi" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:4 -#: plug-ins/script-fu/scripts/truchet.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:3 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:2 msgid "Block size" -msgstr "Blok Büyüklüğü" +msgstr "Blok boyutu" + +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:4 +msgid "Create an image filled with a 3D Truchet pattern" +msgstr "3D Truchet şekli ile doldurulmuş bir resim oluştur" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:5 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:5 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:7 msgid "End blend" -msgstr "Bitiş Harmanı" +msgstr "Kaynaşımı sonlandır" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:6 -#: plug-ins/script-fu/scripts/truchet.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:6 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:5 msgid "Number of X tiles" -msgstr "X Döşemelerin Sayısı" +msgstr "X Kiremitlerinin sayısı" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:7 -#: plug-ins/script-fu/scripts/truchet.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:7 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:6 msgid "Number of Y tiles" -msgstr "Y Döşemelerin Sayısı" +msgstr "Y kiremitlerinin sayısı" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:8 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:16 -#, fuzzy +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:16 msgid "Start blend" -msgstr "Başlama Harmanı" +msgstr "Kaynaşımı başlat" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:9 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:9 msgid "Supersample" msgstr "Üstörneklem" -#: plug-ins/script-fu/scripts/3dTruchet.scm.h:10 -#: plug-ins/script-fu/scripts/add-bevel.scm.h:4 -#: plug-ins/script-fu/scripts/truchet.scm.h:8 +#: ../plug-ins/script-fu/scripts/3dTruchet.scm.h:10 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:4 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:8 msgid "Thickness" msgstr "Kalınlık" -#: plug-ins/script-fu/scripts/add-bevel.scm.h:1 -#: plug-ins/script-fu/scripts/addborder.scm.h:1 -#: plug-ins/script-fu/scripts/coffee.scm.h:1 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:1 -#: plug-ins/script-fu/scripts/old-photo.scm.h:1 -#: plug-ins/script-fu/scripts/round-corners.scm.h:1 -#: plug-ins/script-fu/scripts/slide.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Decor" -msgstr "/Script-Fu/Süs/Slayt..." - -#: plug-ins/script-fu/scripts/add-bevel.scm.h:2 +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:1 msgid "Add B_evel..." -msgstr "" +msgstr "E_ğim Ekle" -#: plug-ins/script-fu/scripts/add-bevel.scm.h:3 -#: plug-ins/script-fu/scripts/chip-away.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:2 +msgid "Add a beveled border to an image" +msgstr "Bir görüntüye eğimli bir sınır ekle" + +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:3 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:12 msgid "Keep bump layer" -msgstr "Vurma Katmanını Sakla" +msgstr "Tümsek katmanı koru" -#: plug-ins/script-fu/scripts/add-bevel.scm.h:5 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:10 -#: plug-ins/script-fu/scripts/old-photo.scm.h:6 -#: plug-ins/script-fu/scripts/round-corners.scm.h:8 -#: plug-ins/script-fu/scripts/slide.scm.h:6 -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/add-bevel.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:10 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:6 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:8 +#: ../plug-ins/script-fu/scripts/slide.scm.h:6 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:6 msgid "Work on copy" -msgstr "Kopya Üzerinde Çalış" +msgstr "Kopya üzerinde çalış" -#: plug-ins/script-fu/scripts/addborder.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:1 msgid "Add _Border..." -msgstr "Çevre" +msgstr "_Sınır Ekle..." -#: plug-ins/script-fu/scripts/addborder.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:2 +msgid "Add a border around an image" +msgstr "Bir görüntü etrafına bir sınır ekle" + +#: ../plug-ins/script-fu/scripts/addborder.scm.h:3 msgid "Border X size" -msgstr "Çevre X Büyüklüğü" +msgstr "Sınırın X büyüklüğü" -#: plug-ins/script-fu/scripts/addborder.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:4 msgid "Border Y size" -msgstr "Çevre Y Büyüklüğü" +msgstr "Sınırın Y büyüklüğü" -#: plug-ins/script-fu/scripts/addborder.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:5 msgid "Border color" -msgstr "Çevre Rengi" +msgstr "Sınır rengi" -#: plug-ins/script-fu/scripts/addborder.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/addborder.scm.h:6 msgid "Delta value on color" -msgstr "Renkteki Fark Miktarı" +msgstr "Renk üzerindeki değişim değeri" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:1 -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:1 -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:1 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow" -msgstr "" -"/Xtns/Script-Fu/Web Sayfası Temaları/Yaratık Parlaması/Yatay " -"Ayraç..." +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:2 +msgid "Create an arrow graphic with an eerie glow for web pages" +msgstr "Web sayfaları için tuhaf bir ışık ile ok şekli oluştur" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:2 msgid "Down" msgstr "Aşağı" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4 -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:5 -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:4 -#: plug-ins/script-fu/scripts/camo.scm.h:5 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:4 +#: ../plug-ins/script-fu/scripts/camo.scm.h:5 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:6 msgid "Flatten image" -msgstr "Resmi Düzleştir" +msgstr "Görüntüyü düzleştir" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:5 -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:6 -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:4 -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:6 -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:8 -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:9 -#: plug-ins/script-fu/scripts/neon-logo.scm.h:8 -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:5 +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:8 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:4 msgid "Glow color" -msgstr "Parlama Rengi" +msgstr "Işık rengi" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:6 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:3 msgid "Left" msgstr "Sol" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:4 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:4 msgid "Orientation" -msgstr "Konum" +msgstr "Yönlendirme" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:8 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:6 msgid "Right" msgstr "Sağ" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:9 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 -#: plug-ins/script-fu/scripts/lava.scm.h:7 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:7 +#: ../plug-ins/script-fu/scripts/lava.scm.h:7 msgid "Size" msgstr "Boyut" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:10 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:8 +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:8 msgid "Up" msgstr "Yukarı" -#: plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:11 -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-arrow.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:9 msgid "_Arrow..." -msgstr "Gözat..." +msgstr "_Ok..." -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:2 msgid "Bar height" -msgstr "Çubuk Yüksekliği" +msgstr "Çubuk yüksekliği" -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:3 msgid "Bar length" -msgstr "Çubuk Uzunluğu" +msgstr "Çubuk uzunluğu" + +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:4 +msgid "Create an Hrule graphic with an eerie glow for web pages" +msgstr "Web sayfaları için tuhaf bir ışık ile hrule şekli oluştur" -#: plug-ins/script-fu/scripts/alien-glow-bar.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-bar.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:5 msgid "_Hrule..." -msgstr "Gözat..." +msgstr "_Hrule..." -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:5 -#: plug-ins/script-fu/scripts/text-circle.scm.h:6 -#: plug-ins/script-fu/scripts/tileblur.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:2 +msgid "Create a bullet graphic with an eerie glow for web pages" +msgstr "Web sayfaları için tuhaf bir ışık ile koyu nokta şekli oluştur" + +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:5 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:6 +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:7 msgid "Radius" msgstr "Yarıçap" -#: plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-bullet.scm.h:6 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:5 msgid "_Bullet..." -msgstr "Gözat..." +msgstr "_Koyu nokta..." -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:2 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:1 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:1 msgid "B_utton..." -msgstr "" +msgstr "D_üğme..." + +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:3 +msgid "Create a button graphic with an eerie glow for web pages" +msgstr "Web sayfaları için tuhaf bir ışık ile buton şekli oluştur" -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:8 msgid "Glow radius" -msgstr "Parlama Yarıçapı" +msgstr "Işık yarıçapı" -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:9 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:6 msgid "Padding" -msgstr "Tampon" +msgstr "Doldurma" -#: plug-ins/script-fu/scripts/alien-glow-button.scm.h:11 -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:7 -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:8 -#: plug-ins/script-fu/scripts/beveled-button.scm.h:10 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:8 -#: plug-ins/script-fu/scripts/blended-logo.scm.h:18 -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:13 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:15 -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:8 -#: plug-ins/script-fu/scripts/news-text.scm.h:11 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:14 -#: plug-ins/script-fu/scripts/speed-text.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-button.scm.h:11 +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:18 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:14 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:18 +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:8 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:11 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:14 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:9 msgid "Text color" -msgstr "Metin Rengi" +msgstr "Metin rengi" -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:1 +msgid "Add an eerie glow around the selected region (or alpha)" +msgstr "Seçilmiş bölgenin veya görünürün etrafına tuhaf bir ışık ekle" + +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:2 msgid "Alien _Glow..." -msgstr "" +msgstr "Tuhaf _Işık" -#: plug-ins/script-fu/scripts/alien-glow-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:3 +msgid "Create a logo with an alien glow around the text" +msgstr "Tuhaf ışık ile yazının etrafına bir logo oluştur" + +#: ../plug-ins/script-fu/scripts/alien-glow-logo.scm.h:7 msgid "Glow size (pixels * 4)" -msgstr "Parlama Büyüklüğü (piksel * 4)" +msgstr "Işık hacmi (benek * 4)" + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:1 +msgid "Add psychedelic outlines to the selected region (or alpha)" +msgstr "Seçilen bölge veya görünüre rengarenk dış çizgi ekle" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:2 msgid "Alien _Neon..." -msgstr "" +msgstr "Tuhaf _Neon..." + +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:4 +msgid "Create a logo with psychedelic outlines around the text" +msgstr "Yazının etrafında rengarenk çerçeveli bir logo oluşturun" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:5 msgid "Fade away" -msgstr "Soldur" +msgstr "Karart" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:9 msgid "Number of bands" -msgstr "Kuşak Sayısı" +msgstr "Şeritlerin sayısı" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:11 msgid "Width of bands" -msgstr "Kuşakların Genişliği" +msgstr "Bantların genişliği" -#: plug-ins/script-fu/scripts/alien-neon-logo.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/alien-neon-logo.scm.h:12 msgid "Width of gaps" -msgstr "Boşlukların Genişliği" +msgstr "Aralıkların genişliği" -#: plug-ins/script-fu/scripts/basic1-logo.scm.h:8 -msgid "_Basic I..." +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:1 +msgid "" +"Add a gradient effect, a drop shadow, and a background to the selected " +"region (or alpha)" msgstr "" +"Eğimli bir etki, gölge ve artalanı seçili bölgeye (veya görünüre) ekleyin" + +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:3 +msgid "" +"Create a plain text logo with a gradient effect, a drop shadow, and a " +"background" +msgstr "Eğim etkili, gölge ve artalanlı bir düz yazı logosu oluşturun." + +#: ../plug-ins/script-fu/scripts/basic1-logo.scm.h:8 +msgid "_Basic I..." +msgstr "_Temel I..." + +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:1 +msgid "Add a shadow and a highlight to the selected region (or alpha)" +msgstr "Seçili bölge veya görünüre bir gölge veya vurgu ekleyin" -#: plug-ins/script-fu/scripts/basic2-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:2 msgid "B_asic II..." -msgstr "" +msgstr "T_emel II..." -#: plug-ins/script-fu/scripts/beveled-button.scm.h:1 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Buttons" -msgstr "/Xtns/Script-Fu/Logolar/Lamba..." - -#: plug-ins/script-fu/scripts/beveled-button.scm.h:2 -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:6 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/basic2-logo.scm.h:4 +msgid "Create a simple logo with a shadow and a highlight" +msgstr "Bir gölgeli ve vurgulu basit bir logo oluşturun" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:1 +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:1 msgid "Bevel width" -msgstr "Kabartı Genişliği" +msgstr "Eğimli genişlik" + +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:2 +msgid "Create a simple, beveled button graphic for webpages" +msgstr "Web sayfaları için basit, kabarık bir buton oluştur" -#: plug-ins/script-fu/scripts/beveled-button.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:5 msgid "Lower-right color" -msgstr "Alt-Sağ rengi" +msgstr "Alt-sağ renk" -#: plug-ins/script-fu/scripts/beveled-button.scm.h:7 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 -#: plug-ins/script-fu/scripts/pupi-button.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:6 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:11 msgid "Pressed" msgstr "Basılı" -#: plug-ins/script-fu/scripts/beveled-button.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:8 msgid "Simple _Beveled Button..." -msgstr "/Xtns/Script-Fu/Düğmeler/Basit Kabartılı Düğme..." +msgstr "Yalın _Eğimli Düğme..." -#: plug-ins/script-fu/scripts/beveled-button.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/beveled-button.scm.h:11 msgid "Upper-left color" -msgstr "Üst-Sol Renk" +msgstr "Üst-sol renk" -#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:1 -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:1 -#: plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:1 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern" -msgstr "/Xtns/Script-Fu/Web Sayfası Temaları/Kabartılı Desen/Ok..." +#: ../plug-ins/script-fu/scripts/beveled-pattern-arrow.scm.h:1 +msgid "Create a beveled pattern arrow for webpages" +msgstr "Web sayfaları için kabarık ok deseni oluştur" -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:1 +msgid "Create a beveled pattern bullet for webpages" +msgstr "Web sayfaları için kabarık madde imi deseni oluştur" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:2 msgid "Diameter" msgstr "Çevre" -#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:4 -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/beveled-pattern-bullet.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:7 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:4 msgid "Transparent background" -msgstr "Şeffaf Arkaplan" +msgstr "Saydam artalan" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-button.scm.h:2 +msgid "Create a beveled pattern button for webpages" +msgstr "Web sayfaları için kabarık madde imi deseni oluştur" -#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:1 +msgid "Create a beveled pattern heading for webpages" +msgstr "Web sayfaları için kabarık başlık deseni oluştur" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-heading.scm.h:4 msgid "H_eading..." -msgstr "" +msgstr "B_aşlık" -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:2 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:5 -#: plug-ins/script-fu/scripts/gradient-example.scm.h:4 -#: plug-ins/script-fu/scripts/mkbrush.scm.h:4 -#: plug-ins/script-fu/scripts/swirltile.scm.h:7 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:1 +msgid "Create a beveled pattern hrule for webpages" +msgstr "Web sayfaları için eğim desenli hrule oluştur" + +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:2 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:8 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:4 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:7 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:7 msgid "Height" msgstr "Yükseklik" -#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 -#: plug-ins/script-fu/scripts/gradient-example.scm.h:5 -#: plug-ins/script-fu/scripts/mkbrush.scm.h:8 -#: plug-ins/script-fu/scripts/swirltile.scm.h:11 +#: ../plug-ins/script-fu/scripts/beveled-pattern-hrule.scm.h:4 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:5 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:11 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:11 msgid "Width" msgstr "Genişlik" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:1 -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:1 -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:1 -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:1 -#: plug-ins/script-fu/scripts/waves-anim.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Animators" -msgstr "/Script-Fu/Animatörler/Harmanla..." +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:1 +msgid "Blend Animation needs at least three source layers" +msgstr "Kaynaşık Canlandırma için en az üç katman gerekli" + +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:2 +msgid "" +"Create intermediate layers to blend two or more layers over a background as " +"an animation" +msgstr "" +"İki ya da daha çok katmanı bir artalan üzerinde, canlandırma olarak " +"harmanlamak için ara katmanlar oluştur." -#: plug-ins/script-fu/scripts/blend-anim.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:3 msgid "Intermediate frames" -msgstr "Ara Kareler" +msgstr "Ara çerçeveler" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:3 +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:4 msgid "Looped" msgstr "Dönüşlü" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:5 msgid "Max. blur radius" -msgstr "Azami Bulanıklık Yarıçapı" +msgstr "En yüksek bulanıklık yarıçapı" -#: plug-ins/script-fu/scripts/blend-anim.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blend-anim.scm.h:6 msgid "_Blend..." -msgstr "Gözat..." +msgstr "_Kaynaşım..." -#: plug-ins/script-fu/scripts/blended-logo.scm.h:4 -msgid "Blen_ded..." +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:1 +msgid "" +"Add blended backgrounds, highlights, and shadows to the selected region (or " +"alpha)" msgstr "" +"Seçilmiş bölgeye (ya da görünüre) kaynaşmış artalanlar, vurgular, ve " +"gölgeler ekle" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:3 +msgid "Blen_ded..." +msgstr "Kaynaş_tırıldı..." -#: plug-ins/script-fu/scripts/blended-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:4 msgid "Blend mode" -msgstr "Harman Modu" +msgstr "Kaynaşım kipi" + +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:5 +msgid "Create a logo with blended backgrounds, highlights, and shadows" +msgstr "Kaynaşmış artalanlar, vurgular, ve gölgelerle bir logo yap" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:6 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:6 msgid "Custom Gradient" -msgstr "Seçimli Gradyan" +msgstr "Özel Renk Geçişi" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:8 msgid "FG-BG-HSV" msgstr "OP-AP-RDD" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:9 msgid "FG-BG-RGB" msgstr "ÖP-AP-KYM" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:10 msgid "FG-Transparent" msgstr "ÖP-Şeffaf" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:13 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:7 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:8 -#: plug-ins/script-fu/scripts/land.scm.h:3 -#: plug-ins/script-fu/scripts/lava.scm.h:2 -#: plug-ins/script-fu/scripts/rendermap.scm.h:4 -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:10 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:13 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/land.scm.h:3 +#: ../plug-ins/script-fu/scripts/lava.scm.h:2 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:4 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:9 msgid "Gradient" -msgstr "Gradyan" +msgstr "Renk Geçişi" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:14 -#: plug-ins/script-fu/scripts/comic-logo.scm.h:8 -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:9 -#: plug-ins/script-fu/scripts/gradient-example.scm.h:3 -#: plug-ins/script-fu/scripts/rendermap.scm.h:5 -#: plug-ins/script-fu/scripts/title-header.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:14 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:3 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:5 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:4 msgid "Gradient reverse" -msgstr "Gradyan" +msgstr "Tersten renk geçişi" -#: plug-ins/script-fu/scripts/blended-logo.scm.h:15 +#: ../plug-ins/script-fu/scripts/blended-logo.scm.h:15 msgid "Offset (pixels)" -msgstr "Ofset (piksel)" +msgstr "Konum (benek)" -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:3 -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:3 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:1 +msgid "Add 'cow spots' to the selected region (or alpha)" +msgstr "Seçilmiş bölgeye (ya da görünüre) 'sığır benekleri' ekle" + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:2 msgid "Background Color" -msgstr "Arkaplan Rengi" +msgstr "Artalan Rengi" -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:4 msgid "Bo_vination..." -msgstr "" +msgstr "Be_nekleme..." -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:5 +msgid "Create a logo with text in the style of 'cow spots'" +msgstr "'Sığır benekleri' biçeminde üstünde yazı olan bir logo oluştur" + +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:8 msgid "Spots density X" msgstr "X'te Noktaların Yoğunluğu" -#: plug-ins/script-fu/scripts/bovinated-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/bovinated-logo.scm.h:9 msgid "Spots density Y" msgstr "Y'de Noktaların Yoğunluğu" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:1 msgid "Add glowing" -msgstr "Parlama Ekle" +msgstr "Korlama ekle" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:2 msgid "After glow" -msgstr "Parıltı Sonrası" +msgstr "Kordan sonra" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:4 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:3 msgid "B_urn-In..." -msgstr "" - -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:5 -msgid "Burn-In: Need two layers in total!" -msgstr "" +msgstr "_İçine Yaz" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:4 msgid "Corona width" -msgstr "Korona Genişliği" +msgstr "Doruk genişliği" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:7 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:5 +msgid "" +"Create intermediate layers to produce an animated 'burn-in' transition " +"between two layers" +msgstr "" +"İki katman arasında 'burn-in' geçişi oluşturmak için ara katman oluştur" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:6 msgid "Fadeout" msgstr "Solma" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:7 msgid "Fadeout width" -msgstr "Solma Genişliği" +msgstr "Kararma Genişliği" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:10 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:9 msgid "Prepare for GIF" msgstr "GIF İçin Hazırla" -#: plug-ins/script-fu/scripts/burn-in-anim.scm.h:11 +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:10 msgid "Speed (pixels/frame)" -msgstr "Hız (piksel/kare)" +msgstr "Hız (benekl/kare)" + +#: ../plug-ins/script-fu/scripts/burn-in-anim.scm.h:11 +msgid "" +"The Burn-In script needs two layers in total. A foreground layer with " +"transparency and a background layer." +msgstr "" +"Burn-In betiği transparan bir ön katman ve arka katman olmak üzere iki " +"katmana ihtiyaç duyar." -#: plug-ins/script-fu/scripts/camo.scm.h:2 +#: ../plug-ins/script-fu/scripts/camo.scm.h:1 msgid "Color 1" msgstr "1. Renk" -#: plug-ins/script-fu/scripts/camo.scm.h:3 +#: ../plug-ins/script-fu/scripts/camo.scm.h:2 msgid "Color 2" msgstr "2. Renk" -#: plug-ins/script-fu/scripts/camo.scm.h:4 +#: ../plug-ins/script-fu/scripts/camo.scm.h:3 msgid "Color 3" msgstr "3. Renk" -#: plug-ins/script-fu/scripts/camo.scm.h:6 -#: plug-ins/script-fu/scripts/rendermap.scm.h:6 +#: ../plug-ins/script-fu/scripts/camo.scm.h:4 +msgid "Create an image filled with a camouflage pattern" +msgstr "Alalama örgüsüyle doldurulmuş bir görüntü oluştur" + +#: ../plug-ins/script-fu/scripts/camo.scm.h:6 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:6 msgid "Granularity" msgstr "Parçacıklılık" -#: plug-ins/script-fu/scripts/camo.scm.h:7 -#: plug-ins/script-fu/scripts/rendermap.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/camo.scm.h:7 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:7 msgid "Image size" -msgstr "Resim Boyutu" +msgstr "Görüntü boyutu" -#: plug-ins/script-fu/scripts/camo.scm.h:8 -#: plug-ins/script-fu/scripts/distress-selection.scm.h:3 +#: ../plug-ins/script-fu/scripts/camo.scm.h:8 +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:3 msgid "Smooth" msgstr "Yumuşat" -#: plug-ins/script-fu/scripts/camo.scm.h:9 +#: ../plug-ins/script-fu/scripts/camo.scm.h:9 msgid "_Camouflage..." -msgstr "" +msgstr "_Alalama" -#: plug-ins/script-fu/scripts/carve-it.scm.h:1 -#: plug-ins/script-fu/scripts/chrome-it.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Stencil Ops" -msgstr "/Script-Fu/Şablon İşlemleri/Oy..." - -#: plug-ins/script-fu/scripts/carve-it.scm.h:2 -msgid "C_arve-It..." -msgstr "" - -#: plug-ins/script-fu/scripts/carve-it.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:1 msgid "Carve white areas" -msgstr "Beyaz Alanları Oy" +msgstr "Ak alanları oy" -#: plug-ins/script-fu/scripts/carve-it.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:2 msgid "Image to carve" -msgstr "Oyulacak Resim" +msgstr "Oyulacak imge" + +#: ../plug-ins/script-fu/scripts/carve-it.scm.h:3 +msgid "Stencil C_arve..." +msgstr "Kalıp O_yma" -#: plug-ins/script-fu/scripts/carved-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:1 msgid "Background Image" -msgstr "Arkaplan Resmi" +msgstr "Artalan Görüntüsü" -#: plug-ins/script-fu/scripts/carved-logo.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:2 msgid "Carve raised text" -msgstr "Yükselen Metni Oy" +msgstr "Kabarık yazıyı oy" -#: plug-ins/script-fu/scripts/carved-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:3 msgid "Carved..." -msgstr "" +msgstr "Oyuldu..." + +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:4 +msgid "" +"Create a logo with text raised above or carved in to the specified " +"background image" +msgstr "Kabarık ya da belli bir imgenin içine oyulmuş yazılı bir logo yap" -#: plug-ins/script-fu/scripts/carved-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/carved-logo.scm.h:7 msgid "Padding around text" -msgstr "Metin Çevresinde Tampon Alan" +msgstr "Yazının etrafındaki boşluk" -#: plug-ins/script-fu/scripts/chalk.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chalk.scm.h:2 msgid "Chalk color" -msgstr "Tebeşir Rengi" +msgstr "Kireç taşı rengi" + +#: ../plug-ins/script-fu/scripts/chalk.scm.h:3 +msgid "Create a chalk drawing effect for the selected region (or alpha)" +msgstr "Seçilen bölge (ya da görünür) için kireçtaşı çizim etkisi oluştur" -#: plug-ins/script-fu/scripts/chalk.scm.h:8 +#: ../plug-ins/script-fu/scripts/chalk.scm.h:4 +msgid "Create a logo resembling chalk scribbled on a blackboard" +msgstr "Tebeşir karalamasına benzeyen logo oluştur." + +#: ../plug-ins/script-fu/scripts/chalk.scm.h:8 msgid "_Chalk..." -msgstr "" +msgstr "_Kireç taşı" -#: plug-ins/script-fu/scripts/chip-away.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:1 +msgid "Add a chipped woodcarving effect to the selected region (or alpha)" +msgstr "Seçili bölgeye (ya da görünüre) bir ağaç oyma etkisi ekle" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:2 msgid "Blur amount" -msgstr "Bulanma Oranı" +msgstr "Bulanıklık niceliği" -#: plug-ins/script-fu/scripts/chip-away.scm.h:4 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:3 msgid "Chip Awa_y..." -msgstr "" +msgstr "_Yont..." -#: plug-ins/script-fu/scripts/chip-away.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:4 msgid "Chip amount" -msgstr "Kıymıklama Miktarı" +msgstr "Yontma niceliği" -#: plug-ins/script-fu/scripts/chip-away.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:5 +msgid "Create a logo resembling a chipped wood carving" +msgstr "Oyulmuş ağaca benzeyen bir imlek oluştur" + +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:6 msgid "Drop shadow" -msgstr "Düşen Gölge" +msgstr "Gölge düşür" -#: plug-ins/script-fu/scripts/chip-away.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:7 msgid "Fill BG with pattern" -msgstr "Arkplanı Desenle Doldur" +msgstr "Artalanı örgüyle doldur" -#: plug-ins/script-fu/scripts/chip-away.scm.h:10 +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:10 msgid "Invert" msgstr "Tersine Çevir" -#: plug-ins/script-fu/scripts/chip-away.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chip-away.scm.h:11 msgid "Keep background" -msgstr "Arkaplanı Sakla" +msgstr "Artalanı değiştirme" + +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:1 +msgid "" +"Add a chrome effect to the selected region (or alpha) using a specified " +"(grayscale) stencil" +msgstr "" +"Belirtilen kalıbı (gri ölçekli) kullanarak seçili bölgeye (ya da görünüre) " +"gümüş etkisi uygula" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:2 -#, fuzzy -msgid "C_hrome-It..." -msgstr "Gözat..." - -#: plug-ins/script-fu/scripts/chrome-it.scm.h:3 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:1 msgid "Chrome balance" -msgstr "Krom Dengesi" +msgstr "Krom dengesi" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:4 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:3 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:3 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:2 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:2 msgid "Chrome factor" -msgstr "Krom Etkeni" +msgstr "Krom Katsayısı" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:5 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:4 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:3 msgid "Chrome lightness" -msgstr "Krom Parlaklığı" +msgstr "Krom parlaklığı" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:6 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:4 msgid "Chrome saturation" -msgstr "Krom Matlığı" +msgstr "Krom Doygunluğu" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:6 msgid "Chrome white areas" -msgstr "Krom Beyaz Alanları" +msgstr "Krom beyaz alanlar" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:8 -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:5 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:7 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:6 msgid "Environment map" -msgstr "Çevre Kaplaması" +msgstr "Ortam haritası" -#: plug-ins/script-fu/scripts/chrome-it.scm.h:9 -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:8 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:9 msgid "Highlight balance" -msgstr "Parlama Dengesi" +msgstr "Vurgu dengesi" -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:9 +msgid "Stencil C_hrome..." +msgstr "Stencil C_hrome..." + +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:1 +msgid "Add a simple chrome effect to the selected region (or alpha)" +msgstr "Seçili bölgeye (ya da görünüre) krom etkisi uygula" + +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:4 msgid "C_hrome..." -msgstr "Gözat..." +msgstr "K_rom" -#: plug-ins/script-fu/scripts/chrome-logo.scm.h:8 -msgid "Offsets (pixels * 2)" -msgstr "Ofset (piksel * 2)" +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:5 +msgid "Create a simplistic, but cool, chromed logo" +msgstr "Basit ama hoş krom etkisi uygulanmış bir logo oluştur" -#: plug-ins/script-fu/scripts/circuit.scm.h:1 -#: plug-ins/script-fu/scripts/grid-system.scm.h:1 -#: plug-ins/script-fu/scripts/lava.scm.h:1 -#: plug-ins/script-fu/scripts/line-nova.scm.h:1 -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Render" -msgstr "/Script-Fu/Hesap/Lav..." +#: ../plug-ins/script-fu/scripts/chrome-logo.scm.h:8 +msgid "Offsets (pixels * 2)" +msgstr "Konum (benek * 2)" -#: plug-ins/script-fu/scripts/circuit.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:1 msgid "Circuit seed" -msgstr "Devre Tohumu" +msgstr "Devre tohumu" -#: plug-ins/script-fu/scripts/circuit.scm.h:3 -#: plug-ins/script-fu/scripts/lava.scm.h:3 -#: plug-ins/script-fu/scripts/predator.scm.h:3 -#: plug-ins/script-fu/scripts/xach-effect.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:2 +msgid "" +"Fill the selected region (or alpha) with traces like those on a circuit board" +msgstr "Seçili bölgeyi (ya da görünürü) daire üzerindeymiş gibi izlerle doldur" + +#: ../plug-ins/script-fu/scripts/circuit.scm.h:3 +#: ../plug-ins/script-fu/scripts/lava.scm.h:3 +#: ../plug-ins/script-fu/scripts/predator.scm.h:3 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:11 msgid "Keep selection" -msgstr "Seçimi Sakla" +msgstr "Seçileni tut" -#: plug-ins/script-fu/scripts/circuit.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:4 msgid "No background (only for separate layer)" -msgstr "Arkaplan yok (sadece ayrı katman için)" +msgstr "Artalan yok (yalnız ayrı katman için)" -#: plug-ins/script-fu/scripts/circuit.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:5 msgid "Oilify mask size" -msgstr "Yağlama Maskesi Büyüklüğü" +msgstr "Mask boyutunu yağlımsıla" -#: plug-ins/script-fu/scripts/circuit.scm.h:6 -#: plug-ins/script-fu/scripts/lava.scm.h:6 -#: plug-ins/script-fu/scripts/predator.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:6 +#: ../plug-ins/script-fu/scripts/lava.scm.h:6 +#: ../plug-ins/script-fu/scripts/predator.scm.h:6 msgid "Separate layer" -msgstr "Ayrı Katman" +msgstr "Ayrı katman" -#: plug-ins/script-fu/scripts/circuit.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/circuit.scm.h:7 msgid "_Circuit..." -msgstr "Devre Tohumu" +msgstr "_Devre..." -#: plug-ins/script-fu/scripts/clothify.scm.h:1 -#: plug-ins/script-fu/scripts/erase-rows.scm.h:1 -#: plug-ins/script-fu/scripts/predator.scm.h:1 -#: plug-ins/script-fu/scripts/unsharp-mask.scm.h:1 -#: plug-ins/script-fu/scripts/weave.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Alchemy" -msgstr "/Script-Fu/Simya/Örgü..." +#: ../plug-ins/script-fu/scripts/clothify.scm.h:1 +msgid "Add a cloth-like texture to the selected region (or alpha)" +msgstr "Seçilen bölgeye (ya da görünüre) bezimsi bir doku ekle" -#: plug-ins/script-fu/scripts/clothify.scm.h:2 -#: plug-ins/script-fu/scripts/swirltile.scm.h:2 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:2 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:1 msgid "Azimuth" msgstr "Azimut" -#: plug-ins/script-fu/scripts/clothify.scm.h:3 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:3 msgid "Blur X" msgstr "X Bulanıklığı" -#: plug-ins/script-fu/scripts/clothify.scm.h:4 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:4 msgid "Blur Y" msgstr "Y Bulanıklığı" -#: plug-ins/script-fu/scripts/clothify.scm.h:5 -#: plug-ins/script-fu/scripts/swirltile.scm.h:5 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:5 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:5 msgid "Depth" msgstr "Derinlik" -#: plug-ins/script-fu/scripts/clothify.scm.h:6 -#: plug-ins/script-fu/scripts/swirltile.scm.h:6 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:6 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:6 msgid "Elevation" msgstr "Kaldırma" -#: plug-ins/script-fu/scripts/clothify.scm.h:7 +#: ../plug-ins/script-fu/scripts/clothify.scm.h:7 msgid "_Clothify..." -msgstr "" +msgstr "_Bezimsileştir..." -#: plug-ins/script-fu/scripts/coffee.scm.h:2 -#, fuzzy -msgid "" -"Darken only\n" -"(Better, but only for images with alot of white)" -msgstr "" -"Sadece Karart\n" -"(Sadece cok fazla beyaz alanlı resimler için daha iyi)" +#: ../plug-ins/script-fu/scripts/coffee.scm.h:1 +msgid "Add realistic looking coffee stains to the image" +msgstr "Görüntüye gerçek gibi görünen kahve lekesi ekle" + +#: ../plug-ins/script-fu/scripts/coffee.scm.h:2 +msgid "Darken only" +msgstr "Sadece koyulaşan" -#: plug-ins/script-fu/scripts/coffee.scm.h:3 +#: ../plug-ins/script-fu/scripts/coffee.scm.h:3 msgid "Stains" msgstr "Lekeler" -#: plug-ins/script-fu/scripts/coffee.scm.h:4 +#: ../plug-ins/script-fu/scripts/coffee.scm.h:4 msgid "_Coffee Stain..." +msgstr "_Kahve Lekesi..." + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:1 +msgid "" +"Add a comic-book effect to the selected region (or alpha) by outlining and " +"filling with a gradient" msgstr "" +"Seçili bölgeye (ya da görünüre) renk geçişi ile çevreleyen ve dolduran bir " +"çizgi roman etkisi uygula" -#: plug-ins/script-fu/scripts/comic-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:3 msgid "Comic Boo_k..." +msgstr "Karikatür Kitab_ı..." + +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:4 +msgid "Create a comic-book style logo by outlining and filling with a gradient" msgstr "" +"Kıyılarını çizerek ve içini bayırgıyla doldurarak, çizgi roman betiği " +"biçeminde bir imlek oluştur" -#: plug-ins/script-fu/scripts/comic-logo.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:9 msgid "Outline color" -msgstr "Dış Çizgi Rengi" +msgstr "Kıyı çizgisi rengi" -#: plug-ins/script-fu/scripts/comic-logo.scm.h:10 -#: plug-ins/script-fu/scripts/glossy.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/comic-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:11 msgid "Outline size" -msgstr "Dış Çizgi Boyutu" +msgstr "Kıyı çizgisi boyutu" -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:4 -msgid "Cool _Metal..." +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:1 +msgid "" +"Add a metallic effect to the selected region (or alpha) with reflections and " +"perspective shadows" msgstr "" +"Yansımalarla ve gölgelerle seçili bölgeye (ya da görünüre) metalik etki ver" -#: plug-ins/script-fu/scripts/coolmetal-logo.scm.h:5 -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:3 +msgid "Cool _Metal..." +msgstr "Soğuk _Metal..." + +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:4 +msgid "Create a metallic logo with reflections and perspective shadows" +msgstr "Yansımalarla ve gölgelerle metalik bir logo oluştur" + +#: ../plug-ins/script-fu/scripts/coolmetal-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:5 msgid "Effect size (pixels)" -msgstr "Etki Büyüklüğü (piksel)" +msgstr "Etki boyutu (benek)" -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:1 msgid "Background image" -msgstr "Arkaplan Resmi" +msgstr "Artalan görüntüsü" -#: plug-ins/script-fu/scripts/crystal-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:3 +msgid "Create a logo with a crystal/gel effect displacing the image underneath" +msgstr "Resmin altından çıkartarak kristal/jel etkisi ile logo oluştur." + +#: ../plug-ins/script-fu/scripts/crystal-logo.scm.h:4 msgid "Crystal..." -msgstr "" +msgstr "Kristal..." -#: plug-ins/script-fu/scripts/distress-selection.scm.h:1 -#: plug-ins/script-fu/scripts/fade-outline.scm.h:1 -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:1 -#: plug-ins/script-fu/scripts/select-to-image.scm.h:1 -#: plug-ins/script-fu/scripts/select-to-pattern.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Selection" -msgstr "/Script-Fu/Seçim/Resme..." +#: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:1 +msgid "Difference Clouds..." +msgstr "Farklı Bulutlar..." -#: plug-ins/script-fu/scripts/distress-selection.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/difference-clouds.scm.h:2 +msgid "Solid noise applied with Difference layer mode" +msgstr "Değişik katman modu ile keskin ses uygulandı" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:1 +msgid "Distress the selection" +msgstr "Seçimi yıprat" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:2 msgid "Granularity (1 is low)" -msgstr "Parçacıklılık (1 Küçük Olmak Üzere)" +msgstr "Tanelilik (1 düşük)" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:4 msgid "Smooth horizontally" -msgstr "Yatay Olarak Yumuşat" +msgstr "Enine Yumuşalık" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:5 msgid "Smooth vertically" -msgstr "Dikey Olarak Yumuşat" +msgstr "Boyuna Yumuşalık" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:6 +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:6 msgid "Spread" msgstr "Etrafa Saç" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:7 msgid "Threshold (bigger 1<-->255 smaller)" -msgstr "Alt Eşik (Büyük 1<-->255 Küçük)" +msgstr "Eşik (en büyük 1<-->255 en küçük)" + +#: ../plug-ins/script-fu/scripts/distress-selection.scm.h:8 +msgid "_Distort..." +msgstr "_Bük..." + +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:1 +msgid "Add a drop shadow to the selected region (or alpha)" +msgstr "Seçili bölgeye (ya da görünüre) gölge ekle" -#: plug-ins/script-fu/scripts/distress-selection.scm.h:8 -#, fuzzy -msgid "_Distress Selection..." -msgstr "/Script-Fu/Seçim/Seçime Zarar Ver..." - -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:1 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:1 -#: plug-ins/script-fu/scripts/xach-effect.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Shadow" -msgstr "/Script-Fu/Gölge/Düşen Gölge..." - -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:2 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:2 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:2 msgid "Allow resizing" -msgstr "Boyutlandırma İzni" +msgstr "Yeniden boyutlandırmaya izin ver" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:3 -#: plug-ins/script-fu/scripts/news-text.scm.h:3 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:4 -#: plug-ins/script-fu/scripts/round-corners.scm.h:4 -#: plug-ins/script-fu/scripts/swirltile.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:3 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:2 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:4 +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:3 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:3 msgid "Blur radius" -msgstr "Bulanma Yarıçapı" +msgstr "Bulanıklık yarıçapı" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:4 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:5 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:5 -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:5 +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:4 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:5 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:5 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:5 msgid "Color" msgstr "Renk" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:5 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:8 +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:5 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:11 msgid "Offset X" -msgstr "X Ofset" +msgstr "X Konumu" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:6 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:9 +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:6 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:12 msgid "Offset Y" -msgstr "Y Ofset" +msgstr "Y Konumu" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:7 -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:10 +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:7 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:7 msgid "Opacity" msgstr "Saydamsızlık" -#: plug-ins/script-fu/scripts/drop-shadow.scm.h:8 -#, fuzzy -msgid "_Drop-Shadow..." -msgstr "Düşen Gölge" +#: ../plug-ins/script-fu/scripts/drop-shadow.scm.h:8 +msgid "_Drop Shadow..." +msgstr "Gölge _Düşür..." -#: plug-ins/script-fu/scripts/erase-rows.scm.h:2 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:1 msgid "Columns" msgstr "Sütunlar" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:3 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:2 msgid "Erase" msgstr "Sil" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:3 +msgid "Erase every other row or column" +msgstr "Diğer satır ve sütunları sil" + +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:4 msgid "Erase/fill" -msgstr "Sil/Doldur" +msgstr "Sil/doldur" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:5 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:5 msgid "Even" msgstr "Çift" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:6 msgid "Even/odd" -msgstr "Çift/Tek" +msgstr "Tek/çift" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:7 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:7 msgid "Fill with BG" -msgstr "Arkaplanla Doldur" +msgstr "Artalanla Doldur" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:8 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:8 msgid "Odd" msgstr "Tek" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:9 +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:9 msgid "Rows" msgstr "Satırlar" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:10 msgid "Rows/cols" -msgstr "Satır/Sütun" +msgstr "Satırlar/Sütunlar" -#: plug-ins/script-fu/scripts/erase-rows.scm.h:11 -#, fuzzy -msgid "_Erase every other Row..." -msgstr "/Script-Fu/Simya/Her Diğer Satırı Sil..." - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:2 -#, fuzzy -msgid "Apply generated layermask" -msgstr "Oluşturulan Katman Maskesini Uygula" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:3 -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:4 -#: plug-ins/script-fu/scripts/old-photo.scm.h:2 -#, fuzzy -msgid "Border size" -msgstr "Çevre Büyüklüğü" +#: ../plug-ins/script-fu/scripts/erase-rows.scm.h:11 +msgid "_Erase Every Other Row..." +msgstr "Öteki Bütün Satırları _Sil..." + +#: ../plug-ins/script-fu/scripts/flatland.scm.h:1 +msgid "Create an image filled with a Land Pattern" +msgstr "Toprak Örgüsüyle doldurulmuş bir imge oluştur" -#: plug-ins/script-fu/scripts/fade-outline.scm.h:4 -#, fuzzy -msgid "Clear unselected maskarea" -msgstr "Seçilmemiş Maske Alanını Temizle" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:6 -#, fuzzy, no-c-format -msgid "Fade from %" -msgstr "Başlama %" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:8 -#, fuzzy, no-c-format -msgid "Fade to %" -msgstr "Bitiş %" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:9 -#, fuzzy -msgid "Use growing selection" -msgstr "Artan Seçim Kullan" - -#: plug-ins/script-fu/scripts/fade-outline.scm.h:10 -msgid "_Fade Outline..." -msgstr "" - -#: plug-ins/script-fu/scripts/flatland.scm.h:2 -#: plug-ins/script-fu/scripts/land.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/flatland.scm.h:2 +#: ../plug-ins/script-fu/scripts/land.scm.h:2 msgid "Detail level" -msgstr "Detay Seviyesi" +msgstr "Ayrıntı düzeyi" -#: plug-ins/script-fu/scripts/flatland.scm.h:3 -#: plug-ins/script-fu/scripts/land.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/flatland.scm.h:3 +#: ../plug-ins/script-fu/scripts/land.scm.h:4 msgid "Image height" -msgstr "Resim Yüksekliği" +msgstr "Görüntü yüksekliği" -#: plug-ins/script-fu/scripts/flatland.scm.h:4 -#: plug-ins/script-fu/scripts/land.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/flatland.scm.h:4 +#: ../plug-ins/script-fu/scripts/land.scm.h:5 msgid "Image width" -msgstr "Resim Genişliği" +msgstr "Görüntü genişliği" -#: plug-ins/script-fu/scripts/flatland.scm.h:5 -#: plug-ins/script-fu/scripts/land.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/flatland.scm.h:5 +#: ../plug-ins/script-fu/scripts/land.scm.h:7 msgid "Random seed" -msgstr "Raslantısallık Tohumu" +msgstr "Rasgele tohum" -#: plug-ins/script-fu/scripts/flatland.scm.h:6 -#: plug-ins/script-fu/scripts/land.scm.h:8 +#: ../plug-ins/script-fu/scripts/flatland.scm.h:6 +#: ../plug-ins/script-fu/scripts/land.scm.h:8 msgid "Scale X" msgstr "X Ölçeği" -#: plug-ins/script-fu/scripts/flatland.scm.h:7 -#: plug-ins/script-fu/scripts/land.scm.h:9 +#: ../plug-ins/script-fu/scripts/flatland.scm.h:7 +#: ../plug-ins/script-fu/scripts/land.scm.h:9 msgid "Scale Y" msgstr "Y Ölçeği" -#: plug-ins/script-fu/scripts/flatland.scm.h:8 +#: ../plug-ins/script-fu/scripts/flatland.scm.h:8 msgid "_Flatland..." -msgstr "" - -#: plug-ins/script-fu/scripts/font-map.scm.h:1 -#: plug-ins/script-fu/scripts/gradient-example.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Utils" -msgstr "/Xtns/Script-Fu/Logolar/Lamba..." +msgstr "_Düztoprak..." -#: plug-ins/script-fu/scripts/font-map.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:1 msgid "Active colors" -msgstr "Dış Çizgi Rengi" +msgstr "Etkin renkler" -#: plug-ins/script-fu/scripts/font-map.scm.h:3 +#: ../plug-ins/script-fu/scripts/font-map.scm.h:2 msgid "Black on white" +msgstr "Beyaz üzerine siyah" + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:3 +msgid "" +"Create an image filled with previews of fonts matching a fontname filter" msgstr "" +"Yazıyüzü adı süzgecine karşılık gelen yazıyüzlerinin, önizlemeleriyle " +"doldurulmuş bir imge oluştur" -#: plug-ins/script-fu/scripts/font-map.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:4 msgid "Font _size (pixels)" -msgstr "Yazıtipi Boyu (piksel)" +msgstr "Yazıyüzü _boyutu (benek)" -#: plug-ins/script-fu/scripts/font-map.scm.h:5 +#: ../plug-ins/script-fu/scripts/font-map.scm.h:5 +msgid "Render _Font Map..." +msgstr "_Yazıyüzü Haritası İşle..." + +#: ../plug-ins/script-fu/scripts/font-map.scm.h:6 msgid "Use font _name as text" -msgstr "" +msgstr "Yazıyüzü _adını metin olarak kullan" -#: plug-ins/script-fu/scripts/font-map.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:7 msgid "_Border (pixels)" -msgstr "Çevre Büyüklüğü (piksel)" +msgstr "_Sınır (benek)" -#: plug-ins/script-fu/scripts/font-map.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:8 msgid "_Color scheme" -msgstr "3. Renk" +msgstr "_Renk şeması" -#: plug-ins/script-fu/scripts/font-map.scm.h:8 +#: ../plug-ins/script-fu/scripts/font-map.scm.h:9 msgid "_Filter (regexp)" -msgstr "" - -#: plug-ins/script-fu/scripts/font-map.scm.h:9 -msgid "_Font Map..." -msgstr "" +msgstr "_Süzgeç (düzenli anlatım)" -#: plug-ins/script-fu/scripts/font-map.scm.h:10 +#: ../plug-ins/script-fu/scripts/font-map.scm.h:10 msgid "_Labels" -msgstr "" +msgstr "_Etiketler" -#: plug-ins/script-fu/scripts/font-map.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/font-map.scm.h:11 msgid "_Text" -msgstr "Metin" +msgstr "_Metin" + +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:1 +msgid "" +"Add a frost effect to the selected region (or alpha) with an added drop " +"shadow" +msgstr "Ekli gölgeyle seçili bölgeye (ya da görünüre) donma etkisi uygula" + +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:3 +msgid "Create frozen logo with an added drop shadow" +msgstr "Ekli kabartı gölgesiyle donma etkisi uygulanmış bir logo oluştur" -#: plug-ins/script-fu/scripts/frosty-logo.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/frosty-logo.scm.h:8 msgid "_Frosty..." -msgstr "Gözat..." +msgstr "_Donuk..." -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:1 +msgid "Add a jagged, fuzzy border to an image" +msgstr "Resme çıkıntılı, donuk çerçeve uygula" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:2 msgid "Add shadow" -msgstr "Gölge Ekle" +msgstr "Gölge ekle" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:3 msgid "Blur border" -msgstr "Bulanma Sınırı" +msgstr "Bulanık sınır çizgisi" + +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:4 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:1 +msgid "Border size" +msgstr "Sınır boyutu" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:7 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:7 msgid "Granularity (1 is Low)" msgstr "Parçacıklılık (1 Küçük Olmak Üzere)" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:9 -#, fuzzy, no-c-format +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:9 +#, no-c-format msgid "Shadow weight (%)" -msgstr "Gölge Ağırlığı (%)" +msgstr "Gölge kalınlığı" -#: plug-ins/script-fu/scripts/fuzzyborder.scm.h:11 +#: ../plug-ins/script-fu/scripts/fuzzyborder.scm.h:11 msgid "_Fuzzy Border..." -msgstr "" - -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:1 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org" -msgstr "/Xtns/Script-Fu/Web Sayfası Temaları/Gimp.Org/Büyük Başlık..." +msgstr "_Bulanık Sınır..." -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:1 msgid "Autocrop" -msgstr "OtoKes" +msgstr "Otomatik Kırp" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:2 +msgid "Create an image of a large header using the gimp.org webpage theme" +msgstr "" +"gimp.org web sayfası desenini kullanarak, büyük bir üstbilgi imgesi oluşturun" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:3 +msgid "Create an image of a small header using the gimp.org webpage theme" +msgstr "" +"gimp.org web sayfası desenini kullanarak, küçük bir üstbilgi imgesi oluşturun" + +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:4 msgid "Dark color" -msgstr "Koyu Renk" +msgstr "Koyu renk" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:6 -#: plug-ins/script-fu/scripts/xach-effect.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:7 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:9 msgid "Highlight color" -msgstr "Parlama Rengi" +msgstr "Aydınlatma rengi" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:7 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:8 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:9 msgid "Index image" -msgstr "Katalog Resmi" +msgstr "Resim bilgisi" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:8 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:9 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:10 msgid "Number of colors" -msgstr "Renk Sayısı" +msgstr "Renk sayısı" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:9 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:10 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:13 msgid "Remove background" -msgstr "Arkaplanı Kaldır" +msgstr "Artalanı kaldır" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:10 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:11 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:14 msgid "Select-by-color threshold" -msgstr "Renkle Seçme Alt Eşiği" +msgstr "Renge göre seçim eşiği" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:11 -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:12 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:15 msgid "Shadow color" -msgstr "Gölge Rengi" +msgstr "Gölge rengi" -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:14 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:15 msgid "_Big Header..." -msgstr "" +msgstr "_Büyük Üstbilgi..." -#: plug-ins/script-fu/scripts/gimp-headers.scm.h:15 +#: ../plug-ins/script-fu/scripts/gimp-headers.scm.h:16 msgid "_Small Header..." +msgstr "_Küçük Üstbilgi..." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:2 +msgid "" +"Create an image of a Tube Button Label Header using the gimp.org webpage " +"theme" msgstr "" +"gimp.org web sayfa temasını kullanarak Tüp Düğme Etiket başlığı resmi " +"oluştur." -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:13 -msgid "T_ube Sub-Button Label..." +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:3 +msgid "Create an image of a Tube Button Label using the gimp.org webpage theme" msgstr "" +"gimp.org web sayfası temasını kullanarak Tüp Düğme Etiketi resmi oluştur" -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:16 -msgid "Tub_e Sub-Sub-Button Label..." +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:4 +msgid "" +"Create an image of a second level Tube Button Label using the gimp.org " +"webpage theme" msgstr "" +"gimp.org web sayfası teması kullanarak ikinci seviye Tüp Düğme etiketinin " +"resmini oluştur." -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:17 -msgid "_General Tube Labels..." +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:5 +msgid "" +"Create an image of a third level Tube Button Label using the gimp.org " +"webpage theme" msgstr "" +"gimp.org web sayfası teması kullanarak üçüncü seviye Tüp Düğme etiketinin " +"resmini oluştur." + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:16 +msgid "T_ube Sub-Button Label..." +msgstr "T_üp Alt-Düğme Etiketi" + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:19 +msgid "Tub_e Sub-Sub-Button Label..." +msgstr "T_üp Alt-Alt-Düğme Etiketi" + +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:20 +msgid "_General Tube Labels..." +msgstr "_Genel Tüp Etiketleri" -#: plug-ins/script-fu/scripts/gimp-labels.scm.h:18 +#: ../plug-ins/script-fu/scripts/gimp-labels.scm.h:21 msgid "_Tube Button Label..." -msgstr "" +msgstr "_Tüp Düğme Etiketi ..." -#: plug-ins/script-fu/scripts/glossy.scm.h:4 -#, fuzzy -msgid "Blend gradient (Text)" -msgstr "Harman Gradyanı (Metin)" +#: ../plug-ins/script-fu/scripts/glossy.scm.h:1 +msgid "" +"Add gradients, patterns, shadows, and bump maps to the selected region (or " +"alpha)" +msgstr "" +"Seçilen bölgeye (ya da görünüre) renk geçişleri, desenler, gölgeler ve " +"derinlik etkisi ekle" -#: plug-ins/script-fu/scripts/glossy.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:3 msgid "Blend gradient (outline)" -msgstr "Harman Gradyanı (Dış çizgi)" +msgstr "Renk Geçişi Uygula(dış çizgi)" -#: plug-ins/script-fu/scripts/glossy.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:4 msgid "Blend gradient (text)" -msgstr "Harman Gradyanı (Metin)" +msgstr "Renk Geçişi Uygula(metin)" -#: plug-ins/script-fu/scripts/glossy.scm.h:10 -msgid "Glo_ssy..." +#: ../plug-ins/script-fu/scripts/glossy.scm.h:5 +msgid "Create a logo with gradients, patterns, shadows, and bump maps" msgstr "" +"Renk geçişleri, desenler, gölgeler ve derinlik etkileri ile bir logo oluştur" -#: plug-ins/script-fu/scripts/glossy.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:9 +msgid "Glo_ssy..." +msgstr "Par_lak" + +#: ../plug-ins/script-fu/scripts/glossy.scm.h:10 msgid "Outline gradient reverse" -msgstr "Dış Çizgi Bulanıklık Yarıçapı" +msgstr "Dış çizginin renk geçişini tersine çevir" -#: plug-ins/script-fu/scripts/glossy.scm.h:13 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:12 msgid "Pattern (outline)" -msgstr "Desen (Dış Çizgi)" +msgstr "Desen(dış çizgi)" -#: plug-ins/script-fu/scripts/glossy.scm.h:14 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:13 msgid "Pattern (overlay)" -msgstr "Desen (Üstüne Koyma)" +msgstr "Örüntü (bindirme)" -#: plug-ins/script-fu/scripts/glossy.scm.h:15 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:14 msgid "Pattern (text)" -msgstr "Desen (Metin)" +msgstr "Desen(metin)" -#: plug-ins/script-fu/scripts/glossy.scm.h:16 -#: plug-ins/script-fu/scripts/sphere.scm.h:5 +#: ../plug-ins/script-fu/scripts/glossy.scm.h:15 msgid "Shadow" msgstr "Gölge" -#: plug-ins/script-fu/scripts/glossy.scm.h:20 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:19 msgid "Text gradient reverse" -msgstr "Gradyan" +msgstr "Metinin renk geçişini tersine çevir" -#: plug-ins/script-fu/scripts/glossy.scm.h:21 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:20 msgid "Use pattern for outline instead of gradient" -msgstr "Dış Çizgi için Gradyan yerine Desen kullan" +msgstr "Dış çizgi için renk geçişi yerine desen kullan" -#: plug-ins/script-fu/scripts/glossy.scm.h:22 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:21 msgid "Use pattern for text instead of gradient" -msgstr "Metin için Gradyan yerine Desen kullan" +msgstr "Metin için renk geçişi yerine desen kullan" -#: plug-ins/script-fu/scripts/glossy.scm.h:23 -#, fuzzy +#: ../plug-ins/script-fu/scripts/glossy.scm.h:22 msgid "Use pattern overlay" -msgstr "Deseni Üstüne Koy" +msgstr "Desen kaplaması kullan" -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:4 -#, fuzzy -msgid "Effect size (pixels * 3)" -msgstr "Etki Büyüklüğü (piksel * 3)" +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:1 +msgid "Add a glowing hot metal effect to the selected region (or alpha)" +msgstr "Seçili bölgeye (ya da görünüre) kızgın bir metal etkisi ekleyin" -#: plug-ins/script-fu/scripts/glowing-logo.scm.h:7 +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:3 +msgid "Create a logo that looks like glowing hot metal" +msgstr "Kızgın korlu ir gibi görünen bir imlek yap" + +#: ../plug-ins/script-fu/scripts/glowing-logo.scm.h:7 msgid "Glo_wing Hot..." -msgstr "" +msgstr "_Kor Kızıl..." -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:4 -#, fuzzy -msgid "Bevel height (Sharpness)" -msgstr "Kabartı Yüksekliği (Keskinlik)" +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:1 +msgid "Add a shiny look and bevel effect to the selected region (or alpha)" +msgstr "Seçili bölgeye (ya da görünüre) parlak bir görünüm ve eğim etkisi ekle" -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:3 msgid "Bevel height (sharpness)" -msgstr "Kabartı Yüksekliği (Keskinlik)" +msgstr "Eğim yüksekliği (keskinlik)" -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:7 -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:5 -#: plug-ins/script-fu/scripts/textured-logo.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:5 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:4 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:2 msgid "Border size (pixels)" -msgstr "Çevre Büyüklüğü (piksel)" +msgstr "Sınır boyutu (benek)" -#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:6 +msgid "Create a logo with a shiny look and beveled edges" +msgstr "Parlak görünümlü ve eğik kıyılı bir logo yap" + +#: ../plug-ins/script-fu/scripts/gradient-bevel-logo.scm.h:9 msgid "Gradient Beve_l..." -msgstr "Gradyan" +msgstr "Bayırgı_lı Renk Geçişi..." + +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:1 +msgid "Create an image filled with an example of the current gradient" +msgstr "Geçerli renk geçişi ile doldurulmuş bir resim oluştur" -#: plug-ins/script-fu/scripts/gradient-example.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/gradient-example.scm.h:2 msgid "Custom _Gradient..." -msgstr "Seçimli Gradyan" +msgstr "Seçimlik _Bayırgı..." -#: plug-ins/script-fu/scripts/grid-system.scm.h:2 -msgid "X divisions" +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:1 +#: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:1 +msgid "" +"Draw a grid as specified by the lists of X and Y locations using the current " +"brush" msgstr "" +"Şu anki fırçayı kullanarak, X ve Y konumlarınca belirlenmiş bir ızgara çiz" -#: plug-ins/script-fu/scripts/grid-system.scm.h:3 +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:2 +msgid "X divisions" +msgstr "X bölümleri" + +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:3 msgid "Y divisions" -msgstr "" +msgstr "Y bölümleri" -#: plug-ins/script-fu/scripts/grid-system.scm.h:4 +#: ../plug-ins/script-fu/scripts/grid-system.scm.h:4 msgid "_Grid..." -msgstr "" - -#: plug-ins/script-fu/scripts/guides-from-selection.scm.h:1 -msgid "Creates four Guides around the bounding box of the current selection." -msgstr "" +msgstr "_Izgara..." -#: plug-ins/script-fu/scripts/guides-from-selection.scm.h:2 +#: ../plug-ins/script-fu/scripts/guides-from-selection.scm.h:2 msgid "New Guides from _Selection" -msgstr "" +msgstr "_Seçimden yeni kılavuzlar" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:1 -#: plug-ins/script-fu/scripts/guides-new.scm.h:1 -#, fuzzy +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:1 +msgid "Add a guide at the position specified as a percentage of the image size" +msgstr "İmge boyutunun yüzdesi olarak belirlenen konuma bir kılavuz ekle" + +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:2 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:2 msgid "Direction" -msgstr "Açıklama" +msgstr "Yön" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:2 -#: plug-ins/script-fu/scripts/guides-new.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:3 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:3 msgid "Horizontal" -msgstr "Yatay Bulanıklık" +msgstr "Yatay" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:3 +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:4 msgid "New Guide (by _Percent)..." -msgstr "" +msgstr "Yeni Kılavuz (_Yüzde olarak)" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:5 +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:6 #, no-c-format msgid "Position (in %)" -msgstr "" +msgstr "Konum (% içinde)" -#: plug-ins/script-fu/scripts/guides-new-percent.scm.h:6 -#: plug-ins/script-fu/scripts/guides-new.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/guides-new-percent.scm.h:7 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:6 msgid "Vertical" -msgstr "Dikey Bulanıklık" +msgstr "Dikey" + +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:1 +msgid "Add a guide at the orientation and position specified (in pixels)" +msgstr "Belirlenen yön ve konuma (benek olarak) bir kılavuz ekle" -#: plug-ins/script-fu/scripts/guides-new.scm.h:3 +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:4 msgid "New _Guide..." -msgstr "" +msgstr "Yeni _Kılavuz..." + +#: ../plug-ins/script-fu/scripts/guides-new.scm.h:5 +msgid "Position" +msgstr "Konum" + +#: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:1 +msgid "Remove all horizontal and vertical guides" +msgstr "Bütün yatay ve dikey kılavuzları kaldır" -#: plug-ins/script-fu/scripts/guides-remove-all.scm.h:1 +#: ../plug-ins/script-fu/scripts/guides-remove-all.scm.h:2 msgid "_Remove all Guides" -msgstr "" +msgstr "Bütün Kılavuzları _Kaldır" -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:1 -#: plug-ins/script-fu/scripts/image-structure.scm.h:1 -#, fuzzy -msgid "/Script-Fu/Utils" -msgstr "/Script-Fu/Araçlar/ASCII'den Resim Katmanına..." - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:2 -#, fuzzy -msgid "BG opacity" -msgstr "AP Saydamsızlığı" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:3 -#, fuzzy -msgid "Draw _HSV Graph..." -msgstr "/Script-Fu/Araçlar/HSV Grafiğini Çiz..." - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:4 -msgid "End X" -msgstr "Bitiş X" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:5 -msgid "End Y" -msgstr "Bitiş Y" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:6 -#, fuzzy -msgid "From top-left to bottom-right" -msgstr "Üst-Soldan Aşağı-Sağa" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:7 -#, fuzzy -msgid "Graph scale" -msgstr "Grafik Ölçeği" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:8 -msgid "Start X" -msgstr "Başlama X" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:9 -msgid "Start Y" -msgstr "Başlama Y" - -#: plug-ins/script-fu/scripts/hsv-graph.scm.h:10 -#, fuzzy -msgid "Use selection bounds instead of belows" -msgstr "Aşağıdakiler Yerine Seçimi Kullan" +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:1 +msgid "Create a logo in a two-color, scribbled text style" +msgstr "İki renkli, çiziktirilmiş yazı biçeminde bir logo yap" -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:4 msgid "Frame color" -msgstr "Çerçeve Rengi" +msgstr "Çerçeve rengi" -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:5 msgid "Frame size" -msgstr "Çerçeve Boyutu" +msgstr "Çerçeve boyutu" -#: plug-ins/script-fu/scripts/i26-gunya2.scm.h:6 -msgid "Imigre-26..." -msgstr "" +#: ../plug-ins/script-fu/scripts/i26-gunya2.scm.h:6 +msgid "Imigre-_26..." +msgstr "Imigre-_26..." -#: plug-ins/script-fu/scripts/image-structure.scm.h:2 -#, fuzzy -msgid "Apply layer mask (or discard)" -msgstr "Katman Maskesini Uygulua (veya iptal et)" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:4 -#, fuzzy -msgid "Create new image" -msgstr "Yeni Resim Oluştur" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:5 -#, fuzzy -msgid "Insert layer names" -msgstr "Katman İsimlerini Yaz" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:6 -#, fuzzy -msgid "Make new background" -msgstr "Yeni Arkaplan Yap" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:7 -#, fuzzy -msgid "Outer border" -msgstr "Dış Sınır" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:8 -#, fuzzy -msgid "Pad color" -msgstr "Tampon Rengi" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:9 -#, fuzzy -msgid "Pad opacity" -msgstr "Tampon Saydamsızlığı" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:10 -#, fuzzy -msgid "Padding for transparent regions" -msgstr "Şeffaf Alanlar İçin Tampon" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:11 -#, fuzzy -msgid "Shear length" -msgstr "Eğme Uzaklığı" - -#: plug-ins/script-fu/scripts/image-structure.scm.h:12 -#, fuzzy -msgid "Show Image _Structure..." -msgstr "/Script-Fu/Araçlar/Resmin Yapısını Göster..." - -#: plug-ins/script-fu/scripts/image-structure.scm.h:13 -#, fuzzy -msgid "Space between layers" -msgstr "Katmanlar Arası Boşluk" +#: ../plug-ins/script-fu/scripts/land.scm.h:1 +msgid "Create an image filled with a topographic map pattern" +msgstr "Yerbetimsel eşlem örgüsüyle doldurulmuş bir imge oluştur" -#: plug-ins/script-fu/scripts/land.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/land.scm.h:6 msgid "Land height" -msgstr "Alan Yüksekliği" +msgstr "Kara yüksekliği" -#: plug-ins/script-fu/scripts/land.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/land.scm.h:10 msgid "Sea depth" -msgstr "Deniz Derinliği" +msgstr "Deniz derinliği" -#: plug-ins/script-fu/scripts/land.scm.h:11 +#: ../plug-ins/script-fu/scripts/land.scm.h:11 msgid "_Land..." -msgstr "" +msgstr "_Kara..." + +#: ../plug-ins/script-fu/scripts/lava.scm.h:1 +msgid "Fill the current selection with lava" +msgstr "Seçilen alanı püskürtüyle doldur" -#: plug-ins/script-fu/scripts/lava.scm.h:4 -#: plug-ins/script-fu/scripts/swirltile.scm.h:8 +#: ../plug-ins/script-fu/scripts/lava.scm.h:4 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:8 msgid "Roughness" msgstr "Engebe Miktarı" -#: plug-ins/script-fu/scripts/lava.scm.h:5 +#: ../plug-ins/script-fu/scripts/lava.scm.h:5 msgid "Seed" msgstr "Tohum" -#: plug-ins/script-fu/scripts/lava.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/lava.scm.h:8 msgid "Use current gradient" -msgstr "Etkin Gradyanı Kullan" +msgstr "Seçili renk geçişini kullan" -#: plug-ins/script-fu/scripts/lava.scm.h:9 +#: ../plug-ins/script-fu/scripts/lava.scm.h:9 msgid "_Lava..." +msgstr "_Püskürtü" + +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:1 +msgid "" +"Fill a layer with rays emanating outward from its center using the FG color" msgstr "" +"Bir katmanı FG renkleri kullanarak merkezden dışa doğru yayılan ışıkla doldur" -#: plug-ins/script-fu/scripts/line-nova.scm.h:2 +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:2 msgid "Line _Nova..." -msgstr "" +msgstr "_Nova çizgisi" -#: plug-ins/script-fu/scripts/line-nova.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:3 msgid "Number of lines" -msgstr "Çizgi Sayısı" +msgstr "Çizgi sayısı" -#: plug-ins/script-fu/scripts/line-nova.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:4 msgid "Offset radius" -msgstr "Ofset Yarıçapı" +msgstr "Denge yarıçapı" -#: plug-ins/script-fu/scripts/line-nova.scm.h:5 +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:5 msgid "Randomness" msgstr "Raslantısallık" -#: plug-ins/script-fu/scripts/line-nova.scm.h:6 +#: ../plug-ins/script-fu/scripts/line-nova.scm.h:6 msgid "Sharpness (degrees)" msgstr "Keskinlik (derece)" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Make Brush" -msgstr "/Xtns/Script-Fu/Fırça Yap/Eliptik..." +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:1 +msgid "Create a rectangular brush" +msgstr "Dikdörtgen bir fırça oluştur" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:2 +msgid "Create a rectangular brush with feathered edges" +msgstr "Tüylü kıyılı, dikdörtgen bir fırça oluştur" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:3 +msgid "Create an elliptical brush" +msgstr "Söbe bir fırça oluştur" + +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:4 +msgid "Create an elliptical brush with feathered edges" +msgstr "Tüylü kıyılı, söbe bir fırça oluştur" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:2 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:5 msgid "Elli_ptical, Feathered..." -msgstr "" +msgstr "Sö_be, Tüylü..." -#: plug-ins/script-fu/scripts/mkbrush.scm.h:3 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:6 msgid "Feathering" msgstr "Yumuşak Geçiş" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:8 msgid "Name" -msgstr "İsim:" +msgstr "Ad" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:6 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:9 msgid "Re_ctangular, Feathered..." -msgstr "" +msgstr "Dik_dörtgen, Tüylü..." -#: plug-ins/script-fu/scripts/mkbrush.scm.h:7 -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:4 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:10 +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:5 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:4 msgid "Spacing" msgstr "Boşluk" -#: plug-ins/script-fu/scripts/mkbrush.scm.h:9 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:12 msgid "_Elliptical..." -msgstr "" +msgstr "_Söbe..." -#: plug-ins/script-fu/scripts/mkbrush.scm.h:10 +#: ../plug-ins/script-fu/scripts/mkbrush.scm.h:13 msgid "_Rectangular..." -msgstr "" +msgstr "_Dikdörtgen..." -#: plug-ins/script-fu/scripts/neon-logo.scm.h:4 -#, fuzzy -msgid "Create shadow" -msgstr "Gölge Oluştur" +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:2 +msgid "Convert the selected region (or alpha) into a neon-sign like object" +msgstr "Seçilen bölgeyi (ya da görünürü) neon benzeri bir nesneye çevir" -#: plug-ins/script-fu/scripts/neon-logo.scm.h:5 -#, fuzzy -msgid "Effect size (pixels * 5)" -msgstr "Etki Büyüklüğü (piksel * 5)" +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:3 +msgid "Create a logo in the style of a neon sign" +msgstr "Neon biçeminde bir logo oluştur" -#: plug-ins/script-fu/scripts/neon-logo.scm.h:9 +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:4 +msgid "Create shadow" +msgstr "Gölge oluştur" + +#: ../plug-ins/script-fu/scripts/neon-logo.scm.h:9 msgid "N_eon..." -msgstr "" +msgstr "N_eon" -#: plug-ins/script-fu/scripts/news-text.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/news-text.scm.h:3 msgid "Cell size (pixels)" -msgstr "Hücre Boyutu (piksel)" +msgstr "Hücre boyutu (benek)" + +#: ../plug-ins/script-fu/scripts/news-text.scm.h:4 +msgid "Create a logo in the style of newspaper printing" +msgstr "Gazete baskısı stilinde bir logo oluştur" -#: plug-ins/script-fu/scripts/news-text.scm.h:6 -#: plug-ins/script-fu/scripts/speed-text.scm.h:4 +#: ../plug-ins/script-fu/scripts/news-text.scm.h:6 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:4 #, no-c-format msgid "Density (%)" msgstr "Yoğunluk (%)" -#: plug-ins/script-fu/scripts/news-text.scm.h:9 -msgid "Newsprint Text..." -msgstr "" +#: ../plug-ins/script-fu/scripts/news-text.scm.h:9 +msgid "Newsprint Te_xt..." +msgstr "Gazete Ya_zısı" -#: plug-ins/script-fu/scripts/old-photo.scm.h:3 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:2 msgid "Defocus" msgstr "Odak Dışına Çıkar" -#: plug-ins/script-fu/scripts/old-photo.scm.h:4 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:3 +msgid "Make an image look like an old photo" +msgstr "Resmi eski fotoğraf görünümünde yap" + +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:4 msgid "Mottle" msgstr "Benekle" -#: plug-ins/script-fu/scripts/old-photo.scm.h:5 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:5 msgid "Sepia" msgstr "Renksiz" -#: plug-ins/script-fu/scripts/old-photo.scm.h:7 +#: ../plug-ins/script-fu/scripts/old-photo.scm.h:7 msgid "_Old Photo..." -msgstr "" +msgstr "_Eski Fotoğraf..." -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:3 -msgid "Angle" -msgstr "Açı" +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:1 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:1 +msgid "Brush name" +msgstr "Fırça adı" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:6 -msgid "Cubic" -msgstr "" +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:2 +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:1 +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:3 +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:2 +msgid "File name" +msgstr "Dosya adı" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:7 -#, fuzzy -msgid "Interpolation" -msgstr "Aradeğerleme" +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:3 +msgid "New _Brush..." +msgstr "Yeni _Fırça" + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:4 +msgid "Paste the clipboard contents into a new brush" +msgstr "Panodaki içeriği yeni fırçaya yapıştır" + +#: ../plug-ins/script-fu/scripts/paste-as-brush.scm.h:6 +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:5 +msgid "There is no image data in the clipboard to paste." +msgstr "Panoda yapıştırılacak görüntü verisi yok." + +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:2 +msgid "New _Pattern..." +msgstr "Yeni _Desen..." + +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:3 +msgid "Paste the clipboard contents into a new pattern" +msgstr "Pano içeriğini yeni bir desene yapıştır" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:8 -msgid "Linear" -msgstr "" +#: ../plug-ins/script-fu/scripts/paste-as-pattern.scm.h:4 +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:3 +msgid "Pattern name" +msgstr "Desen adı" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:9 -msgid "None" -msgstr "" +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:1 +msgid "Add a perspective shadow to the selected region (or alpha)" +msgstr "Seçilen bölgeye (ya da görünüre) görüngesel gölge ekle" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:3 +msgid "Angle" +msgstr "Açı" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:11 -#, fuzzy +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:6 +msgid "Interpolation" +msgstr "Ara değeri bulma" + +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:8 msgid "Relative distance of horizon" -msgstr "Ufuğa Göreli Uzaklık" +msgstr "Görüşün bağıl uzaklığı" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:9 msgid "Relative length of shadow" -msgstr "Gölgenin Göreli Uzunluğu" +msgstr "Gölgenin bağıl uzunluğu" -#: plug-ins/script-fu/scripts/perspective-shadow.scm.h:13 +#: ../plug-ins/script-fu/scripts/perspective-shadow.scm.h:10 msgid "_Perspective..." -msgstr "" +msgstr "_Görünge..." + +#: ../plug-ins/script-fu/scripts/predator.scm.h:1 +msgid "Add a 'Predator' effect to the selected region (or alpha)" +msgstr "Seçili bölgeye (ya da görünüre) 'Yırtıcı' etkisi uygula" -#: plug-ins/script-fu/scripts/predator.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/predator.scm.h:2 msgid "Edge amount" -msgstr "Kenar Miktarı" +msgstr "Kenar miktarı" -#: plug-ins/script-fu/scripts/predator.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/predator.scm.h:4 msgid "Pixel amount" -msgstr "Piksel Miktarı" +msgstr "Benek niceliği" -#: plug-ins/script-fu/scripts/predator.scm.h:5 +#: ../plug-ins/script-fu/scripts/predator.scm.h:5 msgid "Pixelize" -msgstr "Pikselleştir" +msgstr "Benekleştir" -#: plug-ins/script-fu/scripts/predator.scm.h:7 +#: ../plug-ins/script-fu/scripts/predator.scm.h:7 msgid "_Predator..." -msgstr "" +msgstr "_Yırtıcı..." + +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:2 +msgid "Create images, each containing an oval button graphic" +msgstr "Herbiri bir oval düğme grafiği içeren resimler oluşturun" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:5 msgid "Lower color" -msgstr "Alt Renk" +msgstr "Alt renk" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:6 msgid "Lower color (active)" -msgstr "Alt Renk (Etken)" +msgstr "Alt renk (etkin)" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:7 msgid "Not pressed" -msgstr "Basılı Değil" +msgstr "Basılmadı" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:8 msgid "Not pressed (active)" -msgstr "Basılı Değil (Aktif)" +msgstr "Basılmadı (etkin)" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:9 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:9 msgid "Padding X" msgstr "X'te Tampon" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:10 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:10 msgid "Padding Y" msgstr "Y'de Tampon" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:12 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:12 msgid "Round ratio" -msgstr "Yuvarlaklık Oranı" +msgstr "Yuvarlak oranı" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:15 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:15 msgid "Text color (active)" -msgstr "Metin Rengi (Aktif)" +msgstr "Yazı rengi (etkin)" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:16 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:16 msgid "Upper color" -msgstr "Üst Renk" +msgstr "Üst renk" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:17 -#, fuzzy +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:17 msgid "Upper color (active)" -msgstr "Üst Renk (Aktif)" +msgstr "Daha yüksek renk (aktif)" -#: plug-ins/script-fu/scripts/pupi-button.scm.h:18 +#: ../plug-ins/script-fu/scripts/pupi-button.scm.h:18 msgid "_Round Button..." -msgstr "" +msgstr "_Yuvarlak Düğme..." -#: plug-ins/script-fu/scripts/rendermap.scm.h:2 -msgid "Behaviour" +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:1 +msgid "Behavior" msgstr "Davranış" -#: plug-ins/script-fu/scripts/rendermap.scm.h:3 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:2 +msgid "Create an image filled with an Earth-like map pattern" +msgstr "Yeryüzü benzeri bir eşlem örüntüsüyle dolu bir imge oluşturun" + +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:3 msgid "Detail in Middle" msgstr "Detay Ortada" -#: plug-ins/script-fu/scripts/rendermap.scm.h:8 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:8 msgid "Render _Map..." -msgstr "" +msgstr "_Eşlem Oluştur..." -#: plug-ins/script-fu/scripts/rendermap.scm.h:9 +#: ../plug-ins/script-fu/scripts/rendermap.scm.h:9 msgid "Tile" msgstr "Döşe" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:2 +#: ../plug-ins/script-fu/scripts/reverse-layers.scm.h:1 +msgid "Reverse Layer Order" +msgstr "Katmanların Sırasını Tersine Çevir" + +#: ../plug-ins/script-fu/scripts/reverse-layers.scm.h:2 +msgid "Reverse the order of layers in the image" +msgstr "Resimdeki katmanların sırasını tersine çevir" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:1 msgid "Black" +msgstr "Siyah" + +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:2 +msgid "" +"Create a multi-layer image by adding a ripple effect to the current image" msgstr "" +"Geçerli resme dalgacık etkisi uygulayarak çok katmanlı yeni bir resim " +"oluştur." -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:3 -#, fuzzy -msgid "Edge behaviour" -msgstr "Davranış" +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:3 +msgid "Edge behavior" +msgstr "Kıyı davranışı" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:4 -#: plug-ins/script-fu/scripts/waves-anim.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:4 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:4 msgid "Number of frames" -msgstr "Kare Sayısı" +msgstr "Çerçeve sayısı" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:5 msgid "Rippling strength" -msgstr "Dalgacıklandırma Şiddeti" +msgstr "Dalgalanma gücü" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:6 msgid "Smear" -msgstr "Ara:" +msgstr "Yayma" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:7 +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:7 msgid "Wrap" -msgstr "" +msgstr "Sarma" -#: plug-ins/script-fu/scripts/ripply-anim.scm.h:8 +#: ../plug-ins/script-fu/scripts/ripply-anim.scm.h:8 msgid "_Rippling..." -msgstr "" +msgstr "_Dalgalanma..." -#: plug-ins/script-fu/scripts/round-corners.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:1 msgid "Add background" -msgstr "Arkaplan Ekle" +msgstr "Artalan ekle" -#: plug-ins/script-fu/scripts/round-corners.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:2 msgid "Add drop-shadow" -msgstr "Düşen Gölge Ekle" +msgstr "Kabartı gölgesi ekle" -#: plug-ins/script-fu/scripts/round-corners.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:4 msgid "Edge radius" -msgstr "Kenar Yarıçapı" +msgstr "Kenar yarıçapı" -#: plug-ins/script-fu/scripts/round-corners.scm.h:9 -msgid "_Round Corners..." +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:5 +msgid "" +"Round the corners of an image and optionally add a drop-shadow and background" msgstr "" +"Bir imgenin köşelerini yuvarla, ve seçmeli olarak düşük gölge ve artalan ekle" -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:2 -#, fuzzy -msgid "Brush name" -msgstr "Fırça" +#: ../plug-ins/script-fu/scripts/round-corners.scm.h:9 +msgid "_Round Corners..." +msgstr "Köşeleri _Yuvarla..." -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:3 -#, fuzzy -msgid "File name" -msgstr "Dosya İsmi" +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:1 +msgid "Change the colormap of an image to the colors in a specified palette." +msgstr "Resmin renk haritasını geçerli palet renklerine cevir." + +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:2 +msgid "Palette" +msgstr "Palet" -#: plug-ins/script-fu/scripts/select-to-brush.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/script-fu-set-cmap.scm.h:3 +msgid "Se_t Colormap..." +msgstr "Renk Haritasını _Belirle..." + +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:2 +msgid "Convert a selection to a brush" +msgstr "Seçimi fırçaya çevir" + +#: ../plug-ins/script-fu/scripts/select-to-brush.scm.h:5 msgid "To _Brush..." -msgstr "Gözat..." +msgstr "_Fırçaya..." -#: plug-ins/script-fu/scripts/select-to-image.scm.h:2 -msgid "To _Image" -msgstr "" +#: ../plug-ins/script-fu/scripts/select-to-image.scm.h:1 +msgid "Convert a selection to an image" +msgstr "Seçimi imgeye çevir" -#: plug-ins/script-fu/scripts/select-to-pattern.scm.h:2 -msgid "Filename" -msgstr "Dosya İsmi" +#: ../plug-ins/script-fu/scripts/select-to-image.scm.h:2 +msgid "To _Image" +msgstr "_Görüntüye" -#: plug-ins/script-fu/scripts/select-to-pattern.scm.h:3 -#, fuzzy -msgid "Pattern name" -msgstr "Desen" +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:1 +msgid "Convert a selection to a pattern" +msgstr "Seçimi örüntüye çevir" -#: plug-ins/script-fu/scripts/select-to-pattern.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/select-to-pattern.scm.h:4 msgid "To _Pattern..." -msgstr "Desen" +msgstr "_Örüntüye" -#: plug-ins/script-fu/scripts/selection-round.scm.h:1 +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:1 msgid "Concave" -msgstr "" +msgstr "İç bükey" -#: plug-ins/script-fu/scripts/selection-round.scm.h:3 -#, fuzzy, no-c-format +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:3 +#, no-c-format msgid "Radius (%)" -msgstr "Yarıçap" +msgstr "Yarıçap (%)" + +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:4 +msgid "Round the corners of the current selection" +msgstr "Şu anki seçimin köşelerini yuvarla" -#: plug-ins/script-fu/scripts/selection-round.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/selection-round.scm.h:5 msgid "Rounded R_ectangle..." -msgstr "/Script-Fu/Seçim/Yuvarlat..." +msgstr "Yuvarlanmış D_ikdörtgen..." -#: plug-ins/script-fu/scripts/slide.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/slide.scm.h:1 +msgid "Add a slide-film like frame, sprocket holes, and labels to an image" +msgstr "Resme, çerçeve, dişli halkası ve etiketler gibi kaygan film ekle" + +#: ../plug-ins/script-fu/scripts/slide.scm.h:3 msgid "Font color" -msgstr "Yazıtipi Rengi" +msgstr "Yazıyüzü rengi" -#: plug-ins/script-fu/scripts/slide.scm.h:4 +#: ../plug-ins/script-fu/scripts/slide.scm.h:4 msgid "Number" msgstr "Sayı" -#: plug-ins/script-fu/scripts/slide.scm.h:7 +#: ../plug-ins/script-fu/scripts/slide.scm.h:7 msgid "_Slide..." -msgstr "" +msgstr "_Kaydır..." -#: plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:5 +msgid "Create a State Of The Art chromed logo" +msgstr "Krom sanatı logosu oluştur." + +#: ../plug-ins/script-fu/scripts/sota-chrome-logo.scm.h:10 msgid "SOTA Chrome..." -msgstr "" +msgstr "SOTA krom" -#: plug-ins/script-fu/scripts/speed-text.scm.h:7 +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:2 +msgid "Create a logo with a speedy text effect" +msgstr "Hızlı metin etkisi ile bir logo oluştur" + +#: ../plug-ins/script-fu/scripts/speed-text.scm.h:7 msgid "Speed Text..." -msgstr "" +msgstr "Hızlı Metin..." -#: plug-ins/script-fu/scripts/sphere.scm.h:1 -#, fuzzy -msgid "/Xtns/Script-Fu/Misc" -msgstr "/Xtns/Script-Fu/Logolar/Lamba..." - -#: plug-ins/script-fu/scripts/sphere.scm.h:3 -msgid "Lighting (degrees)" -msgstr "Aydınlanma (derece)" - -#: plug-ins/script-fu/scripts/sphere.scm.h:4 -msgid "Radius (pixels)" -msgstr "Yarıçap (piksel)" - -#: plug-ins/script-fu/scripts/sphere.scm.h:6 -#, fuzzy -msgid "Sphere color" -msgstr "Küre Rengi" - -#: plug-ins/script-fu/scripts/sphere.scm.h:7 -#, fuzzy -msgid "_Sphere..." -msgstr "Gözat..." +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:1 +msgid "Create an animation by mapping the current image onto a spinning sphere" +msgstr "Şu anki resmi dönen bir küreye uyarlayarak, bir canlandırma oluştur" -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:2 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:2 msgid "Frames" msgstr "Kare Sayısı" -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:3 msgid "Index to n colors (0 = remain RGB)" -msgstr "n Renge Katalogla (0 = KYM kal)" +msgstr "n Renklerine içerik ( 0 = RGB kalan)" -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:5 msgid "Turn from left to right" -msgstr "Soldan Sağa Çevir" +msgstr "Soldan sağa dön" -#: plug-ins/script-fu/scripts/spinning-globe.scm.h:7 +#: ../plug-ins/script-fu/scripts/spinning-globe.scm.h:7 msgid "_Spinning Globe..." +msgstr "_Dönen Küre..." + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:1 +msgid "" +"Add Spirographs, Epitrochoids, and Lissajous Curves to the current layer" msgstr "" +"Geçerli katmana Spirografiler, Epitrokoidler ve Lissajous Eğrileri ekle" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:2 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:2 msgid "Airbrush" -msgstr "" +msgstr "Sprey" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:3 msgid "Brush" msgstr "Fırça" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:4 msgid "Circle" -msgstr "Döşe" +msgstr "Çember" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:6 msgid "Color method" -msgstr "3. Renk" - -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:7 -msgid "" -"Draws Spirographs, Epitrochoids and Lissajous Curves. More info at http://" -"netword.com/*spyrogimp" -msgstr "" +msgstr "Renk yöntemi" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:8 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:7 msgid "Epitrochoid" -msgstr "" +msgstr "Epitrokoit" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:8 msgid "Frame" -msgstr "Kare Sayısı" +msgstr "Çerçeve" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:11 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:10 msgid "Gradient: Loop Sawtooth" -msgstr "" +msgstr "Renk Geçişi: Testere Dişi Dönüşlü" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:12 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:11 msgid "Gradient: Loop Triangle" -msgstr "" +msgstr "Renk Geçişi: Üçgen Dönüşlü" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:13 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:12 msgid "Hexagon" -msgstr "Altıgenler" +msgstr "Altıgen" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:14 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:13 msgid "Hole ratio" -msgstr "Renk Oranı" +msgstr "Boşluk oranı" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:15 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:14 msgid "Inner teeth" -msgstr "Dış Sınır" +msgstr "İç dişler" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:16 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:15 msgid "Lissajous" -msgstr "" +msgstr "Lissajous" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:17 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:16 msgid "Margin (pixels)" -msgstr "Yarıçap (piksel)" +msgstr "Kenar (benek)" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:18 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:17 msgid "Outer teeth" -msgstr "Dış Sınır" +msgstr "Dış dişler" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:19 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:18 msgid "Pencil" -msgstr "" +msgstr "Kalem" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:20 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:19 msgid "Pentagon" -msgstr "Konum" +msgstr "Beşgen" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:21 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:20 msgid "Polygon: 10 sides" -msgstr "" +msgstr "Çokgen: 10 köşeli" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:22 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:21 msgid "Polygon: 7 sides" -msgstr "" +msgstr "Çokgen: 7 köşeli" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:23 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:22 msgid "Polygon: 8 sides" -msgstr "" +msgstr "Çokgen: 8 köşeli" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:24 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:23 msgid "Polygon: 9 sides" -msgstr "" +msgstr "Çokgen: 9 köşeli" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:25 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:24 +msgid "Rendering Spyro" +msgstr "Spyro İşleme" + +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:25 msgid "Shape" -msgstr "" +msgstr "Şekil" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:26 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:26 msgid "Solid Color" -msgstr "Tampon Rengi" +msgstr "Düz Renk" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:27 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:27 msgid "Spyrograph" -msgstr "" +msgstr "Spirograf" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:28 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:28 msgid "Square" -msgstr "Kareler" +msgstr "Kare" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:29 -#: plug-ins/script-fu/scripts/text-circle.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:29 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:7 msgid "Start angle" -msgstr "Başlama Açısı" +msgstr "Başlangıç açısı" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:30 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:30 msgid "Tool" -msgstr "" +msgstr "Araç" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:31 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:31 msgid "Triangle" -msgstr "Döşe" +msgstr "Üçgen" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:32 -#, fuzzy +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:32 msgid "Type" -msgstr "Bulanma Cinsi" +msgstr "Tür" -#: plug-ins/script-fu/scripts/spyrogimp.scm.h:33 +#: ../plug-ins/script-fu/scripts/spyrogimp.scm.h:33 msgid "_Spyrogimp..." -msgstr "" +msgstr "_Spyrogimp..." -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:4 -#, fuzzy -msgid "Burst color" -msgstr "Patlama Rengi" - -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:5 -#, fuzzy -msgid "Effect size (pixels * 30)" -msgstr "Effet Büyüklüğü (piksel * 30)" - -#: plug-ins/script-fu/scripts/starburst-logo.scm.h:8 -msgid "Starb_urst..." -msgstr "" - -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:3 -#, fuzzy -msgid "Effect size (pixels * 4)" -msgstr "Etki Büyüklüğü (piksel * 4)" +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:1 +msgid "Create a logo using a rock-like texture, a nova glow, and shadow" +msgstr "" +"Kaya gibi bir doku, yıldız parlaklığı ve gölgelendirme kullanarak bir logo " +"oluşturun" -#: plug-ins/script-fu/scripts/starscape-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/starscape-logo.scm.h:5 msgid "Sta_rscape..." -msgstr "Gözat..." +msgstr "Yıl_dızalanı..." -#: plug-ins/script-fu/scripts/swirltile.scm.h:9 +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:4 +msgid "Create an image filled with a swirled tile effect" +msgstr "Karo girdap etkisi ile doldurulmuş bir görüntü oluştur" + +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:9 msgid "Swirl-_Tile..." -msgstr "" +msgstr "Karo-_Girdap..." -#: plug-ins/script-fu/scripts/swirltile.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/swirltile.scm.h:10 msgid "Whirl amount" -msgstr "Döndürme Miktarı" +msgstr "Döndürme miktarı" -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:1 +msgid "Create an image filled with a swirly pattern" +msgstr "Girdaplı model ile doldurulmuş bir görüntü oluştur" + +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:2 msgid "Number of times to whirl" -msgstr "Dönüş Sayısı" +msgstr "Döndürme sayısı" -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:3 msgid "Quarter size" -msgstr "Çeyrek Boyut" +msgstr "Çeyrek boyut" -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:4 msgid "Whirl angle" -msgstr "Döndürme Açısı" +msgstr "Döndürme açısı" -#: plug-ins/script-fu/scripts/swirly-pattern.scm.h:5 +#: ../plug-ins/script-fu/scripts/swirly-pattern.scm.h:5 msgid "_Swirly..." -msgstr "" +msgstr "_Girdap..." -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:1 +msgid "Add a Trace of Particles effect to the selected region (or alpha)" +msgstr "Seçili bölgeye (ya da görünüre) Parçacık İzi etkisi ekle" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:3 msgid "Base color" -msgstr "Temel Renk" +msgstr "Temel renk" + +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:5 +msgid "Create a logo using a Trace Of Particles effect" +msgstr "Parçacık İzi etkisi kullanarak bir logo oluştur" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:6 msgid "Edge only" -msgstr "Sadece Kenar" +msgstr "Yalnız kıyı" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:7 msgid "Edge width" -msgstr "Kenar Genişliği" +msgstr "Kıyı genişliği" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:10 msgid "Hit rate" -msgstr "Çarpma Oranı" +msgstr "Vurma oranı" -#: plug-ins/script-fu/scripts/t-o-p-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/t-o-p-logo.scm.h:12 msgid "_Particle Trace..." -msgstr "" +msgstr "_Parçacık İzi..." -#: plug-ins/script-fu/scripts/text-circle.scm.h:2 +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:1 msgid "Antialias" msgstr "Örtüşmeönleyici" -#: plug-ins/script-fu/scripts/text-circle.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:2 +msgid "" +"Create a logo by rendering the specified text along the perimeter of a circle" +msgstr "Bir çember çevresi boyunca belirlenen metini tarayarak logo oluştur" + +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:3 msgid "Fill angle" -msgstr "Doldurma Açısı" +msgstr "Doldurma açısı" -#: plug-ins/script-fu/scripts/text-circle.scm.h:9 -#, fuzzy -msgid "Text Circle..." -msgstr "Döşe" +#: ../plug-ins/script-fu/scripts/text-circle.scm.h:9 +msgid "Text C_ircle..." +msgstr "Metin Çe_mberi..." -#: plug-ins/script-fu/scripts/textured-logo.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:3 +msgid "" +"Create a textured logo with highlights, shadows, and a mosaic background" +msgstr "Vurgular, gölgeler ve mozaik artalan ile bir dokulu logo oluşturun" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:4 msgid "Ending blend" -msgstr "Son Harman" +msgstr "Kaynaşım sonlandırılıyor" + +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:5 +msgid "" +"Fill the selected region (or alpha) with a texture and add highlights, " +"shadows, and a mosaic background" +msgstr "" +"Seçili bölgeyi (ya da görünürü) bir doku ile doldur ve vurgular, gölgeler ve " +"mozaik artalan ekle" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:8 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:8 msgid "Hexagons" msgstr "Altıgenler" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:9 -#, fuzzy +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:9 msgid "Mosaic tile type" -msgstr "Mozayik Döşeme Tipi" +msgstr "Mozaik döşeme türü" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:10 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:10 msgid "Octagons" msgstr "Sekizgenler" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:12 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:12 msgid "Squares" msgstr "Kareler" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:13 -#, fuzzy +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:13 msgid "Starting blend" -msgstr "Başlama Harmanı" +msgstr "Kaynaşım başlatılıyor" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:15 -#, fuzzy +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:15 msgid "Text pattern" -msgstr "Metin Deseni" +msgstr "Yazı deseni" -#: plug-ins/script-fu/scripts/textured-logo.scm.h:16 +#: ../plug-ins/script-fu/scripts/textured-logo.scm.h:16 msgid "_Textured..." -msgstr "" +msgstr "_Dokulu..." -#: plug-ins/script-fu/scripts/tileblur.scm.h:1 -#, fuzzy +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:1 msgid "Blur horizontally" -msgstr "Yatay Bulanıklık" +msgstr "Yatay bulandır" + +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:2 +msgid "Blur the edges of an image so the result tiles seamlessly" +msgstr "" +"Resmin kesitlerini bulanıklaştır, böylece sonuç kusursuz biçimde döşenir" -#: plug-ins/script-fu/scripts/tileblur.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:3 msgid "Blur type" -msgstr "Bulanma Cinsi" +msgstr "Bulanıklık türü" -#: plug-ins/script-fu/scripts/tileblur.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:4 msgid "Blur vertically" -msgstr "Dikey Bulanıklık" +msgstr "Dikey bulandır" -#: plug-ins/script-fu/scripts/tileblur.scm.h:4 +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:5 msgid "IIR" msgstr "IIR" -#: plug-ins/script-fu/scripts/tileblur.scm.h:5 +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:6 msgid "RLE" msgstr "RLE" -#: plug-ins/script-fu/scripts/tileblur.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/tileblur.scm.h:8 msgid "_Tileable Blur..." -msgstr "/Filtreler/Bulanık/Döşenebilir Bulanıklık..." +msgstr "_Döşenebilir Bulanıklaştırma..." + +#: ../plug-ins/script-fu/scripts/title-header.scm.h:1 +msgid "Create a decorative web title header" +msgstr "Süslü bir web başlığı oluştur" -#: plug-ins/script-fu/scripts/title-header.scm.h:6 +#: ../plug-ins/script-fu/scripts/title-header.scm.h:6 msgid "Web Title Header..." -msgstr "" +msgstr "Web Başlığı..." + +#: ../plug-ins/script-fu/scripts/truchet.scm.h:3 +msgid "Create an image filled with a Truchet pattern" +msgstr "Truchet deseni ile doldurulmuş bir resim oluştur" -#: plug-ins/script-fu/scripts/truchet.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/truchet.scm.h:4 msgid "Foreground color" -msgstr "ÖP Rengi" +msgstr "Önalan rengi" -#: plug-ins/script-fu/scripts/truchet.scm.h:7 +#: ../plug-ins/script-fu/scripts/truchet.scm.h:7 msgid "T_ruchet..." -msgstr "" +msgstr "T_ruchet..." -#: plug-ins/script-fu/scripts/unsharp-mask.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:1 msgid "Mask opacity" -msgstr "Saydamsızlığı Maskele" +msgstr "Maske matlığı" -#: plug-ins/script-fu/scripts/unsharp-mask.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/unsharp-mask.scm.h:2 msgid "Mask size" -msgstr "Maske Boyutu" - -#: plug-ins/script-fu/scripts/unsharp-mask.scm.h:4 -msgid "_Unsharp Mask..." -msgstr "" +msgstr "Maske boyutu" -#: plug-ins/script-fu/scripts/waves-anim.scm.h:2 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:1 msgid "Amplitude" msgstr "Boyut" -#: plug-ins/script-fu/scripts/waves-anim.scm.h:3 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:2 +msgid "" +"Create a multi-layer image with an effect like a stone was thrown into the " +"current image" +msgstr "" +"Geçerli görüntüye taş fırlatılmasına benzer bir etki vererek çoklu katman " +"görüntüsü oluştur" + +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:3 msgid "Invert direction" msgstr "Yönü Tersine Çevir" -#: plug-ins/script-fu/scripts/waves-anim.scm.h:5 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:5 msgid "Wavelength" msgstr "Dalgaboyu" -#: plug-ins/script-fu/scripts/waves-anim.scm.h:6 +#: ../plug-ins/script-fu/scripts/waves-anim.scm.h:6 msgid "_Waves..." -msgstr "" +msgstr "_Dalgalar..." + +#: ../plug-ins/script-fu/scripts/weave.scm.h:1 +msgid "" +"Create a new layer filled with a weave effect to be used as an overlay or " +"bump map" +msgstr "Yeni bir katman oluşturarak resme hasır etkisi verir" -#: plug-ins/script-fu/scripts/weave.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:2 msgid "Ribbon spacing" -msgstr "Düğüm Boşluğu" +msgstr "Şerit aralığı" -#: plug-ins/script-fu/scripts/weave.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:3 msgid "Ribbon width" -msgstr "Düğüm Genişliği" +msgstr "Şerit genişliği" -#: plug-ins/script-fu/scripts/weave.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:4 msgid "Shadow darkness" -msgstr "Gölge Koyuluğu" +msgstr "Gölge koyuluğu" -#: plug-ins/script-fu/scripts/weave.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:5 msgid "Shadow depth" -msgstr "Gölge Derinliği" +msgstr "Gölge derinliği" -#: plug-ins/script-fu/scripts/weave.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:6 msgid "Thread density" -msgstr "İplik Yoğunluğu" +msgstr "İşçik yoğunluğu" -#: plug-ins/script-fu/scripts/weave.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:7 msgid "Thread intensity" -msgstr "İplik Sertliği" +msgstr "Parçacık yoğunluğu" -#: plug-ins/script-fu/scripts/weave.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/weave.scm.h:8 msgid "Thread length" -msgstr "İplik Uzunluğu" +msgstr "İşçik uzunluğu" -#: plug-ins/script-fu/scripts/weave.scm.h:9 +#: ../plug-ins/script-fu/scripts/weave.scm.h:9 msgid "_Weave..." -msgstr "" +msgstr "_Hasır..." + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:1 +msgid "Bookmark to the GIMP web site" +msgstr "GIMP web sitesinin yer imine ekleyin" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:2 +msgid "Bookmark to the user manual" +msgstr "Kullanıcı kılavuzunun yer imine ekleyin" -#: plug-ins/script-fu/scripts/web-browser.scm.h:1 -#, fuzzy -msgid "/Help/The GIMP Online" -msgstr "/Xtns/Web Tarayıcı/Eklem Listesi" +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:3 +msgid "Create and Use _Selections" +msgstr "_Seçimleri Oluştur ve Kullan" -#: plug-ins/script-fu/scripts/web-browser.scm.h:2 +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:4 +msgid "Create, Open and Save _Files" +msgstr "_Dosyaları Oluştur, Aç ve Kaydet" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:5 +msgid "Drawing _Simple Objects" +msgstr "_Yalın Nesne Çizimi" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:6 +msgid "How to Use _Dialogs" +msgstr "Nasıl Kullanılır _İletişim Kutuları" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:7 msgid "Plug-in _Registry" -msgstr "" +msgstr "Eklenti _Kayıt Defteri" -#: plug-ins/script-fu/scripts/web-browser.scm.h:3 +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:8 +msgid "Using _Paths" +msgstr "_Yolları Kullanma" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:9 +msgid "_Basic Concepts" +msgstr "_Temel Kavramlar" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:10 msgid "_Developer Web Site" -msgstr "" +msgstr "_Geliştirici Web Sayfası" -#: plug-ins/script-fu/scripts/web-browser.scm.h:4 +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:11 msgid "_Main Web Site" -msgstr "" +msgstr "_Ana Web Sayfası" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:12 +msgid "_Preparing your Images for the Web" +msgstr "Web için kendi İmgelerinizi _Hazırlama" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:13 +msgid "_User Manual Web Site" +msgstr "_Kullanıcı Kılavuzu Web Sayfası" + +#: ../plug-ins/script-fu/scripts/web-browser.scm.h:14 +msgid "_Working with Digital Camera Photos" +msgstr "Dijital Kamera Görüntüleri ile _çalışıyor" + +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:1 +msgid "Add a subtle translucent 3D effect to the selected region (or alpha)" +msgstr "Seçili bölgeye (ya da görünüre) 3 boyutlu cam etkisi ekle" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:2 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:2 msgid "Drop shadow X offset" -msgstr "Düşen Gölgenin X Ofseti" +msgstr "Gölgenin X konumu" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:3 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:3 msgid "Drop shadow Y offset" -msgstr "Düşen Gölgenin Y Ofseti" +msgstr "Gölgenin Y konumu" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:4 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:4 msgid "Drop shadow blur radius" -msgstr "Düşen Gölgenin Bulanıklık Yarıçapı" +msgstr "Gölgenin bulanıklık yarıçapı" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:5 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:5 msgid "Drop shadow color" -msgstr "Düşen Gölgenin Rengi" +msgstr "Gölge rengi" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:6 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:6 msgid "Drop shadow opacity" -msgstr "Düşen Gölgenin Saydamsızlığı" +msgstr "Gölge matlığı" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:7 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:7 msgid "Highlight X offset" -msgstr "Parlama X Ofseti" +msgstr "X konumunu aydınlat" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:8 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:8 msgid "Highlight Y offset" -msgstr "Parlama Y Ofseti" +msgstr "Y konumunu aydınlat" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:10 -#, fuzzy +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:10 msgid "Highlight opacity" -msgstr "Parlama Saydamsızlığı" +msgstr "Aydınlatma şiddeti" -#: plug-ins/script-fu/scripts/xach-effect.scm.h:12 +#: ../plug-ins/script-fu/scripts/xach-effect.scm.h:12 msgid "_Xach-Effect..." -msgstr "" - -#, fuzzy -#~ msgid "Buffer amount (% height of text)" -#~ msgstr "Önbellek Miktarı (Metin Yüksekliği Yüzdesi)" - -#, fuzzy -#~ msgid "_ASCII to Layer..." -#~ msgstr "/Script-Fu/Araçlar/ASCII'den Resim Katmanına..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/_Refresh Scripts" -#~ msgstr "/Xtns/Script-Fu/Tazele..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/3D _Outline..." -#~ msgstr "/Script-Fu/Alfadan Logoya/3B Dış Hat..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/3D _Outline..." -#~ msgstr "/Xtns/Script-Fu/Logolar/3B Dış Çizgi..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Patterns/3_D Truchet..." -#~ msgstr "/Xtns/Script-Fu/Desenler/3D Truchet..." - -#, fuzzy -#~ msgid "/Script-Fu/Decor/Add B_evel..." -#~ msgstr "/Script-Fu/Süs/Kabartı Ekle..." - -#, fuzzy -#~ msgid "/Script-Fu/Decor/Add _Border..." -#~ msgstr "/Script-Fu/Süs/Sınır Ekle..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/_Arrow..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Yaratık Parlaması/Ok..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/_Bullet..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Yaratık Parlaması/Madde " -#~ "İmi..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/B_utton..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Yaratık Parlaması/Düğme..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Alien _Glow..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Yaratık Parlaması..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Alien _Glow..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Yaratık Parlaması..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Alien _Neon..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Yaratık Lambası..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Alien _Neon..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Yaratık Lambası..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Utils/_ASCII to Image..." -#~ msgstr "/Xtns/Script-Fu/Araçlar/ASCII'den Resme..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/_Basic I..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Temel I..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/_Basic I..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Temel I..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/B_asic II..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Temel II..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/B_asic II..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Temel II..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/_Bullet..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Kabartılı Desen/Madde İmi..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/B_utton..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Kabartılı Desen/Düğme..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/H_eading..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Kabartılı Desen/Başlık..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/_Hrule..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Kabartılı Desen/Yatay " -#~ "Ayraç..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Blen_ded..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Harman..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Blen_ded..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Harman..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Bo_vination..." -#~ msgstr "/Script-Fu/Alfadan Logoya/İnekleşme..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Bo_vination..." -#~ msgstr "/Xtns/Script-Fu/Logolar/İnekleşme..." - -#, fuzzy -#~ msgid "/Script-Fu/Animators/B_urn-In..." -#~ msgstr "/Script-Fu/Animatörler/Harmanla..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Patterns/_Camouflage..." -#~ msgstr "/Xtns/Script-Fu/Desenler/Kamuflaj..." - -#~ msgid "/Xtns/Script-Fu/Logos/Carved..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Oyuk..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/_Chalk..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Tebeşir..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/_Chalk..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Tebeşir..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Chip Awa_y..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Kıymıkla..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Chip Awa_y..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Kıymıkla..." - -#, fuzzy -#~ msgid "/Script-Fu/Stencil Ops/C_hrome-It..." -#~ msgstr "/Script-Fu/Şablon İşlemleri/Krom Yap..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/C_hrome..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Krom..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/C_hrome..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Krom..." - -#, fuzzy -#~ msgid "/Script-Fu/Render/_Circuit..." -#~ msgstr "/Script-Fu/Hesap/Devre..." - -#, fuzzy -#~ msgid "/Script-Fu/Alchemy/_Clothify..." -#~ msgstr "/Script-Fu/Simya/Kumaşlaştır..." - -#, fuzzy -#~ msgid "/Script-Fu/Decor/_Coffee Stain..." -#~ msgstr "/Script-Fu/Süs/Kahve Lekesi..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Comic Boo_k..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Çizgi Roman..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Comic Boo_k..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Çizgi Roman..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Cool _Metal..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Havalı Metal..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Cool _Metal..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Havalı Metal..." - -#, fuzzy -#~ msgid "/Edit/Copy/Copy _Visible" -#~ msgstr "/Düzenle/Görüneni Kopyala" - -#~ msgid "/Xtns/Script-Fu/Logos/Crystal..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Kristal..." - -#, fuzzy -#~ msgid "/Script-Fu/Selection/_Fade Outline..." -#~ msgstr "/Script-Fu/Seçim/Dış Çizgiyi Soldur..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Patterns/_Flatland..." -#~ msgstr "/Xtns/Script-Fu/Desenler/Düzalan..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Utils/_Font Map..." -#~ msgstr "/Xtns/Script-Fu/Araçlar/Yazıtipi Haritası..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/_Frosty..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Buzlu..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/_Frosty..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Buzlu..." - -#, fuzzy -#~ msgid "/Script-Fu/Decor/_Fuzzy Border..." -#~ msgstr "/Script-Fu/Süs/Bulanık Sınır..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/_Small Header..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Gimp.Org/Küçük Başlık..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/T_ube Sub-" -#~ "Button Label..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Gimp.Org/Tüp Alt-Düğme " -#~ "İsmi..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/Tub_e Sub-Sub-" -#~ "Button Label..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Gimp.Org/Tüp Alt-Alt-Düğme " -#~ "İsmi..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/_General Tube " -#~ "Labels..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Gimp.Org/Genel Tüp " -#~ "İsimler..." - -#, fuzzy -#~ msgid "" -#~ "/Xtns/Script-Fu/Web Page Themes/Classic.Gimp.Org/_Tube Button " -#~ "Label..." -#~ msgstr "" -#~ "/Xtns/Script-Fu/Web Sayfası Temaları/Gimp.Org/Tüp Düğme İsmi..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Glo_ssy..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Cilalı..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Glo_ssy..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Cilalı..." - -#, fuzzy -#~ msgid "Use tattern for outline instead of gradient" -#~ msgstr "Dış Çizgi için Gradyan yerine Desen kullan" - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Glo_wing Hot..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Parıltılı Sıcaklık..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Glo_wing Hot..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Parlayan Sıcaklık..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Gradient Beve_l..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Gradyan Kabartı..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Gradient Beve_l..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Gradyan Kabartı..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Utils/Custom _Gradient..." -#~ msgstr "/Xtns/Script-Fu/Araçlar/Seçimli Gradyan..." - -#, fuzzy -#~ msgid "/Script-Fu/Render/_Grid..." -#~ msgstr "/Script-Fu/Hesap/Devre..." - -#~ msgid "/Xtns/Script-Fu/Logos/Imigre-26..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Imigre-26..." - -#, fuzzy -#~ msgid "/Script-Fu/Render/Line _Nova..." -#~ msgstr "/Script-Fu/Hesap/Çizgi Nova..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Make Brush/Elli_ptical, Feathered..." -#~ msgstr "/Xtns/Script-Fu/Fırça Yap/Eliptik, Yumuşak Geçişli..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Make Brush/Re_ctangular, Feathered..." -#~ msgstr "/Xtns/Script-Fu/Fırça Yap/Dörtgen, Yumuşak Geçişli..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Make Brush/_Rectangular..." -#~ msgstr "/Xtns/Script-Fu/Fırça Yap/Dörtgen..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/N_eon..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Lamba..." - -#~ msgid "/Xtns/Script-Fu/Logos/Newsprint Text..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Gazete Metni..." - -#, fuzzy -#~ msgid "/Script-Fu/Decor/_Old Photo..." -#~ msgstr "/Script-Fu/Süs/Eski Resim..." - -#, fuzzy -#~ msgid "/Script-Fu/Shadow/_Perspective..." -#~ msgstr "/Script-Fu/Gölge/Perspektif..." - -#, fuzzy -#~ msgid "/Script-Fu/Alchemy/_Predator..." -#~ msgstr "/Script-Fu/Simya/Predatör..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Buttons/_Round Button..." -#~ msgstr "/Xtns/Script-Fu/Düğmeler/Yuvarlak Düğme..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Patterns/Render _Map..." -#~ msgstr "/Xtns/Script-Fu/Desenler/Harita Hesapla..." - -#, fuzzy -#~ msgid "/Script-Fu/Animators/_Rippling..." -#~ msgstr "/Script-Fu/Animatörler/Hafif Dalgalandır..." - -#, fuzzy -#~ msgid "/Script-Fu/Decor/_Round Corners..." -#~ msgstr "/Script-Fu/Süs/Yuvarlak Köşeler..." - -#, fuzzy -#~ msgid "/Script-Fu/Selection/To _Brush..." -#~ msgstr "/Script-Fu/Seçim/Fırçaya..." - -#, fuzzy -#~ msgid "/Script-Fu/Selection/To _Pattern..." -#~ msgstr "/Script-Fu/Seçim/Fırçaya..." - -#~ msgid "/Xtns/Script-Fu/Logos/SOTA Chrome..." -#~ msgstr "/Xtns/Script-Fu/Logolar/SOTA Krom..." - -#~ msgid "/Xtns/Script-Fu/Logos/Speed Text..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Hızlı Metin..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Misc/_Sphere..." -#~ msgstr "/Xtns/Script-Fu/Çeşitli/Küre..." - -#, fuzzy -#~ msgid "/Script-Fu/Animators/_Spinning Globe..." -#~ msgstr "/Script-Fu/Animatörler/Dönen Yerküre..." - -#, fuzzy -#~ msgid "/Script-Fu/Render/_Spyrogimp..." -#~ msgstr "/Script-Fu/Hesap/Devre..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Starb_urst..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Yıldız Patlaması..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Starb_urst..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Yıldız Patlaması..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/Sta_rscape..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Yıldızdelen..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/Sta_rscape..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Yıldızdelen..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Patterns/Swirl-_Tile..." -#~ msgstr "/Xtns/Script-Fu/Desenler/Dönen Döşeme..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Patterns/_Swirly..." -#~ msgstr "/Xtns/Script-Fu/Desenler/Dönen Döşeme..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/_Particle Trace..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Parçacık İzi..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/_Particle Trace..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Parçacık İzleri..." - -#~ msgid "/Xtns/Script-Fu/Logos/Text Circle..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Metin Çemberi..." - -#, fuzzy -#~ msgid "/Script-Fu/Alpha to Logo/_Textured..." -#~ msgstr "/Script-Fu/Alfadan Logoya/Kaplamalı..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Logos/_Textured..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Kaplamalı..." - -#~ msgid "/Xtns/Script-Fu/Logos/Web Title Header..." -#~ msgstr "/Xtns/Script-Fu/Logolar/Web Başlığı" - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Patterns/T_ruchet..." -#~ msgstr "/Xtns/Script-Fu/Desenler/Truchet..." - -#, fuzzy -#~ msgid "/Script-Fu/Alchemy/_Unsharp Mask..." -#~ msgstr "/Script-Fu/Simya/Maskeyi Yumuşat..." - -#, fuzzy -#~ msgid "/Script-Fu/Animators/_Waves..." -#~ msgstr "/Script-Fu/Animatörler/Dalgalar..." - -#, fuzzy -#~ msgid "/Script-Fu/Shadow/_Xach-Effect..." -#~ msgstr "/Script-Fu/Gölge/Xach-Etkisi..." - -#~ msgid "Re-read all available scripts" -#~ msgstr "Tüm programları tekrar oku" - -#, fuzzy -#~ msgid "Relative radius" -#~ msgstr "Göreli Yarıçap" - -#, fuzzy -#~ msgid "_About" -#~ msgstr "Hakkında" - -#~ msgid "DB Browser" -#~ msgstr "Veri Tabanı Tarayıcısı" - -#~ msgid "Blurb:" -#~ msgstr "Tanımlayıcı Yazı:" - -#~ msgid "In:" -#~ msgstr "içinde:" - -#~ msgid "Out:" -#~ msgstr "Dışında:" - -#~ msgid "Help:" -#~ msgstr "Yardım:" - -#~ msgid "Font Size (pixels)" -#~ msgstr "Yazıtipi Boyu (piksel)" - -#~ msgid "Text Color" -#~ msgstr "Metin Rengi" - -#~ msgid "Transparent Background" -#~ msgstr "Şeffaf Arkaplan" - -#~ msgid "Unable to open a stream on the SIOD output pipe" -#~ msgstr "SIOD çıkış veriyoluna akış açılamadı" - -#~ msgid "Unable to open the SIOD output pipe" -#~ msgstr "SIOD çıkış borusu açılamadı" - -#, fuzzy -#~ msgid "Blend gradient (sext)" -#~ msgstr "Harman Gradyanı (Metin)" - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Script-Fu _Console" -#~ msgstr "/Xtns/Script-Fu/Konsol..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/_Start Server..." -#~ msgstr "/Xtns/Script-Fu/Sunucu..." - -#, fuzzy -#~ msgid "/Xtns/Script-Fu/Patterns/_Swirly (tileable)..." -#~ msgstr "/Xtns/Script-Fu/Desenler/Hafif Dönüşlü (döşenebilir)..." - -#~ msgid "/Xtns/Web Browser/Developer FAQ" -#~ msgstr "/Xtns/Web Tarayıcı/Geliştirici ÇSS" - -#~ msgid "/Xtns/Web Browser/GIMP Bugs" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP Hataları" - -#~ msgid "/Xtns/Web Browser/GIMP Manual" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP Elkitabı" - -#~ msgid "/Xtns/Web Browser/GIMP News" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP Haberleri" - -#~ msgid "/Xtns/Web Browser/GIMP Tutorials" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP Eğitim Yazıları" - -#~ msgid "/Xtns/Web Browser/GIMP.ORG/Documenation" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/Belge" - -#~ msgid "/Xtns/Web Browser/GIMP.ORG/Download" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/İndir" - -#~ msgid "/Xtns/Web Browser/GIMP.ORG/GIMP Art" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/GIMP Sanatı" - -#~ msgid "/Xtns/Web Browser/GIMP.ORG/GTK" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/GTK" - -#~ msgid "/Xtns/Web Browser/GIMP.ORG/Links" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/Bağlantılar" - -#~ msgid "/Xtns/Web Browser/GIMP.ORG/Mailing Lists" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/E-Posta Listeleri" - -#~ msgid "/Xtns/Web Browser/GIMP.ORG/Resources" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/Kaynaklar" - -#~ msgid "/Xtns/Web Browser/GIMP.ORG/The GIMP" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/GIMP" - -#~ msgid "/Xtns/Web Browser/Gimp-Savvy.com" -#~ msgstr "/Xtns/Web Tarayıcı/Gimp-Savvy.com" - -#~ msgid "/Xtns/Web Browser/Grokking the GIMP" -#~ msgstr "/Xtns/Web Tarayıcı/GIMP.ORG/Grokking the GIMP" - -#~ msgid "/Xtns/Web Browser/User FAQ" -#~ msgstr "/Xtns/Web Tarayıcı/Kullanıcı ÇSS" - -#~ msgid "Fonts" -#~ msgstr "Yazıtipleri" - -#~ msgid "" -#~ "Burn-In: Need two layers in total!\n" -#~ " A foreground text layer with transparency\n" -#~ " and a background layer." -#~ msgstr "" -#~ "İçe Doğru Yan: Toplam iki katmana ihtiyaç var!\n" -#~ " Şeffaflığı olan önplan yazı katmanı\n" -#~ " ve bir arkaplan katmanı." - -#~ msgid "/Script-Fu/Render/Make Grid System..." -#~ msgstr "/Script-Fu/Hesap/Izgara Sistemi Yap..." - -#~ msgid "Grids X" -#~ msgstr "Izgara X" - -#~ msgid "Grids Y" -#~ msgstr "Izgara Y" - -#~ msgid "/Xtns/Script-Fu/Patterns/Trochoid..." -#~ msgstr "/Xtns/Script-Fu/Desenler/trochoid..." - -#~ msgid "Base Radius (pixels)" -#~ msgstr "Temel Yarıçap (piksel)" - -#~ msgid "Erase before Draw" -#~ msgstr "Çizmeden Önce Sil" - -#~ msgid "Pen Rad. / Wheel Rad. [0.0:1.0]" -#~ msgstr "Kalem Yarıçapı / Tekerlek Yarıçapı [0.0:1.0]" - -#~ msgid "Wheel Radius (hypo < 0 < epi)" -#~ msgstr "Tekerlek Yarıçapı (hipo < 0 < epi)" - -#~ msgid "" -#~ "At least one font you've choosen is invalid.\n" -#~ "Please check your settings.\n" -#~ msgstr "" -#~ "Seçtiğiniz yazıtiplerinden en az biri geçersiz.\n" -#~ "Lütfen ayarlarını kontrol edin.\n" - -#~ msgid "/Script-Fu/Animators/Selection to AnimImage..." -#~ msgstr "/Script-Fu/Animatörler/Seçimden AnimResim'e..." - -#~ msgid "Anim-Filter for all Copies" -#~ msgstr "Tüm Kopyalar İçin Anim-Filtre" - -#~ msgid "Fill with BG Color" -#~ msgstr "Arkaplan Rengiyle Doldur" - -#~ msgid "Number of Copies" -#~ msgstr "Kopya Sayısı" - -#~ msgid "DB Browser (init...)" -#~ msgstr "Veri Tabanı Tarayıcısı (başlıyor...)" - -#~ msgid "DB Browser (please wait)" -#~ msgstr "Veri Tabanı Tarayıcısı (Lütfen bekleyin)" - -#~ msgid "Reset to Defaults" -#~ msgstr "Öntanımlı Değerlere Döndür" +msgstr "_Cam Etkisi" diff -Nru gimp-2.6.11/po-tips/ca@valencia.po gimp-2.6.12/po-tips/ca@valencia.po --- gimp-2.6.11/po-tips/ca@valencia.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-tips/ca@valencia.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,19 +1,20 @@ -# translation of ca.po to Valencian (southern Catalan) -# Valencian (southern Catalan) translation of gimp-tips. +# translation of ca.po to Catalan +# Catalan translation of gimp-tips. # Copyright © 2004, 2006, 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the gimp package. # +# Softcatala , 2000-2008. +# Quim Perez i Noguer , 2005-2008. # Xavier Beà , 2004, 2006. -# Quim Perez i Noguer , 2006. -# Joaquim Perez , 2007. msgid "" msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-30 19:41+0200\n" +"POT-Creation-Date: 2010-10-29 00:27+0100\n" "PO-Revision-Date: 2007-10-14 11:46+0200\n" -"Last-Translator: Robert Millan \n" +"Last-Translator: Joaquim Perez \n" "Language-Team: Catalan \n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -30,8 +31,8 @@ "Amb l'eina Cubell de pintura, si l'utilitzeu prement Ctrlquan " "cliqueu per a omplir, utilitzareu el color de fons en comptes del color de " "primer pla. De la mateixa manera que amb l'eina Capturador de color podeu " -"prémer Ctrl quan cliqueu, per a obtenir el color de fons en comptes " -"del color de primer pla." +"prémer Ctrl quan cliqueu, per a obtindre el color de fons en " +"comptes del color de primer pla." #: ../data/tips/gimp-tips.xml.in.h:2 msgid "" @@ -69,7 +70,7 @@ "use the menus to do the same." msgstr "" "Si teniu una selecció flotant, abans d'operarar amb la imatge cal ancorar-" -"la, ja sigui en una nova capa o a l'última capa activa. Per fer-ho, cliqueu " +"la, ja siga en una nova capa o a l'última capa activa. Per fer-ho, cliqueu " "els botons "Nova capa" o "Ancora la capa" del diàleg de " "capes, o utilitzeu els menús." @@ -180,7 +181,7 @@ "Channel) or flatten it (Image→Flatten Image)." msgstr "" "No tots els efectes es poden aplicar a tots els tipus d'imatges. Els efectes " -"que no es puguen utilitzar estaran deshabilitats. Per activar-los potser us " +"que no es puguen utilitzar estaran deshabilitats. Per activar-los potser vos " "caldrà canviar el mode de la imatge a RGB (Imatge->Mode->RGB), afegir " "un canal alfa (Capes-> Transparència-> Afig canal alfa) o aplanar la " "imatge (Imatge->Aplana la imatge)." @@ -192,8 +193,9 @@ "tt> before making a selection subtracts from the current one." msgstr "" "Premeu i manteniu la tecla majúscules abans de fer una selecció i " -"us permetrà afegir la selecció actual en comptes de reemplaçar-la. Utilitzeu " -"Ctrl abans de fer una selecció per sostreure-la de l'actual." +"vos permetrà afegir la selecció actual en comptes de reemplaçar-la. " +"Utilitzeu Ctrl abans de fer una selecció per sostreure-la de " +"l'actual." #: ../data/tips/gimp-tips.xml.in.h:17 msgid "" @@ -218,7 +220,7 @@ "arrossega. Si això fa que es mogui la finestra serà perquè el vostre gestor " "de finestres ja fa servir la tecla Alt. La majoria de gestors de " "finestres es poden configurar perquè ignorin la tecla Alt o bé " -"perquè permetin substituir-la per la tecla Super ( o bé el «logotip " +"perquè permeten substituir-la per la tecla Super ( o bé el «logotip " "de Windows» )." #: ../data/tips/gimp-tips.xml.in.h:19 @@ -228,7 +230,7 @@ "selections." msgstr "" "Podeu crear i editar seleccions complexes utilitzant l'eina Camí. El diàleg " -"de camins us permet treballar en múltiples camins i convertir-los a " +"de camins vos permet treballar en múltiples camins i convertir-los a " "seleccions." #: ../data/tips/gimp-tips.xml.in.h:20 @@ -265,7 +267,7 @@ "You can get context-sensitive help for most of GIMP's features by pressing " "the F1 key at any time. This also works inside the menus." msgstr "" -"Podeu obtenir ajuda contextual per a la majoria de les característiques del " +"Podeu obtindre ajuda contextual per a la majoria de les característiques del " "GIMP prement la tecla F1 en qualsevol moment. Això també funciona dins els " "menús." @@ -318,16 +320,6 @@ "de la imatge. A continuació, canvieu la vostra selecció pintant la imatge i " "cliqueu el botó de nou per a tornar-la a convertir en una selecció normal." -#~ msgid "Welcome to the GNU Image Manipulation Program!" -#~ msgstr "Benvingut al programa de manipulació d'imatges de GNU!" - -#~ msgid "" -#~ "GIMP allows you to undo most changes to the image, so feel free to " -#~ "experiment." -#~ msgstr "" -#~ "El GIMP us permet desfer la majoria de canvis, així podeu experimentar " -#~ "sense por." - #~ msgid "" #~ "To create a circle-shaped selection, hold Shift while doing an " #~ "ellipse select. To place a circle precisely, drag horizontal and vertical " @@ -340,3 +332,13 @@ #~ "arrossegueu les guies horitzontals i verticals tangents al cercle que " #~ "voleu fer i a continuaciófeu el cercle a partir de la intersecció de les " #~ "guies." + +#~ msgid "Welcome to the GNU Image Manipulation Program!" +#~ msgstr "Benvingut al programa de manipulació d'imatges de GNU!" + +#~ msgid "" +#~ "GIMP allows you to undo most changes to the image, so feel free to " +#~ "experiment." +#~ msgstr "" +#~ "El GIMP us permet desfer la majoria de canvis, així podeu experimentar " +#~ "sense por." diff -Nru gimp-2.6.11/po-tips/el.po gimp-2.6.12/po-tips/el.po --- gimp-2.6.11/po-tips/el.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po-tips/el.po 2011-09-28 01:43:13.000000000 +0000 @@ -0,0 +1,132 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: gimp-tips.el.po\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-05-22 20:14+0000\n" +"PO-Revision-Date: 2011-07-01 16:36+0200\n" +"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <, 2011>\n" +"Language-Team: Ελληνική μεταφραστική ομάδα GNOME \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n !=1);\n" +"X-Poedit-Language: Greek\n" +"X-Poedit-Country: GREECE\n" + +#: ../data/tips/gimp-tips.xml.in.h:1 +msgid "Ctrl-click with the Bucket Fill tool to have it use the background color instead of the foreground color. Similarly, Ctrl-clicking with the eyedropper tool sets the background color instead of the foreground color." +msgstr "Ctrl-κλικ με το εργαλείο κουβά γεμίσματος για χρήση του χρώματος παρασκηνίου αντί για το χρώμα προσκηνίου. Παρόμοια, Ctrl-κλικ με το εργαλείο σταγονόμετρο ορίζει το χρώμα παρασκηνίου αντί για το χρώμα προσκηνίου." + +#: ../data/tips/gimp-tips.xml.in.h:2 +msgid "Ctrl-clicking on the layer mask's preview in the Layers dialog toggles the effect of the layer mask. Alt-clicking on the layer mask's preview in the Layers dialog toggles viewing the mask directly." +msgstr "Ctrl-κλικ στην προεπισκόπηση μάσκας στρώσης στο διάλογο στρώσεων εναλλάσσει το αποτέλεσμα της μάσκας στρώσης. Alt-κλικ στην προεπισκόπηση μάσκας στρώσης στο διάλογο στρώσεων εναλλάσσει την προβολή της μάσκας άμεσα." + +#: ../data/tips/gimp-tips.xml.in.h:3 +msgid "Ctrl-drag with the Rotate tool will constrain the rotation to 15 degree angles." +msgstr "Ctrl-σύρσιμο με το εργαλείο περιστροφή θα περιορίσει τη στροφή σε γωνίες 15 μοιρών." + +#: ../data/tips/gimp-tips.xml.in.h:4 +msgid "Shift-click on the eye icon in the Layers dialog to hide all layers but that one. Shift-click again to show all layers." +msgstr "Shift-κλικ στο εικονίδιο ματιού στο διάλογο στρώσεων για απόκρυψη όλων των στρώσεων πλην μιας. Shift-κλικ ξανά για εμφάνιση όλων των στρώσεων." + +#: ../data/tips/gimp-tips.xml.in.h:5 +msgid "A floating selection must be anchored to a new layer or to the last active layer before doing other operations on the image. Click on the "New Layer" or the "Anchor Layer" button in the Layers dialog, or use the menus to do the same." +msgstr "Μια αιωρούμενη επιλογή πρέπει να αγκυρωθεί σε μια νέα στρώση ή στην τελευταία ενεργή στρώση πριν να γίνουν άλλες λειτουργίες στην εικόνα. Κλικ στο "Νέα στρώση" ή το κουμπί "Αγκίστρωση στρώσης" στο διάλογο στρώσεων ή χρησιμοποιήστε τα μενού για να κάνετε το ίδιο." + +#: ../data/tips/gimp-tips.xml.in.h:6 +msgid "After you enabled "Dynamic Keyboard Shortcuts" in the Preferences dialog, you can reassign shortcut keys. Do so by bringing up the menu, selecting a menu item, and pressing the desired key combination. If "Save Keyboard Shortcuts" is enabled, the key bindings are saved when you exit GIMP. You should probably disable "Dynamic Keyboard Shortcuts" afterwards, to prevent accidentally assigning/reassigning shortcuts." +msgstr "Μετά την ενεργοποίηση "δυναμικές συντομεύσεις πληκτρολογίου" δτο διάλογο προτιμήσεων, μπορείτε να ξανααποδώσετε τα πλήκτρα συντόμευσης. Αυτό γίνεται εμφανίζοντας το μενού, επιλέγοντας ένα στοιχείο μενού και πιέζοντας τον επιθυμητό συνδυασμό πλήκτρων. Εάν το "αποθήκευση συντομεύσεων πληκτρολογίου" έχει ενεργοποιηθεί, οι δεσμεύσεις πληκτρολογίου αποθηκεύονται με την έξοδο από το GIMP. Θα πρέπει να απενεργοποιήσετε το "δυναμικές συντομεύσεις πληκτρολογίου"κατόπιν για αποφυγή τυχαίων αποδώσεων/ξανααποδώσεων συντομεύσεων." + +#: ../data/tips/gimp-tips.xml.in.h:7 +msgid "Click and drag on a ruler to place a guide on an image. All dragged selections will snap to the guides. You can remove guides by dragging them off the image with the Move tool." +msgstr "Κλικ και σύρσιμο σε χάρακα για τοποθέτηση οδηγού σε εικόνα. Όλες οι συρμένες επιλογές θα προσκολληθούν στους οδηγούς. Μπορείτε να αφαιρέσετε τους οδηγούς σύροντας τους εκτός εικόνας με το εργαλείο μετακίνησης." + +#: ../data/tips/gimp-tips.xml.in.h:8 +msgid "GIMP supports gzip compression on the fly. Just add .gz (or .bz2, if you have bzip2 installed) to the filename and your image will be saved compressed. Of course loading compressed images works too." +msgstr "Το GIMP υποστηρίζει συμπίεση gzip εν κινήσει. Απλά προσθέστε .gz.bz2, εάν έχετε εγκαταστήσει bzip2) στο όνομα αρχείου και η εικόνα σας θα αποθηκευτεί συμπιεσμένη. Φυσικά η φόρτωση συμπιεσμένων εικόνων δουλεύει επίσης." + +#: ../data/tips/gimp-tips.xml.in.h:9 +msgid "GIMP uses layers to let you organize your image. Think of them as a stack of slides or filters, such that looking through them you see a composite of their contents." +msgstr "Το GIMP χρησιμοποιεί στρώσεις για να οργανώσετε την εικόνα σας. Σκεφτείτε τες ως μία στοίβα διαφανειών ή φίλτρων, έτσι κοιτώντας μέσα από αυτές βλέπετε μια σύνθετη από τα περιεχόμενα τους." + +#: ../data/tips/gimp-tips.xml.in.h:10 +msgid "If a layer's name in the Layers dialog is displayed in bold, this layer doesn't have an alpha-channel. You can add an alpha-channel using Layer→Transparency→Add Alpha Channel." +msgstr "Εάν το όνομα στρώσης στο διάλογο στρώσεων εμφανίζεται σε έντονα, αυτή η στρώση δεν έχει κανάλι άλφα. Μπορείτε να προσθέσετε ένα άλφα κανάλι χρησιμοποιώντας Στρώση→Διαφάνεια→Προσθήκη καναλιού άλφα" + +#: ../data/tips/gimp-tips.xml.in.h:11 +msgid "If some of your scanned photos do not look colorful enough, you can easily improve their tonal range with the "Auto" button in the Levels tool (Colors→Levels). If there are any color casts, you can correct them with the Curves tool (Colors→Curves)." +msgstr "Εάν μερικές από τις σαρωμένες σας φωτογραφίες δεν δείχνουν αρκετά χρωματιστές, μπορείτε εύκολα να βελτιώσετε την τονική τους περιοχή με το κουμπί "Αυτόματο" στο εργαλείο σταθμών (Χρώματα→Στάθμες). Εάν υπάρχουν αποχρώσεις, μπορείτε να τις διορθώσετε με το εργαλείο καμπυλών (Χρώματα→Καμπύλες)." + +#: ../data/tips/gimp-tips.xml.in.h:12 +msgid "If you stroke a path (Edit→Stroke Path), the paint tools can be used with their current settings. You can use the Paintbrush in gradient mode or even the Eraser or the Smudge tool." +msgstr "Εάν βάψετε ένα μονοπάτι (Επεξεργασία→Περίγραμμα μονοπατιού), τα εργαλεία βαφής (ζωγραφικής) μπορούν να χρησιμοποιηθούν με τις τρέχουσες ρυθμίσεις τους. Μπορείτε να χρησιμοποιήσετε το πινέλο σε κατάσταση διαβάθμισης ή ακόμα τη γόμα ή το εργαλείο μουτζουρώματος." + +#: ../data/tips/gimp-tips.xml.in.h:13 +msgid "If your screen is too cluttered, you can press Tab in an image window to toggle the visibility of the toolbox and other dialogs." +msgstr "Εάν η οθόνη σας είναι υπερβολικά ακατάστατη, μπορείτε να πατήσετε Tab στο παράθυρο εικόνας για εναλλαγή ορατότητας της κύριας εργαλειοθήκης και άλλων διαλόγων." + +#: ../data/tips/gimp-tips.xml.in.h:14 +msgid "Most plug-ins work on the current layer of the current image. In some cases, you will have to merge all layers (Image→Flatten Image) if you want the plug-in to work on the whole image." +msgstr "Τα περισσότερα πρόσθετα δουλεύουν στην τρέχουσα στρώση της τρέχουσας εικόνας. Στις περισσότερες περιπτώσεις, πρέπει να συγχωνεύσετε όλες τις στρώσεις (Εικόνα→Ισοπέδωση εικόνας), εάν θέλετε το πρόσθετο να δουλέψει σε όλη την εικόνα." + +#: ../data/tips/gimp-tips.xml.in.h:15 +msgid "Not all effects can be applied to all kinds of images. This is indicated by a grayed-out menu-entry. You may need to change the image mode to RGB (Image→Mode→RGB), add an alpha-channel (Layer→Transparency→Add Alpha Channel) or flatten it (Image→Flatten Image)." +msgstr "Δεν μπορούν να εφαρμοστούν όλα τα εφέ σε όλα τα είδη των εικόνων. Αυτό φαίνεται από μια αχνή είσοδο μενού. Μπορεί να χρειαστεί να αλλάξετε την κατάσταση εικόνας σε RGB (Εικόνα→Τύπος χρωμάτων→RGB), να προσθέσετε ένα άλφα κανάλι (Στρώση→Διαφάνεια→Προσθήκη καναλιού άλφα) ή να την ισοπεδώσετε (Εικόνα→Ισοπέδωση εικόνας)." + +#: ../data/tips/gimp-tips.xml.in.h:16 +msgid "Pressing and holding the Shift key before making a selection allows you to add to the current selection instead of replacing it. Using Ctrl before making a selection subtracts from the current one." +msgstr "Πιέζοντας και κρατώντας το πλήκτρο Shift πριν την δημιουργία επιλογής, σας επιτρέπει να προσθέσετε στην τρέχουσα επιλογή αντί να την αντικαταστήσετε. Χρησιμοποιώντας Ctrl πριν την επιλογή αφαιρεί από την τρέχουσα επιλογή." + +#: ../data/tips/gimp-tips.xml.in.h:17 +msgid "When you save an image to work on it again later, try using XCF, GIMP's native file format (use the file extension .xcf). This preserves the layers and every aspect of your work-in-progress. Once a project is completed, you can save it as JPEG, PNG, GIF, ..." +msgstr "Όταν αποθηκεύετε μια εικόνα για να την ξαναδουλέψετε αργότερα, δοκιμάστε τη χρήση του εγγενούς τύπου αρχείου XCF του GIMP (χρησιμοποιήστε την επέκταση αρχείου .xcf). Αυτό διατηρεί τις στρώσεις και κάθε πτυχή της δουλειάς σας σε εξέλιξη. Όταν τελειώσει το έργο, μπορείτε να την αποθηκεύσετε ως JPEG, PNG, GIF, ..." + +#: ../data/tips/gimp-tips.xml.in.h:18 +msgid "You can adjust or move a selection by using Alt-drag. If this makes the window move, your window manager uses the Alt key already. Most window managers can be configured to ignore the Alt key or to use the Super key (or \"Windows logo\") instead." +msgstr "Μπορείτε να ρυθμίσετε ή να μετακινήσετε μια επιλογή χρησιμοποιώντας Alt-σύρσιμο. Εάν αυτό μετακινεί το παράθυρο, ο διαχειριστής παραθύρου χρησιμοποιεί το πλήκτρο Alt ήδη. Οι περισσότεροι διαχειριστές παραθύρου μπορούν να τροποποιηθούν για να αγνοήσουν το πλήκτρο Alt ή να χρησιμοποιήσουν το πλήκτρο Super (ή \"λογότυπος των Windows\") στη θέση του." + +#: ../data/tips/gimp-tips.xml.in.h:19 +msgid "You can create and edit complex selections using the Path tool. The Paths dialog allows you to work on multiple paths and to convert them to selections." +msgstr "Μπορείτε να δημιουργήσετε και να επεξεργαστείτε σύνθετες επιλογές χρησιμοποιώντας το εργαλείο μονοπατιού. Ο διάλογος μονοπατιών σας επιτρέπει να εργαστείτε σε πολλαπλά μονοπάτια και να τα μετατρέψετε σε επιλογές." + +#: ../data/tips/gimp-tips.xml.in.h:20 +msgid "You can drag a layer from the Layers dialog and drop it onto the toolbox. This will create a new image containing only that layer." +msgstr "Μπορείτε να σύρετε μια στρώση από το διάλογο στρώσεων και να την εναποθέσετε στην εργαλειοθήκη. Αυτό θα δημιουργήσει μια νέα εικόνα που περιέχει μόνο αυτήν τη στρώση." + +#: ../data/tips/gimp-tips.xml.in.h:21 +msgid "You can drag and drop many things in GIMP. For example, dragging a color from the toolbox or from a color palette and dropping it into an image will fill the current selection with that color." +msgstr "Μπορείτε να σύρετε και να εναποθέσετε πολλά πράγματα στο GIMP. Π.χ., σύρσιμο ενός χρώματος από την εργαλειοθήκη ή από μια χρωματική παλέτα και εναπόθεση της στην εικόνα θα γεμίσει την τρέχουσα επιλογή με αυτό το χρώμα." + +#: ../data/tips/gimp-tips.xml.in.h:22 +msgid "You can draw simple squares or circles using Edit→Stroke Selection. It strokes the edge of your current selection. More complex shapes can be drawn using the Path tool or with Filters→Render→Gfig." +msgstr "Μπορείτε να σχεδιάσετε απλά τετράγωνα ή κύκλους χρησιμοποιώντας την επιλογή Επεξεργασία→Περίγραμμα επιλογής. Βάφει την ακμή της τρέχουσας επιλογής. Πιο σύνθετα σχήματα μπορούν να σχεδιαστούν χρησιμοποιώντας το εργαλείο μονοπάτι ή με Φίλτρα→Σχεδίαση→Gfig." + +#: ../data/tips/gimp-tips.xml.in.h:23 +msgid "You can get context-sensitive help for most of GIMP's features by pressing the F1 key at any time. This also works inside the menus." +msgstr "Μπορείτε να πάρετε εξειδικευμένη βοήθεια για τα χαρακτηριστικά του GIMP πιέζοντας το πλήκτρο F1 οποτεδήποτε. Αυτό επίσης δουλεύει μες τα μενού." + +#: ../data/tips/gimp-tips.xml.in.h:24 +msgid "You can perform many layer operations by right-clicking on the text label of a layer in the Layers dialog." +msgstr "Μπορείτε να κάνετε πολλές λειτουργίες στρώσης με δεξί κλικ στην ετικέτα κειμένου της στρώσης στο διάλογο στρώσεων." + +#: ../data/tips/gimp-tips.xml.in.h:25 +msgid "You can save a selection to a channel (Select→Save to Channel) and then modify this channel with any paint tools. Using the buttons in the Channels dialog, you can toggle the visibility of this new channel or convert it to a selection." +msgstr "Μπορείτε να αποθηκεύσετε μια επιλογή σε κανάλι (Επιλογή→Αποθήκευση σε κανάλι) και έπειτα να τροποποιήσετε αυτό το κανάλι με οποιοδήποτε εργαλείο βαφής (ζωγραφικής). Χρησιμοποιώντας τα κουμπιά στο διάλογο καναλιών, μπορείτε να εναλλάξετε την ορατότητα αυτού του νέου καναλιού ή να τη μετατρέψετε σε επιλογή." + +#: ../data/tips/gimp-tips.xml.in.h:26 +msgid "You can use Ctrl-Tab to cycle through all layers in an image (if your window manager doesn't trap those keys...)." +msgstr "Μπορείτε να χρησιμοποιήσετε Ctrl-Tab για να περιηγηθείτε όλες τις στρώσεις σε μια εικόνα (εάν ο διαχειριστής παραθύρου σας δεν παγιδεύσει αυτά τα πλήκτρα...)." + +#: ../data/tips/gimp-tips.xml.in.h:27 +msgid "You can use the middle mouse button to pan around the image (or optionally hold Spacebar while you move the mouse)." +msgstr "Μπορείτε να χρησιμοποιήσετε το μεσαίο πλήκτρο του ποντικιού για να εστιάσετε γύρω από την εικόνα (ή προαιρετικά κρατήστε πατημένο το πλήκτρο διαστήματος ενώ μετακινείται το ποντίκι)." + +#: ../data/tips/gimp-tips.xml.in.h:28 +msgid "You can use the paint tools to change the selection. Click on the "Quick Mask" button at the bottom left of an image window. Change your selection by painting in the image and click on the button again to convert it back to a normal selection." +msgstr "Μπορείτε να χρησιμοποιήσετε τα εργαλεία βαφής (ζωγραφικής) για αλλαγή επιλογής. Πατήστε στο κουμπί "γρήγορη μάσκα" κάτω αριστερά στο παράθυρο εικόνας. Αλλάξτε την επιλογή σας βάφοντας την εικόνα και πατήστε στο κουμπί ξανά για να την μετατρέψετε πάλι σε κανονική επιλογή." + diff -Nru gimp-2.6.11/po-tips/es.po gimp-2.6.12/po-tips/es.po --- gimp-2.6.11/po-tips/es.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-tips/es.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,19 +1,20 @@ -# translation of gimp-tips.HEAD.po to Spanish -# Copyright © 2003, 2007 Free Software Foundation, Inc. +# translation of gimp-tips.gimp-2-6.po to Español +# Copyright © 2003, 2007, 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the gimp 1.3.X package. # # Pablo G. del Campo , 2003, 2004. # Francisco Javier F. Serrador , 2003, 2004, 2005. -# Francisco Vila , 2006, 2007. +# Francisco Vila , 2006, 2007, 2011. # Jorge González , 2007. msgid "" msgstr "" -"Project-Id-Version: gimp-tips.HEAD.es\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-30 17:19+0100\n" -"PO-Revision-Date: 2007-09-16 11:16+0200\n" -"Last-Translator: Jorge González \n" -"Language-Team: Spanish \n" +"Project-Id-Version: gimp-tips.gimp-2-6\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&component=general\n" +"POT-Creation-Date: 2011-01-20 19:52+0000\n" +"PO-Revision-Date: 2011-01-21 00:28+0100\n" +"Last-Translator: Francisco Vila \n" +"Language-Team: Español \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,10 +22,6 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../data/tips/gimp-tips.xml.in.h:1 -msgid "Welcome to the GNU Image Manipulation Program!" -msgstr "¡Bienvenido al programa de manipulación de imágenes de GNU!" - -#: ../data/tips/gimp-tips.xml.in.h:2 msgid "" "Ctrl-click with the Bucket Fill tool to have it use the background " "color instead of the foreground color. Similarly, Ctrl-clicking " @@ -33,10 +30,10 @@ msgstr "" "Presione Ctrl y pulse con la herramienta de «Cubo de relleno» para " "que ésta utilice el color de fondo en lugar del color de frente. De forma " -"similar, presione Ctrl y pulse con la herramienta «Cuentagotas» " -"para establecer el color de fondo en lugar del color de frente." +"similar, presione Ctrl y pulse con la herramienta «Cuentagotas» para " +"establecer el color de fondo en lugar del color de frente." -#: ../data/tips/gimp-tips.xml.in.h:3 +#: ../data/tips/gimp-tips.xml.in.h:2 msgid "" "Ctrl-clicking on the layer mask's preview in the Layers dialog " "toggles the effect of the layer mask. Alt-clicking on the layer " @@ -47,7 +44,7 @@ "Presione Alt y pulse sobre la vista previa de la máscara de capa en " "el diálogo de capas para ver u ocultar la máscara directamente." -#: ../data/tips/gimp-tips.xml.in.h:4 +#: ../data/tips/gimp-tips.xml.in.h:3 msgid "" "Ctrl-drag with the Rotate tool will constrain the rotation to 15 " "degree angles." @@ -55,7 +52,7 @@ "Presionando Ctrl mientras arrastra con la herramienta de «Rotación» " "limitará la rotación a ángulos de 15 grados." -#: ../data/tips/gimp-tips.xml.in.h:5 +#: ../data/tips/gimp-tips.xml.in.h:4 msgid "" "Shift-click on the eye icon in the Layers dialog to hide all layers " "but that one. Shift-click again to show all layers." @@ -64,7 +61,7 @@ "«Capas» para ocultar todas las capas menos la seleccionada. Presione " "Mayús. y pulse otra vez en él para mostrar todas las capas." -#: ../data/tips/gimp-tips.xml.in.h:6 +#: ../data/tips/gimp-tips.xml.in.h:5 msgid "" "A floating selection must be anchored to a new layer or to the last active " "layer before doing other operations on the image. Click on the "New " @@ -76,7 +73,7 @@ "botones «Capa nueva» o en el botón «Anclar capa» en el diálogo de «Capas» o " "utilice los menús para hacer lo mismo." -#: ../data/tips/gimp-tips.xml.in.h:7 +#: ../data/tips/gimp-tips.xml.in.h:6 msgid "" "After you enabled "Dynamic Keyboard Shortcuts" in the Preferences " "dialog, you can reassign shortcut keys. Do so by bringing up the menu, " @@ -94,7 +91,7 @@ "después «Combinaciones de teclas dinámicas» para evitar la asignación y " "reasignación accidental de combinaciones de teclas." -#: ../data/tips/gimp-tips.xml.in.h:8 +#: ../data/tips/gimp-tips.xml.in.h:7 msgid "" "Click and drag on a ruler to place a guide on an image. All dragged " "selections will snap to the guides. You can remove guides by dragging them " @@ -104,15 +101,7 @@ "Todas las selecciones arrastradas se ajustarán a las guías. Puede quitar las " "guías arrastrándolas fuera de la imagen utilizando la herramienta «Mover»." -#: ../data/tips/gimp-tips.xml.in.h:9 -msgid "" -"GIMP allows you to undo most changes to the image, so feel free to " -"experiment." -msgstr "" -"GIMP le permite deshacer la mayoría de los cambios a la imagen, así que " -"siéntase libre para experimentar." - -#: ../data/tips/gimp-tips.xml.in.h:10 +#: ../data/tips/gimp-tips.xml.in.h:8 msgid "" "GIMP supports gzip compression on the fly. Just add .gz (or ." "bz2, if you have bzip2 installed) to the filename and your image will " @@ -123,7 +112,7 @@ "guardará comprimida. Por supuesto la carga de imágenes comprimidas también " "funciona." -#: ../data/tips/gimp-tips.xml.in.h:11 +#: ../data/tips/gimp-tips.xml.in.h:9 msgid "" "GIMP uses layers to let you organize your image. Think of them as a stack of " "slides or filters, such that looking through them you see a composite of " @@ -133,7 +122,7 @@ "una pila de diapositivas o filtros, de modo que al mirar a través de ellos " "se ve una composición de su contenido." -#: ../data/tips/gimp-tips.xml.in.h:12 +#: ../data/tips/gimp-tips.xml.in.h:10 msgid "" "If a layer's name in the Layers dialog is displayed in bold, this " "layer doesn't have an alpha-channel. You can add an alpha-channel using " @@ -143,7 +132,7 @@ "b>, esta capa no tiene un canal alfa. Puede añadir un canal alfa usando Capa " "→ Transparencia → Añadir canal alfa." -#: ../data/tips/gimp-tips.xml.in.h:13 +#: ../data/tips/gimp-tips.xml.in.h:11 msgid "" "If some of your scanned photos do not look colorful enough, you can easily " "improve their tonal range with the "Auto" button in the Levels " @@ -155,7 +144,7 @@ "herramienta de niveles (Capa → Colores → Niveles). Si hay conversiones de " "color puede corregirlas con la herramienta Curvas (Capa → Colores → Curvas)." -#: ../data/tips/gimp-tips.xml.in.h:14 +#: ../data/tips/gimp-tips.xml.in.h:12 msgid "" "If you stroke a path (Edit→Stroke Path), the paint tools can be used with " "their current settings. You can use the Paintbrush in gradient mode or even " @@ -165,7 +154,7 @@ "ser utilizadas con sus configuraciones actuales. Puede usar el pincel en el " "modo de degradado e incluso el borrador o la herramienta de emborronado." -#: ../data/tips/gimp-tips.xml.in.h:15 +#: ../data/tips/gimp-tips.xml.in.h:13 msgid "" "If your screen is too cluttered, you can press Tab in an image " "window to toggle the visibility of the toolbox and other dialogs." @@ -174,7 +163,7 @@ "varias veces en la ventana de una imagen para ocultar o mostrar la barra de " "herramientas y otros diálogos." -#: ../data/tips/gimp-tips.xml.in.h:16 +#: ../data/tips/gimp-tips.xml.in.h:14 msgid "" "Most plug-ins work on the current layer of the current image. In some cases, " "you will have to merge all layers (Image→Flatten Image) if you want the plug-" @@ -185,7 +174,7 @@ "Aplanar la imagen) si quiere que el complemento funcione sobre toda la " "imagen." -#: ../data/tips/gimp-tips.xml.in.h:17 +#: ../data/tips/gimp-tips.xml.in.h:15 msgid "" "Not all effects can be applied to all kinds of images. This is indicated by " "a grayed-out menu-entry. You may need to change the image mode to RGB " @@ -197,7 +186,7 @@ "modo de la imagen a RGB (Imagen → Modo → RGB), agregar un canal alfa (Capa → " "Agregar canal alfa) o aplanarla (Imagen → Aplanar la imagen)." -#: ../data/tips/gimp-tips.xml.in.h:18 +#: ../data/tips/gimp-tips.xml.in.h:16 msgid "" "Pressing and holding the Shift key before making a selection allows " "you to add to the current selection instead of replacing it. Using CtrlCtrl antes de hacer una selección sustrae de la selección actual." -#: ../data/tips/gimp-tips.xml.in.h:19 -msgid "" -"To create a circle-shaped selection, hold Shift while doing an " -"ellipse select. To place a circle precisely, drag horizontal and vertical " -"guides tangent to the circle you want to select, place your cursor at the " -"intersection of the guides, and the resulting selection will just touch the " -"guides." -msgstr "" -"Para crear una selección de forma circular, mantenga pulsada la tecla " -"Mayús. mientras realiza una selección de tipo elíptico. Para " -"colocar un círculo con precisión arrastre las guías horizontales y " -"verticales tangentes a la circunferencia que desea seleccionar, coloque su " -"cursor en la intersección de las guías y la selección resultante sólo tocará " -"las guías." - -#: ../data/tips/gimp-tips.xml.in.h:20 +#: ../data/tips/gimp-tips.xml.in.h:17 msgid "" "When you save an image to work on it again later, try using XCF, GIMP's " "native file format (use the file extension .xcf). This preserves " @@ -235,7 +209,7 @@ "trabajo. Una vez que su proyecto esté terminado puede guardarla como JPEG, " "PNG, GIF..." -#: ../data/tips/gimp-tips.xml.in.h:21 +#: ../data/tips/gimp-tips.xml.in.h:18 msgid "" "You can adjust or move a selection by using Alt-drag. If this makes " "the window move, your window manager uses the Alt key already. Most " @@ -244,11 +218,11 @@ msgstr "" "Puede ajustar y recolocar una selección utilizando Alt y " "arrastrando. Si esto hace que la ventana se mueva, su administrador de " -"ventanas ya utiliza la tecla Alt. La mayor parte de los " -"gestores de ventanas se pueden configurar para que ignoren la tecla Alt " -"o para que usen la tecla Super (o «tecla de Windows») en su lugar." +"ventanas ya utiliza la tecla Alt. La mayor parte de los gestores de " +"ventanas se pueden configurar para que ignoren la tecla Alt o para " +"que usen la tecla Super (o «tecla de Windows») en su lugar." -#: ../data/tips/gimp-tips.xml.in.h:22 +#: ../data/tips/gimp-tips.xml.in.h:19 msgid "" "You can create and edit complex selections using the Path tool. The Paths " "dialog allows you to work on multiple paths and to convert them to " @@ -258,15 +232,15 @@ "diálogo de «Rutas» le permite trabajar sobre múltiples rutas y convertirlas " "en selecciones." -#: ../data/tips/gimp-tips.xml.in.h:23 +#: ../data/tips/gimp-tips.xml.in.h:20 msgid "" "You can drag a layer from the Layers dialog and drop it onto the toolbox. " "This will create a new image containing only that layer." msgstr "" -"Puede arrastrar una capa desde el diálogo de «Capas» y soltarla sobre la " -"caja de herramientas. Esto creará una imagen nueva conteniendo sólo esa capa." +"Puede arrastrar una capa desde el diálogo de «Capas» y soltarla sobre la caja " +"de herramientas. Esto creará una imagen nueva conteniendo sólo esa capa." -#: ../data/tips/gimp-tips.xml.in.h:24 +#: ../data/tips/gimp-tips.xml.in.h:21 msgid "" "You can drag and drop many things in GIMP. For example, dragging a color " "from the toolbox or from a color palette and dropping it into an image will " @@ -277,7 +251,7 @@ "colores y soltarlo sobre una imagen rellenará la imagen actual o la " "selección con ese color." -#: ../data/tips/gimp-tips.xml.in.h:25 +#: ../data/tips/gimp-tips.xml.in.h:22 msgid "" "You can draw simple squares or circles using Edit→Stroke Selection. It " "strokes the edge of your current selection. More complex shapes can be drawn " @@ -288,7 +262,7 @@ "formas más complejas utilizando la herramienta «Ruta» o con " "Filtros→Renderizar→Gfig." -#: ../data/tips/gimp-tips.xml.in.h:26 +#: ../data/tips/gimp-tips.xml.in.h:23 msgid "" "You can get context-sensitive help for most of GIMP's features by pressing " "the F1 key at any time. This also works inside the menus." @@ -297,7 +271,7 @@ "características de GIMP pulsando la tecla F1 en cualquier momento. Esto " "también funciona dentro de los menús." -#: ../data/tips/gimp-tips.xml.in.h:27 +#: ../data/tips/gimp-tips.xml.in.h:24 msgid "" "You can perform many layer operations by right-clicking on the text label of " "a layer in the Layers dialog." @@ -305,7 +279,7 @@ "Puede realizar muchas operaciones de capas pulsando con el botón derecho " "sobre la etiqueta de texto de una capa en el diálogo «Capas»." -#: ../data/tips/gimp-tips.xml.in.h:28 +#: ../data/tips/gimp-tips.xml.in.h:25 msgid "" "You can save a selection to a channel (Select→Save to Channel) and then " "modify this channel with any paint tools. Using the buttons in the Channels " @@ -317,7 +291,7 @@ "botones del diálogo puede activar la visibilidad de este canal nuevo o " "convertirlo en una selección." -#: ../data/tips/gimp-tips.xml.in.h:29 +#: ../data/tips/gimp-tips.xml.in.h:26 msgid "" "You can use Ctrl-Tab to cycle through all layers in an " "image (if your window manager doesn't trap those keys...)." @@ -326,7 +300,7 @@ "capas en una imagen (si su administrador de ventanas no tiene tomadas estas " "teclas...)." -#: ../data/tips/gimp-tips.xml.in.h:30 +#: ../data/tips/gimp-tips.xml.in.h:27 msgid "" "You can use the middle mouse button to pan around the image (or optionally " "hold Spacebar while you move the mouse)." @@ -335,7 +309,7 @@ "(opcionalmente, mantenga pulsada la barra espaciadora mientras " "mueve el ratón)." -#: ../data/tips/gimp-tips.xml.in.h:31 +#: ../data/tips/gimp-tips.xml.in.h:28 msgid "" "You can use the paint tools to change the selection. Click on the "" "Quick Mask" button at the bottom left of an image window. Change your " @@ -347,4 +321,3 @@ "izquierda de la ventana de la imagen. Cambie su selección pintando sobre la " "imagen y pulse otra vez sobre el botón para convertirla de nuevo en una " "selección normal." - diff -Nru gimp-2.6.11/po-tips/ja.po gimp-2.6.12/po-tips/ja.po --- gimp-2.6.11/po-tips/ja.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-tips/ja.po 2012-01-31 13:50:16.000000000 +0000 @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: gimp gimp-2-6\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=gimp&component=Internationalisation\n" -"POT-Creation-Date: 2009-10-03 21:36+0900\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-11-17 16:14+0000\n" "PO-Revision-Date: 2009-09-28 22:55+0900\n" "Last-Translator: Nishibori Kiyotaka \n" "Language-Team: Japanese \n" @@ -84,7 +84,7 @@ "カットキーの割当てを変えることができるよ。(ショートカットキーの割当てを変え" "るには、環境設定ダイアログで "ユーザーインターフェース" の中の " ""キーボードショートカット設定" をクリックするか、画像ウィンドウメ" -"ニューの 編集 -> キーボードショートカット をクリックしてね。) どんなメ" +"ニューの 編集 -> キーボードショートカット をクリックしてね。) どんなメ" "ニューでもまずそのメニューを呼び出して、メニューにカーソルを当てた状態で、新" "しく割り当てるキーの組合せを押すだけで良いんだ。 環境設定ダイアログで "" "終了時にキーボードショートカットを保存" ("ユーザーインタフェース" diff -Nru gimp-2.6.11/po-tips/LINGUAS gimp-2.6.12/po-tips/LINGUAS --- gimp-2.6.11/po-tips/LINGUAS 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-tips/LINGUAS 2012-01-31 13:50:16.000000000 +0000 @@ -9,6 +9,7 @@ da de dz +el en_CA en_GB eo @@ -29,6 +30,7 @@ km ko lt +lv mk mr ms @@ -49,6 +51,7 @@ sr sr@latin sv +tr uk vi zh_CN diff -Nru gimp-2.6.11/po-tips/lv.po gimp-2.6.12/po-tips/lv.po --- gimp-2.6.11/po-tips/lv.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po-tips/lv.po 2012-01-31 13:50:16.000000000 +0000 @@ -0,0 +1,303 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&k" +"eywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-07-28 18:57+0000\n" +"PO-Revision-Date: 2011-08-02 15:39+0300\n" +"Last-Translator: Rūdofls Mazurs \n" +"Language-Team: Latvian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/tips/gimp-tips.xml.in.h:1 +msgid "" +"Ctrl-click with the Bucket Fill tool to have it use the background " +"color instead of the foreground color. Similarly, Ctrl-clicking " +"with the eyedropper tool sets the background color instead of the foreground " +"color." +msgstr "" +"Lietojot aizpildīšanas rīku, pieturiet Ctrl taustiņu, lai " +"aizpildītu ar fona, nevis priekšplāna krāsu. Līdzīgi, kad aktīvs krāsu " +"pipetes rīks, Ctrl+klikšķis iestata fona krāsu." + +#: ../data/tips/gimp-tips.xml.in.h:2 +msgid "" +"Ctrl-clicking on the layer mask's preview in the Layers dialog " +"toggles the effect of the layer mask. Alt-clicking on the layer " +"mask's preview in the Layers dialog toggles viewing the mask directly." +msgstr "" +"Ctrl+klikšķis uz slāņa maskas ikonas slāņu dialogā atslēdz un " +"ieslēdz maskas efektu. Savukārt Alt+klikšķis pārslēdz maskas un " +"slāņa skatu." + +#: ../data/tips/gimp-tips.xml.in.h:3 +msgid "" +"Ctrl-drag with the Rotate tool will constrain the rotation to 15 " +"degree angles." +msgstr "" +"Lietojot pagriešanas rīku, pieturiet Ctrl taustiņu, lai pagrieztu " +"ar 15 grādu soli." + +#: ../data/tips/gimp-tips.xml.in.h:4 +msgid "" +"Shift-click on the eye icon in the Layers dialog to hide all layers " +"but that one. Shift-click again to show all layers." +msgstr "" +"Veiciet Shift+klikšķi uz acs ikonas slāņu dialogā, lai paslēptu " +"visus pārējos slāņus. Atkārtojiet Shift+klikšķi. lai padarītu visus " +"slāņus redzamus." + +#: ../data/tips/gimp-tips.xml.in.h:5 +msgid "" +"A floating selection must be anchored to a new layer or to the last active " +"layer before doing other operations on the image. Click on the "New " +"Layer" or the "Anchor Layer" button in the Layers dialog, or " +"use the menus to do the same." +msgstr "" +"Peldošs iezīmējums ir jāpiesaista kādam slānim, pirms veikt turpmākās " +"darbības. Lietojiet pogas "Jauns slānis" vai "Fiksēt " +"slāni" slāņu dialogā vai atbilstošās izvēlnes komandas." + +#: ../data/tips/gimp-tips.xml.in.h:6 +msgid "" +"After you enabled "Dynamic Keyboard Shortcuts" in the Preferences " +"dialog, you can reassign shortcut keys. Do so by bringing up the menu, " +"selecting a menu item, and pressing the desired key combination. If "" +"Save Keyboard Shortcuts" is enabled, the key bindings are saved when " +"you exit GIMP. You should probably disable "Dynamic Keyboard " +"Shortcuts" afterwards, to prevent accidentally assigning/reassigning " +"shortcuts." +msgstr "" +"Lai ērti pielāgotu tastatūras īsinājumtaustiņus saskarnē: 1. Atzīmējiet " +""Izmantot dinamiskos tastatūras īsinājumtaustiņus" dialogā " +""Iestatījumi". 2. Atveriet izvēlni un novietojiet peles rādītāju " +"uz kādas komandas. 3. Nospiediet vēlamo taustiņu kombināciju. 4. Saglabājiet " +"jaunos īsinājumtaustiņus dialogā "Iestatījumi". 5. Atslēdziet " +"dinamiskos tastatūras īsinājumtaustiņus, lai netīšām neizmainītu savus " +"iestatījumus." + +#: ../data/tips/gimp-tips.xml.in.h:7 +msgid "" +"Click and drag on a ruler to place a guide on an image. All dragged " +"selections will snap to the guides. You can remove guides by dragging them " +"off the image with the Move tool." +msgstr "" +"Lai izvietotu attēlā palīglīniju, klikšķiniet un velciet no mērjoslas. " +"Piesaiste palīglīnijām palīdz precīzi novietot objektus. Nevajadzīgās " +"palīglīnijas var izvilkt no attēla ar pārvietošanas rīku." + +#: ../data/tips/gimp-tips.xml.in.h:8 +msgid "" +"GIMP supports gzip compression on the fly. Just add .gz (or ." +"bz2, if you have bzip2 installed) to the filename and your image will " +"be saved compressed. Of course loading compressed images works too." +msgstr "" +"GIMP atbalsta tūlītēju gzip saspiešanu. Vienkārši pievienojiet faila " +"nosaukumam paplašinājumu .gz (vai .bz2, ja jums ir bzip2), " +"un attēls tiks saglabāts kā arhīvs. Protams, GIMP prot arī atvērt šādi " +"saglabātus attēlus." + +#: ../data/tips/gimp-tips.xml.in.h:9 +msgid "" +"GIMP uses layers to let you organize your image. Think of them as a stack of " +"slides or filters, such that looking through them you see a composite of " +"their contents." +msgstr "" +"GIMP atbalsta slāņus, kas palīdz attēla kompozīcijas veidošanā. Slāņi ir kā " +"viens uz otra salikti filtri vai kodoskopa plēves, kas veido vienu kombinētu " +"attēlu." + +#: ../data/tips/gimp-tips.xml.in.h:10 +msgid "" +"If a layer's name in the Layers dialog is displayed in bold, this " +"layer doesn't have an alpha-channel. You can add an alpha-channel using " +"Layer→Transparency→Add Alpha Channel." +msgstr "" +"Ja slānim ir Alfa kanāls, tā daļas var būt caurspīdīgas. Ja slāņu dialogā " +"slāņa nosaukums ir treknrakstā, tam nav Alfa kanāla. To var " +"pievienot ar izvēlnes komandu Slānis→Caurspīdīgums→Pievienot Alfa kanālu." + +#: ../data/tips/gimp-tips.xml.in.h:11 +msgid "" +"If some of your scanned photos do not look colorful enough, you can easily " +"improve their tonal range with the "Auto" button in the Levels " +"tool (Colors→Levels). If there are any color casts, you can correct them " +"with the Curves tool (Colors→Curves)." +msgstr "" +"Ja ieskanētās fotogrāfijas izskatās blāvas vai tumšas, to var labot ar " +""Auto" pogu dialogā "Līmeņi" (Krāsas→Līmeņi). Savukārt " +"nepareizas nokrāsas var novērst ar līkņu rīku (Krāsas→Līknes)." + +#: ../data/tips/gimp-tips.xml.in.h:12 +msgid "" +"If you stroke a path (Edit→Stroke Path), the paint tools can be used with " +"their current settings. You can use the Paintbrush in gradient mode or even " +"the Eraser or the Smudge tool." +msgstr "" +"Ceļa apvilkšanai (Rediģēt→Apvilkt ceļu) var lietot jebkuru zīmēšanas rīku ar " +"pašreizējiem iestatījumiem, piemēram, otu krāsu pārejas režīmā, dzēšanas " +"vai izsmērēšanas rīku." + +#: ../data/tips/gimp-tips.xml.in.h:13 +msgid "" +"If your screen is too cluttered, you can press Tab in an image " +"window to toggle the visibility of the toolbox and other dialogs." +msgstr "" +"Lai paslēptu rīku kasti un citus papildlogus, nospiediet Tab " +"taustiņu, kad aktīvs attēla logs. Lai tos atkal parādītu, nospiediet " +"Tab vēlreiz." + +#: ../data/tips/gimp-tips.xml.in.h:14 +msgid "" +"Most plug-ins work on the current layer of the current image. In some cases, " +"you will have to merge all layers (Image→Flatten Image) if you want the plug-" +"in to work on the whole image." +msgstr "" +"Vairums spraudņu strādā tikai ar aktīvo slāni. Lai apstrādātu attēlu kopumā, " +"var būt nepieciešama visu slāņu apvienošana (Attēls→Saplacināt attēlu)." + +#: ../data/tips/gimp-tips.xml.in.h:15 +msgid "" +"Not all effects can be applied to all kinds of images. This is indicated by " +"a grayed-out menu-entry. You may need to change the image mode to RGB " +"(Image→Mode→RGB), add an alpha-channel (Layer→Transparency→Add Alpha " +"Channel) or flatten it (Image→Flatten Image)." +msgstr "" +"Ne katru efektu var lietot jebkuram attēlam. Nepieejamo efektu komandas " +"izvēlnē ir pelēkotas. Lai padarītu efektu pieejamu, iespējams, jāmaina " +"attēla režīms (Attēls→Režīms→RGB), jāpiešķir slānim caurspīdīguma atbalsts " +"(Slānis→Caurspīdīgums→Pievienot Alfa kanālu) vai jāapvieno visi slāņi " +"(Attēls→Saplacināt attēlu)." + +#: ../data/tips/gimp-tips.xml.in.h:16 +msgid "" +"Pressing and holding the Shift key before making a selection allows " +"you to add to the current selection instead of replacing it. Using Ctrl before making a selection subtracts from the current one." +msgstr "" +"Lai pievienotu jaunu iezīmējumu esošajam, pirms iezīmēšanas pieturiet " +"Shift taustiņu. Lai atņemtu jaunu iezīmējumu no pašreizējā, " +"pieturiet Ctrl." + +#: ../data/tips/gimp-tips.xml.in.h:17 +msgid "" +"When you save an image to work on it again later, try using XCF, GIMP's " +"native file format (use the file extension .xcf). This preserves " +"the layers and every aspect of your work-in-progress. Once a project is " +"completed, you can save it as JPEG, PNG, GIF, ..." +msgstr "" +"Lai ar attēlu varētu turpināt darbu, ieteicams to saglabāt GIMP formātā ar " +"paplašinājumu .xcf. Tas nodrošina slāņu un citu rediģēšanas iespēju " +"atbalstu. Kad darbs ir pabeigts, to var eksportēt JPG, PNG, GIF un citos " +"formātos." + +#: ../data/tips/gimp-tips.xml.in.h:18 +msgid "" +"You can adjust or move a selection by using Alt-drag. If this makes " +"the window move, your window manager uses the Alt key already. Most " +"window managers can be configured to ignore the Alt key or to use " +"the Super key (or \"Windows logo\") instead." +msgstr "" +"Iezīmējumu var pārvietot, pieturot Alt taustiņu. Ja šī darbība " +"pārvieto logu, var nomainīt Alt uz Super (vai \"mājas\", vai " +"\"Windows\") taustiņu logu pārvaldnieka iestatījumos." + +#: ../data/tips/gimp-tips.xml.in.h:19 +msgid "" +"You can create and edit complex selections using the Path tool. The Paths " +"dialog allows you to work on multiple paths and to convert them to " +"selections." +msgstr "" +"Ar ceļa rīku var veidot un rediģēt sarežģītas formas iezīmējumus. Dialogs " +""Ceļi" satur rīkus darbam ar vairākiem ceļiem un to pārvēršanai " +"iezīmējumos." + +#: ../data/tips/gimp-tips.xml.in.h:20 +msgid "" +"You can drag a layer from the Layers dialog and drop it onto the toolbox. " +"This will create a new image containing only that layer." +msgstr "" +"Lai pārvērstu slāni par jaunu attēlu, izvelciet tā ierakstu no slāņu dialoga " +"un nometiet to uz rīku kastes." + +#: ../data/tips/gimp-tips.xml.in.h:21 +msgid "" +"You can drag and drop many things in GIMP. For example, dragging a color " +"from the toolbox or from a color palette and dropping it into an image will " +"fill the current selection with that color." +msgstr "" +"Daudzas darbības GIMP var veikt ar vilkšanas un nomešanas paņēmienu. " +"Piemēram, nometot krāsu no paletes vai rīku kastes uz attēla, ar šo krāsu " +"tiks aizpildīts aktīvais iezīmējums." + +#: ../data/tips/gimp-tips.xml.in.h:22 +msgid "" +"You can draw simple squares or circles using Edit→Stroke Selection. It " +"strokes the edge of your current selection. More complex shapes can be drawn " +"using the Path tool or with Filters→Render→Gfig." +msgstr "" +"Taisnstūrus un riņķus var zīmēt ar komandu Rediģēt→Apvilkt iezīmējumu. " +"Sarežģītākas figūras var zīmēt ar ceļa rīku, kā arī figūru dialogā " +"Filtri→Renderēšana→Gfig." + +#: ../data/tips/gimp-tips.xml.in.h:23 +msgid "" +"You can get context-sensitive help for most of GIMP's features by pressing " +"the F1 key at any time. This also works inside the menus." +msgstr "" +"Vajadzīga palīdzība? Nospiežot F1 taustiņu jebkurā GIMP dialogā vai izvēlnē, " +"tiks atvērta atbilstošā rokasgrāmatas sadaļa." + +#: ../data/tips/gimp-tips.xml.in.h:24 +msgid "" +"You can perform many layer operations by right-clicking on the text label of " +"a layer in the Layers dialog." +msgstr "" +"Daudzas darbības ar slāņiem var veikt, izpildot labo peles klikšķi uz " +"attiecīgā slāņa nosaukuma dialogā "Slāņi"." + +#: ../data/tips/gimp-tips.xml.in.h:25 +msgid "" +"You can save a selection to a channel (Select→Save to Channel) and then " +"modify this channel with any paint tools. Using the buttons in the Channels " +"dialog, you can toggle the visibility of this new channel or convert it to a " +"selection." +msgstr "" +"Iezīmējumu var saglabāt kā kanālu (Iezīmēt→Saglabāt kanālā), pārveidot šo " +"kanālu ar zīmēšanas rīkiem, un pārvērst to atpakaļ par iezīmējumu, " +"izmantojot kanālu dialoga rīkus." + +#: ../data/tips/gimp-tips.xml.in.h:26 +msgid "" +"You can use Ctrl-Tab to cycle through all layers in an " +"image (if your window manager doesn't trap those keys...)." +msgstr "" +"Ar taustiņu kombināciju Ctrl+Tab var iziet cauri visiem " +"attēla slāņiem (ja vien jūsu sistēma to pieļauj)." + +#: ../data/tips/gimp-tips.xml.in.h:27 +msgid "" +"You can use the middle mouse button to pan around the image (or optionally " +"hold Spacebar while you move the mouse)." +msgstr "" +"Lai pārskatītu attēlu, kas iziet ārpus loga robežām, var lietot vidējo peles " +"pogu, vai arī pieturēt atstarpes taustiņu, pārvietojot peli." + +#: ../data/tips/gimp-tips.xml.in.h:28 +msgid "" +"You can use the paint tools to change the selection. Click on the "" +"Quick Mask" button at the bottom left of an image window. Change your " +"selection by painting in the image and click on the button again to convert " +"it back to a normal selection." +msgstr "" +"Iezīmējumu var mainīt ar zīmēšanas rīkiem. Nospiediet ātrās maskas pogu " +"attēla loga apakšējā kreisajā stūrī, rediģējiet masku ar otu vai citiem " +"rīkiem, un nospiediet pogu vēlreiz, lai pārvērstu ātro masku par jauno " +"iezīmējumu." diff -Nru gimp-2.6.11/po-tips/pl.po gimp-2.6.12/po-tips/pl.po --- gimp-2.6.11/po-tips/pl.po 2010-07-02 22:52:00.000000000 +0000 +++ gimp-2.6.12/po-tips/pl.po 2012-01-31 13:50:16.000000000 +0000 @@ -1,35 +1,32 @@ -# translation of gimp-tips.HEAD.pl.po to Polish +# translation of gimp-tips.gimp-2-6.pl.po to Polish # Copyright (C) 2002-2007 Free Software Foundation, Inc. # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# Aktualną wersję tego pliku możesz odnaleźć w repozytorium cvs.gnomepl.org -# (:pserver:anonymous@cvs.gnomepl.org:/home/cvs, puste hasło) +# Aviary.pl # Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz -# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas na adres: -# translators@gnomepl.org +# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas: +# gnomepl@aviary.pl # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# This file is distributed under the same license as the gimp package. # GNOME PL Team , 2002-2005. # Artur Polaczyński , 2002-2003. # Bartosz Kosiorek , 2005-2007. -# msgid "" msgstr "" -"Project-Id-Version: gimp-tips.HEAD.pl\n" +"Project-Id-Version: gimp-tips\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-09-21 19:49+0200\n" +"POT-Creation-Date: 2011-08-25 19:16+0200\n" "PO-Revision-Date: 2007-09-13 10:04+0200\n" "Last-Translator: Bartosz Kosiorek \n" -"Language-Team: Polish \n" +"Language-Team: Polish \n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.10.2\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: Poland\n" #: ../data/tips/gimp-tips.xml.in.h:1 -msgid "Welcome to the GNU Image Manipulation Program!" -msgstr "Witamy w programie GIMP - GNU Image Manipulation Program!" - -#: ../data/tips/gimp-tips.xml.in.h:2 msgid "" "Ctrl-click with the Bucket Fill tool to have it use the background " "color instead of the foreground color. Similarly, Ctrl-clicking " @@ -41,7 +38,7 @@ "Podobnie Ctrl i kliknięcie na \"Kroplomierzu\" ustawia kolor tła " "zamiast koloru pierwszoplanowego." -#: ../data/tips/gimp-tips.xml.in.h:3 +#: ../data/tips/gimp-tips.xml.in.h:2 msgid "" "Ctrl-clicking on the layer mask's preview in the Layers dialog " "toggles the effect of the layer mask. Alt-clicking on the layer " @@ -51,7 +48,7 @@ "przełącza efekt warstwy maski. Alt i kliknięcie na podglądzie " "warstwy maski w oknie \"Warstwy\", przełącza podgląd maski." -#: ../data/tips/gimp-tips.xml.in.h:4 +#: ../data/tips/gimp-tips.xml.in.h:3 msgid "" "Ctrl-drag with the Rotate tool will constrain the rotation to 15 " "degree angles." @@ -59,7 +56,7 @@ "Podczas korzystania z narzędzia \"Obrót\", przeciąganie wskaźnika przy " "wciśniętym klawiszu Ctrl wymusza obrót z krokiem co 15 stopni." -#: ../data/tips/gimp-tips.xml.in.h:5 +#: ../data/tips/gimp-tips.xml.in.h:4 msgid "" "Shift-click on the eye icon in the Layers dialog to hide all layers " "but that one. Shift-click again to show all layers." @@ -68,7 +65,7 @@ "warstwy (w oknie \"Warstwy\"), ukrywa wszystkie warstwy poza jedną. Ponowne " "kliknięcie ikony oka z klawiszem Shift wyświetli wszystkie warstwy." -#: ../data/tips/gimp-tips.xml.in.h:6 +#: ../data/tips/gimp-tips.xml.in.h:5 msgid "" "A floating selection must be anchored to a new layer or to the last active " "layer before doing other operations on the image. Click on the "New " @@ -80,7 +77,7 @@ "oknie \"Warstwy\" kliknąć przycisk \"Nowa warstwa\" lub \"Zakotwicz warstwę" "\". Ten sam efekt można uzyskać korzystając z menu kontekstowego." -#: ../data/tips/gimp-tips.xml.in.h:7 +#: ../data/tips/gimp-tips.xml.in.h:6 msgid "" "After you enabled "Dynamic Keyboard Shortcuts" in the Preferences " "dialog, you can reassign shortcut keys. Do so by bringing up the menu, " @@ -100,7 +97,7 @@ "razem warto wyłączyć \"Dynamiczne skróty klawiszowe\", aby uniknąć " "przypadkowej ich zmiany." -#: ../data/tips/gimp-tips.xml.in.h:8 +#: ../data/tips/gimp-tips.xml.in.h:7 msgid "" "Click and drag on a ruler to place a guide on an image. All dragged " "selections will snap to the guides. You can remove guides by dragging them " @@ -112,15 +109,7 @@ "wystarczy, a następnie przeciągnąć prowadnicę narzędziem \"Przesunięcie" "\"poza obraz." -#: ../data/tips/gimp-tips.xml.in.h:9 -msgid "" -"GIMP allows you to undo most changes to the image, so feel free to " -"experiment." -msgstr "" -"Program GIMP potrafi cofnąć większość operacji robionych na obrazie. Nie bój " -"się więc eksperymentować." - -#: ../data/tips/gimp-tips.xml.in.h:10 +#: ../data/tips/gimp-tips.xml.in.h:8 msgid "" "GIMP supports gzip compression on the fly. Just add .gz (or ." "bz2, if you have bzip2 installed) to the filename and your image will " @@ -131,7 +120,7 @@ "swojego pliku, a Twój obraz zostanie skompresowany. Oczywiście można także " "wczytywać skompresowane obrazy." -#: ../data/tips/gimp-tips.xml.in.h:11 +#: ../data/tips/gimp-tips.xml.in.h:9 msgid "" "GIMP uses layers to let you organize your image. Think of them as a stack of " "slides or filters, such that looking through them you see a composite of " @@ -142,7 +131,7 @@ "przeźrocza lub filtry, natomiast efekt końcowy jest złożeniem zawartości " "składników stosu." -#: ../data/tips/gimp-tips.xml.in.h:12 +#: ../data/tips/gimp-tips.xml.in.h:10 msgid "" "If a layer's name in the Layers dialog is displayed in bold, this " "layer doesn't have an alpha-channel. You can add an alpha-channel using " @@ -152,7 +141,7 @@ "że nie posiada ona kanału alfa (przezroczystości). Możesz dodać kanał alfa " "wybierając Warstwa>Przezroczystość>Dodaj kanał alfa." -#: ../data/tips/gimp-tips.xml.in.h:13 +#: ../data/tips/gimp-tips.xml.in.h:11 msgid "" "If some of your scanned photos do not look colorful enough, you can easily " "improve their tonal range with the "Auto" button in the Levels " @@ -161,11 +150,11 @@ msgstr "" "Jeśli zeskanowane zdjęcia są mało kolorowe, można poprawić ich kolorystykę " "korzystając z narzędzia \"Poziomy...\" (\"Warstwa>Kolory>Poziomy..." -"\"), klikająć przycisk \"Automatycznie\". Zniekształcenia kolorów (ang. " +"\"), klikając przycisk \"Automatycznie\". Zniekształcenia kolorów (ang. " "color cast) można skorygować za pomocą narzędzia \"Krzywe\" (\"Warstwa>" "Kolory>Krzywe...\")." -#: ../data/tips/gimp-tips.xml.in.h:14 +#: ../data/tips/gimp-tips.xml.in.h:12 msgid "" "If you stroke a path (Edit→Stroke Path), the paint tools can be used with " "their current settings. You can use the Paintbrush in gradient mode or even " @@ -176,7 +165,7 @@ "ustawieniami. Można więc pociągnąć ścieżkę \"pędzlem\" w trybie gradientu, " "\"gumką\" lub \"rozsmarowywaniem\"." -#: ../data/tips/gimp-tips.xml.in.h:15 +#: ../data/tips/gimp-tips.xml.in.h:13 msgid "" "If your screen is too cluttered, you can press Tab in an image " "window to toggle the visibility of the toolbox and other dialogs." @@ -185,7 +174,7 @@ "przyciskając klawisz Tab. Każde przyciśnięcie spowoduje ukrycie/" "wyświetlenie okien dialogowych lub narzędziówki." -#: ../data/tips/gimp-tips.xml.in.h:16 +#: ../data/tips/gimp-tips.xml.in.h:14 msgid "" "Most plug-ins work on the current layer of the current image. In some cases, " "you will have to merge all layers (Image→Flatten Image) if you want the plug-" @@ -195,7 +184,7 @@ "operacja dotyczyć ma wszystkich warstw, przed jej wykonaniem należy połączyć " "wszystkie warstwy w jedną (\"Obraz>Spłaszcz obraz\")." -#: ../data/tips/gimp-tips.xml.in.h:17 +#: ../data/tips/gimp-tips.xml.in.h:15 msgid "" "Not all effects can be applied to all kinds of images. This is indicated by " "a grayed-out menu-entry. You may need to change the image mode to RGB " @@ -208,7 +197,7 @@ "kanał alfa (\"Warstwa>Przezroczystość>Dodaj kanał alfa\") lub " "spłaszczyć obraz (\"Obraz>Spłaszcz obraz\")." -#: ../data/tips/gimp-tips.xml.in.h:18 +#: ../data/tips/gimp-tips.xml.in.h:16 msgid "" "Pressing and holding the Shift key before making a selection allows " "you to add to the current selection instead of replacing it. Using CtrlCtrl spowoduje " "odjęcie nowego obszaru od istniejącego zaznaczenia." -#: ../data/tips/gimp-tips.xml.in.h:19 -msgid "" -"To create a circle-shaped selection, hold Shift while doing an " -"ellipse select. To place a circle precisely, drag horizontal and vertical " -"guides tangent to the circle you want to select, place your cursor at the " -"intersection of the guides, and the resulting selection will just touch the " -"guides." -msgstr "" -"Aby wykonać zaznaczenie w kształcie okręgu, należy skorzystać z narzędzia " -"zaznaczenia eliptycznego i podczas wyznaczania kształtu elipsy trzymać " -"przyciśnięty klawisz Shift. Precyzyjne utworzenie zaznaczenia " -"stycznego do dwóch prostych ułatwiają prowadnice poziome i pionowe: " -"wystarczy umieścić dwie prostopadłe prowadnice na prostych, z którymi " -"powinien stykać się okrąg, a następnie kliknąć punkt ich przecięcia i " -"ustalić promień okręgu przeciągając wskaźnik myszy." - -#: ../data/tips/gimp-tips.xml.in.h:20 +#: ../data/tips/gimp-tips.xml.in.h:17 msgid "" "When you save an image to work on it again later, try using XCF, GIMP's " "native file format (use the file extension .xcf). This preserves " @@ -249,7 +222,7 @@ "dotyczących danego projektu. Kiedy Twoja praca dobiegnie końca możesz " "zapisać obraz do docelowego formatu, jako JPEG, PNG, GIF, ..." -#: ../data/tips/gimp-tips.xml.in.h:21 +#: ../data/tips/gimp-tips.xml.in.h:18 msgid "" "You can adjust or move a selection by using Alt-drag. If this makes " "the window move, your window manager uses the Alt key already. Most " @@ -262,7 +235,7 @@ "aby ignorować klawisz Alt lub używać zamiennie klawisza Super (lub \"logo Windows\")" -#: ../data/tips/gimp-tips.xml.in.h:22 +#: ../data/tips/gimp-tips.xml.in.h:19 msgid "" "You can create and edit complex selections using the Path tool. The Paths " "dialog allows you to work on multiple paths and to convert them to " @@ -272,7 +245,7 @@ "skomplikowane zaznaczenia. Okno \"Ścieżki\" pozwala pracować nad wieloma " "ścieżkami i konwertować je do zaznaczenia." -#: ../data/tips/gimp-tips.xml.in.h:23 +#: ../data/tips/gimp-tips.xml.in.h:20 msgid "" "You can drag a layer from the Layers dialog and drop it onto the toolbox. " "This will create a new image containing only that layer." @@ -280,7 +253,7 @@ "Możesz przeciągnąć warstwę z okna \"Warstwy\" na narzędziówkę. W ten sposób " "stworzysz nowy obraz z zawartością tej warstwy." -#: ../data/tips/gimp-tips.xml.in.h:24 +#: ../data/tips/gimp-tips.xml.in.h:21 msgid "" "You can drag and drop many things in GIMP. For example, dragging a color " "from the toolbox or from a color palette and dropping it into an image will " @@ -290,7 +263,7 @@ "przeciągnięcie koloru z narzędziówki (lub z palety kolorów) i upuszczenie go " "na obrazie spowoduje wypełnienie aktywnej warstwy (lub zaznaczenia) kolorem." -#: ../data/tips/gimp-tips.xml.in.h:25 +#: ../data/tips/gimp-tips.xml.in.h:22 msgid "" "You can draw simple squares or circles using Edit→Stroke Selection. It " "strokes the edge of your current selection. More complex shapes can be drawn " @@ -301,7 +274,7 @@ "uzyskasz, używając opcji \"Filtry -> Renderowanie -> Gfigury\" lub " "narzędzia \"Ścieżki\"." -#: ../data/tips/gimp-tips.xml.in.h:26 +#: ../data/tips/gimp-tips.xml.in.h:23 msgid "" "You can get context-sensitive help for most of GIMP's features by pressing " "the F1 key at any time. This also works inside the menus." @@ -309,7 +282,7 @@ "Pomoc do wielu narzędzi i efektów programu GIMP, dostępna jest po " "naciśnięciu klawisza F1. Dostępna jest ona również w menu. " -#: ../data/tips/gimp-tips.xml.in.h:27 +#: ../data/tips/gimp-tips.xml.in.h:24 msgid "" "You can perform many layer operations by right-clicking on the text label of " "a layer in the Layers dialog." @@ -317,7 +290,7 @@ "Wiele operacji na warstwach (np. dopasowanie, przesuwanie) możesz wykonać " "klikając drugim przyciskiem myszy nazwę warstwy w oknie \"Warstwy\"." -#: ../data/tips/gimp-tips.xml.in.h:28 +#: ../data/tips/gimp-tips.xml.in.h:25 msgid "" "You can save a selection to a channel (Select→Save to Channel) and then " "modify this channel with any paint tools. Using the buttons in the Channels " @@ -328,15 +301,15 @@ "modyfikować je dowolnym narzędziem malarskim. Przyciskami w oknie \"Kanały\" " "możesz ustawić widoczność kanału lub przekonwertować go na zaznaczenie." -#: ../data/tips/gimp-tips.xml.in.h:29 +#: ../data/tips/gimp-tips.xml.in.h:26 msgid "" "You can use Ctrl-Tab to cycle through all layers in an " "image (if your window manager doesn't trap those keys...)." msgstr "" "Pomiędzy warstwami obrazu możesz przełączać się przy użyciu klawiszy " -"Alt-Tab (o ile nie przechwyci jej twój menedżer okien)." +"Alt-Tab (o ile nie przechwyci jej menedżer okien)." -#: ../data/tips/gimp-tips.xml.in.h:30 +#: ../data/tips/gimp-tips.xml.in.h:27 msgid "" "You can use the middle mouse button to pan around the image (or optionally " "hold Spacebar while you move the mouse)." @@ -344,8 +317,7 @@ "Jeśli obraz jest większy od okna, do przewijania myszką obrazu, można użyć " "środkowego przycisku (lub przytrzymując Spację)." -# TODO -#: ../data/tips/gimp-tips.xml.in.h:31 +#: ../data/tips/gimp-tips.xml.in.h:28 msgid "" "You can use the paint tools to change the selection. Click on the "" "Quick Mask" button at the bottom left of an image window. Change your " diff -Nru gimp-2.6.11/po-tips/tr.po gimp-2.6.12/po-tips/tr.po --- gimp-2.6.11/po-tips/tr.po 1970-01-01 00:00:00.000000000 +0000 +++ gimp-2.6.12/po-tips/tr.po 2012-01-31 13:50:16.000000000 +0000 @@ -0,0 +1,460 @@ +# Turkish translation for gimp. +# Copyright (C) 2011 gimp's COPYRIGHT HOLDER +# This file is distributed under the same license as the gimp package. +# Ubuntu Launchpad Translators, 2010. +# Muhammet Kara , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: gimp master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=gimp&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-12-29 18:53+0000\n" +"PO-Revision-Date: 2011-12-26 11:44+0200\n" +"Last-Translator: Muhammet Kara \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../data/tips/gimp-tips.xml.in.h:1 +#, fuzzy +#| msgid "" +#| "Ctrl-click with the Bucket Fill tool to have it use the " +#| "background color instead of the foreground color." +msgid "" +"Ctrl-click with the Bucket Fill tool to have it use the background " +"color instead of the foreground color. Similarly, Ctrl-clicking " +"with the eyedropper tool sets the background color instead of the foreground " +"color." +msgstr "" +"Kova doldur aracını Ctrl tuşuna basarak kullanmak önfon yerine " +"arkafon renginin kullanımını sağlar." + +#: ../data/tips/gimp-tips.xml.in.h:2 +#, fuzzy +#| msgid "" +#| "Ctrl-click on the layer mask's preview in the Layers dialog " +#| "toggles the effect of the layer mask." +msgid "" +"Ctrl-clicking on the layer mask's preview in the Layers dialog " +"toggles the effect of the layer mask. Alt-clicking on the layer " +"mask's preview in the Layers dialog toggles viewing the mask directly." +msgstr "" +"Katmanlar diyaloğundaki katman maskesinin önizlemesine Ctrl tuşu " +"ile birlikte tıklamak katman maskesi etkisini açar." + +#: ../data/tips/gimp-tips.xml.in.h:3 +msgid "" +"Ctrl-drag with the Rotate tool will constrain the rotation to 15 " +"degree angles." +msgstr "" +"Rotasyon aracını Ctrl tuşuna basarak kullanmak rotasyonu 15 " +"dercelik açı ile kıstılar." + +#: ../data/tips/gimp-tips.xml.in.h:4 +msgid "" +"Shift-click on the eye icon in the Layers dialog to hide all layers " +"but that one. Shift-click again to show all layers." +msgstr "" +"Katmanlar diyaloğundaki göz ikonuna Shift tuşuna basarak tıklamak o " +"katman dışındaki tüm katmanları saklar. Tekrar Shift tuşuna basarak " +"tıklamak tüm katmanları gösterir." + +#: ../data/tips/gimp-tips.xml.in.h:5 +msgid "" +"A floating selection must be anchored to a new layer or to the last active " +"layer before doing other operations on the image. Click on the "New " +"Layer" or the "Anchor Layer" button in the Layers dialog, or " +"use the menus to do the same." +msgstr "" +"Bir kayan seçme yeni bir katmana veya imgeye diğer işlemleri yapmadan önceki " +"son etkin katmana kancalanmalıdır. Katmanlar diyaloğundaki "New " +"Layer" butonuna veya "Anchor Layer" butonuna tıklayın veya " +"aynısını yapmak için menüleri kullanınç" + +#: ../data/tips/gimp-tips.xml.in.h:6 +#, fuzzy +#| msgid "" +#| "After you enabled "Dynamic Keyboard Shortcuts" in the " +#| "Preferences dialog, you can reassign shortcut keys. Do so by bringing up " +#| "the menu, selecting a menu item, and pressing the desired key " +#| "combination. If "Save Keyboard Shortcuts" is enabled, the key " +#| "bindings are saved when you exit GIMP." +msgid "" +"After you enabled "Dynamic Keyboard Shortcuts" in the Preferences " +"dialog, you can reassign shortcut keys. Do so by bringing up the menu, " +"selecting a menu item, and pressing the desired key combination. If "" +"Save Keyboard Shortcuts" is enabled, the key bindings are saved when " +"you exit GIMP. You should probably disable "Dynamic Keyboard " +"Shortcuts" afterwards, to prevent accidentally assigning/reassigning " +"shortcuts." +msgstr "" +""Dynamic Keyboard Shortcuts"'u Ayarlar diyaloğundan " +"etkinleştirdikten sonra tekrar kısayol tuşları atayabilirsiniz. Bunu yapmak " +"için menüyü açılır, bir menü öğesi seçilir ve istenilen tuş kombinasyonuna " +"basılır. Eğer "Save Keyboard Shortcuts" etkinleştirilmişse tuş " +"ilişkilendirmeleri GIMP'den çıktığınız zaman saklanır." + +#: ../data/tips/gimp-tips.xml.in.h:7 +msgid "" +"Click and drag on a ruler to place a guide on an image. All dragged " +"selections will snap to the guides. You can remove guides by dragging them " +"off the image with the Move tool." +msgstr "" +"Bir klavuz eklemek için bir cetvele tıklayıp bir imgenin üstüne sürükleyin. " +"Tüm sürüklenmiş seçmeler klavuzlara kancalanır. Klavuzları kaldırmak için " +"onları Taşıma aracı ile imgeden dışarıya sürükleyin." + +#: ../data/tips/gimp-tips.xml.in.h:8 +#, fuzzy +#| msgid "" +#| "The GIMP supports gzip compression on the fly. Just add .gz (or " +#| ".bz2, if you have bzip2 installed) to the filename and your " +#| "image will be saved compressed. Of course loading compressed images works " +#| "too." +msgid "" +"GIMP supports gzip compression on the fly. Just add .gz (or ." +"bz2, if you have bzip2 installed) to the filename and your image will " +"be saved compressed. Of course loading compressed images works too." +msgstr "" +"GIMP, uçuşta gzip sıkıştırmasını destekler. Sadece eğer yüklü bzip2 varsa " +"dosya ismine veya sıkıştırıp kaydedilecek resmine .gz (veya ." +"bz2 ekle. Elbetteki sıkıştırılmış resim yükleme de çalışır." + +#: ../data/tips/gimp-tips.xml.in.h:9 +#, fuzzy +#| msgid "" +#| "The GIMP uses layers to let you organize your image. Think of them as a " +#| "stack of slides or filters, such that looking through them you see a " +#| "composite of their contents." +msgid "" +"GIMP uses layers to let you organize your image. Think of them as a stack of " +"slides or filters, such that looking through them you see a composite of " +"their contents." +msgstr "" +"GIMP imgenizi düzenlemeniz için katmanlar kullanır. Bunları içinden " +"baktığınızda içeriklerinin birleşimi gördüğünüz filtreler yığını olarak " +"düşünün." + +#: ../data/tips/gimp-tips.xml.in.h:10 +msgid "" +"If a layer's name in the Layers dialog is displayed in bold, this " +"layer doesn't have an alpha-channel. You can add an alpha-channel using " +"Layer→Transparency→Add Alpha Channel." +msgstr "" + +#: ../data/tips/gimp-tips.xml.in.h:11 +#, fuzzy +#| msgid "" +#| "If some of your scanned photos do not look colorful enough, you can " +#| "easily improve their tonal range with the "Auto" button in the " +#| "Levels tool (Layer->Colors->Levels). If there are any color casts, " +#| "you can correct them with the Curves tool (Layer->Colors->Curves)." +msgid "" +"If some of your scanned photos do not look colorful enough, you can easily " +"improve their tonal range with the "Auto" button in the Levels " +"tool (Colors→Levels). If there are any color casts, you can correct them " +"with the Curves tool (Colors→Curves)." +msgstr "" +"Eğer taranmış fotoğraflarınızın bazıları yeterince renkli görünmüyorsa, " +"onların tonsal menzilini düzey araçlarındaki (Layer->Colors->Levels) " +""Auto" butonu ile geliştirebilirsiniz. Eğer bir renk dökümü varsa " +"bunu Eğri aracı (Layer->Colors->Curves) ile düzeltebilirsiniz." + +#: ../data/tips/gimp-tips.xml.in.h:12 +#, fuzzy +#| msgid "" +#| "If you stroke a path (Edit->Stroke Path), the paint tools can be used " +#| "with their current settings. You can use the Paintbrush in gradient mode " +#| "or even the Eraser or the Smudge tool." +msgid "" +"If you stroke a path (Edit→Stroke Path), the paint tools can be used with " +"their current settings. You can use the Paintbrush in gradient mode or even " +"the Eraser or the Smudge tool." +msgstr "" +"Eğer bir yola (Düzen->Vuruş Yolu) vurursan boyama araçları mevcut " +"ayarları ile kullanılabilir. Eğim modunda Boyama fırçasını, Silgi ve " +"Karalama aracını kullanabilirsin." + +#: ../data/tips/gimp-tips.xml.in.h:13 +#, fuzzy +#| msgid "" +#| "If your screen is too cluttered, you can press Tab multiple " +#| "times in an image window to hide or show the toolbox and other dialogs." +msgid "" +"If your screen is too cluttered, you can press Tab in an image " +"window to toggle the visibility of the toolbox and other dialogs." +msgstr "" +"Eğer ekranınız çok dağınıksa araç kutusunu ve diğer diyalogları saklamak " +"veya göstermek için bir imge penceresi içinde Tab tuşuna birkaç " +"kere basabilirsiniz." + +#: ../data/tips/gimp-tips.xml.in.h:14 +#, fuzzy +#| msgid "" +#| "Most plug-ins work on the current layer of the current image. In some " +#| "cases, you will have to merge all layers (Image->Flatten Image) if you " +#| "want the plug-in to work on the whole image." +msgid "" +"Most plug-ins work on the current layer of the current image. In some cases, " +"you will have to merge all layers (Image→Flatten Image) if you want the plug-" +"in to work on the whole image." +msgstr "" +"Çoğu eklenti şu anki resimdeki mevcut katmanda çalışır. Eğer bütün resimde " +"eklentilerin çalışmasını istiyorsan bazı durumlarda bütün katmanları (Resim-" +">Yassı Resim) birleştirmek zorundasın." + +#: ../data/tips/gimp-tips.xml.in.h:15 +#, fuzzy +#| msgid "" +#| "Not all effects can be applied to all kinds of images. This is indicated " +#| "by a grayed-out menu-entry. You may need to change the image mode to RGB " +#| "(Image->Mode->RGB), add an alpha-channel (Layer->Transparency-" +#| ">Add Alpha Channel) or flatten it (Image->Flatten Image)." +msgid "" +"Not all effects can be applied to all kinds of images. This is indicated by " +"a grayed-out menu-entry. You may need to change the image mode to RGB " +"(Image→Mode→RGB), add an alpha-channel (Layer→Transparency→Add Alpha " +"Channel) or flatten it (Image→Flatten Image)." +msgstr "" +"Her resim türü için bütün efektler uygulanamaz. Bu bir grayed-out menu-entry " +"tarafından belirtilir. Resim modunu RGB (Image->Mode->RGB)ye " +"dönüştürmen gerekecek. Bir alfa kanalı (Katman->Saydamlık->Alfa Kanalı " +"Ekleme) ekle veya onu yassılaştır (Resim->Yassı Resim)." + +#: ../data/tips/gimp-tips.xml.in.h:16 +msgid "" +"Pressing and holding the Shift key before making a selection allows " +"you to add to the current selection instead of replacing it. Using Ctrl before making a selection subtracts from the current one." +msgstr "" +"Seçim yapmadan önce Shift tuşuna basılı tutmak size mevcut seçimin " +"üzerine yazmak yerine ekleme seçeneği verir. Seçim yapmadan önce Ctrl kullanmak ise mevcut olandan çıkarır." + +#: ../data/tips/gimp-tips.xml.in.h:17 +#, fuzzy +#| msgid "" +#| "When you save an image to work on it again later, try using XCF, the " +#| "GIMP's native file format (use the file extension .xcf). This " +#| "preserves the layers and every aspect of your work-in-progress. Once a " +#| "project is completed, you can save it as JPEG, PNG, GIF, ..." +msgid "" +"When you save an image to work on it again later, try using XCF, GIMP's " +"native file format (use the file extension .xcf). This preserves " +"the layers and many aspects of your work-in-progress. Once a project is " +"completed, you can export it as JPEG, PNG, GIF, etc." +msgstr "" +"Bir resmi daha sonra üzerinde çalışmak üzere kaydederken GIMP'in kendi dosya " +"tipi olan XCF'yi kullanmayı (dosya uzantısı .xcf deneyin. Bu sizin " +"çalıştığınız resimdeki bütün katmanları ve görünümleri korumanızı sağlar. " +"Çalışmanız bittikten sonra dosyanızı JPEG,PNG,GIF vb. dosya tiplerinde " +"saklayabilirsiniz." + +#: ../data/tips/gimp-tips.xml.in.h:18 +#, fuzzy +#| msgid "" +#| "You can adjust or move a selection by using Alt-drag. If this " +#| "makes the window move, your window manager uses the Alt key " +#| "already. Try pressing Shift at the same time." +msgid "" +"You can adjust or move a selection by using Alt-drag. If this makes " +"the window move, your window manager uses the Alt key already. Most " +"window managers can be configured to ignore the Alt key or to use " +"the Super key (or \"Windows logo\") instead." +msgstr "" +"Alt-sürükleyi kullanarak bir seçimi düzenleyebilir ve " +"taşıyabilirsin. Eğer bu, pencereyi hareket ettirirse pencere yöneticin zaten " +"Alt tuşunu kullanır. Aynı anda Shifte basmaya çalış." + +#: ../data/tips/gimp-tips.xml.in.h:19 +msgid "" +"You can create and edit complex selections using the Path tool. The Paths " +"dialog allows you to work on multiple paths and to convert them to " +"selections." +msgstr "" +"Yön aracını kullanarak karmaşık seçimler oluşturabilir ve düzenleyebilirsin. " +"Yön diyaloğu çoklu yönlerde çalışmana ve onları seçimlere dönüştürmene izin " +"verir." + +#: ../data/tips/gimp-tips.xml.in.h:20 +msgid "" +"You can drag a layer from the Layers dialog and drop it onto the toolbox. " +"This will create a new image containing only that layer." +msgstr "" +"Katmanlar diyaloğundan bir katman sürükleyebilir ve onu araç çubuğunun " +"üzerine bırakabilirsin. Bu işlem sadece bu katmanı içeren yeni bir resim " +"oluşturacak." + +#: ../data/tips/gimp-tips.xml.in.h:21 +#, fuzzy +#| msgid "" +#| "You can drag and drop many things in the GIMP. For example, dragging a " +#| "color from the toolbox or from a color palette and dropping it into an " +#| "image will fill the current image or selection with that color." +msgid "" +"You can drag and drop many things in GIMP. For example, dragging a color " +"from the toolbox or from a color palette and dropping it into an image will " +"fill the current selection with that color." +msgstr "" +"GIMP'de birçok şeye sürükle ve bırak yapabilirsin. Örneğin, araç çubuğundan " +"veya renk paletinden bir renk sürükleme ve onu bir resmin içine bırakma var " +"olan resmi veya seçimi bu renkle dolduracak." + +#: ../data/tips/gimp-tips.xml.in.h:22 +#, fuzzy +#| msgid "" +#| "You can draw simple squares or circles using Edit->Stroke Selection. " +#| "It strokes the edge of your current selection. More complex shapes can be " +#| "drawn using the Path tool or with Filters->Render->Gfig." +msgid "" +"You can draw simple squares or circles using Edit→Stroke Selection. It " +"strokes the edge of your current selection. More complex shapes can be drawn " +"using the Path tool or with Filters→Render→Gfig." +msgstr "" +"Vurgu->Seçim Düzeni kullanarak basit kareler ve çemberler çizebilirsin. " +"Bu, mevcut seçiminin köşesini vurgular. Daha karmaşık şekiller için Yön " +"aracını veya Filters->Render->Gfig kullanarak çizim yapabilirsin." + +#: ../data/tips/gimp-tips.xml.in.h:23 +#, fuzzy +#| msgid "" +#| "You can get context-sensitive help for most of the GIMP's features by " +#| "pressing the F1 key at any time. This also works inside the menus." +msgid "" +"You can get context-sensitive help for most of GIMP's features by pressing " +"the F1 key at any time. This also works inside the menus." +msgstr "" +"Çoğu GIMP'ların özellikleri için herhangi bir anda F1 tuşuna basarak içerik " +"hassasiyet yardımı alabilirsin. Bu da menülerin içinde çalışır." + +#: ../data/tips/gimp-tips.xml.in.h:24 +msgid "" +"You can perform many layer operations by right-clicking on the text label of " +"a layer in the Layers dialog." +msgstr "" +"Katmanlar diyalog kutusunda, katmanın yazı etiketine sağ tıklayarak birçok " +"katman işlemini uygulayabilirsin." + +#: ../data/tips/gimp-tips.xml.in.h:25 +#, fuzzy +#| msgid "" +#| "You can save a selection to a channel (Select->Save to Channel) and " +#| "then modify this channel with any paint tools. Using the buttons in the " +#| "Channels dialog, you can toggle the visibility of this new channel or " +#| "convert it to a selection." +msgid "" +"You can save a selection to a channel (Select→Save to Channel) and then " +"modify this channel with any paint tools. Using the buttons in the Channels " +"dialog, you can toggle the visibility of this new channel or convert it to a " +"selection." +msgstr "" +"Seçimi bir kanala (Seç->Kanala Kaydet) kaydedebilirsin ve bunu herhangi " +"bir boyama aracı ile düzenleyebilirsin. Kanallar diyalog kutusundaki " +"butonları kullanarak bu yeni kanalın görünürlüğünü değiştirebilir veya onu " +"bir seçime dönüştürebilirsin." + +#: ../data/tips/gimp-tips.xml.in.h:26 +#, fuzzy +#| msgid "" +#| "You can use Alt-Tab to cycle through all layers in an " +#| "image (if your window manager doesn't trap those keys...)." +msgid "" +"You can use Ctrl-Tab to cycle through all layers in an " +"image (if your window manager doesn't trap those keys...)." +msgstr "" +"Eğer pencere yöneticin bu tuşlara engel olmazsa bir resimde bütün " +"katmanlarda döngü oluşturmak için Alt-Tab tuşlarını " +"kullanabilirsin." + +#: ../data/tips/gimp-tips.xml.in.h:27 +#, fuzzy +#| msgid "" +#| "You can use the middle mouse button to pan around the image, if it's " +#| "larger than its display window." +msgid "" +"You can use the middle mouse button to pan around the image (or optionally " +"hold Spacebar while you move the mouse)." +msgstr "" +"Eğer o pencere görünümünden daha büyükse resim etrafında dolaşmak için " +"farenin orta butonunu kullanabilirsin." + +#: ../data/tips/gimp-tips.xml.in.h:28 +msgid "" +"You can use the paint tools to change the selection. Click on the "" +"Quick Mask" button at the bottom left of an image window. Change your " +"selection by painting in the image and click on the button again to convert " +"it back to a normal selection." +msgstr "" +"Seçimi değiştirmek için boyama araçlarını kullanabilirsin. Bir resim " +"penceresinin sol üstündeki "Çabuk Ört" butonuna tıkla. Resmi " +"boyayarak seçimini değiştir ve onu normal bir seçime geri döndürmek için " +"butona tekrar tıkla." + +#~ msgid "Welcome to the GIMP!" +#~ msgstr "GIMP'e Hoşgeldiniz!" + +#~ msgid "" +#~ "Alt-click on the layer mask's preview in the Layers dialog " +#~ "toggles viewing the mask directly." +#~ msgstr "" +#~ "Katmanlar penceresindeki katman maskesinin önizlemesine Alt tuşu " +#~ "ile birlikte tıklamak doğrudan maskenin görünümünü açar." + +#~ msgid "" +#~ "The GIMP can undo most changes to the image, so feel free to experiment." +#~ msgstr "" +#~ "GIMP imgedieki çoğu değişiklikleri geri alabilir, yani farklı şeyler " +#~ "denemek için kendinizi özgür hissedin." + +#~ msgid "" +#~ "The layer named "Background" is special because it lacks " +#~ "transparency. This prevents you from moving the layer up in the stack. " +#~ "You may add transparency to it by right-clicking in the Layers dialog and " +#~ "selecting "Add Alpha Channel"." +#~ msgstr "" +#~ ""Artalan" ismindeki katman özeldir. Çünkü eksiklikleri " +#~ "şeffaftır. Bu, yığında katmandan yukarı çıkarmana engel olur. Katmanlar " +#~ "diyaloğunda sağa tıklayıp "Alfa Kanal Ekle" yi seçerek ona " +#~ "şeffaflık ekleyebilirsin." + +#~ msgid "" +#~ "To create a circle-shaped selection, hold Shift while doing an " +#~ "ellipse select. To place a circle precisely, drag horizontal and vertical " +#~ "guides tangent to the circle you want to select, place your cursor at the " +#~ "intersection of the guides, and the resulting selection will just touch " +#~ "the guides." +#~ msgstr "" +#~ "Çember şekli seçimi oluşturmak için bir elips seçimi yaparak Shifte tut. Çemberi doğru yere yerleştirmek için düşey ve yatay kılavuz " +#~ "teğetlerini seçmek istediğin çembere sürükle, imlecini kılavuzların " +#~ "kesiştiği yere bırak ve seçim sonucu sadece kılavuzlara dokunacak." + +#~ msgid "" +#~ "When using a drawing tool (Paintbrush, Airbrush, or Pencil), Shift-click will draw a straight line from your last drawing point to your " +#~ "current cursor position. If you also press Ctrl, the line will " +#~ "be constrained to 15 degree angles." +#~ msgstr "" +#~ "Bir çizim aleti kullanırken (Paintbrush,Airbrush veya Pencil), Shift tuşuna tıklamak son çizim yaptığınız yerden imlecinizin bulunduğu " +#~ "yere kadar düz bir çizgi çizer. Eğer Ctrl tuşuna da basarsanız " +#~ "çizgi 15 derece açıyla kısıtlanır." + +#~ msgid "" +#~ "You can adjust the selection range for fuzzy select by clicking and " +#~ "dragging left and right." +#~ msgstr "" +#~ "Donuk seçim için seçim alanını tıklayarak uydurabilirsiniz ve sola sağa " +#~ "sürükleyebilirsiniz." + +#~ msgid "" +#~ "You can press or release the Shift and Ctrl keys while " +#~ "you are making a selection in order to constrain it to a square or a " +#~ "circle, or to have it centered on its starting point." +#~ msgstr "" +#~ "Komutta onu bir kareye veya bir çembere sınırlamak veya onu başlangıç " +#~ "noktasında merkeze almak için bir seçim yaparken Shift ve " +#~ "Ctrl tuşlarına basabilir veya bırakabilirsin." diff -Nru gimp-2.6.11/themes/Default/images/Makefile.in gimp-2.6.12/themes/Default/images/Makefile.in --- gimp-2.6.11/themes/Default/images/Makefile.in 2010-10-03 20:15:16.000000000 +0000 +++ gimp-2.6.12/themes/Default/images/Makefile.in 2012-01-31 14:25:31.000000000 +0000 @@ -268,6 +268,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -359,6 +360,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -396,7 +398,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/themes/Default/images/preferences/Makefile.in gimp-2.6.12/themes/Default/images/preferences/Makefile.in --- gimp-2.6.11/themes/Default/images/preferences/Makefile.in 2010-10-03 20:15:16.000000000 +0000 +++ gimp-2.6.12/themes/Default/images/preferences/Makefile.in 2012-01-31 14:25:31.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/themes/Default/Makefile.in gimp-2.6.12/themes/Default/Makefile.in --- gimp-2.6.11/themes/Default/Makefile.in 2010-10-03 20:15:15.000000000 +0000 +++ gimp-2.6.12/themes/Default/Makefile.in 2012-01-31 14:25:31.000000000 +0000 @@ -268,6 +268,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -359,6 +360,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -396,7 +398,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/themes/Makefile.in gimp-2.6.12/themes/Makefile.in --- gimp-2.6.11/themes/Makefile.in 2010-10-03 20:15:16.000000000 +0000 +++ gimp-2.6.12/themes/Makefile.in 2012-01-31 14:25:31.000000000 +0000 @@ -244,6 +244,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -335,6 +336,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -372,7 +374,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/themes/Small/Makefile.in gimp-2.6.12/themes/Small/Makefile.in --- gimp-2.6.11/themes/Small/Makefile.in 2010-10-03 20:15:16.000000000 +0000 +++ gimp-2.6.12/themes/Small/Makefile.in 2012-01-31 14:25:31.000000000 +0000 @@ -228,6 +228,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -319,6 +320,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -356,7 +358,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/tools/Makefile.in gimp-2.6.12/tools/Makefile.in --- gimp-2.6.11/tools/Makefile.in 2010-10-03 20:15:16.000000000 +0000 +++ gimp-2.6.12/tools/Makefile.in 2012-01-31 14:25:31.000000000 +0000 @@ -280,6 +280,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -371,6 +372,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -408,7 +410,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/tools/pdbgen/Makefile.in gimp-2.6.12/tools/pdbgen/Makefile.in --- gimp-2.6.11/tools/pdbgen/Makefile.in 2010-10-03 20:15:16.000000000 +0000 +++ gimp-2.6.12/tools/pdbgen/Makefile.in 2012-01-31 14:25:31.000000000 +0000 @@ -204,6 +204,7 @@ MAIL = @MAIL@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MIME_TYPES = @MIME_TYPES@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -295,6 +296,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -332,7 +334,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru gimp-2.6.11/tools/pdbgen/pdb/paths.pdb gimp-2.6.12/tools/pdbgen/pdb/paths.pdb --- gimp-2.6.11/tools/pdbgen/pdb/paths.pdb 2010-07-02 22:52:02.000000000 +0000 +++ gimp-2.6.12/tools/pdbgen/pdb/paths.pdb 2012-01-31 13:50:17.000000000 +0000 @@ -167,7 +167,7 @@ } sub path_set_points { - &std_pdb_deprecated('vectors-stroke-new-from-points'); + &std_pdb_deprecated('gimp-vectors-stroke-new-from-points'); @inargs = ( { name => 'image', type => 'image', @@ -569,7 +569,7 @@ } sub path_import { - &std_pdb_deprecated('vectors-import-from-file'); + &std_pdb_deprecated('gimp-vectors-import-from-file'); @inargs = ( { name => 'image', type => 'image',